<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Babe. a Boutique &#8211; Baltimore Magazine</title>
	<atom:link href="https://www.baltimoremagazine.com/tag/babe-a-boutique/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.baltimoremagazine.com</link>
	<description>The Best of Baltimore Since 1907</description>
	<lastBuildDate>Thu, 06 Aug 2020 14:23:49 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://www.baltimoremagazine.com/wp-content/uploads/2020/08/cropped-favicon-32x32.png</url>
	<title>Babe. a Boutique &#8211; Baltimore Magazine</title>
	<link>https://www.baltimoremagazine.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Spring Fashion 2015</title>
		<link>https://www.baltimoremagazine.com/section/styleshopping/spring-fashion-what-to-wear/</link>
		
		<dc:creator><![CDATA[Mike Smith]]></dc:creator>
		<pubDate>Fri, 06 Mar 2015 16:00:00 +0000</pubDate>
				<category><![CDATA[Style & Shopping]]></category>
		<category><![CDATA[Babe. a Boutique]]></category>
		<category><![CDATA[Bijoux]]></category>
		<category><![CDATA[Brightside Boutique]]></category>
		<category><![CDATA[Handbags in the City]]></category>
		<category><![CDATA[Hats in the Belfry]]></category>
		<category><![CDATA[Hunting Ground]]></category>
		<category><![CDATA[Ma Petite Shoe]]></category>
		<category><![CDATA[Ruth Shaw]]></category>
		<category><![CDATA[Sassanova]]></category>
		<category><![CDATA[South Moon Under]]></category>
		<category><![CDATA[Spring Fashion]]></category>
		<guid isPermaLink="false">http://server2.local/BIT-SPRING/baltimoremagazine.com/html/?post_type=article&#038;p=7047</guid>

					<description><![CDATA[]]></description>
										<content:encoded><![CDATA[<div class="wpb-content-wrapper"><div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_raw_code wpb_raw_html wpb_content_element" >
		<div class="wpb_wrapper">
			<style type="text/css">@charset "UTF-8";
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/

.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
            transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
            transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
          animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
          animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
            transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
            transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
            transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
            transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
          animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
          animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  -webkit-animation-name: swing;
          animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
          animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
            transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
            transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
            transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
            transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
            transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
            transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: none;
            transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
            transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
            transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
            transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
            transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
            transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
          animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
            transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
            transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
          animation-name: bounceIn;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
          animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
          animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
          animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
          animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
          animation-name: bounceOut;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
          animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
          animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
          animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
          animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
          animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
          animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
          animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
          animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {opacity: 1;}
  100% {opacity: 0;}
}

@keyframes fadeOut {
  0% {opacity: 1;}
  100% {opacity: 0;}
}

.fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
          animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
          animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
          animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
          animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
          animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
          animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
          animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
          animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
            transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
            transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
  -webkit-animation-name: flip;
          animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
          animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
          animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
          animation-name: flipOutX;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
          animation-name: flipOutY;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
            transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
            transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
          animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
            transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
            transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
          animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
          animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
          animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
          animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
          animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
            transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
            transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
          animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
            transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
            transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
          animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
          animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
          animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
          animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
            transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
            transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
          animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
            transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
            transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
            transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
            transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
            transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
            transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
          animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
            transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
            transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
          animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
            transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
            transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
          animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
          animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
          animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
          animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
          animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
          animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
          animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
            transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
            transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
          animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
            transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
            transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
          animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
          animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
          animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
          animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
          animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
          animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
          animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
          animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
          animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
          animation-name: slideOutUp;
}
</style>
		</div>
	</div>
</div></div></div></div><div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_raw_code wpb_raw_html wpb_content_element" >
		<div class="wpb_wrapper">
			<style type="text/css">#content{
display:block;
}

.social-bar{
display:none;
}

.hero{
margin-top:20%;
margin-bottom:10%;
}

.deck2{
color:#FFF;
font-weight:200;
margin:5%;
text-align:center;
}

.byline2{
color:#FFF;
text-transform:uppercase;
font-weight:700;
margin:2%;
text-align:center;
}


.info{
display:block;

margin:0 auto;
text-align:center;
margin:5%;
}

.where{
text-transform:uppercase;
margin-top:10px;
}

.when{
font-style:italic;
margin-top:-10px;
}

.pnt{
width:15%;
height:auto;
display:block;
margin-bottom:10px;
}

.ccp-Pic{
margin-top:20px;

</style>
		</div>
	</div>
</div></div></div></div><div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_raw_code wpb_raw_html wpb_content_element" >
		<div class="wpb_wrapper">
			<div id ="content">
<div style="background:url('http://98329bfccf2a7356f7c4-b113946b17b55222ad1df26d6703a42e.r50.cf2.rackcdn.com/CCP-lead.jpg');background-size:cover;background-position:center top;">
<img decoding="async" class="hero wow zoomIn" src="http://98329bfccf2a7356f7c4-b113946b17b55222ad1df26d6703a42e.r50.cf2.rackcdn.com/CCP-logoType.png"/>
<h4 class="deck2 clan">Winter’s over and everyone’s dying to 
get out of the house. But with so many spring events&mdash;both fancy and casual&mdash;it’s hard to know what to wear. We’ve selected six popular local happenings and prescribed the perfect dress code for each. </h4>
<p class="clan byline2">by hilary geisbert<br/>
photography by david colwell</p>
<p class="info">Hair and makeup by Susan Heydt at Suze Makeup Studio for Armani Beauty. Model: Kira Dikhtyar, Q Management. Styling assistance by Lauren Bell, Kelly Coleman, and Emily Delaney. Flowers courtesy of Crimson & Clover Floral Design, Inc. </p>
<img decoding="async" class="show-for-medium-up wow  fadeInUpBig" style="margin-top:15%;" src="http://98329bfccf2a7356f7c4-b113946b17b55222ad1df26d6703a42e.r50.cf2.rackcdn.com/springFashion.png"/>
<img decoding="async" src="http://98329bfccf2a7356f7c4-b113946b17b55222ad1df26d6703a42e.r50.cf2.rackcdn.com/ccp-ghost.png" nopin="nopin"/>
</div>
<a href='javascript:void((function(){var e=document.createElement(&apos;script&apos;);e.setAttribute(&apos;type&apos;,&apos;text/javascript&apos;);e.setAttribute(&apos;charset&apos;,&apos;UTF-8&apos;);e.setAttribute(&apos;src&apos;,&apos;http://assets.pinterest.com/js/pinmarklet.js?r=&apos;+Math.random()*99999999);document.body.appendChild(e)})());'><img decoding="async" class="pnt" src="http://98329bfccf2a7356f7c4-b113946b17b55222ad1df26d6703a42e.r50.cf2.rackcdn.com/pin_it_custom.png"/></a>

<h5 class="where">Orioles Opening Day</h5>
<p class="when">Camden Yards, April 10
</p>

<p class="desc">“Os Bohs & Babes” tank ($28) at Babe. 
(a boutique). Veronica Beard baseball jacket ($895) at Ruth Shaw. J Brand low-rise slim boyfriend jeans ($220) at Jean Pool. Steve Madden black quilted sneaker ($69.95) at South Moon Under.</p>

<!--2--><img decoding="async" class="ccp-Pic" src="http://98329bfccf2a7356f7c4-b113946b17b55222ad1df26d6703a42e.r50.cf2.rackcdn.com/ccp-2.jpg"/>
<a href='javascript:void((function(){var e=document.createElement(&apos;script&apos;);e.setAttribute(&apos;type&apos;,&apos;text/javascript&apos;);e.setAttribute(&apos;charset&apos;,&apos;UTF-8&apos;);e.setAttribute(&apos;src&apos;,&apos;http://assets.pinterest.com/js/pinmarklet.js?r=&apos;+Math.random()*99999999);document.body.appendChild(e)})());'><img decoding="async" class="pnt wow fadeInDown" src="http://98329bfccf2a7356f7c4-b113946b17b55222ad1df26d6703a42e.r50.cf2.rackcdn.com/pin_it_custom.png"/></a>

<div class="wow fadeInUp"><h5 class="where">Baltimore Farmers’ Market & Bazaar</h5>
<p class="when">East Saratoga Street, 
opens April 5</p>

<p class="desc">Jack Strappy midi print dress ($68.95) at Doubledutch Boutique. Frank & Eileen button-up shirt ($178) at The Girl Next Door. 
Ugg Volta booties ($175) at South Moon Under. Navy fedora ($42) at Brightside Boutique. Stay Home Club Emotional Baggage tote ($22) at Brightside Boutique. Wooden bangle by Dennis Bourke ($40) at Bijoux. Breezer Downtown EX bike in glossy grey sage ($459) and Sunlite Rack Top mesh basket ($39.99) both at Joe’s Bike Shop.</p></div>

<!--3--><img decoding="async" class="ccp-Pic" src="http://98329bfccf2a7356f7c4-b113946b17b55222ad1df26d6703a42e.r50.cf2.rackcdn.com/ccp-3.jpg"/>

<a href='javascript:void((function(){var e=document.createElement(&apos;script&apos;);e.setAttribute(&apos;type&apos;,&apos;text/javascript&apos;);e.setAttribute(&apos;charset&apos;,&apos;UTF-8&apos;);e.setAttribute(&apos;src&apos;,&apos;http://assets.pinterest.com/js/pinmarklet.js?r=&apos;+Math.random()*99999999);document.body.appendChild(e)})());'>
<img decoding="async" class="pnt wow fadeInDown" src="http://98329bfccf2a7356f7c4-b113946b17b55222ad1df26d6703a42e.r50.cf2.rackcdn.com/pin_it_custom.png"/></a>

<div class="wow fadeInUp"><h5 class="where">140th Preakness Stakes</h5>
<p class="when">Pimlico Race Course, May 16</p>
<p class="desc">Nicole Miller strappy floral dress ($530) at Handbags In The City. Belfry Fabulous hat in white ($199) at Hats In The Belfry. Giamrito Rossi Camoscio nude heels ($865) at Ruth Shaw. Multicolor pastel drop earrings ($36) at Sassanova.</p></div>

<!--4--><img decoding="async" class="ccp-Pic" src="http://98329bfccf2a7356f7c4-b113946b17b55222ad1df26d6703a42e.r50.cf2.rackcdn.com/ccp-4.1.jpg"/>

<a href='javascript:void((function(){var e=document.createElement(&apos;script&apos;);e.setAttribute(&apos;type&apos;,&apos;text/javascript&apos;);e.setAttribute(&apos;charset&apos;,&apos;UTF-8&apos;);e.setAttribute(&apos;src&apos;,&apos;http://assets.pinterest.com/js/pinmarklet.js?r=&apos;+Math.random()*99999999);document.body.appendChild(e)})());'>
<img decoding="async" class="pnt wow fadeInDown" src="http://98329bfccf2a7356f7c4-b113946b17b55222ad1df26d6703a42e.r50.cf2.rackcdn.com/pin_it_custom.png"/></a>
<div class="wow fadeInUp"><h5 class="where">Charm City Folk & Bluegrass Festival</h5>
<p class="when">Druid Hill Park, April 25  </p>

<p class="desc">Love And Liberty Cai lace-up-blouse ($286) and Kodia fringe belt ($198) at Panache. Vintage denim shorts 
($24) at Hunting Ground. Simonetta scarf ($22.99) at Ma Petite Shoe. 
Kate Spade Brittany sandal ($215) 
at Sassanova. Agat Navajo ring ($550) at Bijoux. Plaid blanket scarf ($42) at South Moon Under. Ukulele ($85) 
at Ted’s Musicians Shop.</p></div>

<!--5--><img decoding="async" class="ccp-Pic" src="http://98329bfccf2a7356f7c4-b113946b17b55222ad1df26d6703a42e.r50.cf2.rackcdn.com/ccp-5.jpg">

<a href='javascript:void((function(){var e=document.createElement(&apos;script&apos;);e.setAttribute(&apos;type&apos;,&apos;text/javascript&apos;);e.setAttribute(&apos;charset&apos;,&apos;UTF-8&apos;);e.setAttribute(&apos;src&apos;,&apos;http://assets.pinterest.com/js/pinmarklet.js?r=&apos;+Math.random()*99999999);document.body.appendChild(e)})());'>
<img decoding="async" class="pnt wow fadeInDown" src="http://98329bfccf2a7356f7c4-b113946b17b55222ad1df26d6703a42e.r50.cf2.rackcdn.com/pin_it_custom.png"/></a>

<div class="wow fadeInUp"><h5 class="where">35th Baltimore School for the Arts  Expressions Fundraiser Gala
</h5>
<p class="when">March 7</p>

<p class="desc">The Row Hella top ($890) and The Row Siobhan pant ($1,290) at Ruth Shaw. Yochi pearl and black tassel necklace ($85) at The Little Shoebox. Bejeweled black clutch ($150) at Francesca’s 
Atelier. Aquazzura Linda 75 heels ($675) at Ruth Shaw.</p></div>

<!--6--><img decoding="async" class="ccp-Pic" src="http://98329bfccf2a7356f7c4-b113946b17b55222ad1df26d6703a42e.r50.cf2.rackcdn.com/ccp-6.jpg">

<a href='javascript:void((function(){var e=document.createElement(&apos;script&apos;);e.setAttribute(&apos;type&apos;,&apos;text/javascript&apos;);e.setAttribute(&apos;charset&apos;,&apos;UTF-8&apos;);e.setAttribute(&apos;src&apos;,&apos;http://assets.pinterest.com/js/pinmarklet.js?r=&apos;+Math.random()*99999999);document.body.appendChild(e)})());'>
<img decoding="async" class="pnt wow fadeInDown" src="http://98329bfccf2a7356f7c4-b113946b17b55222ad1df26d6703a42e.r50.cf2.rackcdn.com/pin_it_custom.png"/></a>

<div class="wow fadeInUp"><h5 class="where">29th Center Stage Annual Benefit Gala</h5>
<p class="when">April 25</p>

<p class="desc">Theia navy with turquoise 
trim gown ($695) at Francesca’s Atelier. Crystal headbands by Oliver Weber ($43/each) at Bijoux. Suzanna Dai Sunset Blvd. turquoise-and-gold drop earrings ($215) at Sassanova.</p>
</div>
</div>
		</div>
	</div>
</div></div></div></div><div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_raw_code wpb_raw_html wpb_content_element" >
		<div class="wpb_wrapper">
			<script type="text/javascript" src="//www.baltimoremagazine.net/design/js/vendor/color_scroll/jquery.colorscroll.js"></script>
		</div>
	</div>
</div></div></div></div><div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_raw_code wpb_raw_html wpb_content_element" >
		<div class="wpb_wrapper">
			<script type="text/javascript" src="//www.baltimoremagazine.net/design/js/vendor/color_scroll/changing_color_ccp_3_15.js"></script>
		</div>
	</div>
</div></div></div></div><div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_raw_code wpb_raw_html wpb_content_element" >
		<div class="wpb_wrapper">
			<script type="text/javascript" src="//www.baltimoremagazine.net/design/js/vendor/hype/sea-also-rises.hyperesources/wow.min.js"></script>
		</div>
	</div>
</div></div></div></div><div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_raw_code wpb_raw_html wpb_content_element" >
		<div class="wpb_wrapper">
			<script type="text/javascript" src="//www.baltimoremagazine.net/design/js/vendor/hype/sea-also-rises.hyperesources/wow_init.js"></script>
		</div>
	</div>
</div></div></div></div>
</div>
<p><a href="https://www.baltimoremagazine.com/section/styleshopping/spring-fashion-what-to-wear/" rel="nofollow">Source</a></p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Gift Guide 2014: Style Maven</title>
		<link>https://www.baltimoremagazine.com/section/styleshopping/gift-guide-2014-style-maven/</link>
		
		<dc:creator><![CDATA[Jess Mayhugh]]></dc:creator>
		<pubDate>Sat, 15 Nov 2014 17:08:00 +0000</pubDate>
				<category><![CDATA[Style & Shopping]]></category>
		<category><![CDATA[Amaryllis]]></category>
		<category><![CDATA[Babe. a Boutique]]></category>
		<category><![CDATA[Bijoux]]></category>
		<category><![CDATA[Brightside Boutique]]></category>
		<category><![CDATA[For Rent Shoes]]></category>
		<category><![CDATA[Gift Guide]]></category>
		<category><![CDATA[Hats in the Belfry]]></category>
		<category><![CDATA[J.Brown Jewelers]]></category>
		<category><![CDATA[J.S. Edwards]]></category>
		<category><![CDATA[L'Apparenza]]></category>
		<category><![CDATA[Loafers and Laces]]></category>
		<category><![CDATA[Lori K]]></category>
		<category><![CDATA[Mano Swartz]]></category>
		<category><![CDATA[Nelson Coleman]]></category>
		<category><![CDATA[Poppy and Stella]]></category>
		<category><![CDATA[Radcliffe Jewelers]]></category>
		<category><![CDATA[Ruth Shaw]]></category>
		<category><![CDATA[Samuel Parker Clothier]]></category>
		<category><![CDATA[Sixteen Tons]]></category>
		<category><![CDATA[Smyth Jewelers]]></category>
		<category><![CDATA[South Moon Under]]></category>
		<category><![CDATA[stylish]]></category>
		<category><![CDATA[The Quinntessential Gentleman]]></category>
		<category><![CDATA[Trillium]]></category>
		<guid isPermaLink="false">http://server2.local/BIT-SPRING/baltimoremagazine.com/html/?post_type=article&#038;p=7558</guid>

					<description><![CDATA[]]></description>
										<content:encoded><![CDATA[<div class="wpb-content-wrapper"><div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_raw_code wpb_raw_html wpb_content_element" >
		<div class="wpb_wrapper">
			<img decoding="async" style="margin-bottom:25px;" src="http://98329bfccf2a7356f7c4-b113946b17b55222ad1df26d6703a42e.r50.cf2.rackcdn.com/GGH-stylemaven.png"/>
<a  href="http://aqua.org/holidays" target="_blank"><img decoding="async" style="margin-top:-15px; width:100%; height:auto; margin-bottom:20px;" src="http://98329bfccf2a7356f7c4-b113946b17b55222ad1df26d6703a42e.r50.cf2.rackcdn.com/aquarium.png"/>
</a><div class="row">

<!--1--><div class="medium-4 small-4 columns">
<div class="ctn"><img decoding="async" style="width:75%;" class="GG" src="http://98329bfccf2a7356f7c4-b113946b17b55222ad1df26d6703a42e.r50.cf2.rackcdn.com/GG2014_15.png"/></div>
<p class="description">Birdy tote in cadmium 
orange and sesame by Raoul ($660) at L’Apparenza.</p>
</div>

<!--2--><div class="medium-4 small-4 columns">
<div class="ctn"><img decoding="async" style="width:52%;"class="GG" src="http://98329bfccf2a7356f7c4-b113946b17b55222ad1df26d6703a42e.r50.cf2.rackcdn.com/GG2014_11.png"/></div>
<p class="description">Cashmere blend poncho ($215) at Trillium.</p>
</div>

<!--3--><div class="medium-4 small-4 columns">
<div class="ctn"> 
<img decoding="async" style="width:75%;" class="GG" src="http://98329bfccf2a7356f7c4-b113946b17b55222ad1df26d6703a42e.r50.cf2.rackcdn.com/owlring.png"/></div>
<p class="description">Owl ring ($780) at Bijoux.</p>
</div>

</div>
<div class="row">

<!--4--><div class="medium-4 small-4 columns">
<div class="ctn"> 
<img decoding="async" style="width:75%; padding-top:60px;"class="GG" src="http://98329bfccf2a7356f7c4-b113946b17b55222ad1df26d6703a42e.r50.cf2.rackcdn.com/GG2014_22.png"/></div>
<p class="description">Watch by Tokyobay 
($99) at Poppy and Stella. </p>
</div>



<!--5--><div class="medium-4 small-4 columns">
<div class="ctn"> 
<img decoding="async" class="GG" src="http://98329bfccf2a7356f7c4-b113946b17b55222ad1df26d6703a42e.r50.cf2.rackcdn.com/GG2014_26.png"/></div>
<p class="description">Tribal clutch ($46) at Brightside Boutique. </p>
</div>

<!--6--><div class="medium-4 small-4 columns">
<div class="ctn"> 
<img decoding="async" style="width:75%; padding-top:70px;"class="GG" src="http://98329bfccf2a7356f7c4-b113946b17b55222ad1df26d6703a42e.r50.cf2.rackcdn.com/GG2014_14.png"/></div>
<p class="description">Duchamp London socks ($35) at J.S. Edwards.  </p>
</div>

</div>
<div class="row">

<!--7--><div class="medium-4 small-4 columns">
<div class="ctn"> 
<img decoding="async" class="GG" src="http://98329bfccf2a7356f7c4-b113946b17b55222ad1df26d6703a42e.r50.cf2.rackcdn.com/GG2014_19.png"/></div>
<p class="description"> Gloves ($58) at Lori K. </p>
</div>

<!--8--><div class="medium-4 small-4 columns">
<div class="ctn"> 
<img decoding="async" class="GG" src="http://98329bfccf2a7356f7c4-b113946b17b55222ad1df26d6703a42e.r50.cf2.rackcdn.com/GG2014_20.png"/></div>
<p class="description">Alexandrite hat in scarlet ($69) at Hats in the Belfry.</p>
</div>



<!--9--><div class="medium-4 small-4 columns">
<div class="ctn"> 
<img decoding="async" class="GG" src="http://98329bfccf2a7356f7c4-b113946b17b55222ad1df26d6703a42e.r50.cf2.rackcdn.com/GG2014_24.png"/></div>
<p class="description">Dispatch brief in dark brown and khaki by Thrux Lawrence ($450) at Loafers and Laces.
</p>
</div>

</div>
<div class="row">

<!--10--><div class="medium-4 small-4 columns">
<div class="ctn"> 
<img decoding="async" class="GG" src="http://98329bfccf2a7356f7c4-b113946b17b55222ad1df26d6703a42e.r50.cf2.rackcdn.com/GG2014_17.png"/></div>
<p class="description">Dyed navy rex handbag with leather trim ($149) at Mano Swartz. 
</p>
</div>

<!--11--><div class="medium-4 small-4 columns">
<div class="ctn"> 
<img decoding="async" class="GG" src="http://98329bfccf2a7356f7c4-b113946b17b55222ad1df26d6703a42e.r50.cf2.rackcdn.com/GG2014_16.png"/></div>
<p class="description">Hat ($310) at Ruth Shaw. </p>
</div>

<!--12--><div class="medium-4 small-4 columns">
<div class="ctn"> 
<img decoding="async" style="width:75%; padding-top:30px;"class="GG" src="http://98329bfccf2a7356f7c4-b113946b17b55222ad1df26d6703a42e.r50.cf2.rackcdn.com/earingsBlue.png"/></div>
<p class="description">Sterling-silver blue-quartz-over-hematite stud earrings by Tacori ($500) at Nelson Coleman.  </p>
</div>

</div>
<div class="row">



<!--13--><div class="medium-4 small-4 columns">
<div class="ctn"> 
<img decoding="async" style="width:65%;" class="GG" src="http://98329bfccf2a7356f7c4-b113946b17b55222ad1df26d6703a42e.r50.cf2.rackcdn.com/GG2014_12.png"/></div>
<p class="description">Barbour shawl sweater ($199) at The Quinntessential Gentleman.  </p>
</div>

<!--14--><div class="medium-4 small-4 columns">
<div class="ctn"> 
<img decoding="async" class="GG" src="http://98329bfccf2a7356f7c4-b113946b17b55222ad1df26d6703a42e.r50.cf2.rackcdn.com/GG2014_1.png"/></div>
<p class="description">Bell & Ross GMT vintage watch on rubber strap ($3,600) at Radcliffe Jewelers. </p>
</div>

<!--15--><div class="medium-4 small-4 columns">
<div class="ctn"> 
<img decoding="async" style="width:100%; padding-top:50px; padding-left:30px;"class="GG" src="http://98329bfccf2a7356f7c4-b113946b17b55222ad1df26d6703a42e.r50.cf2.rackcdn.com/GG2014_28.png"/></div>
<p class="description">Alexis Bittar bracelet ($245) at Amaryllis.</p>
</div>


</div>
<div class="row">


<!--16--><div class="medium-4 small-4 columns">
<div class="ctn"> 
<img decoding="async" class="GG" src="http://98329bfccf2a7356f7c4-b113946b17b55222ad1df26d6703a42e.r50.cf2.rackcdn.com/GG2014_23.png"/></div>
<p class="description">Gloves ($55) at South Moon Under.</p>
</div>



<!--17--><div class="medium-4 small-4 columns">
<div class="ctn"> 
<img decoding="async" class="GG" src="http://98329bfccf2a7356f7c4-b113946b17b55222ad1df26d6703a42e.r50.cf2.rackcdn.com/GG2014_27.png"/></div>
<p class="description">The Sequel hat ($180) at For Rent Shoes.</p>
</div>

<!--18--><div class="medium-4 small-4 columns">
<div class="ctn"> 
<img decoding="async" class="GG" src="http://98329bfccf2a7356f7c4-b113946b17b55222ad1df26d6703a42e.r50.cf2.rackcdn.com/GG_2014_x2.png"/></div>
<p class="description">Patek Philippe Calatrava cufflinks ($5,200) at J.Brown Jewelers.</p>
</div>

</div>
<div class="row">

<!--19--><div class="medium-4 small-4 columns">
<div class="ctn"> 
<img decoding="async" class="GG" src="http://98329bfccf2a7356f7c4-b113946b17b55222ad1df26d6703a42e.r50.cf2.rackcdn.com/GG2014_13.png"/></div>
<p class="description">Knit scarf ($32) at Babe. (a boutique). </p>
</div>

<!--20--><div class="medium-4 small-4 columns">
<div class="ctn"> 
<img decoding="async" class="GG" src="http://98329bfccf2a7356f7c4-b113946b17b55222ad1df26d6703a42e.r50.cf2.rackcdn.com/GG2014_21.png"/></div>
<p class="description">American-made suede boots ($390) at Samuel Parker Clothier.</p>
</div>



<!--21--><div class="medium-4 small-4 columns">
<div class="ctn"> 
<img decoding="async" class="GG" src="http://98329bfccf2a7356f7c4-b113946b17b55222ad1df26d6703a42e.r50.cf2.rackcdn.com/GG2014_18.png"/></div>
<p class="description">Treason Toting Company wallet ($34.99) at Sixteen Tons.  </p>
</div>

</div>
<div class="row">

<!--22--><div class="medium-4 small-4 columns">
<div class="ctn"> 
<img decoding="async" style="width:75%; padding-top:60px;" class="GG" src="http://98329bfccf2a7356f7c4-b113946b17b55222ad1df26d6703a42e.r50.cf2.rackcdn.com/GG2014_6.png"/></div>
<p class="description">Lagos Derby Collection sterling-silver-and-18kt-gold diamond caviar buckle bracelet ($2,650) at Smyth Jewelers.</p>
</div>

</div>
		</div>
	</div>
</div></div></div></div><div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_raw_code wpb_raw_html wpb_content_element" >
		<div class="wpb_wrapper">
			<style type="text/css">.GG{
padding:10px;
padding-top:20px;
border:0px solid #dedede;
border-radius:4px;
margin:0 auto;
display:block;
overflow:hidden;
}

p.description{
padding-top:5px;
margin-top:10px;
line-height:1.2;
font-size:15.5px;
}

.ctn{
height:250px;
border:1px solid #dedede;
border-radius:2px;
overflow:hidden;
}

// Small screens
@media only screen { } /* Define mobile styles */

@media only screen and (max-width: 40em) {

.ctn{
height:170px;
border:1px solid #dedede;
border-radius:2px;
}

.GG{
padding:5px;
padding-top:20px;
border:0px solid #dedede;
border-radius:4px;
margin:0 auto;
display:block;
overflow:hidden;
}
 } /* max-width 640px, mobile-only styles, use when QAing mobile issues */

// Medium screens
@media only screen and (min-width: 40.063em) { } /* min-width 641px, medium screens */

@media only screen and (min-width: 40.063em) and (max-width: 64em) { } /* min-width 641px and max-width 1024px, use when QAing tablet-only issues */

// Large screens
@media only screen and (min-width: 64.063em) { } /* min-width 1025px, large screens */

@media only screen and (min-width: 64.063em) and (max-width: 90em) { } /* min-width 1025px and max-width 1440px, use when QAing large screen-only issues */

// XLarge screens
@media only screen and (min-width: 90.063em) { } /* min-width 1441px, xlarge screens */

@media only screen and (min-width: 90.063em) and (max-width: 120em) { } /* min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues */

// XXLarge screens
@media only screen and (min-width: 120.063em) { } /* min-width 1921px, xxlarge screens */</style>
		</div>
	</div>
</div></div></div></div>
</div>
<p><a href="https://www.baltimoremagazine.com/section/styleshopping/gift-guide-2014-style-maven/" rel="nofollow">Source</a></p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Summer-To-Fall Fashion</title>
		<link>https://www.baltimoremagazine.com/section/styleshopping/summer-to-fall-fashion/</link>
		
		<dc:creator><![CDATA[Jess Mayhugh]]></dc:creator>
		<pubDate>Thu, 23 Oct 2014 08:30:00 +0000</pubDate>
				<category><![CDATA[Style & Shopping]]></category>
		<category><![CDATA[Babe. a Boutique]]></category>
		<category><![CDATA[Charmed Life]]></category>
		<category><![CDATA[Doubledutch Boutique]]></category>
		<category><![CDATA[Fall Fashion]]></category>
		<category><![CDATA[JG Sassy]]></category>
		<category><![CDATA[Poppy and Stella]]></category>
		<guid isPermaLink="false">http://server2.local/BIT-SPRING/baltimoremagazine.com/html/?post_type=article&#038;p=7745</guid>

					<description><![CDATA[]]></description>
										<content:encoded><![CDATA[<div class="wpb-content-wrapper"><div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_text_column wpb_content_element" >
		<div class="wpb_wrapper">
			<p><img decoding="async" src="https://www.baltimoremagazine.com/wp-content/uploads/2020/08/stfskirt.jpg" style="font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; width: 208px; float: left; margin: 0px 10px 10px 0px;" alt=""></p>
<p><strong>The Look:&nbsp;</strong><b>Midi Skirt<br /></b><em>Woven coral midi skirt ($88) at Babe. (a boutique).</em></p>
<p>“Midi skirts are a great transitional piece to have in your closet. Wear one in the summer with cute strappy sandals and a cool graphic tee, and then carry it into fall with a loose-knit sweater and your favorite ankle boots.” &mdash;Lauren Bell, store manager, Babe. (a boutique).</p>
<hr>
<p><img decoding="async" src="https://www.baltimoremagazine.com/wp-content/uploads/2020/08/stfcrop.jpg" style="width: 298px; float: right; margin: 0px 0px 10px 10px;" alt=""></p>
<p><strong>The Look: Crop Top</strong><br /><em>Cropped peasant </em><em>top ($58.95) at </em><em>Doubledutch Boutique.</em></p>
<p>“In the 1940s, women wore abbreviated tops with high-waisted midi skirts to showcase an hourglass figure. Stay true to that ‘peekaboo’ style by pairing a crop with higher-waist bottoms, such as pencil skirts or even fall’s culottes. The objective is a subtle less-is-more reveal.” &mdash;Lesley Jennings, owner, Doubledutch Boutique.</p>
<hr>
<p><img decoding="async" src="https://www.baltimoremagazine.com/wp-content/uploads/2020/08/stfshorts.jpg" style="font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; width: 341px; float: left; margin: 0px 10px 10px 0px;" alt=""></p>
<p><strong>The Look:&nbsp;</strong><strong>Shorts<br /></strong><em>Scotty shorts ($198) </em><em>at JG Sassy.</em></p>
<p>“The trick is layering. Try sheer black tights under your shorts, throw on some ankle booties and a chunky knit sweater, and you’re out the door! For a dressier look, pair your shorts with stilettos, a silky blouse, and a statement necklace.” &mdash;Jen Johnson, store manager and buyer, JG Sassy.</p>
<hr>
<p><img decoding="async" src="https://www.baltimoremagazine.com/wp-content/uploads/2020/08/stfboots.jpg" style="font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; width: 297px; float: right; margin: 0px 0px 10px 10px;" alt=""></p>
<p><strong>The Look: S</strong><strong>hootie<br /></strong><em>Lucky Brand ($108) </em><em>at Poppy and Stella.</em></p>
<p>“A ‘shootie’ [half-shoe, half-boot] style is perfect for adding a little edge to a summer look&mdash;wear it bare-legged with a feminine dress for an awesome contrast. Come fall, try it with cropped skinny jeans, or (if you’re feeling bold!) with a skirt and knee-high socks.” &mdash;Alli Baldwin, marketing manager, Poppy and Stella.</p>

		</div>
	</div>
</div></div></div></div>
</div>
<p><a href="https://www.baltimoremagazine.com/section/styleshopping/summer-to-fall-fashion/" rel="nofollow">Source</a></p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Happy Birthday, Babe</title>
		<link>https://www.baltimoremagazine.com/section/styleshopping/birthday-at-babe/</link>
		
		<dc:creator><![CDATA[Jess Mayhugh]]></dc:creator>
		<pubDate>Thu, 04 Sep 2014 00:00:00 +0000</pubDate>
				<category><![CDATA[Style & Shopping]]></category>
		<category><![CDATA[Babe]]></category>
		<category><![CDATA[Babe. a Boutique]]></category>
		<category><![CDATA[event]]></category>
		<category><![CDATA[Fell's Point]]></category>
		<category><![CDATA[local boutique]]></category>
		<category><![CDATA[shopping]]></category>
		<guid isPermaLink="false">https://www.baltimoremagazine.com/?p=67417</guid>

					<description><![CDATA[Babe is turning seven and giving us reason to celebrate! The Fells Point boutique is throwing an in-store&#160;party for customers Friday, September 5. At the event, which will be held from 5 to 9 p.m., attendees will be the first to see (and to buy!) the shop’s brand new&#160;Baltimore Babe anniversary tanks. All customers will &#8230; <a href="https://www.baltimoremagazine.com/section/styleshopping/birthday-at-babe/">Continued</a>]]></description>
										<content:encoded><![CDATA[<p><a href="https://www.facebook.com/babeaboutique?ref=br_tf">Babe</a> is turning seven and giving us reason to celebrate!</p>
<p>The Fells Point boutique is throwing an in-store&nbsp;party for customers Friday, September 5. At the event, which will be held from 5 to 9 p.m., attendees will be the first to see (and to buy!) the shop’s brand new&nbsp;<a href="http://https://www.facebook.com/babeaboutique/photos/a.241830121483.139908.64850431483/10152661153851484/?type=1&#038;theater">Baltimore Babe anniversary tanks</a>.</p>
<p>All customers will receive&nbsp;a store-wide discount, and the first 30 will score gift bags filled with items from&nbsp;<a href="http://www.ellamoss.com">Ella Moss</a>,&nbsp;<a href="http://www.shop.knotsisters.com">Knot Sisters</a>,&nbsp;<a href="http://us.mavi.com">Mavi</a>,&nbsp;<a href="http://www.splendid.com">Splendid</a>, and even&nbsp;more of your favorite brands!&nbsp;Attendees will also have the chance to win raffle prizes, which will include two pairs or&nbsp;<a href="http://www.dl1961.com">DL1961</a> denim.</p>
<p>Party-goers will also enjoy flash tattoos, a photo booth, cocktails, and delicious&nbsp;snacks catered by&nbsp;<a href="http://www.baltimorecakery.com">Baltimore Cakery</a>.</p>
<p>Check the event&#8217;s&nbsp;<a href="https://www.facebook.com/events/292716784245141/">Facebook page</a> for more information.</p>

<p><a href="https://www.baltimoremagazine.com/section/styleshopping/birthday-at-babe/" rel="nofollow">Source</a></p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Strangers With Style Re-Launch Party</title>
		<link>https://www.baltimoremagazine.com/section/styleshopping/stranger-with-style-re-launch-party/</link>
		
		<dc:creator><![CDATA[Jess Mayhugh]]></dc:creator>
		<pubDate>Tue, 08 Jul 2014 00:00:00 +0000</pubDate>
				<category><![CDATA[Style & Shopping]]></category>
		<category><![CDATA[Babe. a Boutique]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[blogs]]></category>
		<category><![CDATA[Brightside Boutique & Art Studio]]></category>
		<category><![CDATA[Christopher Schafer Clothier]]></category>
		<category><![CDATA[Doubledutch Boutique]]></category>
		<category><![CDATA[event]]></category>
		<category><![CDATA[k staton]]></category>
		<category><![CDATA[local fashion]]></category>
		<category><![CDATA[Olivia Obineme]]></category>
		<category><![CDATA[oyin handmade]]></category>
		<category><![CDATA[scrub nail boutique]]></category>
		<category><![CDATA[Sixteen Tons]]></category>
		<category><![CDATA[Strangers with Style]]></category>
		<guid isPermaLink="false">https://www.baltimoremagazine.com/?p=67751</guid>

					<description><![CDATA[We first introduced you to&#160;Strangers With Style&#8212;a fashion, lifestyle, and culture blog focused on capturing style in Baltimore&#8212;back in our August 2013&#160;issue.&#160;Since then, creator&#160;Olivia Obineme has made some changes (including the blog’s new, cleaner look) to SWS&#160;which will be shown off to the public at the&#160;SWS’ Re-Launch party at&#160;Dooby’s Coffee tonight, July 8 from 7 &#8230; <a href="https://www.baltimoremagazine.com/section/styleshopping/stranger-with-style-re-launch-party/">Continued</a>]]></description>
										<content:encoded><![CDATA[<p>We first introduced you to&nbsp;<a href="http://strangerswithstyle.com">Strangers With Style</a>&mdash;a fashion, lifestyle, and culture blog focused on capturing style in Baltimore&mdash;back in our August 2013&nbsp;issue.&nbsp;Since then, creator&nbsp;<a href="http://www.oliviaobineme.com">Olivia Obineme</a> has made some changes (including the blog’s new, cleaner look) to SWS&nbsp;which will be shown off to the public at the&nbsp;<a href="https://www.facebook.com/events/1420510778231438/">SWS’ Re-Launch party</a> at&nbsp;<a href="http://www.doobyscoffee.com">Dooby’s Coffee</a> tonight, July 8 from 7 to 10 p.m.</p>
<p>The night will focus on the blog’s most recent cover story, “Creatively Cool”&mdash;a series shot by photographer (and&nbsp;<a href="http://www.baltimoremagazine.net/2013/12/custom-furniture-is-the-newest-trend-in-the-buy-local-movement?p=home-and-garden/2013/12/made-to-order"><em>Baltimore</em> magazine</a> <a href="http://www.baltimoremagazine.net/2013/12/custom-furniture-is-the-newest-trend-in-the-buy-local-movement?p=home-and-garden/2013/12/made-to-order">contributor</a>)&nbsp;<a href="http://jhansonphoto.com/">Jonathan Hanson</a>, giving&nbsp;us a peek into the lives of 11 locals<em>,</em> who are all&nbsp;well-known and emerging in their respective creative fields.&nbsp;</p>
<p><img decoding="async" src="https://52f073a67e89885d8c20-b113946b17b55222ad1df26d6703a42e.ssl.cf2.rackcdn.com/10458021_910807732268981_7189894258298633477_n.jpg"></p>
<p>“It’s a Q&#038;A piece, but it’s definitely a more visual piece,” Obineme tells us. “It&#8217;s the concept of selecting some awesome and unique individuals who live in Charm City, and embracing their style. Style can define a lot of things&mdash;not necessarily fashion,&nbsp;but they were able to bring in their own clothing, accessories, etc., and we styled them with what they had.”</p>
<p>RSVP to strangerswithstyle@gmail.com,&nbsp;put on your best cocktail attire, and check it out for&nbsp;yourself.&nbsp;And don’t be late&mdash;the first 30 attendees will go home with a goody bag provided by SWS. You’ll also be able to shop some emerging vendors and enter for the chance to win some special giveaways provided by many of our local faves like&nbsp;<a href="http://www.brightsidebaltimore.com/">Brightside Boutique &#038; Art Studio</a>,&nbsp;<a href="http://www.babeaboutique.com/">Babe</a>,&nbsp;<a href="http://christopherschafer.com/">Christopher Schafer Clothier</a>,&nbsp;<a href="https://www.facebook.com/Scrubnailboutique">Scrub Nail Boutique</a>,&nbsp;<a href="http://www.oyinhandmade.com/">Oyin Handmade</a>,&nbsp;<a href="http://kstaton.com/">K Staton</a>,&nbsp;<a href="http://sixteentons.biz/blog/">Sixteen Tons</a>,&nbsp;<a href="http://www.doubledutchboutique.com/Store/pc/home.asp">Double Dutch Boutique</a>,&nbsp;and more, all while enjoying Dooby’s complimentary treats and Happy Hour specials.</p>
<p>This event is free and open to the public.</p>
<p>And be sure to check out&nbsp;<a href="https://www.facebook.com/strangerswithstyle">SWS&#8217; Facebook page</a> to&nbsp;see what&#8217;s in store&mdash;from new contributing bloggers, to SWS.tv,&nbsp;which will provide video content for the site, to a new e-commerce space featuring unique local vendors.</p>
<p><em>Images courtesy of Strangers With Style Facebook page.&nbsp;</em></p>

<p><a href="https://www.baltimoremagazine.com/section/styleshopping/stranger-with-style-re-launch-party/" rel="nofollow">Source</a></p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Fashion Round Up</title>
		<link>https://www.baltimoremagazine.com/section/styleshopping/fashion-round-up-2/</link>
		
		<dc:creator><![CDATA[Jess Mayhugh]]></dc:creator>
		<pubDate>Thu, 03 Apr 2014 15:27:00 +0000</pubDate>
				<category><![CDATA[Style & Shopping]]></category>
		<category><![CDATA[Babe. a Boutique]]></category>
		<category><![CDATA[Boulevard of Chic]]></category>
		<category><![CDATA[Brightside Boutique & Art Studio]]></category>
		<category><![CDATA[Charm City Fashion Show]]></category>
		<category><![CDATA[Christopher Schafer Clothier]]></category>
		<category><![CDATA[fashion show]]></category>
		<category><![CDATA[fashion trucks]]></category>
		<category><![CDATA[FashionEASTA]]></category>
		<category><![CDATA[FashionEASTA Fashion Show]]></category>
		<category><![CDATA[Harbor East]]></category>
		<category><![CDATA[Lana Rae]]></category>
		<category><![CDATA[local boutiques]]></category>
		<category><![CDATA[local designers]]></category>
		<category><![CDATA[MICA]]></category>
		<category><![CDATA[MICA Fashion Week]]></category>
		<category><![CDATA[Polina's Privé Fine Lingerie]]></category>
		<category><![CDATA[RAW Baltimore]]></category>
		<category><![CDATA[RAW Baltimore Presents: Spectrum]]></category>
		<category><![CDATA[sales]]></category>
		<category><![CDATA[shopping]]></category>
		<category><![CDATA[South Moon Under]]></category>
		<category><![CDATA[Super Thursday: In Full Bloom]]></category>
		<category><![CDATA[The Creative Alliance]]></category>
		<category><![CDATA[The Walter's Art Museum]]></category>
		<category><![CDATA[​UNMARKED: Annual Benefit Fashion Show]]></category>
		<category><![CDATA[​XIX: An Experimental Fashion Event]]></category>
		<guid isPermaLink="false">https://www.baltimoremagazine.com/?p=66130</guid>

					<description><![CDATA[Starting tonight, the next few weeks will be filled with local shopping and fashion events! Clear your calendar for these: Celebrate fashion&#160;and art at&#160;two events tonight:&#160;Super Thursday: In Full Bloom and&#160;RAW Baltimore Presents: Spectrum.&#160; In Full Bloom, held at The Walter&#8217;s Art Museum will feature a fashion show hosted by local fashion expert&#160;Lana Rae,&#160;founder and &#8230; <a href="https://www.baltimoremagazine.com/section/styleshopping/fashion-round-up-2/">Continued</a>]]></description>
										<content:encoded><![CDATA[<p>Starting tonight, the next few weeks will be filled with local shopping and fashion events! Clear your calendar for these:</p>
<p>Celebrate fashion&nbsp;<em>and </em>art at&nbsp;two events tonight:&nbsp;<a href="https://www.facebook.com/events/280976992027021">Super Thursday: In Full Bloom</a> and&nbsp;<a href="https://www.facebook.com/events/514299992024832/?notif_t=plan_user_invited">RAW Baltimore Presents: Spectrum</a>.&nbsp;</p>
<p>In Full Bloom, held at The Walter&#8217;s Art Museum will feature a fashion show hosted by local fashion expert&nbsp;<a href="https://www.facebook.com/LanaRae2">Lana Rae</a>,&nbsp;founder and producer at Fashion Awards MD and owner and manager of KIS Agency. The runway, beginning around 7 p.m., will showcase looks from DC-based designers, Afua Sam of&nbsp;<a href="http://www.studiodmaxsi.com">STUDIO D&#8217;MAXSI</a> and Ean Williams of&nbsp;<a href="http://www.corjor.com/#/about-us">Corjor International</a>, as well as more experimental fashions and costume designs from&nbsp;<a href="http://www.naomidavidoff.com">Naomi Davidoff</a>.</p>
<p>But before the show begins, enjoy&nbsp;<a href="http://thewalters.org/exhibitions/ikebana/">Designed for Flowers: Contemporary Japanese Ceramics</a>, an exhibition featuring vases and celebrating some of the greatest Japanese ceramic artists. This exhibition is open to the public until May 11. Get a sneak peak&nbsp;<a href="http://thewalters.org/events/eventdetails.aspx?e=3329">here</a>.</p>
<p>This event is free and open to the public.</p>
<p><strong>When</strong>: Thursday, April 3 from 5 to 9 p.m.</p>
<p><strong>Where</strong>: The Walter&#8217;s Art Museum, 600 N. Charles St.</p>
<hr>
<p>Continue your night at&nbsp;<a href="http://www.creativealliance.org">The Creative Alliance</a> for&nbsp;<a href="https://www.facebook.com/raw.baltimore">Raw Baltimore</a> Presents: Spectrum.&nbsp;The event will feature local artists specializing in fashion and accessories design, film, hair styling, music, photography, visual and performing arts, and more.&nbsp;</p>
<p>Click&nbsp;<a href="https://www.facebook.com/events/514299992024832/?notif_t=plan_user_invited">here</a> for a list of some of the night&#8217;s featured artists and previews of their work.</p>
<p>Buy&nbsp;<a href="https://www.facebook.com/ajax/events/ticket.php?event_id=514299992024832&#038;source=1&#038;ext=1396540283&#038;hash=ATUc0P3fwO6SfgrX">tickets</a> in advance for just $15 or at the door for $20. You must be 18 or older to attend.</p>
<p><strong>When</strong>: Thursday, April 3 from 8 p.m. to 12 a.m.</p>
<p><strong>Where</strong>:&nbsp;<a href="https://www.facebook.com/Creativealliance">The Creative Alliance</a>, 3134 Eastern Ave.</p>
<hr>
<p>This Saturday,&nbsp;<a href="http://www.mica.edu/Events_and_Exhibitions/Week_of_Fashion_2014/XIX_An_Experimental_Fashion_Event.html">XIX: An Experimental Fashion Event</a> will kick off this year&#8217;s&nbsp;<a href="http://www.mica.edu/Events_and_Exhibitions/Week_of_Fashion_2014.html">MICA Fashion Week</a>. The event will feature a runway show, fashion, costumes, puppetry and performing arts, showcasing the work of MICA students. Take a look at some&nbsp;<a href="http://www.mica.edu/Browse_Art/XIX_An_Experimental_Fashion_Event_2014.html">pieces from this year&#8217;s collection</a>.</p>
<p>Tickets are $7 at the MICA store (1200 W. Mt. Royal Ave. or&nbsp;<a href="http://store.mica.edu/home.aspx">online</a>) and $10 at the door (but we suggest you don&#8217;t wait—these tickets are limited).</p>
<p><strong>When</strong>: Saturday, April 5 at 6:30 and 8 p.m.&nbsp;</p>
<p><strong>Where</strong>: St. John&#8217;s Church, 2640 Saint Paul St.</p>
<hr>
<p>The festivities continue next weekend with&nbsp;<a href="http://www.mica.edu/Events_and_Exhibitions/Week_of_Fashion_2014/UNMARKED_Annual_Benefit_Fashion_Show.html">UNMARKED: Annual Benefit Fashion Show</a>. The event will feature students&#8217; one-of-a-kind pieces, constructed from unique materials, that will represent them as designers.</p>
<p>Proceeds will benefit the Office of Diversity and Intercultural Development, as well as students involved in diversity programs.</p>
<p>Tickets are $15 for students and $20 for non-students at the MICA store (1200 W. Mt. Royal Ave. or <a href="http://store.mica.edu/home.aspx">online</a>). And again, limited tickets will be sold at the door.</p>
<p><strong>When</strong>: Friday, April 11 at 9 p.m. for the MICA community only (prices differ), and next Saturday, April 12 at 8 p.m. for the general public</p>
<p><strong>Where</strong>: Brown Center: Falvey Hall, 1301 W. Mount Royal Ave.</p>
<hr>
<p>Next weekend, be sure to stop by the sixth annual&nbsp;<a href="https://www.facebook.com/events/213036332229486/">Charm City Fashion Show</a> at Federal Hill&#8217;s&nbsp;<a href="http://www.mothersgrille.com">Mother&#8217;s Grille</a>. As the name suggests, the night will feature a fashion show, but also, visual art, and live music.</p>
<p>You&#8217;ll find looks from local shops including&nbsp;<a href="https://www.facebook.com/BrightsideBaltimore">Brightside Boutique</a>,&nbsp;<a href="https://www.facebook.com/christopherschaferclothier">Christopher Schafer Clothier</a>,&nbsp;<a href="https://www.facebook.com/debois.textiles?fref=ts">Debois Textiles</a>,&nbsp;<a href="https://www.facebook.com/babeaboutique">Babe. (a boutique)</a>,&nbsp;<a href="https://www.facebook.com/southmoonunderfan">South Moon Under</a>, 2live2love, Blanchard Designs, and&nbsp;<a href="https://www.facebook.com/polinasprive?ref=br_tf">Polina&#8217;s Privé&nbsp;Fine Lingerie</a>.</p>
<p>General admission tickets are $35, runway seats are $45. Get yours here&nbsp;<a href="http://www.missiontix.com/events/product/25038/mothers-presents--6th-annual-charm-city-fashion-show">now</a> or call the restaurant at 410-244-8686 to reserve a table (equipped with a complimentary bottle of champagne).</p>
<p><strong>When</strong>: Saturday, April 12 from 9 p.m. to 12 a.m.</p>
<p><strong>Where</strong>: Mother&#8217;s Grille, 1113 S. Charles St.</p>
<hr>
<p>At the end of the month, enjoy two more fashion events, beginning with the first-ever&nbsp;<a href="http://www.boulevardofchic.com">Boulevard of Chic</a> where you can&nbsp;shop all of your favorite local fashion trucks. This &#8220;Fashion Truck Rally&#8221; is free and open to the public, and some of the proceeds will benefit BARCS Baltimore Animal Rescue &#038; Care Shelter.</p>
<p>Check&nbsp;<a href="https://www.facebook.com/Blvdofchic">here</a> for updates about the event and a list of participating fashion, beauty, and health and fitness mobile vendors.</p>
<p><strong>When</strong>: Saturday, April 26 from 12 to 6 p.m.</p>
<p><strong>Where</strong>: 1220 Key Hwy.</p>
<hr>
<p>That same day, in Harbor East, enjoy the third annual&nbsp;<a href="http://www.harboreast.com/events/fashioneasta14/">FashionEASTA</a> event. Enjoy deals and discounts from the area&#8217;s participating stores, as well as live music, food, and drink!</p>
<p>Be sure to stick around until 3:30 for the FashionEASTA fashion show. Local celebrities will walk the catwalk in looks from Harbor East shops—which you can then buy!</p>
<p>Although the event is free to attend, you can reserve seats and VIP treatments (exclusive shopping bag, discounted drinks, and parking)&nbsp;<a href="https://www.eventbrite.com/e/fashioneasta-the-fashion-event-guest-list-ticket-tickets-10913910801">here</a> for $35. Some proceeds will benefit Dress to Success Baltimore, which will also welcome new and lightly used women&#8217;s business apparel at the event. With each donation, comes the chance to win a $500-value package of prizes!</p>
<p><strong>When</strong>: Saturday, April 26 from 1 to 6 p.m.</p>
<p><strong>Where</strong>: Harbor East, Aliceanna St.</p>

<p><a href="https://www.baltimoremagazine.com/section/styleshopping/fashion-round-up-2/" rel="nofollow">Source</a></p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>BFA Career Day</title>
		<link>https://www.baltimoremagazine.com/section/styleshopping/bfa-career-day/</link>
		
		<dc:creator><![CDATA[Jess Mayhugh]]></dc:creator>
		<pubDate>Wed, 02 Apr 2014 11:45:00 +0000</pubDate>
				<category><![CDATA[Style & Shopping]]></category>
		<category><![CDATA[Babe. a Boutique]]></category>
		<category><![CDATA[Brightside Boutique & Art Studio]]></category>
		<category><![CDATA[Christopher Schafer Clothier]]></category>
		<category><![CDATA[Fashion Awards MD]]></category>
		<category><![CDATA[Gogo’s Retread Threads]]></category>
		<category><![CDATA[Poppy and Stella]]></category>
		<category><![CDATA[The Baltimore Fashion Alliance]]></category>
		<category><![CDATA[The Baltimore Sun]]></category>
		<guid isPermaLink="false">https://www.baltimoremagazine.com/?p=66127</guid>

					<description><![CDATA[The Baltimore Fashion Alliance will host a fashion-focused career night, open (and free!) to anyone aspiring to work in the industry. The event,&#160;Work It! (Careers in the Fashion Industry), will feature a question-and-answer session for you to learn from local experts specializing in different aspects of the industry. The panel will include: Kelly Krohn, owner &#8230; <a href="https://www.baltimoremagazine.com/section/styleshopping/bfa-career-day/">Continued</a>]]></description>
										<content:encoded><![CDATA[<p><a href="http://baltimorefashionalliance.wordpress.com/">The Baltimore Fashion Alliance</a> will host a fashion-focused<br />
career night, open (and free!) to anyone aspiring to work in the industry.</p>
<p>The event,&nbsp;<a href="https://www.facebook.com/events/761439117213343/">Work It! (Careers in the Fashion Industry</a>),<br />
will feature a question-and-answer session for you to learn from local experts<br />
specializing in different aspects of the industry. The panel will include:</p>
<p>Kelly Krohn, owner of <a href="http://poppyandstella.blogspot.com/">Poppy and Stella</a> and&nbsp;<a href="http://www.babeaboutique.com/">Babe. (a boutique)</a></p>
<p>Lauren Bell, manager and buyer at Babe. (a boutique)</p>
<p>Christie Griffiths, owner of&nbsp;<a href="http://www.brightsidebaltimore.com/">Brightside Boutique &#038; Art Studio</a></p>
<p>Stacey Chambers, owner of&nbsp;<a href="https://www.facebook.com/GoGosRetreadThreads">Gogo’s Retread Threads</a></p>
<p>Lana Rae, founder of&nbsp;<a href="http://fashionawardsmd.com/">Fashion Awards MD</a></p>
<p>John-John Williams, fashion editor at&nbsp;<em><a href="http://www.baltimoresun.com/">The Baltimore Sun</a></em></p>
<p>Check the event’s&nbsp;<a href="https://www.facebook.com/events/761439117213343/">Facebook page f</a>or more information as<br />
it’s updated!</p>
<p><strong>When: </strong>Wednesday,<br />
April 2<sup>nd</sup> from 7 to 9 p.m.</p>
<p><strong>Where:&nbsp;</strong><a href="http://christopherschafer.com/">Christopher Schafer Clothier</a>, 1400 Aliceanna St. </p>

<p><a href="https://www.baltimoremagazine.com/section/styleshopping/bfa-career-day/" rel="nofollow">Source</a></p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Valentine&#8217;s Day Events</title>
		<link>https://www.baltimoremagazine.com/section/styleshopping/valentines-day-events/</link>
		
		<dc:creator><![CDATA[Jess Mayhugh]]></dc:creator>
		<pubDate>Thu, 06 Feb 2014 12:00:00 +0000</pubDate>
				<category><![CDATA[Style & Shopping]]></category>
		<category><![CDATA[Babe]]></category>
		<category><![CDATA[Babe. a Boutique]]></category>
		<category><![CDATA[beauty]]></category>
		<category><![CDATA[discounts]]></category>
		<category><![CDATA[event]]></category>
		<category><![CDATA[Haute Blow Dry Bar]]></category>
		<category><![CDATA[holiday]]></category>
		<category><![CDATA[jewelry]]></category>
		<category><![CDATA[Kendra Phillip]]></category>
		<category><![CDATA[Lori K]]></category>
		<category><![CDATA[Morgan Truesdall]]></category>
		<category><![CDATA[sales]]></category>
		<category><![CDATA[Stevenson Village]]></category>
		<category><![CDATA[The Shops at Stevenson Village]]></category>
		<category><![CDATA[The Velvet Chocolatier]]></category>
		<category><![CDATA[The Village of Cross Keys]]></category>
		<category><![CDATA[trunk show]]></category>
		<category><![CDATA[Urban Chic]]></category>
		<category><![CDATA[Valentine's Day]]></category>
		<guid isPermaLink="false">https://www.baltimoremagazine.com/?p=66473</guid>

					<description><![CDATA[Start celebrating the holiday early this year! This weekend, Urban Chic will host a Valentine&#8217;s Day Trunk Show featuring Kendra Phillip jewelry—an American-made collection known for its contemporary twist on a more vintage, classic feel (including tons of heart-shaped pieces just in time for next week). Enjoy 10 percent off of any trunk show purchase, &#8230; <a href="https://www.baltimoremagazine.com/section/styleshopping/valentines-day-events/">Continued</a>]]></description>
										<content:encoded><![CDATA[<p>Start celebrating the holiday early this year! This weekend, <a href="http://www.urbanchiconline.com">Urban Chic</a> will host a Valentine&#8217;s Day Trunk Show featuring <a href="http://www.kendraphillip.com">Kendra Phillip</a> jewelry—an American-made <a href="https://www.facebook.com/pages/Kendra-Phillip/177777655605548">collection</a><br />
 known for its contemporary twist on a more vintage, classic feel<br />
(including tons of heart-shaped pieces just in time for next week).<br />
Enjoy 10 percent off of any trunk show purchase, as well as the store&#8217;s<br />
Valentine&#8217;s Day candy bar and champagne while you shop.</p>
<p><strong>When: </strong>Saturday, February 8th</p>
<p><strong>Where: </strong>801 Aliceanna St.</p>
<p>Starting next week, <a href="http://stevensonvillage.com">The Shops at Stevenson Village</a><br />
 will host a three-day center-wide sale. With any $100 purchase (at any<br />
Stevenson Village shop), receive $10 toward your next purchase at <a href="https://www.facebook.com/pages/Morgan-Truesdell-Gifts-and-Candy/109086942461126">Morgan Truesdell</a> or <a href="https://www.facebook.com/TheVelvetChocolatier">The Velvet Chocolatier</a>—perfect for a Valentine&#8217;s Day gift!</p>
<p>Also next Wednesday, <a href="http://www.shoplorik.com">Lori K</a> will be having a jewelry trunk show. Check the store&#8217;s <a href="https://www.facebook.com/shoplorik">Facebook page</a> for more information to come.</p>
<p><strong>When: </strong>Wednesday, February 12th through Friday, February 14th</p>
<p><strong>Where: </strong>10415 Stevenson Rd.</p>
<p>Take advantage of even more savings at <a href="https://www.facebook.com/VillageOfCrossKeys">The Village of Cross Keys</a>&#8216; Sweetheart of a Sale, where some of your favorite <a href="http://www.villageofcrosskeys.com/directory">shops</a> will be offering up to 85 percent off of original prices.</p>
<p><strong>When: </strong>Thursday, February 13th through Monday, February 17th</p>
<p><strong>Where: </strong>5100 Falls Rd.</p>
<p>And as the holiday nears, head over to <a href="http://www.babeaboutique.com">Babe. (a boutique)</a><br />
 to prep for the big night, no matter how you&#8217;re spending it. Pick up an<br />
 outfit and treat yourself to salon services—all at a great price! At<br />
the <a href="https://www.facebook.com/events/1473110136249701/">Babes and Blowouts Party</a>, the boutique will be offering 20 percent off of <em>all</em> in-store tops and dresses, so you&#8217;ll be able to find the perfect piece for any occasion.</p>
<p>The event will also have specialists from <a href="http://hauteblowdry.com">Haute Blow Dry Bar</a>, who will be offering exclusive deals on products and services. Enjoy a 20 percent discount on all <a href="http://www.davines.com">Davines</a><br />
 hair products—an environmentally-friendly line that promotes<br />
sustainable beauty. Leave the store with a $20 dry style (compared to<br />
the usual $25), whether you want curls or straightened hair. Going<br />
somewhere fancy? Opt for a different look with a $45 updo (compared to<br />
the usual $70)! Either way, add a $5 braid (compared to the usual $10)<br />
to complete your look!</p>
<p>As you&#8217;re shopping and getting pampered, be sure to enter the raffle for a chance to win one of the store&#8217;s Ballerina bags.</p>
<p>The shop will also be serving holiday cocktails and snacks throughout the night.</p>
<p><strong>When: </strong>Thursday, February 13th from 5 to 8 p.m.</p>
<p><strong>Where: </strong>1716 Aliceanna St.</p>

<p><a href="https://www.baltimoremagazine.com/section/styleshopping/valentines-day-events/" rel="nofollow">Source</a></p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Kick off February with (Even More) Sales!</title>
		<link>https://www.baltimoremagazine.com/section/styleshopping/kick-off-february-with-even-more-sales/</link>
		
		<dc:creator><![CDATA[Jess Mayhugh]]></dc:creator>
		<pubDate>Thu, 30 Jan 2014 09:30:00 +0000</pubDate>
				<category><![CDATA[Style & Shopping]]></category>
		<category><![CDATA[Babe]]></category>
		<category><![CDATA[Babe. a Boutique]]></category>
		<category><![CDATA[Brightside Boutique & Art Studio]]></category>
		<category><![CDATA[Cupcake Boutique]]></category>
		<category><![CDATA[Cupcake Rack and Sample Sale]]></category>
		<category><![CDATA[Fells Point]]></category>
		<category><![CDATA[Katwalk]]></category>
		<category><![CDATA[Katwalk Boutique]]></category>
		<category><![CDATA[Poppy and Stella]]></category>
		<category><![CDATA[sales]]></category>
		<category><![CDATA[shoes]]></category>
		<category><![CDATA[shopping]]></category>
		<guid isPermaLink="false">https://www.baltimoremagazine.com/?p=66475</guid>

					<description><![CDATA[Although we recently gave you a list of sales to keep you busy enough, here are a few more to look out for and start the month off right: This Saturday only, enjoy the first-ever Cupcake Rack and Sample Sale—the store&#8217;s largest sale to date! All sale items (from fall, winter, and even spring) have &#8230; <a href="https://www.baltimoremagazine.com/section/styleshopping/kick-off-february-with-even-more-sales/">Continued</a>]]></description>
										<content:encoded><![CDATA[<p>Although we recently gave you a list of sales to keep you busy enough, here are a few more to look out for and start the month off right:</p>
<p>This Saturday only, enjoy the first-ever <a href="https://www.facebook.com/events/641864382541747/641892125872306/?notif_t=like">Cupcake Rack and Sample Sale</a>—the <a href="http://cupcake-shop.com">store&#8217;s</a><br />
 largest sale to date! All sale items (from fall, winter, and even<br />
spring) have been marked down from anywhere between 50 and 75 percent<br />
off original prices. This means that all merchandise will sell for<br />
anywhere between as low as just $20 and $150—even pieces from some of<br />
your favorite, more expensive labels. (And lucky for us, this Saturday<br />
is just the debut of what will become the <a href="https://www.facebook.com/pages/Cupcake-shopcom/215759508443280">boutique&#8217;s</a> annual sale.)</p>
<p>Head across the street to enjoy even more sale items further reduced at <a href="http://www.brightsidebaltimore.com">Brightside Boutique</a>—take an extra 30 percent off of discounted merchandise. And while you&#8217;re there, be sure to shop the <a href="https://www.facebook.com/BrightsideBaltimore">boutique&#8217;s</a> sale rack filled with pieces that have all been marked down to just $20!</p>
<p>And once you&#8217;ve picked up some new clothing and accessories, walk a few doors down to <a href="https://www.facebook.com/poppyandstella">Poppy and Stella</a><br />
 for some new shoes to complete your new look! The store will be<br />
offering a great deal, 40 to 50 percent off, one of our favorite lines, <a href="http://www.pourlavictoire.com">Pour La Victoire</a>!</p>
<p>A few blocks over, visit the always unique <a href="https://www.facebook.com/KatwalkFashionShowroom?ref=br_tf">Katwalk Boutique&#8217;s</a><br />
 Winter Inventory Sale, which will afford you an additional 10 percent<br />
off of all discounted items—this means you can save up to 70 percent off<br />
 storewide!</p>
<p>Make your last stop in Fells Point across the street at <a href="http://www.babeaboutique.com">Babe</a>. In addition to the <a href="https://www.facebook.com/babeaboutique">shop&#8217;s</a> sale rack (saving you 40 to 50 percent), all date night dresses are now half off too. (Most under $100!)</p>
<p>At Green Spring Station, enjoy up to 50 percent off tons of sale merchandise (including winter styles) at <a href="http://www.weechic.com/">Wee Chic</a>. </p>
<p>Happy shopping!</p>

<p><a href="https://www.baltimoremagazine.com/section/styleshopping/kick-off-february-with-even-more-sales/" rel="nofollow">Source</a></p>]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Object Caching 49/166 objects using Redis
Page Caching using Disk: Enhanced 

Served from: www.baltimoremagazine.com @ 2026-06-12 21:14:06 by W3 Total Cache
-->