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

Stylesheet: Main Stylesheet

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

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

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

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

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

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: 'Comic Sans MS', arial!important; }

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

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

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

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

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

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

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

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

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

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

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




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

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

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

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: 'Comic Sans MS', arial!important;
  font-size: 1em; }

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

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

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

small {
  font-size: 75%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

dd {
  margin: 0 0 0 40px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

ul, ol {
  padding: 0; }

dd {
  margin: 0; }

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

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

Stylesheet: Mixins & Constants Stylesheet

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.accent-bg {
  background-color: #f00;
  color: #fff;
  padding: 0 .2em; }

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

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

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

.button.small, input.small[type=submit], .entry-content .more-link {
  font-size: 10px; }
  .button.small .button-text, input.small[type=submit] .button-text, .entry-content .more-link .button-text {
    padding: 7px 25px 7px 25px; }

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

.button.center, input.center[type=submit], .button.middle, input.middle[type=submit] {
  text-align: center;
  display: inherit;
  margin: 0 auto; }

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

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

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

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

.button.transparent, input.transparent[type=submit] {
  background: transparent;
  border: 2px solid #ffffff;
  color: #ffffff; }

.button .fa, input[type=submit] .fa {
  float: left;
  font-size: 18px;
  padding-right: 10px;
  margin-left: -5px;
  line-height: 20px; }

/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("fonts/font-awesome/fontawesome-webfont.eot?v=4.0.3");
  src: url("fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.0.3") format("embedded-opentype"), url("fonts/font-awesome/fontawesome-webfont.woff?v=4.0.3") format("woff"), url("fonts/font-awesome/fontawesome-webfont.ttf?v=4.0.3") format("truetype"), url("fonts/font-awesome/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.2857142857142858em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.142857142857143em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  top: 0.14285714285714285em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.8571428571428572em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear; }

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg); } }
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg); } }
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg); }
  100% {
    -o-transform: rotate(359deg); } }
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(359deg); } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1); }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #ffffff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before,
.fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before,
.fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before,
.fa-users:before {
  content: "\f0c0"; }

.fa-chain:before,
.fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before,
.fa-sort-asc:before {
  content: "\f0dd"; }

.fa-sort-up:before,
.fa-sort-desc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-mail-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before,
.fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before,
.fa-usd:before {
  content: "\f155"; }

.fa-rupee:before,
.fa-inr:before {
  content: "\f156"; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158"; }

.fa-won:before,
.fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

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

Copyright (c) 2013 Daniel Eden

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

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

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

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

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

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
@-moz-keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
@-o-keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
.animated.flash {
  -webkit-animation-name: flash;
  -moz-animation-name: flash;
  -o-animation-name: flash;
  animation-name: flash; }

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

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

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

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%); }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg); }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg); }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg); }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg); }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg); }
  100% {
    -webkit-transform: translateX(0%); } }
@-moz-keyframes wobble {
  0% {
    -moz-transform: translateX(0%); }
  15% {
    -moz-transform: translateX(-25%) rotate(-5deg); }
  30% {
    -moz-transform: translateX(20%) rotate(3deg); }
  45% {
    -moz-transform: translateX(-15%) rotate(-3deg); }
  60% {
    -moz-transform: translateX(10%) rotate(2deg); }
  75% {
    -moz-transform: translateX(-5%) rotate(-1deg); }
  100% {
    -moz-transform: translateX(0%); } }
@-o-keyframes wobble {
  0% {
    -o-transform: translateX(0%); }
  15% {
    -o-transform: translateX(-25%) rotate(-5deg); }
  30% {
    -o-transform: translateX(20%) rotate(3deg); }
  45% {
    -o-transform: translateX(-15%) rotate(-3deg); }
  60% {
    -o-transform: translateX(10%) rotate(2deg); }
  75% {
    -o-transform: translateX(-5%) rotate(-1deg); }
  100% {
    -o-transform: translateX(0%); } }
@keyframes wobble {
  0% {
    transform: translateX(0%); }
  15% {
    transform: translateX(-25%) rotate(-5deg); }
  30% {
    transform: translateX(20%) rotate(3deg); }
  45% {
    transform: translateX(-15%) rotate(-3deg); }
  60% {
    transform: translateX(10%) rotate(2deg); }
  75% {
    transform: translateX(-5%) rotate(-1deg); }
  100% {
    transform: translateX(0%); } }
.animated.wobble {
  -webkit-animation-name: wobble;
  -moz-animation-name: wobble;
  -o-animation-name: wobble;
  animation-name: wobble; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1); } }
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1); }
  50% {
    -moz-transform: scale(1.1); }
  100% {
    -moz-transform: scale(1); } }
@-o-keyframes pulse {
  0% {
    -o-transform: scale(1); }
  50% {
    -o-transform: scale(1.1); }
  100% {
    -o-transform: scale(1); } }
@keyframes pulse {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }
.animated.pulse {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -o-animation-name: pulse;
  animation-name: pulse; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1); } }
@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3); }
  50% {
    opacity: 1;
    -moz-transform: scale(1.05); }
  70% {
    -moz-transform: scale(0.9); }
  100% {
    -moz-transform: scale(1); } }
@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -o-transform: scale(0.3); }
  50% {
    opacity: 1;
    -o-transform: scale(1.05); }
  70% {
    -o-transform: scale(0.9); }
  100% {
    -o-transform: scale(1); } }
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3); }
  50% {
    opacity: 1;
    transform: scale(1.05); }
  70% {
    transform: scale(0.9); }
  100% {
    transform: scale(1); } }
@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); }
  100% {
    -webkit-transform: translateY(0); } }
@-moz-keyframes slideInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px); }
  100% {
    -moz-transform: translateY(0); } }
@-o-keyframes slideInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px); }
  100% {
    -o-transform: translateY(0); } }
@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px); }
  100% {
    transform: translateY(0); } }
.slideInDown {
  -webkit-animation-name: slideInDown;
  -moz-animation-name: slideInDown;
  -o-animation-name: slideInDown;
  animation-name: slideInDown; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg); } }
@-moz-keyframes rollIn {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg); } }
@-o-keyframes rollIn {
  0% {
    opacity: 0;
    -o-transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg); } }
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg); } }
.animated.rollIn {
  -webkit-animation-name: rollIn;
  -moz-animation-name: rollIn;
  -o-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg); } }
@-moz-keyframes rollOut {
  0% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%) rotate(120deg); } }
@-o-keyframes rollOut {
  0% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -o-transform: translateX(100%) rotate(120deg); } }
@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg); } }
.animated.rollOut {
  -webkit-animation-name: rollOut;
  -moz-animation-name: rollOut;
  -o-animation-name: rollOut;
  animation-name: rollOut; }

/* originally authored by Angelo Rohit - https://github.com/angelorohit */
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1; } }
@-moz-keyframes lightSpeedIn {
  0% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -moz-transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -moz-transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1; } }
@-o-keyframes lightSpeedIn {
  0% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -o-transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -o-transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1; } }
@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1; } }
.animated.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  -moz-animation-name: lightSpeedIn;
  -o-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

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

/* originally authored by Angelo Rohit - https://github.com/angelorohit */
@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }
@-moz-keyframes lightSpeedOut {
  0% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }
@-o-keyframes lightSpeedOut {
  0% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }
@keyframes lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }
.animated.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  -moz-animation-name: lightSpeedOut;
  -o-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

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

/*
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*/
/******************************************************************

Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

******************************************************************/
/*********************
GENERAL STYLES
*********************/
body {
  font-family: 'Comic Sans MS', arial!important;
  font-size: 100%;
  line-height: 1.9;
  color: #565656; }

input, select, textarea {
  background: transparent;
  padding: 10px 20px 10px 20px;
  width: 100%;
  border: 1px solid rgba(100, 100, 100, 0.2);
  font-weight: 500 !important;
  line-height: 1.5em !important; }

input[type=submit] {
  width: auto;
  border: 0px; }

form[role=search] {
  position: relative;
  border: 1px solid #252525; }
  form[role=search]:after {
    content: "\f002";
    font-family: 'FontAwesome';
    background: #252525;
    text-align: center;
    line-height: 40px;
    font-size: 15px;
    color: #ffffff;
    display: block;
    width: 70px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100; }

#s {
  padding-right: 90px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  -border-radius: 0px;
  border-radius: 0px; }

form p {
  margin: 0 0 1em 0; }

img {
  max-width: 100%;
  height: auto; }

iframe, embed {
  max-width: 100%; }

code {
  font-family: 'Comic Sans MS', arial!important;
  font-size: 1em;
  background: #f7f7f7;
  padding: 10px;
  border: 1px solid #eee;
  margin: 20px 0;
  display: inline-block; }

/*********************
PRELOADER
*********************/
#preloader {
  position: absolute;
  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: 10000;
  /* makes sure it stays on top */ }

#status {
  width: 600px;
  height: 200px;
  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 80%;
  margin: -100px 0 0 -300px;
  /* is width and height divided by two */ }
  #status #preloader-logo {
    text-align: center; }

/********************
WORDPRESS BODY CLASSES
********************/
/* for sites that are read right to left (i.e. hebrew) */
/* home page */
/* blog template page */
/* archive page */
/* date archive page */
/* replace the number to the corresponding page number */
/* search page */
/* search result page */
/* no results search page */
/* individual paged search (i.e. body.search-paged-3) */
.error404 #main {
  text-align: center; }

/* 404 page */
.single .read-more {
  display: none; }
.single .tags {
  margin: 30px 0; }

/* single post page */
/* individual post page by id (i.e. body.postid-73) */
/* individual paged single (i.e. body.single-paged-3) */
/* attatchment page */
/* individual attatchment page (i.e. body.attachmentid-763) */
/* style mime type pages */
/* author page */
/* user nicename (i.e. body.author-samueladams) */
/* paged author archives (i.e. body.author-paged-4) for page 4 */
/* category page */
/* individual category page (i.e. body.category-6) */
/* replace the number to the corresponding page number */
/* tag page */
/* individual tag page (i.e. body.tag-news) */
/* replace the number to the corresponding page number */
/* custom page template page */
/* individual page template (i.e. body.page-template-contact-php */
/* replace the number to the corresponding page number */
/* parent page template */
/* child page template */
/* replace the number to the corresponding page number */
/* if user is logged in */
/* paged items like search results or archives */
/* individual paged (i.e. body.paged-3) */
/*********************
LAYOUT & GRID STYLES
*********************/
.wrap {
  width: 96%;
  margin: 0 auto; }

.right {
  float: right; }

.left {
  float: left; }

.twelvecol {
  width: 99.999999993%; }

.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol, .one_fifth, .two_fifth, .three_fifth, .four_fifth {
  margin-bottom: 20px;
  margin-top: 20px; }

.twelvecol {
  margin-top: 0px;
  margin-bottom: 0px; }

#container.vertical {
  margin-left: 0px; }

/*********************
LINK STYLES
*********************/
a, a:visited {
  color: #000;
  text-decoration: none;
  /* on hover */
  /* on click */
  /* mobile tap color */ }
  a:hover, a:focus, a:visited:hover, a:visited:focus {
    outline: none; }
  a:link, a:visited:link {
    /*
    this highlights links on iPhones/iPads.
    so it basically works like the :hover selector
    for mobile devices.
    */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: 'Comic Sans MS', arial!important;
  text-rendering: optimizelegibility;
  font-weight: 300;
  margin: 0 0 25px 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  /*
  if you're going to use webfonts, be sure to check your weights
  http://css-tricks.com/watch-your-font-weight/
  */
  /* removing text decoration from all headline links */ }
  h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
    text-decoration: none; }

h1, .h1 {
  font-size: 48px;
  line-height: 1.333em;
  font-weight: bold; }

h2, .h2 {
  font-size: 28px;
  line-height: 1.4em; }

h3, .h3, h3.title, h3.page-title {
  font-size: 22px; }
  h3:before, .h3:before, h3.title:before, h3.page-title:before {
    margin-left: -8px;
    width: 16px;
    top: 40px;
    margin-top: 0px; }

h4, .h4, h4.title, h4.page-title {
  font-size: 14px;
  margin-bottom: 15px; }
  h4:before, .h4:before, h4.title:before, h4.page-title:before {
    margin-left: -8px;
    width: 16px;
    top: 30px;
    margin-top: 0px; }

h5, .h5, h5.title, h5.page-title {
  font-size: 12px;
  line-height: 1.6em;
  margin-bottom: 15px; }
  h5:before, .h5:before, h5.title:before, h5.page-title:before {
    margin-left: -12px;
    width: 24px;
    top: 40%;
    margin-top: 0px; }

.title:before, .page-title:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 1px;
  width: 24px;
  border-bottom: 3px solid #262626;
  margin-left: -12px;
  top: 50%;
  margin-top: 30px; }

/*********************
HEADER SYTLES
*********************/
header[role=banner] {
  z-index: 100;
  width: 100%; }

.admin-bar header[role='banner'] {
  margin-top: 32px !important; }

.header #inner-header {
  position: relative; }
.header .header-text {
  position: absolute;
  right: 0;
  text-align: right; }
.header #top-logo {
  margin: 0px; }
.header #logo {
  z-index: 10;
  font-size: 2.8em;
  font-weight: 300;
  margin: 0px !important;
  display: none;
  float: left;
  position: relative; }
  .header #logo img {
    display: block; }
  .header #logo #blog-name {
    margin-top: 25px;
    display: block; }

/*********************
NAVIGATION STYLES
*********************/
/*
all navs have a .nav class applied via
the wp_menu function, this is so we can
easily just write on group of styles for
the navs on the site and our css is cleaner
and moe scalable.
*/
#mobile-nav-button {
  display: block;
  width: 40px;
  height: 40px;
  background-color: transparent;
  position: fixed;
  top: 7px;
  right: 10px;
  cursor: pointer;
  z-index: 10000; }
  #mobile-nav-button:before {
    content: "\f0c9";
    font-family: 'FontAwesome';
    font-size: 24px;
    line-height: 40px;
    margin-left: 9px;
    color: #ffffff; }



.nav {
  border: 1px solid #ccc;
  border-bottom: 0;
  margin: 0px;
  /* end .menu li */
  /* highlight current page */
  /* end current highlighters */ }
  .nav li {
    z-index: 100;
    display: inline-block;

    /*
    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 {
      -webkit-transition: none;
      -moz-transition: none;
      -ms-transition: none;
      -o-transition: none;
      -transition: none;
      transition: none;
      display: block;
      text-decoration: none;
      text-transform: uppercase;
      font-weight: 500;
      font-size: 13px;
      font-family: 'Comic Sans MS', arial!important;
      /*
      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 {
      margin: 0px; }
      .nav li ul.sub-menu li a,
      .nav li ul.children li a {
        text-transform: none;
        padding: 8px 10px;
        padding-left: 30px; }

/* end .nav */
/*********************
POSTS & CONTENT STYLES
*********************/
.container {
  padding: 20px 0;
  position: relative; }
  .container:last-child {
    padding-bottom: 0px !important; }
  .container:first-child {
    padding-top: 0px; }

#content {
  padding-bottom: 40px; }

.page-template-page-onepage-php #content {
  padding-bottom: 0px; }

#post-not-found {
  margin: 50px 0; }

.hentry {
  position: relative;
  display: inline-block;
  width: 100%; }
  .hentry .overlay {
    position: absolute;
    z-index: 10;
    top: 0;
    width: 100%;
    height: 100%;
    color: white;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 8 */
    filter: alpha(opacity=0);
    -webkit-transition: all .33s linear;
    -moz-transition: all .33s linear;
    -o-transition: all .33s linear;
    transition: all .33s linear;
    background-color: rgba(255, 255, 255, 0.9); }
    .hentry .overlay:hover {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      /* IE 8 */
      filter: alpha(opacity=100);
      -webkit-transition: all .33s linear;
      -moz-transition: all .33s linear;
      -o-transition: all .33s linear;
      transition: all .33s linear; }
    .hentry .overlay .blog-link {
      display: block;
      width: 100%;
      height: 100%;
      background: url(images/plus.png) center -40px no-repeat;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .hentry .overlay .blog-link:hover {
        background-position: center 114px; }

.page-template .hentry {
  display: block; }

/* end .hentry */
.single-title,
.page-title,#post-155 h1 {
  font-size: 22px; }

.page-subtitle {
  font-size: 14px;
  text-align: center;
  margin: 0 auto;
  padding-top: 45px;
  max-width: 570px;
  font-weight: 500 !important; }

.single-title, .portfolio .page-title {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 25px;
  position: relative; }

.post-title.article-header {
  margin-bottom: 40px; }

.article-header {
  margin: 0 0 1.1em 0;
  position: relative; }
  .article-header h3 {
    margin: 0px;
    font-size: 14px;
    text-transform: uppercase; }
    .article-header h3:before {
      content: "";
      position: absolute;
      left: 50%;
      bottom: 0;
      height: 1px;
      width: 15px;
      margin-left: -7px;
      top: 100%;
      margin-top: 4px; }
  .article-header a {
    color: #3d3d3d; }
    .article-header a:hover {
      color: #3d3d3d; }

.article-footer {
  display: inline-block;
  width: 100%; }

.page-header,#post-155 h1 {
  padding: 15px 0;
  margin-bottom: 20px !important; }

.page-template-page-onepage-php .page-header {
  margin-top: 0px !important;
  margin-bottom: 0px !important; }

.page-title, #post-155 h1 {
  font-weight: bold;
  margin: 0px;
  text-align: center;
  text-transform: uppercase;
  position: relative; }
  .page-title:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 6px;
    width: 46px;
    border-bottom: 6px solid #262626;
    margin-left: -23px;
    top: 100%;
    margin-top: 4px; }

.bottom_proj_title .page-title:before {
  width: 130px;
  margin-top: 10px;
  border-bottom: 1px solid #BDC3C7;
  margin-left: -65px; }

.subtitle {
  margin: 0px;
  font-size: 1.4em;
  text-align: center; }

/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* general post style */
.post-main {
  padding-bottom: 10px;
  text-align: center; }

.post-main {
  text-align: left;
  padding-bottom: 25px;
  margin-bottom: 35px;
  border-bottom: 1px solid #BDC3C7;
  color: #9e9e9e;
  font-size: 13px; }

.post-main a.read_more {
  display: inline-block;
  padding: 8px 20px;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 20px; }

.post-main header.article-header h3 {
  font-size: 18px;
  color: #252525;
  font-weight: bold;
  margin: 0px;
  text-transform: uppercase; }

/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* post meta */
.post-meta {
  font-size: 13px;
  margin-bottom: 25px; }
  .post-meta [class^="icon-"] {
    font-size: 20px;
    margin-right: 5px;
    position: relative;
    top: 4px; }
  .post-meta .post-time-diff {
    margin: 30px 0;
    display: block; }

.post-blog-meta {
  font-style: italic; }

.byline {
  margin: 0px;
  text-align: left;
  margin-top: 5px; }
  .byline .post-icon {
    color: #999;
    padding-left: 10px; }
  .byline time {
    float: left;
    margin-right: 20px; }
  .byline .post-date {
    display: block;
    background: #f7f7f7;
    width: 60px;
    height: 60px;
    float: left;
    text-align: center; }
  .byline .author {
    display: block;
    float: left;
    margin-right: 20px; }
  .byline .comments {
    display: block;
    float: left;
    margin-right: 20px; }
  .byline .tags {
    float: left; }
    .byline .tags .post-icon {
      float: left;
      padding-right: 5px; }

.post-main .tags {
  display: block;
  background-position: 0 6px;
  font-style: italic; }
  .post-main .tags:before {
    content: "\f02c";
    font-family: 'FontAwesome';
    margin-right: 15px;
    font-style: normal; }

/* entry content */
.entry-content {
  padding-bottom: 0px;
  /*
  image alignment on a screen this size may be
  a bit difficult. It's set to start aligning
  and floating images at the next breakpoint,
  but it's up to you. Feel free to change it up.
  */ }
  .entry-content .more-link {
    margin-top: 15px;
    display: block;
    clear: both;
    width: 100px; }
  .entry-content .featured-image {
    margin-top: 20px;
    padding-bottom: 30px;
    display: block;
    margin: 0 auto; }
  .entry-content iframe {
    display: block;
    margin: 0 auto; }
  .entry-content blockquote {
    background: transparent url(images/quote.png) no-repeat top left;
    margin: 0;
    padding: 10px 10px 10px 50px;
    clear: both; }
  .entry-content dd {
    margin-left: 0;
    font-size: 0.9em;
    color: #787878;
    margin-bottom: 1.5em; }
  .entry-content img {
    margin: 0 0 10px 0;
    max-width: 100%;
    height: auto; }
  .entry-content video, .entry-content object {
    max-width: 100%;
    height: auto; }
  .entry-content pre {
    background: #eee;
    border: 1px solid #cecece;
    padding: 10px;
    margin: 50px 0; }

/* end .entry-content */
.wp-caption {
  background: #eee;
  padding: 5px;
  width: 100%;
  /* images inside wp-caption */ }
  .wp-caption img {
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
/******************************************************************
TESTIMONIAL STYLES
******************************************************************/
.testimonials-container .testimonials.carousel li {
  display: inline-block; }

.testi_top_icon {
  width: 46px;
  height: 45px;
  margin: 30px auto;
  border-bottom: 6px solid;
  text-align: center; }
  .testi_top_icon:before {
    content: '\f10e';
    font-family: 'FontAwesome';
    font-size: 30px; }

.testi_right {
  width: 8px;
  height: 13px;
  position: absolute;
  top: 50%;
  margin-top: -13px;
  right: -25px;
  cursor: pointer;
  color: #fff; }
  .testi_right:before {
    content: '\f105';
    font-family: 'FontAwesome';
    font-size: 24px; }

.testi_left {
  width: 8px;
  height: 13px;
  position: absolute;
  top: 50%;
  margin-top: -13px;
  left: -25px;
  cursor: pointer;
  display: none;
  color: #fff; }
  .testi_left:before {
    content: '\f104';
    font-family: 'FontAwesome';
    font-size: 24px; }

.luxe_testimonial_rotator {
  position: relative;
  padding-bottom: 30px; }

.testi_cont {
  display: none;
  -webkit-transition: visibility 0.2s linear, opacity 0.2s linear;
  -moz-transition: visibility 0.2s linear, opacity 0.2s linear;
  -o-transition: visibility 0.2s linear, opacity 0.2s linear;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.testi_first {
  display: block; }

.testi_img_cont_outside {
  position: relative;
  width: 108px;
  height: 108px;
  margin: 15px auto; }

.testi_img_cont {
  width: 108px;
  height: 108px;
  border: 3px solid #fff;
  overflow: hidden;
  -moz-border-radius: 55px;
  border-radius: 55px;
  display: block;
  position: relative; }

.testi_img_cont_tbl {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed; }

.testi_img_cont_inside {
  display: table-cell;
  vertical-align: middle; }

.testi_img_cont img {
  max-width: 100%;
  height: auto; }

/******************************************************************
PAGE NAVI STYLES
******************************************************************/
.page-navigation,
.wp-prev-next {
  margin: 1.1em 0 2.2em;
  float: right; }

.previous-post-link {
  float: left;
  margin: 70px 0;
  position: relative;
  max-width: 48%; }
  .previous-post-link a {
    background: url("images/prev-post.png") no-repeat top left;
    padding-top: 35px;
    font-size: 14px;
    text-transform: uppercase; }
    .previous-post-link a:before {
      content: "";
      position: absolute;
      left: 0%;
      height: 1px;
      width: 16px;
      border-bottom: 3px solid #262626;
      top: 100%;
      margin-top: 5px; }

.next-post-link {
  float: right;
  margin: 70px 0;
  position: relative;
  max-width: 48%; }
  .next-post-link a {
    background: url("images/next-post.png") no-repeat top right;
    padding-top: 35px;
    font-size: 14px;
    text-transform: uppercase; }
    .next-post-link a:before {
      content: "";
      position: absolute;
      right: 0%;
      height: 1px;
      width: 16px;
      border-bottom: 3px solid #262626;
      top: 100%;
      margin-top: 5px; }

.port_ajax_icons {
  text-align: center;
  vertical-align: top;
  margin: 40px 0; }

.port_ajax_icons .prev-port-link,
.port_ajax_icons .next-port-link,
.port_ajax_icons .close-port-link {
  display: inline-block;
  margin: 0 5px;
  text-align: center;
  width: 38px;
  height: 38px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid rgba(100, 100, 100, 0.2); }
  .port_ajax_icons .prev-port-link i,
  .port_ajax_icons .next-port-link i,
  .port_ajax_icons .close-port-link i {
    line-height: 38px; }
  .port_ajax_icons .prev-port-link:hover,
  .port_ajax_icons .next-port-link:hover,
  .port_ajax_icons .close-port-link:hover {
    background: #f00; }
    .port_ajax_icons .prev-port-link:hover i,
    .port_ajax_icons .next-port-link:hover i,
    .port_ajax_icons .close-port-link:hover i {
      color: #ffffff; }

/*.port_ajax_icons .prev-port-link a,
.port_ajax_icons .next-port-link a { 
	display: inline-block; 
	width: 37px; 
	height: 36px; 
	background: url('images/port-prev-icon.png') no-repeat; 
	text-indent: -9999px;
	vertical-align: top;
}
.port_ajax_icons .next-port-link a { 
	background: url('images/port-next-icon.png') no-repeat; 
}*/
.port_ajax_icons .close-port-link a {
  display: inline-block;
  width: 38px;
  height: 36px;
  vertical-align: top; }

.single-portfolio .previous-post-link {
  margin: 30px 0 65px; }
  .single-portfolio .previous-post-link a {
    background: none; }
    .single-portfolio .previous-post-link a:before {
      border-bottom: 0px solid #262626; }
.single-portfolio .next-post-link {
  margin: 30px 0 65px; }
  .single-portfolio .next-post-link a {
    background: none; }
    .single-portfolio .next-post-link a:before {
      border-bottom: 0px solid #262626; }
.single-portfolio .article-footer {
  border-top: 1px solid #e4e2e5;
  margin-top: 15px; }
  .single-portfolio .article-footer [class^="icon-"] {
    position: absolute;
    left: 50%;
    font-size: 22px;
    margin-left: -15px;
    margin-top: 24px; }

.luxe-page-navigation {
  /* 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: 2px solid #252525;
    float: left;
    text-align: center;
    margin-right: 3px;
    width: 32px;
    height: 32px; }
    .luxe-page-navigation li a {
      line-height: 28px;
      text-align: center;
      display: block;
      text-decoration: none;
      position: relative; }
  .luxe-page-navigation li.luxe-current {
    line-height: 28px;
    position: relative;
    color: #fff;
    background: #252525;
    cursor: default; }
    .luxe-page-navigation li.luxe-current:hover, .luxe-page-navigation li.luxe-current:focus {
      border-color: #252525 !important; }
    .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 #f00; }
  .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 #f00; }

/* end .luxe_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left; }
.wp-prev-next .next-link {
  float: right; }

/* end .wp-prev-next */
.more-posts-button {
  display: block;
  width: 16px;
  height: 16px;
  margin: 30px auto; }
  .more-posts-button a {
    text-indent: -9999px;
    display: block;
    width: 16px;
    height: 16px;
    background: url(images/load-more.png) no-repeat center center; }

/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
#comments {
  /* number of comments span */ }

.comments-title {
  font-weight: bold; }

.comment-nav, #comment-nav {
  float: none; }

.comment-respond .comment-reply-title {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: bold; }

.commentlist {
  padding-bottom: 30px;
  margin: 0 0 40px;
  border-bottom: 1px solid #BDC3C7;
  /* general comment classes */
  /* vcard */
  /* end .commentlist .vcard */
  /* comment meta */
  /* comment content */
  /* end .commentlist .comment_content */
  /* comment reply link */
  /* end .commentlist .comment-reply-link */ }
  .commentlist li {
    position: relative;
    clear: both;
    overflow: hidden;
    list-style-type: none;
    margin-bottom: 0px;
    padding: 0.7335em 0px;
    /* end .commentlist li ul.children */ }
    .commentlist li:last-child {
      margin-bottom: 0; }
    .commentlist li ul.children {
      margin: 0;
      /* variations */
      /* change number for different depth */ }
  .commentlist li[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: 100px;
    margin-top: 0;
    padding-bottom: 0; }
  .commentlist .comment-author {
    margin: 10px 0 0px 0;
    font-size: 14px;
    font-weight: bold; }
  .commentlist .comment-time {
    line-height: 10px;
    font-size: 13px;
    font-style: italic;
    color: #f00; }
  .commentlist .vcard {
    float: left; }
    .commentlist .vcard cite.fn {
      font-weight: 700;
      font-style: normal; }
    .commentlist .vcard time {
      float: right; }
      .commentlist .vcard time a {
        color: #999;
        text-decoration: none; }
        .commentlist .vcard time a:hover {
          text-decoration: underline; }
    .commentlist .vcard img.avatar {
      margin-right: 30px; }
  .commentlist .comment_content {
    margin-left: 70px; }
    .commentlist .comment_content p {
      margin: 0 0 .2em; }
  .commentlist .comment-reply-link {
    font-style: italic;
    color: #f00; }
    .commentlist .comment-reply-link:hover {
      color: #353535 !important; }
    .commentlist .comment-reply-link:before {
      content: "\f112";
      font-family: 'FontAwesome';
      padding-right: 10px; }
  .commentlist .comment-footer {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 28px; }

/* end .commentlist */
/******************************************************************
COMMENT FORM STYLES
******************************************************************/
#respond {
  clear: both;
  margin-top: 15px; }
  #respond input, #respond textarea {
    display: block; }

.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em;
      /* form validation */ }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

/* comment submit button */
/* comment form title */
#comment-form-title {
  margin: 0 0 1.1em; }

/* cancel comment reply link */
#cancel-comment-reply-link {
  margin-left: 10px; }

/* logged in comments */
.logged-in-as {
  font-size: .9em; }

/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

/* no comments */
.nocomments {
  margin: 0 20px 1.1em; }

.bypostauthor {
  display: block; }

.sticky {
  display: block; }

.gallery-caption {
  display: block; }

/*********************
SIDEBARS & ASIDES
*********************/
.sidebar .widget ul a {
  font-size: 13px;
  display: inline-block;
  padding: 0px; }
.sidebar .widget .tagcloud a {
  font-size: 13px !important;
  font-style: italic; }
.sidebar .widget_recent_comments ul li {
  padding: 8px 0; }

.widgettitle {
  font-weight: bold;
  font-size: 24px;
  padding-bottom: 7px;
  border-bottom: 1px solid #BDC3C7;
  margin-bottom: 20px;
  color: #252525;
  text-transform: uppercase; }

.widget {
  font-size: 13px;
  margin-bottom: 30px;
  margin-top: 10px;
  display: inline-block;
  width: 100%; }
  .widget ul {
    margin: 0px; }
    .widget ul li {
      margin-bottom: 5px;
      position: relative;
      /* deep nesting */ }
    .widget ul li.current-cat a, .widget ul li.widget_subpages_current_page a {
      color: #3d3d3d; }

.recentcomments:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none !important;
  background-position: 0 0;
  background-repeat: repeat; }

.widget_categories a:hover, .widget_archive a:hover {
  color: #3d3d3d; }

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both; }

footer[role=contentinfo] {
  position: relative;
  z-index: 100; }

/*
if you checked out the link above:
http://www.alistapart.com/articles/organizing-mobile/
you'll want to style the footer nav
a bit more in-depth. Remember to keep
it simple because you'll have to
override these styles for the desktop
view.
*/
/* end .footer-links */
#footer-widgets {
  padding: 50px 0 0px 0; }
  #footer-widgets .threecol {
    margin-bottom: 25px; }
  #footer-widgets .threecol.last {
    margin-bottom: 0px; }
  #footer-widgets .widget {
    margin-bottom: 0px; }
    #footer-widgets .widget .widgettitle {
      margin-bottom: 0.9em; }
    #footer-widgets .widget li {
      margin-bottom: 15px;
      list-style: none; }
  #footer-widgets #footer3 {
    text-align: right; }
  #footer-widgets h1, #footer-widgets .h1, #footer-widgets h2, #footer-widgets .h2, #footer-widgets h3, #footer-widgets .h3, #footer-widgets h4, #footer-widgets .h4, #footer-widgets h5, #footer-widgets .h5 {
    margin: 0 0 .8em 0;
    text-transform: none; }

#inner-footer {
  font-size: 18px; }
  #inner-footer span {
    display: block; }

.full {
  overflow: hidden;
  -webkit-transition: height 1s ease-in-out;
  -moz-transition: height 1s ease-in-out;
  -ms-transition: height 1s ease-in-out;
  -o-transition: height 1s ease-in-out;
  -transition: height 1s ease-in-out;
  transition: height 1s ease-in-out;
  max-height: 100%; }

.full.behind {
  position: absolute;
  top: 0px;
  z-index: -1;
  width: 100%; }

/*********************
RECENT POSTS WIDGET
*********************/
.page .rpwe-block li, .blog .rpwe-block li, .single .rpwe-block li {
  border-color: transparent; }
  .page .rpwe-block li h3 a, .page .rpwe-block li time, .blog .rpwe-block li h3 a, .blog .rpwe-block li time, .single .rpwe-block li h3 a, .single .rpwe-block li time {
    font-size: 18px; }
  .page .rpwe-block li time, .blog .rpwe-block li time, .single .rpwe-block li time {
    margin-bottom: 8px;
    display: block; }
  .page .rpwe-block li .rpwe-summary, .blog .rpwe-block li .rpwe-summary, .single .rpwe-block li .rpwe-summary {
    font-size: 20px;
    line-height: 1.2em; }

/*********************
FEATURES
*********************/
.feature-image {
  display: block;
  margin: 0 auto; }

.feature-icon {
  line-height: 0.85em;
  font-size: 40px;
  color: #444;
  cursor: default;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 5px;
  margin-top: 15px; }

.feature-title {
  margin: 15px 0 25px;
  font-size: 14px;
  font-weight: bold;
  clear: both;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 10px; }
  .feature-title:before {
    content: "";
    position: absolute;
    left: 50%;
    height: 1px;
    width: 16px;
    margin-left: -8px;
    top: 100%;
    margin-top: 0px; }

.feature-desc {
  text-align: center;
  display: block;
  font-size: 14px; }

.feature {
  padding: 30px 0px;
  text-align: center; }

.feature .feature-heading {
  border-top: 1px solid #BDC3C7;
  border-bottom: 1px solid #BDC3C7;
  margin-bottom: 30px;
  cursor: default; }

.feature.style1 i {
  font-size: 40px; }

.feature.style2 i {
  position: relative;
  margin: 35px 0 65px; }
  .feature.style2 i:after {
    content: '';
    width: 130px;
    height: 130px;
    margin-left: -65px;
    margin-top: -65px;
    border: 1px solid rgba(100, 100, 100, 0.2);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -border-radius: 50%;
    border-radius: 50%; }
.feature.style2 .feature-heading {
  border: 0px;
  margin-bottom: 0px; }

.feature.style3 {
  padding: 0px; }
  .feature.style3:hover i {
    color: #ffffff !important; }
    .feature.style3:hover i:after {
      background-color: #343434; }
  .feature.style3 i {
    float: left;
    margin: 0px;
    padding: 20px;
    margin-right: 2%;
    max-width: 20%;
    position: relative;
    font-size: 14px !important;
    color: #ffffff !important; }
    .feature.style3 i:before {
      z-index: 1;
      position: relative; }
    .feature.style3 i:after {
      content: '';
      width: 40px;
      height: 40px;
      margin-left: -20px;
      margin-top: -20px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      -border-radius: 50%;
      border-radius: 50%;
      background: #f00;
      z-index: 0; }
  .feature.style3 .feature-title {
    float: left;
    clear: none;
    max-width: 75%; }
  .feature.style3 .feature-heading {
    border: 0px;
    margin-bottom: 0px; }
  .feature.style3 .feature-desc {
    padding-left: 63px;
    text-align: left; }

/*********************
LATEST SHORTCODE
*********************/
.flex-control-paging li a {
  border: 2px solid #262626;
  background: transparent !important;
  box-shadow: none !important;
  height: 13px !important;
  width: 13px !important;
  margin: 0 3px !important; }
.flex-control-paging li a.flex-active {
  background: #262626 !important; }

.flex-direction-nav li a {
  height: 46px;
  width: 40px;
  margin: -23px 0 0;
  overflow: visible; }
.flex-direction-nav li .flex-prev {
  background: rgba(255, 255, 255, 0.6); }
  .flex-direction-nav li .flex-prev:after {
    margin-top: -17px;
    content: "\f104";
    font-family: 'FontAwesome';
    color: #ffffff;
    display: block !important;
    visibility: visible;
    font-size: 25px;
    text-indent: 0;
    line-height: 46px;
    text-align: center; }
.flex-direction-nav li .flex-next {
  background: rgba(255, 255, 255, 0.6); }
  .flex-direction-nav li .flex-next:after {
    margin-top: -17px;
    content: "\f105";
    font-family: 'FontAwesome';
    color: #ffffff;
    display: block !important;
    visibility: visible;
    font-size: 25px;
    text-indent: 0;
    line-height: 46px;
    text-align: center; }

.flex-caption {
  background: transparent;
  zoom: 1; }

.flex-caption {
  padding: 5% 10%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%; }

.caroufredsel_wrapper {
  margin: 0px 0px 15px 0px !important;
  cursor: default !important; }

.slider {
  position: relative; }

.direction-nav {
  display: inline-block;
  position: static;
  top: -35px;
  right: 0px; }
  .direction-nav a {
    height: 20px;
    width: 20px;
    display: block !important;
    text-indent: -9999em;
    float: left; }
  .direction-nav .prev {
    background: url(images/small-arrow-left.png) no-repeat #eee 0px 0px;
    margin-right: 5px; }
    .direction-nav .prev:hover {
      background: url(images/small-arrow-left.png) no-repeat -20px 0px #f00; }
  .direction-nav .next {
    background: url(images/small-arrow-right.png) no-repeat #eee -20px 0px; }
    .direction-nav .next:hover {
      background: url(images/small-arrow-right.png) no-repeat 0px 0px #f00; }

.pager-container {
  float: left;
  width: 100%; }

.pager {
  clear: left;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  left: 50%;
  text-align: center; }
  .pager a {
    position: relative;
    right: 50%;
    text-indent: -9999em;
    display: block;
    width: 30px;
    height: 10px;
    background: #eee;
    margin: 0 5px 5px 5px;
    float: left; }
  .pager .selected {
    background: #3d3d3d; }

.flexslider {
  margin: 0 !important; }
  .flexslider .slides p {
    line-height: 1.5em; }
  .flexslider .flex-prev {
    left: 0px !important; }
  .flexslider .flex-next {
    right: 0px !important; }

/*********************
PORTFOLIO LOADING 
*********************/
#loadingProgressG {
  width: 250px;
  height: 10px;
  overflow: hidden;
  background-color: #000000;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  margin: 30px auto; }

.loadingProgressG {
  background-color: #FFFFFF;
  margin-top: 0;
  margin-left: -256px;
  -moz-animation-name: bounce_loadingProgressG;
  -moz-animation-duration: 1.3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -webkit-animation-name: bounce_loadingProgressG;
  -webkit-animation-duration: 1.3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -ms-animation-name: bounce_loadingProgressG;
  -ms-animation-duration: 1.3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: bounce_loadingProgressG;
  -o-animation-duration: 1.3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
  animation-name: bounce_loadingProgressG;
  animation-duration: 1.3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  width: 256px;
  height: 20px; }

@-moz-keyframes bounce_loadingProgressG {
  0% {
    margin-left: -256px; }
  100% {
    margin-left: 256px; } }
@-webkit-keyframes bounce_loadingProgressG {
  0% {
    margin-left: -256px; }
  100% {
    margin-left: 256px; } }
@-ms-keyframes bounce_loadingProgressG {
  0% {
    margin-left: -256px; }
  100% {
    margin-left: 256px; } }
@-o-keyframes bounce_loadingProgressG {
  0% {
    margin-left: -256px; }
  100% {
    margin-left: 256px; } }
@keyframes bounce_loadingProgressG {
  0% {
    margin-left: -256px; }
  100% {
    margin-left: 256px; } }
.portfolio-container img {
  width: 100%; }
.portfolio-container .overlay-container {
  position: relative;
  display: block; }
.portfolio-container .overlay {
  position: absolute;
  z-index: 10;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f00;
  color: #fff;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
  filter: alpha(opacity=0);
  -webkit-transition: all .33s linear;
  -moz-transition: all .33s linear;
  -o-transition: all .33s linear;
  transition: all .33s linear; }
  .portfolio-container .overlay .overlay-table {
    display: table;
    height: 100%;
    width: 100%; }
  .portfolio-container .overlay .overlay-content {
    display: table-cell;
    vertical-align: bottom;
    padding-bottom: 5px;
    padding: 10px 15px; }
  .portfolio-container .overlay .project-title a {
    color: #fff; }
  .portfolio-container .overlay p.project-cat {
    margin: 0;
    font-size: 13px;
    color: #fff !important;
    text-align: center;
    font-style: italic; }
  .portfolio-container .overlay .project-tags {
    color: #f7f7f7;
    text-align: center;
    margin: 0px; }
  .portfolio-container .overlay .project-description {
    color: #fff !important; }
  .portfolio-container .overlay:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    /* IE 8 */
    filter: alpha(opacity=100);
    -webkit-transition: all .33s linear;
    -moz-transition: all .33s linear;
    -o-transition: all .33s linear;
    transition: all .33s linear; }
  .portfolio-container .overlay:hover .portfolio-zoom {
    -webkit-transform: translateX(0%) rotate(-180deg);
    -moz-transform: translateX(0%) rotate(-180deg);
    -ms-transform: translateX(0%) rotate(-180deg);
    -o-transform: translateX(0%) rotate(-180deg);
    transform: translateX(0%) rotate(-180deg); }
.portfolio-container .project-details {
  line-height: 1.7em;
  margin: 20px 0; }

.metaslider {
  -webkit-transition: all 3s ease-in-out;
  -moz-transition: all 3s ease-in-out;
  -ms-transition: all 3s ease-in-out;
  -o-transition: all 3s ease-in-out;
  -transition: all 3s ease-in-out;
  transition: all 3s ease-in-out; }

.metaslider .caption-wrap {
  display: none !important;
  background: transparent !important;
  opacity: 1 !important;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity= $value * 100 ) !important;
  filter: alpha(opacity=100) !important;
  height: 100%; }
  .metaslider .caption-wrap .caption {
    max-width: 960px;
    margin: 0 auto;
    padding: 6% 10px; }
    .metaslider .caption-wrap .caption h1 {
      line-height: 1em; }
    .metaslider .caption-wrap .caption h1, .metaslider .caption-wrap .caption h2, .metaslider .caption-wrap .caption h3, .metaslider .caption-wrap .caption h4, .metaslider .caption-wrap .caption h5 {
      margin-bottom: 5px; }

.metaslider.small-captions .caption {
  background: #ffffff;
  color: #30323a;
  font-size: 14px;
  padding: 30px 20px;
  position: relative;
  line-height: 1.4em;
  max-width: 520px;
  top: 50%;
  left: 10%;
  margin-top: -70px;
  margin-left: 100px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.1);
  -box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.1); }
  .metaslider.small-captions .caption .button, .metaslider.small-captions .caption input[type=submit] {
    position: absolute;
    top: 100%;
    right: 0;
    margin: 0px; }
.metaslider.small-captions .flex-direction-nav {
  display: none;
  width: 100px;
  height: 100px;
  background: rgba(255, 255, 255, 0.2);
  z-index: 10;
  -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.1);
  -box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  left: 10%;
  margin-top: -70px !important; }
  .metaslider.small-captions .flex-direction-nav li a {
    height: 86px;
    width: 43px;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity= $value * 100 );
    filter: alpha(opacity=100);
    zoom: 1; }
  .metaslider.small-captions .flex-direction-nav li .flex-prev {
    margin: -43px 0 0 8px;
    background: url(images/bg_direction_nav_left2.png) no-repeat 22px center #31313b; }
  .metaslider.small-captions .flex-direction-nav li .flex-next {
    margin: -43px 8px 0 0;
    background: url(images/bg_direction_nav_right2.png) no-repeat 13px center #31313b; }

/*********************
CLIENTS
*********************/
.clients {
  text-align: center; }
  .clients img {
    filter: url(filters.svg#grayscale);
    /* Firefox 3.5+ */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(1);
    /* Google Chrome & Safari 6+ */
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.3;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity= $value * 100 );
    filter: alpha(opacity=30);
    zoom: 1;
    display: block;
    margin: 0 auto; }
    .clients img:hover {
      filter: none;
      -webkit-filter: grayscale(0);
      opacity: 1;
      -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity= $value * 100 );
      filter: alpha(opacity=100);
      zoom: 1; }

.client {
  display: inline-block !important;
  float: none !important; }

/*********************
PORTFOLIO
*********************/
.isotope-item {
  z-index: 2; }

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1; }

.isotope, .isotope .isotope-item {
  -webkit-transition-duration: .8s;
  -moz-transition-duration: .8s;
  transition-duration: .8s; }

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width; }

.isotope .isotope-item {
  -webkit-transition-property: 0 opacity;
  -moz-transition-property: 0 opacity;
  transition-property: transform, opacity; }

.portfolio-filter {
  padding-top: 40px;
  margin: 0px 0px 25px 0 !important;
  text-align: center; }

.portfolio-filter li {
  list-style: none;
  text-indent: 0px;
  float: none;
  margin-bottom: 5px;
  margin-right: 20px;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -transition: all 0.3s;
  transition: all 0.3s; }
  .portfolio-filter li:hover {
    background: #e9eced; }
  .portfolio-filter li a {
    font-size: 12px;
    text-transform: uppercase;
    padding: 5px 9px;
    display: block;
    color: #3d3d3d;
    margin: 0px; }
    .portfolio-filter li a:hover {
      color: #3d3d3d !important; }

.portfolio-filter li.active {
  background: #252525; }
  .portfolio-filter li.active a {
    color: #ffffff; }
    .portfolio-filter li.active a:hover {
      color: #ffffff !important; }

.portfolio-filter.none {
  display: none; }

.portfolio3c .isotope-item {
  width: 100%;
  margin: 0 auto 11px auto; }

.portfolio4c .isotope-item {
  width: 100%;
  margin: 0 auto 8px auto; }
  .portfolio4c .isotope-item .standard-overlay .project-link:hover {
    background-position: center 75px; }

.portfolio5c .isotope-item {
  width: 100%;
  margin: 0 auto 8px auto; }
  .portfolio5c .isotope-item .standard-overlay .project-link:hover {
    background-position: center 55px; }

#portfolio-container {
  margin: 20px auto 0px auto; }
  #portfolio-container img {
    display: block;
    margin: 0px; }

#portfolio-container .caption {
  position: absolute;
  bottom: 0;
  display: none;
  padding: 10px; }

#portfolio-loader, .portfolio-loader {
  -webkit-transition: max-height 5s ease-in-out;
  overflow: hidden;
  position: relative;
  height: 0px; }
  #portfolio-loader #content, .portfolio-loader #content {
    margin-top: 0px; }
  #portfolio-loader #main, .portfolio-loader #main {
    margin: 0px; }
  #portfolio-loader #portfolio-close, .portfolio-loader #portfolio-close {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 22px;
    right: 0px;
    z-index: 100;
    cursor: pointer;
    background: url(images/close.png) 100% 0 #eee no-repeat; }
    #portfolio-loader #portfolio-close:hover, .portfolio-loader #portfolio-close:hover {
      background: url(images/close.png) 0 0 #f00 no-repeat; }
  #portfolio-loader .page-header, .portfolio-loader .page-header {
    background: transparent;
    border-top: 0px; }
  #portfolio-loader .wrap, .portfolio-loader .wrap {
    width: 100%; }

.filterable-grid li {
  float: left;
  max-width: 100%;
  position: relative; }

.project-title {
  margin-bottom: 3px;
  font-weight: bold;
  text-align: center; }
  .project-title a {
    font-size: 13px;
    width: auto;
    display: inline;
    margin: 0 auto; }

.project-tags {
  font-size: 1em;
  margin-bottom: .8em;
  text-transform: none;
  letter-spacing: 0px; }

.project-date {
  font-weight: bold;
  font-size: 0.9em;
  margin-bottom: 0em;
  color: #fff; }

.project-description {
  margin: 0px;
  font-size: 13px;
  padding-top: 8px;
  padding-bottom: 7px; }

.project-info-bottom {
  padding-top: 5px;
  clear: both; }

.info-label {
  font-weight: bold; }

.project-info .terms, .project-client, .project-website {
  margin: 10px 0; }

.project-intro {
  margin-bottom: 30px;
  display: block; }

.project-meta {
  text-align: center;
  margin-bottom: 40px; }
  .project-meta span {
    margin: 0px 10px;
    text-transform: uppercase; }
    .project-meta span a {
      font-size: 14px;
      opacity: 0.2;
      -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity= $value * 100 );
      filter: alpha(opacity=20);
      zoom: 1; }
      .project-meta span a:hover {
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity= $value * 100 );
        filter: alpha(opacity=100);
        zoom: 1; }
      .project-meta span a [class^="icon-"] {
        font-size: 20px;
        margin-right: 5px; }

.related-projects h2 {
  text-align: center;
  font-size: 18px;
  font-weight: bold; }

.terms li {
  margin-bottom: 5px; }

.terms li .button, .terms li input[type=submit] {
  margin: 0px; }

.portfolio-buttons {
  position: absolute;
  top: 0;
  right: 0; }

.portfolio-zoom {
  display: block;
  margin: 0 auto 5px auto;
  width: 74px;
  height: 74px;
  background: url(images/zoom-big.png) no-repeat center center transparent;
  text-indent: -9999px;
  position: absolute;
  top: 50%;
  margin-top: -37px;
  left: 50%;
  margin-left: -37px;
  -webkit-transform: translateX(200%);
  -moz-transform: translateX(200%);
  -ms-transform: translateX(200%);
  -o-transform: translateX(200%);
  transform: translateX(200%); }

.link.portfolio-zoom {
  background: url(images/link.png) no-repeat center center transparent; }

.video.portfolio-zoom {
  background: url(images/video.png) no-repeat center center transparent; }

.portfolio-link {
  display: block;
  float: left;
  width: 35px;
  height: 35px;
  background: url(images/link.png) no-repeat center center #3d3d3d;
  text-indent: -9999px; }
  .portfolio-link:hover {
    background-color: #f00; }

.portfolio .page-header {
  margin: 0px !important; }
  .portfolio .page-header .page-title:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 1px;
    width: 140px;
    border-bottom: 1px solid #bdc3c7;
    margin-left: -70px;
    top: 100%;
    margin-top: 15px; }

/*********************
ICONS
*********************/
.rounded {
  border: 1px solid #BFC4C8;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -border-radius: 50%;
  border-radius: 50%;
  padding: 4px;
  margin-right: 10px;
  text-align: center;
  line-height: 2em; }

.fa.rounded:before {
  position: absolute;
  top: 0px;
  width: 100%;
  text-align: center;
  left: 0; }

/*********************
PRICING
*********************/
.pricing-box {
  border: 1px solid #BDC3C7;
  padding: 25px 25px;
  text-align: center; }

.pricing-box h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px; }

.pricing-box h4 {
  font-size: 14px;
  font-weight: bold; }

.pricing-box .pricing-icon {
  font-size: 26px;
  padding-bottom: 10px;
  border-bottom: 1px solid #BDC3C7; }

.pricing-box ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.pricing-box ul li {
  margin: 10px 0;
  font-size: 13px; }

.pricing-box .pricing_button a:hover {
  background-color: #1CC5A4; }

/*********************
JQUERY UI
*********************/
.ui-tabs {
  position: relative;
  zoom: 1; }

.ui-tabs .ui-tabs-nav {
  margin: 0; }

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 1px;
  margin: 0 0em 1px 0;
  border-bottom: 0 !important;
  padding: 0;
  white-space: nowrap;
  border-top: 2px solid transparent; }

.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
  cursor: default; }

.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
  cursor: pointer; }

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none; }

.ui-tabs .ui-tabs-hide {
  display: none !important; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  border-top-color: #f00; }

.ui-tabs .ui-tabs-nav li span {
  margin-right: 10px;
  font-size: 1.5em !important; }

.ui-tabs .ui-tabs-nav li a:active {
  outline: none; }
.ui-tabs .ui-tabs-nav li a:focus {
  outline: none; }

.ui-tabs .ui-tabs-nav li a [class^="icon-"] {
  clear: both;
  display: block;
  line-height: 1.3em;
  width: 1.5em;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active a:after {
  content: '\e857';
  font-family: "entypo";
  bottom: -5px;
  position: absolute;
  left: 50%;
  margin-left: -3px; }

/** Vertical tabs **/
.vertical.ui-tabs .ui-tabs-nav {
  width: 100%;
  float: none;
  margin: 0;
  border-bottom: 0px;
  border-right: 0px solid #dadada;
  padding: 20px 0; }

.vertical.ui-tabs .ui-tabs-nav li {
  clear: both;
  width: 100%;
  border-bottom: 0px solid #eee !important;
  border-top: 0px solid #eee;
  overflow: hidden; }

.vertical.ui-tabs .ui-tabs-nav li:first-child {
  border-top: 0px solid #eee; }

.vertical.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
  color: #f00;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-left: 1.2em;
  font-weight: 600; }

.vertical.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  overflow: visible;
  border-left: 0px;
  border-right: 0px;
  right: -1px;
  position: relative; }

.vertical.ui-tabs .ui-tabs-nav li a {
  padding: .3em 1em;
  color: #6d6d6d;
  font-size: 1.1em;
  font-weight: 500; }

.vertical.ui-tabs .ui-tabs-panel {
  width: 100%;
  float: none; }

.horizontal.ui-tabs .ui-tabs-nav li {
  color: #6d6d6d;
  border: 0px solid #eee;
  border-bottom: 0px; }

.horizontal.ui-tabs .ui-tabs-nav li a {
  padding: 20px 35px; }

.toggles-container {
  border-bottom: 1px solid rgba(100, 100, 100, 0.2); }
  .toggles-container .toggle_container {
    display: none; }
    .toggles-container .toggle_container .block {
      padding: 20px 20px 20px 40px;
      border: 1px solid rgba(100, 100, 100, 0.2);
      border-top: 0px; }
  .toggles-container .trigger {
    margin: 0px;
    padding: 8px 10px;
    border: 1px solid rgba(100, 100, 100, 0.2);
    border-bottom: 0px;
    text-transform: uppercase; }
    .toggles-container .trigger:before {
      content: "\f067";
      font-family: 'FontAwesome';
      margin-right: 20px; }
  .toggles-container .trigger.active:before {
    content: "\f068";
    font-family: 'FontAwesome'; }

.ui-dialog {
  background: #ffffff;
  padding: 10px 40px;
  z-index: 100; }
  .ui-dialog a {
    text-align: center; }
  .ui-dialog .ui-dialog-title {
    display: none; }
  .ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: 20px;
    top: 15px;
    background: transparent;
    border: 0px; }
    .ui-dialog .ui-dialog-titlebar-close .icon-cancel {
      font-size: 24px; }
    .ui-dialog .ui-dialog-titlebar-close .ui-button-text {
      display: none; }

/*********************
REVOLUTION SLIDER
*********************/
.rev_slider_wrapper h1, .rev_slider_wrapper h2, .rev_slider_wrapper h3, .rev_slider_wrapper h4, .rev_slider_wrapper h5, .rev_slider_wrapper h6 {
  line-height: 1.2em; }
.rev_slider_wrapper .tp-rightarrow.large {
  display: none;
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(images/slider-arrow-right.png) no-repeat top left;
  width: 17px;
  height: 50px;
  margin-left: -5px;
  margin-top: -25px;
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity= $value * 100 );
  filter: alpha(opacity=60);
  zoom: 1; }
  .rev_slider_wrapper .tp-rightarrow.large:hover {
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity= $value * 100 );
    filter: alpha(opacity=100);
    zoom: 1; }
.rev_slider_wrapper:hover .tp-rightarrow.large {
  display: block; }
.rev_slider_wrapper .tp-leftarrow.large {
  display: none;
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(images/slider-arrow-left.png) no-repeat top left;
  width: 17px;
  height: 50px;
  margin-left: 5px;
  margin-top: -25px;
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity= $value * 100 );
  filter: alpha(opacity=60);
  zoom: 1; }
  .rev_slider_wrapper .tp-leftarrow.large:hover {
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity= $value * 100 );
    filter: alpha(opacity=100);
    zoom: 1; }
.rev_slider_wrapper:hover .tp-leftarrow.large {
  display: block; }

.tp-simpleresponsive .caption, .tp-simpleresponsive .tp-caption {
  padding: 1em !important; }

/*********************
SOCIAL
*********************/
.social-share {
  margin: 10px 0; }
  .social-share a [class^="icon-"] {
    font-size: 20px;
    opacity: 0.2;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity= $value * 100 );
    filter: alpha(opacity=20);
    zoom: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .social-share a [class^="icon-"]:hover {
      opacity: 1;
      -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity= $value * 100 );
      filter: alpha(opacity=100);
      zoom: 1; }

.social {
  background: #434344;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -border-radius: 3px;
  border-radius: 3px; }
  .social .social-text {
    float: left;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px; }

/* Social Bar
================================================== */
.social {
  display: inline-block; }
  .social .socialbar {
    float: left; }
    .social .socialbar .social-icons {
      margin: 0px; }
      .social .socialbar .social-icons li {
        float: left;
        list-style: none;
        padding: 0 7px !important;
        border-right: 1px solid #545555;
        line-height: 1px;
        margin: 10px 0px !important; }
        .social .socialbar .social-icons li a {
          font-size: 20px;
          line-height: 32px;
          width: 32px;
          height: 32px;
          background: #e4e4e4;
          display: block;
          -webkit-border-radius: 20px;
          -moz-border-radius: 20px;
          -ms-border-radius: 20px;
          -o-border-radius: 20px;
          -border-radius: 20px;
          border-radius: 20px; }
          .social .socialbar .social-icons li a i {
            display: block; }
        .social .socialbar .social-icons li a [class^="icon-"], .social .socialbar .social-icons li a [class*=" icon-"] {
          font-size: 20px;
          color: #ffffff;
          margin: 0 auto;
          padding-top: 7px; }
        .social .socialbar .social-icons li:last-child {
          border: none; }
  .social .social-text {
    margin: 15px;
    padding-right: 10px; }

/*********************
TEAM MEMBERS
*********************/
.team-member {
  text-align: center;
  margin-bottom: 40px; }
  .team-member .team-member-name {
    font-weight: bold;
    font-size: 14px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(100, 100, 100, 0.2); }
  .team-member .team-member-title {
    font-style: italic; }
  .team-member .team-member-image {
    display: block;
    margin: 0 auto 20px auto; }
  .team-member .team-overlay-container {
    position: relative; }
    .team-member .team-overlay-container:hover .team-overlay {
      opacity: 1;
      -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity= $value * 100 );
      filter: alpha(opacity=100);
      zoom: 1; }
  .team-member .team-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity= $value * 100 );
    filter: alpha(opacity=0);
    zoom: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #f00; }
  .team-member .socialbar {
    display: block;
    top: 50%;
    position: relative;
    margin-top: -25px; }
    .team-member .socialbar ul {
      list-style: none;
      display: inline-block;
      margin: 0px; }
      .team-member .socialbar ul li {
        float: left;
        margin: 5px; }
        .team-member .socialbar ul li a {
          width: 40px;
          height: 40px;
          border: 1px solid #252525;
          background: transparent;
          display: block;
          -webkit-backface-visibility: hidden;
          -webkit-border-radius: 20px;
          -moz-border-radius: 20px;
          -ms-border-radius: 20px;
          -o-border-radius: 20px;
          -border-radius: 20px;
          border-radius: 20px; }
          .team-member .socialbar ul li a:hover i {
            color: #ffffff; }
          .team-member .socialbar ul li a i {
            margin: 0 auto;
            display: block;
            line-height: 40px;
            font-size: 22px;
            color: #252525;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            -transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; }
          .team-member .socialbar ul li a [class^="icon-"], .team-member .socialbar ul li a [class*=" icon-"] {
            width: 100%; }

/*********************
OKVIDEO
*********************/
#okplayer {
  max-width: 120%; }

body {
  position: inherit !important; }

/*********************
DROPCAPS
*********************/
.dropcap {
  float: left;
  color: #252525;
  font-size: 65px;
  font-weight: bold;
  line-height: 65px;
  padding-top: 0px;
  padding-right: 8px;
  margin-top: -12px; }

/*********************
TWEETS
*********************/
.luxe-tweet-title {
  text-align: center;
  position: relative;
  margin-bottom: 50px; }
  .luxe-tweet-title i {
    font-size: 40px; }
  .luxe-tweet-title:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 6px;
    width: 46px;
    border-bottom: 6px solid #262626;
    margin-left: -23px;
    top: 100%;
    margin-top: 4px;
    border-bottom-color: inherit; }

.luxe-tweet-content {
  text-align: center; }

.luxe-tweet {
  font-weight: bold;
  font-size: 16px; }

.luxe-tweet-time {
  font-style: italic; }

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

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

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

/*********************
LIQUID SLIDER
*********************/
.liquid-slider .tab-title {
  display: none; }

/******************************************************
* No JavaScript
* Use this to apply styles when Javascript is disabled,
* and be sure to include the ".no-js" class in your html 
* markup.
*******************************************************/
.no-js .liquid-slider {
  height: 350px;
  overflow: scroll; }

/******************************************************
* Preloader
* Use this to apply styles when Javascript is disabled,
* and be sure to include the ".no-js" class in your html 
* markup.
*******************************************************/
.ls-preloader {
  background: url(../img/loading.gif) #f2f2f2 no-repeat center 75px;
  opacity: 1;
  /* Do not edit below this line */
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2; }

/******************************************************************
* Base Styles 
* The styles here will apply to everything. I recommend you keep
* the styles in here specific to mobile defices, then use
* the media queries at the bottom to define further styles for larger
* screen-sizes. Think Mobile First. But be cautious of how
* your site will look in older IE browsers.
*
* Additional media queries are at the bottom of this document
******************************************************************/
.ls-wrapper {
  margin: 15px auto;
  /* Do not edit below this line */
  clear: both;
  overflow: auto;
  position: relative; }

/******************************************************
* Main Container
* This is the main container (minus the navigation).
* Be sure to match the width with the .panel class, 
* or it won't work properly. Also, width only applies
* if you are not using the responsive setting.
*
* The responsive slider will interpret the width as the
* max width instead
*******************************************************/
.ls-wrapper .liquid-slider {
  background: transparent;
  width: 1030px;
  /* Do not edit below this line */
  float: left;
  overflow: hidden;
  position: relative; }

.ls-wrapper .panel-container {
  /* Do not edit below this line */
  position: relative;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  /* from http://davidwalsh.name/translate3d */ }

.ls-wrapper .liquid-slider .panel-container .fade {
  /* Do not edit below this line */
  width: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: block; }

/******************************************************
* Panels
* This is for the panels. If you are using the 
* responsive setting, this will act as the max-width
* for the entire slider.
*******************************************************/
.ls-wrapper .liquid-slider .panel {
  width: 1030px;
  /* Do not edit below this line */
  display: block;
  float: left;
  padding: 20px 0; }

/******************************************************
* These provide a base starting point for images and
* video. However, you will have to add more rules
* based on the content you use. Use the @media queries 
* at the bottom of this file.
*******************************************************/
.ls-wrapper .liquid-slider .panel img {
  /*
  width:100%;
  height:auto;  
  margin:0 5px;
  */ }

.ls-wrapper .liquid-slider .panel video {
  /*
  width:100%;  
  height:auto;
  */ }

/******************************************************
* This is mainly used to adjust the padding inside each 
* panel. If you are using the responsive setting, you
* need to use the settings below as this will not apply.
*******************************************************/
.ls-wrapper .liquid-slider .panel-wrapper {
  /* Do not edit below this line */
  position: relative; }

/*****************************************************
* This will adjust styles for all navigation tabs
* less of course the select box used for mobile 
* navigation. The .current styles will apply only to 
* the current tab.
*
* You may use this section to create navigation for
* mobile devices if you set mobileNavigation: false
* Be sure to edit media queries for larger devices below
* I have included an example below in comments.
*
* .currentCrossLink refers to external crosslinking.
*******************************************************/
.ls-wrapper .ls-nav {
  text-align: center;
  border-bottom: 1px solid #bdc3c7;
  display: inline-block;
  width: 100%; }

.ls-wrapper .ls-nav a {
  /*  background: #d8d8d8;*/
  color: #252525;
  margin-right: 1px;
  padding: 10px 15px 25px 15px;
  outline: 0;
  transition: none; }

.ls-wrapper .ls-nav a:hover {
  /*  background: #f2f2f2;*/
  color: #1cc5a4;
  text-shadow: none; }

.ls-wrapper .ls-nav .current {
  /*background: #f2f2f2;*/
  color: #1cc5a4;
  position: relative;
  background-position: bottom center; }
  .ls-wrapper .ls-nav .current:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-top: 5px;
    margin-left: -5px;
    height: 10px;
    width: 10px;
    background-color: #252525; }

.currentCrossLink {
  font-weight: bold; }

.ls-wrapper .ls-nav ul {
  padding: 0;
  /* Do not edit below this line */
  clear: both;
  display: block;
  margin: auto;
  overflow: visible;
  float: none !important;
  display: none !important; }

.ls-wrapper .ls-nav ul li {
  /* Do not edit below this line */
  display: inline-block;
  vertical-align: top; }

.ls-wrapper .ls-nav ul li a {
  /* Do not edit below this line */
  display: block;
  float: left;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold; }

/*****************************************************
* Mobile Menu
* This will adjust styles for selectbox styles. I have
* included a simple example to create a custom select
* box.
*******************************************************/
.ls-wrapper .ls-nav {
  overflow: visible;
  clear: both; }

.ls-wrapper .ls-select-box {
  /* Delete these if you want the standard select box.
     Also delete the rules below */
  width: 100%;
  height: 35px;
  overflow: hidden;
  display: block !important; }

.ls-wrapper .ls-select-box select {
  /* If you want the standard select box, use 
  width:100%
  And delete the rest of the styling here */
  display: block !important;
  background-color: #252525;
  color: #ffffff;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 5px;
  font-size: 110%;
  border: none;
  height: 35px;
  cursor: pointer;
  outline: 0; }

/******************************************************
* Arrows
* This section refers to both the non-graphical and 
* graphical navigation arrows. 
*
* Some settings will be overwritten when using the 
* responsive setting.
*******************************************************/
.ls-wrapper .ls-nav-left, .ls-wrapper .ls-nav-right {
  /* Do not edit below this line */
  float: left; }

.ls-wrapper .ls-nav-left a, .ls-wrapper .ls-nav-right a {
  /* non-graphical arrows */
  background: #000;
  color: #fff;
  padding: 5px;
  width: 100px;
  /* Do not edit below this line */
  display: block;
  text-align: center;
  text-decoration: none; }

.ls-wrapper .ls-nav-left-arrow, .ls-wrapper .ls-nav-right-arrow {
  cursor: pointer;
  /* Do not edit below this line */
  float: left; }

.ls-wrapper .ls-nav-left-arrow a, .ls-wrapper .ls-nav-right-arrow a {
  /* Do not edit below this line */
  display: block; }

.ls-wrapper .ls-nav-left, .ls-wrapper .ls-nav-left-arrow {
  /* Do not edit below this line */
  clear: both; }

.ls-wrapper .ls-nav-right-arrow {
  width: 25px;
  height: 25px;
  margin-top: 50px;
  margin-right: 5px;
  /* Do not edit below this line */
  position: relative; }

.ls-wrapper .ls-nav-left-arrow {
  width: 25px;
  height: 25px;
  margin-top: 50px;
  margin-left: 5px;
  /* Do not edit below this line */
  position: relative; }

.ls-wrapper .ls-nav-left-arrow:hover {
  /* Left graphical arrows hover */ }

.ls-wrapper .ls-nav-left-arrow:active {
  /* Left graphical arrows click */ }

.ls-wrapper .ls-nav-right-arrow:hover {
  /* Right graphical arrows hover */ }

.ls-wrapper .ls-nav-right-arrow:active {
  /* Right graphical arrows click */ }

.arrows .liquid-slider {
  /* Margin between slider and arrows */
  margin: 0 10px; }

/******************************************************
* Responsive Styles
* Here are the main responsive styles. This mostly 
* covers the arrows, and most of the settings can be
* applied above.
*******************************************************/
.ls-responsive .liquid-slider {
  /* Do not edit below this line */
  width: 100%;
  margin: 0; }

.ls-responsive .ls-nav-left {
  /* Left non-graphical arrows */
  /* Do not edit below this line */
  position: absolute;
  left: 0;
  z-index: 2; }

.ls-responsive .ls-nav-left a {
  /* Left non-graphical arrows */
  background: #9A9A9A;
  width: 80px; }

.ls-responsive .ls-nav-left a:hover {
  /* Left non-graphical hover */
  background: #747474; }

.ls-responsive .ls-nav-right {
  /* Right non-graphical arrows */
  /* Do not edit below this line */
  position: absolute;
  right: 0;
  z-index: 2; }

.ls-responsive .ls-nav-right a {
  /* Right non-graphical arrows */
  background: #9A9A9A;
  width: 80px; }

.ls-responsive .ls-nav-right a:hover {
  /* Right non-graphical arrows hover */
  background: #747474; }

.ls-responsive .ls-nav-left-arrow {
  /* Do not edit below this line */
  position: absolute;
  left: 0;
  z-index: 2; }

.ls-responsive .ls-nav-right-arrow {
  /* Do not edit below this line */
  position: absolute;
  right: 0;
  z-index: 2; }

/******************************************************************
* Larger Mobile Devices
* This is for devices like the Galaxy Note or something that's 
* larger than an iPhone but smaller than a tablet. 
******************************************************************/
@media only screen and (min-width: 481px) {
  .ls-wrapper .liquid-slider .panel img {
    /* Example */
    /*
    width:24%;
    margin:2px;
    */ } }
/******************************************************************
* Tablet & Smaller Laptops
* This will include tablets and some netbooks.
******************************************************************/
@media only screen and (min-width: 768px) {
  .ls-wrapper .liquid-slider .panel img {
    /* Example */
    /*
    width:24%;
    */ } }
/*********************
COLORBOX
*********************/
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden; }

#cboxWrapper {
  max-width: none; }

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%; }

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left; }

#cboxContent {
  position: relative; }

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

#cboxTitle {
  margin: 0; }

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer; }

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic; }

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0; }

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #fff; }

#colorbox {
  outline: 0; }

#cboxContent {
  margin-top: 32px;
  overflow: visible;
  background: #000; }

.cboxIframe {
  background: #fff; }

#cboxError {
  padding: 50px;
  border: 1px solid #ccc; }

#cboxLoadedContent {
  background: #fff;
  padding: 1px; }

#cboxLoadingGraphic {
  background: url(images/loading.gif) no-repeat center center; }

#cboxLoadingOverlay {
  background: #000; }

#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #000; }

#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px; }

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
  background: url(images/controls.png) no-repeat 0 0; }

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0; }

#cboxPrevious {
  background-position: 0px 0px;
  right: 44px; }

#cboxPrevious:hover {
  background-position: 0px -25px; }

#cboxNext {
  background-position: -25px 0px;
  right: 22px; }

#cboxNext:hover {
  background-position: -25px -25px; }

#cboxClose {
  background-position: -50px 0px;
  right: 0; }

#cboxClose:hover {
  background-position: -50px -25px; }

.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious {
  right: 66px; }

.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px; }

.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px; }

.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px; }

.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px; }

/*********************
DEMO
*********************/
.page-id-1566 .button, .page-id-1566 input[type=submit], .page-id-1810 .button, .page-id-1810 input[type=submit] {
  width: 100%; }

#demo-styles {
  display: none;
  position: fixed;
  left: -270px;
  top: 110px;
  z-index: 1000;
  width: 270px; }
  #demo-styles .handle {
    position: absolute;
    right: -44px;
    top: 25px;
    height: 45px;
    width: 45px;
    background: #fff;
    border: 1px solid #f3f3f3;
    border-left: 0px; }
    #demo-styles .handle span {
      margin: 6px 12px;
      font-size: 24px;
      display: block; }
  #demo-styles #demo-content {
    background: #fff;
    padding: 20px;
    border: 1px solid #f3f3f3; }
    #demo-styles #demo-content select {
      width: 180px; }
    #demo-styles #demo-content .background-pattern {
      cursor: pointer;
      border: 1px solid #ddd; }

.colorpicker {
  z-index: 1001; }

/*
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*/
@media only screen and (min-width: 481px) {
  /******************************************************************
  
  Stylesheet: 481px and Up Stylesheet
  
  This stylesheet is loaded for larger devices. It's set to 
  481px because at 480px it would load on a landscaped iPhone.
  This isn't ideal because then you would be loading all those
  extra styles on that same mobile connection. 
  
  A word of warning. This size COULD be a larger mobile device,
  so you still want to keep it pretty light and simply expand
  upon your base.scss styles.
  
  ******************************************************************/
  /**  
   * @outputFile ../css/_481up.css
   * @outputStyle expanded
   */
  /*********************
  NAVIGATION STYLES
  *********************/
  /* .menu is clearfixed inside mixins.scss */
  .menu {
    /* end .menu ul */ }
    .menu ul {
      /* end .menu ul li */
      /* highlight current page */
      /* end current highlighters */ }
      .menu ul li {
        /*
        plan your menus and drop-downs wisely.
        */ }
        .menu ul li a {
          /*
          you can use hover styles here even though this size
          has the possibility of being a mobile device.
          */ }

  /* end .menu */
  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* entry content */
  .entry-content {
    /* at this larger size, we can start to align images */ }
    .entry-content .alignleft, .entry-content img.alignleft {
      margin-right: 1.5em;
      display: inline;
      float: left; }
    .entry-content .alignright, .entry-content img.alignright {
      margin-left: 1.5em;
      display: inline;
      float: right; }
    .entry-content .aligncenter, .entry-content img.aligncenter {
      margin-right: auto;
      margin-left: auto;
      display: block;
      clear: both; }

  /* end .entry-content */
  /*********************
  FOOTER STYLES
  *********************/
  /*
  check your menus here. do they look good?
  do they need tweaking?
  */
  /* end .footer-links */
  /*********************
  PORTFOLIO
  *********************/
  .portfolio2c.portfolio-container,
  .portfolio3c.portfolio-container,
  .portfolio4c.portfolio-container,
  .portfolio5c.portfolio-container {
    margin-right: -2px !important; }
    .portfolio2c.portfolio-container .isotope-item,
    .portfolio3c.portfolio-container .isotope-item,
    .portfolio4c.portfolio-container .isotope-item,
    .portfolio5c.portfolio-container .isotope-item {
      width: 50%;
      /*margin: 0 .8% 11px .8%;*/
      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: 768px) {
  /******************************************************************
  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, .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 {
    width: 99.999999993%; }

  /* 100%;   } /* grid_12 */
  .onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol,
  .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 {
    margin-left: 0; }

  .twelvecol {
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px; }

  .last {
    float: right;
    margin-right: 0px; }

  /**  
   * @outputFile ../css/_768up.css
   * @outputStyle expanded
   */
  /******************************************************************
  
  Stylesheet: Tablet & Small Desktop Stylesheet
  
  Here's where you can start getting into the good stuff.
  This size will work on iPads, other tablets, and desktops.
  So you can start working with more styles, background images,
  and other resources. You'll also notice the grid starts to
  come into play. Have fun!
  
  ******************************************************************/
  /*********************
  GENERAL STYLES
  *********************/
  /*********************
  LAYOUT & GRID STYLES
  *********************/
  .wrap {
    max-width: 1170px; }

  .container {
    padding: 50px 0; }

  /*********************
  HEADER SYTLES
  *********************/
  header[role=banner] {
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 1000; }

  header[role=banner].scrolled {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    position: fixed;
    top: 0; }

  .admin-bar #header-wrapper {
    margin-top: 28px; }

  /*********************
  NAVIGATION STYLES
  *********************/
  /* default style */


   }
/*
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 all  and (max-width: 870px) {
    .pro,.merite{
        width:100%!important;
        margin-left:0px!important;
    }
}
@media all  and (max-width: 1130px) {
    #text-4 .textwidget .sixcol{
        width:100%;
        margin-left:0px;
        margin-bottom:0px;
    }
    #post-23 .first , #post-23 .sixcol{
        width: 100%!important;
        margin-left: 0px!important;
        margin-bottom:15px!important;
    }
    #post-43 .entry-content .description-content .sixcol{
        width:100%!important;
        margin-left:0px;
        margin-bottom:15px;
    }
    #post-43 .entry-content .description-content .sixcol p{
        font-size:16px;
    }
    .merite{
        margin-left:29px;
    }
}

@media all  and (max-width: 768px) {
  #main-nav-1{
    display: block;

  }
  .navigation{
      display:none;
  }
  #top-logo .title-site{
    display: none;
  }
  #top-logo .info{
    display: block;
    text-align: center;
  }
  #main-nav-1 li{
    display: block;
    border-bottom: solid 1px #FFF;
  }
  #footer-widgets #text-2,#footer-widgets #text-3{
    text-align: center;
  }
  #footer-widgets #text-3{
    margin-left: 0px;
  }
  #footer-widgets li a:before{
    left: 22%!important;
  }
  #text-4 .textwidget{
    margin-left: 0px!important;
    text-align: center;
  }




}




@media all  and (max-width: 1030px) {
  /**  
   * @outputFile ../css/_1030up.css
   * @outputStyle expanded
   */
  /******************************************************************
  
  Stylesheet: Desktop Stylsheet
  
  This is the desktop size. It's larger than an iPad so it will only
  be seen on the Desktop. 
  
  ******************************************************************/ 

  html body #post-34 .pro {
    padding: 26px 45px;
  }



}
/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1240px) {
  /******************************************************************
  
  Stylesheet: Super Large Monitor Stylesheet
  
  You can add some advanced styles here if you like. This kicks in
  on larger screens.
  
  ******************************************************************/ }
/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /**  
   * @outputFile ../css/_2x.css
   * @outputStyle expanded
   */
  /******************************************************************
  
  Stylesheet: Retina Screens & Devices Stylesheet
  
  When handling retina screens you need to make adjustments, especially
  if you're not using font icons. Here you can add them in one neat
  place.
  
  ******************************************************************/
  /* 
  
  EXAMPLE 
  Let's say you have an image and you need to make sure it looks ok
  on retina screens. Let's say we have an icon which dimension are
  24px x 24px. In your regular stylesheets, it would look something
  like this:
  
  .icon {
  	width: 24px;
  	height: 24px;
  	background: url(img/test.png) no-repeat;
  }
  
  For retina screens, we have to make some adjustments, so that image
  doesn't look blurry. So, taking into account the image above and the
  dimensions, this is what we would put in our retina stylesheet:
  
  .icon {
  	background: url(img/test@2x.png) no-repeat;
  	background-size: 24px 24px;
  }
  
  So, you would create the same icon, but at double the resolution, meaning 
  it would be 48px x 48px. You'd name it the same, but with a @2x at the end
  (this is pretty standard practice). Set the background image so it matches
  the original dimensions and you are good to go. 
  
  */ }
/*
iPHONE 5 MEDIA QUERY
Want to get fancy for no good reason? Knock yourself out.
*/
/*
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*/
@media print {
  /**  
   * @outputFile ../css/_print.css
   * @outputStyle expanded
   */
  /******************************************************************
  
  Stylesheet: Print Stylesheet
  
  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.
  
  ******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

 

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







/*user*/

.header #top-logo img{
  height: 100px;
  margin-top: 6px;
}


.header .title-site p{
    width: 100px; 
    margin: 0 auto;
    font-size: 24px;
    line-height: normal;
    color: #fd7f3b;
    margin-top: 12px;
}
.header .info blockquote{
  font-size: 22px;
  color:#d8292a;
  margin: 0px;
}
.header .info{
  text-align: right;
  margin-top: 22px;
}
.header .info p{
  margin-top: 12px;
}
.header .info .contact{
     font-size: 34px;
    color: #00c8cc;
    line-height: normal;
}
#main-nav-1{
  background-color: #fd743b;
}
#main-nav-1 li a{
    padding: 10px 12px;
    color: #FFF;
    font-size: 21px;
    text-transform: unset;
}
#main-nav-1 li a:hover{
  background-color: #00c8cc;
  color:#fff;
}


#footer-widgets {
    background-color: #37bdbf!important;
}
.footer .textwidget p{
  color:#FFF;
}
.footer .widgettitle{
  color:#f26524;
  border: 0px;
}
#footer-copy {
    background-color: #f26524!important;
}
#footer-copy p, #footer-copy p a:hover{
  color:#FFF;
}
#footer-copy p a{
  color:#00c8cc;
}

#wpcf7-f5-o1 input[type=text], #wpcf7-f5-o1 textarea,#wpcf7-f5-o1 input[type=email], #wpcf7-f5-o2 input[type=text], #wpcf7-f5-o2 textarea,#wpcf7-f5-o2 input[type=email]{
  background-color: #bf8835;
  padding: 5px 10px;
  border-radius: 6px;
  color:#fff;
  width: 80%;
  font-size: 16px;
}
#wpcf7-f5-o1 textarea , #wpcf7-f5-o2 textarea{
  height: 100px;
}
#text-3 .textwidget p{
    font-size: 21px;
    margin: 9px 0px;
}
#wpcf7-f5-o1 input[type=submit], #wpcf7-f5-o2 input[type=submit], #wpcf7-f110-o1 input[type=submit]{
    background-color: #fd743b;
    padding: 7px 12px;
    color: #FFF;
    min-height: 5px;
    text-transform: capitalize;
    min-width: 112px;
    letter-spacing: 0px;
}
#wpcf7-f5-o1 input[type=submit]:hover ,#wpcf7-f5-o2 input[type=submit]:hover, #wpcf7-f110-o1 input[type=submit]:hover {
  background-color: #ff966b;

}
#footer-widgets{
  position: relative;
}
#footer-widgets:after{
  content: "";
width: 100%;
height: 85px;

background: url('../images/footer-bg.png');

}

.container header{
  display: none;
}
#inner-content #content{
  margin: 0px;
}
#inner-content #content> div{ 
  
  padding: 0;
}  
.slider-wrapper{
  position: relative;
}
.slider-wrapper .nivo-controlNav{
  position: absolute;
  bottom:45px;
}

#post-23 .news{
  background-color: #ffba5d;
  text-align: center;
  color: #FFF;
  padding: 30px 90px!important;
}
#post-23 .news .title-news{
  font-size: 2rem;
  line-height:11px;
}
#post-23 .news .description-news p{
  font-size: 1rem;
  color:#FFF;
}
#post-23 .news .read-more a , #post-34 .pro .read-more a ,#post-23 .pro .read-more a{
    background-color: #fd743b;
    padding: 7px 12px;
    color: #FFF;
    min-height: 5px;
}#post-23 .news .read-more a:hover, #post-34 .pro .read-more a:hover{
  background-color: #ff966b;
}

#post-23 img, #post-34 img{
  margin: 0px;
  position: relative;
  
}
#post-34 .img-merite img{
  width:37%;
}
#post-23 .img-news, #post-34 .img-news{
  
}

#post-23 .img-news img, #post-34 .img-news img{
  height: 100%;
}
/*modif*/
#post-23 .news,#post-34 .merite,#post-34 .pro{
  min-height: 208px;
}
.threecol div>a{
    display: block;
    position: relative;
    overflow: hidden;
    min-height: 208px;
}
.threecol div>a img{
  position: absolute!important;
    width: 120%;
    transition: all ease-out 500ms;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto!important  ;
    max-width: 300%!important
}
.threecol div>a:hover img{
     width: 150%;
      left: -15%;
}

/**/

#post-23 .img-news-1 a:hover:after, #post-23 .img-news-2 a:hover:after, #post-34 .img-news-3 a:hover:after, #post-34 .img-news-4 a:hover:after{
  position: absolute;
  top:0;
  left:0;
  bottom: 0;
  right: 0;
  width: 100%;
  content: "";
  background-color: rgba(0,0,0,0.3);
  display: inline-block;

}
#post-23 .img-news a, #post-34 .img-news a{
  transition:.5s;
}
#post-23 .img-news-1 a:hover:before, #post-23 .img-news-2 a:hover:before,  #post-34 .img-news-3  a:hover:before, #post-34 .img-news-4  a:hover:before{
  position: absolute;
  top:0;
  left:0;
  bottom: 0;
  right: 0;
  background: url('../images/zoom-in.png');
  margin: auto;
  content: "";
  width: 53px; 
  height: 54px;
  display: inline-block;
  z-index: 1;
}

#post-23 .news .description-news{
  margin: 24px 0px;
}
#post-34 .pro,#post-23 .pro{
  text-align: center;
  background-color: #00c8cb;
  color:#fff;
  padding: 27px 60px;

}
.pro .title-pro p{
    font-size: 2rem;
    line-height: 2rem;
    color:#FFF;
    margin: 0px;
    margin-bottom: 20px;
}
#post-34 .merite,#post-23 .merite{
  text-align: center;
  background-color: #fd743b;
  padding: 5px 15px;
}
.merite .desc-merite p{
      color: #fff;
    font-size: 1.1rem;
    line-height: 20px;
}
.description-content img{
  width: 100%;
}
.description-content-text p{
      color: #FFF;
    font-size: 30px;
    line-height: 33px;
    margin:0px;
}
.description-content-text{
    background-color: #fd743b;
    padding: 27px 25px;
}
#post-43 .entry-content{
    background-color: #00c8cb;
    padding: 0px 12px;
}
#post-43 .description-content .sixcol{
  margin-top: 0px;
  margin-bottom: 0px;
}
#post-43{
  margin-bottom: 25px;
}
#container-51 .wrap{
  margin: 0px!important;
  width: 100%!important; 
  max-width: 100%!important;
}
 
#main a{
  color:#00c8cc;
}
#main a:hover, #main h1,#main h2,#main h3,#main h4,#main h5,#main h6,#post-155 h3{
  color:#fd743b;
}
.page-header h1, #post-155 h1{
  color:#00c8cc;
}

.page-header .title:before, .page-header .page-title:before{
  border:0px;
}
.footer a:hover{
  border-bottom: dotted 1px #FFF;
  color: #fff!important;
}

#footer-widgets  li{
  margin-left: 15px;
}
#footer-widgets li a:before{
  content: "";
  position: absolute;
  top:0;
  left:-35px;
  bottom:0;
  display: inline-block;
  width:25px;
  height: 25px;
  
}
 .page-item-2 a:before{
  background: url('../images/accueil.png');
  
}
.page-item-74 a:before{
  background: url('../images/activite.png');
 
}

.page-item-82 a:before{
  background: url('../images/contact.png');
 
}

 .page-item-76 a:before{
  background: url('../images/calcul.png');
 
}

 .page-item-72 a:before{
  background: url('../images/programme.png');
 
}

.page-item-78 a:before{
  background: url('../images/neuf.png');
 
}
 .page-item-80 a:before{
  background: url('../images/reference.png');
  
}
 .page-item-70 a:before{
  background: url('../images/service.png');
 
}
#pages-4{
  margin-left: 90px;
}
#text-4 .sixcol{
  margin-top: 0px;
}
#text-4 .textwidget{
  margin-left: 55px;
}
#text-4 .widgettitle{
  text-align: center;
}
body #footer-widgets .widgettitle{
  font-size: 24px;
}
@media (min-width: 769px) and (max-width: 1025px){
    #navigation #main-nav-1 .children > li a{
        background-color:#37BDBF; 
        font-size: 14px!important;
    }
    #main-nav-1 li a {
        padding: 10px 5px;
        color: #FFF;
        font-size: 14px;
        text-transform: unset;
    }
     .header .info blockquote {
    font-size: 14px!important;
  }
  .header .info .contact {
    font-size: 22px!important;
  }
    

}




@media (min-width:1130) and (max-width:1176px){
    .description-content-text {
        background-color: #fd743b;
        padding: 18px 25px;
    }
    .description-content-text p {
        color: #FFF;
        font-size: 24px;
        line-height: 33px;
        margin: 0px;
    }
}
@media all and (max-width: 768px){
    #post-43 .description-content .first{
        margin-top: 10px;
    }
    #scrollToTop {
        position: inherit!important;
        color: #FFF;
        text-align: center;
        margin-bottom: 15px;
    }
    #main-nav-1 li a {
        padding: 10px 5px;
        color: #FFF;
        font-size: 14px;
        text-transform: unset;
        text-align:center;
    }
}
@media (min-width: 1025px) and (max-width: 1200px){
    #main-nav-1 li a {
        padding: 10px 8px;
        color: #FFF;
        font-size: 19px;
        text-transform: unset;

    }
    .header .info blockquote {
    font-size: 16px!important;
  }
  .header .info .contact {
    font-size: 25px!important;
  }
  

}   

@media (min-width: 768px) and (max-width: 1030px){
    .merite{
        margin-left:18px;
    }
    #post-23 .news {
      padding: 17px 66px;
    }
    html body #post-34 .pro {
      padding: 23px 2px;
    }
    .threecol div>a img {
      width: 160%;
    }
    .threecol div>a:hover img{
      width: 200%;
      left: -15%;
    }
    .merite{
        width:49%;
    }
    
    


   

}
.toggle-menu{
      display:none;
      position:absolute;
      top:40px; 
      right:0px;
      cursor:pointer;
  }
  .toggle-menu i{
      font-size: 35px;
      color: #d8292a;
  }
@media all and (max-width: 768px){
    #top-logo .threecol{
        margin-top:15px;
    }
    #top-logo .info blockquote{
        font-size:16px!important;
    }
     #top-logo .info span{
         font-size: 25px!important;
     }
     #post-23 .news .title-news {
        font-size: 2rem;
        line-height: normal;
    }
    
  .threecol div>a {
      display: block;
      position: relative;
      overflow: hidden;
      min-height: 360px;
  }
  .toggle-menu{
      display:block;
      
  }
  #top-logo {
    
  }
  .header #top-logo img {
    height: 89px;
  }
}

#top-logo .logo{
    margin-bottom:0px;
}

#post-23 .sixcol, #post-23 .threecol {
    margin-bottom:0px; 
    margin-top:0px;

}
#post-23 .entry-content{
    margin-top:18px;
}

#post-43 .description-content .first{
    margin-left:0px;
}


.footer .widgettitle{
        font-weight: unset;
}
.footer .wpcf7-form{
    margin:35px 0;
}

#post-34 .read-more a{
    display:inline;
}

#wpcf7-f110-o1 input::-webkit-input-placeholder, #wpcf7-f110-o1 textarea::-webkit-input-placeholder   {
    color:#737373;
}
#wpcf7-f110-o1 input::-moz-placeholder, #wpcf7-f110-o1 textarea::-moz-placeholder{
    color:#737373;
}
#wpcf7-f110-o1 textarea:-ms-input-placeholder , #wpcf7-f110-o1 input:-ms-input-placeholder{
    color:#737373;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fffdfc;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #fffdfc;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #fffdfc;
}
:-moz-placeholder { /* Firefox 18- */
  color: #fffdfc;
}

#container-158 .wrap{
    width:100%!important;
    max-width:100%!important;
}
.merite{
    width:48%;
}
.pro{
    width:50%;
}
.pro , .merite{
   
    float: left;
    margin-top:15px;
    min-height:208px;
}
.merite{
    margin-left:11px;
}

#post-23 .sixcol:last-child{
        margin-left: 15px;
}

#post-23 .first{
    width:50%;
}
#scrollToTop{
    position: absolute;
    bottom: 14px;
    right: 32px;
    color:#FFF;
}
#scrollToTop a{
    display: inline-block;
    margin-left: 11px;
    padding: 4px;
    border-radius: 236px;
    background-color:transparent;
}
#scrollToTop a:hover{
   background-color:#37bdbf;
}
#post-23 .first{
    margin-bottom:15px;
}
#post-70 .enfants ul{
    background-color: #37BDBF;
    padding: 15px;
    color: #FFF;
}
#post-70 .enfants ul li{
    list-style-type:none;
    margin:20px 0;
    font-size:15px;
}
#post-70 .eightcol table.horaire{
    width: 100%;
    margin-bottom: 15px;
    background-color: #37BDBF;
    color: #FFF;
    padding: 15px;
}
#post-70 .eightcol table.horaire tr{
    border-bottom:solid 1px #FFF;
    padding:10px 0;
}
#post-70 .eightcol table.horaire tr td:first-child{
    text-align:center;
    padding:11px;
}
#post-70 .entry-content img{
    min-width:100%;
    border: solid 2px #fd743b;
    border-radius: 8px;
}
.cours{
    color:#37BDBF;
    font-size: 22px;
    line-height: normal;
}
.color-bleu{
    color:#37BDBF;
}
.color-orange{
    color:#fd743b;
}
.valeur-garderie{
    color:#37BDBF;
    margin-left: 20px;
}
.valeur-garderie li{
    list-style-type:none;
}
.mg{
    margin-left:35px;
}
.color-orange.description p{
    font-size:16px;    
}
#post-72 .fourcol .img-desc img{
    min-width:100%;
    border: solid 2px #fd743b;
    border-radius: 8px;
}
.contactez-nous{
    background-color: #37BDBF;
    padding: 25px;
    border-radius: 5px;
    text-align: center;
    line-height: normal;
}
.contactez-nous h3{
    color:#FFF!important;
}
.gouter{
   text-align: center;
    margin-top: 100px;
    background-color: #fd743b;
    padding: 27px;
    margin: 75px;
    border:solid 2px #ff8a00;
}
#navigation #main-nav-1 .children{
   position: absolute;
    width: 207px;
    
    z-index:20;
    display:none;
}
#navigation #main-nav-1 .children > li{
    width:100%;
    
}

#navigation #main-nav-1 .children > li a{
    background-color:#fd743b; 
    font-size: 17px;
}
#navigation #main-nav-1 .children > li a:hover{
    background-color:#37BDBF; 
}

#navigation #main-nav-1 .menu-item-has-children:hover .children{
    display:block;
}
#post-249 h3{
    text-align:center;
    margin-bottom:0px;
}
#post-249 p{
    margin-top:0px;
}
@media all and (max-width:768px){
    #navigation #main-nav-1 .children{
       position: relative;
        display:block;
        width: 96%;
        margin: auto;
    }
    #navigation #main-nav-1 .children > li a{
        background-color:#37BDBF; 
        font-size: 14px;
    }
    #navigation #main-nav-1 .children > li a:hover{
        background-color:#fd743b; 
    }
    
}
#post-249 .fourcol a img{
    padding: 11px;
    background-color:#37BDBF;
    padding-bottom: 48px;
    border-radius: 3px;
}
#post-249 h3{
    line-height:normal;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font-size: 17px;
    font-weight: 900;
}
#post-249 .fourcol {
    position: relative;
    padding-top: 62px;
    margin-left: 4.76243%;
}
