@charset "UTF-8";/*!
Theme Name: Athletes_are_not_382
Theme URI: https://Athletes_are_not_382
Author: Water
Author URI: https://Athletes_are_not_382
Description: 水虫
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Athletes_are_not_382
*/
.fa,.nav-toggle {
    -moz-osx-font-smoothing: grayscale
}

.fa,.fa-stack {
    display: inline-block
}

.fa-fw,.fa-li {
    text-align: center
}

.openNav,.wrapper {
    transition-duration: .5s;
    transition-timing-function: swing
}

.nav-collapse,ol,ul,ul.bxslider {
    list-style: none
}

a,p,strong {
    word-break: break-all
}

.d-menu::after,.form-horizontal .form-group:after,.row::after,.wrapper::after {
    clear: both
}

@font-face {
    font-family: Raleway;
    font-style: normal;
    font-weight: 400;
    src: local('Raleway'),local('Raleway-Regular'),url(https://fonts.gstatic.com/s/raleway/v13/1Ptug8zYS_SKggPNyC0ISg.ttf) format('truetype')
}

@font-face {
    font-family: Raleway;
    font-style: normal;
    font-weight: 900;
    src: local('Raleway Black'),local('Raleway-Black'),url(https://fonts.gstatic.com/s/raleway/v13/1Ptrg8zYS_SKggPNwK4vWqZPBQ.ttf) format('truetype')
}

article,aside,blockquote,body,dd,div,dl,dt,fieldset,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,hr,label,legend,li,menu,nav,ol,p,pre,section,summary,td,th,ul {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%
}

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

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

@-ms-viewport {
    width: device-width
}

@-o-viewport {
    width: device-width
}

@viewport {
    width: device-width
}

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

.fa {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased
}

.h-title,a,label {
    font-weight: 700
}

.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
}

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

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

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em
}

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

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

.fa-pull-left {
    float: left
}

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

.pull-left {
    float: left
}

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

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

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

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

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

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

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

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

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-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);
    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);
    transform: scale(1,-1)
}

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

.fa-stack {
    position: relative;
    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-feed:before,.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,.fa-y-combinator-square:before,.fa-yc-square: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 {
    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-intersex:before,.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-genderless:before {
    content: "\f22d"
}

.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"
}

.fa-y-combinator:before,.fa-yc:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-paper-o:before,.fa-hand-stop-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-television:before,.fa-tv:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

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

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

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

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

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

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

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

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

.fa-stop-circle:before {
    content: "\f28d"
}

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

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.navOpen {
    overflow: hidden
}

.wrapper {
    background-color: #fff;
    height: 100%;
    position: relative
}

.wrapper.open {
    transform: translateX(230px) translateY(5px);
    -webkit-transform: translateX(230px) translateY(5px);
    box-shadow: 0 0 50px fade(black,20%)
}

.openNav {
    width: 50px;
    height: 50px;
    background-color: #a261e6;
    position: fixed;
    top: 20px;
    left: 15px;
    z-index: 9
}

.openNav .icon,.openNav .icon:after,.openNav .icon:before {
    background-color: #fff;
    position: absolute;
    width: 30px;
    height: 2px
}

.openNav:hover {
    cursor: pointer
}

.openNav .icon {
    transition-duration: .2s;
    top: 24px;
    left: 10px
}

.openNav .icon:after,.openNav .icon:before {
    transition-duration: .5s;
    content: "";
    left: 0
}

.openNav .icon:before {
    top: -7px
}

.openNav .icon:after {
    top: 7px
}

.openNav.open {
    transform: translateX(220px) translateY(0);
    -webkit-transform: translateX(220px) translateY(0)
}

.openNav.open .icon {
    background-color: transparent
}

.openNav.open .icon:after,.openNav.open .icon:before {
    top: 0
}

.openNav.open .icon:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.openNav.open .icon:after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

@media screen and (max-width: 600px) {
    .openNav.open {
        transform:translateX(220px) translateY(0);
        -webkit-transform: translateX(20px) translateY(0)
    }
}

#Menu39 nav {
    position: fixed;
    left: 5%;
    top: 19%
}

#Menu39 nav ul {
    width: 200px;
    margin-top: 5%
}

#Menu39 nav ul li {
    transition-duration: .25s;
    display: block;
    padding: 5px 40px;
    color: #000;
    letter-spacing: .02em;
    text-align: right
}

#Menu39 nav ul li:hover {
    cursor: pointer;
    color: #fff;
    background: #e1d8ea
}

.bx-wrapper {
    position: relative;
    padding: 0;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    background: #fff
}

.bx-wrapper img {
    width: 100%;
    display: block
}

.bxslider {
    margin: 0;
    padding: 0
}

.bx-viewport {
    -webkit-transform: translatez(0)
}

.bx-wrapper .bx-controls-auto,.bx-wrapper .bx-pager {
    position: absolute;
    bottom: 0;
    width: 100%
}

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(../images/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000
}

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: 700;
    color: #666;
    padding-bottom: 10px
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.bx-wrapper .bx-pager.bx-default-pager a.active,.bx-wrapper .bx-pager.bx-default-pager a:focus,.bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #000
}

.bx-wrapper .bx-controls-auto .bx-controls-auto-item,.bx-wrapper .bx-pager-item {
    display: inline-block;
    vertical-align: bottom
}

.bx-wrapper .bx-pager-item {
    font-size: 0;
    line-height: 0
}

.bx-wrapper .bx-prev {
    left: 10px;
    background: url(../images/controls.png) 0 -32px no-repeat
}

.bx-wrapper .bx-prev:focus,.bx-wrapper .bx-prev:hover {
    background-position: 0 0
}

.bx-wrapper .bx-next {
    right: 10px;
    background: url(../images/controls.png) -43px -32px no-repeat
}

.bx-wrapper .bx-next:focus,.bx-wrapper .bx-next:hover {
    background-position: -43px 0
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none
}

.bx-wrapper .bx-controls-auto {
    text-align: center
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(../images/controls.png) -86px -11px no-repeat;
    margin: 0 3px
}

.bx-wrapper .bx-controls-auto .bx-start.active,.bx-wrapper .bx-controls-auto .bx-start:focus,.bx-wrapper .bx-controls-auto .bx-start:hover {
    background-position: -86px 0
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(../images/controls.png) -86px -44px no-repeat;
    margin: 0 3px
}

.bx-wrapper .bx-controls-auto .bx-stop.active,.bx-wrapper .bx-controls-auto .bx-stop:focus,.bx-wrapper .bx-controls-auto .bx-stop:hover {
    background-position: -86px -33px
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px
}

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666;
    background: rgba(80,80,80,.75);
    width: 100%
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px
}

.buttons {
    margin-top: 30px;
    position: fixed;
    bottom: 17%;
    left: 1%;
    z-index: 999
}

.buttons .button {
    margin: 15px auto;
    transition: all .3s;
    overflow: hidden;
    cursor: pointer;
    width: 45px;
    height: 45px;
    border-radius: 25px;
    color: #ffe;
    text-align: center;
    font-size: 130%;
    line-height: 45px;
    box-shadow: rgba(16,25,36,.65098) 3px 3px 8px 0;
    -webkit-box-shadow: rgba(16,25,36,.65098) 3px 3px 8px 0;
    -moz-box-shadow: rgba(16,25,36,.65098) 3px 3px 8px 0
}

.buttons .button a {
    color: #fff
}

.buttons .button-fb {
    background-color: #305097
}

.buttons .button-tw {
    background-color: #00aced
}

.buttons .button-go {
    background-color: #db4a39
}

.buttons .button-poc {
    background-color: #25670a
}

.buttons .button:hover {
    width: 150px
}

.buttons .button:hover i:after {
    margin-left: 10px;
    content: "+1";
    font-family: Raleway,sans-serif;
    letter-spacing: 1px
}

a,body,input,select,textarea {
    font-family: 'Kosugi Maru','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック'
}

body,p,strong {
    letter-spacing: .05em
}

@media (max-width: 768px) {
    .buttons .button {
        width:30px;
        height: 30px;
        line-height: 30px;
        margin: 5px auto
    }
.site-info {
    overflow: hidden;
}
    .buttons .button:hover {
        width: 60px
    }
    .boxes .col-ct {
    display: block;
    width: 100%;
    border: none;
    margin-bottom: 5px;
    font-size: 1rem;
    text-decoration: none;
    color: #000;
    overflow: hidden;
}
}

body {
    background: #fff;
    font-size: 16px;
    color: #000;
    line-height: 1.8em
}

.js-nav-active>body:after {
    content: "";
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.8);
    z-index: 8;
    top: 0;
    left: 0;
    transition: .9s ease;
    animation: fadein .3s
}

.h-title,.single h1,h2,header {
    position: relative;
    overflow: hidden
}

.show_page {
    opacity: 1!important;
    background: 0 0!important
}

.h-title,h1,h2,h3,h4,h5,h6,label {
    line-height: 1.5em;
    margin: 0 0 10px;
    padding: 0 10px
}

dd,h1+p,h2+p,h3+p,h4+p,h5+p,h6+p {
    margin-bottom: 20px
}

blockquote,dl {
    margin: 20px 0
}

.front-page h1:not(.t_h) {
    font-size: 160%;
    background-image: url(../images/bg_menu_2.png);
    color: #271d77;
    background-color: #9672bb45;
    border: 1px solid #c7bed0
}

.h-title,.single h1,h2 {
    font-size: 150%;
    color: #5d3982;
    padding-left: 26px;
    border: 1px solid #c9a7ec
}

.h-title:before,.single h1:before,h2:before {
    content: "";
    position: absolute;
    left: -28px;
    top: -11px;
    width: 47px;
    height: 36px;
    background: #5d3982;
    transform: rotate(-62deg);
    box-shadow: 0 0 10px #e9e4dc
}

.h-title:after,.single h1:after,h2:after {
    right: -30px;
    top: 0;
    width: 40px;
    height: 49px;
    background: #5d3982;
    transform: rotate(29deg)
}

.single h2,h3 {
    font-size: 140%;
    color: #ea0c0c;
    border: 3px double #f1e0de
}

.single h3,h4 {
    font-size: 130%;
    background: #f3f0e6;
    border-left: 2px solid #c39407;
    border-right: 1px solid #c39407;
    border-top: 1px solid #c39407;
    border-bottom: 1px solid #c39407;
    color: #af8506
}

.single h4,h5 {
    background: #eeefeb;
    border: 3px double #f3c9c9;
    color: #775810
}

.single h5,h6 {
    font-size: 110%;
    color: #1a7071
}

.single h6 {
    font-size: 100%;
    color: #711e22
}

details {
    color: #fff;
    transition: all .5s cubic-bezier(.85,-1,.1,1);
    background: #563caf;
    border-radius: 20px;
    padding: 5px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    perspective: 600px;
    box-shadow: 0 -.5em 1em rgba(191,177,177,.5),0 .3em .1em rgba(0,0,0,.2);
    margin-bottom: 2em
}

details a {
    color: #fbed84
}

summary {
    display: flex;
    justify-content: center;
    align-items: center;
    outline: 0;
    border-radius: calc(20px/2);
    text-align: center;
    cursor: default
}

details:not([open]) {
    box-shadow: 0 1em 2em rgba(0,0,0,.5);
    transform: translateY(1em) rotate(5deg);
    width: 60%
}

details:not([open])>summary:after,details:not([open])>summary:before {
    width: 0;
    background: rgba(0,0,0,0)
}

details:not([open])>summary {
    transition: background-color .5s;
    background: rgba(0,0,0,.5);
    transition-delay: .5s
}

details[open] {
    transform: translatey(1em);
    margin-top: 0
}

details[open]>summary:after,details[open]>summary:before {
    width: 60%
}

details[open]>summary {
    transition: background-color .5s;
    background: #190a4a
}

summary::-webkit-details-marker {
    display: none
}

blockquote {
    padding: 25px 0 25px 68px;
    height: auto;
    border: 1px dashed #5844a9;
    border-radius: 18px;
    box-shadow: 4px 4px 3px -2px #e0daf5;
    position: relative
}

blockquote p {
    font-style: italic;
    text-shadow: 0 1px 8px #6fd033
}

blockquote cite a {
    box-shadow: 2px 1px 7px -1px #d26617;
    color: #b7530a;
    display: inline;
    font-style: italic;
    font-size: 20px;
    line-height: 20px;
    text-shadow: 0 1px 1px rgba(255,255,255,.5)
}

blockquote:after {
    background: #7459d2;
    border-radius: 100%;
    color: #fff;
    content: "❞";
    font-family: icons;
    font-size: 55px;
    height: 40px;
    left: 59px;
    line-height: 65px;
    margin-left: -60px;
    position: absolute;
    text-shadow: 0 1px 1px rgba(255,255,255,.1);
    top: -1px;
    width: 40px
}

.d-menu,.wrapper {
    width: 100%
}

a {
    color: #5d3982;
    text-decoration: none;
    transition: all 250ms ease-out
}

a:hover {
    color: #9a5b17
}

label {
    max-width: 100%;
    margin-bottom: 5px
}

dl {
    padding: 0
}

dt {
    text-transform: uppercase;
    border-bottom: 1px solid #e8cece;
    color: #1a7071;
    box-shadow: 1px 1px 5px #dcc7c7;
    margin-bottom: 6px;
    padding: 0 5px
}

dd {
    background: #f7eeee;
    padding: 5px 15px
}

dd.description {
    font-size: .9375em;
    line-height: 1.375em
}

strong {
    color: #efeef1;
    text-shadow: 2px 0 0 #000;
    padding: 2px 0;
    background: -moz-linear-gradient(-45deg,rgba(93,57,130,.37) 0,rgba(93,57,130,.8) 33%,rgba(96,72,165,.8) 51%,rgba(78,62,142,.8) 69%,rgba(78,62,142,.3) 100%);
    background: -webkit-linear-gradient(-45deg,rgba(93,57,130,.37) 0,rgba(93,57,130,.8) 33%,rgba(96,72,165,.8) 51%,rgba(78,62,142,.8) 69%,rgba(78,62,142,.3) 100%);
    background: linear-gradient(135deg,rgba(93,57,130,.37) 0,rgba(93,57,130,.8) 33%,rgba(96,72,165,.8) 51%,rgba(78,62,142,.8) 69%,rgba(78,62,142,.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005d3982', endColorstr='#004e3e8e', GradientType=1 )
}

p,strong {
    line-height: 1.7em
}

ol {
    background: #ecf1ea;
    border: 1px solid #c5e6c6;
    padding: 5px 5px 5px 15px;
    margin: 15px 0
}

ol li {
    list-style-type: square;
    margin-left: 10px
}

.d-menu,.footer_wrapper,.wrapper {
    letter-spacing: inherit;
    margin-right: auto;
    margin-left: auto
}

ul:not(.wt_diet_list):not(.pagination):not(.footer-menu):not(.primary-menu) {
    background: #f2ebf9;
    border: 1px solid #c9a7ec;
    padding: 5px;
    margin-bottom: 5px
}

ul:not(.wt_diet_list):not(.pagination):not(.footer-menu):not(.primary-menu) li {
    position: relative;
    padding-left: 25px;
    text-align: left
}

ul:not(.wt_diet_list):not(.pagination):not(.footer-menu):not(.primary-menu) li a {
    color: #5d3982
}

ul:not(.wt_diet_list):not(.pagination):not(.footer-menu):not(.primary-menu) li:before {
    content: "\f101";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    color: #9f73cc;
    font-size: 18px;
    padding-right: .5em;
    position: absolute;
    top: 0;
    left: 5px
}

ul:not(.wt_diet_list):not(.pagination):not(.footer-menu):not(.primary-menu) li:hover:not(.news) {
    background: #d8d4a5
}

.wrapper {
    max-width: 1400px;
    min-height: 500px;
    padding: 15px
}

.footer_wrapper {
    background-color: #002566;
    padding: 0 0 10px
}

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

@media (max-width: 768px) {
    .main-img,.wrapper {
        width:100%!important
    }

    .main-img {
        height: auto!important
    }
}

@media (min-width: 768px) {
    .wrapper {
        width:98%
    }

    .d-menu.sticky {
        width: 90%
    }
}

.top-header {
    text-align: center;
    padding: 30px 0
}

.top-header .d-head a,.top-header h1 a {
    font-size: 35px;
    -webkit-background-clip: text;
    font-weight: 700;
    text-shadow: 0 0 1px #000,0 0 1px #000,0 0 1px #000,0 0 1px #000;
    color: #a261e6;
    letter-spacing: .1em;
    position: relative
}

.top-header .d-head a:before,.top-header h1 a:before {
    content: '';
    height: 80px;
    border-radius: 0;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: 0;
    top: 0;
    margin-top: -28px;
    z-index: -1;
    opacity: .5;
    background-image: url(../images/bg_head.gif);
    background-size: contain;
    background-position: center;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    transition: .3s ease;
    background-repeat: no-repeat
}

.top-header .d-head:hover a,.top-header h1:hover a {
    text-shadow: 0 0 1px transparent,3px 3px 0 #cedaaa;
    color: #7c30cc
}

@media only screen and (max-width: 768px) {
    .top-header {
        text-align:right
    }

    .top-header .d-head,.top-header h1 {
        width: 80%;
        float: right
    }

    .top-header .d-head a,.top-header h1 a {
        font-size: 24px
    }
}

.image-thumb,.menu-top,.nav-collapse ul,.site-footer,.text-center {
    text-align: center
}

.menu-top {
    display: block;
    margin: 0 auto
}

@media screen and (max-width: 576px) {
    .d-menu {
        position:fixed!important;
        z-index: 999;
        left: 12%;
        top: 10%;
        width: calc(100% - 100px);
        background: #fff
    }
}

.nav-toggle,.nav-toggle.active::before {
    z-index: 999;
    background: #d4072e;
    border-radius: 0 0 0 30px
}

.nav-toggle {
    position: fixed;
    -webkit-font-smoothing: antialiased;
    text-indent: -999px;
    width: 45px;
    height: 48px;
    top: 0;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

.nav-toggle:before {
    color: #fff;
    font-family: responsivenav,sans-serif;
    font-style: normal;
    font-weight: 600;
    font-variant: normal;
    font-size: 30px;
    text-transform: none;
    position: absolute;
    content: "≡";
    text-indent: 0;
    text-align: center;
    line-height: 50px;
    speak: none;
    width: 100%;
    top: 0;
    left: 0
}

.nav-toggle.active::before {
    font-size: 24px;
    content: "x"
}

.nav-collapse ul {
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    float: none;
    width: 100%
}

.nav-collapse li {
    display: inline-block;
    margin: 0
}

.nav-collapse a {
    color: #e03053;
    text-shadow: 1px -2px 0 #095821,3px 1px 2px #254627,4px 0 3px #cca44b;
    text-decoration: none;
    padding: 10px;
    float: left;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 5px;
    width: 100%
}

.nav-collapse .current-menu-item a,.nav-collapse a:hover {
    background-color: #cc092e;
    color: #fff;
    text-shadow: 2px 1px 2px #868a4d,4px 3px 2px #273548
}

.js .nav-collapse {
    clip: rect(0 0 0 0);
    max-height: 0;
    position: absolute;
    display: block;
    overflow: hidden;
    zoom:1}

.nav-collapse.opened {
    max-height: 9999px;
    transition: max-height 284ms ease 0s;
    position: relative;
    z-index: 10;
    margin-top: 0;
    top: 0;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
    background: #fff
}

@media screen and (min-width: 40em) {
    .js .nav-collapse {
        position:relative
    }

    .js .nav-collapse.closed {
        max-height: none
    }

    .nav-toggle {
        display: none
    }

    .nav-collapse ul {
        height: 48px
    }
}

@media screen and (max-width: 639px) {
    .nav-collapse ul {
        display:block
    }
}

@media (min-width: 640px) and (max-width:768px) {
    .nav-collapse ul {
        display:inline-flex
    }

    .nav-collapse a {
        font-size: 14px
    }
}

.nav-collapse,.nav-collapse * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*,.boxes .col-ct,::after,::before {
    box-sizing: border-box
}

.nav-collapse {
    width: 100%;
    float: left!important
}

@media screen and (max-width: 40em) {
    .nav-collapse li {
        width:100%
    }
}

.nav-collapse ul ul a {
    background: #ca3716;
    padding-left: 2em
}

.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0
}

.m-b-5 {
    margin-bottom: 5px
}

.m-b-10 {
    margin-bottom: 10px
}

.m-b-20 {
    margin-bottom: 20px
}

.m-20 {
    margin: 20px 0
}

.m-l-15 {
    margin-left: -15px
}

.post-new {
    margin: 20px 0;
    line-height: 2em
}

@media only screen and (min-width: 400px) {
    .post-new .post-new-content {
        column-count:2
    }
}

input[type=search],textarea {
    padding: 10px;
    border: 1px solid #CCC;
    width: 100%
}

textarea {
    min-height: 200px
}

.btn-top,button,input[type=submit] {
    padding: 7px 20px;
    border-radius: 20px;
    background: #a56909;
    color: #fff;
    font-size: 14px;
    border: none;
    cursor: pointer;
    font-weight: 700
}

.btn-top {
    margin: 20px
}

a.btn-top:hover,button:hover,input[type=submit]:hover {
    background: #cf2e2e
}

footer {
    margin-top: 30px
}

.entry-content {
    margin: 20px 0;
    line-height: 2em
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.item-post {
    margin: 20px 0;
    background: #fff;
    padding: 10px
}

.item-post .title-item-post a {
    color: #446877;
    font-size: 20px
}

.date-item-post {
    font-size: 12px;
    font-weight: 700
}

@media only screen and (max-width: 768px) {
    .post-new ul {
        column-count:0
    }

    .hidden-sm,.intro-content {
        display: none
    }

    .img-item-post img {
        width: 100%
    }
}

.entry-meta {
    margin: 10px 0 30px
}

.breadcrumb {
    margin: 10px 0 20px;
    padding: 2px 5px;
    background: #f1f0ed
}

ul.pagination {
    background: 0 0;
    border: none
}

ul.pagination li.active,ul.pagination li.active a:hover {
    background-color: #ff1744
}

ul.pagination li {
    float: left;
    list-style-type: none;
    margin: 0 5px
}

ul.pagination li.active a {
    color: #fff
}

ul.pagination a {
    color: #000;
    float: left;
    padding: 8px 16px;
    text-decoration: none
}

.pagination a:hover:not(.active) {
    background-color: #9a0623;
    color: #fff
}

.site-footer p {
    color: #ccc
}

.site-footer a {
    color: #fde0c1;
    text-transform: uppercase;
    cursor: pointer
}

.site-footer a:hover {
    color: #e7ec0a
}

.contact-form {
    padding: 15px
}

label {
    display: inline-block
}

.row {
    margin-right: -15px;
    margin-left: -15px;
    display: flex;
    flex-wrap: wrap
}

.d-menu::after,.d-menu::before,.footer_wrapper::before,.row::after,.row::before,.wrapper::after,.wrapper::before {
    display: table;
    content: " "
}

.row>[class^=wt-] {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

[class^=wt-].no-padding {
    padding: 0
}

[class^=wt-].no-padding-left {
    padding-left: 0
}

@media (max-width: 576px) {
    .wt-x-1,.wt-x-10,.wt-x-11,.wt-x-12,.wt-x-2,.wt-x-3,.wt-x-4,.wt-x-5,.wt-x-6,.wt-x-7,.wt-x-8,.wt-x-9 {
        float:left;
        margin-bottom: 5px
    }

    .wt-x-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width: 576px) {
    .wt-xs-1,.wt-xs-10,.wt-xs-11,.wt-xs-12,.wt-xs-2,.wt-xs-3,.wt-xs-4,.wt-xs-5,.wt-xs-6,.wt-xs-7,.wt-xs-8,.wt-xs-9 {
        float:left;
        margin-bottom: 5px
    }

    .wt-xs-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .wt-xs-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .wt-xs-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .wt-xs-8,.wt-xs-9 {
        -webkit-box-flex: 0
    }

    .wt-xs-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .wt-xs-8 {
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

    .wt-xs-6,.wt-xs-7 {
        -webkit-box-flex: 0
    }

    .wt-xs-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .wt-xs-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .wt-xs-4,.wt-xs-5 {
        -webkit-box-flex: 0
    }

    .wt-xs-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .wt-xs-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .wt-xs-2,.wt-xs-3 {
        -webkit-box-flex: 0
    }

    .wt-xs-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .wt-xs-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .wt-xs-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
}

@media (min-width: 768px) {
    .wt-md-1,.wt-md-10,.wt-md-11,.wt-md-12,.wt-md-2,.wt-md-3,.wt-md-4,.wt-md-5,.wt-md-6,.wt-md-7,.wt-md-8,.wt-md-9 {
        float:left
    }

    .wt-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .wt-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .wt-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .wt-md-8,.wt-md-9 {
        -webkit-box-flex: 0
    }

    .wt-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .wt-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .wt-md-6,.wt-md-7 {
        -webkit-box-flex: 0
    }

    .wt-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .wt-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .wt-md-4,.wt-md-5 {
        -webkit-box-flex: 0
    }

    .wt-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .wt-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .wt-md-2,.wt-md-3 {
        -webkit-box-flex: 0
    }

    .wt-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .wt-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .wt-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
}

@media (min-width: 992px) {
    .wt-lg-1,.wt-lg-10,.wt-lg-11,.wt-lg-12,.wt-lg-2,.wt-lg-3,.wt-lg-4,.wt-lg-5,.wt-lg-6,.wt-lg-7,.wt-lg-8,.wt-lg-9 {
        float:left
    }

    .wt-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .wt-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .wt-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .wt-lg-8,.wt-lg-9 {
        -webkit-box-flex: 0
    }

    .wt-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .wt-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .wt-lg-6,.wt-lg-7 {
        -webkit-box-flex: 0
    }

    .wt-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .wt-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .wt-lg-4,.wt-lg-5 {
        -webkit-box-flex: 0
    }

    .wt-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .wt-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .wt-lg-2,.wt-lg-3 {
        -webkit-box-flex: 0
    }

    .wt-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .wt-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .wt-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
}

@media (min-width: 1200px) {
    .wt-xl {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .wt-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .wt-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .wt-xl-2,.wt-xl-3 {
        -webkit-box-flex: 0
    }

    .wt-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .wt-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .wt-xl-4,.wt-xl-5 {
        -webkit-box-flex: 0
    }

    .wt-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .wt-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .wt-xl-6,.wt-xl-7 {
        -webkit-box-flex: 0
    }

    .wt-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .wt-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .wt-xl-8,.wt-xl-9 {
        -webkit-box-flex: 0
    }

    .wt-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .wt-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .wt-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .wt-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .wt-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.main-img {
    margin: 0 auto
}

.main-img img {
    width: 100%
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.wt-sidebar {
    margin: 0;
    padding: 15px;
    background: #5d3982;
    border-radius: 15px
}

.widget {
    line-height: 2em;
    margin: 0 0 15px;
    border-bottom: 1px solid #8f7da0;
    padding-bottom: 20px
}

.bg_title {
    padding: 2px 5px;
    font-size: 110%;
    font-weight: 700;
    color: #fff;
    text-shadow: 2px 1px 0 #3e1965;
    position: relative;
    margin: 0 0 10px;
    background: -moz-linear-gradient(left,#9a5ed8 0,rgba(125,185,232,0) 100%);
    background: -webkit-linear-gradient(left,#9a5ed8 0,rgba(125,185,232,0) 100%);
    background: linear-gradient(to right,#9a5ed8 0,rgba(125,185,232,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#007db9e8', GradientType=1 )
}

.widget-title {
    margin-bottom: 5px
}

.news-item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #8f7da0;
    margin-right: 0;
    margin-left: 0
}

#wt_catalogue,.item-sitemap {
    margin-bottom: 20px
}

.news-item .bg_img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px double #eee;
    -ms-flex-positive: 1;
    flex: 0 0 25%;
    max-width: 25%;
    float: left;
    -webkit-box-flex: 0
}

.news-item .bg_img a {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.news-item .bg_img img {
    opacity: 0
}

.news-item .bg_img .rank {
    background: #d64343;
    padding: 0 10px;
    position: absolute;
    color: #fff
}

.news-item .title_sb {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%
}

#load,#toggle,.back-top {
    position: fixed
}

.news-item .title_sb a {
    background: 0 0;
    color: #f5e0d5
}

.news-item .title_sb a:hover {
    color: #fdfa75
}

.news-item:after,.news-item:before {
    display: table;
    content: " "
}

.contact-page {
    margin-left: auto;
    margin-right: auto
}

.post-all {
    overflow: hidden
}

#wt_catalogue .title {
    color: #0a88b7;
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #0a88b7;
    font-size: 2em
}

.form-inline .form-group {
    margin-bottom: 0;
    vertical-align: middle
}

.form-inline .form-control {
    display: inline-block;
    vertical-align: middle
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 10px;
    overflow: hidden
}

.form-horizontal label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right
}

.btn,.form-control {
    background-image: none;
    padding: 6px 12px;
    line-height: 1.42857143
}

#toggle,.btn {
    text-align: center
}

.form-horizontal .error {
    color: #d82424
}

.form-horizontal .form-group:before {
    display: table;
    content: " "
}

.form-control {
    display: block;
    width: 100%;
    height: 35px;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    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,-webkit-box-shadow ease-in-out .15s
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#toggle,#toggle span,.nav-links,.title a,.title_sb a,.wt_diet_list li a {
    display: block
}

#load {
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/Eclipse.gif) center no-repeat #fff
}

.back-top {
    background: #ff1744;
    bottom: 10px;
    color: #fff;
    right: 1%;
    z-index: 999;
    padding: 10px;
    box-shadow: rgba(147,172,202,.65098) 3px 3px 8px 0;
    -webkit-box-shadow: rgba(153,180,214,.65098) 3px 3px 8px 0;
    line-height: normal;
    border-radius: 20px 20px 0 0
}

.title,.title_sb {
    line-height: 1.5em
}

@media (max-width: 768px) {
    .back-top {
        padding:15px
    }
}

#toggle {
    width: 45px;
    top: 2%;
    right: 1%;
    background: #1a7b38;
    padding: 20px 10px;
    z-index: 99999
}

#toggle span:after,#toggle span:before {
    content: "";
    position: absolute;
    left: 0;
    top: -9px
}

#toggle span,.wt_diet_list ul {
    position: relative
}

#toggle span:after {
    top: 9px
}

#toggle span,#toggle span:after,#toggle span:before {
    width: 100%;
    height: 5px;
    background-color: #ececec;
    transition: all .3s;
    backface-visibility: hidden;
    border-radius: 2px
}

#toggle.on span {
    background-color: transparent
}

#toggle.on span:before {
    transform: rotate(45deg) translate(5px,5px)
}

#toggle.on span:after {
    transform: rotate(-45deg) translate(7px,-8px)
}

#toggle.on+#menu {
    opacity: 1;
    visibility: visible;
    z-index: 999
}

.site_map_list {
    margin-bottom: 20px
}

.content-search {
    margin: 30px 0
}

.wt_diet_list li a {
    padding: 1px 5px;
    border-bottom: 3px double #efdfc9
}

.wt_diet_list li a:hover {
    background: linear-gradient(#b6d9e426,#fff,#cfe2ecfa)
}

.wt_diet_list ul li ul {
    padding-left: 15px
}

.wt_diet_list ul li ul:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
    background: -moz-linear-gradient(top,#f7ab40 0,rgba(248,184,93,.7) 15%,rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top,#f7ab40 0,rgba(248,184,93,.7) 15%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom,#f7ab40 0,rgba(248,184,93,.7) 15%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7ab40', endColorstr='#00ffffff', GradientType=0 )
}

.post-main-content .img-default {
    margin: 10px 0
}

.popularpost_list .item {
    margin-bottom: 20px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 15px
}

.popularpost_list .item p {
    color: #f9b9b9
}

.nav-links .nav-next,.nav-links .nav-previous {
    position: relative
}

.nav-links .nav-next a:before,.nav-links .nav-previous a:after {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    color: #e0dcbc;
    font-size: 14px;
    position: absolute;
    top: 3px
}

.nav-links .nav-next a,.nav-links .nav-previous a {
    color: #e0dcbc;
    background: #ff1744;
    display: block
}

.nav-links .nav-next:hover a,.nav-links .nav-previous:hover a {
    background: #a9213b
}

.nav-links .nav-previous {
    float: left
}

.nav-links .nav-previous a {
    padding: 3px 5px 3px 20px
}

.nav-links .nav-next {
    float: right
}

.nav-links .nav-next a {
    padding: 3px 20px 3px 5px
}

.nav-links .nav-previous a:after {
    content: "\f04a";
    padding-right: .5em;
    left: 3px
}

.nav-links .nav-next a:before {
    content: "\f04e";
    padding-left: .5em;
    right: 3px
}

.not-found,.title,.title_sb {
    font-weight: 700
}

@media only screen and (max-width: 768px) {
    .nav-links .nav-next,.nav-links .nav-previous {
        margin:2px 0;
        width: 100%
    }
}

#searchform .form-group {
    position: relative
}

#searchform .form-group .form-control {
    border: 1px solid #dbcdea
}

#searchform .form-group button {
    position: absolute;
    top: 0;
    right: 0;
    background: 0 0;
    color: #696565
}

.border {
    border: 1px solid #ccc;
    padding: 2px
}

.sitemap_content {
    margin: 20px 0
}

.title {
    color: #448c20
}

.title a {
    padding: 3px 5px;
    background: #f3f0e6;
    box-shadow: 0 0 2px 0 #f5b3c0
}

.title a:hover {
    background: #e0eaea
}

.title_sb,.title_sb a {
    color: #fff
}

.title_news a:hover {
    background: #e0eaea;
    color: #448c20
}

ul.footer-menu {
    margin-bottom: 15px
}

ul.footer-menu li {
    display: inline-block;
    padding: 10px 10px 0;
    position: relative;
    font-size: 12px;
    border-bottom: 1px solid #fff;
    margin: 0 10px
}

ul.footer-menu li a {
    color: #fff
}

ul.footer-menu li:hover {
    border-bottom: 1px solid #eae88a
}

ul.footer-menu li:hover a {
    color: #eae88a;
    text-decoration: none
}

.change-fonts {
    display: block;
    position: fixed;
    bottom: 0;
    left: 1%
}

.change-fonts .c-font-i {
    margin: 5px 0;
    display: flex;
    cursor: pointer
}

.change-fonts .c-font-i a {
    background: #0e5c79;
    float: left;
    text-align: center;
    padding: 5px 10px;
    color: #fff;
    box-shadow: rgba(16,25,36,.65098) 3px 3px 8px 0;
    -webkit-box-shadow: rgba(16,25,36,.65098) 3px 3px 8px 0
}

.not-found .page-content {
    background: #c32323;
    color: #fff;
    padding: 10px 20px
}

.c-right {
    padding-left: 15px
}

@media screen and (max-width: 576px) {
    .c-right {
        padding-left:0
    }
}

.boxes .col-ct {
    display: block;
    width: 73$;
    border: none;
    margin-bottom: 5px;
    font-size: 1rem;
    text-decoration: none;
    color: #000;
    overflow: hidden;
}
.col-ct-right{
    width:72%;
    float:right;
    padding-left:5px;
    
}
@media screen and (min-width: 992px) {
    .boxes {
        /* display:table; */
        width: 100%;
        direction: rtl;
    }

    .boxes * {
        text-align: left
    }

    .boxes .col-ct {
        display: table-cell;
        vertical-align: top;
        margin: 0 2px;
        direction: ltr;
        padding: 15px
    }

    .boxes .col-ct-left {
        width: 27%
    }

    .boxes .col-ct-right {
        width: 73%;
    }
}

.content-item-post {
    text-align: left
}

.not-found {
    border-bottom: 2px solid #31a4d0;
    color: #31a4d0
}

.sticky {
    position: fixed;
    top: 0;
    z-index: 999
}

.sticky+.content {
    padding-top: 102px
}

.center_content {
    width: 100%;
    padding: 0 15px;
    margin-left: auto;
    margin-right: auto
}

.b-3 {
    position: relative;
    margin: 20px 0
}

.sb {
    width: 100%;
    vertical-align: top
}

@media screen and (min-width: 769px) {
    .center_content {
        width:60%
    }

    .sb {
        width: 20%;
        top: 0;
        position: absolute
    }

    .sb-right {
        margin-left: 80%
    }
}

.img_bg_p {
    background-position: center;
    background-size: cover;
    height: 100%;
    width: 100%
}

.img_bg_p a {
    opacity: 0
}

h2.screen-reader-text {
    display: none
}
@charset "UTF-8";/*!
Theme Name: Athletes_are_not_382
Theme URI: https://Athletes_are_not_382
Author: Water
Author URI: https://Athletes_are_not_382
Description: 水虫
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Athletes_are_not_382
*/
.fa,.nav-toggle {
    -moz-osx-font-smoothing: grayscale
}

.fa,.fa-stack {
    display: inline-block
}

.fa-fw,.fa-li {
    text-align: center
}

.openNav,.wrapper {
    transition-duration: .5s;
    transition-timing-function: swing
}

.nav-collapse,ol,ul,ul.bxslider {
    list-style: none
}

a,p,strong {
    word-break: break-all
}

.d-menu::after,.form-horizontal .form-group:after,.row::after,.wrapper::after {
    clear: both
}

@font-face {
    font-family: Raleway;
    font-style: normal;
    font-weight: 400;
    src: local('Raleway'),local('Raleway-Regular'),url(https://fonts.gstatic.com/s/raleway/v13/1Ptug8zYS_SKggPNyC0ISg.ttf) format('truetype')
}

@font-face {
    font-family: Raleway;
    font-style: normal;
    font-weight: 900;
    src: local('Raleway Black'),local('Raleway-Black'),url(https://fonts.gstatic.com/s/raleway/v13/1Ptrg8zYS_SKggPNwK4vWqZPBQ.ttf) format('truetype')
}

article,aside,blockquote,body,dd,div,dl,dt,fieldset,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,hr,label,legend,li,menu,nav,ol,p,pre,section,summary,td,th,ul {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%
}

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

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

@-ms-viewport {
    width: device-width
}

@-o-viewport {
    width: device-width
}

@viewport {
    width: device-width
}

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

.fa {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased
}

.h-title,a,label {
    font-weight: 700
}

.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
}

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

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

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em
}

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

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

.fa-pull-left {
    float: left
}

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

.pull-left {
    float: left
}

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

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

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

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

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

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

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

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

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-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);
    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);
    transform: scale(1,-1)
}

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

.fa-stack {
    position: relative;
    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-feed:before,.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,.fa-y-combinator-square:before,.fa-yc-square: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 {
    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-intersex:before,.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-genderless:before {
    content: "\f22d"
}

.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"
}

.fa-y-combinator:before,.fa-yc:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-paper-o:before,.fa-hand-stop-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-television:before,.fa-tv:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

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

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

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

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

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

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

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

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

.fa-stop-circle:before {
    content: "\f28d"
}

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

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.navOpen {
    overflow: hidden
}

.wrapper {
    background-color: #fff;
    height: 100%;
    position: relative
}

.wrapper.open {
    transform: translateX(230px) translateY(5px);
    -webkit-transform: translateX(230px) translateY(5px);
    box-shadow: 0 0 50px fade(black,20%)
}

.openNav {
    width: 50px;
    height: 50px;
    background-color: #a261e6;
    position: fixed;
    top: 20px;
    left: 15px;
    z-index: 9
}

.openNav .icon,.openNav .icon:after,.openNav .icon:before {
    background-color: #fff;
    position: absolute;
    width: 30px;
    height: 2px
}

.openNav:hover {
    cursor: pointer
}

.openNav .icon {
    transition-duration: .2s;
    top: 24px;
    left: 10px
}

.openNav .icon:after,.openNav .icon:before {
    transition-duration: .5s;
    content: "";
    left: 0
}

.openNav .icon:before {
    top: -7px
}

.openNav .icon:after {
    top: 7px
}

.openNav.open {
    transform: translateX(220px) translateY(0);
    -webkit-transform: translateX(220px) translateY(0)
}

.openNav.open .icon {
    background-color: transparent
}

.openNav.open .icon:after,.openNav.open .icon:before {
    top: 0
}

.openNav.open .icon:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.openNav.open .icon:after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

@media screen and (max-width: 600px) {
    .openNav.open {
        transform:translateX(220px) translateY(0);
        -webkit-transform: translateX(20px) translateY(0)
    }
}

#Menu39 nav {
    position: fixed;
    left: 5%;
    top: 19%
}

#Menu39 nav ul {
    width: 200px;
    margin-top: 5%
}

#Menu39 nav ul li {
    transition-duration: .25s;
    display: block;
    padding: 5px 40px;
    color: #000;
    letter-spacing: .02em;
    text-align: right
}

#Menu39 nav ul li:hover {
    cursor: pointer;
    color: #fff;
    background: #e1d8ea
}

.bx-wrapper {
    position: relative;
    padding: 0;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    background: #fff
}

.bx-wrapper img {
    width: 100%;
    display: block
}

.bxslider {
    margin: 0;
    padding: 0
}

.bx-viewport {
    -webkit-transform: translatez(0)
}

.bx-wrapper .bx-controls-auto,.bx-wrapper .bx-pager {
    position: absolute;
    bottom: 0;
    width: 100%
}

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(../images/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000
}

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: 700;
    color: #666;
    padding-bottom: 10px
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.bx-wrapper .bx-pager.bx-default-pager a.active,.bx-wrapper .bx-pager.bx-default-pager a:focus,.bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #000
}

.bx-wrapper .bx-controls-auto .bx-controls-auto-item,.bx-wrapper .bx-pager-item {
    display: inline-block;
    vertical-align: bottom
}

.bx-wrapper .bx-pager-item {
    font-size: 0;
    line-height: 0
}

.bx-wrapper .bx-prev {
    left: 10px;
    background: url(../images/controls.png) 0 -32px no-repeat
}

.bx-wrapper .bx-prev:focus,.bx-wrapper .bx-prev:hover {
    background-position: 0 0
}

.bx-wrapper .bx-next {
    right: 10px;
    background: url(../images/controls.png) -43px -32px no-repeat
}

.bx-wrapper .bx-next:focus,.bx-wrapper .bx-next:hover {
    background-position: -43px 0
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none
}

.bx-wrapper .bx-controls-auto {
    text-align: center
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(../images/controls.png) -86px -11px no-repeat;
    margin: 0 3px
}

.bx-wrapper .bx-controls-auto .bx-start.active,.bx-wrapper .bx-controls-auto .bx-start:focus,.bx-wrapper .bx-controls-auto .bx-start:hover {
    background-position: -86px 0
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(../images/controls.png) -86px -44px no-repeat;
    margin: 0 3px
}

.bx-wrapper .bx-controls-auto .bx-stop.active,.bx-wrapper .bx-controls-auto .bx-stop:focus,.bx-wrapper .bx-controls-auto .bx-stop:hover {
    background-position: -86px -33px
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px
}

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666;
    background: rgba(80,80,80,.75);
    width: 100%
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px
}

.buttons {
    margin-top: 30px;
    position: fixed;
    bottom: 17%;
    left: 1%;
    z-index: 999
}

.buttons .button {
    margin: 15px auto;
    transition: all .3s;
    overflow: hidden;
    cursor: pointer;
    width: 45px;
    height: 45px;
    border-radius: 25px;
    color: #ffe;
    text-align: center;
    font-size: 130%;
    line-height: 45px;
    box-shadow: rgba(16,25,36,.65098) 3px 3px 8px 0;
    -webkit-box-shadow: rgba(16,25,36,.65098) 3px 3px 8px 0;
    -moz-box-shadow: rgba(16,25,36,.65098) 3px 3px 8px 0
}

.buttons .button a {
    color: #fff
}

.buttons .button-fb {
    background-color: #305097
}

.buttons .button-tw {
    background-color: #00aced
}

.buttons .button-go {
    background-color: #db4a39
}

.buttons .button-poc {
    background-color: #25670a
}

.buttons .button:hover {
    width: 150px
}

.buttons .button:hover i:after {
    margin-left: 10px;
    content: "+1";
    font-family: Raleway,sans-serif;
    letter-spacing: 1px
}

a,body,input,select,textarea {
    font-family: 'Kosugi Maru','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック'
}

body,p,strong {
    letter-spacing: .05em
}

@media (max-width: 768px) {
    .buttons .button {
        width:30px;
        height: 30px;
        line-height: 30px;
        margin: 5px auto
    }

    .buttons .button:hover {
        width: 60px
    }
}

body {
    background: #fff;
    font-size: 16px;
    color: #000;
    line-height: 1.8em
}

.js-nav-active>body:after {
    content: "";
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.8);
    z-index: 8;
    top: 0;
    left: 0;
    transition: .9s ease;
    animation: fadein .3s
}

.h-title,.single h1,h2,header {
    position: relative;
    overflow: hidden
}

.show_page {
    opacity: 1!important;
    background: 0 0!important
}

.h-title,h1,h2,h3,h4,h5,h6,label {
    line-height: 1.5em;
    margin: 0 0 10px;
    padding: 0 10px
}

dd,h1+p,h2+p,h3+p,h4+p,h5+p,h6+p {
    margin-bottom: 20px
}

blockquote,dl {
    margin: 20px 0
}

.front-page h1:not(.t_h) {
    font-size: 160%;
    background-image: url(../images/bg_menu_2.png);
    color: #271d77;
    background-color: #9672bb45;
    border: 1px solid #c7bed0
}

.h-title,.single h1,h2 {
    font-size: 150%;
    color: #5d3982;
    padding-left: 26px;
    border: 1px solid #c9a7ec
}

.h-title:before,.single h1:before,h2:before {
    content: "";
    position: absolute;
    left: -28px;
    top: -11px;
    width: 47px;
    height: 36px;
    background: #5d3982;
    transform: rotate(-62deg);
    box-shadow: 0 0 10px #e9e4dc
}

.h-title:after,.single h1:after,h2:after {
    right: -30px;
    top: 0;
    width: 40px;
    height: 49px;
    background: #5d3982;
    transform: rotate(29deg)
}

.single h2,h3 {
    font-size: 140%;
    color: #ea0c0c;
    border: 3px double #f1e0de
}

.single h3,h4 {
    font-size: 130%;
    background: #f3f0e6;
    border-left: 2px solid #c39407;
    border-right: 1px solid #c39407;
    border-top: 1px solid #c39407;
    border-bottom: 1px solid #c39407;
    color: #af8506
}

.single h4,h5 {
    background: #eeefeb;
    border: 3px double #f3c9c9;
    color: #775810
}

.single h5,h6 {
    font-size: 110%;
    color: #1a7071
}

.single h6 {
    font-size: 100%;
    color: #711e22
}

details {
    color: #fff;
    transition: all .5s cubic-bezier(.85,-1,.1,1);
    background: #563caf;
    border-radius: 20px;
    padding: 5px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    perspective: 600px;
    box-shadow: 0 -.5em 1em rgba(191,177,177,.5),0 .3em .1em rgba(0,0,0,.2);
    margin-bottom: 2em
}

details a {
    color: #fbed84
}

summary {
    display: flex;
    justify-content: center;
    align-items: center;
    outline: 0;
    border-radius: calc(20px/2);
    text-align: center;
    cursor: default
}

details:not([open]) {
    box-shadow: 0 1em 2em rgba(0,0,0,.5);
    transform: translateY(1em) rotate(5deg);
    width: 60%
}

details:not([open])>summary:after,details:not([open])>summary:before {
    width: 0;
    background: rgba(0,0,0,0)
}

details:not([open])>summary {
    transition: background-color .5s;
    background: rgba(0,0,0,.5);
    transition-delay: .5s
}

details[open] {
    transform: translatey(1em);
    margin-top: 0
}

details[open]>summary:after,details[open]>summary:before {
    width: 60%
}

details[open]>summary {
    transition: background-color .5s;
    background: #190a4a
}

summary::-webkit-details-marker {
    display: none
}

blockquote {
    padding: 25px 0 25px 68px;
    height: auto;
    border: 1px dashed #5844a9;
    border-radius: 18px;
    box-shadow: 4px 4px 3px -2px #e0daf5;
    position: relative
}

blockquote p {
    font-style: italic;
    text-shadow: 0 1px 8px #6fd033
}

blockquote cite a {
    box-shadow: 2px 1px 7px -1px #d26617;
    color: #b7530a;
    display: inline;
    font-style: italic;
    font-size: 20px;
    line-height: 20px;
    text-shadow: 0 1px 1px rgba(255,255,255,.5)
}

blockquote:after {
    background: #7459d2;
    border-radius: 100%;
    color: #fff;
    content: "❞";
    font-family: icons;
    font-size: 55px;
    height: 40px;
    left: 59px;
    line-height: 65px;
    margin-left: -60px;
    position: absolute;
    text-shadow: 0 1px 1px rgba(255,255,255,.1);
    top: -1px;
    width: 40px
}

.d-menu,.wrapper {
    width: 100%
}

a {
    color: #5d3982;
    text-decoration: none;
    transition: all 250ms ease-out
}

a:hover {
    color: #9a5b17
}

label {
    max-width: 100%;
    margin-bottom: 5px
}

dl {
    padding: 0
}

dt {
    text-transform: uppercase;
    border-bottom: 1px solid #e8cece;
    color: #1a7071;
    box-shadow: 1px 1px 5px #dcc7c7;
    margin-bottom: 6px;
    padding: 0 5px
}

dd {
    background: #f7eeee;
    padding: 5px 15px
}

dd.description {
    font-size: .9375em;
    line-height: 1.375em
}

strong {
    color: #efeef1;
    text-shadow: 2px 0 0 #000;
    padding: 2px 0;
    background: -moz-linear-gradient(-45deg,rgba(93,57,130,.37) 0,rgba(93,57,130,.8) 33%,rgba(96,72,165,.8) 51%,rgba(78,62,142,.8) 69%,rgba(78,62,142,.3) 100%);
    background: -webkit-linear-gradient(-45deg,rgba(93,57,130,.37) 0,rgba(93,57,130,.8) 33%,rgba(96,72,165,.8) 51%,rgba(78,62,142,.8) 69%,rgba(78,62,142,.3) 100%);
    background: linear-gradient(135deg,rgba(93,57,130,.37) 0,rgba(93,57,130,.8) 33%,rgba(96,72,165,.8) 51%,rgba(78,62,142,.8) 69%,rgba(78,62,142,.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005d3982', endColorstr='#004e3e8e', GradientType=1 )
}

p,strong {
    line-height: 1.7em
}

ol {
    background: #ecf1ea;
    border: 1px solid #c5e6c6;
    padding: 5px 5px 5px 15px;
    margin: 15px 0
}

ol li {
    list-style-type: square;
    margin-left: 10px
}

.d-menu,.footer_wrapper,.wrapper {
    letter-spacing: inherit;
    margin-right: auto;
    margin-left: auto
}

ul:not(.wt_diet_list):not(.pagination):not(.footer-menu):not(.primary-menu) {
    background: #f2ebf9;
    border: 1px solid #c9a7ec;
    padding: 5px;
    margin-bottom: 5px
}

ul:not(.wt_diet_list):not(.pagination):not(.footer-menu):not(.primary-menu) li {
    position: relative;
    padding-left: 25px;
    text-align: left
}

ul:not(.wt_diet_list):not(.pagination):not(.footer-menu):not(.primary-menu) li a {
    color: #5d3982
}

ul:not(.wt_diet_list):not(.pagination):not(.footer-menu):not(.primary-menu) li:before {
    content: "\f101";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    color: #9f73cc;
    font-size: 18px;
    padding-right: .5em;
    position: absolute;
    top: 0;
    left: 5px
}

ul:not(.wt_diet_list):not(.pagination):not(.footer-menu):not(.primary-menu) li:hover:not(.news) {
    background: #d8d4a5
}

.wrapper {
    max-width: 1400px;
    min-height: 500px;
    padding: 15px
}

.footer_wrapper {
    background-color: #002566;
    padding: 0 0 10px
}

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

@media (max-width: 768px) {
    .main-img,.wrapper {
        width:100%!important
    }

    .main-img {
        height: auto!important
    }
}

@media (min-width: 768px) {
    .wrapper {
        width:98%
    }

    .d-menu.sticky {
        width: 90%
    }
}

.top-header {
    text-align: center;
    padding: 30px 0
}

.top-header .d-head a,.top-header h1 a {
    font-size: 35px;
    -webkit-background-clip: text;
    font-weight: 700;
    text-shadow: 0 0 1px #000,0 0 1px #000,0 0 1px #000,0 0 1px #000;
    color: #a261e6;
    letter-spacing: .1em;
    position: relative
}

.top-header .d-head a:before,.top-header h1 a:before {
    content: '';
    height: 80px;
    border-radius: 0;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: 0;
    top: 0;
    margin-top: -28px;
    z-index: -1;
    opacity: .5;
    background-image: url(../images/bg_head.gif);
    background-size: contain;
    background-position: center;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    transition: .3s ease;
    background-repeat: no-repeat
}

.top-header .d-head:hover a,.top-header h1:hover a {
    text-shadow: 0 0 1px transparent,3px 3px 0 #cedaaa;
    color: #7c30cc
}

@media only screen and (max-width: 768px) {
    .top-header {
        text-align:right
    }

    .top-header .d-head,.top-header h1 {
        width: 80%;
        float: right
    }

    .top-header .d-head a,.top-header h1 a {
        font-size: 24px
    }
}

.image-thumb,.menu-top,.nav-collapse ul,.site-footer,.text-center {
    text-align: center
}

.menu-top {
    display: block;
    margin: 0 auto
}

@media screen and (max-width: 576px) {
    .d-menu {
        position:fixed!important;
        z-index: 999;
        left: 12%;
        top: 10%;
        width: calc(100% - 100px);
        background: #fff
    }
}

.nav-toggle,.nav-toggle.active::before {
    z-index: 999;
    background: #d4072e;
    border-radius: 0 0 0 30px
}

.nav-toggle {
    position: fixed;
    -webkit-font-smoothing: antialiased;
    text-indent: -999px;
    width: 45px;
    height: 48px;
    top: 0;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

.nav-toggle:before {
    color: #fff;
    font-family: responsivenav,sans-serif;
    font-style: normal;
    font-weight: 600;
    font-variant: normal;
    font-size: 30px;
    text-transform: none;
    position: absolute;
    content: "≡";
    text-indent: 0;
    text-align: center;
    line-height: 50px;
    speak: none;
    width: 100%;
    top: 0;
    left: 0
}

.nav-toggle.active::before {
    font-size: 24px;
    content: "x"
}

.nav-collapse ul {
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    float: none;
    width: 100%
}

.nav-collapse li {
    display: inline-block;
    margin: 0
}

.nav-collapse a {
    color: #e03053;
    text-shadow: 1px -2px 0 #095821,3px 1px 2px #254627,4px 0 3px #cca44b;
    text-decoration: none;
    padding: 10px;
    float: left;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 5px;
    width: 100%
}

.nav-collapse .current-menu-item a,.nav-collapse a:hover {
    background-color: #cc092e;
    color: #fff;
    text-shadow: 2px 1px 2px #868a4d,4px 3px 2px #273548
}

.js .nav-collapse {
    clip: rect(0 0 0 0);
    max-height: 0;
    position: absolute;
    display: block;
    overflow: hidden;
    zoom:1}

.nav-collapse.opened {
    max-height: 9999px;
    transition: max-height 284ms ease 0s;
    position: relative;
    z-index: 10;
    margin-top: 0;
    top: 0;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
    background: #fff
}

@media screen and (min-width: 40em) {
    .js .nav-collapse {
        position:relative
    }

    .js .nav-collapse.closed {
        max-height: none
    }

    .nav-toggle {
        display: none
    }

    .nav-collapse ul {
        height: 48px
    }
}

@media screen and (max-width: 639px) {
    .nav-collapse ul {
        display:block
    }
}

@media (min-width: 640px) and (max-width:768px) {
    .nav-collapse ul {
        display:inline-flex
    }

    .nav-collapse a {
        font-size: 14px
    }
}

.nav-collapse,.nav-collapse * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*,.boxes .col-ct,::after,::before {
    box-sizing: border-box
}

.nav-collapse {
    width: 100%;
    float: left!important
}

@media screen and (max-width: 40em) {
    .nav-collapse li {
        width:100%
    }
}

.nav-collapse ul ul a {
    background: #ca3716;
    padding-left: 2em
}

.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0
}

.m-b-5 {
    margin-bottom: 5px
}

.m-b-10 {
    margin-bottom: 10px
}

.m-b-20 {
    margin-bottom: 20px
}

.m-20 {
    margin: 20px 0
}

.m-l-15 {
    margin-left: -15px
}

.post-new {
    margin: 20px 0;
    line-height: 2em
}

@media only screen and (min-width: 400px) {
    .post-new .post-new-content {
        column-count:2
    }
}

input[type=search],textarea {
    padding: 10px;
    border: 1px solid #CCC;
    width: 100%
}

textarea {
    min-height: 200px
}

.btn-top,button,input[type=submit] {
    padding: 7px 20px;
    border-radius: 20px;
    background: #a56909;
    color: #fff;
    font-size: 14px;
    border: none;
    cursor: pointer;
    font-weight: 700
}

.btn-top {
    margin: 20px
}

a.btn-top:hover,button:hover,input[type=submit]:hover {
    background: #cf2e2e
}

footer {
    margin-top: 30px
}

.entry-content {
    margin: 20px 0;
    line-height: 2em
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.item-post {
    margin: 20px 0;
    background: #fff;
    padding: 10px
}

.item-post .title-item-post a {
    color: #446877;
    font-size: 20px
}

.date-item-post {
    font-size: 12px;
    font-weight: 700
}

@media only screen and (max-width: 768px) {
    .post-new ul {
        column-count:0
    }

    .hidden-sm,.intro-content {
        display: none
    }

    .img-item-post img {
        width: 100%
    }
}

.entry-meta {
    margin: 10px 0 30px
}

.breadcrumb {
    margin: 10px 0 20px;
    padding: 2px 5px;
    background: #f1f0ed
}

ul.pagination {
    background: 0 0;
    border: none
}

ul.pagination li.active,ul.pagination li.active a:hover {
    background-color: #ff1744
}

ul.pagination li {
    float: left;
    list-style-type: none;
    margin: 0 5px
}

ul.pagination li.active a {
    color: #fff
}

ul.pagination a {
    color: #000;
    float: left;
    padding: 8px 16px;
    text-decoration: none
}

.pagination a:hover:not(.active) {
    background-color: #9a0623;
    color: #fff
}

.site-footer p {
    color: #ccc
}

.site-footer a {
    color: #fde0c1;
    text-transform: uppercase;
    cursor: pointer
}

.site-footer a:hover {
    color: #e7ec0a
}

.contact-form {
    padding: 15px
}

label {
    display: inline-block
}

.row {
    margin-right: -15px;
    margin-left: -15px;
    display: flex;
    flex-wrap: wrap
}

.d-menu::after,.d-menu::before,.footer_wrapper::before,.row::after,.row::before,.wrapper::after,.wrapper::before {
    display: table;
    content: " "
}

.row>[class^=wt-] {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

[class^=wt-].no-padding {
    padding: 0
}

[class^=wt-].no-padding-left {
    padding-left: 0
}

@media (max-width: 576px) {
    .wt-x-1,.wt-x-10,.wt-x-11,.wt-x-12,.wt-x-2,.wt-x-3,.wt-x-4,.wt-x-5,.wt-x-6,.wt-x-7,.wt-x-8,.wt-x-9 {
        float:left;
        margin-bottom: 5px
    }

    .wt-x-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width: 576px) {
    .wt-xs-1,.wt-xs-10,.wt-xs-11,.wt-xs-12,.wt-xs-2,.wt-xs-3,.wt-xs-4,.wt-xs-5,.wt-xs-6,.wt-xs-7,.wt-xs-8,.wt-xs-9 {
        float:left;
        margin-bottom: 5px
    }

    .wt-xs-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .wt-xs-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .wt-xs-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .wt-xs-8,.wt-xs-9 {
        -webkit-box-flex: 0
    }

    .wt-xs-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .wt-xs-8 {
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

    .wt-xs-6,.wt-xs-7 {
        -webkit-box-flex: 0
    }

    .wt-xs-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .wt-xs-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .wt-xs-4,.wt-xs-5 {
        -webkit-box-flex: 0
    }

    .wt-xs-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .wt-xs-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .wt-xs-2,.wt-xs-3 {
        -webkit-box-flex: 0
    }

    .wt-xs-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .wt-xs-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .wt-xs-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
}

@media (min-width: 768px) {
    .wt-md-1,.wt-md-10,.wt-md-11,.wt-md-12,.wt-md-2,.wt-md-3,.wt-md-4,.wt-md-5,.wt-md-6,.wt-md-7,.wt-md-8,.wt-md-9 {
        float:left
    }

    .wt-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .wt-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .wt-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .wt-md-8,.wt-md-9 {
        -webkit-box-flex: 0
    }

    .wt-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .wt-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .wt-md-6,.wt-md-7 {
        -webkit-box-flex: 0
    }

    .wt-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .wt-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .wt-md-4,.wt-md-5 {
        -webkit-box-flex: 0
    }

    .wt-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .wt-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .wt-md-2,.wt-md-3 {
        -webkit-box-flex: 0
    }

    .wt-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .wt-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .wt-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
}

@media (min-width: 992px) {
    .wt-lg-1,.wt-lg-10,.wt-lg-11,.wt-lg-12,.wt-lg-2,.wt-lg-3,.wt-lg-4,.wt-lg-5,.wt-lg-6,.wt-lg-7,.wt-lg-8,.wt-lg-9 {
        float:left
    }

    .wt-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .wt-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .wt-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .wt-lg-8,.wt-lg-9 {
        -webkit-box-flex: 0
    }

    .wt-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .wt-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .wt-lg-6,.wt-lg-7 {
        -webkit-box-flex: 0
    }

    .wt-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .wt-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .wt-lg-4,.wt-lg-5 {
        -webkit-box-flex: 0
    }

    .wt-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .wt-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .wt-lg-2,.wt-lg-3 {
        -webkit-box-flex: 0
    }

    .wt-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .wt-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .wt-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
}

@media (min-width: 1200px) {
    .wt-xl {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .wt-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .wt-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .wt-xl-2,.wt-xl-3 {
        -webkit-box-flex: 0
    }

    .wt-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .wt-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .wt-xl-4,.wt-xl-5 {
        -webkit-box-flex: 0
    }

    .wt-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .wt-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .wt-xl-6,.wt-xl-7 {
        -webkit-box-flex: 0
    }

    .wt-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .wt-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .wt-xl-8,.wt-xl-9 {
        -webkit-box-flex: 0
    }

    .wt-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .wt-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .wt-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .wt-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .wt-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.main-img {
    margin: 0 auto
}

.main-img img {
    width: 100%
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.wt-sidebar {
    margin: 0;
    padding: 15px;
    background: #5d3982;
    border-radius: 15px
}

.widget {
    line-height: 2em;
    margin: 0 0 15px;
    border-bottom: 1px solid #8f7da0;
    padding-bottom: 20px
}

.bg_title {
    padding: 2px 5px;
    font-size: 110%;
    font-weight: 700;
    color: #fff;
    text-shadow: 2px 1px 0 #3e1965;
    position: relative;
    margin: 0 0 10px;
    background: -moz-linear-gradient(left,#9a5ed8 0,rgba(125,185,232,0) 100%);
    background: -webkit-linear-gradient(left,#9a5ed8 0,rgba(125,185,232,0) 100%);
    background: linear-gradient(to right,#9a5ed8 0,rgba(125,185,232,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#007db9e8', GradientType=1 )
}

.widget-title {
    margin-bottom: 5px
}

.news-item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #8f7da0;
    margin-right: 0;
    margin-left: 0
}

#wt_catalogue,.item-sitemap {
    margin-bottom: 20px
}

.news-item .bg_img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px double #eee;
    -ms-flex-positive: 1;
    flex: 0 0 25%;
    max-width: 25%;
    float: left;
    -webkit-box-flex: 0
}

.news-item .bg_img a {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.news-item .bg_img img {
    opacity: 0
}

.news-item .bg_img .rank {
    background: #d64343;
    padding: 0 10px;
    position: absolute;
    color: #fff
}

.news-item .title_sb {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%
}

#load,#toggle,.back-top {
    position: fixed
}

.news-item .title_sb a {
    background: 0 0;
    color: #f5e0d5
}

.news-item .title_sb a:hover {
    color: #fdfa75
}

.news-item:after,.news-item:before {
    display: table;
    content: " "
}

.contact-page {
    margin-left: auto;
    margin-right: auto
}

.post-all {
    overflow: hidden
}

#wt_catalogue .title {
    color: #0a88b7;
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #0a88b7;
    font-size: 2em
}

.form-inline .form-group {
    margin-bottom: 0;
    vertical-align: middle
}

.form-inline .form-control {
    display: inline-block;
    vertical-align: middle
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 10px;
    overflow: hidden
}

.form-horizontal label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right
}

.btn,.form-control {
    background-image: none;
    padding: 6px 12px;
    line-height: 1.42857143
}

#toggle,.btn {
    text-align: center
}

.form-horizontal .error {
    color: #d82424
}

.form-horizontal .form-group:before {
    display: table;
    content: " "
}

.form-control {
    display: block;
    width: 100%;
    height: 35px;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    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,-webkit-box-shadow ease-in-out .15s
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#toggle,#toggle span,.nav-links,.title a,.title_sb a,.wt_diet_list li a {
    display: block
}

#load {
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/Eclipse.gif) center no-repeat #fff
}

.back-top {
    background: #ff1744;
    bottom: 10px;
    color: #fff;
    right: 1%;
    z-index: 999;
    padding: 10px;
    box-shadow: rgba(147,172,202,.65098) 3px 3px 8px 0;
    -webkit-box-shadow: rgba(153,180,214,.65098) 3px 3px 8px 0;
    line-height: normal;
    border-radius: 20px 20px 0 0
}

.title,.title_sb {
    line-height: 1.5em
}

@media (max-width: 768px) {
    .back-top {
        padding:15px
    }
}

#toggle {
    width: 45px;
    top: 2%;
    right: 1%;
    background: #1a7b38;
    padding: 20px 10px;
    z-index: 99999
}

#toggle span:after,#toggle span:before {
    content: "";
    position: absolute;
    left: 0;
    top: -9px
}

#toggle span,.wt_diet_list ul {
    position: relative
}

#toggle span:after {
    top: 9px
}

#toggle span,#toggle span:after,#toggle span:before {
    width: 100%;
    height: 5px;
    background-color: #ececec;
    transition: all .3s;
    backface-visibility: hidden;
    border-radius: 2px
}

#toggle.on span {
    background-color: transparent
}

#toggle.on span:before {
    transform: rotate(45deg) translate(5px,5px)
}

#toggle.on span:after {
    transform: rotate(-45deg) translate(7px,-8px)
}

#toggle.on+#menu {
    opacity: 1;
    visibility: visible;
    z-index: 999
}

.site_map_list {
    margin-bottom: 20px
}

.content-search {
    margin: 30px 0
}

.wt_diet_list li a {
    padding: 1px 5px;
    border-bottom: 3px double #efdfc9
}

.wt_diet_list li a:hover {
    background: linear-gradient(#b6d9e426,#fff,#cfe2ecfa)
}

.wt_diet_list ul li ul {
    padding-left: 15px
}

.wt_diet_list ul li ul:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
    background: -moz-linear-gradient(top,#f7ab40 0,rgba(248,184,93,.7) 15%,rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top,#f7ab40 0,rgba(248,184,93,.7) 15%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom,#f7ab40 0,rgba(248,184,93,.7) 15%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7ab40', endColorstr='#00ffffff', GradientType=0 )
}

.post-main-content .img-default {
    margin: 10px 0
}

.popularpost_list .item {
    margin-bottom: 20px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 15px
}

.popularpost_list .item p {
    color: #f9b9b9
}

.nav-links .nav-next,.nav-links .nav-previous {
    position: relative
}

.nav-links .nav-next a:before,.nav-links .nav-previous a:after {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    color: #e0dcbc;
    font-size: 14px;
    position: absolute;
    top: 3px
}

.nav-links .nav-next a,.nav-links .nav-previous a {
    color: #e0dcbc;
    background: #ff1744;
    display: block
}

.nav-links .nav-next:hover a,.nav-links .nav-previous:hover a {
    background: #a9213b
}

.nav-links .nav-previous {
    float: left
}

.nav-links .nav-previous a {
    padding: 3px 5px 3px 20px
}

.nav-links .nav-next {
    float: right
}

.nav-links .nav-next a {
    padding: 3px 20px 3px 5px
}

.nav-links .nav-previous a:after {
    content: "\f04a";
    padding-right: .5em;
    left: 3px
}

.nav-links .nav-next a:before {
    content: "\f04e";
    padding-left: .5em;
    right: 3px
}

.not-found,.title,.title_sb {
    font-weight: 700
}

@media only screen and (max-width: 768px) {
    .nav-links .nav-next,.nav-links .nav-previous {
        margin:2px 0;
        width: 100%
    }
}

#searchform .form-group {
    position: relative
}

#searchform .form-group .form-control {
    border: 1px solid #dbcdea
}

#searchform .form-group button {
    position: absolute;
    top: 0;
    right: 0;
    background: 0 0;
    color: #696565
}

.border {
    border: 1px solid #ccc;
    padding: 2px
}

.sitemap_content {
    margin: 20px 0
}

.title {
    color: #448c20
}

.title a {
    padding: 3px 5px;
    background: #f3f0e6;
    box-shadow: 0 0 2px 0 #f5b3c0
}

.title a:hover {
    background: #e0eaea
}

.title_sb,.title_sb a {
    color: #fff
}

.title_news a:hover {
    background: #e0eaea;
    color: #448c20
}

ul.footer-menu {
    margin-bottom: 15px
}

ul.footer-menu li {
    display: inline-block;
    padding: 10px 10px 0;
    position: relative;
    font-size: 12px;
    border-bottom: 1px solid #fff;
    margin: 0 10px
}

ul.footer-menu li a {
    color: #fff
}

ul.footer-menu li:hover {
    border-bottom: 1px solid #eae88a
}

ul.footer-menu li:hover a {
    color: #eae88a;
    text-decoration: none
}

.change-fonts {
    display: block;
    position: fixed;
    bottom: 0;
    left: 1%
}

.change-fonts .c-font-i {
    margin: 5px 0;
    display: flex;
    cursor: pointer
}

.change-fonts .c-font-i a {
    background: #0e5c79;
    float: left;
    text-align: center;
    padding: 5px 10px;
    color: #fff;
    box-shadow: rgba(16,25,36,.65098) 3px 3px 8px 0;
    -webkit-box-shadow: rgba(16,25,36,.65098) 3px 3px 8px 0
}

.not-found .page-content {
    background: #c32323;
    color: #fff;
    padding: 10px 20px
}

.c-right {
    padding-left: 15px
}

@media screen and (max-width: 576px) {
    .c-right {
        padding-left:0
    }
}

.boxes .col-ct {
    display: block;
    width: 73$;
    border: none;
    margin-bottom: 5px;
    font-size: 1rem;
    text-decoration: none;
    color: #000;
    overflow: hidden;
}
.col-ct-right{
    width:72%;
    float:right;
    padding-left:5px;
    
}
@media screen and (min-width: 992px) {
    .boxes {
        /* display:table; */
        width: 100%;
        direction: rtl;
    }

    .boxes * {
        text-align: left
    }

    .boxes .col-ct {
        display: table-cell;
        vertical-align: top;
        margin: 0 2px;
        direction: ltr;
        padding: 15px
    }

    .boxes .col-ct-left {
        width: 27%
    }

    .boxes .col-ct-right {
        width: 73%
    }
}

.content-item-post {
    text-align: left
}

.not-found {
    border-bottom: 2px solid #31a4d0;
    color: #31a4d0
}

.sticky {
    position: fixed;
    top: 0;
    z-index: 999
}

.sticky+.content {
    padding-top: 102px
}

.center_content {
    width: 100%;
    padding: 0 15px;
    margin-left: auto;
    margin-right: auto
}

.b-3 {
    position: relative;
    margin: 20px 0
}

.sb {
    width: 100%;
    vertical-align: top
}

@media screen and (min-width: 769px) {
    .center_content {
        width:60%
    }

    .sb {
        width: 20%;
        top: 0;
        position: absolute
    }

    .sb-right {
        margin-left: 80%
    }
}

.img_bg_p {
    background-position: center;
    background-size: cover;
    height: 100%;
    width: 100%
}

.img_bg_p a {
    opacity: 0
}

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