/*
Theme: 		The Photo Fiction Mill
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and 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;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve 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;
}

/******************************************************************
File: _mixins.scss
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 gradients.

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
*********************/
/*********************
TYPOGRAPHY
*********************/
.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.alert-warning, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}

.alert-warning {
  border-color: #e8dc59;
  background: #ebe16f;
}

.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8;
}

.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4;
}

.alert-success {
  border-color: #deeaae;
  background: #e6efc2;
}

/*********************
PREFIXES
*********************/
/*********************
TRANSITION
*********************/
/*
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
TRANSITION
*********************/
/*
USAGE: @include transform(rotate(360deg));
*/
/*********************
OPACITY
*********************/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo 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? */
/*********************
BOX SHADOW
*********************/
/*********************
BUTTONS
*********************/
.button, input[type=submit], .button:visited, input[type=submit]:visited {
  background: rgb(50,50,50);
  border: 0px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 12px 30px;
  color: white;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 21px;
  border: 4px solid white;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  float:left;
}
.button .button-text, input[type=submit] .button-text, .button:visited .button-text, input[type=submit]:visited .button-text {
  text-transform: uppercase;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.button .button-icon, input[type=submit] .button-icon, .button:visited .button-icon, input[type=submit]:visited .button-icon {
  font-size: 14px;
  margin-left: -5px;
  padding-right: 5px;
  line-height: 12px;
}
.button:hover, input[type=submit]:hover, .button:focus, input[type=submit]:focus, .button:visited:hover, input[type=submit]:visited:hover, .button:visited:focus, input[type=submit]:visited:focus {
  color: #ff6f6f !important;
  border-color: #ff6f6f;
  background-color: transparent;
}
.button:hover .button-text, input[type=submit]:hover .button-text, .button:focus .button-text, input[type=submit]:focus .button-text, .button:visited:hover .button-text, input[type=submit]:visited:hover .button-text, .button:visited:focus .button-text, input[type=submit]:visited:focus .button-text {
  color: #ff6f6f !important;
}

.button.small, input.small[type=submit] {
  padding: 5px 28px;
  font-size: 11px;
}

.button.large, input.large[type=submit] {
  padding: 16px 30px;
  font-size: 14px;
}

/*********************
SCROLL TOP BUTTON
*********************/
#scroll-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  display: block;
  width: 50px;
  height: 50px;
  background-color: #ff6f6f;
  visibility: hidden;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
#scroll-top:hover {
  background-color: #2d2d2d;
}
#scroll-top:after {
  display: block;
  content: '\e831';
  color: #ffffff;
  font-size: 37px;
  font-family: 'fontello';
  position: absolute;
  left: 16px;
  top: 14px;
}

#scroll-top.visible {
  visibility: visible;
}

/******************************************************************
File: _font-icons.scss
Stylesheet: Font Icon Stylesheet
******************************************************************/
/*fontello arrow icons*/
@font-face {
  font-family: 'fontello';
  src: url("fonts/fontello.eot?81703720");
  src: url("fonts/fontello.eot?81703720#iefix") format("embedded-opentype"), url("fonts/fontello.woff?81703720") format("woff"), url("fonts/fontello.ttf?81703720") format("truetype"), url("fonts/fontello.svg?81703720#fontello") 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: 'fontello';
    src: url('../fonts/fontello.svg?81703720#fontello') format('svg');
  }
}
*/
[class^="arrow-icon-"]:before, [class*=" arrow-icon-"]:before {
  font-family: "fontello";
  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); */
  text-shadow: none !important;
}

.arrow-icon-picture:before {
  content: '\e848';
}

.arrow-icon-up-micro:before {
  content: '\e853';
}

.arrow-icon-quote-right-1:before {
  content: '\e847';
}

.arrow-icon-location:before {
  content: '\e849';
}

.arrow-icon-down-dir:before {
  content: '\e84a';
}

.arrow-icon-up-dir:before {
  content: '\e84b';
}

.arrow-icon-left-dir:before {
  content: '\e83b';
}

.arrow-icon-right-dir:before {
  content: '\e83a';
}

.arrow-icon-down-open-3:before {
  content: '\e83c';
}

.arrow-icon-left-open-4:before {
  content: '\e83d';
}

.arrow-icon-right-open-4:before {
  content: '\e83e';
}

.arrow-icon-up-open-3:before {
  content: '\e83f';
}

.arrow-icon-angle-left:before {
  content: '\e840';
}

.arrow-icon-angle-right:before {
  content: '\e841';
}

.arrow-icon-angle-up:before {
  content: '\e842';
}

.arrow-icon-angle-down:before {
  content: '\e843';
}

.arrow-icon-angle-double-left:before {
  content: '\e844';
}

.arrow-icon-angle-double-right:before {
  content: '\e845';
}

.arrow-icon-angle-double-up:before {
  content: '\e84d';
}

.arrow-icon-angle-double-down:before {
  content: '\e84c';
}

.arrow-icon-plus-1:before {
  content: '\e838';
}

.arrow-icon-minus-1:before {
  content: '\e839';
}

.arrow-icon-down-open-2:before {
  content: '\e82a';
}

.arrow-icon-left-open-3:before {
  content: '\e82b';
}

.arrow-icon-right-open-3:before {
  content: '\e82c';
}

.arrow-icon-up-open-2:before {
  content: '\e82d';
}

.arrow-icon-down-open-mini:before {
  content: '\e82e';
}

.arrow-icon-left-open-mini:before {
  content: '\e82f';
}

.arrow-icon-right-open-mini:before {
  content: '\e830';
}

.arrow-icon-up-open-mini:before {
  content: '\e831';
}

.arrow-icon-down-open-big:before {
  content: '\e832';
}

.arrow-icon-left-open-big:before {
  content: '\e833';
}

.arrow-icon-right-open-big:before {
  content: '\e834';
}

.arrow-icon-up-open-big:before {
  content: '\e835';
}

.arrow-icon-left-thin:before {
  content: '\e837';
}

.arrow-icon-right-thin:before {
  content: '\e836';
}

.arrow-icon-left-open-outline:before {
  content: '\e81c';
}

.arrow-icon-left-open-2:before {
  content: '\e81a';
}

.arrow-icon-right-open-outline:before {
  content: '\e81d';
}

.arrow-icon-right-open-2:before {
  content: '\e81b';
}

.arrow-icon-down:before {
  content: '\e81e';
}

.arrow-icon-left:before {
  content: '\e81f';
}

.arrow-icon-quote-left-1:before {
  content: '\e846';
}

.arrow-icon-up:before {
  content: '\e821';
}

.arrow-icon-down-outline:before {
  content: '\e822';
}

.arrow-icon-left-outline:before {
  content: '\e823';
}

.arrow-icon-right-outline:before {
  content: '\e824';
}

.arrow-icon-up-outline:before {
  content: '\e825';
}

.arrow-icon-down-small:before {
  content: '\e826';
}

.arrow-icon-left-small:before {
  content: '\e827';
}

.arrow-icon-right-small:before {
  content: '\e828';
}

.arrow-icon-up-small:before {
  content: '\e829';
}

.arrow-icon-plus:before {
  content: '\e806';
}

.arrow-icon-minus:before {
  content: '\e807';
}

.arrow-icon-quote-left:before {
  content: '\e808';
}

.arrow-icon-quote-right:before {
  content: '\e809';
}

.arrow-icon-quote-left-alt:before {
  content: '\e818';
}

.arrow-icon-quote-right-alt:before {
  content: '\e819';
}

.arrow-icon-down-open-1:before {
  content: '\e800';
}

.arrow-icon-left-open:before {
  content: '\e801';
}

.arrow-icon-right-open:before {
  content: '\e80a';
}

.arrow-icon-up-open-1:before {
  content: '\e80b';
}

.arrow-icon-down-1:before {
  content: '\e80e';
}

.arrow-icon-left-1:before {
  content: '\e80c';
}

.arrow-icon-right-1:before {
  content: '\e80d';
}

.arrow-icon-up-1:before {
  content: '\e80f';
}

.arrow-icon-down-bold:before {
  content: '\e810';
}

.arrow-icon-left-bold:before {
  content: '\e811';
}

.arrow-icon-right-bold:before {
  content: '\e812';
}

.arrow-icon-up-bold:before {
  content: '\e813';
}

.arrow-icon-down-fat:before {
  content: '\e814';
}

.arrow-icon-left-fat:before {
  content: '\e815';
}

.arrow-icon-right-fat:before {
  content: '\e816';
}

.arrow-icon-up-fat:before {
  content: '\e817';
}

.arrow-icon-plus-2:before {
  content: '\e84e';
}

.arrow-icon-minus-2:before {
  content: '\e84f';
}

.arrow-icon-quote:before {
  content: '\e850';
}

.arrow-icon-quote-circled:before {
  content: '\e851';
}

.arrow-icon-down-open:before {
  content: '\e802';
}

.arrow-icon-left-open-1:before {
  content: '\e803';
}

.arrow-icon-right-open-1:before {
  content: '\e804';
}

.arrow-icon-up-open:before {
  content: '\e805';
}

.arrow-icon-down-micro:before {
  content: '\e852';
}

.arrow-icon-right:before {
  content: '\e820';
}

/*teaser icons*/
@font-face {
  font-family: 'rt-icons';
  src: url("fonts/rt-icons.eot");
  src: url("fonts/rt-icons.eot?#iefix") format("embedded-opentype"), url("fonts/rt-icons.woff") format("woff"), url("fonts/rt-icons.ttf") format("truetype"), url("fonts/rt-icons.svg#rt-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="rt-icon-"], [class*=" rt-icon-"] {
  font-family: 'rt-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.rt-icon-ok:before {
  content: "\e600";
}

.rt-icon-youtube:before {
  content: "\e601";
}

.rt-icon-times:before {
  content: "\e602";
}

.rt-icon-image:before {
  content: "\e603";
}

.rt-icon-phone:before {
  content: "\e604";
}

.rt-icon-heart:before {
  content: "\e605";
}

.rt-icon-microphone:before {
  content: "\e606";
}

.rt-icon-rss-outline:before {
  content: "\e607";
}

.rt-icon-message:before {
  content: "\e608";
}

.rt-icon-location-outline:before {
  content: "\e609";
}

.rt-icon-link-outline:before {
  content: "\e60a";
}

.rt-icon-image-outline:before {
  content: "\e60b";
}

.rt-icon-export-outline:before {
  content: "\e60c";
}

.rt-icon-cross:before {
  content: "\e60d";
}

.rt-icon-star-outline:before {
  content: "\e60e";
}

.rt-icon-mail:before {
  content: "\e60f";
}

.rt-icon-heart-outline:before {
  content: "\e610";
}

.rt-icon-flash-outline:before {
  content: "\e611";
}

.rt-icon-arrow-move-outline:before {
  content: "\e612";
}

.rt-icon-watch:before {
  content: "\e613";
}

.rt-icon-time:before {
  content: "\e614";
}

.rt-icon-location-arrow-outline:before {
  content: "\e615";
}

.rt-icon-attachment-outline:before {
  content: "\e616";
}

.rt-icon-user-outline:before {
  content: "\e617";
}

.rt-icon-lock-closed-outline:before {
  content: "\e618";
}

.rt-icon-lock-open-outline:before {
  content: "\e619";
}

.rt-icon-group-outline:before {
  content: "\e61a";
}

.rt-icon-chart-pie-outline:before {
  content: "\e61b";
}

.rt-icon-video-outline:before {
  content: "\e61c";
}

.rt-icon-map:before {
  content: "\e61d";
}

.rt-icon-key-outline:before {
  content: "\e61e";
}

.rt-icon-infinity-outline:before {
  content: "\e61f";
}

.rt-icon-globe-outline:before {
  content: "\e620";
}

.rt-icon-eye-outline:before {
  content: "\e621";
}

.rt-icon-cog-outline:before {
  content: "\e622";
}

.rt-icon-camera-outline:before {
  content: "\e623";
}

.rt-icon-scissors-outline:before {
  content: "\e624";
}

.rt-icon-refresh-outline:before {
  content: "\e625";
}

.rt-icon-zoom-outline:before {
  content: "\e626";
}

.rt-icon-pin-outline:before {
  content: "\e627";
}

.rt-icon-message-typing:before {
  content: "\e628";
}

.rt-icon-folder:before {
  content: "\e629";
}

.rt-icon-pencil:before {
  content: "\e62a";
}

.rt-icon-brush:before {
  content: "\e62b";
}

.rt-icon-thumbs-up:before {
  content: "\e62c";
}

.rt-icon-pen:before {
  content: "\e62d";
}

.rt-icon-calender-outline:before {
  content: "\e62e";
}

.rt-icon-business-card:before {
  content: "\e62f";
}

.rt-icon-calculator:before {
  content: "\e630";
}

.rt-icon-clipboard:before {
  content: "\e631";
}

.rt-icon-gift:before {
  content: "\e632";
}

.rt-icon-bell:before {
  content: "\e633";
}

.rt-icon-anchor-outline:before {
  content: "\e634";
}

.rt-icon-power-outline:before {
  content: "\e635";
}

.rt-icon-shopping-bag:before {
  content: "\e636";
}

.rt-icon-device-tablet:before {
  content: "\e637";
}

.rt-icon-device-phone:before {
  content: "\e638";
}

.rt-icon-device-laptop:before {
  content: "\e639";
}

.rt-icon-device-desktop:before {
  content: "\e63a";
}

.rt-icon-spanner-outline:before {
  content: "\e63b";
}

.rt-icon-puzzle-outline:before {
  content: "\e63c";
}

.rt-icon-printer:before {
  content: "\e63d";
}

.rt-icon-lightbulb:before {
  content: "\e63e";
}

.rt-icon-flag-outline:before {
  content: "\e63f";
}

.rt-icon-contacts:before {
  content: "\e640";
}

.rt-icon-weather-stormy:before {
  content: "\e641";
}

.rt-icon-weather-shower:before {
  content: "\e642";
}

.rt-icon-weather-partly-sunny:before {
  content: "\e643";
}

.rt-icon-weather-downpour:before {
  content: "\e644";
}

.rt-icon-weather-cloudy:before {
  content: "\e645";
}

.rt-icon-plane-outline:before {
  content: "\e646";
}

.rt-icon-phone-outline:before {
  content: "\e647";
}

.rt-icon-microphone-outline:before {
  content: "\e648";
}

.rt-icon-weather-sunny:before {
  content: "\e649";
}

.rt-icon-weather-snow:before {
  content: "\e64a";
}

.rt-icon-weather-night:before {
  content: "\e64b";
}

.rt-icon-wine:before {
  content: "\e64c";
}

.rt-icon-tags:before {
  content: "\e64d";
}

.rt-icon-headphones:before {
  content: "\e64e";
}

.rt-icon-plug:before {
  content: "\e64f";
}

.rt-icon-credit-card:before {
  content: "\e650";
}

.rt-icon-coffee:before {
  content: "\e651";
}

.rt-icon-book:before {
  content: "\e652";
}

.rt-icon-beer:before {
  content: "\e653";
}

.rt-icon-tree:before {
  content: "\e654";
}

.rt-icon-thermometer:before {
  content: "\e655";
}

.rt-icon-messages:before {
  content: "\e656";
}

.rt-icon-shopping-cart:before {
  content: "\e657";
}

.rt-icon-leaf:before {
  content: "\e658";
}

.rt-icon-volume:before {
  content: "\e659";
}

.rt-icon-microphone2:before {
  content: "\e65a";
}

.rt-icon-paperclip:before {
  content: "\e65b";
}

.rt-icon-trashcan:before {
  content: "\e65c";
}

.rt-icon-search:before {
  content: "\e65d";
}

.rt-icon-chat:before {
  content: "\e65e";
}

.rt-icon-calendar:before {
  content: "\e65f";
}

.rt-icon-bookmark:before {
  content: "\e660";
}

.rt-icon-email:before {
  content: "\e661";
}

.rt-icon-heart2:before {
  content: "\e662";
}

.rt-icon-cloud:before {
  content: "\e663";
}

.rt-icon-book2:before {
  content: "\e664";
}

.rt-icon-star:before {
  content: "\e665";
}

.rt-icon-clock:before {
  content: "\e666";
}

.rt-icon-users:before {
  content: "\e667";
}

.rt-icon-user:before {
  content: "\e668";
}

.rt-icon-bullhorn:before {
  content: "\e669";
}

.rt-icon-diamond:before {
  content: "\e66a";
}

.rt-icon-drink:before {
  content: "\e66b";
}

.rt-icon-shorts:before {
  content: "\e66c";
}

.rt-icon-syringe:before {
  content: "\e66d";
}

.rt-icon-barbell:before {
  content: "\e66e";
}

.rt-icon-chart:before {
  content: "\e66f";
}

.rt-icon-pencil2:before {
  content: "\e670";
}

.rt-icon-newspaper:before {
  content: "\e671";
}

.rt-icon-earth:before {
  content: "\e672";
}

.rt-icon-clock2:before {
  content: "\e673";
}

.rt-icon-comment:before {
  content: "\e674";
}

.rt-icon-chat2:before {
  content: "\e675";
}

.rt-icon-speaker:before {
  content: "\e676";
}

.rt-icon-heart3:before {
  content: "\e677";
}

.rt-icon-list:before {
  content: "\e678";
}

.rt-icon-edit:before {
  content: "\e679";
}

.rt-icon-trash:before {
  content: "\e67a";
}

.rt-icon-briefcase:before {
  content: "\e67b";
}

.rt-icon-calendar2:before {
  content: "\e67c";
}

.rt-icon-inbox:before {
  content: "\e67d";
}

.rt-icon-google-plus:before {
  content: "\e67e";
}

.rt-icon-instagram:before {
  content: "\e67f";
}

.rt-icon-user2:before {
  content: "\e680";
}

.rt-icon-users2:before {
  content: "\e681";
}

.rt-icon-archive:before {
  content: "\e682";
}

.rt-icon-desktop:before {
  content: "\e683";
}

.rt-icon-sent:before {
  content: "\e684";
}

.rt-icon-share:before {
  content: "\e685";
}

.rt-icon-film:before {
  content: "\e686";
}

.rt-icon-tag:before {
  content: "\e687";
}

.rt-icon-email2:before {
  content: "\e688";
}

.rt-icon-picture:before {
  content: "\e689";
}

.rt-icon-frame:before {
  content: "\e68a";
}

.rt-icon-locked:before {
  content: "\e68b";
}

.rt-icon-pin:before {
  content: "\e68c";
}

.rt-icon-search2:before {
  content: "\e68d";
}

.rt-icon-home:before {
  content: "\e68e";
}

.rt-icon-cart:before {
  content: "\e68f";
}

.rt-icon-camera:before {
  content: "\e690";
}

.rt-icon-compass:before {
  content: "\e691";
}

.rt-icon-cloud2:before {
  content: "\e692";
}

.rt-icon-grid:before {
  content: "\e693";
}

.rt-icon-popup:before {
  content: "\e694";
}

.rt-icon-home2:before {
  content: "\e695";
}

.rt-icon-light-bulb:before {
  content: "\e696";
}

.rt-icon-store:before {
  content: "\e697";
}

.rt-icon-anchor:before {
  content: "\e698";
}

.rt-icon-book3:before {
  content: "\e699";
}

.rt-icon-sound-alt:before {
  content: "\e69a";
}

.rt-icon-inbox2:before {
  content: "\e69b";
}

.rt-icon-inbox-alt:before {
  content: "\e69c";
}

.rt-icon-envelope:before {
  content: "\e69d";
}

.rt-icon-compose:before {
  content: "\e69e";
}

.rt-icon-chat-alt-stroke:before {
  content: "\e69f";
}

.rt-icon-rss:before {
  content: "\e6a0";
}

.rt-icon-cog:before {
  content: "\e6a1";
}

.rt-icon-pin2:before {
  content: "\e6a2";
}

.rt-icon-link:before {
  content: "\e6a3";
}

.rt-icon-key-stroke:before {
  content: "\e6a4";
}

.rt-icon-lightbulb2:before {
  content: "\e6a5";
}

.rt-icon-compass2:before {
  content: "\e6a6";
}

.rt-icon-book-alt2:before {
  content: "\e6a7";
}

.rt-icon-book4:before {
  content: "\e6a8";
}

.rt-icon-book-alt:before {
  content: "\e6a9";
}

.rt-icon-pen-alt-stroke:before {
  content: "\e6aa";
}

.rt-icon-layers:before {
  content: "\e6ab";
}

.rt-icon-paperclip2:before {
  content: "\e6ac";
}

.rt-icon-fork:before {
  content: "\e6ad";
}

.rt-icon-uniF756:before {
  content: "\e6ae";
}

.rt-icon-uniF765:before {
  content: "\e6af";
}

.rt-icon-uniF794:before {
  content: "\e6b0";
}

.rt-icon-uniF56B:before {
  content: "\e6b1";
}

.rt-icon-fish:before {
  content: "\e6b2";
}

.rt-icon-cupcake:before {
  content: "\e6b3";
}

.rt-icon-pizza:before {
  content: "\e6b4";
}

.rt-icon-cherry:before {
  content: "\e6b5";
}

.rt-icon-mushroom:before {
  content: "\e6b6";
}

.rt-icon-bone:before {
  content: "\e6b7";
}

.rt-icon-steak:before {
  content: "\e6b8";
}

.rt-icon-bottle:before {
  content: "\e6b9";
}

.rt-icon-restaurantmenu:before {
  content: "\e6ba";
}

.rt-icon-coffeebean:before {
  content: "\e6bb";
}

.rt-icon-chocolate:before {
  content: "\e6bc";
}

.rt-icon-raspberry:before {
  content: "\e6bd";
}

.rt-icon-raspberrypi:before {
  content: "\e6be";
}

.rt-icon-birthday:before {
  content: "\e6bf";
}

.rt-icon-sun:before {
  content: "\e6c0";
}

.rt-icon-moon:before {
  content: "\e6c1";
}

.rt-icon-cloudy:before {
  content: "\e6c2";
}

.rt-icon-cloud3:before {
  content: "\e6c3";
}

.rt-icon-cloud4:before {
  content: "\e6c4";
}

.rt-icon-lightning:before {
  content: "\e6c5";
}

.rt-icon-rainy:before {
  content: "\e6c6";
}

.rt-icon-snowy:before {
  content: "\e6c7";
}

.rt-icon-mobile:before {
  content: "\e6c8";
}

.rt-icon-ipod:before {
  content: "\e6c9";
}

.rt-icon-monitor:before {
  content: "\e6ca";
}

.rt-icon-laptop:before {
  content: "\e6cb";
}

.rt-icon-window:before {
  content: "\e6cc";
}

.rt-icon-mouse:before {
  content: "\e6cd";
}

.rt-icon-quote:before {
  content: "\e6ce";
}

.rt-icon-quote2:before {
  content: "\e6cf";
}

.rt-icon-microphone3:before {
  content: "\e6d0";
}

.rt-icon-cog2:before {
  content: "\e6d1";
}

.rt-icon-gamepad:before {
  content: "\e6d2";
}

.rt-icon-graduate:before {
  content: "\e6d3";
}

.rt-icon-lab:before {
  content: "\e6d4";
}

.rt-icon-tie:before {
  content: "\e6d5";
}

.rt-icon-heart4:before {
  content: "\e6d6";
}

.rt-icon-cloud5:before {
  content: "\e6d7";
}

.rt-icon-star2:before {
  content: "\e6d8";
}

.rt-icon-tv:before {
  content: "\e6d9";
}

.rt-icon-sound:before {
  content: "\e6da";
}

.rt-icon-video:before {
  content: "\e6db";
}

.rt-icon-trash2:before {
  content: "\e6dc";
}

.rt-icon-user3:before {
  content: "\e6dd";
}

.rt-icon-key:before {
  content: "\e6de";
}

.rt-icon-search3:before {
  content: "\e6df";
}

.rt-icon-eye:before {
  content: "\e6e0";
}

.rt-icon-bubble:before {
  content: "\e6e1";
}

.rt-icon-stack:before {
  content: "\e6e2";
}

.rt-icon-cup:before {
  content: "\e6e3";
}

.rt-icon-phone2:before {
  content: "\e6e4";
}

.rt-icon-news:before {
  content: "\e6e5";
}

.rt-icon-mail2:before {
  content: "\e6e6";
}

.rt-icon-like:before {
  content: "\e6e7";
}

.rt-icon-photo:before {
  content: "\e6e8";
}

.rt-icon-note:before {
  content: "\e6e9";
}

.rt-icon-food:before {
  content: "\e6ea";
}

.rt-icon-t-shirt:before {
  content: "\e6eb";
}

.rt-icon-fire:before {
  content: "\e6ec";
}

.rt-icon-clip:before {
  content: "\e6ed";
}

.rt-icon-shop:before {
  content: "\e6ee";
}

.rt-icon-calendar3:before {
  content: "\e6ef";
}

.rt-icon-wallet:before {
  content: "\e6f0";
}

.rt-icon-vynil:before {
  content: "\e6f1";
}

.rt-icon-truck:before {
  content: "\e6f2";
}

.rt-icon-world:before {
  content: "\e6f3";
}

.rt-icon-settings:before {
  content: "\e6f4";
}

.rt-icon-camera2:before {
  content: "\e6f5";
}

.rt-icon-tag2:before {
  content: "\e6f6";
}

.rt-icon-lock:before {
  content: "\e6f7";
}

.rt-icon-bulb:before {
  content: "\e6f8";
}

.rt-icon-pen2:before {
  content: "\e6f9";
}

.rt-icon-diamond2:before {
  content: "\e6fa";
}

.rt-icon-display:before {
  content: "\e6fb";
}

.rt-icon-location:before {
  content: "\e6fc";
}

.rt-icon-clock3:before {
  content: "\e6fd";
}

.rt-icon-paperplane:before {
  content: "\e6fe";
}

.rt-icon-params:before {
  content: "\e6ff";
}

.rt-icon-banknote:before {
  content: "\e700";
}

.rt-icon-data:before {
  content: "\e701";
}

.rt-icon-music:before {
  content: "\e702";
}

.rt-icon-megaphone:before {
  content: "\e703";
}

.rt-icon-study:before {
  content: "\e704";
}

.rt-icon-lab2:before {
  content: "\e705";
}

.rt-icon-chat3:before {
  content: "\e706";
}

.rt-icon-archive2:before {
  content: "\e707";
}

.rt-icon-user4:before {
  content: "\e708";
}

.rt-icon-users3:before {
  content: "\e709";
}

.rt-icon-archive3:before {
  content: "\e70a";
}

.rt-icon-earth2:before {
  content: "\e70b";
}

.rt-icon-location2:before {
  content: "\e70c";
}

.rt-icon-mobile2:before {
  content: "\e70d";
}

.rt-icon-screen:before {
  content: "\e70e";
}

.rt-icon-mail3:before {
  content: "\e70f";
}

.rt-icon-support:before {
  content: "\e710";
}

.rt-icon-videos:before {
  content: "\e711";
}

.rt-icon-star3:before {
  content: "\e712";
}

.rt-icon-heart5:before {
  content: "\e713";
}

.rt-icon-bookmark2:before {
  content: "\e714";
}

.rt-icon-file:before {
  content: "\e715";
}

.rt-icon-locked2:before {
  content: "\e716";
}

.rt-icon-unlocked:before {
  content: "\e717";
}

.rt-icon-archive4:before {
  content: "\e718";
}

.rt-icon-images:before {
  content: "\e719";
}

.rt-icon-images2:before {
  content: "\e71a";
}

.rt-icon-pencil3:before {
  content: "\e71b";
}

.rt-icon-pictures:before {
  content: "\e71c";
}

.rt-icon-link2:before {
  content: "\e71d";
}

.rt-icon-search4:before {
  content: "\e71e";
}

.rt-icon-cog3:before {
  content: "\e71f";
}

.rt-icon-trashcan2:before {
  content: "\e720";
}

.rt-icon-pencil4:before {
  content: "\e721";
}

.rt-icon-article:before {
  content: "\e722";
}

.rt-icon-clock4:before {
  content: "\e723";
}

.rt-icon-heart6:before {
  content: "\e724";
}

.rt-icon-palette:before {
  content: "\e725";
}

.rt-icon-leaf2:before {
  content: "\e726";
}

.rt-icon-megaphone2:before {
  content: "\e727";
}

.rt-icon-bell2:before {
  content: "\e728";
}

.rt-icon-lifebuoy:before {
  content: "\e729";
}

.rt-icon-magnet:before {
  content: "\e72a";
}

.rt-icon-light-bulb2:before {
  content: "\e72b";
}

.rt-icon-flickr:before {
  content: "\e72c";
}

.rt-icon-flickr2:before {
  content: "\e72d";
}

.rt-icon-vimeo:before {
  content: "\e72e";
}

.rt-icon-vimeo2:before {
  content: "\e72f";
}

.rt-icon-twitter:before {
  content: "\e730";
}

.rt-icon-twitter2:before {
  content: "\e731";
}

.rt-icon-facebook:before {
  content: "\e732";
}

.rt-icon-facebook2:before {
  content: "\e733";
}

.rt-icon-facebook3:before {
  content: "\e734";
}

.rt-icon-googleplus:before {
  content: "\e735";
}

.rt-icon-googleplus2:before {
  content: "\e736";
}

.rt-icon-pinterest:before {
  content: "\e737";
}

.rt-icon-pinterest2:before {
  content: "\e738";
}

.rt-icon-tumblr:before {
  content: "\e739";
}

.rt-icon-tumblr2:before {
  content: "\e73a";
}

.rt-icon-linkedin:before {
  content: "\e73b";
}

.rt-icon-linkedin2:before {
  content: "\e73c";
}

.rt-icon-dribbble:before {
  content: "\e73d";
}

.rt-icon-dribbble2:before {
  content: "\e73e";
}

.rt-icon-stumbleupon:before {
  content: "\e73f";
}

.rt-icon-stumbleupon2:before {
  content: "\e740";
}

.rt-icon-lastfm:before {
  content: "\e741";
}

.rt-icon-lastfm2:before {
  content: "\e742";
}

.rt-icon-skype:before {
  content: "\e743";
}

.rt-icon-skype2:before {
  content: "\e744";
}

.rt-icon-behance:before {
  content: "\e745";
}

.rt-icon-vk:before {
  content: "\e746";
}

.rt-icon-smashing:before {
  content: "\e747";
}

.rt-icon-dropbox:before {
  content: "\e748";
}

.rt-icon-evernote:before {
  content: "\e749";
}

.rt-icon-picasa:before {
  content: "\e74a";
}

.rt-icon-instagram2:before {
  content: "\e74b";
}

/*social icons*/
@font-face {
  font-family: 'socialicoregular';
  src: url("fonts/socialico-webfont.eot");
  src: url("fonts/socialico-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/socialico-webfont.woff") format("woff"), url("fonts/socialico-webfont.ttf") format("truetype"), url("fonts/socialico-webfont.svg#socialicoregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
a[class^="socialico-"] {
  font-size: 0px !important;
  display: inline-block;
  position: relative;
  padding-right: 38px;
  line-height: 30px;
  vertical-align: middle;
}

a[class^="socialico-"]:before {
  display: inline-block;
  text-indent: 0;
  overflow: hidden;
  font-family: 'socialicoregular';
  font-size: 24px;
  text-align: center;
  line-height: 1;
  position: absolute;
  top: -5px;
  left: 0;
  color: #ffffff;
  background-color: #ff6f6f;
  border-radius: 0;
  width: 30px;
  height: 30px;
  margin: 0 3px;
  line-height: 30px;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

a[class^="socialico-"]:hover:before {
  color: #2D2D2D;
  background-color: #fff;
  -webkit-transition: all 0.1s linear 0s;
  -moz-transition: all 0.1s linear 0s;
  -o-transition: all 0.1s linear 0s;
  -ms-transition: all 0.1s linear 0s;
  transition: all 0.1s linear 0s;
}

a[class*="rounded"]:hover:before, a[class*="rounded"]:before {
  background-color: transparent;
  color: #ff6f6f;
  font-size: 40px;
}

a[class*="rounded"]:hover:before {
  background-color: transparent;
  color: #ffffff;
}

a.socialico-soundcloud-rounded:before {
  content: "!";
}

a.socialico-pinterest-rounded:before {
  content: "&";
}

a.socialico-windows-rounded:before {
  content: "0";
}

a.socialico-addthis-rounded:before {
  content: "1";
}

a.socialico-sharethis-rounded:before {
  content: "2";
}

a.socialico-picasa-rounded:before {
  content: "4";
}

a.socialico-lastfm-rounded:before {
  content: "5";
}

a.socialico-technorati-rounded:before {
  content: "?";
}

a.socialico-mac-rounded:before {
  content: "@";
}

a.socialico-dribble-rounded:before {
  content: "d";
}

a.socialico-behance-rounded:before {
  content: "b";
}

a.socialico-facebook-rounded:before {
  content: "f";
}

a.socialico-google-rounded:before {
  content: "g";
}

a.socialico-skype-rounded:before {
  content: "h";
}

a.socialico-linkedin-rounded:before {
  content: "i";
}

a.socialico-deviantart-rounded:before {
  content: "j";
}

a.socialico-bing-rounded:before {
  content: "k";
}

a.socialico-twitter-rounded:before {
  content: "l";
}

a.socialico-myspace-rounded:before {
  content: "m";
}

a.socialico-flickr-rounded:before {
  content: "n";
}

a.socialico-tumblr-rounded:before {
  content: "o";
}

a.socialico-paypal-rounded:before {
  content: "p";
}

a.socialico-rss-rounded:before {
  content: "r";
}

a.socialico-stumbleupon-rounded:before {
  content: "s";
}

a.socialico-blogger-rounded:before {
  content: "u";
}

a.socialico-vimeo-rounded:before {
  content: "v";
}

a.socialico-wordpress-rounded:before {
  content: "w";
}

a.socialico-youtube-rounded:before {
  content: "x";
}

a.socialico-yahoo-rounded:before {
  content: "y";
}

a.socialico-aim-rounded:before {
  content: "z";
}

a.socialico-dribble:before {
  content: "D";
}

a.socialico-behance:before {
  content: "E";
}

a.socialico-facebook:before {
  content: "F";
}

a.socialico-google:before {
  content: "G";
}

a.socialico-skype:before {
  content: "H";
}

a.socialico-linkedin:before {
  content: "I";
}

a.socialico-deviantart:before {
  content: "J";
}

a.socialico-bing:before {
  content: "K";
}

a.socialico-twitter:before {
  content: "L";
}

a.socialico-myspace:before {
  content: "M";
}

a.socialico-flickr:before {
  content: "N";
}

a.socialico-tumblr:before {
  content: "T";
}

a.socialico-paypal:before {
  content: "P";
}

a.socialico-rss:before {
  content: "R";
}

a.socialico-stumbleupon:before {
  content: "S";
}

a.socialico-blogger:before {
  content: "B";
}

a.socialico-vimeo:before {
  content: "V";
}

a.socialico-wordpress:before {
  content: "W";
}

a.socialico-youtube:before {
  content: "X";
}

a.socialico-yahoo:before {
  content: "Y";
}

a.socialico-aim:before {
  content: "Z";
}

/*colors for used social icons*/
a.socialico-soundcloud-rounded:before {
  color: #fc8100;
}

a.socialico-pinterest-rounded:before {
  color: #c62225;
}

a.socialico-windows-rounded:before {
  color: #35a2e7;
}

a.socialico-addthis-rounded:before {
  color: #fe6400;
}

a.socialico-sharethis-rounded:before {
  color: #008148;
}

a.socialico-picasa-rounded:before {
  content: "4";
}

a.socialico-lastfm-rounded:before {
  color: #d21309;
}

a.socialico-technorati-rounded:before {
  color: #10d55e;
}

a.socialico-mac-rounded:before {
  content: "@";
}

a.socialico-dribble-rounded:before {
  color: #f76799;
}

a.socialico-behance-rounded:before {
  color: #0081e6;
}

a.socialico-facebook-rounded:before {
  color: #507cbe;
}

a.socialico-google-rounded:before {
  color: #cb4437;
}

a.socialico-skype-rounded:before {
  color: #00a7e8;
}

a.socialico-linkedin-rounded:before {
  color: #00649b;
}

a.socialico-deviantart-rounded:before {
  color: #c9d74c;
}

a.socialico-bing-rounded:before {
  color: #0180c5;
}

a.socialico-twitter-rounded:before {
  color: #00abef;
}

a.socialico-myspace-rounded:before {
  color: #1f4396;
}

a.socialico-flickr-rounded:before {
  color: #ff0084;
}

a.socialico-tumblr-rounded:before {
  color: #2c4762;
}

a.socialico-paypal-rounded:before {
  color: #2f6fae;
}

a.socialico-rss-rounded:before {
  color: #fe6203;
}

a.socialico-stumbleupon-rounded:before {
  color: #e74c22;
}

a.socialico-blogger-rounded:before {
  color: #fe6400;
}

a.socialico-vimeo-rounded:before {
  color: #aad450;
}

a.socialico-wordpress-rounded:before {
  color: #3378b3;
}

a.socialico-youtube-rounded:before {
  color: #bb0000;
}

a.socialico-yahoo-rounded:before {
  color: #720e9e;
}

a.socialico-aim-rounded:before {
  color: #fdd406;
}

a.socialico-facebook:before {
  background-color: #507cbe;
}

a.socialico-twitter:before {
  background-color: #00abef;
}

a.socialico-flickr:before {
  background-color: #ff0084;
}

a.socialico-google:before {
  background-color: #cb4437;
}

a.socialico-linkedin:before {
  background-color: #00649b;
}

a.socialico-dribble:before {
  background-color: #f76799;
}

a.socialico-pint:before {
  background-color: #00bdec;
}

a.socialico-yahoo:before {
  background-color: #720e9e;
}

a.socialico-aim:before {
  background-color: #fdd406;
}

a.socialico-wordpress:before {
  background-color: #3378b3;
}

a.socialico-youtube:before {
  background-color: #bb0000;
}

a.socialico-blogger:before {
  background-color: #fe6400;
}

a.socialico-vimeo:before {
  background-color: #aad450;
}

a.socialico-rss:before {
  background-color: #fe6203;
}

a.socialico-stumbleupon:before {
  background-color: #e74c22;
}

a.socialico-behance:before {
  background-color: #0081e6;
}

a.socialico-skype:before {
  background-color: #00a7e8;
}

a.socialico-linkedin:before {
  background-color: #007bb6;
}

a.socialico-deviantart:before {
  background-color: #c9d74c;
}

a.socialico-bing:before {
  background-color: #0180c5;
}

a.socialico-myspace:before {
  background-color: #1f4396;
}

a.socialico-tumblr:before {
  background-color: #2c4762;
}

a.socialico-paypal:before {
  background-color: #2f6fae;
}

/*fontello arrow icons*/
@font-face {
  font-family: 'fontello';
  src: url("fonts/fontello.eot?81703720");
  src: url("fonts/fontello.eot?81703720#iefix") format("embedded-opentype"), url("fonts/fontello.woff?81703720") format("woff"), url("fonts/fontello.ttf?81703720") format("truetype"), url("fonts/fontello.svg?81703720#fontello") 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: 'fontello';
    src: url('fonts/fontello.svg?81703720#fontello') format('svg');
  }
}
*/
[class^="arrow-icon-"]:before, [class*=" arrow-icon-"]:before {
  font-family: "fontello";
  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); */
  text-shadow: none !important;
}

.arrow-icon-picture:before {
  content: '\e848';
}

.arrow-icon-up-micro:before {
  content: '\e853';
}

.arrow-icon-quote-right-1:before {
  content: '\e847';
}

.arrow-icon-location:before {
  content: '\e849';
}

.arrow-icon-down-dir:before {
  content: '\e84a';
}

.arrow-icon-up-dir:before {
  content: '\e84b';
}

.arrow-icon-left-dir:before {
  content: '\e83b';
}

.arrow-icon-right-dir:before {
  content: '\e83a';
}

.arrow-icon-down-open-3:before {
  content: '\e83c';
}

.arrow-icon-left-open-4:before {
  content: '\e83d';
}

.arrow-icon-right-open-4:before {
  content: '\e83e';
}

.arrow-icon-up-open-3:before {
  content: '\e83f';
}

.arrow-icon-angle-left:before {
  content: '\e840';
}

.arrow-icon-angle-right:before {
  content: '\e841';
}

.arrow-icon-angle-up:before {
  content: '\e842';
}

.arrow-icon-angle-down:before {
  content: '\e843';
}

.arrow-icon-angle-double-left:before {
  content: '\e844';
}

.arrow-icon-angle-double-right:before {
  content: '\e845';
}

.arrow-icon-angle-double-up:before {
  content: '\e84d';
}

.arrow-icon-angle-double-down:before {
  content: '\e84c';
}

.arrow-icon-plus-1:before {
  content: '\e838';
}

.arrow-icon-minus-1:before {
  content: '\e839';
}

.arrow-icon-down-open-2:before {
  content: '\e82a';
}

.arrow-icon-left-open-3:before {
  content: '\e82b';
}

.arrow-icon-right-open-3:before {
  content: '\e82c';
}

.arrow-icon-up-open-2:before {
  content: '\e82d';
}

.arrow-icon-down-open-mini:before {
  content: '\e82e';
}

.arrow-icon-left-open-mini:before {
  content: '\e82f';
}

.arrow-icon-right-open-mini:before {
  content: '\e830';
}

.arrow-icon-up-open-mini:before {
  content: '\e831';
}

.arrow-icon-down-open-big:before {
  content: '\e832';
}

.arrow-icon-left-open-big:before {
  content: '\e833';
}

.arrow-icon-right-open-big:before {
  content: '\e834';
}

.arrow-icon-up-open-big:before {
  content: '\e835';
}

.arrow-icon-left-thin:before {
  content: '\e837';
}

.arrow-icon-right-thin:before {
  content: '\e836';
}

.arrow-icon-left-open-outline:before {
  content: '\e81c';
}

.arrow-icon-left-open-2:before {
  content: '\e81a';
}

.arrow-icon-right-open-outline:before {
  content: '\e81d';
}

.arrow-icon-right-open-2:before {
  content: '\e81b';
}

.arrow-icon-down:before {
  content: '\e81e';
}

.arrow-icon-left:before {
  content: '\e81f';
}

.arrow-icon-quote-left-1:before {
  content: '\e846';
}

.arrow-icon-up:before {
  content: '\e821';
}

.arrow-icon-down-outline:before {
  content: '\e822';
}

.arrow-icon-left-outline:before {
  content: '\e823';
}

.arrow-icon-right-outline:before {
  content: '\e824';
}

.arrow-icon-up-outline:before {
  content: '\e825';
}

.arrow-icon-down-small:before {
  content: '\e826';
}

.arrow-icon-left-small:before {
  content: '\e827';
}

.arrow-icon-right-small:before {
  content: '\e828';
}

.arrow-icon-up-small:before {
  content: '\e829';
}

.arrow-icon-plus:before {
  content: '\e806';
}

.arrow-icon-minus:before {
  content: '\e807';
}

.arrow-icon-quote-left:before {
  content: '\e808';
}

.arrow-icon-quote-right:before {
  content: '\e809';
}

.arrow-icon-quote-left-alt:before {
  content: '\e818';
}

.arrow-icon-quote-right-alt:before {
  content: '\e819';
}

.arrow-icon-down-open-1:before {
  content: '\e800';
}

.arrow-icon-left-open:before {
  content: '\e801';
}

.arrow-icon-right-open:before {
  content: '\e80a';
}

.arrow-icon-up-open-1:before {
  content: '\e80b';
}

.arrow-icon-down-1:before {
  content: '\e80e';
}

.arrow-icon-left-1:before {
  content: '\e80c';
}

.arrow-icon-right-1:before {
  content: '\e80d';
}

.arrow-icon-up-1:before {
  content: '\e80f';
}

.arrow-icon-down-bold:before {
  content: '\e810';
}

.arrow-icon-left-bold:before {
  content: '\e811';
}

.arrow-icon-right-bold:before {
  content: '\e812';
}

.arrow-icon-up-bold:before {
  content: '\e813';
}

.arrow-icon-down-fat:before {
  content: '\e814';
}

.arrow-icon-left-fat:before {
  content: '\e815';
}

.arrow-icon-right-fat:before {
  content: '\e816';
}

.arrow-icon-up-fat:before {
  content: '\e817';
}

.arrow-icon-plus-2:before {
  content: '\e84e';
}

.arrow-icon-minus-2:before {
  content: '\e84f';
}

.arrow-icon-quote:before {
  content: '\e850';
}

.arrow-icon-quote-circled:before {
  content: '\e851';
}

.arrow-icon-down-open:before {
  content: '\e802';
}

.arrow-icon-left-open-1:before {
  content: '\e803';
}

.arrow-icon-right-open-1:before {
  content: '\e804';
}

.arrow-icon-up-open:before {
  content: '\e805';
}

.arrow-icon-down-micro:before {
  content: '\e852';
}

.arrow-icon-right:before {
  content: '\e820';
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

/*********************
ANIMATIONS
*********************/
.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;
}

/******************************************************************
File: _prettyPhoto.scss
Stylesheet: PrettyPhoto lightbox

******************************************************************/
/*prettyPhoto*/
div.facebook .pp_expand {
  background: url(../images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}

div.facebook .pp_expand:hover {
  background: url(../images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}

div.facebook .pp_contract {
  background: url(../images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}

div.facebook .pp_contract:hover {
  background: url(../images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}

div.facebook .pp_close {
  width: 22px;
  height: 22px;
  background: url(../images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}

div.facebook .pp_description {
  margin: 0 37px 0 0;
}

div.facebook .pp_loaderIcon {
  background: url(../images/prettyPhoto/facebook/loader.gif) center center no-repeat;
}

div.facebook .pp_arrow_previous {
  background: url(../images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;
  height: 22px;
  margin-top: 0;
  width: 22px;
}

div.facebook .pp_arrow_previous.disabled {
  background-position: 0 -96px;
  cursor: default;
}

div.facebook .pp_arrow_next {
  background: url(../images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;
  height: 22px;
  margin-top: 0;
  width: 22px;
}

div.facebook .pp_arrow_next.disabled {
  background-position: -32px -96px;
  cursor: default;
}

div.facebook .pp_nav {
  margin-top: 0;
}

div.facebook .pp_nav p {
  font-size: 15px;
  padding: 0 3px 0 4px;
  margin-top: -2px;
}

div.facebook .pp_nav .pp_play {
  background: url(../images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;
  height: 22px;
  width: 22px;
}

div.facebook .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;
  height: 22px;
  width: 22px;
}

div.facebook .pp_next:hover {
  background: url(../images/prettyPhoto/facebook/btnNext.png) center right no-repeat;
  cursor: pointer;
}

div.facebook .pp_previous:hover {
  background: url(../images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}

div.pp_pic_holder a:focus {
  outline: none;
}

div.pp_overlay {
  background: #000;
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9500;
}

div.pp_pic_holder {
  display: none;
  position: absolute;
  width: 100px;
  z-index: 10000;
}

.pp_content {
  height: 40px;
  min-width: 40px;
  overflow: hidden;
}

* html .pp_content {
  width: 40px;
}

.pp_content_container {
  position: relative;
  text-align: left;
  width: 100%;
}

.pp_content_container .pp_left {
  padding-left: 20px;
}

.pp_content_container .pp_right {
  padding-right: 20px;
}

.pp_content_container .pp_details {
  float: left;
  /*margin:10px 0 2px;*/
  padding: 7px 10px;
  background-color: #fff;
}

.pp_description {
  display: none;
  margin: 0;
}

.pp_social {
  float: left;
  margin: 0;
}

.pp_social .facebook {
  float: left;
  margin-left: 5px;
  width: 55px;
  overflow: hidden;
}

.pp_social .twitter {
  float: left;
}

.pp_nav {
  clear: right;
  float: left;
  margin: 3px 10px 0 0;
}

.pp_nav p {
  float: left;
  white-space: nowrap;
  margin: 2px 4px;
}

.pp_nav .pp_play, .pp_nav .pp_pause {
  float: left;
  margin-right: 4px;
  text-indent: -10000px;
}

a.pp_arrow_previous, a.pp_arrow_next {
  display: block;
  float: left;
  height: 15px;
  margin-top: 3px;
  overflow: hidden;
  text-indent: -10000px;
  width: 14px;
}

.pp_hoverContainer {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000;
}

.pp_gallery {
  display: none;
  left: 50%;
  margin-top: -50px;
  position: absolute;
  z-index: 10000;
}

.pp_gallery div {
  float: left;
  overflow: hidden;
  position: relative;
}

.pp_gallery ul {
  float: left;
  height: 35px;
  position: relative;
  white-space: nowrap;
  margin: 0 0 0 5px;
  padding: 0;
}

.pp_gallery ul a {
  border: 1px rgba(0, 0, 0, 0.5) solid;
  display: block;
  float: left;
  height: 33px;
  overflow: hidden;
}

.pp_gallery ul a img {
  border: 0;
}

.pp_gallery li {
  display: block;
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
}

.pp_gallery li.default a {
  background: url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
  display: block;
  height: 33px;
  width: 50px;
}

.pp_gallery .pp_arrow_previous, .pp_gallery .pp_arrow_next {
  margin-top: 7px !important;
}

a.pp_next {
  background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
  display: block;
  float: right;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}

a.pp_previous {
  background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
  display: block;
  float: left;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}

a.pp_expand, a.pp_contract {
  cursor: pointer;
  display: none;
  height: 20px;
  position: absolute;
  right: 30px;
  text-indent: -10000px;
  top: 10px;
  width: 20px;
  z-index: 20000;
}

a.pp_close {
  position: absolute;
  right: 30px;
  top: 7px;
  display: block;
  line-height: 22px;
  text-indent: -10000px;
}

.pp_loaderIcon {
  display: block;
  height: 24px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 24px;
  margin: -12px 0 0 -12px;
}

#pp_full_res {
  line-height: 0 !important;
}

#pp_full_res .pp_inline {
  text-align: left;
}

#pp_full_res .pp_inline p {
  margin: 0 0 15px;
}

div.ppt {
  color: #fff;
  display: none;
  font-size: 17px;
  z-index: 9999;
  margin: 0 0 5px 15px;
}

.pp_top, .pp_bottom {
  height: 20px;
  position: relative;
}

* html .pp_top, * html .pp_bottom {
  padding: 0 20px;
}

.pp_top .pp_left, .pp_bottom .pp_left {
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}

.pp_top .pp_middle, .pp_bottom .pp_middle {
  height: 20px;
  left: 20px;
  position: absolute;
  right: 20px;
}

* html .pp_top .pp_middle, * html .pp_bottom .pp_middle {
  left: 0;
  position: static;
}

.pp_top .pp_right, .pp_bottom .pp_right {
  height: 20px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.pp_fade, .pp_gallery li.default a img {
  display: none;
}

/* 
 *  Core Owl Carousel CSS File
 *  v1.3.2
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}

/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}

.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}

/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}

/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}

/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}
@-moz-keyframes empty {
  0% {
    opacity: 1;
  }
}
@keyframes empty {
  0% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }

  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }

  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}
@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }

  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }

  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}
@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px);
  }

  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }

  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
}
@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }

  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}
@-moz-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }

  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}
@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%);
  }

  75% {
    opacity: .5;
    transform: translateZ(-500px);
  }

  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}
@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%);
  }
}
@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}
/*
*   Owl Carousel Owl Demo Theme 
* v1.3.2
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
}

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center;
}

/*
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.
*/
/******************************************************************
File: _base.scss
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
*********************/
html {
  position: relative;
}

body {
  font-family: "Georgia", Cambria, Times New Roman, Times, serif;
  font-size: 100%;
  line-height: 1.5;
  color: #565656;
}

img {
  max-width: 100%;
  height: auto;
}

iframe, embed {
  max-width: 100%;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

code {
  font-family: monospace, serif;
  font-size: 1em;
  background: rgba(100, 100, 100, 0.2);
  padding: 10px;
  border: 1px solid rgba(100, 100, 100, 0.4);
  margin: 20px 0;
  display: inline-block;
}

hr {
  border-color: #fff;
  background-color: #fff;
}

/*********************
PRELOADER
*********************/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  /* change if the mask should have another color then white */
  z-index: 100000;
  /* makes sure it stays on top */
}

#status {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-image: url(images/loader.gif);
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: -20px;
  /* is width and height divided by two */
  margin-left: -20px;
}
#status #preloader-logo {
  text-align: center;
}

/********************
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 #content {
  text-align: center;
  background-color: #ff6f6f;
  padding: 80px 0 120px;
}
.error404 #content h1 {
  color: #343434;
  font-weight: 700;
  font-size: 250px;
  line-height: 1;
  margin: 20px 0 -35px;
  font-family: Arial, sans-serif;
}
.error404 #content h3 {
  text-transform: uppercase;
}
.error404 #content .entry-content p {
  font-weight: 400;
  font-size: 20px;
  color: #343434;
  max-width: 300px;
  margin: 0 auto;
}

/* 404 page */
.single .post .entry-title {
  line-height: 1em;
}
.single .post .entry-meta {
  font-size: 20px;
  border-top: 1px solid rgba(100, 100, 100, 0.3);
  border-bottom: 1px solid rgba(100, 100, 100, 0.3);
  padding: 16px 0;
  margin: 20px 0;
}
.single .post .entry-meta .post-comments {
  float: right;
}
.single .post .article-footer {
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}
.single .post .tags {
  margin: 0px;
  float: left;
}
.single .post .tags a {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}
.single .post .tags:before {
  content: "\e687";
  font-family: "rt-icons";
  margin-right: 14px;
  font-size: 14px;
}
.single .post .social-share {
  float: right;
}

/* 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: 94%;
  margin: 0 auto;
}

#content {
  padding: 70px 0;
}

#container {
  overflow: hidden;
}

.container {
  padding: 70px 0;
  position: relative;
  /*&:before {
  	display: block;
  	position: absolute;
  	content: "";
  	width: 50%;
  	height: 100%;
  	right: 0;
  	top: 0;
  	background-color: rgba(0,0,0,0.02);
  	z-index: 0;
  }*/
}
.container:after {
  display: block;
  content: "";
  position: absolute;
  max-width: 78px;
  height: 26px;
  top: 100%;
  left: 50%;
  margin-left: -38px;
  border-top: 26px solid #ffffff;
  border-left: 38px solid transparent;
  border-right: 38px solid transparent;
  border-bottom: none;
  z-index: 1;
}

.container-background:before {
  display: block;
  position: absolute;
  content: "";
  max-width: 39px;
  height: 26px;
  left: 50%;
  top: 100%;
  border-top: 26px solid rgba(0, 0, 0, 0.02);
  border-right: 36px solid transparent;
  border-left: none;
  border-bottom: none;
  z-index: 2;
}

/*********************
LINK STYLES
*********************/
a, a:visited {
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  /* on hover */
  /* on click */
  /* mobile tap color */
}
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, .feature.style2 .feature-title, h3, .h3, h4, .h4, h5, .h5, .feature .feature-title, h6, .h6 {
  font-family: "Arial", Helvetica, sans-serif;
  text-rendering: optimizelegibility;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 20px;
  line-height: 1.5em;
  /*
  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, .feature.style2 .feature-title a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, .feature .feature-title a, h6 a, .h6 a {
  text-decoration: none;
}

h1, .h1 {
  font-size: 80px;
}

h2, .h2, .feature.style2 .feature-title {
  font-size: 60px;
}

h3, .h3 {
  font-size: 40px;
}

h4, .h4 {
  font-size: 30px;
}

h5, .h5, .feature .feature-title {
  font-size: 24px;
}

h6, .h6 {
  font-size: 20px;
}

/******************************************************************
FORM STYLES
******************************************************************/
form p {
  margin: 10px 0;
  text-align: center;
}

input[type=text],
input[type=email],
input[type=url],
textarea, select {
 background: #FFF;
 border-radius:5px;
 border: 0px solid transparent;
 line-height: 1.5em;
 width: 100%;
 padding: 9px;
 text-align: centerleft;
 margin-bottom:5px;

 /* form validation */
}
input[type=text]:invalid,
input[type=email]:invalid,
input[type=url]:invalid,
textarea:invalid, select:invalid {
  outline: none;
  border-color: #fbc2c4;
  background-color: #f6e7eb;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

select {
  background: #fff;
  border: 1px solid transparent;
  line-height: 1.2em;
  width: 100%;
  padding: 8px 10px;
  text-align: center;
}

input[type=text],
input[type=email],
input[type=url] {
  min-width: 200px;
}

textarea {
  resize: none;
  height: 60px;
}

/*********************
HEADER STYLES
*********************/
header[role=banner] {
  z-index: 10000;
}

#logo {
  float: right;
  margin: 0px;
  /*position: absolute;*/
}
#logo img {
  max-height: 100%;
  display: block;
}

/*********************
NAVIGATION STYLES
*********************/
/*
all navs have a .nav class applied via
the wp_menu function; this is so we can
easily write one group of styles for
the navs on the site so our css is cleaner
and more scalable.
*/
#mobile-nav-button {
  display: block;
  padding: 20px 0;
  position: relative;
  cursor: pointer;
  width: 30px;
  float: left;
  margin-top: 40px;
}
#mobile-nav-button span {
  margin: 0 0 3px 0;
  display: block;
  height: 3px;
  width: 30px;
  background-color: #343434;
}

.nav {
  border-bottom: 0;
  list-style-type: none;
  clear: both;
  /* end .menu li */
  /* highlight current page */
  /* end current highlighters */
}
.nav li {
  /*
  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;
  padding: 10px 10px;
  border-bottom: 1px solid #ccc;
  /*
  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 ul.sub-menu,
.nav li ul.children {
  list-style-type: none;
  background: #ffffff;
}
.nav li ul.sub-menu li a,
.nav li ul.children li a {
  padding-left: 30px;
}

/* end .nav */
/*********************
POSTS & CONTENT STYLES
*********************/
/* end .hentry */
.page-header {
  margin-bottom: 30px;
  padding-bottom: 40px;
}
.page-header .page-subtitle {
  max-width: 550px;
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  margin-bottom: 40px;
  position: relative;
}
.page-header .page-subtitle:after {
  display: block;
  position: absolute;
  content: '';
  width: 170px;
  height: 1px;
  background-color: rgba(100, 100, 100, 0.4);
  top: 100%;
  left: 50%;
  margin-left: -85px;
  margin-top: 30px;
}

.single-title,
.page-title {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 40px;
}

/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* general post style */
/* 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) */
.blog .post, .archive .post {
  background-color: rgba(100, 100, 100, 0.08);
  margin-bottom: 50px;
}
.blog .post .article-featured, .archive .post .article-featured {
  margin-bottom: 15px;
}
.blog .post .article-featured p, .archive .post .article-featured p {
  margin: 0px;
}
.blog .post .entry-title, .archive .post .entry-title {
  font-weight: bold;
}
.blog .post .article-header, .archive .post .article-header {
  margin: 0 40px;
}
.blog .post .article-header .entry-meta, .archive .post .article-header .entry-meta {
  font-size: 20px;
  border-top: 1px solid rgba(100, 100, 100, 0.3);
  border-bottom: 1px solid rgba(100, 100, 100, 0.3);
  padding: 16px 0;
  margin: 20px 0;
}
.blog .post .article-header .entry-meta .post-comments, .archive .post .article-header .entry-meta .post-comments {
  float: right;
}
.blog .post .entry-content, .archive .post .entry-content {
  margin: 0 40px;
  padding-bottom: 25px;
}
.blog .post .entry-content .more-link, .archive .post .entry-content .more-link {
  display: none;
}
.blog .post .article-footer, .archive .post .article-footer {
  padding: 23px 40px 19px;
  background-color: #fff;
  color: #343434;
  border-bottom: 10px solid #ff6f6f;
}
.blog .post .article-footer .tags, .archive .post .article-footer .tags {
  margin: 0px;
}
.blog .post .article-footer .tags a, .archive .post .article-footer .tags a {
  color: #343434;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}
.blog .post .article-footer .tags:before, .archive .post .article-footer .tags:before {
  content: "\e687";
  font-family: "rt-icons";
  margin-right: 14px;
  color: #343434;
}

/* post meta */
.byline {
  color: #999;
}

/* entry content */
.entry-content {
  /*
  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 ul, .entry-content ol {
  padding-left: 25px;
}
.entry-content blockquote {
  margin: 0px;
  padding: 10px 20px 10px 40px;
  border-left: 10px solid #ff6f6f;
  font-size: 20px;
}
.entry-content blockquote p {
  font-size: 20px;
}
.entry-content dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}
.entry-content img {
  margin: 0 0 1.5em 0;
  max-width: 100%;
  height: auto;
}
.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto;
}
.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}

/* end .entry-content */
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */
}
.wp-caption img {
  max-width: 100%;
  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 */
.gallery-caption {
  background-color: transparent;
}

/******************************************************************
PAGE NAVI STYLES
******************************************************************/
.pagination,
.wp-prev-next {
  margin: 1.1em 0 2.2em;
}

.luxe-page-navigation {
  list-style: none;
  /* 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 */
}
.luxe-page-navigation li {
  background: transparent;
  border: 4px solid #ffffff;
  float: left;
  text-align: center;
  margin-right: 8px;
  width: 56px;
  height: 56px;
  font-size: 12px;
  font-weight: bold;
  -webkit-transition: border-color 0.3s linear;
  -moz-transition: border-color 0.3s linear;
  -o-transition: border-color 0.3s linear;
  -ms-transition: border-color 0.3s linear;
  transition: border-color 0.3s linear;
}
.luxe-page-navigation li a {
  line-height: 48px;
  text-align: center;
  display: block;
  text-decoration: none;
  position: relative;
}
.luxe-page-navigation li.luxe-current {
  line-height: 48px;
  position: relative;
  color: white;
  cursor: default;
}
.luxe-page-navigation li.luxe-current:hover, .luxe-page-navigation li.luxe-current:focus {
  border-color: #ff6f6f;
}
.luxe-page-navigation li.luxe-current:hover span, .luxe-page-navigation li.luxe-current:focus span {
  color: #ff6f6f;
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  -ms-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
.luxe-page-navigation li.luxe-current a {
  /* hovering on current page link */
}
.luxe-page-navigation li.luxe-prev-link,
.luxe-page-navigation li.luxe-next-link {
  font-weight: 700;
  display: none;
}
.luxe-page-navigation li.luxe-prev-link a,
.luxe-page-navigation li.luxe-next-link a {
  display: block;
  width: 31px;
  height: 28px;
  padding: 0;
}
.luxe-page-navigation li.luxe-next-link a {
  background: url(images/page-arrow-right.png) no-repeat 100% 0;
}
.luxe-page-navigation li.luxe-next-link a:hover {
  background: url(images/page-arrow-right.png) no-repeat 0 0 #ff6f6f;
}
.luxe-page-navigation li.luxe-prev-link a {
  background: url(images/page-arrow-left.png) no-repeat 0 0;
}
.luxe-page-navigation li.luxe-prev-link a:hover {
  background: url(images/page-arrow-left.png) no-repeat 100% 0 #ff6f6f;
}

/* 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 */
/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
#comments {
  margin-top: 40px;
  font-weight: bold;
  /* number of comments span */
}

.comment-nav ul {
  list-style: none;
}

.commentlist {
  /* 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: 1.5em;
  padding: 0.7335em 10px;
  /* end .commentlist li ul.children */
}
.commentlist li:last-child {
  margin-bottom: 0;
}
.commentlist li ul.children {
  margin: 0;
  padding-left: 70px;
  /* variations */
  /* change number for different depth */
}
.commentlist li ul.children .bypostauthor {
  display: block;
}
.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: -10px;
  margin-top: 0;
  padding-bottom: 0;
}
.commentlist .vcard {
  margin-left: 50px;
}
.commentlist .vcard cite.fn {
  margin-left: 35px;
  font-weight: 700;
  font-style: normal;
  line-height: 1em;
}
.commentlist .vcard time {
  float: right;
}
.commentlist .vcard time a {
  color: #999;
  text-decoration: none;
}
.commentlist .vcard time a:hover {
  text-decoration: underline;
}
.commentlist .vcard img.avatar {
  position: absolute;
  left: 0px;
}
.commentlist .comment-meta {
  font-size: 20px;
  border-top: 1px solid #444444;
  border-bottom: 1px solid #444444;
  padding: 15px 0;
  margin: 10px 0 10px 85px;
}
.commentlist .comment_content {
  margin-left: 85px;
}
.commentlist .comment_content p {
  margin: 0.5em 0 0.5em;
  font-size: 1em;
  line-height: 1.5em;
}
.commentlist .comment-reply-link {
  text-decoration: none;
  float: right;
  font-size: 20px;
}
.commentlist .comment-reply-link:hover, .commentlist .comment-reply-link:focus {
  opacity: 1;
}

/* end .commentlist */
/******************************************************************
COMMENT FORM STYLES
******************************************************************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em;
}
.respond-form h3 {
  font-size: 30px;
  font-weight: bold;
}
.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 label, .respond-form form .comment-notes, .respond-form form .form-allowed-tags, .respond-form form .required {
  display: none;
}
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url],
.respond-form form textarea {
  /* form validation */
}
.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 textarea {
  resize: none;
  height: 150px;
}

/* comment submit button */
/* comment form title */
#comment-form-title {
  margin: 0 0 10px;
  font-weight: bold;
}

#comment-form-elements {
  margin-bottom: 0px;
}

/* cancel comment reply link */
#cancel-comment-reply-link {
  float: right;
  font-weight: normal;
  font-size: 16px;
}

/* logged in comments */
/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
}

/* no comments */
.nocomments {
  margin: 0 20px 1.1em;
}

/*********************
SIDEBARS & ASIDES
*********************/
.widgettitle {
  font-weight: bold;
  text-align: center;
}

.widget ul li {
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid rgba(100, 100, 100, 0.3);
  /* deep nesting */
}
.widget ul li:last-child {
  border-bottom: 0px;
}
.widget:first-child {
  margin-top: 0px;
}

.tagcloud a {
  font-size: 12px !important;
  font-weight: bold;
  text-transform: uppercase;
  padding: 7px 14px;
  background-color: #fff;
  color: #343434 !important;
  display: inline-block;
  margin: 0 9px 9px 0;
}
.tagcloud a:hover {
  color: #343434;
}

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
}

#footer-widgets {
  padding: 60px 0;
}
#footer-widgets .widget {
  margin: 0px;
  margin-bottom: 40px;
  width: 100%;
}
#footer-widgets .widget ul {
  list-style: none;
}

#footer-copy {
  padding: 10px 0;
  display: none;
}

/*
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 */
/*********************
SHORTCODES
*********************/
/*********************
LUXE POSTS
*********************/
.luxe-post {
  background-color: rgba(100, 100, 100, 0.08);
  text-align: center;
  border-bottom: 10px solid #ff6f6f;
  margin-bottom: 30px !important;
}
.luxe-post img {
  display: block;
  margin: 0px;
  margin: 0 auto;
}
.luxe-post .luxe-post-featured {
  position: relative;
}
.luxe-post .luxe-post-details {
  padding: 25px;
}
.luxe-post .luxe-post-title {
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1em;
}
.luxe-post .luxe-post-date {
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 10px;
}

.luxe-post.style2 {
  border-bottom: 10px solid #ff6f6f;
  border-right: 0px;
}
.luxe-post.style2 img {
  margin: 0 auto;
}
.luxe-post.style2 .luxe-post-featured {
  margin-left: 0px !important;
}
.luxe-post.style2 .luxe-post-details {
  padding: 15px 15px 15px 0px;
}

.luxe-post.format-video .video-button {
  display: block;
  height: 55px;
  width: 55px;
  margin-left: -27px;
  margin-top: -27px;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 100%;
  background-color: #fff;
}
.luxe-post.format-video .video-button:before {
  font-family: 'fontello';
  content: '\e80a';
  color: #343434;
  line-height: 55px;
  font-size: 30px;
  margin-left: 4px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.luxe-post.format-video .video-button:hover:before {
  color: #fff;
}

/*********************
RELATED POSTS
*********************/
.related-posts {
  clear: both;
  margin: 70px 0 0 0;
}
.related-posts h4 {
  font-weight: bold;
}

/*********************
FEATURES
*********************/
.feature {
  background-color: rgba(100, 100, 100, 0.2);
  padding: 64px 15px 28px;
  border-bottom: 10px solid #ff6f6f;
  margin-bottom: 40px;
  position: relative;
}
.feature img, .feature i {
  display: block;
  margin: 0 auto;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
}
.feature:hover {
  background-color: rgba(100, 100, 100, 0.1);
}
.feature:hover i, .feature:hover img {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.feature .feature-title {
  text-align: center;
  margin: 20px 0;
  font-weight: bold;
}
.feature .feature-desc {
  width: 100%;
  text-align: center;
  margin: 5px 0 30px;
  display: block;
  text-align: center;
}

.feature.style2 {
  border-bottom: 0px !important;
  background-color: transparent;
  text-align: center;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.feature.style2:hover i, .feature.style2:hover img {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
  -ms-filter: fliph;
  /*IE*/
  filter: fliph;
  /*IE*/
}
.feature.style2 .feature-icon {
  margin-bottom: 15px;
}
.feature.style2 .feature-title {
  font-weight: bold;
  margin: 0px;
  line-height: 1em;
  margin-bottom: 15px;
}
.feature.style2 .feature-desc {
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
  text-transform: uppercase;
  padding: 12px 32px;
  margin: 2px 0;
  color: #343434;
  border: 4px solid #fff;
  width: auto;
  display: inline-block;
  margin: 0 auto;
}

.feature.style3 {
  border-bottom: 0px;
  border-right: 10px solid #ff6f6f;
  padding-top: 10px;
}
.feature.style3 .feature-icon {
  float: left;
  position: absolute;
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -35px;
}
.feature.style3 .feature-title {
  text-align: left;
  padding-left: 100px;
  margin: 5px 0;
}
.feature.style3 .feature-desc {
  padding-left: 100px;
  text-align: left;
  margin: 0px;
}

.feature.style4:hover i, .feature.style4:hover img {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}

/*********************
PROGRESS 
*********************/
/*
==============================================
stretchRight
==============================================
*/
.stretchRight {
  animation-name: stretchRight;
  -webkit-animation-name: stretchRight;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
}

@keyframes stretchRight {
  0% {
    transform: scaleX(0.3);
  }

  40% {
    transform: scaleX(1.02);
  }

  60% {
    transform: scaleX(0.98);
  }

  80% {
    transform: scaleX(1.01);
  }

  100% {
    transform: scaleX(0.98);
  }

  80% {
    transform: scaleX(1.01);
  }

  100% {
    transform: scaleX(1);
  }
}
@-webkit-keyframes stretchRight {
  0% {
    -webkit-transform: scaleX(0.3);
  }

  40% {
    -webkit-transform: scaleX(1.02);
  }

  60% {
    -webkit-transform: scaleX(0.98);
  }

  80% {
    -webkit-transform: scaleX(1.01);
  }

  100% {
    -webkit-transform: scaleX(0.98);
  }

  80% {
    -webkit-transform: scaleX(1.01);
  }

  100% {
    -webkit-transform: scaleX(1);
  }
}
.progress {
  height: 50px;
  box-shadow: none;
  background-color: #343434;
  border-radius: 0;
  margin-bottom: 10px;
  border: 4px solid #fff;
  position: relative;
}

.progress span {
  display: inline-block;
  padding: 10px 19px;
  position: absolute;
  clip: auto;
  z-index: 2;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  color: #fff;
}

.progress-bar {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 5px 0;
  position: relative;
  visibility: hidden;
  height: 100%;
}

.stretchRight {
  visibility: visible;
}

/*********************
CHARTS
*********************/
.chart {
  position: relative;
  display: block;
  text-align: center;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  margin: 20px 0;
  height: 130px;
}
.chart h5 {
  font-weight: 700;
  margin-bottom: 15px;
}
.chart .chart-percent {
  font-family: Arial, sans-serif;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 50px;
  margin-top: -0.2em;
  margin-left: -65px;
  z-index: 2;
  width: 130px;
}
.chart canvas {
  display: inline-block;
  margin: 0 auto;
}

/*********************
PRICING
*********************/
.pricing-box {
  background-color: rgba(100, 100, 100, 0.2);
  text-align: center;
  border-bottom: 10px solid #ff6f6f;
  margin-bottom: 40px;
}
.pricing-box .pricing-header {
  text-align: center;
  padding: 10px 0;
  background-color: #ff6f6f;
}
.pricing-box .pricing-header h5 {
  margin: 0px;
  font-weight: bold;
  color: #343434;
}
.pricing-box .pricing-price {
  padding: 30px 0 0px;
}
.pricing-box .pricing-amount {
  font-weight: bold;
  font-size: 70px;
  letter-spacing: -1px;
}
.pricing-box .pricing-unit {
  font-size: 20px;
  position: relative;
  top: -21px;
  color: #fff;
}
.pricing-box .pricing-subprice {
  clear: both;
  display: block;
  text-transform: uppercase;
  margin-top: 5px;
  font-size: 16px;
}
.pricing-box ul {
  list-style: none;
  padding: 0px;
}
.pricing-box ul li {
  border-top: 1px solid rgba(100, 100, 100, 0.5);
  padding: 10px 0;
  text-align: center;
  margin: 0 40px;
}
.pricing-box ul li:last-child {
  border-bottom: 1px solid rgba(100, 100, 100, 0.5);
}
.pricing-box .pricing-button {
  margin: 20px 0 40px 0;
}

/*********************
TESTIMONIALS
*********************/
.testimonial-carousel .testimonial-content {
  text-align: center;
  padding: 10px 50px;
  font-size: 20px;
  line-height: 1em;
}
.testimonial-carousel .testimonial-content:before, .testimonial-carousel .testimonial-content:after {
  font-family: 'fontello';
  display: block;
  position: absolute;
  font-size: 30px;
  left: 10px;
  top: 5px;
  content: '\e808';
  color: #fff;
}
.testimonial-carousel .testimonial-content:after {
  left: auto;
  right: 15px;
  content: '\e809';
}
.testimonial-carousel .testimonial-user {
  text-align: center;
  font-size: 20px;
  margin-top: 40px;
}
.testimonial-carousel .testimonial-user:after, .testimonial-carousel .testimonial-user:before {
  content: ' - ';
}
.testimonial-carousel .flex-control-paging {
  display: none;
}

/*********************
TWITTER CAROUSEL
*********************/
.twitter-carousel.flexslider img {
  width: auto !important;
  margin: 0 auto 15px;
}
.twitter-carousel.flexslider .luxe-tweet {
  text-align: center;
  padding: 10px 30px;
  line-height: 1.2em;
  font-size: 20px;
  margin-bottom: 0px;
}
.twitter-carousel.flexslider .luxe-tweet .luxe-tweet-time {
  margin-right: 10px;
}
.twitter-carousel.flexslider .testimonial-user {
  text-align: center;
  font-size: 30px;
  margin-top: 40px;
}
.twitter-carousel.flexslider .testimonial-user:after, .twitter-carousel.flexslider .testimonial-user:before {
  content: ' - ';
}
.twitter-carousel.flexslider .flex-control-paging {
  display: none;
}

/*********************
TWITTER CAROUSEL
*********************/
.client-carousel.owl-carousel div {
  text-align: center;
}
.client-carousel.owl-carousel div img {
  margin: 0px;
}
.client-carousel.owl-carousel .owl-buttons {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -13px;
}
.client-carousel.owl-carousel .owl-buttons div {
  display: inline-block;
  zoom: 1;
  font-size: 16px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  color: #343434;
  opacity: 0.95;
  background-color: transparent;
}
.client-carousel.owl-carousel .owl-buttons .owl-prev, .client-carousel.owl-carousel .owl-buttons .owl-next {
  position: absolute;
  left: 0;
}
.client-carousel.owl-carousel .owl-buttons .owl-next {
  right: 0;
  left: auto;
}
.client-carousel.owl-carousel .owl-buttons .owl-prev:before, .client-carousel.owl-carousel .owl-buttons .owl-next:before {
  font-family: 'fontello';
  content: '\e834';
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.client-carousel.owl-carousel .owl-buttons .owl-prev:before {
  content: '\e833';
}

/*********************
TEAM
*********************/
.team-member {
  background-color: rgba(100, 100, 100, 0.08);
  border-bottom: 10px solid #ff6f6f;
  margin-bottom: 40px;
}
.team-member img {
  display: block;
  margin: 0;
}
.team-member .team-overlay-container {
  position: relative;
}
.team-member .team-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  padding: 40px 20px 9px;
  line-height: 1.3em;
  position: absolute;
  top: 0;
  bottom: 90px;
  background-color: rgba(255, 111, 111, 0.9);
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity= $value * 100 );
  filter: alpha(opacity=0);
  zoom: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-align: center;
}
.team-member:hover .team-overlay {
  display: block;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity= $value * 100 );
  filter: alpha(opacity=100);
  zoom: 1;
}
.team-member h5 {
  margin-bottom: 0px;
  font-weight: 700;
}
.team-member .team-member-title {
  font-size: 12px;
  text-transform: uppercase;
}
.team-member .team-member-desc {
  color: #333;
  display: block;
}
.team-member .socialbar {
  padding: 15px 0 10px;
}

/*********************
TABS
*********************/
.ui-tabs-nav {
  list-style: none;
}
.ui-tabs-nav li {
  line-height: 3em;
  float: left;
}
.ui-tabs-nav li a {
  padding: 10px 15px;
  background-color: rgba(100, 100, 100, 0.3);
}
.ui-tabs-nav li.ui-state-active a {
  background-color: rgba(100, 100, 100, 0.5);
}

/*********************
TOGGLES
*********************/
.toggles-container .trigger {
  margin: 0px;
}
.toggles-container .trigger a {
  position: relative;
  display: block;
  padding: 10px 20px;
}
.toggles-container .trigger a:before {
  font-family: "fontello";
  display: block;
  content: '\e82c';
  position: absolute;
  left: 0px;
  top: 10px;
  font-size: 14px;
  width: 17px;
  height: 17px;
}
.toggles-container .trigger.active a:before {
  font-family: "fontello";
  display: block;
  content: '\e82a';
  position: absolute;
  left: 0px;
  top: 10px;
  font-size: 14px;
  width: 17px;
  height: 17px;
  color: #ff6f6f;
}
.toggles-container .toggle_container {
  padding: 10px 22px;
}

/*********************
SOCIAL ICONS
*********************/
.socialbar {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 0px 15px 25px 15px;
}
.socialbar .social-icons {
  list-style: none;
  display: inline-block;
  padding-left: 0;
  margin: 0;
}
.socialbar .social-icons li {
  display: inline-block;
  margin: 0 3px;
  line-height: 1em;
  height: 38px;
}

/*********************
PORTFOLIO
*********************/
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item[style] {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

.portfolio-filter {
  width: 100%;
  text-align: center;
  display: block;
  padding-left: 0px !important;
  margin: 0px 0px 40px 0px;
}
.portfolio-filter li {
  list-style: none;
  margin-right: 8px;
  margin-left: 8px;
  text-transform: uppercase;
  display: inline-block;
}
.portfolio-filter li a {
  font-size: 12px;
  font-weight: bold;
}

.portfolio-container .isotope {
  position: relative;
}
.portfolio-container .isotope img {
  display: block;
  margin: 0px;
  max-width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.portfolio-container .isotope:hover img {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
  -ms-filter: fliph;
  /*IE*/
  filter: fliph;
  /*IE*/
}
.portfolio-container .isotope .portfolio-overlay-container {
  position: relative;
}
.portfolio-container .isotope .portfolio-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  padding: 20px 20px 9px;
  line-height: 1.3em;
  position: absolute;
  top: 0;
  bottom: 90px;
  background-color: rgba(255, 111, 111, 0.9);
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity= $value * 100 );
  filter: alpha(opacity=0);
  zoom: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-align: center;
}
.portfolio-container .isotope .portfolio-overlay .portfolio-links:after {
  position: absolute;
  content: "";
  display: block;
  top: 100%;
  left: 30px;
  right: 30px;
  height: 1px;
  background: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.portfolio-container .isotope .portfolio-overlay .portfolio-zoom, .portfolio-container .isotope .portfolio-overlay .portfolio-like, .portfolio-container .isotope .portfolio-overlay .portfolio-link {
  width: 60px;
  height: 60px;
  margin-right: 60px;
  position: relative;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.portfolio-container .isotope .portfolio-overlay .portfolio-zoom:before, .portfolio-container .isotope .portfolio-overlay .portfolio-like:before, .portfolio-container .isotope .portfolio-overlay .portfolio-link:before {
  font-family: 'rt-icons';
  font-size: 32px;
  font-weight: normal;
  color: #ffffff;
  content: "\e6e8";
  line-height: 60px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-indent: 0;
}
.portfolio-container .isotope .portfolio-overlay .portfolio-zoom:hover:before, .portfolio-container .isotope .portfolio-overlay .portfolio-zoom:hover, .portfolio-container .isotope .portfolio-overlay .portfolio-like:hover:before, .portfolio-container .isotope .portfolio-overlay .portfolio-like:hover, .portfolio-container .isotope .portfolio-overlay .portfolio-link:hover:before, .portfolio-container .isotope .portfolio-overlay .portfolio-link:hover {
  color: #343434;
}
.portfolio-container .isotope .portfolio-overlay .portfolio-zoom {
  left: -40px;
}
.portfolio-container .isotope .portfolio-overlay .portfolio-like:before {
  content: "\e6d6";
}
.portfolio-container .isotope .portfolio-overlay .portfolio-like {
  margin-left: 10px;
}
.portfolio-container .isotope .portfolio-overlay .portfolio-link:before {
  content: "\e6df";
}
.portfolio-container .isotope .portfolio-overlay .portfolio-link {
  margin-right: 0px;
  right: -40px;
}
.portfolio-container .isotope:hover .portfolio-overlay {
  display: block;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity= $value * 100 );
  filter: alpha(opacity=100);
  zoom: 1;
}
.portfolio-container .isotope:hover .portfolio-overlay .portfolio-zoom, .portfolio-container .isotope:hover .portfolio-overlay .portfolio-like, .portfolio-container .isotope:hover .portfolio-overlay .portfolio-link {
  left: 0px;
  right: 0px;
}
.portfolio-container .isotope:hover .portfolio-overlay .portfolio-links:after {
  top: 100px;
}
.portfolio-container .isotope .portfolio-title {
  width: 100%;
  text-align: center;
  background-color: #ffffff;
  margin: 0px;
  position: relative;
  overflow: visible;
}
.portfolio-container .isotope .portfolio-title:before {
  display: block;
  position: absolute;
  content: '';
  max-width: 30px;
  height: 10px;
  bottom: 100%;
  left: 50%;
  margin-left: -15px;
  border-bottom: 10px solid #fff;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  z-index: 10000;
  overflow: visible;
}
.portfolio-container .isotope .portfolio-title a {
  color: #272525;
  font-size: 12px;
  font-weight: bold;
  padding: 15px 0;
  display: block;
  text-transform: uppercase;
}

.portfolio-container .isotope {
  width: 100%;
}

.portfolio-container.margin .isotope {
  padding: 15px;
}

.single-portfolio .project-details {
  font-weight: bold;
  color: #fff;
}
.single-portfolio .project-meta .project-meta-skills, .single-portfolio .project-meta .project-meta-client, .single-portfolio .project-meta .project-meta-location {
  clear: both;
  display: block;
  border-bottom: 1px solid #e1e1e1;
  padding: 10px 0;
}
.single-portfolio .project-meta .project-meta-skills .project-meta-label, .single-portfolio .project-meta .project-meta-client .project-meta-label, .single-portfolio .project-meta .project-meta-location .project-meta-label {
  color: #343434;
  font-weight: bold;
  clear: none;
  float: left;
  margin-right: 5px;
}
.single-portfolio .project-meta .project-meta-location {
  border-bottom: 0px;
}
.single-portfolio .project-meta .button, .single-portfolio .project-meta input[type=submit] {
  clear: both;
  margin: 20px 0;
}
.single-portfolio .page-header {
  padding-bottom: 0px;
  text-align: left;
}
.single-portfolio .page-header .page-title {
  text-align: left;
}

.portfolio-single-content {
  padding: 70px 0;
  display: inline-block;
  width: 100%;
}
.portfolio-single-content .page-header {
  padding-bottom: 40px;
  text-align: center;
}
.portfolio-single-content .page-header .page-title {
  text-align: center;
}

/*********************
ANIMATIONS
*********************/
.luxe-animate {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
}

.luxe-animate.hidden {
  visibility: visible;
}

.animated {
  visibility: visible;
}

/*********************
PLUGINS
*********************/
/*********************
LUXESLIDER
*********************/
.luxeslider-wrapper .responsive-container:before {
  display: block;
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.02);
  z-index: 0;
}

/*********************
CONTACT FORM 7
*********************/
div.wpcf7 img.ajax-loader {
  position: absolute;
  margin-left: 10px;
  margin-top: 15px;
}

/*********************
LUXE POST SHARE
*********************/
.luxe-post-share {
  padding-left: 0px !important;
  list-style: none;
  margin: 15px 0 15px;
}

/*********************
RECENT POSTS WIDGET EXTENDED
*********************/
.rpwe-ul {
  list-style: none;
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.rpwe-ul li {
  list-style: none;
}
.rpwe-ul img {
  margin-right: 15px;
}

.rpwe-alignleft {
  display: inline;
  float: left;
}

.rpwe-thumb {
  border: 0px;
  padding: 0px !important;
}

.rpwe-title {
  margin-left: 10px;
  background: none !important;
  clear: none;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  font-weight: 400;
  font-size: 16px !important;
  line-height: 1.2em;
}
.rpwe-title a {
  display: inline !important;
  text-decoration: none;
}

.rpwe-time {
  color: #bbb;
  font-size: 16px;
}

/*********************
WYSIJA (NEWSLETTER WIDGET)
*********************/
.widget_wysija input {
  min-width: 0px;
  max-width: 170px;
  float: left;
}
.widget_wysija .wysija-submit {
  max-width: 70px;
  float: left;
  margin: 0px;
  padding-left: 16px;
  padding-right: 16px;
}
.widget_wysija .formError .formErrorContent {
  background-color: #ff6f6f;
}

/*********************
FAST FLICKR WIDGET	
*********************/
.widget_fastflickrwidget img {
  margin: 0px;
}
.widget_fastflickrwidget a {
  max-width: 30%;
  margin: 0 5% 5px 0;
  display: block;
  float: left;
}
.widget_fastflickrwidget a img:hover {
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity= $value * 100 );
  filter: alpha(opacity=50);
  zoom: 1;
}
.widget_fastflickrwidget a:nth-child(3n+1) {
  margin-right: 0px;
}

/*********************
METASLIDER
*********************/
.metaslider.metaslider-flex {
  max-width: 100% !important;
  /* Direction Nav */
}
.metaslider.metaslider-flex .slides img {
  margin: 0 auto;
  width: auto;
}
.metaslider.metaslider-flex .flexslider:hover .flex-prev {
  opacity: 0.7;
}
.metaslider.metaslider-flex .flexslider:hover .flex-next {
  opacity: 0.7;
}
.metaslider.metaslider-flex .flexslider:hover .flex-next:hover, .metaslider.metaslider-flex .flexslider:hover .flex-prev:hover {
  opacity: 0.5;
}
.metaslider.metaslider-flex .flexslider .flex-direction-nav .flex-prev {
  left: 0;
  opacity: 1;
}
.metaslider.metaslider-flex .flexslider .flex-direction-nav .flex-next {
  right: 0;
  opacity: 1;
}
.metaslider.metaslider-flex .flexslider .flex-direction-nav a:before {
  background-color: transparent;
  position: absolute;
  font-family: 'fontello';
  content: '\e833';
  color: #fff;
  line-height: 50px;
  font-size: 26px;
  width: 50px;
  height: 50px;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: block;
  text-indent: 0;
}
.metaslider.metaslider-flex .flexslider .flex-direction-nav a.flex-next:before {
  content: '\e834';
}
.metaslider.metaslider-flex .flexslider .flex-direction-nav a {
  background: transparent;
}

/*********************
OWL CAROUSEL
*********************/
.owl-carousel.simpleflex .owl-item img {
  display: block;
  width: 100%;
  height: auto;
}
.owl-carousel.simpleflex .owl-buttons .owl-prev, .owl-carousel.simpleflex .owl-buttons .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  left: 15px;
  height: 36px;
  line-height: 36px;
}
.owl-carousel.simpleflex .owl-buttons .owl-prev:before, .owl-carousel.simpleflex .owl-buttons .owl-next:before {
  font-size: 30px;
  content: "\e833";
  font-family: 'fontello';
  color: #fff;
}
.owl-carousel.simpleflex .owl-buttons .owl-prev:hover, .owl-carousel.simpleflex .owl-buttons .owl-next:hover {
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity= $value * 100 );
  filter: alpha(opacity=50);
  zoom: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.owl-carousel.simpleflex .owl-buttons .owl-next {
  left: auto;
  right: 15px;
}
.owl-carousel.simpleflex .owl-buttons .owl-next:before {
  content: "\e834";
}

/*********************
FLEXSLIDER
*********************/
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0 !important;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

.slides {
  padding-left: 0px !important;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}

/* Direction Nav */
.luxe-flexslider.flexslider {
  position: relative;
}
.luxe-flexslider.flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 0px;
}
.luxe-flexslider.flexslider:hover .flex-next {
  opacity: 0.7;
  right: 0px;
}
.luxe-flexslider.flexslider:hover .flex-next:hover, .luxe-flexslider.flexslider:hover .flex-prev:hover {
  opacity: 0.5;
}
.luxe-flexslider.flexslider .flex-direction-nav {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  width: 100%;
}
.luxe-flexslider.flexslider .flex-direction-nav a {
  margin-top: 0px;
  width: 50px;
  height: 50px;
}
.luxe-flexslider.flexslider .flex-direction-nav .flex-prev {
  left: 0;
  opacity: 1;
}
.luxe-flexslider.flexslider .flex-direction-nav .flex-next {
  right: 0;
  opacity: 1;
  position: absolute;
  left: auto;
}
.luxe-flexslider.flexslider .flex-direction-nav a:before {
  background-color: transparent;
  position: absolute;
  font-family: 'fontello';
  content: '\e833';
  color: #fff;
  line-height: 50px;
  font-size: 26px;
  width: 50px;
  height: 50px;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: block;
  text-indent: 0;
  left: 0;
}
.luxe-flexslider.flexslider .flex-direction-nav a.flex-next:before {
  content: '\e834';
  left: auto;
  right: 0;
}
.luxe-flexslider.flexslider .flex-direction-nav a {
  background: transparent;
}
.luxe-flexslider.flexslider .flex-control-paging {
  display: none;
}

/*********************
REVSLIDER
*********************/
.tparrows.default {
  background: transparent;
}
.tparrows.default:before {
  background-color: transparent;
  position: absolute;
  font-family: 'fontello';
  content: '\e833';
  color: #fff;
  line-height: 40px;
  font-size: 36px;
  width: 40px;
  height: 40px;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: block;
  text-indent: 0;
  left: 0;
}
.tparrows.default:hover:before {
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity= $value * 100 );
  filter: alpha(opacity=70);
  zoom: 1;
}

.tparrows.default.tp-rightarrow:before {
  content: '\e834';
}

.tp-bullets.simplebullets.round .bullet {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 3px 0 5px;
  background-color: transparent;
  border: 3px solid #fff;
  border-radius: 100%;
  background-image: none !important;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.tp-bullets.simplebullets.round .bullet.selected, .tp-bullets.simplebullets.round .bullet:hover {
  border-color: #343434;
}

/*********************
PRETTYPHOTO
*********************/
.pp_close {
  z-index: 100000 !important;
}

/*********************
SOCIAL SHARE
*********************/
.social-share .stButton .st-twitter-counter, .social-share .stButton .st-facebook-counter, .social-share .stButton .stButton_gradient {
  height: 22px;
}

/*********************
DEMO STYLES
*********************/
#animation-test-container .button, #animation-test-container input[type=submit] {
  width: 100%;
  text-align: center;
}

.contact-link {
  font-size: 20px;
  border: 4px solid #fff;
  font-weight: 700;
  color: #343434;
  padding: 11px 20px;
}
.contact-link:hover {
  color: #fff;
}

/*
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) {
  /******************************************************************
  File: _481up.scss
  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.
  
  ******************************************************************/
  /*********************
  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
  *********************/
  .isotope-item {
    margin-left: -1px !important;
  }

  .portfolio2c.portfolio-container {
    margin-right: 0px !important;
  }
  .portfolio2c.portfolio-container .isotope-item {
    width: 100%;
    /*margin: 0 .8% 11px .8%;*/
    margin-left: 0px !important;
  }

  .portfolio3c.portfolio-container {
    margin-right: -2px !important;
  }
  .portfolio3c.portfolio-container .isotope-item {
    width: 50%;
    /*margin: 0 .8% 11px .8%;*/
    margin: 0;
  }

  .portfolio4c.portfolio-container {
    margin-right: -2px !important;
  }
  .portfolio4c.portfolio-container .isotope-item {
    width: 50%;
    /*margin: 0 .5% 8px .5%;*/
    margin: 0;
  }

  .portfolio5c.portfolio-container {
    margin-right: -2px !important;
  }
  .portfolio5c.portfolio-container .isotope-item {
    width: 50%;
    /*margin: 0 .5% 8px .5%;*/
    margin: 0;
  }
}
/*
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: 769px) {
  /******************************************************************
  File: _grid.scss
  Stylesheet: Grid Stylesheet
  
  ******************************************************************/
  .onecol {
    width: 5.801104972%;
  }

  /* 4.85%;  } /* grid_1  */
  .twocol {
    width: 14.364640883%;
  }

  /* 13.45%; } /* grid_2  */
  .one_fifth {
    width: 17.79006%;
  }

  .threecol, .one_fourth {
    width: 22.928176794%;
  }

  /* 22.05%; } /* grid_3  */
  .fourcol, .one_third {
    width: 31.491712705%;
  }

  /* 30.75%; } /* grid_4  */
  .two_fifth {
    width: 38.34254%;
  }

  .fivecol {
    width: 40.055248616%;
  }

  /* 39.45%; } /* grid_5  */
  .sixcol, .luxe-post.style2 .luxe-post-featured, .luxe-post.style2 .luxe-post-details, .one_half {
    width: 48.618784527%;
  }

  /* 48%;    } /* grid_6  */
  .sevencol {
    width: 57.182320438000005%;
  }

  /* 56.75%; } /* grid_7  */
  .three_fifth {
    width: 58.89503%;
  }

  .eightcol, .two_third {
    width: 65.74585634900001%;
  }

  /* 65.4%;  } /* grid_8  */
  .ninecol, .three_fourth {
    width: 74.30939226%;
  }

  /* 74.05%; } /* grid_9  */
  .four_fifth {
    width: 79.44751%;
  }

  .tencol {
    width: 82.87292817100001%;
  }

  /* 82.7%;  } /* grid_10 */
  .elevencol {
    width: 91.436464082%;
  }

  /* 91.35%; } /* grid_11 */
  .twelvecol, #main.no-sidebar {
    width: 99.999999993%;
  }

  /* 100%;   } /* grid_12 */
  .onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .luxe-post.style2 .luxe-post-featured, .luxe-post.style2 .luxe-post-details, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol, #main.no-sidebar,
  .one_fifth, .one_fourth, .two_fifth, .one_third, .one_half, .three_fifth, .two_third, .four_fifth {
    position: relative;
    float: left;
    margin-left: 2.76243%;
  }

  .first, .twelvecol, #main.no-sidebar {
    margin-left: 0;
  }

  .twelvecol, #main.no-sidebar {
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .last {
    float: right;
    margin-right: 0px;
  }

  /******************************************************************
  File: _768up.scss
  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: 1300px;
  }

  /*********************
  HEADER STYLES
  *********************/
  header[role="banner"] {
    /*position: absolute;*/
    top: 0px;
    width: 100%;
  }

  header[role="banner"].scrolled {
    /*position: fixed;*/
    top: 0px;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
  }

  .admin-bar header[role="banner"].scrolled {
    margin-top: 32px;
  }

  /*********************
  NAVIGATION STYLES
  *********************/
  #mobile-nav-button {
    display: none;
  }

  #main-nav-wrapper {
    display: block !important;
  }

  header[role="banner"] .nav {
    float: left;
    clear: none;
    border: 0;
    margin: 0px;
    z-index: 100;
    display: block;
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  header[role="banner"] .nav ul {
    margin-top: 0;
  }
  header[role="banner"] .nav li {
    float: left;
    position: relative;
	line-height: 40px !important;
    margin-top: 70px;
    /*
    plan your menus and drop-downs wisely.
    */
    /* showing sub-menus */
  }
  header[role="banner"] .nav li a {
    padding: 0px 20px;
    border-bottom: 0;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
	text-transform:uppercase;
    /*
    you can use hover styles here even though this size
    has the possibility of being a mobile device.
    */
  }
  header[role="banner"] .nav li a:hover, header[role="banner"] .nav li a:focus {
    color: #ff6f6f;
  }
  header[role="banner"] .nav li a:after {
    content: '';
    width: 1px;
    height: 15px;
    background-color: #e8e8e8;
    display: block;
    position: absolute;
    top: 50%;
    right: 0px;
    margin-top: -7px;
	display:none;
  }
  header[role="banner"] .nav li:last-child a:after {
    background-color: transparent;
  }
  header[role="banner"] .nav li ul.sub-menu,
  header[role="banner"] .nav li ul.children {
    -webkit-transition: max-height 0.5s ease-in;
    -moz-transition: max-height 0.5s ease-in;
    -o-transition: max-height 0.5s ease-in;
    -ms-transition: max-height 0.5s ease-in;
    transition: max-height 0.5s ease-in;
    margin-top: 0;
    border: 0px solid #ccc;
    border-top: 0;
    position: absolute;
    overflow: hidden;
    max-height: 0px;
    z-index: 8999;
    background-color: #343434;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) ;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) ;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) ;
    /* highlight sub-menu current page */
  }
  header[role="banner"] .nav li ul.sub-menu li,
  header[role="banner"] .nav li ul.children li {
    line-height: 20px !important;
    margin: 0 20px;
    min-width: 120px;
    /*
    if you need to go deeper, go nuts
    just remember deeper menus suck
    for usability. k, bai.
    */
  }
  header[role="banner"] .nav li ul.sub-menu li a,
  header[role="banner"] .nav li ul.children li a {
    padding: 10px 10px;
    border-right: 0;
    display: block;
    width: auto;
    border-bottom: 1px solid rgba(100, 100, 100, 0.2);
    color: #ffffff;
  }
  header[role="banner"] .nav li ul.sub-menu li a:after,
  header[role="banner"] .nav li ul.children li a:after {
    background-color: transparent;
  }
  header[role="banner"] .nav li ul.sub-menu li:last-child a,
  header[role="banner"] .nav li ul.children li:last-child a {
    border-bottom: 0;
  }
  header[role="banner"] .nav li ul.sub-menu li ul,
  header[role="banner"] .nav li ul.children li ul {
    position: absolute;
    left: 100%;
    top: 0px;
    display: none;
  }
  header[role="banner"] .nav li ul.sub-menu li:hover ul,
  header[role="banner"] .nav li ul.children li:hover ul {
    display: block;
  }
  header[role="banner"] .nav li:hover ul {
    top: auto;
    height: auto;
    max-height: 1000px;
  }

  /* end .nav */
  /*********************
  MAIN ENTRY STYLES
  *********************/
  #main {
    width: 74.30939226%;
    float: left;
  }

  #main.no-sidebar {
    margin-left: 0px;
  }

  #main.sidebar-left {
    float: right;
  }

  #main.sidebar-right {
    margin-left: 0px;
  }

  .page-title {
    font-size: 60px;
  }

  /*********************
  SIDEBARS & ASIDES
  *********************/
  #sidebar {
    width: 22.928176794%;
    float: left;
    margin-top: 0px;
  }

  #sidebar.sidebar-left {
    float: left;
    margin-left: 0px;
  }

  .widgettitle {
    margin-bottom: 0.5em;
    text-align: left;
  }

  .widget {
    padding: 0 10px;
    margin: 2.2em 0;
  }
  .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 */
  /*********************
  SHORTCODES
  *********************/
  /*********************
  TWITTER CAROUSEL
  *********************/
  .twitter-carousel.flexslider .luxe-tweet {
    padding: 10px 100px;
    font-size: 30px;
  }

  /*********************
  PRICING
  *********************/
  .pricing-box {
    margin-bottom: 0px;
  }

  /*********************
  FEATURES
  *********************/
  .feature {
    margin-bottom: 0px;
  }

  /*********************
  TESTIMONIALS
  *********************/
  .testimonial-carousel .testimonial-content {
    padding: 10px 100px;
    font-size: 40px;
  }
  .testimonial-carousel .testimonial-content:before, .testimonial-carousel .testimonial-content:after {
    font-size: 40px;
    left: 60px;
  }
  .testimonial-carousel .testimonial-content:after {
    left: auto;
    right: 65px;
  }
  .testimonial-carousel .testimonial-user {
    font-size: 30px;
  }

  /*********************
  LUXE POSTS
  *********************/
  .luxe-post.style2 {
    border-right: 10px solid #ff6f6f;
    border-bottom: 0px;
  }

  /*********************
  PORTFOLIO
  *********************/
  .isotope {
    margin-left: -1px !important;
  }

  .portfolio2c.portfolio-container {
    margin-right: -2px !important;
  }
  .portfolio2c.portfolio-container .isotope {
    width: 50%;
    /*margin: 0 .8% 11px .8%;*/
    margin: 0;
  }

  .portfolio3c.portfolio-container {
    margin-right: -3px !important;
  }
  .portfolio3c.portfolio-container .isotope {
    width: 33.33%;
    /*margin: 0 .8% 11px .8%;*/
    margin: 0;
  }

  .portfolio4c.portfolio-container {
    margin-right: -4px !important;
  }
  .portfolio4c.portfolio-container .isotope {
    width: 25%;
    /*margin: 0 .5% 8px .5%;*/
    margin: 0;
  }

  .portfolio5c.portfolio-container {
    margin-right: -5px !important;
  }
  .portfolio5c.portfolio-container .isotope {
    width: 20%;
    /*margin: 0 .5% 8px .5%;*/
    margin: 0;
  }

  /*********************
  TEAM
  *********************/
  .team-member {
    margin-bottom: 0px;
  }
  .team-member .team-overlay .team-member-desc {
    display: none;
  }

  /*********************
  ANIMATE
  *********************/
  .luxe-animate.hidden {
    visibility: hidden;
  }

  .luxe-animate.animated {
    visibility: visible;
  }

  /*********************
  DEMO STYLES
  *********************/
  .contact-link {
    padding: 11px 70px;
    font-size: 76px;
  }
}
/*
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) {
  /******************************************************************
  File: _1030up.scss
  Stylesheet: Desktop Stylsheet
  
  This is the desktop size. It's larger than an iPad so it will only
  be seen on the Desktop. 
  
  ******************************************************************/
  /*********************
  SHORTCODES
  *********************/
  /*********************
  TEAM
  *********************/
  .team-member .team-overlay .team-member-desc {
    display: block;
  }
}
/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1240px) {
  /******************************************************************
  File: _1240up.scss
  Stylesheet: Super Large Monitor Stylesheet
  
  You can add some advanced styles here if you like. This kicks in
  on larger screens.
  
  ******************************************************************/
}
/*
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) {
  /******************************************************************
  File: _2x.scss
  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 {
  /******************************************************************
  File: _print.scss
  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;
  }
}

/*# sourceMappingURL=style.css.map */

#content{ margin:0px !important;}
.clr{ clear:both;}
header[role="banner"] .nav li a.current_page_item { color: #f0a040;}


.page-id-7 nav { display: none;}
.indx{ margin:auto; width:80%;}
.indx-bner{ margin:20px 0px; width:100%;}
.indx-hd{ font-size:22px; text-transform:uppercase; font-weight:300; letter-spacing:4px; text-align:center; line-height:40px;
 color:#000;}
.indx-cnt{ margin:20px 0px; width:100%;}
.indx-nm{ font-family:"Georgia", Times, serif; font-size:40px; color:#000; line-height:60px; text-align:center;
 font-style:italic;}
.indx-btn{ text-align:center; margin-top:20px;}


.hm-cntr{ margin:auto; width:100%;}
.hm-img{ text-align:center;}
.hm-btn{ text-align:center;}
.hm-cnt{ margin:20px 0px;}
.hm-text{ margin-bottom:18px; color:#000; font-size:13px; line-height:18px;}
.hm-text span{font-family:"Georgia", Times, serif; font-style:italic; font-size:18px; line-height:23px;}
.hm-test-cntr{ width:70%; margin:40px auto;}
.hm-test-cnt{ margin-top:40px;}
.quote1{ float:left; width:10%; height:130px; background: url("images/quote1.png") top left no-repeat;}
.hm-test{ color:#000; font-size:13px; line-height:20px; width: 79%; float: left; margin-bottom:20px;}
.quote2{ float:right; width:10%; height:130px; background: url("images/quote2.png") bottom left no-repeat;}
.hm-pht-cnt{ background: url("images/marker-left.jpg") center left no-repeat; padding-left:40px; margin:10px 0px;}
.hm-pht2-cnt{ background: url("images/marker-right.jpg") center right no-repeat; padding-right:40px; margin:10px 0px;}
.hm-pht{ margin:auto; width:100%; text-align:center;}
.hm-pht img{ margin-bottom:0px;}
.hm-pht-text{ font-size:11px; color:#000; text-align:center;}
.hm-pht-text span{ text-align:center; display:block; color:#f2a940; font-size:16px; line-height:22px;
 font-family:"Georgia", Times, serif; font-style:italic;}
 

.crts-cntr{ margin:auto; width:70%;}
.crts-cnt{ margin:5px auto; width:100%;}
.crts-txt{ font-size:15px; color:#000; line-height:18px; text-align:left; margin:90px 0px;}
.crts-img img{ margin-bottom:0px;}


.series-cntr{ margin:auto; width:80%;}
.series-cnt{ margin:auto; width:100%;}
.series-cnt{ margin:40px auto 20px auto;}
.series-img{ text-align:center;}
.series-btn{ text-align:center;}
.series-hd{ font-family:"Georgia", Times, serif; font-style:italic; color:#f2a940; font-size:31px; line-height:50px;
 margin-bottom: 13px;}
.series-text{ color:#000; font-size:13px; line-height:18px; margin-bottom:20px;}


.synapsis-cntr{ margin:auto; width:80%;}
.book-menu{ margin:10px auto 30px auto; width:80%;}
.book-menu a{ float:left; display:inline-block; text-decoration:none; font-family:"Georgia", Times, serif; font-style:italic;
 font-size:18px; color:#6d6e71; margin-right:40px; padding:4px;}
.book-menu a:hover{ color:#f09c1a; text-decoration:none;}
.book-menu a.active{ color:#f09c1a; text-decoration:none;}
.synapsis-cnt{ margin:auto; width:100%;}
.synapsis-img{}
.synapsis-hd{ font-size:18px; text-transform:uppercase; line-height:40px; color:#000; margin-top:20px;}
.synapsis-text{ font-size:13px; color:#000; line-height:18px; margin-bottom:20px;}


.gallery-cntr{ margin:auto; width:100%;}


.trailor-cntr{ margin:auto; width:90%; text-align:center;}


.more-cntr{ margin:auto; width:60%;}
.more-hd{ font-family:"Georgia", Times, serif; font-style:italic; color:#FFF; font-size:31px; line-height:50px;
 margin-bottom: 20px; text-align:center;}
.more-text{ color:#FFF; font-size:16px; line-height:22px; margin-bottom:20px; text-align:center;}
.mn-ht{ min-height:360px;}


.accolades-cntr{ margin:auto; width:80%;}
.accolades-media-cnt{ margin:20px auto auto auto; width:100%;}
.accolades-media{ margin:10px auto 40px auto; width:100%;}
.accolades-media-text{ font-size:16px; color:#000; text-align:center; line-height:22px;}
.accolades-media-text span{ font-size:18px; line-height:30px; color:#6d6e71; display:block; text-align:center;}
.media1{ float:left; width:26%; text-align:center; margin-right:1.5%; margin-bottom:2%;}
.media1 p{ font-family: "Georgia", Times, serif !important;font-style: italic;color: #000; margin: 9px;}
.media2{ float:left; width:12.8%; text-align:center; margin-right:1.5%; margin-bottom:2%;}
.media2 p{ font-family: "Georgia", Times, serif !important;font-style: italic;color: #000; margin: 9px;}
.media3{ float:left; width:20.9%; text-align:center; margin-right:1.5%; margin-bottom:2%;}
.media3 p{ font-family: "Georgia", Times, serif !important;font-style: italic;color: #000; margin: 9px;}
.media4{ float:left; width:35.8%; text-align:center; margin-bottom:2%;}
.media4 p{ font-family: "Georgia", Times, serif !important;font-style: italic;color: #000; margin: 9px;}
.media{ border:1px solid #d9d9d9; padding:4px; background:#FFF; cursor:pointer;}
.accolades-accno{ margin:auto; width:100%;}
.accolades-accno-cnt{ margin:10px auto 40px auto; width:100%;}
.media5{float:left; width:40%; text-align:center; border:1px solid #d9d9d9; padding:4px; margin-right:2%; background:#FFF;
 margin-bottom:2%; cursor:pointer;}
.media6{float:left; width:53.1%; text-align:center; border:1px solid #d9d9d9; padding:4px; background:#FFF;
 margin-bottom:2%; cursor:pointer;}
 
.contact-cntr{ margin:auto; width:100%;}
.contact-img{ margin:auto; width:100%; margin-bottom: -4px;}
.contact-mark{ background: url("images/forward-icon.png") center right no-repeat;}
.contact-cnt{ margin:70px auto 0px auto; width:80%;}
.contact-test{ margin:40px 0px;}

.contact-text{ color:#FFF; font-size:14px; line-height:18px; }
.contact-text p{ color:#FFF; font-size:14px; line-height:18px; margin:30px 0px;}
.contact-mail{ background: url("images/contact-icon.jpg") center left no-repeat; border:1px solid #f1a840; 
 padding:10px 10px 10px 100px; height:70px; color:#FFF; line-height:22px; max-width:450px;}
.contact-mail a{ color:#f1a840; text-decoration:none;}
.quote3{ float:left; width:10%; height:130px; background: url("images/quote1.png") top left no-repeat;}
.contact-test-text{ color:#FFF; font-size:14px; line-height:20px; float:left; width:79%; font-style:italic;}
.quote4{ float:right; width:10%; height:90px; background: url("images/quote2.png") bottom left no-repeat;}
.contact-footer{ background:#000; padding:0px;}
.contact-footer-text{ padding:10px 20px; color:#FFF; font-size:11px;}
.contact-powered{ text-align:right; padding:10px 20px; color:#FFF; font-size:11px;}
.contact-powered a{ text-decoration:none; color:#FFF;}
.contact-powered a:hover{ text-decoration:none; color:#F00;}


.page-id-4 .threecol {width: 15.928176794% !important;}


@media only screen and (min-width: 220px) and (max-width: 399px) {
header[role='banner']{ height: 90px !important; position: relative !important;}
header[role='banner'] #logo img{ max-height:90px !important;}
html { position: initial !important;}
.indx{ width:90%;}
.indx-hd{ font-size: 20px; line-height:31px;}
.indx-nm{ font-size:31px; line-height:40px;}
.book-menu{ width:90%;}
.book-menu a{ margin-right: 20px; font-size:13px;}
.synapsis-hd{ font-size:17px;}
.more-cntr{ width:80%;}
.media1{ width:100%; margin-bottom:4%;}
.media2{ width:100%; margin-bottom:4%;}
.media3{ width:100%; margin-bottom:4%;}
.media4{ width:100%; margin-bottom:4%;}
.media5{ width:100%; margin-bottom:4%;}
.media6{ width:100%; margin-bottom:4%;}
.contact-mail{ margin-bottom:40px;}
.hm-test-cntr{ width:90%;}
.quote1{ width:13%;}
.quote2{ width:13%;  height: 280px;}
.hm-test{ width:74%;}
.page-id-4 .threecol{ width:100% !important;}
.hm-pht-cnt{ background: url("images/marker-top.jpg") center top no-repeat; padding:40px 0px 0px 0px; margin:10px 0px;}
.hm-pht2-cnt{ background: url("images/marker-down.jpg") center bottom no-repeat; padding:0px 0px 4px 0px; 
 margin:10px 0px;}
.hm-pht-text{ margin-bottom:30px !important;}
.crts-txt{margin: 20px 0px;}
}

@media only screen and (min-width: 400px) and (max-width: 499px) {
header[role='banner']{ height: 90px !important; position: relative !important;}
header[role='banner'] #logo img{ max-height:90px !important;}
html { position: initial !important;}
.indx{ width:90%;}
.indx-hd{ font-size: 20px; line-height:31px;}
.indx-nm{ font-size:31px; line-height:40px;}
.book-menu{ width:90%;}
.book-menu a{ margin-right: 20px; font-size:13px;}
.synapsis-hd{ font-size:17px;}
.more-cntr{ width:80%;}
.media1{ width:100%; margin-bottom:4%;}
.media2{ width:100%; margin-bottom:4%;}
.media3{ width:100%; margin-bottom:4%;}
.media4{ width:100%; margin-bottom:4%;}
.media5{ width:100%; margin-bottom:4%;}
.media6{ width:100%; margin-bottom:4%;}
.contact-mail{ margin-bottom:40px;}
.hm-test-cntr{ width:90%;}
.quote1{ width:13%;}
.quote2{ width:13%;  height: 200px;}
.hm-test{ width:74%;}
.page-id-4 .threecol{ width:100% !important;}
.hm-pht-cnt{ background: url("images/marker-top.jpg") center top no-repeat; padding:40px 0px 0px 0px; margin:10px 0px;}
.hm-pht2-cnt{ background: url("images/marker-down.jpg") center bottom no-repeat; padding:0px 0px 4px 0px; 
 margin:10px 0px;}
.hm-pht-text{ margin-bottom:30px !important;}
.crts-txt{margin: 20px 0px;}
}


@media only screen and (min-width: 500px) and (max-width: 799px) {
header[role='banner']{ height: 130px !important; position: relative !important;}
header[role='banner'] #logo img{ max-height:130px !important;}
.contact-mail{ margin-bottom:40px;}
.page-id-4 .threecol{ width:100% !important;}
.hm-pht-cnt{ background: url("images/marker-top.jpg") center top no-repeat; padding:40px 0px 0px 0px; margin:10px 0px;}
.hm-pht2-cnt{ background: url("images/marker-down.jpg") center bottom no-repeat; padding:0px 0px 4px 0px; 
 margin:10px 0px;}
.hm-pht-text{ margin-bottom:30px !important;}
.crts-txt{margin: 20px 0px;}
}

@media only screen and (min-width: 800px) and (max-width: 999px) {
header[role="banner"] .nav li a{ padding: 0px 14px;}
header[role='banner']{ height: 130px !important; position: relative !important;}
header[role='banner'] #logo img{ max-height:130px !important;}
.contact-mail{ margin-bottom:40px;}
.page-id-4 .threecol{ width:100% !important;}
.hm-pht-cnt{ background: url("images/marker-top.jpg") center top no-repeat; padding:40px 0px 0px 0px; margin:10px 0px;}
.hm-pht2-cnt{ background: url("images/marker-down.jpg") center bottom no-repeat; padding:0px 0px 4px 0px; 
 margin:10px 0px;}
.hm-pht-text{ margin-bottom:30px !important;}
.crts-txt{margin: 20px 0px;}
}


@media only screen and (min-width: 1000px) and (max-width: 1099px) {
header[role="banner"] .nav li a{ padding: 0px 16px;}
}