html, body {
    max-width: 100%;
    overflow-x: hidden;
}



@media only screen and (max-width: 768px) {
    .wrapper {
        width: 167px !important;
    }

    .page-content {
        width: 135% !important;
        margin-left: -65px !important;
    }
   
    .feature li {
        width: 178px !important;
        margin-left: 0px !important;
    }
}

.sf-menu,
.sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sf-menu {}

.sf-menu ul {
    position: absolute;
    top: -999em;
    width: 10em;
}

.sf-menu ul li {
    width: 100%;
}

.sf-menu li:hover {
    visibility: inherit;
}

.sf-menu li {
    float: left;
    position: relative;
}

.sf-menu a {
    display: block;
    position: relative;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
    left: 0;
    top: 2.5em;
    z-index: 99;
}

ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
    top: -999em;
}

ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
    left: 10em;
    top: 0;
}

ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
    top: -999em;
}

ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
    left: 10em;
    top: 0;
}

.nivoSlider {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.nivoSlider img {
    position: absolute;
    top: 0px;
    left: 0px;
}

.nivo-main-image {
    display: block !important;
    position: relative !important;
    width: 100% !important;
}

.nivoSlider a.nivo-imageLink {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 6;
    display: none;
}

.nivo-slice {
    display: block;
    position: absolute;
    z-index: 5;
    height: 100%;
    top: 0;
}

.nivo-box {
    display: block;
    position: absolute;
    z-index: 5;
    overflow: hidden;
}

.nivo-box img {
    display: block;
}

.nivo-caption {
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: #f3e4c8;
    color: #585246;
    width: 100%;
    z-index: 8;
    padding: 5px 10px;
    opacity: 1;
    overflow: hidden;
    display: none;
    -moz-opacity: 0.8;
    filter: alpha(opacity=8);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.nivo-caption p {
    padding: 5px;
    margin: 0;
}

.nivo-caption a {
    display: inline !important;
}

.nivo-html-caption {
    display: none;
}

.nivo-directionNav a {
    position: absolute;
    top: 45%;
    z-index: 9;
    cursor: pointer;
}

.nivo-prevNav {
    left: 0px;
}

.nivo-nextNav {
    right: 0px;
}

.nivo-controlNav {
    text-align: center;
    padding: 15px 0;
}

.nivo-controlNav a {
    cursor: pointer;
}

.nivo-controlNav a.active {
    font-weight: bold;
}

.theme-default {
    padding: 10px;
    background: #f3e4c8;
    margin-bottom: 20px;
}

.theme-default.theme-home {
    margin-bottom: 20px;
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.1);
}

.theme-default .nivoSlider {
    position: relative;
    background: #f3e4c8 url(../img/loading.gif) no-repeat 50% 50%;
}

.theme-default .nivoSlider img {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}

.theme-default .nivoSlider a {
    border: 0;
    display: block;
}

.theme-default .nivo-controlNav {
    text-align: left;
    padding: 10px 0;
}

.theme-default .nivo-controlNav a {
    display: inline-block;
    width: 11px;
    height: 11px;
    background: #ff9a78;
    text-indent: -9999px;
    border: 0;
    margin: 0 2px;
    -moz-border-radius: 11px 11px 11px 11px;
    -webkit-border-radius: 11px 11px 11px 11px;
    border-radius: 11px 11px 11px 11px;
}

.theme-default .nivo-controlNav a.active {
    background: #cb5432;
}

.theme-default .nivo-directionNav a {
    display: block;
    width: 38px;
    height: 64px;
    background: url(../img/arrows.png) no-repeat;
    text-indent: -9999px;
    border: 0;
}

.theme-default a.nivo-nextNav {
    background-position: 0px -64px;
    right: 0px;
}

.theme-default a.nivo-prevNav {
    left: 0px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}

.theme-default .nivo-caption a {
    color: #cb5432;
    border-bottom: 1px dotted #cb5432;
}

.theme-default .nivo-caption a:hover {
    color: #cb5432;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
    width: 100%;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
    width: auto;
    height: auto;
    background: none;
    margin-bottom: 5px;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
    display: block;
    width: 120px;
    height: auto;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

#sidebar .cat-item a,
#sidebar .page_item a {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 5px;
    margin-bottom: 5px;
    padding-left: 10px;
}

#sidebar .cat-item a .post-counter,
#sidebar .page_item a .post-counter {
    color: #444444;
}

#sidebar .ads a {
    display: block;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    line-height: 0em;
}

#sidebar .ads a.last {
    margin-right: 0px;
}

.widget-cols {}

.widget-cols .cat-item a,
.widget-cols .page_item a {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 5px;
    margin-bottom: 5px;
    padding-left: 10px;
}

.widget-cols .cat-item a .post-counter,
.widget-cols .page_item a .post-counter {
    color: #f1f1f1;
}

.widget-cols .cat-item:last-child a,
.widget-cols .page_item:last-child a {
    border-bottom: none;
}

.widget-cols .recent-post {
    margin-bottom: 21px;
}

.widget-cols .recent-post .thumb {
    display: block;
    float: left;
    background: #f1f1f1;
    line-height: 0em;
    padding: 3px;
    margin-right: 15px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
}

.widget-cols .recent-post .post-head {
    overflow: auto;
}

.widget-cols .recent-post span {
    display: block;
}

.block-divider {
    border-bottom: 1px solid #585246;
    margin-bottom: 50px;
    padding-bottom: 50px;
}

.dropcap:first-letter {
    font-size: 3.571em;
    line-height: 0.76em;
    padding: 0.2em 0.2em 0 0;
    float: left;
    display: block;
    color: #585246;
}

.dropcap.dark:first-letter {
    display: block;
    float: left;
    font-size: 30px;
    line-height: 40px;
    margin: 0 8px 0 0;
    padding: 10px 10px;
    background: #585246;
    color: #f3e4c8;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.infobox-info,
.infobox-warning,
.infobox-success,
.infobox-error {
    border: 1px solid;
    margin: 10px 0px;
    padding: 15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.infobox-info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../img/info-blue.png');
}

.infobox-warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../img/info-yellow.png');
}

.infobox-success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image: url('../img/info-green.png');
}

.infobox-error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../img/info-red.png');
}

.lists-check ul,
.lists-arrow ul,
.lists-plus ul,
.lists-star ul,
.lists-heart ul {
    margin-bottom: 30px;
    margin-left: 20px;
}

.lists-check ul li {
    list-style-image: url(../img/bullets/check.png);
    line-height: 1.5em;
}

.lists-arrow ul {
    list-style-image: url(../img/bullets/arrow.png);
    line-height: 1.5em;
}

.lists-plus ul {
    list-style-image: url(../img/bullets/plus.png);
    line-height: 1.5em;
}

.lists-star ul {
    list-style-image: url(../img/bullets/star.png);
    line-height: 1.5em;
}

.lists-heart ul {
    list-style-image: url(../img/bullets/heart.png);
    line-height: 1.5em;
}

.pullquote-right,
.pullquote-left {
    border-left: #555555 2px solid;
    float: right;
    font-size: 16px;
    line-height: 1.5em;
    margin: 20px 0px 20px 20px;
    width: 33%;
    font-style: italic;
}

.pullquote-left {
    float: left;
    margin: 20px 20px 20px 0px;
    padding: 0 0 0 20px;
}

.pullquote-right {
    border-left: none;
    border-right: #555555 2px solid;
    padding: 0 20px 0 0px;
}

.highlight {
    background: #fbe471;
}

.theme-link-button {
    display: inline-block;
    padding: 10px;
    background: #cb5432;
    color: #f1d76e;
}

.link-button {
    display: inline-block;
    background-color: #cb5432;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fe8300), to(#c46500));
    background-image: -webkit-linear-gradient(top, #fe8300, #c46500);
    background-image: -moz-linear-gradient(top, #fe8300, #c46500);
    background-image: -ms-linear-gradient(top, #fe8300, #c46500);
    background-image: -o-linear-gradient(top, #fe8300, #c46500);
    background-image: linear-gradient(top, #fe8300, #c46500);
    border: 1px solid #c46500;
    border-bottom: 1px solid #fe8300;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 0 0 #fe8300;
    -moz-box-shadow: inset 0 1px 0 0 #fe8300;
    -ms-box-shadow: inset 0 1px 0 0 #fe8300;
    -o-box-shadow: inset 0 1px 0 0 #fe8300;
    box-shadow: inset 0 1px 0 0 #fe8300;
    color: #703a00;
    font-weight: bold;
    line-height: 1;
    padding: 8px 10px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}

.link-button:hover {
    color: #703a00;
    background-color: #ff9627;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff9627), to(#c46500));
    background-image: -webkit-linear-gradient(top, #ff9627, #c46500);
    background-image: -moz-linear-gradient(top, #ff9627, #c46500);
    background-image: -ms-linear-gradient(top, #ff9627, #c46500);
    background-image: -o-linear-gradient(top, #ff9627, #c46500);
    background-image: linear-gradient(top, #ff9627, #c46500);
}

.link-button.fullwidth {
    display: block;
    width: 97%;
    margin: 0 auto;
}

.list-buttons {
    display: block;
}

.list-buttons li {
    display: block;
    float: left;
    margin-right: 5px;
    margin-bottom: 20px;
}

.link-button.red {
    color: #530909;
    background-color: #e4504c;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e4504c), to(#a61b1b));
    background-image: -webkit-linear-gradient(top, #e4504c, #a61b1b);
    background-image: -moz-linear-gradient(top, #e4504c, #a61b1b);
    background-image: -ms-linear-gradient(top, #e4504c, #a61b1b);
    background-image: -o-linear-gradient(top, #e4504c, #a61b1b);
    background-image: linear-gradient(top, #e4504c, #a61b1b);
    border: 1px solid #6e0606;
    border-bottom: 1px solid #6e0606;
    -webkit-box-shadow: inset 0 1px 0 0 #f95c59;
    -moz-box-shadow: inset 0 1px 0 0 #f95c59;
    -ms-box-shadow: inset 0 1px 0 0 #f95c59;
    -o-box-shadow: inset 0 1px 0 0 #f95c59;
    box-shadow: inset 0 1px 0 0 #f95c59;
}

.link-button.red:hover {
    color: #530909;
    background-color: #89cc54;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff8380), to(#b40e0e));
    background-image: -webkit-linear-gradient(top, #ff8380, #b40e0e);
    background-image: -moz-linear-gradient(top, #ff8380, #b40e0e);
    background-image: -ms-linear-gradient(top, #ff8380, #b40e0e);
    background-image: -o-linear-gradient(top, #ff8380, #b40e0e);
    background-image: linear-gradient(top, #ff8380, #b40e0e);
}

.link-button.green {
    color: #223613;
    background-color: #7fbf4d;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#7fbf4d), to(#426825));
    background-image: -webkit-linear-gradient(top, #7fbf4d, #426825);
    background-image: -moz-linear-gradient(top, #7fbf4d, #426825);
    background-image: -ms-linear-gradient(top, #7fbf4d, #426825);
    background-image: -o-linear-gradient(top, #7fbf4d, #426825);
    background-image: linear-gradient(top, #7fbf4d, #426825);
    border: 1px solid #63a62f;
    border-bottom: 1px solid #5b992b;
    -webkit-box-shadow: inset 0 1px 0 0 #96ca6d;
    -moz-box-shadow: inset 0 1px 0 0 #96ca6d;
    -ms-box-shadow: inset 0 1px 0 0 #96ca6d;
    -o-box-shadow: inset 0 1px 0 0 #96ca6d;
    box-shadow: inset 0 1px 0 0 #96ca6d;
}

.link-button.green:hover {
    color: #223613;
    background-color: #89cc54;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#89cc54), to(#426825));
    background-image: -webkit-linear-gradient(top, #89cc54, #426825);
    background-image: -moz-linear-gradient(top, #89cc54, #426825);
    background-image: -ms-linear-gradient(top, #89cc54, #426825);
    background-image: -o-linear-gradient(top, #89cc54, #426825);
    background-image: linear-gradient(top, #89cc54, #426825);
}

.link-button.blue {
    color: #2c4358;
    background-color: #97b2c9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#97b2c9), to(#4e7da5));
    background-image: -webkit-linear-gradient(top, #97b2c9, #4e7da5);
    background-image: -moz-linear-gradient(top, #97b2c9, #4e7da5);
    background-image: -ms-linear-gradient(top, #97b2c9, #4e7da5);
    background-image: -o-linear-gradient(top, #97b2c9, #4e7da5);
    background-image: linear-gradient(top, #97b2c9, #4e7da5);
    border: 1px solid #b9d3e9;
    border-bottom: 1px solid #2c4358;
    -webkit-box-shadow: inset 0 1px 0 0 #b9d3e9;
    -moz-box-shadow: inset 0 1px 0 0 #b9d3e9;
    -ms-box-shadow: inset 0 1px 0 0 #b9d3e9;
    -o-box-shadow: inset 0 1px 0 0 #b9d3e9;
    box-shadow: inset 0 1px 0 0 #b9d3e9;
}

.link-button.blue:hover {
    color: #2c4358;
    background-color: #89cc54;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#89bde8), to(#3771a2));
    background-image: -webkit-linear-gradient(top, #89bde8, #3771a2);
    background-image: -moz-linear-gradient(top, #89bde8, #3771a2);
    background-image: -ms-linear-gradient(top, #89bde8, #3771a2);
    background-image: -o-linear-gradient(top, #89bde8, #3771a2);
    background-image: linear-gradient(top, #89bde8, #3771a2);
}

.accordion-trigger,
.toggle-trigger {
    line-height: 30px;
    font-size: 14px;
    border-top: 1px solid #797367;
    border-left: 1px solid #585246;
    border-right: 1px solid #585246;
    border-bottom: 1px solid #373125;
}

.accordion-trigger {
    text-decoration: none;
    color: #f3e4c8;
    font-weight: bold;
    padding: 5px 10px;
    cursor: pointer;
    background: #585246;
}

.accordion-trigger.active {
    border-bottom: 1px solid #585246;
}

.accordion-trigger:hover {
    background: #585246;
}

.accordion-container {
    margin-bottom: 0px;
    padding: 5px 10px;
    border-bottom: 1px solid #585246;
    border-right: 1px solid #585246;
    border-left: 1px solid #585246;
}

.toggle-trigger {
    text-decoration: none;
    color: #f3e4c8;
    font-weight: bold;
    cursor: pointer;
    overflow: hidden;
    background-color: #585246;
    padding: 5px 5px 5px 10px;
}

.toggle-trigger i {
    display: block;
    float: left;
    margin-right: 10px;
    width: 31px;
    height: 31px;
    background: url('../img/css_sprites.png') -462px -10px;
}

.toggle-trigger.active {
    border-bottom: 1px solid #585246;
}

.toggle-trigger.active i {
    background-position: -462px -41px
}

.toggle-trigger:hover {
    background-color: #585246;
}

.toggle-container {
    margin-bottom: 0px;
    padding: 5px 10px;
    border-bottom: 1px solid #585246;
    border-right: 1px solid #585246;
    border-left: 1px solid #585246;
}

.tabs {
    list-style: none;
    margin: 0 !important;
    padding: 0px;
    height: 33px;
}

body.home .tabs {
    padding: 0px 30px;
}

ul.tabs li {
    display: block;
    float: left;
    text-indent: 0;
    padding: 0;
    margin: 2px 5px 0px 0px !important;
    list-style-image: none !important;
    border-top: 1px solid #585246;
    border-right: 1px solid #585246;
    border-left: 1px solid #585246;
}

ul.tabs a {
    display: block;
    font-size: 13px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    padding: 0px 0px 0px 10px;
    position: relative;
    top: 0px;
}

ul.tabs a span {
    display: block;
    height: 100%;
    padding-right: 10px;
}

ul.tabs a {
    text-decoration: none;
    color: #444444;
    background: #f3e4c8;
}

ul.tabs a:active {
    outline: none;
}

ul.tabs li:hover a,
ul.tabs a.current {
    background: #f3f3f3;
    color: #444;
    border-bottom: 1px solid #f1f1f1;
}

ul.tabs a.current,
ul.tabs a.current:hover,
ul.tabs li.current a {
    cursor: default !important;
    color: #444 !important;
    display: block;
    text-decoration: none;
}

.panes .pane {
    display: none;
}

.panes>div {
    display: none;
    min-height: 200px;
    border: 1px solid #585246;
    padding: 15px;
    background: #f1f1f1;
}

@font-face {
    font-family: 'mensch';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/mensch-webfont.eot');
    font-display: swap;
}

@font-face {
    font-family: 'mensch';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/mensch-webfont.ttf');
    font-display: swap;
}

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

.cf:after {
    clear: both;
}

.cf {
    zoom: 1;
}

.wrapper {
    margin: 0 auto;
    width: 820px;
    position: relative;
}

body {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    background: #FBFAF8 url(../img/grunge.png) repeat-x center 150px;
}

body a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

body p {
    margin-bottom: 21px;
}

#main h1,
.main h1,
#main h2,
.main h2,
#main h3,
.main h3,
#main h4,
.main h4,
#main h5,
.main h5,
#main h6,
.main h6 {
    font-family: mensch;
    line-height: 1.3em;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 14px;
}

header {
    background: url(../img/header.png);
    min-height: 210px;
}

header #logo:hover {
    opacity: 0.8;
}

header #logo img {
    display: block;
    margin: 30px auto;
}

nav {
    height: 68px;
    float: left;
    width: 100%;
    margin-top: 0px;
    position: relative;
    background: url(../img/ribbon.png) no-repeat top center;
}

#nav {
    clear: left;
    display: block;
    float: right;
    position: relative;
    right: 50%;
    text-align: center;
}

#nav>li {
    display: block;
    float: left;
    position: relative;
    left: 50%;
    font-family: mensch;
    word-spacing: -0.1em;
    font-size: 20px;
}

#nav>li.current-menu-item i,
#nav>li.current_page_item i {
    display: block;
}

#nav>li a {
    display: block;
    padding: 20px 10px 0px 10px;
    color: #f3e4c8;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
}

#nav>li a:hover i {
    display: block;
}

#nav>li a i {
    display: none;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 50%;
    top: -4px;
}

#nav>li a i b {
    width: 16px;
    height: 16px;
    background: url('../img/css_sprites.png') -462px -92px;
    left: -8px;
    float: left;
}

#nav>li ul {
    font-size: 14px;
    font-family: Tahoma;
    text-align: left;
    margin-top: 19px;
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.1);
}

#nav>li ul li {
    border-top: 1px solid #386476;
    border-bottom: 1px solid #3f3708;
}

#nav>li ul li a {
    padding: 15px;
    background: #15616d;
}

#nav>li ul li a:hover {
    background: #9c3848;
}

#nav>li ul li:last-child {
    border-bottom: none;
}

#comboNav {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
    float: left;
}

#main .wrapper,
.main .wrapper {
    margin-top: 60px;
    margin-bottom: 50px;
    min-height: 500px;
    color: #444;
    font-size: 16px;
    line-height: 1.5em;
    padding-right: 20px;
}

.headline {
    color: #6c6331;
    text-align: center;
    font-family: mensch;
    font-size: 40px;
    line-height: 1.3em;
    word-spacing: -0.1em;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
    margin-bottom: 20px;
}

.feature {
    width: 960px;
    margin-left: -20px;
}

.feature li {
    float: left;
    position: relative;
    background: #e6e9dd;
    width: 180px;
    margin-bottom: 50px;
    margin-left: 50px;
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.1);
}

.feature li .thumb {
    display: block;
    margin: 10px;
    width: 160px;
}

.feature li .thumb img {
    max-width: 100%;
}

.feature li .caption {
    padding: 10px 10px 20px 10px;
    text-align: center;
}

.feature li a {
    color: #cb5432;
}

.feature li .thumb {
    position: relative;
}

.feature li .thumb .date {
    position: absolute;
    bottom: -25px;
    left: 110px;
    display: block;
    -moz-border-radius: 40px 40px 40px 40px;
    -webkit-border-radius: 40px 40px 40px 40px;
    border-radius: 40px 40px 40px 40px;
    height: 50px;
    width: 60px;
    background: #f3e4c8;
    float: left;
    font-family: mensch;
    padding-top: 10px;
}

.feature li .thumb .date span {
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
}

.page-content {
    clear: both;
    position: relative;
    background: #ffecd1;
    color: #585246;
    padding: 50px 30px 60px 30px;
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.1);
}

.page-content .heading {
    border-bottom: 5px solid #585246;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.page-content .c-1,
.page-content .c-2,
.page-content .c-3,
.page-content .c-4 {
    position: absolute;
    width: 48px;
    height: 50px;
}

.page-content .c-1 {
    top: 0px;
    left: 0px;
    width: 48px;
    height: 50px;
    background: url('../img/css_sprites.png') -78px -339px;
}

.page-content .c-2 {
    top: 0px;
    right: 0px;
    width: 48px;
    height: 50px;
    background: url('../img/css_sprites.png') -10px -339px;
}

.page-content .c-3 {
    bottom: 0px;
    left: 0px;
    width: 48px;
    height: 50px;
    background: url('../img/css_sprites.png') -391px -166px;
}

.page-content .c-4 {
    bottom: 0px;
    right: 0px;
    width: 48px;
    height: 50px;
    background: url('../img/css_sprites.png') -391px -236px;
}


#map_canvas {
    display: block;
    height: 300px;
    width: 100%;
    margin-bottom: 20px;
}

.portfolio-content {
    margin-bottom: 40px;
}

.portfolio-content .project-content {
    float: left;
    width: 660px;
}

.portfolio-content .project-info {
    float: right;
    width: 160px;
    font-size: 14px;
    padding-left: 30px;
    border-left: 1px solid #585246;
}

.portfolio-content .project-info p {
    margin-bottom: 10px;
}

.portfolio-content .project-info strong {
    font-weight: bold;
    display: block;
}

.portfolio-content .project-info a {
    color: #cb5432;
}

.related-projects {
    margin-bottom: 80px;
}

.related-projects .related-heading {
    text-align: center;
    margin-bottom: 10px;
}

.related-projects a {
    color: #444444;
}

.related-projects .related-list li {
    float: left;
    width: 300px;
    text-align: center;
    margin-right: 20px;
}

.related-projects .related-list li .thumb {
    background: #f3e4c8;
    padding: 10px;
    display: block;
    line-height: 0em;
    margin-bottom: 10px;
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.1);
}

.related-projects .related-list li .thumb img {
    max-width: 100%;
}

.related-projects .related-list li:last-child {
    margin-right: 0px;
}

.entry-content a {
    color: #585246;
}

.entry-content strong {
    font-weight: bold;
}

.entry-content ul,
.entry-content ol {
    margin-left: 20px;
}

.entry-content ul {
    list-style: disc;
}

.entry-content ol {
    list-style: decimal;
}

#posts-list {
    position: relative;
    width: 620px;
    float: left;
}

#posts-list article {
    position: relative;
    margin-bottom: 50px;
    padding: 30px;
    background: #f3e4c8;
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.1);
}

#posts-list article .tape {
    position: absolute;
    top: -15px;
    left: 250px;
    display: block;
    width: 122px;
    height: 35px;
    background: url(../img/tape.png) no-repeat top left;
}

#posts-list article .feature-image {
    position: relative;
    line-height: 0em;
}

#posts-list article .feature-image img {
    max-width: 100%;
}

#posts-list article .feature-image .entry-date {
    position: absolute;
    bottom: -66px;
    right: 0px;
    width: 51px;
    height: 66px;
    background: url(../img/date.png) no-repeat top left;
    font-family: mensch;
    font-size: 20px;
    line-height: 1.1em;
    text-align: center;
    color: #f3e4c8;
}

#posts-list article .feature-image .entry-date .month {
    margin-top: 7px;
}

#posts-list article .excerpt {
    margin-top: 40px;
    color: #585246;
}

#posts-list article .excerpt .post-heading {
    font-family: mensch;
    font-size: 36px;
    line-height: 1.1em;
    color: #585246;
    display: block;
    max-width: 480px;
}

#posts-list article .meta {
    display: block;
    border-top: 1px solid #585246;
    font-size: 14px;
    padding-top: 10px;
}

#posts-list article .meta a {
    color: #cb5432;
}

#main .page-navigation,
.main .page-navigation {
    position: relative;
    left: 50%;
    display: block;
    margin-bottom: 100px;
    float: left;
}

#main .page-navigation div,
.main .page-navigation div {
    position: relative;
    right: 50%;
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.1);
}

#main .page-navigation div span,
.main .page-navigation div span {
    margin-bottom: 15px;
    display: inline-block;
}

#main .page-navigation a,
.main .page-navigation a {
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #b18a20;
    display: block;
    padding: 10px 15px;
}

#main .page-navigation .nav-next,
.main .page-navigation .nav-next {
    float: left;
    margin-right: 20px;
    background: #f3e4c8 url(../img/arrow-left.png) no-repeat left 12px;
    padding-left: 20px;
}

#main .page-navigation .nav-previous,
.main .page-navigation .nav-previous {
    float: right;
    background: #f3e4c8 url(../img/arrow-right.png) no-repeat right 12px;
    padding-right: 20px;
}

#sidebar {
    position: relative;
    width: 260px;
    float: right;
    font-size: 14px;
}

#sidebar .block {
    margin-bottom: 40px;
    padding-bottom: 5px;
}

#sidebar .heading {
    border-top: 5px solid #444444;
    border-bottom: 5px solid #444444;
    margin-bottom: 15px;
    padding-top: 15px;
    padding-bottom: 10px;
    line-height: 1.1em;
    text-align: center;
}

#sidebar li {
    margin-bottom: 7px;
}

#sidebar a {
    color: #cb5432;
}

.isotope-item {
    z-index: 2;
}

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

#filter-buttons {
    text-align: center;
    background: url(../img/filter.png) no-repeat top center;
    height: 47px;
    margin-bottom: 20px;
}

#filter-buttons li {
    display: inline-block;
    margin-bottom: 0px;
}

#filter-buttons li a {
    display: block;
    text-decoration: none;
    margin-bottom: 0px;
    margin-right: 5px;
    line-height: 47px;
    color: #cb5432;
}

#filter-buttons li .selected {
    background: url(../img/filter-arrow.png) no-repeat center top;
}

.one-half,
.one-third,
.one-fourth {
    float: left;
    margin-bottom: 40px;
    margin-right: 2.1276%;
    position: relative;
}

.one-half {
    width: 48.9361%;
}

.one-third {
    width: 31.9148%;
}

.one-fourth {
    width: 23.4042%;
}

.last {
    clear: right;
    margin-right: 0 !important;
}

footer {
    background: #585246;
    color: #f3e4c8;
    padding-bottom: 60px;
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer a:hover {
    color: #cb5432;
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
    color: #f9f5ed;
    font-family: mensch;
    word-spacing: -0.1em;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
    line-height: 1.3em;
}

footer .sb-holder {
    position: relative;
    left: 50%;
    text-align: center;
    float: left;
}

footer #social-bar {
    display: block;
    position: relative;
    float: left;
    right: 50%;
    margin: -7px 5px 0px 5px;
    background: url(../img/social-bg.png) repeat-x;
    height: 46px;
    padding-top: 8px;
    padding-left: 10px;
    padding-right: 10px;
}

footer #social-bar li {
    float: left;
    line-height: 1em;
    margin-left: 3px;
    margin-right: 3px;
}

footer #social-bar li a {
    display: block;
    line-height: 0em;
    width: 50px;
    height: 50px;
}

.fb-logo {
    background: url(../img/css_sprites.png) -310px -10px;
}

footer #social-bar li a:hover {
    -webkit-transform: translate(0px, -2px);
    -moz-transform: translate(0px, -2px);
    -o-transform: translate(0px, -2px);
    transform: translate(0px, -2px);
}

footer #social-bar .left-corner {
    position: absolute;
    top: 0px;
    left: -10px;
    display: block;
    width: 7px;
    height: 8px;
    background: url('../img/css_sprites.png') -462px -238px;
}

footer #social-bar .right-corner {
    position: absolute;
    top: 0px;
    right: -10px;
    display: block;
    width: 7px;
    height: 8px;
    background: url('../img/css_sprites.png') -462px -210px;
}

footer #footer-bottom {
    font-size: 14px;
    text-align: center;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding-top: 25px;
}

.widget-cols {
    margin-top: 80px;
    margin-bottom: 30px;
    font-size: 14px;
}

.widget-cols h1,
.widget-cols h2,
.widget-cols h3,
.widget-cols h4,
.widget-cols h5,
.widget-cols h6 {
    margin-bottom: 20px;
    font-weight: normal;
    text-align: center;
    border-bottom: 0px solid #ada18e;
    border-top: 0px solid #ada18e;
    padding-top: 0px;
    padding-bottom: 0px;
}

.widget-cols>li {
    width: 220px;
    float: left;
    margin-right: 20px;
}

.widget-cols>li.fourth-col {
    margin-right: 0px;
}

.entry-content cf {
    font-family: 'mensch';
}

.align-left {
    float: left;
}

.align-right {
    float: right;
}

.no-border {
    border: none;
}

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

.wrapper {
    width: 940px;
}

#comboNav {
    display: none;
}

#nav {
    display: block;
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .wrapper {
        width: 712px;
    }

    #nav {
        display: block;
    }

    #comboNav {
        display: none;
    }

    #nav li {
        word-spacing: -0.1em;
        font-size: 16px;
    }

    .feature {
        width: 732px;
    }

    .feature li {
        width: 223px;
    }

    .feature li .thumb {
        width: 203px;
    }

    .feature li .thumb .date {
        left: 71px;
    }

    #posts-list {
        width: 420px;
    }

    #posts-list article {
        padding: 5px !important;
    }

    #posts-list article .tape {
        left: 150px;
    }

    #posts-list article .excerpt .post-heading {
        max-width: 330px;
    }

    .portfolio-content .project-content {
        float: left;
        width: 430px;
    }

    .portfolio-content .project-info {
        width: 160px;
    }

    .related-projects .related-list li {
        width: 224px;
        text-align: center;
        margin-right: 20px;
    }

    .related-projects .related-list li .thumb {
        background: #f3e4c8;
        padding: 10px;
        display: block;
        line-height: 0em;
        margin-bottom: 10px;
        box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.1);
    }

    .related-projects .related-list li:last-child {
        margin-right: 0px;
    }

    .widget-cols>li {
        width: 163px;
        float: left;
        margin-right: 20px;
    }
}

@media only screen and (max-width:767px) {
    .wrapper {
        width: 252px !important;
    }
    nav.cf {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100vw !important;
    }
    nav.cf .wrapper.cf{
        width: 90% !important;
    }
    
    
    
    h1 {
        font-size: 28px;
    }

    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 18px;
    }

    h5 {
        font-size: 14px;
    }

    h6 {
        font-size: 14px;
    }

    #nav {
        display: none;
    }

    #comboNav {
        display: block;
        color: #000 !important;
    }

    /* Centrage complet du logo sur mobile */
header, header .wrapper, #logo {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;
    float: none !important;
    text-align: center !important;
}

#logo img {
    display: inline-block !important;
    margin: 30px auto !important;
    max-width: 325px !important; /* taille identique à shoppingcart.php */
    height: auto !important;
}
header {
        padding-top: 20px; /* ajuste selon besoin */
    }

    nav.cf {
        margin-top: 5px; /* ajuste selon besoin */
    }


    body .theme-default .nivo-directionNav a {
        display: none;
    }

    .headline {
        font-family: mensch;
        font-size: 24px;
        line-height: 1.3em;
    }

    #filter-buttons {
        font-size: 12px;
        background: #f3e4c8;
        height: auto;
    }

    .feature {
        width: 252px;
        margin-left: 45px;
    }

    .feature li {
        width: 252px;
        margin-left: 0px;
    }

    .feature li .thumb {
        width: 232px;
    }

    .feature li .thumb .date {
        left: 86px;
    }

    .one-half,
    .one-third,
    .one-fourth {
        width: auto;
        margin-right: 0px;
    }

    #posts-list {
        width: 370px !important;
        right: 50px;
    }

    #posts-list article {
        padding: 15px;
    }

    #posts-list article .tape {
        left: 66px;
    }

    #posts-list article .feature-image .entry-date {
        bottom: -66px;
        right: auto;
        left: 81px;
    }

    #posts-list article .excerpt {
        margin-top: 90px;
    }

    #posts-list article .excerpt .post-heading {
        max-width: auto;
        font-size: 24px;
    }

    #main .page-navigation {
        text-indent: -9000px;
    }

    #main .page-navigation div {
        width: 25px;
    }

    #sidebar {
        width: 260px;
    }

    .portfolio-content .project-content {
        float: left;
        width: 192px;
    }

    .portfolio-content .project-info {
        width: 160px;
    }

    .related-projects .related-list li {
        width: 252px;
        margin-bottom: 30px;
    }

    .widget-cols>li {
        width: 252px;
        float: left;
        margin-right: 20px;
        border-bottom: 1px solid #f3e4c8;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .widget-cols>li:last-child {
        border-bottom: none;
    }

    footer #social-bar {
        margin: 20px 0px 30px 0px;
        background: none;
        height: 46px;
    }

    footer #social-bar li {
        margin-bottom: 5px;
    }

    footer #social-bar .left-corner,
    footer #social-bar .right-corner {
        display: none;
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .wrapper {
        width: 436px;
    }

    #logo {
        width: 436px;
    }

    #logo img {
        width: 100%;
    }

    #nav {
        display: none;
    }

    #comboNav {
        display: block;
    }

    .headline {
        font-family: mensch;
        font-size: 36px;
        line-height: 1.3em;
    }

    .feature {
        width: 436px;
        margin-left: 0px;
    }

    .feature li {
        width: 436px;
        margin-left: 0px;
    }

    .feature li .thumb {
        width: 416px;
    }

    .feature li .thumb .date {
        left: 178px;
    }

    #posts-list {
        width: 436px;
    }

    #posts-list article {
        padding: 5px !important;
    }

    #posts-list article .tape {
        left: 156px;
    }

    #posts-list article .feature-image .entry-date {
        bottom: -66px;
        right: auto;
        left: 171px;
    }

    #posts-list article .excerpt {
        margin-top: 90px;
    }

    #posts-list article .excerpt .post-heading {
        max-width: auto;
        font-size: 24px;
    }

    #sidebar {
        width: 436px;
    }

    .portfolio-content .project-content {
        float: left;
        width: 376px;
    }

    .portfolio-content .project-info {
        width: 346px;
    }

    .related-projects .related-list li {
        width: 436px;
        margin-bottom: 30px;
    }

    .widget-cols>li {
        width: 436px;
    }
}


@charset "UTF-8";

body {
    margin: 0;
    color: #d2d6db;
    font-family: "Helvetica Neue", "Nimbus Sans L", sans-serif;
    font-size: 12px;
    line-height: 1.62em;
}

a {
    color: #585246;
    text-decoration: none;
}

a:hover {
    color: #a63410;
}

.audio-container {
    max-width: 180px;
    height: 30px;
    padding: 10px 0px;
    margin: 100 auto;
    background: url(lib/bg.png) 0 8px;
}

#video-container {
    max-width: 640px;
    margin: 0 auto 160px;
    padding: 0 40px 8px;
    background: url(lib/shadow.png) 0 352px no-repeat;
}

.mejs-container {
    box-shadow: 0 0 18px rgba(0, 0, 0, .2);
}

#credits {
    text-align: center;
}


.mejs-container {
    position: relative;
    min-width: 150px;
    background: none;
    font-family: sans-serif;
    text-align: left;
    vertical-align: top;
}

.me-plugin {
    position: absolute;
}

.mejs-embed,
.mejs-embed body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #000;
    overflow: hidden;
}

.mejs-container-fullscreen {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 1000;
}

.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen video {
    width: 100%;
    height: 100%;
}

.mejs-background {
    position: absolute;
    top: 0;
    left: 0;
}

.mejs-mediaelement {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mejs-poster {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.mejs-poster img {
    border: 0;
    padding: 0;
    border: 0;
    display: block;
    width: auto;
    height: 100%;
}

.mejs-overlay {
    position: absolute;
    top: 0;
    left: 0;
}

.mejs-overlay-play {
    cursor: pointer;
}

.mejs-overlay-button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    background: url(../skin/bigplay.png) no-repeat;
}

.mejs-overlay:hover .mejs-overlay-button {
    background-position: 0 -100px;
}

.mejs-overlay-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
}

.mejs-overlay-loading span {
    display: block;
    width: 80px;
    height: 80px;
    background: #3A3C3D url(../skin/loading.gif) 50% 50% no-repeat;
    border-radius: 40px;
}

.mejs-container .mejs-controls {
    position: absolute;
    margin: 0;
    padding: 0;
    bottom: 0;
    left: 0;
    height: 30px;
    width: 100%;
    background: #3a3c3d url(../skin/background.png);
    background: -webkit-linear-gradient(#4a4c4d, #2b2d2d);
    background: -moz-linear-gradient(#4a4c4d, #2b2d2d);
    background: -o-linear-gradient(#4a4c4d, #2b2d2d);
    background: -ms-linear-gradient(#4a4c4d, #2b2d2d);
    background: linear-gradient(#4a4c4d, #2b2d2d);
    list-style: none;
}

.mejs-audio .mejs-controls {
    border-radius: 3px;
}

.mejs-container .mejs-controls div {
    list-style-type: none;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 32px;
    height: 30px;
    font-size: 11px;
    line-height: 11px;
    font-family: sans-serif;
    background: url(../skin/sep.png) left no-repeat;
    border: 0;
}

.mejs-controls .mejs-button button {
    cursor: pointer;
    display: block;
    font-size: 0;
    line-height: 0;
    text-decoration: none;
    margin: 7px 7px 0 9px;
    padding: 0;
    position: absolute;
    height: 16px;
    width: 16px;
    border: 0;
    background: transparent url(../skin/controls.png) no-repeat;
}

.mejs-controls .mejs-button button:focus {
    outline: solid 1px yellow;
}

.mejs-container .mejs-controls .mejs-time {
    color: #fff;
    display: block;
    height: 17px;
    width: auto;
    padding: 8px 8px 5px 10px;
    overflow: hidden;
    text-align: center;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

.mejs-container .mejs-controls .mejs-time span {
    font-size: 11px;
    color: #fff;
    line-height: 12px;
    display: block;
    float: left;
    width: auto;
}

.mejs-container .mejs-controls .mejs-playpause-button {
    cursor: pointer;
    background: none;
    width: 30px;
}

.mejs-controls .mejs-playpause-button button {
    margin: 7px 8px;
}

.mejs-controls .mejs-play button {
    background-position: 0 0;
}

.mejs-controls .mejs-play:hover button {
    background-position: 0 -32px;
}

.mejs-controls .mejs-pause button {
    background-position: 0 -16px;
}

.mejs-controls .mejs-pause:hover button {
    background-position: 0 -48px;
}

.mejs-controls .mejs-stop button {
    background-position: -112px 0;
}

.mejs-controls .mejs-stop:hover button {
    background-position: -112px -32px;
}

.mejs-controls div.mejs-time-rail {
    width: 200px;
}

.mejs-controls .mejs-time-rail span {
    display: block;
    position: absolute;
    width: 180px;
    height: 5px;
    cursor: pointer;
}

.mejs-controls .mejs-time-rail .mejs-time-total {
    padding: 1px;
    margin: 11px 8px 0 10px;
    background: #262929;
    border-bottom: #3d3f40 1px solid;
    box-shadow: inset 1px 1px rgba(0, 0, 0, .4);
}

.mejs-controls .mejs-time-rail .mejs-time-buffering {
    width: 100%;
    background: #464849;
    background-image: -webkit-linear-gradient(-45deg, #464849 25%, #262929 25%, #262929 50%, #464849 50%, #464849 75%, #262929 75%, #262929);
    background-image: -moz-linear-gradient(-45deg, #464849 25%, #262929 25%, #262929 50%, #464849 50%, #464849 75%, #262929 75%, #262929);
    background-image: -o-linear-gradient(-45deg, #464849 25%, #262929 25%, #262929 50%, #464849 50%, #464849 75%, #262929 75%, #262929);
    background-image: -ms-linear-gradient(-45deg, #464849 25%, #262929 25%, #262929 50%, #464849 50%, #464849 75%, #262929 75%, #262929);
    background-image: linear-gradient(-45deg, #464849 25%, #262929 25%, #262929 50%, #464849 50%, #464849 75%, #262929 75%, #262929);
    -moz-background-size: 6px 6px;
    background-size: 6px 5px;
    -webkit-background-size: 6px 5px;
    -webkit-animation: buffering-stripes 2s linear infinite;
    -moz-animation: buffering-stripes 2s linear infinite;
    -ms-animation: buffering-stripes 2s linear infinite;
    -o-animation: buffering-stripes 2s linear infinite;
    animation: buffering-stripes 2s linear infinite;
    z-index: 1;
}

@-webkit-keyframes buffering-stripes {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 30px 0;
    }
}

@-moz-keyframes buffering-stripes {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 30px 0;
    }
}

@-ms-keyframes buffering-stripes {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 30px 0;
    }
}

@-o-keyframes buffering-stripes {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 30px 0;
    }
}

@keyframes buffering-stripes {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 30px 0;
    }
}

.mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: #464849;
    width: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
    width: 0;
    background: #feea36;
    background-image: -webkit-linear-gradient(-45deg, #feea36 25%, #fdd500 25%, #fdd500 50%, #feea36 50%, #feea36 75%, #fdd500 75%, #fdd500);
    background-image: -moz-linear-gradient(-45deg, #feea36 25%, #fdd500 25%, #fdd500 50%, #feea36 50%, #feea36 75%, #fdd500 75%, #fdd500);
    background-image: -o-linear-gradient(-45deg, #feea36 25%, #fdd500 25%, #fdd500 50%, #feea36 50%, #feea36 75%, #fdd500 75%, #fdd500);
    background-image: -ms-linear-gradient(-45deg, #feea36 25%, #fdd500 25%, #fdd500 50%, #feea36 50%, #feea36 75%, #fdd500 75%, #fdd500);
    background-image: linear-gradient(-45deg, #feea36 25%, #fdd500 25%, #fdd500 50%, #feea36 50%, #feea36 75%, #fdd500 75%, #fdd500);
    -moz-background-size: 6px 6px;
    background-size: 6px 6px;
    -webkit-background-size: 6px 5px;
    z-index: 1;
}

.mejs-controls .mejs-time-rail .mejs-time-handle {
    display: none;
    position: absolute;
    margin: 0;
    width: 5px;
    background: transparent;
    cursor: pointer;
    top: 1px;
    z-index: 1;
    text-align: center;
}

.mejs-controls .mejs-time-rail .mejs-time-float {
    position: absolute;
    display: none;
    background: #C2C8CF;
    background: -webkit-linear-gradient(#E3E6E9, #C2C8CF);
    background: -moz-linear-gradient(#E3E6E9, #C2C8CF);
    background: -o-linear-gradient(#E3E6E9, #C2C8CF);
    background: -ms-linear-gradient(#E3E6E9, #C2C8CF);
    background: linear-gradient(#E3E6E9, #C2C8CF);
    width: 36px;
    height: 17px;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .4);
    top: -26px;
    margin-left: -18px;
    text-align: center;
    color: #111;
}

.mejs-controls .mejs-time-rail .mejs-time-float-current {
    margin: 3px;
    width: 30px;
    display: block;
    text-align: center;
    left: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-float-corner {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    line-height: 0;
    border: solid 4px #C2C8CF;
    border-color: #C2C8CF transparent transparent transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    top: 17px;
    left: 13px;
}

.mejs-controls .mejs-fullscreen-button button {
    background-position: -32px 0;
}

.mejs-controls .mejs-unfullscreen button {
    background-position: -32px -16px;
}

.mejs-controls .mejs-volume-button {}

.mejs-controls .mejs-mute button {
    background-position: -16px -16px;
}

.mejs-controls .mejs-mute button:hover {
    background-position: -16px -48px;
}

.mejs-controls .mejs-unmute button {
    background-position: -16px 0;
}

.mejs-controls .mejs-unmute button:hover {
    background-position: -16px -32px;
}

.mejs-controls .mejs-volume-button {
    position: relative;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider {
    display: none;
    height: 68px;
    width: 31px;
    background: #3A3C3D;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    top: -68px;
    left: 1px;
    z-index: 1;
    position: absolute;
    margin: 0;
}

.mejs-controls .mejs-volume-button:hover {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
    position: absolute;
    left: 13px;
    top: 8px;
    width: 5px;
    height: 50px;
    background: #262929;
    border-bottom: #3d3f40 1px solid;
    box-shadow: inset 1px 1px rgba(0, 0, 0, .4);
    margin: 0;
    padding: 1px;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
    position: absolute;
    left: 13px;
    top: 8px;
    width: 5px;
    height: 50px;
    background: #feea36;
    background-image: -webkit-linear-gradient(-45deg, #feea36 25%, #fdd500 25%, #fdd500 50%, #feea36 50%, #feea36 75%, #fdd500 75%, #fdd500);
    background-image: -moz-linear-gradient(-45deg, #feea36 25%, #fdd500 25%, #fdd500 50%, #feea36 50%, #feea36 75%, #fdd500 75%, #fdd500);
    background-image: -o-linear-gradient(-45deg, #feea36 25%, #fdd500 25%, #fdd500 50%, #feea36 50%, #feea36 75%, #fdd500 75%, #fdd500);
    background-image: -ms-linear-gradient(-45deg, #feea36 25%, #fdd500 25%, #fdd500 50%, #feea36 50%, #feea36 75%, #fdd500 75%, #fdd500);
    background-image: linear-gradient(-45deg, #feea36 25%, #fdd500 25%, #fdd500 50%, #feea36 50%, #feea36 75%, #fdd500 75%, #fdd500);
    -moz-background-size: 6px 6px;
    background-size: 6px 6px;
    -webkit-background-size: 6px 5px;
    background-position: bottom;
    margin: 1px;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
    position: absolute;
    left: 14px;
    top: 16px;
    width: 5px;
    height: 5px;
    background: transparent;
    margin: 0;
}

.mejs-controls div.mejs-horizontal-volume-slider {
    height: 26px;
    width: 62px;
    position: relative;
    background: none;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    position: absolute;
    left: 0;
    top: 11px;
    width: 50px;
    height: 5px;
    margin: 0;
    padding: 1px;
    font-size: 1px;
    background: #262929;
    border-bottom: #3d3f40 1px solid;
    box-shadow: inset 1px 1px rgba(0, 0, 0, .4);
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    position: absolute;
    left: 0;
    top: 11px;
    width: 50px;
    height: 5px;
    margin: 1px;
    padding: 0;
    font-size: 1px;
    background: #feea36;
    background-image: -webkit-linear-gradient(-45deg, #feea36 25%, #fdd500 25%, #fdd500 50%, #feea36 50%, #feea36 75%, #fdd500 75%, #fdd500);
    background-image: -moz-linear-gradient(-45deg, #feea36 25%, #fdd500 25%, #fdd500 50%, #feea36 50%, #feea36 75%, #fdd500 75%, #fdd500);
    background-image: -o-linear-gradient(-45deg, #feea36 25%, #fdd500 25%, #fdd500 50%, #feea36 50%, #feea36 75%, #fdd500 75%, #fdd500);
    background-image: -ms-linear-gradient(-45deg, #feea36 25%, #fdd500 25%, #fdd500 50%, #feea36 50%, #feea36 75%, #fdd500 75%, #fdd500);
    background-image: linear-gradient(-45deg, #feea36 25%, #fdd500 25%, #fdd500 50%, #feea36 50%, #feea36 75%, #fdd500 75%, #fdd500);
    -moz-background-size: 6px 6px;
    background-size: 6px 6px;
    -webkit-background-size: 6px 5px;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
    display: none;
}

.mejs-controls .mejs-captions-button {
    position: relative;
}

.mejs-controls .mejs-captions-button button {
    background-position: -48px 0;
}

.mejs-controls .mejs-captions-button:hover button {
    background-position: -48px -32px;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector {
    visibility: hidden;
    position: absolute;
    bottom: 30px;
    right: -10px;
    width: 130px;
    height: 100px;
    background: #3A3C3D;
    border: solid 1px transparent;
    padding: 10px;
    overflow: hidden;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul {
    margin: 0;
    padding: 0;
    display: block;
    list-style-type: none !important;
    overflow: hidden;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
    margin: 0 0 6px 0;
    padding: 0;
    list-style-type: none !important;
    display: block;
    color: #fff;
    overflow: hidden;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
    clear: both;
    float: left;
    margin: 3px 3px 0 5px;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
    width: 100px;
    float: left;
    padding: 4px 0 0 0;
    line-height: 15px;
    font-family: sans-serif;
    font-size: 10px;
}

.mejs-controls .mejs-captions-button .mejs-captions-translations {
    font-size: 10px;
    margin: 0 0 5px 0;
}

.mejs-chapters {
    position: absolute;
    top: 0;
    left: 0;
    -xborder-right: solid 1px #fff;
    width: 10000px;
    z-index: 1;
}

.mejs-chapters .mejs-chapter {
    position: absolute;
    float: left;
    background: #3A3C3D;
    background: rgba(58, 60, 61, 0.7);
    background: -webkit-linear-gradient(top, rgba(74, 76, 77, 0.7), rgba(0, 0, 0, 0.7));
    background: -moz-linear-gradient(top, rgba(74, 76, 77, 0.7), rgba(0, 0, 0, 0.7));
    background: -o-linear-gradient(top, rgba(74, 76, 77, 0.7), rgba(0, 0, 0, 0.7));
    background: -ms-linear-gradient(top, rgba(74, 76, 77, 0.7), rgba(0, 0, 0, 0.7));
    background: linear-gradient(top, rgba(74, 76, 77, 0.7), rgba(0, 0, 0, 0.7));
    overflow: hidden;
    border: 0;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block {
    font-size: 11px;
    color: #fff;
    padding: 5px;
    display: block;
    border-right: solid 1px #313335;
    border-right: solid 1px rgba(49, 51, 53, .7);
    border-bottom: solid 1px #313335;
    border-bottom: solid 1px rgba(49, 51, 53, .7);
    cursor: pointer;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block-last {
    border-right: none;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
    background: #333;
    background: rgba(102, 102, 102, 0.7);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(102, 102, 102, 0.7)), to(rgba(50, 50, 50, 0.6)));
    background: -webkit-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
    background: -moz-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
    background: -o-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
    background: -ms-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
    background: linear-gradient(rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
}

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
    font-size: 12px;
    font-weight: bold;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 0 3px 0;
    line-height: 12px;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
    font-size: 12px;
    line-height: 12px;
    margin: 3px 0 4px 0;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.mejs-captions-layer {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    line-height: 22px;
    font-size: 12px;
    color: #fff;
}

.mejs-captions-layer a {
    color: #fff;
    text-decoration: underline;
}

.mejs-captions-layer[lang=ar] {
    font-size: 20px;
    font-weight: normal;
}

.mejs-captions-position {
    position: absolute;
    width: 100%;
    bottom: 15px;
    left: 0;
}

.mejs-captions-position-hover {
    bottom: 45px;
}

.mejs-captions-text {
    padding: 5px 7px;
    background: #3a3c3d;
    background: rgba(58, 60, 61, 0.8);
    border-radius: 4px;
}

.mejs-clear {
    clear: both;
}

.me-cannotplay {}

.me-cannotplay a {
    color: #fff;
    font-weight: bold;
}

.me-cannotplay span {
    padding: 15px;
    display: block;
}

.mejs-controls .mejs-loop-off button {
    background-position: -64px -16px;
}

.mejs-controls .mejs-loop-off:hover button {
    background-position: -64px -48px;
}

.mejs-controls .mejs-loop-on button {
    background-position: -64px 0;
}

.mejs-controls .mejs-loop-on::hover button {
    background-position: -64px -32px;
}

.mejs-controls .mejs-backlight-off button {
    background-position: -80px -16px;
}

.mejs-controls .mejs-backlight-off:hover button {
    background-position: -80px -48px;
}

.mejs-controls .mejs-backlight-on button {
    background-position: -80px 0;
}

.mejs-controls .mejs-backlight-on:hover button {
    background-position: -80px -32px;
}

.mejs-controls .mejs-picturecontrols-button {
    background-position: -96px 0;
}

.mejs-controls .mejs-picturecontrols-button:hover {
    background-position: -96px -32px;
}

.mejs-contextmenu {
    position: absolute;
    width: 150px;
    padding: 10px;
    border-radius: 4px;
    top: 0;
    left: 0;
    background: #fff;
    border: solid 1px #999;
    z-index: 1001;
}

.mejs-contextmenu .mejs-contextmenu-separator {
    height: 1px;
    font-size: 0;
    margin: 5px 6px;
    background: #333;
}

.mejs-contextmenu .mejs-contextmenu-item {
    font-family: sans-serif;
    font-size: 12px;
    padding: 4px 6px;
    cursor: pointer;
    color: #333;
}

.mejs-contextmenu .mejs-contextmenu-item:hover {
    background: #2C7C91;
    color: #fff;
}

.mejs-controls .mejs-sourcechooser-button {
    position: relative;
}

.mejs-controls .mejs-sourcechooser-button button {
    background-position: -128px 0;
}

.mejs-controls .mejs-sourcechooser-button button {
    background-position: -128px -32px;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector {
    visibility: hidden;
    position: absolute;
    bottom: 26px;
    right: -10px;
    width: 130px;
    height: 100px;
    background: #3A3C3D;
    border: solid 1px transparent;
    padding: 10px;
    overflow: hidden;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul {
    margin: 0;
    padding: 0;
    display: block;
    list-style-type: none !important;
    overflow: hidden;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li {
    margin: 0 0 6px 0;
    padding: 0;
    list-style-type: none !important;
    display: block;
    color: #fff;
    overflow: hidden;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input {
    clear: both;
    float: left;
    margin: 3px 3px 0 5px;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label {
    width: 100px;
    float: left;
    padding: 4px 0 0 0;
    line-height: 15px;
    font-family: sans-serif;
    font-size: 10px;
}


.bg-sep {
    width: 2px;
    height: 30px;
    background: url('../img/css_sprites.png') -462px -128px;
}

.bg-bg {
    width: 50px;
    height: 50px;
    background: url('../img/css_sprites.png') -391px -96px;
}

.bg-corner_1 {
    width: 48px;
    height: 50px;
    background: url('../img/css_sprites.png') -78px -339px;
}

.bg-corner_2 {
    width: 48px;
    height: 50px;
    background: url('../img/css_sprites.png') -10px -339px;
}

.bg-corner_3 {
    width: 48px;
    height: 50px;
    background: url('../img/css_sprites.png') -391px -166px;
}

.bg-corner_4 {
    width: 48px;
    height: 50px;
    background: url('../img/css_sprites.png') -391px -236px;
}

.bg-css_sprites {
    width: 361px;
    height: 258px;
    background: url('../img/css_sprites.png') -10px -10px;
}

.bg-current {
    width: 16px;
    height: 16px;
    background: url('../img/css_sprites.png') -462px -92px;
}

.bg-date {
    width: 51px;
    height: 66px;
    background: url('../img/css_sprites.png') -391px -10px;
}

.bg-En {
    width: 44px;
    height: 31px;
    background: url('../img/css_sprites.png') -258px -288px;
}

.bg-filter_arrow {
    width: 8px;
    height: 7px;
    background: url('../img/css_sprites.png') -462px -266px;
}

.bg-footer {
    width: 3px;
    height: 19px;
    background: url('../img/css_sprites.png') -484px -128px;
}

.bg-Fr {
    width: 100px;
    height: 31px;
    background: url('../img/css_sprites.png') -10px -288px;
}

.bg-Fr1 {
    width: 44px;
    height: 31px;
    background: url('../img/css_sprites.png') -194px -288px;
}

.bg-header {
    width: 12px;
    height: 12px;
    background: url('../img/css_sprites.png') -462px -178px;
}

.bg-toggle {
    width: 31px;
    height: 62px;
    background: url('../img/css_sprites.png') -462px -10px;
}

.bg-En2 {
    width: 44px;
    height: 31px;
    background: url('../img/css_sprites.png') -130px -288px;
}

.bg-Facebook {
    width: 32px;
    height: 32px;
    background: url('../img/css_sprites.png') 0px -409px;
}

.bg-Amazon {
    width: 32px;
    height: 32px;
    background: url('../img/css_sprites.png') -52px -409px;
}

.bg-Google+ {
    width: 32px;
    height: 32px;
    background: url('../img/css_sprites.png') -136px -339px;
}

.bg-GooglePlay {
    width: 32px;
    height: 32px;
    background: url('../img/css_sprites.png') -104px -409px;
}

.bg-RSS {
    width: 32px;
    height: 32px;
    background: url('../img/css_sprites.png') -291px -339px;
}

.bg-Spotify {
    width: 32px;
    height: 32px;
    background: url('../img/css_sprites.png') -241px -339px;
}

.bg-Twitter {
    width: 32px;
    height: 32px;
    background: url('../img/css_sprites.png') -344px -339px;
}

.bg-YouTube {
    width: 32px;
    height: 32px;
    background: url('../img/css_sprites.png') -188px -339px;
}

.bg-Itunes {
    width: 32px;
    height: 32px;
    background: url('../img/css_sprites.png') -397px -339px;
}

.bg-Attente {
    width: 125px;
    height: 125px;
    background: url('../img/sidebar_css_sprites.png') -10px -10px;
}

.bg-mojo {
    width: 125px;
    height: 125px;
    background: url('../img/sidebar_css_sprites.png') -155px -10px;
}

.bg-television {
    width: 125px;
    height: 125px;
    background: url('../img/sidebar_css_sprites.png') -10px -155px;
}

.bg-Web {
    width: 125px;
    height: 125px;
    background: url('../img/sidebar_css_sprites.png') -155px -155px;
}

.ads ul li {
    float: left;
}

@media only screen and (max-width: 360px) {
    header {
        width: 118%;
    }

    #posts-list {
        width: 360px;
        right: 25px;
    }
}


@media only screen and (min-width: 361px) and (max-width: 390px) {
    header {
        width: 115%;
    }

    #posts-list {
        width: 395px;
        right: 46px;
    }
}

@media only screen and (min-width: 391px) and (max-width: 412px) {
    header {
        width: 103%;
    }

    #posts-list {
        width: 360px;
        right: 50px;
    }
}

@media only screen and (min-width: 413px) and (max-width: 766px) {
    header {
        width: 109%;
    }

    #posts-list {
        width: 395px;
        right: 50px;
    }
}

@media only screen and (min-width: 767px) and (max-width: 768px) {

    #posts-list {
        width: 400%;
        right: 260px;
    }
}


@media only screen and (max-width: 768px){
    header a:nth-child(2) img {
        margin-right: 40px !important;
    }
    .bg-Fr {
        margin-right: 40px !important;
    }
    #posts-list article .excerpt form select {
        width: 100%;
        color: #000 !important;
    }
    .page-content .entry-content select {
        width: 100% !important;
        color: #000 !important;
    }
    select#mySelect685{
        width: 100% !important;
        color: #000 !important;
    }
}


