/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

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

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

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -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;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(/app/plugins/bears_shortcodes/shortcodes/bears_carousel/assets/css/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

.tbbs-group-tabs{
	padding: 20px;
	background: #FAFAFA;
	border-radius: 1px;
}
.tbbs-group-tabs:not(:last-child){
	margin-bottom: 20px;
}
.tbbs-group-tabs .title{
	border-bottom: 1px solid #eee;
    font-size: 14px;
    margin: 0 0 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.tbbs-group-tabs .tbbs-tabs-content{
	margin: 0;
	padding: 0;
	padding: 0 0 0 12px;
}
.tbbs-group-tabs .tbbs-tabs-content li{
	font-size: 12px;
    font-weight: bold;
}
.tbbs-group-tabs .tbbs-tabs-content li a{
	
}
.tbbs-doc-des-line{
	margin-bottom: 20px;
}
.tbbs-doc-des-line p strong{
	min-width: 130px;
}
.tbbs-doc-image-note{
	border-radius: 2px;
    box-shadow: 0 0 8px -5px rgba(0, 0, 0, 0.9);
    margin: 5px 0;
    max-width: 100%;
    padding: 7px;
}
.tbbs-doc-des{
	margin: 20px 0;
}
/**
 * Monokai theme
 *
 * Adapted from Wimer Hazenberg's TextMate theme of the same name
 *
 * @author Wimer Hazenberg
 * @author Michael Fasani
 * @author Craig Campbell
 * @version 1.0.0
 */
pre {
    background: #272822;
    word-wrap: break-word;
    margin: 0px;
    padding: 10px;
    color: #fff;
    font-size: 14px;
    margin-bottom: 20px;
}

pre, code {
    font-family: 'Monaco', courier, monospace;
}

pre .comment {
    color: #75715E;
}

pre .constant {
    color: #AE81FF;
}

pre .storage {
    color: #66D9EF;
}

pre .string, pre .comment.docstring {
    color: #E6DB74;
}

pre .support.tag {
    color: #fff;
}

pre .keyword {
    /* @todo some keywords use this light blue, most use the pink */
    /*color: #66D9EF;*/
    color: #F92672;
}

pre .selector {
    color: #F92672;
}

pre .inherited-class {
    font-style: italic;
}

pre .operator, pre .support.tag-name , pre .entity.tag {
    color: #F92672;
}

pre .entity, pre .support.attribute, pre .entity.attribute {
    color: #A6E22E;
}

pre .support, *[data-language="c"] .function.call {
    color: #66D9EF;
}

*[data-language="html"] .support.operator {
    color: #fff;
}

pre .css-property, pre .storage.function {
    font-style: italic;
}

pre .variable.global, pre .variable.class, pre .variable.instance {
    color: #A6E22E;
}

@charset "UTF-8";

@font-face {
  font-family: "linea-ecommerce-10";
  src:url(/app/plugins/bears_shortcodes/shortcodes/bears_iconfont/assets/fonts/linea_ecommerce/fonts/linea-ecommerce-10.eot);
  src:url(/app/plugins/bears_shortcodes/shortcodes/bears_iconfont/assets/fonts/linea_ecommerce/fonts/linea-ecommerce-10.eot?#iefix) format("embedded-opentype"),
    url(/app/plugins/bears_shortcodes/shortcodes/bears_iconfont/assets/fonts/linea_ecommerce/fonts/linea-ecommerce-10.woff) format("woff"),
    url(/app/plugins/bears_shortcodes/shortcodes/bears_iconfont/assets/fonts/linea_ecommerce/fonts/linea-ecommerce-10.ttf) format("truetype"),
    url(/app/plugins/bears_shortcodes/shortcodes/bears_iconfont/assets/fonts/linea_ecommerce/fonts/linea-ecommerce-10.svg#linea-ecommerce-10) format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "linea-ecommerce-10" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "linea-ecommerce-10" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-ecommerce-bag:before {
  content: "a";
}
.icon-ecommerce-bag-check:before {
  content: "b";
}
.icon-ecommerce-bag-cloud:before {
  content: "c";
}
.icon-ecommerce-bag-download:before {
  content: "d";
}
.icon-ecommerce-bag-minus:before {
  content: "e";
}
.icon-ecommerce-bag-plus:before {
  content: "f";
}
.icon-ecommerce-bag-refresh:before {
  content: "g";
}
.icon-ecommerce-bag-remove:before {
  content: "h";
}
.icon-ecommerce-bag-search:before {
  content: "i";
}
.icon-ecommerce-bag-upload:before {
  content: "j";
}
.icon-ecommerce-banknote:before {
  content: "k";
}
.icon-ecommerce-banknotes:before {
  content: "l";
}
.icon-ecommerce-basket:before {
  content: "m";
}
.icon-ecommerce-basket-check:before {
  content: "n";
}
.icon-ecommerce-basket-cloud:before {
  content: "o";
}
.icon-ecommerce-basket-download:before {
  content: "p";
}
.icon-ecommerce-basket-minus:before {
  content: "q";
}
.icon-ecommerce-basket-plus:before {
  content: "r";
}
.icon-ecommerce-basket-refresh:before {
  content: "s";
}
.icon-ecommerce-basket-remove:before {
  content: "t";
}
.icon-ecommerce-basket-search:before {
  content: "u";
}
.icon-ecommerce-basket-upload:before {
  content: "v";
}
.icon-ecommerce-bath:before {
  content: "w";
}
.icon-ecommerce-cart:before {
  content: "x";
}
.icon-ecommerce-cart-check:before {
  content: "y";
}
.icon-ecommerce-cart-cloud:before {
  content: "z";
}
.icon-ecommerce-cart-content:before {
  content: "A";
}
.icon-ecommerce-cart-download:before {
  content: "B";
}
.icon-ecommerce-cart-minus:before {
  content: "C";
}
.icon-ecommerce-cart-plus:before {
  content: "D";
}
.icon-ecommerce-cart-refresh:before {
  content: "E";
}
.icon-ecommerce-cart-remove:before {
  content: "F";
}
.icon-ecommerce-cart-search:before {
  content: "G";
}
.icon-ecommerce-cart-upload:before {
  content: "H";
}
.icon-ecommerce-cent:before {
  content: "I";
}
.icon-ecommerce-colon:before {
  content: "J";
}
.icon-ecommerce-creditcard:before {
  content: "K";
}
.icon-ecommerce-diamond:before {
  content: "L";
}
.icon-ecommerce-dollar:before {
  content: "M";
}
.icon-ecommerce-euro:before {
  content: "N";
}
.icon-ecommerce-franc:before {
  content: "O";
}
.icon-ecommerce-gift:before {
  content: "P";
}
.icon-ecommerce-graph1:before {
  content: "Q";
}
.icon-ecommerce-graph2:before {
  content: "R";
}
.icon-ecommerce-graph3:before {
  content: "S";
}
.icon-ecommerce-graph-decrease:before {
  content: "T";
}
.icon-ecommerce-graph-increase:before {
  content: "U";
}
.icon-ecommerce-guarani:before {
  content: "V";
}
.icon-ecommerce-kips:before {
  content: "W";
}
.icon-ecommerce-lira:before {
  content: "X";
}
.icon-ecommerce-megaphone:before {
  content: "Y";
}
.icon-ecommerce-money:before {
  content: "Z";
}
.icon-ecommerce-naira:before {
  content: "0";
}
.icon-ecommerce-pesos:before {
  content: "1";
}
.icon-ecommerce-pound:before {
  content: "2";
}
.icon-ecommerce-receipt:before {
  content: "3";
}
.icon-ecommerce-receipt-bath:before {
  content: "4";
}
.icon-ecommerce-receipt-cent:before {
  content: "5";
}
.icon-ecommerce-receipt-dollar:before {
  content: "6";
}
.icon-ecommerce-receipt-euro:before {
  content: "7";
}
.icon-ecommerce-receipt-franc:before {
  content: "8";
}
.icon-ecommerce-receipt-guarani:before {
  content: "9";
}
.icon-ecommerce-receipt-kips:before {
  content: "!";
}
.icon-ecommerce-receipt-lira:before {
  content: "\"";
}
.icon-ecommerce-receipt-naira:before {
  content: "#";
}
.icon-ecommerce-receipt-pesos:before {
  content: "$";
}
.icon-ecommerce-receipt-pound:before {
  content: "%";
}
.icon-ecommerce-receipt-rublo:before {
  content: "&";
}
.icon-ecommerce-receipt-rupee:before {
  content: "'";
}
.icon-ecommerce-receipt-tugrik:before {
  content: "(";
}
.icon-ecommerce-receipt-won:before {
  content: ")";
}
.icon-ecommerce-receipt-yen:before {
  content: "*";
}
.icon-ecommerce-receipt-yen2:before {
  content: "+";
}
.icon-ecommerce-recept-colon:before {
  content: ",";
}
.icon-ecommerce-rublo:before {
  content: "-";
}
.icon-ecommerce-rupee:before {
  content: ".";
}
.icon-ecommerce-safe:before {
  content: "/";
}
.icon-ecommerce-sale:before {
  content: ":";
}
.icon-ecommerce-sales:before {
  content: ";";
}
.icon-ecommerce-ticket:before {
  content: "<";
}
.icon-ecommerce-tugriks:before {
  content: "=";
}
.icon-ecommerce-wallet:before {
  content: ">";
}
.icon-ecommerce-won:before {
  content: "?";
}
.icon-ecommerce-yen:before {
  content: "@";
}
.icon-ecommerce-yen2:before {
  content: "[";
}

@font-face {
	font-family: 'Pe-icon-7-stroke';
	src:url(/app/plugins/bears_shortcodes/shortcodes/bears_iconfont/assets/fonts/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.eot?d7yf1v);
	src:url(/app/plugins/bears_shortcodes/shortcodes/bears_iconfont/assets/fonts/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.eot?#iefixd7yf1v) format('embedded-opentype'),
		url(/app/plugins/bears_shortcodes/shortcodes/bears_iconfont/assets/fonts/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.woff?d7yf1v) format('woff'),
		url(/app/plugins/bears_shortcodes/shortcodes/bears_iconfont/assets/fonts/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.ttf?d7yf1v) format('truetype'),
		url(/app/plugins/bears_shortcodes/shortcodes/bears_iconfont/assets/fonts/pe-icon-7-stroke/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-"] {
	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";
}

@charset "UTF-8";
/*
Animate.css - http://daneden.me/animate
Licensed under the ☺ license (http://licence.visualidiot.com/)

Copyright (c) 2012 Dan Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
body { /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */
	-webkit-backface-visibility: hidden;
}
.animated {
	-webkit-animation-duration: 1s;
	   -moz-animation-duration: 1s;
	     -o-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	   -moz-animation-fill-mode: both;
	     -o-animation-fill-mode: both;
	        animation-fill-mode: both;
}

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

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

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

@-o-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;
	-moz-animation-name: flash;
	-o-animation-name: flash;
	animation-name: flash;
}
@-webkit-keyframes shake {
	0%, 100% {-webkit-transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {-webkit-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-webkit-transform: translateX(10px);}
}

@-moz-keyframes shake {
	0%, 100% {-moz-transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {-moz-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-moz-transform: translateX(10px);}
}

@-o-keyframes shake {
	0%, 100% {-o-transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {-o-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-o-transform: translateX(10px);}
}

@keyframes shake {
	0%, 100% {transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {transform: translateX(-10px);}
	20%, 40%, 60%, 80% {transform: translateX(10px);}
}

.shake {
	-webkit-animation-name: shake;
	-moz-animation-name: shake;
	-o-animation-name: shake;
	animation-name: shake;
}
@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}
	40% {-webkit-transform: translateY(-30px);}
	60% {-webkit-transform: translateY(-15px);}
}

@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
	40% {-moz-transform: translateY(-30px);}
	60% {-moz-transform: translateY(-15px);}
}

@-o-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
	40% {-o-transform: translateY(-30px);}
	60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}

.bounce {
	-webkit-animation-name: bounce;
	-moz-animation-name: bounce;
	-o-animation-name: bounce;
	animation-name: bounce;
}
@-webkit-keyframes tada {
	0% {-webkit-transform: scale(1);}	
	10%, 20% {-webkit-transform: scale(0.9) rotate(-3deg);}
	30%, 50%, 70%, 90% {-webkit-transform: scale(1.1) rotate(3deg);}
	40%, 60%, 80% {-webkit-transform: scale(1.1) rotate(-3deg);}
	100% {-webkit-transform: scale(1) rotate(0);}
}

@-moz-keyframes tada {
	0% {-moz-transform: scale(1);}	
	10%, 20% {-moz-transform: scale(0.9) rotate(-3deg);}
	30%, 50%, 70%, 90% {-moz-transform: scale(1.1) rotate(3deg);}
	40%, 60%, 80% {-moz-transform: scale(1.1) rotate(-3deg);}
	100% {-moz-transform: scale(1) rotate(0);}
}

@-o-keyframes tada {
	0% {-o-transform: scale(1);}	
	10%, 20% {-o-transform: scale(0.9) rotate(-3deg);}
	30%, 50%, 70%, 90% {-o-transform: scale(1.1) rotate(3deg);}
	40%, 60%, 80% {-o-transform: scale(1.1) rotate(-3deg);}
	100% {-o-transform: scale(1) rotate(0);}
}

@keyframes tada {
	0% {transform: scale(1);}	
	10%, 20% {transform: scale(0.9) rotate(-3deg);}
	30%, 50%, 70%, 90% {transform: scale(1.1) rotate(3deg);}
	40%, 60%, 80% {transform: scale(1.1) rotate(-3deg);}
	100% {transform: scale(1) rotate(0);}
}

.tada {
	-webkit-animation-name: tada;
	-moz-animation-name: tada;
	-o-animation-name: tada;
	animation-name: tada;
}
@-webkit-keyframes swing {
	20%, 40%, 60%, 80%, 100% { -webkit-transform-origin: top center; }
	20% { -webkit-transform: rotate(15deg); }	
	40% { -webkit-transform: rotate(-10deg); }
	60% { -webkit-transform: rotate(5deg); }	
	80% { -webkit-transform: rotate(-5deg); }	
	100% { -webkit-transform: rotate(0deg); }
}

@-moz-keyframes swing {
	20% { -moz-transform: rotate(15deg); }	
	40% { -moz-transform: rotate(-10deg); }
	60% { -moz-transform: rotate(5deg); }	
	80% { -moz-transform: rotate(-5deg); }	
	100% { -moz-transform: rotate(0deg); }
}

@-o-keyframes swing {
	20% { -o-transform: rotate(15deg); }	
	40% { -o-transform: rotate(-10deg); }
	60% { -o-transform: rotate(5deg); }	
	80% { -o-transform: rotate(-5deg); }	
	100% { -o-transform: rotate(0deg); }
}

@keyframes swing {
	20% { transform: rotate(15deg); }	
	40% { transform: rotate(-10deg); }
	60% { transform: rotate(5deg); }	
	80% { transform: rotate(-5deg); }	
	100% { transform: rotate(0deg); }
}

.swing {
	-webkit-transform-origin: top center;
	-moz-transform-origin: top center;
	-o-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	-moz-animation-name: swing;
	-o-animation-name: swing;
	animation-name: swing;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% { -webkit-transform: translateX(0%); }
  15% { -webkit-transform: translateX(-25%) rotate(-5deg); }
  30% { -webkit-transform: translateX(20%) rotate(3deg); }
  45% { -webkit-transform: translateX(-15%) rotate(-3deg); }
  60% { -webkit-transform: translateX(10%) rotate(2deg); }
  75% { -webkit-transform: translateX(-5%) rotate(-1deg); }
  100% { -webkit-transform: translateX(0%); }
}

@-moz-keyframes wobble {
  0% { -moz-transform: translateX(0%); }
  15% { -moz-transform: translateX(-25%) rotate(-5deg); }
  30% { -moz-transform: translateX(20%) rotate(3deg); }
  45% { -moz-transform: translateX(-15%) rotate(-3deg); }
  60% { -moz-transform: translateX(10%) rotate(2deg); }
  75% { -moz-transform: translateX(-5%) rotate(-1deg); }
  100% { -moz-transform: translateX(0%); }
}

@-o-keyframes wobble {
  0% { -o-transform: translateX(0%); }
  15% { -o-transform: translateX(-25%) rotate(-5deg); }
  30% { -o-transform: translateX(20%) rotate(3deg); }
  45% { -o-transform: translateX(-15%) rotate(-3deg); }
  60% { -o-transform: translateX(10%) rotate(2deg); }
  75% { -o-transform: translateX(-5%) rotate(-1deg); }
  100% { -o-transform: translateX(0%); }
}

@keyframes wobble {
  0% { transform: translateX(0%); }
  15% { transform: translateX(-25%) rotate(-5deg); }
  30% { transform: translateX(20%) rotate(3deg); }
  45% { transform: translateX(-15%) rotate(-3deg); }
  60% { transform: translateX(10%) rotate(2deg); }
  75% { transform: translateX(-5%) rotate(-1deg); }
  100% { transform: translateX(0%); }
}

.wobble {
	-webkit-animation-name: wobble;
	-moz-animation-name: wobble;
	-o-animation-name: wobble;
	animation-name: wobble;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
    0% { -webkit-transform: scale(1); }	
	50% { -webkit-transform: scale(1.1); }
    100% { -webkit-transform: scale(1); }
}
@-moz-keyframes pulse {
    0% { -moz-transform: scale(1); }	
	50% { -moz-transform: scale(1.1); }
    100% { -moz-transform: scale(1); }
}
@-o-keyframes pulse {
    0% { -o-transform: scale(1); }	
	50% { -o-transform: scale(1.1); }
    100% { -o-transform: scale(1); }
}
@keyframes pulse {
    0% { transform: scale(1); }	
	50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

.pulse {
	-webkit-animation-name: pulse;
	-moz-animation-name: pulse;
	-o-animation-name: pulse;
	animation-name: pulse;
}
@-webkit-keyframes flip {
	0% {
		-webkit-transform: perspective(400px) rotateY(0);
		-webkit-animation-timing-function: ease-out;
	}
	40% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
		-webkit-animation-timing-function: ease-out;
	}
	50% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-webkit-animation-timing-function: ease-in;
	}
	80% {
		-webkit-transform: perspective(400px) rotateY(360deg) scale(.95);
		-webkit-animation-timing-function: ease-in;
	}
	100% {
		-webkit-transform: perspective(400px) scale(1);
		-webkit-animation-timing-function: ease-in;
	}
}
@-moz-keyframes flip {
	0% {
		-moz-transform: perspective(400px) rotateY(0);
		-moz-animation-timing-function: ease-out;
	}
	40% {
		-moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
		-moz-animation-timing-function: ease-out;
	}
	50% {
		-moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-moz-animation-timing-function: ease-in;
	}
	80% {
		-moz-transform: perspective(400px) rotateY(360deg) scale(.95);
		-moz-animation-timing-function: ease-in;
	}
	100% {
		-moz-transform: perspective(400px) scale(1);
		-moz-animation-timing-function: ease-in;
	}
}
@-o-keyframes flip {
	0% {
		-o-transform: perspective(400px) rotateY(0);
		-o-animation-timing-function: ease-out;
	}
	40% {
		-o-transform: perspective(400px) translateZ(150px) rotateY(170deg);
		-o-animation-timing-function: ease-out;
	}
	50% {
		-o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-o-animation-timing-function: ease-in;
	}
	80% {
		-o-transform: perspective(400px) rotateY(360deg) scale(.95);
		-o-animation-timing-function: ease-in;
	}
	100% {
		-o-transform: perspective(400px) scale(1);
		-o-animation-timing-function: ease-in;
	}
}
@keyframes flip {
	0% {
		transform: perspective(400px) rotateY(0);
		animation-timing-function: ease-out;
	}
	40% {
		transform: perspective(400px) translateZ(150px) rotateY(170deg);
		animation-timing-function: ease-out;
	}
	50% {
		transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		animation-timing-function: ease-in;
	}
	80% {
		transform: perspective(400px) rotateY(360deg) scale(.95);
		animation-timing-function: ease-in;
	}
	100% {
		transform: perspective(400px) scale(1);
		animation-timing-function: ease-in;
	}
}

.flip {
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: flip;
	-moz-backface-visibility: visible !important;
	-moz-animation-name: flip;
	-o-backface-visibility: visible !important;
	-o-animation-name: flip;
	backface-visibility: visible !important;
	animation-name: flip;
}
@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
    }
    
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
    }
    
    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@-moz-keyframes flipInX {
    0% {
        -moz-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    
    40% {
        -moz-transform: perspective(400px) rotateX(-10deg);
    }
    
    70% {
        -moz-transform: perspective(400px) rotateX(10deg);
    }
    
    100% {
        -moz-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@-o-keyframes flipInX {
    0% {
        -o-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    
    40% {
        -o-transform: perspective(400px) rotateX(-10deg);
    }
    
    70% {
        -o-transform: perspective(400px) rotateX(10deg);
    }
    
    100% {
        -o-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    
    40% {
        transform: perspective(400px) rotateX(-10deg);
    }
    
    70% {
        transform: perspective(400px) rotateX(10deg);
    }
    
    100% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

.flipInX {
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	-moz-backface-visibility: visible !important;
	-moz-animation-name: flipInX;
	-o-backface-visibility: visible !important;
	-o-animation-name: flipInX;
	backface-visibility: visible !important;
	animation-name: flipInX;
}
@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
	100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@-moz-keyframes flipOutX {
    0% {
        -moz-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
	100% {
        -moz-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@-o-keyframes flipOutX {
    0% {
        -o-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
	100% {
        -o-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    0% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
	100% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

.flipOutX {
	-webkit-animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	-moz-animation-name: flipOutX;
	-moz-backface-visibility: visible !important;
	-o-animation-name: flipOutX;
	-o-backface-visibility: visible !important;
	animation-name: flipOutX;
	backface-visibility: visible !important;
}
@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
    }
    
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
    }
    
    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}
@-moz-keyframes flipInY {
    0% {
        -moz-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    
    40% {
        -moz-transform: perspective(400px) rotateY(-10deg);
    }
    
    70% {
        -moz-transform: perspective(400px) rotateY(10deg);
    }
    
    100% {
        -moz-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}
@-o-keyframes flipInY {
    0% {
        -o-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    
    40% {
        -o-transform: perspective(400px) rotateY(-10deg);
    }
    
    70% {
        -o-transform: perspective(400px) rotateY(10deg);
    }
    
    100% {
        -o-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}
@keyframes flipInY {
    0% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    
    40% {
        transform: perspective(400px) rotateY(-10deg);
    }
    
    70% {
        transform: perspective(400px) rotateY(10deg);
    }
    
    100% {
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}

.flipInY {
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	-moz-backface-visibility: visible !important;
	-moz-animation-name: flipInY;
	-o-backface-visibility: visible !important;
	-o-animation-name: flipInY;
	backface-visibility: visible !important;
	animation-name: flipInY;
}
@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
	100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}
@-moz-keyframes flipOutY {
    0% {
        -moz-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
	100% {
        -moz-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}
@-o-keyframes flipOutY {
    0% {
        -o-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
	100% {
        -o-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}
@keyframes flipOutY {
    0% {
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
	100% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}

.flipOutY {
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	-moz-backface-visibility: visible !important;
	-moz-animation-name: flipOutY;
	-o-backface-visibility: visible !important;
	-o-animation-name: flipOutY;
	backface-visibility: visible !important;
	animation-name: flipOutY;
}
@-webkit-keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

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

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

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

.fadeIn {
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
}
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInUp {
	0% {
		opacity: 0;
		-o-transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInDown {
	0% {
		opacity: 0;
		-o-transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-moz-transform: translateX(-20px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-o-transform: translateX(-20px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translateX(-20px);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	-moz-animation-name: fadeInLeft;
	-o-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeInRight {
	0% {
		opacity: 0;
		-moz-transform: translateX(20px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes fadeInRight {
	0% {
		opacity: 0;
		-o-transform: translateX(20px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translateX(20px);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	-moz-animation-name: fadeInRight;
	-o-animation-name: fadeInRight;
	animation-name: fadeInRight;
}
@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-moz-transform: translateY(2000px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-o-transform: translateY(2000px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		transform: translateY(2000px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	-moz-animation-name: fadeInUpBig;
	-o-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-o-transform: translateY(-2000px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		transform: translateY(-2000px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	-moz-animation-name: fadeInDownBig;
	-o-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}
@-moz-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-moz-transform: translateX(-2000px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}
@-o-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-o-transform: translateX(-2000px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}
@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		transform: translateX(-2000px);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	-moz-animation-name: fadeInLeftBig;
	-o-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-moz-transform: translateX(2000px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-o-transform: translateX(2000px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		transform: translateX(2000px);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	-moz-animation-name: fadeInRightBig;
	-o-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

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

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

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

.fadeOut {
	-webkit-animation-name: fadeOut;
	-moz-animation-name: fadeOut;
	-o-animation-name: fadeOut;
	animation-name: fadeOut;
}
@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
	}
}
@-moz-keyframes fadeOutUp {
	0% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateY(-20px);
	}
}
@-o-keyframes fadeOutUp {
	0% {
		opacity: 1;
		-o-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateY(-20px);
	}
}
@keyframes fadeOutUp {
	0% {
		opacity: 1;
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		transform: translateY(-20px);
	}
}

.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	-moz-animation-name: fadeOutUp;
	-o-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(20px);
	}
}

@-moz-keyframes fadeOutDown {
	0% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateY(20px);
	}
}

@-o-keyframes fadeOutDown {
	0% {
		opacity: 1;
		-o-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateY(20px);
	}
}

@keyframes fadeOutDown {
	0% {
		opacity: 1;
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		transform: translateY(20px);
	}
}

.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	-moz-animation-name: fadeOutDown;
	-o-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
	}
}

@-moz-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateX(-20px);
	}
}

@-o-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-o-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateX(-20px);
	}
}

@keyframes fadeOutLeft {
	0% {
		opacity: 1;
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		transform: translateX(-20px);
	}
}

.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	-moz-animation-name: fadeOutLeft;
	-o-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(20px);
	}
}

@-moz-keyframes fadeOutRight {
	0% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateX(20px);
	}
}

@-o-keyframes fadeOutRight {
	0% {
		opacity: 1;
		-o-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateX(20px);
	}
}

@keyframes fadeOutRight {
	0% {
		opacity: 1;
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		transform: translateX(20px);
	}
}

.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	-moz-animation-name: fadeOutRight;
	-o-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}
}

@-moz-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}
}

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

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

.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	-moz-animation-name: fadeOutUpBig;
	-o-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig;
}
@-webkit-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
	}
}

@-moz-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateY(2000px);
	}
}

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

@keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		transform: translateY(2000px);
	}
}

.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	-moz-animation-name: fadeOutDownBig;
	-o-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}
}

@-moz-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateX(-2000px);
	}
}

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

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

.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	-moz-animation-name: fadeOutLeftBig;
	-o-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}
}
@-moz-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateX(2000px);
	}
}
@-o-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-o-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateX(2000px);
	}
}
@keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		transform: translateX(2000px);
	}
}

.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	-moz-animation-name: fadeOutRightBig;
	-o-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig;
}
@-webkit-keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.3);
	}
	
	50% {
		opacity: 1;
		-webkit-transform: scale(1.05);
	}
	
	70% {
		-webkit-transform: scale(.9);
	}
	
	100% {
		-webkit-transform: scale(1);
	}
}

@-moz-keyframes bounceIn {
	0% {
		opacity: 0;
		-moz-transform: scale(.3);
	}
	
	50% {
		opacity: 1;
		-moz-transform: scale(1.05);
	}
	
	70% {
		-moz-transform: scale(.9);
	}
	
	100% {
		-moz-transform: scale(1);
	}
}

@-o-keyframes bounceIn {
	0% {
		opacity: 0;
		-o-transform: scale(.3);
	}
	
	50% {
		opacity: 1;
		-o-transform: scale(1.05);
	}
	
	70% {
		-o-transform: scale(.9);
	}
	
	100% {
		-o-transform: scale(1);
	}
}

@keyframes bounceIn {
	0% {
		opacity: 0;
		transform: scale(.3);
	}
	
	50% {
		opacity: 1;
		transform: scale(1.05);
	}
	
	70% {
		transform: scale(.9);
	}
	
	100% {
		transform: scale(1);
	}
}

.bounceIn {
	-webkit-animation-name: bounceIn;
	-moz-animation-name: bounceIn;
	-o-animation-name: bounceIn;
	animation-name: bounceIn;
}
@-webkit-keyframes bounceInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translateY(-30px);
	}
	
	80% {
		-webkit-transform: translateY(10px);
	}
	
	100% {
		-webkit-transform: translateY(0);
	}
}
@-moz-keyframes bounceInUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(2000px);
	}
	
	60% {
		opacity: 1;
		-moz-transform: translateY(-30px);
	}
	
	80% {
		-moz-transform: translateY(10px);
	}
	
	100% {
		-moz-transform: translateY(0);
	}
}

@-o-keyframes bounceInUp {
	0% {
		opacity: 0;
		-o-transform: translateY(2000px);
	}
	
	60% {
		opacity: 1;
		-o-transform: translateY(-30px);
	}
	
	80% {
		-o-transform: translateY(10px);
	}
	
	100% {
		-o-transform: translateY(0);
	}
}

@keyframes bounceInUp {
	0% {
		opacity: 0;
		transform: translateY(2000px);
	}
	
	60% {
		opacity: 1;
		transform: translateY(-30px);
	}
	
	80% {
		transform: translateY(10px);
	}
	
	100% {
		transform: translateY(0);
	}
}

.bounceInUp {
	-webkit-animation-name: bounceInUp;
	-moz-animation-name: bounceInUp;
	-o-animation-name: bounceInUp;
	animation-name: bounceInUp;
}
@-webkit-keyframes bounceInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translateY(30px);
	}
	
	80% {
		-webkit-transform: translateY(-10px);
	}
	
	100% {
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes bounceInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}
	
	60% {
		opacity: 1;
		-moz-transform: translateY(30px);
	}
	
	80% {
		-moz-transform: translateY(-10px);
	}
	
	100% {
		-moz-transform: translateY(0);
	}
}

@-o-keyframes bounceInDown {
	0% {
		opacity: 0;
		-o-transform: translateY(-2000px);
	}
	
	60% {
		opacity: 1;
		-o-transform: translateY(30px);
	}
	
	80% {
		-o-transform: translateY(-10px);
	}
	
	100% {
		-o-transform: translateY(0);
	}
}

@keyframes bounceInDown {
	0% {
		opacity: 0;
		transform: translateY(-2000px);
	}
	
	60% {
		opacity: 1;
		transform: translateY(30px);
	}
	
	80% {
		transform: translateY(-10px);
	}
	
	100% {
		transform: translateY(0);
	}
}

.bounceInDown {
	-webkit-animation-name: bounceInDown;
	-moz-animation-name: bounceInDown;
	-o-animation-name: bounceInDown;
	animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translateX(30px);
	}
	
	80% {
		-webkit-transform: translateX(-10px);
	}
	
	100% {
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-moz-transform: translateX(-2000px);
	}
	
	60% {
		opacity: 1;
		-moz-transform: translateX(30px);
	}
	
	80% {
		-moz-transform: translateX(-10px);
	}
	
	100% {
		-moz-transform: translateX(0);
	}
}

@-o-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-o-transform: translateX(-2000px);
	}
	
	60% {
		opacity: 1;
		-o-transform: translateX(30px);
	}
	
	80% {
		-o-transform: translateX(-10px);
	}
	
	100% {
		-o-transform: translateX(0);
	}
}

@keyframes bounceInLeft {
	0% {
		opacity: 0;
		transform: translateX(-2000px);
	}
	
	60% {
		opacity: 1;
		transform: translateX(30px);
	}
	
	80% {
		transform: translateX(-10px);
	}
	
	100% {
		transform: translateX(0);
	}
}

.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	-moz-animation-name: bounceInLeft;
	-o-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translateX(-30px);
	}
	
	80% {
		-webkit-transform: translateX(10px);
	}
	
	100% {
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes bounceInRight {
	0% {
		opacity: 0;
		-moz-transform: translateX(2000px);
	}
	
	60% {
		opacity: 1;
		-moz-transform: translateX(-30px);
	}
	
	80% {
		-moz-transform: translateX(10px);
	}
	
	100% {
		-moz-transform: translateX(0);
	}
}

@-o-keyframes bounceInRight {
	0% {
		opacity: 0;
		-o-transform: translateX(2000px);
	}
	
	60% {
		opacity: 1;
		-o-transform: translateX(-30px);
	}
	
	80% {
		-o-transform: translateX(10px);
	}
	
	100% {
		-o-transform: translateX(0);
	}
}

@keyframes bounceInRight {
	0% {
		opacity: 0;
		transform: translateX(2000px);
	}
	
	60% {
		opacity: 1;
		transform: translateX(-30px);
	}
	
	80% {
		transform: translateX(10px);
	}
	
	100% {
		transform: translateX(0);
	}
}

.bounceInRight {
	-webkit-animation-name: bounceInRight;
	-moz-animation-name: bounceInRight;
	-o-animation-name: bounceInRight;
	animation-name: bounceInRight;
}
@-webkit-keyframes bounceOut {
	0% {
		-webkit-transform: scale(1);
	}
	
	25% {
		-webkit-transform: scale(.95);
	}
	
	50% {
		opacity: 1;
		-webkit-transform: scale(1.1);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: scale(.3);
	}	
}

@-moz-keyframes bounceOut {
	0% {
		-moz-transform: scale(1);
	}
	
	25% {
		-moz-transform: scale(.95);
	}
	
	50% {
		opacity: 1;
		-moz-transform: scale(1.1);
	}
	
	100% {
		opacity: 0;
		-moz-transform: scale(.3);
	}	
}

@-o-keyframes bounceOut {
	0% {
		-o-transform: scale(1);
	}
	
	25% {
		-o-transform: scale(.95);
	}
	
	50% {
		opacity: 1;
		-o-transform: scale(1.1);
	}
	
	100% {
		opacity: 0;
		-o-transform: scale(.3);
	}	
}

@keyframes bounceOut {
	0% {
		transform: scale(1);
	}
	
	25% {
		transform: scale(.95);
	}
	
	50% {
		opacity: 1;
		transform: scale(1.1);
	}
	
	100% {
		opacity: 0;
		transform: scale(.3);
	}	
}

.bounceOut {
	-webkit-animation-name: bounceOut;
	-moz-animation-name: bounceOut;
	-o-animation-name: bounceOut;
	animation-name: bounceOut;
}
@-webkit-keyframes bounceOutUp {
	0% {
		-webkit-transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		-webkit-transform: translateY(20px);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}
}

@-moz-keyframes bounceOutUp {
	0% {
		-moz-transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		-moz-transform: translateY(20px);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}
}

@-o-keyframes bounceOutUp {
	0% {
		-o-transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		-o-transform: translateY(20px);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateY(-2000px);
	}
}

@keyframes bounceOutUp {
	0% {
		transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		transform: translateY(20px);
	}
	
	100% {
		opacity: 0;
		transform: translateY(-2000px);
	}
}

.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	-moz-animation-name: bounceOutUp;
	-o-animation-name: bounceOutUp;
	animation-name: bounceOutUp;
}
@-webkit-keyframes bounceOutDown {
	0% {
		-webkit-transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		-webkit-transform: translateY(-20px);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
	}
}

@-moz-keyframes bounceOutDown {
	0% {
		-moz-transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		-moz-transform: translateY(-20px);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateY(2000px);
	}
}

@-o-keyframes bounceOutDown {
	0% {
		-o-transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		-o-transform: translateY(-20px);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateY(2000px);
	}
}

@keyframes bounceOutDown {
	0% {
		transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		transform: translateY(-20px);
	}
	
	100% {
		opacity: 0;
		transform: translateY(2000px);
	}
}

.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	-moz-animation-name: bounceOutDown;
	-o-animation-name: bounceOutDown;
	animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
	0% {
		-webkit-transform: translateX(0);
	}
	
	20% {
		opacity: 1;
		-webkit-transform: translateX(20px);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}
}

@-moz-keyframes bounceOutLeft {
	0% {
		-moz-transform: translateX(0);
	}
	
	20% {
		opacity: 1;
		-moz-transform: translateX(20px);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateX(-2000px);
	}
}

@-o-keyframes bounceOutLeft {
	0% {
		-o-transform: translateX(0);
	}
	
	20% {
		opacity: 1;
		-o-transform: translateX(20px);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateX(-2000px);
	}
}

@keyframes bounceOutLeft {
	0% {
		transform: translateX(0);
	}
	
	20% {
		opacity: 1;
		transform: translateX(20px);
	}
	
	100% {
		opacity: 0;
		transform: translateX(-2000px);
	}
}

.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	-moz-animation-name: bounceOutLeft;
	-o-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
	0% {
		-webkit-transform: translateX(0);
	}
	
	20% {
		opacity: 1;
		-webkit-transform: translateX(-20px);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}
}

@-moz-keyframes bounceOutRight {
	0% {
		-moz-transform: translateX(0);
	}
	
	20% {
		opacity: 1;
		-moz-transform: translateX(-20px);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateX(2000px);
	}
}

@-o-keyframes bounceOutRight {
	0% {
		-o-transform: translateX(0);
	}
	
	20% {
		opacity: 1;
		-o-transform: translateX(-20px);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateX(2000px);
	}
}

@keyframes bounceOutRight {
	0% {
		transform: translateX(0);
	}
	
	20% {
		opacity: 1;
		transform: translateX(-20px);
	}
	
	100% {
		opacity: 0;
		transform: translateX(2000px);
	}
}

.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	-moz-animation-name: bounceOutRight;
	-o-animation-name: bounceOutRight;
	animation-name: bounceOutRight;
}
@-webkit-keyframes rotateIn {
	0% {
		-webkit-transform-origin: center center;
		-webkit-transform: rotate(-200deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: center center;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
}
@-moz-keyframes rotateIn {
	0% {
		-moz-transform-origin: center center;
		-moz-transform: rotate(-200deg);
		opacity: 0;
	}
	
	100% {
		-moz-transform-origin: center center;
		-moz-transform: rotate(0);
		opacity: 1;
	}
}
@-o-keyframes rotateIn {
	0% {
		-o-transform-origin: center center;
		-o-transform: rotate(-200deg);
		opacity: 0;
	}
	
	100% {
		-o-transform-origin: center center;
		-o-transform: rotate(0);
		opacity: 1;
	}
}
@keyframes rotateIn {
	0% {
		transform-origin: center center;
		transform: rotate(-200deg);
		opacity: 0;
	}
	
	100% {
		transform-origin: center center;
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateIn {
	-webkit-animation-name: rotateIn;
	-moz-animation-name: rotateIn;
	-o-animation-name: rotateIn;
	animation-name: rotateIn;
}
@-webkit-keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
}

@-moz-keyframes rotateInUpLeft {
	0% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
}

@-o-keyframes rotateInUpLeft {
	0% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInUpLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		transform-origin: left bottom;
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	-moz-animation-name: rotateInUpLeft;
	-o-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
}

@-moz-keyframes rotateInDownLeft {
	0% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
}

@-o-keyframes rotateInDownLeft {
	0% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInDownLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		transform-origin: left bottom;
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	-moz-animation-name: rotateInDownLeft;
	-o-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
}

@-moz-keyframes rotateInUpRight {
	0% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
}

@-o-keyframes rotateInUpRight {
	0% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
}

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

.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	-moz-animation-name: rotateInUpRight;
	-o-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
}

@-moz-keyframes rotateInDownRight {
	0% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
}

@-o-keyframes rotateInDownRight {
	0% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInDownRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		transform-origin: right bottom;
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	-moz-animation-name: rotateInDownRight;
	-o-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateOut {
	0% {
		-webkit-transform-origin: center center;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: center center;
		-webkit-transform: rotate(200deg);
		opacity: 0;
	}
}

@-moz-keyframes rotateOut {
	0% {
		-moz-transform-origin: center center;
		-moz-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-moz-transform-origin: center center;
		-moz-transform: rotate(200deg);
		opacity: 0;
	}
}

@-o-keyframes rotateOut {
	0% {
		-o-transform-origin: center center;
		-o-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-o-transform-origin: center center;
		-o-transform: rotate(200deg);
		opacity: 0;
	}
}

@keyframes rotateOut {
	0% {
		transform-origin: center center;
		transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		transform-origin: center center;
		transform: rotate(200deg);
		opacity: 0;
	}
}

.rotateOut {
	-webkit-animation-name: rotateOut;
	-moz-animation-name: rotateOut;
	-o-animation-name: rotateOut;
	animation-name: rotateOut;
}
@-webkit-keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		opacity: 0;
	}
}

@-moz-keyframes rotateOutUpLeft {
	0% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(-90deg);
		opacity: 0;
	}
}

@-o-keyframes rotateOutUpLeft {
	0% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(-90deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		transform-origin: left bottom;
		transform: rotate(-90deg);
		opacity: 0;
	}
}

.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	-moz-animation-name: rotateOutUpLeft;
	-o-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		opacity: 0;
	}
}

@-moz-keyframes rotateOutDownLeft {
	0% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(90deg);
		opacity: 0;
	}
}

@-o-keyframes rotateOutDownLeft {
	0% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(90deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		transform-origin: left bottom;
		transform: rotate(90deg);
		opacity: 0;
	}
}

.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	-moz-animation-name: rotateOutDownLeft;
	-o-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		opacity: 0;
	}
}

@-moz-keyframes rotateOutUpRight {
	0% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(90deg);
		opacity: 0;
	}
}

@-o-keyframes rotateOutUpRight {
	0% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(90deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		transform-origin: right bottom;
		transform: rotate(90deg);
		opacity: 0;
	}
}

.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	-moz-animation-name: rotateOutUpRight;
	-o-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight;
}
@-webkit-keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		opacity: 0;
	}
}

@-moz-keyframes rotateOutDownRight {
	0% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(-90deg);
		opacity: 0;
	}
}

@-o-keyframes rotateOutDownRight {
	0% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(-90deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		transform-origin: right bottom;
		transform: rotate(-90deg);
		opacity: 0;
	}
}

.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	-moz-animation-name: rotateOutDownRight;
	-o-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight;
}
@-webkit-keyframes hinge {
	0% { -webkit-transform: rotate(0); -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; }	
	20%, 60% { -webkit-transform: rotate(80deg); -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; }	
	40% { -webkit-transform: rotate(60deg); -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; }	
	80% { -webkit-transform: rotate(60deg) translateY(0); opacity: 1; -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; }	
	100% { -webkit-transform: translateY(700px); opacity: 0; }
}

@-moz-keyframes hinge {
	0% { -moz-transform: rotate(0); -moz-transform-origin: top left; -moz-animation-timing-function: ease-in-out; }	
	20%, 60% { -moz-transform: rotate(80deg); -moz-transform-origin: top left; -moz-animation-timing-function: ease-in-out; }	
	40% { -moz-transform: rotate(60deg); -moz-transform-origin: top left; -moz-animation-timing-function: ease-in-out; }	
	80% { -moz-transform: rotate(60deg) translateY(0); opacity: 1; -moz-transform-origin: top left; -moz-animation-timing-function: ease-in-out; }	
	100% { -moz-transform: translateY(700px); opacity: 0; }
}

@-o-keyframes hinge {
	0% { -o-transform: rotate(0); -o-transform-origin: top left; -o-animation-timing-function: ease-in-out; }	
	20%, 60% { -o-transform: rotate(80deg); -o-transform-origin: top left; -o-animation-timing-function: ease-in-out; }	
	40% { -o-transform: rotate(60deg); -o-transform-origin: top left; -o-animation-timing-function: ease-in-out; }	
	80% { -o-transform: rotate(60deg) translateY(0); opacity: 1; -o-transform-origin: top left; -o-animation-timing-function: ease-in-out; }	
	100% { -o-transform: translateY(700px); opacity: 0; }
}

@keyframes hinge {
	0% { transform: rotate(0); transform-origin: top left; animation-timing-function: ease-in-out; }	
	20%, 60% { transform: rotate(80deg); transform-origin: top left; animation-timing-function: ease-in-out; }	
	40% { transform: rotate(60deg); transform-origin: top left; animation-timing-function: ease-in-out; }	
	80% { transform: rotate(60deg) translateY(0); opacity: 1; transform-origin: top left; animation-timing-function: ease-in-out; }	
	100% { transform: translateY(700px); opacity: 0; }
}

.hinge {
	-webkit-animation-name: hinge;
	-moz-animation-name: hinge;
	-o-animation-name: hinge;
	animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
	0% { opacity: 0; -webkit-transform: translateX(-100%) rotate(-120deg); }
	100% { opacity: 1; -webkit-transform: translateX(0px) rotate(0deg); }
}

@-moz-keyframes rollIn {
	0% { opacity: 0; -moz-transform: translateX(-100%) rotate(-120deg); }
	100% { opacity: 1; -moz-transform: translateX(0px) rotate(0deg); }
}

@-o-keyframes rollIn {
	0% { opacity: 0; -o-transform: translateX(-100%) rotate(-120deg); }
	100% { opacity: 1; -o-transform: translateX(0px) rotate(0deg); }
}

@keyframes rollIn {
	0% { opacity: 0; transform: translateX(-100%) rotate(-120deg); }
	100% { opacity: 1; transform: translateX(0px) rotate(0deg); }
}

.rollIn {
	-webkit-animation-name: rollIn;
	-moz-animation-name: rollIn;
	-o-animation-name: rollIn;
	animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
    0% {
		opacity: 1;
		-webkit-transform: translateX(0px) rotate(0deg);
	}

    100% {
		opacity: 0;
		-webkit-transform: translateX(100%) rotate(120deg);
	}
}

@-moz-keyframes rollOut {
    0% {
		opacity: 1;
		-moz-transform: translateX(0px) rotate(0deg);
	}

    100% {
		opacity: 0;
		-moz-transform: translateX(100%) rotate(120deg);
	}
}

@-o-keyframes rollOut {
    0% {
		opacity: 1;
		-o-transform: translateX(0px) rotate(0deg);
	}

    100% {
		opacity: 0;
		-o-transform: translateX(100%) rotate(120deg);
	}
}

@keyframes rollOut {
    0% {
		opacity: 1;
		transform: translateX(0px) rotate(0deg);
	}

    100% {
		opacity: 0;
		transform: translateX(100%) rotate(120deg);
	}
}

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

/* originally authored by Angelo Rohit - https://github.com/angelorohit */

@-webkit-keyframes lightSpeedIn {
	0% { -webkit-transform: translateX(100%) skewX(-30deg); opacity: 0; }
	60% { -webkit-transform: translateX(-20%) skewX(30deg); opacity: 1; }
	80% { -webkit-transform: translateX(0%) skewX(-15deg); opacity: 1; }
	100% { -webkit-transform: translateX(0%) skewX(0deg); opacity: 1; }
}

@-moz-keyframes lightSpeedIn {
	0% { -moz-transform: translateX(100%) skewX(-30deg); opacity: 0; }
	60% { -moz-transform: translateX(-20%) skewX(30deg); opacity: 1; }
	80% { -moz-transform: translateX(0%) skewX(-15deg); opacity: 1; }
	100% { -moz-transform: translateX(0%) skewX(0deg); opacity: 1; }
}

@-o-keyframes lightSpeedIn {
	0% { -o-transform: translateX(100%) skewX(-30deg); opacity: 0; }
	60% { -o-transform: translateX(-20%) skewX(30deg); opacity: 1; }
	80% { -o-transform: translateX(0%) skewX(-15deg); opacity: 1; }
	100% { -o-transform: translateX(0%) skewX(0deg); opacity: 1; }
}

@keyframes lightSpeedIn {
	0% { transform: translateX(100%) skewX(-30deg); opacity: 0; }
	60% { transform: translateX(-20%) skewX(30deg); opacity: 1; }
	80% { transform: translateX(0%) skewX(-15deg); opacity: 1; }
	100% { transform: translateX(0%) skewX(0deg); opacity: 1; }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    -moz-animation-name: lightSpeedIn;
    -o-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;

    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

.animated.lightSpeedIn {
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

/* originally authored by Angelo Rohit - https://github.com/angelorohit */

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

@-moz-keyframes lightSpeedOut {
	0% { -moz-transform: translateX(0%) skewX(0deg); opacity: 1; }
	100% { -moz-transform: translateX(100%) skewX(-30deg); opacity: 0; }
}

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

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

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    -moz-animation-name: lightSpeedOut;
    -o-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;

    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

.animated.lightSpeedOut {
    -webkit-animation-duration: 0.25s;
    -moz-animation-duration: 0.25s;
    -o-animation-duration: 0.25s;
    animation-duration: 0.25s;
}

/* originally authored by Angelo Rohit - https://github.com/angelorohit */

@-webkit-keyframes wiggle {
    0% { -webkit-transform: skewX(9deg); }
    10% { -webkit-transform: skewX(-8deg); }
    20% { -webkit-transform: skewX(7deg); }
    30% { -webkit-transform: skewX(-6deg); }
    40% { -webkit-transform: skewX(5deg); }
    50% { -webkit-transform: skewX(-4deg); }
    60% { -webkit-transform: skewX(3deg); }
    70% { -webkit-transform: skewX(-2deg); }
    80% { -webkit-transform: skewX(1deg); }
    90% { -webkit-transform: skewX(0deg); }
	100% { -webkit-transform: skewX(0deg); }
}

@-moz-keyframes wiggle {
    0% { -moz-transform: skewX(9deg); }
    10% { -moz-transform: skewX(-8deg); }
    20% { -moz-transform: skewX(7deg); }
    30% { -moz-transform: skewX(-6deg); }
    40% { -moz-transform: skewX(5deg); }
    50% { -moz-transform: skewX(-4deg); }
    60% { -moz-transform: skewX(3deg); }
    70% { -moz-transform: skewX(-2deg); }
    80% { -moz-transform: skewX(1deg); }
    90% { -moz-transform: skewX(0deg); }
	100% { -moz-transform: skewX(0deg); }
}

@-o-keyframes wiggle {
    0% { -o-transform: skewX(9deg); }
    10% { -o-transform: skewX(-8deg); }
    20% { -o-transform: skewX(7deg); }
    30% { -o-transform: skewX(-6deg); }
    40% { -o-transform: skewX(5deg); }
    50% { -o-transform: skewX(-4deg); }
    60% { -o-transform: skewX(3deg); }
    70% { -o-transform: skewX(-2deg); }
    80% { -o-transform: skewX(1deg); }
    90% { -o-transform: skewX(0deg); }
	100% { -o-transform: skewX(0deg); }
}

@keyframes wiggle {
    0% { transform: skewX(9deg); }
    10% { transform: skewX(-8deg); }
    20% { transform: skewX(7deg); }
    30% { transform: skewX(-6deg); }
    40% { transform: skewX(5deg); }
    50% { transform: skewX(-4deg); }
    60% { transform: skewX(3deg); }
    70% { transform: skewX(-2deg); }
    80% { transform: skewX(1deg); }
    90% { transform: skewX(0deg); }
	100% { transform: skewX(0deg); }
}

.wiggle {
    -webkit-animation-name: wiggle;
    -moz-animation-name: wiggle;
    -o-animation-name: wiggle;
    animation-name: wiggle;

    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

.animated.wiggle {
    -webkit-animation-duration: 0.75s;
    -moz-animation-duration: 0.75s;
    -o-animation-duration: 0.75s;
    animation-duration: 0.75s;
}
@import url(https://fonts.googleapis.com/css?family=Dancing+Script);

.tbbs-text-center{
	text-align: center;
}
.tbbs-text-left{
	text-align: left;
}
.tbbs-text-right{
	text-align: right;
}

#tbbs_imagelightbox{
    cursor: pointer;
	position: fixed;
	z-index: 10000;

	-ms-touch-action: none;
	touch-action: none;

	-webkit-box-shadow: 0 0 3.125em rgba( 0, 0, 0, .75 ); /* 50 */
	box-shadow: 0 0 3.125em rgba( 0, 0, 0, .75 ); /* 50 */
}
#imagelightbox-loading,
#imagelightbox-loading div
{
	border-radius: 50%;
}
#imagelightbox-loading
{
	width: 2.5em; /* 40 */
	height: 2.5em; /* 40 */
	background-color: #444;
	background-color: rgba( 0, 0, 0, .5 );
	position: fixed;
	z-index: 10003;
	top: 50%;
	left: 50%;
	padding: 0.625em; /* 10 */
	margin: -1.25em 0 0 -1.25em; /* 20 */

	-webkit-box-shadow: 0 0 2.5em rgba( 0, 0, 0, .75 ); /* 40 */
	box-shadow: 0 0 2.5em rgba( 0, 0, 0, .75 ); /* 40 */
}
#imagelightbox-loading div
{
	width: 1.25em; /* 20 */
	height: 1.25em; /* 20 */
	background-color: #fff;

	-webkit-animation: imagelightbox-loading .5s ease infinite;
	animation: imagelightbox-loading .5s ease infinite;
}

@-webkit-keyframes imagelightbox-loading
{
	from { opacity: .5;	-webkit-transform: scale( .75 ); }
	50%	 { opacity: 1;	-webkit-transform: scale( 1 ); }
	to	 { opacity: .5;	-webkit-transform: scale( .75 ); }
}
@keyframes imagelightbox-loading
{
	from { opacity: .5;	transform: scale( .75 ); }
	50%	 { opacity: 1;	transform: scale( 1 ); }
	to	 { opacity: .5;	transform: scale( .75 ); }
}


/* OVERLAY */

#imagelightbox-overlay
{
	background-color: #fff;
	background-color: rgba( 255, 255, 255, .9 );
	position: fixed;
	z-index: 9998;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

/* Bears Carousel */
.bs-carousel-layout-default{}
.bs-carousel-layout-default .bs-carousel-container{}
.bs-carousel-layout-default .bs-carousel-container .item{}
.bs-carousel-layout-default .bs-carousel-container .item .item-thumbnail{
	border: 10px solid #fff;
    border-radius: 1px;
    box-shadow: 0 0 3px -1px rgba(16, 16, 16, 0.4);
    margin: 5px 0 0 5px;
    width: calc(100% - 10px);
    position: relative;
}
.bs-carousel-layout-default .bs-carousel-container .item .item-thumbnail .box-icon{
	position: absolute;
	left: 50%;
	top: 60%;
	transform: translate3d(-50%, -50%, 0);
	-webkit-transform: translate3d(-50%, -50%, 0);
	z-index: -1;
	opacity: 0;
	transition: .5s;
	-webkit-transition: .5s;
}
.bs-carousel-layout-default .bs-carousel-container .item .item-thumbnail:hover .box-icon{
	z-index: 10;
	opacity: 1;
	top: 50%;
}
.bs-carousel-layout-default .bs-carousel-container .item .item-thumbnail .box-icon .icon-handle{
	width: 36px;
	height: 36px;
	line-height: 36px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	border-radius: 50%;
	background: rgba(16,16,16,.8);
	color: #FFF;
}
.bs-carousel-layout-default .bs-carousel-container .item .item-thumbnail .box-icon .icon-handle i{
	line-height: normal;
	font-size: 12px;
}
.bs-carousel-layout-default .bs-carousel-container .item .item-info{
	padding: 0 20px;
}
.bs-carousel-layout-default .bs-carousel-container .item .item-info .title{
	font-size: 14px;
    letter-spacing: 2px;
    margin: 15px 0 5px;
    text-transform: uppercase;
    line-height: normal;
}
.bs-carousel-layout-default .bs-carousel-container .item .item-info .content{
	font-size: 12px;
	line-height: normal;
}
.bs-carousel-layout-default .bs-carousel-container .owl-controls{
	text-align: center;
}
.bs-carousel-layout-default .bs-carousel-container .owl-controls .owl-nav{

}
.bs-carousel-layout-default .bs-carousel-container .owl-controls .owl-nav .owl-prev,
.bs-carousel-layout-default .bs-carousel-container .owl-controls .owl-nav .owl-next{
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: rgba(0,0,0,.8);
	font-size: 0;
	z-index: 10;
	vertical-align: top;
	opacity: 0;
	transition: .3s;
	-webkit-transition: .3s;

	position: absolute;
	top: 30%;
}
.bs-carousel-layout-default .bs-carousel-container:hover .owl-controls .owl-nav .owl-prev,
.bs-carousel-layout-default .bs-carousel-container:hover .owl-controls .owl-nav .owl-next{
	opacity: 1;	
}
.bs-carousel-layout-default .bs-carousel-container .owl-controls .owl-prev{
	left: 30px;
}
.bs-carousel-layout-default .bs-carousel-container .owl-controls .owl-next{
	right: 30px;
}
.bs-carousel-layout-default .bs-carousel-container .owl-controls .owl-nav .owl-prev:after,
.bs-carousel-layout-default .bs-carousel-container .owl-controls .owl-nav .owl-next:after{
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	color: #FFF;
	font-size: 15px;

	font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}
.bs-carousel-layout-default .bs-carousel-container .owl-controls .owl-nav .owl-prev:after{
	content: "\f104";
}
.bs-carousel-layout-default .bs-carousel-container .owl-controls .owl-nav .owl-next:after{
	content: "\f105";
}
.bs-carousel-layout-default .bs-carousel-container .owl-controls .owl-dots{
	line-height: normal;
	margin-top: 20px;
}
.bs-carousel-layout-default .bs-carousel-container .owl-controls .owl-dots .owl-dot{
	display: inline-block;
	vertical-align: top;
}
.bs-carousel-layout-default .bs-carousel-container .owl-controls .owl-dots .owl-dot span{
	display: inline-block;
	width: 12px;
	height: 12px;
	background: #ccc;
	border-radius: 50%;

	transition: .3s;
	-webkit-transition: .3s;
}
.bs-carousel-layout-default .bs-carousel-container .owl-controls .owl-dots .owl-dot.active span{
	background: #333;
}
.bs-carousel-layout-default .bs-carousel-container .owl-controls .owl-dots .owl-dot:not(:last-child){
	margin-right: 6px; 
}

/* Bears Block */
.bs-block-layout-icon{}
.bs-block-layout-icon .bs-block-container{
	padding: 30px 20px;
	border-radius: 1px;
}
.bs-block-layout-icon .bs-block-container .bs-block-icon{}
.bs-block-layout-icon .bs-block-container .bs-block-icon span{
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
	border: solid 1px;
}
.bs-block-layout-icon .bs-block-container .title{
	margin: 20px 0 2px 0;
	font-size: 35px;
}
.bs-block-layout-icon .bs-block-container .sub-title{
	font-size: 11px;
    font-weight: bold;
    margin: 0;
}

.bs-block-layout-icon .bs-block-container .bs-block-icon-inline,
.bs-block-layout-icon .bs-block-container .bs-block-text{
	display: inline-block;
	vertical-align: middle;
}
.bs-block-layout-icon .bs-block-container .bs-block-icon-inline{
	width: 50px;
	text-align: center;
}
.bs-block-layout-icon .bs-block-container .bs-block-icon-inline span{}
.bs-block-layout-icon .bs-block-container .bs-block-icon-inline span i{
	font-size: 28px;
}
.bs-block-layout-icon .bs-block-container .bs-block-text{
	margin-left: 5px;
    width: calc(100% - 60px);
}
.bs-block-layout-icon .bs-block-container .bs-block-text .title-inline{
	margin: 0 0 2px 0;
	font-size: 14px;
	line-height: normal;
}
.bs-block-layout-icon .bs-block-container .bs-block-text .sub-title-inline{
	margin: 0;
	line-height: normal;
	font-size: 11px;
}
.bs-block-layout-icon .bs-block-container.tbbs-no-padding{
	padding: 0;
}

/* Bears Masonry */
.bs-masonry{
	position: relative;
}
.bs-masonry .tbbs-filter-container{
	/*margin-bottom: 20px;*/
}
.bs-masonry.bs-masonry-layout-creative{
	width: 100%;
}
.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid{
	width: 100%;
	margin: 0 auto;
}
.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .grid-item.grid:after {
  	content: '';
  	display: block;
  	clear: both;
}
.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item .item-thumbnail{
	width: 100%;
	height: 100%;
	position: relative;
	left: 0;
	top: 0;
}
.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item .item-thumbnail img{
	max-width: 100%;
}

.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item .item-info{
	position: relative;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	background: rgba(16, 16, 16, 0.7) none repeat scroll 0 0;
	transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	opacity: 0;

	transition: .3s;
	-webkit-transition: .3s;
}
.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item:hover .item-info{
	opacity: 1;
}
.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item .item-info .info-inner{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	z-index: 11;
	width: 80%;
	text-align: center;
}
.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item .item-info .info-inner .taxonomy{
	color: #ea373a;
    font-size: 10px;
    line-height: normal;
    margin-bottom: 12px;
}
.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.woocommerce-item .item-info .info-inner .taxonomy{
	margin-bottom: 2px;
}
.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item .item-info .info-inner .taxonomy a{
	border: medium none;
    color: #ea373a;
    font-size: 8px;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0 1px;
    text-transform: uppercase;
}
.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item .item-info .info-inner .title{
	color: #fff;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 3px;
    line-height: normal;
    margin: 0 0 2px;
    text-transform: uppercase;
}
.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item.woocommerce-item .item-info .info-inner .title{
	margin: 0 0 16px;
}
.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item .item-info .info-inner .price{
	font-size: 13px;
    font-style: italic;
    margin-bottom: 10px;
    line-height: normal;
    font-weight: bold;
}
.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item .item-info .info-inner .price .amount,
.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item .item-info .info-inner .price ins{
	color: #ea373a;
	background: none;
	text-decoration: none;
	border: none;
}
.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item .item-info .info-inner .price del .amount{
	color: #aaa;
	margin-right: 5px;
}

.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item .item-info .info-inner .handle a{
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    border: medium none;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    height: 36px;
    line-height: 36px;
    vertical-align: middle;
    width: 36px;

    transition: .3s;
    -webkit-transition: .3s;
}
.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item .item-info .info-inner .handle a.icon-add-to-cart{
	width: 42px;
	height: 42px;
	line-height: 42px;
	background: rgba(234,55,58,.9);
}
.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item .item-info .info-inner .handle a.icon-add-to-cart i.icon{
	margin: 0;
	line-height: normal;
	width: auto;
	font-size: 16px;
}
.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item .item-info .info-inner .handle a.icon-add-to-cart.loading{
	position: relative;
	animation: ajaxhandle infinite .8s alternate-reverse;
	-webkit-animation: ajaxhandle infinite .8s alternate-reverse;
}
.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item .item-info .info-inner .handle a.icon-add-to-cart.loading:after{
	content: "\f110";
	font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;

	font-size: 13px;
	color: #FFF;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
}
.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item .item-info .info-inner .handle a.icon-add-to-cart.loading i{
	opacity: 0;
}

@keyframes viewcartslideup{
	from{ top: calc(100% + 12px); opacity: 0; }
	to{ top: calc(100% + 8px); opacity: 1; }
}
@-webkit-keyframes viewcartslideup{
	from{ top: calc(100% + 12px); opacity: 0; }
	to{ top: calc(100% + 8px); opacity: 1; }
}
.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item .item-info .info-inner .handle a.added_to_cart{
	animation: viewcartslideup .3s;
	-webkit-animation: viewcartslideup .3s;

	white-space: nowrap;
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    box-shadow: none;
    color: #fff;
    font-size: 8px;
    font-style: italic;
    left: 50%;
    letter-spacing: 2px;
    line-height: normal;
    position: absolute;
    text-transform: uppercase;
    top: calc(100% + 8px);
    transform: translateX(-50%);
    width: auto;
	-webkit-transform: translateX(-50%);
}
.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item .item-info .info-inner .handle a:hover{
	background: #ea373a;
}
.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item .item-info .info-inner .handle a:not(:last-child){
	margin-right: 0;
}
.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item .item-info .info-inner .content{

}

.bs-masonry .tbbs-masonry-grid .tbbs-grid-item .ui-resizable-handle{
	opacity: 0;
}
.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item:hover .ui-resizable-handle{
	opacity: 1;
}
.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .tbbs-grid-item{
	
}
.bs-masonry.bs-masonry-layout-creative .tbbs-masonry-grid .grid-item{
	float: left;
}

.gutter-sizer { width: 0%; }

.grid-sizer,
.grid-item { width: calc(100% / 4); }
.grid-item--width3 { width: calc(100% / 3); }
.grid-item--width2 { width: calc(100% / 2); }
.grid-item--width75 { width: 75%; }
.grid-item--width1 { width: 100%; }

.bs-masonry .tbbs-masonry-save-btn{
	background: #87bf18 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-style: italic;
    padding: 0 15px;
    line-height: 48px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 10px;
    height: 48px;
    opacity: 0;
    white-space: nowrap;
    text-align: center;
    z-index: 20;
}
@-webkit-keyframes ajaxhandle{
	from { opacity: 1; }
	to { opacity: .3; }
}
@keyframes ajaxhandle{
	from { opacity: 1; }
	to { opacity: .3; }
}
.tbbs-ajax-handle{
	animation: ajaxhandle .8s infinite alternate-reverse;
	-webkit-animation: ajaxhandle .8s infinite alternate-reverse;
	pointer-events: none;
}
.bs-masonry:hover .tbbs-masonry-save-btn{
	opacity: 1;
	outline: none;
	border: none;
}
.bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap{
	padding: 0;
	display: inline-block;
	background: #FAFAFA;
	padding: 0 5px;
	border-radius: 50px;
}
.bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap .tbbs-filter-item{
	list-style: none;
	display: inline-block;
	vertical-align: top;
	position: relative;
	line-height: normal;
}
.bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap .tbbs-filter-item:not(:last-child):after{
	color: #555;
    content: "-";
    font-size: 10px;
    line-height: normal;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) translateX(50%);
    -webkit-transform: translateY(-50%) translateX(50%);
}
.bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap .tbbs-filter-item a{
	border: medium none;
    color: #999;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: normal;
    outline: medium none !important;
    padding: 12px 16px;
    position: relative;
    text-transform: lowercase;

	transition: .3s;
	-webkit-transition: .3s;
}
.bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap .tbbs-filter-item a sup{
	font-size: 7px;
}
.bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap .tbbs-filter-item a:before,
.bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap .tbbs-filter-item a:after{
	transition: .3s;
	-webkit-transition: .3s;
}
.bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap .tbbs-filter-item.tbbs-filter-current a{
	color: #FA3940;
}
.bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap .tbbs-filter-item.tbbs-filter-current a:before,
.bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap .tbbs-filter-item.tbbs-filter-current a:after {
	content: "";
	width: 4px;
	height: 1px;
	position: absolute;
	background: #FA3940;
}
.bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap .tbbs-filter-item.tbbs-filter-current a:after{
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.bs-masonry.bs-masonry-layout-creative .tbbs-filter-wrap .tbbs-filter-item.tbbs-filter-current a:before{
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.bs-masonry .tbbs-filter-select-wrap{
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-bottom: 20px;
}
.bs-masonry .tbbs-filter-select-wrap .tbbs-filter-value{
	background: #fff none repeat scroll 0 0;
    border: 1px solid #eee;
    border-radius: 1px;
    color: #555;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0;
    min-width: 200px;
    padding: 10px 14px;
    position: relative;
    text-align: left;
}
.bs-masonry .tbbs-filter-select-wrap .tbbs-filter-value i{
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	color: #ccc;
}
.bs-masonry .tbbs-filter-select-items{
	display: none;
	background: #fff none repeat scroll 0 0;
    border-radius: 1px;
    left: 0;
    min-width: 100%;
    position: absolute;
    top: calc(100% + 9px);
    z-index: 30;
    opacity: .95;
    border: solid 1px #eee;
    margin: 0;

    transition: .3s;
    -webkit-transition: .3s;
}
.bs-masonry .tbbs-filter-select-items:before{
	content: "";
	border: solid 7px transparent;
	border-bottom-color: #e9e9e9;
	position: absolute;
	top: -14px;
	left: 10px;
}
@keyframes tbbseSelectFilterUp{
	from{ transform: translateY( 10px ); }
	to{ transform: translateY( 0px );  }
}
@-webkit-keyframes tbbseSelectFilterUp{
	from{ transform: translateY( 10px ); }
	to{ transform: translateY( 0px );  }
}
.bs-masonry .tbbs-filter-select-wrap.tbbs-select-active .tbbs-filter-select-items{
	display: block;
	animation: tbbseSelectFilterUp .3s;
	-webkit-animation: tbbseSelectFilterUp .3s;
}
.bs-masonry .tbbs-filter-select-items .tbbs-filter-item{
	list-style: none;
	line-height: normal;
}
.bs-masonry .tbbs-filter-select-items .tbbs-filter-item:nth-child(odd){
	background: #fafafa;
}
.bs-masonry .tbbs-filter-select-items .tbbs-filter-item a{
	border: medium none;
    color: #555;
    display: inline-block;
    font-size: 12px;
    font-style: italic;
    letter-spacing: 1px;
    padding: 9px 12px;
    white-space: nowrap;
    width: 100%;
    opacity: 0.5;
    outline: none;

    transition: .3s;
    -webkit-transition: .3s;
}
.bs-masonry .tbbs-filter-select-items .tbbs-filter-item.tbbs-filter-current a,
.bs-masonry .tbbs-filter-select-items .tbbs-filter-item a:hover{
	opacity: 1;
}
.bs-masonry .tbbs-filter-select-items .tbbs-filter-item.tbbs-filter-current a{
	font-weight: bold;
}

.bs-masonry .tbbs-filter-line-black-wrap{
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding: 0 10px;
	background: #2B2B2B;
}
.bs-masonry .tbbs-filter-line-black-wrap .tbbs-filter-item{
	display: inline-block;
	vertical-align: top;
	line-height: normal;
	position: relative;
}
.bs-masonry .tbbs-filter-line-black-wrap .tbbs-filter-item:not(:last-child):after{
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	width: 1px;
	height: 3px;
	background: #606261;
}
.bs-masonry .tbbs-filter-line-black-wrap .tbbs-filter-item a{
	border: medium none;
    color: #929493;
    display: inline-block;
    font-size: 9px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: normal;
    outline: medium none;
    padding: 12px 20px;
    text-transform: uppercase;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}
.bs-masonry .tbbs-filter-line-black-wrap .tbbs-filter-item.tbbs-filter-current a{
	color: #FFF;
	position: relative;
}
.bs-masonry .tbbs-filter-line-black-wrap .tbbs-filter-item.tbbs-filter-current a:after,
.bs-masonry .tbbs-filter-line-black-wrap .tbbs-filter-item.tbbs-filter-current a:before{
	content: "";
	position: absolute;
	left: 50%;
	border: solid 3px transparent;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	z-index: 10;
}
.bs-masonry .tbbs-filter-line-black-wrap .tbbs-filter-item.tbbs-filter-current a:after{
	top: 0;
	border-top-color: #FFF;
}
/*.bs-masonry .tbbs-filter-line-black-wrap .tbbs-filter-item.tbbs-filter-current a:before{
	bottom: 0;
	border-bottom-color: #FFF;
}*/

.bs-masonry .ui-resizable-handle {
    display: block;
    font-size: 0.1px;
    position: absolute;
}
.bs-masonry .ui-resizable-handle.ui-resizable-se{
    bottom: 1px;
    cursor: se-resize;
    height: 12px;
    right: 1px;
    width: 12px;
}
.bs-masonry .ui-resizable-handle.ui-resizable-se:after{
	content: "↘";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	font-size: 12px;
	color: #999;
	text-indent: initial;
}
.bs-masonry .tbbs-masonryloadmore-container{
	margin-top: 30px;
	width: 100%;
	text-align: center;
}
.bs-masonry .tbbs-btn-masonry-loadmore{
	background: #333 none repeat scroll 0 0;
    border: medium none;
    border-radius: 40px;
    color: #fff;
    display: inline-block;
    font-size: 8px;
    letter-spacing: 4px;
    line-height: normal;
    padding: 10px 20px;
    text-transform: uppercase;
    outline: none;
    font-weight: bold;
    
    transition: .3s;
    -webkit-transition: .3s;
}
.bs-masonry .tbbs-btn-masonry-loadmore:hover{
	opacity: .8;
}

/* START woofavorite */
.bs-woofavorite{
	position: fixed;
	z-index: 99;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0,0,0,.95);
	box-shadow: 0 20px 0 0 rgba(0,0,0,.95);
	text-align: left;
	padding: 20px 0;

	transform: translateY(100%);
	-webkit-transform: translateY(100%);
}
.bs-woofavorite .show-hide-wishlist{
	background: rgba(0,0,0,.95);
	padding: 8px 15px;
    position: absolute;
    right: 100px;
    text-align: center;
    top: -3px;
    line-height: normal;
    border-radius: 1px;
    opacity: 0;
    transition: .3s;
    -webkit-transition: .3s;
}
.bs-woofavorite.has-item .show-hide-wishlist{
	transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	opacity: 1;
}
.bs-woofavorite .show-hide-wishlist span{
	margin-right: 2px;
}
.bs-woofavorite .show-hide-wishlist span,
.bs-woofavorite .show-hide-wishlist i{
	font-size: 10px;
	display: inline-block;
	vertical-align: middle;
}
.bs-woofavorite .heading{
	color: #FFF;
	line-height: normal;
	margin: 0 0 15px;
}
.bs-woofavorite .bs-favorite-item{
	width: 100%;
	position: relative;
}
.bs-woofavorite .bs-favorite-item:after{
	content: "";
	background: rgba(255,255,255,.8);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	transition: .3s;
	-webkit-transition: .3s;
}
.bs-woofavorite .bs-favorite-item .thumb{
	width: 100%;
	height: 280px;
}
.bs-woofavorite .bs-favorite-item .info{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 20px;
	z-index: 3;
	opacity: 0;
	transition: .3s;
	-webkit-transition: .3s;
}
.bs-woofavorite .bs-favorite-item:hover:after{
	opacity: 1;
}
.bs-woofavorite .bs-favorite-item:hover .info{
	opacity: 1;
}
.bs-woofavorite .bs-favorite-item .info .title{
	font-size: 16px;
	margin: 0 0 2px 0;
	line-height: normal;
	color: #333;
}
.bs-woofavorite .bs-favorite-item .info .price del,
.bs-woofavorite .bs-favorite-item .info .price .amount{
	font-weight: bold;
	font-size: 11px;
	color: #333;
}
.bs-woofavorite .bs-favorite-item .info .price del,
.bs-woofavorite .bs-favorite-item .info .price del .amount{
	color: #999;
	font-weight: normal;
}
.bs-woofavorite .bs-favorite-item .info .price ins{
	text-decoration: none;
	border: none;
}
.bs-woofavorite .bs-favorite-item .info .handle{
	position: absolute;
	right: 11px;
	bottom: 10px;
}
.bs-woofavorite .bs-favorite-item .info .handle .add_to_cart_button{
	font-size: 28px;
	color: #333;
}
.bs-woofavorite .bs-favorite-item .info .handle .add_to_cart_button.loading{
	animation: ajaxhandle infinite .8s alternate-reverse;
	-webkit-animation: ajaxhandle infinite .8s alternate-reverse;
}
.bs-woofavorite .bs-favorite-item .info .handle .add_to_cart_button i.icon{
	margin: 0;
	width: auto;
	line-height: normal;
}
.bs-woofavorite .bs-favorite-item .info .handle .added_to_cart{
	border: 1px solid #555;
    border-radius: 20px;
    color: #333;
    font-size: 11px;
    left: -5px;
    padding: 2px 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-100%);
    -webkit-transform: translateY(-50%) translateX(-100%);
    white-space: nowrap;
    z-index: 3;
}
.bs-woofavorite #bs-woofavorite-items{
	
}
.bs-woofavorite #bs-woofavorite-items .owl-controls .owl-nav > div{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	line-height: normal;
	color: #333;
	font-size: 40px;
	transition: .3s;
	-webkit-transition: .3s;
	opacity: 0;
}
.bs-woofavorite #bs-woofavorite-items .owl-controls .owl-nav > div.owl-prev{
	left: -10px
}
.bs-woofavorite #bs-woofavorite-items .owl-controls .owl-nav > div.owl-next{
	right: -10px;
}
.bs-woofavorite #bs-woofavorite-items:hover .owl-controls .owl-nav > div.owl-prev{
	left: 10px;
	opacity: 1;
}
.bs-woofavorite #bs-woofavorite-items:hover .owl-controls .owl-nav > div.owl-next{
	right: 10px;
	opacity: 1;
}
/* END woofavorite */

/* product slider Create New */
.bs_signle_product_slider{
	display: inline-block;
	width: 100%;
	position: relative;
}
.bs_signle_product_slider .slider-items{
	position: relative;
}
.bs_signle_product_slider .slider-items .item{
	opacity: 0;
	display: none;
	position: relative;
}
.bs_signle_product_slider .slider-items .item.current{
	opacity: 1;
	display: block;
}
.bs_signle_product_slider .slider-items .item .icon-view-lightbox{
	color: #999;
    font-size: 20px;
    left: 10px;
    line-height: normal;
    opacity: 0.8;
    position: absolute;
    top: 10px;
    z-index: 8;
}
.bs_signle_product_slider .slider-items .item img{
	width: 100%;
}
.bs_signle_product_slider .control{
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	padding: 0 20px;
	text-align: right;
}
.bs_signle_product_slider .control .nav,
.bs_signle_product_slider .control .num-display{
	display: inline-block;
	vertical-align: middle;
}
.bs_signle_product_slider .control .nav{
	font-size: 26px;
}
.bs_signle_product_slider .control .nav.prev{
	transform: translateY(-6px);
	-webkit-transform: translateY(-6px);
}
.bs_signle_product_slider .control .nav.next{
	transform: translateY(6px);
	-webkit-transform: translateY(6px);
}
.bs_signle_product_slider .control .num-display{
	margin: 0 10px;
	font-family: 'Dancing Script', cursive;
	font-size: 18px;
}

/* START bs_signle_product_slider_slick */
.bs_signle_product_slider_slick{}
.bs_signle_product_slider_slick .woo-slider-nav{
	margin-top: 4px;
	position: relative;
}
.bs_signle_product_slider_slick .woo-slider-nav .item{
	padding: 4px
}
.bs_signle_product_slider_slick .woo-slider-nav .item img{
	transition: .3s;
	-webkit-transition: .3s;
}
.bs_signle_product_slider_slick .woo-slider-nav .item.slick-current img{
	padding: 2px;
	border: solid 1px #ccc;
}
.bs_signle_product_slider_slick .woo-slider-nav .slick-arrow{
	position: absolute;
	top: 50%;
	background: transparent;
	border: none;
	z-index: 9;
	padding: 1px 6px;
	background: rgba(0,0,0,.5);
	color: #FFF;
	opacity: 0;
	transition: .3s;
	-webkit-transition: .3s;
}
.bs_signle_product_slider_slick .woo-slider-nav .slick-arrow:hover{
	background: rgba(0,0,0,1);
}
.bs_signle_product_slider_slick .woo-slider-nav .slick-arrow.woo-slick-prev{
	left: 0;
	transform: translateY(-50%) translateX(-100%);
	-webkit-transform: translateY(-50%) translateX(-100%);
}
.bs_signle_product_slider_slick .woo-slider-nav .slick-arrow.woo-slick-next{
	right: 0;
	transform: translateY(-50%) translateX(100%);
	-webkit-transform: translateY(-50%) translateX(100%);
}
.bs_signle_product_slider_slick:hover .woo-slider-nav .slick-arrow{
	transform: translateY(-50%) translateX(0) !important;
	-webkit-transform: translateY(-50%) translateX(0) !important;
	opacity: 1;
}
/* END bs_signle_product_slider_slick */

/* START bs-social */
.bs-social{
	font-size: 0;
	line-height: normal;
}
.bs-social .bs-social-item{
	display: inline-block;
	vertical-align: top;
	padding: 10px 0;
	width: 42px;
	text-align: center;
	font-size: 14px;
	background: #333;
	color: #FFF;
	opacity: 1;

	transition: .3s;
	-webkit-transition: .3s;
}
.bs-social .bs-social-item:hover{
	opacity: .8;
}
.bs-social .bs-social-item.s-facebook{
	background: #425F9C;
}
.bs-social .bs-social-item.s-twitter{
	background: #1DA1F2;
}
.bs-social .bs-social-item.s-google{
	background: #DC4A38;
}
.bs-social .bs-social-item.s-pinterest{
	background: #B7071B;
}
.bs-social .bs-social-item.s-instagram{
	background: #004879;
}
/* END bs-social */

/* pricing table */
.bs-pricing-table.bs-template-default{
	text-align: center;
	margin-bottom: 30px;
}
.bs-pricing-table.bs-template-default .bs-pricing-item.layout-default{
	border-radius: 2px;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, .1);
	transition: .3s;
	-webkit-transition: .3s;
}
.bs-pricing-table.bs-template-default .bs-pricing-item.layout-default:hover,
.bs-pricing-table.bs-template-default .bs-pricing-item.layout-default.__active{
	box-shadow: 0 0 9px -2px rgba(0, 0, 0, .2);
	// background: #FED700;
}
.bs-pricing-table.bs-template-default .bs-pricing-item.layout-default:hover .btn-wrap .button,
.bs-pricing-table.bs-template-default .bs-pricing-item.layout-default.__active .btn-wrap .button{
	background: #FED700;
	color: #333;
}
.bs-pricing-table.bs-template-default .bs-pricing-item.layout-default .bs-pricing-inner{
	padding: 20px;
	position: relative;
}
.bs-pricing-table.bs-template-default .bs-pricing-item.layout-default .title{
	margin-bottom: 10px;
	font-size: 14px;
}
.bs-pricing-table.bs-template-default .bs-pricing-item.layout-default .price-ui{
	display: inline-block;
	position: relative;
}
.bs-pricing-table.bs-template-default .bs-pricing-item.layout-default .price-ui .currency{
	position: absolute;
	top: 0;
	display: inline-block;
	line-height: normal;
	font-size: 20px;
}
.bs-pricing-table.bs-template-default .bs-pricing-item.layout-default .price-ui .currency.position-left{
	left: 0;
	transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
}
.bs-pricing-table.bs-template-default .bs-pricing-item.layout-default .price-ui .currency.position-right{
	right: 0;
	transform: translateX(100%);
	-webkit-transform: translateX(100%);
}
.bs-pricing-table.bs-template-default .bs-pricing-item.layout-default .price-ui .price-num{
	display: block;
    font-size: 62px;
    line-height: 62px;
}
.bs-pricing-table.bs-template-default .bs-pricing-item.layout-default .des{
	font-size: 11px;
    font-weight: bold;
}
.bs-pricing-table.bs-template-default .bs-pricing-item.layout-default .wrap-field{
	margin: 50px 0;
}
.bs-pricing-table.bs-template-default .bs-pricing-item.layout-default .wrap-field ul{}
.bs-pricing-table.bs-template-default .bs-pricing-item.layout-default .wrap-field ul li{
	font-size: 14px;
}
.bs-pricing-table.bs-template-default .bs-pricing-item.layout-default .btn-wrap{
	position: absolute;
	width: calc(100% - 40px);
	bottom: 0;
	transform: translateY(50%);
	-webkit-transform: translateY(50%);
}
.bs-pricing-table.bs-template-default .bs-pricing-item.layout-default .btn-wrap .button{
	background: #222 none repeat scroll 0 0;
    border-radius: 1px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: normal;
    padding: 13px;
    width: 100%;
    border-radius: 50px;
    transition: .3s;
	-webkit-transition: .3s;
}

/* bs-textillate */
.bs-textillate{
	overflow: hidden;
}

/* bs row */
.bs-row{ width: 100% }
.bs-row{
	font-size: 0;
	letter-spacing: 0;
}
.bs-row .bs-col-3,
.bs-row .bs-col-4,
.bs-row .bs-col-5,
.bs-row .bs-col-6{
	display: inline-block;
	vertical-align: top;
}
.bs-row .bs-col-3{
	width: calc( 100% / 3 );
}
.bs-row .bs-col-4{
	width: calc( 100% / 4 );
}
.bs-row .bs-col-5{
	width: calc( 100% / 5 );
}
.bs-row .bs-col-6{
	width: calc( 100% / 6 );
}
@media(max-width: 969px) {
	.bs-row .bs-col-3,
	.bs-row .bs-col-4,
	.bs-row .bs-col-5,
	.bs-row .bs-col-6{
		width: calc( 100% / 4 );
	}
}
@media(max-width: 750px) {
	.bs-row .bs-col-3,
	.bs-row .bs-col-4,
	.bs-row .bs-col-5,
	.bs-row .bs-col-6{
		width: calc( 100% / 3 );
	}
}
@media(max-width: 550px) {
	.bs-row .bs-col-3,
	.bs-row .bs-col-4,
	.bs-row .bs-col-5,
	.bs-row .bs-col-6{
		width: calc( 100% / 2 );
	}
}
@media(max-width: 320px) {
	.bs-row .bs-col-3,
	.bs-row .bs-col-4,
	.bs-row .bs-col-5,
	.bs-row .bs-col-6{
		width: calc( 100% / 1 );
	}
}

/* Client logo */
.bs-clientlogo{}
.bs-clientlogo.layout-grid{
	overflow: hidden;
}
.bs-clientlogo.layout-grid .logo-item{
	box-shadow: -1px -1px 0 0 #eaeaea;
}

/* tbbs-modal-quickview-wrap */
.tbbs-modal-quickview-wrap{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.8);
	overflow: auto;
	z-index: 999999;
}
.tbbs-modal-quickview-wrap.loading:after{
	content: "";
	width: 24px;
	height: 24px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	background: url(/app/plugins/bears_shortcodes/assets/css/../images/loading.gif) no-repeat center center;
	background-size: 100%;
	border-radius: 50%;
}
.tbbs-modal-quickview-wrap.loading .tbbs-modal-container{
	opacity: 0;
	top: -30%;
}
.tbbs-modal-quickview-wrap .tbbs-modal-container{
	position: absolute;
	left: 50%;
	top: 5%;
	opacity: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	width: 860px;
	max-width: 100%;
	transition: .6s ease;
	-webkit-transition: .6s ease;
}
.tbbs-modal-quickview-wrap .tbbs-modal-container .tbbs-modal-close{
	background: #fed700 none repeat scroll 0 0;
    border-radius: 50%;
    color: #333;
    display: inline-block;
    font-size: 30px;
    height: 42px;
    line-height: 42px;
    margin: 0 auto;
    text-align: center;
    width: 42px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    cursor: pointer;
	z-index: 9;
    transition: .3s;
    -webkit-transition: .3s;
}
.tbbs-modal-quickview-wrap .tbbs-modal-container .tbbs-modal-close:after{
	// content: "";
	position: absolute;
	left: 0;
	top: 4px;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: #fed700 none repeat scroll 0 0;
	-webkit-filter: blur(12px);
	filter: blur(12px);
	border-radius: 50%;
}
.tbbs-modal-quickview-wrap .tbbs-modal-container .tbbs-modal-close:hover{
	box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.1);
}
.tbbs-modal-quickview-wrap .tbbs-modal-container .tbbs-modal-body{
	margin: 20px;
	background: #FFF;
	border-radius: 1px;
}
.tbbs-modal-quickview-wrap .tbbs-modal-container .tbbs-modal-body .woocommerce{}
.tbbs-modal-quickview-wrap .tbbs-modal-container .tbbs-modal-body .woocommerce .onsale{
	background: #fed700 none repeat scroll 0 0;
    border-radius: 30px;
    font-size: 12px;
    height: auto;
    left: 10px;
    line-height: normal;
    min-height: auto;
    padding: 3px 13px;
    top: 10px;
    z-index: 99;
}
.tbbs-modal-quickview-wrap .tbbs-modal-container .tbbs-modal-body .woocommerce .container-gallery,
.tbbs-modal-quickview-wrap .tbbs-modal-container .tbbs-modal-body .woocommerce .container-info{
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.tbbs-modal-quickview-wrap .tbbs-modal-container .tbbs-modal-body .woocommerce .container-gallery{
	width: 50%;
}
.tbbs-modal-quickview-wrap .tbbs-modal-container .tbbs-modal-body .woocommerce .container-gallery .item{
	width: 100%;
	height: 500px;
	position: relative;
}
.tbbs-modal-quickview-wrap .tbbs-modal-container .tbbs-modal-body .woocommerce .container-gallery .slick-dots{
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.tbbs-modal-quickview-wrap .tbbs-modal-container .tbbs-modal-body .woocommerce .container-gallery .slick-dots > li{
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	cursor: pointer;
	background: #333;
	transition: .3s;
	-webkit-transition: .3s;
}
.tbbs-modal-quickview-wrap .tbbs-modal-container .tbbs-modal-body .woocommerce .container-gallery .slick-dots > li.slick-active{
	background: #FED700;
	position: relative;
}
.tbbs-modal-quickview-wrap .tbbs-modal-container .tbbs-modal-body .woocommerce .container-gallery .slick-dots > li.slick-active:after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: #fed700 none repeat scroll 0 0;
	-webkit-filter: blur(2px);
	filter: blur(2px);
	border-radius: 50%;
}
.tbbs-modal-quickview-wrap .tbbs-modal-container .tbbs-modal-body .woocommerce .container-gallery .slick-dots > li > button{
	display: none;
}
.tbbs-modal-quickview-wrap .tbbs-modal-container .tbbs-modal-body .woocommerce .container-info{
	width: 50%;
}
.tbbs-modal-quickview-wrap .tbbs-modal-container .tbbs-modal-body .woocommerce .container-info .info-inner{
	padding: 20px;
	text-align: center;
}
.tbbs-modal-quickview-wrap .tbbs-modal-container .tbbs-modal-body .woocommerce .container-info .info-inner .product_title{
	font-size: 33px;
    font-weight: normal;
    line-height: normal;
    margin-bottom: 3px;
    margin-top: 20px;
}
.tbbs-modal-quickview-wrap .tbbs-modal-container .tbbs-modal-body .woocommerce .container-info .info-inner .woocommerce-product-rating{}
.tbbs-modal-quickview-wrap .tbbs-modal-container .tbbs-modal-body .woocommerce .container-info .info-inner .woocommerce-product-rating .woocommerce-review-link{
	font-family: caption;
	font-style: italic;
}
.tbbs-modal-quickview-wrap .tbbs-modal-container .tbbs-modal-body .woocommerce .container-info .info-inner .woocommerce-product-rating .star-rating{
	float: none;
	margin: 0 auto;
}
.tbbs-modal-quickview-wrap .tbbs-modal-container .tbbs-modal-body .woocommerce .container-info .info-inner .price{
	color: #333;
	font-weight: bold;
}
.tbbs-modal-quickview-wrap .tbbs-modal-container .tbbs-modal-body .woocommerce .container-info .info-inner .price ins{
	text-decoration: none;
}
.tbbs-modal-quickview-wrap .tbbs-modal-container .tbbs-modal-body .woocommerce .container-info .info-inner .price del{
	color: #999;
	margin-right: 5px;
	font-weight: normal;
}
.tbbs-modal-quickview-wrap .tbbs-modal-container .tbbs-modal-body .woocommerce .container-info .info-inner .short-decs{
	font-family: caption;
	font-style: italic;
}
.tbbs-modal-quickview-wrap .tbbs-modal-container .tbbs-modal-body .woocommerce .container-info .info-inner .add_to_cart_button{
	position: relative;
	z-index: 2;
	background: #fed700 none repeat scroll 0 0;
    border-radius: 30px;
    display: inline-block;
    font-size: 11px;
    margin: 0 auto;
    padding: 3px 0;
    text-align: center;
    width: 150px;
    margin: 30px 0;
    color: #333;
}
.tbbs-modal-quickview-wrap .tbbs-modal-container .tbbs-modal-body .woocommerce .container-info .info-inner .add_to_cart_button.added:before{
	content: "\f00c";
    font-family: FontAwesome !important;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;

	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	font-size: 10px;
}
.tbbs-modal-quickview-wrap .tbbs-modal-container .tbbs-modal-body .woocommerce .container-info .info-inner .add_to_cart_button.loading{
	animation: ajaxhandle infinite .8s alternate-reverse;
	-webkit-animation: ajaxhandle infinite .8s alternate-reverse;
}
.tbbs-modal-quickview-wrap .tbbs-modal-container .tbbs-modal-body .woocommerce .container-info .info-inner .add_to_cart_button:after{
	background: #fed700 none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    filter: blur(6px);
    -webkit-filter: blur(6px);
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 4px;
    width: 100%;
    z-index: -1;

    transition: .3s;
    -webkit-transition: .3s;
}
.tbbs-modal-quickview-wrap .tbbs-modal-container .tbbs-modal-body .woocommerce .container-info .info-inner .add_to_cart_button:active,
.tbbs-modal-quickview-wrap .tbbs-modal-container .tbbs-modal-body .woocommerce .container-info .info-inner .add_to_cart_button:hover{
	color: #333;
}
.tbbs-modal-quickview-wrap .tbbs-modal-container .tbbs-modal-body .woocommerce .container-info .info-inner .add_to_cart_button:hover:after{
	opacity: 1;
	top: 5px;
}
.tbbs-modal-quickview-wrap .tbbs-modal-container .tbbs-modal-body .woocommerce .container-info .info-inner .added_to_cart{
	display: none;
}
.tbbs-modal-quickview-wrap .tbbs-modal-container .tbbs-modal-body .woocommerce .container-info .info-inner .bs-social{}
.tbbs-modal-quickview-wrap .tbbs-modal-container .tbbs-modal-body .woocommerce .container-info .info-inner .bs-social a{
	border-radius: 50%;
	height: 32px;
	width: 32px;
	line-height: normal;
}
.tbbs-modal-quickview-wrap .tbbs-modal-container .tbbs-modal-body .woocommerce .container-info .info-inner .bs-social a i{
	line-height: 0;
}
.tbbs-modal-quickview-wrap .tbbs-modal-container .tbbs-modal-body .woocommerce .container-info .info-inner .bs-social a:not(:last-child){
	margin-right: 10px;
}
.tbbs-modal-quickview-wrap .tbbs-modal-container .tbbs-modal-body .woocommerce .container-info .info-inner .product_meta{}
@media (max-width: 768px) {
	.bs-masonry .tbbs-masonry-grid .tbbs-grid-item{
		width: 50% !important;
	}
	
	.bs-block{
		margin-bottom: 20px;
	}
}
@media (max-width: 460px) {
	.tbbs-modal-quickview-wrap .tbbs-modal-container .tbbs-modal-body .woocommerce .container-gallery,
	.tbbs-modal-quickview-wrap .tbbs-modal-container .tbbs-modal-body .woocommerce .container-info{
		width: 100%;
	}
	.tbbs-modal-quickview-wrap .tbbs-modal-container .tbbs-modal-body .woocommerce .container-gallery .item{
		height: 420px;
	}
}
@media (max-width: 414px) {
	.bs-masonry .tbbs-masonry-grid .tbbs-grid-item{
		width: 100% !important;
	}
	.bs-woofavorite .show-hide-wishlist{
		right: 30px;
	}
}
@media (max-width: 360px) {
	.bs-masonry .tbbs-masonry-grid .tbbs-grid-item{
		width: 100% !important;
	}
	.bs-woofavorite .show-hide-wishlist{
		right: 30px;
	}
}
@media (max-width: 800px){
	.bears-purchaseref-wrap{
		display: none;
	}
}
.bears-purchaseref-wrap{
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 999;
	line-height: normal;
}
.bears-purchaseref-wrap a{ 
	display: inline-block; 
	vertical-align: middle;
}
.bears-purchaseref-wrap a.link-contact-ui{
	margin-right: 10px;
	opacity: .4;
}
.bears-purchaseref-wrap a.link-contact-ui:hover{
	opacity: .6;
}
.bears-purchaseref-wrap a.link-contact-ui img{
	width: 41px;
}
.bears-purchaseref-wrap a.link-purchase-iu{
	background: #1b1b1b none repeat scroll 0 0;
    border-radius: 30px;
    display: inline-block;
    padding: 14px 18px;
    font-weight: bold;
    color: #FFF;
}
.bears-purchaseref-wrap a.link-purchase-iu span{
	font-family: caption;
    font-style: italic;
    color: #FFF;
    font-weight: 400;
}
.bears-purchaseref-wrap a.link-purchase-iu img{
	vertical-align: middle;
	display: inline-block;
	margin-top: -4px;
}
.bears-purchaseref-wrap a.link-purchase-iu img:first-child{
	margin-right: 6px;
}
