/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

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

body {
    margin: 0
}

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

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

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

[hidden],
template {
    display: none
}

a {
    background: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

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

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

small {
    font-size: 80%
}

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

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

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

pre {
    overflow: auto
}

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

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

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

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

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

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

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

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

td,
th {
    padding: 0
}


/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
    font-family: 'GillSansMTStd-Book';
    src: url('../fonts/2E3BDB_0_0.eot');
    src: url('../fonts/2E3BDB_0_0.eot?#iefix') format('embedded-opentype'), url('../fonts/2E3BDB_0_0.woff') format('woff'), url('../fonts/2E3BDB_0_0.woff') format('woff'), url('../fonts/2E3BDB_0_0.ttf') format('truetype');
}

@font-face {
    font-family: 'FontAwesome';
    src: url("../fonts/fontawesome-webfont.eot?v=4.1.0");
    src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.1.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.1.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%
}

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

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

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

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

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

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

.fa-ul>li {
    position: relative
}

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

.fa-li.fa-lg {
    left: -1.85714286em
}

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

.pull-right {
    float: right
}

.pull-left {
    float: left
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
    color: #ffffff
}

.fa-glass:before {
    content: "\f000"
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e"
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9"
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-square:before,
.fa-pied-piper:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}


/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020
}

.fancybox-skin {
    position: relative;
    background-color: #ffffff;
    color: #ffffff;
    text-shadow: none
}

.fancybox-opened {
    z-index: 8030
}

.fancybox-outer,
.fancybox-inner {
    position: relative
}

.fancybox-inner {
    overflow: hidden
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap
}

.fancybox-image,
.fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%
}

#fancybox-loading {
    background-image: url("../../assets/images/fancybox_sprite.png")
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url("../../assets/images/fancybox_loading.gif") center center no-repeat
}

.fancybox-close {
    position: fixed;
    top: 107px;
    right: 65px;
    width: 14px;
    height: 16px;
    cursor: pointer;
    display: block;
    z-index: 8040;
    background-image: url("../../assets/images/close.svg");
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in;
    transition: opacity 0.5s ease-in
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url("../../assets/images/blank.gif");
    -webkit-tap-highlight-color: transparent;
    z-index: 8040
}

.fancybox-prev {
    left: -220px
}

.fancybox-next {
    right: -220px
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden
}

.fancybox-prev span {
    background-image: url("../../assets/images/prev.svg");
    height: 43px;
    width: 23px;
    left: 10px
}

.fancybox-next span {
    background-image: url("../../assets/images/next.svg");
    height: 43px;
    width: 23px;
    right: 10px
}

.fancybox-nav:hover span {
    visibility: visible
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important
}

.fancybox-lock {
    overflow: hidden !important;
    width: auto
}

.fancybox-lock body {
    overflow: hidden !important
}

.fancybox-lock-test {
    overflow-y: hidden !important
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background-color: #FFFFFF;
    margin: 90px 50px 65px 50px
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll
}

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050
}

.fancybox-opened .fancybox-title {
    visibility: visible
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff
}

.fancybox-title-inside-wrap {
    padding-top: 10px
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, 0.8)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
    #fancybox-loading {
        background-image: url("../../assets/images/fancybox_sprite@2x.png");
        background-size: 44px 152px
    }
    #fancybox-loading div {
        background-image: url("../../assets/images/fancybox_loading@2x.gif");
        background-size: 24px 24px
    }
}

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: none
}

.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none
}

@font-face {
    font-family: 'flexslider-icon';
    src: url("../fonts/flexslider-icon.eot");
    src: url("../fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("../fonts/flexslider-icon.woff") format("woff"), url("../fonts/flexslider-icon.ttf") format("truetype"), url("../fonts/flexslider-icon.svg#flexslider-icon") format("svg");
    font-weight: normal;
    font-style: normal
}

.flexslider {
    margin: 0;
    padding: 0
}

.flexslider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden
}

.flexslider .slides img {
    width: 100%;
    display: block
}

.flex-pauseplay span {
    text-transform: capitalize
}

.slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

html[xmlns] .slides {
    display: block
}

* html .slides {
    height: 1%
}

.no-js .slides>li:first-child {
    display: block
}

.flexslider {
    margin: 0 0 0px;
    background: transparent;
    border: 0px;
    position: relative;
    zoom: 1
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}

.loading .flex-viewport {
    max-height: 300px
}

.flexslider .slides {
    zoom: 1
}

.carousel li {
    margin-right: 5px
}

.flex-direction-nav {
    *height: 0
}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.flex-direction-nav .flex-prev {
    left: -50px
}

.flex-direction-nav .flex-next {
    right: -50px;
    text-align: right
}

.flexslider:hover .flex-prev {
    opacity: 0.7;
    left: 10px
}

.flexslider:hover .flex-next {
    opacity: 0.7;
    right: 10px
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1
}

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default
}

.flex-direction-nav a:before {
    font-family: "flexslider-icon";
    font-size: 40px;
    display: inline-block;
    content: '\f001'
}

.flex-direction-nav a.flex-next:before {
    content: '\f002'
}

.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000
}

.flex-pauseplay a:before {
    font-family: "flexslider-icon";
    font-size: 20px;
    display: inline-block;
    content: '\f004'
}

.flex-pauseplay a:hover {
    opacity: 1
}

.flex-pauseplay a.flex-play:before {
    content: '\f003'
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center
}

.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline
}

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    border-radius: 20px;
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3)
}

.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, 0.7)
}

.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    cursor: default
}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden
}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0
}

.flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer
}

.flex-control-thumbs img:hover {
    opacity: 1
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default
}

@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px
    }
    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px
    }
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    opacity: 0.8;
    filter: alpha(opacity=80)
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 94%;
    height: 89.3%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
    margin: 90px 3% 65px 3%
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 10px
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    display: inline-block;
    vertical-align: top;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
    margin-top: 30px
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #CCC
}

.mfp-preloader a:hover {
    color: #FFF
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100)
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

.mfp-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 14px;
    height: 16px;
    cursor: pointer;
    display: block;
    z-index: 8040;
    font-size: 0px;
    background-color: transparent;
    background-image: url("../../assets/images/close.svg");
    border: 0px
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }
    .mfp-img-mobile {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75)
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.mfp-ie7 .mfp-img {
    padding: 0
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px
}

.mfp-ie7 .mfp-container {
    padding: 0
}

.mfp-ie7 .mfp-content {
    padding-top: 44px
}

.mfp-ie7 {
    top: 0;
    right: 0;
    padding-top: 0
}

@font-face {
    font-family: 'CalibreLight';
    src: url("../../fonts/project/CalibreLight.eot");
    src: url("../../fonts/project/CalibreLight.eot") format("embedded-opentype"), url("../../fonts/project/CalibreLight.woff2") format("woff2"), url("../../fonts/project/CalibreLight.woff") format("woff"), url("../../fonts/project/CalibreLight.ttf") format("truetype"), url("../../fonts/project/CalibreLight.svg#CalibreLight") format("svg")
}

@font-face {
    font-family: 'CalibreRegular';
    src: url("./../fonts/project/CalibreRegular.eot");
    src: url("./../fonts/project/CalibreRegular.eot") format("embedded-opentype"), url("./../fonts/project/CalibreRegular.woff2") format("woff2"), url("./../fonts/project/CalibreRegular.woff") format("woff"), url("./../fonts/project/CalibreRegular.ttf") format("truetype"), url("./../fonts/project/CalibreRegular.svg#CalibreRegular") format("svg")
}

@font-face {
    font-family: 'CalibreMedium';
    src: url("./../fonts/project/CalibreMedium.eot");
    src: url("./../fonts/project/CalibreMedium.eot") format("embedded-opentype"), url("./../fonts/project/CalibreMedium.woff2") format("woff2"), url("./../fonts/project/CalibreMedium.woff") format("woff"), url("./../fonts/project/CalibreMedium.ttf") format("truetype"), url("./../fonts/project/CalibreMedium.svg#CalibreMedium") format("svg")
}

.container {
    width: 94%;
    max-width: 1440px;
    margin: 0 auto
}

.clear {
    display: block;
    clear: both
}

.row {
    width: 101.388888889%;
    margin-left: -0.684931506849%
}

[class*="col-"] {
    float: left;
    margin: 0 0.684931506849%;
    min-height: 1px
}

.col-1 {
    width: 8.6301369863%
}

.col-2 {
    width: 18.6301369863%
}

.col-3 {
    width: 28.6301369863%
}

.col-4 {
    width: 38.6301369863%
}

.col-5 {
    width: 48.6301369863%
}

.col-6 {
    width: 58.6301369863%
}

.col-7 {
    width: 68.6301369863%
}

.col-8 {
    width: 78.6301369863%
}

.col-9 {
    width: 88.6301369863%
}

.col-10 {
    width: 98.6301369863%
}

.col-10 .row {
    width: 101.388888889%;
    margin-left: -0.694444444444%
}

.col-10 [class*="col-"] {
    margin: 0 0.684931506849%
}

.col-10 .col-10 {
    width: 98.6301369863%
}

.col-10 .col-9 {
    width: 88.6301369863%
}

.col-10 .col-8 {
    width: 78.6301369863%
}

.col-10 .col-7 {
    width: 68.6301369863%
}

.col-10 .col-6 {
    width: 58.6301369863%
}

.col-10 .col-5 {
    width: 48.6301369863%
}

.col-10 .col-4 {
    width: 38.6301369863%
}

.col-10 .col-3 {
    width: 28.6301369863%
}

.col-10 .col-2 {
    width: 18.6301369863%
}

.col-10 .col-1 {
    width: 8.6301369863%
}

.col-9 .row {
    width: 101.545595054%;
    margin-left: -0.772797527048%
}

.col-9 [class*="col-"] {
    margin: 0 0.76103500761%
}

.col-9 .col-9 {
    width: 98.4779299848%
}

.col-9 .col-8 {
    width: 87.3668188737%
}

.col-9 .col-7 {
    width: 76.2557077626%
}

.col-9 .col-6 {
    width: 65.1445966514%
}

.col-9 .col-5 {
    width: 54.0334855403%
}

.col-9 .col-4 {
    width: 42.9223744292%
}

.col-9 .col-3 {
    width: 31.8112633181%
}

.col-9 .col-2 {
    width: 20.700152207%
}

.col-9 .col-1 {
    width: 9.58904109589%
}

.col-8 .row {
    width: 101.742160279%;
    margin-left: -0.871080139373%
}

.col-8 [class*="col-"] {
    margin: 0 0.856164383562%
}

.col-8 .col-8 {
    width: 98.2876712329%
}

.col-8 .col-7 {
    width: 85.7876712329%
}

.col-8 .col-6 {
    width: 73.2876712329%
}

.col-8 .col-5 {
    width: 60.7876712329%
}

.col-8 .col-4 {
    width: 48.2876712329%
}

.col-8 .col-3 {
    width: 35.7876712329%
}

.col-8 .col-2 {
    width: 23.2876712329%
}

.col-8 .col-1 {
    width: 10.7876712329%
}

.col-7 .row {
    width: 101.996007984%;
    margin-left: -0.998003992016%
}

.col-7 [class*="col-"] {
    margin: 0 0.978473581213%
}

.col-7 .col-7 {
    width: 98.0430528376%
}

.col-7 .col-6 {
    width: 83.7573385519%
}

.col-7 .col-5 {
    width: 69.4716242661%
}

.col-7 .col-4 {
    width: 55.1859099804%
}

.col-7 .col-3 {
    width: 40.9001956947%
}

.col-7 .col-2 {
    width: 26.614481409%
}

.col-7 .col-1 {
    width: 12.3287671233%
}

.col-6 .row {
    width: 102.336448598%;
    margin-left: -1.16822429907%
}

.col-6 [class*="col-"] {
    margin: 0 1.14155251142%
}

.col-6 .col-6 {
    width: 97.7168949772%
}

.col-6 .col-5 {
    width: 81.0502283105%
}

.col-6 .col-4 {
    width: 64.3835616438%
}

.col-6 .col-3 {
    width: 47.7168949772%
}

.col-6 .col-2 {
    width: 31.0502283105%
}

.col-6 .col-1 {
    width: 14.3835616438%
}

.col-5 .row {
    width: 102.816901408%;
    margin-left: -1.40845070423%
}

.col-5 [class*="col-"] {
    margin: 0 1.3698630137%
}

.col-5 .col-5 {
    width: 97.2602739726%
}

.col-5 .col-4 {
    width: 77.2602739726%
}

.col-5 .col-3 {
    width: 57.2602739726%
}

.col-5 .col-2 {
    width: 37.2602739726%
}

.col-5 .col-1 {
    width: 17.2602739726%
}

.col-4 .row {
    width: 103.546099291%;
    margin-left: -1.77304964539%
}

.col-4 [class*="col-"] {
    margin: 0 1.71232876712%
}

.col-4 .col-4 {
    width: 96.5753424658%
}

.col-4 .col-3 {
    width: 71.5753424658%
}

.col-4 .col-2 {
    width: 46.5753424658%
}

.col-4 .col-1 {
    width: 21.5753424658%
}

.col-3 .row {
    width: 104.784688995%;
    margin-left: -2.39234449761%
}

.col-3 [class*="col-"] {
    margin: 0 2.28310502283%
}

.col-3 .col-3 {
    width: 95.4337899543%
}

.col-3 .col-2 {
    width: 62.100456621%
}

.col-3 .col-1 {
    width: 28.7671232877%
}

.col-2 .row {
    width: 107.352941176%;
    margin-left: -3.67647058824%
}

.col-2 [class*="col-"] {
    margin: 0 3.42465753425%
}

.col-2 .col-2 {
    width: 93.1506849315%
}

.col-2 .col-1 {
    width: 43.1506849315%
}

.col-1 .row {
    width: 115.873015873%;
    margin-left: -7.93650793651%
}

.col-1 [class*="col-"] {
    margin: 0 6.84931506849%
}

.col-1 .col-1 {
    width: 86.301369863%
}

@media (max-width: 1024px) {
    .tablet-col-1 {
        width: 8.6301369863%
    }
    .tablet-col-2 {
        width: 18.6301369863%
    }
    .tablet-col-3 {
        width: 28.6301369863%
    }
    .tablet-col-4 {
        width: 38.6301369863%
    }
    .tablet-col-5 {
        width: 48.6301369863%
    }
    .tablet-col-6 {
        width: 58.6301369863%
    }
    .tablet-col-7 {
        width: 68.6301369863%
    }
    .tablet-col-8 {
        width: 78.6301369863%
    }
    .tablet-col-9 {
        width: 88.6301369863%
    }
    .tablet-col-10 {
        width: 98.6301369863%
    }
    .tablet-col-10 .row {
        width: 101.388888889%;
        margin-left: -0.694444444444%
    }
    .tablet-col-10 [class*="col-"] {
        margin: 0 0.684931506849%
    }
    .tablet-col-10 .tablet-col-10 {
        width: 98.6301369863%
    }
    .tablet-col-10 .tablet-col-9 {
        width: 88.6301369863%
    }
    .tablet-col-10 .tablet-col-8 {
        width: 78.6301369863%
    }
    .tablet-col-10 .tablet-col-7 {
        width: 68.6301369863%
    }
    .tablet-col-10 .tablet-col-6 {
        width: 58.6301369863%
    }
    .tablet-col-10 .tablet-col-5 {
        width: 48.6301369863%
    }
    .tablet-col-10 .tablet-col-4 {
        width: 38.6301369863%
    }
    .tablet-col-10 .tablet-col-3 {
        width: 28.6301369863%
    }
    .tablet-col-10 .tablet-col-2 {
        width: 18.6301369863%
    }
    .tablet-col-10 .tablet-col-1 {
        width: 8.6301369863%
    }
    .tablet-col-9 .row {
        width: 101.545595054%;
        margin-left: -0.772797527048%
    }
    .tablet-col-9 [class*="col-"] {
        margin: 0 0.76103500761%
    }
    .tablet-col-9 .tablet-col-9 {
        width: 98.4779299848%
    }
    .tablet-col-9 .tablet-col-8 {
        width: 87.3668188737%
    }
    .tablet-col-9 .tablet-col-7 {
        width: 76.2557077626%
    }
    .tablet-col-9 .tablet-col-6 {
        width: 65.1445966514%
    }
    .tablet-col-9 .tablet-col-5 {
        width: 54.0334855403%
    }
    .tablet-col-9 .tablet-col-4 {
        width: 42.9223744292%
    }
    .tablet-col-9 .tablet-col-3 {
        width: 31.8112633181%
    }
    .tablet-col-9 .tablet-col-2 {
        width: 20.700152207%
    }
    .tablet-col-9 .tablet-col-1 {
        width: 9.58904109589%
    }
    .tablet-col-8 .row {
        width: 101.742160279%;
        margin-left: -0.871080139373%
    }
    .tablet-col-8 [class*="col-"] {
        margin: 0 0.856164383562%
    }
    .tablet-col-8 .tablet-col-8 {
        width: 98.2876712329%
    }
    .tablet-col-8 .tablet-col-7 {
        width: 85.7876712329%
    }
    .tablet-col-8 .tablet-col-6 {
        width: 73.2876712329%
    }
    .tablet-col-8 .tablet-col-5 {
        width: 60.7876712329%
    }
    .tablet-col-8 .tablet-col-4 {
        width: 48.2876712329%
    }
    .tablet-col-8 .tablet-col-3 {
        width: 35.7876712329%
    }
    .tablet-col-8 .tablet-col-2 {
        width: 23.2876712329%
    }
    .tablet-col-8 .tablet-col-1 {
        width: 10.7876712329%
    }
    .tablet-col-7 .row {
        width: 101.996007984%;
        margin-left: -0.998003992016%
    }
    .tablet-col-7 [class*="col-"] {
        margin: 0 0.978473581213%
    }
    .tablet-col-7 .tablet-col-7 {
        width: 98.0430528376%
    }
    .tablet-col-7 .tablet-col-6 {
        width: 83.7573385519%
    }
    .tablet-col-7 .tablet-col-5 {
        width: 69.4716242661%
    }
    .tablet-col-7 .tablet-col-4 {
        width: 55.1859099804%
    }
    .tablet-col-7 .tablet-col-3 {
        width: 40.9001956947%
    }
    .tablet-col-7 .tablet-col-2 {
        width: 26.614481409%
    }
    .tablet-col-7 .tablet-col-1 {
        width: 12.3287671233%
    }
    .tablet-col-6 .row {
        width: 102.336448598%;
        margin-left: -1.16822429907%
    }
    .tablet-col-6 [class*="col-"] {
        margin: 0 1.14155251142%
    }
    .tablet-col-6 .tablet-col-6 {
        width: 97.7168949772%
    }
    .tablet-col-6 .tablet-col-5 {
        width: 81.0502283105%
    }
    .tablet-col-6 .tablet-col-4 {
        width: 64.3835616438%
    }
    .tablet-col-6 .tablet-col-3 {
        width: 47.7168949772%
    }
    .tablet-col-6 .tablet-col-2 {
        width: 31.0502283105%
    }
    .tablet-col-6 .tablet-col-1 {
        width: 14.3835616438%
    }
    .tablet-col-5 .row {
        width: 102.816901408%;
        margin-left: -1.40845070423%
    }
    .tablet-col-5 [class*="col-"] {
        margin: 0 1.3698630137%
    }
    .tablet-col-5 .tablet-col-5 {
        width: 97.2602739726%
    }
    .tablet-col-5 .tablet-col-4 {
        width: 77.2602739726%
    }
    .tablet-col-5 .tablet-col-3 {
        width: 57.2602739726%
    }
    .tablet-col-5 .tablet-col-2 {
        width: 37.2602739726%
    }
    .tablet-col-5 .tablet-col-1 {
        width: 17.2602739726%
    }
    .tablet-col-4 .row {
        width: 103.546099291%;
        margin-left: -1.77304964539%
    }
    .tablet-col-4 [class*="col-"] {
        margin: 0 1.71232876712%
    }
    .tablet-col-4 .tablet-col-4 {
        width: 96.5753424658%
    }
    .tablet-col-4 .tablet-col-3 {
        width: 71.5753424658%
    }
    .tablet-col-4 .tablet-col-2 {
        width: 46.5753424658%
    }
    .tablet-col-4 .tablet-col-1 {
        width: 21.5753424658%
    }
    .tablet-col-3 .row {
        width: 104.784688995%;
        margin-left: -2.39234449761%
    }
    .tablet-col-3 [class*="col-"] {
        margin: 0 2.28310502283%
    }
    .tablet-col-3 .tablet-col-3 {
        width: 95.4337899543%
    }
    .tablet-col-3 .tablet-col-2 {
        width: 62.100456621%
    }
    .tablet-col-3 .tablet-col-1 {
        width: 28.7671232877%
    }
    .tablet-col-2 .row {
        width: 107.352941176%;
        margin-left: -3.67647058824%
    }
    .tablet-col-2 [class*="col-"] {
        margin: 0 3.42465753425%
    }
    .tablet-col-2 .tablet-col-2 {
        width: 93.1506849315%
    }
    .tablet-col-2 .tablet-col-1 {
        width: 43.1506849315%
    }
    .tablet-col-1 .row {
        width: 115.873015873%;
        margin-left: -7.93650793651%
    }
    .tablet-col-1 [class*="col-"] {
        margin: 0 6.84931506849%
    }
    .tablet-col-1 .tablet-col-1 {
        width: 86.301369863%
    }
}

@media (max-width: 480px) {
    .phone-col-1 {
        width: 8.6301369863%
    }
    .phone-col-2 {
        width: 18.6301369863%
    }
    .phone-col-3 {
        width: 28.6301369863%
    }
    .phone-col-4 {
        width: 38.6301369863%
    }
    .phone-col-5 {
        width: 48.6301369863%
    }
    .phone-col-6 {
        width: 58.6301369863%
    }
    .phone-col-7 {
        width: 68.6301369863%
    }
    .phone-col-8 {
        width: 78.6301369863%
    }
    .phone-col-9 {
        width: 88.6301369863%
    }
    .phone-col-10 {
        width: 98.6301369863%
    }
    .phone-col-10 .row {
        width: 101.388888889%;
        margin-left: -0.694444444444%
    }
    .phone-col-10 [class*="col-"] {
        margin: 0 0.684931506849%
    }
    .phone-col-10 .phone-col-10 {
        width: 98.6301369863%
    }
    .phone-col-10 .phone-col-9 {
        width: 88.6301369863%
    }
    .phone-col-10 .phone-col-8 {
        width: 78.6301369863%
    }
    .phone-col-10 .phone-col-7 {
        width: 68.6301369863%
    }
    .phone-col-10 .phone-col-6 {
        width: 58.6301369863%
    }
    .phone-col-10 .phone-col-5 {
        width: 48.6301369863%
    }
    .phone-col-10 .phone-col-4 {
        width: 38.6301369863%
    }
    .phone-col-10 .phone-col-3 {
        width: 28.6301369863%
    }
    .phone-col-10 .phone-col-2 {
        width: 18.6301369863%
    }
    .phone-col-10 .phone-col-1 {
        width: 8.6301369863%
    }
    .phone-col-9 .row {
        width: 101.545595054%;
        margin-left: -0.772797527048%
    }
    .phone-col-9 [class*="col-"] {
        margin: 0 0.76103500761%
    }
    .phone-col-9 .phone-col-9 {
        width: 98.4779299848%
    }
    .phone-col-9 .phone-col-8 {
        width: 87.3668188737%
    }
    .phone-col-9 .phone-col-7 {
        width: 76.2557077626%
    }
    .phone-col-9 .phone-col-6 {
        width: 65.1445966514%
    }
    .phone-col-9 .phone-col-5 {
        width: 54.0334855403%
    }
    .phone-col-9 .phone-col-4 {
        width: 42.9223744292%
    }
    .phone-col-9 .phone-col-3 {
        width: 31.8112633181%
    }
    .phone-col-9 .phone-col-2 {
        width: 20.700152207%
    }
    .phone-col-9 .phone-col-1 {
        width: 9.58904109589%
    }
    .phone-col-8 .row {
        width: 101.742160279%;
        margin-left: -0.871080139373%
    }
    .phone-col-8 [class*="col-"] {
        margin: 0 0.856164383562%
    }
    .phone-col-8 .phone-col-8 {
        width: 98.2876712329%
    }
    .phone-col-8 .phone-col-7 {
        width: 85.7876712329%
    }
    .phone-col-8 .phone-col-6 {
        width: 73.2876712329%
    }
    .phone-col-8 .phone-col-5 {
        width: 60.7876712329%
    }
    .phone-col-8 .phone-col-4 {
        width: 48.2876712329%
    }
    .phone-col-8 .phone-col-3 {
        width: 35.7876712329%
    }
    .phone-col-8 .phone-col-2 {
        width: 23.2876712329%
    }
    .phone-col-8 .phone-col-1 {
        width: 10.7876712329%
    }
    .phone-col-7 .row {
        width: 101.996007984%;
        margin-left: -0.998003992016%
    }
    .phone-col-7 [class*="col-"] {
        margin: 0 0.978473581213%
    }
    .phone-col-7 .phone-col-7 {
        width: 98.0430528376%
    }
    .phone-col-7 .phone-col-6 {
        width: 83.7573385519%
    }
    .phone-col-7 .phone-col-5 {
        width: 69.4716242661%
    }
    .phone-col-7 .phone-col-4 {
        width: 55.1859099804%
    }
    .phone-col-7 .phone-col-3 {
        width: 40.9001956947%
    }
    .phone-col-7 .phone-col-2 {
        width: 26.614481409%
    }
    .phone-col-7 .phone-col-1 {
        width: 12.3287671233%
    }
    .phone-col-6 .row {
        width: 102.336448598%;
        margin-left: -1.16822429907%
    }
    .phone-col-6 [class*="col-"] {
        margin: 0 1.14155251142%
    }
    .phone-col-6 .phone-col-6 {
        width: 97.7168949772%
    }
    .phone-col-6 .phone-col-5 {
        width: 81.0502283105%
    }
    .phone-col-6 .phone-col-4 {
        width: 64.3835616438%
    }
    .phone-col-6 .phone-col-3 {
        width: 47.7168949772%
    }
    .phone-col-6 .phone-col-2 {
        width: 31.0502283105%
    }
    .phone-col-6 .phone-col-1 {
        width: 14.3835616438%
    }
    .phone-col-5 .row {
        width: 102.816901408%;
        margin-left: -1.40845070423%
    }
    .phone-col-5 [class*="col-"] {
        margin: 0 1.3698630137%
    }
    .phone-col-5 .phone-col-5 {
        width: 97.2602739726%
    }
    .phone-col-5 .phone-col-4 {
        width: 77.2602739726%
    }
    .phone-col-5 .phone-col-3 {
        width: 57.2602739726%
    }
    .phone-col-5 .phone-col-2 {
        width: 37.2602739726%
    }
    .phone-col-5 .phone-col-1 {
        width: 17.2602739726%
    }
    .phone-col-4 .row {
        width: 103.546099291%;
        margin-left: -1.77304964539%
    }
    .phone-col-4 [class*="col-"] {
        margin: 0 1.71232876712%
    }
    .phone-col-4 .phone-col-4 {
        width: 96.5753424658%
    }
    .phone-col-4 .phone-col-3 {
        width: 71.5753424658%
    }
    .phone-col-4 .phone-col-2 {
        width: 46.5753424658%
    }
    .phone-col-4 .phone-col-1 {
        width: 21.5753424658%
    }
    .phone-col-3 .row {
        width: 104.784688995%;
        margin-left: -2.39234449761%
    }
    .phone-col-3 [class*="col-"] {
        margin: 0 2.28310502283%
    }
    .phone-col-3 .phone-col-3 {
        width: 95.4337899543%
    }
    .phone-col-3 .phone-col-2 {
        width: 62.100456621%
    }
    .phone-col-3 .phone-col-1 {
        width: 28.7671232877%
    }
    .phone-col-2 .row {
        width: 107.352941176%;
        margin-left: -3.67647058824%
    }
    .phone-col-2 [class*="col-"] {
        margin: 0 3.42465753425%
    }
    .phone-col-2 .phone-col-2 {
        width: 93.1506849315%
    }
    .phone-col-2 .phone-col-1 {
        width: 43.1506849315%
    }
    .phone-col-1 .row {
        width: 115.873015873%;
        margin-left: -7.93650793651%
    }
    .phone-col-1 [class*="col-"] {
        margin: 0 6.84931506849%
    }
    .phone-col-1 .phone-col-1 {
        width: 86.301369863%
    }
}

p,
li,
td,
th {
    line-height: 1.75em
}

a:hover,
a:focus {
    outline: none;
    text-decoration: none
}

.no-underline {
    text-decoration: none
}

.no-underline:hover {
    text-decoration: underline
}

hr {
    border: 0 none;
    background: #e2e2e2;
    height: 1px;
    display: block;
    margin: 20px 0
}

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

.alignright {
    float: right;
    margin-left: 20px
}

.alignleft {
    float: left;
    margin-right: 20px
}

.aligncenter {
    float: left;
    margin: 0 auto
}

.fade-show {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s 0.25s linear, opacity 0.25s 0s linear;
    transition: visibility 0s 0.25s linear, opacity 0.25s 0s linear
}

.fade-show.active {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.25s 0s linear;
    transition: opacity 0.25s 0s linear
}

.ir {
    display: block;
    text-indent: -999em;
    overflow: hidden;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
    font-size: 0;
    line-height: 0
}

input.ir {
    border: 0 none;
    background: none
}

.hl {
    padding: 0;
    margin: 0;
    list-style: none;
    display: block;
    position: relative
}

.hl>li {
    float: left;
    display: block;
    margin: 0;
    padding: 0
}

.hl>li.fr {
    float: right
}

.hl:before,
.hl:after {
    content: "";
    display: table;
    line-height: 0
}

.hl:after {
    clear: both
}

.bl {
    padding: 0;
    margin: 0;
    list-style: none;
    display: block;
    position: relative
}

.bl>li {
    display: block;
    margin: 0;
    padding: 0;
    float: none
}

img.fw {
    width: 100%
}

[class^="sprite-"],
[class*=" sprite-"] {
    display: block;
    width: 16px;
    height: 16px;
    float: left;
    background: url(../images/sprite.png);
    margin: 0
}

.visible {
    display: block;
    visibility: visible
}

.hidden {
    display: none;
    visibility: visible
}

.fl {
    float: left
}

.fr {
    float: right
}

.fn {
    float: none
}

.al {
    text-align: left
}

.ar {
    text-align: right
}

.ac {
    text-align: center
}

@media (max-width: 768px) {
    .tablet-visible {
        display: block
    }
    .tablet-hidden {
        display: none
    }
    .tablet-hl {
        padding: 0;
        margin: 0;
        list-style: none;
        display: block;
        position: relative
    }
    .tablet-hl>li {
        float: left;
        display: block;
        margin: 0;
        padding: 0
    }
    .tablet-hl>li.fr {
        float: right
    }
    .tablet-bl {
        padding: 0;
        margin: 0;
        list-style: none;
        display: block;
        position: relative
    }
    .tablet-bl>li {
        display: block;
        margin: 0;
        padding: 0;
        float: none
    }
    .tablet-fl {
        float: left
    }
    .tablet-fr {
        float: right
    }
    .tablet-fn {
        float: none
    }
    .tablet-al {
        text-align: left
    }
    .tablet-ar {
        text-align: right
    }
    .tablet-ac {
        text-align: center
    }
    .tablet-margin {
        margin-top: 20px !important
    }
}

@media (max-width: 480px) {
    .phone-visible {
        display: block
    }
    .phone-hidden {
        display: none
    }
    .phone-hl {
        padding: 0;
        margin: 0;
        list-style: none;
        display: block;
        position: relative
    }
    .phone-hl>li {
        float: left;
        display: block;
        margin: 0;
        padding: 0
    }
    .phone-hl>li.fr {
        float: right
    }
    .phone-bl {
        padding: 0;
        margin: 0;
        list-style: none;
        display: block;
        position: relative
    }
    .phone-bl>li {
        display: block;
        margin: 0;
        padding: 0;
        float: none
    }
    .phone-fl {
        float: left
    }
    .phone-fr {
        float: right
    }
    .phone-fn {
        float: none
    }
    .phone-al {
        text-align: left
    }
    .phone-ar {
        text-align: right
    }
    .phone-ac {
        text-align: center
    }
    .phone-margin {
        margin-top: 20px !important
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    [class^="sprite-"],
    [class*=" sprite-"] {
        background-image: url(../images/sprite@2x.png);
        background-size: 500px 500px
    }
}

* {
    padding: 0px;
    margin: 0px
}

html,
body {
    display: inline;
    height: 100%;
    background-color: #EFEFEF;
    font-family: CalibreRegular, Helvetica, Arial, "Lucida Grande", sans-serif
}

.page-wrap:after {
    content: "";
    display: block
}

.page-footer,
.page-wrap:after {
    height: 39px
}

.page-container {
    margin-top: 120px;
    padding: 15px
}

.header-container {
    width: 97%;
    max-width: 1444px;
    margin: 0 auto
}

.footer-container {
    width: 80%;
    max-width: 1190px;
    margin: 0 auto
}

.container {
    width: 100%;
    max-width: 1189px;
    margin: 0 auto
}

.page-footer {
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 37px;
    z-index: 1044;
    background: rgba(239, 239, 239, 0.9);
    padding-top: 15px
}

.page-footer .copyright {
    font-size: 10px;
    letter-spacing: 1px
}

p,
li,
td,
th {
    font-family: CalibreRegular, Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 19px;
    color: #000000;
    letter-spacing: 1.3px;
    line-height: 24px;
    font-weight: 100;
    margin-bottom: 20px
}

a {
    color: #000;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent
}

a:hover,
a:focus {
    outline: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: .10s;
    transition: .10s
}

.no-underline {
    text-decoration: none
}

.no-underline:hover {
    text-decoration: underline
}

hr {
    border: 0 none;
    background: #e2e2e2;
    height: 1px;
    display: block;
    margin: 20px 0
}

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

#logo img {
    margin: 0 auto
}

.bg-logo {
    position: fixed;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -99;
    top: 15%
}

.line {
    background-image: url("../images/dot.png");
    background-repeat: repeat-x;
    height: 2.3px;
    margin-bottom: 37px;
    margin-top: 39px
}

.site-information {
    padding-bottom: 0px
}

.no-margin {
    margin: 0px;
    width: 100%
}

.mobile-bag {
    display: none
}

.close-show {
    opacity: 1
}

#denim-care h1,
#contact h1,
#fitting h1,
#other h1 {
    font-size: 20px;
    color: #000000;
    letter-spacing: 4px;
    line-height: 23px;
    font-family: CalibreRegular, Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 100
}

#denim-care a,
#contact a,
#fitting a,
#other a {
    border-bottom: 1px solid
}

#denim-care a:hover,
#contact a:hover,
#fitting a:hover,
#other a:hover {
    border-bottom: 0px solid
}

.container-popup {
    margin-left: 2%
}

.container-popup .fitting-img {
    max-width: 1173px;
    width: 100%
}

.mfp-wrap {
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateZ(0)
}

html.mfp-helper {
    height: 100%;
    overflow: scroll !important
}

html.mfp-helper body {
    overflow: scroll;
    height: 100%;
    -webkit-transform: translateZ(0)
}

.popup {
    overflow-y: hidden
}

.mfp-fade.mfp-bg {
    opacity: 0
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 1;
    background: rgba(239, 239, 239, 0.9)
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0
}

.videowrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0
}

.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.img-hover {
    opacity: 1;
    display: inline-block;
    width: auto
}

.img-hover:hover {
    opacity: 0.8;
    -webkit-transition: .50s;
    transition: .50s
}

.no-bg {
    background: none;
    -webkit-transition: .50s;
    transition: .50s
}

.container-popup ul {
    padding-left: 15px
}

.container-popup ul li {
    margin-bottom: 10px;
    list-style-image: url("../../assets/images/line.svg")
}

.page-id-829 p.coming {
    font-family: CalibreMedium, Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 24px;
    color: #000000;
    letter-spacing: 3.7px;
    line-height: 29px;
    padding-top: 20%
}

.mobile-bag {
    display: none !important
}

.coupon-container {
    float: left;
    padding-top: 4px;
    padding-top: 20px !important
}

.coupon-container .coupon-button {
    padding: 10px 0px 14px 0px !important;
    color: #1A1718 !important;
    font-size: 13px !important;
    font-weight: 100 !important;
    letter-spacing: 4px !important;
    -webkit-font-smoothing: antialiased
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
    float: left;
    box-sizing: border-box;
    border: 0px solid #d3ced2 !important;
    padding: 10px 6px 2px;
    margin: 0 4px 0 0;
    outline: 0;
    line-height: 1;
    font-size: 14px;
    text-transform: uppercase
}

.coupon-button {
    padding: 10px 0px 14px 0px !important
}

.woocommerce-cart table.cart td.actions .coupon {
    width: 39% !important;
    float: left
}

#coupon_code {
    font-size: 13px !important
}

.woocommerce-cart .actions {
    padding-bottom: 0px !important
}

.woocommerce-cart .cart-collaterals {
    padding-top: 10px
}

.ex-padding-right {
    padding-right: 3%
}

.ex-padding-left {
    padding-left: 3%
}

ul.footer li {
    margin-bottom: 0px
}

.ex-padding {
    padding-bottom: 100px
}

.page-id-139 .footer li:nth-child(2)>a {
    border-bottom: 1px solid #000000
}

.copyright-footer {
    padding-bottom: 80px;
    font-size: 12px;
    letter-spacing: 1px;
    padding-right: 3px
}

.page-id-829 .copyright-footer {
    display: none
}

.woocommerce-cart .copyright-footer {
    display: none
}

.page-id-829 h2.conditions {
    display: none
}

.woocommerce-checkout h2.conditions {
    display: none
}

.page-wrap ul {
    padding-left: 15px
}

.page-wrap ul li {
    margin-bottom: 10px;
    list-style-image: url("../../assets/images/line.svg")
}

.bag-icon {
    background-image: url("../../assets/images/bag.svg");
    width: 22px;
    height: 25px;
    cursor: pointer;
    display: block;
    opacity: 1;
    background-size: 22px;
    position: relative;
}

.cart-contents {
    position: absolute;
    font-size: 15px !important;
    top: 9.4px;
    left: 7px;
    font-family: CalibreMedium, Helvetica, Arial, "Lucida Grande", sans-serif
}

.mobile-show {
    display: none
}

.mobile-hide {
    display: inline-block
}

.flexslider li {
    list-style: none
}

.flex-direction-nav li {
    list-style: none
}

ul.flex-direction-nav li {
    list-style: none
}

.flex-control-nav {
    bottom: -40px !important;
    max-width: 920px;
    position: absolute;
    text-align: center;
    width: 100%
}

ul.social-icons {
    display: none;
    position: absolute;
    left: 0px;
    top: 200px;
    width: 27px;
    overflow: overlay
}

ul.social-icons li {
    list-style: none;
    padding-bottom: 0px;
    margin-bottom: 20px
}

ul.social-icons li a {
    text-decoration: none !important;
    border-bottom: 0px !important
}

ul.social-icons li a:hover {
    text-decoration: none !important;
    border-bottom: 0px !important
}

.home ul.social-icons {
    display: block
}

.instagram {
  background-image: url(../../assets/images/insta.svg);
  width: 27px;
  height: 27px;
  background-size: 27px;
  cursor: pointer;
  display: block;
  opacity: 1;
}

.twitter {
  background-image: url(../../assets/images/twitter.svg);
  width: 28px;
  height: 23px;
  background-size: 30px;
  cursor: pointer;
  display: block;
  opacity: 1;
}

.facebook {
  background-image: url(../../assets/images/facebook.svg);
  width: 21px;
  height: 28px;
  background-size: 26px;
  cursor: pointer;
  display: block;
  opacity: 1;
}

.flexslider {
    margin: 0 auto;
    z-index: 10
}

.flexslider {
    margin: 0;
    padding: 0;
    margin-bottom: 60px
}

.flexslider .slides>li {
    text-align: center;
    display: none;
    -webkit-backface-visibility: hidden
}

.flexslider .slides li.flex-active-slide img {
    text-align: center;
    width: auto;
    border-radius: 0;
    box-shadow: 0;
    -webkit-box-shadow: 0;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2)
}

.flexslider ul {
    padding-left: 0px !important
}

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    border-radius: 20px;
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: none;
    border: 2px solid #000;
    background: transparent
}

.block-container {
    padding-bottom: 70px;
    display: block;
    padding-top: 30px
}

.img-container {
    position: relative
}

.text-overlay {
    position: absolute;
    top: 45%;
    left: 0;
    text-align: center;
    width: 100%
}

h2.lead-title {
    font-size: 80px;
    color: #FFFFFF;
    letter-spacing: 4px;
    line-height: 70px;
    margin-bottom: 20px;
    margin-top: 10px
}

h3.sub-text {
    font-size: 40px;
    color: #FFFFFF;
    letter-spacing: 0.8px;
    line-height: 48px
}

.image-layout {
    position: relative
}

.text-box {
    max-width: 472px;
    padding-top: 15px;
    text-align: left
}

.text-box p {
    font-size: 20px;
    color: #000000;
    letter-spacing: 1px;
    line-height: 23px
}

.three-image-layout {
    position: relative;
    min-height: 722px
}

.three-layout-img-1 {
    position: absolute;
    bottom: 0px;
    max-width: 272px
}

.three-layout-img-2 {
    position: absolute;
    top: 0px;
    left: 26%;
    z-index: 1;
    max-width: 417px
}

.text-full-inner {
    padding-top: 15px;
    max-width: 550px;
    font-size: 20px;
    color: #000000;
    letter-spacing: 1px;
    line-height: 23px
}

.three-layout-img-3 {
    position: absolute;
    top: 162px;
    right: 0px;
    max-width: 564px
}

.text-layout {
    position: relative
}

.text-layout .text-inner {
    max-width: 70%;
    padding: 30px 20px 30px 20px;
    width: auto;
    margin-right: 8.9%;
    margin: 0 auto
}

.text-layout .text-inner .lead-text,
.text-layout .text-inner .sub-text {
    font-transform: uppercase;
    display: block;
    width: 100%;
    font-size: 20px;
    color: #000000;
    letter-spacing: 1px;
    line-height: 23px
}

.text-layout .text-inner .sub-text {
    margin-bottom: 30px
}

.text-layout .text-inner p {
    font-size: 20px;
    color: #000000;
    letter-spacing: 1px;
    line-height: 23px
}

.text-layout-center {
    position: relative;
    min-height: 422px
}

.text-layout-center .text-inner {
    max-width: 418px;
    padding: 30px 20px 30px 20px;
    width: auto;
    float: right;
    margin-right: 8.9%
}

.text-layout-center .text-inner .lead-text,
.text-layout-center .text-inner .sub-text {
    font-transform: uppercase;
    display: block;
    width: 100%;
    font-size: 20px;
    color: #000000;
    letter-spacing: 1px;
    line-height: 23px
}

.text-layout-center .text-inner .sub-text {
    margin-bottom: 30px
}

.text-layout-center .text-inner p {
    font-size: 20px;
    color: #000000;
    letter-spacing: 1px;
    line-height: 23px
}

.two-image-layout {
    position: relative;
    min-height: 522px;
    z-index: 2
}

.two-layout-img-1 {
    position: absolute;
    bottom: 0px;
    left: 14%;
    max-width: 418px
}

.two-layout-LR-img-1 {
    max-width: 417px;
    float: left
}

.two-layout-LR-img-2 {
    z-index: 1;
    max-width: 417px;
    float: right
}

.two-layout-img-2 {
    position: absolute;
    top: 0px;
    left: 41%;
    z-index: 1;
    max-width: 417px
}

.instagram-layout {
    position: relative;
    z-index: 1;
    display: inline-block;
    height: 100%;
    width: 100%
}

.instagram-layout .insta-img-container {
    z-index: -1;
    position: inherit;
    padding-top: 70px;
    padding-bottom: 70px
}

.instagram-layout .insta-img-container .text-box {
    max-width: 550px
}

.instagram-layout .insta-img-container img {
    max-width: 550px;
    margin: 0 auto
}

.padding-workshops {
    padding-bottom: 140px;
    display: inline-block
}

h2.who-workshops {
    font-size: 20px;
    letter-spacing: 4.63px;
    line-height: 25px;
    font-family: CalibreRegular, Helvetica, Arial, "Lucida Grande", sans-serif;
    padding-bottom: 43px;
    text-align: center
}

.right-insta {
    text-align: -webkit-right !important
}

.left-insta {
    text-align: -webkit-left !important
}

.text-insta-box {
    max-width: 370px;
    position: absolute;
    padding-top: 15px
}

.text-insta-box p {
    font-size: 20px;
    color: #000000;
    letter-spacing: 1px;
    text-align: left;
    padding-bottom: 40px
}

.page-id-139 strong {
    letter-spacing: 4.63px
}

.page-id-139 .padding-workshops ul {
    padding-left: 15px
}

.page-id-139 .padding-workshops ul li {
    margin-bottom: 10px;
    list-style-image: url("../../assets/images/line.svg")
}

.vimeo {
    padding-top: 50px
}

#to-top {
    top: 45%;
    position: fixed;
    width: 16px;
    font-size: 26px;
    word-wrap: break-word;
    font-family: CalibreMedium, Helvetica, Arial, "Lucida Grande", sans-serif;
    z-index: 12
}

h4.video-title {
    padding-top: 25px;
    font-size: 20px;
    color: #000000;
    letter-spacing: 1px;
    font-family: CalibreRegular, Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 100
}

#spinner {
    position: fixed;
    bottom: 20px;
    left: 50%;
    margin-top: -112px;
    margin-left: -10px;
    z-index: 999999
}

.page-ajax {
    opacity: 0
}

.show-ajax {
    opacity: 1;
    transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -webkit-transition: opacity 1s ease-in-out
}

.loader:before,
.loader:after,
.loader {
    border-radius: 50%;
    width: 1em;
    height: 1em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out
}

.loader {
    font-size: 10px;
    margin: 80px auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s
}

.loader:before {
    left: -2.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s
}

.loader:after {
    left: 2.5em
}

.loader:before,
.loader:after {
    content: '';
    position: absolute;
    top: 0
}

@-webkit-keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em #ffffff
    }
    40% {
        box-shadow: 0 2.5em 0 0 #ffffff
    }
}

@keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em #ffffff
    }
    40% {
        box-shadow: 0 2.5em 0 0 #ffffff
    }
}

.menu-primary-menu-container .menu {
    padding: 0;
    margin: 0;
    float: left;
    width: 100%;
    list-style: none
}

.menu-primary-menu-container .menu li {
    float: left;
    margin-right: 25px
}

.menu-primary-menu-container .menu a {
    text-decoration: none
}

.menu-primary-menu-container .menu ul {
    display: none
}

.menu ul {
    list-style: none
}

.menu ul li {
    float: left;
    margin-right: 25px
}

.shop-nav {
    padding-top: 28px;
    position: relative
}

a.shop {
    text-decoration: none;
    font-family: CalibreMedium, Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 24px;
    color: #000000;
    letter-spacing: 3.7px;
    line-height: 29px;
    margin-right: 10px
}

a.shop:hover {
    border-bottom: 1px solid #000000
}

.woocommerce-page .shop-nav a {
    border-bottom: 1px solid #000000;
    overflow: hidden
}

.about-nav {
    padding-top: 28px;
    position: relative
}

.about-nav a {
    text-decoration: none;
    font-family: CalibreMedium, Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 24px;
    color: #000000;
    letter-spacing: 3.7px;
    line-height: 29px;
    width: 86px;
    display: block
}

.about-nav a:hover {
    border-bottom: 1px solid #000000;
    width: 86px;
    overflow: hidden;
    display: block
}

.page-id-112 .about-nav a {
    border-bottom: 1px solid #000000;
    width: 86px;
    overflow: hidden;
    display: block
}

ul.footer {
    list-style: none;
    width: 100%;
    display: inline-block;
    height: auto
}

ul.footer li {
    float: left;
    text-align: center;
    width: 25%
}

ul.footer li a {
    text-transform: uppercase;
    font-size: 24px;
    color: #000000;
    letter-spacing: 3.69px;
    line-height: 29px;
    font-family: CalibreMedium, Helvetica, Arial, "Lucida Grande", sans-serif
}

ul.footer li a:hover {
    border-bottom: 1px solid #000000
}

ul.footer li:nth-child(1) {
    text-align: left
}

ul.footer li:nth-child(2) a {
    margin-right: 15%
}

ul.footer li:nth-child(3) a {
    margin-left: 34%
}

ul.footer li:last-child {
    margin-right: 0px;
    text-align: right
}

.active {
    border-bottom: 1px solid #000000
}

.about-container .feat_img_1 {
    padding-bottom: 75px;
    max-width: 75%;
    margin: 0 auto
}

.about-container .text-container {
    max-width: 856px;
    margin: 0 auto
}

.about-container .text-container ul {
    padding-left: 15px
}

.about-container .text-container ul li {
    margin-bottom: 10px;
    list-style-image: url("../../assets/images/line.svg")
}

.about-container .bottom-text-container {
    padding-bottom: 89px;
    max-width: 856px;
    margin: 0 auto
}

.about-container .bottom-text-container ul {
    padding-left: 15px
}

.about-container .bottom-text-container ul li {
    margin-bottom: 10px;
    list-style-image: url("../../assets/images/line.svg")
}

.about-container .about-images {
    padding-top: 58px;
    display: inline-block;
    width: 100%;
    padding-bottom: 60px
}

.about-container .right-img {
    padding-top: 100px;
    width: 50%;
    float: right
}

.about-container .right-img img {
    float: right
}

.measure {
    font-size: 20px;
    color: #000000;
    letter-spacing: 4px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 100;
    padding-bottom: 30px;
    padding-top: 60px
}

h2.who {
    font-size: 20px;
    letter-spacing: 4.63px;
    line-height: 25px;
    font-family: CalibreRegular, Helvetica, Arial, "Lucida Grande", sans-serif;
    padding-bottom: 43px
}

.class_title {
    font-family: CalibreRegular, Helvetica, Arial, "Lucida Grande", sans-serif;
    padding-bottom: 43px;
    text-align: center;
    font-size: 20px;
    letter-spacing: 4.63px;
    line-height: 25px;
    font-family: CalibreRegular, Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: bold
}

.padding-workshops .profile-image {
    max-width: 95% !important;
    padding-top: 2px
}

.text-container-left {
    padding-top: 50px;
    max-width: 93%
}

.workshops-padding a {
    border-bottom: 1px solid
}

.workshops-padding a:hover {
    border-bottom: 0px solid
}

h2.who-work {
    font-size: 20px;
    letter-spacing: 4.63px;
    line-height: 25px;
    font-family: CalibreRegular, Helvetica, Arial, "Lucida Grande", sans-serif;
    padding-bottom: 43px;
    text-align: center
}

h2.conditions {
    font-size: 20px;
    letter-spacing: 4.63px;
    line-height: 25px;
    font-family: CalibreRegular, Helvetica, Arial, "Lucida Grande", sans-serif;
    padding-bottom: 43px;
    text-transform: uppercase
}

h3.name {
    font-size: 20px;
    letter-spacing: 4.63px;
    line-height: 25px;
    font-family: CalibreRegular, Helvetica, Arial, "Lucida Grande", sans-serif;
    padding-bottom: 40px
}

.job_title {
    text-align: center;
    font-size: 24px;
    color: #000000;
    letter-spacing: 4.63px;
    line-height: 25px;
    padding-bottom: 58px;
    font-family: CalibreMedium, Helvetica, Arial, "Lucida Grande", sans-serif
}

.padding-profile {
    padding-bottom: 125px;
    display: inline-block
}

.top-container {
    padding-bottom: 90px;
    display: inline-block
}


/*.counter-0 .profile-image{max-width:439px}.counter-1 .profile-image{max-width:352px}.counter-2 .profile-image{max-width:371px;padding-left:69px}.counter-3 .profile-image{max-width:439px}.counter-4 .profile-image{max-width:437px}.counter-5 .profile-image{max-width:388px;padding-left:17px}.counter-6 .profile-image{max-width:322px;padding-left:118px}.counter-7 .profile-image{max-width:418px;padding-left:22px}*/

.padding-profile a {
    border-bottom: 1px solid
}

.padding-profile a:hover {
    border-bottom: 0px solid
}

.loading-element {
    -webkit-transition: height 1.6s linear;
    transition: height 1.6s linear;
    overflow: hidden;
    width: 100px;
    height: 0px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.loading {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 0;
    top: -60px;
    margin-left: 25px
}

.loading.reversed li {
    list-style: none;
    border: 2px solid #000;
    -webkit-animation: LOADINGREV 1s infinite;
    animation: LOADINGREV 1s infinite
}

.loading.reversed li:nth-child(1n) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.loading.reversed li:nth-child(2n) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s
}

.loading.reversed li:nth-child(3n) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.loading li {
    height: 0;
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    margin: 0;
    height: 10px;
    width: 10px;
    border: 2px solid #000;
    border-radius: 100%;
    -webkit-transform: transformZ(0);
    transform: transformZ(0);
    -webkit-animation: LOADING 1s infinite;
    animation: LOADING 1s infinite
}

.loading li:nth-child(1n) {
    left: -35px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.loading li:nth-child(2n) {
    left: 0;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s
}

.loading li:nth-child(3n) {
    left: 20px;
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.grid-row:after {
    content: '';
    display: table;
    clear: both
}

.grid-row .col {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%
}

.grid-row .col+.col {
    background: #000;
    left: auto;
    right: 0
}

@-webkit-keyframes LOADING {
    0% {
        background: #000
    }
    50% {
        background: white
    }
    100% {
        background: #2b8ccd
    }
}

@keyframes LOADING {
    0% {
        background: #000;
        border: 2px solid #000
    }
    50% {
        background: transparent
    }
    100% {
        background: #000
    }
}

@-webkit-keyframes LOADINGREV {
    0% {
        border: 2px solid #000;
        background: transparent
    }
    50% {
        background: #000
    }
    100% {
        background: transparent
    }
}

@keyframes LOADINGREV {
    0% {
        border: 2px solid #000;
        background: transparent
    }
    50% {
        background: #000
    }
    100% {
        background: transparent
    }
}

.bespoke-container .inner {
    padding-right: 40px;
    padding-top: 12px
}

.shop-information {
    display: inline-block;
    padding-bottom: 0px
}

.shop-information h4 {
    font-size: 20px;
    color: #000000;
    letter-spacing: 4px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 26px
}

.shop-information p {
    font-size: 20px;
    line-height: 1.45em
}

.shop-information a {
    border-bottom: 1px solid
}

.shop-information a:hover {
    text-decoration: none;
    -webkit-transition: .50s;
    transition: .50s;
    border-bottom: none
}

.line-pad {
    background-image: url("../images/dot.png");
    background-repeat: repeat-x;
    height: 2.3px;
    margin-bottom: 77px;
    margin-top: 39px
}

#sticker {
    z-index: 30;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-overflow-scrolling: touchoop
}


/*.single .woocommerce-tabs{display:none}*/

.woocommerce span.onsale {
    z-index: 1;
    min-height: 3.236em;
    min-width: 3.236em;
    padding: 3px;
    font-size: 1em;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 3.236;
    top: -.5em;
    left: -.5em;
    margin: 0;
    border-radius: 100%;
    background-color: #000 !important;
    color: #fff;
    font-size: 15px !important;
    -webkit-font-smoothing: antialiased;
    text-transform: uppercase !important;
    margin-top: 14px
}

.product_meta {
    display: none
}

ul.product-images {
    list-style: none;
    padding-bottom: 99px;
    padding-left: 0px
}

ul.product-images li {
    list-style: none
}

.fit {
    font-size: 26px;
    letter-spacing: 1.5px;
    font-family: CalibreMedium, Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 100
}

.single-product .single_add_to_cart_button {
    background-color: #FFFFFF !important;
    padding: 8px !important;
    height: auto !important
}

.choose-size {
    font-size: 20px;
    color: #000000;
    letter-spacing: 4px;
    line-height: 24px;
    width: 100%;
    display: inline-block
}

a.help {
    font-size: 20px;
    color: #000000;
    letter-spacing: 4px;
    line-height: 24px;
    display: inline-block;
    border-bottom: 1px solid #000000;
    height: 20px;
    display: inline-block;
    margin-bottom: 30px
}

a.help:hover {
    border-bottom: 1px solid #EFEFEF
}

.inner-bag-container {
    position: relative;
    width: 16px;
    z-index: 1042
}

.container-bag {
    width: 100%;
    max-width: 1505px;
    margin: 0 auto
}

.no-height {
    height: 0px
}

.bag {
    width: 16px;
    font-size: 26px;
    word-wrap: break-word;
    font-family: CalibreMedium, Helvetica, Arial, "Lucida Grande", sans-serif
}

.single-product .woocommerce-message a {
    display: none !important
}

.single-product .woocommerce-error a {
    display: none !important
}

.bag-text {
    padding-bottom: 20px;
    display: block
}

.fixed-details {
    max-width: 586px;
    z-index: 1
}

.fixed-details ul {
    padding-left: 15px
}

.fixed-details ul li {
    margin-bottom: 10px;
    list-style-image: url("../../assets/images/line.svg")
}

.woocommerce-checkout .woocommerce .col2-set {
    width: 49% !important;
    float: left !important;
    padding-right: 1% !important
}

.woocommerce-checkout .woocommerce-checkout-review-order {
    width: 49% !important;
    float: left !important;
    padding-left: 1% !important
}

.variations {
    margin-top: -6px;
    margin-bottom: 0px !important
}

.variations fieldset {
    border: 0;
    margin: 0 2px;
    margin-top: 0px;
    padding-top: 0px;
    margin-left: 0px;
    padding-left: 0px
}

.radio__variations {
    width: 200px
}

ul.radio__variations--list {
    -webkit-column-width: 80px;
    -moz-column-width: 80px;
    column-width: 80px
}

ul.radio__variations--list li {
    display: inline-block;
    color: #9B9B9B;
    letter-spacing: 3px;
    padding-bottom: 0px;
    margin-bottom: 0px
}

ul.radio__variations--list li label {
    cursor: pointer
}

ul.radio__variations--list li input {
    display: none
}

ul.radio__variations--list li input[type="radio"]:checked+label {
    color: #000000
}

.woocommerce div.product form.cart .variations td.label {
    height: 28px;
    padding-right: 0px !important;
    color: #000000
}

.woocommerce div.product form.cart .variations label {
    font-weight: 100;
    padding-top: 15px;
    display: inline-block
}

.woocommerce div.product form.cart .variations label:hover {
    color: #000000
}

.variations td.label label {
    padding-right: 70px;
    text-transform: uppercase;
    line-height: 24px
}

select {
    background-position: right 50%;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
    padding: .7em;
    padding-right: 1.5em;
    border-bottom-left-radius: 0px;
    -webkit-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    margin-bottom: 10px;
    font-size: 18px !important;
    letter-spacing: 1.3px;
    padding-bottom: 0.4em;
    border: 1px solid #fff
}

.reset_variations {
    padding-top: 0px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px
}

button:disabled {
    display: none !important
}

.woocommerce-variation-availability p.in-stock {
    display: none
}

.woocommerce div.product .stock {
    color: #000 !important
}
.woocommerce-billing-fields h3 {
    text-transform: uppercase;
    font-family: CalibreRegular, Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 20px;
    color: #000000;
    letter-spacing: 1.5px;
    line-height: 24px;
    font-weight: 100;
    margin-left: 2px
}

#ship-to-different-address {
    text-transform: uppercase;
    font-family: CalibreRegular, Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 16px;
    color: #000000;
    letter-spacing: 1.5px;
    line-height: 24px;
    font-weight: 100;
    margin-left: 2px;
    margin-top: 15px
}

#order_review_heading {
    text-transform: uppercase;
    display: inline-block;
    padding-left: 10px
}

.line-product {
    background-image: url("../images/dot.png");
    background-repeat: repeat-x;
    height: 2.3px;
    margin-bottom: 33px
}

.line-product-bottom {
    background-image: url("../images/dot.png");
    background-repeat: repeat-x;
    height: 2.3px;
    margin-top: 20px;
    margin-bottom: 33px
}

.cart_totals p,
.cart_totals li,
.cart_totals td,
.cart_totals th {
    padding: 0px;
    color: #1A1718;
    font-size: 15px;
    letter-spacing: 4px;
    line-height: 24px;
    font-weight: 100;
    -webkit-font-smoothing: antialiased
}

#order_review_heading {
    display: none
}

#s2id_billing_country {
    font-size: 17px
}

ul.select2-results {
    font-size: 17px
}

ul.select2-results li {
    font-size: 16px;
    padding: 0px;
    margin: 0px
}

.select2-drop-active {
    border: 0px solid #5897fb !important;
    border-top: none !important;
    border-radius: 0px !important
}

.woocommerce ul#shipping_method li {
    padding-top: 0px !important
}

.woocommerce ul#shipping_method li label {
    cursor: pointer;
    font-size: 19px
}

.variations fieldset {
    padding-top: 29px;
    width: 478px
}

.woocommerce ul.products li.product a img {
    opacity: 1;
    -webkit-transition: .50s;
    transition: .50s
}

.woocommerce ul.products li.product a img:hover {
    opacity: 0.8
}

.woocommerce-cart .container-bag,
.woocommerce-checkout .container-bag {
    display: none
}

.entry-summary {
    z-index: -1
}

.woocommerce-checkout .woocommerce-checkout-review-order {
    width: 49% !important;
    float: left !important;
    padding-left: 1% !important;
    padding-bottom: 90px;
    display: inline-block
}

.cart-empty,
.return-to-shop {
    text-align: center
}

.woocommerce .login #username,
.woocommerce .login #password {
    width: 35% !important
}

.woocommerce .login .form-row .button {
    padding: 0px;
    font-size: 16px
}

.woocommerce .login .form-row .inline {
    display: none
}

.woocommerce .login p {
    font-size: 16px;
    width: 50%
}

.woocommerce form.login,
.woocommerce form.checkout_coupon,
.woocommerce form.register {
    border: none !important;
    border-bottom: 1px solid #d3ced2 !important;
    padding: 0px 0px 20px 0px !important;
    margin: 2em 0 2em 0px;
    text-align: left
}

.lost_reset_password p {
    font-size: 16px;
    width: 50%
}

.lost_reset_password .form-row-first {
    padding-top: 10px
}

.lost_reset_password #user_login {
    width: 30%
}

.lost_reset_password .button {
    padding: 0px !important;
    font-size: 16px !important;
    padding-top: 10px !important
}

ul.woocommerce-error li {
    font-size: 19px
}

.wc-cart-shipping-notice {
    font-size: 11px !important;
    letter-spacing: 1px !important;
    line-height: 15px !important
}

.variation-Size,
.variation-Size p {
    float: left;
    margin-right: 6px;
    font-size: 19px
}

#billing_first_name_field>label,
#billing_last_name_field>label,
#billing_company_field>label,
#billing_email_field>label,
#billing_country_field>label,
#billing_address_1_field>label,
#billing_city_field>label,
#billing_state_field>label,
#billing_postcode_field>label,
#order_comments_field>label,
#shipping_first_name_field>label,
#shipping_last_name_field>label,
#shipping_company_field>label,
#shipping_email_field>label,
#shipping_country_field>label,
#shipping_address_1_field>label,
#shipping_city_field>label,
#shipping_state_field>label,
#shipping_postcode_field>label,
#shipping_comments_field>label {
    display: none
}

.bottom-cart-container {
    float: right;
    width: 100%
}

.woocommerce-cart table.shop_table td {
    font-size: 19px !important;
    text-align: inherit !important
}

.create-account {
    text-transform: uppercase;
    font-family: CalibreRegular, Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 16px;
    color: #000000;
    letter-spacing: 1.5px;
    line-height: 24px;
    font-weight: 100
}

.create-account input {
    margin: 0px !important
}

.create-account p {
    font-size: 16px
}

#billing_postcode_field,
#shipping_postcode_field {
    float: left !important
}

#billing_phone,
#shipping_phone {
    width: 100%;
    float: left
}

#shipping_phone {
    float: left
}

.woocommerce form.login,
.woocommerce form.checkout_coupon,
.woocommerce form.register {
    margin: 0em 0 2em 7px !important;
    text-align: left !important
}

.woocommerce form .form-row {
    padding-left: 0px !important
}

.woocommerce-cart table.cart th,
.woocommerce-cart table.cart td {
    vertical-align: top !important;
    padding: 14px 0px !important;
    padding-top: 0px !important
}

li.payment_method_paypal .payment_box {
    display: none !important
}

.woocommerce-checkout #payment ul.payment_methods {
    position: relative;
    background-color: #FFFFFF
}

.woocommerce-checkout #payment {
    background: none !important
}

#order_review>table>tbody>tr>td.product-name>dl>dt,
#order_review>table>tbody>tr>td.product-name>dl>dd>p {
    font-size: 12px
}

#place_order {
    background-color: rgba(181, 181, 181, 0.49) !important;
    color: #000000 !important;
    border: 2px solid #ffffff
}

#place_order:hover {
    background-color: #B5B5B5 !important;
    color: #000000 !important;
    border: 2px solid #B5B5B5;
    -webkit-transition: 0.50s;
    transition: 0.50s
}

#payment>ul>li.payment_method_paypal>label,
#payment>ul>li.payment_method_citypay>label {
    cursor: pointer
}

.woocommerce-checkout #payment div.payment_box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 10px !important;
    margin: 0em 0 1em 0 !important;
    font-size: 0.92em;
    line-height: 1.5;
    background-color: #EFEFEF;
    color: palegoldenrod;
    margin-left: 22px !important;
    width: 95% !important
}

.woocommerce-checkout #payment ul.payment_methods li img {
    vertical-align: middle;
    margin: -2px 0 0 22px !important;
    padding: 0;
    position: relative;
    box-shadow: none;
    display: inline-block
}

.woocommerce-checkout #payment ul.payment_methods {
    padding-left: 0px !important
}

.payment_method_paypal {
    display: inline-block
}

.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    line-height: 52px;
    font-size: 0.83em;
    position: absolute;
    right: 20px;
    font-size: 12px !Important;
    float: right;
    line-height: 52px;
    font-size: 0.83em;
    display: inline-block
}

.woocommerce-checkout .woocommerce table.shop_table {
    width: 48% !important
}

.woocommerce-checkout #order_review table.shop_table {
    width: 100% !important
}

.woocommerce table.shop_table {
    margin: 0px -1px 0px 0px !important
}

.chart-spacing {
    padding-top: 20px
}

.woocommerce-cart .cart_item>td.product-price>dl>dt {
    display: none
}

.size-label {
    display: inline-block;
    float: left;
    margin-right: 4px
}

#order_review>table>tbody>tr>td.product-name>dl>dt,
#order_review>table>tbody>tr>td.product-name>dl>dd>p {
    font-size: 16px
}

.order-total .amount {
    font-size: 19px
}

#order_review>table>tfoot>tr.shipping>th {
    vertical-align: top;
    padding-top: 19px
}

.cart_item>td.product-quantity>span {
    margin-left: 27px
}

.update_cart {
    display: none !important
}

.sold-out {
    text-decoration: line-through;
    pointer: none;
    cursor: default
}

.woocommerce div.product form.cart .variations label.sold-out:hover {
    color: #9B9B9B
}

.woocommerce table.cart td.actions .coupon,
.woocommerce #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon {
    float: none;
    padding-bottom: 0px !important
}

.woocommerce h2 {
    padding-top: 50px;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 4.63px;
    line-height: 25px;
    font-family: CalibreRegular, Helvetica, Arial, "Lucida Grande", sans-serif;
    padding-top: 10px
}

.woocommerce address {
    font-style: normal;
    padding-bottom: 10px;
    font-family: CalibreRegular, Helvetica, Arial, "Lucida Grande", sans-serif;
    color: #000000;
    letter-spacing: 1.5px;
    line-height: 28px;
    font-weight: 100;
    font-size: 22px
}

.woocommerce .col-2 h3 {
    letter-spacing: 1.5px;
    line-height: 28px;
    font-weight: 100;
    font-size: 22px
}

.woocommerce .col-1 h3 {
    letter-spacing: 1.5px;
    line-height: 28px;
    font-weight: 100;
    font-size: 22px
}

.woocommerce .woocommerce table.shop_table tbody:first-child tr:first-child th,
.woocommerce .woocommerce table.shop_table tbody:first-child tr:first-child td {
    border-top: 0;
    float: left !important
}

.woocommerce .woocommerce table.shop_table_responsive tr td:before,
.woocommerce .woocommerce-page table.shop_table_responsive tr td:before {
    content: attr(data-title) ": ";
    font-weight: 700;
    display: none !important
}

body>main>div>div.container>div:nth-child(2)>div>div>div>div>div>table>tbody>tr.tax-rate.tax-rate-gb-vat-1>th {
    text-align: left
}

.woocommerce-checkout #payment ul.payment_methods li {
    list-style: none !important
}

input {
    padding: 8px 10px 2px 10px;
    border: none;
    background-color: #FFFFFF;
    font-size: 16px;
    font-family: CalibreRegular, Helvetica, Arial, "Lucida Grande", sans-serif;
    letter-spacing: 1.5px;
    line-height: 24px;
    font-weight: 100;
    text-transform: uppercase;
    color: #000000;
    border-radius: 0;
    -webkit-appearance: none
}

textarea {
    padding: 10px 0px 2px 10px;
    font-size: 16px;
    font-family: CalibreRegular, Helvetica, Arial, "Lucida Grande", sans-serif;
    color: #000000;
    letter-spacing: 1.5px;
    line-height: 24px;
    font-weight: 100;
    margin-left: 2px;
    background-color: #FFFFFF;
    border: 0px;
    border-radius: 0;
    -webkit-appearance: none
}

select {
    font-size: 16px
}

button:focus {
    outline: 0
}

textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover {
    outline: 0px !important;
    -webkit-appearance: none
}

.primary-slider {
    position: relative
}

.flex-control-nav {
    bottom: 40px;
    max-width: 920px;
    position: absolute;
    text-align: center;
    width: 100%
}

@font-face {
    font-family: 'star';
    src: url("../fonts/star.eot");
    src: url("../fonts/star.eot?#iefix") format("embedded-opentype"), url("../fonts/star.woff") format("woff"), url("../fonts/star.ttf") format("truetype"), url("../fonts/star.svg#star") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'WooCommerce';
    src: url("../fonts/WooCommerce.eot");
    src: url("../fonts/WooCommerce.eot?#iefix") format("embedded-opentype"), url("../fonts/WooCommerce.woff") format("woff"), url("../fonts/WooCommerce.ttf") format("truetype"), url("../fonts/WooCommerce.svg#WooCommerce") format("svg");
    font-weight: normal;
    font-style: normal
}

p.demo_store {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    width: 100%;
    font-size: 1em;
    padding: 1em 0;
    text-align: center;
    background-color: #a46497;
    color: #fff;
    z-index: 99998;
    box-shadow: 0 1px 1em rgba(0, 0, 0, 0.2)
}

p.demo_store a {
    color: #fff
}

.admin-bar p.demo_store {
    top: 32px
}

.clear {
    clear: both
}

.woocommerce .blockUI.blockOverlay {
    position: relative
}

.woocommerce .blockUI.blockOverlay:before {
    height: 1em;
    width: 1em;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.5em;
    margin-top: -.5em;
    display: block;
    content: "";
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    background: url(../images/icons/loader.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, 0.75)
}

.woocommerce .loader:before {
    height: 1em;
    width: 1em;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.5em;
    margin-top: -.5em;
    display: block;
    content: "";
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    background: url(../images/icons/loader.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, 0.75)
}
.cart-close {
    padding-top: 6px;
    padding-right: 5px;
    float: right;
}

.woocommerce a.remove {
    float: right
}

.woocommerce a.remove:hover {
    color: #fff !important
}

.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info {
    padding: 1em 2em 1em 5px !important;
    margin: 0px !important;
    position: relative;
    color: #515151;
    list-style: none outside !important;
    *zoom: 1;
    width: auto;
    word-wrap: break-word;
    font-family: CalibreRegular, Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 19px;
    color: #000000;
    letter-spacing: 1.5px;
    line-height: 24px;
    font-weight: 100;
    text-transform: uppercase
}

.woocommerce .woocommerce-message:before,
.woocommerce .woocommerce-message:after,
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-error:after,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-info:after {
    content: " ";
    display: table
}

.woocommerce .woocommerce-message:after,
.woocommerce .woocommerce-error:after,
.woocommerce .woocommerce-info:after {
    clear: both
}

.woocommerce .woocommerce-message:before,
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before {
    font-family: "WooCommerce";
    display: inline-block;
    position: absolute;
    top: 1em;
    left: 1.5em
}

.woocommerce .woocommerce-message .button,
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button {
    float: right
}

.woocommerce .woocommerce-message li,
.woocommerce .woocommerce-error li,
.woocommerce .woocommerce-info li {
    list-style: none outside !important;
    padding-left: 0 !important;
    margin-left: 0 !important
}

.woocommerce .woocommerce-message:before {
    color: #8fae1b
}

.woocommerce .woocommerce-info {
    border-top-color: #1e85be
}

.woocommerce .woocommerce-info:before {
    color: #1e85be
}

.woocommerce .woocommerce-error:before {
    color: #b81c23
}

.woocommerce small.note {
    display: block;
    color: #777;
    font-size: .857em;
    margin-top: 10px
}

.woocommerce .woocommerce-breadcrumb {
    *zoom: 1;
    margin: 0 0 1em;
    padding: 0;
    font-size: 0.92em;
    color: #777
}

.woocommerce .woocommerce-breadcrumb:before,
.woocommerce .woocommerce-breadcrumb:after {
    content: " ";
    display: table
}

.woocommerce .woocommerce-breadcrumb:after {
    clear: both
}

.woocommerce .woocommerce-breadcrumb a {
    color: #777
}

.woocommerce .quantity .qty {
    width: 3.631em;
    text-align: center
}

.woocommerce div.product {
    margin-bottom: 0;
    position: relative
}

.woocommerce div.product .product_title {
    clear: none;
    margin-top: 0;
    padding: 0;
    font-size: 26px;
    letter-spacing: 1.5px;
    margin-bottom: 0px;
    font-family: CalibreMedium, Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 100
}

.woocommerce div.product span.price,
.woocommerce div.product p.price {
    color: #231F20;
    font-size: 24px;
    font-family: CalibreMedium, Helvetica, Arial, "Lucida Grande", sans-serif;
    margin-top: 34px;
    margin-bottom: 34px
}

.woocommerce div.product span.price ins,
.woocommerce div.product p.price ins {
    background: inherit;
    font-weight: 700
}

.woocommerce div.product span.price del,
.woocommerce div.product p.price del {
    opacity: 0.5
}

.woocommerce div.product p.stock {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1.5px
}

.woocommerce div.product .stock {
    color: #77a464
}

.woocommerce div.product .out-of-stock {
    color: #000000
}

.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 1.618em
}

.woocommerce div.product div.images {
    margin-bottom: 20px
}

.woocommerce div.product div.images img {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: none
}

.woocommerce div.product div.images div.thumbnails {
    padding-top: 1em
}

.woocommerce div.product div.summary {
    margin-bottom: 25px
}

.woocommerce div.product div.social {
    text-align: right;
    margin: 0 0 1em
}

.woocommerce div.product div.social span {
    margin: 0 0 0 2px
}

.woocommerce div.product div.social span span {
    margin: 0
}

.woocommerce div.product div.social span .stButton .chicklets {
    padding-left: 16px;
    width: 0
}

.woocommerce div.product div.social iframe {
    float: left;
    margin-top: 3px
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    overflow: hidden;
    position: relative
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid #d3ced2;
    background-color: #fff;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 0;
    margin: 0 5px;
    padding: 0 1em
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: inline-block;
    padding: .5em 0;
    font-weight: 700;
    color: #515151;
    text-decoration: none
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    text-decoration: none;
    color: #6b6b6b
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #fff;
    z-index: 2;
    border-bottom-color: #fff
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: inherit;
    text-shadow: inherit
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before {
    box-shadow: 2px 2px 0 #fff
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after {
    box-shadow: -2px 2px 0 #fff
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
    border: 1px solid #d3ced2;
    position: absolute;
    bottom: -1px;
    width: 5px;
    height: 5px;
    content: " "
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
    display: none;
    left: -6px;
    -moz-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-width: 0 1px 1px 0;
    box-shadow: 2px 2px 0 #ebe9eb
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
    display: none;
    right: -6px;
    -moz-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-width: 0 0 1px 1px;
    box-shadow: -2px 2px 0 #ebe9eb
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before {
    position: absolute;
    content: " ";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #d3ced2;
    z-index: 1
}

.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0 0 1em;
    padding: 15px 10px 10px;
    border: 1px solid rgba(0, 0, 0, .1);
}

.woocommerce div.product p.cart {
    margin-bottom: 2em;
    *zoom: 1
}

.woocommerce div.product p.cart:before,
.woocommerce div.product p.cart:after {
    content: " ";
    display: table
}

.woocommerce div.product p.cart:after {
    clear: both
}

.woocommerce div.product form.cart {
    margin-bottom: 1em;
    *zoom: 1,
}

.woocommerce div.product form.cart:before,
.woocommerce div.product form.cart:after {
    content: " ";
    display: table
}

.woocommerce div.product form.cart:after {
    clear: both
}

.woocommerce div.product form.cart div.quantity {
    float: left;
    margin: 0 4px 0 0
}

.woocommerce div.product form.cart table {
    border-width: 0 0 1px 0
}

.woocommerce div.product form.cart table td {
    padding-left: 0
}

.woocommerce div.product form.cart table div.quantity {
    float: none;
    margin: 0
}

.woocommerce div.product form.cart table small.stock {
    display: block;
    float: none
}

.woocommerce div.product form.cart .variations {
    margin-bottom: 1em;
    border: 0
}

.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
    border: 0
}

.woocommerce div.product form.cart .variations label {
    font-weight: 100
}

.woocommerce div.product form.cart .variations select {
    width: 100%;
    float: left
}

.woocommerce div.product form.cart .variations td.label {
    padding-right: 1em
}

.woocommerce div.product form.cart .variations td {
    vertical-align: top
}

.woocommerce div.product form.cart .woocommerce-variation-description p {
    margin-bottom: 1em
}

.woocommerce div.product form.cart .reset_variations {
    visibility: hidden
}

.woocommerce div.product form.cart .wc-no-matching-variations {
    display: none
}

.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: left;
    height: 22px;
    border: 2px solid #FFFFFF
}

.woocommerce div.product form.cart .button:hover {
    vertical-align: middle;
    float: left;
    height: 22px;
    background-color: #000 !important;
    color: #fff !important;
    border: 2px solid #000000;
    -webkit-transition: 0.50s;
    transition: 0.50s
}

.woocommerce div.product form.cart .group_table td.label {
    padding-right: 1em;
    padding-left: 1em
}

.woocommerce div.product form.cart .group_table td {
    vertical-align: top;
    padding-bottom: .5em;
    border: 0
}

.woocommerce span.onsale {
    min-height: 3.236em;
    min-width: 3.236em;
    padding: .202em;
    font-size: 1em;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 3.236;
    top: -.5em;
    left: -.5em;
    margin: 0;
    border-radius: 100%;
    background-color: #77a464;
    color: #fff;
    font-size: .857em;
    -webkit-font-smoothing: antialiased
}

.woocommerce .products ul,
.woocommerce ul.products {
    margin: 0 0 1em;
    padding: 0;
    list-style: none outside;
    clear: both;
    *zoom: 1
}

.woocommerce .products ul:before,
.woocommerce .products ul:after,
.woocommerce ul.products:before,
.woocommerce ul.products:after {
    content: " ";
    display: table
}

.woocommerce .products ul:after,
.woocommerce ul.products:after {
    clear: both
}

.woocommerce .products ul li,
.woocommerce ul.products li {
    list-style: none outside
}

.woocommerce ul.products li.product .onsale {
    top: 0;
    right: 0;
    left: auto;
    margin: -.5em -.5em 0 0
}

.woocommerce ul.products li.product h3 {
    font-family: CalibreRegular, Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 20px;
    color: #000000;
    letter-spacing: 4px;
    line-height: 24px;
    text-transform: uppercase
}

.woocommerce ul.products li.product a {
    text-decoration: none
}

.woocommerce ul.products li.product a img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 0em;
    box-shadow: none
}

.woocommerce ul.products li.product strong {
    display: block
}

.woocommerce ul.products li.product .star-rating {
    font-size: .857em;
    margin: 0 auto
}

.woocommerce ul.products li.product .button {
    margin-top: 1em
}

.woocommerce ul.products li.product .price {
    color: #77a464;
    display: block;
    font-weight: normal;
    margin-bottom: .5em;
    font-size: .857em
}

.woocommerce ul.products li.product .price del {
    color: inherit;
    opacity: 0.5;
    display: block
}

.woocommerce ul.products li.product .price ins {
    background: none;
    font-weight: 700
}

.woocommerce ul.products li.product .price .from {
    font-size: 0.67em;
    margin: -2px 0 0 0;
    text-transform: uppercase;
    color: rgba(132, 132, 132, 0.5)
}

.woocommerce .woocommerce-result-count {
    margin: 0 0 1em
}

.woocommerce .woocommerce-ordering {
    margin: 0 0 1em
}

.woocommerce .woocommerce-ordering select {
    vertical-align: top
}

.woocommerce nav.woocommerce-pagination {
    text-align: center
}

.woocommerce nav.woocommerce-pagination ul {
    display: inline-block;
    white-space: nowrap;
    padding: 0;
    clear: both;
    border: 1px solid #d3ced2;
    border-right: 0;
    margin: 1px
}

.woocommerce nav.woocommerce-pagination ul li {
    border-right: 1px solid #d3ced2;
    padding: 0;
    margin: 0;
    float: left;
    display: inline;
    overflow: hidden
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    margin: 0;
    text-decoration: none;
    padding: 0;
    line-height: 1;
    font-size: 1em;
    font-weight: normal;
    padding: .5em;
    min-width: 1em;
    display: block
}

.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus {
    background: #ebe9eb;
    color: #8a7e88
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    font-family: inherit;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    left: auto;
    color: #1A1718;
    border: 0;
    white-space: nowrap;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    text-shadow: none;
    background-color: transparent;
    color: #1A1718;
    font-size: 20px;
    letter-spacing: 4px;
    font-weight: 100
}

.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading,
.woocommerce #respond input#submit.loading {
    opacity: 0.25;
    padding-right: 2.618em
}

.woocommerce a.button.loading:after,
.woocommerce button.button.loading:after,
.woocommerce input.button.loading:after,
.woocommerce #respond input#submit.loading:after {
    font-family: "WooCommerce";
    content: "\e01c";
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    position: absolute;
    top: .618em;
    right: 1em;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

.woocommerce a.button.added:after,
.woocommerce button.button.added:after,
.woocommerce input.button.added:after,
.woocommerce #respond input#submit.added:after {
    font-family: 'WooCommerce';
    content: "\e017";
    margin-left: .53em;
    vertical-align: bottom
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
    text-decoration: none;
    background-image: none;
    background-color: transparent;
    color: #1A1718
}

.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt {
    background-color: transparent;
    color: #1A1718;
    font-size: 20px;
    letter-spacing: 4px;
    line-height: 24px;
    font-weight: 100;
    background-color: #FFFFFF !important;
    padding: 12px !important;
    padding-top: 15px !important;
    -webkit-font-smoothing: antialiased
}

.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover {
    background-color: transparent;
    color: #1A1718;
    border-bottom: 0px
}

.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled]:hover,
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled]:hover {
    background-color: #a46497;
    color: #fff
}

.woocommerce a.button:disabled,
.woocommerce a.button.disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button:disabled,
.woocommerce button.button.disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button:disabled,
.woocommerce input.button.disabled,
.woocommerce input.button:disabled[disabled],
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled[disabled] {
    color: inherit;
    cursor: not-allowed;
    opacity: 0.5
}

.woocommerce a.button:disabled:hover,
.woocommerce a.button.disabled:hover,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled[disabled]:hover,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit:disabled[disabled]:hover {
    color: inherit
}

.woocommerce .cart .button,
.woocommerce .cart input.button {
    float: none;
    text-transform: uppercase
}

.woocommerce a.added_to_cart {
    padding-top: .5em;
    white-space: nowrap;
    display: inline-block
}

.woocommerce #reviews h2 small {
    float: right;
    color: #777;
    font-size: 15px;
    margin: 10px 0 0 0
}

.woocommerce #reviews h2 small a {
    text-decoration: none;
    color: #777
}

.woocommerce #reviews h3 {
    margin: 0
}

.woocommerce #reviews #respond {
    margin: 0;
    border: 0;
    padding: 0
}

.woocommerce #reviews #comment {
    height: 75px
}

.woocommerce #reviews #comments .add_review {
    *zoom: 1
}

.woocommerce #reviews #comments .add_review:before,
.woocommerce #reviews #comments .add_review:after {
    content: " ";
    display: table
}

.woocommerce #reviews #comments .add_review:after {
    clear: both
}

.woocommerce #reviews #comments h2 {
    clear: none
}

.woocommerce #reviews #comments ol.commentlist {
    *zoom: 1;
    margin: 0;
    width: 100%;
    background: none;
    list-style: none
}

.woocommerce #reviews #comments ol.commentlist:before,
.woocommerce #reviews #comments ol.commentlist:after {
    content: " ";
    display: table
}

.woocommerce #reviews #comments ol.commentlist:after {
    clear: both
}

.woocommerce #reviews #comments ol.commentlist li {
    padding: 0;
    margin: 0 0 20px;
    border: 0;
    position: relative;
    background: 0;
    border: 0
}

.woocommerce #reviews #comments ol.commentlist li .meta {
    color: #777;
    font-size: 0.75em
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    padding: 3px;
    width: 32px;
    height: auto;
    background: #ebe9eb;
    border: 1px solid #e4e1e3;
    margin: 0;
    box-shadow: none
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0 0 0 50px;
    border: 1px solid #e4e1e3;
    padding: 1em 1em 0;
    *zoom: 1
}

.woocommerce #reviews #comments ol.commentlist li .comment-text:before,
.woocommerce #reviews #comments ol.commentlist li .comment-text:after {
    content: " ";
    display: table
}

.woocommerce #reviews #comments ol.commentlist li .comment-text:after {
    clear: both
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p {
    margin: 0 0 1em
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    font-size: 0.83em
}

.woocommerce #reviews #comments ol.commentlist ul.children {
    list-style: none outside;
    margin: 20px 0 0 50px
}

.woocommerce #reviews #comments ol.commentlist ul.children .star-rating {
    display: none
}

.woocommerce #reviews #comments ol.commentlist #respond {
    border: 1px solid #e4e1e3;
    padding: 1em 1em 0;
    margin: 20px 0 0 50px
}

.woocommerce #reviews #comments .commentlist>li:before {
    content: ""
}

.woocommerce .star-rating {
    float: right;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.4em;
    font-family: 'star'
}

.woocommerce .star-rating:before {
    content: "\73\73\73\73\73";
    color: #d3ced2;
    float: left;
    top: 0;
    left: 0;
    position: absolute
}

.woocommerce .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em
}

.woocommerce .star-rating span:before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0
}

.woocommerce .woocommerce-product-rating {
    *zoom: 1;
    line-height: 2;
    display: block
}

.woocommerce .woocommerce-product-rating:before,
.woocommerce .woocommerce-product-rating:after {
    content: " ";
    display: table
}

.woocommerce .woocommerce-product-rating:after {
    clear: both
}

.woocommerce .woocommerce-product-rating .star-rating {
    margin: .5em 4px 0 0;
    float: left
}

.woocommerce .products .star-rating {
    display: block;
    margin: 0 0 .5em;
    float: none
}

.woocommerce .hreview-aggregate .star-rating {
    margin: 10px 0 0 0
}

.woocommerce #review_form #respond {
    *zoom: 1;
    position: static;
    margin: 0;
    width: auto;
    padding: 0 0 0;
    background: transparent none;
    border: 0
}

.woocommerce #review_form #respond:before,
.woocommerce #review_form #respond:after {
    content: " ";
    display: table
}

.woocommerce #review_form #respond:after {
    clear: both
}

.woocommerce #review_form #respond p {
    margin: 0 0 10px
}

.woocommerce #review_form #respond .form-submit input {
    left: auto
}

.woocommerce #review_form #respond textarea {
    box-sizing: border-box;
    width: 100%
}

.woocommerce p.stars {
    position: relative;
    font-size: 1em
}

.woocommerce p.stars a {
    display: inline-block;
    font-weight: 700;
    margin-right: 1em;
    text-indent: -9999px;
    position: relative;
    border-bottom: 0 !important;
    outline: 0
}

.woocommerce p.stars a:last-child {
    border-right: 0
}

.woocommerce p.stars a.star-1,
.woocommerce p.stars a.star-2,
.woocommerce p.stars a.star-3,
.woocommerce p.stars a.star-4,
.woocommerce p.stars a.star-5 {
    border-right: 1px solid #ccc
}

.woocommerce p.stars a.star-1:after,
.woocommerce p.stars a.star-2:after,
.woocommerce p.stars a.star-3:after,
.woocommerce p.stars a.star-4:after,
.woocommerce p.stars a.star-5:after {
    font-family: "WooCommerce";
    text-indent: 0;
    position: absolute;
    top: 0;
    left: 0
}

.woocommerce p.stars a.star-1 {
    width: 2em
}

.woocommerce p.stars a.star-1:after {
    content: "\e021"
}

.woocommerce p.stars a.star-1:hover:after,
.woocommerce p.stars a.star-1.active:after {
    content: ""
}

.woocommerce p.stars a.star-2 {
    width: 3em
}

.woocommerce p.stars a.star-2:after {
    content: "\e021\e021"
}

.woocommerce p.stars a.star-2:hover:after,
.woocommerce p.stars a.star-2.active:after {
    content: ""
}

.woocommerce p.stars a.star-3 {
    width: 4em
}

.woocommerce p.stars a.star-3:after {
    content: "\e021\e021\e021"
}

.woocommerce p.stars a.star-3:hover:after,
.woocommerce p.stars a.star-3.active:after {
    content: ""
}

.woocommerce p.stars a.star-4 {
    width: 5em
}

.woocommerce p.stars a.star-4:after {
    content: "\e021\e021\e021\e021"
}

.woocommerce p.stars a.star-4:hover:after,
.woocommerce p.stars a.star-4.active:after {
    content: ""
}

.woocommerce p.stars a.star-5 {
    width: 6em;
    border: 0
}

.woocommerce p.stars a.star-5:after {
    content: "\e021\e021\e021\e021\e021"
}

.woocommerce p.stars a.star-5:hover:after,
.woocommerce p.stars a.star-5.active:after {
    content: ""
}

.woocommerce table.shop_attributes {
    border: 0;
    border-top: 1px dotted rgba(0, 0, 0, 0.1);
    margin-bottom: 1.618em;
    width: 100%
}

.woocommerce table.shop_attributes th {
    width: 150px;
    font-weight: 700;
    padding: 8px;
    border-top: 0;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
    margin: 0;
    line-height: 1.5
}

.woocommerce table.shop_attributes td {
    font-style: italic;
    padding: 0;
    border-top: 0;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
    margin: 0;
    line-height: 1.5
}

.woocommerce table.shop_attributes td p {
    margin: 0;
    padding: 8px 0
}

.woocommerce table.shop_attributes .alt td,
.woocommerce table.shop_attributes .alt th {
    background: rgba(0, 0, 0, 0.025)
}

.woocommerce .cart-subtotal .amount {
    font-size: 19px
}

.woocommerce table.shop_table {
    margin: 0px -1px 24px 0px;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    text-transform: uppercase;
    font-size: 19px
}

.woocommerce table.shop_table th {
    font-weight: 700;
    padding: 6px 0px;
    font-family: CalibreRegular, Helvetica, Arial, "Lucida Grande", sans-serif;
    color: #000000;
    letter-spacing: 1.5px;
    line-height: 24px;
    font-weight: 100;
    text-transform: uppercase;
    font-size: 19px !important
}

.woocommerce table.shop_table td {
    padding: 6px 0px;
    vertical-align: middle;
    font-size: 19px;
    text-align: right
}

.woocommerce table.shop_table td small {
    font-weight: normal
}

.woocommerce table.shop_table tbody:first-child tr:first-child th,
.woocommerce table.shop_table tbody:first-child tr:first-child td {
    border-top: 0
}

.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table tbody th {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    font-family: CalibreRegular, Helvetica, Arial, "Lucida Grande", sans-serif;
    color: #000000;
    letter-spacing: 1.5px;
    line-height: 15px;
    font-weight: 100;
    text-transform: uppercase;
    font-size: 19px;
    padding-top: 15px
}

.woocommerce table.shop_table .update_cart {
    float: right;
    font-size: 13px;
    vertical-align: top;
    margin-top: 12px;
    width: 20% !important;
    text-align: right;
    padding: 0px
}

.woocommerce table.shop_table .coupon {
    float: left !important
}

.woocommerce #submit_coupon {
    width: 35%;
    float: initial;
    font-size: 13px;
    vertical-align: sub
}

.woocommerce .product-total {
    text-align: right
}

.woocommerce .product-name {
    text-align: left !important
}

.woocommerce .order-total th {
    font-weight: bold !important
}

.woocommerce table.my_account_orders {
    font-size: 0.85em
}

.woocommerce table.my_account_orders th,
.woocommerce table.my_account_orders td {
    padding: 4px 8px;
    vertical-align: middle
}

.woocommerce table.my_account_orders .button {
    white-space: nowrap
}

.woocommerce table.my_account_orders .order-actions {
    text-align: right
}

.woocommerce table.my_account_orders .order-actions .button {
    margin: .125em 0 .125em .25em
}

.woocommerce td.product-name dl.variation {
    margin: .25em 0;
    *zoom: 1
}

.woocommerce td.product-name dl.variation:before,
.woocommerce td.product-name dl.variation:after {
    content: " ";
    display: table
}

.woocommerce td.product-name dl.variation:after {
    clear: both
}

.woocommerce td.product-name dl.variation dt,
.woocommerce td.product-name dl.variation dd {
    display: inline-block;
    float: left;
    margin-bottom: 1em
}

.woocommerce td.product-name dl.variation dt {
    font-weight: 700;
    padding: 0 0 .25em 0;
    margin: 0 4px 0 0;
    clear: left;
    font-weight: 100
}

.woocommerce td.product-name dl.variation dd {
    padding: 0 0 .25em 0
}

.woocommerce td.product-name dl.variation dd p:last-child {
    margin-bottom: 0
}

.woocommerce td.product-name p.backorder_notification {
    font-size: 0.83em
}

.woocommerce td.product-quantity {
    min-width: 80px
}

.woocommerce ul.cart_list,
.woocommerce ul.product_list_widget {
    list-style: none outside;
    padding: 0;
    margin: 0
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
    padding: 4px 0;
    margin: 0;
    *zoom: 1;
    list-style: none
}

.woocommerce ul.cart_list li:before,
.woocommerce ul.cart_list li:after,
.woocommerce ul.product_list_widget li:before,
.woocommerce ul.product_list_widget li:after {
    content: " ";
    display: table
}

.woocommerce ul.cart_list li:after,
.woocommerce ul.product_list_widget li:after {
    clear: both
}

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
    display: block;
    font-weight: 700
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
    float: right;
    margin-left: 4px;
    width: 32px;
    height: auto;
    box-shadow: none
}

.woocommerce ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl {
    margin: 0;
    padding-left: 1em;
    border-left: 2px solid rgba(0, 0, 0, 0.1);
    *zoom: 1
}

.woocommerce ul.cart_list li dl:before,
.woocommerce ul.cart_list li dl:after,
.woocommerce ul.product_list_widget li dl:before,
.woocommerce ul.product_list_widget li dl:after {
    content: " ";
    display: table
}

.woocommerce ul.cart_list li dl:after,
.woocommerce ul.product_list_widget li dl:after {
    clear: both
}

.woocommerce ul.cart_list li dl dt,
.woocommerce ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dt,
.woocommerce ul.product_list_widget li dl dd {
    display: inline-block;
    float: left;
    margin-bottom: 1em
}

.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dt {
    font-weight: 700;
    padding: 0 0 .25em 0;
    margin: 0 4px 0 0;
    clear: left
}

.woocommerce ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dd {
    padding: 0 0 .25em 0
}

.woocommerce ul.cart_list li dl dd p:last-child,
.woocommerce ul.product_list_widget li dl dd p:last-child {
    margin-bottom: 0
}

.woocommerce ul.cart_list li .star-rating,
.woocommerce ul.product_list_widget li .star-rating {
    float: none
}

.woocommerce.widget_shopping_cart .total,
.woocommerce .widget_shopping_cart .total {
    border-top: 3px double #ebe9eb;
    padding: 4px 0 0
}

.woocommerce.widget_shopping_cart .total strong,
.woocommerce .widget_shopping_cart .total strong {
    min-width: 40px;
    display: inline-block
}

.woocommerce.widget_shopping_cart .cart_list li,
.woocommerce .widget_shopping_cart .cart_list li {
    padding-left: 2em;
    position: relative;
    padding-top: 0
}

.woocommerce.widget_shopping_cart .cart_list li a.remove,
.woocommerce .widget_shopping_cart .cart_list li a.remove {
    position: absolute;
    top: 0;
    left: 0
}

.woocommerce.widget_shopping_cart .buttons,
.woocommerce .widget_shopping_cart .buttons {
    *zoom: 1
}

.woocommerce.widget_shopping_cart .buttons:before,
.woocommerce.widget_shopping_cart .buttons:after,
.woocommerce .widget_shopping_cart .buttons:before,
.woocommerce .widget_shopping_cart .buttons:after {
    content: " ";
    display: table
}

.woocommerce.widget_shopping_cart .buttons:after,
.woocommerce .widget_shopping_cart .buttons:after {
    clear: both
}

.woocommerce form .form-row {
    padding: 3px;
    margin: 0 0 6px
}

.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder {
    -webkit-transition: opacity 0.5s 0.5s ease;
    transition: opacity 0.5s 0.5s ease;
    opacity: 0
}

.woocommerce form .form-row label {
    line-height: 2
}

.woocommerce form .form-row label.hidden {
    visibility: hidden
}

.woocommerce form .form-row label.inline {
    display: inline
}

.woocommerce form .form-row select {
    cursor: pointer;
    margin: 0
}

.woocommerce form .form-row .required {
    color: red;
    font-weight: 700;
    border: 0
}

.woocommerce form .form-row .input-checkbox {
    display: inline;
    margin: -2px 8px 0 0;
    text-align: center;
    vertical-align: middle
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: 1
}

.woocommerce form .form-row textarea {
    height: 4em;
    line-height: 1.5;
    display: block;
    box-shadow: none
}

.woocommerce form .form-row .select2-container {
    width: 100%;
    line-height: 2em
}

.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
    border-color: #a00
}

.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
    border-color: #69bf29
}

.woocommerce form .form-row ::-webkit-input-placeholder {
    line-height: normal
}

.woocommerce form .form-row :-moz-placeholder {
    line-height: normal
}

.woocommerce form .form-row :-ms-input-placeholder {
    line-height: normal
}

.woocommerce form.login,
.woocommerce form.checkout_coupon,
.woocommerce form.register {
    border: 1px solid #d3ced2;
    padding: 20px;
    margin: 2em 0 2em 0px;
    text-align: left
}

.woocommerce ul#shipping_method {
    list-style: none outside;
    margin: 0;
    padding: 0
}

.woocommerce ul#shipping_method li {
    margin: 0;
    padding: .25em 0 .25em 22px;
    text-indent: -22px;
    list-style: none outside
}

.woocommerce ul#shipping_method .amount {
    font-weight: 700
}

.woocommerce p.woocommerce-shipping-contents {
    margin: 0
}

.woocommerce .order_details {
    *zoom: 1;
    margin: 0 0 1.5em;
    list-style: none
}

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

.woocommerce .order_details:after {
    clear: both
}

.woocommerce .order_details li {
    float: left;
    margin-right: 2em;
    text-transform: uppercase;
    font-size: 0.715em;
    line-height: 1;
    border-right: 1px dashed #d3ced2;
    padding-right: 2em;
    margin-left: 0;
    padding-left: 0
}

.woocommerce .order_details li strong {
    display: block;
    font-size: 1.4em;
    text-transform: none;
    line-height: 1.5
}

.woocommerce .order_details li:last-of-type {
    border: none
}

.woocommerce .widget_layered_nav ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside
}

.woocommerce .widget_layered_nav ul li {
    *zoom: 1;
    padding: 0 0 1px;
    list-style: none
}

.woocommerce .widget_layered_nav ul li:before,
.woocommerce .widget_layered_nav ul li:after {
    content: " ";
    display: table
}

.woocommerce .widget_layered_nav ul li:after {
    clear: both
}

.woocommerce .widget_layered_nav ul li a,
.woocommerce .widget_layered_nav ul li span {
    padding: 1px 0
}

.woocommerce .widget_layered_nav ul li.chosen a:before {
    font-family: 'WooCommerce';
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "";
    text-decoration: none;
    color: #a00
}

.woocommerce .widget_layered_nav_filters ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside;
    overflow: hidden;
    zoom: 1
}

.woocommerce .widget_layered_nav_filters ul li {
    float: left;
    padding: 0 1px 1px 0;
    list-style: none
}

.woocommerce .widget_layered_nav_filters ul li a {
    text-decoration: none
}

.woocommerce .widget_layered_nav_filters ul li a:before {
    font-family: 'WooCommerce';
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "";
    text-decoration: none;
    color: #a00
}

.woocommerce .widget_price_filter .price_slider {
    margin-bottom: 1em
}

.woocommerce .widget_price_filter .price_slider_amount {
    text-align: right;
    line-height: 2.4;
    font-size: 0.8751em
}

.woocommerce .widget_price_filter .price_slider_amount .button {
    font-size: 1.15em
}

.woocommerce .widget_price_filter .price_slider_amount .button {
    float: left
}

.woocommerce .widget_price_filter .ui-slider {
    position: relative;
    text-align: left;
    margin-left: .5em;
    margin-right: .5em
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1em;
    height: 1em;
    background-color: #a46497;
    border-radius: 1em;
    cursor: ew-resize;
    outline: none;
    top: -.3em;
    margin-left: -.5em
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    border-radius: 1em;
    background-color: #a46497
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    border-radius: 1em;
    background-color: #602053;
    border: 0
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: .5em
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
    left: -1px
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
    right: -1px
}

.woocommerce-account .addresses .title {
    *zoom: 1
}

.woocommerce-account .addresses .title:before,
.woocommerce-account .addresses .title:after {
    content: " ";
    display: table
}

.woocommerce-account .addresses .title:after {
    clear: both
}

.woocommerce-account .addresses .title h3 {
    float: left
}

.woocommerce-account .addresses .title .edit {
    float: right
}

.woocommerce-account ol.commentlist.notes li.note p.meta {
    font-weight: 700;
    margin-bottom: 0
}

.woocommerce-account ol.commentlist.notes li.note .description p:last-child {
    margin-bottom: 0
}

.woocommerce-account ul.digital-downloads {
    margin-left: 0;
    padding-left: 0
}

.woocommerce-account ul.digital-downloads li {
    list-style: none;
    margin-left: 0;
    padding-left: 0
}

.woocommerce-account ul.digital-downloads li:before {
    font-family: 'WooCommerce';
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "";
    text-decoration: none
}

.woocommerce-account ul.digital-downloads li .count {
    float: right
}

.woocommerce-cart table.cart .product-thumbnail {
    min-width: 32px
}

.woocommerce-cart table.cart img {
    width: 110px;
    box-shadow: none
}

.woocommerce-cart table.cart th,
.woocommerce-cart table.cart td {
    vertical-align: middle
}

.woocommerce-cart table.cart td.actions .coupon {
    width: 50%;
    float: left
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
    float: left;
    box-sizing: border-box;
    border: 1px solid #d3ced2;
    padding: 10px 6px 2px;
    margin: 0 4px 0 0;
    outline: 0;
    line-height: 1;
    font-size: 14px;
    text-transform: uppercase
}

.woocommerce-cart table.cart input {
    margin: 0;
    vertical-align: middle;
    line-height: 1
}

.woocommerce-cart .wc-proceed-to-checkout {
    *zoom: 1;
    padding: 1em 0;
    padding-bottom: 50px;
    display: inline-block;
    float: right;
    width: 100%
}

.woocommerce-cart .wc-proceed-to-checkout:before,
.woocommerce-cart .wc-proceed-to-checkout:after {
    content: " ";
    display: table
}

.woocommerce-cart .wc-proceed-to-checkout:after {
    clear: both
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    display: block;
    text-align: center;
    margin-bottom: 1em;
    border: 2px solid #ffffff
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    background-color: #B5B5B5 !important;
    color: #000000 !important;
    border: 2px solid #B5B5B5;
    -webkit-transition: 0.50s;
    transition: 0.50s
}

.woocommerce-cart .cart-collaterals {
    border-top: 1px solid #b5b5b5
}

.woocommerce-cart .cart-collaterals h2 {
    padding: 14px 0px 14px 14px;
    color: #1A1718;
    font-size: 19px;
    font-weight: 100;
    letter-spacing: 4px;
    text-align: right;
    -webkit-font-smoothing: antialiased
}

.woocommerce-cart .cart-collaterals .shipping_calculator .button {
    width: 100%;
    float: none;
    display: block
}

.woocommerce-cart .cart-collaterals .shipping_calculator .shipping-calculator-button:after {
    font-family: 'WooCommerce';
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-left: .618em;
    content: "";
    text-decoration: none
}

.woocommerce-cart .cart-collaterals .cart_totals {
    text-transform: uppercase
}

.woocommerce-cart .cart-collaterals .cart_totals p small {
    color: #777;
    font-size: 0.83em;
    text-align: right;
    float: right
}

.woocommerce-cart .cart-collaterals .cart_totals table {
    border-collapse: separate;
    margin: 0 0 6px;
    padding: 0;
    border-left: 0;
    text-align: right;
    float: right;
    width: 100%
}

.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td {
    border-top: 0
}

.woocommerce-cart .cart-collaterals .cart_totals table th {
    padding: 6px 12px 0 0;
    width: 25%;
    font-size: 19px
}

.woocommerce-cart .cart-collaterals .cart_totals table td {
    padding: 6px 0
}

.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th {
    vertical-align: top;
    border-left: 0;
    border-right: 0;
    padding: 13px 0px 11px 0px;
    line-height: 1em;
    letter-spacing: 2px;
    font-size: 19px
}

.woocommerce-cart .cart-collaterals .cart_totals table small {
    color: #777
}

.woocommerce-cart .cart-collaterals .cart_totals table select {
    width: 100%
}

.woocommerce-cart .cart-collaterals .cart_totals .discount td {
    color: #77a464
}

.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th {
    border-top: 1px solid #ebe9eb
}

.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product {
    margin-top: 0
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    width: auto !important;
    float: right !important;
    text-align: left !important;
    max-width: 464px !important
}

.woocommerce-cart tr.cart-subtotal>th,
.woocommerce-cart tr.shipping>th,
.woocommerce-cart tr.order-total>th {
    text-align: left
}

.order-total th {
    font-weight: bold
}

.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
    float: left;
    clear: none
}

.woocommerce-checkout .checkout .col-2 .notes {
    clear: left
}

.woocommerce-checkout .checkout .col-2 .form-row-first {
    clear: left
}

.woocommerce-checkout .checkout .create-account small {
    font-size: 11px;
    color: #777;
    font-weight: normal
}

.woocommerce-checkout .checkout div.shipping-address {
    padding: 0;
    clear: left;
    width: 100%
}

.woocommerce-checkout .checkout .shipping_address {
    clear: both
}

.woocommerce-checkout .woocommerce-checkout #payment div.payment_box p:last-child {
    margin-bottom: 0;
    font-size: 14px
}

.woocommerce-checkout #payment {
    background: #FFFFFF
}

.woocommerce-checkout #payment ul.payment_methods {
    *zoom: 1;
    text-align: left;
    padding: 1em;
    border-bottom: 0px solid #d3ced2;
    margin: 0;
    list-style: none outside
}

.woocommerce-checkout #payment ul.payment_methods:before,
.woocommerce-checkout #payment ul.payment_methods:after {
    content: " ";
    display: table
}

.woocommerce-checkout #payment ul.payment_methods:after {
    clear: both
}

.woocommerce-checkout #payment ul.payment_methods li {
    line-height: 2;
    text-align: left;
    margin: 0;
    font-weight: normal;
    *zoom: 1
}

.woocommerce-checkout #payment ul.payment_methods li:before,
.woocommerce-checkout #payment ul.payment_methods li:after {
    content: " ";
    display: table
}

.woocommerce-checkout #payment ul.payment_methods li:after {
    clear: both
}

.woocommerce-checkout #payment ul.payment_methods li input {
    margin: 0 1em 0 0
}

.woocommerce-checkout #payment ul.payment_methods li img {
    vertical-align: middle;
    margin: -2px 0 0 .5em;
    padding: 0;
    position: relative;
    box-shadow: none
}

.woocommerce-checkout #payment ul.payment_methods li img+img {
    margin-left: 2px
}

.woocommerce-checkout #payment div.form-row {
    padding: 0em;
    margin-top: 20px
}

.woocommerce-checkout #payment div.payment_box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 2em 0 1em 0;
    font-size: 0.92em;
    line-height: 1.5;
    background-color: #EFEFEF;
    color: #515151
}

.woocommerce-checkout #payment div.payment_box input.input-text,
.woocommerce-checkout #payment div.payment_box textarea {
    border-color: #c7c1c6;
    border-top-color: #bbb3b9
}

.woocommerce-checkout #payment div.payment_box ::-webkit-input-placeholder {
    color: #bbb3b9
}

.woocommerce-checkout #payment div.payment_box :-moz-placeholder {
    color: #bbb3b9
}

.woocommerce-checkout #payment div.payment_box :-ms-input-placeholder {
    color: #bbb3b9
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc {
    font-size: 1.5em;
    padding: 8px;
    background-repeat: no-repeat;
    background-position: right
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa {
    background-image: url(../images/icons/credit-cards/visa.png)
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard {
    background-image: url(../images/icons/credit-cards/mastercard.png)
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser {
    background-image: url(../images/icons/credit-cards/laser.png)
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub {
    background-image: url(../images/icons/credit-cards/diners.png)
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro {
    background-image: url(../images/icons/credit-cards/maestro.png)
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb {
    background-image: url(../images/icons/credit-cards/jcb.png)
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex {
    background-image: url(../images/icons/credit-cards/amex.png)
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover {
    background-image: url(../images/icons/credit-cards/discover.png)
}

.woocommerce-checkout #payment div.payment_box span.help {
    font-size: .857em;
    color: #777;
    font-weight: normal
}

.woocommerce-checkout #payment div.payment_box .form-row {
    margin: 0 0 1em
}

.woocommerce-checkout #payment div.payment_box p:last-child {
    margin-bottom: 0
}

.woocommerce-checkout #payment div.payment_box:before {
    content: "";
    display: block;
    border: 1em solid EFEFEF;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -.75em;
    left: 0;
    margin: -1em 0 0 2em
}

.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    float: right;
    line-height: 52px;
    font-size: 0.83em;
    display: inline-block
}

.woocommerce-checkout #payment .payment_method_paypal img {
    max-height: 52px;
    vertical-align: middle
}

#content.twentyeleven .woocommerce-pagination a {
    font-size: 1em;
    line-height: 1
}

.single-product .twentythirteen .entry-summary,
.single-product .twentythirteen #reply-title,
.single-product .twentythirteen #respond #commentform {
    padding: 0
}

.single-product .twentythirteen p.stars {
    clear: both
}

.twentythirteen .woocommerce-breadcrumb {
    padding-top: 40px
}

.twentyfourteen ul.products li.product {
    margin-top: 0 !important
}

.cart-actions {
    padding-top: 20px
}

.select2-container .select2-choice {
    display: block;
    height: 26px;
    padding: 0 0 0 8px;
    overflow: hidden;
    position: relative;
    border: 0px solid #aaa;
    white-space: nowrap;
    line-height: 26px;
    color: #000000;
    text-decoration: none;
    border-radius: 4px;
    background-clip: padding-box;
    border: 0px solid #111;
    background: #FFFFFF;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0px;
    text-transform: uppercase;
    padding-top: 7px
}

.woocommerce .col2-set,
.woocommerce-page .col2-set {
    *zoom: 1;
    width: 100%
}

.woocommerce .col2-set:before,
.woocommerce .col2-set:after,
.woocommerce-page .col2-set:before,
.woocommerce-page .col2-set:after {
    content: " ";
    display: table
}

.woocommerce .col2-set:after,
.woocommerce-page .col2-set:after {
    clear: both
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
    float: left;
    width: 48%
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    float: right;
    width: 48%
}

.woocommerce img,
.woocommerce-page img {
    height: auto;
    max-width: 100%
}

.woocommerce div.product div.images,
.woocommerce #content div.product div.images,
.woocommerce-page div.product div.images,
.woocommerce-page #content div.product div.images {
    float: left;
    width: 48%
}

.woocommerce div.product div.thumbnails,
.woocommerce #content div.product div.thumbnails,
.woocommerce-page div.product div.thumbnails,
.woocommerce-page #content div.product div.thumbnails {
    *zoom: 1
}

.woocommerce div.product div.thumbnails:before,
.woocommerce div.product div.thumbnails:after,
.woocommerce #content div.product div.thumbnails:before,
.woocommerce #content div.product div.thumbnails:after,
.woocommerce-page div.product div.thumbnails:before,
.woocommerce-page div.product div.thumbnails:after,
.woocommerce-page #content div.product div.thumbnails:before,
.woocommerce-page #content div.product div.thumbnails:after {
    content: " ";
    display: table
}

.woocommerce div.product div.thumbnails:after,
.woocommerce #content div.product div.thumbnails:after,
.woocommerce-page div.product div.thumbnails:after,
.woocommerce-page #content div.product div.thumbnails:after {
    clear: both
}

.woocommerce div.product div.thumbnails a,
.woocommerce #content div.product div.thumbnails a,
.woocommerce-page div.product div.thumbnails a,
.woocommerce-page #content div.product div.thumbnails a {
    float: left;
    width: 30.75%;
    margin-right: 3.8%;
    margin-bottom: 1em
}

.woocommerce div.product div.thumbnails a.last,
.woocommerce #content div.product div.thumbnails a.last,
.woocommerce-page div.product div.thumbnails a.last,
.woocommerce-page #content div.product div.thumbnails a.last {
    margin-right: 0
}

.woocommerce div.product div.thumbnails a.first,
.woocommerce #content div.product div.thumbnails a.first,
.woocommerce-page div.product div.thumbnails a.first,
.woocommerce-page #content div.product div.thumbnails a.first {
    clear: both
}

.woocommerce div.product div.thumbnails.columns-1 a,
.woocommerce #content div.product div.thumbnails.columns-1 a,
.woocommerce-page div.product div.thumbnails.columns-1 a,
.woocommerce-page #content div.product div.thumbnails.columns-1 a {
    width: 100%;
    margin-right: 0;
    float: none
}

.woocommerce div.product div.thumbnails.columns-2 a,
.woocommerce #content div.product div.thumbnails.columns-2 a,
.woocommerce-page div.product div.thumbnails.columns-2 a,
.woocommerce-page #content div.product div.thumbnails.columns-2 a {
    width: 48%
}

.woocommerce div.product div.thumbnails.columns-4 a,
.woocommerce #content div.product div.thumbnails.columns-4 a,
.woocommerce-page div.product div.thumbnails.columns-4 a,
.woocommerce-page #content div.product div.thumbnails.columns-4 a {
    width: 22.05%
}

.woocommerce div.product div.thumbnails.columns-5 a,
.woocommerce #content div.product div.thumbnails.columns-5 a,
.woocommerce-page div.product div.thumbnails.columns-5 a,
.woocommerce-page #content div.product div.thumbnails.columns-5 a {
    width: 16.9%
}

.woocommerce div.product div.summary,
.woocommerce #content div.product div.summary,
.woocommerce-page div.product div.summary,
.woocommerce-page #content div.product div.summary {
    float: right;
    width: 48%
}

.woocommerce div.product .woocommerce-tabs,
.woocommerce #content div.product .woocommerce-tabs,
.woocommerce-page div.product .woocommerce-tabs,
.woocommerce-page #content div.product .woocommerce-tabs {
    clear: both
}

.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce #content div.product .woocommerce-tabs ul.tabs,
.woocommerce-page div.product .woocommerce-tabs ul.tabs,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs {
    *zoom: 1
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce div.product .woocommerce-tabs ul.tabs:after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs:before,
.woocommerce #content div.product .woocommerce-tabs ul.tabs:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:after {
    content: " ";
    display: table
}

.woocommerce div.product .woocommerce-tabs ul.tabs:after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:after {
    clear: both
}

.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li {
    display: inline-block
}

.woocommerce div.product #reviews .comment,
.woocommerce #content div.product #reviews .comment,
.woocommerce-page div.product #reviews .comment,
.woocommerce-page #content div.product #reviews .comment {
    *zoom: 1
}

.woocommerce div.product #reviews .comment:before,
.woocommerce div.product #reviews .comment:after,
.woocommerce #content div.product #reviews .comment:before,
.woocommerce #content div.product #reviews .comment:after,
.woocommerce-page div.product #reviews .comment:before,
.woocommerce-page div.product #reviews .comment:after,
.woocommerce-page #content div.product #reviews .comment:before,
.woocommerce-page #content div.product #reviews .comment:after {
    content: " ";
    display: table
}

.woocommerce div.product #reviews .comment:after,
.woocommerce #content div.product #reviews .comment:after,
.woocommerce-page div.product #reviews .comment:after,
.woocommerce-page #content div.product #reviews .comment:after {
    clear: both
}

.woocommerce div.product #reviews .comment img,
.woocommerce #content div.product #reviews .comment img,
.woocommerce-page div.product #reviews .comment img,
.woocommerce-page #content div.product #reviews .comment img {
    float: right;
    height: auto
}

.woocommerce ul.products,
.woocommerce-page ul.products {
    clear: both;
    *zoom: 1
}

.woocommerce ul.products:before,
.woocommerce ul.products:after,
.woocommerce-page ul.products:before,
.woocommerce-page ul.products:after {
    content: " ";
    display: table
}

.woocommerce ul.products:after,
.woocommerce-page ul.products:after {
    clear: both
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    float: left;
    margin: 0 2.7% 53px 0;
    padding: 0;
    position: relative;
    width: 22.05%;
    margin-left: 0
}

.woocommerce ul.products li.first,
.woocommerce-page ul.products li.first {
    clear: both
}

.woocommerce ul.products li.last,
.woocommerce-page ul.products li.last {
    margin-right: 0
}

.woocommerce.columns-1 ul.products li.product,
.woocommerce-page.columns-1 ul.products li.product {
    width: 100%;
    margin-right: 0
}

.woocommerce.columns-2 ul.products li.product,
.woocommerce-page.columns-2 ul.products li.product {
    width: 48%
}

.woocommerce.columns-3 ul.products li.product,
.woocommerce-page.columns-3 ul.products li.product {
    width: 30.75%
}

.woocommerce.columns-5 ul.products li.product,
.woocommerce-page.columns-5 ul.products li.product {
    width: 16.95%
}

.woocommerce.columns-6 ul.products li.product,
.woocommerce-page.columns-6 ul.products li.product {
    width: 13.5%
}

.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
    float: left
}

.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
    float: right
}

.woocommerce .woocommerce-pagination ul.page-numbers,
.woocommerce-page .woocommerce-pagination ul.page-numbers {
    *zoom: 1
}

.woocommerce .woocommerce-pagination ul.page-numbers:before,
.woocommerce .woocommerce-pagination ul.page-numbers:after,
.woocommerce-page .woocommerce-pagination ul.page-numbers:before,
.woocommerce-page .woocommerce-pagination ul.page-numbers:after {
    content: " ";
    display: table
}

.woocommerce .woocommerce-pagination ul.page-numbers:after,
.woocommerce-page .woocommerce-pagination ul.page-numbers:after {
    clear: both
}

.woocommerce .woocommerce-pagination ul.page-numbers li,
.woocommerce-page .woocommerce-pagination ul.page-numbers li {
    display: inline-block
}

.woocommerce table.cart img,
.woocommerce #content table.cart img,
.woocommerce-page table.cart img,
.woocommerce-page #content table.cart img {
    height: auto
}

.woocommerce table.cart td.actions,
.woocommerce #content table.cart td.actions,
.woocommerce-page table.cart td.actions,
.woocommerce-page #content table.cart td.actions {
    text-align: right
}

.woocommerce table.cart td.actions .input-text,
.woocommerce #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text {
    width: 80px
}

.woocommerce table.cart td.actions .coupon,
.woocommerce #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon {
    float: left
}

.woocommerce table.cart td.actions .coupon label,
.woocommerce #content table.cart td.actions .coupon label,
.woocommerce-page table.cart td.actions .coupon label,
.woocommerce-page #content table.cart td.actions .coupon label {
    display: none
}

.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
    *zoom: 1;
    width: 100%
}

.woocommerce .cart-collaterals:before,
.woocommerce .cart-collaterals:after,
.woocommerce-page .cart-collaterals:before,
.woocommerce-page .cart-collaterals:after {
    content: " ";
    display: table
}

.woocommerce .cart-collaterals:after,
.woocommerce-page .cart-collaterals:after {
    clear: both
}

.woocommerce .cart-collaterals .related,
.woocommerce-page .cart-collaterals .related {
    width: 30.75%;
    float: left
}

.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
    width: 48%;
    float: left
}

.woocommerce .cart-collaterals .cross-sells ul.products,
.woocommerce-page .cart-collaterals .cross-sells ul.products {
    float: none
}

.woocommerce .cart-collaterals .cross-sells ul.products li,
.woocommerce-page .cart-collaterals .cross-sells ul.products li {
    width: 48%
}

.woocommerce .cart-collaterals .shipping_calculator,
.woocommerce-page .cart-collaterals .shipping_calculator {
    width: 48%;
    *zoom: 1;
    clear: right;
    float: right
}

.woocommerce .cart-collaterals .shipping_calculator:before,
.woocommerce .cart-collaterals .shipping_calculator:after,
.woocommerce-page .cart-collaterals .shipping_calculator:before,
.woocommerce-page .cart-collaterals .shipping_calculator:after {
    content: " ";
    display: table
}

.woocommerce .cart-collaterals .shipping_calculator:after,
.woocommerce-page .cart-collaterals .shipping_calculator:after {
    clear: both
}

.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,
.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2,
.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,
.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2 {
    width: 47%
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    float: right;
    width: 48%
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li,
.woocommerce-page ul.cart_list li,
.woocommerce-page ul.product_list_widget li {
    *zoom: 1
}

.woocommerce ul.cart_list li:before,
.woocommerce ul.cart_list li:after,
.woocommerce ul.product_list_widget li:before,
.woocommerce ul.product_list_widget li:after,
.woocommerce-page ul.cart_list li:before,
.woocommerce-page ul.cart_list li:after,
.woocommerce-page ul.product_list_widget li:before,
.woocommerce-page ul.product_list_widget li:after {
    content: " ";
    display: table
}

.woocommerce ul.cart_list li:after,
.woocommerce ul.product_list_widget li:after,
.woocommerce-page ul.cart_list li:after,
.woocommerce-page ul.product_list_widget li:after {
    clear: both
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.cart_list li img,
.woocommerce-page ul.product_list_widget li img {
    float: right;
    height: auto
}

.woocommerce form .form-row,
.woocommerce-page form .form-row {
    *zoom: 1
}

.woocommerce form .form-row:before,
.woocommerce form .form-row:after,
.woocommerce-page form .form-row:before,
.woocommerce-page form .form-row:after {
    content: " ";
    display: table
}

.woocommerce form .form-row:after,
.woocommerce-page form .form-row:after {
    clear: both
}

.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
    display: block
}

.woocommerce form .form-row label.checkbox,
.woocommerce-page form .form-row label.checkbox {
    display: inline
}

.woocommerce form .form-row select,
.woocommerce-page form .form-row select {
    width: 100%
}

.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text {
    box-sizing: border-box;
    width: 100%
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
    float: left;
    width: 47%;
    overflow: visible
}

.woocommerce form .form-row-last,
.woocommerce-page form .form-row-last {
    float: right
}

.woocommerce form .form-row-wide,
.woocommerce-page form .form-row-wide {
    clear: both
}

.woocommerce #payment .form-row select,
.woocommerce-page #payment .form-row select {
    width: auto
}

.woocommerce #payment .terms,
.woocommerce-page #payment .terms {
    text-align: right;
    padding: 0 1em 0
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    float: right
}

.twentyfourteen .tfwc {
    padding: 12px 10px 0;
    max-width: 474px;
    margin: 0 auto
}

.twentyfourteen .tfwc .product .entry-summary {
    padding: 0 !important;
    margin: 0 0 1.618em !important
}

.twentyfourteen .tfwc div.product.hentry.has-post-thumbnail {
    margin-top: 0
}

.twentyfourteen .tfwc .product .images img {
    margin-bottom: 1em
}

@media screen and (min-width: 673px) {
    .twentyfourteen .tfwc {
        padding-right: 30px;
        padding-left: 30px
    }
}

@media screen and (min-width: 1040px) {
    .twentyfourteen .tfwc {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media screen and (min-width: 1110px) {
    .twentyfourteen .tfwc {
        padding-right: 30px;
        padding-left: 30px
    }
}

@media screen and (min-width: 1218px) {
    .twentyfourteen .tfwc {
        margin-right: 54px
    }
    .full-width .twentyfourteen .tfwc {
        margin-right: auto
    }
}

.twentyfifteen .t15wc {
    padding-left: 7.6923%;
    padding-right: 7.6923%;
    padding-top: 7.6923%;
    margin-bottom: 7.6923%;
    background: #fff;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.15)
}

.twentyfifteen .t15wc .page-title {
    margin-left: 0
}

@media screen and (min-width: 38.75em) {
    .twentyfifteen .t15wc {
        margin-right: 7.6923%;
        margin-left: 7.6923%;
        margin-top: 8.3333%
    }
}

@media screen and (min-width: 59.6875em) {
    .twentyfifteen .t15wc {
        margin-left: 8.3333%;
        margin-right: 8.3333%;
        padding: 10%
    }
    .single-product .twentyfifteen .entry-summary {
        padding: 0 !important
    }
}

.woocommerce table.shop_table_responsive thead,
.woocommerce-page table.shop_table_responsive thead {
    display: none
}

.woocommerce table.shop_table_responsive tbody tr:first-child td:first-child,
.woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child {
    border-top: 0
}

.woocommerce table.shop_table_responsive tbody th,
.woocommerce-page table.shop_table_responsive tbody th {
    display: none
}

.woocommerce table.shop_table_responsive tr,
.woocommerce-page table.shop_table_responsive tr {
    display: block
}

.woocommerce table.shop_table_responsive tr td,
.woocommerce-page table.shop_table_responsive tr td {
    display: block
}

.woocommerce table.shop_table_responsive tr td:before,
.woocommerce-page table.shop_table_responsive tr td:before {
    content: attr(data-title) ": ";
    font-weight: 700
}

.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: rgba(0, 0, 0, 0.025)
}

.woocommerce table.my_account_orders tr td.order-actions,
.woocommerce-page table.my_account_orders tr td.order-actions {
    text-align: left
}

.woocommerce table.my_account_orders tr td.order-actions:before,
.woocommerce-page table.my_account_orders tr td.order-actions:before {
    display: none
}

.woocommerce table.my_account_orders tr td.order-actions .button,
.woocommerce-page table.my_account_orders tr td.order-actions .button {
    float: none;
    margin: .125em .25em .125em 0
}

.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-1,
.woocommerce-page .col2-set .col-2 {
    float: none;
    width: 100%
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    width: 23%;
    float: left;
    margin: 0 1%;
    text-align: center;
    clear: none
}


/*      .woocommerce div.product div.images,
      .woocommerce div.product div.summary,
      .woocommerce #content div.product div.images,
      .woocommerce #content div.product div.summary,
      .woocommerce-page div.product div.images,
      .woocommerce-page div.product div.summary,
      .woocommerce-page #content div.product div.images,
      .woocommerce-page #content div.product div.summary{
          float:none;width:100%
      }*/

.woocommerce table.cart td.actions,
.woocommerce #content table.cart td.actions,
.woocommerce-page table.cart td.actions,
.woocommerce-page #content table.cart td.actions {
    text-align: left
}

.woocommerce table.cart td.actions .coupon,
.woocommerce #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon {
    float: none;
    *zoom: 1;
    padding-bottom: .5em
}

.woocommerce table.cart td.actions .coupon:before,
.woocommerce table.cart td.actions .coupon:after,
.woocommerce #content table.cart td.actions .coupon:before,
.woocommerce #content table.cart td.actions .coupon:after,
.woocommerce-page table.cart td.actions .coupon:before,
.woocommerce-page table.cart td.actions .coupon:after,
.woocommerce-page #content table.cart td.actions .coupon:before,
.woocommerce-page #content table.cart td.actions .coupon:after {
    content: " ";
    display: table
}

.woocommerce table.cart td.actions .coupon:after,
.woocommerce #content table.cart td.actions .coupon:after,
.woocommerce-page table.cart td.actions .coupon:after,
.woocommerce-page #content table.cart td.actions .coupon:after {
    clear: both
}

.woocommerce table.cart td.actions input,
.woocommerce table.cart td.actions .button,
.woocommerce table.cart td.actions .input-text,
.woocommerce #content table.cart td.actions input,
.woocommerce #content table.cart td.actions .button,
.woocommerce #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions input,
.woocommerce-page table.cart td.actions .button,
.woocommerce-page table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions input,
.woocommerce-page #content table.cart td.actions .button,
.woocommerce-page #content table.cart td.actions .input-text {
    width: 48%;
    box-sizing: border-box
}

.woocommerce table.cart td.actions .input-text+.button,
.woocommerce table.cart td.actions .button.alt,
.woocommerce #content table.cart td.actions .input-text+.button,
.woocommerce #content table.cart td.actions .button.alt,
.woocommerce-page table.cart td.actions .input-text+.button,
.woocommerce-page table.cart td.actions .button.alt,
.woocommerce-page #content table.cart td.actions .input-text+.button,
.woocommerce-page #content table.cart td.actions .button.alt {
    float: right
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce .cart-collaterals .shipping_calculator,
.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .shipping_calculator,
.woocommerce-page .cart-collaterals .cross-sells {
    width: 100%;
    float: none;
    text-align: left
}

.woocommerce.woocommerce-checkout form.login .form-row,
.woocommerce-page.woocommerce-checkout form.login .form-row {
    width: 100%;
    float: none
}

.woocommerce #payment .terms,
.woocommerce-page #payment .terms {
    text-align: left;
    padding: 0
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    float: none;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 1em
}

.woocommerce .lost_reset_password .form-row-first,
.woocommerce .lost_reset_password .form-row-last,
.woocommerce-page .lost_reset_password .form-row-first,
.woocommerce-page .lost_reset_password .form-row-last {
    width: 100%;
    float: none;
    margin-right: 0
}

.single-product .twentythirteen .panel {
    padding-left: 20px !important;
    padding-right: 20px !important
}

@media screen and (max-height: 1260px) {
    .mfp-wrap {
        height: 88%
    }
    .mfp-container {
        overflow: auto
    }
}

@media screen and (max-height: 1231px) {
    .mfp-wrap {
        height: 84%
    }
    .mfp-container {
        overflow: auto
    }
}

@media screen and (max-height: 1057px) {
    .mfp-wrap {
        height: 84%
    }
}

@media screen and (max-height: 808px) {
    .mfp-wrap {
        height: 81%
    }
    .mfp-container {
        overflow: auto
    }
}

@media screen and (max-height: 724px) {
    .mfp-wrap {
        height: 77%
    }
    .mfp-container {
        overflow: auto
    }
}

@media screen and (max-width: 1150px) {
    .woocommerce .cart-collaterals .cart_totals,
    .woocommerce-page .cart-collaterals .cart_totals {
        max-width: 39.4% !important
    }
}

@media screen and (max-width: 800px) {
    .woocommerce .cart-collaterals .cart_totals,
    .woocommerce-page .cart-collaterals .cart_totals {
        max-width: 100% !important
    }
}

@media screen and (max-width: 1510px) {
    .shop-nav {
        padding-right: 4px
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .fixed-details {
        padding-right: 15px
    }
    .page-container {
        margin-top: 110px
    }
    .fixed-details {
        position: relative
    }
    .bg-logo {
        top: 175px
    }
    #sticker {
        top: 27px !important
    }
    .mfp-wrap {
        height: 78% !important
    }
    .mfp-container {
        padding: 30px;
        overflow-x: scroll !important
    }
    .about-container .feat_img_1 {
        padding-bottom: 50px
    }
    .about-container .right-img {
        width: 39%
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .profile-image {
        max-width: 80% !Important
    }
    .padding-profile {
        padding-bottom: 50px;
        display: inline-block
    }
    body>footer>div>div>div>div>ul>li:nth-child(3) {
        width: 37%
    }
    ul.footer li:nth-child(3) a {
        margin-left: 14%
    }
    body>footer>div>div>div>div>ul>li:nth-child(4) {
        width: 11%
    }
    ul.footer li:nth-child(2) a {
        margin-left: 3%
    }
}

@media only screen and (min-width: 414px) and (max-width: 767px) and (orientation: landscape) {
    body>footer>div>div>div>div>ul>li:nth-child(3) {
        width: 30%
    }
    ul.footer li:nth-child(3) a {
        margin-left: 18%
    }
    body>footer>div>div>div>div>ul>li:nth-child(4) {
        width: 19%
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    ul.footer li a {
        text-transform: uppercase;
        font-size: 22px
    }
    ul.footer li:nth-child(3) a {
        margin-left: 6%
    }
}

@media only screen and (max-width: 627px) {
    .mfp-container {
        height: auto
    }
    .product-images {
        display: none
    }
    .page-container {
        margin-top: 110px
    }
    .mobile-bag {
        display: block !important
    }
    .woocommerce-page .shop-nav .mobile-bag a {
        width: 10px
    }
    .mobile-bag {
        display: block;
        position: fixed;
        top: 63px;
        font-family: CalibreMedium, Helvetica, Arial, "Lucida Grande", sans-serif;
        right: 13px;
        width: 10px
    }
    .mobile-bag a {
        word-wrap: break-word;
        width: 10px;
        line-height: 18px
    }
    .bag-text-mobile {
        padding-bottom: 10px;
        display: block
    }
    .home .page-container {
        margin-top: 50px
    }
    .page-container {
        margin-top: 80px
    }
    .page-footer {
        padding-top: 8px;
        height: 60px
    }
    .mfp-container {
        height: 86% !important
    }
    .page-footer .copyright {
        font-size: 10px;
        letter-spacing: 1px;
        text-align: center;
        float: none
    }
    ul.footer li {
        float: left;
        text-align: center;
        width: 49%
    }
    .woocommerce-page .shop-nav a.cart-contents {
        border-bottom: 0px
    }
    .mb-hide {
        display: none
    }
    h2.lead-title {
        font-size: 20px;
        line-height: 27px;
        letter-spacing: 8px;
        margin-bottom: 0px;
        margin-top: -7px
    }
    h3.sub-text {
        font-size: 20px;
        line-height: 27px
    }
    .block-container {
        padding-bottom: 40px
    }
    .text-layout {
        min-height: 314px
    }
    .fancybox-overlay {
        margin: 89px 15px 65px 15px
    }
    .fancybox-close {
        right: 25px
    }
    .measure {
        font-size: 16px
    }
    p,
    li,
    td,
    th {
        font-size: 16px
    }
    ul.footer li {
        margin-right: 0px
    }
    ul.footer li a {
        font-size: 10px;
        margin-right: 0px
    }
    ul.footer li:nth-child(1) {
        text-align: center
    }
    ul.footer li:last-child {
        text-align: center
    }
    ul.footer li:nth-child(2) a {
        margin-right: 0px
    }
    ul.footer li:nth-child(3) a {
        margin-left: 0px
    }
    .about-nav {
        padding-top: 9px;
        margin-left: 4px;
        width: 55px;
        overflow: hidden
    }
    .shop-nav {
        padding-top: 9px;
        width: 78px;
        overflow: hidden
    }
    .cart-contents {
        position: absolute;
        font-size: 11px !important;
        top: 8px;
        left: 6px;
        font-family: CalibreMedium, Helvetica, Arial, "Lucida Grande", sans-serif
    }
    a.shop {
        text-decoration: none;
        font-family: CalibreMedium, Helvetica, Arial, "Lucida Grande", sans-serif;
        font-size: 24px;
        color: #000000;
        letter-spacing: 3.7px;
        line-height: 29px;
        margin-right: 4px;
        float: right
    }
    .bag-icon {
        width: 17px;
        height: 19px;
        background-size: 17px;
    }
    .fixed-details {
        position: relative;
        max-width: 1200px;
        padding-bottom: 40px
    }
    ul.product-images {
        list-style: none;
        padding-bottom: 0px
    }
    .about-nav a,
    .shop-nav a {
        font-size: 13px
    }
    .about-container .feat_img_1 {
        padding-bottom: 59px
    }
    #logo {
        text-align: center;
        letter-spacing: 4.63px;
        line-height: 25px;
        padding-top: 0px;
        width: 151px;
        margin: 0 auto;
        margin-top: -5px;
    }
    .about-container .right-img {
        width: 100%
    }
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: 100%;
        margin-right: 0px
    }
    .woocommerce-cart table.cart td.actions .coupon {
        width: 100%
    }
    .woocommerce #submit_coupon {
        width: 50%
    }
    body>main>div>div.container>div>div>div>form>div>table>tbody>tr td.product-price {
        display: none
    }
    .woocommerce-cart .update_cart {
        display: none !important
    }
    .woocommerce-cart td.product-name {
        padding-left: 15px !important
    }
    .woocommerce-cart td.product-quantity,
    .woocommerce-cart td.product-remove {
        text-align: center !important
    }
    .woocommerce-checkout .woocommerce .col2-set {
        width: 100% !important
    }
    .woocommerce-checkout .woocommerce-checkout-review-order {
        padding-top: 20px;
        width: 100% !important
    }
    .variations fieldset {
        width: 300px
    }
    .text-box {
        display: none
    }
    .instagram-layout .insta-img-container img {
        max-width: 100%
    }
    .qty {
        display: none
    }
    .text-insta-box {
        max-width: 272px;
        position: relative;
        padding-top: 15px
    }
    .woocommerce-page .shop-nav a {
        width: 43px;
        margin-right: 5px
    }
    .woocommerce div.product form.cart .button {
        margin-bottom: 50px
    }
    .woocommerce table.shop_table tbody:first-child tr:first-child th,
    .woocommerce table.shop_table tbody:first-child tr:first-child td {
        border-top: 0;
        padding-right: 9px !important
    }
    .woocommerce-cart input {
        background-color: #EFEFEF
    }
    .woocommerce .woocommerce-info {
        font-size: 13px
    }
    .woocommerce .login p {
        font-size: 13px;
        width: 100%;
        line-height: 18px
    }
    .woocommerce .login #username,
    .woocommerce .login #password {
        width: 100% !important
    }
    .woocommerce form .form-row-first,
    .woocommerce form .form-row-last,
    .woocommerce-page form .form-row-first,
    .woocommerce-page form .form-row-last {
        float: left;
        width: 100%;
        overflow: visible;
        padding-right: 0px;
        margin-left: 0px;
        padding-left: 0px;
        margin-right: 0px
    }
    #billing_phone,
    #shipping_phone {
        width: 100%;
        float: right
    }
    .bg-logo {
        margin-top: 150px
    }
    .woocommerce-message {
        text-align: center;
        padding: 0px !important;
        margin: 0px !important;
        padding-bottom: 5px !important;
        font-size: 15px
    }
    .woocommerce-checkout .woocommerce table.shop_table {
        width: 100% !important
    }
    .text-layout .text-inner {
        max-width: 100%;
        margin-right: 0px
    }
    .counter-0 .profile-image {
        max-width: 100%;
        padding-left: 0px
    }
    .counter-1 .profile-image {
        max-width: 100%;
        padding-left: 0px
    }
    .counter-2 .profile-image {
        max-width: 100%;
        padding-left: 0px
    }
    .counter-3 .profile-image {
        max-width: 100%;
        padding-left: 0px
    }
    .counter-4 .profile-image {
        max-width: 100%;
        padding-left: 0px
    }
    .counter-5 .profile-image {
        max-width: 100%;
        padding-left: 0px
    }
    .counter-6 .profile-image {
        max-width: 100%;
        padding-left: 0px
    }
    .counter-7 .profile-image {
        max-width: 100%;
        padding-left: 0px
    }
    .profile-image {
        padding-bottom: 30px
    }
    p {
        letter-spacing: 0.8px
    }
    .padding-profile {
        padding-bottom: 40px;
        display: inline-block
    }
    .about-container .feat_img_1 {
        padding-bottom: 75px;
        max-width: 100%;
        margin: 0 auto
    }
    .top-container {
        padding-bottom: 50px;
        display: inline-block
    }
    .bespoke-container .inner {
        padding-right: 0px;
        padding-top: 0px;
        padding-left: 0px
    }
    .page-id-112 .about-nav a {
        border-bottom: 1px solid #000000;
        width: 86px;
        overflow: hidden;
        display: block;
        height: 20px
    }
    .about-nav a:hover {
        border-bottom: 1px solid #000000;
        height: 20px
    }
    .shop-nav a:hover {
        border-bottom: 1px solid #000000;
        height: 20px
    }
    .woocommerce-page .shop-nav a {
        height: 20px
    }
    .woocommerce-cart table.cart td.actions .coupon-container {
        width: 100% !important;
        border-bottom: 0px;
        padding-bottom: 0px !important
    }
    #coupon_code {
        font-size: 13px !important;
        background-color: #fff !important;
        width: 47% !important
    }
    .ex-padding-right {
        padding-right: 0%
    }
    .ex-padding-left {
        padding-left: 0%
    }
    .text-container-left {
        padding-top: 0px;
        max-width: 100%
    }
    .padding-workshops h3.name {
        padding-bottom: 5px;
        font-size: 16px
    }
    .class_title {
        font-size: 16px
    }
    .workshops-padding {
        padding-top: 30px
    }
    .copyright-footer {
        padding-bottom: 100px;
        font-size: 10px;
        letter-spacing: 1px;
        padding-right: 3px;
        text-align: center
    }
    .mobile-show {
        display: block !important
    }
    .mobile-hide {
        display: none !important
    }
    .social-icons {
        display: none
    }
    .fit {
        font-size: 19px
    }
    .flex-control-paging li a {
        width: 9px;
        height: 9px
    }
    .flex-control-nav li {
        margin: 0 3px
    }
}

.related.products {
    clear: both;
}

ul.slides.lightSlider li.lslide.active {
    border-bottom: none;
}

.zoomContainer {
    z-index: 10;
}

.single-product div.product form.cart .variations label {
    font-size: 14px !important;
    padding: 6px 1px 0 0;
    text-transform: capitalize;
    color: #333;
}

.related.products>h2 {
    text-transform: capitalize;
    font-weight: 100;
}

.single-product div.product form.cart .variations select {
    padding: 5px;
    font-size: 14px !important;
    height: 30px;
}

.single-product .woocommerce-message {
    display: none !important;
}

.single-product div.product form.cart .button {
    margin: 20px 0 10px;
    background-color: #333 !important;
    border-radius: 0px;
    border-color: #333;
    color: #eee;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 14px;
    padding: 10px 8px 8px !important;
    text-transform: uppercase;
    font-weight: normal;
    min-width: 100px;
    cursor: pointer;
    width: auto;
    -webkit-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -ms-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    transition: all .1s ease-in;
}

.single-product div.product form.cart .button:hover {
    background-color: #000;
}

.single-product div.product .product_title {
    font-size: 26px;
    letter-spacing: 1.5px;
    font-family: CalibreMedium, Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 100;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.single-product div.product span.price,
.single-product div.product p.price {
    margin-top: 10px;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: lighter;
    /*    font-family: GillSansMTStd-Book, sans-serif;*/
    font-family: CalibreRegular, Helvetica, Arial, "Lucida Grande", sans-serif;
}

.single-product div.product form.cart .variations select {
    border: solid 1px #333;
    line-height: 1.8em;
    /*width: 10px;*/
    margin-bottom: 0;
}

.single-product div.product form.cart .variations td {
    width: 100%;
    float: left;
    margin-bottom: 0;
}

.single-product table.variations tr {
    float: left;
    margin-right: 5px;
    width: 110px;
}

.single-product div.product form.cart .variations td.value {
    width: 80px;
    float: left;
}

.single-product div.product form.cart .reset_variations {
    display: none !important;
}

.single-product div.product form.cart div.quantity {
    clear: both;
    float: left;
    width: 100%;
}

label.qunty-label {
    /*font-weight: bold;*/
    font-size: 14px;
    margin: 15px 0 0;
    font-weight: 100;
}

.single-product .quantity input {
    width: 30px !important;
    border: 1px solid #333;
    padding: 8px 0px 2px;
    height: 20px;
    line-height: 10px;
    vertical-align: middle;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before {
    visibility: hidden;
}

.single-product div.product .woocommerce-tabs ul.tabs {
    padding-left: 0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    background: #eee;
    border-bottom: #fff;
    z-index: 5;
    position: relative;
    font-weight: bold;
}

.single-product .woocommerce-tabs ul.tabs li {
    list-style: none;
    display: inline-block;
    line-height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    text-decoration: underline !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    background: #fff;
    color: #000;
    display: inline-block;
    font-size: 10px;
    line-height: 100%;
    padding: 10px 10px 6px;
    text-transform: uppercase;
    border: 1px solid #eee;
    margin: 0px;
    z-index: 1;
    position: relative;
    text-decoration: none;
    padding: 10px 5px 6px;
    text-transform: uppercase;
    margin: 0px;
    letter-spacing: 0.6px;
    /*    font-family: GillSansMTStd-Book, sans-serif;*/
    font-family: CalibreRegular, Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 100 !important;
}

.woocommerce div.product .woocommerce-tabs a.active {
    background: #eee;
    border-bottom: #fff;
    z-index: 5;
    position: relative;
    font-weight: bold;
}

.woocommerce div.product .woocommerce-tabs .panel>h2 {
    display: none;
}

.single-product div.product .woocommerce-tabs .panel p,
.single-product div.product .woocommerce-tabs .panel li {
    font-size: 12px;
    font-weight: 100;
    line-height: 16px;
    color: #333333;
    /*    font-family: GillSansMTStd-Book, sans-serif;*/
    font-family: CalibreRegular, Helvetica, Arial, "Lucida Grande", sans-serif;
}

.single-product div.product .woocommerce-tabs .panel li {
    margin-bottom: 5px;
}

.single-product .related.products .star-rating {
    display: none;
}

.single-product .related.products ul.products li.product a>img {
    margin-bottom: 0;
}

.single-product .related.products ul.products li.product h3 {
    font-size: 14px;
    line-height: 15px;
    padding-bottom: 0;
    /*padding-top: 0;*/
    font-family: GillSansMTStd-Book, sans-serif;
    font-weight: lighter;
}

.single-product .related.products ul.products li.product .price {
    color: #333;
    font-size: 14px;
    margin-top: -5px;
    margin-bottom: 0;
    font-family: GillSansMTStd-Book, sans-serif;
}

.single-product .related.products ul.products li.product .button {
    display: none;
}

.woocommerce ul.products li.product .price del {
    display: inline-block;
}

.single-product label.qunty-label {
    float: left;
    margin-top: 0;
    font-weight: 100 !important;
    font-size: 14px !important;
    color: #333;
    line-height: 22px;
}

ul#custom_social_links {
    display: inline-block;
    list-style: none;
    padding: 10px 0 0;
    width: 100%;
    /*border-top: 1px solid #e5e5e5;*/
}

ul#custom_social_links li {
    float: left;
    padding: 0 15px 0 0;
    list-style: none;
}

#custom_social_links i {
    font-size: 16px;
}

.single-product .woocommerce-variation-price {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
    display: none;
}

.single-product div.product p.stock {
    font-size: 16px;
    margin-bottom: 0;
}

.single-product .single_variation_wrap {
    margin-top: 15px;
}

.single-product .woocommerce-variation-add-to-cart {
    clear: both;
}

body.single-product {
    /*    font-family: GillSansMTStd-Book, sans-serif;*/
    font-family: CalibreRegular, Helvetica, Arial, "Lucida Grande", sans-serif;
}

.single-product div.product {
    margin-bottom: 0;
    position: relative;
    max-width: 1050px;
    margin: 0 auto;
}

.single-product div.product div.summary {
    margin-bottom: 0 !important;
}

.woocommerce-tabs.wc-tabs-wrapper {
    max-width: 100%;
}

html.js {
    /*    background-color: #fff;*/
}

.mobile-title {
    display: none;
}

.upsells.products {
    clear: both;
}

.upsells.products h2 {
    text-transform: capitalize;
    font-weight: 100;
    font-family: CalibreRegular, Helvetica, Arial, "Lucida Grande", sans-serif;
    letter-spacing: 1.3px;
    color: #333333;
}

@media screen and (max-width: 750px) {
    .woocommerce div.product div.images {
        width: 100%;
    }
    .single-product div.product .product_title {
        display: none;
    }
    .qty {
        display: block;
    }
    .mobile-title {
        display: block !important;
        margin-bottom: 15px !important;
        text-align: center;
    }
    .woocommerce span.onsale {
        top: 2.5em;
    }
    .lSSlideOuter.vertical {
        width: 100%;
        padding-right: 0 !important;
    }
    .lSSlideOuter.vertical .lSGallery {
        width: 100% !important;
        clear: both !important;
        position: relative !important;
        max-height: 80px;
        transform: translate3d(0px, 0px, 0px) !important;
        margin-top: 5px;
        margin-left: 0 !important;
    }
    .lSSlideOuter .lSPager.lSGallery li:first-child {
        margin-left: 0;
    }
    .lSSlideOuter .lSPager.lSGallery li:nth-child(5) {
        margin-right: 0;
    }
    .lSSlideOuter .lSPager.lSGallery li {
        width: 18% !important;
        float: left;
        margin: 0 1.2%;
        height: 80px !important;
    }
    ul.slides.lightSlider li {
        border: none;
    }
    .woocommerce div.product div.summary {
        width: 100%;
        z-index: 5;
    }
    .lSSlideWrapper {
        z-index: 0;
    }
    .zoomContainer {
        height: auto !important;
    }
    .single-product div.product {
        padding-top: 50px;
    }
}

@media screen and (max-width: 350px) {
    .lSSlideWrapper {
        height: 440px !important;
    }
}


/*Default*/

.zoom-img {
    width: 100%;
}

.responsive_default {
    display: inline-block;
    color: #159957;
}

.responsive_100 {
    display: none;
}


/*Target devices 600-799 width*/

@media only screen and (min-width: 100px) and (max-width: 750px) {
    .zoom-img {
        width: 100%;
    }
    .responsive_600 {
        display: inline-block;
    }
    .responsive_default {
        display: none;
    }
}

.single-product .page-wrap:after {
    height: 0;
}

@media only screen and (max-width: 627px) {
    .page-container {
        margin-top: 10px;
    }
    .copyright-footer {
        padding-bottom: 30px;
    }
    .page-container {
        margin-top: 43px;
    }
    .block-container {
        padding-top: 60px;
    }
}

@media only screen and (min-width: 1200px) {
    .block-container {
        padding-top: 0px!important;
    }
}


/*          Checkout Page*/

.woocommerce-billing-fields {
    margin-top: 20px;
}

.select2-container .select2-choice {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.woocommerce form .form-row .input-checkbox {
    -webkit-appearance: checkbox;
}

.woocommerce #payment .terms,
.woocommerce-page #payment .terms {
    float: none;
    display: inline-block;
    margin: 0px auto 30px;
}

.woocommerce-checkout #payment div.form-row.place-order {
    text-align: center;
}

.woocommerce form .form-row label.checkbox,
.woocommerce-page form .form-row label.checkbox {
    float: right;
    line-height: 1.4em;
    margin-left: 25px;
    letter-spacing: 4px;
}

.woocommerce form .form-row label.checkbox a,
.woocommerce-page form .form-row label.checkbox a {
    text-decoration: underline;
}

.simplepopup h3 {
    margin-bottom: 10px;
    margin-top: 10px;
}

.simplepopup ul li {
    font-size: 14px;
}


/*------------------------------------------------
CSS Changes Shown in my original screenshot
------------------------------------------------*/

.single-product label.qunty-label {
    display: none;
}

.single-product div.product form.cart div.quantity {
    display: none;
}

.single-product div.product form.cart .variations select {
    padding: 6px;
    font-size: 11px !important;
}

.single-product div.product form.cart .button {
    margin: 10px 0 10px;
}

.single-product div.product {
    padding-top: 20px;
}


/*------------------------------------------------
Also Include the below
------------------------------------------------*/

.upsells.products h2 {
    text-transform: none;
    font-family: CalibreMedium, Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 100;
    padding-left: 9px;
    padding-bottom: 4px;
}

.upsells.products {
    padding-bottom: 50px;
}

.single-product table.variations tr {
    float: left;
    margin-right: 5px;
    width: 105px;
}

.single-product div.product form.cart .variations select {
    padding: 7px;
    font-size: 10.4px !important;
}

.woocommerce .quantity .qty {
    display: none;
}

.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info {
    margin-bottom: 10px!important;
}

.woocommerce table.shop_table td {
    padding: 6px 7px 6px 6px!important;
}

.cart-contents {
    margin-left: auto;
    margin-right: auto;
}

img.giftcardhelpicon {
    display: none!important;
}

#giftcard-sf-wr>div>label {
    padding-right: 5px;
    font-size: 14px!important;
}

#giftcard-sf-wr>div>select {
    padding: .5em;
    padding-right: 2em;
    padding-bottom: 0.1em;
    font-size: 11px !important;
    border: solid 1px #333;
    line-height: 1.6em;
    margin-bottom: 23px;
    letter-spacing: 0.1px!important;
}

textarea#message {
    width: 319px;
}

#giftcard-sf-wr>label {
    padding-right: 5px!important;
    font-size: 14px !important;
    padding: 6px 1px 0 0;
    text-transform: capitalize;
    color: #333;
}

span.jquery_form_help_giftcardsend_to_email.help.help-block {
    display: none!important;
}

.builder-popup {
    background-image: none!important;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    margin: 0 1% 15px !important;
}

.post-type-archive-product .col-3.tablet-col-3.phone-col-10 {
    display: none;
}

@media (min-width: 481px) and (max-width: 767px) {}

.woocommerce ul.products li.product:nth-child(4n+1) {
    clear: both !important;
}
