@charset "UTF-8";



/*!

 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome

 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)

 */



@font-face {

    font-family: FontAwesome;

    src: url(../fonts/fontawesome-webfonte0a5.eot?v=4.3.0);

    src: url(../fonts/fontawesome-webfontd41d.eot?#iefix&v=4.3.0) format('embedded-opentype'), url(../fonts/fontawesome-webfonte0a5.woff2?v=4.3.0) format('woff2'), url(../fonts/fontawesome-webfonte0a5.woff?v=4.3.0) format('woff'), url(../fonts/fontawesome-webfonte0a5.ttf?v=4.3.0) format('truetype'), url(../fonts/fontawesome-webfonte0a5.svg?v=4.3.0#fontawesomeregular) format('svg');

    font-weight: 400;

    font-style: normal

}



.fa {

    display: inline-block;

    font: normal normal normal 14px/1 FontAwesome;

    font-size: inherit;

    text-rendering: auto;

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;

    -webkit-transform: translate(0, 0);

    -ms-transform: translate(0, 0);

    -o-transform: translate(0, 0);

    transform: translate(0, 0)

}



.fa-lg {

    font-size: 1.33333333em;

    line-height: .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: .14285714em;

    text-align: center

}



.fa-li.fa-lg {

    left: -1.85714286em

}



.fa-border {

    padding: .2em .25em .15em;

    border: solid .08em #eee;

    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: fa-spin 2s infinite linear;

    -o-animation: fa-spin 2s infinite linear;

    animation: fa-spin 2s infinite linear

}



.fa-pulse {

    -webkit-animation: fa-spin 1s infinite steps(8);

    -o-animation: fa-spin 1s infinite steps(8);

    animation: fa-spin 1s infinite steps(8)

}



@-webkit-keyframes fa-spin {

    0% {

        -webkit-transform: rotate(0);

        transform: rotate(0)

    }

    100% {

        -webkit-transform: rotate(359deg);

        transform: rotate(359deg)

    }

}



@-o-keyframes fa-spin {

    0% {

        -webkit-transform: rotate(0);

        -o-transform: rotate(0);

        transform: rotate(0)

    }

    100% {

        -webkit-transform: rotate(359deg);

        -o-transform: rotate(359deg);

        transform: rotate(359deg)

    }

}



@keyframes fa-spin {

    0% {

        -webkit-transform: rotate(0);

        -o-transform: rotate(0);

        transform: rotate(0)

    }

    100% {

        -webkit-transform: rotate(359deg);

        -o-transform: rotate(359deg);

        transform: rotate(359deg)

    }

}



.fa-rotate-90 {

    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);

    -webkit-transform: rotate(90deg);

    -ms-transform: rotate(90deg);

    -o-transform: rotate(90deg);

    transform: rotate(90deg)

}



.fa-rotate-180 {

    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);

    -webkit-transform: rotate(180deg);

    -ms-transform: rotate(180deg);

    -o-transform: rotate(180deg);

    transform: rotate(180deg)

}



.fa-rotate-270 {

    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);

    -webkit-transform: rotate(270deg);

    -ms-transform: rotate(270deg);

    -o-transform: rotate(270deg);

    transform: rotate(270deg)

}



.fa-flip-horizontal {

    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);

    -webkit-transform: scale(-1, 1);

    -ms-transform: scale(-1, 1);

    -o-transform: scale(-1, 1);

    transform: scale(-1, 1)

}



.fa-flip-vertical {

    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);

    -webkit-transform: scale(1, -1);

    -ms-transform: scale(1, -1);

    -o-transform: scale(1, -1);

    transform: scale(1, -1)

}



:root .fa-flip-horizontal,

:root .fa-flip-vertical,

:root .fa-rotate-180,

:root .fa-rotate-270,

:root .fa-rotate-90 {

    -webkit-filter: none;

    filter: none

}



.fa-stack {

    position: relative;

    display: inline-block;

    width: 2em;

    height: 2em;

    line-height: 2em;

    vertical-align: middle

}



.fa-stack-1x,

.fa-stack-2x {

    position: absolute;

    left: 0;

    width: 100%;

    text-align: center

}



.fa-stack-1x {

    line-height: inherit

}



.fa-stack-2x {

    font-size: 2em

}



.fa-inverse {

    color: #fff

}



.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-close:before,

.fa-remove:before,

.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-cog:before,

.fa-gear: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-repeat:before,

.fa-rotate-right: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-image:before,

.fa-photo: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-exclamation-triangle:before,

.fa-warning: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,

.fa-bar-chart: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-cogs:before,

.fa-gears: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-f:before,

.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-floppy-o:before,

.fa-save:before {

    content: "\f0c7"

}



.fa-square:before {

    content: "\f0c8"

}



.fa-bars:before,

.fa-navicon:before,

.fa-reorder: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-sort:before,

.fa-unsorted:before {

    content: "\f0dc"

}



.fa-sort-desc:before,

.fa-sort-down:before {

    content: "\f0dd"

}



.fa-sort-asc:before,

.fa-sort-up:before {

    content: "\f0de"

}



.fa-envelope:before {

    content: "\f0e0"

}



.fa-linkedin:before {

    content: "\f0e1"

}



.fa-rotate-left:before,

.fa-undo:before {

    content: "\f0e2"

}



.fa-gavel:before,

.fa-legal:before {

    content: "\f0e3"

}



.fa-dashboard:before,

.fa-tachometer:before {

    content: "\f0e4"

}



.fa-comment-o:before {

    content: "\f0e5"

}



.fa-comments-o:before {

    content: "\f0e6"

}



.fa-bolt:before,

.fa-flash:before {

    content: "\f0e7"

}



.fa-sitemap:before {

    content: "\f0e8"

}



.fa-umbrella:before {

    content: "\f0e9"

}



.fa-clipboard:before,

.fa-paste: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-chain-broken:before,

.fa-unlink: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-caret-square-o-down:before,

.fa-toggle-down:before {

    content: "\f150"

}



.fa-caret-square-o-up:before,

.fa-toggle-up:before {

    content: "\f151"

}



.fa-caret-square-o-right:before,

.fa-toggle-right:before {

    content: "\f152"

}



.fa-eur:before,

.fa-euro:before {

    content: "\f153"

}



.fa-gbp:before {

    content: "\f154"

}



.fa-dollar:before,

.fa-usd:before {

    content: "\f155"

}



.fa-inr:before,

.fa-rupee:before {

    content: "\f156"

}



.fa-cny:before,

.fa-jpy:before,

.fa-rmb:before,

.fa-yen:before {

    content: "\f157"

}



.fa-rouble:before,

.fa-rub:before,

.fa-ruble:before {

    content: "\f158"

}



.fa-krw:before,

.fa-won: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,

.fa-gratipay: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-caret-square-o-left:before,

.fa-toggle-left:before {

    content: "\f191"

}



.fa-dot-circle-o:before {

    content: "\f192"

}



.fa-wheelchair:before {

    content: "\f193"

}



.fa-vimeo-square:before {

    content: "\f194"

}



.fa-try:before,

.fa-turkish-lira: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-bank:before,

.fa-institution:before,

.fa-university:before {

    content: "\f19c"

}



.fa-graduation-cap:before,

.fa-mortar-board: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: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-image-o:before,

.fa-file-photo-o:before,

.fa-file-picture-o:before {

    content: "\f1c5"

}



.fa-file-archive-o:before,

.fa-file-zip-o:before {

    content: "\f1c6"

}



.fa-file-audio-o:before,

.fa-file-sound-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-buoy:before,

.fa-life-ring:before,

.fa-life-saver:before,

.fa-support:before {

    content: "\f1cd"

}



.fa-circle-o-notch:before {

    content: "\f1ce"

}



.fa-ra:before,

.fa-rebel:before {

    content: "\f1d0"

}



.fa-empire:before,

.fa-ge: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-paper-plane:before,

.fa-send:before {

    content: "\f1d8"

}



.fa-paper-plane-o:before,

.fa-send-o:before {

    content: "\f1d9"

}



.fa-history:before {

    content: "\f1da"

}



.fa-circle-thin:before,

.fa-genderless: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"

}



.fa-futbol-o:before,

.fa-soccer-ball-o:before {

    content: "\f1e3"

}



.fa-tty:before {

    content: "\f1e4"

}



.fa-binoculars:before {

    content: "\f1e5"

}



.fa-plug:before {

    content: "\f1e6"

}



.fa-slideshare:before {

    content: "\f1e7"

}



.fa-twitch:before {

    content: "\f1e8"

}



.fa-yelp:before {

    content: "\f1e9"

}



.fa-newspaper-o:before {

    content: "\f1ea"

}



.fa-wifi:before {

    content: "\f1eb"

}



.fa-calculator:before {

    content: "\f1ec"

}



.fa-paypal:before {

    content: "\f1ed"

}



.fa-google-wallet:before {

    content: "\f1ee"

}



.fa-cc-visa:before {

    content: "\f1f0"

}



.fa-cc-mastercard:before {

    content: "\f1f1"

}



.fa-cc-discover:before {

    content: "\f1f2"

}



.fa-cc-amex:before {

    content: "\f1f3"

}



.fa-cc-paypal:before {

    content: "\f1f4"

}



.fa-cc-stripe:before {

    content: "\f1f5"

}



.fa-bell-slash:before {

    content: "\f1f6"

}



.fa-bell-slash-o:before {

    content: "\f1f7"

}



.fa-trash:before {

    content: "\f1f8"

}



.fa-copyright:before {

    content: "\f1f9"

}



.fa-at:before {

    content: "\f1fa"

}



.fa-eyedropper:before {

    content: "\f1fb"

}



.fa-paint-brush:before {

    content: "\f1fc"

}



.fa-birthday-cake:before {

    content: "\f1fd"

}



.fa-area-chart:before {

    content: "\f1fe"

}



.fa-pie-chart:before {

    content: "\f200"

}



.fa-line-chart:before {

    content: "\f201"

}



.fa-lastfm:before {

    content: "\f202"

}



.fa-lastfm-square:before {

    content: "\f203"

}



.fa-toggle-off:before {

    content: "\f204"

}



.fa-toggle-on:before {

    content: "\f205"

}



.fa-bicycle:before {

    content: "\f206"

}



.fa-bus:before {

    content: "\f207"

}



.fa-ioxhost:before {

    content: "\f208"

}



.fa-angellist:before {

    content: "\f209"

}



.fa-cc:before {

    content: "\f20a"

}



.fa-ils:before,

.fa-shekel:before,

.fa-sheqel:before {

    content: "\f20b"

}



.fa-meanpath:before {

    content: "\f20c"

}



.fa-buysellads:before {

    content: "\f20d"

}



.fa-connectdevelop:before {

    content: "\f20e"

}



.fa-dashcube:before {

    content: "\f210"

}



.fa-forumbee:before {

    content: "\f211"

}



.fa-leanpub:before {

    content: "\f212"

}



.fa-sellsy:before {

    content: "\f213"

}



.fa-shirtsinbulk:before {

    content: "\f214"

}



.fa-simplybuilt:before {

    content: "\f215"

}



.fa-skyatlas:before {

    content: "\f216"

}



.fa-cart-plus:before {

    content: "\f217"

}



.fa-cart-arrow-down:before {

    content: "\f218"

}



.fa-diamond:before {

    content: "\f219"

}



.fa-ship:before {

    content: "\f21a"

}



.fa-user-secret:before {

    content: "\f21b"

}



.fa-motorcycle:before {

    content: "\f21c"

}



.fa-street-view:before {

    content: "\f21d"

}



.fa-heartbeat:before {

    content: "\f21e"

}



.fa-venus:before {

    content: "\f221"

}



.fa-mars:before {

    content: "\f222"

}



.fa-mercury:before {

    content: "\f223"

}



.fa-transgender:before {

    content: "\f224"

}



.fa-transgender-alt:before {

    content: "\f225"

}



.fa-venus-double:before {

    content: "\f226"

}



.fa-mars-double:before {

    content: "\f227"

}



.fa-venus-mars:before {

    content: "\f228"

}



.fa-mars-stroke:before {

    content: "\f229"

}



.fa-mars-stroke-v:before {

    content: "\f22a"

}



.fa-mars-stroke-h:before {

    content: "\f22b"

}



.fa-neuter:before {

    content: "\f22c"

}



.fa-facebook-official:before {

    content: "\f230"

}



.fa-pinterest-p:before {

    content: "\f231"

}



.fa-whatsapp:before {

    content: "\f232"

}



.fa-server:before {

    content: "\f233"

}



.fa-user-plus:before {

    content: "\f234"

}



.fa-user-times:before {

    content: "\f235"

}



.fa-bed:before,

.fa-hotel:before {

    content: "\f236"

}



.fa-viacoin:before {

    content: "\f237"

}



.fa-train:before {

    content: "\f238"

}



.fa-subway:before {

    content: "\f239"

}



.fa-medium:before {

    content: "\f23a"

}



.select2-container {

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    display: inline-block;

    margin: 0;

    position: relative;

    vertical-align: middle

}



.select2-container .select2-selection--single {

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    cursor: pointer;

    display: block;

    height: 28px;

    /*-moz-user-select:none;

	-ms-user-select:none;

	user-select:none;

	-webkit-user-select:none*/

}



.menu-header {

    color: #f2f2f2;

    padding-top: 10px;

}



.select2-container .select2-selection--single .select2-selection__rendered {

    display: block;

    padding-left: 8px;

    padding-right: 20px;

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap

}



.select2-container .select2-selection--single .select2-selection__clear {

    position: relative

}



.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {

    padding-right: 8px;

    padding-left: 20px

}



.select2-container .select2-selection--multiple {

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    cursor: pointer;

    display: block;

    min-height: 32px;

    /*-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none*/

}



.select2-container .select2-selection--multiple .select2-selection__rendered {

    display: inline-block;

    overflow: hidden;

    padding-left: 8px;

    text-overflow: ellipsis;

    white-space: nowrap

}



.select2-container .select2-search--inline {

    float: left

}



.select2-container .select2-search--inline .select2-search__field {

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    border: none;

    font-size: 100%;

    margin-top: 5px;

    padding: 0

}



.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {

    -webkit-appearance: none

}



.select2-dropdown {

    background-color: #fff;

    border: 1px solid #aaa;

    border-radius: 4px;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    display: block;

    position: absolute;

    left: -100000px;

    width: 100%;

    z-index: 1051

}



.select2-results {

    display: block

}



.select2-results__options {

    list-style: none;

    margin: 0;

    padding: 0

}



.select2-results__option {

    padding: 6px;

    -moz-user-select: none;

    -ms-user-select: none;

    user-select: none;

    -webkit-user-select: none

}



.select2-results__option[aria-selected] {

    cursor: pointer

}



.select2-container--open .select2-dropdown {

    left: 0

}



.select2-container--open .select2-dropdown--above {

    border-bottom: none;

    border-bottom-left-radius: 0;

    border-bottom-right-radius: 0

}



.select2-container--open .select2-dropdown--below {

    border-top: none;

    border-top-left-radius: 0;

    border-top-right-radius: 0

}



.select2-search--dropdown {

    display: block;

    padding: 4px

}



.select2-search--dropdown .select2-search__field {

    padding: 4px;

    width: 100%;

    -webkit-box-sizing: border-box;

    box-sizing: border-box

}



.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {

    -webkit-appearance: none

}



.select2-search--dropdown.select2-search--hide {

    display: none

}



.select2-close-mask {

    border: 0;

    margin: 0;

    padding: 0;

    display: block;

    position: fixed;

    left: 0;

    top: 0;

    min-height: 100%;

    min-width: 100%;

    height: auto;

    width: auto;

    opacity: 0;

    z-index: 99;

    background-color: #fff;

    filter: alpha(opacity=0)

}



.select2-hidden-accessible {

    border: 0!important;

    clip: rect(0 0 0 0)!important;

    height: 1px!important;

    margin: -1px!important;

    overflow: hidden!important;

    padding: 0!important;

    position: absolute!important;

    width: 1px!important

}



.select2-container--default .select2-selection--single {

    background-color: #fff;

    border: 1px solid #aaa;

    border-radius: 4px

}



.select2-container--default .select2-selection--single .select2-selection__rendered {

    color: #444;

    line-height: 28px

}



.select2-container--default .select2-selection--single .select2-selection__clear {

    cursor: pointer;

    float: right;

    font-weight: 700

}



.select2-container--default .select2-selection--single .select2-selection__placeholder {

    color: #999

}



.select2-container--default .select2-selection--single .select2-selection__arrow {

    height: 26px;

    position: absolute;

    top: 1px;

    right: 1px;

    width: 20px

}



.select2-container--default .select2-selection--single .select2-selection__arrow b {

    border-color: #888 transparent transparent transparent;

    border-style: solid;

    border-width: 5px 4px 0 4px;

    height: 0;

    left: 50%;

    margin-left: -4px;

    margin-top: -2px;

    position: absolute;

    top: 50%;

    width: 0

}



.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {

    float: left

}



.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {

    left: 1px;

    right: auto

}



.select2-container--default.select2-container--disabled .select2-selection--single {

    background-color: #eee;

    cursor: default

}



.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {

    display: none

}



.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {

    border-color: transparent transparent #888 transparent;

    border-width: 0 4px 5px 4px

}



.select2-container--default .select2-selection--multiple {

    background-color: #fff;

    border: 1px solid #aaa;

    border-radius: 4px;

    cursor: text

}



.select2-container--default .select2-selection--multiple .select2-selection__rendered {

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    list-style: none;

    margin: 0;

    padding: 0 5px;

    width: 100%

}



.select2-container--default .select2-selection--multiple .select2-selection__placeholder {

    color: #999;

    margin-top: 5px;

    float: left

}



.select2-container--default .select2-selection--multiple .select2-selection__clear {

    cursor: pointer;

    float: right;

    font-weight: 700;

    margin-top: 5px;

    margin-right: 10px

}



.select2-container--default .select2-selection--multiple .select2-selection__choice {

    background-color: #e4e4e4;

    border: 1px solid #aaa;

    border-radius: 4px;

    cursor: default;

    float: left;

    margin-right: 5px;

    margin-top: 5px;

    padding: 0 5px

}



.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {

    color: #999;

    cursor: pointer;

    display: inline-block;

    font-weight: 700;

    margin-right: 2px

}



.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {

    color: #333

}



.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {

    float: right

}



.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {

    margin-left: 5px;

    margin-right: auto

}



.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {

    margin-left: 2px;

    margin-right: auto

}



.select2-container--default.select2-container--focus .select2-selection--multiple {

    border: solid #000 1px;

    outline: 0

}



.select2-container--default.select2-container--disabled .select2-selection--multiple {

    background-color: #eee;

    cursor: default

}



.select2-container--default.select2-container--disabled .select2-selection__choice__remove {

    display: none

}



.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {

    border-top-left-radius: 0;

    border-top-right-radius: 0

}



.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {

    border-bottom-left-radius: 0;

    border-bottom-right-radius: 0

}



.select2-container--default .select2-search--dropdown .select2-search__field {

    border: 1px solid #aaa

}



.select2-container--default .select2-search--inline .select2-search__field {

    background: 0 0;

    border: none;

    outline: 0;

    -webkit-box-shadow: none;

    box-shadow: none;

    -webkit-appearance: textfield

}



.select2-container--default .select2-results>.select2-results__options {

    max-height: 200px;

    overflow-y: auto

}



.select2-container--default .select2-results__option[role=group] {

    padding: 0

}



.select2-container--default .select2-results__option[aria-disabled=true] {

    color: #999

}



.select2-container--default .select2-results__option[aria-selected=true] {

    background-color: #ddd

}



.select2-container--default .select2-results__option .select2-results__option {

    padding-left: 1em

}



.select2-container--default .select2-results__option .select2-results__option .select2-results__group {

    padding-left: 0

}



.select2-container--default .select2-results__option .select2-results__option .select2-results__option {

    margin-left: -1em;

    padding-left: 2em

}



.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {

    margin-left: -2em;

    padding-left: 3em

}



.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {

    margin-left: -3em;

    padding-left: 4em

}



.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {

    margin-left: -4em;

    padding-left: 5em

}



.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {

    margin-left: -5em;

    padding-left: 6em

}



.select2-container--default .select2-results__option--highlighted[aria-selected] {

    background-color: #5897fb;

    color: #fff

}



.select2-container--default .select2-results__group {

    cursor: default;

    display: block;

    padding: 6px

}



.select2-container--classic .select2-selection--single {

    background-color: #f7f7f7;

    border: 1px solid #aaa;

    border-radius: 4px;

    outline: 0;

    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);

    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);

    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));

    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);

    background-repeat: repeat-x;

    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)

}



.select2-container--classic .select2-selection--single:focus {

    border: 1px solid #5897fb

}



.select2-container--classic .select2-selection--single .select2-selection__rendered {

    color: #444;

    line-height: 28px

}



.select2-container--classic .select2-selection--single .select2-selection__clear {

    cursor: pointer;

    float: right;

    font-weight: 700;

    margin-right: 10px

}



.select2-container--classic .select2-selection--single .select2-selection__placeholder {

    color: #999

}



.select2-container--classic .select2-selection--single .select2-selection__arrow {

    background-color: #ddd;

    border: none;

    border-left: 1px solid #aaa;

    border-top-right-radius: 4px;

    border-bottom-right-radius: 4px;

    height: 26px;

    position: absolute;

    top: 1px;

    right: 1px;

    width: 20px;

    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);

    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);

    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));

    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);

    background-repeat: repeat-x;

    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)

}



.select2-container--classic .select2-selection--single .select2-selection__arrow b {

    border-color: #888 transparent transparent transparent;

    border-style: solid;

    border-width: 5px 4px 0 4px;

    height: 0;

    left: 50%;

    margin-left: -4px;

    margin-top: -2px;

    position: absolute;

    top: 50%;

    width: 0

}



.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {

    float: left

}



.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {

    border: none;

    border-right: 1px solid #aaa;

    border-radius: 0;

    border-top-left-radius: 4px;

    border-bottom-left-radius: 4px;

    left: 1px;

    right: auto

}



.select2-container--classic.select2-container--open .select2-selection--single {

    border: 1px solid #5897fb

}



.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {

    background: 0 0;

    border: none

}



.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {

    border-color: transparent transparent #888 transparent;

    border-width: 0 4px 5px 4px

}



.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {

    border-top: none;

    border-top-left-radius: 0;

    border-top-right-radius: 0;

    background-image: -webkit-linear-gradient(top, #fff 0, #eee 50%);

    background-image: -o-linear-gradient(top, #fff 0, #eee 50%);

    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #eee));

    background-image: linear-gradient(to bottom, #fff 0, #eee 50%);

    background-repeat: repeat-x;

    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)

}



.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {

    border-bottom: none;

    border-bottom-left-radius: 0;

    border-bottom-right-radius: 0;

    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);

    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);

    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#fff));

    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);

    background-repeat: repeat-x;

    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)

}



.select2-container--classic .select2-selection--multiple {

    background-color: #fff;

    border: 1px solid #aaa;

    border-radius: 4px;

    cursor: text;

    outline: 0

}



.select2-container--classic .select2-selection--multiple:focus {

    border: 1px solid #5897fb

}



.select2-container--classic .select2-selection--multiple .select2-selection__rendered {

    list-style: none;

    margin: 0;

    padding: 0 5px

}



.select2-container--classic .select2-selection--multiple .select2-selection__clear {

    display: none

}



.select2-container--classic .select2-selection--multiple .select2-selection__choice {

    background-color: #e4e4e4;

    border: 1px solid #aaa;

    border-radius: 4px;

    cursor: default;

    float: left;

    margin-right: 5px;

    margin-top: 5px;

    padding: 0 5px

}



.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {

    color: #888;

    cursor: pointer;

    display: inline-block;

    font-weight: 700;

    margin-right: 2px

}



.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {

    color: #555

}



.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {

    float: right

}



.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {

    margin-left: 5px;

    margin-right: auto

}



.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {

    margin-left: 2px;

    margin-right: auto

}



.select2-container--classic.select2-container--open .select2-selection--multiple {

    border: 1px solid #5897fb

}



.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {

    border-top: none;

    border-top-left-radius: 0;

    border-top-right-radius: 0

}



.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {

    border-bottom: none;

    border-bottom-left-radius: 0;

    border-bottom-right-radius: 0

}



.select2-container--classic .select2-search--dropdown .select2-search__field {

    border: 1px solid #aaa;

    outline: 0

}



.select2-container--classic .select2-search--inline .select2-search__field {

    outline: 0;

    -webkit-box-shadow: none;

    box-shadow: none

}



.select2-container--classic .select2-dropdown {

    background-color: #fff;

    border: 1px solid transparent

}



.select2-container--classic .select2-dropdown--above {

    border-bottom: none

}



.select2-container--classic .select2-dropdown--below {

    border-top: none

}



.select2-container--classic .select2-results>.select2-results__options {

    max-height: 200px;

    overflow-y: auto

}



.select2-container--classic .select2-results__option[role=group] {

    padding: 0

}



.select2-container--classic .select2-results__option[aria-disabled=true] {

    color: grey

}



.select2-container--classic .select2-results__option--highlighted[aria-selected] {

    background-color: #3875d7;

    color: #fff

}



.select2-container--classic .select2-results__group {

    cursor: default;

    display: block;

    padding: 6px

}



.select2-container--classic.select2-container--open .select2-dropdown {

    border-color: #5897fb

}



.nano {

    position: relative;

    width: 100%;

    height: 100%;

    overflow: hidden

}



.nano>.nano-content {

    position: absolute;

    overflow: scroll;

    overflow-x: hidden;

    top: 0;

    right: 0;

    bottom: 0;

    left: 0

}



.nano>.nano-content:focus {

    outline: thin dotted

}



.nano>.nano-content::-webkit-scrollbar {

    display: none

}



.has-scrollbar>.nano-content::-webkit-scrollbar {

    display: block

}



.nano>.nano-pane {

    background: rgba(0, 0, 0, .25);

    position: absolute;

    width: 10px;

    right: 0;

    top: 0;

    bottom: 0;

    visibility: hidden\9;

    opacity: .01;

    -webkit-transition: .2s;

    -o-transition: .2s;

    transition: .2s;

    border-radius: 5px

}



.nano>.nano-pane>.nano-slider {

    background: #444;

    background: rgba(0, 0, 0, .5);

    position: relative;

    margin: 0 1px;

    border-radius: 3px

}



.nano-pane.active,

.nano-pane.flashed,

.nano:hover>.nano-pane {

    visibility: visible\9;

    opacity: .99

}



@font-face {

    font-family: PaymentFont;

    src: url(../fonts/paymentfont-webfont.eot);

    src: url(../fonts/paymentfont-webfontd41d.eot?#iefix) format('embedded-opentype'), url(../fonts/paymentfont-webfont.woff) format('woff2'), url(../fonts/paymentfont-webfont.woff) format('woff'), url(../fonts/paymentfont-webfont.ttf) format('truetype'), url(../fonts/paymentfont-webfont.svg#paymentfont-webfont) format('svg');

    font-weight: 400;

    font-style: normal

}



.pf {

    display: inline-block;

    font: normal normal normal 14px/1 PaymentFont;

    font-size: inherit;

    text-rendering: auto;

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale

}



.pf-amazon:before {

    content: "\f000"

}



.pf-american-express:before {

    content: "\f001"

}



.pf-american-express-alt:before {

    content: "\f002"

}



.pf-atm:before {

    content: "\f003"

}



.pf-bankomat:before {

    content: "\f004"

}



.pf-bank-transfer:before {

    content: "\f005"

}



.pf-bitcoin:before {

    content: "\f006"

}



.pf-bitcoin-sign:before {

    content: "\f007"

}



.pf-braintree:before {

    content: "\f008"

}



.pf-btc:before {

    content: "\f009"

}



.pf-card:before {

    content: "\f00a"

}



.pf-carta-si:before {

    content: "\f00b"

}



.pf-cash:before {

    content: "\f00c"

}



.pf-cash-on-delivery:before {

    content: "\f00d"

}



.pf-cb:before {

    content: "\f00e"

}



.pf-cirrus:before {

    content: "\f00f"

}



.pf-cirrus-alt:before {

    content: "\f010"

}



.pf-clickandbuy:before {

    content: "\f011"

}



.pf-credit-card:before {

    content: "\f012"

}



.pf-diners:before {

    content: "\f013"

}



.pf-discover:before {

    content: "\f014"

}



.pf-ec:before {

    content: "\f015"

}



.pf-eps:before {

    content: "\f016"

}



.pf-eur:before {

    content: "\f017"

}



.pf-facture:before {

    content: "\f018"

}



.pf-fattura:before {

    content: "\f019"

}



.pf-flattr:before {

    content: "\f01a"

}



.pf-giropay:before {

    content: "\f01b"

}



.pf-gittip:before,

.pf-gratipay:before {

    content: "\f01c"

}



.pf-google-wallet:before {

    content: "\f01d"

}



.pf-google-wallet-alt:before {

    content: "\f01e"

}



.pf-gbp:before {

    content: "\f01f"

}



.pf-ideal:before {

    content: "\f020"

}



.pf-ils:before {

    content: "\f021"

}



.pf-inr:before {

    content: "\f022"

}



.pf-invoice:before {

    content: "\f023"

}



.pf-invoice-sign:before {

    content: "\f024"

}



.pf-invoice-sign-alt:before {

    content: "\f025"

}



.pf-invoice-sign-alt-o:before {

    content: "\f026"

}



.pf-invoice-sign-o:before {

    content: "\f027"

}



.pf-jcb:before {

    content: "\f028"

}



.pf-jpy:before {

    content: "\f029"

}



.pf-krw:before {

    content: "\f02a"

}



.pf-maestro:before {

    content: "\f02b"

}



.pf-maestro-alt:before {

    content: "\f02c"

}



.pf-mastercard:before {

    content: "\f02d"

}



.pf-mastercard-alt:before {

    content: "\f02e"

}



.pf-mastercard-securecode:before {

    content: "\f02f"

}



.pf-ogone:before {

    content: "\f030"

}



.pf-paybox:before {

    content: "\f031"

}



.pf-paylife:before {

    content: "\f032"

}



.pf-paypal:before {

    content: "\f033"

}



.pf-paypal-alt:before {

    content: "\f034"

}



.pf-paysafecard:before {

    content: "\f035"

}



.pf-postepay:before {

    content: "\f036"

}



.pf-quick:before {

    content: "\f037"

}



.pf-rechnung:before {

    content: "\f038"

}



.pf-ripple:before {

    content: "\f039"

}



.pf-rub:before {

    content: "\f03a"

}



.pf-skrill:before {

    content: "\f03b"

}



.pf-sofort:before {

    content: "\f03c"

}



.pf-square:before {

    content: "\f03d"

}



.pf-stripe:before {

    content: "\f03e"

}



.pf-truste:before {

    content: "\f03f"

}



.pf-try:before {

    content: "\f040"

}



.pf-unionpay:before {

    content: "\f041"

}



.pf-usd:before {

    content: "\f042"

}



.pf-verified-by-visa:before {

    content: "\f043"

}



.pf-verisign:before {

    content: "\f044"

}



.pf-visa:before {

    content: "\f045"

}



.pf-visa-electron:before {

    content: "\f046"

}



.pf-western-union:before {

    content: "\f047"

}



.pf-western-union-alt:before {

    content: "\f048"

}



.pf-wirecard:before {

    content: "\f049"

}



.pf-sepa:before {

    content: "\f04a"

}



.pf-sepa-alt:before {

    content: "\f04b"

}



.pf-apple-pay:before {

    content: "\f04c"

}



.pf-interac:before {

    content: "\f04d"

}



.pf-paymill:before {

    content: "\f04e"

}



.pf-dankort:before {

    content: "\f04f"

}



.pf-bancontact-mister-cash:before {

    content: "\f050"

}



.pf-moip:before {

    content: "\f051"

}



.pf-pagseguro:before {

    content: "\f052"

}



.pf-cash-on-pickup:before {

    content: "\f053"

}



.pf-sage:before {

    content: "\f054"

}



.pf-elo:before {

    content: "\f055"

}



.pf-elo-alt:before {

    content: "\f056"

}



.pf-payu:before {

    content: "\f057"

}



.pf-mercado-pago:before {

    content: "\f058"

}



.pf-mercado-pago-sign:before {

    content: "\f059"

}



.pf-payshop:before {

    content: "\f05a"

}



.pf-multibanco:before {

    content: "\f05b"

}



.pf-gratipay-sign:before {

    content: "\f05c"

}



.pf-six:before {

    content: "\f05d"

}



.pf-cashcloud:before {

    content: "\f05e"

}



@font-face {

    font-family: PaymentFont;

    src: url(../fonts/paymentfont-webfont.eot);

    src: url(../fonts/paymentfont-webfontd41d.eot?#iefix) format('embedded-opentype'), url(../fonts/paymentfont-webfont.woff) format('woff2'), url(../fonts/paymentfont-webfont.woff) format('woff'), url(../fonts/paymentfont-webfont.ttf) format('truetype'), url(../fonts/paymentfont-webfont.svg#paymentfont-webfont) format('svg');

    font-weight: 400;

    font-style: normal

}



.pf {

    display: inline-block;

    font: normal normal normal 14px/1 PaymentFont;

    font-size: inherit;

    text-rendering: auto;

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale

}



.pf-amazon:before {

    content: "\f000"

}



.pf-american-express:before {

    content: "\f001"

}



.pf-american-express-alt:before {

    content: "\f002"

}



.pf-atm:before {

    content: "\f003"

}



.pf-bankomat:before {

    content: "\f004"

}



.pf-bank-transfer:before {

    content: "\f005"

}



.pf-bitcoin:before {

    content: "\f006"

}



.pf-bitcoin-sign:before {

    content: "\f007"

}



.pf-braintree:before {

    content: "\f008"

}



.pf-btc:before {

    content: "\f009"

}



.pf-card:before {

    content: "\f00a"

}



.pf-carta-si:before {

    content: "\f00b"

}



.pf-cash:before {

    content: "\f00c"

}



.pf-cash-on-delivery:before {

    content: "\f00d"

}



.pf-cb:before {

    content: "\f00e"

}



.pf-cirrus:before {

    content: "\f00f"

}



.pf-cirrus-alt:before {

    content: "\f010"

}



.pf-clickandbuy:before {

    content: "\f011"

}



.pf-credit-card:before {

    content: "\f012"

}



.pf-diners:before {

    content: "\f013"

}



.pf-discover:before {

    content: "\f014"

}



.pf-ec:before {

    content: "\f015"

}



.pf-eps:before {

    content: "\f016"

}



.pf-eur:before {

    content: "\f017"

}



.pf-facture:before {

    content: "\f018"

}



.pf-fattura:before {

    content: "\f019"

}



.pf-flattr:before {

    content: "\f01a"

}



.pf-giropay:before {

    content: "\f01b"

}



.pf-gittip:before,

.pf-gratipay:before {

    content: "\f01c"

}



.pf-google-wallet:before {

    content: "\f01d"

}



.pf-google-wallet-alt:before {

    content: "\f01e"

}



.pf-gbp:before {

    content: "\f01f"

}



.pf-ideal:before {

    content: "\f020"

}



.pf-ils:before {

    content: "\f021"

}



.pf-inr:before {

    content: "\f022"

}



.pf-invoice:before {

    content: "\f023"

}



.pf-invoice-sign:before {

    content: "\f024"

}



.pf-invoice-sign-alt:before {

    content: "\f025"

}



.pf-invoice-sign-alt-o:before {

    content: "\f026"

}



.pf-invoice-sign-o:before {

    content: "\f027"

}



.pf-jcb:before {

    content: "\f028"

}



.pf-jpy:before {

    content: "\f029"

}



.pf-krw:before {

    content: "\f02a"

}



.pf-maestro:before {

    content: "\f02b"

}



.pf-maestro-alt:before {

    content: "\f02c"

}



.pf-mastercard:before {

    content: "\f02d"

}



.pf-mastercard-alt:before {

    content: "\f02e"





}



.pf-mastercard-securecode:before {

    content: "\f02f"

}



.pf-ogone:before {

    content: "\f030"

}



.pf-paybox:before {

    content: "\f031"

}



.pf-paylife:before {

    content: "\f032"

}



.pf-paypal:before {

    content: "\f033"

}



.pf-paypal-alt:before {

    content: "\f034"

}



.pf-paysafecard:before {

    content: "\f035"

}



.pf-postepay:before {

    content: "\f036"

}



.pf-quick:before {

    content: "\f037"

}



.pf-rechnung:before {

    content: "\f038"

}



.pf-ripple:before {

    content: "\f039"

}



.pf-rub:before {

    content: "\f03a"

}



.pf-skrill:before {

    content: "\f03b"

}



.pf-sofort:before {

    content: "\f03c"

}



.pf-square:before {

    content: "\f03d"

}



.pf-stripe:before {

    content: "\f03e"

}



.pf-truste:before {

    content: "\f03f"

}



.pf-try:before {

    content: "\f040"

}



.pf-unionpay:before {

    content: "\f041"

}



.pf-usd:before {

    content: "\f042"

}



.pf-verified-by-visa:before {

    content: "\f043"

}



.pf-verisign:before {

    content: "\f044"

}



.pf-visa:before {

    content: "\f045"

}



.pf-visa-electron:before {

    content: "\f046"

}



.pf-western-union:before {

    content: "\f047"

}



.pf-western-union-alt:before {

    content: "\f048"

}



.pf-wirecard:before {

    content: "\f049"

}



.pf-sepa:before {

    content: "\f04a"

}



.pf-sepa-alt:before {

    content: "\f04b"

}



.pf-apple-pay:before {

    content: "\f04c"

}



.pf-interac:before {

    content: "\f04d"

}



.pf-paymill:before {

    content: "\f04e"

}



.pf-dankort:before {

    content: "\f04f"

}



.pf-bancontact-mister-cash:before {

    content: "\f050"

}



.pf-moip:before {

    content: "\f051"

}



.pf-pagseguro:before {

    content: "\f052"

}



.pf-cash-on-pickup:before {

    content: "\f053"

}



.pf-sage:before {

    content: "\f054"

}



.pf-elo:before {

    content: "\f055"

}



.pf-elo-alt:before {

    content: "\f056"

}



.pf-payu:before {

    content: "\f057"

}



.pf-mercado-pago:before {

    content: "\f058"

}



.pf-mercado-pago-sign:before {

    content: "\f059"

}



.pf-payshop:before {

    content: "\f05a"

}



.pf-multibanco:before {

    content: "\f05b"

}



.pf-gratipay-sign:before {

    content: "\f05c"

}



.pf-six:before {

    content: "\f05d"

}



.pf-cashcloud:before {

    content: "\f05e"

}





/*! normalize.css v3.0.2 | 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,

menu,

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-color: transparent

}



a:active,

a:hover {

    outline: 0

}



abbr[title] {

    border-bottom: 1px dotted

}



b,

strong {

    font-weight: 700

}



dfn {

    font-style: italic

}



h1 {

    font-size: 2em;

    margin: .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: -.5em

}



sub {

    bottom: -.25em

}



img {

    border: 0

}



svg:not(:root) {

    overflow: hidden

}



figure {

    margin: 1em 40px

}



hr {

    -webkit-box-sizing: content-box;

    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] {

    -webkit-box-sizing: border-box;

    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;

    -webkit-box-sizing: content-box;

    box-sizing: content-box

}



input[type=search]::-webkit-search-cancel-button,

input[type=search]::-webkit-search-decoration {

    -webkit-appearance: none

}



fieldset {

    border: 1px solid silver;

    margin: 0 2px;

    padding: .35em .625em .75em

}



legend {

    border: 0;

    padding: 0

}



textarea {

    overflow: auto

}



optgroup {

    font-weight: 700

}



table {

    border-collapse: collapse;

    border-spacing: 0

}



td,

th {

    padding: 0

}





/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */



@media print {

    *,

    :after,

    :before {

        background: 0 0!important;

        color: #000!important;

        -webkit-box-shadow: none!important;

        box-shadow: none!important;

        text-shadow: none!important

    }

    a,

    a:visited {

        text-decoration: underline

    }

    a[href]:after {

        content: " (" attr(href) ")"

    }

    abbr[title]:after {

        content: " (" attr(title) ")"

    }

    a[href^="#"]:after,

    a[href^="javascript:"]:after {

        content: ""

    }

    blockquote,

    pre {

        border: 1px solid #999;

        page-break-inside: avoid

    }

    thead {

        display: table-header-group

    }

    img,

    tr {

        page-break-inside: avoid

    }

    img {

        max-width: 100%!important

    }

    h2,

    h3,

    p {

        orphans: 3;

        widows: 3

    }

    h2,

    h3 {

        page-break-after: avoid

    }

    select {

        background: #fff!important

    }

    .navbar {

        display: none

    }

    .btn>.caret,

    .comment-form .dropup>input[type=submit]>.caret,

    .comment-form input[type=submit]>.caret,

    .dropup>.btn>.caret {

        border-top-color: #000!important

    }

    .label {

        border: 1px solid #000

    }

    .table {

        border-collapse: collapse!important

    }

    .table td,

    .table th {

        background-color: #fff!important

    }

    .table-bordered td,

    .table-bordered th {

        border: 1px solid #ddd!important

    }

}



* {

    -webkit-box-sizing: border-box;

    box-sizing: border-box

}



:after,

:before {

    -webkit-box-sizing: border-box;

    box-sizing: border-box

}



html {

    font-size: 10px;

    -webkit-tap-highlight-color: transparent

}



body {

    font-family: "Hurme Geometric Sans 1", "Helvetica Neue", Helvetica, Arial, sans-serif;

    font-size: 14px;

    line-height: 1.428571429;

    color: #333;

    background-color: #fff

}



button,

input,

select,

textarea {

    font-family: inherit;

    font-size: inherit;

    line-height: inherit

}



a {

    color: #000;

    text-decoration: none

}



a:focus,

a:hover {

    color: #000;

    text-decoration: underline

}



a:focus {

    outline: thin dotted;

    outline: 5px auto -webkit-focus-ring-color;

    outline-offset: -2px

}



figure {

    margin: 0

}



img {

    vertical-align: middle

}



.img-responsive {

    display: block;

    max-width: 100%;

    height: auto

}



.img-rounded {

    border-radius: 6px

}



.img-thumbnail {

    padding: 4px;

    line-height: 1.428571429;

    background-color: #fff;

    border: 1px solid #ddd;

    border-radius: 0;

    -webkit-transition: all .2s ease-in-out;

    -o-transition: all .2s ease-in-out;

    transition: all .2s ease-in-out;

    display: inline-block;

    max-width: 100%;

    height: auto

}



.img-circle {

    border-radius: 50%

}



hr {

    margin-top: 20px;

    margin-bottom: 20px;

    border: 0;

    border-top: 1px solid #eee

}



.screen-reader-text,

.sr-only {

    position: absolute;

    width: 1px;

    height: 1px;

    margin: -1px;

    padding: 0;

    overflow: hidden;

    clip: rect(0, 0, 0, 0);

    border: 0

}



.screen-reader-text:active,

.screen-reader-text:focus,

.sr-only-focusable:active,

.sr-only-focusable:focus {

    position: static;

    width: auto;

    height: auto;

    margin: 0;

    overflow: visible;

    clip: auto

}



[role=button] {

    cursor: pointer

}



.h1,

.h2,

.h3,

.h4,

.h5,

.h6,

h1,

h2,

h3,

h4,

h5,

h6 {

    font-family: inherit;

    font-weight: 500;

    line-height: 1.1;

    color: inherit

}



.h1 .small,

.h1 small,

.h2 .small,

.h2 small,

.h3 .small,

.h3 small,

.h4 .small,

.h4 small,

.h5 .small,

.h5 small,

.h6 .small,

.h6 small,

h1 .small,

h1 small,

h2 .small,

h2 small,

h3 .small,

h3 small,

h4 .small,

h4 small,

h5 .small,

h5 small,

h6 .small,

h6 small {

    font-weight: 400;

    line-height: 1;

    color: #777

}



.h1,

.h2,

.h3,

h1,

h2,

h3 {

    margin-top: 20px;

    margin-bottom: 10px

}



.h1 .small,

.h1 small,

.h2 .small,

.h2 small,

.h3 .small,

.h3 small,

h1 .small,

h1 small,

h2 .small,

h2 small,

h3 .small,

h3 small {

    font-size: 65%

}



.h4,

.h5,

.h6,

h4,

h5,

h6 {

    margin-top: 10px;

    margin-bottom: -5px

}



.h4 .small,

.h4 small,

.h5 .small,

.h5 small,

.h6 .small,

.h6 small,

h4 .small,

h4 small,

h5 .small,

h5 small,

h6 .small,

h6 small {

    font-size: 75%

}



.h1,

h1 {

    font-size: 10.7rem

}



.h2,

h2 {

    font-size: 5.35rem

}



.h3,

h3 {

    font-size: 4.28rem

}



.h4,

h4 {

    font-size: 13.5px

}



.h5,

h5 {

    font-size: 14px

}



.h6,

h6 {

    font-size: 12px

}



p {

    margin: 0 0 10px

}



.lead {

    margin-bottom: 20px;

    font-size: 16px;

    font-weight: 300;

    line-height: 1.4

}



@media (min-width:768px) {

    .lead {

        font-size: 21px

    }

}



.small,

small {

    font-size: 85%

}



.mark,

mark {

    background-color: #fcf8e3;

    padding: .2em

}



.text-left {

    text-align: left

}



.text-right {

    text-align: right

}



.text-center {

    text-align: center

}



.text-justify {

    text-align: justify

}



.text-nowrap {

    white-space: nowrap

}



.text-lowercase {

    text-transform: lowercase

}



.initialism,

.text-uppercase {

    text-transform: uppercase

}



.text-capitalize {

    text-transform: capitalize

}



.text-muted {

    color: #777

}



.text-primary {

    color: #000

}



a.text-primary:hover {

    color: #000

}



.text-success {

    color: #3c763d

}



a.text-success:hover {

    color: #2b542c

}



.text-info {

    color: #31708f

}



a.text-info:hover {

    color: #245269

}



.text-warning {

    color: #8a6d3b

}



a.text-warning:hover {

    color: #66512c

}



.text-danger {

    color: #a94442

}



a.text-danger:hover {

    color: #843534

}



.bg-primary {

    color: #fff

}



.bg-primary {

    background-color: #000

}



a.bg-primary:hover {

    background-color: #000

}



.bg-success {

    background-color: #dff0d8

}



a.bg-success:hover {

    background-color: #c1e2b3

}



.bg-info {

    background-color: #d9edf7

}



a.bg-info:hover {

    background-color: #afd9ee

}



.bg-warning {

    background-color: #fcf8e3

}



a.bg-warning:hover {

    background-color: #f7ecb5

}



.bg-danger {

    background-color: #f2dede

}



a.bg-danger:hover {

    background-color: #e4b9b9

}



.page-header {

    padding-bottom: 9px;

    margin: 40px 0 20px;

    border-bottom: 1px solid #eee

}



ol,

ul {

    margin-top: 0;

    margin-bottom: 10px

}



ol ol,

ol ul,

ul ol,

ul ul {

    margin-bottom: 0

}



.list-unstyled {

    padding-left: 0;

    list-style: none

}



.list-inline {

    padding-left: 0;

    list-style: none;

    margin-left: -5px

}





.list-inline>li {

    display: inline-block;

    padding-left: 5px;

    padding-right: 5px

}



dl {

    margin-top: 0;

    margin-bottom: 20px

}



dd,

dt {

    line-height: 1.428571429

}



dt {

    font-weight: 700

}



dd {

    margin-left: 0

}



.dl-horizontal dd:after,

.dl-horizontal dd:before {

    content: " ";

    display: table

}



.dl-horizontal dd:after {

    clear: both

}



@media (min-width:768px) {

    .dl-horizontal dt {

        float: left;

        width: 160px;

        clear: left;

        text-align: right;

        overflow: hidden;

        text-overflow: ellipsis;

        white-space: nowrap

    }

    .dl-horizontal dd {

        margin-left: 180px

    }

}



abbr[data-original-title],

abbr[title] {

    cursor: help;

    border-bottom: 1px dotted #777

}



.initialism {

    font-size: 90%

}



blockquote {

    padding: 10px 20px;

    margin: 0 0 20px;

    font-size: 17.5px;

    border-left: 5px solid #eee

}



blockquote ol:last-child,

blockquote p:last-child,

blockquote ul:last-child {

    margin-bottom: 0

}



blockquote .small,

blockquote footer,

blockquote small {

    display: block;

    font-size: 80%;

    line-height: 1.428571429;

    color: #777

}



blockquote .small:before,

blockquote footer:before,

blockquote small:before {

    content: '\2014 \00A0'

}



.blockquote-reverse,

blockquote.pull-right {

    padding-right: 15px;

    padding-left: 0;

    border-right: 5px solid #eee;

    border-left: 0;

    text-align: right

}



.blockquote-reverse .small:before,

.blockquote-reverse footer:before,

.blockquote-reverse small:before,

blockquote.pull-right .small:before,

blockquote.pull-right footer:before,

blockquote.pull-right small:before {

    content: ''

}



.blockquote-reverse .small:after,

.blockquote-reverse footer:after,

.blockquote-reverse small:after,

blockquote.pull-right .small:after,

blockquote.pull-right footer:after,

blockquote.pull-right small:after {

    content: '\00A0 \2014'

}



address {

    margin-bottom: 20px;

    font-style: normal;

    line-height: 1.428571429

}



.container {

    margin-right: auto;

    margin-left: auto;

    padding-left: 15px;

    padding-right: 15px

}



.container:after,

.container:before {

    content: " ";

    display: table

}



.container:after {

    clear: both

}



@media (min-width:768px) {

    .container {

        width: 750px

    }

}



@media (min-width:992px) {

    .container {

        width: 970px

    }

}



@media (min-width:1200px) {

    .container {

        width: 1170px

    }

}



.container-fluid {

    margin-right: auto;

    margin-left: auto;

    padding-left: 15px;

    padding-right: 15px

}



.container-fluid:after,

.container-fluid:before {

    content: " ";

    display: table

}



.container-fluid:after {

    clear: both

}



.row {

    margin-left: -15px;

    margin-right: -15px

}



.row:after,

.row:before {

    content: " ";

    display: table

}



.row:after {

    clear: both

}



.col-lg-1,

.col-lg-10,

.col-lg-11,

.col-lg-12,

.col-lg-2,

.col-lg-3,

.col-lg-4,

.col-lg-5,

.col-lg-6,

.col-lg-7,

.col-lg-8,

.col-lg-9,

.col-md-1,

.col-md-10,

.col-md-11,

.col-md-12,

.col-md-2,

.col-md-3,

.col-md-4,

.col-md-5,

.col-md-6,

.col-md-7,

.col-md-8,

.col-md-9,

.col-sm-1,

.col-sm-10,

.col-sm-11,

.col-sm-12,

.col-sm-2,

.col-sm-3,

.col-sm-4,

.col-sm-5,

.col-sm-6,

.col-sm-7,

.col-sm-8,

.col-sm-9,

.col-xs-1,

.col-xs-10,

.col-xs-11,

.col-xs-12,

.col-xs-2,

.col-xs-3,

.col-xs-4,

.col-xs-5,

.col-xs-6,

.col-xs-7,

.col-xs-8,

.col-xs-9 {

    position: relative;

    min-height: 1px;

    padding-left: 15px;

    padding-right: 15px

}



.col-xs-1,

.col-xs-10,

.col-xs-11,

.col-xs-12,

.col-xs-2,

.col-xs-3,

.col-xs-4,

.col-xs-5,

.col-xs-6,

.col-xs-7,

.col-xs-8,

.col-xs-9 {

    float: left

}



.col-xs-1 {

    width: 8.3333333333%

}



.col-xs-2 {

    width: 16.6666666667%

}



.col-xs-3 {

    width: 25%

}



.col-xs-4 {

    width: 33.3333333333%

}



.col-xs-5 {

    width: 41.6666666667%

}



.col-xs-6 {

    width: 50%

}



.col-xs-7 {

    width: 58.3333333333%

}



.col-xs-8 {

    width: 66.6666666667%

}



.col-xs-9 {

    width: 75%

}



.col-xs-10 {

    width: 83.3333333333%

}



.col-xs-11 {

    width: 91.6666666667%

}



.col-xs-12 {

    width: 100%

}



.col-xs-pull-0 {

    right: auto

}



.col-xs-pull-1 {

    right: 8.3333333333%

}



.col-xs-pull-2 {

    right: 16.6666666667%

}



.col-xs-pull-3 {

    right: 25%

}



.col-xs-pull-4 {

    right: 33.3333333333%

}



.col-xs-pull-5 {

    right: 41.6666666667%

}



.col-xs-pull-6 {

    right: 50%

}



.col-xs-pull-7 {

    right: 58.3333333333%

}



.col-xs-pull-8 {

    right: 66.6666666667%

}



.col-xs-pull-9 {

    right: 75%

}



.col-xs-pull-10 {

    right: 83.3333333333%

}



.col-xs-pull-11 {

    right: 91.6666666667%

}



.col-xs-pull-12 {

    right: 100%

}



.col-xs-push-0 {

    left: auto

}



.col-xs-push-1 {

    left: 8.3333333333%

}



.col-xs-push-2 {

    left: 16.6666666667%

}



.col-xs-push-3 {

    left: 25%

}



.col-xs-push-4 {

    left: 33.3333333333%

}



.col-xs-push-5 {

    left: 41.6666666667%

}



.col-xs-push-6 {

    left: 50%

}



.col-xs-push-7 {

    left: 58.3333333333%

}



.col-xs-push-8 {

    left: 66.6666666667%

}



.col-xs-push-9 {

    left: 75%

}



.col-xs-push-10 {

    left: 83.3333333333%

}



.col-xs-push-11 {

    left: 91.6666666667%

}



.col-xs-push-12 {

    left: 100%

}



.col-xs-offset-0 {

    margin-left: 0

}



.col-xs-offset-1 {

    margin-left: 8.3333333333%

}



.col-xs-offset-2 {

    margin-left: 16.6666666667%

}



.col-xs-offset-3 {

    margin-left: 25%

}



.col-xs-offset-4 {

    margin-left: 33.3333333333%

}



.col-xs-offset-5 {

    margin-left: 41.6666666667%

}



.col-xs-offset-6 {

    margin-left: 50%

}



.col-xs-offset-7 {

    margin-left: 58.3333333333%

}



.col-xs-offset-8 {

    margin-left: 66.6666666667%

}



.col-xs-offset-9 {

    margin-left: 75%

}



.col-xs-offset-10 {

    margin-left: 83.3333333333%

}



.col-xs-offset-11 {

    margin-left: 91.6666666667%

}



.col-xs-offset-12 {

    margin-left: 100%

}



@media (min-width:768px) {

    .col-sm-1,

    .col-sm-10,

    .col-sm-11,

    .col-sm-12,

    .col-sm-2,

    .col-sm-3,

    .col-sm-4,

    .col-sm-5,

    .col-sm-6,

    .col-sm-7,

    .col-sm-8,

    .col-sm-9 {

        float: left

    }

    .col-sm-1 {

        width: 8.3333333333%

    }

    .col-sm-2 {

        width: 16.6666666667%

    }

    .col-sm-3 {

        width: 25%

    }

    .col-sm-4 {

        width: 33.3333333333%

    }

    .col-sm-5 {

        width: 41.6666666667%

    }

    .col-sm-6 {

        width: 50%

    }

    .col-sm-7 {

        width: 58.3333333333%

    }

    .col-sm-8 {

        width: 66.6666666667%

    }

    .col-sm-9 {

        width: 75%

    }

    .col-sm-10 {

        width: 83.3333333333%

    }

    .col-sm-11 {

        width: 91.6666666667%

    }

    .col-sm-12 {

        width: 100%

    }

    .col-sm-pull-0 {

        right: auto

    }

    .col-sm-pull-1 {

        right: 8.3333333333%

    }

    .col-sm-pull-2 {

        right: 16.6666666667%

    }

    .col-sm-pull-3 {

        right: 25%

    }

    .col-sm-pull-4 {

        right: 33.3333333333%

    }

    .col-sm-pull-5 {

        right: 41.6666666667%

    }

    .col-sm-pull-6 {

        right: 50%

    }

    .col-sm-pull-7 {

        right: 58.3333333333%

    }

    .col-sm-pull-8 {

        right: 66.6666666667%

    }

    .col-sm-pull-9 {

        right: 75%

    }

    .col-sm-pull-10 {

        right: 83.3333333333%

    }

    .col-sm-pull-11 {

        right: 91.6666666667%

    }

    .col-sm-pull-12 {

        right: 100%

    }

    .col-sm-push-0 {

        left: auto

    }

    .col-sm-push-1 {

        left: 8.3333333333%

    }

    .col-sm-push-2 {

        left: 16.6666666667%

    }

    .col-sm-push-3 {

        left: 25%

    }

    .col-sm-push-4 {

        left: 33.3333333333%

    }

    .col-sm-push-5 {

        left: 41.6666666667%

    }

    .col-sm-push-6 {

        left: 50%

    }

    .col-sm-push-7 {

        left: 58.3333333333%

    }

    .col-sm-push-8 {

        left: 66.6666666667%

    }

    .col-sm-push-9 {

        left: 75%

    }

    .col-sm-push-10 {

        left: 83.3333333333%

    }

    .col-sm-push-11 {

        left: 91.6666666667%

    }

    .col-sm-push-12 {

        left: 100%

    }

    .col-sm-offset-0 {

        margin-left: 0

    }

    .col-sm-offset-1 {

        margin-left: 8.3333333333%

    }

    .col-sm-offset-2 {

        margin-left: 16.6666666667%

    }

    .col-sm-offset-3 {

        margin-left: 25%

    }

    .col-sm-offset-4 {

        margin-left: 33.3333333333%

    }

    .col-sm-offset-5 {

        margin-left: 41.6666666667%

    }

    .col-sm-offset-6 {

        margin-left: 50%

    }

    .col-sm-offset-7 {

        margin-left: 58.3333333333%

    }

    .col-sm-offset-8 {

        margin-left: 66.6666666667%

    }

    .col-sm-offset-9 {

        margin-left: 75%

    }

    .col-sm-offset-10 {

        margin-left: 83.3333333333%

    }

    .col-sm-offset-11 {

        margin-left: 91.6666666667%

    }

    .col-sm-offset-12 {

        margin-left: 100%

    }

}



@media (min-width:992px) {

    .col-md-1,

    .col-md-10,

    .col-md-11,

    .col-md-12,

    .col-md-2,

    .col-md-3,

    .col-md-4,

    .col-md-5,

    .col-md-6,

    .col-md-7,

    .col-md-8,

    .col-md-9 {

        float: left

    }

    .col-md-1 {

        width: 8.3333333333%

    }

    .col-md-2 {

        width: 16.6666666667%

    }

    .col-md-3 {

        width: 25%

    }

    .col-md-4 {

        width: 33.3333333333%

    }

    .col-md-5 {

        width: 41.6666666667%

    }

    .col-md-6 {

        width: 50%

    }

    .col-md-7 {

        width: 58.3333333333%

    }

    .col-md-8 {

        width: 66.6666666667%

    }

    .col-md-9 {

        width: 75%

    }

    .col-md-10 {

        width: 83.3333333333%

    }

    .col-md-11 {

        width: 91.6666666667%

    }

    .col-md-12 {

        width: 100%

    }

    .col-md-pull-0 {

        right: auto

    }

    .col-md-pull-1 {

        right: 8.3333333333%

    }

    .col-md-pull-2 {

        right: 16.6666666667%

    }

    .col-md-pull-3 {

        right: 25%

    }

    .col-md-pull-4 {

        right: 33.3333333333%

    }

    .col-md-pull-5 {

        right: 41.6666666667%

    }

    .col-md-pull-6 {

        right: 50%

    }

    .col-md-pull-7 {

        right: 58.3333333333%

    }

    .col-md-pull-8 {

        right: 66.6666666667%

    }

    .col-md-pull-9 {

        right: 75%

    }

    .col-md-pull-10 {

        right: 83.3333333333%

    }

    .col-md-pull-11 {

        right: 91.6666666667%

    }

    .col-md-pull-12 {

        right: 100%

    }

    .col-md-push-0 {

        left: auto

    }

    .col-md-push-1 {

        left: 8.3333333333%

    }

    .col-md-push-2 {

        left: 16.6666666667%

    }

    .col-md-push-3 {

        left: 25%

    }

    .col-md-push-4 {

        left: 33.3333333333%

    }

    .col-md-push-5 {

        left: 41.6666666667%

    }

    .col-md-push-6 {

        left: 50%

    }

    .col-md-push-7 {

        left: 58.3333333333%

    }

    .col-md-push-8 {

        left: 66.6666666667%

    }

    .col-md-push-9 {

        left: 75%

    }

    .col-md-push-10 {

        left: 83.3333333333%

    }

    .col-md-push-11 {

        left: 91.6666666667%

    }

    .col-md-push-12 {

        left: 100%

    }

    .col-md-offset-0 {

        margin-left: 0

    }

    .col-md-offset-1 {

        margin-left: 8.3333333333%

    }

    .col-md-offset-2 {

        margin-left: 16.6666666667%

    }

    .col-md-offset-3 {

        margin-left: 25%

    }

    .col-md-offset-4 {

        margin-left: 33.3333333333%

    }

    .col-md-offset-5 {

        margin-left: 41.6666666667%

    }

    .col-md-offset-6 {

        margin-left: 50%

    }

    .col-md-offset-7 {

        margin-left: 58.3333333333%

    }

    .col-md-offset-8 {

        margin-left: 66.6666666667%

    }

    .col-md-offset-9 {

        margin-left: 75%

    }

    .col-md-offset-10 {

        margin-left: 83.3333333333%

    }

    .col-md-offset-11 {

        margin-left: 91.6666666667%

    }

    .col-md-offset-12 {

        margin-left: 100%

    }

}



@media (min-width:1200px) {

    .col-lg-1,

    .col-lg-10,

    .col-lg-11,

    .col-lg-12,

    .col-lg-2,

    .col-lg-3,

    .col-lg-4,

    .col-lg-5,

    .col-lg-6,

    .col-lg-7,

    .col-lg-8,

    .col-lg-9 {

        float: left

    }

    .col-lg-1 {

        width: 8.3333333333%

    }

    .col-lg-2 {

        width: 16.6666666667%

    }

    .col-lg-3 {

        width: 25%

    }

    .col-lg-4 {

        width: 33.3333333333%

    }

    .col-lg-5 {

        width: 41.6666666667%

    }

    .col-lg-6 {

        width: 50%

    }

    .col-lg-7 {

        width: 58.3333333333%

    }

    .col-lg-8 {

        width: 66.6666666667%

    }

    .col-lg-9 {

        width: 75%

    }

    .col-lg-10 {

        width: 83.3333333333%

    }

    .col-lg-11 {

        width: 91.6666666667%

    }

    .col-lg-12 {

        width: 100%

    }

    .col-lg-pull-0 {

        right: auto

    }

    .col-lg-pull-1 {

        right: 8.3333333333%

    }

    .col-lg-pull-2 {

        right: 16.6666666667%

    }

    .col-lg-pull-3 {

        right: 25%

    }

    .col-lg-pull-4 {

        right: 33.3333333333%

    }

    .col-lg-pull-5 {

        right: 41.6666666667%

    }

    .col-lg-pull-6 {

        right: 50%

    }

    .col-lg-pull-7 {

        right: 58.3333333333%

    }

    .col-lg-pull-8 {

        right: 66.6666666667%

    }

    .col-lg-pull-9 {

        right: 75%

    }

    .col-lg-pull-10 {

        right: 83.3333333333%

    }

    .col-lg-pull-11 {

        right: 91.6666666667%

    }

    .col-lg-pull-12 {

        right: 100%

    }

    .col-lg-push-0 {

        left: auto

    }

    .col-lg-push-1 {

        left: 8.3333333333%

    }

    .col-lg-push-2 {

        left: 16.6666666667%

    }

    .col-lg-push-3 {

        left: 25%

    }

    .col-lg-push-4 {

        left: 33.3333333333%

    }

    .col-lg-push-5 {

        left: 41.6666666667%

    }

    .col-lg-push-6 {

        left: 50%

    }

    .col-lg-push-7 {

        left: 58.3333333333%

    }

    .col-lg-push-8 {

        left: 66.6666666667%

    }

    .col-lg-push-9 {

        left: 75%

    }

    .col-lg-push-10 {

        left: 83.3333333333%

    }

    .col-lg-push-11 {

        left: 91.6666666667%

    }

    .col-lg-push-12 {

        left: 100%

    }

    .col-lg-offset-0 {

        margin-left: 0

    }

    .col-lg-offset-1 {

        margin-left: 8.3333333333%

    }

    .col-lg-offset-2 {

        margin-left: 16.6666666667%

    }

    .col-lg-offset-3 {

        margin-left: 25%

    }

    .col-lg-offset-4 {

        margin-left: 33.3333333333%

    }

    .col-lg-offset-5 {

        margin-left: 41.6666666667%

    }

    .col-lg-offset-6 {

        margin-left: 50%

    }

    .col-lg-offset-7 {

        margin-left: 58.3333333333%

    }

    .col-lg-offset-8 {

        margin-left: 66.6666666667%

    }

    .col-lg-offset-9 {

        margin-left: 75%

    }

    .col-lg-offset-10 {

        margin-left: 83.3333333333%

    }

    .col-lg-offset-11 {

        margin-left: 91.6666666667%

    }

    .col-lg-offset-12 {

        margin-left: 100%

    }

}



table {

    background-color: transparent

}



caption {

    padding-top: 8px;

    padding-bottom: 8px;

    color: #777;

    text-align: left

}



th {

    text-align: left

}



.table {

    width: 100%;

    max-width: 100%;

    margin-bottom: 20px

}



.table>tbody>tr>td,

.table>tbody>tr>th,

.table>tfoot>tr>td,

.table>tfoot>tr>th,

.table>thead>tr>td,

.table>thead>tr>th {

    padding: 8px;

    line-height: 1.428571429;

    vertical-align: top;

    border-top: 1px solid #ddd

}



.table>thead>tr>th {

    vertical-align: bottom;

    border-bottom: 2px solid #ddd

}



.table>caption+thead>tr:first-child>td,

.table>caption+thead>tr:first-child>th,

.table>colgroup+thead>tr:first-child>td,

.table>colgroup+thead>tr:first-child>th,

.table>thead:first-child>tr:first-child>td,

.table>thead:first-child>tr:first-child>th {

    border-top: 0

}



.table>tbody+tbody {

    border-top: 2px solid #ddd

}



.table .table {

    background-color: #fff

}



.table-condensed>tbody>tr>td,

.table-condensed>tbody>tr>th,

.table-condensed>tfoot>tr>td,

.table-condensed>tfoot>tr>th,

.table-condensed>thead>tr>td,

.table-condensed>thead>tr>th {

    padding: 5px

}



.table-bordered {

    border: 1px solid #ddd

}



.table-bordered>tbody>tr>td,

.table-bordered>tbody>tr>th,

.table-bordered>tfoot>tr>td,

.table-bordered>tfoot>tr>th,

.table-bordered>thead>tr>td,

.table-bordered>thead>tr>th {

    border: 1px solid #ddd

}



.table-bordered>thead>tr>td,

.table-bordered>thead>tr>th {

    border-bottom-width: 2px

}



.table-striped>tbody>tr:nth-of-type(odd) {

    background-color: #f9f9f9

}



.table-hover>tbody>tr:hover {

    background-color: #f5f5f5

}



table col[class*=col-] {

    position: static;

    float: none;

    display: table-column

}



table td[class*=col-],

table th[class*=col-] {

    position: static;

    float: none;

    display: table-cell

}



.table>tbody>tr.active>td,

.table>tbody>tr.active>th,

.table>tbody>tr>td.active,

.table>tbody>tr>th.active,

.table>tfoot>tr.active>td,

.table>tfoot>tr.active>th,

.table>tfoot>tr>td.active,

.table>tfoot>tr>th.active,

.table>thead>tr.active>td,

.table>thead>tr.active>th,

.table>thead>tr>td.active,

.table>thead>tr>th.active {

    background-color: #f5f5f5

}



.table-hover>tbody>tr.active:hover>td,

.table-hover>tbody>tr.active:hover>th,

.table-hover>tbody>tr:hover>.active,

.table-hover>tbody>tr>td.active:hover,

.table-hover>tbody>tr>th.active:hover {

    background-color: #e8e8e8

}



.table>tbody>tr.success>td,

.table>tbody>tr.success>th,

.table>tbody>tr>td.success,

.table>tbody>tr>th.success,

.table>tfoot>tr.success>td,

.table>tfoot>tr.success>th,

.table>tfoot>tr>td.success,

.table>tfoot>tr>th.success,

.table>thead>tr.success>td,

.table>thead>tr.success>th,

.table>thead>tr>td.success,

.table>thead>tr>th.success {

    background-color: #dff0d8

}



.table-hover>tbody>tr.success:hover>td,

.table-hover>tbody>tr.success:hover>th,

.table-hover>tbody>tr:hover>.success,

.table-hover>tbody>tr>td.success:hover,

.table-hover>tbody>tr>th.success:hover {

    background-color: #d0e9c6

}



.table>tbody>tr.info>td,

.table>tbody>tr.info>th,

.table>tbody>tr>td.info,

.table>tbody>tr>th.info,

.table>tfoot>tr.info>td,

.table>tfoot>tr.info>th,

.table>tfoot>tr>td.info,

.table>tfoot>tr>th.info,

.table>thead>tr.info>td,

.table>thead>tr.info>th,

.table>thead>tr>td.info,

.table>thead>tr>th.info {

    background-color: #d9edf7

}



.table-hover>tbody>tr.info:hover>td,

.table-hover>tbody>tr.info:hover>th,

.table-hover>tbody>tr:hover>.info,

.table-hover>tbody>tr>td.info:hover,

.table-hover>tbody>tr>th.info:hover {

    background-color: #c4e3f3

}



.table>tbody>tr.warning>td,

.table>tbody>tr.warning>th,

.table>tbody>tr>td.warning,

.table>tbody>tr>th.warning,

.table>tfoot>tr.warning>td,

.table>tfoot>tr.warning>th,

.table>tfoot>tr>td.warning,

.table>tfoot>tr>th.warning,

.table>thead>tr.warning>td,

.table>thead>tr.warning>th,

.table>thead>tr>td.warning,

.table>thead>tr>th.warning {

    background-color: #fcf8e3

}



.table-hover>tbody>tr.warning:hover>td,

.table-hover>tbody>tr.warning:hover>th,

.table-hover>tbody>tr:hover>.warning,

.table-hover>tbody>tr>td.warning:hover,

.table-hover>tbody>tr>th.warning:hover {

    background-color: #faf2cc

}



.table>tbody>tr.danger>td,

.table>tbody>tr.danger>th,

.table>tbody>tr>td.danger,

.table>tbody>tr>th.danger,

.table>tfoot>tr.danger>td,

.table>tfoot>tr.danger>th,

.table>tfoot>tr>td.danger,

.table>tfoot>tr>th.danger,

.table>thead>tr.danger>td,

.table>thead>tr.danger>th,

.table>thead>tr>td.danger,

.table>thead>tr>th.danger {

    background-color: #f2dede

}



.table-hover>tbody>tr.danger:hover>td,

.table-hover>tbody>tr.danger:hover>th,

.table-hover>tbody>tr:hover>.danger,

.table-hover>tbody>tr>td.danger:hover,

.table-hover>tbody>tr>th.danger:hover {

    background-color: #ebcccc

}



.table-responsive {

    overflow-x: auto;

    min-height: .01%

}



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

    .table-responsive {

        width: 100%;

        margin-bottom: 15px;

        overflow-y: hidden;

        -ms-overflow-style: -ms-autohiding-scrollbar;

        border: 1px solid #ddd

    }

    .table-responsive>.table {

        margin-bottom: 0

    }

    .table-responsive>.table>tbody>tr>td,

    .table-responsive>.table>tbody>tr>th,

    .table-responsive>.table>tfoot>tr>td,

    .table-responsive>.table>tfoot>tr>th,

    .table-responsive>.table>thead>tr>td,

    .table-responsive>.table>thead>tr>th {

        white-space: nowrap

    }

    .table-responsive>.table-bordered {

        border: 0

    }

    .table-responsive>.table-bordered>tbody>tr>td:first-child,

    .table-responsive>.table-bordered>tbody>tr>th:first-child,

    .table-responsive>.table-bordered>tfoot>tr>td:first-child,

    .table-responsive>.table-bordered>tfoot>tr>th:first-child,

    .table-responsive>.table-bordered>thead>tr>td:first-child,

    .table-responsive>.table-bordered>thead>tr>th:first-child {

        border-left: 0

    }

    .table-responsive>.table-bordered>tbody>tr>td:last-child,

    .table-responsive>.table-bordered>tbody>tr>th:last-child,

    .table-responsive>.table-bordered>tfoot>tr>td:last-child,

    .table-responsive>.table-bordered>tfoot>tr>th:last-child,

    .table-responsive>.table-bordered>thead>tr>td:last-child,

    .table-responsive>.table-bordered>thead>tr>th:last-child {

        border-right: 0

    }

    .table-responsive>.table-bordered>tbody>tr:last-child>td,

    .table-responsive>.table-bordered>tbody>tr:last-child>th,

    .table-responsive>.table-bordered>tfoot>tr:last-child>td,

    .table-responsive>.table-bordered>tfoot>tr:last-child>th {

        border-bottom: 0

    }

}



fieldset {

    padding: 0;

    margin: 0;

    border: 0;

    min-width: 0

}



legend {

    display: block;

    width: 100%;

    padding: 0;

    margin-bottom: 20px;

    font-size: 21px;

    line-height: inherit;

    color: #333;

    border: 0;

    border-bottom: 1px solid #e5e5e5

}



label {

    display: inline-block;

    max-width: 100%;

    margin-bottom: 5px;

    font-weight: 700

}



input[type=search] {

    -webkit-box-sizing: border-box;

    box-sizing: border-box

}



input[type=checkbox],

input[type=radio] {

    margin: 4px 0 0;

    margin-top: 1px\9;

    line-height: normal

}



input[type=file] {

    display: block

}



input[type=range] {

    display: block;

    width: 100%

}



select[multiple],

select[size] {

    height: auto

}



input[type=checkbox]:focus,

input[type=radio]:focus,

input[type=file]:focus {

    outline: thin dotted;

    outline: 5px auto -webkit-focus-ring-color;

    outline-offset: -2px

}



output {

    display: block;

    padding-top: 7px;

    font-size: 14px;

    line-height: 1.428571429;

    color: #555

}



.comment-form input[type=text],

.comment-form input[type=email],

.comment-form input[type=url],

.comment-form textarea,

.form-control {

    display: block;

    width: 100%;

    height: 34px;

    padding: 6px 12px;

    font-size: 14px;

    line-height: 1.428571429;

    color: #555;

    background-color: #fff;

    background-image: none;

    border: 1px solid #ccc;

    border-radius: 0;

    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);

    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);

    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;

    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;

    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s

}



.comment-form input[type=text]:focus,

.comment-form input[type=email]:focus,

.comment-form input[type=url]:focus,

.comment-form textarea:focus,

.form-control:focus {

    border-color: #66afe9;

    outline: 0;

    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);

    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)

}



.comment-form input[type=text]::-moz-placeholder,

.comment-form input[type=email]::-moz-placeholder,

.comment-form input[type=url]::-moz-placeholder,

.comment-form textarea::-moz-placeholder,

.form-control::-moz-placeholder {

    color: #999;

    opacity: 1

}



.comment-form input[type=text]:-ms-input-placeholder,

.comment-form input[type=email]:-ms-input-placeholder,

.comment-form input[type=url]:-ms-input-placeholder,

.comment-form textarea:-ms-input-placeholder,

.form-control:-ms-input-placeholder {

    color: #999

}



.comment-form input[type=text]::-webkit-input-placeholder,

.comment-form input[type=email]::-webkit-input-placeholder,

.comment-form input[type=url]::-webkit-input-placeholder,

.comment-form textarea::-webkit-input-placeholder,

.form-control::-webkit-input-placeholder {

    color: #999

}



.comment-form fieldset[disabled] input[type=text],

.comment-form fieldset[disabled] input[type=email],

.comment-form fieldset[disabled] input[type=url],

.comment-form fieldset[disabled] textarea,

.comment-form input[disabled][type=text],

.comment-form input[disabled][type=email],

.comment-form input[disabled][type=url],

.comment-form input[readonly][type=text],

.comment-form input[readonly][type=email],

.comment-form input[readonly][type=url],

.comment-form textarea[disabled],

.comment-form textarea[readonly],

.form-control[disabled],

.form-control[readonly],

fieldset[disabled] .comment-form input[type=text],

fieldset[disabled] .comment-form input[type=email],

fieldset[disabled] .comment-form input[type=url],

fieldset[disabled] .comment-form textarea,

fieldset[disabled] .form-control {

    background-color: #eee;

    opacity: 1

}



.comment-form fieldset[disabled] input[type=text],

.comment-form fieldset[disabled] input[type=email],

.comment-form fieldset[disabled] input[type=url],

.comment-form fieldset[disabled] textarea,

.comment-form input[disabled][type=text],

.comment-form input[disabled][type=email],

.comment-form input[disabled][type=url],

.comment-form textarea[disabled],

.form-control[disabled],

fieldset[disabled] .comment-form input[type=text],

fieldset[disabled] .comment-form input[type=email],

fieldset[disabled] .comment-form input[type=url],

fieldset[disabled] .comment-form textarea,

fieldset[disabled] .form-control {

    cursor: not-allowed

}



.comment-form textarea,

textarea.form-control {

    height: auto

}



input[type=search] {

    -webkit-appearance: none

}



@media screen and (-webkit-min-device-pixel-ratio:0) {

    input[type=date],

    input[type=time],

    input[type=datetime-local],

    input[type=month] {

        line-height: 34px

    }

    .comment-form .input-group-sm>.input-group-btn>input[type=date][type=submit],

    .comment-form .input-group-sm>.input-group-btn>input[type=time][type=submit],

    .comment-form .input-group-sm>.input-group-btn>input[type=datetime-local][type=submit],

    .comment-form .input-group-sm>.input-group-btn>input[type=month][type=submit],

    .comment-form .input-group-sm>input[type=date][type=text],

    .comment-form .input-group-sm>input[type=date][type=email],

    .comment-form .input-group-sm>input[type=date][type=url],

    .comment-form .input-group-sm>input[type=time][type=text],

    .comment-form .input-group-sm>input[type=time][type=email],

    .comment-form .input-group-sm>input[type=time][type=url],

    .comment-form .input-group-sm>input[type=datetime-local][type=text],

    .comment-form .input-group-sm>input[type=datetime-local][type=email],

    .comment-form .input-group-sm>input[type=datetime-local][type=url],

    .comment-form .input-group-sm>input[type=month][type=text],

    .comment-form .input-group-sm>input[type=month][type=email],

    .comment-form .input-group-sm>input[type=month][type=url],

    .input-group-sm input[type=date],

    .input-group-sm input[type=time],

    .input-group-sm input[type=datetime-local],

    .input-group-sm input[type=month],

    .input-group-sm>.input-group-btn>input[type=date].btn,

    .input-group-sm>.input-group-btn>input[type=time].btn,

    .input-group-sm>.input-group-btn>input[type=datetime-local].btn,

    .input-group-sm>.input-group-btn>input[type=month].btn,

    .input-group-sm>input[type=date].form-control,

    .input-group-sm>input[type=date].input-group-addon,

    .input-group-sm>input[type=time].form-control,

    .input-group-sm>input[type=time].input-group-addon,

    .input-group-sm>input[type=datetime-local].form-control,

    .input-group-sm>input[type=datetime-local].input-group-addon,

    .input-group-sm>input[type=month].form-control,

    .input-group-sm>input[type=month].input-group-addon,

    input[type=date].input-sm,

    input[type=time].input-sm,

    input[type=datetime-local].input-sm,

    input[type=month].input-sm {

        line-height: 30px

    }

    .comment-form .input-group-lg>.input-group-btn>input[type=date][type=submit],

    .comment-form .input-group-lg>.input-group-btn>input[type=time][type=submit],

    .comment-form .input-group-lg>.input-group-btn>input[type=datetime-local][type=submit],

    .comment-form .input-group-lg>.input-group-btn>input[type=month][type=submit],

    .comment-form .input-group-lg>input[type=date][type=text],

    .comment-form .input-group-lg>input[type=date][type=email],

    .comment-form .input-group-lg>input[type=date][type=url],

    .comment-form .input-group-lg>input[type=time][type=text],

    .comment-form .input-group-lg>input[type=time][type=email],

    .comment-form .input-group-lg>input[type=time][type=url],

    .comment-form .input-group-lg>input[type=datetime-local][type=text],

    .comment-form .input-group-lg>input[type=datetime-local][type=email],

    .comment-form .input-group-lg>input[type=datetime-local][type=url],

    .comment-form .input-group-lg>input[type=month][type=text],

    .comment-form .input-group-lg>input[type=month][type=email],

    .comment-form .input-group-lg>input[type=month][type=url],

    .input-group-lg input[type=date],

    .input-group-lg input[type=time],

    .input-group-lg input[type=datetime-local],

    .input-group-lg input[type=month],

    .input-group-lg>.input-group-btn>input[type=date].btn,

    .input-group-lg>.input-group-btn>input[type=time].btn,

    .input-group-lg>.input-group-btn>input[type=datetime-local].btn,

    .input-group-lg>.input-group-btn>input[type=month].btn,

    .input-group-lg>input[type=date].form-control,

    .input-group-lg>input[type=date].input-group-addon,

    .input-group-lg>input[type=time].form-control,

    .input-group-lg>input[type=time].input-group-addon,

    .input-group-lg>input[type=datetime-local].form-control,

    .input-group-lg>input[type=datetime-local].input-group-addon,

    .input-group-lg>input[type=month].form-control,

    .input-group-lg>input[type=month].input-group-addon,

    input[type=date].input-lg,

    input[type=time].input-lg,

    input[type=datetime-local].input-lg,

    input[type=month].input-lg {

        line-height: 46px

    }

}



.comment-form p,

.form-group {

    margin-bottom: 15px

}



.checkbox,

.radio {

    position: relative;

    display: block;

    margin-top: 10px;

    margin-bottom: 10px

}



.checkbox label,

.radio label {

    min-height: 20px;

    padding-left: 20px;

    margin-bottom: 0;

    font-weight: 400;

    cursor: pointer

}



.checkbox input[type=checkbox],

.checkbox-inline input[type=checkbox],

.radio input[type=radio],

.radio-inline input[type=radio] {

    position: absolute;

    margin-left: -20px;

    margin-top: 4px\9

}



.checkbox+.checkbox,

.radio+.radio {

    margin-top: -5px

}



.checkbox-inline,

.radio-inline {

    position: relative;

    display: inline-block;

    padding-left: 20px;

    margin-bottom: 0;

    vertical-align: middle;

    font-weight: 400;

    cursor: pointer

}



.checkbox-inline+.checkbox-inline,

.radio-inline+.radio-inline {

    margin-top: 0;

    margin-left: 10px

}



fieldset[disabled] input[type=checkbox],

fieldset[disabled] input[type=radio],

input[type=checkbox].disabled,

input[type=checkbox][disabled],

input[type=radio].disabled,

input[type=radio][disabled] {

    cursor: not-allowed

}



.checkbox-inline.disabled,

.radio-inline.disabled,

fieldset[disabled] .checkbox-inline,

fieldset[disabled] .radio-inline {

    cursor: not-allowed

}



.checkbox.disabled label,

.radio.disabled label,

fieldset[disabled] .checkbox label,

fieldset[disabled] .radio label {

    cursor: not-allowed

}



.form-control-static {

    padding-top: 7px;

    padding-bottom: 7px;

    margin-bottom: 0;

    min-height: 34px

}



.comment-form .input-group-lg>.input-group-btn>input.form-control-static[type=submit],

.comment-form .input-group-lg>input.form-control-static[type=text],

.comment-form .input-group-lg>input.form-control-static[type=email],

.comment-form .input-group-lg>input.form-control-static[type=url],

.comment-form .input-group-lg>textarea.form-control-static,

.comment-form .input-group-sm>.input-group-btn>input.form-control-static[type=submit],

.comment-form .input-group-sm>input.form-control-static[type=text],

.comment-form .input-group-sm>input.form-control-static[type=email],

.comment-form .input-group-sm>input.form-control-static[type=url],

.comment-form .input-group-sm>textarea.form-control-static,

.form-control-static.input-lg,

.form-control-static.input-sm,

.input-group-lg>.form-control-static.form-control,

.input-group-lg>.form-control-static.input-group-addon,

.input-group-lg>.input-group-btn>.form-control-static.btn,

.input-group-sm>.form-control-static.form-control,

.input-group-sm>.form-control-static.input-group-addon,

.input-group-sm>.input-group-btn>.form-control-static.btn {

    padding-left: 0;

    padding-right: 0

}



.comment-form .input-group-sm>.input-group-btn>input[type=submit],

.comment-form .input-group-sm>input[type=text],

.comment-form .input-group-sm>input[type=email],

.comment-form .input-group-sm>input[type=url],

.comment-form .input-group-sm>textarea,

.input-group-sm>.form-control,

.input-group-sm>.input-group-addon,

.input-group-sm>.input-group-btn>.btn,

.input-sm {

    height: 30px;

    padding: 5px 10px;

    font-size: 12px;

    line-height: 1.5;

    border-radius: 3px

}



.input-group-sm>.input-group-btn>select.btn,

.input-group-sm>select.form-control,

.input-group-sm>select.input-group-addon,

select.input-sm {

    height: 30px;

    line-height: 30px

}



.comment-form .input-group-sm>textarea,

.input-group-sm>.input-group-btn>select[multiple].btn,

.input-group-sm>.input-group-btn>textarea.btn,

.input-group-sm>select[multiple].form-control,

.input-group-sm>select[multiple].input-group-addon,

.input-group-sm>textarea.form-control,

.input-group-sm>textarea.input-group-addon,

select[multiple].input-sm,

textarea.input-sm {

    height: auto

}



.comment-form .form-group-sm input[type=text],

.comment-form .form-group-sm input[type=email],

.comment-form .form-group-sm input[type=url],

.comment-form .form-group-sm textarea,

.form-group-sm .comment-form input[type=text],

.form-group-sm .comment-form input[type=email],

.form-group-sm .comment-form input[type=url],

.form-group-sm .comment-form textarea,

.form-group-sm .form-control {

    height: 30px;

    padding: 5px 10px;

    font-size: 12px;

    line-height: 1.5;

    border-radius: 3px

}



.form-group-sm select.form-control {

    height: 30px;

    line-height: 30px

}



.comment-form .form-group-sm textarea,

.form-group-sm .comment-form textarea,

.form-group-sm select[multiple].form-control,

.form-group-sm textarea.form-control {

    height: auto

}



.form-group-sm .form-control-static {

    height: 30px;

    padding: 5px 10px;

    font-size: 12px;

    line-height: 1.5;

    min-height: 32px

}



.comment-form .input-group-lg>.input-group-btn>input[type=submit],

.comment-form .input-group-lg>input[type=text],

.comment-form .input-group-lg>input[type=email],

.comment-form .input-group-lg>input[type=url],

.comment-form .input-group-lg>textarea,

.input-group-lg>.form-control,

.input-group-lg>.input-group-addon,

.input-group-lg>.input-group-btn>.btn,

.input-lg {

    height: 46px;

    padding: 10px 16px;

    font-size: 18px;

    line-height: 1.3333333;

    border-radius: 6px

}



.input-group-lg>.input-group-btn>select.btn,

.input-group-lg>select.form-control,

.input-group-lg>select.input-group-addon,

select.input-lg {

    height: 46px;

    line-height: 46px

}



.comment-form .input-group-lg>textarea,

.input-group-lg>.input-group-btn>select[multiple].btn,

.input-group-lg>.input-group-btn>textarea.btn,

.input-group-lg>select[multiple].form-control,

.input-group-lg>select[multiple].input-group-addon,

.input-group-lg>textarea.form-control,

.input-group-lg>textarea.input-group-addon,

select[multiple].input-lg,

textarea.input-lg {

    height: auto

}



.comment-form .form-group-lg input[type=text],

.comment-form .form-group-lg input[type=email],

.comment-form .form-group-lg input[type=url],

.comment-form .form-group-lg textarea,

.form-group-lg .comment-form input[type=text],

.form-group-lg .comment-form input[type=email],

.form-group-lg .comment-form input[type=url],

.form-group-lg .comment-form textarea,

.form-group-lg .form-control {

    height: 46px;

    padding: 10px 16px;

    font-size: 18px;

    line-height: 1.3333333;

    border-radius: 6px

}



.form-group-lg select.form-control {

    height: 46px;

    line-height: 46px

}



.comment-form .form-group-lg textarea,

.form-group-lg .comment-form textarea,

.form-group-lg select[multiple].form-control,

.form-group-lg textarea.form-control {

    height: auto

}



.form-group-lg .form-control-static {

    height: 46px;

    padding: 10px 16px;

    font-size: 18px;

    line-height: 1.3333333;

    min-height: 38px

}



.has-feedback {

    position: relative

}



.comment-form .has-feedback input[type=text],

.comment-form .has-feedback input[type=email],

.comment-form .has-feedback input[type=url],

.comment-form .has-feedback textarea,

.has-feedback .comment-form input[type=text],

.has-feedback .comment-form input[type=email],

.has-feedback .comment-form input[type=url],

.has-feedback .comment-form textarea,

.has-feedback .form-control {

    padding-right: 42.5px

}



.form-control-feedback {

    position: absolute;

    top: 0;

    right: 0;

    z-index: 2;

    display: block;

    width: 34px;

    height: 34px;

    line-height: 34px;

    text-align: center;

    pointer-events: none

}



.comment-form .input-group-lg>.input-group-btn>input[type=submit]+.form-control-feedback,

.comment-form .input-group-lg>input[type=text]+.form-control-feedback,

.comment-form .input-group-lg>input[type=email]+.form-control-feedback,

.comment-form .input-group-lg>input[type=url]+.form-control-feedback,

.comment-form .input-group-lg>textarea+.form-control-feedback,

.input-group-lg>.form-control+.form-control-feedback,

.input-group-lg>.input-group-addon+.form-control-feedback,

.input-group-lg>.input-group-btn>.btn+.form-control-feedback,

.input-lg+.form-control-feedback {

    width: 46px;

    height: 46px;

    line-height: 46px

}



.comment-form .input-group-sm>.input-group-btn>input[type=submit]+.form-control-feedback,

.comment-form .input-group-sm>input[type=text]+.form-control-feedback,

.comment-form .input-group-sm>input[type=email]+.form-control-feedback,

.comment-form .input-group-sm>input[type=url]+.form-control-feedback,

.comment-form .input-group-sm>textarea+.form-control-feedback,

.input-group-sm>.form-control+.form-control-feedback,

.input-group-sm>.input-group-addon+.form-control-feedback,

.input-group-sm>.input-group-btn>.btn+.form-control-feedback,

.input-sm+.form-control-feedback {

    width: 30px;

    height: 30px;

    line-height: 30px

}



.has-success .checkbox,

.has-success .checkbox-inline,

.has-success .control-label,

.has-success .help-block,

.has-success .radio,



.has-success .radio-inline,

.has-success.checkbox label,

.has-success.checkbox-inline label,

.has-success.radio label,

.has-success.radio-inline label {

    color: #3c763d

}



.comment-form .has-success input[type=text],

.comment-form .has-success input[type=email],

.comment-form .has-success input[type=url],

.comment-form .has-success textarea,

.has-success .comment-form input[type=text],

.has-success .comment-form input[type=email],

.has-success .comment-form input[type=url],

.has-success .comment-form textarea,

.has-success .form-control {

    border-color: #3c763d;

    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);

    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)

}



.comment-form .has-success input[type=text]:focus,

.comment-form .has-success input[type=email]:focus,

.comment-form .has-success input[type=url]:focus,

.comment-form .has-success textarea:focus,

.has-success .comment-form input[type=text]:focus,

.has-success .comment-form input[type=email]:focus,

.has-success .comment-form input[type=url]:focus,

.has-success .comment-form textarea:focus,

.has-success .form-control:focus {

    border-color: #2b542c;

    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;

    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168

}



.has-success .input-group-addon {

    color: #3c763d;

    border-color: #3c763d;

    background-color: #dff0d8

}



.has-success .form-control-feedback {

    color: #3c763d

}



.has-warning .checkbox,

.has-warning .checkbox-inline,

.has-warning .control-label,

.has-warning .help-block,

.has-warning .radio,

.has-warning .radio-inline,

.has-warning.checkbox label,

.has-warning.checkbox-inline label,

.has-warning.radio label,

.has-warning.radio-inline label {

    color: #8a6d3b

}



.comment-form .has-warning input[type=text],

.comment-form .has-warning input[type=email],

.comment-form .has-warning input[type=url],

.comment-form .has-warning textarea,

.has-warning .comment-form input[type=text],

.has-warning .comment-form input[type=email],

.has-warning .comment-form input[type=url],

.has-warning .comment-form textarea,

.has-warning .form-control {

    border-color: #8a6d3b;

    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);

    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)

}



.comment-form .has-warning input[type=text]:focus,

.comment-form .has-warning input[type=email]:focus,

.comment-form .has-warning input[type=url]:focus,

.comment-form .has-warning textarea:focus,

.has-warning .comment-form input[type=text]:focus,

.has-warning .comment-form input[type=email]:focus,

.has-warning .comment-form input[type=url]:focus,

.has-warning .comment-form textarea:focus,

.has-warning .form-control:focus {

    border-color: #66512c;

    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;

    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b

}



.has-warning .input-group-addon {

    color: #8a6d3b;

    border-color: #8a6d3b;

    background-color: #fcf8e3

}



.has-warning .form-control-feedback {

    color: #8a6d3b

}



.has-error .checkbox,

.has-error .checkbox-inline,

.has-error .control-label,

.has-error .help-block,

.has-error .radio,

.has-error .radio-inline,

.has-error.checkbox label,

.has-error.checkbox-inline label,

.has-error.radio label,

.has-error.radio-inline label {

    color: #a94442

}



.comment-form .has-error input[type=text],

.comment-form .has-error input[type=email],

.comment-form .has-error input[type=url],

.comment-form .has-error textarea,

.has-error .comment-form input[type=text],

.has-error .comment-form input[type=email],

.has-error .comment-form input[type=url],

.has-error .comment-form textarea,

.has-error .form-control {

    border-color: #a94442;

    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);

    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)

}



.comment-form .has-error input[type=text]:focus,

.comment-form .has-error input[type=email]:focus,

.comment-form .has-error input[type=url]:focus,

.comment-form .has-error textarea:focus,

.has-error .comment-form input[type=text]:focus,

.has-error .comment-form input[type=email]:focus,

.has-error .comment-form input[type=url]:focus,

.has-error .comment-form textarea:focus,

.has-error .form-control:focus {

    border-color: #843534;

    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;

    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483

}



.has-error .input-group-addon {

    color: #a94442;

    border-color: #a94442;

    background-color: #f2dede

}



.has-error .form-control-feedback {

    color: #a94442

}



.has-feedback label~.form-control-feedback {

    top: 25px

}



.has-feedback label.screen-reader-text~.form-control-feedback,

.has-feedback label.sr-only~.form-control-feedback {

    top: 0

}



.help-block {

    display: block;

    margin-top: 5px;

    margin-bottom: 10px;

    color: #737373

}



@media (min-width:768px) {

    .comment-form .form-inline p,

    .form-inline .comment-form p,

    .form-inline .form-group {

        display: inline-block;

        margin-bottom: 0;

        vertical-align: middle

    }

    .comment-form .form-inline input[type=text],

    .comment-form .form-inline input[type=email],

    .comment-form .form-inline input[type=url],

    .comment-form .form-inline textarea,

    .form-inline .comment-form input[type=text],

    .form-inline .comment-form input[type=email],

    .form-inline .comment-form input[type=url],

    .form-inline .comment-form textarea,

    .form-inline .form-control {

        display: inline-block;

        width: auto;

        vertical-align: middle

    }

    .form-inline .form-control-static {

        display: inline-block

    }

    .form-inline .input-group {

        display: inline-table;

        vertical-align: middle

    }

    .comment-form .form-inline .input-group input[type=text],

    .comment-form .form-inline .input-group input[type=email],

    .comment-form .form-inline .input-group input[type=url],

    .comment-form .form-inline .input-group textarea,

    .form-inline .input-group .comment-form input[type=text],

    .form-inline .input-group .comment-form input[type=email],

    .form-inline .input-group .comment-form input[type=url],

    .form-inline .input-group .comment-form textarea,

    .form-inline .input-group .form-control,

    .form-inline .input-group .input-group-addon,

    .form-inline .input-group .input-group-btn {

        width: auto

    }

    .comment-form .form-inline .input-group>input[type=text],

    .comment-form .form-inline .input-group>input[type=email],

    .comment-form .form-inline .input-group>input[type=url],

    .comment-form .form-inline .input-group>textarea,

    .form-inline .comment-form .input-group>input[type=text],

    .form-inline .comment-form .input-group>input[type=email],

    .form-inline .comment-form .input-group>input[type=url],

    .form-inline .comment-form .input-group>textarea,

    .form-inline .input-group>.form-control {

        width: 100%

    }

    .form-inline .control-label {

        margin-bottom: 0;

        vertical-align: middle

    }

    .form-inline .checkbox,

    .form-inline .radio {

        display: inline-block;

        margin-top: 0;

        margin-bottom: 0;

        vertical-align: middle

    }

    .form-inline .checkbox label,

    .form-inline .radio label {

        padding-left: 0

    }

    .form-inline .checkbox input[type=checkbox],

    .form-inline .radio input[type=radio] {

        position: relative;

        margin-left: 0

    }

    .form-inline .has-feedback .form-control-feedback {

        top: 0

    }

}



.form-horizontal .checkbox,

.form-horizontal .checkbox-inline,

.form-horizontal .radio,

.form-horizontal .radio-inline {

    margin-top: 0;

    margin-bottom: 0;

    padding-top: 7px

}



.form-horizontal .checkbox,

.form-horizontal .radio {

    min-height: 27px

}



.comment-form .form-horizontal p,

.form-horizontal .comment-form p,

.form-horizontal .form-group {

    margin-left: -15px;

    margin-right: -15px

}



.comment-form .form-horizontal p:after,

.comment-form .form-horizontal p:before,

.form-horizontal .comment-form p:after,

.form-horizontal .comment-form p:before,

.form-horizontal .form-group:after,

.form-horizontal .form-group:before {

    content: " ";

    display: table

}



.comment-form .form-horizontal p:after,

.form-horizontal .comment-form p:after,

.form-horizontal .form-group:after {

    clear: both

}



@media (min-width:768px) {

    .form-horizontal .control-label {

        text-align: right;

        margin-bottom: 0;

        padding-top: 7px

    }

}



.form-horizontal .has-feedback .form-control-feedback {

    right: 15px

}



@media (min-width:768px) {

    .form-horizontal .form-group-lg .control-label {

        padding-top: 14.33px

    }

}



@media (min-width:768px) {

    .form-horizontal .form-group-sm .control-label {

        padding-top: 6px

    }

}



.fade {

    opacity: 0;

    -webkit-transition: opacity .15s linear;

    -o-transition: opacity .15s linear;

    transition: opacity .15s linear

}



.fade.in {

    opacity: 1

}



.collapse {

    display: none

}



.collapse.in {

    display: block

}



tr.collapse.in {

    display: table-row

}



tbody.collapse.in {

    display: table-row-group

}



.collapsing {

    position: relative;

    height: 0;

    overflow: hidden;

    -webkit-transition-property: height, visibility;

    -o-transition-property: height, visibility;

    transition-property: height, visibility;

    -webkit-transition-duration: .35s;

    -o-transition-duration: .35s;

    transition-duration: .35s;

    -webkit-transition-timing-function: ease;

    -o-transition-timing-function: ease;

    transition-timing-function: ease

}



.caret {

    display: inline-block;

    width: 0;

    height: 0;

    margin-left: 2px;

    vertical-align: middle;

    border-top: 4px dashed;

    border-right: 4px solid transparent;

    border-left: 4px solid transparent

}



.dropdown,

.dropup {

    position: relative

}



.dropdown-toggle:focus {

    outline: 0

}



.dropdown-menu {

    position: absolute;

    top: 100%;

    left: 0;

    z-index: 1000;

    display: none;

    float: left;

    min-width: 160px;

    padding: 5px 0;

    margin: 2px 0 0;

    list-style: none;

    font-size: 14px;

    text-align: left;

    background-color: #fff;

    border: 1px solid #ccc;

    border: 1px solid rgba(0, 0, 0, .15);

    border-radius: 0;

    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);

    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);

    -webkit-background-clip: padding-box;

    background-clip: padding-box

}



.dropdown-menu.pull-right {

    right: 0;

    left: auto

}



.dropdown-menu .divider {

    height: 1px;

    margin: 9px 0;

    overflow: hidden;

    background-color: #e5e5e5

}



.dropdown-menu>li>a {

    display: block;

    padding: 3px 20px;

    clear: both;

    font-weight: 400;

    line-height: 1.428571429;

    color: #333;

    white-space: nowrap

}



.dropdown-menu>li>a:focus,

.dropdown-menu>li>a:hover {

    text-decoration: none;

    color: #262626;

    background-color: #f5f5f5

}



.dropdown-menu>.active>a,

.dropdown-menu>.active>a:focus,

.dropdown-menu>.active>a:hover {

    color: #fff;

    text-decoration: none;

    outline: 0;

    background-color: #000

}



.dropdown-menu>.disabled>a,

.dropdown-menu>.disabled>a:focus,

.dropdown-menu>.disabled>a:hover {

    color: #777

}



.dropdown-menu>.disabled>a:focus,

.dropdown-menu>.disabled>a:hover {

    text-decoration: none;

    background-color: transparent;

    background-image: none;

    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);

    cursor: not-allowed

}



.open>.dropdown-menu {

    display: block

}



.open>a {

    outline: 0

}



.dropdown-menu-right {

    left: auto;

    right: 0

}



.dropdown-menu-left {

    left: 0;

    right: auto

}



.dropdown-header {

    display: block;

    padding: 3px 20px;

    font-size: 12px;

    line-height: 1.428571429;

    color: #777;

    white-space: nowrap

}



.dropdown-backdrop {

    position: fixed;

    left: 0;

    right: 0;

    bottom: 0;

    top: 0;

    z-index: 990

}



.pull-right>.dropdown-menu {

    right: 0;

    left: auto

}



.dropup .caret,

.navbar-fixed-bottom .dropdown .caret {

    border-top: 0;

    border-bottom: 4px solid;

    content: ""

}



.dropup .dropdown-menu,

.navbar-fixed-bottom .dropdown .dropdown-menu {

    top: auto;

    bottom: 100%;

    margin-bottom: 2px

}



@media (min-width:768px) {

    .navbar-right .dropdown-menu {

        right: 0;

        left: auto

    }

    .navbar-right .dropdown-menu-left {

        left: 0;

        right: auto

    }

}



.btn-group,

.btn-group-vertical {

    position: relative;

    display: inline-block;

    vertical-align: middle

}



.btn-group-vertical>.btn,

.btn-group>.btn,

.comment-form .btn-group-vertical>input[type=submit],

.comment-form .btn-group>input[type=submit] {

    position: relative;

    float: left

}



.btn-group-vertical>.btn.active,

.btn-group-vertical>.btn:active,

.btn-group-vertical>.btn:focus,

.btn-group-vertical>.btn:hover,

.btn-group>.btn.active,

.btn-group>.btn:active,

.btn-group>.btn:focus,

.btn-group>.btn:hover,

.comment-form .btn-group-vertical>input.active[type=submit],

.comment-form .btn-group-vertical>input[type=submit]:active,

.comment-form .btn-group-vertical>input[type=submit]:focus,

.comment-form .btn-group-vertical>input[type=submit]:hover,

.comment-form .btn-group>input.active[type=submit],

.comment-form .btn-group>input[type=submit]:active,

.comment-form .btn-group>input[type=submit]:focus,

.comment-form .btn-group>input[type=submit]:hover {

    z-index: 2

}



.btn-group .btn+.btn,

.btn-group .btn+.btn-group,

.btn-group .btn-group+.btn,

.btn-group .btn-group+.btn-group,

.btn-group .comment-form .btn+input[type=submit],

.btn-group .comment-form .btn-group+input[type=submit],

.btn-group .comment-form input[type=submit]+.btn,

.btn-group .comment-form input[type=submit]+.btn-group,

.btn-group .comment-form input[type=submit]+input[type=submit],

.comment-form .btn-group .btn+input[type=submit],

.comment-form .btn-group .btn-group+input[type=submit],

.comment-form .btn-group input[type=submit]+.btn,

.comment-form .btn-group input[type=submit]+.btn-group,

.comment-form .btn-group input[type=submit]+input[type=submit] {

    margin-left: -1px

}



.btn-toolbar {

    margin-left: -5px

}



.btn-toolbar:after,

.btn-toolbar:before {

    content: " ";

    display: table

}



.btn-toolbar:after {

    clear: both

}



.btn-toolbar .btn-group,

.btn-toolbar .input-group {

    float: left

}



.btn-toolbar>.btn,

.btn-toolbar>.btn-group,

.btn-toolbar>.input-group,

.comment-form .btn-toolbar>input[type=submit] {

    margin-left: 5px

}



.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle),

.comment-form .btn-group>input[type=submit]:not(:first-child):not(:last-child):not(.dropdown-toggle) {

    border-radius: 0

}



.btn-group>.btn:first-child,

.comment-form .btn-group>input[type=submit]:first-child {

    margin-left: 0

}



.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle),

.comment-form .btn-group>input[type=submit]:first-child:not(:last-child):not(.dropdown-toggle) {

    border-bottom-right-radius: 0;

    border-top-right-radius: 0

}



.btn-group>.btn:last-child:not(:first-child),

.btn-group>.dropdown-toggle:not(:first-child),

.comment-form .btn-group>input[type=submit]:last-child:not(:first-child) {

    border-bottom-left-radius: 0;

    border-top-left-radius: 0

}



.btn-group>.btn-group {

    float: left

}



.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn,

.comment-form .btn-group>.btn-group:not(:first-child):not(:last-child)>input[type=submit] {

    border-radius: 0

}



.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,

.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle,

.comment-form .btn-group>.btn-group:first-child:not(:last-child)>input[type=submit]:last-child {

    border-bottom-right-radius: 0;

    border-top-right-radius: 0

}



.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child,

.comment-form .btn-group>.btn-group:last-child:not(:first-child)>input[type=submit]:first-child {

    border-bottom-left-radius: 0;

    border-top-left-radius: 0

}



.btn-group .dropdown-toggle:active,

.btn-group.open .dropdown-toggle {

    outline: 0

}



.btn-group>.btn+.dropdown-toggle,

.comment-form .btn-group>input[type=submit]+.dropdown-toggle {

    padding-left: 8px;

    padding-right: 8px

}



.btn-group-lg.btn-group>.btn+.dropdown-toggle,

.btn-group>.btn-lg+.dropdown-toggle,

.comment-form .btn-group-lg.btn-group>input[type=submit]+.dropdown-toggle {

    padding-left: 12px;

    padding-right: 12px

}



.btn-group.open .dropdown-toggle {

    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);

    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)

}



.btn-group.open .dropdown-toggle.btn-link {

    -webkit-box-shadow: none;

    box-shadow: none

}



.btn .caret,

.comment-form input[type=submit] .caret {

    margin-left: 0

}



.btn-group-lg>.btn .caret,

.btn-lg .caret,

.comment-form .btn-group-lg>input[type=submit] .caret {

    border-width: 5px 5px 0;

    border-bottom-width: 0

}



.comment-form .dropup .btn-group-lg>input[type=submit] .caret,

.dropup .btn-group-lg>.btn .caret,

.dropup .btn-lg .caret,

.dropup .comment-form .btn-group-lg>input[type=submit] .caret {

    border-width: 0 5px 5px

}



.btn-group-vertical>.btn,

.btn-group-vertical>.btn-group,

.btn-group-vertical>.btn-group>.btn,

.comment-form .btn-group-vertical>.btn-group>input[type=submit],

.comment-form .btn-group-vertical>input[type=submit] {

    display: block;

    float: none;

    width: 100%;

    max-width: 100%

}



.btn-group-vertical>.btn-group:after,

.btn-group-vertical>.btn-group:before {

    content: " ";

    display: table

}



.btn-group-vertical>.btn-group:after {

    clear: both

}



.btn-group-vertical>.btn-group>.btn,

.comment-form .btn-group-vertical>.btn-group>input[type=submit] {

    float: none

}



.btn-group-vertical>.btn+.btn,

.btn-group-vertical>.btn+.btn-group,

.btn-group-vertical>.btn-group+.btn,

.btn-group-vertical>.btn-group+.btn-group,

.comment-form .btn-group-vertical>.btn+input[type=submit],

.comment-form .btn-group-vertical>.btn-group+input[type=submit],

.comment-form .btn-group-vertical>input[type=submit]+.btn,

.comment-form .btn-group-vertical>input[type=submit]+.btn-group,

.comment-form .btn-group-vertical>input[type=submit]+input[type=submit] {

    margin-top: -1px;

    margin-left: 0

}



.btn-group-vertical>.btn:not(:first-child):not(:last-child),

.comment-form .btn-group-vertical>input[type=submit]:not(:first-child):not(:last-child) {

    border-radius: 0

}



.btn-group-vertical>.btn:first-child:not(:last-child),

.comment-form .btn-group-vertical>input[type=submit]:first-child:not(:last-child) {

    border-top-right-radius: 0;

    border-bottom-right-radius: 0;

    border-bottom-left-radius: 0

}



.btn-group-vertical>.btn:last-child:not(:first-child),

.comment-form .btn-group-vertical>input[type=submit]:last-child:not(:first-child) {

    border-bottom-left-radius: 0;

    border-top-right-radius: 0;

    border-top-left-radius: 0

}



.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn,

.comment-form .btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>input[type=submit] {

    border-radius: 0

}



.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle,

.comment-form .btn-group-vertical>.btn-group:first-child:not(:last-child)>input[type=submit]:last-child {

    border-bottom-right-radius: 0;

    border-bottom-left-radius: 0

}



.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child,

.comment-form .btn-group-vertical>.btn-group:last-child:not(:first-child)>input[type=submit]:first-child {

    border-top-right-radius: 0;

    border-top-left-radius: 0

}



.btn-group-justified {

    display: table;

    width: 100%;

    table-layout: fixed;

    border-collapse: separate

}



.btn-group-justified>.btn,

.btn-group-justified>.btn-group,

.comment-form .btn-group-justified>input[type=submit] {

    float: none;

    display: table-cell;

    width: 1%

}



.btn-group-justified>.btn-group .btn,

.btn-group-justified>.btn-group .comment-form input[type=submit],

.comment-form .btn-group-justified>.btn-group input[type=submit] {

    width: 100%

}



.btn-group-justified>.btn-group .dropdown-menu {

    left: auto

}



.comment-form [data-toggle=buttons]>.btn-group>input[type=submit] input[type=checkbox],

.comment-form [data-toggle=buttons]>.btn-group>input[type=submit] input[type=radio],

.comment-form [data-toggle=buttons]>input[type=submit] input[type=checkbox],

.comment-form [data-toggle=buttons]>input[type=submit] input[type=radio],

[data-toggle=buttons]>.btn input[type=checkbox],

[data-toggle=buttons]>.btn input[type=radio],

[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],

[data-toggle=buttons]>.btn-group>.btn input[type=radio] {

    position: absolute;

    clip: rect(0, 0, 0, 0);

    pointer-events: none

}



.input-group {

    position: relative;

    display: table;

    border-collapse: separate

}



.input-group[class*=col-] {

    float: none;

    padding-left: 0;

    padding-right: 0

}



.comment-form .input-group input[type=text],

.comment-form .input-group input[type=email],

.comment-form .input-group input[type=url],

.comment-form .input-group textarea,

.input-group .comment-form input[type=text],

.input-group .comment-form input[type=email],

.input-group .comment-form input[type=url],

.input-group .comment-form textarea,

.input-group .form-control {

    position: relative;

    z-index: 2;

    float: left;

    width: 100%;

    margin-bottom: 0

}



.comment-form .input-group input[type=text],

.comment-form .input-group input[type=email],

.comment-form .input-group input[type=url],

.comment-form .input-group textarea,

.input-group .comment-form input[type=text],

.input-group .comment-form input[type=email],

.input-group .comment-form input[type=url],

.input-group .comment-form textarea,

.input-group .form-control,

.input-group-addon,

.input-group-btn {

    display: table-cell

}



.comment-form .input-group input[type=text]:not(:first-child):not(:last-child),

.comment-form .input-group input[type=email]:not(:first-child):not(:last-child),

.comment-form .input-group input[type=url]:not(:first-child):not(:last-child),

.comment-form .input-group textarea:not(:first-child):not(:last-child),

.input-group .comment-form input[type=text]:not(:first-child):not(:last-child),

.input-group .comment-form input[type=email]:not(:first-child):not(:last-child),

.input-group .comment-form input[type=url]:not(:first-child):not(:last-child),

.input-group .comment-form textarea:not(:first-child):not(:last-child),

.input-group .form-control:not(:first-child):not(:last-child),

.input-group-addon:not(:first-child):not(:last-child),

.input-group-btn:not(:first-child):not(:last-child) {

    border-radius: 0

}



.input-group-addon,

.input-group-btn {

    width: 1%;

    white-space: nowrap;

    vertical-align: middle

}



.input-group-addon {

    padding: 6px 12px;

    font-size: 14px;

    font-weight: 400;

    line-height: 1;

    color: #555;

    text-align: center;

    background-color: #eee;

    border: 1px solid #ccc;

    border-radius: 0

}



.comment-form .input-group-sm>.input-group-btn>input.input-group-addon[type=submit],

.comment-form .input-group-sm>input.input-group-addon[type=text],

.comment-form .input-group-sm>input.input-group-addon[type=email],

.comment-form .input-group-sm>input.input-group-addon[type=url],

.comment-form .input-group-sm>textarea.input-group-addon,

.input-group-addon.input-sm,

.input-group-sm>.input-group-addon,

.input-group-sm>.input-group-btn>.input-group-addon.btn {

    padding: 5px 10px;

    font-size: 12px;

    border-radius: 3px

}



.comment-form .input-group-lg>.input-group-btn>input.input-group-addon[type=submit],

.comment-form .input-group-lg>input.input-group-addon[type=text],

.comment-form .input-group-lg>input.input-group-addon[type=email],

.comment-form .input-group-lg>input.input-group-addon[type=url],

.comment-form .input-group-lg>textarea.input-group-addon,

.input-group-addon.input-lg,

.input-group-lg>.input-group-addon,

.input-group-lg>.input-group-btn>.input-group-addon.btn {

    padding: 10px 16px;

    font-size: 18px;

    border-radius: 6px

}



.input-group-addon input[type=checkbox],

.input-group-addon input[type=radio] {

    margin-top: 0

}



.comment-form .input-group input[type=text]:first-child,

.comment-form .input-group input[type=email]:first-child,

.comment-form .input-group input[type=url]:first-child,

.comment-form .input-group textarea:first-child,

.comment-form .input-group-btn:first-child>.btn-group>input[type=submit],

.comment-form .input-group-btn:first-child>input[type=submit],

.comment-form .input-group-btn:last-child>.btn-group:not(:last-child)>input[type=submit],

.comment-form .input-group-btn:last-child>input[type=submit]:not(:last-child):not(.dropdown-toggle),

.input-group .comment-form input[type=text]:first-child,

.input-group .comment-form input[type=email]:first-child,

.input-group .comment-form input[type=url]:first-child,

.input-group .comment-form textarea:first-child,

.input-group .form-control:first-child,

.input-group-addon:first-child,

.input-group-btn:first-child>.btn,

.input-group-btn:first-child>.btn-group>.btn,

.input-group-btn:first-child>.dropdown-toggle,

.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,

.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {

    border-bottom-right-radius: 0;

    border-top-right-radius: 0

}



.input-group-addon:first-child {

    border-right: 0

}



.comment-form .input-group input[type=text]:last-child,

.comment-form .input-group input[type=email]:last-child,

.comment-form .input-group input[type=url]:last-child,

.comment-form .input-group textarea:last-child,

.comment-form .input-group-btn:first-child>.btn-group:not(:first-child)>input[type=submit],

.comment-form .input-group-btn:first-child>input[type=submit]:not(:first-child),

.comment-form .input-group-btn:last-child>.btn-group>input[type=submit],

.comment-form .input-group-btn:last-child>input[type=submit],

.input-group .comment-form input[type=text]:last-child,

.input-group .comment-form input[type=email]:last-child,

.input-group .comment-form input[type=url]:last-child,

.input-group .comment-form textarea:last-child,

.input-group .form-control:last-child,

.input-group-addon:last-child,

.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,

.input-group-btn:first-child>.btn:not(:first-child),

.input-group-btn:last-child>.btn,

.input-group-btn:last-child>.btn-group>.btn,

.input-group-btn:last-child>.dropdown-toggle {

    border-bottom-left-radius: 0;

    border-top-left-radius: 0

}



.input-group-addon:last-child {

    border-left: 0

}



.input-group-btn {

    position: relative;

    font-size: 0;

    white-space: nowrap

}



.comment-form .input-group-btn>input[type=submit],

.input-group-btn>.btn {

    position: relative

}



.comment-form .input-group-btn>.btn+input[type=submit],

.comment-form .input-group-btn>input[type=submit]+.btn,

.comment-form .input-group-btn>input[type=submit]+input[type=submit],

.input-group-btn>.btn+.btn {

    margin-left: -1px

}



.comment-form .input-group-btn>input[type=submit]:active,

.comment-form .input-group-btn>input[type=submit]:focus,

.comment-form .input-group-btn>input[type=submit]:hover,

.input-group-btn>.btn:active,

.input-group-btn>.btn:focus,

.input-group-btn>.btn:hover {

    z-index: 2

}



.comment-form .input-group-btn:first-child>input[type=submit],

.input-group-btn:first-child>.btn,

.input-group-btn:first-child>.btn-group {

    margin-right: -1px



}



.comment-form .input-group-btn:last-child>input[type=submit],

.input-group-btn:last-child>.btn,

.input-group-btn:last-child>.btn-group {

    margin-left: -1px

}



.breadcrumb {

    padding: 8px 15px;

    margin-bottom: 20px;

    list-style: none;

    background-color: #f5f5f5;

    border-radius: 0

}



.breadcrumb>li {

    display: inline-block

}



.breadcrumb>li+li:before {

    content: "/ ";

    padding: 0 5px;

    color: #ccc

}



.breadcrumb>.active {

    color: #777

}



.media {

    margin-top: 15px

}



.media:first-child {

    margin-top: 0

}



.media,

.media-body {

    zoom: 1;

    overflow: hidden

}



.media-body {

    width: 10000px

}



.media-object {

    display: block

}



.media-right,

.media>.pull-right {

    padding-left: 10px

}



.media-left,

.media>.pull-left {

    padding-right: 10px

}



.media-body,

.media-left,

.media-right {

    display: table-cell;

    vertical-align: top

}



.media-middle {

    vertical-align: middle

}



.media-bottom {

    vertical-align: bottom

}



.media-heading {

    margin-top: 0;

    margin-bottom: 5px

}



.media-list {

    padding-left: 0;

    list-style: none

}



.embed-responsive {

    position: relative;

    display: block;

    height: 0;

    padding: 0;

    overflow: hidden

}



.embed-responsive .embed-responsive-item,

.embed-responsive embed,

.embed-responsive iframe,

.embed-responsive object,

.embed-responsive video {

    position: absolute;

    top: 0;

    left: 0;

    bottom: 0;

    height: 100%;

    width: 100%;

    border: 0

}



.embed-responsive-16by9 {

    padding-bottom: 56.25%

}



.embed-responsive-4by3 {

    padding-bottom: 75%

}



.tooltip {

    position: absolute;

    z-index: 1070;

    display: block;

    font-family: "Hurme Geometric Sans 1", "Helvetica Neue", Helvetica, Arial, sans-serif;

    font-size: 12px;

    font-weight: 400;

    line-height: 1.4;

    opacity: 0;

    filter: alpha(opacity=0)

}



.tooltip.in {

    opacity: .9;

    filter: alpha(opacity=90)

}



.tooltip.top {

    margin-top: -3px;

    padding: 5px 0

}



.tooltip.right {

    margin-left: 3px;

    padding: 0 5px

}



.tooltip.bottom {

    margin-top: 3px;

    padding: 5px 0

}



.tooltip.left {

    margin-left: -3px;

    padding: 0 5px

}



.tooltip-inner {

    max-width: 200px;

    padding: 3px 8px;

    color: #fff;

    text-align: center;

    text-decoration: none;

    background-color: #000;

    border-radius: 0

}



.tooltip-arrow {

    position: absolute;

    width: 0;

    height: 0;

    border-color: transparent;

    border-style: solid

}



.tooltip.top .tooltip-arrow {

    bottom: 0;

    left: 50%;

    margin-left: -5px;

    border-width: 5px 5px 0;

    border-top-color: #000

}



.tooltip.top-left .tooltip-arrow {

    bottom: 0;

    right: 5px;

    margin-bottom: -5px;

    border-width: 5px 5px 0;

    border-top-color: #000

}



.tooltip.top-right .tooltip-arrow {

    bottom: 0;

    left: 5px;

    margin-bottom: -5px;

    border-width: 5px 5px 0;

    border-top-color: #000

}



.tooltip.right .tooltip-arrow {

    top: 50%;

    left: 0;

    margin-top: -5px;

    border-width: 5px 5px 5px 0;

    border-right-color: #000

}



.tooltip.left .tooltip-arrow {

    top: 50%;

    right: 0;

    margin-top: -5px;

    border-width: 5px 0 5px 5px;

    border-left-color: #000

}



.tooltip.bottom .tooltip-arrow {

    top: 0;

    left: 50%;

    margin-left: -5px;

    border-width: 0 5px 5px;

    border-bottom-color: #000

}



.tooltip.bottom-left .tooltip-arrow {

    top: 0;

    right: 5px;

    margin-top: -5px;

    border-width: 0 5px 5px;

    border-bottom-color: #000

}



.tooltip.bottom-right .tooltip-arrow {

    top: 0;

    left: 5px;

    margin-top: -5px;

    border-width: 0 5px 5px;

    border-bottom-color: #000

}



.popover {

    position: absolute;

    top: 0;

    left: 0;

    z-index: 1060;

    display: none;

    max-width: 276px;

    padding: 1px;

    font-family: "Hurme Geometric Sans 1", "Helvetica Neue", Helvetica, Arial, sans-serif;

    font-size: 14px;

    font-weight: 400;

    line-height: 1.428571429;

    text-align: left;

    background-color: #fff;

    -webkit-background-clip: padding-box;

    background-clip: padding-box;

    border: 1px solid #ccc;

    border: 1px solid rgba(0, 0, 0, .2);

    border-radius: 6px;

    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);

    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);

    white-space: normal

}



.popover.top {

    margin-top: -10px

}



.popover.right {

    margin-left: 10px

}



.popover.bottom {

    margin-top: 10px

}



.popover.left {

    margin-left: -10px

}



.popover-title {

    margin: 0;

    padding: 8px 14px;

    font-size: 14px;

    background-color: #f7f7f7;

    border-bottom: 1px solid #ebebeb;

    border-radius: 5px 5px 0 0

}



.popover-content {

    padding: 9px 14px

}



.popover>.arrow,

.popover>.arrow:after {

    position: absolute;

    display: block;

    width: 0;

    height: 0;

    border-color: transparent;

    border-style: solid

}



.popover>.arrow {

    border-width: 11px

}



.popover>.arrow:after {

    border-width: 10px;

    content: ""

}



.popover.top>.arrow {

    left: 50%;

    margin-left: -11px;

    border-bottom-width: 0;

    border-top-color: #999;

    border-top-color: rgba(0, 0, 0, .25);

    bottom: -11px

}



.popover.top>.arrow:after {

    content: " ";

    bottom: 1px;

    margin-left: -10px;

    border-bottom-width: 0;

    border-top-color: #fff

}



.popover.right>.arrow {

    top: 50%;

    left: -11px;

    margin-top: -11px;

    border-left-width: 0;

    border-right-color: #999;

    border-right-color: rgba(0, 0, 0, .25)

}



.popover.right>.arrow:after {

    content: " ";

    left: 1px;

    bottom: -10px;

    border-left-width: 0;

    border-right-color: #fff

}



.popover.bottom>.arrow {

    left: 50%;

    margin-left: -11px;

    border-top-width: 0;

    border-bottom-color: #999;

    border-bottom-color: rgba(0, 0, 0, .25);

    top: -11px

}



.popover.bottom>.arrow:after {

    content: " ";

    top: 1px;

    margin-left: -10px;

    border-top-width: 0;

    border-bottom-color: #fff

}



.popover.left>.arrow {

    top: 50%;

    right: -11px;

    margin-top: -11px;

    border-right-width: 0;

    border-left-color: #999;

    border-left-color: rgba(0, 0, 0, .25)

}



.popover.left>.arrow:after {

    content: " ";

    right: 1px;

    border-right-width: 0;

    border-left-color: #fff;

    bottom: -10px

}



.clearfix:after,

.clearfix:before {

    content: " ";

    display: table

}



.clearfix:after {

    clear: both

}



.center-block {

    display: block;

    margin-left: auto;

    margin-right: auto

}



.pull-right {

    float: right!important

}



.pull-left {

    float: left!important

}



.hide {

    display: none!important

}



.show {

    display: block!important

}



.invisible {

    visibility: hidden

}



.text-hide {

    font: 0/0 a;

    color: transparent;

    text-shadow: none;

    background-color: transparent;

    border: 0

}



.hidden {

    display: none!important

}



.affix {

    position: fixed

}



@-ms-viewport {

    width: device-width

}



.visible-xs {

    display: none!important

}



.visible-sm {

    display: none!important

}



.visible-md {

    display: none!important

}



.visible-lg {

    display: none!important

}



.visible-lg-block,

.visible-lg-inline,

.visible-lg-inline-block,

.visible-md-block,

.visible-md-inline,

.visible-md-inline-block,

.visible-sm-block,

.visible-sm-inline,

.visible-sm-inline-block,

.visible-xs-block,

.visible-xs-inline,

.visible-xs-inline-block {

    display: none!important

}



@media (max-width:767px) {

    .visible-xs {

        display: block!important

    }

    table.visible-xs {

        display: table

    }

    tr.visible-xs {

        display: table-row!important

    }

    td.visible-xs,

    th.visible-xs {

        display: table-cell!important

    }

}



@media (max-width:767px) {

    .visible-xs-block {

        display: block!important

    }

}



@media (max-width:767px) {

    .visible-xs-inline {

        display: inline!important

    }

}



@media (max-width:767px) {

    .visible-xs-inline-block {

        display: inline-block!important

    }

}



@media (min-width:768px) and (max-width:991px) {

    .visible-sm {

        display: block!important

    }

    table.visible-sm {

        display: table

    }

    tr.visible-sm {

        display: table-row!important

    }

    td.visible-sm,

    th.visible-sm {

        display: table-cell!important

    }

}



@media (min-width:768px) and (max-width:991px) {

    .visible-sm-block {

        display: block!important

    }

}



@media (min-width:768px) and (max-width:991px) {

    .visible-sm-inline {

        display: inline!important

    }

}



@media (min-width:768px) and (max-width:991px) {

    .visible-sm-inline-block {

        display: inline-block!important

    }

}



@media (min-width:992px) and (max-width:1199px) {

    .visible-md {

        display: block!important

    }

    table.visible-md {

        display: table

    }

    tr.visible-md {

        display: table-row!important

    }

    td.visible-md,

    th.visible-md {

        display: table-cell!important

    }

}



@media (min-width:992px) and (max-width:1199px) {

    .visible-md-block {

        display: block!important

    }

}



@media (min-width:992px) and (max-width:1199px) {

    .visible-md-inline {

        display: inline!important

    }

}



@media (min-width:992px) and (max-width:1199px) {

    .visible-md-inline-block {

        display: inline-block!important

    }

}



@media (min-width:1200px) {

    .visible-lg {

        display: block!important

    }

    table.visible-lg {

        display: table

    }

    tr.visible-lg {

        display: table-row!important

    }

    td.visible-lg,

    th.visible-lg {

        display: table-cell!important

    }

}



@media (min-width:1200px) {

    .visible-lg-block {

        display: block!important

    }

}



@media (min-width:1200px) {

    .visible-lg-inline {

        display: inline!important

    }

}



@media (min-width:1200px) {

    .visible-lg-inline-block {

        display: inline-block!important

    }

}



@media (max-width:767px) {

    .hidden-xs {

        display: none!important

    }

}



@media (min-width:768px) and (max-width:991px) {

    .hidden-sm {

        display: none!important

    }

}



@media (min-width:992px) and (max-width:1199px) {

    .hidden-md {

        display: none!important

    }

}



@media (min-width:1200px) {

    .hidden-lg {

        display: none!important

    }

}



.visible-print {

    display: none!important

}



@media print {

    .visible-print {

        display: block!important

    }

    table.visible-print {

        display: table

    }

    tr.visible-print {

        display: table-row!important

    }

    td.visible-print,

    th.visible-print {

        display: table-cell!important

    }

}



.visible-print-block {

    display: none!important

}



@media print {

    .visible-print-block {

        display: block!important

    }

}



.visible-print-inline {

    display: none!important

}



@media print {

    .visible-print-inline {

        display: inline!important

    }

}



.visible-print-inline-block {

    display: none!important

}



@media print {

    .visible-print-inline-block {

        display: inline-block!important

    }

}



@media print {

    .hidden-print {

        display: none!important

    }

}



.added_to_cart {

    display: none

}



body.woocommerce-account {

    background-color: #fff

}



#wpadminbar {

    display: none

}



a {

    text-decoration: none!important

}



a:active,

a:focus {

    text-decoration: none;

    color: inherit;

    outline: 0

}



abbr[title] {

    border-bottom: 0

}



hr {

    border-top: 2px solid #ccc

}



input[type=email],

input[type=number],

input[type=tel],

input[type=text],

textarea {

    -webkit-appearance: none;

    border-radius: 0

}



input[type=email]:focus,

input[type=number]:focus,

input[type=tel]:focus,

input[type=text]:focus,

textarea:focus {

    outline: 0

}



@media (max-width:767px) {

    body,

    html {

        overflow: auto!important

    }

}



html {

    font-size: 14px

}



@media (min-width:768px) {

    html.scroll-off,

    html.scroll-off body {

        overflow: hidden!important

    }

}



html.js {

    margin-top: 0!important

}



body {

    -webkit-font-smoothing: antialiased;

    background-color: #000;

    opacity: 0

}



body::-moz-selection {

    background-color: #000;

    color: #fff

}



body::selection {

    background-color: #000;

    color: #fff

}



body.doing-ajax * {

    /*cursor: wait!important*/

}



#site-wrapper {

    padding-top: 50px

}



@media (min-width:768px) {

    #site-wrapper {

        padding-top: 0

    }

}



.section-content-static {

    padding: 20px 10px

}



@media (min-width:768px) {

    .section-content-static {

        padding: 120px 40px

    }

}



.section-content-2col:after {

    content: "";

    display: block;

    clear: both

}



@media (min-width:768px) {

    .section-content-2col .section-content-left,

    .section-content-2col .section-content-right {

        float: left

    }

    .section-content-2col .section-content-left.section-content-part--half,

    .section-content-2col .section-content-right.section-content-part--half {

        width: 50%

    }

    .section-content-2col .section-content-left {

        width: 300px;

        padding-right: 30px

    }

    .section-content-2col .section-content-right {

        width: -webkit-calc(100% - 300px);

        width: calc(100% - 300px);

        padding-left: 30px

    }

    .section-content-2col .section-content-right .content-wrapper {

        width: 100%;

        max-width: 600px

    }

}



.one-fourth,

.one-half {

    float: left

}



.one-half {

    width: 50%

}



.one-fourth {

    width: 25%

}



.close-element {

    width: 21px;

    height: 21px;

    -webkit-transition: all .25s ease-in-out;

    -o-transition: all .25s ease-in-out;

    transition: all .25s ease-in-out;

    -webkit-transform: none;

    -ms-transform: none;

    -o-transform: none;

    transform: none

}



.close-element span {

    display: block;

    width: 130%;

    height: 0;

    position: absolute;

    top: 50%;

    left: -15%;

    border-top: 2px solid #000

}



.close-element span:first-child {

    -webkit-transform: rotate(45deg);

    -ms-transform: rotate(45deg);

    -o-transform: rotate(45deg);

    transform: rotate(45deg)

}



.close-element span:last-child {

    -webkit-transform: rotate(-45deg);

    -ms-transform: rotate(-45deg);

    -o-transform: rotate(-45deg);

    transform: rotate(-45deg)

}



.close-element.invisible {

    -webkit-transform: rotate(45deg);

    -ms-transform: rotate(45deg);

    -o-transform: rotate(45deg);

    transform: rotate(45deg)

}



.site-overlay {

    background-color: rgba(0, 0, 0, .8);

    position: fixed;

    top: 0;

    left: 0;

    z-index: 999999;

    -webkit-transition: all .25s ease-in-out;

    -o-transition: all .25s ease-in-out;

    transition: all .25s ease-in-out;

    cursor: none

}



.site-overlay .close-x {

    position: fixed;

    top: 0;

    left: 0;

    width: 57px;

    height: 57px;

    margin: -31px 0 0 -31px;

    display: none

}



.site-overlay .close-x span {

    display: block;

    width: 130%;

    height: 0;

    position: absolute;

    top: 50%;

    left: -15%;

    border-top: 2px solid #fff

}



.site-overlay .close-x span:first-child {

    -webkit-transform: rotate(45deg);

    -ms-transform: rotate(45deg);

    -o-transform: rotate(45deg);

    transform: rotate(45deg)

}



.site-overlay .close-x span:last-child {

    -webkit-transform: rotate(-45deg);

    -ms-transform: rotate(-45deg);

    -o-transform: rotate(-45deg);

    transform: rotate(-45deg)

}



.site-overlay#site-overlay-general {

    z-index: 98

}



.site-overlay#site-overlay-cart {

    visibility: hidden;

    opacity: 0

}



.site-overlay#site-overlay-cart:hover .close-x {

    display: block

}



.hover-plus {

    width: 80px;

    height: 80px;

    position: absolute;

    top: 50%;

    left: 50%;

    margin-top: -80px;

    margin-left: -40px

}



.hover-plus .outer-circle {

    width: 100%;

    height: 100%;

    border-radius: 50%;

    -webkit-transform: scale(0);

    -ms-transform: scale(0);

    -o-transform: scale(0);

    transform: scale(0);

    opacity: 0;

    background-color: #000;

    background-color: rgba(0, 0, 0, .45)

}



.hover-plus .inner-circle {

    position: absolute;

    top: 13px;

    left: 13px;

    width: 54px;

    height: 54px;

    background-color: #000;

    border: 2px solid #fff;

    border-radius: 50%;

    -webkit-transform: scale(0);

    -ms-transform: scale(0);

    -o-transform: scale(0);

    transform: scale(0);

    opacity: 0

}



.hover-plus .inner-circle span {

    display: block;

    position: absolute

}



.hover-plus .inner-circle span:first-child {

    width: 1px;

    height: 22px;

    background-color: #fff;

    top: 14px;

    left: 50%

}



.hover-plus .inner-circle span:last-child {

    width: 22px;

    height: 1px;

    background-color: #fff;

    top: 50%;

    left: 14px

}



.arrow-toggle {

    width: 20px;

    height: 20px;

    position: absolute;

    top: 50%;

    right: 0;

    margin: -20px 30px 0 0

}



.arrow-toggle span {

    width: 100%;

    height: 0;

    border-top: 2px solid #fff;

    display: block;

    position: absolute;

    top: 50%;

    -webkit-transition: all .5s ease-in-out;

    -o-transition: all .5s ease-in-out;

    transition: all .5s ease-in-out;

    -webkit-transform-origin: 20px 0;

    -ms-transform-origin: 20px 0;

    -o-transform-origin: 20px 0;

    transform-origin: 20px 0

}



.arrow-toggle span:last-child {

    -webkit-transform-origin: 19.5px 0;

    -ms-transform-origin: 19.5px 0;

    -o-transform-origin: 19.5px 0;

    transform-origin: 19.5px 0

}



.arrow-toggle.arrow-toggle-right span {

    left: 0

}



.arrow-toggle.arrow-toggle-right span:first-child {

    -webkit-transform: rotate(45deg);

    -ms-transform: rotate(45deg);

    -o-transform: rotate(45deg);

    transform: rotate(45deg)

}



.arrow-toggle.arrow-toggle-right span:last-child {

    -webkit-transform: rotate(-45deg);

    -ms-transform: rotate(-45deg);

    -o-transform: rotate(-45deg);

    transform: rotate(-45deg)

}



.arrow-toggle.arrow-toggle-left span {

    left: -20px

}



.arrow-toggle.arrow-toggle-left span:first-child {

    -webkit-transform: rotate(135deg);

    -ms-transform: rotate(135deg);

    -o-transform: rotate(135deg);

    transform: rotate(135deg)

}



.arrow-toggle.arrow-toggle-left span:last-child {

    -webkit-transform: rotate(-135deg);

    -ms-transform: rotate(-135deg);

    -o-transform: rotate(-135deg);

    transform: rotate(-135deg)

}



.notification-full {

    position: fixed;

    top: 0;

    left: 0;

    background-color: #000;

    z-index: 999999999999;

    color: #fff;

    text-align: center;

    display: none;

    padding: 30px;

    overflow-y: scroll

}



.notification-full a {

    color: #fff;

    text-decoration: underline .notification-full a

}



.notification-full a:hover {

    color: #fff;

    text-decoration: underline

}



@media (max-width:599px) {

    html.touch #mobile-notification {

        display: block

    }

}



#add_payment_method .sv-wc-payment-gateway-payment-form-saved-payment-method,

.woocommerce-checkout #payment div.payment_box .sv-wc-payment-gateway-payment-form-saved-payment-method {

    display: inline

}



#add_payment_method .sv-wc-payment-gateway-payment-form-saved-payment-method img,

.woocommerce-checkout #payment div.payment_box .sv-wc-payment-gateway-payment-form-saved-payment-method img {

    width: 30px;

    height: 20px;

    margin-right: .5em

}



#add_payment_method input.js-sv-wc-payment-gateway-credit-card-form-input[type=text],

#add_payment_method input.js-sv-wc-payment-gateway-echeck-form-input[type=text],

.woocommerce-checkout #payment div.payment_box input.js-sv-wc-payment-gateway-credit-card-form-input[type=text],

.woocommerce-checkout #payment div.payment_box input.js-sv-wc-payment-gateway-echeck-form-input[type=text] {

    font-size: 1.5em;

    padding: 8px

}



#add_payment_method input.js-sv-wc-payment-gateway-credit-card-form-input[type=text]:focus,

.woocommerce-checkout #payment div.payment_box input.js-sv-wc-payment-gateway-credit-card-form-input[type=text]:focus {

    -webkit-box-shadow: 0 0 .1875em #3498db;

    box-shadow: 0 0 .1875em #3498db

}



#add_payment_method input.js-sv-wc-payment-gateway-credit-card-form-input[type=text].identified,

.woocommerce-checkout #payment div.payment_box input.js-sv-wc-payment-gateway-credit-card-form-input[type=text].identified {

    border-color: #69bf29

}



#add_payment_method input.js-sv-wc-payment-gateway-credit-card-form-input[type=text].identified:focus,

.woocommerce-checkout #payment div.payment_box input.js-sv-wc-payment-gateway-credit-card-form-input[type=text].identified:focus {

    -webkit-box-shadow: 0 0 .1875em #69bf29;

    box-shadow: 0 0 .1875em #69bf29

}



#add_payment_method input.js-sv-wc-payment-gateway-credit-card-form-account-number,

.woocommerce-checkout #payment div.payment_box input.js-sv-wc-payment-gateway-credit-card-form-account-number {

    background-image: url(../images/braintree/card-cc-plain.svg);

    background-repeat: no-repeat;

    background-position: 99%;

    -webkit-background-size: 50px 31px;

    background-size: 50px 31px

}



#add_payment_method input.js-sv-wc-payment-gateway-credit-card-form-account-number.visa,

.woocommerce-checkout #payment div.payment_box input.js-sv-wc-payment-gateway-credit-card-form-account-number.visa {

    background-image: url(../images/braintree/card-visa.svg)

}



#add_payment_method input.js-sv-wc-payment-gateway-credit-card-form-account-number.mastercard,

.woocommerce-checkout #payment div.payment_box input.js-sv-wc-payment-gateway-credit-card-form-account-number.mastercard {

    background-image: url(../images/braintree/card-mc.svg)

}



#add_payment_method input.js-sv-wc-payment-gateway-credit-card-form-account-number.dinersclub,

.woocommerce-checkout #payment div.payment_box input.js-sv-wc-payment-gateway-credit-card-form-account-number.dinersclub {

    background-image: url(../images/braintree/card-diners.svg)

}



#add_payment_method input.js-sv-wc-payment-gateway-credit-card-form-account-number.maestro,

.woocommerce-checkout #payment div.payment_box input.js-sv-wc-payment-gateway-credit-card-form-account-number.maestro {

    background-image: url(../images/braintree/card-maestro.svg)

}



#add_payment_method input.js-sv-wc-payment-gateway-credit-card-form-account-number.jcb,

.woocommerce-checkout #payment div.payment_box input.js-sv-wc-payment-gateway-credit-card-form-account-number.jcb {

    background-image: url(../images/braintree/card-jcb.svg)

}



#add_payment_method input.js-sv-wc-payment-gateway-credit-card-form-account-number.amex,

.woocommerce-checkout #payment div.payment_box input.js-sv-wc-payment-gateway-credit-card-form-account-number.amex {

    background-image: url(../images/braintree/card-amex.svg)

}



#add_payment_method input.js-sv-wc-payment-gateway-credit-card-form-account-number.discover,

.woocommerce-checkout #payment div.payment_box input.js-sv-wc-payment-gateway-credit-card-form-account-number.discover {

    background-image: url(../images/braintree/card-disc.svg)

}



#add_payment_method input.js-sv-wc-payment-gateway-credit-card-form-account-number.visaelectron,

.woocommerce-checkout #payment div.payment_box input.js-sv-wc-payment-gateway-credit-card-form-account-number.visaelectron {

    background-image: url(../images/braintree/card-visa-electron.svg)

}



#add_payment_method .js-sv-wc-payment-gateway-echeck-form-check-hint,

.woocommerce-checkout #payment div.payment_box .js-sv-wc-payment-gateway-echeck-form-check-hint {

    margin: 0 0 3px 2px;

    cursor: pointer

}



#add_payment_method .js-sv-wc-payment-gateway-echeck-form-sample-check,

.woocommerce-checkout #payment div.payment_box .js-sv-wc-payment-gateway-echeck-form-sample-check {

    margin: 1em

}



#add_payment_method .js-sv-wc-payment-gateway-echeck-form-sample-check img,

.woocommerce-checkout #payment div.payment_box .js-sv-wc-payment-gateway-echeck-form-sample-check img {

    min-height: 135px

}



#add_payment_method ul.payment_methods li {

    list-style-type: none

}



#add_payment_method ul.payment_methods li img {

    vertical-align: middle;

    margin: -2px 0 0 .5em;

    padding: 0;

    position: relative;

    -webkit-box-shadow: none;

    box-shadow: none

}



#add_payment_method ul.payment_methods li img+img {

    margin-left: 2px

}



.sv-wc-payment-gateway-my-payment-methods-table-title {

    clear: both;

    margin: 1.5em 0

}



.sv-wc-payment-gateway-my-payment-methods-table-title h2 {

    display: inline

}



.sv-wc-payment-gateway-my-payment-methods-table-title a.button {

    float: right;

    line-height: 1.5;

    padding-left: .8em;

    padding-right: .8em

}



.sv-wc-payment-gateway-my-payment-methods-table-title a.button:before {

    margin-right: 5px

}



table.sv-wc-payment-gateway-my-payment-methods-table {

    font-size: .85em

}



table.sv-wc-payment-gateway-my-payment-methods-table td,

table.sv-wc-payment-gateway-my-payment-methods-table th {

    vertical-align: middle

}



table.sv-wc-payment-gateway-my-payment-methods-table .button {

    white-space: nowrap

}



table.sv-wc-payment-gateway-my-payment-methods-table .sv-wc-payment-gateway-payment-method-title img {

    width: 40px;

    height: 25px;

    vertical-align: middle;

    margin-right: 1em;

    display: inline!important

}



table.sv-wc-payment-gateway-my-payment-methods-table td.sv-wc-payment-gateway-payment-method-actions {

    text-align: right

}



table.sv-wc-payment-gateway-my-payment-methods-table td.sv-wc-payment-gateway-payment-method-actions .button {

    margin: .125em 0 .125em .25em

}



table.sv-wc-payment-gateway-my-payment-methods-table tr.sv-wc-payment-gateway-my-payment-methods-type-divider td {

    font-weight: 700

}



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

    table.sv-wc-payment-gateway-my-payment-methods-table td.sv-wc-payment-gateway-payment-method-actions {

        text-align: left

    }

    table.sv-wc-payment-gateway-my-payment-methods-table td.sv-wc-payment-gateway-payment-method-actions:before {

        display: none

    }

    table.sv-wc-payment-gateway-my-payment-methods-table td.sv-wc-payment-gateway-payment-method-actions .button {

        float: none;

        margin: .125em .25em .125em 0

    }

    table.sv-wc-payment-gateway-my-payment-methods-table tr.sv-wc-payment-gateway-my-payment-methods-type-divider td:before {

        display: none

    }

}



.woocommerce #payment div.payment_method_braintree_credit_card iframe {

    margin: 0 0 0 6px

}



.woocommerce #payment div.payment_method_braintree_credit_card div.form-row {

    padding: 3px

}



.woocommerce #payment div.payment_method_braintree_credit_card .wc-braintree-hosted-field {

    height: 3em;

    padding: 3px;

    border: 2px solid #ccc;

    -o-transition: border-color 160ms;

    transition: border-color 160ms;

    -webkit-transition: border-color 160ms;

    background-color: #fff

}



.woocommerce #payment div.payment_method_braintree_credit_card .wc-braintree-hosted-field-card-number {

    background-image: url(../images/braintree/card-cc-plain.svg);

    background-repeat: no-repeat;

    background-position: 99%;

    -webkit-background-size: 50px 31px;

    background-size: 50px 31px

}



.woocommerce #payment div.payment_method_braintree_credit_card .wc-braintree-hosted-field-card-number.card-type-visa {

    background-image: url(../images/braintree/card-visa.svg)

}



.woocommerce #payment div.payment_method_braintree_credit_card .wc-braintree-hosted-field-card-number.card-type-master-card {

    background-image: url(../images/braintree/card-mc.svg)

}



.woocommerce #payment div.payment_method_braintree_credit_card .wc-braintree-hosted-field-card-number.card-type-american-express {

    background-image: url(../images/braintree/card-amex.svg)

}



.woocommerce #payment div.payment_method_braintree_credit_card .wc-braintree-hosted-field-card-number.card-type-diners-club {

    background-image: url(../images/braintree/card-diners.svg)

}



.woocommerce #payment div.payment_method_braintree_credit_card .wc-braintree-hosted-field-card-number.card-type-maestro {

    background-image: url(../images/braintree/card-maestro.svg)

}



.woocommerce #payment div.payment_method_braintree_credit_card .wc-braintree-hosted-field-card-number.card-type-jcb {

    background-image: url(../images/braintree/card-jcb.svg)

}



.woocommerce #payment div.payment_method_braintree_credit_card .wc-braintree-hosted-field-card-number.card-type-discover {

    background-image: url(../images/braintree/card-disc.svg)

}



.woocommerce #payment div.payment_method_braintree_credit_card .braintree-hosted-fields-focused {

    -webkit-box-shadow: 0 0 .1875em #3498db;

    box-shadow: 0 0 .1875em #3498db

}



.woocommerce #payment div.payment_method_braintree_credit_card .braintree-hosted-fields-focused.braintree-hosted-fields-valid {

    -webkit-box-shadow: 0 0 .1875em #69bf29;

    box-shadow: 0 0 .1875em #69bf29

}



.woocommerce #payment div.payment_method_braintree_credit_card .braintree-hosted-fields-focused.braintree-hosted-fields-invalid {

    -webkit-box-shadow: 0 0 .1875em #69bf29;

    box-shadow: 0 0 .1875em #69bf29

}



.woocommerce #payment div.payment_method_braintree_credit_card .braintree-hosted-fields-valid {

    border-color: #69bf29

}



.woocommerce #payment div.payment_method_braintree_credit_card .braintree-hosted-fields-invalid {

    border-color: #a00

}



#add_payment_method ul.payment_methods li {

    list-style-type: none

}



#add_payment_method ul.payment_methods li img {

    vertical-align: middle;

    margin: -2px 0 0 .5em;

    padding: 0;

    position: relative;

    -webkit-box-shadow: none;

    box-shadow: none

}



#add_payment_method ul.payment_methods li img+img {

    margin-left: 2px

}



.sv-wc-payment-gateway-my-payment-methods-table-title {

    clear: both;

    margin: 1.5em 0

}



.sv-wc-payment-gateway-my-payment-methods-table-title h2 {

    display: inline

}



.sv-wc-payment-gateway-my-payment-methods-table-title a.button {

    float: right;

    line-height: 1.5;

    padding-left: .8em;

    padding-right: .8em

}



.sv-wc-payment-gateway-my-payment-methods-table-title a.button:before {

    margin-right: 5px

}



table.sv-wc-payment-gateway-my-payment-methods-table {

    font-size: .85em

}



table.sv-wc-payment-gateway-my-payment-methods-table td,

table.sv-wc-payment-gateway-my-payment-methods-table th {

    vertical-align: middle

}



table.sv-wc-payment-gateway-my-payment-methods-table .button {

    white-space: nowrap

}



table.sv-wc-payment-gateway-my-payment-methods-table .sv-wc-payment-gateway-payment-method-title img {

    width: 40px;

    height: 25px;

    vertical-align: middle;

    margin-right: 1em;

    display: inline!important

}



table.sv-wc-payment-gateway-my-payment-methods-table td.sv-wc-payment-gateway-payment-method-actions {

    text-align: right

}



table.sv-wc-payment-gateway-my-payment-methods-table td.sv-wc-payment-gateway-payment-method-actions .button {

    margin: .125em 0 .125em .25em

}



table.sv-wc-payment-gateway-my-payment-methods-table tr.sv-wc-payment-gateway-my-payment-methods-type-divider td {

    font-weight: 700

}



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

    table.sv-wc-payment-gateway-my-payment-methods-table td.sv-wc-payment-gateway-payment-method-actions {

        text-align: left

    }

    table.sv-wc-payment-gateway-my-payment-methods-table td.sv-wc-payment-gateway-payment-method-actions:before {

        display: none

    }

    table.sv-wc-payment-gateway-my-payment-methods-table td.sv-wc-payment-gateway-payment-method-actions .button {



        float: none;

        margin: .125em .25em .125em 0

    }

    table.sv-wc-payment-gateway-my-payment-methods-table tr.sv-wc-payment-gateway-my-payment-methods-type-divider td:before {

        display: none

    }

}



@font-face {

    font-family: 'Hurme Geometric Sans 1';

    src: url(../fonts/hurmegeometricsans1-bold-webfont.eot);

    src: url(../fonts/hurmegeometricsans1-bold-webfontd41d.eot?#iefix) format("embedded-opentype"), url(../fonts/hurmegeometricsans1-bold-webfont.woff2) format("woff2"), url(../fonts/hurmegeometricsans1-bold-webfont.woff) format("woff"), url(../fonts/hurmegeometricsans1-bold-webfont.ttf) format("truetype"), url(../fonts/hurmegeometricsans1-bold-webfont.svg#hurme_geometric_sans_1bold) format("svg");

    font-weight: 900;

    font-style: normal

}



@font-face {

    font-family: 'Hurme Geometric Sans 1';

    src: url(../fonts/hurmegeometricsans1-regular-webfont.eot);

    src: url(../fonts/hurmegeometricsans1-regular-webfontd41d.eot?#iefix) format("embedded-opentype"), url(../fonts/hurmegeometricsans1-regular-webfont.woff2) format("woff2"), url(../fonts/hurmegeometricsans1-regular-webfont.woff) format("woff"), url(../fonts/hurmegeometricsans1-regular-webfont.ttf) format("truetype"), url(../fonts/hurmegeometricsans1-regular-webfont.svg#hurmegeometricsans1_regularRg) format("svg");

    font-weight: 400;

    font-style: normal

}



@font-face {

    font-family: 'Hurme Geometric Sans 1';

    src: url(../fonts/hurmegeometricsans1-semibold-webfont.eot);

    src: url(../fonts/hurmegeometricsans1-semibold-webfontd41d.eot?#iefix) format("embedded-opentype"), url(../fonts/hurmegeometricsans1-semibold-webfont.woff2) format("woff2"), url(../fonts/hurmegeometricsans1-semibold-webfont.woff) format("woff"), url(../fonts/hurmegeometricsans1-semibold-webfont.ttf) format("truetype"), url(../fonts/hurmegeometricsans1-semibold-webfont.svg#hurme_geometric_sans_1SBd) format("svg");

    font-weight: 700;

    font-style: normal

}



h1,

h2,

h3,

h4,

h5,

h6 {

    text-transform: uppercase;

    font-weight: 900

}



@media screen and (min-width:320px) {

    head {

        font-family: "mobile 320px"

    }

    body:after {

        content: "mobile - min-width: 320px"

    }

}



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

    head {

        font-family: "ipad-portrait 768px"

    }

    body:after {

        content: "ipad-portrait - min-width: 768px"

    }

}



@media screen and (min-width:1024px) {

    head {

        font-family: "ipad-landscape 1024px"

    }

    body:after {

        content: "ipad-landscape - min-width: 1024px"

    }

}



head {

    clear: both

}



head title {

    font-family: "mobile 320px, ipad-portrait 768px, ipad-landscape 1024px"

}



body:after {

    display: none

}



[data-usn-if] {

    display: none

}



.full-width {

    width: 100%

}



.half-width {

    width: 50%!important;

    float: left

}



.full-height {

    height: 100%

}



.screen-height {

    height: 100vh;

    overflow: scroll;

    overflow-x: hidden

}



.full-size {

    width: 100%;

    height: 100%

}



.display-table {

    display: table

}



.display-table-row {

    display: table-row

}



.display-table-cell {

    display: table-cell

}



.valign-middle {

    vertical-align: middle

}



.font-italic {

    font-style: italic

}



.relative {

    position: relative

}



ul.no-default {

    list-style: none;

    margin: 0;

    padding: 0

}



.bg-cover {

    -webkit-background-size: cover;

    background-size: cover;

    background-position: center center;

    background-repeat: no-repeat

}



.bg-grey {

    background-color: #f2f2f2

}



.bg-white {

    background-color: #fff

}



.bg-black {

    background-color: #000

}



.invisible {

    opacity: 0;

    visibility: hidden

}



.font-size-base {

    font-size: 14px!important

}



.font-size-xxl {

    font-size: 1.71rem!important

}



.sans-serif {

    font-family: "Hurme Geometric Sans 1", "Helvetica Neue", Helvetica, Arial, sans-serif

}



.serif {

    font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif

}



.black {

    color: #fff

}



.white {

    color: #fff

}



.bold {

    font-weight: 700!important

}



.no-pad {

    padding: 0!important

}



video.fullpage-video {

    position: absolute;

    top: 50%;

    left: 50%;

    min-width: 100%;

    min-height: 100%;

    width: auto;

    height: auto;

    z-index: -100;

    -webkit-transform: translateX(-50%) translateY(-50%);

    -ms-transform: translateX(-50%) translateY(-50%);

    -o-transform: translateX(-50%) translateY(-50%);

    transform: translateX(-50%) translateY(-50%)

}



video.fullpage-video.fullpage-video-stuck {

    -webkit-transform: translateX(-50%) translateY(0);

    -ms-transform: translateX(-50%) translateY(0);

    -o-transform: translateX(-50%) translateY(0);

    transform: translateX(-50%) translateY(0)

}



.clear {

    clear: both

}



#mfPreviewBar,

#mfPreviewBarShow {

    display: none!important

}



body,

html {

    margin: 0;

    padding: 0;

    overflow: hidden;

    -webkit-tap-highlight-color: transparent

}



#superContainer {

    height: 100%;

    position: relative;

    -ms-touch-action: none;

    touch-action: none

}



.fp-section {

    position: relative;

    -webkit-box-sizing: border-box;

    box-sizing: border-box

}



.fp-slide {

    float: left

}



.fp-slide,

.fp-slidesContainer {

    height: 100%;

    display: block

}



.fp-slides {

    z-index: 1;

    height: 100%;

    overflow: hidden;

    position: relative;

    -webkit-transition: all .3s ease-out;

    -o-transition: all .3s ease-out;

    transition: all .3s ease-out

}



.fp-section.fp-table,

.fp-slide.fp-table {

    display: table;

    table-layout: fixed;

    width: 100%

}



.fp-tableCell {

    display: table-cell;

    vertical-align: middle;

    width: 100%;

    height: 100%

}



.fp-slidesContainer {

    float: left;

    position: relative

}



.fp-controlArrow {

    position: absolute;

    z-index: 4;

    top: 50%;

    cursor: pointer;

    width: 0;

    height: 0;

    border-style: solid;

    margin-top: -38px;

    -webkit-transform: translate3d(0, 0, 0);

    -ms-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0)

}



.fp-controlArrow.fp-prev {

    left: 15px;

    width: 0;

    border-width: 38.5px 34px 38.5px 0;

    border-color: transparent #fff transparent transparent

}



.fp-controlArrow.fp-next {

    right: 15px;

    border-width: 38.5px 0 38.5px 34px;

    border-color: transparent transparent transparent #fff

}



.fp-scrollable {

    overflow: scroll

}



.fp-notransition {

    -webkit-transition: none!important;

    -o-transition: none!important;

    transition: none!important

}



.fp-slidesNav {

    position: absolute;

    z-index: 4;

    left: 50%;

    opacity: 1

}



.fp-slidesNav.bottom {

    bottom: 17px

}



.fp-slidesNav.top {

    top: 17px

}



#fp-nav ul,

.fp-slidesNav ul {

    margin: 0;

    padding: 0

}



#fp-nav ul li,

.fp-slidesNav ul li {

    display: block;

    width: 14px;

    height: 13px;

    margin: 24px 7px;

    position: relative

}



#fp-nav ul li a,

.fp-slidesNav ul li a {

    display: block;

    position: relative;

    z-index: 1;

    cursor: pointer;

    text-decoration: none;

    font-size: 0;

    line-height: 0;

    padding: 5px 0;

    width: auto;

    height: 40px;

    width: 30px

}



#fp-nav ul li a svg,

.fp-slidesNav ul li a svg {

    position: absolute;

    top: 5px;

    left: 0;

    -webkit-transform: rotate(-90deg);

    -ms-transform: rotate(-90deg);

    -o-transform: rotate(-90deg);

    transform: rotate(-90deg)

}



#fp-nav ul li a svg circle,

.fp-slidesNav ul li a svg circle {

    fill: transparent;

    /*! stroke: #aaa; */

    stroke-width: 1.5;

    stroke-dasharray: 500;

    stroke-dashoffset: 500;

    -webkit-transition: stroke-dasharray 0s ease .3s, opacity .3s ease;

    -o-transition: stroke-dasharray 0s ease .3s, opacity .3s ease;

    transition: stroke-dasharray 0s ease .3s, opacity .3s ease;

    opacity: 0

}



#fp-nav ul li a.active svg circle,

#fp-nav ul li a:hover svg circle,

.fp-slidesNav ul li a.active svg circle,

.fp-slidesNav ul li a:hover svg circle {

    -webkit-transition: stroke-dasharray .6s ease, opacity 0s ease;

    -o-transition: stroke-dasharray .6s ease, opacity 0s ease;

    transition: stroke-dasharray .6s ease, opacity 0s ease;

    stroke-dasharray: 585;

    opacity: 1

}



#fp-nav ul li a span,

.fp-slidesNav ul li a span {

    border-radius: 50%;

    position: absolute;

    z-index: 1;

    border: 0;

    /*! background: #aaa; */

    left: 50%;

    top: 50%;

    /*! width: 6px; */

    height: 6px;

    margin: -3px 0 0 -3px;

    -webkit-transition: all .1s ease-in-out;

    -o-transition: all .1s ease-in-out;

    transition: all .1s ease-in-out;

}



#fp-nav {

    position: fixed;

    z-index: 99;

    margin-top: -36px;

    top: 50%;

    opacity: 1;

    -webkit-transition: opacity 1s ease, visibility 1s ease;

    -o-transition: opacity 1s ease, visibility 1s ease;

    transition: opacity 1s ease, visibility 1s ease;

    -webkit-transform: translate(0, 0);

    -ms-transform: translate(0, 0);

    -o-transform: translate(0, 0);

    transform: translate(0, 0)

}



#fp-nav.right {

    right: 37px

}



#fp-nav.left {

    left: 17px

}



#fp-nav ul li {

    width: auto;

    height: auto;

    margin: 0;

    padding: 0

}



#fp-nav ul li .fp-tooltip {

    position: absolute;

    top: -2px;

    color: #fff;

    font-size: 14px;

    font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;

    white-space: nowrap;

    max-width: 220px;

    overflow: hidden;

    display: block;

    width: auto;

    -webkit-transition: all .25s ease!important;

    -o-transition: all .25s ease!important;

    transition: all .25s ease!important;

    visibility: hidden;

    opacity: 0

}



#fp-nav ul li .fp-tooltip.right {

    padding-right: 20px;

    top: 8px;

    right: 20px

}



#fp-nav:hover ul li .fp-tooltip {

    opacity: .5;

    visibility: visible

}



#fp-nav:hover ul li:hover .fp-tooltip {

    opacity: 1

}



#fp-nav:hover span {

    background-color: #fff!important

}



.fp-slidesNav ul li {

    display: inline-block

}



#fp-nav ul li a.active span,

#fp-nav ul li a:hover span,

#fp-nav ul li:hover a.active span,

.fp-slidesNav ul li a.active span,

.fp-slidesNav ul li a:hover span,

.fp-slidesNav ul li:hover a.active span {

    -webkit-transition: all .25s ease-in-out;

    -o-transition: all .25s ease-in-out;

    transition: all .25s ease-in-out;

}



body.dark-nav #fp-nav ul li a.active span,

body.dark-nav #fp-nav ul li a:hover span,

body.dark-nav #fp-nav ul li:hover a.active span,

body.dark-nav .fp-slidesNav ul li a.active span,

body.dark-nav .fp-slidesNav ul li a:hover span,

body.dark-nav .fp-slidesNav ul li:hover a.active span {

    background: #000

}



.pace {

    pointer-events: none;

    -webkit-user-select: none;

    -moz-user-select: none;

    -ms-user-select: none;

    user-select: none

}



.pace-inactive {

    display: none

}



.pace .pace-progress {

    background: #af966c;

    position: fixed;

    z-index: 99999999;

    top: 0;

    right: 100%;

    width: 100%;

    height: 3px

}



.nano>.nano-pane {

    border-radius: 0;

    width: 5px

}



.nano>.nano-pane>.nano-slider {

    background-color: #000;

    border-radius: 0;

    margin: 0

}



.at-share-btn {

    background-color: transparent!important

}



.addthis_sharing_toolbox {

    height: 36px!important;

    overflow: hidden

}



.tooltip-inner {

    background: #fff;

    color: #000;

    text-transform: uppercase;

    border: 1px solid #000

}



.tooltip-arrow:after {

    content: "";

    position: absolute;

    width: 0;

    height: 0;

    border-color: transparent;

    border-style: solid;

    top: 1px;

    left: 50%;

    margin-left: -5px;

    border-width: 0 5px 5px;

    border-bottom-color: #fff

}



.wpcf7-not-valid-tip {

    display: none!important

}



div.wpcf7-response-output {

    border: 0!important;

    color: #959595;

    text-transform: uppercase;

    font-weight: 700;

    font-size: .85rem;

    letter-spacing: .2em;

    padding: 0!important;

    margin: -1em 0 2em 0!important

}



.wpcf7-form .ajax-loader {

    position: absolute;

    bottom: -85px;

    right: 260px

}



.hero-title {

    color: #fff;

    font-size: 10.7em;

    line-height: .93em;

    text-transform: uppercase;

    font-weight: 900;

    text-align: center;

    -webkit-transition: font-size .5s ease;

    -o-transition: font-size .5s ease;

    transition: font-size .5s ease

}



.hero-title.hero-title-black {

    color: #000

}



@media (max-width:1023px) {

    .hero-title {

        font-size: 8.5rem

    }

}



@media (max-width:767px) {

    .hero-title {

        font-size: 6.5rem

    }

}



.tagline {

    font-size: .85rem;

    font-weight: 900;

    letter-spacing: 2px;

    text-transform: uppercase;

    color: #959595

}



.headline {

    position: absolute;

    top: 10%;

    width: 100%;

    z-index: 99

}



.headline span.serif {

    color: #af966c;

    font-size: 1.3rem;

    font-style: italic

}



.headline p {

    font-size: 1.3rem;

    text-transform: uppercase;

    margin-bottom: 0;

    letter-spacing: .2em

}



.headline p.white {

    color: #fff

}



.headline p.term-title {

    color: #959595;

    font-size: .85rem;

    font-weight: 700;

    letter-spacing: .4em;

    padding: .4em

}



.headline p.term-title span {

    font-size: 1.3rem;

    font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;

    color: #af966c;

    display: inline-block;

    padding: 0 8px;

    font-weight: 400

}



.indication-title {

    display: inline-block;

    padding: 20px 0;

    /*margin-left: 750px;*/

    font-size: .8em;

    font-weight: 900;

    text-transform: uppercase;

    color: #636363

}



.section-tagline {

    position: absolute;

    top: 15%;

    left: 0;

    width: 100%;

    text-align: center;

    z-index: 9

}



.section-tagline p {

    font-size: 1.3rem;

    font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;

    color: #636363;

    margin: 20px 0 0;

    display: none

}



.section-tagline p.light {

    color: #fff

}



.section-tagline p.dark {

    color: #000

}



@media (min-width:768px) {

    .section-tagline p {

        display: block

    }

}



.scroll-down-indication {

    color: #fff;

    text-transform: uppercase;

    letter-spacing: .2em;

    font-size: .85rem;

    font-weight: 700;

    position: relative

}



.scroll-down-indication span {

    display: block;

    width: 0;

    height: 0;

    position: absolute;

    left: 50%;

    bottom: -30px;

    -webkit-animation-delay: 0;

    -o-animation-delay: 0;

    animation-delay: 0;

    -webkit-animation-direction: normal;

    -o-animation-direction: normal;

    animation-direction: normal;

    -webkit-animation-duration: 3s;

    -o-animation-duration: 3s;

    animation-duration: 3s;

    -webkit-animation-iteration-count: infinite;

    -o-animation-iteration-count: infinite;

    animation-iteration-count: infinite;

    -webkit-animation-name: indicate-scale-down;

    -o-animation-name: indicate-scale-down;

    animation-name: indicate-scale-down;

    -webkit-animation-timing-function: ease;

    -o-animation-timing-function: ease;

    animation-timing-function: ease

}



.scroll-down-indication span:after,

.scroll-down-indication span:before {

    content: " ";

    display: block;

    width: 30px;

    height: 0;

    border-top: 2px solid #fff;

    position: absolute;

    top: 0

}



.scroll-down-indication span:before {

    -webkit-transform: rotate(33deg);

    -ms-transform: rotate(33deg);

    -o-transform: rotate(33deg);

    transform: rotate(33deg);

    left: -27px

}



.scroll-down-indication span:after {

    -webkit-transform: rotate(-33deg);

    -ms-transform: rotate(-33deg);

    -o-transform: rotate(-33deg);

    transform: rotate(-33deg);

    right: -27px

}



@-webkit-keyframes indicate-scale-down {

    0% {

        -webkit-transform: translateY(0) scaleX(1) scaleY(1);

        transform: translateY(0) scaleX(1) scaleY(1)

    }

    10% {

        -webkit-transform: translateY(10px) scaleX(.9) scaleY(1.1);

        transform: translateY(10px) scaleX(.9) scaleY(1.1)

    }

    20% {

        -webkit-transform: translateY(0) scaleX(1) scaleY(1);

        transform: translateY(0) scaleX(1) scaleY(1)

    }

    30% {

        -webkit-transform: translateY(10px) scaleX(.9) scaleY(1.1);

        transform: translateY(10px) scaleX(.9) scaleY(1.1)

    }

    40% {

        -webkit-transform: translateY(0) scaleX(1) scaleY(1);

        transform: translateY(0) scaleX(1) scaleY(1)

    }

}



@-o-keyframes indicate-scale-down {

    0% {

        -o-transform: translateY(0) scaleX(1) scaleY(1);

        transform: translateY(0) scaleX(1) scaleY(1)

    }

    10% {

        -o-transform: translateY(10px) scaleX(.9) scaleY(1.1);

        transform: translateY(10px) scaleX(.9) scaleY(1.1)

    }

    20% {

        -o-transform: translateY(0) scaleX(1) scaleY(1);

        transform: translateY(0) scaleX(1) scaleY(1)

    }

    30% {

        -o-transform: translateY(10px) scaleX(.9) scaleY(1.1);

        transform: translateY(10px) scaleX(.9) scaleY(1.1)

    }

    40% {

        -o-transform: translateY(0) scaleX(1) scaleY(1);

        transform: translateY(0) scaleX(1) scaleY(1)

    }

}



@keyframes indicate-scale-down {

    0% {

        -webkit-transform: translateY(0) scaleX(1) scaleY(1);

        -o-transform: translateY(0) scaleX(1) scaleY(1);

        transform: translateY(0) scaleX(1) scaleY(1)

    }

    10% {

        -webkit-transform: translateY(10px) scaleX(.9) scaleY(1.1);

        -o-transform: translateY(10px) scaleX(.9) scaleY(1.1);

        transform: translateY(10px) scaleX(.9) scaleY(1.1)

    }

    20% {

        -webkit-transform: translateY(0) scaleX(1) scaleY(1);

        -o-transform: translateY(0) scaleX(1) scaleY(1);

        transform: translateY(0) scaleX(1) scaleY(1)

    }

    30% {

        -webkit-transform: translateY(10px) scaleX(.9) scaleY(1.1);

        -o-transform: translateY(10px) scaleX(.9) scaleY(1.1);

        transform: translateY(10px) scaleX(.9) scaleY(1.1)

    }

    40% {

        -webkit-transform: translateY(0) scaleX(1) scaleY(1);

        -o-transform: translateY(0) scaleX(1) scaleY(1);

        transform: translateY(0) scaleX(1) scaleY(1)

    }

}



.scroll-down-arrow {

    display: inline-block;

    width: 22px;

    height: 30px;

    position: relative;

    margin-top: 20px

}



.scroll-down-arrow span {

    height: 100%;

    width: 0;

    border-left: 2px solid #af966c;

    position: absolute;

    left: 50%

}



.scroll-down-arrow span:after,

.scroll-down-arrow span:before {

    content: '';

    position: absolute;

    width: 15px;

    height: 0;

    border-top: 2px solid #af966c;

    bottom: -1px

}



.scroll-down-arrow span:before {

    -webkit-transform: rotate(45deg);

    -ms-transform: rotate(45deg);

    -o-transform: rotate(45deg);

    transform: rotate(45deg);

    -webkit-transform-origin: 15px 0;

    -ms-transform-origin: 15px 0;

    -o-transform-origin: 15px 0;

    transform-origin: 15px 0;

    right: 0

}



.scroll-down-arrow span:after {

    -webkit-transform: rotate(-45deg);

    -ms-transform: rotate(-45deg);

    -o-transform: rotate(-45deg);

    transform: rotate(-45deg);

    -webkit-transform-origin: 0 0;

    -ms-transform-origin: 0 0;

    -o-transform-origin: 0 0;

    transform-origin: 0 0;

    left: -2px

}



.section-notice {

    font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;

    color: #000;

    font-size: 1.15rem;

    font-style: italic;

    padding: 24px 34px;

    background-color: #fff;

    border: 1px solid #ccc;

    pointer-events: none

}



.btn,

.comment-form input[type=submit] {

    border: 1px solid rgba(255, 255, 255, .2);

    padding: 24px 34px;

    font-family: "Hurme Geometric Sans 1", "Helvetica Neue", Helvetica, Arial, sans-serif;

    text-transform: uppercase;

    font-weight: 700;

    font-size: .85rem;

    letter-spacing: .1em;

    border-radius: 0;

    -webkit-transition: all .25s ease-in-out;

    -o-transition: all .25s ease-in-out;

    transition: all .25s ease-in-out;

    background-color: transparent;

    display: inline-block;

    text-align: center;

    position: relative;

    overflow: hidden;

    -webkit-transform: translate(0, 0);

    -ms-transform: translate(0, 0);

    -o-transform: translate(0, 0);

    transform: translate(0, 0);

    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0)

}



.comment-form .no-touch input[type=submit]:after,

.no-touch .btn:after,

.no-touch .comment-form input[type=submit]:after {

    content: '';

    position: absolute;

    z-index: -1;

    -webkit-transition: all .25s ease-in-out;

    -o-transition: all .25s ease-in-out;

    transition: all .25s ease-in-out;

    width: 100%;

    height: 0;

    top: 50%;

    left: 50%;

    background: #fff;

    opacity: 0;

    -webkit-transform: translateX(-50%) translateY(-50%) rotate(60deg);

    -ms-transform: translateX(-50%) translateY(-50%) rotate(60deg);

    -o-transform: translateX(-50%) translateY(-50%) rotate(60deg);

    transform: translateX(-50%) translateY(-50%) rotate(60deg)

}



.comment-form .no-touch input[type=submit]:hover:after,

.no-touch .btn:hover:after,

.no-touch .comment-form input[type=submit]:hover:after {

    height: 180%;

    opacity: 1

}



.comment-form .no-touch input[type=submit]:focus,

.no-touch .btn:focus,

.no-touch .comment-form input[type=submit]:focus {

    color: inherit

}



.comment-form .no-touch input[type=submit]:active,

.no-touch .btn:active,

.no-touch .comment-form input[type=submit]:active {

    -webkit-transform: scale(.98);

    -ms-transform: scale(.98);

    -o-transform: scale(.98);

    transform: scale(.98);

    -webkit-transition: all 0s;

    -o-transition: all 0s;

    transition: all 0s

}



.btn.btn-light,

.comment-form input.btn-light[type=submit] {

    color: #000;

    background-color: #fff;

    border: 1px solid rgba(0, 0, 0, .2)

}



.comment-form .no-touch input.btn-light[type=submit]:after,

.no-touch .btn.btn-light:after,

.no-touch .comment-form input.btn-light[type=submit]:after {

    background-color: #000

}



.comment-form .no-touch input.btn-light[type=submit]:hover,

.comment-form .no-touch input.btn-light[type=submit]:hover:active,

.comment-form .no-touch input.btn-light[type=submit]:hover:focus,

.no-touch .btn.btn-light:hover,

.no-touch .btn.btn-light:hover:active,

.no-touch .btn.btn-light:hover:focus,

.no-touch .comment-form input.btn-light[type=submit]:hover,

.no-touch .comment-form input.btn-light[type=submit]:hover:active,

.no-touch .comment-form input.btn-light[type=submit]:hover:focus {

    border-color: #000;

    color: #fff

}



.btn.btn-dark,

.comment-form input.btn-dark[type=submit] {

    color: #fff

}



.comment-form .no-touch input.btn-dark[type=submit]:hover,

.comment-form .no-touch input.btn-dark[type=submit]:hover:active,

.comment-form .no-touch input.btn-dark[type=submit]:hover:focus,

.no-touch .btn.btn-dark:hover,

.no-touch .btn.btn-dark:hover:active,

.no-touch .btn.btn-dark:hover:focus,

.no-touch .comment-form input.btn-dark[type=submit]:hover,

.no-touch .comment-form input.btn-dark[type=submit]:hover:active,

.no-touch .comment-form input.btn-dark[type=submit]:hover:focus {

    border-color: #fff;

    color: #000

}



.btn.btn-sans,

.comment-form input.btn-sans[type=submit] {

    font-family: "Hurme Geometric Sans 1", "Helvetica Neue", Helvetica, Arial, sans-serif;

    text-transform: uppercase;

    font-weight: 900;

    letter-spacing: .15em;

    font-size: .85rem;

    color: #af966c

}



.btn.btn-spacey,

.comment-form input.btn-spacey[type=submit] {

    padding: 24px 48px;

    min-width: 220px

}



@media (min-width:768px) {

    .btn.btn-spacey,

    .comment-form input.btn-spacey[type=submit] {

        padding: 34px 48px

    }

}



.btn.btn-arrow,

.comment-form input.btn-arrow[type=submit] {

    overflow: visible

}



.btn.btn-arrow.btn-light:active,

.btn.btn-arrow.btn-light:focus,

.btn.btn-arrow.btn-light:hover,

.comment-form input.btn-arrow.btn-light[type=submit]:active,

.comment-form input.btn-arrow.btn-light[type=submit]:focus,

.comment-form input.btn-arrow.btn-light[type=submit]:hover {

    color: #000

}



.btn.btn-arrow.btn-dark:active,

.btn.btn-arrow.btn-dark:focus,

.btn.btn-arrow.btn-dark:hover,

.comment-form input.btn-arrow.btn-dark[type=submit]:active,

.comment-form input.btn-arrow.btn-dark[type=submit]:focus,

.comment-form input.btn-arrow.btn-dark[type=submit]:hover {

    color: #fff

}



.btn.btn-arrow:after,

.comment-form input.btn-arrow[type=submit]:after {

    display: none

}



.btn.btn-arrow span.arrow,

.comment-form input.btn-arrow[type=submit] span.arrow {

    -webkit-animation-delay: 0;

    -o-animation-delay: 0;

    animation-delay: 0;

    -webkit-animation-direction: normal;

    -o-animation-direction: normal;

    animation-direction: normal;

    -webkit-animation-duration: 4s;

    -o-animation-duration: 4s;

    animation-duration: 4s;

    -webkit-animation-iteration-count: infinite;

    -o-animation-iteration-count: infinite;

    animation-iteration-count: infinite;

    -webkit-animation-name: indicate-down;

    -o-animation-name: indicate-down;

    animation-name: indicate-down;

    -webkit-animation-timing-function: ease;

    -o-animation-timing-function: ease;

    animation-timing-function: ease

}



.btn.btn-arrow-down,

.comment-form input.btn-arrow-down[type=submit] {

    position: relative

}



.btn.btn-arrow-down span.arrow,

.comment-form input.btn-arrow-down[type=submit] span.arrow {

    display: block;

    position: absolute;

    left: 50%;

    bottom: -70px

}



.btn.btn-arrow-down span.arrow:after,

.btn.btn-arrow-down span.arrow:before,

.comment-form input.btn-arrow-down[type=submit] span.arrow:after,

.comment-form input.btn-arrow-down[type=submit] span.arrow:before {

    content: " ";

    display: block;

    width: 0;

    height: 30px;

    border-right: 2px solid #fff;

    position: absolute;

    bottom: 0;

    left: 0;

    -webkit-transition: all .25s ease-in-out;

    -o-transition: all .25s ease-in-out;

    transition: all .25s ease-in-out;

    -webkit-transform-origin: 50% 100%;

    -ms-transform-origin: 50% 100%;

    -o-transform-origin: 50% 100%;

    transform-origin: 50% 100%

}



.btn.btn-arrow-down span.arrow:before,

.comment-form input.btn-arrow-down[type=submit] span.arrow:before {

    -webkit-transform: rotate(-50deg);

    -ms-transform: rotate(-50deg);

    -o-transform: rotate(-50deg);

    transform: rotate(-50deg)

}



.btn.btn-arrow-down span.arrow:after,

.comment-form input.btn-arrow-down[type=submit] span.arrow:after {

    -webkit-transform: rotate(50deg);

    -ms-transform: rotate(50deg);

    -o-transform: rotate(50deg);

    transform: rotate(50deg)

}



@-webkit-keyframes indicate-down {

    0% {

        -webkit-transform: translateY(0);

        transform: translateY(0)

    }

    10% {

        -webkit-transform: translateY(10px);

        transform: translateY(10px)

    }

    20% {

        -webkit-transform: translateY(0);

        transform: translateY(0)

    }

    30% {

        -webkit-transform: translateY(10px);

        transform: translateY(10px)

    }

    40% {

        -webkit-transform: translateY(0);

        transform: translateY(0)

    }

}



@-o-keyframes indicate-down {

    0% {

        -o-transform: translateY(0);

        transform: translateY(0)

    }

    10% {

        -o-transform: translateY(10px);

        transform: translateY(10px)

    }

    20% {

        -o-transform: translateY(0);

        transform: translateY(0)

    }

    30% {

        -o-transform: translateY(10px);

        transform: translateY(10px)

    }

    40% {

        -o-transform: translateY(0);

        transform: translateY(0)

    }

}



@keyframes indicate-down {

    0% {

        -webkit-transform: translateY(0);

        -o-transform: translateY(0);

        transform: translateY(0)

    }

    10% {

        -webkit-transform: translateY(10px);

        -o-transform: translateY(10px);

        transform: translateY(10px)

    }

    20% {

        -webkit-transform: translateY(0);

        -o-transform: translateY(0);

        transform: translateY(0)

    }

    30% {

        -webkit-transform: translateY(10px);

        -o-transform: translateY(10px);

        transform: translateY(10px)

    }

    40% {

        -webkit-transform: translateY(0);

        -o-transform: translateY(0);

        transform: translateY(0)

    }

}



.btn-simple,

.checkout-button {

    display: inline-block;

    background-color: #000;

    color: #fff;

    padding: 1.85em;

    text-transform: uppercase;

    font-weight: 700;

    text-align: center;

    font-size: .71rem;

    letter-spacing: .2em;

    border: 0;

    border-radius: 0;

    -webkit-transition: all 125ms ease-in-out;

    -o-transition: all 125ms ease-in-out;

    transition: all 125ms ease-in-out

}



.btn-simple:active,

.btn-simple:focus,

.btn-simple:hover,

.checkout-button:active,

.checkout-button:focus,

.checkout-button:hover {

    color: #fff;

    background-color: #222

}



.btn-simple.btn-simple-thin,

.checkout-button.btn-simple-thin {

    padding: .95em

}



.btn-discover-wrapper {

    position: absolute;

    bottom: 15%;

    left: 0;

    width: 100%;

    -webkit-transform: translateZ(1000px);

    transform: translateZ(1000px)

}



.comment-list {

    padding-left: 0;

    list-style: none

}



.comment-list ol {

    list-style: none

}



.form-row label {

    text-transform: uppercase;

    font-size: .71rem;

    letter-spacing: .2em;

    font-weight: 700;

    color: #000

}



.form-row input[type=email],

.form-row input[type=tel],

.form-row input[type=text],

.form-row input[type=url],

input.select2-search__field {

    border: 2px solid #ccc!important;

    padding: 8px!important;

    -webkit-transition: all 125ms ease-in-out;

    -o-transition: all 125ms ease-in-out;

    transition: all 125ms ease-in-out

}



.form-row input[type=email]:active,

.form-row input[type=email]:focus,

.form-row input[type=tel]:active,

.form-row input[type=tel]:focus,

.form-row input[type=text]:active,

.form-row input[type=text]:focus,

.form-row input[type=url]:active,

.form-row input[type=url]:focus,

input.select2-search__field:active,

input.select2-search__field:focus {

    border-color: #000!important

}



.form-row.woocommerce-invalid input,

.form-row.woocommerce-invalid textarea {

    border-color: #C75757!important

}



.select2-container {

    z-index: 99999999

}



.select2-container * {

    border-radius: 0!important

}



.select2-container .select2-selection {

    border: 0;

    height: 40px;

    outline: 0!important

}



.select2-container .select2-selection .select2-selection__rendered {

    border: 2px solid #ccc;

    padding: 8px;

    height: 40px;

    line-height: inherit

}



.woocommerce-invalid .select2-container .select2-selection .select2-selection__rendered {

    border-color: #C75757!important

}



.select2-container .select2-selection .select2-selection__arrow {

    top: 7px;

    right: 8px

}



.select2-container .select2-dropdown {

    border: 2px solid #ccc;

    margin-top: -2px

}



.select2-container .select2-dropdown .select2-results__option--highlighted {

    background-color: #000

}



label.checkbox {

    margin-left: 20px;

    line-height: 1.8

}



label.checkbox input[type=checkbox] {

    display: inline!important;

    width: auto!important

}



button,

input,

textarea {

    border-radius: 0!important

}



#newsletter_subscribe_field {

    margin-top: 30px

}



.main {

    position: relative;

    min-height: 1px;

    padding-left: 15px;

    padding-right: 15px

}



@media (min-width:768px) {

    .main {

        float: left;

        width: 100%

    }

}



.sidebar-primary .main {

    position: relative;

    min-height: 1px;

    padding-left: 15px;

    padding-right: 15px

}



@media (min-width:768px) {

    .sidebar-primary .main {

        float: left;

        width: 66.6666666667%

    }

}



.sidebar {

    position: relative;

    min-height: 1px;

    padding-left: 15px;

    padding-right: 15px

}



@media (min-width:768px) {

    .sidebar {

        float: left;

        width: 33.3333333333%

    }

}



.alignnone {

    margin-left: 0;

    margin-right: 0;

    max-width: 100%

}



.aligncenter {

    display: block;

    margin: 10px auto

}



.alignleft,

.alignright {

    margin-bottom: 10px

}



@media (min-width:768px) {

    .alignleft {

        float: left;

        margin-right: 10px

    }

    .alignright {

        float: right;

        margin-left: 10px

    }

}



.wp-caption-text {

    padding: 9px

}



#site-header-bar {

    -webkit-transition: all 1s ease-in-out;

    -o-transition: all 1s ease-in-out;

    transition: all 1s ease-in-out;

    position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    padding: 7px 10px;

    z-index: 99999999999;

    background: #000

}



@media (min-width:768px) {

    #site-header-bar {

        z-index: 9999;

        padding: 20px 40px;

        background: 0 0

    }

}



body.menu-open .header-bar-link {

    opacity: 0;

    visibility: hidden

}



body.menu-open #menu-toggle {

    opacity: 1;

    visibility: visible

}



#go-back,

#menu-toggle,

.cart-contents-wrapper,

.login-link,

.my-account-link {

    position: relative;

    display: inline-block

}



#go-back,

#menu-toggle {

    width: 32px;

    height: 32px;

    -webkit-transition: all 1s ease-in-out;

    -o-transition: all 1s ease-in-out;

    transition: all 1s ease-in-out

}



#go-back span,

#menu-toggle span {

    display: block;

    position: absolute;

    width: 100%;

    height: 0;

    border-top: 2px solid #fff;

    -webkit-transition: all .25s ease-in-out;

    -o-transition: all .25s ease-in-out;

    transition: all .25s ease-in-out;

    top: 15px

}



@media (min-width:768px) {

    #go-back,

    #menu-toggle {

        width: 40px;

        height: 57px

    }

    #go-back span,

    #menu-toggle span {

        top: 28.5px;

        border-color: #545454

    }

}



#menu-toggle {

    z-index: 9999

}



#menu-toggle span:first-child {

    -webkit-transform: translate(0, -7px);

    -ms-transform: translate(0, -7px);

    -o-transform: translate(0, -7px);

    transform: translate(0, -7px)

}



#menu-toggle span:last-child {

    -webkit-transform: translate(0, 7px);

    -ms-transform: translate(0, 7px);

    -o-transform: translate(0, 7px);

    transform: translate(0, 7px)

}



#menu-toggle.close span:nth-child(2) {

    opacity: 0

}



#menu-toggle.close span:first-child {

    -webkit-transform: translate(0, 0) rotate(45deg)!important;

    -ms-transform: translate(0, 0) rotate(45deg)!important;

    -o-transform: translate(0, 0) rotate(45deg)!important;

    transform: translate(0, 0) rotate(45deg)!important

}



#menu-toggle.close span:last-child {

    -webkit-transform: translate(0, 0) rotate(-45deg)!important;

    -ms-transform: translate(0, 0) rotate(-45deg)!important;

    -o-transform: translate(0, 0) rotate(-45deg)!important;

    transform: translate(0, 0) rotate(-45deg)!important

}



#menu-toggle:hover span:first-child {

    -webkit-transform: translate(0, -11px);

    -ms-transform: translate(0, -11px);

    -o-transform: translate(0, -11px);

    transform: translate(0, -11px)

}



#menu-toggle:hover span:last-child {

    -webkit-transform: translate(0, 11px);

    -ms-transform: translate(0, 11px);

    -o-transform: translate(0, 11px);

    transform: translate(0, 11px)

}



@media (min-width:768px) {

    #menu-toggle.close span {

        border-color: #000

    }

}



#go-back {

    margin-left: 20px;

    -webkit-transition: all .25s ease-in-out;

    -o-transition: all .25s ease-in-out;

    transition: all .25s ease-in-out

}



#go-back span {

    -webkit-transition: inherit;

    -o-transition: inherit;

    transition: inherit;

    width: 100%



}



#go-back span:first-child {

    width: 14px;

    -webkit-transform: rotate(-48deg);

    -ms-transform: rotate(-48deg);

    -o-transform: rotate(-48deg);

    transform: rotate(-48deg);

    -webkit-transform-origin: 0 50%;

    -ms-transform-origin: 0 50%;

    -o-transform-origin: 0 50%;

    transform-origin: 0 50%

}



#go-back span:last-child {

    width: 14px;

    -webkit-transform: rotate(48deg);

    -ms-transform: rotate(48deg);

    -o-transform: rotate(48deg);

    transform: rotate(48deg);

    -webkit-transform-origin: 0 50%;

    -ms-transform-origin: 0 50%;

    -o-transform-origin: 0 50%;

    transform-origin: 0 50%

}



body.home #go-back {

    opacity: 0;

    visibility: hidden

}



#go-back:hover {

    -webkit-transform: translateX(-3px);

    -ms-transform: translateX(-3px);

    -o-transform: translateX(-3px);

    transform: translateX(-3px)

}



#go-back:hover span:first-child {

    -webkit-transform: rotate(-38deg);

    -ms-transform: rotate(-38deg);

    -o-transform: rotate(-38deg);

    transform: rotate(-38deg)

}



#go-back:hover span:last-child {

    -webkit-transform: rotate(38deg);

    -ms-transform: rotate(38deg);

    -o-transform: rotate(38deg);

    transform: rotate(38deg)

}



@media (min-width:768px) {

    #go-back {

        margin-left: 30px

    }

    #go-back span {

        width: 42px

    }

}



.login-link,

.my-account-link {

    margin-right: 30px

}



.login-link,

.my-account-link {

    display: block;

    padding: 16px 0

}



.login-link:after,

.my-account-link:after {

    content: " ";

    color: #545454;

    display: inline-block;

    margin: 0 5px;

    height: 26px;

    width: 0;

    border-right: 2px solid #545454;

    -webkit-transform: skew(-20deg);

    -ms-transform: skew(-20deg);

    -o-transform: skew(-20deg);

    transform: skew(-20deg)

}



.login-link span,

.my-account-link span {

    display: inline-block;

    width: 26px;

    height: 26px;

    background-image: url(../images/sprite.png);

    background-repeat: no-repeat;

    background-position: center left

}



.cart-contents-wrapper {

    z-index: 999999;

    -webkit-transition: all .25s ease-in-out;

    -o-transition: all .25s ease-in-out;

    transition: all .25s ease-in-out

}



.cart-contents-wrapper .cart-contents {

    display: block;

    -webkit-transition: all 125ms ease-in-out;

    -o-transition: all 125ms ease-in-out;

    transition: all 125ms ease-in-out;

    right: 0;

    width: auto;

    height: auto;

    padding: 5px 0

}



.cart-contents-wrapper .cart-contents>span {

    vertical-align: middle

}



.cart-contents-wrapper .cart-contents .cart-contents-count {

    display: inline-block;

    color: #fff;

    border: 2px solid #fff;

    border-radius: 50%;

    font-size: .85rem;

    font-weight: 700;

    padding: 1px;

    min-width: 23px;

    text-align: center;

    -webkit-transition: all 1s ease-in-out;

    -o-transition: all 1s ease-in-out;

    transition: all 1s ease-in-out;

    position: relative

}



.cart-contents-wrapper #toggle-cart {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%

}



@media (min-width:768px) {

    .cart-contents-wrapper .cart-contents {

        padding: 16px 0

    }

    .cart-contents-wrapper .cart-contents .cart-contents-count {

        color: #545454;

        border-color: #545454

    }

}



#close-cc {

    position: fixed;

    right: 11px;

    top: 13px;

    z-index: 999999999

}



@media (min-width:768px) {

    #close-cc {

        right: 41px;

        top: 36px

    }

}



#site-header {

    position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    z-index: 999999999;

    background-color: #f2f2f2;

    -webkit-transition: all .2s ease-in-out;

    -o-transition: all .2s ease-in-out;

    transition: all .2s ease-in-out;

    padding: 50px 0 0

}



@media (min-width:768px) {

    #site-header {

        -webkit-transition: all .4s ease-in-out;

        -o-transition: all .4s ease-in-out;

        transition: all .4s ease-in-out;

        padding: 40px

    }

}



#site-header ul {

    list-style: none;

    margin: 0;

    padding: 0;

    text-align: center;

    font-size: 0

}



#site-header ul li {

    font-size: 14px

}



#site-header.invisible {

    -webkit-transform: translateX(-100%);

    -ms-transform: translateX(-100%);

    -o-transform: translateX(-100%);

    transform: translateX(-100%)

}



@media (min-width:768px) {

    #site-header.invisible {

        -webkit-transform: scale(.9) translateX(0);

        -ms-transform: scale(.9) translateX(0);

        -o-transform: scale(.9) translateX(0);

        transform: scale(.9) translateX(0)

    }

}



#site-header #site-header-wrapper {

    position: relative;

    height: 100%;

    width: 100%;

    -webkit-transition: all .4s ease-in-out;

    -o-transition: all .4s ease-in-out;

    transition: all .4s ease-in-out;

    padding-bottom: 35px

}



@media (min-width:768px) {

    #site-header #site-header-wrapper {

        padding-bottom: 0

    }

}



#site-header #site-header-wrapper #site-header-bottom,

#site-header #site-header-wrapper #site-header-middle {

    left: 0;

    width: 100%

}



#site-header #site-header-wrapper #menu-symbol {

    display: none

}



@media (min-width:768px) {

    #site-header #site-header-wrapper #menu-symbol {

        position: absolute;

        left: 50%;

        margin-left: -27px;

        top: 0;

        display: block

    }

}



#site-header #site-header-wrapper #site-header-middle {

    height: 100%;

    overflow: auto

}



@media (min-width:768px) {

    #site-header #site-header-wrapper #site-header-middle {

        position: absolute;

        top: auto;

        bottom: 0;

        height: auto;

        overflow: none;

        -webkit-transform: none;

        -ms-transform: none;

        -o-transform: none;

        transform: none

    }

}



@media (min-width:768px) and (min-height:681px) {

    #site-header #site-header-wrapper #site-header-middle {

        top: 50%;

        bottom: auto;

        -webkit-transform: translateY(-50%);

        -ms-transform: translateY(-50%);

        -o-transform: translateY(-50%);

        transform: translateY(-50%)

    }

}



@media (min-width:768px) and (min-height:901px) {

    #site-header #site-header-wrapper #site-header-middle {

        margin-top: -50px

    }

}



#site-header #site-header-wrapper #site-header-bottom {

    position: absolute;

    bottom: 0;

    display: none

}



@media (min-width:768px) and (min-height:901px) {

    #site-header #site-header-wrapper #site-header-bottom {

        display: block

    }

}



@media (min-width:768px) {

    #site-header {

        z-index: 999

    }

}



#vertical-nav {

    margin: 0 auto

}



#vertical-nav ul li {

    /*text-align: left*/
	text-align: center;

}



#vertical-nav ul li a {

    color: #000;

    font-size: 24px;

    font-weight: 900;

    text-transform: uppercase;

    display: block;

    padding: 10px;

    position: relative;

    -webkit-transition: all .25s ease-in-out;

    -o-transition: all .25s ease-in-out;

    transition: all .25s ease-in-out;

    border-bottom: 1px solid #ccc

}



#vertical-nav ul li.coming-soon a {

    color: #959595;

    pointer-events: none

}



#vertical-nav ul li.coming-soon a:hover {

    -webkit-transform: translateY(0);

    -ms-transform: translateY(0);

    -o-transform: translateY(0);

    transform: translateY(0)

}



#vertical-nav ul li.coming-soon a:hover:after {

    -webkit-transform: scaleX(1) translateY(0);

    -ms-transform: scaleX(1) translateY(0);

    -o-transform: scaleX(1) translateY(0);

    transform: scaleX(1) translateY(0);

    background-color: #d3d3d3

}



@media (min-width:768px) {

    #vertical-nav ul li.coming-soon a:before {

        content: "Coming Soon";

        font-size: 1.15rem;

        font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;

        color: #af966c;

        text-transform: none;

        font-style: italic;

        display: block;

        position: absolute;

        bottom: -1.2em;

        left: 50%;

        -webkit-transform: translateX(-50%);

        -ms-transform: translateX(-50%);

        -o-transform: translateX(-50%);

        transform: translateX(-50%);

        z-index: 9;

        padding: 0 1em;

        background-color: #f2f2f2;

        white-space: nowrap

    }

}



@media (min-width:768px) {

    #vertical-nav {

        width: 600px

    }

    #vertical-nav ul li {

        text-align: center

    }

    #vertical-nav ul li a {

        font-size: 2.6em;

        border-bottom: 0;

        display: inline-block;

        padding: .35em 0 0

    }

}



@media (min-width:768px) and (min-height:681px) {

    #vertical-nav ul li a {

        font-size: 3.8em

    }

}



@media (min-width:768px) and (min-height:781px) {

    #vertical-nav ul li a {

        font-size: 4.28em

    }

}



@media (min-width:768px) {

    #vertical-nav ul li a:after {

        content: " ";

        display: block;

        height: 3px;

        background-color: #d3d3d3;

        width: 100%;

        margin: 0 auto;

        -webkit-transition: inherit;

        -o-transition: inherit;

        transition: inherit;

        position: absolute;

        left: 0;

        bottom: -.18em

    }

    #vertical-nav ul li a:hover {

        text-decoration: none;

        -webkit-transform: translateY(-6px);

        -ms-transform: translateY(-6px);

        -o-transform: translateY(-6px);

        transform: translateY(-6px)

    }

    #vertical-nav ul li a:hover:after {

        -webkit-transform: scaleX(.8) translateY(6px);

        -ms-transform: scaleX(.8) translateY(6px);

        -o-transform: scaleX(.8) translateY(6px);

        transform: scaleX(.8) translateY(6px);

        background-color: #af966c

    }

}



#horizontal-nav ul li a {

    display: block;

    padding: 13px 10px;

    border-bottom: 1px solid #ccc;

    font-size: 14px;

    text-align: left;

    text-transform: uppercase

}



@media (min-width:768px) {

    #horizontal-nav {

        text-align: center;

        margin-top: 70px

    }

    #horizontal-nav ul li {

        display: inline-block

    }

    #horizontal-nav ul li a {

        text-transform: uppercase;

        padding: 10px 1em;

        letter-spacing: .2em;

        font-size: 1.3rem;

        -webkit-transition: all 125ms ease-in-out;

        -o-transition: all 125ms ease-in-out;

        transition: all 125ms ease-in-out;

        border-bottom: 0

    }

    #horizontal-nav ul li a:hover {

        color: #af966c;

        text-decoration: none

    }

}



#social-links {

    border-top: 1px solid #ccc

}



#social-links ul {

    font-size: 0

}



#social-links ul li {

    display: inline-block;

    font-size: 14px;

    width: 50%;

    height: 35px

}



#social-links ul li.sl-twitter {

    display: none

}



#social-links ul li a {

    display: block;

    line-height: 30px

}



@media (min-width:768px) {

    #social-links {

        margin-top: 80px;

        border-top: 0

    }

    #social-links ul li {

        display: inline-block;

        width: 35px;

        height: 35px;

        border: 1px solid #aaa;

        -webkit-transform: rotate(45deg) translate(-20px, -20px);

        -ms-transform: rotate(45deg) translate(-20px, -20px);

        -o-transform: rotate(45deg) translate(-20px, -20px);

        transform: rotate(45deg) translate(-20px, -20px);

        position: relative;

        overflow: hidden

    }

    #social-links ul li.sl-twitter {

        display: inline-block;

        visibility: hidden

    }

    #social-links ul li:before {

        content: " ";

        position: absolute;

        bottom: 0;

        left: 0;

        width: 100%;

        height: 0;

        -webkit-transition: all .25s ease-in-out;

        -o-transition: all .25s ease-in-out;

        transition: all .25s ease-in-out;

        background: #af966c

    }

    #social-links ul li a {

        display: block;

        line-height: 30px;

        -webkit-transform: rotate(-45deg);

        -ms-transform: rotate(-45deg);

        -o-transform: rotate(-45deg);

        transform: rotate(-45deg);

        -webkit-transition: all .25s ease-in-out;

        -o-transition: all .25s ease-in-out;

        transition: all .25s ease-in-out

    }

    #social-links ul li:first-child {

        -webkit-transform: rotate(45deg) translate(5px, -11px);

        -ms-transform: rotate(45deg) translate(5px, -11px);

        -o-transform: rotate(45deg) translate(5px, -11px);

        transform: rotate(45deg) translate(5px, -11px)

    }

    #social-links ul li:last-child {

        -webkit-transform: rotate(45deg) translate(-11px, 5px);

        -ms-transform: rotate(45deg) translate(-11px, 5px);

        -o-transform: rotate(45deg) translate(-11px, 5px);

        transform: rotate(45deg) translate(-11px, 5px)

    }

    #social-links ul li:hover {

        border-color: #af966c

    }

    #social-links ul li:hover a {

        color: #fff

    }

    #social-links ul li:hover:before {

        height: 100%

    }

}



#credits {

    display: none;

    margin: 40px 0 0 0

}



#credits p {

    font-size: .71rem;

    font-weight: 700;

    letter-spacing: .1em;

    text-transform: uppercase;

    text-align: center;

    color: #aaa

}



#credits p a {

    color: #000

}



@media (min-width:768px) {

    #credits {

        display: block

    }

}



#site-footer {

    position: relative;

    min-height: 0;

    padding: 50px 10px!important;

    background-color: #000;

    color: #fff

}



@media (min-width:768px) {

    #site-footer {

        padding: 60px!important

    }

}



@media (min-width:768px) {

    #site-footer-wrapper {

        position: absolute;

        top: 0;

        left: 0

    }

}



#site-footer-logo img {

    width: 38px

}



#site-footer-quote {

    padding: 0 10px

}



#site-footer-quote .textwidget {

    text-transform: uppercase;

    font-weight: 900;

    font-size: 1.71rem;

    line-height: 1.2

}



#site-footer-quote .textwidget br {

    display: none

}



#site-footer-quote img {

    margin-bottom: 20px

}



@media (min-width:768px) {

    #site-footer-quote {

        position: absolute;

        top: 20%;

        left: 50%;

        width: 100%;

        max-width: 700px;

        margin: 0 auto;

        padding: 0;

        -webkit-transform: translate3d(-50%, -50%, 0);

        transform: translate3d(-50%, -50%, 0)

    }

    #site-footer-quote .textwidget br {

        display: block

    }

}



#site-footer-menu {

    position: absolute;

    width: 100%;

    top: 43%;

    left: 85%;

    display: none;

    -webkit-transform: translate(-50%, -50%);

    -ms-transform: translate(-50%, -50%);

    -o-transform: translate(-50%, -50%);

    transform: translate(-50%, -50%)

}



#site-footer-menu ul {

    list-style: none;

    padding: 0;

    margin: 0;

    text-align: center;

    font-size: 0

}



#site-footer-menu ul li {

    display: inline-block;

    font-size: 0

}



#site-footer-menu ul li a {

    color: #fff;

    display: block;

    text-transform: uppercase;

    font-weight: 700;

    letter-spacing: .1em;

    padding: 1.42em 1.78em;

    position: relative;

    font-size: 14px;

    -webkit-transition: all .25s ease-in-out;

    -o-transition: all .25s ease-in-out;

    transition: all .25s ease-in-out

}



#site-footer-menu ul li a:after {

    content: " ";

    display: block;

    width: -webkit-calc(100% - 3.56em);

    width: calc(100% - 3.56em);

    height: 2px;

    background-color: #333;

    margin: 0 auto;

    -webkit-transition: inherit;

    -o-transition: inherit;

    transition: inherit;

    position: absolute;

    left: 1.78em;

    bottom: 0

}



#site-footer-menu ul li a:hover {

    -webkit-transform: translateY(-.42em);

    -ms-transform: translateY(-.42em);

    -o-transform: translateY(-.42em);

    transform: translateY(-.42em)

}



#site-footer-menu ul li a:hover:after {

    background-color: #af966c;

    -webkit-transform: translateY(.21em) scaleX(.8);

    -ms-transform: translateY(.21em) scaleX(.8);

    -o-transform: translateY(.21em) scaleX(.8);

    transform: translateY(.21em) scaleX(.8)

}



@media (min-width:768px) {

    #site-footer-menu {

        display: block

    }

}



#site-footer-social1 {

    padding-bottom:-30px

}



#site-footer-social1 .indication-title {

    margin-bottom: 45px

}



#site-footer-social1 ul li {

    display: inline-block

}



#site-footer-social1 ul li.sl-twitter {

    visibility: hidden

}



#site-footer-social1 ul li a {

    color: #000;

    font-size: 24px;

    display: block;

    line-height: 75px;

    -webkit-transition: all .25s ease-in-out;

    -o-transition: all .25s ease-in-out;

    transition: all .25s ease-in-out;

    width: 75px;

    height: 75px;

    border: 1px solid;

    border-color: #333;

    -webkit-transform: rotate(45deg) translate3d(-37px, -37px, 0);

    transform: rotate(45deg) translate3d(-37px, -37px, 0);

    position: relative;

    overflow: hidden

}



#site-footer-social1 ul li a:before {

    content: " ";

    position: absolute;

    bottom: 0;

    left: 0;

    width: 100%;

    height: 0;

    -webkit-transition: all .25s ease-in-out;

    -o-transition: all .25s ease-in-out;

    transition: all .25s ease-in-out;

    background: #000

}



#site-footer-social1 ul li a i {

    -webkit-transform: rotate(-45deg);

    -ms-transform: rotate(-45deg);

    -o-transform: rotate(-45deg);

    transform: rotate(-45deg)

}



#site-footer-social1 ul li a:hover {

    color: #fff

}



#site-footer-social1 ul li a:hover:before {

    height: 100%

}



#site-footer-social {

    margin-bottom: 60px

}



#site-footer-social .indication-title {

    margin-bottom: 45px

}



#site-footer-social {

    margin-bottom: 60px

}





/*#site-footer-social-menu.indication-title-menu{margin-bottom:20px; margin-top: 20px;}*/



#site-footer-social.indication-title {

    margin-bottom: 20px;

    margin-top: 20px;

}



#site-footer-social ul li {

    display: inline-block

}



#site-footer-social ul li.sl-twitter {

    visibility: hidden

}



#site-footer-social ul li a {

    color: #fff;

    font-size: 24px;

    display: block;

    line-height: 75px;

    -webkit-transition: all .25s ease-in-out;

    -o-transition: all .25s ease-in-out;

    transition: all .25s ease-in-out;

    width: 75px;

    height: 75px;

    border: 1px solid;

    border-color: #333;

    -webkit-transform: rotate(45deg) translate3d(-37px, -37px, 0);

    transform: rotate(45deg) translate3d(-37px, -37px, 0);

    position: relative;

    overflow: hidden

}



#site-footer-social ul li a:before {

    content: " ";

    position: absolute;

    bottom: 0;

    left: 0;

    width: 100%;

    height: 0;

    -webkit-transition: all .25s ease-in-out;

    -o-transition: all .25s ease-in-out;

    transition: all .25s ease-in-out;

    background: #fff

}



#site-footer-social ul li a i {

    -webkit-transform: rotate(-45deg);

    -ms-transform: rotate(-45deg);

    -o-transform: rotate(-45deg);

    transform: rotate(-45deg)

}



#site-footer-social ul li a:hover {

    color: #000

}



#site-footer-social ul li a:hover:before {

    height: 100%

}



#site-footer-social ul li:first-child a {

    -webkit-transform: rotate(45deg) translate3d(20px, -20px, 0);

    transform: rotate(45deg) translate3d(20px, -20px, 0)

}



#site-footer-social ul li:last-child a {

    -webkit-transform: rotate(45deg) translate3d(-20px, 20px, 0);

    transform: rotate(45deg) translate3d(-20px, 20px, 0)

}



#site-footer-colophon {

    font-size: .7em;

    color: rgba(255, 255, 255, .5);

    text-transform: uppercase;

    letter-spacing: .1em;

    font-weight: 900

}



#site-footer-colophon a {

    color: rgba(255, 255, 255, .5);

    -webkit-transition: all 125ms ease-in-out;

    -o-transition: all 125ms ease-in-out;

    transition: all 125ms ease-in-out

}



#site-footer-colophon a:hover {

    color: #fff

}



#site-footer-credits {

    text-align: center

}



@media (min-width:768px) {

    #site-footer-credits {

        text-align: left;

        position: absolute;

        bottom: 0;

        left: 40px

    }

}



@media (min-width:768px) {

    #site-footer-bottom-wrapper {

        position: absolute;

        bottom: 40px

    }

}



#site-footer-newsletter-link a {

    color: #fff

}



@media (min-width:768px) {

    #site-footer-newsletter-link {

        position: static;

        right: auto;

        bottom: auto

    }

}



#newsletter-signup-wrapper {

    position: fixed;

    top: 0;

    left: 0;

    background-color: #000;

    z-index: 9999999999;

    min-height: 100vh

}



#newsletter-signup-wrapper h2 {

    font-size: 32px

}



#newsletter-signup-wrapper .hp-sendy {

    margin-top: 80px;

    position: relative

}



#newsletter-signup-wrapper .hp-sendy input[type=email] {

    background-color: transparent;

    font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;

    font-size: 1.7rem;

    font-style: italic;

    font-weight: 400;

    text-align: center;

    width: 100%;

    border: 0

}



#newsletter-signup-wrapper .hp-sendy-subscribe {

    margin-top: 10px

}



#newsletter-signup-wrapper .hp-sendy-form__field {

    position: relative

}



#newsletter-signup-wrapper .hp-sendy-form__responses {

    text-align: center;

    width: 100%;

    margin: 0 auto;

    text-transform: uppercase;

    font-size: .85rem;

    margin-top: 40px;

    padding-top: 10px

}



#newsletter-signup-wrapper .hp-sendy-form__responses .response {

    max-width: 500px;

    width: 100%;

    margin: 0 auto;

    font-weight: 700

}



#newsletter-signup-wrapper .hp-sendy-form__responses a {

    color: #fff

}



#newsletter-signup-wrapper #close-newsletter-signup {

    display: block;

    width: 32px;

    height: 32px;

    position: absolute;

    top: 10px;

    right: 10px;

    z-index: 9999

}



#newsletter-signup-wrapper #close-newsletter-signup span {

    display: block;

    position: absolute;

    width: 100%;

    height: 0;

    border-top: 2px solid #fff;

    top: 15px;

    -webkit-transition: all .5s ease-in-out;

    -o-transition: all .5s ease-in-out;

    transition: all .5s ease-in-out

}



body.dark-nav #newsletter-signup-wrapper #close-newsletter-signup span {

    border-color: #000

}



#newsletter-signup-wrapper #close-newsletter-signup span:first-child {

    -webkit-transform: rotate(180deg);

    -ms-transform: rotate(180deg);

    -o-transform: rotate(180deg);

    transform: rotate(180deg)

}



#newsletter-signup-wrapper #close-newsletter-signup span:last-child {

    -webkit-transform: rotate(-180deg);

    -ms-transform: rotate(-180deg);

    -o-transform: rotate(-180deg);

    transform: rotate(-180deg)

}



#newsletter-signup-wrapper #close-newsletter-signup.close span {

    border-color: #fff

}



#newsletter-signup-wrapper #close-newsletter-signup.close span:first-child {

    -webkit-transform: rotate(45deg);

    -ms-transform: rotate(45deg);

    -o-transform: rotate(45deg);

    transform: rotate(45deg)

}



#newsletter-signup-wrapper #close-newsletter-signup.close span:last-child {

    -webkit-transform: rotate(-45deg);

    -ms-transform: rotate(-45deg);

    -o-transform: rotate(-45deg);

    transform: rotate(-45deg)

}



@media (min-width:768px) {

    #newsletter-signup-wrapper {

        position: fixed

    }

    #newsletter-signup-wrapper h2 {

        font-size: 5.35rem

    }

    #newsletter-signup-wrapper .hp-sendy input[type=email] {

        width: 400px

    }

    #newsletter-signup-wrapper .hp-sendy-subscribe {

        margin-top: 80px

    }

    #newsletter-signup-wrapper #close-newsletter-signup {

        width: 57px;

        height: 57px;

        top: 20px;

        right: 40px

    }

    #newsletter-signup-wrapper #close-newsletter-signup span {

        top: 28.5px

    }

}



.page-wrapper {

    overflow-x: hidden

}



.page-wrapper.next-page,

.page-wrapper.prev-page {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%

}



.page-wrapper.next-page {

    -webkit-transform: translateX(100%);

    -ms-transform: translateX(100%);

    -o-transform: translateX(100%);

    transform: translateX(100%);

    border-left-style: solid;

    border-left-color: #000

}



.normal-content {

    font-size: 1.15rem

}



.normal-content h1:first-child {

    margin-top: 0

}



.normal-content h1 {

    font-size: 1.71rem

}



.normal-content h2 {

    font-size: 1.15rem;

    color: #000

}



.normal-content h3 {

    font-size: 14px

}



.normal-content p a {

    text-decoration: underline

}



.normal-content ul {

    list-style: none;

    padding-left: 2em

}



.normal-content ul li {

    display: table-row

}



.normal-content ul li:before {

    content: "-";

    display: table-cell;

    padding-right: 10px

}



#company-page .content-fader {

    position: fixed;

    left: 0;

    width: 100%;

    background-color: #000

}



#company-page .content-fader.content-fader-top {

    top: 0;

    height: 90px;

    background: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(50%, #000));

    background: -webkit-linear-gradient(bottom, transparent 0, #000 50%);

    background: -o-linear-gradient(bottom, transparent 0, #000 50%);

    background: linear-gradient(to top, transparent 0, #000 50%);

    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000', GradientType=0)

}



#company-page .content-fader.content-fader-bottom {

    bottom: 0;

    height: 140px;

    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, #000));

    background: -webkit-linear-gradient(top, transparent 0, #000 50%);

    background: -o-linear-gradient(top, transparent 0, #000 50%);

    background: linear-gradient(to bottom, transparent 0, #000 50%);

    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000', GradientType=0)

}



#company-page .section {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    background-color: #000;

    display: none

}



#company-page .section.current {

    display: block;

    position: static

}



#company-page .section-content {

    position: static;

    color: #fff;

    padding: 40px 10px 140px;

    text-align: center

}



#company-page .section-content strong {

    color: #af966c

}



#company-page .section-content.big-type {

    font-size: 4.28rem;

    font-size: 2.4vw;

    font-weight: 700

}



#company-page .section-content.big-type p {

    margin-bottom: 1em

}



@media screen and (max-width:750px) {

    #company-page .section-content.big-type {

        font-size: 1.15rem;

        background: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(60%, #000));

        background: -webkit-linear-gradient(bottom, transparent 0, #000 60%);

        background: -o-linear-gradient(bottom, transparent 0, #000 60%);

        background: linear-gradient(to top, transparent 0, #000 60%);

        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000', GradientType=0)

    }

}



@media screen and (min-width:1666px) {

    #company-page .section-content.big-type {

        font-size: 40px;

        background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, #000));

        background: -webkit-linear-gradient(top, transparent 0, #000 60%);

        background: -o-linear-gradient(top, transparent 0, #000 60%);

        background: linear-gradient(to bottom, transparent 0, #000 60%);

        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000', GradientType=0)

    }

}



@media (min-width:768px) {

    #company-page .section-content {

        padding: 25vh 8% 40vh

    }

    #company-page .content-fader.content-fader-top {

        height: 25%

    }

    #company-page .content-fader.content-fader-bottom {

        height: 40%

    }

}



.sections-menu {

    position: fixed;

    bottom: 42px;

    width: 100%;

    left: 0;

    z-index: 9;

    text-align: center

}



.sections-menu ul {

    display: inline-block;

    list-style: none;

    padding: 0;

    margin: 0

}



.sections-menu ul li {

    display: inline-block

}



.sections-menu ul li a {

    color: #636363;

    font-weight: 700;

    letter-spacing: .2em;

    padding: 20px;

    position: relative;

    -webkit-transition: all .25s ease-in-out;

    -o-transition: all .25s ease-in-out;

    transition: all .25s ease-in-out

}



.sections-menu ul li a:after {

    content: " ";

    display: block;

    width: 100%;

    height: 0;

    border-top: 2px solid #333;

    position: absolute;

    left: 0;

    bottom: 0;

    -webkit-transition: inherit;

    -o-transition: inherit;

    transition: inherit

}



.sections-menu ul li:hover a {

    color: #959595

}



.sections-menu ul li.current a {

    opacity: 1;

    color: #fff

}



.sections-menu ul li.current a:after {

    border-color: #af966c

}



@media (min-width:768px) {

    .sections-menu {

        bottom: 10%

    }

}



#support-template .the-content.entering {

    position: absolute;

    top: 0;

    left: 0;

    opacity: 0

}



#support-pages-menu {

    padding-bottom: 10px;

    margin-bottom: 20px;

    border-bottom: 1px solid #ccc

}



#support-pages-menu ul li {

    font-size: .85rem;

    margin-bottom: 1em

}



#support-pages-menu ul li a {

    text-transform: uppercase;

    font-weight: 700;

    letter-spacing: .2em;

    color: #959595;

    -webkit-transition: all 125ms ease-in-out;

    -o-transition: all 125ms ease-in-out;

    transition: all 125ms ease-in-out

}



#support-pages-menu ul li.current a,

#support-pages-menu ul li:hover a {

    color: #000

}



@media (min-width:768px) {

    #support-pages-menu {

        position: fixed;

        top: 120px;

        left: 0;

        width: 300px;

        padding-bottom: 0;

        margin-bottom: 0;

        padding: 0 40px;

        border-bottom: 0

    }

}



.fullpage--perfume-oil .section {

    height: 0;

    display: table

}



.fullpage--perfume-oil .section .section-content {

    position: static;

    display: table-cell;

    vertical-align: middle

}



@media (min-width:768px) {

    .fullpage--perfume-oil .section {

        height: auto;

        display: block

    }

    .fullpage--perfume-oil .section .section-content {

        position: absolute;

        display: block;

        vertical-align: middle

    }

}



.section-background {

    position: absolute;

    top: 0;

    left: 0;

    -webkit-background-size: cover;

    background-size: cover;

    background-position: center center

}



.section-text {

    text-align: left;

    color: #fff;

    padding: 10px;

}



.section-text .section-counter {

    display: inline-block;

    font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;

    font-style: italic;

    font-size: 1.3rem;

    opacity: .5

}



.section-text h3 {

    margin-top: 0;

    font-size: 36px;

    margin-bottom: .9em

}



.section-text p {

    font-size: 1.15rem;

    margin-bottom: -400px;

}



@media (min-width:768px) {

    .section-text {

        position: absolute;

        right: 0;

        bottom: 0;

        width: 450px;

        margin-right: 146px;

        margin-bottom: 80px;

        padding: 0

    }

    .section-text h3 {

        font-size: 4.28rem

    }

}



.section-text-st2 {

    max-width: 470px;

    width: 100%;

    margin: 0 auto;

    position: relative;

    padding: 0 10px

}



.section-text-st2 h3 {

    font-size: 1.71rem;

    margin-bottom: 1em

}



.section-text-st2 .main-text {

    font-size: 1.3rem;

    font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif

}



@media (min-width:768px) {

    .section-text-st2 .main-text {

        font-size: 1.71rem

    }

}



#scents-section {

    min-height: 0;

    height: auto;

    display: block

}



#scents-section .section-content {

    position: static;

    display: block

}



#scents-section .headline {

    position: static;

    background: #000;

    padding: 14px 0

}



#scents-section .headline p {

    font-size: .71rem

}



@media (min-width:768px) {

    #scents-section {

        min-height: 100vh

    }

    #scents-section .section-content {

        position: absolute

    }

    #scents-section .headline {

        position: absolute;

        background: 0 0;

        padding: 0

    }

    #scents-section .headline p {

        font-size: 14px

    }

}



.filter-block {

    position: relative;

    display: block;

    height: 0;

    padding-bottom: 30%;

    background-color: #000;

    -webkit-backface-visibility: hidden;

    backface-visibility: hidden;

    overflow: hidden

}



.filter-block .filter-bg {

    position: absolute;

    top: 0

}



.filter-block .filter-text-wrapper {

    position: absolute;

    top: 0;

    left: 0

}



.filter-block .filter-text {

    text-align: center;

    color: #fff

}



.filter-block .filter-text .scent-desc {

    text-transform: uppercase;

    font-size: 2.9rem;

    letter-spacing: 2px;

    color: #fff;

    margin-bottom: 0;

    margin-top: 600px;

    text-decoration: underline;

}



.filter-block .filter-text .scent-desc span {

    color: #af966c;

    font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif

}



@media (min-width:768px) and (max-width:1279px) {

    .filter-block .filter-text .scent-desc span {

        display: block

    }

}



.filter-block .filter-text .hover-plus {

    display: none

}



@media (min-width:768px) {

    .filter-block {

        float: left;

        width: 25%;

        height: 100%;

        padding-bottom: 0;

        opacity: 0;

        overflow: visible

    }

    .filter-block .filter-text-wrapper {

        position: relative

    }

    .filter-block .filter-text .hover-plus {

        display: block;

        margin-top: 80px

    }

}



.section.product-subcategory .section-content-left>div,

.section.product-subcategory .section-content-right>div {

    opacity: 0

}



.section.product-subcategory .section-content-left img {

    width: 100%

}



#taxonomy-scent .section {

    height: auto;

    overflow: auto

}



#taxonomy-scent .section-content {

    position: static;

    top: auto;

    left: auto;

    width: 100%;

    height: auto

}



#taxonomy-scent .section-content-right {

    width: 100%

}



#taxonomy-scent .section-content-right .headline {

    position: static;

    margin-top: 80px

}



@media (min-width:768px) {

    #taxonomy-scent .section {

        height: 100vh;

        padding-top: 0;

        overflow: scroll;

        overflow-x: hidden

    }

    #taxonomy-scent .section-content {

        position: absolute;

        top: 0;

        left: 0;

        width: 100%;

        height: 100%

    }

    #taxonomy-scent .section-content-left {

        width: 68.5px

    }

    #taxonomy-scent .section-content-right {

        width: -webkit-calc(100% - 68.5px);

        width: calc(100% - 68.5px);

        height: 100%

    }

    #taxonomy-scent .section-content-right .headline {

        margin-top: 0;

        position: absolute

    }

}



@media (min-width:1024px) {

    #taxonomy-scent .section-content-left {

        position: absolute;

        top: 0;

        left: 0;

        width: 300px

    }

    #taxonomy-scent .section-content-left .the-content {

        position: absolute;

        top: 0;

        left: 0

    }

    #taxonomy-scent .section-content-left .the-content.entering {

        opacity: 0

    }

    #taxonomy-scent .section-content-right {

        width: -webkit-calc(100% - 300px);

        width: calc(100% - 300px)

    }

}



.term-bg {

    -webkit-filter: grayscale(100%);

    filter: grayscale(100%)

}



.product-highlights {

    pointer-events: none

}



.product-highlights .product-series {

    opacity: 0;

    margin-bottom: 40px;

    font-size: 1.85em;

    font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;

    color: #959595;

    font-style: italic

}



.product-highlights .highlights {

    width: 300px;

    position: absolute;

    top: 50%;

    margin-top: -120px;

    padding: 0 30px;

    visibility: hidden

}



.product-highlights .highlights ul {

    text-align: left

}



.product-highlights .highlights ul li {

    text-transform: uppercase;

    font-weight: 700;

    font-size: 1.071em;

    letter-spacing: .2em;

    padding: 6px 0;

    line-height: 1.05;

    opacity: 0;

    color: #fff

}



.product-highlights.visible .product-series {

    opacity: 1

}



.product-highlights.visible .highlights {

    visibility: visible

}



.product-highlights.visible .highlights ul li {

    opacity: 1

}



.product-list {

    position: relative;

    top: 20%;

    width: 100%;

    margin: 0 auto;

    text-align: center;

    font-size: 0

}



.product-list .product {

    display: block;

    text-align: center;

    position: relative;

    z-index: 1;

    border-bottom: 1px solid #ccc;

    height: 360px

}



.product-list .product a {

    position: absolute;

    top: 0;

    left: 0;

    display: inline-block

}



.product-list .product a img {

    max-width: 100%;

    max-height: 100%;

    width: auto;

    height: auto

}



.product-list .product.entering {

    opacity: 0;

    -webkit-transform: translateX(3.5%);

    -ms-transform: translateX(3.5%);

    -o-transform: translateX(3.5%);

    transform: translateX(3.5%)

}



@media (min-width:600px) {

    .product-list .product {

        height: 675px

    }

}



@media (min-width:768px) {

    .product-list {

        height: -webkit-calc(80vh - 60px);

        height: calc(80vh - 60px);

        overflow: hidden

    }

    .product-list .product {

        display: inline-block;

        max-width: 25%;

        height: 100%;

        border-bottom: 0;

        padding-bottom: 0

    }

    .product-list .product a {

        position: static

    }

    .product-list .product a img {

        max-width: 100%;

        max-height: 80vh;

        width: auto;

        height: auto

    }

}



.filter-list-compact ul,

.filter-list-dropdown ul {

    list-style: none;

    margin: 0;

    padding: 0;

    font-size: 0

}



.filter-list-compact ul li,

.filter-list-dropdown ul li {

    background-color: #000;

    border-left: 1px solid #ccc

}



.filter-list-compact ul li:hover,

.filter-list-dropdown ul li:hover {

    background-color: #333

}



.filter-list-compact ul li.current,

.filter-list-dropdown ul li.current {

    background-color: #af966c!important;

    pointer-events: none

}



.filter-list-compact a,

.filter-list-dropdown a {

    display: block;

    background-color: #000;

    color: #fff;

    text-align: center;

    font-size: .85rem;

    text-transform: uppercase;

    font-weight: 700;

    letter-spacing: .4em;

    line-height: 60px;

    -webkit-transition: inherit;

    -o-transition: inherit;

    transition: inherit

}



.filter-list-compact a span,

.filter-list-dropdown a span {

    color: #866f49;

    display: inline-block;

    padding: 0 2px;

    font-weight: 400;

    font-weight: 700

}



.filter-list-compact {

    position: absolute;

    bottom: 0;

    left: 0;

    z-index: 3;

    width: 100%

}



.filter-list-compact ul li {

    width: 25%;

    display: inline-block

}



.filter-list-dropdown {

    position: absolute;

    top: 0;

    left: 0;

    z-index: 9;

    width: 100%

}



.filter-list-dropdown ul {

    display: none

}



.filter-list-dropdown ul li {

    display: block;

    border-left: 0

}



.filter-list-dropdown ul li a {

    border-top: 1px solid #333

}



.filter-list-dropdown a {

    line-height: 50px

}



.filter-list-dropdown__toggle {

    position: relative;

    border-top: 1px solid #333

}



.filter-list-dropdown__toggle:after,

.filter-list-dropdown__toggle:before {

    content: "";

    display: block;

    position: absolute;

    width: 0;

    height: 0;

    right: 35px;

    top: 50%;

    margin: -5px -10px 0 0;

    border-color: transparent;

    border-style: solid;

    margin-left: -10px;

    border-width: 10px 10px 0

}



.filter-list-dropdown__toggle:before {

    border-top-color: #ccc

}



.filter-list-dropdown__toggle:after {

    margin-top: -7px;

    border-top-color: #000

}



.term-title.entering {

    opacity: 0

}



.term-title {

    text-transform: uppercase;

    font-size: .85rem;

    letter-spacing: .4em;

    margin-bottom: 24px

}



.term-title span {

    color: #af966c;

    font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif

}



.product_title {

    font-size: 1.3rem;

    font-weight: 700;

    letter-spacing: .1em;

    margin: 0

}



.price,

.product-volume {

    font-size: 1.3rem;

    letter-spacing: .2em;

    margin-bottom: 20px;

    float: left

}



.product-volume {

    display: inline-block;

    margin-left: 10px;

    color: #959595

}



.product-cat-description {

    margin-bottom: 20px;

    font-size: 1.15rem;

    font-weight: 700

}



.product-highlights-wrapper {

    height: 100%;

    overflow: hidden;

    position: absolute;

    top: 0;

    left: 0;

    z-index: 9

}



@media (max-width:1024px) {

    .product-highlights-wrapper {

        width: 68.5px;

        -webkit-transition: -webkit-box-shadow .5s ease;

        -o-transition: box-shadow .5s ease;

        transition: box-shadow .5s ease;

        -webkit-box-shadow: 0 0 20px 0 transparent;

        box-shadow: 0 0 20px 0 transparent

    }

    .product-highlights-wrapper.open {

        -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .8);

        box-shadow: 0 0 20px 0 rgba(0, 0, 0, .8)

    }

    .product-highlights-wrapper .product-highlights {

        opacity: 0

    }

}



@media (min-width:1025px) {

    .product-highlights-wrapper {

        width: 300px!important

    }

    .product-highlights-wrapper .product-highlights {

        opacity: 1!important

    }

    .product-highlights-wrapper .arrow-toggle {

        display: none

    }

}



.main-product-wrapper {

    font-size: 0;

    position: relative;

    float: left;

    background-color: #fff;

    overflow: hidden;

    width: 100%

}



.main-product-wrapper .product-content,

.main-product-wrapper .product-images {

    display: inline-block;

    font-size: 14px;

    vertical-align: middle

}



.main-product-wrapper .product-images {

    position: relative;

    text-align: center;

    width: 100%;

    height: 320px

}



.main-product-wrapper .product-images .woocommerce-main-image {

    height: 100%

}



.main-product-wrapper .product-images img {

    width: auto;

    height: 100%

}



.main-product-wrapper .product-content {

    padding: 0 10px

}



@media (min-width:768px) {

    .main-product-wrapper {

        padding: 80px 80px 80px 68.5px;

        width: 100%

    }

    .main-product-wrapper .product-images {

        width: -webkit-calc(100% - 300px);

        width: calc(100% - 300px);

        height: auto

    }

    .main-product-wrapper .product-images img {

        max-width: 100%;

        max-height: 100%;

        width: auto;

        height: auto

    }

}



@media (min-width:768px) and (min-height:601px) {

    .main-product-wrapper .product-images img {

        max-height: 80vh

    }

}



@media (min-width:768px) {

    .main-product-wrapper .product-content {

        width: 300px;

        padding: 0

    }

}



@media (min-width:1024px) {

    .main-product-wrapper {

        padding-left: 0;

        width: -webkit-calc(100% - 300px);

        width: calc(100% - 300px)

    }

}



.share-wrapper {

    margin-top: 40px

}



.share-wrapper .addthis_toolbox {

    margin-top: 10px;

    margin-left: -5.6px;

    font-size: 0

}



.share-wrapper .addthis_toolbox a {

    font-size: 1.15rem;

    display: inline-block;

    padding: .4em;

    -webkit-transition: all 125ms ease-in-out;

    -o-transition: all 125ms ease-in-out;

    transition: all 125ms ease-in-out

}



.share-wrapper .addthis_toolbox a:hover {

    opacity: .5

}



.woocommerce-tabs ul.tabs {

    list-style: none;

    padding: 0;

    display: table;

    width: 100%;

    margin-bottom: 2.3em

}



.woocommerce-tabs ul.tabs li {

    display: table-cell;

    text-align: center;

    border-width: 3px 3px 3px 0;

    border-style: solid;

    border-color: #ccc;

    width: 50%

}



.woocommerce-tabs ul.tabs li:first-child {

    border-left-width: 3px

}



.woocommerce-tabs ul.tabs li a {

    text-transform: uppercase;

    font-size: .71rem;

    display: block;

    font-weight: 700;

    padding: 14px 0;

    opacity: .3;

    -webkit-transition: all 125ms ease-in-out;

    -o-transition: all 125ms ease-in-out;

    transition: all 125ms ease-in-out

}



.woocommerce-tabs ul.tabs li.active a,

.woocommerce-tabs ul.tabs li:hover a {

    opacity: 1

}



.entry-content p {

    line-height: 1.71;

    color: #636363

}



.product-bar {

    width: 100%;

    font-size: 14px

}



.product-bar .product-bar-left {

    float: left

}



.product-bar .product-bar-right {

    width: 100%;

    bottom: 0;

    right: 0;

    overflow: hidden;

    margin-top: 20px

}



.product-bar .product-bar-right .single_add_to_cart_button,

.product-bar .product-bar-right a.add_to_cart_button,

.product-bar .product-bar-right input.qty {

    width: 50%

}



.product-bar .product-bar-right input.qty {

    float: left;

    font-size: .85rem;

    text-align: center;

    padding: 21px 1em;

    border: 0;

    border-top: 1px solid #ccc;

    border-left: 1px solid #ccc;

    letter-spacing: .1em;

    font-weight: 700;

    display: none

}



.product-bar .product-bar-right .single_add_to_cart_button,

.product-bar .product-bar-right a.add_to_cart_button {

    font-size: .85rem;

    background-color: #000;

    border: 0;

    color: #fff;

    text-transform: uppercase;

    font-weight: 700;

    padding: 1.8em 1em;

    display: inline-block;

    text-align: center;

    float: right;

    -webkit-transition: all 125ms ease-in-out;

    -o-transition: all 125ms ease-in-out;

    transition: all 125ms ease-in-out

}



.product-bar .product-bar-right .single_add_to_cart_button:hover,

.product-bar .product-bar-right a.add_to_cart_button:hover {

    background-color: #222

}



.product-bar .product-bar-right form.cart input.qty {

    display: block

}



@media (min-width:768px) {

    .product-bar {

        position: absolute;

        bottom: 0;

        left: 0

    }

    .product-bar .product-bar-right {

        position: absolute;

        width: 380px;

        margin: 0

    }

    .product-bar .product-bar-right input.qty {

        display: block

    }

}



.series_products {

    text-align: center;

    background-color: #fff;

    border-top: 1px solid #ccc;

    position: relative;

    z-index: 10

}



.series_products h2 {

    display: inline-block;

    font-size: 1.3rem;

    font-weight: 400;

    letter-spacing: .2em;

    line-height: 1.33;

    margin: 0;

    height: 150px;

    width: 150px;

    padding: 40px 0;

    vertical-align: middle

}



.series_products h2 span {

    color: #866f49;

    text-transform: none;

    font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;

    font-style: italic;

    letter-spacing: 0

}



.series_products ul {

    display: inline-block;

    width: 100%;

    margin: 0;

    padding: 0;

    font-size: 0;

    list-style: none;

    vertical-align: middle;

    border-top: 1px solid #ccc

}



.series_products ul li {

    position: relative;

    display: inline-block;

    width: 50%;

    height: 150px;

    font-size: 14px;

    vertical-align: middle

}



.series_products ul li:after,

.series_products ul li:before {

    content: "";

    border: 0;

    border-color: #ccc;

    border-style: solid;

    display: block;

    position: absolute

}



.series_products ul li:before {

    top: 0;

    right: 0;

    height: 100%;

    border-left-width: 1px

}



.series_products ul li:after {

    bottom: 0;

    left: 0;

    width: 100%;

    border-top-width: 1px

}



.series_products ul li a {

    display: block;

    position: relative;

    width: 100%;

    height: 100%

}



.series_products ul li a img {

    -webkit-transition: all 125ms ease-in-out;

    -o-transition: all 125ms ease-in-out;

    transition: all 125ms ease-in-out

}



.series_products ul li a .product-hover {

    position: absolute;

    top: 0;

    left: 0;

    opacity: 0;

    visibility: hidden;

    background-color: #fff;

    background-color: rgba(255, 255, 255, .8);

    -webkit-transform: scale(.95);

    -ms-transform: scale(.95);

    -o-transform: scale(.95);

    transform: scale(.95);

    -webkit-transition: all 125ms ease-in-out;

    -o-transition: all 125ms ease-in-out;

    transition: all 125ms ease-in-out

}



.series_products ul li a .product-hover h3 {

    font-size: 1.15rem

}



.series_products ul li a:hover img {

    -webkit-transform: scale(.95);

    -ms-transform: scale(.95);

    -o-transform: scale(.95);

    transform: scale(.95)

}



.series_products ul li a:hover .product-hover {

    visibility: visible;

    opacity: 1;

    -webkit-transform: scale(1);

    -ms-transform: scale(1);

    -o-transform: scale(1);

    transform: scale(1)

}



@media (min-width:768px) {

    .series_products ul {

        width: auto;

        border-top: 0

    }

    .series_products ul li {

        width: 150px

    }

    .series_products ul li:after,

    .series_products ul li:before {

        display: none

    }

}



.related.products {

    background-color: #fff;

    overflow: hidden

}



.related.products h2 {

    background-color: #000;

    color: #fff;

    font-size: 14px;

    font-weight: 400;

    letter-spacing: .2em;

    margin: 0;

    text-align: center;

    padding: 27px 0;

    border-top: 3px solid #af966c;

    position: relative

}



.related.products h2:after,

.related.products h2:before {

    content: "";

    display: block;

    position: absolute;

    width: 0;

    height: 0;

    right: 35px;

    top: 50%;

    margin: -5px -10px 0 0;

    border-color: transparent;

    border-style: solid;

    margin-left: -10px;

    border-width: 10px 10px 0

}



.related.products h2:before {

    border-top-color: #ccc

}



.related.products h2:after {

    margin-top: -7px;

    border-top-color: #000

}



.related.products ul {

    list-style: none;

    font-size: 0;

    padding: 0;

    margin: 0

}



.related.products ul li {

    font-size: 14px;

    display: inline-block;

    width: 100%;

    text-align: center;

    padding: 10px 10px 0 10px;

    height: 400px;

    border-bottom: 1px solid #ccc

}



.related.products ul li a {

    height: 100%;

    display: block;

    position: relative

}



.related.products ul li img {

    max-width: 100%;

    max-height: 100%;

    height: auto;

    width: auto

}



.related.products ul li:last-child {

    border-right: 0

}



.related.products ul li .product-hover {

    position: absolute;

    top: -20px;

    left: 0;

    text-align: center;

    padding: 70px 0;

    opacity: 0;

    -webkit-transform: scale(.95);

    -ms-transform: scale(.95);

    -o-transform: scale(.95);

    transform: scale(.95)

}



.related.products ul li .product-hover h3 {

    font-size: 1.71rem

}



.related.products ul li .product-hover span.product-action-view {

    display: block;

    width: 100%;

    position: absolute;

    bottom: 0;

    font-size: 1.3rem;

    letter-spacing: .2em;

    text-transform: uppercase

}



.related.products>.relative:after,

.related.products>.relative:before {

    content: ' ';

    width: 0;

    height: 100%;

    position: absolute;

    top: 0;

    border-right: 1px solid #ccc;

    display: none

}



@media (min-width:768px) {

    .related.products h2 {

        padding: 54px 0;

        font-size: 1.3rem

    }

    .related.products h2:after,

    .related.products h2:before {

        right: 33.33%

    }

    .related.products ul {

        width: 300%

    }

    .related.products ul li {

        width: 11.1111111%;

        padding: 40px 40px 0 40px;

        border-bottom: 0

    }

    .related.products>.relative:after,

    .related.products>.relative:before {

        display: block

    }

    .related.products>.relative:before {

        left: 33.3333333%

    }

    .related.products>.relative:after {

        left: 66.6666666%

    }

}



.related-products-nav {

    display: block;

    width: 50px;

    height: 50px;

    border-radius: 50%;

    border: 1px solid #ccc;

    position: absolute;

    background-color: #fff;

    top: 50%;

    margin-top: -25px;

    -webkit-transition: all .25s ease-in-out;

    -o-transition: all .25s ease-in-out;

    transition: all .25s ease-in-out;

    z-index: 9

}



.related-products-nav span {

    display: block;

    width: 12px;

    height: 0;

    border-top: 1px solid #000;

    position: absolute;

    top: 50%;

    left: 50%;

    margin-left: -6px;

    -webkit-transition: all 125ms ease-in-out;

    -o-transition: all 125ms ease-in-out;

    transition: all 125ms ease-in-out

}



.related-products-nav span:after,

.related-products-nav span:before {

    content: '';

    position: absolute;

    width: 50%;

    height: 0;

    top: -1px;

    right: 0;

    border-top: 1px solid #000;

    -webkit-transition: inherit;

    -o-transition: inherit;

    transition: inherit

}



.related-products-nav span:before {

    -webkit-transform: rotate(45deg);

    -ms-transform: rotate(45deg);

    -o-transform: rotate(45deg);

    transform: rotate(45deg);

    -webkit-transform-origin: 100% 0;

    -ms-transform-origin: 100% 0;

    -o-transform-origin: 100% 0;

    transform-origin: 100% 0

}



.related-products-nav span:after {

    -webkit-transform: rotate(-45deg);

    -ms-transform: rotate(-45deg);

    -o-transform: rotate(-45deg);

    transform: rotate(-45deg);

    -webkit-transform-origin: 100% 0;

    -ms-transform-origin: 100% 0;

    -o-transform-origin: 100% 0;

    transform-origin: 100% 0

}



.related-products-nav.related-products-nav-prev {

    left: 33.333333333%;

    margin-left: -26px

}



.related-products-nav.related-products-nav-prev span {

    -webkit-transform: rotate(180deg);

    -ms-transform: rotate(180deg);

    -o-transform: rotate(180deg);

    transform: rotate(180deg)

}



.related-products-nav.related-products-nav-next {

    left: 66.666666666%;

    margin-left: -26px

}



.related-products-nav.disabled {

    background-color: #f2f2f2!important;

    pointer-events: none

}



.related-products-nav.disabled span,

.related-products-nav.disabled span:after,

.related-products-nav.disabled span:before {

    border-color: #ccc!important

}



.related-products-nav:hover span,

.related-products-nav:hover span:after,

.related-products-nav:hover span:before {

    border-color: #af966c

}



.fullpage__background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    opacity: .4
}

@media (min-width:768px) {
    .fullpage {
        opacity: 1
    }
    .fullpage .section {
        min-height: none
    }
}



.fullpage .section {

    padding: 0!important;

    overflow: hidden;

    position: relative

}



.fullpage .section.bg-white {

    background-color: #000

}



.background-video {

    width: 100%;

    height: 100%

}



.section-content {

    position: absolute;

    top: 0;

    left: 0

}



#cover-wm {

    width: 30%;

    height: 10%;

    position: absolute;

    right: 0;

    top: 0;

    background: #000

}



.overlay {

    width: 100%;

    height: 100%;

    position: absolute;

    top: 0;

    left: 0;

    -webkit-transition: all 2s ease;

    -o-transition: all 2s ease;

    transition: all 2s ease

}



.overlay.overlay-dark {

    background: rgba(0, 0, 0, .9)

}



.logo {

    position: absolute;

    top: 40%;

    left: 50%;

    margin-top: -43px;

    margin-left: -185px;

    -webkit-transition: all 1s ease-in-out;

    -o-transition: all 1s ease-in-out;

    transition: all 1s ease-in-out;

    -webkit-perspective: 600px;

    perspective: 600px;

    -webkit-transform-origin: 50% 0;

    -ms-transform-origin: 50% 0;

    -o-transform-origin: 50% 0;

    transform-origin: 50% 0

}



.logo img {

    -webkit-transition: inherit;

    -o-transition: inherit;

    transition: inherit;

    -webkit-transform-origin: 50% 0;

    -ms-transform-origin: 50% 0;

    -o-transform-origin: 50% 0;

    transform-origin: 50% 0

}



.logo.invisible {

    -webkit-transform: translateY(40px);

    -ms-transform: translateY(40px);

    -o-transform: translateY(40px);

    transform: translateY(40px)

}



.logo.invisible img {

    -webkit-transform: rotateX(40deg);

    transform: rotateX(40deg)

}



.scroll-down-wrapper,

a#menu-toggle {

    -webkit-transition: all 1s ease-in-out;

    -o-transition: all 1s ease-in-out;

    transition: all 1s ease-in-out

}



body.home {

    background-color: #000

}



body.home .site-wrapper {

    opacity: 0;

    overflow: hidden;

    -webkit-transition: all 1s ease-in-out;

    -o-transition: all 1s ease-in-out;

    transition: all 1s ease-in-out

}



body.home .site-wrapper.ready {

    opacity: 1;

    overflow-y: auto

}



.section-home {

    background-color: #000

}



.section-home .scroll-down-wrapper {

    position: absolute;

    bottom: 13%;

    left: 50%;

    -webkit-transition: all 1s ease-in-out;

    -o-transition: all 1s ease-in-out;

    transition: all 1s ease-in-out;

    -webkit-transform: translateX(-50%);

    -ms-transform: translateX(-50%);

    -o-transform: translateX(-50%);

    transform: translateX(-50%);

    width: 200px;

    text-align: center

}



#intro-video-wrapper {

    position: absolute;

    top: 0;

    left: 0;

    padding: 120px 60px;

    z-index: 99999999;

    background-color: #000

}



#intro-video-wrapper .video-controls {

    position: absolute;

    bottom: 50px;

    left: 0;

    width: 100%;

    padding: 10px 0;

    font-size: 0;

    background-color: #000;

    text-align: center

}



#intro-video-wrapper .video-controls>* {

    vertical-align: middle

}



#intro-video-wrapper .video-controls .video-control-btn {

    display: inline-block;

    padding: 10px 10px

}



#intro-video-wrapper .video-controls .video-control-btn:hover {

    opacity: .6

}



#intro-video-wrapper .video-controls .video-control-mute,

#intro-video-wrapper .video-controls .video-control-skip {

    font-size: 15px;

    color: #000

}



#intro-video-wrapper .video-controls .video-control-mute.unmuted .fa-volume-off {

    display: none

}



#intro-video-wrapper .video-controls .video-control-mute.muted .fa-volume-up {

    display: none

}



#intro-video-wrapper .video-controls .video-control-play span {

    display: inline-block

}



#intro-video-wrapper .video-controls .video-control-play .play span {

    border-top: 5px solid transparent;

    border-bottom: 5px solid transparent;

    border-left: 10px solid #fff

}



#intro-video-wrapper .video-controls .video-control-play .pause {

    height: 12px;

    width: 10px;

    text-align: center

}



#intro-video-wrapper .video-controls .video-control-play .pause span {

    height: 12px;

    width: 0;

    border-left: 2px solid #000

}



#intro-video-wrapper .video-controls .video-control-play .pause span:last-child {

    margin-left: 2px

}



#intro-video-wrapper .video-controls .video-control-play.playing .play {

    display: none

}



#intro-video-wrapper .video-controls .video-control-play.paused .pause {

    display: none

}



#intro-video-wrapper .video-controls .video-control-time {

    color: #fff;

    font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;

    font-style: italic;

    font-size: 18px;

    display: inline-block;

    min-width: 60px;

    text-align: center;

    opacity: .5

}



#static-logo-wrapper {

    -webkit-transition: all 1s ease-in-out;

    -o-transition: all 1s ease-in-out;

    transition: all 1s ease-in-out

}



body.locked-nav #fp-nav,

body.locked-nav #site-header-bar,

body.locked-nav .scroll-down-wrapper {

    opacity: 0;

    visibility: hidden

}



.parallax-outer-wrapper {

    -webkit-perspective: 600px;

    perspective: 600px;

    position: absolute;

    top: 0;

    left: 0

}



.parallax-wrapper {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    padding: 0;

    margin: 0;

    list-style: none;

    -webkit-user-select: none;

    -moz-user-select: none;

    -ms-user-select: none;

    user-select: none;

    pointer-events: none

}



.parallax-wrapper .layer {

    position: absolute!important;

    top: 50%!important;

    left: 50%!important

}



@media (max-width:1023px) {

    .parallax-wrapper .layer {

        -webkit-background-size: 79.36% 79.36%!important;

        background-size: 79.36%!important

    }

}



@media (max-width:767px) {

    .parallax-wrapper .layer {

        -webkit-background-size: 60.69% 60.69%!important;

        background-size: 60.69%!important

    }

}



#perfume-oil-parallax .layer.shape {

    top: -10%!important;

    left: 0!important;

    width: 100%;

    height: 120%;

    -webkit-background-size: auto 100%!important;

    background-size: auto 100%!important

}



#perfume-oil-parallax .layer.copy {

    margin-top: -125px;

    margin-left: -330px;

    width: 690px;

    height: 254px

}



#body-perfume-parallax .layer {

    margin-top: -285px!important;

    margin-left: -657px!important;

    width: 1314px;

    height: 570px

}



#home-scents-parallax .layer.copy {

    margin-left: -280.5px!important;

    margin-top: -121px!important;

    width: 561px;

    height: 242px

}



#home-scents-parallax .layer.shape {

    margin-top: -415.5px!important;

    margin-left: -125px!important

}



#dead-sea-spa-parallax .layer.shape {

    top: -10%!important;

    left: -10%!important;

    width: 120%;

    height: 120%;

    -webkit-background-size: cover!important;

    background-size: cover!important

}



#dead-sea-spa-parallax .layer.copy {

    margin-top: -121px;

    margin-left: -371.5px;

    width: 753px;

    height: 242px

}



.parallax-fallback {

    -webkit-background-size: cover;

    background-size: cover;

    background-position: center center

}



.parallax-fallback h2 {

    font-size: 15vw;

    padding: 0 10px

}



.bg-white .parallax-fallback h2 {

    color: #000

}



#contact-template .section-content-left p {

    font-weight: 700;

    letter-spacing: .2em;

    font-size: .85rem;

    margin-bottom: 3.33em

}



#contact-template h2,

#contact-template h3,

#contact-template h4 {

    margin-top: 0

}



#contact-template h2 {

    color: #fff;

    font-size: 14px

}



#contact-template h4 {

    font-size: 1.3rem;

    text-transform: none;

    font-weight: 400;

    margin-bottom: 3.8em

}



#store-locator-toggle {

    position: fixed;

    bottom: 0;

    left: 0;

    width: 100%;

    background-color: #fff;

    text-align: left;

    color: #000;

    letter-spacing: .2em;

    border: 0;

    border-bottom: 0 solid #af966c;

    font-weight: 900;

    display: none

}



#store-locator-toggle i {

    float: right;

    color: #959595;

    font-size: 1.3rem

}



#store-locator-toggle:hover {

    border-bottom-width: 10px

}



#store-locator-toggle:active {

    -webkit-transform: none;

    -ms-transform: none;

    -o-transform: none;

    transform: none

}



#store-locator-toggle:after {

    display: none

}



#store-locator-toggle .back {

    display: none

}



.showing-locator #store-locator-toggle {

    background-color: #000;

    color: #fff

}



.showing-locator #store-locator-toggle .locate {

    display: none

}



.showing-locator #store-locator-toggle .back {

    display: block

}



@media (min-width:768px) {

    #store-locator-toggle {

        display: block;

        width: 50%

    }

}



.cf-menu ul li {

    display: inline-block;

    margin-right: 24px

}



.cf-menu ul li a {

    color: #959595;

    text-transform: uppercase;

    font-weight: 900;

    display: block;

    -webkit-transition: all 125ms ease-in-out;

    -o-transition: all 125ms ease-in-out;

    transition: all 125ms ease-in-out

}



.cf-menu ul li.current a,

.cf-menu ul li:hover a {

    color: #af966c

}



.cf-wrapper {

    display: none;

    margin-top: 50px

}



.cf-wrapper.current {

    display: block

}



.cf-wrapper .wpcf7-form-control-wrap {

    display: block;

    position: relative

}



.cf-wrapper br {

    display: none

}



.cf-wrapper::-webkit-input-placeholder {

    line-height: 55px

}



.cf-wrapper::-moz-placeholder {

    line-height: 55px

}



.cf-wrapper:-ms-input-placeholder {

    line-height: 55px

}



.cf-wrapper::placeholder {

    line-height: 55px

}



.cf-wrapper input[type=email],

.cf-wrapper input[type=text],

.cf-wrapper textarea {

    background-color: transparent;

    width: 100%;

    border: 0;

    font-size: 1.71rem;

    font-weight: 400;

    font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;

    font-style: italic;

    color: #fff;

    line-height: 55px

}



.cf-wrapper input[type=email]::-moz-selection,

.cf-wrapper input[type=text]::-moz-selection,

.cf-wrapper textarea::-moz-selection {

    background-color: #fff;

    color: #000

}



.cf-wrapper input[type=email]::selection,

.cf-wrapper input[type=text]::selection,

.cf-wrapper textarea::selection {

    background-color: #fff;

    color: #000

}



.cf-wrapper input[type=email],

.cf-wrapper input[type=text] {

    border-bottom: 1px solid #333;

    height: 55px

}



.cf-wrapper input[type=email]:focus,

.cf-wrapper input[type=text]:focus {

    border-bottom-color: #af966c

}



.cf-wrapper input[type=email].wpcf7-not-valid,

.cf-wrapper input[type=text].wpcf7-not-valid {

    border-color: #C75757

}



.cf-wrapper textarea {

    background: url(../images/border-textarea.svg) 0 0;

    resize: none;

    padding: 0;

    line-height: 55px;

    height: 165px

}



.cf-wrapper textarea:focus {

    background: url(../images/border-textarea-focus.svg) 0 0

}



.cf-wrapper textarea.wpcf7-not-valid {

    background: url(../images/border-textarea-invalid.svg) 0 0

}



.cf-wrapper .submit-fk {

    float: right

}



#contact-info {

    width: 100%;

    height: 100%;

    padding-bottom: 20px;

    color: #959595;

    overflow: auto

}



#contact-info a[href^=tel] {

    color: #fff

}



@media (min-width:768px) {

    #contact-info {
        position: absolute;

        top: 0;

        left: 0;

        padding-bottom: 0

    }

}



#store-locator {

    overflow: auto

}



#store-locator .section-content-static {

    padding: 0

}



#store-locator .section-content-left {

    padding: 30px 10px

}



#store-locator .section-content-left h2 {

    color: #af966c

}



#store-locator .section-content-right {

    padding-left: 0;

    display: none

}



#store-locator .location {

    font-family: "Hurme Geometric Sans 1", "Helvetica Neue", Helvetica, Arial, sans-serif!important

}



#store-locator .location h2 {

    color: #000

}



#store-locator .location p {

    color: #959595;

    text-transform: uppercase

}



#store-locator #store-locator-map {

    background-color: #A6A6A0!important

}



@media (max-width:767px) {

    #store-locator {

        opacity: 1;

        /*visibility: visible*/

    }

}



@media (min-width:768px) {

    #store-locator {

        position: absolute;

        top: 0;

        left: 0;

        width: 100%;

        height: 100%

    }

    #store-locator .section-content-left {

        padding: 120px 30px 120px 40px

    }

    #store-locator .section-content-right {

        display: block

    }

}



.woocommerce-message {

    position: fixed;

    top: 0;

    left: 0;

    z-index: 99;

    width: 100%;

    height: 100%;

    background: rgba(255, 255, 255, .8)

}



.woocommerce-message__inner {

    position: absolute;

    top: 50%;

    left: 50%;

    max-width: 380px;

    width: 100%;

    padding: 40px 40px 80px;

    border: 2px solid #ccc;

    background: #fff;

    text-align: center;

    -webkit-transform: translate(-50%, -50%);

    -ms-transform: translate(-50%, -50%);

    -o-transform: translate(-50%, -50%);

    transform: translate(-50%, -50%)

}



.woocommerce-message__close {

    position: absolute;

    right: 10px;

    top: 10px;

    z-index: 99;

    width: 16px;

    height: 16px;

    -webkit-transition: all .25s ease-in-out;

    -o-transition: all .25s ease-in-out;

    transition: all .25s ease-in-out;

    -webkit-transform: none;

    -ms-transform: none;

    -o-transform: none;

    transform: none

}



.woocommerce-message a.button {

    position: absolute;

    bottom: 0;

    left: 50%;

    margin-bottom: 20px;

    -webkit-transform: translateX(-50%);

    -ms-transform: translateX(-50%);

    -o-transform: translateX(-50%);

    transform: translateX(-50%);

    display: inline-block;

    background-color: #000;

    color: #fff;

    text-transform: uppercase;

    font-weight: 700;

    text-align: center;

    font-size: .71rem;

    letter-spacing: .2em;

    border: 0;

    border-radius: 0;

    -webkit-transition: all 125ms ease-in-out;

    -o-transition: all 125ms ease-in-out;

    transition: all 125ms ease-in-out;

    padding: .95em

}



#cart-checkout-wrapper {

    position: fixed;

    width: 300%;

    height: 100%;

    top: 0;

    right: -300%;

    background-color: #fff;

    z-index: 99999999

}



@media (min-width:768px) {

    #cart-checkout-wrapper {

        width: 1140px;

        right: -1140px

    }

}



.cc-part h3 {

    font-size: 1.15rem;

    margin: 0 0 30px 0

}



@media (min-width:768px) {

    .cc-part h3 {

        margin-left: 20px

    }

    .cc-part .nano-content {

        padding-right: 20px;

        padding-left: 20px

    }

}



.cc-bottom {

    position: absolute;

    bottom: 0;

    left: 0;

    width: 100%

}



.cc-bottom .button {

    width: 100%;

    font-size: .85rem;

    padding: 1.8em 1em

}



.cc-part-overlay {

    position: absolute;

    top: 0;

    left: 0;

    cursor: pointer;

    z-index: 99999999;

    -webkit-transition: all .5s ease-in-out;

    -o-transition: all .5s ease-in-out;

    transition: all .5s ease-in-out;

    background-color: rgba(255, 255, 255, .6)

}



#cart-page .woocommerce,

#checkout-page .woocommerce {

    max-width: 360px;

    margin: 0 auto

}



#cart-page h3,

#checkout-page h3 {

    font-size: 1.15rem;

    margin-top: 0

}



#cart-page h3#order_review_heading,

#checkout-page h3#order_review_heading {

    margin-bottom: 30px

}



#cart-page .nano .nano-content,

#checkout-page .nano .nano-content {

    position: static

}



#cart-page .nano,

#cart-page .nano .nano-content,

#checkout-page .nano,

#checkout-page .nano .nano-content {

    overflow: visible!important

}



#cart-page .cc-bottom,

#checkout-page .cc-bottom {

    position: static

}



@media (min-width:380px) {

    #cart-page .woocommerce,

    #checkout-page .woocommerce {

        max-width: 360px;

        margin: 0 auto;

        padding: 15px;

        border: 2px solid #ccc

    }

}



@media (min-width:768px) {

    #cart-page .woocommerce,

    #checkout-page .woocommerce {

        border: 0

    }

    #cart-page #checkout-thankyou .woocommerce,

    #checkout-page #checkout-thankyou .woocommerce {

        max-width: none;

        padding: 0

    }

}



#cart-checkout-wrapper #shopping-cart {

    width: 33.333%;

    position: absolute;

    top: 0;

    left: 0;

    padding: 15px 10px 0 10px

}



#shopping-cart .cart_list {

    list-style: none;

    padding: 0;

    padding-right: 15px;

    margin: 0;

    font-size: .85rem;

    text-transform: uppercase;

    letter-spacing: .2em;

    position: relative

}



#shopping-cart .cart_list:after {

    content: " ";

    display: block;

    height: 50px

}



#shopping-cart .cart-item-image,

#shopping-cart .cart-item-name {

    display: block

}



#shopping-cart .cart-item-image {

    text-align: center;

    -webkit-transition: all .25s ease-in-out;

    -o-transition: all .25s ease-in-out;

    transition: all .25s ease-in-out

}



#shopping-cart .cart-item-image:hover {

    opacity: .7

}



#shopping-cart .cart-item-name {

    font-weight: 700

}



#shopping-cart .item-bottom {

    display: table;

    width: 100%

}



#shopping-cart .item-bottom .item-price,

#shopping-cart .item-bottom .item-remove {

    display: table-cell;

    width: 50%;

    vertical-align: middle

}



#shopping-cart .item-bottom .item-remove {

    font-size: 2.5em

}



#shopping-cart .item-bottom .item-price {

    text-align: right;

    font-weight: 700

}



#shopping-cart .total {

    margin: 0;

    width: 100%;

    display: table;

    background-color: #f2f2f2;

    font-size: .71rem;

    text-transform: uppercase;

    letter-spacing: .2em;

    padding: 16.5px 30px

}



#shopping-cart .total .amount,

#shopping-cart .total strong {

    display: table-cell;

    width: 50%;

    font-weight: 700

}



#shopping-cart .total .amount {

    text-align: right;

    font-size: .85rem

}



#shopping-cart li.empty {

    position: absolute;

    left: 0;

    top: 50%;

    text-align: center;

    width: 100%;

    -webkit-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    -o-transform: translateY(-50%);

    transform: translateY(-50%)

}



@media (min-width:768px) {

    #cart-checkout-wrapper #shopping-cart {

        width: 380px;

        padding-top: 40px

    }

    #shopping-cart:after {

        content: " ";

        position: absolute;

        bottom: 100px;

        left: 0;

        width: 100%;

        height: 50px;

        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));

        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 100%);

        background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 100%);

        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 100%);

        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0)

    }

}



#cart-page .cart_list {

    padding-right: 0

}



#cart-page .cart_list:after {

    display: none

}



#cart-page .cart-item-name {

    margin-bottom: 10px

}



#cart-page input.qty {

    border: 2px solid #ccc;

    width: 50px;

    padding: 2px 8px;

    text-align: center

}



#cart-page .cart-actions {

    margin-top: 10px;

    padding-top: 10px;

    padding-bottom: 10px;

    border-top: 2px solid #ccc;

    text-align: right

}



#cart-page .cart-actions input {

    border: 1px solid #000;

    background: #fff;

    padding: 8px

}



#cart-page .cart-collaterals table {

    width: 100%;

    margin-bottom: 10px

}



#cart-page .cart-collaterals td {

    text-align: right

}



#cart-page .cart-collaterals .includes_tax {

    display: block

}



#cart-page .checkout-button {

    width: 100%

}



#checkout-address-review {

    width: 66.666%;

    position: absolute;

    top: 0;

    left: 33.333%

}



#checkout-address-review .woocommerce,

#checkout-address-review form.woocommerce-checkout {

    height: 100%

}



#checkout-address-review .woocommerce-error {

    display: none

}



@media (min-width:768px) {

    #checkout-address-review {

        width: 760px;

        left: 380px

    }

}



.braintree-new-card .form-row,

.braintree-payment-form .form-row,

.woocommerce-billing-fields .form-row {

    position: relative;

    margin-bottom: 12px

}



.braintree-new-card .form-row label,

.braintree-payment-form .form-row label,

.woocommerce-billing-fields .form-row label {

    display: block;

    margin-bottom: 4px

}



.braintree-new-card .form-row input,

.braintree-new-card .form-row select,

.braintree-new-card .form-row textarea,

.braintree-payment-form .form-row input,

.braintree-payment-form .form-row select,

.braintree-payment-form .form-row textarea,

.woocommerce-billing-fields .form-row input,

.woocommerce-billing-fields .form-row select,

.woocommerce-billing-fields .form-row textarea {

    display: block;

    width: 100%

}



.payment_methods.methods {

    list-style: none;

    padding: 0

}



.payment_methods.methods li {

    margin-bottom: 20px

}



.woocommerce-checkout-review-order-table {

    width: 100%

}



.woocommerce-checkout-review-order-table td,

.woocommerce-checkout-review-order-table th {

    width: 50%

}



.woocommerce-checkout-review-order-table td:last-child,

.woocommerce-checkout-review-order-table th:last-child {

    text-align: right

}



.card-type {

    font-size: 24px;

    display: block;

    position: absolute;

    right: 4px;

    top: 27px

}



.place-order {

    height: 0;

    opacity: 0;

    visibility: hidden

}



.braintree-new-card,

.braintree-payment-form {

    margin-bottom: 12px

}



.braintree-new-card select,

.braintree-payment-form select {

    width: 50%!important;

    float: left

}



.braintree-new-card .select2-container,

.braintree-payment-form .select2-container {

    width: -webkit-calc(50% + 1px)!important;

    width: calc(50% + 1px)!important

}



.braintree-new-card #braintree-cc-exp-year+.select2-container,

.braintree-payment-form #braintree-cc-exp-year+.select2-container {

    margin-left: -8px

}



#braintree-cc-cvv_field {

    margin-bottom: 0

}



#braintree-cc-cvv_field label {

    display: block

}



#braintree-cc-cvv_field input {

    width: 25%!important

}



.payment_methods li label {

    text-transform: uppercase;

    font-size: .71rem;

    letter-spacing: .2em

}



.payment_methods li.payment_method_paypal a,

.payment_methods li.payment_method_paypal img {

    display: none

}



.payment_box {

    border: 2px solid #ccc;

    padding: 8px;

    margin-top: 12px

}



.payment_box label {

    margin-bottom: 12px

}



.payment_box p:last-child {

    margin-bottom: 0

}



.payment_box.payment_method_braintree>p {

    display: none

}



.shop_table {

    font-size: .85rem;

    font-weight: 700;

    letter-spacing: .2em

}



.shop_table td,

.shop_table th {

    border: 2px solid #ccc;

    text-transform: uppercase;

    padding: 8px

}



.manage-cards {

    text-align: right

}



.manage-cards a {

    float: none!important

}



#checkout-address-review #customer_details,

#checkout-address-review #order_review {

    width: 50%;

    height: 100%;

    float: left;

    padding: 15px 10px 0 10px;

    border-left: 2px solid #ccc;

    position: relative

}



@media (min-width:768px) {

    #checkout-address-review #customer_details,

    #checkout-address-review #order_review {

        width: 380px;

        padding: 40px 10px 0 10px

    }

}



#checkout-page .review-order-button {

    display: none

}



#checkout-page .woocommerce-error {

    display: none

}



#checkout-page #order_review {

    padding-top: 30px;

    margin-top: 18px;

    border-top: 2px solid #ccc

}



#checkout-page .shop_table {

    margin-bottom: 10px

}



#page-order-complete .section-content-left .content-wrapper {

    text-transform: uppercase

}



#page-order-complete .section-content-left .content-wrapper ul li {

    padding: .3em 0;

    border-bottom: 1px solid #ccc

}



#page-order-complete .shop_table {

    width: 100%

}



#page-order-complete .shop_table tbody {

    display: table-row-group!important

}



.menu li {

    margin-left: 2px;

    font-size: 15.5px;

    float: left;

    list-style: none;

}



.img img:hover {

    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);

    -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);

    -moz-box-shadow: 0 0 50px rgba(0, 0, 0, 1);

    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);

}



.ring-image {
    float: left;
    /*width: 100px;
    height: 100px;
    margin-top: 550px;*/
    margin-left: 10px;
}

.ring-image img {
	margin-top: 10px;
}

/*.ring-image {
    margin-right: 10px;
}*/