/**
 * 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-2020 Magento, 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://www.nakedape.uk.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://www.nakedape.uk.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://www.nakedape.uk.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://www.nakedape.uk.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://www.nakedape.uk.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://www.nakedape.uk.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://www.nakedape.uk.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://www.nakedape.uk.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://www.nakedape.uk.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */

.postWrapper {
    padding-bottom: 25px;
    clear: both;
}

.postTitle {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #DDDDDD;
    margin-bottom: 15px;
}

.postTitle h2 {
    font-size: 20px;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}

.postTitle h3 {
    font-size: 10px;
    margin: 0px;
    padding-top: 2px;
    padding-right: 0px;
    padding-bottom: 2px;
    padding-left: 0px;
}

.postContent {
    padding-bottom: 10px;
}

.postDetails {

}

.postBookmarks {
    padding-bottom: 10px;
}

.postBookmarks h4 {

    font-size: 12px;
    font-weight: bold;
}

.commentWrapper {
    padding-bottom: 15px;
}

.commentContent {
    padding-bottom: 0px;
}

.commentDetails {
    margin-bottom: 5px;
    padding: 0px;
}

.commentDetails h4.username {
    display: inline;
}

.postError {
    font-size: 16px;
}

.tags {
    font-weight: bold;
    padding-bottom: 10px;
}

.tags UL {
    display: inline;
}

.tags UL LI {
    font-weight: normal;
    display: inline;
    padding-right: 6px;
}

.tags h4 {
    font-size: 12px;
    font-weight: bold;
}

.menu-tags, .menu-categories, .menu-recent {
    margin: 5px 9px;
}

.menu-tags h5, .menu-categories h5, .menu-recent h5 {
    font-size: 11px;
}

.block-blog .menu-tags UL LI {
    display: inline;
    padding: 2px;
    margin-left: 10px;
}

.block-blog .menu-categories UL LI {
    margin-left: 10px;
}

.block-blog .menu-recent UL LI {
    margin-left: 10px;
}

.block-blog .menu-recent UL LI a, .block-blog .menu-categories UL LI a, .block-blog .menu-tags UL LI a {
    font-size: 11px;
}

.tagcloud {
    /* text-align:center; */
}

.tag-count-1 {
    font-size: 1em !important;
}

.tag-count-2 {
    font-size: 1.2em !important;
}

.tag-count-3 {
    font-size: 1.4em !important;
}

.tag-count-4 {
    font-size: 1.6em !important;
}

.tag-count-5 {
    font-size: 1.8em !important;
}

.tag-count-6 {
    font-size: 2em !important;
}

.tag-count-7 {
    font-size: 2em !important;
}

.tag-count-8 {
    font-size: 2em !important;
}

.tag-count-9 {
    font-size: 2em !important;
}

.tag-count-10 {
    font-size: 2em !important;
}

.block-blog .head h4 {
    padding-left: 20px;
}

.block-blog .block-title strong {
    background-image: url(https://www.nakedape.uk.com/skin/frontend/mgstheme/default/aw_blog/images/icon_blog.png);
    background-repeat: no-repeat;
    padding-left: 21px;
    text-align: left;
}

.postWrapper .poster {
    display: inline;
}

.input-box.aw-blog-comment-area {
    width: 100%;
}

.widget-latest li {
    font-size: 12px;
    padding: 5px 10px;
}

.block-blog .menu-categories {
    margin: 0;
    padding: 5px 9px;
}

A.awblog_current_comment {
    text-decoration: none !important;
    font-weight: bold !important;
}
.lookbook-container{float:left; width:100%; display:block}
.mgs-lookbook-container{position:relative; float:left}
.mgs-lookbook-container .lookbook-image{max-width:100%}
.mgs-lookbook-container .pin-item{position:absolute; text-align:center}

/* ==========================================================================
   GENERAL
   ========================================================================== */
.pin-maker:before,
.pin-maker:after {
	content: "";
	display: table;
}
.pin-maker:after {
	clear: both;
}
.pin__wrapper {
	position: relative;
	outline: 0;
}
.pin__wrapper a:focus,
.pin__wrapper a:hover,
.pin__wrapper a:active {
	outline: 0;
}
.pin-maker .pin__wrapper {
	float: left;
}
.pin-maker .pin__wrapper .pin__image > img {
	width: 100%;
}
.pm-2col .pin__wrapper,
.pm-2col .pin__sizer {
	width: 50%;
}
.pm-3col .pin__wrapper,
.pm-3col .pin__sizer {
	width: 33.3%;
}
.pm-4col .pin__wrapper,
.pm-4col .pin__sizer {
	width: 25%;
}
.pm-5col .pin__wrapper,
.pm-5col .pin__sizer {
	width: 20%;
}
.pm-mask {
	position: relative;
}
.pm-mask:before {
	content: "";
	position: absolute;
	background: rgba(0, 0, 0, .35);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

/* ==========================================================================
   PIN TYPE ICON
   ========================================================================== */
[class*="pin__type--"] {
	position: absolute;
}
.pin__icon--add,
.pin__type--area {
	cursor: pointer;
	transition: all .35s;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
	text-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
}
.pin__size--small {
	width: 24px;
	height: 24px;
	line-height: 22px;
	font-size: 10px;
}
.pin__size--medium {
	width: 32px;
	height: 32px;
	line-height: 30px;
	font-size: 16px;
}
.pin__size--large {
	width: 48px;
	height: 48px;
	line-height: 46px;
	font-size: 18px;
}

/* ==========================================================================
   POPUP
   ========================================================================== */
.pin__popup{width:210px !important}
.popup__content img{height:auto}
.pin__popup,
.pin__title {
	position: absolute;
}
.pin__title:before,
.pin__popup:before {
	content: "";
	position: absolute;
}
.pin__title {
	white-space: nowrap;
	background: #fff;
	left: 50%;
	-webkit-transform: translateX(-50%) scale(0);
	transform: translateX(-50%) scale(0);
	top: -webkit-calc(-100% - 10px);
	top: calc(-100% - 10px);
	padding: 5px 30px;
	font-size: 14px;
	transition: transform .35s;
}
.pin__title:before {
	border: 6px solid transparent;
	border-top: 6px solid #fff;
	bottom: -12px;
	left: calc(50% - 6px);
	left: -webkit-calc(50% - 6px);
}
.pin__size--small + .pin__title {
	top: calc(-100% - 15px);
	top: -webkit-calc(-100% - 15px);
}
.pin__size--large + .pin__title {
	top: -100%;
}
.pin__type--area .pin__title {
	top: -50px;
}
.pin__type:not(.pin__opened):hover .pin__title {
	-webkit-transform: translateX(-50%) scale(1);
	transform: translateX(-50%) scale(1);
}
.pin__popup {
	box-shadow: 0 0 20px rgba(0, 0, 0, .2);
	opacity: 0;
	visibility: hidden;
	transition: all .35s;
	z-index: 100;
	border-radius: 2px;
}
.pin__type--area .pin__popup {
	text-align: initial;
}
.pin__opened .pin__popup {
	opacity: 1;
	visibility: visible;
	width:250px;
}
.pin__opened .pin__popup img, .pin__popup img{max-width:100%}
.pin__popup--zoom {
	-webkit-transform: scale(0);
	transform: scale(0);
}
.pin__popup--zoom.pin__popup--right,
.pin__popup--zoom.pin__popup--left {
	-webkit-transform: translateY(-50%) scale(0);
	transform: translateY(-50%) scale(0);
}
.pin__opened .pin__popup--zoom.pin__popup--top,
.pin__opened .pin__popup--zoom.pin__popup--bottom {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.pin__opened .pin__popup--zoom.pin__popup--right,
.pin__opened .pin__popup--zoom.pin__popup--left {
	-webkit-transform: translateY(-50%) scale(1);
	transform: translateY(-50%) scale(1);
}
.pin__popup--sup {
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
}
.pin__popup--sup.pin__popup--right,
.pin__popup--sup.pin__popup--left {
	-webkit-transform: translateY(calc(-50% + 30px));
	transform: translateY(calc(-50% + 30px));
}
.pin__opened .pin__popup--sup.pin__popup--right,
.pin__opened .pin__popup--sup.pin__popup--left,
.pin__opened .pin__popup--sdown.pin__popup--right,
.pin__opened .pin__popup--sdown.pin__popup--left {
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.pin__popup--sdown {
	-webkit-transform: translateY(-30px);
	transform: translateY(-30px);
}
.pin__popup--sdown.pin__popup--right,
.pin__popup--sdown.pin__popup--left {
	-webkit-transform: translateY(calc(-50% - 30px));
	transform: translateY(calc(-50% - 30px));
}
.pin__popup--sleft {
	-webkit-transform: translateX(30px);
	transform: translateX(30px);
}
.pin__popup--sleft.pin__popup--right,
.pin__popup--sleft.pin__popup--left {
	-webkit-transform: translateY(-50%) translateX(30px);
	transform: translateY(-50%) translateX(30px);
}
.pin__opened .pin__popup--sleft.pin__popup--right,
.pin__opened .pin__popup--sleft.pin__popup--left,
.pin__opened .pin__popup--sright.pin__popup--right,
.pin__opened .pin__popup--sright.pin__popup--left {
	-webkit-transform: translateY(-50%) translateX(0);
	transform: translateY(-50%) translateX(0);
}
.pin__popup--sright {
	-webkit-transform: translateX(-30px);
	transform: translateX(-30px);
}
.pin__popup--sright.pin__popup--right,
.pin__popup--sright.pin__popup--left {
	-webkit-transform: translateY(-50%) translateX(-30px);
	transform: translateY(-50%) translateX(-30px);
}
.pin__popup--rotate {
	-webkit-transform: rotateY(360deg);
	transform: rotateY(360deg);
}
.pin__popup--rotate.pin__popup--right,
.pin__popup--rotate.pin__popup--left {
	-webkit-transform: translateY(-50%) rotateY(360deg);
	transform: translateY(-50%) rotateY(360deg);
}
.pin__opened .pin__popup--rotate.pin__popup--right,
.pin__opened .pin__popup--rotate.pin__popup--left {
	-webkit-transform: translateY(-50%) rotateY(0deg);
	transform: translateY(-50%) rotateY(0deg);
}
.pin__opened .pin__popup--sup,
.pin__opened .pin__popup--sdown {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.pin__opened .pin__popup--sleft,
.pin__opened .pin__popup--sright {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.pin__opened .pin__popup--rotate {
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
}
.pin__popup:before {
	border: 10px solid transparent;
}
.pin__popup--top {
	bottom: calc(100% + 15px);
}
.pin__popup--top:before {
	border-top: 10px solid #fff;
	left: calc(50% - 10px);
	bottom: -20px;
}
.pin__popup--bottom {
	top: calc(100% + 15px);
}
.pin__popup--bottom:before {
	border-bottom: 10px solid #fff;
	left: calc(50% - 10px);
	top: -20px;
}
.pin__popup--right {
	left: calc(100% + 15px);
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.pin__popup--right:before {
	border-right: 10px solid #fff;
	left: -20px;
	top: calc(50% - 10px);
}
.pin__popup--left {
	right: calc(100% + 15px);
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.pin__popup--left:before {
	border-left: 10px solid #fff;
	right: -20px;
	top: calc(50% - 10px);
}
.popup__title {
	padding: 10px 12px;
	font-size: 16px;
}
.popup__content {
	padding: 12px;
}
.popup__title + .popup__content {
	border-top: 2px solid #f2f2f2;
}
.popup__content iframe {
	width: 100%;
	height: 100%;
}
.popup__content--product {
	text-align: center;
	background:#fff;
}
.popup__content--product > *:not(:last-child) {
	margin-bottom: 10px;
}
.pin__popup .popup__content--product h3 {
	font-size: 15px;
	color: #222;
	margin-top: 0;
	margin-bottom: 10px;
	text-transform:none;
}
.popup__content--product > span {
	font-size: 14px;
	display: block;
	line-height: 1;
	color: #878787;
}
.popup__content--product > span ins {
	background: none;
	color: #c60f02;
	text-decoration: none;
}
.popup__content--product > div {
	border-top: 1px solid #ddd;
	margin: 0 -12px;
}
.popup__content--product > div a {
	display: inline-block;
	width: 50%;
	color: #636363;
	padding: 12px 0 0;
	margin: 0;
	background: none;
	box-shadow: none;
	border: 0;
	font-weight: normal;
	height: auto;
	line-height: 1;
	text-decoration:none;
}
.popup__content--product > div a:hover {
	background: none;
	color: #222;
}
.pin__popup_text_content{background:#fff; color:#878787}
.pin__popup_text_content .popup__title{color:#2b2b2b}
.pin__popup_text_content .popup__content{line-height:23px}
/* ==========================================================================
   SLIDER
   ========================================================================== */
.pm-slick {
	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;
}
.pm-slick .slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.pm-slick .slick-list:focus,
.pm-slick .slick-arrow:focus {
	outline: none;
}
.pm-slick .slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.pm-slick .slick-track,
.pm-slick .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.pm-slick .slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}
.pm-slick .slick-track:before,
.pm-slick .slick-track:after {
	display: table;
	content: '';
}
.pm-slick .slick-track:after {
	clear: both;
}
.slick-loading .slick-track,
.pm-slick .slick-loading .slick-slide {
	visibility: hidden;
}
.pm-slick .slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .pm-slick .slick-slide {
	float: right;
}
.pm-slick .slick-slide img,
.pm-slick.slick-initialized .slick-slide {
	display: block;
}
.pm-slick .slick-slide.slick-loading img,
.pm-slick .slick-arrow.slick-hidden {
	display: none;
}
.pm-slick .slick-slide.dragging img {
	pointer-events: none;
}
.pm-slick.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.pm-slick .slick-arrow {
	position: absolute;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	top: calc(50% - 16px);
	z-index: 10;
	text-indent: -999em;
	background: #65affa;
	color: #fff;
	border: 3px solid rgba(255, 255, 255, .45);
	transition: all .35s;
	opacity: 0;
	line-height: 26px;
}
.pm-slick:hover .slick-arrow {
	opacity: 1;
}
.pm-slick .slick-arrow:hover {
	background: #3881ca;
}
.pm-slick .slick-next {
	right: 20px;
}
.pm-slick .slick-prev {
	left: 20px;
}
.pm-slick .slick-arrow:before {
	position: absolute;
	font-family: icomoon;
	text-indent: 0;
	display: block;
	font-size: 12px;
	width: 18px;
}
.pm-slick .slick-prev:before {
	content: "\e901";
}
.pm-slick .slick-next:before {
	content: "\e902";	
}
.pm-slick.slick-dotted {
	margin-bottom: 30px;
}
.pm-slick .slick-dots {
	position: absolute;
	bottom: -45px;
	display: block;
	width: 100%;
	padding: 0;
	list-style: none;
	text-align: center;
}
.pm-slick .slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	padding: 0;
	cursor: pointer;
}
.pm-slick .slick-dots li button {
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
	width: 20px;
	height: 20px;
	padding: 0;
}
.pm-slick .slick-dots li button:hover,
.pm-slick .slick-dots li button:focus {
	outline: none;
}
.pm-slick .slick-dots li button:hover:before,
.pm-slick .slick-dots li button:focus:before {
	opacity: 1;
}
.pm-slick .slick-dots li button:before {
	font-size: 32px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	line-height: 14px;
	content: '•';
	text-align: center;
	opacity: .25;
	color: #65affa;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.pm-slick .slick-dots li.slick-active button:before {
	opacity: 1;
}

.pin__title{color:#878787; line-height:25px}
.popup__content--product > div{line-height:normal}
.pin__popup div.price-box{border:none}
.pin__popup .price-box .price-label{display:none}
.pin__popup .price-box p{width:49%; text-align:right; display:inline-block; margin-bottom:0}
.pin__popup .price-box p .price{margin-right:10px}
.pin__popup .price-box p.special-price{text-align:left;}
.pin__popup .price-box p.special-price .price{margin-left:10px}
.pin__popup div.price-box .price{font-size:14px}

.lookbook-slider .owl-dots{
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
}

.lookbook-slider .owl-dots {
    bottom: 30px;
    top: auto;
	height:0;
}

.lookbook-slider{clear:both}
.lookbook-slider .owl-dots .owl-dot span{width:15px; height:15px; background:#f9f9f9}
.lookbook-slider .owl-dots .owl-dot.active span, .lookbook-slider .owl-dots .owl-dot:hover span{background:#65affa}
.lookbook-slider .owl-nav{margin:-20px 0 0 0}
.lookbook-slider .owl-nav [class*="owl-"]{background:none; padding:0; margin:0; width:40px; height:40px; opacity:0; position:absolute; top:50%; margin-top:-20px; transition:all 0.35s ease 0s; -webkit-transition:all 0.35s ease 0s}
.lookbook-slider .owl-nav [class*="owl-"]:hover{background:none; opacity:1}
.lookbook-slider:hover .owl-nav [class*="owl-"]{opacity:1}
.lookbook-slider:hover .owl-nav .disabled{opacity:0.4 !important }
.lookbook-slider .owl-nav img{max-width:100%}
.lookbook-slider .owl-next{right:20px}
.lookbook-slider .owl-prev{left:20px}

@media (max-width: 960px) {
	.pin__popup{width:200px !important}
	.pin__popup .popup__content{padding:10px}
	.popup__content--product > div{margin:0 -10px}
	.popup__content img{height:auto}
	.popup__content--product > *:not(:last-child){margin-bottom:10px}
	.pin__popup .popup__content--product h3{font-size:12px; margin-bottom:10px}
	.popup__content .price{margin-bottom:10px}
	.popup__content--product > div a{padding:10px 0 0}
}

@media (max-width: 768px) {
	.pin__popup{width:140px !important}
	.popup__content img{height:auto}
	.pin__popup .popup__content--product h3, .popup__content--product > div a, .popup__content .price{font-size:11px;}
}
.promo-banner{
	position:relative;
	overflow: hidden;
}
.promo-banner .banner-hover a{position:absolute; top:0; left:0; width:100%; height:100%}
.promo-banner .text-container h1,.promo-banner .text-container .h1, .promo-banner .text-container h2, .promo-banner .text-container h3, .promo-banner .text-container h4,.promo-banner .text-container h5,.promo-banner .text-container h6,.promo-banner .text-container p {
	margin-bottom: 10px;
	font-weight: 400;
}
.promo-banner .text-container {
	position: absolute;
	padding: 30px;
	z-index: 98;
}
.promo-banner .text-left {
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	left: 0;
	text-align: left;
}
.promo-banner .text-top-left {
	left: 0;
	top: 0;
	bottom: auto;
}
.promo-banner .text-right {
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	right: 0;
	text-align: right;
}
.promo-banner .text-top-right {
	right: 0;
	top: 0;
	bottom: auto;
}
.promo-banner .text-center {
	top: 50%;
	width: 100%;
	text-align: center;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.promo-banner .text-top-center {
	top: 0;
	width: 100%;
	text-align: center;
}
.promo-banner .text-bottom-center {
	bottom: 0;
	width: 100%;
	text-align: center;
}
.promo-banner .text-bottom-left {
	bottom: 0;
	left: 0;
	top: auto;
}
.promo-banner .text-bottom-right {
	bottom: 0;
	right: 0;
	top: auto;
}
.promo-banner .view-more { margin-top: 10px; }
.social-login-options {   
    padding-top: 20px;
}
.social-facebook {
    display: inline;
    float: left;    
    margin-bottom: 5px;
    margin-right: 5px;
    text-indent: -9999px;
}
.social-facebook a {
    background-position: 0 0;
    background-repeat: no-repeat;
    border-radius: 2px;
    display: block;
    height: 28px;
    transition: all 0.3s ease-in-out 0s;
    width: 28px;
}
.social-facebook a:hover {
    background-position: 0 -38px;
}
.social-facebook .facebook {
    background: rgba(0, 0, 0, 0) url("https://www.nakedape.uk.com/skin/frontend/mgstheme/default/mgs/social/images/facebook.png") no-repeat scroll 0 0;
}
.social-google {
    display: inline;
    float: left;    
    margin-bottom: 5px;
    margin-right: 5px;
    text-indent: -9999px;
}
.social-google a {
    background-position: 0 0;
    background-repeat: no-repeat;
    border-radius: 2px;
    display: block;
    height: 28px;
    transition: all 0.3s ease-in-out 0s;
    width: 28px;
}
.social-google a:hover {
    background-position: 0 -38px;
}
.social-google .google {
    background: rgba(0, 0, 0, 0) url("https://www.nakedape.uk.com/skin/frontend/mgstheme/default/mgs/social/images/googleplus.png") no-repeat scroll 0 0;
}
.social-twitter {
    display: inline;
    float: left;    
    margin-bottom: 5px;
    margin-right: 5px;
    text-indent: -9999px;
}
.social-twitter a {
    background-position: 0 0;
    background-repeat: no-repeat;
    border-radius: 2px;
    display: block;
    height: 28px;
    transition: all 0.3s ease-in-out 0s;
    width: 28px;
}
.social-twitter a:hover {
    background-position: 0 -38px;
}
.social-twitter .twitter {
    background: rgba(0, 0, 0, 0) url("https://www.nakedape.uk.com/skin/frontend/mgstheme/default/mgs/social/images/twitter.png") no-repeat scroll 0 0;
}
/*!
 * Bootstrap v3.2.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.1 | MIT License | git.io/normalize */html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}@media print{*{color:#000!important;text-shadow:none!important;background:transparent!important;-webkit-box-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100%!important}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}select{background:#fff!important}.navbar{display:none}.table td,.table th{background-color:#fff!important}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table-bordered th,.table-bordered td{border:1px solid #ddd!important}}@font-face{font-family:'Glyphicons Halflings';src:url(https://www.nakedape.uk.com/skin/frontend/mgstheme/default/fonts/glyphicons-halflings-regular.eot);src:url(https://www.nakedape.uk.com/skin/frontend/mgstheme/default/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(https://www.nakedape.uk.com/skin/frontend/mgstheme/default/fonts/glyphicons-halflings-regular.woff) format('woff'),url(https://www.nakedape.uk.com/skin/frontend/mgstheme/default/fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(https://www.nakedape.uk.com/skin/frontend/mgstheme/default/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\2a"}.glyphicon-plus:before{content:"\2b"}.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:before,:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#428bca;text-decoration:none}a:hover,a:focus{color:#2a6496;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive,.thumbnail>img,.thumbnail a>img,.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;width:100% \9;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;width:100% \9;max-width:100%;height:auto;padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small{font-weight:400;line-height:1;color:#777}h1,.h1,h2,.h2,h3,.h3{margin-top:20px;margin-bottom:10px}h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small{font-size:65%}h4,.h4,h5,.h5,h6,.h6{margin-top:10px;margin-bottom:10px}h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small{font-size:75%}h1,.h1{font-size:36px}h2,.h2{font-size:30px}h3,.h3{font-size:24px}h4,.h4{font-size:18px}h5,.h5{font-size:14px}h6,.h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}small,.small{font-size:85%}cite{font-style:normal}mark,.mark{padding:.2em;background-color:#fcf8e3}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#428bca}a.text-primary:hover{color:#3071a9}.text-success{color:#3c763d}a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#428bca}a.bg-primary:hover{background-color:#3071a9}.bg-success{background-color:#dff0d8}a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ul,ol{margin-top:0;margin-bottom:10px}ul ul,ol ul,ul ol,ol ol{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;margin-left:-5px;list-style:none}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dt,dd{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child{margin-bottom:0}blockquote footer,blockquote small,blockquote .small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote footer:before,blockquote small:before,blockquote .small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}.blockquote-reverse footer:before,blockquote.pull-right footer:before,.blockquote-reverse small:before,blockquote.pull-right small:before,.blockquote-reverse .small:before,blockquote.pull-right .small:before{content:''}.blockquote-reverse footer:after,blockquote.pull-right footer:after,.blockquote-reverse small:after,blockquote.pull-right small:after,.blockquote-reverse .small:after,blockquote.pull-right .small:after{content:'\00A0 \2014'}blockquote:before,blockquote:after{content:""}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{margin-right:-15px;margin-left:-15px}.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{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>td{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>thead>tr>th,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>td{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{border-bottom-width:2px}.table-striped>tbody>tr:nth-child(odd)>td,.table-striped>tbody>tr:nth-child(odd)>th{background-color:#f9f9f9}.table-hover>tbody>tr:hover>td,.table-hover>tbody>tr:hover>th{background-color:#f5f5f5}table col[class*=col-]{position:static;display:table-column;float:none}table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none}.table>thead>tr>td.active,.table>tbody>tr>td.active,.table>tfoot>tr>td.active,.table>thead>tr>th.active,.table>tbody>tr>th.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>tbody>tr.active>td,.table>tfoot>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr.active>th,.table>tfoot>tr.active>th{background-color:#f5f5f5}.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover,.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr.active:hover>th{background-color:#e8e8e8}.table>thead>tr>td.success,.table>tbody>tr>td.success,.table>tfoot>tr>td.success,.table>thead>tr>th.success,.table>tbody>tr>th.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>tbody>tr.success>td,.table>tfoot>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr.success>th,.table>tfoot>tr.success>th{background-color:#dff0d8}.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr.success:hover>th{background-color:#d0e9c6}.table>thead>tr>td.info,.table>tbody>tr>td.info,.table>tfoot>tr>td.info,.table>thead>tr>th.info,.table>tbody>tr>th.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>tbody>tr.info>td,.table>tfoot>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr.info>th,.table>tfoot>tr.info>th{background-color:#d9edf7}.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr.info:hover>th{background-color:#c4e3f3}.table>thead>tr>td.warning,.table>tbody>tr>td.warning,.table>tfoot>tr>td.warning,.table>thead>tr>th.warning,.table>tbody>tr>th.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>tbody>tr.warning>td,.table>tfoot>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr.warning>th,.table>tfoot>tr.warning>th{background-color:#fcf8e3}.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr.warning:hover>th{background-color:#faf2cc}.table>thead>tr>td.danger,.table>tbody>tr>td.danger,.table>tfoot>tr>td.danger,.table>thead>tr>th.danger,.table>tbody>tr>th.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>tbody>tr.danger>td,.table>tfoot>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr.danger>th,.table>tfoot>tr.danger>th{background-color:#f2dede}.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr.danger:hover>th{background-color:#ebcccc}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=radio],input[type=checkbox]{margin:4px 0 0;margin-top:1px \9;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=file]:focus,input[type=radio]:focus,input[type=checkbox]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-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}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#777;opacity:1}.form-control:-ms-input-placeholder{color:#777}.form-control::-webkit-input-placeholder{color:#777}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{cursor:not-allowed;background-color:#eee;opacity:1}textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{line-height:34px;line-height:1.42857143 \0}input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm{line-height:30px}input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg{line-height:46px}.form-group{margin-bottom:15px}.radio,.checkbox{position:relative;display:block;min-height:20px;margin-top:10px;margin-bottom:10px}.radio label,.checkbox label{padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.radio input[type=radio],.radio-inline input[type=radio],.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox]{position:absolute;margin-top:4px \9;margin-left:-20px}.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}input[type=radio][disabled],input[type=checkbox][disabled],input[type=radio].disabled,input[type=checkbox].disabled,fieldset[disabled] input[type=radio],fieldset[disabled] input[type=checkbox]{cursor:not-allowed}.radio-inline.disabled,.checkbox-inline.disabled,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox-inline{cursor:not-allowed}.radio.disabled label,.checkbox.disabled label,fieldset[disabled] .radio label,fieldset[disabled] .checkbox label{cursor:not-allowed}.form-control-static{padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-right:0;padding-left:0}.input-sm,.form-horizontal .form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}textarea.input-sm,select[multiple].input-sm{height:auto}.input-lg,.form-horizontal .form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-lg{height:46px;line-height:46px}textarea.input-lg,select[multiple].input-lg{height:auto}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:25px;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center}.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-error .form-control-feedback{color:#a94442}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn,.form-inline .input-group .form-control{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .radio,.form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .radio label,.form-inline .checkbox label{padding-left:0}.form-inline .radio input[type=radio],.form-inline .checkbox input[type=checkbox]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .radio,.form-horizontal .checkbox{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.form-horizontal .has-feedback .form-control-feedback{top:0;right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:14.3px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}.btn:focus,.btn:active:focus,.btn.active:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.btn:focus{color:#333;text-decoration:none}.btn:active,.btn.active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{pointer-events:none;cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default:hover,.btn-default:focus,.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#428bca;border-color:#357ebd}.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#3071a9;border-color:#285e8e}.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active{background-color:#428bca;border-color:#357ebd}.btn-primary .badge{color:#428bca;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info:hover,.btn-info:focus,.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:400;color:#428bca;cursor:pointer;border-radius:0}.btn-link,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent}.btn-link:hover,.btn-link:focus{color:#2a6496;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus{color:#777;text-decoration:none}.btn-lg,.btn-group-lg>.btn{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.btn-sm,.btn-group-sm>.btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-xs,.btn-group-xs>.btn{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=submit].btn-block,input[type=reset].btn-block,input[type=button].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition:height .35s ease;-o-transition:height .35s ease;transition:height .35s ease}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px solid;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;background-color:#428bca;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#777}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px solid}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:1px}@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{right:auto;left:0}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;float:left}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active{z-index:2}.btn-group>.btn:focus,.btn-group-vertical>.btn:focus{outline:0}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child>.btn:last-child,.btn-group>.btn-group:first-child>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn>input[type=radio],[data-toggle=buttons]>.btn>input[type=checkbox]{position:absolute;z-index:-1;filter:alpha(opacity=0);opacity:0}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-right:0;padding-left:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn,select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn,select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn{height:auto}.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell}.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=radio],.input-group-addon input[type=checkbox]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.btn{border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:hover,.input-group-btn>.btn:focus,.input-group-btn>.btn:active{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{margin-left:-1px}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:hover,.nav>li.disabled>a:focus{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{background-color:#eee;border-color:#428bca}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus{color:#fff;background-color:#428bca}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:340px}@media (max-width:480px) and (orientation:landscape){.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:200px}}.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030;-webkit-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}@media (min-width:768px){.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;height:50px;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}.navbar-nav.navbar-right:last-child{margin-right:-15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important}}.navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn,.navbar-form .input-group .form-control{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .radio,.navbar-form .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .radio label,.navbar-form .checkbox label{padding-left:0}.navbar-form .radio input[type=radio],.navbar-form .checkbox input[type=checkbox]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}}@media (min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-form.navbar-right:last-child{margin-right:-15px}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}.navbar-text.navbar-right:last-child{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus{color:#555;background-color:#e7e7e7}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:hover,.navbar-default .btn-link:focus{color:#333}.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:hover,.navbar-default .btn-link[disabled]:focus,fieldset[disabled] .navbar-default .btn-link:focus{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#777}.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#777}.navbar-inverse .navbar-nav>li>a{color:#777}.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus{color:#fff;background-color:#080808}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#777}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#777}.navbar-inverse .btn-link:hover,.navbar-inverse .btn-link:focus{color:#fff}.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:hover,.navbar-inverse .btn-link[disabled]:focus,fieldset[disabled] .navbar-inverse .btn-link:focus{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#428bca;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{color:#2a6496;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{z-index:2;color:#fff;cursor:default;background-color:#428bca;border-color:#428bca}.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:hover,.pager li>a:focus{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:hover,a.label:focus{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:hover,.label-default[href]:focus{background-color:#5e5e5e}.label-primary{background-color:#428bca}.label-primary[href]:hover,.label-primary[href]:focus{background-color:#3071a9}.label-success{background-color:#5cb85c}.label-success[href]:hover,.label-success[href]:focus{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:hover,.label-info[href]:focus{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:hover,.label-warning[href]:focus{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:hover,.label-danger[href]:focus{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-xs .badge{top:0;padding:1px 5px}a.badge:hover,a.badge:focus{color:#fff;text-decoration:none;cursor:pointer}a.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#428bca;background-color:#fff}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron h1,.jumbotron .h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron{border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron{padding-right:60px;padding-left:60px}.jumbotron h1,.jumbotron .h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.thumbnail>img,.thumbnail a>img{margin-right:auto;margin-left:auto}a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active{border-color:#428bca}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#428bca;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-striped .progress-bar,.progress-bar-striped{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress.active .progress-bar,.progress-bar.active{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar[aria-valuenow="1"],.progress-bar[aria-valuenow="2"]{min-width:30px}.progress-bar[aria-valuenow="0"]{min-width:30px;color:#777;background-color:transparent;background-image:none;-webkit-box-shadow:none;box-shadow:none}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.media,.media-body{overflow:hidden;zoom:1}.media,.media .media{margin-top:15px}.media:first-child{margin-top:0}.media-object{display:block}.media-heading{margin:0 0 5px}.media>.pull-left{margin-right:10px}.media>.pull-right{margin-left:10px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}a.list-group-item{color:#555}a.list-group-item .list-group-item-heading{color:#333}a.list-group-item:hover,a.list-group-item:focus{color:#555;text-decoration:none;background-color:#f5f5f5}.list-group-item.disabled,.list-group-item.disabled:hover,.list-group-item.disabled:focus{color:#777;background-color:#eee}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{z-index:2;color:#fff;background-color:#428bca;border-color:#428bca}.list-group-item.active .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>.small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:hover .list-group-item-text,.list-group-item.active:focus .list-group-item-text{color:#e1edf7}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:hover,a.list-group-item-success:focus{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:hover,a.list-group-item-success.active:focus{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:hover,a.list-group-item-info:focus{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:hover,a.list-group-item-info.active:focus{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:hover,a.list-group-item-warning:focus{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:hover,a.list-group-item-danger:focus{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group{margin-bottom:0}.panel>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.table,.panel>.table-responsive>.table,.panel>.panel-collapse>.table{margin-bottom:0}.panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table:last-child,.panel>.table-responsive:last-child>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child th,.panel>.table>tbody:first-child>tr:first-child td{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#428bca}.panel-primary>.panel-heading{color:#fff;background-color:#428bca;border-color:#428bca}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#428bca}.panel-primary>.panel-heading .badge{color:#428bca;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#428bca}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate3d(0,-25%,0);-o-transform:translate3d(0,-25%,0);transform:translate3d(0,-25%,0)}.modal.in .modal-dialog{-webkit-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{min-height:16.43px;padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-size:12px;line-height:1.4;visibility:visible;filter:alpha(opacity=0);opacity:0}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{bottom:0;left:5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{right:5px;bottom:0;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;left:5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;right:5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;text-align:left;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2)}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;font-weight:400;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{content:"";border-width:10px}.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>img,.carousel-inner>.item>a>img{line-height:1}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);filter:alpha(opacity=50);opacity:.5}.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);background-repeat:repeat-x}.carousel-control:hover,.carousel-control:focus{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9}.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;z-index:5;display:inline-block}.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left{left:50%;margin-left:-10px}.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{right:50%;margin-right:-10px}.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;margin-top:-10px;font-family:serif}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-15px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-15px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-15px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.clearfix:before,.clearfix:after,.dl-horizontal dd:before,.dl-horizontal dd:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.pager:before,.pager:after,.panel-body:before,.panel-body:after,.modal-footer:before,.modal-footer:after{display:table;content:" "}.clearfix:after,.dl-horizontal dd:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.btn-toolbar:after,.btn-group-vertical>.btn-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after,.panel-body:after,.modal-footer:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important;visibility:hidden!important}.affix{position:fixed;-webkit-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}@-ms-viewport{width:device-width}.visible-xs,.visible-sm,.visible-md,.visible-lg{display:none!important}.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table}tr.visible-xs{display:table-row!important}th.visible-xs,td.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table}tr.visible-sm{display:table-row!important}th.visible-sm,td.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table}tr.visible-md{display:table-row!important}th.visible-md,td.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table}tr.visible-lg{display:table-row!important}th.visible-lg,td.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table}tr.visible-print{display:table-row!important}th.visible-print,td.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}
.margin5{margin:5px}
.margin10{margin:10px}
.margin15{margin:15px}
.margin20{margin:20px}
.margin25{margin:25px}
.margin30{margin:30px}
.margin35{margin:35px}
.margin40{margin:40px}
.margin-top5{margin-top:5px}
.margin-top10{margin-top:10px}
.margin-top15{margin-top:15px}
.margin-top20{margin-top:20px}
.margin-top25{margin-top:25px}
.margin-top30{margin-top:30px}
.margin-top35{margin-top:35px}
.margin-top40{margin-top:40px}
.margin-right5{margin-right:5px}
.margin-right10{margin-right:10px}
.margin-right15{margin-right:15px}
.margin-right20{margin-right:20px}
.margin-right25{margin-right:25px}
.margin-right30{margin-right:30px}
.margin-right35{margin-right:35px}
.margin-right40{margin-right:40px}
.margin-bottom5{margin-bottom:5px}
.margin-bottom10{margin-bottom:10px}
.margin-bottom15{margin-bottom:15px}
.margin-bottom20{margin-bottom:20px}
.margin-bottom25{margin-bottom:25px}
.margin-bottom30{margin-bottom:30px}
.margin-bottom35{margin-bottom:35px}
.margin-bottom40{margin-bottom:40px}
.margin-left5{margin-left:5px}
.margin-left10{margin-left:10px}
.margin-left15{margin-left:15px}
.margin-left20{margin-left:20px}
.margin-left25{margin-left:25px}
.margin-left30{margin-left:30px}
.margin-left35{margin-left:35px}
.margin-left40{margin-left:40px}

.padding5{padding:5px}
.padding10{padding:10px}
.padding15{padding:15px}
.padding20{padding:20px}
.padding25{padding:25px}
.padding30{padding:30px}
.padding35{padding:35px}
.padding40{padding:40px}
.padding-top5{padding-top:5px}
.padding-top10{padding-top:10px}
.padding-top15{padding-top:15px}
.padding-top20{padding-top:20px}
.padding-top25{padding-top:25px}
.padding-top30{padding-top:30px}
.padding-top35{padding-top:35px}
.padding-top40{padding-top:40px}
.padding-right5{padding-right:5px}
.padding-right10{padding-right:10px}
.padding-right15{padding-right:15px}
.padding-right20{padding-right:20px}
.padding-right25{padding-right:25px}
.padding-right30{padding-right:30px}
.padding-right35{padding-right:35px}
.padding-right40{padding-right:40px}
.padding-bottom5{padding-bottom:5px}
.padding-bottom10{padding-bottom:10px}
.padding-bottom15{padding-bottom:15px}
.padding-bottom20{padding-bottom:20px}
.padding-bottom25{padding-bottom:25px}
.padding-bottom30{padding-bottom:30px}
.padding-bottom35{padding-bottom:35px}
.padding-bottom40{padding-bottom:40px}
.padding-left5{padding-left:5px}
.padding-left10{padding-left:10px}
.padding-left15{padding-left:15px}
.padding-left20{padding-left:20px}
.padding-left25{padding-left:25px}
.padding-left30{padding-left:30px}
.padding-left35{padding-left:35px}
.padding-left40{padding-left:40px}

@media (min-width: 1200px) {
	.width1024 .container{width:1024px}
	.width1200 .container{width:1200px}
	.width1366 .container{width:1366px}
	.fullwidth .container{width:100%}
}
@media only screen and (min-width : 992px){
	.col-md-custom-5, .col-md-custom-7, .col-md-custom-8{float: left;}
	.products-grid-custom-5{margin:0 5px}
	.col-md-custom-5{width:20%; padding-left:10px; padding-right:10px}
	.product-category-tab.owl-carousel.col-md-custom-5 .owl-item{ padding: 0; margin:0 -10px}
	
	.products-grid-custom-7{margin:0 10px}
	.col-md-custom-7{width:14.28%; padding-left:5px; padding-right:5px}
	.product-category-tab.owl-carousel.col-md-custom-7 .owl-item{ padding: 0; margin:0 -5px}
	
	.products-grid-custom-8{margin:0 12px}
	.col-md-custom-8{width:12.5%; padding-left:3px; padding-right:3px}
	.product-category-tab.owl-carousel.col-md-custom-8 .owl-item{ padding: 0; margin:0 -3px}
}
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('https://www.nakedape.uk.com/skin/frontend/mgstheme/default/fonts/fontawesome-webfont.eot?v=4.5.0');
  src: url('https://www.nakedape.uk.com/skin/frontend/mgstheme/default/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('https://www.nakedape.uk.com/skin/frontend/mgstheme/default/fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('https://www.nakedape.uk.com/skin/frontend/mgstheme/default/fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('https://www.nakedape.uk.com/skin/frontend/mgstheme/default/fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('https://www.nakedape.uk.com/skin/frontend/mgstheme/default/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}

/**
	* 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@magentocommerce.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.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Reset ================================================================================= */
/* Key Frame - Create Animation */
.top-panel{
	z-index: 20000 !important;
}
.edit-panel{
	position: relative;
	z-index: 20000;
}
.builder-iframe .mfp-close,
.builder-iframe .mfp-close:hover{
	border: 0;
}
@-webkit-keyframes dot-amimation {
    0% {
        -webkit-transform: translateY(-2px)
    }
    50% {
        -webkit-transform: translateY(2px)
    }
    100% {
        -webkit-transform: translateY(-2px)
    }
}

@keyframes dot-amimation {
    0% {
        transform: translateY(-2px)
    }
    50% {
        transform: translateY(2px)
    }
    100% {
        transform: translateY(-2px)
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes sk-bounce{
    0%,100%{
        -webkit-transform:scale(0)
    }
    50%{
        -webkit-transform:scale(1)
    }
}

@keyframes sk-bounce{
    0%,100%{
        transform:scale(0);
        -webkit-transform:scale(0)
    }
    50%{
        transform:scale(1);
        -webkit-transform:scale(1)
    }
}

@-webkit-keyframes fadeIn { 
    from { 
        opacity: 0.4; 
    } 
}
@keyframes fadeIn { 
    from { 
        opacity: 0.4; 
		} 
}
/**/
*::-webkit-input-placeholder {
  color: #999 !important;
}
*:-moz-placeholder {
  color: #999 !important;
}
*::-moz-placeholder {
  color: #999 !important;
}
*:-ms-input-placeholder {
  color: #999 !important;
}
.button-fixed{position:relative}
.button-fixed .button{position:fixed; bottom:10px; right:10px; z-index:9999}
.button-fixed .active{background: #8fb21f !important;border-color:#8fb21f !important;text-transform:uppercase;font-weight:bold;font-size:13px;}
.top-panel .toggle label{
	line-height: 22px !important;
	padding: 0;
}
.top-panel .toggle.btn{
	min-height: 24px !important;
	border-radius: 5px;
	border: none !important;
}
.toggle-off.btn{
	padding-left: 20px !important;
	
	height: auto;
}
.toggle-on.btn{
	padding-right: 20px !important;
}
.top-panel .toggle-handle{
	padding: 12px;
	line-height: 1.42857143 !important;
	
}
.top-panel .translate-inline-check{
	line-height: 30px !important;
	float: right;
	margin-right: 30px;
}
.apply-to-all{
	right: 230px !important;
}
.section-builder .btn-new-block{
	width: 204px !important;
	line-height: 40px ;
}
* { margin:0; padding:0; outline: none; outline-offset: 0; }

html,
body {
  overflow-x: hidden !important;
  overflow-y: auto;
}
body {
  color: #999;
  font-size: 14px;
  line-height: 1.7;
  background: #fff;
  word-wrap: break-word;
}
#maincontent {
  min-height: 300px;
}
a {
  color: #333;
  text-decoration: none;
  transition: .5s;
}
a:hover,
a:focus,
a:active {
  color: #000;
  text-decoration: none;
  outline: 0;
}
ul,
ol {
  padding: 0;
  list-style: none;
  margin: 0;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: 600;
  line-height: 1.2;
  color: #000;
  margin: 0;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin-bottom: 1.7em;
  margin-top: 0;
}


/* Form */
::-webkit-input-placeholder {
  color: #c1c1c1;
}
:-moz-placeholder {
  color: #c1c1c1;
}
::-moz-placeholder {
  color: #c1c1c1;
}
:-ms-input-placeholder {
  color: #c1c1c1;
  }
.label,
label {
  font-weight: 500;
  color: #000;
  display: inline-block;
  padding: 0;
  margin: 0 0 5px;
  line-height: inherit;
  font-size: inherit;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  -moz-transition: background-color 5000s ease-in-out 0s;
  -o-transition: background-color 5000s ease-in-out 0s;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
@-moz-document url-prefix() {
  select:-moz-focusring,
  select::-moz-focus-inner {
    color: transparent !important;
    text-shadow: 0 0 0 #999 !important;
    background-image: none !important;
    border: 0;
  }
}
input:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder {
  color: transparent;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
  background: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  font-size: 13px;
  height: 40px;
  line-height: 36px;
  padding: 0 10px;
  vertical-align: baseline;
  width: 100%;
  color: #878787;
  box-shadow: none !important;
}
input[type="number"] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="radio"],
.checkbox-inline input[type="radio"],
.radio input[type="checkbox"],
.radio-inline input[type="checkbox"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  margin-top: 2px;
}
textarea,
textarea.form-control,
textarea.input-text {
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
  min-height: 120px;
  background: #fff;
  box-shadow: none;
  padding: 15px;
  box-shadow: none !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
textarea:focus,
textarea.form-control:focus,
textarea.input-text:focus {
  border-color: #888;
}
select,
select.form-control,
select.input-text {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
select:focus,
select.form-control:focus,
select.input-text:focus {
  border-color: #888;
}
select:not([multiple]) option,
select.form-control:not([multiple]) option,
select.input-text:not([multiple]) option {
  height: 40px;
  padding: 8px 10px;
}
select[multiple],
select.form-control[multiple],
select.input-text[multiple] {
  background-color: #fff;
}
select[multiple] option,
select.form-control[multiple] option,
select.input-text[multiple] option {
  font-size: 14px;
  height: 34px;
  padding: 8px 10px;
}
.field,
.form-group {
  margin-bottom: 25px;
}
.field > .label,
.form-group > .label,
.field > label,
.form-group > label {
  display: inline-block;
  font-weight: 500;
  padding-left: 0;
}
.field.street .label,
.form-group.street .label {
  border: none;
  text-align: left;
}
.field.street .control .field label,
.form-group.street .control .field label {
  display: none;
}
.field.street .control .field + .field,
.form-group.street .control .field + .field {
  margin-top: 10px;
}
.field.requireds > .label:after,
.form-group.requireds > .label:after,
.field._required > .label:after,
.form-group._required > .label:after,
.field.required > .label:after,
.form-group.required > .label:after,
.field.requireds > label:after,
.form-group.requireds > label:after,
.field._required > label:after,
.form-group._required > label:after,
.field.required > label:after,
.form-group.required > label:after {
  color: #c30;
  content: "*";
  font-size: 13px;
  margin: 0 0 0 3px;
}
.field.requireds > .label em,
.form-group.requireds > .label em,
.field._required > .label em,
.form-group._required > .label em,
.field.required > .label em,
.form-group.required > .label em,
.field.requireds > label em,
.form-group.requireds > label em,
.field._required > label em,
.form-group._required > label em,
.field.required > label em,
.form-group.required > label em {
  display: none;
}
.field .form-control + .mage-error,
.form-group .form-control + .mage-error,
.field .input-text + .mage-error,
.form-group .input-text + .mage-error {
  font-size: 12px;
  color: red;
}
.field.choice,
.form-group.choice {
  position: relative;
  padding-left: 20px;
  text-align: left;
}
.field.choice .label,
.form-group.choice .label {
  margin: 0;
  font-size: 13px;
  cursor: pointer;
  white-space: normal;
}
.field.choice .control,
.form-group.choice .control,
.field.choice > input,
.form-group.choice > input {
  position: absolute;
  left: 0;
  bottom: auto;
  top: 3px;
  margin-top: 0;
}
.field.choice .control input,
.form-group.choice .control input {
  margin: 0;
}
.field.note,
.form-group.note {
  margin-top: 5px;
  font-style: italic;
  display: block !important;
  font-weight: 300;
}
.fields.group .field + .field {
  margin-top: 10px;
}
.control._with-tooltip {
  position: relative;
  padding-right: 40px;
}
.field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 5px;
}
.field-tooltip .field-tooltip-action {
  display: inline-block;
  text-decoration: none;
}
.field-tooltip .field-tooltip-action:before {
  color: #bbb;
  content: "\f059";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 21px;
  font-weight: normal;
  line-height: inherit;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  line-height: 1;
}
.field-tooltip .field-tooltip-content {
  background: #f4f4f4 none repeat scroll 0 0;
  border: 1px solid #999;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  display: none;
  font-size: 14px;
  left: 40px;
  overflow-wrap: break-word;
  padding: 12px;
  position: absolute;
  text-transform: none;
  top: -5px;
  width: 270px;
  z-index: 2;
}
.field-tooltip .field-tooltip-content:before {
  border-right-color: #666;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: transparent #999 transparent transparent;
  border-image: none;
  border-style: solid;
  border-width: 10px;
  content: "";
  display: block;
  height: 0;
  left: -20px;
  position: absolute;
  top: 5px;
  width: 0;
  z-index: 3;
}
.field-tooltip .field-tooltip-content:after {
  border-right-color: #f4f4f4;
  width: 1px;
  z-index: 4;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: transparent #f4f4f4 transparent transparent;
  border-image: none;
  border-style: solid;
  border-width: 10px;
  content: "";
  display: block;
  height: 0;
  left: -19px;
  position: absolute;
  top: 5px;
  width: 0;
  z-index: 3;
}
.field-tooltip._active .field-tooltip-content {
  display: block;
}
.scroll-to-top {
  border: 1px solid #999;
  color: #999;
  background-color: transparent;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  bottom: -100px;
  cursor: pointer;
  font-size: 40px;
  height: 50px;
  position: fixed;
  right: 50px;
  text-align: center;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  width: 50px;
  z-index: 97;
}
.scroll-to-top i {
  display: block;
  line-height: 50px;
}
.scroll-to-top:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.tag-cloud:after {
  content: "";
  display: table;
  clear: both;
}
.tag-cloud li {
  float: left;
}
.tag-cloud li a {
  display: block;
  margin-right: 10px;
  padding: 5px 15px;
  border: 1px solid #333;
  background-color: transparent;
  color: #333;
}
.tag-cloud li a:hover {
  color: #fff;
  background-color: #333;
}
.owl-carousel .owl-item img {
  transform-style: unset;
  -moz-transform-style: unset;
  -webkit-transform-style: unset;
}
.owl-carousel .owl-dots {
  display: table;
  margin: 40px auto 0;
}
.owl-carousel .owl-dots.disabled {
  margin: 0 !important;
  display: none;
}
.owl-carousel .owl-dots .owl-dot {
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
}
.owl-carousel .owl-dots .owl-dot span {
  width: 11px;
  height: 11px;
  position: relative;
  margin: 0 7.5px;
  cursor: pointer;
  background: #ccc;
  display: block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.owl-carousel .owl-dots .owl-dot:hover span,
.owl-carousel .owl-dots .owl-dot.active span {
  background-color: #666;
}
.owl-carousel .owl-nav.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  color: #999;
  cursor: pointer;
  font-size: 110px;
  position: absolute;
  top: 50%;
  line-height: 1;
  left: 0;
  right: auto;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
  color: #000;
}
.owl-carousel .owl-nav .owl-prev.disabled,
.owl-carousel .owl-nav .owl-next.disabled {
  pointer-events: none;
  cursor-pointer: default;
  opacity: 0.3;
}
.owl-carousel .owl-nav .owl-next {
  right: 0;
  left: auto;
}
.nav-over .owl-carousel .owl-nav .owl-next {
    right: auto;
    left: 100%;
}
.nav-over .owl-carousel .owl-nav .owl-prev {
    left: auto;
    right: 100%;
}
.products-grid.owl-carousel .owl-nav .owl-prev,
.products-grid.owl-carousel .owl-nav .owl-next{font-size: 80px}

/* Table */
table         { border:0; /*border-collapse:collapse;*/ border-spacing:0; empty-cells:show; font-size:100%; }
caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }

/* Content */
strong        { font-weight:600; color: #000 }
address       { font-style:normal; line-height:1.75; margin: 0; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small,big     { font-size:1em; }
.label        {  padding: 0; }
label         { vertical-align: middle; }
.checkbox     { display: inline-block; }

.a-center{text-align:center}
.no-padding{ padding: 0;}
table > caption{
	border: none;
	clip: rect(0,0,0,0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.table thead tr th,
.table tbody tr th,
.table tfoot tr th,
.table thead tr td,
.table tbody tr td,
.table tfoot tr td {
	padding: 15px;
}

/* Button */
button,
.transition-all300 {
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.btn,
button.action {
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  font-size: 14px;
  font-weight: 600;
  height: 50px;
  line-height: 50px;
  padding: 0 25px;
  text-align: center;
}
.btn.default,
button.action.default,
.btn.btn-default,
button.action.btn-default {
  border-color: #000;
  color: #000;
  background-color: #fff;
}
.btn.default:hover,
button.action.default:hover,
.btn.btn-default:hover,
button.action.btn-default:hover,
.btn.default:focus,
button.action.default:focus,
.btn.btn-default:focus,
button.action.btn-default:focus {
  border-color: #000;
  background-color: #000;
  color: #fff;
}
.btn.primary,
button.action.primary,
.btn.btn-primary,
button.action.btn-primary {
  border-color: #333;
  color: #fff;
  background-color: #333;
}
.btn.primary:hover,
button.action.primary:hover,
.btn.btn-primary:hover,
button.action.btn-primary:hover,
.btn.primary:focus,
button.action.primary:focus,
.btn.btn-primary:focus,
button.action.btn-primary:focus {
  border-color: #000;
  background-color: #000;
  color: #fff;
}
.btn.secondary,
button.action.secondary,
.btn.btn-secondary,
button.action.btn-secondary {
  border-color: #c33;
  color: #fff;
  background-color: #c33;
}
.btn.secondary:hover,
button.action.secondary:hover,
.btn.btn-secondary:hover,
button.action.btn-secondary:hover,
.btn.secondary:focus,
button.action.secondary:focus,
.btn.btn-secondary:focus,
button.action.btn-secondary:focus {
  border-color: #000;
  background-color: #000;
  color: #fff;
}
.btn.btn-lg,
button.action.btn-lg {
  padding: 0 40px;
  min-width: 200px;
}
.btn.btn-sm,
button.action.btn-sm {
  padding: 0 30px;
}
.btn.btn-xs,
button.action.btn-xs {
  padding: 0 25px;
  height: 40px;
  line-height: 40px;
}
.btn-full,
button.action-full {
  width: 100%;
}
table .table-caption {
  display: none;
}
blockquote {
  font-style: italic;
  padding: 10px 80px;
  border-left: 4px solid #c33;
  color: #000;
  font-size: 22px;
  line-height: 1.4;
  margin: 0 0 1.7em;
}
blockquote p {
  margin-bottom: 10px;
}
blockquote cite {
  display: block;
  font-style: normal;
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  padding-left: 50px;
  margin-top: 30px;
}
blockquote cite:before {
  content: "\f10d";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 30px;
  color: #999;
  position: absolute;
  top: -15px;
  left: 0;
}
::-webkit-input-placeholder {
    color: #c1c1c1
}

:-moz-placeholder {
    color: #c1c1c1
}

::-moz-placeholder {
    color: #c1c1c1
}

:-ms-input-placeholder {
    color: #c1c1c1
}
::placeholder{
	color: #c1c1c1;
}
.parallax {
    background-attachment: fixed !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.no-display{ display:none; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

@-moz-document url-prefix() {
    select:-moz-focusring,select::-moz-focus-inner {
        color: transparent !important;
        text-shadow: 0 0 0 #999 !important;
        background-image: none !important;
        border: 0;
    }
}
input:focus{
	outline: none;
	outline-offset: 0;
}
input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder {
    color: transparent;
}
input:focus::placeholder{
	color: transparent;
}

input[type="text"],input[type="password"],input[type="url"],input[type="tel"],input[type="search"],input[type="number"],input[type="datetime"],input[type="email"] {
    background: #fff;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    font-size: 13px;
    height: 40px;
    line-height: 36px;
    padding: 0 10px;
    vertical-align: baseline;
    width: 100%;
    color: #878787;
    box-shadow: none !important;
}

input[type="text"]:focus,input[type="password"]:focus,input[type="url"]:focus,input[type="tel"]:focus,input[type="search"]:focus,input[type="number"]:focus,input[type="datetime"]:focus,input[type="email"]:focus {
    border-color: #888;
}

input[type="number"] {
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
}
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"] {
    margin-top: 2px;
}

textarea,
textarea.form-control,
textarea.input-text {
    width: 100%;
    height: auto;
    border: 1px solid #ccc;
    min-height: 120px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    background: #fff;
    box-shadow: none;
    padding: 15px;
    box-shadow: none !important;
}

select,select.form-control,select.input-text {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
}

select:not([multiple]),
select.form-control:not([multiple]),
select.input-text:not([multiple]) {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #fff url(https://www.nakedape.uk.com/skin/frontend/mgstheme/unero/images/icon-dropdown.png) no-repeat scroll calc(100% - 6px) 50%;
    height: 40px;
    text-indent: 0.01em;
    text-overflow: "";
    padding: 0 25px 0 10px;
}

select:not([multiple]) option,
select.form-control:not([multiple]) option,
select.input-text:not([multiple]) option {
    height: 40px;
    padding: 8px 10px;
}

select[multiple],select.form-control[multiple],select.input-text[multiple] {
    background-color: #fff;
}

select[multiple] option,select.form-control[multiple] option,select.input-text[multiple] option {
    font-size: 14px;
    height: 34px;
    padding: 8px 10px;
}

.no-padding{padding: 0 !important;}
#theme-popup{
	position: fixed;
	background-color: rgba(0,0,0,.85);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9000;
	display: none !important;
}
.mfp-bg{
	background-color: rgba(0,0,0,.85) !important;
	z-index: 20000 !important;
}
.mfp-iframe-scaler iframe{box-shadow: none !important}
#theme-popup img,
.ajax-cart-loading img{	
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 50px;
}
#maincontent{
	min-height: 600px;	
}
.cr{color: #ec0101;}
.cg{color: #878787;}
.ml__15{margin-left: 15px;}
.mask-overlay{
	content:"";
	position: fixed;
	background-color: rgba(0,0,0,0.8);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
}
.mfp-inline-holder #success-message-container,
.mfp-inline-holder .mfp-iframe-scaler {
    padding: 0;
    height: auto;
    text-align: center;
    line-height: 25px;
}   
.mfp-inline-holder .mfp-content {
    width: 400px !important;
}
.mfp-iframe-holder .mfp-content {
    min-height: 400px;
}
.btn-full{
	width: 100%;
}
/* MAIN MENU */
.label-menu{
	font-size: 9px;
	color: #fff;
	padding: 1px 7px 0;
	border-radius: 50px;
	position: absolute;
	line-height: 16px;
	right: -12px;
	top: 10px;
	background-color: #01bad4;
	text-transform: capitalize;
}
.label-menu.sale{
	background-color: #ffa800;
}
.mega-menu .nav-main{
	display: flex;
	display: -webkit-flex;
}
.mega-menu .nav-main > li + li{
	margin: 0;
	padding: 0;
}
.mega-menu .nav-main > li{
	position: relative;
}
.mega-menu .nav-main > li a{
	display: block;
	padding: 2px 30px;
	line-height: 30px;
	position: relative;
}
.mega-menu .nav-main li > a{
	color: #999;
	font-weight: 400;
	transition: all .4s;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	font-size: 16px;
}
.mega-menu .nav-main .toggle-menu,
.mega-menu .nav-main .icon-next{
	display: none;
}
.mega-menu .nav-main li > a:hover,
.mega-menu .nav-main li > a:focus,
.mega-menu .nav-main li.active > a,
.mega-mennu .nav-main li.active > a:hover,
.mega-mennu .nav-main li.active > a:focus{
	color: #000;
	background: none;
	border-radius: 0;	
}
.mega-menu .nav-main .dropdown-menu > li > a:hover{
	background: none;
}
.mega-menu .nav-main li .dropdown-menu{
	min-width: 250px;
	display: table;
	background-color: #fff;
	top: calc(100% + 30px);
	opacity: 0;
	visibility: hidden;
	left: -17.5px;
	transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transition: all 0s;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -o-transition: all 0s;
	z-index: 99;
}
.mega-menu .nav-main .dropdown-menu li > a{
	font-size: 14px;
}
.mega-menu .nav-main li .dropdown-menu{
	padding: 10px 0;
}
.mega-menu .nav-main li .dropdown-menu li{
	min-width: 230px;
	position: relative;
}
.mega-menu .nav-main li:hover > .dropdown-menu{
	opacity: 1;
	visibility: visible;
	top: 100%;
	transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transition: top .3s,opacity .3s;
    -webkit-transition: top .3s,opacity .3s;
    -moz-transition: top .3s,opacity .3s;
    -o-transition: top .3s,opacity .3s;
}
.mega-menu .nav-main li .dropdown-menu li:hover > .dropdown-menu{
	top: -11px;
}
.mega-menu .nav-main li .dropdown-menu li > .dropdown-menu{
	top:50%;
	left: 100%;
}
.mega-menu .nav-main .mega-menu-fullwidth{
	position: static;
}
.mega-menu .nav-main .mega-menu-fullwidth.hover-right .dropdown-menu{
	left: 0;
    margin-left: 0;
}
.mega-menu .nav-main .mega-menu-fullwidth .dropdown-menu{
	width: 940px;
    left: 50%;
    right: auto;
    margin-left: -470px;
}
.mega-menu .nav-main .mega-menu-fullwidth .sub-menu .mega-menu-sub-title,
.mega-menu .nav-main .mega-menu-fullwidth .sub-menu .level-1 > a{
	font-size: 16px;
    text-transform: capitalize;
    color: #000;
    font-weight: 400;	
	margin-bottom: 5px;
	display: block;
}
.mega-menu .nav-main .mega-menu-fullwidth.custom-col-2 .dropdown-menu > li:after{
	content: "";
	display: table;
	clear: both;
}
.mega-menu .nav-main .mega-menu-fullwidth.custom-col-2 .dropdown-menu > li{
	/* margin-left: -15px; */
	/* margin-right: -15px; */
}
.mega-menu .nav-main .mega-menu-fullwidth.custom-col-2 .dropdown-menu{
	width: auto;
	min-width: 520px;
}
.mega-menu .nav-main .mega-menu-fullwidth.custom-col-2 .sub-menu{
	/* padding-top: 10px; */
	/* padding-bottom: 10px; */
}
.mega-menu .nav-main  .dropdown-menu .label-menu{
	top: 5px;
	right: 5px;
}
.mega-menu .nav-main .dropdown-submenu .dropdown-menu{
	top: 100%;
	left: 100%;
	margin-left: 1px;
}
.mega-menu .nav-main .dropdown-submenu:hover > .dropdown-menu{
	top: 50%;
}
.mega-menu .nav-main .mega-menu-fullwidth.custom-col-2{
	position: relative;
}
/* style dropdown menu */
.push-menu .mega-menu .nav-main li .dropdown-menu li > .dropdown-menu{
	left: 0;
}
.push-menu .mega-menu .nav-main{
	display: inline-block;
	width: 100%;
	/* float: left; */
}
.push-menu .mega-menu .nav-main li{
	display: inline-block;
	width: 100%;
	line-height: 32px;
	margin: 0;
	padding: 0;
	text-align: left;
	position: relative;
}
.push-menu .mega-menu .nav-main li a{
	display: block;
	width: 100%;
	letter-spacing: 0.5px;
	padding: 5px 0;
	color: #999;
	font-size: 14px;
	line-height: 32px;
	border-radius: 0;
}
.push-menu .mega-menu .nav-main .dropdown-menu li a{
	font-size: 14px;
}
.push-menu .mega-menu .nav-main li a .icon-next{display: none;}
.push-menu .mega-menu .nav-main li .toggle-menu{
	display: block !important;
	position: absolute;
	top: 5px;
	right: 0;
	cursor: pointer;
	transition: all 0.3s;
	color: #999;
}
.push-menu .mega-menu .nav-main li .toggle-menu a{
	width: 36px;
	height: 42px;
	position: relative;	
	padding: 0;
}
.push-menu .mega-menu .nav-main li .toggle-menu a:after,
.push-menu .mega-menu .nav-main li .toggle-menu a:before{
	content:"";
	position: absolute;
	width: 16px;
	height: 16px;
	right: 1px;
	transform: rotate(-90deg);
}
.push-menu .mega-menu .nav-main li .toggle-menu a{color: #999;border: none;}
.push-menu .mega-menu .nav-main li .toggle-menu a:before{
	top: 21px;
	height: 1px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	transition: all 0.3s;
}
.push-menu .mega-menu .nav-main li .toggle-menu a:after{
	top: 13px;
    right: 8px;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    width: 1px;
}
.push-menu .mega-menu .nav-main li .toggle-menu a.collapse:before,
.push-menu .mega-menu .nav-main li .toggle-menu a.active:before{
	opacity: 0;
	visibility: hidden;
}
.push-menu .mega-menu .nav-main li .dropdown-menu{
	position: relative;
	opacity: 1;
	visibility: visible;
	left: 0;
	top: 0;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	width: 100%;
	display: none;
	padding-left: 15px;
	border: none;
	border-radius: 0;
	box-shadow: none;
	float: right;
}
.push-menu .mega-menu .nav-main .label-menu{display: none;}
.push-menu .mega-menu .nav-main .dropdown-menu li ul li:not(:last-child){
	border: none;
}
.push-menu .mega-menu .nav-main .mega-menu-fullwidth .dropdown-menu [class*="col-"]{
	width: 100%;
	padding: 0;
}
.push-menu .mega-menu .nav-main .mega-menu-fullwidth .sub-menu li > .sub-menu{
	display: none;
	padding-left: 15px;
}
.push-menu .mega-menu .nav-main li .sub-menu li a{border: none;}
.push-menu .mega-menu .nav-main .static-menu.mega-menu-fullwidth .dropdown-menu [class*="col-"],
.push-menu .mega-menu .nav-main .mega-menu-fullwidth.custom-col-2 .sub-menu{
	padding: 0;
}
.push-menu .mega-menu .nav-main .mega-menu-fullwidth .sub-menu .mega-menu-sub-title,
.push-menu .mega-menu .nav-main .mega-menu-fullwidth .sub-menu .level-1 > a{
	font-size: 14px;
	color: #999;
}
.push-menu .mega-menu .nav-main .mega-menu-fullwidth .sub-menu .mega-menu-sub-title:hover,
.push-menu .mega-menu .nav-main .mega-menu-fullwidth .sub-menu .level-1 > a:hover,
.push-menu .mega-menu .nav-main li .toggle-menu a:hover{
	color: #000;
}
.push-menu .mega-menu .nav-main li .dropdown-menu li,
.push-menu .mega-menu .nav-main .mega-menu-fullwidth.custom-col-2 .dropdown-menu{
	min-width: auto;
	width: 100%;
}
.push-menu .mega-menu .nav-main .mega-menu-fullwidth .dropdown-menu .row{margin: 0}
/* breadcrumb */
.breadcrumbs {
  padding-bottom: 45px;
  padding-top: 55px;
}
.breadcrumbs ul {
  display: table;
  margin: 20px auto 0;
}
.breadcrumbs ul:after {
  content: "";
  display: table;
  clear: both;
}
.breadcrumbs ul>li + li:before {
	content: "/";
	padding: 0 2px;
}
.breadcrumbs ul>li {
  float: left;
}
.breadcrumbs ul strong {
  font-weight: 400;
}
.breadcrumbs .page-header {
  text-align: center;
  border: none;
  padding: 0;
  font-weight: 400;
  margin: 0;
	padding: 50px 0;
	text-align: center;
	color: #fff;
}
.page-title-wrapper h1{
	font-weight: 400;
	text-align: center;
}
/* Header */
.header.header-sticky-menu{
	position: fixed;
}
.icon-navbar{
	display: block;
    width: 20px;
    height: 16px;
    background: url(https://www.nakedape.uk.com/skin/frontend/mgstheme/unero/images/hamburger-black.svg) no-repeat left center scroll;
}
.header{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10001;
	transition: top .3s, background .3s;
	-webkit-transition: top .3s, background .3s;
	-moz-transition: top .3s, background .3s;
	-o-transition: top .3s, background .3s;
	background: #fff;
}
.header button:hover{
	color:#000;
}
.header button{
	background: none;
    border: 0;
    box-shadow: none;
    color: #999;
    padding: 0;
}
.header .logo{
	min-height: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	transition: all .4s;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
}
.block-cart-header .bottom{
	position: absolute;
    bottom: 0;
    left: 50px;
    right: 50px;
    background: #fff;
}
.block-cart-header .mini-products-list{
	max-height: 580px;
    overflow: auto;
    border-bottom: 1px solid #ccc;
	transform: translateY(50px);
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-o-transform: translateY(50px);
}
.block-cart-header .mini-products-list,
.block-cart-header .bottom{
	transition: all .35s;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	-o-transition: all .35s;
	opacity: 0;
	visibility: hidden;
}
.block-cart-header.open .mini-products-list{
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	transition-delay: 0.15s;
    -webkit-transition-delay: 0.15s;
    -moz-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
	opacity: 1;
	visibility: visible;
}
.block-cart-header.open .bottom{
	opacity: 1;
	visibility: visible;
	bottom: 40px;
	 transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
}
.block-cart-header .actions .btn-primary:hover{
	background-color: #fff;
	color: #000;
}
.block-cart-header .actions .btn-primary{
	background-color: #000;
}
.block-cart-header .actions .btn{
	font-size: 14px;
    padding: 0 25px;
	height: 50px;
    line-height: 50px;
	border: 1px solid #000;
	font-weight: 400;
	margin-bottom: 10px;
}
.block-cart-header .subtotal{
	margin: 40px 0;
}
.block-cart-header .subtotal .price{
	float: right;
	font-size: 18px;
	color: #c00;
}
.block-cart-header .subtotal .total{
	color: #000;
	font-size: 18px;
}
.block-cart-header .mini-products-list .item + .item{border-top: 1px solid #ccc}
.block-cart-header .mini-products-list .item{
	position: relative;
	padding: 15px 0;
	display: table;
	width: 100%;
}
.block-cart-header .mini-products-list .btn-edit > i{font-size: 22px}
.block-cart-header .mini-products-list .btn-remove > i{font-size: 30px}
.block-cart-header .mini-products-list .btn-edit:hover,
.block-cart-header .mini-products-list .btn-remove:hover{color: #000}
.block-cart-header .mini-products-list .btn-edit,
.block-cart-header .mini-products-list .btn-remove{
	position: absolute;
	right:0;
	top: 15px;
	width: 30px;
	text-align: center;
	color: #999;
}
.block-cart-header .mini-products-list .btn-edit{top: 45px}
.block-cart-header .mini-products-list .product-details{
	padding-left: 100px;
	padding-right: 30px;
}
.block-cart-header .mini-products-list .product-details .price{color: #c00}
.block-cart-header .mini-products-list .product-details .product-name{
	margin-bottom: 5px;
}
.block-cart-header .mini-products-list .product-image img{
	display: block;
	max-width: 80px;
}
.block-cart-header .mini-products-list .product-image{
	display: block;
	float: left;
}
.btn-sidebar-nav:after,
.block-cart-header .dropdown-toggle:after{
	background: rgba(0,0,0,0.5);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 99;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	opacity: 0;
	visibility: hidden;
}
.block-cart-header.open .dropdown-toggle:after,
.nav-open .btn-sidebar-nav:after{
	opacity: 1;
	visibility: visible;
}
.block-cart-header .dropdown-toggle .count{
	position: absolute;
    bottom: 4px;
    right: 0;
    padding: 0 5px;
    height: 18px;
    min-width: 18px;
    text-align: center;
    line-height: 18px;
    color: #fff;
    border-radius: 50%;
    background-color: #c00;
    display: block;
    font-weight: 600;
    font-size: 10px;
}
.block-cart-header .dropdown-toggle:hover{color: #000}
.block-cart-header .dropdown-toggle{
	position: relative;
	font-size: 25px;
	cursor: pointer;
	pointer-events: auto;
	color: #999;
}
.block-cart-header.open .block-content{
	transform: translate3d(-475px, 0, 0);
	-webkit-transform: translate3d(-475px, 0, 0);
	-moz-transform: translate3d(-475px, 0, 0);
	-o-transform: translate3d(-475px, 0, 0);
}
.block-cart-header .block-content{
	display: block !important;
	padding: 100px 50px;
	overflow: auto;
	width: 475px;
	background-color: #fff;
	position: fixed;
	right: -475px;
	top: 0;
	bottom: 0;
	color: #aaa;
	z-index: 9995;
	transition: transform .25s ease;
	-webkit-transition: -webkit-transform .25s ease;
	-moz-transition: -moz-transform .25s ease;
	-o-transition: -o-transform .25s ease;
	margin-bottom: 0;
	left: auto;
}
#top-cart-dropdown{
	display:flex !important;
	display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
}
html.search-open,
html.login-open,
html.cart-open,
html.nav-open{
	overflow: hidden;
}
.search-title{display: none}
.form-search .search-select span{
	cursor: pointer;
}
.form-search .search-select > span >i{margin-left: 3px}
.select-cat-dropdown{
	opacity:0;
	visibility: hidden;
	position: absolute;
	top: 150%;
	transition: all .3s;
	/* -webkit-transition: all .3s; */
	-moz-transition: all .3s;
	-o-transition: all .3s;
	text-align: left;
	line-height: 25px;
	border: 1px solid #ccc;
	padding: 15px;
	min-width: 168px;
	max-height: 350px;
	overflow: auto;
}
.select-cat-dropdown.open{
	opacity: 1;
	visibility: visible;
	top: 100%;
	top: calc(100% - 1px);
	background: #fff;
    z-index: 10;
}
.form-search .search-select{
	position: absolute;
	left: 0;
	line-height: 0;
}
.form-search {
	position: relative;
	width: 275px;
}
.form-search .input-text.has-sub{
	padding-left: 125px;
}
.form-search .input-text{
	padding-right: 35px;
	font-size: 14px;
	border: 0;
	border-bottom: 1px solid #ccc;
	height: 40px;
	color: #999;
}
.form-search > button{
	position: absolute;
	right: 0;
	top: 0;
	background: none;
	border: 0;
	font-size: 20px;
	height: 40px;
}
@media(min-width: 1200px){
	.table-icon-menu button{
		font-size: 25px;
	}
	.table-icon-menu{
		display: table;
		height: 80px;
		float: right;
		margin-left: -15px;
		margin-right: -15px;
		transition: all .4s;
		-webkit-transition: all .4s;
		-moz-transition: all .4s;
		-o-transition: all .4s;
	}
	.table-icon-menu > li > *{
		height:100%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.table-icon-menu > li > button{height: auto}
	.table-icon-menu > li{
		display: table-cell;
		padding: 0 15px;
		vertical-align: middle;
		position: relative;
	}
	.popup > .search-form .search-title{display: block}
	.popup .form-search{width: auto}
	.popup .form-search > button{
		height: 55px;
		font-size: 25px;
		right: 15px;
	}
	.popup .form-search .search-select > i{
		line-height: 55px;
		vertical-align: top;
	}
	.popup .form-search .search-select > span{
		line-height: 55px;
		padding-left: 15px;
		display: inline-block;
		max-width: 110px;
		text-align: left;
		white-space: nowrap;
		overflow: hidden;
	}
	.popup .form-search .input-text{
		border: 1px solid #ccc;
		height: 55px;
	}
	
	.change-form a{
		font-size: 24px;
		color: #999;
		padding: 0 20px;
	}
	.change-form a:hover{color: #000}
	.change-form a.open{
		color: #000;
		cursor: default;
		pointer-events: none; 
	}
	.close-search{
		position: absolute;
		bottom: calc(20% - 50px);
		left: 50%;
		z-index: -1;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transition: all .4s;
		opacity: 0;
		visibility: hidden;
	}
	.search-open .close-search{
		opacity: 1;
		visibility: visible;
		bottom: 20%;
		transition-delay: .5s;
	}
	.close-login:hover, .close-search:hover{color: #000 !important}
	.close-login,
	.close-search{
		font-size: 18px;
		color: #000 !important;
		margin-top: 15px;
		display: block;
	}
	.register-header .buttons-set .btn{
		font-size: 16px;
		font-weight: 400;
	}
	.register-header .form-group > label.required{display: none}
	.register-header .input-text,
	.register-header .form-control{
		border: 1px solid rgba(0,0,0,.15);
		font-size: 16px;
		color: #999;
		height: 47px;
		padding: 0 15px;
	}
	.register-header{overflow: auto}
	.register-header .header-register{
		max-width: 570px;
		margin: 0 auto;
	}
	.register-header .account-form{
		position: absolute;
		top: 50px;
		width: 100%;
		opacity: 0;
		visibility: hidden;
		transition: all .25s;
		/* -webkit-transition: all .25s; */
		-moz-transition: all .25s;
		-o-transition: all .25s;
		max-width: 570px;
		margin: 0 auto;
		transform: translateY(30px);
		-webkit-transform: translateY(30px);
		-moz-transform: translateY(30px);
		-o-transform: translateY(30px);
	}
	.register-header .account-form.open{
		opacity: 1;
		visibility: visible;
		transition-delay: .25s;
		/* -webkit-transition-delay: .25s; */
		-moz-transition-delay: .25s;
		-o-transition-delay: .25s;
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
	}
	.popup .search-form .form-search{
		max-width: 970px;
		margin: 0 auto;
		position: relative;
	}
	.popup .search-form .form-search,
	.register-header .header-register{
		opacity: 0;
		visibility: hidden;
		transition: all .4s;
		-webkit-transition: all .4s;
		-moz-transition: all .4s;
		-o-transition: all .4s;
		transition-delay: 0s;
		-webkit-transition-delay: 0s;
		-moz-transition-delay: 0s;
		-o-transition-delay: 0s;
		transform: translateY(30px);
	}
	.search-open .popup .search-form .form-search,
	.login-open .register-header .header-register{
		transform: translateY(0);
		opacity: 1;
		visibility: visible;
		transition-delay: .3s;
		/* -webkit-transition-delay: .3s; */
		-moz-transition-delay: .3s;
		-o-transition-delay: .3s;
	}
	.popup .search-form,
	.register-header{
		padding-top: 150px;
		position: fixed;
		top: 50px;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: -10;
		background: #fff;
		text-align: center;
		opacity: 0;
		visibility: hidden;
		height:0;
		overflow: hidden;
		transition: all 0s;
		-webkit-transition: all 0s;
		-moz-transition: all 0s;
		-o-transition: all 0s;
	}
	.login-open .popup .search-form{top:0}
	.search-open  .register-header{top:0}
	.login-open .register-header,
	.search-open .popup .search-form{
		top: 0;
		opacity: 1;
		visibility: visible;
		z-index: 100;
		height:auto;
		overflow: auto;
		transition: opacity .3s , top .4s;
		-webkit-transition: opacity .3s , top .4s;
		-moz-transition: opacity .3s , top .4s;
		-o-transition: opacity .3s , top .4s;
	}
	.popup .search-form .search-title{
		font-weight: 400;
		margin-bottom: 100px;
		line-height: 40px;
	}
	.dropdown-acount{
		position: absolute;
		top: calc(100% + 30px);
		border: 1px solid #ccc;
		padding: 10px 30px;
		background: #fff;
		opacity: 0;
		visibility: hidden;
		left: -57px;
		min-width: 169px;
		transform: scale(0);
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-o-transform: scale(0);
		transition: all 0s;
		-webkit-transition: all 0s;
		-moz-transition: all 0s;
		-o-transition: all 0s;
		z-index: 99;
	}
	.dropdown-acount ul li a:hover{
		color:#000;
	}
	.dropdown-acount ul li a{
		padding: 5px 0;
		color: #999;
		display: block;
		white-space: nowrap;
	}
	.top-links:hover .dropdown-acount{
		top: 100%;
		opacity: 1;
		visibility: visible;
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		transition: top .3s,opacity .3s;
		-webkit-transition: top .3s,opacity .3s;
		-moz-transition: top .3s,opacity .3s;
		-o-transition: top .3s,opacity .3s;
	}
}
.preloader{display: none !important}
.dropdown-menu{
	border: 1px solid #ccc;
	box-shadow: none;
	border-radius: 0;
	margin: 0;
	padding: 0;
}
.close-nav-button:hover{color: #000}
.close-cart-sidebar,
.close-nav-button{
	position: absolute;
    top: 0;
    left: 10px;
	border: 0;
	background: none;
	color:#999;
}
.close-cart-sidebar > span,
.close-nav-button > span{
	font-size: 50px;
    height: 100px;
    width: 100px;
    text-align: center;
    display: block;
    line-height: 100px;
}
.sidebar-menu a{color: #999}
.sidebar-menu a:hover{color: #c00}
.sidebar-menu .contact-us{
	margin: 50px 0;
}
.sidebar-menu h4{
	font-weight: 400;
	margin-bottom: 25px;
}
.sidebar-menu .socials a{
	font-size: 16px;
    padding-right: 40px;
}
.sidebar-menu .dropdown-switcher li > span{
	color: #c00;
}
#placeholder-header{
	transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
}
.sidebar-menu {
	padding: 100px 50px;
	overflow: auto;
	width: 475px;
	background-color: #fff;
	position: fixed;
	right: -475px;
	top: 0;
	bottom: 0;
	color: #aaa;
	z-index: 11000;
	transition: transform .25s ease;
	-webkit-transition: -webkit-transform .25s ease;
	-moz-transition: -moz-transform .25s ease;
	-o-transition: -o-transform .25s ease;
	margin-bottom: 0;
}
.nav-open .sidebar-menu {
	transform: translate3d(-475px, 0, 0);
	-webkit-transform: translate3d(-475px, 0, 0);
	-moz-transform: translate3d(-475px, 0, 0);
	-o-transform: translate3d(-475px, 0, 0);
}
.sidebar-menu .widgets{clear: both}
.dropdown-switcher .custom-toggle{
	white-space: nowrap;
	background: none;
	border: 0;
}
@media(min-width: 1200px){
	.header-sticky-menu .table-icon-menu{
		height: 80px;
		transition: all .4s;
		-webkit-transition: all .4s;
		-moz-transition: all .4s;
		-o-transition: all .4s;
	}
	.header-sticky-menu.header .middle-header .logo,
	.header-sticky-menu .middle-header .search-form{
		min-height: 80px;
		transition: all .4s;
		-webkit-transition: all .4s;
		-moz-transition: all .4s;
		-o-transition: all .4s;
	}
	.bottom-header .mega-menu .nav-main{
		display: block;
		text-align: center;
	}
	.bottom-header .mega-menu .nav-main > li{
		float: none;
		display: inline-block;
	}
	.bottom-header .mega-menu .nav-main > li > a{
		padding: 0 20px 26px;
	}
	.middle-header .search-form{
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		min-height: 120px;
	}
	.header.header-sticky-menu .middle-header .table-icon-menu{
		height: 80px;
	}
	.header .middle-header .table-icon-menu{
		height: 120px;
	}
	.header .middle-header .logo{
		justify-content: center;
		min-height: 120px;
	}
	.drop .dropdown-switcher{
		position: relative;
		padding: 0 15px;
	}
	.drop .dropdown-switcher button:hover{color: #000}
	.drop .dropdown-switcher button{
		font-size: 14px;
		color: #333;
	}
	.middle-header .drop .dropdown-switcher button{padding: 29px 0}
	.drop .dropdown-switcher .title,
	.drop .dropdown-switcher .custom-toggle.more{
		display: none;
	}
	.drop .dropdown-switcher .dropdown-custom.open,
	.drop .dropdown-switcher:hover .dropdown-custom{
		top: 100%;
		opacity: 1;
		visibility: visible;
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		transition: top .3s,opacity .3s;
		-webkit-transition: top .3s,opacity .3s;
		-moz-transition: top .3s,opacity .3s;
		-o-transition: top .3s,opacity .3s;
	}
	.drop .dropdown-switcher .dropdown-custom{
		position: absolute;
		background-color: #fff;
		border: 1px solid #ccc;
		padding: 10px 0;
		top: 120%;
		left: -6px;
		opacity:0;
		visibility: hidden;
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-o-transform: scale(0);
		transition: all 0s;
		-webkit-transition: all 0s;
		-moz-transition: all 0s;
		-o-transition: all 0s;
	}
	.drop .dropdown-switcher .name{display: none !important}
	.drop .dropdown-switcher .code{display: inline-block}
	.drop .dropdown-switcher .dropdown-custom > li > span{
		color: #c00;
	}
	.drop .dropdown-switcher .dropdown-custom > li > span,
	.drop .dropdown-switcher .dropdown-custom > li > a{
		padding: 5px 30px;
		display: block;
		white-space: nowrap;
	}
	.header .bottom-header{
		max-height: 80px;
		transition: all .5s;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-o-transition: all .5s;
	}
	.header.header-sticky-menu:hover .bottom-header{
		max-height: 80px;
		overflow: visible;
	}
	.header.header-sticky-menu .bottom-header{
		max-height: 0;
		overflow: hidden;
	}
	.header .bottom-header .nav-main{
		transition: all .4s;
		-webkit-transition: all .4s;
		-moz-transition: all .4s;
		-o-transition: all .4s;
		transition-delay: .15s;
		-webkit-transition-delay: .15s;
		-moz-transition-delay: .15s;
		-o-transition-delay: .15s;
	}
	.header.header-sticky-menu .bottom-header .nav-main{
		opacity: 0;
		visibility: hidden;
		transition: all .2s;
		-webkit-transition: all .2s;
		-moz-transition: all .2s;
		-o-transition: all .2s;
	}
	.header.header-sticky-menu:hover .bottom-header .nav-main{
		opacity: 1;
		visibility: visible;
		transition: all .3s;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-o-transition: all .3s;
		transition-delay: .15s;
		-webkit-transition-delay: .15s;
		-moz-transition-delay: .15s;
		-o-transition-delay: .15s;
	}
	.more .dropdown-switcher li> a,
	.more .dropdown-switcher li> span{
		padding: 6px 0;
		display: block;
	}
	.more .dropdown-switcher .name{display: inline-block}
	.more .dropdown-switcher .code{display: none}
	.more .dropdown-switcher .custom-toggle.more .less{
		display: none;
	}
	.more .dropdown-switcher .custom-toggle.more .more{
		display: inline-block;
	}
	.more .dropdown-switcher .open.custom-toggle.more .less{
		display: inline-block;
	}
	.more .dropdown-switcher  .open.custom-toggle.more .more{
		display: none;
	}
	.more .custom-toggle:not(.more){
		display:none;
	}
	.more .dropdown-switcher li.not{
		max-height: 0;
		overflow: hidden;
		transition: all .3s;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-o-transition: all .3s;
		opacity: 0;
		visibility: hidden;
	}
	.more .dropdown-switcher  .dropdown-custom.open li.not{
		max-height: 50px;
		opacity: 1;
		visibility: visible;
	}
}
/* Header 3 */
.header-v3 .register-header{
	padding-top: 168px;
}
/* Header 1 */
.header-v1 .header:hover{background: #fff}
.header-v1 .header{background: none}
.header-v1 .header-sticky-menu{background: #fff}
@media(min-width: 1200px){
	.header-v1 .logo{
		min-height:120px;
	}
	.header-v1 .table-icon-menu{
		height: 120px;
	}
	.header-v1 .mega-menu .nav-main > li > a{
		padding: 45px 18px 45px;
	}
	.header-v1 .header-sticky-menu .logo{
		min-height: 80px;
	}
	.header-v1 .header-sticky-menu .mega-menu .nav-main > li > a{
		padding: 25px 18px 25px;
	}
	.header-v1 .header-sticky-menu .table-icon-menu{
		height: 80px;
	}
}
/* Footer */
body:not(.cms-index-index) .footer{
	margin-top: 50px;
}
.footer{
	padding-top: 90px;
    padding-bottom: 50px;
}
.logo-footer img{
	vertical-align: -50%;
}
.block-footer-newsletter .actions{
	position: absolute;
    right: 15px;
    top: 6px;
}
.block-footer-newsletter .actions button{
	background: none;
    border: 0;
    font-size: 16px;
}
.block-footer-newsletter .input-box .input-text{
	width: 70%;
	border: 0;
	border-bottom: 1px solid #ccc;
    background: none;
	padding: 0;
    display: inline-block;
}
.block-footer-newsletter .input-box label{
	width: 29%;
	margin-bottom: -2px;
}
.footer .social-block{
	float: right;
}
.footer .social-block li{
	display: inline-block;
	padding-left: 30px;
	padding-right: 0;
}
.footer .social-block li a{color: #ccc}
.footer .social-block li a:hover{color: #000}
.bottom-footer {
	font-size: 13px;
	padding-top: 40px;
}
.bottom-footer .container:before {
	content:"";
	display: block;
	height: 1px;
	background: #ddd;
	margin-bottom: 45px;
}
.bottom-footer .menu li{
	padding-left: 40px;
	display: inline-block;
}
.bottom-footer .menu li a{color: #999}
.bottom-footer .menu li a:hover{color: #000}
.middle-footer .copy{
	margin-top: 40px;
	margin-bottom: 75px
}
.middle-footer .menu li{
	padding-left: 0;
	padding-right: 40px;
	display: inline-block;
}
.middle-footer .menu li > a:hover{
	color: #000;
}
.middle-footer .menu li > a{
	color: #999;
}
.footer-v3{border-top: 1px solid #ccc}
.footer .container-fluid{padding: 0 100px}
.footer .has-border .social-block li{
	padding: 0;
}
.footer .has-border .social-block li a:hover {background-color: #c00}
.footer .has-border .social-block li a {
    font-size: 14px;
    width: 25px;
    height: 25px;
    line-height: 27px;
    text-align: center;
    border-radius: 5px;
    background-color: #ccc;
    color: #fff;
    margin: 0 10px;
    padding-left: 4px;
    display: block;
}
/* Footer 2 */
.footer-v2{
	background-color: #f2f2f2;
}
@media (max-width: 767px) {
	.footer .container-fluid{padding: 0 15px;}
	.footer-v2 .socials{margin-top: 40px}
	.footer-v2 .copy{margin-bottom: 40px}
	.menu li,
	.block li{
		display: inline-block;
		padding: 5px 10px;
	}
}
/* Footer 1 */
.footer-v1 .social-block li a{vertical-align: -50%;}
.footer-v1{
	background-color: #f2f2f2;
}
/* Slider */
.tp-bullets.custom .bullet{
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background-color: #666;
	display: inline-block;
	margin: 5px 8px;
}
.tp-bullets.custom .bullet:hover,
.tp-bullets.custom .bullet.selected{
	background-color: #c33;
}
/* Product */
.block-title{
	margin-bottom: 30px;
}
.block-title .block-note{
	max-width: 625px;
    margin: 0 auto;
}
.block-title h2{
	margin-bottom: 25px;
}
.nav-tabs{
	border-bottom: 0;
	margin-bottom: 30px;
}
.nav-tabs>li + li{
	padding-left: 40px;
}
.nav-tabs>li>a{
	font-size: 18px;
	color:#999;
	padding: 5px 0;
	border: 0;
	background: none;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus,.nav-tabs>li.active>a, .nav-tabs>li>a:hover, .nav-tabs>li>a:focus{
	color: #c33;
	border: 0;
	background: none;
}
/* Product Price */
.price-box p {
  margin-bottom: 0;
}
.price-box .price {
  color: #999;
  font-size: 16px;
  line-height: 1;
}
.price-box .price-label {
  display: none;
}
.price-box .old-price {
  margin-right: 5px;
  float: left;
  vertical-align: middle;
}
.price-box .old-price .price {
  text-decoration: line-through;
}
.price-box .special-price .price {
  color: #c33;
  font-weight: 500;
}
.price-box .price-from,
.price-box .price-to {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
.price-box .price-from .old-price,
.price-box .price-to .old-price {
  display: none;
}
.price-box .price-from:after {
  content: " - ";
}
.price-box .minimal-price .price-label {
  display: inline-block;
  font-size: 14px;
  color: #696969;
}
.price-box .minimal-price .price-label:after {
  content: ":";
  margin-right: 3px;
}
/* Rating Star */
.rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.rating-summary .rating-result {
  width: 66px;
  display: block;
  position: relative;
}
.rating-summary .rating-result:before {
  left: 1px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #999;
  font-family: 'FontAwesome';
  font-size: 12px;
  height: 12px;
  letter-spacing: 2px;
  line-height: 12px;
  content: '\f006' '\f006' '\f006' '\f006' '\f006';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
.rating-summary .rating-result > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #f2b309;
  padding-left: 1px;
  font-family: 'FontAwesome';
  font-size: 12px;
  height: 12px;
  letter-spacing: 2px;
  line-height: 12px;
  content: '\f005' '\f005' '\f005' '\f005' '\f005';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* Product Label */
.product-label {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  display: block;
  margin: 0;
  position: absolute;
  background-color: #93be2b;
  z-index: 1;
  top: 10px;
  right: 10px;
  height: 27px;
  line-height: 27px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  padding: 0 13px;
}
.product-label + .product-label {
  margin-top: 35px;
}
.product-label.sale-label {
  background-color: #c30;
}
.product-label.sold-out-label {
  background-color: #c2c2c2;
}
/* Product Image */
.product-item-photo {
  display: block;
  position: relative;
  z-index: 1;
}
.product-item-photo img {
  background-color: transparent;
  min-width: 100%;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  padding: 0;
  position: absolute;
  top: 0;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  left: 0;
}
.product-item-photo img.img-hover-show {
  opacity: 0;
}
.product-item-photo:hover img.img-hover-show {
  opacity: 1;
}
.products {
  /* Product Grid Mode */
  /* Product List Mode */
}
.products-grid .product-item-info .actions-link li{
	display: inline-block;
	vertical-align: middle;
}
.products-grid .product-item-info .actions-link {
  visibility: hidden;
  background-color: #fff;
  bottom: 0;
  opacity: 0;
  position: absolute;
  right: -50%;
  z-index: 10;
  overflow: hidden;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
.products-grid .product-item-info .actions-link:after {
  content: "";
  display: table;
  clear: both;
}
.products-grid .product-item-info .actions-link .btn,
.products-grid .product-item-info .actions-link button {
  height: 47px;
  width: 47px;
  background-color: transparent;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  color: #000;
  display: block;
  text-align: center;
  margin: 0;
  font-size: 22px;
  border: none;
  box-shadow: none;
  padding: 0;
}
.products-grid .product-item-info .actions-link button span {
  display: block;
}
.products-grid .product-item-info .actions-link .btn:hover,
.products-grid .product-item-info .actions-link button:hover {
  color: #c00;
}
.products-grid .product-item-info .actions-link > li > button,
.products-grid .product-item-info .actions-link > li > .btn{
  float: left;
  transform: translateX(150%);
  -webkit-transform: translateX(150%);
  -moz-transform: translateX(150%);
  -o-transform: translateX(150%);
  transition: transform 0.5s ease 0.2s;
  -webkit-transition: transform 0.5s ease 0.2s;
  -moz-transition: transform 0.5s ease 0.2s;
  -o-transition: transform 0.5s ease 0.2s;
}
.products-grid .product-item-info .actions-link > li:nth-child(2) > button,
.products-grid .product-item-info .actions-link > li:nth-child(2) > .btn{
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
}
.products-grid .product-item-info .actions-link > li:nth-child(3) > .btn{
  transition-delay: 0.35s;
  -webkit-transition-delay: 0.35s;
  -moz-transition-delay: 0.35s;
  -o-transition-delay: 0.35s;
}
.products-grid .product-item-info .actions-link > li:nth-child(4) > .btn{
  transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
}
.products-grid .product-item-info:hover .actions-link {
  opacity: 1;
  right: 0;
  visibility: visible;
}
.products-grid .product-item-info:hover .actions-link > li > button,
.products-grid .product-item-info:hover .actions-link > li > .btn{
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
}
.products-grid .product-item {
  margin-bottom: 55px;
}
.products-grid .product-top {
  position: relative;
  background-color: #f9f9f9;
  overflow: hidden;
}
.products-grid .product-item-details {
  display: table;
  width: 100%;
}
.products-grid .product-item-details .product-item-name {
  margin: 0 0 9px;
}
.products-grid .product-item-details > div {
  display: table-cell;
  vertical-align: top;
  padding-top: 19px;
}
.products-grid .product-item-details > .product-detail-action {
  width: 1%;
  white-space: nowrap;
  padding-left: 10px;
}
.products-grid .product-item-details > .product-detail-action a,
.products-grid .product-item-details > .product-detail-action button {
  background-color: transparent;
  border: medium none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  box-shadow: none;
  line-height: 1.4;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-align: center;
  text-indent: 0;
  font-size: 18px;
  height: auto;
}
.products-grid .product-item-details > .product-detail-action a:hover,
.products-grid .product-item-details > .product-detail-action button:hover {
  color: #c00;
}
.products-grid .product-item-details > .product-detail-action a + a,
.products-grid .product-item-details > .product-detail-action button + button {
  margin-left: 10px;
}
.products-grid .product-item-details .product-reviews-summary {
  margin-bottom: 5px;
}
.products-grid .product-item-details .product-reviews-summary.empty {
  display: none;
}
.products-grid .product-item-details .reviews-actions {
  display: none;
}
.products-grid .product-item-details .price-box {
  margin-top: 13px;
}
.products-grid .owl-carousel.owl-loaded .owl-item {
  padding: 0 15px;
}
.products-grid .owl-carousel .owl-nav .owl-next {
  right: 15px;
}
.products-grid .owl-carousel .owl-nav .owl-prev {
  left: 15px;
}
.products-grid .owl-carousel .owl-nav .owl-next,
.products-grid .owl-carousel .owl-nav .owl-prev {
  font-size: 80px;
}
/* product list */
.products-list .product-item-info:after{
	content: "";
	display: table;
	clear: both;
}
.products-list .product-item-info{
	margin: 0;
}
.products-list .product-item-details{
	padding: 0;
	padding-left: 30px;
}
.products-list .product-image-content{
	padding: 0;
}
.products-list .product-item-info {
  margin-bottom: 55px;
}
.products-list .product-item-info .actions-link {
  visibility: hidden;
  background-color: #fff;
  bottom: 0;
  opacity: 0;
  position: absolute;
  right: -50%;
  z-index: 10;
  overflow: hidden;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
.products-list .product-item-info .actions-link button:hover{color: #c30}
.products-list .product-item-info .actions-link button {
  height: 47px;
  width: 47px;
  background-color: transparent;
  color: #000;
  display: block;
  text-align: center;
  margin: 0;
  font-size: 22px;
  border: none;
  box-shadow: none;
  padding: 0;
  float: left;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  transform: translateX(150%);
  -webkit-transform: translateX(150%);
  -moz-transform: translateX(150%);
  -o-transform: translateX(150%);
  transition: transform 0.5s ease 0.2s;
  -webkit-transition: transform 0.5s ease 0.2s;
  -moz-transition: transform 0.5s ease 0.2s;
  -o-transition: transform 0.5s ease 0.2s;
}
.products-list .product-item-info:hover .actions-link {
  opacity: 1;
  right: 0;
  visibility: visible;
}
.products-list .product-item-info:hover .actions-link button {
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
}
.products-list .product-image-content {
  position: relative;
  overflow: hidden;
  background-color: #f9f9f9;
}
.products-list .product-image-content:after {
  border: 3px solid #f3f3f3;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-top: 3px solid #000;
  width: 30px;
  height: 30px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -15px;
  /* content: ""; */
}
.products-list .product-item-name {
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 7px 0;
}
.products-list .price-box {
  margin-top: 15px;
}
.products-list .price-box .regular-price,
.products-list .price-box .price {
  font-size: 24px;
}
.products-list .price-box .old-price {
  float: none;
}
.products-list .price-box .old-price .price {
  font-size: 13px;
}
.products-list .product-item-description {
  margin-top: 30px;
  margin-bottom: 45px;
}
.products-list .actions-product .action.tocart {
  height: 46px;
  line-height: 47px;
  min-width: 250px;
  float: left;
  font-size: 14px;
  text-align: center;
  font-weight: 400;
  padding: 0px 25px;
  border: none;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.products-list .actions-product .action.towishlist>em,
.products-list .actions-product .action.tocompare>em {font-weight: 600}
.products-list .actions-product .action.towishlist,
.products-list .actions-product .action.tocompare {
  border: none;
  box-shadow: none;
  height: 46px;
  background: none;
  font-size: 30px;
  padding: 0 10px;
  margin: 0 5px;
  font-weight: 600;
  color: #999;
}
.products-list .actions-product .action.towishlist:hover,
.products-list .actions-product .action.tocompare:hover {
  color: #c00;
}
.products-list .actions-product form + button {
  margin-left: 17px !important;
}
/* Loadmore Button */
.alert-danger{clear: both}
.tooltip-links{margin-top: 50px}
.btn-loadmore {
   font-size: 18px;
    letter-spacing: 15px;
    text-transform: uppercase;
    opacity: .9;
	display: block !important;
	text-align: center;
	cursor: pointer; 
}
.loading > .btn-loadmore .text,
.btn-loadmore.loading .text{
  display: none;
}
.btn-loadmore .load-text{display: none}
.loading>.btn-loadmore .load-text,
.btn-loadmore.loading .load-text{
  display: inline-block;
  color: #999;
}
.btn-loadmore:hover {
  opacity: 1;
}
.btn-loadmore span.dot {
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-name: dot-amimation;
  display: inline-block;
  color: #999;
  font-size: 18px;
  padding: 0;
  opacity: 0;
  text-align: center;
}
.loading>.btn-loadmore span.dot,
.btn-loadmore.loading span.dot {
  opacity: 1;
}
.btn-loadmore span.dot:nth-child(1) {
  animation-delay: 0.2s;
}
.btn-loadmore span.dot:nth-child(2) {
  animation-delay: 0.4s;
}
.btn-loadmore span.dot:nth-child(3) {
  animation-delay: 0.6s;
}
.btn-loadmore span.dot:nth-child(4) {
  animation-delay: 0.8s;
}
.btn-loadmore span.dot:nth-child(5) {
  animation-delay: 1s;
}
.btn-loadmore span.dot:nth-child(6) {
  animation-delay: 1.2s;
}
/* Toolbar */
.toolbar{font-size: 16px}
.toolbar .view-mode{font-size: 18px}
.toolbar .view-mode a{color: #000}
.toolbar .view-mode a:hover{color: #c00}
.toolbar .view-mode strong{color: #999}
.toolbar .toolbar-amount{color: #000}
.toolbar .toolbar-amount span{color: #c00}
.toolbar select{
	display: inline-block;
	width: auto;
	border: 0;
	padding: 0 35px 0 10px;
	color: #000;
}
.toolbar .pager{
	display: table;
	width: 100%;
	margin-top: 0;
	margin-bottom: 30px;
}
.toolbar .pager > div{
	display: table-cell;
	vertical-align: middle;
}
.three_columns .toolbar .pager > div{
	display: block;
	text-align: left;
}
/* product detail */
.catalog-product-view .sidebar{padding-top: 8px}
.product-bottom .nav-tabs>li{float: none; display: inline-block}
.product-bottom .nav-tabs>li.active>a,
.product-bottom .nav-tabs>li>a:hover{
	color: #000;
}
.product-bottom .nav-tabs{
	text-align: center;
}
.product-thumbnails-bottom{ 
	display: table;
    width: 100%;
    table-layout: fixed;
}
.gallery-thumbnails{ 
	display: table-cell;
    width: 80px;
    vertical-align: top;
    position: relative;
}
.product-view .base-image .owl-pagination .owl-page > span{
	display: none;
}
.product-view .base-image .owl-pagination .owl-page{
	width:80px;
	height: 80px;
	background: #ececec;
	opacity: .5;
	display: block;
	margin-bottom: 10px;
}
.gallery-thumbnails .item{
	padding-bottom: 10px;
}
.product-view .base-image .owl-pagination .owl-page.active{
	opacity:0;
	visibility: hidden;
}
.product-view .base-image .owl-pagination{
    position: absolute;
    top: 0;
    right: calc(100% + 20px);
    left: auto;
    display: block;
}
.base-image{
	display: table-cell;
    vertical-align: top;
    padding-left: 20px;
}
.add-to-form .shop-qty{margin-bottom: 15px;}
.add-to-form:after{
	content: "";
	display: table;
	clear: both;
}
.catalog-product-view .breadcrumbs ul{margin: 20px 0}
.catalog-product-view .breadcrumbs{background-color: #ececec;}
.bundle-box{
	margin-top: 20px;
}
.add-cart-form .shop-qty{
	margin-bottom: 15px;
}
.add-cart-form{
	margin: 35px 0;
}
.add-cart-form:after{
	content: "";
	display: table;
	clear: both;
}
.shop-qty{
	position: relative;
	width: 120px;
	float: left;
}
.shop-qty span.qty{
	position: absolute;
    line-height: 45px;
	top: 0;
	font-size: 20px;
	cursor: pointer;
    pointer-events: auto;
}
.shop-qty .qty.minus{
	left: 10px;
}
.shop-qty .qty.plus{
	right: 10px;
}
.shop-qty .input-qty-product{
	text-align: center;
	padding: 0 15px;
	color: #000;
	font-weight: 500;
	width: 100%;
	height: 45px;
}
.add-to-box .btn-shop{
	float: right;
	width: calc(100% - 140px);
}
.btn-shop .btn{
	height: 45px;
    line-height: 45px;
}
.box-social > a em{vertical-align: middle}
.box-social > a em,
.add-to-links > a em{ 
	line-height: 1;
    padding-right: 8px;
    font-size: 16px;
    font-weight: 400;
}
.box-social > a:hover em,
.add-to-links > a:hover em{ 
	color: #c30;
}
.add-to-links{margin: 15px 0}
.box-social > a,
.add-to-links > a{
	color: #000;
    font-weight: 600;
	margin-right: 30px;
}
.available strong{
	font-weight: 500;
}
.available span.out-stock{
	color: #c00;
}
.available span{
	color: #8bc500;
}

.product-view .rating-box > p > a{color: #999}
.product-view .rating-box > p > a:hover{color: #000}
.product-view .rating-box > p{
	margin-bottom: 15px;
    margin-top: 5px;
}
.product-view .short-description{
	margin-top: 15px;
	margin-bottom: 30px;
}
.product-view .price-box .price{
	font-size: 24px;
}
.product-view .price-box{
	color: #c33;
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 20px;
}
.product-view .product-name{margin-bottom: 15px;}
.product-view .product-name>h1{
	font-weight: 400;
    font-size: 20px;
}
.product-info-top{
	background-color: #ececec;
	margin-bottom: 80px;
	padding-bottom: 30px;
}
.product-info-top select,
.product-info-top .form-control{
	background-color: #ececec !important;
}
.product-info-top .product-info-main .price-box .price{
	font-size: 24px;
	font-weight: 400;
}
.product-info-top .product-info-main {
    width: calc(100% - 100%/1.5);
	float: right;
	padding-left: 30px;
}
.product-info-top .product-info-media {
    width: calc(100%/1.5);
    position: relative;
	float: left;
	min-height: 2px;
}
.product-links .category-link:hover{
	color: #000;
}
.product-links .category-link{
	color: #999;
}
.product-links .category-link + .category-link:before{
	content:",";
	display: inline-block;
	padding-right: 3px;
}
.product-bottom .product-links{
	border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    color: #999;
    margin-top: 100px;
    padding: 15px 0;
    text-align: center;
}
.product-bottom .product-links li{
	padding: 0 15px;
	display: inline-block;
}
.block-title{
	margin-bottom: 40px;
}
.block-title > *{
	font-weight: 400;
}
.products-carousel .owl-item{
	padding: 0 15px;
}
.products-carousel{width: auto !important}
.product-collateral, .block-brand-related{margin-top: 80px}
.box-reviews .block-title{text-align: left}
.box-reviews h4 span{color: #c30}
.box-reviews h4{
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 15px;
}
.sharethis-inline-share-buttons .st-btn:hover{
	top: 0 !important;
}
.sharethis-inline-share-buttons .st-btn:hover > svg{
	fill: #c00 !important;
}
.sharethis-inline-share-buttons .st-btn > svg{
	fill: #000 !important;
	height: 22px !important;
    width: 22px !important;
	top: 0 !important;
}
.sharethis-inline-share-buttons .st-btn{
	background: none !important;
}
.block-layered-nav, .social-icons{
	/* padding-top: 10px; */
}
.block-layered-nav li a:hover{color:#000}
.block-layered-nav li a{
	color: #999;
}
.block-layered-nav li{
	padding: 10px 0 10px;
	position: relative;
}
.block-layered-nav li .count{
	position: absolute;
	right: 0;
}
#left-content-container .sort-item .block{
	border-bottom: 1px solid #ddd;
	margin-bottom: 40px;
	padding-bottom: 40px;
}
#left-content-container .sort-item:last-child{
	border-bottom: 0;
}
/* Quick view */
.mfp-iframe-holder .mfp-iframe-scaler iframe{
	/* height: 510px; */
}
.quickview-index-show .container .col-main {
    width: 100%;
    height: 510px;
}
.quickview-index-show .product-view,
.quickview-index-show .product-essential,
.quickview-index-show .product-essential>form,
.quickview-index-show .gallery-quickview,
.quickview-index-show .product-quick-view{
	height: 100%;
}
.quickview-index-show .container {
    width: auto;
    min-height: 0 !important;
    padding: 0;
}
.product-quick-view{
	margin-left: -15px;
	margin-right: -15px;
}
.product-quick-view:after{
	content: "";
	display:table;
	clear: both;
}
.product-quick-view .product-img-box,
.product-quick-view .product-shop{
	width: 50%;
	float: left;
	padding: 0 15px;
	height: 510px;
	overflow: auto;
}
.product-quick-view .product-shop .product-shop-content{
	padding: 50px 55px 40px; 
}
.product-quick-view .product-img-box{overflow: hidden}
.product-quick-view .product-name{margin-bottom: 12px}

.mfp-wrap .mfp-iframe-holder .mfp-close{
	background: none;
	top: 0;
	right: 0;
	color: #333;
	overflow: visible;
	width: 60px;
	height: 60px;
	text-indent:0;
	font-size: 0;
	padding:0;
}
.mfp-wrap .mfp-iframe-holder .mfp-close:hover{color:#000}
.mfp-wrap .mfp-iframe-holder .mfp-close:before{
	content: "\e680";
    font-family: 'Pe-icon-7-stroke';
    font-size: 60px;
	position: absolute;
    top: 0;
    right: 0;
	width: 60px;
	height: 60px;
	line-height: 60px;
	display: inline-block;
}
.owl-carousel .owl-controls .owl-buttons > div{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    font-size: 68px;
	color: #999;
	opacity: 0;
	visibility: hidden;
}
.owl-carousel .owl-controls .owl-buttons .owl-prev{
	left: -30px;
}
.owl-carousel .owl-controls .owl-buttons .owl-next{
	right: 0;
}
.owl-carousel .owl-controls .owl-buttons > div > i:hover{
	color: #000;
}
.owl-carousel .owl-controls .owl-buttons > div > i{
	line-height: 50px;
}
.owl-carousel:hover .owl-controls .owl-buttons >div{
	opacity: 1;
    visibility: visible;
}
.owl-carousel:hover .owl-controls .owl-buttons .owl-prev{
	left: 0;
}
.owl-carousel:hover .owl-controls .owl-buttons .owl-next{
	right: 34px;
}

.mini-products-list .item + .item{border-top: 1px solid #ccc}
.mini-products-list .item{
	position: relative;
	padding: 15px 0;
	display: table;
	width: 100%;
}
.mini-products-list .btn-edit > i{font-size: 22px}
.mini-products-list .btn-remove > i{font-size: 30px}
.mini-products-list .btn-edit:hover,
.mini-products-list .btn-remove:hover{color: #000}
.mini-products-list .btn-edit,
.mini-products-list .btn-remove{
	position: absolute;
	right:0;
	top: 15px;
	width: 30px;
	text-align: center;
	color: #999;
}
.mini-products-list .btn-edit{top: 45px}
.mini-products-list .product-details{
	padding-left: 100px;
	padding-right: 30px;
}
.mini-products-list .product-details .price{color: #c00}
.mini-products-list .product-details .product-name{
	margin-bottom: 5px;
}
.mini-products-list li > .product-image,
.mini-products-list .mini-products-image{
	position: relative;
	display: block;
	float: left;
}
.mini-products-list .mini-products-image:hover .product-image img{opacity: 0.5}
.mini-products-list .mini-products-image:hover .link-cart{
	opacity: 1;
	visibility: visible;
}
.mini-products-list .mini-products-image .link-cart{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
	z-index: 9;
	opacity: 0;
	visibility: hidden;
	color: #fff;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	background: #333;
	line-height: 40px;
	text-align: center;
}
.mini-products-list .product-image img{
	display: block;
	max-width: 80px;
}

/* account */
.wishlist-items .price-box .old-price {
	float: none;
	margin:0;
}
.wishlist-items .cart-cell .form-inline .quantity  {
	display: block;
	margin-bottom: 10px;
	vertical-align: middle;
}
.quantity{
	position: relative;
}
.quantity .input-qty-product.qty{
	width: 100%;
}
.quantity span.qty{
	line-height: 45px;
    top: 0;
    font-size: 20px;
    cursor: pointer;
    pointer-events: auto;
	position: absolute;
}
.quantity span.qty.plus{right: 10px}
.quantity span.qty.minus{left: 10px}
.input-qty-product {text-align: center;}
.my-wishlist .product-image{
	display: block;
	margin-bottom: 10px;
}
.my-wishlist .buttons-set{margin-bottom: 15px}
.my-wishlist .buttons-set button{ margin-right: 10px;}
.wishlist-items .cart-cell:after{
	content:"";
	display: block;
	clear: both;
}
.wishlist-items .cart-cell .add-to-cart-alt{
	margin: 10px 0;
}
.wishlist-items .cart-cell a.btn{
	width: calc(50% - 10px);
	float: left;
}
.wishlist-items .cart-cell a.btn + a.btn{float: right}
.wishlist-items .cart-cell{
	margin-top: 15px;
}
.wishlist-items li > div{
	padding: 15px;
	border: 1px solid #ddd;
}
.wishlist-items li{
	text-align: center;
	margin-bottom: 30px;
}
.my-account-main h4{
	font-weight: 400;
	margin-bottom: 15px;
}
.my-account-main .table thead tr th{
	text-transform: uppercase;
    color: #2a2a2a;
    font-weight: 500;
}
.tag-customer-index .my-account a:hover span{ color: #fff}
.tag-customer-index .my-account a:hover{
	background-color: #56cfe1;
    border-color: #56cfe1;
}
.tag-customer-index .my-account a span{ color: #222; font-weight: 400}
.tag-customer-index .my-account a{
    border: 1px solid #222;
    border-radius: 20px;
    display: inline-block;
    font-size: 13px;
    margin: 0 8px 8px 0;
    padding: 7px 15px 2px;
    vertical-align: middle;
}
table .ratings,
.table .ratings{
	margin-bottom: 0;
}
table .rating-box .rating,
.table .rating-box .rating{
	overflow: hidden;
}
.my-account-main  .table .rating-box .rating:before{
	position: static;
}
.ratings-table th,
.ratings-table td{
	vertical-align: middle;
	padding: 3px 0;
}
.ratings-table td{
	vertical-align: middle;
	padding: 5px;
}
.ratings-table th{
	color: #2a2a2a;
}
.my-account-main .table{
	border: 1px solid #eaeaea;
}


.account h3 {
	font-weight: 400;
	margin-bottom: 30px;
}
.sidebar .nav-tabs>li>a{
	font-size: 14px;
}
.sidebar .block-title h3{
	font-size: 18px;
}
.address > .btn{margin-top: 15px}
.my-account-main .box-recent{
	padding-bottom: 40px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.my-account-main strong{font-weight: 500}
.my-account-main h4{
	margin: 10px 0;
	font-weight: 400;
}
.box-title h2{
	font-weight: 400;
	margin-bottom: 15px;
	font-size: 24px;
}
.box-title h3{
	font-weight: 400;
	margin-bottom: 15px;
}
.recent_posts_widget li+li{
	border-top: 1px solid #ccc;
}
.sidebar .recent_posts_widget > li{
	padding: 15px 0;
}
.recent_posts_widget li:after{
	content:"";
	display: table;
	clear: both;
}
.recent_posts_widget li .post-info{
	padding-left: 100px;
}
.recent_posts_widget li > a{
	display: block;
	float: left;
}
.recent_posts_widget li > a > img{
	display: block;
	max-width: 80px;
}
/* ajax cart */
#ajax_cart_loader{
	position: fixed;
	z-index: 20000;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,.35);
}
#ajax_cart_loader > div{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}
#ajax_cart_loader>div:before{
	-webkit-animation-delay: -1s;
    animation-delay: -1s;
}
#ajax_cart_loader>div:after,
#ajax_cart_loader>div:before{
	width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #c00;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    -webkit-animation: sk-bounce 2s infinite ease-in-out;
    animation: sk-bounce 2s infinite ease-in-out;
}
.add-to-cart .form-group{
	position: relative;
}
span.qty{
	position: absolute;
	top: 0;
	line-height: 40px;
	font-size: 20px;
	cursor: pointer;
    pointer-events: auto;
}
span.qty.minus{
	left: 8px;
}
span.qty.plus{
	right: 8px;
}
.mfp-iframe-holder .mfp-content{
	max-height: 510px;
}
.mfp-iframe-holder .mfp-content .ajaxcart-iframe {
    width: 380px !important;
    max-width: 100% !important;
    min-height: 400px;
    padding: 0 15px;
    position: relative;
    margin: 0 auto;
    overflow: visible;
}
.ajax-cart-loading:before,
.ajax-cart-loading:after {
    -webkit-animation: sk-bounce 2s infinite ease-in-out;
    animation: sk-bounce 2s infinite ease-in-out;
    background-color: #c33;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    content: "";
    height: 30px;
    left: 50%;
    margin: -15px 0 0 -15px;
    opacity: 0.6;
    position: absolute;
    top: 50%;
    width: 30px;
    z-index: 1;
}
.ajax-cart-loading:before {
	-webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.mfp-wrap{
	z-index: 20000 !important;
}
.mfp-content .message>span{font-weight:600}
.mfp-content .message{
	text-align: left;
    padding: 10px;
    color: #006400;
    background: #e5efe5;
    margin: 15px 0;
}
.ajaxcart-iframe .ajax-content .info,
.ajaxcart-iframe .ajax-content > img{
	width: 50%;
	float: left;
}
.mfp-inline-holder .mfp-content{
	background-color: #fff;
	width: 320px !important;
	padding: 0 15px;
}
.mfp-inline-holder .mfp-content .btn {
	width: 100%;
}
.mfp-close-btn-in .ajax-delete .mfp-close:before,
.mfp-close-btn-in .ajaxcart-iframe .mfp-close:before{
	font-size: 35px;
    width: 35px;
    height: 35px;
    line-height: 35px;
}
.mfp-close-btn-in .ajax-delete .mfp-close,
.mfp-close-btn-in .ajaxcart-iframe .mfp-close{
	width: 35px;
    height: 35px;
    line-height: 35px;
	right: -35px;
	opacity: 1;
	background-color: #fff;
}
/* cart */
.order-method > div +div{
	margin-bottom: 40px;
}
.table{
	border-color: #ccc;
	color: #222;
}
.table-bordered>thead>tr>th, .table-bordered>thead>tr>td{
	border-bottom-width: 1px;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td{
	border-color: #ccc;
}
.table>thead>tr>th ,
table>thead>tr>th {
    border-bottom: 1px solid #ccc;
}
.form-control.input-text + .form-control.input-text{margin-top: 10px}
.discount .discount-title{
	margin-left: 15px;
	position: absolute;
	top: 0;
	left: calc(50% - 15px);
}
.shipping .shipping-title{
	position: absolute;
	top: 0;
	left: 15px;
}
.checkout-cart-title{
	padding: 12.5px;
	width: calc(50% - 15px);
	border: 1px solid #ccc;
	text-align: center;
	transition: all 0s;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-o-transition: all 0s;
	font-weight: 600;
}
.checkout-cart-title.active{
	color: #fff;
    background-color: #333;
    border-color: #333;
}
.checkout-cart-content{
	display: none;
	padding: 15px;
	border: 1px solid #ccc;
	padding-top: 65px;
}
.checkout-cart-content.show{
	display: block;
}

#checkout-method dt{display: block}
.checkout-container{
	border: 1px solid #ccc;
	padding: 25px;
	margin: 15px 0;
}
.checkout-container h5{
	margin-bottom: 10px;
}
.checkout-container .step-title h3,
.checkout-container .title h3{
	font-weight: 400;
	margin-bottom: 20px;
}
.checkout-container select{
	/* margin-bottom: 15px; */
}
.checkout-container input[type=checkbox]{
    vertical-align: top;
    margin-top: 4px;
}
.checkout-container input[type=radio]{
    vertical-align: top;
    margin-top: 4px;
}
.checkout-container .step-title, .checkout-container .title{
	margin-bottom: 10px;
}
#checkoutSteps select{box-shadow:none}
#checkoutSteps select:focus{box-shadow: none}
#checkoutSteps .btn.action{margin-bottom:10px}
#checkoutSteps>li{
	padding-bottom: 10px;
}
#checkoutSteps .please-wait img{display: none}
#checkoutSteps .please-wait{
	position: relative;
	width: 50px;
	overflow: hidden;
	height: 50px;
	float: right;
}
#checkoutSteps .please-wait:before{
	content: "";
	display: block;
	background: url(https://www.nakedape.uk.com/skin/frontend/mgstheme/unero/images/loading.gif) no-repeat;
	background-color: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.ajax-wait{
	position: relative;
	width: 50px;
	overflow: hidden;
	height: 50px;
	float: right;
}
#checkout-review div.ajax-load, div.ajax-load, .please-wait-loading {
	background: url(https://www.nakedape.uk.com/skin/frontend/mgstheme/unero/images/loading.gif) no-repeat center center !important;
}
.please-wait-loading{
	height: 50px !important;
}
#checkoutSteps>li .step-title{
	color:#56cfe1;
	font-size:14px;
	padding: 12px 10px;
	border:1px solid #56cfe1;
    background-color: #fff;
    text-transform: uppercase;
	font-weight: 600;
}
#checkoutSteps>li .step-title span:after{
	content:". ";
}
#checkoutSteps>li .step-title a{display: none}
#checkoutSteps>li .step-title h2{
	color:#56cfe1;
	display: inline-block;
	font-size: 20px;
	font-weight: 600;
}
#checkoutSteps>li.active .step-title + div{margin-top: 20px}
#checkoutSteps>li.active .step-title {
    border-color: #56cfe1;
    color: #fff;
    background-color: #56cfe1;
}
#checkoutSteps>li.active .step-title h2{
	color: #fff;
}
#checkoutSteps>li h3{
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
}
#checkoutSteps>li h4{
	font-size: 18px;
	font-weight: 500;
}
#checkoutSteps .buttons-set p.required{
	display: none;
}
#checkoutSteps label,
#checkoutSteps.label{margin-bottom: 0}
#checkoutSteps li.control{margin-bottom: 6px}
#checkoutSteps .input-box{
	margin-bottom: 15px;
}
#checkoutSteps #checkout-step-login input[type=radio]{
	/* margin-top: 0; */
}
#checkoutSteps .buttons-set .button{
	color: #fff;
    border: 2px solid #222;
    background-color: #222;
    display: inline-block;
    border-radius: 40px;
    height: 40px;
    font-weight: 600;
    padding: 0 35px;
    line-height: 36px;
}
#checkoutSteps .buttons-set .button:hover{
	border-color:#56cfe1;
    background-color: #56cfe1;
}
#checkoutSteps .col-2 .buttons-set .button{
	color: #fff;
    border: 2px solid #56cfe1;
    background-color: #56cfe1;
    display: inline-block;
    border-radius: 40px;
    height: 40px;
    font-weight: 600;
    padding: 0 35px;
    line-height: 36px;
	float: right;
}
#checkoutSteps .col-2 .buttons-set .button:hover{
	border-color:#222;
    background-color: #222;
}
#checkoutSteps .col-1, #checkoutSteps .col-2{
	width: 50%;
	float: left;
	padding: 0 15px;
}
#checkoutSteps .col2-set{
	margin-left: -15px;
	margin-right: -15px;
	margin-top: 10px;
	position: relative;
}
#checkoutSteps .col2-set:after{
	display: block;
	clear: both;
	content: "";
}
label.required em{
	display: none;
}
#checkoutSteps .button.btn-checkout{
	height: 50px;
    line-height: 50px;
    text-transform: uppercase;
    font-size: 18px;
    padding: 0 50px;
    float: right;
}
.f-left{float: left}
#checkoutSteps .back-link{display: none}
#checkoutSteps input[type=radio], #checkoutSteps input[type=checkbox] {
	display: inline-block;
	position: static;
	vertical-align: top;
	margin-top: 0;
	margin-right: 4px;
	min-height: 20px;
}
#checkout-step-payment dt{margin-top: 10px}
#checkout-step-payment input[type=radio]{
	margin-top: -2px;
}
#checkoutSteps li.wide select{
	margin-bottom: 10px;
}
#checkoutSteps ul li.fields:after{
	content: "";
	display: block;
	clear: both;
}
#checkoutSteps ul li.fields{
	margin-left: -15px;
	margin-right: -15px;
}
#checkoutSteps ul li.fields .fields{
	width: 100%;
	padding: 0 15px;
	float: left;
}
#checkoutSteps ul li.fields .field{
	width: 50%;
	padding: 0 15px;
	float: left;
}
#payment_form_ccsave {
	width: 60%;
	margin-top: 10px;
}
#shipping-new-address-form ul li.wide{
	margin-bottom: 10px;
}
#billing-address-select{
	margin-bottom: 30px;
}
#billing-new-address-form ul li.wide + .wide{
	margin-bottom: 10px;
}
#payment_form_ccsave li{
	margin-bottom: 10px;
}
#payment_form_ccsave li .v-fix + .v-fix{
	margin-top: 10px;
}
.opc-block-progress .block-content dl>div{
	margin-bottom: 15px;
}
.opc-block-progress .block-title{
	margin-bottom: 15px;
	text-transform: uppercase;
}
.opc-block-progress dt{
	color: #222;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 10px;
}

#shopping-cart-totals-table strong{font-weight: 500}
#shopping-cart-totals-table tbody td,
#shopping-cart-totals-table tfoot td{
	border:1px solid #ccc;
}
#shopping-cart-table>thead{
	background: #f2f2f2;
}
#shopping-cart-table>thead>tr>th, #shopping-cart-table>tbody>tr>th, #shopping-cart-table>tfoot>tr>th, #shopping-cart-table>thead>tr>td, #shopping-cart-table>tbody>tr>td{
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
#shopping-cart-table>tfoot>tr>td{
	border: 0;
}
#shopping-cart-table>thead>tr>th{
	border-bottom: 1px solid #ccc;
    font-weight: 400;
    font-size: 16px;
	text-align: center;
}
#shopping-cart-table tfoot tr td{
	padding: 35px 0 15px;
}
#shopping-cart-table tbody tr td .item-options{
	float: left;
    text-align: left;
	width: 100%;
}
#shopping-cart-table tbody tr td .product-image{
	display: block;
    float: none;
	margin: 0 auto;
    overflow: hidden;
    width: 120px;
}
#shopping-cart-table tbody tr td .product-name:hover{
	color: #c30;
}
#shopping-cart-table tbody tr td .product-name{
	float: left;
	text-align: left;
	color: #222;
    font-weight: 500;
    font-size: 15px;
	width: 100%;
}
#shopping-cart-table tbody tr td{
	text-align: center;
	vertical-align: middle;
}
#shopping-cart-table .input-qty-product{
    height: 40px;
    margin-bottom: 0;
    text-align: center;
    margin: 0 auto;
    width: 85px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
}
#shopping-cart-table .btn .icon{
	font-size: 20px;
    vertical-align: middle;
    margin-right: 5px;
    margin-bottom: 3px;
}
.icon-action {
    margin-bottom: 10px;
    color: #6c6c6c;
    height: 40px;
    font-size: 13px;
    min-width: 40px;
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #e6e6e6;
    line-height: 38px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
}
.icon-action:hover {
	background-color:#000;
	color: #fff;
}
.form-control{
	box-shadow: none;
}
.form-control:focus{
	border-color: #888;
	box-shadow: none;
}
/* Blog list */

.post-item-info {
  padding-bottom: 55px;
  margin-bottom: 55px;
  border-bottom: 1px solid #e1e1e1;
}
.post-item-info .post-thumbnail {
  margin-bottom: 35px;
  max-height: 300px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.post-item-info .post-thumbnail img {
  min-width: 100%;
}
.post-item-info .post-thumbnail a {
  position: relative;
  width: 100%;
  display: block;
}
.post-item-info .post-thumbnail a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  bottom: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0);
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.post-item-info .post-thumbnail .popup-video:after {
  font-family: FontAwesome;
  content: "\f04b";
  position: absolute;
  top: 50%;
  left: 50%;
  cursor: pointer;
  background-color: #eee;
  z-index: 2;
  color: #333;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  font-size: 20px;
  text-align: center;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.post-item-info:hover .post-thumbnail a:before {
  background-color: rgba(255, 255, 255, 0.3);
}
.post-item-info .post-title {
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 20px 0;
}
.post-item-info .entry-metas {
  margin-bottom: 35px;
}
.post-item-info .entry-metas .entry-meta {
  padding-right: 15px;
  position: relative;
}
.post-item-info .entry-metas .entry-meta + .entry-meta {
  padding-left: 15px;
}
.post-item-info .entry-metas .entry-meta + .entry-meta:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 1px;
  background-color: #999;
  left: 0;
  top: 3px;
  transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -o-transform: rotate(20deg);
}
.post-comments {
  clear: both;
  border-top: 1px solid #e1e1e1;
  margin-top: 90px;
  padding-top: 90px;
}
.post-comments .fieldset .title {
  font-size: 24px;
  font-weight: 400;
  color: #000;
  padding-bottom: 35px;
  margin: 0;
}
.title-comment-content {
  font-size: 24px;
  font-weight: 400;
  color: #000;
  padding-bottom: 35px;
  margin: 0;
}
.comment-list {
  margin-bottom: 80px;
}
.comment-list .comment-list-container .item {
  border-top: 1px solid #e1e1e1;
  padding: 20px;
  position: relative;
  word-break: break-all;
}
.comment-list .comment-list-container .item .info {
  margin-bottom: 20px;
}
.comment-list .comment-list-container .item .info .name {
  color: #333;
  font-weight: 600;
  font-size: 14px;
}
.comment-list .comment-list-container .item .info .posted-on {
  font-size: 11px;
  text-transform: uppercase;
  padding-left: 10px;
  color: #666;
}
.blog-main-info .post-thumbnail {
  margin-bottom: 100px;
}
.blog-main-info .sharethis-inline-share-buttons {
  text-align: center !important;
}
.blog-load-more-comment {
  margin-top: 20px;
}
.blog-load-more-comment a {
  font-size: 15px;
  font-style: italic;
}
.blog-load-more-comment a.loading-style {
  animation: fadeIn 1s infinite alternate;
}
.mgs-blog-lastest-posts .owl-item{
	padding: 0 15px;
}
.mgs-blog-lastest-posts .post-item-content {
  border: 1px solid transparent;
  position: relative;
  background-color: transparent;
  overflow: hidden;
  margin-bottom: 30px;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.mgs-blog-lastest-posts .post-item-content:hover .post-thumbnail {
  background-color: #fff;
}
.mgs-blog-lastest-posts .post-item-content .post-thumbnail img {
  min-width: 100%;
  opacity: 1;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.mgs-blog-lastest-posts .post-item-content .short-content p {
  margin: 0;
}
.mgs-blog-lastest-posts .post-item-content .short-content .post-link {
  display: block;
  color: #c33;
  margin-top: 15px;
}
.mgs-blog-lastest-posts .post-item-content .post-create-date {
  color: #999;
}
.mgs-blog-lastest-posts .post-item-content .post-content .title {
  margin: 20px 0 0;
}
.mgs-blog-lastest-posts .post-item-content .post-content .title a {
  font-weight: 400;
  font-size: 18px;
}
.mgs-blog-lastest-posts .post-item-content .post-content .title a:hover {
  color: #c33;
}
@media (min-width: 1200px){
	.mgs-blog-lastest-posts .post-item-content .short-content {
		position: absolute;
		bottom: 40px;
		left: 40px;
		right: 40px;
		opacity: 0;
		color: #999;
		transition-delay: .2s;
		-webkit-transition-delay: .2s;
		-moz-transition-delay: .2s;
		-o-transition-delay: .2s;
		transition: all .33s ease-in-out;
		-webkit-transition: all .33s ease-in-out;
		-moz-transition: all .33s ease-in-out;
		-o-transition: all .33s ease-in-out;
		transform: translateX(-40px);
		-webkit-transform: translateX(-40px);
		-moz-transform: translateX(-40px);
		-o-transform: translateX(-40px);
	}
	.mgs-blog-lastest-posts .post-item-content .post-item-detail .post-content {
		position: absolute;
		top: 45px;
		left: 40px;
		right: 40px;
		opacity: 0;
		transform: translateX(40px);
		-webkit-transform: translateX(40px);
		-moz-transform: translateX(40px);
		-o-transform: translateX(40px);
		transition: all .35s ease-in-out;
		-webkit-transition: all .35s ease-in-out;
		-moz-transition: all .35s ease-in-out;
		-o-transition: all .35s ease-in-out;
	}
	.mgs-blog-lastest-posts .post-item-content:hover .short-content {
		transform: translateX(0);
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-o-transform: translateX(0);
		opacity: 1;
	}
	.mgs-blog-lastest-posts .post-item-content:hover .post-item-detail .post-content {
		opacity: 1;
		transform: translateX(0);
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-o-transform: translateX(0);
	}
	.mgs-blog-lastest-posts .post-item-content:hover .post-thumbnail img {
		opacity: 0;
	}
	.mgs-blog-lastest-posts .post-item-content:hover {
		border-color: #ddd;
	}
}
/**/
.btn-proceed-checkout{
	text-transform: uppercase;
    font-size: 16px;
    border-color: #333;
    color: #fff;
    background-color: #333;
    border-radius: 0;
    padding: 15px 15px;
    width: 100%;
    font-weight: 500;
    margin-bottom: 15px;
}
.table dd {display: inline-block}
.table dt{display: inline-block}
dt {
    font-weight: 400;
    color: #222;
	 margin-top: 8px;
}
.left-content-container > .block{
	margin-top: 50px;
    border-top: 1px solid #e1e1e1;
    padding-top: 40px;
}
.tagcloud:after{
	content:"";
	display: table;
	clear: both;
}
.validation-advice{
	font-style: italic;
	color: #c30;
	font-size: 13px;
}
.form-group .checkbox-inline input[type="checkbox"]{
	display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.form-group .checkbox-inline{
	position: relative;
    display: block;
    padding-left: 20px;
}
.pagination{
	text-align: center;
	display: block;
}
.pagination>li {
	display: inline-block;
	padding: 0 5px;
}
section.full > .container-fluid{padding: 0}

.text_slider_2 a > i{
	margin-left: 6px;
}
.text_slider_2 a:hover{color: #000}
.text_slider_2 a{
	color: #c00;
	text-shadow: none !important;
	font-weight: 400 !important;
	font-size: 14px !important;
}
.text_slider_2 .title{
	font-weight: 400 !important;
	font-size: 30px !important;
	line-height: 30px !important;
	text-shadow: none !important;
	font-weight: 400 !important;
	margin-bottom: 15px !important;
}
.text_slider .content{
	text-align: center;
	padding: 35px 40px 20px !important;
	background: #fff;
}
.text_slider p{
	color: #999 !important;
	font-size: 14px !important;
	text-shadow: none !important;
	font-weight: 400 !important;
}
.text_slider h3{
	margin: 0 0 10px !important;
    line-height: 1 !important;
	color: #000 !important;
    font-size: 36px !important;
    font-weight: 600 !important;
    text-shadow: none !important;
    letter-spacing: 50px !important;
    text-transform: uppercase;
    margin-right: -50px !important;
}
@media(max-width: 767px){
	.text_slider h3{
		letter-spacing: 30px !important;
		margin-right: -30px !important;
	}
}
@media(max-width: 479px){
	.text_slider_2 .title{
		font-size: 22px !important;
		line-height: 22px !important;
	}
	.text_slider h3{
		letter-spacing: 15px !important;
		margin-right: -15px !important;
	}
}
/* Boxed */
.boxed .header.header-sticky-menu{
	left: 30px;
	right: 30px;
}
body.boxed:not(.ajaxcart-index-options):not(.quickview-index-show):not(.page-popup)  {
	background-color: #f2f2f2;
	margin: 30px 0;
}
body.boxed.fullwidth:not(.ajaxcart-index-options):not(.quickview-index-show):not(.page-popup) .container-fluid,
body.boxed.fullwidth:not(.ajaxcart-index-options):not(.quickview-index-show):not(.page-popup) .container {
    max-width: 1580px;
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
}
@media (min-width: 768px){
	body.boxed.fullwidth:not(.ajaxcart-index-options):not(.quickview-index-show):not(.page-popup)  #maincontent,
	body.boxed.fullwidth:not(.ajaxcart-index-options):not(.quickview-index-show):not(.page-popup)  #wrapper {
		max-width: calc(100% - 60px);
	}
}
body.boxed.fullwidth:not(.ajaxcart-index-options):not(.quickview-index-show):not(.page-popup)  #maincontent,
body.boxed.fullwidth:not(.ajaxcart-index-options):not(.quickview-index-show):not(.page-popup)  #wrapper {
    background-color: #fff;
    margin: 0 auto;
    position: relative;
    width: auto;
}

/* Banner home categories */
.banner-cate {
  padding: 0 20px 0 35px;
  margin-bottom: 190px;
}
.banner-cate-image {
  position: relative;
  padding-left: 35px;
}
.banner-cate-image img {
  min-width: 100%;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.banner-cate-image .text {
  color: #999;
  line-height: 1;
  letter-spacing: .048em;
  display: inline-block;
  position: absolute;
  left: -93.5px;
  top: 0;
  transform: rotate(-90deg) translateX(-50%);
  -webkit-transform: rotate(-90deg) translateX(-50%);
  -moz-transform: rotate(-90deg) translateX(-50%);
  -o-transform: rotate(-90deg) translateX(-50%);
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.banner-cate-name {
  padding-left: 35px;
}
.banner-cate-name a {
  font-size: 30px;
  font-weight: 400;
  margin: 30px 0 0;
  display: block;
}
.banner-cate-name a:hover {
  color: #c33;
}
.banner-cate.text-position-center .banner-cate-image .text {
  top: 50%;
  transform: rotate(-90deg) translate(-50%,-50%);
  -webkit-transform: rotate(-90deg) translate(-50%,-50%);
  -moz-transform: rotate(-90deg) translate(-50%,-50%);
  -o-transform: rotate(-90deg) translate(-50%,-50%);
}
.banner-cate.text-position-right {
  padding-left: 20px;
  padding-right: 35px;
}
.banner-cate.text-position-right .banner-cate-image {
  padding-right: 35px;
  padding-left: 0;
}
.banner-cate.text-position-right .banner-cate-image .text {
  right: -93.5px;
  left: auto;
}
.banner-cate.text-position-right .banner-cate-name {
  padding-left: 0;
}
.banner-cate:hover .banner-cate-image img {
  opacity: 0.6;
}
/* Newletter home categories */
.newsletter-home {
  position: relative;
  padding-top: 40px;
  padding-right: 70px;
  margin-left: 20px;
}
.newsletter-home:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  background-color: #000;
  height: 1px;
  content: "";
}
.newsletter-home .newsletter-title {
  font-size: 30px;
  color: #000;
  line-height: 1;
}
.newsletter-home .block {
  position: relative;
}
.newsletter-home .block label {
  display: none;
}
.newsletter-home .block .form-group {
  margin: 0;
}
.newsletter-home .input-text{
  width: 100%;
  border: 1px solid #bfbfbf;
  padding: 14px 20px 13px;
  display: block;
  height: 50px;
}
.newsletter-home .block .action.subscribe {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: 50px;
  z-index: 10;
  background: none;
  border: none;
  text-align: center;
  padding: 0;
}
.newsletter-home.style-v2 {
  margin-left: 0;
  padding-right: 0;
  border-top: 1px solid #e1e1e1;
  padding-top: 80px;
  padding-bottom: 80px;
}
.newsletter-home.style-v2:before {
  content: none;
}
.newsletter-home.style-v2 .block .action.subscribe {
  width: auto;
  padding: 0 25px;
  color: #fff;
  min-width: 170px;
  font-weight: 600;
  font-size: 16px;
  background-color: #c33;
}
.newsletter-home.style-v2 .block .action.subscribe .fa {
  display: none;
}
.newsletter-home.style-v2 .block .action.subscribe:after {
  content: attr(title);
  display: block;
  white-space: nowrap;
}
/* Group Product */
.group-featured-box td.product-quantity .form-group > span.minus{
	left: 8px;
}
.group-featured-box td.product-quantity .form-group > span.plus{
	right: 8px;
}
.group-featured-box td.product-quantity .form-group > span{
	position: absolute;
	line-height: 40px;
	top: 0;
	font-size: 20px;
	
}
.group-featured-box td.product-quantity .form-group .input-qty-product{
	height: 40px;
	width: 100%;
}
.group-featured-box td.product-quantity .form-group{
	width: 110px;
	position: relative;
}
.product-view .product-info-main .table {
	margin-bottom: 20px;
}
.product-view .product-info-main .table thead tr th {
    color: #000;
    border: 1px solid #ddd;
    padding: 9px 15px;
    vertical-align: middle;
	text-transform: uppercase;
}
.product-view .product-info-main .table thead tr th.product-quantity,
.product-view .product-info-main .table thead tr th.product-price {
    width: 1%;
    text-align: center;
}
.product-view .product-info-main .table tbody {
    border: 0 !important;
}
.product-view .product-info-main .table tbody tr td {
    border: 1px solid #ddd;
    border-top: 0 !important;
    vertical-align: middle;
    padding: 9px 15px;
}
.product-view .product-info-main .table tbody tr td.product-price p {
	margin: 0;
}
.product-view .product-info-main .table tbody tr td.product-price .price {
	font-size: 14px;
	font-weight: 500;
}
.product-view .product-info-main .table tbody tr td.product-price .price-box {
	display: inline-block;
	font-size: 14px;
	margin-bottom: 0;
}
.product-view .product-info-main .table tbody tr td.product-name {
	font-weight: 500;
    color: #222;
}
/* Bundle Product */
.bundle-box .options-list > li{
	padding: 5px 0;
}
.bundle-box .options-list input[type=checkbox]{vertical-align: top}
.price-box-bundle .price-box {
	margin-bottom: 0;
}
.price-box-bundle .price-label {
	display: none;
}
.price-box-bundle p {
	margin: 0;
}
.price-box-bundle .price-from:after {
	content: "-";
	margin: 0 10px 0 7px;
	display: inline-block;
}
.product-view .product-collateral,
.product-view .block-brand-related,
.product-view .block-related-main {
	padding-top: 60px;
	margin: 0;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{
	background: none;
}

.category-products .products-grid .deal-timer{
	width: 100%;
	margin-top: 15px;
	margin-bottom: 0;
}
.products-grid .item{
	margin-bottom: 30px;
}
/* slider tabs */
.slider-tabs-container {
  min-height: 100vh;
  position: relative;
}
.slider-tabs-content {
  align-items: center;
  display: flex;
  height: 100%;
  min-height: 100vh;
  padding: 100px 0 100px 145px;
  position: relative;
  z-index: 10;
}
.slider-tabs-content .slider-items-content {
  background-color: #fff;
  padding: 55px 50px;
}
.slider-tabs-wrapper {
  margin-left: 45px;
  margin-right: 45px;
}
.slider-tabs-wrapper .item-content {
  margin-bottom: 45px;
}
.slider-tabs-wrapper .item-content:last-child {
  margin-bottom: 0;
}
.slider-tabs-wrapper .item-content .title {
  color: #000;
  font-size: 36px;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  padding: 0;
  transition: all .5s ease 0s;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
.slider-tabs-wrapper .item-content .title a {
  color: #000;
}
.slider-tabs-wrapper .item-content .desc {
  color: #999;
  display: block;
  padding-top: 10px;
}
.slider-tabs-wrapper .item-content:hover .title,
.slider-tabs-wrapper .item-content.active .title {
  color: #c33;
}
.slider-tabs-wrapper .item-content:hover .title a,
.slider-tabs-wrapper .item-content.active .title a {
  color: #c33;
}
.slider-tabs-wrapper .slider-images-content {
  clip: rect(0px, auto, auto, 0px);
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}
.slider-tabs-wrapper .slider-images-content .item-image {
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  left: 60px;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: opacity .3s ease 0s;
  width: 100%;
}
.slider-tabs-wrapper .slider-images-content .item-image.active {
  opacity: 1;
}

/* Gird background */
.slider-background-wrapper {
	margin-left: -15px;
    margin-right: -15px;
}
.slider-background-wrapper .slider-grid-container {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  padding: 100px 100px 55px;
}
.slider-background-wrapper .slider-images-content {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.slider-background-wrapper .slider-images-content .item-image {
  background-size: cover;
  background-attachment: scroll;
  left: 0;
  background-position: center center;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: fixed;
  top: 0;
  background-repeat: no-repeat;
  transition: all 5s,opacity .35s;
  -webkit-transition: all 5s,opacity .35s;
  -moz-transition: all 5s,opacity .35s;
  -o-transition: all 5s,opacity .35s;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
}
.slider-background-wrapper .slider-images-content .item-image.active {
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -o-transform: scale(1.03);
  opacity: 1;
}
.slider-background-wrapper .slider-grid-content {
  position: relative;
  min-height: 100vh;
  z-index: 10;
}
.slider-background-wrapper .slider-items-content .item-content {
  margin-bottom: 45px;
  float: left;
  padding: 0 20px;
}
.slider-background-wrapper .slider-items-content .item-content.active .item-inner {
  border-color: #fff;
  background-color: #fff;
}
.slider-background-wrapper .slider-items-content .item-inner {
  border: 1px solid #000;
  padding: 40px;
  min-height: 338px;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  display: block;
}
.slider-background-wrapper .slider-items-content .title {
  font-size: 30px;
  color: #000;
  line-height: 1;
  font-weight: 400;
  margin: 0;
  padding: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.slider-background-wrapper .slider-items-content .desc {
  color: #999;
  padding-top: 10px;
  display: block;
}
@media (min-width: 1200px) {
  .slider-background-wrapper .slider-items-content .item-content {
    width: 25%;
  }
  .slider-background-wrapper .slider-items-content .item-content:nth-child(4n+1) {
    clear: both;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .slider-background-wrapper .slider-items-content .item-content {
    width: calc(100% / 3);
  }
  .slider-background-wrapper .slider-items-content .item-content:nth-child(3n+1) {
    clear: both;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .slider-background-wrapper .slider-items-content .item-content {
    width: 50%;
  }
  .slider-background-wrapper .slider-items-content .item-content:nth-child(2n+1) {
    clear: both;
  }
}
@media (max-width: 767px) {
  .slider-background-wrapper .slider-items-content .item-content {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .slider-background-wrapper .slider-grid-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .slider-background-wrapper .slider-grid-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* Newletter popup */
.block-popup-subscribe {
  padding: 10px;
  position: relative;
}
.block-popup-subscribe .block-popup-top {
  border: 1px solid #ccc;
}
.newsletter_popup {
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  text-align: center;
}
.pop-sletter-title h4 {
  font-size: 24px;
  color: #000;
  font-weight: 600;
}
.newsletter-popup-form{
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
.newsletter-popup-content {
  text-align: center;
  padding: 20px 0 0;
}
.newsletter-popup-form form .form-group {
  margin-bottom: 20px;
}
.newsletter-popup-form form .actions {
  padding: 0 0 30px;
}
.newsletter-popup-form form .actions .btn {
  height: 40px;
  line-height: 40px;
  width: auto;
}
.newsletter-popup-form input[type="email"] {
  text-align: center;
}
.newsletter-popup-form .pop-sletter-footer {
  text-align: center;
  padding: 15px;
  font-size: 12px;
  background-color: #f4f4f4;
}
.newsletter-popup-form div.checkbox {
  color: #333333;
  padding: 0px 8px 10px;
  margin: 0;
}
.newsletter-popup-form div.checkbox label {
  font-size: 14px;
  display: inline-block;
}
.newsletter-popup-form div.checkbox input {
  margin-top: 4px;
}
.block-popup-top .block-popup-content {
  width: 355px;
  padding-top: 42px;
  font-size: 14px;
  color: #666666;
  margin-left: 45px;
  padding-bottom: 7px;
  text-align: center;
}

/* Product Video */
.gallery-thumbnails .thumbnails-carousel .item,
.slick-slide .product_video {
	position: relative;
}
.gallery-thumbnails .thumbnails-carousel .item .entry > a,
.slick-slide .product_video {
    display: block;
}
.gallery-thumbnails .thumbnails-carousel .item .entry > .product_video img,
.slick-slide .product_video img {
	opacity: 0;
}
.gallery-thumbnails .thumbnails-carousel .item .entry > a .text,
.slick-slide .product_video .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
.gallery-thumbnails .thumbnails-carousel .item .entry > a .text span,
.slick-slide .product_video .text span {
    display: block;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    color: #222;
}
.gallery-thumbnails .thumbnails-carousel .item .entry > a .text span.pe-7s-play,
.slick-slide .product_video .text span.pe-7s-play {
    font-size: 50px;
    font-weight: 600;
}
.YouTubePopUp-Wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    z-index: 9999999999999
}

.YouTubePopUp-animation {
    opacity: 0;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: YouTubePopUp;
    animation-name: YouTubePopUp
}

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

@keyframes YouTubePopUp {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.YouTubePopUp-Content {
    max-width: 680px;
    display: block;
    margin: 0 auto;
    height: 100%;
    position: relative
}

.YouTubePopUp-Content iframe {
    max-width: 100% !important;
    width: 100% !important;
    display: block !important;
    height: 480px !important;
    border: none !important;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0
}

.YouTubePopUp-Hide {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: YouTubePopUpHide;
    animation-name: YouTubePopUpHide
}

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

@keyframes YouTubePopUpHide {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.YouTubePopUp-Close {
    position: absolute;
    top: 0;
    cursor: pointer;
    bottom: 528px;
    right: 0px;
    margin: auto 0;
    width: 24px;
    height: 24px;
    font-size: 30px;
    font-weight: bold;
    color: #fff
}

.YouTubePopUp-Close:hover {
    opacity: 0.5
}
.product-gallery-grid,
.product-gallery-list,
.base-image {
	position: relative;
}
.product-gallery-grid .product_video,
.product-gallery-list .product_video,
.base-image .product_video {
	height: 44px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	border-radius: 40px;
	padding-left: 30px;
	padding-right: 30px;
	border: 2px solid #222;
	color: #222;
	position: absolute;
	bottom: 30px;
	right: 20px;
}
.product-gallery-list .product_video {
	bottom: 20px;
}
.base-image .product_video {
	right: 25px;
	bottom: 20px;
}
.product-gallery-grid .product_video:hover,
.product-gallery-list .product_video:hover,
.base-image .product_video:hover {
	color: #fff;
	border-color: #56cfe1;
	background-color: #56cfe1;
}
.product-gallery-grid .product_video .pe-7s-play,
.product-gallery-list .product_video .pe-7s-play,
.base-image .product_video .pe-7s-play {
	margin-right: 0;
	font-size: 20px;
	vertical-align: middle;
}
/* Instagram */
.instagram-block > .content-heading {
    margin-bottom: 17px;
}

.instagram-item {
    position: relative;
	margin-bottom: 30px;
}
.owl-carousel.one-row .instagram-item {
	margin: 0;
}
.instagram-item > a {
    display: block;
}

.instagram-item > a img {
    min-width: 100%;
}

.instagram-item > a:after {
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
}

.instagram-item .social-count {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    z-index: 1;
    color: #fff;
    opacity: 0;
    visibility: hidden;
}

.instagram-item .social-count > span {
    margin: 0 5px;
}

.instagram-item .social-count > span .fa {
    margin-right: 5px;
}

.instagram-item:hover > a:after {
    opacity: 0.5;
    visibility: visible;
}

.instagram-item:hover .social-count {
    opacity: 1;
    visibility: visible
}
/* Review rating*/
.review-field-rating {
	display: table-row;
}
.review-field-rating > .label {
    font-size: 16px;
	padding-right: 20px;
    color: #2a2a2a;
	width: 1%;
}
.review-field-rating > .label,
.review-field-rating > .control {
    display: table-cell;
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
}
.review-control-vote {
    overflow: hidden;
    height: 22px;
}

.review-control-vote:before {
    color: #c7c7c7;
    font-family: 'FontAwesome';
    font-size: 22px;
    height: 22px;
    letter-spacing: 4px;
    line-height: 22px;
    font-style: normal;
    font-weight: normal;
    speak: none;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    content: '\f006' '\f006' '\f006' '\f006' '\f006';
    display: block;
    position: absolute;
    z-index: 1
}

.review-control-vote input[type="radio"] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px !important;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.review-control-vote input[type="radio"]:focus + label:before,
.review-control-vote input[type="radio"]:checked + label:before {
    opacity: 1
}

.review-control-vote label {
    cursor: pointer;
    display: block;
    position: absolute
}

.review-control-vote label span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.review-control-vote label:before {
    color: #ff5501;
    font-family: 'FontAwesome';
    font-size: 22px;
    height: 22px;
    letter-spacing: 4px;
    line-height: 22px;
    font-style: normal;
    font-weight: normal;
    speak: none;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    opacity: 0
}

.review-control-vote label:hover:before {
    opacity: 1
}

.review-control-vote label:hover ~ label:before {
    opacity: 0
}

.review-control-vote .rating-5 {
    z-index: 2
}

.review-control-vote .rating-5:before {
    content: '\f005' '\f005' '\f005' '\f005' '\f005'
}

.review-control-vote .rating-4 {
    z-index: 3
}

.review-control-vote .rating-4:before {
    content: '\f005' '\f005' '\f005' '\f005'
}

.review-control-vote .rating-3 {
    z-index: 4
}

.review-control-vote .rating-3:before {
    content: '\f005' '\f005' '\f005'
}

.review-control-vote .rating-2 {
    z-index: 5
}

.review-control-vote .rating-2:before {
    content: '\f005' '\f005'
}

.review-control-vote .rating-1 {
    z-index: 6
}

.review-control-vote .rating-1:before {
    content: '\f005'
}
/* Slider price*/
.block-layered-nav #narrow-by-list dd{
	margin-bottom: 30px;
}
.block-layered-nav #narrow-by-list dt{
	margin-bottom: 20px;
	font-size: 18px;
}
.block-layered-nav .block-subtitle,
.block-layered-nav .block-title{
	display: none;
}
.ui-slider {
    background: #999;
    border-radius: 4px;
    position: relative;
    text-align: left;
	width: 100%;
}

.price .ui-slider-horizontal {
    height: 5px;
}

.ui-slider .ui-slider-range {
    background-position: 0 0;
    border: 0 none;
    display: block;
    font-size: 0.7em;
    position: absolute;
    z-index: 1;
	background-color: #000;
}

.ui-slider-horizontal .ui-slider-range {
    height: 100%;
    top: 0;
}

.ui-slider .ui-slider-handle {
    background: #000;
    cursor: default;
    height: 15px;
    position: absolute;
    width: 15px;
	border-radius: 50%;
    z-index: 2;
}

.ui-slider-horizontal .ui-slider-handle {
    cursor: pointer;
    top: -5px;
}
.ui-slider .ui-slider-handle:after {
    background: #000 none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    display: block;
    height: 15px;
    width: 15px;
}
#slider-range .ui-slider-handle:last-child {
    margin-left: -15px;
}
.block-layered-nav .price .label-box{
	display: flex;
	display: -webkit-flex;
	margin-bottom: 15px;
	justify-content: center;
	-webkit-justify-content: center;
	font-size: 13px;
}
.block-layered-nav .price .label{margin: 0 5px 0 0;padding: 0;line-height: 1.5; text-transform: capitalize;}
.block-layered-nav .price #amount{
	height: auto;
	width: auto;
	max-width: 106px;
	line-height: 1.5;
	padding: 0;
	border: none;
}
/**/
.pagination>li>a>em{
	font-size: 30px;
    vertical-align: middle;
}
.title-large .content-heading .title {
    font-size: 36px;
    margin-bottom: 25px;
    font-weight: 600;
}
.products-grid .product-item-info .actions-link .btn-cart.loading-ajax .icon:before{
	content: "\e666";
}
.products-grid .product-item-info .actions-link .btn-cart.loading-ajax{
    animation-name: fa-spin;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-delay: initial;
    animation-iteration-count: infinite;
    animation-direction: initial;
    animation-fill-mode: initial;
    animation-play-state: initial; animation-name: fa-spin;
    -webkit-animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: initial;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: initial;
    -webkit-animation-fill-mode: initial;
    -webkit-animation-play-state: initial;
}
.container-fluid{position: relative}
.category-carousel-info .title {
    font-size: 30px;
    font-weight: 400;
    margin: 0 0 10px;
    line-height: 1.2;
    color: #000;
}
.category-carousel .owl-item{
    padding-left: 30px;
    padding-right: 30px;
}
.category-carousel-info-link:hover {color: #c00}
.category-carousel-info-link {color: #999}
.category-carousel-info {
    font-size: 18px;
    left: 60px;
    position: absolute;
    top: 100px;
}
.browse-all-products a {
    color: #000;
    font-size: 18px;
    text-decoration: underline;
	margin-bottom:75px;
	display: block;
}
.column-padding-5 [class*="col-md-"], .column-padding-5 [class*="col-lg-"], .column-padding-5 [class*="col-sm-"], .column-padding-5 [class*="col-xs-"] {
    padding-left: 5px;
    padding-right: 5px;
}
.full-width-boxed .container-fluid, .full-width-boxed .container {
    width: auto;
    max-width: 1780px;
    padding-left: 30px;
    padding-right: 30px;
}
address > .btn{margin-top: 10px}
dd {
    color: #999;
}
.padding-botom80{
	padding-bottom: 80px;
}
.margin-top60{
	margin-top: 60px;
}
.margin-top50{
	margin-top: 50px;
}
.margin-bottom55{
	margin-bottom: 55px;
}
.margin-top190{
	margin-top: 190px;
}
.out-of-stock{
	color: #c33;
	font-size: 18px;
    padding-left: 15px;
    font-weight: 500;
}
.pp_hoverContainer{
	display: block !important;
}
.mfp-img-gallery .mfp-close{
	display: none !important;
}
.btn.btn-primary:focus{
	outline: none;
}
/* Dino */
.cart-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 98;
}
.cart-footer .cart-qty {
    background-color: rgba(0,0,0,0.7);
    color: #fff;
    padding: 10px 15px;
    border-radius: 0 4px 0 0;
    -webkit-border-radius: 0 4px 0 0;
    -moz-border-radius: 0 4px 0 0;
    display: inline-block;
    cursor: pointer;
}
.cart-footer .fixed-mini-cart {
    background-color: #fff;
    box-shadow: 0 0 3px #ddd;
}
.cart-footer .subtitle.empty {
    font-weight: 500;
    text-align: center;
    display: block;
    padding: 35px 15px;
}
.cart-footer .fixed-mini-cart .fixed-cart-col {
    float: left;
}
.cart-footer .fixed-mini-cart .fixed-cart-col.cart-items {
    width: calc(100% - 500px);
}
.fixed-cart-summary {
    border-left: 1px solid #ddd;
    padding: 30px 20px;
}
.fixed-cart-summary .summary-content {
    display: table;
    width: 100%;
}
.cart-footer .fixed-mini-cart:after {
    content: "";
    display: table;
    clear: both;
}
.fixed-cart-summary .summary-content .summary-field {
    display: table-row;
}
.fixed-cart-summary .summary-content .summary-field>span.title {
    padding-right: 20px;
    color: #000;
}
.fixed-cart-summary .summary-content .summary-field>span {
    display: table-cell;
    padding: 5px 0;
}
.fixed-cart-summary .summary-content .summary-field>span .price {
    font-weight: 600;
    font-size: 18px;
    color: #000;
}
.cart-footer .fixed-mini-cart .fixed-cart-col.fixed-cart-actions {
    border-left: 1px solid #ddd;
    padding: 43px 20px;
    float: right;
}
.cart-footer .fixed-mini-cart .fixed-cart-col.fixed-cart-actions button {
    white-space: nowrap;
}

.cart-footer .fixed-mini-cart .cart-items-inner {
    white-space: nowrap;
    max-width: 100%;
    overflow-x: auto;
    padding: 20px;
}
.cart-footer .fixed-mini-cart .cart-items-inner .item {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    width: 80px;
}
.cart-footer .fixed-mini-cart .cart-items-inner .item img {
    max-width: 100%;
    height: auto;
}
.cart-footer .fixed-mini-cart .cart-items-inner .item .product-name {
    display: none;
}
.cart-footer .fixed-mini-cart .qty-sub-price { display: none !important; }
.cart-footer .fixed-mini-cart .cart-items .item .item-qty {
    display: block !important;
    width: 20px;
    height: 20px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    background-color: #c33;
    text-align: center;
    color: #fff;
    line-height: 18px;
    position: absolute;
    top: 5px;
    right: 5px;
}
.cart-footer .fixed-mini-cart .cart-items .item .btn-remove,
.cart-footer .fixed-mini-cart .cart-items .item .btn-edit {
    position: absolute;
    bottom: 5px;
    right: 5px;
    cursor: pointer;
    background-color: #fff;
    color: #000;
    font-weight: bold;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    text-align: center;
}
.cart-footer .fixed-mini-cart .cart-items .item .btn-remove {
    margin-right: 25px;
}
.ajaxcart-index-options .cart-footer,
.quickview-index-show .cart-footer { display: none !important; }

.wishlist-index-index .mfp-iframe-scaler:not(.ajaxcart-iframe){
	width: 380px !important;
    max-width: 100% !important;
    min-height: 400px;
    padding: 0 15px;
    position: relative;
    margin: 0 auto;
    overflow: visible;
}
.truncated{
	position: relative;
}
.truncated .truncated_full_value .item-options{
	white-space: nowrap;
}
.truncated .truncated_full_value{
	position: absolute;
	opacity: 0;
	visibility: hidden;
	top: 100%;
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px 15px;
}
.truncated .truncated_full_value.show{
	opacity: 1;
	visibility: visible;
}
/* Home product landing */
.landing-subtitle {
    font-size: 18px;
    color: #666666;
    line-height: 1;
    margin-bottom: 68px;
}
.landing-desc.small {
    font-size: 30px;
}
.landing-desc {
    font-size: 36px;
    color: #010101;
    line-height: 1.4;
    font-weight: 400;
    font-style: normal;
}
@media (min-width: 768px){
	.text-landing {
		max-width: 80%;
		margin: 0 auto;
		padding: 0 30px;
	}
	.content-table-col {
		display: table-cell;
		vertical-align: middle;
		width: 50%;
	}
	.content-table-row {
		display: table-row;
	}
	.content-table {
		display: table;
		width: 100%;
	}
}
.special-product .product-name{
	font-size: 36px;
    line-height: 1;
	margin-bottom: 35px;
}
.special-product .short-description{
	max-width: 650px;
    margin: 0 auto 40px;
}
.special-product .price-box .price{
	font-size: 24px;
	font-weight: 600;
}
.landing-desc {
    font-family: "Libre Baskerville";
}
.btn-cart-text:focus,
.btn-cart-text{outline: none;}
.btn.btn-secondary.btn-cart-text:focus,
.btn.btn-secondary.btn-cart-text:hover{
	background-color: #fff !important;
	color: #000;
}
.btn-cart-text.loading-ajax{
	position: relative;
	cursor: default;
    pointer-events: none;
}
.btn-cart-text.loading-ajax:before{
	width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: rgba(204, 51, 0, 0.6);
    position: absolute;
    top: calc(50% - 12px);
    left: calc(50% - 12px);
    content: "";
    -webkit-animation: sk-bounce 2s infinite ease-in-out;
    animation: sk-bounce 2s infinite ease-in-out;
}
.btn-cart-text.loading-ajax:after{
	width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: rgba(204, 51, 0, 0.6);
    position: absolute;
    top: calc(50% - 12px);
    left: calc(50% - 12px);
    content: "";
    -webkit-animation: sk-bounce 2s infinite ease-in-out;
    animation: sk-bounce 2s infinite ease-in-out;
}
.btn-cart-text.loading-ajax{
	font-size: 0;
}
/* Footer 4 */
.footer-v4 .copy{
    margin-bottom: 40px;
}
.footer-v4.footer .title-social{
	font-weight: 600;
    text-transform: uppercase;
}
.footer-v4.footer .social-block li{
	padding-left: 15px;
	padding: 15px;
    font-size: 24px;
}
.footer-v4.footer .social-block{
	float:none;
	margin-bottom: 50px;
}
#maincontent{
	position: relative;
	z-index: 1;
	background: #fff;
}
.footer.parallax-footer{
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;	
}
.placeholder-footer{
	margin-top: 90px;
	margin-bottom: 50px;
}
.mega-menu .nav-main > li > a{
	padding: 25px 20px;
}
@media (max-width: 1199px){
	.landing-desc.small {
		font-size: 18px;
	}
}
@media (max-width: 991px){
	.landing-desc {
		font-size: 30px;
	}
	.content-table-col .text-landing {
		max-width: unset;
	}
	.content-table-col .landing-subtitle {
		margin-bottom: 20px;
	}
	.content-table-col p {
		margin-bottom: 10px;
	}
}
@media (max-width: 767px){
	.content-table-col p {
		margin-bottom: 15px;
	}
	.content-table-col .landing-subtitle {
		margin-bottom: 28px;
	}
	.text-landing {
		padding: 50px 15px;
		}
	.landing-desc {
		font-size: 16px;
	}
	.landing-desc.small {
		font-size: 16px;
	}
}
.header-v5 .header{
	background: transparent;
}
.header-v5 .header.header-sticky-menu{
	background: #fff;
}
.header-v5 .header{
	background: transparent;
}
.header-v5 #placeholder-header{
	display: none !important;
}

/***/
.search-open header{position: relative;
z-index: 9;}
.header-register{position: relative}
.search-open .sidebar-menu{overflow: visible}
.enable-side-left #maincontent{position: static}
.enable-side-left .footer.parallax-footer{z-index:-1}
.product-info-media .owl-carousel .owl-dots{
	position: absolute;
    top: 0;
    right: calc(100% + 20px);
    left: auto;
    display: block;
	margin: 0;
}
.product-info-media .owl-carousel .owl-dots .owl-dot span{display: none}
.product-info-media .owl-carousel .owl-dots .owl-dot.active {background: none}
.product-info-media .owl-carousel .owl-dots .owl-dot {
    cursor: pointer;
    width: 80px;
    height: 80px;
    background: #ececec;
    opacity: .5;
    display: block;
    margin-bottom: 10px;
}
.footer-v3 ul li a{color: #999}
.footer-v3 ul li a:hover{color: #000}
.footer-v3 ul li{
	display: inline-block;
	padding-right: 20px;
}
@media (max-width: 991px){
	.footer-v3 .logo-footer {
		margin-top: 30px;
	}				
}
@media (min-width: 1200px){
	.form-search .search-select{line-height:40px}
	.popup .form-search .search-select{line-height:0}
}
.promo-banner>a>img{min-width: 100%}

.tab-content>.tab-pane{
	display: block;
	opacity: 0;
	visibility: hidden;
	height: 0;
	overflow: hidden;
}
.tab-content>.tab-pane.active{
	position: static;
	opacity: 1;
	visibility: visible;
	height: auto;
	overflow: visible;
}
.shop-title-wrapper {
  text-align: center;
}
.shop-title-wrapper .title {
  font-size: 18px;
  color: #999;
  font-weight: 400;
  margin-bottom: 55px;
}
.shop-title-wrapper .desc {
  font-size: 70px;
  font-weight: 700;
  color: #000;
  white-space: pre-line;
  line-height: 1;
}
.color-theme{color: #c33}
.categories-product-tab-masonry .tab-pane.active .products-grid .item{
	transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
}
.categories-product-tab-masonry .tab-pane.active .products-grid .item.scale{
	transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
	transition: transform 1.5s ease 0s, opacity 1s ease 0s;
    -webkit-transition: transform 1.5s ease 0s, opacity 1s ease 0s;
    -moz-transition: transform 1.5s ease 0s, opacity 1s ease 0s;
    -o-transition: transform 1.5s ease 0s, opacity 1s ease 0s;
}
.categories-product-tab-masonry .tab-pane .products-grid .item{
	transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
}
.categories-product-tab-masonry .tab-pane.active .products-grid .item.current{
	transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
}
.categories-product-tab-masonry .products-grid .item{
	transition: transform 1s ease 0s, opacity 1s ease 0s;
    -webkit-transition: transform 1s ease 0s, opacity 1s ease 0s;
    -moz-transition: transform 1s ease 0s, opacity 1s ease 0s;
    -o-transition: transform 1s ease 0s, opacity 1s ease 0s;
}
@media (min-width: 768px){
	.categories-product-tab-masonry .products-grid .product-item-details{
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		padding: 30px;
	}
}
.categories-product-tab-masonry .products-grid .item:nth-child(2){margin-top: 230px}
.categories-product-tab-masonry .products-grid .product-item-info{
	position: relative;
}
@media (min-width: 1200px){
	.categories-product-tab-masonry .products-grid.row{
		margin-left: -50px;
		margin-right: -50px;
	}
	.categories-product-tab-masonry .products-grid .item{
		padding-left: 50px;
		padding-right: 50px;
		margin-bottom: 100px;
	}
}
@media (max-width: 1199px){
	.categories-product-tab-masonry .products-grid .item:nth-child(2){margin-top: 80px}
	.shop-title-wrapper .desc{font-size: 50px}
}
@media (max-width: 767px){
	.shop-title-wrapper .desc{font-size: 30px}
	.categories-product-tab-masonry .products-grid .item:nth-child(2){margin-top: 50px}
	.categories-product-tab-masonry .products-grid .product-item-details .item-name>a{font-size: 14px}
	.categories-product-tab-masonry .products-grid .product-item-details{margin-top: 15px}
}
.categories-product-tab-masonry .products-grid .product-item-details,
.categories-product-tab-masonry .products-grid .product-item-details .price-box{display: block}
.categories-product-tab-masonry .products-grid .product-item-details .price-box{margin-top: 0; padding-top: 15px;}
.categories-product-tab-masonry .products-grid .product-item-details .item-name>a{
	font-weight: 400;
	font-size: 16px;
}
.categories-product-tab-masonry .products-grid .product-item-info .actions-link{bottom: 15px;}
.categories-product-tab-masonry .products-grid .product-item-info:hover .actions-link{
	right: 15px;
	bottom: 15px;
}
.categories-product-tab-masonry .nav-tabs{
	text-align: center;
	margin-bottom: 55px;
}
.categories-product-tab-masonry .nav-tabs>li{
	float: none;
	display: inline-block;
}
.categories-product-tab-masonry .loading-effect:before {
    animation-delay: -1s;
}
.categories-product-tab-masonry .loading-effect:before,
.categories-product-tab-masonry .loading-effect:after {
    animation: 2s ease-in-out 0s normal none infinite running sk-bounce;
    background-color: #cc3333;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    content: "";
    height: 30px;
    left: 50%;
    margin: 0 0 0 -15px;
    opacity: 0.6;
    position: absolute;
    top: 10px;
    width: 30px;
    z-index: 1;
}
/*About us*/
body {
    color: #999;
    font-size: 14px;
    line-height: 1.7;
    background: #fff;
    word-wrap: break-word;
}
h1, .h1 {
    font-size: 36px;
}
a {
    color: #333;
    text-decoration: none;
    transition: .5s;
}
p {
    margin-bottom: 1.7em;
    margin-top: 0;
}
.breadcrumbs {
    padding-bottom: 45px;
    padding-top: 55px;
}
.breadcrumbs .page-header {
    text-align: center;
    border: none;
    padding: 0;
    font-weight: 400;
    margin: 0;
}
body.wide .container {
    width: 1200px;
}
.breadcrumbs .items {
    display: table;
    margin: 20px auto 0;
}
.breadcrumbs .items .item {
    float: left;
}
.breadcrumbs .items strong {
    font-weight: 400;
}
#maincontent {
    min-height: 300px;
}
.about-us .title {
    text-align: center;
    margin-bottom: 100px;
    margin-top: 50px;
}
.about-us .table>tbody>tr>td {
    padding: 8px 0 8px 8px;
    border: 0;
    color: #000;
}
.about-us img {
    width: 100%;
}
.about-us .block-text {
    margin: 100px 200px;
}
.about-us .block-text > div {
    margin-bottom: 69px;
}
.about-us .block-text h3 {
    margin-bottom: 40px;
}
.about-us h2, .about-us h3, .about-us h4, .about-us h5 {
    font-weight: 400;
}
.about-us h4 {
    margin-bottom: 30px;
}
h4, .h4 {
    font-size: 18px;
}
ul, ol {
    padding: 0;
    list-style: none;
    margin: 0;
}
.about-us .block-text li {
    padding: 3px 0;
}
.about-us .block-text li a {
    color: #999;
}
h2 {
    font-family: "Poppins";
}
h2, .h2 {
    font-size: 30px;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-weight: 600;
	line-height: 1.2;
    color: #000;
    margin: 0;
}
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px,0px,0px);
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}
.widget.mgs-brand .owl-item {
    padding: 0 15px;
}
.widget.mgs-brand .brand-items .image {
    overflow: hidden;
}
.widget.mgs-brand .owl-item .brand-items img {
    width: auto !important;
}
.widget.mgs-brand .brand-items img {
    margin: 0 auto;
    max-width: 100%;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
}
.owl-carousel .owl-item img {
    transform-style: unset;
    -moz-transform-style: unset;
    -webkit-transform-style: unset;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}
/*end*/

/*contacts*/
.breadcrumbs .page-header {
    text-align: center;
    border: 0;
    padding: 0;
    font-weight: 400;
    margin: 0;
}
.breadcrumbs h1.page-header span{
    font-size: 36px;
    color: #000;
    font-family: "Poppins";
    letter-spacing: 0;
}
.padding-top70 {
    padding-top: 70px;
}
.padding-bottom60 {
    padding-bottom: 60px;
}
.margin-top60 {
    margin-top: 60px;
}
.margin-bottom30 {
    margin-bottom: 30px;
}
.contact-box-wrapper {
    border: 1px solid #d9d9d9;
    padding: 50px;
}
.contact-box-wrapper .icon {
    color: #c00;
    font-size: 30px;
    line-height: 1;
}
.contact-box-wrapper .title {
    color: #000;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    margin: 25px 0 20px;
}
body:not(.cms-index-index) .content-heading {
    margin-bottom: 60px;
}
.content-heading {
    margin: 0 0 45px;
    text-align: center;
}
body:not(.cms-index-index) .content-heading .title {
    font-size: 24px;
    font-weight: 400;
    margin: 0;
    text-align: center;
}
.content-heading .title {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
}
.field>.label, .form-group>.label, .field>label, .form-group>label {
    display: inline-block;
    font-weight: 500;
    padding-left: 0;
}
.btn.btn-lg, button.action.btn-lg {
    padding: 0 40px;
    min-width: 200px;
}
.map-container #map {
    height: 450px;
}
.map-info{
    padding-top: 60px;   
    margin-top: 40px;
}
.padding-top60 {
    padding-top: 60px;
}
.margin-top40 {
    margin-top: 40px;
}

/*end*/

/*404*/
.cms-unero-no-route .page-title {
    font-size: 30px;
    font-weight: 400;
    margin: 0 0 40px;
}
.cms-unero-no-route .page-title span {
    display: block;
    font-size: 72px;
    color: #c00;
    margin-bottom: 40px;
    padding-left: 50px;
}
.cms-page-view.cms-unero-no-route .page-title {
    font-size: 30px;
    font-weight: 400;
    margin: 0 0 40px;
}
.cms-page-view.cms-unero-no-route .page-title span {
    display: block;
    font-size: 72px;
    color: #c00;
    margin-bottom: 40px;
    padding-left: 50px;
}
.cms-page-view .page-title {
    font-size: 30px;
    font-weight: 400;
    margin: 0 0 40px;
}
.cms-page-view .page-title span {
    display: block;
    font-size: 72px;
    color: #c00;
    margin-bottom: 40px;
    padding-left: 50px;
}
.cms-page-view.cms-unero-no-route .page-content a {
    color: #c00;
}
.cms-unero-no-route .page-content a {
    color: #c00;
}
.page-content .top-search-mini .form-search {
    position: relative;
    padding: 5px 20px;
    border: 1px solid #d9d9d9;
    color: #000;
    max-width: 370px;
    margin: 40px auto 0;
}
.page-content .top-search-mini .form-search .input-text {
    padding: 0;
    border: 0;
}
.page-content .top-search-mini .form-search label{
    display: none;
}
.page-content .top-search-mini .form-search .button {
    top: 2px;
    width: 60px;
    height: 50px;
    background: transparent;
    position: absolute;
    right: 0;
    border: 0;
    z-index: 10;
    font-size: 24px;
}
.page-content .top-search-mini .form-search .button span span{
    font-size: 0;
}
.page-content .top-search-mini .form-search .button .pe-7s-search.search{
    font-size: 24px;
}
.cms-unero-no-route #maincontent {
    padding: 200px 0 300px;
    min-height: unset;
}
/*end*/
/*responsive contacts*/

/*blog lish*/
.blog-cat-view .blog-list .postWrapper:last-child > .post-info.blog-post{
    margin-bottom: 10px;
}
.blog-cat-view .bottom-pagination.category .toolbar.toolbar-products{
    display: none;
}
.blog .bottom-pagination .category-product-actions > .pages-pagination,
.blog-cat-view .bottom-pagination.category .pages-pagination{
    float: none !important;
}
.blog .bottom-pagination .category-product-actions > .pages-pagination .fa-chevron-right:before ,
.blog-cat-view .bottom-pagination .category-product-actions > .pages-pagination .fa-chevron-right:before {
    content: "\f101";
}
.blog .bottom-pagination .category-product-actions > .pages-pagination  .fa-chevron-left:before ,
.blog-cat-view .bottom-pagination .category-product-actions > .pages-pagination  .fa-chevron-left:before {
    content: "\f100";
}
.brand-product-list .fa-chevron-right:before {
    content: "\f101";
}
.brand-product-list .fa-chevron-left:before {
    content: "\f100";
}
.blog-list .bookmark{
    display: none;
}
.blog .bottom-pagination .toolbar .pager > .row{
    display: block;
}
.post-item-info .post-title {
    font-size: 24px;
    font-weight: 400;
    margin: 0 0 20px 0;
}
.post-item-info .entry-metas {
    margin-bottom: 35px;
}
.post-item-info .entry-metas .entry-meta {
    padding-right: 15px;
    position: relative;
}
.post-item-info .entry-metas .entry-meta+.entry-meta {
    padding-left: 15px;
}
.post-item-info .post-thumbnail {
    margin-bottom: 35px;
    max-height: 300px;
    overflow: hidden;
    display: flex;
    align-items: center;
    position: relative;
}
.post-item-info:hover .post-thumbnail a:before {
    background-color: rgba(255,255,255,0.3);
}
.post-item-info .post-thumbnail a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    bottom: 0;
    top: 0;
    background-color: rgba(255,255,255,0);
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
}
.post-item-info {
    padding-bottom: 55px;
    margin-bottom: 55px;
    border-bottom: 1px solid #e1e1e1;
}
.blog-list .postContent{
    padding-bottom: 0px;
}
.blog-list .entry-author.entry-meta .posted_in{
    display: none;
}
.blog-list .postBookmarks,.blog-list .tags,.blog-list .postDetails{
    display: none;
}
.blog-list .postContent a{
    display: none;
}
.blog .toolbar .pager-setting{
    display: none;
}
.post-item-info .entry-metas .entry-meta+.entry-meta:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 1px;
    background-color: #999;
    left: 0;
    top: 3px;
    transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -o-transform: rotate(20deg);
}
.toolbar {
    display: table;
    width: 100%;
    font-size: 16px;
    color: #999;
}
.bottom-pagination .toolbar .pull-right{
    width: 100%;
}
.bottom-pagination .toolbar .pull-right .pages{
    display: block !important;
    text-align: center;
    margin: 0;
}
.bottom-pagination .toolbar .pager{
    display: block !important;
    text-align: center;
    margin: 0;
}
.bottom-pagination .toolbar .pages .pagination {
    margin: 0 auto;
}
.bottom-pagination .toolbar .pages .pagination li {
    display: block;
    float: left;
    padding: 0 5px;
}
.pagination>li.active>a {
    cursor: default;
    pointer-events: none;
    background-color: #000;
    border-color: #000;
    color: #fff;
}
.pagination>li>a {
    width: 40px;
    height: 40px;
    border-radius: 2px !important;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    text-align: center;
    float: none;
    color: #000;
    border-color: #ddd;
    background-color: #fff;
    display: block;
    font-size: 14px;
    line-height: 38px;
    padding: 0;
    margin: 0;
}
.bottom-pagination .toolbar .pages .pagination .fa-chevron-right:before {
    content: "\f101";
}
.bottom-pagination .toolbar .pages .pagination .fa-chevron-left:before {
    content: "\f100";
}
.pagination>li>a:hover, .pagination>li>a:focus {
    background-color: #000;
    color: #fff;
    border-color: #000;
}
.sidebar.sidebar-additional .block+.block,.sidebar.sidebar-additional .block.block-blog-posts, .sidebar.sidebar-main .block+.block, .sidebar.sidebar-main .block+.sidebar-additional {
    margin-top: 50px;
    border-top: 1px solid #e1e1e1;
    padding-top: 40px;
}
.sidebar .block-title {
    margin-bottom: 30px;
}
.sidebar .block-title .title, .sidebar .block-title strong {
    font-size: 18px;
    font-weight: 400;
    margin-top: 0;
    color: #000;
}
.sidebar ul li {
    list-style: none;
    margin-bottom: 0;
    padding: 5px 0;
}
.block.block-blog-tags .block-content .menu-tags h5{
    display: none;
}
.block.block-blog-tags .block-content .menu-tags{
    margin: 0;
}
.sidebar ul li {
    list-style: none;
    margin-bottom: 0;
    padding: 5px 0;
}
.blog-index-list .col-right.sidebar h3.title-topabs.visible-sm{
    display: none !important;
}
.block.block-blog-tags .tagcloud li {
    float: left;
}
.block.block-blog-tags .tagcloud li a {
    display: block;
    margin-right: 10px;
    padding: 5px 15px;
    border: 1px solid #333;
    background-color: transparent;
    color: #333;
}
.block.block-blog-tags .tagcloud li a:hover {
    color: #fff;
    background-color: #333;
}
.blog-index-list #right-content-container .builder-container img{
    max-width: 100%;
}
.blog-index-list .right-content-container #right-content-container{
    display: flex;
    flex-direction: column-reverse;
}
.block.block-blog-tags .menu-tags .tag-count-10{
    font-size: 1em !important;
}
#right-content-container .builder-container img{
    max-width: 100%;
}
.right-content-container #right-content-container{
    display: flex;
    flex-direction: column-reverse;
}
.blog-list .entry-metas .category-links.entry-meta span:last-child{
    display: none;
}
.blog .bottom-pagination .toolbar.toolbar-products {
    display: none;
}
/*end*/
    
/*blog detail*/
.margin-bottom60{
    margin-bottom: 60px;
}
.bookmark{
    margin-top: 25px;
}
.bookmark .social-icons.social-share-mg > div{
    text-align: center !important;
}
.bookmark .social-icons.social-share-mg > div > .st-btn{
    background-color: #fff !important;
    width: 36px;
    margin-right: 0 !important;
}
.bookmark .social-icons.social-share-mg > div > .st-btn > svg{
    display: none;
}
.bookmark .social-icons.social-share-mg > div > .st-btn:nth-child(1):before{
    content: "\f09a";
    font-family: "FontAwesome";
    display: block;
    position: absolute;
    font-size: 16px;
    color: #ccc;
}
.bookmark .social-icons.social-share-mg > div > .st-btn:nth-child(2):before{
    content: "\f099";
    font-family: "FontAwesome";
    display: block;
    position: absolute;
    font-size: 16px;
    color: #ccc;
}
.bookmark .social-icons.social-share-mg > div > .st-btn:nth-child(3):before{
    content: "\f0d2";
    font-family: "FontAwesome";
    display: block;
    position: absolute;
    font-size: 16px;
    color: #ccc;
}
.bookmark .social-icons.social-share-mg > div > .st-btn:nth-child(4):before{
    content: "\f0e0";
    font-family: "FontAwesome";
    display: block;
    position: absolute;
    font-size: 16px;
    color: #ccc;
}
.bookmark .social-icons.social-share-mg > div > .st-btn:nth-child(5):before{
    content: "\f1e0";
    font-family: "FontAwesome";
    display: block;
    position: absolute;
    font-size: 16px;
    color: #ccc;
}
.bookmark .social-icons.social-share-mg > div > .st-btn:hover:before{
    color: #c33;
}
.bookmark .social-icons.social-share-mg > div > .st-btn:before{
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
}
.post-comments .form-list .comment.required textarea.required-entry.input-text{
    height: auto !important;
}
.blog-main-info .post-thumbnail {
    margin-bottom: 100px;
}
.postBookmarks{
    text-align: center;
    margin-top: 22px;
}
.blog-post.blog-main-info .postBookmarks a{
    padding: 0 5px;
}
.blog-post-view .container .postTitle{
    display: none;
}
.post-comments {
    clear: both;
    border-top: 1px solid #e1e1e1;
    margin-top: 90px;
    padding-top: 90px;
}
.post-comments .fieldset .title,p.post-cm{
    font-size: 24px;
    font-weight: 400;
    color: #000;
    padding-bottom: 35px;
    margin: 0;
}
.col-right.sidebar > .title-topabs.visible-sm.visible-xs{
    display: none !important;
}
.login-cm{
    clear: both;
    border-top: 1px solid #e1e1e1;
    margin-top: 90px;
    padding-top: 90px;
}
p.login-post-cm a:hover{
    color: #ee1818;
}
.lookbook .mgs-lookbook-container .pin__type{
    background: #c00 !important;
}
.bottom-pagination.category .toolbar .pager-setting{
    display: none;
}
.bottom-pagination.category .toolbar .pager > .row {
    display: block;
}
/*end*/
/*Portfolio*/
.menu-product-tabs {
    margin: 0 0 31px;
    padding: 0;
    border: 0;
}
.menu-product-tabs li:first-child {
    padding-left: 0;
}
.menu-product-tabs li {
    display: inline-block;
    list-style: outside none none;
    padding: 20px;
    margin-bottom: 0;
}
.menu-product-tabs li a {
    color: #999;
    font-size: 18px;
    line-height: 1;
    padding: 0;
    background: none;
    border: 0;
}
.menu-product-tabs li.active a, .menu-product-tabs li.active a:hover, .menu-product-tabs li.active a:focus {
    color: #c33;
    background: none;
    border: 0;
}
.portfolio-grid .portfolio-top-content a img {
    opacity: 1;
    min-width: 100%;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
}
.portfolio-grid .portfolio-top-content a:hover img {
    opacity: .7;
}
.portfolio-grid .portfolio-bottom-content {
    margin-top: 25px;
    text-align: center;
}
.portfolio-grid .portfolio-bottom-content .category-link a {
    color: #999;
    padding: 0 8px;
}
.portfolio-grid .portfolio-bottom-content .title {
    font-size: 24px;
    font-weight: 400;
    margin: 10px 0 0;
}
.tabs_categories_porfolio_content .portfolio-top-content .image-item .view{
    display: none;
}
#tabs_categories_porfolio .button.is-checked{
    color: #c33;
    background: none;
    border: 0;
}
.portfolio-grid .portfolio-bottom-content .category-link a:hover {
    color: #000;
}
.menu-product-tabs li a:hover, .menu-product-tabs li a:focus {
    color: #c33;
    background: none;
    border: 0;
}
/*end*/
/*portfolio detail*/
.portfolio-entry-meta {
    padding-bottom: 30px;
    margin-top: 100px;
    border-bottom: 1px solid rgb(225, 225, 225);
}
.portfolio-entry-meta .date_create {
    line-height: 30px;
    display: block;
    color: rgb(0, 0, 0);
}
.portfolio-details .portfolio-related, .portfolio-index-view .portfolio-details .description,.portfolio-details .porfolio-gallery-image {
    margin-top: 70px;
}
.portfolio-details .description{
    margin-top: 70px;
}
.portfolio-detail-items {
    color: rgb(153, 153, 153);
    margin-top: 100px;
    text-align: center;
    border-bottom: 1px solid rgb(225, 225, 225);
    border-top: 1px solid rgb(225, 225, 225);
    padding: 15px 0px;
}
.portfolio-detail-items .portfolio-detail-item-content {
    font-weight: 600;
    display: inline-block;
    padding: 0px 15px;
}
.portfolio-detail-items .portfolio-detail-item-content strong {
    color: rgb(0, 0, 0);
    font-weight: 600;
}
.portfolio-detail-items .portfolio-detail-item-content .value {
    color: rgb(153, 153, 153);
    font-weight: 400;
    display: inline-block;
}
body:not(.cms-index-index) .content-heading {
    margin-bottom: 60px;
}
.content-heading {
    text-align: center;
    margin: 0px 0px 45px;
}
body:not(.cms-index-index) .content-heading .title {
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    margin: 0px;
    text-transform: none;
}
.portfolio-widget .owl-item {
    padding: 0px 15px;
}
.portfolio-widget .portfolio-top-content .image .image-item {
    background-size: cover;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
}
.portfolio-widget .portfolio-top-content .image .image-item a {
    display: block;
    padding-bottom: 100%;
    background-color: transparent;
}
.portfolio-widget .portfolio-top-content .image .image-item a.view{
    display: none;
}
.portfolio-widget .portfolio-top-content .image .image-item img {
    opacity: 0;
    width: 0;
    height: 0;
}
.portfolio-widget .portfolio-bottom-content {
    padding-top: 17px;
    text-align: center;
}
.portfolio-widget .portfolio-bottom-content .category-link a {
    color: rgb(153, 153, 153);
    margin: 0px 8px;
}
.portfolio-widget .portfolio-bottom-content .category-link a:hover {
    color: rgb(0, 0, 0);
}
.portfolio-widget .portfolio-bottom-content .category-link + .title {
    margin-top: 10px;
}
.portfolio-widget .portfolio-bottom-content .title {
    font-size: 18px;
    font-weight: 400;
    color: rgb(0, 0, 0);
    line-height: 1.2;
    display: block;
}
.portfolio-widget .portfolio-top-content .image .image-item a:hover {
    background-color: rgba(255, 255, 255, 0.3);
}
.full-width-boxed.style-2 .container-fluid, .full-width-boxed.style-2 .container {
    max-width: 1580px;
}
.portfolio-view-index .portfolio-image {
    padding: 220px 30px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    position: relative;
    background-size: cover;
}
.portfolio-view-index .portfolio-image .portfolio_title {
    text-align: center;
}
.portfolio-view-index .portfolio-image .page-header-content {
    display: inline-table;
    background-color: #fff;
    padding: 35px 50px 30px;
    text-align: center;
    margin: 0 auto;
}
.portfolio-view-index .portfolio-image .page-header-content h1 {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 10px;
    text-transform: none;
}
.portfolio-view-index .portfolio-image .page-header-content .category-links a {
    color: #999;
    padding: 0 8px;
}
.portfolio-view-index .portfolio-image .page-header-content .category-links a:hover {
    color: #000;
}
.portfolio-related .owl-carousel .owl-buttons .owl-prev,.portfolio-related .owl-carousel .owl-buttons .owl-next {
    color: #999;
    cursor: pointer;
    font-size: 110px;
    position: absolute;
    top: 50%;
    line-height: 1;
    left: 30px;
    right: auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    width: auto;
    height: auto;
}
.portfolio-related .owl-carousel .owl-buttons .owl-next {
    right: 30px;
    left: auto;
}
.owl-carousel .owl-buttons .owl-prev:hover, .owl-carousel .owl-buttons .owl-next:hover {
    color: #000;
}
body.portfolio-category-list{
    overflow: hidden;
}
.portfolio-details .portfolio-entry-meta .social-icons.social-share-mg{
    float: right;
}
.portfolio-details .portfolio-entry-meta .social-icons.social-share-mg > div > div{
    display: inline-block !important; 
}
.portfolio-entry-meta .bookmark {
    margin-top: 0px;
}
body.portfolio-view-index > #maincontent > .container{
    width: 100%;
    padding: 0 30px;
    max-width: 1580px;
} 
body.portfolio-view-index > #maincontent > .container .portfolio-details > .container{
    padding: 0;
}
.portfolio-details .porfolio-gallery-image.row{
    padding: 0 15px;
}
.portfolio-details .porfolio-gallery-image.row .img-p-1,.portfolio-details .porfolio-gallery-image.row .img-p-2{
    width: 49.8%;
    display: inline-block;
    margin-top: 140px;
}
.portfolio-details .porfolio-gallery-image.row div img{
    padding: 0 15px;
}
.portfolio-details .porfolio-gallery-image.row br{
    display: none;
}
.row.portfolio-details .description > div.col-sm-8 > br:last-child{
    display: none;
}
/*end*/
/*storelocator list*/
body .store-list-container .search-form{
    border: 1px solid #f0f0f0;
    margin-bottom: 30px;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
    padding: 16px 20px 20px;
    visibility: visible;
    position: relative;
    opacity: 1;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 1;
    width: 100%;
    text-align: left;
    height: auto;
}
.store-list-container .search-form .block-title .title {
    font-weight: 400;
    color: #222;
    font-size: 20px;
    margin-bottom: 13px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
}
.store-list-container .search-form .block-title{
    margin-bottom: 0px;
}
.store-list-container .search-form .btn {
    min-width: 150px;
}
.btn.btn-xs, button.action.btn-xs {
    padding: 0 25px;
    height: 40px;
    line-height: 40px;
}
body .store-list-container .store-list {
    border: 1px solid #ddd;
    margin-bottom: 30px;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
    padding: 16px 20px 20px;
}
body .store-list-container .store-list .block-title .title {
    font-weight: 500;
    color: #222;
    font-size: 20px;
    margin-bottom: 25px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
}
.store-list-container .store-list .block-title {
    margin-bottom: 0px;
}
.store-list-container .store-list>.items {
    max-height: 600px;
    overflow-y: auto;
    overflow-x: hidden;
}
.store-list-container .store-list>.items .stores li {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ddd;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.store-list-container .store-list>.items .stores li .store-content .store-logo {
    display: block;
    float: left;
    width: 100px;
}
.store-list-container .store-list>.items .stores li .store-content .description {
    padding-left: 15px;
    width: calc(100% - 100px);
    display: inline-block;
}
.store-list-container .store-list>.items .stores li .store-content .description h4 {
    margin-bottom: 4px;
}
.store-list-container .store-list>.items .stores li .store-content .description p {
    margin-bottom: 10px;
}
.bottom-pagination .toolbar .pager .pages{
    display: block !important;
}
body #store-list-map {
    height: 696px;
    width: 100%;
    border: 1px solid #ccc;
}
/*end*/
/*storelocator detail*/
.storelocator-details .box-store {
    border: 1px solid #f0f0f0;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
    padding: 16px 20px 20px;
}
.margin-bottom40 {
    margin-bottom: 40px;
}
.storelocator-details .box-store .block-title .title {
    font-weight: 400;
    color: #222;
    font-size: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
}
.storelocator-details .box-store .store-image {
    margin-bottom: 30px;
}
.storelocator-details .box-store table {
    width: 100%;
    margin-bottom: 0;
}
.storelocator-details .box-store table tr td:first-child {
    color: #2a2a2a;
}
.storelocator-details .box-store table tr td, .storelocator-details .box-store table tr th {
    border: 1px solid #eee;
    padding: 10px;
}
.storelocator-details .block-title{
    margin-bottom: 0px;
}
.margin-bottom70 {
    margin-bottom: 70px;
}
.storelocator-details .btn.btn-primary{
    padding: 0 40px;
    min-width: 200px;
}
body #map-detail {
    height: 450px;
    border: 1px solid #f0f0f0;
}
body .map-short-info {
    font-family: arial;
    font-size: 12px;
    max-width: 180px;
}
body .map-short-info h3 {
    font-weight: 500;
    color: #222;
    font-size: 20px;
    margin-bottom: 13px;
    border-bottom: 1px solid #ddd;
}
body #map-detail .map-short-info{
    max-width: 250px;
}
/*end*/
/*Shop by Brand*/
.shop-by-brand>.description {
    border: 1px solid #f0f0f0;
    border-radius: 0 0 5px 5px;
    color: #000;
    margin-bottom: 50px;
    padding: 30px 15px;
    text-align: center;
}
.shop-by-brand .brand-page-list .owl-item {
    padding: 0 15px;
}
.brand-page-list .item .image {
    text-align: center;
    overflow: hidden;
}
.shop-by-brand .brand-page-list .owl-item .item img {
    width: auto;
    max-width: 100%;
}
.brand-page-list .item .brand-name {
    text-align: center;
    padding: 12px 0 0;
    border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
}
.brand-page-list .item .brand-name h4.brand-title {
    font-size: 18px;
}
.margin-top70 {
    margin-top: 70px;
}
.featured-brands.mgs-brand .featured-brand-list .owl-controls .owl-pagination .owl-page.active span{
    background-color: #666;
}
.featured-brands.mgs-brand .featured-brand-list .owl-controls .owl-pagination .owl-page span{
    background-color: #ccc;
    margin: 0 7.5px;
}
.featured-brands.mgs-brand .featured-brand-list .owl-controls .owl-pagination{
    margin: 40px auto 0;
}
.search_brand_form {
    border: 1px solid #878787;
}
.search_brand_form form {
    display: table;
    position: relative;
}
.search_brand_form form .form-group, .search_brand_form form .actions {
    display: table-cell;
}
.search_brand_form form .form-group input[type="text"] {
    height: 39px;
    border: 0;
    padding: 0 20px;
    background-color: transparent;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
}
.search_brand_form form .actions {
    white-space: nowrap;
    width: 1%;
}
.characters-filter {
    display: table;
    margin: 15px auto 0;
}
.characters-filter li {
    float: left;
    height: 36px;
    line-height: 36px;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 0;
    text-align: center;
    width: 36px;
    font-weight: 500;
}
.characters-filter li a {
    display: block;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
}
.characters-filter li:last-child {
    margin-right: 0;
}
.characters-filter li a:hover {
    background-color: #c33;
    border-color: #c33;
    color: #fff;
}
.brands-container .brands-toolbar.toolbar.col-md-12{
    display: none;
}
.margin-bottom50 {
    margin-bottom: 50px;
}
.brands-container .all-brands.mgs-brand.brand-page-list .brand-list.row{
    padding-left: 15px;
    padding-right: 15px;
}
.brand-page-list .item:hover .image img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
}
.brand-page-list .item img {
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    max-width: 100%;
    margin: 0 auto;
}
.brand-index-index .message.warning>* {
    background: #fdf0d5;
    color: #6f4400;
}
.brand-index-index .message>* {
    padding: 12px 20px 12px 45px;
    display: block;
    font-size: 14px;
    position: relative;
    margin: 0 0 15px;
}
.brand-index-index .message.warning>*:before {
    color: #b30000;
    content: '\f071';
}
.brand-index-index .message>*:before {
    -webkit-font-smoothing: antialiased;
    font-size: 24px;
    line-height: 24px;
    font-family: 'FontAwesome';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    left: 0;
    width: 45px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
/*end*/
/*Shop by Brand detail*/
.brand-info {
    margin-bottom: 40px;
}
.brand-info>.brand-description {
    border: 1px solid #f0f0f0;
    padding: 30px 15px;
    border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
    text-align: center;
    color: #000;
}
.category-product-actions {
    margin-bottom: 30px;
}
.brand-product-list .category-product-actions .toolbar.toolbar-products {
    width: 100%;
}
.products-grid .product-item {
    margin-bottom: 55px;
}
.products-grid .product-top {
    position: relative;
    background-color: #f9f9f9;
    overflow: hidden;
}
.product-item-photo {
    display: block;
    position: relative;
    z-index: 1;
}
.product-item-photo img {
    background-color: transparent;
    min-width: 100%;
    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    padding: 0;
    position: relative;
    top: 0;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    left: 0; 
    height: auto;
}
.img-thumbnail {
    display: inline-block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.product-item-photo img.img-hover-show {
    opacity: 0;
}
.product-label.sale-label {
    background-color: #c30;
}
.products-grid .product-item-info .actions-link {
    visibility: hidden;
    background-color: #fff;
    bottom: 0;
    opacity: 0;
    position: absolute;
    right: -50%;
    z-index: 10;
    overflow: hidden;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
}
.products-grid .product-item-info .actions-link>button, .products-grid .product-item-info .actions-link form {
    float: left;
    transform: translateX(150%);
    -webkit-transform: translateX(150%);
    -moz-transform: translateX(150%);
    -o-transform: translateX(150%);
    transition: transform .5s ease .2s;
    -webkit-transition: transform .5s ease .2s;
    -moz-transition: transform .5s ease .2s;
    -o-transition: transform .5s ease .2s;
}
.products-grid .product-item-info .actions-link>button {
    transition-delay: .3s;
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
}
.products-grid .product-item-info .actions-link>button, .products-grid .product-item-info .actions-link form {
    float: left;
    transform: translateX(150%);
    -webkit-transform: translateX(150%);
    -moz-transform: translateX(150%);
    -o-transform: translateX(150%);
    transition: transform .5s ease .2s;
    -webkit-transition: transform .5s ease .2s;
    -moz-transition: transform .5s ease .2s;
    -o-transition: transform .5s ease .2s;
}
.products-grid .product-item-info .actions-link button {
    height: 47px;
    width: 47px;
    background-color: transparent;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    color: #000;
    display: block;
    text-align: center;
    margin: 0;
    font-size: 22px;
    border: 0;
    box-shadow: none;
    padding: 0;
}
.products-grid .product-item-info:hover .actions-link form {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
}
.products-grid .product-item-info:hover .actions-link button {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
}
.products-grid .product-item-info:hover .actions-link {
    opacity: 1;
    right: 0;
    visibility: visible;
}
.products-grid .product-item-info .actions-link button:hover {
    color: #c00;
}
.products-grid .product-item-info .actions-link button span {
    display: block;
}
.pe-7s-shopbag:before {
    content: "\e615";
}
.products-grid .product-item-details {
    display: table;
    width: 100%;
}
.products-grid .product-item-details>div {
    display: table-cell;
    vertical-align: top;
    padding-top: 19px;
}
.products-grid .product-item-details .product-item-name {
    margin: 0 0 9px;
}
.products-grid .product-item-details .price-box {
    margin-top: 13px;
}
.price-box .old-price {
    margin-right: 5px;
    float: left;
    vertical-align: middle;
}
.price-box .old-price .price {
    text-decoration: line-through;
}
.price-box .special-price .price {
    color: #c33;
    font-weight: 500;
}
.products-grid .product-item-details>.product-detail-action {
    width: 1%;
    white-space: nowrap;
    padding-left: 10px;
}
.products-grid .product-item-details>div {
    display: table-cell;
    vertical-align: top;
    padding-top: 19px;
}
.products-grid .product-item-details>.product-detail-action button {
    background-color: transparent;
    border: medium none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    box-shadow: none;
    line-height: 1.4;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-align: center;
    text-indent: 0;
    font-size: 18px;
    height: auto;
}
.products-grid .product-item-details>.product-detail-action button+button {
    margin-left: 10px;
}
.pe-7s-graph3:before {
    content: "\e64b";
}
.pe-7s-like:before {
    content: "\e642";
}
.pe-7s-search:before {
    content: "\e618";
}
.brand-index-view .message.info>* {
    background: #d9edf7;
    color: #31708f;
}
.brand-index-view .message>* {
    padding: 12px 20px 12px 45px;
    display: block;
    font-size: 14px;
    position: relative;
    margin: 0 0 15px;
}
.brand-index-view .message.info>*:before {
    color: #31708f;
    content: '\f024';
}




.toolbar>div {
    display: table-cell;
    vertical-align: middle;
}
.brand-product-list .category-product-actions .toolbar.toolbar-products {
    width: 100%;
}
.toolbar .sorter-label, .toolbar .limiter .label {
    color: #999;
    display: inline-block;
    font-weight: inherit;
}
.toolbar .sorter-label:after, .toolbar .limiter label:after {
    content: ":";
    display: inline-block;
}
.toolbar select#sorter{
    padding-right: 80px;
}
.toolbar .sorter-label, .toolbar .limiter label span,.toolbar .limiter label{
    color: #999;
    display: inline-block;
    font-weight: inherit;
}
.toolbar .limiter label span{
    padding-right: 5px;
}
.toolbar select option:first-child {
    padding-top: 10px;
}
.toolbar select option {
    padding: 5px 15px;
    font-size: 14px;
}
.toolbar select option:last-child {
    padding-bottom: 10px;
}
.toolbar .toolbar-sorter .sorter-action {
    font-size: 14px;
}
.toolbar .toolbar-sorter .sorter-action.sort-asc:before {
    content: "\f160";
}
.toolbar .toolbar-sorter .sorter-action:before {
    display: inline-block;
    font-family: FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.toolbar>div.modes {
    text-align: right;
}
.toolbar .modes .modes-mode {
    font-size: 0;
    display: inline-block;
    font-family: 'FontAwesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.toolbar .modes .modes-mode.mode-grid:before {
    content: "\f00a";
    font-size: 18px;
}
.toolbar .modes .modes-mode>span {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.toolbar .modes .modes-mode+.modes-mode {
    margin-left: 15px;
}
.toolbar .modes .modes-mode.active{
    color: #999;
}
.toolbar .modes .modes-mode{
    color: #333;
}
.toolbar .modes .modes-mode.mode-list:before {
    content: "\f03a";
    font-size: 18px;
}
.brand-product-list .toolbar-sorter.sorter .action.sorter-action > i{
    display: none;
}
.brand-product-list .toolbar-bottom .toolbar.toolbar-products{
    display: none;
}
.brand-product-list .category-product-actions > .pages-pagination{
    display: none;
}
.brand-product-list .toolbar-bottom .category-product-actions > .pages-pagination{
    display: block;
    float: none !important;
}
.brand-product-list .actions-product .action.tocart {
    height: 46px;
    line-height: 47px;
    min-width: 250px;
    float: left;
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    padding: 0 25px;
    border: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
.brand-product-list .product.details .product.description.product-item-description > a{
    display: none;
}
/*end*/
/*Compare*/
.compare-table-wrapper .btn-primary:hover,.compare-table-wrapper .btn-primary:focus,.compare-table-wrapper .btn-primary:active {
    color: #fff;
    border-color: #56cfe1;
    background-color: #56cfe1;
}
.compare-table-wrapper .btn {
    display: inline-block;
    height: 40px;
    font-weight: 600;
    padding: 0 35px;
    line-height: 36px;
    border: 2px solid transparent;
}
.text-right {
    text-align: right;
}
.link-print {
    margin: 15px 0;
    border-bottom: 2px solid #2a2a2a;
    padding: 0 0 5px;
    display: inline-block;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
    color: #2a2a2a;
}
.fa-print:before {
    content: "\f02f";
}
.compare-table-wrapper {
    padding: 15px;
    border: 1px solid #ddd;
    margin-bottom: 15px;
    max-width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
}
.compare-table {
    border: 1px solid #ddd;
    margin-bottom: 0;
}
.table>tbody+tbody {
    border-top: 0;
}
.compare-table thead tr th {
    border-bottom: 1px solid #ddd;
}
.compare-table tbody tr td, .compare-table tfoot tr td, .compare-table thead tr td {
    border: 1px solid #ddd;
}
.compare-table tbody tr th {
    text-transform: uppercase;
    color: #2a2a2a;
    font-weight: 600;
}
.compare-table .product-top {
    display: block;
    width: 120px;
    vertical-align: top;
    position: relative;
    float: left;
}
.compare-table .product-top .link-wishlist {
    line-height: 40px;
    width: 40px;
    height: 40px;
    color: #2a2a2a;
    border: 1px solid #fff;
    background-color: #fff;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    margin: -20px 0 0 -20px;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}
.compare-table .fa-heart-o:before {
    content: "\f08a";
}
.compare-table .product-top:hover .link-wishlist {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
}
.compare-table .product-top .link-wishlist:hover {
    background-color: #56cfe1;
    color: #fff;
}
.compare-table-wrapper .compare-table .product-info {
    float: left;
    width: calc(100% - 120px);
    vertical-align: top;
    padding-left: 20px;
}
.compare-table-wrapper table .product-name, .table .product-name {
    color: #222;
    font-weight: 500;
    font-size: 15px;
}
.catalog-product-compare-index .compare-table-wrapper .btn-default {
    color: #222;
    border: 2px solid #222;
    background-color: #fff;
}
.page-popup.catalog-product-compare-index .container {
    width: 100%;
}
.compare-table-wrapper .table.compare-table .add-to-row.last.even{
    display: none;
}
.catalog-product-compare-index .btn {
    display: inline-block;
    height: 40px;
    font-weight: 600;
    padding: 0 35px;
    line-height: 36px;
    border: 2px solid transparent;
}
.catalog-product-compare-index .btn-primary:hover,
.catalog-product-compare-index .btn-primary:focus,
.catalog-product-compare-index .btn-primary:active {
    color: #fff;
    border-color: #56cfe1;
    background-color: #56cfe1;
}
.catalog-product-compare-index .btn-default:hover,
.catalog-product-compare-index .btn-default:focus,
.catalog-product-compare-index .btn-default:active {
    color: #fff;
    border-color: #222;
    background-color: #222;
}
.catalog-product-compare-index table a.product-name:hover,.catalog-product-compare-index .table a.product-name:hover {
    color: #56cfe1;
}
.catalog-product-compare-index .compare-table tr td {
    min-width: 320px;
}
.catalog-product-compare-index .link-print:hover {
    color: #56cfe1;
    border-color: #56cfe1;
}
.compare-table-wrapper tr.product-shop-row .product-info > p{
    padding-top: 15px;
}
.compare-table-wrapper tr.product-shop-row .product-info .price-box{
    padding-top: 5px;
}
/*end*/
/*checkout-onepage*/
.checkout-onepage-index .container > .row > div > .page-title{
    display: none;
}
.checkout-onepage-index #checkoutSteps>li.active .step-title {
    border-color: #333;
    color: #fff;
    background-color: #333;
}
.checkout-onepage-index #checkoutSteps>li .step-title {
    color: #333;
    font-size: 14px;
    padding: 12px 10px;
    border: 1px solid #333;
    background-color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}
.checkout-onepage-index #checkoutSteps>li .step-title h2 {
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
}
.checkout-onepage-index #checkoutSteps>li.active .step-title h2 {
    color: #fff;
}
.checkout-onepage-index #checkoutSteps>li .step-title h2 {
    color: #333;
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
}
.checkout-onepage-index #checkoutSteps .buttons-set .button {
    color: #fff;
    border: 2px solid #333;
    background-color: #333;
    display: inline-block;
    border-radius: 0;
    height: 40px;
    font-weight: 500;
    padding: 0 35px;
    line-height: 36px;
}
#checkoutSteps .buttons-set .button:hover {
    border-color: #000;
    background-color: #000;
}
#checkoutSteps #checkout-step-review #checkout-review-submit #review-buttons-container .button.btn-checkout span {
    font-weight: 400;   
}
#checkoutSteps>li h3 {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
}
.checkout-onepage-index .right-content-container #checkout-progress-wrapper div dd.complete > address {
    line-height: 30px;
}
.right-content-container #checkout-progress-wrapper .block.block-progress div .complete .changelink *{
    padding-left: 15px;
}
.checkout-onepage-index #checkout-step-review #checkout-review-table-wrapper .data-table{
    border: 1px solid #333;
    width: 100%;
}
.checkout-onepage-index #checkout-step-review #checkout-review-table-wrapper .table>thead>tr>th, 
.checkout-onepage-index #checkout-step-review #checkout-review-table-wrapper table>thead>tr>th {
    border-bottom: 1px solid #333;
}
.checkout-onepage-index #checkout-step-review #checkout-review-table-wrapper table>thead>tr>th{
    border-right: 1px solid #333;
    height: 40px;
    color: #333;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    padding-top: 16px;
    padding-left: 10px;
    padding-right: 10px;
}
.checkout-onepage-index #checkout-step-review #checkout-review-table-wrapper table>thead>tr>th:first-chid,
.checkout-onepage-index #checkout-step-review #checkout-review-table-wrapper table>thead>tr>th:last-child {
    padding-left: 0px;
    padding-right: 0px;
}
.checkout-onepage-index #checkout-step-review #checkout-review-table-wrapper table tr>td{
    border-right: 1px solid #333;
    padding: 0;
    padding-top: 19px;
    font-size: 15px;
    font-weight: 400;
    padding-left: 13px;
    color: #333;
}
#checkout-review-table-wrapper #checkout-review-table tbody td h3 {
    font-size: 15px;
    font-weight: 400;
    color: #333;
    line-height: 26px;
}
#checkout-review-table-wrapper #checkout-review-table tbody td {
    text-align: center;
    padding-left: 0px !important;
}
#checkout-review-table-wrapper #checkout-review-table tbody td:last-child,
#checkout-review-table-wrapper #checkout-review-table tbody td:first-child {
    text-align: left;
    padding-left: 13px !important;
}
#checkout-review-table-wrapper #checkout-review-table tfoot tr td label {
    color: #333;
    font-weight: 400;
}
.checkout-onepage-index #checkout-step-review #checkout-review-table-wrapper table tr>td:last-child,
.checkout-onepage-index #checkout-step-review #checkout-review-table-wrapper table tfoot tr>td:last-child,
.checkout-onepage-index #checkout-step-review #checkout-review-table-wrapper table tfoot tr>td:last-child label {
    color: #999;
}
#checkout-step-shipping .form-list #shipping-new-address-form ul li div{
    margin-bottom: 0px;
}
#checkout-step-shipping .form-list #shipping-new-address-form ul li {
    margin-bottom: 30px;
}
body.checkout-onepage-index #checkoutSteps ul.form-list > li.control {
    margin-bottom: 10px;
}
body.checkout-onepage-index #checkoutSteps ul.form-list > li:last-child {
    margin-bottom: 30px;
}
#checkout-step-shipping .form-list #shipping-new-address-form ul > .control:first-child {
    margin-top: 20px;
}
.checkout-onepage-index #checkout-step-review #checkout-review-table-wrapper table tfoot tr,
.checkout-onepage-index #checkout-step-review #checkout-review-table-wrapper table tbody tr {
    border-bottom: 1px solid #333;
}
#checkout-step-review #checkout-review-table-wrapper #checkout-review-table.data-table{
    margin-bottom: 20px;
}
#checkoutSteps li div span.number {
    font-size: 20px;
    font-weight: 400;
}
#co-billing-form ul.form-list li#billing-new-address-form ul li.control input {
    margin-top: 2px;
}
.checkout-onepage-index #checkout-step-review #checkout-review-table-wrapper table tr{
    height: 60px;
}
.checkout-onepage-index #checkout-step-review #checkout-review-table-wrapper table tfoot tr:last-child{
    border-bottom: none;
}
.checkout-onepage-index #checkout-step-review #checkout-review-table-wrapper table>thead>tr>th:last-child,
.checkout-onepage-index #checkout-step-review #checkout-review-table-wrapper table tr>td :last-child {
    border-right: none;
}
.checkout-onepage-index #checkout-step-login h3{
    margin-bottom: 5px;
    margin-top: 20px;
}
.checkout-onepage-index #checkoutSteps #checkout-step-login ul.form-list > li.control {
    margin-bottom: 5px;
}
.checkout-onepage-index #checkout-step-login #login-form h4 {
    margin-top: 30px;
    margin-bottom: 15px;
}
.checkout-onepage-index #checkout-step-login #login-form fieldset > p {
    margin-bottom: 5px;
}
.checkout-onepage-index #checkout-step-login #login-form fieldset > ul.form-list{
    margin-top: 12px;
}
body.checkout-onepage-index #checkout-step-login ul:last-child li:first-child,
body.checkout-onepage-index #checkout-step-login > div > div > p {
    margin-bottom: 10px;
}
.checkout-onepage-index #checkout-step-login p,
.checkout-onepage-index #checkout-step-login ul,
.checkout-onepage-index #checkout-step-login h4,
.checkout-onepage-index #checkout-step-login ul:last-child li:first-child{
    margin-bottom: 30px;
    font-weight: 400;
}
.checkout-onepage-index #checkoutSteps #checkout-step-login ul.form-list {
    margin-top: 30px;
}
#checkoutSteps #checkout-step-login #login-form .form-list li{
    margin-bottom: 30px;
}
.checkout-onepage-index #checkout-step-login ul li input{
    margin-top: 3px;
}
.checkout-onepage-index #checkout-step-login div:last-child .buttons-set > a {
    margin-top: 8px;
}
.checkout-onepage-index #billing-new-address-form ul li div {
    margin-bottom: 0;
}
.checkout-onepage-index #billing-new-address-form ul li,
.checkout-onepage-index #billing-new-address-form ul li.wide + .wide {
    margin-bottom: 30px;
}
.checkout-onepage-index #billing-new-address-form ul li:first-child{
    margin-top: 14px;
}
.checkout-onepage-index #checkoutSteps ul.form-list > li.control{
    margin-bottom: 20px;
}
.checkout-onepage-index #checkoutSteps ul.form-list > li.control input{
    margin-top: 3px;
}
#co-shipping-method-form #checkout-shipping-method-load .sp-methods dt{
    margin-bottom: 20px;
    font-weight: 500;
    color: #000;
}
#co-shipping-method-form #checkout-shipping-method-load{
    margin-top: 30px;
}
#co-shipping-method-form #checkout-shipping-method-load .sp-methods dd{
    margin-bottom: 30px;
}
#checkoutSteps #co-payment-form #checkout-payment-method-load dt:first-child{
    margin-bottom: 25px;
    margin-top: 15px;
}
#checkoutSteps #co-payment-form #checkout-payment-method-load dt:last-child{
    margin-bottom: 30px;
}
#checkoutSteps #co-payment-form #checkout-payment-method-load dt input{
    margin-top: 0px;
}
#checkoutSteps #co-payment-form #checkout-payment-method-load #payment_form_ccsave li {
    margin-bottom: 30px;
}
#checkoutSteps #co-payment-form #checkout-payment-method-load #payment_form_ccsave li:last-child div.v-fix{
    margin-bottom: 10px;
}
#checkoutSteps #co-payment-form #checkout-payment-method-load #payment_form_ccsave li label{
    margin-bottom: 10px;
}
#checkout-progress-wrapper .opc-block-progress dt {
    color: #333;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 10px;
}
#checkoutSteps #checkout-step-billing .form-list li.wide label {
    margin-bottom: 5px;
}
/*end*/
@media screen and (max-width: 768px){
    .contact .padding-top70 {
        padding-top: 20px;
    }
    .contact .padding-bottom60 {
        padding-bottom: 30px;
    }
    .contact .breadcrumbs h1.page-header span {
        font-size: 31px;
        line-height: 30px;
    }
    .col-right.sidebar{
        margin-top: 60px;
    }
    .visible-sm.visible-xs.sidebar-reponsive-btn{
        /* display: none !important; */
    }
    .post-comments,.login-cm{
        margin-top: 60px;
        padding-top: 60px;
    }
    .blog-post .lookbook.margin-bottom60 {
        margin-bottom: 45px;
    }
    #right-content-container .sort-item.builder-container{
        text-align: center;
    }
    #show-all-store.text-right{
        text-align: center;
    }
}
@media screen and (max-width: 425px){
    .contact .padding-top70 {
        padding-top: 0px;
    }
    .contact .breadcrumbs h1.page-header span {
        font-size: 31px;
        line-height: 30px;
    }
    .contact .padding-bottom60 {
        padding-bottom: 0px;
    }
    body .contact .content-heading{
        margin-bottom: 30px;
    }
    .contact .margin-top40 {
        margin-top: 10px;
    }
    .blog-post blockquote{
    padding: 10px 30px;
    }
    .blog-main-info .post-thumbnail {
        margin-bottom: 45px;
    }
    .portfolio-details .portfolio-entry-meta .social-icons.social-share-mg{
        float: none;
    }
    .portfolio-entry-meta .date_create{
        text-align: center;
    }
}
@media (min-width: 992px){
    .menu-product-tabs {
        display: block !important;
    }
}
@media (min-width: 1200px){
    .tabs_categories_porfolio_content {
        margin-left: -50px;
        margin-right: -50px;
    }
}
@media (min-width: 1200px){
    .portfolio-grid .item {
        padding: 0 50px;
        margin-bottom: 130px;
    }
}
@media (max-width: 1050px){
    .portfolio-grid .item {
        margin-bottom: 50px;
    }
    .portfolio-details .porfolio-gallery-image.row .img-p-1, .portfolio-details .porfolio-gallery-image.row .img-p-2 {
        width: 49.7%;
        display: inline-block;
        margin-top: 60px;
    }
}
@media (max-width: 767px){
    .portfolio-detail-items .portfolio-detail-item-content {
        display: block;
    }
    .portfolio-detail-items .portfolio-detail-item-content+.portfolio-detail-item-content {
        margin-top: 10px;
    }
}
@media (max-width: 340px){
    .portfolio-view-index .portfolio-image {
        padding: 220px 5px;
    }
}
@media (max-width: 605px){
    .portfolio-details .porfolio-gallery-image.row .img-p-1, .portfolio-details .porfolio-gallery-image.row .img-p-2 {
        width: 100%;
        display: inline-block;
        margin-top: 50px;
    }
}
@media (max-width: 500px){
    .store-list-container .search-form .col-xs-6 {
        width: 100%;
    }
}
@media (max-width: 767px){
    .box-store-content .portfolio-table tr td {
        display: block;
        padding: 0 !important;
        border: 0 !important;
        background: none !important;
    }
    .box-store-content .portfolio-table tr {
        border: 1px solid #f0f0f0;
        padding: 15px;
        display: block;
    }
    .box-store-content .portfolio-table tr+tr {
        border-top: 0;
    }
    .brand-product-list .product.details.product-item-details {
        padding-top: 20px;
        padding-left: 0px;
    }
    .page-layout-1column .category-product-actions .toolbar-products, .page-layout-1column .category-product-actions .block.filter {
        width: 100%;
    }
    .category-product-actions .toolbar>div {
        text-align: left !important;
        width: 100%;
        float: left;
        margin: 0;
    }
    .checkout-onepage-index #checkout-step-review #checkout-review-table-wrapper table tr>td {
        display: table-cell;
        line-height: 24px;
        padding-bottom: 19px;
    }
    .checkout-onepage-index #checkout-step-review #checkout-review-table-wrapper table tbody tr td:first-child {
        width: 35%;
    }
}
@media (max-width: 992px){
    .checkout-onepage-index #billing-new-address-form ul li:first-child div:first-child {
        margin-bottom: 39px;
    }
}

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.2
 */

/* 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;
}

#services  .owl-controls .owl-page span {
    border-radius: 0 !important;
    height: 5px;
    width: 25px;
}
.slides-navigation a:focus,
.slides-navigation a:hover {
	color:#ffffff !important;
}
.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://www.nakedape.uk.com/skin/frontend/mgstheme/default/css/images/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-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

/* Styling Pagination*/

.owl-carousel .owl-controls .owl-prev {
    position: absolute;
    top: -13%;
    right: 30px;
    pointer-events: auto;
}

.owl-carousel .owl-controls .owl-next {
    position: absolute;
    top: -13%;
    right: 0;
    pointer-events: auto;
}
.owl-carousel .owl-controls .owl-prev,
.owl-carousel .owl-controls .owl-next {
    z-index: 1;
    cursor: pointer;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    color: #e0e0e0;
    line-height: 50px;
	text-align:center;
    font-size: 75px;
    width: 30px;
    height: 50px;
}
#owl-testimonial-widget .owl-controls .owl-prev, 
#owl-testimonial-widget .owl-controls .owl-next,
#owl_blog_two_line .owl-controls .owl-prev, 
#owl_blog_two_line .owl-controls .owl-next,
#owl_blog_three_line .owl-controls .owl-prev, 
#owl_blog_three_line .owl-controls .owl-next,
#owl_portfolio_two_line .owl-controls .owl-prev, 
#owl_portfolio_two_line .owl-controls .owl-next,
#owl_shop_carousel .owl-controls .owl-prev, 
#owl_shop_carousel .owl-controls .owl-next,
#owl_shop_carousel_1 .owl-controls .owl-prev, 
#owl_shop_carousel_1 .owl-controls .owl-next,
#owl-blog .owl-controls .owl-prev, 
#owl-blog .owl-controls .owl-next,
#owl_bestselling_carousel .owl-controls .owl-prev,
#owl_bestselling_carousel .owl-controls .owl-next{
    color: #fff;
    cursor: pointer;
    font-size: 21px;
    line-height: 25px;
    text-align: center;
    width: 25px;
    height: 28px;
    background: #222;
    border-radius: 3px;
}

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}

.white-wrapper .owl-theme .owl-controls .owl-page span {
	background-color:#b8b8b8;
}
.owl-theme .owl-controls .owl-page span {
    background-color:#ffffff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
    display: block;
    height: 10px;
    margin: 5px 4px;
    width: 10px;
}

#owl-testimonial .owl-controls .owl-page.active span {
	background-color:#222222;
}
#owl-twitter .owl-controls .owl-page span {
    background-color:#ffffff;
	border-radius: 0 !important;
    display: block;
    height: 4px !important;
    margin: 5px 4px;
    width: 30px !important;
}
#clients .owl-controls .owl-prev,
#clients .owl-controls .owl-next {
font-size:21px !important;
top:30%;
background:#dddddd;
color:#ffffff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  width:30px;
  height:30px;
  line-height:30px;
}

#clients .owl-controls .owl-prev {
left: -40px
}
#clients .owl-controls .owl-next {
right: -40px
}
.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://www.nakedape.uk.com/skin/frontend/mgstheme/default/css/images/ajaxloader.gif) no-repeat center center
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.4;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -5px;
  text-align: right;
  padding-right: 6px;
  width: 30px;
  height:30px;
  background:url('https://www.nakedape.uk.com/skin/frontend/mgstheme/default/images/close.png') left top no-repeat;
  display:block; text-indent:9999px; overflow:hidden;
  opacity:1;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 1050px; }
  .mfp-iframe-holder .mfp-close {
    top: -14px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }
.mfp-iframe-scaler iframe {
    background: url('https://www.nakedape.uk.com/skin/frontend/mgstheme/default/images/loader-2.gif') no-repeat scroll center center #fff !important;
}
@charset "UTF-8";
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/
.appear-animation {
	opacity: 0;
}

.appear-animation-visible {
	opacity: 1;
}
.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;
}

@media(min-width: 992px ){
	.first-row-item{clear: left;}
}
@media(max-width: 991px) and (min-width: 768px){
	.row-sm-first{clear: left;}
}
@media(max-width: 767px){
	.row-xs-first{clear: left;}
    .cart-footer .fixed-mini-cart {
        display: none !important;
    }
}
/* header */
@media (min-width: 1367px){
	.header .container-fluid{
		padding: 0 100px;
	}
}
@media(min-width: 1200px){
	.push-menu .mega-menu .nav-main li a:hover{color:#000}
	.push-menu .mega-menu .nav-main .dropdown-menu li a,
	.push-menu .mega-menu .nav-main .mega-menu-fullwidth .sub-menu .mega-menu-sub-title,
	.push-menu .mega-menu .nav-main .mega-menu-fullwidth .sub-menu .level-1 > a{
		font-size:24px;
		margin: 0;
		line-height: 52px;
	}
	.push-menu .mega-menu .nav-main >li> a{
		font-size: 36px;
		line-height: 40px;
		padding: 12px 0px;
	}
	.push-menu .mega-menu .nav-main li .toggle-menu{top:8px}
	.push-menu .mega-menu .nav-main > li > .toggle-menu{top: 9px}
	.push-menu .mega-menu .nav-main li .dropdown-menu{
		padding-left: 20px;
	}
	
	.sidebar-menu .switcher.drop .dropdown-switcher{width: auto}
	.sidebar-menu .switcher.drop{
		position: absolute;
		top: 180px;
		left: 47px;
		opacity: 0;
		visibility: hidden;
		transition: all .6s;
		-webkit-transition: all .6s;
		-moz-transition: all .6s;
		-o-transition: all .6s;
	}
	.nav-open .sidebar-menu .switcher.drop{
		top: 100px;
		opacity: 1;
		visibility: visible;
	}
	.bottom-footer .menu{
		float: right;
	}
	.sidebar-menu .widgets .widget{
		transform: translateY(50px);
		-webkit-transform: translateY(50px);
		-moz-transform: translateY(50px);
		-o-transform: translateY(50px);
		opacity: 0;
		visibility: hidden;
		transition-delay: 0s;
		-webkit-transition-delay: 0s;
		-moz-transition-delay: 0s;
		-o-transition-delay: 0s;
		transition: all .35s;
		-webkit-transition: all .35s;
		-moz-transition: all .35s;
		-o-transition: all .35s;
		display: block;
	}
	.nav-open .sidebar-menu .widgets .widget:first-child {
		transition-delay: 0.15s;
		-webkit-transition-delay: 0.15s;
		-moz-transition-delay: 0.15s;
		-o-transition-delay: 0.15s;
	}
	.nav-open .sidebar-menu .widgets .widget:nth-child(2) {
	   transition-delay: 0.3s;
		-webkit-transition-delay: 0.3s;
		-moz-transition-delay: 0.3s;
		-o-transition-delay: 0.3s;
	}
	.nav-open .sidebar-menu .widgets .widget:nth-child(3) {
	   transition-delay: 0.45s;
		-webkit-transition-delay: 0.45s;
		-moz-transition-delay: 0.45s;
		-o-transition-delay: 0.45s;
	}
	.nav-open .sidebar-menu .widgets .widget:nth-child(4) {
	   transition-delay: 0.6s;
		-webkit-transition-delay: 0.6s;
		-moz-transition-delay: 0.6s;
		-o-transition-delay: 0.6s;
	}
	.nav-open .sidebar-menu .widgets .widget{
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		opacity: 1;
		visibility: visible;
	}
	.search-open .sidebar-menu{
		z-index: 100;
	}
	.sidebar-menu .switcher{
		margin-left: -15px;
		margin-right: -15px;
	}
	.sidebar-menu .dropdown-switcher{
		width: 50%;
		float: left;
		padding: 15px;
	}
	.dropdown-custom{display: block !important}
}
@media(max-width: 1199px){
	.currency-dropdown .code{
		display: none;
	}
	.switcher button{
		color: #000;
	}
	.sidebar-menu-mobile .table-icon-menu{
		display: block;
		float: none;
		height: auto;
	}
	.cart-header,
	.table-icon-menu{
		float: right;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		height: 80px;
	}
	.sidebar-menu-mobile .table-icon-menu{
		height: auto;
		margin-top: 68px;
	}	
	.sidebar-menu-mobile {
		padding: 100px 35px;
		overflow: auto;
		width: 475px;
		background-color: #fff;
		position: fixed;
		left: -475px;
		top: 0;
		bottom: 0;
		color: #aaa;
		z-index: 11000;
		transition: transform .25s ease;
		-webkit-transition: -webkit-transform .25s ease;
		-moz-transition: -moz-transform .25s ease;
		-o-transition: -o-transform .25s ease;
		margin-bottom: 0;
	}
	.nav-open .sidebar-menu-mobile {
		transform: translate3d(475px, 0, 0);
		-webkit-transform: translate3d(475px, 0, 0);
		-moz-transform: translate3d(475px, 0, 0);
		-o-transform: translate3d(475px, 0, 0);
	}
	#placeholder-header{
		height: 80px !important;
	}
	.dropdown-custom,
	.dropdown-switcher .custom-toggle.more,
	.sidebar-menu .contact-us,
	.sidebar-menu .socials{
		display: none;
	}
	.sidebar-menu {
		left: -475px;
	}
	.nav-open .sidebar-menu{
		transform: translate3d(475px, 0, 0);
		-webkit-transform: translate3d(475px, 0, 0);
		-moz-transform: translate3d(475px, 0, 0);
		-o-transform: translate3d(475px, 0, 0);
	}
	.search-form{margin-bottom: 50px}
	.mega-menu{margin-bottom: 68px}
	.login > a{
		display: block;
		padding: 15px 0;
		font-size: 16px;
		color: #000;
	}
	.login > a > i{
		float: right;
		font-size: 25px;
		line-height: 28px;
	}
	.login > a > .fa{
		font-size: 16px;
	}
	.form-search{width: 100%}
	.form-search .search-select{
		line-height: 36px;
	}
	.form-search .input-text:focus{border-color:#ccc}
	.form-search .input-text{
		border: 0;
		border-bottom: 1px solid #ccc;
		height: 36px;
		font-size: 16px;
	}
	.form-search .search-select > span{
		padding-left:0;
		line-height: 36px;
		font-size: 16px;
	}
	.form-search > button{
		right: 0;
		font-size: 20px;
		height: 36px;
	}
	.search-form .search-title, .close-search{display: none}
	.dropdown-switcher + .dropdown-switcher{
		border-bottom: 1px solid #ccc;
	}
	.dropdown-switcher .dropdown-custom{
		padding-left: 15px;
		padding-top: 10px;
		font-size: 14px;
	}
	.dropdown-switcher .dropdown-custom li a{display: block}
	.dropdown-switcher .dropdown-custom li{
		padding: 6px 0;
	}
	.dropdown-switcher{
		border-top: 1px solid #ccc;
		padding: 15px 0;
		font-size: 16px;
		color: #000;
	}
	.push-menu .mega-menu .nav-main > li{
		border-bottom: 1px solid #ccc;
		padding: 7px 0;
	}
	.push-menu .mega-menu .nav-main > li > a{
		font-size: 16px;
	}
	.dropdown-switcher .custom-toggle .fa{
		float: right;
		line-height: 27px;
		font-size: 22px;
	}
	.dropdown-switcher .custom-toggle{
		width: 100%;
		text-align: left;
	}
	.header .logo img{
		display: block;
		margin: 0 auto;
	}
	.header .logo{
		margin: 0 auto;
	}
	.table-icon-menu{
		height: 80px;
	}
	.header .navbar-toggle-menu{
		min-height: 80px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
}
@media(max-width: 991px){
	.col2-set > .col-2{
		margin-top: 20px;
	}
	.sidebar-reponsive-btn > span{
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-o-transform: rotate(90deg);
	}
	.sidebar-reponsive-btn.btn-left{
		position: fixed;
		left: 0;
		top: 35%;
		height: 40px;
		width: 40px;
		font-size: 30px;
		cursor: pointer;
		line-height: 1;
		color: #222;
		background-color: #fff;
		border: none;
		box-shadow: 0px 0px 1px grey;
		z-index: 10001;
		margin-top: -20px;
		opacity: 0.8;
	}
	.sidebar-reponsive-btn.btn-right{
		right: 0;
	}
	.sidebar .title-topabs > i{
		font-size: 50px;
		color: #000;
		vertical-align: middle;
		float: right;
	}
	.sidebar .title-topabs{
		color: #000;
		text-align: center;
		font-weight: 400;
		margin: 0 -35px;
		line-height: 50px;
		border-bottom: 1px solid #ccc;
	}
	.sidebar-reponsive-btn:after{
		text-align:right;
		background: rgba(0,0,0,0.5);
		content: '';
		display: block;
		height: 100%;
		position: fixed;
		right: 0;
		top: 0;
		width: 100%;
		z-index: 10001;
		transition: all .3s;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-o-transition: all .3s;
		opacity: 0;
		visibility: hidden;
	}
	.enable-side-left .sidebar-reponsive-btn:after{
		opacity: 1;
		visibility: visible;
	}
	.sidebar .left-content-container{
		margin-top: 40px;
	}
	.sidebar{
		padding: 0 35px;
		overflow: auto;
		width: 475px;
		background-color: #fff;
		position: fixed;
		left: -475px;
		top: 0;
		bottom: 0;
		color: #aaa;
		z-index: 11000;
		transition: transform .25s ease;
		-webkit-transition: -webkit-transform .25s ease;
		-moz-transition: -moz-transform .25s ease;
		-o-transition: -o-transform .25s ease;
	}
	.enable-side-left .sidebar{
		transform: translate3d(475px, 0, 0);
		-webkit-transform: translate3d(475px, 0, 0);
		-moz-transform: translate3d(475px, 0, 0);
		-o-transform: translate3d(475px, 0, 0);
	}
	.products-grid .product-item-info .actions-link li.li-quickview{
		display: none;
	}
	.add-to-links > a+a{margin-top: 15px}
	.add-to-links > a{
		display: block
	}
	.sidebar-menu,
	.block-cart-header .block-content{
		padding: 60px 30px;
	}
	.close-cart-sidebar > span, .close-nav-button > span {
		font-size: 50px;
		height: 50px;
		width: 50px;
		line-height: 50px;
	}
	.block-cart-header .bottom{
		left: 30px;
		right: 30px;
	}
	.cart-open .block-cart-header .bottom{
		bottom: 15px;
	}
	.block-cart-header .subtotal{
		margin: 10px 0;
	}
}
@media(max-width: 767px){
	.sidebar .nav-tabs{
		text-align: left;
	}
	.sidebar .nav-tabs li{
		display:block;
	}
	.customer-account-index .visible-sm.visible-xs.sidebar-reponsive-btn{
		display: block !important;
	}
	.boxed .header.header-sticky-menu{
		left:0;
		right: 0;
	}
	.toolbar .pager > div{
		display: block;
		text-align: left;
	}
	.products-grid .product-item-details>.product-detail-action{
		position: absolute;
		top: 10px;
		left: 25px;
		width: auto;
		padding: 0;
	}
	.products-grid .product-item-details>.product-detail-action button{
		display: block;
		margin-left:0 !important;
	}
}
@media(max-width: 480px){
	.sidebar-menu,
	.sidebar-menu-mobile,
	.sidebar,
	.block-cart-header .block-content{
		width: 320px;
	}

	.block-cart-header .block-content{
		right: -320px;
	}
	.sidebar-menu-mobile,
	.sidebar,
	.sidebar-menu{
		left: -320px;
	}
	.enable-side-left .sidebar,
	.nav-open .sidebar-menu-mobile,
	.nav-open .sidebar-menu {
		transform: translate3d(320px, 0, 0);
		-webkit-transform: translate3d(320px, 0, 0);
		-moz-transform: translate3d(320px, 0, 0);
		-o-transform: translate3d(320px, 0, 0);
	}
	.block-cart-header.open .block-content {
		transform: translate3d(-320px, 0, 0);
		-webkit-transform: translate3d(-320px, 0, 0);
		-moz-transform: translate3d(-320px, 0, 0);
		-o-transform: translate3d(-320px, 0, 0);
	}
}
@media (min-width: 768px){
	.content-table {
		display: table;
		width: 100%;
	}
	.content-table-row {
		display: table-row;
	}
	.content-table-col {
		display: table-cell;
		vertical-align: middle;
		width: 50%;
	}
	.content-table-col {
		display: table-cell;
		vertical-align: middle;
		width: 50%;
	}
}
/* * */
@media (max-width: 767px){
	.mfp-close-btn-in .ajax-delete .mfp-close,
	.mfp-close-btn-in .ajaxcart-iframe .mfp-close{
		top: -35px;
		right: 0;
	}
	#multiship-addresses-table,
	#multiship-addresses-table tbody tr,
	#multiship-addresses-table tbody{display: block}
	#multiship-addresses-table thead{display: none}
	#multiship-addresses-table tbody tr{
	
		border-bottom: 1px solid #ddd;
		border-top: 0;
		padding: 10px 0
	}
	#multiship-addresses-table tbody tr+tr{
		border-top: 1px solid #ddd;
	}
	#multiship-addresses-table tbody tr td{
		display: block;
		border: 0;
		padding: 5px 0;
	}
	#multiship-addresses-table tfoot tr td{
		border: 0;
	}
	#checkout-review-table .a-center + .a-right .cart-price:before ,
	#checkout-review-table td.last>.cart-price:before {
		content:"=";
		margin-right: 5px;
	}
	#checkout-review-table .a-center:before {
		content:"x";
		margin-right: 5px;
	}
	#checkout-review-table .cart-price:before {
		content:"Total: ";
		margin-right: 5px;
		color: #2a2a2a;
		font-weight: 400;
	}
	#checkout-review-table{
		border: 1px solid #ccc;
		border-top: 0;
	}
	#checkout-review-table dl {
		margin-bottom: 0;
	}
	#checkout-review-table thead{
		display: none;
	}
	#checkout-review-table tfoot>tr>td{
		border-color:#ccc;
	}
	#checkout-review-table tbody tr{
		box-shadow: 0.5px -0.5px 0px 0.5px #ccc;
		border: 0;
	}
	#checkout-review-table tbody tr td{
		display: block;
		border: 0;
	}
	#checkout-review-table tbody tr td+td{
	    padding: 0 0 15px 15px;
		display: inline-block;
		text-align: left;
		padding-top: 0;
	}
	#shopping-cart-table tbody tr td .item-options{
		display: none;
	}
	.ajaxcart-index-options{
		min-height: 400px;
	}
	.ajaxcart-index-options .product-view .product-shop {
		padding-top: 20px ;
		padding-bottom: 20px ;
	}
	#shopping-cart-table .input-qty-product{
		float: left;
	}
	#shopping-cart-table thead {
		display: none;
	}
	#shopping-cart-table tbody tr{
		border: 1px solid #eaeaea;
	}
	#shopping-cart-table tbody tr td:first-child {
		float: left;
		width: 150px;
	}
	#shopping-cart-table tbody tr td {
		display: block;
		border: 0;
		text-align: left;
		padding: 5px 15px !important;
		width: calc(100% - 150px);
		float: right;
	}
	#shopping-cart-table tfoot tr td button{
		display: block;
		width: 100%;
		margin-bottom: 10px;
	}
	#shopping-cart-table tfoot tr td {
		display: block;
		text-align: left;
		width: 100%;
	}
	#shopping-cart-table tbody tr td .product-image{
		width: 100%;
	}
	#shopping-cart-table tbody tr td .product-name{
		width: 100%;
		padding: 0;
		margin-left: 0;
		margin-top: 6px;
	}
	#shopping-cart-table tbody tr td.col:before {
		content: attr(data-th) ":";
		font-size: 15px;
		display: inline-block;
		margin-right: 5px;
		color: #2a2a2a;
		float:left;
	}
	.table .ratings{
		padding-top: 5px;
		width: 100px;
	}
	.my-account .table tbody tr,
	.my-account .table tbody{
		display: block;
		width: 100%;
	}
	.my-account .table{
		border: 1px solid #eaeaea;
		display: block;
	}
	.my-account .table dl{
		margin-bottom: 0;
	}
	.my-account .table {
		margin-top: 15px;
		}
	.my-account .table thead {
		display: none;
	}
	.my-account .table tbody tr {
		box-shadow: 0px 0px 0px 0.5px #eaeaea;
		border: 0;
		width: 100%;
	}
	.my-account .table tbody tr+tr {
		border-top:0;
	}
	.my-account .table tbody tr td {
		display: block;
		border: 0;
		background: none;
	}
	.my-account .table tbody tr td+td {
		padding-top:0;
	}
	.my-account .table tbody tr td:before {
		content: attr(data-th);
		font-size: 15px;
		display: inline-block;
		margin-right: 5px;
		color: #2a2a2a;
		float:left;
	}
	#wishlist-table tbody tr td{
		padding: 15px;
	}
	#wishlist-table tbody tr td+td{
		padding-top: 0;
	}
	.my-account .box-title, .my-account .box-head{
		margin-bottom: 10px;
		margin-top: 20px;
	}
	#checkoutSteps .col-1, #checkoutSteps .col-2{
		width: 100%;
	}
	#checkoutSteps .col-1 .buttons-set .button{
		position: absolute;
		bottom: 0;
		right: 15px;
	}
	#checkoutSteps .col-2 .buttons-set .button{
		float: left;
		margin-right: 145px;
	}
	#checkoutSteps .col2-set + .col2-set .col-1{
		margin-bottom: 0px;
	}
	#checkoutSteps .col2-set .col-1{
		margin-bottom: 20px;
	}
}
@media (max-width: 479px) {
	.col-xxs-12{width: 100%}
}
@media (max-width: 359px) {
	#shopping-cart-table tbody tr td {width: 100%}
}
@media (max-width: 991px) {
	.sidebar .actions > .btn{
		float: none !important;
		margin-top: 10px;
	}
	.bottom-footer .menu li{
		padding-left: 0;
		padding: 20px;
	}
	#shopping-cart-totals-table{margin-top: 40px}
	.product-info-top .product-info-media,
	.product-info-top .product-info-main {
		width: auto;
		float: none;
		padding: 0 15px;
	}
	.product-info-top .product-info-media{
		margin-bottom: 40px;
	}
	.gallery-thumbnails{
		display:none;
	}
	.base-image{
		padding: 0;
	}
	.footer{
		text-align: center;
	}
	.logo-footer{
		margin-bottom: 50px;
	}
	.footer .social-block{
		float: none;
		margin-top: 20px;
	}
	.footer .no-text .social-block{margin-top: 40px;}
	.footer .social-block li{
		padding-left: 15px;
		padding-right: 15px;
	}
	.bottom-footer .menu{
		margin-top: 20px;
	}
	.middle-footer .menu li {
		padding-left: 15px;
		padding-right: 15px;
	}
	.middle-footer .menu {
		margin-bottom: 45px;
	}
	.footer .text-left,
	.footer .text-right{
		text-align: center;
	}
}
@media (max-width: 767px) {
	.slider-tabs-content{
		padding: 50px 0 50px 50px;
	}
	.slider-tabs-wrapper{
		margin: 0;
	}
	.slider-tabs-wrapper .slider-images-content .item-image{left: 0}
	.scroll-to-top{display: none}
	.products-list .product-item-details{padding-left: 0}
	.toolbar .sort-by{
		text-align: left;
	}
	.toolbar select{
		padding-left: 0;
	}
	.products-list .product-image-content{
		margin-bottom: 30px;
	}
	.block-footer-newsletter .input-box label{
		display: none;
	}
	.block-footer-newsletter .input-box .input-text{
		width: 100%;
	}
	.nav-tabs{text-align: center}
	.nav-tabs>li+li{padding-left: 10px}
	.nav-tabs>li{
		float: none;
		padding:0 10px;
		display: inline-block;
	}
}
@media (max-width: 479px) {
	.slider-tabs-content{
		padding: 15px 0 15px 15px;
	}
	.slider-tabs-content .slider-items-content{padding: 30px}
}
@media (min-width: 992px){
	.wishlist-items li.col-md-3:nth-child(4n+1),
	.products-grid .item.col-md-3:nth-child(4n+1){
		clear: left;
	}
	.wishlist-items li.col-md-4:nth-child(3n+1),
	.products-grid .item.col-md-4:nth-child(3n+1){
		clear: left;
	}
	.wishlist-items li.col-md-6:nth-child(2n+1),
	.products-grid .item.col-md-6:nth-child(2n+1){
		clear: left;
	}
	.wishlist-items li.col-md-custom-5:nth-child(5n+1),
	.products-grid .item.col-md-custom-5:nth-child(5n+1){
		clear: left;
	}
}
@media (min-width: 768px) and (max-width: 991px){
	.wishlist-items li.col-sm-3:nth-child(4n+1),
	.products-grid .item.col-sm-3:nth-child(4n+1){
		clear: left;
	}
	.wishlist-items li.col-sm-4:nth-child(3n+1),
	.products-grid .item.col-sm-4:nth-child(3n+1){
		clear: left;
	}
	.wishlist-items li.col-sm-6:nth-child(2n+1),
	.products-grid .item.col-sm-6:nth-child(2n+1){
		clear: left;
	}
	.wishlist-items li.col-sm-custom-5:nth-child(5n+1),
	.products-grid .item.col-sm-custom-5:nth-child(5n+1){
		clear: left;
	}
}
@media (max-width: 767px){
	.wishlist-items li.col-xs-3:nth-child(4n+1),
	.products-grid .item.col-xs-3:nth-child(4n+1){
		clear: left;
	}
	.wishlist-items li.col-xs-4:nth-child(3n+1),
	.products-grid .item.col-xs-4:nth-child(3n+1){
		clear: left;
	}
	.wishlist-items li.col-xs-6:nth-child(2n+1),
	.products-grid .item.col-xs-6:nth-child(2n+1){
		clear: left;
	}
	.wishlist-items li.col-xs-custom-5:nth-child(5n+1),
	.products-grid .item.col-xs-custom-5:nth-child(5n+1){
		clear: left;
	}
}
@media (min-width: 992px){
	.product-tab .first-row-item {
		clear: none;
	}
}
/**/
@font-face {
	font-family: 'Pe-icon-7-stroke';
	src:url('https://www.nakedape.uk.com/skin/frontend/mgstheme/unero/fonts/Pe-icon-7-stroke.eot?d7yf1v');
	src:url('https://www.nakedape.uk.com/skin/frontend/mgstheme/unero/fonts/Pe-icon-7-stroke.eot?#iefixd7yf1v') format('embedded-opentype'),
		url('https://www.nakedape.uk.com/skin/frontend/mgstheme/unero/fonts/Pe-icon-7-stroke.woff?d7yf1v') format('woff'),
		url('https://www.nakedape.uk.com/skin/frontend/mgstheme/unero/fonts/Pe-icon-7-stroke.ttf?d7yf1v') format('truetype'),
		url('https://www.nakedape.uk.com/skin/frontend/mgstheme/unero/fonts/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="pe-7s-"], [class*=" pe-7s-"] {
	display: inline-block;
	font-family: 'Pe-icon-7-stroke';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.pe-7s-album:before {
	content: "\e6aa";
}
.pe-7s-arc:before {
	content: "\e6ab";
}
.pe-7s-back-2:before {
	content: "\e6ac";
}
.pe-7s-bandaid:before {
	content: "\e6ad";
}
.pe-7s-car:before {
	content: "\e6ae";
}
.pe-7s-diamond:before {
	content: "\e6af";
}
.pe-7s-door-lock:before {
	content: "\e6b0";
}
.pe-7s-eyedropper:before {
	content: "\e6b1";
}
.pe-7s-female:before {
	content: "\e6b2";
}
.pe-7s-gym:before {
	content: "\e6b3";
}
.pe-7s-hammer:before {
	content: "\e6b4";
}
.pe-7s-headphones:before {
	content: "\e6b5";
}
.pe-7s-helm:before {
	content: "\e6b6";
}
.pe-7s-hourglass:before {
	content: "\e6b7";
}
.pe-7s-leaf:before {
	content: "\e6b8";
}
.pe-7s-magic-wand:before {
	content: "\e6b9";
}
.pe-7s-male:before {
	content: "\e6ba";
}
.pe-7s-map-2:before {
	content: "\e6bb";
}
.pe-7s-next-2:before {
	content: "\e6bc";
}
.pe-7s-paint-bucket:before {
	content: "\e6bd";
}
.pe-7s-pendrive:before {
	content: "\e6be";
}
.pe-7s-photo:before {
	content: "\e6bf";
}
.pe-7s-piggy:before {
	content: "\e6c0";
}
.pe-7s-plugin:before {
	content: "\e6c1";
}
.pe-7s-refresh-2:before {
	content: "\e6c2";
}
.pe-7s-rocket:before {
	content: "\e6c3";
}
.pe-7s-settings:before {
	content: "\e6c4";
}
.pe-7s-shield:before {
	content: "\e6c5";
}
.pe-7s-smile:before {
	content: "\e6c6";
}
.pe-7s-usb:before {
	content: "\e6c7";
}
.pe-7s-vector:before {
	content: "\e6c8";
}
.pe-7s-wine:before {
	content: "\e6c9";
}
.pe-7s-cloud-upload:before {
	content: "\e68a";
}
.pe-7s-cash:before {
	content: "\e68c";
}
.pe-7s-close:before {
	content: "\e680";
}
.pe-7s-bluetooth:before {
	content: "\e68d";
}
.pe-7s-cloud-download:before {
	content: "\e68b";
}
.pe-7s-way:before {
	content: "\e68e";
}
.pe-7s-close-circle:before {
	content: "\e681";
}
.pe-7s-id:before {
	content: "\e68f";
}
.pe-7s-angle-up:before {
	content: "\e682";
}
.pe-7s-wristwatch:before {
	content: "\e690";
}
.pe-7s-angle-up-circle:before {
	content: "\e683";
}
.pe-7s-world:before {
	content: "\e691";
}
.pe-7s-angle-right:before {
	content: "\e684";
}
.pe-7s-volume:before {
	content: "\e692";
}
.pe-7s-angle-right-circle:before {
	content: "\e685";
}
.pe-7s-users:before {
	content: "\e693";
}
.pe-7s-angle-left:before {
	content: "\e686";
}
.pe-7s-user-female:before {
	content: "\e694";
}
.pe-7s-angle-left-circle:before {
	content: "\e687";
}
.pe-7s-up-arrow:before {
	content: "\e695";
}
.pe-7s-angle-down:before {
	content: "\e688";
}
.pe-7s-switch:before {
	content: "\e696";
}
.pe-7s-angle-down-circle:before {
	content: "\e689";
}
.pe-7s-scissors:before {
	content: "\e697";
}
.pe-7s-wallet:before {
	content: "\e600";
}
.pe-7s-safe:before {
	content: "\e698";
}
.pe-7s-volume2:before {
	content: "\e601";
}
.pe-7s-volume1:before {
	content: "\e602";
}
.pe-7s-voicemail:before {
	content: "\e603";
}
.pe-7s-video:before {
	content: "\e604";
}
.pe-7s-user:before {
	content: "\e605";
}
.pe-7s-upload:before {
	content: "\e606";
}
.pe-7s-unlock:before {
	content: "\e607";
}
.pe-7s-umbrella:before {
	content: "\e608";
}
.pe-7s-trash:before {
	content: "\e609";
}
.pe-7s-tools:before {
	content: "\e60a";
}
.pe-7s-timer:before {
	content: "\e60b";
}
.pe-7s-ticket:before {
	content: "\e60c";
}
.pe-7s-target:before {
	content: "\e60d";
}
.pe-7s-sun:before {
	content: "\e60e";
}
.pe-7s-study:before {
	content: "\e60f";
}
.pe-7s-stopwatch:before {
	content: "\e610";
}
.pe-7s-star:before {
	content: "\e611";
}
.pe-7s-speaker:before {
	content: "\e612";
}
.pe-7s-signal:before {
	content: "\e613";
}
.pe-7s-shuffle:before {
	content: "\e614";
}
.pe-7s-shopbag:before {
	content: "\e615";
}
.pe-7s-share:before {
	content: "\e616";
}
.pe-7s-server:before {
	content: "\e617";
}
.pe-7s-search:before {
	content: "\e618";
}
.pe-7s-film:before {
	content: "\e6a5";
}
.pe-7s-science:before {
	content: "\e619";
}
.pe-7s-disk:before {
	content: "\e6a6";
}
.pe-7s-ribbon:before {
	content: "\e61a";
}
.pe-7s-repeat:before {
	content: "\e61b";
}
.pe-7s-refresh:before {
	content: "\e61c";
}
.pe-7s-add-user:before {
	content: "\e6a9";
}
.pe-7s-refresh-cloud:before {
	content: "\e61d";
}
.pe-7s-paperclip:before {
	content: "\e69c";
}
.pe-7s-radio:before {
	content: "\e61e";
}
.pe-7s-note2:before {
	content: "\e69d";
}
.pe-7s-print:before {
	content: "\e61f";
}
.pe-7s-network:before {
	content: "\e69e";
}
.pe-7s-prev:before {
	content: "\e620";
}
.pe-7s-mute:before {
	content: "\e69f";
}
.pe-7s-power:before {
	content: "\e621";
}
.pe-7s-medal:before {
	content: "\e6a0";
}
.pe-7s-portfolio:before {
	content: "\e622";
}
.pe-7s-like2:before {
	content: "\e6a1";
}
.pe-7s-plus:before {
	content: "\e623";
}
.pe-7s-left-arrow:before {
	content: "\e6a2";
}
.pe-7s-play:before {
	content: "\e624";
}
.pe-7s-key:before {
	content: "\e6a3";
}
.pe-7s-plane:before {
	content: "\e625";
}
.pe-7s-joy:before {
	content: "\e6a4";
}
.pe-7s-photo-gallery:before {
	content: "\e626";
}
.pe-7s-pin:before {
	content: "\e69b";
}
.pe-7s-phone:before {
	content: "\e627";
}
.pe-7s-plug:before {
	content: "\e69a";
}
.pe-7s-pen:before {
	content: "\e628";
}
.pe-7s-right-arrow:before {
	content: "\e699";
}
.pe-7s-paper-plane:before {
	content: "\e629";
}
.pe-7s-delete-user:before {
	content: "\e6a7";
}
.pe-7s-paint:before {
	content: "\e62a";
}
.pe-7s-bottom-arrow:before {
	content: "\e6a8";
}
.pe-7s-notebook:before {
	content: "\e62b";
}
.pe-7s-note:before {
	content: "\e62c";
}
.pe-7s-next:before {
	content: "\e62d";
}
.pe-7s-news-paper:before {
	content: "\e62e";
}
.pe-7s-musiclist:before {
	content: "\e62f";
}
.pe-7s-music:before {
	content: "\e630";
}
.pe-7s-mouse:before {
	content: "\e631";
}
.pe-7s-more:before {
	content: "\e632";
}
.pe-7s-moon:before {
	content: "\e633";
}
.pe-7s-monitor:before {
	content: "\e634";
}
.pe-7s-micro:before {
	content: "\e635";
}
.pe-7s-menu:before {
	content: "\e636";
}
.pe-7s-map:before {
	content: "\e637";
}
.pe-7s-map-marker:before {
	content: "\e638";
}
.pe-7s-mail:before {
	content: "\e639";
}
.pe-7s-mail-open:before {
	content: "\e63a";
}
.pe-7s-mail-open-file:before {
	content: "\e63b";
}
.pe-7s-magnet:before {
	content: "\e63c";
}
.pe-7s-loop:before {
	content: "\e63d";
}
.pe-7s-look:before {
	content: "\e63e";
}
.pe-7s-lock:before {
	content: "\e63f";
}
.pe-7s-lintern:before {
	content: "\e640";
}
.pe-7s-link:before {
	content: "\e641";
}
.pe-7s-like:before {
	content: "\e642";
}
.pe-7s-light:before {
	content: "\e643";
}
.pe-7s-less:before {
	content: "\e644";
}
.pe-7s-keypad:before {
	content: "\e645";
}
.pe-7s-junk:before {
	content: "\e646";
}
.pe-7s-info:before {
	content: "\e647";
}
.pe-7s-home:before {
	content: "\e648";
}
.pe-7s-help2:before {
	content: "\e649";
}
.pe-7s-help1:before {
	content: "\e64a";
}
.pe-7s-graph3:before {
	content: "\e64b";
}
.pe-7s-graph2:before {
	content: "\e64c";
}
.pe-7s-graph1:before {
	content: "\e64d";
}
.pe-7s-graph:before {
	content: "\e64e";
}
.pe-7s-global:before {
	content: "\e64f";
}
.pe-7s-gleam:before {
	content: "\e650";
}
.pe-7s-glasses:before {
	content: "\e651";
}
.pe-7s-gift:before {
	content: "\e652";
}
.pe-7s-folder:before {
	content: "\e653";
}
.pe-7s-flag:before {
	content: "\e654";
}
.pe-7s-filter:before {
	content: "\e655";
}
.pe-7s-file:before {
	content: "\e656";
}
.pe-7s-expand1:before {
	content: "\e657";
}
.pe-7s-exapnd2:before {
	content: "\e658";
}
.pe-7s-edit:before {
	content: "\e659";
}
.pe-7s-drop:before {
	content: "\e65a";
}
.pe-7s-drawer:before {
	content: "\e65b";
}
.pe-7s-download:before {
	content: "\e65c";
}
.pe-7s-display2:before {
	content: "\e65d";
}
.pe-7s-display1:before {
	content: "\e65e";
}
.pe-7s-diskette:before {
	content: "\e65f";
}
.pe-7s-date:before {
	content: "\e660";
}
.pe-7s-cup:before {
	content: "\e661";
}
.pe-7s-culture:before {
	content: "\e662";
}
.pe-7s-crop:before {
	content: "\e663";
}
.pe-7s-credit:before {
	content: "\e664";
}
.pe-7s-copy-file:before {
	content: "\e665";
}
.pe-7s-config:before {
	content: "\e666";
}
.pe-7s-compass:before {
	content: "\e667";
}
.pe-7s-comment:before {
	content: "\e668";
}
.pe-7s-coffee:before {
	content: "\e669";
}
.pe-7s-cloud:before {
	content: "\e66a";
}
.pe-7s-clock:before {
	content: "\e66b";
}
.pe-7s-check:before {
	content: "\e66c";
}
.pe-7s-chat:before {
	content: "\e66d";
}
.pe-7s-cart:before {
	content: "\e66e";
}
.pe-7s-camera:before {
	content: "\e66f";
}
.pe-7s-call:before {
	content: "\e670";
}
.pe-7s-calculator:before {
	content: "\e671";
}
.pe-7s-browser:before {
	content: "\e672";
}
.pe-7s-box2:before {
	content: "\e673";
}
.pe-7s-box1:before {
	content: "\e674";
}
.pe-7s-bookmarks:before {
	content: "\e675";
}
.pe-7s-bicycle:before {
	content: "\e676";
}
.pe-7s-bell:before {
	content: "\e677";
}
.pe-7s-battery:before {
	content: "\e678";
}
.pe-7s-ball:before {
	content: "\e679";
}
.pe-7s-back:before {
	content: "\e67a";
}
.pe-7s-attention:before {
	content: "\e67b";
}
.pe-7s-anchor:before {
	content: "\e67c";
}
.pe-7s-albums:before {
	content: "\e67d";
}
.pe-7s-alarm:before {
	content: "\e67e";
}
.pe-7s-airplay:before {
	content: "\e67f";
}

.filter-list .configurable-swatch-list .configurable-swatch-list-item {
	display: block !important;
	float: left;
	width: auto;
}
.filter-list .configurable-swatch-list .configurable-swatch-list-item a {
	margin: 0 !important;
}
.filter-list .configurable-swatch-list .configurable-swatch-list-item a.has-image {
	padding: 0 !important;
}
.filter-list .configurable-swatch-list .configurable-swatch-list-item .count {
	display: none !important;
}
.product-thumbnails-bottom .product-image-gallery,
.product-vertical-thumbnails .product-image-gallery {
	position: relative;
}
.sticky-info-multiple-col .configurable-swatch-list {
	display: table;
	margin-left: auto;
	margin-right: auto;
}
.product-thumbnails-bottom .gallery-image,
.product-vertical-thumbnails .gallery-image {
	opacity: 0;
	visibility: hidden;
	transition: all 300ms;
	-webkit-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	-moz-transition: all 300ms;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.product-thumbnails-bottom .gallery-image.visible,
.product-vertical-thumbnails .gallery-image.visible {
	opacity: 1;
	visibility: visible;
}
.product-vertical-thumbnails .gallery-image.visible {
	position: static;
}
.product-image-gallery.loading {
	position: relative;
}
.product-image-gallery.loading:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	background-image: url(https://www.nakedape.uk.com/skin/frontend/mgstheme/default/images/oval.svg);
	background-position: center center;
	background-size: 50px auto;
	background-repeat: no-repeat;
	z-index: 2;
}
.products-grid .item .product-content .product-desc .configurable-swatch-list {
	margin-top: 3px;
}
.product-shop .product-options dd.swatch-attr {
	margin-bottom: 36px;
}
.configurable-swatch-list .x {
	display: none;
}
.configurable-swatch-list:after {
	content: "";
	display: table;
	clear: both;
}
.configurable-swatch-list li {
	box-shadow: 0 0 0 1px rgba(0,0,0,.15);
	transition: all 300ms;
	-webkit-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	-moz-transition: all 300ms;
	margin: 5px;
	float: left;
	overflow: hidden;
	color: #ddd;
	font-size: 12px;
	font-weight: 600;
	border-radius: 20px;
}
.configurable-swatch-list li a {
	color: #ddd;
	display: block;
	padding: 0 20px;
	text-align: center;
}
.block-layered-nav .configurable-swatch-list li {
    border-radius: 4px;
    padding: 5px 10px;
}
.block-layered-nav .configurable-swatch-list li a {
    padding: 0;
    float: left;
}
.block-layered-nav .configurable-swatch-list li .count {
    float: left;
    position: static;
    margin-left: 5px;
    vertical-align: top;
    color: #000;
}
.configurable-swatch-list li a .swatch-label {
    height: 100% !important;
    display: block;
    width: auto !important;
}
.configurable-swatch-list li.is-media a img {
    width: 100%;
    height: 100%;
}
.configurable-swatch-list li:first-child {
	margin-left: 0;
}
.configurable-swatch-list li.selected {
	box-shadow: 0 0 0 3px rgba(0,0,0,.15);
	color: #222;
}
.configurable-swatch-list li.selected a {
	color: #222;
}
@media (min-width: 992px){
    .configurable-swatch-list li:hover,
    .configurable-swatch-list li.hover {
        box-shadow: 0 0 0 3px rgba(0,0,0,.15);
        color: #222;
    }
    .configurable-swatch-list li:hover a,
    .configurable-swatch-list li.hover a {
        color: #222;
    }
}
.configurable-swatch-list li.is-media a {
	padding: 0;
}
.product-shop .product-options .swatch-attr label {
	display: inline-block;
    font-size: 14px;
    color: #222;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin: 0 0 10px !important;
}
.product-shop .product-options .swatch-attr label:after {
	content: none;
}
.product-shop .product-options .swatch-attr label em {
	content: "*";
    color: red;
    vertical-align: top;
    margin-left: 3px;
    margin-right: 3px;
}
.product-shop .product-options .swatch-attr label .select-label {
	text-transform: none;
}

.configurable-swatch-list .not-available .x {
    display: block;
    text-indent: -999em;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(https://www.nakedape.uk.com/skin/frontend/mgstheme/default/images/bg_x.png) center no-repeat transparent;
    z-index: 10;
}
.configurable-swatch-list .not-available {
    pointer-events: none;
}
.configurable-swatch-list .not-available .swatch-link {
    border-color: #ededed;
    position: relative;
    pointer-events: none;
}
.configurable-swatch-list .not-available .swatch-label {
    color: #aaa;
    background: #fff;
}
.product-image-gallery img {
    min-width: 100%;
}
.product-image-gallery img.gallery-image {
	position: absolute;
	top: 0;
	left: 100px;
	right: 0;
	bottom: 0;
	z-index: 1;
	max-width: calc(100% - 100px);
	height: auto;
	display: block;
	min-width: unset;
}
.product-image-gallery img.gallery-image:not(.visible) {
    display: none;
}
.product-image-gallery img + .product-thumbnails-bottom {
    display: none;
}
.products-grid .product-top img,
.product-image-content img {
    max-width: 100%;
}
.products-list .price-box + .configurable-swatch-list {
    margin-top: 10px;
}

.question-title {
    position: relative;
}
.ask-question {
    position: absolute; right: 0px; top: -4px;
}
.question-img-loader {
    float: right; overflow: hidden;
}
.answer-img-loader {
    float: right; overflow: hidden;
}
.question-content {    
    position: relative;
}
.question-content .content {
    cursor: pointer;
    font-weight: bold;
    padding-left: 24px;
}
.question-content .score {
    position: absolute;
    right: 50px;
    top: 0;
    font-size: 15px;
    font-weight: bold;
    line-height: 18px;
}
.question-list .item {
    margin-bottom: 10px;
}
.answer-list .item {
    position: relative;
    margin-bottom: 20px;
}
.question-content .content.arrow-right {
    background: url("https://www.nakedape.uk.com/skin/frontend/mgstheme/default/productquestions/images/expand-closed.png") no-repeat scroll left center rgba(0, 0, 0, 0);    
}
.question-content .content.arrow-down {
    background: url("https://www.nakedape.uk.com/skin/frontend/mgstheme/default/productquestions/images/expand-open.png") no-repeat scroll left center rgba(0, 0, 0, 0);    
}
.question-content .like a {
    background: url("https://www.nakedape.uk.com/skin/frontend/mgstheme/default/productquestions/images/icon_like.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    height: 17px;
    position: absolute;
    right: 80px;
    top: 0;
    width: 17px;
}
.question-content .dislike a {
    background: url("https://www.nakedape.uk.com/skin/frontend/mgstheme/default/productquestions/images/icon_dislike.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    height: 17px;
    position: absolute;
    right: 0;
    top: 0;
    width: 17px;
}
.question-content .like a:hover {
    background: url("https://www.nakedape.uk.com/skin/frontend/mgstheme/default/productquestions/images/icon_like_active.png") no-repeat scroll left center rgba(0, 0, 0, 0);  
}
.question-content .dislike a:hover {
    background: url("https://www.nakedape.uk.com/skin/frontend/mgstheme/default/productquestions/images/icon_dislike_active.png") no-repeat scroll left center rgba(0, 0, 0, 0);  
}
.question-form {
    margin-bottom: 20px;
}
.answer-form {
    margin-bottom: 20px;
}
.answer-list {
    margin-top: 10px;
    padding-left: 40px;
}
.question-by {
    color: #999999;
    font-size: 10px;
    padding-left: 24px;
}
.faq-question-by {
    color: #999999;
    font-size: 10px;    
}
.answer-content .like a {
    background: url("https://www.nakedape.uk.com/skin/frontend/mgstheme/default/productquestions/images/icon_like.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    height: 17px;
    position: absolute;
    right: 80px;
    top: 0;
    width: 17px;
}
.answer-content .dislike a {
    background: url("https://www.nakedape.uk.com/skin/frontend/mgstheme/default/productquestions/images/icon_dislike.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    height: 17px;
    position: absolute;
    right: 0;
    top: 0;
    width: 17px;
}
.answer-content .like a:hover {
    background: url("https://www.nakedape.uk.com/skin/frontend/mgstheme/default/productquestions/images/icon_like_active.png") no-repeat scroll left center rgba(0, 0, 0, 0);  
}
.answer-content .dislike a:hover {
    background: url("https://www.nakedape.uk.com/skin/frontend/mgstheme/default/productquestions/images/icon_dislike_active.png") no-repeat scroll left center rgba(0, 0, 0, 0);  
}
.question-content .like a.liked {
    background: url("https://www.nakedape.uk.com/skin/frontend/mgstheme/default/productquestions/images/icon_like_active.png") no-repeat scroll left center rgba(0, 0, 0, 0);  
    pointer-events: none;    
}
.question-content .dislike a.disliked {
    background: url("https://www.nakedape.uk.com/skin/frontend/mgstheme/default/productquestions/images/icon_dislike_active.png") no-repeat scroll left center rgba(0, 0, 0, 0);  
    pointer-events: none;    
}
.answer-content .like a.liked {
    background: url("https://www.nakedape.uk.com/skin/frontend/mgstheme/default/productquestions/images/icon_like_active.png") no-repeat scroll left center rgba(0, 0, 0, 0);  
    pointer-events: none;    
}
.answer-content .dislike a.disliked {
    background: url("https://www.nakedape.uk.com/skin/frontend/mgstheme/default/productquestions/images/icon_dislike_active.png") no-repeat scroll left center rgba(0, 0, 0, 0);  
    pointer-events: none;    
}
.answer-content .score {
    position: absolute;
    right: 50px;
    top: 0;
    font-size: 15px;
    font-weight: bold;
    line-height: 18px;
}
.answer-by {
    color: #999999;
    font-size: 10px;    
}
.question-content .like {    
    height: 17px;
    position: absolute;
    right: -57px;
    top: 0;
    width: 17px;
}
.question-content .dislike {    
    height: 17px;
    position: absolute;
    right: 0px;
    top: 0;
    width: 17px; 
}
.answer-content .like {    
    height: 17px;
    position: absolute;
    right: -57px;
    top: 0;
    width: 17px;
}
.answer-content .dislike {    
    height: 17px;
    position: absolute;
    right: 0px;
    top: 0;
    width: 17px; 
}
.accordion .section {
    list-style: none;
    margin: 5px;
    padding: 0;
}
.accordion .section a.title {
    background: #f2f2f2;    
    color: #000;
    display: block;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    text-decoration: none;
}
.accordion .section p.title {
    background: #f2f2f2;    
    color: #000;
    display: block;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    text-decoration: none;
}
.accordion .section div.toggle {    
    padding: 10px;
}

.accordion .section.expanded a.title {
    background: #ccc;
}
.accordion .section.expanded p.title {
    background: #ccc;
}
.accordion .child.section {
    list-style: none;
    margin: 5px;
    padding: 0;
}
.accordion .child.section a.title {
    background: #f2f2f2;    
    color: #000;
    display: block;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    text-decoration: none;
}
.accordion .child.section div.toggle {    
    padding: 0 10px;
}
.accordion .child.section.expanded a.title {
    background: #ccc;
}
.simplePagerContainer {
    position: relative;
}
.simplePagerNav {
    position: absolute; bottom: -50px; right: 0px;
}
ul.pagination1 li:hover,
ul.pagination2 li:hover,
ul.pagination3 li:hover {
    background-color: #FF9500;
}

ul.pagination1 li,
ul.pagination2 li,
ul.pagination3 li {
    padding: 10px;
    font-family: georgia;
    background-color: #8890FC;
    font-size: 24px;
    color: #fff;
    line-height: 1;
    width: 600px;
    margin-bottom: 1px;
    list-style:none;
}

ul.red {
    outline:10px solid red;
}

ul.simplePagerNav li{
    display: block;
    float: left;
    font-family: georgia;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 10px;
    padding: 0 5px 5px;;
}

ul.simplePagerNav li a{
    color: #333;
    text-decoration: none;
}

li.currentPage {
    background: red;
    background: #FF9500;	
}

ul.simplePagerNav li.currentPage a {
    color: #fff;	
}

table.pageme {
    border-collapse: collapse;
    border: 1px solid #ccc;
}  

table.pageme td {
    border-collapse: collapse;
    border: 1px solid #ccc;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon{right:0.5em !important;left:auto !important;}
div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url(https://www.nakedape.uk.com/skin/frontend/mgstheme/default/images/prettyPhoto/default/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(https://www.nakedape.uk.com/skin/frontend/mgstheme/default/images/prettyPhoto/default/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(https://www.nakedape.uk.com/skin/frontend/mgstheme/default/images/prettyPhoto/default/sprite.png) -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url(https://www.nakedape.uk.com/skin/frontend/mgstheme/default/images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url(https://www.nakedape.uk.com/skin/frontend/mgstheme/default/images/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}
div.pp_default .pp_next:hover{background:url(https://www.nakedape.uk.com/skin/frontend/mgstheme/default/images/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(https://www.nakedape.uk.com/skin/frontend/mgstheme/default/images/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(https://www.nakedape.uk.com/skin/frontend/mgstheme/default/images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_expand:hover{background:url(https://www.nakedape.uk.com/skin/frontend/mgstheme/default/images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(https://www.nakedape.uk.com/skin/frontend/mgstheme/default/images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_contract:hover{background:url(https://www.nakedape.uk.com/skin/frontend/mgstheme/default/images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{width:30px;height:30px;background:url(https://www.nakedape.uk.com/skin/frontend/mgstheme/default/images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer}
div.pp_default .pp_gallery ul li a{background:url(https://www.nakedape.uk.com/skin/frontend/mgstheme/default/images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(https://www.nakedape.uk.com/skin/frontend/mgstheme/default/images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(https://www.nakedape.uk.com/skin/frontend/mgstheme/default/images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}
div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;width:110px;position:relative}
div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
div.pp_default .pp_bottom .pp_left{background:url(https://www.nakedape.uk.com/skin/frontend/mgstheme/default/images/prettyPhoto/default/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(https://www.nakedape.uk.com/skin/frontend/mgstheme/default/images/prettyPhoto/default/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(https://www.nakedape.uk.com/skin/frontend/mgstheme/default/images/prettyPhoto/default/sprite.png) -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url(https://www.nakedape.uk.com/skin/frontend/mgstheme/default/images/prettyPhoto/default/loader.gif) center center no-repeat}
div.light_rounded .pp_top .pp_left{/*background:url(https://www.nakedape.uk.com/skin/frontend/mgstheme/default/images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat*/ background:#fff;}
div.light_rounded .pp_top .pp_right{/*background:url(https://www.nakedape.uk.com/skin/frontend/mgstheme/default/images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat*/ background:#fff;}
div.light_rounded .pp_next:hover{background:url(https://www.nakedape.uk.com/skin/frontend/mgstheme/default/images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.light_rounded .pp_previous:hover{background:url(https://www.nakedape.uk.com/skin/frontend/mgstheme/default/images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_rounded .pp_expand{background:url(https://www.nakedape.uk.com/skin/frontend/mgstheme/default/images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_rounded .pp_expand:hover{background:url(https://www.nakedape.uk.com/skin/frontend/mgstheme/default/images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_rounded .pp_contract{background:url(https://www.nakedape.uk.com/skin/frontend/mgstheme/default/images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_rounded .pp_contract:hover{background:url(https://www.nakedape.uk.com/skin/frontend/mgstheme/default/images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_rounded .pp_close{width:75px;height:22px;background:url(https://www.nakedape.uk.com/skin/frontend/mgstheme/default/images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_rounded .pp_nav .pp_play{background:url(https://www.nakedape.uk.com/skin/frontend/mgstheme/default/images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_nav .pp_pause{background:url(https://www.nakedape.uk.com/skin/frontend/mgstheme/default/images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_arrow_previous{background:url(https://www.nakedape.uk.com/skin/frontend/mgstheme/default/images/prettyPhoto/light_rounded/sprite.png) 0 -68px no-repeat}
div.light_rounded .pp_arrow_next{background:url(https://www.nakedape.uk.com/skin/frontend/mgstheme/default/images/prettyPhoto/light_rounded/sprite.png) -22px -68px no-repeat}
div.light_rounded .pp_bottom .pp_left{/*background:url(https://www.nakedape.uk.com/skin/frontend/mgstheme/default/images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat*/ background:#fff;}
div.light_rounded .pp_bottom .pp_right{/*background:url(https://www.nakedape.uk.com/skin/frontend/mgstheme/default/images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat*/ background:#fff;}
div.dark_rounded .pp_top .pp_left{background:url(https://www.nakedape.uk.com/skin/frontend/mgstheme/default/images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}
div.dark_rounded .pp_top .pp_right{background:url(https://www.nakedape.uk.com/skin/frontend/mgstheme/default/images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}
div.dark_rounded .pp_content_container .pp_left{background:url(https://www.nakedape.uk.com/skin/frontend/mgstheme/default/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}
div.dark_rounded .pp_content_container .pp_right{background:url(https://www.nakedape.uk.com/skin/frontend/mgstheme/default/images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}
div.dark_rounded .pp_next:hover{background:url(https://www.nakedape.uk.com/skin/frontend/mgstheme/default/images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_rounded .pp_previous:hover{background:url(https://www.nakedape.uk.com/skin/frontend/mgstheme/default/images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.dark_rounded .pp_expand{background:url(https://www.nakedape.uk.com/skin/frontend/mgstheme/default/images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_expand:hover{background:url(https://www.nakedape.uk.com/skin/frontend/mgstheme/default/images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract{background:url(https://www.nakedape.uk.com/skin/frontend/mgstheme/default/images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract:hover{background:url(https://www.nakedape.uk.com/skin/frontend/mgstheme/default/images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_close{width:75px;height:22px;background:url(https://www.nakedape.uk.com/skin/frontend/mgstheme/default/images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_rounded .pp_description{margin-right:85px;color:#fff}
div.dark_rounded .pp_nav .pp_play{background:url(https://www.nakedape.uk.com/skin/frontend/mgstheme/default/images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_nav .pp_pause{background:url(https://www.nakedape.uk.com/skin/frontend/mgstheme/default/images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_arrow_previous{background:url(https://www.nakedape.uk.com/skin/frontend/mgstheme/default/images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}
div.dark_rounded .pp_arrow_next{background:url(https://www.nakedape.uk.com/skin/frontend/mgstheme/default/images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}
div.dark_rounded .pp_bottom .pp_left{background:url(https://www.nakedape.uk.com/skin/frontend/mgstheme/default/images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}
div.dark_rounded .pp_bottom .pp_right{background:url(https://www.nakedape.uk.com/skin/frontend/mgstheme/default/images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_loaderIcon{background:url(https://www.nakedape.uk.com/skin/frontend/mgstheme/default/images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}
div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}
div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
div.dark_square .pp_loaderIcon{background:url(https://www.nakedape.uk.com/skin/frontend/mgstheme/default/images/prettyPhoto/dark_square/loader.gif) center center no-repeat}
div.dark_square .pp_expand{background:url(https://www.nakedape.uk.com/skin/frontend/mgstheme/default/images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_square .pp_expand:hover{background:url(https://www.nakedape.uk.com/skin/frontend/mgstheme/default/images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_square .pp_contract{background:url(https://www.nakedape.uk.com/skin/frontend/mgstheme/default/images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_square .pp_contract:hover{background:url(https://www.nakedape.uk.com/skin/frontend/mgstheme/default/images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_square .pp_close{width:75px;height:22px;background:url(https://www.nakedape.uk.com/skin/frontend/mgstheme/default/images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_square .pp_nav{clear:none}
div.dark_square .pp_nav .pp_play{background:url(https://www.nakedape.uk.com/skin/frontend/mgstheme/default/images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_nav .pp_pause{background:url(https://www.nakedape.uk.com/skin/frontend/mgstheme/default/images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_arrow_previous{background:url(https://www.nakedape.uk.com/skin/frontend/mgstheme/default/images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}
div.dark_square .pp_arrow_next{background:url(https://www.nakedape.uk.com/skin/frontend/mgstheme/default/images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}
div.dark_square .pp_next:hover{background:url(https://www.nakedape.uk.com/skin/frontend/mgstheme/default/images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_square .pp_previous:hover{background:url(https://www.nakedape.uk.com/skin/frontend/mgstheme/default/images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_square .pp_expand{background:url(https://www.nakedape.uk.com/skin/frontend/mgstheme/default/images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_square .pp_expand:hover{background:url(https://www.nakedape.uk.com/skin/frontend/mgstheme/default/images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_square .pp_contract{background:url(https://www.nakedape.uk.com/skin/frontend/mgstheme/default/images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_square .pp_contract:hover{background:url(https://www.nakedape.uk.com/skin/frontend/mgstheme/default/images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_square .pp_close{width:75px;height:22px;background:url(https://www.nakedape.uk.com/skin/frontend/mgstheme/default/images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_square .pp_nav .pp_play{background:url(https://www.nakedape.uk.com/skin/frontend/mgstheme/default/images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_nav .pp_pause{background:url(https://www.nakedape.uk.com/skin/frontend/mgstheme/default/images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_arrow_previous{background:url(https://www.nakedape.uk.com/skin/frontend/mgstheme/default/images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}
div.light_square .pp_arrow_next{background:url(https://www.nakedape.uk.com/skin/frontend/mgstheme/default/images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}
div.light_square .pp_next:hover{background:url(https://www.nakedape.uk.com/skin/frontend/mgstheme/default/images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}
div.light_square .pp_previous:hover{background:url(https://www.nakedape.uk.com/skin/frontend/mgstheme/default/images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_top .pp_left{background:url(https://www.nakedape.uk.com/skin/frontend/mgstheme/default/images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}
div.facebook .pp_top .pp_middle{background:url(https://www.nakedape.uk.com/skin/frontend/mgstheme/default/images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}
div.facebook .pp_top .pp_right{background:url(https://www.nakedape.uk.com/skin/frontend/mgstheme/default/images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}
div.facebook .pp_content_container .pp_left{background:url(https://www.nakedape.uk.com/skin/frontend/mgstheme/default/images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}
div.facebook .pp_content_container .pp_right{background:url(https://www.nakedape.uk.com/skin/frontend/mgstheme/default/images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}
div.facebook .pp_expand{background:url(https://www.nakedape.uk.com/skin/frontend/mgstheme/default/images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.facebook .pp_expand:hover{background:url(https://www.nakedape.uk.com/skin/frontend/mgstheme/default/images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.facebook .pp_contract{background:url(https://www.nakedape.uk.com/skin/frontend/mgstheme/default/images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.facebook .pp_contract:hover{background:url(https://www.nakedape.uk.com/skin/frontend/mgstheme/default/images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.facebook .pp_close{width:22px;height:22px;background:url(https://www.nakedape.uk.com/skin/frontend/mgstheme/default/images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.facebook .pp_description{margin:0 37px 0 0}
div.facebook .pp_loaderIcon{background:url(https://www.nakedape.uk.com/skin/frontend/mgstheme/default/images/prettyPhoto/facebook/loader.gif) center center no-repeat}
div.facebook .pp_arrow_previous{background:url(https://www.nakedape.uk.com/skin/frontend/mgstheme/default/images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}
div.facebook .pp_arrow_next{background:url(https://www.nakedape.uk.com/skin/frontend/mgstheme/default/images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}
div.facebook .pp_nav{margin-top:0}
div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}
div.facebook .pp_nav .pp_play{background:url(https://www.nakedape.uk.com/skin/frontend/mgstheme/default/images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_nav .pp_pause{background:url(https://www.nakedape.uk.com/skin/frontend/mgstheme/default/images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_next:hover{background:url(https://www.nakedape.uk.com/skin/frontend/mgstheme/default/images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}
div.facebook .pp_previous:hover{background:url(https://www.nakedape.uk.com/skin/frontend/mgstheme/default/images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_bottom .pp_left{background:url(https://www.nakedape.uk.com/skin/frontend/mgstheme/default/images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}
div.facebook .pp_bottom .pp_middle{background:url(https://www.nakedape.uk.com/skin/frontend/mgstheme/default/images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}
div.facebook .pp_bottom .pp_right{background:url(https://www.nakedape.uk.com/skin/frontend/mgstheme/default/images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;white-space:nowrap;margin:0px 10px}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(https://www.nakedape.uk.com/skin/frontend/mgstheme/default/images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(https://www.nakedape.uk.com/skin/frontend/mgstheme/default/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(https://www.nakedape.uk.com/skin/frontend/mgstheme/default/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}
.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(https://www.nakedape.uk.com/skin/frontend/mgstheme/default/images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(https://www.nakedape.uk.com/skin/frontend/mgstheme/default/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}
