/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magento.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magento.com for more information.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Widgets =============================================================================== */
.widget { display:inline; }
.widget .widget-title { clear:both; padding:15px 0 0; margin:0 0 7px; }
.widget .widget-title h2 { font-size:15px; font-weight:bold; color:#e25203; }

.widget .mini-products-images-list .product-image { display:block; width:76px; height:76px; border:1px solid #a9a9a9; margin:0 auto; }
.widget .mini-products-images-list li.item { float:left; width:77px; height:77px; }

/* Widget: Catalog New Proructs List */
.widget-new-products { display:block; }
.col-main .widget-new-products { margin:7px 0; }
.widget-new-products .products-grid .product-image,
.widget-new-products .products-list .product-image { width:85px; height:85px; }
.widget-new-products .products-list .product-shop { margin-left:100px; }
.sidebar .widget-new-products .block { font-size:11px; line-height:1.25; }
.sidebar .widget-new-products .block-title strong { background:url(https://en.newsha.com/skin/frontend/base/default/images/widgets/i_widget-new.gif) 0 1px no-repeat; padding-left:21px; color:#dc5033; }

/* Widget: Recently Viewed Proructs */
.widget-viewed { display:block; }
.col-main .widget-viewed { margin:7px 0; }
.widget-viewed .products-grid .product-image,
.widget-viewed .products-list .product-image { width:85px; height:85px; }
.widget-viewed .products-list .product-shop { margin-left:100px; }
.sidebar .widget-viewed .block { font-size:11px; line-height:1.25; }
.sidebar .widget-viewed .block-title strong { background:url(https://en.newsha.com/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: Recently Compared Proructs */
.widget-compared { display:block;}
.col-main .widget-compared { margin:7px 0; }
.widget-compared .products-grid .product-image,
.widget-compared .products-list .product-image { width:85px; height:85px; }
.widget-compared .products-list .product-shop { margin-left:100px; }
.sidebar .widget-compared .block { font-size:11px; line-height:1.25; }
.sidebar .widget-compared .block-title strong { background:url(https://en.newsha.com/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: CMS Static Block */
.widget-static-block {}
.sidebar .widget-static-block { display:block; margin:0 0 15px; }

/* Widgets: Links Common Styles */
.top-container .widget a { padding:0 0 0 7px; }

.bottom-container .widget a { padding:0 3px; }

/* Widget: Catalog Product Link */
.widget-product-link-inline { display:inline; }

.col-main .widget-product-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-product-link a { background:url(https://en.newsha.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-product-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-product-link a { background:url(https://en.newsha.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: Catalog Category Link */
.widget-category-link-inline { display:inline; }

.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { background:url(https://en.newsha.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-category-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-category-link a { background:url(https://en.newsha.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: CMS Page Link */
.widget-cms-link-inline { display:inline; }

.col-main .widget-cms-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { background:url(https://en.newsha.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-cms-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-cms-link a { background:url(https://en.newsha.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */

/* Overlay */
#ampromo-items-add
{
    border: 1px solid #ededed;
    padding: 7px;
    text-align: center;
    margin-bottom: 12px;
}

#ampromo-items-add a
{
    text-decoration: none;
    border-bottom: 1px dashed;
}

.amscheckout #ampromo-items-add
{
    margin: 7px 10px;
}

#ampromo-overlay
{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.8);
    top: 0;
    left: 0;
    z-index: 10000;
    text-align: center;
    direction: ltr;
}

#ampromo-overlay .close
{
    position: absolute;
    top: 7px;
    right: 7px;
    background: url(https://en.newsha.com/skin/frontend/base/default/images/amasty/ampromo/close_icon.png) no-repeat;
    width: 16px;
    height: 16px;
    z-index: 1;
    margin: 0;
    padding: 0;
    font-size: 0;
    display: block;

    opacity: .8;
}

#ampromo-overlay .close:hover
{
    opacity: 1;
    transition: opacity 0.2s ease;
}

@media only screen and (max-width: 820px) and (min-width: 420px) {
    body #ampromo-items.amcarousel {
        width: 400px;
    }
    body .amcarousel #ampromo-carousel-wrapper {
        width: 250px;
    }
}

@media only screen and (max-width: 420px) {
    body #ampromo-items.amcarousel {
        width: 100%;
    }

    body .amcarousel #ampromo-carousel-wrapper {
        width: 250px;
    }

    body .ampromo-carousel-control.prev
    {
        left: 0px;
    }

    body .ampromo-carousel-control.next
    {
        right: 0px;
    }

    body .ampromo-carousel-control {
        z-index: 10001;
    }
}

@media only screen and (max-width: 340px) {
    body #ampromo-items .ampromo-item {
        border: none;
    }
}

@media only screen and (max-height: 500px) {
    body #ampromo-items.amcarousel {
        top: 0 !important;
        height: 100%;
    }

    body #ampromo-items {
        padding-top: 0;
    }

    body #ampromo-items>h4 {
        display: none;
    }
}

/* Items */

#ampromo-items
{
    border: 1px solid #ededed;
    background-color: white;
    position: relative;
    margin: 0 auto;
    padding: 24px;
    display: inline-block;
    box-sizing: border-box;
}

#ampromo-items.amcarousel
{
    display: block;
    width: 685px;
}


#ampromo-items .ampromo-item
{
    box-sizing: border-box;

    margin-bottom: 7px;
    padding: 20px;
    width: 250px;

    border: 1px solid #ededed;
    position: relative;
    margin-right: 12px;
}

#ampromo-items .ampromo-item-options
{
    margin-bottom: 12px;
    text-align: left;
}

#ampromo-items .ampromo-item-image
{
    display: block;
    margin: 0 auto;
    width: 160px;
    height: 160px
}

/* Carousel */

.amcarousel #ampromo-carousel-wrapper
{
    width: 520px;
}

#ampromo-carousel-wrapper
{
    overflow: hidden;
    margin: 0 auto;
}

.amcarousel #ampromo-carousel-content
{
    width: 4500px;
    height: 1px;
}

#ampromo-carousel-content .slide
{
    float: left;
}

.amcarousel .ampromo-carousel-control
{
    display: block;
}

.ampromo-carousel-control
{
    position: absolute;
    top: 260px;
    background: url(https://en.newsha.com/skin/frontend/base/default/images/amasty/ampromo/buttons_next_prev.png) no-repeat;
    width: 48px;
    height: 45px;
    font-size: 0;
    display: none;
}

.ampromo-carousel-control.carousel-disabled.prev
{
    background-position: 0 0 !important;
}

.ampromo-carousel-control.amcarousel-disabled.next
{
    background-position: -46px 0 !important;
}

.ampromo-carousel-control.prev
{
    background-position: 0 -45px;
    left: 20px;
}

.ampromo-carousel-control.next
{
    background-position: -46px -45px;
    right: 20px;
}

.ampromo-carousel-control.prev:hover
{
    background-position: 0 -91px;
}

.ampromo-carousel-control.next:hover
{
    background-position: -46px -91px;
}

.ampromo-item .qty-holder
{
    display: none;
}

.ampromo-item-options select,
.ampromo-item-options input
{
    max-width: 210px;
}

.ampromo-notification
{
    padding: 7px;
    text-align: center;
    margin-bottom: 12px;

    border: 1px solid #f16048;
    color: #df280a;
    background: #faebe7;
}

.ampromo_items_form h4 {
    line-height: 50px;
}

.ampromo_items_form h4 a {
    display: inline-block;
    vertical-align: middle;
    line-height: 14px;
}
/**
 * This file is part of a FireGento e.V. module.
 *
 * This FireGento e.V. module is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License version 3 as
 * published by the Free Software Foundation.
 *
 * This script is distributed in the hope that it will be useful, but WITHOUT
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
 * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
 *
 * @category  FireGento
 * @package   FireGento_MageSetup
 * @author    FireGento Team <team@firegento.com>
 * @copyright 2013-2015 FireGento Team (http://www.firegento.com)
 * @license   http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
 */

/* Left empty on purpose, only needed in rwd theme */

#inmedias_affiliate_add_referer div{
    float:left;
	padding-left:25px;
	cursor:pointer;
	background: transparent url(https://en.newsha.com/skin/frontend/base/default/images/slider_btn_zoom_in.gif) scroll no-repeat;
}

.inmedias_affiliate_label {
    font-weight:bold;
    color:#666666;
}
 
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

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

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('https://en.newsha.com/skin/frontend/smartwave/default/fancybox/css/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('https://en.newsha.com/skin/frontend/smartwave/default/fancybox/css/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('https://en.newsha.com/skin/frontend/smartwave/default/fancybox/css/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

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

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('https://en.newsha.com/skin/frontend/smartwave/default/fancybox/css/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('https://en.newsha.com/skin/frontend/smartwave/default/fancybox/css/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('https://en.newsha.com/skin/frontend/smartwave/default/fancybox/css/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/** 
 * ISAAC Priceslider
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    ISAAC
 * @package     ISAAC_Priceslider
 * @copyright   Copyright (c) 2011 ISAAC Software Solutions B.V. (http://www.isaac.nl)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 * @author      Aad Mathijssen, Sam Berghmans
 * @version     1.0.0
 */

.header .form-search #cat { width: 118px; float:left; margin-right: 2px;}
.header .form-search #search { width: 97px; float: left; margin-right: 2px; }
.header .form-search label { width: 22px; float: left; }
#search_mini_form .header .form-search button.button { float: right; margin-right: 8px; }

.maintitle {
    border-left: 1px solid #DBDBDB;
    border-radius: 5px 5px 0 0;
    border-right: 1px solid #DBDBDB;
    border-top: 1px solid #DBDBDB;
    color: #3A3A3A;
    float: none;
    font-size: 14px;
    height: 29px;
    padding: 6px 10px 0;
    clear: both;
}

.titlemain {
    color: #3A3A3A;
    float: left;
    font-size: 14px;
    font-weight: bold;
}

.viewall {
    float: right;
}

.viewall a {
    color: #5C5C5C;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
}


.products-grid li.item {
    float: left;
    padding-bottom: 80px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 12px;
    width: 138px;
}

/*.std .category-products ul.products-grid, .std .category-products ol.products-grid {
    width: 634px;
}*/

.std .category-products ul, .std .category-products ol {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
	padding: 0px;
	margin: 0px;
}

/*.maintitle {
    width: 634px;
}*/
.quickview-main {
    text-align: left;
}
.quickview-main .product-collateral {
    display: none;
}
/**** removed all styles ****/
.social-icons {
  float: right; }
  .social-icons span.label {
    line-height: 30px;
    font-size: 13px;
    color: #8b8c8d;
    display: inline-block;
    padding: 0; }
  .social-icons a {
    background: url(https://en.newsha.com/skin/frontend/smartwave/default/socialicons/images/social-icons-sprite.png) 0 0 no-repeat;
    width: 30px;
    height: 30px;
    background-color: #000;
    display: inline-block;
    text-indent: -9999px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin-left: 10px;
    line-height: 30px; }
    .social-icons a:hover {
      background: url(https://en.newsha.com/skin/frontend/smartwave/default/socialicons/images/social-icons-hover-sprite.png) 0 0 no-repeat;
      width: 30px;
      height: 30px;
      background-color: #E0E0E0;
      display: inline-block;
      text-indent: -9999px;
      border-radius: 3px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      margin-left: 10px;
      line-height: 30px; }

@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.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
  }

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

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -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.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
  }

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

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

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

.bounce {
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-transform-origin: center bottom;
      -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);
            transform: scale3d(1, 1, 1);
  }

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

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

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

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

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

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

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

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
            transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
            transform: scale3d(1.05, .95, 1);
  }

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

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

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

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

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

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
            transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
            transform: scale3d(1.05, .95, 1);
  }

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

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

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

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

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
}

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

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

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
}

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

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }

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

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

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

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

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }

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

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

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

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

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

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

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

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

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .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(.97, .97, .97);
            transform: scale3d(.97, .97, .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.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

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

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

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .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(.97, .97, .97);
            transform: scale3d(.97, .97, .97);
  }

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

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

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

  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.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

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

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

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

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

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

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

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

  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.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

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

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

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

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

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

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

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

  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.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

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

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

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

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

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

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

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

  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.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

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

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

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

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

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

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

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .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(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .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(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
          animation-name: bounceOut;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

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

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

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

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

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

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
            transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
            transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
  -webkit-animation-name: flip;
          animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

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

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

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

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

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

.flipInX {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
          animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

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

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

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

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

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

.flipInY {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
          animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
          animation-name: flipOutX;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
          animation-name: flipOutY;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}

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

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

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

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

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

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

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

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

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
          animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

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

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

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

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

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
          animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

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

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

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

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

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

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

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

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

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

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

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

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

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

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

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

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

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

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

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

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
            transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

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

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
            transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

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

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

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
            transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
            transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

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

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

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

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

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

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

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

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

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

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
            transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
            transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
            transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
            transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    opacity: 1;
  }

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

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
            transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
            transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    opacity: 1;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

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

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

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

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

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

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

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

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

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

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

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

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

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

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

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
            transform: scale3d(.1, .1, .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.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
            transform: scale3d(.1, .1, .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.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

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

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
            transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
            transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}

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

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
            transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
            transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}

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

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
            transform: scale3d(.1, .1, .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.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
            transform: scale3d(.1, .1, .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.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

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

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    visibility: visible;
  }

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

@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    visibility: visible;
  }

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

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

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    visibility: visible;
  }

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

@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    visibility: visible;
  }

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

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

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    visibility: visible;
  }

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

@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    visibility: visible;
  }

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

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

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    visibility: visible;
  }

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

@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    visibility: visible;
  }

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

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

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

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

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

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

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

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

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
          animation-name: slideOutUp;
}
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000; opacity: 0.7 filter: alpha(opacity = 70);}
#colorbox{outline:0;}
    #cboxTopLeft{width:25px; height:25px; background:url(https://en.newsha.com/skin/frontend/base/default/ves_base/colorbox/images/border1.png) no-repeat 0 0;}
    #cboxTopCenter{height:25px; background:url(https://en.newsha.com/skin/frontend/base/default/ves_base/colorbox/images/border1.png) repeat-x 0 -50px;}
    #cboxTopRight{width:25px; height:25px; background:url(https://en.newsha.com/skin/frontend/base/default/ves_base/colorbox/images/border1.png) no-repeat -25px 0;}
    #cboxBottomLeft{width:25px; height:25px; background:url(https://en.newsha.com/skin/frontend/base/default/ves_base/colorbox/images/border1.png) no-repeat 0 -25px;}
    #cboxBottomCenter{height:25px; background:url(https://en.newsha.com/skin/frontend/base/default/ves_base/colorbox/images/border1.png) repeat-x 0 -75px;}
    #cboxBottomRight{width:25px; height:25px; background:url(https://en.newsha.com/skin/frontend/base/default/ves_base/colorbox/images/border1.png) no-repeat -25px -25px;}
    #cboxMiddleLeft{width:25px; background:url(https://en.newsha.com/skin/frontend/base/default/ves_base/colorbox/images/border2.png) repeat-y 0 0;}
    #cboxMiddleRight{width:25px; background:url(https://en.newsha.com/skin/frontend/base/default/ves_base/colorbox/images/border2.png) repeat-y -25px 0;}
    #cboxContent{background:#fff; }
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:20px;}
        #cboxTitle{position:absolute; bottom:0px; left:0; text-align:center; width:100%; color:#999; /*border-top: 1px solid #ddd; padding-top: 15px; */}
        #cboxCurrent{position:absolute; bottom:0px; left:100px; color:#999;}
        #cboxLoadingOverlay{background:#fff url(https://en.newsha.com/skin/frontend/base/default/ves_base/colorbox/images/loading.gif) no-repeat center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; bottom:0px; right:42px; color:#444;}
        #cboxPrevious{position:absolute; bottom:0px; left:0; color:#444;}
        #cboxNext{position:absolute; bottom:0px; left:63px; color:#444;}
        #cboxClose{position:absolute; top:-27px; right:-25px; display:block; color:transparent;background:url(https://en.newsha.com/skin/frontend/base/default/ves_base/colorbox/images/fancy_close.png) no-repeat 0 0; width: 30px; height: 30px; }

.action_button li {
    float: left;
    width: 100%;
    clear: both;
    margin: 10px 0;
}

.action_button li a.button {padding:8px 10px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}
/*Container size*/
.container-small, .container-large {
    max-width: 100%;
}
@media (min-width: 768px) {
    .container-small {
        width: 300px;
    }
    .container-large {
        width: 970px;
    }
}
@media (min-width: 992px) {
    .container-small {
        width: 500px;
    }
    .container-large {
        width: 1170px;
    }
}
@media (min-width: 1200px) {
    .container-small {
        width: 700px;
    }
    .container-large {
        width: 1500px;
    }
}

/*Container size*/
@media (max-width: 992px) {
  .offcanvas-widget-siderbars .offcanvas-widget-sidebar {
      display: none;
      width: 100%;
  }
  .offcanvas-widget-siderbars.column-left-active .offcanvas-widget-sidebar.canvas-show {
      display: block;
  }
  .offcanvas-widget-siderbars.column-left-active .main-column, .offcanvas-widget-siderbars.column-right-active .main-column {
      display: none;
  }
}

.col-nopadding, .row-nopadding, .widget-nopadding{ padding:0px!important;}
/* no-gutters Class Rules */
.row.no-gutters {
   margin-right: 0;
   margin-left: 0;
}
.row.no-gutters > [class^="col-"], 
.row.no-gutters > [class*=" col-"], .row.no-gutters > .row-inner > [class^="col-"],.row.no-gutters > .row-inner > [class*=" col-"] {
   padding-right: 0;
   padding-left: 0;
}
/*Aligment*/

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.left-block {
  display: block;
  margin-left: 0px;
  margin-right: auto;
}

.right-block {
  display: block;
  margin-left: auto;
  margin-right: 0px;
}

/*Collapse opener*/
.block .opener {
  position: absolute;
  right: 0;
  top: 2px;
  display: block;
  cursor: pointer;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* Accordion style*/
.accordian-play .panel-item-content {
  display: none;
  margin: 0 auto;
  max-width: 1080px;
  text-align: center;
  overflow: hidden;
}

.accordian-play .menu-title {
  transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  color: #141414;
  cursor: pointer;
  text-align: center;
  padding: 60px 0;
  position: relative;
  overflow: hidden;
  border-top: solid 1px #d8d8d7; }
  
.accordian-play .menu-title .bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100%;
    padding-bottom: 80px;
    position: absolute;
    top: 0;
    opacity: 0;
    width: 100%;
    z-index: 0; }
.accordian-play .menu-title h3 {
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;

    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    font-size: 4.5em;
    letter-spacing: 0.09em;
    line-height: 1em;
    position: relative;
    z-index: 5; }
.accordian-play .menu-title h3 span {
      display: block;

      font-weight: 300;
      font-style: normal;
      font-style: italic;
      font-weight: normal;
      text-transform: none;
      font-size: 24px;
      line-height: 0;
      letter-spacing: 0;
      position: relative;
      top: 15px; }
.accordian-play .menu-title p {
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    font-size: 2em;
    font-style: italic;
    margin: 0.3em 0 0;
    position: relative;
    z-index: 5; }
.accordian-play .menu-title i {
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    color: #ccc;
    display: block;
    height: 38px;
    position: absolute;
    font-size: 38px;
    width: 38px;
    margin-top: -19px;
    top: 50%;
    right: 90px;
    z-index: 5; }
.accordian-play .menu-title.adjust {
    padding: 50px 0; }
.accordian-play.press .menu-title a {
  color: inherit;
  text-decoration: none; }
.accordian-play.press .menu-title p {
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
  color: #484747;
  font-size: 1.3em;
  letter-spacing: 0.15em;
  margin: 0 0 0.75em; }
.accordian-play.press .menu-title .bg {
  background-repeat: no-repeat;
  background-size: cover; }
.accordian-play.press .menu-title i {
  border: solid 3px #ccc;
  border-radius: 36px;
  height: 32px;
  width: 32px;
  font-size: 20px; }
.accordian-play.press .menu-title i:before {
    left: 1px;
    top: 6px;
    position: relative; }
.accordian-play.press .menu-title:hover {
  background: #8f2626; }
.accordian-play.press .menu-title:hover p {
    color: #fff; }
.accordian-play.press .menu-title:hover i {
    border: solid 3px #fff; }
.widget-images .image-description p{margin:0;}
.widget-images .image-description br{display:none!important;}

/*widget social share links*/
.social-sharing-links li {
    float: left;
    padding: 0 7px 7px;
}
.social-sharing-links a{
   font-size: 18px;
}
/*widget social share links*/
.lookbook-products {
    overflow: hidden;
    overflow: auto;
    height: 100%;
    width: 100%;
    min-width: 100px;

}

.product-view .ves-container .product-img-box, .product-view .ves-container .product-shop, .product-view .ves-container .add-to-cart-wrapper, .product-view .ves-container .block-related { width: 100%;}

.jcarousel-control {
    display: block;
    text-align: center;
}

/*Product Deals Counting number*/
.productdeals .item-countdown{
    padding: 10px 0;
}
.productdeals .item-countdown ul{
    /*text-align: center;*/
}
.productdeals .item-countdown ul li{
    display: inline-block; 
    margin: 0px 8px 0 0;
    line-height: normal;
    border: 0;
}
.productdeals .item-countdown ul li.first{}
.productdeals .item-countdown ul li.last{ 
    margin: 0px;
}
.productdeals .item-countdown ul li div{
    text-transform: lowercase; 
    font-size:12px;
    display: inline-block; 
}
.productdeals .item-countdown ul li div.countdown_num{}
.productdeals .item-countdown ul li div.countdown_num span.mw_dld_detail_num{}
.productdeals .timeleft{
}
.productdeals .item-countdown ul li div.countdown_num span{
    display: inline-block; 
    font-size: 14px; 
    font-weight: bold; 
    color: #000;
    padding: 4px 0px;
}
.productdeals .item-countdown ul li div.countdown_num span + span{
    border-left: 0;
}
/*Product Deals Counting number*/

/*Product builder: Media styles*/
.product-image-gallery .gallery-image {
    display: none;
}
.product-img-box .product-image img {
    max-width: 100%;
    max-height: 750px;
    margin: 0px auto;
}
.product-image-gallery .gallery-image.visible {
    display: block;
}
.vesclear:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.vesclear {
	display: inline-block;
}

html[xmlns] .vesclear {
	display: block;
}

* html .vesclear {
	height: 1%;
}

/**/
.colswrapper .itemcol{
	float:left;
	border: 1px solid #E5E5E5;
    margin-right: 12px;
    padding: 9px;
    background:#FFF;
    width:100%;
    margin-bottom:12px;
}

.cols2 .itemcol{	width:45.2%;}
.cols3 .itemcol{	width:28%;}
.cols4 .itemcol{	width:22%;}
.cols5 .itemcol{	width:18%;}

.blog-tags{
	background:url(https://en.newsha.com/skin/frontend/base/default/ves_blog/ico-tag.gif) no-repeat 0 4px;
	padding-left:19px
}
.ves-description{	margin:10px 0; }
/* CATEGORY PAGE */
.blog-list .blog-childrent{	padding-bottom:16px;}

.blog-meta span{ text-transform:uppercase; }

.blog-list  .blog-image{ margin:0 0 10px; position:relative}
.blog-list .blog-botm{
	border-top:solid 1px #E5E5E5;
	color:#AAAAAA;
	font-size:93%
}

/* DETAIL BLOG */
span.created-date,
span.author
{
    color: #AAAAAA;
    font-size: 85%;
    text-transform: uppercase;
}

.blog-post .blog-container{
	position:relative;
	padding-bottom:12px;
}

.blog-post div.blog-description {
    font-size: 116%;
    font-weight: 700;
}

.blog-post .blog-bottom > div {
	width:46%; 
	float:left;
    border-bottom: 1px solid #DDDDDD;
    color: #AAAAAA;
    float: left;
    font-size: 83%;
    margin-right: -1px;
    padding: 14px 20px 0 0;
    text-transform: uppercase;
}
.blog-post  .blog-bottom { border-top:1px solid  #DDD }
.blog-post .blog-social,
.blog-post .blog-comment, .blog-post .comment-form{ border-top:5px solid #DDD; padding:8px 0px; margin:16px 0 }

.blog-post .above-inputs input{ width:100%;background:#F5F5F5 }
.blog-post .above-inputs .input-box{ width:98%}
.blog-post .above-inputs li{ width:48%; float:left; clear:none }
.blog-post .above-inputs  li.email{float:right}
.blog-post .mid-inputs textarea{ width:99%;height:160px; background:#F5F5F5 }
.blog-post input:focus,.blog-post textarea:focus{background:#FFF}

.blog-post .blog-social  .social-sharing > div{ float:left}

.blog-extra {padding:8px 0 }
.blog-extra > div{ width:50%; float:left; }

.pages > div{ float:left; }


 

.comments-list li{ display:block; position:relative; min-height:80px; padding:8px 12px; }
.comments-list li:hover{}
.comments-list li.odd{ background:#F5F5F5 }
.comments-list .comment-link{	float:right;	font-size:11px; display:none; }
.comments-list li:hover .comment-link{ display:block}
.post-comments .pager{ padding:12px 0px }

/** MODULES STYLES ***/
/* LATEST BLOG */
.venus-latest-block{
	position:relative;
}
.venus-latest-block .post-item{
  margin:8px 6px;
}
.venus-latest-block img{
  float:left;
  width:100%;
}
.venus-latest-block div.post-image{
  width:80px;
  height:80px;
  overflow:hidden;
  float:left;
  padding-right:8px;
}
.venus-latest-block  .latest-description{
  height:54px;	
  line-height:1.6em;
  overflow:hidden;
}
/** CATEGORY MENU **/
.venus-blog-menu .parent > ul { padding-left:12px; }
.venus-blog-menu .parent .head a {
	
 background: url("https://en.newsha.com/skin/frontend/base/default/ves_blog/menu_down.gif") no-repeat scroll 0 0 #F6F6F6;
 color: #333333;
 display: block;
 height: 15px;
 margin-top: 5px;
 padding: 0;
 width: 15px;
}
.ves-comment {
  padding-bottom: 15px;
  border-bottom: 1px dashed #dddddd;
  font-size: 13px;
}
.ves-comment:last-child {
  border-bottom: none;
}
.comment-author {
  font-weight: 400;
  color: #000;
}

.comments-list img {
    float: left;
    padding-right: 12px;
}
/*--- MASONRY LAYOUT ----*/

.posts-masonry {
    -webkit-column-count: 3;
    -webkit-column-gap: 10px;
    -moz-column-count: 3;
    -moz-column-gap: 10px;
    column-count: 3;
    column-gap: 10px;
}

.posts-masonry .item-masonry {
    display: inline-block;
    background: #FEFEFE;
    border: 2px solid #FAFAFA;
    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: 2px;
    padding-bottom: 5px;
    background: -webkit-linear-gradient(45deg, #FFF, #F9F9F9);
    opacity: 1;

    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.posts-masonry .item-masonry img {
    height: 100%;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 5px;
}

.posts-masonry .item-masonry p {
    font: 12px/18px Arial, sans-serif;
    color: #333;
    margin: 0;
}

.posts-masonry {
  -webkit-column-count: 4;
  -webkit-column-gap: 10px;
  -moz-column-count: 4;
  -moz-column-gap: 10px;
  column-count: 4;
  column-gap: 10px;
}

@media (min-width: 1140px) {
    .posts-masonry {
        -webkit-column-count: 4;
    -webkit-column-gap: 10px;
    -moz-column-count: 4;
    -moz-column-gap: 10px;
    column-count: 4;
    column-gap: 10px;
    }
}

@media (max-width: 768px) {
    .posts-masonry {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}

@media only screen and (max-width: 680px) {
  .posts-masonry {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}
@media only screen and (max-width: 480px) {
    .posts-masonry {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}

/*** THUMBNAIL VIEW LAYOUT ***/
.blogs-thumb_view .post-block{
  position: relative;
  overflow: hidden;
}

.blogs-thumb_view .post-block:hover .blog-meta-block{
  bottom: 0;
}

.blogs-thumb_view .post-block .blog-meta-block {
  position: absolute;
  width: 100%;
  text-align: center;
  color: black;
  background-color: white;
  bottom: -100%;
  -webkit-transition: .5s bottom ease;
  -moz-transition: .5s bottom ease;
  -o-transition: .5s bottom ease;
  -ms-transition: .5s bottom ease;
  transition: .5s bottom ease;
  padding: 0 10px;
}
.blogs-thumb_view .blogs-row{
  padding-bottom: 25px;
}
.blogs-thumb_view .blog-image {
  text-align: center;
  margin-bottom: 20px;
  width: 100%;
}

.posts-list iframe{
  max-width: 100%;
}
.blog-list .blog-image img {width: auto; height: auto; max-width:100%;}
.ves-brandlist-page .brand-logo {
    float: none;
    margin-bottom: 5px;
    min-height: 80px;
    display: block;
}

.ves-brandlist-page .brand-title {
    font-size: 15px;
    font-weight: bold;
}

.ves-brandlist-page li,.ves-brandlist-page .brand-item{
    min-height: 130px;
    text-align: center;
    background-color: white;
    border: 1px solid #DDDDDD;
    padding: 8px;
    margin: 5px;
}

.ves-brandlist-page .layout-grid li, .ves-brandlist-page .layout-grid .brand-item{
	float: left;
}
.ves-brandlist-page .pager .pages {display: block; margin-left: 10px	;}

.venus-brand-menu li {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.venus-brand-menu li:first-child {
    border: medium none;
}
.brand-showmore{
    text-align: center;
    margin: 10px 0px;
}
.brand-submit{
    text-align: right;
    margin: 10px;
}

.clear { clear: both;}
.formbuilder-popup{
	display: none;
}

.field-section-break{
	width: 100%;
	height: 1px;
	top: 50%;
	border: 1px solid #CCC;
	position: relative;
	margin-top: 25px;
}

.field-section-break .sm-section-break{
	position: absolute;
	top: -10px;
	width: 100%;
	text-align: center;
}

.field-section-break .sm-section-break span{
	background: #FFF;
	padding: 0 20px;
}
.ves-rating-play img {display: inline;}
.workflow_table th, .workflow_table td {
    padding-bottom: 10px;
    padding-right: 15px;
}
.calendar{ z-index: 99999}
.cancel-on-png, .cancel-off-png, .star-on-png, .star-off-png, .star-half-png {
  font-size: 2em;
}

@font-face {
  font-family: "raty";
  font-style: normal;
  font-weight: normal;
  src: url("https://en.newsha.com/skin/frontend/base/default/ves_formbuilder/js/raty/fonts/raty.eot");
  src: url("https://en.newsha.com/skin/frontend/base/default/ves_formbuilder/js/raty/fonts/raty.eot?#iefix") format("embedded-opentype");
  src: url("https://en.newsha.com/skin/frontend/base/default/ves_formbuilder/js/raty/fonts/raty.svg#raty") format("svg");
  src: url("https://en.newsha.com/skin/frontend/base/default/ves_formbuilder/js/raty/fonts/raty.ttf") format("truetype");
  src: url("https://en.newsha.com/skin/frontend/base/default/ves_formbuilder/js/raty/fonts/raty.woff") format("woff");
}

.cancel-on-png, .cancel-off-png, .star-on-png, .star-off-png, .star-half-png {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "raty";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
}

.cancel-on-png:before {
  content: "\e600";
}

.cancel-off-png:before {
  content: "\e601";
}

.star-on-png:before {
  content: "\f005";
}

.star-off-png:before {
  content: "\f006";
}

.star-half-png:before {
  content: "\f123";
}

@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%,100%,20%,53%,80%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-transition-timing-function:cubic-bezier(0.755,.050,.855,.060);transition-timing-function:cubic-bezier(0.755,.050,.855,.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-transition-timing-function:cubic-bezier(0.755,.050,.855,.060);transition-timing-function:cubic-bezier(0.755,.050,.855,.060);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,100%,20%,53%,80%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-transition-timing-function:cubic-bezier(0.755,.050,.855,.060);transition-timing-function:cubic-bezier(0.755,.050,.855,.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-transition-timing-function:cubic-bezier(0.755,.050,.855,.060);transition-timing-function:cubic-bezier(0.755,.050,.855,.060);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;-ms-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes pulse{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(0.75,1.25,1);transform:scale3d(0.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes rubberBand{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(0.75,1.25,1);transform:scale3d(0.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{0%,100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}100%{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}@keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}100%{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}.swing{-webkit-transform-origin:top center;-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(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes tada{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}100%{-webkit-transform:none;transform:none}}@keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}100%{-webkit-transform:none;transform:none}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes bounceIn{0%,100%,20%,40%,60%,80%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.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(.97,.97,.97);transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes bounceIn{0%,100%,20%,40%,60%,80%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.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(.97,.97,.97);transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn;-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounceInDown{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInDown{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}100%{-webkit-transform:none;transform:none}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInLeft{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}100%{-webkit-transform:none;transform:none}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInRight{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}100%{-webkit-transform:none;transform:none}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInUp{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.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(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.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(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut;-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY;-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}100%{-webkit-transform:none;transform:none;opacity:1}}@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}100%{-webkit-transform:none;transform:none;opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}100%{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{0%{opacity:1}100%{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}@keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}@keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}100%{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}100%{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}100%{opacity:1;-webkit-transform:none;transform:none}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}@keyframes rollOut{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}100%{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}100%{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%);visibility:visible}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slideInDown{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%);visibility:visible}100%{-webkit-transform:translateY(0);transform:translateY(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInLeft{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translateX(100%);transform:translateX(100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInRight{0%{-webkit-transform:translateX(100%);transform:translateX(100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translateY(100%);transform:translateY(100%);visibility:visible}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slideInUp{0%{-webkit-transform:translateY(100%);transform:translateY(100%);visibility:visible}100%{-webkit-transform:translateY(0);transform:translateY(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{visibility:hidden;-webkit-transform:translateY(100%);transform:translateY(100%)}}@keyframes slideOutDown{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{visibility:hidden;-webkit-transform:translateY(100%);transform:translateY(100%)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{visibility:hidden;-webkit-transform:translateX(-100%);transform:translateX(-100%)}}@keyframes slideOutLeft{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{visibility:hidden;-webkit-transform:translateX(-100%);transform:translateX(-100%)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{visibility:hidden;-webkit-transform:translateX(100%);transform:translateX(100%)}}@keyframes slideOutRight{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{visibility:hidden;-webkit-transform:translateX(100%);transform:translateX(100%)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{visibility:hidden;-webkit-transform:translateY(-100%);transform:translateY(-100%)}}@keyframes slideOutUp{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{visibility:hidden;-webkit-transform:translateY(-100%);transform:translateY(-100%)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}
/*Copy from here*/
/* The slider */
.iviewSlider {
	overflow: hidden;
}

/* The timer in the Slider */
.iview-caption {
	position: absolute;
}
/* The Preloader in the Slider */

/* The strips and boxes in the Slider */
.iview-strip {
	display:block;
	position:absolute;
	z-index:5;
}
.iview-block {
	display:block;
	position:absolute;
	z-index:5;
}

/* Direction nav styles (e.g. Next & Prev) */
.iview-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.iview-prevNav {
	left:0px;
}
.iview-nextNav {
	right:0px;
}

/* Control nav styles (e.g. 1,2,3...) */
.iview-controlNav {
	position:absolute;
	z-index:9;
}
.iview-controlNav a {
	z-index:9;
	cursor:pointer;
}
.iview-controlNav a.active {
	font-weight:bold;
}
.iview-controlNav .iview-items ul {
	list-style: none;
}
.iview-controlNav .iview-items ul li {
	display: inline;
	position: relative;
}
.iview-controlNav .iview-tooltip {
	position: absolute;
}


/* The video show in the Slider */
.iview-video-show {
	background: #000;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 101;
}
.iview-video-show .iview-video-container {
	position: relative;
	width: 100%;
	height: 100%;
}
.iview-video-show .iview-video-container a.iview-video-close {
	position: absolute;
	right: 10px;
	top: 10px;
	background: #222;
	color: #FFF;
	height: 20px;
	width: 20px;
	text-align: center;
	line-height: 29px;
	font-size: 22px;
	font-weight: bold;
	overflow: hidden;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.iview-video-show .iview-video-container a.iview-video-close:hover {
	background: #444;
}



.vesslider {
	display: block;
	min-width: 300px;
	background: #000;
	background: rgba(0, 0, 0, 0.7);
	padding: 0px;
	border-radius: 0px;
	position: relative;
	margin: 0px auto;
	overflow: hidden;
}

.vesslider .iviewSlider {
	display: block;
	overflow: hidden;
	border-radius: 0px;
}



.iview-controlNav {
	position: absolute;
	bottom: 10px;
	left: 50%;
	height: auto;
}

.iview-controlNav a {
	text-indent: -9999px;
}

.iview-controlNav div.iview-items {
	float: left;
	padding: 0px;
	height: auto;
}

.iview-controlNav a.iview-control {
	padding: 0px;
	float: left;
	width: 11px;
	height: 12px;
	background: url('https://en.newsha.com/skin/frontend/base/default/ves_layerslider/assets/bullets.png') no-repeat;
	line-height: 0px;
}

.iview-controlNav a.iview-control.active {
	background-position: 0px -12px;
}

.iview-caption {
	position: absolute;
}

#iview-timer {
	border-radius: 10px;
}

#iview-timer div {
	border-radius: 10px;
}

#iview-timer {
    border-radius: 5px;
    cursor: pointer;
    position: absolute;
    z-index: 100;
}

.iview-controlNav div.iview-items ul li {
	padding: 0px;
	float: left;
	width: 11px;
	height: 12px;
	margin: 3px;
	margin-top: 16px;
	line-height: 0px;
}

.vesslider #iview-tooltip {
	display: none;
	position: absolute;
	background: url('https://en.newsha.com/skin/frontend/base/default/ves_layerslider/assets/tooltip.png') no-repeat;
	width: 124px;
	height: 90px;
	bottom: 30px;
	left: -67px;
	padding: 10px;
	z-index: 100;
}

.vesslider #iview-tooltip div.holder {
	display: block;
	width: 124px;
	height: 84px;
	overflow: hidden;
	border-radius: 2px;
}

.vesslider #iview-tooltip div.holder div.container {
	display: block;
	width: 4000px;
}

.vesslider #iview-tooltip div.holder div.container div {
	float: left;
	display: block;
	overflow: hidden;
	width: 124px;
	height: 84px;
	left: -50%;
	text-align: center;
}

.vesslider #iview-tooltip div.holder div.container div img {
	height: 84px;
	margin: 0 auto;
}
/*Copy to here*/

.layerslider-wrapper{
		margin: 0 auto;
		position: relative;
	}
.rev_slider{
	position: relative;
	overflow: hidden;
	height:300px; 
	width:940px; 
}
.bannercontainer {
	position: relative;margin: 0px auto;
	overflow:hidden;

}
.bannercontainer .banner-fullwidth{
	  width: 100% !important;
	  /*max-height: 500px !important;*/
}
.bannercontainer .fullwidthbanner{
  	/*max-height: 500px !important;*/
    overflow: hidden!important;
    padding: 0;
    position: relative;
}
.bannercontainer.banner-fullwidth{
	width: 100% !important;
}

/*************************
	-	CAPTIONS	-
**************************/


.tp-static-layers	{	position:absolute; z-index:505; top:0px;left:0px}

.tp-hide-revslider,.tp-caption.tp-hidden-caption	{	visibility:hidden !important; display:none !important}


.tp-caption { z-index:1; white-space:nowrap}

.tp-caption-demo .tp-caption	{	position:relative !important; display:inline-block; margin-bottom:10px; margin-right:20px !important}




.tp_inner_padding	{	box-sizing:border-box;
						-webkit-box-sizing:border-box;
						-moz-box-sizing:border-box;
						max-height:none !important;	}


/*.tp-caption			{	transform:none !important}*/


/*********************************
	-	SPECIAL TP CAPTIONS -
**********************************/
.tp-caption .frontcorner		{
										width: 0;
										height: 0;
										border-left: 40px solid transparent;
										border-right: 0px solid transparent;
										border-top: 40px solid #00A8FF;
										position: absolute;left:-40px;top:0px;
									}

.tp-caption .backcorner		{
										width: 0;
										height: 0;
										border-left: 0px solid transparent;
										border-right: 40px solid transparent;
										border-bottom: 40px solid #00A8FF;
										position: absolute;right:0px;top:0px;
									}

.tp-caption .frontcornertop		{
										width: 0;
										height: 0;
										border-left: 40px solid transparent;
										border-right: 0px solid transparent;
										border-bottom: 40px solid #00A8FF;
										position: absolute;left:-40px;top:0px;
									}

.tp-caption .backcornertop		{
										width: 0;
										height: 0;
										border-left: 0px solid transparent;
										border-right: 40px solid transparent;
										border-top: 40px solid #00A8FF;
										position: absolute;right:0px;top:0px;
									}


/***********************************************
	-	SPECIAL ALTERNATIVE IMAGE SETTINGS	-
***********************************************/

img.tp-slider-alternative-image	{	width:100%; height:auto;}

/******************************
	-	BUTTONS	-
*******************************/

.tp-simpleresponsive .button				{	padding:6px 13px 5px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; height:30px;
												cursor:pointer;
												color:#fff !important; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6) !important; font-size:15px; line-height:45px !important;
												background:url(https://en.newsha.com/skin/frontend/base/default/ves_layerslider/images/gradient/g30.png) repeat-x top; font-family: arial, sans-serif; font-weight: bold; letter-spacing: -1px;
											}

.tp-simpleresponsive  .button.big			{	color:#fff; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6); font-weight:bold; padding:9px 20px; font-size:19px;  line-height:57px !important; background:url(https://en.newsha.com/skin/frontend/base/default/ves_layerslider/images/gradient/g40.png) repeat-x top}


.tp-simpleresponsive  .purchase:hover,
.tp-simpleresponsive  .button:hover,
.tp-simpleresponsive  .button.big:hover		{	background-position:bottom, 15px 11px}



	@media only screen and (min-width: 768px) and (max-width: 959px) {

	 }



	@media only screen and (min-width: 480px) and (max-width: 767px) {
		.tp-simpleresponsive  .button	{	padding:4px 8px 3px; line-height:25px !important; font-size:11px !important;font-weight:normal;	}
		.tp-simpleresponsive  a.button { -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none;	 }


	}

    @media only screen and (min-width: 0px) and (max-width: 479px) {
		.tp-simpleresponsive  .button	{	padding:2px 5px 2px; line-height:20px !important; font-size:10px !important}
		.tp-simpleresponsive  a.button { -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none;	 }
	}





/*	BUTTON COLORS	*/



.tp-simpleresponsive  .button.green, .tp-simpleresponsive  .button:hover.green,
.tp-simpleresponsive  .purchase.green, .tp-simpleresponsive  .purchase:hover.green			{ background-color:#21a117; -webkit-box-shadow:  0px 3px 0px 0px #104d0b;        -moz-box-shadow:   0px 3px 0px 0px #104d0b;        box-shadow:   0px 3px 0px 0px #104d0b;  }


.tp-simpleresponsive  .button.blue, .tp-simpleresponsive  .button:hover.blue,
.tp-simpleresponsive  .purchase.blue, .tp-simpleresponsive  .purchase:hover.blue			{ background-color:#1d78cb; -webkit-box-shadow:  0px 3px 0px 0px #0f3e68;        -moz-box-shadow:   0px 3px 0px 0px #0f3e68;        box-shadow:   0px 3px 0px 0px #0f3e68}


.tp-simpleresponsive  .button.red, .tp-simpleresponsive  .button:hover.red,
.tp-simpleresponsive  .purchase.red, .tp-simpleresponsive  .purchase:hover.red				{ background-color:#cb1d1d; -webkit-box-shadow:  0px 3px 0px 0px #7c1212;        -moz-box-shadow:   0px 3px 0px 0px #7c1212;        box-shadow:   0px 3px 0px 0px #7c1212}

.tp-simpleresponsive  .button.orange, .tp-simpleresponsive  .button:hover.orange,
.tp-simpleresponsive  .purchase.orange, .tp-simpleresponsive  .purchase:hover.orange		{ background-color:#ff7700; -webkit-box-shadow:  0px 3px 0px 0px #a34c00;        -moz-box-shadow:   0px 3px 0px 0px #a34c00;        box-shadow:   0px 3px 0px 0px #a34c00}

.tp-simpleresponsive  .button.darkgrey, .tp-simpleresponsive  .button.grey,
.tp-simpleresponsive  .button:hover.darkgrey, .tp-simpleresponsive  .button:hover.grey,
.tp-simpleresponsive  .purchase.darkgrey, .tp-simpleresponsive  .purchase:hover.darkgrey	{ background-color:#555; -webkit-box-shadow:  0px 3px 0px 0px #222;        -moz-box-shadow:   0px 3px 0px 0px #222;        box-shadow:   0px 3px 0px 0px #222}

.tp-simpleresponsive  .button.lightgrey, .tp-simpleresponsive  .button:hover.lightgrey,
.tp-simpleresponsive  .purchase.lightgrey, .tp-simpleresponsive  .purchase:hover.lightgrey	{ background-color:#888; -webkit-box-shadow:  0px 3px 0px 0px #555;        -moz-box-shadow:   0px 3px 0px 0px #555;        box-shadow:   0px 3px 0px 0px #555}



/****************************************************************

	-	SET THE ANIMATION EVEN MORE SMOOTHER ON ANDROID   -

******************************************************************/

/*.tp-simpleresponsive				{	-webkit-perspective: 1500px;
										-moz-perspective: 1500px;
										-o-perspective: 1500px;
										-ms-perspective: 1500px;
										perspective: 1500px;
									}*/




/**********************************************
	-	FULLSCREEN AND FULLWIDHT CONTAINERS	-
**********************************************/

.fullscreen-container {
		width:100%;
		position:relative;
		padding:0;
}



.fullwidthbanner-container{
	width:100%;
	position:relative;
	padding:0;
	overflow:hidden;
}

.fullwidthbanner-container .fullwidthbanner{
	width:100%;
	position:relative;
}



/************************************************
	  - SOME CAPTION MODIFICATION AT START  -
*************************************************/
.tp-simpleresponsive .caption,
.tp-simpleresponsive .tp-caption {
	/*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";		-moz-opacity: 0;	-khtml-opacity: 0;	opacity: 0; */
	position:absolute;visibility: hidden;
	-webkit-font-smoothing: antialiased !important;
}


.tp-simpleresponsive img	{	max-width:none}



/******************************
	-	IE8 HACKS	-
*******************************/
.noFilterClass {
	filter:none !important;
}


/******************************
	-	SHADOWS		-
******************************/
.tp-bannershadow  {
		position:absolute;

		margin-left:auto;
		margin-right:auto;
		-moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
	}

.tp-bannershadow.tp-shadow1 {	background:url(https://en.newsha.com/skin/frontend/base/default/ves_layerslider/assets/shadow1.png) no-repeat; background-size:100% 100%; width:890px; height:60px; bottom:-60px}
.tp-bannershadow.tp-shadow2 {	background:url(https://en.newsha.com/skin/frontend/base/default/ves_layerslider/assets/shadow2.png) no-repeat; background-size:100% 100%; width:890px; height:60px;bottom:-60px}
.tp-bannershadow.tp-shadow3 {	background:url(https://en.newsha.com/skin/frontend/base/default/ves_layerslider/assets/shadow3.png) no-repeat; background-size:100% 100%; width:890px; height:60px;bottom:-60px}


/********************************
	-	FULLSCREEN VIDEO	-
*********************************/
.caption.fullscreenvideo {	left:0px; top:0px; position:absolute;width:100%;height:100%}
.caption.fullscreenvideo iframe,
.caption.fullscreenvideo video	{ width:100% !important; height:100% !important; display: none}

.tp-caption.fullscreenvideo	{	left:0px; top:0px; position:absolute;width:100%;height:100%}


.tp-caption.fullscreenvideo iframe,
.tp-caption.fullscreenvideo iframe video	{ width:100% !important; height:100% !important; display: none}


.fullcoveredvideo video,
.fullscreenvideo video					{	background: #000}

.fullcoveredvideo .tp-poster		{	background-position: center center;background-size: cover;width:100%;height:100%;top:0px;left:0px}

.html5vid.videoisplaying .tp-poster	{	display: none}

.tp-video-play-button		{	background:#000;
								background:rgba(0,0,0,0.3);
								padding:5px;
								border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;
								position: absolute;
								top: 50%;
								left: 50%;
								font-size: 40px;
								color: #FFF;
								z-index: 3;
								margin-top: -27px;
								margin-left: -28px;
								text-align: center;
								cursor: pointer;
							}

.html5vid .tp-revstop		{	width:15px;height:20px; border-left:5px solid #fff; border-right:5px solid #fff; position:relative;margin:10px 20px; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}
.html5vid .tp-revstop	{	display:none}
.html5vid.videoisplaying .revicon-right-dir	{	display:none}
.html5vid.videoisplaying .tp-revstop	{	display:block}

.html5vid.videoisplaying .tp-video-play-button	{	display:none}
.html5vid:hover .tp-video-play-button { display:block}

.fullcoveredvideo .tp-video-play-button	{	display:none !important}

.tp-video-controls {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 5px;
	opacity: 0;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-o-transition: opacity .3s;
	-ms-transition: opacity .3s;
	transition: opacity .3s;
	background-image: linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
	background-image: -o-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.13, rgb(0,0,0)),
		color-stop(1, rgb(50,50,50))
	);
	
	display:table;max-width:100%; overflow:hidden;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
}

.tp-caption:hover .tp-video-controls {
	opacity: .9;
}

.tp-video-button {
	background: rgba(0,0,0,.5);
	border: 0;
	color: #EEE;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	cursor:pointer;
	line-height:12px;
	font-size:12px;
	color:#fff;
	padding:0px;
	margin:0px;
	outline: none;
	}
.tp-video-button:hover {
	cursor: pointer;
}


.tp-video-button-wrap,
.tp-video-seek-bar-wrap,
.tp-video-vol-bar-wrap 	{ padding:0px 5px;display:table-cell; }

.tp-video-seek-bar-wrap	{	width:80%}
.tp-video-vol-bar-wrap	{	width:20%}

.tp-volume-bar,
.tp-seek-bar		{	width:100%; cursor: pointer;  outline:none; line-height:12px;margin:0; padding:0;}


/********************************
	-	FULLSCREEN VIDEO ENDS	-
*********************************/


/********************************
	-	DOTTED OVERLAYS	-
*********************************/
.tp-dottedoverlay						{	background-repeat:repeat;width:100%;height:100%;position:absolute;top:0px;left:0px;z-index:4}
.tp-dottedoverlay.twoxtwo				{	background:url(https://en.newsha.com/skin/frontend/base/default/ves_layerslider/assets/gridtile.png)}
.tp-dottedoverlay.twoxtwowhite			{	background:url(https://en.newsha.com/skin/frontend/base/default/ves_layerslider/assets/gridtile_white.png)}
.tp-dottedoverlay.threexthree			{	background:url(https://en.newsha.com/skin/frontend/base/default/ves_layerslider/assets/gridtile_3x3.png)}
.tp-dottedoverlay.threexthreewhite		{	background:url(https://en.newsha.com/skin/frontend/base/default/ves_layerslider/assets/gridtile_3x3_white.png)}
/********************************
	-	DOTTED OVERLAYS ENDS	-
*********************************/


/************************
	-	NAVIGATION	-
*************************/

/** BULLETS **/

.tpclear		{	clear:both}


.tp-bullets									{	z-index:1000; position:absolute;
												-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
												-moz-opacity: 1;
												-khtml-opacity: 1;
												opacity: 1;
												-webkit-transition: opacity 0.2s ease-out; -moz-transition: opacity 0.2s ease-out; -o-transition: opacity 0.2s ease-out; -ms-transition: opacity 0.2s ease-out;-webkit-transform: translateZ(5px);
											}
.tp-bullets.hidebullets					{
												-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
												-moz-opacity: 0;
												-khtml-opacity: 0;
												opacity: 0;
											}


.tp-bullets.simplebullets.navbar						{ 	border:1px solid #666; border-bottom:1px solid #444; background:url(https://en.newsha.com/skin/frontend/base/default/ves_layerslider/assets/boxed_bgtile.png); height:40px; padding:0px 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px }

.tp-bullets.simplebullets.navbar-old					{ 	 background:url(https://en.newsha.com/skin/frontend/base/default/ves_layerslider/assets/navigdots_bgtile.png); height:35px; padding:0px 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px }


.tp-bullets.simplebullets.round .bullet					{	cursor:pointer; position:relative;	background:url(https://en.newsha.com/skin/frontend/base/default/ves_layerslider/assets/bullet.png) no-Repeat top left;	width:20px;	height:20px;  margin-right:0px; float:left; margin-top:0px; margin-left:3px}
.tp-bullets.simplebullets.round .bullet.last			{	margin-right:3px}

.tp-bullets.simplebullets.round-old .bullet				{	cursor:pointer; position:relative;	background:url(https://en.newsha.com/skin/frontend/base/default/ves_layerslider/assets/bullets.png) no-Repeat bottom left;	width:23px;	height:23px;  margin-right:0px; float:left; margin-top:0px}
.tp-bullets.simplebullets.round-old .bullet.last		{	margin-right:0px}


/**	SQUARE BULLETS **/
.tp-bullets.simplebullets.square .bullet				{	cursor:pointer; position:relative;	background:url(https://en.newsha.com/skin/frontend/base/default/ves_layerslider/assets/bullets2.png) no-Repeat bottom left;	width:19px;	height:19px;  margin-right:0px; float:left; margin-top:0px}
.tp-bullets.simplebullets.square .bullet.last			{	margin-right:0px}


/**	SQUARE BULLETS **/
.tp-bullets.simplebullets.square-old .bullet			{	cursor:pointer; position:relative;	background:url(https://en.newsha.com/skin/frontend/base/default/ves_layerslider/assets/bullets2.png) no-Repeat bottom left;	width:19px;	height:19px;  margin-right:0px; float:left; margin-top:0px}
.tp-bullets.simplebullets.square-old .bullet.last		{	margin-right:0px}


/** navbar NAVIGATION VERSION **/
.tp-bullets.simplebullets.navbar .bullet			{	cursor:pointer; position:relative;	background:url(https://en.newsha.com/skin/frontend/base/default/ves_layerslider/assets/bullet_boxed.png) no-Repeat top left;	width:18px;	height:19px;   margin-right:5px; float:left; margin-top:0px}

.tp-bullets.simplebullets.navbar .bullet.first		{	margin-left:0px !important}
.tp-bullets.simplebullets.navbar .bullet.last		{	margin-right:0px !important}



/** navbar NAVIGATION VERSION **/
.tp-bullets.simplebullets.navbar-old .bullet			{	cursor:pointer; position:relative;	background:url(https://en.newsha.com/skin/frontend/base/default/ves_layerslider/assets/navigdots.png) no-Repeat bottom left;	width:15px;	height:15px;  margin-left:5px !important; margin-right:5px !important;float:left; margin-top:10px}
.tp-bullets.simplebullets.navbar-old .bullet.first		{	margin-left:0px !important}
.tp-bullets.simplebullets.navbar-old .bullet.last		{	margin-right:0px !important}


.tp-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets .bullet.selected				{	background-position:top left}

.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected		{	background-position:bottom left}



/*************************************
	-	TP ARROWS 	-
**************************************/
.tparrows												{	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
															-moz-opacity: 1;
															-khtml-opacity: 1;
															opacity: 1;
															-webkit-transition: opacity 0.2s ease-out; -moz-transition: opacity 0.2s ease-out; -o-transition: opacity 0.2s ease-out; -ms-transition: opacity 0.2s ease-out;
															-webkit-transform: translateZ(5000px);
															-webkit-transform-style: flat;
															-webkit-backface-visibility: hidden;
															z-index:600;
															position: relative;

														}
.tparrows.hidearrows									{
															-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
															-moz-opacity: 0;
															-khtml-opacity: 0;
															opacity: 0;
														}
.tp-leftarrow											{	z-index:100;cursor:pointer; position:relative;	background:url(https://en.newsha.com/skin/frontend/base/default/ves_layerslider/assets/large_left.png) no-Repeat top left;	width:40px;	height:40px;   }
.tp-rightarrow											{	z-index:100;cursor:pointer; position:relative;	background:url(https://en.newsha.com/skin/frontend/base/default/ves_layerslider/assets/large_right.png) no-Repeat top left;	width:40px;	height:40px;   }


.tp-leftarrow.round										{	z-index:100;cursor:pointer; position:relative;	background:url(https://en.newsha.com/skin/frontend/base/default/ves_layerslider/assets/small_left.png) no-Repeat top left;	width:19px;	height:14px;  margin-right:0px; float:left; margin-top:0px;	}
.tp-rightarrow.round									{	z-index:100;cursor:pointer; position:relative;	background:url(https://en.newsha.com/skin/frontend/base/default/ves_layerslider/assets/small_right.png) no-Repeat top left;	width:19px;	height:14px;  margin-right:0px; float:left;	margin-top:0px}


.tp-leftarrow.round-old									{	z-index:100;cursor:pointer; position:relative;	background:url(https://en.newsha.com/skin/frontend/base/default/ves_layerslider/assets/arrow_left.png) no-Repeat top left;	width:26px;	height:26px;  margin-right:0px; float:left; margin-top:0px;	}
.tp-rightarrow.round-old								{	z-index:100;cursor:pointer; position:relative;	background:url(https://en.newsha.com/skin/frontend/base/default/ves_layerslider/assets/arrow_right.png) no-Repeat top left;	width:26px;	height:26px;  margin-right:0px; float:left;	margin-top:0px}


.tp-leftarrow.navbar									{	z-index:100;cursor:pointer; position:relative;	background:url(https://en.newsha.com/skin/frontend/base/default/ves_layerslider/assets/small_left_boxed.png) no-Repeat top left;	width:20px;	height:15px;   float:left;	margin-right:6px; margin-top:12px}
.tp-rightarrow.navbar									{	z-index:100;cursor:pointer; position:relative;	background:url(https://en.newsha.com/skin/frontend/base/default/ves_layerslider/assets/small_right_boxed.png) no-Repeat top left;	width:20px;	height:15px;   float:left;	margin-left:6px; margin-top:12px}


.tp-leftarrow.navbar-old								{	z-index:100;cursor:pointer; position:relative;	background:url(https://en.newsha.com/skin/frontend/base/default/ves_layerslider/assets/arrowleft.png) no-Repeat top left;		width:9px;	height:16px;   float:left;	margin-right:6px; margin-top:10px}
.tp-rightarrow.navbar-old								{	z-index:100;cursor:pointer; position:relative;	background:url(https://en.newsha.com/skin/frontend/base/default/ves_layerslider/assets/arrowright.png) no-Repeat top left;	width:9px;	height:16px;   float:left;	margin-left:6px; margin-top:10px}

.tp-leftarrow.navbar-old.thumbswitharrow				{	margin-right:10px}
.tp-rightarrow.navbar-old.thumbswitharrow				{	margin-left:0px}

.tp-leftarrow.square									{	z-index:100;cursor:pointer; position:relative;	background:url(https://en.newsha.com/skin/frontend/base/default/ves_layerslider/assets/arrow_left2.png) no-Repeat top left;	width:12px;	height:17px;   float:left;	margin-right:0px; margin-top:0px}
.tp-rightarrow.square									{	z-index:100;cursor:pointer; position:relative;	background:url(https://en.newsha.com/skin/frontend/base/default/ves_layerslider/assets/arrow_right2.png) no-Repeat top left;	width:12px;	height:17px;   float:left;	margin-left:0px; margin-top:0px}


.tp-leftarrow.square-old								{	z-index:100;cursor:pointer; position:relative;	background:url(https://en.newsha.com/skin/frontend/base/default/ves_layerslider/assets/arrow_left2.png) no-Repeat top left;	width:12px;	height:17px;   float:left;	margin-right:0px; margin-top:0px}
.tp-rightarrow.square-old								{	z-index:100;cursor:pointer; position:relative;	background:url(https://en.newsha.com/skin/frontend/base/default/ves_layerslider/assets/arrow_right2.png) no-Repeat top left;	width:12px;	height:17px;   float:left;	margin-left:0px; margin-top:0px}


.tp-leftarrow.default									{	z-index:100;cursor:pointer; position:relative;	background:url(https://en.newsha.com/skin/frontend/base/default/ves_layerslider/assets/large_left.png) no-Repeat 0 0;	width:40px;	height:40px;

														}
.tp-rightarrow.default									{	z-index:100;cursor:pointer; position:relative;	background:url(https://en.newsha.com/skin/frontend/base/default/ves_layerslider/assets/large_right.png) no-Repeat 0 0;	width:40px;	height:40px;

														}




.tp-leftarrow:hover,
.tp-rightarrow:hover 									{	background-position:bottom left}






/****************************************************************************************************
	-	TP THUMBS 	-
*****************************************************************************************************

 - tp-thumbs & tp-mask Width is the width of the basic Thumb Container (500px basic settings)

 - .bullet width & height is the dimension of a simple Thumbnail (basic 100px x 50px)

 *****************************************************************************************************/


.tp-bullets.tp-thumbs						{	z-index:1000; position:absolute; padding:3px;background-color:#fff;
												width:500px;height:50px; 			/* THE DIMENSIONS OF THE THUMB CONTAINER */
												margin-top:-50px;
											}


.fullwidthbanner-container .tp-thumbs		{  padding:3px}

.tp-bullets.tp-thumbs .tp-mask				{	width:500px; height:50px;  			/* THE DIMENSIONS OF THE THUMB CONTAINER */
												overflow:hidden; position:relative}


.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer	{	width:5000px; position:absolute}

.tp-bullets.tp-thumbs .bullet				{   width:100px; height:50px; 			/* THE DIMENSION OF A SINGLE THUMB */
												cursor:pointer; overflow:hidden;background:none;margin:0;float:left;
												-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
												/*filter: alpha(opacity=50);	*/
												-moz-opacity: 0.5;
												-khtml-opacity: 0.5;
												opacity: 0.5;

												-webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out;
											}


.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected		{ 	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

												-moz-opacity: 1;
												-khtml-opacity: 1;
												opacity: 1;
											}
.tp-thumbs img								{	width:100%}


/************************************
		-	TP BANNER TIMER		-
*************************************/
.tp-bannertimer								{	width:100%; height:10px; background:url(https://en.newsha.com/skin/frontend/base/default/ves_layerslider/assets/timer.png);position:absolute; z-index:200;top:0px}
.tp-bannertimer.tp-bottom					{	bottom:0px;height:5px; top:auto}




/***************************************
	-	RESPONSIVE SETTINGS 	-
****************************************/




    @media only screen and (min-width: 0px) and (max-width: 479px) {
				.responsive .tp-bullets	{	display:none}
				.responsive .tparrows	{	display:none}
	}





/*********************************************

	-	BASIC SETTINGS FOR THE BANNER	-

***********************************************/

 .tp-simpleresponsive img {
		-moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
}



.tp-simpleresponsive a{	text-decoration:none}

.tp-simpleresponsive ul,
.tp-simpleresponsive ul li,
.tp-simpleresponsive ul li:before {
	list-style:none;
	padding:0 !important;
	margin:0 !important;
	list-style:none !important;
	overflow-x: visible;
	overflow-y: visible;
	background-image:none
}


.tp-simpleresponsive >ul >li{
	list-style:none;
	position:absolute;
	visibility:hidden
}

/*  CAPTION SLIDELINK   **/
.caption.slidelink a div,
.tp-caption.slidelink a div {	width:3000px; height:1500px;  background:url(https://en.newsha.com/skin/frontend/base/default/ves_layerslider/assets/coloredbg.png) repeat}

.tp-caption.slidelink a span	{	background:url(https://en.newsha.com/skin/frontend/base/default/ves_layerslider/assets/coloredbg.png) repeat}



/*****************************************
	-	NAVIGATION FANCY EXAMPLES	-
*****************************************/

.tparrows .tp-arr-imgholder								{ display: none}
.tparrows .tp-arr-titleholder							{ display: none}



/*****************************************
	-	NAVIGATION FANCY EXAMPLES	-
*****************************************/

/* NAVIGATION PREVIEW 1 */
.tparrows.preview1 							{	width:100px;height:100px;-webkit-transform-style: preserve-3d; -webkit-perspective: 1000; -moz-perspective: 1000; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden;background: transparent}
.tparrows.preview1:after					{	position:absolute; left:0px;top:0px; font-family: "revicons"; color:#fff; font-size:30px; width:100px;height:100px;text-align: center; background:#fff;background:rgba(0,0,0,0.15);z-index:2;line-height:100px; -webkit-transition: background 0.3s, color 0.3s; -moz-transition: background 0.3s, color 0.3s; transition: background 0.3s, color 0.3s}
.tp-rightarrow.preview1:after				{	content: '\e825';  }
.tp-leftarrow.preview1:after				{	content: '\e824';  }

.tparrows.preview1:hover:after 				{	background:rgba(255,255,255,1); color:#aaa}

.tparrows.preview1 .tp-arr-imgholder 		{	background-size:cover; background-position:center center; display:block;width:100%;height:100%;position:absolute;top:0px;
												-webkit-transition: -webkit-transform 0.3s;
												transition: transform 0.3s;
												-webkit-backface-visibility: hidden;
												backface-visibility: hidden;
											}
.tparrows.preview1 .tp-arr-iwrapper			{	  -webkit-transition: all 0.3s;transition: all 0.3s;
												-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);-moz-opacity: 0.0;-khtml-opacity: 0.0;opacity: 0.0}
.tparrows.preview1:hover .tp-arr-iwrapper	{	  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1}


.tp-rightarrow.preview1 .tp-arr-imgholder	{	right:100%;
												-webkit-transform: rotateY(-90deg);
												transform: rotateY(-90deg);
												-webkit-transform-origin: 100% 50%;
												transform-origin: 100% 50%;
												  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);-moz-opacity: 0.0;-khtml-opacity: 0.0;opacity: 0.0;



											}
.tp-leftarrow.preview1 .tp-arr-imgholder	{	left:100%;
												-webkit-transform: rotateY(90deg);
												transform: rotateY(90deg);
												-webkit-transform-origin: 0% 50%;
												transform-origin: 0% 50%;
												  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);-moz-opacity: 0.0;-khtml-opacity: 0.0;opacity: 0.0;



											}


.tparrows.preview1:hover .tp-arr-imgholder	{	-webkit-transform: rotateY(0deg);
												transform: rotateY(0deg);
												  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1;

											}


	@media only screen and (min-width: 768px) and (max-width: 979px) {
		.tparrows.preview1,
		.tparrows.preview1:after	{	width:80px; height:80px;line-height:80px; font-size:24px}

	}

    @media only screen and (min-width: 480px) and (max-width: 767px) {
		.tparrows.preview1,
		.tparrows.preview1:after	{	width:60px; height:60px;line-height:60px;font-size:20px}

	}



    @media only screen and (min-width: 0px) and (max-width: 479px) {
		.tparrows.preview1,
		.tparrows.preview1:after	{	width:40px; height:40px;line-height:40px; font-size:12px}
    }

/* PREVIEW 1 BULLETS */

.tp-bullets.preview1 						{ 	height: 21px}
.tp-bullets.preview1 .bullet 				{	cursor: pointer;
											    position: relative !important;
											    background: rgba(0, 0, 0, 0.15) !important;
											    /*-webkit-border-radius: 10px;
											    border-radius: 10px;*/
											    -webkit-box-shadow: none;
											    -moz-box-shadow: none;
											    box-shadow: none;
											    width: 5px !important;
											    height: 5px !important;
											    border: 8px solid rgba(0, 0, 0, 0) !important;
											    display: inline-block;
											    margin-right: 5px !important;
											    margin-bottom: 0px !important;
											    -webkit-transition: background-color 0.2s, border-color 0.2s;
											    -moz-transition: background-color 0.2s, border-color 0.2s;
											    -o-transition: background-color 0.2s, border-color 0.2s;
											    -ms-transition: background-color 0.2s, border-color 0.2s;
											    transition: background-color 0.2s, border-color 0.2s;
											    float:none !important;
											    box-sizing:content-box;
												-moz-box-sizing:content-box;
												-webkit-box-sizing:content-box;
}
.tp-bullets.preview1 .bullet.last 			{	margin-right: 0px}
.tp-bullets.preview1 .bullet:hover,
.tp-bullets.preview1 .bullet.selected 		{	-webkit-box-shadow: none;
											    -moz-box-shadow: none;
											    box-shadow: none;
												background: #aaa !important;
												width: 5px !important;
											    height: 5px !important;
											    border: 8px solid rgba(255, 255, 255, 1) !important;
}




/* NAVIGATION PREVIEW 2 */
.tparrows.preview2 							{	min-width:60px; min-height:60px; background:#fff; ;

												border-radius:30px;-moz-border-radius:30px;-webkit-border-radius:30px;
												overflow:hidden;
												-webkit-transition: -webkit-transform 1.3s;
												-webkit-transition: width 0.3s, background-color 0.3s, opacity 0.3s;
												transition: width 0.3s, background-color 0.3s, opacity 0.3s;
												backface-visibility: hidden;
}
.tparrows.preview2:after					{	position:absolute; top:50%; font-family: "revicons"; color:#aaa; font-size:25px; margin-top: -12px; -webkit-transition: color 0.3s; -moz-transition: color 0.3s; transition: color 0.3s }
.tp-rightarrow.preview2:after				{	content: '\e81e';  right:18px}
.tp-leftarrow.preview2:after				{	content: '\e81f';  left:18px}


.tparrows.preview2 .tp-arr-titleholder 		{	background-size:cover; background-position:center center; display:block; visibility:hidden;position:relative;top:0px;
												-webkit-transition: -webkit-transform 0.3s;
												transition: transform 0.3s;
												-webkit-backface-visibility: hidden;
												backface-visibility: hidden;
												white-space: nowrap;
												color: #000;
												text-transform: uppercase;
												font-weight: 400;
												font-size: 14px;
												line-height: 60px;
												padding:0px 10px;
											}

.tp-rightarrow.preview2 .tp-arr-titleholder	{	 right:50px;
												-webkit-transform: translateX(-100%);
												transform: translateX(-100%);
											}
.tp-leftarrow.preview2 .tp-arr-titleholder	{	left:50px;
												-webkit-transform: translateX(100%);
												transform: translateX(100%);
											}

.tparrows.preview2.hovered					{	width:300px}
.tparrows.preview2:hover					{	background:#fff}
.tparrows.preview2:hover:after				{	color:#000}
.tparrows.preview2:hover .tp-arr-titleholder{	-webkit-transform: translateX(0px);
													transform: translateX(0px);
													visibility: visible;
													position: absolute;
											}

/* PREVIEW 2 BULLETS */

.tp-bullets.preview2 						{ 	height: 17px}
.tp-bullets.preview2 .bullet 				{	cursor: pointer;
											    position: relative !important;
											    background: rgba(0, 0, 0, 0.5) !important;
											    -webkit-border-radius: 10px;
											    border-radius: 10px;
											    -webkit-box-shadow: none;
											    -moz-box-shadow: none;
											    box-shadow: none;
											    width: 6px !important;
											    height: 6px !important;
											    border: 5px solid rgba(0, 0, 0, 0) !important;
											    display: inline-block;
											    margin-right: 2px !important;
											    margin-bottom: 0px !important;
											    -webkit-transition: background-color 0.2s, border-color 0.2s;
											    -moz-transition: background-color 0.2s, border-color 0.2s;
											    -o-transition: background-color 0.2s, border-color 0.2s;
											    -ms-transition: background-color 0.2s, border-color 0.2s;
											    transition: background-color 0.2s, border-color 0.2s;
											    float:none !important;
											    box-sizing:content-box;
												-moz-box-sizing:content-box;
												-webkit-box-sizing:content-box;
}
.tp-bullets.preview2 .bullet.last 			{	margin-right: 0px}
.tp-bullets.preview2 .bullet:hover,
.tp-bullets.preview2 .bullet.selected 		{	-webkit-box-shadow: none;
											    -moz-box-shadow: none;
											    box-shadow: none;
												background: rgba(255, 255, 255, 1) !important;
												width: 6px !important;
											    height: 6px !important;
											    border: 5px solid rgba(0, 0, 0, 1) !important;
}

.tp-arr-titleholder.alwayshidden			{	display:none !important}


	@media only screen and (min-width: 768px) and (max-width: 979px) {
		.tparrows.preview2 {	min-width:40px; min-height:40px; width:40px;height:40px;
								border-radius:20px;-moz-border-radius:20px;-webkit-border-radius:20px;
							}
		.tparrows.preview2:after					{	position:absolute; top:50%; font-family: "revicons"; font-size:20px; margin-top: -12px}
		.tp-rightarrow.preview2:after				{	content: '\e81e';  right:11px}
		.tp-leftarrow.preview2:after				{	content: '\e81f';  left:11px}
		.tparrows.preview2 .tp-arr-titleholder		{	font-size:12px; line-height:40px; letter-spacing: 0px}
		.tp-rightarrow.preview2 .tp-arr-titleholder	{	right:35px}
		.tp-leftarrow.preview2 .tp-arr-titleholder	{	left:35px}

	}

    @media only screen and (min-width: 480px) and (max-width: 767px) {
   		 .tparrows.preview2 						{	min-width:30px; min-height:30px; width:30px;height:30px;
														border-radius:15px;-moz-border-radius:15px;-webkit-border-radius:15px;
													}
		.tparrows.preview2:after					{	position:absolute; top:50%; font-family: "revicons"; font-size:14px; margin-top: -12px}
		.tp-rightarrow.preview2:after				{	content: '\e81e';  right:8px}
		.tp-leftarrow.preview2:after				{	content: '\e81f';  left:8px}
		.tparrows.preview2 .tp-arr-titleholder		{	font-size:10px; line-height:30px; letter-spacing: 0px}
		.tp-rightarrow.preview2 .tp-arr-titleholder	{	right:25px}
		.tp-leftarrow.preview2 .tp-arr-titleholder	{	left:25px}
		.tparrows.preview2 .tp-arr-titleholder		{	display:none;visibility:none}


	}

    @media only screen and (min-width: 0px) and (max-width: 479px) {
		.tparrows.preview2 							{	min-width:30px; min-height:30px; width:30px;height:30px;
														border-radius:15px;-moz-border-radius:15px;-webkit-border-radius:15px;
													}
		.tparrows.preview2:after					{	position:absolute; top:50%; font-family: "revicons"; font-size:14px; margin-top: -12px}
		.tp-rightarrow.preview2:after				{	content: '\e81e';  right:8px}
		.tp-leftarrow.preview2:after				{	content: '\e81f';  left:8px}
		.tparrows.preview2 .tp-arr-titleholder		{	display:none;visibility:none}
		.tparrows.preview2:hover					{	width:30px !important; height:30px !important}
    }



/* NAVIGATION PREVIEW 3 */
.tparrows.preview3 							{	width:70px; height:70px; background:#fff; background:rgba(255,255,255,1); -webkit-transform-style: flat}
.tparrows.preview3:after					{	position:absolute;  line-height: 70px;text-align: center; font-family: "revicons"; color:#aaa; font-size:30px; top:0px;left:0px;;background:#fff; z-index:100; width:70px;height:70px; -webkit-transition: color 0.3s; -moz-transition: color 0.3s; transition: color 0.3s}
.tparrows.preview3:hover:after					{	color:#000}
.tp-rightarrow.preview3:after				{	content: '\e825';  }
.tp-leftarrow.preview3:after				{	content: '\e824';  }


.tparrows.preview3 .tp-arr-iwrapper			{
												  -webkit-transform: scale(0,1);
												  transform: scale(0,1);
												  -webkit-transform-origin: 100% 50%;
												  transform-origin: 100% 50%;
												  -webkit-transition: -webkit-transform 0.2s;
												  transition: transform 0.2s;
												  z-index:0;position: absolute; background: #000; background: rgba(0,0,0,0.75);
												  display: table;min-height:90px;top:-10px}

.tp-leftarrow.preview3 .tp-arr-iwrapper		{	 -webkit-transform: scale(0,1);
												  transform: scale(0,1);
												  -webkit-transform-origin: 0% 50%;
												  transform-origin: 0% 50%;
											}

.tparrows.preview3 .tp-arr-imgholder 		{	display:block;background-size:cover; background-position:center center; display:table-cell;min-width:90px;height:90px;
												position:relative;top:0px}

.tp-rightarrow.preview3 .tp-arr-iwrapper	{	right:0px;padding-right:70px}
.tp-leftarrow.preview3 .tp-arr-iwrapper		{	left:0px; direction: rtl;padding-left:70px}
.tparrows.preview3 .tp-arr-titleholder		{	display:table-cell; padding:30px;font-size:16px; color:#fff;white-space: nowrap; position: relative; clear:right;vertical-align: middle}

.tparrows.preview3:hover .tp-arr-iwrapper	{
												-webkit-transform: scale(1,1);
												  transform: scale(1,1);

											}

/* PREVIEW 3 BULLETS */
.tp-bullets.preview3 						{ 	height: 17px}
.tp-bullets.preview3 .bullet 				{	cursor: pointer;
											    position: relative !important;
											    background: rgba(0, 0, 0, 0.5) !important;
											    -webkit-border-radius: 10px;
											    border-radius: 10px;
											    -webkit-box-shadow: none;
											    -moz-box-shadow: none;
											    box-shadow: none;
											    width: 6px !important;
											    height: 6px !important;
											    border: 5px solid rgba(0, 0, 0, 0) !important;
											    display: inline-block;
											    margin-right: 2px !important;
											    margin-bottom: 0px !important;
											    -webkit-transition: background-color 0.2s, border-color 0.2s;
											    -moz-transition: background-color 0.2s, border-color 0.2s;
											    -o-transition: background-color 0.2s, border-color 0.2s;
											    -ms-transition: background-color 0.2s, border-color 0.2s;
											    transition: background-color 0.2s, border-color 0.2s;
											    float:none !important;
											    box-sizing:content-box;
												-moz-box-sizing:content-box;
												-webkit-box-sizing:content-box;
}
.tp-bullets.preview3 .bullet.last 			{	margin-right: 0px}
.tp-bullets.preview3 .bullet:hover,
.tp-bullets.preview3 .bullet.selected 		{	-webkit-box-shadow: none;
											    -moz-box-shadow: none;
											    box-shadow: none;
												background: rgba(255, 255, 255, 1) !important;
												width: 6px !important;
											    height: 6px !important;
											    border: 5px solid rgba(0, 0, 0, 1) !important;
}


	@media only screen and (min-width: 768px) and (max-width: 979px) {
		.tparrows.preview3:after,
		.tparrows.preview3 							{	width:50px; height:50px; line-height:50px;font-size:20px}
		.tparrows.preview3 .tp-arr-iwrapper			{	min-height:70px}
		.tparrows.preview3 .tp-arr-imgholder 		{	min-width:70px;height:70px}
		.tp-rightarrow.preview3 .tp-arr-iwrapper	{	padding-right:50px}
		.tp-leftarrow.preview3 .tp-arr-iwrapper		{	padding-left:50px}
		.tparrows.preview3 .tp-arr-titleholder		{	padding:10px;font-size:16px}



	}

    @media only screen  and (max-width: 767px) {

		.tparrows.preview3:after,
		.tparrows.preview3 							{	width:50px; height:50px; line-height:50px;font-size:20px}
		.tparrows.preview3 .tp-arr-iwrapper			{	min-height:70px}
	}





/* NAVIGATION PREVIEW 4 */
.tparrows.preview4 							{	width:30px; height:110px;  background:transparent;-webkit-transform-style: preserve-3d; -webkit-perspective: 1000; -moz-perspective: 1000}
.tparrows.preview4:after					{	position:absolute;  line-height: 110px;text-align: center; font-family: "revicons"; color:#fff; font-size:20px; top:0px;left:0px;z-index:0; width:30px;height:110px; background: #000; background: rgba(0,0,0,0.25);
												-webkit-transition: all 0.2s ease-in-out;
											    -moz-transition: all 0.2s ease-in-out;
											    -o-transition: all 0.2s ease-in-out;
											    transition: all 0.2s ease-in-out;
												   -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1;

											}

.tp-rightarrow.preview4:after				{	content: '\e825';  }
.tp-leftarrow.preview4:after				{	content: '\e824';  }


.tparrows.preview4 .tp-arr-allwrapper		{	visibility:hidden;width:180px;position: absolute;z-index: 1;min-height:120px;top:0px;left:-150px; overflow: hidden;-webkit-perspective: 1000px;-webkit-transform-style: flat}

.tp-leftarrow.preview4 .tp-arr-allwrapper	{	left:0px}
.tparrows.preview4 .tp-arr-iwrapper			{	position: relative}

.tparrows.preview4 .tp-arr-imgholder 		{	display:block;background-size:cover; background-position:center center;width:180px;height:110px;
												position:relative;top:0px;

												-webkit-backface-visibility: hidden;
												backface-visibility: hidden;



											}


.tparrows.preview4 .tp-arr-imgholder2 		{	display:block;background-size:cover; background-position:center center; width:180px;height:110px;
												position:absolute;top:0px; left:180px;
												-webkit-backface-visibility: hidden;
												backface-visibility: hidden;

											}

.tp-leftarrow.preview4 .tp-arr-imgholder2 	{	left:-180px}




.tparrows.preview4 .tp-arr-titleholder		{	display:block; font-size:12px; line-height:25px; padding:0px 10px;text-align:left;color:#fff; position: relative;
												background: #000;
												color: #FFF;
												text-transform: uppercase;
												white-space: nowrap;
												letter-spacing: 1px;
												font-weight: 700;
												font-size: 11px;
												line-height: 2.75;
												-webkit-transition: all 0.3s;
												transition: all 0.3s;
												-webkit-transform: rotateX(-90deg);
												transform: rotateX(-90deg);
												-webkit-transform-origin: 50% 0;
												transform-origin: 50% 0;
												-webkit-backface-visibility: hidden;
												backface-visibility: hidden;
												  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);-moz-opacity: 0.0;-khtml-opacity: 0.0;opacity: 0.0;


}



.tparrows.preview4:after				{	transform-origin: 100% 100%; -webkit-transform-origin: 100% 100%}
.tp-leftarrow.preview4:after			{	transform-origin: 0% 0%; -webkit-transform-origin: 0% 0%}




@media only screen and (min-width: 768px)  {
		.tparrows.preview4:hover:after				{	-webkit-transform: rotateY(-90deg); transform:rotateY(-90deg)}
		.tp-leftarrow.preview4:hover:after			{	-webkit-transform: rotateY(90deg); transform:rotateY(90deg)}


		.tparrows.preview4:hover .tp-arr-titleholder	{	-webkit-transition-delay: 0.4s;
															transition-delay: 0.4s;
															-webkit-transform: rotateX(0deg);
															transform: rotateX(0deg);
															-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1;

														}
}

/* PREVIEW 4 BULLETS */

.tp-bullets.preview4 						{ 	height: 17px}
.tp-bullets.preview4 .bullet 				{	cursor: pointer;
											    position: relative !important;
											    background: rgba(0, 0, 0, 0.5) !important;
											    -webkit-border-radius: 10px;
											    border-radius: 10px;
											    -webkit-box-shadow: none;
											    -moz-box-shadow: none;
											    box-shadow: none;
											    width: 6px !important;
											    height: 6px !important;
											    border: 5px solid rgba(0, 0, 0, 0) !important;
											    display: inline-block;
											    margin-right: 2px !important;
											    margin-bottom: 0px !important;
											    -webkit-transition: background-color 0.2s, border-color 0.2s;
											    -moz-transition: background-color 0.2s, border-color 0.2s;
											    -o-transition: background-color 0.2s, border-color 0.2s;
											    -ms-transition: background-color 0.2s, border-color 0.2s;
											    transition: background-color 0.2s, border-color 0.2s;
											    float:none !important;
											    box-sizing:content-box;
												-moz-box-sizing:content-box;
												-webkit-box-sizing:content-box;
}
.tp-bullets.preview4 .bullet.last 			{	margin-right: 0px}
.tp-bullets.preview4 .bullet:hover,
.tp-bullets.preview4 .bullet.selected 		{	-webkit-box-shadow: none;
											    -moz-box-shadow: none;
											    box-shadow: none;
												background: rgba(255, 255, 255, 1) !important;
												width: 6px !important;
											    height: 6px !important;
											    border: 5px solid rgba(0, 0, 0, 1) !important;
}


    @media only screen  and (max-width: 767px) {
   		 .tparrows.preview4 						{	width:20px; height:80px}
   		 .tparrows.preview4:after					{	width:20px; height:80px; line-height:80px; font-size:14px}

   		 .tparrows.preview1 .tp-arr-allwrapper,
   		 .tparrows.preview2 .tp-arr-allwrapper,
   		 .tparrows.preview3 .tp-arr-allwrapper,
   		 .tparrows.preview4 .tp-arr-allwrapper		{	display: none !important}
    }



/******************************
	-	LOADER FORMS	-
********************************/

.tp-loader 	{
				top:50%; left:50%;
				z-index:10000;
				position:absolute;


			}

.tp-loader.spinner0 {
  width: 40px;
  height: 40px;
  background:url(https://en.newsha.com/skin/frontend/base/default/ves_layerslider/assets/loader.gif) no-repeat center center;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  margin-top:-20px;
  margin-left:-20px;
  -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
  animation: tp-rotateplane 1.2s infinite ease-in-out;
  border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}


.tp-loader.spinner1 {
  width: 40px;
  height: 40px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  margin-top:-20px;
  margin-left:-20px;
  -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
  animation: tp-rotateplane 1.2s infinite ease-in-out;
  border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}



.tp-loader.spinner5 	{	background:url(https://en.newsha.com/skin/frontend/base/default/ves_layerslider/assets/loader.gif) no-repeat 10px 10px;
							background-color:#fff;
							margin:-22px -22px;
							width:44px;height:44px;
							border-radius: 3px;
							-moz-border-radius: 3px;
							-webkit-border-radius: 3px;
						}


@-webkit-keyframes tp-rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes tp-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
  } 50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
  } 100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}


.tp-loader.spinner2 {
  width: 40px;
  height: 40px;
  margin-top:-20px;margin-left:-20px;
  background-color: #ff0000;
   box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  border-radius: 100%;
  -webkit-animation: tp-scaleout 1.0s infinite ease-in-out;
  animation: tp-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes tp-scaleout {
  0% { -webkit-transform: scale(0.0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes tp-scaleout {
  0% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 100% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}




.tp-loader.spinner3 {
  margin: -9px 0px 0px -35px;
  width: 70px;
  text-align: center;

}

.tp-loader.spinner3 .bounce1,
.tp-loader.spinner3 .bounce2,
.tp-loader.spinner3 .bounce3 {
  width: 18px;
  height: 18px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: tp-bouncedelay 1.4s infinite ease-in-out;
  animation: tp-bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.tp-loader.spinner3 .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.tp-loader.spinner3 .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes tp-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes tp-bouncedelay {
  0%, 80%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}




.tp-loader.spinner4 {
  margin: -20px 0px 0px -20px;
  width: 40px;
  height: 40px;
  text-align: center;
  -webkit-animation: tp-rotate 2.0s infinite linear;
  animation: tp-rotate 2.0s infinite linear;
}

.tp-loader.spinner4 .dot1,
.tp-loader.spinner4 .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: tp-bounce 2.0s infinite ease-in-out;
  animation: tp-bounce 2.0s infinite ease-in-out;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
}

.tp-loader.spinner4 .dot2 {
  top: auto;
  bottom: 0px;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes tp-rotate { 100% { -webkit-transform: rotate(360deg) }}
@keyframes tp-rotate { 100% { transform: rotate(360deg); -webkit-transform: rotate(360deg) }}

@-webkit-keyframes tp-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes tp-bounce {
  0%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}



.tp-transparentimg {	content:"url(https://en.newsha.com/skin/frontend/base/default/ves_layerslider/assets/transparent.png)"}
.tp-3d				{	-webkit-transform-style: preserve-3d;
						 -webkit-transform-origin: 50% 50%;
					}



.tp-caption img {
background: transparent;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
zoom: 1;
}


@font-face {
  font-family: 'revicons';
  src: url('https://en.newsha.com/skin/frontend/base/default/ves_layerslider/font/revicons.eot?5510888');
  src: url('https://en.newsha.com/skin/frontend/base/default/ves_layerslider/font/revicons.eot?5510888#iefix') format('embedded-opentype'),
       url('https://en.newsha.com/skin/frontend/base/default/ves_layerslider/font/revicons.woff?5510888') format('woff'),
       url('https://en.newsha.com/skin/frontend/base/default/ves_layerslider/font/revicons.ttf?5510888') format('truetype'),
       url('https://en.newsha.com/skin/frontend/base/default/ves_layerslider/font/revicons.svg?5510888#revicons') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'revicons';
    src: url('https://en.newsha.com/skin/frontend/base/default/ves_layerslider/font/revicons.svg?5510888#revicons') format('svg');
  }
}
*/

 [class^="revicon-"]:before, [class*=" revicon-"]:before {
  font-family: "revicons";
  font-style: normal;
  font-weight: normal;
  speak: none;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.revicon-search-1:before { content: '\e802'} /* '' */
.revicon-pencil-1:before { content: '\e831'} /* '' */
.revicon-picture-1:before { content: '\e803'} /* '' */
.revicon-cancel:before { content: '\e80a'} /* '' */
.revicon-info-circled:before { content: '\e80f'} /* '' */
.revicon-trash:before { content: '\e801'} /* '' */
.revicon-left-dir:before { content: '\e817'} /* '' */
.revicon-right-dir:before { content: '\e818'} /* '' */
.revicon-down-open:before { content: '\e83b'} /* '' */
.revicon-left-open:before { content: '\e819'} /* '' */
.revicon-right-open:before { content: '\e81a'} /* '' */
.revicon-angle-left:before { content: '\e820'} /* '' */
.revicon-angle-right:before { content: '\e81d'} /* '' */
.revicon-left-big:before { content: '\e81f'} /* '' */
.revicon-right-big:before { content: '\e81e'} /* '' */
.revicon-magic:before { content: '\e807'} /* '' */
.revicon-picture:before { content: '\e800'} /* '' */
.revicon-export:before { content: '\e80b'} /* '' */
.revicon-cog:before { content: '\e832'} /* '' */
.revicon-login:before { content: '\e833'} /* '' */
.revicon-logout:before { content: '\e834'} /* '' */
.revicon-video:before { content: '\e805'} /* '' */
.revicon-arrow-combo:before { content: '\e827'} /* '' */
.revicon-left-open-1:before { content: '\e82a'} /* '' */
.revicon-right-open-1:before { content: '\e82b'} /* '' */
.revicon-left-open-mini:before { content: '\e822'} /* '' */
.revicon-right-open-mini:before { content: '\e823'} /* '' */
.revicon-left-open-big:before { content: '\e824'} /* '' */
.revicon-right-open-big:before { content: '\e825'} /* '' */
.revicon-left:before { content: '\e836'} /* '' */
.revicon-right:before { content: '\e826'} /* '' */
.revicon-ccw:before { content: '\e808'} /* '' */
.revicon-arrows-ccw:before { content: '\e806'} /* '' */
.revicon-palette:before { content: '\e829'} /* '' */
.revicon-list-add:before { content: '\e80c'} /* '' */
.revicon-doc:before { content: '\e809'} /* '' */
.revicon-left-open-outline:before { content: '\e82e'} /* '' */
.revicon-left-open-2:before { content: '\e82c'} /* '' */
.revicon-right-open-outline:before { content: '\e82f'} /* '' */
.revicon-right-open-2:before { content: '\e82d'} /* '' */
.revicon-equalizer:before { content: '\e83a'} /* '' */
.revicon-layers-alt:before { content: '\e804'} /* '' */
.revicon-popup:before { content: '\e828'} /* '' */


/*Tooltip Hotspot*/

/*
Tipr 1.1
Copyright (c) 2015 Tipue
Tipr is released under the MIT License
http://www.tipue.com/tipr
*/


.tipr_content_light
{
     font: 13px/1.7 'Helvetica Neue', Helvetica, Arial, sans-serif;
     color: #333; 
     background-color: #fff;
     padding: 9px 17px;
}
.tipr_content_dark
{
     font: 13px/1.7 'Helvetica Neue', Helvetica, Arial, sans-serif;
     color: #fff; 
     background-color: #3d3d3d;
     padding: 8px 16px;
}
.tipr_container_bottom
{
     display: none;
     position: absolute;
     margin-top: 13px;
     z-index: 10000;
}
.tipr_container_top
{
     display: none;
     position: absolute;
     margin-top: -75px;
     z-index: 10000;
}
.tipr_point_top_light, .tipr_point_bottom_light 
{
     position: relative;
	background: #fff;
	border: 1px solid #dcdcdc;
}
.tipr_point_top_dark, .tipr_point_bottom_dark 
{
     position: relative;
	background: #3d3d3d;
	border: 1px solid #3d3d3d;
	border-radius: 1px;
}
.tipr_point_top_light:after, .tipr_point_top_light:before, .tipr_point_top_dark:after, .tipr_point_top_dark:before
{
	position: absolute;
	pointer-events: none;
	border: solid transparent;
	top: 100%;
	content: "";
	height: 0;
	width: 0;
}
.tipr_point_top_light:after
{
	border-top-color: #fff;
	border-width: 8px;
	left: 50%;
	margin-left: -8px;
}
.tipr_point_top_dark:after
{
	border-top-color: #3d3d3d;
	border-width: 8px;
	left: 50%;
	margin-left: -8px;
}
.tipr_point_top_light:before 
{
	border-top-color: #dcdcdc;
	border-width: 9px;
	left: 50%;
	margin-left: -9px;
}
.tipr_point_top_dark:before 
{
	border-top-color: #3d3d3d;
	border-width: 9px;
	left: 50%;
	margin-left: -9px;
}
.tipr_point_bottom_light:after, .tipr_point_bottom_light:before, .tipr_point_bottom_dark:after, .tipr_point_bottom_dark:before
{
	position: absolute;
	pointer-events: none;
	border: solid transparent;
	bottom: 100%;
	content: "";
	height: 0;
	width: 0;
}
.tipr_point_bottom_light:after
{
	border-bottom-color: #fff;
	border-width: 8px;
	left: 50%;
	margin-left: -8px;
}
.tipr_point_bottom_dark:after
{
	border-bottom-color: #3d3d3d;
	border-width: 8px;
	left: 50%;
	margin-left: -8px;
}
.tipr_point_bottom_light:before 
{
	border-bottom-color: #dcdcdc;
	border-width: 9px;
	left: 50%;
	margin-left: -9px;
}
.tipr_point_bottom_dark:before 
{
	border-bottom-color: #3d3d3d;
	border-width: 9px;
	left: 50%;
	margin-left: -9px;
}

.tp-caption.whitedivider3px {

  color: #000000;
  text-shadow: none;
  background-color: rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 1);
  text-decoration: none;
  min-width: 408px;
  min-height: 3px;
  background-position: initial initial;
  background-repeat: initial initial;
  border-width: 0px;
  border-color: #000000;
  border-style: none;
}


.tp-caption.finewide-large-white {
color:#ffffff;
text-shadow:none;
font-size:60px;
line-height:60px;
font-weight:300;
font-family:"Open Sans", sans-serif;
background-color:transparent;
text-decoration:none;
text-transform:uppercase;
letter-spacing:8px;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.whitedivider3px {
color:#000000;
text-shadow:none;
background-color:rgb(255, 255, 255);
background-color:rgba(255, 255, 255, 1);
text-decoration:none;
font-size:0px;
line-height:0;
min-width:468px;
min-height:3px;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.finewide-medium-white {
color:#ffffff;
text-shadow:none;
font-size:37px;
line-height:37px;
font-weight:300;
font-family:"Open Sans", sans-serif;
background-color:transparent;
text-decoration:none;
text-transform:uppercase;
letter-spacing:5px;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.boldwide-small-white {
font-size:25px;
line-height:25px;
font-weight:800;
font-family:"Open Sans", sans-serif;
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
text-shadow:none;
text-transform:uppercase;
letter-spacing:5px;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.whitedivider3px-vertical {
color:#000000;
text-shadow:none;
background-color:rgb(255, 255, 255);
background-color:rgba(255, 255, 255, 1);
text-decoration:none;
font-size:0px;
line-height:0;
min-width:3px;
min-height:130px;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.finewide-small-white {
color:#ffffff;
text-shadow:none;
font-size:25px;
line-height:25px;
font-weight:300;
font-family:"Open Sans", sans-serif;
background-color:transparent;
text-decoration:none;
text-transform:uppercase;
letter-spacing:5px;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.finewide-verysmall-white-mw {
font-size:13px;
line-height:25px;
font-weight:400;
font-family:"Open Sans", sans-serif;
color:#ffffff;
text-decoration:none;
background-color:transparent;
text-shadow:none;
text-transform:uppercase;
letter-spacing:5px;
max-width:470px;
white-space:normal !important;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.lightgrey-divider {
text-decoration:none;
background-color:rgb(235, 235, 235);
background-color:rgba(235, 235, 235, 1);
width:370px;
height:3px;
background-position:initial initial;
background-repeat:initial initial;
border-width:0px;
border-color:rgb(34, 34, 34);
border-style:none;
}

.tp-caption.finewide-large-white {
color: #FFF;
text-shadow: none;
font-size: 60px;
line-height: 60px;
font-weight: 300;
font-family: "Open Sans", sans-serif;
background-color: rgba(0, 0, 0, 0);
text-decoration: none;
text-transform: uppercase;
letter-spacing: 8px;
border-width: 0px;
border-color: #000;
border-style: none;
}

.tp-caption.finewide-medium-white {
color: #FFF;
text-shadow: none;
font-size: 34px;
line-height: 34px;
font-weight: 300;
font-family: "Open Sans", sans-serif;
background-color: rgba(0, 0, 0, 0);
text-decoration: none;
text-transform: uppercase;
letter-spacing: 5px;
border-width: 0px;
border-color: #000;
border-style: none;
}

.tp-caption.huge-red {
position:absolute;
color:rgb(223,75,107);
font-weight:400;
font-size:150px;
line-height:130px;
font-family: 'Oswald', sans-serif;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
background-color:rgb(45,49,54);
padding:0px;
}

.tp-caption.middle-yellow {
position:absolute;
color:rgb(251,213,114);
font-weight:600;
font-size:50px;
line-height:50px;
font-family: 'Open Sans', sans-serif;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.huge-thin-yellow {
  position:absolute;
color:rgb(251,213,114);
font-weight:300;
font-size:90px;
line-height:90px;
font-family: 'Open Sans', sans-serif;
margin:0px;
letter-spacing: 20px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.big-dark {
position:absolute;
color:#333;
font-weight:700;
font-size:70px;
line-height:70px;
font-family:"Open Sans";
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.medium-dark {
position:absolute;
color:#333;
font-weight:300;
font-size:40px;
line-height:40px;
font-family:"Open Sans";
margin:0px;
letter-spacing: 5px;
border-width:0px;
border-style:none;
white-space:nowrap;
}


.tp-caption.medium-grey {
position:absolute;
color:#fff;
text-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);
font-weight:700;
font-size:20px;
line-height:20px;
font-family:Arial;
padding:2px 4px;
margin:0px;
border-width:0px;
border-style:none;
background-color:#888;
white-space:nowrap;
}

.tp-caption.small-text {
position:absolute;
color:#fff;
text-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);
font-weight:700;
font-size:14px;
line-height:20px;
font-family:Arial;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.medium-text {
position:absolute;
color:#fff;
text-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);
font-weight:700;
font-size:20px;
line-height:20px;
font-family:Arial;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}


.tp-caption.large-bold-white-25 {
font-size:55px;
line-height:65px;
font-weight:700;
font-family:"Open Sans";
color:#fff;
text-decoration:none;
background-color:transparent;
text-align:center;
text-shadow:#000 0px 5px 10px;
border-width:0px;
border-color:rgb(255, 255, 255);
border-style:none;
}

.tp-caption.medium-text-shadow {
font-size:25px;
line-height:25px;
font-weight:600;
font-family:"Open Sans";
color:#fff;
text-decoration:none;
background-color:transparent;
text-align:center;
text-shadow:#000 0px 5px 10px;
border-width:0px;
border-color:rgb(255, 255, 255);
border-style:none;
}

.tp-caption.large-text {
position:absolute;
color:#fff;
text-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);
font-weight:700;
font-size:40px;
line-height:40px;
font-family:Arial;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.medium-bold-grey {
font-size:30px;
line-height:30px;
font-weight:800;
font-family:"Open Sans";
color:rgb(102, 102, 102);
text-decoration:none;
background-color:transparent;
text-shadow:none;
margin:0px;
padding:1px 4px 0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.very-large-text {
position:absolute;
color:#fff;
text-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);
font-weight:700;
font-size:60px;
line-height:60px;
font-family:Arial;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
letter-spacing:-2px;
}

.tp-caption.very-big-white {
position:absolute;
color:#fff;
text-shadow:none;
font-weight:800;
font-size:60px;
line-height:60px;
font-family:Arial;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
padding:0px 4px;
padding-top:1px;
background-color:#000;
}

.tp-caption.very-big-black {
position:absolute;
color:#000;
text-shadow:none;
font-weight:700;
font-size:60px;
line-height:60px;
font-family:Arial;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
padding:0px 4px;
padding-top:1px;
background-color:#fff;
}

.tp-caption.modern-medium-fat {
position:absolute;
color:#000;
text-shadow:none;
font-weight:800;
font-size:24px;
line-height:20px;
font-family:"Open Sans", sans-serif;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.modern-medium-fat-white {
position:absolute;
color:#fff;
text-shadow:none;
font-weight:800;
font-size:24px;
line-height:20px;
font-family:"Open Sans", sans-serif;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.modern-medium-light {
position:absolute;
color:#000;
text-shadow:none;
font-weight:300;
font-size:24px;
line-height:20px;
font-family:"Open Sans", sans-serif;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.modern-big-bluebg {
position:absolute;
color:#fff;
text-shadow:none;
font-weight:800;
font-size:30px;
line-height:36px;
font-family:"Open Sans", sans-serif;
padding:3px 10px;
margin:0px;
border-width:0px;
border-style:none;
background-color:#4e5b6c;
letter-spacing:0;
}

.tp-caption.modern-big-redbg {
position:absolute;
color:#fff;
text-shadow:none;
font-weight:300;
font-size:30px;
line-height:36px;
font-family:"Open Sans", sans-serif;
padding:3px 10px;
padding-top:1px;
margin:0px;
border-width:0px;
border-style:none;
background-color:#de543e;
letter-spacing:0;
}

.tp-caption.modern-small-text-dark {
position:absolute;
color:#555;
text-shadow:none;
font-size:14px;
line-height:22px;
font-family:Arial;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.boxshadow {
-moz-box-shadow:0px 0px 20px rgba(0, 0, 0, 0.5);
-webkit-box-shadow:0px 0px 20px rgba(0, 0, 0, 0.5);
box-shadow:0px 0px 20px rgba(0, 0, 0, 0.5);
}

.tp-caption.black {
color:#000;
text-shadow:none;
}

.tp-caption.noshadow {
text-shadow:none;
}

.tp-caption a {
color:#ff7302;
text-shadow:none;
-webkit-transition:all 0.2s ease-out;
-moz-transition:all 0.2s ease-out;
-o-transition:all 0.2s ease-out;
-ms-transition:all 0.2s ease-out;
}

.tp-caption a:hover {
color:#ffa902;
}

.tp-caption.thinheadline-dark {
position:absolute;
color:rgba(0,0,0,0.85);
text-shadow:none;
font-weight:300;
font-size:30px;
line-height:30px;
font-family:"Open Sans";
background-color:transparent;
}

.tp-caption.thintext-dark {
position:absolute;
color:rgba(0,0,0,0.85);
text-shadow:none;
font-weight:300;
font-size:16px;
line-height:26px;
font-family:"Open Sans";
background-color:transparent;
}

.tp-caption.medium-bg-red a {
  color: #fff;
    text-decoration: none;
}

.tp-caption.medium-bg-red a:hover {
  color: #fff;
    text-decoration: underline;
}

.tp-caption.smoothcircle {
font-size:30px;
line-height:75px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(0, 0, 0);
background-color:rgba(0, 0, 0, 0.498039);
padding:50px 25px;
text-align:center;
border-radius:500px 500px 500px 500px;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.largeblackbg {
font-size:50px;
line-height:70px;
font-weight:300;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(0, 0, 0);
padding:0px 20px 5px;
text-shadow:none;
border-width:0px;
border-color:rgb(255, 255, 255);
border-style:none;
}

.tp-caption.largepinkbg {
position:absolute;
color:#fff;
text-shadow:none;
font-weight:300;
font-size:50px;
line-height:70px;
font-family:"Open Sans";
background-color:#db4360;
padding:0px 20px;
-webkit-border-radius:0px;
-moz-border-radius:0px;
border-radius:0px;
}

.tp-caption.largewhitebg {
position:absolute;
color:#000;
text-shadow:none;
font-weight:300;
font-size:50px;
line-height:70px;
font-family:"Open Sans";
background-color:#fff;
padding:0px 20px;
-webkit-border-radius:0px;
-moz-border-radius:0px;
border-radius:0px;
}

.tp-caption.largegreenbg {
position:absolute;
color:#fff;
text-shadow:none;
font-weight:300;
font-size:50px;
line-height:70px;
font-family:"Open Sans";
background-color:#67ae73;
padding:0px 20px;
-webkit-border-radius:0px;
-moz-border-radius:0px;
border-radius:0px;
}

.tp-caption.excerpt {
font-size:36px;
line-height:36px;
font-weight:700;
font-family:Arial;
color:#ffffff;
text-decoration:none;
background-color:rgba(0, 0, 0, 1);
text-shadow:none;
margin:0px;
letter-spacing:-1.5px;
padding:1px 4px 0px 4px;
width:150px;
white-space:normal !important;
height:auto;
border-width:0px;
border-color:rgb(255, 255, 255);
border-style:none;
}

.tp-caption.large-bold-grey {
font-size:60px;
line-height:60px;
font-weight:800;
font-family:"Open Sans";
color:rgb(102, 102, 102);
text-decoration:none;
background-color:transparent;
text-shadow:none;
margin:0px;
padding:1px 4px 0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium-thin-grey {
font-size:34px;
line-height:30px;
font-weight:300;
font-family:"Open Sans";
color:rgb(102, 102, 102);
text-decoration:none;
background-color:transparent;
padding:1px 4px 0px;
text-shadow:none;
margin:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.small-thin-grey {
font-size:18px;
line-height:26px;
font-weight:300;
font-family:"Open Sans";
color:rgb(117, 117, 117);
text-decoration:none;
background-color:transparent;
padding:1px 4px 0px;
text-shadow:none;
margin:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.lightgrey-divider {
text-decoration:none;
background-color:rgba(235, 235, 235, 1);
width:370px;
height:3px;
background-position:initial initial;
background-repeat:initial initial;
border-width:0px;
border-color:rgb(34, 34, 34);
border-style:none;
}

.tp-caption.large-bold-darkblue {
font-size:58px;
line-height:60px;
font-weight:800;
font-family:"Open Sans";
color:rgb(52, 73, 94);
text-decoration:none;
background-color:transparent;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium-bg-darkblue {
font-size:20px;
line-height:20px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(52, 73, 94);
padding:10px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium-bold-red {
font-size:24px;
line-height:30px;
font-weight:800;
font-family:"Open Sans";
color:rgb(227, 58, 12);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium-light-red {
font-size:21px;
line-height:26px;
font-weight:300;
font-family:"Open Sans";
color:rgb(227, 58, 12);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium-bg-red {
font-size:20px;
line-height:20px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(227, 58, 12);
padding:10px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium-bold-orange {
font-size:24px;
line-height:30px;
font-weight:800;
font-family:"Open Sans";
color:rgb(243, 156, 18);
text-decoration:none;
background-color:transparent;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium-bg-orange {
font-size:20px;
line-height:20px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(243, 156, 18);
padding:10px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.grassfloor {
text-decoration:none;
background-color:rgba(160, 179, 151, 1);
width:4000px;
height:150px;
border-width:0px;
border-color:rgb(34, 34, 34);
border-style:none;
}

.tp-caption.large-bold-white {
font-size:58px;
line-height:60px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium-light-white {
font-size:30px;
line-height:36px;
font-weight:300;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.mediumlarge-light-white {
font-size:34px;
line-height:40px;
font-weight:300;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.mediumlarge-light-white-center {
font-size:34px;
line-height:40px;
font-weight:300;
font-family:"Open Sans";
color:#ffffff;
text-decoration:none;
background-color:transparent;
padding:0px 0px 0px 0px;
text-align:center;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium-bg-asbestos {
font-size:20px;
line-height:20px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(127, 140, 141);
padding:10px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium-light-black {
font-size:30px;
line-height:36px;
font-weight:300;
font-family:"Open Sans";
color:rgb(0, 0, 0);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.large-bold-black {
font-size:58px;
line-height:60px;
font-weight:800;
font-family:"Open Sans";
color:rgb(0, 0, 0);
text-decoration:none;
background-color:transparent;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.mediumlarge-light-darkblue {
font-size:34px;
line-height:40px;
font-weight:300;
font-family:"Open Sans";
color:rgb(52, 73, 94);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.small-light-white {
font-size:17px;
line-height:28px;
font-weight:300;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.roundedimage {
border-width:0px;
border-color:rgb(34, 34, 34);
border-style:none;
}

.tp-caption.large-bg-black {
font-size:40px;
line-height:40px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(0, 0, 0);
padding:10px 20px 15px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.mediumwhitebg {
font-size:30px;
line-height:30px;
font-weight:300;
font-family:"Open Sans";
color:rgb(0, 0, 0);
text-decoration:none;
background-color:rgb(255, 255, 255);
padding:5px 15px 10px;
text-shadow:none;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.medium-bg-orange-new1 {
font-size:20px;
line-height:20px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(243, 156, 18);
padding:10px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}



.tp-caption.boxshadow{
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  }

.tp-caption.black{
    color: #000;
    text-shadow: none;
    font-weight: 300;
    font-size: 19px;
    line-height: 19px;
    font-family: 'Open Sans', sans;
  }

.tp-caption.noshadow {
    text-shadow: none;
  }

.tp-caption.black{
		color: #000;
		text-shadow: none;
		font-weight: 300;
		font-size: 19px;
		line-height: 19px;
		font-family: 'Open Sans', sans;
	}

.tp-caption.noshadow {
		text-shadow: none;
	}

/* Lush Slider Typos */
.tp-caption.big-blue {
  display: block;
  font-size: 52px;
  line-height: 52px;
  padding: 11px 19px;
  font-weight: 700;
  background-color: #3373cc;
  color: #333333 !important;
  color: #ffffff !important;
}
.tp-caption.big-sky {
  display: block;
  font-size: 52px;
  line-height: 52px;
  padding: 11px 19px;
  font-weight: 700;
  background-color: #7ac0ea;
  color: #333333 !important;
  color: #ffffff !important;
}
.tp-caption.big-green {
  display: block;
  font-size: 52px;
  line-height: 52px;
  padding: 11px 19px;
  font-weight: 700;
  background-color: #66cc99;
  color: #333333 !important;
  color: #ffffff !important;
}
.tp-caption.big-lime {
  display: block;
  font-size: 52px;
  line-height: 52px;
  padding: 11px 19px;
  font-weight: 700;
  background-color: #b1f27e;
  color: #333333 !important;
  color: #ffffff !important;
}
.tp-caption.big-yellow {
  display: block;
  font-size: 52px;
  line-height: 52px;
  padding: 11px 19px;
  font-weight: 700;
  background-color: #f5fe84;
  color: #333333 !important;
}
.tp-caption.big-orangelite {
  display: block;
  font-size: 52px;
  line-height: 52px;
  padding: 11px 19px;
  font-weight: 700;
  background-color: #ffd885;
  color: #333333 !important;
}
.tp-caption.big-orange {
  display: block;
  font-size: 52px;
  line-height: 52px;
  padding: 11px 19px;
  font-weight: 700;
  background-color: #ffa366;
  color: #333333 !important;
  color: #ffffff !important;
}
.tp-caption.big-salmon {
  display: block;
  font-size: 52px;
  line-height: 52px;
  padding: 11px 19px;
  font-weight: 700;
  background-color: #ff9885;
  color: #333333 !important;
}
.tp-caption.big-pink {
  display: block;
  font-size: 52px;
  line-height: 52px;
  padding: 11px 19px;
  font-weight: 700;
  background-color: #f5809f;
  color: #333333 !important;
  color: #ffffff !important;
}
.tp-caption.big-purple {
  display: block;
  font-size: 52px;
  line-height: 52px;
  padding: 11px 19px;
  font-weight: 700;
  background-color: #e87aea;
  color: #333333 !important;
  color: #ffffff !important;
}
.tp-caption.big-violet {
  display: block;
  font-size: 52px;
  line-height: 52px;
  padding: 11px 19px;
  font-weight: 700;
  background-color: #a27aea;
  color: #333333 !important;
  color: #ffffff !important;
}
.tp-caption.big-red {
  display: block;
  font-size: 52px;
  line-height: 52px;
  padding: 11px 19px;
  font-weight: 700;
  background-color: #fa4141;
  color: #333333 !important;
  color: #ffffff !important;
}
.tp-caption.big-wood {
  display: block;
  font-size: 52px;
  line-height: 52px;
  padding: 11px 19px;
  font-weight: 700;
  background-color: #edd7b2;
  color: #333333 !important;
}
.tp-caption.big-black {
  display: block;
  font-size: 52px;
  line-height: 52px;
  padding: 11px 19px;
  font-weight: 700;
  background-color: #1b1b1b;
  color: #ffffff !important;
}
.tp-caption.big-white {
  display: block;
  font-size: 52px;
  line-height: 52px;
  padding: 11px 19px;
  font-weight: 700;
  background-color: #ffffff;
  color: #333333 !important;
}
.tp-caption.big-gray {
  display: block;
  font-size: 52px;
  line-height: 52px;
  padding: 11px 19px;
  font-weight: 700;
  background-color: #767676;
  color: #333333 !important;
  color: #ffffff !important;
}
/* MEDIUM TEXT */
.tp-caption.medium-blue {
  display: block;
  font-size: 30px;
  line-height: 30px;
  padding: 6px 10px;
  font-weight: normal;
  background-color: #3373cc;
  color: #333333 !important;
  color: #ffffff !important;
}
.tp-caption.medium-sky {
  display: block;
  font-size: 30px;
  line-height: 30px;
  padding: 6px 10px;
  font-weight: normal;
  background-color: #7ac0ea;
  color: #333333 !important;
  color: #ffffff !important;
}
.tp-caption.medium-green {
  display: block;
  font-size: 30px;
  line-height: 30px;
  padding: 6px 10px;
  font-weight: normal;
  background-color: #66cc99;
  color: #333333 !important;
  color: #ffffff !important;
}
.tp-caption.medium-lime {
  display: block;
  font-size: 30px;
  line-height: 30px;
  padding: 6px 10px;
  font-weight: normal;
  background-color: #b1f27e;
  color: #333333 !important;
  color: #ffffff !important;
}
.tp-caption.medium-yellow {
  display: block;
  font-size: 30px;
  line-height: 30px;
  padding: 6px 10px;
  font-weight: normal;
  background-color: #f5fe84;
  color: #333333 !important;
}
.tp-caption.medium-orangelite {
  display: block;
  font-size: 30px;
  line-height: 30px;
  padding: 6px 10px;
  font-weight: normal;
  background-color: #ffd885;
  color: #333333 !important;
}
.tp-caption.medium-orange {
  display: block;
  font-size: 30px;
  line-height: 30px;
  padding: 6px 10px;
  font-weight: normal;
  background-color: #ffa366;
  color: #333333 !important;
  color: #ffffff !important;
}
.tp-caption.medium-salmon {
  display: block;
  font-size: 30px;
  line-height: 30px;
  padding: 6px 10px;
  font-weight: normal;
  background-color: #ff9885;
  color: #333333 !important;
}
.tp-caption.medium-pink {
  display: block;
  font-size: 30px;
  line-height: 30px;
  padding: 6px 10px;
  font-weight: normal;
  background-color: #f5809f;
  color: #333333 !important;
  color: #ffffff !important;
}
.tp-caption.medium-purple {
  display: block;
  font-size: 30px;
  line-height: 30px;
  padding: 6px 10px;
  font-weight: normal;
  background-color: #e87aea;
  color: #333333 !important;
  color: #ffffff !important;
}
.tp-caption.medium-violet {
  display: block;
  font-size: 30px;
  line-height: 30px;
  padding: 6px 10px;
  font-weight: normal;
  background-color: #a27aea;
  color: #333333 !important;
  color: #ffffff !important;
}
.tp-caption.medium-red {
  display: block;
  font-size: 30px;
  line-height: 30px;
  padding: 6px 10px;
  font-weight: normal;
  background-color: #fa4141;
  color: #333333 !important;
  color: #ffffff !important;
}
.tp-caption.medium-wood {
  display: block;
  font-size: 30px;
  line-height: 30px;
  padding: 6px 10px;
  font-weight: normal;
  background-color: #edd7b2;
  color: #333333 !important;
}
.tp-caption.medium-black {
  display: block;
  font-size: 30px;
  line-height: 30px;
  padding: 6px 10px;
  font-weight: normal;
  background-color: #1b1b1b;
  color: #ffffff !important;
}
.tp-caption.medium-white {
  display: block;
  font-size: 30px;
  line-height: 30px;
  padding: 6px 10px;
  font-weight: normal;
  background-color: #ffffff;
  color: #333333 !important;
}
.tp-caption.medium-gray {
  display: block;
  font-size: 30px;
  line-height: 30px;
  padding: 6px 10px;
  font-weight: normal;
  background-color: #767676;
  color: #333333 !important;
  color: #ffffff !important;
}
/* SMALL TEXT */
.tp-caption.small-blue {
  display: block;
  font-size: 14px;
  line-height: 14px;
  padding: 4px 6px;
  font-weight: normal;
  background-color: #3373cc;
  color: #333333 !important;
  color: #ffffff !important;
}
.tp-caption.small-sky {
  display: block;
  font-size: 14px;
  line-height: 14px;
  padding: 4px 6px;
  font-weight: normal;
  background-color: #7ac0ea;
  color: #333333 !important;
  color: #ffffff !important;
}
.tp-caption.small-green {
  display: block;
  font-size: 14px;
  line-height: 14px;
  padding: 4px 6px;
  font-weight: normal;
  background-color: #66cc99;
  color: #333333 !important;
  color: #ffffff !important;
}
.tp-caption.small-lime {
  display: block;
  font-size: 14px;
  line-height: 14px;
  padding: 4px 6px;
  font-weight: normal;
  background-color: #b1f27e;
  color: #333333 !important;
  color: #ffffff !important;
}
.tp-caption.small-yellow {
  display: block;
  font-size: 14px;
  line-height: 14px;
  padding: 4px 6px;
  font-weight: normal;
  background-color: #f5fe84;
  color: #333333 !important;
}
.tp-caption.small-orangelite {
  display: block;
  font-size: 14px;
  line-height: 14px;
  padding: 4px 6px;
  font-weight: normal;
  background-color: #ffd885;
  color: #333333 !important;
}
.tp-caption.small-orange {
  display: block;
  font-size: 14px;
  line-height: 14px;
  padding: 4px 6px;
  font-weight: normal;
  background-color: #ffa366;
  color: #333333 !important;
  color: #ffffff !important;
}
.tp-caption.small-salmon {
  display: block;
  font-size: 14px;
  line-height: 14px;
  padding: 4px 6px;
  font-weight: normal;
  background-color: #ff9885;
  color: #333333 !important;
}
.tp-caption.small-pink {
  display: block;
  font-size: 14px;
  line-height: 14px;
  padding: 4px 6px;
  font-weight: normal;
  background-color: #f5809f;
  color: #333333 !important;
  color: #ffffff !important;
}
.tp-caption.small-purple {
  display: block;
  font-size: 14px;
  line-height: 14px;
  padding: 4px 6px;
  font-weight: normal;
  background-color: #e87aea;
  color: #333333 !important;
  color: #ffffff !important;
}
.tp-caption.small-violet {
  display: block;
  font-size: 14px;
  line-height: 14px;
  padding: 4px 6px;
  font-weight: normal;
  background-color: #a27aea;
  color: #333333 !important;
  color: #ffffff !important;
}
.tp-caption.small-red {
  display: block;
  font-size: 14px;
  line-height: 14px;
  padding: 4px 6px;
  font-weight: normal;
  background-color: #fa4141;
  color: #333333 !important;
  color: #ffffff !important;
}
.tp-caption.small-wood {
  display: block;
  font-size: 14px;
  line-height: 14px;
  padding: 4px 6px;
  font-weight: normal;
  background-color: #edd7b2;
  color: #333333 !important;
}
.tp-caption.small-black {
  display: block;
  font-size: 14px;
  line-height: 14px;
  padding: 4px 6px;
  font-weight: normal;
  background-color: #1b1b1b;
  color: #ffffff !important;
}
.tp-caption.small-white {
  display: block;
  font-size: 14px;
  line-height: 14px;
  padding: 4px 6px;
  font-weight: normal;
  background-color: #ffffff;
  color: #333333 !important;
}
.tp-caption.small-gray {
  display: block;
  font-size: 14px;
  line-height: 14px;
  padding: 4px 6px;
  font-weight: normal;
  background-color: #767676;
  color: #333333 !important;
  color: #ffffff !important;
}
/* BIG BUTTON */
.tp-caption.button-big-blue {
  text-decoration: none;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /* IE fix */

  border: 1px solid rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  display: block;
  font-size: 52px;
  line-height: 52px;
  padding: 11px 19px;
  font-weight: 700;
  background-color: #3373cc;
  color: #333333 !important;
  color: #ffffff !important;
  line-height: 56px;
  background-color: #427dd0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4b84d2), to(#3373cc));
  background-image: -webkit-linear-gradient(top, #4b84d2, #3373cc);
  background-image: -moz-linear-gradient(top, #4b84d2, #3373cc);
  background-image: -o-linear-gradient(top, #4b84d2, #3373cc);
  background-image: linear-gradient(top, #4b84d2, #3373cc);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#4b84d2', EndColorStr='#3373cc');
  -webkit-transition: all 0.2 linear 0.2s ease-out 0;
  -moz-transition: all 0.2 linear 0.2s ease-out 0s;
  -o-transition: all 0.2 linear 0.2s ease-out 0;
  transition: all 0.2 linear 0.2s ease-out 0;
}
.tp-caption.button-big-blue:hover,
.tp-caption.button-big-blue:focus {
  text-decoration: none !important;
  background-color: #3d7ace;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3373cc), to(#4b84d2));
  background-image: -webkit-linear-gradient(top, #3373cc, #4b84d2);
  background-image: -moz-linear-gradient(top, #3373cc, #4b84d2);
  background-image: -o-linear-gradient(top, #3373cc, #4b84d2);
  background-image: linear-gradient(top, #3373cc, #4b84d2);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#3373cc', EndColorStr='#4b84d2');
  -webkit-transition: all 0.2 linear 0.2s ease-out 0;
  -moz-transition: all 0.2 linear 0.2s ease-out 0s;
  -o-transition: all 0.2 linear 0.2s ease-out 0;
  transition: all 0.2 linear 0.2s ease-out 0;
  display: block;
  font-size: 52px;
  line-height: 52px;
  padding: 11px 19px;
  font-weight: 700;
  background-color: #3373cc;
  color: #333333 !important;
  color: #ffffff !important;
  line-height: 56px;
}
.tp-caption.button-big-sky {
  text-decoration: none;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /* IE fix */

  border: 1px solid rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  display: block;
  font-size: 52px;
  line-height: 52px;
  padding: 11px 19px;
  font-weight: 700;
  background-color: #7ac0ea;
  color: #333333 !important;
  color: #ffffff !important;
  line-height: 56px;
  background-color: #8ac8ed;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#94cdee), to(#7ac0ea));
  background-image: -webkit-linear-gradient(top, #94cdee, #7ac0ea);
  background-image: -moz-linear-gradient(top, #94cdee, #7ac0ea);
  background-image: -o-linear-gradient(top, #94cdee, #7ac0ea);
  background-image: linear-gradient(top, #94cdee, #7ac0ea);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#94cdee', EndColorStr='#7ac0ea');
  -webkit-transition: all 0.2 linear 0.2s ease-out 0;
  -moz-transition: all 0.2 linear 0.2s ease-out 0s;
  -o-transition: all 0.2 linear 0.2s ease-out 0;
  transition: all 0.2 linear 0.2s ease-out 0;
}
.tp-caption.button-big-sky:hover,
.tp-caption.button-big-sky:focus {
  text-decoration: none !important;
  background-color: #85c5ec;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7ac0ea), to(#94cdee));
  background-image: -webkit-linear-gradient(top, #7ac0ea, #94cdee);
  background-image: -moz-linear-gradient(top, #7ac0ea, #94cdee);
  background-image: -o-linear-gradient(top, #7ac0ea, #94cdee);
  background-image: linear-gradient(top, #7ac0ea, #94cdee);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#7ac0ea', EndColorStr='#94cdee');
  -webkit-transition: all 0.2 linear 0.2s ease-out 0;
  -moz-transition: all 0.2 linear 0.2s ease-out 0s;
  -o-transition: all 0.2 linear 0.2s ease-out 0;
  transition: all 0.2 linear 0.2s ease-out 0;
  display: block;
  font-size: 52px;
  line-height: 52px;
  padding: 11px 19px;
  font-weight: 700;
  background-color: #7ac0ea;
  color: #333333 !important;
  color: #ffffff !important;
  line-height: 56px;
}
.tp-caption.button-big-green {
  text-decoration: none;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /* IE fix */

  border: 1px solid rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  display: block;
  font-size: 52px;
  line-height: 52px;
  padding: 11px 19px;
  font-weight: 700;
  background-color: #66cc99;
  color: #333333 !important;
  color: #ffffff !important;
  line-height: 56px;
  background-color: #74d1a2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7dd4a8), to(#66cc99));
  background-image: -webkit-linear-gradient(top, #7dd4a8, #66cc99);
  background-image: -moz-linear-gradient(top, #7dd4a8, #66cc99);
  background-image: -o-linear-gradient(top, #7dd4a8, #66cc99);
  background-image: linear-gradient(top, #7dd4a8, #66cc99);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#7dd4a8', EndColorStr='#66cc99');
  -webkit-transition: all 0.2 linear 0.2s ease-out 0;
  -moz-transition: all 0.2 linear 0.2s ease-out 0s;
  -o-transition: all 0.2 linear 0.2s ease-out 0;
  transition: all 0.2 linear 0.2s ease-out 0;
}
.tp-caption.button-big-green:hover,
.tp-caption.button-big-green:focus {
  text-decoration: none !important;
  background-color: #6fcf9f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#66cc99), to(#7dd4a8));
  background-image: -webkit-linear-gradient(top, #66cc99, #7dd4a8);
  background-image: -moz-linear-gradient(top, #66cc99, #7dd4a8);
  background-image: -o-linear-gradient(top, #66cc99, #7dd4a8);
  background-image: linear-gradient(top, #66cc99, #7dd4a8);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#66cc99', EndColorStr='#7dd4a8');
  -webkit-transition: all 0.2 linear 0.2s ease-out 0;
  -moz-transition: all 0.2 linear 0.2s ease-out 0s;
  -o-transition: all 0.2 linear 0.2s ease-out 0;
  transition: all 0.2 linear 0.2s ease-out 0;
  display: block;
  font-size: 52px;
  line-height: 52px;
  padding: 11px 19px;
  font-weight: 700;
  background-color: #66cc99;
  color: #333333 !important;
  color: #ffffff !important;
  line-height: 56px;
}
.tp-caption.button-big-lime {
  text-decoration: none;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /* IE fix */

  border: 1px solid rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  display: block;
  font-size: 52px;
  line-height: 52px;
  padding: 11px 19px;
  font-weight: 700;
  background-color: #b1f27e;
  color: #333333 !important;
  color: #ffffff !important;
  line-height: 56px;
  background-color: #bbf48f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c2f59a), to(#b1f27e));
  background-image: -webkit-linear-gradient(top, #c2f59a, #b1f27e);
  background-image: -moz-linear-gradient(top, #c2f59a, #b1f27e);
  background-image: -o-linear-gradient(top, #c2f59a, #b1f27e);
  background-image: linear-gradient(top, #c2f59a, #b1f27e);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#c2f59a', EndColorStr='#b1f27e');
  -webkit-transition: all 0.2 linear 0.2s ease-out 0;
  -moz-transition: all 0.2 linear 0.2s ease-out 0s;
  -o-transition: all 0.2 linear 0.2s ease-out 0;
  transition: all 0.2 linear 0.2s ease-out 0;
}
.tp-caption.button-big-lime:hover,
.tp-caption.button-big-lime:focus {
  text-decoration: none !important;
  background-color: #b8f389;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b1f27e), to(#c2f59a));
  background-image: -webkit-linear-gradient(top, #b1f27e, #c2f59a);
  background-image: -moz-linear-gradient(top, #b1f27e, #c2f59a);
  background-image: -o-linear-gradient(top, #b1f27e, #c2f59a);
  background-image: linear-gradient(top, #b1f27e, #c2f59a);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#b1f27e', EndColorStr='#c2f59a');
  -webkit-transition: all 0.2 linear 0.2s ease-out 0;
  -moz-transition: all 0.2 linear 0.2s ease-out 0s;
  -o-transition: all 0.2 linear 0.2s ease-out 0;
  transition: all 0.2 linear 0.2s ease-out 0;
  display: block;
  font-size: 52px;
  line-height: 52px;
  padding: 11px 19px;
  font-weight: 700;
  background-color: #b1f27e;
  color: #333333 !important;
  color: #ffffff !important;
  line-height: 56px;
}
.tp-caption.button-big-yellow {
  text-decoration: none;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /* IE fix */

  border: 1px solid rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  display: block;
  font-size: 52px;
  line-height: 52px;
  padding: 11px 19px;
  font-weight: 700;
  background-color: #f5fe84;
  color: #333333 !important;
  line-height: 56px;
  background-color: #f6fe96;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f7fea2), to(#f5fe84));
  background-image: -webkit-linear-gradient(top, #f7fea2, #f5fe84);
  background-image: -moz-linear-gradient(top, #f7fea2, #f5fe84);
  background-image: -o-linear-gradient(top, #f7fea2, #f5fe84);
  background-image: linear-gradient(top, #f7fea2, #f5fe84);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#f7fea2', EndColorStr='#f5fe84');
  -webkit-transition: all 0.2 linear 0.2s ease-out 0;
  -moz-transition: all 0.2 linear 0.2s ease-out 0s;
  -o-transition: all 0.2 linear 0.2s ease-out 0;
  transition: all 0.2 linear 0.2s ease-out 0;
}
.tp-caption.button-big-yellow:hover,
.tp-caption.button-big-yellow:focus {
  text-decoration: none !important;
  background-color: #f6fe90;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5fe84), to(#f7fea2));
  background-image: -webkit-linear-gradient(top, #f5fe84, #f7fea2);
  background-image: -moz-linear-gradient(top, #f5fe84, #f7fea2);
  background-image: -o-linear-gradient(top, #f5fe84, #f7fea2);
  background-image: linear-gradient(top, #f5fe84, #f7fea2);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#f5fe84', EndColorStr='#f7fea2');
  -webkit-transition: all 0.2 linear 0.2s ease-out 0;
  -moz-transition: all 0.2 linear 0.2s ease-out 0s;
  -o-transition: all 0.2 linear 0.2s ease-out 0;
  transition: all 0.2 linear 0.2s ease-out 0;
  display: block;
  font-size: 52px;
  line-height: 52px;
  padding: 11px 19px;
  font-weight: 700;
  background-color: #f5fe84;
  color: #333333 !important;
  line-height: 56px;
}
.tp-caption.button-big-orangelite {
  text-decoration: none;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /* IE fix */

  border: 1px solid rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  display: block;
  font-size: 52px;
  line-height: 52px;
  padding: 11px 19px;
  font-weight: 700;
  background-color: #ffd885;
  color: #333333 !important;
  line-height: 56px;
  background-color: #ffde97;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffe2a4), to(#ffd885));
  background-image: -webkit-linear-gradient(top, #ffe2a4, #ffd885);
  background-image: -moz-linear-gradient(top, #ffe2a4, #ffd885);
  background-image: -o-linear-gradient(top, #ffe2a4, #ffd885);
  background-image: linear-gradient(top, #ffe2a4, #ffd885);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#ffe2a4', EndColorStr='#ffd885');
  -webkit-transition: all 0.2 linear 0.2s ease-out 0;
  -moz-transition: all 0.2 linear 0.2s ease-out 0s;
  -o-transition: all 0.2 linear 0.2s ease-out 0;
  transition: all 0.2 linear 0.2s ease-out 0;
}
.tp-caption.button-big-orangelite:hover,
.tp-caption.button-big-orangelite:focus {
  text-decoration: none !important;
  background-color: #ffdc91;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffd885), to(#ffe2a4));
  background-image: -webkit-linear-gradient(top, #ffd885, #ffe2a4);
  background-image: -moz-linear-gradient(top, #ffd885, #ffe2a4);
  background-image: -o-linear-gradient(top, #ffd885, #ffe2a4);
  background-image: linear-gradient(top, #ffd885, #ffe2a4);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#ffd885', EndColorStr='#ffe2a4');
  -webkit-transition: all 0.2 linear 0.2s ease-out 0;
  -moz-transition: all 0.2 linear 0.2s ease-out 0s;
  -o-transition: all 0.2 linear 0.2s ease-out 0;
  transition: all 0.2 linear 0.2s ease-out 0;
  display: block;
  font-size: 52px;
  line-height: 52px;
  padding: 11px 19px;
  font-weight: 700;
  background-color: #ffd885;
  color: #333333 !important;
  line-height: 56px;
}
.tp-caption.button-big-orange {
  text-decoration: none;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /* IE fix */

  border: 1px solid rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  display: block;
  font-size: 52px;
  line-height: 52px;
  padding: 11px 19px;
  font-weight: 700;
  background-color: #ffa366;
  color: #333333 !important;
  color: #ffffff !important;
  line-height: 56px;
  background-color: #ffae78;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffb585), to(#ffa366));
  background-image: -webkit-linear-gradient(top, #ffb585, #ffa366);
  background-image: -moz-linear-gradient(top, #ffb585, #ffa366);
  background-image: -o-linear-gradient(top, #ffb585, #ffa366);
  background-image: linear-gradient(top, #ffb585, #ffa366);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#ffb585', EndColorStr='#ffa366');
  -webkit-transition: all 0.2 linear 0.2s ease-out 0;
  -moz-transition: all 0.2 linear 0.2s ease-out 0s;
  -o-transition: all 0.2 linear 0.2s ease-out 0;
  transition: all 0.2 linear 0.2s ease-out 0;
}
.tp-caption.button-big-orange:hover,
.tp-caption.button-big-orange:focus {
  text-decoration: none !important;
  background-color: #ffaa72;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffa366), to(#ffb585));
  background-image: -webkit-linear-gradient(top, #ffa366, #ffb585);
  background-image: -moz-linear-gradient(top, #ffa366, #ffb585);
  background-image: -o-linear-gradient(top, #ffa366, #ffb585);
  background-image: linear-gradient(top, #ffa366, #ffb585);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#ffa366', EndColorStr='#ffb585');
  -webkit-transition: all 0.2 linear 0.2s ease-out 0;
  -moz-transition: all 0.2 linear 0.2s ease-out 0s;
  -o-transition: all 0.2 linear 0.2s ease-out 0;
  transition: all 0.2 linear 0.2s ease-out 0;
  display: block;
  font-size: 52px;
  line-height: 52px;
  padding: 11px 19px;
  font-weight: 700;
  background-color: #ffa366;
  color: #333333 !important;
  color: #ffffff !important;
  line-height: 56px;
}
.tp-caption.button-big-salmon {
  text-decoration: none;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /* IE fix */

  border: 1px solid rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  display: block;
  font-size: 52px;
  line-height: 52px;
  padding: 11px 19px;
  font-weight: 700;
  background-color: #ff9885;
  color: #333333 !important;
  line-height: 56px;
  background-color: #ffa897;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffb2a4), to(#ff9885));
  background-image: -webkit-linear-gradient(top, #ffb2a4, #ff9885);
  background-image: -moz-linear-gradient(top, #ffb2a4, #ff9885);
  background-image: -o-linear-gradient(top, #ffb2a4, #ff9885);
  background-image: linear-gradient(top, #ffb2a4, #ff9885);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#ffb2a4', EndColorStr='#ff9885');
  -webkit-transition: all 0.2 linear 0.2s ease-out 0;
  -moz-transition: all 0.2 linear 0.2s ease-out 0s;
  -o-transition: all 0.2 linear 0.2s ease-out 0;
  transition: all 0.2 linear 0.2s ease-out 0;
}
.tp-caption.button-big-salmon:hover,
.tp-caption.button-big-salmon:focus {
  text-decoration: none !important;
  background-color: #ffa291;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff9885), to(#ffb2a4));
  background-image: -webkit-linear-gradient(top, #ff9885, #ffb2a4);
  background-image: -moz-linear-gradient(top, #ff9885, #ffb2a4);
  background-image: -o-linear-gradient(top, #ff9885, #ffb2a4);
  background-image: linear-gradient(top, #ff9885, #ffb2a4);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#ff9885', EndColorStr='#ffb2a4');
  -webkit-transition: all 0.2 linear 0.2s ease-out 0;
  -moz-transition: all 0.2 linear 0.2s ease-out 0s;
  -o-transition: all 0.2 linear 0.2s ease-out 0;
  transition: all 0.2 linear 0.2s ease-out 0;
  display: block;
  font-size: 52px;
  line-height: 52px;
  padding: 11px 19px;
  font-weight: 700;
  background-color: #ff9885;
  color: #333333 !important;
  line-height: 56px;
}
.tp-caption.button-big-pink {
  text-decoration: none;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /* IE fix */

  border: 1px solid rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  display: block;
  font-size: 52px;
  line-height: 52px;
  padding: 11px 19px;
  font-weight: 700;
  background-color: #f5809f;
  color: #333333 !important;
  color: #ffffff !important;
  line-height: 56px;
  background-color: #f691ac;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f79cb4), to(#f5809f));
  background-image: -webkit-linear-gradient(top, #f79cb4, #f5809f);
  background-image: -moz-linear-gradient(top, #f79cb4, #f5809f);
  background-image: -o-linear-gradient(top, #f79cb4, #f5809f);
  background-image: linear-gradient(top, #f79cb4, #f5809f);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#f79cb4', EndColorStr='#f5809f');
  -webkit-transition: all 0.2 linear 0.2s ease-out 0;
  -moz-transition: all 0.2 linear 0.2s ease-out 0s;
  -o-transition: all 0.2 linear 0.2s ease-out 0;
  transition: all 0.2 linear 0.2s ease-out 0;
}
.tp-caption.button-big-pink:hover,
.tp-caption.button-big-pink:focus {
  text-decoration: none !important;
  background-color: #f68ba8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5809f), to(#f79cb4));
  background-image: -webkit-linear-gradient(top, #f5809f, #f79cb4);
  background-image: -moz-linear-gradient(top, #f5809f, #f79cb4);
  background-image: -o-linear-gradient(top, #f5809f, #f79cb4);
  background-image: linear-gradient(top, #f5809f, #f79cb4);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#f5809f', EndColorStr='#f79cb4');
  -webkit-transition: all 0.2 linear 0.2s ease-out 0;
  -moz-transition: all 0.2 linear 0.2s ease-out 0s;
  -o-transition: all 0.2 linear 0.2s ease-out 0;
  transition: all 0.2 linear 0.2s ease-out 0;
  display: block;
  font-size: 52px;
  line-height: 52px;
  padding: 11px 19px;
  font-weight: 700;
  background-color: #f5809f;
  color: #333333 !important;
  color: #ffffff !important;
  line-height: 56px;
}
.tp-caption.button-big-purple {
  text-decoration: none;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /* IE fix */

  border: 1px solid rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  display: block;
  font-size: 52px;
  line-height: 52px;
  padding: 11px 19px;
  font-weight: 700;
  background-color: #e87aea;
  color: #333333 !important;
  color: #ffffff !important;
  line-height: 56px;
  background-color: #eb8aed;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ed94ee), to(#e87aea));
  background-image: -webkit-linear-gradient(top, #ed94ee, #e87aea);
  background-image: -moz-linear-gradient(top, #ed94ee, #e87aea);
  background-image: -o-linear-gradient(top, #ed94ee, #e87aea);
  background-image: linear-gradient(top, #ed94ee, #e87aea);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#ed94ee', EndColorStr='#e87aea');
  -webkit-transition: all 0.2 linear 0.2s ease-out 0;
  -moz-transition: all 0.2 linear 0.2s ease-out 0s;
  -o-transition: all 0.2 linear 0.2s ease-out 0;
  transition: all 0.2 linear 0.2s ease-out 0;
}
.tp-caption.button-big-purple:hover,
.tp-caption.button-big-purple:focus {
  text-decoration: none !important;
  background-color: #ea85ec;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e87aea), to(#ed94ee));
  background-image: -webkit-linear-gradient(top, #e87aea, #ed94ee);
  background-image: -moz-linear-gradient(top, #e87aea, #ed94ee);
  background-image: -o-linear-gradient(top, #e87aea, #ed94ee);
  background-image: linear-gradient(top, #e87aea, #ed94ee);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#e87aea', EndColorStr='#ed94ee');
  -webkit-transition: all 0.2 linear 0.2s ease-out 0;
  -moz-transition: all 0.2 linear 0.2s ease-out 0s;
  -o-transition: all 0.2 linear 0.2s ease-out 0;
  transition: all 0.2 linear 0.2s ease-out 0;
  display: block;
  font-size: 52px;
  line-height: 52px;
  padding: 11px 19px;
  font-weight: 700;
  background-color: #e87aea;
  color: #333333 !important;
  color: #ffffff !important;
  line-height: 56px;
}
.tp-caption.button-big-violet {
  text-decoration: none;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /* IE fix */

  border: 1px solid rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  display: block;
  font-size: 52px;
  line-height: 52px;
  padding: 11px 19px;
  font-weight: 700;
  background-color: #a27aea;
  color: #333333 !important;
  color: #ffffff !important;
  line-height: 56px;
  background-color: #ad8aed;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b494ee), to(#a27aea));
  background-image: -webkit-linear-gradient(top, #b494ee, #a27aea);
  background-image: -moz-linear-gradient(top, #b494ee, #a27aea);
  background-image: -o-linear-gradient(top, #b494ee, #a27aea);
  background-image: linear-gradient(top, #b494ee, #a27aea);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#b494ee', EndColorStr='#a27aea');
  -webkit-transition: all 0.2 linear 0.2s ease-out 0;
  -moz-transition: all 0.2 linear 0.2s ease-out 0s;
  -o-transition: all 0.2 linear 0.2s ease-out 0;
  transition: all 0.2 linear 0.2s ease-out 0;
}
.tp-caption.button-big-violet:hover,
.tp-caption.button-big-violet:focus {
  text-decoration: none !important;
  background-color: #a985ec;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a27aea), to(#b494ee));
  background-image: -webkit-linear-gradient(top, #a27aea, #b494ee);
  background-image: -moz-linear-gradient(top, #a27aea, #b494ee);
  background-image: -o-linear-gradient(top, #a27aea, #b494ee);
  background-image: linear-gradient(top, #a27aea, #b494ee);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#a27aea', EndColorStr='#b494ee');
  -webkit-transition: all 0.2 linear 0.2s ease-out 0;
  -moz-transition: all 0.2 linear 0.2s ease-out 0s;
  -o-transition: all 0.2 linear 0.2s ease-out 0;
  transition: all 0.2 linear 0.2s ease-out 0;
  display: block;
  font-size: 52px;
  line-height: 52px;
  padding: 11px 19px;
  font-weight: 700;
  background-color: #a27aea;
  color: #333333 !important;
  color: #ffffff !important;
  line-height: 56px;
}
.tp-caption.button-big-red {
  text-decoration: none;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /* IE fix */

  border: 1px solid rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  display: block;
  font-size: 52px;
  line-height: 52px;
  padding: 11px 19px;
  font-weight: 700;
  background-color: #fa4141;
  color: #333333 !important;
  color: #ffffff !important;
  line-height: 56px;
  background-color: #fa5353;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fb5f5f), to(#fa4141));
  background-image: -webkit-linear-gradient(top, #fb5f5f, #fa4141);
  background-image: -moz-linear-gradient(top, #fb5f5f, #fa4141);
  background-image: -o-linear-gradient(top, #fb5f5f, #fa4141);
  background-image: linear-gradient(top, #fb5f5f, #fa4141);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#fb5f5f', EndColorStr='#fa4141');
  -webkit-transition: all 0.2 linear 0.2s ease-out 0;
  -moz-transition: all 0.2 linear 0.2s ease-out 0s;
  -o-transition: all 0.2 linear 0.2s ease-out 0;
  transition: all 0.2 linear 0.2s ease-out 0;
}
.tp-caption.button-big-red:hover,
.tp-caption.button-big-red:focus {
  text-decoration: none !important;
  background-color: #fa4d4d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fa4141), to(#fb5f5f));
  background-image: -webkit-linear-gradient(top, #fa4141, #fb5f5f);
  background-image: -moz-linear-gradient(top, #fa4141, #fb5f5f);
  background-image: -o-linear-gradient(top, #fa4141, #fb5f5f);
  background-image: linear-gradient(top, #fa4141, #fb5f5f);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#fa4141', EndColorStr='#fb5f5f');
  -webkit-transition: all 0.2 linear 0.2s ease-out 0;
  -moz-transition: all 0.2 linear 0.2s ease-out 0s;
  -o-transition: all 0.2 linear 0.2s ease-out 0;
  transition: all 0.2 linear 0.2s ease-out 0;
  display: block;
  font-size: 52px;
  line-height: 52px;
  padding: 11px 19px;
  font-weight: 700;
  background-color: #fa4141;
  color: #333333 !important;
  color: #ffffff !important;
  line-height: 56px;
}
.tp-caption.button-big-wood {
  text-decoration: none;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /* IE fix */

  border: 1px solid rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  display: block;
  font-size: 52px;
  line-height: 52px;
  padding: 11px 19px;
  font-weight: 700;
  background-color: #edd7b2;
  color: #333333 !important;
  line-height: 56px;
  background-color: #f0dfc1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f3e4cb), to(#edd7b2));
  background-image: -webkit-linear-gradient(top, #f3e4cb, #edd7b2);
  background-image: -moz-linear-gradient(top, #f3e4cb, #edd7b2);
  background-image: -o-linear-gradient(top, #f3e4cb, #edd7b2);
  background-image: linear-gradient(top, #f3e4cb, #edd7b2);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#f3e4cb', EndColorStr='#edd7b2');
  -webkit-transition: all 0.2 linear 0.2s ease-out 0;
  -moz-transition: all 0.2 linear 0.2s ease-out 0s;
  -o-transition: all 0.2 linear 0.2s ease-out 0;
  transition: all 0.2 linear 0.2s ease-out 0;
}
.tp-caption.button-big-wood:hover,
.tp-caption.button-big-wood:focus {
  text-decoration: none !important;
  background-color: #efdcbc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#edd7b2), to(#f3e4cb));
  background-image: -webkit-linear-gradient(top, #edd7b2, #f3e4cb);
  background-image: -moz-linear-gradient(top, #edd7b2, #f3e4cb);
  background-image: -o-linear-gradient(top, #edd7b2, #f3e4cb);
  background-image: linear-gradient(top, #edd7b2, #f3e4cb);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#edd7b2', EndColorStr='#f3e4cb');
  -webkit-transition: all 0.2 linear 0.2s ease-out 0;
  -moz-transition: all 0.2 linear 0.2s ease-out 0s;
  -o-transition: all 0.2 linear 0.2s ease-out 0;
  transition: all 0.2 linear 0.2s ease-out 0;
  display: block;
  font-size: 52px;
  line-height: 52px;
  padding: 11px 19px;
  font-weight: 700;
  background-color: #edd7b2;
  color: #333333 !important;
  line-height: 56px;
}
.tp-caption.button-big-black {
  text-decoration: none;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /* IE fix */

  border: 1px solid rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  display: block;
  font-size: 52px;
  line-height: 52px;
  padding: 11px 19px;
  font-weight: 700;
  background-color: #1b1b1b;
  color: #ffffff !important;
  line-height: 56px;
  background-color: #242424;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2a2a2a), to(#1b1b1b));
  background-image: -webkit-linear-gradient(top, #2a2a2a, #1b1b1b);
  background-image: -moz-linear-gradient(top, #2a2a2a, #1b1b1b);
  background-image: -o-linear-gradient(top, #2a2a2a, #1b1b1b);
  background-image: linear-gradient(top, #2a2a2a, #1b1b1b);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#2a2a2a', EndColorStr='#1b1b1b');
  -webkit-transition: all 0.2 linear 0.2s ease-out 0;
  -moz-transition: all 0.2 linear 0.2s ease-out 0s;
  -o-transition: all 0.2 linear 0.2s ease-out 0;
  transition: all 0.2 linear 0.2s ease-out 0;
}
.tp-caption.button-big-black:hover,
.tp-caption.button-big-black:focus {
  text-decoration: none !important;
  background-color: #212121;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1b1b1b), to(#2a2a2a));
  background-image: -webkit-linear-gradient(top, #1b1b1b, #2a2a2a);
  background-image: -moz-linear-gradient(top, #1b1b1b, #2a2a2a);
  background-image: -o-linear-gradient(top, #1b1b1b, #2a2a2a);
  background-image: linear-gradient(top, #1b1b1b, #2a2a2a);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#1b1b1b', EndColorStr='#2a2a2a');
  -webkit-transition: all 0.2 linear 0.2s ease-out 0;
  -moz-transition: all 0.2 linear 0.2s ease-out 0s;
  -o-transition: all 0.2 linear 0.2s ease-out 0;
  transition: all 0.2 linear 0.2s ease-out 0;
  display: block;
  font-size: 52px;
  line-height: 52px;
  padding: 11px 19px;
  font-weight: 700;
  background-color: #1b1b1b;
  color: #ffffff !important;
  line-height: 56px;
}
.tp-caption.button-big-white {
  text-decoration: none;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /* IE fix */

  border: 1px solid rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  display: block;
  font-size: 52px;
  line-height: 52px;
  padding: 11px 19px;
  font-weight: 700;
  color: #333333 !important;
  line-height: 56px;
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
  background-image: -o-linear-gradient(top, #ffffff, #ffffff);
  background-image: linear-gradient(top, #ffffff, #ffffff);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#ffffff', EndColorStr='#ffffff');
  -webkit-transition: all 0.2 linear 0.2s ease-out 0;
  -moz-transition: all 0.2 linear 0.2s ease-out 0s;
  -o-transition: all 0.2 linear 0.2s ease-out 0;
  transition: all 0.2 linear 0.2s ease-out 0;
}
.tp-caption.button-big-white:hover,
.tp-caption.button-big-white:focus {
  text-decoration: none !important;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
  background-image: -o-linear-gradient(top, #ffffff, #ffffff);
  background-image: linear-gradient(top, #ffffff, #ffffff);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#ffffff', EndColorStr='#ffffff');
  -webkit-transition: all 0.2 linear 0.2s ease-out 0;
  -moz-transition: all 0.2 linear 0.2s ease-out 0s;
  -o-transition: all 0.2 linear 0.2s ease-out 0;
  transition: all 0.2 linear 0.2s ease-out 0;
  display: block;
  font-size: 52px;
  line-height: 52px;
  padding: 11px 19px;
  font-weight: 700;
  background-color: #ffffff;
  color: #333333 !important;
  line-height: 56px;
}
.tp-caption.button-big-gray {
  text-decoration: none;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /* IE fix */

  border: 1px solid rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  display: block;
  font-size: 52px;
  line-height: 52px;
  padding: 11px 19px;
  font-weight: 700;
  background-color: #767676;
  color: #333333 !important;
  color: #ffffff !important;
  line-height: 56px;
  background-color: #7f7f7f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#858585), to(#767676));
  background-image: -webkit-linear-gradient(top, #858585, #767676);
  background-image: -moz-linear-gradient(top, #858585, #767676);
  background-image: -o-linear-gradient(top, #858585, #767676);
  background-image: linear-gradient(top, #858585, #767676);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#858585', EndColorStr='#767676');
  -webkit-transition: all 0.2 linear 0.2s ease-out 0;
  -moz-transition: all 0.2 linear 0.2s ease-out 0s;
  -o-transition: all 0.2 linear 0.2s ease-out 0;
  transition: all 0.2 linear 0.2s ease-out 0;
}
.tp-caption.button-big-gray:hover,
.tp-caption.button-big-gray:focus {
  text-decoration: none !important;
  background-color: #7c7c7c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#767676), to(#858585));
  background-image: -webkit-linear-gradient(top, #767676, #858585);
  background-image: -moz-linear-gradient(top, #767676, #858585);
  background-image: -o-linear-gradient(top, #767676, #858585);
  background-image: linear-gradient(top, #767676, #858585);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#767676', EndColorStr='#858585');
  -webkit-transition: all 0.2 linear 0.2s ease-out 0;
  -moz-transition: all 0.2 linear 0.2s ease-out 0s;
  -o-transition: all 0.2 linear 0.2s ease-out 0;
  transition: all 0.2 linear 0.2s ease-out 0;
  display: block;
  font-size: 52px;
  line-height: 52px;
  padding: 11px 19px;
  font-weight: 700;
  background-color: #767676;
  color: #333333 !important;
  color: #ffffff !important;
  line-height: 56px;
}
/* MEDIUM BUTTON */
.tp-caption.button-medium-blue {
  text-decoration: none;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /* IE fix */

  border: 1px solid rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  display: block;
  font-size: 30px;
  line-height: 30px;
  padding: 6px 10px;
  font-weight: normal;
  background-color: #3373cc;
  color: #333333 !important;
  color: #ffffff !important;
  line-height: 34px;
  background-color: #427dd0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4b84d2), to(#3373cc));
  background-image: -webkit-linear-gradient(top, #4b84d2, #3373cc);
  background-image: -moz-linear-gradient(top, #4b84d2, #3373cc);
  background-image: -o-linear-gradient(top, #4b84d2, #3373cc);
  background-image: linear-gradient(top, #4b84d2, #3373cc);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#4b84d2', EndColorStr='#3373cc');
  -webkit-transition: all 0.2 linear 0.2s ease-out 0;
  -moz-transition: all 0.2 linear 0.2s ease-out 0s;
  -o-transition: all 0.2 linear 0.2s ease-out 0;
  transition: all 0.2 linear 0.2s ease-out 0;
}
.tp-caption.button-medium-blue:hover,
.tp-caption.button-medium-blue:focus {
  text-decoration: none !important;
  background-color: #3d7ace;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3373cc), to(#4b84d2));
  background-image: -webkit-linear-gradient(top, #3373cc, #4b84d2);
  background-image: -moz-linear-gradient(top, #3373cc, #4b84d2);
  background-image: -o-linear-gradient(top, #3373cc, #4b84d2);
  background-image: linear-gradient(top, #3373cc, #4b84d2);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#3373cc', EndColorStr='#4b84d2');
  -webkit-transition: all 0.2 linear 0.2s ease-out 0;
  -moz-transition: all 0.2 linear 0.2s ease-out 0s;
  -o-transition: all 0.2 linear 0.2s ease-out 0;
  transition: all 0.2 linear 0.2s ease-out 0;
  display: block;
  font-size: 30px;
  line-height: 30px;
  padding: 6px 10px;
  font-weight: normal;
  background-color: #3373cc;
  color: #333333 !important;
  color: #ffffff !important;
  line-height: 34px;
}
.tp-caption.button-medium-sky {
  text-decoration: none;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /* IE fix */

  border: 1px solid rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  display: block;
  font-size: 30px;
  line-height: 30px;
  padding: 6px 10px;
  font-weight: normal;
  background-color: #7ac0ea;
  color: #333333 !important;
  color: #ffffff !important;
  line-height: 34px;
  background-color: #8ac8ed;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#94cdee), to(#7ac0ea));
  background-image: -webkit-linear-gradient(top, #94cdee, #7ac0ea);
  background-image: -moz-linear-gradient(top, #94cdee, #7ac0ea);
  background-image: -o-linear-gradient(top, #94cdee, #7ac0ea);
  background-image: linear-gradient(top, #94cdee, #7ac0ea);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#94cdee', EndColorStr='#7ac0ea');
  -webkit-transition: all 0.2 linear 0.2s ease-out 0;
  -moz-transition: all 0.2 linear 0.2s ease-out 0s;
  -o-transition: all 0.2 linear 0.2s ease-out 0;
  transition: all 0.2 linear 0.2s ease-out 0;
}
.tp-caption.button-medium-sky:hover,
.tp-caption.button-medium-sky:focus {
  text-decoration: none !important;
  background-color: #85c5ec;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7ac0ea), to(#94cdee));
  background-image: -webkit-linear-gradient(top, #7ac0ea, #94cdee);
  background-image: -moz-linear-gradient(top, #7ac0ea, #94cdee);
  background-image: -o-linear-gradient(top, #7ac0ea, #94cdee);
  background-image: linear-gradient(top, #7ac0ea, #94cdee);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#7ac0ea', EndColorStr='#94cdee');
  -webkit-transition: all 0.2 linear 0.2s ease-out 0;
  -moz-transition: all 0.2 linear 0.2s ease-out 0s;
  -o-transition: all 0.2 linear 0.2s ease-out 0;
  transition: all 0.2 linear 0.2s ease-out 0;
  display: block;
  font-size: 30px;
  line-height: 30px;
  padding: 6px 10px;
  font-weight: normal;
  background-color: #7ac0ea;
  color: #333333 !important;
  color: #ffffff !important;
  line-height: 34px;
}
.tp-caption.button-medium-green {
  text-decoration: none;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /* IE fix */

  border: 1px solid rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  display: block;
  font-size: 30px;
  line-height: 30px;
  padding: 6px 10px;
  font-weight: normal;
  background-color: #66cc99;
  color: #333333 !important;
  color: #ffffff !important;
  line-height: 34px;
  background-color: #74d1a2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7dd4a8), to(#66cc99));
  background-image: -webkit-linear-gradient(top, #7dd4a8, #66cc99);
  background-image: -moz-linear-gradient(top, #7dd4a8, #66cc99);
  background-image: -o-linear-gradient(top, #7dd4a8, #66cc99);
  background-image: linear-gradient(top, #7dd4a8, #66cc99);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#7dd4a8', EndColorStr='#66cc99');
  -webkit-transition: all 0.2 linear 0.2s ease-out 0;
  -moz-transition: all 0.2 linear 0.2s ease-out 0s;
  -o-transition: all 0.2 linear 0.2s ease-out 0;
  transition: all 0.2 linear 0.2s ease-out 0;
}
.tp-caption.button-medium-green:hover,
.tp-caption.button-medium-green:focus {
  text-decoration: none !important;
  background-color: #6fcf9f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#66cc99), to(#7dd4a8));
  background-image: -webkit-linear-gradient(top, #66cc99, #7dd4a8);
  background-image: -moz-linear-gradient(top, #66cc99, #7dd4a8);
  background-image: -o-linear-gradient(top, #66cc99, #7dd4a8);
  background-image: linear-gradient(top, #66cc99, #7dd4a8);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#66cc99', EndColorStr='#7dd4a8');
  -webkit-transition: all 0.2 linear 0.2s ease-out 0;
  -moz-transition: all 0.2 linear 0.2s ease-out 0s;
  -o-transition: all 0.2 linear 0.2s ease-out 0;
  transition: all 0.2 linear 0.2s ease-out 0;
  display: block;
  font-size: 30px;
  line-height: 30px;
  padding: 6px 10px;
  font-weight: normal;
  background-color: #66cc99;
  color: #333333 !important;
  color: #ffffff !important;
  line-height: 34px;
}
.tp-caption.button-medium-lime {
  text-decoration: none;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /* IE fix */

  border: 1px solid rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  display: block;
  font-size: 30px;
  line-height: 30px;
  padding: 6px 10px;
  font-weight: normal;
  background-color: #b1f27e;
  color: #333333 !important;
  color: #ffffff !important;
  line-height: 34px;
  background-color: #bbf48f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c2f59a), to(#b1f27e));
  background-image: -webkit-linear-gradient(top, #c2f59a, #b1f27e);
  background-image: -moz-linear-gradient(top, #c2f59a, #b1f27e);
  background-image: -o-linear-gradient(top, #c2f59a, #b1f27e);
  background-image: linear-gradient(top, #c2f59a, #b1f27e);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#c2f59a', EndColorStr='#b1f27e');
  -webkit-transition: all 0.2 linear 0.2s ease-out 0;
  -moz-transition: all 0.2 linear 0.2s ease-out 0s;
  -o-transition: all 0.2 linear 0.2s ease-out 0;
  transition: all 0.2 linear 0.2s ease-out 0;
}
.tp-caption.button-medium-lime:hover,
.tp-caption.button-medium-lime:focus {
  text-decoration: none !important;
  background-color: #b8f389;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b1f27e), to(#c2f59a));
  background-image: -webkit-linear-gradient(top, #b1f27e, #c2f59a);
  background-image: -moz-linear-gradient(top, #b1f27e, #c2f59a);
  background-image: -o-linear-gradient(top, #b1f27e, #c2f59a);
  background-image: linear-gradient(top, #b1f27e, #c2f59a);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#b1f27e', EndColorStr='#c2f59a');
  -webkit-transition: all 0.2 linear 0.2s ease-out 0;
  -moz-transition: all 0.2 linear 0.2s ease-out 0s;
  -o-transition: all 0.2 linear 0.2s ease-out 0;
  transition: all 0.2 linear 0.2s ease-out 0;
  display: block;
  font-size: 30px;
  line-height: 30px;
  padding: 6px 10px;
  font-weight: normal;
  background-color: #b1f27e;
  color: #333333 !important;
  color: #ffffff !important;
  line-height: 34px;
}
.tp-caption.button-medium-yellow {
  text-decoration: none;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /* IE fix */

  border: 1px solid rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  display: block;
  font-size: 30px;
  line-height: 30px;
  padding: 6px 10px;
  font-weight: normal;
  background-color: #f5fe84;
  color: #333333 !important;
  line-height: 34px;
  background-color: #f6fe96;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f7fea2), to(#f5fe84));
  background-image: -webkit-linear-gradient(top, #f7fea2, #f5fe84);
  background-image: -moz-linear-gradient(top, #f7fea2, #f5fe84);
  background-image: -o-linear-gradient(top, #f7fea2, #f5fe84);
  background-image: linear-gradient(top, #f7fea2, #f5fe84);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#f7fea2', EndColorStr='#f5fe84');
  -webkit-transition: all 0.2 linear 0.2s ease-out 0;
  -moz-transition: all 0.2 linear 0.2s ease-out 0s;
  -o-transition: all 0.2 linear 0.2s ease-out 0;
  transition: all 0.2 linear 0.2s ease-out 0;
}
.tp-caption.button-medium-yellow:hover,
.tp-caption.button-medium-yellow:focus {
  text-decoration: none !important;
  background-color: #f6fe90;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5fe84), to(#f7fea2));
  background-image: -webkit-linear-gradient(top, #f5fe84, #f7fea2);
  background-image: -moz-linear-gradient(top, #f5fe84, #f7fea2);
  background-image: -o-linear-gradient(top, #f5fe84, #f7fea2);
  background-image: linear-gradient(top, #f5fe84, #f7fea2);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#f5fe84', EndColorStr='#f7fea2');
  -webkit-transition: all 0.2 linear 0.2s ease-out 0;
  -moz-transition: all 0.2 linear 0.2s ease-out 0s;
  -o-transition: all 0.2 linear 0.2s ease-out 0;
  transition: all 0.2 linear 0.2s ease-out 0;
  display: block;
  font-size: 30px;
  line-height: 30px;
  padding: 6px 10px;
  font-weight: normal;
  background-color: #f5fe84;
  color: #333333 !important;
  line-height: 34px;
}
.tp-caption.button-medium-orangelite {
  text-decoration: none;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /* IE fix */

  border: 1px solid rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  display: block;
  font-size: 30px;
  line-height: 30px;
  padding: 6px 10px;
  font-weight: normal;
  background-color: #ffd885;
  color: #333333 !important;
  line-height: 34px;
  background-color: #ffde97;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffe2a4), to(#ffd885));
  background-image: -webkit-linear-gradient(top, #ffe2a4, #ffd885);
  background-image: -moz-linear-gradient(top, #ffe2a4, #ffd885);
  background-image: -o-linear-gradient(top, #ffe2a4, #ffd885);
  background-image: linear-gradient(top, #ffe2a4, #ffd885);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#ffe2a4', EndColorStr='#ffd885');
  -webkit-transition: all 0.2 linear 0.2s ease-out 0;
  -moz-transition: all 0.2 linear 0.2s ease-out 0s;
  -o-transition: all 0.2 linear 0.2s ease-out 0;
  transition: all 0.2 linear 0.2s ease-out 0;
}
.tp-caption.button-medium-orangelite:hover,
.tp-caption.button-medium-orangelite:focus {
  text-decoration: none !important;
  background-color: #ffdc91;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffd885), to(#ffe2a4));
  background-image: -webkit-linear-gradient(top, #ffd885, #ffe2a4);
  background-image: -moz-linear-gradient(top, #ffd885, #ffe2a4);
  background-image: -o-linear-gradient(top, #ffd885, #ffe2a4);
  background-image: linear-gradient(top, #ffd885, #ffe2a4);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#ffd885', EndColorStr='#ffe2a4');
  -webkit-transition: all 0.2 linear 0.2s ease-out 0;
  -moz-transition: all 0.2 linear 0.2s ease-out 0s;
  -o-transition: all 0.2 linear 0.2s ease-out 0;
  transition: all 0.2 linear 0.2s ease-out 0;
  display: block;
  font-size: 30px;
  line-height: 30px;
  padding: 6px 10px;
  font-weight: normal;
  background-color: #ffd885;
  color: #333333 !important;
  line-height: 34px;
}
.tp-caption.button-medium-orange {
  text-decoration: none;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /* IE fix */

  border: 1px solid rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  display: block;
  font-size: 30px;
  line-height: 30px;
  padding: 6px 10px;
  font-weight: normal;
  background-color: #ffa366;
  color: #333333 !important;
  color: #ffffff !important;
  line-height: 34px;
  background-color: #ffae78;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffb585), to(#ffa366));
  background-image: -webkit-linear-gradient(top, #ffb585, #ffa366);
  background-image: -moz-linear-gradient(top, #ffb585, #ffa366);
  background-image: -o-linear-gradient(top, #ffb585, #ffa366);
  background-image: linear-gradient(top, #ffb585, #ffa366);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#ffb585', EndColorStr='#ffa366');
  -webkit-transition: all 0.2 linear 0.2s ease-out 0;
  -moz-transition: all 0.2 linear 0.2s ease-out 0s;
  -o-transition: all 0.2 linear 0.2s ease-out 0;
  transition: all 0.2 linear 0.2s ease-out 0;
}
.tp-caption.button-medium-orange:hover,
.tp-caption.button-medium-orange:focus {
  text-decoration: none !important;
  background-color: #ffaa72;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffa366), to(#ffb585));
  background-image: -webkit-linear-gradient(top, #ffa366, #ffb585);
  background-image: -moz-linear-gradient(top, #ffa366, #ffb585);
  background-image: -o-linear-gradient(top, #ffa366, #ffb585);
  background-image: linear-gradient(top, #ffa366, #ffb585);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#ffa366', EndColorStr='#ffb585');
  -webkit-transition: all 0.2 linear 0.2s ease-out 0;
  -moz-transition: all 0.2 linear 0.2s ease-out 0s;
  -o-transition: all 0.2 linear 0.2s ease-out 0;
  transition: all 0.2 linear 0.2s ease-out 0;
  display: block;
  font-size: 30px;
  line-height: 30px;
  padding: 6px 10px;
  font-weight: normal;
  background-color: #ffa366;
  color: #333333 !important;
  color: #ffffff !important;
  line-height: 34px;
}
.tp-caption.button-medium-salmon {
  text-decoration: none;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /* IE fix */

  border: 1px solid rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  display: block;
  font-size: 30px;
  line-height: 30px;
  padding: 6px 10px;
  font-weight: normal;
  background-color: #ff9885;
  color: #333333 !important;
  line-height: 34px;
  background-color: #ffa897;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffb2a4), to(#ff9885));
  background-image: -webkit-linear-gradient(top, #ffb2a4, #ff9885);
  background-image: -moz-linear-gradient(top, #ffb2a4, #ff9885);
  background-image: -o-linear-gradient(top, #ffb2a4, #ff9885);
  background-image: linear-gradient(top, #ffb2a4, #ff9885);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#ffb2a4', EndColorStr='#ff9885');
  -webkit-transition: all 0.2 linear 0.2s ease-out 0;
  -moz-transition: all 0.2 linear 0.2s ease-out 0s;
  -o-transition: all 0.2 linear 0.2s ease-out 0;
  transition: all 0.2 linear 0.2s ease-out 0;
}
.tp-caption.button-medium-salmon:hover,
.tp-caption.button-medium-salmon:focus {
  text-decoration: none !important;
  background-color: #ffa291;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff9885), to(#ffb2a4));
  background-image: -webkit-linear-gradient(top, #ff9885, #ffb2a4);
  background-image: -moz-linear-gradient(top, #ff9885, #ffb2a4);
  background-image: -o-linear-gradient(top, #ff9885, #ffb2a4);
  background-image: linear-gradient(top, #ff9885, #ffb2a4);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#ff9885', EndColorStr='#ffb2a4');
  -webkit-transition: all 0.2 linear 0.2s ease-out 0;
  -moz-transition: all 0.2 linear 0.2s ease-out 0s;
  -o-transition: all 0.2 linear 0.2s ease-out 0;
  transition: all 0.2 linear 0.2s ease-out 0;
  display: block;
  font-size: 30px;
  line-height: 30px;
  padding: 6px 10px;
  font-weight: normal;
  background-color: #ff9885;
  color: #333333 !important;
  line-height: 34px;
}
.tp-caption.button-medium-pink {
  text-decoration: none;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /* IE fix */

  border: 1px solid rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  display: block;
  font-size: 30px;
  line-height: 30px;
  padding: 6px 10px;
  font-weight: normal;
  background-color: #f5809f;
  color: #333333 !important;
  color: #ffffff !important;
  line-height: 34px;
  background-color: #f691ac;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f79cb4), to(#f5809f));
  background-image: -webkit-linear-gradient(top, #f79cb4, #f5809f);
  background-image: -moz-linear-gradient(top, #f79cb4, #f5809f);
  background-image: -o-linear-gradient(top, #f79cb4, #f5809f);
  background-image: linear-gradient(top, #f79cb4, #f5809f);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#f79cb4', EndColorStr='#f5809f');
  -webkit-transition: all 0.2 linear 0.2s ease-out 0;
  -moz-transition: all 0.2 linear 0.2s ease-out 0s;
  -o-transition: all 0.2 linear 0.2s ease-out 0;
  transition: all 0.2 linear 0.2s ease-out 0;
}
.tp-caption.button-medium-pink:hover,
.tp-caption.button-medium-pink:focus {
  text-decoration: none !important;
  background-color: #f68ba8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5809f), to(#f79cb4));
  background-image: -webkit-linear-gradient(top, #f5809f, #f79cb4);
  background-image: -moz-linear-gradient(top, #f5809f, #f79cb4);
  background-image: -o-linear-gradient(top, #f5809f, #f79cb4);
  background-image: linear-gradient(top, #f5809f, #f79cb4);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#f5809f', EndColorStr='#f79cb4');
  -webkit-transition: all 0.2 linear 0.2s ease-out 0;
  -moz-transition: all 0.2 linear 0.2s ease-out 0s;
  -o-transition: all 0.2 linear 0.2s ease-out 0;
  transition: all 0.2 linear 0.2s ease-out 0;
  display: block;
  font-size: 30px;
  line-height: 30px;
  padding: 6px 10px;
  font-weight: normal;
  background-color: #f5809f;
  color: #333333 !important;
  color: #ffffff !important;
  line-height: 34px;
}
.tp-caption.button-medium-purple {
  text-decoration: none;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /* IE fix */

  border: 1px solid rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  display: block;
  font-size: 30px;
  line-height: 30px;
  padding: 6px 10px;
  font-weight: normal;
  background-color: #e87aea;
  color: #333333 !important;
  color: #ffffff !important;
  line-height: 34px;
  background-color: #eb8aed;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ed94ee), to(#e87aea));
  background-image: -webkit-linear-gradient(top, #ed94ee, #e87aea);
  background-image: -moz-linear-gradient(top, #ed94ee, #e87aea);
  background-image: -o-linear-gradient(top, #ed94ee, #e87aea);
  background-image: linear-gradient(top, #ed94ee, #e87aea);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#ed94ee', EndColorStr='#e87aea');
  -webkit-transition: all 0.2 linear 0.2s ease-out 0;
  -moz-transition: all 0.2 linear 0.2s ease-out 0s;
  -o-transition: all 0.2 linear 0.2s ease-out 0;
  transition: all 0.2 linear 0.2s ease-out 0;
}
.tp-caption.button-medium-purple:hover,
.tp-caption.button-medium-purple:focus {
  text-decoration: none !important;
  background-color: #ea85ec;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e87aea), to(#ed94ee));
  background-image: -webkit-linear-gradient(top, #e87aea, #ed94ee);
  background-image: -moz-linear-gradient(top, #e87aea, #ed94ee);
  background-image: -o-linear-gradient(top, #e87aea, #ed94ee);
  background-image: linear-gradient(top, #e87aea, #ed94ee);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#e87aea', EndColorStr='#ed94ee');
  -webkit-transition: all 0.2 linear 0.2s ease-out 0;
  -moz-transition: all 0.2 linear 0.2s ease-out 0s;
  -o-transition: all 0.2 linear 0.2s ease-out 0;
  transition: all 0.2 linear 0.2s ease-out 0;
  display: block;
  font-size: 30px;
  line-height: 30px;
  padding: 6px 10px;
  font-weight: normal;
  background-color: #e87aea;
  color: #333333 !important;
  color: #ffffff !important;
  line-height: 34px;
}
.tp-caption.button-medium-violet {
  text-decoration: none;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /* IE fix */

  border: 1px solid rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  display: block;
  font-size: 30px;
  line-height: 30px;
  padding: 6px 10px;
  font-weight: normal;
  background-color: #a27aea;
  color: #333333 !important;
  color: #ffffff !important;
  line-height: 34px;
  background-color: #ad8aed;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b494ee), to(#a27aea));
  background-image: -webkit-linear-gradient(top, #b494ee, #a27aea);
  background-image: -moz-linear-gradient(top, #b494ee, #a27aea);
  background-image: -o-linear-gradient(top, #b494ee, #a27aea);
  background-image: linear-gradient(top, #b494ee, #a27aea);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#b494ee', EndColorStr='#a27aea');
  -webkit-transition: all 0.2 linear 0.2s ease-out 0;
  -moz-transition: all 0.2 linear 0.2s ease-out 0s;
  -o-transition: all 0.2 linear 0.2s ease-out 0;
  transition: all 0.2 linear 0.2s ease-out 0;
}
.tp-caption.button-medium-violet:hover,
.tp-caption.button-medium-violet:focus {
  text-decoration: none !important;
  background-color: #a985ec;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a27aea), to(#b494ee));
  background-image: -webkit-linear-gradient(top, #a27aea, #b494ee);
  background-image: -moz-linear-gradient(top, #a27aea, #b494ee);
  background-image: -o-linear-gradient(top, #a27aea, #b494ee);
  background-image: linear-gradient(top, #a27aea, #b494ee);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#a27aea', EndColorStr='#b494ee');
  -webkit-transition: all 0.2 linear 0.2s ease-out 0;
  -moz-transition: all 0.2 linear 0.2s ease-out 0s;
  -o-transition: all 0.2 linear 0.2s ease-out 0;
  transition: all 0.2 linear 0.2s ease-out 0;
  display: block;
  font-size: 30px;
  line-height: 30px;
  padding: 6px 10px;
  font-weight: normal;
  background-color: #a27aea;
  color: #333333 !important;
  color: #ffffff !important;
  line-height: 34px;
}
.tp-caption.button-medium-red {
  text-decoration: none;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /* IE fix */

  border: 1px solid rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  display: block;
  font-size: 30px;
  line-height: 30px;
  padding: 6px 10px;
  font-weight: normal;
  background-color: #fa4141;
  color: #333333 !important;
  color: #ffffff !important;
  line-height: 34px;
  background-color: #fa5353;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fb5f5f), to(#fa4141));
  background-image: -webkit-linear-gradient(top, #fb5f5f, #fa4141);
  background-image: -moz-linear-gradient(top, #fb5f5f, #fa4141);
  background-image: -o-linear-gradient(top, #fb5f5f, #fa4141);
  background-image: linear-gradient(top, #fb5f5f, #fa4141);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#fb5f5f', EndColorStr='#fa4141');
  -webkit-transition: all 0.2 linear 0.2s ease-out 0;
  -moz-transition: all 0.2 linear 0.2s ease-out 0s;
  -o-transition: all 0.2 linear 0.2s ease-out 0;
  transition: all 0.2 linear 0.2s ease-out 0;
}
.tp-caption.button-medium-red:hover,
.tp-caption.button-medium-red:focus {
  text-decoration: none !important;
  background-color: #fa4d4d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fa4141), to(#fb5f5f));
  background-image: -webkit-linear-gradient(top, #fa4141, #fb5f5f);
  background-image: -moz-linear-gradient(top, #fa4141, #fb5f5f);
  background-image: -o-linear-gradient(top, #fa4141, #fb5f5f);
  background-image: linear-gradient(top, #fa4141, #fb5f5f);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#fa4141', EndColorStr='#fb5f5f');
  -webkit-transition: all 0.2 linear 0.2s ease-out 0;
  -moz-transition: all 0.2 linear 0.2s ease-out 0s;
  -o-transition: all 0.2 linear 0.2s ease-out 0;
  transition: all 0.2 linear 0.2s ease-out 0;
  display: block;
  font-size: 30px;
  line-height: 30px;
  padding: 6px 10px;
  font-weight: normal;
  background-color: #fa4141;
  color: #333333 !important;
  color: #ffffff !important;
  line-height: 34px;
}
.tp-caption.button-medium-wood {
  text-decoration: none;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /* IE fix */

  border: 1px solid rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  display: block;
  font-size: 30px;
  line-height: 30px;
  padding: 6px 10px;
  font-weight: normal;
  background-color: #edd7b2;
  color: #333333 !important;
  line-height: 34px;
  background-color: #f0dfc1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f3e4cb), to(#edd7b2));
  background-image: -webkit-linear-gradient(top, #f3e4cb, #edd7b2);
  background-image: -moz-linear-gradient(top, #f3e4cb, #edd7b2);
  background-image: -o-linear-gradient(top, #f3e4cb, #edd7b2);
  background-image: linear-gradient(top, #f3e4cb, #edd7b2);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#f3e4cb', EndColorStr='#edd7b2');
  -webkit-transition: all 0.2 linear 0.2s ease-out 0;
  -moz-transition: all 0.2 linear 0.2s ease-out 0s;
  -o-transition: all 0.2 linear 0.2s ease-out 0;
  transition: all 0.2 linear 0.2s ease-out 0;
}
.tp-caption.button-medium-wood:hover,
.tp-caption.button-medium-wood:focus {
  text-decoration: none !important;
  background-color: #efdcbc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#edd7b2), to(#f3e4cb));
  background-image: -webkit-linear-gradient(top, #edd7b2, #f3e4cb);
  background-image: -moz-linear-gradient(top, #edd7b2, #f3e4cb);
  background-image: -o-linear-gradient(top, #edd7b2, #f3e4cb);
  background-image: linear-gradient(top, #edd7b2, #f3e4cb);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#edd7b2', EndColorStr='#f3e4cb');
  -webkit-transition: all 0.2 linear 0.2s ease-out 0;
  -moz-transition: all 0.2 linear 0.2s ease-out 0s;
  -o-transition: all 0.2 linear 0.2s ease-out 0;
  transition: all 0.2 linear 0.2s ease-out 0;
  display: block;
  font-size: 30px;
  line-height: 30px;
  padding: 6px 10px;
  font-weight: normal;
  background-color: #edd7b2;
  color: #333333 !important;
  line-height: 34px;
}
.tp-caption.button-medium-black {
  text-decoration: none;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /* IE fix */

  border: 1px solid rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  display: block;
  font-size: 30px;
  line-height: 30px;
  padding: 6px 10px;
  font-weight: normal;
  background-color: #1b1b1b;
  color: #ffffff !important;
  line-height: 34px;
  background-color: #242424;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2a2a2a), to(#1b1b1b));
  background-image: -webkit-linear-gradient(top, #2a2a2a, #1b1b1b);
  background-image: -moz-linear-gradient(top, #2a2a2a, #1b1b1b);
  background-image: -o-linear-gradient(top, #2a2a2a, #1b1b1b);
  background-image: linear-gradient(top, #2a2a2a, #1b1b1b);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#2a2a2a', EndColorStr='#1b1b1b');
  -webkit-transition: all 0.2 linear 0.2s ease-out 0;
  -moz-transition: all 0.2 linear 0.2s ease-out 0s;
  -o-transition: all 0.2 linear 0.2s ease-out 0;
  transition: all 0.2 linear 0.2s ease-out 0;
}
.tp-caption.button-medium-black:hover,
.tp-caption.button-medium-black:focus {
  text-decoration: none !important;
  background-color: #212121;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1b1b1b), to(#2a2a2a));
  background-image: -webkit-linear-gradient(top, #1b1b1b, #2a2a2a);
  background-image: -moz-linear-gradient(top, #1b1b1b, #2a2a2a);
  background-image: -o-linear-gradient(top, #1b1b1b, #2a2a2a);
  background-image: linear-gradient(top, #1b1b1b, #2a2a2a);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#1b1b1b', EndColorStr='#2a2a2a');
  -webkit-transition: all 0.2 linear 0.2s ease-out 0;
  -moz-transition: all 0.2 linear 0.2s ease-out 0s;
  -o-transition: all 0.2 linear 0.2s ease-out 0;
  transition: all 0.2 linear 0.2s ease-out 0;
  display: block;
  font-size: 30px;
  line-height: 30px;
  padding: 6px 10px;
  font-weight: normal;
  background-color: #1b1b1b;
  color: #ffffff !important;
  line-height: 34px;
}
.tp-caption.button-medium-white {
  text-decoration: none;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /* IE fix */

  border: 1px solid rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  display: block;
  font-size: 30px;
  line-height: 30px;
  padding: 6px 10px;
  font-weight: normal;
  color: #333333 !important;
  line-height: 34px;
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
  background-image: -o-linear-gradient(top, #ffffff, #ffffff);
  background-image: linear-gradient(top, #ffffff, #ffffff);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#ffffff', EndColorStr='#ffffff');
  -webkit-transition: all 0.2 linear 0.2s ease-out 0;
  -moz-transition: all 0.2 linear 0.2s ease-out 0s;
  -o-transition: all 0.2 linear 0.2s ease-out 0;
  transition: all 0.2 linear 0.2s ease-out 0;
}
.tp-caption.button-medium-white:hover,
.tp-caption.button-medium-white:focus {
  text-decoration: none !important;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
  background-image: -o-linear-gradient(top, #ffffff, #ffffff);
  background-image: linear-gradient(top, #ffffff, #ffffff);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#ffffff', EndColorStr='#ffffff');
  -webkit-transition: all 0.2 linear 0.2s ease-out 0;
  -moz-transition: all 0.2 linear 0.2s ease-out 0s;
  -o-transition: all 0.2 linear 0.2s ease-out 0;
  transition: all 0.2 linear 0.2s ease-out 0;
  display: block;
  font-size: 30px;
  line-height: 30px;
  padding: 6px 10px;
  font-weight: normal;
  background-color: #ffffff;
  color: #333333 !important;
  line-height: 34px;
}
.tp-caption.button-medium-gray {
  text-decoration: none;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /* IE fix */

  border: 1px solid rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  display: block;
  font-size: 30px;
  line-height: 30px;
  padding: 6px 10px;
  font-weight: normal;
  background-color: #767676;
  color: #333333 !important;
  color: #ffffff !important;
  line-height: 34px;
  background-color: #7f7f7f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#858585), to(#767676));
  background-image: -webkit-linear-gradient(top, #858585, #767676);
  background-image: -moz-linear-gradient(top, #858585, #767676);
  background-image: -o-linear-gradient(top, #858585, #767676);
  background-image: linear-gradient(top, #858585, #767676);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#858585', EndColorStr='#767676');
  -webkit-transition: all 0.2 linear 0.2s ease-out 0;
  -moz-transition: all 0.2 linear 0.2s ease-out 0s;
  -o-transition: all 0.2 linear 0.2s ease-out 0;
  transition: all 0.2 linear 0.2s ease-out 0;
}
.tp-caption.button-medium-gray:hover,
.tp-caption.button-medium-gray:focus {
  text-decoration: none !important;
  background-color: #7c7c7c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#767676), to(#858585));
  background-image: -webkit-linear-gradient(top, #767676, #858585);
  background-image: -moz-linear-gradient(top, #767676, #858585);
  background-image: -o-linear-gradient(top, #767676, #858585);
  background-image: linear-gradient(top, #767676, #858585);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#767676', EndColorStr='#858585');
  -webkit-transition: all 0.2 linear 0.2s ease-out 0;
  -moz-transition: all 0.2 linear 0.2s ease-out 0s;
  -o-transition: all 0.2 linear 0.2s ease-out 0;
  transition: all 0.2 linear 0.2s ease-out 0;
  display: block;
  font-size: 30px;
  line-height: 30px;
  padding: 6px 10px;
  font-weight: normal;
  background-color: #767676;
  color: #333333 !important;
  color: #ffffff !important;
  line-height: 34px;
}
/* SMALL BUTTON */
.tp-caption.button-small-blue {
  text-decoration: none;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /* IE fix */

  border: 1px solid rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  display: block;
  font-size: 14px;
  line-height: 14px;
  padding: 4px 6px;
  font-weight: normal;
  background-color: #3373cc;
  color: #333333 !important;
  color: #ffffff !important;
  line-height: 18px;
  background-color: #427dd0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4b84d2), to(#3373cc));
  background-image: -webkit-linear-gradient(top, #4b84d2, #3373cc);
  background-image: -moz-linear-gradient(top, #4b84d2, #3373cc);
  background-image: -o-linear-gradient(top, #4b84d2, #3373cc);
  background-image: linear-gradient(top, #4b84d2, #3373cc);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#4b84d2', EndColorStr='#3373cc');
  -webkit-transition: all 0.2 linear 0.2s ease-out 0;
  -moz-transition: all 0.2 linear 0.2s ease-out 0s;
  -o-transition: all 0.2 linear 0.2s ease-out 0;
  transition: all 0.2 linear 0.2s ease-out 0;
}
.tp-caption.button-small-blue:hover,
.tp-caption.button-small-blue:focus {
  text-decoration: none !important;
  background-color: #3d7ace;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3373cc), to(#4b84d2));
  background-image: -webkit-linear-gradient(top, #3373cc, #4b84d2);
  background-image: -moz-linear-gradient(top, #3373cc, #4b84d2);
  background-image: -o-linear-gradient(top, #3373cc, #4b84d2);
  background-image: linear-gradient(top, #3373cc, #4b84d2);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#3373cc', EndColorStr='#4b84d2');
  -webkit-transition: all 0.2 linear 0.2s ease-out 0;
  -moz-transition: all 0.2 linear 0.2s ease-out 0s;
  -o-transition: all 0.2 linear 0.2s ease-out 0;
  transition: all 0.2 linear 0.2s ease-out 0;
  display: block;
  font-size: 14px;
  line-height: 14px;
  padding: 4px 6px;
  font-weight: normal;
  background-color: #3373cc;
  color: #333333 !important;
  color: #ffffff !important;
  line-height: 18px;
}
.tp-caption.button-small-sky {
  text-decoration: none;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /* IE fix */

  border: 1px solid rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  display: block;
  font-size: 14px;
  line-height: 14px;
  padding: 4px 6px;
  font-weight: normal;
  background-color: #7ac0ea;
  color: #333333 !important;
  color: #ffffff !important;
  line-height: 18px;
  background-color: #8ac8ed;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#94cdee), to(#7ac0ea));
  background-image: -webkit-linear-gradient(top, #94cdee, #7ac0ea);
  background-image: -moz-linear-gradient(top, #94cdee, #7ac0ea);
  background-image: -o-linear-gradient(top, #94cdee, #7ac0ea);
  background-image: linear-gradient(top, #94cdee, #7ac0ea);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#94cdee', EndColorStr='#7ac0ea');
  -webkit-transition: all 0.2 linear 0.2s ease-out 0;
  -moz-transition: all 0.2 linear 0.2s ease-out 0s;
  -o-transition: all 0.2 linear 0.2s ease-out 0;
  transition: all 0.2 linear 0.2s ease-out 0;
}
.tp-caption.button-small-sky:hover,
.tp-caption.button-small-sky:focus {
  text-decoration: none !important;
  background-color: #85c5ec;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7ac0ea), to(#94cdee));
  background-image: -webkit-linear-gradient(top, #7ac0ea, #94cdee);
  background-image: -moz-linear-gradient(top, #7ac0ea, #94cdee);
  background-image: -o-linear-gradient(top, #7ac0ea, #94cdee);
  background-image: linear-gradient(top, #7ac0ea, #94cdee);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#7ac0ea', EndColorStr='#94cdee');
  -webkit-transition: all 0.2 linear 0.2s ease-out 0;
  -moz-transition: all 0.2 linear 0.2s ease-out 0s;
  -o-transition: all 0.2 linear 0.2s ease-out 0;
  transition: all 0.2 linear 0.2s ease-out 0;
  display: block;
  font-size: 14px;
  line-height: 14px;
  padding: 4px 6px;
  font-weight: normal;
  background-color: #7ac0ea;
  color: #333333 !important;
  color: #ffffff !important;
  line-height: 18px;
}
.tp-caption.button-small-green {
  text-decoration: none;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /* IE fix */

  border: 1px solid rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  display: block;
  font-size: 14px;
  line-height: 14px;
  padding: 4px 6px;
  font-weight: normal;
  background-color: #66cc99;
  color: #333333 !important;
  color: #ffffff !important;
  line-height: 18px;
  background-color: #74d1a2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7dd4a8), to(#66cc99));
  background-image: -webkit-linear-gradient(top, #7dd4a8, #66cc99);
  background-image: -moz-linear-gradient(top, #7dd4a8, #66cc99);
  background-image: -o-linear-gradient(top, #7dd4a8, #66cc99);
  background-image: linear-gradient(top, #7dd4a8, #66cc99);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#7dd4a8', EndColorStr='#66cc99');
  -webkit-transition: all 0.2 linear 0.2s ease-out 0;
  -moz-transition: all 0.2 linear 0.2s ease-out 0s;
  -o-transition: all 0.2 linear 0.2s ease-out 0;
  transition: all 0.2 linear 0.2s ease-out 0;
}
.tp-caption.button-small-green:hover,
.tp-caption.button-small-green:focus {
  text-decoration: none !important;
  background-color: #6fcf9f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#66cc99), to(#7dd4a8));
  background-image: -webkit-linear-gradient(top, #66cc99, #7dd4a8);
  background-image: -moz-linear-gradient(top, #66cc99, #7dd4a8);
  background-image: -o-linear-gradient(top, #66cc99, #7dd4a8);
  background-image: linear-gradient(top, #66cc99, #7dd4a8);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#66cc99', EndColorStr='#7dd4a8');
  -webkit-transition: all 0.2 linear 0.2s ease-out 0;
  -moz-transition: all 0.2 linear 0.2s ease-out 0s;
  -o-transition: all 0.2 linear 0.2s ease-out 0;
  transition: all 0.2 linear 0.2s ease-out 0;
  display: block;
  font-size: 14px;
  line-height: 14px;
  padding: 4px 6px;
  font-weight: normal;
  background-color: #66cc99;
  color: #333333 !important;
  color: #ffffff !important;
  line-height: 18px;
}
.tp-caption.button-small-lime {
  text-decoration: none;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /* IE fix */

  border: 1px solid rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  display: block;
  font-size: 14px;
  line-height: 14px;
  padding: 4px 6px;
  font-weight: normal;
  background-color: #b1f27e;
  color: #333333 !important;
  color: #ffffff !important;
  line-height: 18px;
  background-color: #bbf48f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c2f59a), to(#b1f27e));
  background-image: -webkit-linear-gradient(top, #c2f59a, #b1f27e);
  background-image: -moz-linear-gradient(top, #c2f59a, #b1f27e);
  background-image: -o-linear-gradient(top, #c2f59a, #b1f27e);
  background-image: linear-gradient(top, #c2f59a, #b1f27e);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#c2f59a', EndColorStr='#b1f27e');
  -webkit-transition: all 0.2 linear 0.2s ease-out 0;
  -moz-transition: all 0.2 linear 0.2s ease-out 0s;
  -o-transition: all 0.2 linear 0.2s ease-out 0;
  transition: all 0.2 linear 0.2s ease-out 0;
}
.tp-caption.button-small-lime:hover,
.tp-caption.button-small-lime:focus {
  text-decoration: none !important;
  background-color: #b8f389;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b1f27e), to(#c2f59a));
  background-image: -webkit-linear-gradient(top, #b1f27e, #c2f59a);
  background-image: -moz-linear-gradient(top, #b1f27e, #c2f59a);
  background-image: -o-linear-gradient(top, #b1f27e, #c2f59a);
  background-image: linear-gradient(top, #b1f27e, #c2f59a);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#b1f27e', EndColorStr='#c2f59a');
  -webkit-transition: all 0.2 linear 0.2s ease-out 0;
  -moz-transition: all 0.2 linear 0.2s ease-out 0s;
  -o-transition: all 0.2 linear 0.2s ease-out 0;
  transition: all 0.2 linear 0.2s ease-out 0;
  display: block;
  font-size: 14px;
  line-height: 14px;
  padding: 4px 6px;
  font-weight: normal;
  background-color: #b1f27e;
  color: #333333 !important;
  color: #ffffff !important;
  line-height: 18px;
}
.tp-caption.button-small-yellow {
  text-decoration: none;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /* IE fix */

  border: 1px solid rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  display: block;
  font-size: 14px;
  line-height: 14px;
  padding: 4px 6px;
  font-weight: normal;
  background-color: #f5fe84;
  color: #333333 !important;
  line-height: 18px;
  background-color: #f6fe96;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f7fea2), to(#f5fe84));
  background-image: -webkit-linear-gradient(top, #f7fea2, #f5fe84);
  background-image: -moz-linear-gradient(top, #f7fea2, #f5fe84);
  background-image: -o-linear-gradient(top, #f7fea2, #f5fe84);
  background-image: linear-gradient(top, #f7fea2, #f5fe84);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#f7fea2', EndColorStr='#f5fe84');
  -webkit-transition: all 0.2 linear 0.2s ease-out 0;
  -moz-transition: all 0.2 linear 0.2s ease-out 0s;
  -o-transition: all 0.2 linear 0.2s ease-out 0;
  transition: all 0.2 linear 0.2s ease-out 0;
}
.tp-caption.button-small-yellow:hover,
.tp-caption.button-small-yellow:focus {
  text-decoration: none !important;
  background-color: #f6fe90;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5fe84), to(#f7fea2));
  background-image: -webkit-linear-gradient(top, #f5fe84, #f7fea2);
  background-image: -moz-linear-gradient(top, #f5fe84, #f7fea2);
  background-image: -o-linear-gradient(top, #f5fe84, #f7fea2);
  background-image: linear-gradient(top, #f5fe84, #f7fea2);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#f5fe84', EndColorStr='#f7fea2');
  -webkit-transition: all 0.2 linear 0.2s ease-out 0;
  -moz-transition: all 0.2 linear 0.2s ease-out 0s;
  -o-transition: all 0.2 linear 0.2s ease-out 0;
  transition: all 0.2 linear 0.2s ease-out 0;
  display: block;
  font-size: 14px;
  line-height: 14px;
  padding: 4px 6px;
  font-weight: normal;
  background-color: #f5fe84;
  color: #333333 !important;
  line-height: 18px;
}
.tp-caption.button-small-orangelite {
  text-decoration: none;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /* IE fix */

  border: 1px solid rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  display: block;
  font-size: 14px;
  line-height: 14px;
  padding: 4px 6px;
  font-weight: normal;
  background-color: #ffd885;
  color: #333333 !important;
  line-height: 18px;
  background-color: #ffde97;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffe2a4), to(#ffd885));
  background-image: -webkit-linear-gradient(top, #ffe2a4, #ffd885);
  background-image: -moz-linear-gradient(top, #ffe2a4, #ffd885);
  background-image: -o-linear-gradient(top, #ffe2a4, #ffd885);
  background-image: linear-gradient(top, #ffe2a4, #ffd885);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#ffe2a4', EndColorStr='#ffd885');
  -webkit-transition: all 0.2 linear 0.2s ease-out 0;
  -moz-transition: all 0.2 linear 0.2s ease-out 0s;
  -o-transition: all 0.2 linear 0.2s ease-out 0;
  transition: all 0.2 linear 0.2s ease-out 0;
}
.tp-caption.button-small-orangelite:hover,
.tp-caption.button-small-orangelite:focus {
  text-decoration: none !important;
  background-color: #ffdc91;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffd885), to(#ffe2a4));
  background-image: -webkit-linear-gradient(top, #ffd885, #ffe2a4);
  background-image: -moz-linear-gradient(top, #ffd885, #ffe2a4);
  background-image: -o-linear-gradient(top, #ffd885, #ffe2a4);
  background-image: linear-gradient(top, #ffd885, #ffe2a4);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#ffd885', EndColorStr='#ffe2a4');
  -webkit-transition: all 0.2 linear 0.2s ease-out 0;
  -moz-transition: all 0.2 linear 0.2s ease-out 0s;
  -o-transition: all 0.2 linear 0.2s ease-out 0;
  transition: all 0.2 linear 0.2s ease-out 0;
  display: block;
  font-size: 14px;
  line-height: 14px;
  padding: 4px 6px;
  font-weight: normal;
  background-color: #ffd885;
  color: #333333 !important;
  line-height: 18px;
}
.tp-caption.button-small-orange {
  text-decoration: none;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /* IE fix */

  border: 1px solid rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  display: block;
  font-size: 14px;
  line-height: 14px;
  padding: 4px 6px;
  font-weight: normal;
  background-color: #ffa366;
  color: #333333 !important;
  color: #ffffff !important;
  line-height: 18px;
  background-color: #ffae78;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffb585), to(#ffa366));
  background-image: -webkit-linear-gradient(top, #ffb585, #ffa366);
  background-image: -moz-linear-gradient(top, #ffb585, #ffa366);
  background-image: -o-linear-gradient(top, #ffb585, #ffa366);
  background-image: linear-gradient(top, #ffb585, #ffa366);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#ffb585', EndColorStr='#ffa366');
  -webkit-transition: all 0.2 linear 0.2s ease-out 0;
  -moz-transition: all 0.2 linear 0.2s ease-out 0s;
  -o-transition: all 0.2 linear 0.2s ease-out 0;
  transition: all 0.2 linear 0.2s ease-out 0;
}
.tp-caption.button-small-orange:hover,
.tp-caption.button-small-orange:focus {
  text-decoration: none !important;
  background-color: #ffaa72;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffa366), to(#ffb585));
  background-image: -webkit-linear-gradient(top, #ffa366, #ffb585);
  background-image: -moz-linear-gradient(top, #ffa366, #ffb585);
  background-image: -o-linear-gradient(top, #ffa366, #ffb585);
  background-image: linear-gradient(top, #ffa366, #ffb585);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#ffa366', EndColorStr='#ffb585');
  -webkit-transition: all 0.2 linear 0.2s ease-out 0;
  -moz-transition: all 0.2 linear 0.2s ease-out 0s;
  -o-transition: all 0.2 linear 0.2s ease-out 0;
  transition: all 0.2 linear 0.2s ease-out 0;
  display: block;
  font-size: 14px;
  line-height: 14px;
  padding: 4px 6px;
  font-weight: normal;
  background-color: #ffa366;
  color: #333333 !important;
  color: #ffffff !important;
  line-height: 18px;
}
.tp-caption.button-small-salmon {
  text-decoration: none;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /* IE fix */

  border: 1px solid rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  display: block;
  font-size: 14px;
  line-height: 14px;
  padding: 4px 6px;
  font-weight: normal;
  background-color: #ff9885;
  color: #333333 !important;
  line-height: 18px;
  background-color: #ffa897;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffb2a4), to(#ff9885));
  background-image: -webkit-linear-gradient(top, #ffb2a4, #ff9885);
  background-image: -moz-linear-gradient(top, #ffb2a4, #ff9885);
  background-image: -o-linear-gradient(top, #ffb2a4, #ff9885);
  background-image: linear-gradient(top, #ffb2a4, #ff9885);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#ffb2a4', EndColorStr='#ff9885');
  -webkit-transition: all 0.2 linear 0.2s ease-out 0;
  -moz-transition: all 0.2 linear 0.2s ease-out 0s;
  -o-transition: all 0.2 linear 0.2s ease-out 0;
  transition: all 0.2 linear 0.2s ease-out 0;
}
.tp-caption.button-small-salmon:hover,
.tp-caption.button-small-salmon:focus {
  text-decoration: none !important;
  background-color: #ffa291;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff9885), to(#ffb2a4));
  background-image: -webkit-linear-gradient(top, #ff9885, #ffb2a4);
  background-image: -moz-linear-gradient(top, #ff9885, #ffb2a4);
  background-image: -o-linear-gradient(top, #ff9885, #ffb2a4);
  background-image: linear-gradient(top, #ff9885, #ffb2a4);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#ff9885', EndColorStr='#ffb2a4');
  -webkit-transition: all 0.2 linear 0.2s ease-out 0;
  -moz-transition: all 0.2 linear 0.2s ease-out 0s;
  -o-transition: all 0.2 linear 0.2s ease-out 0;
  transition: all 0.2 linear 0.2s ease-out 0;
  display: block;
  font-size: 14px;
  line-height: 14px;
  padding: 4px 6px;
  font-weight: normal;
  background-color: #ff9885;
  color: #333333 !important;
  line-height: 18px;
}
.tp-caption.button-small-pink {
  text-decoration: none;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /* IE fix */

  border: 1px solid rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  display: block;
  font-size: 14px;
  line-height: 14px;
  padding: 4px 6px;
  font-weight: normal;
  background-color: #f5809f;
  color: #333333 !important;
  color: #ffffff !important;
  line-height: 18px;
  background-color: #f691ac;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f79cb4), to(#f5809f));
  background-image: -webkit-linear-gradient(top, #f79cb4, #f5809f);
  background-image: -moz-linear-gradient(top, #f79cb4, #f5809f);
  background-image: -o-linear-gradient(top, #f79cb4, #f5809f);
  background-image: linear-gradient(top, #f79cb4, #f5809f);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#f79cb4', EndColorStr='#f5809f');
  -webkit-transition: all 0.2 linear 0.2s ease-out 0;
  -moz-transition: all 0.2 linear 0.2s ease-out 0s;
  -o-transition: all 0.2 linear 0.2s ease-out 0;
  transition: all 0.2 linear 0.2s ease-out 0;
}
.tp-caption.button-small-pink:hover,
.tp-caption.button-small-pink:focus {
  text-decoration: none !important;
  background-color: #f68ba8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5809f), to(#f79cb4));
  background-image: -webkit-linear-gradient(top, #f5809f, #f79cb4);
  background-image: -moz-linear-gradient(top, #f5809f, #f79cb4);
  background-image: -o-linear-gradient(top, #f5809f, #f79cb4);
  background-image: linear-gradient(top, #f5809f, #f79cb4);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#f5809f', EndColorStr='#f79cb4');
  -webkit-transition: all 0.2 linear 0.2s ease-out 0;
  -moz-transition: all 0.2 linear 0.2s ease-out 0s;
  -o-transition: all 0.2 linear 0.2s ease-out 0;
  transition: all 0.2 linear 0.2s ease-out 0;
  display: block;
  font-size: 14px;
  line-height: 14px;
  padding: 4px 6px;
  font-weight: normal;
  background-color: #f5809f;
  color: #333333 !important;
  color: #ffffff !important;
  line-height: 18px;
}
.tp-caption.button-small-purple {
  text-decoration: none;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /* IE fix */

  border: 1px solid rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  display: block;
  font-size: 14px;
  line-height: 14px;
  padding: 4px 6px;
  font-weight: normal;
  background-color: #e87aea;
  color: #333333 !important;
  color: #ffffff !important;
  line-height: 18px;
  background-color: #eb8aed;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ed94ee), to(#e87aea));
  background-image: -webkit-linear-gradient(top, #ed94ee, #e87aea);
  background-image: -moz-linear-gradient(top, #ed94ee, #e87aea);
  background-image: -o-linear-gradient(top, #ed94ee, #e87aea);
  background-image: linear-gradient(top, #ed94ee, #e87aea);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#ed94ee', EndColorStr='#e87aea');
  -webkit-transition: all 0.2 linear 0.2s ease-out 0;
  -moz-transition: all 0.2 linear 0.2s ease-out 0s;
  -o-transition: all 0.2 linear 0.2s ease-out 0;
  transition: all 0.2 linear 0.2s ease-out 0;
}
.tp-caption.button-small-purple:hover,
.tp-caption.button-small-purple:focus {
  text-decoration: none !important;
  background-color: #ea85ec;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e87aea), to(#ed94ee));
  background-image: -webkit-linear-gradient(top, #e87aea, #ed94ee);
  background-image: -moz-linear-gradient(top, #e87aea, #ed94ee);
  background-image: -o-linear-gradient(top, #e87aea, #ed94ee);
  background-image: linear-gradient(top, #e87aea, #ed94ee);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#e87aea', EndColorStr='#ed94ee');
  -webkit-transition: all 0.2 linear 0.2s ease-out 0;
  -moz-transition: all 0.2 linear 0.2s ease-out 0s;
  -o-transition: all 0.2 linear 0.2s ease-out 0;
  transition: all 0.2 linear 0.2s ease-out 0;
  display: block;
  font-size: 14px;
  line-height: 14px;
  padding: 4px 6px;
  font-weight: normal;
  background-color: #e87aea;
  color: #333333 !important;
  color: #ffffff !important;
  line-height: 18px;
}
.tp-caption.button-small-violet {
  text-decoration: none;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /* IE fix */

  border: 1px solid rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  display: block;
  font-size: 14px;
  line-height: 14px;
  padding: 4px 6px;
  font-weight: normal;
  background-color: #a27aea;
  color: #333333 !important;
  color: #ffffff !important;
  line-height: 18px;
  background-color: #ad8aed;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b494ee), to(#a27aea));
  background-image: -webkit-linear-gradient(top, #b494ee, #a27aea);
  background-image: -moz-linear-gradient(top, #b494ee, #a27aea);
  background-image: -o-linear-gradient(top, #b494ee, #a27aea);
  background-image: linear-gradient(top, #b494ee, #a27aea);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#b494ee', EndColorStr='#a27aea');
  -webkit-transition: all 0.2 linear 0.2s ease-out 0;
  -moz-transition: all 0.2 linear 0.2s ease-out 0s;
  -o-transition: all 0.2 linear 0.2s ease-out 0;
  transition: all 0.2 linear 0.2s ease-out 0;
}
.tp-caption.button-small-violet:hover,
.tp-caption.button-small-violet:focus {
  text-decoration: none !important;
  background-color: #a985ec;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a27aea), to(#b494ee));
  background-image: -webkit-linear-gradient(top, #a27aea, #b494ee);
  background-image: -moz-linear-gradient(top, #a27aea, #b494ee);
  background-image: -o-linear-gradient(top, #a27aea, #b494ee);
  background-image: linear-gradient(top, #a27aea, #b494ee);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#a27aea', EndColorStr='#b494ee');
  -webkit-transition: all 0.2 linear 0.2s ease-out 0;
  -moz-transition: all 0.2 linear 0.2s ease-out 0s;
  -o-transition: all 0.2 linear 0.2s ease-out 0;
  transition: all 0.2 linear 0.2s ease-out 0;
  display: block;
  font-size: 14px;
  line-height: 14px;
  padding: 4px 6px;
  font-weight: normal;
  background-color: #a27aea;
  color: #333333 !important;
  color: #ffffff !important;
  line-height: 18px;
}
.tp-caption.button-small-red {
  text-decoration: none;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /* IE fix */

  border: 1px solid rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  display: block;
  font-size: 14px;
  line-height: 14px;
  padding: 4px 6px;
  font-weight: normal;
  background-color: #fa4141;
  color: #333333 !important;
  color: #ffffff !important;
  line-height: 18px;
  background-color: #fa5353;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fb5f5f), to(#fa4141));
  background-image: -webkit-linear-gradient(top, #fb5f5f, #fa4141);
  background-image: -moz-linear-gradient(top, #fb5f5f, #fa4141);
  background-image: -o-linear-gradient(top, #fb5f5f, #fa4141);
  background-image: linear-gradient(top, #fb5f5f, #fa4141);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#fb5f5f', EndColorStr='#fa4141');
  -webkit-transition: all 0.2 linear 0.2s ease-out 0;
  -moz-transition: all 0.2 linear 0.2s ease-out 0s;
  -o-transition: all 0.2 linear 0.2s ease-out 0;
  transition: all 0.2 linear 0.2s ease-out 0;
}
.tp-caption.button-small-red:hover,
.tp-caption.button-small-red:focus {
  text-decoration: none !important;
  background-color: #fa4d4d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fa4141), to(#fb5f5f));
  background-image: -webkit-linear-gradient(top, #fa4141, #fb5f5f);
  background-image: -moz-linear-gradient(top, #fa4141, #fb5f5f);
  background-image: -o-linear-gradient(top, #fa4141, #fb5f5f);
  background-image: linear-gradient(top, #fa4141, #fb5f5f);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#fa4141', EndColorStr='#fb5f5f');
  -webkit-transition: all 0.2 linear 0.2s ease-out 0;
  -moz-transition: all 0.2 linear 0.2s ease-out 0s;
  -o-transition: all 0.2 linear 0.2s ease-out 0;
  transition: all 0.2 linear 0.2s ease-out 0;
  display: block;
  font-size: 14px;
  line-height: 14px;
  padding: 4px 6px;
  font-weight: normal;
  background-color: #fa4141;
  color: #333333 !important;
  color: #ffffff !important;
  line-height: 18px;
}
.tp-caption.button-small-wood {
  text-decoration: none;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /* IE fix */

  border: 1px solid rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  display: block;
  font-size: 14px;
  line-height: 14px;
  padding: 4px 6px;
  font-weight: normal;
  background-color: #edd7b2;
  color: #333333 !important;
  line-height: 18px;
  background-color: #f0dfc1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f3e4cb), to(#edd7b2));
  background-image: -webkit-linear-gradient(top, #f3e4cb, #edd7b2);
  background-image: -moz-linear-gradient(top, #f3e4cb, #edd7b2);
  background-image: -o-linear-gradient(top, #f3e4cb, #edd7b2);
  background-image: linear-gradient(top, #f3e4cb, #edd7b2);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#f3e4cb', EndColorStr='#edd7b2');
  -webkit-transition: all 0.2 linear 0.2s ease-out 0;
  -moz-transition: all 0.2 linear 0.2s ease-out 0s;
  -o-transition: all 0.2 linear 0.2s ease-out 0;
  transition: all 0.2 linear 0.2s ease-out 0;
}
.tp-caption.button-small-wood:hover,
.tp-caption.button-small-wood:focus {
  text-decoration: none !important;
  background-color: #efdcbc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#edd7b2), to(#f3e4cb));
  background-image: -webkit-linear-gradient(top, #edd7b2, #f3e4cb);
  background-image: -moz-linear-gradient(top, #edd7b2, #f3e4cb);
  background-image: -o-linear-gradient(top, #edd7b2, #f3e4cb);
  background-image: linear-gradient(top, #edd7b2, #f3e4cb);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#edd7b2', EndColorStr='#f3e4cb');
  -webkit-transition: all 0.2 linear 0.2s ease-out 0;
  -moz-transition: all 0.2 linear 0.2s ease-out 0s;
  -o-transition: all 0.2 linear 0.2s ease-out 0;
  transition: all 0.2 linear 0.2s ease-out 0;
  display: block;
  font-size: 14px;
  line-height: 14px;
  padding: 4px 6px;
  font-weight: normal;
  background-color: #edd7b2;
  color: #333333 !important;
  line-height: 18px;
}
.tp-caption.button-small-black {
  text-decoration: none;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /* IE fix */

  border: 1px solid rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  display: block;
  font-size: 14px;
  line-height: 14px;
  padding: 4px 6px;
  font-weight: normal;
  background-color: #1b1b1b;
  color: #ffffff !important;
  line-height: 18px;
  background-color: #242424;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2a2a2a), to(#1b1b1b));
  background-image: -webkit-linear-gradient(top, #2a2a2a, #1b1b1b);
  background-image: -moz-linear-gradient(top, #2a2a2a, #1b1b1b);
  background-image: -o-linear-gradient(top, #2a2a2a, #1b1b1b);
  background-image: linear-gradient(top, #2a2a2a, #1b1b1b);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#2a2a2a', EndColorStr='#1b1b1b');
  -webkit-transition: all 0.2 linear 0.2s ease-out 0;
  -moz-transition: all 0.2 linear 0.2s ease-out 0s;
  -o-transition: all 0.2 linear 0.2s ease-out 0;
  transition: all 0.2 linear 0.2s ease-out 0;
}
.tp-caption.button-small-black:hover,
.tp-caption.button-small-black:focus {
  text-decoration: none !important;
  background-color: #212121;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1b1b1b), to(#2a2a2a));
  background-image: -webkit-linear-gradient(top, #1b1b1b, #2a2a2a);
  background-image: -moz-linear-gradient(top, #1b1b1b, #2a2a2a);
  background-image: -o-linear-gradient(top, #1b1b1b, #2a2a2a);
  background-image: linear-gradient(top, #1b1b1b, #2a2a2a);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#1b1b1b', EndColorStr='#2a2a2a');
  -webkit-transition: all 0.2 linear 0.2s ease-out 0;
  -moz-transition: all 0.2 linear 0.2s ease-out 0s;
  -o-transition: all 0.2 linear 0.2s ease-out 0;
  transition: all 0.2 linear 0.2s ease-out 0;
  display: block;
  font-size: 14px;
  line-height: 14px;
  padding: 4px 6px;
  font-weight: normal;
  background-color: #1b1b1b;
  color: #ffffff !important;
  line-height: 18px;
}
.tp-caption.button-small-white {
  text-decoration: none;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /* IE fix */

  border: 1px solid rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  display: block;
  font-size: 14px;
  line-height: 14px;
  padding: 4px 6px;
  font-weight: normal;
  color: #333333 !important;
  line-height: 18px;
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
  background-image: -o-linear-gradient(top, #ffffff, #ffffff);
  background-image: linear-gradient(top, #ffffff, #ffffff);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#ffffff', EndColorStr='#ffffff');
  -webkit-transition: all 0.2 linear 0.2s ease-out 0;
  -moz-transition: all 0.2 linear 0.2s ease-out 0s;
  -o-transition: all 0.2 linear 0.2s ease-out 0;
  transition: all 0.2 linear 0.2s ease-out 0;
}
.tp-caption.button-small-white:hover,
.tp-caption.button-small-white:focus {
  text-decoration: none !important;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
  background-image: -o-linear-gradient(top, #ffffff, #ffffff);
  background-image: linear-gradient(top, #ffffff, #ffffff);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#ffffff', EndColorStr='#ffffff');
  -webkit-transition: all 0.2 linear 0.2s ease-out 0;
  -moz-transition: all 0.2 linear 0.2s ease-out 0s;
  -o-transition: all 0.2 linear 0.2s ease-out 0;
  transition: all 0.2 linear 0.2s ease-out 0;
  display: block;
  font-size: 14px;
  line-height: 14px;
  padding: 4px 6px;
  font-weight: normal;
  background-color: #ffffff;
  color: #333333 !important;
  line-height: 18px;
}
.tp-caption.button-small-gray {
  text-decoration: none;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /* IE fix */

  border: 1px solid rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
  display: block;
  font-size: 14px;
  line-height: 14px;
  padding: 4px 6px;
  font-weight: normal;
  background-color: #767676;
  color: #333333 !important;
  color: #ffffff !important;
  line-height: 18px;
  background-color: #7f7f7f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#858585), to(#767676));
  background-image: -webkit-linear-gradient(top, #858585, #767676);
  background-image: -moz-linear-gradient(top, #858585, #767676);
  background-image: -o-linear-gradient(top, #858585, #767676);
  background-image: linear-gradient(top, #858585, #767676);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#858585', EndColorStr='#767676');
  -webkit-transition: all 0.2 linear 0.2s ease-out 0;
  -moz-transition: all 0.2 linear 0.2s ease-out 0s;
  -o-transition: all 0.2 linear 0.2s ease-out 0;
  transition: all 0.2 linear 0.2s ease-out 0;
}
.tp-caption.button-small-gray:hover,
.tp-caption.button-small-gray:focus {
  text-decoration: none !important;
  background-color: #7c7c7c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#767676), to(#858585));
  background-image: -webkit-linear-gradient(top, #767676, #858585);
  background-image: -moz-linear-gradient(top, #767676, #858585);
  background-image: -o-linear-gradient(top, #767676, #858585);
  background-image: linear-gradient(top, #767676, #858585);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#767676', EndColorStr='#858585');
  -webkit-transition: all 0.2 linear 0.2s ease-out 0;
  -moz-transition: all 0.2 linear 0.2s ease-out 0s;
  -o-transition: all 0.2 linear 0.2s ease-out 0;
  transition: all 0.2 linear 0.2s ease-out 0;
  display: block;
  font-size: 14px;
  line-height: 14px;
  padding: 4px 6px;
  font-weight: normal;
  background-color: #767676;
  color: #333333 !important;
  color: #ffffff !important;
  line-height: 18px;
}
/* SOLID BLOCK */
.tp-caption.block-sky {
  background-color: #7ac0ea;
}
.tp-caption.block-blue {
  background-color: #3373cc;
}
.tp-caption.block-green {
  background-color: #66cc99;
}
.tp-caption.block-lime {
  background-color: #b1f27e;
}
.tp-caption.block-yellow {
  background-color: #f5fe84;
}
.tp-caption.block-orangelite {
  background-color: #ffd885;
}
.tp-caption.block-orange {
  background-color: #ffa366;
}
.tp-caption.block-salmon {
  background-color: #ff9885;
}
.tp-caption.block-pink {
  background-color: #f5809f;
}
.tp-caption.block-purple {
  background-color: #e87aea;
}
.tp-caption.block-violet {
  background-color: #a27aea;
}
.tp-caption.block-red {
  background-color: #fa4141;
}
.tp-caption.block-wood {
  background-color: #edd7b2;
}
.tp-caption.block-black {
  background-color: #1b1b1b;
}
.tp-caption.block-white {
  background-color: #ffffff;
}
.tp-caption.block-gray {
  background-color: #767676;
}
/*Lust Slider Typos*/
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(https://en.newsha.com/skin/frontend/base/default/ves_productlist/owlcarousel/grabbing.png) 8 8, move;
}

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


/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

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

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

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

/* If PaginationNumbers is true */

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

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(https://en.newsha.com/skin/frontend/base/default/ves_productlist/owlcarousel/AjaxLoader.gif) no-repeat center center
}
/* ============================================ *
 * http://themeforest.net/user/venustheme/portfolio/
 * http://venustheme.com/
 * Email: venustheme@gmail.com;
 * Style product carousel default 
 * ============================================ */ 
.products-grid { display: block; width: 100%}

.product-block {}
.product-block .image .icon {
    position: absolute;
    top: 10px;
}

.onsale, .new-icon {
    background: url("https://en.newsha.com/skin/frontend/base/default/ves_productlist/images/label_product.png") no-repeat scroll 0 0 transparent;
    color: white;
    float: right;
    font-size: 14px;
    font-weight: 400;
    height: 37px;
    line-height: 36px;
    position: relative;
    text-align: center;
    text-transform: lowercase;
    width: 37px;
    z-index: 99;
}
.new-icon {background-position: 0 -43px;}

.product-block .image {position: relative;}
.product-block .image .hover-image {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
	visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
}

.product-block .image:hover .hover-image,
.product-block .image:focus .hover-image {
    opacity: 1;
    visibility: visible;
}

/* Countdown Timmer */
.productdeals .timeleft {
    background-color: #3b5871;
    background-image: linear-gradient(to bottom, #3b5871, #0A263D);
    background-image: -webkit-linear-gradient(to bottom, #3b5871, #0A263D);
    background-image:    -moz-linear-gradient(to bottom, #3b5871, #0A263D);
    background-image:     -ms-linear-gradient(to bottom, #3b5871, #0A263D);
    background-image:      -o-linear-gradient(to bottom, #3b5871, #0A263D);
    min-height: 40px;
    border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    text-align: center;
}
.productdeals .timeleft h3{
    color: #FFFFFF!important;
    padding:0; 
    margin:0; 
    line-height:40px;
    font-family: verdana,arial;
    font-size: 19px;
    font-weight: normal;
}

.productdeals .timeleft{
    background-color: #6B9E1B; 
}
@charset "UTF-8";


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

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

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

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

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

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

@-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: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

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

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

  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

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

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

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

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

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

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}

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

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(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: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

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

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

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

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

@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}

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

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    transform: scale(.9);
  }

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

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

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

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

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

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

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

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }

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

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

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

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

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

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

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

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

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

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

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

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

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

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

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }

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

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

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(.95);
    transform: scale(.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }
}

@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }
}

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

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

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

@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

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

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

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

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

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

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

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

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

@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

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

.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: translateY(-20px);
    transform: translateY(-20px);
  }

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

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

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

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

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

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

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

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

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

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

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

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

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

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

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

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

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

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

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

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

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

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

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

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

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

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

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

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

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

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

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

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

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

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

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

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

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

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

.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;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

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

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

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

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

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

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

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

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

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

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

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

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

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

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

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

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}

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

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

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

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

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

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

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

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

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

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

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

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

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

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -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) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

.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) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

.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) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(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-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

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

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

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

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

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    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% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) 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 center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

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

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

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

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

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

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

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

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

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

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

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

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

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

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

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

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

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

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

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

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

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

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

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

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

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

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

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

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

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

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

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

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

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

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

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

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

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

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

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(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: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

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

@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(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: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(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% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(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;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -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;
  }

  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    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: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

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

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

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

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

@font-face {
  font-family: 'porto';
  src: url('https://en.newsha.com/skin/frontend/smartwave/porto/icons/font/porto.eot?28592791');
  src: url('https://en.newsha.com/skin/frontend/smartwave/porto/icons/font/porto.eot?28592791#iefix') format('embedded-opentype'),
       url('https://en.newsha.com/skin/frontend/smartwave/porto/icons/font/porto.woff2?28592791') format('woff2'),
       url('https://en.newsha.com/skin/frontend/smartwave/porto/icons/font/porto.woff?28592791') format('woff'),
       url('https://en.newsha.com/skin/frontend/smartwave/porto/icons/font/porto.ttf?28592791') format('truetype'),
       url('https://en.newsha.com/skin/frontend/smartwave/porto/icons/font/porto.svg?28592791#porto') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'porto';
    src: url('https://en.newsha.com/skin/frontend/smartwave/porto/icons/font/porto.svg?28592791#porto') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "porto";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-spin1:before { content: '\e800'; } /* '' */
.icon-spin2:before { content: '\e801'; } /* '' */
.icon-spin3:before { content: '\e802'; } /* '' */
.icon-spin4:before { content: '\e803'; } /* '' */
.icon-spin5:before { content: '\e804'; } /* '' */
.icon-spin6:before { content: '\e805'; } /* '' */
.icon-firefox:before { content: '\e806'; } /* '' */
.icon-chrome:before { content: '\e807'; } /* '' */
.icon-opera:before { content: '\e808'; } /* '' */
.icon-ie:before { content: '\e809'; } /* '' */
.icon-phone:before { content: '\e80a'; } /* '' */
.icon-down-dir:before { content: '\e80b'; } /* '' */
.icon-cart:before { content: '\e80c'; } /* '' */
.icon-up-dir:before { content: '\e80d'; } /* '' */
.icon-mode-grid:before { content: '\e80e'; } /* '' */
.icon-mode-list:before { content: '\e80f'; } /* '' */
.icon-compare:before { content: '\e810'; } /* '' */
.icon-wishlist:before { content: '\e811'; } /* '' */
.icon-search:before { content: '\e812'; } /* '' */
.icon-left-dir:before { content: '\e813'; } /* '' */
.icon-right-dir:before { content: '\e814'; } /* '' */
.icon-down-open:before { content: '\e815'; } /* '' */
.icon-left-open:before { content: '\e816'; } /* '' */
.icon-right-open:before { content: '\e817'; } /* '' */
.icon-up-open:before { content: '\e818'; } /* '' */
.icon-angle-left:before { content: '\e819'; } /* '' */
.icon-angle-right:before { content: '\e81a'; } /* '' */
.icon-angle-up:before { content: '\e81b'; } /* '' */
.icon-angle-down:before { content: '\e81c'; } /* '' */
.icon-down:before { content: '\e81d'; } /* '' */
.icon-left:before { content: '\e81e'; } /* '' */
.icon-right:before { content: '\e81f'; } /* '' */
.icon-up:before { content: '\e820'; } /* '' */
.icon-angle-double-left:before { content: '\e821'; } /* '' */
.icon-angle-double-right:before { content: '\e822'; } /* '' */
.icon-angle-double-up:before { content: '\e823'; } /* '' */
.icon-angle-double-down:before { content: '\e824'; } /* '' */
.icon-mail:before { content: '\e825'; } /* '' */
.icon-location:before { content: '\e826'; } /* '' */
.icon-skype:before { content: '\e827'; } /* '' */
.icon-right-open-big:before { content: '\e828'; } /* '' */
.icon-left-open-big:before { content: '\e829'; } /* '' */
.icon-down-open-big:before { content: '\e82a'; } /* '' */
.icon-up-open-big:before { content: '\e82b'; } /* '' */
.icon-cancel:before { content: '\e82c'; } /* '' */
.icon-user:before { content: '\e82d'; } /* '' */
.icon-mail-alt:before { content: '\e82e'; } /* '' */
.icon-fax:before { content: '\e82f'; } /* '' */
.icon-lock:before { content: '\e830'; } /* '' */
.icon-company:before { content: '\e831'; } /* '' */
.icon-city:before { content: '\e832'; } /* '' */
.icon-post:before { content: '\e833'; } /* '' */
.icon-country:before { content: '\e834'; } /* '' */
.icon-calendar:before { content: '\e835'; } /* '' */
.icon-doc:before { content: '\e836'; } /* '' */
.icon-mobile:before { content: '\e837'; } /* '' */
.icon-clock:before { content: '\e838'; } /* '' */
.icon-chat:before { content: '\e839'; } /* '' */
.icon-tag:before { content: '\e83a'; } /* '' */
.icon-folder:before { content: '\e83b'; } /* '' */
.icon-folder-open:before { content: '\e83c'; } /* '' */
.icon-forward:before { content: '\e83d'; } /* '' */
.icon-reply:before { content: '\e83e'; } /* '' */
.icon-cog:before { content: '\e83f'; } /* '' */
.icon-cog-alt:before { content: '\e840'; } /* '' */
.icon-wrench:before { content: '\e841'; } /* '' */
.icon-quote-left:before { content: '\e842'; } /* '' */
.icon-quote-right:before { content: '\e843'; } /* '' */
.icon-gift:before { content: '\e844'; } /* '' */
.icon-dollar:before { content: '\e845'; } /* '' */
.icon-euro:before { content: '\e846'; } /* '' */
.icon-pound:before { content: '\e847'; } /* '' */
.icon-rupee:before { content: '\e848'; } /* '' */
.icon-yen:before { content: '\e849'; } /* '' */
.icon-rouble:before { content: '\e84a'; } /* '' */
.icon-try:before { content: '\e84b'; } /* '' */
.icon-won:before { content: '\e84c'; } /* '' */
.icon-bitcoin:before { content: '\e84d'; } /* '' */
.icon-ok:before { content: '\e84e'; } /* '' */
.icon-chevron-left:before { content: '\e84f'; } /* '' */
.icon-chevron-right:before { content: '\e850'; } /* '' */
.icon-export:before { content: '\e851'; } /* '' */
.icon-star:before { content: '\e852'; } /* '' */
.icon-star-empty:before { content: '\e853'; } /* '' */
.icon-plus-squared:before { content: '\e854'; } /* '' */
.icon-minus-squared:before { content: '\e855'; } /* '' */
.icon-plus-squared-alt:before { content: '\e856'; } /* '' */
.icon-minus-squared-alt:before { content: '\e857'; } /* '' */
.icon-truck:before { content: '\e858'; } /* '' */
.icon-lifebuoy:before { content: '\e859'; } /* '' */
.icon-pencil:before { content: '\e85a'; } /* '' */
.icon-users:before { content: '\e85b'; } /* '' */
.icon-video:before { content: '\e85c'; } /* '' */
.icon-menu:before { content: '\e85d'; } /* '' */
.icon-desktop:before { content: '\e85e'; } /* '' */
.icon-doc-inv:before { content: '\e85f'; } /* '' */
.icon-circle:before { content: '\e860'; } /* '' */
.icon-circle-empty:before { content: '\e861'; } /* '' */
.icon-circle-thin:before { content: '\e862'; } /* '' */
.icon-mini-cart:before { content: '\e863'; } /* '' */
.icon-paper-plane:before { content: '\e864'; } /* '' */
.icon-attention-alt:before { content: '\e865'; } /* '' */
.icon-info:before { content: '\e866'; } /* '' */
.icon-compare-link:before { content: '\e867'; } /* '' */
.icon-cat-default:before { content: '\e868'; } /* '' */
.icon-cat-computer:before { content: '\e869'; } /* '' */
.icon-cat-couch:before { content: '\e86a'; } /* '' */
.icon-cat-garden:before { content: '\e86b'; } /* '' */
.icon-cat-gift:before { content: '\e86c'; } /* '' */
.icon-cat-shirt:before { content: '\e86d'; } /* '' */
.icon-cat-sport:before { content: '\e86e'; } /* '' */
.icon-cat-toys:before { content: '\e86f'; } /* '' */
.icon-tag-line:before { content: '\e870'; } /* '' */
.icon-bag:before { content: '\e871'; } /* '' */
.icon-search-1:before { content: '\e872'; } /* '' */
.icon-plus:before { content: '\e873'; } /* '' */
.icon-minus:before { content: '\e874'; } /* '' */
.icon-search-2:before { content: '\e875'; } /* '' */
.icon-bag-1:before { content: '\e876'; } /* '' */
.icon-twitter:before { content: '\f099'; } /* '' */
.icon-facebook:before { content: '\f09a'; } /* '' */
.icon-spinner:before { content: '\f110'; } /* '' */
.icon-instagram:before { content: '\f16d'; } /* '' */
.icon-check-empty:before { content: '\f87a'; } /* '' */
.icon-check:before { content: '\f87b'; } /* '' */
/*
   Animation example, for spinners
*/
.animate-spin {
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
  display: inline-block;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

*{outline:none!important}
html,body{background-color:#fff;font:13px/1 'Open Sans',Arial,Helvetica,sans-serif;color:#777;text-align:center}
body{overflow-x:hidden}
img{border:0;vertical-align:top}
a{color:#08c;text-decoration:none;transition:all .3s}
a:visited,a:focus{text-decoration:none}
a:hover{color:#08c;text-decoration:underline}
:focus{outline:0}
h1,h2,h3,h4,h5,h6{margin:0 0 5px;line-height:1.35;color:#777}
h1{font-size:20px;font-weight:400;margin-bottom:20px}
h2{font-size:16px;font-weight:400;margin-bottom:15px}
h3{font-size:16px;font-weight:600}
h4{font-size:15px;font-weight:600}
h5{font-size:13px;font-weight:600}
h6{font-size:12px;font-weight:600}
hr{border-color:#f5f5f5}
form{display:inline}
fieldset{border:0}
legend{display:none}
table{border:0;border-spacing:0;empty-cells:show;font-size:100%}
caption,th,td{vertical-align:middle;text-align:left;font-weight:400}
p{margin:0 0 15px;line-height:1.5}
strong{font-weight:700}
address{text-align:left;margin:0}
cite{font-style:normal}
q,blockquote{quotes:none}
q:before,q:after{content:''}
small,big{font-size:1em}
ul,ol{list-style:none;margin:0;padding:0}
.hidden{display:block!important;border:0!important;margin:0!important;padding:0!important;font-size:0!important;line-height:0!important;width:0!important;height:0!important;overflow:hidden!important}
.nobr{white-space:nowrap!important}
.wrap{white-space:normal!important}
.a-left{text-align:left!important}
.a-center{text-align:center!important}
.a-right{text-align:right!important}
.v-top{vertical-align:top}
.v-middle{vertical-align:middle}
.f-left,.left{float:left!important}
.f-right,.right{float:right!important}
.f-none{float:none!important}
.f-fix{float:left;width:100%}
.label{color:#000}
.no-display{display:none}
.no-margin{margin:0!important}
.no-padding{padding:0!important}
.no-bg{background:none!important}
.theme-color{color:#08c!important}
.theme-bg-color{background-color:#08c}
.theme-border-color{border-color:#08c}
.theme-hover-color:hover{color:#08c}
.theme-hover-bg-color:hover{background-color:#08c}
.page{background-color:#fff;padding:0}
.page-print{background:#fff;padding:25px 30px;text-align:left}
.page-empty{background:#fff;padding:20px;text-align:left}
.page-popup{background:#fff;padding:25px 30px;text-align:left}
body.boxed{background:url(https://en.newsha.com/skin/frontend/smartwave/newsha_bluro/images/boxed_bg.png) repeat;background-color:#000}
body.boxed.page-empty{background-image:none;background-color:#fff}
body.ajaxcart-index-options{background:#fff}
body.boxed .wrapper{padding-top:24px;padding-bottom:17px}
body.boxed .page{overflow:hidden;border-radius:8px;width:1180px;margin-left:auto;margin-right:auto}
body.boxed .header-container .top-links-container{border-radius:4px 4px 0 0}
.top-container >.breadcrumbs{padding-top:12px;padding-bottom:12px;font-size:14px;line-height:1;color:#fff;background-color:#171717}
.breadcrumbs ul{padding:0}
.breadcrumbs li{display:inline;vertical-align:top}
.breadcrumbs li strong{font-weight:400;vertical-align:middle}
.breadcrumbs li a{vertical-align:middle;font-weight:400;color:#fff}
.breadcrumbs span.breadcrumbs-split{vertical-align:middle;margin:0 2px;font-size:12px}
.main-container{padding:20px 0 50px;min-height:400px}
.main{text-align:left}
.main.container{max-width:100%}
.col-main{padding-bottom:30px}
.col2-set .col-1{float:left;width:48.5%}
.col2-set .col-2{float:right;width:48.5%}
.col2-set .col-narrow{width:32%}
.col2-set .col-wide{width:65%}
.col3-set .col-1{float:left;width:32%}
.col3-set .col-2{float:left;width:32%;margin-left:2%}
.col3-set .col-3{float:right;width:32%}
.col4-set .col-1{float:left;width:23.5%}
.col4-set .col-2{float:left;width:23.5%;margin:0 2%}
.col4-set .col-3{float:left;width:23.5%}
.col4-set .col-4{float:right;width:23.5%}
input,select,textarea,button{font-size:13px;vertical-align:middle;color:#484747}
input.input-text,select,textarea{background:#fff;border:1px solid #ccc;padding:2px 8px;height:26px;color:#777;font-size:14px;border-radius:3px}
select{background:#fff;border:1px solid #ccc;padding:2px 8px;height:26px;color:#777;font-size:13px}
input.input-text,textarea{padding:8px}
label{margin:0;vertical-align:middle;color:#777;font-size:14px;font-weight:400}
select option{padding-right:10px}
select.multiselect option{padding:2px 5px}
select.multiselect option:last-child{border-bottom:0}
textarea{overflow:auto;padding:8px}
input.radio{display:inline-block;margin:0 5px 0 0;vertical-align:middle}
input.checkbox{margin-right:10px;display:inline-block}
input.qty{margin-right:2px;display:inline-block;vertical-align:middle;height:38px;width:35px!important;font-size:15px;text-align:center;color:#08c;border-color:#e1e1e1}
button.button::-moz-focus-inner{padding:0;border:0}
button.button{-webkit-border-fit:lines;overflow:visible;width:auto;border:0;padding:0;margin:0;background:transparent;cursor:pointer}
button.button span{display:block;border:0;background:#08c;padding:0 15px;font-weight:400;font-size:15px;text-align:center;white-space:nowrap;color:#fff;line-height:38px;border-radius:5px}
button.button span span{border:0;padding:0;color:inherit;border-width:0;background:transparent;line-height:inherit}
button.button:hover span{opacity:.9;filter:alpha(opacity=90)}
button.disabled span{background:#bbb!important}
button.btn-checkout.no-checkout span{color:#b8baba}
p.control input.checkbox,p.control input.radio{margin-right:10px;display:inline-block}
p.control{line-height:19px}
.input-box label{margin-bottom:10px}
.form-wrap,#form-validate,#login-form{display:block;border:1px solid #ececec;border-radius:8px;background:#fff;border-top:4px solid #08c;padding:35px 25px;box-shadow:0 2px 3px rgba(0,0,0,0.08)}
.form-wrap h2,#form-validate h2{color:#08c;text-transform:uppercase;margin:0 0 20px}
.form-wrap .fieldset,#form-validate .fieldset{margin:0}
.form-wrap .fieldset + .fieldset,#form-validate .fieldset + .fieldset{margin-top:35px}
.form-list li{margin:0 0 10px}
.form-list label{float:left;font-size:15px;position:relative;z-index:0;margin-bottom:10px}
.form-list label.required em{float:right;font-style:normal;color:#eb340a;position:absolute;top:0;right:-8px}
.form-list li.control label{float:none;margin:0;line-height:20px;display:inline-block;vertical-align:middle}
.form-list li.control input.radio,.form-list li.control input.checkbox{margin:0 8px 0 0}
.form-list li.control .input-box{clear:none;display:inline-block;width:auto;vertical-align:middle;margin:0}
.form-list .input-box{width:100%;margin-bottom:10px;border-radius:3px;clear:both}
.form-list .input-box label{float:none;display:table-cell;width:1%;white-space:nowrap;padding-right:5px}
.form-list .input-box label i{width:46px;height:38px;line-height:38px;display:inline-block;text-align:center;font-size:16px;border-right:1px solid #ccc;margin-right:10px}
.form-list .input-box label.required em{float:none;position:static}
.form-list .field{float:left;margin:0;width:48%}
.form-list input.input-text{width:100%;height:38px;padding:10px;border-radius:6px;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset;background-color:#fff}
.form-list textarea{width:100%;height:10em;line-height:1.4;border-radius:6px;padding:10px;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset}
.form-list select{width:100%;height:38px;border-radius:6px;box-shadow:0 1px 1px rgba(0,0,0,0.075) inset}
.form-list li.additional-row{border-top:1px solid #ccc;margin-top:10px;padding-top:7px}
.form-list li.additional-row .btn-remove{float:right;margin:5px 0 0}
.form-list .input-range input.input-text{width:74px;border:1px solid #ccc}
.form-list-narrow li{margin-bottom:0}
.form-list-narrow li .input-box{margin-bottom:6px}
.form-list-narrow li.wide .input-box{width:260px}
.form-list-narrow li.wide input.input-text,.form-list-narrow li.wide textarea{width:254px}
.form-list-narrow li.wide select{width:260px}
.form-list .customer-name-prefix .input-box,.form-list .customer-name-suffix .input-box,.form-list .customer-name-prefix-suffix .input-box,.form-list .customer-name-prefix-middlename .input-box,.form-list .customer-name-middlename-suffix .input-box,.form-list .customer-name-prefix-middlename-suffix .input-box{width:auto}
.form-list .name-prefix{width:65px}
.form-list .name-prefix select{width:55px}
.form-list .name-prefix input.input-text{width:49px}
.form-list .name-suffix{width:65px}
.form-list .name-suffix select{width:55px}
.form-list .name-suffix input.input-text{width:49px}
.form-list .customer-name-prefix-middlename-suffix .name-firstname,.form-list .customer-name-prefix-middlename .name-firstname{width:140px}
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,.form-list .customer-name-prefix-middlename .name-firstname input.input-text{width:124px}
.form-list .customer-name-prefix-middlename-suffix .name-lastname{width:205px}
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text{width:189px}
.form-list .customer-name-prefix-suffix .name-firstname{width:210px}
.form-list .customer-name-prefix-suffix .name-lastname{width:205px}
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,.form-list .customer-name-prefix-suffix .name-lastname input.input-text{width:189px}
.form-list .customer-name-prefix-suffix .name-firstname{width:210px}
.form-list .customer-name-prefix-suffix .name-lastname{width:205px}
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,.form-list .customer-name-prefix-suffix .name-lastname input.input-text{width:189px}
.form-list .customer-name-prefix .name-firstname,.form-list .customer-name-middlename .name-firstname,.form-list .customer-name-middlename .name-middlename{width:210px}
.form-list .customer-name-suffix .name-lastname,.form-list .customer-name-middlename .name-firstname,.form-list .customer-name-middlename .name-middlename,.form-list .customer-name-middlename-suffix .name-firstname,.form-list .customer-name-middlename-suffix .name-lastname{width:205px}
.form-list .customer-name-prefix .name-firstname input.input-text,.form-list .customer-name-suffix .name-lastname input.input-text,.form-list .customer-name-middlename .name-firstname input.input-text,.form-list .customer-name-middlename .name-middlename input.input-text,.form-list .customer-name-middlename-suffix .name-firstname input.input-text,.form-list .customer-name-middlename-suffix .name-lastname input.input-text{width:189px}
.form-list .customer-dob .dob-month,.form-list .customer-dob .dob-day,.form-list .customer-dob .dob-year{float:left;width:85px}
.form-list .customer-dob input.input-text{display:block;width:74px}
.form-list .customer-dob label{font-size:11px;font-weight:400;color:#888}
.form-list .customer-dob .dob-day,.form-list .customer-dob .dob-month{width:60px}
.form-list .customer-dob .dob-day input.input-text,.form-list .customer-dob .dob-month input.input-text{width:46px}
.form-list .customer-dob .dob-year{width:140px}
.form-list .customer-dob .dob-year input.input-text{width:134px}
.buttons-set{clear:both;margin:1em 0 0;padding:8px 0 0;text-align:right}
.buttons-set p.required{margin:0 0 10px}
.buttons-set .back-link{float:left;margin:0}
.buttons-set button.button{float:right;margin-left:5px}
.buttons-set a{line-height:35px}
.buttons-set-order{margin:10px 0 0}
.buttons-set-order .please-wait{padding:12px 7px 0 0}
.fieldset{margin:20px 0}
.fieldset .legend{font-size:16px;margin:20px 0}
.validation-advice{clear:both;min-height:13px;margin:3px 0 0;padding-left:10px;font-size:12px;font-weight:700;line-height:13px;color:#eb340a;position:relative;top:100%;text-align:left}
.validation-failed{border:1px dashed #eb340a!important;background:#faebe7!important}
p.required{font-size:12px;text-align:right;color:#EB340A}
.v-fix{float:left}
.v-fix .validation-advice{display:block;width:12em;margin-right:-12em;position:relative}
.success{color:#3d6611;font-weight:700}
.error{color:#df280a;font-weight:700}
.notice{color:#e26703}
.messages,.messages ul{list-style:none;margin:0;padding:0}
.messages{width:100%;overflow:hidden;margin-bottom:15px}
.messages li{margin:0 0 10px}
.messages li li{margin:0 0 3px}
.error-msg,.success-msg,.note-msg,.notice-msg{border-style:solid;border-width:1px;min-height:24px;padding:15px;font-size:15px;font-weight:400;border-radius:4px;margin-bottom:20px}
.error-msg{border-color:#ebccd1;background-color:#f2dede;color:#a94442}
.success-msg{border-color:#d6e9c6;background-color:#dff0d8;color:#3c763d}
.note-msg,.notice-msg{border-color:#faebcc;background-color:#fcf8e3;color:#8a6d3b}
.owl-top-narrow .error-msg,.owl-top-narrow .success-msg,.owl-top-narrow .note-msg,.owl-top-narrow .notice-msg{margin:10px}
.page-title{text-align:left}
.page-title h1,.page-title h2{margin:0;font-size:20px;color:#484747}
.col-main .page-title h1,.col-main .page-title h2{font-size:20px;margin:0 0 15px;color:#08c}
.page-title.category-title{display:none}
.col-main .page-title.category-title h1{margin-bottom:10px}
.page-title .separator{margin:0 3px}
.page-title .link-rss{float:right;margin:7px 0 0}
.title-buttons{text-align:right}
.title-buttons h1,.title-buttons h2,.title-buttons h3,.title-buttons h4,.title-buttons h5,.title-buttons h6{float:left}
.subtitle,.sub-title{clear:both;padding:15px 0 0;font-size:16px;font-weight:700;margin:0 0 20px;color:#08c}
.pager .amount{float:left;margin:0;line-height:30px;margin-right:10px;display:none}
.pager .limiter{float:right}
.pager .limiter label{vertical-align:middle}
.pager .limiter select{padding:0;margin:0 0 1px;vertical-align:middle}
.pager .pages{float:right;margin-left:7px}
.pager .pages ol{display:inline}
.pager .pages li{display:inline-block;margin:0;height:26px;width:26px;line-height:24px;font-size:14px;margin-left:2px;text-align:center;border-radius:3px}
.pager li >a,.pager li >span{padding:0;background-color:#fff;display:block;height:26px;padding:0;border:1px solid #ccc;border-radius:3px}
.pager li >a.next,.pager li >a.previous{color:#999}
.pager li >a.next:hover,.pager li >a.next:focus,.pager li >a.previous:hover,.pager li >a.previous:focus{color:#fff}
.pager li >a:hover,.pager li >a:focus{background-color:#08c;border-color:#08c;color:#fff;text-decoration:none}
.pager .pages .current{padding:0;border:1px solid #08c;background-color:#08c;color:#fff}
.sorter .view-mode{float:left;margin:0;margin-right:10px;line-height:29px;height:30px}
.sorter .view-mode i{font-size:15px;border:1px solid #ccc;background-color:#fff;color:#ccc;width:26px;height:26px;line-height:24px;display:inline-block;text-align:center;border-radius:3px;vertical-align:top}
.sorter .view-mode strong i,.sorter .view-mode a:hover i{border-color:#08c;color:#fff;background-color:#08c;border-radius:3px}
.sorter .sort-by{float:left;margin-right:15px;margin-bottom:4px}
.sorter label{margin-right:5px}
.sorter .limiter{float:right}
.toolbar .pager{float:right;margin:0;margin-bottom:4px}
.toolbar-bottom{text-align:center;margin-top:20px}
.toolbar-bottom .toolbar{display:inline-block;border:0}
.toolbar-bottom .toolbar .sorter .sort-by,.toolbar-bottom .toolbar .sorter .view-mode{display:none}
.data-table{width:100%;border:0}
.data-table thead tr{border:1px solid #dcdcdc}
.data-table tbody tr{border-left:1px solid #dcdcdc;border-right:1px solid #dcdcdc;background-color:#fff}
.data-table td.last,.data-table th.last{border-right:1px solid #dcdcdc}
.data-table th{padding:15px 10px;font-weight:700}
.data-table td{padding:15px 10px}
.data-table h2,.data-table h3{margin-top:0;margin-bottom:0;font-weight:400}
.data-table thead th{font-weight:600;padding:15px 10px;color:#777;white-space:nowrap;vertical-align:middle;font-size:15px;text-transform:uppercase}
.data-table thead th.wrap{white-space:normal}
.data-table thead th a,.data-table thead th a:hover{color:#fff}
.data-table thead th{background-color:#d8d8d6}
.data-table thead th .tax-flag{font-size:12px;white-space:nowrap}
.data-table tfoot{border-bottom:1px solid #d9dde3}
.data-table tfoot tr.first td{border-left:1px solid #dcdcdc}
.data-table tfoot td{padding-top:10px;padding-bottom:10px;border-bottom:0;border-right:1px solid #dcdcdc;border-left:1px solid #dcdcdc}
.data-table tfoot strong{font-size:16px}
.data-table tbody th,.data-table tbody td{border-bottom:1px solid #dcdcdc;border-right:1px solid #dcdcdc;padding:15px 10px;line-height:1.3}
.data-table tbody td .option-label{font-weight:700;font-style:italic}
.data-table tbody td .option-value{padding-left:10px}
.data-table p{margin-bottom:0}
.data-table .qty-holder,.data-table .add-to-cart-alt{position:relative;text-align:left;margin-right:0}
.data-table .add-to-cart-alt{margin:10px 0;width:93px}
.data-table .edit-qty{margin-left:5px}
.data-table input.qty{color:#777;height:38px;border-radius:0;border-color:#ddd;margin:0 -1px}
.data-table .table_qty_inc,.data-table .table_qty_dec{display:inline-block;width:30px;height:30px;background:#ffffff;border:1px solid #ccc;color:#777;line-height:30px;border-radius:0;margin:0;font-size:15px;font-weight:700;text-decoration:none;text-align:center;vertical-align:top}
.data-table button.button > span{background:#fff;border:1px solid #ccc;color:#777;line-height:32px;padding:0 12px}
.data-table button.button:hover > span{background:#08c;border:1px solid #08c;color:#fff}
.data-table .product-name a{color:#08c}
.data-table .cart-cell{margin-bottom:10px}
.data-table .cart-cell button.button span{font-size:14px;line-height:28px}
.info-box{background:#fff 0 0 repeat-x;border:1px solid #d0cbc1;padding:12px 15px;margin:0 0 15px}
.info-box h2{font-weight:700;font-size:13px}
.info-table th{font-weight:700;padding:2px 15px 2px 0}
.info-table td{padding:2px 0}
tr.summary-total{cursor:pointer}
tr.summary-total .summary-collapse{float:right;text-align:right;padding-left:20px;cursor:pointer}
tr.summary-details td{font-size:12px;background-color:#dae1e4;color:#626465}
tr.summary-details-first td{border-top:1px solid #d2d8db}
tr.summary-details-excluded{font-style:italic}
.cart-tax-info{display:block}
.cart-tax-info,.cart-tax-info .cart-price{padding-right:20px}
.cart-tax-total{display:block;padding-right:20px;cursor:pointer}
.cart-tax-info .price,.cart-tax-total .price{display:inline!important;font-weight:400!important}
.cart-tax-total-expanded{background-position:100% -52px}
.std{line-height:1.4}
.std .subtitle{padding:0}
.std ol.ol{list-style:decimal outside;padding-left:1.5em}
.std ul.disc{list-style:disc outside;padding-left:18px;margin:0 0 10px}
.std dl dt{font-weight:700}
.std dl dd{margin:0 0 10px}
.std ul,.std ol,.std dl,.std address,.std blockquote{margin:0;padding:0}
.std ul{list-style:disc outside;padding-left:1.5em}
.std ul li{line-height:20px}
.std ol{list-style:decimal outside;padding-left:1.5em}
.std ul ul{list-style-type:circle}
.std ul ul,.std ol ol,.std ul ol,.std ol ul{margin:.5em 0}
.std dt{font-weight:700}
.std dd{padding:0 0 0 1.5em}
.std blockquote{font-style:italic;padding:0 0 0 1.5em}
.std address{font-style:normal}
.std b,.std strong{font-weight:700}
.std i,.std em{font-style:italic}
.links li{display:inline}
.link-wishlist{color:#ed4949;border-color:#f6a4a4}
.link-wishlist:hover{color:#ed4949;border-color:#f6a4a4}
.cart-table .link-wishlist,.cart-table .link-wishlist:hover{color:#08c}
.link-compare{color:#52b9b5;border-color:#97d5d3}
.link-compare:hover{color:#52b9b5;border-color:#97d5d3}
.btn-remove{position:relative;display:block;width:23px;height:23px;text-indent:-9999px;overflow:hidden;padding:5px 0;font-size:14px;color:#08c;line-height:1}
.btn-remove:hover{color:#08c}
.btn-remove:before{content:"\e82c";display:block;position:absolute;left:0;right:0;font-family:"porto";text-indent:0;text-align:right}
.btn-previous{display:block;width:11px;height:11px;font-size:0;line-height:0;overflow:hidden}
.btn-remove2{display:inline-block;width:34px;height:34px;font-size:16px;line-height:22px;overflow:hidden}
.btn-remove2:before{text-align:center}
.btn-edit{display:block;width:11px;height:11px;font-size:0;line-height:0;overflow:hidden}
.cards-list dt{margin:5px 0 0}
.cards-list .offset{padding:2px 0 2px 20px}
.separator{margin:0 3px}
.divider{clear:both;display:block;font-size:0;line-height:0;height:1px;margin:10px 0;background:url(https://en.newsha.com/skin/frontend/smartwave/newsha_bluro/images/bkg_divider1.gif) 0 50% repeat-x;text-indent:-999em;overflow:hidden}
.global-site-notice{border:1px solid #cfcfcf;border-width:0 0 1px;background:#ffff90;font-size:13px;line-height:1.25;text-align:center;color:#2f2f2f}
.global-site-notice .notice-inner{width:100%;margin:0 auto;padding:10px;text-align:left}
.global-site-notice .notice-inner p{margin:0;border:1px dotted #cccc73;padding:10px}
.global-site-notice .notice-inner .actions{padding-top:10px}
.notice-cookie{position:fixed;z-index:9999;width:100%;bottom:0;left:0;margin:0!important;opacity:.95;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=95)}
.demo-notice{margin:0;padding:6px 10px;background:#d75f07;font-size:13px;line-height:1.15;border:0;text-align:center;color:#fff}
.demo-notice .notice-inner{width:auto;padding:0;background:none;text-align:center}
.demo-notice .notice-inner p{padding:0;border:0}
.header-container{background-color:#fff;border-top-width:4px;border-top-style:solid}
.top-links-container{background-color:#f0f0ed;padding:5px 0;position:relative;z-index:200}
.header{position:relative;z-index:101;text-align:left}
.header>.logo{text-decoration:none!important;max-width:100%;display:inline-block;vertical-align:middle;max-width:170px;position:relative;z-index:2;transition:none}
.header>.logo>.logo{margin:0!important;padding:0!important;width:100%}
.header .logo strong{position:absolute;top:-999em;left:-999em;width:0;height:0;font-size:0;line-height:0;text-indent:-999em;overflow:hidden}
.header .logo img{max-width:100%}
.header-container .welcome-msg{margin:3px 20px 3px 0;text-align:left;float:right;font-size:12px;line-height:19px;text-transform:uppercase}
.header-container .welcome-msg a{color:#7dbd22}
.header #search_mini_form{display:inline-block;vertical-align:middle;margin-right:35px}
.header .form-search{overflow:visible;border:1px solid #ccc;border-radius:20px;position:relative;width:100%;min-width:250px;padding-right:170px;background-color:#fff}
.header .form-search label{float:left;width:24px;height:21px;text-align:left;text-indent:-999em;overflow:hidden;display:none}
.header .form-search #search{border:0;height:38px;background-color:transparent;padding:10px 15px;color:#999;font-family:Arial;width:100%;margin:0;font-size:14px;line-height:20px;border-radius:20px 0 0 20px}
.header .form-search #cat{margin:0;width:130px;height:38px;background-color:transparent;border:1px solid #ccc;border-top:0;border-bottom:0;font-family:Arial;font-size:14px;line-height:34px;color:#777;padding:2px 0;padding-left:10px;position:absolute;right:40px;border-radius:0;-moz-appearance:none;-webkit-appearance:none}
.header .form-search #cat option{color:#000;background:#fff}
.header .form-search button.button{width:40px;height:38px;color:#777;background-color:transparent;font-size:15px;position:absolute;right:0;top:0;border-radius:0 20px 20px 0}
.header .form-search .search-autocomplete{z-index:999}
.header .form-search .search-autocomplete ul{border:1px solid #ddd;background-color:#fff}
.header .form-search .search-autocomplete li{text-align:left;padding:5px 10px;cursor:pointer;color:#777}
.header .form-search .search-autocomplete li .amount{float:right;font-weight:700}
.header .form-search .search-autocomplete li.odd{background-color:#fff}
.header .form-search .search-autocomplete li.selected{background-color:#f7f7f7}
.header-container .form-language,.header-container .form-currency{display:block;float:left;margin-right:8px}
.header-container .form-language select,.header-container .form-currency select{display:none}
.header-container .links{display:block;float:right;padding:0;margin:3px 0;color:#08c}
.header-container .top-links-area{display:block;float:right;padding:0;position:relative}
.header-container .top-links a{color:#999}
.header-container .top-links-area a{padding-top:5px;padding-bottom:5px}
.header-container .top-links .selectbox li a:hover{color:#fff}
.header-container .links li{font-size:12px;padding:0 15px;text-transform:uppercase;line-height:19px;border-left:1px solid #ccc}
.header-container .links li.last{padding-right:0}
.header-container .top-container{clear:both;padding:5px 10px 0 12px;text-align:right}
.header-container .top-container a{font-size:12px;color:#ebbc58}
.top-container .paypal-logo{text-align:left;display:inline-table}
.header .custom-block{font-size:15px;font-weight:400;display:inline-block;vertical-align:middle}
.fixed-header-area{z-index:1001;text-align:left;transition:.5s top ease-in-out;-webkit-transition:.5s top ease-in-out}
.mini-cart{position:absolute;right:20px;top:50%;margin-top:-20px;text-align:right}
.topCartContent{display:none;position:absolute;right:0;top:40px;width:300px;background-color:#fff;border-width:6px 0 0;border-style:solid;z-index:1;border-radius:8px 8px 5px 5px;color:#777;box-shadow:0 2px 8px rgba(0,0,0,0.5);margin-top:10px}
.topCartContent:before{content:"";position:absolute;border:10px solid transparent;display:block;right:15px;top:-25px;border-bottom-color:#08c}
.mini-cart .topCartContent:after{content:"";position:absolute;left:0;top:-25px;height:25px;width:100%;display:block}
.mybag-link{line-height:1;display:inline-block;color:#fff;border-radius:5px;height:40px;padding:5px;text-transform:uppercase;text-align:center;max-width:120px}
.mybag-link i{color:#fff;font-size:27px;display:inline-block;vertical-align:middle}
.mybag-link:hover{color:#fff !important;text-decoration:none}
.mybag-link .cart-info{display:inline-block;vertical-align:middle;text-align:left;padding:3px}
.mybag-link span{display:block;font-size:13px;font-weight:600}
.mybag-link .cart-qty{font-size:14px}
.mini-cart .block-subtitle{margin:20px 30px}
.mini-cart .cart-empty{margin:20px;text-align:center}
.mini-products-list .product-image{float:left}
.mini-cart .mini-products-list .product-details{margin-left:90px}
.mini-cart .mini-products-list{padding:0 20px}
.mini-cart .mini-products-list li{padding:20px 0;border-bottom:1px solid #eee}
.mini-cart .mini-products-list li a.btn-remove{top:29px}
.mini-cart .mini-products-list li .product-image{border-width:0;padding:0;border-radius:0}
.mini-cart .mini-products-list li .product-image img{width:auto}
.mini-cart .actions{color:#fff;line-height:47px;padding:0 20px;border-radius:0 0 5px 5px;margin-bottom:15px}
.mini-cart .actions a{width:128px;text-align:center;}
.option-detail{position:relative;cursor:help;line-height:1.5}
.option-detail a:hover{cursor:help}
.option-detail .item-options{min-width:150px;display:none;margin:0;padding:10px}
.option-detail .item-options.show{opacity:1;filter:alpha(opacity=100);display:block}
.mini-cart .qty-price{color:#08c}
.mini-cart .totals{padding:10px 20px;text-align:center;font-size:16px;color:#08c;font-weight:700}
.mini-cart .totals .label{color:#777}
.header-container .selectbox .select{border-color:transparent;color:#fff;text-align:center}
.header-container .selectbox li a{color:#777!important}
.header-container .selectbox li a:hover{color:#fff!important}
.header-container .selectbox .dropdown{border-radius:3px}
.header-container .selectbox .dropdown ul{background-color:#fff!important}
.header-container .top-links-container span.split{float:left;display:block;height:14px;width:1px;border-right:1px solid #ccc;margin:6px 3px 6px 0}
.header-container .main-nav ul.menu >li.menu-full-width >a,.header-container .main-nav ul.menu >li.menu-item-has-children >a,.header-container .main-nav ul.menu >li.menu-static-width >a{padding-right:30px}
.custom-block .icon-group:first-child{margin:0}
.icon-group{display:inline-block;vertical-align:middle;text-align:left;margin-left:30px}
.icon-group i{font-size:20px;color:#fff;float:left;border-radius:50%;width:40px;height:40px;text-align:center;line-height:40px;background-color:#000}
.icon-group h3{color:#000;font-size:15px;margin:0;line-height:1.5;margin-left:48px}
.icon-group p{font-size:12px;margin:0;margin-left:48px;line-height:1;color:#878787}
.search-area{position:absolute;top:50%;margin-top:-20px;z-index:1;display:inline-block;height:40px;left:20px;vertical-align:middle}
.cart-area{position:absolute;top:50%;margin-top:-20px;z-index:1;display:inline-block;height:40px;right:15px;text-align:right;vertical-align:middle}
.header-container .header .custom-block span.split{height:14px;width:1px;border-right:1px solid #ccc;margin:0 13px}
.header-container .top-links-icon{display:none;vertical-align:middle;font-size:12px;padding:7px 20px 7px 10px;position:relative}
.header-container .top-links-icon:before{content:"\e80b";display:block;position:absolute;right:7px;top:50%;font-family:"porto";margin-top:-5px}
.header-container .top-links-icon a{color:#fff;text-transform:uppercase;text-decoration:none}
.header-container .top-links-icon a:hover{text-decoration:none}
.mobile-nav-shown .mobile-nav{box-shadow:none!important}
.header-container.type1{background-color:#1e1e1e;border:0}
.cms-index-index .header-container.type1{position:fixed;top:0;left:0;z-index:2;background-color:rgba(0,0,0,.5);width:100%;max-height:100%}
.main-nav{background-color:transparent;font-size:13px;border:0;padding:0;text-align:left}
.main-nav .menu-wrapper{background-color:#f0f0ed;border-radius:5px 5px 0 0;position:relative}
.mega-columns.row{margin-right:-10px;margin-left:-10px}
.menu_thumb_img{padding:15px 0 0}
.fixed-header-area .menu >li{padding:0!important}
.fixed-header a.logo img{height:50px;margin:10px 0}
.fixed-header .mini-products-list a{color:#777}
.fixed-header-area .fixed-header .menu{float:none;margin:7px 0}
.fixed-header ul.menu >li,.main-nav ul.menu >li{padding:0;border-radius:5px}
.fixed-header ul.menu >li.menu-full-width,.fixed-header ul.menu >li.menu-item-has-children,.main-nav ul.menu >li.menu-full-width,.main-nav ul.menu >li.menu-item-has-children,.fixed-header ul.menu >li.menu-static-width,.fixed-header ul.menu >li.menu-item-has-children,.main-nav ul.menu >li.menu-static-width,.fixed-header ul.menu >li.menu-full-width.act:hover,.fixed-header ul.menu >li.menu-item-has-children.act:hover,.main-nav ul.menu >li.menu-full-width.act:hover,.main-nav ul.menu >li.menu-item-has-children.act:hover,.fixed-header ul.menu >li.menu-static-width.act:hover,.fixed-header ul.menu >li.menu-item-has-children.act:hover,.main-nav ul.menu >li.menu-static-width.act:hover{padding:0;border-radius:5px 5px 0 0}
.fixed-header ul.menu >li .nav-sublist-dropdown,.main-nav ul.menu >li .nav-sublist-dropdown{border:0;background-color:#fff;border-radius:0 6px 6px 6px;padding:5px 0;min-width:160px;width:auto;box-shadow:0 2px 10px -2px rgba(0,0,0,.3);border-top:5px solid #08c}
.fixed-header .menu-wrapper{position:relative}
.fixed-header ul.menu >li >a,.main-nav ul.menu >li >a{color:#08c;font-size:14px;font-weight:700;text-transform:uppercase;padding:17px 20px}
.fixed-header ul.menu >li >a{padding:13px 20px}
.fixed-header ul.menu >li.menu-full-width >a,.fixed-header ul.menu >li.menu-item-has-children >a,.main-nav ul.menu >li.menu-full-width >a,.main-nav ul.menu >li.menu-item-has-children >a,.fixed-header ul.menu >li.menu-static-width >a,.main-nav ul.menu >li.menu-static-width >a{padding-right:30px}
.fixed-header ul.menu >li.menu-full-width >a:after,.fixed-header ul.menu >li.menu-item-has-children >a:after,.main-nav ul.menu >li.menu-full-width >a:after,.main-nav ul.menu >li.menu-item-has-children >a:after,.fixed-header ul.menu >li.menu-static-width >a:after,.main-nav ul.menu >li.menu-static-width >a:after{content:'\e81c';font-family:"porto";width:10px;height:10px;top:50%;right:15px;left:auto;margin-top:-7px}
.fixed-header ul.menu >li,.main-nav ul.menu >li{transition:all .1s;margin-right:3px}
.fixed-header ul.menu >li:first-child,.main-nav ul.menu >li:first-child{margin-right:0}
.fixed-header ul.menu >li:hover,.main-nav ul.menu >li:hover,.fixed-header ul.menu >li.act,.main-nav ul.menu >li.act{background-color:#08c;text-decoration:none}
.fixed-header ul.menu >li.act,.main-nav ul.menu >li.act{border-radius:5px}
.fixed-header ul.menu >li:hover >a,.main-nav ul.menu >li:hover >a,.fixed-header ul.menu >li.act >a,.main-nav ul.menu >li.act >a{color:#fff;text-decoration:none}
.fixed-header .menu >li.menu-full-width .nav-sublist-dropdown,.main-nav .menu >li.menu-full-width .nav-sublist-dropdown{border:0;border-radius:0 0 5px 5px;background-color:#fff;padding:10px 0 20px;border-top:5px solid #08c;text-align:left}
.fixed-header .menu >li.menu-static-width .nav-sublist-dropdown,.main-nav .menu >li.menu-static-width .nav-sublist-dropdown{border:0;border-top:5px solid #08c;border-radius:0 0 5px 5px;background-color:#fff;padding:10px 0 20px}
.fixed-header .menu >li.menu-full-width .nav-sublist-dropdown,.fixed-header .menu >li.menu-static-width .nav-sublist-dropdown{top:38px}
.fixed-header a,.main-nav a{color:#fff}
.fixed-header a:hover,.main-nav a:hover{color:#fff}
.fixed-header .menu >li .nav-sublist-dropdown .container ul >li a,.main-nav .menu >li .nav-sublist-dropdown .container ul >li a{border:0;padding:10px 30px 10px 5px;margin:0 8px;border-top:1px solid rgba(255,255,255,.2)}
.fixed-header .menu > li:nth-last-child(1) .nav-sublist-dropdown .container > ul .menu-item-has-children .nav-sublist,.fixed-header .menu > li:nth-last-child(2) .nav-sublist-dropdown .container > ul .menu-item-has-children .nav-sublist,.main-nav .menu > li:nth-last-child(1) .nav-sublist-dropdown .container > ul .menu-item-has-children .nav-sublist,.main-nav .menu > li:nth-last-child(2) .nav-sublist-dropdown .container > ul .menu-item-has-children .nav-sublist{right:100%}
.fixed-header .menu >li.menu-item-has-children .nav-sublist-dropdown .container ul >li a,.main-nav .menu >li.menu-item-has-children .nav-sublist-dropdown .container ul >li a{text-decoration:none}
.fixed-header .menu >li.menu-item-has-children .nav-sublist-dropdown .container ul >li:hover >a,.main-nav .menu >li.menu-item-has-children .nav-sublist-dropdown .container ul >li:hover >a{background-color:#f4f4f4}
.fixed-header .menu >li .nav-sublist-dropdown .container ul >li:first-child a,.main-nav .menu >li .nav-sublist-dropdown .container ul >li:first-child a{border:0}
.menu img{max-width:100%}
.fixed-header .menu >li .nav-sublist-dropdown .container >ul .menu-item-has-children >a:before,.main-nav .menu >li .nav-sublist-dropdown .container >ul .menu-item-has-children >a:before{font-family:'porto';content:'\e81a';font-size:13px;top:50%;margin-top:-10px;margin-left:0}
.fixed-header .menu >li .nav-sublist-dropdown .container ul .menu-item-has-children .nav-sublist,.main-nav .menu >li .nav-sublist-dropdown .container ul .menu-item-has-children .nav-sublist{border-radius:5px;top:-4px;padding:5px 0;left:100%}
.fixed-header .menu >li.menu-item .nav-sublist-dropdown .container ul .menu-item-has-children .nav-sublist,.main-nav .menu >li.menu-item .nav-sublist-dropdown .container ul .menu-item-has-children .nav-sublist{background-color:#fff;box-shadow:0 2px 10px -2px rgba(0,0,0,.3)}
.fixed-header .menu >li .nav-sublist-dropdown .container ul .menu-item-has-children .nav-sublist li,.main-nav .menu >li .nav-sublist-dropdown .container ul .menu-item-has-children .nav-sublist li{background-color:transparent}
.fixed-header .menu >li .nav-sublist-dropdown .container >ul .menu-item-has-children .nav-sublist li:last-child a,.main-nav .menu >li .nav-sublist-dropdown .container >ul .menu-item-has-children .nav-sublist li:last-child a{border-bottom:0}
.fixed-header .menu >li .nav-sublist-dropdown .container >ul .menu-item-has-children >.nav-sublist li a,.main-nav .menu >li .nav-sublist-dropdown .container >ul .menu-item-has-children >.nav-sublist li a{border-top:1px solid rgba(255,255,255,.2)}
.fixed-header .menu >li .nav-sublist-dropdown .container >ul .menu-item-has-children .nav-sublist li:first-child a,.main-nav .menu >li .nav-sublist-dropdown .container >ul .menu-item-has-children .nav-sublist li:first-child a{border-top:0}
.fixed-header .menu >li.menu-full-width .nav-sublist-dropdown .container ul >li >a.level1,.main-nav .menu >li.menu-full-width .nav-sublist-dropdown .container ul >li >a.level1,.fixed-header .menu >li.menu-static-width .nav-sublist-dropdown .container ul >li >a.level1,.main-nav .menu >li.menu-static-width .nav-sublist-dropdown .container ul >li >a.level1{font-size:15px;font-weight:600;padding:0;margin-top:10px;text-align:center;}
.fixed-header .menu >li.menu-full-width .nav-sublist-dropdown .container ul li a:before,.main-nav .menu >li.menu-full-width .nav-sublist-dropdown .container ul li a:before,.fixed-header .menu >li.menu-static-width .nav-sublist-dropdown .container ul li a:before,.main-nav .menu >li.menu-static-width .nav-sublist-dropdown .container ul li a:before{display:none}
.fixed-header .menu >li.menu-full-width .nav-sublist-dropdown .container ul >li .nav-sublist ul li ul,.main-nav .menu >li.menu-full-width .nav-sublist-dropdown .container ul >li .nav-sublist ul li ul,.fixed-header .menu >li.menu-static-width .nav-sublist-dropdown .container ul >li .nav-sublist ul li ul,.main-nav .menu >li.menu-static-width .nav-sublist-dropdown .container ul >li .nav-sublist ul li ul{margin-left:10px}
.menu-icon{vertical-align:middle;display:none;text-align:right;padding-left:20px;font-size:20px;height:60px;pointer-events:all}
.fixed-header .menu>li .nav-sublist-dropdown:before,.main-nav .menu>li .nav-sublist-dropdown:before{top:-2px}
.fixed-header .menu > li .nav-sublist-dropdown .container,.main-nav .menu > li .nav-sublist-dropdown .container{width:auto}
.fixed-header .menu > li.menu-full-width .nav-sublist-dropdown a,.main-nav .menu > li.menu-full-width .nav-sublist-dropdown a,.fixed-header .menu > li.menu-static-width .nav-sublist-dropdown a,.main-nav .menu > li.menu-static-width .nav-sublist-dropdown a{color:#777}
.fixed-header .mini-cart{background-color:transparent;position:static;margin:0;display:inline-block;vertical-align:middle}
.fixed-header .mybag-link{position:relative;padding:2px 0}
.fixed-header .mybag-link i{font-size:35px;color:#08c}
.fixed-header .mybag-link .cart-info{display:block;position:absolute;text-align:center;width:100%;top:50%;margin-top:-8px}
.fixed-header .mybag-link .cart-qty{display:block;font-size:16px;color:#fff}
.fixed-header .mybag-link span{display:none}
.page{position:relative;left:0;transition:left .3s}
body.mobile-nav-shown .page{left:250px}
.mobile-nav-overlay{position:fixed;left:0;top:0;width:100%;height:100%;background-color:#000;z-index:998;opacity:0;filter:alpha(opacity=0);visibility:hidden;transition:all .3s}
body.mobile-nav-shown .mobile-nav-overlay{opacity:.15;filter:alpha(opacity=15);visibility:visible}
.mobile-nav.side-block{position:fixed;top:0;left:-250px;z-index:999;width:250px;height:100%;overflow-y:scroll;padding-top:20px;padding-bottom:20px;transition:all .3s;display:block!important}
body.mobile-nav-shown .mobile-nav.side-block{left:0}
.mobile-nav.side-block .sw-mobile-menu li>a{background-color:transparent;color:#fff;border:0;padding:0 15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.mobile-nav.side-block .sw-mobile-menu>li:first-child>a{border:0}
.mobile-nav.side-block .sw-mobile-menu>li>ul li{background-color:transparent}
.mobile-nav.side-block .sw-mobile-menu li .open-child{background-color:transparent;color:#fff}
.mobile-nav.side-block .sw-mobile-menu li:hover>.open-child{color:#fff}
.mobile-nav.side-block .sw-mobile-menu li>.open-child:hover{background-color:transparent}
.mobile-nav.side-block .sw-mobile-menu li .open-child:after{content:"\e856";font-family:"porto";font-size:16px;text-align:center;line-height:19px;background:transparent;opacity:1}
.mobile-nav.side-block .sw-mobile-menu li.over>.open-child:after{background:transparent;content:"\e857"}
.mobile-nav .sw-mobile-menu > li > ul > li a{margin-left:10px;white-space:nowrap}
.mobile-nav .sw-mobile-menu > li > ul > li li a{margin-left:20px}
.mobile-nav .sw-mobile-menu > li > ul,.mobile-nav .sw-mobile-menu > li ul{width:100%}
.home-side-menu{background-color:#fbfbfb;border:1px solid #ddd;border-radius:5px;margin-bottom:27px}
.home-side-menu h2.side-menu-title{background-color:#f5f5f5;color:#a39f9c;font-size:14px;font-weight:700;line-height:1;padding:14px 15px;border-radius:5px 5px 0 0;margin:0;border-bottom:1px solid #ddd}
.menu.side-menu{padding:0;list-style:none;margin:0}
.menu.side-menu>li{position:relative;transition:all .2s}
.menu.side-menu>li:hover{background-color:#08c}
.menu.side-menu>li>a{position:relative;font-size:15px;font-weight:400;padding:13px 5px;display:block;margin:0 10px;border-top:1px solid #ddd}
.menu.side-menu>li:hover>a{color:#fff;border-color:transparent}
.menu.side-menu>li:first-child>a{border-top:0}
.menu.side-menu>li>a:hover{text-decoration:none}
.menu.side-menu li.menu-item-has-children,.menu.side-menu li.menu-item-has-children>a{position:relative}
.menu.side-menu>li.menu-static-width>a:after,.menu.side-menu>li.menu-item-has-children>a:after,.menu.side-menu>li.menu-item-has-children li.menu-item-has-children>a:after,.menu.side-menu>li.menu-full-width>a:after{content:"\e814";font-family:"porto";width:10px;height:10px;top:50%;right:0;left:auto;margin-top:-7px;position:absolute;font-size:14px;color:#08c}
.menu.side-menu>li.menu-static-width:hover>a:after,.menu.side-menu>li.menu-item-has-children:hover>a:after,.menu.side-menu>li.menu-item-has-children li.menu-item-has-children:hover>a:after,.menu.side-menu>li.menu-full-width:hover>a:after{color:#fff}
.menu.side-menu>li.menu-item-has-children li.menu-item-has-children>a:after{color:#fff}
.menu.side-menu>li .nav-sublist-dropdown{display:none;position:absolute;z-index:10000;width:200px;border:0;background-color:#fff;border-radius:0 5px 5px 7px;padding:10px 0;left:100%;top:0;border-left:5px solid #08c;box-shadow:1px 0 1px rgba(0,0,0,0.5)}
.menu.side-menu>li.menu-full-width .nav-sublist-dropdown{width:869px;padding:15px 0 25px}
.menu.side-menu>li.menu-item-has-children .nav-sublist-dropdown{background-color:#08c;border:0}
.menu.side-menu .container{max-width:100%;padding:0}
.menu.side-menu img{max-width:100%}
.menu.side-menu a,.menu.side-menu a:hover{color:#777;line-height:1}
.menu.side-menu>li.menu-item-has-children .nav-sublist-dropdown a{color:#fff}
.menu.side-menu>li .nav-sublist-dropdown ul{padding:0;margin:0;list-style:none}
.menu.side-menu>li.menu-static-width .nav-sublist-dropdown{padding:10px 0 25px}
.menu.side-menu li.menu-item-has-children .nav-sublist-dropdown .container ul>li a{text-decoration:none}
.menu.side-menu li.menu-item-has-children .nav-sublist-dropdown .container>ul>li>a{border:0;padding:13px 5px;margin:0 8px;display:block;border-top:1px solid rgba(255,255,255,.2)}
.menu.side-menu li.menu-item-has-children .nav-sublist-dropdown .container>ul>li:first-child>a{border:0}
.menu.side-menu li.menu-item-has-children .nav-sublist-dropdown .container ul>li:hover>a{background-color:#0099e6}
.menu.side-menu>li.menu-item-has-children .nav-sublist-dropdown .container ul .menu-item-has-children .nav-sublist{border-radius:5px;background-color:#08c;top:-10px;padding:10px 0;position:absolute;left:199px;display:none}
.menu.side-menu>li .nav-sublist-dropdown .container>ul .menu-item-has-children:hover>.nav-sublist{display:block}
.menu.side-menu>li .nav-sublist-dropdown .container ul .menu-item-has-children .nav-sublist li{width:200px;background-color:transparent}
.menu.side-menu li.menu-item-has-children .nav-sublist li>a{border-top:1px solid rgba(255,255,255,0.2);padding:13px 5px;margin:0 8px;display:block}
.menu.side-menu li.menu-item-has-children .nav-sublist li:first-child>a{border:0}
.menu.side-menu >li .nav-sublist-dropdown .container ul >li a{padding:13px 5px;margin:0 8px;display:block}
.menu.side-menu >li.menu-static-width .nav-sublist-dropdown .container ul >li a,.menu.side-menu >li.menu-full-width .nav-sublist-dropdown .container ul >li a{padding:5px}
.menu.side-menu >li.menu-static-width .nav-sublist-dropdown .container ul >li a.menu_thumb_link,.menu.side-menu >li.menu-full-width .nav-sublist-dropdown .container ul >li a.menu_thumb_link{padding:0 5px 10px}
.menu.side-menu>li.menu-full-width .nav-sublist-dropdown .container ul>li>a.level1,.menu.side-menu>li.menu-static-width .nav-sublist-dropdown .container ul>li>a.level1{font-size:15px;font-weight:600;margin-top:10px;margin-bottom:5px;text-transform:uppercase;line-height:1.5;padding:0 5px;color:#333}
.menu.side-menu >li.menu-full-width .nav-sublist-dropdown .container ul >li .nav-sublist ul li ul,.menu.side-menu >li.menu-static-width .nav-sublist-dropdown .container ul >li .nav-sublist ul li ul{margin-left:10px}
.block{margin:0 0 40px}
.block .block-title{margin:5px 0 10px;line-height:1.2;font-size:16px;font-weight:700;color:#313131}
.block .block-title a{text-decoration:none!important}
.block .block-subtitle{margin:0;font-size:13px}
#poll-answers{margin:0 20px 10px}
#poll-answers li{padding:5px 0}
.block .block-content li.item{padding:7px 9px}
.block .block-content ol{margin:10px 0}
.block .block-content ol li.item{padding:3px 0}
.block .block-content ol li.item .product-name{margin:0}
.block .btn-remove,.block .btn-edit{float:right;margin:0 0 0 5px}
.block .actions{font-size:14px;text-align:right}
.block .actions a{float:left;margin:5px 0}
.block .actions button.button{float:right}
.block .actions button.button span{height:24px;padding:0 5px;font-size:14px;line-height:24px}
.block .empty{margin:0;padding:10px 0}
.mini-products-list .product-image{float:left}
.mini-products-list .product-details{margin-left:70px;text-align:left;line-height:1.4}
.mini-products-list li{padding:10px 0;position:relative}
.mini-products-list li .product-name a{color:#777}
.mini-products-list li .product-name a:hover{color:#08c}
.mini-products-list li a.btn-remove{position:absolute;right:0;top:9px;color:#777}
.mini-products-list li .product-image{border:1px solid #ddd;background-color:#fff;padding:2px;border-radius:4px}
.mini-products-list li .product-image img{width:50px;height:auto}
.block .block-content .mini-products-list li.item{padding:10px 0}
.mini-products-list .price-box{margin:5px 0}
.block.block-banner{border:0}
.block.block-banner .block-content{text-align:center}
.block.block-banner img{max-width:100%}
.block.block-subscribe{border-radius:5px}
.block.block-subscribe .block-title{background-color:transparent;border:0}
.block.block-subscribe .block-title strong{font-size:1.4em;text-transform:none;font-weight:400;padding-bottom:10px}
.block.block-subscribe .block-content{background-color:transparent}
.block.block-subscribe .form-subscribe-header{padding:10px 20px}
.block.block-subscribe label{font-size:14px}
.block.block-subscribe .input-box{padding:10px 20px 20px}
.block.block-subscribe .input-box input.input-text{width:100%;height:34px;padding:5px}
.block.block-subscribe .actions{background-color:transparent;border:0;padding:0 20px 20px}
.block.block-subscribe .actions button.button span{height:34px;line-height:34px}
.block.block-subscribe.home-sidebar-block{border:1px solid #ddd;border-top:5px solid #08c;border-radius:7px;background-color:#fbfbfb;text-align:center;padding:25px 20px 0}
.block.block-subscribe.home-sidebar-block .block-title strong{font-size:16px;color:#313131;font-weight:700;text-transform:uppercase;padding:30px 0 20px}
.block.block-subscribe.home-sidebar-block .block-content p{line-height:1.8}
.block.block-subscribe.home-sidebar-block .input-box{padding:10px 10px 40px}
.block.block-subscribe.home-sidebar-block .input-box input.input-text{float:left;padding:5px 60px 5px 10px;border:1px solid #d3d3d3;border-radius:5px;background-color:#fefefe;line-height:16px}
.block.block-subscribe.home-sidebar-block button.button{float:left;margin-left:-51px;width:50px;height:34px}
.block.block-subscribe.home-sidebar-block button.button span{min-width:49px;padding:0;line-height:32px;height:32px;background-color:#fefefe;color:#515151;border:0;border-left:1px solid #d3d3d3;border-radius:0 5px 5px 0}
.block.block-subscribe.home-sidebar-block button.button span span{border:0}
.parallax-subscribe input.input-text{background-color:#e3e2e2;color:#666;height:34px;line-height:18px;padding:8px 100px 8px 10px;width:100%}
.parallax-subscribe button.button{position:absolute;z-index:1;right:0;top:0}
.parallax-subscribe button.button span{height:34px;line-height:34px;padding:0;border-radius:0 3px 3px 0;width:90px;min-width:90px}
.block.block-layered-nav{border:0;margin-top:-14px}
.block.block-layered-nav .block-content{background-color:transparent}
.block.block-layered-nav .block-content ol{margin:0}
dl#narrow-by-list{margin:0}
.block-layered-nav dt,.block-layered-nav .currently .block-subtitle,.block-category-nav .block-title{padding:10px 15px;font-size:14px;font-weight:700;text-transform:uppercase;border:1px solid #ddd;background-color:#f5f5f5;color:#777;position:relative;cursor:pointer;border-radius:7px 7px 0 0;margin-top:14px}
.catalog-category-view .block-category-nav .block-title{margin-top:0;margin-bottom:0}
.block-layered-nav dt.closed,.block-category-nav .block-title.closed{border-radius:7px}
.block-layered-nav dt:before,.block-category-nav .block-title:before{content:"\e80d";width:26px;height:26px;display:block;border:1px solid #ddd;font-family:'porto';position:absolute;right:15px;top:50%;margin-top:-13px;border-radius:3px;color:#ccc;text-align:center;line-height:24px;background-color:#fff;font-size:10px}
.block-layered-nav dt.closed:before,.block-category-nav .block-title.closed:before{content:"\e80b"}
.block-layered-nav dt:hover:before,.block-category-nav .block-title:hover:before{background-color:#08c;color:#fff}
.block-layered-nav dd,.block-category-nav .block-content{padding:10px 15px;font-size:14px;border:1px solid #ddd;border-top:0;border-radius:0 0 7px 7px;background-color:#fbfbfb}
.block-layered-nav dd a{color:#777;font-size:14px;line-height:2.5}
.block-layered-nav .currently ol{border:1px solid #ddd;border-width:0 1px;background-color:#fbfbfb;padding:10px 0;margin:0}
.block-layered-nav .currently li{padding:5px 15px;position:relative;z-index:1;line-height:1.5}
.block-layered-nav .currently .label{padding:0;text-transform:uppercase;display:inline-block;vertical-align:middle}
.block-layered-nav .currently .value{display:inline-block;vertical-align:middle}
.block-layered-nav .currently .btn-previous,.block-layered-nav .currently .btn-remove{position:absolute;right:15px;top:4px;margin:0;line-height:21px;padding:0}
.block-layered-nav .currently .btn-previous{right:17px}
.block-layered-nav .actions{font-size:12px;padding:10px 15px;background:#f7f7f7;border:1px solid #ddd;border-radius:0 0 7px 7px;text-align:right;margin-bottom:14px}
.block-layered-nav .actions a{float:none}
.price.price-filter-slider{margin:15px 0 10px;white-space:normal!important}
.price-filter-slider .text-box{text-align:center}
.price-filter-slider .text-box >span{line-height:26px;vertical-align:middle}
.price-filter-slider .text-box *{white-space:normal;margin:5px 0}
.price-filter-slider .text-box input.go{background-color:#08c;border:0;height:26px;line-height:26px;color:#fff;border-radius:5px;padding:0 10px;font-size:14px}
.block-currency select{width:240px;max-width:100%}
.cms-index-index .block-category-nav{margin:0}
.block-category-nav{border-radius:7px;border-color:#ddd;overflow:hidden;margin-bottom:28px;line-height:1.42857143}
.block-category-nav .block-title{cursor:pointer;margin:0}
.block-category-nav .block-title strong{padding:0}
.block-category-nav .block-content{padding:10px 15px}
.block-category-nav .category-list{list-style:none;padding:0;margin:0}
.block-category-nav .category-list li{position:relative}
.block-category-nav .category-list a{color:#777;font-size:14px;line-height:2.5}
.block-category-nav .category-list ul{padding-left:15px;margin:0;list-style:none;display:none}
.block-category-nav .category-list a.plus{position:absolute;right:1px;color:#08c;font-size:16px;line-height:32px}
.top-container .category-banner{background-color:transparent}
.top-container .category-banner .banner-image{width:100%}
.category-banner .owl-theme .owl-controls{position:relative;margin-top:-30px;height:30px}
.category-banner .banner-text{position:absolute;top:30%;width:100%;color:#fff}
.category-banner .banner-text h2{font-size:50px;color:#fff}
.category-banner .banner-text p{font-size:26px;font-weight:300}
.category-boxed-banner{margin-bottom:25px}
.category-boxed-banner.owl-theme .owl-controls{margin-top:-30px;position:relative;height:30px}
.category-boxed-banner.owl-theme .owl-controls .owl-page span{background:#fff}
.category-boxed-banner .owl-item .item{border-radius:5px;overflow:hidden;position:relative}
.category-boxed-banner .owl-item .item img{width:100%;height:auto}
.category-boxed-banner .banner-text{position:absolute;top:40%;left:4%;color:#fff;width:100%}
.category-boxed-banner .banner-text h2{font-size:35px;color:#fff;background-color:#333;background-color:rgba(23,23,23,.9);padding:5px 10px;display:inline-block;line-height:1}
.category-boxed-banner .banner-text p{font-size:16px;font-weight:300;background-color:#666;background-color:rgba(23,23,23,.65);padding:7px 12px;line-height:1.4}
.category-boxed-banner .banner-text a.shop-now{margin-left:20px;font-size:16px}
.category-image{width:100%;overflow:hidden;margin:0 0 30px;text-align:center}
.category-image img{width:100%}
.category-description{margin:0 0 15px}
.category-products .products-grid{margin-left:-10px;margin-right:-10px;list-style:none}
.category-products .products-grid li.item{float:left;padding:10px;padding-bottom:0!important}
.category-products .products-grid li.item .item-area{width:100%;position:relative}
.category-products .products-grid li.item .product-image{width:100%;display:block;position:relative;z-index:0;overflow:hidden;border-radius:3px;background:#fff;min-height:100px}
.category-products li.item .product-image img{width:100%;transition:all .3s}
.category-products li.item .product-image img.defaultImage{opacity:1;filter:alpha(opacity=100)}
.category-products li.item .product-image img.hoverImage{position:absolute;top:0;left:0;opacity:0;filter:alpha(opacity=0)}
.category-products li.item .product-image-area:hover .product-image img.defaultImage{opacity:0;filter:alpha(opacity=0)}
.category-products li.item .product-image-area:hover .product-image img.hoverImage{opacity:1;filter:alpha(opacity=100)}
.category-products .products-grid li.item .details-area{padding:10px;text-align:center}
.category-products .products-grid li.item .details-area .product-name{margin:0 0 3px}
.category-products .products-grid li.item .details-area .product-name a{font-size:15px}
.col-main.filter-products .product-name a{color:#fff}
.col-main.filter-products li.item:hover .details-area .product-name a{color:#777}
.col-main.filter-products .price-box .price{color:#fff}
.col-main.filter-products li.item:hover .price-box .price{color:#08c}
.col-main.filter-products li.item:hover .price-box .old-price .price{color:#a0a09f}
.category-products .products-grid li.item .details-area .ratings .amount{display:none}
.item .item-area .details-area .ratings .amount{display:none}
a.addtocart{color:#333;background-color:#fff;font-size:15px;padding:0 10px 0 5px;display:inline-block;height:32px;line-height:30px;border-radius:5px;border:1px solid #ccc}
a.addtocart.outofstock{padding:0 10px;cursor:default}
a.addtocart i.icon-cart{font-size:15px}
a.addtocart:hover{text-decoration:none}
a.addtowishlist{color:#ed4949;background-color:transparent;font-size:16px;display:inline-block;height:32px;width:32px;line-height:32px;border:1px solid #ed4949;border-radius:5px;text-align:center}
a.addtowishlist:hover{color:#ed4949}
a.comparelink{color:#52b9b5;background-color:transparent;font-size:16px;display:inline-block;height:32px;width:32px;line-height:32px;border:1px solid #52b9b5;border-radius:5px;text-align:center}
a.comparelink:hover{color:#52b9b5}
.item .details-area .actions{margin:0 -10px}
.item .details-area .actions a{margin:10px 1px;vertical-align:middle;visibility:hidden;opacity:0;filter:Alpha(Opacity=0)}
.category-products ol.products-list .item .details-area .actions a{visibility:visible;opacity:1;filter:Alpha(Opacity=100);position:static!important}
.item .details-area .actions a.addtowishlist{position:relative;right:-37px}
.item:hover .details-area .actions a.addtowishlist{visibility:visible;opacity:1;filter:Alpha(Opacity=100);right:0}
.item .details-area .actions a.comparelink{position:relative;left:-37px}
.item:hover .details-area .actions a.comparelink{visibility:visible;opacity:1;filter:Alpha(Opacity=100);left:0}
.item .details-area .actions a.addtocart{visibility:visible;opacity:1;filter:Alpha(Opacity=100)}
.item:hover .details-area .actions a.addtocart,.category-products .products-list li.item .details-area .actions a.addtocart{border-color:#08c;color:#fff;background-color:#08c}
.item:hover .details-area .actions a.addtocart.outofstock,.category-products .products-list li.item .details-area .actions a.addtocart.outofstock{color:#333!important;background-color:#fff!important;border-color:#ccc!important}
.details-area .actions a:hover{opacity:.8;filter:Alpha(Opacity=80)}
.hide-addtolinks .item .details-area .actions a.addtowishlist,.hide-addtolinks .item .details-area .actions a.comparelink,.hide-addtocart .item .details-area .actions a.addtocart,.hide-addtolinks .item .product-image-area .actions a.addtowishlist,.hide-addtolinks .item .product-image-area .actions a.comparelink,.hide-addtocart .item .product-image-area .actions a.addtocart{display:none}
.category-products .products-grid li.item .details-area .compare-area{padding:10px 0;border-top:1px solid #f7f7f7}
.category-products .products-grid li.item .details-area .compare-area .comparelink{font-size:13px;float:right}
.category-products .products-grid li.item .details-area .compare-area .ratings{float:left;margin:2px 0}
.category-products .products-grid.columns2 li.item{width:50%}
.category-products .products-grid.columns2 li.item.nth-child-2np1{clear:left}
.category-products .products-grid.columns3 li.item{width:33.33%}
.category-products .products-grid.columns3 li.item.nth-child-3np1{clear:left}
.category-products .products-grid.columns4{margin-left:-10px;margin-right:-10px}
.category-products .products-grid.columns4 li.item{float:left;padding:10px}
#slideshow .category-products .products-grid.columns4 li.item:hover{padding:20px 10px}
.category-products .products-grid.columns4 li.item{width:25%}
.category-products .products-grid.columns4 li.item.nth-child-4np1{clear:left}
.category-products .products-grid.columns5{margin-left:-5px;margin-right:-5px}
.category-products .products-grid.columns5 li.item{float:left;padding:10px 5px;width:20%}
.category-products .products-grid.columns5 li.item.nth-child-5np1{clear:left}
.category-products .products-grid.columns6{margin-left:-4px;margin-right:-4px}
.category-products .products-grid.columns6 li.item{float:left;padding:10px 4px;width:16.66%}
.category-products .products-grid.columns6 li.item.nth-child-6np1{clear:left}
.category-products .products-grid.columns7{margin-left:-3px;margin-right:-3px}
.category-products .products-grid.columns7 li.item{float:left;padding:10px 3px;width:14.28%}
.category-products .products-grid.columns7 li.item.nth-child-7np1{clear:left}
.category-products .products-grid.columns8{margin-left:-3px;margin-right:-3px}
.category-products .products-grid.columns8 li.item{float:left;padding:10px 3px;width:12.5%}
.category-products .products-grid.columns8 li.item.nth-child-8np1{clear:left}
.category-products .products-list{margin:0 -10px}
.category-products .products-list li.item{width:100%;padding:10px}
.category-products .products-list li.item .item-area{width:100%;position:relative}
.products-list .product-image-area{width:20%;float:left}
.products-list .product-image-area img{width:100%;transition:all ease-in 400ms;transform-origin:50% 0;-webkit-transform-origin:50% 0}
.products-list .details-area{width:80%;float:left;padding:0 20px}
.products-list .details-area .product-name{font-size:16px;line-height:1}
.products-list .details-area .product-name a{color:#666}
.products-list .details-area .action-area{margin-top:15px}
.products-list .details-area .price-box{margin:5px 0}
.products-list .details-area .short-desc{font-size:15px;line-height:1.5;color:#777}
.products-list .details-area .actions{display:block;margin:0}
.products-grid .ratings{margin:5px 0 10px}
.products-list .ratings{background:none;margin:10px 0}
.products-list .ratings .amount{display:none}
.product-image-area{position:relative;background:#fff;overflow:hidden;border:1px solid #ddd;border-radius:7px;padding:3px;z-index:0}
.product-label{position:absolute;font-size:15px;font-weight:700;color:#fff;line-height:1;top:10px;z-index:3}
.product-label span{position:relative;padding:7px 10px;font-size:13px;font-weight:600;text-transform:uppercase;border-radius:4px}
span.sale-product-icon{background-color:#e27c7c;display:block;text-align:center}
span.new-product-icon{background-color:#62b959;display:block;text-align:center}
.no-rating{margin-bottom:20px}
.ratings{font-size:12px;line-height:1.25;margin:3px 0;background:url(https://en.newsha.com/skin/frontend/smartwave/newsha_bluro/images/rating-bar.png) center no-repeat;height:14px}
div.star-rating a{transition:initial}
.block-related .ratings{background-image:none}
.product-view .product-essential .ratings{background:none;margin-bottom:15px;height:20px;padding-left: 2px;}
.product-view .product-essential .ratings .rating-box{width:74px;height:15px}
.product-view .product-essential .ratings .rating-box .rating{height:15px}
.product-view .product-essential .ratings .rating-box:before{height:15px;font-size:14px;line-height:15px}
.product-view .product-essential .ratings .rating-box .rating:before{height:15px;font-size:14px;line-height:15px}
.ratings strong{float:left;margin:1px 3px 0 0}
.ratings .rating-links{margin:0;display:inline-block;vertical-align:middle;margin-left:12px}
.ratings .rating-links >a,.no-rating a{line-height:20px;font-size:15px;color:#bdbdbd}
.ratings .rating-links .separator{margin:0 5px;vertical-align:top;line-height:17px;color:#777}
.rating-box{width:64px;height:11px;font-size:0;line-height:0;text-indent:-999em;overflow:hidden;position:relative}
.rating-box:before{font-family:"porto";content:"\e852\20\e852\20\e852\20\e852\20\e852";height:11px;color:#c3c5c9;display:block;font-size:12px;line-height:11px}
.rating-box .rating{float:left;height:10px;position:absolute;left:0;top:0;overflow:hidden}
.rating-box .rating:before{font-family:"porto";content:"\e852\20\e852\20\e852\20\e852\20\e852";height:10px;color:#ffc600;display:block;font-size:12px;line-height:11px}
.ratings .rating-box{display:inline-block;vertical-align:middle}
.ratings-table{margin:20px 0 40px;border:1px solid #ddd}
.ratings-table th,.ratings-table td{font-size:14px;line-height:1.15;padding:3px 0}
.ratings-table th{font-weight:700;padding-right:8px}
.ratings-table.data-table thead th{font-size:12px;padding:0 15px}
.ratings-table.data-table input.radio{margin:0}
.ratings-table.data-table .nobr{display:block;line-height:20px;font-weight:600}
.product-view #product-customer-reviews{margin-top:-20px}
.product-view #product-customer-reviews li{border-bottom:1px solid #eee;padding:20px 0 10px}
.avatar-image{float:left}
.review-area{line-height:25px;margin-left:80px}
.review-area .review-title{font-size:18px}
.review-area .review-by{font-style:italic;font-size:13px;color:#ccc}
.review-area .review-by b{color:#08c;font-weight:400}
.review-area .ratings-list{margin-bottom:5px}
.review-area .ratings-list .rating-item{display:inline-block;vertical-align:middle;margin-right:10px;padding-left: 2px;}
.review-area .ratings-list .label{vertical-align:middle;font-size:13px;padding:0 5px 0 0;font-weight:400}
.review-area .ratings-list .rating-box{display:inline-block;vertical-align:middle}
.add-review{padding-top:15px}
.add-review h3{font-size:16px;text-transform:uppercase;margin-bottom:15px}
.add-review h4{font-size:14px;font-weight:400;margin-bottom:10px}
.add-review span.rating-type{font-weight:400;font-size:13px}
.add-review .rating-block{margin-bottom:10px}
.availability{margin:0}
.availability span{font-weight:700}
.availability.out-of-stock span{color:#d83820}
.availability-only{margin:10px 0;line-height:16px;background:transparent;padding-left:0}
.availability-only span,.availability-only a{border-bottom:1px dashed #08c;color:#000}
.availability-only a{cursor:pointer;text-decoration:none}
.availability-only strong{color:#08c}
.availability-only-details{margin:0 0 10px;border:1px solid #ccc}
.availability-only-details th{background:#f5f5f5;font-size:14px;padding:5px 10px;border-bottom:1px solid #ccc}
.availability-only-details td{background:#fff;border-bottom:1px solid #ccc;font-size:14px;padding:5px 10px}
.availability-only-details tr.odd td.last{color:inherit;font-weight:400}
.product-view .product-shop .availability{font-size:11px}
.product-view .product-shop .availability span{font-weight:400;margin-left:5px}
.email-friend{margin:0}
.alert-price{margin:0;font-size:11px}
.alert-stock{margin:0;font-size:11px}
.price{white-space:nowrap!important}
.price-box{margin:10px 0 5px}
.price-box .price{font-weight:600;color:#444}
.price-box a{display:inline-block;vertical-align:middle;line-height:20px}
.regular-price{color:#444}
.regular-price .price{font-weight:600;font-size:16px;color:#444;display:inline-block;vertical-align:middle;line-height:1}
.old-price{margin:0;display:inline-block;vertical-align:middle}
.std .price-box p{margin:0}
.old-price .price-label{white-space:nowrap;display:none}
.old-price .price{color:#999;text-decoration:line-through;font-size:15px;vertical-align:middle}
.special-price{margin:0;display:inline-block;vertical-align:middle;line-height:1}
.special-price .price-label{font-size:14px;font-weight:700;white-space:nowrap;display:none}
.special-price .price{font-size:20px}
.minimal-price{margin:0}
.minimal-price .price-label{font-weight:400;white-space:nowrap}
.minimal-price-link{display:inline-block;vertical-align:middle}
.minimal-price-link .label{color:#ccc;display:inline-block;vertical-align:middle;font-size:14px;font-weight:400;padding:0 0 0 10px}
.minimal-price-link .price{font-weight:400;display:inline-block;vertical-align:middle;font-size:14px}
.price-excluding-tax{display:inline-block;color:#999}
.price-excluding-tax .label{white-space:nowrap;color:#999}
.price-excluding-tax .price{font-size:14px;font-weight:400;color:#08c}
.price-including-tax{display:inline-block;color:#999}
.price-including-tax .label{white-space:nowrap;color:#999}
.price-including-tax .price{font-size:14px;font-weight:700;color:#08c}
.configured-price{margin:0}
.configured-price .price-label{font-weight:700;white-space:nowrap}
.configured-price .price{font-weight:700}
.weee{display:inline-block;font-size:12px;color:#444}
.weee .price{font-size:12px;font-weight:400}
.price-excl-tax{display:inline-block}
.price-excl-tax .label{display:inline-block;white-space:nowrap}
.price-excl-tax .price{display:inline-block}
.price-incl-tax{display:block}
.price-incl-tax .label{display:block;white-space:nowrap}
.price-incl-tax .price{display:block;font-weight:700}
.price-from{margin:0;display:inline-block;vertical-align:middle;font-size:18px}
.price-from .price-label{font-weight:700;white-space:nowrap;display:none}
.price-to{margin:0;display:inline-block;vertical-align:middle;font-size:18px}
.price-to:before{content:"-";color:#444;font-weight:700}
.price-to .price-label{font-weight:700;white-space:nowrap;display:none}
.price-notice{padding-left:10px;color:#999}
.price-notice .price{font-weight:700;color:#2f2f2f}
.price-as-configured{margin:0}
.price-as-configured .price-label{font-weight:700;white-space:nowrap}
.price-box-bundle{padding:0 0 10px}
.price-box-bundle .price-box{margin:0!important;padding:0!important}
.price-box-bundle .price{color:#555}
.product-pricing,.tier-prices{margin:10px 0;padding:10px;background-color:#f4f7f7;border:1px solid #dadddd;color:#424242}
.tier-prices li{line-height:1.4;padding:2px 0}
.tier-prices .benefit{font-style:italic;font-weight:700;color:#2f2f2f}
.tier-prices .price{font-weight:700;color:#2f2f2f}
.tier-prices-grouped li{padding:2px 0;color:#e26703}
.tier-prices-grouped li .price{font-weight:700}
.add-to-links{font-size:12px;margin:5px 0 0}
.add-to-links .separator{display:none}
.add-to-cart label{float:left;margin-right:5px;font-weight:700;color:#666;display:none}
.add-to-cart .qty{margin-right:2px;display:inline-block;vertical-align:middle;height:38px;width:35px!important;font-size:15px;text-align:center;color:#08c;border-color:#e1e1e1}
.add-to-cart button.button{display:inline-block;height:38px;width:160px;min-width:110px;vertical-align:middle}
.add-to-cart button.button span{height:38px;line-height:38px;font-weight:400;font-size:15px;border-radius:5px;padding:0;min-width:110px;padding-right:5px}
.add-to-cart button.button span i{margin-right:10px}
.add-to-cart .paypal-logo{clear:left;margin:0;text-align:left}
.add-to-cart .paypal-logo .paypal-or{clear:both;display:block;margin:5px 60px}
.product-view .add-to-cart .paypal-logo{margin:0}
.bml-checkout-type{list-style:none}
.bml-checkout-type .bml_button{width:150px;display:inline-table}
.add-to-box{padding:0 0 20px;margin-top:20px;border-bottom:1px solid #ebebeb}
.col1-layout .product-options-bottom,.col1-layout .add-to-box{border:0}
.add-to-box .add-to-cart{float:left}
.add-to-box .or{float:left;font-weight:700;margin:0 7px;color:#666}
.add-to-box .add-to-links{float:left;margin:0;font-size:12px!important;line-height:1.25!important;text-align:left!important}
.add-to-box .add-to-links li .separator{display:none!important}
.product-collateral{position:relative;margin-top:50px}
.product-collateral .box-collateral{margin:0 0 25px}
.product-tabs>ul{position:relative;bottom:-1px}
.product-tabs>ul li{float:left;border:1px solid #eee;border-width:3px 1px 0;border-radius:5px 5px 0 0;margin-right:1px;background-color:#f4f4f4}
.product-tabs>ul li a{display:inline-block;padding:10px 15px;color:#08c;font-size:15px;line-height:1}
.product-tabs.vertical>ul li a{display:block}
.product-tabs>ul li.active{background-color:#fff;border-top-color:#08c}
.product-tabs .tab-content{padding:37px 15px;border:1px solid #eee;min-height:200px;border-radius:0 0 3px 3px;box-shadow:0 1px 2px #eee;background-color:#fff}
.product-tabs .tab-content >h2{display:none}
.box-tags >h2{display:none}
li.etalage_small_thumbs{margin-top:8px;top:100%}
.etalage.vertical li.etalage_small_thumbs{margin-top:0}
.product-view .product-img-box{margin-bottom:150px}
.product-view .product-img-box.vertical{margin-bottom:0}
.product-view .product-img-box img.zoomImg{background-color:#fff;z-index:2}
.product-view .product-img-box li.etalage_thumb,.product-view .product-img-box li.etalage_small_thumbs li{padding:3px;border:1px solid #ddd;border-radius:7px;background:#fff;max-width:100%}
.product-view .product-img-box .etalage_small_thumbs li{cursor:pointer;margin-top:10px}
.product-view .product-img-box .etalage-control{position:absolute;width:100%;height:0;left:0;top:50%;margin-top:-20px;visibility:hidden;transition:all .3s;z-index:2}
.product-view .product-img-box:hover .etalage-control{visibility:visible}
.product-view .product-img-box .etalage-control a{display:block;position:absolute;font-size:40px;left:auto;right:auto;top:0}
.product-view .product-img-box .etalage-control a.etalage-prev{margin:0;left:0;top:0}
.product-view .product-img-box .etalage.vertical+.etalage-control a.etalage-prev{left:20%}
.product-view .product-img-box .etalage-control a.etalage-next{margin:0;right:0;top:0}
.product-view .product-img-box a.fancy-images{display:none}
.product-view .product-img-box .etalage a.fancy-images{position:absolute;right:10px;bottom:10px;z-index:99;display:none}
.product-view .product-img-box .etalage .etalage_thumb_active a.fancy-images{display:block}
.col3-layout .product-view .product-img-box{float:none;margin:0 auto}
.product-view .product-img-box .product-image{margin:0 0 13px}
.product-view .product-img-box .product-image-zoom{position:relative;width:265px;height:265px;overflow:hidden;z-index:9}
.product-view .product-img-box .product-image-zoom img{position:absolute;left:0;top:0;cursor:move}
.product-view .product-img-box .zoom-notice{font-size:12px;margin:0 0 5px;text-align:center}
.product-view .product-img-box .zoom{position:relative;z-index:9;height:18px;margin:0 auto 13px;padding:0 28px;background:url(https://en.newsha.com/skin/frontend/smartwave/newsha_bluro/images/slider_bg.gif) 50% 50% no-repeat;cursor:pointer}
.product-view .product-img-box .zoom.disabled{-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=30);opacity:.3}
.product-view .product-img-box .zoom #track{position:relative;height:18px}
.product-view .product-img-box .zoom #handle{position:absolute;left:0;top:-1px;width:9px;height:22px;background:url(https://en.newsha.com/skin/frontend/smartwave/newsha_bluro/images/magnifier_handle.gif) 0 0 no-repeat}
.product-view .product-img-box .zoom .btn-zoom-out{position:absolute;left:2px;top:0}
.product-view .product-img-box .zoom .btn-zoom-in{position:absolute;right:2px;top:0}
.product-view .product-img-box .more-views h2{font-size:12px;border-bottom:1px solid #ccc;margin:0 0 8px;text-transform:uppercase}
.product-view .product-img-box .more-views ul{margin-left:-9px}
.product-view .product-img-box .more-views li{float:left;margin:0 0 8px 9px}
.product-view .product-img-box .more-views li a{float:left;width:56px;height:56px;border:2px solid #ddd;overflow:hidden}
.product-image-popup{margin:0 auto}
.product-image-popup .buttons-set{float:right;clear:none;border:0;margin:0;padding:0}
.product-image-popup .nav{font-weight:700;margin:0 100px;text-align:center}
.product-image-popup .image{display:block;margin:10px 0}
.product-image-popup .image-label{font-size:14px;font-weight:700;margin:0 0 10px;color:#2f2f2f}
.product-view .product-name{margin:0 0 5px}
.product-view .product-name h1{margin:15px 0;font-size:28px;font-weight:600;line-height:1;color:#555}
.product-view .product-shop .availability{margin:0 0 10px;font-size:15px;color:#777;font-weight:600}
.product-view .product-shop .short-description{padding:5px 0 20px;border-bottom:1px solid #ebebeb;font-size:15px;font-weight:300;line-height:1.5}
.product-view .product-shop .short-description h2{display:none}
.product-view .product-shop .price-box{margin:0 0 20px}
.product-view .product-shop .price-box .regular-price .price{font-size:36px;color:#08c}
.product-view .product-shop .price-box .old-price{vertical-align:bottom}
.product-view .product-shop .price-box .old-price .price{font-size:16px;line-height:1.2;font-weight:400}
.product-view .product-shop .price-box .special-price .price{font-size:33px;color:#08c;line-height:1}
.product-view .add-to-links{margin:3px 0;padding:0;text-align:left;display:inline-block;vertical-align:middle}
.product-view .add-to-links li,.product-view .add-to-links li .separator{display:inline}
.product-view .add-to-links a{border-width:1px;border-style:solid;border-radius:3px;width:32px;height:32px;display:inline-block;text-align:center;line-height:30px;font-size:16px;margin-left:8px}
.product-view .add-to-links a:hover{opacity:.9;filter:Alpha(Opacity=90)}
.product-view .add-to-links a > span{display:none}
.product-view .product-info{padding-bottom:20px;margin-top:20px;border-bottom:1px solid #ebebeb}
.col1-layout .product-view .product-info{border:0}
.data-table.grouped-items-table{margin-bottom:20px}
.data-table.grouped-items-table th,.data-table.grouped-items-table td{padding:10px 20px}
.product-view .product-shop .grouped-items-table .price-box .price{font-size:18px}
.product-view .product-shop .grouped-items-table .price-box .old-price .price{font-size:14px}
.product-options{margin:20px 0 0;position:relative;padding-bottom:20px;border-bottom:1px solid #ebebeb}
/*.col1-layout .product-options{float:left;width:50%;border:0}
.col1-layout .product-view .product-options + div.clearer,.col1-layout .product-view .product-info + div.clearer{border-bottom:1px solid #ebebeb}*/
.product-options dl{margin:0;margin-bottom:-20px}
.product-options dt{padding:0 0 10px;font-weight:400}
.product-options dt label{font-weight:700;color:#777;font-size:14px}
.product-options dt label.required em{color:#eb340a}
.product-options dd .qty-holder{display:block;padding:10px 0 0}
.product-options dd .qty-holder label{vertical-align:middle}
.product-options dt .qty-disabled{background:none;border:0;padding:3px;color:#2f2f2f}
.product-options dd{margin:0 0 20px}
.product-options dd input.input-text{width:98%}
.product-options dd input.datetime-picker{width:150px}
.product-options dd .time-picker{display:-moz-inline-box;display:inline-block;padding:2px 0;vertical-align:middle}
.product-options dd textarea{width:98%;height:8em}
.product-options dd select{width:100%}
.product-options dd .multiselect option{border-bottom:1px dotted #d9e5ee;padding:2px 4px}
.product-options ul.options-list{margin-right:5px}
.product-options ul.options-list li{line-height:1.5;padding:2px 0}
.product-options ul.options-list input.radio{float:left;margin-top:3px}
.product-options ul.options-list input.checkbox{float:left;margin-top:3px}
.product-options ul.options-list .label{display:block;margin-left:18px}
.product-options ul.options-list label{font-weight:400}
.product-options ul.validation-failed{padding:0 7px}
.product-options p.note{margin:0;font-size:11px}
.product-options p.required{display:none}
.product-options-bottom .product-pricing,.product-options-bottom .tier-prices{margin:0;padding:0 0 10px;border:0;background:0;color:#e26703}
.product-options-bottom .tier-prices li{background:0;padding:2px 0}
.product-options-bottom .tier-prices .price,.product-options-bottom .tier-prices .benefit{color:#e26703}
.product-options-bottom .price-box{float:left;margin:0;padding:0}
.product-options-bottom .add-to-links{clear:both;padding:5px 0 0;text-align:left}
.col3-layout .product-options-bottom .price-box{float:none;padding:0 0 5px}
.product-options-bottom .price-label{float:left;padding-right:5px}
.product-options-bottom .price-tax{float:left}
.product-options-bottom .add-to-cart{display:inline-block;vertical-align:middle;margin-right:20px}
.product-options-bottom{padding:0 0 20px;margin-top:20px;border-bottom:1px solid #ebebeb}
.product-options-bottom .price-box{float:none;margin:0 0 5px;display:none}
.product-options-bottom .price-label{float:none;padding-right:0}
.product-options-bottom .price-tax{float:none}
.product-options-bottom .add-to-cart-box{clear:both;float:left;padding-top:12px}
.product-options-bottom .add-to-links{padding:0;text-align:left;display:inline-block;vertical-align:middle;margin:3px 0}
.product-options-bottom .add-to-links li:first-child a{margin-left:0}
.qty-holder{display:inline-block;vertical-align:middle;margin-right:7px;width:60px}
.qty-changer{display:inline-block;vertical-align:middle}
.qty-changer >a{width:16px;height:16px;display:block;border:1px solid #e1e1e1;color:#ccc;line-height:14px;text-align:center;margin-bottom:6px;border-radius:3px;font-size:9px;background-color:#fff}
.qty-changer >a.qty_dec{margin-bottom:0}
.product-view .grouped-items-table .price-box{margin:0;padding:0}
.product-view .box-additional .data-table th,.product-view .box-additional .data-table td{line-height:1.25}
.product-view .box-up-sell{margin-top:50px}
.product-view .box-up-sell >h2{border-bottom:0;padding:0;margin:0 0 10px;font-size:16px;font-weight:700;color:#313131;text-transform:uppercase;background:url(https://en.newsha.com/skin/frontend/smartwave/newsha_bluro/images/bkg_3.png) right center no-repeat}
.product-view .box-up-sell >h2 span{padding-right:20px;background-color:#fff}
.product-view .box-tags{margin:0}
.product-view .box-tags h3{font-size:13px}
.product-view .box-tags .product-tags{display:block;margin:0 0 15px}
.product-view .box-tags .product-tags li{display:inline;background:url(https://en.newsha.com/skin/frontend/smartwave/newsha_bluro/images/bkg_pipe3.gif) 100% 4px no-repeat;padding:0 7px 0 4px}
.product-view .box-tags .product-tags li.first{padding-left:0}
.product-view .box-tags .product-tags li.last{background:none;padding-right:0}
.product-view .box-tags .form-add label{display:block;font-size:16px;margin:0 0 20px}
.product-view .box-tags .form-add .input-box{float:left;margin-right:10px}
.product-view .box-tags .form-add input.input-text{width:250px;height:38px;padding:10px}
.product-view .box-tags .note{margin:20px 0 0}
.product-view .box-reviews dl{margin:15px 0}
.product-view .box-reviews dt a,.product-view .box-reviews dt span{font-weight:700}
.product-view .box-reviews dd{margin:0 0 15px}
.product-view .box-reviews dd small{font-style:italic}
.product-view .box-reviews .form-add{margin:15px 0 0}
.product-view .box-reviews .form-add h3{font-size:14px;font-weight:400}
.product-view .box-reviews .form-add h3 span{font-weight:700}
.product-view .box-reviews .form-add h4{font-size:12px}
.product-view .box-reviews .form-add .data-table td{text-align:center}
.product-view .box-reviews .form-add .form-list{margin:15px 0 0}
.product-view .box-reviews .form-add .form-list .input-box{width:360px}
.product-view .box-reviews .form-add .form-list input.input-text,.product-view .box-reviews .form-add .form-list textarea{width:354px}
.send-friend .form-list{width:615px;overflow:hidden}
.send-friend .form-list li{margin-right:-15px}
.send-friend .form-list li p{margin:0 15px 0 0}
.send-friend .form-list .field{width:315px}
.send-friend .form-list .input-box{width:300px}
.send-friend .form-list input.input-text,.send-friend .form-list textarea{width:294px}
.send-friend .form-list li.wide .input-box{width:612px}
.send-friend .form-list li.wide textarea{width:609px}
.send-friend .buttons-set .limit{float:right;margin:0 7px 0 0;font-size:12px;line-height:21px}
.product-name{margin:10px 10px 10px 0;font-size:1em;font-weight:400}
.product-name a{color:#777}
.product-name a:hover{text-decoration:none}
.tags-list{display:block;font-size:16px;padding:10px 0}
.tags-list li{display:inline!important;margin:0 4px 0 0}
.advanced-search .form-list label{width:160px;padding-right:10px;float:none}
.advanced-search .form-list select{height:80px}
.advanced-search-amount{margin:0 0 10px}
.advanced-search-summary{margin:10px 0;border:1px solid #d6e9c6;background:#dff0d8;padding:10px;color:#3c763d;border-radius:3px}
.advanced-search-summary ul{float:left;width:49%}
.advanced-search-summary p{clear:both;font-weight:700;margin:0}
.page-sitemap .links{text-align:right;margin:0 8px -22px 0}
.page-sitemap .links a{text-decoration:none;position:relative}
.page-sitemap .links a:hover{text-decoration:underline}
.page-sitemap .sitemap{margin:12px}
.page-sitemap .sitemap a{color:#1b2d3b}
.page-sitemap .sitemap li{margin:3px 0}
.page-sitemap .sitemap li.level-0{margin:10px 0 0;font-weight:700}
.page-sitemap .sitemap li.level-0 a{color:#1e7ec8}
.rss-title h1{background:url(https://en.newsha.com/skin/frontend/smartwave/newsha_bluro/images/i_rss-big.png) 0 4px no-repeat;padding-left:27px}
.rss-table .link-rss{display:block;line-height:1.55;background-position:0 4px}
.cart .page-title{border-bottom:0;margin:0 0 12px}
.cart .page-title h1{margin:0 0 20px}
.cart .page-title .checkout-types li{margin:0 0 5px}
.cart .title-buttons .checkout-types{float:right}
.cart .title-buttons .checkout-types li{float:left;margin:0 0 5px 5px}
.cart .checkout-types .paypal-or{margin:0 8px;line-height:2.3;vertical-align:top}
.cart .checkout-types .bml_button{display:inline-table;width:150px;margin:0 0 5px}
.cart .totals .checkout-types .paypal-or{clear:both;display:block;padding:8px 55px 0 0;line-height:1;font-size:11px}
.cart .cart-table-wrap{border:1px solid #ececec;border-radius:8px;background:#fff;display:block;padding:30px;margin-bottom:60px;box-shadow:0 2px 3px rgba(0,0,0,0.08)}
.cart-table thead tr{border-width:0 0 1px}
.cart-table thead th{background-color:transparent;text-transform:none}
.cart-table td{padding:10px;vertical-align:middle;font-size:14px}
.cart-table tbody th,.cart-table tbody td{border-right-width:0}
.cart-table td.last,.cart-table th.last{border-right-width:0}
.cart-table tbody td.pr-img-td{text-align:center;border-right:0}
.cart-table tbody tr{border-left-width:0!important;border-right-width:0!important}
.cart-table tfoot{border-bottom-width:0}
.cart-table tfoot tr.first td{border-width:0}
.cart-table td.product-name-td{color:#777;font-size:14px}
.cart-table td.product-name-td dl.item-options{margin:0}
.cart-table .product-name{margin:0}
.cart-table td.td-total .cart-price{color:#08c}
.cart-table .item-msg{margin:5px 0;font-size:12px;font-weight:700;color:#df280a}
.cart-table tfoot td{padding:15px 5px 0}
.cart-table .btn-continue{float:left}
.cart-table .btn-update,.cart-table .btn-empty{float:right}
.cart-table .btn-update{margin-left:10px}
.cart-table .action-td{padding:15px 0}
.cart-table .qty-holder{width:90px;white-space:nowrap}
.cart .cart-collaterals{margin-bottom:45px}
.cart-collaterals > *{margin-bottom:15px}
.cart .cart-collaterals .col2-set{float:left;width:605px}
.cart .cart-collaterals .col2-set .col-2{width:294px}
.cart .cart-collaterals h2{padding:10px 45px 10px 15px;margin:0;font-size:14px;font-weight:700;text-transform:uppercase;border:1px solid #ddd;background-color:#f5f5f5;color:#000;position:relative;border-radius:7px 7px 0 0}
.cart .crosssell h2{font-size:16px;color:#313131;font-weight:700}
.cart .crosssell .product-image{float:left;height:auto;border:1px solid #ccc;border-radius:5px;padding:2px;width:90px}
.cart .crosssell .product-details{margin-left:105px}
.cart .crosssell .product-name{margin:5px 0}
.cart .crosssell li.item{margin:12px 0}
.cart .crosssell .link-compare{font-weight:400}
.cart .crosssell .price-box{margin:5px 0 10px}
.cart .crosssell button.button > span{border:1px solid #ccc;background:#fff;padding:0 12px}
.cart .crosssell button.button:hover > span{border:1px solid #08c;background:#08c}
.cart .crosssell button.button span{color:#777;font-size:13px;line-height:25px;min-width:0}
.cart .crosssell button.button:hover span{color:#fff}
.cart .crosssell .add-to-links{display:none}
.cart .discount,.cart .shipping{margin-bottom:15px}
.cart .discount .input-box{font-size:13px}
.cart .discount h2,.cart .shipping h2{cursor:pointer;border-radius:7px}
.cart .discount h2.opened,.cart .shipping h2.opened{border-radius:7px 7px 0 0}
.cart .discount h2:before,.cart .shipping h2:before{content:"\e80b";width:26px;height:26px;display:block;border:1px solid #ccc;font-family:'porto';position:absolute;right:15px;top:50%;margin-top:-13px;border-radius:3px;color:#ccc;text-align:center;line-height:24px;background-color:#fff;font-size:10px}
.cart .discount h2.opened:before,.cart .shipping h2.opened:before{content:"\e80d"}
.cart .discount h2:hover:before,.cart .shipping h2:hover:before{background:#08c;border-color:#08c;color:#fff}
.cart .discount h2 + *,.cart .shipping h2 + *{display:none}
.cart .cart-collaterals h2 + *{padding:15px;font-size:14px;border:1px solid #ddd;border-top:0;border-radius:0 0 7px 7px;background-color:#fbfbfb}
.cart .discount p,.cart .shipping p{font-size:14px}
.cart .discount .buttons-set,.cart .shipping .buttons-set{margin:10px 0 0;border:0;padding:0;text-align:left}
.cart .discount .buttons-set button.button,.cart .shipping .buttons-set button.button{float:none;margin-left:0;width:100%}
.cart .discount input.input-text{width:100%}
.cart .shipping .sp-methods{margin:10px 0 0;padding:5px 0 0}
.cart .totals table{width:100%}
.cart .totals tr{border-bottom:1px solid #dcdcdc}
.cart .totals td{padding:10px;line-height:1.4;font-size:16px;font-weight:300;text-align:left!important}
.cart .totals .price{display:block;text-align:right;color:#000;font-size:15px;font-weight:600}
.cart .totals tfoot th{padding:5px 15px 5px 7px}
.cart .totals .checkout-types{font-size:14px;text-align:center}
.cart .totals .checkout-types li{clear:both;margin:10px 0}
.cart .totals tfoot tr{border-bottom-width:0}
.cart .totals button.button{width:100%}
.cart .totals tfoot th strong,.cart .totals tfoot td strong{font-weight:300}
.cart .totals tfoot .price{font-size:17px}
.item-options dt{font-weight:700;font-style:italic}
.item-options dd{padding-left:10px;margin:0 0 6px}
.truncated{cursor:help}
.truncated a.dots{cursor:help}
.truncated a.details{cursor:help}
.truncated .truncated_full_value{position:relative;z-index:999}
.truncated .truncated_full_value .item-options{position:absolute;top:-99999em;left:-99999em;z-index:999;width:250px;padding:8px;border:1px solid #ddd;background-color:#d8d8d6}
.truncated .truncated_full_value .item-options >p{font-weight:700;text-transform:uppercase}
.truncated .show .item-options{top:-20px;left:50%}
.col-left .truncated .show .item-options{left:15px;top:7px}
.col-right .truncated .show .item-options{left:-240px;top:7px}
.sp-methods{margin:0 0 8px}
.sp-methods dt{font-weight:400;margin-bottom:10px}
.sp-methods dd li{margin:5px 0}
.sp-methods label{font-weight:400;color:#777;vertical-align:middle;line-height:19px}
.sp-methods .price{font-weight:400;color:#08c;letter-spacing:0}
.sp-methods .form-list li{margin:0 0 8px}
.sp-methods select.month{width:154px;margin-right:10px}
.sp-methods select.year{width:96px}
.sp-methods input.cvv{width:4em!important}
.sp-methods .checkmo-list li{margin:0 0 5px}
.sp-methods .checkmo-list label{width:135px;padding-right:10px;text-align:right}
.sp-methods .checkmo-list address{float:left}
.sp-methods .centinel-logos a{margin-right:3px}
.sp-methods .centinel-logos img{vertical-align:middle}
.sp-methods .release-amounts{margin:.5em 0}
.sp-methods .release-amounts button{float:left;margin:5px 10px 0 0}
.please-wait{float:right}
.please-wait img{vertical-align:middle}
.cvv-what-is-this{font-size:12px;cursor:help;margin-left:10px;margin-top:10px;display:inline-block}
.tool-tip{border:1px solid #7BA7C9;background:#EAF6FF;padding:15px 20px;position:absolute;z-index:9999}
.tool-tip .btn-close{margin:-9px -14px 0;text-align:right}
.tool-tip .btn-close a{display:block;margin:0 0 0 auto;width:15px;height:15px;text-align:left;text-indent:-999em;overflow:hidden}
.tool-tip .tool-tip-content{padding:5px}
.gift-messages h3{font-weight:400}
.gift-messages-form{position:relative}
.gift-messages-form label{float:none!important;position:static!important}
.gift-messages-form h4{font-size:13px;font-weight:700}
.gift-messages-form .whole-order{margin:0 0 25px}
.gift-messages-form .item{margin:0 0 10px}
.gift-messages-form .item .product-img-box{float:left;width:75px}
.gift-messages-form .item .product-image{margin:0 0 7px}
.gift-messages-form .item .number{margin:0;font-weight:700;text-align:center;color:#8a8987}
.gift-messages-form .item .details{margin-left:90px}
.gift-messages-form .item .details .product-name{font-size:14px;font-weight:700;margin:0 0 10px}
.gift-messages-form .item .details .form-list .field{width:255px}
.gift-messages-form .item .details .form-list .input-box{width:240px}
.gift-messages-form .item .details .form-list input.input-text{width:234px}
.gift-messages-form .item .details .form-list li.wide .input-box{width:500px}
.gift-messages-form .item .details .form-list li.wide textarea{width:494px}
.gift-message-link{font-size:12px;background:url(https://en.newsha.com/skin/frontend/smartwave/newsha_bluro/images/bkg_collapse-gm.gif) 100% 6px no-repeat;padding-right:7px}
.gift-message-link.expanded{background-position:100% -40px}
.gift-message-row{background:#f2efe9}
.gift-message-row .btn-close{float:right;width:16px;height:16px;background:url(https://en.newsha.com/skin/frontend/smartwave/newsha_bluro/images/btn_gm-close.gif) 0 0 no-repeat;font-size:0;line-height:0;text-indent:-999em;overflow:hidden}
.checkout-agreements li{margin:30px 0}
.checkout-agreements .agreement-content{overflow:auto;height:12em;padding:10px;background-color:#fbfbfb;border:1px solid #b6b6b6;line-height:1.4;border-radius:5px}
.checkout-agreements .agree{margin:0;padding:10px 0 10px 11px}
.checkout-agreements .agree input.checkbox{margin-right:6px}
.checkout-agreements .agree label{font-weight:700;color:#666}
.opc .checkout-agreements{border:1px solid #d9dde3;border-width:0 1px;padding:5px 30px}
.opc .checkout-agreements li{margin:20px 0 0}
.opc .checkout-agreements .agreement-content{background-color:#fff;border-color:#e4e4e4;padding:5px}
.opc .checkout-agreements .agree{padding-left:6px}
.centinel .authentication{border:1px solid #ddd;background:#fff}
.centinel .authentication iframe{width:99%;height:400px;background:transparent!important;margin:0!important;padding:0!important;border:0!important}
.opc .centinel{border:1px solid #bbb6a5;border-width:0 1px 1px;padding:10px 30px}
.info-set{background:#fbfaf6 url(https://en.newsha.com/skin/frontend/smartwave/newsha_bluro/images/bkg_checkout.gif) 0 0 repeat-x;border:1px solid #bbb6a5;margin:0 0 25px;padding:20px}
.info-set h2{font-size:14px;font-weight:700;margin:0 0 10px}
.info-set h3,.info-set h4{font-size:14px;font-weight:700;color:#E26703}
.info-set h2 a,.info-set h3 a,.info-set h4 a{font-weight:400}
.info-set h2.legend{margin:-20px -20px 15px;padding:5px 10px;background:#f9f3e3;border-bottom:1px solid #bbafa0;position:relative}
.info-set h3.legend{margin:0 0 10px;color:#0a263c}
.info-set .divider{margin:0 -20px;padding:25px 0;position:relative}
.info-set .box{margin:0 0 15px}
.info-set .box h2{color:#e26703}
.info-set .data-table .product-name{font-size:1em!important;font-weight:700!important;color:#1e7ec8!important}
.info-set .data-table .product-name a{font-weight:700!important}
.info-set .data-table .item-options{margin:5px 0 0}
.block-progress{border:0;margin:0}
.block-progress .block-title{background:none;border:0;padding:0}
.block-progress .block-title strong{color:#313131}
.block-progress .block-content{background:none}
.block-progress dt{background-color:#f5f5f5;border:1px solid #ddd;border-radius:7px;color:#313131;font-size:14px;font-weight:700;margin-top:13px;padding:10px 15px;position:relative;text-transform:uppercase}
.block-progress dd{background-color:#fbfbfb;border:1px solid #ddd;border-radius:0 0 7px 7px;border-top-width:0;font-size:14px;padding:10px 15px}
.block-progress dt.complete{border-radius:7px 7px 0 0}
.block-progress dt .changelink{text-transform:none;font-weight:400}
.block-progress p{margin:0}
.block-progress .cards-list dt{background:none;border:0 none;color:inherit;font-size:13px;margin:5px 0;padding:0}
.block-progress .cards-list dd{border:0 none;margin:0;padding:0}
.block-progress .cards-list .info-table th{font-weight:400}
.opc-block-progress dt.complete a,.opc-block-progress dt.complete .separator{display:inline}
.opc-block-progress dt a,.opc-block-progress dt .separator{display:none}
.opc .buttons-set p.required{margin:0;padding:0 0 10px}
.opc .buttons-set .back-link small{display:none}
.opc .buttons-set .back-link a{background:url(https://en.newsha.com/skin/frontend/smartwave/newsha_bluro/images/i_arrow-top.gif) 0 50% no-repeat;padding-left:16px}
.opc .buttons-set.disabled button.button{display:none}
.opc .ul{list-style:disc outside;padding-left:18px}
.opc{position:relative}
.opc li.section{margin-bottom:5px;box-shadow:0 2px 3px rgba(0,0,0,0.08);border-radius:6px}
.opc .step-title{border:1px solid #ddd;border-radius:4px;background:#d8d8d6;padding:15px;text-align:right}
.opc .step-title .number{float:left;padding:0;margin:0 5px 0 0;color:#08c;font-size:16px;line-height:1}
.opc .step-title h2{float:left;margin:0;line-height:1;color:#08c;font-size:16px}
.opc .step-title a{display:none;float:right;font-size:14px;line-height:1}
.opc .allow .step-title{background:#d8d8d6;color:#777;cursor:pointer}
.opc .active .step-title{cursor:default;border-bottom-width:0;border-radius:6px 6px 0 0}
.opc .step{position:relative;padding:20px 15px;border:1px solid #ddd;border-top-width:0;border-radius:0 0 6px 6px}
.opc .step .tool-tip{right:160px}
.opc ul li{line-height:20px}
#opc-login .buttons-set{padding:0}
#opc-login .col2-set .content{min-height:280px}
#opc-login h3{text-transform:uppercase;margin-bottom:10px}
#opc-login h4{font-size:14px;font-weight:600;margin:10px 0;color:#777}
#opc-login .contents-area{min-height:225px}
#opc-shipping_method .buttons-set{border-top:0}
.opc .gift-messages-form{margin:0;background:#f7f7f7;border:1px solid #ddd;padding:20px;border-radius:5px}
.opc .gift-messages-form .inner-box{padding:5px;height:260px;overflow:auto}
#opc-review .step{font-size:14px}
#opc-review .product-name{font-size:14px}
#opc-review tr td.last .cart-price .price{color:#08c}
#opc-review .data-table tfoot td{border-left:1px solid #dcdcdc;border-bottom:1px solid #dcdcdc;padding:15px 10px;font-size:15px;font-weight:300;line-height:23px}
#opc-review .data-table tfoot td strong{font-weight:300}
#opc-review tfoot .price{font-weight:400}
#opc-review tfoot tr .price{color:#313131;font-weight:600}
#opc-review tfoot tr.last td{background-color:#d8d8d6}
#opc-review .item-options{margin:5px 0 0}
#opc-review .buttons-set p{margin:0;line-height:40px}
#opc-review .buttons-set .please-wait{height:60px;line-height:60px}
#opc-review .authentication{margin:0 auto;width:570px}
#opc-review .warning-message{color:#222;font-weight:700;text-align:center;padding:10px 10px 0}
.checkout-progress{padding:0 90px;margin:0 0 20px}
.checkout-progress li{float:left;width:19%;margin:0 3px 0 0;border-top:10px solid #999;padding:7px 0 0;text-align:center;color:#abb5ba}
.checkout-progress li.active{border-top-color:#08c;color:#08c}
.multiple-checkout h2{font-size:14px;font-weight:600;margin:10px 0}
.multiple-checkout h3,.multiple-checkout h4{font-size:14px;font-weight:600}
.multiple-checkout h2 a,.multiple-checkout h3 a,.multiple-checkout h4 a{font-weight:400}
.multiple-checkout .data-table .product-name{font-size:1em!important;font-weight:700!important;color:#1e7ec8!important}
.multiple-checkout .data-table .product-name a{font-weight:700!important}
.multiple-checkout .data-table .item-options{margin:5px 0 0}
.multiple-checkout .box .box-title,.multiple-checkout .box .box-content{border-radius:0}
.multiple-checkout .gift-messages{margin:15px 0 0}
.multiple-checkout .tool-tip{top:50%;margin-top:-120px;right:20px}
.multiple-checkout .col2-set,.multiple-checkout .col3-set{background-color:#fff;border:1px solid #ececec;border-radius:8px;display:block;padding:30px;margin-bottom:40px;box-shadow:0 2px 3px rgba(0,0,0,0.08)}
.multiple-checkout .col2-set h2.legend{margin:0 0 15px;padding:5px 0;border-bottom:1px solid #ececec;position:relative}
.multiple-checkout .col2-set h3.legend{margin:0 0 10px;color:#0a263c}
.multiple-checkout .col2-set .divider{margin:0 -20px;padding:25px 0;position:relative}
.multiple-checkout .box{margin:0 0 15px}
.multiple-checkout .place-order .please-wait{float:right;padding:11px 15px 0 0}
.multiple-checkout .place-order .grand-total{float:right;height:71px;font-size:1.5em;overflow:hidden}
.multiple-checkout .place-order .grand-total .inner{float:left;height:57px}
.multiple-checkout .place-order .grand-total .inner div{display:inline}
.multiple-checkout .place-order .grand-total big{display:inline;margin-right:12px;line-height:1.4}
.multiple-checkout .place-order .grand-total .price{color:#08c}
.multiple-checkout .place-order .grand-total button.button span{font-size:16px}
.multiple-checkout .place-order .grand-total button.button span span{padding:0 45px 0 36px}
#multiship-addresses-table td{padding:10px}
#multiship-addresses-table tfoot td{padding:5px 10px}
.multiple-checkout .gift-messages-form .item .details .form-list{width:100%;overflow:hidden}
.multiple-checkout .gift-messages-form .item .details .form-list li{margin-right:-15px}
.multiple-checkout .gift-messages-form .item .details .form-list .field{width:230px}
.multiple-checkout .gift-messages-form .item .details .form-list .input-box{width:215px}
.multiple-checkout .gift-messages-form .item .details .form-list input.input-text{width:209px}
.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box{width:445px}
.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea{width:439px}
.checkout-multishipping-shipping .box-sp-methods{position:relative}
.checkout-multishipping-shipping .box-sp-methods .pointer{display:none}
.checkout-multishipping-billing .multiple-checkout{position:relative}
.account-login .content{min-height:169px}
.captcha-note{clear:left;padding-top:5px}
.captcha-image{float:left;display:inline;margin:0;position:relative;width:258px}
.captcha-image .captcha-img{border:1px solid #b6b6b6;vertical-align:bottom;width:100%}
.registered-users .captcha-image{margin:0}
.captcha-reload{cursor:pointer;position:absolute;top:2px;right:2px}
.captcha-reload.refreshing{animation:rotate 1.5s infinite linear}
@-webkit-keyframes rotate {
0%{-webkit-transform:rotate(0);-webkit-transform:rotate(-360deg)}
}
@-moz-keyframes rotate {
0%{-moz-transform:rotate(0);-moz-transform:rotate(-360deg)}
}
@keyframes rotate {
0%{transform:rotate(0);transform:rotate(-360deg)}
}
.window-overlay{background:rgba(0,0,0,.35);position:absolute;top:0;left:0;height:100%;width:100%;z-index:990}
.remember-me label{float:none;margin:0 6px}
.remember-me-popup{background:#fff;border:1px solid #ccc;left:50%;top:50%;position:absolute;margin:-85px 0 0 -200px;width:400px;text-align:left;box-shadow:0 0 6px #ccc;z-index:1000}
.remember-me-popup h3{background:#d9e5ee;border-bottom:1px solid #ccc;font-size:15px;padding:5px 10px}
.remember-me-popup .remember-me-popup-head{position:relative}
.remember-me-popup .remember-me-popup-head .remember-me-popup-close{background:url(https://en.newsha.com/skin/frontend/smartwave/newsha_bluro/images/btn_window_close.gif) no-repeat;display:block;position:absolute;top:7px;right:7px;height:15px;width:15px;text-indent:-9999em}
.remember-me-popup .remember-me-popup-body{padding:10px}
.remember-me-popup .remember-me-popup-body a{display:inline-block;height:19px;border:1px solid #de5400;background:#f18200;padding:0 8px;font:bold 12px/19px Arial,Helvetica,sans-serif;text-align:center;text-decoration:none;white-space:nowrap;color:#fff}
.my-account .title-buttons .link-rss{float:none;margin:0}
.dashboard .welcome-msg{background:#dff0d8;border:1px solid #d6e9c6;border-radius:4px;color:#3c763d;margin:0;padding:10px}
.dashboard .welcome-msg p{margin:0}
.dashboard .welcome-msg p.hello{float:left;margin-right:5px}
.dashboard .col2-set{margin:0 0 25px}
.box-account{margin:30px 0}
.box-account .box-head{margin:0 0 10px;text-align:right;line-height:1.4}
.box-account .box-head h2{float:left;margin:0;font-size:16px;font-weight:700;color:#313131;line-height:1.4}
.box .box-title{padding:10px 15px;border:1px solid #ddd;background-color:#f5f5f5;position:relative;border-radius:7px 7px 0 0}
.box .box-content{padding:20px 15px;font-size:14px;border:1px solid #ddd;border-top:0;border-radius:0 0 7px 7px;background-color:#fbfbfb;min-height:135px}
.box .box-title h3,.box .box-title h4{float:left;font-size:14px;font-weight:700;line-height:18px;text-transform:uppercase;margin:0;color:#313131}
.box .box-title a{float:right;line-height:18px;font-size:12px}
.dashboard .box-reviews .number{float:left;font-size: 1em;font-weight:600;}
.dashboard .box-reviews .details{margin-left:20px}
.dashboard .box-reviews li.item{margin:0 0 7px}
.dashboard .box-reviews li.item.last{margin:0}
.dashboard .box-reviews .ratings{margin:7px 0 0;background:none}
.dashboard .box-tags .number{float:left;font-size:11px;font-weight:700;line-height:1;color:#fff;margin:3px -20px 0 0;padding:2px 3px;background:#0a263c}
.dashboard .box-tags .details{margin-left:20px}
.dashboard .box-tags li.item{margin:0 0 7px}
.dashboard .box-tags li.item.last{margin:0}
.dashboard .box-tags .tags strong,.dashboard .box-tags .tags ul,.dashboard .box-tags .tags ul li{display:inline}
.addresses-list h2{font-size:16px;font-weight:700;color:#313131;line-height:1.4}
.addresses-list h3{font-weight:700;font-size:13px}
.addresses-list address{margin:0 0 3px}
.addresses-list p{margin:0}
.addresses-list a{font-weight:700}
.addresses-list .link-remove{color:#646464}
.addresses-list .separator{margin:0 3px}
.addresses-list li.item{border:1px solid #ddd;border-radius:7px;padding:15px;margin:0 0 10px}
.addresses-list li.empty{background:none;border:0;padding:0}
.addresses-list li.empty p{font-weight:700}
.addresses-list .addresses-additional li.item{background:none;border:0;padding:0}
.order-info{color:#313131;font-size:16px;font-weight:700;line-height:1.4;margin:0 0 10px}
.order-info dt,.order-info dd,.order-info ul,.order-info li{display:inline}
.order-info .current{font-weight:700}
.order-info li{margin:0 3px}
.order-date{margin:10px 0}
.order-info-box{margin-bottom:25px}
.order-info-box h2{font-weight:700;font-size:14px;margin:0}
.order-info-box .box-payment p{margin:0 0 3px}
.order-info-box .box-payment th{font-weight:700;padding-right:7px}
.table-caption{clear:none;font-size:16px;font-weight:700;color:#313131;padding:0;margin:0 0 10px}
.order-details .link-print{color:#1e7ec8;font-weight:400}
.order-details .order-links{text-align:right}
.order-additional{margin:15px 0}
.gift-message dt strong{color:#666}
.gift-message dd{font-size:14px;margin:5px 0 0}
.order-about dt{font-weight:700}
.order-about dd{font-size:14px;margin:0 0 7px}
.tracking-table{margin:0 0 15px;border-top:1px solid #dcdcdc}
.tracking-table th{font-weight:700;white-space:nowrap}
.tracking-table-popup{width:100%;border-top:1px solid #dcdcdc}
.tracking-table-popup th{font-weight:700;white-space:nowrap}
.tracking-table-popup th,.tracking-table-popup td{padding:1px 8px}
.page-print .print-head{margin:0 0 15px}
.page-print .print-head .logo{float:left}
.page-print .print-head address{float:left;margin-left:15px}
.page-print h1{font-size:16px;font-weight:700}
.page-print h2,.page-print h3{font-size:14px;font-weight:700}
.page-print h2.h2{font-size:16px;font-weight:700}
.page-print .order-date{background:url(https://en.newsha.com/skin/frontend/smartwave/newsha_bluro/images/bkg_divider1.gif) 0 100% repeat-x;padding:0 0 10px;margin:0 0 10px}
.page-print .col2-set{margin:0 0 10px}
.page-print .gift-message-link{display:none}
.page-print .price-excl-tax,.page-print .price-incl-tax{display:block;white-space:nowrap}
.page-print .cart-price,.page-print .price-excl-tax .label,.page-print .price-incl-tax .label,.page-print .price-excl-tax .price,.page-print .price-incl-tax .price{display:inline}
#wishlist-table .product-name{margin-bottom:10px}
#wishlist-table .product-name a{color:#08c;font-weight:400}
#wishlist-table .description{margin-bottom:10px}
#wishlist-table textarea{display:block;width:100%;height:109px}
#wishlist-table .buttons-set{margin-top:2em}
#wishlist-table .buttons-set button.button{float:none}
#wishlist-table .buttons-set .btn-add span,#wishlist-table .buttons-set .btn-share span{border-color:#406a83;background:#618499}
#wishlist-table .add-to-links{white-space:nowrap}
.my-tag-edit{float:left;margin:0 0 10px;line-height:23px}
.my-tag-edit .btn-remove{float:right;margin:0}
#my-tags-table{clear:both;border-top:1px solid #dcdcdc}
#my-tags-table td{padding:10px}
#my-tags-table .add-to-links{white-space:nowrap}
#my-reviews-table tbody{border-top:1px solid #dcdcdc}
#my-reviews-table td{padding:10px}
.product-review .product-img-box{float:left;width:140px}
.product-review .product-img-box .product-image{border:1px solid #ddd;border-radius:5px;margin-bottom:5px;display:block;width:125px;height:125px}
.product-review .product-img-box .label{font-size:12px;margin:0 0 3px}
.product-review .product-img-box .ratings .rating-box{float:none;display:block;margin:0 0 3px}
.product-review .product-details{margin-left:150px}
.product-review .product-name{font-size:16px;font-weight:700;margin:0 0 10px}
.product-review h3{font-size:13px;margin:0 0 3px;color:#2f2f2f}
.product-review .ratings-table{margin:0 0 10px}
.product-review dt{font-weight:700}
.product-review dd{font-size:14px;margin:5px 0 0}
.billing-agreements .info-box{margin:15px 0}
.billing-agreements .form-list li select{float:left}
.billing-agreements .form-list li button.button{float:left;margin-left:10px}
.billing-agreements .table-caption{font-weight:700;font-size:13px}
.cart-msrp-totals{color:red;font-size:12px!important;font-weight:700;margin:10px 10px 0;padding:10px;text-align:center;line-height:1.4;text-transform:uppercase}
.map-cart-sidebar-total{color:red;display:block;font-size:11px;font-weight:700;text-align:left;padding:2px 5px;text-shadow:0 1px 0 #fff}
.map-popup{background:#fff;border:1px solid #aaa;margin:12px 0 0;position:absolute;box-shadow:0 0 6px #ccc;text-align:left;width:300px;z-index:100}
.map-popup-heading{background:#d9e5ee;border-bottom:1px solid #ccc;padding:5px 30px 5px 10px;width:260px}
.map-popup-heading h2{font-size:16px;margin:0;text-shadow:0 1px 0 #d8d8d6;overflow:hidden;white-space:nowrap;word-wrap:break-word;text-align:left;text-overflow:ellipsis}
.map-popup-arrow{position:absolute;left:50%;top:-10px;height:10px;width:19px}
.map-popup-close{display:block;position:absolute;top:8px;right:10px;height:15px;width:15px;text-indent:-9999em;box-shadow:0 0 3px #999;border-radius:2px}
.map-popup-content{border-top:1px solid #eee;padding:10px;overflow:hidden;text-align:left;width:280px}
.map-popup-checkout{display:inline;float:right;text-align:right}
.map-popup-checkout span{display:block}
.map-popup-checkout .paypal-or{clear:both;display:block}
.map-popup-checkout .paypal-logo{margin:0 0 5px}
.map-popup-checkout li{list-style:none}
.map-popup-checkout{text-align:center}
.map-popup-price .price-box,.map-popup-price .price-box .special-price{margin:0;padding:0}
.map-popup-price{margin:5px 0 0}
.map-popup-text{clear:right;margin:0 10px;padding:10px 0;text-align:left;word-wrap:break-word}
.map-popup-only-text{border-top:1px solid #ddd}
.owl-theme .owl-controls .owl-page span{width:8px;height:8px;background:#a0a09f;opacity:1;filter:Alpha(Opacity=100)}
.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span{background:#08c}
.footer-container{border-top:0}
.footer .block .block-content{background-color:transparent;padding:0}
.footer-top{background-color:#f0f0ed;padding:15px 0}
#feed-container{padding:50px 0}
#feed-container .owl-item .item{padding:0 20px 0 90px;text-align:left;color:#121214;line-height:1.5;font-size:16px;background:url(https://en.newsha.com/skin/frontend/smartwave/newsha_bluro/images/i_twitter.png) 20px 0 no-repeat}
#feed-container .timePosted{font-size:15px;font-style:italic;color:#777}
.cms-index-index .footer-container.fixed-position{position:fixed;bottom:0;z-index:1;width:100%;margin:0}
.cms-index-index .footer-container.fixed-position .footer-top,.cms-index-index .footer-container.fixed-position .footer-middle{display:none}
.cms-index-index .footer-container.fixed-position .footer-bottom{padding:5px 0;background-color:#fff;background-color:rgba(255,255,255,0.85)}
.footer-container.fixed-position .footer-bottom .custom-block{margin-left:20px}
.footer-container.fixed-position .footer-bottom .custom-block.f-right{margin-left:60px}
.footer-container .bottom-container{margin:0 0 5px}
.footer-middle{background-color:#121214;color:#777;padding:40px 0;font-size:15px}
.footer-middle a{color:#fff}
.footer-middle a:hover{color:#fff;text-decoration:underline}
.footer-middle ul.links{padding:0;margin-top:-5px}
.footer-middle ul.links li{position:relative;padding:10px 0;line-height:1;display:block}
.footer-middle ul.links li i{margin-left:-5px}
.footer-middle ul.features{padding:0;margin-top:-5px}
.footer-middle ul.features li{position:relative;padding:10px 0;line-height:1;display:block}
.footer-middle ul.features li i{margin-left:-5px;margin-right:3px}
.footer-middle p{margin-bottom:15px;color:#777}
.footer-middle p.label{display:block;text-align:left;font-size:14px;font-weight:400;padding:0}
.footer-middle ul{padding:0}
.footer-middle .block{text-align:left;line-height:1.5;border:0;margin:0;background-color:transparent;float:none;width:auto}
.footer-middle .block .block-title{margin-bottom:20px}
.footer-middle .block .block-title strong{font-weight:400;padding:0;font-size:16px;line-height:inherit;color:#fff;text-transform:none}
.footer-middle .contact-info li{padding:5px 0}
.footer-middle .contact-info li:first-child{padding-top:0}
.footer-middle .contact-info p{display:inline-block;vertical-align:top;margin:0}
.footer-middle .contact-info i{color:#777;display:inline-block;vertical-align:top;font-size:15px;line-height:18px}
.footer-ribbon{position:absolute;margin:-56px 0 25px;padding:10px 20px 6px;background-color:#08c}
.footer-ribbon:before{border-right:10px solid #005580;border-top:16px solid transparent;content:"";display:block;height:0;left:-10px;position:absolute;top:0;width:7px}
.footer-ribbon span{color:#fff;font-size:20px;font-family:"Shadows Into Light",cursive}
.block.block-facebook-like .block-title a.btn-like{background-color:#08c;height:34px;line-height:34px;font-size:15px;width:80px;text-align:center;border-radius:5px;margin-top:-8px;font-weight:400;margin-right:45px}
.footer-middle .block.block-subscribe .input-box{padding:0;margin-top:50px}
.footer-middle .block.block-subscribe .input-box input.input-text{float:left;height:30px;padding:0 10px;border:0;background-color:#dcdcdc;border-radius:5px;max-width:300px}
.footer-middle .block.block-subscribe .input-box button{float:left;width:75px;margin-left:-75px}
.footer-middle .block.block-subscribe .input-box button span{padding:0;font-size:15px;height:30px;line-height:30px;border-radius:0 5px 5px 0;font-weight:400;min-width:75px}
.footer-middle .block.block-subscribe em{color:#cef09d;font-size:13px;display:block;margin:5px 0}
.footer-middle .block-tweets ul{margin-top:-15px}
.footer-middle .block-tweets ul li{padding:15px 0;border-top:1px solid #75b11f}
.footer-middle .block-tweets ul li:first-child{border-top:0}
.footer-middle .block-tweets p.tweet{margin-bottom:10px}
.footer-middle .block-tweets p.timePosted{margin-bottom:0;color:#a5d75f;font-size:12px;font-style:italic}
.footer-middle .block-flickr-photos .block-content{margin:-5px}
.footer-middle .block-flickr-photos a.flickr-image{width:65px;display:inline-block;margin:5px}
.footer-middle .block-flickr-photos a.flickr-image:hover{opacity:.8;filter:alpha(opacity=80)}
.footer-middle .block-flickr-photos a.flickr-image img{width:100%}
.footer-middle .fb-persons{margin:-5px}
.footer-middle .fb-persons .fb-person{display:inline-block;width:75px;padding:5px;text-align:center}
.footer-middle .fb-persons .fb-person a{width:100%;display:inline-block}
.footer-middle .fb-persons .fb-person a:hover img{opacity:.8;filter:alpha(opacity=80)}
.footer-middle .fb-persons .fb-person img{width:100%}
.footer-bottom{min-height:50px;line-height:40px;background-color:#0c0c0c;padding:25px 0}
.footer-bottom a.logo{float:left;margin-right:45px}
.footer-bottom a.logo img{display:inline-block;vertical-align:middle}
.footer-bottom .custom-block{float:left;margin-left:60px}
.footer-bottom .custom-block img{max-width:100%;display:inline-block;vertical-align:middle}
.footer-bottom address{float:right;line-height:40px}
#totop{height:40px;position:fixed;right:15px;width:40px;z-index:9999;bottom:0;background-color:#404040;font-size:16px;color:#08c;text-align:center;line-height:1;padding:11px 0;display:none;border-radius:5px 5px 0 0}
#totop:hover{background-color:#555}
.footer .social-icons{float:left}
.social-icons a:first-child{margin:0}
.footer .social-icons a{background-color:#9e9e9e;border-radius:50%}
.footer .social-icons a.icon1-class:hover{background-color:#3c599b}
.footer .social-icons a.icon2-class:hover{background-color:#1ca8e3}
.footer .social-icons a.icon3-class:hover{background-color:#4975b6}
.footer-bottom ul.links a{color:#777;font-size:11px}
.footer-bottom ul.links li{padding:0 12px;border-right:1px solid #bbb;font-size:11px}
.footer-bottom ul.links li:first-child{padding-left:0}
.home-callout{margin-bottom:12px}
.home-callout img{display:block}
.home-spot{float:left;width:470px;margin-left:20px}
.best-selling h3{margin:12px 0 6px;color:#e25203;font-size:1.2em}
.best-selling table{border-top:1px solid #ccc}
.best-selling tr.odd{background:#eee url(https://en.newsha.com/skin/frontend/smartwave/newsha_bluro/images/best_selling_tr_odd_bg.gif) 0 100% repeat-x}
.best-selling tr.even{background:#fff url(https://en.newsha.com/skin/frontend/smartwave/newsha_bluro/images/best_selling_tr_even_bg.gif) 0 100% repeat-x}
.best-selling td{width:50%;border-bottom:1px solid #ccc;padding:8px 10px 8px 8px;font-size:11px}
.best-selling .product-img{float:left;border:2px solid #dcdcdc}
.best-selling .product-description{margin-left:107px;line-height:1.3em}
.best-selling a.product-name,.home-spot .best-selling a.product-name:hover{color:#203548}
.clearer:after,.header-container:after,.header-container .top-container:after,.header:after,.header .quick-access:after,#nav:after,.main:after,.footer:after,.footer-container .bottom-container:after,.col-main:after,.col2-set:after,.col3-set:after,.col3-layout .product-options-bottom .price-box:after,.col4-set:after,.search-autocomplete li:after,.block .block-content:after,.block .actions:after,.block li.item:after,.block-poll li:after,.block-layered-nav .currently li:after,.page-title:after,.products-grid:after,.products-list li.item:after,.box-account .box-head:after,.box .box-title:after,.box-reviews li.item:after,.box-tags li.item:after,.pager:after,.sorter:after,.ratings:after,.add-to-box:after,.add-to-cart:after,.product-essential:after,.product-collateral:after,.product-view .product-img-box .more-views ul:after,.product-view .box-tags .form-add:after,.product-view .product-shop .short-description:after,.product-view .box-description:after,.product-options .options-list li:after,.product-options-bottom:after,.product-review:after,.cart:after,.cart-collaterals:after,.cart .crosssell li.item:after,.opc .step-title:after,.checkout-progress:after,.multiple-checkout .place-order:after,.group-select li:after,.form-list li:after,.form-list .field:after,.form-list .input-box:after,.buttons-set:after,.page-print .print-head:after,.advanced-search-summary:after,.gift-messages-form .item:after,.send-friend .form-list li p:after,.box-content:after,.block-content:after,.postDetails:after{display:block;content:".";clear:both;font-size:0;line-height:0;height:0;overflow:hidden}
.guest-select{width:305px!important}
.background-overlay{background-color:transparent;opacity:.5;filter:Alpha(Opacity=50);left:0;top:0}
.fancybox-wrap,.fancybox-wrap *{transition:initial;-webkit-transition:initial}
.home-slider-container,.home-slider-container *{transition:initial;-webkit-transition:initial}
.home-slider-container .tp-banner-container{margin:0;border:0}
.sharing-tool-area,.addthis_toolbox{margin-top:20px;padding-bottom:20px}
.col1-layout .sharing-tool-area{float:right}
.sharing-tool-area .addthis_default_style .at300m,.sharing-tool-area .addthis_default_style .at300b{padding:3px}
.sharing-tool-area .addthis_default_style .addthis_counter{margin:3px 0}
.sharing-tool-area .addthis_32x32_style .at300bs{border-radius:3px}
.block.block-related{border:0;border-radius:5px}
.block.block-related .block-title{background-color:transparent;border:0}
.block.block-related .block-title strong{font-size:16px;padding:10px 0;line-height:1;color:#313131}
.block.block-related .block-content{background-color:transparent;padding-bottom:30px}
.block.block-related .block-subtitle{padding:0;min-height:38px}
.block.block-related .item{padding:0}
.block.block-related .owl-theme .owl-controls{position:absolute;right:0;top:-73px}
.block.block-related .owl-theme .owl-controls .owl-buttons div{color:#08c;font-size:14px;padding:0;margin:0;background:transparent}
.block.block-related .product{margin:10px 0 15px;position:relative}
.block.block-related .product input.checkbox{position:absolute;left:5px;top:5px;z-index:1001;margin:0}
.block.block-related .product .product-image{overflow:hidden;border:1px solid #ddd;border-radius:7px;background:#fff;padding:1px}
.block.block-related .product .product-image img{width:100%;border-radius:5px}
.block.block-related .product-details{padding:0}
.sidebar .custom-block{margin-bottom:30px;padding-bottom:40px;background:url(https://en.newsha.com/skin/frontend/smartwave/newsha_bluro/images/bkg_4.png) bottom no-repeat}
.sidebar .custom-block.custom-block-1{padding-bottom:20px}
.sidebar .custom-block-1>div{min-height:50px;margin-bottom:20px;clear:both}
.sidebar .custom-block-1>div i{font-size:30px;color:#000;float:left;width:50px;height:50px;line-height:48px;border:1px solid #bbb;border-radius:50%;text-align:center;margin-right:10px}
.sidebar .custom-block-1>div h3{color:#313131;font-size:16px;margin:0;line-height:1.5;margin-left:50px;padding-top:4px}
.sidebar .custom-block-1>div p{font-size:13px;margin:0;margin-left:50px;line-height:1}
.onepagecheckout_datafields .form-list li{margin:0}
.onepagecheckout_datafields .form-list .field{width:100%;float:none;margin:0}
.onepagecheckout_datafields .form-list .input-box{margin-bottom:20px}
p.newsletter label{color:#777;line-height:20px}
.gift-messages p.control label{line-height:20px}
.op_login_area{width:300px;padding:20px}
.onepagecheckout-index-index .page-title{border:0;margin:20px 0}
.order-products-table .price{letter-spacing:0;color:#08c}
.discount-form label{font-size:14px}
.discount-form input.input-text{height:38px;border:1px solid #ccc;padding:0 20px}
.block-account ul li,.block.block-blog-categories .blog-category{padding:8px 3px 8px 18px;position:relative;line-height:1.3;border-bottom:1px solid #ddd}
.block-account ul li strong{font-weight:400}
.block-account ul li strong,.block-account ul li a:hover,.block.block-blog-categories a:hover{color:#08c}
.block-account ul li strong:before,.block-account ul li a:before,.block.block-blog-categories a:before{content:'\e814';font-family:'porto';position:absolute;left:3px}
.block-account ul li a,.block.block-blog-categories a{color:#777;text-decoration:none}
#my-orders-table .price{letter-spacing:0}
.my-account .pager{margin:20px 0}
h2.word-rotator-title{line-height:30px;font-size:20px;font-weight:300;margin:0 0 20px;color:#121214}
.word-rotate{visibility:hidden;width:100px;height:0;margin-bottom:-7px;display:inline-block;overflow:hidden;text-align:center;position:relative}
h2 .word-rotate{margin-bottom:-7px}
.word-rotate.active{visibility:visible;width:auto}
.word-rotate .word-rotate-items{position:relative;top:0;width:100%}
.word-rotate .word-rotate-items span{display:block;white-space:nowrap}
p .alternative-font{display:inline-block;margin-top:-15px;position:relative;top:3px;margin-bottom:-6px;color:#08c;font-family:"Shadows Into Light",cursive;font-size:1.6em}
.btn-primary{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25);background-color:#08c;border-color:#08c}
.btn{display:inline-block;margin-bottom:0;font-weight:400;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:15px;line-height:1.42857143;border-radius:4px}
.btn-lg{padding:10px 16px;font-size:16px;line-height:1.33;border-radius:6px}
.push-top{margin-top:20px}
.btn-primary:hover{border-color:#0099e6;background-color:#0099e6;color:#fff}
.btn:hover{text-decoration:none}
hr.tall{margin:30px 0;background-image:-webkit-linear-gradient(left,transparent,rgba(0,0,0,.2),transparent);background-image:linear-gradient(left,transparent,rgba(0,0,0,.2),transparent);border:0;height:1px}
.entry-content h3{font-size:1.7em;font-weight:400;color:#08c;letter-spacing:normal;line-height:24px;margin-bottom:33px;text-transform:uppercase}
.entry-content p{font-size:15px;line-height:24px;margin-bottom:20px}
.entry-content .lead{font-size:21px;line-height:1.4}
.history{margin:25px 0;padding:0;clear:both}
.history .thumb{background:transparent url(https://en.newsha.com/skin/frontend/smartwave/newsha_bluro/images/history-thumb.png) no-repeat 0 0;width:227px;height:160px;margin:0 0 30px;padding:0;float:left}
.history .thumb img{border-radius:50%;margin:7px 8px;width:145px;height:145px}
.featured-box{background:#f5f5f5;background-color:transparent;background:linear-gradient(to bottom,white 1%,#f9f9f9 98%) repeat scroll 0 0 transparent;box-sizing:border-box;border-bottom:1px solid #DFDFDF;border-left:1px solid #ECECEC;border-radius:8px;border-right:1px solid #ECECEC;box-sizing:0 1px 1px 0 rgba(0,0,0,0.04);min-height:100px;position:relative;text-align:center;z-index:1;margin:20px auto}
.history .featured-box{text-align:left;margin-left:225px;margin-bottom:35px;min-height:115px}
.featured-box .box-content{border-radius:8px;border-top:4px solid #08c;padding:30px 20px 0}
.history .featured-box .box-content{border-top-color:#08c}
.history h4{float:left;margin:15px 0;padding:0;color:#08c;line-height:27px}
.featured-box h4{font-size:1.3em;font-weight:400;letter-spacing:-.7px;text-transform:uppercase}
.history p{margin:0 0 20px;margin-left:55px;line-height:24px}
.featured-box .block-flickr-photos{border:0}
.featured-box .block-flickr-photos .block-title{display:none}
.featured-box .block-flickr-photos a.flickr-image{margin:5px;display:inline-block;border:1px solid #dcdcdc;padding:5px;border-radius:5px}
.featured-box .block-flickr-photos a.flickr-image img{max-width:100%;width:75px}
.shop-features{text-align:center}
.shop-features h2.shop-features-title{position:relative;text-align:center;margin:30px 0}
.shop-features h2.shop-features-title:before{content:"";background-image:linear-gradient(to right,transparent,rgba(0,0,0,0.2),transparent);height:1px;width:100%;display:block;position:absolute;top:50%}
.shop-features h2.shop-features-title span{background-color:#fff;display:inline-block;position:relative;z-index:1;padding:0 12px;color:#313131;font-weight:700;font-size:15px}
.shop-features i{color:#333;width:64px;height:64px;text-align:center;line-height:60px;display:inline-block;border:2px solid #ccc;border-radius:50%;font-size:28px}
.shop-features h3{color:#121214;font-size:16px;line-height:1;margin:20px 0 10px}
.shop-features p{color:#777;font-size:15px;margin:0;margin-bottom:15px;padding:0 20px}
.shop-features a{margin:0;font-size:14px}
.form-list .input-box.input-textarea{border:0}
.form-list .input-box.input-textarea label{padding:0;vertical-align:top}
.form-list .input-box.input-textarea label i{border:1px solid #ccc;border-right:0;margin:0;border-radius:3px 0 0 3px}
.contacts-index-index h2.legend{font-size:20px;margin-bottom:20px;font-weight:300;letter-spacing:0}
.contacts-index-index .col-main .contact-info i{float:left;width:43px;height:43px;background-color:#08c;color:#fff;line-height:43px;text-align:center;font-size:16px;border-radius:6px;margin-bottom:15px}
.contacts-index-index .col-main .contact-info p{margin-left:55px;margin-bottom:0;font-size:15px;line-height:21px}
.form-list .input-box label i{background-color:#f0f0ed}
table.for-mobile{display:none}
table.for-desktop{display:table}
.page-popup .link-print{background:url(https://en.newsha.com/skin/frontend/smartwave/newsha_bluro/images/i_print.gif) 0 2px no-repeat;padding:2px 0 2px 25px;font-weight:700;color:#1e7ec8}
.compare-table{border:0}
.compare-table thead tr.first th,.compare-table thead tr.first td{border:0;background:none;padding:0;font-size:0;line-height:0}
.compare-table .btn-remove{float:right;width:72px;height:15px}
.compare-table tbody th,.compare-table tbody td{padding:10px;border:0;border-top:1px solid #ccc;border-left:1px solid #ccc;vertical-align:top}
.compare-table tbody td .std{text-align:left}
.compare-table tr.add-to-row td{background:#f7f7f7;text-align:center}
.compare-table tr.first td{text-align:center}
.compare-table tr.first td .product-name{font-size:14px;font-weight:700;margin:0 0 5px}
.compare-table tr.first td .ratings{width:69px;margin:0 auto}
.compare-table tr.first td p,.compare-table tr.add-to-row td p{margin:0}
.data-table.compare-table{border:1px solid #dcdcdc}
.data-table.compare-table td{border:0;text-align:center;border-right:1px solid #dcdcdc;border-bottom:1px solid #dcdcdc;line-height:1.5}
.data-table.compare-table th{text-align:right;text-transform:uppercase;background:#f7f7f7;border:0;border-bottom:1px solid #dcdcdc;border-right:1px solid #dcdcdc}
.data-table.compare-table .ratings{margin:0}
.data-table.compare-table .ratings .rating-box{float:none;margin:0 auto}
.data-table.compare-table .ratings .amount{display:none;margin:0 auto}
.data-table.compare-table .price-box{margin:0}
.data-table.compare-table .price-box p{float:none;display:inline-block}
.compare-table tr.product-img-row td{padding:20px 30px;position:relative}
.compare-table tr.product-img-row td a.btn-remove2{position:absolute;right:5px;top:5px;width:20px;height:20px}
.compare-table tr.product-img-row .product-image img{width:100%}
.compare-table tr.product-img-row td .product-name{margin:15px 0 0}
.compare-table tbody tr.last td{vertical-align:middle;border-bottom:0}
.blank-rating{display:none}
.data-table.compare-table .blank-rating{display:block}
.data-table.compare-table tr.add-to-row td{background:none}
.block.block-blog-categories a{font-size:inherit;margin-left:0}
.block.block-blog-recent ul li{margin:0;padding:10px 0}
.block.block-blog-recent ul li div.post-image{border-radius:4px;padding:2px;background-color:#fff;border:1px solid #ddd;margin-right:12px}
.block.block-blog-recent ul li div.post-image:after{display:table;content:"";clear:both}
.block.block-blog-recent ul li a{font-family:inherit;font-size:inherit;color:#08c;line-height:18px}
.block.block-blog-recent ul li div.post-time{color:#888;font-size:13px;line-height:24px;font-family:inherit;font-style:normal;text-align:left;margin:0}
.block.block-blog-tags ul li a{font-family:inherit;font-weight:400}
.block.block-blog-tags ul li a:hover{text-decoration:none;background-color:#08c}
.posts-wrap{margin:10px 0 0}
.postBanner{padding:4px;background-color:#fff;border:1px solid #ddd;border-radius:4px;margin-bottom:30px}
.postBanner p{line-height:1;margin:0}
.postBanner .owl-item .item{width:100%}
.postBanner .owl-item .item img{width:100%}
.postBanner img{width:100%;border-radius:3px}
.postBanner iframe{min-height:300px}
.postBanner .owl-theme .owl-controls{position:absolute;left:0;right:0;bottom:0}
.postTitle{border:0}
.postTitle h2{font-weight:600;margin:0 0 10px}
.postTitle h2 a:hover{opacity:.9;filter:alpha(opacity=90);text-decoration:none}
.postWrapper{margin-left:60px;margin-top:0;margin-bottom:30px;border-bottom:1px solid #ddd}
.postBanner{margin-left:-60px}
.postContent{font-size:15px;line-height:1.5;padding-bottom:15px}
.recent-posts .postContent>p{margin:0}
.recent-posts a.readmore{font-weight:300;font-size:16px}
.postWrapper .post-date{margin-left:-60px;box-shadow:0 1px 2px 0 rgba(0,0,0,.1);float:left;margin-right:10px;text-align:center}
.postWrapper .post-date .day{color:#08c;background-color:#f4f4f4;border-radius:2px 2px 0 0;display:block;font-size:16px;font-weight:700;padding:10px;line-height:22px;margin-bottom:3px}
.postWrapper .post-date .month{color:#fff;background-color:#08c;border-radius:0 0 2px 2px;box-shadow:0 -1px 0 0 rgba(0,0,0,.07) inset;display:block;font-size:13px;padding:0 10px 2px;line-height:16px}
.postDetails{line-height:22px}
.postDetails >span{margin-right:10px}
.postDetails >span span:last-child{display:none}
.postDetails >span i{margin-right:5px}
.postDetails >span a{color:#777}
.postDetails >span a:hover{color:#08c}
.postBookmarks a{line-height:1.2}
.smartwave-blog-read-more{color:#777;font-size:13px}
.postBookmarks{padding:10px 0 0}
.postBookmarks a{color:#777;text-decoration:none}
.postBookmarks a:hover{color:#08c}
.postBookmarks img{margin:0 2px}
#postComment .form-list .input-box{border-radius:5px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}
#postComment .form-list input.input-text{height:34px;padding:6px 12px;font-size:15px;line-height:1.5;color:#555}
#postComment .form-list textarea{height:150px;padding:6px 12px;font-size:15px;line-height:1.5;color:#555}
#postComment .form-list label{margin-bottom:5px}
.postComments{margin-left:60px}
.post-share{padding:10px 0 0;margin-bottom:-5px;border-top:1px solid #ddd}
.post-share i{margin-right:5px}
.post-share h3{color:#08c;font-size:14px;font-weight:300;margin:10px 10px 0 0;text-transform:none;float:left}
.blog-post-view .postWrapper{margin-bottom:0}
.postComments .postTitle h2{padding:20px 0;font-size:1.8em;font-weight:200;margin:0 0 20px;text-transform:none;color:#08c}
.postComments .toolbar{border-bottom:1px solid #ddd;margin-bottom:40px;padding-bottom:10px}
form#postComment{display:block;margin-top:25px;padding:45px 0 0;border-top:1px solid #ddd}
#postComment h4.legend{padding:0 0 20px;font-size:1.8em;font-weight:200;margin:0 0 20px;text-transform:none;color:#08c}
.commentWrapper i.icon-user{font-size:50px;border:4px double #ddd;background:#fff;border-radius:5px;float:left;line-height:70px;text-align:center}
.commentWrapper .comment-area:before{border-bottom:15px solid transparent;border-right:15px solid #F4F4F4;border-top:15px solid transparent;height:0;left:-15px;position:absolute;top:28px;width:0;content:""}
.commentWrapper .comment-area{margin-left:110px;background:#F4F4F4;border-radius:5px;padding:20px;position:relative}
.commentWrapper .comment-area .commentContent{line-height:22px;margin-bottom:10px}
.commentWrapper .comment-area .date{text-align:right;color:#999}
.cms-index-index .tp-caption{text-align:left}
.cms-index-index .tp-caption.very_large_text{color:#08c;font-size:56px;font-weight:600;text-decoration:none;background-color:transparent;letter-spacing:13px;border:0;text-shadow:none;font-family:"Open Sans"}
.cms-index-index .tp-caption.large_thin{color:#08c;background-color:transparent;text-decoration:none;font-size:46px;font-weight:300;border:0;font-family:"Open Sans"}
.cms-index-index .tp-caption.small_thin_grey{font-size:20px;line-height:30px;font-weight:300;color:#777;font-family:"Open Sans";text-decoration:none;background-color:transparent;text-shadow:none;margin:0;border:0}
.cms-index-index .tp-caption a,.cms-index-index .tp-caption a:hover{color:#fff;font-family:"Open Sans"}
.cms-index-index .tp-caption.title1{font-size:36px;font-weight:600;color:#08c;background-color:transparent;text-decoration:none;letter-spacing:8px;border:0;font-family:"Open Sans"}
.cms-index-index .tp-caption.small-desc{color:#999;font-size:16px;font-family:"Open Sans",Arial,sans-serif;font-weight:300;background-color:transparent;text-decoration:none}
.cms-index-index .white-arrow .tparrows.navbar{color:#fff}
.cms-index-index .tparrows.navbar:hover{background-position:0 -45px!important}
.cms-index-index .tp-caption.white-title1{text-decoration:none;font-family:"Open Sans",Arial,sans-serif;font-size:48px;font-weight:600;color:#fff;background-color:transparent;letter-spacing:12px;border:0}
.cms-index-index .tp-caption.small-desc-white{color:#fff;font-size:16px;font-family:"Open Sans",Arial,sans-serif;font-weight:300;background-color:transparent;text-decoration:none;border:0;line-height:24px}
.cms-index-index .tp-caption a.btn-white,.cms-index-index .tp-caption a.btn-white:hover{background-color:#fff;color:#08c}
.single-image{overflow:hidden;text-align:center;margin:15px 0}
.single-images .single-image{margin:0;border-radius:5px}
a.single-image{display:block;margin:4px;border-radius:5px;position:relative}
a.single-image img{width:100%}
.single-image img{max-width:100%;transition:.5s ease}
.single-image:hover img{transform:scale(1.2)}
.filter-products .products.small-list{text-align:left;margin-top:-10px}
.filter-products .products.small-list div.item{width:100%;max-width:300px;float:none;display:inline-block;padding:0}
.filter-products .products.small-list div.item .item-area{padding:10px 0 6px}
.filter-products .products.small-list div.item .product-image-area{width:33%;float:left;padding:2px}
.filter-products .products.small-list div.item .details-area{width:66%;float:left;text-align:left;padding:10px 16px}
.filter-products .products.small-list div.item .details-area .ratings{background:transparent;margin-bottom:10px}
.filter-products .products.small-list div.item .price-box{margin:0;line-height:1.2}
.filter-products .products.small-list div.item .price-box p{margin:0;line-height:1.2}
h2.sidebar-title{margin-bottom:20px;font-size:16px;font-weight:700;text-transform:uppercase;color:#313131;line-height:1}
.owl-top-narrow .sidebar-list .owl-controls{top:-16px}
.owl-top-narrow .sidebar-list .owl-controls .owl-buttons div{font-size:16px}
.filter-products .products.sidebar-list div.item .item-area{background-color:transparent;box-shadow:none;border:0;border-radius:0}
.filter-products .products.sidebar-list div.item:hover .item-area{background-color:transparent;box-shadow:none;border:0;border-radius:0}
.sidebar-filterproducts{margin-bottom:30px}
.sidebar-filterproducts .owl-top-narrow{margin:0}
.homepage-bar{border-top:1px solid #e1e1e1;border-bottom:1px solid #e1e1e1;background-color:#fbfbfb}
.homepage-bar .col-md-4{border-left:1px solid #e1e1e1;padding-top:20px;padding-bottom:21px}
.homepage-bar .col-md-4:first-child{border-left:0}
.homepage-bar i{font-size:34px;color:#000;display:inline-block;vertical-align:middle}
.homepage-bar i:before{width:auto}
.homepage-bar .text-area{display:inline-block;vertical-align:middle;text-align:left;margin-left:5px}
.homepage-bar h3{color:#313131;font-size:16px;margin:0;line-height:1.5}
.homepage-bar p{font-size:13px;margin:0;line-height:1}
.homepage-bar.type2{border:0;background-color:transparent}
.homepage-bar.type2 i{color:#fff;background-color:#121214;border-radius:50%;width:62px;height:62px;line-height:62px;text-align:center;float:left}
.homepage-bar.type2 i.icon-truck{padding-right:4px}
.homepage-bar.type2 .text-area{display:block;margin-left:75px}
.homepage-bar.type2 .col-md-4{border:0;padding-top:5px;padding-bottom:5px}
.homepage-bar.type2 h3{color:#000;font-size:20px;margin:0;line-height:1;font-weight:600;margin-bottom:6px}
.homepage-bar.type2 em{font-size:12px;font-style:normal;font-weight:400;font-family:Arial;line-height:1;margin-bottom:12px;display:block;color:#878787}
.homepage-bar.type2 p{font-size:15px;margin:0;line-height:1.3;color:#666}
.parallax-slider .owl-carousel h2{font-size:60.28px;color:#fff;line-height:1}
.parallax-slider .owl-carousel p{font-size:22.6px;color:#fff;line-height:1;margin-bottom:30px}
.parallax-slider .owl-carousel a{font-size:16px;color:#fff;line-height:1}
.parallax-slider .owl-theme .owl-controls{margin-top:25px}
.owl-item .item{max-width:100%;float:none!important}
.owl-item .item img{max-width:100%}
.cms-index-index blockquote.testimonial{background-color:#08c;border:0;border-radius:10px;color:#fff;font-family:Georgia,serif;font-style:italic;margin:0;padding:10px 50px;position:relative;font-size:1.2em;line-height:1.3}
.cms-index-index blockquote.testimonial:before{left:10px;top:0;color:#fff;content:"\201C";font-size:80px;font-style:normal;line-height:1;position:absolute}
.cms-index-index blockquote.testimonial:after{right:10px;bottom:-.5em;color:#fff;content:"\201D";font-size:80px;font-style:normal;line-height:1;position:absolute}
.cms-index-index .testimonial-arrow-down{border:15px solid transparent;border-top-color:#08c;border-bottom:0;height:0;margin:0 0 0 25px;width:0}
.cms-index-index .testimonial-author{margin:8px 0 0 8px}
.cms-index-index .testimonial-author .img-thumbnail{border-radius:7px;float:left;margin-right:10px;position:relative;padding:4px;line-height:1.5;background-color:#fff;border:1px solid #ddd;display:inline-block;max-width:100%;height:auto}
.cms-index-index .testimonial-author .img-thumbnail img{max-width:60px;display:inline-block;height:auto}
.cms-index-index .testimonial-author p{color:#666;margin:0 0 0 25px;text-align:left;line-height:24px}
.cms-index-index .testimonial-author p >strong{color:#111;display:block;padding-top:7px;font-size:14px}
.cms-index-index .testimonial-author span{color:#666;display:block;font-size:12px}
.slide .product{text-align:center}
.slide .product img{float:none;max-width:100%;margin:5px auto}
.slide .product h6{color:#777;font-size:1.14em;line-height:18px;font-weight:400;margin:0 0 14px;letter-spacing:normal}
.slide .product .price{font-size:32px;line-height:32px;color:#08c;letter-spacing:0}
.slide .product .price .amount{display:inline-block}
.slide .product .price .amount .currency,.slide .product .price .amount .decimal{font-size:.67em}
.slide .product .price del{display:none}
.slide .product .price ins{text-decoration:none}
.slide .product .add_to_cart_button{display:inline-block;margin:15px 0}
div.filter-title,h2.filter-title{background:url(https://en.newsha.com/skin/frontend/smartwave/newsha_bluro/images/slider-bar.png) right no-repeat;font-size:16px;font-weight:300;line-height:42px;margin:0;color:#313131;text-transform:uppercase;text-align:left}
div.filter-title .content,h2.filter-title .content{background-color:#fff;padding-right:20px;display:inline}
p.filter-title,h3.filter-title{background:url(https://en.newsha.com/skin/frontend/smartwave/newsha_bluro/images/slider-bar.png) right no-repeat;font-size:1.7em;font-weight:400;line-height:24px;margin:0 0 32px;color:#08c}
p.filter-title .content,h3.filter-title .content{background-color:#fff;padding-right:20px}
.filterproducts-tab .filter-title ul{list-style:none;padding:0;padding-right:20px}
.filterproducts-tab .filter-title ul li{display:inline-block}
.filterproducts-tab .filter-title ul li a{color:#313131;padding-left:15px;margin-left:12px;border-left:1px solid #ddd}
.filterproducts-tab .filter-title ul li:first-child a{margin:0;padding:0;border:0}
.filterproducts-tab .filter-title ul li.active a{color:#08c}
.border-box{position:relative;border:solid 1px #d5d5d5;padding:15px 15px 30px;min-height:100px;margin:30px 0 0;text-align:center}
.border-box .box-title{position:absolute;top:-21px;left:0;width:100%;text-align:center}
.border-box .box-title h2{display:inline-block;padding:0 10px;background-color:#fff;color:#9c9c9c;font-size:2.6em;font-weight:300;line-height:42px;margin:0}
.border-box .box-thumb{position:absolute;bottom:0}
.border-box .box-thumb img{max-width:200px}
.feature-box{clear:both}
.feature-box.gift-card{overflow:hidden}
.feature-box .feature-box-icon{background-color:#08c;border-radius:35px;color:#fff;display:inline-block;float:left;height:35px;margin-right:10px;position:relative;text-align:center;top:5px;width:35px}
.feature-box.tertiary .feature-box-icon{float:none;margin:15px auto;padding:0;border-radius:100%}
.feature-box.orange .feature-box-icon{background-color:#ffa800}
.feature-box.green .feature-box-icon{background-color:#2dbe7f}
.feature-box.pink .feature-box-icon{background-color:#ee68a7}
.feature-box.gift-card .feature-box-icon{width:70px;height:70px;line-height:70px;font-size:30px}
.feature-box .feature-box-info{padding-left:50px}
.feature-box.tertiary .feature-box-info{padding:0}
.feature-box.gift-card h4{font-size:32px;font-style:italic;margin-bottom:10px;color:#9c9c9c}
p.tall{color:#777;line-height:24px;margin:0 0 20px;font-size:14px}
.custom-gift .feature-box .feature-box-icon{width:100px;height:100px;line-height:100px;font-size:45px;text-align:center}
.custom-gift .feature-box .feature-box-info h4{color:#fff;font-size:51px;margin:0 20px 20px;line-height:1;font-weight:400}
.custom-gift .feature-box .feature-box-info p{font-size:22px;line-height:28px;font-weight:300;margin-bottom:20px;color:#fff}
.feature-box.secundary h4{color:#121214;font-size:20px;font-weight:400}
.feature-box.secundary .feature-box-icon{background-color:transparent;color:#08c}
.feature-box.secundary .feature-box-icon i{font-size:28px}
.feature-box.secundary .feature-box-info{padding-left:60px}
.custom-support{text-align:left}
.custom-support i{float:left;background-color:#e35d53;color:#fff;border-radius:50%;width:62px;height:62px;text-align:center;line-height:62px;font-size:20px}
.custom-support div.content{margin-left:76px}
.custom-support div.content>h2{color:#000;margin:0;font-weight:600;font-size:20px;line-height:1.5}
.custom-support div.content>em{color:#888;font-weight:300;font-size:12px;font-style:normal;line-height:1;margin-bottom:15px;display:block}
.custom-support div.content>p{color:#666;font-size:14px}
.gift-box>p{text-align:left;font-size:15.36px;color:#525252;font-weight:300;margin-left:3px;margin-bottom:30px}
.gift-box .feature-box.gift-card h4{font-size:16px;font-style:normal;font-weight:400;color:#222;text-transform:uppercase}
.homepage-grid-banner{padding:0}
.homepage-grid-banner *{transition:all .2s}
.homepage-grid-banner .row{margin-left:-4px;margin-right:-4px}
.homepage-grid-banner .col-sm-1,.homepage-grid-banner .col-sm-2,.homepage-grid-banner .col-sm-3,.homepage-grid-banner .col-sm-4,.homepage-grid-banner .col-sm-5,.homepage-grid-banner .col-sm-6,.homepage-grid-banner .col-sm-7,.homepage-grid-banner .col-sm-8,.homepage-grid-banner .col-sm-9,.homepage-grid-banner .col-sm-10,.homepage-grid-banner .col-sm-11,.homepage-grid-banner .col-sm-12{padding-left:4px;padding-right:4px}
.homepage-grid-banner .col-sm-margin{margin-bottom:8px}
.homepage-grid-banner img{width:100%}
.homepage-grid-banner .content a{font-size:16px;margin-right:5px}
.homepage-grid-banner .content a.btn-default{font-size:14px;margin:0;border:0;padding-right:3px}
.homepage-grid-banner .ribbon{width:33.5%;height:22.3%}
.homepage-grid-banner .ribbon:before{content:"";position:absolute;right:0;top:0;border:150px solid #08c;border-right:0;border-bottom:0;border-left:200px solid transparent}
.homepage-grid-banner .ribbon>div{width:90%}
.homepage-grid-banner .ribbon em{font-size:14px}
.homepage-grid-banner .ribbon h4{font-size:33px;line-height:1;margin:0}
.homepage-grid-banner .ribbon h5{font-size:16px;line-height:1;margin:0}
.homepage-grid-banner .grid1,.homepage-grid-banner .grid2,.homepage-grid-banner .grid3,.homepage-grid-banner .grid4{cursor:pointer;overflow:hidden;min-height:50px}
.homepage-grid-banner .grid1:before,.homepage-grid-banner .grid2:before,.homepage-grid-banner .grid3:before,.homepage-grid-banner .grid4:before{content:"";width:100%;height:100%;position:absolute;left:0;top:0;background-color:#000;opacity:0;filter:alpha(Opacity=0);visibility:hidden;transition:all .2s}
.homepage-grid-banner .grid1:hover:before,.homepage-grid-banner .grid2:hover:before,.homepage-grid-banner .grid3:hover:before,.homepage-grid-banner .grid4:hover:before{opacity:.1;filter:alpha(Opacity=10);visibility:visible}
.homepage-grid-banner .grid1 .content h2{font-size:70.72px;line-height:1}
.homepage-grid-banner .grid1 .content p{font-size:29.47px;line-height:1;margin-bottom:10px;margin-right:4px}
.homepage-grid-banner .grid2 .content h3{font-size:28.88px;line-height:1}
.homepage-grid-banner .grid2 .content h2{font-size:28.88px;line-height:1}
.homepage-grid-banner .grid2 .content p{font-size:17.58px;line-height:1;margin-bottom:15px}
.homepage-grid-banner .grid3 .content h2{font-size:46px;line-height:1;margin:0}
.homepage-grid-banner .grid3 .content h5{font-size:16px;line-height:1;margin-bottom:30px}
.homepage-grid-banner .grid3 .content p{font-size:16px;line-height:1;margin-bottom:5px}
.homepage-grid-banner .grid3 .content h4{font-size:22.72px;line-height:1;margin-top:20px;margin-bottom:0}
.homepage-grid-banner .grid3 .content h4>span{font-size:17.66px;line-height:1}
.homepage-grid-banner .grid3 .content h3{font-size:37.71px;line-height:1;margin-bottom:15px}
.homepage-grid-banner .grid3 .content h3>span{font-size:25.14px;line-height:1}
.homepage-grid-banner .grid4 .content h2{font-size:33.86px;line-height:1.2;margin:0;margin-bottom:15px}
.homepage-grid-banner .grid4 .content p{font-size:19.75px;line-height:1.2;margin-bottom:17px}
.grid-images{text-align:center}
.grid-images .row{margin-left:-10px;margin-right:-10px}
.grid-images .col-sm-4,.grid-images .col-sm-8{padding-left:10px;padding-right:10px}
.grid-images .grid1{margin-bottom:10px}
.grid-images img{max-width:100%}
.slider-with-side{margin:0 -8px}
.slider-with-side .slider-area{padding:0 8px;float:left;width:72.3%}
.slider-with-side .side-area{padding:0 8px 0 7px;float:left;width:27.7%}
.slider-with-side .side-area .item1,.slider-with-side .side-area .item2,.slider-with-side .side-area .item3{margin-bottom:9px;position:relative;overflow:hidden}
.slider-with-side .side-area .item3{margin:0!important}
.slider-with-side .side-area .item1 .content{position:absolute;bottom:17px;left:15px;text-align:left}
.slider-with-side .side-area .item1 .content h2{font-size:35.16px;margin:0;margin-bottom:14px}
.slider-with-side .side-area .item1 .content em{font-size:27.45px;margin:0;margin-bottom:2px;display:block;margin-left:4px}
.slider-with-side .side-area .item1 .content a{font-size:15.08px;margin:0;margin-left:4px;display:block}
.slider-with-side .side-area .item2 .content{position:absolute;bottom:17px;left:21px;text-align:left}
.slider-with-side .side-area .item2 .content h2{font-size:33.86px;margin:0;margin-bottom:12px}
.slider-with-side .side-area .item2 .content p{font-size:18.34px;margin:0;margin-left:1px}
.slider-with-side .side-area .item2 .content a{font-size:14px;border:0;text-shadow:none;padding:8px 10px 8px 15px;margin:13px 0 0 25px}
.slider-with-side .side-area .item3 .content{position:absolute;bottom:17px;left:19px;text-align:left}
.slider-with-side .side-area .item3 .content h2{font-size:32px;margin:0}
.slider-with-side .side-area .item3 .content p{font-size:20px;margin:0;margin-bottom:17px}
.slider-with-side .side-area .item3 .content a{font-size:16px;margin:0}
.slider-with-side .side-area .item1:before,.slider-with-side .side-area .item2:before,.slider-with-side .side-area .item3:before{content:"";width:100%;height:100%;position:absolute;left:0;top:0;background-color:#000;opacity:0;filter:alpha(Opacity=0);visibility:hidden;transition:all .2s}
.grid-images .grid1 img,.grid-images .grid2 img,.grid-images .grid3 img{opacity:1;filter:alpha(Opacity=100);visibility:visible;transition:all .2s}
.slider-with-side .side-area .item1:hover:before,.slider-with-side .side-area .item2:hover:before,.slider-with-side .side-area .item3:hover:before{opacity:.1;filter:alpha(Opacity=10);visibility:visible}
.grid-images .grid1:hover img,.grid-images .grid2:hover img,.grid-images .grid3:hover img{opacity:.8;filter:alpha(Opacity=80);visibility:visible}
.slider-with-side .slider-area .item .content .text-area h2{display:inline-block;padding:7px 50px 7px 11px;font-size:42.7px;margin-bottom:4px}
.slider-with-side .slider-area .item .content .text-area p{display:inline-block;padding:12px 17px 12px 13px;font-size:17.58px;margin:0}
.slider-with-side .slider-area .item .content .ribbon{right:13px;top:16px}
.slider-with-side .slider-area .item .content .ribbon em{font-size:15px;margin:0;margin-right:63px}
.slider-with-side .slider-area .item .content .ribbon h3{font-size:33px;margin:0;margin-right:14px}
.slider-with-side .slider-area .item .content .ribbon h5{font-size:16px;margin:0;margin-top:-3px}
.full-screen-slider .item > div.content{position:absolute;top:50%;left:0;width:100%;text-align:center;z-index:2}
.full-screen-slider .item > div.content > h2{font-size:60.28px;margin-bottom:18px;line-height:1}
.full-screen-slider .item > div.content > p{font-size:25.12px;margin-bottom:35px;line-height:1}
.full-screen-slider .item > div.content > a.btn-default{font-size:15px;line-height:1;font-weight:600;text-shadow:none;padding:15px 48px;border-radius:7px;border:0}
.full-screen-slider .item > div.content em{font-style:normal;line-height:1;display:block}
.full-screen-slider .item > div.content em.type1{font-size:18.34px;margin-bottom:-5px}
.full-screen-slider .item > div.content em.type2{font-size:29.47px;margin-bottom:10px;margin-left:30px}
.full-screen-slider .item > div.content em.type3{font-size:17.68px;margin-top:10px}
.full-screen-slider .item > div.content h3{font-size:61.56px;margin:0;line-height:1}
.full-screen-slider .item > div.content h4{font-size:52.39px;margin:0;padding-right:35px;border-right:2px solid #83c5e6;line-height:1;vertical-align:middle}
.full-screen-slider .item > div.content .sale-bar a{font-size:20.96px;margin-left:23px;line-height:1;vertical-align:middle}
.full-screen-slider .item > div.content .sale-bar a .icon-angle-down{font-size:13px;margin-left:10px;border-radius:50%;background-color:#08c;color:#fff;vertical-align:middle}
.full-screen-slider .item > div.content .sale-bar>div.f-left{padding:15px 22px}
.full-screen-slider .item > div.content .sale-bar>div.f-left:first-child{padding:15px 40px}
.full-screen-slider .item > div.content .sale-bar{height:82px;margin-left:14px}
.full-screen-slider .item > div.content .sale-bar .triangle{float:left;height:82px;position:relative;overflow:hidden}
.full-screen-slider .item > div.content .sale-bar .triangle>div{height:41px;border:20px solid transparent;border-top-width:41px;margin:0 -20px -20px 0}
.full-screen-slider .item > div.content .sale-bar .triangle>div:first-child{height:41px;border:20px solid transparent;border-bottom-width:41px;margin:-20px -20px 0 0}
.full-screen-slider .item > div.content.content-1{margin-top:-126px}
.full-screen-slider .item > div.content.content-1 > p{font-size:20.09px;margin:38px 0}
.full-screen-slider .item > div.content.content-1 > a.btn-default{font-size:16px;padding:15px 20px}
.full-screen-slider .item > div.content.content-2{margin-top:-75px}
.full-screen-slider .item > div.content.content-3{margin-top:-91px}
.slide3-1-content p{line-height:1;margin:0;margin-bottom:5px;font-size:19.75px}
.slide3-1-content h2{line-height:1;margin:0;font-size:50.23px;margin-bottom:30px}
.slide3-1-content .price-area em{font-style:normal;line-height:1;margin:0;font-size:17.33px;text-align:right}
.slide3-1-content .price-area em:first-child{margin-right:0;margin-bottom:-2px;text-align:left}
.slide3-1-content .price-area h3{line-height:1;margin:0;font-size:58.18px}
.slide3-1-content .button-area{padding-left:15px;margin-left:15px}
.slide3-1-content a.btn-default{height:67px;font-size:16px;font-weight:300;line-height:67px;padding:0 20px 0 30px;border-radius:8px}
.slide3-1-content a.btn-default i{width:15px;height:15px;line-height:14px;text-align:center;font-size:12px;display:inline-block;vertical-align:middle;margin-bottom:5px;margin-left:12px}
.slide3-2-content em{font-size:20px;font-style:normal;margin-left:2px;margin-bottom:5px;line-height:1}
.slide3-2-content h2{font-size:50.23px;line-height:1;margin:0;margin-bottom:5px}
.slide3-2-content p{font-size:37px;line-height:1;margin-bottom:30px}
.slide3-2-content a{font-size:16px;display:inline-block;vertical-align:middle;line-height:1}
.slide3-2-content a>i{width:15px;height:15px;line-height:14px;text-align:center;font-size:12px;display:inline-block;vertical-align:middle;margin-bottom:3px;margin-left:12px;background-color:#fff;border-radius:50%;color:#000}
.image-link{display:block;position:relative}
.image-link:before{content:"";width:100%;height:100%;position:absolute;left:0;top:0;background-color:#000;opacity:0;filter:alpha(Opacity=0);visibility:hidden;transition:all .2s}
.border-radius .image-link:before{border-radius:8px}
.image-link:hover:before{opacity:.1;filter:alpha(Opacity=10);visibility:visible}
.image-link img{width:100%;height:auto;display:block}
#banner-slider-demo-1 .slide1-content em{font-size:26.26px;margin:0 10px}
#banner-slider-demo-1 .slide1-content h2{font-size:79.12px;margin:5px 0 10px}
#banner-slider-demo-1 .slide1-content p{font-size:23.64px}
#banner-slider-demo-1 .slide2-content em{font-size:26.26px;margin-left:8px}
#banner-slider-demo-1 .slide2-content h2{font-size:82.51px;margin:3px 0 10px}
#banner-slider-demo-1 .slide2-content p{font-size:16px;margin-left:8px;margin-bottom:30px}
#banner-slider-demo-1 .slide2-content p span.split{margin:0 13px 0 14px}
#banner-slider-demo-1 .slide2-content a.btn-default{font-size:15px;width:135px;height:40px;line-height:40px;padding:0;margin-right:3px}
#banner-slider-demo-1 .slide3-content em{font-size:26.26px}
#banner-slider-demo-1 .slide3-content h2{font-size:82.51px;margin-bottom:17px}
#banner-slider-demo-1 .slide3-content a.btn-default{font-size:15px;width:135px;height:40px;line-height:40px;padding:0;margin-right:3px}
#banner-slider-demo-14 .slide1-content em{font-size:26.26px;margin:0 10px}
#banner-slider-demo-14 .slide1-content h2{font-size:79.12px;margin:5px 0 10px}
#banner-slider-demo-14 .slide1-content p{font-size:23.64px}
#banner-slider-demo-14 .slide2-content em{font-size:26.26px;margin-left:8px}
#banner-slider-demo-14 .slide2-content h2{font-size:82.51px;margin:3px 0 10px}
#banner-slider-demo-14 .slide2-content p{font-size:16px;margin-left:8px;margin-bottom:30px}
#banner-slider-demo-14 .slide2-content p span.split{margin:0 13px 0 14px}
#banner-slider-demo-14 .slide2-content a.btn-default{font-size:15px;width:135px;height:40px;line-height:40px;padding:0;margin-right:3px}
#banner-slider-demo-14 .slide3-content em{font-size:26.26px}
#banner-slider-demo-14 .slide3-content h2{font-size:82.51px;margin-bottom:17px}
#banner-slider-demo-14 .slide3-content a.btn-default{font-size:15px;width:135px;height:40px;line-height:40px;padding:0;margin-right:3px}
.side-custom-menu{border:1px solid #ddd;border-radius:7px;overflow:hidden}
.side-custom-menu h2{color:#000;border-bottom:1px solid #ddd;font-size:14px;font-weight:700;text-align:left;padding:13px 13px 12px;background-color:#f5f5f5;line-height:1;margin:0}
.side-custom-menu ul{padding:0 12px}
.side-custom-menu ul li{text-align:left;padding:13px 4px 12px;border-top:1px solid #ddd}
.side-custom-menu ul li:first-child{border:0}
.side-custom-menu ul li a{color:#777;font-size:16px;line-height:1;display:block}
.owl-item-links-block ul li{display:inline-block;vertical-align:middle;padding:0 15px}
.owl-item-links-block ul li a{line-height:2;font-size:16px;font-weight:600;color:#fff;text-decoration:underline}
.owl-item-links-block span{font-size:16px;padding-left:25px;line-height:2.5;margin-left:10px}
.owl-item-links-block span .icon-angle-down{font-size:10px;margin-left:7px}
.btn-default{color:#333;background-color:#fff;border-color:#ccc}
.btn-default:hover{color:#333}
.category-products .products-grid{margin-left:-10px;margin-right:-10px;list-style:none}
.filter-products .products div.item{float:left;padding:10px}
.filter-products .products div.item .item-area{width:100%;position:relative}
.filter-products .products div.item .product-image{width:100%;min-height:60px;display:block;position:relative;z-index:0;overflow:hidden;border-radius:3px;background:#fff}
.filter-products .products .owl-item.loading{background:transparent}
.filter-products .products .owl-item.loading:before{display:none}
.filter-products .products .owl-item.loading .product-image{min-height:100px;position:relative}
.filter-products .products .owl-item.loading .product-image:before{color: #08c;content: "\f110";font-family: "porto";position: absolute;left: 50%;top: 50%;font-size: 20px;margin-top: -10px;margin-left: -10px;-moz-animation: spin 2s infinite linear;-o-animation: spin 2s infinite linear;-webkit-animation: spin 2s infinite linear;animation: spin 2s infinite linear;}
.filter-products .products div.item .product-image img{width:100%;transition:opacity .3s}
.filter-products .products div.item .product-image img.defaultImage{opacity:1;filter:alpha(opacity=100)}
.filter-products .products div.item .product-image img.hoverImage{position:absolute;top:0;left:0;opacity:0;filter:alpha(opacity=0)}
.filter-products .products div.item .product-image-area:hover .product-image img.defaultImage{opacity:0;filter:alpha(opacity=0)}
.filter-products .products div.item .product-image-area:hover .product-image img.hoverImage{opacity:1;filter:alpha(opacity=100)}
.filter-products .products div.item .details-area{padding:10px;text-align:center}
.filter-products .products div.item .details-area .product-name{margin:0 0 3px}
.filter-products .products div.item .details-area .product-name a{font-size:14px}
.block-layered-nav .filter-products .products div.item:hover .item-area{background-color:transparent;border-color:transparent;box-shadow:none}
.owl-top-narrow{margin:0 -10px}
.owl-top-narrow .owl-item .item{padding:0 10px}
.owl-top-narrow .recent-posts .owl-item .item{padding-top:10px}
.owl-top-narrow .owl-controls{position:absolute;right:5px;top:-33px;margin:0}
.owl-top-narrow .owl-controls .owl-buttons div{color:#08c;background:transparent;padding:0;margin:0;font-size:18px}
.owl-bottom-narrow .owl-controls{position:absolute;bottom:20px;margin:0;width:100%}
.owl-bottom-narrow .owl-controls .owl-buttons div{color:#08c;background:transparent;padding:0;margin:0;font-size:18px}
.owl-no-narrow{margin:0 -10px}
.owl-no-narrow .owl-item .item{padding:0 10px}
.owl-no-narrow .owl-controls{margin-top:30px}
.sep-title{display:table;margin-bottom:35px;width:100%;color:#fff;font-size:38px}
.sep-title-holder-l,.sep-title-holder-r{display:table-cell;height:1px;position:relative;vertical-align:middle;width:50%}
.sep-title-line{height:1px;display:block;border-top:1px solid #fff;position:relative;top:1px;width:100%}
.sep-title h2{display:table-cell;padding:0 .8em;color:#fff;font-size:36px;line-height:1em;white-space:pre;margin:0 0 32px;font-weight:300}
.recent-posts .item{padding:20px 10px 0}
.recent-posts .item .row{margin-left:-10px;margin-right:-10px}
.recent-posts .item .col-sm-5,.recent-posts .item .col-sm-7{padding-left:10px;padding-right:10px}
.recent-posts .item .post-image{border-radius:5px;overflow:hidden;margin:0 0 15px;padding:2px;border:1px solid #e1e1e1;background-color:#fff}
.recent-posts .item .post-image img{border-radius:4px;width:100%}
.recent-posts .post-date{float:left;margin-right:10px;text-align:center}
.recent-posts .post-date .day{background-color:#f7f7f7;color:#08c;display:block;font-size:16px;font-weight:700;padding:8px}
.recent-posts .post-date .month{background-color:#08c;border-radius:0 0 2px 2px;box-shadow:0 -1px 0 0 rgba(0,0,0,.07) inset;color:#fff;font-size:.9em;padding:2px 0;display:block;width:45px}
.recent-posts .postTitle{min-height:55px}
.recent-posts .postTitle h2{font-size:20px;line-height:27px;font-weight:400}
.date-absolute-type .recent-posts{margin:-15px -10px 0}
.date-absolute-type .recent-posts .item .col-sm-5,.date-absolute-type .recent-posts .item .col-sm-7{width:100%}
.date-absolute-type .recent-posts .item .post-image{padding:3px}
.date-absolute-type .recent-posts .post-date{margin-top:-75px;margin-left:10px}
.date-absolute-type .recent-posts .postTitle{min-height:18px;margin-bottom:10px}
.date-absolute-type .recent-posts .postTitle h2{font-size:16px;line-height:18px}
.date-absolute-type .recent-posts .postContent{font-size:14px;padding-bottom:0}
.date-absolute-type .recent-posts a.readmore{font-size:11px;text-transform:uppercase;display:inline-block;margin-top:10px}
#slideshow img{max-width:100%;height:auto}
h2.short{font-size:2.6em;font-weight:300;line-height:42px;margin:0 0 32px}
.true-color{color:#08c}
.italic{font-style:italic}
ul.icons{list-style:none}
.list-unstyled{padding-left:0;list-style:none}
ul.list li{margin-bottom:13px;line-height:24px}
ul.list.icons li i.icon{color:#08c}
.owl-carousel.owl-theme .owl-controls.clickable .owl-buttons div{opacity:1;filter:Alpha(Opacity=100);transition:all .2s}
.owl-carousel.owl-theme .owl-controls.clickable .owl-buttons div:hover{opacity:.9;filter:Alpha(Opacity=90)}
.owl-middle-narrow .owl-controls{position:absolute;left:0;width:100%;top:50%;margin-top:-25px}
.owl-middle-narrow .owl-controls .owl-buttons div{font-size:40px;background:none;color:#08c;position:absolute}
.owl-middle-narrow .owl-controls .owl-buttons div.owl-prev{left:-60px}
.owl-middle-narrow .owl-controls .owl-buttons div.owl-next{right:-60px}
.owl-bottomright-narrow .owl-controls{position:absolute;right:0;bottom:0;margin:0}
.owl-bottomright-narrow .owl-controls .owl-buttons div{color:#fff;font-size:25px;background:#000;border-radius:0;margin:1px 1px 1px 0;padding:0;width:90px;height:90px;line-height:90px;opacity:1}
.owl-banner-carousel.owl-middle-narrow .owl-controls .owl-buttons div{visibility:hidden;opacity:0;transition:.5s all}
.owl-banner-carousel.owl-middle-narrow:hover .owl-controls .owl-buttons div{visibility:visible;opacity:1;text-shadow:0 0 3px rgba(255,255,255,0.5)}
.owl-banner-carousel.owl-middle-narrow .owl-controls .owl-buttons div.owl-prev{left:0}
.owl-banner-carousel.owl-middle-narrow .owl-controls .owl-buttons div.owl-next{right:0}
.owl-banner-carousel .content.type1 h2{font-size:60px}
.owl-banner-carousel .content.type1 p{font-size:25px}
.owl-banner-carousel .content.type1 a{font-size:16px}
.owl-banner-carousel .content.type2 h2{font-size:46.48px;border-top:5px solid #08c;padding-top:10px}
.owl-banner-carousel .content.type2 h3{font-size:30.59px}
.owl-banner-carousel .content.type2 p{font-size:14px}
.owl-banner-carousel .content.type2 a{font-size:18px}
.parallax-wrapper{position:relative}
.parallax{background-position:center center;background-attachment:fixed;background-repeat:no-repeat;background-size:100% auto;width:100%;margin:50px 0;padding:50px 0}
.overlay{background-color:#000;opacity:.55;filter:alpha(opacity=55);width:100%;height:100%;display:block;position:absolute}
.testimonial-item{color:#fff;border:0;padding:0 10%;margin-bottom:60px}
.testimonial-item .inner{font-style:italic;display:table-row}
.testimonial-item .testimonial-author{display:table-cell;padding-right:15px}
.testimonial-item .img-round.img-thumbnail-small{width:85px;height:85px;border-radius:25px;display:inline-block;overflow:hidden}
.testimonial-item .testimonial-content{display:table-cell;vertical-align:top;text-align:left}
.testimonial-item .testimonial-content .size-32.name{margin-top:15px;margin-bottom:5px;font-size:32px}
.testimonial-item .testimonial-content p{font-size:18px}
.featured-post{font-size:14px}
.featured-post h4{color:#08c;font-size:1.4em;font-weight:400;letter-spacing:normal;line-height:27px;margin:0 0 14px}
.featured-post .post-meta{line-height:24px;margin:0 0 20px}
.post-a-month,.post-a-day,.post-a-year{display:inline-block;background-color:#f0f0ed;color:#fff;padding:0 10px;margin-right:3px}
.post-a-day,.post-a-year{color:#08c}
.post-a-month{background-color:#08c}
.cms-index-index .block-layered-nav dd{padding:20px 10px}
.cms-index-index .block-layered-nav .filter-products .products.small-list div.item{border-top:1px solid #ddd}
.cms-index-index .block-layered-nav .filter-products .products.small-list div.item:first-child{border-top:0}
.custom-info-box{font-size:13px;font-weight:700;text-transform:uppercase;border-top:1px solid #9c9c9c}
.custom-info-box p{line-height:30px;padding:20px 0;margin:0;text-align:center}
.color-banner{color:#535353}
.color-banner .col-md-5-5 h2{font-size:60px;font-family:"Open Sans";font-weight:600;text-transform:uppercase;color:#535353;margin:100px 20px 30px;letter-spacing:10px}
.color-banner .col-md-5-5 p{font-size:22px;font-family:"Open Sans";font-weight:600;color:#535353;max-width:420px;line-height:1;display:inline-block;margin:0 20px}
.btn-default{color:#fff;font-weight:400;background-color:#08c;text-shadow:none;border:0;opacity:1;filter:alpha(opacity=100))}
.btn-default:hover{color:#fff;background-color:#08c;opacity:.9;filter:alpha(opacity=90)}
.owl-theme.banner-carousel .owl-controls .owl-buttons div{background:transparent;color:#08c;font-size:40px;visibility:hidden;opacity:0;transition:.2s all;position:absolute;top:50%;margin-top:-30px}
.owl-theme.banner-carousel:hover .owl-controls .owl-buttons div{visibility:visible;opacity:1}
.owl-theme.banner-carousel .owl-controls .owl-buttons div.owl-prev{left:0}
.owl-theme.banner-carousel .owl-controls .owl-buttons div.owl-next{right:0}
a.quickview-icon{position:absolute;right:0;top:0;background-color:#08c;color:#fff;padding:10px;z-index:9;border-radius:0 5px;opacity:0;visibility:hidden;transition:.1s all;font-size:13px;line-height:1.4}
a.quickview-icon span{margin-left:2px}
a.quickview-icon:hover span{text-decoration:underline}
a.quickview-icon:hover{opacity:.9!important;text-decoration:none;color:#fff}
.item-area:hover a.quickview-icon{opacity:1;visibility:visible}
a.quickviewlink.quickview-icon{position:static;padding:0;visibility:visible;opacity:1;color:#08c;background-color:transparent;font-size:16px;display:inline-block;height:32px;width:32px;line-height:32px;border:1px solid #08c;border-radius:5px;text-align:center}
a.quickviewlink.quickview-icon:hover{color:#08c}
.product-swatches-container{float:left;clear:both;margin-bottom:15px}
.product-swatches-container ul{margin-bottom:10px;width:100%}
.product-swatches-container ul li{display:block;height:35px;float:left}
.product-swatches-container li a{display:block;float:left;height:30px;line-height:30px;padding:0 5px;border:solid 1px #ccc;margin:3px;text-decoration:none;background:#ddd;color:#bbb;cursor:default;border-radius:5px;opacity:.2;filter:alpha(opacity=20)}
.product-swatches-container a.active{background:#fff;color:#333;cursor:pointer;box-shadow:3px 3px 5px #aaa;display:block;float:left;opacity:1;filter:alpha(opacity=100)}
.product-swatches-container a.active.selected{background:#fff;color:#333;height:32px!important;line-height:32px!important;padding:0 6px!important;cursor:pointer;border:none;box-shadow:1px 1px 5px #444 inset}
.product-swatches-container .has-swatches a{width:30px;height:30px;overflow:hidden;padding:0;position:relative;text-align:center}
.product-swatches-container .has-swatches a.active.selected{width:32px!important;padding:0!important}
.product-swatches-container .has-swatches li{position:relative}
.product-swatches-container .has-swatches li a span{display:none}
.product-swatches-container .has-swatches span.tooltip-container{display:none}
.product-swatches-container .has-swatches span.tooltip-container.on{display:block;position:absolute;top:-16px!important;left:20px;height:16px;z-index:20000}
.product-swatches-container .has-swatches span.tooltip-container.on span.tooltip{display:block;margin-left:-50%;float:left;height:16px;line-height:16px;background:#333;padding:0 5px;color:#efefef;white-space:nowrap;font-size:11px}
#product-options-wrapper .input-box .configurable-option-select.hideselect{display:none}
.product-image{position:relative;display:block}
a.product-image{z-index:1}
#fancybox-link{display:none;line-height:25px;height:25px;padding:0 10px;border:solid 1px #ccc;z-index:30000;position:relative;background:#fff;text-decoration:none;position:absolute;right:0;bottom:0}
.layered-navigation-swatch{display:block;float:left;width:20px;margin-right:5px}
ul.attribute-swatches li{display:block;float:left;margin:3px 7px 3px 0;width:20px;height:20px;position:relative;z-index:0}
ul.attribute-swatches li.color-swatch-last{margin-right:0}
ul.attribute-swatches li a{display:block;width:20px;height:20px;position:relative;overflow:hidden;border:solid 1px #ddd;float:left;text-decoration:none;background-position:center}
ul.attribute-swatches li a:hover{text-decoration:none;border-color:#444}
ul.attribute-swatches li a img{margin:0;display:inline;padding:0;border:none;z-index:0;position:absolute;top:0;left:0}
ul.attribute-swatches li a img.color-swatch-mask{margin:0;display:inline;position:absolute;z-index:20;padding:0;border:none}
ul.attribute-swatches li span{display:none;z-index:10000}
ul.attribute-swatches li span.tooltip-container.on{display:block;position:absolute;top:-22px;left:10px;height:22px;z-index:20000}
ul.attribute-swatches li span.tooltip.on{display:block;margin-left:-50%;float:left;height:22px;white-space:nowrap!important;background:transparent}
ul.attribute-swatches li span span span{display:block;float:left;background:#333;border:solid 1px #efefef;padding:1px 10px;font-weight:700;line-height:15px;color:#fff}
.attribute-swatches.product-view{height:20px;clear:both;margin:5px 0;border:none}
.products-grid li.item{padding:12px 10px 80px}
.attribute-swatches.product-list{float:left;width:100%;padding:0;clear:both}
#narrow-by-list ol.swatches li{display:block;clear:both}
#narrow-by-list ol li .layered-navigation-swatch{border:solid 1px #ccc;margin:0 5px 10px 0}
.attribute-availability{width:100%;clear:both;margin:0 0 5px;padding:0}
.attribute-availability li{display:block;padding:3px;float:left}
.more-views ul li{float:left}
.block-layered-nav #narrow-by-list ol.swatches{margin:10px -3px -3px}
.block-layered-nav #narrow-by-list ol.swatches li{display:inline-block;vertical-align:middle;position:relative}
.block-layered-nav #narrow-by-list ol.swatches li .layered-navigation-swatch{border-radius:5px;width:26px;height:26px;margin:0 2px 7px 3px;float:none}
.block-layered-nav #narrow-by-list ol.swatches li .layered-navigation-item-label{display:none}
.block-layered-nav #narrow-by-list ol.swatches.show-label li a{position:relative;display:block}
.block-layered-nav #narrow-by-list ol.swatches li a:hover{text-decoration:none}
.block-layered-nav #narrow-by-list ol.swatches.show-label li .layered-navigation-item-label{display:inline-block;line-height:26px;position:absolute;left:3px;top:0;width:26px;height:26px;text-align:center;overflow:hidden}
span.selected-label{vertical-align:middle}
.product-options .product-swatches-container .has-swatches a.active{box-shadow:none;text-align:center;line-height:28px;color:#08c}
.product-options .product-swatches-container .has-swatches a.active.selected{width:30px!important;box-shadow:none;background-color:#08c;color:#fff;height:30px!important;line-height:28px!important;border:1px solid transparent}
p.product-image{z-index:1}
.product-image img{max-width:100%;height:auto}
.product-options .product-swatches-container{margin:0;position:relative;z-index:1}
.quickview-index-view{padding:25px}
.quickview-index-view .owl-middle-narrow .owl-controls .owl-buttons div.owl-prev{left:-20px}
.quickview-index-view .owl-middle-narrow .owl-controls .owl-buttons div.owl-next{right:-20px}
.quickview-index-view .product-view .product-img-box{padding:20px;margin-bottom:0}
a.fancybox-close{background:transparent;transition:all .2s;width:20px;height:20px;line-height:20px;top:0;right:0;font-size:15px}
a.fancybox-close.fancybox-newsletter-close{top:10px;right:10px}
a.fancybox-close:before{content:"\e82c";font-family:"porto"}
a.fancybox-close:hover{text-decoration:none;opacity:.65;filter:alpha(opacity=65)}
.fancybox-opened .fancybox-skin{border-radius:5px;overflow:hidden}
.price-filter-slider a{transition:initial}
i.icon-spin6{font-size:30px}
.add-to-cart i.icon-spin6{font-size:16px;margin-left:10px}
#fancybox-loading{background:none;display:none}
.block-reorder input.checkbox{position:absolute;left:0}
.block-reorder .block-content ol li.item{position:relative;padding-left:25px}
.fixed-header .menu>li>a>span.cat-label,.main-nav .menu>li>a>span.cat-label{top:-7px;right:10px;font:inherit;font-size:10px;padding:2px;z-index:1;border-radius:2px;line-height:1}
.fixed-header .menu>li .nav-sublist-dropdown ul li a>span>span.cat-label,.main-nav .menu>li .nav-sublist-dropdown ul li a>span>span.cat-label{top:3px;right:-35px;font:inherit;font-size:10px;padding:2px;z-index:1;border-radius:2px;line-height:1}
div.mobile-nav .sw-mobile-menu li>a span.cat-label,.menu.side-menu li>a span.cat-label{font:inherit;font-size:10px;padding:2px;z-index:1;border-radius:2px;line-height:1;position:relative;margin:0 0 0 10px;display:inline-block}
.fixed-header .menu > li > a > span.cat-label.cat-label-label1,.main-nav .menu > li > a > span.cat-label.cat-label-label1,.fixed-header .menu > li .nav-sublist-dropdown ul li a > span > span.cat-label.cat-label-label1,.main-nav .menu > li .nav-sublist-dropdown ul li a > span > span.cat-label.cat-label-label1,div.mobile-nav .sw-mobile-menu li>a span.cat-label.cat-label-label1,.menu.side-menu li>a span.cat-label.cat-label-label1{background-color:#0cc485;color:#fff}
.fixed-header .menu > li > a > span.cat-label.cat-label-label2,.main-nav .menu > li > a > span.cat-label.cat-label-label2,.fixed-header .menu > li .nav-sublist-dropdown ul li a > span > span.cat-label.cat-label-label2,.main-nav .menu > li .nav-sublist-dropdown ul li a > span > span.cat-label.cat-label-label2,div.mobile-nav .sw-mobile-menu li>a span.cat-label.cat-label-label2,.menu.side-menu li>a span.cat-label.cat-label-label2{background-color:#eb2771;color:#fff}
#product-attribute-specs-table{border:1px solid #ddd}
#product-attribute-specs-table th.label{display:table-cell}
.parallax-category-banner .parallax{padding:75px 0}
.parallax-content h2{font-size:45px;line-height:1.1;margin:0}
.parallax-content p{font-size:23px;line-height:1.1;margin:0}
i.ajax-loader{display:inline-block;vertical-align:middle;border:1px solid #08c;border-radius:20px;border-bottom-color:transparent!important}
i.ajax-loader.small{width:16px;height:16px;border-width:2.5px}
i.ajax-loader.large{width:32px;height:32px;border-width:2.5px}
#fullajax_loader i.ajax-loader{position:absolute;left:50%;top:50%;margin-left:-16px;margin-top:-16px}
.add-to-cart #ajax_loader{margin:0 10px}
.fixed-header .cart-area{right:0}
.fixed-header ul.menu>li,.main-nav ul.menu>li{transition:color 0.1s,background-color .1s}
.fixed-header ul.menu>li>a,.main-nav ul.menu>li>a{transition:color 0.1s,background-color .1s}
.fixed-header ul.menu>li.menu-full-width,.fixed-header ul.menu>li.menu-static-width,.fixed-header ul.menu>li.menu-item-has-children,.main-nav ul.menu>li.menu-full-width,.main-nav ul.menu>li.menu-static-width,.main-nav ul.menu>li.menu-item-has-children{margin-bottom:-1px}
.fixed-header ul.menu>li.menu-full-width>a,.fixed-header ul.menu>li.menu-static-width>a,.fixed-header ul.menu>li.menu-item-has-children>a{padding-bottom:15px}
.fixed-header ul.menu >li.menu-full-width >a:after,.fixed-header ul.menu >li.menu-item-has-children >a:after,.fixed-header ul.menu >li.menu-static-width >a:after,.main-nav ul.menu >li.menu-full-width >a:after,.main-nav ul.menu >li.menu-item-has-children >a:after,.main-nav ul.menu >li.menu-static-width >a:after{margin-top:-6.5px}
.header-container.type5 .main-nav ul.menu >li.menu-full-width >a:after,.header-container.type5 .main-nav ul.menu >li.menu-item-has-children >a:after,.header-container.type5 .main-nav ul.menu >li.menu-static-width >a:after{margin-top:-6.5px}
.header-container.type1 .main-nav ul.menu>li.menu-full-width>a,.header-container.type1 .main-nav ul.menu>li.menu-static-width>a,.header-container.type1 .main-nav ul.menu>li.menu-item-has-children>a{padding-bottom:11px}
.header-container.type2 .main-nav ul.menu>li.menu-full-width>a,.header-container.type2 .main-nav ul.menu>li.menu-static-width>a,.header-container.type2 .main-nav ul.menu>li.menu-item-has-children>a{padding-bottom:15px}
.header-container.type4 .main-nav ul.menu>li.menu-full-width>a,.header-container.type4 .main-nav ul.menu>li.menu-static-width>a,.header-container.type4 .main-nav ul.menu>li.menu-item-has-children>a{padding-bottom:15px}
.header-container.type5 .main-nav ul.menu>li.menu-full-width>a,.header-container.type5 .main-nav ul.menu>li.menu-static-width>a,.header-container.type5 .main-nav ul.menu>li.menu-item-has-children>a{padding-bottom:11px}
.header-container.type6 .main-nav ul.menu>li.menu-full-width>a,.header-container.type6 .main-nav ul.menu>li.menu-static-width>a,.header-container.type6 .main-nav ul.menu>li.menu-item-has-children>a{padding-bottom:10px}
.header-container.type14 .main-nav ul.menu>li.menu-full-width>a,.header-container.type14 .main-nav ul.menu>li.menu-static-width>a,.header-container.type14 .main-nav ul.menu>li.menu-item-has-children>a{padding-bottom:10px}
.header-container.type7 .main-nav ul.menu>li.menu-full-width>a,.header-container.type7 .main-nav ul.menu>li.menu-static-width>a,.header-container.type7 .main-nav ul.menu>li.menu-item-has-children>a{padding-bottom:10px}
.header-container.type8 .main-nav ul.menu>li.menu-full-width>a,.header-container.type8 .main-nav ul.menu>li.menu-static-width>a,.header-container.type8 .main-nav ul.menu>li.menu-item-has-children>a{padding-bottom:10px}
.header-container.type17 .main-nav ul.menu>li.menu-full-width>a,.header-container.type17 .main-nav ul.menu>li.menu-static-width>a,.header-container.type17 .main-nav ul.menu>li.menu-item-has-children>a{padding-bottom:10px}
.header-container.type1 .main-nav ul.menu>li.menu-static-width.act>a,.header-container.type1 .main-nav ul.menu>li.menu-full-width.act>a,.header-container.type1 .main-nav ul.menu>li.menu-item-has-children.act>a{padding-bottom:10px}
.header-container.type1 .main-nav ul.menu>li.menu-static-width.act:hover>a,.header-container.type1 .main-nav ul.menu>li.menu-full-width.act:hover>a,.header-container.type1 .main-nav ul.menu>li.menu-item-has-children.act:hover>a{padding-bottom:11px}
.header-container.type2 .main-nav ul.menu>li.menu-static-width.act>a,.header-container.type2 .main-nav ul.menu>li.menu-full-width.act>a,.header-container.type2 .main-nav ul.menu>li.menu-item-has-children.act>a{padding-bottom:14px}
.header-container.type2 .main-nav ul.menu>li.menu-static-width.act:hover>a,.header-container.type2 .main-nav ul.menu>li.menu-full-width.act:hover>a,.header-container.type2 .main-nav ul.menu>li.menu-item-has-children.act:hover>a{padding-bottom:15px}
.header-container.type4 .main-nav ul.menu>li.menu-static-width.act>a,.header-container.type4 .main-nav ul.menu>li.menu-full-width.act>a,.header-container.type4 .main-nav ul.menu>li.menu-item-has-children.act>a{padding-bottom:14px}
.header-container.type4 .main-nav ul.menu>li.menu-static-width.act:hover>a,.header-container.type4 .main-nav ul.menu>li.menu-full-width.act:hover>a,.header-container.type4 .main-nav ul.menu>li.menu-item-has-children.act:hover>a{padding-bottom:15px}
.header-container.type5 .main-nav ul.menu>li.menu-static-width.act>a,.header-container.type5 .main-nav ul.menu>li.menu-full-width.act>a,.header-container.type5 .main-nav ul.menu>li.menu-item-has-children.act>a{padding-bottom:10px}
.header-container.type5 .main-nav ul.menu>li.menu-static-width.act:hover>a,.header-container.type5 .main-nav ul.menu>li.menu-full-width.act:hover>a,.header-container.type5 .main-nav ul.menu>li.menu-item-has-children.act:hover>a{padding-bottom:11px}
.header-container.type6 .main-nav ul.menu >li:first-child,.header-container.type14 .main-nav ul.menu >li:first-child,.header-container.type7 .main-nav ul.menu >li:first-child,.header-container.type8 .main-nav ul.menu >li:first-child,.header-container.type17 .main-nav ul.menu >li:first-child{margin-right:3px}
.block-layered-nav #narrow-by-list ol.swatches li a:hover .layered-navigation-swatch{border-color:#08c}
.fixed-header .menu > li .nav-sublist-dropdown ul li a > span > span.cat-label.cat-label-label1:before,.main-nav .menu > li .nav-sublist-dropdown ul li a > span > span.cat-label.cat-label-label1:before,div.mobile-nav .sw-mobile-menu li>a span.cat-label.cat-label-label1:before,.menu.side-menu li>a span.cat-label.cat-label-label1:before{content:"";position:absolute;left:-6px;top:3px;width:3px;height:3px;border:3px solid transparent;border-right-color:#0cc485}
.fixed-header .menu > li > a > span.cat-label.cat-label-label1:before,.main-nav .menu > li > a > span.cat-label.cat-label-label1:before{content:"";position:absolute;left:3px;bottom:-6px;width:3px;height:3px;border:3px solid transparent;border-top-color:#0cc485}
.fixed-header .menu > li .nav-sublist-dropdown ul li a > span > span.cat-label.cat-label-label2:before,.main-nav .menu > li .nav-sublist-dropdown ul li a > span > span.cat-label.cat-label-label2:before,div.mobile-nav .sw-mobile-menu li>a span.cat-label.cat-label-label2:before,.menu.side-menu li>a span.cat-label.cat-label-label2:before{content:"";position:absolute;left:-6px;top:3px;width:3px;height:3px;border:3px solid transparent;border-right-color:#eb2771}
.fixed-header .menu > li > a > span.cat-label.cat-label-label2:before,.main-nav .menu > li > a > span.cat-label.cat-label-label2:before{content:"";position:absolute;left:3px;bottom:-6px;width:3px;height:3px;border:3px solid transparent;border-top-color:#eb2771}
a.search-icon{display:inline-block;width:25px;text-align:center}
.product-image-area .actions{position:absolute;width:100%;bottom:10px;left:0;text-align:left;padding:0 10px;visibility:hidden;opacity:0;transition:opacity .2s}
.item:hover .product-image-area .actions{visibility:visible;opacity:1}
.product-image-area .actions a{background-color:#fff;overflow:hidden}
.product-image-area .actions a.addtocart{color:#08c;border-color:#08c;width:32px;height:32px;line-height:32px;font-size:16px;padding:0;text-align:center}
.product-image-area .actions a.addtocart.outofstock{display:none}
.product-image-area .actions a.addtocart i.icon-cart{font-size:17px}
.product-image-area .actions a.addtocart span{display:none}
.header-container.type3 .main-nav ul.menu>li.fl-right,.header-container.type4 .main-nav ul.menu>li.fl-right{margin-right:0;margin-left:3px;float:right!important}
.header-container.type3 .main-nav ul.menu>li.fl-right.last>a{margin:0;padding-right:15px!important}
.header-container.type3 .main-nav ul.menu>li.fl-right.last>a:after{right:0}
.owl-item.loading{min-height:100px;background:transparent;position:relative}
.owl-item.loading:before{content: "\f110";font-family: "porto";position: absolute;left: 50%;top: 50%;font-size: 20px;-moz-animation: spin 2s infinite linear;-o-animation: spin 2s infinite linear;-webkit-animation: spin 2s infinite linear;animation: spin 2s infinite linear;}
.owl-banner-carousel .content-9.type1 em{font-size:20px;margin-bottom:-5px;margin-left:9px}
.owl-banner-carousel .content-9.type1 h2{font-size:65px;margin-bottom:0}
.owl-banner-carousel .content-9.type1 p{font-size:37px}
.owl-banner-carousel .content-9.type1 a{font-size:15px}
.owl-banner-carousel .content-9.type1 a>i{width:15px;height:15px;line-height:14px;text-align:center;font-size:12px;display:inline-block;vertical-align:middle;margin-bottom:3px;margin-left:12px;color:#fff;border-radius:50%}
.owl-banner-carousel .content-9.type2 h3{font-size:46.48px;margin-bottom:15px}
.owl-banner-carousel .content-9.type2 span{display:inline-block;vertical-align:middle;font-style:italic;font-size:16px;margin-right:20px}
.owl-banner-carousel .content-9.type2 a{font-size:14px;padding-right:5px}
.prev-next-products{float:right}
.quickview-index-view .prev-next-products{display:none}
.prev-next-products .product-nav{display:inline-block;vertical-align:middle;position:relative}
.prev-next-products a{color:#555;display:inline-block;font-size:22px;line-height:58px}
.prev-next-products .product-nav .product-pop{border-top:3px solid #08c;position:absolute;left:0;top:100%;padding:10px;background-color:#fff;box-shadow:0 1px 2px rgba(0,0,0,0.2);z-index:1;visibility:hidden;opacity:0;transition:all .2s;text-align:center;border-radius:4px}
.prev-next-products .product-nav .product-pop:before{content:"";width:5px;height:2px;border:5px solid transparent;border-bottom-color:#08c;display:block;position:absolute;top:-13px;left:0}
.prev-next-products .product-nav:hover .product-pop{opacity:1;visibility:visible}
.prev-next-products .product-nav .product-pop .product-image{margin-bottom:10px}
.prev-next-products .product-nav .product-pop .product-name{margin:0;font-weight:600;font-size:11px}
.prev-next-products .product-nav.product-prev .product-pop{right:auto;left:0;margin-left:-17.5px}
.prev-next-products .product-nav.product-prev .product-pop:before{left:32px;right:auto}
.prev-next-products .product-nav.product-next .product-pop{left:auto;right:0;margin-right:-17.5px}
.prev-next-products .product-nav.product-next .product-pop:before{right:32px;left:auto}
.page>#newsletter_popup{display:none}
#newsletter_popup{background:url(https://en.newsha.com/skin/frontend/smartwave/newsha_bluro/images/newsletter_popup_bg.jpg) no-repeat;margin:0;padding:40px 40px 25px;width:700px;height:325px;border-top:4px solid #08c;text-align:left;position:relative}
#newsletter_popup .block-content{max-width:312px;text-align:center}
#newsletter_popup h2{font-weight:700;color:#313131;font-size:16px;line-height:1;margin:30px 0 12px}
#newsletter_popup p{font-size:14px;line-height:1.4}
#newsletter_popup .input-box{padding:0}
#newsletter_popup input.input-text{float:left;padding:2px 13px;line-height:30px;width:100%}
#newsletter_popup button.button{float:left;margin-left:-55px;position:relative;z-index:1;width:55px;border-left:1px solid #ccc}
#newsletter_popup button.button span{height:34px;background-color:transparent;color:#555;line-height:34px;padding:0;text-align:center}
#newsletter_popup .subscribe-bottom{position:absolute;bottom:30px}
#newsletter_popup .subscribe-bottom label{font-size:11px}
#newsletter_popup #newsletter_popup_dont_show_again{margin-top:1px}
.shop-by-manufacturer{margin-top:20px}
.shop-by-manufacturer .filter-title a{font-size:14px;font-weight:400}
.shop-by-manufacturer .owl-carousel .item{padding:10px}
.shop-by-manufacturer .owl-carousel{margin:0 -10px}
.manufaturers-grid{margin:0 -15px}
.manufaturers-grid li.item{padding:10px 15px;float:left;text-align:center;max-width:290px}
.manufaturers-grid li.item a{width:100%;display:block}
.manufaturers-grid li.item a img{max-width:100%}
.page-head{margin-bottom:20px}
.page-head h3{font-size:20px}
.manufacturer-index-view .block-layered-nav .block-title{margin-top:0;margin-bottom:0;padding:10px 15px;font-size:14px;font-weight:700;text-transform:uppercase;border:1px solid #ddd;background-color:#f5f5f5;color:#777;position:relative;cursor:pointer;border-radius:7px 7px 0 0;margin-top:14px}
.filter-title>a{font-size:14px;font-weight:400;text-transform:none}
.brand-slider .owl-carousel .owl-item .item{padding:0 20px;padding-top:10px}
.brand-slider .owl-carousel .owl-item .item img{width:100%}
#_atssh{position:absolute;z-index:-1;bottom:0}
#success-message-container{border-top:4px solid #08c;border-radius:6px;font-weight:400;line-height:1.4}
#success-message-container button{margin-top:15px}
#success-message-container button:first-child{margin-top:20px}
#success-message-container .timer{font-weight:600;margin-top:10px;font-size:16px}
.fixed-header-area.fancybox-margin{padding-right:17px}
.full-width-image-banner{height:375px;position:relative}
.full-width-image-banner:after{content:"";display:block;position:absolute;width:100%;height:100%;left:0;top:0;background-color:#393733;opacity:.65;filter:alpha(opacity=65)}
.full-width-image-banner .content{margin-top:-36px}
.full-width-image-banner h2{margin:0;font-size:45px;line-height:1.1}
.full-width-image-banner p{margin:0;font-size:16px}
.filter-products .products.small-list div.item .details-area{padding-top:7px;padding-bottom:7px}
.filter-products .products.small-list div.item .details-area .product-name a{font-size:12px}
.small-list .price{font-size:12px}
.small-list .regular-price .price{font-size:15px}
.small-list .special-price .price{font-size:15px}
.small-list .old-price .price{font-size:12px}
.one-product h4.filter-title{font-size:16px;text-align:center;color:#333;font-weight:700;line-height:1.4;padding:14px 0;background-color:#fff;margin:0}
.one-product .filter-products .products div.item{padding:0}
.one-product .filter-products .products div.item .details-area{padding-top:20px}
.one-product .filter-products .products{background-color:#fff;padding-bottom:15px}
.one-product .filter-products .product-image-area{margin:0;background-color:transparent;border:0;padding:0}
.footer .container{max-width:100%}
.header-container.type9{border:0;background-color:#fff}
.header-container.type9 .top-links-container{background-color:#f7f7f7;color:#777}
.header-container.type9 .top-links-container span.split{border-color:#ccc}
.header-container.type9 .links li{border-left-color:#ccc}
.header-container.type9 .top-links a{color:#08c}
.header-container.type9 .selectbox .select{color:#777}
.header-container.type9 .top-links .top-select:first-child .selectbox .select{padding-left:0}
.header-container.type9 .header{text-align:center}
.header-container.type9 .header>.logo img{height:50px}
.header-container.type9 .search-area{left:15px}
.header-container.type9 .header .search-icon{display:none}
.header-container.type9 .header .form-search{padding-right:166px}
.header-container.type9 .header .form-search #search{height:34px;padding:8px 15px;line-height:20px}
.header-container.type9 .header .form-search #cat{height:34px;line-height:30px;right:36px}
.header-container.type9 .header .form-search button.button{width:36px;height:34px}
.header-container.type9 .header .custom-block{margin-right:10px}
.header-container.type9 .header .custom-block>*{display:inline-block;vertical-align:middle}
.header-container.type9 .header .custom-block span.split{height:14px;width:1px;border-right:1px solid #ccc;margin:0 13px}
.header-container.type9 .header .custom-block a{font-size:12px}
.header-container.type9 .header .mini-cart{display:inline-block;position:relative;padding:0;margin:0;vertical-align:middle;top:0;left:0}
.header-container.type9 .mybag-link{position:relative;height:40px;padding:0;line-height:40px;text-align:center;top:-3px}
.header-container.type9 .mybag-link i{color:#08c;font-size:35px}
.header-container.type9 .mybag-link .cart-info{position:absolute;width:100%;text-align:center;top:50%;margin-top:-4px;left:0;padding:0;display:block;line-height:1}
.header-container.type9 .mybag-link .cart-info span{display:none}
.header-container.type9 .mybag-link .cart-info span.cart-qty{display:block}
.header-container.type9 .header .mini-cart .topCartContent{right:0;top:40px}
.header-container.type9 .main-nav{background-color:transparent;margin-bottom:0}
.header-container.type9 .main-nav .menu-wrapper{background-color:transparent}
.header-container.type9 .main-nav ul.menu>li>a{color:#fff;padding-top:15px;padding-bottom:15px}
.header-container.type9 .main-nav ul.menu>li:hover,.header-container.type9 .main-nav ul.menu>li.act{background-color:transparent}
.header-container.type9 .main-nav ul.menu>li.act>a,.header-container.type9 .main-nav ul.menu>li:hover>a{color:#08c}
.header-container.type9 .main-nav ul.menu>li>a{padding:17px 20px 17px 0;margin-right:10px;color:#828385}
.header-container.type9 .main-nav ul.menu >li.menu-full-width >a,.header-container.type9 .main-nav ul.menu >li.menu-item-has-children >a,.header-container.type9 .main-nav ul.menu >li.menu-static-width >a{padding-right:30px}
.header-container.type9 .main-nav ul.menu>li .nav-sublist-dropdown,.header-container.type9 .main-nav .menu>li.menu-full-width .nav-sublist-dropdown,.header-container.type9 .main-nav .menu>li.menu-static-width .nav-sublist-dropdown{margin-top:0}
.header-container.type9 .main-nav ul.menu>li.fl-right{margin-right:0;margin-left:3px;float:right!important}
.header-container.type9 .main-nav ul.menu>li.fl-right.last>a{margin:0;padding-right:15px!important}
.header-container.type9 .main-nav ul.menu>li.fl-right.last>a:after{right:0}
.single-images .single-image-label{font-size:16px;text-align:center;color:#818385;line-height:1.4;padding:10px 0;font-weight:600}
.single-images .caption{background-color:#a1a2a3;color:#fff;font-size:15px;line-height:35px;text-align:center}
.fixed-header ul.menu >li.menu-static-width.act:hover >a,.fixed-header ul.menu >li.menu-full-width.act:hover >a,.fixed-header ul.menu >li.menu-item-has-children.act:hover >a{padding-bottom:14px}
.fixed-header ul.menu >li.menu-static-width.act >a,.fixed-header ul.menu >li.menu-full-width.act >a,.fixed-header ul.menu >li.menu-item-has-children.act >a{padding-bottom:13px}
.gift-messages h3 .expand_plus{display:none}
.footer-top-subscribe > h4{float:left;margin:0}
.footer-top-subscribe .input-box{text-align:right;margin:0}
.footer-top-subscribe input#newsletter{height:34px;line-height:18px;padding:8px;max-width:55%;min-width:200px;width:250px;border-radius:2px}
.footer-top-subscribe button.button{margin-left:-53px;width:50px}
.footer-top-subscribe button.button > span{line-height:34px;background-color:transparent;color:#333;border-left:1px solid #ccc;border-radius:0 2px 2px 0}
#banner-slider-demo-13 .slide1-content em{font-size:26.26px;margin:0 10px}
#banner-slider-demo-13 .slide1-content h2{font-size:79.12px;margin:5px 0 10px}
#banner-slider-demo-13 .slide1-content p{font-size:23.64px}
#banner-slider-demo-13 .slide2-content em{font-size:26.26px;margin-left:8px}
#banner-slider-demo-13 .slide2-content h2{font-size:82.51px;margin:3px 0 10px}
#banner-slider-demo-13 .slide2-content p{font-size:16px;margin-left:8px;margin-bottom:30px}
#banner-slider-demo-13 .slide2-content p span.split{margin:0 13px 0 14px}
#banner-slider-demo-13 .slide2-content a.btn-default{font-size:15px;width:135px;height:40px;line-height:40px;padding:0;margin-right:3px}
#banner-slider-demo-13 .slide3-content em{font-size:26.26px}
#banner-slider-demo-13 .slide3-content h2{font-size:82.51px;margin-bottom:17px}
#banner-slider-demo-13 .slide3-content a.btn-default{font-size:15px;width:135px;height:40px;line-height:40px;padding:0;margin-right:3px}
.no-border .product-image-area{border:0;padding:0;border-radius:0}
.no-border .filter-products .products div.item .product-image{border-radius:0}
h3.fullwidth-filter-title{font-size:28px;color:#000;line-height:1.2;margin-left:15px}
p.fullwidth-filter-description{font-size:15px;color:#666;line-height:1.4;margin-left:15px}
.home-side-menu-type2{margin-bottom:50px}
.home-side-menu-type2>h2{font-size:16px;font-weight:600;color:#333}
.home-side-menu-type2>h2>i.icon-menu:before{margin-left:0}
.side-menu-type2.side-block{border-top:1px solid #ddd}
.side-menu-type2.side-block ul.menu{padding:0;list-style:none}
.side-menu-type2.side-block ul.menu ul{list-style:none;margin:0;display:none;padding-left:1.5em}
.side-menu-type2.side-block ul.menu>li{padding-left:12px;display:block;line-height:40px;border-bottom:1px solid #ddd}
.side-menu-type2.side-block ul.menu li{position:relative}
.side-menu-type2.side-block ul.menu a{font-size:14px;color:#777}
.side-menu-type2.side-block ul.menu a span.cat-label{display:none}
.side-menu-type2.side-block ul.menu a:hover{color:#000;text-decoration:none}
.side-menu-type2.side-block ul.menu>li>a{font-size:15px}
.side-menu-type2.side-block ul.menu ul>li{line-height:40px;border-top:1px solid #ddd}
.side-menu-type2.side-block ul.menu ul>li:first-child{border-top:0}
.side-menu-type2.side-block ul.menu a.open-child{position:absolute;right:0;top:0;font-size:15px}
.featured-box-2{margin:30px 0}
.featured-box-2 h3{color:#121213;font-size:16px;border-bottom:1px solid #ddd;line-height:1.4;padding:8px 0;margin-bottom:10px}
.featured-box-2 h3 i{font-size:18px}
.featured-box-2 p{font-size:15px;margin-bottom:10px}
.featured-box-2 a{font-size:14px}
.footer .tags-list li{margin:0;margin-bottom:2px;display:inline-block!important}
.footer .tags-list a{color:#fff;background-color:#000;padding:0 7px;line-height:25px;display:inline-block;font-size:12px!important;border-radius:3px}
.footer .tags-list a:hover{color:#fff}
.page-header{margin:0;padding:0;min-height:175px;background:url(https://en.newsha.com/skin/frontend/smartwave/newsha_bluro/images/page_header.jpg) center center no-repeat;background-size:cover;border:0}
#banner-slider-demo-11 .content-1{position:absolute;left:50%;top:50%;padding:30px 20px 15px;text-align:left;margin-left:-163px;margin-top:-95px}
#banner-slider-demo-11 .content-1>div{display:inline-block;vertical-align:middle}
#banner-slider-demo-11 .content-1>div:first-child{padding-right:10px}
#banner-slider-demo-11 .content-1 p{font-size:23px;line-height:1;margin-bottom:0;margin-left:7px;font-weight:300}
#banner-slider-demo-11 .content-1 h3{font-size:73px;font-weight:600;line-height:1;margin:0}
#banner-slider-demo-11 .content-1 h3 b{font-weight:800;margin-top:-23px;display:block}
#banner-slider-demo-11 .content-1 em{font-size:16px;font-style:normal;font-weight:300;margin:0;line-height:1;margin-right:4px}
#banner-slider-demo-11 .content-1 h4{font-size:32px;line-height:1;margin:0;font-weight:700}
#banner-slider-demo-11 .content-1 h5{font-size:16px;margin:0;line-height:1;margin-top:-4px}
#banner-slider-demo-11 .content-2{position:absolute;right:28px;bottom:28px;text-align:left}
#banner-slider-demo-11 .content-2>div{display:inline-block;vertical-align:middle;padding:20px 15px}
#banner-slider-demo-11 .content-2>div:first-child{margin:-6px 0;padding-left:25px}
#banner-slider-demo-11 .content-2 p{font-size:20px;line-height:1;margin-bottom:0;margin-left:2px;font-weight:300}
#banner-slider-demo-11 .content-2 h3{font-size:54px;font-weight:600;line-height:1;margin:0}
#banner-slider-demo-11 .content-2 h3 b{font-weight:800}
#banner-slider-demo-11 .content-2 em{font-size:16px;font-style:normal;font-weight:300;margin:0;line-height:1;margin-right:4px}
#banner-slider-demo-11 .content-2 h4{font-size:32px;line-height:1;margin:0;font-weight:700}
#banner-slider-demo-11 .content-2 h5{font-size:16px;margin:0;line-height:1;margin-top:-4px}
#banner-slider-demo-11 .content-2 a{font-size:14px;margin-right:-10px}
.md-modal #login-form,.form-wrap.new-users,.form-wrap.registered-users,.opc #login-form{border:0;background:transparent;box-shadow:none;padding:0}
.fancybox-prev span,.fancybox-next span{background-image:none;font-size:40px}
.fancybox-prev span:before,.fancybox-next span:before{font-family:"porto";font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;text-align:center;font-variant:normal;text-transform:none;line-height:40px}
.fancybox-next span:before{content:'\e81a'}
.fancybox-prev span:before{content:'\e819'}
#loading-mask{display:none;font-size:1.1em;font-weight:700;position:fixed;text-align:center;z-index:20002;width:100%;height:100%;left:0;top:0}
#after-loading-success-message{display:none;font-size:1.1em;position:fixed;text-align:center;z-index:20002;width:100%;height:100%;left:0;top:0}
#success-message-container{padding:20px 15px;line-height:1.4;position:relative;text-align:center;top:35%;width:300px;z-index:1000;background:#FFF none repeat scroll 0 0;margin:auto}
#success-message-container img.product-image{display:inline-block;width:30%}
#success-message-container .msg{display:block;margin-bottom:10px;font-size:13px}
#success-message-container .product-name{font-size:15px;margin:5px 0 10px}
#success-message-container .timer{display:none}
#success-message-container button{margin-top:15px;min-width:133px}
/*.header-container.sticky-header .header-wrapper{position:fixed!important;left:0!important;top:0!important;z-index:200!important;margin:0!important;padding:7px 0!important;margin:0!important;width:100%!important;box-shadow:0 1px 2px rgba(0,0,0,0.1);-webkit-backface-visibility:hidden;backface-visibility:hidden;pointer-events:all}
.header-container.sticky-header .menu-wrapper{position:relative}
.header-container.sticky-header .main-nav ul.menu>li>a{margin:0!important;padding:10px 15px!important}
.header-container.sticky-header .main-nav ul.menu>li.menu-static-width>a,.header-container.sticky-header .main-nav ul.menu>li.menu-full-width>a,.header-container.sticky-header .main-nav ul.menu>li.menu-item-has-children>a{padding-left:15px!important;padding-right:25px!important}
.header-container.sticky-header .main-nav ul.menu>li>a:after{right:10px!important}
.header-container.sticky-header .main-nav .menu{border:0;height:auto}
.header-container.sticky-header .main-nav ul.menu >li.menu-full-width >a:after,.header-container.sticky-header .main-nav ul.menu >li.menu-item-has-children >a:after,.header-container.sticky-header .main-nav ul.menu >li.menu-static-width >a:after{margin-top:-6.5px!important}
.header-container.type9.sticky-header .main-nav ul.menu>li.fl-right{margin-right:0;margin-left:3px;float:none!important}
.header-container.type9.sticky-header .main-nav ul.menu>li.fl-right.last>a{margin:0;padding-right:15px!important}
.header-container.type9.sticky-header .main-nav ul.menu>li.fl-right.last>a:after{right:0}
.header-container.type9.sticky-header .header-wrapper{background-color:#fff}
.header-container.type9.sticky-header .header-wrapper .main-nav.container{margin:0 auto;background-color:transparent;text-align:left}
.header-container.type9.sticky-header .header-wrapper .main-nav.container .menu-wrapper{background-color:transparent}
.cms-index-index .header-container.type10.sticky-header .dropdown-menu .menu-container>a{pointer-events:all}
.cms-index-index .header-container.type10.sticky-header .dropdown-menu .menu-container>.menu.side-menu{visibility:hidden;opacity:0}
.cms-index-index .header-container.type10.sticky-header .dropdown-menu .menu-container>.menu.side-menu.show{visibility:visible;opacity:1}
.header-container.sticky-header .menu-wrapper .mini-cart{position:absolute;right:0;left:auto;top:-5px;margin:0;background-color:transparent;border:0}
.header-container.sticky-header .menu-wrapper .mybag-link{position:relative;line-height:1;display:inline-block;border-radius:5px;height:40px;padding:5px;text-transform:uppercase;text-align:center;max-width:120px;background-color:transparent;top:auto}
.header-container.sticky-header .menu-wrapper .mybag-link span{display:none}
.header-container.sticky-header .menu-wrapper .mybag-link .cart-info{display:block;position:absolute;text-align:center;width:100%;top:50%;margin-top:-8px;left:0;padding:3px}
.header-container.sticky-header .menu-wrapper .mybag-link .cart-qty{display:block;font-size:13px;color:#fff;margin:0!important;line-height:16px;font-weight:600}
.header-container.sticky-header .menu-wrapper .mybag-link i{font-size:31px;color:#08c}
.header-container.sticky-header .menu-wrapper .mini-cart .topCartContent{top:40px}*/
.header-container .compare-link{display:inline-block;vertical-align:middle;position:relative}
.fixed-header ul.menu >li .nav-sublist-dropdown:before,.main-nav ul.menu >li .nav-sublist-dropdown:before{content:"";height:6px;display:block;position:absolute;top:-6px;left:0}
/*.header-container.sticky-header .main-nav ul.menu>li.menu-full-width:hover>a,.header-container.sticky-header .main-nav ul.menu>li.menu-static-width:hover>a,.header-container.sticky-header .main-nav ul.menu>li.menu-item-has-children:hover>a{padding-bottom:11px!important}*/
a.at300b .at4-icon,a.at300m .at4-icon{border-radius:3px}
#parallax_01 .parallax-content-15 em{font-size:26.26px;margin:0 10px}
#parallax_01 .parallax-content-15 h2{font-size:79.12px;margin:5px 0 10px}
#parallax_01 .parallax-content-15 p{font-size:23.64px}
#parallax_02{padding:250px 0}
#parallax_02 .parallax-content-15 em{font-size:26.26px;margin:0}
#parallax_02 .parallax-content-15 .text-content h2{font-size:79.12px;letter-spacing:-6px}
#parallax_02 .parallax-content-15 .text-content p{margin:0}
#parallax_02 .parallax-content-15 .text-content p span{font-size:23.64px;padding-left:6px}
#parallax_02 .parallax-content-15 .text-content p a{font-size:16px;padding:10px 28px;margin-left:10px;margin-top:5px}
#parallax_03{padding:250px 0}
#parallax_03 .parallax-content-15 em{font-size:26.26px;margin:0;margin-left:5px}
#parallax_03 .parallax-content-15 .text-content h2{font-size:79.12px;letter-spacing:-6px}
#parallax_03 .parallax-content-15 .text-content p{margin:0}
#parallax_03 .parallax-content-15 .text-content p span{font-size:23.64px;padding-left:6px}
#parallax_03 .parallax-content-15 .text-content p a{font-size:16px;padding:10px 28px;margin-left:125px;margin-top:5px}
#parallax_04 .parallax-content-15 em{font-size:26.26px;margin:0 10px}
#parallax_04 .parallax-content-15 h2{font-size:61px;margin:5px 0 10px;letter-spacing:-3px}
#parallax_04 .parallax-content-15 p{font-size:18px}
#parallax_04 .parallax-content-15 a.btn.btn-default{font-size:16px;padding:8px 35px}
body.side-header .page{position:relative;z-index:2}
body.side-header.cms-index-index .page{height:100vh}
.header-container.type12{position:absolute;left:0;top:0;z-index:999;width:256px;min-height:100vh;background-color:#383734;text-align:center;border:0;padding:10px}
.cms-index-index .header-container.type12{background-color:rgba(0,0,0,0.4)}
.header-container.type12.fixed-bottom{position:fixed;top:auto;bottom:0}
.header-container.type12 .switcher-area{text-align:center;position:relative;z-index:3}
body.side-header .top-container,body.side-header .main-container,body.side-header .footer-container{margin-left:256px}
.header-container.type12 .form-currency,.header-container.type12 .form-language{display:inline-block;vertical-align:middle;float:none;margin-right:4px;margin-bottom:7px}
.header-container.type12 .selectbox .select{border-color:#101010;background-color:#101010;color:#fff;text-align:center}
.selectbox li{transition:all .3s}
.header .social-icons a{background-color:#9e9e9e;border-radius:50%}
.header .social-icons a.icon1-class:hover{background-color:#3c599b}
.header .social-icons a.icon2-class:hover{background-color:#1ca8e3}
.header .social-icons a.icon3-class:hover{background-color:#4975b6}
#banner-slider-demo-16 .slide1-content,#banner-slider-demo-16 .slide2-content{padding-left:256px}
#banner-slider-demo-16 .text-content{text-align:left}
#banner-slider-demo-16 .text-content em{font-size:26.26px;margin:0;margin-bottom:-10px}
#banner-slider-demo-16 .text-content h2{font-size:79.12px;letter-spacing:-4px}
#banner-slider-demo-16 .text-content p{margin:0}
#banner-slider-demo-16 .text-content p span{font-size:23.64px;padding-left:6px}
#banner-slider-demo-16 .text-content p a{font-size:16px;padding:10px 28px;margin-left:10px;margin-top:5px}
body.side-header .top-container > .breadcrumbs.fixed-position{position:fixed;width:100%;z-index:999;top:0}
.product-view-zoom-area{width:100%;height:100%;z-index:2;position:absolute;left:100%;top:0;display:none}
.product-img-box .etalage:hover + .etalage-control + .product-view-zoom-area{display:block}
.sticky-product{position:fixed;top:0;left:0;width:100%;z-index:100;background-color:#fff;box-shadow:0 3px 5px rgba(0,0,0,0.08);padding:60px 0 15px}
.sticky-product.no-sticky-header{padding:15px 0}
.sticky-product > .container{position:relative}
.sticky-product .sticky-image,.sticky-product .sticky-detail{display:inline-block;vertical-align:middle;margin-right:15px}
.sticky-product .sticky-detail .product-name-area,.sticky-product .ratings,.sticky-product .sticky-detail .availability{display:inline-block;vertical-align:top;margin:0;margin-right:15px}
.sticky-product .sticky-detail .product-name-area .product-name,.sticky-product .ratings,.sticky-product .sticky-detail .availability{line-height:25px}
.sticky-product .sticky-detail .product-name-area .product-name{font-size:16px;font-weight:600}
.sticky-product .sticky-detail .availability span{font-size:15px;font-weight:400}
.sticky-product .add-to-cart{position:absolute;right:15px;top:50%;margin-top:-19px}
.side-header .sticky-product > .container{width:100%;padding-left:277px}
.product-view.moved-tab .product-shop .short-description{border:0}
.main-nav .menu > li .nav-sublist-dropdown{top:auto}
.deal-label{position:absolute;left:3px;top:3px;color:#fff;font-size:20px;padding:3px}
.deal-label:before{content:"";display:block;width:40px;height:40px;position:absolute;z-index:1;border:26px solid transparent;border-left-color:#e27c7c;border-top-color:#e27c7c;border-radius:3px;left:0;top:0;transition:all .3s}
.deal-label i{position:relative;z-index:2;left:-1px;top:1px}
.block-dailydeal-new .sidebardailydeal{text-align:center}
.block-dailydeal-new .sidebardailydeal a{float:none}
.block-dailydeal-new{font-family:inherit}
.block-dailydeal-new,.block-dailydeal-new:hover{border:0}
.block-dailydeal-new .block-title{padding:10px 15px;font-size:14px;font-weight:700;text-transform:uppercase;border:1px solid #ddd;background-color:#f5f5f5;color:#777;position:relative;cursor:pointer;border-radius:7px 7px 0 0;margin-top:14px}
.block-dailydeal-new .block-title.closed{border-radius:7px}
.block-dailydeal-new .block-title:before{content:"\e80d";width:26px;height:26px;display:block;border:1px solid #ccc;font-family:'porto';position:absolute;right:15px;top:50%;margin-top:-13px;border-radius:3px;color:#ccc;text-align:center;line-height:24px;background-color:#fff;font-size:10px}
.block-dailydeal-new .block-title.closed:before{content:"\e80b"}
.block-dailydeal-new .block-title:hover:before{background-color:#08c;color:#fff}
.block-dailydeal-new .block-content{padding:10px 15px;font-size:14px;border:1px solid #ddd;border-top:0;border-radius:0 0 7px 7px;background-color:#fbfbfb}
.block-dailydeal-new .block-title{cursor:pointer;margin:0}
.bottom-home-dailydeal ul.time-left{float:none;background-color:transparent;padding:0 10px}
.bottom-home-dailydeal ul.time-left li{padding:3px;list-style:none}
.bottom-home-dailydeal ul.time-left li>div{background-color:#999;padding:4px 0;border-radius:5px}
.bottom-home-dailydeal{position:absolute;bottom:-23px;z-index:9;left:0;width:100%;opacity:.3;filter:alpha(opacity=30);transition:all .3s;margin:0}
.item-area:hover .bottom-home-dailydeal{opacity:1;filter:alpha(opacity=100);bottom:0}
.block-dailydeal-new .sidebardailydeal.item{padding:20px 0}
.bottom-home-dailydeal ul.time-left li span{font-family:inherit;font-size:16px;font-weight:600}
.timeleft-text{margin:0}
.item-area:hover .deal-label:before{border-left-color:#af2727;border-top-color:#af2727}
.product-view .bottom-home-dailydeal{position:static;margin-bottom:20px;margin-left:-15px;opacity:1;filter:alpha(opacity=100)}
.product-view .bottom-home-dailydeal ul.time-left li span.timeleft-text{font-size:20px}
.product-essential .bg-saleoff{margin-bottom:10px}
ol#products-list li.item{background:transparent}
ol#products-list .bottom-home-dailydeal ul.time-left li span{font-size:13px}
ol#products-list .bottom-home-dailydeal ul.time-left li span.text-time{font-size:10px}
.product-image-area a.product-image{overflow:hidden}
.slide3-1-new-content em{font-size:18px}
.slide3-1-new-content h2{font-size:44px}
.slide3-1-new-content hr{margin:10px 0}
.slide3-1-new-content a{font-size:16px}
.img-desc-home3{margin-top:-88px;padding:0 25px}
.img-desc-home3 h3{font-size:24px}
.img-desc-home3 hr{width:90px;margin:15px 0}
.img-desc-home3 p{font-size:15px}
.img-desc-home3 a{font-size:15px}
.top-newsletter #newsletter{width:300px;height:30px;border-radius:0;line-height:16px}
.top-newsletter button.button{position:absolute;right:0;top:0}
.top-newsletter button.button span{height:30px;line-height:30px;border-radius:0;color:#000;background-color:transparent}
.input-box{position:relative}
.validation-advice:before{content:"\e820";font-family:"porto";font-size:9px;position:absolute;left:3px;top:1px}
.product-options .validation-advice{position:relative}
.block-subscribe .validation-advice{position:absolute}
.opc-wrapper-opc .validation-advice{padding-left:10px}
.fixed-header .menu >li.menu-item .nav-sublist-dropdown a,.main-nav .menu >li.menu-item .nav-sublist-dropdown a{color:#777}
#banner-slider-demo-2-new .slide-1 em{font-size:26.26px;margin:0;margin-left:5px}
#banner-slider-demo-2-new .slide-1 .text-content h2{font-size:79.12px;letter-spacing:-6px}
#banner-slider-demo-2-new .slide-1 .text-content p{margin:0}
#banner-slider-demo-2-new .slide-1 .text-content p span{font-size:23.64px;padding-left:6px}
#banner-slider-demo-2-new .slide-1 .text-content a{font-size:15.76px;padding:10px 34px;margin-top:15px;margin-left:7px}
#banner-slider-demo-2-new .slide-2 em{font-size:26.26px;margin:0;margin-left:5px}
#banner-slider-demo-2-new .slide-2 .text-content h2{font-size:79.12px;letter-spacing:-6px}
#banner-slider-demo-2-new .slide-2 .text-content p{margin:0}
#banner-slider-demo-2-new .slide-2 .text-content p span{font-size:23.64px;padding-left:6px}
#banner-slider-demo-2-new .slide-2 .text-content a{font-size:15.76px;padding:10px 0;margin-top:10px}
.image-link span.category-title{display:block;position:absolute;left:-10px;bottom:20px;color:#fff;padding:15px 17px;font-size:16px;font-weight:600;line-height:1;min-width:174px;text-align:left;background-color:#3f4658}
.image-link span.category-title:before{content:"";width:10px;height:10px;border:5px solid transparent;border-right-color:#3f4658;border-top-color:#3f4658;display:block;position:absolute;left:0;top:100%}
.compare-link > a:hover{text-decoration:none}
.compare-popup{position:absolute;left:0;top:100%;width:300px;background-color:#fff;border-width:6px 0 0;border-style:solid;z-index:1;border-radius:8px 8px 5px 5px;color:#777;box-shadow:0 2px 8px rgba(0,0,0,0.5);margin-top:10px;padding:20px;text-align:left;visibility:hidden;opacity:0;filter:alpha(opacity=0);transition:all .2s}
.compare-link:hover .compare-popup{visibility:visible;opacity:1;filter:alpha(opacty=100)}
.compare-popup p{margin:0}
.compare-popup:before{content:"";position:absolute;border:10px solid transparent;display:block;left:15px;top:-25px;border-bottom-color:#08c}
.compare-popup:after{width:100%;height:20px;position:absolute;content:"";display:block;top:-20px;left:0}
.compare-popup li.item{position:relative;padding:5px 0}
.compare-popup a.btn-remove{position:absolute;right:0}
.compare-popup .actions{margin-top:20px}
.compare-popup .actions a{line-height:32px}
.compare-popup .actions button.button{float:right}
.compare-popup .actions button.button span{line-height:32px;padding:0 15px}
.header-container.type1 .compare-popup,.header-container.type11 .compare-popup,.header-container.type5 .compare-popup,.header-container.type8 .compare-popup,.header-container.type17 .compare-popup{left:auto;right:0}
.header-container.type1 .compare-popup:before,.header-container.type11 .compare-popup:before,.header-container.type5 .compare-popup:before,.header-container.type8 .compare-popup:before,.header-container.type17 .compare-popup:before{left:auto;right:15px}
.ajaxcart-index-options .product-view .product-name{padding:0;border-bottom:1px solid #384045;margin-bottom:25px}
.quickview-index-view .product-collateral{display:none}
.store-switcher{text-align:right}
.store-switcher:before{content:"";display:block;clear:both}
.sticky-logo{float:left;margin-right:20px}
.sticky-logo .logo{margin:0!important}
.sticky-logo strong{display:none}
.sticky-logo img{max-height:32px}
.infinite-loader{text-align:center;margin:20px 0}
.infinite-loader .loading{line-height:30px;display:none}
.infinite-loader .loading i.ajax-loader{margin-right:15px}
.infinite-loader .btn-load-more{display:none;color:#333;background-color:#fff;font-size:14px;padding:5px 20px;line-height:30px;border-radius:5px;border:1px solid #ccc}
i.category-icon{margin-right:10px}
i.category-icon:before{margin:0;width:auto}
img.category-icon{margin-right:10px;max-height:11px;vertical-align:middle}
.item .item-area .actions .qty-field{margin:10px 0 5px}
.item .item-area .actions input.qty{height:34px}
.item .item-area .actions .qty-changer > a{margin:0;margin-bottom:2px;opacity:1;filter:alpha(opacity=100);visibility:visible}
.item .item-area .actions .qty-changer > a.qty_dec{margin-bottom:0}
.product-tabs>ul:after{clear:both;content:"";display:table}
.panel-group .panel{border:0;border-radius:0;box-shadow:none}
.panel-default>.panel-heading{background:none;padding:0;border-radius:0}
.panel-default>.panel-heading+.panel-collapse>.panel-body{border:0}
.product-tab-accordion .panel-body>h2{display:none}
.panel-title>a{position:relative;padding:12px 20px 12px 10px;display:block;font-size:16px;min-height:20px;border:0;border-left:3px solid #08c;border-radius:5px;font-weight:400;background-color:#08c;color:#fff}
.panel-title>a.collapsed{color:#08c;background-color:#f4f4f4}
.panel-title>a:hover{color:#fff;text-decoration:none}
.panel-title>a.collapsed:hover{color:#08c}
.panel-title>a:after{content:"\e80b";font-family:"porto";display:block;position:absolute;right:20px;top:50%;color:#fff;margin-top:-10px}
.panel-title>a.collapsed:after{content:"\e814";color:#08c}
#banner-slider-demo-17 .slide-1 em{font-size:26.26px;margin:0;margin-left:5px}
#banner-slider-demo-17 .slide-1 .text-content h2{font-size:79.12px;letter-spacing:-5px}
#banner-slider-demo-17 .slide-1 .text-content p{margin:0}
#banner-slider-demo-17 .slide-1 .text-content p span{font-size:23.64px;padding-left:6px}
#banner-slider-demo-17 .slide-1 .text-content a{font-size:15.76px;padding:10px 34px;margin-top:15px;margin-left:7px}
#banner-slider-demo-17 .slide-2 em{font-size:26.26px;margin:0;margin-bottom:10px}
#banner-slider-demo-17 .slide-2 .text-content h2{font-size:51.67px}
#banner-slider-demo-17 .slide-2 .text-content p{margin:0}
#banner-slider-demo-17 .slide-2 .text-content p span{font-size:23.64px}
#banner-slider-demo-17 .slide-2 .text-content a{font-size:15.76px;padding:10px 34px;margin-top:15px}
.footer-top .homepage-bar{border:0;background-color:transparent;text-align:left;padding:0 5px}
.footer-top .homepage-bar .col-md-3{border-left:1px solid #515656;padding-top:20px;padding-bottom:21px}
.footer-top .homepage-bar .col-md-3:first-child{border-left:0}
.footer-top .homepage-bar i{color:#fff}
.footer-top .homepage-bar h3{color:#fff}
.flex-grid{display:flex;flex-flow:row wrap}
#slideshow .category-products .products-grid.flex-grid.columns4 li.item:hover{padding-top:0}
.flex-grid .item .details-area .actions{visibility:hidden;opacity:0;filter:alpha(opacity=0);transition:all .3s;margin:0 -50px}
.flex-grid .item:hover .details-area .actions{visibility:visible;opacity:1;filter:alpha(opacity=100)}
.category-products .products-grid.flex-grid li.item{border-left:1px solid #e3e4e4;display:flex;padding-top:0;margin-top:-1px;transition:all .3s;border-top:1px solid transparent;border-bottom:1px solid transparent}
.category-products .products-grid.flex-grid li.item:hover{background-color:#fff;border-top-color:#e3e4e4;border-bottom-color:#e3e4e4;box-shadow:0 0 40px rgba(0,0,0,0.1)}
.category-products .products-grid.flex-grid li.item .details-area{padding-bottom:0;margin-bottom:-20px}
.category-products .products-grid.flex-grid.columns2 li.item.nth-child-2np1{border-left-color:transparent}
.category-products .products-grid.flex-grid.columns3 li.item.nth-child-3np1{border-left-color:transparent}
.category-products .products-grid.flex-grid.columns4 li.item.nth-child-4np1{border-left-color:transparent}
.category-products .products-grid.flex-grid.columns5 li.item.nth-child-5np1{border-left-color:transparent}
.category-products .products-grid.flex-grid.columns6 li.item.nth-child-6np1{border-left-color:transparent}
.category-products .products-grid.flex-grid.columns7 li.item.nth-child-7np1{border-left-color:transparent}
.category-products .products-grid.flex-grid.columns8 li.item.nth-child-8np1{border-left-color:transparent}
.category-products .products-grid.flex-grid .item .details-area .actions a.addtowishlist{margin:0;background-color:#e6e6e6;color:#000;border:0;font-size:14px;right:-4px;visibility:visible;opacity:1;filter:alpha(opacity=100);width:40px;height:40px;line-height:40px}
.category-products .products-grid.flex-grid .item .details-area .actions a.comparelink{margin:0;background-color:#e6e6e6;color:#000;border:0;font-size:14px;left:-4px;visibility:visible;opacity:1;filter:alpha(opacity=100);width:40px;height:40px;line-height:40px}
.category-products .products-grid.flex-grid .item .details-area .actions a.addtocart{height:40px;font-size:14px;line-height:40px;margin:0;border:0;padding:0 20px 0 15px;text-transform:uppercase;background-color:#08c;color:#fff}
.category-products .products-grid.flex-grid li.item .item-area{border-top:1px solid #e3e4e4;padding:50px 0 10px;margin-top:-1px;transition:all .3s}
.category-products .products-grid.flex-grid li.item:hover .item-area{border-top-color:transparent;padding:10px 0 50px}
.category-products .products-grid.flex-grid li.item .price-box{margin:10px 0 15px}
.flex-owl-slider .owl-item .item{border-left:1px solid #e3e3e3}
.flex-owl-slider .owl-item:first-child .item{border-left-color:transparent}
.loader-container{text-align:center;background-color:rgba(255,255,255,.5);display:none}
.product-image-area > .loader-container,.actions > .loader-container{position:absolute;left:0;top:0;width:100%;height:100%;z-index:199}
.loader-container > .loader{position:absolute;width:100%;top:50%;margin-top:-8px}
i.ajax-loader.medium{width:24px;height:24px;border-width:2.5px}
#loading_mask_loader{display:none}
.block-manufacturer{text-align:center}
.block-manufacturer img{max-width:100%}
.banner-content-18{padding:290px 0 80px}
.banner-content-18 em{font-size:26.26px;margin-left:5px;margin-bottom:5px}
.banner-content-18 .text-content h2{font-size:79.12px;letter-spacing:-4px}
.banner-content-18 .text-content p{margin:0}
.banner-content-18 .text-content p span{font-size:23.64px;padding-left:5px;line-height:2}
.banner-content-18 .text-content p a{font-size:16px;padding:10px 35px;margin-left:5px;margin-top:7px;margin-bottom:125px}
.filter-title-type-2{font-size:16px;margin:0;font-weight:300;margin-bottom:10px;display:table;width:100%}
.filter-title-type-2 span{display:table-cell;position:relative}
.filter-title-type-2 span.title-line:after{content:"";width:100%;border-top:1px solid #d8d8d8;display:block;position:absolute;top:50%;margin-top:-1px}
.owl-middle-outer-narrow .owl-controls{position:absolute;left:0;width:100%;top:50%;margin-top:-25px}
.owl-middle-outer-narrow .owl-controls .owl-buttons div{font-size:28px;background:none;color:#08c;position:absolute}
.owl-middle-outer-narrow .owl-controls .owl-buttons div.owl-prev{left:-60px}
.owl-middle-outer-narrow .owl-controls .owl-buttons div.owl-next{right:-60px}
.catalog-product-view .background-overlay{background-color:#fff}
.catalog-product-view #loading_mask_loader{display:block}
.data-table .product-image img{max-width:none;min-width:100px}
@media screen and(-ms-high-contrast: active),(-ms-high-contrast: none) {
.rating-box{width:65px;height:12px;font-size:0;line-height:0;text-indent:-999em;overflow:hidden;position:relative}
.rating-box:before{font-family:"porto";content:"\e852\20\e852\20\e852\20\e852\20\e852";height:12px;color:#ddd;display:inline;font-size:12px;line-height:12px;white-space:nowrap}
.rating-box .rating{float:left;height:12px;position:absolute;left:0;top:0;overflow:hidden}
.rating-box .rating:before{font-family:"porto";content:"\e852\20\e852\20\e852\20\e852\20\e852";height:12px;color:#ffc600;display:inline;font-size:12px;line-height:12px;white-space:nowrap}
}
.menu.side-menu>li.menu-item .nav-sublist-dropdown i.ajax-loader{border-color:#fff}
.my-account .pager .limiter{float:left}
#my-tags-table .ratings{background:none}
#my-tags-table .link-wishlist{color:#08c}
.my-account .product-review .ratings{background:none}
.my-account .product-review .ratings-table{border:0}
#home-content-slider-demo-20 .item > div.content{max-width:40%}
#home-content-slider-demo-20 .item > div.content > h3{color:#fff;font-size:60px;font-weight:600;letter-spacing:-4px;margin-bottom:20px}
#home-content-slider-demo-20 .item > div.content > a{font-size:13px;font-weight:600;line-height:1;text-transform:uppercase;background-color:#fff;color:#000;padding:20px 45px;letter-spacing:3px;transition:all .3s;box-shadow:3px 3px 0 rgba(255,255,255,0.5);margin:20px 0;display:inline-block}
#home-content-slider-demo-20 .item > div.content > a:hover{text-decoration:none;opacity:.85}
.full-screen-slider #banner-slider-demo-20 .item > div.content{text-align:left}
.full-screen-slider #banner-slider-demo-20 .item > div.content > h2{line-height:.9;font-size:80px;font-weight:600}
.full-screen-slider #banner-slider-demo-20 .item > div.content > a{font-size:13px;font-weight:700;line-height:1;text-transform:uppercase;background-color:#fff;color:#000;padding:20px 45px;letter-spacing:3px;transition:all .3s;box-shadow:3px 3px 0 rgba(255,255,255,0.5);margin:20px 0;display:inline-block}
.full-screen-slider #banner-slider-demo-20 .item > div.content > a:hover{text-decoration:none;opacity:.85}
.ajax-products{display:flex;padding:0 85px}
.ajax-products > .category-list{border-right:1px solid #dcdcdc;padding:70px 15px}
.ajax-products > .category-list > span{display:block;font-size:20px;font-weight:600;color:gray;margin-bottom:10px}
.ajax-products > .category-list > ul{list-style:none;padding:0}
.ajax-products > .category-list > ul > li{padding:10px 0}
.ajax-products > .category-list > ul > li > a{display:block;text-transform:uppercase;color:#000;font-weight:700;font-size:13px;position:relative;padding-left:20px}
.ajax-products > .category-list > ul > li > a:before{content:"\f87a";font-family:"porto";margin-right:10px;display:inline-block;width:11px;position:absolute;left:0}
.ajax-products > .category-list > ul > li > a.active:before{content:"\f87b"}
.ajax-products > .category-list > ul > li > a > span{display:inline-block}
.ajax-products > .category-list > ul > li > a:hover{text-decoration:none}
.ajax-products > .category-detail{position:relative;padding:70px 15px}
.ajax-products > .category-detail > h2{text-align:center;margin:30px 0;font-size:26px;color:#000;text-transform:uppercase;font-weight:700;letter-spacing:10px}
.ajax-products > .category-detail > .ajax_products_loader{position:absolute;left:0;top:0;width:100%;height:100%;z-index:9;background-color:rgba(255,255,255,0.5)}
.ajax-products .product-image-area{border:0;padding:0;border-radius:0}
.ajax-products .category-products .products-grid li.item .product-image{border-radius:0}
.ajax-products .products-grid .actions{display:none}
.ajax-products .products-grid .ratings{display:none}
.ajax-products .category-products .products-grid li.item .details-area .product-name a{font-size:13px;font-weight:600;text-transform:uppercase;color:#000}
.ajax-products .category-products .regular-price .price{font-size:18px}
.load-more-area{text-align:center;margin:30px 0}
.load-more-area > a{display:inline-block;font-size:13px;font-weight:600;line-height:1;text-transform:uppercase;background-color:#000;color:#fff;padding:20px 45px;letter-spacing:3px;transition:all .3s;box-shadow:3px 3px 0 rgba(0,0,0,0.5)}
.load-more-area > a:hover{text-decoration:none;opacity:.85;color:#fff}
.full-width-image{text-align:center;padding:200px 0;background-size:cover}
.full-width-image > h3{font-size:90px;color:#fff;font-weight:600;letter-spacing:-5px}
.full-width-image > a{display:inline-block;font-size:13px;font-weight:600;line-height:1;text-transform:uppercase;background-color:#fff;color:#000;padding:20px 45px;letter-spacing:3px;transition:all .3s;box-shadow:3px 3px 0 rgba(255,255,255,0.5);margin:20px 0}
.full-width-image > a:hover{text-decoration:none;opacity:.85}
.full-screen-slider{position:relative}
.full-screen-slider:after{content: "\f110";font-family: "porto";position: absolute;left: 50%;top: 50%;font-size: 25px;line-height: 1;margin-top: -13px;margin-bottom: -13px;color: #999;z-index: 0;-moz-animation: spin 2s infinite linear;-o-animation: spin 2s infinite linear;-webkit-animation: spin 2s infinite linear;animation: spin 2s infinite linear}
.full-screen-slider > div{position: relative;z-index:1}
@media (max-width:1899px) {
.header-container.type17 .header .search-area {
    margin-left: 0;
    margin-right: 0;
}
.header-container.type17 .switcher-area {
    margin-left: 10px;
}
.header-container.type17 .header > .logo {
    margin-right: 10px;
}
.header-container.type17 .links li {
    padding: 0 8px;
}
.header-container.type17 .form-language, .header-container.type17 .form-currency {
    margin-right: 0;
}
.header-container.type17 .header {
    padding-left: 55px;
    padding-right: 55px;
}
.header-container.type17 .header .search-area a.search-icon > i {
    margin-right: 10px;
}
}
@media (max-width:1679px) {
.owl-bottomright-narrow .owl-controls .owl-buttons div {
    width: 60px;
    height: 60px;
    line-height: 60px;
}
.header-container.type17 .top-links-icon {
    display: block;
    font-family: "Oswald";
    font-size: 12px;
    font-weight: 700;
}
.header-container.type17 .top-links-area .links {
    display: none;
    position: absolute;
    left: 0;
    min-width: 130px;
    text-align: left;
    top: 100%;
    background-color: #fff;
    padding: 10px 0;
}
.header-container.type17 .links li.first {
    padding-left: 20px;
}
.header-container.type17 .links li {
    display: block;
    padding: 10px 20px;
    transition: all 0.3s;
}
.header-container.type17 .links li a {
    color: #000;
}
.header-container.type17 .links li:hover {
    background-color: #000
}
.header-container.type17 .links li:hover a {
    color: #fff;
}
}
@media (max-width:1439px) {
.header-container.type11 .top-links-icon{display:inline-block}
.header-container.type11 .links{display:none;position:absolute;right:0;z-index:9;background-color:#fff!important;border-radius:3px;margin:0;padding:5px 0;text-align:right;border:1px solid #ccc}
.header-container.type11 .links li{display:block;border:0;padding:0}
.header-container.type11 .links li a{color:#777!important;white-space:nowrap;padding:0 10px;display:block;transition:all .2s;font-weight:400}
.header-container.type11 .links li:hover a{background-color:#ccc!important;color:#fff!important;text-decoration:none}
.header-container.type15 .top-links-icon{display:inline-block}
.header-container.type15 .top-links-area .links{position:absolute;left:0;top:100%;text-align:left;padding:10px 0;display:none;background-color:#fff;border:1px solid #ddd;border-radius:5px}
.header-container.type15 .top-links-area .links li{display:block;padding:0 10px;font-weight:400;font-size:11px}
.header-container.type15.sticky-header .links a{color:#000}
.header-container.type16 .top-links-icon{display:inline-block}
.header-container.type16 .top-links-area .links{position:absolute;left:0;top:100%;text-align:left;padding:10px 0;display:none;background-color:#fff;border:1px solid #ddd;border-radius:5px;min-width:100px}
.header-container.type16 .top-links-area .links li{display:block;padding:0 10px;font-weight:400;font-size:11px;letter-spacing:0}
.header-container.type16.sticky-header .links a{color:#000}
.header-container.type16 .top-links-area .links a{color:#000}
.header-container.type17 .header{padding-top:25px;padding-bottom:25px}
.header-container.type17 .mybag-link i{line-height:100px}
.header-container.type17 .header .mini-cart:hover{height:100px}
}
@media (max-width:1279px) {
.header-container.type11 .header{text-align:left}
.header-container.type11 .header .logo{margin:20px 25px}
.header-container.type11 .menu-icon{display:inline-block}
.header-container.type11 .header-wrapper{display:none}
.header-container.type17 .header-wrapper {
    display: none;
}
.header-container.type17 .menu-icon {
    display: inline-block;
    vertical-align: middle;
    height: auto;
    margin-right: 20px;
    margin-top: -1px;
}
body.mobile-nav-shown .header-container.type17+.mobile-nav.side-block {
    left: 0;
}
body.mobile-nav-shown .header-container.type17+.mobile-nav.side-block+.mobile-nav-overlay {
    opacity: .15;
    filter: alpha(opacity=15);
    visibility: visible;
}
}

@media (max-width:697px) {
.cart-table .item-options dd{padding:0}
.cart-table .qty-holder{width:90px;margin-top:15px}
}

@media (max-width:1199px) {
body.boxed .page{width:980px}
.header-container.type2 .search-area{position:relative;margin:10px 0;z-index:2}
.header-container.type2 .header #search_mini_form{width:auto}
.header-container.type5 .search-area{position:relative;margin:10px 0;z-index:2}
.header-container.type5 .search-area .search-icon{display:block;line-height:40px}
.header-container.type5 .search-area #search_mini_form{display:none;width:0;margin:0}
.header-container.type5 .header .form-search{width:450px;position:absolute;left:-50px;top:40px;overflow:visible;border-width:5px;border-radius:25px;border-color:#ccc}
.header-container.type5 .header .form-search:before{content:"";display:block;position:absolute;left:45px;top:-25px;width:20px;height:20px;border:10px solid transparent;border-bottom-color:#ccc}
.header-container.type6 .header .custom-block{display:none}
.header-container.type6 .main-nav .menu{padding-right:0}
.header-container.type14 .header .custom-block{display:none}
.header-container.type14 .main-nav .menu{padding-right:0}
.header-container.type7 .header .custom-block{display:none}
.header-container.type7 .header .search-area a.search-icon{float:left;display:inline-block;vertical-align:middle}
.header-container.type7 .menu-icon{display:inline-block;height:auto;padding:0;margin:15px 10px;float:left}
.header-container.type7 .header-wrapper{display:none}
.header-container.type7+.mobile-nav{display:none}
.mobile-nav-shown .header-container.type7+.mobile-nav{display:block}
.header-container.type13 .header .custom-block{display:none}
.header-container.type13 .header .search-area a.search-icon{float:left;display:inline-block;vertical-align:middle}
.header-container.type13 .menu-icon{display:inline-block;height:auto;padding:0;margin:0;margin-right:8px;font-size:15px;line-height:25px}
.header-container.type13 .menu-icon>a{margin-right:15px}
.header-container.type13 .header-wrapper{display:none}
.header-container.type13+.mobile-nav{display:none}
.mobile-nav-shown .header-container.type13+.mobile-nav{display:block}
.header-container.type13.sticky-header .header{padding:10px 0}
.header-container.type13.sticky-header .header > .logo img{height:30px}
.header-container.type13.sticky-header .top-links-container{padding:0}
.header-container.type8 .top-links-icon{display:inline-block}
.header-container.type8 .links{display:none;position:absolute;right:0;z-index:9;background-color:#fff!important;border-radius:3px;margin:0;padding:5px 0;text-align:right;border:1px solid #ccc}
.header-container.type8 .links li{display:block;border:0;padding:0}
.header-container.type8 .links li a{color:#777!important;white-space:nowrap;padding:0 10px;display:block;transition:all .2s;font-weight:400}
.header-container.type8 .links li:hover a{background-color:#ccc!important;color:#fff!important;text-decoration:none}
.header-container.type15 .header .search-area{margin-left:0}
.header-container.type15 .header .search-area a.search-icon{display:inline-block}
.header-container.type15 .header #search_mini_form{display:none}
.header-container.type15 .header .form-search{position:absolute;left:0;background-color:#fff;top:100%}
.header-container.type16 .header .search-area a.search-icon{display:inline-block}
.header-container.type16 .header #search_mini_form{display:none}
.header-container.type16 .header .form-search{background-color:#fff;top:100%}
.header-container.type17 .header{padding-left:15px;padding-right:15px}
.category-products .products-grid.columns4 li.item{width:33.33%}
.category-products .products-grid.columns4 li.item.nth-child-4np1{clear:none}
.category-products .products-grid.columns4 li.item.nth-child-3np1{clear:left}
.category-products .products-grid.columns5 li.item{width:33.33%}
.category-products .products-grid.columns5 li.item.nth-child-5np1{clear:none}
.category-products .products-grid.columns5 li.item.nth-child-4np1{clear:none}
.category-products .products-grid.columns5 li.item.nth-child-3np1{clear:left}
.category-products .products-grid.columns6 li.item{width:20%}
.category-products .products-grid.columns6 li.item.nth-child-6np1{clear:none}
.category-products .products-grid.columns6 li.item.nth-child-5np1{clear:left}
.category-products .products-grid.columns7 li.item{width:20%}
.category-products .products-grid.columns7 li.item.nth-child-7np1{clear:none}
.category-products .products-grid.columns7 li.item.nth-child-6np1{clear:none}
.category-products .products-grid.columns7 li.item.nth-child-5np1{clear:left}
.category-products .products-grid.columns8 li.item{width:20%}
.category-products .products-grid.columns8 li.item.nth-child-8np1{clear:none}
.category-products .products-grid.columns8 li.item.nth-child-7np1{clear:none}
.category-products .products-grid.columns8 li.item.nth-child-6np1{clear:none}
.category-products .products-grid.columns8 li.item.nth-child-5np1{clear:left}
.category-products .products-grid.flex-grid.columns4 li.item.nth-child-4np1{border-left-color:#e3e4e4}
.category-products .products-grid.flex-grid.columns4 li.item.nth-child-3np1{border-left-color:transparent}
.category-products .products-grid.flex-grid.columns5 li.item.nth-child-5np1{border-left-color:#e3e4e4}
.category-products .products-grid.flex-grid.columns5 li.item.nth-child-4np1{border-left-color:#e3e4e4}
.category-products .products-grid.flex-grid.columns5 li.item.nth-child-3np1{border-left-color:transparent}
.category-products .products-grid.flex-grid.columns6 li.item.nth-child-6np1{border-left-color:#e3e4e4}
.category-products .products-grid.flex-grid.columns6 li.item.nth-child-5np1{border-left-color:transparent}
.category-products .products-grid.flex-grid.columns7 li.item.nth-child-7np1{border-left-color:#e3e4e4}
.category-products .products-grid.flex-grid.columns7 li.item.nth-child-6np1{border-left-color:#e3e4e4}
.category-products .products-grid.flex-grid.columns7 li.item.nth-child-5np1{border-left-color:transparent}
.category-products .products-grid.flex-grid.columns8 li.item.nth-child-8np1{border-left-color:#e3e4e4}
.category-products .products-grid.flex-grid.columns8 li.item.nth-child-7np1{border-left-color:#e3e4e4}
.category-products .products-grid.flex-grid.columns8 li.item.nth-child-6np1{border-left-color:#e3e4e4}
.category-products .products-grid.flex-grid.columns8 li.item.nth-child-5np1{border-left-color:transparent}
.category-banner .banner-text h2{font-size:45px}
.category-banner .banner-text p{font-size:23px}
.category-boxed-banner .banner-text h2{font-size:38px}
.category-boxed-banner .banner-text p{font-size:17px}
.category-boxed-banner .banner-text a.shop-now{margin-left:16px;font-size:14px}
.col1-layout .product-shop .product-options-bottom,.col1-layout .add-to-box{float:none;width:auto;border-bottom:1px solid #ebebeb}
.col1-layout .sharing-tool-area{float:none}
.owl-banner-carousel .content.type1 h2{font-size:48px}
.owl-banner-carousel .content.type1 p{font-size:20px}
.owl-banner-carousel .content.type1 a{font-size:13px}
.owl-banner-carousel .content.type2 h2{font-size:37.2px;border-top:4px solid #08c;padding-top:8px}
.owl-banner-carousel .content.type2 h3{font-size:24.47px}
.owl-banner-carousel .content.type2 p{font-size:11.2px}
.owl-banner-carousel .content.type2 a{font-size:14.4px}
.owl-banner-carousel .content-9.type1 em{font-size:18px;margin-bottom:-4px;margin-left:8px}
.owl-banner-carousel .content-9.type1 h2{font-size:58px}
.owl-banner-carousel .content-9.type1 p{font-size:32px}
.owl-banner-carousel .content-9.type1 a{font-size:14px}
.owl-banner-carousel .content-9.type1 a>i{width:15px;height:15px;line-height:14px;font-size:11px;margin-bottom:3px;margin-left:10px}
.owl-banner-carousel .content-9.type2 h3{font-size:37.2px}
.owl-banner-carousel .content-9.type2 span{font-size:11.2px}
.owl-banner-carousel .content-9.type2 a{font-size:11px}
.title-buttons{text-align:left}
.cart-table button.button{margin-bottom:10px;margin-left:0;float:none;width:100%}
.title-buttons h1,.title-buttons h2,.title-buttons h3,.title-buttons h4,.title-buttons h5,.title-buttons h6{float:none}
.cart .title-buttons .checkout-types{float:none;display:block}
.cart .title-buttons .checkout-types li{margin:0 0 10px}
.my-account .data-table thead{display:none}
.my-account .data-table tbody tr{display:block;border-bottom:1px solid #ddd;padding:15px 0 5px;position:relative}
.my-account .data-table tbody tr:first-child{border-top:1px solid #ddd}
.my-account .data-table tbody td{display:block;padding:0 15px 10px;width:100%;text-align:center!important;border-width:0}
.my-account .data-table tfoot td{display:block;text-align:center!important}
.my-account .data-table .add-to-cart-alt{margin:10px auto}
.my-account .data-table tbody .btn-remove{position:absolute;top:15px;right:15px}
.homepage-grid-banner .row{margin-left:-3px;margin-right:-3px}
.homepage-grid-banner .col-sm-1,.homepage-grid-banner .col-sm-2,.homepage-grid-banner .col-sm-3,.homepage-grid-banner .col-sm-4,.homepage-grid-banner .col-sm-5,.homepage-grid-banner .col-sm-6,.homepage-grid-banner .col-sm-7,.homepage-grid-banner .col-sm-8,.homepage-grid-banner .col-sm-9,.homepage-grid-banner .col-sm-10,.homepage-grid-banner .col-sm-11,.homepage-grid-banner .col-sm-12{padding-left:3px;padding-right:3px}
.homepage-grid-banner .col-sm-margin{margin-bottom:7px}
.homepage-grid-banner .content a.btn-default{font-size:11px}
.homepage-grid-banner .grid1 .content h2{font-size:55.16px}
.homepage-grid-banner .grid1 .content p{font-size:23px;margin-right:3.12px}
.homepage-grid-banner .grid2 .content h3{font-size:22.53px}
.homepage-grid-banner .grid2 .content h2{font-size:22.53px}
.homepage-grid-banner .grid2 .content p{font-size:13.71px;margin-bottom:11.7px}
.homepage-grid-banner .grid3 .content h2{font-size:35.88px}
.homepage-grid-banner .grid3 .content h5{font-size:12.48px;margin-bottom:23.4px}
.homepage-grid-banner .grid3 .content p{font-size:12.48px;margin-bottom:3.9px}
.homepage-grid-banner .grid3 .content h4{font-size:17.72px;margin-top:15.6px}
.homepage-grid-banner .grid3 .content h4>span{font-size:13.77px}
.homepage-grid-banner .grid3 .content h3{font-size:29.41px;margin-bottom:11.7px}
.homepage-grid-banner .grid3 .content h3>span{font-size:19.6px}
.homepage-grid-banner .grid4 .content h2{font-size:29px;margin-bottom:12px}
.homepage-grid-banner .grid4 .content p{font-size:17px;margin-bottom:11.7px}
.grid-images .grid1{margin-bottom:9px}
.slider-with-side .side-area .item2{margin-bottom:8px}
.slider-with-side .side-area .item1 .content{bottom:15px;left:13px}
.slider-with-side .side-area .item1 .content h2{font-size:30px;margin-bottom:10px}
.slider-with-side .side-area .item1 .content em{font-size:22px;margin-left:2px}
.slider-with-side .side-area .item1 .content a{font-size:13px;margin-left:2px}
.slider-with-side .side-area .item2 .content{bottom:15px;left:15px}
.slider-with-side .side-area .item2 .content h2{font-size:28px;margin-bottom:10px}
.slider-with-side .side-area .item2 .content p{font-size:13px}
.slider-with-side .side-area .item2 .content a{font-size:12px;padding:7px 8px 7px 13px;margin:5px 0 0 25px}
.slider-with-side .side-area .item3 .content{bottom:15px;left:15px}
.slider-with-side .side-area .item3 .content h2{font-size:28px}
.slider-with-side .side-area .item3 .content p{font-size:17px;margin-bottom:15px}
.slider-with-side .side-area .item3 .content a{font-size:14px}
.slider-with-side .slider-area .item .content .text-area h2{padding:6px 45px 6px 10px;font-size:38px}
.slider-with-side .slider-area .item .content .text-area p{padding:10px 15px 10px 11px;font-size:15px}
.slider-with-side .slider-area .item .content .ribbon{right:11px;top:11px}
.slider-with-side .slider-area .item .content .ribbon em{font-size:13px;margin-right:60px}
.slider-with-side .slider-area .item .content .ribbon h3{font-size:30px;margin-right:12px}
.slider-with-side .slider-area .item .content .ribbon h5{font-size:16px;margin-top:-2px}
.owl-item-links-block ul li{padding:0 10px}
.owl-item-links-block ul li a{font-size:15px}
.owl-item-links-block span{font-size:15px;padding-left:15px;margin-left:5px}
.owl-item-links-block span .icon-angle-down{font-size:8px;margin-left:5px}
.slide3-1-content p{margin-bottom:3px;font-size:13px}
.slide3-1-content h2{font-size:30px;margin-bottom:15px}
.slide3-1-content .price-area em{font-size:10px}
.slide3-1-content .price-area em:first-child{margin-bottom:-2px}
.slide3-1-content .price-area h3{font-size:35px}
.slide3-1-content .button-area{padding-left:10px;margin-left:10px}
.slide3-1-content a.btn-default{height:45px;font-size:13px;line-height:45px;padding:0 17px 0 20px;border-radius:5px}
.slide3-1-content a.btn-default i{width:12px;height:12px;line-height:11px;font-size:9px;margin-bottom:2px;margin-left:8px}
.slide3-2-content em{font-size:18px;margin-left:2px;margin-bottom:4px}
.slide3-2-content h2{font-size:47px;margin-bottom:4px}
.slide3-2-content p{font-size:32px;margin-bottom:25px}
.slide3-2-content a{font-size:14px}
.slide3-2-content a>i{width:13px;height:13px;line-height:12px;font-size:10px;margin-bottom:3px;margin-left:10px}
.footer-container.fixed-position .footer-bottom .custom-block{display:none}
.filter-products .products div.item .product-image{min-height:0}
.top-newsletter #newsletter{width:270px}
.ajax-products{padding:0 15px}
.full-screen-slider #banner-slider-demo-20 .item > div.content > h2{font-size:60px}
.full-screen-slider #banner-slider-demo-20 .item > div.content > a{font-size:11px;padding:15px 30px;margin:15px 0}
#home-content-slider-demo-20 .item .item > div.content > h3{letter-spacing:0;font-size:40px}
#home-content-slider-demo-20 .item .item > div.content > a{font-size:11px;padding:15px 30px;margin:15px 0}
}
@media (max-width:1199px) and (min-width:992px) {
.home-side-menu h2.side-menu-title{padding:9px 15px}
.menu.side-menu>li>a{font-size:13px;padding:10px 5px}
.side-custom-menu h2{padding:10px 13px 10.5px}
.side-custom-menu ul li{padding:10px 4px 9px}
.side-custom-menu ul li a{font-size:13px}
}
@media (max-width:991px) {
body.boxed .page{width:760px}
.header-container .welcome-msg,.header-container .top-links-area+span.split{display:none}
.home-side-menu{display:none}
.add-to-cart button.button{width:140px}
.sm-bd-0{border:0!important}
.header-container .header-wrapper{display:none}
.header-container.type1 .header #search_mini_form{display:none}
.header-container.type1 .header .custom-block{display:none}
.header-container.type1 .menu-icon{display:inline-block}
.header-container.type1 .header-wrapper{display:none}
.header-container.type2 .header .logo{width:auto;float:left;margin:0}
.header-container.type2 .header .logo img{height:50px}
.header-container.type2 .cart-area{position:static;display:inline-block;float:left;margin:5px 10px}
.header-container.type2 .header .mini-cart{width:auto;position:relative;margin:5px 15px;float:right;top:0;left:0}
.header-container.type2 .header .search-area{float:right;margin:5px 0;line-height:40px;display:block;position:relative;left:0;top:0;z-index:2}
.header-container.type2 .header .search-area .search-icon{display:block}
.header-container.type2 .header #search_mini_form{display:none;margin:0}
.header-container.type2 .menu-icon{height:auto;padding:0;display:block;float:right;margin:15px 15px 15px 0}
.header-container.type2 .header .form-search{width:450px;position:absolute;right:-80px;top:40px;overflow:visible;border-width:5px;border-radius:25px;background-color:#fff}
.header-container.type2 .header .form-search:before{content:"";display:block;position:absolute;right:75px;top:-25px;width:20px;height:20px;border:10px solid transparent;border-bottom-color:#ccc}
.header-container.type3 .header .custom-block{display:none}
.header-container.type3 .header .logo img{height:50px}
.header-container.type3 .header #search_mini_form{display:none;width:0;margin:0}
.header-container.type3 .menu-icon{width:30px;text-align:center;line-height:40px;height:auto;padding:0;display:block;float:right;margin:35px 5px}
.header-container.type3 .cart-area{float:right;position:static;margin:35px 0}
.header-container.type3 .search-area{position:relative;left:0;top:0;float:right;margin:35px 10px;z-index:2}
.header-container.type3 .search-area .search-icon{display:block;line-height:40px}
.header-container.type3 .mini-cart{width:auto;position:relative;top:-3px;left:0}
.header-container.type3 .header .form-search{width:450px;position:absolute;right:-60px;top:40px;overflow:visible;border-width:5px;border-radius:25px;border-color:#ccc}
.header-container.type3 .header .form-search:before{content:"";display:block;position:absolute;right:60px;top:-20px;width:20px;height:20px;border:10px solid transparent;border-bottom-color:#ccc}
.header-container.type4 .header .custom-block{display:none}
.header-container.type4 .header .logo img{height:50px}
.header-container.type4 .header #search_mini_form{display:none;width:0;margin:0}
.header-container.type4 .menu-icon{width:30px;text-align:center;line-height:40px;height:auto;padding:0;display:block;float:right;margin:5px}
.header-container.type4 .cart-area{float:right;position:static;margin:5px 0}
.header-container.type4 .search-area{position:relative;left:0;top:0;float:right;margin:5px;z-index:2}
.header-container.type4 .search-area .search-icon{display:block;line-height:40px}
.header-container.type4 .mini-cart{width:auto;position:relative;top:-3px;left:0}
.header-container.type4 .header .form-search{width:450px;position:absolute;right:-50px;top:40px;overflow:visible;border-width:5px;border-radius:25px;border-color:#ccc}
.header-container.type4 .header .form-search:before{content:"";display:block;position:absolute;right:45px;top:-25px;width:20px;height:20px;border:10px solid transparent;border-bottom-color:#ccc}
.header-container.type4 .mybag-link{top:0}
.header-container.type5 .header .logo img{height:50px}
.header-container.type5 .search-area{float:right;left:0;top:0;margin:35px 20px;line-height:40px}
.header-container.type5 .cart-area{position:static;float:right;margin:22px 0}
.header-container.type5 .menu-area{padding:0;display:inline-block;vertical-align:middle}
.header-container.type5 .menu-icon{display:inline-block;height:auto;padding:0;margin:0 20px}
.header-container.type5 .custom-block{display:none}
.header-container.type5 .menu-area .links-area{display:inline-block;vertical-align:middle;padding:0;position:relative}
.header-container.type5 .top-links-icon{display:block;color:#08c}
.header-container.type5 .top-links-icon a{color:#08c}
.header-container.type5 .mini-cart{position:relative;top:0;left:0;margin:0;display:inline-block;vertical-align:middle;background-color:transparent;border:0}
.header-container.type5 .mybag-link{width:auto;top:-3px}
.header-container.type5 .topCartContent:before{right:15px}
.header-container.type5 .menu-area .links-area .links{display:none;position:absolute;right:0;z-index:9;background-color:#fff!important;border-radius:3px;margin:0;padding:5px 0;text-align:right;border:1px solid #ccc}
.header-container.type5 .menu-area .links-area .links li{border:0;padding:0;display:block}
.header-container.type5 .menu-area .links-area .links li a{color:#777!important;white-space:nowrap;padding:0 10px;display:block;transition:all .2s;font-weight:400}
.header-container.type5 .menu-area .links-area .links li:hover a{background-color:#ccc!important;color:#fff!important;text-decoration:none}
.header-container.type5 .header .form-search{left:auto;right:-195px}
.header-container.type5 .header .form-search:before{left:auto;right:190px}
.header-container.type6 .menu-icon{display:block;float:right;height:50px;line-height:50px;padding:0;margin:0 15px 0 20px}
.header-container.type6 .cart-area{position:static;margin:5px 0;margin-right:10px;float:right}
.header-container.type6 .header .search-area{float:right}
.header-container.type6 .header .search-area a.search-icon{margin:0}
.header-container.type6 .header .form-search{left:auto;right:-100px}
.header-container.type6 .header .form-search:before{left:auto;right:95px}
.header-container.type14 .menu-icon{display:block;float:right;height:50px;line-height:50px;padding:0;margin:0 15px 0 20px}
.header-container.type14 .cart-area{position:static;float:right}
.header-container.type14 .header .search-area{float:right}
.header-container.type14 .header .form-search{left:auto;right:-100px}
.header-container.type14 .header .form-search:before{left:auto;right:95px}
.header-container.type8 .menu-icon{display:inline-block;vertical-align:middle;height:auto;padding:0;margin-right:15px}
.header-container.type8 .header .form-search{right:-135px}
.header-container.type8 .header .form-search:before{right:140px}
.header-container.type17 .cart-area{right:170px}
.header-container.type17 .header .mini-cart{width:150px}
.header-container.type17 .header .mini-cart:hover{width:280px;padding-left:130px}
.header-container.type9 .header .custom-block{display:none}
.header-container.type9 .header .logo img{height:50px}
.header-container.type9 .header #search_mini_form{display:none;width:0;margin:0;position:absolute;left:0;top:0}
.header-container.type9 .header #search_mini_form.show{display:inline-block!important}
.header-container.type9 .menu-icon{width:30px;text-align:center;line-height:40px;height:auto;padding:0;display:inline-block}
.header-container.type9 .search-area{left:0;top:0;margin:35px 10px;z-index:2}
.header-container.type9 .search-area .search-icon{display:inline-block;line-height:40px;vertical-align:middle}
.header-container.type9 .mini-cart{width:auto;position:relative;top:-3px;left:0}
.header-container.type9 .header .form-search{width:450px;position:absolute;left:-20px;top:40px;overflow:visible;border-width:5px;border-radius:25px;border-color:#ccc;text-align:left}
.header-container.type9 .header .form-search:before{content:"";display:block;position:absolute;left:15px;top:-25px;width:20px;height:20px;border:10px solid transparent;border-bottom-color:#ccc}
.header-container.type10 .header-wrapper{display:block}
.header-container.type10 .header .custom-block{display:none}
.header-container.type10 .header .logo img{height:50px}
.header-container.type10 .header #search_mini_form{display:none;width:0;margin:0}
.cms-index-index .header-container.type10 .dropdown-menu .menu-container>a{pointer-events:all}
.header-container.type10 .cart-area{float:right;position:static;margin:35px 0}
.header-container.type10 .search-area{position:relative;left:0;top:0;float:right;margin:35px 10px;z-index:2}
.header-container.type10 .search-area .search-icon{display:block;line-height:40px}
.header-container.type10 .mini-cart{width:auto;position:relative;top:-3px;left:0}
.header-container.type10 .header .form-search{width:450px;position:absolute;right:-60px;top:40px;overflow:visible;border-width:5px;border-radius:25px;border-color:#ccc}
.header-container.type10 .header .form-search:before{content:"";display:block;position:absolute;right:55px;top:-25px;width:20px;height:20px;border:10px solid transparent;border-bottom-color:#ccc}
.main-nav,.fixed-header-area{display:none}
.category-products .products-grid.columns3 li.item{width:50%}
.category-products .products-grid.columns3 li.item.nth-child-3np1{clear:none}
.category-products .products-grid.columns3 li.item.nth-child-2np1{clear:left}
.category-products .products-grid.columns4 li.item{width:50%}
.category-products .products-grid.columns4 li.item.nth-child-3np1{clear:none}
.category-products .products-grid.columns4 li.item.nth-child-2np1{clear:left}
.category-products .products-grid.columns5 li.item{width:50%}
.category-products .products-grid.columns5 li.item.nth-child-4np1{clear:none}
.category-products .products-grid.columns5 li.item.nth-child-3np1{clear:none}
.category-products .products-grid.columns5 li.item.nth-child-2np1{clear:left}
.category-products .products-grid.columns6 li.item{width:33.33%}
.category-products .products-grid.columns6 li.item.nth-child-5np1{clear:none}
.category-products .products-grid.columns6 li.item.nth-child-4np1{clear:none}
.category-products .products-grid.columns6 li.item.nth-child-3np1{clear:left}
.category-products .products-grid.columns7 li.item{width:33.33%}
.category-products .products-grid.columns7 li.item.nth-child-6np1{clear:none}
.category-products .products-grid.columns7 li.item.nth-child-5np1{clear:none}
.category-products .products-grid.columns7 li.item.nth-child-4np1{clear:none}
.category-products .products-grid.columns7 li.item.nth-child-3np1{clear:left}
.category-products .products-grid.columns8 li.item{width:33.33%}
.category-products .products-grid.columns8 li.item.nth-child-7np1{clear:none}
.category-products .products-grid.columns8 li.item.nth-child-6np1{clear:none}
.category-products .products-grid.columns8 li.item.nth-child-5np1{clear:none}
.category-products .products-grid.columns8 li.item.nth-child-4np1{clear:none}
.category-products .products-grid.columns8 li.item.nth-child-3np1{clear:left}
.category-products .products-grid.flex-grid.columns3 li.item.nth-child-3np1{border-left-color:#e3e4e4}
.category-products .products-grid.flex-grid.columns3 li.item.nth-child-2np1{border-left-color:transparent}
.category-products .products-grid.flex-grid.columns4 li.item.nth-child-3np1{border-left-color:#e3e4e4}
.category-products .products-grid.flex-grid.columns4 li.item.nth-child-2np1{border-left-color:transparent}
.category-products .products-grid.flex-grid.columns5 li.item.nth-child-4np1{border-left-color:#e3e4e4}
.category-products .products-grid.flex-grid.columns5 li.item.nth-child-3np1{border-left-color:#e3e4e4}
.category-products .products-grid.flex-grid.columns5 li.item.nth-child-2np1{border-left-color:transparent}
.category-products .products-grid.flex-grid.columns6 li.item.nth-child-5np1{border-left-color:#e3e4e4}
.category-products .products-grid.flex-grid.columns6 li.item.nth-child-4np1{border-left-color:#e3e4e4}
.category-products .products-grid.flex-grid.columns6 li.item.nth-child-3np1{border-left-color:transparent}
.category-products .products-grid.flex-grid.columns7 li.item.nth-child-6np1{border-left-color:#e3e4e4}
.category-products .products-grid.flex-grid.columns7 li.item.nth-child-5np1{border-left-color:#e3e4e4}
.category-products .products-grid.flex-grid.columns7 li.item.nth-child-4np1{border-left-color:#e3e4e4}
.category-products .products-grid.flex-grid.columns7 li.item.nth-child-3np1{border-left-color:transparent}
.category-products .products-grid.flex-grid.columns8 li.item.nth-child-7np1{border-left-color:#e3e4e4}
.category-products .products-grid.flex-grid.columns8 li.item.nth-child-6np1{border-left-color:#e3e4e4}
.category-products .products-grid.flex-grid.columns8 li.item.nth-child-5np1{border-left-color:#e3e4e4}
.category-products .products-grid.flex-grid.columns8 li.item.nth-child-4np1{border-left-color:#e3e4e4}
.category-products .products-grid.flex-grid.columns8 li.item.nth-child-3np1{border-left-color:transparent}
.category-banner .banner-text h2{font-size:28px}
.category-banner .banner-text p{font-size:16px}
.category-boxed-banner .banner-text h2{font-size:28px}
.category-boxed-banner .banner-text p{font-size:12px}
.category-boxed-banner .banner-text a.shop-now{margin-left:12px;font-size:12px}
.homepage-bar .col-md-4{border:0;text-align:left}
.owl-banner-carousel .content.type1 h2{font-size:36px}
.owl-banner-carousel .content.type1 p{font-size:15px}
.owl-banner-carousel .content.type1 a{font-size:10px}
.owl-banner-carousel .content.type2 h2{font-size:27.9px;border-top:3px solid #08c;padding-top:6px}
.owl-banner-carousel .content.type2 h3{font-size:18.36px}
.owl-banner-carousel .content.type2 p{font-size:8.4px}
.owl-banner-carousel .content.type2 a{font-size:10.8px}
.owl-banner-carousel .content-9.type1 em{font-size:15px;margin-bottom:-3px;margin-left:6px}
.owl-banner-carousel .content-9.type1 h2{font-size:50px}
.owl-banner-carousel .content-9.type1 p{font-size:26px}
.owl-banner-carousel .content-9.type1 a{font-size:12px}
.owl-banner-carousel .content-9.type1 a>i{width:13px;height:13px;line-height:12px;font-size:10px;margin-bottom:3px;margin-left:7px}
.owl-banner-carousel .content-9.type2 h3{font-size:27.9px}
.owl-banner-carousel .content-9.type2 span{font-size:8.4px}
.owl-banner-carousel .content-9.type2 a{font-size:9px}
.homepage-grid-banner .row{margin-left:-2px;margin-right:-3px}
.homepage-grid-banner .col-sm-1,.homepage-grid-banner .col-sm-2,.homepage-grid-banner .col-sm-3,.homepage-grid-banner .col-sm-4,.homepage-grid-banner .col-sm-5,.homepage-grid-banner .col-sm-6,.homepage-grid-banner .col-sm-7,.homepage-grid-banner .col-sm-8,.homepage-grid-banner .col-sm-9,.homepage-grid-banner .col-sm-10,.homepage-grid-banner .col-sm-11,.homepage-grid-banner .col-sm-12{padding-left:2px;padding-right:3px}
.homepage-grid-banner .col-sm-margin{margin-bottom:4px}
.homepage-grid-banner .content a.btn-default{font-size:10px;padding:4px 6px;padding-right:3px}
.homepage-grid-banner .grid1 .content h2{font-size:42.43px}
.homepage-grid-banner .grid1 .content p{font-size:17.68px;margin-bottom:6px;margin-right:2.4px}
.homepage-grid-banner .grid2 .content h3{font-size:17.33px}
.homepage-grid-banner .grid2 .content h2{font-size:17.33px}
.homepage-grid-banner .grid2 .content p{font-size:10.55px;margin-bottom:9px}
.homepage-grid-banner .grid3 .content h2{font-size:27.6px}
.homepage-grid-banner .grid3 .content h5{font-size:9.6px;margin-bottom:18px}
.homepage-grid-banner .grid3 .content p{font-size:9.6px;margin-bottom:3px}
.homepage-grid-banner .grid3 .content h4{font-size:13.63px;margin-top:12px}
.homepage-grid-banner .grid3 .content h4>span{font-size:10.6px}
.homepage-grid-banner .grid3 .content h3{font-size:22.63px;margin-bottom:9px}
.homepage-grid-banner .grid3 .content h3>span{font-size:15.08px}
.homepage-grid-banner .grid4 .content h2{font-size:21px;margin-bottom:9px}
.homepage-grid-banner .grid4 .content p{font-size:14px;margin-bottom:7px}
.full-screen-slider .item > div.content > h2{font-size:47.02px;margin-bottom:14.04px}
.full-screen-slider .item > div.content > p{font-size:19.59px;margin-bottom:27.3px}
.full-screen-slider .item > div.content > a.btn-default{font-size:12px;padding:12px 40px;border-radius:6px}
.full-screen-slider .item > div.content em.type1{font-size:14.31px;margin-bottom:-3.9px}
.full-screen-slider .item > div.content em.type2{font-size:22.99px;margin-bottom:7.8px;margin-left:24px}
.full-screen-slider .item > div.content em.type3{font-size:13.79px;margin-top:7.8px}
.full-screen-slider .item > div.content h3{font-size:48.02px}
.full-screen-slider .item > div.content h4{font-size:40.86px;padding-right:27px}
.full-screen-slider .item > div.content .sale-bar a{font-size:16.35px;margin-left:18px}
.full-screen-slider .item > div.content .sale-bar a .icon-angle-down{font-size:9px;margin-left:7.8px}
.full-screen-slider .item > div.content .sale-bar>div.f-left{padding:11.5px 17.16px}
.full-screen-slider .item > div.content .sale-bar>div.f-left:first-child{padding:11.7px 31.2px}
.full-screen-slider .item > div.content .sale-bar{height:63.96px;margin-left:10.92px}
.full-screen-slider .item > div.content .sale-bar .triangle{height:63.96px;width:23.4px}
.full-screen-slider .item > div.content .sale-bar .triangle>div{height:32px;border-width:16px;border-top-width:32px;margin:0 -16px -16px 0}
.full-screen-slider .item > div.content .sale-bar .triangle>div:first-child{height:32px;border-width:16px;border-bottom-width:32px;margin:-16px -16px 0 0}
.full-screen-slider .item > div.content.content-2{margin-top:-58px}
.full-screen-slider .item > div.content.content-3{margin-top:-72px}
.slider-with-side .slider-area{padding:0 8px;float:none;width:100%}
.slider-with-side .side-area{padding:0;float:none;width:100%}
.slider-with-side .side-area .item1,.slider-with-side .side-area .item2,.slider-with-side .side-area .item3{padding:8px;width:33.33%;float:left;margin:0}
.slider-with-side .side-area .item1 .content{bottom:20px;left:20px}
.slider-with-side .side-area .item2 .content{bottom:20px;left:15px}
.slider-with-side .side-area .item3 .content{bottom:20px;left:20px}
.slide3-2-content em{font-size:14px;margin-left:2px;margin-bottom:3px}
.slide3-2-content h2{font-size:38px;margin-bottom:3px}
.slide3-2-content p{font-size:29px;margin-bottom:20px}
.slide3-2-content a{font-size:12px}
.slide3-2-content a>i{width:13px;height:13px;line-height:12px;font-size:10px;margin-bottom:2px;margin-left:7px}
#banner-slider-demo-1 .slide1-content img.quote{width:30px}
#banner-slider-demo-1 .slide1-content em{font-size:20px;margin:0 8px}
#banner-slider-demo-1 .slide1-content h2{font-size:60px;margin:4px 0 8px}
#banner-slider-demo-1 .slide1-content p{font-size:18px}
#banner-slider-demo-1 .slide2-content em{font-size:20px;margin-left:7px}
#banner-slider-demo-1 .slide2-content h2{font-size:65px;margin:2px 0 8px}
#banner-slider-demo-1 .slide2-content p{font-size:15px;margin-left:7px;margin-bottom:25px}
#banner-slider-demo-1 .slide2-content p span.split{margin:0 8px 0 9px}
#banner-slider-demo-1 .slide2-content a.btn-default{font-size:12px;width:120px;height:35px;line-height:35px;padding:0;margin-right:1px}
#banner-slider-demo-1 .slide3-content em{font-size:20px}
#banner-slider-demo-1 .slide3-content h2{font-size:65px;margin-bottom:13px}
#banner-slider-demo-1 .slide3-content a.btn-default{font-size:12px;width:120px;height:35px;line-height:35px;padding:0;margin-right:1px}
#banner-slider-demo-14 .slide1-content img.quote{width:30px}
#banner-slider-demo-14 .slide1-content em{font-size:20px;margin:0 8px}
#banner-slider-demo-14 .slide1-content h2{font-size:60px;margin:4px 0 8px}
#banner-slider-demo-14 .slide1-content p{font-size:18px}
#banner-slider-demo-14 .slide2-content em{font-size:20px;margin-left:7px}
#banner-slider-demo-14 .slide2-content h2{font-size:65px;margin:2px 0 8px}
#banner-slider-demo-14 .slide2-content p{font-size:15px;margin-left:7px;margin-bottom:25px}
#banner-slider-demo-14 .slide2-content p span.split{margin:0 8px 0 9px}
#banner-slider-demo-14 .slide2-content a.btn-default{font-size:12px;width:120px;height:35px;line-height:35px;padding:0;margin-right:1px}
#banner-slider-demo-14 .slide3-content em{font-size:20px}
#banner-slider-demo-14 .slide3-content h2{font-size:65px;margin-bottom:13px}
#banner-slider-demo-14 .slide3-content a.btn-default{font-size:12px;width:120px;height:35px;line-height:35px;padding:0;margin-right:1px}
#banner-slider-demo-13 .slide1-content img.quote{width:30px}
#banner-slider-demo-13 .slide1-content em{font-size:20px;margin:0 8px}
#banner-slider-demo-13 .slide1-content h2{font-size:60px;margin:4px 0 8px}
#banner-slider-demo-13 .slide1-content p{font-size:18px}
#banner-slider-demo-13 .slide2-content em{font-size:20px;margin-left:7px}
#banner-slider-demo-13 .slide2-content h2{font-size:65px;margin:2px 0 8px}
#banner-slider-demo-13 .slide2-content p{font-size:15px;margin-left:7px;margin-bottom:25px}
#banner-slider-demo-13 .slide2-content p span.split{margin:0 8px 0 9px}
#banner-slider-demo-13 .slide2-content a.btn-default{font-size:12px;width:120px;height:35px;line-height:35px;padding:0;margin-right:1px}
#banner-slider-demo-13 .slide3-content em{font-size:20px}
#banner-slider-demo-13 .slide3-content h2{font-size:65px;margin-bottom:13px}
#banner-slider-demo-13 .slide3-content a.btn-default{font-size:12px;width:120px;height:35px;line-height:35px;padding:0;margin-right:1px}
.menu.side-menu{display:none}
.home-side-menu .mobile-nav{display:block;height:auto}
.sm-xs-margin-bottom{margin-bottom:20px}
.cart .crosssell li.item:nth-child(2n+1){clear:both}
.parallax{background-position:center center!important}
.parallax-category-banner .parallax{padding:50px 0}
.parallax-content h2{font-size:38px}
.parallax-content p{font-size:20px}
.footer-top-subscribe h4{margin:10px 0}
.footer-top-subscribe .input-box{margin:10px 0}
#banner-slider-demo-11 .content-1{padding:25px 15px 10px;margin-left:-122px;margin-top:-75px}
#banner-slider-demo-11 .content-1>div:first-child{padding-right:7px}
#banner-slider-demo-11 .content-1 p{font-size:16px;margin-left:5px}
#banner-slider-demo-11 .content-1 h3{font-size:58px}
#banner-slider-demo-11 .content-1 h3 b{margin-top:-17px}
#banner-slider-demo-11 .content-1 em{font-size:14px;margin-right:3px}
#banner-slider-demo-11 .content-1 h4{font-size:26px}
#banner-slider-demo-11 .content-1 h5{font-size:14px;margin-top:-2px}
#banner-slider-demo-11 .content-2{right:20px;bottom:20px}
#banner-slider-demo-11 .content-2>div{padding:15px 10px}
#banner-slider-demo-11 .content-2>div:first-child{margin:-2px 0;padding-left:20px}
#banner-slider-demo-11 .content-2 p{font-size:15px;margin-left:1px}
#banner-slider-demo-11 .content-2 h3{font-size:38px}
#banner-slider-demo-11 .content-2 em{font-size:12px;margin-right:2px}
#banner-slider-demo-11 .content-2 h4{font-size:26px}
#banner-slider-demo-11 .content-2 h5{font-size:13px;margin-top:-2px}
#banner-slider-demo-11 .content-2 a{font-size:10px;margin-right:-6px}
#multiship-addresses-table select{max-width:250px}
#multiship-addresses-table thead{display:none}
#multiship-addresses-table tbody tr{position:relative;display:block;clear:both;padding:25px 0;border-bottom:1px solid #dcdcdc}
#multiship-addresses-table tbody tr.first{border-top:1px solid #dcdcdc}
#multiship-addresses-table tbody td{display:block;padding:5px 0;width:100%;border:0;text-align:center!important}
#multiship-addresses-table a.btn-remove{position:absolute;right:10px;top:10px}
#multiship-addresses-table .item-options dd{padding:0}
.checkout-progress{padding:0}
.multiple-checkout #review-order-form .data-table thead{display:none}
.multiple-checkout #review-order-form .data-table tbody tr{position:relative;display:block;clear:both;padding:25px 0;border-bottom:1px solid #dcdcdc}
.multiple-checkout #review-order-form .data-table tbody tr.first{border-top:1px solid #dcdcdc}
.multiple-checkout #review-order-form .data-table tbody td{display:block;padding:5px 0;width:100%;border:0;text-align:center!important}
.multiple-checkout #review-order-form .data-table .item-options dd{padding:0}
.multiple-checkout #review-order-form .data-table tfoot{border-left:1px solid #d9dde3;border-right:1px solid #d9dde3}
.multiple-checkout #review-order-form .data-table tfoot td{display:block;padding:5px 0;width:100%;border:0;text-align:center!important}
#parallax_02{padding:150px 0}
#parallax_03{padding:150px 0}
.header-container.type12,.header-container.type12.fixed-bottom{position:relative;left:0;top:0;min-height:0;width:auto}
body.side-header .top-container,body.side-header .main-container,body.side-header .footer-container{margin-left:0}
.header-container.type12 .header{text-align:left;padding:0 7px}
.header-container.type12 .switcher-area{text-align:left}
.header-container.type12 .switcher-area .mini-cart{float:right}
.header-container.type12 .header>.logo{margin:15px 0 20px;float:left}
.header-container.type12 .menu-icon{display:inline-block;height:auto;padding:0;width:25px}
.header-container.type12 .menu-icon a{color:#fff;line-height:25px}
.header-container.type12 .search-area{display:inline-block;width:auto;height:auto;margin:0}
.header-container.type12 .search-area a.search-icon{display:block;color:#fff;line-height:25px}
.header-container.type12 .header #search_mini_form{display:none;position:absolute;width:280px;right:-100px;top:30px}
.header-container.type12 .header .custom-block{display:none}
.header-container.type12 .top-links-area{display:inline-block;margin:0}
.header-container.type12 .top-links-area .top-links-icon{display:block}
.header-container.type12 .top-links-area .top-links-icon a{color:#fff}
.header-container.type12 .top-links-area .links{display:none;position:absolute;background-color:#fff;width:100px;box-shadow:0 1px 2px rgba(0,0,0,0.2);border-radius:3px;padding:5px 7px;left:0}
.header-container.type12 .top-links-area .links li{padding:0;border:0}
.header-container.type12 .top-links-area .links li a{color:#777}
.header-container.type12 .mobile-group{float:right;margin-top:25px;margin-right:5px}
.header-container.type12 .mobile-nav.side-block .sw-mobile-menu li>a{color:#fff}
.header-container.type12 .mobile-nav.side-block .sw-mobile-menu li .open-child{color:#fff}
.header-container.type12 .mini-cart .topCartContent{left:auto;right:0}
.header-container.type12 .mini-cart .topCartContent:before{left:auto;right:15px}
#banner-slider-demo-16 .slide1-content,#banner-slider-demo-16 .slide2-content{padding-left:0}
#banner-slider-demo-16 .text-content em{font-size:18px;margin:0;margin-bottom:-8px}
#banner-slider-demo-16 .text-content h2{font-size:60px;letter-spacing:-3px}
#banner-slider-demo-16 .text-content p{margin:0}
#banner-slider-demo-16 .text-content p span{font-size:18px;padding-left:6px}
#banner-slider-demo-16 .text-content p a{font-size:12px;padding:8px 20px;margin-left:10px;margin-top:5px}
.header-container.type10 .dropdown-menu .menu-container>.menu.side-menu{display:none!important}
.sticky-product{padding:15px 0}
.side-header .sticky-product{padding-top:60px}
.side-header .sticky-product > .container{width:100%;padding-left:15px}
.img-desc-home3{margin-top:-65px;padding:0 16px}
.img-desc-home3 h3{font-size:16px}
.img-desc-home3 hr{width:60px;margin:10px 0}
.img-desc-home3 p{font-size:10px}
.img-desc-home3 a{font-size:10px}
.top-newsletter #newsletter{width:160px}
.full-screen-slider #banner-slider-demo-20 .item > div.content > h2{font-size:45px}
.full-screen-slider #banner-slider-demo-20 .item > div.content > a{font-size:10px;padding:10px 20px;margin:10px 0}
#home-content-slider-demo-20 .item > div.content > h3{letter-spacing:0;font-size:25px;margin-bottom:10px}
#home-content-slider-demo-20 .item > div.content > a{font-size:10px;padding:10px 20px;margin:10px 0}
.header-container.type16 .header{padding:25px 15px}
.header-container.type16 .cart-area{right:20px}
.header-container.type16 .shop-menu{display:none}
.header-container.type16 .menu-icon{display:inline-block;color:#fff;margin-right:0;text-transform:uppercase;font-weight:600;font-size:11px;letter-spacing:2px;line-height:15px;height:auto;vertical-align:baseline;padding:0}
.header-container.type16 .menu-icon a{color:inherit}
.header-container.type16 .menu-icon a:hover{text-decoration:none}
.header-container.type16 .form-language,.header-container.type16 .form-currency{margin-right:0}
.header-container.type16 .form-language .selectbox .select,.header-container.type16 .form-currency .selectbox .select{padding-left:5px}
.header-container.type16 .header .search-area{margin:0 5px}
.header-container.type16 .header .search-area a.search-icon{font-size:13px}
.header-container.type16 .mybag-link i{font-size:16px}
.header-container.type16 .mybag-link .cart-info span.cart-qty{width:12px;height:12px;font-size:8px;line-height:12px}
.header-container.type16 .menu-icon a,.header-container.type16 .top-links-icon a,.header-container.type16 .selectbox .select .text{font-size:10px}
.full-width-image > h3{font-size:60px}
}
@media (min-width:768px) and (max-width:991px) {
.header-container.type3 .header .switcher-group{position:static;text-align:right}
}
@media (min-width:768px) {
.col2-left-layout .col-left.sidebar{padding-right:12px}
.col2-left-layout .col-main{padding-left:12px}
.col2-right-layout .col-right.sidebar{padding-left:12px}
.col2-right-layout .col-main{padding-right:12px}
.col3-layout .col-left.sidebar{padding-right:12px}
.col3-layout .col-main{padding-left:12px;padding-right:12px}
.col3-layout .col-right.sidebar{padding-left:12px}
div.small-padding{padding-right:15px}
.sm-f-right{float:right!important}
.product-tabs.vertical>ul{width:150px;float:left;bottom:0;right:-1px;text-align:right}
.product-tabs.vertical>ul li.active{border-top-color:#eee;border-left-color:#08c}
.product-tabs.vertical>ul li{float:none;border-radius:5px 0 0 5px;border-width:1px 0 1px 3px;margin-right:0;margin-bottom:1px}
.product-tabs.vertical .tab-content{min-height:250px;border-radius:0 3px 3px 0;margin-left:150px}
.category-products .products-grid.flex-grid.columns2 li.item:nth-child(1) .item-area,.category-products .products-grid.flex-grid.columns2 li.item:nth-child(2) .item-area,.category-products .products-grid.flex-grid.columns3 li.item:nth-child(1) .item-area,.category-products .products-grid.flex-grid.columns3 li.item:nth-child(2) .item-area,.category-products .products-grid.flex-grid.columns4 li.item:nth-child(1) .item-area,.category-products .products-grid.flex-grid.columns4 li.item:nth-child(2) .item-area,.category-products .products-grid.flex-grid.columns5 li.item:nth-child(1) .item-area,.category-products .products-grid.flex-grid.columns5 li.item:nth-child(2) .item-area,.category-products .products-grid.flex-grid.columns6 li.item:nth-child(1) .item-area,.category-products .products-grid.flex-grid.columns6 li.item:nth-child(2) .item-area,.category-products .products-grid.flex-grid.columns6 li.item:nth-child(3) .item-area,.category-products .products-grid.flex-grid.columns7 li.item:nth-child(1) .item-area,.category-products .products-grid.flex-grid.columns7 li.item:nth-child(2) .item-area,.category-products .products-grid.flex-grid.columns7 li.item:nth-child(3) .item-area,.category-products .products-grid.flex-grid.columns8 li.item:nth-child(1) .item-area,.category-products .products-grid.flex-grid.columns8 li.item:nth-child(2) .item-area,.category-products .products-grid.flex-grid.columns8 li.item:nth-child(3) .item-area{border-top-color:transparent}
}
@media (min-width:992px) {
.a-right-sm{text-align:right}
.a-left-sm{text-align:left}
.col-md-6.col-md-5-5{width:45%;z-index:1}
.col-md-6.col-md-6-5{width:55%}
.color-banner .col-md-5-5.a-left h2{margin-left:-35%}
.color-banner .col-md-5-5.a-right h2{margin-right:-20%}
.md-f-right{float:right!important}
body.mobile-nav-shown .mobile-nav-overlay{visibility:hidden;opacity:0;filter:alpha(opacity=0)}
body.mobile-nav-shown.md-mobile-menu .mobile-nav-overlay{visibility:visible;opacity:.15;filter:alpha(opacity=15)}
body.mobile-nav-shown .page{left:0}
body.mobile-nav-shown.md-mobile-menu .page{left:250px}
body.mobile-nav-shown .mobile-nav.side-block{left:-250px}
body.mobile-nav-shown.md-mobile-menu .mobile-nav.side-block{left:0}
.ajax-products > .category-detail{padding-left:100px}
}
@media (min-width:1280px) {
body.mobile-nav-shown.md-mobile-menu .mobile-nav.side-block{left:-250px}
body.mobile-nav-shown.md-mobile-menu .page{left:0}
body.mobile-nav-shown.md-mobile-menu .mobile-nav-overlay{visibility:hidden;opacity:0;filter:alpha(opacity=0)}
}
@media (max-width:767px) {
body.boxed .page{width:620px}
.header-container.type13 .form-search{width:300px}
.sm-clearer{clear:both}
.history .featured-box{margin-left:0}
.history .thumb{display:none}
table.for-desktop{display:none}
table.for-mobile{display:table}
.tab-content{border:0}
.product-tabs>ul li{display:inline-block}
.header{width:100%}
.col-main.f-right{float:none!important}
.col-left.f-left{float:none!important}
.owl-bottomright-narrow .owl-controls .owl-buttons div{width:40px;height:40px;line-height:40px}
.header-container.type2 .header .custom-block{display:none}
.header-container.type2 .links li.first{border-left:0}
.header-container.type3 .header .custom-block{display:none}
.header-container.type3 .links li.first{border-left:0}
.header-container.type4 .header .custom-block{display:none}
.header-container.type4 .links li.first{border-left:0}
.header-container.type6 .links li.first{border-left:0}
.header-container.type14 .links li.first{border-left:0}
.header-container.type7 .links li.first{border-left:0}
.header-container.type13 .links li.first{border-left:0}
.header-container.type15 .switcher-area{display:block}
.breadcrumbs{text-align:left}
.top-container >.breadcrumbs{padding-left:15px;padding-right:15px}
.category-products .products-grid.columns2 li.item{width:50%}
.category-products .products-grid.columns2 li.item.nth-child-2np1{clear:left}
.category-products .products-grid.columns3 li.item{width:50%}
.category-products .products-grid.columns3 li.item.nth-child-3np1{clear:none}
.category-products .products-grid.columns3 li.item.nth-child-2np1{clear:left}
.category-products .products-grid.columns4 li.item{width:50%}
.category-products .products-grid.columns4 li.item.nth-child-4np1{clear:none}
.category-products .products-grid.columns4 li.item.nth-child-3np1{clear:none}
.category-products .products-grid.columns4 li.item.nth-child-2np1{clear:left}
.category-products .products-grid.columns5 li.item{width:50%}
.category-products .products-grid.columns5 li.item.nth-child-5np1{clear:none}
.category-products .products-grid.columns5 li.item.nth-child-4np1{clear:none}
.category-products .products-grid.columns5 li.item.nth-child-3np1{clear:none}
.category-products .products-grid.columns5 li.item.nth-child-2np1{clear:left}
.category-products .products-grid.columns6 li.item{width:50%}
.category-products .products-grid.columns6 li.item.nth-child-6np1{clear:none}
.category-products .products-grid.columns6 li.item.nth-child-5np1{clear:none}
.category-products .products-grid.columns6 li.item.nth-child-4np1{clear:none}
.category-products .products-grid.columns6 li.item.nth-child-3np1{clear:none}
.category-products .products-grid.columns6 li.item.nth-child-2np1{clear:left}
.category-products .products-grid.columns7 li.item{width:50%}
.category-products .products-grid.columns7 li.item.nth-child-7np1{clear:none}
.category-products .products-grid.columns7 li.item.nth-child-6np1{clear:none}
.category-products .products-grid.columns7 li.item.nth-child-5np1{clear:none}
.category-products .products-grid.columns7 li.item.nth-child-4np1{clear:none}
.category-products .products-grid.columns7 li.item.nth-child-3np1{clear:none}
.category-products .products-grid.columns7 li.item.nth-child-2np1{clear:left}
.category-products .products-grid.columns8 li.item{width:50%}
.category-products .products-grid.columns8 li.item.nth-child-8np1{clear:none}
.category-products .products-grid.columns8 li.item.nth-child-7np1{clear:none}
.category-products .products-grid.columns8 li.item.nth-child-6np1{clear:none}
.category-products .products-grid.columns8 li.item.nth-child-5np1{clear:none}
.category-products .products-grid.columns8 li.item.nth-child-4np1{clear:none}
.category-products .products-grid.columns8 li.item.nth-child-3np1{clear:none}
.category-products .products-grid.columns8 li.item.nth-child-2np1{clear:left}
.category-products .products-grid.flex-grid.columns2 li.item.nth-child-2np1{border-left-color:transparent}
.category-products .products-grid.flex-grid.columns3 li.item.nth-child-3np1{border-left-color:#e3e4e4}
.category-products .products-grid.flex-grid.columns3 li.item.nth-child-2np1{border-left-color:transparent}
.category-products .products-grid.flex-grid.columns4 li.item.nth-child-4np1{border-left-color:#e3e4e4}
.category-products .products-grid.flex-grid.columns4 li.item.nth-child-3np1{border-left-color:#e3e4e4}
.category-products .products-grid.flex-grid.columns4 li.item.nth-child-2np1{border-left-color:transparent}
.category-products .products-grid.flex-grid.columns5 li.item.nth-child-5np1{border-left-color:#e3e4e4}
.category-products .products-grid.flex-grid.columns5 li.item.nth-child-4np1{border-left-color:#e3e4e4}
.category-products .products-grid.flex-grid.columns5 li.item.nth-child-3np1{border-left-color:#e3e4e4}
.category-products .products-grid.flex-grid.columns5 li.item.nth-child-2np1{border-left-color:transparent}
.category-products .products-grid.flex-grid.columns6 li.item.nth-child-6np1{border-left-color:#e3e4e4}
.category-products .products-grid.flex-grid.columns6 li.item.nth-child-5np1{border-left-color:#e3e4e4}
.category-products .products-grid.flex-grid.columns6 li.item.nth-child-4np1{border-left-color:#e3e4e4}
.category-products .products-grid.flex-grid.columns6 li.item.nth-child-3np1{border-left-color:#e3e4e4}
.category-products .products-grid.flex-grid.columns6 li.item.nth-child-2np1{border-left-color:transparent}
.category-products .products-grid.flex-grid.columns7 li.item.nth-child-7np1{border-left-color:#e3e4e4}
.category-products .products-grid.flex-grid.columns7 li.item.nth-child-6np1{border-left-color:#e3e4e4}
.category-products .products-grid.flex-grid.columns7 li.item.nth-child-5np1{border-left-color:#e3e4e4}
.category-products .products-grid.flex-grid.columns7 li.item.nth-child-4np1{border-left-color:#e3e4e4}
.category-products .products-grid.flex-grid.columns7 li.item.nth-child-3np1{border-left-color:#e3e4e4}
.category-products .products-grid.flex-grid.columns7 li.item.nth-child-2np1{border-left-color:transparent}
.category-products .products-grid.flex-grid.columns8 li.item.nth-child-8np1{border-left-color:#e3e4e4}
.category-products .products-grid.flex-grid.columns8 li.item.nth-child-7np1{border-left-color:#e3e4e4}
.category-products .products-grid.flex-grid.columns8 li.item.nth-child-6np1{border-left-color:#e3e4e4}
.category-products .products-grid.flex-grid.columns8 li.item.nth-child-5np1{border-left-color:#e3e4e4}
.category-products .products-grid.flex-grid.columns8 li.item.nth-child-4np1{border-left-color:#e3e4e4}
.category-products .products-grid.flex-grid.columns8 li.item.nth-child-3np1{border-left-color:#e3e4e4}
.category-products .products-grid.flex-grid.columns8 li.item.nth-child-2np1{border-left-color:transparent}
.category-products .products-grid.flex-grid.columns2 li.item:nth-child(1) .item-area,.category-products .products-grid.flex-grid.columns2 li.item:nth-child(2) .item-area,.category-products .products-grid.flex-grid.columns3 li.item:nth-child(1) .item-area,.category-products .products-grid.flex-grid.columns3 li.item:nth-child(2) .item-area,.category-products .products-grid.flex-grid.columns4 li.item:nth-child(1) .item-area,.category-products .products-grid.flex-grid.columns4 li.item:nth-child(2) .item-area,.category-products .products-grid.flex-grid.columns5 li.item:nth-child(1) .item-area,.category-products .products-grid.flex-grid.columns5 li.item:nth-child(2) .item-area,.category-products .products-grid.flex-grid.columns6 li.item:nth-child(1) .item-area,.category-products .products-grid.flex-grid.columns6 li.item:nth-child(2) .item-area,.category-products .products-grid.flex-grid.columns7 li.item:nth-child(1) .item-area,.category-products .products-grid.flex-grid.columns7 li.item:nth-child(2) .item-area,.category-products .products-grid.flex-grid.columns8 li.item:nth-child(1) .item-area,.category-products .products-grid.flex-grid.columns8 li.item:nth-child(2) .item-area{border-top-color:transparent}
.products-list .product-image-area{width:150px}
.products-list .details-area{width:auto;float:none;margin-left:150px}
.category-banner .banner-text h2{font-size:28px}
.category-banner .banner-text p{display:none}
.category-boxed-banner .banner-text h2{font-size:28px}
.category-boxed-banner .banner-text p{display:none}
.parallax-slider .owl-carousel h2{font-size:40px}
.parallax-slider .owl-carousel p{font-size:13px;margin-bottom:15px}
.parallax-slider .owl-carousel a{font-size:13px}
.parallax-slider .owl-theme .owl-controls{margin-top:15px}
.single-images .single-image{margin-bottom:10px}
.owl-banner-carousel .content.type1 h2{font-size:24px}
.owl-banner-carousel .content.type1 p{display:none}
.owl-banner-carousel .content.type1 a{font-size:8px}
.owl-banner-carousel .content.type2 h2{font-size:20px;border-top:2px solid #08c;padding-top:4px}
.owl-banner-carousel .content.type2 h3{font-size:13px}
.owl-banner-carousel .content.type2 p{display:none}
.owl-banner-carousel .content.type2 a{font-size:10px}
.owl-banner-carousel .content-9.type1 em{font-size:11px;margin-bottom:-2px;margin-left:4px}
.owl-banner-carousel .content-9.type1 h2{font-size:28px}
.owl-banner-carousel .content-9.type1 p{display:none}
.owl-banner-carousel .content-9.type1 a{display:none}
.owl-banner-carousel .content-9.type2 h3{font-size:20px;margin-bottom:5px}
.owl-banner-carousel .content-9.type2 span{display:none}
.owl-banner-carousel .content-9.type2 a{font-size:9px}
.homepage-grid-banner .row{margin-left:-10px;margin-right:-10px}
.homepage-grid-banner .col-sm-1,.homepage-grid-banner .col-sm-2,.homepage-grid-banner .col-sm-3,.homepage-grid-banner .col-sm-4,.homepage-grid-banner .col-sm-5,.homepage-grid-banner .col-sm-6,.homepage-grid-banner .col-sm-7,.homepage-grid-banner .col-sm-8,.homepage-grid-banner .col-sm-9,.homepage-grid-banner .col-sm-10,.homepage-grid-banner .col-sm-11,.homepage-grid-banner .col-sm-12{padding-left:10px;padding-right:10px}
.homepage-grid-banner .col-sm-margin{margin-bottom:0}
.homepage-grid-banner .content a.btn-default{font-size:14px;padding:6px 12px;padding-right:6px}
.homepage-grid-banner img{margin-bottom:20px}
.homepage-grid-banner .grid1 .content h2{font-size:70.72px}
.homepage-grid-banner .grid1 .content p{font-size:29.47px;margin-bottom:10px;margin-right:4px}
.homepage-grid-banner .grid2 .content h3{font-size:28.88px}
.homepage-grid-banner .grid2 .content h2{font-size:28.88px}
.homepage-grid-banner .grid2 .content p{font-size:17.58px;margin-bottom:15px}
.homepage-grid-banner .grid3 .content h2{font-size:46px}
.homepage-grid-banner .grid3 .content h5{font-size:16px;margin-bottom:30px}
.homepage-grid-banner .grid3 .content p{font-size:16px;margin-bottom:5px}
.homepage-grid-banner .grid3 .content h4{font-size:22.72px;margin-top:20px}
.homepage-grid-banner .grid3 .content h4>span{font-size:17.66px}
.homepage-grid-banner .grid3 .content h3{font-size:37.71px;margin-bottom:15px}
.homepage-grid-banner .grid3 .content h3>span{font-size:25.14px}
.homepage-grid-banner .grid4 .content h2{font-size:35px}
.homepage-grid-banner .grid4 .content p{font-size:23px;margin-bottom:15px}
.grid-images .grid2{margin-bottom:9px}
.full-screen-slider .item > div.content em.type1{font-size:8px;margin-bottom:-2px}
.full-screen-slider .item > div.content em.type2{font-size:11px;margin-bottom:4px;margin-left:10px}
.full-screen-slider .item > div.content em.type3{font-size:7px;margin-top:4px}
.full-screen-slider .item > div.content h3{font-size:25px}
.full-screen-slider .item > div.content h4{font-size:20px;border-right:0}
.full-screen-slider .item > div.content .sale-bar a{font-size:8px;margin-left:4px}
.full-screen-slider .item > div.content .sale-bar a .icon-angle-down{font-size:6px;margin-left:4px}
.full-screen-slider .item > div.content .sale-bar>div.f-left{padding:6px 4px}
.full-screen-slider .item > div.content .sale-bar>div.f-left:first-child{padding:6px 4px}
.full-screen-slider .item > div.content .sale-bar{height:32px;margin-left:2px}
.full-screen-slider .item > div.content .sale-bar .triangle{height:32px;width:12px}
.full-screen-slider .item > div.content .sale-bar .triangle>div{height:16px;border-width:8px;border-top-width:16px;margin:0 -8px -8px 0}
.full-screen-slider .item > div.content .sale-bar .triangle>div:first-child{height:16px;border-width:8px;border-bottom-width:16px;margin:-8px -8px 0 0}
.full-screen-slider .item > div.content.content-1{margin-top:-73px}
.full-screen-slider .item > div.content.content-1 > p{font-size:14px;margin:20px 0}
.full-screen-slider .item > div.content.content-1 > a.btn-default{font-size:10px;padding:10px 15px}
.full-screen-slider .item > div.content.content-1 > img{width:150px}
.full-screen-slider .item > div.content.content-2{margin-top:-29px}
.slider-with-side .side-area .item1,.slider-with-side .side-area .item2,.slider-with-side .side-area .item3{padding:8px;width:100%;float:none}
.slider-with-side .side-area img{width:100%}
.slider-with-side .side-area .item1 .content{bottom:30px;left:25px}
.slider-with-side .side-area .item2 .content{bottom:30px;left:25px}
.slider-with-side .side-area .item3 .content{bottom:30px;left:25px}
.slider-with-side .slider-area .item .content .text-area h2{padding:4px 38px 4px 7px;font-size:22px}
.slider-with-side .slider-area .item .content .text-area p{padding:6px 11px 6px 8px;font-size:9px}
.slider-with-side .slider-area .item .content .ribbon{right:3px;top:3px}
.slider-with-side .slider-area .item .content .ribbon em{font-size:8px;margin-right:40px}
.slider-with-side .slider-area .item .content .ribbon h3{font-size:22px;margin-right:7px}
.slider-with-side .slider-area .item .content .ribbon h5{font-size:10px;margin-top:-1px}
.slide3-1-content p{margin-bottom:3px;font-size:11px}
.slide3-1-content h2{font-size:25px;margin-bottom:10px}
.slide3-1-content .price-area em{font-size:8px}
.slide3-1-content .price-area em:first-child{margin-bottom:-2px}
.slide3-1-content .price-area h3{font-size:28px}
.slide3-1-content .button-area{padding-left:10px;margin-left:10px}
.slide3-1-content a.btn-default{height:35px;font-size:11px;line-height:35px;padding:0 13px 0 15px;border-radius:5px}
.slide3-1-content a.btn-default i{width:12px;height:12px;line-height:11px;font-size:9px;margin-bottom:2px;margin-left:8px}
.slide3-2-content em{font-size:12px;margin-left:2px;margin-bottom:1px}
.slide3-2-content h2{font-size:35px;margin-bottom:1px}
.slide3-2-content p{font-size:25px;margin-bottom:13px}
.slide3-2-content a{font-size:12px}
.slide3-2-content a>i{width:13px;height:13px;line-height:12px;font-size:10px;margin-bottom:2px;margin-left:7px}
.owl-item-links-block ul li{padding:0 8px}
.owl-item-links-block ul li a{font-size:12px}
.owl-item-links-block span{font-size:12px;padding-left:13px;margin-left:3px}
.owl-item-links-block span .icon-angle-down{font-size:7px;margin-left:4px}
.parallax.parallax-with-subscribe{padding:30px 0}
li.etalage_small_thumbs{display:none}
.product-view .product-img-box{margin-bottom:30px}
.form-list .field,.col2-set .col-1,.col2-set .col-2{float:none!important;width:100%}
.form-list .field+.field{margin-top:10px}
.account-login .content{min-height:0}
.box .box-content{min-height:0}
.account-login .new-users{margin-bottom:25px}
.col2-set .col-1{margin-bottom:25px}
#opc-review .data-table thead{display:none}
#opc-review .data-table tfoot tr.last{background:#f6f6f6}
#opc-review .data-table tbody tr:first-child{border-top:1px solid #ddd}
#newsletter_popup{width:auto!important}
.footer-bottom{text-align:center}
.footer-bottom a.logo{float:none;margin:0}
.footer-bottom .social-icons{float:none}
.footer-bottom .custom-block{float:none;margin:0}
.footer-bottom address{float:none;text-align:center}
#parallax_01 .parallax-content-15 img.quote{width:20px}
#parallax_01 .parallax-content-15 em{font-size:12px;margin:0 5px}
#parallax_01 .parallax-content-15 h2{font-size:35px;margin:4px 0 7px}
#parallax_01 .parallax-content-15 p{font-size:11px;margin:0}
#parallax_02{padding:50px 0}
#parallax_02 .parallax-content-15 em{font-size:12px}
#parallax_02 .parallax-content-15 .text-content h2{font-size:35px;letter-spacing:-2px}
#parallax_02 .parallax-content-15 .text-content p span{font-size:12px;padding-left:6px;display:block}
#parallax_02 .parallax-content-15 .text-content p a{font-size:10px;padding:6px 13px;margin-left:10px;margin-top:5px}
#parallax_03{padding:50px 0}
#parallax_03 .parallax-content-15 em{font-size:12px;margin:0;margin-left:1px}
#parallax_03 .parallax-content-15 .text-content h2{font-size:30px;letter-spacing:-1px}
#parallax_03 .parallax-content-15 .text-content p span{font-size:12px;padding-left:1px;display:block}
#parallax_03 .parallax-content-15 .text-content p a{font-size:10px;padding:6px 13px;margin-left:0;margin-top:5px}
#parallax_04 .parallax-content-15 img.quote{width:20px}
#parallax_04 .parallax-content-15 em{font-size:12px;margin:0 5px}
#parallax_04 .parallax-content-15 h2{font-size:22px;margin:4px 0 7px;letter-spacing:-1px}
#parallax_04 .parallax-content-15 p{font-size:10px}
#parallax_04 .parallax-content-15 a.btn.btn-default{font-size:10px;padding:5px 20px}
#banner-slider-demo-16 .text-content em{font-size:13px;margin:0;margin-bottom:-5px}
#banner-slider-demo-16 .text-content h2{font-size:40px;letter-spacing:0}
#banner-slider-demo-16 .text-content p{margin:0}
#banner-slider-demo-16 .text-content p span{font-size:14px;padding-left:2px}
#banner-slider-demo-16 .text-content p a{font-size:9px;padding:5px 11px;margin-left:5px;margin-top:5px}
.sticky-product .add-to-cart{position:static;margin:0;vertical-align:middle;display:inline-block}
.slide3-1-new-content em{font-size:9px}
.slide3-1-new-content h2{font-size:22px}
.slide3-1-new-content hr{margin:5px 0}
.slide3-1-new-content a{font-size:8px}
.img-desc-home3{margin-top:-88px;padding:0 25px}
.img-desc-home3 h3{font-size:24px}
.img-desc-home3 hr{width:90px;margin:15px 0}
.img-desc-home3 p{font-size:15px}
.img-desc-home3 a{font-size:15px}
#banner-slider-demo-2-new .slide-1 em{font-size:12px;margin:0;margin-left:1px}
#banner-slider-demo-2-new .slide-1 .text-content h2{font-size:30px;letter-spacing:-1px}
#banner-slider-demo-2-new .slide-1 .text-content p span{font-size:12px;padding-left:1px;display:block}
#banner-slider-demo-2-new .slide-1 .text-content a{font-size:10px;padding:6px 20px;margin-left:0;margin-top:10px}
#banner-slider-demo-2-new .slide-2 em{font-size:12px;margin:0;margin-left:1px}
#banner-slider-demo-2-new .slide-2 .text-content h2{font-size:30px;letter-spacing:-1px}
#banner-slider-demo-2-new .slide-2 .text-content p span{font-size:12px;padding-left:1px;display:block}
#banner-slider-demo-2-new .slide-2 .text-content a{font-size:10px;padding:6px 0;margin-left:0;margin-top:5px}
#banner-slider-demo-17 .slide-1 em{font-size:12px;margin:0;margin-left:1px}
#banner-slider-demo-17 .slide-1 .text-content h2{font-size:30px;letter-spacing:-1px}
#banner-slider-demo-17 .slide-1 .text-content p span{font-size:12px;padding-left:1px;display:block}
#banner-slider-demo-17 .slide-1 .text-content a{font-size:10px;padding:6px 20px;margin-left:0;margin-top:10px}
#banner-slider-demo-17 .slide-2 em{font-size:12px;margin:0;margin-bottom:2px}
#banner-slider-demo-17 .slide-2 .text-content h2{font-size:26px;letter-spacing:-1px}
#banner-slider-demo-17 .slide-2 .text-content p span{font-size:12px;display:block}
#banner-slider-demo-17 .slide-2 .text-content a{font-size:10px;padding:6px 20px;margin-left:0;margin-top:10px}
.header-container.type17 .switcher-area{display:block}
.compare-popup{display:none}
.store-switcher{text-align:center}
.product-img-box .etalage:hover + .etalage-control + .product-view-zoom-area{display:none}
a.quickview-icon{display:none}
.product-view .product-img-box .etalage-control{visibility:visible}
.product-view .product-img-box .etalage.vertical+.etalage-control a.etalage-prev{left:0}
.full-width-image{padding:100px 0}
.full-width-image > h3{font-size:35px;letter-spacing:-1px}
#home-content-slider-demo-20 .item > div.content > p{display:none}
#home-content-slider-demo-20 .item > div.content > a{display:none}
.ajax-products{display:block}
.ajax-products > .category-list{border-right:0}
.ajax-products > .category-list > ul > li{display:inline-block;margin-right:30px}
.ajax-products > .category-detail{padding-top:0}
.load-more-area > a,.full-width-image > a{font-size:8px;padding:10px 20px;margin:10px 0}
.header-container.type16 .header > .logo img{height:30px}
}
@media (max-width:640px) {
body.boxed .page{width:480px}
.owl-middle-narrow .owl-controls{display:none!important}
.homepage-grid-banner .grid1 .content h2{font-size:42.43px}
.homepage-grid-banner .grid1 .content p{font-size:17.68px;margin-bottom:6px;margin-right:2.4px}
.full-screen-slider .item > div.content > h2{font-size:36.17px;margin-bottom:10.8px}
.full-screen-slider .item > div.content > p{font-size:15.07px;margin-bottom:21px}
.full-screen-slider .item > div.content > a.btn-default{font-size:10px;padding:11px 32px;border-radius:5px}
.full-screen-slider .item > div.content.content-3{margin-top:-57px}
.owl-item-links-block{display:none}
.slide3-2-content em{font-size:10px;margin-left:1px;margin-bottom:1px}
.slide3-2-content h2{font-size:28px;margin-bottom:1px}
.slide3-2-content p{font-size:16px;margin-bottom:10px}
.slide3-2-content a{font-size:11px}
.slide3-2-content a>i{width:10px;height:10px;line-height:9px;font-size:9px;margin-bottom:1px;margin-left:4px}
#banner-slider-demo-1 .slide1-content img.quote{width:15px}
#banner-slider-demo-1 .slide1-content em{font-size:14px;margin:0 3px}
#banner-slider-demo-1 .slide1-content h2{font-size:38px;margin:1px 0 5px}
#banner-slider-demo-1 .slide1-content p{font-size:14px}
#banner-slider-demo-1 .slide2-content em{font-size:14px;margin-left:3px}
#banner-slider-demo-1 .slide2-content h2{font-size:39px;margin:0 0 5px}
#banner-slider-demo-1 .slide2-content p{font-size:8px;margin-left:4px;margin-bottom:15px}
#banner-slider-demo-1 .slide2-content p span.split{margin:0 7px 0 8px}
#banner-slider-demo-1 .slide2-content a.btn-default{font-size:8px;width:80px;height:25px;line-height:25px;padding:0;margin-right:1px}
#banner-slider-demo-1 .slide3-content em{font-size:14px}
#banner-slider-demo-1 .slide3-content h2{font-size:38px;margin-bottom:8px}
#banner-slider-demo-1 .slide3-content a.btn-default{font-size:8px;width:80px;height:25px;line-height:25px;padding:0;margin-right:1px}
#banner-slider-demo-14 .slide1-content img.quote{width:15px}
#banner-slider-demo-14 .slide1-content em{font-size:14px;margin:0 3px}
#banner-slider-demo-14 .slide1-content h2{font-size:30px;margin:1px 0 3px}
#banner-slider-demo-14 .slide1-content p{font-size:12px}
#banner-slider-demo-14 .slide2-content em{font-size:12px;margin-left:2px}
#banner-slider-demo-14 .slide2-content h2{font-size:30px;margin:0 0 3px}
#banner-slider-demo-14 .slide2-content p{font-size:5px;margin-left:4px;margin-bottom:10px}
#banner-slider-demo-14 .slide2-content p span.split{margin:0 7px 0 8px}
#banner-slider-demo-14 .slide2-content a.btn-default{font-size:8px;width:60px;height:18px;line-height:18px;padding:0;margin-right:1px}
#banner-slider-demo-14 .slide3-content em{font-size:12px}
#banner-slider-demo-14 .slide3-content h2{font-size:30px;margin-bottom:5px}
#banner-slider-demo-14 .slide3-content a.btn-default{font-size:8px;width:60px;height:18px;line-height:18px;padding:0;margin-right:1px}
#banner-slider-demo-13 .slide1-content img.quote{width:15px}
#banner-slider-demo-13 .slide1-content em{font-size:14px;margin:0 3px}
#banner-slider-demo-13 .slide1-content h2{font-size:38px;margin:1px 0 5px}
#banner-slider-demo-13 .slide1-content p{font-size:14px}
#banner-slider-demo-13 .slide2-content em{font-size:14px;margin-left:3px}
#banner-slider-demo-13 .slide2-content h2{font-size:39px;margin:0 0 5px}
#banner-slider-demo-13 .slide2-content p{font-size:8px;margin-left:4px;margin-bottom:15px}
#banner-slider-demo-13 .slide2-content p span.split{margin:0 7px 0 8px}
#banner-slider-demo-13 .slide2-content a.btn-default{font-size:8px;width:80px;height:25px;line-height:25px;padding:0;margin-right:1px}
#banner-slider-demo-13 .slide3-content em{font-size:14px}
#banner-slider-demo-13 .slide3-content h2{font-size:38px;margin-bottom:8px}
#banner-slider-demo-13 .slide3-content a.btn-default{font-size:8px;width:80px;height:25px;line-height:25px;padding:0;margin-right:1px}
.footer-container.fixed-position .footer-bottom address{display:none}
.footer-container.fixed-position .footer-bottom{text-align:center}
.footer-container.fixed-position .footer-bottom .social-icons{display:inline-block;float:none}
.header-container .top-links-icon{display:inline-block}
.header-container.type1 .links,.header-container.type2 .links,.header-container.type3 .links,.header-container.type4 .links,.header-container.type6 .links,.header-container.type14 .links,.header-container.type7 .links,.header-container.type13 .links,.header-container.type9 .links,.header-container.type10 .links{display:none;position:absolute;right:0;z-index:9;background-color:#fff!important;border-radius:3px;margin:0;padding:5px 0;text-align:right;border:1px solid #ccc}
.header-container.type1 .links li,.header-container.type2 .links li,.header-container.type3 .links li,.header-container.type4 .links li,.header-container.type6 .links li,.header-container.type14 .links li,.header-container.type7 .links li,.header-container.type13 .links li,.header-container.type9 .links li,.header-container.type10 .links li{display:block;border:0;padding:0}
.header-container.type1 .links li a,.header-container.type2 .links li a,.header-container.type3 .top-links ul.links li a,.header-container.type4 .links li a,.header-container.type6 .links li a,.header-container.type14 .links li a,.header-container.type7 .links li a,.header-container.type13 .links li a,.header-container.type9 .top-links ul.links li a,.header-container.type10 .top-links ul.links li a{color:#777!important;white-space:nowrap;padding:0 10px;display:block;transition:all .2s;font-weight:400}
.header-container.type1 .links li:hover a,.header-container.type2 .links li:hover a,.header-container.type4 .links li:hover a,.header-container.type6 .links li:hover a,.header-container.type14 .links li:hover a,.header-container.type7 .links li:hover a,.header-container.type13 .links li:hover a{background-color:#ccc!important;color:#fff!important;text-decoration:none}
.header-container.type8 .header{padding:20px 0}
.header-container.type8 .cart-area{position:static;float:right;height:auto;margin-left:-150px}
.header-container.type8 .top-links-area{margin:13px 0 30px}
.header-container.type8 .menu-icon{margin:0 15px 0 10px}
.header-container.type8 .switcher-area{display:block;margin-right:15px}
.header-container.type8 .header .form-search{right:-30px}
.header-container.type8 .header .form-search:before{right:35px}
.header-container.type17 .header{padding:20px 0 50px}
.header-container.type17 .mybag-link{padding:0}
.header-container.type17 .mybag-link i{line-height:90px;margin-right:0}
.header-container.type17 .header .mini-cart{width:50px}
.header-container.type17 .mybag-link .cart-info{display:none}
.header-container.type17 .cart-area{right:60px;margin-top:-30px}
.header-container.type17 .header .form-search{min-width:250px;max-width:250px}
.header-container.type17 .header > .logo img{height:30px}
.header-container.type17 .header .mini-cart:hover{height:100px;padding-left:230px}
.category-boxed-banner .banner-text a.shop-now{margin-left:10px;font-size:9px}
.full-width-image-banner{height:200px}
.full-width-image-banner .content{margin-top:-16px}
.full-width-image-banner h2{margin:0;font-size:30px;line-height:1.1}
.full-width-image-banner p{display:none}
#banner-slider-demo-11 .content-1{padding:11px 7px 5px;margin-left:-53px;margin-top:-32px}
#banner-slider-demo-11 .content-1>div:first-child{padding-right:2px}
#banner-slider-demo-11 .content-1 p{font-size:7px;margin-left:2px}
#banner-slider-demo-11 .content-1 h3{font-size:22px}
#banner-slider-demo-11 .content-1 h3 b{margin-top:-6px}
#banner-slider-demo-11 .content-1 em{font-size:6px;margin-right:1px}
#banner-slider-demo-11 .content-1 h4{font-size:12px}
#banner-slider-demo-11 .content-1 h5{font-size:6px;margin-top:-1px}
#banner-slider-demo-11 .content-2{right:8px;bottom:8px}
#banner-slider-demo-11 .content-2>div{padding:3px 6px}
#banner-slider-demo-11 .content-2>div:first-child{margin:-1px 0;padding-left:9px}
#banner-slider-demo-11 .content-2 p{font-size:7px;margin-left:1px}
#banner-slider-demo-11 .content-2 h3{font-size:16px}
#banner-slider-demo-11 .content-2 em{font-size:6px;margin-right:1px}
#banner-slider-demo-11 .content-2 h4{font-size:12px}
#banner-slider-demo-11 .content-2 h5{font-size:6px;margin-top:-1px}
#banner-slider-demo-11 .content-2 a{font-size:6px;margin-right:-3px}
.header-container.type11 .header-right-area > div:first-child{display:block;margin-bottom:40px}
.checkout-progress li{width:49%}
.sticky-product{display:none!important}
.category-products .products-grid.flex-grid .item .details-area .actions a.addtocart{padding:0;width:40px}
.category-products .products-grid.flex-grid .item .details-area .actions a.addtocart span{display:none}
.header-container.type16 .switcher-area{display:block}
}
@media (max-width:480px) {
.header-container.type15 .cart-area{margin-top:0}
.category-products .products-grid.flex-grid .item .details-area .actions{margin:0 -20px}
.item .details-area .actions a.addtowishlist,.item .details-area .actions a.comparelink{display:none}
body.boxed .page{width:320px}
.add-to-cart button.button{width:110px}
.add-to-cart button.button span{font-size:11px}
.toolbar .pager{float:left;margin-right:10px;margin-left:-10px}
.sorter .limiter{float:left}
.pager .pages{float:left}
.col-main .category-products .products-list li.item .item-area{text-align:center}
.products-list .product-image-area{width:280px;display:inline-block;float:none}
.products-list .details-area{margin-left:0;text-align:left}
.category-banner .banner-text h2{font-size:14px}
.category-boxed-banner .banner-text h2{font-size:14px}
.col1-layout .product-view .product-info{float:none;width:auto;border-bottom:1px solid #ebebeb}
.col1-layout .product-options{float:none;width:auto;border-bottom:1px solid #ebebeb}
.col1-layout .product-view .product-options + div.clearer,.col1-layout .product-view .product-info + div.clearer{border:0}
.homepage-grid-banner .grid1 .content h2{font-size:25px}
.homepage-grid-banner .grid1 .content p{font-size:17.68px;margin-bottom:6px;margin-right:2.4px}
.slider-with-side .slider-area .item .content .text-area p{display:none}
.slider-with-side .slider-area .item .content .ribbon{right:3px;top:1px}
.slider-with-side .slider-area .item .content .ribbon em{font-size:6px;margin-right:22px}
.slider-with-side .slider-area .item .content .ribbon h3{font-size:14px;margin-right:2px}
.slider-with-side .slider-area .item .content .ribbon h5{font-size:6px;margin-top:-1px}
.slide3-1-content p{margin-bottom:3px;font-size:8px}
.slide3-1-content h2{font-size:17px;margin-bottom:10px}
.slide3-1-content .price-area em{font-size:7px}
.slide3-1-content .price-area em:first-child{margin-bottom:-2px}
.slide3-1-content .price-area h3{font-size:21px}
.slide3-1-content .button-area{padding-left:10px;margin-left:10px}
.slide3-1-content a.btn-default{height:28px;font-size:11px;line-height:28px;padding:0 13px 0 15px;border-radius:3px}
.slide3-1-content a.btn-default i{width:12px;height:12px;line-height:11px;font-size:9px;margin-bottom:2px;margin-left:8px}
.slide3-2-content em{font-size:8px;margin-left:0;margin-bottom:0}
.slide3-2-content h2{font-size:20px;margin-bottom:0}
.slide3-2-content p{font-size:12px;margin-bottom:5px}
.slide3-2-content a{font-size:11px}
.slide3-2-content a>i{width:10px;height:10px;line-height:9px;font-size:9px;margin-bottom:1px;margin-left:4px}
.parallax-wrapper.parallax-with-subscribe .parallax-slider p{display:none}
.parallax-wrapper.parallax-with-subscribe .parallax-subscribe{margin-top:20px}
.header-container.type1 .header .logo{margin:15px 0}
.header-container.type1 .header .logo img{max-height:50px}
.header-container.type1 .header-right-area{position:static;margin:0;margin-bottom:10px}
.header-container.type1 .header-right-area>div:first-child{margin:30px 0}
.header-container.type1 .header .form-search,.header-container.type2 .header .form-search,.header-container.type3 .header .form-search,.header-container.type4 .header .form-search,.header-container.type5 .header .form-search,.header-container.type6 .header .form-search,.header-container.type14 .header .form-search,.header-container.type7 .header .form-search,.header-container.type13 .header .form-search,.header-container.type8 .header .form-search,.header-container.type17 .header .form-search,.header-container.type9 .header .form-search,.header-container.type10 .header .form-search{width:300px}
.header-container.type2 .mybag-link .cart-info span{display:none}
.header-container.type2 .mybag-link .cart-info span.cart-qty{display:inline-block}
.header-container.type5 .header>.logo{margin:30px 0}
.header-container.type5 .search-area{margin:35px 0}
.header-container.type5 .menu-icon{margin:0 5px}
.header-container.type5 .header .form-search{left:auto;right:-145px}
.header-container.type5 .header .form-search:before{left:auto;right:140px}
.ratings-table.data-table thead{display:none}
.ratings-table.data-table tbody td{padding:15px 5px}
.buttons-set button.button{float:none;width:100%;margin:0 0 5px}
.parallax-category-banner .parallax{padding:30px 0}
.parallax-content h2{font-size:25px}
.parallax-content p{font-size:11px}
.footer-bottom .custom-block{margin-left:0}
.footer-bottom address{float:left;line-height:1.4;margin:5px 0}
.full-width-image-banner{height:150px}
.full-width-image-banner .content{margin-top:-13px}
.full-width-image-banner h2{margin:0;font-size:24px;line-height:1.1}
.full-width-image-banner p{display:none}
.footer-top-subscribe .input-box{text-align:left;max-width:100%}
.header-container.type1 .compare-link > a{margin-bottom:5px}
.header-container.type1 .form-currency,.header-container.type1 .form-language{margin-bottom:5px}
#banner-slider-demo-16 .text-content em{font-size:10px;margin-bottom:0}
#banner-slider-demo-16 .text-content h2{font-size:25px;letter-spacing:0}
#banner-slider-demo-16 .text-content p{margin:0}
#banner-slider-demo-16 .text-content p span{font-size:12px;padding-left:1px;display:block}
#banner-slider-demo-16 .text-content p a{font-size:9px;padding:5px 11px;margin-left:0;margin-top:5px;float:left!important}
.top-newsletter{display:none}
.product-tabs>ul li{display:block;float:none}
#home-content-slider-demo-20 .item > div.content{max-width:50%}
}
@media (min-width:992px) {
.header-container.type10 .mobile-nav.side-block{display:none!important}
.category-products .products-grid.flex-grid.columns2 li.item:nth-child(1) .item-area,.category-products .products-grid.flex-grid.columns2 li.item:nth-child(2) .item-area,.category-products .products-grid.flex-grid.columns3 li.item:nth-child(1) .item-area,.category-products .products-grid.flex-grid.columns3 li.item:nth-child(2) .item-area,.category-products .products-grid.flex-grid.columns3 li.item:nth-child(3) .item-area,.category-products .products-grid.flex-grid.columns4 li.item:nth-child(1) .item-area,.category-products .products-grid.flex-grid.columns4 li.item:nth-child(2) .item-area,.category-products .products-grid.flex-grid.columns4 li.item:nth-child(3) .item-area,.category-products .products-grid.flex-grid.columns5 li.item:nth-child(1) .item-area,.category-products .products-grid.flex-grid.columns5 li.item:nth-child(2) .item-area,.category-products .products-grid.flex-grid.columns5 li.item:nth-child(3) .item-area,.category-products .products-grid.flex-grid.columns6 li.item:nth-child(1) .item-area,.category-products .products-grid.flex-grid.columns6 li.item:nth-child(2) .item-area,.category-products .products-grid.flex-grid.columns6 li.item:nth-child(3) .item-area,.category-products .products-grid.flex-grid.columns6 li.item:nth-child(4) .item-area,.category-products .products-grid.flex-grid.columns6 li.item:nth-child(5) .item-area,.category-products .products-grid.flex-grid.columns7 li.item:nth-child(1) .item-area,.category-products .products-grid.flex-grid.columns7 li.item:nth-child(2) .item-area,.category-products .products-grid.flex-grid.columns7 li.item:nth-child(3) .item-area,.category-products .products-grid.flex-grid.columns7 li.item:nth-child(4) .item-area,.category-products .products-grid.flex-grid.columns7 li.item:nth-child(5) .item-area,.category-products .products-grid.flex-grid.columns8 li.item:nth-child(1) .item-area,.category-products .products-grid.flex-grid.columns8 li.item:nth-child(2) .item-area,.category-products .products-grid.flex-grid.columns8 li.item:nth-child(3) .item-area,.category-products .products-grid.flex-grid.columns8 li.item:nth-child(4) .item-area,.category-products .products-grid.flex-grid.columns8 li.item:nth-child(5) .item-area{border-top-color:transparent}
}
@media (min-width:1200px) {
.col-lg-2-4{width:20%}
.col-lg-9-6{width:80%}
.category-products .products-grid.flex-grid.columns2 li.item:nth-child(1) .item-area,.category-products .products-grid.flex-grid.columns2 li.item:nth-child(2) .item-area,.category-products .products-grid.flex-grid.columns3 li.item:nth-child(1) .item-area,.category-products .products-grid.flex-grid.columns3 li.item:nth-child(2) .item-area,.category-products .products-grid.flex-grid.columns3 li.item:nth-child(3) .item-area,.category-products .products-grid.flex-grid.columns4 li.item:nth-child(1) .item-area,.category-products .products-grid.flex-grid.columns4 li.item:nth-child(2) .item-area,.category-products .products-grid.flex-grid.columns4 li.item:nth-child(3) .item-area,.category-products .products-grid.flex-grid.columns4 li.item:nth-child(4) .item-area,.category-products .products-grid.flex-grid.columns5 li.item:nth-child(1) .item-area,.category-products .products-grid.flex-grid.columns5 li.item:nth-child(2) .item-area,.category-products .products-grid.flex-grid.columns5 li.item:nth-child(3) .item-area,.category-products .products-grid.flex-grid.columns5 li.item:nth-child(4) .item-area,.category-products .products-grid.flex-grid.columns5 li.item:nth-child(5) .item-area,.category-products .products-grid.flex-grid.columns6 li.item:nth-child(1) .item-area,.category-products .products-grid.flex-grid.columns6 li.item:nth-child(2) .item-area,.category-products .products-grid.flex-grid.columns6 li.item:nth-child(3) .item-area,.category-products .products-grid.flex-grid.columns6 li.item:nth-child(4) .item-area,.category-products .products-grid.flex-grid.columns6 li.item:nth-child(5) .item-area,.category-products .products-grid.flex-grid.columns6 li.item:nth-child(6) .item-area,.category-products .products-grid.flex-grid.columns7 li.item:nth-child(1) .item-area,.category-products .products-grid.flex-grid.columns7 li.item:nth-child(2) .item-area,.category-products .products-grid.flex-grid.columns7 li.item:nth-child(3) .item-area,.category-products .products-grid.flex-grid.columns7 li.item:nth-child(4) .item-area,.category-products .products-grid.flex-grid.columns7 li.item:nth-child(5) .item-area,.category-products .products-grid.flex-grid.columns7 li.item:nth-child(6) .item-area,.category-products .products-grid.flex-grid.columns7 li.item:nth-child(7) .item-area,.category-products .products-grid.flex-grid.columns8 li.item:nth-child(1) .item-area,.category-products .products-grid.flex-grid.columns8 li.item:nth-child(2) .item-area,.category-products .products-grid.flex-grid.columns8 li.item:nth-child(3) .item-area,.category-products .products-grid.flex-grid.columns8 li.item:nth-child(4) .item-area,.category-products .products-grid.flex-grid.columns8 li.item:nth-child(5) .item-area,.category-products .products-grid.flex-grid.columns8 li.item:nth-child(6) .item-area,.category-products .products-grid.flex-grid.columns8 li.item:nth-child(7) .item-area,.category-products .products-grid.flex-grid.columns8 li.item:nth-child(8) .item-area{border-top-color:transparent}
}
@media screen and(-ms-high-contrast: active),(-ms-high-contrast: none) {
.rating-box{width:65px;height:12px;font-size:0;line-height:0;text-indent:-999em;overflow:hidden;position:relative}
.rating-box:before{font-family:"porto";content:"\e852\20\e852\20\e852\20\e852\20\e852";width:65px;height:12px;color:#ddd;display:inline;font-size:11px;line-height:12px;white-space:nowrap}
.rating-box .rating{float:left;height:12px;position:absolute;left:0;top:0;overflow:hidden}
.rating-box .rating:before{font-family:"porto";content:"\e852\20\e852\20\e852\20\e852\20\e852";width:65px;height:12px;color:#ffc600;display:inline;font-size:11px;line-height:12px;white-space:nowrap}
}
input, select, textarea, button,
    input.input-text,
    .btn, button.button span,
    .sorter .view-mode i, .sorter .view-mode strong i, .sorter .view-mode a:hover i,
    .pager li>a, .pager li > span, .pager .pages li,
    .product-label span,
    a.quickview-icon, a.addtocart, a.comparelink, a.addtowishlist,
    .product-view .product-img-box li.etalage_thumb, .product-view .product-img-box li.etalage_small_thumbs li,
    .qty-changer > a, .add-to-cart button.button span,
    .product-view .product-shop .add-to-links a,
    .sharing-tool-area .addthis_32x32_style .at300bs,
    .product-tabs>ul li, .product-tabs .tab-content,
    .form-list input.input-text, .form-list textarea, .form-list select,
    .block.block-related .product .product-image img,
    .cart .cart-table-wrap, .cart .discount h2, .cart .shipping h2, .cart .cart-collaterals h2,
    .cart .discount h2 + *, .cart .shipping h2 + *, .cart .cart-collaterals h2 + *,
    .cart .discount h2:before, .cart .shipping h2:before,
    .featured-box, .featured-box .box-content, .featured-box .block-flickr-photos a.flickr-image,
    .contacts-index-index .col-main .contact-info i,
    .dashboard .welcome-msg,
    .box .box-title, .box .box-content, .address-list li.item, .form-wrap, #form-validate,
    .postBanner, .postWrapper .post-date .day, .postWrapper .post-date .month, .postBanner img, .block.block-blog-recent ul li div.post-image,
    .commentWrapper i.icon-user, .commentWrapper .comment-area,
    .fancybox-opened .fancybox-skin,
    a.single-image,
    .recent-posts .item .post-image, .recent-posts .item .post-image img,
    .menu.side-menu>li.menu-item-has-children .nav-sublist-dropdown .container ul .menu-item-has-children .nav-sublist,.form-wrap,#form-validate,#login-form,a.at300b .at4-icon, a.at300m .at4-icon,
    .prev-next-products .product-nav .product-pop, input.input-text, select, textarea, body.boxed .header-container .top-links-container,.main-nav .menu >li .nav-sublist-dropdown .container ul .menu-item-has-children .nav-sublist, .error-msg, .success-msg, .note-msg, .notice-msg
    {border-radius:0}

    .header .form-search #search,
    .header .form-search,
    .header-container .selectbox .dropdown,
    .header-container .links,
    .menu-wrapper,
    ul.menu>li,
    .menu>li .nav-sublist-dropdown,
    .topCartContent,
    .block,
    .block .block-title,
    .block .block-title:before,
    .block .block-content,
    .block-layered-nav dt,
    .block-layered-nav dt:before,
    .block-layered-nav dd,
    .block-layered-nav #narrow-by-list .layered-navigation-swatch,
    .product-image-area, .item .product-image,
    .product-swatches-container li a,
    #success-message-container,
    #after-loading-success-message,
    .opc-wrapper-opc .login-trigger, .review-menu-block a.review-total,
    .opc-wrapper-opc #opc-review-block, .md-content,
    .tooltip-popup,
    .category-boxed-banner .owl-item .item,
    blockquote, .img-thumbnail, a.quickviewlink.quickview-icon, .compare-popup, .selectbox .select, .panel-title>a, .add-to-cart button.button span, body.boxed .page,#narrow-by-list dd .swatch-label,#narrow-by-list dd .swatch-label img, .swatch-link, .swatch-label, .swatch-link img
    {border-radius:0!important}

    .product-image-area{padding:0;border:0}
    .footer-middle .block.block-subscribe .input-box input.input-text{border:1px solid #ccc;background-color:transparent;border-radius:4px;height:34px}
    .footer-middle .block.block-subscribe .input-box button{border-left:1px solid #ccc}
    .footer-middle .block.block-subscribe .input-box button span{background-color:transparent;color:#777;height:34px;line-height:34px}
/**
 * WARNING: Do not change this file. Your changes will be lost.
 * 2017-05-17 15:40:10 */

a,a:hover,input.qty,.form-wrap h2,#form-validate h2,.col-main .page-title h2,.sub-title,.data-table .product-name a,.cart-table .link-wishlist,.cart-table .link-wishlist:hover,.btn-remove,.btn-remove:hover,.header-container .links,.mini-cart .qty-price,.mini-cart .totals,.header-container.type4 .mybag-link i,.header-container.type5 .mybag-link i,.header-container.type6 .mybag-link i,.header-container.type6 .menu-icon,.header-container.type7 .mybag-link i,.header-container.type13 .mybag-link i,.header-container.type9 .top-links a,.header-container.type9 .mybag-link i,.header-container.type10 .top-links a,.fixed-header ul.menu >li >a,.main-nav ul.menu >li >a,.fixed-header .mybag-link i,.menu.side-menu>li.menu-static-width>a:after,.menu.side-menu>li.menu-item-has-children>a:after,.menu.side-menu>li.menu-full-width>a:after,.mini-products-list li .product-name a:hover,.block-category-nav .category-list a.plus,.col-main.filter-products li.item:hover .price-box .price,.review-area .review-by b,.add-to-cart .qty,.product-tabs>ul li a,.product-view .product-shop .price-box .regular-price .price,.product-view .product-shop .price-box .special-price .price,.cart-table td.td-total .cart-price,.sp-methods .price,.opc .step-title .number,.opc .step-title h2,#opc-review tr td.last .cart-price .price,#wishlist-table .product-name a,#totop,.block.block-related .owl-theme .owl-controls .owl-buttons div,.order-products-table .price,.block-account ul li strong,.block-account ul li a:hover,.block.block-blog-categories a:hover,p .alternative-font,.entry-content h3,.history h4,.block.block-blog-recent ul li a,.postWrapper .post-date .day,.postDetails >span a:hover,.postBookmarks a:hover,.post-share h3,.postComments .postTitle h2,#postComment h4.legend,.cms-index-index .tp-caption.very_large_text,.cms-index-index .tp-caption.large_thin,.cms-index-index .tp-caption.title1,.cms-index-index .tp-caption a.btn-white,.cms-index-index .tp-caption a.btn-white:hover,.slide .product .price,h3.filter-title,.filterproducts-tab .filter-title ul li.active a,.feature-box.secundary .feature-box-icon,.owl-top-narrow .owl-controls .owl-buttons div,.owl-bottom-narrow .owl-controls .owl-buttons div,.recent-posts .post-date .day,.true-color,ul.list.icons li i.icon,.owl-middle-narrow .owl-controls .owl-buttons div,.featured-post h4,.post-a-day,.post-a-year,.owl-theme.banner-carousel .owl-controls .owl-buttons div,.product-options .product-swatches-container .has-swatches a.active,.col-main .page-title h1,.col-main .page-title h2,.product-view .product-options .swatch-attr .select-label,.availability-only strong,.product-image-area .actions a.addtocart,.opc-wrapper-opc a:hover,.opc-wrapper-opc .opc-review-actions .view-agreement:hover,.header-container.type9 .main-nav ul.menu>li.act>a, .header-container.type9 .main-nav ul.menu>li:hover>a,.header-container.type10 .main-nav ul.menu>li.act>a, .header-container.type10 .main-nav ul.menu>li:hover>a,.price-excluding-tax .price,.price-including-tax .price,.checkout-progress li.active,.header-container.type1.sticky-header .menu-wrapper .mybag-link .cart-qty,.header-container.sticky-header .menu-wrapper .mybag-link i,.multiple-checkout .place-order .grand-total .price,.panel-title>a.collapsed,.panel-title>a.collapsed:hover,.panel-title>a.collapsed:after,.header-container.type14 .mybag-link .cart-info,.header-container.type14 .mybag-link i,.header-container.type14 .menu-icon,.owl-item.loading:before,.filter-products .products .owl-item.loading .product-image:before
    {color:#e13b3f}
@-moz-keyframes f_fadeG{0%{background-color:#e13b3f}100%{background-color:#FFFFFF}}
@-webkit-keyframes f_fadeG{0%{background-color:#e13b3f}100%{background-color:#FFFFFF}}
@-ms-keyframes f_fadeG{0%{background-color:#e13b3f}100%{background-color:#FFFFFF}}
@-o-keyframes f_fadeG{0%{background-color:#e13b3f}100%{background-color:#FFFFFF}}
@keyframes f_fadeG{0%{background-color:#e13b3f}100%{background-color:#FFFFFF}}
.theme-color{color:#e13b3f!important}
.theme-hover-color:hover{color:#e13b3f!important}
.theme-bg-color{background-color:#e13b3f!important}
.theme-border-color{border-color:#e13b3f!important}
.theme-hover-bg-color:hover{background-color:#e13b3f}
button.button span,.pager li >a:hover,.pager li >a:focus,.pager .pages .current,.sorter .view-mode strong i,.sorter .view-mode a:hover i,.data-table button.button:hover > span,.link-cart:hover,.header-container.type2 .mybag-link ,.header-container.type5 .top-links-container,.header-container.type6 .top-links-container,.header-container.type7 .top-links-container,.header-container.type13 .top-links-container,.header-container.type8 .top-links-container,.fixed-header ul.menu >li:hover,.main-nav ul.menu >li:hover,.fixed-header ul.menu >li.act,.main-nav ul.menu >li.act,.menu.side-menu>li:hover,.menu.side-menu>li.menu-item-has-children .nav-sublist-dropdown,.menu.side-menu>li.menu-item-has-children .nav-sublist-dropdown .container ul .menu-item-has-children .nav-sublist,.block-layered-nav dt:hover:before,.block-category-nav .block-title:hover:before,.price-filter-slider .text-box input.go,.item:hover .details-area .actions a.addtocart,.col-main .category-products .products-list li.item .details-area .actions a.addtocart,.cart .crosssell button.button:hover > span,.cart .discount h2:hover:before,.cart .shipping h2:hover:before,.block.block-facebook-like .block-title a.btn-like,.btn-primary,.contacts-index-index .col-main .contact-info i,.block.block-blog-tags ul li a:hover,.postWrapper .post-date .month,.feature-box .feature-box-icon,.full-screen-slider .item > div.content .sale-bar a .icon-angle-down,.recent-posts .post-date .month,.post-a-month,.owl-theme .owl-controls .owl-page.active span,.footer-ribbon,.owl-theme .owl-controls.clickable .owl-page:hover span,.btn-default,.btn-default:hover,a.quickview-icon,.product-options .product-swatches-container .has-swatches a.active.selected,.cms-index-index blockquote.testimonial,.expand_plus,.review-menu-block a.review-total,.image-link span.category-title,.panel-title>a,.category-products .products-grid.flex-grid .item .details-area .actions a.addtocart,.header-container.type14 .top-links-container
{background-color:#e13b3f}
.pager li >a:hover,.pager li >a:focus,.pager .pages .current,.sorter .view-mode strong i,.sorter .view-mode a:hover i,.data-table button.button:hover > span,.link-cart:hover,.item:hover .details-area .actions a.addtocart,.col-main .category-products .products-list li.item .details-area .actions a.addtocart,.cart .crosssell button.button:hover > span,.cart .discount h2:hover:before,.cart .shipping h2:hover:before,.btn-primary,i.ajax-loader,#narrow-by-list dd .swatch-link:hover .swatch-label,.configurable-swatch-list .hover .swatch-link,.configurable-swatch-list .selected .swatch-link,.swatch-link:hover,.block-layered-nav #narrow-by-list ol.swatches li a:hover .layered-navigation-swatch,.product-image-area .actions a.addtocart,.opc-wrapper-opc #opc-review-block,#newsletter_popup
{border-color:#e13b3f}
.form-wrap,#form-validate,.option-detail .item-options,.header-container.type2,.header-container.type4,.fixed-header .menu >li.menu-full-width .nav-sublist-dropdown,.main-nav .menu >li.menu-full-width .nav-sublist-dropdown,.fixed-header .menu >li.menu-static-width .nav-sublist-dropdown,.main-nav .menu >li.menu-static-width .nav-sublist-dropdown,.block.block-subscribe.home-sidebar-block,.product-tabs>ul li.active,.history .featured-box .box-content,.homepage-grid-banner .ribbon:before,.owl-banner-carousel .content.type2 h2,.featured-box .box-content,.cms-index-index .testimonial-arrow-down,#success-message-container,.checkout-progress li.active,.form-wrap,#form-validate,#login-form,.fixed-header ul.menu >li .nav-sublist-dropdown,.main-nav ul.menu >li .nav-sublist-dropdown,.image-link span.category-title:before,body.boxed .page
{border-top-color:#e13b3f}
.topCartContent:before,.availability-only span,.availability-only a,.prev-next-products .product-nav .product-pop:before,.compare-popup:before
{border-bottom-color:#e13b3f}
.opc-wrapper-opc #opc-review-block:before
{border-bottom-color:#e13b3f !important}
.product-tabs.vertical>ul li.active,.panel-title>a
{border-left-color:#e13b3f}
.image-link span.category-title:before
{border-right-color:#e13b3f}
.menu.side-menu>li .nav-sublist-dropdown
{
    border-left-color:#e13b3f}
@media (max-width: 1199px){
    .owl-banner-carousel .content.type2 h2{border-top-color:#e13b3f}
}
@media (max-width: 991px){
    .header-container.type5 .top-links-icon,.header-container.type5 .top-links-icon a{color:#e13b3f}
    .owl-banner-carousel .content.type2 h2{border-top-color:#e13b3f}
}
@media (max-width: 767px){
    .owl-banner-carousel .content.type2 h2{border-top-color:#e13b3f}
}
button.button span{
}
button.button:hover span{
}
span.new-product-icon{
}
span.sale-product-icon{
}
.fixed-header .menu > li > a > span.cat-label.cat-label-label1, .main-nav .menu > li > a > span.cat-label.cat-label-label1,.fixed-header .menu > li .nav-sublist-dropdown ul li a > span > span.cat-label.cat-label-label1, .main-nav .menu > li .nav-sublist-dropdown ul li a > span > span.cat-label.cat-label-label1,div.mobile-nav .sw-mobile-menu li>a span.cat-label.cat-label-label1,.menu.side-menu li>a span.cat-label.cat-label-label1{
}
.fixed-header .menu > li > a > span.cat-label.cat-label-label2, .main-nav .menu > li > a > span.cat-label.cat-label-label2,.fixed-header .menu > li .nav-sublist-dropdown ul li a > span > span.cat-label.cat-label-label2, .main-nav .menu > li .nav-sublist-dropdown ul li a > span > span.cat-label.cat-label-label2,div.mobile-nav .sw-mobile-menu li>a span.cat-label.cat-label-label2,.menu.side-menu li>a span.cat-label.cat-label-label2{
}
.top-container >.breadcrumbs{background-color:#f7f7f7}
.top-container >.breadcrumbs{color:#777777}
.breadcrumbs li a{color:#777777}
.breadcrumbs li a:hover{color:#777777}
.header-container.type1 .main-nav ul.menu>li:hover>a,.header-container.type1 .main-nav ul.menu>li.act>a,
.header-container.type2 .main-nav ul.menu>li:hover>a,.header-container.type2 .main-nav ul.menu>li.act>a,
.header-container.type3 .main-nav ul.menu>li:hover>a,.header-container.type3 .main-nav ul.menu>li.act>a,
.header-container.type4 .main-nav ul.menu>li:hover>a,.header-container.type4 .main-nav ul.menu>li.act>a,
.header-container.type5 .main-nav ul.menu>li:hover>a,.header-container.type5 .main-nav ul.menu>li.act>a,
.header-container.type6 .main-nav ul.menu>li:hover>a,.header-container.type6 .main-nav ul.menu>li.act>a,
.header-container.type14 .main-nav ul.menu>li:hover>a,.header-container.type14 .main-nav ul.menu>li.act>a,
.header-container.type7 .main-nav ul.menu>li:hover>a,.header-container.type7 .main-nav ul.menu>li.act>a,
.header-container.type13 .main-nav ul.menu>li:hover>a,.header-container.type13 .main-nav ul.menu>li.act>a,
.header-container.type8 .main-nav ul.menu>li:hover>a,.header-container.type8 .main-nav ul.menu>li.act>a,
.header-container.type9 .main-nav ul.menu>li:hover>a,.header-container.type9 .main-nav ul.menu>li.act>a,
.header-container.type10 .main-nav ul.menu>li:hover>a,.header-container.type10 .main-nav ul.menu>li.act>a,
.header-container.type11 .main-nav ul.menu>li:hover>a,.header-container.type11 .main-nav ul.menu>li.act>a,
.header-container.type12 .menu.side-menu>li:hover>a,.header-container.type12 .menu.side-menu>li.act>a{
    color:#e13b3f;
}
.main-nav .menu>li.menu-full-width .nav-sublist-dropdown,.main-nav .menu>li.menu-static-width .nav-sublist-dropdown,.fixed-header .menu>li.menu-full-width .nav-sublist-dropdown,.fixed-header .menu>li.menu-static-width .nav-sublist-dropdown{
}
.fixed-header .menu>li.menu-item-has-children .nav-sublist-dropdown .container ul >li:hover >a,
.main-nav .menu>li.menu-item-has-children .nav-sublist-dropdown .container ul>li:hover>a,.menu.side-menu li.menu-item-has-children .nav-sublist-dropdown .container ul>li:hover>a{
    background-color:#ef5357;
}
.footer-middle{
    background-color:#f7f7f7;
}
.footer-middle, .footer-middle p, .footer-middle .contact-info i{
    color:#777777;
}
.footer-middle a{
    color:#777777;
}
.footer-middle a:hover{
    color:#777777;
}
.footer-middle .block .block-title strong{
    color:#e13b3f;
}
.footer-middle .links i.theme-color,.footer-middle .features i.theme-color{
    color:#777777 !important;
}
.footer-middle-2{
    background-color:#50515a;
}
.footer-middle-2, .footer-middle-2 p, .footer-middle-2 .contact-info i{
    color:#777777;
}
.footer-ribbon{
    background-color:#e13b3f;
}
.footer-ribbon:before{
    border-right-color:#cf3f42;
}
.footer-bottom{
    background-color:#ffffff;
}
#totop{
}
#totop:hover{
}

/**
 * WARNING: Do not change this file. Your changes will be lost.
 * 2017-06-08 13:43:29 */

@media (max-width: 480px) {
    .category-products .products-grid li.item {
        float: none !important;
        width: 100% !important;
    }
}
.footer-bottom {padding:18px 0;}
.footer-middle .block.block-subscribe .input-box input.input-text{background-color:#dbdbdb;border:0;}
.footer-middle .block.block-subscribe .input-box button{border-left-color:transparent;}
.footer-middle .block.block-subscribe .input-box button span{color:#fff;background-color:#e13b3f;}
@font-face {
  font-family: 'SourceSansPro';
  src: url('https://en.newsha.com/skin/frontend/smartwave/newsha_bluro/css/fonts/SourceSansPro-Regular.eot') format('embedded-opentype'),
       url('https://en.newsha.com/skin/frontend/smartwave/newsha_bluro/css/fonts/SourceSansPro-Regular.woff2') format('woff2'),
       url('https://en.newsha.com/skin/frontend/smartwave/newsha_bluro/css/fonts/SourceSansPro-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SourceSansPro';
  src: url('https://en.newsha.com/skin/frontend/smartwave/newsha_bluro/css/fonts/SourceSansPro-Semibold.eot') format('embedded-opentype'),
       url('https://en.newsha.com/skin/frontend/smartwave/newsha_bluro/css/fonts/SourceSansPro-Semibold.woff2') format('woff2'),
       url('https://en.newsha.com/skin/frontend/smartwave/newsha_bluro/css/fonts/SourceSansPro-Semibold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'SourceSansPro';
  src: url('https://en.newsha.com/skin/frontend/smartwave/newsha_bluro/css/fonts/SourceSansPro-Light.eot') format('embedded-opentype'),
       url('https://en.newsha.com/skin/frontend/smartwave/newsha_bluro/css/fonts/SourceSansPro-Light.woff2') format('woff2'),
       url('https://en.newsha.com/skin/frontend/smartwave/newsha_bluro/css/fonts/SourceSansPro-Light.ttf') format('truetype');
  font-weight: lighter;
  font-style: normal;
}

/* https://github.com/rishabh-rajgarhia/bootstrap-4-utilities */
.mr-0,.mx-0{margin-right:0!important}.ml-0,.mx-0{margin-left:0!important}.mt-0,.my-0{margin-top:0!important}.mb-0,.my-0{margin-bottom:0!important}.pr-0,.px-0{padding-right:0!important}.pl-0,.px-0{padding-left:0!important}.pt-0,.py-0{padding-top:0!important}.pb-0,.py-0{padding-bottom:0!important}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}.m-0{margin:0!important}.mr-1,.mx-1{margin-right:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.m-1{margin:.25rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.m-2{margin:.5rem!important}.mr-3,.mx-3{margin-right:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.m-3{margin:1rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.m-4{margin:1.5rem!important}.mr-5,.mx-5{margin-right:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.m-5{margin:3rem!important}.p-0{padding:0!important}.pr-1,.px-1{padding-right:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.p-1{padding:.25rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.p-2{padding:.5rem!important}.pr-3,.px-3{padding-right:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.p-3{padding:1rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.p-4{padding:1.5rem!important}.pr-5,.px-5{padding-right:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.p-5{padding:3rem!important}@media (min-width:768px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.m-sm-0{margin:0!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.m-sm-1{margin:.25rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.m-sm-2{margin:.5rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.m-sm-3{margin:1rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.m-sm-4{margin:1.5rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.m-sm-5{margin:3rem!important}.p-sm-0{padding:0!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.p-sm-1{padding:.25rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.p-sm-2{padding:.5rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.p-sm-3{padding:1rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.p-sm-4{padding:1.5rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.p-sm-5{padding:3rem!important}}@media (min-width:992px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}.mr-md-0,.mx-md-0{margin-right:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.m-md-0{margin:0!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.m-md-1{margin:.25rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.m-md-2{margin:.5rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.m-md-3{margin:1rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.m-md-4{margin:1.5rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.m-md-5{margin:3rem!important}.p-md-0{padding:0!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.p-md-1{padding:.25rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.p-md-2{padding:.5rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.p-md-3{padding:1rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.p-md-4{padding:1.5rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.p-md-5{padding:3rem!important}}@media (min-width:1200px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.m-lg-0{margin:0!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.m-lg-1{margin:.25rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.m-lg-2{margin:.5rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.m-lg-3{margin:1rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.m-lg-4{margin:1.5rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.m-lg-5{margin:3rem!important}.p-lg-0{padding:0!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.p-lg-1{padding:.25rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.p-lg-2{padding:.5rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.p-lg-3{padding:1rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.p-lg-4{padding:1.5rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.p-lg-5{padding:3rem!important}}


html, body {
	color: #76777a !important;
	font: 13px/1 'SourceSansPro', 'Open Sans',Arial,sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	color: #76777a !important;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 20px;
}
p {
	font-size: 16px;
}

a {
	color: #76777a;
}
a:hover, a:active, a:focus {
	color: #BFB2B6 !important;
}

.w_text_separator a, .blog-container .blog-detail a, .product-collateral a {
	color: #BFB2B6;
}
.w_text_separator a:hover, .w_text_separator a:active, .w_text_separator a:focus,
.blog-container .blog-detail a:hover, .blog-container .blog-detail a:active, .blog-container .blog-detail a:focus,
.product-collateral a:hover, .product-collateral a:active, .product-collateral a:focus {
	color: #76777a !important;
	text-decoration: underline;
}

input.input-text, select, textarea {
    border-radius: 0;
}

.theme-color {
	color: #BFB2B6 !important;
}
.created-date {
	display: none;
}

.checkout-onepage-success .success-msg {
	display: none !important;
}

.no-padding {
	padding: 0;
}

.fa-2 {
    font-size: 2em;
}
.fa-3 {
    font-size: 4em;
}
.margin-bottom-10 {
	margin-bottom: 10px;
}
.margin-bottom-50 {
	margin-bottom: 50px;
}
label {
	color: #76777a !important;
}

.home-buttons-outer {
	padding: 30px;
}
.home-buttons-outer div div div div div div div div {
	padding-left: 15px;
	padding-right: 15px;
}

.iview-caption a img {
	width: 100% !important;
}

/*@media (min-width: 768px) {
	.container {
		width: 750px;
	}
}
@media (min-width: 992px) {
	.container {
		width: 970px;
	}
}*/
@media (min-width: 992px) {
	.header-container .container {
		width: 750px;
	}
	
	body.mobile-nav-shown .mobile-nav.side-block {
		left: 0;
	}
	
	body.mobile-nav-shown .mobile-nav-overlay {
		visibility: visible;
		opacity: 0.15;
		filter: alpha(opacity=15);
	}
}
@media (min-width: 1200px) {
	.header-container .container {
		width: 750px;
	}
}
@media (min-width: 1710px) {
	.header-container .container {
		width: 1670px;
	}
	
	body.mobile-nav-shown .mobile-nav-overlay {
		visibility: hidden;
		opacity: 0;
		filter: alpha(opacity=0);
	}
	
	body.mobile-nav-shown .mobile-nav.side-block {
		left: -250px;
	}
}



@media (max-width: 1710px) {
	.header-container.type9 .menu-icon {
		width: 30px;
		text-align: center;
		line-height: 40px;
		height: auto;
		padding: 0;
		display: inline-block;
	}
	.header-container.type9 .header {
		width: auto !important;
	}
}
@media (max-width: 1710px) {
	.main-nav, .fixed-header-area {
		display: none;
	}
}


.container-home {
	width: 100%;
	/*padding: 0;*/
}

@media (min-width: 1710px) {
	.search-area {
		position: relative;
		float: left;
		width: 30px;
		margin-top: 4px;
		left: 0px !important;
		top: 0px !important;
	}
	
	.cart-area {
		position: relative;
		right: 0;
		top: 0;
		margin-top: 3px;
		float: left;
	}
	
	.wishlist-icon {
		float: left !important;
		padding: 0 15px 0 15px !important;
		margin-top: 9px !important;
		display: inline-block !important;
	}
}

#at-expanded-menu-host {
	display: none !important;
}
#atic_more, .atm-f, .at-branding-logo {
	display: none !important;
}

.newsletter-label {
	font-size: 17px;
	padding: 5px 0 10px 0;
    display: block;
}
.newsletter_info_txt {
	text-align: center;
	padding: 30px 0 0 0;
}
.newsletter-input {
	font-size: 17px;
	height: 38px;
}
 
.header-container .top-links-area {
	float: left;
	margin-left: 20px;
	padding: 10px 0 0 10px;
    border-left: 1.5px solid #828385;
    height: 48px;
}
.top-links-area .links {
	float: left;
}

@media (max-width: 1710px) {
	.top-links-area {
		display: none !important;
	}
	
	.header-container.type9 .header>.logo {
		/*margin: 15px 0 0 0;*/
		float: none;
	}
	.header-container.type9 .search-area {
		margin: 5px 10px 0 10px;
		left: 0;
		top: 0;
		z-index: 2;
	}
}

.block .block-title {
	color: #76777a !important;
}

.header-container.type9 .header .form-search {
	width: 350px;
	position: absolute;
	left: -20px;
	top: 40px;
	overflow: visible;
	border-width: 5px;
	border-radius: 25px;
	border-color: #ccc;
	text-align: left;
}
.header-container.type9 .header .form-search:before {
    content: "";
    display: block;
    position: absolute;
    left: 15px;
    top: -25px;
    width: 20px;
    height: 20px;
    border: 10px solid transparent;
    border-bottom-color: #ccc;
}

.sticky-product {
    margin-top: 48px;
}

.blog-search-input {
	box-shadow: none !important;
}
.blog-search-input:focus {
	border-color: #76777a !important;
}

.header-wrapper .menu-all-pages-container ul li .nav-sublist-dropdown {
	/*min-width: 1000px;*/
	width: auto;
}

.fixed-header .menu > li.menu-full-width .nav-sublist-dropdown,
.main-nav .menu > li.menu-full-width .nav-sublist-dropdown {
    width: auto;
    left: auto;
    right: auto;
    margin: 0;
	background: none;
	padding: 0;
	border-top: 0;
	box-shadow: none;
}
.nav-sublist-dropdown .container {
	background-color:rgba(255, 255, 255, 0.8);
	padding: 10px 20px 20px 20px !important;
	margin-left: -25%;
	box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.3);
}

.main-nav .nav-sublist-dropdown .mega-columns a {
	text-align: left !important;
}

#surveyElement .form-inline input {
	/*margin-top: 0;*/
}
#surveyElement .panel-body {
	padding-top: 40px;
}
#surveyElement .panel-body h5 {
	margin-bottom: 15px;
}
#surveyElement .panel-body .form-inline div {
	margin-bottom: 5px;
}
#surveyElement .form-inline label span {
	margin-left: 6px;
}
#surveyElement .form-inline .circle {
	display: none !important;
}
#surveyElement .form-inline .check {
	display: none !important;
}

.slick-arrow {
	display: none !important;
}

.header .form-search #search, .header .form-search #cat {
    font-family: 'SourceSansPro';
}

.shariff {
	display: none;
}
	
.button span:first-child {
	background-color: #fff !important;
	color: #76777a !important;
	border: 1px solid #76777a;
	box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset;
}
.button span span {
	border: 0 !important;
	box-shadow: none !important;
}

.btn-primary {
	background-color: #BFB2B6 !important;
	border-color: #BFB2B6 !important;
	color: #fff !important;
}
.btn-primary:hover {
	opacity: 0.7 !important;
	background-color: #BFB2B6 !important;
	border-color: #BFB2B6 !important;
	color: #fff !important;
}

.button-light {
	/*border: 1px solid #76777a !important;*/
}
.button-light span {
	background-color: #fff !important;
	color: #76777a !important;
}
.button-light span:hover {
	opacity: 0.7 !important;
}
@media (min-width: 480px) {
	.btn-guest-breakpoint {
		margin: 0;
	}
}
@media (min-width: 767px) {
	.btn-guest-breakpoint {
		margin: 0 0 18px;
	}
}

.btn-storedetails {
	width: 100%;
	/*max-width: 300px;*/
	/*margin-top: 10px;*/
}

.btn-pagebuilder {
	width: 100%;
}

.btn:hover, .btn:active {
	text-decoration: none !important;
	color: #fff !important;
}

.button-light-bold span {
	font-weight: bold !important;
}
.regular-price, .price {
   color: #76777a !important;
}

.btn-link {
    background-color: #fff;
    border: 1px solid #76777a;
    color: #76777a;
}
.btn-link:hover {
    background-color: #76777a;
    color: #fff;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 2px;
    padding-right: 2px;
}
.row {
	font-size: 14px;
	margin-right: -2px;
	margin-left: -2px;
}

#surveyElement h5 span {
	text-transform: uppercase;
}

.responsive-video div div {
    position: relative;
    padding-bottom: 56.25%; 
    padding-top: 25px;
    height: 0;
}
.responsive-video div div iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.iframe_newsha_video {
	min-height: 100px;
}
@media (min-width: 480px) {
	.iframe_newsha_video {
		min-height: 330px;
	}
}
@media (min-width: 991px) {
	.iframe_newsha_video {
		font-size: 30px;
		line-height: 35px;
		top: 50% !important;
	}
}
@media (min-width: 1710px) {
	.iframe_newsha_video {
		top: 55% !important;
	}
}

.countheadline {
	margin: 0 !important;
}

#checkout-review-submit {
	border: 0 !important;
	background-color: transparent !important;
	margin-top: -13px !important;
}
#checkout-review-submit button {
	margin: 20px 15px 15px 0;
}
#checkout-review-table-wrapper {
	border: 0 !important;
}
.opc .checkout-agreements {
	border: 0 !important;
}
#opc-review .data-table tfoot td {
   border-left: 0 !important;
   border-right: 0 !important;
}

#shipping-progress-opcheckout {
	padding: 0 5px;
}
#checkout-progress-wrapper .complete {
	border: 0 !important;
	background-color: #f8f8f8;
}
	
@media (max-width:767px) {

	#shipping-progress-opcheckout {
		padding: 0;
	}

	#opc-review.section.allow.active {
		border: 0 !important;
		box-shadow: none !important;
	}
	#opc-review .step-title {
		background: none !important;
	}
	#checkout-review-table tr.odd,
	#checkout-review-table tr.even,
	#checkout-review-table tfoot tr,
	#opc-review .data-table tfoot tr.last,
	#opc-review tfoot tr.last td	{
		background: none !important;
		background-color: transparent !important;
	}
	#opc-review .data-table tfoot td {
		padding: 0px 5px 0 !important;
	}
	
	#opc-review .data-table tfoot td {
		border-bottom: 0 !important;
	}
	
	#checkout-review-table tfoot tr.first td {
		padding-top: 25px !important;
	}
	
	#checkout-review-table.data-table tbody td {
		border-bottom: 0 !important;
	}
	#checkout-review-table.data-table tbody tr.last td {
		border-bottom: 1px solid #dcdcdc !important;
	}
}

.selectbox li a, .selectbox .select .text {
	font-size: 14px !important;
	padding: 0 6px 0 0;
}
.selectbox .select .text {
	line-height: 14px !important;
}

.breadcrumbs {
	display: none;
}

.cart-empty p a {
	color: #BFB2B6;
}
.welcome-msg .icon-phone {
	display: none;
}
.links .first {
	border-left: 0 !important;
}

.icon_bubble_brown {
	background-image: url(https://en.newsha.com/skin/frontend/smartwave/newsha_bluro/images/iconbubble_brown.png);
	width: 31px;
	height: 25px;
}

.icon_social_footer_a {
	display: inline-block;
	width: 40px;
	height: 40px;
}
.icon_social_fb {
	background-image: url(https://en.newsha.com/skin/frontend/smartwave/newsha_bluro/images/social-facebook.svg);
}
.icon_social_insta {
	background-image: url(https://en.newsha.com/skin/frontend/smartwave/newsha_bluro/images/social-instagram.svg);
}
.icon_social_yout {
	background-image: url(https://en.newsha.com/skin/frontend/smartwave/newsha_bluro/images/social-youtube.svg);
}
.icon_c-free {
	background-image: url(https://en.newsha.com/skin/frontend/smartwave/newsha_bluro/images/cruelty-free-sw.png);
}

input.input-text, select, textarea {
    border: 1px solid #76777a;
    color: #76777a;
}
.form-control {
    height: 38px;
    padding: 10px;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset;
	border: 1px solid #76777a;
}
.btn-default, .btn-default:focus {
	background-color: #b0b0b0;
	border: 1px solid #b0b0b0;
	/*color: #76777a;*/
	color: #fff;
}
.btn-default:hover, .btn-default:active {
	background-color: #76777a;
	border: 1px solid #76777a;
	color: #b0b0b0;
}

.btn-highlight, .btn-highlight:focus {
	background-color: #76777a !important;
	border: 1px solid #76777a !important;
	color: #b0b0b0 !important;
}

.btn-light, .btn-light:focus {
	background-color: #ffffff !important;
	border: 1px solid #76777a !important;
	color: #76777a !important;
}
.btn-light:hover, .btn-light:active {
	background-color: #ffffff !important;
	border: 1px solid #76777a !important;
	color: #76777a !important;
}

.contacts-index-index .col-main .contact-info p {
    margin-top: 10px;
}
.row_contact_last {
	margin-bottom: 40px;
}

.bannercontainer {
	margin: 0 auto 40px auto !important;
}

.zoomImg_fallback_dektop {
	display: none !important;
}
@media (min-width: 992px) {
	.zoomImg_fallback_dektop {
		display: block !important;
	}
}
.zoomImg {
	display: none !important;
}

.std ul {
    list-style: none !important;
}
.std ul ul {
    list-style-type: none !important;
}

.std p:first-of-type {
	margin: 0 !important;
    line-height: 0 !important;
}
.ves-container p:first-of-type, .std dl p:first-of-type, .cms-page-view .std p {
    margin: 0 0 15px !important;
    line-height: 1.5 !important;
}

.desktop-menu-flags {
	margin: 5px 0 0 30px !important;
}

.blog-meta-block .ves-description p span {
	font-size: 14px !important;
}

/* slider pages */

.img-zoom {
	overflow: hidden;
}

.slick-slide img, .blog-image img, .img-zoom img {
	-webkit-transition: all .9s ease;
    -moz-transition: all .9s ease;
    transition: all .9s ease;
}
.slick-slide img:hover, .blog-image img:hover, .img-zoom img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    /*opacity: .5;
    filter: alpha(opacity=50);*/
}
@media (max-width: 991px) {
	.slick-slide img, .blog-image img, .img-zoom img {
		-webkit-transition: none;
		-moz-transition: none;
		transition: none;
	}
	.slick-slide img:hover, .blog-image img:hover, .img-zoom img:hover {
		-webkit-transform:  none;
		-moz-transform:  none;
		transform:  none;
	}
}

.product-image-gal {
	margin-left: -15px;
	margin-right: -15px;
}
@media (min-width: 767px) {
	.product-image-gal {
		padding-left: 0;
		padding-right: 0;
		margin-left: 0;
		margin-right: 0;
	}
}


.page-slide-gal-outer {
	/*padding-left: 0 !important;*/
}
.page-slide-gal-outer .slick-slide img {
	width: 100%;
	/*max-width: 100% !important;*/
	margin: auto;
    /*display: block;*/
	/*position: fixed;*/
}
.page-slide-gal-outer .slick-slide {
	/*height: auto !important;*/
	/*margin-bottom: 15px;*/
}
.std ul {
    padding-left: 0 !important;
}
.slick-dots {
    position: relative !important;
	bottom: -5px !important;
}
.center-slick-slider {
	/*position: absolute;
	left: 0;
	right: 0;
	top:0;
	bottom:0;
	margin: auto;*/
}
.slick-initialized .slick-slide {
    position: relative;
}


.header>.logo {
	float: left;
	/*width: 300px;*/
    text-align: left;
	max-width: none;
	margin: 0;
}
.main-nav .container {
	width: auto;
}



@media (min-width: 480px) {
	.no-mobile {
		min-height: 330px;
	}
}
@media (min-width: 991px) {
	.iframe_newsha_video {
		font-size: 30px;
		line-height: 35px;
		top: 50% !important;
	}
}
@media (min-width: 1710px) {
	.iframe_newsha_video {
		top: 55% !important;
	}
}

.main.container {
    overflow: hidden;
}

.block {
    margin: 0 0 4px;
}

.block1 ul li {
	padding-left: 10px;
    padding-right: 10px;
}

.iview-caption {
    position: relative;
}
.iview-caption {
    position: relative;
}

.newsha_image_headline_white {
	text-align: center !important;
    color: #ffffff;
    word-wrap: normal !important;
	width: 100%;
	top: 50% !important;
	max-width: none !important;
	max-height: none !important;
	position: absolute !important;
	font-size: 30px;
	line-height: 35px;
}
@media (min-width: 480px) {
	.newsha_image_headline_white {
		font-size: 40px;
		line-height: 45px;
	}
}
@media (min-width: 480px) {
	.newsha_image_headline_white {
		top: 50% !important;
	}
}
@media (min-width: 991px) {
	.newsha_image_headline_white {
		font-size: 25px;
		line-height: 35px;
		top: 50% !important;
	}
}
@media (min-width: 1710px) {
	.newsha_image_headline_white {
		font-size: 30px;
		top: 55% !important;
	}
}
.newsha_image_headline_widescreen {
	top: 40% !important;
}
.newsha_image_link_widescreen {
	top: 21% !important!
}
.tp-caption {
    white-space: normal;
}
.newsha_image_link {
	text-align: center !important;
	width: 100%;
	/*top:61% !important;*/
	bottom: 11% !important;
	max-width: none !important;
	max-height: none !important;
	position: absolute !important;;
}
.newsha_image_link a {
    color: #ffffff;
    font-size: 18px;
	padding: 3px 10px 5px 10px !important;
	font-family: "Open Sans";
}
.newsha_image_link a:hover, .newsha_image_link a:active {
    color: #76777a !important;
	text-decoration: none;
	background-color: #ffffff;
}

.newsha_image_link_brown a {
	background-color: #76777a;
}
.newsha_image_link_brown a:hover, .newsha_image_link_brown a:active {
    color: #76777a !important;
}
.newsha_image_link_orange a {
	background-color: #dd5f2c;
}
.newsha_image_link_orange a:hover, .newsha_image_link_orange a:active {
    color: #dd5f2c !important;
}
.newsha_image_link_turkis a {
	background-color: #b3ced9;
}
.newsha_image_link_turkis a:hover, .newsha_image_link_turkis a:active {
    color: #b3ced9 !important;
}
.newsha_image_link_orange_light a {
	background-color: #efc39c;
}
.newsha_image_link_orange_light a:hover, .newsha_image_link_orange_light a:active {
    color: #efc39c !important;
}
.newsha_image_link_pink a {
	background-color: #c37da1;
}
.newsha_image_link_pink a:hover, .newsha_image_link_pink a:active {
    color: #c37da1 !important;
}

.post-block {
	position: relative;
    float: left;
}
.blog-search-padd {
	padding-left: 4px !important;
    padding-right: 4px !important;
	margin: 20px 0 3px 0 !important;
}
.blog-col {
    margin-bottom: 1px;
}
.venus-latest-block div.post-image, .post-block {
	width: 100%;
    height: auto;
	/*max-width: 400px;
	max-height: 400px;*/
	padding: 0 !important;
	margin-bottom: 2px;
}
.post-block h4 {
	position: absolute;
    bottom: 11% !important;
    text-align: center !important;
    width: 100%;
	margin: 0 !important;
}
.post-block h4 a {
	background-color: #76777a;
	color: #ffffff;
    font-size: 18px;
    padding: 3px 10px 5px 10px !important;
	font-family: "Open Sans" !important;
	font-weight: 400 !important;
}
.post-block h4 a:hover, .post-block h4 a:active {
    color: #76777a !important;
	text-decoration: none;
	background-color: #ffffff;
}
.venus-latest-block {
	margin: 0 !important;
}
.post-block .blog-title {
	height: 45px;
	overflow: hidden;
	margin: 0;
}
.post-block .ves-description {
	display: none;
}

.img-responsive {
	margin: auto;
}

.blog-list .blog-image {
	margin: 0 0 4px;
	overflow: hidden;
}

@media (max-width: 767px) {
	.slick-list.draggable {
		overflow: visible !important;
	}
	
	.slick-active div div {
		z-index: 9000;
	}
	
	.carousel-inner, .post-block .post-image {
		overflow: visible !important;
	}
		
	.category-image {
		overflow: visible;
	}
}

@media (max-width: 767px) {
	.img-responsive {
		margin-left: -15px !important;
		max-width: 107% !important;
	}
}
@media (max-width: 500px) {
	.img-responsive {
		margin-left: -15px !important;
		max-width: 110% !important;
	}
}

@media (max-width: 767px) {
	.slick-list.draggable {
		overflow: visible !important;
	}
	.slick-list.draggable div div div div img {
		width: 105% !important;
		margin-left: -15px !important;
		max-width: 105% !important;
	}
	
	.post-block .post-image img, .post-block .blog-image img, .blog-container .blog-image img {
		width: 105% !important;
		margin-left: -15px !important;
		max-width: 105% !important;
	}

	.category-image img {
		width: 105% !important;
		margin-left: -15px !important;
		max-width: 105% !important;
	}
}

@media (max-width: 590px) {
	.slick-list.draggable div div div div img {
		width: 108% !important;
		margin-left: -15px !important;
		max-width: 108% !important;
	}

	.post-block .post-image img, .post-block .blog-image img, .blog-container .blog-image img {
		width: 108% !important;
		margin-left: -15px !important;
		max-width: 108% !important;
	}

	.category-image img {
		width: 108% !important;
		margin-left: -15px !important;
		max-width: 108% !important;
	}
}

@media (max-width: 390px) {
	.slick-list.draggable div div div div img {
		width: 111% !important;
		margin-left: -15px !important;
		max-width: 111% !important;
	}

	.post-block .post-image img, .post-block .blog-image img, .blog-container .blog-image img {
		width: 111% !important;
		margin-left: -15px !important;
		max-width: 111% !important;
	}

	.category-image img {
		width: 111% !important;
		margin-left: -15px !important;
		max-width: 111% !important;
	}
}

.cc-window.cc-floating {
	border: 1px solid #BFB2B6;
}

.blog-detail img {
	/*width: 100%;
    height: auto;*/
}
.blog-container .blog-image {
	display: none;
}
.blog-container .blog-description {
	display: none;
}
.breadcrumbs .blogcategory_title {
	display: none;
}

.main-container {
	padding: 0 0 50px;
}
@media (min-width: 1710px) {
	.main-container {
		padding: 48px 0 50px 0;
	}
}


.header-container.type9 .header {
	height: auto;
}

@media (min-width: 1710px) {
	.header-container {
		position: fixed;
		width: 100%;
		top: 0px;
		left: 0px;
		right: 0px;
		z-index: 900
	}
}


.header-container.type9 .search-area .search-icon {
	display: inline-block;
	line-height: 40px;
	vertical-align: middle;
}
.header-container.type9 .header #search_mini_form {
    display: none;
    width: 0;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
}



/* small cart */

.smallcart-icon {
	background-image: url(https://en.newsha.com/skin/frontend/smartwave/newsha_bluro/images/smal_cart.svg);
	width: 29px;
	height: 28px;
}
.header-container.type9 .mybag-link .cart-info {
    top: 65%;
}
.cart-qty {
	width: 22px;
	height: 22px;
	border: 2px solid #fff;
	border-radius: 10px;
	background-color: #BFB2B6;
	padding: 2px 0 0 0;
	font-size: 13px !important;
}
.header-container.type9 .mybag-link {
    width: 45px;
}

.form-list .field {
    width: 100%;
}

.formbuilder .buttons-set button {
	width: 100%;
}
@media (min-width: 992px) {
	.formbuilder .buttons-set button {
		max-width: 300px;
	}
}



#success-message-container button {
    width: 100%;
}
#success-message-container {
    border: 1px solid #76777a;
	top: 20%;
    width: 90%;
    max-width: 300px
}

.progress-bar {
    background-color: #BFB2B6;
	background-image: -webkit-linear-gradient(top, #BFB2B6 0, #ffbb7c 100%);
    background-image: -o-linear-gradient(top, #BFB2B6 0, #ffbb7c 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #BFB2B6), to(#ffbb7c));
    background-image: linear-gradient(to bottom, #BFB2B6 0, #ffbb7c 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffBFB2B6', endColorstr='#ffffbb7c', GradientType=0);
}

#surveyElement h5 span {
	float: left;
    padding: 5px 0 20px 0;
	font-size: 15px !important;
	width: 100%;
	text-align: center;
}
#surveyElement .panel-footer {
	display: none !important;
}
/* big cart */

.data-table input.bigcart {
	height: 30px !important;
}

/* product details */

.add-to-links .link-compare {
	display: none !important;
}
.add-to-cart-qty {
	width: auto;
	text-align: left;
	padding: 0 5px 0 0;
}
.add-to-cart-heart {
	width: 20%;
	text-align: left;
	padding: 5px 0 0 15px;
}
.product-options-bottom .add-to-cart {
	width: 80%;
	max-width: 400px;
	margin-right: 0 !important;
}

@media (min-width: 992px) {
	.product-options-bottom .add-to-cart {
		width: 60% !important;
	}
}


.add-to-cart button.button {
	width: 100% !important;
}

.product-options {
	border: 0 !important;
	padding-bottom: 5px !important;
	padding-left: 15px !important;
}
@media (min-width: 992px) {
	.product-options {
		min-height: 400px !important;
	}
}
.product-options-bottom {
	padding: 15px !important;
	margin-top: 0 !important;
}
@media (min-width: 992px) {
	.product-options-bottom {
		padding: 19px !important;
	}
}
.product-view .slick-dots {
	margin-bottom: 30px;
}

.product-options dd select {
    width: auto;
	display: inline-block;
    vertical-align: middle;
    height: 38px;
    font-size: 15px;
	color: #76777a !important;
}
input.qty, .qty-changer > a {
	color: #76777a !important;
}
.product-options .input-box, .product-options dl, .product-options dd, .product-options dt {
    display: inline;
}
.product-options dt label {
    width: auto;
	color: #76777a !important;
}
.product-options .last {
	margin-right: 7px;
}
.product-options .price-info {
	text-align: left;
}
.product-options .price-box {
	margin: 35px 0 5px;
	font-size: 24px !important;
}

.delivery-time-outer {
	padding: 0 0 0 15px;
}
.delivery-time-outer  .delivery-time {
	margin: 5px 0 0 0; /* 0 0 0 !important;*/
	font-size: 12px;
}
.delivery-time-outer  > .delivery-time ~ .delivery-time {
   margin: 0 !important;
}

.add-to-cart button.button span {
	line-height: 35px;
    font-size: 22px;
}
@media (max-width: 480px) {
	.add-to-cart button.button span {
		font-size: 16px;
	}
}
/*
.add-to-cart button.button {
	border: 1px solid #76777a !important;
}*/
.add-to-cart button.button span {
	background-color: transparent !important;
	color: #BFB2B6 !important;
}

.product-view .product-name {
    margin: 0 0 25px 0 !important;
}
.product-options .regular-price, .product-options .price {
   font-size: 27px !important;
}

@media (max-width: 767px) {
	.product-view .product-essential .row .col-sm-2 {
		margin-bottom: 20px;
	}
}

@media (max-width: 767px) {
	.product-options .price-info {
		text-align: right;
	}
	.product-options .price-box {
		margin: 10px 0 5px;
		font-size: 20px !important;
	}
	.product-options .regular-price, .product-options .price {
	   font-size: 20px !important;
	}
	.product-view .product-name {
		margin: 0 0 5px !important;
	}
	
	.delivery-time-outer .delivery-time {
		text-align: right;
	}
}
.tax-details, .baseprice-box, .baseprice {
	line-height: 1.5;
	font-size: 12px;
}

.fa-wishlist-outer {
	border: none !important;
	font-size: 27px !important;
	
}

.product-options .required {
    font-size: 14px;
    font-weight: 400;
}

.product-tab-accordion .panel+.panel {
    margin-top: 0 !important;
}
.product-tab-accordion .panel-title a {
	border: 0;
    border-color: #76777a;
    border-bottom: 1px solid #76777a;
}
.product-tab-accordion .panel-title a {
	background-color: #fff !important;
	color: #76777a !important;
}
.product-tab-accordion .panel-default:nth-child(1) .panel-title a {
	border-top: 1px solid #76777a;
}

.panel-title>a:after {
    color: #76777a !important;
}

/* reviews / ratings */

.product-review-page .product-name {
    margin: 0 0 5px !important;
}
.product-review-page .addthis_button {
	display: none;
}
.product-review-page .ratings-list .label {
	display: none;
}
.product-review-page .review-area {
	margin-left: 0;
}
.product-review-page .review-area .ratings-list {
    display: flow-root;
}

.rating-box {
	width: 69px;
	height: 10.5px;
}
.product-view .product-essential .ratings .rating-box {
    width: 79px !important;
}
.product-view .product-essential .ratings .rating-box:before {
    width: 79px !important;
}
.rating-box:before {
    width: 79px !important;
}
.rating-box:before, .rating-box .rating:before {
    font-family: FontAwesome !important;
	content: "\f004\f004\f004\f004\f004" !important;
	letter-spacing: 2px;
}
.rating-box .rating:before {
    color: #BFB2B6 !important;
}

.rating-area {
	width: 69px;
	margin: 0 auto;
}
.rating-area .ratings .rating-box {
    width: 69px !important;
}
.rating-area .ratings .rating-box:before {
    width: 69px !important;
}
.rating-area .rating-box:before {
    width: 69px !important;
}

.data-table input.qty {
	height: 30px;
}

.qty-changer-proddetails {
    width: 38px !important;
	height: 38px !important;
    line-height: 35px !important;
	border: 1px solid #76777a !important;
}

.qty-input-proddetails {
	height: 38px !important;
	border: 1px solid #76777a !important;
	margin: 0 -4px !important;
}
.qty-holder-proddetails {
	width: auto !important;
}
.qty-label-proddetails {
	padding-left: 7px;
}
.qty-mobile {
	margin-bottom: 10px;
}

@media (min-width: 992px) {
	.qty-mobile {
		width: auto;
		float: left;
		margin-right: 10px;
	}
	
	.qty-mobile .table_qty_dec,
	.qty-mobile .table_qty_inc {
		display: none;
	}
}

/* product details image gallery */
@media (max-width: 767px) {
	.product-view .product-img-box {
		max-height: 350px
	}
	
	.etalage_thumb_image {
		max-height: 350px;
		width: auto !important;
	}
	
	.etalage_thumb_active {
		width: 100% !important;
		text-align: center;
	}
}

/*
.product-img-box {
	max-height: 600px;
}
.etalage {
	max-height: 600px;
}
.etalage_thumb_active {
	width: 100%;
	max-height: 600px;
	text-align: center;
}
.etalage img {
	width: auto !important;
	max-height: 600px;
}
*/

.formbuilder .clear {
	display: none;
}
.formbuilder .buttons-set {
	margin-bottom: 20px;
}


/* order status */
.step-title, .step {
	border: 0 !important;
}

.page-title, .step-title {
	display: none;
}

#opc-login .col2-set .content {
	min-height: 0 !important;
}

/* order progress */

.stepwizard-step p {
    margin-top: 10px;    
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;     
    width: 100%;
    position: relative;
	margin-bottom: 30px;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
    
}
.btn[disabled] {
  cursor: default !important;
  pointer-events: none;
}

.stepwizard-step {    
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 13px;
  line-height: 1.328571429;
  border-radius: 15px;
}

/*
@media (min-width: 767px) {
	address, .complete {
		text-align: center !important;
		margin-top: 10px !important;
	}
}
*/

#co-payment-form dt input {
    margin:4px;
    overflow:auto;
    float:left;
}
#co-payment-form dt:hover {
    background-color:#76777a;
}

#co-payment-form dt label {
    /*float: left;*/
	width: 100%;
    overflow: hidden;
    text-align:center;
	padding: 10px 16px;
    font-size: 16px;
    line-height: 1.33;
    display: block !important;
    cursor: pointer;
	margin: 0 !important;
	background-color:#fff;
    border: 1px solid #76777a;
}
#co-payment-form dt label:hover, #co-payment-form dt label:active {
   color: #fff !important;
   background-color:#76777a !important;
}

#co-payment-form dt input {
    position:absolute;
    top:-2000px;
}

#co-payment-form dt .input-checked /*, .bounds input:checked + span works for firefox and ie9 but breaks js for ie8(ONLY) */ {
    background-color:#404040;
    color:#F7F7F7;
}
.co-payment-clicked {
	color: #fff !important;
	background-color:#76777a !important;
}

#checkout-progress-wrapper .complete {
	border: 1px solid #76777a;
	padding: 15px;
	margin-top: 20px;
}

.section.allow.active {
	border: 1px solid #76777a;
	border-radius: 0;
	margin-top: 20px;
}
#payment-progress-opcheckout .complete p:nth-child(2) {
	margin: 0 !important;
}
.section.allow.active .step-title {
	display: block !important;
}
.section.allow.active .step-title .number {
	display: none !important;
}

/* mobile menu */
.mobile-nav {
	background-color: rgba(255, 255, 255, 0.9);
}
.mobile-nav .sw-mobile-menu {
	margin-top: 20px;
}	
.mobile-nav .sw-mobile-menu li > a {
	font-size: 17px !important;
	color: #76777a !important;
	line-height: 30px !important;
	font-weight: bold;
}
.sw-mobile-menu {
	/*background: url(https://en.newsha.com/skin/frontend/smartwave/newsha_bluro/images/backg_vektor.svg) no-repeat top left;
	background-size: contain;*/	
}
.mobile-nav .sw-mobile-menu > li ul {
	margin-top: 8px;
}
.mobile-nav .sw-mobile-menu > li > ul > li a:before {
	display: none;
}

.mobile-menu-user-links {
	font-size: 12px !important;
	text-align: left;
}
.mobile-menu-user-links a, .fixed-header a {
	color: #76777a !important;
}
.header-container.type9 .main-nav ul.menu>li>a {
    color: #76777a;
}
.main-nav-hover {
	color: #b7a7a8 !important;
}
.main-nav-hover:hover, .main-nav-hover:active,
.main-nav-hover-hover {
	color: #76777a !important;
	text-decoration: underline !important;
}
.nav-sublist-dropdown .main-nav-hover:hover {
	color: #76777a !important;
	text-decoration: none !important;
}
.main-nav-color-static {
	color: #76777a !important;
}
.main-nav-active {
	text-decoration: underline !important;
}


.fa-times-mobile {
	font-size: 15px;
}
.mobile-menu-flags {
	text-align: right;
	margin-top: 20px;
}
.mobile-menu-cancel {
	text-align: right;
}
.mobile-menu-flags .select {
	padding: 0 10px 0 0px !important;
	border: 0 !important;
}
.mobile-menu-flags .sw-mobile-menu {
	/*background-color: transparent !important;
	line-height: normal !important;
	font-size: 1px !important;*/
}
.mobile-menu-flags .sw-mobile-menu li {
	padding: 0 !important;
}
.mobile-menu-flags li a {
	padding: 2px 0px 2px 0px !important;
	/*line-height: normal !important;
	font-size: 1px !important;*/
}
.mobile-menu-flags .select img {
	/*margin: 0px 6px 0 0 !important;*/
}
.mobile-menu-flags .select .trigger i {
	margin-top: 0px !important;
}
.mobile-menu-flags .select .trigger {
	top: -2px !important;
}
.mobile-menu-flags .dropdown {
	border: 0 !important;
}
.mobile-menu-flags .selectbox {
	height: 16px !important;
}
.mobile-nav .sw-mobile-menu .menu-item {
	border-top: 1px solid #d8d8d6;
	margin: 0 -15px 10px -15px;
	padding: 10px 15px 0 15px;
}
.mobile-nav .sw-mobile-menu .menu-item:nth-child(1) {
	border-top: 0 !important;
}
.mobile-nav .sw-mobile-menu .menu-item .level1 a {
	font-family: inherit !important;
}
.mobile-nav .sw-mobile-menu > li > ul > li {
    border: 0 !important;
}
.mobile-nav .sw-mobile-menu > li > ul > li a {
	font: 13px/1 'SourceSansPro', 'Open Sans',Arial,sans-serif;
}
.mobile-nav .sw-mobile-menu > li > ul > li a:before {
    font: normal normal 18px/32px "FontAwesome" !important;
}
.mobile-nav.side-block .sw-mobile-menu li>a {
	text-align: left;
	padding-left: 25px;
	font-size: 15px !important;
}
.mobile-menu-flags li a {
	text-align: center !important;
}
#prod-open-icon {
	font-size: 15px;
}

/* gallery */

.category-products .products-grid  li:hover {
	box-shadow: 1px 1px 1px 1px #999;
}

.product-image {
	text-align: center;
}
.product-image img {
	max-height: 200px;
	width: auto !important;
}


.header-container.type9 .header>.logo img {
	height: auto;
	margin: 12px 18px;
	width: 160px;
}

.header-wrapper {
	float: left;
}
@media (min-width: 1710px) {
	.header-wrapper {
		width: 1050px;
	}
}
.survey-radiobtn {
	overflow: hidden !important;
}
.produktfinder-system-img {
	margin: 40px 0 40px 0;
}

.produktfinder-headline-img {
	margin: 100px 0 50px 0;
}

.footer-middle .input-box input {
    background-color: #fff;
    color: #76777a;
    height: 38px;
    font-size: 14px;
    padding-left: 15px;
    float: left;
    max-width: 410px;
    width: 100%;
	
	border: 1px solid #76777a !important;
    color: #76777a !important;
	box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset !important;
}

.footer-middle {
    background-color: #f7f7f7;
}


.footer-middle .input-box button {
    float: left;
    width: 120px;
    margin-left: -120px;
}

button.button {
    -webkit-border-fit: lines;
    overflow: visible;
    width: auto;
    border: 0;
    padding: 0;
    margin: 0;
    background: transparent;
    cursor: pointer;
}

/*
@media (max-width: 480px) {
	.category-products .products-grid li.item {
		float: left !important;
		width: 50% !important;
	}
}
*/

.quickview-icon {
	display: none !important;
}


/*products-grid */
.products-grid .grid-items:nth-child(n+2) {
	border-top: 1px solid #e2d3c9;
}
@media (min-width: 768px) {
	.products-grid .grid-items:nth-child(n+2) {
		border-top: 0;
	}

	.products-grid .grid-items:nth-child(2n-1) {
		border-right: 1px solid #e2d3c9;
	}
	.products-grid .grid-items {
		border-bottom: 1px solid #e2d3c9;
	}
}
@media (min-width: 1200px) {

	.products-grid .grid-items:nth-child(2n-1) {
		border-right: 0;
	}
	
	.products-grid .grid-items:nth-child(3n-1),
	.products-grid .grid-items:nth-child(3n-2)	{
		border-right: 1px solid #e2d3c9;
	}
}

.category-products .products-grid li.grid-items .details-area {
    padding: 10px;
    text-align: center;
}
.category-products .products-grid li.grid-items .details-area .product-name a {
    font-size: 15px;
}
.category-products .products-grid li.grid-items .details-area .product-name {
    margin: 0 0 3px;
}

.toolbar-bottom {
	text-align: right;
}

/* header */

@media (max-width: 1710px) {
	.top-links-container {
		display: none;
	}
}

@media (max-width: 1710px) {
	.header-container.type9 .header .form-search {
		left: 16px !important;
	}
}

@media (max-width: 1710px) {
	.header-container.type9 .wishlist-icon {
		width: 30px;
		text-align: center;
		line-height: 40px;
		height: auto;
		padding: 0;
		display: inline-block;
	}
}
.wishlist-icon {
    vertical-align: middle;
    display: none;
    text-align: right;
    padding-left: 20px;
    font-size: 22px;
    height: 60px;
    pointer-events: all;
}

.header-container.type9 .mybag-link i {
	font-size: 32px !important;
}
.menu-icon a i {
	font-size: 27px !important;
}
.icon-search {
	font-size: 22px !important;
}
.form-search .icon-search {
	font-size: 16px !important;
}

/* modal */

.modal-title {
	width: auto;
	font-size: 15px;
}
.modal-header {
	text-align: left;
}
.modal-body {
    text-align: left;
}
.modal-footer {
    border-top: 0;
}
.modal-header {
    border-bottom: 0;
}
.modal-content {
	border-radius: 0 !important;
	border: 1px solid #76777a !important;
}
.modal-body p {
	font-size: 15px;
}

#modalnewsletter .modal-header {
    text-align: center;
}
#modalnewsletter .modal-header img {
    width: 100%;
}
#modalnewsletter .modal-header .newsletter-headline {
    font-weight: bold;
	margin-top: 15px;
}
#modalnewsletter .modal-header .newsletter-sub-headline {
	margin-top: 0;
}
#modalnewsletter .btn-newsletter {
	margin-top: 15px;
	width: 100%;	
}

.static-agreements {
	padding: 5px 30px;
}
.static-agreements a {
	text-decoration: underline;
}

.whatsapp_banner img {
	width: 100%;
    padding-top: 20px;
}

.col-pad-5 {
	padding-left: 5px;
	padding-right: 5px;
}
.pad-btm-10 {
	padding-bottom: 10px;
}
.marg-right-20 {
	margin-right: 20px;
}
.marg-top-40 {
	margin-top: 40px;
}
.marg-top-80 {
	margin-top: 80px;
}

.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
	font-size: 18px;
}

label.error {
    color: #df280a !important;
    font-weight: 700 !important;
	padding: 10px 0 0px 0 !important;
}

.pad-radiobtns {
	padding-top: 8px;
	padding-bottom: 8px;
}
.marg-radiobtn-left {
	margin-right: 20px;
}
.marg-top-15 {
	margin-top: 15px;
}

#binfriseur-error {
	position: absolute;
    left: 0;
    top: 0;
    margin-top: 10px;
}
	
/*
#modalnewsletter {
	color: #BFB2B6 !important;
}
#modalnewsletter .modal-body p {
	color: #BFB2B6 !important;
}
#modalnewsletter .modal-header i {
	color: #BFB2B6 !important;
}
#modalnewsletter .form-control, #modalnewsletter .btn-default {
	border-color: #BFB2B6;
	color: #BFB2B6;
	width: 100%;
	margin-top: 10px;
}
#modalnewsletter .form-control::-webkit-input-placeholder { 
	color: #BFB2B6;
}
#modalnewsletter .form-control::-moz-placeholder { 
	color: #BFB2B6;
}
#modalnewsletter .form-control:-ms-input-placeholder {
	color: #BFB2B6;
}
#modalnewsletter .form-control:-moz-placeholder { 
	color: #BFB2B6;
}
#modalnewsletter .btn-default:hover {
	color: #fff;
	background-color: #BFB2B6;
}
#modalnewsletter .modal-content {
	border: 1px solid #BFB2B6 !important;
}
.headline_icon_outer {
	float: left;
}
#myModalLabel {
	float: left;
	padding: 5px 0 0 20px;
}
*/


/* blog */

.blog-image a, .blog-image a img {
	width: 100%;
	height: auto;
}
.block-wishlist, .block-viewed, .block-compare, .block-affiliate, .ves-blog-archives, .blog-readmore, .blog-tags, .blog-bottom, .blog-hits, .blog-extra {
	display: none;
}
.blog-meta {
	margin-top: 20px;
}

/* ==================== Improved One Page Checkout with progressbar  ===================== */
/*
.block-progress .block-title { background:none; margin:0 0 34px; padding:0; }
.checkout-onepage-index .col-main { padding:0; border:0; }
.checkout-onepage-index .page-title { padding-right:40px; width:auto; }
.checkout-onepage-index .page-title h1 { background:none; padding:0; }

.opc { position:relative; overflow:hidden; height:970px; padding-top:20px; text-align:center; border:1px solid #BBAFA0; background:#F9F3E3; }
.opc .buttons-set { margin:15px 0 0; opacity:1!important; }
.opc .buttons-set p.required { margin:0; padding:0 0 10px; }
.opc .buttons-set .back-link { display:none; }
.opc .buttons-set .please-wait { position:absolute; z-index:99; top:30%; left:50%; margin:-80px 0 0 -146px; border:5px solid #f3b66f; font-size:12px; background:#fff; padding:30px; white-space:nowrap; border:1px solid #c0c0c0; -moz-border-radius:6px; -webkit-border-radius:6px; border-radius:6px; -moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2); -webkit-box-shadow:0 0 50px rgba(0,0,0,0.2); box-shadow:0 0 50px rgba(0,0,0,0.2); }
.opc .buttons-set a { color:#214D90; }
.opc .ul { list-style:disc outside; padding-left:18px; }
.opc li.section { display:inline; }
.opc .step-title,.opc .allow .step-title { border-color:#FBFAF6; }
.opc .step { padding:30px 20px; position:absolute; border:0; top:100px; left:0; z-index:1; background:#fff; width:605px; height:900px; border-bottom:1px dotted #ccc; border:none; background:none; width:643px; text-align:left; background:#FBFAF6 url(https://en.newsha.com/skin/frontend/smartwave/newsha_bluro/images/bkg_checkout.gif) 0 0 repeat-x; border-top:1px solid #BBAFA0; }
.opc .step-title .number,.opc .allow .step-title .number,.opc .active .step-title .number { float:none; display:block; margin:0 auto; margin-bottom:10px; }
.opc .step-title a { display:none; }
.opc .step-title .number { background:#fff; color:#ccc; width:30px; height:30px; line-height:30px; -moz-border-radius:20px; -webkit-border-radius:20px; border-radius:20px; margin-bottom:10px; padding:0; border:0; position:relative; z-index:1; }
.opc .step-title h2 { font-size:12px; color:#bbb; clear:both; margin-bottom:10px; }
.opc .allow .step-title .number { background:#000; border-color:#fff; color:#fff; }
.opc .allow .step-title h2 { color:#000; }
.opc .active .step-title .number { background:#F18200; border-color:#fff; color:#fff; }
.opc .active .step-title h2 { color:#F18200; }
.opc .step-title,.opc .allow .step-title,.opc .active .step-title { position:relative; text-align:center; border:none; background:none; padding:0; overflow:hidden!important; height:80px; display:inline-block; vertical-align:top; }
.opc .step-title,.opc .allow .step-title,.opc .active .step-title { *display:block; *float:left; } 
.opc .step-title h2,.opc .allow .step-title h2,.opc .active .step-title h2 { width:100%; text-align:center; }
.opc .step-title { width:16%; }
.opc .form-list .field,.opc .form-list .wide { }
.opc .form-list li fieldset { margin-bottom:40px; }
.opc .form-list label { float:left; width:220px; text-align:right; padding:4px 0 0; }
.opc .form-list label.required em { float:none; position:relative; right:4px; }
.opc .form-list li.fields { margin:0; }
.opc .form-list div.fields { width:100%; overflow:hidden; margin:0 0 8px; }
.opc .form-list .wide,.opc .form-list li.fields .field { width:645px; margin:0 0 8px; }
.opc .form-list li.wide .input-box,.opc .form-list .input-box { clear:none; float:right; margin-right:140px; width:260px; }
.opc .form-list li.wide select { width:390px; }
.opc .form-list li.wide input.input-text { width:254px; }
.opc .form-list .control input { margin:8px 0 0 25px; }
.opc .form-list li.control label { float:left; }
.opc form .form-list li.wide { margin-bottom:8px; }
.opc form .address-select { margin:8px 0 40px; }

.opc:first-of-type .step{-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;-webkit-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;}
.opc:first-of-type .step[style*='display:none;'],
.opc:first-of-type .step[style*='display: none;']{display:block !important;}
.opc:first-of-type .section .step{left: 100%;}
.opc:first-of-type .allow .step{left: -100%;}
.opc:first-of-type .active .step{left:0;}
.opc:first-of-type li:last-child .step-title a{width:50%}
.opc:first-of-type li:first-child .step-title a{width:50%;left:50%}
.opc:first-of-type .step-title a { display:block;height:1px;border-bottom:1px dashed #ccc; width:100%; text-indent:-3000px; position: absolute;top:15px;z-index: 0}
.opc:first-of-type .allow .step-title a {}

#opc-login p.required { display:none; }
#opc-login h3 { margin-bottom:18px; }
#opc-login .col-2 { float:left; }
#opc-login .col-2 form fieldset h4 { display:none; }
#opc-login .col-2 { display:block; width:300px; }
#opc-login .col-2 fieldset { width:300px; }
#opc-login .col-2 .input-box { width:188px; margin:0; float:left; }
#opc-login .col-2 .input-text { width:182px; }
#opc-login .col-2 .form-list label { text-align:left; }
#opc-login .col-2 .form-list label { width:110px; }
#opc-login .form-list li.control label { float:none; }
#opc-login .form-list li.control input { margin:0 8px 0 0; }
#opc-login .col-1 { float:right; }
#opc-login .col-1 { width:290px; }
#opc-login .col-1 h4,#opc-login .col-1 .ul { display:none; }

#checkout-step-review.step { width:645px; }
#opc-review .step { padding:30px 20px; border-top:1px solid #BBAFA0; }
#opc-review .product-name { font-weight:bold; color:#0a263c; }
#opc-review .item-options { margin:5px 0 0; }
#opc-review .buttons-set { padding:20px 0; border:0; }
#opc-review .buttons-set p { margin:0; line-height:40px; }
#opc-review .buttons-set .please-wait { height:40px; line-height:40px; }
#opc-shipping_method .buttons-set { border-top:1px solid #E4E4E4; }
*/
/* ================================= Solution by www.h-o.nl =============================== */

/* Slider Slick */

.product-slide-gal-div {
	text-align: center;
	touch-action: pan-y;
}

.product-slide-gal-outer-nav-outer {
	width: 100% !important;
}
.product-slide-gal-outer-nav {
	margin: 0 auto;
}
.product-slide-gal-outer-nav div {
	padding: 0 !important;
}
.product-slide-gal-outer-nav div div {
	/*margin: 0 auto;*/
	transform: translate3d(0, 0, 0) !important;
}
.product-slide-gal-outer-nav div div div {
	width: 85px !important;
	margin: 0 5px 0 5px !important;
	cursor: pointer;
	 border: 1px solid #e0e0e0;
}
.product-slide-gal-outer-nav .slick-track {
	width: 100% !important;
}

@media (max-width: 1200px) {
	.product-slide-gal-outer-nav {
		display: none !important;
	}
}
@media (min-width: 1200px) {
	.product-slide-gal-outer .slick-dots {
		display: none !important;
	}
}


.product-slide-gal-div img, .product-slide-gal-outer-nav img, .no-image-zoom img {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}
.product-slide-gal-div img:hover, .product-slide-gal-outer-nav img:hover, .no-image-zoom img:hover {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
}

.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    padding: 0;
	
	margin-bottom: 4px;
}

.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    /*display: block;*/
	max-width: 100%;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.product-tabs {
	margin-top: 60px;
}
.product-tabs.horizontal {
	margin-bottom: 60px;
}
.tab-horizontal {
	text-align: center;
	border: 1px solid #76777a !important;
	border-width: 0 0 0 1px !important;
    margin: 0 !important;
}
.tab-horizontal:last-child {
    border-width: 0 1px 0 1px !important;
}
.tab-horizontal a, .tab-horizontal a:hover, .tab-horizontal a:active {
	color: #76777a !important;
	text-decoration: none !important;
}
.product-tabs .tab-content {
	box-shadow: none !important;
	border-width: 0 0 1px 0 !important;
	font-size: 16px !important;
	line-height: 1.5 !important;
}
.product-tab-accordion .panel-collapse {
	font-size: 16px !important;
	line-height: 1.5 !important;
}
.product-tabs>ul li {
	background-color: #b0b0b0;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('https://en.newsha.com/skin/frontend/smartwave/newsha_bluro/css/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('https://en.newsha.com/skin/frontend/smartwave/newsha_bluro/css/fonts/slick.eot');
    src: url('https://en.newsha.com/skin/frontend/smartwave/newsha_bluro/css/fonts/slick.eot?#iefix') format('embedded-opentype'), url('https://en.newsha.com/skin/frontend/smartwave/newsha_bluro/css/fonts/slick.woff') format('woff'), url('https://en.newsha.com/skin/frontend/smartwave/newsha_bluro/css/fonts/slick.ttf') format('truetype'), url('https://en.newsha.com/skin/frontend/smartwave/newsha_bluro/css/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li {
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 40px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: #76777a;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #76777a;
}

/* salon finder / maps */

.countheadline h1 {
	margin-top: 40px;
}

.storebox {
	margin-top: 5px;
}
.storebox-image {
	padding: 0;
	height: 120px;
	text-align: center;
}
.storebox-image img {
	max-height: 120px;
	width: auto;
}
.storebox-inner {
	padding: 20px;
	border: 1px solid #e0e0e0;
}
.storebox-inner span.premium-headline {
	font-size: 15px;
	height: 20px;
	margin-bottom: -15px;
}
.storebox h1, .storeloacator_details_storename {
	height: 53px;
	margin-top: 30px;
    margin-bottom: 5px;
	text-decoration: underline;
}
.storebox span, .storeloacator_details_address {
	width: 100%;
	display: block;
	height: 90px;
	line-height: 17px;
}
.storebox .detailsbtn {
	width: 100%;
	height: 35px;
}
.storebox .detailsbtn-secnd {
	margin-top: 5px;
}
.storelocator-headline {
	margin-top: 50px;
}
.storelocator-headline-text {
	margin-bottom: 50px;
}

.fallback_mobile_sm {
	display: block;
}
@media (min-width: 767px) {
	.fallback_mobile_sm {
		display: none;
	}
}
.fallback_dektop_sm {
	display: none;
}
@media (min-width: 767px) {
	.fallback_dektop_sm {
		display: block;
	}
}

.fallback_mobile {
	display: block;
}
@media (min-width: 992px) {
	.fallback_mobile {
		display: none;
	}
}
.fallback_dektop {
	display: none;
}
@media (min-width: 992px) {
	.fallback_dektop {
		display: block;
	}
}

#stores-list-gmap-div {
    width: 100% !important;
	padding: 0 !important;
	border: 0 !important;
}

#store-list-map-canvas {
	height: 400px !important;
}

.controls {
	margin-top: 10px;
	border: 1px solid transparent;
	border-radius: 2px 0 0 2px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	height: 32px;
	outline: none;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

#pac-input {
	background-color: #fff;
	font-size: 15px;
	font-weight: 300;
	margin-left: 12px;
	padding: 0 11px 0 13px;
	text-overflow: ellipsis;
	width: 300px;
}

#pac-input:focus {
	border-color: #4d90fe;
}

#type-selector {
	color: #fff;
	background-color: #4d90fe;
	padding: 5px 11px 0px 11px;
}

#type-selector label {
	font-size: 13px;
	font-weight: 300;
}
#target {
	width: 345px;
}


.ratings .amount {
	margin-left: 15px;
}
.ratings {
	margin-bottom: 35px !important;
}

.row.contactform {
	padding-top: 30px;
}
.row.contactform .col {
	padding-left: 15px;
    padding-right: 15px;
}


/* design-phtml wird nicht verändert hinsichtlich theme color-änderungen im admin, daher: */
.header-container.type1 .main-nav ul.menu>li:hover>a, .header-container.type1 .main-nav ul.menu>li.act>a, .header-container.type2 .main-nav ul.menu>li:hover>a, .header-container.type2 .main-nav ul.menu>li.act>a, .header-container.type3 .main-nav ul.menu>li:hover>a, .header-container.type3 .main-nav ul.menu>li.act>a, .header-container.type4 .main-nav ul.menu>li:hover>a, .header-container.type4 .main-nav ul.menu>li.act>a, .header-container.type5 .main-nav ul.menu>li:hover>a, .header-container.type5 .main-nav ul.menu>li.act>a, .header-container.type6 .main-nav ul.menu>li:hover>a, .header-container.type6 .main-nav ul.menu>li.act>a, .header-container.type14 .main-nav ul.menu>li:hover>a, .header-container.type14 .main-nav ul.menu>li.act>a, .header-container.type7 .main-nav ul.menu>li:hover>a, .header-container.type7 .main-nav ul.menu>li.act>a, .header-container.type13 .main-nav ul.menu>li:hover>a, .header-container.type13 .main-nav ul.menu>li.act>a, .header-container.type8 .main-nav ul.menu>li:hover>a, .header-container.type8 .main-nav ul.menu>li.act>a, .header-container.type9 .main-nav ul.menu>li:hover>a, .header-container.type9 .main-nav ul.menu>li.act>a, .header-container.type10 .main-nav ul.menu>li:hover>a, .header-container.type10 .main-nav ul.menu>li.act>a, .header-container.type11 .main-nav ul.menu>li:hover>a, .header-container.type11 .main-nav ul.menu>li.act>a, .header-container.type12 .menu.side-menu>li:hover>a, .header-container.type12 .menu.side-menu>li.act>a {
    color: #76777a;
}
.pager li >a:hover, .pager li >a:focus, .pager .pages .current, .sorter .view-mode strong i, .sorter .view-mode a:hover i, .data-table button.button:hover > span, .link-cart:hover, .item:hover .details-area .actions a.addtocart, .col-main .category-products .products-list li.item .details-area .actions a.addtocart, .cart .crosssell button.button:hover > span, .cart .discount h2:hover:before, .cart .shipping h2:hover:before, .btn-primary, i.ajax-loader, #narrow-by-list dd .swatch-link:hover .swatch-label, .configurable-swatch-list .hover .swatch-link, .configurable-swatch-list .selected .swatch-link, .swatch-link:hover, .block-layered-nav #narrow-by-list ol.swatches li a:hover .layered-navigation-swatch, .product-image-area .actions a.addtocart, .opc-wrapper-opc #opc-review-block, #newsletter_popup {
    border-color: #76777a;
}
button.button span, .pager li >a:hover, .pager li >a:focus, .pager .pages .current, .sorter .view-mode strong i, .sorter .view-mode a:hover i, .data-table button.button:hover > span, .link-cart:hover, .header-container.type2 .mybag-link, .header-container.type5 .top-links-container, .header-container.type6 .top-links-container, .header-container.type7 .top-links-container, .header-container.type13 .top-links-container, .header-container.type8 .top-links-container, .fixed-header ul.menu >li:hover, .main-nav ul.menu >li:hover, .fixed-header ul.menu >li.act, .main-nav ul.menu >li.act, .menu.side-menu>li:hover, .menu.side-menu>li.menu-item-has-children .nav-sublist-dropdown, .menu.side-menu>li.menu-item-has-children .nav-sublist-dropdown .container ul .menu-item-has-children .nav-sublist, .block-layered-nav dt:hover:before, .block-category-nav .block-title:hover:before, .price-filter-slider .text-box input.go, .item:hover .details-area .actions a.addtocart, .col-main .category-products .products-list li.item .details-area .actions a.addtocart, .cart .crosssell button.button:hover > span, .cart .discount h2:hover:before, .cart .shipping h2:hover:before, .block.block-facebook-like .block-title a.btn-like, .btn-primary, .contacts-index-index .col-main .contact-info i, .block.block-blog-tags ul li a:hover, .postWrapper .post-date .month, .feature-box .feature-box-icon, .full-screen-slider .item > div.content .sale-bar a .icon-angle-down, .recent-posts .post-date .month, .post-a-month, .owl-theme .owl-controls .owl-page.active span, .footer-ribbon, .owl-theme .owl-controls.clickable .owl-page:hover span, .btn-default:hover, a.quickview-icon, .product-options .product-swatches-container .has-swatches a.active.selected, .cms-index-index blockquote.testimonial, .expand_plus, .review-menu-block a.review-total, .image-link span.category-title, .panel-title>a, .category-products .products-grid.flex-grid .item .details-area .actions a.addtocart, .header-container.type14 .top-links-container {
    background-color: #76777a;
}
.form-wrap, #form-validate, .option-detail .item-options, .header-container.type2, .header-container.type4, .fixed-header .menu >li.menu-full-width .nav-sublist-dropdown, .main-nav .menu >li.menu-full-width .nav-sublist-dropdown, .fixed-header .menu >li.menu-static-width .nav-sublist-dropdown, .main-nav .menu >li.menu-static-width .nav-sublist-dropdown, .block.block-subscribe.home-sidebar-block, .product-tabs>ul li.active, .history .featured-box .box-content, .homepage-grid-banner .ribbon:before, .owl-banner-carousel .content.type2 h2, .featured-box .box-content, .cms-index-index .testimonial-arrow-down, #success-message-container, .checkout-progress li.active, .form-wrap, #form-validate, #login-form, .fixed-header ul.menu >li .nav-sublist-dropdown, .main-nav ul.menu >li .nav-sublist-dropdown, .image-link span.category-title:before, body.boxed .page {
    border-top-color: #76777a;
}
a, a:hover, input.qty, .form-wrap h2, #form-validate h2, .col-main .page-title h2, .sub-title, .data-table .product-name a, .cart-table .link-wishlist, .cart-table .link-wishlist:hover, .btn-remove, .btn-remove:hover, .header-container .links, .mini-cart .qty-price, .mini-cart .totals, .header-container.type4 .mybag-link i, .header-container.type5 .mybag-link i, .header-container.type6 .mybag-link i, .header-container.type6 .menu-icon, .header-container.type7 .mybag-link i, .header-container.type13 .mybag-link i, .header-container.type9 .top-links a, .header-container.type9 .mybag-link i, .header-container.type10 .top-links a, .fixed-header ul.menu >li >a, .main-nav ul.menu >li >a, .fixed-header .mybag-link i, .menu.side-menu>li.menu-static-width>a:after, .menu.side-menu>li.menu-item-has-children>a:after, .menu.side-menu>li.menu-full-width>a:after, .mini-products-list li .product-name a:hover, .block-category-nav .category-list a.plus, .col-main.filter-products li.item:hover .price-box .price, .review-area .review-by b, .add-to-cart .qty, .product-tabs>ul li a, .product-view .product-shop .price-box .regular-price .price, .product-view .product-shop .price-box .special-price .price, .cart-table td.td-total .cart-price, .sp-methods .price, .opc .step-title .number, .opc .step-title h2, #opc-review tr td.last .cart-price .price, #wishlist-table .product-name a, #totop, .block.block-related .owl-theme .owl-controls .owl-buttons div, .order-products-table .price, .block-account ul li strong, .block-account ul li a:hover, .block.block-blog-categories a:hover, p .alternative-font, .entry-content h3, .history h4, .block.block-blog-recent ul li a, .postWrapper .post-date .day, .postDetails >span a:hover, .postBookmarks a:hover, .post-share h3, .postComments .postTitle h2, #postComment h4.legend, .cms-index-index .tp-caption.very_large_text, .cms-index-index .tp-caption.large_thin, .cms-index-index .tp-caption.title1, .cms-index-index .tp-caption a.btn-white, .cms-index-index .tp-caption a.btn-white:hover, .slide .product .price, h3.filter-title, .filterproducts-tab .filter-title ul li.active a, .feature-box.secundary .feature-box-icon, .owl-top-narrow .owl-controls .owl-buttons div, .owl-bottom-narrow .owl-controls .owl-buttons div, .recent-posts .post-date .day, .true-color, ul.list.icons li i.icon, .owl-middle-narrow .owl-controls .owl-buttons div, .featured-post h4, .post-a-day, .post-a-year, .owl-theme.banner-carousel .owl-controls .owl-buttons div, .product-options .product-swatches-container .has-swatches a.active, .col-main .page-title h1, .col-main .page-title h2, .product-view .product-options .swatch-attr .select-label, .availability-only strong, .product-image-area .actions a.addtocart, .opc-wrapper-opc a:hover, .opc-wrapper-opc .opc-review-actions .view-agreement:hover, .header-container.type9 .main-nav ul.menu>li.act>a, .header-container.type9 .main-nav ul.menu>li:hover>a, .header-container.type10 .main-nav ul.menu>li.act>a, .header-container.type10 .main-nav ul.menu>li:hover>a, .price-excluding-tax .price, .price-including-tax .price, .checkout-progress li.active, .multiple-checkout .place-order .grand-total .price, .panel-title>a.collapsed, .panel-title>a.collapsed:hover, .panel-title>a.collapsed:after, .header-container.type14 .mybag-link .cart-info, .header-container.type14 .mybag-link i, .header-container.type14 .menu-icon, .owl-item.loading:before, .filter-products .products .owl-item.loading .product-image:before {
    color: #76777a;
}
.theme-border-color {
    border-color: #76777a!important;
}
.topCartContent:before, .availability-only span, .availability-only a, .prev-next-products .product-nav .product-pop:before, .compare-popup:before {
    border-bottom-color: #76777a;
}

@media (min-width: 1710px) {
	.main-nav {
		display: inline-block;
		margin: 0 auto;
	}
}

.hashtagfont {
	font-size: 40px;
}

.btn-reg {
	float: left !important;
	margin-left: 0px !important;
}
@media (max-width: 767px) {
	.btn-reg {
		float: right !important;
	}
}

.ui-menu .ui-menu-item {
    padding: 10px !important;
	text-align: left !important;
}
.ui-widget-content {
    background: #fff !important;
}
.ui-state-focus {
	background: #fff !important;
	border-color: #BFB2B6 !important;
	color: #BFB2B6 !important;
}

#cc_iframe {
	height: 700px !important;
}

.back-link a {
	color: #BFB2B6;
}

#review-buttons-container p.f-left {
	display: block;
}

.back-link-review-page {
	padding-top: 20px;
}


#advice-required-entry-attribute159 {
	display: none !important;
}
.products-grid .button.button span span {
	height: 26px;
    line-height: 26px;
}
.products-grid .qty-holder input {
	width: 34px !important;
	height: 26px;
    line-height: 26px;
	border-radius: 0;
    margin: 0 -4px 0 -7px;
	font-size: 14px;
}
.item-area dl {
	margin-bottom: 5px;
}

.item-area .qty-holder {
	width: 228px;
    white-space: nowrap;
    position: relative;
    text-align: left;
    margin-right: -5px;
	display: inline-block;
    vertical-align: middle;
	text-align: center;
}
.item-area .table_qty_inc,
.item-area .table_qty_dec {
	display: inline-block;
	width: 30px;
	height: 26px;
    line-height: 23px;
	background: #ffffff;
	border: 1px solid #76777a;
	color: #777;
	border-radius: 0;
	margin: 0;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
	text-align: center;
	vertical-align: top;
}
.item-area .table_qty_dec {
	/*border-right: 0;*/
	padding-right: 4px;
}
.item-area .table_qty_inc {
	margin: 0 -6px 0 0;
	padding-right: 2px;
	/*border-left: 0;
    border-right: 0;*/
}

.item-area .baseprice {
	min-height: 18px;
}
.item-area dl {
	min-height: 26px;
}

.item-area .details-area .button span:first-child {
    height: 24px;
	line-height: 24px;
	border: 0;
}
.item-area .details-area .button {
	border: 1px solid #76777a;
    display: inline-block;
    width: 143px;
	height: 26px;
}
.outer_actions {
	margin-top: 15px;
}
.outer_actions select {
	border: 0;
}
@media (max-width: 767px) {
	/*
	.outer_actions button {
		display: block !important;
		margin: 0 auto !important;
	}
	
	.item-area .qty-holder {
		width: auto;
	}
	
	.item-area .product-name {
		min-height: 40px;
	}
	*/
	
	.footer .col-12 {
		text-align: center;
	}
	
	.footer #footer_cats,
	.footer #footer_shop {
		display: none;
	}
}

.view-mode {
	display: none;
}

.footer p {
	color: #d8d8d6;
}

.footer p a {
	color: #d8d8d6;
}
.footer-middle a:hover {
	text-decoration: none;
}


.footer p.headline {
	font-weight: bold;
	color: #76777a;
	text-decoration: underline;
}
.footer p.delimiter {
	border-top: 1px solid #d8d8d6;
	margin-top: 25px;
    padding: 10px 0 0 0;
}

.footer .input-group input {
	height: 40px;
}

.footer .btn-default:hover, .btn-default:active {
	border: inherit !important;
}

.footer-container .footer-middle {
	border-top: 1px solid #d8d8d6;
	padding-top: 25px;
}
	
@media (max-width: 767px) {
	.footer_menu_mobile_boder {
		border-top: 1px solid #d8d8d6;
		margin-top: 35px;
	}
	
	.footer_menu_headline_mobile_boder {
		padding-top: 25px;
	}
	
	.footer p.delimiter {
		padding-top: 25px;
		margin-top: 25px;
	}
	
	.footer_cruetlyfree {
		display: block;
		margin: 0 auto;
	}
	
	.icon_social_fb {
		margin-bottom: 15px;
	}
}

.footer-container.copyright {
	border-top: 1px solid #d8d8d6;
	font-size: 16px;
	padding: 15px 0 15px 0;
	color: #d8d8d6;
	font-weight: lighter;
}

.box-up-sell .actions {
	display: none;
}
.box-up-sell .item {
	border: 0 !important;
}

body.mobile-nav-shown .page {
	left: 0 !important;
}
body.mobile-nav-shown .mobile-nav.side-block {
	position: absolute !important;
}

@media (max-width: 767px) {
	.mobile-nav.side-block {
		width: 100%;
		left: -100%;
	}
}

.mobile-nav.side-block .sw-mobile-menu li>a {
	text-transform: uppercase;
}

.lagerbestand {
	padding: 10px 0 10px 0;
	text-align: center;
	color: #2ac94f;
	font-size: 13px;
}
.sold {
	color: #c61723;
}
.product-view .sold-area .delivery-time-outer p:nth-child(2){
	display: none;
}

.header-container.type9 .form-language .text {
	font-size: 13px !important;
}

.grid-items {
	text-align: center;
	padding: 10px;
    padding-bottom: 0!important;
}

.salonfindereintrag p {
	color: #76777a;
	font-size: 14px;
}
.salonfindereintrag p span {
	font-weight: bold;
	font-size: 16px;
}
.salonfindereintrag .kontaktinfos .headline {
	font-size: 16px;
	color: #76777a;
}
.salonfindereintrag .kontaktinfos .body {
	line-height: normal;
	color: #76777a;
}
.img-fluid {
	max-width: 100%;
}

.w-100 {
	width: 100%;
}

.opc .active .step-title {
    border-radius: 0;
}

/*----------------------------------------*/
/* LIGHTSLIDER */
/*----------------------------------------*/
.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	flex-wrap: wrap;
}
.lightSlider:before, .lightSlider:after {
    content: " ";
    display: table;
}
.lightSlider {
    overflow: hidden;
    margin: 0;
}
.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
.lSSlideWrapper > .lightSlider:after {
    clear: both;
}
.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform,height;
    -moz-transition-property: -moz-transform,height;
    transition-property: transform,height;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade {
    position: relative;
}
.lSSlideWrapper .lSFade > * {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade > *.active {
    z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > *.active {
    opacity: 1;
}
/** /!!! End of core css Should not edit !!!/**/

/* Pager */
.lSSlideOuter .lSPager.lSpg {
    margin: 10px auto;
    padding: 0;
    text-align: center;
}
.lSSlideOuter .lSPager.lSpg > li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
}
.lSSlideOuter .lSPager.lSpg > li a {
    background-color: #c3c3c3;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 99;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}
.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #ffffff;
}
.lSSlideOuter .media {
    opacity: 0.8;
}
.lSSlideOuter .media.active {
    opacity: 1;
}
/* End of pager */

/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.lSSlideOuter .lSPager.lSGallery li {
    overflow: hidden;
    -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
    transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 5px;
}
.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
    max-width: 100%;
}
.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
    content: " ";
    display: table;
}
.lSSlideOuter .lSPager.lSGallery:after {
    clear: both;
}
/* End of Gallery*/

/* slider actions */
.lSAction > a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    background-image: url('https://en.newsha.com/skin/frontend/smartwave/newsha_bluro/img/controls.png');
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    opacity: 0.5;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
}
.lSAction > a:hover {
    opacity: 1;
}
.lSAction > .lSPrev {
    background-position: 0 0;
    left: 10px;
}
.lSAction > .lSNext {
    background-position: -32px 0;
    right: 10px;
}
.lSAction > a.disabled {
    pointer-events: none;
}
.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}
.lSNext {
	margin-right: 1rem;
}


/* vertical */
.lSSlideOuter.vertical {
    position: relative;
}
.lSSlideOuter.vertical.noPager {
    padding-right: 0px !important;
}
.lSSlideOuter.vertical .lSGallery {
    position: absolute !important;
    right: 0;
    top: 0;
}
.lSSlideOuter.vertical .lightSlider > * {
    width: 100% !important;
    max-width: none !important;
}

/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
    left: 50%;
    margin-left: -14px;
    margin-top: 0;
}
.lSSlideOuter.vertical .lSAction > .lSNext {
    background-position: 31px -31px;
    bottom: 10px;
    top: auto;
}
.lSSlideOuter.vertical .lSAction > .lSPrev {
    background-position: 0 -31px;
    bottom: auto;
    top: 10px;
}
/* vertical */


/* Rtl */
.lSSlideOuter.lSrtl {
    direction: rtl;
}
.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none;
}
.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
    padding-right: 0;
}
.lSSlideOuter .lightSlider > *,  .lSSlideOuter .lSGallery li {
    float: left;
	/*height: 100% !important;*/
}
.lSSlideOuter.lSrtl .lightSlider > *,  .lSSlideOuter.lSrtl .lSGallery li {
    float: right !important;
}
/* Rtl */

@-webkit-keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@-webkit-keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
@keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
.lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
.lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .rightEnd {
    -webkit-animation: topEnd 0.3s;
    animation: topEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .leftEnd {
    -webkit-animation: bottomEnd 0.3s;
    animation: bottomEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
/*/  GRab cursor */
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lSNext .fa-circle,
.lSPrev .fa-circle {
	font-size: 35px;
}
.lSNext .fa-angle-right {
	margin-left: 1px;
}
.lSPrev .fa-angle-left {
	margin-left: -1px;
}

.crossselling .lSAction .fa-circle {
	color: #ff0000;
}
.crossselling li {
	overflow: hidden;
}

.lightSlider.crossselling {
	height: 100% !important;
}
.cross_selling_outer {
	border: 1px solid #e2d3c9;
	line-height: 1.2em;
	height: 100%;
	flex-direction: column;
}
.cross_selling_outer:hover {
	border: 1px solid #e2d3c9;
	box-shadow: 4px 4px 5px #888;
	-moz-box-shadow: 4px 4px 5px #888;
	-webkit-box-shadow: 4px 4px 5px #888;
}
.cross_selling_item_txt {
	font-size: 0.9em;
	color: #76777a !important;
}
.crossselling .p-outer-name {
	height: 50px;
	overflow: hidden;
}
.cross_selling_price {
	color: #76777a;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
}
.cross_selling_base {
	font-size: 0.7em;
	color: #76777a;
	font-style: italic;
}

.d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

.fa, .fas, .far {
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: 800;
}

.form-search #cat {
	display: none;
}
.header-container.type9 .header .form-search #search {
	width: 310px;
}

#search_mini_form .search-autocomplete {
	/*display: none;*/
}

.mini-cart .lSSlideWrapper {
	/*height: 330px !important;*/
}
.mini-products-list .product-name {
	font-size: 18px;
	margin: 10px 0px 10px 0;
	height: 53px;
    overflow: hidden;
}
.mini-cart .mini-products-list {
    padding: 0 15px;
}
.mini-products-list .qty-price {
	color: #54575a;
	text-align: right;
	font-size: 16px;
	font-weight: bold;
}
.mini-products-list .price {
	color: #54575a !important;
	font-size: 16px;
	font-weight: bold;
}

.mini-cart .totals {
	padding: 20px 20px 40px 20px;
	color: #54575a !important;
}
.mini-cart .totals .shipping.label,
.mini-cart .totals .shipping.price-total .price {
	font-size: 16px;
	color: #54575a !important;
	font-weight: 200;
}
.mini-cart .totals .totalprice.label,
.mini-cart .totals .totalprice.price-total .price {
	font-weight: 600;
	font-size: 16px;
	color: #54575a !important;
}
.mini-cart .totals .left {
	padding-left: 0;
}

.mini-cart .actions a {
	width: 100%;
}
.mini-cart .item.lslide {
	/*height: 120px !important;*/
    /*margin-bottom: 0 !important;*/
    /*padding: 20px 0;*/
}
.mini-cart .mini-products-list li .product-image,
.mini-cart .mini-products-list .product-details {
    /*padding-top: 10px;*/
}
.mini-cart .lSSlideWrapper {
	/*padding: 10px 0;*/
}
.mini-cart .lSSlideOuter.vertical .lSAction > a {
    left: 0;
    margin-left: 0;
    text-align: center;
}
.mini-cart .lSSlideOuter.vertical .lSAction > .lSPrev {
    top: 0;
}
.mini-cart .lSSlideOuter.vertical .lSAction > .lSNext {
    bottom: -15px;
}
.mini-cart .scroll-bar-outer {
	float: left;
	width: 310px;
    background-color: #d9d9d7;
    height: 17px;
	margin: 0 20px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.5);
}
.lSPrev .mini-cart .scroll-bar-outer {
	padding-top: 1px;
}
.lSNext .mini-cart .scroll-bar-outer {
}
.mini-cart .scroll-bar-outer .fas {
	font-size: 15px;
}
.mini-cart .mini-products-list li {
    padding: 0;
}
.mini-cart .lSAction > a {
	opacity: 1;
}
.mini-products-list li .product-name a{
	color: #76777a;
	font-size: 15px;
}
.mini-cart .actions .btn-default {
	background-color: #d9d9d7;
    border-color: #d9d9d7;
    color: #54575a;
    font-weight: normal;
    text-transform: uppercase;
	height: 45px;
    font-size: 18px;
    padding-top: 9px;
}
.mini-cart .actions.upper {
    margin-bottom: 0;
}
.mini-cart .minicart-headline {
	width: 100%;
    text-align: left;
    color: #54575a !important;
    font-size: 18px;
	text-transform: uppercase;
	font-weight: normal;
}
.topCartContent {
	width: 350px;
}
.text-white {
	color: #ffffff;
}

@media (max-width: 1709px) {
	.mini-cart .topCartContent {
		display: none !important;
	}
}

@media (max-width:697px) {
	.cart .cart-table a{line-height:24px}
	.cart .cart-table .cart-price{display:inline-block;margin-top:15px}
	.cart .cart-table thead{display:none}
	.cart .data-table.cart-table .product-image{z-index:0}
	.cart .data-table.cart-table tbody tr{position:relative;display:block;clear:both;padding:25px 0;border-bottom:1px solid #dcdcdc}
	.cart .data-table.cart-table tbody tr.first{padding-top:0}
	.cart .data-table.cart-table tbody td{display:block;padding:0;width:100%;border-width:0;text-align:center!important}
	.cart .data-table.cart-table tbody td.pr-img-td{clear:both;padding:0 0 15px}
	.cart .data-table.cart-table tbody td.action-td{position:absolute;top:20px;z-index:1}
	.cart .data-table.cart-table tbody tr.first td.action-td{top:-5px}
	.cart .data-table.cart-table tbody td.action-td .btn-remove2{float:right;line-height:22px}
	.cart .data-table.cart-table tfoot tr.first td{padding-top:25px}
	.cart .cart-table .item-options dd{padding:0}
	.cart .cart-table .qty-holder{width:90px;margin-top:15px}
}

.cc-color-override-119780622.cc-window {
	color: #BFB2B6 !important;
}

.cc-btn:hover, .cc-btn:active {
	background-color: #76777a !important;
    border: 1px solid #76777a !important;
}
.cc-btn, .cc-btn:focus {
    background-color: #b0b0b0 !important;
    border: 1px solid #b0b0b0 !important;
    color: #fff !important;
	width: 100% !important;
}
.cc-link {
    color: #BFB2B6 !important;
}
.cc-link:focus {
    color: #76777a !important;
    text-decoration: underline !important;
}

.checkout-cart-index .topCartContent {
	display: none !important;
}

/**
 * Der Modulprogrammierer - Vinai Kopp, Rico Neitzel GbR
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * @category   DerModPro
 * @package    DerModPro_BasePrice
 * @copyright  Copyright (c) 2009 Der Modulprogrammierer - Vinai Kopp, Rico Neitzel GbR http://der-modulprogrammierer.de/
 * @copyright  Copyright (c) 2012 Netresearch GmbH 
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */
.baseprice-box {
	clear: both;
}
/* Elastislide Style */
.es-carousel-wrapper{

	padding:10px 10px;
	position:relative;
	position:relative;
	margin-bottom:20px;
}
.es-carousel{
	overflow:hidden;
	/*background:#000;*/
}
.es-carousel ul{
	display:none;
}
.es-carousel ul li{
	height:100%;
	float:left;
	display:block;
}
.es-carousel ul li a{
	display:block;
	-webkit-touch-callout:none;
	/* option */
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.es-carousel ul li.selected a{
}
.es-carousel ul li a img{
	display:block;
	border:none;
	max-height:100%;
	max-width:100%;
}
.es-nav span{
	position:absolute;
	top:50%;
	left:8px;
	background:transparent url(https://en.newsha.com/skin/frontend/base/default/ves_base/images/nav_thumbs.png) no-repeat top left;
	width:14px;
	height:26px;
	margin-top:-13px;
	text-indent:-9000px;
	cursor:pointer;
	opacity:0.8;
}
.es-nav span.es-nav-next{
	right:8px;
	left:auto;
	background-position:top right;
}
.es-nav span:hover{
	opacity:1.0;
}
.rg-image-wrapper{
	position:relative;
	padding:20px 30px;
	min-height:20px;
}
.rg-image{
	position:relative;
	text-align:center;
	line-height:0px;
}
.rg-image img{
	max-height:100%;
	max-width:100%;
}
.rg-image-nav a{
	position:absolute;
	top:0px;
	left:0px;
	background:transparent url(https://en.newsha.com/skin/frontend/base/default/ves_base/images/nav.png) no-repeat -20% 50%;
	width:28px;
	height:100%;
	text-indent:-9000px;
	cursor:pointer;
	/*opacity:0.3;*/
	outline:none;
}
.rg-image-nav a.rg-image-nav-next{
	right:0px;
	left:auto;
	background-position:115% 50%;

}
.rg-image-nav a:hover{
	/*opacity:0.8;*/
}
.rg-caption {
	text-align:center;
	margin-top:15px;
	position:relative;
}
.rg-caption p{
	font-size:11px;
	letter-spacing:2px;
	font-family: Arial, sans-serif;
	line-height:16px;
	padding:0 15px;
	text-transform:uppercase;
}
.rg-view{
	height:30px;
}
.rg-view a{
	display:block;
	float:right;
	width:16px;
	height:16px;
	margin-right:3px;
	background:#464646 url(https://en.newsha.com/skin/frontend/base/default/ves_base/images/views.png) no-repeat top left;
	border:3px solid #464646;
	opacity:0.8;
}
.rg-view a:hover{
	opacity:1.0;
}
.rg-view a.rg-view-full{
	background-position:0px 0px;
}
.rg-view a.rg-view-selected{
	background-color:#6f6f6f;
	border-color:#6f6f6f;
}
.rg-view a.rg-view-thumbs{
	background-position:0px -16px;
}
.rg-loading{
	width:46px;
	height:46px;
	position:absolute;
	top:50%;
	left:50%;
	background:#000 url(https://en.newsha.com/skin/frontend/base/default/ves_base/images/ajax-loader.gif) no-repeat center center;
	margin:-23px 0px 0px -23px;
	z-index:100;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	opacity:0.7;
}
/*Custom gallery code*/
.es-carousel ul{
	display:block;
}
.rg-view{display: none!important;}

.es-carousel.images-gallery li {
    display: inline-block;
    margin: 0 1% 1%;
    cursor: pointer;
    z-index: 2;
    position: relative;
}
.es-carousel.images-gallery li:nth-child(3n+1) {
    margin-left: 0;
}
.rg-gallery .product-image{ overflow: hidden; }
