/**
  * @outputFile ../css/style.css
  * @outputStyle expanded
  */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
	display: block;
}
/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio, canvas, video {
	display: inline-block;
	display: inline;
	zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
 display: none;
 height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
 display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
	font-size: 100%;
	/* 1 */
  -webkit-text-size-adjust: 100%;
	/* 2 */
  -ms-text-size-adjust: 100%;/* 2 */
}
/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html, button, input, select, textarea {
	font-family: sans-serif;
}
/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
	margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
	outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:active, a:hover {
	outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
h2 {
	font-size: 1.5em;
	margin: 0.83em 0;
}
h3 {
	font-size: 1.17em;
	margin: 1em 0;
}
h4 {
	font-size: 1em;
	margin: 1.33em 0;
}
h5 {
	font-size: 0.83em;
	margin: 1.67em 0;
}
h6 {
	font-size: 0.75em;
	margin: 2.33em 0;
}
/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
	border-bottom: 1px dotted;
}
/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b, strong {
	font-weight: bold;
}
blockquote {
	margin: 1em 40px;
}
/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
	font-style: italic;
}
/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
	background: #ff0;
	color: #000;
}
/*
 * Addresses margins set differently in IE6/7.
 */
p, pre {
	margin: 1em 0;
}
/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code, kbd, pre, samp {
	font-family: monospace, serif;
	_font-family: 'courier new', monospace;
	font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
	quotes: none;
}
/*
 * Addresses `quotes` property not supported in S4.
 */
q:before, q:after {
	content: '';
	content: none;
}
small {
	font-size: 75%;
}
/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl, menu, ol, ul {
	margin: 1em 0;
}
dd {
	margin: 0 0 0 40px;
}
/*
 * Addresses paddings set differently in IE6/7.
 */
menu, ol, ul {
	padding: 0 0 0 40px;
}
/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul, nav ol {
	list-style: none;
	list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
	border: 0;
	/* 1 */
  -ms-interpolation-mode: bicubic;/* 2 */
}

/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
 overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
	margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
	margin: 0;
}
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
	border: 0;
	/* 1 */
  padding: 0;
	white-space: normal;
	/* 2 */
  margin-left: -7px;/* 3 */
}
/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button, input, select, textarea {
	font-size: 100%;
	/* 1 */
  margin: 0;
	/* 2 */
  vertical-align: baseline;
	/* 3 */
  vertical-align: middle;/* 3 */
}
/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button, input {
	line-height: normal;
}
/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	/* 2 */
  cursor: pointer;
	/* 3 */
  overflow: visible;/* 4 */
}
/*
 * Re-set default cursor for disabled elements.
 */
button[disabled], input[disabled] {
	cursor: default;
}
/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	/* 1 */
  padding: 0;
	/* 2 */
  height: 13px;
	/* 3 */
  width: 13px;/* 3 */
}
/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
input[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
  -moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	/* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}

/*
 * Removes inner padding and border in FF3+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
	overflow: auto;
	/* 1 */
  vertical-align: top;/* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/
p {
	-webkit-hyphens: auto;
	-epub-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
b, strong, .strong {
	font-weight: bold;
}
dfn, em, .em {
	font-style: italic;
}
small, .small {
	font-size: 75%;
}
ul, ol {
	padding: 0;
}
dd {
	margin: 0;
}
.sidebar ul, .sidebar ol, .commentlist {
	list-style: none;
}
/**
 * @outputFile ../css/_mixins.css
 * @outputStyle expanded
 */
/******************************************************************

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of Sass' great features:
Mixins & Constants. I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques like box shadow and
border-radius.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

******************************************************************/
/*********************
CLEARFIXIN'
*********************/
.clearfix {
	zoom: 1;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
/*********************
TOOLS
*********************/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.image-replacement {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/*********************
TYPOGRAPHY
*********************/
/* 	To embed your own fonts, use this syntax
	and place your fonts inside the
	library/fonts folder. For more information
	on embedding fonts, go to:
	http://www.fontsquirrel.com/
	Be sure to remove the comment brackets.
*/
/*	@font-face {
    	font-family: 'Font Name';
    	src: url('library/fonts/font-name.eot');
    	src: url('library/fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('library/fonts/font-name.woff') format('woff'),
             url('library/fonts/font-name.ttf') format('truetype'),
             url('library/fonts/font-name.svg#font-name') format('svg');
    	font-weight: normal;
    	font-style: normal;
	}
*/
/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
	font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif !important;
	font-style: italic;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.alert, .alert-warning, .alert-info, .alert-error, .alert-success {
	margin: 10px;
	padding: 10px 18px;
	border: 1px solid;
}
.alert-warning {
	border-color: #fff689;
	background: #fff9b2;
}
.alert-info {
	border-color: #b2def2;
	background: #d5edf8;
}
.alert-error {
	border-color: #f6bfc2;
	background: #fbe3e4;
}
.alert-success {
	border-color: #b3e7a2;
	background: #cdefc2;
}
.accent-bg {
	background-color: red;
	color: white;
	padding: 0 .2em;
}
/*********************
BORDER RADIUS
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include border-radius(4px 4px 0 0);
*/
/*********************
TRANISTION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
a, input, textarea {
	-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.7.0 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.7.0");
 src: url("../fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/font-awesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/font-awesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/css/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-marker:before {
	content: "\f041";
}
.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";
}
.fa-bus:before {
	content: "\f207";
}
.fa-car:before {
	content: "\f1b9";
}
/*
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: "Georgia", Cambria, Times New Roman, Times, serif;
	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: monospace, serif;
	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(/modeles/fr/defaut/css/../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;
}

/* 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: black;
	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: "Helvetica Neue", Helvetica, Arial, sans-serif;
	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 {
	text-align: center;
	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;
}
#main-nav {
	overflow: scroll;
	max-height: 330px;
}
.nav {
	border: 1px solid #ccc;
	border-bottom: 0;
	margin: 0px;/* end .menu li */
  /* highlight current page */
  /* end current highlighters */
}
.nav li {
	z-index: 100;/*
  so you really have to rethink your dropdowns for mobile.
  you don't want to have it expand too much because the
  screen is so small. How you manage your menu should
  depend on the project. Here's some great info on it:
  http://www.alistapart.com/articles/organizing-mobile/
  */
}
.nav li a {
	-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: Arial, Helvetica;/*
  remember this is for mobile ONLY, so there's no need
  to even declare hover styles here, you can do it in
  the style.scss file where it's relevant. We want to
  keep this file as small as possible!
  */
}
.nav li 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 {
	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 {
	padding: 15px 0;
	margin-bottom: 20px !important;
}
.page-template-page-onepage-php .page-header {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
.page-title {
	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(/modeles/fr/defaut/css/../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_cont h4 {
	text-align: center;
	color: #fff;
}
.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: red;
}
.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: white;
	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 red;
}
.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 red;
}
/* 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: red;
}
.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: red;
}
.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: 18px;
	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: #444444;
	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: red;
	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 #eeeeee 0px 0px;
	margin-right: 5px;
}
.direction-nav .prev:hover {
	background: url(images/small-arrow-left.png) no-repeat -20px 0px red;
}
.direction-nav .next {
	background: url(images/small-arrow-right.png) no-repeat #eeeeee -20px 0px;
}
.direction-nav .next:hover {
	background: url(images/small-arrow-right.png) no-repeat 0px 0px red;
}
.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: #eeeeee;
	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: red;
	color: white;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	/* IE 8 */
  filter: alpha(opacity=0);
 -webkit-transition: all .33s linear;
 -moz-transition: all .33s linear;
 -o-transition: all .33s linear;
 transition: all .33s linear;
}
.portfolio-container .overlay .overlay-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: white;
}
.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: white !important;
}
.portfolio-container .overlay:hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	/* IE 8 */
  filter: alpha(opacity=100);
 -webkit-transition: all .33s linear;
 -moz-transition: all .33s linear;
 -o-transition: all .33s linear;
 transition: all .33s linear;
}
.portfolio-container .overlay:hover .portfolio-zoom {
	-webkit-transform: translateX(0%) rotate(-180deg);
	-moz-transform: translateX(0%) rotate(-180deg);
	-ms-transform: translateX(0%) rotate(-180deg);
	-o-transform: translateX(0%) rotate(-180deg);
	transform: translateX(0%) rotate(-180deg);
}
.portfolio-container .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 {
	font-size: 12px;
	text-transform: uppercase;
	margin: 0 10px 5px;
	padding: 5px 9px;
	display: inline-block;
	color: #3d3d3d;
	cursor: pointer;
}
.portfolio-filter li:hover {
	color: #3d3d3d !important;
}
.portfolio-filter li.active {
	background: #252525;
}
.portfolio-filter li.active {
	color: #ffffff;
}
.portfolio-filter li.active: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 #eeeeee no-repeat;
}
#portfolio-loader #portfolio-close:hover, .portfolio-loader #portfolio-close:hover {
	background: url(images/close.png) 0 0 red 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(/modeles/fr/defaut/css/../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(/modeles/fr/defaut/css/../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(/modeles/fr/defaut/css/../images/link.png) no-repeat center center #3d3d3d;
	text-indent: -9999px;
}
.portfolio-link:hover {
	background-color: red;
}
.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: #BE9E63;
}
/*********************
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: red;
}
.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 #eeeeee !important;
	border-top: 0px solid #eeeeee;
	overflow: hidden;
}
.vertical.ui-tabs .ui-tabs-nav li:first-child {
	border-top: 0px solid #eeeeee;
}
.vertical.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
	color: red;
	-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 #eeeeee;
	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: red;
}
.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(/modeles/fr/defaut/css/../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: #BE9E63;
	text-shadow: none;
}
.ls-wrapper .ls-nav .current {
	/*background: #f2f2f2;*/
  color: #BE9E63;
	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(/modeles/fr/defaut/css/../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(/modeles/fr/defaut/css/../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: white;
	border: 1px solid #f3f3f3;
	border-left: 0px;
}
#demo-styles .handle span {
	margin: 6px 12px;
	font-size: 24px;
	display: block;
}
#demo-styles #demo-content {
	background: white;
	padding: 20px;
	border: 1px solid #f3f3f3;
}
#demo-styles #demo-content select {
	width: 180px;
}
#demo-styles #demo-content .background-pattern {
	cursor: pointer;
	border: 1px solid #ddd;
}
.colorpicker {
	z-index: 1001;
}

/*
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*/
@media only screen and (min-width: 481px) {
  /******************************************************************

  Stylesheet: 481px and Up Stylesheet

  This stylesheet is loaded for larger devices. It's set to
  481px because at 480px it would load on a landscaped iPhone.
  This isn't ideal because then you would be loading all those
  extra styles on that same mobile connection.

  A word of warning. This size COULD be a larger mobile device,
  so you still want to keep it pretty light and simply expand
  upon your base.scss styles.

  ******************************************************************/
  /**
   * @outputFile ../css/_481up.css
   * @outputStyle expanded
   */
  /*********************
  NAVIGATION STYLES
  *********************/
  /* .menu is clearfixed inside mixins.scss */
  .menu {
/* end .menu ul */
  }
 .menu ul {
/* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
 .menu ul li {
/*
    plan your menus and drop-downs wisely.
    */
  }
 .menu ul li a {
/*
    you can use hover styles here even though this size
    has the possibility of being a mobile device.
    */
  }

  /* end .menu */
  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* entry content */
  .entry-content {
/* at this larger size, we can start to align images */
  }
 .entry-content .alignleft, .entry-content img.alignleft {
 margin-right: 1.5em;
 display: inline;
 float: left;
}
 .entry-content .alignright, .entry-content img.alignright {
 margin-left: 1.5em;
 display: inline;
 float: right;
}
 .entry-content .aligncenter, .entry-content img.aligncenter {
 margin-right: auto;
 margin-left: auto;
 display: block;
 clear: both;
}

  /* end .entry-content */
  /*********************
  FOOTER STYLES
  *********************/
  /*
  check your menus here. do they look good?
  do they need tweaking?
  */
  /* end .footer-links */
  /*********************
  PORTFOLIO
  *********************/
  .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 */
  #mobile-nav-button {
 display: none;
}
 #main-nav {
 display: block !important;
}
 #main-nav {
 position: relative;
 float: left;
 display: block;
 overflow: inherit;
 left: 50%;
}
 #main-nav li {
 position: relative;
 float: left;
 display: block;
 right: 50%;
}
 #main-nav .children li {
 right: 0%;
}
 header[role=banner].scrolled nav {
 float: right !important;
}
 nav.center {
 float: none;
}
 .nav {
 border: 0;
 float: none;
 clear: none;
/* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
 .nav [class^="icon-"]:before, .nav [class*=" icon-"]:before {
 display: none;
 position: static;
 height: auto;
 width: 100%;
 margin-left: 0px;
 margin-bottom: 3px;
}
 .nav li {
 float: left;
 position: relative;
 padding: 0px;
/*
    plan your menus and drop-downs wisely.
    */
    /* showing sub-menus */
  }
 .nav li:last-child a:before {
 width: 0px;
}
 .nav li a {
 z-index: 100;
 border-bottom: 0;
 margin: 0px;
 padding: 0px 25px;
 letter-spacing: 1px;
 position: relative;
 width: auto;
/*
    you can use hover styles here even though this size
    has the possibility of being a mobile device.
    */
  }
 .nav li a:before {
 content: '';
 width: 1px;
 height: 17px;
 background-color: rgba(100, 100, 100, 0.2);
 display: block;
 position: absolute;
 top: 50%;
 right: 0px;
 margin-top: -7px;
}
 .nav li ul.sub-menu,  .nav li ul.children {
 font-size: 15px;
 letter-spacing: 1px;
 background: #fff;
 margin-top: 0px;
 padding-top: 10px;
 padding-bottom: 10px;
 position: absolute;
 opacity: 0;
 -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity= $value * 100 );
 filter: alpha(opacity=0);
 zoom: 1;
 z-index: 8999;
 -webkit-transition: all 0.3s ease-in-out;
 -moz-transition: all 0.3s ease-in-out;
 -ms-transition: all 0.3s ease-in-out;
 -o-transition: all 0.3s ease-in-out;
 -transition: all 0.3s ease-in-out;
 transition: all 0.3s ease-in-out;
 visibility: hidden;
/* highlight sub-menu current page */
  }
 .nav li ul.sub-menu [class^="icon-"]:before, .nav li ul.sub-menu [class*=" icon-"]:before,  .nav li ul.children [class^="icon-"]:before,  .nav li ul.children [class*=" icon-"]:before {
 display: none;
 position: static;
 height: auto;
 width: 100%;
 margin-left: 0px;
 margin-bottom: 3px;
}
 .nav li ul.sub-menu li,  .nav li ul.children li {
 padding: 0px;
 line-height: 25px !important;
/*
    if you need to go deeper, go nuts
    just remember deeper menus suck
    for usability. k, bai.
    */
  }
 .nav li ul.sub-menu li [class^="icon-"]:before, .nav li ul.sub-menu li [class*=" icon-"]:before,  .nav li ul.children li [class^="icon-"]:before,  .nav li ul.children li [class*=" icon-"]:before {
 display: block;
}
 .nav li ul.sub-menu li a,  .nav li ul.children li a {
 color: #3d3d3d;
 padding-left: 35px;
 padding-right: 35px;
 border-right: 0;
 display: block;
 min-width: 170px;
 margin: 0px;
 border-bottom: 0px;
 white-space: nowrap;
}
 .nav li ul.sub-menu li a:before,  .nav li ul.children li a:before {
 border-bottom: 0px solid #262626 !important;
 height: 0px;
}
 .nav li ul.sub-menu li:last-child a,  .nav li ul.children li:last-child a {
 border-bottom: 0;
}
 .nav li ul.sub-menu li:hover ul,  .nav li ul.children li:hover ul {
 z-index: 100;
 opacity: 1;
 -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity= $value * 100 );
 filter: alpha(opacity=100);
 zoom: 1;
 visibility: visible;
 transition-delay: 0s;
}
 .nav li ul.sub-menu li.parent:after,  .nav li ul.children li.parent:after {
 content: '\e859';
 font-family: 'entypo';
 font-size: 16px;
 position: absolute;
 top: 50%;
 right: 20px;
 margin-top: -13px;
 display: block;
}
 .nav li ul.sub-menu .children,  .nav li ul.children .children {
 opacity: 0;
 -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity= $value * 100 );
 filter: alpha(opacity=0);
 zoom: 1;
 top: 0px;
 margin-top: 0;
 left: 100%;
 padding: 0px;
}
 .nav li:hover ul {
 top: auto;
 z-index: 100;
 opacity: 1;
 -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity= $value * 100 );
 filter: alpha(opacity=100);
 zoom: 1;
 visibility: visible;
 transition-delay: 0s;
}
 .nav li [class^="icon-"]:before, .nav li [class*=" icon-"]:before {
 width: 100%;
 font-size: 20px;
 display: block;
}

  /* end .nav */
  nav.vertical {
 position: fixed;
 left: 0px;
 height: 100%;
 max-width: 120px;
 z-index: 10;
 background: #262626;
}
 nav.vertical .top-nav li {
 width: 100%;
 text-align: center;
 padding: 0px;
 display: table;
}
 nav.vertical .top-nav li a {
 padding: 0;
 margin: 0px;
 height: 120px;
 width: 120px;
 display: table-cell;
 vertical-align: middle;
 font-size: 10px;
}
 nav.vertical .top-nav li:hover a:before {
 border: 0px;
}
 nav.vertical .top-nav li ul.children {
 left: 100%;
 top: 0px;
 margin: 0px;
 padding: 0px;
}
 nav.vertical .top-nav li ul.children li {
 height: 120px;
 width: 120px;
 min-width: 120px;
 display: table;
}
 nav.vertical .top-nav li ul.children li a {
 display: table-cell;
 vertical-align: middle;
 padding: 0px;
 min-width: 120px;
 width: 120px;
}
 nav.vertical .top-nav li ul.children li.parent:after {
 content: '';
}
 nav.vertical #header3 {
 margin-top: 20px;
}
 nav.vertical #header3 .social-icons li {
 width: 100%;
 text-align: center;
 padding: 0px;
}
 nav.vertical #header3 .social-icons li a {
 margin: 0 auto;
}
 nav.center {
 float: none;
}

  /*********************
  MAIN ENTRY STYLES
  *********************/
  #main {
 width: 74.30939226%;
 float: left;
}
 #main.no-sidebar {
 width: 100%;
 margin-left: 0px;
}
 #main.sidebar-left {
 float: right;
}
 #main.sidebar-right {
 margin-left: 0px;
}

  /*********************
  SIDEBARS & ASIDES
  *********************/
  #sidebar {
 width: 22.928176794%;
 float: left;
 margin-top: 0px;
}
 #sidebar.sidebar-left {
 float: left;
 margin-left: 0px;
}
 .widget {
 padding: 0px;
}
 .widget ul li {
/* deep nesting */
  }
 .widget ul li ul {
 margin-top: 0.75em;
 padding-left: 1em;
}

  /* links widget */
  /* meta widget */
  /* pages widget */
  /* recent-posts widget */
  /* archives widget */
  /* tag-cloud widget */
  /* calendar widget */
  /* category widget */
  /* recent-comments widget */
  /* search widget */
  /* text widget */
  /*********************
  FOOTER STYLES
  *********************/
  /*
  you'll probably need to do quite a bit
  of overriding here if you styled them for
  mobile. Make sure to double check these!
  */
  .footer-links ul li {
/*
    be careful with the depth of your menus.
    it's very rare to have multi-depth menus in
    the footer.
    */
  }

  /* end .footer-links */
  .isotope-item {
 margin-left: -1px !important;
}
 .portfolio2c.portfolio-container {
 margin-right: -2px !important;
}
 .portfolio2c.portfolio-container .isotope-item {
 width: 50%;
    /*margin: 0 .8% 11px .8%;*/
    margin: 0;
}
 .portfolio3c.portfolio-container {
 margin-right: -3px !important;
}
 .portfolio3c.portfolio-container .isotope-item {
 width: 33.33%;
    /*margin: 0 .8% 11px .8%;*/
    margin: 0;
}
 .portfolio4c.portfolio-container {
 margin-right: -4px !important;
}
 .portfolio4c.portfolio-container .isotope-item {
 width: 25%;
    /*margin: 0 .5% 8px .5%;*/
    margin: 0;
}
 .portfolio5c.portfolio-container {
 margin-right: -5px !important;
}
 .portfolio5c.portfolio-container .isotope-item {
 width: 20%;
    /*margin: 0 .5% 8px .5%;*/
    margin: 0;
}
 #demo-styles {
 display: block;
}
 .widget ul li.current-cat a:after, .widget ul li.widget_subpages_current_page a:after {
 display: block;
}

  /* post meta */
  .byline .tags {
 float: right;
 position: absolute;
 right: 0;
}
 .byline .tags .post-icon {
 float: right;
 padding-right: 0px;
}
 .vertical.ui-tabs .ui-tabs-nav {
 border-right: 1px solid #DADADA;
}
 .direction-nav {
 position: absolute;
}
 .page .metaslider.small-captions .flex-direction-nav {
 display: block;
}
 .metaslider .caption-wrap {
 display: block !important;
}

  /*********************
  LIQUID SLIDER
  *********************/
  .ls-wrapper .ls-select-box {
 display: none !important;
}
 .ls-wrapper .ls-nav ul {
 display: block !important;
}

  /*********************
  ANIMATE
  *********************/
  .luxe-animate.hidden {
 visibility: hidden;
}
 .luxe-animate.animated {
 visibility: visible;
}
}
/*
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 1030px) {
/**
   * @outputFile ../css/_1030up.css
   * @outputStyle expanded
   */
  /******************************************************************

  Stylesheet: Desktop Stylsheet

  This is the desktop size. It's larger than an iPad so it will only
  be seen on the Desktop.

  ******************************************************************/
}
/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1240px) {
/******************************************************************

  Stylesheet: Super Large Monitor Stylesheet

  You can add some advanced styles here if you like. This kicks in
  on larger screens.

  ******************************************************************/
}
/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
/**
   * @outputFile ../css/_2x.css
   * @outputStyle expanded
   */
  /******************************************************************

  Stylesheet: Retina Screens & Devices Stylesheet

  When handling retina screens you need to make adjustments, especially
  if you're not using font icons. Here you can add them in one neat
  place.

  ******************************************************************/
  /*

  EXAMPLE
  Let's say you have an image and you need to make sure it looks ok
  on retina screens. Let's say we have an icon which dimension are
  24px x 24px. In your regular stylesheets, it would look something
  like this:

  .icon {
  	width: 24px;
  	height: 24px;
  	background: url(img/test.png) no-repeat;
  }

  For retina screens, we have to make some adjustments, so that image
  doesn't look blurry. So, taking into account the image above and the
  dimensions, this is what we would put in our retina stylesheet:

  .icon {
  	background: url(img/test@2x.png) no-repeat;
  	background-size: 24px 24px;
  }

  So, you would create the same icon, but at double the resolution, meaning
  it would be 48px x 48px. You'd name it the same, but with a @2x at the end
  (this is pretty standard practice). Set the background image so it matches
  the original dimensions and you are good to go.

  */
}
/*
iPHONE 5 MEDIA QUERY
Want to get fancy for no good reason? Knock yourself out.
*/
/*
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*/
@media print {
/**
   * @outputFile ../css/_print.css
   * @outputStyle expanded
   */
  /******************************************************************

  Stylesheet: Print Stylesheet

  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.

  ******************************************************************/
  * {
	background: transparent !important;
	color: black !important;
	text-shadow: none !important;
	filter: none !important;
	-ms-filter: none !important;
}
a, a:visited {
	color: #444 !important;
	text-decoration: underline;
}
a:after, a:visited:after {
	content: " (" attr(href) ")";
}
a abbr[title]:after, a:visited abbr[title]:after {
	content: " (" attr(title) ")";
}
 .ir a:after,  a[href^="javascript:"]:after,  a[href^="#"]:after {
 content: "";
}
pre, blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}
thead {
	display: table-header-group;
}
tr, img {
	page-break-inside: avoid;
}
img {
	max-width: 100% !important;
}
 @page {
 margin: 0.5cm;
}
p, h2, h3 {
	orphans: 3;
	widows: 3;
}
h2,  h3 {
	page-break-after: avoid;
}
.sidebar,  .page-navigation,  .wp-prev-next,  .respond-form,  nav {
	display: none;
}
}
div.wpcf7 {
	margin: 0;
	padding: 0;
}
div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}
div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}
div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}
div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}
div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
}
span.wpcf7-form-control-wrap {
	position: relative;
}
span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 1em;
	display: block;
}
.use-floating-validation-tip span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #ff0000;
	background: #fff;
	padding: .2em .8em;
}
span.wpcf7-list-item {
	margin-left: 0.5em;
}
.wpcf7-display-none {
	display: none;
}
div.wpcf7 img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin-left: 4px;
}
div.wpcf7 div.ajax-error {
	display: none;
}
div.wpcf7 .placeheld {
	color: #888;
}
/*----------fin style form-----------*/


header[role="banner"] {
	background:rgba(255, 255, 255, 1.0);
}
header[role="banner"] {
	border-top:inherit solid #ccc;
	border-right:inherit solid #ccc;
	border-bottom:inherit solid #ccc;
	border-left:inherit solid #ccc;
}
header[role="banner"].scrolled {
	background:rgba(37, 37, 37, 1.00);
}
header[role="banner"].scrolled nav li a {
	color:#fff;
}
header[role="banner"].scrolled nav li a:hover {
	color:#F1BE03;
}
header[role="banner"] .nav li a {
	font-family:Open Sans;
	font-weight:normal;
	font-style:normal;
	font-size:13px;
	color:#777777;
}
.accent, header[role="banner"] .nav li a:hover, .portfolio-container .isotope .portfolio-title a:hover, .portfolio-filter .active a, .blog-author, .updated, .post-meta a, .widget_categories a, .widget_archive a, .commentlist .comment-reply-link, .commentlist .comment-time, .trigger:before {
	color:#F1BE03;
}
body {
	background-color:#ffffff;
}
body, p, input, textarea {
	font-family:Noticia Text, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-style:normal;
	font-size:13px;
	line-height:25px;
	color:#9e9e9e;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .button, input[type=submit] {
	font-family:Open Sans;
	font-weight:700;
	font-style:normal;
	letter-spacing:px;
	color:#191819;
}
.extra-font {
	font-family:Syncopate;
	font-weight:400;
	font-style:normal;
	color:#333;
}
a {
	color:#333333;
}
a:hover {
	color:#F1BE03;
}
.button .button-text, input[type="submit"], .button .button-icon {
	color:#ffffff;
}
.button .button-text, input[type="submit"], .button .button-icon:hover {
	color:#fff;
}
#footer-copy {
	background-color:#262626;
}
footer[role="contentinfo"] h1, footer[role="contentinfo"] h2, footer[role="contentinfo"] h3, footer[role="contentinfo"] h4, footer[role="contentinfo"] h5, footer[role="contentinfo"] h6 {
	font-size:18px;
	color:#f4f4f4;
}
footer[role="contentinfo"] {
	font-weight:normal;
	font-style:normal;
	font-size:14px;
	color:#9e9e9e;
}
footer[role="contentinfo"] a {
	color:#fff;
}
footer[role="contentinfo"] a:hover {
	color:#F1BE03;
}
/*----------------------------------------------------------------------------------------------------------*/
body {
	overflow: hidden;
}
i {
	color: #191819;
}
.sticky .post-main {
	border-bottom: 3px solid #BE9E63;
}
.luxe-page-navigation li:hover {
	border-color:#F1BE03;
}
.tags:before {
	color: #191819;
}
.feature:hover .feature-title, .feature:hover .feature-icon {
	color: #BE9E63 !important;
}
.feature.style2 .feature-icon {
	color: #BE9E63;
}
.feature.style3 i:after {
	background-color: #BE9E63;
}
.portfolio-container .overlay {
	background-color: #BE9E63;/*display:none;*/
}
.port_ajax_icons .prev-port-link:hover, .port_ajax_icons .next-port-link:hover, .port_ajax_icons .close-port-link:hover {
	background-color: #BE9E63;
}
.team-member .team-overlay {
	background-color: #BE9E63;
}
.button, .button.inverse:hover, input[type='submit'] {
	background-color: #252525;
}
.button:hover, .button.inverse, input[type='submit']:hover {
	background-color: #BE9E63;
}
.social .socialbar .social-icons li a:hover {
	color: #BE9E63 !important;
}
 @media only screen and (min-width: 768px) {
 header[role='banner'] {
height: 180px;
}
 header[role='banner'] #logo {
max-height: 180px;
}
 header[role='banner'].scrolled {
height: 50px;
}
 header[role='banner'].scrolled .nav li {
line-height: 50px;
}
 header[role='banner'].scrolled .nav li ul.children {
background-color: #252525;
}
 header[role='banner'].scrolled #logo {
max-height: 50px;
}
 #content {
margin-top: 180px;
}
}
	/*********************
	MOBILE HEADER SETTINGS
	*********************/

	@media all and (max-width: 768px) {
 header[role='banner'] {
 position: fixed;
 top:0px;
 height:50px;
 background-color:#252525;
}
 header[role='banner'] #top-logo {
display: none !important;
}
 header[role='banner'] #logo {
display: block !important;
}
 header[role='banner'] .nav li a {
 color:#fff;
}
 header[role='banner'] .nav li a:hover {
 color:#F1BE03;
}
 header[role='banner'] .nav li {
line-height: 50px;
}
 header[role='banner'] #logo img {
 max-height: 50px;
}
 #main-nav {
 position: absolute;
 display: none;
 border: 0px;
 padding: 10px 40px;
 top: 100%;
 right: 0px;
 width: auto;
 max-width: 108%;
 width:108%;
 margin-right: -15px;
 margin-left:-15px;
 background: #252525;;
 text-align: left;
}
 #main-nav li {
 padding: 10px 10px;
}
 #main-nav li ul.children li a {
 padding:0;
padding-left:20px;
}
 #content {
 margin-top: 50px;
}
}
/*----------------------------------------------------------------------------------------------------------*/
body {
background-color:;
}
body {
	background-image: url('');
}
body {
background-repeat:;
}
body {
background-attachment:;
}
body {
background-position:;
}
#container-23 {
	background-color: rgb(255,255,255);
}
#container-23:after {
	border-top-color: rgb(255,255,255);
}
#container-23 {
	background-image: url('');
}
#container-23 {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#container-23 {
	background-attachment: scroll;
}
#container-23 {
background-position:;
}
#container-135 {
background-color:;
}
#container-135:after {
border-top-color:;
}
#container-135 {
	background-image: url('');
}
#container-135 {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#container-135 {
	background-attachment: scroll;
}
#container-135 {
background-position:;
}
#container-20 {
background-color:;
}
#container-20:after {
border-top-color:;
}
#container-20 {
	background-image: url(/modeles/fr/defaut/css/../images/1000x700_28.jpg);
}
#container-20 {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#container-20 {
	background-attachment: fixed;
}
#container-20 {
background-position:;
}
#container-9 {
background-color:;
	padding-bottom: 0;
}
#container-9:after {
border-top-color:;
}
#container-9 {
	background-image: url('');
}
#container-9 {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#container-9 {
	background-attachment: scroll;
}
#container-9 {
background-position:;
}
#container-66 {
background-color:;
}
#container-66:after {
border-top-color:;
}
#container-66 {
	background-image: url('');
}
#container-66 {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#container-66 {
	background-attachment: scroll;
}
#container-66 {
background-position:;
}
#container-64 {
background-color:;
}
#container-64:after {
border-top-color:;
}
#container-64 {
	background-image: url('');
}
#container-64 {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#container-64 {
	background-attachment: scroll;
}
#container-64 {
background-position:;
}
#container-12 {
	background-color: rgb(255,255,255);
}
#container-12:after {
	border-top-color: rgb(255,255,255);
}
#container-12 {
	background-image: url('');
}
#container-12 {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#container-12 {
	background-attachment: scroll;
}
#container-12 {
background-position:;
}
#container-116 {
background-color:;
}
#container-116:after {
border-top-color:;
}
#container-116 {
	background-image: url(/modeles/fr/defaut/css/../images/1000x664_26.jpg);
}
#container-116 {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#container-116 {
	background-attachment: fixed;
}
#container-116 {
background-position:;
}
#container-60 {
background-color:;
}
#container-60:after {
border-top-color:;
}
#container-60 {
	background-image: url(/modeles/fr/defaut/css/../images/1000x750_27.jpg);
}
#container-60 {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#container-60 {
	background-attachment: fixed;
}
#container-60 {
background-position:;
}
.header {
}
#post-2000 .luxe_testimonial_rotator h4, #post-2000 .luxe_testimonial_rotator h4 span {
	color:#252525 !important;
}
/*style customise*/
#footer-copy .widget_footer h5 {
	display:none;
}
#footer-copy .widget_footer {
	margin:0;
	padding:0;
}
.portfolio-container .overlay {
	display:inherit;
}
#map_canvas {
	width: 100%;
	height: 350px;
}
#divmap_4 {
	width:100% !important;
}
#search_input_box {
	border-radius: 0;
	padding-right: 90px;
}
.button .button-text, input[type="submit"], .button .button-icon:hover {
	color: #FFFFFF;
}
.luxe-page-navigation li.pager_current_page {
	line-height: 28px;
	position: relative;
	color: white;
	background: #252525;
	cursor: default;
}
.luxe-page-navigation li.pager_current_page:hover, .luxe-page-navigation li.pager_current_page:focus {
	border-color: #252525 !important;
}
/*ajout*/
.portfolio-container .overlay {
	display:inherit;
}
#divmap_4 {
	width:100% !important;
}
.widget_footer h5 {
	display:none;
}
.portfolio-container img.portfolio-image { width: 100%; }
.portfolio4c.portfolio-container .isotope-item {
    margin: 0;
    overflow: hidden;
    width: 25%;
}
.portfolio-container img.portfolio-image{ max-width:none;}




/*====================== CORRECT WN ===================*/
#preloader {background:#000;}
/*#status {background-image:/modeles/fr/defaut/css/../images/bg/bg01.jpg;}*/
/*#post-12 .threecol:last-child {display:none;}*/
#portfolio-filter {display:none;}
#post-23 .liquid-slider .feature.style2 .feature-heading {display:none;}
/*#post-23 .tab4 {display:none;}*/
#container-12 {padding-top:0;}
#container-66 {display:none;}
#post-60 .luxe-tweet-title {display:none;}
#post-60 .linkRS {margin:0; font-size:3em;}
#container-20 {background-image: url("/modeles/fr/defaut/css/../images/bg/bg01.jpg");}
#container-60 {background-image: url("/modeles/fr/defaut/css/../images/bg/bg02.jpg");}
#container-116 {background-image: url("/modeles/fr/defaut/css/../images/bg/bg03.jpg");}


/*==================== HEADER ====================*/
header {}
header[role="banner"] {background: #020000;}
.header #inner-header {max-width: 90%;}
header.scrolled[role="banner"] {border:none; z-index: 3000;}
/* logo */
.header #top-logo {margin:20px 0 0 0;}
.header #logo {margin-top:5px !important;}
/* navigation */
nav {text-align:center;}
#main-nav {text-align:center; float:none; left:auto; right:auto; margin-top: 8px;}
#main-nav li {float:none; left:auto; right:auto; display:inline-block; vertical-align:middle; margin:5px 0 0 0;}
header[role="banner"] .nav li a {color:#fff;}
.nav li a {padding:0 20px 0 20px; line-height:1.5em; }
#main-nav li#menu-item-1109 {display:none;}
/* telephone */
.headTel {position:absolute; left:0; top:5px; z-index:2; width:auto;}
.headTel p {width:auto; background: #F2F1F1; padding: 5px 15px 5px 15px; margin:0; font-size:1.2em;}
.headTel p span {font-weight: bold; color:#666;}
header.scrolled[role="banner"] .headTel {display:none;}
/* social */
.headRS {position:absolute; left:220px; top:5px; z-index:2; width:auto;}
.headRS ul {margin:0; padding:0; list-style:none;}
.headRS ul li {display: inline-block; margin:0 0 0 15px;}
.headRS ul li a {color:#707070; font-size:2em;}
.headRS ul li a:hover {color:#F1BE03;}
header.scrolled[role="banner"] .headRS {display:none;}
/* reservation */
.headResa {position:absolute; right:0; top:40px; z-index:2; width:auto; border:1px solid #646464; background:#ffffff;}
.headResa p {margin:0; padding:0;}
.headResa p strong {background: rgb(222,169,0); background: linear-gradient(0deg, rgba(222,169,0,1) 0%, rgba(255,222,111,1) 100%); color:#000; display:inline-block; vertical-align:middle; padding:10px 15px 10px 15px; font-weight:normal; font-size:1.5em;}
.headResa p span {font-size:2em; display:inline-block; vertical-align:middle; padding:0 5px 0 5px;  color:#000;}
.headResa p a:hover strong {background: rgb(222,169,0); background: linear-gradient(0deg, rgba(222,169,0,1) 0%, rgba(255,222,111,1) 100%);}
header.scrolled[role="banner"] .headResa {display:none;}
/* login 
.headCompte {position:absolute; right:0px; top:0px; z-index:2; width:auto;}
.headCompte h4 {display: none;}
.headCompte .widgetLoginLinks {}
.headCompte .widgetLoginLinks a { display: inline-block; margin: 0 0 0 10px; color: #ffffff;}
*/

/*==================== COMMUN ====================*/
*, body, p, input, textarea {font-family: "Helvetica Neue", Helvetica, Arial, Gotham, "sans-serif";}
p {color: #707070; line-height: normal; margin: 0 0 20px 0; font-size: 1.1em;}
#content ul, #content ol, #content a {color: #707070;}
#content a {text-decoration: underline;}
#content a:hover {text-decoration: none; color:#F1BE03;}
.button, .button.inverse:hover, input[type="submit"] {background: #000;}
input[type="submit"]:hover {background: rgb(222,169,0); background: linear-gradient(0deg, rgba(222,169,0,1) 0%, rgba(255,222,111,1) 100%);}
.widget {margin:0; padding:0;}
/***** player rwd *****/
.player {position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden;}
.player  iframe, .player  object, .player  embed {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
/* form avec placeholder */
::-webkit-input-placeholder {color: #666; opacity:1; font-size:1em;} /* Chrome/Opera/Safari */
::-moz-placeholder {color: #666; opacity:1; font-size:1em;} /* Firefox 19+ */
:-ms-input-placeholder {color: #666; opacity:1; font-size:1em;} /* IE 10+ */
:-moz-placeholder {color: #666; opacity:1; font-size:1em;} /* Firefox 18- */
/* placeholder focus */
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

/****** alerte info ******/
#alertinfo {margin:50px 0 0 0;}
#alertinfo .wrap {background:#000; padding:20px;}
#alertinfo h2 {color:#F1BE03; text-align:center;}
#alertinfo p {font-weight: bold; color:#fff;}
#alertinfo p a {color:#fff;}
#alertinfo p a:hover {color:#F1BE03;}

/*****  sidebar *****/
#floatNav {position: fixed; top:20%; right: 0; z-index: 9999; /*background: #16236A;*/ background: #000; border:1px solid #000; border-right: none;}
#floatNav .widget {display: block; text-align:right;}
#floatNav h4, #floatNav .widgetContainer {display:none;}
#floatNav .widgetContainer {}
#floatNav #btnCompte, #floatNav #btnPanier {padding:12px 12px 12px 16px; color:#fff; font-size:2.2em; line-height:1em; width:auto; margin:0; cursor: pointer;}
#floatNav #btnCompte:hover, #floatNav #btnPanier:hover {color:#F1BE03;}
#floatNav .headCompte .widgetLoginState, #floatNav .headCompte .widgetLoginUsername {display:none;}
#floatNav .headCompte .widgetLoginLinks a, #floatNav .headPanier .viewcart a {min-width: 160px; display:block; text-align:center; text-decoration: none; background:#fff;  padding: 15px; color: #000; border-bottom: 1px solid #000;}
#floatNav .headCompte .widgetLoginLinks a:hover, #floatNav .headPanier .viewcart a:hover {background:#F1BE03;}
#floatNav .headCompte {}
#floatNav #btnCompte {border-bottom: 1px solid #fff;}
#floatNav .headCompte .widgetLoginLinks {}
#floatNav .headPanier {}
#floatNav #btnPanier {padding-right:8px;}
#floatNav .headPanier .viewcart {}

/*==================== GENERIQUE ====================*/
#gen {}
#gen #bandotop {position:relative;}
#gen #bandotop #visuTop img {}
#gen #contentGen {padding: 50px 0 30px 0;}
#gen #contentGen h1 {color:#000; padding:0; margin:0; font-size:2em;}
#gen #contentGen h2 {padding:0; margin:40px 0 0 0; text-transform: none; font-size:1.6em;}
#gen #contentGen h2:first-child {margin: 0;}
#gen #contentGen h2 + p {margin: 0; padding: 0;}
.btnLink {text-align: center;}
.btnLink a {border:1px solid #000; display:inline-block;}
.btnLink a strong {background: #000; color:#fff; display:inline-block; vertical-align:middle; padding:10px 20px 10px 20px; font-weight:normal; font-size:1.2em;}
.btnLink a span {font-size:2em; display:inline-block; vertical-align:middle; padding:0 5px 0 12px;  color:#000;}
.btnLink a:hover strong {background: rgb(222,169,0); background: linear-gradient(0deg, rgba(222,169,0,1) 0%, rgba(255,222,111,1) 100%);}
p.bleu{color:#16236A;}
p.noir{color:#000;}

/*==================== ACCUEIL ====================*/
/*///// SLIDE /////*/
#container-9 {position:relative;}
.hoverslide {position: absolute; bottom:50%; width: 100%; text-align: center; z-index: 100;}
.hoverslide p {margin:0; padding:0; font-size:6.5em; color:#fff; font-weight:bold; font-style: italic; text-shadow:0 0 4px rgba(0,0,0,0.6);}
.metaslider {position:relative;}
.metaslider .caption-wrap .caption h1, .metaslider .caption-wrap .caption h2 {display:none;}
.metaslider .caption-wrap .caption .text {z-index:3000; position:absolute; bottom:50px; right:50px; margin:0; padding:0; text-align:right; }
.metaslider .caption-wrap .caption .text p {color:#fff; text-align:left; font-size:1.6em; text-shadow: 1px 1px 3px #000; font-family: "Century Gothic", Helvetica, Arial, "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", "sans-serif";}
.metaslider .caption-wrap .caption .text span {display:block; text-align: right; padding:5px 0 0 0;}
#container-9 .mainImage:before {content: ''; display:block;  width: 242px; height: 132px; background:url("/modeles/fr/defaut/css/../images/bigCorner01.png") top center no-repeat; position: absolute; top:0; left: 0; z-index: 2000;}
#container-9 .mainImage:after {content: ''; display:block;  width: 476px; height: 128px; background:url("/modeles/fr/defaut/css/../images/bigCorner02.png") top center no-repeat; position: absolute; bottom:0px; right: 0px; z-index: 2000;}

/*///// AGENDA - TEMP /////*/
#container-99 .inner-content{background: #efefef; text-align: center;}

/*///// TRIPLE BLOC TEXTE /////*/
#container-12 {padding-top:0; padding-bottom:0;}
#container-12 #HT01 {margin: 0 0 30px 0;}
#container-12 .page-header {padding: 0;}
#post-12 .feature-desc {text-align:left; min-height: 100px;}
#post-12 .threecol {width:30%; margin-top: 0;}
#container-12 .feature-heading {border-top: none;}
#content #container-12 .feature-heading a { text-decoration: none;}
#container-12 .threecol h3 {background-repeat: no-repeat; background-position: top center; background-size: 80px; padding: 85px 0 0 0; color:#020000 !important;}
#container-12 .threecol:hover h3{color:#020000 !important;}
#container-12 .threecol:nth-child(1) h3 {background-image: url("/modeles/fr/defaut/css/../images/picto-1.png");}
#container-12 .threecol:nth-child(2) h3 {background-image: url("/modeles/fr/defaut/css/../images/picto-2.png");}
#container-12 .threecol:nth-child(3) h3 {background-image: url("/modeles/fr/defaut/css/../images/picto-3.png");}
#container-12 .threecol .feature {padding: 0;}
#container-12 .feature-link {text-align: left; display: block; margin-top: 20px;}
#container-12 .feature-link p {border:1px solid #020000; display: inline-block; line-height: 2em;}
#content #container-12 .feature-link a {font-size:0.9em; text-decoration: none;}
#content #container-12 .feature-link strong {background: #020000; color:#fff; display:inline-block; vertical-align:middle; padding:10px 15px 10px 15px; min-width:240px; text-align:center; font-weight:normal; font-size:1.5em;}
#content #container-12 .feature-link span {font-size:2em; display:inline-block; vertical-align:middle; padding:0 5px 0 5px; text-shadow:0px 0px 1px #333, 0px 0px 1px #333; color:#fff;}
#content #container-12 .feature-link p:hover {border-color: #F1BE03;}
#content #container-12 .feature-link a:hover strong {background: rgb(222,169,0); background: linear-gradient(0deg, rgba(222,169,0,1) 0%, rgba(255,222,111,1) 100%);}

/*///// BLOC AMBIANCE /////*/
#container-20 {padding-bottom: 0;}
#HT02 {margin:100px 0 -8px 0;}
#HT02 img {}
#container-20 h2 {font-size:5em; color:#fff; font-style: italic; text-shadow:0 0 4px rgba(0,0,0,0.6); margin: 0 0 20px 0; padding: 0; text-transform:none;}
#container-20 h2 + p {margin:0; padding: 0;}

/*///// BLOC TRI-SLIDE /////*/
#container-23 {padding:0 0 30px 0;}
#container-23 #liquid-slider-1-wrapper {max-width: 100% !important;}
#container-23 .ls-wrapper .ls-nav {border:none;}
#container-23 .ls-wrapper .ls-nav .current:after {margin-top: 5px; margin-left: -50%; height: 4px; width: 100%; background-color: #F1BE03;}
#content .ls-wrapper .ls-nav ul li {padding:0 25px 0 25px;}
#content .ls-wrapper .ls-nav ul li a {text-decoration: none; color:#000; padding-bottom:5px;}
#content .ls-wrapper .ls-nav ul li a:hover {color:#F1BE03;}
#content #container-23 .two_fifth {position: relative; padding:20px;}
#content #container-23 .two_fifth .metaslider:before {content: ''; display:block;  width: 55px; height: 170px; background:url("/modeles/fr/defaut/css/../images/corner1.png") top center no-repeat; position: absolute; top:0px; left: 0px; z-index: 2000; background-size:100% auto;}
#content #container-23 .two_fifth .metaslider:after {content: ''; display:block;  width: 55px; height: 170px; background:url("/modeles/fr/defaut/css/../images/corner2.png") top center no-repeat; position: absolute; bottom:3px; right: -1px; z-index: 2000; background-size:100% auto;}
#content #container-23 .three_fifth {padding:20px 0 0 0;}
#content #container-23 .three_fifth h2 {color:#F1BE03; text-transform: none; font-size:1.6em; padding:0; margin:0 0 10px 0;}
#content #container-23 .three_fifth p {color:#000; padding-left: 30px; max-width:500px;}
#content #container-23 .three_fifth p a {color:#000;}
#content #container-23 .three_fifth p:last-child a {display:inline-block;  text-decoration: none; border:1px solid #000;}
#content #container-23 .three_fifth p:last-child a strong {background: #000; color:#fff; display:inline-block; vertical-align:middle; padding:10px 15px 10px 15px; font-weight:normal; font-size:1.2em;}
#content #container-23 .three_fifth p:last-child a span {font-size:2em; display:inline-block; vertical-align:middle; padding:0 5px 0 5px;  color:#000;}
#content #container-23 .three_fifth p:last-child a:hover {border-color: #F1BE03;}
#content #container-23 .three_fifth p:last-child a:hover strong { color:000; background: rgb(222,169,0); background: linear-gradient(0deg, rgba(222,169,0,1) 0%, rgba(255,222,111,1) 100%);}

/*///// BLOC SOCIAL /////*/
#container-60 {text-align: center;}
#container-60 .blocRS {margin: 0 auto 40px auto; padding:10px 20px 10px 20px; border: 1px solid #fff; display: inline-block;}
#container-60 .blocRS p {display: inline-block; vertical-align:middle; padding:0; margin:0; color:#fff; font-size:1.4em;}
#container-60 .blocRS ul {margin:0; padding:0; list-style:none; display: inline-block; vertical-align:middle; }
#container-60 .blocRS ul li {display: inline-block; margin:0 0 0 15px;}
#container-60 .blocRS ul li a {color:#fff; font-size:2em;}
#container-60 .blocRS ul li a:hover {color:#F1BE03;}
#container-60 .titreRS {font-size:5em; color:#fff; font-style: italic; text-shadow:0 0 4px rgba(0,0,0,0.6); margin: 0 0 20px 0; padding: 0; text-align: center;}

/*///// CONTACT /////*/
#contact {padding:0;}
#post-135 {background:#000;}
#post-135 .colContact {margin:0; padding:30px 0 10px 0;}
#post-135 .first {background: #fff; text-align:center;}
#post-135 .first p {text-transform:uppercase; font-size:1.5em; border:1px solid #333; display:inline-block; padding:10px 25px 10px 25px;}
#post-135 .first ul {list-style:none; margin:0; padding:0; text-align:center;}
#post-135 .first ul li {margin:0 0 20px 0;}
#post-135 .first ul li:after {content:'......'; display: block; font-size:1.5em; color:#F1BE03;}
#post-135 .first ul img {}
#post-135 .colContact:last-child {padding:30px 20px 0 50px;}
#post-135 .formulaire header {text-align: center;}
#post-135 .formulaire header p {color:#F1BE03; font-size:1.4em; font-family: "Century Gothic", Helvetica, Arial, "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", "sans-serif"; text-transform: uppercase;}
#post-135 .formulaire header p:first-child{font-size:2.5em; text-transform: none;}
#post-135 .formulaire footer {text-align: center;}
#post-135 .formulaire footer p {color:#fff; font-size:1.4em; font-family: "Century Gothic", Helvetica, Arial, "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", "sans-serif"; text-transform: uppercase;}
#post-135 .formulaire form {font-size:1.1em;}
#post-135 .formulaire form p {margin:0; padding:0 0 30px 0;}
#post-135 .formulaire input, #post-135 .formulaire textarea {color:#000; border:none; background:#fff;}
#post-135 .typoform {}
#post-135 .multi_radio {padding:0 30px 0 0;}
#post-135 .multi_radio label {color:#fff}
#post-135 .multi_radio {display:inline-block;}
#post-135 .clear {height:10px;}
#post-135 .submit {text-align:center;}
#post-135 .formulaire input[type="submit"] {margin: 0;}
#post-135 .formulaire input[type="submit"]:hover {background: #F1BE03; color:#fff;}
#post-135 .formulaire footer {padding: 50px 0 0 0;}


/*==================== MODELE 2 COLONNES ====================*/
#bandotop {background: #D8D8D8; text-align:left;}
#bandotop .wrap {}
#bandotop img {margin: 40px 0 0 0;}
#content #contentGen p.bouton a {background: #000; color:#fff; display:inline-block; margin: 10px 0 0 0; padding: 8px 15px 8px 15px; text-transform: uppercase;  text-decoration: none;}
#content #contentGen p.bouton a:hover {background: rgb(222,169,0); background: linear-gradient(0deg, rgba(222,169,0,1) 0%, rgba(255,222,111,1) 100%);}
/*///// TYPE 1 /////*/
#col2A {}
.col2A, .col2B {padding:50px 0 20px 0;}
.col2A:after, .col2B:after {content:' '; display: block; clear:both;}
/***** colonne gauche *****/
.col2A1 {float:left; width:37%}
.col2A1 .visuCol {}
.col2A1 .visuCol1 {width:70%; margin:0 0 40px 0;}
.col2A1 .visuCol2 {width:70%; margin: 0 0 0 30%;}
.col2A1 .visuCol3 {width:70%; margin:40px 0 0 0;}
/***** colonne droite *****/
.col2A2 {float: right; width: 55%;}
.col2A2 h1.titreX2 {color:#707070; margin:0 0 40px 0; padding:0; font-size:1.6em; text-align:center; text-transform: none;}
.col2A2 h1.titreX2 span {display:block;}
.col2A2 h1.titreX2 span + span {font-size:2.2em; padding:15px 0 15px 0; font-style:italic;}
.col2A2 h1.titreX2:after {content: ''; display: block; width: 30%; margin: 20px auto 0 auto; border-bottom: 10px solid #707070;}
#col2A #contentGen h2 {padding:0; margin: 30px 0 0 0; font-size: 1.3em; color:#333; text-transform: none;}
#col2A #contentGen p {}
#col2A #contentGen ul {margin:0 0 20px 0; padding:0 0 0 12px;}
#col2A #contentGen p + ul {margin-top:-15px;}
#col2A #contentGen ul li {line-height:1.6em;}

/*///// TYPE 2 /////*/
#col2B {}
#col2B #bandotop {position:relative;}
#col2B #bandotop h1 {position: absolute; bottom:45%; width: 100%; text-align: center; color: #fff; z-index: 100; text-shadow:0 0 4px rgba(0,0,0,0.6); text-transform: none; font-size:3,5em; margin:0; padding:0; font-style:italic; font-weight:normal;}
/***** colonne gauche *****/
.col2B1 {float:left; width:37%}
.col2B1 .visuCol {}
.col2B1 .visuCol1 {width:50%; margin:0 0 40px 0;}
.col2B1 .visuCol2 {width:80%; margin: 0 0 0 20%;}
/***** colonne droite *****/
.col2B2 {float: right; width: 55%;}
.col2B2 #contentGen {}
.col2B2 #contentGen h1 {color:#000; margin:0 0 40px 0; padding:0; font-size:1.6em; text-align:center; text-transform: none;}
.col2B2 #contentGen h1 span {display:block; color:#F1BE03; font-family: "Century Gothic", Helvetica, Arial, "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", "sans-serif"; font-size:2em; padding:15px 0 15px 0; font-weight:normal;}
.col2B2 #contentGen h1:after {content: ''; display: block; width: 30%; margin: 20px auto 0 auto; border-bottom: 10px solid #000;}
.col2B2 #contentGen h2 {color:#707070; margin:80px 0 40px 0; padding:0; font-size:2em; text-align:center; text-transform: none;}
.col2B2 #contentGen h2:first-child {margin-top:0;}
.col2B2 #contentGen h2:after {content: ''; display: block; width: 30%; margin: 20px auto 0 auto; border-bottom: 10px solid #707070;}
#col2B #contentGen p {}
#col2B #contentGen ul {margin:0 0 20px 0; padding:0 0 0 12px;}
#col2B #contentGen p + ul {margin-top:-15px;}
#col2B #contentGen ul li {line-height:1.6em;}

/***** formulaire *****/
#formPlus {clear:both; padding: 25px 0 0 0;}
#formPlus .formulaire {width: 90%; max-width:800px; margin: 0 auto 80px auto; padding: 25px 0 0 0;}
#formPlus h2 {text-align: center; font-weight: normal; color:#666; font-size:1.5em; padding: 15px; background: #707070; color: #fff; margin: 0 0 30px 0;}
#formPlus .formulaire p, #formPlus .formulaire input, #formPlus .formulaire textarea {color:#000;}
#formPlus .multi_radio {display:inline-block; color:#666;}
#formPlus .multi_radio + .multi_radio {padding-left:50px;}
#formPlus .submit {text-align: center;}
#formPlus input[type="submit"] {color:#fff;}
/* newsletter */
.newsform {}
.newsform h1 {color:#000; margin:0 0 40px 0; padding:0; font-size:1.6em; text-align:center; text-transform: none;}
.newsform h1 span {display:block; color:#F1BE03; font-family: "Century Gothic", Helvetica, Arial, "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", "sans-serif"; font-size:2em; padding:15px 0 15px 0; font-weight:normal;}
.newsform h1:after {content: ''; display: block; width: 30%; margin: 20px auto 0 auto; border-bottom: 10px solid #000;}
.newsform p, .newsform input {color:#000;}
.newsform .submit {text-align:center;}
.newsform input[type="submit"] {color:#fff; margin: 0;}
.newsform .clear {display:none;}

/*///// TYPE 3 /////*/
#col2C {}
.col2C {padding:50px 0 0 0;}
/***** colonne gauche *****/
.col2C1 {float:left; width:35%;}
#ColComp p {line-height:1.4em;}
/***** colonne droite *****/
.col2C2 {float:right; width:50%; margin:0 5% 0 0;}
.col2C2 #contentGen {}
.col2C2 #contentGen h1 {color:#000; margin:0 0 40px 0; padding:0; font-size:1.8em; text-align:center; text-transform: none;}
.col2C2 #contentGen h1 span {display:block; color:#F1BE03; font-family: "Century Gothic", Helvetica, Arial, "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", "sans-serif"; font-size:2.2em; padding:15px 0 15px 0; font-weight:normal;}
.col2C2 #contentGen h1:after {content: ''; display: block; width: 30%; margin: 20px auto 0 auto; border-bottom: 10px solid #000;}
.col2C2 #contentGen p {line-height:1.6em;}
.col2C2 #contentGen h2 {color:#707070; margin: 0; padding: 0;}
.col2C2 #contentGen h3 {color:#707070; margin: 20px 0 0 0; padding: 0 0 5px 0; font-size:1.1em;}

/*///// CONTACT /////*/
#infos {}
#topMap {}
#infoTitre {text-align:center; padding:30px 0 20px 0;}
#infoTitre h1 {color:#707070; font-size:1.2em; line-height:1em;}
#infoTitre h1 span {font-size:3em; line-height:1.4em; display: block;}
.colinfo {}
.colinfo1 {}
.colinfo2 {}


/*==================== PROGRAMMATION ====================*/

/*///// PAGER /////*/
.pager-container {float: none;}
.pager {
	clear: both;
	float: none;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
	left:unset;
	text-align: center;
}
#content .pager a {
	position: relative;
	right:unset;
	text-indent:unset;
	display: inline-block;
	width: auto;
	height: auto;
	min-width: 35px;
	background: #F2F1F1;
	padding: 5px;
	margin:0;
	float: none;
	color:#000;
	text-decoration: none;
}
.pager .selected {
	background: #3d3d3d;
}

/*///// LISTE DES SPECTACLES /////*/
.short_product {float:left; width: 276px; margin:0 22px 22px 0;}
.short_product:nth-child(4n) {margin:0 0 22px 0;}
.short_product_container {position: relative; cursor: pointer;}
.cartoucheProg {position: absolute; background: #020000; width: 100%; min-height: 60px;}
.cartoucheProg:after {content:''; display: block; clear: both;}
.cprog {line-height: 1.2em;}
.cprog1 {color:#fff; float: left; padding: 10px 5px 5px 10px; width: 200px;}
#spName {font-weight: bold; font-size:1.2em;}
#spTime {padding: 5px 0 0 0; font-size:0.9em;}
.cprog2 {float:right; padding: 6px; background: #F2F1F1; min-height: 60px; width: 76px;}
#spDate {color:#848383; font-size:0.9em;}
.short_product .pictureContainer { padding: 60px 0 0 0; line-height:normal;}
.short_product .pictureContainer .picture {}
.short_product .pictureContainer img {margin:0;}
.short_product .viewProduct {display: none;}
.short_product .viewProduct a {}

/***** widget home *****/
#container-wid {padding: 0;}
.homeListProg {margin: 0 0 50px 0;}

/***** liste page programmes  *****/
.catalogProductsList {}
.catalogProductsList .catalog {}
.catalogProductsList .wrapCat {padding:20px 0 20px 0;}
.catalogProductsList .catalog h1 {color:#000; font-size:2.5em; text-align: center; padding:0; margin:30px 0 60px 0;}
.catalogProductsList .catalog h1:after {content: ''; display: block; width: 30%; margin: 20px auto 0 auto; border-bottom: 10px solid #000;}
.catalogProductsList .wrapCat hr {border: none;}
.catalogProductsList .catalog [class*="col"] {float:left; width: 276px; margin:0 22px 22px 0;}
.catalogProductsList .catalog [class*="col"]:nth-child(4n) {margin:0 0 22px 0;}
.catalogProductsList .catalog [class*="col"] .short_product {float: none; margin: 0 !important;}
.catalogProductsList .wrapCat:after {content: ''; display: block; clear: both;}

/***** famille *****/
#childrenSelector { clear: both; text-align: center;}
#childrenSelector ul {padding:30px 0 0  0; margin:0; list-style: none;}
#childrenSelector ul li {display: inline-block; margin: 0 10px 0 10px;}
#childrenSelector ul li a {color: #fff; background: #000; text-decoration: none; display: inline-block; padding: 10px 20px 10px 20px; text-transform: uppercase;}
#childrenSelector ul li a:hover {background: #F1BE03; color: #fff;}


/*///// TROUVER UN SPECTACLE /////*/
.allAgenda {}
.pageListAgenda {}
.pageListAgenda .wrapCat {padding: 20px 0 20px 0;}
.pageListAgenda h1 {color:#000; font-size:2em; text-align: center;}
.pageListAgenda h1:after {content: ''; display: block; width: 30%; margin: 20px auto 0 auto; border-bottom: 10px solid #000;}
.products_specifs {}
/***** agenda *****/
#blocAgenda {}
#content .day_container_specifs {}
#content .css_cal_event {}
#content .calendar { width:100%; background: #f2f1f1;}
#content .calendar tr:first-child a {margin:10px 0 0 0; display:inline-block; font-size:1.5em;}
#content .calendar tr:first-child span a {padding: 0 15px 0 15px; cursor: pointer;}
#content .calendar tr th {}
#content .calendar tr th.left_specif {}
#content .calendar tr th.calendar-row day_choosed {}
#content .calendar tr th.right_specif {}
#content .calendar tr td {flex: 1;}
#content .calendar  a {text-decoration: none; color:#000;}
#content .calendar tr.heading {}
#content .calendar tr.heading td {}
#content .calendar tr.calendar-row {display:flex; flex-direction:row; width:100%; text-align: center; padding: 0 0 5px 0;}
#content .calendar tr.css_cal_row {}
#content .calendar tr td.navCal {display: none;}
#content .calendar tr td.calendar-day-np {}
#content .calendar tr td.calendar-day {}
#content .calendar tr td .day_choosed {}
#content .calendar tr td.calendar-day .day-number {}
#content .calendar tr td.calendar-day .day-number a {display: block; padding: 8px;}
#content .calendar tr td.calendar-day .day-number a:hover {background:#000; color: #fff;}
#content .calendar tr td.day_choosed .day-number a {font-weight: bold;}
#content .calendar tr td.navCal a {display: block; padding:8px; font-weight: bold; font-size:1.5em;}
#content .calendar tr td.navCal a:hover {}
/***** listes fiches spectacles *****/
#BlocFiche {margin: 40px 0 0 0;}


/*///// FICHE DES SPECTACLES /////*/
.catalogProductDetail {}
.product_detail {padding: 20px 0 20px 0;}
/***** header fiche *****/
#topProg {margin:0 0 30px 0;}
#topProg #progNom {float: left; background: #646464; color: #fff; padding: 10px 20px 10px 20px; font-size:1.2em; text-transform: uppercase;}
#topProg #progDate {float: left; padding: 10px 20px 10px 20px; font-size:1.2em; text-transform: uppercase; color: #646464;}
#topProg #progLink {float: right;}
#topProg #progLink a {background: #f2c943; display: block; text-decoration: none;}
#topProg #progLink a strong {background:#F2F1F1; color:#000 ; display:inline-block; vertical-align:middle; padding:10px 15px 10px 15px; font-weight:normal; font-size:1.2em;}
#topProg #progLink a span {font-size:2em; display:inline-block; vertical-align:middle; padding:0 5px 0 5px; color:#fff; }
#topProg #progLink a:hover strong {background: #000; color: #fff;}
#topProg:after {content: ''; display: block; clear: both;}
/***** colonne gauche *****/
#colGprog {float: left; width: 300px; padding:0 0 220px 0; background:url("/modeles/fr/defaut/css/../images/picto-2.png") bottom center no-repeat;}
/*#colGprog #agendaProg {background: #efefef; margin: 0 0 40px 0; padding: 80px 0 80px 0; text-align: center; text-transform: uppercase;}*/
#colGprog #agendaProg {padding:10px; background: #f2f1f1; margin:0 0 30px 0; display: none;}
#content #colGprog #agendaProg .calendar tr.calendar-row {display:grid; grid-template-columns: repeat(auto-fit, minmax(30px, 1fr)); grid-auto-rows: minmax(10px, auto); grid-gap: 10px;}
#colGprog #progAffiche {position: relative;}
#colGprog #progAffiche:before {content: ''; display:block;  width: 55px; height: 170px; background:url("/modeles/fr/defaut/css/../images/corner1.png") top center no-repeat; position: absolute; top:0px; left: 0px; z-index: 2000; background-size:100% auto;}
#colGprog #progAffiche:after {content: ''; display:block;  width: 55px; height: 170px; background:url("/modeles/fr/defaut/css/../images/corner2.png") top center no-repeat; position: absolute; bottom:0px; right: 0px; z-index: 2000; background-size:100% auto;}
#colGprog:after {}
/***** colonne droite *****/
#colDprog {float: right; width: 750px;}
#colDprog h1 {color:#000; font-size:2em; text-align: center;}
#colDprog h1:after {content: ''; display: block; width: 30%; margin: 20px auto 0 auto; border-bottom: 10px solid #000;}
#colDprog #progPres {margin: 0 0 30px 0;}
#colDprog #progComp {text-align: center; margin: 0 0 30px 0;}
#progSubCol {text-align: center;}
#progSubCol1 {background: #646464; display: inline-block; padding: 30px; vertical-align: top; text-align: center; margin: 0 50px 0 0;}
#progSubCol1 p {color: #fff; font-size:1em; padding: 0; margin: 0;}
#progSubCol1 .progSubTitle {color: #fff; font-weight: bold; text-transform: uppercase; font-size:1.2em;}
#progSubCol1 ul {color: #fff; padding: 0; margin: 0; text-align: left;}
#progSubCol1 ul li {font-size:1em;}
#progSubCol1 ul + .progSubTitle {margin: 20px 0 0 0;}
#progSubCol2 {display: inline-block; vertical-align: top;}
#progSubCol2 form fieldset {padding: 0; margin: 0; border: none;}
#progSubCol2 form fieldset .row {margin:0 0 15px 0; min-width:250px;}
#progSubCol2 form fieldset .row label {color: #000; text-align: left; display: block; font-weight:bold;}
#progSubCol2 form .addToCart a {color: #fff; background: #000; text-decoration: none; display: inline-block; padding: 10px; text-transform: uppercase;}
#progSubCol2 form .addToCart .row {}
#progSubCol:after {content: ''; display: block; clear: both;}
#detailPrix {margin:20px 0 30px 0; text-align:left; color:#fff; background:#666; padding:10px;}
#detailPrix #prixUnitaire {}
#detailPrix #prixTotal {}
#detailPrix span {font-weight:bold;}
/***** alerte disponibilite *****/
.detailProg .specif_message_availability {text-align: center; display: block; margin:0 auto 10px auto; width:100%; max-width:500px; padding:10px 45px 10px 45px; border:1px solid #999; background: #F2F1F1;}
.detailProg .specif_message_availability strong {color:#000;}
/***** infobulle achat *****/
#overDiv {background:#fff; border:1px solid #000;}
#overlibheader {background: #000; color:#fff; padding: 5px 10px 5px 10px; position: relative;}
#overlibheader .overlibcaption {}
#overlibheader .overlibclose {position: absolute; right: 10px; top:0;}
#overlibheader .overlibclose a {color:#fff; font-size:1.5em;}
#overlibheader .overlibclose a:hover {color: #f2c943;}
#overlibcontent {padding: 10px; color:#000;}
#add2cartConfirmation {}
#add2cartConfirmation a {}
#add2cartConfirmation a:hover {}
#add2cartConfirmation p {color:#000; margin:0 0 10px 0;}
#add2cartConfirmation ul {color:#000; margin:0; padding:0;}
#add2cartConfirmation ul li {padding: 0; margin: 0 0 0 15px;}
#add2cartConfirmation ul li a {font-weight: bold;}
#overlibfooter {background: #000; color:#fff;}
#overlibfooter a {color:#fff; display:block; text-align:center;}
#overlibfooter a:hover{color: #f2c943;}

/***** pager *****/
.product_detail .pager {clear: both; margin: 0 0 0 0; /*float: none; left: 0;   background: red; padding: 0;  */ padding: 50px 0 0 300px;}
#content .product_detail .pager a {text-align: center; color: #fff; background: #000; text-indent:unset; display: inline-block; width: auto; height: auto; padding: 10px 20px 10px 20px; text-decoration:none;}
#content  .product_detail .pager a:hover {background: #F1BE03;}


/*==================== RESTAURANT ====================*/
#resto {}
.col2R {padding:50px 0 20px 0;}
.col2R:after {content:' '; display: block; clear:both;}
/***** colonne gauche *****/
.col2R1 {float:left; width:32%;}
.col2R .visuCol1 {width:100%; margin:0;}
.col2R .visuCol1 p {position: relative; margin:0; padding:0;}
.col2R .visuCol2 {width:100%; margin:80px 0 0 0; position: relative; padding:0}
.col2R .visuCol1 p:before, .col2R .visuCol2:before {content: ''; display:block;  width: 55px; height: 170px; background:url("/modeles/fr/defaut/css/../images/corner1.png") top center no-repeat; position: absolute; top:0px; left: 0px; z-index: 2000; background-size:100% auto;}
.col2R .visuCol1 p:after, .col2R .visuCol2:after {content: ''; display:block;  width: 55px; height: 170px; background:url("/modeles/fr/defaut/css/../images/corner2.png") top center no-repeat; position: absolute; bottom:-2px; right:-1px; z-index: 2000; background-size:100% auto;}
.col2R .visuCol2:after {bottom:-6px;}
/***** colonne droite *****/
.col2R2 {float: right; width: 60%;}
.col2R2 h1 {color:#000; margin:0 0 40px 0; padding:0; font-size:1.8em; text-align:center; text-transform: none;}
.col2R2 h1 span {display:block; color:#F1BE03; font-family: "Century Gothic", Helvetica, Arial, "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", "sans-serif"; font-size:2.2em; padding:15px 0 15px 0; font-weight:normal;}
.col2R2 h1:after {content: ''; display: block; width: 30%; margin: 20px auto 0 auto; border-bottom: 10px solid #000;}
.col2R #contentGen h2 {padding:0; margin: 30px 0 0 0; font-size: 1.3em; color:#333; text-transform: none;}
.col2R #contentGen p {line-height:2em;}
.col2R #contentGen ul {margin:0 0 20px 0; padding:0 0 0 12px;}
.col2R #contentGen p + ul {margin-top:-15px;}
.col2R #contentGen ul li {line-height:1.6em;}
#largeColR {background: #000; margin:30px 0 10px 0; padding:30px 0 20px 0;}
#largeColR .wrap {column-count: 2; column-gap: 60px;}
#largeColR h2 {color:#F1BE03; font-size:1.4em; padding:0 0 10px; margin:0; text-transform:none;}
#largeColR p {color:#fff; line-height:2em;}
#largeColR p a {color:#fff;}
#resto .zoneComp {padding:10px 0 10px 0;}
#tofR {padding:20px 0 0 0;}
#tofR ul {margin:0; padding:0; list-style:none; text-align: center;}
#tofR ul li {display:inline-block; width:23%; padding:5px;}


/*==================== ACTUS ====================*/
.actus #content {padding-bottom:0;}
#actus {}
.blocActu {padding:50px 0 0 0;}
.blocActu:after {content: ''; display: block; clear: both;}
.colactu {}
/***** colonne droite *****/
.colactu1 {float:right; width:60%;}
.colactu1 h1 {color:#000; margin:0 0 40px 0; padding:0; font-size:1.6em; text-align:center; text-transform: none;}
.colactu1 h1 span {display:block; color:#F1BE03; font-family: "Century Gothic", Helvetica, Arial, "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", "sans-serif"; font-size:2em; padding:15px 0 15px 0; font-weight:normal;}
.colactu1 h1:after {content: ''; display: block; width: 30%; margin: 20px auto 0 auto; border-bottom: 10px solid #000;}
.colactu1 #contentGen h2 {padding:0; margin: 30px 0 0 0; font-size: 1.3em; color:#333; text-transform: none;}
.colactu1 #contentGen p {line-height:2em;}
/***** colonne gauche *****/
.colactu2 {float:left; width:32%;}
.colactu2 .visuCol {text-align:right;}
.colactu2 .visuCol span {display:inline-block; position: relative; margin:0; padding:0;}
.colactu2 .visuCol span:before {content: ''; display:block;  width: 55px; height: 170px; background:url("/modeles/fr/defaut/css/../images/corner1.png") top center no-repeat; position: absolute; top:0px; left: 0px; z-index: 2000; background-size:100% auto;}
.colactu2 .visuCol span:after {content: ''; display:block;  width: 55px; height: 170px; background:url("/modeles/fr/defaut/css/../images/corner2.png") top center no-repeat; position: absolute; bottom:0px; right:-1px; z-index: 2000; background-size:100% auto;}
.colactu2 .visuCol span img {width:auto; max-width: 100%;}
/***** evenement exceptionnel *****/
#EvEx {background:#F1BE03; background: linear-gradient(0deg, rgba(255,194,0,1) 0%, rgba(252,212,67,1) 100%); padding:50px 0 50px 0;}
#EvEx h1 {color:#000; margin:0 0 40px 0; padding:0; font-size:1.8em; text-align:center; text-transform: none; float:left; width:32%;}
#EvEx h1 span {display:block; color:#fff; font-family: "Century Gothic", Helvetica, Arial, "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", "sans-serif"; font-size:2.2em; padding:15px 0 15px 0; font-weight:normal;}
#EvEx h1:after {content: ''; display: block; width: 30%; margin: 20px auto 0 auto; border-bottom: 10px solid #000;}
#EvEx01 {float:right; width:60%;}
#EvEx01 h2 {color:#fff; font-weight: normal; font-size:1.8em; font-family: "Century Gothic", Helvetica, Arial, "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", "sans-serif";}
#EvEx01 p { color:#000; line-height:2em;}
#EvEx02 {float:left; width:32%; text-align:center; padding: 20px;}
#EvEx02 img {max-width: 100%;}

/*==================== GROUPES ====================*/
#groupes {}
.blocG {padding:50px 0 0 0;}
.blocG:after {content: ''; display: block; clear: both;}
.bg01 {}
.bg02 {}
.colG {}
.colG h1 {color:#000; margin:0 0 40px 0; padding:0; font-size:1.6em; text-align:center; text-transform: none;}
.colG h1 span {display:block; color:#F1BE03; font-family: "Century Gothic", Helvetica, Arial, "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", "sans-serif"; font-size:2em; padding:15px 0 15px 0; font-weight:normal;}
.colG h1:after {content: ''; display: block; width: 30%; margin: 20px auto 0 auto; border-bottom: 10px solid #000;}
.colG p {line-height:2em;}
.colG1 {float:right; width:50%; margin:0 5% 0 0;}
.colG2 {float:left; width:32%;}
.colG .visuCol {text-align:right;}
.colG .visuCol span {display:inline-block; position: relative; margin:0; padding:0;}
.colG .visuCol span:before {content: ''; display:block;  width: 55px; height: 170px; background:url("/modeles/fr/defaut/css/../images/corner1.png") top center no-repeat; position: absolute; top:0px; left: 0px; z-index: 2000; background-size:100% auto;}
.colG .visuCol span:after {content: ''; display:block;  width: 55px; height: 170px; background:url("/modeles/fr/defaut/css/../images/corner2.png") top center no-repeat; position: absolute; bottom:0px; right:-1px; z-index: 2000; background-size:100% auto;}
.colG .visuColBis {}
/***** privatisation *****/
#priva {background: #000; margin:30px 0 10px 0; padding:30px 0 20px 0;}
#priva h1 {color:#F1BE03; font-size:1.8em; padding:0 0 40px 0; margin:0; text-transform:none; text-align:center;}
#priva:after {content: ''; display: block; clear: both;}
#contentPriva {float:left; width:45%; margin:0 0 0 5%;}
#contentPriva p, #contentPriva ul {color:#fff; font-size:1.2em; margin-top:0;}
#contentPriva p a, #contentPriva ul a {color:#fff;}
#devisPriva {float:right; width:35%; text-align: center;}
#devisPriva p:first-child {background:#fff; display:inline-block; padding:40px; color:#000; line-height:1.6em; font-size:1.3em; font-style:italic;}
#devisPriva p:last-child a {display:inline-block; background: #fff; color:#000; text-decoration:none;}
#devisPriva p:last-child a strong {display:inline-block; vertical-align:top; padding: 13px 25px 0 25px; font-size:1.1em;}
#devisPriva p:last-child a span {display:inline-block; padding:10px 10px 10px 15px; font-size:1.8em; border-left:1px solid #000;}
#devisPriva p:last-child a:hover {background: rgb(222,169,0); background: linear-gradient(0deg, rgba(222,169,0,1) 0%, rgba(255,222,111,1) 100%);}
/***** formulaire *****/
#contactGroupe {width:100%; max-width:700px; margin: 60px auto 0 auto;}
#contactGroupe .form_creator_header p:first-child {color:#000; font-size:2em; text-align:center;}
#contactGroupe h2 {text-align: center; font-size:1.5em;}
#contactGroupe h2 span {display:block; text-transform:uppercase; font-weight:normal; color:#fff; background:#000; padding:10px 25px 10px 25px; margin: 50px auto 10px auto;}
#contactGroupe form {color:#666;}
#contactGroupe .typoclient strong {display: block;}
#contactGroupe .typoclient .multi_radio {display: inline-block; margin: 0 30px 0 0; font-weight:bold;}
#contactGroupe input[type="text"], #contactGroupe textarea {border-color:#999; background:#fff;}
#contactGroupe input[type="text"]:focus, #contactGroupe textarea:focus {border-color:#000;}
#contactGroupe .clear {height: 1px;}
#contactGroupe .submit {text-align: center;}

/*==================== INFOS PRATIQUES ====================*/
.infopra {}
#infosComp {}
#topMap {}
.infoCol {padding:50px 0 0 0;}
/***** colonne gauche *****/
.infoCol2 {float:left; width:32%;}
/***** colonne droite *****/
.infoCol1 {float:right; width:60%; margin:0 0% 0 0;}
.infoCol1 h1 {color:#000; margin:0 0 40px 0; padding:0; font-size:1.8em; text-align:center; text-transform: none;}
.infoCol1 h1 span {display:block; color:#F1BE03; font-family: "Century Gothic", Helvetica, Arial, "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", "sans-serif"; font-size:2.2em; padding:15px 0 15px 0; font-weight:normal;}
.infoCol1 h1:after {content: ''; display: block; width: 30%; margin: 20px auto 0 auto; border-bottom: 10px solid #000;}
.infoCol1 p {line-height:2em;}
.infoCol1 .btnLink {text-align: left; padding-top:20px;}
/***** zone noire *****/
#contatctIC {background: #000; margin:30px 0 10px 0; padding:30px 0 40px 0;}
.cic:after {content: ''; display: block; clear: both;}
.cic1 {float:left; width:32%;}
.cic1 h1 {color:#fff; font-size:2em; text-align: center; font-weight: normal; font-family: "Century Gothic", Helvetica, Arial, "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", "sans-serif";}
.cic1 h1 strong {font-size:0.9em;  text-transform: none;}
.cic1 h1 + p {line-height:2em;}
.cic1 p {color:#fff; margin: 0;}
#content .cic1 ul {color:#fff; margin: 0; padding: 0; list-style: none;}
.cic1 .ip0 {margin:30px 0 40px 0;}
.cic1 .ip0:after {content: ''; display: block; clear: both;}
.cic1 .ip0 .fa {color:#F1BE03; font-size:2.3em;}
.cic1 .ip0 span {float:left; width: 10%; display: inline-block; }
.cic1 .ip0 span + div {width:90%; float:left;}
.cic1 .ip1 {}
.cic1 .ip2 {}
.cic1 .ip3 + p {padding:0 0 20px 0}
.cic2 {float:right; width:55%;}
.cic2 .formulaire {padding:100px 0 0 0; font-size:1.1em;}
.cic2 .form_creator_header {}
.cic2 .form_creator_header h1 {color:#fff; font-size:2em; text-align: center; font-weight: normal; font-family: "Century Gothic", Helvetica, Arial, "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", "sans-serif";}
.cic2 .form_creator_header h1 strong {font-size:0.9em;  text-transform: none;}
.cic2 .formulaire form p {margin:0; padding:0 0 30px 0;}
.cic2 .formulaire input, .cic2 .formulaire textarea {color:#000; border:none; background:#fff;}
.cic2 .multi_radio label {color:#fff}
.cic2 .multi_radio {display:inline-block; padding:0 30px 0 0;}
.cic2 .clear {height:1px;}
.cic2 .submit {text-align:center;}
.cic2 input[type="submit"] {color:#F1BE03; margin: 0; background: none; border: 1px solid #F1BE03;}
.cic2 input[type="submit"]:hover {color:#000; background: rgb(222,169,0); background: linear-gradient(0deg, rgba(222,169,0,1) 0%, rgba(255,222,111,1) 100%);}
/***** infos complementaires *****/
#compIC {text-align:center; padding:30px 0 0 0;}
#compIC p {font-size:2em; color:#000; font-family: "Century Gothic", Helvetica, Arial, "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", "sans-serif";}
#compIC p span {text-transform:uppercase; font-size:1.2em;}
#compIC p strong {font-size:1.2em;}
#compIC p a {font-size:1.2em; text-transform:uppercase; color:#000; text-decoration: none; background:#F1BE03; display:inline-block; padding:5px 15px 3px 15px; margin:5px 0 5px 0}
#compIC p a:hover {color:#fff;}
#compIC ul {list-style:none;}
#compIC ul li {display:inline-block; padding:0 10px 0 10px;}
#compIC ul li a {font-size:5em; color:#000;}
#compIC ul li a:hover {}

/*==================== COMPTE ET TUNNEL ====================*/
/***** compte *****/
#accountAuthentification {}
.accountstyle {text-align: center; min-height: 200px;}
.accountstyle .wrap {padding:20px 0 20px 0;}
.accountstyle h1 {color:#000; font-size:2.5em; text-align: center; padding:0; margin:30px 0 60px 0;}
.accountstyle h1:after {content: ''; display: block; width: 30%; margin: 20px auto 0 auto; border-bottom: 10px solid #000;}
.accountstyle form {width: 98%; max-width: 500px; margin: 0 auto 30px auto; }
.accountstyle form fieldset {border-color: #000; padding: 0 20px 0 20px;}
.accountstyle form legend { padding:20px; display:inline-block; margin:0 0 0 20px; color:#000; text-transform: uppercase; font-weight:bold;}
.accountstyle form .row {text-align: left; color:#000; margin: 0 0 20px 0;}
.accountstyle form .row input[type="text"], #accountAuthentificationForm form .row input[type="password"] {border: 1px solid #666; padding:10px; color:#000; }
.accountstyle .formulaire h1, .accountstyle .formulaire .aide {display:none;}
#accountAuthentificationForm, #accountAuthentificationSubscription, #accountNewPassword, #accountSubscription {text-align: center;}
#accountSubscription form, #accountModify form, #accountChangePassword form {max-width:600px;}

.cartForm {padding-top: 20px;}
.cartForm form {padding: 60px 0 0 0; margin: 0 auto 0 auto; width: 100%; max-width: 600px;}
.cartForm form .aide {display: none;}
.cartForm form .submit {text-align:center;}

/***** detail compte compte *****/
.myaccount {padding-bottom: 40px;}
#accountActions {}
#accountActions ul {margin:0; padding:0; list-style:none; text-align: center;}
#accountActions ul li {width:98%; max-width:350px; margin:10px auto 10px auto;}
#accountActions ul li a {display:block; border:1px solid #000; color:#000; padding: 10px; text-decoration: none;}
#accountActions ul li a:hover {background:#000; color:#fff;}
#btnAccount {}
#btnAccount a {background:#000; padding:3px 15px 5px 15px; display:inline-block; text-decoration:none; color:#fff;}
#btnAccount a:hover {}
#myMenu {border:1px solid #000; width: 98%; max-width: 600px; margin: 0 auto 30px auto; }
#myMenu h4 {margin: 0; padding:5px; color:#fff; background:#000;}
#myMenu ul {text-align: left; margin: 0; padding: 20px 10px 20px 50px; color:#000;}
#myMenu ul li a {color:#000;}

#accountAddress {}
#accountAddress .addressAdd {background:#000; padding:3px 15px 5px 15px; display:inline-block; text-decoration:none; color:#fff;}
#accountAddress .addressAdd:hover {background:#000; color:#fff;}
#accountAddress ul {}
#accountAddress ul li {display: inline-block; border: 1px solid #000; min-width: 30%;}
#accountAddress ul li dl {margin: 0;}
#accountAddress ul li dt {font-weight: bold; color:#fff; background: #000; padding: 10px;}
#accountAddress ul li dd {padding: 10px;}
#accountAddress ul li dd a {color:#000;}
/* profil */
.profile_detail {}
.profile_detail {text-align:left; color:#000;}
.profile_detail h2 {font-size: 1.5em; border-bottom: 2px solid #000; margin-top: 50px;}
a#linkEditAction {background:#000; padding:10px 25px 10px 25px; margin: 20px 0 20px 0; display:inline-block; text-decoration:none; color:#fff; border:1px solid #000;}
a#linkEditAction:hover {background:#fff; color:#000;}

/***** panier *****/
#cart {}
.cart {}
.cart h2 {color:#000; font-size:2.5em; text-align: center; padding:0; margin:30px 0 60px 0;}
.cart h2:after {content: ''; display: block; width: 30%; margin: 20px auto 0 auto; border-bottom: 10px solid #000;}
#steps {}
#steps span {}
#steps sapn.active {}
#selections_cart {}
#selections_cart table {}

#steps span {
	float: left;
	display: block;
	width: 20%;
	height: 30px;
	padding: 0 10px;
	line-height: 30px;
	color: #fff;
	background: #000;
	border-right: 1px solid #e4e4e4;
}
#steps span:last-child { border: none; }
#steps span.active { background: #666; }

#cart table, #cart_order_confirmation table, #cart_payment_confirmation table {
	width: 100%;
	border: 1px solid #ccc;
 border-spacing: 0;
 border-collapse: collapse;
}
#cart table thead, #cart_order_confirmation table thead, #cart_payment_confirmation table thead { background: #999; color:#fff }
#cart table thead th, #cart_order_confirmation table thead th, #cart_payment_confirmation table thead th {
	padding: 0 5px;
	line-height: 30px;
	border-bottom: 1px solid #ccc;
}
#cart table tbody td, #cart_order_confirmation table tbody td, #cart_payment_confirmation table tbody td {
	padding: 5px;
	border-bottom: 1px solid #ccc;
	color:#000;
}
#cart table tbody td img , #cart_order_confirmation table tbody td img , #cart_payment_confirmation table tbody td img {max-width: 100px;}
#cart .submit {padding: 40px 0 0px 0; text-align: center;}
#cart .submit input {margin: 0 10px 0 10px;}

.blocAD {display: inline-block; vertical-align: top; width: 46%; margin: 40px 1.8% 40px 1.8%;}
.blocAD fieldset {border-color: #000; padding: 0 20px 20px 20px;}
.blocAD form legend { padding:10px; display:inline-block; margin:0 0 0 20px; color:#000; text-transform: uppercase; font-weight:bold;}

#cart_payment_confirmation table tbody td { line-height: 60px; }
#cart table tbody tr > td:first-child,
#cart_order_confirmation table tbody > tr > td:first-child,
#cart_payment_confirmation table tbody > tr > td:first-child { background: none; }
#cart table tbody td:nth-child(odd),
#cart_order_confirmation table tbody td:nth-child(odd),
#cart_payment_confirmation table tbody td:nth-child(odd) { background: #eaeaea; }
#cart table tbody td .productPicture,
#cart_order_confirmation table tbody td .productPicture,
#cart_payment_confirmation table tbody td .productPicture {
	width: 60px;
	height: 60px;
	line-height: 46px;
	background: #fff;
	border: 1px solid #ccc;
}
#cart table tbody td .productPicture img, #cart_order_confirmation table tbody td .productPicture img,
#cart_payment_confirmation table tbody td .productPicture img {
	max-width: 100%;
	max-height: 100%;
}
#cart table tfoot, #cart_order_confirmation table tfoot, #cart_payment_confirmation table tfoot { background: #fff; }
#cart table tfoot td, #cart_order_confirmation table tfoot td, #cart_payment_confirmation table tfoot td { padding: 5px; }
#cart table tfoot tr.HT_amount td, #cart_order_confirmation table tfoot tr.HT_amount td,
#cart_payment_confirmation table tfoot tr.HT_amount td { border-top: 1px solid #ccc; }
#cart table tfoot tr.total_amount td, #cart_order_confirmation table tfoot tr.total_amount td,
#cart_payment_confirmation table tfoot tr.total_amount td {
	font: bold 20px 'Titillium Web', helvetica, Arial, sans-serif;
	color: #fff;
	background: #333;
}
#cart table tfoot label, #cart_order_confirmation table tfoot label, #cart_payment_confirmation table tfoot label {
	width: 450px;
	margin: 0;
	line-height: 20px;
}
#cart table .shippingTitle, #cart_order_confirmation table .shippingTitle,
#cart_payment_confirmation table .shippingTitle {
	font: 400 16px 'Titillium Web', helvetica, Arial, sans-serif;
	letter-spacing: 0.3px;
	color: #fff;
	background: #999;
}

/* Catalogue - Tunnel de commande, authentification */
#cartAuthentification .w50:nth-child(2) {
	border-right: 1px solid #ccc;
}

/* Catalogue - Tunnel de commande, inscription */
#cartSubscription label { width: 220px; }
/*#cartSubscription input[type="text"], #cartSubscription input[type="password"],
#cartSubscription input[type="mail"], #cartSubscription textarea { width: 300px; }*/

#payment_actions a.LinkIn {
	display: inline-block;
	height: 30px;
	padding: 0 20px;
	margin-top: 20px;
	font: normal 14px 'Titillium Web', helvetica, arial, sans-serif;
	line-height: 30px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background: #8a00ad;
	border: 1px solid #8a00ad;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor: pointer;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
#payment_actions a.LinkIn.secondary {
	color: #8a00ad;
	background: none;
}

#accountActions li {
 list-style: square;
 margin-left: 30px;
 margin-top: 10px;
}
#accountPendingOrders table,#accountHistoryOrders table { width: 100%; }
#accountPendingOrders thead tr th,#accountHistoryOrders thead tr th {
  background: #333;
  color: #fff;
}
#accountPendingOrders tbody tr td,#accountHistoryOrders tbody tr td {
  color: #333;
  border-bottom: 1px solid #eee
}

/***** paiement *****/
#mercane2_form {text-align: center;}

/*==================== FOOTER ====================*/
footer {}
#footer-copy {background: #F2F1F1; text-align:center;}
.footcol {display:inline-block; vertical-align: top; width: auto; margin: 50px 0 30px 0; color: #000;}
footer[role="contentinfo"] a {color: #000;}
footer[role="contentinfo"] a:hover {color:#F1BE03;}
.footcol ul {margin:0; padding: 0; list-style: none;}
/*///// col 1 /////*/
.footcol1 {}
.footcol1 ul {text-align: left;}
.footcol1 ul li {padding:0 0 2px 0;}
/*///// col 2 /////*/
.footcol2 {text-align: center; padding: 0 80px 0 80px; margin:50px 80px 30px 80px; border-left:1px solid #B5B5B5; border-right:1px solid #B5B5B5;}
.footcol2 ul li {display:inline-block; vertical-align:middle;}
.footRS, .footPart {color: #000; text-transform:uppercase;}
.footRS + ul {}
.footRS + ul li {font-size:3em; margin:0 10px 0 10px;}
.footPart {margin-top:30px; padding:0;}
.footPart + ul {}
.footPart + ul li {vertical-align:middle; margin:0 10px 0 10px;}
.footPart + ul li img {height:40px; width:auto;}
.footPart + ul li.ligneret {display: block; height:10px;}
/*///// col 3 /////*/
.footcol3 {text-align: left;}
.footcol3 p {color: #000;}
.footcol3 p:first-child {color: #000; text-transform:uppercase;}
.footcol3 p + p {padding-left: 30px; font-size:1.1em;}
.footcol3 p span {margin-left:-30px; font-size:1.5em;}
/*///// mentions /////*/
.mentions {padding: 10px 0 10px 0;}
.mentions ul {margin:0; padding: 0; list-style: none;}
.mentions ul li {display:inline-block; margin: 0 10px 0 10px;}
/*///// login /////*/
.footCompte {}
.footCompte h4 {display: none; padding: 10px 0 10px 0;}
.footCompte a {display: inline-block; margin: 0 10px 0 10px;}


/*--------------------------------------------------------------------
				evolution @hary le 11-12-2019
---------------------------------------------------------------------*/
.catalogProductsList .calendar_widget_specifs,
.catalogProductDetail .calendar_widget_specifs,
.allAgenda .calendar_widget_specifs{
	display: none;
}
.catalogProductDetail #agendaProg .calendar_widget_specifs,
.allAgenda #agendaProg .calendar_widget_specifs{
	display: block;
}
.catalogProductsList .calendar_widget_specifs .day_container_specifs{
	/*max-width: 1170px;
	margin:0 auto;*/
	padding:0 0 50px 0
}
#content .calendar tr td.navCal a{
	cursor: pointer;
}
/*==================== RESPONSIVE ====================*/
@media all and (max-width: 1350px) 
{
	header[role="banner"].scrolled #logo {display: none !important;}
	.short_product, .catalogProductsList .catalog [class*="col"] {width: 24%; margin:0 1% 10px 0;}
	.short_product:nth-child(4n), .catalogProductsList .catalog [class*="col"]:nth-child(4n) {margin:0 0 10px 0;}
	.catalogProductsList .catalog [class*="col"] .short_product {width: 100%; margin: 0 !important;}
	.cprog1 {width: 65%;}
	.cprog2 {width:35%;}
}
@media all and (max-width: 1100px) 
{
	.nav li a {padding:0 10px 0 10px;}
	header.scrolled[role="banner"] nav li a {font-size:12px;}
	#gen #bandotop h1, #col2B #bandotop h1 {font-size:3em;}
	#bloc12C1 h1 {font-size:4.5em;}
	.col2C2 #contentGen h2 {font-size:1.6em;}
	#colGprog {width: 30%;}
	#colDprog {width: 65%;}
	.product_detail .pager {padding: 0 0 0 20%;}
	#content .calendar tr td.calendar-day .day-number a, #content .calendar tr td.navCal a {padding:5px;}
}
@media all and (max-width: 940px) 
{
	.header #top-logo img {width: 250px;}
	.nav li a {padding:0 5px 0 5px;}
	header.scrolled[role="banner"] nav li a {font-size:10px;}
	.headRS {left:45px; top:45px;}
	.headRS ul li {margin:0 15px 0 0;}
	.headResa {top:30px;}
	.hoverslide p {font-size:5em;}
	#container-20 h2, #container-60 .titreRS {font-size:4em;}
	#container-12 .threecol h3 {font-size:1em;}
	#content #container-12 .feature-link strong {min-width:180px; font-size:1.3em;}
	#content .ls-wrapper .ls-nav ul li {padding:0 10px 0 10px;}
	#content .ls-wrapper .ls-nav ul li a {font-size:0.9em; min-width:140px; background-size:120px; padding: 55px 0 0 0;}
	#gen #bandotop h1, #col2B #bandotop h1 {font-size:2.5em}
	.col2A1, .col2B1 {width:30%}
	.col2A2, .col2B2 {width:63%; margin-right:2%;}
	.col2A1 .visuCol1, .col2A1 .visuCol3, .col2B1 .visuCol1, .col2B1 .visuCol3 {width:100%;}
	.col2A1 .visuCol2, .col2B1 .visuCol2 {width:100%; margin: 0;}
	.col2R1 {width:40%;}
	.col2R2 {width:55%;}
	.col2R2 h1 {font-size:1.4em;}
	#EvEx h1 {font-size:1.3em;}
	#bloc12C1 h1 {font-size:4em;}
	.colG1 {float:right; width:60%; margin:0 2% 0 0;}
	.colG2 {float:left; width:30%;}
	#devisPriva {float:right; width:40%;}
	.infoCol2, .infoCol1, .cic2, .cic1 {float:none; width:98%; margin: 0 auto 0 auto;}
	.infoCol1 .btnLink {text-align: center;}
	.cic1 {text-align: center;}
	.cic1 .ip0 {width:60%; margin-right: auto; margin-left: auto; text-align:left;}
	#content .calendar tr td.calendar-day .day-number a, #content .calendar tr td.navCal a {padding:0;}
	.footcol {margin: 30px 0 30px 0;}
	.footcol1 ul li {padding:0 0 5px 0;}
	.footcol2 {padding: 0 30px 0 30px; margin:30px;}
	.footRS + ul li {font-size:2em;}
	.footPart + ul li img {height:20px;}
	.footcol3 p + p {padding-left: 22px; font-size:1em;}
	.footcol3 p span {margin-left:-22px; font-size:1.2em;}	
}
@media (max-width: 838px) and (max-width: 940px)
{
}
@media (max-width: 768px) 
{
	header[role="banner"] {border:none;}
	header[role="banner"].scrolled #logo {display: block !important;}
	#main-nav {text-align: left;}
	#main-nav li {display: block;}
	#main-nav li a:hover {color:#F1BE03;}
	.headTel, .headRS {display: none;}
	.headResa {z-index:3000 !important; position: fixed; top: auto; bottom: 0; width: 100%; background: #fff; padding:15px; box-shadow:0 0 5px rgba(0,0,0,0.3); text-align:center; border:none; z-index:1000;}
	.headResa p {width:auto; z-index:1000;}
	.headResa p strong {}
	.headResa p span {display:none;}
	.headCompte {top:15px; right: 30px;}
	.headCompte h4 {display: block; color:#fff; text-align: right; background:url("/modeles/fr/defaut/css/../images/user-pic.png") center right no-repeat; background-size: 20px 20px; padding: 0 30px 0 0;}
	.headCompte h4 span {visibility:hidden;}
	.headCompte .widgetContainer {/*visibility: hidden*/ display: none;}
	.headCompte .widgetLoginLinks {background: #fff; }
	.headCompte .widgetLoginLinks a {display: block; margin: 0; padding: 10px; border-bottom:1px solid #666;}
	.headCompte .widgetLoginLinks a:last-child {border: none;}
	header.scrolled[role="banner"] .headResa {display:block;}
	.hoverslide p {font-size:3.5em; display: none;}
	#post-12 .threecol {width: 70%; margin: 0 auto 0 auto;}
	#container-20 h2, #container-60 .titreRS {font-size:2.9em;}
	#post-135 .formulaire {margin: 50px 0 0 0;}
	#gen #bandotop h1, #col2B #bandotop h1 {font-size:2em;}
	.col2A1, .col2B1, .col2R1, .colG1 {width:98%; margin: 0 auto 0 auto; padding: 0;}
	.col2A2, .col2B2, .col2R2, .colG2 {width:98%; margin: 0 auto 0 auto; padding: 40px 0 0 0;}
	.col2A2 h1.titreX2 {font-size: 1.3em;}
	.col2A1 .visuCol, .col2B1 .visuCol, .colG2 .visuCol {100%; margin: 0; text-align:center;}
	.col2B2 #contentGen h2 {margin:50px 0 40px 0; font-size:1.65em;}
	.col2B2 #contentGen h2:after { border-bottom: 5px solid #707070;}
	.col2C1, .col2C2 {float:none; width:98%; margin: 0 auto 0 auto;}
	#tofR ul li {width:30%;}
	.colactu {float:none; width:98%; margin: 0 auto 0 auto;}
	.colactu2 .visuCol {text-align:center;}
	#EvEx h1 {font-size:1.6em; float:none; width:98%;}
	#EvEx01 {float:none; width:98%;}
	#EvEx01 h2 {text-align:center;}
	#EvEx02 {float:none; width:98%;}
	#bloc12C1 {display:inline-block; width:60%; vertical-align: middle;}
	#bloc22C1 {display:inline-block; width:35%; vertical-align: middle;}
	#bloc12C1 h1 {transform: rotate(0deg); font-size:3.5em; margin: 0 0 10px 0;}
	#bloc12C1 p {font-size:1em; padding:0 25px 0 25px; margin: 0;}
	#bloc22C1 img {width:auto; max-width: auto; max-height: 100px;}
	#infoTitre h1 {font-size:1em;}
	#priva h1 {font-size: 1.2em;}
	#contentPriva {float:none; width:90%; margin: 0 auto 0 auto;}
	#devisPriva {float:none; width:90%; margin: 50px auto 0 auto;}
	.cic1 .ip0 {width:80%;}
	#compIC p {font-size:1.5em;}
	#compIC ul li a {font-size:3em;}
	.short_product, .catalogProductsList .catalog [class*="col"] {width: 32.3%; margin:0 1% 10px 0;}
	.short_product:nth-child(4n), .catalogProductsList .catalog [class*="col"]:nth-child(3n) {margin:0 0 10px 0;}
	.short_product:nth-child(4n), .catalogProductsList .catalog [class*="col"]:nth-child(4n) {margin:0 1% 10px 0;}
	#content .calendar tr.calendar-row {display:grid; grid-template-columns: repeat(auto-fit, minmax(30px, 1fr)); grid-auto-rows: minmax(10px, auto); grid-gap: 10px;}
	footer {}
	footer[role="contentinfo"] {z-index: 10;}
	.footcol {width: 80%; text-align: center; margin: 10px auto 10px auto;}
	.footcol1 ul {text-align:center;}
	.footcol2 {padding: 10px 0 20px 0; margin:10px; border:none; border-top:1px solid #B5B5B5; border-bottom:1px solid #B5B5B5;}
}
@media (max-width: 500px) 
{
	.single-title, .page-title {font-size:1.4em;}
	#post-12 .threecol, .footcol {width: 90%;}
	#container-20 h2, #container-60 .titreRS {font-size:2em;}
	#post-135 {width: 90%; margin: 0 auto 0 auto;}
	#post-135 p.btnResa {width:100%;border: none; margin:0 auto 0 auto; text-align: center;}
	#post-135 p.btnResa strong {display: block; margin:0;}
	#post-135 p.btnResa span {display: none;}
	#post-135 .submit {text-align: center;}
	#gen #bandotop h1, #col2B #bandotop h1 {font-size:1.5em;}
	.col2A2 h1.titreX2, .col2R2 h1, .colG h1 {font-size: 1.1em;}
	.col2B2 #contentGen h2 {margin:50px 0 20px 0; font-size:1.4em;}
	#largeColR .wrap {column-count: 1; column-gap:unset; padding: 20px;}
	#tofR ul li {width:49%;}
	#bloc12C1 {width:100%;}
	#bloc22C1 {display:none;}
	#infoTitre h1 span {font-size:2em;}
	#contactGroupe .form_creator_header p:first-child {font-size:1.6em;}
	.infoCol1 h1, .cic1 h1 {font-size:1.5em;}
	.cic1 .ip0 {width:100%;}
	#compIC p {font-size:1.3em;}
	#compIC ul li a {font-size:3em;}
	.short_product, .catalogProductsList .catalog [class*="col"] {width: 100%; margin:0 0 10px 0;}
	.short_product:nth-child(4n), .catalogProductsList .catalog [class*="col"]:nth-child(3n) {margin:0 0 10px 0;}
	.short_product:nth-child(4n), .catalogProductsList .catalog [class*="col"]:nth-child(4n) {margin:0 0 10px 0;}
	#childrenSelector ul li {display: block; margin: 10px;}
	#childrenSelector ul li a {display: block;}
	#topProg #progNom {float: none; text-align: center;}
	#topProg #progDate {float: none; text-align: center; padding: 10px;}
	#topProg #progLink {display: none;}
	#colGprog #agendaProg {/*display: none;*/}
	#colGprog #progAffiche {width: 80%; margin: 0 auto 0 auto;}
	#colGprog {width: 100%; padding: 0; background: none;}
	#colDprog {width: 100%; margin: 30px 0 0 0;}
	#colDprog h1 {font-size:1.8em;}
	#colDprog h1:after {border-bottom: 5px solid #000;}
	#colDprog #progPres {text-align: justify;}
	#progSubCol1 {display: block; padding: 20px; margin: 0 0 20px 0;}
	.product_detail .pager {padding: 0;}
}


/* @changelog 2020-01-13 [FIX] (Mirary) Espacement bouton add to cart (2019-2805) */
.addToCart > div:first-child {
	margin: 0 0 2rem;
}

/* @changelog 2020-01-23 [FIX] (Mirary) Gestion bordure et esapcement total panier */
#cart table .amount td:last-child {
    border-right: 1px solid #ccc;
}
#cart .submit {
    margin: 0 auto 3rem;
}


/* @changelog 2020-03-02 [EVOL] (Mirary) Inscription particluier / entreprise */
#cartSubscription .societeid,
#cartSubscription .field_28id {
	display: none;
}
.errorForm {
    color: red;
    font-size: .75rem;
    margin: .5rem 0 -.5rem;
}


/* @changelog 2021-09-15 [FIX] (Mirary) Mise en forme tableau detail commande */
#accountOrderDetail table {
    width: 100%;
    margin: 2rem auto;
}
	#accountOrderDetail table th {
		background: #333;
		color: #fff;
	}
	#accountOrderDetail table .amount {
	    background: #f7f7f7;
	}
		#accountOrderDetail table td {
			border-bottom: 1px solid #eee;
			padding: .5rem;
		}
		#accountOrderDetail table td:first-child {
		    text-align: left;
		    padding: .5rem .5rem .5rem 1rem;
		}

		#accountOrderDetail table .amount td {
			border-bottom: 1px solid #fff;
			color: #000;
		}
		#accountOrderDetail table .amount td:last-child {
			font-weight: bold;			
		}


.invoiceOrderDetail {
    width: 1170px;
    margin: 0 auto;
    padding: 5rem 0;
    max-width: calc(100% - 3rem);
}
#accountOrderDetail h2 {
    margin: 2rem auto .5rem;
}
#accountOrderDetail h3 {
    margin: 1rem auto .5rem;
}
#accountOrderDetail td:empty {
    display: none;
}