/**  
  * @outputFile ../css/style.css
  * @outputStyle expanded
  */
/******************************************************************
Site Name: Miinus
Author: ThemeLuxe

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.
******************************************************************/
/**  
 * @outputFile ../css/_normalize.css
 * @outputStyle expanded
 */
/*! normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block;
  display: inline;
  zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
  margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none;
}

/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: '';
  content: none;
}

small {
  font-size: 75%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  margin-left: -7px;
  /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  vertical-align: middle;
  /* 3 */
}

/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  overflow: visible;
  /* 4 */
}

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  height: 13px;
  /* 3 */
  width: 13px;
  /* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in FF3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

b, strong, .strong {
  font-weight: bold;
}

dfn, em, .em {
  font-style: italic;
}

small, .small {
  font-size: 75%;
}

ul, ol {
  padding: 0;
}

dd {
  margin: 0;
}

.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none;
}

/**  
 * @outputFile ../css/_mixins.css
 * @outputStyle expanded
 */
/******************************************************************

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of Sass' great features:
Mixins & Constants. I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques like box shadow and
border-radius.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

******************************************************************/
/*********************
CLEARFIXIN'
*********************/
.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

/*********************
TOOLS
*********************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/*********************
TYPOGRAPHY
*********************/
/* 	To embed your own fonts, use this syntax
	and place your fonts inside the
	library/fonts folder. For more information
	on embedding fonts, go to:
	http://www.fontsquirrel.com/
	Be sure to remove the comment brackets.
*/
/*	@font-face {
    	font-family: 'Font Name';
    	src: url('library/fonts/font-name.eot');
    	src: url('library/fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('library/fonts/font-name.woff') format('woff'),
             url('library/fonts/font-name.ttf') format('truetype'),
             url('library/fonts/font-name.svg#font-name') format('svg');
    	font-weight: normal;
    	font-style: normal;
	}
*/
/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.alert, .alert-warning, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 10px 18px;
  border: 1px solid;
}

.alert-warning {
  border-color: #fff689;
  background: #fff9b2;
}

.alert-info {
  border-color: #b2def2;
  background: #d5edf8;
}

.alert-error {
  border-color: #f6bfc2;
  background: #fbe3e4;
}

.alert-success {
  border-color: #b3e7a2;
  background: #cdefc2;
}

.accent-bg {
  background-color: #56cc00;
  color: white;
  padding: 0 .2em;
}

/*********************
BORDER RADIUS
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include border-radius(4px 4px 0 0);
*/
/*********************
TRANISTION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
a, input, textarea, .button, input[type=submit], .woocommerce .products .button, .woocommerce .product .button, .woocommerce-page #main .button {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*********************
OPACITY
*********************/
/*********************
BOX SHADOWS
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include box-shadow(inset 0 0 4px rgba(0,0,0,0.22));
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdue it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/*********************
BUTTONS
*********************/
.button-alt, .button, input[type=submit], .woocommerce .products .button, .woocommerce .product .button, .woocommerce-page #main .button, .button.small, input.small[type=submit], .entry-content .more-link, .woocommerce .products .small.button, .woocommerce .products .entry-content .more-link, .entry-content .woocommerce .products .more-link, .woocommerce .product .small.button, .woocommerce .product .entry-content .more-link, .entry-content .woocommerce .product .more-link, .woocommerce-page #main .small.button, .woocommerce-page #main .entry-content .more-link, .entry-content .woocommerce-page #main .more-link, .button.large, input.large[type=submit], .woocommerce .products .large.button, .woocommerce .product .large.button, .woocommerce-page #main .large.button, .button.medium, input.medium[type=submit], .woocommerce .products .medium.button, .woocommerce .product .medium.button, .woocommerce-page #main .medium.button {
  line-height: 20px;
  background: #56cc00;
  border: 1px solid #56cc00;
  font-size: 12px;
  font-weight: 600px;
  display: inline-block;
  font-stretch: narrower;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -border-radius: 3px;
  border-radius: 3px;
  margin: 20px 1px 20px 0;
  min-width: 150px;
}

.button-text {
  padding: 13px 14px 13px 14px;
  text-align: center;
  width: 100%;
  display: block;
}
.button-text [class^="icon-"] {
  font-size: 30px !important;
  margin-top: -5px !important;
  color: inherit;
}

.button [class^="icon-"], input[type=submit] [class^="icon-"], .woocommerce .products .button [class^="icon-"], .woocommerce .product .button [class^="icon-"], .woocommerce-page #main .button [class^="icon-"] {
  float: left;
  font-size: 40px;
  margin-top: 6px;
  margin-right: 5px;
  margin-left: -8px;
}

.button.transparent, input.transparent[type=submit], .woocommerce .products .transparent.button, .woocommerce .product .transparent.button, .woocommerce-page #main .transparent.button {
  background: transparent;
}
.button.transparent .button-text, input.transparent[type=submit] .button-text, .woocommerce-page #main .transparent.button .button-text {
  color: #56cc00;
}

.button.transparent-white, input.transparent-white[type=submit], .woocommerce .products .transparent-white.button, .woocommerce .product .transparent-white.button, .woocommerce-page #main .transparent-white.button {
  background: transparent;
  border: 1px solid #ffffff;
}
.button.transparent-white .button-text, input.transparent-white[type=submit] .button-text, .woocommerce-page #main .transparent-white.button .button-text {
  color: #ffffff;
}

.button.inverse:hover, input.inverse[type=submit]:hover, .woocommerce-page #main .inverse.button:hover {
  background: #666;
}

.button.small, input.small[type=submit], .entry-content .more-link, .woocommerce .products .small.button, .woocommerce .products .entry-content .more-link, .entry-content .woocommerce .products .more-link, .woocommerce .product .small.button, .woocommerce .product .entry-content .more-link, .entry-content .woocommerce .product .more-link, .woocommerce-page #main .small.button, .woocommerce-page #main .entry-content .more-link, .entry-content .woocommerce-page #main .more-link {
  font-size: 10px;
}
.button.small .button-text, input.small[type=submit] .button-text, .entry-content .more-link .button-text, .woocommerce-page #main .small.button .button-text, .woocommerce-page #main .entry-content .more-link .button-text, .entry-content .woocommerce-page #main .more-link .button-text {
  padding: 10px 30px 10px 30px;
}

.button.large .button-text, input.large[type=submit] .button-text, .woocommerce-page #main .large.button .button-text {
  padding: 21px 30px 21px 30px;
}

.button.center, input.center[type=submit], .woocommerce .products .center.button, .woocommerce .product .center.button, .woocommerce-page #main .center.button, .button.middle, input.middle[type=submit], .woocommerce .products .middle.button, .woocommerce .product .middle.button, .woocommerce-page #main .middle.button {
  text-align: center;
  display: inherit;
  margin: 0 auto;
}

.button-alt a, .button a, input[type=submit] a, .woocommerce .products .button a, .woocommerce .product .button a, .woocommerce-page #main .button a, .button.small a, input.small[type=submit] a, .entry-content .more-link a, .woocommerce .products .small.button a, .woocommerce .products .entry-content .more-link a, .entry-content .woocommerce .products .more-link a, .woocommerce .product .small.button a, .woocommerce .product .entry-content .more-link a, .entry-content .woocommerce .product .more-link a, .woocommerce-page #main .small.button a, .woocommerce-page #main .entry-content .more-link a, .entry-content .woocommerce-page #main .more-link a {
  font-size: .9em;
  line-height: 14px;
}

.button.medium a, input.medium[type=submit] a, .woocommerce .products .medium.button a, .woocommerce .product .medium.button a, .woocommerce-page #main .medium.button a {
  font-size: 1.2em;
  line-height: 20px;
}

.button.large a, input.large[type=submit] a, .woocommerce .products .large.button a, .woocommerce .product .large.button a, .woocommerce-page #main .large.button a {
  font-size: 1.5em;
  line-height: 24px;
}

.button span.btn_caption, input[type=submit] span.btn_caption, .woocommerce .products .button span.btn_caption, .woocommerce .product .button span.btn_caption, .woocommerce-page #main .button span.btn_caption {
  font-weight: 400;
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
}

.button.light, input.light[type=submit], .woocommerce .products .light.button, .woocommerce .product .light.button, .woocommerce-page #main .light.button {
  background: #ececec;
  color: #aaaaaa;
}
.button.light:hover, input.light[type=submit]:hover, .woocommerce-page #main .light.button:hover {
  color: #aaaaaa;
  background: #dadada;
}

.button.light.inverse, input.light.inverse[type=submit], .woocommerce-page #main .light.inverse.button {
  background: #dadada;
}
.button.light.inverse:hover, input.light.inverse[type=submit]:hover, .woocommerce-page #main .light.inverse.button:hover {
  background: #ececec;
}

.button.dark, input.dark[type=submit], .woocommerce .products .dark.button, .woocommerce .product .dark.button, .woocommerce-page #main .dark.button {
  background: #414142;
  color: #ffffff;
}
.button.dark:hover, input.dark[type=submit]:hover, .woocommerce-page #main .dark.button:hover {
  color: #ffffff;
  background: #2c2c2c;
}

.button.dark.inverse, input.dark.inverse[type=submit], .woocommerce-page #main .dark.inverse.button {
  background: #2c2c2c;
}
.button.dark.inverse:hover, input.dark.inverse[type=submit]:hover, .woocommerce-page #main .dark.inverse.button:hover {
  background: #414142;
}

.button.orange, input.orange[type=submit], .woocommerce .products .orange.button, .woocommerce .product .orange.button, .woocommerce-page #main .orange.button {
  background: #f5a862;
  color: #ffffff;
}
.button.orange:hover, input.orange[type=submit]:hover, .woocommerce-page #main .orange.button:hover {
  color: #ffffff;
  background: #da975b;
}

.button.orange.inverse, input.orange.inverse[type=submit], .woocommerce-page #main .orange.inverse.button {
  background: #da975b;
}
.button.orange.inverse:hover, input.orange.inverse[type=submit]:hover, .woocommerce-page #main .orange.inverse.button:hover {
  background: #f5a862;
}

.button.green, input.green[type=submit], .woocommerce .products .green.button, .woocommerce .product .green.button, .woocommerce-page #main .green.button {
  background: #65cf90;
  color: #ffffff;
}
.button.green:hover, input.green[type=submit]:hover, .woocommerce-page #main .green.button:hover {
  color: #ffffff;
  background: #58b07b;
}

.button.green.inverse, input.green.inverse[type=submit], .woocommerce-page #main .green.inverse.button {
  background: #58b07b;
}
.button.green.inverse:hover, input.green.inverse[type=submit]:hover, .woocommerce-page #main .green.inverse.button:hover {
  background: #65cf90;
}

.button.brown, input.brown[type=submit], .woocommerce .products .brown.button, .woocommerce .product .brown.button, .woocommerce-page #main .brown.button {
  background: #5c5852;
  color: #ffffff;
}
.button.brown:hover, input.brown[type=submit]:hover, .woocommerce-page #main .brown.button:hover {
  color: #ffffff;
  background: #45413c;
}

.button.brown.inverse, input.brown.inverse[type=submit], .woocommerce-page #main .brown.inverse.button {
  background: #45413c;
}
.button.brown.inverse:hover, input.brown.inverse[type=submit]:hover, .woocommerce-page #main .brown.inverse.button:hover {
  background: #5c5852;
}

.button.red, input.red[type=submit], .woocommerce .products .red.button, .woocommerce .product .red.button, .woocommerce-page #main .red.button {
  background: #ed6153;
  color: #ffffff;
}
.button.red:hover, input.red[type=submit]:hover, .woocommerce-page #main .red.button:hover {
  color: #ffffff;
  background: #ca5448;
}

.button.red.inverse, input.red.inverse[type=submit], .woocommerce-page #main .red.inverse.button {
  background: #ca5448;
}
.button.red.inverse:hover, input.red.inverse[type=submit]:hover, .woocommerce-page #main .red.inverse.button:hover {
  background: #ed6153;
}

.button.blue-white, input.blue-white[type=submit], .woocommerce .products .blue-white.button, .woocommerce .product .blue-white.button, .woocommerce-page #main .blue-white.button {
  background: #ffffff;
  color: #34aecc;
}
.button.blue-white:hover, input.blue-white[type=submit]:hover, .woocommerce-page #main .blue-white.button:hover {
  color: #ffffff;
  background: #34aecc;
}

.button.blue-white.inverse, input.blue-white.inverse[type=submit], .woocommerce-page #main .blue-white.inverse.button {
  background: #34aecc;
  color: #ffffff;
}
.button.blue-white.inverse:hover, input.blue-white.inverse[type=submit]:hover, .woocommerce-page #main .blue-white.inverse.button:hover {
  color: #34aecc;
  background: #ffffff;
}

.button.orange-white, input.orange-white[type=submit], .woocommerce .products .orange-white.button, .woocommerce .product .orange-white.button, .woocommerce-page #main .orange-white.button {
  background: #ffffff;
  color: #f49244;
}
.button.orange-white:hover, input.orange-white[type=submit]:hover, .woocommerce-page #main .orange-white.button:hover {
  color: #ffffff;
  background: #f49244;
}

.button.orange-white.inverse, input.orange-white.inverse[type=submit], .woocommerce-page #main .orange-white.inverse.button {
  background: #f49244;
  color: #ffffff;
}
.button.orange-white.inverse:hover, input.orange-white.inverse[type=submit]:hover, .woocommerce-page #main .orange-white.inverse.button:hover {
  color: #f49244;
  background: #ffffff;
}

.button.red-white, input.red-white[type=submit], .woocommerce .products .red-white.button, .woocommerce .product .red-white.button, .woocommerce-page #main .red-white.button {
  background: #ffffff;
  color: #f95353;
}
.button.red-white:hover, input.red-white[type=submit]:hover, .woocommerce-page #main .red-white.button:hover {
  color: #ffffff;
  background: #f95353;
}

.button.red-white.inverse, input.red-white.inverse[type=submit], .woocommerce-page #main .red-white.inverse.button {
  background: #f95353;
  color: #ffffff;
}
.button.red-white.inverse:hover, input.red-white.inverse[type=submit]:hover, .woocommerce-page #main .red-white.inverse.button:hover {
  color: #f95353;
  background: #ffffff;
}

.button.green-white, input.green-white[type=submit], .woocommerce .products .green-white.button, .woocommerce .product .green-white.button, .woocommerce-page #main .green-white.button {
  background: #ffffff;
  color: #97c13c;
}
.button.green-white:hover, input.green-white[type=submit]:hover, .woocommerce-page #main .green-white.button:hover {
  color: #ffffff;
  background: #97c13c;
}

.button.green-white.inverse, input.green-white.inverse[type=submit], .woocommerce-page #main .green-white.inverse.button {
  background: #97c13c;
  color: #ffffff;
}
.button.green-white.inverse:hover, input.green-white.inverse[type=submit]:hover, .woocommerce-page #main .green-white.inverse.button:hover {
  color: #97c13c;
  background: #ffffff;
}

.button.shadow, input.shadow[type=submit], .woocommerce .products .shadow.button, .woocommerce .product .shadow.button, .woocommerce-page #main .shadow.button {
  -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.1);
  -box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.1);
}

.demo-buttons .button, .demo-buttons input[type=submit], .demo-buttons .woocommerce .products .button, .woocommerce .products .demo-buttons .button, .demo-buttons .woocommerce .product .button, .woocommerce .product .demo-buttons .button, .demo-buttons .woocommerce-page #main .button, .woocommerce-page #main .demo-buttons .button {
  margin-top: 10px;
}

/*********************
ANIMATIONS
*********************/
.luxe-animate {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
}

.hidden {
  visibility: hidden;
}

.animated {
  visibility: visible;
}

#animateTest {
  width: 113px;
  display: block;
  margin: 0 auto;
}

#animation-test-container .one_fifth {
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
}

@font-face {
  font-family: 'entypo';
  src: url("fonts/entypo.eot?99424041");
  src: url("fonts/entypo.eot?99424041#iefix") format("embedded-opentype"), url("fonts/entypo.woff?99424041") format("woff"), url("fonts/entypo.ttf?99424041") format("truetype"), url("fonts/entypo.svg?99424041#entypo") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'entypo';
    src: url('fonts/entypo.svg?99424041#entypo') format('svg');
  }
}
*/
.accent-icon {
  font-size: 36px;
  color: #56cc00;
  border: 1px solid #56cc00;
  width: 60px;
  height: 60px;
  text-align: center;
  display: block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -border-radius: 3px;
  border-radius: 3px;
  line-height: 60px;
  margin: 0 auto;
}

.bordered-icon {
  border: 1px solid;
  padding: 3px 6px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  margin-right: 15px;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "entypo";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-note:before {
  content: '\e8e0';
}

.icon-logo-db:before {
  content: '\e8df';
}

.icon-music:before {
  content: '\e8e2';
}

.icon-search:before {
  content: '\e8e3';
}

.icon-flashlight:before {
  content: '\e8e4';
}

.icon-mail:before {
  content: '\e8e5';
}

.icon-heart:before {
  content: '\e8e6';
}

.icon-heart-empty:before {
  content: '\e8e7';
}

.icon-star:before {
  content: '\e8e8';
}

.icon-star-empty:before {
  content: '\e8e9';
}

.icon-user:before {
  content: '\e8ea';
}

.icon-users:before {
  content: '\e8eb';
}

.icon-user-add:before {
  content: '\e8ec';
}

.icon-video:before {
  content: '\e8ed';
}

.icon-picture:before {
  content: '\e8ee';
}

.icon-camera:before {
  content: '\e8ef';
}

.icon-layout:before {
  content: '\e8f0';
}

.icon-menu:before {
  content: '\e8f1';
}

.icon-check:before {
  content: '\e8f2';
}

.icon-cancel:before {
  content: '\e8f3';
}

.icon-cancel-circled:before {
  content: '\e8f4';
}

.icon-cancel-squared:before {
  content: '\e8f5';
}

.icon-plus:before {
  content: '\e8f6';
}

.icon-plus-circled:before {
  content: '\e8f7';
}

.icon-plus-squared:before {
  content: '\e8f8';
}

.icon-minus:before {
  content: '\e8f9';
}

.icon-minus-circled:before {
  content: '\e8fa';
}

.icon-minus-squared:before {
  content: '\e8fb';
}

.icon-help:before {
  content: '\e8fc';
}

.icon-help-circled:before {
  content: '\e8fd';
}

.icon-info:before {
  content: '\e8fe';
}

.icon-info-circled:before {
  content: '\e8ff';
}

.icon-back:before {
  content: '\e900';
}

.icon-home:before {
  content: '\e901';
}

.icon-link:before {
  content: '\e902';
}

.icon-attach:before {
  content: '\e903';
}

.icon-lock:before {
  content: '\e904';
}

.icon-lock-open:before {
  content: '\e905';
}

.icon-eye:before {
  content: '\e906';
}

.icon-tag:before {
  content: '\e907';
}

.icon-bookmark:before {
  content: '\e908';
}

.icon-bookmarks:before {
  content: '\e909';
}

.icon-flag:before {
  content: '\e90a';
}

.icon-thumbs-up:before {
  content: '\e90b';
}

.icon-thumbs-down:before {
  content: '\e90c';
}

.icon-download:before {
  content: '\e90d';
}

.icon-upload:before {
  content: '\e90e';
}

.icon-upload-cloud:before {
  content: '\e90f';
}

.icon-reply:before {
  content: '\e910';
}

.icon-reply-all:before {
  content: '\e911';
}

.icon-forward:before {
  content: '\e912';
}

.icon-quote:before {
  content: '\e913';
}

.icon-code:before {
  content: '\e914';
}

.icon-export:before {
  content: '\e915';
}

.icon-pencil:before {
  content: '\e916';
}

.icon-feather:before {
  content: '\e917';
}

.icon-print:before {
  content: '\e918';
}

.icon-retweet:before {
  content: '\e919';
}

.icon-keyboard:before {
  content: '\e91a';
}

.icon-comment:before {
  content: '\e91b';
}

.icon-chat:before {
  content: '\e820';
}

.icon-bell:before {
  content: '\e821';
}

.icon-attention:before {
  content: '\e822';
}

.icon-alert:before {
  content: '\e823';
}

.icon-vcard:before {
  content: '\e824';
}

.icon-address:before {
  content: '\e825';
}

.icon-location:before {
  content: '\e826';
}

.icon-map:before {
  content: '\e827';
}

.icon-direction:before {
  content: '\e828';
}

.icon-compass:before {
  content: '\e829';
}

.icon-cup:before {
  content: '\e82a';
}

.icon-trash:before {
  content: '\e82b';
}

.icon-doc:before {
  content: '\e82c';
}

.icon-docs:before {
  content: '\e82d';
}

.icon-doc-landscape:before {
  content: '\e82e';
}

.icon-doc-text:before {
  content: '\e82f';
}

.icon-doc-text-inv:before {
  content: '\e830';
}

.icon-newspaper:before {
  content: '\e831';
}

.icon-book-open:before {
  content: '\e832';
}

.icon-book:before {
  content: '\e833';
}

.icon-folder:before {
  content: '\e834';
}

.icon-archive:before {
  content: '\e835';
}

.icon-box:before {
  content: '\e836';
}

.icon-rss:before {
  content: '\e837';
}

.icon-phone:before {
  content: '\e838';
}

.icon-cog:before {
  content: '\e839';
}

.icon-tools:before {
  content: '\e83a';
}

.icon-share:before {
  content: '\e83b';
}

.icon-shareable:before {
  content: '\e83c';
}

.icon-basket:before {
  content: '\e83d';
}

.icon-bag:before {
  content: '\e83e';
}

.icon-calendar:before {
  content: '\e83f';
}

.icon-login:before {
  content: '\e840';
}

.icon-logout:before {
  content: '\e841';
}

.icon-mic:before {
  content: '\e842';
}

.icon-mute:before {
  content: '\e843';
}

.icon-sound:before {
  content: '\e844';
}

.icon-volume:before {
  content: '\e845';
}

.icon-clock:before {
  content: '\e846';
}

.icon-hourglass:before {
  content: '\e847';
}

.icon-lamp:before {
  content: '\e848';
}

.icon-light-down:before {
  content: '\e849';
}

.icon-light-up:before {
  content: '\e84a';
}

.icon-adjust:before {
  content: '\e84b';
}

.icon-block:before {
  content: '\e84c';
}

.icon-resize-full:before {
  content: '\e84d';
}

.icon-resize-small:before {
  content: '\e84e';
}

.icon-popup:before {
  content: '\e84f';
}

.icon-publish:before {
  content: '\e850';
}

.icon-window:before {
  content: '\e851';
}

.icon-arrow-combo:before {
  content: '\e852';
}

.icon-down-circled:before {
  content: '\e853';
}

.icon-left-circled:before {
  content: '\e854';
}

.icon-right-circled:before {
  content: '\e855';
}

.icon-up-circled:before {
  content: '\e856';
}

.icon-down-open:before {
  content: '\e857';
}

.icon-left-open:before {
  content: '\e858';
}

.icon-right-open:before {
  content: '\e859';
}

.icon-up-open:before {
  content: '\e85a';
}

.icon-down-open-mini:before {
  content: '\e85b';
}

.icon-left-open-mini:before {
  content: '\e85c';
}

.icon-right-open-mini:before {
  content: '\e85d';
}

.icon-up-open-mini:before {
  content: '\e85e';
}

.icon-down-open-big:before {
  content: '\e85f';
}

.icon-left-open-big:before {
  content: '\e860';
}

.icon-right-open-big:before {
  content: '\e861';
}

.icon-up-open-big:before {
  content: '\e862';
}

.icon-down:before {
  content: '\e863';
}

.icon-left:before {
  content: '\e864';
}

.icon-right:before {
  content: '\e865';
}

.icon-up:before {
  content: '\e866';
}

.icon-down-dir:before {
  content: '\e867';
}

.icon-left-dir:before {
  content: '\e868';
}

.icon-right-dir:before {
  content: '\e869';
}

.icon-up-dir:before {
  content: '\e86a';
}

.icon-down-bold:before {
  content: '\e86b';
}

.icon-left-bold:before {
  content: '\e86c';
}

.icon-right-bold:before {
  content: '\e86d';
}

.icon-up-bold:before {
  content: '\e86e';
}

.icon-down-thin:before {
  content: '\e86f';
}

.icon-left-thin:before {
  content: '\e870';
}

.icon-right-thin:before {
  content: '\e871';
}

.icon-note-beamed:before {
  content: '\e8e1';
}

.icon-ccw:before {
  content: '\e873';
}

.icon-cw:before {
  content: '\e874';
}

.icon-arrows-ccw:before {
  content: '\e875';
}

.icon-level-down:before {
  content: '\e876';
}

.icon-level-up:before {
  content: '\e877';
}

.icon-shuffle:before {
  content: '\e878';
}

.icon-loop:before {
  content: '\e879';
}

.icon-switch:before {
  content: '\e87a';
}

.icon-play:before {
  content: '\e87b';
}

.icon-stop:before {
  content: '\e87c';
}

.icon-pause:before {
  content: '\e87d';
}

.icon-record:before {
  content: '\e87e';
}

.icon-to-end:before {
  content: '\e87f';
}

.icon-to-start:before {
  content: '\e880';
}

.icon-fast-forward:before {
  content: '\e881';
}

.icon-fast-backward:before {
  content: '\e882';
}

.icon-progress-0:before {
  content: '\e883';
}

.icon-progress-1:before {
  content: '\e884';
}

.icon-progress-2:before {
  content: '\e885';
}

.icon-progress-3:before {
  content: '\e886';
}

.icon-target:before {
  content: '\e887';
}

.icon-palette:before {
  content: '\e888';
}

.icon-list:before {
  content: '\e889';
}

.icon-list-add:before {
  content: '\e88a';
}

.icon-signal:before {
  content: '\e88b';
}

.icon-trophy:before {
  content: '\e88c';
}

.icon-battery:before {
  content: '\e88d';
}

.icon-back-in-time:before {
  content: '\e88e';
}

.icon-monitor:before {
  content: '\e88f';
}

.icon-mobile:before {
  content: '\e890';
}

.icon-network:before {
  content: '\e891';
}

.icon-cd:before {
  content: '\e892';
}

.icon-inbox:before {
  content: '\e893';
}

.icon-install:before {
  content: '\e894';
}

.icon-globe:before {
  content: '\e895';
}

.icon-cloud:before {
  content: '\e896';
}

.icon-cloud-thunder:before {
  content: '\e897';
}

.icon-flash:before {
  content: '\e898';
}

.icon-moon:before {
  content: '\e899';
}

.icon-flight:before {
  content: '\e89a';
}

.icon-paper-plane:before {
  content: '\e89b';
}

.icon-leaf:before {
  content: '\e89c';
}

.icon-lifebuoy:before {
  content: '\e89d';
}

.icon-mouse:before {
  content: '\e89e';
}

.icon-briefcase:before {
  content: '\e89f';
}

.icon-suitcase:before {
  content: '\e8a0';
}

.icon-dot:before {
  content: '\e8a1';
}

.icon-dot-2:before {
  content: '\e8a2';
}

.icon-dot-3:before {
  content: '\e8a3';
}

.icon-brush:before {
  content: '\e8a4';
}

.icon-magnet:before {
  content: '\e8a5';
}

.icon-infinity:before {
  content: '\e8a6';
}

.icon-erase:before {
  content: '\e8a7';
}

.icon-chart-pie:before {
  content: '\e8a8';
}

.icon-chart-line:before {
  content: '\e8a9';
}

.icon-chart-bar:before {
  content: '\e8aa';
}

.icon-chart-area:before {
  content: '\e8ab';
}

.icon-tape:before {
  content: '\e81c';
}

.icon-graduation-cap:before {
  content: '\e81d';
}

.icon-language:before {
  content: '\e81e';
}

.icon-ticket:before {
  content: '\e81f';
}

.icon-water:before {
  content: '\e8c4';
}

.icon-droplet:before {
  content: '\e8c5';
}

.icon-air:before {
  content: '\e8c6';
}

.icon-credit-card:before {
  content: '\e800';
}

.icon-floppy:before {
  content: '\e801';
}

.icon-clipboard:before {
  content: '\e802';
}

.icon-megaphone:before {
  content: '\e803';
}

.icon-database:before {
  content: '\e804';
}

.icon-drive:before {
  content: '\e805';
}

.icon-bucket:before {
  content: '\e806';
}

.icon-thermometer:before {
  content: '\e8ac';
}

.icon-key:before {
  content: '\e8ad';
}

.icon-flow-cascade:before {
  content: '\e8ae';
}

.icon-flow-branch:before {
  content: '\e8af';
}

.icon-flow-tree:before {
  content: '\e8b0';
}

.icon-flow-line:before {
  content: '\e8b1';
}

.icon-flow-parallel:before {
  content: '\e8c7';
}

.icon-rocket:before {
  content: '\e8c8';
}

.icon-gauge:before {
  content: '\e8c9';
}

.icon-traffic-cone:before {
  content: '\e8ca';
}

.icon-cc:before {
  content: '\e8cb';
}

.icon-cc-by:before {
  content: '\e8cc';
}

.icon-cc-nc:before {
  content: '\e8cd';
}

.icon-cc-nc-eu:before {
  content: '\e807';
}

.icon-cc-nc-jp:before {
  content: '\e808';
}

.icon-cc-sa:before {
  content: '\e809';
}

.icon-cc-nd:before {
  content: '\e80a';
}

.icon-cc-pd:before {
  content: '\e80b';
}

.icon-cc-zero:before {
  content: '\e80c';
}

.icon-cc-share:before {
  content: '\e80d';
}

.icon-cc-remix:before {
  content: '\e8b2';
}

.icon-github:before {
  content: '\e8b3';
}

.icon-github-circled:before {
  content: '\e8b4';
}

.icon-flickr:before {
  content: '\e8b5';
}

.icon-flickr-circled:before {
  content: '\e8b6';
}

.icon-vimeo:before {
  content: '\e8b7';
}

.icon-vimeo-circled:before {
  content: '\e8ce';
}

.icon-twitter:before {
  content: '\e8cf';
}

.icon-twitter-circled:before {
  content: '\e8d0';
}

.icon-facebook:before {
  content: '\e8d1';
}

.icon-facebook-circled:before {
  content: '\e8d2';
}

.icon-facebook-squared:before {
  content: '\e8d3';
}

.icon-gplus:before {
  content: '\e8d4';
}

.icon-gplus-circled:before {
  content: '\e80e';
}

.icon-pinterest:before {
  content: '\e80f';
}

.icon-pinterest-circled:before {
  content: '\e810';
}

.icon-tumblr:before {
  content: '\e811';
}

.icon-tumblr-circled:before {
  content: '\e812';
}

.icon-linkedin:before {
  content: '\e813';
}

.icon-linkedin-circled:before {
  content: '\e814';
}

.icon-dribbble:before {
  content: '\e8b8';
}

.icon-dribbble-circled:before {
  content: '\e8b9';
}

.icon-stumbleupon:before {
  content: '\e8ba';
}

.icon-stumbleupon-circled:before {
  content: '\e8bb';
}

.icon-lastfm:before {
  content: '\e8bc';
}

.icon-lastfm-circled:before {
  content: '\e8bd';
}

.icon-rdio:before {
  content: '\e8d5';
}

.icon-rdio-circled:before {
  content: '\e8d6';
}

.icon-spotify:before {
  content: '\e8d7';
}

.icon-spotify-circled:before {
  content: '\e8d8';
}

.icon-qq:before {
  content: '\e8d9';
}

.icon-instagram:before {
  content: '\e8da';
}

.icon-dropbox:before {
  content: '\e8db';
}

.icon-evernote:before {
  content: '\e815';
}

.icon-flattr:before {
  content: '\e816';
}

.icon-skype:before {
  content: '\e817';
}

.icon-skype-circled:before {
  content: '\e818';
}

.icon-renren:before {
  content: '\e819';
}

.icon-sina-weibo:before {
  content: '\e81a';
}

.icon-paypal:before {
  content: '\e81b';
}

.icon-picasa:before {
  content: '\e8be';
}

.icon-soundcloud:before {
  content: '\e8bf';
}

.icon-mixi:before {
  content: '\e8c0';
}

.icon-behance:before {
  content: '\e8c1';
}

.icon-google-circles:before {
  content: '\e8c2';
}

.icon-vkontakte:before {
  content: '\e8c3';
}

.icon-smashing:before {
  content: '\e8dc';
}

.icon-sweden:before {
  content: '\e8dd';
}

.icon-db-shape:before {
  content: '\e8de';
}

.icon-up-thin:before {
  content: '\e872';
}

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

Copyright (c) 2013 Daniel Eden

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

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

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

.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

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

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

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

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

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

  25%, 75% {
    opacity: 0;
  }
}
.animated.flash {
  -webkit-animation-name: flash;
  -moz-animation-name: flash;
  -o-animation-name: flash;
  animation-name: flash;
}

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

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

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

  10%, 30%, 50%, 70%, 90% {
    -moz-transform: translateX(-10px);
  }

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

  10%, 30%, 50%, 70%, 90% {
    -o-transform: translateX(-10px);
  }

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

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

  20%, 40%, 60%, 80% {
    transform: translateX(10px);
  }
}
.animated.shake {
  -webkit-animation-name: shake;
  -moz-animation-name: shake;
  -o-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
  }

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

  40% {
    -moz-transform: translateY(-30px);
  }

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

  40% {
    -o-transform: translateY(-30px);
  }

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

  40% {
    transform: translateY(-30px);
  }

  60% {
    transform: translateY(-15px);
  }
}
.animated.bounce {
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -o-animation-name: bounce;
  animation-name: bounce;
}

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

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}
@-moz-keyframes tada {
  0% {
    -moz-transform: scale(1);
  }

  10%, 20% {
    -moz-transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -moz-transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -moz-transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -moz-transform: scale(1) rotate(0);
  }
}
@-o-keyframes tada {
  0% {
    -o-transform: scale(1);
  }

  10%, 20% {
    -o-transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -o-transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -o-transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -o-transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    transform: scale(1);
  }

  10%, 20% {
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    transform: scale(1) rotate(0);
  }
}
.animated.tada {
  -webkit-animation-name: tada;
  -moz-animation-name: tada;
  -o-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center;
  }

  20% {
    -webkit-transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
  }
}
@-moz-keyframes swing {
  20% {
    -moz-transform: rotate(15deg);
  }

  40% {
    -moz-transform: rotate(-10deg);
  }

  60% {
    -moz-transform: rotate(5deg);
  }

  80% {
    -moz-transform: rotate(-5deg);
  }

  100% {
    -moz-transform: rotate(0deg);
  }
}
@-o-keyframes swing {
  20% {
    -o-transform: rotate(15deg);
  }

  40% {
    -o-transform: rotate(-10deg);
  }

  60% {
    -o-transform: rotate(5deg);
  }

  80% {
    -o-transform: rotate(-5deg);
  }

  100% {
    -o-transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }

  40% {
    transform: rotate(-10deg);
  }

  60% {
    transform: rotate(5deg);
  }

  80% {
    transform: rotate(-5deg);
  }

  100% {
    transform: rotate(0deg);
  }
}
.animated.swing {
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  -moz-animation-name: swing;
  -o-animation-name: swing;
  animation-name: swing;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes wobble {
  0% {
    -moz-transform: translateX(0%);
  }

  15% {
    -moz-transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -moz-transform: translateX(20%) rotate(3deg);
  }

  45% {
    -moz-transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -moz-transform: translateX(10%) rotate(2deg);
  }

  75% {
    -moz-transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -moz-transform: translateX(0%);
  }
}
@-o-keyframes wobble {
  0% {
    -o-transform: translateX(0%);
  }

  15% {
    -o-transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -o-transform: translateX(20%) rotate(3deg);
  }

  45% {
    -o-transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -o-transform: translateX(10%) rotate(2deg);
  }

  75% {
    -o-transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -o-transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    transform: translateX(0%);
  }

  15% {
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    transform: translateX(0%);
  }
}
.animated.wobble {
  -webkit-animation-name: wobble;
  -moz-animation-name: wobble;
  -o-animation-name: wobble;
  animation-name: wobble;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
  }

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

  50% {
    -moz-transform: scale(1.1);
  }

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

  50% {
    -o-transform: scale(1.1);
  }

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

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}
.animated.pulse {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -o-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
}
@-moz-keyframes flip {
  0% {
    -moz-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -moz-animation-timing-function: ease-out;
  }

  40% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -moz-animation-timing-function: ease-out;
  }

  50% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -moz-animation-timing-function: ease-in;
  }

  80% {
    -moz-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -moz-animation-timing-function: ease-in;
  }

  100% {
    -moz-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -moz-animation-timing-function: ease-in;
  }
}
@-o-keyframes flip {
  0% {
    -o-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -o-animation-timing-function: ease-out;
  }

  40% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -o-animation-timing-function: ease-out;
  }

  50% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -o-animation-timing-function: ease-in;
  }

  80% {
    -o-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -o-animation-timing-function: ease-in;
  }

  100% {
    -o-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -o-animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    animation-timing-function: ease-out;
  }

  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    animation-timing-function: ease-out;
  }

  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }

  80% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }

  100% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flip;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flip;
  -o-backface-visibility: visible !important;
  -o-animation-name: flip;
  backface-visibility: visible !important;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
  }

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

  40% {
    -moz-transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -moz-transform: perspective(400px) rotateX(10deg);
  }

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

  40% {
    -o-transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -o-transform: perspective(400px) rotateX(10deg);
  }

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

  40% {
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    transform: perspective(400px) rotateX(10deg);
  }

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

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

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

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

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

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

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
  }

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

  40% {
    -moz-transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -moz-transform: perspective(400px) rotateY(10deg);
  }

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

  40% {
    -o-transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -o-transform: perspective(400px) rotateY(10deg);
  }

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

  40% {
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    transform: perspective(400px) rotateY(10deg);
  }

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

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

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

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

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

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

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

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

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

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

  100% {
    opacity: 1;
  }
}
.animated.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}

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

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

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

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

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.animated.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

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

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

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

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

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.animated.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

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

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

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

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

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.animated.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

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

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

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

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

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.animated.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

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

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

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

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

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.animated.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  -moz-animation-name: fadeInUpBig;
  -o-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

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

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

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

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

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.animated.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  -moz-animation-name: fadeInDownBig;
  -o-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

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

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

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

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

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.animated.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  -moz-animation-name: fadeInLeftBig;
  -o-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

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

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

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

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

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.animated.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  -moz-animation-name: fadeInRightBig;
  -o-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

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

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

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

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

  100% {
    opacity: 0;
  }
}
.animated.fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }

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

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

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

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

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }

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

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

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

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

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

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

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

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

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

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }

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

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

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

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

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

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

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

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

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

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }

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

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

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

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

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

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

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

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

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

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }

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

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

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

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

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }

  50% {
    opacity: 1;
    -moz-transform: scale(1.05);
  }

  70% {
    -moz-transform: scale(0.9);
  }

  100% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -o-transform: scale(0.3);
  }

  50% {
    opacity: 1;
    -o-transform: scale(1.05);
  }

  70% {
    -o-transform: scale(0.9);
  }

  100% {
    -o-transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }

  50% {
    opacity: 1;
    transform: scale(1.05);
  }

  70% {
    transform: scale(0.9);
  }

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

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

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

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

  100% {
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  -moz-animation-name: slideInDown;
  -o-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }

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

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

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

  100% {
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  -moz-animation-name: slideInLeft;
  -o-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }

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

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

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

  100% {
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  -moz-animation-name: slideInRight;
  -o-animation-name: slideInRight;
  animation-name: slideInRight;
}

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

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

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

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

  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  -moz-animation-name: slideOutLeft;
  -o-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

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

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

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

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

  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  -moz-animation-name: slideOutRight;
  -o-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

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

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

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

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

  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  -moz-animation-name: slideOutUp;
  -o-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.animated.bounceIn {
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  -o-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
  }

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

  60% {
    opacity: 1;
    -moz-transform: translateY(-30px);
  }

  80% {
    -moz-transform: translateY(10px);
  }

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

  60% {
    opacity: 1;
    -o-transform: translateY(-30px);
  }

  80% {
    -o-transform: translateY(10px);
  }

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

  60% {
    opacity: 1;
    transform: translateY(-30px);
  }

  80% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(0);
  }
}
.animated.bounceInUp {
  -webkit-animation-name: bounceInUp;
  -moz-animation-name: bounceInUp;
  -o-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
  }

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

  60% {
    opacity: 1;
    -moz-transform: translateY(30px);
  }

  80% {
    -moz-transform: translateY(-10px);
  }

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

  60% {
    opacity: 1;
    -o-transform: translateY(30px);
  }

  80% {
    -o-transform: translateY(-10px);
  }

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

  60% {
    opacity: 1;
    transform: translateY(30px);
  }

  80% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}
.animated.bounceInDown {
  -webkit-animation-name: bounceInDown;
  -moz-animation-name: bounceInDown;
  -o-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
  }

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

  60% {
    opacity: 1;
    -moz-transform: translateX(30px);
  }

  80% {
    -moz-transform: translateX(-10px);
  }

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

  60% {
    opacity: 1;
    -o-transform: translateX(30px);
  }

  80% {
    -o-transform: translateX(-10px);
  }

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

  60% {
    opacity: 1;
    transform: translateX(30px);
  }

  80% {
    transform: translateX(-10px);
  }

  100% {
    transform: translateX(0);
  }
}
.animated.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  -moz-animation-name: bounceInLeft;
  -o-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
  }

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

  60% {
    opacity: 1;
    -moz-transform: translateX(-30px);
  }

  80% {
    -moz-transform: translateX(10px);
  }

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

  60% {
    opacity: 1;
    -o-transform: translateX(-30px);
  }

  80% {
    -o-transform: translateX(10px);
  }

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

  60% {
    opacity: 1;
    transform: translateX(-30px);
  }

  80% {
    transform: translateX(10px);
  }

  100% {
    transform: translateX(0);
  }
}
.animated.bounceInRight {
  -webkit-animation-name: bounceInRight;
  -moz-animation-name: bounceInRight;
  -o-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
  }

  25% {
    -webkit-transform: scale(0.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
}
@-moz-keyframes bounceOut {
  0% {
    -moz-transform: scale(1);
  }

  25% {
    -moz-transform: scale(0.95);
  }

  50% {
    opacity: 1;
    -moz-transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
}
@-o-keyframes bounceOut {
  0% {
    -o-transform: scale(1);
  }

  25% {
    -o-transform: scale(0.95);
  }

  50% {
    opacity: 1;
    -o-transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    transform: scale(1);
  }

  25% {
    transform: scale(0.95);
  }

  50% {
    opacity: 1;
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}
.animated.bounceOut {
  -webkit-animation-name: bounceOut;
  -moz-animation-name: bounceOut;
  -o-animation-name: bounceOut;
  animation-name: bounceOut;
}

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

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
  }

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

  20% {
    opacity: 1;
    -moz-transform: translateY(20px);
  }

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

  20% {
    opacity: 1;
    -o-transform: translateY(20px);
  }

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

  20% {
    opacity: 1;
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.animated.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  -moz-animation-name: bounceOutUp;
  -o-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

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

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
  }

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

  20% {
    opacity: 1;
    -moz-transform: translateY(-20px);
  }

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

  20% {
    opacity: 1;
    -o-transform: translateY(-20px);
  }

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

  20% {
    opacity: 1;
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.animated.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  -moz-animation-name: bounceOutDown;
  -o-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

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

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }

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

  20% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }

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

  20% {
    opacity: 1;
    -o-transform: translateX(20px);
  }

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

  20% {
    opacity: 1;
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.animated.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  -moz-animation-name: bounceOutLeft;
  -o-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

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

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }

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

  20% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }

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

  20% {
    opacity: 1;
    -o-transform: translateX(-20px);
  }

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

  20% {
    opacity: 1;
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.animated.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  -moz-animation-name: bounceOutRight;
  -o-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

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

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

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

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

  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}
.animated.rotateIn {
  -webkit-animation-name: rotateIn;
  -moz-animation-name: rotateIn;
  -o-animation-name: rotateIn;
  animation-name: rotateIn;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  40% {
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }

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

  100% {
    -webkit-transform: translateY(700px);
    opacity: 0;
  }
}
@-moz-keyframes hinge {
  0% {
    -moz-transform: rotate(0);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -moz-transform: rotate(80deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }

  40% {
    -moz-transform: rotate(60deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }

  80% {
    -moz-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }

  100% {
    -moz-transform: translateY(700px);
    opacity: 0;
  }
}
@-o-keyframes hinge {
  0% {
    -o-transform: rotate(0);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -o-transform: rotate(80deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }

  40% {
    -o-transform: rotate(60deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }

  80% {
    -o-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }

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

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

  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

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

  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
.animated.hinge {
  -webkit-animation-name: hinge;
  -moz-animation-name: hinge;
  -o-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
  }

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

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

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

  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
.animated.rollIn {
  -webkit-animation-name: rollIn;
  -moz-animation-name: rollIn;
  -o-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }

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

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

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

  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
.animated.rollOut {
  -webkit-animation-name: rollOut;
  -moz-animation-name: rollOut;
  -o-animation-name: rollOut;
  animation-name: rollOut;
}

/* originally authored by Angelo Rohit - https://github.com/angelorohit */
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

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

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

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

  60% {
    -moz-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -moz-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

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

  60% {
    -o-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -o-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

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

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

  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.animated.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  -moz-animation-name: lightSpeedIn;
  -o-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

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

/* originally authored by Angelo Rohit - https://github.com/angelorohit */
@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

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

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

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

  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.animated.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  -moz-animation-name: lightSpeedOut;
  -o-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

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

/*
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*/
/******************************************************************

Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

******************************************************************/
/*********************
GENERAL STYLES
*********************/
body {
  font-family: "Georgia", Cambria, Times New Roman, Times, serif;
  font-size: 100%;
  line-height: 1.7;
  color: #565656;
}

input, select, textarea {
  border: 0px solid #ccc;
  background: #f4f4f4;
  padding: 13px 11px 13px 11px;
  width: 100%;
  font-size: 13px;
  border: 1px solid #e1e1e1;
}

input[type=submit] {
  width: auto;
  padding: 13px 5px 13px 5px;
  font-size: 14px;
}

input[type=submit].contact-submit {
  width: 100%;
  display: block;
  font-family: 'entypo';
  font-size: 20px;
  margin-bottom: 0px;
}

.tel-546 {
  display: block;
}

.tel-546:after {
  display: block;
  font-family: 'entypo';
  font-size: 16px;
  content: '\e838';
  position: absolute;
  top: 8px;
  right: 15px;
  text-align: right;
}

.text-418 {
  display: block;
}

.text-418:after {
  display: block;
  font-family: 'entypo';
  font-size: 14px;
  content: '\e8ea';
  position: absolute;
  top: 11px;
  right: 15px;
  text-align: right;
}

#s {
  border: 1px solid #e0e0e0;
  background: white url(images/search.png) no-repeat right center;
  padding: 8px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  -border-radius: 0px;
  border-radius: 0px;
  position: relative;
  z-index: 10;
}

#searchform {
  padding: 12px 1px;
}

.sidebar .widget:nth-child(1) .search-background {
  background: #efefef;
  height: 60px;
  display: block;
  position: absolute;
  width: 9000px;
  top: 0px;
  right: 0px;
  z-index: 0;
  margin-right: -25px;
}

.last .sidebar .widget:nth-child(1) .search-background {
  top: 0px;
  left: 0px;
  margin-left: -25px;
}

form p {
  margin: 0 0 1em 0;
}

img {
  max-width: 100%;
  height: auto;
}

iframe {
  max-width: 100%;
}

/********************
WORDPRESS BODY CLASSES
style a page via class
********************/
/* for sites that are read right to left (i.e. hebrew) */
/* home page */
/* blog template page */
/* archive page */
/* date archive page */
/* replace the number to the corresponding page number */
/* search page */
/* search result page */
/* no results search page */
/* individual paged search (i.e. body.search-paged-3) */
.error404 #main {
  text-align: center;
}

/* 404 page */
/* single post page */
/* individual post page by id (i.e. body.postid-73) */
/* individual paged single (i.e. body.single-paged-3) */
/* attatchment page */
/* individual attatchment page (i.e. body.attachmentid-763) */
/* style mime type pages */
/* author page */
/* user nicename (i.e. body.author-samueladams) */
/* paged author archives (i.e. body.author-paged-4) for page 4 */
/* category page */
/* individual category page (i.e. body.category-6) */
/* replace the number to the corresponding page number */
/* tag page */
/* individual tag page (i.e. body.tag-news) */
/* replace the number to the corresponding page number */
/* custom page template page */
/* individual page template (i.e. body.page-template-contact-php */
/* replace the number to the corresponding page number */
/* parent page template */
/* child page template */
/* replace the number to the corresponding page number */
/* if user is logged in */
/* paged items like search results or archives */
/* individual paged (i.e. body.paged-3) */
/*********************
LAYOUT & GRID STYLES
*********************/
.wrap {
  width: 96%;
  margin: 0 auto;
}

.right {
  float: right;
}

.left {
  float: left;
}

.twelvecol {
  width: 99.999999993%;
}

.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol, .one_fifth, .two_fifth, .three_fifth, .four_fifth {
  margin-bottom: 20px;
  margin-top: 20px;
}

#container {
  overflow: hidden;
}

/*********************
LINK STYLES
*********************/
a, a:visited {
  color: black;
  text-decoration: none;
  /* on hover */
  /* on click */
  /* mobile tap color */
}
a:hover, a:focus, a:visited:hover, a:visited:focus {
  color: #56cc00;
}
a:link, a:visited:link {
  /*
  this highlights links on iPhones/iPads.
  so it basically works like the :hover selector
  for mobile devices.
  */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-rendering: optimizelegibility;
  font-weight: 300;
  margin: 0 0 0px 0;
  /*
  if you're going to use webfonts, be sure to check your weights
  http://css-tricks.com/watch-your-font-weight/
  */
  /* removing text decoration from all headline links */
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none;
}

h1, .h1 {
  font-size: 32px;
  line-height: 1.333em;
  font-weight: 600;
  margin: 0px;
}

h2, .h2 {
  font-size: 28px;
  line-height: 1.4em;
  font-weight: 600;
}

h3, .h3, h3.title, h3.page-title {
  font-size: 22px;
}

h4, .h4, h4.title, h4.page-title {
  font-size: 16px;
  margin-bottom: 15px;
}

h5, .h5, h5.title, h5.page-title {
  font-size: 14px;
  line-height: 1.6em;
  margin-bottom: 15px;
}

/*********************
HEADER SYTLES#
*********************/
.header #inner-header {
  position: relative;
  border-top: 1px solid #e3e3e3;
}
.header .header-text {
  position: absolute;
  right: 0;
  text-align: right;
}
.header #logo {
  z-index: 10;
  font-size: 2.8em;
  font-weight: 300;
  margin: 0px !important;
  float: left;
  position: relative;
}
.header #logo img {
  display: block;
}
.header #logo #blog-name {
  margin-top: 25px;
  display: block;
}
.header #below-header {
  background: #262626;
  max-width: 97%;
  max-width: 1220px;
  margin: 0 auto;
  min-height: 90px;
}
.header #below-header .fourcol {
  margin-top: 0px;
  margin-bottom: 0px;
}
.header #below-header .widget {
  margin: 0px;
}
.header #below-header .textwidget, .header #below-header .widget_search {
  display: table;
  min-height: 90px;
  margin-top: 10px;
}
.header #below-header .textwidget div, .header #below-header .widget_search div {
  display: table-cell;
  vertical-align: middle;
}
.header #below-header .wrap {
  position: relative;
}
.header #below-header #logo2 {
  text-align: center;
  margin: 0px;
  line-height: 0px;
}
.header #below-header #s {
  width: 150px;
  float: right;
  border-bottom-color: #3c3c3c;
  border-bottom-color: rgba(255, 255, 255, 0.1);
  background: transparent url(images/search-dark.png) no-repeat right center;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -15px;
}

/*********************
NAVIGATION STYLES
*********************/
/*
all navs have a .nav class applied via
the wp_menu function, this is so we can
easily just write on group of styles for
the navs on the site and our css is cleaner
and moe scalable.
*/
.js #menu-top-nav {
  display: none;
}

.js .selectnav {
  display: block;
  width: 100%;
  clear: both;
  margin-bottom: 20px;
}

.nav {
  border: 1px solid #ccc;
  border-bottom: 0;
  margin: 0px;
  /* end .menu li */
  /* highlight current page */
  /* end current highlighters */
  /* end current highlighters */
}
.nav li {
  z-index: 100;
  /*
  so you really have to rethink your dropdowns for mobile.
  you don't want to have it expand too much because the
  screen is so small. How you manage your menu should
  depend on the project. Here's some great info on it:
  http://www.alistapart.com/articles/organizing-mobile/
  */
}
.nav li a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  font-family: Arial, Helvetica;
  /*
  remember this is for mobile ONLY, so there's no need
  to even declare hover styles here, you can do it in
  the style.scss file where it's relevant. We want to
  keep this file as small as possible!
  */
}
.nav li a:hover, .nav li a:focus {
  color: #56cc00;
}
.nav li ul.sub-menu,
.nav li ul.children {
  margin: 0px;
}
.nav li ul.sub-menu li a,
.nav li ul.children li a {
  text-transform: none;
  padding: 8px 10px;
  padding-left: 30px;
}
.nav li.current-menu-item a,
.nav li.current_page_item a,
.nav li.current_page_ancestor a {
  color: #56cc00;
}
.nav ul.children li.current_page_item a {
  color: #56cc00;
}

/* end .nav */
#header1, #header2 {
  margin-top: 15px;
  margin-bottom: 15px;
  clear: both;
  display: inline-block;
}
#header1 .widget, #header2 .widget {
  margin: 0px;
  float: left;
  width: auto;
}

#header2 {
  text-align: left;
}
#header2 .widget {
  float: left;
}

/*********************
POSTS & CONTENT STYLES
*********************/
.container {
  padding: 70px 0;
  position: relative;
}
.container:last-child {
  padding-bottom: 0px;
}
.container:first-child {
  padding-top: 0px;
}

#content {
  padding-bottom: 40px;
}

#main {
  margin-top: 0px !important;
}

.sidebar-container {
  margin-top: 0px !important;
}

.hentry {
  position: relative;
  display: block;
}
.hentry .overlay {
  position: absolute;
  z-index: 10;
  top: 0;
  width: 100%;
  height: 100%;
  color: white;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
  filter: alpha(opacity=0);
  -webkit-transition: all .33s linear;
  -moz-transition: all .33s linear;
  -o-transition: all .33s linear;
  transition: all .33s linear;
  background-color: rgba(255, 255, 255, 0.9);
}
.hentry .overlay:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  /* IE 8 */
  filter: alpha(opacity=100);
  -webkit-transition: all .33s linear;
  -moz-transition: all .33s linear;
  -o-transition: all .33s linear;
  transition: all .33s linear;
}
.hentry .overlay .blog-link {
  display: block;
  width: 100%;
  height: 100%;
  background: url(images/plus.png) center -40px no-repeat;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hentry .overlay .blog-link:hover {
  background-position: center 114px;
}

.alignleft, img.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.alignright, img.alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}

/* end .hentry */
.single-title,
.page-title {
  font-size: 36px;
}

.single-post .featured-section {
  position: relative;
}
.single-post .featured-section img {
  display: block;
}
.single-post .featured-section .post-author-image {
  position: absolute;
  right: 0px;
  bottom: 57px;
  margin: 0px;
}
.single-post .featured-section .post-author-image img {
  margin: 0px;
}
.single-post .featured-section .date {
  width: 60px;
  height: 57px;
  background-color: #56cc00;
  color: #ffffff;
  text-align: center;
  position: absolute;
  right: 0px;
  bottom: 0px;
  font-weight: 600;
}
.single-post .featured-section .date .day {
  display: block;
  font-size: 20px;
  line-height: 1;
  margin-top: 9px;
}
.single-post .featured-section .date .month {
  display: block;
  font-size: 14px;
}
.single-post .post-meta {
  background-color: #f7f7f7;
  height: 40px;
  width: 100%;
  margin-top: 0px;
  display: block;
}
.single-post .post-meta span {
  line-height: 40px;
  text-align: center;
}
.single-post .post-meta .post-author {
  width: 33%;
  display: block;
  background-color: #efefef;
  float: left;
}
.single-post .post-meta .post-author a {
  color: #56cc00;
}
.single-post .post-meta .post-comments {
  width: 33%;
  display: block;
  float: left;
}
.single-post .post-tags {
  margin: 30px 0 0px 0;
}
.single-post .post-tags h6 {
  font-size: 16px;
  float: left;
  font-weight: 500;
  margin: 0px 10px 0px 0px;
}
.single-post .post-tags a {
  color: #56cc00;
  line-height: 28px;
}

.single-title {
  font-size: 24px;
  margin: 15px 0;
  position: relative;
}

.post-title.article-header {
  margin-bottom: 20px;
}

.article-header {
  margin: .4em 0 1.1em 0;
  position: relative;
}
.article-header h3 {
  margin: 0px;
  font-size: 14px;
  text-transform: uppercase;
}
.article-header a {
  color: #3d3d3d;
}
.article-header a:hover {
  color: #56cc00;
}

.article-footer {
  display: inline-block;
  width: 100%;
  border-top: 1px solid #e1e1e1;
  margin-top: 15px;
}

.page-header {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 40px 0;
}

.page-template-page-onepage-php .page-header {
  margin-top: 0px !important;
}

.page-title {
  margin: 0px;
  text-align: center;
}

.subtitle {
  margin: 0px;
  font-size: 1.4em;
  text-align: center;
}

/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* general post style */
.post-main {
  padding-bottom: 10px;
  text-align: center;
}

/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* post meta */
.post-meta {
  font-size: 12px;
  color: #777777;
}
.post-meta [class^="icon-"] {
  font-size: 20px;
  margin-right: 5px;
  position: relative;
  top: 4px;
}
.post-meta .post-time-diff {
  margin: 30px 0;
  display: block;
}

.byline {
  margin: 0px;
  text-align: left;
  margin-top: 5px;
}
.byline .post-icon {
  color: #999;
  padding-left: 10px;
}
.byline time {
  float: left;
  margin-right: 20px;
}
.byline .post-date {
  display: block;
  background: #f7f7f7;
  width: 60px;
  height: 60px;
  float: left;
  text-align: center;
}
.byline .author {
  display: block;
  float: left;
  margin-right: 20px;
}
.byline .comments {
  display: block;
  float: left;
  margin-right: 20px;
}
.byline .tags {
  float: left;
}
.byline .tags .post-icon {
  float: left;
  padding-right: 5px;
}

/* entry content */
.entry-content {
  padding-bottom: 0px;
  /*
  image alignment on a screen this size may be
  a bit difficult. It's set to start aligning
  and floating images at the next breakpoint,
  but it's up to you. Feel free to change it up.
  */
}
.entry-content #main {
  margin-top: 0px;
}
.entry-content .more-link {
  margin-top: 15px;
  display: block;
  clear: both;
  width: 100px;
}
.entry-content .featured-image {
  margin-top: 27px;
}
.entry-content blockquote {
  background: #f7f7f7 url(images/quote.png) no-repeat top left;
  margin: 0;
  padding: 10px 10px 10px 50px;
}
.entry-content dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}
.entry-content img {
  margin: 0 0 10px 0;
  max-width: 100%;
  height: auto;
}
.entry-content .alignleft, .entry-content img.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.entry-content .alignright, .entry-content img.alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}
.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto;
}
.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
  margin: 50px 0;
}

/* end .entry-content */
.wp-caption {
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */
}
.wp-caption img {
  margin-bottom: 0;
  width: 100%;
}
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}

/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
/******************************************************************
PAGE NAVI STYLES
******************************************************************/
.page-navigation,
.wp-prev-next {
  margin: 1.1em 0 2.2em;
}

.previous-post-link {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  float: left;
  background: #f7f7f7;
  display: block;
  margin: 70px 0;
  position: relative;
  width: 33%;
}
.previous-post-link:hover {
  background: #56cc00;
}
.previous-post-link:hover a, .previous-post-link:hover:before {
  color: #ffffff !important;
}
.previous-post-link a {
  width: 100%;
  height: 100%;
  padding: 10px 10px 10px 40px;
  display: block;
  font-size: 13px;
  text-align: center;
}
.previous-post-link:before {
  content: '\e858';
  font-family: 'entypo';
  position: absolute;
  font-size: 20px;
  left: 20px;
  top: 3px;
}

.next-post-link {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  float: right;
  background: #f7f7f7;
  display: block;
  margin: 70px 0;
  position: relative;
  width: 33%;
}
.next-post-link:hover {
  background: #56cc00;
}
.next-post-link:hover a, .next-post-link:hover:before {
  color: #ffffff !important;
}
.next-post-link a {
  width: 100%;
  height: 100%;
  padding: 10px 40px 10px 10px;
  display: block;
  font-size: 13px;
  text-align: center;
}
.next-post-link:before {
  content: '\e859';
  font-family: 'entypo';
  position: absolute;
  font-size: 20px;
  right: 20px;
  top: 3px;
}

.single-portfolio .previous-post-link {
  margin: 30px 0 65px;
}
.single-portfolio .previous-post-link a {
  background: none;
}
.single-portfolio .previous-post-link a:before {
  border-bottom: 0px solid #262626;
}
.single-portfolio .next-post-link {
  margin: 30px 0 65px;
}
.single-portfolio .next-post-link a {
  background: none;
}
.single-portfolio .next-post-link a:before {
  border-bottom: 0px solid #262626;
}
.single-portfolio .article-footer {
  border-top: 1px solid #e4e2e5;
  margin-top: 15px;
}
.single-portfolio .article-footer [class^="icon-"] {
  position: absolute;
  left: 50%;
  font-size: 22px;
  margin-left: -15px;
  margin-top: 24px;
}
.single-portfolio .featured-section {
  position: relative;
}
.single-portfolio .featured-section img {
  display: block;
}
.single-portfolio .featured-section .project-like {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 70px;
  height: 65px;
  background: #e0e0e0;
  text-align: center;
  color: #666666;
  font-size: 14px;
}
.single-portfolio .featured-section .project-like i {
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  -transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  color: #666666;
  font-size: 18px;
  margin-bottom: 0px;
  margin-top: 8px;
  display: block;
  line-height: 25px;
}
.single-portfolio .featured-section .project-like .luxe-post-like a {
  height: 100%;
  width: 100%;
  display: block;
}
.single-portfolio .featured-section .project-like:hover {
  background: #56cc00;
  color: #ffffff;
}
.single-portfolio .featured-section .project-like:hover i, .single-portfolio .featured-section .project-like:hover a {
  color: #ffffff;
}
.single-portfolio .social-share {
  display: none;
}

.pagination {
  clear: both;
  /* current page link */
  /* end .luxe_page_navi .bpn-current */
  /* common styles for page-navi links */
  /* previous link */
  /* next page link */
  /* first page link */
  /* last page link */
}
.pagination .luxe_page_navi li {
  background: #eeeeee;
  float: left;
  text-align: center;
  margin-right: 10px;
}
.pagination .luxe_page_navi li a {
  padding: 5px 12px;
  display: block;
  text-decoration: none;
  position: relative;
}
.pagination .luxe_page_navi li a:hover, .pagination .luxe_page_navi li a:focus {
  background: #56cc00;
  color: white;
}
.pagination li.bpn-current {
  padding: 5px 12px;
  position: relative;
  background: #56cc00;
  color: white;
}
.pagination li.bpn-current a {
  /* hovering on current page link */
}
.pagination li.bpn-prev-link,
.pagination li.bpn-next-link {
  font-weight: 700;
}
.pagination li.bpn-prev-link i,
.pagination li.bpn-next-link i {
  font-size: 20px;
}
.pagination li.bpn-prev-link a,
.pagination li.bpn-next-link a {
  display: block;
  width: 31px;
  height: 32px;
  padding: 0;
}
.pagination li.bpn-prev-link a:hover,
.pagination li.bpn-next-link a:hover {
  background: #56cc00;
}
.pagination li.bpn-prev-link a:hover i,
.pagination li.bpn-next-link a:hover i {
  color: #ffffff;
}

/* end .luxe_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left;
}
.wp-prev-next .next-link {
  float: right;
}

/* end .wp-prev-next */
.more-posts-button {
  display: block;
  width: 16px;
  height: 16px;
  margin: 30px auto;
}
.more-posts-button a {
  text-indent: -9999px;
  display: block;
  width: 16px;
  height: 16px;
  background: url(images/load-more.png) no-repeat center center;
}

/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
#comments {
  /* number of comments span */
}

.comment-respond .comment-reply-title {
  font-size: 16px;
  margin-bottom: 20px;
}

.commentlist {
  margin: 25px 0;
  /* general comment classes */
  /* vcard */
  /* end .commentlist .vcard */
  /* comment meta */
  /* comment content */
  /* end .commentlist .comment_content */
  /* comment reply link */
  /* end .commentlist .comment-reply-link */
}
.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 0px;
  padding: 20px;
  /* end .commentlist li ul.children */
}
.commentlist li:last-child {
  margin-bottom: 0;
}
.commentlist li ul.children {
  margin: 0;
  /* variations */
  /* change number for different depth */
}
.commentlist li ul.children .odd {
  background: transparent;
}
.commentlist li[class*=depth-] {
  margin-top: 1.1em;
}
.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0;
}
.commentlist li:not(.depth-1) {
  margin-right: -10px;
  margin-left: 60px;
  margin-top: 0;
  padding-bottom: 0;
}
.commentlist .odd {
  background: transparent !important;
}
.commentlist .comment {
  background: #f7f7f7;
}
.commentlist .comment-author {
  font-size: 16px;
  font-weight: bold;
  margin: 0px;
  line-height: 1em;
}
.commentlist .vcard {
  float: left;
}
.commentlist .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}
.commentlist .vcard time {
  float: right;
}
.commentlist .vcard time a {
  color: #999;
  text-decoration: none;
}
.commentlist .vcard time a:hover {
  text-decoration: underline;
}
.commentlist .comment_content {
  margin-left: 93px;
}
.commentlist .comment_content time {
  font-size: 12px;
  margin-bottom: 5px;
  display: block;
}
.commentlist .comment_content p {
  margin: 0 0 .2em;
  font-size: .9em;
  line-height: 1.5em;
}
.commentlist .comment-reply-link {
  position: absolute;
  top: 10px;
  right: 10px;
  visibility: hidden;
}
.commentlist .comment-reply-link:before {
  content: '\e910';
  font-family: 'entypo';
  color: #56cc00;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  -border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #56cc00;
  display: block;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  visibility: visible;
}
.commentlist .comment-footer {
  font-size: .8em;
  color: #d0cdd0;
}

/* end .commentlist */
/******************************************************************
COMMENT FORM STYLES
******************************************************************/
#respond {
  clear: both;
  margin-top: 30px;
}
#respond input, #respond textarea {
  display: block;
}

.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em;
}
.respond-form form {
  margin: 0.75em 0;
}
.respond-form form li {
  list-style-type: none;
  clear: both;
  margin-bottom: 0.7335em;
}
.respond-form form li label,
.respond-form form li small {
  display: none;
}
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url],
.respond-form form textarea {
  padding: 3px 6px;
  background: #efefef;
  border: 2px solid #cecece;
  line-height: 1.5em;
  /* form validation */
}
.respond-form form input[type=text]:focus,
.respond-form form input[type=email]:focus,
.respond-form form input[type=url]:focus,
.respond-form form textarea:focus {
  background: #fff;
}
.respond-form form input[type=text]:invalid,
.respond-form form input[type=email]:invalid,
.respond-form form input[type=url]:invalid,
.respond-form form textarea:invalid {
  outline: none;
  border-color: #fbc2c4;
  background-color: #f6e7eb;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url] {
  max-width: 400px;
  min-width: 250px;
}
.respond-form form textarea {
  resize: none;
  width: 97.3%;
  height: 150px;
}

/* comment submit button */
#submit {
  text-transform: none;
}

#commentform {
  padding: 20px 20px 5px 20px;
  background: #f7f7f7;
}

/* comment form title */
#comment-form-title {
  margin: 0 0 1.1em;
}

/* cancel comment reply link */
#cancel-comment-reply-link {
  margin-left: 10px;
}

/* logged in comments */
.logged-in-as {
  font-size: .9em;
}

/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
}

/* no comments */
.nocomments {
  margin: 0 20px 1.1em;
}

.bypostauthor {
  display: block;
}

.sticky {
  display: block;
}

.gallery-caption {
  display: block;
}

.comment-form-comment {
  clear: both;
}

/*********************
SIDEBARS & ASIDES
*********************/
.sidebar {
  position: relative;
}
.sidebar .widgettitle {
  font-weight: 300;
  font-size: 12px;
  margin-bottom: 10px;
  text-transform: uppercase;
  background-color: #efefef;
  padding: 8px 8px 8px 10px;
  border-left: 7px solid #56cc00;
}
.sidebar .widget ul a {
  font-size: 13px;
  display: inline-block;
  padding: 3px 0px;
}
.sidebar .widget:first-child {
  padding-top: 80px;
}
.sidebar .widget.widget_search:first-child {
  padding-top: 0px;
}
.sidebar .widget_recent_comments ul li {
  padding: 8px 0;
}

.widget {
  margin-bottom: 2.2em;
  display: inline-block;
  width: 100%;
}
.widget ul {
  margin: 0px;
}
.widget ul li {
  margin-bottom: 5px;
  position: relative;
  /* deep nesting */
}
.widget ul li.current-cat a, .widget ul li.widget_subpages_current_page a {
  background: #56cc00;
  color: white;
  padding-left: 10px;
}

.last .widget ul li.current-cat a, .last .widget ul li.widget_subpages_current_page a {
  padding-left: 10px;
}

.recentcomments:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none !important;
  background-position: 0 0;
  background-repeat: repeat;
}

.widget_fastflickrwidget a {
  width: 28%;
  display: block;
  float: left;
  margin: 0px 2%;
}

.widget_recent_entries .post-date {
  color: #56cc00;
  clear: both;
  display: block;
  line-height: 1em;
}

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
}

#above-footer .widget {
  display: inline;
}

/*
if you checked out the link above:
http://www.alistapart.com/articles/organizing-mobile/
you'll want to style the footer nav
a bit more in-depth. Remember to keep
it simple because you'll have to
override these styles for the desktop
view.
*/
/* end .footer-links */
#footer-widgets {
  padding: 15px 0 0px 0;
}
#footer-widgets input, #footer-widgets select, #footer-widgets textarea {
  padding: 11px;
  background: #252525;
  border: 2px solid #2e2e2e;
}
#footer-widgets .threecol {
  margin-bottom: 25px;
}
#footer-widgets .threecol.last {
  margin-bottom: 0px;
}
#footer-widgets .widget {
  margin-bottom: 0px;
}
#footer-widgets .widget .widgettitle {
  margin-bottom: 0.9em;
  font-size: 16px;
  font-weight: 600;
}
#footer-widgets .widget li {
  margin-bottom: 15px;
  list-style: none;
}
#footer-widgets h1, #footer-widgets .h1, #footer-widgets h2, #footer-widgets .h2, #footer-widgets h3, #footer-widgets .h3, #footer-widgets h4, #footer-widgets .h4, #footer-widgets h5, #footer-widgets .h5 {
  margin: 0 0 .8em 0;
  text-transform: none;
}

#inner-footer {
  padding: 15px;
  font-size: 18px;
}
#inner-footer span {
  display: block;
}
#inner-footer p {
  display: inline;
}

.full {
  overflow: hidden;
  -webkit-transition: height 1s ease-in-out;
  -moz-transition: height 1s ease-in-out;
  -ms-transition: height 1s ease-in-out;
  -o-transition: height 1s ease-in-out;
  -transition: height 1s ease-in-out;
  transition: height 1s ease-in-out;
  max-height: 100%;
}

.full.behind {
  position: absolute;
  top: 0px;
  z-index: -1;
  width: 100%;
}

/*********************
RECENT POSTS WIDGET
*********************/
.page .rpwe-block li, .blog .rpwe-block li, .single .rpwe-block li {
  border-color: transparent;
}
.page .rpwe-block li h3 a, .page .rpwe-block li time, .blog .rpwe-block li h3 a, .blog .rpwe-block li time, .single .rpwe-block li h3 a, .single .rpwe-block li time {
  font-size: 18px;
}
.page .rpwe-block li time, .blog .rpwe-block li time, .single .rpwe-block li time {
  margin-bottom: 8px;
  display: block;
}
.page .rpwe-block li .rpwe-summary, .blog .rpwe-block li .rpwe-summary, .single .rpwe-block li .rpwe-summary {
  font-size: 20px;
  line-height: 1.2em;
}

/*********************
FEATURES
*********************/
.feature-image {
  display: block;
  float: left;
}

.feature-icon {
  line-height: 48px;
  font-size: 25px;
  width: 54px;
  height: 54px;
  color: #56cc00;
  -webkit-border-radius: 27px;
  -moz-border-radius: 27px;
  -ms-border-radius: 27px;
  -o-border-radius: 27px;
  -border-radius: 27px;
  border-radius: 27px;
  border: 2px solid #56cc00;
  cursor: default;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
  position: absolute;
  left: 2px;
  top: 2px;
}

.feature-icon-outline {
  width: 60px;
  height: 60px;
  max-width: 25%;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  -border-radius: 30px;
  border-radius: 30px;
  border: 1px solid #56cc00;
  cursor: default;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  float: left;
  position: relative;
  margin-top: 5px;
}

.feature-content {
  max-width: 70%;
  margin-left: 5%;
  display: block;
  float: left;
}

.feature-title {
  font-size: 16px;
  clear: none;
  float: left;
  position: relative;
  margin-bottom: 0px;
}

.feature-desc {
  display: block;
  float: left;
}

.feature {
  display: inline-block;
}

.feature.style1:hover .feature-icon {
  background: #56cc00;
  color: #ffffff;
}

.feature.style2 .feature-icon-outline {
  float: right;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  -border-radius: 0px;
  border-radius: 0px;
}
.feature.style2 .feature-icon-outline i {
  color: #ffffff !important;
  border: 0px;
}

/*********************
POPULAR POSTS
*********************/
.popular-posts {
  margin-top: 50px;
}

/*********************
LATEST SHORTCODE
*********************/
.latest-container {
  margin: 0px;
  position: relative;
}

.flex-control-paging li a {
  border: 2px solid #262626;
  background: transparent !important;
  box-shadow: none !important;
  height: 13px !important;
  width: 13px !important;
  margin: 0 3px !important;
}
.flex-control-paging li a.flex-active {
  background: #262626 !important;
}

.flex-direction-nav li a {
  height: 60px;
  width: 30px;
  margin: -30px 0 0;
}
.flex-direction-nav li .flex-prev {
  margin-left: -35px;
  background: url(images/bg_direction_nav_left.png) no-repeat center center;
}
.flex-direction-nav li .flex-next {
  margin-right: -35px;
  background: url(images/bg_direction_nav_right.png) no-repeat center center;
}

.flex-caption {
  background: transparent;
  zoom: 1;
}

.flex-caption {
  padding: 5% 10%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.caroufredsel_wrapper {
  margin: 0px 0px 0px 0px !important;
  cursor: default !important;
}

.latest-container.paging .caroufredsel_wrapper {
  margin: 0px 0px 75px 0px !important;
  cursor: default !important;
}

.slider {
  position: relative;
}

.direction-nav {
  display: inline-block;
  position: static;
  bottom: -60px;
  width: 100%;
  padding: 0 10px;
}
.direction-nav a {
  height: 32px;
  width: 32px;
  display: block !important;
  float: left;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #c4c4c4;
  display: inline-block;
  line-height: 32px;
}
.direction-nav a i {
  font-size: 24px;
}
.direction-nav a:hover {
  background: #56cc00;
}
.direction-nav a:hover i {
  color: #ffffff;
}
.direction-nav .prev {
  background: transparent;
}
.direction-nav .prev i {
  margin-left: -3px;
}
.direction-nav .next {
  background: transparent;
  float: right;
}
.direction-nav .next i {
  margin-left: -1px;
}

.pager-container {
  float: left;
  width: 100%;
  position: relative;
  display: none;
}

.pager {
  clear: left;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: -35px;
  left: 50%;
  text-align: center;
}
.pager a {
  position: relative;
  right: 50%;
  text-indent: -9999em;
  display: block;
  width: 15px;
  height: 15px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  -border-radius: 7px;
  border-radius: 7px;
  background: #efefef;
  margin: 0 5px 5px 5px;
  float: left;
}
.pager .selected {
  background: #56cc00;
}

.flexslider {
  max-width: 97%;
  max-width: 1220px;
  margin: 0 0 60px 0 !important;
}
.flexslider .slides p {
  line-height: 1.5em;
}
.flexslider .flex-prev {
  left: 0px !important;
}
.flexslider .flex-next {
  right: 0px !important;
}

.cta {
  background: #f6f6f6;
  padding: 15px 30px;
  border-left: 2px solid #56cc00;
  display: inline-block;
  width: 100%;
}
.cta h1, .cta h2, .cta h3, .cta h4, .cta h5 {
  margin: 0px;
}

.portfolio-container {
  width: 101%;
    /*.overlay-plus {
        position: absolute;
        z-index: 10;
        top: 0;
        width: 100%;
        height: 100%;
        background: $accent;
        color: $white;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; 
        filter: alpha(opacity=0);
        -webkit-transition: all .33s linear;
        -moz-transition: all .33s linear;
        -o-transition: all .33s linear;
        transition: all .33s linear;
    

                .overlay-content {display:table-cell; vertical-align: bottom; padding-bottom: 5px;padding-left: 17px;padding-right: 40px;}
                .project-title {
                    a { color: $white; }
                }
                .project-tags {
                    color: $light-color;
                    text-align: center;
                    margin: 0px;
                }
                .project-description {
                    color: $white !important;
                }



        &:hover {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
        filter: alpha(opacity=100);
        -webkit-transition: all .33s linear;
        -moz-transition: all .33s linear;
        -o-transition: all .33s linear;
        transition: all .33s linear;
        }
        &:hover .portfolio-zoom {
                -webkit-transform:translateX(0%) rotate(-180deg);
                   -moz-transform:translateX(0%) rotate(-180deg);
                    -ms-transform:translateX(0%) rotate(-180deg);
                     -o-transform:translateX(0%) rotate(-180deg);
                        transform:translateX(0%) rotate(-180deg);
        }
        
    }*/
}
.portfolio-container img.blackandwhite {
  filter: url(filters.svg#grayscale);
  /* Firefox 3.5+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(1);
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity= $value * 100 );
  filter: alpha(opacity=70);
  zoom: 1;
}
.portfolio-container .overlay-container {
  position: relative;
  display: block;
}
.portfolio-container .overlay-container .overlay {
  background: rgba(0, 0, 0, 0.6);
}
.portfolio-container .overlay-container .overlay a {
  position: absolute;
  background: #56cc00;
  width: 68px;
  height: 68px;
  -webkit-border-radius: 34px;
  -moz-border-radius: 34px;
  -ms-border-radius: 34px;
  -o-border-radius: 34px;
  -border-radius: 34px;
  border-radius: 34px;
  margin-top: -34px;
  left: 50%;
  top: 50%;
  display: block;
  text-align: center;
}
.portfolio-container .overlay-container .overlay a.project-link {
  margin-right: -80px;
  position: absolute;
}
.portfolio-container .overlay-container .overlay a.fancybox {
  margin-left: -80px;
  position: absolute;
}
.portfolio-container .overlay-container .overlay i {
  position: relative;
  color: #ffffff;
  font-size: 30px;
  top: 0px;
  right: 0px;
  line-height: 68px;
}
.portfolio-container .overlay {
  position: absolute;
  z-index: 10;
  top: 0;
  width: 100%;
  height: 100%;
  background: #56cc00;
  color: white;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
  filter: alpha(opacity=0);
  -webkit-transition: all .33s linear;
  -moz-transition: all .33s linear;
  -o-transition: all .33s linear;
  transition: all .33s linear;
}
.portfolio-container .overlay .overlay-content {
  display: table-cell;
  vertical-align: bottom;
  padding-bottom: 5px;
  padding-left: 17px;
  padding-right: 40px;
}
.portfolio-container .overlay .project-title a {
  color: white;
}
.portfolio-container .overlay .project-tags {
  color: #f7f7f7;
  text-align: center;
  margin: 0px;
}
.portfolio-container .overlay .project-description {
  color: white !important;
}
.portfolio-container .overlay:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  /* IE 8 */
  filter: alpha(opacity=100);
  -webkit-transition: all .33s linear;
  -moz-transition: all .33s linear;
  -o-transition: all .33s linear;
  transition: all .33s linear;
}
.portfolio-container .overlay:hover .portfolio-zoom {
  -webkit-transform: translateX(0%) rotate(-180deg);
  -moz-transform: translateX(0%) rotate(-180deg);
  -ms-transform: translateX(0%) rotate(-180deg);
  -o-transform: translateX(0%) rotate(-180deg);
  transform: translateX(0%) rotate(-180deg);
}
.portfolio-container .standard .project-date {
  display: none;
}
.portfolio-container .standard .project-title {
  text-align: center;
  font-size: 14px;
  position: relative;
  margin: 15px 0 10px;
}
.portfolio-container .standard .project-title:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 1px;
  width: 15px;
  border-bottom: 3px solid #262626;
  margin-left: -7px;
  top: 100%;
  margin-top: 4px;
}
.portfolio-container .standard .project-description {
  text-align: center;
  font-size: 12px;
}
.portfolio-container .standard .overlay-content {
  margin-bottom: 20px;
}
.portfolio-container .project-details {
  line-height: 1.7em;
  margin: 20px 0;
}

.standard-overlay {
  position: absolute;
  z-index: 10;
  top: 0;
  width: 100%;
  height: 100%;
  color: white;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
  filter: alpha(opacity=0);
  -webkit-transition: all .33s linear;
  -moz-transition: all .33s linear;
  -o-transition: all .33s linear;
  transition: all .33s linear;
  background-color: rgba(255, 255, 255, 0.9);
}
.standard-overlay:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  /* IE 8 */
  filter: alpha(opacity=100);
  -webkit-transition: all .33s linear;
  -moz-transition: all .33s linear;
  -o-transition: all .33s linear;
  transition: all .33s linear;
}
.standard-overlay .project-link {
  display: block;
  width: 100%;
  height: 100%;
  background: url(images/plus.png) center -40px no-repeat;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.standard-overlay .project-link:hover {
  background-position: center 114px;
}

.metaslider {
  -webkit-transition: all 3s ease-in-out;
  -moz-transition: all 3s ease-in-out;
  -ms-transition: all 3s ease-in-out;
  -o-transition: all 3s ease-in-out;
  -transition: all 3s ease-in-out;
  transition: all 3s ease-in-out;
}

.page .metaslider .caption-wrap {
  display: none;
  background: transparent;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity= $value * 100 );
  filter: alpha(opacity=100);
  zoom: 1;
  height: 100%;
}
.page .metaslider .caption-wrap .caption {
  max-width: 960px;
  margin: 0 auto;
  padding: 6% 10px;
}
.page .metaslider .caption-wrap .caption h1 {
  line-height: 1em;
}

.page .metaslider.small-captions .caption {
  background: #ffffff;
  color: #30323a;
  font-size: 14px;
  padding: 30px 20px;
  position: relative;
  line-height: 1.4em;
  max-width: 520px;
  top: 50%;
  left: 10%;
  margin-top: -70px;
  margin-left: 100px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.1);
  -box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.1);
}
.page .metaslider.small-captions .caption .button, .page .metaslider.small-captions .caption input[type=submit], .page .metaslider.small-captions .caption .woocommerce-page #main .button, .woocommerce-page #main .page .metaslider.small-captions .caption .button {
  position: absolute;
  top: 100%;
  right: 0;
  margin: 0px;
}
.page .metaslider.small-captions .flex-direction-nav {
  display: none;
  width: 100px;
  height: 100px;
  background: rgba(255, 255, 255, 0.2);
  z-index: 10;
  -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.1);
  -box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  left: 10%;
  margin-top: -70px !important;
}
.page .metaslider.small-captions .flex-direction-nav li a {
  height: 86px;
  width: 43px;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity= $value * 100 );
  filter: alpha(opacity=100);
  zoom: 1;
}
.page .metaslider.small-captions .flex-direction-nav li .flex-prev {
  margin: -43px 0 0 8px;
  background: url(images/bg_direction_nav_left2.png) no-repeat 22px center #31313b;
}
.page .metaslider.small-captions .flex-direction-nav li .flex-next {
  margin: -43px 8px 0 0;
  background: url(images/bg_direction_nav_right2.png) no-repeat 13px center #31313b;
}

/*********************
CLIENTS
*********************/
.clients .client {
  margin-top: 10px;
  margin-bottom: 10px;
}
.clients .client img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity= $value * 100 );
  filter: alpha(opacity=30);
  zoom: 1;
  display: block;
  margin: 0 auto;
}
.clients .client img:hover {
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity= $value * 100 );
  filter: alpha(opacity=100);
  zoom: 1;
}

/*********************
SKILLS
*********************/
.skill {
  margin-bottom: 15px;
}
.skill .skill-title {
  font-size: 14px;
  clear: both;
}
.skill .skill-percent {
  font-size: 14px;
  float: right;
}
.skill .skill-bar {
  background: #777777;
  width: 100%;
  height: 9px;
  margin-top: 5px;
}
.skill .skill-bar-percent {
  height: 9px;
  background-color: #56cc00;
  position: relative;
  top: -9px;
  width: 0px;
}

/*********************
TESTIMONIALS 
*********************/
.testimonial {
  position: relative;
  margin: 0px 10px 0 10px !important;
  float: left;
  display: block;
}
.testimonial blockquote {
  position: relative;
  background: transparent;
  border: 1px solid #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 20px 20px 22px 20px;
  margin: 0 0 20px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -border-radius: 5px;
  border-radius: 5px;
}
.testimonial blockquote:before {
  content: "";
  position: absolute;
  bottom: -15px;
  /* value = - border-top-width - border-bottom-width */
  left: 23px;
  /* controls horizontal position */
  border-width: 15px 10px 0;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.5) transparent;
  /* reduce the damage in FF3.0 */
  display: block;
  width: 0;
}
.testimonial blockquote:after {
  content: "";
  position: absolute;
  bottom: -13px;
  /* value = - border-top-width - border-bottom-width */
  left: 24px;
  /* value = (:before left) + (:before border-left) - (:after border-left) */
  border-width: 14px 9px 0;
  border-style: solid;
  border-color: transparent transparent;
  /* reduce the damage in FF3.0 */
  display: block;
  width: 0;
}
.testimonial .testimonial-user {
  text-align: right;
}
.testimonial .latest-img {
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -border-radius: 50%;
  border-radius: 50%;
  max-width: 80px;
  max-height: 80px;
  float: left;
  margin-top: 10px;
  margin-left: 5px;
  border: 1px solid #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 4px;
}
.testimonial .latest-excerpt {
  clear: both;
}
.testimonial .latest-title {
  float: left;
  padding: 30px 10px 40px 15px;
  font-weight: bold;
}
.testimonial .latest-title .user-title {
  font-weight: normal;
}

/*********************
LATEST POSTS 
*********************/
.latest-post .latest-post-item {
  padding: 0;
  display: block;
  float: left;
}
.latest-post .latest-post-item .thumbnail-container {
  position: relative;
  display: inline-block;
  max-width: 100%;
}
.latest-post .latest-post-item .thumbnail-container .post-overlay {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
  filter: alpha(opacity=0);
  -webkit-transition: all .33s linear;
  -moz-transition: all .33s linear;
  -o-transition: all .33s linear;
  transition: all .33s linear;
}
.latest-post .latest-post-item .thumbnail-container .post-overlay:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  /* IE 8 */
  filter: alpha(opacity=100);
  -webkit-transition: all .33s linear;
  -moz-transition: all .33s linear;
  -o-transition: all .33s linear;
  transition: all .33s linear;
}
.latest-post .latest-post-item .thumbnail-container .post-overlay a {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 68px;
  height: 68px;
  -webkit-border-radius: 34px;
  -moz-border-radius: 34px;
  -ms-border-radius: 34px;
  -o-border-radius: 34px;
  -border-radius: 34px;
  border-radius: 34px;
  margin-left: -34px;
  margin-top: -34px;
  background: #56cc00;
  text-align: center;
}
.latest-post .latest-post-item .thumbnail-container .post-overlay a i {
  font-size: 30px;
  color: #ffffff;
  line-height: 68px;
}
.latest-post .latest-post-item img {
  margin: 0;
  display: block;
}
.latest-post .latest-post-item h5 {
  margin: 0 0 5px 0;
}
.latest-post .latest-post-item .byline {
  font-size: 0.85em;
  margin: 0 0 10px;
}
.latest-post .latest-post-item .date {
  width: 60px;
  height: 57px;
  background-color: #56cc00;
  color: #ffffff;
  text-align: center;
  position: absolute;
  right: 0px;
  bottom: 0px;
  font-weight: 600;
}
.latest-post .latest-post-item .date .day {
  display: block;
  font-size: 20px;
  line-height: 1;
  margin-top: 9px;
}
.latest-post .latest-post-item .date .month {
  display: block;
  font-size: 14px;
}
.latest-post .latest-post-item .post-details {
  background-color: #efefef;
  padding: 12px 20px;
  text-align: center;
  font-size: 12px;
  margin-top: -5px;
}
.latest-post .latest-post-item .post-details .post-author a {
  color: #56cc00;
}
.latest-post .latest-post-item .post-details .post-author:after {
  content: ' | ';
}

.non-carousel.latest-post li {
  margin-bottom: 10px;
}
.non-carousel.latest-post li img {
  float: left;
  margin-right: 10px;
}

.carousel.latest-post .latest-post-item {
  margin: 0 10px 0 10px;
}

/*********************
PORTFOLIO
*********************/
.isotope-item {
  z-index: 2;
  max-width: 100%;
  width: 100%;
}
.isotope-item img {
  width: 100%;
}
.isotope-item:hover .project-info {
  background: #56cc00;
}
.isotope-item:hover .project-info .project-tags, .isotope-item:hover .project-info a {
  color: #ffffff;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope, .isotope .isotope-item {
  -webkit-transition-duration: .8s;
  -moz-transition-duration: .8s;
  transition-duration: .8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: 0 opacity;
  -moz-transition-property: 0 opacity;
  transition-property: transform, opacity;
}

.isotope-item.no-margin {
  margin: 0px !important;
}

.filter {
  margin: 0 0 25px 0;
  width: 100%;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding-left: 10px;
}

.filter li {
  list-style: none;
  text-indent: 0px;
  float: left;
  margin: 0px;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -transition: all 0.3s;
  transition: all 0.3s;
  border-top: 3px solid transparent;
}
.filter li a {
  padding: 13px 20px;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  color: #3d3d3d;
  margin: 0px;
}
.filter li .arrow-down {
  display: none;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #56cc00;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -transition: all 0.3s;
  transition: all 0.3s;
}

.filter li.active {
  border-top: 3px solid #56cc00;
}
.filter li.active a {
  color: #56cc00;
}
.filter li.active .arrow-down {
  display: block;
}

.filter-wrapper.style2 {
  background-color: #56cc00;
}

.filter.style2 {
  border-color: transparent;
  margin: 0 auto 0 auto;
  background-color: #56cc00;
}
.filter.style2 a {
  color: #ffffff;
  padding: 7px 20px;
  margin: 10px 0px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -border-radius: 3px;
  border-radius: 3px;
}
.filter.style2 li {
  border-top: 0px;
}
.filter.style2 li a {
  border: 1px solid transparent;
}
.filter.style2 li.active {
  border-top: 0px;
}
.filter.style2 li.active a {
  color: #ffffff;
  border: 1px solid #ffffff;
  font-weight: bold;
}
.filter.style2 li.active .arrow-down {
  display: none;
}

.filter.none {
  display: none;
}

.portfolio1c .isotope-item {
  margin-bottom: 10px;
  width: 100%;
}
.portfolio1c .project-info {
  text-align: center;
}
.portfolio1c .project-info .project-title a {
  font-size: 24px;
}

.portfoliomasonryc .isotope-item {
  margin: 10px 10px 10px 10px;
  max-width: 300px;
}

#portfolio-container {
  margin: 0px -2px 0px -2px;
}
#portfolio-container img {
  display: block;
  margin: 0px;
}

#portfolio-container .caption {
  position: absolute;
  bottom: 0;
  display: none;
  padding: 10px;
}

.filterable-grid li {
  float: left;
  max-width: 100%;
  position: relative;
}

.project-title {
  margin-bottom: 3px;
}
.project-title a {
  font-size: 16px;
  width: auto;
  display: inline;
  margin: 0 auto;
}

.project-tags {
  font-size: 12px;
  margin-bottom: 5px;
  text-transform: none;
  letter-spacing: 0px;
  color: #777777;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.project-date {
  font-weight: bold;
  font-size: 0.9em;
  margin-bottom: 0em;
  color: #fff;
}

.project-description {
  margin: 0px;
  font-size: 13px;
  padding-top: 8px;
  padding-bottom: 7px;
}

.project-info {
  line-height: 100%;
  padding: 10px 0;
  position: relative;
  padding-right: 70px;
  padding-left: 10px;
  height: 65px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.project-info .project-like {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 70px;
  height: 65px;
  background: #e0e0e0;
  text-align: center;
  color: #666666;
  font-size: 14px;
}
.project-info .project-like span {
  color: #666666;
}
.project-info .project-like i {
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  -transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  color: #666666;
  font-size: 18px;
  margin-bottom: 4px;
  margin-top: 14px;
  display: block;
}
.project-info .project-like .luxe-post-like a {
  height: 100%;
  width: 100%;
  display: block;
}
.project-info .project-like:hover {
  background: #56cc00;
}
.project-info .project-like:hover i, .project-info .project-like:hover a, .project-info .project-like:hover span {
  color: #ffffff;
}

.info-label {
  font-weight: bold;
}

.project-info .terms, .project-client, .project-website {
  margin: 10px 0;
}

.project-intro {
  margin-bottom: 30px;
  display: block;
}

.project-meta {
  text-align: center;
  margin-bottom: 40px;
}
.project-meta span {
  margin: 0px 10px;
  text-transform: uppercase;
}
.project-meta span a {
  font-size: 14px;
  opacity: 0.2;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity= $value * 100 );
  filter: alpha(opacity=20);
  zoom: 1;
}
.project-meta span a:hover {
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity= $value * 100 );
  filter: alpha(opacity=100);
  zoom: 1;
}
.project-meta span a [class^="icon-"] {
  font-size: 20px;
  margin-right: 5px;
}

.related-projects img {
  display: block;
  margin-bottom: 5px;
}
.related-projects .project-info {
  text-align: left;
  margin: 0px;
  padding: 0px;
  display: block;
}
.related-projects .post-main {
  border-bottom: 1px solid #efefef;
}

.terms li {
  margin-bottom: 5px;
}

.terms li .button, .terms li input[type=submit], .terms li .woocommerce .products .button, .woocommerce .products .terms li .button, .terms li .woocommerce .product .button, .woocommerce .product .terms li .button, .terms li .woocommerce-page #main .button, .woocommerce-page #main .terms li .button {
  margin: 0px;
}

.portfolio-buttons {
  position: absolute;
  top: 0;
  right: 0;
}

.portfolio-zoom {
  display: block;
  margin: 0 auto 5px auto;
  width: 13px;
  height: 13px;
  background: url(images/zoom.png) no-repeat center center transparent;
  text-indent: -9999px;
  position: absolute;
  right: 12px;
  bottom: 12px;
  -webkit-transform: translateX(200%);
  -moz-transform: translateX(200%);
  -ms-transform: translateX(200%);
  -o-transform: translateX(200%);
  transform: translateX(200%);
}

/*.link.portfolio-zoom {
    background: url(images/link.png) no-repeat center center transparent;
}
.video.portfolio-zoom {
    background: url(images/video.png) no-repeat center center transparent;
}
.portfolio-link {
    display: block;
    float: left;
    width: 35px;
    height: 35px;
    text-indent: -9999px;
    
    &:hover {
        background-color: $accent;
    }
}/*



/*********************
BLOG POSTS SHORTCODE
*********************/
.blog-post, .post-main {
  display: block;
  margin-bottom: 20px !important;
}
.blog-post .thumbnail-container, .post-main .thumbnail-container {
  position: relative;
  display: inline-block;
  max-width: 100%;
}
.blog-post .thumbnail-container img, .post-main .thumbnail-container img {
  display: block;
  margin: 0px;
}
.blog-post .date, .post-main .date {
  width: 60px;
  height: 57px;
  background-color: #56cc00;
  color: #ffffff;
  text-align: center;
  position: absolute;
  right: 0px;
  bottom: 0px;
  font-weight: 600;
}
.blog-post .date .day, .post-main .date .day {
  display: block;
  font-size: 20px;
  line-height: 1;
  margin-top: 9px;
}
.blog-post .date .month, .post-main .date .month {
  display: block;
  font-size: 14px;
}
.blog-post .post-details h5, .post-main .post-details h5 {
  font-size: 14px;
  text-align: center;
  margin: 5px 0;
}
.blog-post .post-details .post-excerpt, .post-main .post-details .post-excerpt {
  text-align: center;
  font-size: 12px;
}
.blog-post .post-details .post-meta, .post-main .post-details .post-meta {
  background-color: #f7f7f7;
  height: 40px;
  width: 100%;
  margin-top: 20px;
  display: block;
}
.blog-post .post-details .post-meta span, .post-main .post-details .post-meta span {
  line-height: 40px;
  text-align: center;
}
.blog-post .post-details .post-meta .post-author, .post-main .post-details .post-meta .post-author {
  width: 50%;
  display: block;
  background-color: #efefef;
  float: left;
}
.blog-post .post-details .post-meta .post-author a, .post-main .post-details .post-meta .post-author a {
  color: #56cc00;
}
.blog-post .post-details .post-meta .post-comments, .post-main .post-details .post-meta .post-comments {
  width: 50%;
  display: block;
  float: left;
}
.blog-post .post-details .post-meta .blog-arrow-right, .post-main .post-details .post-meta .blog-arrow-right {
  display: none;
  float: right;
  width: 36px;
  height: 40px;
  background-color: #56cc00;
}
.blog-post .post-details .post-meta .blog-arrow-right i, .post-main .post-details .post-meta .blog-arrow-right i {
  color: #ffffff;
  height: 40px;
  width: 36px;
  display: block;
  margin: 0px;
  top: 0px;
}

.blog-post.twelvecol.style1 .post-meta {
  max-width: 290px;
  float: right;
}
.blog-post.twelvecol.style1 .post-meta span {
  max-width: 125px;
}
.blog-post.twelvecol.style1 .post-meta .blog-arrow-right {
  display: block;
}

.blog-post.twelvecol.style2 {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.blog-post.twelvecol.style2 .thumbnail-container {
  width: 48%;
  float: left;
  margin-right: 2%;
}
.blog-post.twelvecol.style2 .post-details {
  float: left;
  display: block;
  width: 48%;
  height: 100%;
  position: absolute;
  right: 0;
}
.blog-post.twelvecol.style2 .post-details h5 {
  text-align: left;
  font-size: 16px;
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 13px;
}
.blog-post.twelvecol.style2 .post-details .post-excerpt {
  text-align: left;
  margin-left: 0px;
}
.blog-post.twelvecol.style2 .post-details .post-meta {
  position: absolute;
  bottom: 0px;
}
.blog-post.twelvecol.style2 .post-details .post-meta span {
  width: 50%;
}

.blog-post.style3 {
  display: block;
  margin-bottom: 20px !important;
}
.blog-post.style3 .thumbnail-container {
  float: left;
  margin-right: 20px;
}
.blog-post.style3 .date {
  float: left;
  position: relative;
}
.blog-post.style3 .post-details {
  float: left;
}
.blog-post.style3 .post-details h5 {
  font-size: 14px;
  text-align: left;
  margin: 0px;
  margin-bottom: 5px;
  display: block;
}
.blog-post.style3 .post-details .post-meta {
  background-color: transparent;
  height: auto;
  width: 100%;
  margin-top: 20px;
  display: inline;
}
.blog-post.style3 .post-details .post-meta span {
  line-height: 14px;
  text-align: center;
}
.blog-post.style3 .post-details .post-meta .post-author {
  width: auto;
  background-color: transparent;
  float: left;
}
.blog-post.style3 .post-details .post-meta .post-author a {
  color: #56cc00;
}
.blog-post.style3 .post-details .post-meta .post-author:after {
  content: '|';
  padding: 0 8px;
}
.blog-post.style3 .post-details .post-meta .post-comments {
  width: auto;
  display: block;
  float: left;
}
.blog-post.style3 .post-details .post-meta .blog-arrow-right {
  display: none;
  float: right;
  width: 36px;
  height: 40px;
  background-color: #56cc00;
}
.blog-post.style3 .post-details .post-meta .blog-arrow-right i {
  color: #ffffff;
  height: 40px;
  width: 36px;
  display: block;
  margin: 0px;
  top: 0px;
}

.blog-bar {
  position: relative;
  height: 60px;
  width: 100%;
  padding: 20px;
  display: block;
}
.blog-bar .blog-bar-category a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  border: 1px solid transparent;
  padding: 10px 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -border-radius: 3px;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -1px;
}
.blog-bar .blog-bar-category a:hover {
  color: #ffffff;
  border: 1px solid #ffffff;
}
.blog-bar .blog-bar-category a.current-cat {
  border: 1px solid #ffffff;
}
.blog-bar .blog-bar-background {
  display: block;
  height: 60px;
  width: 10000px;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #56cc00;
  margin-left: -5000px;
  z-index: -1;
}
.blog-bar .post-category {
  color: #ffffff;
}
.blog-bar .post-category a {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: -1px;
}
.blog-bar .post-category a:hover {
  color: #ffffff;
}
.blog-bar .portfolio-tags {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: -1px;
}

/*********************
JQUERY UI
*********************/
.ui-tabs {
  position: relative;
  zoom: 1;
  text-align: center;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  display: inline-block;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 1px;
  margin: 0 0em 1px 0;
  padding: 0;
  white-space: nowrap;
  border-top: 2px solid transparent;
  width: 100%;
}

.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
  font-size: 14px;
  text-align: center;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
  cursor: default;
}

.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
  text-align: left;
}

.ui-tabs .ui-tabs-hide {
  display: none !important;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  border-top-color: #56cc00;
}

.ui-tabs .ui-tabs-nav li span {
  margin-right: 10px;
  font-size: 1.5em !important;
}

.ui-tabs .ui-tabs-nav li a:active {
  outline: none;
}
.ui-tabs .ui-tabs-nav li a:focus {
  outline: none;
}

/** Vertical tabs **/
.vertical.ui-tabs .ui-tabs-nav {
  width: 100%;
  float: none;
  margin: 0;
  border-bottom: 0px;
  border-right: 0px solid #dadada;
  padding: 20px 0;
}

.vertical.ui-tabs .ui-tabs-nav li {
  clear: both;
  width: 100%;
  border-bottom: 0px solid #eeeeee !important;
  border-top: 0px solid #eeeeee;
  overflow: hidden;
}

.vertical.ui-tabs .ui-tabs-nav li:first-child {
  border-top: 0px solid #eeeeee;
}

.vertical.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
  color: #56cc00;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-left: 1.2em;
  font-weight: 600;
}

.vertical.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  overflow: visible;
  border-left: 0px;
  border-right: 0px;
  right: -1px;
  position: relative;
}

.vertical.ui-tabs .ui-tabs-nav li a {
  padding: .3em 1em;
  color: #6d6d6d;
  font-size: 1.1em;
  font-weight: 500;
}

.vertical.ui-tabs .ui-tabs-panel {
  width: 100%;
  float: none;
}

.horizontal.ui-tabs .ui-tabs-nav li {
  color: #6d6d6d;
  border: 1px solid #56cc00;
}

.horizontal.ui-tabs .ui-tabs-nav li:last-child {
  border-right: 1px solid #56cc00;
}

.horizontal.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  background: #56cc00;
}

.horizontal.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
  color: #ffffff;
}

.horizontal.ui-tabs .ui-tabs-nav li a {
  padding: 13px 35px;
}

.toggles-container .toggle_container {
  display: none;
  padding: 10px;
}
.toggles-container .trigger {
  margin: 0px;
  position: relative;
  padding: 11px 10px;
  border: 1px solid #e7e7e7;
  background: #f9f9f9;
}
.toggles-container .trigger a {
  font-size: 14px;
}
.toggles-container .trigger:before {
  display: block;
  font-family: 'entypo';
  font-size: 16px;
  content: '\e859';
  position: absolute;
  top: 8px;
  right: 15px;
  text-align: right;
  font-size: 20px;
}
.toggles-container .trigger i {
  color: #56cc00;
  font-size: 16px;
  border: 1px solid #56cc00;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -border-radius: 3px;
  border-radius: 3px;
  padding: 5px;
  margin-right: 10px;
}
.toggles-container .trigger.active:before {
  content: '\e857';
  color: #56cc00;
}

.ui-dialog {
  background: #ffffff;
  padding: 10px 40px;
  z-index: 100;
}
.ui-dialog a {
  text-align: center;
}
.ui-dialog .ui-dialog-title {
  display: none;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 20px;
  top: 15px;
  background: transparent;
  border: 0px;
}
.ui-dialog .ui-dialog-titlebar-close .icon-cancel {
  font-size: 24px;
}
.ui-dialog .ui-dialog-titlebar-close .ui-button-text {
  display: none;
}

/*********************
REVOLUTION SLIDER
*********************/
.rev_slider_wrapper h1, .rev_slider_wrapper h2, .rev_slider_wrapper h3, .rev_slider_wrapper h4, .rev_slider_wrapper h5, .rev_slider_wrapper h6 {
  line-height: 1.2em;
}
.rev_slider_wrapper .tp-rightarrow.large {
  display: none;
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(images/slider-arrow-right.png) no-repeat top left;
  width: 17px;
  height: 50px;
  margin-left: -5px;
  margin-top: -25px;
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity= $value * 100 );
  filter: alpha(opacity=60);
  zoom: 1;
}
.rev_slider_wrapper .tp-rightarrow.large:hover {
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity= $value * 100 );
  filter: alpha(opacity=100);
  zoom: 1;
}
.rev_slider_wrapper:hover .tp-rightarrow.large {
  display: block;
}
.rev_slider_wrapper .tp-leftarrow.large {
  display: none;
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(images/slider-arrow-left.png) no-repeat top left;
  width: 17px;
  height: 50px;
  margin-left: 5px;
  margin-top: -25px;
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity= $value * 100 );
  filter: alpha(opacity=60);
  zoom: 1;
}
.rev_slider_wrapper .tp-leftarrow.large:hover {
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity= $value * 100 );
  filter: alpha(opacity=100);
  zoom: 1;
}
.rev_slider_wrapper:hover .tp-leftarrow.large {
  display: block;
}
.rev_slider_wrapper .tp-bullets.simplebullets.round .bullet {
  width: 15px;
  height: 15px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  -border-radius: 7px;
  border-radius: 7px;
  background: #efefef;
  margin: 0 5px 5px 5px;
}
.rev_slider_wrapper .tp-bullets.simplebullets.round .bullet.selected {
  background: #56cc00;
}

.tp-simpleresponsive .caption, .tp-simpleresponsive .tp-caption {
  padding: 1em !important;
}

/*********************
SOCIAL
*********************/
.social-share {
  background: #efefef;
  display: block;
  width: 33%;
  float: right;
  height: 40px;
  line-height: 34px !important;
  margin: 0;
  text-align: center;
}
.social-share a [class^="icon-"] {
  font-size: 18px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.social-share a [class^="icon-"]:hover {
  color: #56cc00;
}

.social {
  background: #434344;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -border-radius: 3px;
  border-radius: 3px;
}
.social .social-text {
  float: left;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
}

/* Social Bar
================================================== */
.social {
  display: block;
}
.social .socialbar {
  float: left;
}
.social .socialbar .social-icons {
  display: inline;
}
.social .socialbar .social-icons li {
  float: left;
  list-style: none;
  margin: 0px;
  padding: 0 4px !important;
  border-right: 1px solid #545555;
  line-height: 1px;
}
.social .socialbar .social-icons li a {
  width: 27px;
  height: 27px;
  background: #e4e4e4;
  display: block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -border-radius: 3px;
  border-radius: 3px;
}
.social .socialbar .social-icons li a i {
  display: block;
}
.social .socialbar .social-icons li a:hover {
  background: #56cc00;
}
.social .socialbar .social-icons li a:hover i {
  color: #ffffff !important;
}
.social .socialbar .social-icons li a [class^="icon-"], .social .socialbar .social-icons li a [class*=" icon-"] {
  font-size: 14px;
  color: #ffffff;
  margin: 0 auto;
  padding-top: 7px;
  text-align: center;
}
.social .socialbar .social-icons li:last-child {
  border: none;
}
.social .social-text {
  margin: 15px;
  padding-right: 10px;
}

/*********************
TEAM MEMBERS
*********************/
.team-member {
  margin-bottom: 40px;
}
.team-member .member-image {
  display: block;
  margin: 20px auto 20px auto;
}
.team-member .name {
  margin: 0px;
  text-align: center;
  position: relative;
}
.team-member .team-member-title {
  text-align: center;
  text-transform: uppercase;
  display: block;
  font-size: 12px;
}
.team-member .desc {
  margin: 25px 0 15px 0;
  font-size: 12px;
  text-align: center;
}
.team-member:nth-child(odd) {
  background-color: #f7f7f7;
}
.team-member .socialbar {
  text-align: center;
}
.team-member .socialbar ul {
  display: inline-block;
  margin: 0px;
  list-style: none;
}
.team-member .socialbar ul li {
  float: left;
  margin: 4px;
}
.team-member .socialbar ul li a {
  width: 27px;
  height: 27px;
  display: block;
  -webkit-backface-visibility: hidden;
  background-color: #f7f7f7;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -border-radius: 3px;
  border-radius: 3px;
}
.team-member .socialbar ul li a:hover {
  background-color: #56cc00;
}
.team-member .socialbar ul li a i {
  margin: 0 auto;
  display: block;
  padding-top: 3px;
  color: #ffffff;
}
.team-member .socialbar ul li a [class^="icon-"], .team-member .socialbar ul li a [class*=" icon-"] {
  width: 100%;
}

.latest-container .team-member {
  position: relative;
  margin: 0px 0px 0 0 !important;
  float: left;
  display: block;
}

/*********************
WPML Language Selector
*********************/
#lang_sel {
  z-index: 100;
  display: block;
}

/*********************
Woocommerce
*********************/
#luxe-woogrid {
  max-width: 960px;
  margin: 0 auto;
}

.woocommerce {
  /*********************
  WOO products
  *********************/
}
.woocommerce .products, .woocommerce .product {
  margin-top: 20px;
}
.woocommerce .products input[type=submit], .woocommerce .products .button, .woocommerce .products .woocommerce-page #main .button, .woocommerce-page #main .woocommerce .products .button, .woocommerce .product input[type=submit], .woocommerce .product .button, .woocommerce .product .woocommerce-page #main .button, .woocommerce-page #main .woocommerce .product .button {
  color: #ffffff;
  box-shadow: none !important;
  text-shadow: none !important;
  font-weight: bold !important;
  margin: 0px;
  background: #56cc00 !important;
  border: 0px !important;
}
.woocommerce .products input.product_type_variable[type=submit], .woocommerce .products .product_type_variable.button, .woocommerce .products .woocommerce-page #main .product_type_variable.button, .woocommerce-page #main .woocommerce .products .product_type_variable.button, .woocommerce .product input.product_type_variable[type=submit], .woocommerce .product .product_type_variable.button, .woocommerce .product .woocommerce-page #main .product_type_variable.button, .woocommerce-page #main .woocommerce .product .product_type_variable.button {
  width: 100% !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  -border-radius: 0px;
  border-radius: 0px;
}
.woocommerce .products input.add_to_cart_button[type=submit], .woocommerce .products .add_to_cart_button.button, .woocommerce .products .woocommerce-page #main .add_to_cart_button.button, .woocommerce-page #main .woocommerce .products .add_to_cart_button.button, .woocommerce .product input.add_to_cart_button[type=submit], .woocommerce .product .add_to_cart_button.button, .woocommerce .product .woocommerce-page #main .add_to_cart_button.button, .woocommerce-page #main .woocommerce .product .add_to_cart_button.button {
  width: 50%;
  min-width: 50px;
  float: right;
  display: block;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  -border-radius: 0px;
  border-radius: 0px;
}
.woocommerce .products input.show_details_button[type=submit], .woocommerce .products .show_details_button.button, .woocommerce .products .woocommerce-page #main .show_details_button.button, .woocommerce-page #main .woocommerce .products .show_details_button.button, .woocommerce .product input.show_details_button[type=submit], .woocommerce .product .show_details_button.button, .woocommerce .product .woocommerce-page #main .show_details_button.button, .woocommerce-page #main .woocommerce .product .show_details_button.button {
  width: 50%;
  min-width: 50px;
  float: left;
  background: #efefef !important;
  color: #303130;
  border: 1px solid #efefef;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  -border-radius: 0px;
  border-radius: 0px;
}
.woocommerce .products .product {
  text-align: center;
  background: #f7f7f7;
}
.woocommerce .products .product h3 {
  font-size: 16px;
  padding: 3px;
}
.woocommerce .products .product .posted_in {
  position: relative;
  margin-bottom: 4px;
}
.woocommerce .products .product .posted_in a {
  text-transform: uppercase;
  color: #777777;
  font-size: 12px;
}
.woocommerce .products .product .posted_in:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 1px;
  width: 32px;
  border-bottom: 1px solid #56cc00;
  margin-left: -16px;
  top: 100%;
  margin-top: 2px;
}
.woocommerce .products .star-rating {
  margin: 0 auto;
  margin-top: 3px;
}
.woocommerce .products .price {
  font-weight: bold;
  font-size: 16px;
}
.woocommerce .products .price .from {
  display: none;
}
.woocommerce .products .price ins {
  text-decoration: none;
}
.woocommerce .star-rating {
  color: #ffbb33;
  display: block;
  padding-bottom: 20px;
}
.woocommerce span.onsale {
  box-shadow: none;
  text-shadow: none;
  background: #ed5019;
}

.woocommerce-page {
  /*********************
  WOO MAIN SHOP
  *********************/
  /*********************
  WOO SINGLE PRODUCT
  *********************/
  /*********************
  WOO RELATED PRODUCTS
  *********************/
  /*********************
  WOO PAGINATION
  *********************/
}
.woocommerce-page #main {
  position: relative;
}
.woocommerce-page #main .blog-bar {
  padding-left: 0px;
  padding-top: 0px;
}
.woocommerce-page #main .blog-bar .woocommerce-breadcrumb, .woocommerce-page #main .blog-bar .woocommerce-breadcrumb a {
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  padding-left: 0px !important;
  line-height: 60px;
}
.woocommerce-page #main input[type=submit], .woocommerce-page #main .button {
  color: #ffffff;
  box-shadow: none !important;
  text-shadow: none !important;
  font-weight: bold !important;
  margin: 0px;
  background: #56cc00 !important;
  border: 0px !important;
}
.woocommerce-page #main .page {
  margin-top: 20px;
  display: block;
}
.woocommerce-page #main .page-title {
  display: none;
}
.woocommerce-page #main .woocommerce-result-count {
  position: absolute;
  top: 0px;
  right: 0px;
  color: #ffffff !important;
  font-size: 14px;
  line-height: 60px;
}
.woocommerce-page #main .woocommerce-ordering {
  position: absolute;
  top: 0px;
  left: 0px;
}
.woocommerce-page #main .woocommerce-ordering select {
  padding: 8px 15px;
  font-size: 14px;
  color: #ffffff;
  background: #5cdb00;
  border: 0px;
  margin-top: 12px;
  display: block;
}
.woocommerce-page #main .products, .woocommerce-page #main .product {
  margin-top: 20px;
}
.woocommerce-page #main .products input.product_type_variable[type=submit], .woocommerce-page #main .products .product_type_variable.button, .woocommerce-page #main .product input.product_type_variable[type=submit], .woocommerce-page #main .product .product_type_variable.button {
  width: 100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  -border-radius: 0px;
  border-radius: 0px;
}
.woocommerce-page #main .products input.add_to_cart_button[type=submit], .woocommerce-page #main .products .add_to_cart_button.button, .woocommerce-page #main .product input.add_to_cart_button[type=submit], .woocommerce-page #main .product .add_to_cart_button.button {
  width: 50%;
  min-width: 50px;
  float: right;
  display: block;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  -border-radius: 0px;
  border-radius: 0px;
}
.woocommerce-page #main .products input.show_details_button[type=submit], .woocommerce-page #main .products .show_details_button.button, .woocommerce-page #main .product input.show_details_button[type=submit], .woocommerce-page #main .product .show_details_button.button {
  width: 50%;
  min-width: 50px;
  float: left;
  background: #efefef !important;
  color: #303130;
  border: 1px solid #efefef;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  -border-radius: 0px;
  border-radius: 0px;
}
.woocommerce-page #main .products .product {
  text-align: center;
  background: #f7f7f7;
}
.woocommerce-page #main .products .product h3 {
  font-size: 16px;
  padding: 3px;
}
.woocommerce-page #main .products .product .posted_in {
  position: relative;
  margin-bottom: 4px;
}
.woocommerce-page #main .products .product .posted_in a {
  text-transform: uppercase;
  color: #777777;
  font-size: 12px;
}
.woocommerce-page #main .products .product .posted_in:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 1px;
  width: 32px;
  border-bottom: 1px solid #56cc00;
  margin-left: -16px;
  top: 100%;
  margin-top: 2px;
}
.woocommerce-page #main .products .star-rating {
  margin: 0 auto;
  margin-top: 3px;
}
.woocommerce-page #main .products .price {
  font-weight: bold;
  font-size: 16px;
}
.woocommerce-page #main .products .price .from {
  display: none;
}
.woocommerce-page #main .products .price ins {
  text-decoration: none;
}
.woocommerce-page #main .star-rating {
  color: #ffbb33;
  display: block;
  padding-bottom: 20px;
}
.woocommerce-page #main span.onsale {
  box-shadow: none;
  text-shadow: none;
  background: #ed5019;
}
.woocommerce-page .product {
  /*********************
  WOO TABS
  *********************/
}
.woocommerce-page .product .entry-title {
  font-size: 20px;
  font-weight: bold;
}
.woocommerce-page .product .price {
  margin: 5px 0;
  font-size: 20px !important;
  font-weight: bold;
}
.woocommerce-page .product .price ins, .woocommerce-page .product .price .amount {
  text-decoration: none;
  color: #56cc00;
}
.woocommerce-page .product .luxe-woo-rating .star-rating {
  float: left;
  margin-top: 1px;
  margin-right: 8px;
}
.woocommerce-page .product .luxe-woo-rating h5 {
  font-size: 12px;
  color: #777777;
}
.woocommerce-page .product .images {
  width: 100% !important;
}
.woocommerce-page .product .images .thumbnails a {
  width: 70px !important;
}
.woocommerce-page .product .entry-summary {
  width: 100% !important;
}
.woocommerce-page .product .entry-summary div[itemprop="description"] {
  margin: 20px 0 25px 0;
  padding: 8px 0;
  border-bottom: 1px solid #efefef;
  border-top: 1px solid #efefef;
}
.woocommerce-page .product .entry-summary .variations .label {
  font-weight: bold;
  text-transform: uppercase;
  line-height: 40px;
}
.woocommerce-page .product .entry-summary .variations .reset_variations {
  display: none !important;
}
.woocommerce-page .product .entry-summary .variations select {
  padding: 9px 5px;
  min-width: 200px;
}
.woocommerce-page .product .entry-summary .variations input.qty {
  padding: 5px;
  height: 38px !important;
  border: 1px solid #E1E1E1 !important;
}
.woocommerce-page .product .entry-summary .variations .plus, .woocommerce-page .product .entry-summary .variations .minus {
  height: 19px !important;
  background: #f7f7f7 !important;
}
.woocommerce-page .product .entry-summary .single_add_to_cart_button {
  clear: both;
}
.woocommerce-page .product .entry-summary .product_meta .sku_wrapper {
  clear: both;
  display: block;
}
.woocommerce-page .product .entry-summary .product_meta .sku_wrapper .sku {
  font-weight: bold;
}
.woocommerce-page .product .entry-summary .product_meta .posted_in {
  clear: both;
  display: block;
}
.woocommerce-page .product .entry-summary .product_meta .posted_in a {
  font-weight: bold;
}
.woocommerce-page .product .entry-summary .product_meta .tagged_as {
  clear: both;
  display: block;
}
.woocommerce-page .product .entry-summary .product_meta .tagged_as a {
  font-weight: bold;
}
.woocommerce-page .product .woocommerce-tabs {
  border-top: 1px solid #efefef;
  margin-top: 40px;
}
.woocommerce-page .product .woocommerce-tabs .ui-tabs {
  float: none;
  width: 100%;
  padding: 0px !important;
}
.woocommerce-page .product .woocommerce-tabs .ui-tabs:before {
  border: 0px !important;
}
.woocommerce-page .product .woocommerce-tabs .ui-tabs li {
  width: 100%;
  border: 1px solid #efefef !important;
  border-right: 0px !important;
  background: #f7f7f7 !important;
  text-align: left;
  box-shadow: none !important;
  margin-bottom: 8px !important;
}
.woocommerce-page .product .woocommerce-tabs .ui-tabs li:before {
  box-shadow: none !important;
  border: 0px !important;
}
.woocommerce-page .product .woocommerce-tabs .ui-tabs li:after {
  border: 0px !important;
}
.woocommerce-page .product .woocommerce-tabs .ui-tabs li a {
  padding: 10px 0 !important;
  width: 100%;
}
.woocommerce-page .product .woocommerce-tabs .ui-tabs li.active {
  background: #ffffff !important;
}
.woocommerce-page .product .woocommerce-tabs .panel {
  border: 1px solid #efefef;
  margin-left: 0px;
  padding: 10px 20px !important;
}
.woocommerce-page .product .woocommerce-tabs .panel h2 {
  font-size: 18px;
}
.woocommerce-page .product .woocommerce-tabs .panel .commentlist {
  display: inline-block;
  padding: 20px 0;
}
.woocommerce-page .product .star-rating span {
  color: #ffbb33 !important;
}
.woocommerce-page .related.products {
  margin-top: 40px !important;
  padding-top: 30px;
  border-top: 1px solid #efefef;
}
.woocommerce-page .related.products h2 {
  font-size: 16px;
}
.woocommerce-page .related.products li {
  width: 100% !important;
  margin-right: 0;
  float: none;
}
.woocommerce-page .related.products li.last {
  margin-right: 0 !important;
}
.woocommerce-page .page-numbers {
  border-width: 0px !important;
}
.woocommerce-page .page-numbers li {
  border: 0px !important;
  background: #eeeeee;
  float: left;
  margin-right: 10px !important;
}
.woocommerce-page .page-numbers li a, .woocommerce-page .page-numbers li span {
  background: #eeeeee !important;
  padding: 5px 12px !important;
  display: block;
  line-height: 1.7em !important;
}
.woocommerce-page .page-numbers li a:hover, .woocommerce-page .page-numbers li a:focus, .woocommerce-page .page-numbers li span:hover, .woocommerce-page .page-numbers li span:focus {
  background: #56cc00 !important;
  color: white !important;
}
.woocommerce-page .page-numbers li span.current {
  background: #56cc00 !important;
  color: #ffffff !important;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  width: 100%;
}

.cart-button {
  float: left;
}
.cart-button a {
  font-weight: bold;
  font-size: 12px;
}
.cart-button a .label {
  font-weight: bold;
}
.cart-button a .label i {
  margin-right: 5px;
}
.cart-button a .amount {
  padding: 6px;
  margin-left: 4px;
  border: 1px solid #c7c7c7;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -border-radius: 3px;
  border-radius: 3px;
  font-weight: normal;
}

#header2 .cart-button {
  float: right;
  margin-left: 12px;
  padding-top: 2px;
}

/*********************
DEMO
*********************/
#demo-styles {
  display: none;
  position: fixed;
  left: -270px;
  top: 110px;
  z-index: 1000;
  width: 270px;
}
#demo-styles .handle {
  position: absolute;
  right: -44px;
  top: 25px;
  height: 45px;
  width: 45px;
  background: white;
  border: 1px solid #f3f3f3;
  border-left: 0px;
}
#demo-styles .handle span {
  margin: 6px 12px;
  font-size: 24px;
  display: block;
}
#demo-styles #demo-content {
  background: white;
  padding: 20px;
  border: 1px solid #f3f3f3;
}
#demo-styles #demo-content select {
  width: 180px;
}
#demo-styles #demo-content .background-pattern {
  cursor: pointer;
  border: 1px solid #ddd;
}

.colorpicker {
  z-index: 1001;
}

/*
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*/
@media only screen and (min-width: 481px) {
  /******************************************************************
  
  Stylesheet: 481px and Up Stylesheet
  
  This stylesheet is loaded for larger devices. It's set to 
  481px because at 480px it would load on a landscaped iPhone.
  This isn't ideal because then you would be loading all those
  extra styles on that same mobile connection. 
  
  A word of warning. This size COULD be a larger mobile device,
  so you still want to keep it pretty light and simply expand
  upon your base.scss styles.
  
  ******************************************************************/
  /**  
   * @outputFile ../css/_481up.css
   * @outputStyle expanded
   */
  /*********************
  NAVIGATION STYLES
  *********************/
  /* .menu is clearfixed inside mixins.scss */
  .menu {
    /* end .menu ul */
  }
  .menu ul {
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  .menu ul li {
    /*
    plan your menus and drop-downs wisely.
    */
  }
  .menu ul li a {
    /*
    you can use hover styles here even though this size
    has the possibility of being a mobile device.
    */
  }

  /* end .menu */
  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* entry content */
  .entry-content {
    /* at this larger size, we can start to align images */
  }
  .entry-content .alignleft, .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }
  .entry-content .alignright, .entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }
  .entry-content .aligncenter, .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }

  /* end .entry-content */
  /*********************
  FOOTER STYLES
  *********************/
  /*
  check your menus here. do they look good?
  do they need tweaking?
  */
  /* end .footer-links */
  /*********************
  PORTFOLIO
  *********************/
  .portfolio-container {
    width: 101%;
  }

  .portfolio2c .isotope-item {
    margin: 0 10px 10px 10px;
    width: 48.618784527%;
    margin-left: 0.69060773475%;
    margin-right: 0.69060773475%;
  }
  .portfolio2c .isotope-item.no-margin {
    width: 50%;
  }

  .portfolio3c .isotope-item {
    width: 31.491712705%;
    margin-left: 0.920810313%;
    margin-right: 0.920810313%;
  }
  .portfolio3c .isotope-item.no-margin {
    width: 33.2%;
  }

  .portfolio4c .isotope-item {
    margin: 0 10px 20px 10px;
    width: 22.928176794%;
    margin-left: 1.035911602125%;
    margin-right: 1.035911602125%;
  }
  .portfolio4c .isotope-item .standard-overlay .project-link:hover {
    background-position: center 75px;
  }
  .portfolio4c .isotope-item.no-margin {
    width: 24.9%;
  }

  .portfolio5c .isotope-item {
    margin: 0 auto 8px auto;
    width: 17.79006%;
    margin-left: 1.1049723756%;
    margin-right: 1.1049723756%;
  }
  .portfolio5c .isotope-item .standard-overlay .project-link:hover {
    background-position: center 55px;
  }
  .portfolio5c .isotope-item.no-margin {
    width: 19.9%;
  }

  /*********************
  TABS
  *********************/
  .ui-tabs .ui-tabs-nav li {
    width: auto;
  }
}
/*
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 768px) {
  /**  
   * @outputFile ../css/_grid.css
   * @outputStyle expanded
   */
  /******************************************************************
  
  Stylesheet: Grid Stylesheet
  
  
  ******************************************************************/
  .onecol {
    width: 5.801104972%;
  }

  /* 4.85%;  } /* grid_1  */
  .twocol {
    width: 14.364640883%;
  }

  /* 13.45%; } /* grid_2  */
  .threecol {
    width: 22.928176794%;
  }

  /* 22.05%; } /* grid_3  */
  .fourcol {
    width: 31.491712705%;
  }

  /* 30.75%; } /* grid_4  */
  .fivecol {
    width: 40.055248616%;
  }

  /* 39.45%; } /* grid_5  */
  .sixcol {
    width: 48.618784527%;
  }

  /* 48%;    } /* grid_6  */
  .sevencol {
    width: 57.182320438000005%;
  }

  /* 56.75%; } /* grid_7  */
  .eightcol {
    width: 65.74585634900001%;
  }

  /* 65.4%;  } /* grid_8  */
  .ninecol {
    width: 74.30939226%;
  }

  /* 74.05%; } /* grid_9  */
  .tencol {
    width: 82.87292817100001%;
  }

  /* 82.7%;  } /* grid_10 */
  .elevencol {
    width: 91.436464082%;
  }

  /* 91.35%; } /* grid_11 */
  .twelvecol {
    width: 99.999999993%;
  }

  /* 100%;   } /* grid_12 */
  .one_fifth {
    width: 17.7%;
  }

  .two_fifth {
    width: 38.35%;
  }

  .three_fifth {
    width: 58.9%;
  }

  .four_fifth {
    width: 79.45%;
  }

  .onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol, .one_fifth, .two_fifth, .three_fifth, .four_fifth {
    position: relative;
    float: left;
    margin-right: 2.762430939%;
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .twelvecol {
    margin-right: 0;
    margin-bottom: 0px;
    margin-top: 0px;
  }

  .last {
    float: right;
    margin-right: 0;
  }

  /**  
   * @outputFile ../css/_768up.css
   * @outputStyle expanded
   */
  /******************************************************************
  
  Stylesheet: Tablet & Small Desktop Stylesheet
  
  Here's where you can start getting into the good stuff.
  This size will work on iPads, other tablets, and desktops.
  So you can start working with more styles, background images,
  and other resources. You'll also notice the grid starts to
  come into play. Have fun!
  
  ******************************************************************/
  /*********************
  GENERAL STYLES
  *********************/
  /*********************
  LAYOUT & GRID STYLES
  *********************/
  .wrap {
    max-width: 960px;
  }

  #container.vertical {
    margin-left: 120px;
  }

  /*********************
  HEADER SYTLES
  *********************/
  .header-text {
    z-index: 100;
  }

  #header-wrapper {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  #header-wrapper.horizontal-fixed {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 100;
  }

  .admin-bar #header-wrapper.horizontal-fixed {
    margin-top: 28px;
  }

  #header-wrapper.vertical {
    position: static;
    background-color: transparent !important;
  }

  #logo img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  #header1 {
    clear: none;
  }

  #header2 {
    clear: none;
    text-align: right;
  }
  #header2 .widget {
    float: right;
  }

  /*********************
  NAVIGATION STYLES
  *********************/
  /* default style */
  .js .selectnav {
    display: none;
  }

  .js #menu-top-nav {
    display: block;
  }

  .center #menu-top-nav {
    position: relative;
    float: left;
    display: block;
    left: 50%;
  }
  .center #menu-top-nav li {
    position: relative;
    float: left;
    display: block;
    right: 50%;
  }
  .center #menu-top-nav .children li {
    right: 0%;
  }

  .nav {
    border: 0;
    float: left;
    clear: none;
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  .nav [class^="icon-"]:before, .nav [class*=" icon-"]:before {
    display: none;
    position: static;
    height: auto;
    width: 100%;
    margin-left: 0px;
    margin-bottom: 3px;
  }
  .nav li {
    float: left;
    position: relative;
    padding: 0px;
    /*
    plan your menus and drop-downs wisely.
    */
    /* showing sub-menus */
  }
  .nav li:hover [class^="icon-"]:before, .nav li:hover [class*=" icon-"]:before {
    position: static;
    height: auto;
    width: 100%;
    margin-left: 0px;
  }
  .nav li a {
    z-index: 100;
    border-bottom: 0;
    margin: 0px 20px;
    padding: 0px;
    position: relative;
    width: auto;
    font-weight: 600;
    /*
    you can use hover styles here even though this size
    has the possibility of being a mobile device.
    */
  }
  .nav li ul.sub-menu,
  .nav li ul.children {
    font-size: 15px;
    letter-spacing: 1px;
    background: #fff;
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: absolute;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity= $value * 100 );
    filter: alpha(opacity=0);
    zoom: 1;
    z-index: 8999;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    /* highlight sub-menu current page */
  }
  .nav li ul.sub-menu [class^="icon-"]:before, .nav li ul.sub-menu [class*=" icon-"]:before,
  .nav li ul.children [class^="icon-"]:before,
  .nav li ul.children [class*=" icon-"]:before {
    display: none;
    position: static;
    height: auto;
    width: 100%;
    margin-left: 0px;
    margin-bottom: 3px;
  }
  .nav li ul.sub-menu li,
  .nav li ul.children li {
    padding: 0px;
    line-height: 25px !important;
    /*
    if you need to go deeper, go nuts
    just remember deeper menus suck
    for usability. k, bai.
    */
  }
  .nav li ul.sub-menu li [class^="icon-"]:before, .nav li ul.sub-menu li [class*=" icon-"]:before,
  .nav li ul.children li [class^="icon-"]:before,
  .nav li ul.children li [class*=" icon-"]:before {
    display: block;
  }
  .nav li ul.sub-menu li a,
  .nav li ul.children li a {
    color: #3d3d3d;
    padding-left: 35px;
    padding-right: 35px;
    border-right: 0;
    display: block;
    min-width: 170px;
    margin: 0px;
    border-bottom: 0px;
    white-space: nowrap;
  }
  .nav li ul.sub-menu li a:before,
  .nav li ul.children li a:before {
    border-bottom: 0px solid #262626 !important;
    height: 0px;
  }
  .nav li ul.sub-menu li:last-child a,
  .nav li ul.children li:last-child a {
    border-bottom: 0;
  }
  .nav li ul.sub-menu li:hover ul,
  .nav li ul.children li:hover ul {
    z-index: 100;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity= $value * 100 );
    filter: alpha(opacity=100);
    zoom: 1;
    visibility: visible;
    transition-delay: 0s;
  }
  .nav li ul.sub-menu li.parent:after,
  .nav li ul.children li.parent:after {
    content: '\e859';
    font-family: 'entypo';
    font-size: 16px;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -13px;
    display: block;
  }
  .nav li ul.sub-menu .children,
  .nav li ul.children .children {
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity= $value * 100 );
    filter: alpha(opacity=0);
    zoom: 1;
    top: 0px;
    margin-top: 0;
    left: 100%;
    padding: 0px;
  }
  .nav li:hover ul {
    top: auto;
    z-index: 100;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity= $value * 100 );
    filter: alpha(opacity=100);
    zoom: 1;
    visibility: visible;
    transition-delay: 0s;
  }
  .nav li [class^="icon-"]:before, .nav li [class*=" icon-"]:before {
    width: 100%;
    font-size: 20px;
    display: block;
  }

  /* end .nav */
  nav.vertical {
    position: fixed;
    left: 0px;
    height: 100%;
    max-width: 120px;
    z-index: 10;
    background: #262626;
  }
  nav.vertical .top-nav li {
    width: 100%;
    text-align: center;
    padding: 0px;
    display: table;
  }
  nav.vertical .top-nav li a {
    padding: 0;
    margin: 0px;
    height: 120px;
    width: 120px;
    display: table-cell;
    vertical-align: middle;
    font-size: 10px;
  }
  nav.vertical .top-nav li:hover a:before {
    border: 0px;
  }
  nav.vertical .top-nav li ul.children {
    left: 100%;
    top: 0px;
    margin: 0px;
    padding: 0px;
  }
  nav.vertical .top-nav li ul.children li {
    height: 120px;
    width: 120px;
    min-width: 120px;
    display: table;
  }
  nav.vertical .top-nav li ul.children li a {
    display: table-cell;
    vertical-align: middle;
    padding: 0px;
    min-width: 120px;
    width: 120px;
  }
  nav.vertical .top-nav li ul.children li.parent:after {
    content: '';
  }
  nav.vertical #header3 {
    margin-top: 20px;
  }
  nav.vertical #header3 .social-icons li {
    width: 100%;
    text-align: center;
    padding: 0px;
  }
  nav.vertical #header3 .social-icons li a {
    margin: 0 auto;
  }

  nav.horizontal {
    float: right;
  }
  nav.horizontal #header3 {
    margin-top: 30px;
  }
  nav.horizontal #header3 .widget {
    margin-bottom: 0px;
    margin-left: 40px;
  }

  nav.horizontal.center {
    float: none;
  }

  #header1, #header2 {
    display: block;
  }

  /*********************
  SIDEBARS & ASIDES
  *********************/
  .widget {
    padding: 0px;
  }
  .widget ul li {
    /* deep nesting */
  }
  .widget ul li ul {
    margin-top: 0.75em;
    padding-left: 1em;
  }

  /* links widget */
  /* meta widget */
  /* pages widget */
  /* recent-posts widget */
  /* archives widget */
  /* tag-cloud widget */
  /* calendar widget */
  /* category widget */
  /* recent-comments widget */
  /* search widget */
  /* text widget */
  /*********************
  FOOTER STYLES
  *********************/
  /*
  you'll probably need to do quite a bit
  of overriding here if you styled them for
  mobile. Make sure to double check these!
  */
  .footer-links ul li {
    /*
    be careful with the depth of your menus.
    it's very rare to have multi-depth menus in
    the footer.
    */
  }

  /* end .footer-links */
  /*
  .portfolio3c 
  {
      .isotope-item {
  	width: 31.68%;
          margin: 0 .8% 11px .8%;
          
          img {
              //width: 100%;
          }
      }
  }
  .portfolio4c 
  {
      .isotope-item {
  	width: 23.8%;
          margin: 0 .5% 8px .5%;
          
          img {
              //width: 100%;
          }
      }
  }
  .portfolio5c 
  {
      .isotope-item {
  	width: 18.8%;
          margin: 0 .5% 8px .5%;
          
          img {
              //width: 100%;
          }
      }
  }*/
  .vertical.ui-tabs .ui-tabs-panel {
    width: 77%;
    float: left;
  }

  .vertical.ui-tabs .ui-tabs-nav {
    width: 22.928176794%;
    float: left;
    margin: 0;
  }

  #demo-styles {
    display: block;
  }

  .widget ul li.current-cat a:after, .widget ul li.widget_subpages_current_page a:after {
    display: block;
  }

  /* post meta */
  .byline .tags {
    float: right;
    position: absolute;
    right: 0;
  }
  .byline .tags .post-icon {
    float: right;
    padding-right: 0px;
  }

  .vertical.ui-tabs .ui-tabs-nav {
    border-right: 1px solid #DADADA;
  }

  .direction-nav {
    position: absolute;
  }

  .page .metaslider.small-captions .flex-direction-nav {
    display: block;
  }

  .page .metaslider .caption-wrap {
    display: block;
  }

  /*********************
  Woocommerce
  *********************/
  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 22.05%;
  }

  .woocommerce-page .product .images {
    width: 40% !important;
  }

  .woocommerce div.product div.summary, .woocommerce #content div.product div.summary, .woocommerce-page div.product div.summary, .woocommerce-page #content div.product div.summary {
    width: 56% !important;
  }

  .woocommerce div.product .woocommerce-tabs ul.tabs, .woocommerce #content div.product .woocommerce-tabs ul.tabs, .woocommerce-page div.product .woocommerce-tabs ul.tabs, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs {
    clear: none;
    float: left;
    width: 220px;
  }

  .woocommerce-page .product .woocommerce-tabs .panel {
    margin-left: 220px !important;
  }

  .related.products li {
    max-width: 22.928176794%;
    margin-right: 2.762430939% !important;
    float: left;
  }

  /*********************
  Carousel
  *********************/
  .pager-container {
    display: block;
  }

  /*********************
  Tabs
  *********************/
  .horizontal.ui-tabs .ui-tabs-nav li {
    border-right: 0px;
  }
}
/*
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 1030px) {
  /**  
   * @outputFile ../css/_1030up.css
   * @outputStyle expanded
   */
  /******************************************************************
  
  Stylesheet: Desktop Stylsheet
  
  This is the desktop size. It's larger than an iPad so it will only
  be seen on the Desktop. 
  
  ******************************************************************/
}
/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1240px) {
  /******************************************************************
  
  Stylesheet: Super Large Monitor Stylesheet
  
  You can add some advanced styles here if you like. This kicks in
  on larger screens.
  
  ******************************************************************/
  .filter.icons {
    position: absolute;
    right: -80px;
    width: 40px;
    margin-top: -10px !important;
  }
  .filter.icons li {
    height: 40px;
  }

  #container.vertical {
    margin-left: 0px;
  }
}
/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /**  
   * @outputFile ../css/_2x.css
   * @outputStyle expanded
   */
  /******************************************************************
  
  Stylesheet: Retina Screens & Devices Stylesheet
  
  When handling retina screens you need to make adjustments, especially
  if you're not using font icons. Here you can add them in one neat
  place.
  
  ******************************************************************/
  /* 
  
  EXAMPLE 
  Let's say you have an image and you need to make sure it looks ok
  on retina screens. Let's say we have an icon which dimension are
  24px x 24px. In your regular stylesheets, it would look something
  like this:
  
  .icon {
  	width: 24px;
  	height: 24px;
  	background: url(img/test.png) no-repeat;
  }
  
  For retina screens, we have to make some adjustments, so that image
  doesn't look blurry. So, taking into account the image above and the
  dimensions, this is what we would put in our retina stylesheet:
  
  .icon {
  	background: url(img/test@2x.png) no-repeat;
  	background-size: 24px 24px;
  }
  
  So, you would create the same icon, but at double the resolution, meaning 
  it would be 48px x 48px. You'd name it the same, but with a @2x at the end
  (this is pretty standard practice). Set the background image so it matches
  the original dimensions and you are good to go. 
  
  */
}
/*
iPHONE 5 MEDIA QUERY
Want to get fancy for no good reason? Knock yourself out.
*/
/*
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*/
@media print {
  /**  
   * @outputFile ../css/_print.css
   * @outputStyle expanded
   */
  /******************************************************************
  
  Stylesheet: Print Stylesheet
  
  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.
  
  ******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}
