@charset "UTF-8";
/*
Theme Name: La Chaine Guitare
Description: Responsive WordPress Theme
Theme URI: http://www.mediaflux.ca
Author: LCG
Author URI: https://lachaineguitare.com
Version: 1.0
License: GNU General Public License v2 or lateclr
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: translation-ready
Text Domain: LCG
*/

/*--------------------------------------------------------------
Table of Contents:
----------------------------------------------------------------
1		- Normalize
2		- Base
3		- Typo - Fonts
4		- Grid
5		- Media
6		- Table
7		- Forms
8		- Buttons
9		- Helper
10		- Navigation
11		- Layout
12		- Widgets
13		- Comments
14		- Font Awesome
15		- Custom
16		- Print
17		- Other
--------------------------------------------------------------*/

/*
-------------------------------------------------------------------------------------------------------------
1- NORMALIZE  [ normalize.css version 7.0.0 | MIT License | https://necolas.github.io/normalize.css/ ]
-------------------------------------------------------------------------------------------------------------
*/

html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
margin: 0; }

article,
aside,
footer,
header,
nav,
section {
  display: block; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

figcaption,
figure,
main {
  display: block; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

dfn {
  font-style: italic; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

audio,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details,
menu {
  display: block; }

summary {
  display: list-item; }

canvas {
  display: inline-block; }

template {
  display: none; }

[hidden] {
  display: none; }

/*
-------------------------------------------------------------------------------------------------------------
2- BASE
-------------------------------------------------------------------------------------------------------------
*/

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 100%; }

a img {
  border: 0; }

figure {
  position: relative; }

figure img {
  width: 100%; }

body {
  font-family: 'Lato', sans-serif !important;
  font-weight: normal;
  font-size: 13px; }

::selection {
  background: #52C8EC;
  color: #FFF; }

::-moz-selection {
  background: #52C8EC;
  color: #FFF; }

/*
-------------------------------------------------------------------------------------------------------------
3- TYPO - FONTS
-------------------------------------------------------------------------------------------------------------
*/
@font-face {
  font-family: 'fontello';
  src: url("font/fontello.eot?48769368");
  src: url("font/fontello.eot?48769368#iefix") format("embedded-opentype"), url("font/fontello.woff2?48769368") format("woff2"), url("font/fontello.woff?48769368") format("woff"), url("font/fontello.ttf?48769368") format("truetype"), url("font/fontello.svg?48769368#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }

h1 {
  margin: 0px 0 20px;
  padding: 0;
  letter-spacing: -0.025em;
  text-transform: uppercase; }

h2 {
  margin: 10px 0;
  padding: 0; }

h2.post {
  margin: 5px 0 10px;
  padding: 0;
  letter-spacing: -0.04em; }

h2.heading {
  margin: 15px 0;
  padding: 0;
  letter-spacing: -0.04em;
  text-transform: uppercase; }

h2.widget {
  margin: 0;
  padding: 15px 0 12px;
  letter-spacing: -0.04em;
  background: url("library/images/texture.png") repeat-x top; }

h2.widget span {
  padding: 0;
  line-height: 0.9;
  opacity: .6; }

h3 {
  margin: 10px 0;
  padding: 0 0 0 1px;
  letter-spacing: -0.02em; }

h4 {
  margin: 12px 0;
  padding: 0; }

h5, h6 {
  margin: 5px 0;
  padding: 0; }

h3.title {
  padding: 0 0 11px;
  margin: 0;
  font-size: 14pt;
  text-shadow: none; }

h4.leading {
  margin: -5px 0 30px; }

.no-border {
  border: 0 none !important; }

.no-radius {
  border-radius: 0 !important; }

.bk-orange {
  background: #eb5b25;
  color: #FFF; }

a {
  color: #000; }

ol, ul {
  margin: 20px; }

a, a:hover {
  text-decoration: none !important; }

a, .nav li a {
  -moz-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in; }

small {
  line-height: 11pt; }

/*
-------------------------------------------------------------------------------------------------------------
4- GRID
-------------------------------------------------------------------------------------------------------------
*/
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0; }

.row:before, .row:after {
  content: " ";
  display: table; }

.row:after {
  clear: both; }

.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.row.collapse .row {
  margin-left: 0;
  margin-right: 0; }

.row .row {
  width: auto;
  margin-left: -0.500rem;
  margin-right: -0.500rem;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none; }

.row .row:before, .row .row:after {
  content: " ";
  display: table; }

.row .row:after {
  clear: both; }

.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none; }

.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table; }

.row .row.collapse:after {
  clear: both; }

.column,
.columns {
  padding-left: 0.500rem;
  padding-right: 0.500rem;
  width: 100%;
  float: left; }

.column.centered, .columns.centered {
  margin-left: auto;
  margin-right: auto;
  float: none; }

[class*="column"] + [class*="column"]:last-child {
  float: right; }

[class*="column"] + [class*="column"].end {
  float: left; }

@media only screen {
  .column,
  .columns {
    position: relative; }
  .small-1 {
    width: 8.33333%; }
  .small-2 {
    width: 16.66667%; }
  .small-3 {
    width: 25%; }
  .small-4 {
    width: 33.33333%; }
  .small-5 {
    width: 41.66667%; }
  .small-6 {
    width: 50%; }
  .small-7 {
    width: 58.33333%; }
  .small-8 {
    width: 66.66667%; }
  .small-9 {
    width: 75%; }
  .small-10 {
    width: 83.33333%; }
  .small-11 {
    width: 91.66667%; }
  .small-12 {
    width: 100%; }
  .special {
    width: 20%; } }

@media only screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-3 {
    width: 25%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-9 {
    width: 75%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-12 {
    width: 100%; } }

@media only screen and (min-width: 64em) {
  .container {
    width: 63.75rem;
    margin: 0 auto;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    border: solid 1px #DDD;
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4); }
  .wrap {
    width: 63.75rem;
    margin: 0 auto;
    padding: 0;
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4); }
  .large-1 {
    width: 8.33333%; }
  .large-2 {
    width: 16.66667%; }
  .large-3 {
    width: 25%; }
  .large-4 {
    width: 33.33333%; }
  .large-5 {
    width: 41.66667%; }
  .large-6 {
    width: 50%; }
  .large-7 {
    width: 58.33333%; }
  .large-8 {
    width: 66.66667%; }
  .large-9 {
    width: 75%; }
  .large-10 {
    width: 83.33333%; }
  .large-11 {
    width: 91.66667%; }
  .large-12 {
    width: 100%; } }

@media only screen and (min-width: 75em) {
  .container {
    width: 70rem;
    margin: 0 auto; }
  .wrap {
    width: 70rem;
    margin: 0 auto;
    padding: 0; } }

/*
-------------------------------------------------------------------------------------------------------------
5- MEDIA
-------------------------------------------------------------------------------------------------------------
*/
embed,
iframe,
object,
video {
  max-width: 100%; }

img {
  max-width: 100%;
  height: auto;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic; }

@media \0screen {
  img {
    width: auto; } }

/* Prevent height distortion in IE8. */
a img {
  border: none; }

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  float: none; }

img.alignright {
  margin: 4px 1px 10px 20px !important;
  display: inline;
  float: right; }

img.alignleft {
  margin: 4px 20px 10px 1px !important;
  display: inline;
  float: left; }

.alignright {
  float: right; }

.alignleft {
  float: left; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  text-align: center;
  padding-top: 10px; }

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  padding: 0 5px;
  margin: 5px 0 0; }

img.wp-smiley {
  background: transparent;
  border: none;
  margin: 0;
  padding: 0; }

.bags, #map iframe, .wp-caption {
  padding: 3px;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

.attachment .headimg {
  display: none;
  visibility: hidden; }

#content .wp-smiley {
  margin: 0; }



.gallery {
  display: inline-block; }

.gallery-item {
  float: left;
  text-align: center;
  width: 25%;
  margin-bottom: 1.25rem; }

.gallery img {
  box-shadow: 0px 0px 4px #999;
  border: 1px solid white;
  padding: 0.5rem;
  background: #fafafa; }

.gallery img:hover {
  background: #f2f2f2; }

.gallery .gallery-caption {
  display: none; }



/*
-------------------------------------------------------------------------------------------------------------
6- TABLE
-------------------------------------------------------------------------------------------------------------
*/
table {
  max-width: 100%; }

th {
  text-align: left; }

table, .table {
  width: 100%;
  margin-bottom: 1.25rem; }
  table > thead > tr > th,
  table > thead > tr > td,
  table > tbody > tr > th,
  table > tbody > tr > td,
  table > tfoot > tr > th,
  table > tfoot > tr > td, .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 0.625rem;
    line-height: 1.4;
    vertical-align: top;
    border-bottom: 1px solid #DDD; }
  table > thead > tr > th, .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #DDD; }
  table > caption + thead > tr:first-child > th,
  table > caption + thead > tr:first-child > td,
  table > colgroup + thead > tr:first-child > th,
  table > colgroup + thead > tr:first-child > td,
  table > thead:first-child > tr:first-child > th,
  table > thead:first-child > tr:first-child > td, .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  table > tbody + tbody, .table > tbody + tbody {
    border-top: 2px solid #DDD; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 0.25rem; }

.table-bordered {
  border: 1px solid #DDD; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #DDD; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: rgba(238, 238, 238, 0.6); }

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: rgba(238, 238, 238, 0.6); }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table-responsive {
  width: 100%;
  overflow-y: hidden;
  overflow-x: scroll;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch; }

/*
-------------------------------------------------------------------------------------------------------------
7- FORMS
-------------------------------------------------------------------------------------------------------------
*/
fieldset {
  margin: 0rem 0rem 0.625rem 0rem;
  padding: 0.625rem 0.625rem 3.125rem 0.625rem;
  min-width: 0;
  border: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

fieldset p {
  margin: 0; }

legend {
  padding: 0rem 0.3125rem;
  font-size: 2.1rem;
  line-height: inherit;
  color: #333; }

label {
  font-weight: bold;
  margin-top: 0.625rem;
  margin-bottom: 0;
  font-size: 0.875rem; }

input, textarea {
  margin-bottom: 0; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea {
  display: inline-block;
  padding: 0.375rem 0.25rem;
  border: 1px solid #ccc;
  color: #777;
  font-size: 0.875rem;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 0.125rem 0.125rem 0.625rem 0rem;
  line-height: normal;
  display: inline; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select {
  border: 0 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #EEE url("library/img/select-arrow.png") no-repeat 95% center;
  min-width: 10rem;
  text-indent: 0.01px;
  text-overflow: "";
  color: #222;
  border-radius: 5px;
  margin-bottom: 0.625rem;
  padding: 0.3125rem;
  font-size: 0.875rem; }

select[multiple],
select[size] {
  height: auto; }

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
select:focus,
textarea:focus {
  outline: 0;
  border: 1px solid #aaa; }

input[type="radio"][disabled], fieldset[disabled] input[type="radio"], input[type="checkbox"][disabled], fieldset[disabled] input[type="checkbox"], .radio[disabled], fieldset[disabled] .radio, .radio-inline[disabled], fieldset[disabled] .radio-inline, .checkbox[disabled], fieldset[disabled] .checkbox, .checkbox-inline[disabled], fieldset[disabled] .checkbox-inline {
  cursor: not-allowed; }

.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form input[type="tel"], .wpcf7-form textarea {
  width: 100%; }

.wpcf7-form input[type="submit"] {
  text-transform: uppercase; }

#invalid-rule {
  border: 1px solid #DDD;
  padding: 7px 10px !important;
  margin: 0 10px 0 0;
  float: left;
  font-size: 12px !important;
  cursor: pointer;
  background: none !important; }

form#contactform fieldset input {
  float: none;
  width: 320px;
  margin-top: 30px; }

form#contactform fieldset textarea {
  margin-top: 30px;
  width: 430px;
  border: 1px solid #EEE;
  background: #FFF; }

form#contactform fieldset input#submit {
  width: 150px;
  cursor: pointer; }

label {
  float: left; }

#contact {
  padding: 0 0 30px; }

.searchform .searchSubmit {
  height: 24px;
  top: 14px;
  right: 8px; }

/*
-------------------------------------------------------------------------------------------------------------
8- BUTTONS
-------------------------------------------------------------------------------------------------------------
*/
.btn, .button, button, input[type="submit"], input[type="reset"], input[type="button"] {
  display: inline-block;
  margin: 0rem 0.3125rem 0.3125rem 0rem;
  text-align: center;
  vertical-align: middle;
  line-height: normal;
  cursor: pointer;
  text-decoration: none;
  white-space: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  background-image: none;
  padding: 0.5rem 1.5rem;
  font-size: 1rem;
  border-radius: 1px;
  background-color: transparent;
  border: 1px solid #CCC;
  color: #222; }

.btn::-moz-focus-inner,
.button::-moz-focus-inner,
button::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {
  padding: 0;
  border: 0; }

.btn:hover,
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  background-color: #DDD; }

.btn:focus,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  outline: 0;
  border: 0; }

.btn:active,
.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.ie7 .btn, .ie7 .button, .ie7 button, .ie7 input[type="submit"], .ie7 input[type="reset"], .ie7 input[type="button"] {
  display: inline;
  font-size: 90%;
  overflow: visible;
  color: #444; }

/*
-------------------------------------------------------------------------------------------------------------
9- HELPER
-------------------------------------------------------------------------------------------------------------
*/
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

.screen-reader-text {
  display: none; }

.bypostauthor {
  border: solid 1px transparent; }

.no-margin {
  margin: 0 !important; }

.no-padding {
  padding: 0 !important; }

.margin-top-10 {
  margin-top: 10px; }

.margin-20 {
  margin: 20px; }

.bck-grey {
  background: #f7f7f7; }

.margin-bottom {
  margin-bottom: 16px; }

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

.color-grey {
  color: #717171; }

.small {
  font-size: 85% !important; }

.tagline {
  font-size: 12px;
  opacity: .8; }

.hrline, .hrlineB, .hrlineS {
  width: 100% !important;
  display: block;
  overflow: hidden;
  padding: 0;
  height: 3px;
  background-color: #f7f7f7;
  margin-top: 30px;
  margin-bottom: 10px; }

.hrlineB {
  margin-bottom: 40px !important; }

.hrlineS {
  height: 15px !important;
  margin-bottom: 40px !important;
  opacity: .5; }

.hrline span, .hrlineB span {
  width: 30px;
  background: #999;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0; }

.sserif {
  font-family: Questrial, serif;
  text-transform: uppercase;
  margin-bottom: 15px; }

.pnormal {
  font-weight: normal !important;
  max-height: none; }

.fl {
  float: left !important;
  overflow: hidden; }

.fr {
  float: right !important;
  overflow: hidden; }

.bottomzero {
  padding-bottom: 0 !important; }

.rad, .scrollTo_top, a#triggernav, a.itembutton, input[type=submit] {
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

.boxshadow {
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2); }

.container_shadow {
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4); }

.shadow-inset {
  -moz-box-shadow: 0px 0px 45px black inset;
  -webkit-box-shadow: 0px 0px 45px black inset;
  box-shadow: inset 0px 0px 45px black; }

.breadcrumb {
  margin: 5px 0 10px;
  font-size: 12px;
  text-transform: uppercase; }

.inn {
  padding: 20px 3.2%;
  margin: 0 0 10px;
  overflow: hidden; }

.top-fix {
  padding-top: 60px !important; }

.bottom-fix {
  margin-bottom: 10px; }

.slant {
  font-size: 85%;
  font-weight: normal;
  font-style: italic; }

.lower {
  text-transform: lowercase !important; }

.italic {
  font-style: italic !important; }

.fat {
  font-weight: bold !important; }

/*
-------------------------------------------------------------------------------------------------------------
10- NAVIGATION
-------------------------------------------------------------------------------------------------------------
*/
.main-menu > ul > #menu-button {
  display: block;
  cursor: pointer; }

.main-menu #menu-button > a {
  padding: 0.875rem 1.25rem; }

.main-menu ul.open li,
.main-menu > ul.open > li {
  display: block; }

.main-menu > ul.open > li#menu-button > a {
  color: #222; }

.main-menu ul li#menu-button a {
  border-bottom: none; }

.main-menu ul ul::after {
  display: none; }

.main-menu {
  position: relative;
  width: auto; }

.main-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1;
  width: auto; }

.main-menu > ul {
  height: auto;
  display: block;
  width: 100%;
  z-index: 500;
  background-color: #f7f7f7; }

.main-menu ul li a {
  display: block;
  text-decoration: none; }

.main-menu li,
.main-menu > ul > li {
  display: none; }

.main-menu ul .menu-item-has-children::after {
  display: none; }

.main-menu ul ul li a {
  width: auto; }

@media only screen and (max-width: 1023px) {
  .main-menu {
    margin: 0 auto; }
  .main-menu ul {
    text-align: center;
    font-size: 0.9rem; }
  .main-menu ul li a {
    background-color: #eb5929;
    color: #FFF;
    text-transform: uppercase;
    padding: 12px 0;
    border-bottom: solid 1px #FFF; }
  .main-menu ul li a:hover {
    background-color: #FFF;
    color: #222; }
  .main-menu > ul > li#menu-button a {
    background-color: transparent;
    color: #222; }
  .main-menu ul ul a {
    background-color: #262081;
    padding: 8px; }
  .main-menu ul ul ul a,
  .main-menu ul ul ul ul a,
  .main-menu ul ul ul ul ul a,
  .main-menu ul ul ul ul ul ul a {
    background-color: #58559b; } }

@media only screen and (min-width: 1024px) {
  .main-menu > ul > #menu-button {
    display: none !important; }
  .main-menu li,
  .main-menu > ul > li {
    display: block; }
  .main-menu > ul > li > a {
    font-size: 0.875rem;
    font-weight: 400;
    padding: 0.9375rem 1.25rem;
    color: #262081;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-transition: color 0.25s ease-out;
    -moz-transition: color 0.25s ease-out;
    -ms-transition: color 0.25s ease-out;
    -o-transition: color 0.25s ease-out;
    transition: color 0.25s ease-out; }
  .main-menu ul {
    text-align: left; }
  .main-menu > ul {
    position: relative; }
  .main-menu > ul > li.menu-item-has-children > a {
    padding-right: 2rem; }
  .main-menu:after,
  .main-menu > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .main-menu > ul > li {
    display: inline-block !important;
    position: relative;
    margin: 0;
    padding: 0; }
  .main-menu ul ul {
    border: solid 1px #f7f7f7;
    padding: 8px;
    background-color: #FFF; }
  .main-menu ul ul li a {
    min-width: 13.125rem;
    background: #FFF;
    font-size: 0.7rem;
    font-weight: normal;
    color: #262081;
    text-transform: uppercase;
    text-align: left;
    border-bottom: solid 1px #f7f7f7; }
  .main-menu ul ul li:last-child > a {
    border-bottom: none; }
  .main-menu ul ul li:hover > a {
    background: #f7f7f7; }
  .main-menu ul ul li a,
  .main-menu ul ul ul li a,
  .main-menu ul ul ul ul li a,
  .main-menu ul ul ul ul ul li a,
  .main-menu ul ul ul ul ul ul li a {
    padding: 0.75rem; }
  .main-menu ul ul {
    position: absolute;
    left: -9999px;
    top: 4.375rem;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease, top 0.4s ease;
    -moz-transition: opacity 0.4s ease, top 0.4s ease;
    -ms-transition: opacity 0.4s ease, top 0.4s ease;
    -o-transition: opacity 0.4s ease, top 0.4s ease;
    transition: opacity 0.4s ease, top 0.4s ease;
    z-index: 1000; }
  .main-menu ul .menu-item-has-children::after {
    display: block; }
  .main-menu ul ul ul {
    top: 2.1875rem; }
  .main-menu ul ul li {
    position: relative; }
  .main-menu > ul > li:hover > ul {
    left: auto;
    top: 2.75rem;
    /* Important */
    opacity: 1; }
  .main-menu ul ul li:hover > ul {
    left: 13.125rem;
    top: -8px;
    opacity: 1; }
  .main-menu li.menu-item-has-children::after {
    display: block;
    content: "";
    position: absolute;
    width: 0;
    height: 0; }
  .main-menu > ul > li.menu-item-has-children::after {
    right: 0.625rem;
    top: 1.25rem;
    border: 5px solid transparent;
    border-top-color: #262081; }
  .main-menu > ul > li:hover::after {
    border-top-color: #262081; }
  .main-menu > ul > li > ul::after {
    /* Flèche vers le haut */
    content: '';
    border: 6px solid transparent;
    width: 0;
    height: 0;
    border-bottom-color: #262081;
    position: absolute;
    top: -0.75rem;
    left: 1.875rem; }
  .main-menu ul ul li.menu-item-has-children::after {
    /* Flèche vers la gauche */
    border: 6px solid transparent;
    border-left-color: #CCC;
    right: 0.625rem;
    top: 0.75rem;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transition: -webkit-transform 0.2s ease, right 0.2s ease; }
  .main-menu ul ul li.menu-item-has-children:hover::after {
    border-left-color: #CCC;
    right: 0;
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg); } }

a.more-link {
  display: none;
  visibility: hidden; }

a.read-more {
  display: block;
  visibility: visible; }

a.mainbutton,
#submit,
#comments .navigation a,
.tagssingle a,
.contact-form .submit,
a.comment-reply-link,
#comment-submit {
  margin: 1px;
  line-height: 1;
  padding: 7px 10px;
  color: #FFF !important;
  background: #444;
  border: none !important;
  font-weight: bold;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer; }

a.mainbutton:hover,
a.itembutton:hover,
a.itembutton2:hover,
#submit:hover,
#comments .navigation a:hover,
.tagssingle a:hover,
.contact-form .submit:hover,
a.comment-reply-link:hover {
  color: #FFF !important;
  background: #353535 !important; }

.index-pagination {
  display: block;
  margin-bottom: 60px;
  margin-top: 40px;
  text-align: center; }

.page-numbers.current {
  background: #282879; }

a.page-numbers,
.page-numbers.current {
  font-size: 9pt;
  background: url("library/images/transparent-light.png");
  padding: 7px 10px;
  line-height: 1;
  margin: 1px 8px 0 0;
  -moz-border-radius: 2px;
  -khtml-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px; }

.page-numbers.current {
  background: #282879 !important;
  color: #FFFFFF;
  font-weight: bold; }

.dots {
  letter-spacing: 1px;
  margin: 0 15px 0 0; }

.postnav {
  margin: 10px 0; }

/*
-------------------------------------------------------------------------------------------------------------
11- LAYOUT
-------------------------------------------------------------------------------------------------------------
*/

/* HEADER */

.top-bar {
  padding: 10px;
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 20px;
  text-align: right; }

.logo {
  margin-bottom: 20px; }

.logo img {
  display: block;
  margin: 0 auto;
  float: none; }
 
 .header-searchform { display: none; }
 
 .mobile-searchform { display: block; margin-bottom: 15px;  }
 .mobile-searchform .input-group { width: 240px; margin-left: auto; margin-right: auto; }

@media only screen and (min-width: 1024px) {  .logo { margin-bottom: 40px; }  }

.input-group input {
  padding: 11px;
  background-color: #f7f7f7;
  min-width: 200px; }

@media only screen and (min-width: 1024px) {
	
  .mobile-searchform { display: none; }
	
  .header-searchform { display: block; }
    
  .searchform {
    border: solid 1px transparent;
    display: inline-block;
    margin-left: 20px; }
    
  .input-group input { min-width: 250px; } 
    
    }

.input-group-btn button {
  background-color: #eb5b26;
  color: #FFF;
  border: none;
  font-size: 13px;
  padding: 10px 10px;
  margin: 0;
  margin-left: -3px;
  margin-top: -1px; }

.input-group-btn button:hover {
  background-color: #eb5b26;
  color: #222; }

header .searchform {
  margin-top: 5px; }

.searchform input[type="text"] {
  font-size: 12px !important; }

/* LOGIN FORM HEADER */

.login_account {
	border: solid 1px transparent;
	max-width: 330px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 13px; }

@media only screen and (min-width: 640px) {
  .login_account {
    margin-top: -14px;
    margin-bottom: 20px; } }

@media only screen and (min-width: 1024px) {
  .login_account {
    margin-bottom: 0; } }

.login_account h3 {
  display: none;
  margin: 0 !important; }

.login_account input[type=text], .login_account input[type=password] {
  border: none;
  box-shadow: none;
  background: #f7f7f7;
  margin-bottom: 10px; }

.login_account label {
  margin: 0; }

.login_account .wspluging:first-child {
  margin-bottom: 10px; }


.ws-plugin--s2member-pro-login-widget { 
	overflow: hidden; 
	display: block; 
	margin: 0 !important; 
	padding: 0 !important; }

.ws-plugin--s2member-pro-login-widget h3 {  
	display: none;
	margin: 0 !important;}

.ws-plugin--s2member-pro-login-widget input[type=text],
.ws-plugin--s2member-pro-login-widget input[type=password] {
  border: none;
  box-shadow: none;
  background: #f7f7f7; }

.ws-plugin--s2member-pro-login-widget .wspluging:first-child {
  margin-bottom: 10px; }

.ws-plugin--s2member-pro-login-widget-username {
  width: 48%;
  float: left;
  margin-top: 0;
  margin-bottom: 10px; }

.ws-plugin--s2member-pro-login-widget-password {
  width: 48%;
  float: right;
  margin-top: 0;
  margin-bottom: 10px; }

.ws-plugin--s2member-pro-login-widget label {
  font-weight: lighter;
  font-size: 12px;
  margin-bottom: 2px; }

.ws-plugin--s2member-pro-login-widget-submit {
  float: right;
  margin-top: 10px; }

.ws-plugin--s2member-pro-login-widget-submit input {
  background-color: #eb5b25;
  font-size: 0.8rem;
  color: #FFF;
  margin: 0;
  float: right;
  margin-top: -42px; }

.ws-plugin--s2member-pro-login-widget-submit input:hover {
  background-color: #eb5b25;
  color: #222; }

.ws-plugin--s2member-pro-login-widget-lost-password {
	float: left;
	display: block;
	width: 100%;

  font-family: 'Lato', sans-serif !important;
  text-transform: capitalize;
  margin-bottom: 5px; }

.ws-plugin--s2member-pro-login-widget-lost-password a {
  color: #222 !important; }

.ws-plugin--s2member-pro-login-widget-remember-me {
  	margin-top: 0px !important;
  	float: left;
	display: block;
	width: 100%; }

.ws-plugin--s2member-pro-login-widget-remember-me input[type=checkbox],
.ws-plugin--s2member-pro-login-widget-remember-me input[type=radio] {
  margin-right: 6px; }

.ws-plugin--s2member-pro-login-widget-profile-summary {
  margin-top: -20px;
  background-color: #f7f7f7;
  padding: 20px; }

@media only screen and (min-width: 640px) {
  .ws-plugin--s2member-pro-login-widget-profile-summary {
    margin-top: 0;
    background-color: #f7f7f7; } }

.ws-plugin--s2member-pro-login-widget-profile-summary img.avatar {
  max-width: 48px;
  padding-left: 10px;
  padding-top: 6px; }


.ws-plugin--s2member-pro-login-widget-profile-summary>a>img.avatar {
    float: right;
    padding: 3px;
    margin: 0 0 0 15px;
    border: 1px solid #CCC;
    border-top-color: rgb(204, 204, 204);
    border-top-style: solid;
    border-top-width: 1px;
    border-right-color: rgb(204, 204, 204);
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: rgb(204, 204, 204);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: rgb(204, 204, 204);
    border-left-style: solid;
    border-left-width: 1px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px; }

/* PAGE 404 */

.lcg-404 {
  min-height: 600px;
  font-weight: 900;
  color: #363636;
  text-align: center; }

.lcg-404 img {
  margin-top: 60px;
  margin-bottom: 30px; }

.lcg-404-title {
  font-weight: 900;
  font-size: 60px;
  color: #363636; }

.lcg-404-content {
  color: #272878;
  font-weight: 900;
  font-size: 30px;
  line-height: 32px;
  margin-top: 10px; }

.lcg-404-content a {
  text-decoration: underline !important; }


/* BOX SUBSCRIBER BENEFITS HOMEPAGE */

.box-benefits {
  height: 90px;
  padding: 4px; }

.box-benefits img {
  display: block;
  margin: 0 auto;
  margin-top: 10px;
  height: 30px; }

.box-benefits p {
  color: #FFF;
  text-align: center;
  margin-top: 20px;
  font-size: 10px;
  font-style: italic; }

.box-benefits.box-video {
  background-color: #5f5cb9; }

.box-benefits.box-masterclass {
  background-color: #7875ba; }

.box-benefits.box-deals {
  background-color: #2a2577; }

.box-benefits.box-community {
  background-color: #f5835d; }

.box-benefits.box-giveaway {
  background-color: #eb5929; }

@media only screen and (min-width: 380px) {
  .box-benefits p {
    font-size: 12px; } }

@media only screen and (min-width: 640px) {
  .box-benefits {
    height: 200px; }
  .box-benefits img {
    margin-top: 40px;
    height: 60px; }
  .box-benefits p {
    font-size: 20px; } }

@media only screen and (min-width: 900px) {
  .box-benefits {
    height: 270px; }
  .box-benefits img {
    margin-top: 60px;
    height: 60px; }
  .box-benefits p {
    font-size: 20px; } }


/* CALL TO ACTION */

.call-to-action { width: 100%; min-height: 150px; background-color: #2a2577; }
.title-call-to-action { color: #FFF; margin: 0; padding: 20px 10px 0px 10px; font-size: 24px; text-align: center; text-transform: uppercase; }
.call-to-action img { display: block; margin-left: auto; margin-right: auto; float: none; }
.price-call-to-action { position:relative; background-color: #eb5929; color:#FFF; font-size: 18px; padding: 5px 10px; text-align: center; }


@media only screen and (min-width: 640px) { 
	
	.call-to-action { height: 258px; } 
	.title-call-to-action { padding: 40px 10px 0px 10px; }
	.price-call-to-action { position: absolute; bottom:20px; right:8px; float:right; padding: 5px 10px; }
}

@media only screen and (min-width: 780px) { 
	
	.call-to-action { height: 337px; } 
	.title-call-to-action { font-size: 28px; padding-bottom: 40px; }
	.price-call-to-action { bottom:30px; font-size: 20px; padding: 10px; }
	
	}

@media only screen and (min-width: 960px) { 
	 
	.title-call-to-action { font-size: 34px; padding-bottom: 10px; }
	
	}

/* SLIDER HOME PAGE */

.my-slider { width: 100% !important; }
.unslider ul.item { margin: 0 !important; padding: 0 !important; }

.fond_carousel {
  background: url("library/images/background_slider.png") no-repeat #eb5b25;
  display: inline-block;
  background-position: right 15% bottom; }

.carousel-thumb {
  height: 240px;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.last_post_content {
  padding: 30px 60px 0 30px;
  min-height: 180px; }

.last_post_content h3 {
  color: #FFFFFF !important;
  font-size: 20px;
  font-weight: bold; }

.last_post_content p {
  color: #FFFFFF !important;
  font-size: 18px; }

.last_post_content a {
  color: #FFFFFF !important; }

.unslider-arrow {
  height: 45px;
  width: 50px;
  position: absolute;
  top: 45%; }

.unslider-arrow.next {
  background-image: url("https://theguitarchannel.biz/wp-content/themes/chaine-guitare/library/images/next.png"); }

.unslider-arrow.prev {
  background-image: url("https://theguitarchannel.biz/wp-content/themes/chaine-guitare/library/images/prev.png"); }


@media only screen and (min-width: 640px) {
  .carousel-thumb {
    height: 420px; }
  .last_post_content {
    padding: 59px 80px 0 40px; }
  .last_post_content h3 {
    color: #FFFFFF !important;
    font-size: 30px;
    font-weight: bold; } }


/* SINGLE POST */

.content {
  font-size: 15px;
  font-family: 'Lato', sans-serif !important; }

.content iframe {
  width: 100%; }

.content img.main-single {
  width: 100%; }

.content h2.post a {
  color: #363636;
  font-weight: 900; }

.content h2.post a:hover {
  text-decoration: none !important; }

.content .post-meta {
  text-align: left;
  font-size: 13px;
  margin-bottom: 25px;
  margin-top: 20px; }

.content .post-meta span {
  display: inline-block;
  padding-bottom: 5px; }

.content .author {
  color: #363636;
  font-weight: normal; }

.content .author a {
  color: #363636; }

.content .author a:hover {
  text-decoration: none !important; }

.content .publishBy {
  color: #948e8e; }

.index-thumb {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #f7f7f7; }

.index-thumb {
  height: 25rem;
  margin-bottom: 1.25rem; }

.content-no-posts {
  text-align: center;
  padding-top: 30px; }

.content .otherPost img {
  width: 95%; }

.content .otherPost .caption a {
  color: #363636;
  line-height: 20px;
  font-size: 16px;
  font-weight: 600; }

.content .chapeau {
  font-size: 24px;
  color: #363636;
  line-height: 26px; }

.content h3.otherPost {
  margin-top: 40px;
  text-transform: uppercase;
  color: #eb5b25 !important;
  font-size: 20px; }

.jumbotron_title {
  background: #f7f7f7;
  padding: 30px;
  color: #363636;
  margin-bottom: 16px; }

.jumbotron_title h1 {
  margin: 0;
  text-transform: none;
  font-size: 24px;
  text-align: center;
  font-weight: 900; }

.jumbotron_title h2 {
  margin: 0;
  text-transform: none;
  font-size: 24px;
  text-align: center;
  font-weight: 900; }

.jumbotron_title span {
  color: #272878; }

.title-grid.style1 {
  position: absolute;
  background: #282879;
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 10px;
  font-size: 9px;
  margin-top: 20px; }

.title-grid.style2 {
  position: absolute;
  background: #eb5b25;
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 10px;
  font-size: 9px;
  margin-top: 20px; }

.img-grid {
  height: 100px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #f7f7f7; }

@media only screen and (min-width: 420px) {
  .title-grid.style1 {
    font-size: 11px;
    padding: 10px 20px; }
  .title-grid.style2 {
    font-size: 11px;
    padding: 10px 20px; }
  .img-grid {
    height: 120px; } }

@media only screen and (min-width: 780px) {
  .title-grid.style1 {
    font-size: 14px;
    padding: 10px 27px; }
  .title-grid.style2 {
    font-size: 14px;
    padding: 10px 27px; }
  .img-grid {
    height: 160px; } }

@media only screen and (min-width: 900px) {
  .title-grid.style1 {
    font-size: 17px; }
  .title-grid.style2 {
    font-size: 17px; } }

.password_forgot {
  color: #545454 !important;
  font-size: 13px; }

.remember_me {
  font-size: 13px;
  font-weight: normal; }

.fils_ariane {
  text-transform: uppercase;
  font-size: 13px;
  margin-top: 10px; }

.fils_ariane a {
  color: #545454 !important; }

#sidebar {
  float: right;
  width: 22%;
  overflow: hidden; }

#core_bg {
  position: absolute;
  top: 0;
  left: 77%;
  width: 1px;
  border-right: 1px solid #DDD;
  height: 100%; }

.title-bck {
  background: #eb5b26;
  height: 44px;
  line-height: 44px; }

.title-bck p {
  margin: 0;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF; }

#timeline_item .item-grey {
  background: #f7f7f7; }

.related-item { height: 225px; overflow: hidden; }

.related-post-title { padding-left: 10px; }

.related-thumb {
  width: 100%;
  height: 100px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #DDD; }

.related-item h3 a { 
	color: #222 !important;
	font-size: 16px; }


.random-post { background-color: #eb5929; border: none; color: #FFF; margin: 0 auto; margin-bottom: 30px; margin-top: 30px }
.random-post:hover { background-color: #eb5929; border: none; color: #222; }

.blogpage {
  margin: 25px auto !important; }

.singlepost {
  background: #FFF;
  padding-top: 40px !important;
  padding-bottom: 40px !important; }

ul.medpost {
  padding: 1px 0; }

ul.medpost > li {
  margin-bottom: 25px;
  overflow: hidden; }

ul.medpost > li:last-child {
  margin-bottom: -25px !important; }

ul.medpost li p {
  margin: 0 0 15px; }

img.headimg, img.singleimg, img.main-single, .postslider img {
  float: left;
  margin: 0;
  overflow: hidden; }

p.image {
  margin: 10px 0 8px !important;
  font-size: 12pt;
  font-weight: bold; }

p.image i {
  margin: 0 7px 0 0; }

ul.medpost li a.mainbutton {
  margin: -30px 0 25px;
  position: relative;
  z-index: 9; }

.post-inn {
  margin: 0; }

.blogposts {
  position: relative; }

.entry {
  margin: 0;
  padding: 0 10px 15px;
  overflow: hidden;
  position: relative; }

.blogposts .entry {
  padding: 20px 0 15px;
  margin: 0;
  position: relative; }

.entry h2.post {
  font-size: 28px;
  letter-spacing: 0; }

.entry span.ribbon {
  left: auto;
  right: 0;
  top: 30px; }

.fullentry {
  margin: 0;
  padding: 20px 0 10px;
  overflow: hidden; }

.entry_item {
  width: 75%;
  margin-top: 65px; }

.entry p,
.fullentry p {
  margin: 8px 0; }

.entryfull {
  margin: 30px 0 0;
  overflow: hidden; }

.entryfull p {
  margin: 0 0 10px; }

h2.single {
  padding: 0;
  margin: -5px 0 15px; }

h2.singlefull {
  padding: 0;
  margin: -5px 0 15px; }

.format-video > iframe, .format-audio > iframe {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 0;
  float: left; }

.folioitem > iframe {
  margin: 0 0 35px; }

.meta, .comment-meta {
  font-size: 9px !important;
  line-height: 1.4;
  font-weight: normal;
  overflow: hidden;
  border-bottom: 1px dotted #DDD;
  padding: 0 0 10px;
  margin: 0 0 10px;
  opacity: .6;
  letter-spacing: 0 !important; }

.buttons {
  overflow: hidden;
  padding: 0;
  margin: 15px 0; }

.buttons iframe {
  overflow: hidden;
  margin: 0 5.9em 0 0 !important; }

.buttons a {
  margin-top: -5px !important;
  float: right; }

.tagssingle {
  /*overflow: hidden;*/
  margin-bottom: 10px !important;
  /*padding-top: 12px;
	padding-bottom: 12px;*/
  display: inline-block; }

.tagssingle a {
  margin-right: 10px !important;
  margin-top: 10px !important;
  display: inline-block; }

h3.additional,
.archivepost h3,
h3#comments-title,
h3#reply-title {
  margin: 0;
  padding-bottom: 8px;
  font-size: 19px;
  /*text-transform: uppercase;*/
  /*border-bottom: 1px dotted #DDD;*/ }

.postauthor {
  overflow: hidden;
  margin: 0 0 40px;
  padding-top: 10px;
  position: relative; }

.postauthor img {
  /*position:absolute; right:0; top:0;*/
  padding: 2px;
  background: url("library/images/transparent.png");
  float: left;
  margin: 18px 25px 30px 0; }

.authordesc {
  margin-top: 10px;
  padding: 0; }

.related {
  float: left;
  width: 104.33%;
  overflow: hidden;
  margin: 15px 0 30px; }

.related li {
  float: left;
  width: 29.7%;
  margin-right: 3.3%;
  overflow: hidden;
  position: relative;
  padding: 0;
  line-height: 14px !important; }

.related li span.ribbon {
  top: 223px;
  left: 53%;
  height: 30px;
  width: 30px; }

.related li span.ribbon_icon {
  font-size: 14px !important;
  top: 6px;
  left: 3px; }

.archivecontent {
  padding: 5px 10% 0 6% !important;
  min-height: 340px; }

.archivepost {
  display: inline-block; }

.archivepost .item {
  margin-bottom: 30px; }

.archivepost .item .item_title {
  background: #f7f7f7;
  padding: 30px 23px;
  height: 100px;
  overflow: hidden; }

.archivepost .item .item_title a {
  color: #363636; }

.archivepost .item .item_footer {
  background: #f7f7f7;
  padding: 8px 8px 8px 11px;
  margin: 0; }

.archivepost .item .item_footer a.more {
  background: #eb5b26;
  padding: 6px 10px;
  color: #FFFFFF;
  display: inline-block;
  width: 100%;
  text-align: center; }

.archivepost .item .item_footer a.more:hover {
  color: #FFFFFF !important; }

.item-thumb {
  width: 100%;
  height: 158px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #f7f7f7; }

.archivepost li {
  /*padding: 30px 100px 30px 0;*/
  overflow: hidden;
  position: relative;
  margin: 0;
  border-top: 1px solid #DDD;
  position: relative;
  list-style: none; }

.archivepost li:first-child {
  margin: 0; }

.archivepost li span.ribbon {
  left: auto;
  right: 10px;
  top: 50px; }

.archivepost a img {
  float: left;
  margin: 0 25px 20px 0; }

.archivepost h3 {
  /*margin: 0 0 10px;*/
  padding-bottom: 0;
  background: none;
  border: none;
  font-weight: 900; }

.archivepost p {
  text-overflow: ellipsis;
  word-wrap: break-word;
  margin: 0;
  padding: 0; }

.jetpack-image-container {
  margin-bottom: 10px; }

.jetpack-image-container img.aligncenter {
  width: 100%; }


/* FOOTER */

#footer {
  margin: 0;
  /*padding: 25px 30px;*/
  overflow: hidden;
  position: relative;
  text-shadow: none;
  z-index: 10; }

#footer .container {
  padding: 40px 0 10px; }

#footer .fourcol {
  width: 31%;
  margin-left: 3.5%; }

#footer h2 {
  font-size: 11pt;
  line-height: 1;
  margin: 5px 0 10px;
  padding: 0 0 10px;
  overflow: hidden;
  background: url("library/images/line-h-l.png") repeat-x bottom; }

#footer ul {
  margin: 0 0 30px;
  /*overflow: hidden;*/ }

#footer p {
  margin: 3px 0 15px; }

.threecol > ul > li {
  margin: 0 0 10px 14px;
  padding: 0;
  list-style: square;
  list-style-position: outside; }

#footer select {
  overflow: hidden;
  clear: both;
  float: none;
  margin: 0 0 30px; }

#footer #wp-calendar tbody td {
  padding: 2px; }

#footer {
  background: #8d8dcf; }

#footer .footer_n_1 {
  background: #eb5b26;
  height: 44px;
  line-height: 44px; }

#footer .footer_n_1 p {
  margin: 0;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  font-size: 18px; }

#footer .footer_n_2 {
  background: #282879; }

.footer-lang-version a { color: #FFF !important; }

.footer-menu {
  margin-bottom: 40px !important;
  margin-top: 20px; }

#main-nav2 {
  margin: 0; }

/* just to give some spacing */
#main-nav2 ul {
  margin: 0;
  padding: 0; }

/* only needed if you have not done a CSS reset */
#main-nav2 li {
  display: block;
  line-height: 30px;
  /* this should be the same as your #main-nav height */
  padding: 0;
  /* only needed if you don't have a reset */
  position: relative;
  /* this is needed in order to position sub menus */
  float: left; }

#main-nav2 li:last-child {
  margin: 0; }

#main-nav2 li a {
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  color: #FFFFFF; }

#main-nav2 .current-menu-item a,
#main-nav2 .current_page_item a,
#main-nav2 a:hover {
  color: #000; }

#main-nav2 > ul > li > a {
  text-transform: uppercase; }

#main-nav2 ul ul {
  /* this targets all sub menus */
  top: 30px; }

/* this should be the same height as the top level menu -- height + padding + borders */
#main-nav2 ul ul li {
  /* this targets all submenu items */
  float: none; }

/* overwriting our float up above */
#main-nav2 ul li ul li ul {
  /* this targets all submenu items */
  display: none;
  float: none; }

/* overwriting our float up above */
#main-nav2 ul ul li a {
  /* target all sub menu item links */
  padding: 5px 10px; }

/* give our sub menu links a nice button feel */
#copyright {
  background: #232323;
  color: #FFF;
  padding-left: 20px;
  padding-top: 10px;
  font-size: 12px; }

#wpstats { display: none; }

/* ICON SOCIAL NETWORK */

ul.social-menu {
  display: none; }

ul.social-menu-mobile {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 10px 0 20px !important;
  float: none; }

ul.social-menu-mobile li {
  display: inline-block;
  list-style-type: none;
  position: relative;
  padding: 0;
  font-size: 28px;
  padding: 8px;
  -moz-transition: opacity 0.3s ease-in;
  -webkit-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in; }

ul.social-menu-mobile li:hover {
  opacity: 1;
  -moz-transition: opacity 0.3s ease-in;
  -webkit-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in; }

ul.social-menu-mobile li a, ul.social-menu-mobile li a:hover {
  color: #FFFFFF !important; }

ul.social-menu-mobile li a span {
  display: none; }

@media only screen and (min-width: 660px) {
  ul.social-menu-mobile {
    display: none; }
  ul.social-menu {
    display: block !important;
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 10px 0 20px !important;
    float: none; }
  #footer ul.social-menu {
    margin: 0px 0 10px !important; }
  ul.social-menu li {
    display: inline-block;
    list-style-type: none;
    position: relative;
    padding: 0;
    background: url("library/images/social_fond_icon.png") no-repeat;
    opacity: .4;
    -moz-transition: opacity 0.3s ease-in;
    -webkit-transition: opacity 0.3s ease-in;
    -o-transition: opacity 0.3s ease-in;
    width: 84px !important;
    height: 97px !important;
    margin: 17px 10px; }
  ul.social-menu li:hover {
    opacity: 1;
    -moz-transition: opacity 0.3s ease-in;
    -webkit-transition: opacity 0.3s ease-in;
    -o-transition: opacity 0.3s ease-in; }
  ul.social-menu li a, ul.social-menu li a:hover {
    color: #FFFFFF !important; }
  ul.social-menu li a i {
    font-size: 40px;
    float: left;
    text-align: center;
    line-height: 97px;
    width: 100%; }
  ul.social-menu li a span {
    text-indent: -9000px;
    overflow: hidden;
    float: left; }
  #sidebar ul.social-menu li {
    background-image: url("library/images/social-spirit-black.png"); } }

@media only screen and (min-width: 780px) {
  ul.social-menu li {
    margin: 17px 15px; } }

@media only screen and (min-width: 900px) {
  ul.social-menu li {
    margin: 17px 30px; } }

/*
-------------------------------------------------------------------------------------------------------------
12- WIDGETS
-------------------------------------------------------------------------------------------------------------
*/

.widgetable {
	padding-left: 20px;
	padding-right: 20px;
	overflow: hidden;
	float: left;
	width: 100%; }

@media only screen and (min-width: 1024px) {
	
	.widgetable { padding-left: 30px; padding-right: 0; }
	
}

.widgetable > ul,
.widgetable > div > ul {
  list-style: none;
  float: none;
  overflow: hidden;
  width: 100%;
  margin-bottom: 30px; }

.widgetable > ul > li > ul {
  margin: 5px 0 0 15px !important;
  padding: 0;
  list-style: none; }

.widgetable > ul > li {
  background: url("library/images/line-h.png") repeat-x bottom;
  padding: 7px 0; }

.widgetable > ul > li > ul > li > a,
.widgetable > ul > li > ul > li > ul > li > a {
  background: url("library/images/arrow-superfish-right.png") no-repeat 0 3px;
  padding-left: 15px; }

.widgetable select {
  margin: 15px 0 30px;
  width: 100%;
  font-size: 100% !important; }



.textwidget {
  padding: 10px 0; }


.tagcloud {
  width: 104%;
  overflow: hidden;
  margin-bottom: 25px; }
  
.tagcloud a {
  float: left;
  font-size: 10px !important;
  padding: 0px 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 8px 8px 0; }


.widgetable .searchform {
  margin: 0;
  float: none;
  clear: both;
  width: 100%; }

.serchwidget {
  overflow: hidden;
  margin-bottom: 0; }


.widget_calendar {
  float: left; }

#wp-calendar {
  width: 100%;
  margin: 0 0 40px; }

#wp-calendar caption {
  text-align: left;
  color: #333;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 15px; }

#wp-calendar thead {
  font-size: 10px; }

#wp-calendar thead th {
  padding-bottom: 10px; }

#wp-calendar tbody {
  color: #AAA; }

#wp-calendar tbody td {
  background: #F5F5F5;
  border: 1px solid #FFF;
  text-align: center;
  padding: 8px; }

#wp-calendar tbody td:hover {
  background: #FFF; }

#wp-calendar tbody .pad {
  background: none; }

#wp-calendar tfoot #next {
  font-size: 10px;
  text-transform: uppercase;
  text-align: right; }

#wp-calendar tfoot #prev {
  font-size: 10px;
  text-transform: uppercase;
  padding-top: 10px; }

/*
-------------------------------------------------------------------------------------------------------------
13- COMMENTS - les commentaires ont été totalement désactivé du site
-------------------------------------------------------------------------------------------------------------
*/



/*
-------------------------------------------------------------------------------------------------------------
14 - FONT AWESOME
-------------------------------------------------------------------------------------------------------------
*/

/*!
 *  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("library/fonts/font-awesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("library/fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("library/fonts/font-awesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("library/fonts/font-awesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("library/fonts/font-awesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("library/fonts/font-awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  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.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

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

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

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

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

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

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

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

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

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

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

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

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.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: #fff; }

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

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

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

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

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

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

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

.fa-th:before {
  content: ""; }

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

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

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

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

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

.fa-signal:before {
  content: ""; }

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

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

.fa-home:before {
  content: ""; }

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

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

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

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

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

.fa-inbox:before {
  content: ""; }

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

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

.fa-refresh:before {
  content: ""; }

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

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

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

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

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

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

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

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

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

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

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

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

.fa-list:before {
  content: ""; }

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

.fa-indent:before {
  content: ""; }

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

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

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

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

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

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

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

.fa-arrows:before {
  content: ""; }

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

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

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

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

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

.fa-eject:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
  content: ""; }

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

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

.fa-ban:before {
  content: ""; }

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

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

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

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

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

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

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

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

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

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

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

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

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

.fa-retweet:before {
  content: ""; }

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

.fa-folder:before {
  content: ""; }

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

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

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

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

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

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

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

.fa-key:before {
  content: ""; }

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

.fa-comments:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: ""; }

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

.fa-upload:before {
  content: ""; }

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

.fa-phone:before {
  content: ""; }

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

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

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

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

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

.fa-feed:before,
.fa-rss:before {
  content: ""; }

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

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

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

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

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

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

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

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

.fa-paperclip:before {
  content: ""; }

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

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

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

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

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

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

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

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

.fa-money:before {
  content: ""; }

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

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

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

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

.fa-columns:before {
  content: ""; }

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

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

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

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

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

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

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

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

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

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

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

.fa-exchange:before {
  content: ""; }

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

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

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

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

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

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

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

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

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

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

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

.fa-beer:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

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

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

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

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

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

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

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

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

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

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

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

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

.fa-gamepad:before {
  content: ""; }

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

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

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

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

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

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

.fa-crop:before {
  content: ""; }

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

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

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

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

.fa-microphone:before {
  content: ""; }

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

.fa-shield:before {
  content: ""; }

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

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

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

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

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

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

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

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

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

.fa-bullseye:before {
  content: ""; }

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

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

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

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

.fa-ticket:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-compass:before {
  content: ""; }

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

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

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

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

.fa-gbp:before {
  content: ""; }

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

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

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

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

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

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

.fa-file:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

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

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

.fa-dropbox:before {
  content: ""; }

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

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

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

.fa-tumblr:before {
  content: ""; }

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

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

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

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

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

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

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

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

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

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

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

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

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

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

.fa-wheelchair:before {
  content: ""; }

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

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

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

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/*
-------------------------------------------------------------------------------------------------------------
17 - OTHER
-------------------------------------------------------------------------------------------------------------
*/

h2 label {
  float: none; }

#subscribe-field {
  padding: 8px 13px;
  width: 91% !important;
  margin-bottom: 15px; }

ul#serinfo-nav {
  position: relative;
  z-index: 6;
  margin: 0 0 0 -1px; }

ul#serinfo-nav > li {
  padding: 10px 2% 9px;
  float: left;
  margin-right: 0;
  text-align: center;
  text-shadow: none;
  cursor: pointer;
  background-image: none !important; }

ul#serinfo-nav li a {
  font-size: 12px !important; }

#serinfo-nav li.current {
  position: relative;
  z-index: 6;
  border-top: none;
  overflow: hidden;
  border-left: 1px solid #DDD;
  border-right: 1px solid #DDD; }

li#serpane0,
li#serpane1,
li#serpane2,
li#serpane4,
li#serpane5 {
  margin: 0 0 -2px;
  padding: 0; }

li#serpane3 {
  padding: 15px; }

ul#serinfo {
  position: relative;
  float: left;
  width: 100%;
  padding: 0;
  margin: -1px 0 0 !important;
  overflow: hidden;
  border-top: 1px solid #DDD; }

.tab-post {
  height: 60px;
  overflow: hidden;
  background: url("library/images/line-h-l.png") repeat-x bottom;
  margin: 0;
  padding: 20px 25px;
  line-height: 17px; }

.tab-post IMG {
  padding: 0;
  margin: 2px 20px 10px 0 !important;
  float: left; }

.tab-post .meta {
  line-height: 1 !important;
  border: none; }

.aboutus {
  width: 100%;
  /*margin: 50px 0 0;
	padding: 0 20%;
	float: none;
	text-align: center;
	background: url('library/images/line-h-l.png') repeat-x top;
	overflow: hidden;*/ }

.aboutus img {
  display: block;
  margin: 30px auto 15px;
  float: none;
  text-align: center; }

.aboutus p {
  font-weight: bold; }

.aboutus_social {
  z-index: 1;
  width: 100%;
  overflow: hidden;
  margin-top: 20px; }

.aboutus_social ul.social-menu {
  list-style: none;
  position: relative;
  float: left;
  display: block;
  left: 50%;
  margin: 0 !important;
  overflow: visible !important; }

.aboutus_social ul.social-menu li {
  position: relative;
  float: left;
  display: block;
  right: 50%; }

.post-date {
  padding-left: 5px;
  font-style: italic; }

#archives {
  padding: 20px 0 0; }

h2.archives-small {
  font-size: 16pt;
  line-height: 22pt; }

ul.error {
  margin-bottom: 25px; }

ul.error > li {
  float: none !important;
  width: 100%; }

.upper .mainflex .meta,
.upper .widgetcol_big .meta,
.upper .nav > li > a,
.upper ul#serinfo-nav li a,
.upper h2.upperfont,
.upper h3.upperfont,
.upper h2.widget,
.upper #footer h2,
.upper h3#reply-title,
.upper a.moreposts,
.upper .tabitem h2,
.upper .tab span.moreposts,
.upper p.meta {
  text-transform: uppercase !important;
  letter-spacing: -0.025em; }

.column {
  float: left; }

.size-1of5 {
  width: 20%; }

.size-1of4 {
  width: 25%; }

.size-1of3 {
  width: 33.333%; }

.size-1of2 {
  width: 50%; }

/* Configurate salvattore with media queries */
/* Liste item catégorie - article */
@media screen and (max-width: 450px) {
  #timeline[data-columns]::before {
    content: '1 .column'; } }

@media screen and (min-width: 451px) and (max-width: 700px) {
  #timeline[data-columns]::before {
    content: '2 .column.size-1of2'; } }

@media screen and (min-width: 701px) and (max-width: 850px) {
  #timeline[data-columns]::before {
    content: '3 .column.size-1of3'; } }

@media screen and (min-width: 851px) {
  #timeline[data-columns]::before {
    content: '2 .column.size-1of2'; } }

@media screen and (max-width: 450px) {
  #timeline_item[data-columns]::before {
    content: '1 .column'; } }

@media screen and (min-width: 451px) and (max-width: 700px) {
  #timeline_item[data-columns]::before {
    content: '2 .column.size-1of2'; } }

@media screen and (min-width: 701px) and (max-width: 850px) {
  #timeline_item[data-columns]::before {
    content: '3 .column.size-1of3'; } }

@media screen and (min-width: 851px) {
  #timeline_item[data-columns]::before {
    content: '3 .column.size-1of3'; } }

@media screen and (max-width: 450px) {
  #pass_backstage[data-columns]::before {
    content: '1 .column'; }
  #avantage_pass_backstage[data-columns]::before {
    content: '1 .column'; }
  #access_direct[data-columns]::before {
    content: '2 .column'; }
  #timeline-price[data-columns]::before {
    content: '1 .column'; } }

@media screen and (min-width: 451px) and (max-width: 700px) {
  #pass_backstage[data-columns]::before {
    content: '2 .column.size-1of2'; }
  #avantage_pass_backstage[data-columns]::before {
    content: '2 .column.size-1of2'; }
  #access_direct[data-columns]::before {
    content: '2 .column.size-1of2'; }
  #timeline-price[data-columns]::before {
    content: '2 .column.size-1of2'; } }

@media screen and (min-width: 701px) and (max-width: 850px) {
  #pass_backstage[data-columns]::before {
    content: '3 .column.size-1of3'; }
  #avantage_pass_backstage[data-columns]::before {
    content: '4 .column.size-1of4'; }
  #access_direct[data-columns]::before {
    content: '4 .column.size-1of4'; }
  #timeline-price[data-columns]::before {
    content: '3 .column.size-1of3'; } }

@media screen and (min-width: 851px) {
  #pass_backstage[data-columns]::before {
    content: '3 .column.size-1of3'; }
  #avantage_pass_backstage[data-columns]::before {
    content: '4 .column.size-1of4'; }
  #access_direct[data-columns]::before {
    content: '4 .column.size-1of4'; }
  #timeline-price[data-columns]::before {
    content: '3 .column.size-1of3'; } }

.barre-title {
  background: #eb5b25;
  text-align: center;
  display: inline-block;
  width: 100%;
  text-transform: uppercase; }

.barre-title p {
  color: #FFFFFF;
  margin: 10px 0;
  font-size: 18px; }

.barre-title-grey {
  background: #717171;
  text-align: center;
  display: inline-block;
  width: 100%;
  text-transform: uppercase; }

.barre-title-grey p {
  color: #FFFFFF;
  margin: 10px 0;
  font-size: 18px; }

#pass_backstage .item {
  padding: 10px; }

#pass_backstage .item-grey {
  background: #f7f7f7;
  color: #657d9b;
  padding: 10px; }

#pass_backstage .item-title {
  text-transform: uppercase;
  text-align: center;
  padding: 20px 0;
  font-size: 18px; }

#pass_backstage .item.mensuel .price {
  background: url("library/images/pointer-mensuel.png") no-repeat center;
  height: 156px;
  color: #FFF;
  text-align: center;
  line-height: 136px;
  font-size: 29px; }

#pass_backstage .item.semestre .price {
  background: url("library/images/pointer-semestre.png") no-repeat center;
  height: 156px;
  color: #FFF;
  text-align: center;
  line-height: 136px;
  font-size: 29px; }

#pass_backstage .item.annuel .price {
  background: url("library/images/pointer-annuel.png") no-repeat center;
  height: 156px;
  color: #FFF;
  text-align: center;
  line-height: 136px;
  font-size: 29px; }

#pass_backstage .item.mensuel .bouton {
  background: #eb5b25;
  display: inline-block;
  width: 100%;
  text-align: center; }

#pass_backstage .item.mensuel .bouton a {
  color: #FFFFFF;
  padding: 10px 0;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  display: inline-block; }

#pass_backstage .item.semestre .bouton {
  background: #5e5ebc;
  display: inline-block;
  width: 100%;
  text-align: center; }

#pass_backstage .item.semestre .bouton a {
  color: #FFFFFF;
  padding: 10px 0;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  display: inline-block; }

#pass_backstage .item.annuel .bouton {
  background: #282879;
  display: inline-block;
  width: 100%;
  text-align: center; }

#pass_backstage .item.annuel .bouton a {
  color: #FFFFFF;
  padding: 10px 0;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  display: inline-block; }

#pass_backstage .item p {
  margin: 20px 0;
  padding: 0;
  text-align: center;
  color: #52525E;
  font-weight: bold; }

.item.pass_pro {
  padding: 10px; }

.item.pass_pro .item-title {
  text-transform: uppercase;
  text-align: center;
  padding: 20px 0;
  font-size: 18px; }

.item.pass_pro {
  color: #b49756; }

.item.pass_pro .price {
  background: url("library/images/pointer-pro.png") no-repeat center;
  height: 156px;
  color: #FFF;
  text-align: center;
  line-height: 136px;
  font-weight: bold;
  font-size: 37px; }

.item.pass_pro .bouton {
  background: #b49756;
  display: inline-block;
  width: 100%;
  text-align: center; }

.item.pass_pro .bouton a {
  color: #FFFFFF;
  padding: 8px 0;
  font-size: 20px;
  width: 100%;
  display: inline-block; }

.item.pass_pro p {
  margin: 20px 0;
  padding: 0;
  text-align: center;
  font-weight: bold; }

#avantage_pass_backstage {
  background: #f7f7f7; }

#avantage_pass_backstage .item {
  text-align: center;
  font-style: italic;
  color: #525256; }

#avantage_pass_backstage .item .item-footer p {
  margin: 10px 0;
  font-size: 17px; }

#avantage_pass_backstage .item:hover {
  color: #eb5b25; }

#avantage_pass_backstage .full_access .item-header-full-access {
  background: url("library/images/avance_full_access.png") no-repeat 0 0;
  width: 56px;
  height: 56px;
  display: inline-block; }

#avantage_pass_backstage .full_access:hover .item-header-full-access {
  background: url("library/images/avance_full_access.png") no-repeat 0 100%; }

#avantage_pass_backstage .masterclass .item-header-masterclass {
  background: url("library/images/avance_masterclass.png") no-repeat 0 0;
  width: 62px;
  height: 56px;
  display: inline-block; }

#avantage_pass_backstage .masterclass:hover .item-header-masterclass {
  background: url("library/images/avance_masterclass.png") no-repeat 0 100%; }

#avantage_pass_backstage .privileges .item-header-privileges {
  background: url("library/images/avance_privileges.png") no-repeat 0 0;
  width: 60px;
  height: 56px;
  display: inline-block; }

#avantage_pass_backstage .privileges:hover .item-header-privileges {
  background: url("library/images/avance_privileges.png") no-repeat 0 100%; }

#avantage_pass_backstage .communaute .item-header-communaute {
  background: url("library/images/avance_communaute.png") no-repeat 0 0;
  width: 59px;
  height: 56px;
  display: inline-block; }

#avantage_pass_backstage .communaute:hover .item-header-communaute {
  background: url("library/images/avance_communaute.png") no-repeat 0 100%; }

#avantage_pass_backstage .more .item-header-more {
  background: url("library/images/avance_more.png") no-repeat 0 0;
  width: 58px;
  height: 56px;
  display: inline-block; }

#avantage_pass_backstage .more:hover .item-header-more {
  background: url("library/images/avance_more.png") no-repeat 0 100%; }

.content_question {
  background: #FFFFFF;
  border: solid 1px #e0dfdf;
  border-radius: 6px;
  margin: 10px;
  padding: 10px;
  font-weight: 300;
  font-style: italic;
  font-size: 17px; }

.content_question span {
  background: url("library/images/img_backstage_question.png") no-repeat;
  width: 199px;
  height: 270px;
  position: absolute;
  right: 0; }

.barre-title-blue {
  background: #282879;
  text-align: center;
  display: inline-block;
  width: 100%;
  text-transform: uppercase; }

.barre-title-blue p {
  color: #FFFFFF;
  margin: 10px 0;
  font-size: 18px; }

.why-pass-pro {
  background: #f5f5f5;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px; }

#timeline-price .item {
  background: #f5f5f5; }

#timeline-price .item .price_title {
  background: #907844;
  text-transform: uppercase;
  padding: 10px 5px;
  color: #FFFFFF;
  text-align: center;
  font-size: 18px; }

#timeline-price .item .zone_price {
  color: #907844;
  font-size: 50px;
  text-align: center;
  padding: 30px 0; }

#timeline-price .item .zone_price span {
  color: #282879;
  font-size: 14px; }

#timeline-price .item ul {
  padding: 0 20px; }

#timeline-price .item ul li {
  background: url("library/images/list_style.png") no-repeat;
  list-style: none;
  padding-left: 30px;
  min-height: 45px; }

#timeline-price .item.priv .price_title {
  background: #eb5b25 !important; }

#timeline-price .item.priv .zone_price {
  color: #eb5b25 !important; }

.itemPro, .itemPriv {
  display: inline-block;
  width: 100%; }

.itemPro .bouton {
  background: #b49756;
  text-align: center;
  margin: 100px 20px 20px; }

.itemPriv .bouton {
  background: #eb5b25;
  text-align: center;
  margin: 100px 20px 20px; }

.list_client_pro {
  padding: 50px 92px; }

.list_client_pro img {
  height: 70px; }

/*.itemPro .bouton a{color: #FFFFFF;padding: 8px 0;font-size: 20px;width: 100%;display: inline-block;}*/
.titre_annuaire {
  background: #eb5b25;
  padding: 5px 20px;
  color: #FFFFFF; }

.titre_annuaire a:hover {
  text-decoration: underline; }

.titre_annuaire h2.post {
  color: #FFFFFF;
  text-align: center; }

.access_min_backstage {
  position: relative;
  overflow: hidden; }

.access_min_backstage:after {
  position: absolute;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.73) 22%, rgba(255, 255, 255, 0.73) 23%, white 91%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(22%, rgba(255, 255, 255, 0.73)), color-stop(23%, rgba(255, 255, 255, 0.73)), color-stop(91%, white));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.73) 22%, rgba(255, 255, 255, 0.73) 23%, white 91%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.73) 22%, rgba(255, 255, 255, 0.73) 23%, white 91%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.73) 22%, rgba(255, 255, 255, 0.73) 23%, white 91%);
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.73) 22%, rgba(255, 255, 255, 0.73) 23%, white 91%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  height: 100px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  content: ''; }

.content_after_pass_backstage {
  background: url("library/images/icon_pass_backstage.png") no-repeat;
  height: 31px;
  padding-left: 40px;
  color: #eb5b25;
  font-size: 20px;
  line-height: 31px;
  border-bottom: solid 6px #eff0f1;
  padding-bottom: 38px;
  margin-bottom: 10px; }

.zone_buttom_backstage {
  background: #eb5b25;
  display: inline-block;
  width: 100%;
  padding: 5px 20px;
  text-align: center;
  color: #FFFFFF; }

.zone_buttom_backstage a {
  color: #FFFFFF !important; }

.zone_buttom_backstage a:hover {
  color: #FFFFFF !important; }

.fullsingle_annuaire form {
  margin: 0 !important; }

.fullsingle_annuaire form input[type=text] {
  width: 85%;
  border: 1px solid;
  height: 30px; }

.fullsingle_annuaire form input[type=submit] {
  border-radius: 0; }

.fullsingle_annuaire .wpbdp-listing-excerpt.sticky {
  background: #f7f7f7;
  margin-bottom: 15px;
  border: none; }

.fullsingle_annuaire .wpbdp-listing-single .stickytag {
  float: right;
  margin: 0; }

.fullsingle_annuaire .wpbdp-listing .contact-form h3 {
  margin: 0;
  background: #eb5b26;
  padding: 10px;
  text-align: center;
  color: #FFFFFF !important;
  text-transform: uppercase;
  font-size: 18px; }

.fullsingle_annuaire .wpbdp-listing .contact-form .contact-form-wrapper {
  background: #f7f7f7;
  padding-bottom: 20px; }

.fullsingle_annuaire .wpbdp-listing .contact-form .contact-form-wrapper p {
  margin: 10px 15px; }

.fullsingle_annuaire .wpbdp-listing .contact-form .contact-form-wrapper form {
  margin: 10px 15px; }

.fullsingle_annuaire .wpbdp-listing .contact-form .contact-form-wrapper form p {
  margin: 0; }

.fullsingle_annuaire .wpbdp-listing .contact-form textarea {
  width: 100% !important; }

.zone_buttom_normal {
  background: #eff0f1;
  text-align: center;
  padding-top: 1px; }

.entry a:link {
  color: #0c09d9; }

/*
-------------------------------------------------------------------------------------------------------------
16 - PRINT
Inlined to avoid the additional HTTP request:
http://www.phpied.com/delay-loading-your-print-css/
-------------------------------------------------------------------------------------------------------------
*/
.print-only {
  display: none !important; }

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  select {
    background: #fff !important; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
  .table td,
  .table th {
    background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; }
  .print-only {
    display: block !important; }
  .show-for-print {
    display: block; }
  .hide-for-print {
    display: none; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; } }

/*
-------------------------------------------------------------------------------------------------------------
CUSTOM
-------------------------------------------------------------------------------------------------------------
*/

ul#serinfo-nav {
  border-color: #ffffff !important; }

#serinfo, #serinfo-nav li.current, #navigation {
  background-color: #f9f9f9; }

#sidebar p input[type=submit],
span.ribbon,
a#triggernav,
a#triggernav-sec,
a.fromhome, .imgwrap,
a.mainbutton,
a.itembutton,
.page-numbers.current,
a.comment-reply-link,
#submit,
#comments .navigation a,
.tagssingle a,
.contact-form .submit,
.intro,
li.main h2,
.plan-bottom a,
.scrollTo_top a,
.gallery-item,
submit {
  background-color: #eb5b25; }

a.moreposts, .meta span, .meta a {
  color: #eb5b25 !important; }

a:link, a:visited {
  color: #0000ff; }

span > a.moreposts {
  color: #0000ff !important; }

a:hover,
.body1 a:hover,
#serinfo a:hover,
.nav > li.sfHover > a,
.nav > li.current-menu-item > a,
#serinfo-nav li.current a,
#sec-nav > li.current-menu-item > a {
  color: #eb5b25  !important; }

.body2 a, a.body2 {
  color: #fff; }

.body2 a:hover, p.body2 a:hover {
  color: #eb5b25 !important; }

.archivepost li,
#comments,
#header,
#sec-navigation,
#core_bg,
.seccol li,
.teaser,
.meta,
.etabs,
.tab,
.widgetflexslider,
.widgetcol,
.widgetcol_small,
#sec-nav > li > a,
ul#serinfo,
#serinfo-nav li.current,
#hometab, #navigation,
.nav > li > a, #sidebar h2,
.ad300,
.searchformhead input.s,
.searchform input.s,
.nav > li > ul,
#main-nav > li,
.nav li ul li a,
.pagination,
input,
textarea,
input checkbox,
input radio,
select,
file {
  border-color: #ededed  !important; }

body,
#sec-nav,
input,
textarea,
input checkbox,
input radio,
select,
file,
h3.sd-title {
  color: #545454; }

h2.ads {
  color: #545454; }

.body2 {
  font: 400 15px/2.2em Arial, sans-serif;
  color: #fff; }

.body2 h2, .body2 h3, .tickerwrap > span {
  color: #fff !important; }

h1 {
  color: #2E373F; }

#block ul li h2 {
  font-family: Arial, sans-serif; }

h2 {
  color: #3d3d3d; }

h2.widget > a {
  color: #3d3d3d; }

h2.post {
  color: #3d3d3d; }

#sidebar h2 {
  color: #3d3d3d; }

h3, h3#reply-title, #respond h3 {
  color: #222222 !important; }

h4 {
  color: #222222; }

h5 {
  color: #222222; }

h6 {
  color: #222222; }

#nav li a,
.nav > li > a,
ul#serinfo-nav li a,
#sec-nav > li > a,
.searchformhead > input.s,
.tickerwrap > span {
  font: 800 14px/1.7em Arial, sans-serif;
  color: #eb5b25; }

.tab-post small a, .taggs a {
  color: #545454; }

/*
-------------------------------------------------------------------------------------------------------------
LANDING PAGE
-------------------------------------------------------------------------------------------------------------
*/

.page-template-landing-page .container { border:none; box-shadow: none; }

.page-template-landing-page .landing-page-cover { 
	background-color: #27267e;
	height: 400px;
	background-image: url('library/images/landing/bg-1.png');
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover; }



@media only screen and (min-width: 50em) {
	
	.page-template-landing-page .landing-page-cover { height: 550px; }
}


@media only screen and (min-width: 64em) {
	
	.page-template-landing-page .landing-page-cover { height: 700px; }
}

.page-template-landing-page .cover-title-wrap { 
	margin: 0 auto;
	text-align: center;
	padding-top: 20%;
	padding-bottom: 5% }	
	
.page-template-landing-page .cover-title {
	color: #FFF;
	font-size: 1.8rem;
	line-height: 1.4;
	text-transform: uppercase;
	max-width: 350px;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: solid 2px #FFF;
	border-bottom: solid 2px #FFF; }

.page-template-landing-page .cover-price { 
	padding-top: 10px; 
	font-size: 1.4rem;
	text-transform: uppercase;
	color: #eb5b26}

.page-template-landing-page .cover-price span { 
	font-size: 3rem;
	padding: 0 10px; }
	
.page-template-landing-page .landing-page-advantage {
	background-color: #27267e;
	color: #FFF;
	text-align: center; }

.page-template-landing-page .landing-page-advantage button { margin-bottom: 80px; }

.page-template-landing-page .advantage-cover-community,
.page-template-landing-page .advantage-cover-video,
.page-template-landing-page .advantage-cover-event {
	width: 150px; 
	height: 100px; 
	margin: 0 auto;
	margin-top: 40px; }

.page-template-landing-page .advantage-cover-community { 
	background-image: url('library/images/landing/mediator-1.png'); 	
	background-position: center center;
	background-repeat: no-repeat; }
	
.page-template-landing-page .advantage-cover-video {
	background-image: url('library/images/landing/mediator-2.png'); 	
	background-position: center center;
	background-repeat: no-repeat; }
	
.page-template-landing-page .advantage-cover-event {
	background-image: url('library/images/landing/mediator-3.png'); 	
	background-position: center center;
	background-repeat: no-repeat; }

.page-template-landing-page .landing-page-advantage h3 { 
	text-transform: uppercase;
	color:#FFF !important;
	font-weight: 400;
	font-size: 1.1rem; 
	margin-top: 20px; }
	
.page-template-landing-page .landing-page-advantage span {
	display: block;
	width: 40px; 
	height: 12px; 
	margin: 0 auto;
	background-image: url('library/images/landing/sep.png'); 	
	background-position: center center;
	background-repeat: no-repeat; }

.page-template-landing-page .landing-page-advantage p {
	font-size: 0.95rem;
	padding-left: 30px;
	padding-right: 30px; }

.page-template-landing-page .landing-page-advantage button {
	color: #FFF;
	border: solid 2px #FFF;
	text-transform: uppercase;
	font-size: 0.875rem;
	margin-top: 15px; }

.page-template-landing-page .landing-page-advantage button:hover {
	background-color: #FFF;
	color: #27267e;
	border: solid 2px #FFF; }




.page-template-landing-page .landing-page-section-2 {
	position: relative;
	height: 500px;
	background-color: #222;  }

.page-template-landing-page .landing-page-slider {
	position: relative;
	display: inline-block;
	height: 500px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover; }


.page-template-landing-page .slider-text-box { margin-top: 150px; }


@media only screen and (min-width: 40em) {

	.page-template-landing-page .landing-page-section-2 { height: 700px; }
	
	.page-template-landing-page .landing-page-slider { height: 700px; }
	
	.page-template-landing-page .slider-text-box { margin-top: 300px; }
	
}



.page-template-landing-page .landing-page-slider iframe {
	width: 100% !important;
	height: 100% !important; }


	.page-template-landing-page .unslider-arrow {
		height: 30px;
		width: 30px;
		position: absolute;
		top: 85%; }

	.page-template-landing-page .unslider-arrow.next { 
		background-image: url('library/images/landing/fleche-droite.png');
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat; }
	
	.page-template-landing-page .unslider-arrow.prev { 
		background-image: url('library/images/landing/fleche-gauche.png');
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;  }

@media only screen and (min-width: 40em) {
	
		.page-template-landing-page .unslider-arrow {
		height: 50px;
		width: 50px; }


}

.page-template-landing-page .box-central { 
	background-color: #27267e;
	color:#FFF;
	font-size: 1.6rem;
	text-transform: uppercase;
	padding: 15px;
	text-align: center;  }

.page-template-landing-page .box-left, 
.page-template-landing-page .box-right { 
	background-color: #eb5b26;
	color:#FFF;
	font-size: 1rem;
	text-transform: uppercase;
	padding: 15px;
	text-align: left;
	line-height: 1.3;
	margin-top: 0; } 


@media only screen and (min-width: 40em) {

.page-template-landing-page .box-left, 
.page-template-landing-page .box-right { 
	margin-top: 30px; }
	 	
}


.page-template-landing-page .landing-page-choice {
	background-color: #eb5b26; }
		
		
		
		
		
		
		
		
		
		
.page-template-landing-page .title-choice { text-align: center; }	

.page-template-landing-page .title-choice h1 { 
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.3rem;
	padding: 10px;
	border-top: solid 1px #FFF; 
	border-bottom: solid 1px #FFF;
	max-width: 300px; 
	margin: 0 auto;
	margin-top: 20px; 
	margin-bottom: 40px; }

.page-template-landing-page .choice-title,
.page-template-landing-page .choice-offer { background-color: #FFF; padding: 10px; }

.page-template-landing-page .choice-title { 
	text-transform: uppercase; 
	text-align: center; 
	font-size: 1rem; 
	color: #27267e;
	font-weight: 700; }

.page-template-landing-page .choice-price { 
	text-transform: uppercase; 
	text-align: center; 
	font-size: 2.2rem; 
	color: #FFF; 
	padding: 10px; }

.page-template-landing-page .choice-offer h3 { 
	text-align: center;
	color: #eb5b26 !important;
	text-transform: uppercase;
	margin-top: 30px;
	margin-bottom: 20px;
	font-weight: 700; }

.page-template-landing-page .choice-info {
	display: block;
	text-align: center;
	font-size: 0.75rem;
	color: #27267e; }

.page-template-landing-page .choice-list { 
	display: block;
	max-width: 250px;
	margin: 0 auto;
	text-align: left;
	line-height: 1.6;
	text-transform: uppercase;
	font-size: 0.75rem; 
	color: #27267e;
	margin-bottom: 20px; }

.page-template-landing-page .choice-offer img { display: block; margin: 0 auto; width: 150px; }
.page-template-landing-page .choice-offer input { display: block; margin: 0 auto; width: 150px !important; }


.page-template-landing-page .mouth_choice { margin-top: 40px; }

	@media only screen and (min-width: 40em) {
		
		.page-template-landing-page .mouth_choice { margin-top: 0; }
		
	}


.page-template-landing-page .landing-page-testimonial {
	background-color: #FFF;
	padding-top: 20%;
	padding-bottom: 20%; }

	@media only screen and (min-width: 40em) {
	
		.page-template-landing-page .landing-page-testimonial {
			padding-top: 10%;
			padding-bottom: 10%; }

	}

.page-template-landing-page .landing-page-testimonial .testimonial-quote {
	display: block;
	color: #29297a;
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.4;
	max-width: 500px;
	margin: 0 auto;  }
	
.page-template-landing-page .testimonial-open,
.page-template-landing-page .testimonial-close 	{ width: 44px !important; height: 33px !important; }
	
	
	@media only screen and (min-width: 50em) {
		
		.page-template-landing-page .testimonial-open,
		.page-template-landing-page .testimonial-close 	{ width: 87px !important; height: 66px !important; }
		
	}
	
	
.page-template-landing-page .testimonial-open { 
	position:absolute;
	float:left; 
	background-image: url('library/images/landing/open.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-left: 15%;
	display: block;
	margin-top: -30px; }

.page-template-landing-page .testimonial-close { 
	float:right;
	background-image: url('library/images/landing/close.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-right: 15%;
	margin-top: -30px; }
