@charset "UTF-8";
@import url(../fonts/ProximaNovaCondensed.css);

/**
* Transition-timing-function property@mixin
*/
/*background RGBA
============================================*/
/****/
/* RIGHT TO LEFT */
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors
 */
/***********************************************************************/
/** CHECKOUT BY STEP */
/*
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */
/* normalize.css v3.0.0 | MIT License | git.io/normalize */
/* line 9, ../sass/bootstrap/_normalize.scss */


html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

/* line 19, ../sass/bootstrap/_normalize.scss */
body {
    margin: 0;
}

/* line 41, ../sass/bootstrap/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/* line 53, ../sass/bootstrap/_normalize.scss */
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

/* line 63, ../sass/bootstrap/_normalize.scss */
audio:not([controls]) {
    display: none;
    height: 0;
}

/* line 74, ../sass/bootstrap/_normalize.scss */
[hidden],
template {
    display: none;
}

/* line 85, ../sass/bootstrap/_normalize.scss */
a {
    background: transparent;
}

/* line 94, ../sass/bootstrap/_normalize.scss */
a:active,
a:hover {
    outline: 0;
}

/* line 105, ../sass/bootstrap/_normalize.scss */
abbr[title] {
    border-bottom: 1px dotted;
}

/* line 114, ../sass/bootstrap/_normalize.scss */
b,
strong {
    font-weight: normal;
    font-family: 'AvenirRoman';
    color: #58585a;
}

/* line 124, ../sass/bootstrap/_normalize.scss */
dfn {
    font-style: italic;
}

/* line 133, ../sass/bootstrap/_normalize.scss */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* line 142, ../sass/bootstrap/_normalize.scss */
mark {
    background: #ff0;
    color: #000;
}

/* line 151, ../sass/bootstrap/_normalize.scss */
small {
    font-size: 80%;
}

/* line 160, ../sass/bootstrap/_normalize.scss */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

/* line 167, ../sass/bootstrap/_normalize.scss */
sup {
    top: -0.5em;
}

/* line 171, ../sass/bootstrap/_normalize.scss */
sub {
    bottom: -0.25em;
}

/* line 182, ../sass/bootstrap/_normalize.scss */
img {
    border: 0;
}

/* line 190, ../sass/bootstrap/_normalize.scss */
svg:not(:root) {
    overflow: hidden;
}

/* line 201, ../sass/bootstrap/_normalize.scss */
figure {
    margin: 1em 40px;
}

/* line 209, ../sass/bootstrap/_normalize.scss */
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/* line 219, ../sass/bootstrap/_normalize.scss */
pre {
    overflow: auto;
}

/* line 230, ../sass/bootstrap/_normalize.scss */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* line 254, ../sass/bootstrap/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

/* line 264, ../sass/bootstrap/_normalize.scss */
button {
    overflow: visible;
}

/* line 276, ../sass/bootstrap/_normalize.scss */
button,
select {
    text-transform: none;
}

/* line 291, ../sass/bootstrap/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

/* line 301, ../sass/bootstrap/_normalize.scss */
button[disabled],
html input[disabled] {
    cursor: default;
}

/* line 310, ../sass/bootstrap/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/* line 320, ../sass/bootstrap/_normalize.scss */
input {
    line-height: normal;
}

/* line 333, ../sass/bootstrap/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

/* line 345, ../sass/bootstrap/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/* line 355, ../sass/bootstrap/_normalize.scss */
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

/* line 369, ../sass/bootstrap/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/* line 377, ../sass/bootstrap/_normalize.scss */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/* line 388, ../sass/bootstrap/_normalize.scss */
legend {
    border: 0;
    padding: 0;
}

/* line 397, ../sass/bootstrap/_normalize.scss */
textarea {
    overflow: auto;
}

/* line 406, ../sass/bootstrap/_normalize.scss */
optgroup {
    font-weight: bold;
}

/* line 417, ../sass/bootstrap/_normalize.scss */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* line 423, ../sass/bootstrap/_normalize.scss */
td,
th {
    padding: 0;
}

/* line 11, ../sass/bootstrap/_scaffolding.scss */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* line 15, ../sass/bootstrap/_scaffolding.scss */
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* line 22, ../sass/bootstrap/_scaffolding.scss */
html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 27, ../sass/bootstrap/_scaffolding.scss */
body {
    /*font-family: "proxima_nova_alt_condensedLt";*/
    font-family: "AvenirLight";
    font-size: 16px;
    line-height: 1.42857;
    color: #838383;
    background-color: white;
}

/* line 39, ../sass/bootstrap/_scaffolding.scss */
input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

/* line 47, ../sass/bootstrap/_scaffolding.scss */
a {
    color: #3e3a3a;
    text-decoration: none;
}

/* line 52, ../sass/bootstrap/_scaffolding.scss */
a:hover, a:focus {
    /*color: #f1823c;*/
    text-decoration: none;
}

/* line 57, ../sass/bootstrap/_scaffolding.scss */
a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

/* line 68, ../sass/bootstrap/_scaffolding.scss */
figure {
    margin: 0;
}

/* line 75, ../sass/bootstrap/_scaffolding.scss */
img {
    vertical-align: middle;
}

/* line 80, ../sass/bootstrap/_scaffolding.scss */
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

/* line 85, ../sass/bootstrap/_scaffolding.scss */
.img-rounded {
    border-radius: 6px;
}

/* line 92, ../sass/bootstrap/_scaffolding.scss */
.img-thumbnail {
    padding: 4px;
    line-height: 1.42857;
    background-color: white;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

/* line 105, ../sass/bootstrap/_scaffolding.scss */
.img-circle {
    border-radius: 50%;
}

/* line 112, ../sass/bootstrap/_scaffolding.scss */
hr {
    margin-top: 22px;
    margin-bottom: 22px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

/* line 124, ../sass/bootstrap/_scaffolding.scss */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

/* line 10, ../sass/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    /*font-family: "AvenirMedium";*/
    font-weight: 400;
    line-height: 1.1;
    color: #58585a;
    text-transform: uppercase;
}

/* line 17, ../sass/bootstrap/_type.scss */
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #999999;
}

/* line 26, ../sass/bootstrap/_type.scss */
h1, .h1,
h2, .h2,
h3, .h3 {
    margin-top: 22px;
    margin-bottom: 11px;
}

/* line 31, ../sass/bootstrap/_type.scss */
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
    font-size: 65%;
}

/* line 37, ../sass/bootstrap/_type.scss */
h4, .h4,
h5, .h5,
h6, .h6 {
    margin-top: 11px;
    margin-bottom: 11px;
}

/* line 42, ../sass/bootstrap/_type.scss */
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
    font-size: 75%;
}

/* line 47, ../sass/bootstrap/_type.scss */
h1, .h1 {
    font-size: 24px;/* 41px; */
}

/* line 48, ../sass/bootstrap/_type.scss */
h2, .h2 {
    font-size: 22px;/* 34px; */
}

/* line 49, ../sass/bootstrap/_type.scss */
h3, .h3 {
    font-size: 20px;/* 34px; */
}

/* line 50, ../sass/bootstrap/_type.scss */
h4, .h4 {
    font-size: 18px;/* 20px; */
}

/* line 51, ../sass/bootstrap/_type.scss */
h5, .h5 {
    font-size: 16px;
}

/* line 52, ../sass/bootstrap/_type.scss */
h6, .h6 {
    font-size: 14px;
}

/* line 58, ../sass/bootstrap/_type.scss */
p {
    margin: 0 0 11px;
}

/* line 62, ../sass/bootstrap/_type.scss */
.lead {
    margin-bottom: 22px;
    font-size: 18px;
    font-weight: 200;
    line-height: 1.4;
}

@media (min-width: 768px) {
    /* line 62, ../sass/bootstrap/_type.scss */
    .lead {
        font-size: 24px;
    }
}

/* line 79, ../sass/bootstrap/_type.scss */
small,
.small {
    font-size: 85%;
}

/* line 82, ../sass/bootstrap/_type.scss */
cite {
    font-style: normal;
}

/* line 85, ../sass/bootstrap/_type.scss */
.text-left {
    text-align: left;
}

/* line 86, ../sass/bootstrap/_type.scss */
.text-right {
    text-align: right;
}

/* line 87, ../sass/bootstrap/_type.scss */
.text-center {
    text-align: center;
}

/* line 88, ../sass/bootstrap/_type.scss */
.text-justify {
    text-align: justify;
}

/* line 91, ../sass/bootstrap/_type.scss */
.text-muted {
    color: #999999;
}

/* line 604, ../sass/bootstrap/_mixins.scss */
.text-primary {
    color: #428bca;
}

/* line 607, ../sass/bootstrap/_mixins.scss */
a.text-primary:hover {
    color: #3071a9;
}

/* line 604, ../sass/bootstrap/_mixins.scss */
.text-success {
    color: #3c763d;
}

/* line 607, ../sass/bootstrap/_mixins.scss */
a.text-success:hover {
    color: #2b542c;
}

/* line 604, ../sass/bootstrap/_mixins.scss */
.text-info {
    color: #31708f;
}

/* line 607, ../sass/bootstrap/_mixins.scss */
a.text-info:hover {
    color: #245269;
}

/* line 604, ../sass/bootstrap/_mixins.scss */
.text-warning {
    color: #8a6d3b;
}

/* line 607, ../sass/bootstrap/_mixins.scss */
a.text-warning:hover {
    color: #66512c;
}

/* line 604, ../sass/bootstrap/_mixins.scss */
.text-danger {
    color: #a94442;
}

/* line 607, ../sass/bootstrap/_mixins.scss */
a.text-danger:hover {
    color: #843534;
}

/* line 108, ../sass/bootstrap/_type.scss */
.bg-primary {
    color: #fff;
}

/* line 592, ../sass/bootstrap/_mixins.scss */
.bg-primary {
    background-color: #428bca;
}

/* line 595, ../sass/bootstrap/_mixins.scss */
a.bg-primary:hover {
    background-color: #3071a9;
}

/* line 592, ../sass/bootstrap/_mixins.scss */
.bg-success {
    background-color: #dff0d8;
}

/* line 595, ../sass/bootstrap/_mixins.scss */
a.bg-success:hover {
    background-color: #c1e2b3;
}

/* line 592, ../sass/bootstrap/_mixins.scss */
.bg-info {
    background-color: #d9edf7;
}

/* line 595, ../sass/bootstrap/_mixins.scss */
a.bg-info:hover {
    background-color: #afd9ee;
}

/* line 592, ../sass/bootstrap/_mixins.scss */
.bg-warning {
    background-color: #fcf8e3;
}

/* line 595, ../sass/bootstrap/_mixins.scss */
a.bg-warning:hover {
    background-color: #f7ecb5;
}

/* line 592, ../sass/bootstrap/_mixins.scss */
.bg-danger {
    background-color: #f2dede;
}

/* line 595, ../sass/bootstrap/_mixins.scss */
a.bg-danger:hover {
    background-color: #e4b9b9;
}

/* line 127, ../sass/bootstrap/_type.scss */
.page-header {
    padding-bottom: 10px;
    margin: 44px 0 22px;
    border-bottom: 1px solid #eeeeee;
}

/* line 139, ../sass/bootstrap/_type.scss */
ul,
ol {
    margin-top: 0;
    margin-bottom: 11px;
}

/* line 143, ../sass/bootstrap/_type.scss */
ul ul,
ul ol,
ol ul,
ol ol {
    margin-bottom: 0;
}

/* line 151, ../sass/bootstrap/_type.scss */
.list-unstyled, .list-inline, .pricing-table ul,
.pricing-table ol, ul,
ol {
    padding-left: 0;
    list-style: none;
}

/* line 157, ../sass/bootstrap/_type.scss */
.list-inline {
    margin-left: -5px;
}

/* line 161, ../sass/bootstrap/_type.scss */
.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

/* line 169, ../sass/bootstrap/_type.scss */
dl {
    margin-top: 0;
    margin-bottom: 22px;
}

/* line 174, ../sass/bootstrap/_type.scss */
dt,
dd {
    line-height: 1.42857;
}

/* line 177, ../sass/bootstrap/_type.scss */
dt {
    font-weight: bold;
}

/* line 180, ../sass/bootstrap/_type.scss */
dd {
    margin-left: 0;
}

@media (min-width: 768px) {
    /* line 191, ../sass/bootstrap/_type.scss */
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    /* line 198, ../sass/bootstrap/_type.scss */
    .dl-horizontal dd {
        margin-left: 180px;
    }

    /* line 21, ../sass/bootstrap/_mixins.scss */
    .dl-horizontal dd:before, .dl-horizontal dd:after {
        content: " ";
        display: table;
    }

    /* line 25, ../sass/bootstrap/_mixins.scss */
    .dl-horizontal dd:after {
        clear: both;
    }
}

/* line 211, ../sass/bootstrap/_type.scss */
abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #999999;
}

/* line 215, ../sass/bootstrap/_type.scss */
.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

/* line 221, ../sass/bootstrap/_type.scss */
blockquote {
    padding: 11px 22px;
    margin: 0 0 22px;
    font-size: 20px;
    border-left: 5px solid #eeeeee;
}

/* line 230, ../sass/bootstrap/_type.scss */
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0;
}

/* line 239, ../sass/bootstrap/_type.scss */
blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #999999;
}

/* line 245, ../sass/bootstrap/_type.scss */
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0';
}

/* line 255, ../sass/bootstrap/_type.scss */
.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eeeeee;
    border-left: 0;
    text-align: right;
}

/* line 266, ../sass/bootstrap/_type.scss */
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
    content: '';
}

/* line 267, ../sass/bootstrap/_type.scss */
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014';
}

/* line 275, ../sass/bootstrap/_type.scss */
blockquote:before,
blockquote:after {
    content: "";
}

/* line 280, ../sass/bootstrap/_type.scss */
address {
    margin-bottom: 22px;
    font-style: normal;
    line-height: 1.42857;
}

/* line 10, ../sass/bootstrap/_code.scss */
code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

/* line 15, ../sass/bootstrap/_code.scss */
code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    white-space: nowrap;
    border-radius: 4px;
}

/* line 25, ../sass/bootstrap/_code.scss */
kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: white;
    background-color: #333333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 35, ../sass/bootstrap/_code.scss */
pre {
    display: block;
    padding: 10.5px;
    margin: 0 0 11px;
    font-size: 15px;
    line-height: 1.42857;
    word-break: break-all;
    word-wrap: break-word;
    color: #838383;
    background-color: whitesmoke;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

/* line 49, ../sass/bootstrap/_code.scss */
pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}

/* line 60, ../sass/bootstrap/_code.scss */
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

/* line 10, ../sass/bootstrap/_grid.scss */
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

/* line 21, ../sass/bootstrap/_mixins.scss */
.container:before, .container:after {
    content: " ";
    display: table;
}

/* line 25, ../sass/bootstrap/_mixins.scss */
.container:after {
    clear: both;
}

@media (min-width: 768px) {
    /* line 10, ../sass/bootstrap/_grid.scss */
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    /* line 10, ../sass/bootstrap/_grid.scss */
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    /* line 10, ../sass/bootstrap/_grid.scss */
    .container {
        width: 1200px;
    }

    .block_fabrication_txt .rte {
        padding: 35px;
        border: 1px solid #B8B8B8;
        height: 920px !important;
        padding-left: 50px !important;
        padding-right: 50px !important;
    }
}

/* line 30, ../sass/bootstrap/_grid.scss */
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

/* line 21, ../sass/bootstrap/_mixins.scss */
.container-fluid:before, .container-fluid:after {
    content: " ";
    display: table;
}

/* line 25, ../sass/bootstrap/_mixins.scss */
.container-fluid:after {
    clear: both;
}

/* line 39, ../sass/bootstrap/_grid.scss */
.row {
    margin-left: -15px;
    margin-right: -15px;
}

/* line 21, ../sass/bootstrap/_mixins.scss */
.row:before, .row:after {
    content: " ";
    display: table;
}

/* line 25, ../sass/bootstrap/_mixins.scss */
.row:after {
    clear: both;
}

/* line 797, ../sass/bootstrap/_mixins.scss */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

/* line 816, ../sass/bootstrap/_mixins.scss */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

/* line 824, ../sass/bootstrap/_mixins.scss */
.col-xs-1 {
    width: 8.33333%;
}

/* line 824, ../sass/bootstrap/_mixins.scss */
.col-xs-2 {
    width: 16.66667%;
}

/* line 824, ../sass/bootstrap/_mixins.scss */
.col-xs-3 {
    width: 25%;
}

/* line 824, ../sass/bootstrap/_mixins.scss */
.col-xs-4 {
    width: 33.33333%;
}

/* line 824, ../sass/bootstrap/_mixins.scss */
.col-xs-5 {
    width: 41.66667%;
}

/* line 824, ../sass/bootstrap/_mixins.scss */
.col-xs-6 {
    width: 50%;
}

/* line 824, ../sass/bootstrap/_mixins.scss */
.col-xs-7 {
    width: 58.33333%;
}

/* line 824, ../sass/bootstrap/_mixins.scss */
.col-xs-8 {
    width: 66.66667%;
}

/* line 824, ../sass/bootstrap/_mixins.scss */
.col-xs-9 {
    width: 75%;
}

/* line 824, ../sass/bootstrap/_mixins.scss */
.col-xs-10 {
    width: 83.33333%;
}

/* line 824, ../sass/bootstrap/_mixins.scss */
.col-xs-11 {
    width: 91.66667%;
}

/* line 824, ../sass/bootstrap/_mixins.scss */
.col-xs-12 {
    width: 100%;
}

/* line 834, ../sass/bootstrap/_mixins.scss */
.col-xs-pull-0 {
    right: 0%;
}

/* line 834, ../sass/bootstrap/_mixins.scss */
.col-xs-pull-1 {
    right: 8.33333%;
}

/* line 834, ../sass/bootstrap/_mixins.scss */
.col-xs-pull-2 {
    right: 16.66667%;
}

/* line 834, ../sass/bootstrap/_mixins.scss */
.col-xs-pull-3 {
    right: 25%;
}

/* line 834, ../sass/bootstrap/_mixins.scss */
.col-xs-pull-4 {
    right: 33.33333%;
}

/* line 834, ../sass/bootstrap/_mixins.scss */
.col-xs-pull-5 {
    right: 41.66667%;
}

/* line 834, ../sass/bootstrap/_mixins.scss */
.col-xs-pull-6 {
    right: 50%;
}

/* line 834, ../sass/bootstrap/_mixins.scss */
.col-xs-pull-7 {
    right: 58.33333%;
}

/* line 834, ../sass/bootstrap/_mixins.scss */
.col-xs-pull-8 {
    right: 66.66667%;
}

/* line 834, ../sass/bootstrap/_mixins.scss */
.col-xs-pull-9 {
    right: 75%;
}

/* line 834, ../sass/bootstrap/_mixins.scss */
.col-xs-pull-10 {
    right: 83.33333%;
}

/* line 834, ../sass/bootstrap/_mixins.scss */
.col-xs-pull-11 {
    right: 91.66667%;
}

/* line 834, ../sass/bootstrap/_mixins.scss */
.col-xs-pull-12 {
    right: 100%;
}

/* line 829, ../sass/bootstrap/_mixins.scss */
.col-xs-push-0 {
    left: 0%;
}

/* line 829, ../sass/bootstrap/_mixins.scss */
.col-xs-push-1 {
    left: 8.33333%;
}

/* line 829, ../sass/bootstrap/_mixins.scss */
.col-xs-push-2 {
    left: 16.66667%;
}

/* line 829, ../sass/bootstrap/_mixins.scss */
.col-xs-push-3 {
    left: 25%;
}

/* line 829, ../sass/bootstrap/_mixins.scss */
.col-xs-push-4 {
    left: 33.33333%;
}

/* line 829, ../sass/bootstrap/_mixins.scss */
.col-xs-push-5 {
    left: 41.66667%;
}

/* line 829, ../sass/bootstrap/_mixins.scss */
.col-xs-push-6 {
    left: 50%;
}

/* line 829, ../sass/bootstrap/_mixins.scss */
.col-xs-push-7 {
    left: 58.33333%;
}

/* line 829, ../sass/bootstrap/_mixins.scss */
.col-xs-push-8 {
    left: 66.66667%;
}

/* line 829, ../sass/bootstrap/_mixins.scss */
.col-xs-push-9 {
    left: 75%;
}

/* line 829, ../sass/bootstrap/_mixins.scss */
.col-xs-push-10 {
    left: 83.33333%;
}

/* line 829, ../sass/bootstrap/_mixins.scss */
.col-xs-push-11 {
    left: 91.66667%;
}

/* line 829, ../sass/bootstrap/_mixins.scss */
.col-xs-push-12 {
    left: 100%;
}

/* line 839, ../sass/bootstrap/_mixins.scss */
.col-xs-offset-0 {
    margin-left: 0%;
}

/* line 839, ../sass/bootstrap/_mixins.scss */
.col-xs-offset-1 {
    margin-left: 8.33333%;
}

/* line 839, ../sass/bootstrap/_mixins.scss */
.col-xs-offset-2 {
    margin-left: 16.66667%;
}

/* line 839, ../sass/bootstrap/_mixins.scss */
.col-xs-offset-3 {
    margin-left: 25%;
}

/* line 839, ../sass/bootstrap/_mixins.scss */
.col-xs-offset-4 {
    margin-left: 33.33333%;
}

/* line 839, ../sass/bootstrap/_mixins.scss */
.col-xs-offset-5 {
    margin-left: 41.66667%;
}

/* line 839, ../sass/bootstrap/_mixins.scss */
.col-xs-offset-6 {
    margin-left: 50%;
}

/* line 839, ../sass/bootstrap/_mixins.scss */
.col-xs-offset-7 {
    margin-left: 58.33333%;
}

/* line 839, ../sass/bootstrap/_mixins.scss */
.col-xs-offset-8 {
    margin-left: 66.66667%;
}

/* line 839, ../sass/bootstrap/_mixins.scss */
.col-xs-offset-9 {
    margin-left: 75%;
}

/* line 839, ../sass/bootstrap/_mixins.scss */
.col-xs-offset-10 {
    margin-left: 83.33333%;
}

/* line 839, ../sass/bootstrap/_mixins.scss */
.col-xs-offset-11 {
    margin-left: 91.66667%;
}

/* line 839, ../sass/bootstrap/_mixins.scss */
.col-xs-offset-12 {
    margin-left: 100%;
}

@media (min-width: 768px) {
    /* line 816, ../sass/bootstrap/_mixins.scss */
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    /* line 824, ../sass/bootstrap/_mixins.scss */
    .col-sm-1 {
        width: 8.33333%;
    }

    /* line 824, ../sass/bootstrap/_mixins.scss */
    .col-sm-2 {
        width: 16.66667%;
    }

    /* line 824, ../sass/bootstrap/_mixins.scss */
    .col-sm-3 {
        width: 25%;
    }

    /* line 824, ../sass/bootstrap/_mixins.scss */
    .col-sm-4 {
        width: 33.33333%;
    }

    /* line 824, ../sass/bootstrap/_mixins.scss */
    .col-sm-5 {
        width: 41.66667%;
    }

    /* line 824, ../sass/bootstrap/_mixins.scss */
    .col-sm-6 {
        width: 50%;
    }

    /* line 824, ../sass/bootstrap/_mixins.scss */
    .col-sm-7 {
        width: 58.33333%;
    }

    /* line 824, ../sass/bootstrap/_mixins.scss */
    .col-sm-8 {
        width: 66.66667%;
    }

    /* line 824, ../sass/bootstrap/_mixins.scss */
    .col-sm-9 {
        width: 75%;
    }

    /* line 824, ../sass/bootstrap/_mixins.scss */
    .col-sm-10 {
        width: 83.33333%;
    }

    /* line 824, ../sass/bootstrap/_mixins.scss */
    .col-sm-11 {
        width: 91.66667%;
    }

    /* line 824, ../sass/bootstrap/_mixins.scss */
    .col-sm-12 {
        width: 100%;
    }

    /* line 834, ../sass/bootstrap/_mixins.scss */
    .col-sm-pull-0 {
        right: 0%;
    }

    /* line 834, ../sass/bootstrap/_mixins.scss */
    .col-sm-pull-1 {
        right: 8.33333%;
    }

    /* line 834, ../sass/bootstrap/_mixins.scss */
    .col-sm-pull-2 {
        right: 16.66667%;
    }

    /* line 834, ../sass/bootstrap/_mixins.scss */
    .col-sm-pull-3 {
        right: 25%;
    }

    /* line 834, ../sass/bootstrap/_mixins.scss */
    .col-sm-pull-4 {
        right: 33.33333%;
    }

    /* line 834, ../sass/bootstrap/_mixins.scss */
    .col-sm-pull-5 {
        right: 41.66667%;
    }

    /* line 834, ../sass/bootstrap/_mixins.scss */
    .col-sm-pull-6 {
        right: 50%;
    }

    /* line 834, ../sass/bootstrap/_mixins.scss */
    .col-sm-pull-7 {
        right: 58.33333%;
    }

    /* line 834, ../sass/bootstrap/_mixins.scss */
    .col-sm-pull-8 {
        right: 66.66667%;
    }

    /* line 834, ../sass/bootstrap/_mixins.scss */
    .col-sm-pull-9 {
        right: 75%;
    }

    /* line 834, ../sass/bootstrap/_mixins.scss */
    .col-sm-pull-10 {
        right: 83.33333%;
    }

    /* line 834, ../sass/bootstrap/_mixins.scss */
    .col-sm-pull-11 {
        right: 91.66667%;
    }

    /* line 834, ../sass/bootstrap/_mixins.scss */
    .col-sm-pull-12 {
        right: 100%;
    }

    /* line 829, ../sass/bootstrap/_mixins.scss */
    .col-sm-push-0 {
        left: 0%;
    }

    /* line 829, ../sass/bootstrap/_mixins.scss */
    .col-sm-push-1 {
        left: 8.33333%;
    }

    /* line 829, ../sass/bootstrap/_mixins.scss */
    .col-sm-push-2 {
        left: 16.66667%;
    }

    /* line 829, ../sass/bootstrap/_mixins.scss */
    .col-sm-push-3 {
        left: 25%;
    }

    /* line 829, ../sass/bootstrap/_mixins.scss */
    .col-sm-push-4 {
        left: 33.33333%;
    }

    /* line 829, ../sass/bootstrap/_mixins.scss */
    .col-sm-push-5 {
        left: 41.66667%;
    }

    /* line 829, ../sass/bootstrap/_mixins.scss */
    .col-sm-push-6 {
        left: 50%;
    }

    /* line 829, ../sass/bootstrap/_mixins.scss */
    .col-sm-push-7 {
        left: 58.33333%;
    }

    /* line 829, ../sass/bootstrap/_mixins.scss */
    .col-sm-push-8 {
        left: 66.66667%;
    }

    /* line 829, ../sass/bootstrap/_mixins.scss */
    .col-sm-push-9 {
        left: 75%;
    }

    /* line 829, ../sass/bootstrap/_mixins.scss */
    .col-sm-push-10 {
        left: 83.33333%;
    }

    /* line 829, ../sass/bootstrap/_mixins.scss */
    .col-sm-push-11 {
        left: 91.66667%;
    }

    /* line 829, ../sass/bootstrap/_mixins.scss */
    .col-sm-push-12 {
        left: 100%;
    }

    /* line 839, ../sass/bootstrap/_mixins.scss */
    .col-sm-offset-0 {
        margin-left: 0%;
    }

    /* line 839, ../sass/bootstrap/_mixins.scss */
    .col-sm-offset-1 {
        margin-left: 8.33333%;
    }

    /* line 839, ../sass/bootstrap/_mixins.scss */
    .col-sm-offset-2 {
        margin-left: 16.66667%;
    }

    /* line 839, ../sass/bootstrap/_mixins.scss */
    .col-sm-offset-3 {
        margin-left: 25%;
    }

    /* line 839, ../sass/bootstrap/_mixins.scss */
    .col-sm-offset-4 {
        margin-left: 33.33333%;
    }

    /* line 839, ../sass/bootstrap/_mixins.scss */
    .col-sm-offset-5 {
        margin-left: 41.66667%;
    }

    /* line 839, ../sass/bootstrap/_mixins.scss */
    .col-sm-offset-6 {
        margin-left: 50%;
    }

    /* line 839, ../sass/bootstrap/_mixins.scss */
    .col-sm-offset-7 {
        margin-left: 58.33333%;
    }

    /* line 839, ../sass/bootstrap/_mixins.scss */
    .col-sm-offset-8 {
        margin-left: 66.66667%;
    }

    /* line 839, ../sass/bootstrap/_mixins.scss */
    .col-sm-offset-9 {
        margin-left: 75%;
    }

    /* line 839, ../sass/bootstrap/_mixins.scss */
    .col-sm-offset-10 {
        margin-left: 83.33333%;
    }

    /* line 839, ../sass/bootstrap/_mixins.scss */
    .col-sm-offset-11 {
        margin-left: 91.66667%;
    }

    /* line 839, ../sass/bootstrap/_mixins.scss */
    .col-sm-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 992px) {
    /* line 816, ../sass/bootstrap/_mixins.scss */
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    /* line 824, ../sass/bootstrap/_mixins.scss */
    .col-md-1 {
        width: 8.33333%;
    }

    /* line 824, ../sass/bootstrap/_mixins.scss */
    .col-md-2 {
        width: 16.66667%;
    }

    /* line 824, ../sass/bootstrap/_mixins.scss */
    .col-md-3 {
        width: 25%;
    }

    .footer-copyright .row {
        width: 100%;
        margin-left: 0px;
    }


    /* line 824, ../sass/bootstrap/_mixins.scss */
    .col-md-4 {
        width: 33.33333%;
    }

    /* line 824, ../sass/bootstrap/_mixins.scss */
    .col-md-5 {
        width: 41.66667%;
    }

    /* line 824, ../sass/bootstrap/_mixins.scss */
    .col-md-6 {
        width: 50%;
    }

    /* line 824, ../sass/bootstrap/_mixins.scss */
    .col-md-7 {
        width: 58.33333%;
    }

    /* line 824, ../sass/bootstrap/_mixins.scss */
    .col-md-8 {
        width: 66.66667%;
    }

    /* line 824, ../sass/bootstrap/_mixins.scss */
    .col-md-9 {
        width: 75%;
    }

    /* line 824, ../sass/bootstrap/_mixins.scss */
    .col-md-10 {
        width: 83.33333%;
    }

    /* line 824, ../sass/bootstrap/_mixins.scss */
    .col-md-11 {
        width: 91.66667%;
    }

    /* line 824, ../sass/bootstrap/_mixins.scss */
    .col-md-12 {
        width: 100%;
    }

    /* line 834, ../sass/bootstrap/_mixins.scss */
    .col-md-pull-0 {
        right: 0%;
    }

    /* line 834, ../sass/bootstrap/_mixins.scss */
    .col-md-pull-1 {
        right: 8.33333%;
    }

    /* line 834, ../sass/bootstrap/_mixins.scss */
    .col-md-pull-2 {
        right: 16.66667%;
    }

    /* line 834, ../sass/bootstrap/_mixins.scss */
    .col-md-pull-3 {
        right: 25%;
    }

    /* line 834, ../sass/bootstrap/_mixins.scss */
    .col-md-pull-4 {
        right: 33.33333%;
    }

    /* line 834, ../sass/bootstrap/_mixins.scss */
    .col-md-pull-5 {
        right: 41.66667%;
    }

    /* line 834, ../sass/bootstrap/_mixins.scss */
    .col-md-pull-6 {
        right: 50%;
    }

    /* line 834, ../sass/bootstrap/_mixins.scss */
    .col-md-pull-7 {
        right: 58.33333%;
    }

    /* line 834, ../sass/bootstrap/_mixins.scss */
    .col-md-pull-8 {
        right: 66.66667%;
    }

    /* line 834, ../sass/bootstrap/_mixins.scss */
    .col-md-pull-9 {
        right: 75%;
    }

    /* line 834, ../sass/bootstrap/_mixins.scss */
    .col-md-pull-10 {
        right: 83.33333%;
    }

    /* line 834, ../sass/bootstrap/_mixins.scss */
    .col-md-pull-11 {
        right: 91.66667%;
    }

    /* line 834, ../sass/bootstrap/_mixins.scss */
    .col-md-pull-12 {
        right: 100%;
    }

    /* line 829, ../sass/bootstrap/_mixins.scss */
    .col-md-push-0 {
        left: 0%;
    }

    /* line 829, ../sass/bootstrap/_mixins.scss */
    .col-md-push-1 {
        left: 8.33333%;
    }

    /* line 829, ../sass/bootstrap/_mixins.scss */
    .col-md-push-2 {
        left: 16.66667%;
    }

    /* line 829, ../sass/bootstrap/_mixins.scss */
    .col-md-push-3 {
        left: 25%;
    }

    /* line 829, ../sass/bootstrap/_mixins.scss */
    .col-md-push-4 {
        left: 33.33333%;
    }

    /* line 829, ../sass/bootstrap/_mixins.scss */
    .col-md-push-5 {
        left: 41.66667%;
    }

    /* line 829, ../sass/bootstrap/_mixins.scss */
    .col-md-push-6 {
        left: 50%;
    }

    /* line 829, ../sass/bootstrap/_mixins.scss */
    .col-md-push-7 {
        left: 58.33333%;
    }

    /* line 829, ../sass/bootstrap/_mixins.scss */
    .col-md-push-8 {
        left: 66.66667%;
    }

    /* line 829, ../sass/bootstrap/_mixins.scss */
    .col-md-push-9 {
        left: 75%;
    }

    /* line 829, ../sass/bootstrap/_mixins.scss */
    .col-md-push-10 {
        left: 83.33333%;
    }

    /* line 829, ../sass/bootstrap/_mixins.scss */
    .col-md-push-11 {
        left: 91.66667%;
    }

    /* line 829, ../sass/bootstrap/_mixins.scss */
    .col-md-push-12 {
        left: 100%;
    }

    /* line 839, ../sass/bootstrap/_mixins.scss */
    .col-md-offset-0 {
        margin-left: 0%;
    }

    /* line 839, ../sass/bootstrap/_mixins.scss */
    .col-md-offset-1 {
        margin-left: 8.33333%;
    }

    /* line 839, ../sass/bootstrap/_mixins.scss */
    .col-md-offset-2 {
        margin-left: 16.66667%;
    }

    /* line 839, ../sass/bootstrap/_mixins.scss */
    .col-md-offset-3 {
        margin-left: 25%;
    }

    /* line 839, ../sass/bootstrap/_mixins.scss */
    .col-md-offset-4 {
        margin-left: 33.33333%;
    }

    /* line 839, ../sass/bootstrap/_mixins.scss */
    .col-md-offset-5 {
        margin-left: 41.66667%;
    }

    /* line 839, ../sass/bootstrap/_mixins.scss */
    .col-md-offset-6 {
        margin-left: 50%;
    }

    /* line 839, ../sass/bootstrap/_mixins.scss */
    .col-md-offset-7 {
        margin-left: 58.33333%;
    }

    /* line 839, ../sass/bootstrap/_mixins.scss */
    .col-md-offset-8 {
        margin-left: 66.66667%;
    }

    /* line 839, ../sass/bootstrap/_mixins.scss */
    .col-md-offset-9 {
        margin-left: 75%;
    }

    /* line 839, ../sass/bootstrap/_mixins.scss */
    .col-md-offset-10 {
        margin-left: 83.33333%;
    }

    /* line 839, ../sass/bootstrap/_mixins.scss */
    .col-md-offset-11 {
        margin-left: 91.66667%;
    }

    /* line 839, ../sass/bootstrap/_mixins.scss */
    .col-md-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 1200px) {
    /* line 816, ../sass/bootstrap/_mixins.scss */
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    /* line 824, ../sass/bootstrap/_mixins.scss */
    .col-lg-1 {
        width: 8.33333%;
    }

    /* line 824, ../sass/bootstrap/_mixins.scss */
    .col-lg-2 {
        width: 16.66667%;
    }

    /* line 824, ../sass/bootstrap/_mixins.scss */
    .col-lg-3 {
        width: 25%;
    }

    /* line 824, ../sass/bootstrap/_mixins.scss */
    .col-lg-4 {
        width: 33.33333%;
    }

    /* line 824, ../sass/bootstrap/_mixins.scss */
    .col-lg-5 {
        width: 41.66667%;
    }

    /* line 824, ../sass/bootstrap/_mixins.scss */
    .col-lg-6 {
        width: 50%;
    }

    /* line 824, ../sass/bootstrap/_mixins.scss */
    .col-lg-7 {
        width: 58.33333%;
    }

    /* line 824, ../sass/bootstrap/_mixins.scss */
    .col-lg-8 {
        width: 66.66667%;
    }

    /* line 824, ../sass/bootstrap/_mixins.scss */
    .col-lg-9 {
        width: 75%;
    }

    /* line 824, ../sass/bootstrap/_mixins.scss */
    .col-lg-10 {
        width: 83.33333%;
    }

    /* line 824, ../sass/bootstrap/_mixins.scss */
    .col-lg-11 {
        width: 91.66667%;
    }

    /* line 824, ../sass/bootstrap/_mixins.scss */
    .col-lg-12 {
        width: 100%;
    }

    /* line 834, ../sass/bootstrap/_mixins.scss */
    .col-lg-pull-0 {
        right: 0%;
    }

    /* line 834, ../sass/bootstrap/_mixins.scss */
    .col-lg-pull-1 {
        right: 8.33333%;
    }

    /* line 834, ../sass/bootstrap/_mixins.scss */
    .col-lg-pull-2 {
        right: 16.66667%;
    }

    /* line 834, ../sass/bootstrap/_mixins.scss */
    .col-lg-pull-3 {
        right: 25%;
    }

    /* line 834, ../sass/bootstrap/_mixins.scss */
    .col-lg-pull-4 {
        right: 33.33333%;
    }

    /* line 834, ../sass/bootstrap/_mixins.scss */
    .col-lg-pull-5 {
        right: 41.66667%;
    }

    /* line 834, ../sass/bootstrap/_mixins.scss */
    .col-lg-pull-6 {
        right: 50%;
    }

    /* line 834, ../sass/bootstrap/_mixins.scss */
    .col-lg-pull-7 {
        right: 58.33333%;
    }

    /* line 834, ../sass/bootstrap/_mixins.scss */
    .col-lg-pull-8 {
        right: 66.66667%;
    }

    /* line 834, ../sass/bootstrap/_mixins.scss */
    .col-lg-pull-9 {
        right: 75%;
    }

    /* line 834, ../sass/bootstrap/_mixins.scss */
    .col-lg-pull-10 {
        right: 83.33333%;
    }

    /* line 834, ../sass/bootstrap/_mixins.scss */
    .col-lg-pull-11 {
        right: 91.66667%;
    }

    /* line 834, ../sass/bootstrap/_mixins.scss */
    .col-lg-pull-12 {
        right: 100%;
    }

    /* line 829, ../sass/bootstrap/_mixins.scss */
    .col-lg-push-0 {
        left: 0%;
    }

    /* line 829, ../sass/bootstrap/_mixins.scss */
    .col-lg-push-1 {
        left: 8.33333%;
    }

    /* line 829, ../sass/bootstrap/_mixins.scss */
    .col-lg-push-2 {
        left: 16.66667%;
    }

    /* line 829, ../sass/bootstrap/_mixins.scss */
    .col-lg-push-3 {
        left: 25%;
    }

    /* line 829, ../sass/bootstrap/_mixins.scss */
    .col-lg-push-4 {
        left: 33.33333%;
    }

    /* line 829, ../sass/bootstrap/_mixins.scss */
    .col-lg-push-5 {
        left: 41.66667%;
    }

    /* line 829, ../sass/bootstrap/_mixins.scss */
    .col-lg-push-6 {
        left: 50%;
    }

    /* line 829, ../sass/bootstrap/_mixins.scss */
    .col-lg-push-7 {
        left: 58.33333%;
    }

    /* line 829, ../sass/bootstrap/_mixins.scss */
    .col-lg-push-8 {
        left: 66.66667%;
    }

    /* line 829, ../sass/bootstrap/_mixins.scss */
    .col-lg-push-9 {
        left: 75%;
    }

    /* line 829, ../sass/bootstrap/_mixins.scss */
    .col-lg-push-10 {
        left: 83.33333%;
    }

    /* line 829, ../sass/bootstrap/_mixins.scss */
    .col-lg-push-11 {
        left: 91.66667%;
    }

    /* line 829, ../sass/bootstrap/_mixins.scss */
    .col-lg-push-12 {
        left: 100%;
    }

    /* line 839, ../sass/bootstrap/_mixins.scss */
    .col-lg-offset-0 {
        margin-left: 0%;
    }

    /* line 839, ../sass/bootstrap/_mixins.scss */
    .col-lg-offset-1 {
        margin-left: 8.33333%;
    }

    /* line 839, ../sass/bootstrap/_mixins.scss */
    .col-lg-offset-2 {
        margin-left: 16.66667%;
    }

    /* line 839, ../sass/bootstrap/_mixins.scss */
    .col-lg-offset-3 {
        margin-left: 25%;
    }

    /* line 839, ../sass/bootstrap/_mixins.scss */
    .col-lg-offset-4 {
        margin-left: 33.33333%;
    }

    /* line 839, ../sass/bootstrap/_mixins.scss */
    .col-lg-offset-5 {
        margin-left: 41.66667%;
    }

    /* line 839, ../sass/bootstrap/_mixins.scss */
    .col-lg-offset-6 {
        margin-left: 50%;
    }

    /* line 839, ../sass/bootstrap/_mixins.scss */
    .col-lg-offset-7 {
        margin-left: 58.33333%;
    }

    /* line 839, ../sass/bootstrap/_mixins.scss */
    .col-lg-offset-8 {
        margin-left: 66.66667%;
    }

    /* line 839, ../sass/bootstrap/_mixins.scss */
    .col-lg-offset-9 {
        margin-left: 75%;
    }

    /* line 839, ../sass/bootstrap/_mixins.scss */
    .col-lg-offset-10 {
        margin-left: 83.33333%;
    }

    /* line 839, ../sass/bootstrap/_mixins.scss */
    .col-lg-offset-11 {
        margin-left: 91.66667%;
    }

    /* line 839, ../sass/bootstrap/_mixins.scss */
    .col-lg-offset-12 {
        margin-left: 100%;
    }
}

/* line 108, ../sass/bootstrap/_grid.scss */
.col-xs-2-4,
.col-xs-4-8,
.col-xs-7-2,
.col-xs-9-6,
.col-sm-2-4,
.col-sm-4-8,
.col-sm-7-2,
.col-sm-9-6,
.col-md-2-4,
.col-md-4-8,
.col-md-7-2,
.col-md-9-6,
.col-lg-2-4,
.col-lg-4-8,
.col-lg-7-2,
.col-lg-9-6 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width: 480px) {
    /* line 120, ../sass/bootstrap/_grid.scss */
    .col-sp-2-4, .col-sp-4-8,
    .col-sp-7-2, .col-sp-9-6 {
        float: left;
    }

    /* line 122, ../sass/bootstrap/_grid.scss */
    .hidden-sp {
        display: none!important;
    }

    /* line 816, ../sass/bootstrap/_mixins.scss */
    .col-sp-1, .col-sp-2, .col-sp-3, .col-sp-4, .col-sp-5, .col-sp-6, .col-sp-7, .col-sp-8, .col-sp-9, .col-sp-10, .col-sp-11, .col-sp-12 {
        float: left;
    }

    /* line 824, ../sass/bootstrap/_mixins.scss */
    .col-sp-1 {
        width: 8.33333%;
    }

    /* line 824, ../sass/bootstrap/_mixins.scss */
    .col-sp-2 {
        width: 16.66667%;
    }

    /* line 824, ../sass/bootstrap/_mixins.scss */
    .col-sp-3 {
        width: 25%;
    }

    /* line 824, ../sass/bootstrap/_mixins.scss */
    .col-sp-4 {
        width: 33.33333%;
    }

    /* line 824, ../sass/bootstrap/_mixins.scss */
    .col-sp-5 {
        width: 41.66667%;
    }

    /* line 824, ../sass/bootstrap/_mixins.scss */
    .col-sp-6 {
        width: 50%;
    }

    /* line 824, ../sass/bootstrap/_mixins.scss */
    .col-sp-7 {
        width: 58.33333%;
    }

    /* line 824, ../sass/bootstrap/_mixins.scss */
    .col-sp-8 {
        width: 66.66667%;
    }

    /* line 824, ../sass/bootstrap/_mixins.scss */
    .col-sp-9 {
        width: 75%;
    }

    /* line 824, ../sass/bootstrap/_mixins.scss */
    .col-sp-10 {
        width: 83.33333%;
    }

    /* line 824, ../sass/bootstrap/_mixins.scss */
    .col-sp-11 {
        width: 91.66667%;
    }

    /* line 824, ../sass/bootstrap/_mixins.scss */
    .col-sp-12 {
        width: 100%;
    }

    /* line 834, ../sass/bootstrap/_mixins.scss */
    .col-sp-pull-0 {
        right: 0%;
    }

    /* line 834, ../sass/bootstrap/_mixins.scss */
    .col-sp-pull-1 {
        right: 8.33333%;
    }

    /* line 834, ../sass/bootstrap/_mixins.scss */
    .col-sp-pull-2 {
        right: 16.66667%;
    }

    /* line 834, ../sass/bootstrap/_mixins.scss */
    .col-sp-pull-3 {
        right: 25%;
    }

    /* line 834, ../sass/bootstrap/_mixins.scss */
    .col-sp-pull-4 {
        right: 33.33333%;
    }

    /* line 834, ../sass/bootstrap/_mixins.scss */
    .col-sp-pull-5 {
        right: 41.66667%;
    }

    /* line 834, ../sass/bootstrap/_mixins.scss */
    .col-sp-pull-6 {
        right: 50%;
    }

    /* line 834, ../sass/bootstrap/_mixins.scss */
    .col-sp-pull-7 {
        right: 58.33333%;
    }

    /* line 834, ../sass/bootstrap/_mixins.scss */
    .col-sp-pull-8 {
        right: 66.66667%;
    }

    /* line 834, ../sass/bootstrap/_mixins.scss */
    .col-sp-pull-9 {
        right: 75%;
    }

    /* line 834, ../sass/bootstrap/_mixins.scss */
    .col-sp-pull-10 {
        right: 83.33333%;
    }

    /* line 834, ../sass/bootstrap/_mixins.scss */
    .col-sp-pull-11 {
        right: 91.66667%;
    }

    /* line 834, ../sass/bootstrap/_mixins.scss */
    .col-sp-pull-12 {
        right: 100%;
    }

    /* line 829, ../sass/bootstrap/_mixins.scss */
    .col-sp-push-0 {
        left: 0%;
    }

    /* line 829, ../sass/bootstrap/_mixins.scss */
    .col-sp-push-1 {
        left: 8.33333%;
    }

    /* line 829, ../sass/bootstrap/_mixins.scss */
    .col-sp-push-2 {
        left: 16.66667%;
    }

    /* line 829, ../sass/bootstrap/_mixins.scss */
    .col-sp-push-3 {
        left: 25%;
    }

    /* line 829, ../sass/bootstrap/_mixins.scss */
    .col-sp-push-4 {
        left: 33.33333%;
    }

    /* line 829, ../sass/bootstrap/_mixins.scss */
    .col-sp-push-5 {
        left: 41.66667%;
    }

    /* line 829, ../sass/bootstrap/_mixins.scss */
    .col-sp-push-6 {
        left: 50%;
    }

    /* line 829, ../sass/bootstrap/_mixins.scss */
    .col-sp-push-7 {
        left: 58.33333%;
    }

    /* line 829, ../sass/bootstrap/_mixins.scss */
    .col-sp-push-8 {
        left: 66.66667%;
    }

    /* line 829, ../sass/bootstrap/_mixins.scss */
    .col-sp-push-9 {
        left: 75%;
    }

    /* line 829, ../sass/bootstrap/_mixins.scss */
    .col-sp-push-10 {
        left: 83.33333%;
    }

    /* line 829, ../sass/bootstrap/_mixins.scss */
    .col-sp-push-11 {
        left: 91.66667%;
    }

    /* line 829, ../sass/bootstrap/_mixins.scss */
    .col-sp-push-12 {
        left: 100%;
    }

    /* line 839, ../sass/bootstrap/_mixins.scss */
    .col-sp-offset-0 {
        margin-left: 0%;
    }

    /* line 839, ../sass/bootstrap/_mixins.scss */
    .col-sp-offset-1 {
        margin-left: 8.33333%;
    }

    /* line 839, ../sass/bootstrap/_mixins.scss */
    .col-sp-offset-2 {
        margin-left: 16.66667%;
    }

    /* line 839, ../sass/bootstrap/_mixins.scss */
    .col-sp-offset-3 {
        margin-left: 25%;
    }

    /* line 839, ../sass/bootstrap/_mixins.scss */
    .col-sp-offset-4 {
        margin-left: 33.33333%;
    }

    /* line 839, ../sass/bootstrap/_mixins.scss */
    .col-sp-offset-5 {
        margin-left: 41.66667%;
    }

    /* line 839, ../sass/bootstrap/_mixins.scss */
    .col-sp-offset-6 {
        margin-left: 50%;
    }

    /* line 839, ../sass/bootstrap/_mixins.scss */
    .col-sp-offset-7 {
        margin-left: 58.33333%;
    }

    /* line 839, ../sass/bootstrap/_mixins.scss */
    .col-sp-offset-8 {
        margin-left: 66.66667%;
    }

    /* line 839, ../sass/bootstrap/_mixins.scss */
    .col-sp-offset-9 {
        margin-left: 75%;
    }

    /* line 839, ../sass/bootstrap/_mixins.scss */
    .col-sp-offset-10 {
        margin-left: 83.33333%;
    }

    /* line 839, ../sass/bootstrap/_mixins.scss */
    .col-sp-offset-11 {
        margin-left: 91.66667%;
    }

    /* line 839, ../sass/bootstrap/_mixins.scss */
    .col-sp-offset-12 {
        margin-left: 100%;
    }

    /* line 126, ../sass/bootstrap/_grid.scss */
    .col-sp-7-2 {
        width: 60%;
    }

    /* line 127, ../sass/bootstrap/_grid.scss */
    .col-sp-4-8 {
        width: 40%;
    }

    /* line 128, ../sass/bootstrap/_grid.scss */
    .col-sp-2-4 {
        width: 20%;
    }

    /* line 129, ../sass/bootstrap/_grid.scss */
    .col-sp-9-6 {
        width: 80%;
    }
}

@media (max-width: 768px) and (min-width: 481px) {
    /* line 134, ../sass/bootstrap/_grid.scss */
    .col-xs-2-4, .col-xs-4-8,
    .col-xs-7-2, .col-xs-9-6 {
        float: left;
    }

    /* line 136, ../sass/bootstrap/_grid.scss */
    .col-xs-2-4 {
        width: 20%;
    }

    /* line 137, ../sass/bootstrap/_grid.scss */
    .col-xs-4-8 {
        width: 40%;
    }

    /* line 138, ../sass/bootstrap/_grid.scss */
    .col-xs-7-2 {
        width: 60%;
    }

    /* line 139, ../sass/bootstrap/_grid.scss */
    .col-xs-9-6 {
        width: 80%;
    }
}

@media (min-width: 768px) {
    /* line 144, ../sass/bootstrap/_grid.scss */
    .col-sm-2-4, .col-sm-4-8,
    .col-sm-7-2, .col-sm-9-6 {
        float: left;
    }

    /* line 146, ../sass/bootstrap/_grid.scss */
    .col-sm-2-4 {
        width: 20%;
    }

    /* line 147, ../sass/bootstrap/_grid.scss */
    .col-sm-4-8 {
        width: 40%;
    }

    /* line 148, ../sass/bootstrap/_grid.scss */
    .col-sm-7-2 {
        width: 60%;
    }

    /* line 149, ../sass/bootstrap/_grid.scss */
    .col-sm-9-6 {
        width: 80%;
    }
}

@media (min-width: 992px) {
    /* line 154, ../sass/bootstrap/_grid.scss */
    .col-md-2-4, .col-md-4-8,
    .col-md-7-2, .col-md-9-6 {
        float: left;
    }

    /* line 156, ../sass/bootstrap/_grid.scss */
    .col-md-2-4 {
        width: 20%;
    }

    /* line 157, ../sass/bootstrap/_grid.scss */
    .col-md-4-8 {
        width: 40%;
    }

    /* line 158, ../sass/bootstrap/_grid.scss */
    .col-md-7-2 {
        width: 60%;
    }

    /* line 159, ../sass/bootstrap/_grid.scss */
    .col-md-9-6 {
        width: 80%;
    }
}

@media (min-width: 1200px) {
    /* line 165, ../sass/bootstrap/_grid.scss */
    .col-lg-2-4, .col-lg-4-8,
    .col-lg-7-2, .col-lg-9-6 {
        float: left;
    }

    /* line 167, ../sass/bootstrap/_grid.scss */
    .col-lg-2-4 {
        width: 20%;
    }

    /* line 168, ../sass/bootstrap/_grid.scss */
    .col-lg-4-8 {
        width: 40%;
    }

    /* line 169, ../sass/bootstrap/_grid.scss */
    .col-lg-7-2 {
        width: 60%;
    }

    /* line 170, ../sass/bootstrap/_grid.scss */
    .col-lg-9-6 {
        width: 80%;
    }
}

/* line 6, ../sass/bootstrap/_tables.scss */
table {
    max-width: 100%;
    background-color: transparent;
}

/* line 10, ../sass/bootstrap/_tables.scss */
th {
    text-align: left;
    font-weight: normal;
}

/* line 18, ../sass/bootstrap/_tables.scss */
.table {
    width: 100%;
    margin-bottom: 22px;
}

/* line 27, ../sass/bootstrap/_tables.scss */
.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: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #dddddd;
}

/* line 36, ../sass/bootstrap/_tables.scss */
.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #dddddd;
    font-family: 'AvenirRoman';
    color: #333;
}

/* line 48, ../sass/bootstrap/_tables.scss */
.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;
}

/* line 54, ../sass/bootstrap/_tables.scss */
.table > tbody + tbody {
    border-top: 2px solid #dddddd;
}

/* line 59, ../sass/bootstrap/_tables.scss */
.table .table {
    background-color: white;
}

/* line 73, ../sass/bootstrap/_tables.scss */
.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: 5px;
}

/* line 85, ../sass/bootstrap/_tables.scss */
.table-bordered {
    border: 1px solid #dddddd;
}

/* line 92, ../sass/bootstrap/_tables.scss */
.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 #dddddd;
}

/* line 99, ../sass/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}

/* line 113, ../sass/bootstrap/_tables.scss */
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9;
}

/* line 127, ../sass/bootstrap/_tables.scss */
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background-color: whitesmoke;
}

/* line 138, ../sass/bootstrap/_tables.scss */
table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}

/* line 146, ../sass/bootstrap/_tables.scss */
table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}

/* line 449, ../sass/bootstrap/_mixins.scss */
.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
    background-color: whitesmoke;
}

/* line 460, ../sass/bootstrap/_mixins.scss */
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}

/* line 449, ../sass/bootstrap/_mixins.scss */
.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
}

/* line 460, ../sass/bootstrap/_mixins.scss */
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}

/* line 449, ../sass/bootstrap/_mixins.scss */
.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
    background-color: #d9edf7;
}

/* line 460, ../sass/bootstrap/_mixins.scss */
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}

/* line 449, ../sass/bootstrap/_mixins.scss */
.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}

/* line 460, ../sass/bootstrap/_mixins.scss */
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}

/* line 449, ../sass/bootstrap/_mixins.scss */
.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
}

/* line 460, ../sass/bootstrap/_mixins.scss */
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}

@media (max-width: 767px) {
    /* line 175, ../sass/bootstrap/_tables.scss */
    .table-responsive {
        width: 100%;
        margin-bottom: 16.5px;
        overflow-y: hidden;
        overflow-x: scroll;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #dddddd;
        -webkit-overflow-scrolling: touch;
    }

    /* line 185, ../sass/bootstrap/_tables.scss */
    .table-responsive > .table {
        margin-bottom: 0;
    }

    /* line 194, ../sass/bootstrap/_tables.scss */
    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > tfoot > tr > td {
        /* white-space: nowrap;*/
    }

    /* line 202, ../sass/bootstrap/_tables.scss */
    .table-responsive > .table-bordered {
        border: 0;
    }

    /* line 211, ../sass/bootstrap/_tables.scss */
    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }

    /* line 215, ../sass/bootstrap/_tables.scss */
    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }

    /* line 228, ../sass/bootstrap/_tables.scss */
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }


    .image_lb_1 img, .image_lb_2 img, .image_lb_3 img, .image_lb_4 img, .image_lb_5 img, .image_lb_6 img, .image_lb_7 img, .image_lb_8 img, .image_lb_9 img, .image_lb_10 img {
        margin: auto;
        padding-top: 15px;
        width: 68%;
    }

    .p_intagarm, .p_intagarm2, .p_intagarm3 {
        height: auto !important;
        margin-bottom: 15px;
        width: 68%;
        margin-left: auto;
        margin-right: auto;
    }


    .deux_colonne_mobile .rte {
        display: block !important;
    }

    .p_colonne3 {
        width: 100% !important;
        padding-right: 0px !important;
    }

    .p_colonne_3 {
        width: 100% !important;
        padding-left: 0px !important;
    }

    .titre_intagram {
        width: 68%;
        margin: auto;
    }

    .first_in_lookbook {
        width: 95%;
        margin: auto;
    }
}

@media (max-width: 500px) {
    .p_intagarm, .p_intagarm2, .p_intagarm3, .titre_intagram, .image_lb_1 img, .image_lb_2 img, .image_lb_3 img, .image_lb_4 img, .image_lb_5 img, .image_lb_6 img, .image_lb_7 img, .image_lb_8 img, .image_lb_9 img, .image_lb_10 img {
        width: 100% !important;
    }
}

/* line 10, ../sass/bootstrap/_forms.scss */
fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

/* line 20, ../sass/bootstrap/_forms.scss */
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 22px;
    font-size: 24px;
    line-height: inherit;
    color: #838383;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

/* line 32, ../sass/bootstrap/_forms.scss */
label {
    display: inline-block;
    margin-bottom: 5px;
    font-family: 'AvenirLight';
    color: #494b4b !important;
}

/* line 46, ../sass/bootstrap/_forms.scss */
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* line 52, ../sass/bootstrap/_forms.scss */
input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    /* IE8-9 */
    line-height: normal;
}

/* line 59, ../sass/bootstrap/_forms.scss */
input[type="file"] {
    display: block;
}

/* line 64, ../sass/bootstrap/_forms.scss */
input[type="range"] {
    display: block;
    width: 100%;
}

/* line 71, ../sass/bootstrap/_forms.scss */
select[multiple],
select[size] {
    height: auto;
}

/* line 78, ../sass/bootstrap/_forms.scss */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

/* line 83, ../sass/bootstrap/_forms.scss */
output {
    display: block;
    padding-top: 7px;
    font-size: 16px;
    line-height: 1.42857;
    color: #555555;
}

/* line 114, ../sass/bootstrap/_forms.scss */
.form-control {
    display: block;
    width: 100%;
    height: 36px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857;
    color: #555555;
    background-color: white;
    background-image: none;
    border: 1px solid #494b4b;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

/* line 914, ../sass/bootstrap/_mixins.scss */
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* line 57, ../sass/bootstrap/_mixins.scss */
.form-control::-moz-placeholder {
    color: #999999;
    opacity: 1;
}

/* line 59, ../sass/bootstrap/_mixins.scss */
.form-control:-ms-input-placeholder {
    color: #999999;
}

/* line 60, ../sass/bootstrap/_mixins.scss */
.form-control::-webkit-input-placeholder {
    color: #999999;
}

/* line 142, ../sass/bootstrap/_forms.scss */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eeeeee;
    opacity: 1;
}

/* line 152, ../sass/bootstrap/_forms.scss */
textarea.form-control {
    height: auto;
}

/* line 164, ../sass/bootstrap/_forms.scss */
input[type="search"] {
    -webkit-appearance: none;
}

/* line 174, ../sass/bootstrap/_forms.scss */
input[type="date"] {
    line-height: 36px;
}

/* line 184, ../sass/bootstrap/_forms.scss */
.form-group {
    margin-bottom: 15px;
}

/* line 194, ../sass/bootstrap/_forms.scss */
.radio,
.checkbox {
    display: block;
    min-height: 22px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
}

/* line 200, ../sass/bootstrap/_forms.scss */
.radio label,
.checkbox label {
    display: inline;
    font-weight: normal;
    cursor: pointer;
}

/* line 209, ../sass/bootstrap/_forms.scss */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    float: left;
    margin-left: -20px;
}

/* line 214, ../sass/bootstrap/_forms.scss */
.radio + .radio,
.checkbox + .checkbox {
    margin-top: -5px;
}

/* line 220, ../sass/bootstrap/_forms.scss */
.radio-inline,
.checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

/* line 229, ../sass/bootstrap/_forms.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}

/* line 244, ../sass/bootstrap/_forms.scss */
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;
}

/* line 929, ../sass/bootstrap/_mixins.scss */
.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 33px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
}

/* line 937, ../sass/bootstrap/_mixins.scss */
select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
    height: 33px;
    line-height: 33px;
}

/* line 943, ../sass/bootstrap/_mixins.scss */
textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
    height: auto;
}

/* line 929, ../sass/bootstrap/_mixins.scss */
.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 49px;
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.33;
    border-radius: 6px;
}

/* line 937, ../sass/bootstrap/_mixins.scss */
select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
    height: 49px;
    line-height: 49px;
}

/* line 943, ../sass/bootstrap/_mixins.scss */
textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
    height: auto;
}

/* line 264, ../sass/bootstrap/_forms.scss */
.has-feedback {
    position: relative;
}

/* line 269, ../sass/bootstrap/_forms.scss */
.has-feedback .form-control {
    padding-right: 45px;
}

/* line 274, ../sass/bootstrap/_forms.scss */
.has-feedback .form-control-feedback {
    position: absolute;
    top: 27px;
    right: 0;
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
}

/* line 874, ../sass/bootstrap/_mixins.scss */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
    color: #3c763d;
}

/* line 878, ../sass/bootstrap/_mixins.scss */
.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 881, ../sass/bootstrap/_mixins.scss */
.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

/* line 888, ../sass/bootstrap/_mixins.scss */
.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}

/* line 894, ../sass/bootstrap/_mixins.scss */
.has-success .form-control-feedback {
    color: #3c763d;
}

/* line 874, ../sass/bootstrap/_mixins.scss */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
    color: #8a6d3b;
}

/* line 878, ../sass/bootstrap/_mixins.scss */
.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 881, ../sass/bootstrap/_mixins.scss */
.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

/* line 888, ../sass/bootstrap/_mixins.scss */
.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}

/* line 894, ../sass/bootstrap/_mixins.scss */
.has-warning .form-control-feedback {
    color: #8a6d3b;
}

/* line 874, ../sass/bootstrap/_mixins.scss */
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
    color: #a94442;
}

/* line 878, ../sass/bootstrap/_mixins.scss */
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 881, ../sass/bootstrap/_mixins.scss */
.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

/* line 888, ../sass/bootstrap/_mixins.scss */
.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}

/* line 894, ../sass/bootstrap/_mixins.scss */
.has-error .form-control-feedback {
    color: #a94442;
}

/* line 303, ../sass/bootstrap/_forms.scss */
.form-control-static {
    margin-bottom: 0;
}

/* line 313, ../sass/bootstrap/_forms.scss */
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #c3c3c3;
}

@media (min-width: 768px) {
    /* line 338, ../sass/bootstrap/_forms.scss */
    .form-inline .form-group, .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    /* line 345, ../sass/bootstrap/_forms.scss */
    .form-inline .form-control, .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    /* line 351, ../sass/bootstrap/_forms.scss */
    .form-inline .input-group > .form-control, .navbar-form .input-group > .form-control {
        width: 100%;
    }

    /* line 355, ../sass/bootstrap/_forms.scss */
    .form-inline .control-label, .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    /* line 364, ../sass/bootstrap/_forms.scss */
    .form-inline .radio, .navbar-form .radio,
    .form-inline .checkbox,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
        vertical-align: middle;
    }

    /* line 372, ../sass/bootstrap/_forms.scss */
    .form-inline .radio input[type="radio"], .navbar-form .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"],
    .navbar-form .checkbox input[type="checkbox"] {
        float: none;
        margin-left: 0;
    }

    /* line 381, ../sass/bootstrap/_forms.scss */
    .form-inline .has-feedback .form-control-feedback, .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

/* line 400, ../sass/bootstrap/_forms.scss */
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

/* line 408, ../sass/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 29px;
}

/* line 413, ../sass/bootstrap/_forms.scss */
.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}

/* line 21, ../sass/bootstrap/_mixins.scss */
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table;
}

/* line 25, ../sass/bootstrap/_mixins.scss */
.form-horizontal .form-group:after {
    clear: both;
}

/* line 417, ../sass/bootstrap/_forms.scss */
.form-horizontal .form-control-static {
    padding-top: 7px;
}

@media (min-width: 768px) {
    /* line 423, ../sass/bootstrap/_forms.scss */
    .form-horizontal .control-label {
        text-align: right;
    }
}

/* line 432, ../sass/bootstrap/_forms.scss */
.form-horizontal .has-feedback .form-control-feedback {
    top: 0;
    right: 15px;
}

/* line 9, ../sass/bootstrap/_buttons.scss */
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 0;
}

/* line 31, ../sass/bootstrap/_buttons.scss */
.btn:hover, .btn:focus {
    color: #fff;
    background: #f1823c;
}

/* line 37, ../sass/bootstrap/_buttons.scss */
.btn:active, .btn.active {
    outline: 0;
    background-image: none;
}

/* line 44, ../sass/bootstrap/_buttons.scss */
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* line 56, ../sass/bootstrap/_buttons.scss */
.btn-default {
    color: #333333;
    background-color: white;
    border-color: #cccccc;
}

/* line 507, ../sass/bootstrap/_mixins.scss */
.btn-default:hover, .btn-default:focus, .btn-default.active {
    color: #fff;
    background-color: #9BC4C3;
    border-color: #9BC4C3;
}

/* line 512, ../sass/bootstrap/_mixins.scss */
.open .btn-default.dropdown-toggle {
    color: #333333;
    background-color: #ebebeb;
    border-color: #adadad;
}

/* line 518, ../sass/bootstrap/_mixins.scss */
.btn-default:active, .btn-default.active {
    background-image: none;
}

/* line 521, ../sass/bootstrap/_mixins.scss */
.open .btn-default.dropdown-toggle {
    background-image: none;
}

/* line 531, ../sass/bootstrap/_mixins.scss */
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
    background-color: white;
    border-color: #cccccc;
}

/* line 537, ../sass/bootstrap/_mixins.scss */
.btn-default .badge {
    color: white;
    background-color: #333333;
}

/* line 59, ../sass/bootstrap/_buttons.scss */
.btn-primary {
    color: white;
    background-color: #428bca;
    border-color: #357ebd;
}

/* line 507, ../sass/bootstrap/_mixins.scss */
.btn-primary:hover, .btn-primary:focus, .btn-primary.active {
    color: #fff;
    background-color: #f1823c;
    border-color: #f1823c;
}

/* line 512, ../sass/bootstrap/_mixins.scss */
.open .btn-primary.dropdown-toggle {
    color: white;
    background-color: #3276b1;
    border-color: #285e8e;
}

/* line 518, ../sass/bootstrap/_mixins.scss */
.btn-primary:active, .btn-primary.active {
    background-image: none;
}

/* line 521, ../sass/bootstrap/_mixins.scss */
.open .btn-primary.dropdown-toggle {
    background-image: none;
}

/* line 531, ../sass/bootstrap/_mixins.scss */
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
    background-color: #428bca;
    border-color: #357ebd;
}

/* line 537, ../sass/bootstrap/_mixins.scss */
.btn-primary .badge {
    color: #428bca;
    background-color: white;
}

/* line 63, ../sass/bootstrap/_buttons.scss */
.btn-success {
    color: white;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

/* line 507, ../sass/bootstrap/_mixins.scss */
.btn-success:hover, .btn-success:focus, .btn-success.active {
    color: #fff;
    background-color: #f1823c;
    border-color: #f1823c;
}

/* line 512, ../sass/bootstrap/_mixins.scss */
.open .btn-success.dropdown-toggle {
    color: white;
    background-color: #47a447;
    border-color: #398439;
}

/* line 518, ../sass/bootstrap/_mixins.scss */
.btn-success:active, .btn-success.active {
    background-image: none;
}

/* line 521, ../sass/bootstrap/_mixins.scss */
.open .btn-success.dropdown-toggle {
    background-image: none;
}

/* line 531, ../sass/bootstrap/_mixins.scss */
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c;
}

/* line 537, ../sass/bootstrap/_mixins.scss */
.btn-success .badge {
    color: #5cb85c;
    background-color: white;
}

/* line 67, ../sass/bootstrap/_buttons.scss */
.btn-info {
    color: white;
    background-color: #5bc0de;
    border-color: #46b8da;
}

/* line 507, ../sass/bootstrap/_mixins.scss */
.btn-info:hover, .btn-info:focus, .btn-info.active {
    color: #fff;
    background-color: #f1823c;
    border-color: #f1823c;
}

/* line 512, ../sass/bootstrap/_mixins.scss */
.open .btn-info.dropdown-toggle {
    color: white;
    background-color: #39b3d7;
    border-color: #269abc;
}

/* line 518, ../sass/bootstrap/_mixins.scss */
.btn-info:active, .btn-info.active {
    background-image: none;
}

/* line 521, ../sass/bootstrap/_mixins.scss */
.open .btn-info.dropdown-toggle {
    background-image: none;
}

/* line 531, ../sass/bootstrap/_mixins.scss */
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da;
}

/* line 537, ../sass/bootstrap/_mixins.scss */
.btn-info .badge {
    color: #5bc0de;
    background-color: white;
}

/* line 71, ../sass/bootstrap/_buttons.scss */
.btn-warning {
    color: white;
    background-color: #9BC4C3;
    border-color: #9BC4C3;
}

/* line 507, ../sass/bootstrap/_mixins.scss */
.btn-warning:hover, .btn-warning:focus, .btn-warning.active {
    color: #fff;
    background-color: #9BC4C3;
    border-color: #9BC4C3;
}

/* line 512, ../sass/bootstrap/_mixins.scss */
.open .btn-warning.dropdown-toggle {
    color: white;
    background-color: #ed9c28;
    border-color: #d58512;
}

/* line 518, ../sass/bootstrap/_mixins.scss */
.btn-warning:active, .btn-warning.active {
    background-image: none;
}

/* line 521, ../sass/bootstrap/_mixins.scss */
.open .btn-warning.dropdown-toggle {
    background-image: none;
}

/* line 531, ../sass/bootstrap/_mixins.scss */
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236;
}

/* line 537, ../sass/bootstrap/_mixins.scss */
.btn-warning .badge {
    color: #f0ad4e;
    background-color: white;
}

/* line 75, ../sass/bootstrap/_buttons.scss */
.btn-danger {
    color: white;
    background-color: #d9534f;
    border-color: #d43f3a;
}

/* line 507, ../sass/bootstrap/_mixins.scss */
.btn-danger:hover, .btn-danger:focus, .btn-danger.active {
    color: #fff;
    background-color: #f1823c;
    border-color: #f1823c;
}

/* line 512, ../sass/bootstrap/_mixins.scss */
.open .btn-danger.dropdown-toggle {
    color: white;
    background-color: #d2322d;
    border-color: #ac2925;
}

/* line 518, ../sass/bootstrap/_mixins.scss */
.btn-danger:active, .btn-danger.active {
    background-image: none;
}

/* line 521, ../sass/bootstrap/_mixins.scss */
.open .btn-danger.dropdown-toggle {
    background-image: none;
}

/* line 531, ../sass/bootstrap/_mixins.scss */
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a;
}

/* line 537, ../sass/bootstrap/_mixins.scss */
.btn-danger .badge {
    color: #d9534f;
    background-color: white;
}

/* line 84, ../sass/bootstrap/_buttons.scss */
.btn-link {
    color: #3e3a3a;
    font-weight: normal;
    cursor: pointer;
    border-radius: 0;
}

/* line 93, ../sass/bootstrap/_buttons.scss */
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* line 100, ../sass/bootstrap/_buttons.scss */
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent;
}

/* line 104, ../sass/bootstrap/_buttons.scss */
.btn-link:hover, .btn-link:focus {
    color: #f1823c;
    text-decoration: underline;
    background-color: transparent;
}

/* line 112, ../sass/bootstrap/_buttons.scss */
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #999999;
    text-decoration: none;
}

/* line 123, ../sass/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.33;
    border-radius: 6px;
}

/* line 127, ../sass/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
}

/* line 131, ../sass/bootstrap/_buttons.scss */
.btn-xs, .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
}

/* line 140, ../sass/bootstrap/_buttons.scss */
.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

/* line 148, ../sass/bootstrap/_buttons.scss */
.btn-block + .btn-block {
    margin-top: 5px;
}

/* line 156, ../sass/bootstrap/_buttons.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

/* line 10, ../sass/bootstrap/_component-animations.scss */
.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

/* line 13, ../sass/bootstrap/_component-animations.scss */
.fade.in {
    opacity: 1;
}

/* line 18, ../sass/bootstrap/_component-animations.scss */
.collapse {
    display: none;
}

/* line 20, ../sass/bootstrap/_component-animations.scss */
.collapse.in {
    display: block;
}

/* line 24, ../sass/bootstrap/_component-animations.scss */
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease;
}

/* line 7, ../sass/bootstrap/_dropdowns.scss */
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

/* line 19, ../sass/bootstrap/_dropdowns.scss */
.dropdown {
    /*position: relative;*/
}

/* line 24, ../sass/bootstrap/_dropdowns.scss */
.dropdown-toggle:focus {
    outline: 0;
}

/* line 29, ../sass/bootstrap/_dropdowns.scss */
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 16px;
    background-color: white;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

/* line 51, ../sass/bootstrap/_dropdowns.scss */
.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

/* line 57, ../sass/bootstrap/_dropdowns.scss */
.dropdown-menu .divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

/* line 62, ../sass/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #838383;
    white-space: nowrap;
}

/* line 76, ../sass/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #767676;
    background-color: whitesmoke;
}

/* line 87, ../sass/bootstrap/_dropdowns.scss */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: white;
    text-decoration: none;
    outline: 0;
    background-color: #428bca;
}

/* line 102, ../sass/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    color: #999999;
}

/* line 109, ../sass/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed;
}

/* line 121, ../sass/bootstrap/_dropdowns.scss */
.open > .dropdown-menu {
    display: block;
}

/* line 126, ../sass/bootstrap/_dropdowns.scss */
.open > a {
    outline: 0;
}

/* line 135, ../sass/bootstrap/_dropdowns.scss */
.dropdown-menu-right {
    left: auto;
    right: 0;
}

/* line 145, ../sass/bootstrap/_dropdowns.scss */
.dropdown-menu-left {
    left: 0;
    right: auto;
}

/* line 151, ../sass/bootstrap/_dropdowns.scss */
.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 14px;
    line-height: 1.42857;
    color: #999999;
}

/* line 160, ../sass/bootstrap/_dropdowns.scss */
.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

/* line 170, ../sass/bootstrap/_dropdowns.scss */
.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

/* line 183, ../sass/bootstrap/_dropdowns.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: "";
}

/* line 189, ../sass/bootstrap/_dropdowns.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}

@media (min-width: 768px) {
    /* line 203, ../sass/bootstrap/_dropdowns.scss */
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }

    /* line 208, ../sass/bootstrap/_dropdowns.scss */
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}

/* line 7, ../sass/bootstrap/_button-groups.scss */
.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

/* line 11, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
    position: relative;
    float: left;
}

/* line 18, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
    z-index: 2;
}

/* line 21, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
    outline: none;
}

/* line 33, ../sass/bootstrap/_button-groups.scss */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-left: -1px;
}

/* line 39, ../sass/bootstrap/_button-groups.scss */
.btn-toolbar {
    margin-left: -5px;
}

/* line 21, ../sass/bootstrap/_mixins.scss */
.btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table;
}

/* line 25, ../sass/bootstrap/_mixins.scss */
.btn-toolbar:after {
    clear: both;
}

/* line 44, ../sass/bootstrap/_button-groups.scss */
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left;
}

/* line 49, ../sass/bootstrap/_button-groups.scss */
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
    margin-left: 5px;
}

/* line 54, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

/* line 59, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child {
    margin-left: 0;
}

/* line 61, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

/* line 67, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

/* line 72, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn-group {
    float: left;
}

/* line 75, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}

/* line 80, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

/* line 84, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn-group:last-child > .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

/* line 90, ../sass/bootstrap/_button-groups.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}

/* line 108, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}

/* line 112, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}

/* line 119, ../sass/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle {
    -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);
}

/* line 123, ../sass/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* line 130, ../sass/bootstrap/_button-groups.scss */
.btn .caret {
    margin-left: 0;
}

/* line 134, ../sass/bootstrap/_button-groups.scss */
.btn-lg .caret, .btn-group-lg > .btn .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

/* line 139, ../sass/bootstrap/_button-groups.scss */
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
    border-width: 0 5px 5px;
}

/* line 150, ../sass/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

/* line 21, ../sass/bootstrap/_mixins.scss */
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
    content: " ";
    display: table;
}

/* line 25, ../sass/bootstrap/_mixins.scss */
.btn-group-vertical > .btn-group:after {
    clear: both;
}

/* line 160, ../sass/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group > .btn {
    float: none;
}

/* line 168, ../sass/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
}

/* line 175, ../sass/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}

/* line 178, ../sass/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

/* line 182, ../sass/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

/* line 187, ../sass/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}

/* line 192, ../sass/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

/* line 196, ../sass/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

/* line 205, ../sass/bootstrap/_button-groups.scss */
.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

/* line 211, ../sass/bootstrap/_button-groups.scss */
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%;
}

/* line 216, ../sass/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .btn {
    width: 100%;
}

/* line 224, ../sass/bootstrap/_button-groups.scss */
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
    display: none;
}

/* line 7, ../sass/bootstrap/_input-groups.scss */
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

/* line 13, ../sass/bootstrap/_input-groups.scss */
.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0;
}

/* line 19, ../sass/bootstrap/_input-groups.scss */
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

/* line 52, ../sass/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}

/* line 55, ../sass/bootstrap/_input-groups.scss */
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}

/* line 61, ../sass/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

/* line 69, ../sass/bootstrap/_input-groups.scss */
.input-group-addon {
    padding: 6px 12px;
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

/* line 81, ../sass/bootstrap/_input-groups.scss */
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 3px;
}

/* line 86, ../sass/bootstrap/_input-groups.scss */
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 20px;
    border-radius: 6px;
}

/* line 94, ../sass/bootstrap/_input-groups.scss */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0;
}

/* line 106, ../sass/bootstrap/_input-groups.scss */
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

/* line 109, ../sass/bootstrap/_input-groups.scss */
.input-group-addon:first-child {
    border-right: 0;
}

/* line 118, ../sass/bootstrap/_input-groups.scss */
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

/* line 121, ../sass/bootstrap/_input-groups.scss */
.input-group-addon:last-child {
    border-left: 0;
}

/* line 127, ../sass/bootstrap/_input-groups.scss */
.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

/* line 136, ../sass/bootstrap/_input-groups.scss */
.input-group-btn > .btn {
    position: relative;
}

/* line 138, ../sass/bootstrap/_input-groups.scss */
.input-group-btn > .btn + .btn {
    margin-left: -1px;
}

/* line 144, ../sass/bootstrap/_input-groups.scss */
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
    z-index: 2;
}

/* line 152, ../sass/bootstrap/_input-groups.scss */
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
    margin-right: -1px;
}

/* line 158, ../sass/bootstrap/_input-groups.scss */
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
    margin-left: -1px;
}

/* line 9, ../sass/bootstrap/_navs.scss */
.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

/* line 21, ../sass/bootstrap/_mixins.scss */
.nav:before, .nav:after {
    content: " ";
    display: table;
}

/* line 25, ../sass/bootstrap/_mixins.scss */
.nav:after {
    clear: both;
}

/* line 15, ../sass/bootstrap/_navs.scss */
.nav > li {
    /*position: relative;*/
    display: block;
}

/* line 19, ../sass/bootstrap/_navs.scss */
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

/* line 24, ../sass/bootstrap/_navs.scss */
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #eeeeee;
}

/* line 31, ../sass/bootstrap/_navs.scss */
.nav > li.disabled > a {
    color: #999999;
}

/* line 35, ../sass/bootstrap/_navs.scss */
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
    color: #999999;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}

/* line 48, ../sass/bootstrap/_navs.scss */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #3e3a3a;
}

/* line 59, ../sass/bootstrap/_navs.scss */
.nav .nav-divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

/* line 66, ../sass/bootstrap/_navs.scss */
.nav > li > a > img {
    max-width: none;
}

/* line 76, ../sass/bootstrap/_navs.scss */
.nav-tabs {
    text-align: center;
    margin-bottom: 55px;
}

/* line 79, ../sass/bootstrap/_navs.scss */
.nav-tabs > li {
    display: inline-block;
    vertical-align: top;
    margin: 0 1px;
}

/* line 83, ../sass/bootstrap/_navs.scss */
.nav-tabs > li > a {
    padding: 0 20px;
    height: 32px;
    line-height: 32px;
    font-family: 'proxima_nova_condensedSBd';
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* line 91, ../sass/bootstrap/_navs.scss */
.nav-tabs > li > a:hover {
    background: url(../img/bg-title-left.png) left center, url(../img/bg-title-right.png) right center;
    background-repeat: no-repeat;
    color: #373737;
}

/* line 102, ../sass/bootstrap/_navs.scss */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background: url(../img/bg-title-left.png) left center, url(../img/bg-title-right.png) right center;
    background-repeat: no-repeat;
    color: #373737;
}

/* line 120, ../sass/bootstrap/_navs.scss */
.nav-pills > li {
    float: left;
}

/* line 124, ../sass/bootstrap/_navs.scss */
.nav-pills > li > a {
    border-radius: 4px;
}

/* line 127, ../sass/bootstrap/_navs.scss */
.nav-pills > li + li {
    margin-left: 2px;
}

/* line 135, ../sass/bootstrap/_navs.scss */
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: white;
    background-color: #428bca;
}

/* line 146, ../sass/bootstrap/_navs.scss */
.nav-stacked > li {
    float: none;
}

/* line 148, ../sass/bootstrap/_navs.scss */
.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}

/* line 162, ../sass/bootstrap/_navs.scss */
.nav-justified, .nav-tabs.nav-justified {
    width: 100%;
}

/* line 165, ../sass/bootstrap/_navs.scss */
.nav-justified > li, .nav-tabs.nav-justified > li {
    float: none;
}

/* line 167, ../sass/bootstrap/_navs.scss */
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px;
}

/* line 173, ../sass/bootstrap/_navs.scss */
.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media (min-width: 768px) {
    /* line 179, ../sass/bootstrap/_navs.scss */
    .nav-justified > li, .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

    /* line 182, ../sass/bootstrap/_navs.scss */
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
    }
}

/* line 192, ../sass/bootstrap/_navs.scss */
.nav-tabs-justified, .nav-tabs.nav-justified {
    border-bottom: 0;
}

/* line 195, ../sass/bootstrap/_navs.scss */
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}

/* line 203, ../sass/bootstrap/_navs.scss */
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #dddddd;
}

@media (min-width: 768px) {
    /* line 208, ../sass/bootstrap/_navs.scss */
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #dddddd;
        border-radius: 4px 4px 0 0;
    }

    /* line 214, ../sass/bootstrap/_navs.scss */
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: white;
    }
}

/* line 226, ../sass/bootstrap/_navs.scss */
.tab-content > .tab-pane {
    display: none;
}

/* line 229, ../sass/bootstrap/_navs.scss */
.tab-content > .active {
    display: block;
}

/* line 239, ../sass/bootstrap/_navs.scss */
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

/* line 11, ../sass/bootstrap/_navbar.scss */
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 22px;
    border: 1px solid transparent;
}

/* line 21, ../sass/bootstrap/_mixins.scss */
.navbar:before, .navbar:after {
    content: " ";
    display: table;
}

/* line 25, ../sass/bootstrap/_mixins.scss */
.navbar:after {
    clear: both;
}

@media (min-width: 768px) {
    /* line 11, ../sass/bootstrap/_navbar.scss */
    .navbar {
        border-radius: 4px;
    }
}

/* line 21, ../sass/bootstrap/_mixins.scss */
.navbar-header:before, .navbar-header:after {
    content: " ";
    display: table;
}

/* line 25, ../sass/bootstrap/_mixins.scss */
.navbar-header:after {
    clear: both;
}

@media (min-width: 768px) {
    /* line 31, ../sass/bootstrap/_navbar.scss */
    .navbar-header {
        float: left;
    }
}

/* line 50, ../sass/bootstrap/_navbar.scss */
@media (min-width: 768px) {
    .navbar-collapse {
        max-height: 340px;
        overflow-x: visible;
        /*padding-right: 15px;
    padding-left: 15px;*/
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
        -webkit-overflow-scrolling: touch;
    }
}

/* line 21, ../sass/bootstrap/_mixins.scss */
.navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table;
}

/* line 25, ../sass/bootstrap/_mixins.scss */
.navbar-collapse:after {
    clear: both;
}

/* line 60, ../sass/bootstrap/_navbar.scss */
.navbar-collapse.in {
    overflow-y: auto;
}

@media (max-width: 991px) {

    .block_a_propos_txt .rte {
        padding: 30px;
        padding-bottom: 15px !important;
        border: 1px solid #B8B8B8;
        height: auto;
        padding-left: 15px !important;
        padding-right: 15px !important;
        overflow: auto;
    }

    .block_fabrication_txt .rte {
        padding: 35px;
        border: 1px solid #B8B8B8;
        height: auto;
        padding-left: 15px !important;
        padding-right: 15px !important;

    }


    .block_a_propos_txt:before, .block_fabrication_txt:before {
        height: 45px;
        width: 100%;
        background: transparent;
        position: absolute;
        content: "";
        display: block;
        background-image: url(../img/Frise-loobook.png);
        background-position: center center;
        background-repeat: no-repeat;
        z-index: 1;
        margin-left: -20px;

    }


    .block_lookbook h3 {
        font-size: 15px !important;
        margin-top: 5px !important;
    }

    .block_lookbook p, .first_in_lookbook p {
        margin-bottom: 6px !important;
        font-size: 12px;
        letter-spacing: 2px;
        text-align: justify;
    }

    h2.mobile {
        display: block;
    }

    h2.desctop {
        display: none;
    }

    .image_sur_mesur {
        width: 100% !important;
        height: auto !important;
    }

    .p_intagarm2 {
        background: #F5F3F4;
        padding: 25px;
        min-height: 550px;
        font-size: 15px;
        margin-bottom: 15px;
        padding-bottom: 10px;
    }

    .deux_colonne_mobile .rte {
        width: 100%;
        display: inline-flex;
    }

    .deux_colonne_mobile {
        width: 100% !important;
    }

    .p_colonne_3 {
        padding-top: 0px;
        width: 50%;
        padding-left: 15px;

    }

    .p_colonne3 {
        width: 50%;
        padding-right: 15px;
    }

    .not_in_mobile {
        display: none;
    }

    .juste_in_mobile {
        display: block;
    }
}

@media (min-width: 992px) {
    h2.mobile {
        display: none;
    }

    h2.desctop {
        display: block;
    }

    /* line 84, ../sass/bootstrap/_navbar.scss */
    .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }

    .p_colonne_3 {
        padding-top: 8px;
    }

    .not_in_mobile {
        display: block;
    }

    .juste_in_mobile {
        display: none;
    }
}

/* line 99, ../sass/bootstrap/_navbar.scss */
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {

    /* line 69, ../sass/bootstrap/_navbar.scss */
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }


    /* line 50, ../sass/bootstrap/_navbar.scss */
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }

    /* line 76, ../sass/bootstrap/_navbar.scss */
    .navbar-collapse.in {
        overflow-y: visible;
    }

    /* line 99, ../sass/bootstrap/_navbar.scss */
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

/* line 118, ../sass/bootstrap/_navbar.scss */
.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width: 768px) {
    /* line 118, ../sass/bootstrap/_navbar.scss */
    .navbar-static-top {
        border-radius: 0;
    }
}

/* line 129, ../sass/bootstrap/_navbar.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width: 768px) {
    /* line 129, ../sass/bootstrap/_navbar.scss */
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}

/* line 140, ../sass/bootstrap/_navbar.scss */
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

/* line 144, ../sass/bootstrap/_navbar.scss */
.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

/* line 153, ../sass/bootstrap/_navbar.scss */
.navbar-brand {
    float: left;
    padding: 14px 15px;
    font-size: 20px;
    line-height: 22px;
    height: 50px;
}

/* line 161, ../sass/bootstrap/_navbar.scss */
.navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none;
}

@media (min-width: 768px) {
    /* line 167, ../sass/bootstrap/_navbar.scss */
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}

/* line 179, ../sass/bootstrap/_navbar.scss */
.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

/* line 192, ../sass/bootstrap/_navbar.scss */
.navbar-toggle:focus {
    outline: none;
}

/* line 197, ../sass/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

/* line 203, ../sass/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

@media (min-width: 1001px) {
    /* line 179, ../sass/bootstrap/_navbar.scss */
    .navbar-toggle {
        display: none;
    }
}

/* line 218, ../sass/bootstrap/_navbar.scss */
.navbar-nav {
    margin: 7px -15px;
}

/* line 221, ../sass/bootstrap/_navbar.scss */
.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 22px;
}

@media (max-width: 767px) {
    /* line 229, ../sass/bootstrap/_navbar.scss */
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }

    /* line 238, ../sass/bootstrap/_navbar.scss */
    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }

    /* line 241, ../sass/bootstrap/_navbar.scss */
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 22px;
    }

    /* line 244, ../sass/bootstrap/_navbar.scss */
    .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none;
    }
}

@media (min-width: 768px) {
    /* line 218, ../sass/bootstrap/_navbar.scss */
    .navbar-nav {
        float: left;
        margin: 0;
    }

    /* line 256, ../sass/bootstrap/_navbar.scss */
    .navbar-nav > li {
        float: left;
        width: auto;
    }

    li.font_diff a.dropdown-toggle {
        font-family: 'Calligraffiti' !important;
        font-size: 18px !important;
        font-style: italic;
        font-weight: bolder;
        text-transform: capitalize !important;
    }

    /* line 253, ../sass/mixins/_theme.scss */
    .navbar-nav > li:last-child {
        /*text-align:right !important;*/
    }

    .navbar-nav > li:nth-child(3) {
        /*text-align:center !important;*/
    }

    .rtl .navbar-nav > li {
        float: right;
    }

    /* line 258, ../sass/bootstrap/_navbar.scss */
    .navbar-nav > li > a {
        padding-top: 14px;
        padding-bottom: 14px;
    }

    /* line 264, ../sass/bootstrap/_navbar.scss */
    .navbar-nav.navbar-right:last-child {
        margin-right: -15px;
    }
}

@media (min-width: 768px) {
    /* line 278, ../sass/bootstrap/_navbar.scss */
    .navbar-left {
        float: left !important;
    }

    /* line 281, ../sass/bootstrap/_navbar.scss */
    .navbar-right {
        float: right !important;
    }
}

/* line 292, ../sass/bootstrap/_navbar.scss */
.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 7px;
    margin-bottom: 7px;
}

@media (max-width: 767px) {
    /* line 304, ../sass/bootstrap/_navbar.scss */
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
}

@media (min-width: 768px) {
    /* line 292, ../sass/bootstrap/_navbar.scss */
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    /* line 324, ../sass/bootstrap/_navbar.scss */
    .navbar-form.navbar-right:last-child {
        margin-right: -15px;
    }
}

/* line 334, ../sass/bootstrap/_navbar.scss */
.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

/* line 339, ../sass/bootstrap/_navbar.scss */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

/* line 348, ../sass/bootstrap/_navbar.scss */
.navbar-btn {
    margin-top: 7px;
    margin-bottom: 7px;
}

/* line 351, ../sass/bootstrap/_navbar.scss */
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 8.5px;
    margin-bottom: 8.5px;
}

/* line 354, ../sass/bootstrap/_navbar.scss */
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px;
}

/* line 364, ../sass/bootstrap/_navbar.scss */
.navbar-text {
    margin-top: 14px;
    margin-bottom: 14px;
}

@media (min-width: 768px) {
    /* line 364, ../sass/bootstrap/_navbar.scss */
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px;
    }

    /* line 373, ../sass/bootstrap/_navbar.scss */
    .navbar-text.navbar-right:last-child {
        margin-right: 0;
    }
}

/* line 383, ../sass/bootstrap/_navbar.scss */
.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

/* line 387, ../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-brand {
    color: #777777;
}

/* line 390, ../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
}

/* line 396, ../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-text {
    color: #777777;
}

/* line 401, ../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a {
    color: #777777;
}

/* line 405, ../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #333333;
    background-color: transparent;
}

/* line 413, ../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
}

/* line 421, ../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
}

/* line 428, ../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle {
    border-color: #dddddd;
}

/* line 431, ../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #dddddd;
}

/* line 434, ../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle .icon-bar {
    background-color: #888888;
}

/* line 440, ../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7;
}

/* line 450, ../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555555;
}

@media (max-width: 767px) {
    /* line 459, ../sass/bootstrap/_navbar.scss */
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777777;
    }

    /* line 462, ../sass/bootstrap/_navbar.scss */
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333333;
        background-color: transparent;
    }

    /* line 470, ../sass/bootstrap/_navbar.scss */
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555555;
        background-color: #e7e7e7;
    }

    /* line 478, ../sass/bootstrap/_navbar.scss */
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #cccccc;
        background-color: transparent;
    }
}

/* line 492, ../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-link {
    color: #777777;
}

/* line 494, ../sass/bootstrap/_navbar.scss */
.navbar-default .navbar-link:hover {
    color: #333333;
}

/* line 503, ../sass/bootstrap/_navbar.scss */
.navbar-inverse {
    background-color: #222222;
    border-color: #090909;
}

/* line 507, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand {
    color: #999999;
}

/* line 510, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
    color: white;
    background-color: transparent;
}

/* line 516, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-text {
    color: #999999;
}

/* line 521, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a {
    color: #999999;
}

/* line 525, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: white;
    background-color: transparent;
}

/* line 533, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: white;
    background-color: #090909;
}

/* line 541, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
}

/* line 549, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle {
    border-color: #333333;
}

/* line 552, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #333333;
}

/* line 555, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: white;
}

/* line 561, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010;
}

/* line 570, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: white;
}

@media (max-width: 767px) {
    /* line 579, ../sass/bootstrap/_navbar.scss */
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #090909;
    }

    /* line 582, ../sass/bootstrap/_navbar.scss */
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909;
    }

    /* line 585, ../sass/bootstrap/_navbar.scss */
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #999999;
    }

    /* line 588, ../sass/bootstrap/_navbar.scss */
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: white;
        background-color: transparent;
    }

    /* line 596, ../sass/bootstrap/_navbar.scss */
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: white;
        background-color: #090909;
    }

    /* line 604, ../sass/bootstrap/_navbar.scss */
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444444;
        background-color: transparent;
    }


}

/* line 613, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link {
    color: #999999;
}

/* line 615, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link:hover {
    color: white;
}

/* line 5, ../sass/bootstrap/_breadcrumbs.scss */
.breadcrumb {
    /*text-align: center;*/
}

/* line 7, ../sass/bootstrap/_breadcrumbs.scss */
.breadcrumb > li {
    display: inline-block;
}

/* line 10, ../sass/bootstrap/_breadcrumbs.scss */
.breadcrumb > li + li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #cccccc;
}

/* line 17, ../sass/bootstrap/_breadcrumbs.scss */
.breadcrumb > .active {
    color: #999999;
}

/* line 4, ../sass/bootstrap/_pagination.scss */
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 22px 0;
    border-radius: 4px;
}

/* line 10, ../sass/bootstrap/_pagination.scss */
.pagination > li {
    display: inline;
}

/* line 13, ../sass/bootstrap/_pagination.scss */
.pagination > li > a,
.pagination > li > span {
    float: left;
    line-height: 30px;
    text-decoration: none;
    color: #494b4b !important;
    padding: 0 15px;
}

/* line 253, ../sass/mixins/_theme.scss */
.rtl .pagination > li > a, .rtl
.pagination > li > span {
    float: right;
}

/* line 19, ../sass/bootstrap/_pagination.scss */
.pagination > li > a .fa,
.pagination > li > span .fa {
    padding: 0 10px;
}

/* line 25, ../sass/bootstrap/_pagination.scss */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    padding: 0 30px;
}

/* line 31, ../sass/bootstrap/_pagination.scss */
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    padding: 0 30px;
}

/* line 40, ../sass/bootstrap/_pagination.scss */
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
    color: #9BC5C3;
}

/* line 49, ../sass/bootstrap/_pagination.scss */
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
    text-decoration: underline;
    cursor: default;
}

/* line 61, ../sass/bootstrap/_pagination.scss */
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #999999;
    border-color: #dddddd;
    cursor: not-allowed;
}

/* line 557, ../sass/bootstrap/_mixins.scss */
.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 20px;
}

/* line 563, ../sass/bootstrap/_mixins.scss */
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

/* line 569, ../sass/bootstrap/_mixins.scss */
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

/* line 557, ../sass/bootstrap/_mixins.scss */
.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 14px;
}

/* line 563, ../sass/bootstrap/_mixins.scss */
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

/* line 569, ../sass/bootstrap/_mixins.scss */
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

/* line 6, ../sass/bootstrap/_pager.scss */
.pager {
    padding-left: 0;
    margin: 22px 0;
    list-style: none;
    text-align: center;
}

/* line 21, ../sass/bootstrap/_mixins.scss */
.pager:before, .pager:after {
    content: " ";
    display: table;
}

/* line 25, ../sass/bootstrap/_mixins.scss */
.pager:after {
    clear: both;
}

/* line 12, ../sass/bootstrap/_pager.scss */
.pager li {
    display: inline;
}

/* line 15, ../sass/bootstrap/_pager.scss */
.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: white;
    border: 1px solid #dddddd;
    border-radius: 15px;
}

/* line 24, ../sass/bootstrap/_pager.scss */
.pager li > a:hover,
.pager li > a:focus {
    text-decoration: none;
    background-color: #eeeeee;
}

/* line 32, ../sass/bootstrap/_pager.scss */
.pager .next > a,
.pager .next > span {
    float: right;
}

/* line 39, ../sass/bootstrap/_pager.scss */
.pager .previous > a,
.pager .previous > span {
    float: left;
}

/* line 48, ../sass/bootstrap/_pager.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
    color: #999999;
    background-color: white;
    cursor: not-allowed;
}

/* line 5, ../sass/bootstrap/_labels.scss */
.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-family: 'AvenirRoman';
    line-height: 1;
    color: white;
    text-align: center;
    vertical-align: baseline;
    border-radius: .25em;
}

/* line 19, ../sass/bootstrap/_labels.scss */
.label[href]:hover, .label[href]:focus {
    color: white;
    text-decoration: none;
    cursor: pointer;
}

/* line 27, ../sass/bootstrap/_labels.scss */
.label:empty {
    display: none;
}

/* line 32, ../sass/bootstrap/_labels.scss */
.btn .label {
    position: relative;
    top: -1px;
}

/* line 41, ../sass/bootstrap/_labels.scss */
.label-default {
    background-color: #999999;
}

/* line 582, ../sass/bootstrap/_mixins.scss */
.label-default[href]:hover, .label-default[href]:focus {
    background-color: gray;
}

/* line 45, ../sass/bootstrap/_labels.scss */
.label-primary {
    background-color: #428bca;
}

/* line 582, ../sass/bootstrap/_mixins.scss */
.label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #3071a9;
}

/* line 49, ../sass/bootstrap/_labels.scss */
.label-success {
    background-color: #5cb85c;
}

/* line 582, ../sass/bootstrap/_mixins.scss */
.label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44;
}

/* line 53, ../sass/bootstrap/_labels.scss */
.label-info {
    background-color: #5bc0de;
}

/* line 582, ../sass/bootstrap/_mixins.scss */
.label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5;
}

/* line 57, ../sass/bootstrap/_labels.scss */
.label-warning {
    background-color: #f0ad4e;
}

/* line 582, ../sass/bootstrap/_mixins.scss */
.label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f;
}

/* line 61, ../sass/bootstrap/_labels.scss */
.label-danger {
    background-color: #d9534f;
}

/* line 582, ../sass/bootstrap/_mixins.scss */
.label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c;
}

/* line 7, ../sass/bootstrap/_badges.scss */
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 14px;
    font-weight: bold;
    color: white;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #999999;
    border-radius: 10px;
}

/* line 22, ../sass/bootstrap/_badges.scss */
.badge:empty {
    display: none;
}

/* line 27, ../sass/bootstrap/_badges.scss */
.btn .badge {
    position: relative;
    top: -1px;
}

/* line 31, ../sass/bootstrap/_badges.scss */
.btn-xs .badge, .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px;
}

/* line 40, ../sass/bootstrap/_badges.scss */
a.badge:hover, a.badge:focus {
    color: white;
    text-decoration: none;
    cursor: pointer;
}

/* line 49, ../sass/bootstrap/_badges.scss */
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #3e3a3a;
    background-color: white;
}

/* line 53, ../sass/bootstrap/_badges.scss */
.nav-pills > li > a > .badge {
    margin-left: 3px;
}

/* line 7, ../sass/bootstrap/_thumbnails.scss */
.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 22px;
    line-height: 1.42857;
    background-color: white;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/* line 18, ../sass/bootstrap/_thumbnails.scss */
.thumbnail > img,
.thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

/* line 27, ../sass/bootstrap/_thumbnails.scss */
.thumbnail .caption {
    padding: 9px;
    color: #838383;
}

/* line 36, ../sass/bootstrap/_thumbnails.scss */
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #3e3a3a;
}

/* line 9, ../sass/bootstrap/_alerts.scss */
.alert {
    padding: 15px;
    margin-bottom: 22px;
    border: 1px solid transparent;
    border-radius: 4px;
    max-width: 1170px;
    margin: 0 auto 20px;
}

/* line 17, ../sass/bootstrap/_alerts.scss */
.alert h4 {
    margin-top: 0;
    color: inherit;
}

/* line 23, ../sass/bootstrap/_alerts.scss */
.alert .alert-link {
    font-weight: bold;
}

/* line 29, ../sass/bootstrap/_alerts.scss */
.alert > p,
.alert > ul {
    margin-bottom: 0;
}

/* line 32, ../sass/bootstrap/_alerts.scss */
.alert > p + p {
    margin-top: 5px;
}

/* line 41, ../sass/bootstrap/_alerts.scss */
.alert-dismissable {
    padding-right: 35px;
}

/* line 45, ../sass/bootstrap/_alerts.scss */
.alert-dismissable .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

/* line 57, ../sass/bootstrap/_alerts.scss */
.alert-success {
    background-color: #f0f6f6;
    border-color: #f0f6f6;
    color: #3c763d;
}

/* line 430, ../sass/bootstrap/_mixins.scss */
.alert-success hr {
    border-top-color: #c9e2b3;
}

/* line 433, ../sass/bootstrap/_mixins.scss */
.alert-success .alert-link {
    color: #2b542c;
}

/* line 60, ../sass/bootstrap/_alerts.scss */
.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

/* line 430, ../sass/bootstrap/_mixins.scss */
.alert-info hr {
    border-top-color: #a6e1ec;
}

/* line 433, ../sass/bootstrap/_mixins.scss */
.alert-info .alert-link {
    color: #245269;
}

/* line 63, ../sass/bootstrap/_alerts.scss */
.alert-warning {
    background-color: #f0f6f6;
    border-color: #f0f6f6;
    color: #58585a !important;
}

/* line 430, ../sass/bootstrap/_mixins.scss */
.alert-warning hr {
    border-top-color: #f7e1b5;
}

/* line 433, ../sass/bootstrap/_mixins.scss */
.alert-warning .alert-link {
    color: #66512c;
}

/* line 66, ../sass/bootstrap/_alerts.scss */
.alert-danger {
    background-color: #f2d99c;
    border-color: #f2d99c;
    color: #be9c2e;
}

#block-history p.alert {
    text-transform: uppercase;
    color: #58585a !important;
}

/* line 430, ../sass/bootstrap/_mixins.scss */
.alert-danger hr {
    border-top-color: #e4b9c0;
}

/* line 433, ../sass/bootstrap/_mixins.scss */
.alert-danger .alert-link {
    color: #f2d99c;
}

@-webkit-keyframes progress-bar-stripes {
    /* line 11, ../sass/bootstrap/_progress-bars.scss */
    from {
        background-position: 40px 0;
    }

    /* line 12, ../sass/bootstrap/_progress-bars.scss */
    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    /* line 17, ../sass/bootstrap/_progress-bars.scss */
    from {
        background-position: 40px 0;
    }

    /* line 18, ../sass/bootstrap/_progress-bars.scss */
    to {
        background-position: 0 0;
    }
}

/* line 27, ../sass/bootstrap/_progress-bars.scss */
.progress {
    overflow: hidden;
    height: 22px;
    margin-bottom: 22px;
    background-color: whitesmoke;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 37, ../sass/bootstrap/_progress-bars.scss */
.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 14px;
    line-height: 22px;
    color: white;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

/* line 51, ../sass/bootstrap/_progress-bars.scss */
.progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}

/* line 57, ../sass/bootstrap/_progress-bars.scss */
.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

/* line 66, ../sass/bootstrap/_progress-bars.scss */
.progress-bar-success {
    background-color: #5cb85c;
}

/* line 625, ../sass/bootstrap/_mixins.scss */
.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 70, ../sass/bootstrap/_progress-bars.scss */
.progress-bar-info {
    background-color: #5bc0de;
}

/* line 625, ../sass/bootstrap/_mixins.scss */
.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 74, ../sass/bootstrap/_progress-bars.scss */
.progress-bar-warning {
    background-color: #f0ad4e;
}

/* line 625, ../sass/bootstrap/_mixins.scss */
.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 78, ../sass/bootstrap/_progress-bars.scss */
.progress-bar-danger {
    background-color: #d9534f;
}

/* line 625, ../sass/bootstrap/_mixins.scss */
.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 11, ../sass/bootstrap/_media.scss */
.media,
.media-body {
	display:none;/* added */
    overflow: hidden;
    zoom: 1;
}

/* line 18, ../sass/bootstrap/_media.scss */
.media,
.media .media {
    margin-top: 15px;
}

/* line 21, ../sass/bootstrap/_media.scss */
.media:first-child {
    margin-top: 0;
}

/* line 26, ../sass/bootstrap/_media.scss */
.media-object {
    display: block;
}

/* line 31, ../sass/bootstrap/_media.scss */
.media-heading {
    margin: 0 0 5px;
}

/* line 40, ../sass/bootstrap/_media.scss */
.media > .pull-left {
    margin-right: 10px;
}

/* line 264, ../sass/mixins/_theme.scss */
.rtl .media > .pull-left {
    margin-left: 10px;
    margin-right: inherit;
}

/* line 43, ../sass/bootstrap/_media.scss */
.media > .pull-right {
    margin-left: 10px;
}

/* line 264, ../sass/mixins/_theme.scss */
.rtl .media > .pull-right {
    margin-right: 10px;
    margin-left: inherit;
}

/* line 53, ../sass/bootstrap/_media.scss */
.media-list {
    padding-left: 0;
    list-style: none;
}

/* line 10, ../sass/bootstrap/_list-group.scss */
.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}

/* line 21, ../sass/bootstrap/_list-group.scss */
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: white;
    border: 1px solid #dddddd;
}

/* line 31, ../sass/bootstrap/_list-group.scss */
.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

/* line 34, ../sass/bootstrap/_list-group.scss */
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

/* line 40, ../sass/bootstrap/_list-group.scss */
.list-group-item > .badge {
    float: right;
}

/* line 43, ../sass/bootstrap/_list-group.scss */
.list-group-item > .badge + .badge {
    margin-right: 5px;
}

/* line 54, ../sass/bootstrap/_list-group.scss */
a.list-group-item {
    color: #555555;
}

/* line 57, ../sass/bootstrap/_list-group.scss */
a.list-group-item .list-group-item-heading {
    color: #333333;
}

/* line 63, ../sass/bootstrap/_list-group.scss */
a.list-group-item:hover, a.list-group-item:focus {
    text-decoration: none;
    background-color: whitesmoke;
}

/* line 71, ../sass/bootstrap/_list-group.scss */
a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
    z-index: 2;
    color: white;
    background-color: #428bca;
    border-color: #428bca;
}

/* line 78, ../sass/bootstrap/_list-group.scss */
a.list-group-item.active .list-group-item-heading, a.list-group-item.active:hover .list-group-item-heading, a.list-group-item.active:focus .list-group-item-heading {
    color: inherit;
}

/* line 81, ../sass/bootstrap/_list-group.scss */
a.list-group-item.active .list-group-item-text, a.list-group-item.active:hover .list-group-item-text, a.list-group-item.active:focus .list-group-item-text {
    color: #e1edf7;
}

/* line 469, ../sass/bootstrap/_mixins.scss */
.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}

/* line 476, ../sass/bootstrap/_mixins.scss */
a.list-group-item-success {
    color: #3c763d;
}

/* line 479, ../sass/bootstrap/_mixins.scss */
a.list-group-item-success .list-group-item-heading {
    color: inherit;
}

/* line 482, ../sass/bootstrap/_mixins.scss */
a.list-group-item-success:hover, a.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6;
}

/* line 488, ../sass/bootstrap/_mixins.scss */
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d;
}

/* line 469, ../sass/bootstrap/_mixins.scss */
.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}

/* line 476, ../sass/bootstrap/_mixins.scss */
a.list-group-item-info {
    color: #31708f;
}

/* line 479, ../sass/bootstrap/_mixins.scss */
a.list-group-item-info .list-group-item-heading {
    color: inherit;
}

/* line 482, ../sass/bootstrap/_mixins.scss */
a.list-group-item-info:hover, a.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3;
}

/* line 488, ../sass/bootstrap/_mixins.scss */
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f;
}

/* line 469, ../sass/bootstrap/_mixins.scss */
.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

/* line 476, ../sass/bootstrap/_mixins.scss */
a.list-group-item-warning {
    color: #8a6d3b;
}

/* line 479, ../sass/bootstrap/_mixins.scss */
a.list-group-item-warning .list-group-item-heading {
    color: inherit;
}

/* line 482, ../sass/bootstrap/_mixins.scss */
a.list-group-item-warning:hover, a.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc;
}

/* line 488, ../sass/bootstrap/_mixins.scss */
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b;
}

/* line 469, ../sass/bootstrap/_mixins.scss */
.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}

/* line 476, ../sass/bootstrap/_mixins.scss */
a.list-group-item-danger {
    color: #a94442;
}

/* line 479, ../sass/bootstrap/_mixins.scss */
a.list-group-item-danger .list-group-item-heading {
    color: inherit;
}

/* line 482, ../sass/bootstrap/_mixins.scss */
a.list-group-item-danger:hover, a.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc;
}

/* line 488, ../sass/bootstrap/_mixins.scss */
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442;
}

/* line 103, ../sass/bootstrap/_list-group.scss */
.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

/* line 107, ../sass/bootstrap/_list-group.scss */
.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

/* line 7, ../sass/bootstrap/_panels.scss */
.panel {
    margin-bottom: 22px;
    background-color: white;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 16, ../sass/bootstrap/_panels.scss */
.panel-body {
    padding: 15px;
}

/* line 21, ../sass/bootstrap/_mixins.scss */
.panel-body:before, .panel-body:after {
    content: " ";
    display: table;
}

/* line 25, ../sass/bootstrap/_mixins.scss */
.panel-body:after {
    clear: both;
}

/* line 22, ../sass/bootstrap/_panels.scss */
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

/* line 27, ../sass/bootstrap/_panels.scss */
.panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}

/* line 33, ../sass/bootstrap/_panels.scss */
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    color: inherit;
}

/* line 39, ../sass/bootstrap/_panels.scss */
.panel-title > a {
    color: inherit;
}

/* line 45, ../sass/bootstrap/_panels.scss */
.panel-footer {
    padding: 10px 15px;
    background-color: whitesmoke;
    border-top: 1px solid #dddddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

/* line 59, ../sass/bootstrap/_panels.scss */
.panel > .list-group {
    margin-bottom: 0;
}

/* line 62, ../sass/bootstrap/_panels.scss */
.panel > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}

/* line 69, ../sass/bootstrap/_panels.scss */
.panel > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

/* line 76, ../sass/bootstrap/_panels.scss */
.panel > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

/* line 85, ../sass/bootstrap/_panels.scss */
.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

/* line 98, ../sass/bootstrap/_panels.scss */
.panel > .table,
.panel > .table-responsive > .table {
    margin-bottom: 0;
}

/* line 103, ../sass/bootstrap/_panels.scss */
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

/* line 110, ../sass/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px;
}

/* line 114, ../sass/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px;
}

/* line 122, ../sass/bootstrap/_panels.scss */
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

/* line 129, ../sass/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
}

/* line 133, ../sass/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
}

/* line 140, ../sass/bootstrap/_panels.scss */
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
    border-top: 1px solid #dddddd;
}

/* line 144, ../sass/bootstrap/_panels.scss */
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0;
}

/* line 148, ../sass/bootstrap/_panels.scss */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}

/* line 155, ../sass/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
}

/* line 159, ../sass/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
}

/* line 168, ../sass/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0;
}

/* line 177, ../sass/bootstrap/_panels.scss */
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
}

/* line 183, ../sass/bootstrap/_panels.scss */
.panel > .table-responsive {
    border: 0;
    margin-bottom: 0;
}

/* line 195, ../sass/bootstrap/_panels.scss */
.panel-group {
    margin-bottom: 22px;
}

/* line 199, ../sass/bootstrap/_panels.scss */
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
    overflow: hidden;
}

/* line 203, ../sass/bootstrap/_panels.scss */
.panel-group .panel + .panel {
    margin-top: 5px;
}

/* line 208, ../sass/bootstrap/_panels.scss */
.panel-group .panel-heading {
    border-bottom: 0;
}

/* line 210, ../sass/bootstrap/_panels.scss */
.panel-group .panel-heading + .panel-collapse .panel-body {
    border-top: 1px solid #dddddd;
}

/* line 214, ../sass/bootstrap/_panels.scss */
.panel-group .panel-footer {
    border-top: 0;
}

/* line 216, ../sass/bootstrap/_panels.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #dddddd;
}

/* line 224, ../sass/bootstrap/_panels.scss */
.panel-default {
    border-color: #dddddd;
}

/* line 407, ../sass/bootstrap/_mixins.scss */
.panel-default > .panel-heading {
    color: #838383;
    background-color: whitesmoke;
    border-color: #dddddd;
}

/* line 412, ../sass/bootstrap/_mixins.scss */
.panel-default > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #dddddd;
}

/* line 417, ../sass/bootstrap/_mixins.scss */
.panel-default > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #dddddd;
}

/* line 227, ../sass/bootstrap/_panels.scss */
.panel-primary {
    border-color: #428bca;
}

/* line 407, ../sass/bootstrap/_mixins.scss */
.panel-primary > .panel-heading {
    color: white;
    background-color: #428bca;
    border-color: #428bca;
}

/* line 412, ../sass/bootstrap/_mixins.scss */
.panel-primary > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #428bca;
}

/* line 417, ../sass/bootstrap/_mixins.scss */
.panel-primary > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #428bca;
}

/* line 230, ../sass/bootstrap/_panels.scss */
.panel-success {
    border-color: #d6e9c6;
}

/* line 407, ../sass/bootstrap/_mixins.scss */
.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

/* line 412, ../sass/bootstrap/_mixins.scss */
.panel-success > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #d6e9c6;
}

/* line 417, ../sass/bootstrap/_mixins.scss */
.panel-success > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #d6e9c6;
}

/* line 233, ../sass/bootstrap/_panels.scss */
.panel-info {
    border-color: #bce8f1;
}

/* line 407, ../sass/bootstrap/_mixins.scss */
.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

/* line 412, ../sass/bootstrap/_mixins.scss */
.panel-info > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #bce8f1;
}

/* line 417, ../sass/bootstrap/_mixins.scss */
.panel-info > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #bce8f1;
}

/* line 236, ../sass/bootstrap/_panels.scss */
.panel-warning {
    border-color: #faebcc;
}

/* line 407, ../sass/bootstrap/_mixins.scss */
.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

/* line 412, ../sass/bootstrap/_mixins.scss */
.panel-warning > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #faebcc;
}

/* line 417, ../sass/bootstrap/_mixins.scss */
.panel-warning > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #faebcc;
}

/* line 239, ../sass/bootstrap/_panels.scss */
.panel-danger {
    border-color: #ebccd1;
}

/* line 407, ../sass/bootstrap/_mixins.scss */
.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

/* line 412, ../sass/bootstrap/_mixins.scss */
.panel-danger > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #ebccd1;
}

/* line 417, ../sass/bootstrap/_mixins.scss */
.panel-danger > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #ebccd1;
}

/* line 7, ../sass/bootstrap/_wells.scss */
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: whitesmoke;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 15, ../sass/bootstrap/_wells.scss */
.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15);
}

/* line 22, ../sass/bootstrap/_wells.scss */
.well-lg {
    padding: 24px;
    border-radius: 6px;
}

/* line 26, ../sass/bootstrap/_wells.scss */
.well-sm {
    padding: 9px;
    border-radius: 3px;
}

/* line 6, ../sass/bootstrap/_close.scss */
.close {
    float: right;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    color: black;
    text-shadow: 0 1px 0 white;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

/* line 16, ../sass/bootstrap/_close.scss */
.close:hover, .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

/* line 29, ../sass/bootstrap/_close.scss */
button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

/* line 7, ../sass/bootstrap/_tooltip.scss */
.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    visibility: visible;
    font-size: 14px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
}

/* line 16, ../sass/bootstrap/_tooltip.scss */
.tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

/* line 17, ../sass/bootstrap/_tooltip.scss */
.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}

/* line 18, ../sass/bootstrap/_tooltip.scss */
.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}

/* line 19, ../sass/bootstrap/_tooltip.scss */
.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}

/* line 20, ../sass/bootstrap/_tooltip.scss */
.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}

/* line 24, ../sass/bootstrap/_tooltip.scss */
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: white;
    text-align: center;
    text-decoration: none;
    background-color: black;
    border-radius: 4px;
}

/* line 35, ../sass/bootstrap/_tooltip.scss */
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

/* line 43, ../sass/bootstrap/_tooltip.scss */
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: black;
}

/* line 50, ../sass/bootstrap/_tooltip.scss */
.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: black;
}

/* line 56, ../sass/bootstrap/_tooltip.scss */
.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    right: 5px;
    border-width: 5px 5px 0;
    border-top-color: black;
}

/* line 62, ../sass/bootstrap/_tooltip.scss */
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: black;
}

/* line 69, ../sass/bootstrap/_tooltip.scss */
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: black;
}

/* line 76, ../sass/bootstrap/_tooltip.scss */
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: black;
}

/* line 83, ../sass/bootstrap/_tooltip.scss */
.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: black;
}

/* line 89, ../sass/bootstrap/_tooltip.scss */
.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: black;
}

/* line 6, ../sass/bootstrap/_popovers.scss */
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    background-color: white;
    background-clip: padding-box;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    white-space: normal;
}

/* line 26, ../sass/bootstrap/_popovers.scss */
.popover.top {
    margin-top: -10px;
}

/* line 27, ../sass/bootstrap/_popovers.scss */
.popover.right {
    margin-left: 10px;
}

/* line 28, ../sass/bootstrap/_popovers.scss */
.popover.bottom {
    margin-top: 10px;
}

/* line 29, ../sass/bootstrap/_popovers.scss */
.popover.left {
    margin-left: -10px;
}

/* line 32, ../sass/bootstrap/_popovers.scss */
.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 16px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

/* line 43, ../sass/bootstrap/_popovers.scss */
.popover-content {
    padding: 9px 14px;
}

/* line 53, ../sass/bootstrap/_popovers.scss */
.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

/* line 62, ../sass/bootstrap/_popovers.scss */
.popover > .arrow {
    border-width: 11px;
}

/* line 65, ../sass/bootstrap/_popovers.scss */
.popover > .arrow:after {
    border-width: 10px;
    content: "";
}

/* line 71, ../sass/bootstrap/_popovers.scss */
.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999999;
    border-top-color: fadein(rgba(0, 0, 0, 0.2), 5%);
    bottom: -11px;
}

/* line 78, ../sass/bootstrap/_popovers.scss */
.popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: white;
}

/* line 86, ../sass/bootstrap/_popovers.scss */
.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999999;
    border-right-color: fadein(rgba(0, 0, 0, 0.2), 5%);
}

/* line 93, ../sass/bootstrap/_popovers.scss */
.popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: white;
}

/* line 101, ../sass/bootstrap/_popovers.scss */
.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: fadein(rgba(0, 0, 0, 0.2), 5%);
    top: -11px;
}

/* line 108, ../sass/bootstrap/_popovers.scss */
.popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: white;
}

/* line 117, ../sass/bootstrap/_popovers.scss */
.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: fadein(rgba(0, 0, 0, 0.2), 5%);
}

/* line 124, ../sass/bootstrap/_popovers.scss */
.popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: white;
    bottom: -10px;
}

/* line 7, ../sass/bootstrap/_carousel.scss */
.carousel {
    position: relative;
}

/* line 11, ../sass/bootstrap/_carousel.scss */
.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

/* line 16, ../sass/bootstrap/_carousel.scss */
.carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}

/* line 23, ../sass/bootstrap/_carousel.scss */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1;
}

/* line 31, ../sass/bootstrap/_carousel.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}

/* line 33, ../sass/bootstrap/_carousel.scss */
.carousel-inner > .active {
    left: 0;
}

/* line 38, ../sass/bootstrap/_carousel.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

/* line 44, ../sass/bootstrap/_carousel.scss */
.carousel-inner > .next {
    left: 100%;
}

/* line 47, ../sass/bootstrap/_carousel.scss */
.carousel-inner > .prev {
    left: -100%;
}

/* line 51, ../sass/bootstrap/_carousel.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0;
}

/* line 55, ../sass/bootstrap/_carousel.scss */
.carousel-inner > .active.left {
    left: -100%;
}

/* line 58, ../sass/bootstrap/_carousel.scss */
.carousel-inner > .active.right {
    left: 100%;
}

/* line 67, ../sass/bootstrap/_carousel.scss */
.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    background: #f3f4f5;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: white;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

/* line 84, ../sass/bootstrap/_carousel.scss */
.carousel-control.left {
    right: 36px;
}

/* line 87, ../sass/bootstrap/_carousel.scss */
.carousel-control.right {
    left: auto;
    right: 0;
}

/* line 94, ../sass/bootstrap/_carousel.scss */
.carousel-control:hover, .carousel-control:focus {
    outline: none;
    color: white;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

/* line 105, ../sass/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}

/* line 112, ../sass/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%;
}

/* line 116, ../sass/bootstrap/_carousel.scss */
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%;
}

/* line 120, ../sass/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    font-family: serif;
}

/* line 129, ../sass/bootstrap/_carousel.scss */
.carousel-control .icon-prev:before {
    content: '\2039';
}

/* line 134, ../sass/bootstrap/_carousel.scss */
.carousel-control .icon-next:before {
    content: '\203a';
}

/* line 145, ../sass/bootstrap/_carousel.scss */
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

/* line 156, ../sass/bootstrap/_carousel.scss */
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid white;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
}

/* line 177, ../sass/bootstrap/_carousel.scss */
.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: white;
}

/* line 188, ../sass/bootstrap/_carousel.scss */
.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: white;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

/* line 199, ../sass/bootstrap/_carousel.scss */
.carousel-caption .btn {
    text-shadow: none;
}

@media screen and (min-width: 768px) {
    .block_cadre_avec_motif:before {
        height: 45px;
        width: 100%;
        background: transparent;
        position: absolute;
        content: "";
        display: block;
        background-image: url(../img/Frise-loobook.png);
        background-position: 50% center;
        background-repeat: no-repeat;
        z-index: 1;
        margin-left: -78px;
        margin-top: -37px;
    }

    .footer-link:not(.first-part) .row .col-lg-3 {
        min-height: 246px !important;
    }

    /* line 213, ../sass/bootstrap/_carousel.scss */
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        margin-left: -15px;
        font-size: 30px;
    }

    /* line 223, ../sass/bootstrap/_carousel.scss */
    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }

    /* line 230, ../sass/bootstrap/_carousel.scss */
    .carousel-indicators {
        bottom: 20px;
    }
}

/* line 21, ../sass/bootstrap/_mixins.scss */
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

/* line 25, ../sass/bootstrap/_mixins.scss */
.clearfix:after {
    clear: both;
}

/* line 12, ../sass/bootstrap/_utilities.scss */
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* line 15, ../sass/bootstrap/_utilities.scss */
.pull-right {
    float: right !important;
}

/* line 18, ../sass/bootstrap/_utilities.scss */
.pull-left {
    float: left !important;
}

/* line 27, ../sass/bootstrap/_utilities.scss */
.hide {
    display: none !important;
}

/* line 30, ../sass/bootstrap/_utilities.scss */
.show {
    display: block !important;
}

/* line 33, ../sass/bootstrap/_utilities.scss */
.invisible {
    visibility: hidden;
}

/* line 36, ../sass/bootstrap/_utilities.scss */
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

/* line 45, ../sass/bootstrap/_utilities.scss */
.hidden {
    display: none !important;
    visibility: hidden !important;
}

/* line 54, ../sass/bootstrap/_utilities.scss */
.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

/* line 646, ../sass/bootstrap/_mixins.scss */
.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: none !important;
}

@media (max-width: 767px) {
    /* line 635, ../sass/bootstrap/_mixins.scss */
    .visible-xs {
        display: block !important;
    }

    /* line 638, ../sass/bootstrap/_mixins.scss */
    table.visible-xs {
        display: table;
    }

    /* line 639, ../sass/bootstrap/_mixins.scss */
    tr.visible-xs {
        display: table-row !important;
    }

    /* line 641, ../sass/bootstrap/_mixins.scss */
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    /* line 635, ../sass/bootstrap/_mixins.scss */
    .visible-sm {
        display: block !important;
    }

    /* line 638, ../sass/bootstrap/_mixins.scss */
    table.visible-sm {
        display: table;
    }

    /* line 639, ../sass/bootstrap/_mixins.scss */
    tr.visible-sm {
        display: table-row !important;
    }

    /* line 641, ../sass/bootstrap/_mixins.scss */
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    /* line 635, ../sass/bootstrap/_mixins.scss */
    .visible-md {
        display: block !important;
    }

    /* line 638, ../sass/bootstrap/_mixins.scss */
    table.visible-md {
        display: table;
    }

    /* line 639, ../sass/bootstrap/_mixins.scss */
    tr.visible-md {
        display: table-row !important;
    }

    /* line 641, ../sass/bootstrap/_mixins.scss */
    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    /* line 635, ../sass/bootstrap/_mixins.scss */
    .visible-lg {
        display: block !important;
    }

    /* line 638, ../sass/bootstrap/_mixins.scss */
    table.visible-lg {
        display: table;
    }

    /* line 639, ../sass/bootstrap/_mixins.scss */
    tr.visible-lg {
        display: table-row !important;
    }

    /* line 641, ../sass/bootstrap/_mixins.scss */
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    /* line 646, ../sass/bootstrap/_mixins.scss */
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    /* line 646, ../sass/bootstrap/_mixins.scss */
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    /* line 646, ../sass/bootstrap/_mixins.scss */
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    /* line 646, ../sass/bootstrap/_mixins.scss */
    .hidden-lg {
        display: none !important;
    }
}

/* line 646, ../sass/bootstrap/_mixins.scss */
.visible-print {
    display: none!important;
}

@media print {
    /* line 635, ../sass/bootstrap/_mixins.scss */
    .visible-print {
        display: block !important;
    }

    /* line 638, ../sass/bootstrap/_mixins.scss */
    table.visible-print {
        display: table;
    }

    /* line 639, ../sass/bootstrap/_mixins.scss */
    tr.visible-print {
        display: table-row !important;
    }

    /* line 641, ../sass/bootstrap/_mixins.scss */
    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

@media print {
    /* line 646, ../sass/bootstrap/_mixins.scss */
    .hidden-print {
        display: none !important;
    }
}

/* line 2, ../sass/components/_animations.scss */
.effect a {
    position: relative;
    display: inline-block;
    max-width: 100%;
}

/* line 6, ../sass/components/_animations.scss */
.effect a:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: auto;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

/* line 17, ../sass/components/_animations.scss */
.effect a:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

/* line 28, ../sass/components/_animations.scss */
.effect a:hover:before, .effect a:hover:after {
    width: 100%;
    height: 100%;
}

/* line 35, ../sass/components/_animations.scss */
.ImageWrapper {
    display: block;
    overflow: hidden;
    position: relative;
}

/* effect *******************/
@media (min-width: 991px) {
    /* line 39, ../sass/components/_animations.scss */
    .dropdown-menu,
    .popup-content {
        animation: animationmenus ease 0.5s;
        animation-iteration-count: 1;
        transform-origin: 50% 50%;
        animation-fill-mode: forwards;
        /*when the spec is finished*/
        -webkit-animation: animationmenus ease 0.5s;
        -webkit-animation-iteration-count: 1;
        -webkit-transform-origin: 50% 50%;
        -webkit-animation-fill-mode: forwards;
        /*Chrome 16+, Safari 4+*/
        -moz-animation: animationmenus ease 0.5s;
        -moz-animation-iteration-count: 1;
        -moz-transform-origin: 50% 50%;
        -moz-animation-fill-mode: forwards;
        /*FF 5+*/
        -o-animation: animationmenus ease 0.5s;
        -o-animation-iteration-count: 1;
        -o-transform-origin: 50% 50%;
        -o-animation-fill-mode: forwards;
        /*Not implemented yet*/
        -ms-animation: animationmenus ease 0.5s;
        -ms-animation-iteration-count: 1;
        -ms-transform-origin: 50% 50%;
        -ms-animation-fill-mode: forwards;
        /*IE 10+*/
    }
}

@-webkit-keyframes animationmenus {
    /* line 63, ../sass/components/_animations.scss */
    from {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: translate(0px, 10px);
        -ms-transform: translate(0px, 10px);
        transform: translate(0px, 10px);
    }

    /* line 67, ../sass/components/_animations.scss */
    to {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}

@-moz-keyframes animationmenus {
    /* line 73, ../sass/components/_animations.scss */
    from {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: translate(0px, 10px);
        -ms-transform: translate(0px, 10px);
        transform: translate(0px, 10px);
    }

    /* line 77, ../sass/components/_animations.scss */
    to {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}

@-o-keyframes animationmenus {
    /* line 83, ../sass/components/_animations.scss */
    from {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: translate(0px, 10px);
        -ms-transform: translate(0px, 10px);
        transform: translate(0px, 10px);
    }

    /* line 87, ../sass/components/_animations.scss */
    to {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}

@keyframes animationmenus {
    /* line 93, ../sass/components/_animations.scss */
    from {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: translate(0px, 10px);
        -ms-transform: translate(0px, 10px);
        transform: translate(0px, 10px);
    }

    /* line 97, ../sass/components/_animations.scss */
    to {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}

/*  =============================================
Button Layout and Color Scheme
============================================= */
/* line 106, ../sass/components/_animations.scss */
.WhiteRounded {
    background-color: #ffffff;
    border: medium none;
    display: inline-block !important;
    float: none !important;
    font-size: 14px;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    margin: 0 2px;
    text-align: center;
    width: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1);
}

/* line 107, ../sass/components/_animations.scss */
.WhiteRounded > a {
    color: #222222;
    display: block;
    font-weight: normal;
}

/* line 108, ../sass/components/_animations.scss */
.RedRounded {
    background-color: #D8322B;
    border: medium none;
    display: inline-block !important;
    float: none !important;
    font-size: 14px;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    margin: 0 2px;
    text-align: center;
    width: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1);
}

/* line 109, ../sass/components/_animations.scss */
.RedRounded > a {
    color: #FFFFFF;
    display: block;
    font-weight: normal;
}

/* line 110, ../sass/components/_animations.scss */
.BlackRounded {
    background-color: #222222;
    border: medium none;
    display: inline-block !important;
    float: none !important;
    font-size: 14px;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    margin: 0 2px;
    text-align: center;
    width: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1);
}

/* line 111, ../sass/components/_animations.scss */
.BlackRounded > a {
    color: #ffffff;
    display: block;
    font-weight: normal;
}

/* line 112, ../sass/components/_animations.scss */
.WhiteHollowRounded {
    border: 1px solid #ffffff;
    display: inline-block !important;
    float: none !important;
    font-size: 14px;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    margin: 0 2px;
    text-align: center;
    width: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

/* line 113, ../sass/components/_animations.scss */
.WhiteHollowRounded > a {
    color: #ffffff;
    display: block;
    font-weight: normal;
}

/* line 114, ../sass/components/_animations.scss */
.BlackHollowRounded {
    border: 1px solid #222222;
    display: inline-block !important;
    float: none !important;
    font-size: 14px;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    margin: 0 2px;
    text-align: center;
    width: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

/* line 115, ../sass/components/_animations.scss */
.BlackHollowRounded > a {
    color: #222222;
    display: block;
    font-weight: normal;
}

/* line 116, ../sass/components/_animations.scss */
.WhiteSquare {
    background-color: #ffffff;
    border: medium none;
    display: inline-block !important;
    float: none !important;
    font-size: 14px;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    margin: 0 2px;
    text-align: center;
    width: 40px;
    -webkit-border-radius: 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px;
    -ms-border-radius: 4px 4px 4px;
    -o-border-radius: 4px 4px 4px;
    border-radius: 4px 4px 4px;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1);
}

/* line 117, ../sass/components/_animations.scss */
.WhiteSquare > a {
    color: #222222;
    display: block;
    font-weight: normal;
}

/* line 118, ../sass/components/_animations.scss */
.BlackSquare {
    background-color: #222222;
    border: medium none;
    display: inline-block !important;
    float: none !important;
    font-size: 14px;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    margin: 0 2px;
    text-align: center;
    width: 40px;
    -webkit-border-radius: 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px;
    -ms-border-radius: 4px 4px 4px;
    -o-border-radius: 4px 4px 4px;
    border-radius: 4px 4px 4px;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1);
}

/* line 119, ../sass/components/_animations.scss */
.BlackSquare > a {
    color: #ffffff;
    display: block;
    font-weight: normal;
}

/* line 120, ../sass/components/_animations.scss */
.WhiteHollowSquare {
    border: 1px solid #ffffff;
    display: inline-block !important;
    float: none !important;
    font-size: 14px;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    margin: 0 2px;
    text-align: center;
    width: 40px;
    -webkit-border-radius: 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px;
    -ms-border-radius: 4px 4px 4px;
    -o-border-radius: 4px 4px 4px;
    border-radius: 4px 4px 4px;
}

/* line 121, ../sass/components/_animations.scss */
.WhiteHollowSquare > a {
    color: #ffffff;
    display: block;
    font-weight: normal;
}

/* line 122, ../sass/components/_animations.scss */
.BlackHollowSquare {
    border: 1px solid #222222;
    display: inline-block !important;
    float: none !important;
    font-size: 14px;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    margin: 0 2px;
    text-align: center;
    width: 40px;
    -webkit-border-radius: 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px;
    -ms-border-radius: 4px 4px 4px;
    -o-border-radius: 4px 4px 4px;
    border-radius: 4px 4px 4px;
}

/* line 123, ../sass/components/_animations.scss */
.BlackHollowSquare > a {
    color: #222222;
    display: block;
    font-weight: normal;
}

/* line 124, ../sass/components/_animations.scss */
.VisibleButtons {
    margin: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    margin-top: -20px;
}

/* line 125, ../sass/components/_animations.scss */
.VisibleImageOverlay {
    position: absolute;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .6;
    visibility: visible;
}

/*  =============================================
Overlay Effects
============================================= */
/* line 129, ../sass/components/_animations.scss */
.ImageWrapper .ImageOverlayH {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
}

/* line 130, ../sass/components/_animations.scss */
.ImageWrapper:hover .ImageOverlayH {
    opacity: 1;
}

/* line 131, ../sass/components/_animations.scss */
.ImageWrapper .ImageOverlayHe {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    height: 0;
    display: block;
    height: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
}

/* line 132, ../sass/components/_animations.scss */
.ImageWrapper:hover .ImageOverlayHe {
    height: 100%;
    top: 0;
    opacity: 1;
}

/* line 133, ../sass/components/_animations.scss */
.ImageWrapper .ImageOverlayLi:after {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    height: 100%;
    content: "";
    display: block;
    left: 0;
    opacity: 0;
    position: absolute;
    top: -100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
}

/* line 134, ../sass/components/_animations.scss */
.ImageWrapper:hover .ImageOverlayLi:after {
    top: -50%;
    opacity: 1;
}

/* line 135, ../sass/components/_animations.scss */
.ImageWrapper .ImageOverlayLi:before {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    bottom: -100%;
    height: 100%;
    content: "";
    display: block;
    left: 0;
    opacity: 0;
    position: absolute;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
}

/* line 136, ../sass/components/_animations.scss */
.ImageWrapper:hover .ImageOverlayLi:before {
    bottom: -50%;
    opacity: 1;
}

/* line 137, ../sass/components/_animations.scss */
.ImageWrapper .ImageOverlayBe:after {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    height: 100%;
    content: "";
    display: block;
    left: 0;
    opacity: 0;
    position: absolute;
    top: -100%;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -ms-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    width: 100%;
}

/* line 138, ../sass/components/_animations.scss */
.ImageWrapper:hover .ImageOverlayBe:after {
    top: 50%;
    opacity: 1;
}

/* line 139, ../sass/components/_animations.scss */
.ImageWrapper .ImageOverlayBe:before {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    bottom: -100%;
    height: 100%;
    content: "";
    display: block;
    left: 0;
    opacity: 0;
    position: absolute;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -ms-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    width: 100%;
}

/* line 140, ../sass/components/_animations.scss */
.ImageWrapper:hover .ImageOverlayBe:before {
    bottom: 50%;
    opacity: 1;
}

/* line 141, ../sass/components/_animations.scss */
.ImageWrapper .ImageOverlayB {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    height: 100%;
    display: block;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 0;
}

/* line 142, ../sass/components/_animations.scss */
.ImageWrapper:hover .ImageOverlayB {
    left: 0;
    width: 100%;
    opacity: 1;
}

/* line 143, ../sass/components/_animations.scss */
.ImageWrapper .ImageOverlayC:after {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    height: 100%;
    content: "";
    display: block;
    right: -100%;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
}

/* line 144, ../sass/components/_animations.scss */
.ImageWrapper:hover .ImageOverlayC:after {
    right: -50%;
    opacity: 1;
}

/* line 145, ../sass/components/_animations.scss */
.ImageWrapper .ImageOverlayC:before {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    height: 100%;
    content: "";
    display: block;
    left: -100%;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
}

/* line 146, ../sass/components/_animations.scss */
.ImageWrapper:hover .ImageOverlayC:before {
    left: -50%;
    opacity: 1;
}

/* line 147, ../sass/components/_animations.scss */
.ImageWrapper .ImageOverlayN:after {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    height: 100%;
    content: "";
    display: block;
    right: -100%;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -ms-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    width: 100%;
}

/* line 148, ../sass/components/_animations.scss */
.ImageWrapper:hover .ImageOverlayN:after {
    right: 50%;
    opacity: 1;
}

/* line 149, ../sass/components/_animations.scss */
.ImageWrapper .ImageOverlayN:before {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    height: 100%;
    content: "";
    display: block;
    left: -100%;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -ms-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    width: 100%;
}

/* line 150, ../sass/components/_animations.scss */
.ImageWrapper:hover .ImageOverlayN:before {
    left: 50%;
    opacity: 1;
}

/* line 151, ../sass/components/_animations.scss */
.ImageWrapper .ImageOverlayO {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    height: 100%;
    display: block;
    left: -100%;
    opacity: 0;
    position: absolute;
    top: -100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
}

/* line 152, ../sass/components/_animations.scss */
.ImageWrapper:hover .ImageOverlayO {
    left: 0;
    top: 0;
    opacity: 1;
}

/* line 153, ../sass/components/_animations.scss */
.ImageWrapper .ImageOverlayF {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    height: 100%;
    display: block;
    right: -100%;
    opacity: 0;
    position: absolute;
    top: -100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
}

/* line 154, ../sass/components/_animations.scss */
.ImageWrapper:hover .ImageOverlayF {
    right: 0;
    top: 0;
    opacity: 1;
}

/* line 155, ../sass/components/_animations.scss */
.ImageWrapper .ImageOverlayNe {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    height: 100%;
    display: block;
    left: -100%;
    opacity: 0;
    position: absolute;
    bottom: -100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
}

/* line 156, ../sass/components/_animations.scss */
.ImageWrapper:hover .ImageOverlayNe {
    bottom: 0;
    left: 0;
    opacity: 1;
}

/* line 157, ../sass/components/_animations.scss */
.ImageWrapper .ImageOverlayNa {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    height: 100%;
    display: block;
    right: -100%;
    opacity: 0;
    position: absolute;
    bottom: -100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
}

/* line 158, ../sass/components/_animations.scss */
.ImageWrapper:hover .ImageOverlayNa {
    bottom: 0;
    right: 0;
    opacity: 1;
}

/* line 159, ../sass/components/_animations.scss */
.ImageWrapper .ImageOverlayMg {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    height: 100%;
    display: block;
    left: 0;
    opacity: 0;
    position: absolute;
    top: -100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
}

/* line 160, ../sass/components/_animations.scss */
.ImageWrapper:hover .ImageOverlayMg {
    top: 0;
    opacity: 1;
}

/* line 161, ../sass/components/_animations.scss */
.ImageWrapper .ImageOverlayAl {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    height: 100%;
    display: block;
    left: 0;
    opacity: 0;
    position: absolute;
    bottom: -100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
}

/* line 162, ../sass/components/_animations.scss */
.ImageWrapper:hover .ImageOverlayAl {
    bottom: 0;
    opacity: 1;
}

/* line 163, ../sass/components/_animations.scss */
.ImageWrapper .ImageOverlaySi {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    height: 100%;
    display: block;
    top: 0;
    opacity: 0;
    position: absolute;
    right: -100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
}

/* line 164, ../sass/components/_animations.scss */
.ImageWrapper:hover .ImageOverlaySi {
    right: 0;
    opacity: 1;
}

/* line 165, ../sass/components/_animations.scss */
.ImageWrapper .ImageOverlayP {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    height: 100%;
    display: block;
    top: 0;
    opacity: 0;
    position: absolute;
    left: -100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
}

/* line 166, ../sass/components/_animations.scss */
.ImageWrapper:hover .ImageOverlayP {
    left: 0;
    opacity: 1;
}

/* line 167, ../sass/components/_animations.scss */
.ImageWrapper .ImageOverlayS {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    height: 100%;
    display: block;
    top: 0;
    opacity: 0;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
    -webkit-transform: rotate(180deg) scale(0);
    -moz-transform: rotate(180deg) scale(0);
    -ms-transform: rotate(180deg) scale(0);
    -o-transform: rotate(180deg) scale(0);
    transform: rotate(180deg) scale(0);
}

/* line 168, ../sass/components/_animations.scss */
.ImageWrapper:hover .ImageOverlayS {
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    -o-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    opacity: 1;
}

/* line 169, ../sass/components/_animations.scss */
.ImageWrapper .ImageOverlayCl {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    height: 100%;
    display: block;
    top: 0;
    opacity: 0;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
    -webkit-transform: rotate(-180deg) scale(0);
    -moz-transform: rotate(-180deg) scale(0);
    -ms-transform: rotate(-180deg) scale(0);
    -o-transform: rotate(-180deg) scale(0);
    transform: rotate(-180deg) scale(0);
}

/* line 170, ../sass/components/_animations.scss */
.ImageWrapper:hover .ImageOverlayCl {
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    -o-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    opacity: 1;
}

/* line 171, ../sass/components/_animations.scss */
.ImageWrapper .ImageOverlayArLeft:before {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    opacity: 0;
    content: "";
    display: block;
    position: absolute;
    top: -50%;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    width: 100%;
    height: 100%;
    left: -100%;
    overflow: hidden;
}

/* line 172, ../sass/components/_animations.scss */
.ImageWrapper .ImageOverlayArLeft:after {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    opacity: 0;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transition: all 0.2s ease .2s;
    -moz-transition: all 0.2s ease .2s;
    -ms-transition: all 0.2s ease .2s;
    -o-transition: all 0.2s ease .2s;
    transition: all 0.2s ease .2s;
    width: 100%;
    height: 100%;
    left: -100%;
    overflow: hidden;
}

/* line 173, ../sass/components/_animations.scss */
.ImageWrapper .ImageOverlayArRight:before {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    opacity: 0;
    content: "";
    display: block;
    position: absolute;
    top: -50%;
    -webkit-transition: all 0.2s ease .3s;
    -moz-transition: all 0.2s ease .3s;
    -ms-transition: all 0.2s ease .3s;
    -o-transition: all 0.2s ease .3s;
    transition: all 0.2s ease .3s;
    width: 100%;
    height: 100%;
    right: -100%;
    overflow: hidden;
}

/* line 174, ../sass/components/_animations.scss */
.ImageWrapper .ImageOverlayArRight:after {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    opacity: 0;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transition: all 0.2s ease .5s;
    -moz-transition: all 0.2s ease .5s;
    -ms-transition: all 0.2s ease .5s;
    -o-transition: all 0.2s ease .5s;
    transition: all 0.2s ease .5s;
    width: 100%;
    height: 100%;
    right: -100%;
    overflow: hidden;
}

/* line 175, ../sass/components/_animations.scss */
.ImageWrapper:hover .ImageOverlayArLeft:before, .ImageWrapper:hover .ImageOverlayArLeft:after {
    opacity: 1;
    left: 50%;
}

/* line 176, ../sass/components/_animations.scss */
.ImageWrapper:hover .ImageOverlayArRight:before, .ImageWrapper:hover .ImageOverlayArRight:after {
    opacity: 1;
    right: 50%;
}

/* line 177, ../sass/components/_animations.scss */
.ImageWrapper .ImageOverlayK {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform-style: preserve-3D;
    -moz-transform-style: preserve-3D;
    -ms-transform-style: preserve-3D;
    -o-transform-style: preserve-3D;
    transform-style: preserve-3D;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 178, ../sass/components/_animations.scss */
.ImageWrapper:hover .ImageOverlayK {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
}

/* line 179, ../sass/components/_animations.scss */
.ImageWrapper .ImageOverlayCa {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    -webkit-transform-origin: top right;
    -moz-transform-origin: top right;
    -ms-transform-origin: top right;
    -o-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform-style: preserve-3D;
    -moz-transform-style: preserve-3D;
    -ms-transform-style: preserve-3D;
    -o-transform-style: preserve-3D;
    transform-style: preserve-3D;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 180, ../sass/components/_animations.scss */
.ImageWrapper:hover .ImageOverlayCa {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
}

/* line 181, ../sass/components/_animations.scss */
.ImageWrapper .ImageOverlaySc {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform-style: preserve-3D;
    -moz-transform-style: preserve-3D;
    -ms-transform-style: preserve-3D;
    -o-transform-style: preserve-3D;
    transform-style: preserve-3D;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 182, ../sass/components/_animations.scss */
.ImageWrapper:hover .ImageOverlaySc {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
}

/* line 183, ../sass/components/_animations.scss */
.ImageWrapper .ImageOverlayTi {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    -webkit-transform-origin: bottom right;
    -moz-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    -o-transform-origin: bottom right;
    transform-origin: bottom right;
    -webkit-transform-style: preserve-3D;
    -moz-transform-style: preserve-3D;
    -ms-transform-style: preserve-3D;
    -o-transform-style: preserve-3D;
    transform-style: preserve-3D;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 184, ../sass/components/_animations.scss */
.ImageWrapper:hover .ImageOverlayTi {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
}

/*  =============================================
Background Transform
============================================= */
/* line 188, ../sass/components/_animations.scss */
.GrayScale {
    -webkit-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: .6;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 189, ../sass/components/_animations.scss */
.GrayScale:hover {
    -webkit-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

/* line 190, ../sass/components/_animations.scss */
.BackgroundS img {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 191, ../sass/components/_animations.scss */
.BackgroundS:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

/* line 192, ../sass/components/_animations.scss */
.BackgroundRR img {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 193, ../sass/components/_animations.scss */
.BackgroundRR:hover img {
    -webkit-transform: rotate(-10deg) scale(1.4);
    -moz-transform: rotate(-10deg) scale(1.4);
    -ms-transform: rotate(-10deg) scale(1.4);
    -o-transform: rotate(-10deg) scale(1.4);
    transform: rotate(-10deg) scale(1.4);
}

/* line 194, ../sass/components/_animations.scss */
.BackgroundR img {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 195, ../sass/components/_animations.scss */
.BackgroundR:hover img {
    -webkit-transform: rotate(10deg) scale(1.4);
    -moz-transform: rotate(10deg) scale(1.4);
    -ms-transform: rotate(10deg) scale(1.4);
    -o-transform: rotate(10deg) scale(1.4);
    transform: rotate(10deg) scale(1.4);
}

/* line 196, ../sass/components/_animations.scss */
.BackgroundRS img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 197, ../sass/components/_animations.scss */
.BackgroundRS:hover img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/* line 198, ../sass/components/_animations.scss */
.BackgroundF img {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 199, ../sass/components/_animations.scss */
.BackgroundF:hover img {
    opacity: 0;
}

/* line 200, ../sass/components/_animations.scss */
.BackgroundFS img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 201, ../sass/components/_animations.scss */
.BackgroundFS:hover img {
    -webkit-transform: scale(10);
    -moz-transform: scale(10);
    -ms-transform: scale(10);
    -o-transform: scale(10);
    transform: scale(10);
    opacity: 0;
}

/* line 202, ../sass/components/_animations.scss */
.BackgroundFRS img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 203, ../sass/components/_animations.scss */
.BackgroundFRS:hover img {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
}

/* line 204, ../sass/components/_animations.scss */
.SquareCircle {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 205, ../sass/components/_animations.scss */
.SquareCircle:hover {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

/* line 206, ../sass/components/_animations.scss */
.CircleSquare {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 207, ../sass/components/_animations.scss */
.CircleSquare:hover {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

/*  =============================================
Cubic Effects
============================================= */
/* line 211, ../sass/components/_animations.scss */
.ImageWrapper .CStyleH {
    margin: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    visibility: hidden;
    width: 100%;
    -webkit-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15);
    -moz-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15);
    -ms-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15);
    -o-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15);
    transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15);
}

/* line 212, ../sass/components/_animations.scss */
.ImageWrapper:hover .CStyleH {
    margin-top: -20px;
    opacity: 1;
    top: 50%;
    visibility: visible;
}

/* line 213, ../sass/components/_animations.scss */
.ImageWrapper .CStyleHe {
    visibility: hidden;
    margin: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    bottom: 0;
    width: 100%;
    -webkit-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15);
    -moz-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15);
    -ms-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15);
    -o-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15);
    transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15);
}

/* line 214, ../sass/components/_animations.scss */
.ImageWrapper:hover .CStyleHe {
    margin-bottom: -20px;
    opacity: 1;
    bottom: 50%;
    visibility: visible;
}

/* line 215, ../sass/components/_animations.scss */
.ImageWrapper .CStyleLi {
    visibility: hidden;
    margin: 0;
    opacity: 0;
    position: absolute;
    text-align: right;
    right: 0;
    width: 100%;
    top: 50%;
    margin-top: -20px;
    -webkit-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15);
    -moz-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15);
    -ms-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15);
    -o-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15);
    transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15);
}

/* line 216, ../sass/components/_animations.scss */
.ImageWrapper:hover .CStyleLi {
    margin-right: -42px;
    opacity: 1;
    right: 50%;
    visibility: visible;
}

/* line 217, ../sass/components/_animations.scss */
.ImageWrapper .CStyleBe {
    visibility: hidden;
    margin: 0;
    opacity: 0;
    position: absolute;
    text-align: left;
    left: 0;
    width: 100%;
    top: 50%;
    margin-top: -20px;
    -webkit-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15);
    -moz-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15);
    -ms-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15);
    -o-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15);
    transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15);
}

/* line 218, ../sass/components/_animations.scss */
.ImageWrapper:hover .CStyleBe {
    margin-left: -42px;
    opacity: 1;
    left: 50%;
    visibility: visible;
}

/* line 219, ../sass/components/_animations.scss */
.ImageWrapper .CStyleB {
    visibility: hidden;
    margin: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    margin-top: -20px;
    -webkit-transform: scale(0.2);
    -moz-transform: scale(0.2);
    -ms-transform: scale(0.2);
    -o-transform: scale(0.2);
    transform: scale(0.2);
    -webkit-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15);
    -moz-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15);
    -ms-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15);
    -o-transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15);
    transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15);
}

/* line 220, ../sass/components/_animations.scss */
.ImageWrapper:hover .CStyleB {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/* line 221, ../sass/components/_animations.scss */
.ImageWrapper .CStyleC span {
    position: absolute;
}

/* line 222, ../sass/components/_animations.scss */
.ImageWrapper .CStyleC span:nth-of-type(1) {
    bottom: 50%;
    top: 50%;
    left: 0;
    margin: -20px 0 0 -68px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 400ms cubic-bezier(1, 0, 0.57, 0) !important;
    -webkit-transition: all 400ms cubic-bezier(1, -0.36, 0.57, -0.15) !important;
    -moz-transition: all 400ms cubic-bezier(1, -0.36, 0.57, -0.15) !important;
    -ms-transition: all 400ms cubic-bezier(1, -0.36, 0.57, -0.15) !important;
    -o-transition: all 400ms cubic-bezier(1, -0.36, 0.57, -0.15) !important;
    transition: all 400ms cubic-bezier(1, -0.36, 0.57, -0.15) !important;
}

/* line 223, ../sass/components/_animations.scss */
.ImageWrapper .CStyleC span:nth-of-type(2) {
    bottom: 50%;
    top: 50%;
    left: 50%;
    right: 50%;
    margin: -20px 0 0 -20px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 224, ../sass/components/_animations.scss */
.ImageWrapper .CStyleC span:nth-of-type(3) {
    bottom: 50%;
    top: 50%;
    right: 0;
    margin: -20px -68px 0 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 400ms cubic-bezier(1, 0, 0.57, 0) !important;
    -webkit-transition: all 400ms cubic-bezier(1, -0.36, 0.57, -0.15) !important;
    -moz-transition: all 400ms cubic-bezier(1, -0.36, 0.57, -0.15) !important;
    -ms-transition: all 400ms cubic-bezier(1, -0.36, 0.57, -0.15) !important;
    -o-transition: all 400ms cubic-bezier(1, -0.36, 0.57, -0.15) !important;
    transition: all 400ms cubic-bezier(1, -0.36, 0.57, -0.15) !important;
}

/* line 225, ../sass/components/_animations.scss */
.ImageWrapper:hover .CStyleC span:nth-of-type(1) {
    left: 50%;
    visibility: visible;
    opacity: 1;
}

/* line 226, ../sass/components/_animations.scss */
.ImageWrapper:hover .CStyleC span:nth-of-type(2) {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/* line 227, ../sass/components/_animations.scss */
.ImageWrapper:hover .CStyleC span:nth-of-type(3) {
    right: 50%;
    visibility: visible;
    opacity: 1;
}

/*  =============================================
Button Effects
============================================= */
/* line 231, ../sass/components/_animations.scss */
.ImageWrapper .StyleH {
    visibility: hidden;
    margin: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    margin-top: -20px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 232, ../sass/components/_animations.scss */
.ImageWrapper:hover .StyleH {
    opacity: 1;
    visibility: visible;
}

/* line 233, ../sass/components/_animations.scss */
.ImageWrapper .StyleHe {
    margin: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    visibility: hidden;
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 234, ../sass/components/_animations.scss */
.ImageWrapper:hover .StyleHe {
    margin-top: -20px;
    opacity: 1;
    top: 50%;
    visibility: visible;
}

/* line 235, ../sass/components/_animations.scss */
.ImageWrapper .StyleLi {
    visibility: hidden;
    margin: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    bottom: 0;
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 236, ../sass/components/_animations.scss */
.ImageWrapper:hover .StyleLi {
    margin-bottom: -20px;
    opacity: 1;
    bottom: 50%;
    visibility: visible;
}

/* line 237, ../sass/components/_animations.scss */
.ImageWrapper .StyleBe {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    text-align: right;
    right: 0;
    width: 100%;
    top: 50%;
    margin-top: -20px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 238, ../sass/components/_animations.scss */
.ImageWrapper:hover .StyleBe {
    margin-right: -42px;
    opacity: 1;
    right: 50%;
    visibility: visible;
}

/* line 239, ../sass/components/_animations.scss */
.ImageWrapper .StyleB {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    text-align: left;
    left: 0;
    width: 100%;
    top: 50%;
    margin-top: -20px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 240, ../sass/components/_animations.scss */
.ImageWrapper:hover .StyleB {
    margin-left: -42px;
    opacity: 1;
    left: 50%;
    visibility: visible;
}

/* line 241, ../sass/components/_animations.scss */
.ImageWrapper .StyleC {
    /* visibility: hidden;
  opacity: 0;*/
    position: absolute;
    text-align: center;
    width: 100%;
    /* top: 50%;
  margin-top: -20px;
  -webkit-transform: scale(0.2);
  -moz-transform: scale(0.2);
  -ms-transform: scale(0.2);
  -o-transform: scale(0.2);
  transform: scale(0.2);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;*/
}

/* line 242, ../sass/components/_animations.scss */
.ImageWrapper:hover .StyleC {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/* line 243, ../sass/components/_animations.scss */
.ImageWrapper .StyleN {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    margin-top: -20px;
    visibility: visible;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 244, ../sass/components/_animations.scss */
.ImageWrapper:hover .StyleN {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

/* line 245, ../sass/components/_animations.scss */
.ImageWrapper .StyleO span {
    position: absolute;
}

/* line 246, ../sass/components/_animations.scss */
.ImageWrapper .StyleO span:nth-of-type(1) {
    bottom: 50%;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -42px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 247, ../sass/components/_animations.scss */
.ImageWrapper .StyleO span:nth-of-type(2) {
    bottom: 50%;
    top: 50%;
    right: 50%;
    margin: -20px -42px 0 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 248, ../sass/components/_animations.scss */
.ImageWrapper:hover .StyleO span:nth-of-type(1) {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

/* line 249, ../sass/components/_animations.scss */
.ImageWrapper:hover .StyleO span:nth-of-type(2) {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

/* line 250, ../sass/components/_animations.scss */
.ImageWrapper .StyleF {
    visibility: hidden;
    -webkit-transform: scale(0.5) rotateX(360deg);
    -moz-transform: scale(0.5) rotateX(360deg);
    -ms-transform: scale(0.5) rotateX(360deg);
    -o-transform: scale(0.5) rotateX(360deg);
    transform: scale(0.5) rotateX(360deg);
    margin: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    margin-top: -20px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 251, ../sass/components/_animations.scss */
.ImageWrapper:hover .StyleF {
    opacity: 1;
    -webkit-transform: scale(1) rotateX(0deg);
    -moz-transform: scale(1) rotateX(0deg);
    -ms-transform: scale(1) rotateX(0deg);
    -o-transform: scale(1) rotateX(0deg);
    transform: scale(1) rotateX(0deg);
    visibility: visible;
}

/* line 252, ../sass/components/_animations.scss */
.ImageWrapper .StyleNe {
    visibility: hidden;
    margin: 0;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    margin-top: -20px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 253, ../sass/components/_animations.scss */
.ImageWrapper:hover .StyleNe {
    opacity: 1;
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
    visibility: visible;
}

/* line 254, ../sass/components/_animations.scss */
.ImageWrapper .StyleNa {
    visibility: hidden;
    -webkit-transform: scale(0.2) rotateY(360deg);
    -moz-transform: scale(0.2) rotateY(360deg);
    -ms-transform: scale(0.2) rotateY(360deg);
    -o-transform: scale(0.2) rotateY(360deg);
    transform: scale(0.2) rotateY(360deg);
    margin: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    margin-top: -20px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 255, ../sass/components/_animations.scss */
.ImageWrapper:hover .StyleNa {
    opacity: 1;
    -webkit-transform: scale(1) rotateY(0deg);
    -moz-transform: scale(1) rotateY(0deg);
    -ms-transform: scale(1) rotateY(0deg);
    -o-transform: scale(1) rotateY(0deg);
    transform: scale(1) rotateY(0deg);
    visibility: visible;
}

/* line 256, ../sass/components/_animations.scss */
.ImageWrapper .StyleMg span {
    position: absolute;
}

/* line 257, ../sass/components/_animations.scss */
.ImageWrapper .StyleMg span:nth-of-type(1) {
    bottom: 50%;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -82px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 258, ../sass/components/_animations.scss */
.ImageWrapper .StyleMg span:nth-of-type(2) {
    bottom: 50%;
    top: 50%;
    right: 50%;
    margin: -20px -82px 0 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 259, ../sass/components/_animations.scss */
.ImageWrapper:hover .StyleMg span:nth-of-type(1) {
    margin: -20px 0 0 -42px;
    visibility: visible;
    opacity: 1;
}

/* line 260, ../sass/components/_animations.scss */
.ImageWrapper:hover .StyleMg span:nth-of-type(2) {
    margin: -20px -42px 0 0;
    visibility: visible;
    opacity: 1;
}

/* line 261, ../sass/components/_animations.scss */
.ImageWrapper .StyleAl span {
    position: absolute;
}

/* line 262, ../sass/components/_animations.scss */
.ImageWrapper .StyleAl span:nth-of-type(1) {
    top: 0;
    left: 50%;
    margin: -20px 0 0 -42px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 263, ../sass/components/_animations.scss */
.ImageWrapper .StyleAl span:nth-of-type(2) {
    bottom: 0;
    right: 50%;
    margin: 0 -42px -20px 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 264, ../sass/components/_animations.scss */
.ImageWrapper:hover .StyleAl span:nth-of-type(1) {
    top: 50%;
    visibility: visible;
    opacity: 1;
}

/* line 265, ../sass/components/_animations.scss */
.ImageWrapper:hover .StyleAl span:nth-of-type(2) {
    bottom: 50%;
    visibility: visible;
    opacity: 1;
}

/* line 266, ../sass/components/_animations.scss */
.ImageWrapper .StyleSi span {
    position: absolute;
}

/* line 267, ../sass/components/_animations.scss */
.ImageWrapper .StyleSi span:nth-of-type(1) {
    bottom: 0;
    left: 50%;
    margin: 0 0 -20px -42px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 268, ../sass/components/_animations.scss */
.ImageWrapper .StyleSi span:nth-of-type(2) {
    top: 0;
    right: 50%;
    margin: -20px -42px 0 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 269, ../sass/components/_animations.scss */
.ImageWrapper:hover .StyleSi span:nth-of-type(1) {
    bottom: 50%;
    visibility: visible;
    opacity: 1;
}

/* line 270, ../sass/components/_animations.scss */
.ImageWrapper:hover .StyleSi span:nth-of-type(2) {
    top: 50%;
    visibility: visible;
    opacity: 1;
}

/* line 271, ../sass/components/_animations.scss */
.ImageWrapper .StyleP span {
    position: absolute;
}

/* line 272, ../sass/components/_animations.scss */
.ImageWrapper .StyleP span:nth-of-type(1) {
    top: 0;
    left: 0;
    margin: -40px 0 0 -40px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 273, ../sass/components/_animations.scss */
.ImageWrapper .StyleP span:nth-of-type(2) {
    bottom: 0;
    right: 0;
    margin: 0 -40px -40px 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 274, ../sass/components/_animations.scss */
.ImageWrapper:hover .StyleP span:nth-of-type(1) {
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -42px;
    visibility: visible;
    opacity: 1;
}

/* line 275, ../sass/components/_animations.scss */
.ImageWrapper:hover .StyleP span:nth-of-type(2) {
    bottom: 50%;
    right: 50%;
    margin: 0 -42px -20px 0;
    visibility: visible;
    opacity: 1;
}

/* line 276, ../sass/components/_animations.scss */
.ImageWrapper .StyleS span {
    position: absolute;
}

/* line 277, ../sass/components/_animations.scss */
.ImageWrapper .StyleS span:nth-of-type(1) {
    bottom: 0;
    left: 0;
    margin: -40px 0 0 -40px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 278, ../sass/components/_animations.scss */
.ImageWrapper .StyleS span:nth-of-type(2) {
    top: 0;
    right: 0;
    margin: 0 -40px -40px 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 279, ../sass/components/_animations.scss */
.ImageWrapper:hover .StyleS span:nth-of-type(1) {
    bottom: 50%;
    left: 50%;
    margin: 0 0 -20px -42px;
    visibility: visible;
    opacity: 1;
}

/* line 280, ../sass/components/_animations.scss */
.ImageWrapper:hover .StyleS span:nth-of-type(2) {
    top: 50%;
    right: 50%;
    margin: -20px -42px 0 0;
    visibility: visible;
    opacity: 1;
}

/* line 281, ../sass/components/_animations.scss */
.ImageWrapper .StyleCl {
    visibility: hidden;
    margin: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    margin-top: -20px;
    visibility: visible;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 282, ../sass/components/_animations.scss */
.ImageWrapper:hover .StyleCl {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotateX(360deg);
    -moz-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    -o-transform: rotateX(360deg);
    transform: rotateX(360deg);
}

/* line 283, ../sass/components/_animations.scss */
.ImageWrapper .StyleAr span {
    position: absolute;
}

/* line 284, ../sass/components/_animations.scss */
.ImageWrapper .StyleAr span:nth-of-type(1) {
    top: 50%;
    bottom: 50%;
    left: 50%;
    margin: -20px 0 0 -42px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0.2) rotate(0deg);
    -moz-transform: scale(0.2) rotate(0deg);
    -ms-transform: scale(0.2) rotate(0deg);
    -o-transform: scale(0.2) rotate(0deg);
    transform: scale(0.2) rotate(0deg);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 285, ../sass/components/_animations.scss */
.ImageWrapper .StyleAr span:nth-of-type(2) {
    top: 50%;
    bottom: 50%;
    right: 50%;
    margin: -20px -42px 0 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0.2) rotate(0deg);
    -moz-transform: scale(0.2) rotate(0deg);
    -ms-transform: scale(0.2) rotate(0deg);
    -o-transform: scale(0.2) rotate(0deg);
    transform: scale(0.2) rotate(0deg);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 286, ../sass/components/_animations.scss */
.ImageWrapper:hover .StyleAr span:nth-of-type(1) {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1) rotate(360deg);
    -moz-transform: scale(1) rotate(360deg);
    -ms-transform: scale(1) rotate(360deg);
    -o-transform: scale(1) rotate(360deg);
    transform: scale(1) rotate(360deg);
}

/* line 287, ../sass/components/_animations.scss */
.ImageWrapper:hover .StyleAr span:nth-of-type(2) {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1) rotate(360deg);
    -moz-transform: scale(1) rotate(360deg);
    -ms-transform: scale(1) rotate(360deg);
    -o-transform: scale(1) rotate(360deg);
    transform: scale(1) rotate(360deg);
}

/* line 288, ../sass/components/_animations.scss */
.ImageWrapper .StyleK span {
    position: absolute;
}

/* line 289, ../sass/components/_animations.scss */
.ImageWrapper .StyleK span:nth-of-type(1) {
    top: 50%;
    bottom: 50%;
    left: 50%;
    margin: -20px 0 0 -42px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 290, ../sass/components/_animations.scss */
.ImageWrapper .StyleK span:nth-of-type(2) {
    top: 50%;
    bottom: 50%;
    right: 50%;
    margin: -20px -42px 0 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 291, ../sass/components/_animations.scss */
.ImageWrapper:hover .StyleK span:nth-of-type(1) {
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

/* line 292, ../sass/components/_animations.scss */
.ImageWrapper:hover .StyleK span:nth-of-type(2) {
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

/* line 293, ../sass/components/_animations.scss */
.ImageWrapper .StyleCa span {
    position: absolute;
}

/* line 294, ../sass/components/_animations.scss */
.ImageWrapper .StyleCa span:nth-of-type(1) {
    top: 50%;
    bottom: 50%;
    left: 50%;
    margin: -20px 0 0 -42px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0.2) rotateY(0deg);
    -moz-transform: scale(0.2) rotateY(0deg);
    -ms-transform: scale(0.2) rotateY(0deg);
    -o-transform: scale(0.2) rotateY(0deg);
    transform: scale(0.2) rotateY(0deg);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 295, ../sass/components/_animations.scss */
.ImageWrapper .StyleCa span:nth-of-type(2) {
    top: 50%;
    bottom: 50%;
    right: 50%;
    margin: -20px -42px 0 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0.2) rotateY(0deg);
    -moz-transform: scale(0.2) rotateY(0deg);
    -ms-transform: scale(0.2) rotateY(0deg);
    -o-transform: scale(0.2) rotateY(0deg);
    transform: scale(0.2) rotateY(0deg);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 296, ../sass/components/_animations.scss */
.ImageWrapper:hover .StyleCa span:nth-of-type(1) {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1) rotateY(360deg);
    -moz-transform: scale(1) rotateY(360deg);
    -ms-transform: scale(1) rotateY(360deg);
    -o-transform: scale(1) rotateY(360deg);
    transform: scale(1) rotateY(360deg);
}

/* line 297, ../sass/components/_animations.scss */
.ImageWrapper:hover .StyleCa span:nth-of-type(2) {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1) rotateY(360deg);
    -moz-transform: scale(1) rotateY(360deg);
    -ms-transform: scale(1) rotateY(360deg);
    -o-transform: scale(1) rotateY(360deg);
    transform: scale(1) rotateY(360deg);
}

/* line 298, ../sass/components/_animations.scss */
.ImageWrapper .StyleSc span {
    position: absolute;
}

/* line 299, ../sass/components/_animations.scss */
.ImageWrapper .StyleSc span:nth-of-type(1) {
    bottom: 50%;
    top: 50%;
    left: 0;
    margin: -20px 0 0 -68px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 300, ../sass/components/_animations.scss */
.ImageWrapper .StyleSc span:nth-of-type(2) {
    top: 0;
    right: 50%;
    left: 50%;
    margin: -20px 0 0 -20px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 301, ../sass/components/_animations.scss */
.ImageWrapper .StyleSc span:nth-of-type(3) {
    bottom: 50%;
    top: 50%;
    right: 0;
    margin: -20px -68px 0 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 302, ../sass/components/_animations.scss */
.ImageWrapper:hover .StyleSc span:nth-of-type(1) {
    left: 50%;
    visibility: visible;
    opacity: 1;
}

/* line 303, ../sass/components/_animations.scss */
.ImageWrapper:hover .StyleSc span:nth-of-type(2) {
    top: 50%;
    visibility: visible;
    opacity: 1;
}

/* line 304, ../sass/components/_animations.scss */
.ImageWrapper:hover .StyleSc span:nth-of-type(3) {
    right: 50%;
    visibility: visible;
    opacity: 1;
}

/* line 305, ../sass/components/_animations.scss */
.ImageWrapper .StyleTi span {
    position: absolute;
}

/* line 306, ../sass/components/_animations.scss */
.ImageWrapper .StyleTi span:nth-of-type(1) {
    bottom: 50%;
    top: 50%;
    left: 0;
    margin: -20px 0 0 -68px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 307, ../sass/components/_animations.scss */
.ImageWrapper .StyleTi span:nth-of-type(2) {
    bottom: 50%;
    top: 50%;
    left: 50%;
    right: 50%;
    margin: -20px 0 0 -20px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 308, ../sass/components/_animations.scss */
.ImageWrapper .StyleTi span:nth-of-type(3) {
    bottom: 50%;
    top: 50%;
    right: 0;
    margin: -20px -68px 0 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 309, ../sass/components/_animations.scss */
.ImageWrapper:hover .StyleTi span:nth-of-type(1) {
    left: 50%;
    visibility: visible;
    opacity: 1;
}

/* line 310, ../sass/components/_animations.scss */
.ImageWrapper:hover .StyleTi span:nth-of-type(2) {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/* line 311, ../sass/components/_animations.scss */
.ImageWrapper:hover .StyleTi span:nth-of-type(3) {
    right: 50%;
    visibility: visible;
    opacity: 1;
}

/* line 312, ../sass/components/_animations.scss */
.ImageWrapper .StyleV span {
    position: absolute;
}

/* line 313, ../sass/components/_animations.scss */
.ImageWrapper .StyleV span:nth-of-type(1) {
    top: 0;
    left: 50%;
    margin: -20px 0 0 -68px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 200ms cubic-bezier(0, 1.135, 0.73, 1.405) 0.2s;
    -moz-transition: all 200ms cubic-bezier(0, 1.135, 0.73, 1.405) 0.2s;
    -ms-transition: all 200ms cubic-bezier(0, 1.135, 0.73, 1.405) 0.2s;
    -o-transition: all 200ms cubic-bezier(0, 1.135, 0.73, 1.405) 0.2s;
    transition: all 200ms cubic-bezier(0, 1.135, 0.73, 1.405) 0.2s;
}

/* line 314, ../sass/components/_animations.scss */
.ImageWrapper .StyleV span:nth-of-type(2) {
    top: 0;
    left: 50%;
    margin: -20px 0 0 -20px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 200ms cubic-bezier(0, 1.135, 0.73, 1.405) 0.3s;
    -moz-transition: all 200ms cubic-bezier(0, 1.135, 0.73, 1.405) 0.3s;
    -ms-transition: all 200ms cubic-bezier(0, 1.135, 0.73, 1.405) 0.3s;
    -o-transition: all 200ms cubic-bezier(0, 1.135, 0.73, 1.405) 0.3s;
    transition: all 200ms cubic-bezier(0, 1.135, 0.73, 1.405) 0.3s;
}

/* line 315, ../sass/components/_animations.scss */
.ImageWrapper .StyleV span:nth-of-type(3) {
    top: 0;
    right: 50%;
    margin: -20px -68px 0 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 200ms cubic-bezier(0, 1.135, 0.73, 1.405) 0.4s;
    -moz-transition: all 200ms cubic-bezier(0, 1.135, 0.73, 1.405) 0.4s;
    -ms-transition: all 200ms cubic-bezier(0, 1.135, 0.73, 1.405) 0.4s;
    -o-transition: all 200ms cubic-bezier(0, 1.135, 0.73, 1.405) 0.4s;
    transition: all 200ms cubic-bezier(0, 1.135, 0.73, 1.405) 0.4s;
}

/* line 316, ../sass/components/_animations.scss */
.ImageWrapper:hover .StyleV span:nth-of-type(1) {
    top: 50%;
    visibility: visible;
    opacity: 1;
}

/* line 317, ../sass/components/_animations.scss */
.ImageWrapper:hover .StyleV span:nth-of-type(2) {
    top: 50%;
    visibility: visible;
    opacity: 1;
}

/* line 318, ../sass/components/_animations.scss */
.ImageWrapper:hover .StyleV span:nth-of-type(3) {
    top: 50%;
    visibility: visible;
    opacity: 1;
}

/*  =============================================
Plus Button Effects
============================================= */
/* line 322, ../sass/components/_animations.scss */
.ImageWrapper .PStyleH {
    background: url(../img/plus.png) no-repeat scroll center center/60px 60px #222222;
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 7;
}

/* line 323, ../sass/components/_animations.scss */
.ImageWrapper:hover .PStyleH {
    opacity: .6;
    visibility: visible;
}

/* line 324, ../sass/components/_animations.scss */
.ImageWrapper .PStyleHe {
    position: absolute;
    background: url(../img/plus.png) no-repeat scroll center center/100% 100% #222222;
    width: 100%;
    height: 100%;
    z-index: 3;
    -webkit-background-origin: padding-box, padding-box;
    -moz-background-origin: padding-box, padding-box;
    -ms-background-origin: padding-box, padding-box;
    -o-background-origin: padding-box, padding-box;
    background-origin: padding-box, padding-box;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: 10px 10px, 100% 100%;
    -moz-background-size: 10px 10px, 100% 100%;
    -ms-background-size: 10px 10px, 100% 100%;
    -o-background-size: 10px 10px, 100% 100%;
    background-size: 10px 10px, 100% 100%;
    opacity: 0;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 325, ../sass/components/_animations.scss */
.ImageWrapper:hover .PStyleHe {
    opacity: .6;
    -webkit-background-size: 60px 60px, 100% 100%;
    -moz-background-size: 60px 60px, 100% 100%;
    -ms-background-size: 60px 60px, 100% 100%;
    -o-background-size: 60px 60px, 100% 100%;
    background-size: 60px 60px, 100% 100%;
    visibility: visible;
}

/* line 326, ../sass/components/_animations.scss */
.ImageWrapper .PStyleLi {
    -webkit-transform: scale(0.5) rotateY(180deg);
    -moz-transform: scale(0.5) rotateY(180deg);
    -ms-transform: scale(0.5) rotateY(180deg);
    -o-transform: scale(0.5) rotateY(180deg);
    transform: scale(0.5) rotateY(180deg);
    background: url(../img/plus.png) no-repeat scroll center center/60px 60px #222222;
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 7;
}

/* line 327, ../sass/components/_animations.scss */
.ImageWrapper:hover .PStyleLi {
    opacity: .6;
    -webkit-transform: scale(1) rotateY(0deg);
    -moz-transform: scale(1) rotateY(0deg);
    -ms-transform: scale(1) rotateY(0deg);
    -o-transform: scale(1) rotateY(0deg);
    transform: scale(1) rotateY(0deg);
    visibility: visible;
}

/* line 328, ../sass/components/_animations.scss */
.ImageWrapper .PStyleBe {
    -webkit-transform: scale(0.5) rotateX(180deg);
    -moz-transform: scale(0.5) rotateX(180deg);
    -ms-transform: scale(0.5) rotateX(180deg);
    -o-transform: scale(0.5) rotateX(180deg);
    transform: scale(0.5) rotateX(180deg);
    background: url(../img/plus.png) no-repeat scroll center center/60px 60px #222222;
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 7;
}

/* line 329, ../sass/components/_animations.scss */
.ImageWrapper:hover .PStyleBe {
    opacity: .6;
    -webkit-transform: scale(1) rotateX(0deg);
    -moz-transform: scale(1) rotateX(0deg);
    -ms-transform: scale(1) rotateX(0deg);
    -o-transform: scale(1) rotateX(0deg);
    transform: scale(1) rotateX(0deg);
    visibility: visible;
}

/* line 330, ../sass/components/_animations.scss */
.ImageWrapper .PStyleB {
    position: absolute;
    background: url(../img/plus.png) no-repeat scroll top left/100% 100% #222222;
    width: 100%;
    height: 100%;
    z-index: 3;
    -webkit-background-origin: padding-box, padding-box;
    -moz-background-origin: padding-box, padding-box;
    -ms-background-origin: padding-box, padding-box;
    -o-background-origin: padding-box, padding-box;
    background-origin: padding-box, padding-box;
    background-position: top left;
    background-repeat: no-repeat;
    -webkit-background-size: 10px 10px, 100% 100%;
    -moz-background-size: 10px 10px, 100% 100%;
    -ms-background-size: 10px 10px, 100% 100%;
    -o-background-size: 10px 10px, 100% 100%;
    background-size: 10px 10px, 100% 100%;
    opacity: 0;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 331, ../sass/components/_animations.scss */
.ImageWrapper:hover .PStyleB {
    opacity: .6;
    -webkit-background-size: 60px 60px, 100% 100%;
    -moz-background-size: 60px 60px, 100% 100%;
    -ms-background-size: 60px 60px, 100% 100%;
    -o-background-size: 60px 60px, 100% 100%;
    background-size: 60px 60px, 100% 100%;
    visibility: visible;
    background-position: center center;
}

/* line 332, ../sass/components/_animations.scss */
.ImageWrapper .PStyleC {
    position: absolute;
    background: url(../img/plus.png) no-repeat scroll top left/100% 100% #222222;
    width: 100%;
    height: 100%;
    z-index: 3;
    -webkit-background-origin: padding-box, padding-box;
    -moz-background-origin: padding-box, padding-box;
    -ms-background-origin: padding-box, padding-box;
    -o-background-origin: padding-box, padding-box;
    background-origin: padding-box, padding-box;
    background-position: top right;
    background-repeat: no-repeat;
    -webkit-background-size: 10px 10px, 100% 100%;
    -moz-background-size: 10px 10px, 100% 100%;
    -ms-background-size: 10px 10px, 100% 100%;
    -o-background-size: 10px 10px, 100% 100%;
    background-size: 10px 10px, 100% 100%;
    opacity: 0;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 333, ../sass/components/_animations.scss */
.ImageWrapper:hover .PStyleC {
    opacity: .6;
    -webkit-background-size: 60px 60px, 100% 100%;
    -moz-background-size: 60px 60px, 100% 100%;
    -ms-background-size: 60px 60px, 100% 100%;
    -o-background-size: 60px 60px, 100% 100%;
    background-size: 60px 60px, 100% 100%;
    visibility: visible;
    background-position: center center;
}

/* line 334, ../sass/components/_animations.scss */
.ImageWrapper .PStyleN {
    position: absolute;
    background: url(../img/plus.png) no-repeat scroll top left/100% 100% #222222;
    width: 100%;
    height: 100%;
    z-index: 3;
    -webkit-background-origin: padding-box, padding-box;
    -moz-background-origin: padding-box, padding-box;
    -ms-background-origin: padding-box, padding-box;
    -o-background-origin: padding-box, padding-box;
    background-origin: padding-box, padding-box;
    background-position: bottom right;
    background-repeat: no-repeat;
    -webkit-background-size: 10px 10px, 100% 100%;
    -moz-background-size: 10px 10px, 100% 100%;
    -ms-background-size: 10px 10px, 100% 100%;
    -o-background-size: 10px 10px, 100% 100%;
    background-size: 10px 10px, 100% 100%;
    opacity: 0;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 335, ../sass/components/_animations.scss */
.ImageWrapper:hover .PStyleN {
    opacity: .6;
    -webkit-background-size: 60px 60px, 100% 100%;
    -moz-background-size: 60px 60px, 100% 100%;
    -ms-background-size: 60px 60px, 100% 100%;
    -o-background-size: 60px 60px, 100% 100%;
    background-size: 60px 60px, 100% 100%;
    visibility: visible;
    background-position: center center;
}

/* line 336, ../sass/components/_animations.scss */
.ImageWrapper .PStyleO {
    position: absolute;
    background: url(../img/plus.png) no-repeat scroll top left/100% 100% #222222;
    width: 100%;
    height: 100%;
    z-index: 3;
    -webkit-background-origin: padding-box, padding-box;
    -moz-background-origin: padding-box, padding-box;
    -ms-background-origin: padding-box, padding-box;
    -o-background-origin: padding-box, padding-box;
    background-origin: padding-box, padding-box;
    background-position: bottom left;
    background-repeat: no-repeat;
    -webkit-background-size: 10px 10px, 100% 100%;
    -moz-background-size: 10px 10px, 100% 100%;
    -ms-background-size: 10px 10px, 100% 100%;
    -o-background-size: 10px 10px, 100% 100%;
    background-size: 10px 10px, 100% 100%;
    opacity: 0;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 337, ../sass/components/_animations.scss */
.ImageWrapper:hover .PStyleO {
    opacity: .6;
    -webkit-background-size: 60px 60px, 100% 100%;
    -moz-background-size: 60px 60px, 100% 100%;
    -ms-background-size: 60px 60px, 100% 100%;
    -o-background-size: 60px 60px, 100% 100%;
    background-size: 60px 60px, 100% 100%;
    visibility: visible;
    background-position: center center;
}

/* line 338, ../sass/components/_animations.scss */
.ImageWrapper .PStyleF {
    position: absolute;
    background: url(../img/plus.png) no-repeat scroll top left/100% 100% #222222;
    width: 100%;
    height: 100%;
    z-index: 3;
    -webkit-background-origin: padding-box, padding-box;
    -moz-background-origin: padding-box, padding-box;
    -ms-background-origin: padding-box, padding-box;
    -o-background-origin: padding-box, padding-box;
    background-origin: padding-box, padding-box;
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-background-size: 10px 10px, 100% 100%;
    -moz-background-size: 10px 10px, 100% 100%;
    -ms-background-size: 10px 10px, 100% 100%;
    -o-background-size: 10px 10px, 100% 100%;
    background-size: 10px 10px, 100% 100%;
    opacity: 0;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 339, ../sass/components/_animations.scss */
.ImageWrapper:hover .PStyleF {
    opacity: .6;
    -webkit-background-size: 60px 60px, 100% 100%;
    -moz-background-size: 60px 60px, 100% 100%;
    -ms-background-size: 60px 60px, 100% 100%;
    -o-background-size: 60px 60px, 100% 100%;
    background-size: 60px 60px, 100% 100%;
    visibility: visible;
    background-position: center center;
}

/* line 340, ../sass/components/_animations.scss */
.ImageWrapper .PStyleNe {
    position: absolute;
    background: url(../img/plus.png) no-repeat scroll top left/100% 100% #222222;
    width: 100%;
    height: 100%;
    z-index: 3;
    -webkit-background-origin: padding-box, padding-box;
    -moz-background-origin: padding-box, padding-box;
    -ms-background-origin: padding-box, padding-box;
    -o-background-origin: padding-box, padding-box;
    background-origin: padding-box, padding-box;
    background-position: bottom center;
    background-repeat: no-repeat;
    -webkit-background-size: 10px 10px, 100% 100%;
    -moz-background-size: 10px 10px, 100% 100%;
    -ms-background-size: 10px 10px, 100% 100%;
    -o-background-size: 10px 10px, 100% 100%;
    background-size: 10px 10px, 100% 100%;
    opacity: 0;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 341, ../sass/components/_animations.scss */
.ImageWrapper:hover .PStyleNe {
    opacity: .6;
    -webkit-background-size: 60px 60px, 100% 100%;
    -moz-background-size: 60px 60px, 100% 100%;
    -ms-background-size: 60px 60px, 100% 100%;
    -o-background-size: 60px 60px, 100% 100%;
    background-size: 60px 60px, 100% 100%;
    visibility: visible;
    background-position: center center;
}

/*  =============================================
Content Transform
============================================= */
/* line 345, ../sass/components/_animations.scss */
.ContentWrapperH .ContentH {
    position: absolute;
    background: #ffffff;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 346, ../sass/components/_animations.scss */
.ContentWrapperH:hover .ContentH {
    opacity: 1;
    visibility: visible;
}

/* line 347, ../sass/components/_animations.scss */
.ContentWrapperH .ContentH .Content {
    position: absolute;
    top: 10%;
    padding: 0 10px;
}

/* line 348, ../sass/components/_animations.scss */
.ContentWrapperH .ContentH .Content h2 {
    font: 16px 'Source Sans Pro', Arial, sans-serif;
    color: #8CA757;
    padding: 0 0 6px;
}

/* line 349, ../sass/components/_animations.scss */
.ContentWrapperH .ContentH .Content p {
    font: normal 12px 'Source Sans Pro';
    color: #666666;
}

/* line 350, ../sass/components/_animations.scss */
.ContentWrapperH .ContentH .Content .ReadMore {
    float: right;
    margin: 16px 0 0;
    background: #D1CDC3;
    background: -moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d1cdc3), color-stop(100%, #c9c5ba));
    background: -webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);
    background: -o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);
    background: -ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);
    background: linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -ms-border-radius: 2px 2px 2px 2px;
    -o-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
    -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
    -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
}

/* line 351, ../sass/components/_animations.scss */
.ContentWrapperH .ContentH .Content .ReadMore a {
    color: #757167;
    padding: 6px 16px;
    display: block;
    font: normal 12px 'Source Sans Pro';
}

/* line 352, ../sass/components/_animations.scss */
.ContentWrapperHe .ContentHe {
    position: absolute;
    background: #ffffff;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 353, ../sass/components/_animations.scss */
.ContentWrapperHe:hover .ContentHe {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/* line 354, ../sass/components/_animations.scss */
.ContentWrapperHe .ContentHe .Content {
    position: absolute;
    top: 10%;
    padding: 0 10px;
}

/* line 355, ../sass/components/_animations.scss */
.ContentWrapperHe .ContentHe .Content h2 {
    font: 16px 'Source Sans Pro', Arial, sans-serif;
    color: #8CA757;
    padding: 0 0 6px;
}

/* line 356, ../sass/components/_animations.scss */
.ContentWrapperHe .ContentHe .Content p {
    font: normal 12px 'Source Sans Pro';
    color: #666666;
}

/* line 357, ../sass/components/_animations.scss */
.ContentWrapperHe .ContentHe .Content .ReadMore {
    float: right;
    margin: 16px 0 0;
    background: #D1CDC3;
    background: -moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d1cdc3), color-stop(100%, #c9c5ba));
    background: -webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);
    background: -o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);
    background: -ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);
    background: linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -ms-border-radius: 2px 2px 2px 2px;
    -o-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
    -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
    -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
}

/* line 358, ../sass/components/_animations.scss */
.ContentWrapperHe .ContentHe .Content .ReadMore a {
    color: #757167;
    padding: 6px 16px;
    display: block;
    font: normal 12px 'Source Sans Pro';
}

/* line 359, ../sass/components/_animations.scss */
.ContentWrapperLi img {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 360, ../sass/components/_animations.scss */
.ContentWrapperLi:hover img {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

/* line 361, ../sass/components/_animations.scss */
.ContentWrapperLi .ContentLi {
    position: absolute;
    background: #ffffff;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 362, ../sass/components/_animations.scss */
.ContentWrapperLi:hover .ContentLi {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/* line 363, ../sass/components/_animations.scss */
.ContentWrapperLi .ContentLi .Content {
    position: absolute;
    top: 10%;
    padding: 0 10px;
}

/* line 364, ../sass/components/_animations.scss */
.ContentWrapperLi .ContentLi .Content h2 {
    font: 16px 'Source Sans Pro', Arial, sans-serif;
    color: #8CA757;
    padding: 0 0 6px;
}

/* line 365, ../sass/components/_animations.scss */
.ContentWrapperLi .ContentLi .Content p {
    font: normal 12px 'Source Sans Pro';
    color: #666666;
}

/* line 366, ../sass/components/_animations.scss */
.ContentWrapperLi .ContentLi .Content .ReadMore {
    float: right;
    margin: 16px 0 0;
    background: #D1CDC3;
    background: -moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d1cdc3), color-stop(100%, #c9c5ba));
    background: -webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);
    background: -o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);
    background: -ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);
    background: linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -ms-border-radius: 2px 2px 2px 2px;
    -o-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
    -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
    -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
}

/* line 367, ../sass/components/_animations.scss */
.ContentWrapperLi .ContentLi .Content .ReadMore a {
    color: #757167;
    padding: 6px 16px;
    display: block;
    font: normal 12px 'Source Sans Pro';
}

/* line 368, ../sass/components/_animations.scss */
.ContentWrapperBe img {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 1;
}

/* line 369, ../sass/components/_animations.scss */
.ContentWrapperBe:hover img {
    -webkit-transform: scale(10);
    -moz-transform: scale(10);
    -ms-transform: scale(10);
    -o-transform: scale(10);
    transform: scale(10);
    opacity: 0;
}

/* line 370, ../sass/components/_animations.scss */
.ContentWrapperBe .ContentBe {
    position: absolute;
    background: #ffffff;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 371, ../sass/components/_animations.scss */
.ContentWrapperBe:hover .ContentBe {
    opacity: 1;
    visibility: visible;
}

/* line 372, ../sass/components/_animations.scss */
.ContentWrapperBe .ContentBe .Content {
    position: absolute;
    top: 10%;
    padding: 0 10px;
}

/* line 373, ../sass/components/_animations.scss */
.ContentWrapperBe .ContentBe .Content h2 {
    font: 16px 'Source Sans Pro', Arial, sans-serif;
    color: #8CA757;
    padding: 0 0 6px;
}

/* line 374, ../sass/components/_animations.scss */
.ContentWrapperBe .ContentBe .Content p {
    font: normal 12px 'Source Sans Pro';
    color: #666666;
}

/* line 375, ../sass/components/_animations.scss */
.ContentWrapperBe .ContentBe .Content .ReadMore {
    float: right;
    margin: 16px 0 0;
    background: #D1CDC3;
    background: -moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d1cdc3), color-stop(100%, #c9c5ba));
    background: -webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);
    background: -o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);
    background: -ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);
    background: linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -ms-border-radius: 2px 2px 2px 2px;
    -o-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
    -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
    -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
}

/* line 376, ../sass/components/_animations.scss */
.ContentWrapperBe .ContentBe .Content .ReadMore a {
    color: #757167;
    padding: 6px 16px;
    display: block;
    font: normal 12px 'Source Sans Pro';
}

/* line 377, ../sass/components/_animations.scss */
.ContentWrapperB img {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 378, ../sass/components/_animations.scss */
.ContentWrapperB:hover img {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
}

/* line 379, ../sass/components/_animations.scss */
.ContentWrapperB .ContentB {
    position: absolute;
    background: #ffffff;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    display: block;
    top: -100%;
    left: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 380, ../sass/components/_animations.scss */
.ContentWrapperB:hover .ContentB {
    opacity: 1;
    visibility: visible;
    top: 0;
}

/* line 381, ../sass/components/_animations.scss */
.ContentWrapperB .ContentB .Content {
    position: absolute;
    top: 10%;
    padding: 0 10px;
}

/* line 382, ../sass/components/_animations.scss */
.ContentWrapperB .ContentB .Content h2 {
    font: 16px 'Source Sans Pro', Arial, sans-serif;
    color: #8CA757;
    padding: 0 0 6px;
}

/* line 383, ../sass/components/_animations.scss */
.ContentWrapperB .ContentB .Content p {
    font: normal 12px 'Source Sans Pro';
    color: #666666;
}

/* line 384, ../sass/components/_animations.scss */
.ContentWrapperB .ContentB .Content .ReadMore {
    float: right;
    margin: 16px 0 0;
    background: #D1CDC3;
    background: -moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d1cdc3), color-stop(100%, #c9c5ba));
    background: -webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);
    background: -o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);
    background: -ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);
    background: linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -ms-border-radius: 2px 2px 2px 2px;
    -o-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
    -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
    -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
}

/* line 385, ../sass/components/_animations.scss */
.ContentWrapperB .ContentB .Content .ReadMore a {
    color: #757167;
    padding: 6px 16px;
    display: block;
    font: normal 12px 'Source Sans Pro';
}

/* line 386, ../sass/components/_animations.scss */
.ContentWrapperC img {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 387, ../sass/components/_animations.scss */
.ContentWrapperC:hover img {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}

/* line 388, ../sass/components/_animations.scss */
.ContentWrapperC .ContentC {
    position: absolute;
    background: #ffffff;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    display: block;
    bottom: -100%;
    left: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 389, ../sass/components/_animations.scss */
.ContentWrapperC:hover .ContentC {
    opacity: 1;
    visibility: visible;
    bottom: 0;
}

/* line 390, ../sass/components/_animations.scss */
.ContentWrapperC .ContentC .Content {
    position: absolute;
    top: 10%;
    padding: 0 10px;
}

/* line 391, ../sass/components/_animations.scss */
.ContentWrapperC .ContentC .Content h2 {
    font: 16px 'Source Sans Pro', Arial, sans-serif;
    color: #8CA757;
    padding: 0 0 6px;
}

/* line 392, ../sass/components/_animations.scss */
.ContentWrapperC .ContentC .Content p {
    font: normal 12px 'Source Sans Pro';
    color: #666666;
}

/* line 393, ../sass/components/_animations.scss */
.ContentWrapperC .ContentC .Content .ReadMore {
    float: right;
    margin: 16px 0 0;
    background: #D1CDC3;
    background: -moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d1cdc3), color-stop(100%, #c9c5ba));
    background: -webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);
    background: -o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);
    background: -ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);
    background: linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -ms-border-radius: 2px 2px 2px 2px;
    -o-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
    -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
    -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
}

/* line 394, ../sass/components/_animations.scss */
.ContentWrapperC .ContentC .Content .ReadMore a {
    color: #757167;
    padding: 6px 16px;
    display: block;
    font: normal 12px 'Source Sans Pro';
}

/* line 395, ../sass/components/_animations.scss */
.ContentWrapperN img {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 396, ../sass/components/_animations.scss */
.ContentWrapperN:hover img {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

/* line 397, ../sass/components/_animations.scss */
.ContentWrapperN .ContentN {
    position: absolute;
    background: #ffffff;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    right: -100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 398, ../sass/components/_animations.scss */
.ContentWrapperN:hover .ContentN {
    opacity: 1;
    visibility: visible;
    right: 0;
}

/* line 399, ../sass/components/_animations.scss */
.ContentWrapperN .ContentN .Content {
    position: absolute;
    top: 10%;
    padding: 0 10px;
}

/* line 400, ../sass/components/_animations.scss */
.ContentWrapperN .ContentN .Content h2 {
    font: 16px 'Source Sans Pro', Arial, sans-serif;
    color: #8CA757;
    padding: 0 0 6px;
}

/* line 401, ../sass/components/_animations.scss */
.ContentWrapperN .ContentN .Content p {
    font: normal 12px 'Source Sans Pro';
    color: #666666;
}

/* line 402, ../sass/components/_animations.scss */
.ContentWrapperN .ContentN .Content .ReadMore {
    float: right;
    margin: 16px 0 0;
    background: #D1CDC3;
    background: -moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d1cdc3), color-stop(100%, #c9c5ba));
    background: -webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);
    background: -o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);
    background: -ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);
    background: linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -ms-border-radius: 2px 2px 2px 2px;
    -o-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
    -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
    -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
}

/* line 403, ../sass/components/_animations.scss */
.ContentWrapperN .ContentN .Content .ReadMore a {
    color: #757167;
    padding: 6px 16px;
    display: block;
    font: normal 12px 'Source Sans Pro';
}

/* line 404, ../sass/components/_animations.scss */
.ContentWrapperO img {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 405, ../sass/components/_animations.scss */
.ContentWrapperO:hover img {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

/* line 406, ../sass/components/_animations.scss */
.ContentWrapperO .ContentO {
    position: absolute;
    background: #ffffff;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: -100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 407, ../sass/components/_animations.scss */
.ContentWrapperO:hover .ContentO {
    opacity: 1;
    visibility: visible;
    left: 0;
}

/* line 408, ../sass/components/_animations.scss */
.ContentWrapperO .ContentO .Content {
    position: absolute;
    top: 10%;
    padding: 0 10px;
}

/* line 409, ../sass/components/_animations.scss */
.ContentWrapperO .ContentO .Content h2 {
    font: 16px 'Source Sans Pro', Arial, sans-serif;
    color: #8CA757;
    padding: 0 0 6px;
}

/* line 410, ../sass/components/_animations.scss */
.ContentWrapperO .ContentO .Content p {
    font: normal 12px 'Source Sans Pro';
    color: #666666;
}

/* line 411, ../sass/components/_animations.scss */
.ContentWrapperO .ContentO .Content .ReadMore {
    float: right;
    margin: 16px 0 0;
    background: #D1CDC3;
    background: -moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d1cdc3), color-stop(100%, #c9c5ba));
    background: -webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);
    background: -o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);
    background: -ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);
    background: linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -ms-border-radius: 2px 2px 2px 2px;
    -o-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
    -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
    -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
}

/* line 412, ../sass/components/_animations.scss */
.ContentWrapperO .ContentO .Content .ReadMore a {
    color: #757167;
    padding: 6px 16px;
    display: block;
    font: normal 12px 'Source Sans Pro';
}

/* line 413, ../sass/components/_animations.scss */
.ContentWrapperF img {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 414, ../sass/components/_animations.scss */
.ContentWrapperF:hover img {
    -webkit-transform: translateX(20%);
    -moz-transform: translateX(20%);
    -ms-transform: translateX(20%);
    -o-transform: translateX(20%);
    transform: translateX(20%);
}

/* line 415, ../sass/components/_animations.scss */
.ContentWrapperF .ContentF {
    position: absolute;
    background: #ffffff;
    opacity: 0;
    visibility: hidden;
    width: 50%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    -webkit-transform: perspective(600px) rotateY(90deg);
    -moz-transform: perspective(600px) rotateY(90deg);
    -ms-transform: perspective(600px) rotateY(90deg);
    -o-transform: perspective(600px) rotateY(90deg);
    transform: perspective(600px) rotateY(90deg);
    -webkit-transform-origin: left center 0;
    -moz-transform-origin: left center 0;
    -ms-transform-origin: left center 0;
    -o-transform-origin: left center 0;
    transform-origin: left center 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 416, ../sass/components/_animations.scss */
.ContentWrapperF:hover .ContentF {
    opacity: 1;
    visibility: visible;
    -webkit-transform: perspective(600px) rotateY(0deg);
    -moz-transform: perspective(600px) rotateY(0deg);
    -ms-transform: perspective(600px) rotateY(0deg);
    -o-transform: perspective(600px) rotateY(0deg);
    transform: perspective(600px) rotateY(0deg);
}

/* line 417, ../sass/components/_animations.scss */
.ContentWrapperF .ContentF .Content {
    position: absolute;
    top: 10%;
    padding: 0 10px;
}

/* line 418, ../sass/components/_animations.scss */
.ContentWrapperF .ContentF .Content h2 {
    font: 16px 'Source Sans Pro', Arial, sans-serif;
    color: #8CA757;
    padding: 0 0 6px;
}

/* line 419, ../sass/components/_animations.scss */
.ContentWrapperF .ContentF .Content p {
    font: normal 12px 'Source Sans Pro';
    color: #666666;
}

/* line 420, ../sass/components/_animations.scss */
.ContentWrapperNe img {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 421, ../sass/components/_animations.scss */
.ContentWrapperNe:hover img {
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    -o-transform: translateY(20%);
    transform: translateY(20%);
}

/* line 422, ../sass/components/_animations.scss */
.ContentWrapperNe .ContentNe {
    position: absolute;
    background: #ffffff;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 50%;
    display: block;
    top: 0;
    left: 0;
    -webkit-transform: perspective(600px) rotateX(-90deg);
    -moz-transform: perspective(600px) rotateX(-90deg);
    -ms-transform: perspective(600px) rotateX(-90deg);
    -o-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transform-origin: center top 0;
    -moz-transform-origin: center top 0;
    -ms-transform-origin: center top 0;
    -o-transform-origin: center top 0;
    transform-origin: center top 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 423, ../sass/components/_animations.scss */
.ContentWrapperNe:hover .ContentNe {
    opacity: 1;
    visibility: visible;
    -webkit-transform: perspective(600px) rotateX(0deg);
    -moz-transform: perspective(600px) rotateX(0deg);
    -ms-transform: perspective(600px) rotateX(0deg);
    -o-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
}

/* line 424, ../sass/components/_animations.scss */
.ContentWrapperNe .ContentNe .Content {
    position: absolute;
    top: 10%;
    padding: 0 10px;
}

/* line 425, ../sass/components/_animations.scss */
.ContentWrapperNe .ContentNe .Content h2 {
    font: 16px 'Source Sans Pro', Arial, sans-serif;
    color: #8CA757;
    padding: 0 0 6px;
}

/* line 426, ../sass/components/_animations.scss */
.ContentWrapperNe .ContentNe .Content p {
    font: normal 12px 'Source Sans Pro';
    color: #666666;
}

/* line 427, ../sass/components/_animations.scss */
.ContentWrapperNa img {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 428, ../sass/components/_animations.scss */
.ContentWrapperNa:hover img {
    -webkit-transform: translateX(-20%);
    -moz-transform: translateX(-20%);
    -ms-transform: translateX(-20%);
    -o-transform: translateX(-20%);
    transform: translateX(-20%);
}

/* line 429, ../sass/components/_animations.scss */
.ContentWrapperNa .ContentNa {
    position: absolute;
    background: #ffffff;
    opacity: 0;
    visibility: hidden;
    width: 50%;
    height: 100%;
    display: block;
    top: 0;
    right: 0;
    -webkit-transform: perspective(600px) rotateY(-90deg);
    -moz-transform: perspective(600px) rotateY(-90deg);
    -ms-transform: perspective(600px) rotateY(-90deg);
    -o-transform: perspective(600px) rotateY(-90deg);
    transform: perspective(600px) rotateY(-90deg);
    -webkit-transform-origin: right center 0;
    -moz-transform-origin: right center 0;
    -ms-transform-origin: right center 0;
    -o-transform-origin: right center 0;
    transform-origin: right center 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 430, ../sass/components/_animations.scss */
.ContentWrapperNa:hover .ContentNa {
    opacity: 1;
    visibility: visible;
    -webkit-transform: perspective(600px) rotateY(0deg);
    -moz-transform: perspective(600px) rotateY(0deg);
    -ms-transform: perspective(600px) rotateY(0deg);
    -o-transform: perspective(600px) rotateY(0deg);
    transform: perspective(600px) rotateY(0deg);
}

/* line 431, ../sass/components/_animations.scss */
.ContentWrapperNa .ContentNa .Content {
    position: absolute;
    top: 10%;
    padding: 0 10px;
}

/* line 432, ../sass/components/_animations.scss */
.ContentWrapperNa .ContentNa .Content h2 {
    font: 16px 'Source Sans Pro', Arial, sans-serif;
    color: #8CA757;
    padding: 0 0 6px;
}

/* line 433, ../sass/components/_animations.scss */
.ContentWrapperNa .ContentNa .Content p {
    font: normal 12px 'Source Sans Pro';
    color: #666666;
}

/* line 434, ../sass/components/_animations.scss */
.ContentWrapperMg img {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 435, ../sass/components/_animations.scss */
.ContentWrapperMg:hover img {
    -webkit-transform: translateY(-20%);
    -moz-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    -o-transform: translateY(-20%);
    transform: translateY(-20%);
}

/* line 436, ../sass/components/_animations.scss */
.ContentWrapperMg .ContentMg {
    position: absolute;
    background: #ffffff;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 50%;
    display: block;
    bottom: 0;
    left: 0;
    -webkit-transform: perspective(600px) rotateX(90deg);
    -moz-transform: perspective(600px) rotateX(90deg);
    -ms-transform: perspective(600px) rotateX(90deg);
    -o-transform: perspective(600px) rotateX(90deg);
    transform: perspective(600px) rotateX(90deg);
    -webkit-transform-origin: center bottom 0;
    -moz-transform-origin: center bottom 0;
    -ms-transform-origin: center bottom 0;
    -o-transform-origin: center bottom 0;
    transform-origin: center bottom 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 437, ../sass/components/_animations.scss */
.ContentWrapperMg:hover .ContentMg {
    opacity: 1;
    visibility: visible;
    -webkit-transform: perspective(600px) rotateY(0deg);
    -moz-transform: perspective(600px) rotateY(0deg);
    -ms-transform: perspective(600px) rotateY(0deg);
    -o-transform: perspective(600px) rotateY(0deg);
    transform: perspective(600px) rotateY(0deg);
}

/* line 438, ../sass/components/_animations.scss */
.ContentWrapperMg .ContentMg .Content {
    position: absolute;
    top: 10%;
    padding: 0 10px;
}

/* line 439, ../sass/components/_animations.scss */
.ContentWrapperMg .ContentMg .Content h2 {
    font: 16px 'Source Sans Pro', Arial, sans-serif;
    color: #8CA757;
    padding: 0 0 6px;
}

/* line 440, ../sass/components/_animations.scss */
.ContentWrapperMg .ContentMg .Content p {
    font: normal 12px 'Source Sans Pro';
    color: #666666;
}

/* line 441, ../sass/components/_animations.scss */
.ContentWrapperAl .ContentAl {
    position: absolute;
    background: #ffffff;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    -webkit-transform: rotateY(0deg) scale(0);
    -moz-transform: rotateY(0deg) scale(0);
    -ms-transform: rotateY(0deg) scale(0);
    -o-transform: rotateY(0deg) scale(0);
    transform: rotateY(0deg) scale(0);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 442, ../sass/components/_animations.scss */
.ContentWrapperAl:hover .ContentAl {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotateY(360deg) scale(0.9);
    -moz-transform: rotateY(360deg) scale(0.9);
    -ms-transform: rotateY(360deg) scale(0.9);
    -o-transform: rotateY(360deg) scale(0.9);
    transform: rotateY(360deg) scale(0.9);
}

/* line 443, ../sass/components/_animations.scss */
.ContentWrapperAl .ContentAl .Content {
    position: absolute;
    top: 10%;
    padding: 0 10px;
}

/* line 444, ../sass/components/_animations.scss */
.ContentWrapperAl .ContentAl .Content h2 {
    font: 16px 'Source Sans Pro', Arial, sans-serif;
    color: #8CA757;
    padding: 0 0 6px;
}

/* line 445, ../sass/components/_animations.scss */
.ContentWrapperAl .ContentAl .Content p {
    font: normal 12px 'Source Sans Pro';
    color: #666666;
}

/* line 446, ../sass/components/_animations.scss */
.ContentWrapperAl .ContentAl .Content .ReadMore {
    float: right;
    margin: 16px 0 0;
    background: #D1CDC3;
    background: -moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d1cdc3), color-stop(100%, #c9c5ba));
    background: -webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);
    background: -o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);
    background: -ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);
    background: linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -ms-border-radius: 2px 2px 2px 2px;
    -o-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
    -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
    -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
}

/* line 447, ../sass/components/_animations.scss */
.ContentWrapperAl .ContentAl .Content .ReadMore a {
    color: #757167;
    padding: 6px 16px;
    display: block;
    font: normal 12px 'Source Sans Pro';
}

/* line 448, ../sass/components/_animations.scss */
.ContentWrapperSi .ContentSi {
    position: absolute;
    background: #ffffff;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    -webkit-transform: rotateX(0deg) scale(0);
    -moz-transform: rotateX(0deg) scale(0);
    -ms-transform: rotateX(0deg) scale(0);
    -o-transform: rotateX(0deg) scale(0);
    transform: rotateX(0deg) scale(0);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 449, ../sass/components/_animations.scss */
.ContentWrapperSi:hover .ContentSi {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotateX(360deg) scale(0.9);
    -moz-transform: rotateX(360deg) scale(0.9);
    -ms-transform: rotateX(360deg) scale(0.9);
    -o-transform: rotateX(360deg) scale(0.9);
    transform: rotateX(360deg) scale(0.9);
}

/* line 450, ../sass/components/_animations.scss */
.ContentWrapperSi .ContentSi .Content {
    position: absolute;
    top: 10%;
    padding: 0 10px;
}

/* line 451, ../sass/components/_animations.scss */
.ContentWrapperSi .ContentSi .Content h2 {
    font: 16px 'Source Sans Pro', Arial, sans-serif;
    color: #8CA757;
    padding: 0 0 6px;
}

/* line 452, ../sass/components/_animations.scss */
.ContentWrapperSi .ContentSi .Content p {
    font: normal 12px 'Source Sans Pro';
    color: #666666;
}

/* line 453, ../sass/components/_animations.scss */
.ContentWrapperSi .ContentSi .Content .ReadMore {
    float: right;
    margin: 16px 0 0;
    background: #D1CDC3;
    background: -moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d1cdc3), color-stop(100%, #c9c5ba));
    background: -webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);
    background: -o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);
    background: -ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);
    background: linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -ms-border-radius: 2px 2px 2px 2px;
    -o-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
    -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
    -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
}

/* line 454, ../sass/components/_animations.scss */
.ContentWrapperSi .ContentSi .Content .ReadMore a {
    color: #757167;
    padding: 6px 16px;
    display: block;
    font: normal 12px 'Source Sans Pro';
}

/* line 455, ../sass/components/_animations.scss */
.ContentWrapperP .ContentP {
    position: absolute;
    background: #ffffff;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    -webkit-transform: rotateY(0deg) scale(0.9);
    -moz-transform: rotateY(0deg) scale(0.9);
    -ms-transform: rotateY(0deg) scale(0.9);
    -o-transform: rotateY(0deg) scale(0.9);
    transform: rotateY(0deg) scale(0.9);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 456, ../sass/components/_animations.scss */
.ContentWrapperP:hover .ContentP {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotateY(360deg) scale(0.9);
    -moz-transform: rotateY(360deg) scale(0.9);
    -ms-transform: rotateY(360deg) scale(0.9);
    -o-transform: rotateY(360deg) scale(0.9);
    transform: rotateY(360deg) scale(0.9);
}

/* line 457, ../sass/components/_animations.scss */
.ContentWrapperP .ContentP .Content {
    position: absolute;
    top: 10%;
    padding: 0 10px;
}

/* line 458, ../sass/components/_animations.scss */
.ContentWrapperP .ContentP .Content h2 {
    font: 16px 'Source Sans Pro', Arial, sans-serif;
    color: #8CA757;
    padding: 0 0 6px;
}

/* line 459, ../sass/components/_animations.scss */
.ContentWrapperP .ContentP .Content p {
    font: normal 12px 'Source Sans Pro';
    color: #666666;
}

/* line 460, ../sass/components/_animations.scss */
.ContentWrapperP .ContentP .Content .ReadMore {
    float: right;
    margin: 16px 0 0;
    background: #D1CDC3;
    background: -moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d1cdc3), color-stop(100%, #c9c5ba));
    background: -webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);
    background: -o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);
    background: -ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);
    background: linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -ms-border-radius: 2px 2px 2px 2px;
    -o-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
    -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
    -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
}

/* line 461, ../sass/components/_animations.scss */
.ContentWrapperP .ContentP .Content .ReadMore a {
    color: #757167;
    padding: 6px 16px;
    display: block;
    font: normal 12px 'Source Sans Pro';
}

/* line 462, ../sass/components/_animations.scss */
.ContentWrapperS .ContentS {
    position: absolute;
    background: #ffffff;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    -webkit-transform: rotateX(0deg) scale(0.9);
    -moz-transform: rotateX(0deg) scale(0.9);
    -ms-transform: rotateX(0deg) scale(0.9);
    -o-transform: rotateX(0deg) scale(0.9);
    transform: rotateX(0deg) scale(0.9);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 463, ../sass/components/_animations.scss */
.ContentWrapperS:hover .ContentS {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotateX(360deg) scale(0.9);
    -moz-transform: rotateX(360deg) scale(0.9);
    -ms-transform: rotateX(360deg) scale(0.9);
    -o-transform: rotateX(360deg) scale(0.9);
    transform: rotateX(360deg) scale(0.9);
}

/* line 464, ../sass/components/_animations.scss */
.ContentWrapperS .ContentS .Content {
    position: absolute;
    top: 10%;
    padding: 0 10px;
}

/* line 465, ../sass/components/_animations.scss */
.ContentWrapperS .ContentS .Content h2 {
    font: 16px 'Source Sans Pro', Arial, sans-serif;
    color: #8CA757;
    padding: 0 0 6px;
}

/* line 466, ../sass/components/_animations.scss */
.ContentWrapperS .ContentS .Content p {
    font: normal 12px 'Source Sans Pro';
    color: #666666;
}

/* line 467, ../sass/components/_animations.scss */
.ContentWrapperS .ContentS .Content .ReadMore {
    float: right;
    margin: 16px 0 0;
    background: #D1CDC3;
    background: -moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d1cdc3), color-stop(100%, #c9c5ba));
    background: -webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);
    background: -o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);
    background: -ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);
    background: linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -ms-border-radius: 2px 2px 2px 2px;
    -o-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
    -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
    -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
}

/* line 468, ../sass/components/_animations.scss */
.ContentWrapperS .ContentS .Content .ReadMore a {
    color: #757167;
    padding: 6px 16px;
    display: block;
    font: normal 12px 'Source Sans Pro';
}

/* line 469, ../sass/components/_animations.scss */
.ContentWrapperCl {
    overflow: visible !important;
}

/* line 470, ../sass/components/_animations.scss */
.ContentWrapperCl img {
    position: relative;
    z-index: 5;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 471, ../sass/components/_animations.scss */
.ContentWrapperCl:hover img {
    -webkit-transform: translateY(-40%);
    -moz-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    -o-transform: translateY(-40%);
    transform: translateY(-40%);
}

/* line 472, ../sass/components/_animations.scss */
.ContentWrapperCl .ContentCl {
    position: absolute;
    background: #ffffff;
    opacity: 1;
    visibility: hidden;
    width: 100%;
    height: 100%;
    display: block;
    bottom: 0;
    left: 0;
    z-index: 4;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 473, ../sass/components/_animations.scss */
.ContentWrapperCl:hover .ContentCl {
    visibility: visible;
}

/* line 474, ../sass/components/_animations.scss */
.ContentWrapperCl .ContentCl .Content {
    position: absolute;
    top: 65%;
    display: block;
    width: 100%;
}

/* line 475, ../sass/components/_animations.scss */
.ContentWrapperCl .ContentCl .Content h2 {
    font: bold 16px 'Source Sans Pro', Arial, sans-serif;
    color: #8CA757;
    padding: 0 0 2px;
    text-align: center;
}

/* line 476, ../sass/components/_animations.scss */
.ContentWrapperCl .ContentCl .Content .ReadMore {
    margin: 8px auto;
    background: #D1CDC3;
    background: -moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d1cdc3), color-stop(100%, #c9c5ba));
    background: -webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);
    background: -o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);
    background: -ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);
    background: linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -ms-border-radius: 2px 2px 2px 2px;
    -o-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
    -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
    -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
    display: block;
    width: 80px;
}

/* line 477, ../sass/components/_animations.scss */
.ContentWrapperCl .ContentCl .Content .ReadMore a {
    color: #757167;
    padding: 6px 16px;
    display: block;
    font: normal 12px 'Source Sans Pro';
}

/* line 478, ../sass/components/_animations.scss */
.ContentWrapperAr {
    overflow: visible !important;
}

/* line 479, ../sass/components/_animations.scss */
.ContentWrapperAr img {
    position: relative;
    z-index: 5;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 480, ../sass/components/_animations.scss */
.ContentWrapperAr:hover img {
    -webkit-transform: translateY(40%);
    -moz-transform: translateY(40%);
    -ms-transform: translateY(40%);
    -o-transform: translateY(40%);
    transform: translateY(40%);
}

/* line 481, ../sass/components/_animations.scss */
.ContentWrapperAr .ContentAr {
    position: absolute;
    background: #ffffff;
    opacity: 1;
    visibility: hidden;
    width: 100%;
    height: 100%;
    display: block;
    bottom: 0;
    left: 0;
    z-index: 4;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 482, ../sass/components/_animations.scss */
.ContentWrapperAr:hover .ContentAr {
    visibility: visible;
}

/* line 483, ../sass/components/_animations.scss */
.ContentWrapperAr .ContentAr .Content {
    position: absolute;
    top: 5%;
    display: block;
    width: 100%;
}

/* line 484, ../sass/components/_animations.scss */
.ContentWrapperAr .ContentAr .Content h2 {
    font: bold 16px 'Source Sans Pro', Arial, sans-serif;
    color: #8CA757;
    padding: 0 0 2px;
    text-align: center;
}

/* line 485, ../sass/components/_animations.scss */
.ContentWrapperAr .ContentAr .Content .ReadMore {
    margin: 8px auto;
    background: #D1CDC3;
    background: -moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d1cdc3), color-stop(100%, #c9c5ba));
    background: -webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);
    background: -o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);
    background: -ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);
    background: linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -ms-border-radius: 2px 2px 2px 2px;
    -o-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
    -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
    -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
    display: block;
    width: 80px;
}

/* line 486, ../sass/components/_animations.scss */
.ContentWrapperAr .ContentAr .Content .ReadMore a {
    color: #757167;
    padding: 6px 16px;
    display: block;
    font: normal 12px 'Source Sans Pro';
}

/* line 487, ../sass/components/_animations.scss */
.ContentWrapperK {
    overflow: visible !important;
}

/* line 488, ../sass/components/_animations.scss */
.ContentWrapperK img {
    position: relative;
    z-index: 5;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 489, ../sass/components/_animations.scss */
.ContentWrapperK:hover img {
    -webkit-transform: translateX(-20%);
    -moz-transform: translateX(-20%);
    -ms-transform: translateX(-20%);
    -o-transform: translateX(-20%);
    transform: translateX(-20%);
}

/* line 490, ../sass/components/_animations.scss */
.ContentWrapperK .ContentK {
    position: absolute;
    background: #ffffff;
    opacity: 1;
    visibility: hidden;
    width: 100%;
    height: 100%;
    display: block;
    bottom: 0;
    left: 0;
    z-index: 4;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 491, ../sass/components/_animations.scss */
.ContentWrapperK:hover .ContentK {
    visibility: visible;
}

/* line 492, ../sass/components/_animations.scss */
.ContentWrapperK .ContentK .Content {
    display: block;
    width: 100%;
    position: relative;
}

/* line 493, ../sass/components/_animations.scss */
.ContentWrapperK .ContentK .Content ul {
    position: absolute;
    top: 0;
    right: 0;
}

/* line 494, ../sass/components/_animations.scss */
.ContentWrapperK .ContentK .Content ul li {
    margin: 14px 16px;
}

/* line 495, ../sass/components/_animations.scss */
.ContentWrapperK .ContentK .Content ul li a {
    font-size: 21px;
    color: #a9a9a9;
}

/* line 497, ../sass/components/_animations.scss */
.ContentWrapperCa img {
    position: relative;
    z-index: 5;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 498, ../sass/components/_animations.scss */
.ContentWrapperCa:hover img {
    -webkit-transform: translateX(20%);
    -moz-transform: translateX(20%);
    -ms-transform: translateX(20%);
    -o-transform: translateX(20%);
    transform: translateX(20%);
}

/* line 499, ../sass/components/_animations.scss */
.ContentWrapperCa .ContentCa {
    position: absolute;
    background: #ffffff;
    opacity: 1;
    visibility: hidden;
    width: 100%;
    height: 100%;
    display: block;
    bottom: 0;
    left: 0;
    z-index: 4;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 500, ../sass/components/_animations.scss */
.ContentWrapperCa:hover .ContentCa {
    visibility: visible;
}

/* line 501, ../sass/components/_animations.scss */
.ContentWrapperCa .ContentCa .Content {
    display: block;
    width: 100%;
    position: relative;
}

/* line 502, ../sass/components/_animations.scss */
.ContentWrapperCa .ContentCa .Content ul {
    position: absolute;
    top: 0;
    left: 0;
}

/* line 503, ../sass/components/_animations.scss */
.ContentWrapperCa .ContentCa .Content ul li {
    margin: 5px;
}

/* line 504, ../sass/components/_animations.scss */
.ContentWrapperCa .ContentCa .Content ul li a {
    padding: 6px 9px;
}

/* line 505, ../sass/components/_animations.scss */
.ContentWrapperSc .ContentSc {
    position: absolute;
    background: #ffffff;
    visibility: hidden;
    width: 100%;
    height: 100%;
    display: block;
    top: -100%;
    left: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 506, ../sass/components/_animations.scss */
.ContentWrapperSc:hover .ContentSc {
    visibility: visible;
    top: 0;
}

/* line 507, ../sass/components/_animations.scss */
.ContentWrapperSc .ContentSc .Content {
    position: absolute;
    top: 10%;
    padding: 0 10px;
}

/* line 508, ../sass/components/_animations.scss */
.ContentWrapperSc .ContentSc .Content h2 {
    font: 16px 'Source Sans Pro', Arial, sans-serif;
    color: #8CA757;
    padding: 0 0 6px;
}

/* line 509, ../sass/components/_animations.scss */
.ContentWrapperSc .ContentSc .Content p {
    font: normal 12px 'Source Sans Pro';
    color: #666666;
}

/* line 510, ../sass/components/_animations.scss */
.ContentWrapperSc .ContentSc .Content .ReadMore {
    float: right;
    margin: 16px 0 0;
    background: #D1CDC3;
    background: -moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d1cdc3), color-stop(100%, #c9c5ba));
    background: -webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);
    background: -o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);
    background: -ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);
    background: linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -ms-border-radius: 2px 2px 2px 2px;
    -o-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
    -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
    -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
}

/* line 511, ../sass/components/_animations.scss */
.ContentWrapperSc .ContentSc .Content .ReadMore a {
    color: #757167;
    padding: 6px 16px;
    display: block;
    font: normal 12px 'Source Sans Pro';
}

/* line 512, ../sass/components/_animations.scss */
.ContentWrapperTi .ContentTi {
    position: absolute;
    background: #ffffff;
    visibility: hidden;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: -100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 513, ../sass/components/_animations.scss */
.ContentWrapperTi:hover .ContentTi {
    visibility: visible;
    left: 0;
}

/* line 514, ../sass/components/_animations.scss */
.ContentWrapperTi .ContentTi .Content {
    position: absolute;
    top: 10%;
    padding: 0 10px;
}

/* line 515, ../sass/components/_animations.scss */
.ContentWrapperTi .ContentTi .Content h2 {
    font: 16px 'Source Sans Pro', Arial, sans-serif;
    color: #8CA757;
    padding: 0 0 6px;
}

/* line 516, ../sass/components/_animations.scss */
.ContentWrapperTi .ContentTi .Content p {
    font: normal 12px 'Source Sans Pro';
    color: #666666;
}

/* line 517, ../sass/components/_animations.scss */
.ContentWrapperTi .ContentTi .Content .ReadMore {
    float: right;
    margin: 16px 0 0;
    background: #D1CDC3;
    background: -moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d1cdc3), color-stop(100%, #c9c5ba));
    background: -webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);
    background: -o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);
    background: -ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);
    background: linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -ms-border-radius: 2px 2px 2px 2px;
    -o-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
    -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
    -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
}

/* line 518, ../sass/components/_animations.scss */
.ContentWrapperTi .ContentTi .Content .ReadMore a {
    color: #757167;
    padding: 6px 16px;
    display: block;
    font: normal 12px 'Source Sans Pro';
}

/* line 519, ../sass/components/_animations.scss */
.ContentWrapperV .ContentV {
    position: absolute;
    background: #ffffff;
    visibility: hidden;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    right: -100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 520, ../sass/components/_animations.scss */
.ContentWrapperV:hover .ContentV {
    visibility: visible;
    right: 0;
}

/* line 521, ../sass/components/_animations.scss */
.ContentWrapperV .ContentV .Content {
    position: absolute;
    top: 10%;
    padding: 0 10px;
}

/* line 522, ../sass/components/_animations.scss */
.ContentWrapperV .ContentV .Content h2 {
    font: 16px 'Source Sans Pro', Arial, sans-serif;
    color: #8CA757;
    padding: 0 0 6px;
}

/* line 523, ../sass/components/_animations.scss */
.ContentWrapperV .ContentV .Content p {
    font: normal 12px 'Source Sans Pro';
    color: #666666;
}

/* line 524, ../sass/components/_animations.scss */
.ContentWrapperV .ContentV .Content .ReadMore {
    float: right;
    margin: 16px 0 0;
    background: #D1CDC3;
    background: -moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d1cdc3), color-stop(100%, #c9c5ba));
    background: -webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);
    background: -o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);
    background: -ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);
    background: linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -ms-border-radius: 2px 2px 2px 2px;
    -o-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
    -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
    -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
}

/* line 525, ../sass/components/_animations.scss */
.ContentWrapperV .ContentV .Content .ReadMore a {
    color: #757167;
    padding: 6px 16px;
    display: block;
    font: normal 12px 'Source Sans Pro';
}

/* line 526, ../sass/components/_animations.scss */
.ContentWrapperCr .ContentCr {
    position: absolute;
    background: #ffffff;
    visibility: hidden;
    width: 100%;
    height: 0;
    display: block;
    bottom: -100%;
    left: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 527, ../sass/components/_animations.scss */
.ContentWrapperCr:hover .ContentCr {
    visibility: visible;
    height: 100%;
    bottom: 0;
}

/* line 528, ../sass/components/_animations.scss */
.ContentWrapperCr .ContentCr .Content {
    position: absolute;
    top: 10%;
    padding: 0 10px;
}

/* line 529, ../sass/components/_animations.scss */
.ContentWrapperCr .ContentCr .Content h2 {
    font: 16px 'Source Sans Pro', Arial, sans-serif;
    color: #8CA757;
    padding: 0 0 6px;
}

/* line 530, ../sass/components/_animations.scss */
.ContentWrapperCr .ContentCr .Content p {
    font: normal 12px 'Source Sans Pro';
    color: #666666;
}

/* line 531, ../sass/components/_animations.scss */
.ContentWrapperCr .ContentCr .Content .ReadMore {
    float: right;
    margin: 16px 0 0;
    background: #D1CDC3;
    background: -moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d1cdc3), color-stop(100%, #c9c5ba));
    background: -webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);
    background: -o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);
    background: -ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);
    background: linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -ms-border-radius: 2px 2px 2px 2px;
    -o-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
    -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
    -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
}

/* line 532, ../sass/components/_animations.scss */
.ContentWrapperCr .ContentCr .Content .ReadMore a {
    color: #757167;
    padding: 6px 16px;
    display: block;
    font: normal 12px 'Source Sans Pro';
}

/* line 533, ../sass/components/_animations.scss */
.ContentWrapperMn .ContentMn {
    position: absolute;
    background: #ffffff;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform-style: preserve-3D;
    -moz-transform-style: preserve-3D;
    -ms-transform-style: preserve-3D;
    -o-transform-style: preserve-3D;
    transform-style: preserve-3D;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 534, ../sass/components/_animations.scss */
.ContentWrapperMn:hover .ContentMn {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* line 535, ../sass/components/_animations.scss */
.ContentWrapperMn .ContentMn .Content {
    position: absolute;
    top: 10%;
    padding: 0 10px;
}

/* line 536, ../sass/components/_animations.scss */
.ContentWrapperMn .ContentMn .Content h2 {
    font: 16px 'Source Sans Pro', Arial, sans-serif;
    color: #8CA757;
    padding: 0 0 6px;
}

/* line 537, ../sass/components/_animations.scss */
.ContentWrapperMn .ContentMn .Content p {
    font: normal 12px 'Source Sans Pro';
    color: #666666;
}

/* line 538, ../sass/components/_animations.scss */
.ContentWrapperMn .ContentMn .Content .ReadMore {
    float: right;
    margin: 16px 0 0;
    background: #D1CDC3;
    background: -moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d1cdc3), color-stop(100%, #c9c5ba));
    background: -webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);
    background: -o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);
    background: -ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);
    background: linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -ms-border-radius: 2px 2px 2px 2px;
    -o-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
    -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
    -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
}

/* line 539, ../sass/components/_animations.scss */
.ContentWrapperMn .ContentMn .Content .ReadMore a {
    color: #757167;
    padding: 6px 16px;
    display: block;
    font: normal 12px 'Source Sans Pro';
}

/* line 540, ../sass/components/_animations.scss */
.ContentWrapperFe .ContentFe {
    position: absolute;
    background: #ffffff;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    right: 0;
    -webkit-transform-origin: top right;
    -moz-transform-origin: top right;
    -ms-transform-origin: top right;
    -o-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform-style: preserve-3D;
    -moz-transform-style: preserve-3D;
    -ms-transform-style: preserve-3D;
    -o-transform-style: preserve-3D;
    transform-style: preserve-3D;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 541, ../sass/components/_animations.scss */
.ContentWrapperFe:hover .ContentFe {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* line 542, ../sass/components/_animations.scss */
.ContentWrapperFe .ContentFe .Content {
    position: absolute;
    top: 10%;
    padding: 0 10px;
}

/* line 543, ../sass/components/_animations.scss */
.ContentWrapperFe .ContentFe .Content h2 {
    font: 16px 'Source Sans Pro', Arial, sans-serif;
    color: #8CA757;
    padding: 0 0 6px;
}

/* line 544, ../sass/components/_animations.scss */
.ContentWrapperFe .ContentFe .Content p {
    font: normal 12px 'Source Sans Pro';
    color: #666666;
}

/* line 545, ../sass/components/_animations.scss */
.ContentWrapperFe .ContentFe .Content .ReadMore {
    float: right;
    margin: 16px 0 0;
    background: #D1CDC3;
    background: -moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d1cdc3), color-stop(100%, #c9c5ba));
    background: -webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);
    background: -o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);
    background: -ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);
    background: linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -ms-border-radius: 2px 2px 2px 2px;
    -o-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
    -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
    -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
}

/* line 546, ../sass/components/_animations.scss */
.ContentWrapperFe .ContentFe .Content .ReadMore a {
    color: #757167;
    padding: 6px 16px;
    display: block;
    font: normal 12px 'Source Sans Pro';
}

/* line 547, ../sass/components/_animations.scss */
.ContentWrapperCo .ContentCo {
    position: absolute;
    background: #ffffff;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform-style: preserve-3D;
    -moz-transform-style: preserve-3D;
    -ms-transform-style: preserve-3D;
    -o-transform-style: preserve-3D;
    transform-style: preserve-3D;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 548, ../sass/components/_animations.scss */
.ContentWrapperCo:hover .ContentCo {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* line 549, ../sass/components/_animations.scss */
.ContentWrapperCo .ContentCo .Content {
    position: absolute;
    top: 10%;
    padding: 0 10px;
}

/* line 550, ../sass/components/_animations.scss */
.ContentWrapperCo .ContentCo .Content h2 {
    font: 16px 'Source Sans Pro', Arial, sans-serif;
    color: #8CA757;
    padding: 0 0 6px;
}

/* line 551, ../sass/components/_animations.scss */
.ContentWrapperCo .ContentCo .Content p {
    font: normal 12px 'Source Sans Pro';
    color: #666666;
}

/* line 552, ../sass/components/_animations.scss */
.ContentWrapperCo .ContentCo .Content .ReadMore {
    float: right;
    margin: 16px 0 0;
    background: #D1CDC3;
    background: -moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d1cdc3), color-stop(100%, #c9c5ba));
    background: -webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);
    background: -o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);
    background: -ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);
    background: linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -ms-border-radius: 2px 2px 2px 2px;
    -o-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
    -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
    -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
}

/* line 553, ../sass/components/_animations.scss */
.ContentWrapperCo .ContentCo .Content .ReadMore a {
    color: #757167;
    padding: 6px 16px;
    display: block;
    font: normal 12px 'Source Sans Pro';
}

/* line 554, ../sass/components/_animations.scss */
.ContentWrapperNi .ContentNi {
    position: absolute;
    background: #ffffff;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    right: 0;
    -webkit-transform-origin: bottom right;
    -moz-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    -o-transform-origin: bottom right;
    transform-origin: bottom right;
    -webkit-transform-style: preserve-3D;
    -moz-transform-style: preserve-3D;
    -ms-transform-style: preserve-3D;
    -o-transform-style: preserve-3D;
    transform-style: preserve-3D;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 555, ../sass/components/_animations.scss */
.ContentWrapperNi:hover .ContentNi {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* line 556, ../sass/components/_animations.scss */
.ContentWrapperNi .ContentNi .Content {
    position: absolute;
    top: 10%;
    padding: 0 10px;
}

/* line 557, ../sass/components/_animations.scss */
.ContentWrapperNi .ContentNi .Content h2 {
    font: 16px 'Source Sans Pro', Arial, sans-serif;
    color: #8CA757;
    padding: 0 0 6px;
}

/* line 558, ../sass/components/_animations.scss */
.ContentWrapperNi .ContentNi .Content p {
    font: normal 12px 'Source Sans Pro';
    color: #666666;
}

/* line 559, ../sass/components/_animations.scss */
.ContentWrapperNi .ContentNi .Content .ReadMore {
    float: right;
    margin: 16px 0 0;
    background: #D1CDC3;
    background: -moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d1cdc3), color-stop(100%, #c9c5ba));
    background: -webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);
    background: -o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);
    background: -ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);
    background: linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -ms-border-radius: 2px 2px 2px 2px;
    -o-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
    -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
    -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
}

/* line 560, ../sass/components/_animations.scss */
.ContentWrapperNi .ContentNi .Content .ReadMore a {
    color: #757167;
    padding: 6px 16px;
    display: block;
    font: normal 12px 'Source Sans Pro';
}

/* line 561, ../sass/components/_animations.scss */
.ContentWrapperCu img {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 562, ../sass/components/_animations.scss */
.ContentWrapperCu:hover img {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

/* line 563, ../sass/components/_animations.scss */
.ContentWrapperCu .ContentCu {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    background: #ffffff;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 564, ../sass/components/_animations.scss */
.ContentWrapperCu:hover .ContentCu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

/* line 565, ../sass/components/_animations.scss */
.ContentWrapperCu .ContentCu .Content {
    position: absolute;
    top: 10%;
    padding: 0 10px;
}

/* line 566, ../sass/components/_animations.scss */
.ContentWrapperCu .ContentCu .Content h2 {
    font: 16px 'Source Sans Pro', Arial, sans-serif;
    color: #8CA757;
    padding: 0 0 6px;
}

/* line 567, ../sass/components/_animations.scss */
.ContentWrapperCu .ContentCu .Content p {
    font: normal 12px 'Source Sans Pro';
    color: #666666;
}

/* line 568, ../sass/components/_animations.scss */
.ContentWrapperCu .ContentCu .Content .ReadMore {
    float: right;
    margin: 16px 0 0;
    background: #D1CDC3;
    background: -moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d1cdc3), color-stop(100%, #c9c5ba));
    background: -webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);
    background: -o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);
    background: -ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);
    background: linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -ms-border-radius: 2px 2px 2px 2px;
    -o-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
    -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
    -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
}

/* line 569, ../sass/components/_animations.scss */
.ContentWrapperCu .ContentCu .Content .ReadMore a {
    color: #757167;
    padding: 6px 16px;
    display: block;
    font: normal 12px 'Source Sans Pro';
}

/* line 570, ../sass/components/_animations.scss */
.ContentWrapperZn img {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 571, ../sass/components/_animations.scss */
.ContentWrapperZn:hover img {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

/* line 572, ../sass/components/_animations.scss */
.ContentWrapperZn .ContentZn {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    background: #ffffff;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 573, ../sass/components/_animations.scss */
.ContentWrapperZn:hover .ContentZn {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

/* line 574, ../sass/components/_animations.scss */
.ContentWrapperZn .ContentZn .Content {
    position: absolute;
    top: 10%;
    padding: 0 10px;
}

/* line 575, ../sass/components/_animations.scss */
.ContentWrapperZn .ContentZn .Content h2 {
    font: 16px 'Source Sans Pro', Arial, sans-serif;
    color: #8CA757;
    padding: 0 0 6px;
}

/* line 576, ../sass/components/_animations.scss */
.ContentWrapperZn .ContentZn .Content p {
    font: normal 12px 'Source Sans Pro';
    color: #666666;
}

/* line 577, ../sass/components/_animations.scss */
.ContentWrapperZn .ContentZn .Content .ReadMore {
    float: right;
    margin: 16px 0 0;
    background: #D1CDC3;
    background: -moz-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d1cdc3), color-stop(100%, #c9c5ba));
    background: -webkit-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);
    background: -o-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);
    background: -ms-linear-gradient(top, #d1cdc3 0%, #c9c5ba 100%);
    background: linear-gradient(to bottom, #d1cdc3 0%, #c9c5ba 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1CDC3', endColorstr='#C9C5BA', GradientType=0);
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -ms-border-radius: 2px 2px 2px 2px;
    -o-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
    -ms-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
    -o-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.11), 0 0 0 rgba(0, 0, 0, 0);
}

/* line 578, ../sass/components/_animations.scss */
.ContentWrapperZn .ContentZn .Content .ReadMore a {
    color: #757167;
    padding: 6px 16px;
    display: block;
    font: normal 12px 'Source Sans Pro';
}

/*  =============================================
Ribbons
============================================= */
/* line 582, ../sass/components/_animations.scss */
.ImageWrapper .RibbonCTL .Triangle:after {
    border-right: 35px solid rgba(0, 0, 0, 0);
    border-top: 35px solid #FFFFFF;
    content: " ";
    display: block;
    height: 0;
    position: absolute;
    width: 0;
    top: 0;
    left: 0;
    z-index: 2;
}

/* line 583, ../sass/components/_animations.scss */
.ImageWrapper .RibbonCTL .Sign {
    top: 2px;
    left: 2px;
    position: absolute;
    z-index: 6;
}

/* line 584, ../sass/components/_animations.scss */
.ImageWrapper .RibbonCTL .Sign a {
    color: #666666;
}

/* line 585, ../sass/components/_animations.scss */
.ImageWrapper .RibbonCTL {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 586, ../sass/components/_animations.scss */
.ImageWrapper:hover .RibbonCTL {
    opacity: 1;
    visibility: visible;
}

/* line 587, ../sass/components/_animations.scss */
.ImageWrapper .RibbonCTR .Triangle:after {
    border-left: 35px solid rgba(0, 0, 0, 0);
    border-top: 35px solid #FFFFFF;
    content: " ";
    display: block;
    height: 0;
    position: absolute;
    width: 0;
    top: 0;
    right: 0;
    z-index: 2;
}

/* line 588, ../sass/components/_animations.scss */
.ImageWrapper .RibbonCTR .Sign {
    top: 2px;
    right: 2px;
    position: absolute;
    z-index: 6;
}

/* line 589, ../sass/components/_animations.scss */
.ImageWrapper .RibbonCTR .Sign a {
    color: #666666;
}

/* line 590, ../sass/components/_animations.scss */
.ImageWrapper .RibbonCTR {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 591, ../sass/components/_animations.scss */
.ImageWrapper:hover .RibbonCTR {
    opacity: 1;
    visibility: visible;
}

/* line 592, ../sass/components/_animations.scss */
.ImageWrapper .RibbonCBL .Triangle:after {
    border-right: 35px solid rgba(0, 0, 0, 0);
    border-bottom: 35px solid #FFFFFF;
    content: " ";
    display: block;
    height: 0;
    position: absolute;
    width: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}

/* line 593, ../sass/components/_animations.scss */
.ImageWrapper .RibbonCBL .Sign {
    bottom: 1px;
    left: 1px;
    position: absolute;
    z-index: 6;
}

/* line 594, ../sass/components/_animations.scss */
.ImageWrapper .RibbonCBL .Sign a {
    color: #666666;
}

/* line 595, ../sass/components/_animations.scss */
.ImageWrapper .RibbonCBL {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 596, ../sass/components/_animations.scss */
.ImageWrapper:hover .RibbonCBL {
    opacity: 1;
    visibility: visible;
}

/* line 597, ../sass/components/_animations.scss */
.ImageWrapper .RibbonCBR .Triangle:after {
    border-left: 35px solid rgba(0, 0, 0, 0);
    border-bottom: 35px solid #FFFFFF;
    content: " ";
    display: block;
    height: 0;
    position: absolute;
    width: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
}

/* line 598, ../sass/components/_animations.scss */
.ImageWrapper .RibbonCBR .Sign {
    bottom: 1px;
    right: 1px;
    position: absolute;
    z-index: 6;
}

/* line 599, ../sass/components/_animations.scss */
.ImageWrapper .RibbonCBR .Sign a {
    color: #666666;
}

/* line 600, ../sass/components/_animations.scss */
.ImageWrapper .RibbonCBR {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 601, ../sass/components/_animations.scss */
.ImageWrapper:hover .RibbonCBR {
    opacity: 1;
    visibility: visible;
}

/*  =============================================
Transparent Background
============================================= */
/* line 605, ../sass/components/_animations.scss */
.TBlack {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8) !important;
}

/* line 606, ../sass/components/_animations.scss */
.TWhite {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8) !important;
}

/* line 1, ../sass/components/_buttons.scss */
.carousel-control {
    z-index: 10;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #f3f4f5;
    opacity: 1;
    filter: alpha(opacity=100);
    line-height: 1;
    top: -60px;
    font-size: 0px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

/* line 13, ../sass/components/_buttons.scss */
.carousel-control:hover {
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.35);
}

/* line 16, ../sass/components/_buttons.scss */
.carousel-control:before {
    content: "\f105";
    font-family: "FontAwesome";
    color: #333;
    font-size: 16px;
    text-shadow: none;
    width: 30px;
    height: 30px;
    line-height: 28px;
}

/* line 26, ../sass/components/_buttons.scss */
.carousel-control.left {
    left: auto;
    right: 36px;
}

/* line 29, ../sass/components/_buttons.scss */
.carousel-control.left:before {
    content: "\f104";
}

/* line 36, ../sass/components/_buttons.scss */
.btn-inverse {
    color: white;
    background-color: #f1823c;
    border-color: #f1823c;
}

/* line 184, ../sass/mixins/_theme.scss */
.btn-inverse:hover, .btn-inverse:focus, .btn-inverse.active {
    color: #838383;
    background-color: transparent;
    border-color: #e5e5e5;
}

/* line 189, ../sass/mixins/_theme.scss */
.open .btn-inverse.dropdown-toggle {
    color: #838383;
    background-color: transparent;
    border-color: #e5e5e5;
}

/* line 195, ../sass/mixins/_theme.scss */
.btn-inverse:active, .btn-inverse.active {
    background-image: none;
}

/* line 198, ../sass/mixins/_theme.scss */
.open .btn-inverse.dropdown-toggle {
    background-image: none;
}

/* line 208, ../sass/mixins/_theme.scss */
.btn-inverse.disabled, .btn-inverse.disabled:hover, .btn-inverse.disabled:focus, .btn-inverse.disabled:active, .btn-inverse.disabled.active, .btn-inverse[disabled], .btn-inverse[disabled]:hover, .btn-inverse[disabled]:focus, .btn-inverse[disabled]:active, .btn-inverse[disabled].active, fieldset[disabled] .btn-inverse, fieldset[disabled] .btn-inverse:hover, fieldset[disabled] .btn-inverse:focus, fieldset[disabled] .btn-inverse:active, fieldset[disabled] .btn-inverse.active {
    background-color: #f1823c;
    border-color: #f1823c;
}

/* line 214, ../sass/mixins/_theme.scss */
.btn-inverse .badge {
    color: #f1823c;
    background-color: white;
}

/* line 39, ../sass/components/_buttons.scss */
.btn-outline {
    text-transform: uppercase;
    color: white;
    background-color: #9BC4C3;
    border-color: #9BC4C3;
}

#submitMessage {
    color: #fff !important;
    background-color: #C3CBCD !important;
    border-color: #C3CBCD !important;
    font-size: 18px !important;
    font-weight: 700 !important;
}

/* line 184, ../sass/mixins/_theme.scss */
.btn-outline:hover, .btn-outline:focus, .btn-outline.active {
    color: #838383;
    background-color: transparent;
    border-color: #e5e5e5;
}

.cart_navigation .button-medium {
    background-color: #1B5F6C !important;
    border-color: #1B5F6C !important;
    color: #fff;
}

/* line 189, ../sass/mixins/_theme.scss */
.open .btn-outline.dropdown-toggle {
    color: white;
    background-color: #f1823c;
    border-color: #f1823c;
}

/* line 195, ../sass/mixins/_theme.scss */
.btn-outline:active, .btn-outline.active {
    background-image: none;
}

/* line 198, ../sass/mixins/_theme.scss */
.open .btn-outline.dropdown-toggle {
    background-image: none;
}

/* line 208, ../sass/mixins/_theme.scss */
.btn-outline.disabled, .btn-outline.disabled:hover, .btn-outline.disabled:focus, .btn-outline.disabled:active, .btn-outline.disabled.active, .btn-outline[disabled], .btn-outline[disabled]:hover, .btn-outline[disabled]:focus, .btn-outline[disabled]:active, .btn-outline[disabled].active, fieldset[disabled] .btn-outline, fieldset[disabled] .btn-outline:hover, fieldset[disabled] .btn-outline:focus, fieldset[disabled] .btn-outline:active, fieldset[disabled] .btn-outline.active {
    background-color: transparent;
    border-color: #e5e5e5;
}

/* line 214, ../sass/mixins/_theme.scss */
.btn-outline .badge {
    color: transparent;
    background-color: #838383;
}

/**
* Transition-timing-function property@mixin
*/
/*background RGBA
============================================*/
/****/
/* RIGHT TO LEFT */
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors
 */
/***********************************************************************/
/** CHECKOUT BY STEP */
/* line 3, ../sass/components/_forms.scss */
.no-padding {
    padding: 0 !important;
}

/* line 4, ../sass/components/_forms.scss */
.no-margin {
    margin: 0 !important;
}

/* line 8, ../sass/components/_forms.scss */
.icon-box {
    font-size: 40px;
}

/* line 14, ../sass/components/_forms.scss */
.e-scale .popup-content {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 19, ../sass/components/_forms.scss */
.e-scale.popup-over:hover .popup-content {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 27, ../sass/components/_forms.scss */
.e-translate-left .popup-content {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(-200px, 0px);
    -ms-transform: translate(-200px, 0px);
    transform: translate(-200px, 0px);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 33, ../sass/components/_forms.scss */
.e-translate-left.popup-over:hover .popup-content {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 42, ../sass/components/_forms.scss */
.e-translate-right .popup-content {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(200px, 0px);
    -ms-transform: translate(200px, 0px);
    transform: translate(200px, 0px);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 48, ../sass/components/_forms.scss */
.e-translate-right.popup-over:hover .popup-content {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 57, ../sass/components/_forms.scss */
.e-translate-top .popup-content {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(0, 200px);
    -ms-transform: translate(0, 200px);
    transform: translate(0, 200px);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 63, ../sass/components/_forms.scss */
.e-translate-top.popup-over:hover .popup-content {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 72, ../sass/components/_forms.scss */
.e-translate-down .popup-content {
    opacity: 0;
    filter: alpha(opacity=0);
    height: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 78, ../sass/components/_forms.scss */
.e-translate-down.popup-over:hover .popup-content {
    opacity: 1;
    filter: alpha(opacity=100);
    height: auto;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 87, ../sass/components/_forms.scss */
.fs-style {
    position: relative;
    padding-top: 25px;
    padding-bottom: 25px;
}

/* line 88, ../sass/components/_forms.scss */
.fs-style:before {
    padding: 0 2000px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #eee;
    z-index: 0;
    display: inline-block;
    top: 0;
    left: -2000px;
}

/* line 101, ../sass/components/_forms.scss */
.fs-style1:before {
    background-image: url(../img/patterns/full-screen/style-1.jpg);
}

/* line 102, ../sass/components/_forms.scss */
.fs-style2:before {
    background-image: url(../img/patterns/full-screen/style-2.jpg);
}

/* line 103, ../sass/components/_forms.scss */
.fs-style3:before {
    background-image: url(../img/patterns/full-screen/style-3.jpg);
}

/* line 106, ../sass/components/_forms.scss */
#footer {
    position: relative;
}

/* line 107, ../sass/components/_forms.scss */
#footer .container {
    position: static;
}

/* line 108, ../sass/components/_forms.scss */
.fs-content {
    height: 300px;
}

/* line 109, ../sass/components/_forms.scss */
.fs-content > div {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0;
}

/* line 112, ../sass/components/_forms.scss */
.grid-system .cell {
    border: 1px solid #e6e6e6;
    background: #e5e5e5;
    text-align: center !important;
    margin: 0 0px 10px 0;
    padding: 8px 0 8px 0;
}

/* line 113, ../sass/components/_forms.scss */
.icons-examples .fa {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
}

/* line 114, ../sass/components/_forms.scss */
.pricing-table {
    border: 0px;
    margin: 20px 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 117, ../sass/components/_forms.scss */
.pricing-table .pricing-header,
.pricing-table .pricing-footer {
    border: 0px;
}

/* line 118, ../sass/components/_forms.scss */
.pricing-table .plan-price {
    text-transform: uppercase;
}

/* line 119, ../sass/components/_forms.scss */
.pricing-table .plan-currency {
    font-size: 40px;
    font-size: 4rem;
    font-weight: 700;
}

/* line 120, ../sass/components/_forms.scss */
.pricing-table .plan-figure {
    font-size: 72px;
    font-size: 7.2rem;
    font-weight: 700;
}

/* line 121, ../sass/components/_forms.scss */
.pricing-table .plan-period {
    font-size: 12px;
    font-size: 1.2rem;
}

/* line 122, ../sass/components/_forms.scss */
.pricing-table .plan-title {
    color: #fff;
    position: relative;
    padding-bottom: 20px;
}

/* line 123, ../sass/components/_forms.scss */
.pricing-table .plan-title:after {
    content: "";
    background: #fff;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 30px;
    height: 1px;
}

/* line 125, ../sass/components/_forms.scss */
.pricing-table .pricing-body {
    border-top: 0px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-bottom: 0px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
}

/* line 128, ../sass/components/_forms.scss */
.pricing-table ul li,
.pricing-table ol li {
    padding: 12px;
    border-bottom: 1px solid #e6e6e6;
}

/* line 130, ../sass/components/_forms.scss */
.pricing-table .plan-link {
    line-height: 2.5;
    border-radius: 0;
    font-size: 12px;
    font-size: 1.2rem;
}

/* line 132, ../sass/components/_forms.scss */
.pricing-table.featured-plan {
    margin: 0;
}

/* line 133, ../sass/components/_forms.scss */
.pricing-table.featured-plan .pricing-header {
    background: #0eba9e;
    padding-top: 35px;
    padding-bottom: 35px;
}

/* line 134, ../sass/components/_forms.scss */
.pricing-table.featured-plan .plan-link {
    background: #0eba9e;
    padding-top: 20px;
    padding-bottom: 20px;
}

/* line 136, ../sass/components/_forms.scss */
.pricing-table:hover {
    -webkit-transform: translate(0, -20px);
    -ms-transform: translate(0, -20px);
    transform: translate(0, -20px);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/**
 * BASE CSS STYLES
 */
/* line 5, ../sass/_general.scss */
html {
    overflow-y: scroll;
    margin: 0;
    padding: 0;
}

/* line 10, ../sass/_general.scss */
body {
    background-color: white;
    color: #58585a;
    font-size: 16px;
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
}

/* line 16, ../sass/_general.scss */
body #page {
    overflow: hidden;
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}

/* line 22, ../sass/_general.scss */
ul,
ol {
    list-style: none;
    padding: 0;
}

/* line 23, ../sass/_general.scss */
a {
    color: #838383;
}

/* line 25, ../sass/_general.scss */
a:hover, a:focus {
    /*color: #f1823c;*/
}

/* line 26, ../sass/_general.scss */
a:focus {
    outline: none;
}

/* line 28, ../sass/_general.scss */
dt {
    font-weight: normal;
}

/* line 31, ../sass/_general.scss */
.clear {
    clear: both;
}

/* line 33, ../sass/_general.scss */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

/* line 39, ../sass/_general.scss */
input[type=number] {
    -moz-appearance: textfield;
}

/* line 44, ../sass/_general.scss */
.bullet li {
    position: relative;
    background: #fafafa;
    font-size: 14px;
    border-top: 1px solid #e1e1e1;
}

/* line 49, ../sass/_general.scss */
.bullet li a {
    display: block;
    padding: 15px 20px;
    font-size: 10px;
    text-transform: uppercase;
    color: #555;
    font-family: 'AvenirLight';
}

/* line 56, ../sass/_general.scss */
.bullet li a .fa {
    display: none;
}

/* line 61, ../sass/_general.scss */
.bullet li li a {
    padding: 15px 30px;
}

/* links style */
/* line 68, ../sass/_general.scss */
ul.links {
    margin: 0;
    padding: 0;
}

/* line 69, ../sass/_general.scss */
ul.links li {
    display: inline;
    line-height: normal;
}

/* line 70, ../sass/_general.scss */
ul.links li a {
    margin: 0 6px;
}

/* line 72, ../sass/_general.scss */
ul.links li .fa,
ul.links li .icon {
    margin-right: 10px;
}

/* line 264, ../sass/mixins/_theme.scss */
.rtl ul.links li .fa, .rtl
ul.links li .icon {
    margin-left: 10px;
    margin-right: inherit;
}

/* line 75, ../sass/_general.scss */
ul.list li {
    list-style: none;
    padding: 6px 0;
}

/* line 77, ../sass/_general.scss */
ul.my-account li {
    padding: 6px 0;
    list-style: disc;
    margin-left: 14px;
}

/* line 79, ../sass/_general.scss */
ul.inline li {
    float: left;
}

/* line 82, ../sass/_general.scss */
.tree-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 12px;
}

/* line 83, ../sass/_general.scss */
.tree-menu > ul > li {
    width: 100%;
    height: auto;
    position: relative;
}

/* line 86, ../sass/_general.scss */
.tree-menu > ul > li .caret,
.tree-menu > ul > li .head a {
    position: absolute;
    right: 18px;
    top: 13px;
    background-color: #428bca;
    color: #FFF;
    padding: 0 6px;
    margin-right: -20px;
    -webkit-border-radius: 10%;
    -moz-border-radius: 10%;
    -ms-border-radius: 10%;
    -o-border-radius: 10%;
    border-radius: 10%;
}

/* line 87, ../sass/_general.scss */
.tree-menu > ul > li:last-child a {
    border: none;
}

/* line 89, ../sass/_general.scss */
.tree-menu > ul > li > a {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #e0e0e0;
}

/* line 93, ../sass/_general.scss */
.tree-menu > ul > li ul {
    display: none;
}

/* line 94, ../sass/_general.scss */
.tree-menu > ul > li a.active {
    font-weight: bold;
    color: #E02673;
}

/* line 95, ../sass/_general.scss */
.tree-menu > ul > li a.active + ul {
    display: block;
    padding: 0 0 10px 10px;
}

/* line 97, ../sass/_general.scss */
.tree-menu > ul > li ul > li {
    padding-left: 30px;
}

/* line 264, ../sass/mixins/_theme.scss */
.rtl .tree-menu > ul > li ul > li {
    padding-right: 30px;
    padding-left: inherit;
}

/* line 98, ../sass/_general.scss */
.tree-menu > ul > li ul > li > a {
    text-decoration: none;
    display: block;
    padding: 8px 0;
}

/* line 99, ../sass/_general.scss */
.tree-menu > ul > li ul > li > a.active {
    font-weight: bold;
}

/* line 104, ../sass/_general.scss */
.unvisible {
    display: none;
}

/* line 106, ../sass/_general.scss */
.buttons {
    padding: 20px 0;
}

/* line 21, ../sass/bootstrap/_mixins.scss */
.buttons:before, .buttons:after {
    content: " ";
    display: table;
}

/* line 25, ../sass/bootstrap/_mixins.scss */
.buttons:after {
    clear: both;
}

/* line 107, ../sass/_general.scss */
.buttons .left {
    float: left;
}

/* line 108, ../sass/_general.scss */
.buttons .right {
    float: right;
}

/* line 110, ../sass/_general.scss */
input[type="file"] {
    line-height: 20px;
    padding: 0 5px;
    line-height: 34px;
}

/* line 119, ../sass/_general.scss */
.banner {
    text-align: center;
}

/* line 121, ../sass/_general.scss */
.banner img {
    display: inline-block;
}

/* line 125, ../sass/_general.scss */
#header_logo {
    margin: 0px 0;
}

/* line 129, ../sass/_general.scss */
#columns {
    padding: 0px 0;
}

/*** PAGE HEADING **/
/* line 133, ../sass/_general.scss */
.page-heading {
    margin-bottom: 20px;
}

/* line 136, ../sass/_general.scss */
.heading-counter {
    text-transform: unset;
    font-style: italic;
    font-size: 14px;
}

/* line 143, ../sass/_general.scss */
.content_sortPagiBar {
    padding-bottom: 20px;
    padding-top: 10px;
}

/* line 146, ../sass/_general.scss */
.content_sortPagiBar label {
    font-family: 'proxima_nova_alt_rgbold';
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
    padding: 0 10px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: 0;
    vertical-align: top;
}

/* line 158, ../sass/_general.scss */
.content_sortPagiBar select {
    height: 30px;
    padding: 0;
    line-height: 30px;
}

/* line 163, ../sass/_general.scss */
.content_sortPagiBar .sort {
    margin-top: 4px;
}

/* line 166, ../sass/_general.scss */
.content_sortPagiBar .bt_compare {
    float: right;
}

/* line 253, ../sass/mixins/_theme.scss */
.rtl .content_sortPagiBar .bt_compare {
    float: left;
}

/* line 169, ../sass/_general.scss */
.content_sortPagiBar .pagination {
    margin: 0;
}

/* line 172, ../sass/_general.scss */
.content_sortPagiBar .product-count {
    height: 30px;
    line-height: 30px;
}

/* line 176, ../sass/_general.scss */
.content_sortPagiBar #productsSortForm {
    float: right;
}

/* line 253, ../sass/mixins/_theme.scss */
.rtl .content_sortPagiBar #productsSortForm {
    float: left;
}

/* line 177, ../sass/_general.scss */
.content_sortPagiBar .form-control {
    font-size: 14px;
    display: inline;
    width: auto;
    border-color: #e5e5e5;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    padding: 0px 25px 0px 10px;
    appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -webkit-appearance: none;
    font-family: 'AvenirRoman';
    background: url(../img/arow-down.png) center no-repeat;
    background-position: right 10px center;
    max-width: 235px;
}

/* line 277, ../sass/mixins/_theme.scss */
.rtl .content_sortPagiBar .form-control {
    padding: 0px 10px 0px 25px;
}

/* line 191, ../sass/_general.scss */
.content_sortPagiBar .btn {
    padding: 0;
    border-color: #E5E5E5;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
}

/* line 195, ../sass/_general.scss */
.content_sortPagiBar .btn span {
    font-family: 'proxima_nova_alt_rgbold';
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
    padding: 0 10px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: 0;
    vertical-align: top;
}

/* line 206, ../sass/_general.scss */
.content_sortPagiBar .btn span strong {
    font-family: 'proxima_nova_alt_rgbold';
    color: #000;
}

/* line 211, ../sass/_general.scss */
.content_sortPagiBar .btn:hover {
    color: #fff;
    border-color: #f1823c;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

/* line 215, ../sass/_general.scss */
.content_sortPagiBar .btn:hover span {
    color: #fff;
}

/* line 217, ../sass/_general.scss */
.content_sortPagiBar .btn:hover span strong {
    color: #fff;
}

/* line 223, ../sass/_general.scss */
.content_sortPagiBar .showall {
    margin-right: 10px;
}

/* line 224, ../sass/_general.scss */
.content_sortPagiBar .display {
    float: left;
    line-height: 30px;
}

/* line 253, ../sass/mixins/_theme.scss */
.rtl .content_sortPagiBar .display {
    float: right;
}

/* line 227, ../sass/_general.scss */
.content_sortPagiBar .display > div {
    float: left;
}

/* line 253, ../sass/mixins/_theme.scss */
.rtl .content_sortPagiBar .display > div {
    float: right;
}

/* line 231, ../sass/_general.scss */
.content_sortPagiBar .display li {
    float: left;
    display: block;
}

/* line 253, ../sass/mixins/_theme.scss */
.rtl .content_sortPagiBar .display li {
    float: right;
}

/* line 235, ../sass/_general.scss */
.content_sortPagiBar .display span {
    margin-right: 5px;
}

/* line 238, ../sass/_general.scss */
.content_sortPagiBar .display a {
    width: 30px;
    height: 30px;
    border: 1px solid #e5e5e5;
    margin-right: 5px;
    float: left;
    cursor: pointer;
    text-align: center;
    background: #FFF;
    color: #999;
    line-height: 28px;
    font-size: 10px;
}

/* line 264, ../sass/mixins/_theme.scss */
.rtl .content_sortPagiBar .display a {
    margin-left: 5px;
    margin-right: inherit;
}

/* line 249, ../sass/_general.scss */
.content_sortPagiBar .display a > span {
    margin: 0 3px;
    display: none;
}

/* line 253, ../sass/_general.scss */
.content_sortPagiBar .display a > em {
    display: none;
}

/* line 259, ../sass/_general.scss */
.content_sortPagiBar .display .selected a .fa {
    color: #000;
}

/* line 266, ../sass/_general.scss */
.content_sortPagiBar.bottom {
    text-align: center;
}

/* line 268, ../sass/_general.scss */
.content_sortPagiBar.bottom .pagination {
    font-family: 'proxima_nova_condensedSBd';
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    display: inline-block;
    margin: auto;
}

/* line 282, ../sass/_general.scss */
ul.step {
    /*border: solid 1px #e5e5e5;*/
    padding: 0;
    margin-bottom: 30px;
}

/* line 286, ../sass/_general.scss */
ul.step li {
    /*float: left;*/
    padding: 10px 15px;
    font-size: 18px;
    font-weight: normal;
    background: transparent;
    color: #494b4b;
    position: relative;
    /*width: 20%;*/
    font-family: 'AvenirLight' !important;
    text-align: center;
}

/* line 295, ../sass/_general.scss */
ul.step li.step_current {
    font-family: 'AvenirBlack' !important;
}

/* line 302, ../sass/_general.scss */
.rating {
    clear: both;
    display: block;
    margin: 2em;
    cursor: pointer;
}

/* line 309, ../sass/_general.scss */
.rating:after {
    content: ".";
    display: block;
    height: 0;
    width: 0;
    clear: both;
    visibility: hidden;
}

/* line 318, ../sass/_general.scss */
.cancel, .star {
    overflow: hidden;
    float: left;
    margin: 0 1px 0 0;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

/* line 253, ../sass/mixins/_theme.scss */
.rtl .cancel, .rtl .star {
    float: right;
}

/* line 327, ../sass/_general.scss */
.cancel, .cancel a {
    background: url(../../../modules/productcomments/img/delete.gif) no-repeat 0 -16px !important;
}

/* line 331, ../sass/_general.scss */
.cancel a, .star a {
    display: block;
    width: 100%;
    height: 100%;
    background-position: 0 0;
}

/* line 338, ../sass/_general.scss */
div.star_on a {
    background-position: 0 -16px;
}

/* line 343, ../sass/_general.scss */
div.star_hover a,
div.star a:hover {
    background-position: 0 -32px;
}

/* line 347, ../sass/_general.scss */
.pack_content {
    margin: 10px 0 10px 0;
}

/* line 351, ../sass/_general.scss */
.confirmation {
    margin: 0 0 10px;
    padding: 10px;
    border: 1px solid #e6db55;
    font-size: 13px;
    background: none repeat scroll 0 0 lightyellow;
}

/* line 359, ../sass/_general.scss */
#page .rte {
    background: transparent none repeat scroll 0 0;
}

.cms-3 .rte {
    text-align: center;
}

.sub_title_gras #cadre_losange {
    margin-left: 0;
}

#notice_de_pose p {
    padding-left: 25px;
}

/* line 365, ../sass/_general.scss */
#breadcrumb {
    background: #D8E4E4;
    color: #58585a;
    font-size: 12px !important;/* 14px !important; */
    font-family: 'AvenirRoman' !important;
    text-transform: uppercase;
    padding: 18px 0;
}

/* line 374, ../sass/_general.scss */
.breadcrumb .navigation-pipe {
    padding: 0;
    color: transparent;
}

/* line 377, ../sass/_general.scss */
.breadcrumb .navigation-pipe .navigation-pipe {
    /* font-size: 0; */
}

/* line 380, ../sass/_general.scss */
.breadcrumb .navigation-pipe:before {
    font-size: 14px;
    content: ".";
    padding-left: 10px;
    color: #999;
}

/* line 387, ../sass/_general.scss */
.breadcrumb .navigation_page {
    font-size: 12px;
}

/* line 390, ../sass/_general.scss */
.breadcrumb a {
    font-size: 12px;
    color: #58585a;
}

/* line 393, ../sass/_general.scss */
.breadcrumb a:hover {
    color: #999999;
}

/* line 404, ../sass/_general.scss */
#short_description_content ul,
#short_description_content ol,
#short_description_content dl,
#tinymce ul,
#tinymce ol,
#tinymce dl {
    margin-left: 20px;
}

/* line 408, ../sass/_general.scss */
.rte ul {
    list-style-type: disc;
    padding-left: 15px;
}

/* line 413, ../sass/_general.scss */
.rte ol {
    list-style-type: decimal;
    padding-left: 15px;
}

/* line 418, ../sass/_general.scss */
.block_hidden_only_for_screen {
    display: none;
}

/* line 423, ../sass/_general.scss */
.box {
    margin-bottom: 30px;
}

/* line 428, ../sass/_general.scss */
.cart_navigation {
    margin: 0 0 10px;
}

/* line 431, ../sass/_general.scss */
.cart_navigation .button-exclusive i {
    margin-right: 8px;
}

/* line 264, ../sass/mixins/_theme.scss */
.rtl .cart_navigation .button-exclusive i {
    margin-left: 8px;
    margin-right: inherit;
}

@media (max-width: 480px) {
    /* line 436, ../sass/_general.scss */
    .cart_navigation > span {
        display: block;
        width: 100%;
        padding-bottom: 15px;
    }

    .cart_navigation .btn {
        font-size: 15px;
        padding: 6px 9px;
    }
}

/* line 445, ../sass/_general.scss */
.cart_last_product {
    display: none;
}

/* line 449, ../sass/_general.scss */
.cart_quantity .cart_quantity_input {
    padding: 0;
    text-align: center;
    width: 65px;
}

/* line 455, ../sass/_general.scss */
.cart_gift_quantity .cart_quantity_input {
    padding: 0;
    text-align: center;
    width: 57px;
}

/* line 462, ../sass/_general.scss */
.table tbody > tr > td {
    vertical-align: middle;
}

/* line 464, ../sass/_general.scss */
.table tbody > tr > td.cart_quantity {
    padding: 41px 14px 25px;
    width: 95px;
}

/* line 467, ../sass/_general.scss */
.table tbody > tr > td.cart_quantity .cart_quantity_button {
    margin-top: 3px;
    min-width: 66px;
}

/* line 470, ../sass/_general.scss */
.table tbody > tr > td.cart_quantity .cart_quantity_button a {
    float: left;
    margin-right: 3px;
    font-size: 11px;
}

/* line 253, ../sass/mixins/_theme.scss */
.rtl .table tbody > tr > td.cart_quantity .cart_quantity_button a {
    float: right;
}

/* line 264, ../sass/mixins/_theme.scss */
.rtl .table tbody > tr > td.cart_quantity .cart_quantity_button a {
    margin-left: 3px;
    margin-right: inherit;
}

/* line 474, ../sass/_general.scss */
.table tbody > tr > td.cart_quantity .cart_quantity_button a + a {
    margin-right: 0;
}

/* line 264, ../sass/mixins/_theme.scss */
.rtl .table tbody > tr > td.cart_quantity .cart_quantity_button a + a {
    margin-left: 0;
    margin-right: inherit;
}

/* line 481, ../sass/_general.scss */
.table tbody > tr > td.cart_delete, .table tbody > tr > td.price_discount_del {
    padding: 5px;
}

/* line 485, ../sass/_general.scss */
.table tfoot > tr > td {
    vertical-align: middle;
}

/* line 491, ../sass/_general.scss */
.cart_delete a.cart_quantity_delete,
a.price_discount_delete {
    font-size: 23px;
    color: #838383;
}

/* line 494, ../sass/_general.scss */
.cart_delete a.cart_quantity_delete:hover,
a.price_discount_delete:hover {
    color: silver;
}

/* line 502, ../sass/_general.scss */
#cart_summary tbody td.cart_product {
    padding: 19px;
    width: 137px;
}

/* line 505, ../sass/_general.scss */
#cart_summary tbody td.cart_product img {
    border: 1px solid #dddddd;
}

/* line 511, ../sass/_general.scss */
#cart_summary tbody td.cart_unit .price span {
    display: block;
}

/* line 513, ../sass/_general.scss */
#cart_summary tbody td.cart_unit .price span.price-percent-reduction {
    margin: 5px auto;
    display: inline-block;
}

/* line 517, ../sass/_general.scss */
#cart_summary tbody td.cart_unit .price span.old-price {
    text-decoration: line-through;
}

/* line 523, ../sass/_general.scss */
#cart_summary tbody td.cart_description {
    width: 480px;
}

/* line 525, ../sass/_general.scss */
#cart_summary tbody td.cart_description small {
    display: block;
    padding: 5px 0 0 0;
}

/* line 529, ../sass/_general.scss */
#cart_summary tbody td.cart_description .product-name {
    font-family: 'AvenirRoman';
}

/* line 538, ../sass/_general.scss */
#cart_summary tfoot td.text-right {
    color: #838383;
}

/* line 541, ../sass/_general.scss */
#cart_summary tfoot td.price {
    text-align: right;
}

/* line 253, ../sass/mixins/_theme.scss */
.rtl #cart_summary tfoot td.price {
    text-align: left;
}

/* line 545, ../sass/_general.scss */
#cart_summary tfoot td.total_price_container span {
    font-size: 18px;
    color: rgb(27, 95, 108);
    text-transform: uppercase;
    font-family: 'AvenirRoman';
}

/* line 552, ../sass/_general.scss */
#cart_summary tfoot td#total_price_container {
    font-size: 18px;
    color: rgb(27, 95, 108);
    background: white;
    font-family: 'AvenirRoman';
}

/* line 561, ../sass/_general.scss */
#cart_summary .cart_unit li.price {
    font-size: 18px;
    color: #494b4b;
    font-family: 'AvenirRoman';
}

#cart_summary .cart_unit li.old-price {
    display: inline-block;
    text-decoration: line-through;
}

#cart_summary .cart_unit li.price-percent-reduction {
    display: inline-block;
}

/* line 568, ../sass/_general.scss */
#cart_summary .cart_total .price {
    font-size: 18px;
    color: #494b4b;
    font-family: 'AvenirRoman';
}

/* line 577, ../sass/_general.scss */
.cart_voucher {
    vertical-align: top !important;
}

/* line 579, ../sass/_general.scss */
.cart_voucher h4 {
    font: 600 14px/22px "AvenirLight";
    color: #3e3a3a;
    text-transform: uppercase;
}

/* line 584, ../sass/_general.scss */
.cart_voucher .title-offers {
    color: #838383;
    font-weight: bold;
    margin-bottom: 6px;
}

/* line 589, ../sass/_general.scss */
.cart_voucher fieldset {
    margin-bottom: 10px;
}

/* line 591, ../sass/_general.scss */
.cart_voucher fieldset #discount_name {
    float: left;
    width: 219px;
    margin-right: 11px;
}

/* line 253, ../sass/mixins/_theme.scss */
.rtl .cart_voucher fieldset #discount_name {
    float: right;
}

/* line 264, ../sass/mixins/_theme.scss */
.rtl .cart_voucher fieldset #discount_name {
    margin-left: 11px;
    margin-right: inherit;
}

/* line 598, ../sass/_general.scss */
.cart_voucher #display_cart_vouchers span {
    font-weight: bold;
    cursor: pointer;
    color: #3e3a3a;
}

/* line 602, ../sass/_general.scss */
.cart_voucher #display_cart_vouchers span:hover {
    color: #f1823c;
}

/* line 609, ../sass/_general.scss */
.enable-multishipping {
    margin: -13px 0 17px;
}

/* line 611, ../sass/_general.scss */
.enable-multishipping label {
    font-weight: normal;
}

/* line 617, ../sass/_general.scss */
#order_carrier {
    clear: both;
    margin-top: 20px;
    border: 1px solid #999999;
    background: white;
}

/* line 624, ../sass/_general.scss */
.order_carrier_logo {
    max-width: 65px;
    max-height: 65px;
}

/* line 629, ../sass/_general.scss */
#order_carrier .title_block {
    padding: 0 15px;
    height: 29px;
    font-weight: bold;
    line-height: 29px;
    color: #838383;
    font-weight: bold;
    text-transform: uppercase;
    background: url(../img/bg_table_th.png) repeat-x 0 -10px #999999;
}

/* line 640, ../sass/_general.scss */
#order_carrier span {
    display: block;
    padding: 15px;
    font-weight: bold;
}

/* line 646, ../sass/_general.scss */
.multishipping_close_container {
    text-align: center;
}

/* line 650, ../sass/_general.scss */
table#cart_summary .gift-icon {
    color: white;
    background: #0088cc;
    display: inline;
    line-height: 20px;
    padding: 2px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

/* line 660, ../sass/_general.scss */
#multishipping_mode_box {
    padding-top: 12px;
    padding-bottom: 19px;
}

/* line 663, ../sass/_general.scss */
#multishipping_mode_box .title {
    font-weight: bold;
    color: #838383;
    margin-bottom: 15px;
}

/* line 668, ../sass/_general.scss */
#multishipping_mode_box .description_off {
    display: none;
}

/* line 670, ../sass/_general.scss */
#multishipping_mode_box .description_off div {
    margin-bottom: 10px;
}

/* line 675, ../sass/_general.scss */
#multishipping_mode_box .description_off a:hover,
#multishipping_mode_box .description a:hover {
    background: #f3f3f3;
    border: 1px solid #cccccc;
}

/* line 681, ../sass/_general.scss */
#multishipping_mode_box.on .description_off {
    display: block;
}

/* line 687, ../sass/_general.scss */
.multishipping-cart .cart_address_delivery.form-control {
    width: 198px;
}

/* line 693, ../sass/_general.scss */
#order .address_add.submit {
    margin-bottom: 20px;
}

/* line 697, ../sass/_general.scss */
#ordermsg {
    margin-bottom: 30px;
    max-width: 1040px;
}

#ordermsg textarea.form-control {
    max-height: 100px;
}

.address_cart_navigation {
    max-width: 1040px;
}

/* line 702, ../sass/_general.scss */
#id_address_invoice.form-control,
#id_address_delivery.form-control {
    width: 269px;
}

/* line 709, ../sass/_general.scss */
.addresses .select label,
.addresses .selector,
.addresses .addresses .address_select {
    clear: both;
}

/* line 713, ../sass/_general.scss */
.addresses .waitimage {
    display: none;
    float: left;
    width: 24px;
    height: 24px;
    background-image: url(../../../img/loader.gif);
    background-repeat: no-repeat;
    position: relative;
    bottom: -2px;
    left: 10px;
}

/* line 253, ../sass/mixins/_theme.scss */
.rtl .addresses .waitimage {
    float: right;
}

/* line 355, ../sass/mixins/_theme.scss */
.rtl .addresses .waitimage {
    right: 10px;
    left: auto;
}

/* line 724, ../sass/_general.scss */
.addresses .checkbox.addressesAreEquals {
    clear: both;
    float: left;
    margin: 15px 0;
}

/* line 253, ../sass/mixins/_theme.scss */
.rtl .addresses .checkbox.addressesAreEquals {
    float: right;
}

/* line 734, ../sass/_general.scss */
#order .delivery_option > div,
#order-opc .delivery_option > div {
    display: block;
    margin-bottom: 20px;
    font-weight: normal;
}

/* line 738, ../sass/_general.scss */
#order .delivery_option > div > table,
#order-opc .delivery_option > div > table {
    background: white;
    margin-bottom: 0;
}

/* line 741, ../sass/_general.scss */
#order .delivery_option > div > table.resume,
#order-opc .delivery_option > div > table.resume {
    height: 53px;
}

/* line 743, ../sass/_general.scss */
#order .delivery_option > div > table.resume.delivery_option_carrier,
#order-opc .delivery_option > div > table.resume.delivery_option_carrier {
    margin-top: 10px;
    width: 100%;
    background: #d9edf7;
    color: #31708f;
    border: 1px solid #bce8f1;
    font-weight: bold;
}

/* line 750, ../sass/_general.scss */
#order .delivery_option > div > table.resume.delivery_option_carrier td,
#order-opc .delivery_option > div > table.resume.delivery_option_carrier td {
    padding: 8px 11px 7px 11px;
}

/* line 752, ../sass/_general.scss */
#order .delivery_option > div > table.resume.delivery_option_carrier td i,
#order-opc .delivery_option > div > table.resume.delivery_option_carrier td i {
    font-size: 20px;
    margin-right: 7px;
    vertical-align: -2px;
}

/* line 264, ../sass/mixins/_theme.scss */
.rtl #order .delivery_option > div > table.resume.delivery_option_carrier td i, .rtl
#order-opc .delivery_option > div > table.resume.delivery_option_carrier td i {
    margin-left: 7px;
    margin-right: inherit;
}

/* line 760, ../sass/_general.scss */
#order .delivery_option > div > table.resume td.delivery_option_radio,
#order-opc .delivery_option > div > table.resume td.delivery_option_radio {
    width: 54px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

/* line 264, ../sass/mixins/_theme.scss */
.rtl #order .delivery_option > div > table.resume td.delivery_option_radio, .rtl
#order-opc .delivery_option > div > table.resume td.delivery_option_radio {
    padding-right: 0;
    padding-left: inherit;
}

/* line 264, ../sass/mixins/_theme.scss */
.rtl #order .delivery_option > div > table.resume td.delivery_option_radio, .rtl
#order-opc .delivery_option > div > table.resume td.delivery_option_radio {
    padding-left: 0;
    padding-right: inherit;
}

/* line 766, ../sass/_general.scss */
#order .delivery_option > div > table.resume td.delivery_option_logo,
#order-opc .delivery_option > div > table.resume td.delivery_option_logo {
    width: 97px;
    padding-left: 21px;
}

/* line 264, ../sass/mixins/_theme.scss */
.rtl #order .delivery_option > div > table.resume td.delivery_option_logo, .rtl
#order-opc .delivery_option > div > table.resume td.delivery_option_logo {
    padding-right: 21px;
    padding-left: inherit;
}

/* line 770, ../sass/_general.scss */
#order .delivery_option > div > table.resume td.delivery_option_price,
#order-opc .delivery_option > div > table.resume td.delivery_option_price {
    width: 162px;
}

/* line 779, ../sass/_general.scss */
.order_carrier_content {
    line-height: normal;
    padding-bottom: 6px;
}

/* line 782, ../sass/_general.scss */
.order_carrier_content .carrier_title {
    font-weight: bold;
    padding-bottom: 10px;
    color: #838383;
}

/* line 788, ../sass/_general.scss */
.order_carrier_content .checkbox input {
    margin-top: 2px;
}

/* line 793, ../sass/_general.scss */
.order_carrier_content .delivery_options_address .carrier_title {
    margin-bottom: 17px;
}

/* line 797, ../sass/_general.scss */
.order_carrier_content + div {
    padding-bottom: 15px;
}

/* line 802, ../sass/_general.scss */
#carrierTable {
    border: 1px solid #999999;
    border-bottom: none;
    background: white;
}

/* line 808, ../sass/_general.scss */
#carrierTable tbody {
    border-bottom: 1px solid #999999;
}

/* line 812, ../sass/_general.scss */
#carrierTable th {
    padding: 0 15px;
    height: 29px;
    font-weight: bold;
    line-height: 29px;
    color: #838383;
    text-transform: uppercase;
    background: url(../img/bg_table_th.png);
    background-repeat: repeat-x;
    background-color: #999999;
    background-position: -1% 0;
}

/* line 403, ../sass/mixins/_theme.scss */
.rtl #carrierTable th {
    background-position: 101% 0;
}

/* line 825, ../sass/_general.scss */
#carrierTable td {
    padding: 15px;
    font-weight: bold;
    border-right: 1px solid #e9e9e9;
}

/* line 264, ../sass/mixins/_theme.scss */
.rtl #carrierTable td {
    border-left: 1px solid #e9e9e9;
    border-right: inherit;
}

/* line 831, ../sass/_general.scss */
#carrierTable td.carrier_price {
    border: none;
}

/* line 835, ../sass/_general.scss */
p.checkbox.gift {
    margin-bottom: 10px;
}

/* line 839, ../sass/_general.scss */
#gift_div {
    display: none;
    margin-top: 5px;
    margin-bottom: 10px;
}

/* line 845, ../sass/_general.scss */
a.iframe {
    color: #838383;
    text-decoration: underline;
}

/* line 848, ../sass/_general.scss */
a.iframe:hover {
    text-decoration: none;
}

/* line 854, ../sass/_general.scss */
p.payment_module {
    margin-bottom: 10px;
}

/* line 856, ../sass/_general.scss */
p.payment_module a {
    display: block;
    border: 1px solid #dddddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    font-size: 17px;
    line-height: 23px;
    color: #838383;
    font-weight: normal;
    padding: 33px 40px 34px 99px;
    letter-spacing: -1px;
    position: relative;
}

/* line 867, ../sass/_general.scss */
p.payment_module a.bankwire {
    background: url(../img/bankwire.png);
    background-repeat: no-repeat;
    background-position: 15px 12px;
}

/* line 872, ../sass/_general.scss */
p.payment_module a.cheque {
    background-image: url(../img/cheque.png);
    background-repeat: no-repeat;
    background-position: 15px 15px;
}

/* line 877, ../sass/_general.scss */
p.payment_module a.cash {
    background: url(../img/cash.png);
    background-repeat: no-repeat;
    background-position: 15px 15px;
}

/* line 883, ../sass/_general.scss */
p.payment_module a.cheque:after, p.payment_module a.bankwire:after, p.payment_module a.cash:after {
    display: block;
    content: "\f054";
    position: absolute;
    right: 15px;
    margin-top: -11px;
    top: 50%;
    font-family: "FontAwesome";
    font-size: 25px;
    height: 22px;
    width: 14px;
    color: #3e3a3a;
}

/* line 897, ../sass/_general.scss */
p.payment_module a:hover {
    border: 1px solid #434a54;
}

/* line 900, ../sass/_general.scss */
p.payment_module a span {
    font-weight: bold;
    font-family: 'proxima_nova_altsemibold';
}

/* line 907, ../sass/_general.scss */
.payment_module.box {
    margin-top: 20px;
}

/* line 911, ../sass/_general.scss */
p.cheque-indent {
    margin-bottom: 9px;
}

/* line 916, ../sass/_general.scss */
.cheque-box .form-group {
    margin-bottom: 0px;
}

/* line 918, ../sass/_general.scss */
.cheque-box .form-group .form-control {
    width: 269px;
}

/* line 924, ../sass/_general.scss */
.order-confirmation.box {
    line-height: 29px;
}

/* line 926, ../sass/_general.scss */
.order-confirmation.box a {
    text-decoration: underline;
}

/* line 928, ../sass/_general.scss */
.order-confirmation.box a:hover {
    text-decoration: none;
}

/* line 935, ../sass/_general.scss */
.delivery_option_carrier td {
    width: 200px;
}

/* line 939, ../sass/_general.scss */
.delivery_option_carrier td + td {
    width: 280px;
}

/* line 943, ../sass/_general.scss */
.delivery_option_carrier td + td + td {
    width: 200px;
}

/* line 947, ../sass/_general.scss */
.delivery_option_carrier tr td {
    padding: 5px;
}

/* line 951, ../sass/_general.scss */
.delivery_option_carrier.selected {
    display: table;
}

/* line 955, ../sass/_general.scss */
.delivery_option_carrier.not-displayable {
    display: none;
}

/* line 960, ../sass/_general.scss */
sup {
    color: #be9c2e;
}

/* line 967, ../sass/_general.scss */
#address,
#identity,
#account-creation_form,
#new_account_form,
#opc_account_form,
/* #authentication */ {
    line-height: 20px;
}

/* line 970, ../sass/_general.scss */
#address p.required,
#identity p.required,
#account-creation_form p.required,
#new_account_form p.required,
#opc_account_form p.required,
#authentication p.required {
    color: #be9c2e;
    margin: 9px 0 16px 0;
}

/* line 974, ../sass/_general.scss */
#address p.inline-infos,
#identity p.inline-infos,
#account-creation_form p.inline-infos,
#new_account_form p.inline-infos,
#opc_account_form p.inline-infos,
#authentication p.inline-infos {
    color: red;
}

/* line 977, ../sass/_general.scss */
#address .gender-line,
#identity .gender-line,
#account-creation_form .gender-line,
#new_account_form .gender-line,
#opc_account_form .gender-line,
#authentication .gender-line {
    margin-bottom: 4px;
    padding-top: 4px;
}

/* line 980, ../sass/_general.scss */
#address .gender-line > label,
#identity .gender-line > label,
#account-creation_form .gender-line > label,
#new_account_form .gender-line > label,
#opc_account_form .gender-line > label,
#authentication .gender-line > label {
    margin-right: 10px;
    margin-bottom: 0;
}

/* line 264, ../sass/mixins/_theme.scss */
.rtl #address .gender-line > label, .rtl
#identity .gender-line > label, .rtl
#account-creation_form .gender-line > label, .rtl
#new_account_form .gender-line > label, .rtl
#opc_account_form .gender-line > label, .rtl
#authentication .gender-line > label {
    margin-left: 10px;
    margin-right: inherit;
}

/* line 985, ../sass/_general.scss */
#address .gender-line .radio-inline label,
#identity .gender-line .radio-inline label,
#account-creation_form .gender-line .radio-inline label,
#new_account_form .gender-line .radio-inline label,
#opc_account_form .gender-line .radio-inline label,
#authentication .gender-line .radio-inline label {
    font-weight: normal;
    color: #777777;
}

/* line 994, ../sass/_general.scss */
#new_account_form .box {
    line-height: 20px;
}

/* line 996, ../sass/_general.scss */
#new_account_form .box .date-select {
    padding-bottom: 10px;
}

/* line 999, ../sass/_general.scss */
#new_account_form .box .top-indent {
    padding-top: 10px;
}

/* line 1002, ../sass/_general.scss */
#new_account_form .box .customerprivacy {
    padding-top: 15px;
}

/* line 1009, ../sass/_general.scss */
#password {
    padding-top: 0;
    border: none;
}

/* line 1011, ../sass/_general.scss */
#password .box p {
    margin-bottom: 9px;
}

/* line 1019, ../sass/_general.scss */
#form_forgotpassword {
    width: 300px;
}

/* line 1023, ../sass/_general.scss */
#instant_search_results a.close {
    font-size: 13px;
    font-weight: 600;
    opacity: 1;
    filter: alpha(opacity=100);
    line-height: inherit;
    text-transform: none;
    font-family: "AvenirLight";
}

/* line 1037, ../sass/_general.scss */
#manufacturers_list h3,
#suppliers_list h3 {
    font-size: 17px;
    line-height: 23px;
}

/* line 1041, ../sass/_general.scss */
#manufacturers_list .description,
#suppliers_list .description {
    line-height: 18px;
}

/* line 1045, ../sass/_general.scss */
#manufacturers_list .product-counter a,
#suppliers_list .product-counter a {
    font-weight: bold;
}

/* line 1052, ../sass/_general.scss */
#manufacturers_list.list li .mansup-container,
#suppliers_list.list li .mansup-container {
    border-top: 1px solid #e5e5e5;
    padding: 31px 0 30px 0;
}

@media (max-width: 767px) {
    /* line 1052, ../sass/_general.scss */
    #manufacturers_list.list li .mansup-container,
    #suppliers_list.list li .mansup-container {
        text-align: center;
    }
}

/* line 1061, ../sass/_general.scss */
#manufacturers_list.list li:first-child .mansup-container,
#suppliers_list.list li:first-child .mansup-container {
    border-top: 0;
}

/* line 1065, ../sass/_general.scss */
#manufacturers_list.list li .left-side,
#suppliers_list.list li .left-side {
    text-align: center;
}

/* line 1068, ../sass/_general.scss */
#manufacturers_list.list li h3,
#suppliers_list.list li h3 {
    margin-top: -5px;
    padding-bottom: 8px;
}

/* line 1072, ../sass/_general.scss */
#manufacturers_list.list li .middle-side,
#suppliers_list.list li .middle-side {
    padding-left: 0;
}

/* line 264, ../sass/mixins/_theme.scss */
.rtl #manufacturers_list.list li .middle-side, .rtl
#suppliers_list.list li .middle-side {
    padding-right: 0;
    padding-left: inherit;
}

@media (max-width: 767px) {
    /* line 1072, ../sass/_general.scss */
    #manufacturers_list.list li .middle-side,
    #suppliers_list.list li .middle-side {
        padding-right: 15px;
        padding-left: 15px;
    }

    /* line 264, ../sass/mixins/_theme.scss */
    .rtl #manufacturers_list.list li .middle-side, .rtl
    #suppliers_list.list li .middle-side {
        padding-left: 15px;
        padding-right: inherit;
    }

    /* line 264, ../sass/mixins/_theme.scss */
    .rtl #manufacturers_list.list li .middle-side, .rtl
    #suppliers_list.list li .middle-side {
        padding-right: 15px;
        padding-left: inherit;
    }
}

/* line 1080, ../sass/_general.scss */
#manufacturers_list.list li .right-side-content,
#suppliers_list.list li .right-side-content {
    border-left: 1px solid #e5e5e5;
    padding: 0 0 32px 31px;
    min-height: 108px;
}

/* line 264, ../sass/mixins/_theme.scss */
.rtl #manufacturers_list.list li .right-side-content, .rtl
#suppliers_list.list li .right-side-content {
    border-right: 1px solid #e5e5e5;
    border-left: inherit;
}

@media (max-width: 767px) {
    /* line 1080, ../sass/_general.scss */
    #manufacturers_list.list li .right-side-content,
    #suppliers_list.list li .right-side-content {
        min-height: 1px;
        padding: 0;
        border: none;
    }
}

/* line 1090, ../sass/_general.scss */
#manufacturers_list.list li .right-side-content .product-counter,
#suppliers_list.list li .right-side-content .product-counter {
    position: relative;
    top: -6px;
    margin-bottom: 12px;
}

@media (max-width: 767px) {
    .header_category {
/*         height: 500px !important; */
    }

    .header_category_left {
        padding: 40px !important;
    }

    .header_category_right img {
        width: 300px;
        margin: auto;
    }

    .ajax_block_product .product-container {
        width: 80%;
        margin: auto;
    }

    /* line 1090, ../sass/_general.scss */
    #manufacturers_list.list li .right-side-content .product-counter,
    #suppliers_list.list li .right-side-content .product-counter {
        top: 0;
    }
}

/* line 1103, ../sass/_general.scss */
#manufacturers_list.grid li,
#suppliers_list.grid li {
    text-align: center;
}

/* line 1105, ../sass/_general.scss */
#manufacturers_list.grid li .product-container,
#suppliers_list.grid li .product-container {
    padding-top: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}

/* line 1109, ../sass/_general.scss */
#manufacturers_list.grid li .product-container .left-side,
#suppliers_list.grid li .product-container .left-side {
    padding-bottom: 42px;
}

/* line 1112, ../sass/_general.scss */
#manufacturers_list.grid li .product-container h3,
#suppliers_list.grid li .product-container h3 {
    padding-bottom: 10px;
}

/* line 1115, ../sass/_general.scss */
#manufacturers_list.grid li .product-container .product-counter,
#suppliers_list.grid li .product-container .product-counter {
    margin-bottom: 12px;
}

@media (min-width: 1200px) {
    /* line 1122, ../sass/_general.scss */
    #manufacturers_list.grid li.first-in-line,
    #suppliers_list.grid li.first-in-line {
        clear: left;
    }

    /* line 1126, ../sass/_general.scss */
    #manufacturers_list.grid li.last-line .product-container,
    #suppliers_list.grid li.last-line .product-container {
        border-bottom: none;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    /* line 1133, ../sass/_general.scss */
    #manufacturers_list.grid li.first-item-of-tablet-line,
    #suppliers_list.grid li.first-item-of-tablet-line {
        clear: left;
    }

    /* line 1137, ../sass/_general.scss */
    #manufacturers_list.grid li.last-tablet-line .product-container,
    #suppliers_list.grid li.last-tablet-line .product-container {
        border-bottom: none;
    }
}

@media (max-width: 767px) {
    /* line 1145, ../sass/_general.scss */
    #manufacturers_list.grid .product-container,
    #suppliers_list.grid .product-container {
        border-bottom: none;
    }
}

/* line 1154, ../sass/_general.scss */
#manufacturer .description_box,
#supplier .description_box {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #e5e5e5;
}

/* line 1158, ../sass/_general.scss */
#manufacturer .description_box .hide_desc,
#supplier .description_box .hide_desc {
    display: none;
}

/* line 1166, ../sass/_general.scss */
table.discount i {
    font-size: 20px;
    line-height: 20px;
    vertical-align: -2px;
}

/* line 1176, ../sass/_general.scss */
#guestTracking .form-control {
    max-width: 271px;
}

@media (min-width: 1200px) {
    /* line 1181, ../sass/_general.scss */
    #guestTracking .form-group {
        overflow: hidden;
    }

    /* line 1183, ../sass/_general.scss */
    #guestTracking .form-group i {
        padding-left: 10px;
    }

    /* line 264, ../sass/mixins/_theme.scss */
    .rtl #guestTracking .form-group i {
        padding-right: 10px;
        padding-left: inherit;
    }

    /* line 1187, ../sass/_general.scss */
    #guestTracking .form-control {
        float: left;
    }

    /* line 253, ../sass/mixins/_theme.scss */
    .rtl #guestTracking .form-control {
        float: right;
    }

    /* line 1190, ../sass/_general.scss */
    #guestTracking label {
        float: left;
        clear: both;
        width: 100%;
    }

    /* line 253, ../sass/mixins/_theme.scss */
    .rtl #guestTracking label {
        float: right;
    }
}

/* line 1200, ../sass/_general.scss */
#pagenotfound #columns {
    background: url(../img/bg-404.jpg) top no-repeat;
    padding-top: 50px;
}

#pagenotfound #columns h1 {
    background: url(../img/losange-404.png) center no-repeat;
    text-align: center;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    width: 804px;
    height: 805px;
    margin: auto;
    padding-top: 200px;
}

#pagenotfound #columns h1 .big {
    font-size: 300px;
    font-weight: normal;
    line-height: 270px;
}

/* line 1203, ../sass/_general.scss */
#pagenotfound .pagenotfound {
    max-width: 824px;
    margin: 0 auto;
    text-align: center;
}

/* line 1207, ../sass/_general.scss */
#pagenotfound .pagenotfound .img-404 {
    height: 156px;
    background: url(../img/img-404.png) center no-repeat;
    background-size: contain;
}

/* line 1212, ../sass/_general.scss */
/*#pagenotfound .pagenotfound h1 {
  font-family: 'proxima_nova_alt_cn_rgbold';
  font-size: 58px;
  letter-spacing: 15px;
  margin: 5px 0 25px;
}*/
/* line 1218, ../sass/_general.scss */
#pagenotfound .pagenotfound .text-nf {
    line-height: 32px;
    color: #3a3a3a;
    margin: 0 0 55px;
}

/* line 1223, ../sass/_general.scss */
#pagenotfound .pagenotfound .buttons {
    padding: 0;
    margin-top: -200px;
    margin-bottom: 200px;
}

/* line 1225, ../sass/_general.scss */
#pagenotfound .pagenotfound .buttons a {
    padding: 0 40px;
    color: #fff;
    font-weight: bold;
    background-color: #9ac5c3;
    display: inline-block;
    vertical-align: top;
    height: 42px;
    line-height: 44px;
    text-transform: uppercase;
    font-size: 16px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    margin: 10px 30px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

/* line 1239, ../sass/_general.scss */
/*#pagenotfound .pagenotfound .buttons a:hover {
  color: #fff;
  box-shadow: 0 0 0 20px #f1823c inset;
  border-color: #f1823c;
}*/

@media (max-width: 767px) {
    #pagenotfound #columns h1 {
        width: calc(100% + 30px);
        background-size: contain;
        font-size: 20px;
        padding-top: 120px;
        height: 360px;
        margin: 0 -15px;
    }

    #pagenotfound #columns h1 .big {
        font-size: 70px;
        line-height: 55px;
    }

    #pagenotfound .pagenotfound .buttons {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    #pagenotfound .pagenotfound .buttons a {
        font-size: 14px;
        margin: 10px;
    }
}

/* line 1250, ../sass/_general.scss */
#account-creation_form fieldset.reversoform {
    padding: 10px !important;
}

/* line 1254, ../sass/_general.scss */
#account-creation_form fieldset.reversoform .text label {
    display: block;
    padding: 0 0 10px 0;
    width: 100%;
    text-align: left;
}

/* line 253, ../sass/mixins/_theme.scss */
.rtl #account-creation_form fieldset.reversoform .text label {
    text-align: right;
}

/* line 1261, ../sass/_general.scss */
#account-creation_form fieldset.reversoform .infos-sup {
    padding: 0 !important;
    font-size: 10px;
    font-style: italic;
    text-align: right;
}

/* line 253, ../sass/mixins/_theme.scss */
.rtl #account-creation_form fieldset.reversoform .infos-sup {
    text-align: left;
}

/* line 1270, ../sass/_general.scss */
#account-creation_form fieldset.customerprivacy label,
fieldset.customerprivacy label {
    cursor: pointer;
}

/* line 1281, ../sass/_general.scss */
form#sendComment fieldset {
    padding: 10px;
    border: 1px solid #cccccc;
    background: #eeeeee;
}

/* line 1287, ../sass/_general.scss */
form#sendComment h3 {
    font-size: 14px;
}

/* line 1291, ../sass/_general.scss */
#new_comment_form p.text {
    margin-bottom: 0;
    padding-bottom: 0;
}

/* line 1297, ../sass/_general.scss */
#sendComment p.text label,
#sendComment p.textarea label {
    display: block;
    margin: 12px 0 4px;
    font-weight: bold;
    font-size: 12px;
}

/* line 1304, ../sass/_general.scss */
#sendComment p.text input {
    padding: 0 5px;
    height: 28px;
    width: 498px;
    border: 1px solid #cccccc;
    background: url(../img/bg_input.png);
    background-repeat: repeat-x;
    background-color: white;
    background-position: left 0 !important;
}

/* line 390, ../sass/mixins/_theme.scss */
.rtl #sendComment p.text input {
    background-position: right 0 !important;
}

/* line 1315, ../sass/_general.scss */
#sendComment p.textarea textarea {
    height: 80px;
    width: 508px;
    border: 1px solid #cccccc;
}

/* line 1321, ../sass/_general.scss */
#sendComment p.submit {
    padding: 0;
    text-align: right;
}

/* line 253, ../sass/mixins/_theme.scss */
.rtl #sendComment p.submit {
    text-align: left;
}

/* line 1326, ../sass/_general.scss */
#sendComment p.closeform {
    float: right;
    padding: 0;
    height: 12px;
    width: 12px;
    text-indent: -5000px;
    background-image: url(../img/icon/delete.gif);
    background-repeat: no-repeat;
    background-position: left 0 !important;
}

/* line 253, ../sass/mixins/_theme.scss */
.rtl #sendComment p.closeform {
    float: left;
}

/* line 390, ../sass/mixins/_theme.scss */
.rtl #sendComment p.closeform {
    background-position: right 0 !important;
}

/* line 1337, ../sass/_general.scss */
.star {
    position: relative;
    top: -1px;
    float: left;
    width: 16px;
    overflow: hidden;
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}

/* line 253, ../sass/mixins/_theme.scss */
.rtl .star {
    float: right;
}

/* line 1349, ../sass/_general.scss */
.star {
    display: block;
}

/* line 1351, ../sass/_general.scss */
.star a {
    display: block;
    position: absolute;
    text-indent: -5000px;
}

/* line 1359, ../sass/_general.scss */
div.star:after {
    content: "\f006";
    font-family: "FontAwesome";
    display: inline-block;
    color: #c0c0c0;
}

/* line 1367, ../sass/_general.scss */
div.star.star_on {
    display: block;
}

/* line 1369, ../sass/_general.scss */
div.star.star_on:after {
    content: "\f005";
    font-family: "FontAwesome";
    display: inline-block;
    color: #fad31f;
}

/* line 1378, ../sass/_general.scss */
div.star.star_hover:after {
    content: "\f005";
    font-family: "FontAwesome";
    display: inline-block;
    color: #fad31f;
}

@media (max-width: 1199px) {
    /* line 1390, ../sass/_general.scss */
    .zoomdiv {
        display: none !important;
    }
}

/* line 1398, ../sass/_general.scss */
#product.content_only div.pb-left-column p.resetimg {
    margin-bottom: 0px;
    padding-top: 0px;
}

/* line 1402, ../sass/_general.scss */
#product.content_only div.pb-left-column #thumbs_list_frame {
    margin-bottom: 0px;
}

/* line 1410, ../sass/_general.scss */
#product_comparison td.compare_extra_information {
    padding: 10px;
}

/* line 1413, ../sass/_general.scss */
#product_comparison #social-share-compare {
    margin-bottom: 50px;
}

/* line 1420, ../sass/_general.scss */
.footer_links .btn {
    margin: 5px 0;
}

/* line 1423, ../sass/_general.scss */
.footer_links .fa {
    margin-right: 5px;
}

/* line 264, ../sass/mixins/_theme.scss */
.rtl .footer_links .fa {
    margin-left: 5px;
    margin-right: inherit;
}

@media (max-width: 767px) {
    .block_cadre_avec_motif:before {
        height: 45px;
        width: 100%;
        background: transparent;
        position: absolute;
        content: "";
        display: block;
        background-image: url(../img/Frise-loobook.png);
        background-position: center center;
        background-repeat: no-repeat;
        z-index: 1;
        margin-left: -50px;
        margin-top: -37px;
    }

    /* line 1430, ../sass/_general.scss */
    .sidebar .block h4,
    .footer-block h4 {
        position: relative;
        margin-bottom: 0;
        padding-bottom: 13px;
    }

    /* line 1436, ../sass/_general.scss */
    .sidebar .block h4:after,
    .footer-block h4:after {
        display: block;
        content: "\f055";
        font-family: "FontAwesome";
        position: absolute;
        right: 10px;
        top: 14px;
    }

    /* line 362, ../sass/mixins/_theme.scss */
    .rtl .sidebar .block h4:after, .rtl
    .footer-block h4:after {
        left: 10px;
        right: auto;
    }

    /* line 1444, ../sass/_general.scss */
    .sidebar .block h4.active:after,
    .footer-block h4.active:after {
        content: "\f056";
    }
}

/* line 1452, ../sass/_general.scss */
#social_block .block_content {
    display: block !important;
}

#social_block ul {
    float: left;
    width: 100%;
    margin-top: 0px;
}

/* line 253, ../sass/mixins/_theme.scss */
.rtl #social_block ul {
    float: right;
}

/* line 1453, ../sass/_general.scss */
#social_block ul li {
    float: left;
    margin-right: 10px;
    text-align: center;
    padding: 0;
}

/* line 253, ../sass/mixins/_theme.scss */
.rtl #social_block ul li {
    float: right;
}

/* line 264, ../sass/mixins/_theme.scss */
.rtl #social_block ul li {
    margin-left: 10px;
    margin-right: inherit;
}

/* line 1454, ../sass/_general.scss */
#social_block ul li:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

/* line 1455, ../sass/_general.scss */
#social_block ul li a {
    width: 40px;
    height: 40px;
    line-height: 38px;
    display: inline-block;
    color: #9BC5C3;
    font-size: 35px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    z-index: 1;
}

/* line 1456, ../sass/_general.scss */
#social_block ul li a span {
    display: none;
}

/* line 1457, ../sass/_general.scss */
#social_block ul li a:before {
    font-family: "FontAwesome";
    background-color: red;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    width: 100%;
    content: "";
    height: 100%;
    left: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 1459, ../sass/_general.scss */
#social_block ul li.facebook a:before {
    content: "\f09a";
    background-color: transparent;
}

/* line 1462, ../sass/_general.scss */
#social_block ul li.twitter a:before {
    content: "\f099";
    background-color: #5bc0de;
}

/* line 1465, ../sass/_general.scss */
#social_block ul li.rss a:before {
    content: "\f09e";
    background-color: #d9534f;
}

/* line 1468, ../sass/_general.scss */
#social_block ul li.youtube a:before {
    content: "\f167";
    background-color: #428bca;
}

/* line 1471, ../sass/_general.scss */
#social_block ul li.google-plus a:before {
    content: "\f0d5";
    background-color: #5cb85c;
}

/* line 1474, ../sass/_general.scss */
#social_block ul li.pinterest {
    float: right;
}

#social_block ul li.pinterest a:before {
    content: "\f0d2";
    background-color: transparent;
}

/* line 1477, ../sass/_general.scss */
#social_block ul li.vimeo a:before {
    content: "\f194";
    background-color: #5cb85c;
}

/* line 1480, ../sass/_general.scss */
#social_block ul li.instagram a:before {
    content: "\f16d";
    background-color: transparent;
}


/* line 1491, ../sass/_general.scss */
.socialsharing_product .btn-facebook,
.socialsharing_product .btn-twitter,
.socialsharing_product .btn-google-plus,
.socialsharing_product .btn-pinterest {
    background-color: white;
    color: #838383;
}

/* line 1492, ../sass/_general.scss */
.socialsharing_product .btn-facebook:hover,
.socialsharing_product .btn-twitter:hover,
.socialsharing_product .btn-google-plus:hover,
.socialsharing_product .btn-pinterest:hover {
    border-color: white;
}

/* line 1494, ../sass/_general.scss */
.socialsharing_product .btn-facebook i {
    color: #435f9f;
}

/* line 1495, ../sass/_general.scss */
.socialsharing_product .btn-facebook:hover {
    color: white;
    background-color: #435f9f;
}

/* line 1496, ../sass/_general.scss */
.socialsharing_product .btn-facebook:hover i {
    color: white;
}

/* line 1499, ../sass/_general.scss */
.socialsharing_product .btn-twitter i {
    color: #00aaf0;
}

/* line 1500, ../sass/_general.scss */
.socialsharing_product .btn-twitter:hover {
    color: white;
    background-color: #00aaf0;
}

/* line 1501, ../sass/_general.scss */
.socialsharing_product .btn-twitter:hover i {
    color: white;
}

/* line 1504, ../sass/_general.scss */
.socialsharing_product .btn-google-plus i {
    color: #e04b34;
}

/* line 1505, ../sass/_general.scss */
.socialsharing_product .btn-google-plus:hover {
    color: white;
    background-color: #e04b34;
}

/* line 1506, ../sass/_general.scss */
.socialsharing_product .btn-google-plus:hover i {
    color: white;
}

/* line 1509, ../sass/_general.scss */
.socialsharing_product .btn-pinterest i {
    color: #ce1f21;
}

/* line 1510, ../sass/_general.scss */
.socialsharing_product .btn-pinterest:hover {
    color: white;
    background-color: #ce1f21;
}

/* line 1511, ../sass/_general.scss */
.socialsharing_product .btn-pinterest:hover i {
    color: white;
}

/* line 1519, ../sass/_general.scss */
.form-group.form-error input, .form-group.form-error textarea, .form-group .form-error input, .form-group .form-error textarea {
    border: 1px solid #f2d99c;
    color: #be9c2e;
    background-image: url(../img/icon/form-error.png);
    background-repeat: no-repeat;
    background-color: #f2d99c;
    background-position: 98% 10px;
}

/* line 403, ../sass/mixins/_theme.scss */
.rtl .form-group.form-error input, .rtl .form-group.form-error textarea, .rtl .form-group .form-error input, .rtl .form-group .form-error textarea {
    background-position: 2% 10px;
}

/* line 1529, ../sass/_general.scss */
.form-group.form-ok input, .form-group.form-ok textarea, .form-group .form-ok input, .form-group .form-ok textarea {
    border: 1px solid #f0f6f6;
    color: #1a5e6b;
    background: url(../img/icon/form-ok.png);
    background-repeat: no-repeat;
    background-color: #f0f6f6;
    background-position: 98% 5px;
}

/* line 403, ../sass/mixins/_theme.scss */
.rtl .form-group.form-ok input, .rtl .form-group.form-ok textarea, .rtl .form-group .form-ok input, .rtl .form-group .form-ok textarea {
    background-position: 2% 5px;
}

/* line 1539, ../sass/_general.scss */
.form-group.form-error .form-control, .form-group.form-ok .form-control, .form-group .form-error .form-control, .form-group .form-ok .form-control {
    padding-right: 30px;
}

/* line 264, ../sass/mixins/_theme.scss */
.rtl .form-group.form-error .form-control, .rtl .form-group.form-ok .form-control, .rtl .form-group .form-error .form-control, .rtl .form-group .form-ok .form-control {
    padding-left: 30px;
    padding-right: inherit;
}

/* line 1546, ../sass/_general.scss */
.payment_option_form {
    display: none;
}

/* line 1550, ../sass/_general.scss */
.payment_option_logo {
    height: 50px;
    max-height: 50px;
}

/* line 1555, ../sass/_general.scss */
.payment_module_adv {
    height: 120px;
    max-height: 120px;
}

/* line 1560, ../sass/_general.scss */
.payment_option_selected {
    display: none;
    margin-top: 15px;
}

/* line 1561, ../sass/_general.scss */
.payment_option_selected i {
    color: green;
}

/* line 1568, ../sass/_general.scss */
.payment_option_cta {
    margin-left: 10px;
    color: #333 !important;
}

/* line 264, ../sass/mixins/_theme.scss */
.rtl .payment_option_cta {
    margin-right: 10px;
    margin-left: inherit;
}

/* line 1573, ../sass/_general.scss */
.tnc_box {
    background: #fbfbfb;
    border: 1px solid #d6d4d4;
    padding: 14px 18px 13px;
    margin: 0 0 30px 0;
    line-height: 23px;
}

@-moz-document url-prefix() {
    /* line 1582, ../sass/_general.scss */
    #cart_summary {
        box-shadow: 0px -1px 0px 0px #dddddd inset;
    }
}

/* line 1589, ../sass/_general.scss */
.pointer-box {
    cursor: pointer;
}

/* Back to top */
/* line 1594, ../sass/_general.scss */
#back-top {
    text-align: center;
    position: fixed;
    cursor: pointer;
    right: 50px;
    bottom: 0px;
    z-index: 99;
}

/* line 362, ../sass/mixins/_theme.scss */
.rtl #back-top {
    left: 50px;
    right: auto;
}

/* line 1597, ../sass/_general.scss */
#back-top a {
    width: 45px;
    height: 45px;
    background: white;
    color: #1B5F6C;
    font-size: 20px;
    line-height: 45px;
    border: 1px solid #e5e5e5;
}

/* line 1599, ../sass/_general.scss */
#back-top a:hover {
    color: #666;
}

/* Total Wishlist - Compare */
/* line 1605, ../sass/_general.scss */
.ap-total {
    position: relative;
    text-align: center;
    padding: 0 5px;
    color: #999;
    font-size: 12px;
    margin-left: 5px;
}

/* line 264, ../sass/mixins/_theme.scss */
.rtl .ap-total {
    margin-right: 5px;
    margin-left: inherit;
}

/* line 1612, ../sass/_general.scss */
.ap-total:before {
    content: "(";
    position: absolute;
    left: 0;
    top: 0;
}

/* line 355, ../sass/mixins/_theme.scss */
.rtl .ap-total:before {
    right: 0;
    left: auto;
}

/* line 1618, ../sass/_general.scss */
.ap-total:after {
    content: ")";
    position: absolute;
    right: 0;
    top: 0;
}

/* line 362, ../sass/mixins/_theme.scss */
.rtl .ap-total:after {
    left: 0;
    right: auto;
}

/* line 7, ../sass/layouts/_block.scss */
.sidebar .block {
    margin-bottom: 30px;
}

/* line 9, ../sass/layouts/_block.scss */
.sidebar .block .title_block {
    position: relative;
    font-family: "proxima_nova_condensedSBd";
    padding: 15px 0px;
    font-size: 20px;
    letter-spacing: 1px;
    border-bottom: 1px solid #dddddd;
    margin: 0;
}

/* line 10, ../sass/layouts/_block.scss */
.sidebar .block .title_block a {
    color: #2e2a2b;
}

/* line 28, ../sass/layouts/_block.scss */
.sidebar .block-default {
    border-color: #dddddd;
}

/* line 227, ../sass/mixins/_theme.scss */
.sidebar .block-default .title_block + .block-collapse .block_content {
    border-top-color: #dddddd;
}

/* line 232, ../sass/mixins/_theme.scss */
.sidebar .block-default > .block-footer + .block-collapse .block-body {
    border-bottom-color: #dddddd;
}

/* line 31, ../sass/layouts/_block.scss */
.sidebar .block-primary {
    border-color: #428bca;
}

/* line 227, ../sass/mixins/_theme.scss */
.sidebar .block-primary .title_block + .block-collapse .block_content {
    border-top-color: #428bca;
}

/* line 232, ../sass/mixins/_theme.scss */
.sidebar .block-primary > .block-footer + .block-collapse .block-body {
    border-bottom-color: #428bca;
}

/* line 34, ../sass/layouts/_block.scss */
.sidebar .block-success {
    border-color: #d6e9c6;
}

/* line 227, ../sass/mixins/_theme.scss */
.sidebar .block-success .title_block + .block-collapse .block_content {
    border-top-color: #d6e9c6;
}

/* line 232, ../sass/mixins/_theme.scss */
.sidebar .block-success > .block-footer + .block-collapse .block-body {
    border-bottom-color: #d6e9c6;
}

/* line 37, ../sass/layouts/_block.scss */
.sidebar .block-info {
    border-color: #bce8f1;
}

/* line 227, ../sass/mixins/_theme.scss */
.sidebar .block-info .title_block + .block-collapse .block_content {
    border-top-color: #bce8f1;
}

/* line 232, ../sass/mixins/_theme.scss */
.sidebar .block-info > .block-footer + .block-collapse .block-body {
    border-bottom-color: #bce8f1;
}

/* line 40, ../sass/layouts/_block.scss */
.sidebar .block-warning {
    border-color: #faebcc;
}

/* line 227, ../sass/mixins/_theme.scss */
.sidebar .block-warning .title_block + .block-collapse .block_content {
    border-top-color: #faebcc;
}

/* line 232, ../sass/mixins/_theme.scss */
.sidebar .block-warning > .block-footer + .block-collapse .block-body {
    border-bottom-color: #faebcc;
}

/* line 43, ../sass/layouts/_block.scss */
.sidebar .block-danger {
    border-color: #ebccd1;
}

/* line 227, ../sass/mixins/_theme.scss */
.sidebar .block-danger .title_block + .block-collapse .block_content {
    border-top-color: #ebccd1;
}

/* line 232, ../sass/mixins/_theme.scss */
.sidebar .block-danger > .block-footer + .block-collapse .block-body {
    border-bottom-color: #ebccd1;
}

/* line 46, ../sass/layouts/_block.scss */
.sidebar .block-highlighted {
    border-color: #e5e5e5;
}

/* line 227, ../sass/mixins/_theme.scss */
.sidebar .block-highlighted .title_block + .block-collapse .block_content {
    border-top-color: #e5e5e5;
}

/* line 232, ../sass/mixins/_theme.scss */
.sidebar .block-highlighted > .block-footer + .block-collapse .block-body {
    border-bottom-color: #e5e5e5;
}

/* line 4, ../sass/layouts/_header.scss */
.logo {
    display: inline-block;
}

/* line 10, ../sass/layouts/_header.scss */
.header-classic #header_logo {
    float: left;
}

/* line 13, ../sass/layouts/_header.scss */
.header-classic #leo-megamenu {
    float: left;
}

/* line 24, ../sass/layouts/_header.scss */
.header-left #header_logo {
    text-align: left;
}

/* line 31, ../sass/layouts/_header.scss */
.header-right #header_logo {
    text-align: right;
}

/* line 38, ../sass/layouts/_header.scss */
.header-center #header_logo {
    text-align: center;
}

/******************************************************
 * $package Leo Theme Framework for Leo THeme 1.6.x
 * $version 1.1
 * $author http://www.leotheme.com
 * $copyright   Copyright (C) Augus 2013 PavoThemes.com <$emai:leotheme$gmail.com>.All rights reserved.
 * $license     GNU General Public License version 2
 *******************************************************/
/*
 * LAYOUT VARIABLES
 */
/* line 13, ../sass/layouts/_layout.scss */
body.layout-boxed-md #page {
    max-width: 990px;
    -webkit-box-shadow: 0 0 5px #d5d5d5;
    box-shadow: 0 0 5px #d5d5d5;
    margin: 0 auto;
}

/* line 17, ../sass/layouts/_layout.scss */
body.layout-boxed-md #page .container {
    max-width: 970px;
}

/* line 24, ../sass/layouts/_layout.scss */
body.layout-boxed-lg #page {
    max-width: 1220px;
    -webkit-box-shadow: 0 0 5px #d5d5d5;
    box-shadow: 0 0 5px #d5d5d5;
    margin: 0 auto;
}

/* line 28, ../sass/layouts/_layout.scss */
body.layout-boxed-lg #page .container {
    max-width: 1200px;
}

/* line 35, ../sass/layouts/_layout.scss */
.container {
    position: relative;
}

/*
* HEADER
*/
/* line 43, ../sass/layouts/_layout.scss */
#topbar {
/*     min-height: 30px; */
    font-size: 12px;
    background: #F0F6F6;/* #dddddd; */
}

/* line 47, ../sass/layouts/_layout.scss */
#topbar .container {
    background: transparent;
    color: #838383;
}

/* line 51, ../sass/layouts/_layout.scss */
#topbar .links {
    padding: 6px 0;
}

/* line 54, ../sass/layouts/_layout.scss */
#topbar a {
    color: #838383;
}

/* line 55, ../sass/layouts/_layout.scss */
#topbar a:hover {
    color: #f1823c;
}

/* line 61, ../sass/layouts/_layout.scss */
#header-main {
    background: white;
}

/* line 63, ../sass/layouts/_layout.scss */
#header-main .container:not(.top_site ) {
/*     background: white; */
    color: #838383;
}

/* line 65, ../sass/layouts/_layout.scss */
#header-main .container a.btn {
    color: white;
}

/* line 67, ../sass/layouts/_layout.scss */
#header-main .container a.btn:hover {
    color: white;
}

/* line 71, ../sass/layouts/_layout.scss */
#header-main.mini-navbar .container {
    padding-top: 10px;
    padding-bottom: 10px;
}

/* FOOTER */
/* line 80, ../sass/layouts/_layout.scss */
#footer {
    background: #3e3a3a;
}

/* line 21, ../sass/bootstrap/_mixins.scss */
#footer:before, #footer:after {
    content: " ";
    display: table;
}

/* line 25, ../sass/bootstrap/_mixins.scss */
#footer:after {
    clear: both;
}

/* line 83, ../sass/layouts/_layout.scss */
#footer .container {
    background: transparent;
    color: #aaaaaa;
}

/* line 86, ../sass/layouts/_layout.scss */
#footer a {
    color: #58585A;
}

/* line 87, ../sass/layouts/_layout.scss */
#footer a:hover {
    color: #58585A;
}

/* line 92, ../sass/layouts/_layout.scss */
#slideshow {
    background: #f3f3f3;
    border-bottom: 1px solid #e5e5e5;
}

/*
* NAVIGATION
*/
/* line 8, ../sass/layouts/_menu.scss */
#leo-megamenu {
    /* menu level 1 */
    /* level 2 */
    /* level > 3 */
}

/* line 9, ../sass/layouts/_menu.scss */
#leo-megamenu .leo-colorbox {
    display: none !important;
}

/* line 12, ../sass/layouts/_menu.scss */
#leo-megamenu .navbar {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

/* line 22, ../sass/layouts/_menu.scss */
#leo-megamenu .navbar-nav > li.aligned-fullwidth {
    position: static;
}

/* line 24, ../sass/layouts/_menu.scss */
#leo-megamenu .navbar-nav > li.aligned-fullwidth > .dropdown-menu {
    width: 100% !important;
}

/* line 29, ../sass/layouts/_menu.scss */
#leo-megamenu .navbar-nav > li.aligned-right .dropdown-menu {
    right: 0;
    left: auto;
}

/* line 35, ../sass/layouts/_menu.scss */
#leo-megamenu .navbar-nav > li.aligned-left .dropdown-menu {
    left: 0;
    right: auto;
}

/* line 41, ../sass/layouts/_menu.scss */
#leo-megamenu .navbar-nav > li.aligned-center .dropdown-menu {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

/* line 46, ../sass/layouts/_menu.scss */
#leo-megamenu .navbar-nav > li > a {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    font-size: 14px;
    text-transform: uppercase;
    color: #58585a;
    font-family: 'AvenirLight';
    display: block;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    -webkit-transition: all 350ms ease-out;
    transition: all 350ms ease-out;
    /*letter-spacing: 1px;*/
}

/* line 58, ../sass/layouts/_menu.scss */
#leo-megamenu .navbar-nav > li > a:hover, #leo-megamenu .navbar-nav > li > a:focus, #leo-megamenu .navbar-nav > li > a:active {
    color: #6A6869!important;
    background-color: transparent;
}

/* line 62, ../sass/layouts/_menu.scss */
#leo-megamenu .navbar-nav > li > a:after:active {
    width: 100%;
    height: 15px;
    background: red;
    z-index: 1000;

}

#leo-megamenu .navbar-nav > li:nth-child(4).active > a:after {
    width: 100%;
    height: 15px;
    background-image: url(../img/triangle.png);
    z-index: 1000;
    background-position: center center;
    background-repeat: no-repeat;
    /*margin-right: 8%;*/
    margin-bottom: -2px;
}

/*#leo-megamenu .navbar-nav > li.dropdown:nth-child(1):hover  > a:after ,  #leo-megamenu .navbar-nav > li.dropdown:nth-child(1).active  > a:after {
	width: 100%;
    height: 15px;
    background-image: url(../img/triangle.png);
    z-index: 1000;
	background-position: center center;
    background-repeat: no-repeat;
	margin-left: 12%;
	margin-bottom: -2px;
}*/

#leo-megamenu .navbar-nav > li.dropdown:hover > a:after
    /*, #leo-megamenu .navbar-nav > li.dropdown:nth-child(3).active  > a:after*/
{
    width: 100%;
    height: 15px;
    background-image: url(../img/triangle.png);
    z-index: 1000;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: -2px;
}

#leo-megamenu .navbar-nav > li > a:after {
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    line-height: 0;
    position: absolute;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 0px solid white;
    width: 0px;
    height: 0px;
    /*opacity: 0;*/
    filter: alpha(opacity=0);
    -webkit-transition: border 300ms ease-out 0s;
    transition: border 300ms ease-out 0s;
}

/* line 78, ../sass/layouts/_menu.scss */
#leo-megamenu .navbar-nav > li > a span .fa {
    display: block;
    float: right;
    line-height: 50px;
    padding-left: 5px;
}

/* line 264, ../sass/mixins/_theme.scss */
.rtl #leo-megamenu .navbar-nav > li > a span .fa {
    padding-right: 5px;
    padding-left: inherit;
}

/* line 88, ../sass/layouts/_menu.scss */
#leo-megamenu .navbar-nav > li.active > a {
    color: #58585a;
}

/* line 90, ../sass/layouts/_menu.scss */
#leo-megamenu .navbar-nav > li > .caret {
    position: relative;
    color: #58585a;
    margin-left: 5px;
}

#leo-megamenu span.hasicon img, #leo-megamenu a img {
    width: 100% !important;
    margin-top: 10px !important;
}

/* line 95, ../sass/layouts/_menu.scss */
#leo-megamenu .navbar-nav > li:hover > .caret, #leo-megamenu .navbar-nav > li:active > .caret {
    color: #f1823c;
}

/* line 101, ../sass/layouts/_menu.scss */
#leo-megamenu .dropdown-menu {
    top: 100%;
    left: -9999px;
    height: auto;
    font-weight: 300;
    color: #838383;
    border: 0;
    min-width: 185px;
    padding: 20px;
    padding-right: 10%;
    padding-left: 10%;
    background-color: white;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    border-top: 1px solid transparent;
    -webkit-transition: opacity 0.3s linear 0s;
    transition: opacity 0.3s linear 0s;
}

/* line 115, ../sass/layouts/_menu.scss */
#leo-megamenu .dropdown-menu li {
    line-height: 27px;
    padding: 3px 0;
}

/* line 118, ../sass/layouts/_menu.scss */
#leo-megamenu .dropdown-menu li a {
    padding: 0;
    font-weight: 300;
    font-size: 14px;
    /*letter-spacing: 1px;*/
    line-height: 27px;
    display: block;
    position: relative;
    background: #fff;
    text-align: center;
    padding-top: 20px;
}

.hasicon span.menu-title {
    padding: 5px;
    min-height: 50px;
    line-height: 20px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
}

/* line 264, ../sass/mixins/_theme.scss */
.rtl #leo-megamenu .dropdown-menu li a {
    padding-left: 10px;
    padding-right: inherit;
}

/* line 127, ../sass/layouts/_menu.scss */
#leo-megamenu .dropdown-menu li a .caret {
    position: absolute;
    top: 11px;
    right: 5px;
    margin: 0;
}

/* line 362, ../sass/mixins/_theme.scss */
.rtl #leo-megamenu .dropdown-menu li a .caret {
    left: 5px;
    right: auto;
}

/* line 133, ../sass/layouts/_menu.scss */
#leo-megamenu .dropdown-menu li a:hover {
    /*background-color: transparent;*/
    color: #58585a !important;
}

/* line 136, ../sass/layouts/_menu.scss */
#leo-megamenu .dropdown-menu li a:hover .fa {
    color: #f1823c;
}

/* line 142, ../sass/layouts/_menu.scss */
#leo-megamenu .dropdown-menu a.menu-title, #leo-megamenu .dropdown-menu div.menu-title {
    margin: 10px 0;
    text-transform: uppercase;
    font-size: 14px;
    color: #262626;
    font-family: 'proxima_nova_condensedSBd';
}

/* line 149, ../sass/layouts/_menu.scss */
#leo-megamenu .dropdown-menu a > .menu-title {
    text-transform: uppercase;
}

/* line 151, ../sass/layouts/_menu.scss */
#leo-megamenu .dropdown-menu .menu-bg h2 {
    font-size: 48px;
    color: #262626;
    margin: 30px 0 20px;
    text-transform: none;
}

/* line 156, ../sass/layouts/_menu.scss */
#leo-megamenu .dropdown-menu .menu-bg h2 span {
    color: #f13621;
}

/* line 160, ../sass/layouts/_menu.scss */
#leo-megamenu .dropdown-menu .menu-bg p {
    letter-spacing: 2px;
}

/* line 164, ../sass/layouts/_menu.scss */
#leo-megamenu .dropdown-menu .menu-bg-img {
    margin-top: 50px;
}

/* line 166, ../sass/layouts/_menu.scss */
#leo-megamenu .dropdown-menu .menu-bg-img .image-item {
    position: absolute;
    bottom: -20px;
    right: -20px;
    z-index: -1;
    width: auto;
}

/* line 362, ../sass/mixins/_theme.scss */
.rtl #leo-megamenu .dropdown-menu .menu-bg-img .image-item {
    left: -20px;
    right: auto;
}

@media (min-width: 768px) {
    /* line 177, ../sass/layouts/_menu.scss */
    #leo-megamenu .dropdown:hover > .dropdown-menu {
        display: block;
        left: 0px;
        background: #F5F3F4;
        right: 0px;
    }
}

/* line 355, ../sass/mixins/_theme.scss */
.rtl #leo-megamenu .dropdown:hover > .dropdown-menu {
    right: 0px;
    left: auto;
}

/* line 181, ../sass/layouts/_menu.scss */
#leo-megamenu .dropdown:hover > a {
    /*color: #f1823c;*/
}

/* line 183, ../sass/layouts/_menu.scss */
#leo-megamenu .dropdown:hover > a .fa {
    color: #f1823c;
}

/* line 190, ../sass/layouts/_menu.scss */
#leo-megamenu .menu-extra > .dropdown-menu {
    margin-left: -200px;
}

/* line 264, ../sass/mixins/_theme.scss */
.rtl #leo-megamenu .menu-extra > .dropdown-menu {
    margin-right: -200px;
    margin-left: inherit;
}

/* line 195, ../sass/layouts/_menu.scss */
#leo-megamenu .dropdown-submenu {
    position: relative;
}

/* line 197, ../sass/layouts/_menu.scss */
#leo-megamenu .dropdown-submenu .dropdown-menu {
    top: 0;
    right: -100%;
    left: auto;
    position: absolute;
}

/* line 362, ../sass/mixins/_theme.scss */
.rtl #leo-megamenu .dropdown-submenu .dropdown-menu {
    left: -100%;
    right: auto;
}

/* line 204, ../sass/layouts/_menu.scss */
#leo-megamenu .dropdown-submenu:hover > .dropdown-menu {
    display: block;
    top: 0;
}

/* line 211, ../sass/layouts/_menu.scss */
#leo-megamenu .mega-group > .dropdown-toggle {
    border: 0;
    display: block;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: "AvenirMedium";
    color: white;
}

/* line 218, ../sass/layouts/_menu.scss */
#leo-megamenu .mega-group > .dropdown-toggle .fa {
    color: white;
}

/* line 224, ../sass/layouts/_menu.scss */
#leo-megamenu .megamenu .cols1 {
    min-width: 200px;
}

/* line 227, ../sass/layouts/_menu.scss */
#leo-megamenu .megamenu .cols2 {
    min-width: 500px;
}

/* line 230, ../sass/layouts/_menu.scss */
#leo-megamenu .megamenu .cols3 {
    min-width: 740px;
}

/* line 234, ../sass/layouts/_menu.scss */
#leo-megamenu .product-block {
    background: transparent;
}

/* line 236, ../sass/layouts/_menu.scss */
#leo-megamenu .product-block .image {
    height: auto;
    float: left;
    width: 40%;
    margin: 0 0 10px;
    border: none;
}

/* line 253, ../sass/mixins/_theme.scss */
.rtl #leo-megamenu .product-block .image {
    float: right;
}

/* line 243, ../sass/layouts/_menu.scss */
#leo-megamenu .product-block .product-meta {
    width: 60%;
    float: left;
}

/* line 253, ../sass/mixins/_theme.scss */
.rtl #leo-megamenu .product-block .product-meta {
    float: right;
}

/* line 249, ../sass/layouts/_menu.scss */
#leo-megamenu .manu-logo img {
    border: 1px solid #e5e5e5;
    margin-bottom: 10px;
    margin-right: 10px;
}

/*
 *
 * Vertical menu
 */
/* line 266, ../sass/layouts/_menu.scss */
div.verticalmenu {
    z-index: 100;
}

/* line 268, ../sass/layouts/_menu.scss */
div.verticalmenu .navbar-collapse, div.verticalmenu .navbar-vertical {
    margin: 0;
    padding: 0;
}

/* line 272, ../sass/layouts/_menu.scss */
div.verticalmenu .navbar-nav {
    position: static;
    float: none;
    width: 100%;
}

/* line 275, ../sass/layouts/_menu.scss */
div.verticalmenu .navbar-nav > li {
    width: 100%;
    height: auto;
    position: relative;
}

/* line 278, ../sass/layouts/_menu.scss */
div.verticalmenu .navbar-nav > li > a {
    display: block;
    color: #838383;
    font-size: 14px;
    padding: 16px 10px 15px 20px;
    border-bottom: 1px solid #e0e0e0;
}

/* line 286, ../sass/layouts/_menu.scss */
div.verticalmenu .navbar-nav > li .caret {
    position: absolute;
    right: 0;
    top: 17px;
    width: 33px;
    height: 40px;
    border: none;
    margin: -5px 0;
}

/* line 362, ../sass/mixins/_theme.scss */
.rtl div.verticalmenu .navbar-nav > li .caret {
    left: 0;
    right: auto;
}

/* line 294, ../sass/layouts/_menu.scss */
div.verticalmenu .navbar-nav > li .caret:before {
    position: absolute;
    content: "\f067";
    font-family: "FontAwesome";
    color: #aaa;
    font-size: 10px;
    font-weight: normal;
    left: 12px;
    top: 12px;
}

/* line 306, ../sass/layouts/_menu.scss */
div.verticalmenu .navbar-nav > li .dropdown-submenu .caret {
    top: 0;
}

/* line 310, ../sass/layouts/_menu.scss */
div.verticalmenu .navbar-nav > li.last a, div.verticalmenu .navbar-nav > li:last-child a {
    border: 0;
}

/* line 316, ../sass/layouts/_menu.scss */
div.verticalmenu .navbar-nav > li:hover > a {
    color: #f1823c;
    background: white;
}

/* line 319, ../sass/layouts/_menu.scss */
div.verticalmenu .navbar-nav > li:hover > a:hover, div.verticalmenu .navbar-nav > li:hover > a:focus {
    color: #f1823c;
    background: white;
    border-color: #e5e5e5;
}

/* line 325, ../sass/layouts/_menu.scss */
div.verticalmenu .navbar-nav > li:hover > .caret {
    color: #f1823c;
}

/* line 330, ../sass/layouts/_menu.scss */
div.verticalmenu .navbar-nav > li.open > a {
    color: #f1823c;
    background: white;
}

/* line 333, ../sass/layouts/_menu.scss */
div.verticalmenu .navbar-nav > li.open > a:hover, div.verticalmenu .navbar-nav > li.open > a:focus {
    color: #f1823c;
    background: white;
    border-color: #e5e5e5;
}

/* line 339, ../sass/layouts/_menu.scss */
div.verticalmenu .navbar-nav > li.open > .caret {
    color: #f1823c;
}

/* line 343, ../sass/layouts/_menu.scss */
div.verticalmenu .navbar-nav > li .parent {
    position: relative;
}

/* line 345, ../sass/layouts/_menu.scss */
div.verticalmenu .navbar-nav > li .parent > .dropdown-toggle {
    text-transform: none;
    font-weight: normal;
    color: #838383;
}

/* line 349, ../sass/layouts/_menu.scss */
div.verticalmenu .navbar-nav > li .parent > .dropdown-toggle:hover {
    color: #f1823c;
}

/* line 360, ../sass/layouts/_menu.scss */
div.verticalmenu ul li a .menu-icon {
    display: block;
    background-position: left center !important;
}

/* line 390, ../sass/mixins/_theme.scss */
.rtl div.verticalmenu ul li a .menu-icon {
    background-position: right center !important;
}

/* line 363, ../sass/layouts/_menu.scss */
div.verticalmenu ul li a .menu-icon span {
    display: block;
    margin-left: 35px;
}

/* line 264, ../sass/mixins/_theme.scss */
.rtl div.verticalmenu ul li a .menu-icon span {
    margin-right: 35px;
    margin-left: inherit;
}

/* line 367, ../sass/layouts/_menu.scss */
div.verticalmenu ul li a .menu-icon .menu-desc {
    display: none;
}

/* line 371, ../sass/layouts/_menu.scss */
div.verticalmenu ul li a .menu-title {
    display: block;
    text-transform: uppercase;
    color: #3e3a3a;
}

/* line 376, ../sass/layouts/_menu.scss */
div.verticalmenu ul li a .sub-title {
    font-size: 12px;
}

/* line 379, ../sass/layouts/_menu.scss */
div.verticalmenu ul li a:hover, div.verticalmenu ul li a:focus {
    color: #f1823c;
    background: white;
}

/* line 380, ../sass/layouts/_menu.scss */
div.verticalmenu ul li a:hover .menu-title, div.verticalmenu ul li a:focus .menu-title {
    color: #f1823c;
}

/* line 389, ../sass/layouts/_menu.scss */
div.verticalmenu .dropdown-menu {
    left: -9999px;
    top: -9999px;
    right: auto;
    border: 0;
    min-height: 100px;
    height: auto !important;
    min-width: 215px;
    padding: 20px 28px;
    background: white;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
}

/* line 403, ../sass/layouts/_menu.scss */
div.verticalmenu .dropdown-menu ul li {
    border: 0;
    padding: 4px 0;
    line-height: normal;
    list-style: none;
}

/* line 408, ../sass/layouts/_menu.scss */
div.verticalmenu .dropdown-menu ul li a {
    color: #838383;
    font-size: 15px;
    font-weight: 400;
    padding: 0;
}

/* line 416, ../sass/layouts/_menu.scss */
div.verticalmenu .dropdown-menu p {
    line-height: 18px;
    font-size: 15px;
}

/* line 420, ../sass/layouts/_menu.scss */
div.verticalmenu .dropdown-menu .leo-menu-video {
    width: 100%;
}

/* line 422, ../sass/layouts/_menu.scss */
div.verticalmenu .dropdown-menu .leo-menu-video iframe {
    margin-bottom: 10px;
}

/* line 427, ../sass/layouts/_menu.scss */
div.verticalmenu .dropdown-menu .dropdown-toggle:hover {
    color: black;
}

/* line 431, ../sass/layouts/_menu.scss */
div.verticalmenu .dropdown-menu .dropdown-toggle {
    font-weight: bold;
    text-transform: uppercase;
    line-height: normal;
    color: black;
    font-family: "AvenirLight";
    font-size: 15px;
}

/* line 439, ../sass/layouts/_menu.scss */
div.verticalmenu .dropdown-menu .action {
    display: none;
}

/* line 443, ../sass/layouts/_menu.scss */
div.verticalmenu .widget-heading {
    color: black;
    text-transform: uppercase;
    font-weight: 600;
}

/* CANVAS MENU */
/* line 451, ../sass/layouts/_menu.scss */
#off-canvas-button {
    text-align: right;
    color: #fff;
    margin: 5px;
    font-size: 0px;
}

/* line 452, ../sass/layouts/_menu.scss */
#off-canvas-button:hover {
    cursor: pointer;
}

/* line 453, ../sass/layouts/_menu.scss */
#off-canvas-button:before {
    content: "\f00d";
    font-family: 'FontAwesome';
    font-size: 20px;
    display: inline-block;
    padding: 0 5px;
    -webkit-transition: all 1s;
    transition: all 1s;
}

/* line 462, ../sass/layouts/_menu.scss */
.off-canvas body {
    position: relative;
}

/*.off-canvas-inactive #page,
.off-canvas-inactive #off-canvas-nav {
  @include transition(all 500ms ease 0s);
  @include translate(0, 0);
}*/
/* line 473, ../sass/layouts/_menu.scss */
.off-canvas-active > #page,
.off-canvas-active > #off-canvas-nav {
    -webkit-transform: translate(234px, 0);
    -ms-transform: translate(234px, 0);
    transform: translate(234px, 0);
}

/* line 476, ../sass/layouts/_menu.scss */
.off-canvas-active > #page #off-canvas-button:before,
.off-canvas-active > #off-canvas-nav #off-canvas-button:before {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}

/* line 483, ../sass/layouts/_menu.scss */
.off-canvas-active #page {
    position: fixed;
    margin: 0 auto;
}

/* line 487, ../sass/layouts/_menu.scss */
.off-canvas-active #off-canvas-nav .navbar-nav .open .dropdown-menu {
    background: white;
}

/* line 490, ../sass/layouts/_menu.scss */
.off-canvas-active #off-canvas-nav {
    display: block;
}

/* line 494, ../sass/layouts/_menu.scss */
#off-canvas-nav {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    background: white;
    z-index: 999;
    display: none;
    font-family: "AvenirMedium";
}

/* line 355, ../sass/mixins/_theme.scss */
.rtl #off-canvas-nav {
    right: 0;
    left: auto;
}

/* line 503, ../sass/layouts/_menu.scss */
#off-canvas-nav a {
    display: inline-block;
    padding: 6px 15px;
    margin: 2px 0;
}

/* line 507, ../sass/layouts/_menu.scss */
#off-canvas-nav a:hover, #off-canvas-nav a:active, #off-canvas-nav a:focus {
    background: #333;
    color: #fff;
    border-radius: 20px;
}

/* line 513, ../sass/layouts/_menu.scss */
#off-canvas-nav .navbar-nav > li > a {
    color: #fff !important;
}

/* line 516, ../sass/layouts/_menu.scss */
#off-canvas-nav .nav .caret {
    float: right;
    width: 10px;
    height: 10px;
    margin-top: 10px;
    display: none;
}

/* line 523, ../sass/layouts/_menu.scss */
#off-canvas-nav .ct_menu a.shop-now {
    display: block;
    margin: 10px;
}

/* line 527, ../sass/layouts/_menu.scss */
#off-canvas-nav .ct_menu a.shop-now:hover {
    color: #fff;
}

/* line 530, ../sass/layouts/_menu.scss */
#off-canvas-nav .offcanvas-mainnav {
    background-color: #f1823c;
    position: absolute;
    top: 0;
    left: -234px;
    overflow: hidden;
    width: 234px;
    padding: 0 2px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

/* line 355, ../sass/mixins/_theme.scss */
.rtl #off-canvas-nav .offcanvas-mainnav {
    right: -234px;
    left: auto;
}

/* line 540, ../sass/layouts/_menu.scss */
#off-canvas-nav .dropdown-menu {
    font-size: 15px;
    position: relative;
    display: inline-block;
    left: 0;
    right: 0;
    top: 0;
    float: none;
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100% !important;
    border: 0;
    padding: 10px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

/* line 556, ../sass/layouts/_menu.scss */
#off-canvas-nav .navbar-nav {
    margin: 0 !important;
}

/* line 559, ../sass/layouts/_menu.scss */
#off-canvas-nav ul.nav-links {
    padding: 3px 3px 3px 7px;
}

/* line 277, ../sass/mixins/_theme.scss */
.rtl #off-canvas-nav ul.nav-links {
    padding: 3px 7px 3px 3px;
}

#header_logo img.logo {
    width: 212px;/* 260px; */
}

@media (min-width: 991px) {
    #header_logo img.logo {
        margin-top: -10px;/* -35px; */
    }

    /* line 569, ../sass/layouts/_menu.scss */
    .off-canvas-active > #page,
    .off-canvas-active > #off-canvas-nav {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        position: relative !important;
    }

    /* line 573, ../sass/layouts/_menu.scss */
    #off-canvas-button {
        display: none !important;
    }
}

/* line 578, ../sass/layouts/_menu.scss */
.float-vertical {
    position: relative;
    margin-bottom: 0;
}

/* line 581, ../sass/layouts/_menu.scss */
.float-vertical .float-vertical-button {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    cursor: pointer;
}

/* line 264, ../sass/mixins/_theme.scss */
.rtl .float-vertical .float-vertical-button {
    padding-right: 15px;
    padding-left: inherit;
}

/* line 586, ../sass/layouts/_menu.scss */
.float-vertical .float-vertical-button i {
    margin-right: 10px;
}

/* line 264, ../sass/mixins/_theme.scss */
.rtl .float-vertical .float-vertical-button i {
    margin-left: 10px;
    margin-right: inherit;
}

/* line 587, ../sass/layouts/_menu.scss */
.float-vertical .float-vertical-button .fa-angle-down {
    margin-right: -20px;
}

/* line 264, ../sass/mixins/_theme.scss */
.rtl .float-vertical .float-vertical-button .fa-angle-down {
    margin-left: -20px;
    margin-right: inherit;
}

/* line 589, ../sass/layouts/_menu.scss */
.float-vertical > .block_content {
    height: 0;
    overflow: hidden;
    border: none;
    -webkit-transition: height 0.4s ease 0s;
    transition: height 0.4s ease 0s;
}

/* line 598, ../sass/layouts/_menu.scss */
.float-vertical.active > .block_content {
    position: absolute;
    z-index: 30;
    height: auto;
    overflow: visible;
    width: 100%;
    border: 1px solid #e5e5e5;
    -webkit-transition: height 0.4s ease 0s;
    transition: height 0.4s ease 0s;
}

/* line 608, ../sass/layouts/_menu.scss */
#leo-top-menu {
    text-align: center;
}

/* line 610, ../sass/layouts/_menu.scss */
#leo-top-menu .navbar-nav {
    float: none;
    display: flex;
    vertical-align: top;
    text-align: left;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

/* line 253, ../sass/mixins/_theme.scss */
.rtl #leo-top-menu .navbar-nav {
    text-align: right;
}

/* line 618, ../sass/layouts/_menu.scss */
#leo-megamenu .caret {
    margin-left: 8px;
}

/* line 264, ../sass/mixins/_theme.scss */
.rtl #leo-megamenu .caret {
    margin-right: 8px;
    margin-left: inherit;
}

/* line 5, ../sass/layouts/_modules.scss */
.popup-over {
    position: relative;
    display: inline-block;
    font-size: 11px;
    text-transform: uppercase;
    font-family: 'AvenirRoman';
    margin: 0 12px;
	margin-right : 0px;/* added */
    text-align: left;
    padding-top: 8px;
}

/* line 13, ../sass/layouts/_modules.scss */
.popup-over .popup-title {
    padding: 0px 20px 0px 5px;
    height: 40px;
    line-height: 40px;
}

/* line 277, ../sass/mixins/_theme.scss */
.rtl .popup-over .popup-title {
    padding: 0px 5px 0px 20px;
}

/* line 17, ../sass/layouts/_modules.scss */
.popup-over .popup-title:before {
    content: "\f107";
    position: absolute;
    top: 0;
    right: 6px;
    font-family: "FontAwesome";
}

/* line 362, ../sass/mixins/_theme.scss */
.rtl .popup-over .popup-title:before {
    left: 6px;
    right: auto;
}

/* line 24, ../sass/layouts/_modules.scss */
.popup-over .popup-title .fa-cog {
    margin-right: 5px;
}

/* line 264, ../sass/mixins/_theme.scss */
.rtl .popup-over .popup-title .fa-cog {
    margin-left: 5px;
    margin-right: inherit;
}

/* line 28, ../sass/layouts/_modules.scss */
.popup-over .popup-content {
    padding: 5px 10px;
    position: absolute;
    top: 40px;
    left: 0;
    background: white;
    border: 1px solid #e5e5e5;
    min-width: 120px;
    z-index: 9;
    display: none;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}

/* line 355, ../sass/mixins/_theme.scss */
.rtl .popup-over .popup-content {
    right: 0;
    left: auto;
}

/* line 40, ../sass/layouts/_modules.scss */
.popup-over .popup-content a {
    color: #838383;
    display: block;
    padding: 5px 0;
    text-transform: capitalize;
    margin: 0;
    font-size: 14px;
    white-space: nowrap;
}

/* line 48, ../sass/layouts/_modules.scss */
.popup-over .popup-content a:hover {
    color: #f1823c;
}

/* line 52, ../sass/layouts/_modules.scss */
.popup-over .popup-content ul {
    margin: 0;
    padding: 0;
}

/* line 55, ../sass/layouts/_modules.scss */
.popup-over .popup-content ul li.selected {
    color: #f1823c;
}

/* line 57, ../sass/layouts/_modules.scss */
.popup-over .popup-content ul li.selected a {
    color: #f1823c;
}

/* line 63, ../sass/layouts/_modules.scss */
.popup-over:hover {
    cursor: pointer;
}

/* line 65, ../sass/layouts/_modules.scss */
.popup-over:hover .popup-content {
    display: block;
}

/* mini basket */
/* line 72, ../sass/layouts/_modules.scss */
#cart {
    position: relative;
}

/* line 76, ../sass/layouts/_modules.scss */
#cart .content {
    clear: both;
    display: block;
    position: absolute;
    top: 100%;
    right: 17px;
    left: auto;
    padding: 15px;
    min-height: 100px;
    height: 100px;
    height: auto !important;
    background: white;
    border: 1px solid #e5e5e5;
    z-index: 99999;
    min-width: 400px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: none;
}

/* line 97, ../sass/layouts/_modules.scss */
#cart.active .content {
    display: block;
}

/* line 101, ../sass/layouts/_modules.scss */
#cart .heading {
    min-width: 190px;
    padding-left: 10px;
}

/* line 21, ../sass/bootstrap/_mixins.scss */
#cart .heading:before, #cart .heading:after {
    content: " ";
    display: table;
}

/* line 25, ../sass/bootstrap/_mixins.scss */
#cart .heading:after {
    clear: both;
}

/* line 264, ../sass/mixins/_theme.scss */
.rtl #cart .heading {
    padding-right: 10px;
    padding-left: inherit;
}

/* line 108, ../sass/layouts/_modules.scss */
#cart .heading a span {
    font-size: 14px;
}

/* line 113, ../sass/layouts/_modules.scss */
#cart .title-cart {
    position: relative;
}

/* line 116, ../sass/layouts/_modules.scss */
#cart .checkout {
    text-align: right;
    clear: both;
}

/* line 120, ../sass/layouts/_modules.scss */
#cart .empty {
    padding-top: 20px;
    text-align: center;
}

/* line 125, ../sass/layouts/_modules.scss */
#cart .mini-cart-total {
    text-align: right;
}

/* line 127, ../sass/layouts/_modules.scss */
#cart .mini-cart-total td {
    color: #000;
    padding: 4px;
}

/* line 131, ../sass/layouts/_modules.scss */
#cart .mini-cart-total table {
    border-collapse: collapse;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    margin-bottom: 5px;
}

/* line 138, ../sass/layouts/_modules.scss */
#cart .mini-cart-info .quantity {
    text-align: right;
}

/* line 141, ../sass/layouts/_modules.scss */
#cart .mini-cart-info .name {
    font-size: 14px;
    font-weight: bold;
}

/* line 142, ../sass/layouts/_modules.scss */
#cart .mini-cart-info .name small {
    color: #666;
}

/* line 148, ../sass/layouts/_modules.scss */
#cart .mini-cart-info td {
    color: #000;
    vertical-align: top;
    padding: 6px;
    border-bottom: 1px solid #e5e5e5;
}

/* line 154, ../sass/layouts/_modules.scss */
#cart .mini-cart-info table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 5px;
}

/* line 159, ../sass/layouts/_modules.scss */
#cart .mini-cart-info .image {
    width: 1px;
}

/* line 161, ../sass/layouts/_modules.scss */
#cart .mini-cart-info .image img {
    text-align: left;
}

/* line 165, ../sass/layouts/_modules.scss */
#cart .mini-cart-info .remove {
    text-align: right;
}

/* line 167, ../sass/layouts/_modules.scss */
#cart .mini-cart-info .remove img {
    cursor: pointer;
}

/* line 171, ../sass/layouts/_modules.scss */
#cart .mini-cart-info td.total {
    text-align: right;
}

/* product style */
@media (min-width: 992px) {


    #header_content .top .wrapper:first-child:before {
        height: 70px;
        width: 290px;
        background: transparent;
        position: absolute;
        content: "";
        display: none;/* block; */
         background-image: url(../img/Top-Header--Frise.png);
        background-position: center center;
        background-repeat: no-repeat;
        z-index: 1;
        margin-top: -10px;
        top: 44px;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
    }

    .block_a_propos_txt .rte {
        padding: 30px;
        padding-top: 65px;
        padding-bottom: 15px !important;
        border: 1px solid #B8B8B8;
        min-height: 343px;
        /*padding-left: 50px !important;
        padding-right: 50px !important;*/
    }

    .block_fabrication_txt .rte {
        padding: 35px;
        border: 1px solid #B8B8B8;
        height: auto;
        padding-left: 50px !important;
        padding-right: 50px !important;
    }

    .block_a_propos_txt:before, .block_fabrication_txt:before {
        height: 45px;
        width: 100%;
        background: transparent;
        position: absolute;
        content: "";
        display: block;
        background-image: url(../img/Frise-loobook.png);
        background-position: center;/* 22% center; */
        background-repeat: no-repeat;
        z-index: 1;
        margin-left: -40px;
    }


    /* line 8, ../sass/layouts/_product-item.scss */
    .product-block .functional-buttons {
        opacity: 0;
        filter: alpha(opacity=0);
        visibility: hidden;
    }

    .block_lookbook p, .first_in_lookbook p {
        margin-bottom: 8px !important;
        font-size: 14px;
        letter-spacing: 2px;
        text-align: justify;
    }
}

/* line 15, ../sass/layouts/_product-item.scss */
.product-block {
    position: relative;
    overflow: hidden;
    margin: 5px 0 10px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* line 21, ../sass/layouts/_product-item.scss */
.product-block .product-meta {
    position: relative;
    padding: 1px 10px;
    padding-bottom: 0px;
    min-height: 85px;
}

/* line 26, ../sass/layouts/_product-item.scss */
.product-block .label {
    white-space: nowrap;
}

/* line 29, ../sass/layouts/_product-item.scss */
.product-block .functional-buttons {
    position: absolute;
    bottom: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    left: 10px;
    right: 10px;
}

/* line 35, ../sass/layouts/_product-item.scss */
.product-block .functional-buttons > div {
    display: inline-block;
    vertical-align: top;
    height: 18px;
}

/* line 40, ../sass/layouts/_product-item.scss */
.product-block .functional-buttons > div:hover a {
    background-color: #fff;
    color: #F6A13C;
    top: -5px;
}

/* line 46, ../sass/layouts/_product-item.scss */
.product-block .functional-buttons > div .btn {
    vertical-align: top;
}

/* line 49, ../sass/layouts/_product-item.scss */
.product-block .functional-buttons > div a {
    vertical-align: top;
    position: relative;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    top: 0;
}

/* line 56, ../sass/layouts/_product-item.scss */
.product-block .functional-buttons > div a:hover, .product-block .functional-buttons > div a:focus, .product-block .functional-buttons > div a:active {
    background: #fff;
    color: #f1823c;
}

/* line 68, ../sass/layouts/_product-item.scss */
.product-block .wishlist {
    border: 1px solid #d5d5d5;
    border-width: 0 1px;
}

/* line 71, ../sass/layouts/_product-item.scss */
.product-block .wishlist a {
    font-size: 14px;
    color: #3e3a3a;
    padding: 0 15px;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    height: 18px;
    line-height: 18px;
}

/* line 79, ../sass/layouts/_product-item.scss */
.product-block .wishlist a span {
    display: none;
}

/* line 84, ../sass/layouts/_product-item.scss */
.product-block .add_to_compare {
    display: block;
    width: 45px;
    height: 18px;
    line-height: 18px;
    text-align: center;
}

/* line 90, ../sass/layouts/_product-item.scss */
.product-block .add_to_compare span {
    display: none;
}

/* line 94, ../sass/layouts/_product-item.scss */
.product-block:hover {
    /*-webkit-box-shadow: 0px 0px 5px #dddddd;
  box-shadow: 0px 0px 5px #dddddd;*/
}

/* line 96, ../sass/layouts/_product-item.scss */
.product-block:hover .functional-buttons {
    bottom: 30px;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}

/* line 105, ../sass/layouts/_product-item.scss */
.product-block .nb-comments {
    display: none;
}

/* line 108, ../sass/layouts/_product-item.scss */
.product-block .star_content {
    display: inline-block;
    padding: 2px 4px 3px 4px;
}

/* line 112, ../sass/layouts/_product-item.scss */
.product-block .product-rating, .product-block .norating {
    min-height: 25px;
    font-size: 12px;
}

/* line 118, ../sass/layouts/_product-item.scss */
.product-block .content_price {
    margin: 10px 0;
    min-height: 28px;
}

/* line 121, ../sass/layouts/_product-item.scss */
.product-block .content_price > span {
    margin: 0 2px;
    display: inline-block;
}

/* line 124, ../sass/layouts/_product-item.scss */
.product-block .content_price > span .old-price {
    font-size: 18px;
}

/* line 129, ../sass/layouts/_product-item.scss */
.product-block .price {
    color: #58585a;
    font-family: "AvenirMedium";
    font-size: 20px;
}

/* line 134, ../sass/layouts/_product-item.scss */
.product-block .price-old, .product-block .old-price {
    color: #888888;
    text-decoration: line-through;
}

/* line 138, ../sass/layouts/_product-item.scss */
.product-block .price-percent-reduction {
    color: #f2434a;
}

/* line 143, ../sass/layouts/_product-item.scss */
.product-block .product-desc {
    height: 40px;
    overflow: hidden;
}

/* line 149, ../sass/layouts/_product-item.scss */
.product-block .name {
    text-transform: none;
}

/* line 151, ../sass/layouts/_product-item.scss */
.product-block .name a {
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    display: block;
    color: #58585a;
    font-size: 14px;
    font-family: "AvenirRoman";
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .product-block .name a {
        height: auto;
    }
}

/* line 160, ../sass/layouts/_product-item.scss */
.product-block .name a:hover {
    /*color: #f1823c;*/
}

/* line 167, ../sass/layouts/_product-item.scss */
.product-block .image {
    position: relative;
    overflow: hidden;
    text-align: center;
    margin: 10px 0;
}

/* line 172, ../sass/layouts/_product-item.scss */
.product-block .image img {
    margin: auto;
    max-width: 100%;
    width: 100%;
}

/* line 178, ../sass/layouts/_product-item.scss */
.product-block .ajax_add_to_cart_button .fa {
    display: none;
}

/* line 184, ../sass/layouts/_product-item.scss */
.product-block .label-warning,
.product-block .label-success,
.product-block .label-danger {
    padding: 0 5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    height: 28px;
    display: inline-block;
    overflow: hidden;
    line-height: 28px;
}

/* line 193, ../sass/layouts/_product-item.scss */
.product-block .left-block {
    position: relative;
}

/* line 195, ../sass/layouts/_product-item.scss */
.product-block .left-block .Buttons {
    position: absolute;
    bottom: 45px;
    right: 15px;
    width: 30px;
}

/* line 200, ../sass/layouts/_product-item.scss */
.product-block .left-block .Buttons div {
    margin: 0 0 5px;
    border: 0;
}

/* line 203, ../sass/layouts/_product-item.scss */
.product-block .left-block .Buttons div a {
    display: block;
    width: 34px;
    height: 34px;
    line-height: 30px;
    /* -webkit-border-radius: 20px; */
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    /* border-radius: 20px; */
    overflow: hidden;
    /* border: 1px solid #ededed; */
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    /* background: #fff; */
    color: #333;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-image: url(../img/Nos-meilleurs-ventes.png);
    color: transparent;
}

/* line 216, ../sass/layouts/_product-item.scss */
.product-block .left-block .Buttons div a:hover {
    /*-webkit-box-shadow: 0 0 0 20px #f1823c inset;
  box-shadow: 0 0 0 20px #f1823c inset;
  border-color: #f1823c;
  color: #fff;*/
    background-color: transparent !important;

}

/* line 225, ../sass/layouts/_product-item.scss */
.product-block .left-block .Buttons .quickview a {
    position: static;
    margin: 0;
}

/* line 228, ../sass/layouts/_product-item.scss */
.product-block .left-block .Buttons .quickview a:after {
    display: none;
}

/* line 239, ../sass/layouts/_product-item.scss */
.product-block .left-block .quickview a {
    display: block;
    position: absolute;
    height: 42px;
    line-height: 42px;
    font-size: 12px;
    font-family: 'proxima_nova_condensedSBd';
    text-transform: uppercase;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

@media (min-width: 992px) {
    /* line 239, ../sass/layouts/_product-item.scss */
    .product-block .left-block .quickview a {
        top: 50%;
        margin-top: 10px;
        opacity: 0;
        filter: alpha(opacity=0);
        visibility: hidden;
        left: 30px;
        right: 30px;
        background: #fff;
        color: #3e3a3a;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
    }

    .p_intagarm2 {
        background: #F5F3F4;
        padding: 25px;
        min-height: 574px;
        margin-bottom: 15px;
        padding-bottom: 10px;
    }
}

/* line 259, ../sass/layouts/_product-item.scss */
.product-block .left-block .quickview a span {
    display: inline-block;
    height: 42px;
    line-height: 42px;
    vertical-align: top;
    padding: 0 5px;
}

/* line 266, ../sass/layouts/_product-item.scss */
.product-block .left-block .quickview a span.icon-search:before {
    content: "\f002";
    font-family: "FontAwesome";
}

/* line 272, ../sass/layouts/_product-item.scss */
.product-block .left-block .quickview a:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background: #333;
    z-index: -1;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

/* line 285, ../sass/layouts/_product-item.scss */
.product-block .left-block .quickview a:hover {
    color: #fff;
}

/* line 287, ../sass/layouts/_product-item.scss */
.product-block .left-block .quickview a:hover:after {
    top: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}

/* line 299, ../sass/layouts/_product-item.scss */
.product-block:hover .left-block .quickview a {
    margin-top: -21px;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

/* line 308, ../sass/layouts/_product-item.scss */
.product-block .product-additional {
    position: absolute;
    top: 0px;
    visibility: hidden;
    left: 0px;
    opacity: 0;
    filter: alpha(opacity=0);
    right: 0;
}

/* line 318, ../sass/layouts/_product-item.scss */
.product-block:hover .product-additional {
    visibility: visible;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    opacity: 1;
    filter: alpha(opacity=100);
}

/* line 328, ../sass/layouts/_product-item.scss */
.product-block .product-label {
    background: #fff;
    height: 24px;
    line-height: 20px;
    padding: 0 13px;
    text-transform: uppercase;
    color: #222;
    border: 2px solid #222;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    position: absolute;
    top: 5px;
    opacity: 0.7;
}

/* line 340, ../sass/layouts/_product-item.scss */
.product-block .label-new {
    border-color: #3e6577;
    color: #3e6577;
    margin-bottom: 5px;
    left: 10px;

}

/* line 341, ../sass/layouts/_product-item.scss */
.product-block .label-sale {
    right: 15px;
    color: #F0AD4E;
    border-color: #F0AD4E;
    left: 10px;
    width: 72px;
    top: 33px;

}

/* line 342, ../sass/layouts/_product-item.scss */
.product-block .product-flags {
    float: left;
}

/* line 348, ../sass/layouts/_product-item.scss */
.ajax_add_to_cart_button {
    color: #3e3a3a;
    font-size: 12px;
    font-family: 'proxima_nova_condensedSBd';
    padding: 0 15px;
    height: 18px;
    line-height: 18px;
    text-transform: uppercase;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

/* line 357, ../sass/layouts/_product-item.scss */
.ajax_add_to_cart_button:before {
    content: "\f217";
    font-family: "FontAwesome";
    padding-right: 6px;
}

/* line 363, ../sass/layouts/_product-item.scss */
.ajax_add_to_cart_button:hover {
    background-color: transparent;
    color: #f1823c;
}

/* line 369, ../sass/layouts/_product-item.scss */
section.page-product-box {
    margin-bottom: 40px;
}

/*
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: 'FontAwesome';
    src: url("../fonts/fontawesome-webfont.eot?v=4.4.0");
    src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* line 4, ../sass/_font-awesome.min.scss */
.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;
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%;
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-2x {
    font-size: 2em;
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-3x {
    font-size: 3em;
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-4x {
    font-size: 4em;
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-5x {
    font-size: 5em;
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-fw {
    width: 1.28571429em;
    text-align: center;
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-ul > li {
    position: relative;
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center;
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-li.fa-lg {
    left: -1.85714em;
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em;
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-pull-left {
    float: left;
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-pull-right {
    float: right;
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa.fa-pull-left {
    margin-right: .3em;
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa.fa-pull-right {
    margin-left: .3em;
}

/* line 4, ../sass/_font-awesome.min.scss */
.pull-right {
    float: right;
}

/* line 4, ../sass/_font-awesome.min.scss */
.pull-left {
    float: left;
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa.pull-left {
    margin-right: .3em;
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa.pull-right {
    margin-left: .3em;
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    /* line 4, ../sass/_font-awesome.min.scss */
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    /* line 4, ../sass/_font-awesome.min.scss */
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    /* line 4, ../sass/_font-awesome.min.scss */
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    /* line 4, ../sass/_font-awesome.min.scss */
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

/* line 4, ../sass/_font-awesome.min.scss */
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    filter: none;
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-stack-1x {
    line-height: inherit;
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-stack-2x {
    font-size: 2em;
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-inverse {
    color: #fff;
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-glass:before {
    content: "\f000";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-music:before {
    content: "\f001";
}

/* line 4, ../sass/_font-awesome.min.scss
.fa-search:before {
  content: "\f002";
}*/

/* line 4, ../sass/_font-awesome.min.scss */
.fa-envelope-o:before {
    content: "\f003";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-heart:before {
    content: "\f004";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-star:before {
    content: "\f005";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-star-o:before {
    content: "\f006";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-user:before {
    content: "\f007";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-film:before {
    content: "\f008";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-th-large:before {
    content: "\f009";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-th:before {
    content: "\f00a";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-th-list:before {
    content: "\f00b";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-check:before {
    content: "\f00c";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-search-plus:before {
    content: "\f00e";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-search-minus:before {
    content: "\f010";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-power-off:before {
    content: "\f011";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-signal:before {
    content: "\f012";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-gear:before, .fa-cog:before {
    content: "\f013";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-trash-o:before {
    content: "\f014";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-home:before {
    content: "\f015";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-file-o:before {
    content: "\f016";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-clock-o:before {
    content: "\f017";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-road:before {
    content: "\f018";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-download:before {
    content: "\f019";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-arrow-circle-o-down:before {
    content: "\f01a";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-arrow-circle-o-up:before {
    content: "\f01b";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-inbox:before {
    content: "\f01c";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-play-circle-o:before {
    content: "\f01d";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-rotate-right:before, .fa-repeat:before {
    content: "\f01e";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-refresh:before {
    content: "\f021";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-list-alt:before {
    content: "\f022";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-lock:before {
    content: "\f023";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-flag:before {
    content: "\f024";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-headphones:before {
    content: "\f025";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-volume-off:before {
    content: "\f026";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-volume-down:before {
    content: "\f027";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-volume-up:before {
    content: "\f028";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-qrcode:before {
    content: "\f029";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-barcode:before {
    content: "\f02a";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-tag:before {
    content: "\f02b";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-tags:before {
    content: "\f02c";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-book:before {
    content: "\f02d";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-bookmark:before {
    content: "\f02e";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-print:before {
    content: "\f02f";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-camera:before {
    content: "\f030";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-font:before {
    content: "\f031";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-bold:before {
    content: "\f032";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-italic:before {
    content: "\f033";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-text-height:before {
    content: "\f034";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-text-width:before {
    content: "\f035";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-align-left:before {
    content: "\f036";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-align-center:before {
    content: "\f037";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-align-right:before {
    content: "\f038";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-align-justify:before {
    content: "\f039";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-list:before {
    content: "\f03a";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-dedent:before, .fa-outdent:before {
    content: "\f03b";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-indent:before {
    content: "\f03c";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-video-camera:before {
    content: "\f03d";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "\f03e";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-pencil:before {
    content: "\f040";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-map-marker:before {
    content: "\f041";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-adjust:before {
    content: "\f042";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-tint:before {
    content: "\f043";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-share-square-o:before {
    content: "\f045";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-check-square-o:before {
    content: "\f046";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-arrows:before {
    content: "\f047";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-step-backward:before {
    content: "\f048";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-fast-backward:before {
    content: "\f049";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-backward:before {
    content: "\f04a";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-play:before {
    content: "\f04b";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-pause:before {
    content: "\f04c";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-stop:before {
    content: "\f04d";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-forward:before {
    content: "\f04e";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-fast-forward:before {
    content: "\f050";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-step-forward:before {
    content: "\f051";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-eject:before {
    content: "\f052";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-chevron-left:before {
    content: "\f053";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-chevron-right:before {
    content: "\f054";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-plus-circle:before {
    content: "\f055";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-minus-circle:before {
    content: "\f056";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-times-circle:before {
    content: "\f057";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-check-circle:before {
    content: "\f058";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-question-circle:before {
    content: "\f059";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-info-circle:before {
    content: "\f05a";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-crosshairs:before {
    content: "\f05b";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-times-circle-o:before {
    content: "\f05c";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-check-circle-o:before {
    content: "\f05d";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-ban:before {
    content: "\f05e";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-arrow-left:before {
    content: "\f060";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-arrow-right:before {
    content: "\f061";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-arrow-up:before {
    content: "\f062";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-arrow-down:before {
    content: "\f063";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-mail-forward:before, .fa-share:before {
    content: "\f064";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-expand:before {
    content: "\f065";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-compress:before {
    content: "\f066";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-plus:before {
    content: "\f067";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-minus:before {
    content: "\f068";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-asterisk:before {
    content: "\f069";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-exclamation-circle:before {
    content: "\f06a";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-gift:before {
    content: "\f06b";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-leaf:before {
    content: "\f06c";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-fire:before {
    content: "\f06d";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-eye:before {
    content: "\f06e";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-eye-slash:before {
    content: "\f070";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-warning:before, .fa-exclamation-triangle:before {
    content: "\f071";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-plane:before {
    content: "\f072";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-calendar:before {
    content: "\f073";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-random:before {
    content: "\f074";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-comment:before {
    content: "\f075";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-magnet:before {
    content: "\f076";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-chevron-up:before {
    content: "\f077";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-chevron-down:before {
    content: "\f078";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-retweet:before {
    content: "\f079";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-shopping-cart:before {
    content: "\f07a";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-folder:before {
    content: "\f07b";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-folder-open:before {
    content: "\f07c";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-arrows-v:before {
    content: "\f07d";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-arrows-h:before {
    content: "\f07e";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-twitter-square:before {
    content: "\f081";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-facebook-square:before {
    content: "\f082";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-camera-retro:before {
    content: "\f083";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-key:before {
    content: "\f084";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-gears:before, .fa-cogs:before {
    content: "\f085";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-comments:before {
    content: "\f086";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-thumbs-o-up:before {
    content: "\f087";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-thumbs-o-down:before {
    content: "\f088";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-star-half:before {
    content: "\f089";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-heart-o:before {
    content: "\f08a";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-sign-out:before {
    content: "\f08b";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-linkedin-square:before {
    content: "\f08c";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-thumb-tack:before {
    content: "\f08d";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-external-link:before {
    content: "\f08e";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-sign-in:before {
    content: "\f090";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-trophy:before {
    content: "\f091";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-github-square:before {
    content: "\f092";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-upload:before {
    content: "\f093";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-lemon-o:before {
    content: "\f094";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-phone:before {
    content: "\f095";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-square-o:before {
    content: "\f096";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-bookmark-o:before {
    content: "\f097";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-phone-square:before {
    content: "\f098";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-twitter:before {
    content: "\f099";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-github:before {
    content: "\f09b";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-unlock:before {
    content: "\f09c";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-credit-card:before {
    content: "\f09d";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-feed:before, .fa-rss:before {
    content: "\f09e";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-hdd-o:before {
    content: "\f0a0";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-bullhorn:before {
    content: "\f0a1";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-bell:before {
    content: "\f0f3";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-certificate:before {
    content: "\f0a3";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-hand-o-right:before {
    content: "\f0a4";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-hand-o-left:before {
    content: "\f0a5";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-hand-o-up:before {
    content: "\f0a6";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-hand-o-down:before {
    content: "\f0a7";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-arrow-circle-left:before {
    content: "\f0a8";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-arrow-circle-right:before {
    content: "\f0a9";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-arrow-circle-up:before {
    content: "\f0aa";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-arrow-circle-down:before {
    content: "\f0ab";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-globe:before {
    content: "\f0ac";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-wrench:before {
    content: "\f0ad";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-tasks:before {
    content: "\f0ae";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-filter:before {
    content: "\f0b0";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-briefcase:before {
    content: "\f0b1";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-arrows-alt:before {
    content: "\f0b2";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-group:before, .fa-users:before {
    content: "\f0c0";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-chain:before, .fa-link:before {
    content: "\f0c1";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-cloud:before {
    content: "\f0c2";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-flask:before {
    content: "\f0c3";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-cut:before, .fa-scissors:before {
    content: "\f0c4";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-copy:before, .fa-files-o:before {
    content: "\f0c5";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-paperclip:before {
    content: "\f0c6";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-save:before, .fa-floppy-o:before {
    content: "\f0c7";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-square:before {
    content: "\f0c8";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-list-ul:before {
    content: "\f0ca";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-list-ol:before {
    content: "\f0cb";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-strikethrough:before {
    content: "\f0cc";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-underline:before {
    content: "\f0cd";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-table:before {
    content: "\f0ce";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-magic:before {
    content: "\f0d0";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-truck:before {
    content: "\f0d1";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-pinterest:before {
    content: "\f0d2";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-pinterest-square:before {
    content: "\f0d3";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-google-plus-square:before {
    content: "\f0d4";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-google-plus:before {
    content: "\f0d5";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-money:before {
    content: "\f0d6";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-caret-down:before {
    content: "\f0d7";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-caret-up:before {
    content: "\f0d8";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-caret-left:before {
    content: "\f0d9";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-caret-right:before {
    content: "\f0da";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-columns:before {
    content: "\f0db";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-unsorted:before, .fa-sort:before {
    content: "\f0dc";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-sort-down:before, .fa-sort-desc:before {
    content: "\f0dd";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-sort-up:before, .fa-sort-asc:before {
    content: "\f0de";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-envelope:before {
    content: "\f0e0";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-linkedin:before {
    content: "\f0e1";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-legal:before, .fa-gavel:before {
    content: "\f0e3";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-comment-o:before {
    content: "\f0e5";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-comments-o:before {
    content: "\f0e6";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-flash:before, .fa-bolt:before {
    content: "\f0e7";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-sitemap:before {
    content: "\f0e8";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-umbrella:before {
    content: "\f0e9";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-paste:before, .fa-clipboard:before {
    content: "\f0ea";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-lightbulb-o:before {
    content: "\f0eb";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-exchange:before {
    content: "\f0ec";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-cloud-download:before {
    content: "\f0ed";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-cloud-upload:before {
    content: "\f0ee";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-user-md:before {
    content: "\f0f0";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-stethoscope:before {
    content: "\f0f1";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-suitcase:before {
    content: "\f0f2";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-bell-o:before {
    content: "\f0a2";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-coffee:before {
    content: "\f0f4";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-cutlery:before {
    content: "\f0f5";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-file-text-o:before {
    content: "\f0f6";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-building-o:before {
    content: "\f0f7";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-hospital-o:before {
    content: "\f0f8";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-ambulance:before {
    content: "\f0f9";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-medkit:before {
    content: "\f0fa";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-fighter-jet:before {
    content: "\f0fb";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-beer:before {
    content: "\f0fc";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-h-square:before {
    content: "\f0fd";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-plus-square:before {
    content: "\f0fe";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-angle-double-left:before {
    content: "\f100";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-angle-double-right:before {
    content: "\f101";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-angle-double-up:before {
    content: "\f102";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-angle-double-down:before {
    content: "\f103";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-angle-left:before {
    content: "\f104";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-angle-right:before {
    content: "\f105";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-angle-up:before {
    content: "\f106";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-angle-down:before {
    content: "\f107";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-desktop:before {
    content: "\f108";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-laptop:before {
    content: "\f109";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-tablet:before {
    content: "\f10a";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-circle-o:before {
    content: "\f10c";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-quote-left:before {
    content: "\f10d";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-quote-right:before {
    content: "\f10e";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-spinner:before {
    content: "\f110";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-circle:before {
    content: "\f111";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-mail-reply:before, .fa-reply:before {
    content: "\f112";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-github-alt:before {
    content: "\f113";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-folder-o:before {
    content: "\f114";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-folder-open-o:before {
    content: "\f115";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-smile-o:before {
    content: "\f118";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-frown-o:before {
    content: "\f119";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-meh-o:before {
    content: "\f11a";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-gamepad:before {
    content: "\f11b";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-keyboard-o:before {
    content: "\f11c";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-flag-o:before {
    content: "\f11d";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-flag-checkered:before {
    content: "\f11e";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-terminal:before {
    content: "\f120";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-code:before {
    content: "\f121";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-location-arrow:before {
    content: "\f124";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-crop:before {
    content: "\f125";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-code-fork:before {
    content: "\f126";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-unlink:before, .fa-chain-broken:before {
    content: "\f127";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-question:before {
    content: "\f128";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-info:before {
    content: "\f129";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-exclamation:before {
    content: "\f12a";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-superscript:before {
    content: "\f12b";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-subscript:before {
    content: "\f12c";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-eraser:before {
    content: "\f12d";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-puzzle-piece:before {
    content: "\f12e";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-microphone:before {
    content: "\f130";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-microphone-slash:before {
    content: "\f131";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-shield:before {
    content: "\f132";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-calendar-o:before {
    content: "\f133";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-fire-extinguisher:before {
    content: "\f134";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-rocket:before {
    content: "\f135";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-maxcdn:before {
    content: "\f136";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-chevron-circle-left:before {
    content: "\f137";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-chevron-circle-right:before {
    content: "\f138";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-chevron-circle-up:before {
    content: "\f139";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-chevron-circle-down:before {
    content: "\f13a";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-html5:before {
    content: "\f13b";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-css3:before {
    content: "\f13c";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-anchor:before {
    content: "\f13d";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-unlock-alt:before {
    content: "\f13e";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-bullseye:before {
    content: "\f140";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-ellipsis-h:before {
    content: "\f141";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-ellipsis-v:before {
    content: "\f142";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-rss-square:before {
    content: "\f143";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-play-circle:before {
    content: "\f144";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-ticket:before {
    content: "\f145";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-minus-square:before {
    content: "\f146";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-minus-square-o:before {
    content: "\f147";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-level-up:before {
    content: "\f148";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-level-down:before {
    content: "\f149";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-check-square:before {
    content: "\f14a";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-pencil-square:before {
    content: "\f14b";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-external-link-square:before {
    content: "\f14c";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-share-square:before {
    content: "\f14d";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-compass:before {
    content: "\f14e";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "\f150";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "\f151";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "\f152";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-euro:before, .fa-eur:before {
    content: "\f153";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-gbp:before {
    content: "\f154";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-dollar:before, .fa-usd:before {
    content: "\f155";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-rupee:before, .fa-inr:before {
    content: "\f156";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "\f157";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "\f158";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-won:before, .fa-krw:before {
    content: "\f159";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-file:before {
    content: "\f15b";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-file-text:before {
    content: "\f15c";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-sort-alpha-asc:before {
    content: "\f15d";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-sort-alpha-desc:before {
    content: "\f15e";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-sort-amount-asc:before {
    content: "\f160";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-sort-amount-desc:before {
    content: "\f161";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-sort-numeric-asc:before {
    content: "\f162";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-sort-numeric-desc:before {
    content: "\f163";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-thumbs-up:before {
    content: "\f164";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-thumbs-down:before {
    content: "\f165";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-youtube-square:before {
    content: "\f166";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-youtube:before {
    content: "\f167";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-xing:before {
    content: "\f168";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-xing-square:before {
    content: "\f169";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-youtube-play:before {
    content: "\f16a";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-dropbox:before {
    content: "\f16b";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-stack-overflow:before {
    content: "\f16c";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-instagram:before {
    content: "\f16d";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-flickr:before {
    content: "\f16e";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-adn:before {
    content: "\f170";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-bitbucket:before {
    content: "\f171";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-bitbucket-square:before {
    content: "\f172";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-tumblr:before {
    content: "\f173";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-tumblr-square:before {
    content: "\f174";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-long-arrow-down:before {
    content: "\f175";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-long-arrow-up:before {
    content: "\f176";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-long-arrow-left:before {
    content: "\f177";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-long-arrow-right:before {
    content: "\f178";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-apple:before {
    content: "\f179";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-windows:before {
    content: "\f17a";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-android:before {
    content: "\f17b";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-linux:before {
    content: "\f17c";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-dribbble:before {
    content: "\f17d";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-skype:before {
    content: "\f17e";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-foursquare:before {
    content: "\f180";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-trello:before {
    content: "\f181";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-female:before {
    content: "\f182";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-male:before {
    content: "\f183";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-gittip:before, .fa-gratipay:before {
    content: "\f184";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-sun-o:before {
    content: "\f185";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-moon-o:before {
    content: "\f186";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-archive:before {
    content: "\f187";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-bug:before {
    content: "\f188";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-vk:before {
    content: "\f189";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-weibo:before {
    content: "\f18a";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-renren:before {
    content: "\f18b";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-pagelines:before {
    content: "\f18c";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-stack-exchange:before {
    content: "\f18d";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-arrow-circle-o-right:before {
    content: "\f18e";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-arrow-circle-o-left:before {
    content: "\f190";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "\f191";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-dot-circle-o:before {
    content: "\f192";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-wheelchair:before {
    content: "\f193";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-vimeo-square:before {
    content: "\f194";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-turkish-lira:before, .fa-try:before {
    content: "\f195";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-plus-square-o:before {
    content: "\f196";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-space-shuttle:before {
    content: "\f197";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-slack:before {
    content: "\f198";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-envelope-square:before {
    content: "\f199";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-wordpress:before {
    content: "\f19a";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-openid:before {
    content: "\f19b";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "\f19c";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "\f19d";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-yahoo:before {
    content: "\f19e";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-google:before {
    content: "\f1a0";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-reddit:before {
    content: "\f1a1";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-reddit-square:before {
    content: "\f1a2";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-stumbleupon:before {
    content: "\f1a4";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-delicious:before {
    content: "\f1a5";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-digg:before {
    content: "\f1a6";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-pied-piper:before {
    content: "\f1a7";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-pied-piper-alt:before {
    content: "\f1a8";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-drupal:before {
    content: "\f1a9";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-joomla:before {
    content: "\f1aa";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-language:before {
    content: "\f1ab";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-fax:before {
    content: "\f1ac";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-building:before {
    content: "\f1ad";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-child:before {
    content: "\f1ae";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-paw:before {
    content: "\f1b0";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-spoon:before {
    content: "\f1b1";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-cube:before {
    content: "\f1b2";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-cubes:before {
    content: "\f1b3";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-behance:before {
    content: "\f1b4";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-behance-square:before {
    content: "\f1b5";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-steam:before {
    content: "\f1b6";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-steam-square:before {
    content: "\f1b7";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-recycle:before {
    content: "\f1b8";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-automobile:before, .fa-car:before {
    content: "\f1b9";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-cab:before, .fa-taxi:before {
    content: "\f1ba";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-tree:before {
    content: "\f1bb";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-spotify:before {
    content: "\f1bc";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-deviantart:before {
    content: "\f1bd";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-soundcloud:before {
    content: "\f1be";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-database:before {
    content: "\f1c0";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-file-pdf-o:before {
    content: "\f1c1";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-file-word-o:before {
    content: "\f1c2";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-file-excel-o:before {
    content: "\f1c3";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-file-powerpoint-o:before {
    content: "\f1c4";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "\f1c5";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "\f1c6";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "\f1c7";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-file-code-o:before {
    content: "\f1c9";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-vine:before {
    content: "\f1ca";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-codepen:before {
    content: "\f1cb";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-jsfiddle:before {
    content: "\f1cc";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "\f1cd";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-circle-o-notch:before {
    content: "\f1ce";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-ra:before, .fa-rebel:before {
    content: "\f1d0";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-ge:before, .fa-empire:before {
    content: "\f1d1";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-git-square:before {
    content: "\f1d2";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-git:before {
    content: "\f1d3";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
    content: "\f1d4";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-tencent-weibo:before {
    content: "\f1d5";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-qq:before {
    content: "\f1d6";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-send:before, .fa-paper-plane:before {
    content: "\f1d8";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-send-o:before, .fa-paper-plane-o:before {
    content: "\f1d9";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-history:before {
    content: "\f1da";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-circle-thin:before {
    content: "\f1db";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-header:before {
    content: "\f1dc";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-paragraph:before {
    content: "\f1dd";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-sliders:before {
    content: "\f1de";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-share-alt:before {
    content: "\f1e0";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-share-alt-square:before {
    content: "\f1e1";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-bomb:before {
    content: "\f1e2";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: "\f1e3";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-tty:before {
    content: "\f1e4";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-binoculars:before {
    content: "\f1e5";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-plug:before {
    content: "\f1e6";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-slideshare:before {
    content: "\f1e7";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-twitch:before {
    content: "\f1e8";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-yelp:before {
    content: "\f1e9";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-newspaper-o:before {
    content: "\f1ea";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-wifi:before {
    content: "\f1eb";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-calculator:before {
    content: "\f1ec";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-paypal:before {
    content: "\f1ed";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-google-wallet:before {
    content: "\f1ee";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-cc-visa:before {
    content: "\f1f0";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-cc-mastercard:before {
    content: "\f1f1";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-cc-discover:before {
    content: "\f1f2";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-cc-amex:before {
    content: "\f1f3";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-cc-paypal:before {
    content: "\f1f4";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-cc-stripe:before {
    content: "\f1f5";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-bell-slash:before {
    content: "\f1f6";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-bell-slash-o:before {
    content: "\f1f7";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-trash:before {
    content: "\f1f8";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-copyright:before {
    content: "\f1f9";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-at:before {
    content: "\f1fa";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-eyedropper:before {
    content: "\f1fb";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-paint-brush:before {
    content: "\f1fc";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-birthday-cake:before {
    content: "\f1fd";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-area-chart:before {
    content: "\f1fe";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-pie-chart:before {
    content: "\f200";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-line-chart:before {
    content: "\f201";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-lastfm:before {
    content: "\f202";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-lastfm-square:before {
    content: "\f203";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-toggle-off:before {
    content: "\f204";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-toggle-on:before {
    content: "\f205";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-bicycle:before {
    content: "\f206";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-bus:before {
    content: "\f207";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-ioxhost:before {
    content: "\f208";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-angellist:before {
    content: "\f209";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-cc:before {
    content: "\f20a";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: "\f20b";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-meanpath:before {
    content: "\f20c";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-buysellads:before {
    content: "\f20d";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-connectdevelop:before {
    content: "\f20e";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-dashcube:before {
    content: "\f210";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-forumbee:before {
    content: "\f211";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-leanpub:before {
    content: "\f212";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-sellsy:before {
    content: "\f213";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-shirtsinbulk:before {
    content: "\f214";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-simplybuilt:before {
    content: "\f215";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-skyatlas:before {
    content: "\f216";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-cart-plus:before {
    content: "\f217";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-cart-arrow-down:before {
    content: "\f218";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-diamond:before {
    content: "\f219";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-ship:before {
    content: "\f21a";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-user-secret:before {
    content: "\f21b";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-motorcycle:before {
    content: "\f21c";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-street-view:before {
    content: "\f21d";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-heartbeat:before {
    content: "\f21e";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-venus:before {
    content: "\f221";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-mars:before {
    content: "\f222";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-mercury:before {
    content: "\f223";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-intersex:before, .fa-transgender:before {
    content: "\f224";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-transgender-alt:before {
    content: "\f225";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-venus-double:before {
    content: "\f226";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-mars-double:before {
    content: "\f227";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-venus-mars:before {
    content: "\f228";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-mars-stroke:before {
    content: "\f229";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-mars-stroke-v:before {
    content: "\f22a";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-mars-stroke-h:before {
    content: "\f22b";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-neuter:before {
    content: "\f22c";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-genderless:before {
    content: "\f22d";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-facebook-official:before {
    content: "\f230";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-pinterest-p:before {
    content: "\f231";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-whatsapp:before {
    content: "\f232";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-server:before {
    content: "\f233";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-user-plus:before {
    content: "\f234";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-user-times:before {
    content: "\f235";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-hotel:before, .fa-bed:before {
    content: "\f236";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-viacoin:before {
    content: "\f237";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-train:before {
    content: "\f238";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-subway:before {
    content: "\f239";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-medium:before {
    content: "\f23a";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-yc:before, .fa-y-combinator:before {
    content: "\f23b";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-optin-monster:before {
    content: "\f23c";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-opencart:before {
    content: "\f23d";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-expeditedssl:before {
    content: "\f23e";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-battery-4:before, .fa-battery-full:before {
    content: "\f240";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-mouse-pointer:before {
    content: "\f245";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-i-cursor:before {
    content: "\f246";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-object-group:before {
    content: "\f247";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-object-ungroup:before {
    content: "\f248";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-sticky-note:before {
    content: "\f249";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-sticky-note-o:before {
    content: "\f24a";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-cc-jcb:before {
    content: "\f24b";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-cc-diners-club:before {
    content: "\f24c";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-clone:before {
    content: "\f24d";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-balance-scale:before {
    content: "\f24e";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-hourglass-o:before {
    content: "\f250";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-hourglass:before {
    content: "\f254";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-hand-stop-o:before, .fa-hand-paper-o:before {
    content: "\f256";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-hand-scissors-o:before {
    content: "\f257";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-hand-lizard-o:before {
    content: "\f258";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-hand-spock-o:before {
    content: "\f259";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-hand-pointer-o:before {
    content: "\f25a";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-hand-peace-o:before {
    content: "\f25b";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-trademark:before {
    content: "\f25c";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-registered:before {
    content: "\f25d";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-creative-commons:before {
    content: "\f25e";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-gg:before {
    content: "\f260";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-gg-circle:before {
    content: "\f261";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-tripadvisor:before {
    content: "\f262";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-odnoklassniki:before {
    content: "\f263";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-odnoklassniki-square:before {
    content: "\f264";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-get-pocket:before {
    content: "\f265";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-wikipedia-w:before {
    content: "\f266";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-safari:before {
    content: "\f267";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-chrome:before {
    content: "\f268";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-firefox:before {
    content: "\f269";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-opera:before {
    content: "\f26a";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-internet-explorer:before {
    content: "\f26b";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-tv:before, .fa-television:before {
    content: "\f26c";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-contao:before {
    content: "\f26d";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-500px:before {
    content: "\f26e";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-amazon:before {
    content: "\f270";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-calendar-plus-o:before {
    content: "\f271";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-calendar-minus-o:before {
    content: "\f272";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-calendar-times-o:before {
    content: "\f273";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-calendar-check-o:before {
    content: "\f274";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-industry:before {
    content: "\f275";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-map-pin:before {
    content: "\f276";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-map-signs:before {
    content: "\f277";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-map-o:before {
    content: "\f278";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-map:before {
    content: "\f279";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-commenting:before {
    content: "\f27a";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-commenting-o:before {
    content: "\f27b";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-houzz:before {
    content: "\f27c";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-vimeo:before {
    content: "\f27d";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-black-tie:before {
    content: "\f27e";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-fonticons:before {
    content: "\f280";
}

.top .wrapper:first-child {
    padding-top: 10px;
    background: #F0F6F6;
    color: #9c9696;
    padding-bottom: 10px;
    margin-bottom: 0px;/* 8px; */
}

.mon_compte_header {
    float: right;
    margin-right: 10px;
}

#my_mon_compte_header img {
    margin-left: 8px;
}


#leo-paneltool {
    display: none
}


.image_listing_homepage img {
    width: 45px !important;
}

.image_listing_homepage .col-lg-3, .image_listing_homepage .col-lg-4 {
    padding-top: 0px !important;
}


.image_listing_homepage .row .ApColumn {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
}

.image_listing_homepage .row .ApColumn:not(.titre_image_listing_homepage) {
    /*height: 128px;*/
}


.image_listing_homepage {
    text-transform: uppercase;
}

#slideshow .wrapper:nth-child(2) {
    background: #D7E4E3;
}

#slideshow .wrapper:nth-child(3) {
    background: #F0F6F6;
}

.image_listing_homepage .ApColumn .block {
    margin-bottom: 3px !important;
}

.image_listing_homepage .ApColumn .ApImage {
    margin-bottom: 0px !important;
}

.gras_word {
    color: #58585a;
    font-family: 'AvenirBlack';
    font-size: 20px;
    text-transform: uppercase;
}

.titre_image_listing_homepage {
    text-transform: uppercase;
    color: #58585a;
    font-family: 'AvenirLight';
    font-size: 20px;
}

.ApImage .image_description {
    text-transform: uppercase;
    color: #58585a;
    font-family: 'AvenirRoman';
    font-size: 14px;
}

.carousel.slide li.ajax_block_product {
    /*width:33.333% !important;*/
}

#meilleur_ventes .product-block .image img {
    width: 100% !important;
}

/*, #meilleur_ventes .Buttons*/
#meilleur_ventes .product-desc, #meilleur_ventes .availability, #meilleur_ventes .cart {
    display: none;
}

#meilleur_ventes .block, #meilleur_ventes_titre .ApHtml.block {
    margin-bottom: 0px !important;
}


#meilleur_ventes .product-block .product-meta {
    padding-bottom: 10px !important;
}

#prouits_s_m p {
    color: #58585a;
    letter-spacing: 0px !important;
    font-size: 20px !important;
}

#prouits_s_m h2 {
    font-size: 30px;
    line-height: 50px;
    /*font-weight: bold;*/
    color: #58585a;
    margin-bottom: 20px;
    padding-top: 32px;
}


.home-block-pocket:after {
    height: 45px;
    width: 100%;
    background: transparent;
    position: absolute;
    content: "";
    display: block;
    background-image: url(../img/Frise-loobook.png);
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
    margin-left: -17px;
}


.home-comment .block-carousel-container {
    text-align: center;
}

#fabriquante {
    padding-bottom: 30px;
}

#social_block {
    width: 150px;
    margin: auto;
    clear: both;
}

#footer .wrapper:nth-child(2) {
    background: #D8E4E4;
}

#footer .wrapper:nth-child(3) {
    background: #F5F3F4;
}

.gras_footer1 {
    font-size: 14px;
    font-family: 'AvenirBlack' !important;
    margin-top: -12px
}

.tel_footer {
    margin-top: -7px;
    line-height: 20px;
}

@media (max-width: 767px) {
    .gras_footer1 {
        font-size: 11px;
    }

    .tel_footer {
        line-height: 13px;
    }

    .footer-link.first-part .row {
        position: relative;
    }

    .footer-link.first-part .ApColumn:last-child {
/*         position: absolute;
        left: 0;
        top: 42px; */
    }
}

.footer-link {
    color: #58585A !important;
    text-transform: uppercase;
    font-family: 'AvenirLight';
    font-size: 14px !important
}

.div_image_footer img {
    width: auto;
    height: auto;
}

.div_image_footer {
    padding-top: 5px;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
}

.span_newslettre {
    font-family: 'AvenirBlack' !important;
}

@media (min-width: 1200px) {
    .links_cms {
        width: 60%;
        padding-top: 25px;
        text-align: center;
    }
}

@media (max-width: 1199px) {
    .links_cms {
        width: 100%;
        padding-top: 25px;
        text-align: center;
    }
}

.links_cms img {
    width: auto !important;
}


@media (min-width: 601px) {
    .footer-link .col-lg-10 {
        padding-left: 5px !important;
    }
}

@media (max-width: 600px) {
    .fondatrice_txt, .fondatrice_img {
        width: 100% !important;
    }
}


.image_parts {
    min-height: 50px;
}

.image_losange_noir {
    margin-right: 7px;
    margin-top: -8px;
/*     width: 29px;
    height: auto; */
}

.top_losange a:hover {
    color: #58585a;
}

.first_in_lookbook h3 {
    margin-top: 60px;
    /*float: left;*/
    margin-left: 14px;
    text-align: left;
}

.span_gras__lookbook {
    float: left;
}

#module-advancedcms-adcms #breadcrumb:after {
    height: 45px;
    width: 100%;
    background: transparent;
    position: absolute;
    content: "";
    display: block;
    /*background-image: url(../img/Frise-loobook.png);*/
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
    margin-top: 15px;
    /*margin-left: -40px;*/

}


.font_Calligraffiti {
    font-family: 'Calligraffiti' !important;
    font-size: 30px !important;
    font-style: italic;
    font-weight: bolder;
    text-transform: capitalize;
}

.font_Friendsdavinci {
    font-family: 'Friendsdavinci' !important;
    font-size: 40px !important;
    text-transform: capitalize;
}

.font_Friendsdavinci2 {
    font-family: 'Friendsdavinci' !important;
    font-size: 36px !important;/* 40px !important; */
    text-transform: initial;
}


.block_lookbook {
    background: #F5F3F4 !important;
    margin-right: 15px;
    max-width: calc(100% - 30px);
}

@media (min-width: 768px) {
    .block_lookbook {
        max-width: 65%;
    }
}

.first_in_lookbook {
    padding-left: 0px !important;
    margin-bottom: 20px;
}

.my_instagram span {
    display: none;
}

.my_instagram:before {
    content: "\f16d";
    background-color: transparent;
    font-family: "FontAwesome";
    width: 40px;
    height: 40px;
    color: #9BC5C3;
    font-size: 35px;
}

.span_gras__lookbook {
    font-weight: bold;
    font-size: 20px;
    font-family: 'AvenirBlack';
}

.p_content_lookbook {
    text-align: justify;
    margin-top: 10px;
}

.p_intagarm3 {
    padding: 25px;
    background: #F5F3F4;
    min-height: 360px;
}

.p_intagarm2::after,
.p_intagarm3::after {
    content: ' ';
    clear: both;
    display: block;
}

.block_lookbook.block_suivi {
    min-height: 167px;
    margin-bottom: 15px;
}

.p_intagarm {
    padding: 25px;
    background: #F5F3F4;
    height: 272px;
    margin-top: 25px;
}

.titre_intagram {
    clear: both;
}


.boutton_slide:hover {
    background-color: #fff !important;
    color: rgb(27, 95, 108) !important;
    border: 1px solid rgb(27, 95, 108) !important;
}

.ApImage {
    position: relative;
}

.home_link_hookbook:hover {
    color: #fff !important;
}

.home_link_hookbook {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 60%;
    background: #9BC4C3;
    border-radius: 40px;
    padding-top: 10px;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 10px;
    display: none;
    font-size: 15px !important;
    font-family: 'AvenirMedium' !important;
}


.ApImage:hover .home_link_hookbook {
    display: block !important;
}


#wishlist-total a {
    background-image: url(../img/Wishlist.png);
    background-size: contain;
    width: 40px;
    height: 40px;
    min-width: 30px;
    min-height: 30px;
    padding: 4px;
	padding-left: 9px;/* added */
    color: transparent;
    content: "";
    padding-bottom: 23px;
    margin-left: 10px;
    margin-right: 3px;
    background-repeat: no-repeat;
}

#wishlist-total {
    width: 42px;
    min-height: 35px;
    padding-top: 3px;
}

#wishlist-total a:hover {
    background-image: url(../img/Wishlist2.png) !important;
    background-size: contain;
    width: 40px;
    height: 40px;
    min-width: 30px;
    min-height: 30px;
    padding: 4px;
	padding-left: 9px;/* added */
    color: transparent;
    content: "";
    padding-bottom: 23px;
    margin-left: 10px;
    margin-right: 3px;
    background-repeat: no-repeat;
}

/*#wishlist-total:hover  .image_hover{
	display:block !important;
	margin-right: 5px;
}
#wishlist-total:hover  .image_classic{
	display:none;
}
*/
@media (min-width: 768px) {
    .liste_prod_in_cat .col-md-4 {
        width: 50% !important;
    }
}


.product-image-container .wishlist a:hover {
    background: transparent !important;
}

.product-image-container .wishlist a {
    color: transparent;
}

.product-image-container .cart a, .product-image-container .cart2 a {
    color: #fff !important;
}

.product-image-container:hover img {
    opacity: 0.5;
}

.product-image-container:hover .cart {
    display: block !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    background: #1A5E6B;
    padding: 10px;
    border-radius: 15px;
    width: 170px;
    /*font-weight: 900;*/
    font-family: 'AvenirLight' !important;
    text-transform: uppercase;
}

.product-image-container .unavailable {
    display: block !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 170px;
    font-weight: 900;
    font-family: 'AvenirLight' !important;
    text-transform: uppercase;
}

.product-image-container .unavailable a {
    color: #58585a;
}

.product-image-container .cart2 a {
    vertical-align: middle;
}

.product-image-container:hover .cart2 {
    display: table !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    background: #1A5E6B;
    padding: 10px;
    border-radius: 15px;
    font-family: 'AvenirLight' !important;
    text-transform: uppercase;
    padding-right: 15px;
    padding-left: 15px;
}

.product-image-container .wishlist {
    position: absolute;
    width: 34px;
    height: 34px;
    /*    bottom: 30px;
    right: 30px;*/
    background-image: url(../img/Wishlist3.png);
    border: none;
    display: none;
	background-size: cover;
}

#search .product-image-container .wishlist {

    bottom: 30px;
    right: 30px;
    display: block;

}

#category .product-image-container .wishlist {
    position: absolute;
    width: 34px;
    height: 34px;
    bottom: 10px;
    right: 10px;
    background-image: url(../img/Wishlist3.png);
    border: none;
}

.product-image-container .wishlist:hover {
    background-image: url(../img/Wishlist2.png) !important;
    background-size: cover;
}


.price-percent-reduction {
    padding: 10px;
    /* background-image: url(../img/solde.png); */
    color: #494b4b !important;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    font-size: 14px !important;
}


.header_category_left h1, .header_category_left h3 {
    margin-left: 20%;
}

.header_category_left {
    text-align: left;
    padding: 25px;
}

.header_category {
    background: #C3CBCD;
    position: relative;
    /*height: 324px;*/
    height: 72px;/* 160px; */
    margin-top: -1px;
	padding-left: 18px;/* added */
}

.my_description_catégories:before {
    height: 45px;
    width: 100%;
    background: transparent;
    position: absolute;
    content: "";
    display: block;
    background-image: url(../img/Frise-loobook.png);
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
    margin-top: -55px;
    margin-left: -40px;

}

.my_description_catégories {
    padding: 25px;
    padding-top: 55px;
    border: 1px solid #b6b5b5;
    margin-top: 25px;
    margin-bottom: 10px;
    clear: both;
}

.header_category_left h1 {
    font-weight: bold;
}

.mon_compte_header:not(#wishlist-total) a {
    padding-left: 5px;
    padding-right: 10px;
}

.navigation_page_en_cours {
    font-size: 14px !important;
    font-family: 'AvenirRoman' !important;
}

.header_category_left h3 {
    font-family: AvenirRoman !important;
    font-size: 36.5px;
    letter-spacing: 4px;
    margin-top: 0px !important;
}

.header_category_left h1 {
    font-family: AvenirLight !important;
    font-size: 36.5px;
    letter-spacing: 4px;
    margin-bottom: 5px !important;
}


.footer-link .col-lg-2 {
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-top: -1px;
}

.latest-blogs .img-responsive {
    width: 100% !important;
}

.block_a_propos, .block_fabrication {
    margin-top: 40px;
}

.block_a_propos_img img, .block_fabrication_img img {
    margin: auto;
}

.block-fabrication-img-txt {
    border: 1px solid #B8B8B8;
    padding: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    clear: both;
}

.text_avenirblack_14 {
    font-family: 'AvenirBlack' !important;
    font-size: 14px;
    text-transform: uppercase;
    padding-bottom: 15px;
    padding-top: 15px;
}

.text_avenirromain_14 {
    font-family: 'AvenirRoman' !important;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 20px;
    text-align: justify;
}

.text_avenirromain_14:last-child {
    margin-bottom: 0 !important;
}

.text_avenirromain_h1 {
    font-family: 'AvenirRoman' !important;
    font-size: 30px;
    text-transform: uppercase;
}

.text_avenirblack_h1 {
    font-family: 'Avenir Black' !important;
    font-size: 25px;
    text-transform: uppercase;
}

.text_top1 {
    color: #696A6C !important;
}

.text_top2 {
    color: #4A4C4B !important;
    font-weight: bold;
}

.mega-col a.has-subhtml {
    display: none !important;
}

/* les slides */

.les_captions .tp-caption:nth-child(1) {
    font-family: 'Friendsdavinci' !important;
    font-size: 70px !important;
    text-transform: none;
}

.tp-caption.text-slide-2 {
    font-family: 'AvenirLight' !important;
    font-size: 30px;
    text-transform: uppercase;
}

.tp-caption.text-slide-3 {
    font-family: 'AvenirLight' !important;
    font-size: 14px;
    text-transform: uppercase;
}

.tp-caption.text-slide-link {
    font-family: 'AvenirMedium' !important;
    font-size: 18px;
    text-transform: uppercase;
}


.meilleur_vente_black {
    font-family: 'AvenirBlack' !important;
    font-size: 22px !important;/* 28px !important; */
    text-transform: uppercase;
}

.meilleur_vente_light {
    font-family: 'AvenirLight' !important;
    font-size: 22px !important;/* 28px !important; */
    text-transform: uppercase;
}

#prouits_s_m .col-md-5 .font_Calligraffiti {
    font-size: 60px !important;
    text-transform: capitalize !important;
}

#prouits_s_m p, .title-top p {
    font-family: 'AvenirLight' !important;
    font-size: 14px !important;    /* font-size: 16px !important; */
}

.fondatrice_txt, .fondatrice_img {
    padding-left: 0px !important;
}

.titre_produits_sm {
    font-size: 21px !important;/* 30px!important */
	font-family: "AvenirLight";/* added */
}

.home-block-pocket h2 {
    font-family: 'AvenirLight' !important;
}

.home-featured .title-top h2 {
    font-family: 'AvenirLight' !important;
}


.footer-copyright {
    font-family: 'AvenirRoman' !important;
    font-size: 10px !important;
}


.footer-link .title_block {
    font-family: 'AvenirBlack' !important;
    font-size: 15px !important;
}

#footer #newsletter_block_left .title_block {
    font-family: 'AvenirLight';
    font-size: 14px !important;
}


.last_elm_footer .title_block {
}


#footer #newsletter_block_left .btn {
    font-family: 'AvenirMedium' !important;
    font-size: 12px !important;
}


.home-comment .block-carousel-container .descript {
    font-family: 'AvenirLight' !important;

}
@media (max-width: 991px) {
	.home-comment .block-carousel-container .descript {
    font-size: 18px !important;
	}
}
@media (min-width: 992px) {
	.home-comment .block-carousel-container .descript {
    font-size: 22px !important;
	}
}



.home-comment .block-carousel-container .title {
    font-family: 'AvenirLight' !important;
		    font-size: 16px !important;
}


.color-list-container {
    display: none !important;
}

.cart_avail .label-success {
    background-color: rgb(27, 95, 108) !important;
}


#instagram_block_container_1 {
    margin-bottom: 50px;
}

#module-advancedcms-adcms #instagram_block_container_1 {
    margin-bottom: 25px;
}

/*
 #instagram_block_container_1 .ins_image_wrap, #instagram_block_container_1 .instagram_list li, #footer #instagram_block_container_1 .instagram_list li{
	max-height: 375px !important;
 }
 .ins_image_wrap.ins_image_wrap:first-child{
     padding-left: 0 !important;
 }
 .ins_image_wrap:last-child {
    padding-right: 0 !important;
}
.ins_image {
    max-height: 375px !important;
}*/
#module-advancedcms-adcms #instagram_block_container_1 {
    margin-bottom: 15px !important;
}

#instagram_block_container_1 .ins_image_wrap, #instagram_block_container_1 .instagram_list li, #footer #instagram_block_container_1 .instagram_list li {
    padding: 0 15px !important;
}

.instagram_con.com_grid_view.row {
    margin-left: -15px !important;
    margin-right: -15px !important;
}

@media (max-width: 767px) {
    #instagram_block_container_1 .ins_image_wrap, #instagram_block_container_1 .instagram_list li, #footer #instagram_block_container_1 .instagram_list li {
        margin-bottom: 15px;
    }
}

.home_link_icon {
    margin-top: -5px;
    margin-right: 5px;
}

.block-fabrication-img-txt h1, .block_cadre_avec_motif h1, .block_cadre_sans_motif h1 {
    /* font-size: 36px !important; */
}

#cadre_losange {
    min-height: 15px;
    min-width: 15px;
    background-image: url(../img/black-diamond-logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    color: transparent;
    margin-left: -25px;
    margin-right: 10px;
}

.sub_title_gras {
    font-size: 16px;/* 18px; */
    font-family: 'AvenirMedium'!important;/* 'AvenirBlack' !important; */
}

.block_cadre_sans_motif {
    border: 1px solid #B8B8B8;
    padding: 36px;
    margin-top: 30px;
    overflow: auto;
}

.block_cadre_avec_motif {
    border: 1px solid #B8B8B8;
    padding: 37px;
    overflow: auto;
}

.notice .block_cadre_avec_motif {
    /*min-height: 380px;*/
}

.notice .block_cadre_sans_motif {
    /*min-height: 527px;*/
}


.history_detail .link-button:hover {
    color: #D8E4E4 !important;
}


.produit_sur_m_txt_right p {
    text-align: justify;
    padding-top: 20px;/* 25px; */
}

.fabrication_block_h p, .fondatrice_txt p {
    font-size: 14px;
	text-align: justify;
}

.fabrication_block_h img {
    width: 100%;
}

.fabrication_block_h {
    padding-right: 0px !important
	;
}


.fondatrice_img {
    padding-right: 0px !important;
    padding-top: 15px
}

.footer-block.first-part {
    padding-top: 5px;
    padding-bottom: 5px;
}

form.formular {
    font-family: 'AvenirLight' !important;
    font-size: 16px !important;
}

#fabriquante .col-lg-4 {
    padding-left: 0px;
}

.press_description h3 {
    font-size: 22px !important;
    margin-top: 0 !important;
    margin-bottom: 5px !important;
}

.press_description {
    padding: 15px;
    min-height: 140px;
    padding-left: 0px;
}

.text-slide-3 div {
    margin-top: -10px !important;
}

.description_product_s_m #desc_prod_p {
    margin-top: 50px;
}

.product_sm_block_info, .product_sm_block_info2, .product_sm_block_info3 {
    border: 1px solid #58585a;
    padding: 25px 25px 10px 25px;
    margin-top: 30px;
}

.description_product_s_m {
    border: 1px solid #58585a;
    padding: 25px;
    padding-top: 0px;
    margin-top: 5%;
}

.description_product_s_m:before {
    height: 45px;
    width: 100%;
    background: transparent;
    position: absolute;
    content: "";
    display: block;
    background-image: url(../img/Frise-loobook.png);
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
    left: 0px;
}


.description_product_s_m #queur {
    text-align: center;
    padding: 25px;
    padding-top: 0px;
}

.product_sm_block_info span:before {
    width: 100%;
    height: 15px;
    background-image: url(../img/triangle.png);
    z-index: 1000;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: -2px;
}

.product_sm_block_info span {
    font-family: 'AvenirBlack' !important;
    font-size: 16px !important;
}

.atouts_s_m {
    font-family: 'AvenirBlack' !important;
    font-size: 20px !important;
    text-transform: uppercase;
}

.atouts_s_m_light {
    text-align: center;
    padding: 25px;
    font-family: 'AvenirLight' !important;
    font-size: 20px !important;
    text-transform: uppercase;
}

#order #breadcrumb:after, #authentication #breadcrumb:after, #my-account #breadcrumb:after, #password #breadcrumb:after, #address #breadcrumb:after,
#history #breadcrumb:after, #order-slip #breadcrumb:after, #order-follow #breadcrumb:after, #addresses #breadcrumb:after,
#identity #breadcrumb:after, #order-follow #breadcrumb:after, #module-blockwishlist-mywishlist #breadcrumb:after,
#address #breadcrumb:after {
    height: 40px;
    width: 150px;
    background: transparent;
    position: absolute;
    content: "";
    display: block;
    background-image: url(../img/Top-Header--Frise.png);
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
    top: 75px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    background-size: contain;
}

#history .page-heading, #order-slip .page-heading, #order-follow .page-heading, #addresses .page-heading, #address .page-subheading,
#identity .page-heading, #order-follow .page-heading, #module-blockwishlist-mywishlist .page-heading {
    text-align: center;
    padding-top: 35px;
    font-size: 30px;
}

#identity .page-subheading {
    margin-top: 60px;
}

#my-account #breadcrumb::after, #order #breadcrumb::after {
    top: 74px;
}

#history #breadcrumb::after, #address #breadcrumb::after,
#order-slip #breadcrumb::after, #order-follow #breadcrumb::after, #addresses #breadcrumb::after,
#identity #breadcrumb::after, #order-follow #breadcrumb::after, #module-blockwishlist-mywishlist #breadcrumb::after {
    margin-top: 36px;
    top: unset;
}

#password #breadcrumb:after {
    margin-top: -3px;
}

#order #breadcrumb, #authentication #breadcrumb, #my-account #breadcrumb, #password #breadcrumb, #address #breadcrumb {
    margin-bottom: 30px;
    position: relative;
}

#my-account .footer_links .pull-left {
    float: none !important;
}

#my-account .footer_links {
    text-align: center;
}

#order h1, #my-account h1 {
    text-align: center;
    color: #494b4b !important;
}

#authentication .submit button {
    text-transform: uppercase;
    float: left;
}

#authentication #create-account_form .form-group {
    height: 172px;
}

#authentication .submit .pull-right.required {
    display: none !important;
}

#authentication h1,
#address h1 {
    text-align: center !important;
    color: #494b4b !important;
    font-family: 'AvenirRoman' !important;
}

.losange_commande {
    width: 100%;
    height: 12px;
    background-image: url(../img/Losange-gris-50.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 12px;
}

#order .alert-warning {
    background-color: #f0f6f6 !important;
    border-color: #f0f6f6 !important;
    color: #58585a !important;
    text-transform: uppercase;
}

#SubmitLogin {
    margin-top: 10px;
}

#authentication form .submit {
    text-align: center;
}

.account_creation .form-group:last-child {
    display: none;
}

#form_forgotpassword p.submit {
    margin-top: 45px
}


#password section.columns-container h1 {
    margin-bottom: 28px;
}

#password section.columns-container {
    padding-top: 25px;
}

.mes_links_centree .col-lg-6 {
    margin: auto;
    float: none !important;
}

.img_info_compte {
    float: left;
    padding-top: 6px;
    padding-left: 5px;
}

.my_retour_to_compte, .mes_btn_form_adress .submit2 {
    margin-top: 25px;
}

.mes_btn_form_adress .footer_links {
    margin-top: 36px;
}

#identity h1 {
    margin-top: 25px;
    text-align: center;
}

.lgcookieslaw_btn-close img {
    width: 21px;
    height: 21 px;/* 21 ppx */
}

.lgcookieslaw_message p {
    font-family: 'AvenirLight' !important;
    font-size: 11px !important;
}

.fabrication_fr_header img {
    margin-left: 5px;
}


.cat-desc {
    text-align: justify;
}

.my_compte_header {
    width: 40px;
    height: 40px;
    background-image: url(../img/Mon-compte.png);
    float: right;
    background-position: center right;
    background-repeat: no-repeat;
    padding-top: 9px;
    background-size: contain;
	margin-left: 12px; /* added */
}

.my_compte_header_p {
    height: 34px;
    line-height: 34px;
}

.my_compte_header:hover {
    width: 40px;
    height: 40px;
    background-image: url(../img/Mon-compte2.png);
    float: right;
    background-position: center right;
    background-repeat: no-repeat;
    padding-top: 9px;
    background-size: contain;
}

#top_press h1 {
    text-align: center;
}

#module-advancedcms-adcms #top_press {
    display: block !important;
    background: #EEEAEB;
    padding: 30px;
    position: relative;
}

#top_press h1 {
    text-align: center;
    padding-top: 32px;
    margin-top: 0px;
}

#module-advancedcms-adcms #top_press2 {
    display: block !important;
    background: #F5F3F4;
    padding: 0px;/* 30px; */
    margin-bottom: 20px;/* 40px; */

}


#top_press:before {
    height: 40px;
    width: 150px;
    background: transparent;
    position: absolute;
    content: "";
    display: block;
    background-image: url(../img/Top-Header--Frise.png);
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
    top: 17px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    background-size: contain;
}

@media (min-width: 768px) {
    .megamenu li .dropdown-menu .col-sm-2 {
        width: 20% !important;
        float: inherit !important;
        display: inline-flex !important;
    }

    .megamenu li .dropdown-menu .nb-cols-6 .col-sm-2 {
        width: 16% !important;
    }

    .megamenu li .dropdown-menu .nb-cols-7 .col-sm-1 {
        width: 14.2% !important;
    }
}

.megamenu li .dropdown-menu .dropdown-menu-inner {
    text-align: center !important;
}

.megamenu li:nth-child(2) .dropdown-menu .dropdown-menu-inner {
    /*max-width:870px;*/
    margin: auto;
}

#leo-megamenu .col-sm-1, #leo-megamenu .col-sm-2, #leo-megamenu .col-sm-3, #leo-megamenu .col-sm-4 {
    padding-right: 5px !important;
    padding-left: 5px !important;
}


@media screen and (min-width: 768px) {
    .first_image_ic2 img {
        width: 30px !important;
    }

    .first_image_ic img {
        width: 27px !important;
        margin-top: -8px;
    }
}

.mes_points_de_vente {
    padding: 60px;
    border: 1px solid #58585A;
    margin-top: 50px;
    position: relative;
}


.mes_points_de_vente h1 {
    text-align: center;
}

.mes_points_de_vente:before {
    height: 40px;
    width: 150px;
    background: transparent;
    position: absolute;
    content: "";
    display: block;
    background-image: url(../img/Top-Header--Frise.png);
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
    top: 18px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    background-size: contain;
}

.cart-prices-line span:not([class]) {
    padding-right: 5px;
}

.tp-caption.text-slide-3 {
    margin-top: -20px !important;
}


#notice_de_pose h1 {
    margin-bottom: 23px !important;
    margin-top: 18px !important;
}


#form1 sup {
    color: #be9c2e !important;
}

#form1 #recaptcha_div1 {
    display: inline-block;
}

.etapes_sur_mesure {
    background: #f5f3f3;
    padding: 30px 30px 0px 30px;
    margin-bottom: 30px;
    margin-top: -1px;
}

.etapes_sur_mesure .col-lg-3 {
    text-align: center;
}

.etapes_sur_mesure .container {
/*     padding-left: 10%; */
    padding-right: 10%;
}

@media (min-width: 992px) {
.etapes_sur_mesure img {
    margin-top: 15px;
	}
}

@media (max-width: 991px) {
	.etapes_sur_mesure img {
	margin-top: 5px;
	}
}


.etapes_sur_mesure .losange1 {
    width: 100%;
    height: 25px;
    background-image: url(../img/Losange-gris-50.png);
    z-index: 1000;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 25px;
    padding: 20px;
}

.etapes_sur_mesure .losange2 {
    width: 100%;
    height: 25px;
    background-image: url(../img/Losange-couleu.png);
    z-index: 1000;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 25px;
    padding: 20px;
}

.etap_sm {
    font-family: 'AvenirBlack' !important;
    text-transform: uppercase;
    color: #494b4b;
    font-size: 18px;
}

.etap_sm2 {
	display: block;
    font-family: 'AvenirLight' !important;
    text-transform: uppercase;
    color: #494b4b;
    font-size: 18px;
}

#category .etapes_sur_mesure .col-lg-3:nth-child(2) {
    opacity: 1;
}

#category .etapes_sur_mesure .col-lg-3:nth-child(3), #category .etapes_sur_mesure .col-lg-3:nth-child(4) {
    opacity: 0.5;
}

#order .cart_quantity .form-control:focus, #order .cart_quantity .form-control {
    border-color: transparent;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;

}

#HOOK_PAYMENT div > div {
    float: right;
}

.product-image-container li.new-box {
    float: left;
    margin-left: 20px;
    margin-bottom: 5px;
}

.lgcookieslaw_banner > form a.lgcookieslaw_btn {

    line-height: 9px;
    width: auto;
    font-size: 10px;
    text-transform: capitalize;
}

.new-box {
    float: left;
}

/*#leo-megamenu .navbar-nav > li.dropdown:hover > a::after,*/
/*#leo-megamenu .navbar-nav > li.dropdown.active:nth-child(3) > a::after{display: none !important;}*/
@media (max-width: 480px) {
    .header_category_left {
        margin: 0;
        padding: 0 !important;

    }

    .header_category {
/*         height: auto !important; */
    }

    .header_category_left {
        float: none !important;
        position: static !important;
    }

    .header_category_left h1 {
        font-family: AvenirLight !important;
        font-size: 15px;
        /*margin-top: 39px;*/
        margin-top: 0;
        padding: 39px 0;
    }
}

@media (max-width: 640px) and (min-width: 481px) {

    .header_category {
/*         height: 160px !important; */
    }

    .header_category_left {
        margin: 0;
        padding: 0 !important;

    }

    .header_category_left h1 {
        font-family: AvenirLight !important;
        font-size: 22px;
        margin-top: 70px;
    }

}

.cms_title2 {
    font-size: 14px;
    font-family: 'AvenirBlack';
}

.img1-1 {
    margin-bottom: 30px !important;
}

.img1-3 {
    margin-bottom: 21px !important;
}

.block1-1 {
    max-height: 270px !important;
}

#advanced_cms_wrapper_1 > .row:nth-child(3), #advanced_cms_wrapper_1 > .row:nth-child(4), #advanced_cms_wrapper_1 > .row:nth-child(6) {
    margin-bottom: 15px
}

#advanced_cms_wrapper_1 > .row:nth-child(5) {
    margin-bottom: 11px;
}

#advanced_cms_wrapper_1 > .row:nth-child(7) {
    margin-left: 0px;
}

#contact #form1 {
    padding-top: 0px;
}

#contact .multiform {
    margin-top: 0px;
}

#contact #frm-1 > .rte {
    display: none;

}

#contact .field-3 .simpletext,
#contact .field-4 .simpletext,
#contact .field-5 .simpletext,
#contact .field-6 .simpletext,
.img-top {
    text-align: center;
}

#contact .img_losange {
    width: 12px;
}

#contact .field-1 > .title-simple {
    display: none;

}

.alert.alert-success:before, .alert.alert-danger:before {
    font-family: "FontAwesome";
    content: "\f057";
    font-size: 20px;
    vertical-align: -2px;
    padding-right: 7px;
    float: right;
    cursor: pointer;
}

.lookbook_desc {
    text-align: justify;
	letter-spacing: normal;/* added */
	margin-top: 25px;
}

#newsletter-input {
    font-size: 15px;
}

#Send {
    background: #9BC5C3;
    height: 36px;
    border: 1px solid transparent;
    padding: 0 25px;
    border-radius: 18px;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;

}

.field-10 textarea {
    margin: 0 auto !important;
}

#form1 > div.field-1,
#form1 > div.field-2,
#form1 > div.field-3,
#form1 > div.field-4,
#form1 > div.field-5 {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    /*#leo-megamenu .navbar-nav > li:nth-child(1) > a ,*/
    #leo-megamenu .navbar-nav > li:nth-child(3) > a {
        /*desactiver le clique en css*/
        cursor: default;
        pointer-events: none;
    }
}

@media (max-width: 1000px) and (min-width: 767px) {

    #leo-megamenu span.hasicon img, #leo-megamenu a img {
        display: none;
    }

    #leo-megamenu .col-sm-1, #leo-megamenu .col-sm-2, #leo-megamenu .col-sm-3, #leo-megamenu .col-sm-4 {
        width: 100% !important;
    }

    #leo-megamenu .dropdown-menu li a {
        background: transparent;
    }

    .navbar-header .navbar-toggle {
        top: 0 !important;
    }

    .navbar-nav > li:nth-child(2) .dropdown-menu {
        padding-left: 23% !important;

    }

    .navbar-nav > li:nth-child(3) .dropdown-menu {
        padding-left: 55% !important;
    }

    #leo-megamenu .navbar-nav > li > a {
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .top_losange .text_avenirromain_14.text_top1, .top_losange .text_avenirblack_14.text_top2 {
        display: none;
    }

    .fabrication_fr_header span {
        display: none;
    }

    .text_avenirromain_14.text_top1, .text_avenirblack_14.text_top2 {
        font-size: 11px;
    }

    .fabrication_fr_header {
        float: right;
        margin-right: 20px;
    }

    .top_losange {
        float: left;
        margin-left: 20px;
    }

    .header-center #header_logo {
        width: 100%;
        text-align: center;
    }

    .wrapper .container.image_listing_homepage {
        display: none;
    }

    .home-block-pocket a {
/*         font-size: 13px !important; */
    }

/*     .home-featured .ApImage img {
        opacity: 1 !important;
    } */

    .fondatrice_txt {
        padding-left: 0px;
		padding-right: 0px;		
    }

    #fabriquante {
        padding: 0;
    }

/*     .block-carousel-image-container.image .title {
        display: none;
    }
 */
    .owl-theme .owl-controls {
        display: none !important;
    }

    .container.links_cms {
        display: none;
    }

    #footer #newsletter_block_left .block_content {
        padding: 3px 0 0 !important;
    }

    .home-comment .owl-carousel {
        height: 350px;
    }

    .block_service, .block_paiement, .block_livraison, .block_farication {
        font-size: 11px;
    }

    .cmd_nianace2 {
        padding: 25px 0 25px;
/*        text-align: center;*/
    }

    .cmd_nianace a, .cmd_nianace2 a {
        font-size: 9px;
    }



    #old_price_display {
        font-size: 25px !important;
        padding-left: 23px;
    }

    .content_prices #reduction_percent {
        margin-left: 25px;
        font-size: 18px !important;
    }

    .content_prices p span {
        font-size: 25px;
    }

    #leo-megamenu .navbar-nav > li.dropdown.active:nth-child(1) > a::after {
        display: none;
    }

    #leo-top-menu-mobile {
        padding-left: 30px;
        background: #F5F3F4;
    }

    #leo-megamenu span.hasicon img, #leo-megamenu a img {
        display: none;
    }

    #leo-megamenu .dropdown-menu li a {
        background: transparent !important;
    }

    /*.mega-col .inner ul{float: left;}*/
    #leo-megamenu .dropdown-menu li a {
        padding-top: 0;
    }

    .lgcookieslaw_banner {
        display: none;
    }

    .block-fondatrice {
        padding: 0 !important;
    }

/*     .description_product_s_m {
        display: none;
    }
 */
    .header_category_right {
        display: none;
    }

/*     .product_sm_block_info3 {
        display: none;
    }
 */
    .dropdown-backdrop {
        display: none;
    }

    .navbar-nav.megamenu {
        margin: 0;
        padding-top: 15px;
    }

    #leo-megamenu .dropdown-menu {
        background: #F5F3F4;
    }

    #leo-megamenu .navbar-nav > li.dropdown:hover > a::after, #leo-megamenu .navbar-nav > li.dropdown.active:nth-child(3) > a::after {
        display: none !important;
    }

    #leo-megamenu .dropdown-menu li a {
        text-align: left !important;
    }

    #leo-megamenu .navbar-nav > li > a {
        font-family: 'AvenirBlack';
        height: 35px;
        line-height: 23px;
        padding-left: 3px;

    }

    .parent.dropdown.category_site.open .dropdown-menu-inner .mega-col:last-child li {
        margin: 0 !important;
		
    }
	


    #leo-megamenu .dropdown-menu {
        padding-top: 0px;
    }

    .image_losange_noir {
        margin-top: -5px;
    }

    .home-comment .block-carousel-container .descript {
        font-size: 18px !important;
    }

    .block.block_carousel.exclusive.appagebuilder {
        height: 235px;
		margin-bottom: 80px;
    }

    #newsletter-input {
        font-size: 12px;
    }

    #header_content .top > .wrapper:nth-child(1) {
/*         display: none; */
    }

    .sub_les_captions {
        display: none;
    }

    .iview-controlNav.iview-bullet {
        display: none;
    }

    .meilleur_vente_light, .titre_produits_sm, .home-featured .title-top h2, #prouits_s_m h2,
    #prouits_s_m h2, .meilleur_vente_black {
        font-size: 20px !important;
    }

    #prouits_s_m h2 {
        padding-top: 0px;
    }

    .produit_sur_m_txt_right p {
        padding-top: 0;
    }

    .font_Friendsdavinci2 {
        font-size: 36px !important;
    }

    .fabrication_block_h {
        margin-top: 25px;
		margin-bottom:25px;
    }

    .carousel-control {
        display: none;
    }


}

@media (min-width: 814px) and (max-width: 997px) {
    .home-comment .owl-theme .owl-controls .owl-buttons {
        bottom: 0 !important;
    }
}

@media (min-width: 768px) {
    #leo-top-menu-mobile {
        display: none !important;
    }
}

@media (max-width: 320px) {
    .home-block-pocket a {
        font-size: 11px !important;
    }
}

.price-percent-reduction {
    background: #be9c2e;
    border-radius: 50%;
    margin-left: 5px;
    padding: 0;
    height: 40px;
    width: 40px;
    line-height: 41px;
    font-size: 15px;
    text-align: center;
    color: #fff !important;

}

.category-17 .etapes_sur_mesure .col-lg-3:nth-child(1),
.category-18 .etapes_sur_mesure .col-lg-3:nth-child(1),
.category-19 .etapes_sur_mesure .col-lg-3:nth-child(1) {
    opacity: 0.5;
}

#category .category-17 .etapes_sur_mesure .col-lg-3:nth-child(2),
#category .category-18 .etapes_sur_mesure .col-lg-3:nth-child(2),
#category .category-19 .etapes_sur_mesure .col-lg-3:nth-child(2) {
    opacity: 1;
}

.titre_matiere > p {
    display: none;
}

/* .desc_matiere {
    margin: 0 !important;
    padding: 0 !important;
    margin-top: -7px !important;

} */

.product_sm_block_info31 {
    padding: 0 !important;
    margin-top: 35px;
}

.no_accessories {
    /*padding-bottom: 60px !important;*/
    /*padding-bottom: 10px !important;*/
}

.block_a_propos_txt .rte {
    overflow: auto;
}

#contact .page-heading.bottom-indent {
    text-align: center;
}

#contact .formular textarea {
    width: 324px;
    height: 150px;
}

#authentication #breadcrumb::after {
    top: 74px;
}

.block_sur_mesure {
    margin-top: 100px;
}

#blockproductscategory .old-price.product-price {
    font-size: 20px !important;
}

.home-comment .block-carousel-container .descript {
    height: 65px;
}

.home-comment .owl-theme .owl-controls .owl-buttons {
    bottom: 0 !important;
}

.block-fabrication-img-txt, .block_fabrication_txt .rte {
    overflow: auto;
}

.block-text {
    background: #F5F3F4;
    height: 270px;
    padding: 15px;
    text-align: justify;
}

@media (min-width: 768px) {
    .block_suivi {
        width: calc(66.667% - 28px) !important;
    }
}

.block_suivi {
    margin-left: 14px;
    margin-right: 14px;
}

.alert-danger {
    background-color: #f2d99c;
    border-color: #f2d99c;
    color: #be9c2e;
}

#address_delivery .address_title #picFinalColissimo {
    display: none;
}

.dim_text_spec {
    color: #1A5E6B;
    font-family: 'AvenirBlack';
}

.sd-unit {
    display: none !important;
}

#sd_dimensions input[type="number"] {
    border: medium none;
    font-size: 14px;/* 10px; */
    text-align: center;
    text-transform: unset !important;
    width: 85px;
}

.first_in_lookbook h3 {
    font-family: "avenirblack";
    font-size: 18px;
    font-weight: bold;
}

.bankwire span {
    display: none;
}

@media (min-width: 768px) {
    .col-lg-4.col-md-4.col-sm-4.col-xs-6:nth-child(3n+1) {
        clear: both;
    }
}

@media (max-width: 767px) {
    .col-lg-4.col-md-4.col-sm-4.col-xs-6:nth-child(2n+1) {
        clear: both;
    }
}

@media (min-width: 768px) {
    .product_sm_block_info36 {
        display: none;
    }

}

@media (max-width: 768px) {
    .page-heading.product-listing {
        font-size: 20px !important;
/*         width: 265px !important; */
    }
}

#page .advanced-cms-wrapper .bloc-categorie .rte p {
    float: none;
}


.advanced-cms-wrapper .rte br {
    line-height: 0;
    height: 0;
    display: block;
}


/* Tooltipster */
.tooltipster-sidetip .tooltipster-content {
    font-weight: bold;
}


/* CLS Homepage */
.home-slider {
    padding-top: 35.41%;
    position: relative;
}
.home-slider > .row {
    background: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + 30px);
    height: 100%;
}
@media (max-width: 767px) {
    .home-slider {
        padding-top: 66.67%;
    }
}

/* CLS Lookbook */
.instagram-feed {
    height: 246px;
}
@media (max-width: 1199px) {
    .instagram-feed {
        height: 206px;
    }
}
@media (max-width: 991px) {
    .instagram-feed {
        height: 162px;
    }
}
@media (max-width: 767px) {
    .instagram-feed {
/*         padding-top: 58.36%;
        position: relative; */
		height: 294px;
    }
    .instagram-feed #instagram-feed-carousel {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }
}

/* AJOUTS */

#leo-megamenu .navbar-nav > li > a {
    padding-left: 15px!important;
    padding-right: 15px!important;
}

.menu_nouveautes .has-category  {
	color: #aa895e!important;
}

.menu_fin-de-series .has-category {
	color: #aa895e!important;
}

.menu_lookbook .has-category{
	color: #759492!important;
}

.menu_societe .has-category{
	color: #759492!important;
}

#leo-megamenu .caret {
	display:none!important;
}

#leo-megamenu .navbar-nav > li > a:hover, #leo-megamenu .navbar-nav > li > a:focus, #leo-megamenu .navbar-nav > li > a:active {
	color:#000000!important;
    background-color: #f0f6f6;
}


#leo-megamenu .dropdown-menu li a:hover {
	background-color : #f0f6f6;
}

/* Couleurs sous-menus */
#leo-megamenu .dropdown:hover > .dropdown-menu {
	background-color : transparent;
}

#leo-megamenu .col-sm-1, #leo-megamenu .col-sm-2, #leo-megamenu .col-sm-3, #leo-megamenu .col-sm-4 {
	background-color: #f5f3f4;
	padding-top: 5px;
	padding-bottom: 5px;	
	top: -10px;-/* 21px; */
	box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}

/* Position sous-menus */

/* .megamenu li .dropdown-menu .dropdown-menu-inner {
	text-align : center!important; */
	
.megamenu .menu_nouveautes .dropdown-menu .dropdown-menu-inner {
	text-align : left!important;
}

.megamenu .menu_fin-de-series .dropdown-menu .dropdown-menu-inner {
	text-align : left!important;
}

/* Crédences */
.megamenu .menu_categories_1 .dropdown-menu .dropdown-menu-inner {
	text-align : left!important;
}
/* PP */
.megamenu .menu_categories_2 .dropdown-menu .dropdown-menu-inner {
	text-align : left!important;
}
/* Adhésifs */
.megamenu .menu_categories_3 .dropdown-menu .dropdown-menu-inner {
	text-align : center!important;
}
.megamenu .menu_categories_3 .dropdown-menu .dropdown-menu-inner .row.nb-cols-1 .mega-col.col-sm-2.col-1 {
	right:9%;
}

/* Tapis */
.megamenu .menu_categories_4 .dropdown-menu .dropdown-menu-inner {
	text-align : center!important;
}
 .megamenu .menu_categories_4 .dropdown-menu .dropdown-menu-inner .row.nb-cols-2 {
	margin-right:-13%;
}

/* CMV */
.megamenu .menu_categories_5 .dropdown-menu .dropdown-menu-inner {
	text-align : right!important;
}
 .megamenu .menu_categories_5 .dropdown-menu .dropdown-menu-inner .row.nb-cols-1 .mega-col.col-sm-2.col-1 {
	right:17%;
}

/* STV */
.megamenu .menu_categories_6 .dropdown-menu .dropdown-menu-inner {
	text-align : right!important;
}

.megamenu .menu_lookbook .dropdown-menu .dropdown-menu-inner {
	text-align : right!important;
}
 .megamenu .menu_lookbook .dropdown-menu .dropdown-menu-inner .row.nb-cols-2 {
	margin-right:-10%;
}

.megamenu .menu_societe .dropdown-menu .dropdown-menu-inner {
	text-align : right!important;
}

.dropdown-menu {
	-webkit-box-shadow: none;
	box-shadow :none;
}

/* HOME PAGE */

/* Correction alignement textes */
.ApHtml.block .text_avenirblack_14 {
	padding-top: 0px;
}

.top .wrapper {
	background-color: #f0f6f6;
}

#cart > a {
	line-height: 39px;
}

/* Slogan */
.header_slogan {
	font-family: Friendsdavinci;
	font-size: 19.5px;
	text-transform: none;
	padding-top: 12px;
	color: #7c7c7b;
}

/* #header_logo img.logo {
        margin-top: -10px;
		margin-bottom: -65px;
    } */


.header_logo img {
        margin-top: -10px;
		margin-bottom: -65px;
		
    }

#Header-logo {
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
}

#Header-left {
	padding-right: 0px;
}

#Header-right {
	padding-left: 0px;
	padding-top: 3px;
}


@media (max-width: 991px) {
	.header_slogan {
	display: none;
	}

	.hasicon span.menu-title {
		min-height: 0px;
	}
	
	.fabrication_block_h img {
	margin-top: -20px!important;
	}
	
	.Made_in_France img {
	padding-bottom: 0px!important;
	}
	
	.titre_produits_sm {
	text-align: center;
	}
	
}


@media (max-width: 767px) {
	.fabrication_fr_header, .top_losange {
		display:none;
	}
	
	#Header-logo img {
		margin-left: -40px;
	}
	
	#Header-right {
	padding-top: 22px;
	}
	
	.footer-link.container.footer-block {
		padding-left: 30px;
	}
	
}


@media (max-width: 480px) {
	#linez {
/* 		background-color: #f2f0f1!important; */
	}
	
	#first_line {
		display: inline-block!important;
 		padding-top: 8px;
	}
	
	#pdts_sur_mesure a {
	margin-left: 0px!important;
	margin-right: 0px!important;
	}
	
	.breadcrumb .navigation_page, .breadcrumb a {
        font-size: 10px;
    }
	
	#breadcrumb {
		        font-size: 10px!important;
	}
	
/* 	#Header-logo img {
		max-width: 120%;
	} */

	.home-comment .block-carousel-container .descript {
		height: 90px;
	}
	
}

.accentuation {
	display: inline-block;
 	margin-left: -10px;
	vertical-align: sub;
}

 .lookbook_titre {
	margin-top: -15px;
}

.lookbook_desc {
/* 	padding-top: 18px; */
}

#meilleur_ventes_titre h3 {
	margin-top: 30px;
	margin-bottom: 0px;
}

#prouits_s_m .ApHtml {
	padding-top: 18px;
}

.block-fondatrice .titre_produits_sm {
	letter-spacing: 0.25px;
}

.fondatrice_txt {
	padding-top: 18px;
}

.fabrication_block_h .titre_produits_sm {
	letter-spacing: 1px;
}

.fabrication_block_h img {
	padding: 10px;
	margin-top: 32px;

}

#fabriquante.row.ApRow.has-bg.bg-fullwidth-container {
	padding-bottom: 0px;
}

.Made_in_France img {
	padding-bottom: 30px;
}

	.fabrication_txt {
	padding-bottom: 30px;
	padding-top: 18px;
	}
	
/* #pdts_sur_mesure a {
	display: block;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 50px;
	margin-right: 50px;
	text-align: center;
} */



#pdts_sur_mesure p {
padding-top: 0px;
}

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

#leo-megamenu .menu-content h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: AvenirLight;
}

.menu_accent {
	color: #759492;
}

.presse_desc {
	padding-top: 20px;
}

.presse_date {

}

#breadcrumb .container {
	width: auto;
}

.btn.btn-outline.addToWishlist {
	background-color: transparent;
}

/* Correction layout des blocs footer */
#blockLink-form_7995373469336064 {
	min-height: 220px;
}

.block_service, .block_paiement, .block_livraison, .block_farication {
	padding-right: 0px!important;
}

.footer-link.container.footer-block.first-part {
	padding-right: 0px!important;
}

.footer-link.container.footer-block.first-part .ApColumn {
	padding-right: 0px;
}

.footer-link.container.footer-block.first-part .ApHtml.block .col-xs-2.div_image_footer {
	width: 36px;
}

/* Suppression retour ligne menu "Tapis vinyle standard" pour les phones */
@media (max-width: 1000px) {
	.retour_ligne {
		display: none;
	}
}

/* Navigation à facettes */

/* #layered_block_left a {
	font-family: AvenirLight;
} */

#layered_block_left .h4.title_block {
	display: none;
}

#enabled_filters {
	display:none;
}

#layered_block_left ul li input.checkbox {
	bottom: -1.25px;
}

.lien-position-motif {

	margin-top: 15px;
}
.lien-position-motif .btn-blanc-strong button {
		display: inline-block;
}

#docs-internal-guid-58eae0f7-ce7d-9f2c-ada2-b6a9ea67af3c {
	font-family:"AvenirBlack";
	font-size: 20px;
}

#liens_adhesifs_meubles {
	font-weight:700;
	text-align: center!important;
}

.advanced-cms-wrapper .page-subheading {
	margin-top: 25px;
}

.etapes_sur_mesure img {
	margin-bottom: 36px;
}

.etap_sm2 {
	margin-top: 8px;
}


@media (min-width: 481px) and (max-width: 767px) {
    .footer-link:not(.first-part) .row .col-lg-3 {
        min-height: 246px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .footer-link:not(.first-part) .row .col-lg-3 {
        min-height: 261px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
.footer-link .title_block {
	padding-top: 15px;
	}
}

/* Home page */

@media (min-width: 992px) and (max-width: 1199px) {
.home_hidden p {
display:none;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
.home_tendance_hidden {
display:none;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
.home_sm_hidden {
display:none;
	}
}

@media (min-width: 1200px) {
#pdts_sur_mesure #prouits_s_m .ApHtml.block img {
margin-top:50px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
#pdts_sur_mesure #prouits_s_m .ApHtml.block img {
margin-top:100px;
	}
}
@media (max-width: 991px) {
#pdts_sur_mesure #prouits_s_m .home_sm_img {
display:grid;
justify-content:center;
margin-top:15px;
	}
}
@media (min-width: 1200px) {
#pdts_sur_mesure #prouits_s_m {
margin-bottom:22px
	}
}

#fabriquante #prouits_s_m {
    display:flex;
	justify-content:center;
}
.home_sm_txt {
	margin-top:25px;
}

.madeinfrance_txt {
	margin-top:25px;
	margin-bottom:40px;
}



@media (min-width: 992px) {
#fabriquante #prouits_s_m img {
	margin-bottom:45px;
	}
}
@media (max-width: 991px) {
		.Made_in_France {
		margin-bottom:55px;
		margin-top:-40px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.Made_in_France {
		margin-top:70px;
	}
}




@media (max-width: 767px) {
#fabriquante #prouits_s_m .fabrication_block_h {
	margin-top:-15px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
#fabriquante #prouits_s_m .block-fondatrice .accentuation {
margin-left:175px;
	}
}

.tendance_img img{
	margin-bottom:0px!important;
}