@font-face {
    font-family: fontawesome;
    src: url(/sites/all/themes/bartik/fonts/font-awesome/fontawesome-webfont.eot?v=4.3.0);
    src: url(/sites/all/themes/bartik/fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.3.0) format('embedded-opentype'),url(/sites/all/themes/bartik/fonts/font-awesome/fontawesome-webfont.woff2?v=4.3.0) format('woff2'),url(/sites/all/themes/bartik/fonts/font-awesome/fontawesome-webfont.woff?v=4.3.0) format('woff'),url(/sites/all/themes/bartik/fonts/font-awesome/fontawesome-webfont.ttf?v=4.3.0) format('truetype'),url(/sites/all/themes/bartik/fonts/font-awesome/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: montserrat-light;
    src: url(/sites/all/themes/bartik/fonts/Montserrat/montserrat-light-webfont.eot);
    src: url(/sites/all/themes/bartik/fonts/Montserrat/montserrat-light-webfont.eot?#iefix) format('embedded-opentype'),url(/sites/all/themes/bartik/fonts/Montserrat/montserrat-light-webfont.woff2) format('woff2'),url(/sites/all/themes/bartik/fonts/Montserrat/montserrat-light-webfont.woff) format('woff'),url(/sites/all/themes/bartik/fonts/Montserrat/montserrat-light-webfont.ttf) format('truetype'),url(/sites/all/themes/bartik/fonts/Montserrat/montserrat-light-webfont.svg#Montserrat-light) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: norwester;
    src: url(/sites/all/themes/bartik/fonts/Norwester/norwester-webfont.eot);
    src: url(/sites/all/themes/bartik/fonts/Norwester/norwester-webfont.eot?#iefix) format('embedded-opentype'),url(/sites/all/themes/bartik/fonts/Norwester/norwester-webfont.woff2) format('woff2'),url(/sites/all/themes/bartik/fonts/Norwester/norwester-webfont.woff) format('woff'),url(/sites/all/themes/bartik/fonts/Norwester/norwester-webfont.ttf) format('truetype'),url(/sites/all/themes/bartik/fonts/Norwester/norwester-webfont.svg#Norwester) format('svg');
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0,0)
}

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

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

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

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

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

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

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

.fa-ul>li {
    position: relative
}

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

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

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

.pull-right {
    float: right
}

.pull-left {
    float: left
}

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

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

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    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(0deg);
        transform: rotate(0deg)
    }

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

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

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

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -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-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical {
    filter: none
}

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

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

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

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

.fa-inverse {
    color: #fff
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-remove:before,.fa-close: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-gear:before,.fa-cog:before {
    content: "\f013"
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-bar-chart-o:before,.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-gears:before,.fa-cogs:before {
    content: "\f085"
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-gittip:before,.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-toggle-left:before,.fa-caret-square-o-left:before {
    content: "\f191"
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-genderless:before,.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-soccer-ball-o:before,.fa-futbol-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-shekel:before,.fa-sheqel:before,.fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

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

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before,.fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.font-smooth {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

.font-nosmooth {
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: auto
}

#block-system-main .row-top-1 {
    margin-top: 5px
}

#block-system-main .row-top-2 {
    margin-top: 10px
}

#block-system-main .row-top-3 {
    margin-top: 15px
}

#block-system-main .row-top-4 {
    margin-top: 20px
}

#block-system-main .row-top-5 {
    margin-top: 30px
}

#block-system-main .row-top-6 {
    margin-top: 40px
}

#block-system-main .row-top-7 {
    margin-top: 60px
}

#block-system-main .row-top-8 {
    margin-top: 80px
}

#block-system-main .row-btm-1 {
    margin-bottom: 5px
}

#block-system-main .row-btm-2 {
    margin-bottom: 10px
}

#block-system-main .row-btm-3 {
    margin-bottom: 15px
}

#block-system-main .row-btm-4 {
    margin-bottom: 20px
}

#block-system-main .row-btm-5 {
    margin-bottom: 30px
}

#block-system-main .row-btm-6 {
    margin-bottom: 40px
}

#block-system-main .row-btm-7 {
    margin-bottom: 60px
}

#block-system-main .row-btm-8 {
    margin-bottom: 80px
}

@-webkit-keyframes spining {
    from {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg)
    }
}

@keyframes spining {
    from {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg)
    }
}

.font-normal {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif
}

#block-system-main .ru .font-normal {
    letter-spacing: 0!important
}

#block-system-main .vi .font-normal {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .font-normal {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .zh-hant .font-normal {
    font-family: gotham ssm a,gotham ssm b,MHei,lucida grande,lucida sans unicode,STHeitiTC-Light,ms pgothic,microsoft jhenghei,微軟正黑體,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .ja .font-normal {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .font-normal {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,yoon gothic,apple gothic,hy gulim,MalgumGothic,hy dotum,lexi gulim,sans-serif
}

.font-tungsten {
    font-family: tungsten a,tungsten b,helvetica neue,Helvetica,Arial,sans-serif
}

#block-system-main .ru .font-tungsten {
    letter-spacing: 0!important;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif
}

#block-system-main .vi .font-tungsten {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .font-tungsten {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .zh-hant .font-tungsten {
    font-family: gotham ssm a,gotham ssm b,MHei,lucida grande,lucida sans unicode,STHeitiTC-Light,ms pgothic,microsoft jhenghei,微軟正黑體,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .ja .font-tungsten {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,helvetica neue,Helvetica,Arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .font-tungsten {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,helvetica neue,Helvetica,Arial,yoon gothic,apple gothic,hy gulim,MalgumGothic,hy dotum,lexi gulim,sans-serif
}

.font-light {
    font-weight: 300
}

.font-regular {
    font-weight: 400
}

.font-medium {
    font-weight: 500
}

.font-bold {
    font-weight: 700
}

.text-small {
    font-size: 12px;
    font-weight: 300;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: auto
}

#block-system-main .ru .text-small {
    letter-spacing: 0!important
}

#block-system-main .vi .text-small {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .text-small {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .zh-hant .text-small {
    font-family: gotham ssm a,gotham ssm b,MHei,lucida grande,lucida sans unicode,STHeitiTC-Light,ms pgothic,microsoft jhenghei,微軟正黑體,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .ja .text-small {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .text-small {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,yoon gothic,apple gothic,hy gulim,MalgumGothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .text-small {
        font-size:10px;
        font-weight: 400
    }
}

@media screen and (max-width: 767px) {
    .text-small {
        font-size:9px;
        font-weight: 400
    }
}

.text-caption {
    font-size: 14px;
    font-weight: 300;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: auto
}

#block-system-main .ru .text-caption {
    letter-spacing: 0!important
}

#block-system-main .vi .text-caption {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .text-caption {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .zh-hant .text-caption {
    font-family: gotham ssm a,gotham ssm b,MHei,lucida grande,lucida sans unicode,STHeitiTC-Light,ms pgothic,microsoft jhenghei,微軟正黑體,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .ja .text-caption {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .text-caption {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,yoon gothic,apple gothic,hy gulim,MalgumGothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .text-caption {
        font-size:12px;
        font-weight: 400
    }
}

@media screen and (max-width: 767px) {
    .text-caption {
        font-size:11px;
        font-weight: 400
    }
}

.text-#block-system-main  {
    font-size: 16px;
    font-weight: 300;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: auto
}

#block-system-main .ru .text-#block-system-main  {
    letter-spacing: 0!important
}

#block-system-main .vi .text-#block-system-main  {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .text-#block-system-main  {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .zh-hant .text-#block-system-main  {
    font-family: gotham ssm a,gotham ssm b,MHei,lucida grande,lucida sans unicode,STHeitiTC-Light,ms pgothic,microsoft jhenghei,微軟正黑體,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .ja .text-#block-system-main  {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .text-#block-system-main  {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,yoon gothic,apple gothic,hy gulim,MalgumGothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .text-#block-system-main  {
        font-size:14px;
        font-weight: 400
    }
}

@media screen and (max-width: 767px) {
    .text-#block-system-main  {
        font-size:12px;
        font-weight: 400
    }
}

.text-button {
    font-size: 14px;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

#block-system-main .ru .text-button {
    letter-spacing: 0!important
}

#block-system-main .vi .text-button {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .text-button {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .zh-hant .text-button {
    font-family: gotham ssm a,gotham ssm b,MHei,lucida grande,lucida sans unicode,STHeitiTC-Light,ms pgothic,microsoft jhenghei,微軟正黑體,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .ja .text-button {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .text-button {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,yoon gothic,apple gothic,hy gulim,MalgumGothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .text-button {
        font-size:12px
    }
}

@media screen and (max-width: 767px) {
    .text-button {
        font-size:11px
    }
}

.text-subtitle {
    font-size: 16px;
    font-weight: 500;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

#block-system-main .ru .text-subtitle {
    letter-spacing: 0!important
}

#block-system-main .vi .text-subtitle {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .text-subtitle {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .zh-hant .text-subtitle {
    font-family: gotham ssm a,gotham ssm b,MHei,lucida grande,lucida sans unicode,STHeitiTC-Light,ms pgothic,microsoft jhenghei,微軟正黑體,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .ja .text-subtitle {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .text-subtitle {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,yoon gothic,apple gothic,hy gulim,MalgumGothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .text-subtitle {
        font-size:14px
    }
}

@media screen and (max-width: 767px) {
    .text-subtitle {
        font-size:12px
    }
}

#block-system-main .zh-hans .text-subtitle {
    font-weight: 700
}

#block-system-main .zh-hant .text-subtitle {
    font-weight: 700
}

.text-display-2 {
    font-size: 32px;
    font-weight: 500;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

#block-system-main .ru .text-display-2 {
    letter-spacing: 0!important
}

#block-system-main .vi .text-display-2 {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .text-display-2 {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .zh-hant .text-display-2 {
    font-family: gotham ssm a,gotham ssm b,MHei,lucida grande,lucida sans unicode,STHeitiTC-Light,ms pgothic,microsoft jhenghei,微軟正黑體,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .ja .text-display-2 {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .text-display-2 {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,yoon gothic,apple gothic,hy gulim,MalgumGothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .text-display-2 {
        font-size:28px
    }
}

@media screen and (max-width: 767px) {
    .text-display-2 {
        font-size:24px
    }
}

.text-display-1 {
    font-size: 26px;
    font-weight: 300;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    letter-spacing: 2px
}

#block-system-main .ru .text-display-1 {
    letter-spacing: 0!important
}

#block-system-main .vi .text-display-1 {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .text-display-1 {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .zh-hant .text-display-1 {
    font-family: gotham ssm a,gotham ssm b,MHei,lucida grande,lucida sans unicode,STHeitiTC-Light,ms pgothic,microsoft jhenghei,微軟正黑體,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .ja .text-display-1 {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .text-display-1 {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,yoon gothic,apple gothic,hy gulim,MalgumGothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .text-display-1 {
        font-size:22px;
        font-weight: 400
    }
}

@media screen and (max-width: 767px) {
    .text-display-1 {
        font-size:20px;
        font-weight: 400
    }
}

.text-feature {
    font-size: 28px;
    font-weight: 700;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    letter-spacing: 2px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

#block-system-main .ru .text-feature {
    letter-spacing: 0!important
}

#block-system-main .vi .text-feature {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .text-feature {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .zh-hant .text-feature {
    font-family: gotham ssm a,gotham ssm b,MHei,lucida grande,lucida sans unicode,STHeitiTC-Light,ms pgothic,microsoft jhenghei,微軟正黑體,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .ja .text-feature {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .text-feature {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,yoon gothic,apple gothic,hy gulim,MalgumGothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .text-feature {
        font-size:24px
    }
}

@media screen and (max-width: 767px) {
    .text-feature {
        font-size:21px
    }
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.text-top-title {
    font-size: 50px;
    font-weight: 800;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    letter-spacing: 6px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

#block-system-main .ru .text-top-title {
    letter-spacing: 0!important
}

#block-system-main .vi .text-top-title {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .text-top-title {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .zh-hant .text-top-title {
    font-family: gotham ssm a,gotham ssm b,MHei,lucida grande,lucida sans unicode,STHeitiTC-Light,ms pgothic,microsoft jhenghei,微軟正黑體,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .ja .text-top-title {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .text-top-title {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,yoon gothic,apple gothic,hy gulim,MalgumGothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .text-top-title {
        font-size:42px
    }
}

@media screen and (max-width: 767px) {
    .text-top-title {
        font-size:38px
    }
}

.pc-txt-toptitle {
    font-size: 50px;
    font-weight: 800;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    letter-spacing: 6px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

#block-system-main .ru .pc-txt-toptitle {
    letter-spacing: 0!important
}

#block-system-main .vi .pc-txt-toptitle {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .pc-txt-toptitle {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .zh-hant .pc-txt-toptitle {
    font-family: gotham ssm a,gotham ssm b,MHei,lucida grande,lucida sans unicode,STHeitiTC-Light,ms pgothic,microsoft jhenghei,微軟正黑體,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .ja .pc-txt-toptitle {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .pc-txt-toptitle {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,yoon gothic,apple gothic,hy gulim,MalgumGothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .pc-txt-toptitle {
        font-size:42px
    }
}

@media screen and (max-width: 767px) {
    .pc-txt-toptitle {
        font-size:38px
    }
}

.pc-txt-section {
    font-size: 28px;
    font-weight: 700;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    letter-spacing: 2px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

#block-system-main .ru .pc-txt-section {
    letter-spacing: 0!important
}

#block-system-main .vi .pc-txt-section {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .pc-txt-section {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .zh-hant .pc-txt-section {
    font-family: gotham ssm a,gotham ssm b,MHei,lucida grande,lucida sans unicode,STHeitiTC-Light,ms pgothic,microsoft jhenghei,微軟正黑體,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .ja .pc-txt-section {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .pc-txt-section {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,yoon gothic,apple gothic,hy gulim,MalgumGothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .pc-txt-section {
        font-size:24px
    }
}

@media screen and (max-width: 767px) {
    .pc-txt-section {
        font-size:21px
    }
}

.pc-txt-display1 {
    font-size: 26px;
    font-weight: 300;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    letter-spacing: 2px
}

#block-system-main .ru .pc-txt-display1 {
    letter-spacing: 0!important
}

#block-system-main .vi .pc-txt-display1 {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .pc-txt-display1 {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .zh-hant .pc-txt-display1 {
    font-family: gotham ssm a,gotham ssm b,MHei,lucida grande,lucida sans unicode,STHeitiTC-Light,ms pgothic,microsoft jhenghei,微軟正黑體,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .ja .pc-txt-display1 {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .pc-txt-display1 {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,yoon gothic,apple gothic,hy gulim,MalgumGothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .pc-txt-display1 {
        font-size:22px;
        font-weight: 400
    }
}

@media screen and (max-width: 767px) {
    .pc-txt-display1 {
        font-size:20px;
        font-weight: 400
    }
}

.pc-txt-display2 {
    font-size: 32px;
    font-weight: 500;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

#block-system-main .ru .pc-txt-display2 {
    letter-spacing: 0!important
}

#block-system-main .vi .pc-txt-display2 {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .pc-txt-display2 {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .zh-hant .pc-txt-display2 {
    font-family: gotham ssm a,gotham ssm b,MHei,lucida grande,lucida sans unicode,STHeitiTC-Light,ms pgothic,microsoft jhenghei,微軟正黑體,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .ja .pc-txt-display2 {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .pc-txt-display2 {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,yoon gothic,apple gothic,hy gulim,MalgumGothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .pc-txt-display2 {
        font-size:28px
    }
}

@media screen and (max-width: 767px) {
    .pc-txt-display2 {
        font-size:24px
    }
}

.pc-txt-subtitle {
    font-size: 16px;
    font-weight: 500;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

#block-system-main .ru .pc-txt-subtitle {
    letter-spacing: 0!important
}

#block-system-main .vi .pc-txt-subtitle {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .pc-txt-subtitle {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .zh-hant .pc-txt-subtitle {
    font-family: gotham ssm a,gotham ssm b,MHei,lucida grande,lucida sans unicode,STHeitiTC-Light,ms pgothic,microsoft jhenghei,微軟正黑體,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .ja .pc-txt-subtitle {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .pc-txt-subtitle {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,yoon gothic,apple gothic,hy gulim,MalgumGothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .pc-txt-subtitle {
        font-size:14px
    }
}

@media screen and (max-width: 767px) {
    .pc-txt-subtitle {
        font-size:12px
    }
}

#block-system-main .zh-hans .pc-txt-subtitle {
    font-weight: 700
}

#block-system-main .zh-hant .pc-txt-subtitle {
    font-weight: 700
}

.pc-txt-#block-system-main  {
    font-size: 16px;
    font-weight: 300;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: auto
}

#block-system-main .ru .pc-txt-#block-system-main  {
    letter-spacing: 0!important
}

#block-system-main .vi .pc-txt-#block-system-main  {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .pc-txt-#block-system-main  {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .zh-hant .pc-txt-#block-system-main  {
    font-family: gotham ssm a,gotham ssm b,MHei,lucida grande,lucida sans unicode,STHeitiTC-Light,ms pgothic,microsoft jhenghei,微軟正黑體,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .ja .pc-txt-#block-system-main  {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .pc-txt-#block-system-main  {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,yoon gothic,apple gothic,hy gulim,MalgumGothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .pc-txt-#block-system-main  {
        font-size:14px;
        font-weight: 400
    }
}

@media screen and (max-width: 767px) {
    .pc-txt-#block-system-main  {
        font-size:12px;
        font-weight: 400
    }
}

.pc-txt-caption {
    font-size: 14px;
    font-weight: 300;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: auto
}

#block-system-main .ru .pc-txt-caption {
    letter-spacing: 0!important
}

#block-system-main .vi .pc-txt-caption {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .pc-txt-caption {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .zh-hant .pc-txt-caption {
    font-family: gotham ssm a,gotham ssm b,MHei,lucida grande,lucida sans unicode,STHeitiTC-Light,ms pgothic,microsoft jhenghei,微軟正黑體,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .ja .pc-txt-caption {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .pc-txt-caption {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,yoon gothic,apple gothic,hy gulim,MalgumGothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .pc-txt-caption {
        font-size:12px;
        font-weight: 400
    }
}

@media screen and (max-width: 767px) {
    .pc-txt-caption {
        font-size:11px;
        font-weight: 400
    }
}

.gc-txt-toptitle {
    font-size: 52px;
    font-family: tungsten a,tungsten b,helvetica neue,Helvetica,Arial,sans-serif;
    font-weight: 700;
    text-transform: uppercase
}

#block-system-main .ru .gc-txt-toptitle {
    letter-spacing: 0!important;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif
}

#block-system-main .vi .gc-txt-toptitle {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .gc-txt-toptitle {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .zh-hant .gc-txt-toptitle {
    font-family: gotham ssm a,gotham ssm b,MHei,lucida grande,lucida sans unicode,STHeitiTC-Light,ms pgothic,microsoft jhenghei,微軟正黑體,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .ja .gc-txt-toptitle {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,helvetica neue,Helvetica,Arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .gc-txt-toptitle {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,helvetica neue,Helvetica,Arial,yoon gothic,apple gothic,hy gulim,MalgumGothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (max-width: 767px) {
    .gc-txt-toptitle {
        font-size:39px
    }
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .gc-txt-toptitle {
        font-size:45px
    }
}

#block-system-main .en .gc-txt-toptitle,#block-system-main .es .gc-txt-toptitle,#block-system-main .de .gc-txt-toptitle,#block-system-main .fr .gc-txt-toptitle,#block-system-main .pl .gc-txt-toptitle,#block-system-main .pt-br .gc-txt-toptitle,#block-system-main .it .gc-txt-toptitle {
    font-size: 70px
}

@media screen and (max-width: 767px) {
    #block-system-main .en .gc-txt-toptitle,#block-system-main .es .gc-txt-toptitle,#block-system-main .de .gc-txt-toptitle,#block-system-main .fr .gc-txt-toptitle,#block-system-main .pl .gc-txt-toptitle,#block-system-main .pt-br .gc-txt-toptitle,#block-system-main .it .gc-txt-toptitle {
        font-size:52px
    }
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    #block-system-main .en .gc-txt-toptitle,#block-system-main .es .gc-txt-toptitle,#block-system-main .de .gc-txt-toptitle,#block-system-main .fr .gc-txt-toptitle,#block-system-main .pl .gc-txt-toptitle,#block-system-main .pt-br .gc-txt-toptitle,#block-system-main .it .gc-txt-toptitle {
        font-size:60px
    }
}

.gc-txt-feature {
    font-size: 38px;
    font-family: tungsten a,tungsten b,helvetica neue,Helvetica,Arial,sans-serif;
    font-weight: 600;
    text-transform: uppercase
}

#block-system-main .ru .gc-txt-feature {
    letter-spacing: 0!important;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif
}

#block-system-main .vi .gc-txt-feature {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .gc-txt-feature {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .zh-hant .gc-txt-feature {
    font-family: gotham ssm a,gotham ssm b,MHei,lucida grande,lucida sans unicode,STHeitiTC-Light,ms pgothic,microsoft jhenghei,微軟正黑體,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .ja .gc-txt-feature {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,helvetica neue,Helvetica,Arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .gc-txt-feature {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,helvetica neue,Helvetica,Arial,yoon gothic,apple gothic,hy gulim,MalgumGothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (max-width: 767px) {
    .gc-txt-feature {
        font-size:28px
    }
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .gc-txt-feature {
        font-size:32px
    }
}

#block-system-main .en .gc-txt-feature,#block-system-main .es .gc-txt-feature,#block-system-main .de .gc-txt-feature,#block-system-main .fr .gc-txt-feature,#block-system-main .pl .gc-txt-feature,#block-system-main .pt-br .gc-txt-feature,#block-system-main .it .gc-txt-feature {
    font-size: 50px
}

@media screen and (max-width: 767px) {
    #block-system-main .en .gc-txt-feature,#block-system-main .es .gc-txt-feature,#block-system-main .de .gc-txt-feature,#block-system-main .fr .gc-txt-feature,#block-system-main .pl .gc-txt-feature,#block-system-main .pt-br .gc-txt-feature,#block-system-main .it .gc-txt-feature {
        font-size:38px
    }
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    #block-system-main .en .gc-txt-feature,#block-system-main .es .gc-txt-feature,#block-system-main .de .gc-txt-feature,#block-system-main .fr .gc-txt-feature,#block-system-main .pl .gc-txt-feature,#block-system-main .pt-br .gc-txt-feature,#block-system-main .it .gc-txt-feature {
        font-size:42px
    }
}

.gc-txt-display1 {
    font-size: 26px;
    font-family: tungsten a,tungsten b,helvetica neue,Helvetica,Arial,sans-serif;
    font-weight: 600;
    text-transform: uppercase
}

#block-system-main .ru .gc-txt-display1 {
    letter-spacing: 0!important;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif
}

#block-system-main .vi .gc-txt-display1 {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .gc-txt-display1 {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .zh-hant .gc-txt-display1 {
    font-family: gotham ssm a,gotham ssm b,MHei,lucida grande,lucida sans unicode,STHeitiTC-Light,ms pgothic,microsoft jhenghei,微軟正黑體,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .ja .gc-txt-display1 {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,helvetica neue,Helvetica,Arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .gc-txt-display1 {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,helvetica neue,Helvetica,Arial,yoon gothic,apple gothic,hy gulim,MalgumGothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (max-width: 767px) {
    .gc-txt-display1 {
        font-size:20px
    }
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .gc-txt-display1 {
        font-size:22px
    }
}

#block-system-main .en .gc-txt-display1,#block-system-main .es .gc-txt-display1,#block-system-main .de .gc-txt-display1,#block-system-main .fr .gc-txt-display1,#block-system-main .pl .gc-txt-display1,#block-system-main .pt-br .gc-txt-display1,#block-system-main .it .gc-txt-display1 {
    font-size: 35px
}

@media screen and (max-width: 767px) {
    #block-system-main .en .gc-txt-display1,#block-system-main .es .gc-txt-display1,#block-system-main .de .gc-txt-display1,#block-system-main .fr .gc-txt-display1,#block-system-main .pl .gc-txt-display1,#block-system-main .pt-br .gc-txt-display1,#block-system-main .it .gc-txt-display1 {
        font-size:26px
    }
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    #block-system-main .en .gc-txt-display1,#block-system-main .es .gc-txt-display1,#block-system-main .de .gc-txt-display1,#block-system-main .fr .gc-txt-display1,#block-system-main .pl .gc-txt-display1,#block-system-main .pt-br .gc-txt-display1,#block-system-main .it .gc-txt-display1 {
        font-size:30px
    }
}

.gc-txt-subtitle {
    font-size: 16px;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    font-weight: 500
}

#block-system-main .ru .gc-txt-subtitle {
    letter-spacing: 0!important
}

#block-system-main .vi .gc-txt-subtitle {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .gc-txt-subtitle {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .zh-hant .gc-txt-subtitle {
    font-family: gotham ssm a,gotham ssm b,MHei,lucida grande,lucida sans unicode,STHeitiTC-Light,ms pgothic,microsoft jhenghei,微軟正黑體,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .ja .gc-txt-subtitle {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .gc-txt-subtitle {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,yoon gothic,apple gothic,hy gulim,MalgumGothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (max-width: 767px) {
    .gc-txt-subtitle {
        font-size:12px
    }
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .gc-txt-subtitle {
        font-size:14px
    }
}

.gc-txt-button {
    font-size: 14px;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    font-weight: 500;
    text-transform: uppercase
}

#block-system-main .ru .gc-txt-button {
    letter-spacing: 0!important
}

#block-system-main .vi .gc-txt-button {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .gc-txt-button {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .zh-hant .gc-txt-button {
    font-family: gotham ssm a,gotham ssm b,MHei,lucida grande,lucida sans unicode,STHeitiTC-Light,ms pgothic,microsoft jhenghei,微軟正黑體,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .ja .gc-txt-button {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .gc-txt-button {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,yoon gothic,apple gothic,hy gulim,MalgumGothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (max-width: 767px) {
    .gc-txt-button {
        font-size:11px
    }
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .gc-txt-button {
        font-size:12px
    }
}

.gc-txt-#block-system-main  {
    font-size: 16px;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    font-weight: 300
}

#block-system-main .ru .gc-txt-#block-system-main  {
    letter-spacing: 0!important
}

#block-system-main .vi .gc-txt-#block-system-main  {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .gc-txt-#block-system-main  {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .zh-hant .gc-txt-#block-system-main  {
    font-family: gotham ssm a,gotham ssm b,MHei,lucida grande,lucida sans unicode,STHeitiTC-Light,ms pgothic,microsoft jhenghei,微軟正黑體,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .ja .gc-txt-#block-system-main  {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .gc-txt-#block-system-main  {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,yoon gothic,apple gothic,hy gulim,MalgumGothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (max-width: 767px) {
    .gc-txt-#block-system-main  {
        font-size:12px;
        font-weight: 400
    }
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .gc-txt-#block-system-main  {
        font-size:14px;
        font-weight: 400
    }
}

.gc-txt-caption {
    font-size: 14px;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    font-weight: 300
}

#block-system-main .ru .gc-txt-caption {
    letter-spacing: 0!important
}

#block-system-main .vi .gc-txt-caption {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .gc-txt-caption {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .zh-hant .gc-txt-caption {
    font-family: gotham ssm a,gotham ssm b,MHei,lucida grande,lucida sans unicode,STHeitiTC-Light,ms pgothic,microsoft jhenghei,微軟正黑體,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .ja .gc-txt-caption {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .gc-txt-caption {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,yoon gothic,apple gothic,hy gulim,MalgumGothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (max-width: 767px) {
    .gc-txt-caption {
        font-size:11px;
        font-weight: 400
    }
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .gc-txt-caption {
        font-size:12px;
        font-weight: 400
    }
}

.kern-0 {
    letter-spacing: 0
}

.kern-1 {
    letter-spacing: 1px
}

.kern-2 {
    letter-spacing: 2px
}

.circle {
    border-radius: 50% 50%;
    text-align: center
}

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

.visible-xs,.visible-sm,.visible-md,.visible-lg {
    display: none!important
}

.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block {
    display: none!important
}

@media(max-width: 767px) {
    .visible-xs {
        display:block!important
    }

    table.visible-xs {
        display: table
    }

    tr.visible-xs {
        display: table-row!important
    }

    th.visible-xs,td.visible-xs {
        display: table-cell!important
    }
}

@media(max-width: 767px) {
    .visible-xs-block {
        display:block!important
    }
}

@media(max-width: 767px) {
    .visible-xs-inline {
        display:inline!important
    }
}

@media(max-width: 767px) {
    .visible-xs-inline-block {
        display:inline-block!important
    }
}

@media(min-width: 768px) and (max-width:1021px) {
    .visible-sm {
        display:block!important
    }

    table.visible-sm {
        display: table
    }

    tr.visible-sm {
        display: table-row!important
    }

    th.visible-sm,td.visible-sm {
        display: table-cell!important
    }
}

@media(min-width: 768px) and (max-width:1021px) {
    .visible-sm-block {
        display:block!important
    }
}

@media(min-width: 768px) and (max-width:1021px) {
    .visible-sm-inline {
        display:inline!important
    }
}

@media(min-width: 768px) and (max-width:1021px) {
    .visible-sm-inline-block {
        display:inline-block!important
    }
}

@media(min-width: 1022px) and (max-width:1279px) {
    .visible-md {
        display:block!important
    }

    table.visible-md {
        display: table
    }

    tr.visible-md {
        display: table-row!important
    }

    th.visible-md,td.visible-md {
        display: table-cell!important
    }
}

@media(min-width: 1022px) and (max-width:1279px) {
    .visible-md-block {
        display:block!important
    }
}

@media(min-width: 1022px) and (max-width:1279px) {
    .visible-md-inline {
        display:inline!important
    }
}

@media(min-width: 1022px) and (max-width:1279px) {
    .visible-md-inline-block {
        display:inline-block!important
    }
}

@media(min-width: 1280px) {
    .visible-lg {
        display:block!important
    }

    table.visible-lg {
        display: table
    }

    tr.visible-lg {
        display: table-row!important
    }

    th.visible-lg,td.visible-lg {
        display: table-cell!important
    }
}

@media(min-width: 1280px) {
    .visible-lg-block {
        display:block!important
    }
}

@media(min-width: 1280px) {
    .visible-lg-inline {
        display:inline!important
    }
}

@media(min-width: 1280px) {
    .visible-lg-inline-block {
        display:inline-block!important
    }
}

@media(max-width: 767px) {
    .hidden-xs {
        display:none!important
    }
}

@media(min-width: 768px) and (max-width:1021px) {
    .hidden-sm {
        display:none!important
    }
}

@media(min-width: 1022px) and (max-width:1279px) {
    .hidden-md {
        display:none!important
    }
}

@media(min-width: 1280px) {
    .hidden-lg {
        display:none!important
    }
}

.visible-print {
    display: none!important
}

@media print {
    .visible-print {
        display: block!important
    }

    table.visible-print {
        display: table
    }

    tr.visible-print {
        display: table-row!important
    }

    th.visible-print,td.visible-print {
        display: table-cell!important
    }
}

.visible-print-block {
    display: none!important
}

@media print {
    .visible-print-block {
        display: block!important
    }
}

.visible-print-inline {
    display: none!important
}

@media print {
    .visible-print-inline {
        display: inline!important
    }
}

.visible-print-inline-block {
    display: none!important
}

@media print {
    .visible-print-inline-block {
        display: inline-block!important
    }
}

@media print {
    .hidden-print {
        display: none!important
    }
}

#mobileSearch .searchContainer {
    position: relative
}

#mobileSearch .searchContainer .fa {
    width: 40px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block
}

#mobileSearch .searchContainer input {
    line-height: 12px;
    font-size: 12px;
    height: 60px;
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    box-shadow: 0 0 0;
    padding: 24px 40px 24px 15px;
    background: 0 0;
    text-align: right;
    -webkit-transition: background .2s;
    -o-transition: background .2s;
    transition: background .2s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    color: #fff;
    box-sizing: border-box
}

#mobileSearch .searchContainer button {
    width: 40px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    display: none;
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    box-shadow: 0 0 0;
    background: 0 0
}

#mobileSearch .searchContainer.active button {
    display: inline-block
}

#mobileSearch .searchContainer.active .fa {
    color: #222
}

#mobileSearch .searchContainer.active .icon {
    display: none
}

#mobileSearch .searchContainer.active input {
    background: #fff;
    color: #222
}

#navbar .navbar-nav {
    font-size: 14px;
    font-weight: 500;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: auto;
    text-transform: uppercase;
    color: #666
}

#block-system-main .ru #navbar .navbar-nav {
    letter-spacing: 0!important
}

#block-system-main .vi #navbar .navbar-nav {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans #navbar .navbar-nav {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .zh-hant #navbar .navbar-nav {
    font-family: gotham ssm a,gotham ssm b,MHei,lucida grande,lucida sans unicode,STHeitiTC-Light,ms pgothic,microsoft jhenghei,微軟正黑體,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .ja #navbar .navbar-nav {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko #navbar .navbar-nav {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,yoon gothic,apple gothic,hy gulim,MalgumGothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    #navbar .navbar-nav {
        font-size:14px
    }
}

@media screen and (max-width: 767px) {
    #navbar .navbar-nav {
        font-size:12px
    }
}

#block-system-main .zh-hans #navbar .navbar-nav {
    font-weight: 700
}

#block-system-main .zh-hant #navbar .navbar-nav {
    font-weight: 700
}

#navbar .navbar-nav.navbar-right {
    position: absolute;
    right: 15px;
    top: 0;
    font-size: 12px;
    font-weight: 400;
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: auto
}

#navbar .navbar-nav .dropdown-menu {
    border: 0;
    display: block;
    height: 0;
    overflow: hidden;
    position: fixed;
    top: 100px;
    width: 100%;
    -webkit-transition: height .3s;
    -o-transition: height .3s;
    transition: height .3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    margin: 0;
    background-color: transparent;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

#navbar .navbar-nav .dropdown.search input {
    height: 20px;
    line-height: 20px;
    width: 200px;
    border: 0;
    box-shadow: 0;
    border-bottom: 1px solid #000;
    margin: 10px 20px;
    font-weight: 400!important
}

#navbar .navbar-nav .dropdown.search .container {
    padding: 0
}

#navbar .navbar-nav .dropdown.search ul {
    width: 250px;
    float: right;
    background-color: #fff;
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7
}

#navbar .navbar-nav .dropdown.search .dropdown-menu {
    position: absolute;
    right: 0;
    width: 250px
}

#navbar .navbar-nav .dropdown.search .dropdown-menu.slideDown {
    z-index: 1
}

#navbar .navbar-nav .dropdown.search .dropdown-menu.slideDown .region {
    box-shadow: none
}

#navbar .navbar-nav .dropdown.minipc {
    background: 0 0
}

#navbar .navbar-nav .dropdown.minipc .dropdown-menu .region {
    width: 100%;
    padding: 0;
    background: rgba(238,238,238,.95)
}

#navbar .navbar-nav .dropdown.minipc .dropdown-menu .region .pdtListing {
    background: 0 0
}

#navbar .navbar-nav .dropdown.minipc .dropdown-menu .region .pdtListing #morePC .pdt-thumb {
    margin-top: 35px;
    height: 50px;
    width: 50px;
    background-size: 50px 50px;
    background-repeat: no-repeat;
    background-image: url(/sites/all/themes/bartik/images/icon/dropdown-more-on.svg);
    background-position: 0 0
}

#navbar .navbar-nav .dropdown.minipc .dropdown-menu .region .pdtListing #morePC .pdt-thumb img {
    height: 50px;
    width: 50px
}

#navbar .navbar-nav .dropdown.minipc .dropdown-menu .region .pdtListing #morePC .pdt-thumb:hover img {
    opacity: 0
}

#navbar .navbar-nav .dropdown.gcard {
    background: 0 0
}

#navbar .navbar-nav .dropdown.gcard #menu-graphics {
    box-shadow: none
}

#navbar .navbar-nav .dropdown.gcard .dropdown-menu .region {
    width: 100%;
    height: 70px;
    padding: 0;
    background: rgba(51,51,51,.95);
    box-shadow: 0 6px 12px rgba(0,0,0,.1)
}

#navbar .navbar-nav .dropdown-menu .region {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    transform: translateY(-150px);
    -webkit-transform: translateY(-150px);
    -moz-transform: translateY(-150px);
    -o-transform: translateY(-150px);
    height: auto;
    display: block
}

#navbar .navbar-nav .dropdown-menu.slideDown .region {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px)
}

#navbar .navbar-nav .dropdown.more .dropdown-menu .region {
    width: 100%;
    height: 70px;
    background: rgba(51,51,51,.95);
    top: 100px;
    left: 0;
    color: #fff;
    padding: 0
}

#navbar .navbar-nav .dropdown.more .dropdown-menu .region ul {
    white-space: nowrap;
    text-align: center
}

#navbar .navbar-nav .dropdown.more .dropdown-menu .region ul li {
    display: inline-block;
    margin-right: 30px;
    line-height: 70px;
    padding-left: 18px
}

#navbar .navbar-nav .dropdown.more .dropdown-menu .region ul li:hover {
    background: url(/sites/all/themes/bartik/images/logo-circle.svg) no-repeat left 28px;
    background-size: 12px 12px
}

#navbar .navbar-nav .dropdown.more .dropdown-menu .region ul li a {
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 300;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: auto;
    font-weight: 500;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

#block-system-main .ru #navbar .navbar-nav .dropdown.more .dropdown-menu .region ul li a {
    letter-spacing: 0!important
}

#block-system-main .vi #navbar .navbar-nav .dropdown.more .dropdown-menu .region ul li a {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans #navbar .navbar-nav .dropdown.more .dropdown-menu .region ul li a {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .zh-hant #navbar .navbar-nav .dropdown.more .dropdown-menu .region ul li a {
    font-family: gotham ssm a,gotham ssm b,MHei,lucida grande,lucida sans unicode,STHeitiTC-Light,ms pgothic,microsoft jhenghei,微軟正黑體,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .ja #navbar .navbar-nav .dropdown.more .dropdown-menu .region ul li a {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko #navbar .navbar-nav .dropdown.more .dropdown-menu .region ul li a {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,yoon gothic,apple gothic,hy gulim,MalgumGothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    #navbar .navbar-nav .dropdown.more .dropdown-menu .region ul li a {
        font-size:10px;
        font-weight: 400
    }
}

@media screen and (max-width: 767px) {
    #navbar .navbar-nav .dropdown.more .dropdown-menu .region ul li a {
        font-size:9px;
        font-weight: 400
    }
}

#menu-graphics {
    width: 100%;
    color: #fff;
    position: absolute;
    z-index: 60;
    top: 0;
    left: 0;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out
}

#menu-graphics ul {
    width: 100%;
    margin: 0;
    height: 70px;
    text-align: center;
    white-space: nowrap
}

#menu-graphics ul li {
    display: inline-block;
    margin: 0 15px;
    padding-left: 18px
}

#menu-graphics ul li.active {
    color: #222
}

#menu-graphics ul li:hover {
    background: url(/sites/all/themes/bartik/images/logo-circle.svg) no-repeat left 28px;
    background-size: 12px 12px
}

#menu-graphics ul li a {
    display: block;
    padding: 0 0;
    line-height: 70px;
    font-size: 12px;
    font-weight: 300;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: auto;
    letter-spacing: 1px;
    font-weight: 500;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

#block-system-main .ru #menu-graphics ul li a {
    letter-spacing: 0!important
}

#block-system-main .vi #menu-graphics ul li a {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans #menu-graphics ul li a {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .zh-hant #menu-graphics ul li a {
    font-family: gotham ssm a,gotham ssm b,MHei,lucida grande,lucida sans unicode,STHeitiTC-Light,ms pgothic,microsoft jhenghei,微軟正黑體,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .ja #menu-graphics ul li a {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko #menu-graphics ul li a {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,yoon gothic,apple gothic,hy gulim,MalgumGothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    #menu-graphics ul li a {
        font-size:10px;
        font-weight: 400
    }
}

@media screen and (max-width: 767px) {
    #menu-graphics ul li a {
        font-size:9px;
        font-weight: 400
    }
}
 
.font-smooth {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

.font-nosmooth {
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: auto
}

#block-system-main .row-top-1 {
    margin-top: 5px
}

#block-system-main .row-top-2 {
    margin-top: 10px
}

#block-system-main .row-top-3 {
    margin-top: 15px
}

#block-system-main .row-top-4 {
    margin-top: 20px
}

#block-system-main .row-top-5 {
    margin-top: 30px
}

#block-system-main .row-top-6 {
    margin-top: 40px
}

#block-system-main .row-top-7 {
    margin-top: 60px
}

#block-system-main .row-top-8 {
    margin-top: 80px
}

#block-system-main .row-btm-1 {
    margin-bottom: 5px
}

#block-system-main .row-btm-2 {
    margin-bottom: 10px
}

#block-system-main .row-btm-3 {
    margin-bottom: 15px
}

#block-system-main .row-btm-4 {
    margin-bottom: 20px
}

#block-system-main .row-btm-5 {
    margin-bottom: 30px
}

#block-system-main .row-btm-6 {
    margin-bottom: 40px
}

#block-system-main .row-btm-7 {
    margin-bottom: 60px
}

#block-system-main .row-btm-8 {
    margin-bottom: 80px
}

@-webkit-keyframes spining {
    from {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg)
    }
}

@keyframes spining {
    from {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg)
    }
}

.font-normal {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif
}

#block-system-main .ru .font-normal {
    letter-spacing: 0!important
}

#block-system-main .vi .font-normal {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .font-normal {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .zh-hant .font-normal {
    font-family: gotham ssm a,gotham ssm b,MHei,lucida grande,lucida sans unicode,STHeitiTC-Light,ms pgothic,microsoft jhenghei,微軟正黑體,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .ja .font-normal {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .font-normal {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,yoon gothic,apple gothic,hy gulim,MalgumGothic,hy dotum,lexi gulim,sans-serif
}

.font-tungsten {
    font-family: tungsten a,tungsten b,helvetica neue,Helvetica,Arial,sans-serif
}

#block-system-main .ru .font-tungsten {
    letter-spacing: 0!important;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif
}

#block-system-main .vi .font-tungsten {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .font-tungsten {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .zh-hant .font-tungsten {
    font-family: gotham ssm a,gotham ssm b,MHei,lucida grande,lucida sans unicode,STHeitiTC-Light,ms pgothic,microsoft jhenghei,微軟正黑體,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .ja .font-tungsten {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,helvetica neue,Helvetica,Arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .font-tungsten {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,helvetica neue,Helvetica,Arial,yoon gothic,apple gothic,hy gulim,MalgumGothic,hy dotum,lexi gulim,sans-serif
}

.font-light {
    font-weight: 300
}

.font-regular {
    font-weight: 400
}

.font-medium {
    font-weight: 500
}

.font-bold {
    font-weight: 700
}

.text-small {
    font-size: 12px;
    font-weight: 300;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: auto
}

#block-system-main .ru .text-small {
    letter-spacing: 0!important
}

#block-system-main .vi .text-small {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .text-small {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .zh-hant .text-small {
    font-family: gotham ssm a,gotham ssm b,MHei,lucida grande,lucida sans unicode,STHeitiTC-Light,ms pgothic,microsoft jhenghei,微軟正黑體,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .ja .text-small {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .text-small {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,yoon gothic,apple gothic,hy gulim,MalgumGothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .text-small {
        font-size:10px;
        font-weight: 400
    }
}

@media screen and (max-width: 767px) {
    .text-small {
        font-size:9px;
        font-weight: 400
    }
}

.text-caption {
    font-size: 14px;
    font-weight: 300;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: auto
}

#block-system-main .ru .text-caption {
    letter-spacing: 0!important
}

#block-system-main .vi .text-caption {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .text-caption {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .zh-hant .text-caption {
    font-family: gotham ssm a,gotham ssm b,MHei,lucida grande,lucida sans unicode,STHeitiTC-Light,ms pgothic,microsoft jhenghei,微軟正黑體,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .ja .text-caption {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .text-caption {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,yoon gothic,apple gothic,hy gulim,MalgumGothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .text-caption {
        font-size:12px;
        font-weight: 400
    }
}

@media screen and (max-width: 767px) {
    .text-caption {
        font-size:11px;
        font-weight: 400
    }
}

.text-#block-system-main  {
    font-size: 16px;
    font-weight: 300;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: auto
}

#block-system-main .ru .text-#block-system-main  {
    letter-spacing: 0!important
}

#block-system-main .vi .text-#block-system-main  {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .text-#block-system-main  {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .zh-hant .text-#block-system-main  {
    font-family: gotham ssm a,gotham ssm b,MHei,lucida grande,lucida sans unicode,STHeitiTC-Light,ms pgothic,microsoft jhenghei,微軟正黑體,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .ja .text-#block-system-main  {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .text-#block-system-main  {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,yoon gothic,apple gothic,hy gulim,MalgumGothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .text-#block-system-main  {
        font-size:14px;
        font-weight: 400
    }
}

@media screen and (max-width: 767px) {
    .text-#block-system-main  {
        font-size:12px;
        font-weight: 400
    }
}

.text-button {
    font-size: 14px;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

#block-system-main .ru .text-button {
    letter-spacing: 0!important
}

#block-system-main .vi .text-button {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .text-button {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .zh-hant .text-button {
    font-family: gotham ssm a,gotham ssm b,MHei,lucida grande,lucida sans unicode,STHeitiTC-Light,ms pgothic,microsoft jhenghei,微軟正黑體,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .ja .text-button {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .text-button {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,yoon gothic,apple gothic,hy gulim,MalgumGothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .text-button {
        font-size:12px
    }
}

@media screen and (max-width: 767px) {
    .text-button {
        font-size:11px
    }
}

.text-subtitle {
    font-size: 16px;
    font-weight: 500;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

#block-system-main .ru .text-subtitle {
    letter-spacing: 0!important
}

#block-system-main .vi .text-subtitle {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .text-subtitle {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .zh-hant .text-subtitle {
    font-family: gotham ssm a,gotham ssm b,MHei,lucida grande,lucida sans unicode,STHeitiTC-Light,ms pgothic,microsoft jhenghei,微軟正黑體,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .ja .text-subtitle {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .text-subtitle {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,yoon gothic,apple gothic,hy gulim,MalgumGothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .text-subtitle {
        font-size:14px
    }
}

@media screen and (max-width: 767px) {
    .text-subtitle {
        font-size:12px
    }
}

#block-system-main .zh-hans .text-subtitle {
    font-weight: 700
}

#block-system-main .zh-hant .text-subtitle {
    font-weight: 700
}

.text-display-2 {
    font-size: 32px;
    font-weight: 500;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

#block-system-main .ru .text-display-2 {
    letter-spacing: 0!important
}

#block-system-main .vi .text-display-2 {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .text-display-2 {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .zh-hant .text-display-2 {
    font-family: gotham ssm a,gotham ssm b,MHei,lucida grande,lucida sans unicode,STHeitiTC-Light,ms pgothic,microsoft jhenghei,微軟正黑體,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .ja .text-display-2 {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .text-display-2 {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,yoon gothic,apple gothic,hy gulim,MalgumGothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .text-display-2 {
        font-size:28px
    }
}

@media screen and (max-width: 767px) {
    .text-display-2 {
        font-size:24px
    }
}

.text-display-1 {
    font-size: 26px;
    font-weight: 300;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    letter-spacing: 2px
}

#block-system-main .ru .text-display-1 {
    letter-spacing: 0!important
}

#block-system-main .vi .text-display-1 {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .text-display-1 {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .zh-hant .text-display-1 {
    font-family: gotham ssm a,gotham ssm b,MHei,lucida grande,lucida sans unicode,STHeitiTC-Light,ms pgothic,microsoft jhenghei,微軟正黑體,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .ja .text-display-1 {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .text-display-1 {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,yoon gothic,apple gothic,hy gulim,MalgumGothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .text-display-1 {
        font-size:22px;
        font-weight: 400
    }
}

@media screen and (max-width: 767px) {
    .text-display-1 {
        font-size:20px;
        font-weight: 400
    }
}

.text-feature {
    font-size: 28px;
    font-weight: 700;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    letter-spacing: 2px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

#block-system-main .ru .text-feature {
    letter-spacing: 0!important
}

#block-system-main .vi .text-feature {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .text-feature {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .zh-hant .text-feature {
    font-family: gotham ssm a,gotham ssm b,MHei,lucida grande,lucida sans unicode,STHeitiTC-Light,ms pgothic,microsoft jhenghei,微軟正黑體,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .ja .text-feature {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .text-feature {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,yoon gothic,apple gothic,hy gulim,MalgumGothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .text-feature {
        font-size:24px
    }
}

@media screen and (max-width: 767px) {
    .text-feature {
        font-size:21px
    }
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.text-top-title {
    font-size: 50px;
    font-weight: 800;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    letter-spacing: 6px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

#block-system-main .ru .text-top-title {
    letter-spacing: 0!important
}

#block-system-main .vi .text-top-title {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .text-top-title {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .zh-hant .text-top-title {
    font-family: gotham ssm a,gotham ssm b,MHei,lucida grande,lucida sans unicode,STHeitiTC-Light,ms pgothic,microsoft jhenghei,微軟正黑體,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .ja .text-top-title {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .text-top-title {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,yoon gothic,apple gothic,hy gulim,MalgumGothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .text-top-title {
        font-size:42px
    }
}

@media screen and (max-width: 767px) {
    .text-top-title {
        font-size:38px
    }
}

.pc-txt-toptitle {
    font-size: 50px;
    font-weight: 800;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    letter-spacing: 6px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

#block-system-main .ru .pc-txt-toptitle {
    letter-spacing: 0!important
}

#block-system-main .vi .pc-txt-toptitle {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .pc-txt-toptitle {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .zh-hant .pc-txt-toptitle {
    font-family: gotham ssm a,gotham ssm b,MHei,lucida grande,lucida sans unicode,STHeitiTC-Light,ms pgothic,microsoft jhenghei,微軟正黑體,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .ja .pc-txt-toptitle {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .pc-txt-toptitle {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,yoon gothic,apple gothic,hy gulim,MalgumGothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .pc-txt-toptitle {
        font-size:42px
    }
}

@media screen and (max-width: 767px) {
    .pc-txt-toptitle {
        font-size:38px
    }
}

.pc-txt-section {
    font-size: 28px;
    font-weight: 700;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    letter-spacing: 2px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

#block-system-main .ru .pc-txt-section {
    letter-spacing: 0!important
}

#block-system-main .vi .pc-txt-section {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .pc-txt-section {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .zh-hant .pc-txt-section {
    font-family: gotham ssm a,gotham ssm b,MHei,lucida grande,lucida sans unicode,STHeitiTC-Light,ms pgothic,microsoft jhenghei,微軟正黑體,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .ja .pc-txt-section {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .pc-txt-section {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,yoon gothic,apple gothic,hy gulim,MalgumGothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .pc-txt-section {
        font-size:24px
    }
}

@media screen and (max-width: 767px) {
    .pc-txt-section {
        font-size:21px
    }
}

.pc-txt-display1 {
    font-size: 26px;
    font-weight: 300;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    letter-spacing: 2px
}

#block-system-main .ru .pc-txt-display1 {
    letter-spacing: 0!important
}

#block-system-main .vi .pc-txt-display1 {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .pc-txt-display1 {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .zh-hant .pc-txt-display1 {
    font-family: gotham ssm a,gotham ssm b,MHei,lucida grande,lucida sans unicode,STHeitiTC-Light,ms pgothic,microsoft jhenghei,微軟正黑體,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .ja .pc-txt-display1 {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .pc-txt-display1 {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,yoon gothic,apple gothic,hy gulim,MalgumGothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .pc-txt-display1 {
        font-size:22px;
        font-weight: 400
    }
}

@media screen and (max-width: 767px) {
    .pc-txt-display1 {
        font-size:20px;
        font-weight: 400
    }
}

.pc-txt-display2 {
    font-size: 32px;
    font-weight: 500;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

#block-system-main .ru .pc-txt-display2 {
    letter-spacing: 0!important
}

#block-system-main .vi .pc-txt-display2 {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .pc-txt-display2 {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .zh-hant .pc-txt-display2 {
    font-family: gotham ssm a,gotham ssm b,MHei,lucida grande,lucida sans unicode,STHeitiTC-Light,ms pgothic,microsoft jhenghei,微軟正黑體,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .ja .pc-txt-display2 {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .pc-txt-display2 {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,yoon gothic,apple gothic,hy gulim,MalgumGothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .pc-txt-display2 {
        font-size:28px
    }
}

@media screen and (max-width: 767px) {
    .pc-txt-display2 {
        font-size:24px
    }
}

.pc-txt-subtitle {
    font-size: 16px;
    font-weight: 500;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

#block-system-main .ru .pc-txt-subtitle {
    letter-spacing: 0!important
}

#block-system-main .vi .pc-txt-subtitle {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .pc-txt-subtitle {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .zh-hant .pc-txt-subtitle {
    font-family: gotham ssm a,gotham ssm b,MHei,lucida grande,lucida sans unicode,STHeitiTC-Light,ms pgothic,microsoft jhenghei,微軟正黑體,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .ja .pc-txt-subtitle {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .pc-txt-subtitle {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,yoon gothic,apple gothic,hy gulim,MalgumGothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .pc-txt-subtitle {
        font-size:14px
    }
}

@media screen and (max-width: 767px) {
    .pc-txt-subtitle {
        font-size:12px
    }
}

#block-system-main .zh-hans .pc-txt-subtitle {
    font-weight: 700
}

#block-system-main .zh-hant .pc-txt-subtitle {
    font-weight: 700
}

.pc-txt-#block-system-main  {
    font-size: 16px;
    font-weight: 300;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: auto
}

#block-system-main .ru .pc-txt-#block-system-main  {
    letter-spacing: 0!important
}

#block-system-main .vi .pc-txt-#block-system-main  {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .pc-txt-#block-system-main  {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .zh-hant .pc-txt-#block-system-main  {
    font-family: gotham ssm a,gotham ssm b,MHei,lucida grande,lucida sans unicode,STHeitiTC-Light,ms pgothic,microsoft jhenghei,微軟正黑體,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .ja .pc-txt-#block-system-main  {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .pc-txt-#block-system-main  {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,yoon gothic,apple gothic,hy gulim,MalgumGothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .pc-txt-#block-system-main  {
        font-size:14px;
        font-weight: 400
    }
}

@media screen and (max-width: 767px) {
    .pc-txt-#block-system-main  {
        font-size:12px;
        font-weight: 400
    }
}

.pc-txt-caption {
    font-size: 14px;
    font-weight: 300;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: auto
}

#block-system-main .ru .pc-txt-caption {
    letter-spacing: 0!important
}

#block-system-main .vi .pc-txt-caption {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .pc-txt-caption {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .zh-hant .pc-txt-caption {
    font-family: gotham ssm a,gotham ssm b,MHei,lucida grande,lucida sans unicode,STHeitiTC-Light,ms pgothic,microsoft jhenghei,微軟正黑體,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .ja .pc-txt-caption {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .pc-txt-caption {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,yoon gothic,apple gothic,hy gulim,MalgumGothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .pc-txt-caption {
        font-size:12px;
        font-weight: 400
    }
}

@media screen and (max-width: 767px) {
    .pc-txt-caption {
        font-size:11px;
        font-weight: 400
    }
}

.gc-txt-toptitle {
    font-size: 52px;
    font-family: tungsten a,tungsten b,helvetica neue,Helvetica,Arial,sans-serif;
    font-weight: 700;
    text-transform: uppercase
}

#block-system-main .ru .gc-txt-toptitle {
    letter-spacing: 0!important;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif
}

#block-system-main .vi .gc-txt-toptitle {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .gc-txt-toptitle {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .zh-hant .gc-txt-toptitle {
    font-family: gotham ssm a,gotham ssm b,MHei,lucida grande,lucida sans unicode,STHeitiTC-Light,ms pgothic,microsoft jhenghei,微軟正黑體,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .ja .gc-txt-toptitle {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,helvetica neue,Helvetica,Arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .gc-txt-toptitle {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,helvetica neue,Helvetica,Arial,yoon gothic,apple gothic,hy gulim,MalgumGothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (max-width: 767px) {
    .gc-txt-toptitle {
        font-size:39px
    }
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .gc-txt-toptitle {
        font-size:45px
    }
}

#block-system-main .en .gc-txt-toptitle,#block-system-main .es .gc-txt-toptitle,#block-system-main .de .gc-txt-toptitle,#block-system-main .fr .gc-txt-toptitle,#block-system-main .pl .gc-txt-toptitle,#block-system-main .pt-br .gc-txt-toptitle,#block-system-main .it .gc-txt-toptitle {
    font-size: 70px
}

@media screen and (max-width: 767px) {
    #block-system-main .en .gc-txt-toptitle,#block-system-main .es .gc-txt-toptitle,#block-system-main .de .gc-txt-toptitle,#block-system-main .fr .gc-txt-toptitle,#block-system-main .pl .gc-txt-toptitle,#block-system-main .pt-br .gc-txt-toptitle,#block-system-main .it .gc-txt-toptitle {
        font-size:52px
    }
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    #block-system-main .en .gc-txt-toptitle,#block-system-main .es .gc-txt-toptitle,#block-system-main .de .gc-txt-toptitle,#block-system-main .fr .gc-txt-toptitle,#block-system-main .pl .gc-txt-toptitle,#block-system-main .pt-br .gc-txt-toptitle,#block-system-main .it .gc-txt-toptitle {
        font-size:60px
    }
}

.gc-txt-feature {
    font-size: 38px;
    font-family: tungsten a,tungsten b,helvetica neue,Helvetica,Arial,sans-serif;
    font-weight: 600;
    text-transform: uppercase
}

#block-system-main .ru .gc-txt-feature {
    letter-spacing: 0!important;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif
}

#block-system-main .vi .gc-txt-feature {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .gc-txt-feature {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .zh-hant .gc-txt-feature {
    font-family: gotham ssm a,gotham ssm b,MHei,lucida grande,lucida sans unicode,STHeitiTC-Light,ms pgothic,microsoft jhenghei,微軟正黑體,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .ja .gc-txt-feature {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,helvetica neue,Helvetica,Arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .gc-txt-feature {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,helvetica neue,Helvetica,Arial,yoon gothic,apple gothic,hy gulim,MalgumGothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (max-width: 767px) {
    .gc-txt-feature {
        font-size:28px
    }
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .gc-txt-feature {
        font-size:32px
    }
}

#block-system-main .en .gc-txt-feature,#block-system-main .es .gc-txt-feature,#block-system-main .de .gc-txt-feature,#block-system-main .fr .gc-txt-feature,#block-system-main .pl .gc-txt-feature,#block-system-main .pt-br .gc-txt-feature,#block-system-main .it .gc-txt-feature {
    font-size: 50px
}

@media screen and (max-width: 767px) {
    #block-system-main .en .gc-txt-feature,#block-system-main .es .gc-txt-feature,#block-system-main .de .gc-txt-feature,#block-system-main .fr .gc-txt-feature,#block-system-main .pl .gc-txt-feature,#block-system-main .pt-br .gc-txt-feature,#block-system-main .it .gc-txt-feature {
        font-size:38px
    }
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    #block-system-main .en .gc-txt-feature,#block-system-main .es .gc-txt-feature,#block-system-main .de .gc-txt-feature,#block-system-main .fr .gc-txt-feature,#block-system-main .pl .gc-txt-feature,#block-system-main .pt-br .gc-txt-feature,#block-system-main .it .gc-txt-feature {
        font-size:42px
    }
}

.gc-txt-display1 {
    font-size: 26px;
    font-family: tungsten a,tungsten b,helvetica neue,Helvetica,Arial,sans-serif;
    font-weight: 600;
    text-transform: uppercase
}

#block-system-main .ru .gc-txt-display1 {
    letter-spacing: 0!important;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif
}

#block-system-main .vi .gc-txt-display1 {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .gc-txt-display1 {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .zh-hant .gc-txt-display1 {
    font-family: gotham ssm a,gotham ssm b,MHei,lucida grande,lucida sans unicode,STHeitiTC-Light,ms pgothic,microsoft jhenghei,微軟正黑體,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .ja .gc-txt-display1 {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,helvetica neue,Helvetica,Arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .gc-txt-display1 {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,helvetica neue,Helvetica,Arial,yoon gothic,apple gothic,hy gulim,MalgumGothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (max-width: 767px) {
    .gc-txt-display1 {
        font-size:20px
    }
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .gc-txt-display1 {
        font-size:22px
    }
}

#block-system-main .en .gc-txt-display1,#block-system-main .es .gc-txt-display1,#block-system-main .de .gc-txt-display1,#block-system-main .fr .gc-txt-display1,#block-system-main .pl .gc-txt-display1,#block-system-main .pt-br .gc-txt-display1,#block-system-main .it .gc-txt-display1 {
    font-size: 35px
}

@media screen and (max-width: 767px) {
    #block-system-main .en .gc-txt-display1,#block-system-main .es .gc-txt-display1,#block-system-main .de .gc-txt-display1,#block-system-main .fr .gc-txt-display1,#block-system-main .pl .gc-txt-display1,#block-system-main .pt-br .gc-txt-display1,#block-system-main .it .gc-txt-display1 {
        font-size:26px
    }
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    #block-system-main .en .gc-txt-display1,#block-system-main .es .gc-txt-display1,#block-system-main .de .gc-txt-display1,#block-system-main .fr .gc-txt-display1,#block-system-main .pl .gc-txt-display1,#block-system-main .pt-br .gc-txt-display1,#block-system-main .it .gc-txt-display1 {
        font-size:30px
    }
}

.gc-txt-subtitle {
    font-size: 16px;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    font-weight: 500
}

#block-system-main .ru .gc-txt-subtitle {
    letter-spacing: 0!important
}

#block-system-main .vi .gc-txt-subtitle {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .gc-txt-subtitle {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .zh-hant .gc-txt-subtitle {
    font-family: gotham ssm a,gotham ssm b,MHei,lucida grande,lucida sans unicode,STHeitiTC-Light,ms pgothic,microsoft jhenghei,微軟正黑體,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .ja .gc-txt-subtitle {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .gc-txt-subtitle {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,yoon gothic,apple gothic,hy gulim,MalgumGothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (max-width: 767px) {
    .gc-txt-subtitle {
        font-size:12px
    }
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .gc-txt-subtitle {
        font-size:14px
    }
}

.gc-txt-button {
    font-size: 14px;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    font-weight: 500;
    text-transform: uppercase
}

#block-system-main .ru .gc-txt-button {
    letter-spacing: 0!important
}

#block-system-main .vi .gc-txt-button {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .gc-txt-button {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .zh-hant .gc-txt-button {
    font-family: gotham ssm a,gotham ssm b,MHei,lucida grande,lucida sans unicode,STHeitiTC-Light,ms pgothic,microsoft jhenghei,微軟正黑體,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .ja .gc-txt-button {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .gc-txt-button {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,yoon gothic,apple gothic,hy gulim,MalgumGothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (max-width: 767px) {
    .gc-txt-button {
        font-size:11px
    }
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .gc-txt-button {
        font-size:12px
    }
}

.gc-txt-#block-system-main  {
    font-size: 16px;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    font-weight: 300
}

#block-system-main .ru .gc-txt-#block-system-main  {
    letter-spacing: 0!important
}

#block-system-main .vi .gc-txt-#block-system-main  {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .gc-txt-#block-system-main  {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .zh-hant .gc-txt-#block-system-main  {
    font-family: gotham ssm a,gotham ssm b,MHei,lucida grande,lucida sans unicode,STHeitiTC-Light,ms pgothic,microsoft jhenghei,微軟正黑體,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .ja .gc-txt-#block-system-main  {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .gc-txt-#block-system-main  {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,yoon gothic,apple gothic,hy gulim,MalgumGothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (max-width: 767px) {
    .gc-txt-#block-system-main  {
        font-size:12px;
        font-weight: 400
    }
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .gc-txt-#block-system-main  {
        font-size:14px;
        font-weight: 400
    }
}

.gc-txt-caption {
    font-size: 14px;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    font-weight: 300
}

#block-system-main .ru .gc-txt-caption {
    letter-spacing: 0!important
}

#block-system-main .vi .gc-txt-caption {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .gc-txt-caption {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .zh-hant .gc-txt-caption {
    font-family: gotham ssm a,gotham ssm b,MHei,lucida grande,lucida sans unicode,STHeitiTC-Light,ms pgothic,microsoft jhenghei,微軟正黑體,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .ja .gc-txt-caption {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .gc-txt-caption {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,yoon gothic,apple gothic,hy gulim,MalgumGothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (max-width: 767px) {
    .gc-txt-caption {
        font-size:11px;
        font-weight: 400
    }
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .gc-txt-caption {
        font-size:12px;
        font-weight: 400
    }
}

.kern-0 {
    letter-spacing: 0
}

.kern-1 {
    letter-spacing: 1px
}

.kern-2 {
    letter-spacing: 2px
}

.circle {
    border-radius: 50% 50%;
    text-align: center
}

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

.visible-xs,.visible-sm,.visible-md,.visible-lg {
    display: none!important
}

.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block {
    display: none!important
}

@media(max-width: 767px) {
    .visible-xs {
        display:block!important
    }

    table.visible-xs {
        display: table
    }

    tr.visible-xs {
        display: table-row!important
    }

    th.visible-xs,td.visible-xs {
        display: table-cell!important
    }
}

@media(max-width: 767px) {
    .visible-xs-block {
        display:block!important
    }
}

@media(max-width: 767px) {
    .visible-xs-inline {
        display:inline!important
    }
}

@media(max-width: 767px) {
    .visible-xs-inline-block {
        display:inline-block!important
    }
}

@media(min-width: 768px) and (max-width:1021px) {
    .visible-sm {
        display:block!important
    }

    table.visible-sm {
        display: table
    }

    tr.visible-sm {
        display: table-row!important
    }

    th.visible-sm,td.visible-sm {
        display: table-cell!important
    }
}

@media(min-width: 768px) and (max-width:1021px) {
    .visible-sm-block {
        display:block!important
    }
}

@media(min-width: 768px) and (max-width:1021px) {
    .visible-sm-inline {
        display:inline!important
    }
}

@media(min-width: 768px) and (max-width:1021px) {
    .visible-sm-inline-block {
        display:inline-block!important
    }
}

@media(min-width: 1022px) and (max-width:1279px) {
    .visible-md {
        display:block!important
    }

    table.visible-md {
        display: table
    }

    tr.visible-md {
        display: table-row!important
    }

    th.visible-md,td.visible-md {
        display: table-cell!important
    }
}

@media(min-width: 1022px) and (max-width:1279px) {
    .visible-md-block {
        display:block!important
    }
}

@media(min-width: 1022px) and (max-width:1279px) {
    .visible-md-inline {
        display:inline!important
    }
}

@media(min-width: 1022px) and (max-width:1279px) {
    .visible-md-inline-block {
        display:inline-block!important
    }
}

@media(min-width: 1280px) {
    .visible-lg {
        display:block!important
    }

    table.visible-lg {
        display: table
    }

    tr.visible-lg {
        display: table-row!important
    }

    th.visible-lg,td.visible-lg {
        display: table-cell!important
    }
}

@media(min-width: 1280px) {
    .visible-lg-block {
        display:block!important
    }
}

@media(min-width: 1280px) {
    .visible-lg-inline {
        display:inline!important
    }
}

@media(min-width: 1280px) {
    .visible-lg-inline-block {
        display:inline-block!important
    }
}

@media(max-width: 767px) {
    .hidden-xs {
        display:none!important
    }
}

@media(min-width: 768px) and (max-width:1021px) {
    .hidden-sm {
        display:none!important
    }
}

@media(min-width: 1022px) and (max-width:1279px) {
    .hidden-md {
        display:none!important
    }
}

@media(min-width: 1280px) {
    .hidden-lg {
        display:none!important
    }
}

.visible-print {
    display: none!important
}

@media print {
    .visible-print {
        display: block!important
    }

    table.visible-print {
        display: table
    }

    tr.visible-print {
        display: table-row!important
    }

    th.visible-print,td.visible-print {
        display: table-cell!important
    }
}

.visible-print-block {
    display: none!important
}

@media print {
    .visible-print-block {
        display: block!important
    }
}

.visible-print-inline {
    display: none!important
}

@media print {
    .visible-print-inline {
        display: inline!important
    }
}

.visible-print-inline-block {
    display: none!important
}

@media print {
    .visible-print-inline-block {
        display: inline-block!important
    }
}

@media print {
    .hidden-print {
        display: none!important
    }
}

#where-to-buy-cn {
    background: #f4f4f4
}

@media(min-width: 1022px) and (max-width:1279px) {
    #where-to-buy-cn .generic {
        padding-top:50px
    }
}

#where-to-buy-cn .table {
    display: table
}

#where-to-buy-cn #block-system-main .col-row {
    display: table-row
}

#where-to-buy-cn #block-system-main .col-head,#where-to-buy-cn #block-system-main .col-#block-system-main  {
    display: table-cell
}

#where-to-buy-cn .pageName {
    font-size: 32px;
    font-weight: 500;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    margin: 30px 0 10px;
    text-transform: uppercase;
    color: #222
}

#block-system-main .ru #where-to-buy-cn .pageName {
    letter-spacing: 0!important
}

#block-system-main .vi #where-to-buy-cn .pageName {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans #where-to-buy-cn .pageName {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .zh-hant #where-to-buy-cn .pageName {
    font-family: gotham ssm a,gotham ssm b,MHei,lucida grande,lucida sans unicode,STHeitiTC-Light,ms pgothic,microsoft jhenghei,微軟正黑體,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .ja #where-to-buy-cn .pageName {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko #where-to-buy-cn .pageName {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,yoon gothic,apple gothic,hy gulim,MalgumGothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    #where-to-buy-cn .pageName {
        font-size:28px
    }
}

@media screen and (max-width: 767px) {
    #where-to-buy-cn .pageName {
        font-size:24px
    }
}

#where-to-buy-cn .map-container {
    position: relative;
    width: 100%;
    max-width: 619px;
    margin-left: auto;
    margin-right: auto;
    display: block
}

#where-to-buy-cn .map-container .padding {
    width: 100%;
    padding-bottom: 84%
}

#where-to-buy-cn .map-container .txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-bottom: 84%
}

#where-to-buy-cn .map-container .txt .mark-place {
    position: absolute;
    display: inline-block;
    z-index: 3;
    cursor: pointer
}

#where-to-buy-cn .map-container .txt .mark-place#mark-northeast {
    top: 15%;
    left: 80%
}

#where-to-buy-cn .map-container .txt .mark-place#mark-northwest {
    top: 43%;
    left: 24%
}

#where-to-buy-cn .map-container .txt .mark-place#mark-southwest {
    top: 65%;
    left: 35%
}

#where-to-buy-cn .map-container .txt .mark-place#mark-wahcenter {
    top: 65%;
    left: 62%
}

#where-to-buy-cn .map-container .txt .mark-place#mark-waheast {
    top: 62%;
    left: 76%
}

#where-to-buy-cn .map-container .txt .mark-place#mark-wahnorth {
    top: 30%;
    left: 66%
}

#where-to-buy-cn .map-container .txt .mark-place#mark-wahsouth {
    top: 82%;
    left: 60%
}

#where-to-buy-cn .map-container .map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-bottom: 84%
}

#where-to-buy-cn .map-container .map img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: none
}

#where-to-buy-cn .map-container .map img.over {
    display: block;
    opacity: .3
}

#where-to-buy-cn .map-container .map img.active {
    display: block;
    opacity: 1
}

#where-to-buy-cn .map-container .map img#map-base {
    z-index: 1;
    display: block!important;
    opacity: 1!important
}

@media(max-width: 767px) {
    #where-to-buy-cn .map-container .map img.over {
        opacity:0
    }
}

#where-to-buy-cn .section-table {
    background: #fff;
    padding: 15px
}

#where-to-buy-cn .region-table {
    padding-bottom: 10px
}

#where-to-buy-cn .region-table .title-region {
    width: 100%;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: 500;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    background: #eee;
    color: #222;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background .2s;
    -o-transition: background .2s;
    transition: background .2s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out
}

#block-system-main .ru #where-to-buy-cn .region-table .title-region {
    letter-spacing: 0!important
}

#block-system-main .vi #where-to-buy-cn .region-table .title-region {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans #where-to-buy-cn .region-table .title-region {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .zh-hant #where-to-buy-cn .region-table .title-region {
    font-family: gotham ssm a,gotham ssm b,MHei,lucida grande,lucida sans unicode,STHeitiTC-Light,ms pgothic,microsoft jhenghei,微軟正黑體,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .ja #where-to-buy-cn .region-table .title-region {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko #where-to-buy-cn .region-table .title-region {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,yoon gothic,apple gothic,hy gulim,MalgumGothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    #where-to-buy-cn .region-table .title-region {
        font-size:14px
    }
}

@media screen and (max-width: 767px) {
    #where-to-buy-cn .region-table .title-region {
        font-size:12px
    }
}

#block-system-main .zh-hans #where-to-buy-cn .region-table .title-region {
    font-weight: 700
}

#block-system-main .zh-hant #where-to-buy-cn .region-table .title-region {
    font-weight: 700
}

#where-to-buy-cn .region-table .title-region.active {
    background: #fd0
}

#where-to-buy-cn .region-table .title-region.active .dropper {
    background-position: 0 0
}

#where-to-buy-cn .region-table .title-region .dropper {
    width: 20px;
    height: 20px;
    background: url(/sites/all/themes/bartik/images/ui/btn_drop.png) no-repeat;
    background-size: 20px 40px;
    background-position: 0 -20px;
    float: left;
    vertical-align: middle;
    margin-right: 10px
}

#where-to-buy-cn .region-table .contain-table {
    display: none
}

#where-to-buy-cn .region-table .contain-table .table {
    color: #666
}

#where-to-buy-cn .region-table .contain-table .table #block-system-main .col-row #block-system-main .col-head {
    font-size: 14px;
    font-weight: 300;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: auto;
    padding: 5px 40px;
    background: #fff199;
    width: 20%;
    white-space: nowrap
}

#block-system-main .ru #where-to-buy-cn .region-table .contain-table .table #block-system-main .col-row #block-system-main .col-head {
    letter-spacing: 0!important
}

#block-system-main .vi #where-to-buy-cn .region-table .contain-table .table #block-system-main .col-row #block-system-main .col-head {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans #where-to-buy-cn .region-table .contain-table .table #block-system-main .col-row #block-system-main .col-head {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .zh-hant #where-to-buy-cn .region-table .contain-table .table #block-system-main .col-row #block-system-main .col-head {
    font-family: gotham ssm a,gotham ssm b,MHei,lucida grande,lucida sans unicode,STHeitiTC-Light,ms pgothic,microsoft jhenghei,微軟正黑體,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .ja #where-to-buy-cn .region-table .contain-table .table #block-system-main .col-row #block-system-main .col-head {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko #where-to-buy-cn .region-table .contain-table .table #block-system-main .col-row #block-system-main .col-head {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,yoon gothic,apple gothic,hy gulim,MalgumGothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    #where-to-buy-cn .region-table .contain-table .table #block-system-main .col-row #block-system-main .col-head {
        font-size:12px;
        font-weight: 400
    }
}

@media screen and (max-width: 767px) {
    #where-to-buy-cn .region-table .contain-table .table #block-system-main .col-row #block-system-main .col-head {
        font-size:11px;
        font-weight: 400
    }
}

#where-to-buy-cn .region-table .contain-table .table #block-system-main .col-row #block-system-main .col-#block-system-main  {
    font-size: 14px;
    font-weight: 300;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: auto;
    padding: 10px 15px;
    width: 20%;
    border-bottom: 1px solid #fff199
}

#block-system-main .ru #where-to-buy-cn .region-table .contain-table .table #block-system-main .col-row #block-system-main .col-#block-system-main  {
    letter-spacing: 0!important
}

#block-system-main .vi #where-to-buy-cn .region-table .contain-table .table #block-system-main .col-row #block-system-main .col-#block-system-main  {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans #where-to-buy-cn .region-table .contain-table .table #block-system-main .col-row #block-system-main .col-#block-system-main  {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .zh-hant #where-to-buy-cn .region-table .contain-table .table #block-system-main .col-row #block-system-main .col-#block-system-main  {
    font-family: gotham ssm a,gotham ssm b,MHei,lucida grande,lucida sans unicode,STHeitiTC-Light,ms pgothic,microsoft jhenghei,微軟正黑體,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .ja #where-to-buy-cn .region-table .contain-table .table #block-system-main .col-row #block-system-main .col-#block-system-main  {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko #where-to-buy-cn .region-table .contain-table .table #block-system-main .col-row #block-system-main .col-#block-system-main  {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,yoon gothic,apple gothic,hy gulim,MalgumGothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    #where-to-buy-cn .region-table .contain-table .table #block-system-main .col-row #block-system-main .col-#block-system-main  {
        font-size:12px;
        font-weight: 400
    }
}

@media screen and (max-width: 767px) {
    #where-to-buy-cn .region-table .contain-table .table #block-system-main .col-row #block-system-main .col-#block-system-main  {
        font-size:11px;
        font-weight: 400
    }
}

#where-to-buy-cn .region-table .contain-table .table #block-system-main .col-row #block-system-main .col-#block-system-main :first-child {
    padding-left: 40px
}

@media(max-width: 767px) {
    #where-to-buy-cn .region-table .contain-table .table #block-system-main .col-row #block-system-main .col-#block-system-main :first-child {
        padding-left:15px
    }
}

@media(min-width: 768px) and (max-width:1021px) {
    #where-to-buy-cn .region-table .contain-table .table #block-system-main .col-row #block-system-main .col-#block-system-main  {
        padding:10px 0 10px 40px
    }

    #where-to-buy-cn .region-table .contain-table .table #block-system-main .col-row #block-system-main .col-head {
        padding: 10px 0 10px 40px
    }
}

@media(max-width: 767px) {
    #where-to-buy-cn .region-table .contain-table .table {
        display:block
    }

    #where-to-buy-cn .region-table .contain-table .table #block-system-main .col-row {
        display: block;
        border: 1px solid #fff199;
        border-top: 0
    }

    #where-to-buy-cn .region-table .contain-table .table #block-system-main .col-row #block-system-main .col-#block-system-main  {
        display: block;
        width: 100%;
        border: 0;
        padding: 0 15px;
        line-height: 3
    }

    #where-to-buy-cn .region-table .contain-table .table #block-system-main .col-row #block-system-main .col-head {
        display: block;
        width: 100%;
        border: 0;
        padding: 0 15px;
        line-height: 3
    }
}

.font-smooth {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

.font-nosmooth {
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: auto
}

#block-system-main .row-top-1 {
    margin-top: 5px
}

#block-system-main .row-top-2 {
    margin-top: 10px
}

#block-system-main .row-top-3 {
    margin-top: 15px
}

#block-system-main .row-top-4 {
    margin-top: 20px
}

#block-system-main .row-top-5 {
    margin-top: 30px
}

#block-system-main .row-top-6 {
    margin-top: 40px
}

#block-system-main .row-top-7 {
    margin-top: 60px
}

#block-system-main .row-top-8 {
    margin-top: 80px
}

#block-system-main .row-btm-1 {
    margin-bottom: 5px
}

#block-system-main .row-btm-2 {
    margin-bottom: 10px
}

#block-system-main .row-btm-3 {
    margin-bottom: 15px
}

#block-system-main .row-btm-4 {
    margin-bottom: 20px
}

#block-system-main .row-btm-5 {
    margin-bottom: 30px
}

#block-system-main .row-btm-6 {
    margin-bottom: 40px
}

#block-system-main .row-btm-7 {
    margin-bottom: 60px
}

#block-system-main .row-btm-8 {
    margin-bottom: 80px
}

@-webkit-keyframes spining {
    from {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg)
    }
}

@keyframes spining {
    from {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg)
    }
}

.font-normal {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif
}

#block-system-main .ru .font-normal {
    letter-spacing: 0!important
}

#block-system-main .vi .font-normal {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .font-normal {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .zh-hant .font-normal {
    font-family: gotham ssm a,gotham ssm b,MHei,lucida grande,lucida sans unicode,STHeitiTC-Light,ms pgothic,microsoft jhenghei,微軟正黑體,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .ja .font-normal {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .font-normal {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,yoon gothic,apple gothic,hy gulim,MalgumGothic,hy dotum,lexi gulim,sans-serif
}

.font-tungsten {
    font-family: tungsten a,tungsten b,helvetica neue,Helvetica,Arial,sans-serif
}

#block-system-main .ru .font-tungsten {
    letter-spacing: 0!important;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif
}

#block-system-main .vi .font-tungsten {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .font-tungsten {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .zh-hant .font-tungsten {
    font-family: gotham ssm a,gotham ssm b,MHei,lucida grande,lucida sans unicode,STHeitiTC-Light,ms pgothic,microsoft jhenghei,微軟正黑體,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .ja .font-tungsten {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,helvetica neue,Helvetica,Arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .font-tungsten {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,helvetica neue,Helvetica,Arial,yoon gothic,apple gothic,hy gulim,MalgumGothic,hy dotum,lexi gulim,sans-serif
}

.font-light {
    font-weight: 300
}

.font-regular {
    font-weight: 400
}

.font-medium {
    font-weight: 500
}

.font-bold {
    font-weight: 700
}

.text-small {
    font-size: 12px;
    font-weight: 300;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: auto
}

#block-system-main .ru .text-small {
    letter-spacing: 0!important
}

#block-system-main .vi .text-small {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .text-small {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .zh-hant .text-small {
    font-family: gotham ssm a,gotham ssm b,MHei,lucida grande,lucida sans unicode,STHeitiTC-Light,ms pgothic,microsoft jhenghei,微軟正黑體,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .ja .text-small {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .text-small {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,yoon gothic,apple gothic,hy gulim,MalgumGothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .text-small {
        font-size:10px;
        font-weight: 400
    }
}

@media screen and (max-width: 767px) {
    .text-small {
        font-size:9px;
        font-weight: 400
    }
}

.text-caption {
    font-size: 14px;
    font-weight: 300;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: auto
}

#block-system-main .ru .text-caption {
    letter-spacing: 0!important
}

#block-system-main .vi .text-caption {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .text-caption {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .zh-hant .text-caption {
    font-family: gotham ssm a,gotham ssm b,MHei,lucida grande,lucida sans unicode,STHeitiTC-Light,ms pgothic,microsoft jhenghei,微軟正黑體,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .ja .text-caption {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .text-caption {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,yoon gothic,apple gothic,hy gulim,MalgumGothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .text-caption {
        font-size:12px;
        font-weight: 400
    }
}

@media screen and (max-width: 767px) {
    .text-caption {
        font-size:11px;
        font-weight: 400
    }
}

.text-#block-system-main  {
    font-size: 16px;
    font-weight: 300;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: auto
}

#block-system-main .ru .text-#block-system-main  {
    letter-spacing: 0!important
}

#block-system-main .vi .text-#block-system-main  {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .text-#block-system-main  {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .zh-hant .text-#block-system-main  {
    font-family: gotham ssm a,gotham ssm b,MHei,lucida grande,lucida sans unicode,STHeitiTC-Light,ms pgothic,microsoft jhenghei,微軟正黑體,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .ja .text-#block-system-main  {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .text-#block-system-main  {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,yoon gothic,apple gothic,hy gulim,MalgumGothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .text-#block-system-main  {
        font-size:14px;
        font-weight: 400
    }
}

@media screen and (max-width: 767px) {
    .text-#block-system-main  {
        font-size:12px;
        font-weight: 400
    }
}

.text-button {
    font-size: 14px;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

#block-system-main .ru .text-button {
    letter-spacing: 0!important
}

#block-system-main .vi .text-button {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .text-button {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .zh-hant .text-button {
    font-family: gotham ssm a,gotham ssm b,MHei,lucida grande,lucida sans unicode,STHeitiTC-Light,ms pgothic,microsoft jhenghei,微軟正黑體,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .ja .text-button {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .text-button {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,yoon gothic,apple gothic,hy gulim,MalgumGothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .text-button {
        font-size:12px
    }
}

@media screen and (max-width: 767px) {
    .text-button {
        font-size:11px
    }
}

.text-subtitle {
    font-size: 16px;
    font-weight: 500;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

#block-system-main .ru .text-subtitle {
    letter-spacing: 0!important
}

#block-system-main .vi .text-subtitle {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .text-subtitle {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .zh-hant .text-subtitle {
    font-family: gotham ssm a,gotham ssm b,MHei,lucida grande,lucida sans unicode,STHeitiTC-Light,ms pgothic,microsoft jhenghei,微軟正黑體,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .ja .text-subtitle {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .text-subtitle {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,yoon gothic,apple gothic,hy gulim,MalgumGothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .text-subtitle {
        font-size:14px
    }
}

@media screen and (max-width: 767px) {
    .text-subtitle {
        font-size:12px
    }
}

#block-system-main .zh-hans .text-subtitle {
    font-weight: 700
}

#block-system-main .zh-hant .text-subtitle {
    font-weight: 700
}

.text-display-2 {
    font-size: 32px;
    font-weight: 500;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

#block-system-main .ru .text-display-2 {
    letter-spacing: 0!important
}

#block-system-main .vi .text-display-2 {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .text-display-2 {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .zh-hant .text-display-2 {
    font-family: gotham ssm a,gotham ssm b,MHei,lucida grande,lucida sans unicode,STHeitiTC-Light,ms pgothic,microsoft jhenghei,微軟正黑體,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .ja .text-display-2 {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .text-display-2 {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,yoon gothic,apple gothic,hy gulim,MalgumGothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .text-display-2 {
        font-size:28px
    }
}

@media screen and (max-width: 767px) {
    .text-display-2 {
        font-size:24px
    }
}

.text-display-1 {
    font-size: 26px;
    font-weight: 300;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    letter-spacing: 2px
}

#block-system-main .ru .text-display-1 {
    letter-spacing: 0!important
}

#block-system-main .vi .text-display-1 {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .text-display-1 {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .zh-hant .text-display-1 {
    font-family: gotham ssm a,gotham ssm b,MHei,lucida grande,lucida sans unicode,STHeitiTC-Light,ms pgothic,microsoft jhenghei,微軟正黑體,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .ja .text-display-1 {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .text-display-1 {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,yoon gothic,apple gothic,hy gulim,MalgumGothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .text-display-1 {
        font-size:22px;
        font-weight: 400
    }
}

@media screen and (max-width: 767px) {
    .text-display-1 {
        font-size:20px;
        font-weight: 400
    }
}

.text-feature {
    font-size: 28px;
    font-weight: 700;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    letter-spacing: 2px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

#block-system-main .ru .text-feature {
    letter-spacing: 0!important
}

#block-system-main .vi .text-feature {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .text-feature {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .zh-hant .text-feature {
    font-family: gotham ssm a,gotham ssm b,MHei,lucida grande,lucida sans unicode,STHeitiTC-Light,ms pgothic,microsoft jhenghei,微軟正黑體,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .ja .text-feature {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .text-feature {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,yoon gothic,apple gothic,hy gulim,MalgumGothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .text-feature {
        font-size:24px
    }
}

@media screen and (max-width: 767px) {
    .text-feature {
        font-size:21px
    }
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.text-top-title {
    font-size: 50px;
    font-weight: 800;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    letter-spacing: 6px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

#block-system-main .ru .text-top-title {
    letter-spacing: 0!important
}

#block-system-main .vi .text-top-title {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .text-top-title {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .zh-hant .text-top-title {
    font-family: gotham ssm a,gotham ssm b,MHei,lucida grande,lucida sans unicode,STHeitiTC-Light,ms pgothic,microsoft jhenghei,微軟正黑體,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .ja .text-top-title {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .text-top-title {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,yoon gothic,apple gothic,hy gulim,MalgumGothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .text-top-title {
        font-size:42px
    }
}

@media screen and (max-width: 767px) {
    .text-top-title {
        font-size:38px
    }
}

.pc-txt-toptitle {
    font-size: 50px;
    font-weight: 800;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    letter-spacing: 6px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

#block-system-main .ru .pc-txt-toptitle {
    letter-spacing: 0!important
}

#block-system-main .vi .pc-txt-toptitle {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .pc-txt-toptitle {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .zh-hant .pc-txt-toptitle {
    font-family: gotham ssm a,gotham ssm b,MHei,lucida grande,lucida sans unicode,STHeitiTC-Light,ms pgothic,microsoft jhenghei,微軟正黑體,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .ja .pc-txt-toptitle {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .pc-txt-toptitle {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,yoon gothic,apple gothic,hy gulim,MalgumGothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .pc-txt-toptitle {
        font-size:42px
    }
}

@media screen and (max-width: 767px) {
    .pc-txt-toptitle {
        font-size:38px
    }
}

.pc-txt-section {
    font-size: 28px;
    font-weight: 700;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    letter-spacing: 2px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

#block-system-main .ru .pc-txt-section {
    letter-spacing: 0!important
}

#block-system-main .vi .pc-txt-section {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .pc-txt-section {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .zh-hant .pc-txt-section {
    font-family: gotham ssm a,gotham ssm b,MHei,lucida grande,lucida sans unicode,STHeitiTC-Light,ms pgothic,microsoft jhenghei,微軟正黑體,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .ja .pc-txt-section {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .pc-txt-section {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,yoon gothic,apple gothic,hy gulim,MalgumGothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .pc-txt-section {
        font-size:24px
    }
}

@media screen and (max-width: 767px) {
    .pc-txt-section {
        font-size:21px
    }
}

.pc-txt-display1 {
    font-size: 26px;
    font-weight: 300;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    letter-spacing: 2px
}

#block-system-main .ru .pc-txt-display1 {
    letter-spacing: 0!important
}

#block-system-main .vi .pc-txt-display1 {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .pc-txt-display1 {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .zh-hant .pc-txt-display1 {
    font-family: gotham ssm a,gotham ssm b,MHei,lucida grande,lucida sans unicode,STHeitiTC-Light,ms pgothic,microsoft jhenghei,微軟正黑體,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .ja .pc-txt-display1 {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .pc-txt-display1 {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,yoon gothic,apple gothic,hy gulim,MalgumGothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .pc-txt-display1 {
        font-size:22px;
        font-weight: 400
    }
}

@media screen and (max-width: 767px) {
    .pc-txt-display1 {
        font-size:20px;
        font-weight: 400
    }
}

.pc-txt-display2 {
    font-size: 32px;
    font-weight: 500;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

#block-system-main .ru .pc-txt-display2 {
    letter-spacing: 0!important
}

#block-system-main .vi .pc-txt-display2 {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .pc-txt-display2 {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .zh-hant .pc-txt-display2 {
    font-family: gotham ssm a,gotham ssm b,MHei,lucida grande,lucida sans unicode,STHeitiTC-Light,ms pgothic,microsoft jhenghei,微軟正黑體,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .ja .pc-txt-display2 {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .pc-txt-display2 {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,yoon gothic,apple gothic,hy gulim,MalgumGothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .pc-txt-display2 {
        font-size:28px
    }
}

@media screen and (max-width: 767px) {
    .pc-txt-display2 {
        font-size:24px
    }
}

.pc-txt-subtitle {
    font-size: 16px;
    font-weight: 500;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

#block-system-main .ru .pc-txt-subtitle {
    letter-spacing: 0!important
}

#block-system-main .vi .pc-txt-subtitle {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .pc-txt-subtitle {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .zh-hant .pc-txt-subtitle {
    font-family: gotham ssm a,gotham ssm b,MHei,lucida grande,lucida sans unicode,STHeitiTC-Light,ms pgothic,microsoft jhenghei,微軟正黑體,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .ja .pc-txt-subtitle {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .pc-txt-subtitle {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,yoon gothic,apple gothic,hy gulim,MalgumGothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .pc-txt-subtitle {
        font-size:14px
    }
}

@media screen and (max-width: 767px) {
    .pc-txt-subtitle {
        font-size:12px
    }
}

#block-system-main .zh-hans .pc-txt-subtitle {
    font-weight: 700
}

#block-system-main .zh-hant .pc-txt-subtitle {
    font-weight: 700
}

.pc-txt-#block-system-main  {
    font-size: 16px;
    font-weight: 300;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: auto
}

#block-system-main .ru .pc-txt-#block-system-main  {
    letter-spacing: 0!important
}

#block-system-main .vi .pc-txt-#block-system-main  {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .pc-txt-#block-system-main  {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .zh-hant .pc-txt-#block-system-main  {
    font-family: gotham ssm a,gotham ssm b,MHei,lucida grande,lucida sans unicode,STHeitiTC-Light,ms pgothic,microsoft jhenghei,微軟正黑體,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .ja .pc-txt-#block-system-main  {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .pc-txt-#block-system-main  {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,yoon gothic,apple gothic,hy gulim,MalgumGothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .pc-txt-#block-system-main  {
        font-size:14px;
        font-weight: 400
    }
}

@media screen and (max-width: 767px) {
    .pc-txt-#block-system-main  {
        font-size:12px;
        font-weight: 400
    }
}

.pc-txt-caption {
    font-size: 14px;
    font-weight: 300;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: auto
}

#block-system-main .ru .pc-txt-caption {
    letter-spacing: 0!important
}

#block-system-main .vi .pc-txt-caption {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .pc-txt-caption {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .zh-hant .pc-txt-caption {
    font-family: gotham ssm a,gotham ssm b,MHei,lucida grande,lucida sans unicode,STHeitiTC-Light,ms pgothic,microsoft jhenghei,微軟正黑體,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .ja .pc-txt-caption {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .pc-txt-caption {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,yoon gothic,apple gothic,hy gulim,MalgumGothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .pc-txt-caption {
        font-size:12px;
        font-weight: 400
    }
}

@media screen and (max-width: 767px) {
    .pc-txt-caption {
        font-size:11px;
        font-weight: 400
    }
}

.gc-txt-toptitle {
    font-size: 52px;
    font-family: tungsten a,tungsten b,helvetica neue,Helvetica,Arial,sans-serif;
    font-weight: 700;
    text-transform: uppercase
}

#block-system-main .ru .gc-txt-toptitle {
    letter-spacing: 0!important;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif
}

#block-system-main .vi .gc-txt-toptitle {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .gc-txt-toptitle {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .zh-hant .gc-txt-toptitle {
    font-family: gotham ssm a,gotham ssm b,MHei,lucida grande,lucida sans unicode,STHeitiTC-Light,ms pgothic,microsoft jhenghei,微軟正黑體,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .ja .gc-txt-toptitle {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,helvetica neue,Helvetica,Arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .gc-txt-toptitle {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,helvetica neue,Helvetica,Arial,yoon gothic,apple gothic,hy gulim,MalgumGothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (max-width: 767px) {
    .gc-txt-toptitle {
        font-size:39px
    }
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .gc-txt-toptitle {
        font-size:45px
    }
}

#block-system-main .en .gc-txt-toptitle,#block-system-main .es .gc-txt-toptitle,#block-system-main .de .gc-txt-toptitle,#block-system-main .fr .gc-txt-toptitle,#block-system-main .pl .gc-txt-toptitle,#block-system-main .pt-br .gc-txt-toptitle,#block-system-main .it .gc-txt-toptitle {
    font-size: 70px
}

@media screen and (max-width: 767px) {
    #block-system-main .en .gc-txt-toptitle,#block-system-main .es .gc-txt-toptitle,#block-system-main .de .gc-txt-toptitle,#block-system-main .fr .gc-txt-toptitle,#block-system-main .pl .gc-txt-toptitle,#block-system-main .pt-br .gc-txt-toptitle,#block-system-main .it .gc-txt-toptitle {
        font-size:52px
    }
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    #block-system-main .en .gc-txt-toptitle,#block-system-main .es .gc-txt-toptitle,#block-system-main .de .gc-txt-toptitle,#block-system-main .fr .gc-txt-toptitle,#block-system-main .pl .gc-txt-toptitle,#block-system-main .pt-br .gc-txt-toptitle,#block-system-main .it .gc-txt-toptitle {
        font-size:60px
    }
}

.gc-txt-feature {
    font-size: 38px;
    font-family: tungsten a,tungsten b,helvetica neue,Helvetica,Arial,sans-serif;
    font-weight: 600;
    text-transform: uppercase
}

#block-system-main .ru .gc-txt-feature {
    letter-spacing: 0!important;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif
}

#block-system-main .vi .gc-txt-feature {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .gc-txt-feature {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .zh-hant .gc-txt-feature {
    font-family: gotham ssm a,gotham ssm b,MHei,lucida grande,lucida sans unicode,STHeitiTC-Light,ms pgothic,microsoft jhenghei,微軟正黑體,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .ja .gc-txt-feature {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,helvetica neue,Helvetica,Arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .gc-txt-feature {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,helvetica neue,Helvetica,Arial,yoon gothic,apple gothic,hy gulim,MalgumGothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (max-width: 767px) {
    .gc-txt-feature {
        font-size:28px
    }
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .gc-txt-feature {
        font-size:32px
    }
}

#block-system-main .en .gc-txt-feature,#block-system-main .es .gc-txt-feature,#block-system-main .de .gc-txt-feature,#block-system-main .fr .gc-txt-feature,#block-system-main .pl .gc-txt-feature,#block-system-main .pt-br .gc-txt-feature,#block-system-main .it .gc-txt-feature {
    font-size: 50px
}

@media screen and (max-width: 767px) {
    #block-system-main .en .gc-txt-feature,#block-system-main .es .gc-txt-feature,#block-system-main .de .gc-txt-feature,#block-system-main .fr .gc-txt-feature,#block-system-main .pl .gc-txt-feature,#block-system-main .pt-br .gc-txt-feature,#block-system-main .it .gc-txt-feature {
        font-size:38px
    }
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    #block-system-main .en .gc-txt-feature,#block-system-main .es .gc-txt-feature,#block-system-main .de .gc-txt-feature,#block-system-main .fr .gc-txt-feature,#block-system-main .pl .gc-txt-feature,#block-system-main .pt-br .gc-txt-feature,#block-system-main .it .gc-txt-feature {
        font-size:42px
    }
}

.gc-txt-display1 {
    font-size: 26px;
    font-family: tungsten a,tungsten b,helvetica neue,Helvetica,Arial,sans-serif;
    font-weight: 600;
    text-transform: uppercase
}

#block-system-main .ru .gc-txt-display1 {
    letter-spacing: 0!important;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif
}

#block-system-main .vi .gc-txt-display1 {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .gc-txt-display1 {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .zh-hant .gc-txt-display1 {
    font-family: gotham ssm a,gotham ssm b,MHei,lucida grande,lucida sans unicode,STHeitiTC-Light,ms pgothic,microsoft jhenghei,微軟正黑體,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .ja .gc-txt-display1 {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,helvetica neue,Helvetica,Arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .gc-txt-display1 {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,helvetica neue,Helvetica,Arial,yoon gothic,apple gothic,hy gulim,MalgumGothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (max-width: 767px) {
    .gc-txt-display1 {
        font-size:20px
    }
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .gc-txt-display1 {
        font-size:22px
    }
}

#block-system-main .en .gc-txt-display1,#block-system-main .es .gc-txt-display1,#block-system-main .de .gc-txt-display1,#block-system-main .fr .gc-txt-display1,#block-system-main .pl .gc-txt-display1,#block-system-main .pt-br .gc-txt-display1,#block-system-main .it .gc-txt-display1 {
    font-size: 35px
}

@media screen and (max-width: 767px) {
    #block-system-main .en .gc-txt-display1,#block-system-main .es .gc-txt-display1,#block-system-main .de .gc-txt-display1,#block-system-main .fr .gc-txt-display1,#block-system-main .pl .gc-txt-display1,#block-system-main .pt-br .gc-txt-display1,#block-system-main .it .gc-txt-display1 {
        font-size:26px
    }
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    #block-system-main .en .gc-txt-display1,#block-system-main .es .gc-txt-display1,#block-system-main .de .gc-txt-display1,#block-system-main .fr .gc-txt-display1,#block-system-main .pl .gc-txt-display1,#block-system-main .pt-br .gc-txt-display1,#block-system-main .it .gc-txt-display1 {
        font-size:30px
    }
}

.gc-txt-subtitle {
    font-size: 16px;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    font-weight: 500
}

#block-system-main .ru .gc-txt-subtitle {
    letter-spacing: 0!important
}

#block-system-main .vi .gc-txt-subtitle {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .gc-txt-subtitle {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .zh-hant .gc-txt-subtitle {
    font-family: gotham ssm a,gotham ssm b,MHei,lucida grande,lucida sans unicode,STHeitiTC-Light,ms pgothic,microsoft jhenghei,微軟正黑體,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .ja .gc-txt-subtitle {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .gc-txt-subtitle {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,yoon gothic,apple gothic,hy gulim,MalgumGothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (max-width: 767px) {
    .gc-txt-subtitle {
        font-size:12px
    }
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .gc-txt-subtitle {
        font-size:14px
    }
}

.gc-txt-button {
    font-size: 14px;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    font-weight: 500;
    text-transform: uppercase
}

#block-system-main .ru .gc-txt-button {
    letter-spacing: 0!important
}

#block-system-main .vi .gc-txt-button {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .gc-txt-button {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .zh-hant .gc-txt-button {
    font-family: gotham ssm a,gotham ssm b,MHei,lucida grande,lucida sans unicode,STHeitiTC-Light,ms pgothic,microsoft jhenghei,微軟正黑體,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .ja .gc-txt-button {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .gc-txt-button {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,yoon gothic,apple gothic,hy gulim,MalgumGothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (max-width: 767px) {
    .gc-txt-button {
        font-size:11px
    }
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .gc-txt-button {
        font-size:12px
    }
}

.gc-txt-#block-system-main  {
    font-size: 16px;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    font-weight: 300
}

#block-system-main .ru .gc-txt-#block-system-main  {
    letter-spacing: 0!important
}

#block-system-main .vi .gc-txt-#block-system-main  {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .gc-txt-#block-system-main  {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .zh-hant .gc-txt-#block-system-main  {
    font-family: gotham ssm a,gotham ssm b,MHei,lucida grande,lucida sans unicode,STHeitiTC-Light,ms pgothic,microsoft jhenghei,微軟正黑體,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .ja .gc-txt-#block-system-main  {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .gc-txt-#block-system-main  {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,yoon gothic,apple gothic,hy gulim,MalgumGothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (max-width: 767px) {
    .gc-txt-#block-system-main  {
        font-size:12px;
        font-weight: 400
    }
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .gc-txt-#block-system-main  {
        font-size:14px;
        font-weight: 400
    }
}

.gc-txt-caption {
    font-size: 14px;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    font-weight: 300
}

#block-system-main .ru .gc-txt-caption {
    letter-spacing: 0!important
}

#block-system-main .vi .gc-txt-caption {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .gc-txt-caption {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .zh-hant .gc-txt-caption {
    font-family: gotham ssm a,gotham ssm b,MHei,lucida grande,lucida sans unicode,STHeitiTC-Light,ms pgothic,microsoft jhenghei,微軟正黑體,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .ja .gc-txt-caption {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .gc-txt-caption {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,yoon gothic,apple gothic,hy gulim,MalgumGothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (max-width: 767px) {
    .gc-txt-caption {
        font-size:11px;
        font-weight: 400
    }
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .gc-txt-caption {
        font-size:12px;
        font-weight: 400
    }
}

.kern-0 {
    letter-spacing: 0
}

.kern-1 {
    letter-spacing: 1px
}

.kern-2 {
    letter-spacing: 2px
}

.circle {
    border-radius: 50% 50%;
    text-align: center
}

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

.visible-xs,.visible-sm,.visible-md,.visible-lg {
    display: none!important
}

.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block {
    display: none!important
}

@media(max-width: 767px) {
    .visible-xs {
        display:block!important
    }

    table.visible-xs {
        display: table
    }

    tr.visible-xs {
        display: table-row!important
    }

    th.visible-xs,td.visible-xs {
        display: table-cell!important
    }
}

@media(max-width: 767px) {
    .visible-xs-block {
        display:block!important
    }
}

@media(max-width: 767px) {
    .visible-xs-inline {
        display:inline!important
    }
}

@media(max-width: 767px) {
    .visible-xs-inline-block {
        display:inline-block!important
    }
}

@media(min-width: 768px) and (max-width:1021px) {
    .visible-sm {
        display:block!important
    }

    table.visible-sm {
        display: table
    }

    tr.visible-sm {
        display: table-row!important
    }

    th.visible-sm,td.visible-sm {
        display: table-cell!important
    }
}

@media(min-width: 768px) and (max-width:1021px) {
    .visible-sm-block {
        display:block!important
    }
}

@media(min-width: 768px) and (max-width:1021px) {
    .visible-sm-inline {
        display:inline!important
    }
}

@media(min-width: 768px) and (max-width:1021px) {
    .visible-sm-inline-block {
        display:inline-block!important
    }
}

@media(min-width: 1022px) and (max-width:1279px) {
    .visible-md {
        display:block!important
    }

    table.visible-md {
        display: table
    }

    tr.visible-md {
        display: table-row!important
    }

    th.visible-md,td.visible-md {
        display: table-cell!important
    }
}

@media(min-width: 1022px) and (max-width:1279px) {
    .visible-md-block {
        display:block!important
    }
}

@media(min-width: 1022px) and (max-width:1279px) {
    .visible-md-inline {
        display:inline!important
    }
}

@media(min-width: 1022px) and (max-width:1279px) {
    .visible-md-inline-block {
        display:inline-block!important
    }
}

@media(min-width: 1280px) {
    .visible-lg {
        display:block!important
    }

    table.visible-lg {
        display: table
    }

    tr.visible-lg {
        display: table-row!important
    }

    th.visible-lg,td.visible-lg {
        display: table-cell!important
    }
}

@media(min-width: 1280px) {
    .visible-lg-block {
        display:block!important
    }
}

@media(min-width: 1280px) {
    .visible-lg-inline {
        display:inline!important
    }
}

@media(min-width: 1280px) {
    .visible-lg-inline-block {
        display:inline-block!important
    }
}

@media(max-width: 767px) {
    .hidden-xs {
        display:none!important
    }
}

@media(min-width: 768px) and (max-width:1021px) {
    .hidden-sm {
        display:none!important
    }
}

@media(min-width: 1022px) and (max-width:1279px) {
    .hidden-md {
        display:none!important
    }
}

@media(min-width: 1280px) {
    .hidden-lg {
        display:none!important
    }
}

.visible-print {
    display: none!important
}

@media print {
    .visible-print {
        display: block!important
    }

    table.visible-print {
        display: table
    }

    tr.visible-print {
        display: table-row!important
    }

    th.visible-print,td.visible-print {
        display: table-cell!important
    }
}

.visible-print-block {
    display: none!important
}

@media print {
    .visible-print-block {
        display: block!important
    }
}

.visible-print-inline {
    display: none!important
}

@media print {
    .visible-print-inline {
        display: inline!important
    }
}

.visible-print-inline-block {
    display: none!important
}

@media print {
    .visible-print-inline-block {
        display: inline-block!important
    }
}

@media print {
    .hidden-print {
        display: none!important
    }
}
@media screen and (min-width: 768px) and (max-width:1021px) {}

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

@media screen and (max-width: 767px) {}
.view-empty {
    text-align: center;
    padding-bottom: 100px
}

#user-profile-form .form-item,#user-pass-reset .form-item {
    margin-bottom: 1em
}

#user-profile-form .description,#user-pass-reset .description {
    margin-top: .5em;
    color: #666
}
#user-profile-form div.form-item-htmlmail-plaintext,#user-pass-reset div.form-item-htmlmail-plaintext {
    display: none
}

#user-profile-form input[type=radio],#user-pass-reset input[type=radio],#user-profile-form input[type=checkbox],#user-pass-reset input[type=checkbox] {
    width: inherit
}

#user-profile-form #edit-actions,#user-pass-reset #edit-actions {
    margin: 2em 0
}

#user-profile-form .description a,#user-pass-reset .description a {
    border-bottom: 1px dotted #333;
    font-style: italic
}

#edit-actions input {
    width: inherit;
    padding: 10px 30px;
    background: #333;
    color: #fff;
    border: 1px solid #333;
    margin-right: 1em
}

#productList #block-system-main .col-listing .function-headings .status {
    background: 0 0
}

a.contextual-links-trigger {
    display: block
}

#admin-menu {
    font-size: 12px
}

#admin-menu,#admin-menu .dropdown {
    z-index: 1200
}

#overlay-container,.overlay-modal-background,.overlay-element {
    z-index: 1999
}

.overlay-element {
    z-index: 2001
}

img.admin-menu-icon {
    margin-top: 3px
}

#block-system-main .admin-menu {
    margin-top: 0!important
}

div.contextual-links-wrapper a.contextual-links-trigger {
    background-color: #ccc;
    border: 2px solid #fff;
    display: block;
    border-radius: 999px;
    padding-bottom: 18px;
    padding-right: 30px;
    background-position: 2px -18px;
    margin-top: 5px;
    margin-right: 5px
}

div.contextual-links-wrapper ul.contextual-links {
    top: 24px!important;
    right: 5px!important
}

div.messages {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 500px;
    max-width: 90%;
    min-height: 150px;
    margin: 0 auto;
    padding: 20px;
    background-image: none;
    font-size: 1em;
    background: #fd0;
    color: #333!important;
    border: 5px solid #333;
    z-index: 200000;
    word-wrap: break-word;
    padding-right: 50px
}

div.messages em {
    font-style: italic
}

ul.tabs.primary {
    border: 0;
    position: fixed;
    right: 8px;
    top: 108px;
    z-index: 500
}

#block-system-main .admin-menu ul.tabs.primary {
    display: block
}

ul.tabs.primary li.active {
    display: none
}

ul.tabs.primary li a {
    padding: 8px 16px;
    background: #333;
    border: 0;
    color: #fff;
    font-size: 14px;
    border: 0
}

div.messages .close-popup {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    background: #333 url(/sites/all/themes/bartik/images/ui/close-tab.png) center center no-repeat;
    z-index: 2000;
    cursor: pointer
}
.form-inline .vertical-tabs,.form-inline .vertical-tabs-panes {
    display: none
}

.page.series .view-empty {
    padding-bottom: 0
}

.action-links {
    border: 0;
    position: fixed;
    right: 20px;
    top: 152px;
    z-index: 500
}

.action-links a {
    padding: 8px 16px;
    background: #333;
    color: #fff;
    font-size: 14px;
    border: 0
}

@media(max-width: 1021px) {
    #admin-menu {
        display:none
    }
    ul.tabs.primary {
        display: none
    }

    .action-links {
        display: none
    }
}

@media(max-width: 768px) {
    div.messages {
        top:120px;
        left: 5%;
        bottom: initial;
        width: 90%
    }
}

.font-smooth {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

.font-nosmooth {
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: auto
}

#block-system-main .row-top-1 {
    margin-top: 5px
}

#block-system-main .row-top-2 {
    margin-top: 10px
}

#block-system-main .row-top-3 {
    margin-top: 15px
}

#block-system-main .row-top-4 {
    margin-top: 20px
}

#block-system-main .row-top-5 {
    margin-top: 30px
}

#block-system-main .row-top-6 {
    margin-top: 40px
}

#block-system-main .row-top-7 {
    margin-top: 60px
}

#block-system-main .row-top-8 {
    margin-top: 80px
}

#block-system-main .row-btm-1 {
    margin-bottom: 5px
}

#block-system-main .row-btm-2 {
    margin-bottom: 10px
}

#block-system-main .row-btm-3 {
    margin-bottom: 15px
}

#block-system-main .row-btm-4 {
    margin-bottom: 20px
}

#block-system-main .row-btm-5 {
    margin-bottom: 30px
}

#block-system-main .row-btm-6 {
    margin-bottom: 40px
}

#block-system-main .row-btm-7 {
    margin-bottom: 60px
}

#block-system-main .row-btm-8 {
    margin-bottom: 80px
}

@-webkit-keyframes spining {
    from {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg)
    }
}

@keyframes spining {
    from {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg)
    }
}

.font-normal {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif
}

#block-system-main .ru .font-normal {
    letter-spacing: 0!important
}

#block-system-main .vi .font-normal {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .font-normal {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .zh-hant .font-normal {
    font-family: gotham ssm a,gotham ssm b,mhei,lucida grande,lucida sans unicode,stheititc-light,ms pgothic,microsoft jhenghei,微軟正黑體,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .ja .font-normal {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .font-normal {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,yoon gothic,apple gothic,hy gulim,malgumgothic,hy dotum,lexi gulim,sans-serif
}

.font-tungsten {
    font-family: tungsten a,tungsten b,helvetica neue,Helvetica,Arial,sans-serif
}

#block-system-main .ru .font-tungsten {
    letter-spacing: 0!important;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif
}

#block-system-main .vi .font-tungsten {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .font-tungsten {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .zh-hant .font-tungsten {
    font-family: gotham ssm a,gotham ssm b,mhei,lucida grande,lucida sans unicode,stheititc-light,ms pgothic,microsoft jhenghei,微軟正黑體,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .ja .font-tungsten {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,helvetica neue,helvetica,arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .font-tungsten {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,helvetica neue,helvetica,arial,yoon gothic,apple gothic,hy gulim,malgumgothic,hy dotum,lexi gulim,sans-serif
}

.font-light {
    font-weight: 300
}

.font-regular {
    font-weight: 400
}

.font-medium {
    font-weight: 500
}

.font-bold {
    font-weight: 700
}

.text-small {
    font-size: 12px;
    font-weight: 300;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: auto
}

#block-system-main .ru .text-small {
    letter-spacing: 0!important
}

#block-system-main .vi .text-small {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .text-small {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .zh-hant .text-small {
    font-family: gotham ssm a,gotham ssm b,mhei,lucida grande,lucida sans unicode,stheititc-light,ms pgothic,microsoft jhenghei,微軟正黑體,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .ja .text-small {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .text-small {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,yoon gothic,apple gothic,hy gulim,malgumgothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .text-small {
        font-size:10px;
        font-weight: 400
    }
}

@media screen and (max-width: 767px) {
    .text-small {
        font-size:9px;
        font-weight: 400
    }
}

.text-caption {
    font-size: 14px;
    font-weight: 300;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: auto
}

#block-system-main .ru .text-caption {
    letter-spacing: 0!important
}

#block-system-main .vi .text-caption {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .text-caption {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .zh-hant .text-caption {
    font-family: gotham ssm a,gotham ssm b,mhei,lucida grande,lucida sans unicode,stheititc-light,ms pgothic,microsoft jhenghei,微軟正黑體,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .ja .text-caption {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .text-caption {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,yoon gothic,apple gothic,hy gulim,malgumgothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .text-caption {
        font-size:12px;
        font-weight: 400
    }
}

@media screen and (max-width: 767px) {
    .text-caption {
        font-size:11px;
        font-weight: 400
    }
}

.text-#block-system-main  {
    font-size: 16px;
    font-weight: 300;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: auto
}

#block-system-main .ru .text-#block-system-main  {
    letter-spacing: 0!important
}

#block-system-main .vi .text-#block-system-main  {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .text-#block-system-main  {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .zh-hant .text-#block-system-main  {
    font-family: gotham ssm a,gotham ssm b,mhei,lucida grande,lucida sans unicode,stheititc-light,ms pgothic,microsoft jhenghei,微軟正黑體,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .ja .text-#block-system-main  {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .text-#block-system-main  {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,yoon gothic,apple gothic,hy gulim,malgumgothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .text-#block-system-main  {
        font-size:14px;
        font-weight: 400
    }
}

@media screen and (max-width: 767px) {
    .text-#block-system-main  {
        font-size:12px;
        font-weight: 400
    }
}

.text-button {
    font-size: 14px;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

#block-system-main .ru .text-button {
    letter-spacing: 0!important
}

#block-system-main .vi .text-button {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .text-button {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .zh-hant .text-button {
    font-family: gotham ssm a,gotham ssm b,mhei,lucida grande,lucida sans unicode,stheititc-light,ms pgothic,microsoft jhenghei,微軟正黑體,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .ja .text-button {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .text-button {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,yoon gothic,apple gothic,hy gulim,malgumgothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .text-button {
        font-size:12px
    }
}

@media screen and (max-width: 767px) {
    .text-button {
        font-size:11px
    }
}

.text-subtitle {
    font-size: 16px;
    font-weight: 500;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

#block-system-main .ru .text-subtitle {
    letter-spacing: 0!important
}

#block-system-main .vi .text-subtitle {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .text-subtitle {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .zh-hant .text-subtitle {
    font-family: gotham ssm a,gotham ssm b,mhei,lucida grande,lucida sans unicode,stheititc-light,ms pgothic,microsoft jhenghei,微軟正黑體,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .ja .text-subtitle {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .text-subtitle {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,yoon gothic,apple gothic,hy gulim,malgumgothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .text-subtitle {
        font-size:14px
    }
}

@media screen and (max-width: 767px) {
    .text-subtitle {
        font-size:12px
    }
}

#block-system-main .zh-hans .text-subtitle {
    font-weight: 700
}

#block-system-main .zh-hant .text-subtitle {
    font-weight: 700
}

.text-display-2 {
    font-size: 32px;
    font-weight: 500;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

#block-system-main .ru .text-display-2 {
    letter-spacing: 0!important
}

#block-system-main .vi .text-display-2 {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .text-display-2 {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .zh-hant .text-display-2 {
    font-family: gotham ssm a,gotham ssm b,mhei,lucida grande,lucida sans unicode,stheititc-light,ms pgothic,microsoft jhenghei,微軟正黑體,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .ja .text-display-2 {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .text-display-2 {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,yoon gothic,apple gothic,hy gulim,malgumgothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .text-display-2 {
        font-size:28px
    }
}

@media screen and (max-width: 767px) {
    .text-display-2 {
        font-size:24px
    }
}

.text-display-1 {
    font-size: 26px;
    font-weight: 300;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    letter-spacing: 2px
}

#block-system-main .ru .text-display-1 {
    letter-spacing: 0!important
}

#block-system-main .vi .text-display-1 {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .text-display-1 {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .zh-hant .text-display-1 {
    font-family: gotham ssm a,gotham ssm b,mhei,lucida grande,lucida sans unicode,stheititc-light,ms pgothic,microsoft jhenghei,微軟正黑體,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .ja .text-display-1 {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .text-display-1 {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,yoon gothic,apple gothic,hy gulim,malgumgothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .text-display-1 {
        font-size:22px;
        font-weight: 400
    }
}

@media screen and (max-width: 767px) {
    .text-display-1 {
        font-size:20px;
        font-weight: 400
    }
}

.text-feature {
    font-size: 28px;
    font-weight: 700;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    letter-spacing: 2px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

#block-system-main .ru .text-feature {
    letter-spacing: 0!important
}

#block-system-main .vi .text-feature {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .text-feature {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .zh-hant .text-feature {
    font-family: gotham ssm a,gotham ssm b,mhei,lucida grande,lucida sans unicode,stheititc-light,ms pgothic,microsoft jhenghei,微軟正黑體,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .ja .text-feature {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .text-feature {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,yoon gothic,apple gothic,hy gulim,malgumgothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .text-feature {
        font-size:24px
    }
}

@media screen and (max-width: 767px) {
    .text-feature {
        font-size:21px
    }
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.text-top-title {
    font-size: 50px;
    font-weight: 800;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    letter-spacing: 6px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

#block-system-main .ru .text-top-title {
    letter-spacing: 0!important
}

#block-system-main .vi .text-top-title {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .text-top-title {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .zh-hant .text-top-title {
    font-family: gotham ssm a,gotham ssm b,mhei,lucida grande,lucida sans unicode,stheititc-light,ms pgothic,microsoft jhenghei,微軟正黑體,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .ja .text-top-title {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .text-top-title {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,yoon gothic,apple gothic,hy gulim,malgumgothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .text-top-title {
        font-size:42px
    }
}

@media screen and (max-width: 767px) {
    .text-top-title {
        font-size:38px
    }
}

.pc-txt-toptitle {
    font-size: 50px;
    font-weight: 800;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    letter-spacing: 6px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

#block-system-main .ru .pc-txt-toptitle {
    letter-spacing: 0!important
}

#block-system-main .vi .pc-txt-toptitle {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .pc-txt-toptitle {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .zh-hant .pc-txt-toptitle {
    font-family: gotham ssm a,gotham ssm b,mhei,lucida grande,lucida sans unicode,stheititc-light,ms pgothic,microsoft jhenghei,微軟正黑體,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .ja .pc-txt-toptitle {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .pc-txt-toptitle {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,yoon gothic,apple gothic,hy gulim,malgumgothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .pc-txt-toptitle {
        font-size:42px
    }
}

@media screen and (max-width: 767px) {
    .pc-txt-toptitle {
        font-size:38px
    }
}

.pc-txt-section {
    font-size: 28px;
    font-weight: 700;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    letter-spacing: 2px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

#block-system-main .ru .pc-txt-section {
    letter-spacing: 0!important
}

#block-system-main .vi .pc-txt-section {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .pc-txt-section {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .zh-hant .pc-txt-section {
    font-family: gotham ssm a,gotham ssm b,mhei,lucida grande,lucida sans unicode,stheititc-light,ms pgothic,microsoft jhenghei,微軟正黑體,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .ja .pc-txt-section {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .pc-txt-section {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,yoon gothic,apple gothic,hy gulim,malgumgothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .pc-txt-section {
        font-size:24px
    }
}

@media screen and (max-width: 767px) {
    .pc-txt-section {
        font-size:21px
    }
}

.pc-txt-display1 {
    font-size: 26px;
    font-weight: 300;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    letter-spacing: 2px
}

#block-system-main .ru .pc-txt-display1 {
    letter-spacing: 0!important
}

#block-system-main .vi .pc-txt-display1 {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .pc-txt-display1 {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .zh-hant .pc-txt-display1 {
    font-family: gotham ssm a,gotham ssm b,mhei,lucida grande,lucida sans unicode,stheititc-light,ms pgothic,microsoft jhenghei,微軟正黑體,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .ja .pc-txt-display1 {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .pc-txt-display1 {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,yoon gothic,apple gothic,hy gulim,malgumgothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .pc-txt-display1 {
        font-size:22px;
        font-weight: 400
    }
}

@media screen and (max-width: 767px) {
    .pc-txt-display1 {
        font-size:20px;
        font-weight: 400
    }
}

.pc-txt-display2 {
    font-size: 32px;
    font-weight: 500;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

#block-system-main .ru .pc-txt-display2 {
    letter-spacing: 0!important
}

#block-system-main .vi .pc-txt-display2 {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .pc-txt-display2 {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .zh-hant .pc-txt-display2 {
    font-family: gotham ssm a,gotham ssm b,mhei,lucida grande,lucida sans unicode,stheititc-light,ms pgothic,microsoft jhenghei,微軟正黑體,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .ja .pc-txt-display2 {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .pc-txt-display2 {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,yoon gothic,apple gothic,hy gulim,malgumgothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .pc-txt-display2 {
        font-size:28px
    }
}

@media screen and (max-width: 767px) {
    .pc-txt-display2 {
        font-size:24px
    }
}

.pc-txt-subtitle {
    font-size: 16px;
    font-weight: 500;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

#block-system-main .ru .pc-txt-subtitle {
    letter-spacing: 0!important
}

#block-system-main .vi .pc-txt-subtitle {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .pc-txt-subtitle {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .zh-hant .pc-txt-subtitle {
    font-family: gotham ssm a,gotham ssm b,mhei,lucida grande,lucida sans unicode,stheititc-light,ms pgothic,microsoft jhenghei,微軟正黑體,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .ja .pc-txt-subtitle {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .pc-txt-subtitle {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,yoon gothic,apple gothic,hy gulim,malgumgothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .pc-txt-subtitle {
        font-size:14px
    }
}

@media screen and (max-width: 767px) {
    .pc-txt-subtitle {
        font-size:12px
    }
}

#block-system-main .zh-hans .pc-txt-subtitle {
    font-weight: 700
}

#block-system-main .zh-hant .pc-txt-subtitle {
    font-weight: 700
}

.pc-txt-#block-system-main  {
    font-size: 16px;
    font-weight: 300;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: auto
}

#block-system-main .ru .pc-txt-#block-system-main  {
    letter-spacing: 0!important
}

#block-system-main .vi .pc-txt-#block-system-main  {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .pc-txt-#block-system-main  {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .zh-hant .pc-txt-#block-system-main  {
    font-family: gotham ssm a,gotham ssm b,mhei,lucida grande,lucida sans unicode,stheititc-light,ms pgothic,microsoft jhenghei,微軟正黑體,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .ja .pc-txt-#block-system-main  {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .pc-txt-#block-system-main  {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,yoon gothic,apple gothic,hy gulim,malgumgothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .pc-txt-#block-system-main  {
        font-size:14px;
        font-weight: 400
    }
}

@media screen and (max-width: 767px) {
    .pc-txt-#block-system-main  {
        font-size:12px;
        font-weight: 400
    }
}

.pc-txt-caption {
    font-size: 14px;
    font-weight: 300;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: auto
}

#block-system-main .ru .pc-txt-caption {
    letter-spacing: 0!important
}

#block-system-main .vi .pc-txt-caption {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .pc-txt-caption {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .zh-hant .pc-txt-caption {
    font-family: gotham ssm a,gotham ssm b,mhei,lucida grande,lucida sans unicode,stheititc-light,ms pgothic,microsoft jhenghei,微軟正黑體,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .ja .pc-txt-caption {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .pc-txt-caption {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,yoon gothic,apple gothic,hy gulim,malgumgothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .pc-txt-caption {
        font-size:12px;
        font-weight: 400
    }
}

@media screen and (max-width: 767px) {
    .pc-txt-caption {
        font-size:11px;
        font-weight: 400
    }
}

.gc-txt-toptitle {
    font-size: 52px;
    font-family: tungsten a,tungsten b,helvetica neue,Helvetica,Arial,sans-serif;
    font-weight: 700;
    text-transform: uppercase
}

#block-system-main .ru .gc-txt-toptitle {
    letter-spacing: 0!important;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif
}

#block-system-main .vi .gc-txt-toptitle {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .gc-txt-toptitle {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .zh-hant .gc-txt-toptitle {
    font-family: gotham ssm a,gotham ssm b,mhei,lucida grande,lucida sans unicode,stheititc-light,ms pgothic,microsoft jhenghei,微軟正黑體,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .ja .gc-txt-toptitle {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,helvetica neue,helvetica,arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .gc-txt-toptitle {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,helvetica neue,helvetica,arial,yoon gothic,apple gothic,hy gulim,malgumgothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (max-width: 767px) {
    .gc-txt-toptitle {
        font-size:39px
    }
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .gc-txt-toptitle {
        font-size:45px
    }
}

#block-system-main .en .gc-txt-toptitle,#block-system-main .es .gc-txt-toptitle,#block-system-main .de .gc-txt-toptitle,#block-system-main .fr .gc-txt-toptitle,#block-system-main .pl .gc-txt-toptitle,#block-system-main .pt-br .gc-txt-toptitle,#block-system-main .it .gc-txt-toptitle {
    font-size: 70px
}

@media screen and (max-width: 767px) {
    #block-system-main .en .gc-txt-toptitle,#block-system-main .es .gc-txt-toptitle,#block-system-main .de .gc-txt-toptitle,#block-system-main .fr .gc-txt-toptitle,#block-system-main .pl .gc-txt-toptitle,#block-system-main .pt-br .gc-txt-toptitle,#block-system-main .it .gc-txt-toptitle {
        font-size:52px
    }
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    #block-system-main .en .gc-txt-toptitle,#block-system-main .es .gc-txt-toptitle,#block-system-main .de .gc-txt-toptitle,#block-system-main .fr .gc-txt-toptitle,#block-system-main .pl .gc-txt-toptitle,#block-system-main .pt-br .gc-txt-toptitle,#block-system-main .it .gc-txt-toptitle {
        font-size:60px
    }
}

.gc-txt-feature {
    font-size: 38px;
    font-family: tungsten a,tungsten b,helvetica neue,Helvetica,Arial,sans-serif;
    font-weight: 600;
    text-transform: uppercase
}

#block-system-main .ru .gc-txt-feature {
    letter-spacing: 0!important;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif
}

#block-system-main .vi .gc-txt-feature {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .gc-txt-feature {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .zh-hant .gc-txt-feature {
    font-family: gotham ssm a,gotham ssm b,mhei,lucida grande,lucida sans unicode,stheititc-light,ms pgothic,microsoft jhenghei,微軟正黑體,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .ja .gc-txt-feature {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,helvetica neue,helvetica,arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .gc-txt-feature {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,helvetica neue,helvetica,arial,yoon gothic,apple gothic,hy gulim,malgumgothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (max-width: 767px) {
    .gc-txt-feature {
        font-size:28px
    }
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .gc-txt-feature {
        font-size:32px
    }
}

#block-system-main .en .gc-txt-feature,#block-system-main .es .gc-txt-feature,#block-system-main .de .gc-txt-feature,#block-system-main .fr .gc-txt-feature,#block-system-main .pl .gc-txt-feature,#block-system-main .pt-br .gc-txt-feature,#block-system-main .it .gc-txt-feature {
    font-size: 50px
}

@media screen and (max-width: 767px) {
    #block-system-main .en .gc-txt-feature,#block-system-main .es .gc-txt-feature,#block-system-main .de .gc-txt-feature,#block-system-main .fr .gc-txt-feature,#block-system-main .pl .gc-txt-feature,#block-system-main .pt-br .gc-txt-feature,#block-system-main .it .gc-txt-feature {
        font-size:38px
    }
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    #block-system-main .en .gc-txt-feature,#block-system-main .es .gc-txt-feature,#block-system-main .de .gc-txt-feature,#block-system-main .fr .gc-txt-feature,#block-system-main .pl .gc-txt-feature,#block-system-main .pt-br .gc-txt-feature,#block-system-main .it .gc-txt-feature {
        font-size:42px
    }
}

.gc-txt-display1 {
    font-size: 26px;
    font-family: tungsten a,tungsten b,helvetica neue,Helvetica,Arial,sans-serif;
    font-weight: 600;
    text-transform: uppercase
}

#block-system-main .ru .gc-txt-display1 {
    letter-spacing: 0!important;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif
}

#block-system-main .vi .gc-txt-display1 {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .gc-txt-display1 {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .zh-hant .gc-txt-display1 {
    font-family: gotham ssm a,gotham ssm b,mhei,lucida grande,lucida sans unicode,stheititc-light,ms pgothic,microsoft jhenghei,微軟正黑體,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .ja .gc-txt-display1 {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,helvetica neue,helvetica,arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .gc-txt-display1 {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,helvetica neue,helvetica,arial,yoon gothic,apple gothic,hy gulim,malgumgothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (max-width: 767px) {
    .gc-txt-display1 {
        font-size:20px
    }
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .gc-txt-display1 {
        font-size:22px
    }
}

#block-system-main .en .gc-txt-display1,#block-system-main .es .gc-txt-display1,#block-system-main .de .gc-txt-display1,#block-system-main .fr .gc-txt-display1,#block-system-main .pl .gc-txt-display1,#block-system-main .pt-br .gc-txt-display1,#block-system-main .it .gc-txt-display1 {
    font-size: 35px
}

@media screen and (max-width: 767px) {
    #block-system-main .en .gc-txt-display1,#block-system-main .es .gc-txt-display1,#block-system-main .de .gc-txt-display1,#block-system-main .fr .gc-txt-display1,#block-system-main .pl .gc-txt-display1,#block-system-main .pt-br .gc-txt-display1,#block-system-main .it .gc-txt-display1 {
        font-size:26px
    }
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    #block-system-main .en .gc-txt-display1,#block-system-main .es .gc-txt-display1,#block-system-main .de .gc-txt-display1,#block-system-main .fr .gc-txt-display1,#block-system-main .pl .gc-txt-display1,#block-system-main .pt-br .gc-txt-display1,#block-system-main .it .gc-txt-display1 {
        font-size:30px
    }
}

.gc-txt-subtitle {
    font-size: 16px;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    font-weight: 500
}

#block-system-main .ru .gc-txt-subtitle {
    letter-spacing: 0!important
}

#block-system-main .vi .gc-txt-subtitle {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .gc-txt-subtitle {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .zh-hant .gc-txt-subtitle {
    font-family: gotham ssm a,gotham ssm b,mhei,lucida grande,lucida sans unicode,stheititc-light,ms pgothic,microsoft jhenghei,微軟正黑體,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .ja .gc-txt-subtitle {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .gc-txt-subtitle {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,yoon gothic,apple gothic,hy gulim,malgumgothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (max-width: 767px) {
    .gc-txt-subtitle {
        font-size:12px
    }
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .gc-txt-subtitle {
        font-size:14px
    }
}

.gc-txt-button {
    font-size: 14px;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    font-weight: 500;
    text-transform: uppercase
}

#block-system-main .ru .gc-txt-button {
    letter-spacing: 0!important
}

#block-system-main .vi .gc-txt-button {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .gc-txt-button {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .zh-hant .gc-txt-button {
    font-family: gotham ssm a,gotham ssm b,mhei,lucida grande,lucida sans unicode,stheititc-light,ms pgothic,microsoft jhenghei,微軟正黑體,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .ja .gc-txt-button {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .gc-txt-button {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,yoon gothic,apple gothic,hy gulim,malgumgothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (max-width: 767px) {
    .gc-txt-button {
        font-size:11px
    }
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .gc-txt-button {
        font-size:12px
    }
}

.gc-txt-#block-system-main  {
    font-size: 16px;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    font-weight: 300
}

#block-system-main .ru .gc-txt-#block-system-main  {
    letter-spacing: 0!important
}

#block-system-main .vi .gc-txt-#block-system-main  {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .gc-txt-#block-system-main  {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .zh-hant .gc-txt-#block-system-main  {
    font-family: gotham ssm a,gotham ssm b,mhei,lucida grande,lucida sans unicode,stheititc-light,ms pgothic,microsoft jhenghei,微軟正黑體,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .ja .gc-txt-#block-system-main  {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .gc-txt-#block-system-main  {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,yoon gothic,apple gothic,hy gulim,malgumgothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (max-width: 767px) {
    .gc-txt-#block-system-main  {
        font-size:12px;
        font-weight: 400
    }
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .gc-txt-#block-system-main  {
        font-size:14px;
        font-weight: 400
    }
}

.gc-txt-caption {
    font-size: 14px;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    font-weight: 300
}

#block-system-main .ru .gc-txt-caption {
    letter-spacing: 0!important
}

#block-system-main .vi .gc-txt-caption {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .gc-txt-caption {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .zh-hant .gc-txt-caption {
    font-family: gotham ssm a,gotham ssm b,mhei,lucida grande,lucida sans unicode,stheititc-light,ms pgothic,microsoft jhenghei,微軟正黑體,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .ja .gc-txt-caption {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .gc-txt-caption {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,yoon gothic,apple gothic,hy gulim,malgumgothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (max-width: 767px) {
    .gc-txt-caption {
        font-size:11px;
        font-weight: 400
    }
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .gc-txt-caption {
        font-size:12px;
        font-weight: 400
    }
}

.kern-0 {
    letter-spacing: 0
}

.kern-1 {
    letter-spacing: 1px
}

.kern-2 {
    letter-spacing: 2px
}

.circle {
    border-radius: 50% 50%;
    text-align: center
}
 
#block-system-main  {
    margin: 0
}
audio,canvas,progress,video {
    display: inline-block;
    vertical-align: baseline
}

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

[hidden],template {
    display: none
}

a {
    background-color: transparent
}

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

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

b,strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

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

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

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

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

pre {
    overflow: auto
}

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

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

button {
    overflow: visible
}

button,select {
    text-transform: none
}
 

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

input {
    line-height: normal
}

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

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

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

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

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

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

td,th {
    padding: 0
}

@media print {
    *,*:before,*:after {
        background: 0 0!important;
        color: #000!important;
        box-shadow: none!important;
        text-shadow: none!important
    }

    a,a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after,a[href^="javascript:"]:after {
        content: ""
    }

    pre,blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr,img {
        page-break-inside: avoid
    }

    img {
        max-width: 100%!important
    }

    p,h2,h3 {
        orphans: 3;
        widows: 3
    }

    h2,h3 {
        page-break-after: avoid
    }

    select {
        background: #fff!important
    }

    .navbar {
        display: none
    }    .table {
        border-collapse: collapse!important
    }

    .table td,.table th {
        background-color: #fff!important
    }

    .table-bordered th,.table-bordered td {
        border: 1px solid #ddd!important
    }
}

@font-face {
    font-family: glyphicons halflings;
    src: url(/sites/all/themes/bartik/fonts/glyphicons-halflings-regular.eot);
    src: url(/sites/all/themes/bartik/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(/sites/all/themes/bartik/fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(/sites/all/themes/bartik/fonts/glyphicons-halflings-regular.woff) format('woff'),url(/sites/all/themes/bartik/fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(/sites/all/themes/bartik/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: glyphicons halflings;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "\2a"
}

.glyphicon-plus:before {
    content: "\2b"
}

.glyphicon-euro:before,.glyphicon-eur:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

.glyphicon-cd:before {
    content: "\e201"
}

.glyphicon-save-file:before {
    content: "\e202"
}

.glyphicon-open-file:before {
    content: "\e203"
}

.glyphicon-level-up:before {
    content: "\e204"
}

.glyphicon-copy:before {
    content: "\e205"
}

.glyphicon-paste:before {
    content: "\e206"
}

.glyphicon-alert:before {
    content: "\e209"
}

.glyphicon-equalizer:before {
    content: "\e210"
}

.glyphicon-king:before {
    content: "\e211"
}

.glyphicon-queen:before {
    content: "\e212"
}

.glyphicon-pawn:before {
    content: "\e213"
}

.glyphicon-bishop:before {
    content: "\e214"
}

.glyphicon-knight:before {
    content: "\e215"
}

.glyphicon-baby-formula:before {
    content: "\e216"
}

.glyphicon-tent:before {
    content: "\26fa"
}

.glyphicon-blackboard:before {
    content: "\e218"
}

.glyphicon-bed:before {
    content: "\e219"
}

.glyphicon-apple:before {
    content: "\f8ff"
}

.glyphicon-erase:before {
    content: "\e221"
}

.glyphicon-hourglass:before {
    content: "\231b"
}

.glyphicon-lamp:before {
    content: "\e223"
}

.glyphicon-duplicate:before {
    content: "\e224"
}

.glyphicon-piggy-bank:before {
    content: "\e225"
}

.glyphicon-scissors:before {
    content: "\e226"
}

.glyphicon-bitcoin:before {
    content: "\e227"
}

.glyphicon-btc:before {
    content: "\e227"
}

.glyphicon-xbt:before {
    content: "\e227"
}

.glyphicon-yen:before {
    content: "\00a5"
}

.glyphicon-jpy:before {
    content: "\00a5"
}

.glyphicon-ruble:before {
    content: "\20bd"
}

.glyphicon-rub:before {
    content: "\20bd"
}

.glyphicon-scale:before {
    content: "\e230"
}

.glyphicon-ice-lolly:before {
    content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232"
}

.glyphicon-education:before {
    content: "\e233"
}

.glyphicon-option-horizontal:before {
    content: "\e234"
}

.glyphicon-option-vertical:before {
    content: "\e235"
}

.glyphicon-menu-hamburger:before {
    content: "\e236"
}

.glyphicon-modal-window:before {
    content: "\e237"
}

.glyphicon-oil:before {
    content: "\e238"
}

.glyphicon-grain:before {
    content: "\e239"
}

.glyphicon-sunglasses:before {
    content: "\e240"
}

.glyphicon-text-size:before {
    content: "\e241"
}

.glyphicon-text-color:before {
    content: "\e242"
}

.glyphicon-text-background:before {
    content: "\e243"
}

.glyphicon-object-align-top:before {
    content: "\e244"
}

.glyphicon-object-align-bottom:before {
    content: "\e245"
}

.glyphicon-object-align-horizontal:before {
    content: "\e246"
}

.glyphicon-object-align-left:before {
    content: "\e247"
}

.glyphicon-object-align-vertical:before {
    content: "\e248"
}

.glyphicon-object-align-right:before {
    content: "\e249"
}

.glyphicon-triangle-right:before {
    content: "\e250"
}

.glyphicon-triangle-left:before {
    content: "\e251"
}

.glyphicon-triangle-bottom:before {
    content: "\e252"
}

.glyphicon-triangle-top:before {
    content: "\e253"
}

.glyphicon-console:before {
    content: "\e254"
}

.glyphicon-superscript:before {
    content: "\e255"
}

.glyphicon-subscript:before {
    content: "\e256"
}

.glyphicon-menu-left:before {
    content: "\e257"
}

.glyphicon-menu-right:before {
    content: "\e258"
}

.glyphicon-menu-down:before {
    content: "\e259"
}

.glyphicon-menu-up:before {
    content: "\e260"
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

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

html {
    -webkit-tap-highlight-color: transparent
}

#block-system-main  {
    font-family: helvetica neue,Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #666;
    background-color: #fff
}

input,button,select,textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

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

a:hover,a:focus {
    color: #b39b00;
    text-decoration: underline
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive,.thumbnail>img,.thumbnail a>img,.carousel-inner>.item>img,.carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role=button] {
    cursor: pointer
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small {
    font-weight: 400;
    line-height: 1;
    color: #ccc
}

h1,.h1,h2,.h2,h3,.h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small {
    font-size: 65%
}

h4,.h4,h5,.h5,h6,.h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small {
    font-size: 75%
}

h1,.h1 {
    font-size: 36px
}

h2,.h2 {
    font-size: 30px
}

h3,.h3 {
    font-size: 24px
}

h4,.h4 {
    font-size: 18px
}

h5,.h5 {
    font-size: 14px
}

h6,.h6 {
    font-size: 12px
}

#block-system-main p {
    margin: 0
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media(min-width: 768px) {
    .lead {
        font-size:21px
    }
}

small,.small {
    font-size: 85%
}

mark,.mark {
    background-color: #fcf8e3;
    padding: .2em
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #ccc
}

.text-primary {
    color: #fd0
}

a.text-primary:hover {
    color: #ccb100
}

.text-success {
    color: #3c763d
}

a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #fd0
}

a.bg-primary:hover {
    background-color: #ccb100
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ul,ol {
    margin-top: 0;
    margin-bottom: 10px
}

ul ul,ol ul,ul ol,ol ol {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dt,dd {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

@media(min-width: 768px) {
    .dl-horizontal dt {
        float:left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[title],abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #ccc
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child {
    margin-bottom: 0
}
.blockquote-reverse,blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right
}
address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

code,kbd,pre,samp {
    font-family: Menlo,Monaco,Consolas,courier new,monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    box-shadow: none
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #666;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media(min-width: 768px) {
    .container {
        width:750px
    }
}

@media(min-width: 1022px) {
    .container {
        width:100%
    }
}

@media(min-width: 1280px) {
    .container {
        width:1280px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

#block-system-main .row {
    margin-left: -15px;
    margin-right: -15px;
    /* width: 100%; */
}

#block-system-main .col-xs-1,#block-system-main .col-sm-1,#block-system-main .col-md-1,#block-system-main .col-lg-1,#block-system-main .col-xs-2,#block-system-main .col-sm-2,#block-system-main .col-md-2,#block-system-main .col-lg-2,#block-system-main .col-xs-3,#block-system-main .col-sm-3,#block-system-main .col-md-3,#block-system-main .col-lg-3,#block-system-main .col-xs-4,#block-system-main .col-sm-4,#block-system-main .col-md-4,#block-system-main .col-lg-4,#block-system-main .col-xs-5,#block-system-main .col-sm-5,#block-system-main .col-md-5,#block-system-main .col-lg-5,#block-system-main .col-xs-6,#block-system-main .col-sm-6,#block-system-main .col-md-6,#block-system-main .col-lg-6,#block-system-main .col-xs-7,#block-system-main .col-sm-7,#block-system-main .col-md-7,#block-system-main .col-lg-7,#block-system-main .col-xs-8,#block-system-main .col-sm-8,#block-system-main .col-md-8,#block-system-main .col-lg-8,#block-system-main .col-xs-9,#block-system-main .col-sm-9,#block-system-main .col-md-9,#block-system-main .col-lg-9,#block-system-main .col-xs-10,#block-system-main .col-sm-10,#block-system-main .col-md-10,#block-system-main .col-lg-10,#block-system-main .col-xs-11,#block-system-main .col-sm-11,#block-system-main .col-md-11,#block-system-main .col-lg-11,#block-system-main .col-xs-12,#block-system-main .col-sm-12,#block-system-main .col-md-12,#block-system-main .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

#block-system-main .col-xs-1,#block-system-main .col-xs-2,#block-system-main .col-xs-3,#block-system-main .col-xs-4,#block-system-main .col-xs-5,#block-system-main .col-xs-6,#block-system-main .col-xs-7,#block-system-main .col-xs-8,#block-system-main .col-xs-9,#block-system-main .col-xs-10,#block-system-main .col-xs-11,#block-system-main .col-xs-12 {
    float: left
}

#block-system-main .col-xs-12 {
    width: 100%
}

#block-system-main .col-xs-11 {
    width: 91.66666667%
}

#block-system-main .col-xs-10 {
    width: 83.33333333%
}

#block-system-main .col-xs-9 {
    width: 75%
}

#block-system-main .col-xs-8 {
    width: 66.66666667%
}

#block-system-main .col-xs-7 {
    width: 58.33333333%
}

#block-system-main .col-xs-6 {
    width: 50%
}

#block-system-main .col-xs-5 {
    width: 41.66666667%
}

#block-system-main .col-xs-4 {
    width: 33.33333333%
}

#block-system-main .col-xs-3 {
    width: 25%
}

#block-system-main .col-xs-2 {
    width: 16.66666667%
}

#block-system-main .col-xs-1 {
    width: 8.33333333%
}

#block-system-main .col-xs-pull-12 {
    right: 100%
}

#block-system-main .col-xs-pull-11 {
    right: 91.66666667%
}

#block-system-main .col-xs-pull-10 {
    right: 83.33333333%
}

#block-system-main .col-xs-pull-9 {
    right: 75%
}

#block-system-main .col-xs-pull-8 {
    right: 66.66666667%
}

#block-system-main .col-xs-pull-7 {
    right: 58.33333333%
}

#block-system-main .col-xs-pull-6 {
    right: 50%
}

#block-system-main .col-xs-pull-5 {
    right: 41.66666667%
}

#block-system-main .col-xs-pull-4 {
    right: 33.33333333%
}

#block-system-main .col-xs-pull-3 {
    right: 25%
}

#block-system-main .col-xs-pull-2 {
    right: 16.66666667%
}

#block-system-main .col-xs-pull-1 {
    right: 8.33333333%
}

#block-system-main .col-xs-pull-0 {
    right: auto
}

#block-system-main .col-xs-push-12 {
    left: 100%
}

#block-system-main .col-xs-push-11 {
    left: 91.66666667%
}

#block-system-main .col-xs-push-10 {
    left: 83.33333333%
}

#block-system-main .col-xs-push-9 {
    left: 75%
}

#block-system-main .col-xs-push-8 {
    left: 66.66666667%
}

#block-system-main .col-xs-push-7 {
    left: 58.33333333%
}

#block-system-main .col-xs-push-6 {
    left: 50%
}

#block-system-main .col-xs-push-5 {
    left: 41.66666667%
}

#block-system-main .col-xs-push-4 {
    left: 33.33333333%
}

#block-system-main .col-xs-push-3 {
    left: 25%
}

#block-system-main .col-xs-push-2 {
    left: 16.66666667%
}

#block-system-main .col-xs-push-1 {
    left: 8.33333333%
}

#block-system-main .col-xs-push-0 {
    left: auto
}

#block-system-main .col-xs-offset-12 {
    margin-left: 100%
}

#block-system-main .col-xs-offset-11 {
    margin-left: 91.66666667%
}

#block-system-main .col-xs-offset-10 {
    margin-left: 83.33333333%
}

#block-system-main .col-xs-offset-9 {
    margin-left: 75%
}

#block-system-main .col-xs-offset-8 {
    margin-left: 66.66666667%
}

#block-system-main .col-xs-offset-7 {
    margin-left: 58.33333333%
}

#block-system-main .col-xs-offset-6 {
    margin-left: 50%
}

#block-system-main .col-xs-offset-5 {
    margin-left: 41.66666667%
}

#block-system-main .col-xs-offset-4 {
    margin-left: 33.33333333%
}

#block-system-main .col-xs-offset-3 {
    margin-left: 25%
}

#block-system-main .col-xs-offset-2 {
    margin-left: 16.66666667%
}

#block-system-main .col-xs-offset-1 {
    margin-left: 8.33333333%
}

#block-system-main .col-xs-offset-0 {
    margin-left: 0
}

@media(min-width: 768px) {
    #block-system-main .col-sm-1,#block-system-main .col-sm-2,#block-system-main .col-sm-3,#block-system-main .col-sm-4,#block-system-main .col-sm-5,#block-system-main .col-sm-6,#block-system-main .col-sm-7,#block-system-main .col-sm-8,#block-system-main .col-sm-9,#block-system-main .col-sm-10,#block-system-main .col-sm-11,#block-system-main .col-sm-12 {
        float:left
    }

    #block-system-main .col-sm-12 {
        width: 100%
    }

    #block-system-main .col-sm-11 {
        width: 91.66666667%
    }

    #block-system-main .col-sm-10 {
        width: 83.33333333%
    }

    #block-system-main .col-sm-9 {
        width: 75%
    }

    #block-system-main .col-sm-8 {
        width: 66.66666667%
    }

    #block-system-main .col-sm-7 {
        width: 58.33333333%
    }

    #block-system-main .col-sm-6 {
        width: 50%
    }

    #block-system-main .col-sm-5 {
        width: 41.66666667%
    }

    #block-system-main .col-sm-4 {
        width: 33.33333333%
    }

    #block-system-main .col-sm-3 {
        width: 25%
    }

    #block-system-main .col-sm-2 {
        width: 16.66666667%
    }

    #block-system-main .col-sm-1 {
        width: 8.33333333%
    }

    #block-system-main .col-sm-pull-12 {
        right: 100%
    }

    #block-system-main .col-sm-pull-11 {
        right: 91.66666667%
    }

    #block-system-main .col-sm-pull-10 {
        right: 83.33333333%
    }

    #block-system-main .col-sm-pull-9 {
        right: 75%
    }

    #block-system-main .col-sm-pull-8 {
        right: 66.66666667%
    }

    #block-system-main .col-sm-pull-7 {
        right: 58.33333333%
    }

    #block-system-main .col-sm-pull-6 {
        right: 50%
    }

    #block-system-main .col-sm-pull-5 {
        right: 41.66666667%
    }

    #block-system-main .col-sm-pull-4 {
        right: 33.33333333%
    }

    #block-system-main .col-sm-pull-3 {
        right: 25%
    }

    #block-system-main .col-sm-pull-2 {
        right: 16.66666667%
    }

    #block-system-main .col-sm-pull-1 {
        right: 8.33333333%
    }

    #block-system-main .col-sm-pull-0 {
        right: auto
    }

    #block-system-main .col-sm-push-12 {
        left: 100%
    }

    #block-system-main .col-sm-push-11 {
        left: 91.66666667%
    }

    #block-system-main .col-sm-push-10 {
        left: 83.33333333%
    }

    #block-system-main .col-sm-push-9 {
        left: 75%
    }

    #block-system-main .col-sm-push-8 {
        left: 66.66666667%
    }

    #block-system-main .col-sm-push-7 {
        left: 58.33333333%
    }

    #block-system-main .col-sm-push-6 {
        left: 50%
    }

    #block-system-main .col-sm-push-5 {
        left: 41.66666667%
    }

    #block-system-main .col-sm-push-4 {
        left: 33.33333333%
    }

    #block-system-main .col-sm-push-3 {
        left: 25%
    }

    #block-system-main .col-sm-push-2 {
        left: 16.66666667%
    }

    #block-system-main .col-sm-push-1 {
        left: 8.33333333%
    }

    #block-system-main .col-sm-push-0 {
        left: auto
    }

    #block-system-main .col-sm-offset-12 {
        margin-left: 100%
    }

    #block-system-main .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    #block-system-main .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    #block-system-main .col-sm-offset-9 {
        margin-left: 75%
    }

    #block-system-main .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    #block-system-main .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    #block-system-main .col-sm-offset-6 {
        margin-left: 50%
    }

    #block-system-main .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    #block-system-main .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    #block-system-main .col-sm-offset-3 {
        margin-left: 25%
    }

    #block-system-main .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    #block-system-main .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    #block-system-main .col-sm-offset-0 {
        margin-left: 0
    }
}

@media(min-width: 1022px) {
    #block-system-main .col-md-1,#block-system-main .col-md-2,#block-system-main .col-md-3,#block-system-main .col-md-4,#block-system-main .col-md-5,#block-system-main .col-md-6,#block-system-main .col-md-7,#block-system-main .col-md-8,#block-system-main .col-md-9,#block-system-main .col-md-10,#block-system-main .col-md-11,#block-system-main .col-md-12 {
        float:left
    }

    #block-system-main .col-md-12 {
        width: 100%
    }

    #block-system-main .col-md-11 {
        width: 91.66666667%
    }

    #block-system-main .col-md-10 {
        width: 83.33333333%
    }

    #block-system-main .col-md-9 {
        width: 75%
    }

    #block-system-main .col-md-8 {
        width: 66.66666667%
    }

    #block-system-main .col-md-7 {
        width: 58.33333333%
    }

    #block-system-main .col-md-6 {
        width: 50%
    }

    #block-system-main .col-md-5 {
        width: 41.66666667%
    }

    #block-system-main .col-md-4 {
        width: 33.33333333%
    }

    #block-system-main .col-md-3 {
        width: 25%
    }

    #block-system-main .col-md-2 {
        width: 16.66666667%
    }

    #block-system-main .col-md-1 {
        width: 8.33333333%
    }

    #block-system-main .col-md-pull-12 {
        right: 100%
    }

    #block-system-main .col-md-pull-11 {
        right: 91.66666667%
    }

    #block-system-main .col-md-pull-10 {
        right: 83.33333333%
    }

    #block-system-main .col-md-pull-9 {
        right: 75%
    }

    #block-system-main .col-md-pull-8 {
        right: 66.66666667%
    }

    #block-system-main .col-md-pull-7 {
        right: 58.33333333%
    }

    #block-system-main .col-md-pull-6 {
        right: 50%
    }

    #block-system-main .col-md-pull-5 {
        right: 41.66666667%
    }

    #block-system-main .col-md-pull-4 {
        right: 33.33333333%
    }

    #block-system-main .col-md-pull-3 {
        right: 25%
    }

    #block-system-main .col-md-pull-2 {
        right: 16.66666667%
    }

    #block-system-main .col-md-pull-1 {
        right: 8.33333333%
    }

    #block-system-main .col-md-pull-0 {
        right: auto
    }

    #block-system-main .col-md-push-12 {
        left: 100%
    }

    #block-system-main .col-md-push-11 {
        left: 91.66666667%
    }

    #block-system-main .col-md-push-10 {
        left: 83.33333333%
    }

    #block-system-main .col-md-push-9 {
        left: 75%
    }

    #block-system-main .col-md-push-8 {
        left: 66.66666667%
    }

    #block-system-main .col-md-push-7 {
        left: 58.33333333%
    }

    #block-system-main .col-md-push-6 {
        left: 50%
    }

    #block-system-main .col-md-push-5 {
        left: 41.66666667%
    }

    #block-system-main .col-md-push-4 {
        left: 33.33333333%
    }

    #block-system-main .col-md-push-3 {
        left: 25%
    }

    #block-system-main .col-md-push-2 {
        left: 16.66666667%
    }

    #block-system-main .col-md-push-1 {
        left: 8.33333333%
    }

    #block-system-main .col-md-push-0 {
        left: auto
    }

    #block-system-main .col-md-offset-12 {
        margin-left: 100%
    }

    #block-system-main .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    #block-system-main .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    #block-system-main .col-md-offset-9 {
        margin-left: 75%
    }

    #block-system-main .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    #block-system-main .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    #block-system-main .col-md-offset-6 {
        margin-left: 50%
    }

    #block-system-main .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    #block-system-main .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    #block-system-main .col-md-offset-3 {
        margin-left: 25%
    }

    #block-system-main .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    #block-system-main .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    #block-system-main .col-md-offset-0 {
        margin-left: 0
    }
}

@media(min-width: 1280px) {
    #block-system-main .col-lg-1,#block-system-main .col-lg-2,#block-system-main .col-lg-3,#block-system-main .col-lg-4,#block-system-main .col-lg-5,#block-system-main .col-lg-6,#block-system-main .col-lg-7,#block-system-main .col-lg-8,#block-system-main .col-lg-9,#block-system-main .col-lg-10,#block-system-main .col-lg-11,#block-system-main .col-lg-12 {
        float: left;
    }

    #block-system-main .col-lg-12 {
        width: 100%
    }

    #block-system-main .col-lg-11 {
        width: 91.66666667%
    }

    #block-system-main .col-lg-10 {
        width: 83.33333333%
    }

    #block-system-main .col-lg-9 {
        width: 75%
    }

    #block-system-main .col-lg-8 {
        width: 100%;
        min-width: 100%;
        margin: 0 !important; 
    }

    #block-system-main .col-lg-7 {
        width: 58.33333333%
    }

    #block-system-main .col-lg-6 {
        width: 50%
    }

    #block-system-main .col-lg-5 {
        width: 41.66666667%
    }

    #block-system-main .col-lg-4 {
        width: 33.33333333%
    }

    #block-system-main .col-lg-3 {
        width: 25%
    }

    #block-system-main .col-lg-2 {
        width: 16.66666667%
    }

    #block-system-main .col-lg-1 {
        width: 8.33333333%
    }

    #block-system-main .col-lg-pull-12 {
        right: 100%
    }

    #block-system-main .col-lg-pull-11 {
        right: 91.66666667%
    }

    #block-system-main .col-lg-pull-10 {
        right: 83.33333333%
    }

    #block-system-main .col-lg-pull-9 {
        right: 75%
    }

    #block-system-main .col-lg-pull-8 {
        right: 66.66666667%
    }

    #block-system-main .col-lg-pull-7 {
        right: 58.33333333%
    }

    #block-system-main .col-lg-pull-6 {
        right: 50%
    }

    #block-system-main .col-lg-pull-5 {
        right: 41.66666667%
    }

    #block-system-main .col-lg-pull-4 {
        right: 33.33333333%
    }

    #block-system-main .col-lg-pull-3 {
        right: 25%
    }

    #block-system-main .col-lg-pull-2 {
        right: 16.66666667%
    }

    #block-system-main .col-lg-pull-1 {
        right: 8.33333333%
    }

    #block-system-main .col-lg-pull-0 {
        right: auto
    }

    #block-system-main .col-lg-push-12 {
        left: 100%
    }

    #block-system-main .col-lg-push-11 {
        left: 91.66666667%
    }

    #block-system-main .col-lg-push-10 {
        left: 83.33333333%
    }

    #block-system-main .col-lg-push-9 {
        left: 75%
    }

    #block-system-main .col-lg-push-8 {
        left: 66.66666667%
    }

    #block-system-main .col-lg-push-7 {
        left: 58.33333333%
    }

    #block-system-main .col-lg-push-6 {
        left: 50%
    }

    #block-system-main .col-lg-push-5 {
        left: 41.66666667%
    }

    #block-system-main .col-lg-push-4 {
        left: 33.33333333%
    }

    #block-system-main .col-lg-push-3 {
        left: 25%
    }

    #block-system-main .col-lg-push-2 {
        left: 16.66666667%
    }

    #block-system-main .col-lg-push-1 {
        left: 8.33333333%
    }

    #block-system-main .col-lg-push-0 {
        left: auto
    }

    #block-system-main .col-lg-offset-12 {
        margin-left: 100%
    }

    #block-system-main .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    #block-system-main .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    #block-system-main .col-lg-offset-9 {
        margin-left: 75%
    }

    #block-system-main .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    #block-system-main .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    #block-system-main .col-lg-offset-6 {
        margin-left: 50%
    }

    #block-system-main .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    #block-system-main .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    #block-system-main .col-lg-offset-3 {
        margin-left: 25%
    }

    #block-system-main .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    #block-system-main .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    #block-system-main .col-lg-offset-0 {
        margin-left: 0
    }
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #ccc;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table>thead>tr>th,.table>t#block-system-main >tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>t#block-system-main >tr>td,.table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>td {
    border-top: 0
}

.table>t#block-system-main +t#block-system-main  {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed>thead>tr>th,.table-condensed>t#block-system-main >tr>th,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>t#block-system-main >tr>td,.table-condensed>tfoot>tr>td {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>th,.table-bordered>t#block-system-main >tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>t#block-system-main >tr>td,.table-bordered>tfoot>tr>td {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>th,.table-bordered>thead>tr>td {
    border-bottom-width: 2px
}

.table-striped>t#block-system-main >tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover>t#block-system-main >tr:hover {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    float: none;
    display: table-column
}

table td[class*=col-],table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell
}

.table>thead>tr>td.active,.table>t#block-system-main >tr>td.active,.table>tfoot>tr>td.active,.table>thead>tr>th.active,.table>t#block-system-main >tr>th.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>t#block-system-main >tr.active>td,.table>tfoot>tr.active>td,.table>thead>tr.active>th,.table>t#block-system-main >tr.active>th,.table>tfoot>tr.active>th {
    background-color: #f5f5f5
}

.table-hover>t#block-system-main >tr>td.active:hover,.table-hover>t#block-system-main >tr>th.active:hover,.table-hover>t#block-system-main >tr.active:hover>td,.table-hover>t#block-system-main >tr:hover>.active,.table-hover>t#block-system-main >tr.active:hover>th {
    background-color: #e8e8e8
}

.table>thead>tr>td.success,.table>t#block-system-main >tr>td.success,.table>tfoot>tr>td.success,.table>thead>tr>th.success,.table>t#block-system-main >tr>th.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>t#block-system-main >tr.success>td,.table>tfoot>tr.success>td,.table>thead>tr.success>th,.table>t#block-system-main >tr.success>th,.table>tfoot>tr.success>th {
    background-color: #dff0d8
}

.table-hover>t#block-system-main >tr>td.success:hover,.table-hover>t#block-system-main >tr>th.success:hover,.table-hover>t#block-system-main >tr.success:hover>td,.table-hover>t#block-system-main >tr:hover>.success,.table-hover>t#block-system-main >tr.success:hover>th {
    background-color: #d0e9c6
}

.table>thead>tr>td.info,.table>t#block-system-main >tr>td.info,.table>tfoot>tr>td.info,.table>thead>tr>th.info,.table>t#block-system-main >tr>th.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>t#block-system-main >tr.info>td,.table>tfoot>tr.info>td,.table>thead>tr.info>th,.table>t#block-system-main >tr.info>th,.table>tfoot>tr.info>th {
    background-color: #d9edf7
}

.table-hover>t#block-system-main >tr>td.info:hover,.table-hover>t#block-system-main >tr>th.info:hover,.table-hover>t#block-system-main >tr.info:hover>td,.table-hover>t#block-system-main >tr:hover>.info,.table-hover>t#block-system-main >tr.info:hover>th {
    background-color: #c4e3f3
}

.table>thead>tr>td.warning,.table>t#block-system-main >tr>td.warning,.table>tfoot>tr>td.warning,.table>thead>tr>th.warning,.table>t#block-system-main >tr>th.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>t#block-system-main >tr.warning>td,.table>tfoot>tr.warning>td,.table>thead>tr.warning>th,.table>t#block-system-main >tr.warning>th,.table>tfoot>tr.warning>th {
    background-color: #fcf8e3
}

.table-hover>t#block-system-main >tr>td.warning:hover,.table-hover>t#block-system-main >tr>th.warning:hover,.table-hover>t#block-system-main >tr.warning:hover>td,.table-hover>t#block-system-main >tr:hover>.warning,.table-hover>t#block-system-main >tr.warning:hover>th {
    background-color: #faf2cc
}

.table>thead>tr>td.danger,.table>t#block-system-main >tr>td.danger,.table>tfoot>tr>td.danger,.table>thead>tr>th.danger,.table>t#block-system-main >tr>th.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>t#block-system-main >tr.danger>td,.table>tfoot>tr.danger>td,.table>thead>tr.danger>th,.table>t#block-system-main >tr.danger>th,.table>tfoot>tr.danger>th {
    background-color: #f2dede
}

.table-hover>t#block-system-main >tr>td.danger:hover,.table-hover>t#block-system-main >tr>th.danger:hover,.table-hover>t#block-system-main >tr.danger:hover>td,.table-hover>t#block-system-main >tr:hover>.danger,.table-hover>t#block-system-main >tr.danger:hover>th {
    background-color: #ebcccc
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width:100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

    .table-responsive>.table {
        margin-bottom: 0
    }

    .table-responsive>.table>thead>tr>th,.table-responsive>.table>t#block-system-main >tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>t#block-system-main >tr>td,.table-responsive>.table>tfoot>tr>td {
        white-space: nowrap
    }

    .table-responsive>.table-bordered {
        border: 0
    }

    .table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>t#block-system-main >tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>t#block-system-main >tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0
    }

    .table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>t#block-system-main >tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>t#block-system-main >tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0
    }

    .table-responsive>.table-bordered>t#block-system-main >tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>t#block-system-main >tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #666;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}
input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type=radio],input[type=checkbox] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple],select[size] {
    height: auto
}

input[type=file]:focus,input[type=radio]:focus,input[type=checkbox]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #999
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 0 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #999;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: none;
    -webkit-appearance: none;
    appearance: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled],fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

input[type=search] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type=date],input[type=time],input[type=datetime-local],input[type=month] {
        line-height:34px
    }

    input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm,.input-group-sm input[type=date],.input-group-sm input[type=time],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month] {
        line-height: 30px
    }

    input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg,.input-group-lg input[type=date],.input-group-lg input[type=time],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month] {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.radio,.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}
.radio input[type=radio],.radio-inline input[type=radio],.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9
}

.radio+.radio,.checkbox+.checkbox {
    margin-top: -5px
}

.radio-inline,.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer
}

.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px
}

input[type=radio][disabled],input[type=checkbox][disabled],input[type=radio].disabled,input[type=checkbox].disabled,fieldset[disabled] input[type=radio],fieldset[disabled] input[type=checkbox] {
    cursor: not-allowed
}

.radio-inline.disabled,.checkbox-inline.disabled,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}
.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px
}

.form-control-static.input-lg,.form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

textarea.input-sm,select[multiple].input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.form-group-sm .form-control {
    height: 30px;
    line-height: 30px
}

textarea.form-group-sm .form-control,select[multiple].form-group-sm .form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    min-height: 32px
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

textarea.input-lg,select[multiple].input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.form-group-lg .form-control {
    height: 46px;
    line-height: 46px
}

textarea.form-group-lg .form-control,select[multiple].form-group-lg .form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    min-height: 38px
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.input-lg+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.input-sm+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}
.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-success .form-control-feedback {
    color: #3c763d
}
.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-error .form-control-feedback {
    color: #a94442
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #a6a6a6
}

@media(min-width: 768px) {
    .form-inline .form-group {
        display:inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

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

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .form-inline .input-group>.form-control {
        width: 100%
    }
    .form-inline .radio,.form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .radio input[type=radio],.form-inline .checkbox input[type=checkbox] {
        position: relative;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .radio,.form-horizontal .checkbox {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

@media(min-width: 768px) {}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media(min-width: 768px) {}

@media(min-width: 768px) {}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out
}

.fade.in {
    opacity: 1
}

#block-system-main .collapse {
    display: none
}

#block-system-main .collapse.in {
    display: block
}

tr#block-system-main .collapse.in {
    display: table-row
}

t#block-system-main #block-system-main .collapse.in {
    display: table-row-group
}

#block-system-main .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height,visibility;
    transition-property: height,visibility;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropup,.dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #666;
    white-space: nowrap
}

.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #595959
}

.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #fd0
}

.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus {
    color: #ccc
}

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

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #ccc;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: ""
}

.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media(min-width: 768px) {
    .navbar-right .dropdown-menu {
        left:auto;
        right: 0
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}.jumbotron {
    padding: 30px 15px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #f4f4f4
}

.jumbotron h1,.jumbotron .h1 {
    color: inherit
}

.jumbotron>hr {
    border-top-color: #dbdbdb
}

.container .jumbotron,.container-fluid .jumbotron {
    border-radius: 6px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding:48px 0
    }

    .container .jumbotron,.container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px
    }

    .jumbotron h1,.jumbotron .h1 {
        font-size: 63px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out
}

.thumbnail>img,.thumbnail a>img {
    margin-left: auto;
    margin-right: auto
}

a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active {
    border-color: #fd0
}

.thumbnail .caption {
    padding: 9px;
    color: #666
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: 700
}

.alert>p,.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-dismissable,.alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close,.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #fd0;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out
}

.progress-striped .progress-bar,.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-size: 40px 40px
}

.progress.active .progress-bar,.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media,.media-#block-system-main  {
    zoom:1;overflow: hidden
}

.media-#block-system-main  {
    width: 10000px
}

.media-object {
    display: block
}

.media-right,.media>.pull-right {
    padding-left: 10px
}

.media-left,.media>.pull-left {
    padding-right: 10px
}

.media-left,.media-right,.media-#block-system-main  {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

a.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:hover,a.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5
}

.list-group-item.disabled,.list-group-item.disabled:hover,.list-group-item.disabled:focus {
    background-color: #eee;
    color: #ccc;
    cursor: not-allowed
}

.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text {
    color: #ccc
}

.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #fd0;
    border-color: #fd0
}

.list-group-item.active .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>.small {
    color: inherit
}

.list-group-item.active .list-group-item-text,.list-group-item.active:hover .list-group-item-text,.list-group-item.active:focus .list-group-item-text {
    color: #fff8cc
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:hover,a.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active,a.list-group-item-success.active:hover,a.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:hover,a.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active,a.list-group-item-info.active:hover,a.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:hover,a.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active,a.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:hover,a.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active,a.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05)
}

.panel-#block-system-main  {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.panel-title>a,.panel-title>small,.panel-title>.small,.panel-title>small>a,.panel-title>.small>a {
    color: inherit
}
.panel>.list-group,.panel>.panel-collapse>.list-group {
    margin-bottom: 0
}

.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}
.panel>.table,.panel>.table-responsive>.table,.panel>.panel-collapse>.table {
    margin-bottom: 0
}

.panel>.table caption,.panel>.table-responsive>.table caption,.panel>.panel-collapse>.table caption {
    padding-left: 15px;
    padding-right: 15px
}

.panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>t#block-system-main :first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>t#block-system-main :first-child>tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>t#block-system-main :first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>t#block-system-main :first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>t#block-system-main :first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>t#block-system-main :first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>t#block-system-main :first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>t#block-system-main :first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>t#block-system-main :first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>t#block-system-main :first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel>.table:last-child,.panel>.table-responsive:last-child>.table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table:last-child>t#block-system-main :last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>t#block-system-main :last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.panel>.table:last-child>t#block-system-main :last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>t#block-system-main :last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>t#block-system-main :last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>t#block-system-main :last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel>.table:last-child>t#block-system-main :last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>t#block-system-main :last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>t#block-system-main :last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>t#block-system-main :last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.panel>.panel-#block-system-main +.table,.panel>.panel-#block-system-main +.table-responsive,.panel>.table+.panel-#block-system-main ,.panel>.table-responsive+.panel-#block-system-main  {
    border-top: 1px solid #ddd
}

.panel>.table>t#block-system-main :first-child>tr:first-child th,.panel>.table>t#block-system-main :first-child>tr:first-child td {
    border-top: 0
}

.panel>.table-bordered,.panel>.table-responsive>.table-bordered {
    border: 0
}

.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>t#block-system-main >tr>th:first-child,.panel>.table-responsive>.table-bordered>t#block-system-main >tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>t#block-system-main >tr>td:first-child,.panel>.table-responsive>.table-bordered>t#block-system-main >tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0
}

.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>t#block-system-main >tr>th:last-child,.panel>.table-responsive>.table-bordered>t#block-system-main >tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>t#block-system-main >tr>td:last-child,.panel>.table-responsive>.table-bordered>t#block-system-main >tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0
}

.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>t#block-system-main >tr:first-child>td,.panel>.table-responsive>.table-bordered>t#block-system-main >tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>t#block-system-main >tr:first-child>th,.panel>.table-responsive>.table-bordered>t#block-system-main >tr:first-child>th {
    border-bottom: 0
}

.panel>.table-bordered>t#block-system-main >tr:last-child>td,.panel>.table-responsive>.table-bordered>t#block-system-main >tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>t#block-system-main >tr:last-child>th,.panel>.table-responsive>.table-bordered>t#block-system-main >tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0
}

.panel>.table-responsive {
    border: 0;
    margin-bottom: 0
}

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
}

.panel-group .panel+.panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.panel-#block-system-main ,.panel-group .panel-heading+.panel-collapse>.list-group {
    border-top: 1px solid #ddd
}
.panel-default {
    border-color: #ddd
}

.panel-default>.panel-heading {
    color: #666;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-#block-system-main  {
    border-top-color: #ddd
}
.panel-primary {
    border-color: #fd0
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #fd0;
    border-color: #fd0
}

.panel-primary>.panel-heading+.panel-collapse>.panel-#block-system-main  {
    border-top-color: #fd0
}
.panel-success {
    border-color: #d6e9c6
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-#block-system-main  {
    border-top-color: #d6e9c6
}
.panel-info {
    border-color: #bce8f1
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-#block-system-main  {
    border-top-color: #bce8f1
}
.panel-warning {
    border-color: #faebcc
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-#block-system-main  {
    border-top-color: #faebcc
}
.panel-danger {
    border-color: #ebccd1
}

.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-#block-system-main  {
    border-top-color: #ebccd1
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0,0,0,.15)
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

.close:hover,.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50)
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    -o-transform: translate(0,-25%);
    transform: translate(0,-25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50)
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-#block-system-main  {
    position: relative;
    padding: 15px
}.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media(min-width: 768px) {
    .modal-dialog {
        width:600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5)
    }

    .modal-sm {
        width: 300px
    }
}

@media(min-width: 1022px) {
    .modal-lg {
        width:900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: helvetica neue,Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0)
}

.tooltip.in {
    opacity: .9;
    filter: alpha(opacity=90)
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: helvetica neue,Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    white-space: normal
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover>.arrow,.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover>.arrow {
    border-width: 11px
}

.popover>.arrow:after {
    border-width: 10px;
    content: ""
}

.popover.top>.arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,.25);
    bottom: -11px
}

.popover.top>.arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0,0,0,.25)
}

.popover.right>.arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}

.popover.bottom>.arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0,0,0,.25);
    top: -11px
}

.popover.bottom>.arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0,0,0,.25)
}

.popover.left>.arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%
}

.carousel-inner>.item {
    display: none;
    position: relative;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out
}

.carousel-inner>.item>img,.carousel-inner>.item>a>img {
    line-height: 1
}

@media all and (transform-3d),(-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -moz-transition: -moz-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        -moz-perspective: 1000;
        perspective: 1000
    }

    .carousel-inner>.item.next,.carousel-inner>.item.active.right {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        left: 0
    }

    .carousel-inner>.item.prev,.carousel-inner>.item.active.left {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
        left: 0
    }

    .carousel-inner>.item.next.left,.carousel-inner>.item.prev.right,.carousel-inner>.item.active {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        left: 0
    }
}

.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6)
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,0.5) 0,rgba(0,0,0,0.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,0.5) 0,rgba(0,0,0,0.0001) 100%);
    background-image: linear-gradient(to right,rgba(0,0,0,0.5) 0,rgba(0,0,0,0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1)
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,0.0001) 0,rgba(0,0,0,0.5) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,0.0001) 0,rgba(0,0,0,0.5) 100%);
    background-image: linear-gradient(to right,rgba(0,0,0,0.0001) 0,rgba(0,0,0,0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1)
}

.carousel-control:hover,.carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90)
}

.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block
}

.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px
}

.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-prev,.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    line-height: 1;
    font-family: serif
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6)
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next {
        width:30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev {
        margin-left: -15px
    }

    .carousel-control .glyphicon-chevron-right,.carousel-control .icon-next {
        margin-right: -15px
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right!important
}

.pull-left {
    float: left!important
}

.hide {
    display: none!important
}

.show {
    display: block!important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none!important
}

.affix {
    position: fixed
}

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

.visible-xs,.visible-sm,.visible-md,.visible-lg {
    display: none!important
}

.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block {
    display: none!important
}

@media(max-width: 767px) {
    .visible-xs {
        display:block!important
    }

    table.visible-xs {
        display: table
    }

    tr.visible-xs {
        display: table-row!important
    }

    th.visible-xs,td.visible-xs {
        display: table-cell!important
    }
}

@media(max-width: 767px) {
    .visible-xs-block {
        display:block!important
    }
}

@media(max-width: 767px) {
    .visible-xs-inline {
        display:inline!important
    }
}

@media(max-width: 767px) {
    .visible-xs-inline-block {
        display:inline-block!important
    }
}

@media(min-width: 768px) and (max-width:1021px) {
    .visible-sm {
        display:block!important
    }

    table.visible-sm {
        display: table
    }

    tr.visible-sm {
        display: table-row!important
    }

    th.visible-sm,td.visible-sm {
        display: table-cell!important
    }
}

@media(min-width: 768px) and (max-width:1021px) {
    .visible-sm-block {
        display:block!important
    }
}

@media(min-width: 768px) and (max-width:1021px) {
    .visible-sm-inline {
        display:inline!important
    }
}

@media(min-width: 768px) and (max-width:1021px) {
    .visible-sm-inline-block {
        display:inline-block!important
    }
}

@media(min-width: 1022px) and (max-width:1279px) {
    .visible-md {
        display:block!important
    }

    table.visible-md {
        display: table
    }

    tr.visible-md {
        display: table-row!important
    }

    th.visible-md,td.visible-md {
        display: table-cell!important
    }
}

@media(min-width: 1022px) and (max-width:1279px) {
    .visible-md-block {
        display:block!important
    }
}

@media(min-width: 1022px) and (max-width:1279px) {
    .visible-md-inline {
        display:inline!important
    }
}

@media(min-width: 1022px) and (max-width:1279px) {
    .visible-md-inline-block {
        display:inline-block!important
    }
}

@media(min-width: 1280px) {
    .visible-lg {
        display:block!important
    }

    table.visible-lg {
        display: table
    }

    tr.visible-lg {
        display: table-row!important
    }

    th.visible-lg,td.visible-lg {
        display: table-cell!important
    }
}

@media(min-width: 1280px) {
    .visible-lg-block {
        display:block!important
    }
}

@media(min-width: 1280px) {
    .visible-lg-inline {
        display:inline!important
    }
}

@media(min-width: 1280px) {
    .visible-lg-inline-block {
        display:inline-block!important
    }
}

@media(max-width: 767px) {
    .hidden-xs {
        display:none!important
    }
}

@media(min-width: 768px) and (max-width:1021px) {
    .hidden-sm {
        display:none!important
    }
}

@media(min-width: 1022px) and (max-width:1279px) {
    .hidden-md {
        display:none!important
    }
}

@media(min-width: 1280px) {
    .hidden-lg {
        display:none!important
    }
}

.visible-print {
    display: none!important
}

@media print {
    .visible-print {
        display: block!important
    }

    table.visible-print {
        display: table
    }

    tr.visible-print {
        display: table-row!important
    }

    th.visible-print,td.visible-print {
        display: table-cell!important
    }
}

.visible-print-block {
    display: none!important
}

@media print {
    .visible-print-block {
        display: block!important
    }
}

.visible-print-inline {
    display: none!important
}

@media print {
    .visible-print-inline {
        display: inline!important
    }
}

.visible-print-inline-block {
    display: none!important
}

@media print {
    .visible-print-inline-block {
        display: inline-block!important
    }
}

@media print {
    .hidden-print {
        display: none!important
    }
}

a {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out
}

#toggleAdminBar {
    width: 60px;
    height: 60px;
    border: 2px solid #fd0;
    border-radius: 50%;
    background: #222;
    color: #fd0;
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 20001;
    text-align: center;
    display: none
}

#block-system-main .edit-bar #toggleAdminBar {
    display: none!important
}

@media(max-width: 767px) {
    #block-system-main .edit-bar #toggleAdminBar {
        display:block!important
    }

    table#block-system-main .edit-bar #toggleAdminBar {
        display: table
    }

    tr#block-system-main .edit-bar #toggleAdminBar {
        display: table-row!important
    }

    th#block-system-main .edit-bar #toggleAdminBar,td#block-system-main .edit-bar #toggleAdminBar {
        display: table-cell!important
    }
}

@media(min-width: 768px) and (max-width:1021px) {
    #block-system-main .edit-bar #toggleAdminBar {
        display:block!important
    }

    table#block-system-main .edit-bar #toggleAdminBar {
        display: table
    }

    tr#block-system-main .edit-bar #toggleAdminBar {
        display: table-row!important
    }

    th#block-system-main .edit-bar #toggleAdminBar,td#block-system-main .edit-bar #toggleAdminBar {
        display: table-cell!important
    }
}

#toggleAdminBar .fa {
    line-height: 56px;
    font-size: 24px
}

#toggleAdminBar .fa-close {
    display: none
}

#toggleAdminBar .fa-wrench {
    display: block
}

#toggleAdminBar.active {
    background: #fd0;
    color: #222
}

#toggleAdminBar.active .fa-close {
    display: block
}

#toggleAdminBar.active .fa-wrench {
    display: none
}
 

 

.container {
    position: relative
}

img {
    max-width: 100%
}

mark {
    background: 0 0;
    color: inherit;
    padding: 0
}

.customSelect {
    position: relative;
    width: auto;
    display: inline-block;
    cursor: pointer;
    padding: 0 5px
}

.customSelect .txt {
    position: relative;
    z-index: 1
}

.customSelect .txt:after {
    font-family: fontawesome;
    content: "\f107";
    display: inline-block;
    vertical-align: middle;
    margin-left: .5em
}

.customSelect select {
    position: absolute;
    width: 100%!important;
    height: 100%!important;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
    color: #000!important;
    -webkit-appearance: none;
    appearance: none
}

.customSelect.fw input[type=text] {
    display: none
}

.customSelect.fw.text input[type=text] {
    display: block
}

.customSelect.fw .txt {
    width: 100%;
    padding-right: 15px;
    display: block
}

.customSelect.fw .txt:after {
    position: absolute;
    right: 5px;
    width: 15px;
    text-align: center
}

.customSelect.text .txt {
    display: none
}

.customSelect.text input {
    border: 0;
    padding: 12px 10px;
    line-height: 14px
}

#lightbox {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1040;
    top: 0;
    left: 0;
    display: none
}

#lightbox iframe {
    max-width: 100%
}

#lightbox .close-lightbox {
    position: absolute;
    top: 15px;
    right: 30px;
    width: 48px;
    height: 48px;
    background: #222 url(/sites/all/themes/bartik/images/ui/close-lightbox.png) no-repeat center center;
    background-size: 20px 20px;
    z-index: 1041;
    cursor: pointer;
    border-radius: 50%
}

#lightbox .bg-lightbox {
    background: rgba(0,0,0,.85);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    position: absolute
}

#lightbox .content-wrapper-lightbox {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow-x: auto;
    overflow-y: auto;
    z-index: 1
}

#lightbox .content-wrapper-lightbox .content-lightbox {
    display: table;
    width: 100%;
    height: 100%
}

#lightbox .content-wrapper-lightbox .content-lightbox .container-content {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    padding: 60px 0
}

#lightbox .content-wrapper-lightbox .content-lightbox .container-content .pdt-lightbox {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    position: relative
}

@media(min-width: 768px) {
    #lightbox .content-wrapper-lightbox .content-lightbox .container-content .pdt-lightbox {
        width:750px
    }
}

@media(min-width: 1022px) {
    #lightbox .content-wrapper-lightbox .content-lightbox .container-content .pdt-lightbox {
        width:100%
    }
}

@media(min-width: 1280px) {
    #lightbox .content-wrapper-lightbox .content-lightbox .container-content .pdt-lightbox {
        width:1170px
    }
}

#lightbox .content-wrapper-lightbox .content-lightbox .container-content .pdt-lightbox>.navbar-header,#lightbox .content-wrapper-lightbox .content-lightbox .container-content .pdt-lightbox>.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px
}

@media(min-width: 768px) {
    #lightbox .content-wrapper-lightbox .content-lightbox .container-content .pdt-lightbox>.navbar-header,#lightbox .content-wrapper-lightbox .content-lightbox .container-content .pdt-lightbox>.navbar-collapse {
        margin-right:0;
        margin-left: 0
    }
}

@media(max-width: 767px) {
    #lightbox .content-wrapper-lightbox .content-lightbox .container-content .pdt-lightbox {
        width:300px
    }
}

#lightbox .content-wrapper-lightbox .content-lightbox .container-content .pdt-lightbox .pdt-slider img {
    width: 100%
}
#lightbox .content-wrapper-lightbox .content-lightbox .container-content .pdt-lightbox .bx-controls-direction {
    display: none
}

#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 110;
    background: rgba(0,0,0,.9)
}

#loading:after {
    content: "";
    background: url(/sites/all/themes/bartik/images/icon/loading.svg) no-repeat center center;
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
    left: 50%;
    top: 50%;
    margin-top: -20px;
    margin-left: -20px;
    color: #fff;
    position: absolute;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    -webkit-animation: spining 2s linear infinite;
    animation: spining 2s linear infinite
}

.bx-wrapper {
    position: relative
}
#block-system-main  {
    font-size: 16px;
    font-weight: 300;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: auto;
    padding-top: 0px;
    width: 100%
}

#block-system-main .ru #block-system-main  {
    letter-spacing: 0!important
}

#block-system-main .vi #block-system-main  {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans #block-system-main  {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .zh-hant #block-system-main  {
    font-family: gotham ssm a,gotham ssm b,mhei,lucida grande,lucida sans unicode,stheititc-light,ms pgothic,microsoft jhenghei,微軟正黑體,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .ja #block-system-main  {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko #block-system-main  {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,yoon gothic,apple gothic,hy gulim,malgumgothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    #block-system-main  {
        font-size:14px;
        font-weight: 400
    }
}

@media screen and (max-width: 767px) {
    #block-system-main  {
        font-size:12px;
        font-weight: 400
    }
}

#block-system-main .no-scroll {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed
}

@media screen and (max-width: 767px) {
    #block-system-main  {
        padding-top:0
    }
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    #block-system-main  {
        padding-top:0
    }
}

.page {
    margin-left: auto;
    margin-right: auto;
    display: block;
    overflow: hidden
}

.pageName {
    position: relative;
    font-size: 32px;
    font-weight: 500;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-transform: uppercase
}

#block-system-main .ru .pageName {
    letter-spacing: 0!important
}

#block-system-main .vi .pageName {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .pageName {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .zh-hant .pageName {
    font-family: gotham ssm a,gotham ssm b,mhei,lucida grande,lucida sans unicode,stheititc-light,ms pgothic,microsoft jhenghei,微軟正黑體,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .ja .pageName {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .pageName {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,yoon gothic,apple gothic,hy gulim,malgumgothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .pageName {
        font-size:28px
    }
}

@media screen and (max-width: 767px) {
    .pageName {
        font-size:24px
    }
}

.pageName .show-bar {
    position: absolute;
    right: 0;
    top: 0
}

.pageName .titleHolder {
    position: relative;
    width: auto;
    padding: 0 10px;
    background: #f4f4f4;
    color: #333;
    font-size: 32px;
    font-weight: 500;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

#block-system-main .ru .pageName .titleHolder {
    letter-spacing: 0!important
}

#block-system-main .vi .pageName .titleHolder {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .pageName .titleHolder {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .zh-hant .pageName .titleHolder {
    font-family: gotham ssm a,gotham ssm b,mhei,lucida grande,lucida sans unicode,stheititc-light,ms pgothic,microsoft jhenghei,微軟正黑體,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .ja .pageName .titleHolder {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .pageName .titleHolder {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,yoon gothic,apple gothic,hy gulim,malgumgothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .pageName .titleHolder {
        font-size:28px
    }
}

@media screen and (max-width: 767px) {
    .pageName .titleHolder {
        font-size:24px
    }
}

.pageName .titleHolder select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 25px;
    border-radius: 0;
    outline: 0;
    -webkit-appearance: none;
    appearance: none;
    display: block;
    vertical-align: middle;
    opacity: 0;
    font-size: initial;
    cursor: pointer
}
@media screen and (min-width: 768px) and (max-width:1021px) {}

@media screen and (max-width: 767px) {}
.bar-function {
    height: 45px;
    background: #222;
    position: relative
}

.bar-function .close-bar {
    position: absolute;
    top: 0;
    right: 0;
    width: 55px;
    height: 55px;
    z-index: 1;
    background: url(/sites/all/themes/bartik/images/ui/close-lightbox.png) no-repeat center center;
    background-size: 16px 16px
}

.bar-function .list-directory {
    height: 45px;
    white-space: nowrap
}

.bar-function .list-directory li {
    height: 45px;
    line-height: 45px;
    display: inline-block;
    margin-right: 30px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 300;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: auto
}

#block-system-main .ru .bar-function .list-directory li {
    letter-spacing: 0!important
}

#block-system-main .vi .bar-function .list-directory li {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .bar-function .list-directory li {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .zh-hant .bar-function .list-directory li {
    font-family: gotham ssm a,gotham ssm b,mhei,lucida grande,lucida sans unicode,stheititc-light,ms pgothic,microsoft jhenghei,微軟正黑體,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .ja .bar-function .list-directory li {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .bar-function .list-directory li {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,yoon gothic,apple gothic,hy gulim,malgumgothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .bar-function .list-directory li {
        font-size:14px;
        font-weight: 400
    }
}

@media screen and (max-width: 767px) {
    .bar-function .list-directory li {
        font-size:12px;
        font-weight: 400
    }
}

.bar-function .list-directory li.active {
    color: #fd0;
    font-size: 16px;
    font-weight: 500;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

#block-system-main .ru .bar-function .list-directory li.active {
    letter-spacing: 0!important
}

#block-system-main .vi .bar-function .list-directory li.active {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .bar-function .list-directory li.active {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .zh-hant .bar-function .list-directory li.active {
    font-family: gotham ssm a,gotham ssm b,mhei,lucida grande,lucida sans unicode,stheititc-light,ms pgothic,microsoft jhenghei,微軟正黑體,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .ja .bar-function .list-directory li.active {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .bar-function .list-directory li.active {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,yoon gothic,apple gothic,hy gulim,malgumgothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .bar-function .list-directory li.active {
        font-size:14px
    }
}

@media screen and (max-width: 767px) {
    .bar-function .list-directory li.active {
        font-size:12px
    }
}

#block-system-main .zh-hans .bar-function .list-directory li.active {
    font-weight: 700
}

#block-system-main .zh-hant .bar-function .list-directory li.active {
    font-weight: 700
}

.bar-function .list-filter {
    height: 45px
}

.bar-function .list-filter li {
    height: 45px;
    line-height: 45px;
    display: inline-block;
    margin-right: 20px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 300;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: auto
}

#block-system-main .ru .bar-function .list-filter li {
    letter-spacing: 0!important
}

#block-system-main .vi .bar-function .list-filter li {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .bar-function .list-filter li {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .zh-hant .bar-function .list-filter li {
    font-family: gotham ssm a,gotham ssm b,mhei,lucida grande,lucida sans unicode,stheititc-light,ms pgothic,microsoft jhenghei,微軟正黑體,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .ja .bar-function .list-filter li {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .bar-function .list-filter li {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,yoon gothic,apple gothic,hy gulim,malgumgothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .bar-function .list-filter li {
        font-size:14px;
        font-weight: 400
    }
}

@media screen and (max-width: 767px) {
    .bar-function .list-filter li {
        font-size:12px;
        font-weight: 400
    }
}

.bar-function .list-filter li.active {
    color: #fd0;
    font-size: 16px;
    font-weight: 500;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

#block-system-main .ru .bar-function .list-filter li.active {
    letter-spacing: 0!important
}

#block-system-main .vi .bar-function .list-filter li.active {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .bar-function .list-filter li.active {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .zh-hant .bar-function .list-filter li.active {
    font-family: gotham ssm a,gotham ssm b,mhei,lucida grande,lucida sans unicode,stheititc-light,ms pgothic,microsoft jhenghei,微軟正黑體,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .ja .bar-function .list-filter li.active {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .bar-function .list-filter li.active {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,yoon gothic,apple gothic,hy gulim,malgumgothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .bar-function .list-filter li.active {
        font-size:14px
    }
}

@media screen and (max-width: 767px) {
    .bar-function .list-filter li.active {
        font-size:12px
    }
}

#block-system-main .zh-hans .bar-function .list-filter li.active {
    font-weight: 700
}

#block-system-main .zh-hant .bar-function .list-filter li.active {
    font-weight: 700
}

.bar-function .form-selection .form-group {
    line-height: 45px;
    margin-left: 20px
}
@media screen and (min-width: 768px) and (max-width:1021px) {}

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

.bar-function .form-selection .form-group .customSelect {
    color: #fff;
    margin: 0 15px
}

#home {
    background: #f4f4f4;
    position: relative
}

#home .jumbotron {
    width: 100%;
    height: 580px;
    position: fixed;
    top: 100px;
    left: 0;
    z-index: 0;
    padding: 0
}

#home .jumbotron .bx-viewport,#home .jumbotron .bx-wrapper {
    height: auto
}

@media(min-width: 1022px) and (max-width:1279px) {
    #home .jumbotron .bx-viewport,#home .jumbotron .bx-wrapper {
        height:100%!important
    }
}

@media(min-width: 1280px) {
    #home .jumbotron .bx-viewport,#home .jumbotron .bx-wrapper {
        height:100%!important
    }
}

#home .jumbotron .bx-controls {
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 63;
    width: 100%
}
@media(min-width: 768px) {}

@media(min-width: 1022px) {}

@media(min-width: 1280px) {}
@media(min-width: 768px) {}

#home .jumbotron .bx-controls-direction {
    display: none
}

#home .jumbotron .bxslider {
    width: 100%;
    height: 100%
}

#home .jumbotron .bxslider li {
    width: 100%;
    height: 100%;
    position: relative
}

#home .jumbotron .bxslider li .kv-container {
    position: relative
}

@media(max-width: 767px) {
    #home .jumbotron .bxslider li .kv-container {
        width:100%;
        padding-bottom: 72.5%
    }
}

@media(min-width: 768px) and (max-width:1021px) {
    #home .jumbotron .bxslider li .kv-container {
        width:100%;
        padding-bottom: 72.5%
    }
}

#home .jumbotron .bxslider li .kv-container .pdt-container {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    z-index: 61
}

#home .jumbotron .bxslider li .kv-container .pdt-container>.container {
    height: 100%
}

#home .jumbotron .bxslider li .kv-container .pdt-container .banner-pdt {
    position: absolute;
    top: 0;
    height: 100%;
    padding-right: 15px
}

#home .jumbotron .bxslider li .kv-container .pdt-container .banner-pdt img {
    height: 100%;
    width: auto;
    max-width: none;
    margin: 0 auto
}

@media(min-width: 1280px) {
    #home .jumbotron .bxslider li .kv-container .pdt-container .banner-pdt {
        right:35%
    }

    #home .jumbotron .bxslider li .kv-container .pdt-container .banner-pdt img {
        float: right
    }
}

@media(min-width: 1022px) and (max-width:1279px) {
    #home .jumbotron .bxslider li .kv-container .pdt-container .banner-pdt {
        right:40%
    }

    #home .jumbotron .bxslider li .kv-container .pdt-container .banner-pdt img {
        float: right
    }
}

@media(min-width: 768px) and (max-width:1021px) {
    #home .jumbotron .bxslider li .kv-container .pdt-container .banner-pdt {
        right:0;
        padding-right: 0;
        position: relative;
        text-align: center;
        opacity: 1!important
    }

    #home .jumbotron .bxslider li .kv-container .pdt-container .banner-pdt img {
        display: block;
        margin-left: auto;
        margin-right: auto
    }
}

@media(max-width: 767px) {
    #home .jumbotron .bxslider li .kv-container .pdt-container .banner-pdt {
        right:0;
        padding-right: 0;
        position: relative;
        text-align: center;
        opacity: 1!important
    }

    #home .jumbotron .bxslider li .kv-container .pdt-container .banner-pdt img {
        display: block;
        margin-left: auto;
        margin-right: auto
    }
}

#home .jumbotron .bxslider li .banner {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 1920px 580px
}

#home .jumbotron .bxslider li .banner.banner-mobile {
    display: none!important
}

@media(max-width: 767px) {
    #home .jumbotron .bxslider li .banner.banner-mobile {
        display:block!important
    }

    table#home .jumbotron .bxslider li .banner.banner-mobile {
        display: table
    }

    tr#home .jumbotron .bxslider li .banner.banner-mobile {
        display: table-row!important
    }

    th#home .jumbotron .bxslider li .banner.banner-mobile,td#home .jumbotron .bxslider li .banner.banner-mobile {
        display: table-cell!important
    }
}

@media(min-width: 768px) and (max-width:1021px) {
    #home .jumbotron .bxslider li .banner.banner-mobile {
        display:block!important
    }

    table#home .jumbotron .bxslider li .banner.banner-mobile {
        display: table
    }

    tr#home .jumbotron .bxslider li .banner.banner-mobile {
        display: table-row!important
    }

    th#home .jumbotron .bxslider li .banner.banner-mobile,td#home .jumbotron .bxslider li .banner.banner-mobile {
        display: table-cell!important
    }
}

#home .jumbotron .bxslider li .banner.banner-basic {
    z-index: 1
}

@media screen and (max-width: 767px) {
    #home .jumbotron .bxslider li .banner.banner-basic {
        display:none
    }
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    #home .jumbotron .bxslider li .banner.banner-basic {
        display:none
    }
}

#home .jumbotron .bxslider li .banner.banner-blur {
    z-index: 3;
    opacity: 0
}

@media screen and (max-width: 767px) {
    #home .jumbotron .bxslider li .banner.banner-blur {
        display:none
    }
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    #home .jumbotron .bxslider li .banner.banner-blur {
        display:none
    }
}

#home .jumbotron .bxslider li .banner.banner-hd {
    z-index: 2
}

@media screen and (max-width: 767px) {
    #home .jumbotron .bxslider li .banner.banner-hd {
        display:none
    }
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    #home .jumbotron .bxslider li .banner.banner-hd {
        display:none
    }
}

#home .jumbotron .bxslider li .container-txt {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 62
}

#home .jumbotron .bxslider li .container-txt .container {
    height: 100%
}

@media(max-width: 767px) {
    #home .jumbotron .bxslider li .container-txt .container {
        width:100%
    }
}

#home .jumbotron .bxslider li .container-txt .tableContain {
    height: 100%
}

@media(min-width: 1022px) and (max-width:1279px) {
    #home .jumbotron .bxslider li .container-txt .tableContain {
        width:35%;
        margin-left: 65%
    }
}

@media(min-width: 1280px) {
    #home .jumbotron .bxslider li .container-txt .tableContain {
        width:35%;
        margin-left: 65%
    }
}

#home .jumbotron .bxslider li .container-txt .tableContain .customTable {
    height: 100%;
    width: 100%
}

@media(min-width: 1022px) and (max-width:1279px) {
    #home .jumbotron .bxslider li .container-txt .tableContain .customTable {
        display:table
    }
}

@media(min-width: 1280px) {
    #home .jumbotron .bxslider li .container-txt .tableContain .customTable {
        display:table
    }
}

#home .jumbotron .bxslider li .container-txt .banner-txt {
    display: table-cell;
    vertical-align: middle;
    color: #fff
}

#home .jumbotron .bxslider li .container-txt .banner-txt .txt-blk .banner-title {
    font-size: 28px;
    font-weight: 700;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    letter-spacing: 2px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-transform: uppercase;
    line-height: 1.1em
}

#block-system-main .ru #home .jumbotron .bxslider li .container-txt .banner-txt .txt-blk .banner-title {
    letter-spacing: 0!important
}

#block-system-main .vi #home .jumbotron .bxslider li .container-txt .banner-txt .txt-blk .banner-title {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans #home .jumbotron .bxslider li .container-txt .banner-txt .txt-blk .banner-title {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .zh-hant #home .jumbotron .bxslider li .container-txt .banner-txt .txt-blk .banner-title {
    font-family: gotham ssm a,gotham ssm b,mhei,lucida grande,lucida sans unicode,stheititc-light,ms pgothic,microsoft jhenghei,微軟正黑體,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .ja #home .jumbotron .bxslider li .container-txt .banner-txt .txt-blk .banner-title {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko #home .jumbotron .bxslider li .container-txt .banner-txt .txt-blk .banner-title {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,yoon gothic,apple gothic,hy gulim,malgumgothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    #home .jumbotron .bxslider li .container-txt .banner-txt .txt-blk .banner-title {
        font-size:24px
    }
}

@media screen and (max-width: 767px) {
    #home .jumbotron .bxslider li .container-txt .banner-txt .txt-blk .banner-title {
        font-size:21px
    }
}

#home .jumbotron .bxslider li .container-txt .banner-txt .txt-blk .banner-#block-system-main  {
    font-size: 16px;
    font-weight: 300;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: auto;
    margin: 15px 0
}

#block-system-main .ru #home .jumbotron .bxslider li .container-txt .banner-txt .txt-blk .banner-#block-system-main  {
    letter-spacing: 0!important
}

#block-system-main .vi #home .jumbotron .bxslider li .container-txt .banner-txt .txt-blk .banner-#block-system-main  {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans #home .jumbotron .bxslider li .container-txt .banner-txt .txt-blk .banner-#block-system-main  {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .zh-hant #home .jumbotron .bxslider li .container-txt .banner-txt .txt-blk .banner-#block-system-main  {
    font-family: gotham ssm a,gotham ssm b,mhei,lucida grande,lucida sans unicode,stheititc-light,ms pgothic,microsoft jhenghei,微軟正黑體,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .ja #home .jumbotron .bxslider li .container-txt .banner-txt .txt-blk .banner-#block-system-main  {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko #home .jumbotron .bxslider li .container-txt .banner-txt .txt-blk .banner-#block-system-main  {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,yoon gothic,apple gothic,hy gulim,malgumgothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    #home .jumbotron .bxslider li .container-txt .banner-txt .txt-blk .banner-#block-system-main  {
        font-size:14px;
        font-weight: 400
    }
}

@media screen and (max-width: 767px) {
    #home .jumbotron .bxslider li .container-txt .banner-txt .txt-blk .banner-#block-system-main  {
        font-size:12px;
        font-weight: 400
    }
}
@media screen and (min-width: 768px) and (max-width:1021px) {}

@media screen and (max-width: 767px) {}
@media(min-width: 1022px) and (max-width:1279px) {
    #home .jumbotron .bxslider li .container-txt .banner-txt .txt-blk.black {
        color:#444
    }}

@media(min-width: 1280px) {
    #home .jumbotron .bxslider li .container-txt .banner-txt .txt-blk.black {
        color:#444
    }}

.container-homepageBlk {
    margin-top: 600px;
    padding-bottom: 100px;
    padding-left: 0!important;
    padding-right: 0!important
}

@media(min-width: 1022px) and (max-width:1279px) {
    .container-homepageBlk {
        margin-bottom:60px
    }
}

@media(min-width: 1280px) {
    .container-homepageBlk {
        margin-bottom:60px
    }
}

.container-homepageBlk #block-system-main .col {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px
}

.card {
    background: #fff;
    position: relative
}

.card .container-img img {
    width: 100%
}

.card.type-1 {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out
}

@media(min-width: 1022px) and (max-width:1279px) {
    .card.type-1:hover {
        transform:translateY(-5px);
        -webkit-transform: translateY(-5px);
        -moz-transform: translateY(-5px);
        -o-transform: translateY(-5px)
    }
}

@media(min-width: 1280px) {
    .card.type-1:hover {
        transform:translateY(-5px);
        -webkit-transform: translateY(-5px);
        -moz-transform: translateY(-5px);
        -o-transform: translateY(-5px)
    }
}

@media(min-width: 768px) and (max-width:1021px) {
    .card.type-1:hover {
        transform:translateY(-5px);
        -webkit-transform: translateY(-5px);
        -moz-transform: translateY(-5px);
        -o-transform: translateY(-5px)
    }
}

.card.type-1 .container-img {
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.card.type-1 .container-txt {
    background: #fff;
    margin-bottom: 30px
}

.card.type-2 .container-img {
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.card.type-2 .container-txt {
    background: #fff;
    margin-bottom: 30px
}

.card.type-3 .container-txt {
    background: #fff;
    margin-bottom: 30px
}

.card.type-4 .container-img {
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer
}

.card.type-4 .container-txt {
    background: #fff
}

.card.type-4 .container-details {
    background: #fff;
    font-size: 14px;
    font-weight: 300;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: auto;
    padding: 0 20px 40px
}

#block-system-main .ru .card.type-4 .container-details {
    letter-spacing: 0!important
}

#block-system-main .vi .card.type-4 .container-details {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .card.type-4 .container-details {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .zh-hant .card.type-4 .container-details {
    font-family: gotham ssm a,gotham ssm b,mhei,lucida grande,lucida sans unicode,stheititc-light,ms pgothic,microsoft jhenghei,微軟正黑體,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .ja .card.type-4 .container-details {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .card.type-4 .container-details {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,yoon gothic,apple gothic,hy gulim,malgumgothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .card.type-4 .container-details {
        font-size:12px;
        font-weight: 400
    }
}

@media screen and (max-width: 767px) {
    .card.type-4 .container-details {
        font-size:11px;
        font-weight: 400
    }
}

.card.type-5 .container-txt {
    background: #fff
}

.card.type-5 .container-details {
    background: #fff;
    font-size: 14px;
    font-weight: 300;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: auto;
    padding: 0 20px 40px
}

#block-system-main .ru .card.type-5 .container-details {
    letter-spacing: 0!important
}

#block-system-main .vi .card.type-5 .container-details {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .card.type-5 .container-details {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .zh-hant .card.type-5 .container-details {
    font-family: gotham ssm a,gotham ssm b,mhei,lucida grande,lucida sans unicode,stheititc-light,ms pgothic,microsoft jhenghei,微軟正黑體,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .ja .card.type-5 .container-details {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .card.type-5 .container-details {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,yoon gothic,apple gothic,hy gulim,malgumgothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .card.type-5 .container-details {
        font-size:12px;
        font-weight: 400
    }
}

@media screen and (max-width: 767px) {
    .card.type-5 .container-details {
        font-size:11px;
        font-weight: 400
    }
}

.card .block {
    display: block
}

.card .container-txt {
    padding: 20px 20px 10px;
    color: #666
}

.card .container-txt .category {
    font-size: 12px;
    font-weight: 400;
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: auto;
    line-height: 1
}

.card .container-txt .title {
    font-size: 16px;
    font-weight: 500;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-transform: uppercase;
    margin-top: 10px;
    line-height: 1;
    cursor: pointer
}

#block-system-main .ru .card .container-txt .title {
    letter-spacing: 0!important
}

#block-system-main .vi .card .container-txt .title {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .card .container-txt .title {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .zh-hant .card .container-txt .title {
    font-family: gotham ssm a,gotham ssm b,mhei,lucida grande,lucida sans unicode,stheititc-light,ms pgothic,microsoft jhenghei,微軟正黑體,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .ja .card .container-txt .title {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .card .container-txt .title {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,yoon gothic,apple gothic,hy gulim,malgumgothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .card .container-txt .title {
        font-size:14px
    }
}

@media screen and (max-width: 767px) {
    .card .container-txt .title {
        font-size:12px
    }
}

#block-system-main .zh-hans .card .container-txt .title {
    font-weight: 700
}

#block-system-main .zh-hant .card .container-txt .title {
    font-weight: 700
}

@media screen and (max-width: 767px) {
    .card .container-txt {
        padding:15px 15px 0
    }
}

.card .bar-action {
    height: 30px;
    background: #222;
    text-align: right;
    font-size: 12px;
    font-weight: 400;
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: auto;
    color: #999;
    line-height: 30px;
    padding: 0 10px;
    text-transform: uppercase;
    cursor: pointer;
    overflow: hidden
}

.card .bar-action .txt {
    vertical-align: middle;
    margin-right: 5px
}

.card .bar-action img {
    vertical-align: middle;
    height: 15px;
    width: auto
}

#awards {
    background: #f4f4f4;
    padding: 0 0 100px
}

#awards .awards-full {
    margin: 15px 0;
    background: #fff
}

#awards .awards-full td {
    background: #fff;
    border: 0;
    padding: 30px
}

#awards .awards-full .thumb {
    vertical-align: middle;
    width: 20%;
    text-align: center
}
#awards .pageName {
    margin: 32px 0;
    color: #222
}

@media(max-width: 767px) {
    #awards .pageName {
        padding-right:32px
    }
}
@media screen and (min-width: 768px) and (max-width:1021px) {}

@media screen and (max-width: 767px) {}
#awards .loaded-all {
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: auto;
    color: #ccc;
    display: none
}

#block-system-main .ru #awards .loaded-all {
    letter-spacing: 0!important
}

#block-system-main .vi #awards .loaded-all {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans #awards .loaded-all {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .zh-hant #awards .loaded-all {
    font-family: gotham ssm a,gotham ssm b,mhei,lucida grande,lucida sans unicode,stheititc-light,ms pgothic,microsoft jhenghei,微軟正黑體,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .ja #awards .loaded-all {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko #awards .loaded-all {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,yoon gothic,apple gothic,hy gulim,malgumgothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    #awards .loaded-all {
        font-size:12px;
        font-weight: 400
    }
}

@media screen and (max-width: 767px) {
    #awards .loaded-all {
        font-size:11px;
        font-weight: 400
    }
}

#awards .view-display-id-other .item-list {
    display: none
}

#awards .banner-morePdt {
    height: 380px;
    position: relative;
    background: url(/sites/all/themes/bartik/images/awards/bg.jpg) no-repeat center top;
    background-size: cover
}

#awards .banner-morePdt .txt {
    font-size: 26px;
    font-weight: 300;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    letter-spacing: 2px;
    text-align: center;
    top: 170px;
    position: relative;
    color: #eee;
    text-transform: uppercase
}

#block-system-main .ru #awards .banner-morePdt .txt {
    letter-spacing: 0!important
}

#block-system-main .vi #awards .banner-morePdt .txt {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans #awards .banner-morePdt .txt {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .zh-hant #awards .banner-morePdt .txt {
    font-family: gotham ssm a,gotham ssm b,mhei,lucida grande,lucida sans unicode,stheititc-light,ms pgothic,microsoft jhenghei,微軟正黑體,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .ja #awards .banner-morePdt .txt {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko #awards .banner-morePdt .txt {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,yoon gothic,apple gothic,hy gulim,malgumgothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    #awards .banner-morePdt .txt {
        font-size:22px;
        font-weight: 400
    }
}

@media screen and (max-width: 767px) {
    #awards .banner-morePdt .txt {
        font-size:20px;
        font-weight: 400
    }
}

#awards .banner-pdt {
    background: #fff;
    height: 420px;
    position: relative
}

#awards .banner-pdt .pdtImg {
    height: 260px;
    top: 30px;
    position: relative;
    text-align: center
}

#awards .banner-pdt .pdtImg img {
    height: 100%
}

#awards .banner-pdt .pdtName {
    position: absolute;
    bottom: 60px;
    text-align: center;
    width: 100%;
    left: 0;
    font-size: 26px;
    font-weight: 300;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    letter-spacing: 2px;
    color: #454545
}

#block-system-main .ru #awards .banner-pdt .pdtName {
    letter-spacing: 0!important
}

#block-system-main .vi #awards .banner-pdt .pdtName {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans #awards .banner-pdt .pdtName {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .zh-hant #awards .banner-pdt .pdtName {
    font-family: gotham ssm a,gotham ssm b,mhei,lucida grande,lucida sans unicode,stheititc-light,ms pgothic,microsoft jhenghei,微軟正黑體,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .ja #awards .banner-pdt .pdtName {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko #awards .banner-pdt .pdtName {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,yoon gothic,apple gothic,hy gulim,malgumgothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    #awards .banner-pdt .pdtName {
        font-size:22px;
        font-weight: 400
    }
}

@media screen and (max-width: 767px) {
    #awards .banner-pdt .pdtName {
        font-size:20px;
        font-weight: 400
    }
}
@media screen and (min-width: 768px) and (max-width:1021px) {}

@media screen and (max-width: 767px) {}
#awards #block-system-main .col .table {
    margin-bottom: 10px
}

#awards #block-system-main .col .table td {
    vertical-align: middle;
    border: 0
}

#awards #block-system-main .col .table .thumb {
    width: 30%;
    padding: 10px;
    padding-left: 20px;
    text-align: center
}

#awards #block-system-main .col .table .txt {
    width: 70%;
    padding: 20px 10px;
    color: #666
}

#awards #block-system-main .col .table .txt .date,#awards #block-system-main .col .table .txt .remarks {
    font-size: 14px;
    font-weight: 300;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: auto
}

#block-system-main .ru #awards #block-system-main .col .table .txt .date,#block-system-main .ru #awards #block-system-main .col .table .txt .remarks {
    letter-spacing: 0!important
}

#block-system-main .vi #awards #block-system-main .col .table .txt .date,#block-system-main .vi #awards #block-system-main .col .table .txt .remarks {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans #awards #block-system-main .col .table .txt .date,#block-system-main .zh-hans #awards #block-system-main .col .table .txt .remarks {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .zh-hant #awards #block-system-main .col .table .txt .date,#block-system-main .zh-hant #awards #block-system-main .col .table .txt .remarks {
    font-family: gotham ssm a,gotham ssm b,mhei,lucida grande,lucida sans unicode,stheititc-light,ms pgothic,microsoft jhenghei,微軟正黑體,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .ja #awards #block-system-main .col .table .txt .date,#block-system-main .ja #awards #block-system-main .col .table .txt .remarks {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko #awards #block-system-main .col .table .txt .date,#block-system-main .ko #awards #block-system-main .col .table .txt .remarks {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,yoon gothic,apple gothic,hy gulim,malgumgothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    #awards #block-system-main .col .table .txt .date,#awards #block-system-main .col .table .txt .remarks {
        font-size:12px;
        font-weight: 400
    }
}

@media screen and (max-width: 767px) {
    #awards #block-system-main .col .table .txt .date,#awards #block-system-main .col .table .txt .remarks {
        font-size:11px;
        font-weight: 400
    }
}

#awards #block-system-main .col .table .txt .title {
    font-size: 16px;
    font-weight: 500;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    margin: 5px 0
}

#block-system-main .ru #awards #block-system-main .col .table .txt .title {
    letter-spacing: 0!important
}

#block-system-main .vi #awards #block-system-main .col .table .txt .title {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans #awards #block-system-main .col .table .txt .title {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .zh-hant #awards #block-system-main .col .table .txt .title {
    font-family: gotham ssm a,gotham ssm b,mhei,lucida grande,lucida sans unicode,stheititc-light,ms pgothic,microsoft jhenghei,微軟正黑體,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .ja #awards #block-system-main .col .table .txt .title {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko #awards #block-system-main .col .table .txt .title {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,yoon gothic,apple gothic,hy gulim,malgumgothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    #awards #block-system-main .col .table .txt .title {
        font-size:14px
    }
}

@media screen and (max-width: 767px) {
    #awards #block-system-main .col .table .txt .title {
        font-size:12px
    }
}

#block-system-main .zh-hans #awards #block-system-main .col .table .txt .title {
    font-weight: 700
}

#block-system-main .zh-hant #awards #block-system-main .col .table .txt .title {
    font-weight: 700
}

#awards .table-awards {
    display: table;
    border-spacing: 15px;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 15px
}

#awards .table-awards #block-system-main .row-awards {
    display: table-row
}

#awards .table-awards #block-system-main .row-awards:before,#awards .table-awards #block-system-main .row-awards:after {
    display: none
}

#awards .table-awards #block-system-main .row-awards #block-system-main .col-awards {
    display: table-cell;
    background: #fff;
    float: none;
    vertical-align: middle;
    padding: 0
}

#country {
    padding-bottom: 150px;
    background: #f4f4f4
}

#country .pageName {
    margin: 32px 0;
    color: #222
}

#country section.region {
    margin-bottom: 20px
}

#country section.region .regionName {
    font-size: 26px;
    font-weight: 300;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    letter-spacing: 2px;
    color: #222
}

#block-system-main .ru #country section.region .regionName {
    letter-spacing: 0!important
}

#block-system-main .vi #country section.region .regionName {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans #country section.region .regionName {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .zh-hant #country section.region .regionName {
    font-family: gotham ssm a,gotham ssm b,mhei,lucida grande,lucida sans unicode,stheititc-light,ms pgothic,microsoft jhenghei,微軟正黑體,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .ja #country section.region .regionName {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko #country section.region .regionName {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,yoon gothic,apple gothic,hy gulim,malgumgothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    #country section.region .regionName {
        font-size:22px;
        font-weight: 400
    }
}

@media screen and (max-width: 767px) {
    #country section.region .regionName {
        font-size:20px;
        font-weight: 400
    }
}

#country section.region .regionName:after {
    content: '';
    width: 100%;
    border-bottom: 1px solid #ccc;
    display: block;
    height: 1px;
    margin-bottom: 20px
}

#country section.region .country {
    margin-bottom: 35px;
    position: relative
}

#country section.region .country>a {
    display: block;
    height: 19px
}

#country section.region .country .countryName {
    font-size: 14px;
    font-weight: 300;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: auto;
    position: absolute;
    top: 2px;
    left: 58px;
    color: #222
}

#block-system-main .ru #country section.region .country .countryName {
    letter-spacing: 0!important
}

#block-system-main .vi #country section.region .country .countryName {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans #country section.region .country .countryName {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .zh-hant #country section.region .country .countryName {
    font-family: gotham ssm a,gotham ssm b,mhei,lucida grande,lucida sans unicode,stheititc-light,ms pgothic,microsoft jhenghei,微軟正黑體,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .ja #country section.region .country .countryName {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko #country section.region .country .countryName {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,yoon gothic,apple gothic,hy gulim,malgumgothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    #country section.region .country .countryName {
        font-size:12px;
        font-weight: 400
    }
}

@media screen and (max-width: 767px) {
    #country section.region .country .countryName {
        font-size:11px;
        font-weight: 400
    }
}

#where-to-buy {
    padding: 0 0 40px;
    background: #f4f4f4
}

#where-to-buy .bar-function {
    margin-bottom: 30px
}

#where-to-buy .bar-function .form-selection .form-group {
    margin-left: 0;
    margin-right: 20px
}

#where-to-buy .bar-function .form-selection .form-group select {
    width: auto
}

#where-to-buy .pageName {
    margin: 32px 0;
    color: #222
}
@media screen and (min-width: 768px) and (max-width:1021px) {}

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

#where-to-buy .list-company {
    margin-left: -7px;
    margin-right: -7px
}

#where-to-buy .list-company #block-system-main .col {
    padding-left: 7px;
    padding-right: 7px;
    margin-bottom: 15px
}

#where-to-buy .list-company #block-system-main .col a {
    display: block;
    position: relative
}

#where-to-buy .list-company #block-system-main .col a:hover .txt {
    opacity: 1
}

#where-to-buy .list-company #block-system-main .col a .txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: rgba(0,0,0,.8);
    text-align: center;
    display: table;
    opacity: 0;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out
}

#where-to-buy .list-company #block-system-main .col a .txt div {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 500;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: #eee;
    text-transform: uppercase;
    padding: 15px;
    word-break: break-word
}

#block-system-main .ru #where-to-buy .list-company #block-system-main .col a .txt div {
    letter-spacing: 0!important
}

#block-system-main .vi #where-to-buy .list-company #block-system-main .col a .txt div {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans #where-to-buy .list-company #block-system-main .col a .txt div {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .zh-hant #where-to-buy .list-company #block-system-main .col a .txt div {
    font-family: gotham ssm a,gotham ssm b,mhei,lucida grande,lucida sans unicode,stheititc-light,ms pgothic,microsoft jhenghei,微軟正黑體,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .ja #where-to-buy .list-company #block-system-main .col a .txt div {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko #where-to-buy .list-company #block-system-main .col a .txt div {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,yoon gothic,apple gothic,hy gulim,malgumgothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    #where-to-buy .list-company #block-system-main .col a .txt div {
        font-size:14px
    }
}

@media screen and (max-width: 767px) {
    #where-to-buy .list-company #block-system-main .col a .txt div {
        font-size:12px
    }
}

#block-system-main .zh-hans #where-to-buy .list-company #block-system-main .col a .txt div {
    font-weight: 700
}

#block-system-main .zh-hant #where-to-buy .list-company #block-system-main .col a .txt div {
    font-weight: 700
}

#where-to-buy .list-company #block-system-main .col a .txt.noimg {
    opacity: 1;
    background: #fff
}

#where-to-buy .list-company #block-system-main .col a .txt.noimg div {
    color: #666
}

@media screen and (min-width: 1280px) {
    #where-to-buy .list-company #block-system-main .col {
        width:20%
    }
}

#where-to-buy .company {
    height: 150px;
    margin-bottom: 5px;
    background-color: #fff;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-origin: content-box;
    padding: 45px
}

@media(max-width: 767px) {
    #where-to-buy .company {
        padding:30px
    }
}

#news {
    background: #f4f4f4;
    padding: 75px 0 100px
}

#news .pageName {
    color: #222;
    margin: 32px 0
}

#news .bar-function {
    position: fixed;
    top: 100px;
    left: 0;
    z-index: 100;
    width: 100%
}

#news .item-list {
    display: none
}
@media screen and (min-width: 768px) and (max-width:1021px) {}

@media screen and (max-width: 767px) {}
#news .loaded-all {
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: auto;
    color: #ccc;
    display: none
}

#block-system-main .ru #news .loaded-all {
    letter-spacing: 0!important
}

#block-system-main .vi #news .loaded-all {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans #news .loaded-all {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .zh-hant #news .loaded-all {
    font-family: gotham ssm a,gotham ssm b,mhei,lucida grande,lucida sans unicode,stheititc-light,ms pgothic,microsoft jhenghei,微軟正黑體,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .ja #news .loaded-all {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko #news .loaded-all {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,yoon gothic,apple gothic,hy gulim,malgumgothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    #news .loaded-all {
        font-size:12px;
        font-weight: 400
    }
}

@media screen and (max-width: 767px) {
    #news .loaded-all {
        font-size:11px;
        font-weight: 400
    }
}

#news .container-newsBlk {
    padding: 0 0 80px
}

#news .container-newsBlk #block-system-main .col {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px
}

#sitemap {
    background: #f4f4f4;
    padding: 0 0 60px
}

#sitemap #block-system-main .col {
    padding: 0
}

#sitemap .pageName {
    color: #222;
    margin: 32px 0
}

#sitemap .sectionName {
    font-size: 26px;
    font-weight: 300;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    color: #222
}

#block-system-main .ru #sitemap .sectionName {
    letter-spacing: 0!important
}

#block-system-main .vi #sitemap .sectionName {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans #sitemap .sectionName {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .zh-hant #sitemap .sectionName {
    font-family: gotham ssm a,gotham ssm b,mhei,lucida grande,lucida sans unicode,stheititc-light,ms pgothic,microsoft jhenghei,微軟正黑體,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .ja #sitemap .sectionName {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko #sitemap .sectionName {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,yoon gothic,apple gothic,hy gulim,malgumgothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    #sitemap .sectionName {
        font-size:22px;
        font-weight: 400
    }
}

@media screen and (max-width: 767px) {
    #sitemap .sectionName {
        font-size:20px;
        font-weight: 400
    }
}

#sitemap .sectionName a {
    padding-right: 35px;
    display: inline-block;
    position: relative
}

#sitemap .sectionName a:after {
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
    height: 35px;
    background: url(/sites/all/themes/bartik/images/ui/navi-sitemap.png) no-repeat center;
    content: ''
}

#sitemap ul {
    font-size: 16px;
    font-weight: 500;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: #222
}

#block-system-main .ru #sitemap ul {
    letter-spacing: 0!important
}

#block-system-main .vi #sitemap ul {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans #sitemap ul {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .zh-hant #sitemap ul {
    font-family: gotham ssm a,gotham ssm b,mhei,lucida grande,lucida sans unicode,stheititc-light,ms pgothic,microsoft jhenghei,微軟正黑體,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .ja #sitemap ul {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko #sitemap ul {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,yoon gothic,apple gothic,hy gulim,malgumgothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    #sitemap ul {
        font-size:14px
    }
}

@media screen and (max-width: 767px) {
    #sitemap ul {
        font-size:12px
    }
}

#block-system-main .zh-hans #sitemap ul {
    font-weight: 700
}

#block-system-main .zh-hant #sitemap ul {
    font-weight: 700
}

#sitemap ul>li {
    line-height: 35px
}

#sitemap ul>li a {
    display: block
}

#sitemap ul>li a:hover {
    color: #222
}

#sitemap ul>li ul {
    color: #666;
    margin-left: 1em;
    font-size: 16px;
    font-weight: 300;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: auto
}

#block-system-main .ru #sitemap ul>li ul {
    letter-spacing: 0!important
}

#block-system-main .vi #sitemap ul>li ul {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans #sitemap ul>li ul {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .zh-hant #sitemap ul>li ul {
    font-family: gotham ssm a,gotham ssm b,mhei,lucida grande,lucida sans unicode,stheititc-light,ms pgothic,microsoft jhenghei,微軟正黑體,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .ja #sitemap ul>li ul {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko #sitemap ul>li ul {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,yoon gothic,apple gothic,hy gulim,malgumgothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    #sitemap ul>li ul {
        font-size:14px;
        font-weight: 400
    }
}

@media screen and (max-width: 767px) {
    #sitemap ul>li ul {
        font-size:12px;
        font-weight: 400
    }
}

#sitemap section {
    margin-top: 60px
}

#sitemap section:before,#sitemap section:after {
    content: " ";
    display: table
}

#sitemap section:after {
    clear: both
}

#sitemap section:before,#sitemap section:after {
    content: " ";
    display: table
}

#sitemap section:after {
    clear: both
}

#sitemap section .container-pageList {
    border-top: 1px solid #ccc;
    margin-top: 20px;
    padding-top: 25px
}

#sitemap section .container-pageList:before,#sitemap section .container-pageList:after {
    content: " ";
    display: table
}

#sitemap section .container-pageList:after {
    clear: both
}

#sitemap section .container-pageList:before,#sitemap section .container-pageList:after {
    content: " ";
    display: table
}

#sitemap section .container-pageList:after {
    clear: both
}

#news-details .bar-function .list-directory .glyphicon {
    font-size: .6em;
    vertical-align: 2px;
    margin-right: 5px
}

#news-details .jumbotron {
    padding: 0;
    margin: 0;
    background: #fff
}

#news-details .jumbotron ul,#news-details .jumbotron li {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto
}

#news-details .jumbotron ul .image,#news-details .jumbotron li .image {
    max-height: 500px;
    margin-left: auto;
    margin-right: auto;
    display: block
}

#news-details .jumbotron ul img,#news-details .jumbotron li img {
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    display: block
}

#news-details .jumbotron ul iframe,#news-details .jumbotron li iframe {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 100%;
    max-width: 720px;
    height: 405px
}

#news-details .jumbotron .bx-controls {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    z-index: 60
}

#news-details .jumbotron .bx-controls .bx-controls-direction {
    display: none
}

.content-news article h1,.content-news article h2,.content-news article h3,.content-news article h4,.content-news article h5,.content-news article h6,.content-news article p {
    margin-bottom: 15px
}

.content-news article img {
    height: auto;
    display: block;
    max-width: 100%
}

.content-news article ul,.content-news article ol {
    margin: 2em 1em
}

.content-news article ul li,.content-news article ol li {
    margin-bottom: 15px;
    list-style-type: disc;
    margin-left: 1em
}

.content-news article ol li {
    list-style-type: decimal
}

.content-news article a {
    border-bottom: 1px dotted #333
}

.news-pop {
    width: 720px;
    margin-left: auto;
    margin-right: auto;
    display: block
}

.news-pop .bx-controls {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    left: 0
}

.news-pop .bx-controls .bx-controls-direction {
    display: none
}

.news-pop .bx-viewport {
    background: #fff
}

.news-pop .bxslider li img {
    width: 100%
}

.news-pop iframe {
    width: 100%
}

.content-news {
    padding: 60px 0;
    background: #fff;
    text-align: left
}

.content-news .date-display-single {
    color: #ccc
}

.news-pop .content-news .container {
    width: auto!important;
    min-width: 320px!important
}

.news-pop .content-news .container #block-system-main .col {
    width: 100%;
    margin: 0
}

.content-news .container-tags {
    margin-bottom: 20px
}

.content-news .container-tags .tag {
    font-size: 12px;
    color: #eee;
    background: #222;
    display: inline-block;
    font-weight: 500
}

.content-news .container-tags .tag:hover {
    background: #666
}

.content-news .container-tags .tag a {
    display: block;
    padding: 1px 4px;
    margin: 2px
}

.content-news article {
    color: #222
}

.content-news article .title {
    font-size: 24px;
    text-transform: uppercase
}

.content-news article .#block-system-main  {
    font-size: 12px;
    line-height: 1.6
}

.content-news .container-share {
    font-size: 12px;
    margin: 40px 0;
    text-align: right
}

.content-news .container-share .txt {
    display: inline-block;
    vertical-align: middle
}

.content-news .container-share img {
    vertical-align: middle
}

#productCompare {
    padding: 0
}

#productCompare .list-directory {
    font-size: 14px;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

#block-system-main .ru #productCompare .list-directory {
    letter-spacing: 0!important
}

#block-system-main .vi #productCompare .list-directory {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans #productCompare .list-directory {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .zh-hant #productCompare .list-directory {
    font-family: gotham ssm a,gotham ssm b,mhei,lucida grande,lucida sans unicode,stheititc-light,ms pgothic,microsoft jhenghei,微軟正黑體,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .ja #productCompare .list-directory {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko #productCompare .list-directory {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,yoon gothic,apple gothic,hy gulim,malgumgothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    #productCompare .list-directory {
        font-size:12px
    }
}

@media screen and (max-width: 767px) {
    #productCompare .list-directory {
        font-size:11px
    }
}

#productCompare .list-directory .glyphicon {
    margin-right: 10px
}

#productCompare .pageName {
    color: #222;
    margin-top: 30px
}

#productCompare .table-compare {
    width: 100%;
    margin-top: 50px
}

#productCompare .table-compare thead th {
    padding-bottom: 30px;
    vertical-align: top;
    width: 20%
}

#productCompare .table-compare thead .intro {
    font-size: 26px;
    font-weight: 300;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    letter-spacing: 2px;
    position: relative
}

#block-system-main .ru #productCompare .table-compare thead .intro {
    letter-spacing: 0!important
}

#block-system-main .vi #productCompare .table-compare thead .intro {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans #productCompare .table-compare thead .intro {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .zh-hant #productCompare .table-compare thead .intro {
    font-family: gotham ssm a,gotham ssm b,mhei,lucida grande,lucida sans unicode,stheititc-light,ms pgothic,microsoft jhenghei,微軟正黑體,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .ja #productCompare .table-compare thead .intro {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko #productCompare .table-compare thead .intro {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,yoon gothic,apple gothic,hy gulim,malgumgothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    #productCompare .table-compare thead .intro {
        font-size:22px;
        font-weight: 400
    }
}

@media screen and (max-width: 767px) {
    #productCompare .table-compare thead .intro {
        font-size:20px;
        font-weight: 400
    }
}

#productCompare .table-compare thead .intro:before {
    position: absolute;
    top: -20px;
    left: 0;
    background: #ffcb05;
    width: 40px;
    height: 4px;
    content: ''
}

#productCompare .table-compare thead .pdt-title {
    font-size: 16px;
    font-weight: 500;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    margin-top: 10px;
    padding-right: 20px
}

#block-system-main .ru #productCompare .table-compare thead .pdt-title {
    letter-spacing: 0!important
}

#block-system-main .vi #productCompare .table-compare thead .pdt-title {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans #productCompare .table-compare thead .pdt-title {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .zh-hant #productCompare .table-compare thead .pdt-title {
    font-family: gotham ssm a,gotham ssm b,mhei,lucida grande,lucida sans unicode,stheititc-light,ms pgothic,microsoft jhenghei,微軟正黑體,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .ja #productCompare .table-compare thead .pdt-title {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko #productCompare .table-compare thead .pdt-title {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,yoon gothic,apple gothic,hy gulim,malgumgothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    #productCompare .table-compare thead .pdt-title {
        font-size:14px
    }
}

@media screen and (max-width: 767px) {
    #productCompare .table-compare thead .pdt-title {
        font-size:12px
    }
}

#block-system-main .zh-hans #productCompare .table-compare thead .pdt-title {
    font-weight: 700
}

#block-system-main .zh-hant #productCompare .table-compare thead .pdt-title {
    font-weight: 700
}

#productCompare .table-compare thead .pdt-serial {
    font-size: 14px;
    font-weight: 300;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: auto;
    margin-top: 5px
}

#block-system-main .ru #productCompare .table-compare thead .pdt-serial {
    letter-spacing: 0!important
}

#block-system-main .vi #productCompare .table-compare thead .pdt-serial {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans #productCompare .table-compare thead .pdt-serial {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .zh-hant #productCompare .table-compare thead .pdt-serial {
    font-family: gotham ssm a,gotham ssm b,mhei,lucida grande,lucida sans unicode,stheititc-light,ms pgothic,microsoft jhenghei,微軟正黑體,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .ja #productCompare .table-compare thead .pdt-serial {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko #productCompare .table-compare thead .pdt-serial {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,yoon gothic,apple gothic,hy gulim,malgumgothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    #productCompare .table-compare thead .pdt-serial {
        font-size:12px;
        font-weight: 400
    }
}

@media screen and (max-width: 767px) {
    #productCompare .table-compare thead .pdt-serial {
        font-size:11px;
        font-weight: 400
    }
}

#productCompare .table-compare thead .pdt-thumb {
    position: relative;
    border: 1px solid #ccc;
    width: 92%;
    background-color: #222;
    height: 180px
}

#productCompare .table-compare thead .pdt-thumb .img {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff
}

#productCompare .table-compare thead .pdt-thumb.active .close-compare {
    display: block
}

#productCompare .table-compare thead .pdt-thumb.active .blk-function {
    display: none
}

#productCompare .table-compare thead .pdt-thumb .blk-function {
    position: absolute;
    width: 128px;
    height: 128px;
    top: 50%;
    left: 50%;
    margin-top: -64px;
    margin-left: -64px;
    background: url(/sites/all/themes/bartik/images/ui/compare-bg.png) no-repeat center center
}
#productCompare .table-compare thead .pdt-thumb .close-compare {
    display: none;
    width: 23px;
    height: 23px;
    background: #fd0 url(/sites/all/themes/bartik/images/ui/close-productlist.png) no-repeat center center;
    position: absolute;
    top: -12px;
    right: -12px;
    z-index: 1;
    cursor: pointer;
    border-radius: 50% 50%;
    background-size: 23px 23px
}

#productCompare .table-compare .sectionName {
    width: 100%;
    height: 30px;
    line-height: 30px;
    border: none;
    background: #f4f4f4;
    font-size: 16px;
    font-weight: 500;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

#block-system-main .ru #productCompare .table-compare .sectionName {
    letter-spacing: 0!important
}

#block-system-main .vi #productCompare .table-compare .sectionName {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans #productCompare .table-compare .sectionName {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .zh-hant #productCompare .table-compare .sectionName {
    font-family: gotham ssm a,gotham ssm b,mhei,lucida grande,lucida sans unicode,stheititc-light,ms pgothic,microsoft jhenghei,微軟正黑體,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .ja #productCompare .table-compare .sectionName {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko #productCompare .table-compare .sectionName {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,yoon gothic,apple gothic,hy gulim,malgumgothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    #productCompare .table-compare .sectionName {
        font-size:14px
    }
}

@media screen and (max-width: 767px) {
    #productCompare .table-compare .sectionName {
        font-size:12px
    }
}

#block-system-main .zh-hans #productCompare .table-compare .sectionName {
    font-weight: 700
}

#block-system-main .zh-hant #productCompare .table-compare .sectionName {
    font-weight: 700
}

#productCompare .table-compare .sectionName td {
    width: 100%;
    padding-left: 10px
}

#productCompare .table-compare .sectionContent {
    font-size: 14px;
    font-weight: 300;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: auto;
    line-height: 2;
    border-top: 5px solid #fff;
    border-bottom: 10px solid #fff
}

#block-system-main .ru #productCompare .table-compare .sectionContent {
    letter-spacing: 0!important
}

#block-system-main .vi #productCompare .table-compare .sectionContent {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans #productCompare .table-compare .sectionContent {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .zh-hant #productCompare .table-compare .sectionContent {
    font-family: gotham ssm a,gotham ssm b,mhei,lucida grande,lucida sans unicode,stheititc-light,ms pgothic,microsoft jhenghei,微軟正黑體,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .ja #productCompare .table-compare .sectionContent {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko #productCompare .table-compare .sectionContent {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,yoon gothic,apple gothic,hy gulim,malgumgothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    #productCompare .table-compare .sectionContent {
        font-size:12px;
        font-weight: 400
    }
}

@media screen and (max-width: 767px) {
    #productCompare .table-compare .sectionContent {
        font-size:11px;
        font-weight: 400
    }
}

#productCompare .table-compare .sectionContent td {
    width: 20%;
    border-left: 1px solid #ccc;
    padding-left: 10px;
    line-height: 1.2;
    word-break: break-all
}

#productCompare .table-compare .sectionContent th {
    border: none;
    padding-left: 10px
}

.pdtListing {
    text-align: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

@media(max-width: 767px) {
    .pdtListing {
        display:none!important
    }
}

@media(min-width: 768px) and (max-width:1021px) {
    .pdtListing {
        display:none!important
    }
}

.pdtListing .container-scroller {
    position: relative
}

.pdtListing .container-scroller #scrollerNext,.pdtListing .container-scroller #scrollerPrev {
    height: 150px;
    line-height: 150px;
    margin-top: -75px;
    font-size: 28px;
    color: #ccc;
    text-align: center;
    position: absolute;
    top: 50%;
    width: 30px;
    z-index: 2;
    display: none;
    cursor: pointer;
    background: #eee
}

.pdtListing .container-scroller #scrollerNext:hover,.pdtListing .container-scroller #scrollerPrev:hover {
    color: #999
}

.pdtListing .container-scroller #scrollerNext {
    right: 0;
    border-left: 1px solid #ccc
}

.pdtListing .container-scroller #scrollerPrev {
    left: 0;
    border-right: 1px solid #ccc
}

.pdtListing .list-products {
    text-align: center;
    font-size: 12px;
    font-weight: 300;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: auto;
    font-weight: 500;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    margin: 5px 0 10px;
    text-transform: uppercase;
    color: #454545;
    display: inline-block
}

#block-system-main .ru .pdtListing .list-products {
    letter-spacing: 0!important
}

#block-system-main .vi .pdtListing .list-products {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .pdtListing .list-products {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .zh-hant .pdtListing .list-products {
    font-family: gotham ssm a,gotham ssm b,mhei,lucida grande,lucida sans unicode,stheititc-light,ms pgothic,microsoft jhenghei,微軟正黑體,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .ja .pdtListing .list-products {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .pdtListing .list-products {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,yoon gothic,apple gothic,hy gulim,malgumgothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .pdtListing .list-products {
        font-size:10px;
        font-weight: 400
    }
}

@media screen and (max-width: 767px) {
    .pdtListing .list-products {
        font-size:9px;
        font-weight: 400
    }
}

.pdtListing .list-products li {
    text-align: center;
    float: left;
    padding: 0 15px;
    vertical-align: bottom
}

.pdtListing .list-products li .pdt-thumb {
    margin-bottom: 10px
}

.pdtListing .list-products li img {
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    height: 85px
}

.pdtListing .list-products li:hover img {
    opacity: .7
}

.related-products {
    padding: 0 0 40px;
    background: #f4f4f4
}

.related-products .sectionName {
    font-size: 28px;
    font-weight: 700;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    letter-spacing: 2px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: #222;
    text-align: center;
    margin: 40px 0;
    text-transform: uppercase
}

#block-system-main .ru .related-products .sectionName {
    letter-spacing: 0!important
}

#block-system-main .vi .related-products .sectionName {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .related-products .sectionName {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .zh-hant .related-products .sectionName {
    font-family: gotham ssm a,gotham ssm b,mhei,lucida grande,lucida sans unicode,stheititc-light,ms pgothic,microsoft jhenghei,微軟正黑體,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .ja .related-products .sectionName {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .related-products .sectionName {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,yoon gothic,apple gothic,hy gulim,malgumgothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .related-products .sectionName {
        font-size:24px
    }
}

@media screen and (max-width: 767px) {
    .related-products .sectionName {
        font-size:21px
    }
}

.related-products .blk-pdt {
    background: #fff;
    height: 250px;
    margin-bottom: 30px
}

.related-products .blk-pdt .block {
    display: block;
    height: 100%;
    position: relative
}

.related-products .blk-pdt .img {
    height: 215px;
    width: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

.related-products .blk-pdt .txt {
    background: #222;
    color: #eee;
    height: 35px;
    line-height: 35px;
    padding: 0 5px 0 10px;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0
}

.related-products .blk-pdt .txt .learnmore {
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
    height: 35px;
    opacity: .8;
    background: url(/sites/all/themes/bartik/images/logo-circle-white.svg) no-repeat center center;
    background-size: 15px 15px
}

.related-products .blk-pdt .txt .learnmore:hover {
    opacity: 1
}

.related-products .blk-pdt .txt .learnmore a {
    display: block
}

.related-products .blk-pdt .txt .pdt-name {
    font-size: 14px;
    font-weight: 300;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: auto;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    line-height: 1;
    padding: 11px 30px 10px 0
}

#block-system-main .ru .related-products .blk-pdt .txt .pdt-name {
    letter-spacing: 0!important
}

#block-system-main .vi .related-products .blk-pdt .txt .pdt-name {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .related-products .blk-pdt .txt .pdt-name {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .zh-hant .related-products .blk-pdt .txt .pdt-name {
    font-family: gotham ssm a,gotham ssm b,mhei,lucida grande,lucida sans unicode,stheititc-light,ms pgothic,microsoft jhenghei,微軟正黑體,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .ja .related-products .blk-pdt .txt .pdt-name {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .related-products .blk-pdt .txt .pdt-name {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,yoon gothic,apple gothic,hy gulim,malgumgothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .related-products .blk-pdt .txt .pdt-name {
        font-size:12px;
        font-weight: 400
    }
}

@media screen and (max-width: 767px) {
    .related-products .blk-pdt .txt .pdt-name {
        font-size:11px;
        font-weight: 400
    }
}

.related-products .blk-pdt .txt img {
    display: inline-block
}

#search-result {
    padding-bottom: 100px
}
#search-result .pageName {
    color: #222;
    margin: 32px 0
}

#search-result .search-stat {
    color: #666;
    font-size: 16px;
    font-weight: 500;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    border-bottom: 1px solid #666;
    padding-bottom: 10px;
    margin-bottom: 30px
}

#block-system-main .ru #search-result .search-stat {
    letter-spacing: 0!important
}

#block-system-main .vi #search-result .search-stat {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans #search-result .search-stat {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .zh-hant #search-result .search-stat {
    font-family: gotham ssm a,gotham ssm b,mhei,lucida grande,lucida sans unicode,stheititc-light,ms pgothic,microsoft jhenghei,微軟正黑體,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .ja #search-result .search-stat {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko #search-result .search-stat {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,yoon gothic,apple gothic,hy gulim,malgumgothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    #search-result .search-stat {
        font-size:14px
    }
}

@media screen and (max-width: 767px) {
    #search-result .search-stat {
        font-size:12px
    }
}

#block-system-main .zh-hans #search-result .search-stat {
    font-weight: 700
}

#block-system-main .zh-hant #search-result .search-stat {
    font-weight: 700
}

#search-result .search-stat b {
    color: #fd0;
    font-size: 26px;
    font-weight: 300;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    letter-spacing: 2px
}

#block-system-main .ru #search-result .search-stat b {
    letter-spacing: 0!important
}

#block-system-main .vi #search-result .search-stat b {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans #search-result .search-stat b {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .zh-hant #search-result .search-stat b {
    font-family: gotham ssm a,gotham ssm b,mhei,lucida grande,lucida sans unicode,stheititc-light,ms pgothic,microsoft jhenghei,微軟正黑體,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .ja #search-result .search-stat b {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko #search-result .search-stat b {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,yoon gothic,apple gothic,hy gulim,malgumgothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    #search-result .search-stat b {
        font-size:22px;
        font-weight: 400
    }
}

@media screen and (max-width: 767px) {
    #search-result .search-stat b {
        font-size:20px;
        font-weight: 400
    }
}

#search-result .result-item {
    margin-bottom: 30px
}

#search-result .result-item .thumb img {
    margin-bottom: 10px;
    max-width: 160px;
    height: auto;
    padding: 5px;
    border: 1px solid #eee;
    max-height: 120px;
    width: auto
}

#search-result .result-item .title {
    color: #222
}

#search-result .result-item:after {
    content: '';
    width: 50px;
    height: 1px;
    background: #ccc;
    display: block;
    margin-top: 30px
}

.statics {
    padding-bottom: 200px;
    background: #f4f4f4;
    color: #222
}

.statics .pageName {
    margin: 32px 0;
    color: #222;
    text-align: center
}

.statics ul,.statics ol {
    margin: 2em 1em
}

.statics ul li,.statics ol li {
    margin-bottom: 15px;
    list-style-type: disc;
    margin-left: 1em
}

.statics ol li {
    list-style-type: decimal
}

.statics a {
    border-bottom: 1px dotted #333;
}

.faq-search-content .container-content ul,.faq-search-content .container-content ol {
    margin: 2em 1em
}

.faq-search-content .container-content ul li,.faq-search-content .container-content ol li {
    margin-bottom: 15px;
    list-style-type: disc;
    margin-left: 1em
}

.faq-search-content .container-content ol li {
    list-style-type: decimal
}

.faq-search-content .container-content a {
    border-bottom: 1px dotted #333
}

.dashboard {
    max-width: 400px;
    margin: 0 auto
}

.dashboard a {
    text-align: center;
    display: inline-block;
    padding: 10px 20px;
    margin: 10px;
    width: 180px;
    border: 1px solid #fff
}

@media(max-width: 767px) {
    .dashboard a {
        width:100%;
        padding: 10px 0;
        margin: 10px 0
    }
}

#mc_embed_signup_scroll {
    padding: 15px 30px;
    background: #fff;
    border-radius: 8px
}

#mc_embed_signup_scroll h2 {
    font-size: 32px;
    font-weight: 500;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

#block-system-main .ru #mc_embed_signup_scroll h2 {
    letter-spacing: 0!important
}

#block-system-main .vi #mc_embed_signup_scroll h2 {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans #mc_embed_signup_scroll h2 {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .zh-hant #mc_embed_signup_scroll h2 {
    font-family: gotham ssm a,gotham ssm b,mhei,lucida grande,lucida sans unicode,stheititc-light,ms pgothic,microsoft jhenghei,微軟正黑體,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .ja #mc_embed_signup_scroll h2 {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko #mc_embed_signup_scroll h2 {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,yoon gothic,apple gothic,hy gulim,malgumgothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    #mc_embed_signup_scroll h2 {
        font-size:28px
    }
}

@media screen and (max-width: 767px) {
    #mc_embed_signup_scroll h2 {
        font-size:24px
    }
}

#mc_embed_signup_scroll .mc-field-group input {
    display: block;
    width: 100%;
    height: 34px;
    padding: 0 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #999;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: none;
    -webkit-appearance: none;
    appearance: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out
}

#mc_embed_signup_scroll .mc-field-group input:focus {
    border-color: #66afe9;
    outline: 0
}

#mc_embed_signup_scroll .mc-field-group input::-moz-placeholder {
    color: #999;
    opacity: 1
}

#mc_embed_signup_scroll .mc-field-group input:-ms-input-placeholder {
    color: #999
}

#mc_embed_signup_scroll .mc-field-group input::-webkit-input-placeholder {
    color: #999
}

#mc_embed_signup_scroll .mc-field-group input[disabled],#mc_embed_signup_scroll .mc-field-group input[readonly],fieldset[disabled] #mc_embed_signup_scroll .mc-field-group input {
    background-color: #eee;
    opacity: 1
}

#mc_embed_signup_scroll .mc-field-group input[disabled],fieldset[disabled] #mc_embed_signup_scroll .mc-field-group input {
    cursor: not-allowed
}

textarea#mc_embed_signup_scroll .mc-field-group input {
    height: auto
}
@media screen and (min-width: 768px) and (max-width:1021px) {}

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

#mc_embed_signup_scroll #mc-embedded-subscribe {
    -webkit-appearance: none;
    appearance: none;
    padding: 15px 0;
    margin: 15px 0;
    background: #fd0;
    color: #222;
    font-size: 14px;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    border: 0
}

#block-system-main .ru #mc_embed_signup_scroll #mc-embedded-subscribe {
    letter-spacing: 0!important
}

#block-system-main .vi #mc_embed_signup_scroll #mc-embedded-subscribe {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans #mc_embed_signup_scroll #mc-embedded-subscribe {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .zh-hant #mc_embed_signup_scroll #mc-embedded-subscribe {
    font-family: gotham ssm a,gotham ssm b,mhei,lucida grande,lucida sans unicode,stheititc-light,ms pgothic,microsoft jhenghei,微軟正黑體,helvetica,arial,verdana,"sans-serif"
}

#block-system-main .ja #mc_embed_signup_scroll #mc-embedded-subscribe {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko #mc_embed_signup_scroll #mc-embedded-subscribe {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,helvetica,arial,yoon gothic,apple gothic,hy gulim,malgumgothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    #mc_embed_signup_scroll #mc-embedded-subscribe {
        font-size:12px
    }
}

@media screen and (max-width: 767px) {
    #mc_embed_signup_scroll #mc-embedded-subscribe {
        font-size:11px
    }
}

.generic {
    padding: 50px 15px
}

.container.generic .container {
    margin-top: -50px
}

.container.generic .container-dl-results {
    margin-top: -50px
}

@media(min-width: 1022px) and (max-width:1279px) {
    .container.generic .container-dl-results {
        margin-top:0
    }
}

#productDetails .unpublished {
    border: 0
}

.unpublished:after {
    position: absolute;
    content: 'unpublished';
    top: 0;
    left: 0;
    background: #ffcb05;
    color: #222;
    font-weight: 500;
    padding: 5px 10px;
    z-index: 60;
    border-bottom-right-radius: 6px
}

.wechatHolder {
    text-align: center;
    background: #fff;
    color: #666;
    padding: 30px;
    border-radius: 8px
}

.wechatHolder img.qr {
    width: 200px;
    height: 200px;
    margin-bottom: 10px
}

.wechatHolder img.loading {
    width: 200px;
    height: 200px;
    padding: 75px
}
﻿.font-smooth {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

.font-nosmooth {
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: auto
}

#block-system-main .row-top-1 {
    margin-top: 5px
}

#block-system-main .row-top-2 {
    margin-top: 10px
}

#block-system-main .row-top-3 {
    margin-top: 15px
}

#block-system-main .row-top-4 {
    margin-top: 20px
}

#block-system-main .row-top-5 {
    margin-top: 30px
}

#block-system-main .row-top-6 {
    margin-top: 40px
}

#block-system-main .row-top-7 {
    margin-top: 60px
}

#block-system-main .row-top-8 {
    margin-top: 80px
}

#block-system-main .row-btm-1 {
    margin-bottom: 5px
}

#block-system-main .row-btm-2 {
    margin-bottom: 10px
}

#block-system-main .row-btm-3 {
    margin-bottom: 15px
}

#block-system-main .row-btm-4 {
    margin-bottom: 20px
}

#block-system-main .row-btm-5 {
    margin-bottom: 30px
}

#block-system-main .row-btm-6 {
    margin-bottom: 40px
}

#block-system-main .row-btm-7 {
    margin-bottom: 60px
}

#block-system-main .row-btm-8 {
    margin-bottom: 80px
}

@-webkit-keyframes spining {
    from {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg)
    }
}

@keyframes spining {
    from {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg)
    }
}

.font-normal {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif
}

#block-system-main .ru .font-normal {
    letter-spacing: 0!important
}

#block-system-main .vi .font-normal {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .font-normal {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .zh-hant .font-normal {
    font-family: gotham ssm a,gotham ssm b,MHei,lucida grande,lucida sans unicode,STHeitiTC-Light,ms pgothic,microsoft jhenghei,微軟正黑體,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .ja .font-normal {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .font-normal {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,yoon gothic,apple gothic,hy gulim,MalgumGothic,hy dotum,lexi gulim,sans-serif
}

.font-tungsten {
    font-family: tungsten a,tungsten b,helvetica neue,Helvetica,Arial,sans-serif
}

#block-system-main .ru .font-tungsten {
    letter-spacing: 0!important;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif
}

#block-system-main .vi .font-tungsten {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .font-tungsten {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .zh-hant .font-tungsten {
    font-family: gotham ssm a,gotham ssm b,MHei,lucida grande,lucida sans unicode,STHeitiTC-Light,ms pgothic,microsoft jhenghei,微軟正黑體,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .ja .font-tungsten {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,helvetica neue,Helvetica,Arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .font-tungsten {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,helvetica neue,Helvetica,Arial,yoon gothic,apple gothic,hy gulim,MalgumGothic,hy dotum,lexi gulim,sans-serif
}

.font-light {
    font-weight: 300
}

.font-regular {
    font-weight: 400
}

.font-medium {
    font-weight: 500
}

.font-bold {
    font-weight: 700
}

.text-small {
    font-size: 12px;
    font-weight: 300;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: auto
}

#block-system-main .ru .text-small {
    letter-spacing: 0!important
}

#block-system-main .vi .text-small {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .text-small {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .zh-hant .text-small {
    font-family: gotham ssm a,gotham ssm b,MHei,lucida grande,lucida sans unicode,STHeitiTC-Light,ms pgothic,microsoft jhenghei,微軟正黑體,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .ja .text-small {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .text-small {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,yoon gothic,apple gothic,hy gulim,MalgumGothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .text-small {
        font-size:10px;
        font-weight: 400
    }
}

@media screen and (max-width: 767px) {
    .text-small {
        font-size:9px;
        font-weight: 400
    }
}

.text-caption {
    font-size: 14px;
    font-weight: 300;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: auto
}

#block-system-main .ru .text-caption {
    letter-spacing: 0!important
}

#block-system-main .vi .text-caption {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .text-caption {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .zh-hant .text-caption {
    font-family: gotham ssm a,gotham ssm b,MHei,lucida grande,lucida sans unicode,STHeitiTC-Light,ms pgothic,microsoft jhenghei,微軟正黑體,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .ja .text-caption {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .text-caption {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,yoon gothic,apple gothic,hy gulim,MalgumGothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .text-caption {
        font-size:12px;
        font-weight: 400
    }
}

@media screen and (max-width: 767px) {
    .text-caption {
        font-size:11px;
        font-weight: 400
    }
}

.text-#block-system-main  {
    font-size: 16px;
    font-weight: 300;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: auto
}

#block-system-main .ru .text-#block-system-main  {
    letter-spacing: 0!important
}

#block-system-main .vi .text-#block-system-main  {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .text-#block-system-main  {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .zh-hant .text-#block-system-main  {
    font-family: gotham ssm a,gotham ssm b,MHei,lucida grande,lucida sans unicode,STHeitiTC-Light,ms pgothic,microsoft jhenghei,微軟正黑體,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .ja .text-#block-system-main  {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .text-#block-system-main  {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,yoon gothic,apple gothic,hy gulim,MalgumGothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .text-#block-system-main  {
        font-size:14px;
        font-weight: 400
    }
}

@media screen and (max-width: 767px) {
    .text-#block-system-main  {
        font-size:12px;
        font-weight: 400
    }
}

.text-button {
    font-size: 14px;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

#block-system-main .ru .text-button {
    letter-spacing: 0!important
}

#block-system-main .vi .text-button {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .text-button {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .zh-hant .text-button {
    font-family: gotham ssm a,gotham ssm b,MHei,lucida grande,lucida sans unicode,STHeitiTC-Light,ms pgothic,microsoft jhenghei,微軟正黑體,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .ja .text-button {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .text-button {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,yoon gothic,apple gothic,hy gulim,MalgumGothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .text-button {
        font-size:12px
    }
}

@media screen and (max-width: 767px) {
    .text-button {
        font-size:11px
    }
}

.text-subtitle {
    font-size: 16px;
    font-weight: 500;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

#block-system-main .ru .text-subtitle {
    letter-spacing: 0!important
}

#block-system-main .vi .text-subtitle {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .text-subtitle {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .zh-hant .text-subtitle {
    font-family: gotham ssm a,gotham ssm b,MHei,lucida grande,lucida sans unicode,STHeitiTC-Light,ms pgothic,microsoft jhenghei,微軟正黑體,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .ja .text-subtitle {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .text-subtitle {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,yoon gothic,apple gothic,hy gulim,MalgumGothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .text-subtitle {
        font-size:14px
    }
}

@media screen and (max-width: 767px) {
    .text-subtitle {
        font-size:12px
    }
}

#block-system-main .zh-hans .text-subtitle {
    font-weight: 700
}

#block-system-main .zh-hant .text-subtitle {
    font-weight: 700
}

.text-display-2 {
    font-size: 32px;
    font-weight: 500;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

#block-system-main .ru .text-display-2 {
    letter-spacing: 0!important
}

#block-system-main .vi .text-display-2 {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .text-display-2 {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .zh-hant .text-display-2 {
    font-family: gotham ssm a,gotham ssm b,MHei,lucida grande,lucida sans unicode,STHeitiTC-Light,ms pgothic,microsoft jhenghei,微軟正黑體,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .ja .text-display-2 {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .text-display-2 {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,yoon gothic,apple gothic,hy gulim,MalgumGothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .text-display-2 {
        font-size:28px
    }
}

@media screen and (max-width: 767px) {
    .text-display-2 {
        font-size:24px
    }
}

.text-display-1 {
    font-size: 26px;
    font-weight: 300;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    letter-spacing: 2px
}

#block-system-main .ru .text-display-1 {
    letter-spacing: 0!important
}

#block-system-main .vi .text-display-1 {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .text-display-1 {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .zh-hant .text-display-1 {
    font-family: gotham ssm a,gotham ssm b,MHei,lucida grande,lucida sans unicode,STHeitiTC-Light,ms pgothic,microsoft jhenghei,微軟正黑體,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .ja .text-display-1 {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .text-display-1 {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,yoon gothic,apple gothic,hy gulim,MalgumGothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .text-display-1 {
        font-size:22px;
        font-weight: 400
    }
}

@media screen and (max-width: 767px) {
    .text-display-1 {
        font-size:20px;
        font-weight: 400
    }
}

.text-feature {
    font-size: 28px;
    font-weight: 700;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    letter-spacing: 2px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

#block-system-main .ru .text-feature {
    letter-spacing: 0!important
}

#block-system-main .vi .text-feature {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .text-feature {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .zh-hant .text-feature {
    font-family: gotham ssm a,gotham ssm b,MHei,lucida grande,lucida sans unicode,STHeitiTC-Light,ms pgothic,microsoft jhenghei,微軟正黑體,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .ja .text-feature {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .text-feature {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,yoon gothic,apple gothic,hy gulim,MalgumGothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .text-feature {
        font-size:24px
    }
}

@media screen and (max-width: 767px) {
    .text-feature {
        font-size:21px
    }
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.text-top-title {
    font-size: 50px;
    font-weight: 800;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    letter-spacing: 6px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

#block-system-main .ru .text-top-title {
    letter-spacing: 0!important
}

#block-system-main .vi .text-top-title {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .text-top-title {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .zh-hant .text-top-title {
    font-family: gotham ssm a,gotham ssm b,MHei,lucida grande,lucida sans unicode,STHeitiTC-Light,ms pgothic,microsoft jhenghei,微軟正黑體,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .ja .text-top-title {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .text-top-title {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,yoon gothic,apple gothic,hy gulim,MalgumGothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .text-top-title {
        font-size:42px
    }
}

@media screen and (max-width: 767px) {
    .text-top-title {
        font-size:38px
    }
}

.pc-txt-toptitle {
    font-size: 50px;
    font-weight: 800;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    letter-spacing: 6px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

#block-system-main .ru .pc-txt-toptitle {
    letter-spacing: 0!important
}

#block-system-main .vi .pc-txt-toptitle {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .pc-txt-toptitle {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .zh-hant .pc-txt-toptitle {
    font-family: gotham ssm a,gotham ssm b,MHei,lucida grande,lucida sans unicode,STHeitiTC-Light,ms pgothic,microsoft jhenghei,微軟正黑體,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .ja .pc-txt-toptitle {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .pc-txt-toptitle {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,yoon gothic,apple gothic,hy gulim,MalgumGothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .pc-txt-toptitle {
        font-size:42px
    }
}

@media screen and (max-width: 767px) {
    .pc-txt-toptitle {
        font-size:38px
    }
}

.pc-txt-section {
    font-size: 28px;
    font-weight: 700;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    letter-spacing: 2px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

#block-system-main .ru .pc-txt-section {
    letter-spacing: 0!important
}

#block-system-main .vi .pc-txt-section {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .pc-txt-section {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .zh-hant .pc-txt-section {
    font-family: gotham ssm a,gotham ssm b,MHei,lucida grande,lucida sans unicode,STHeitiTC-Light,ms pgothic,microsoft jhenghei,微軟正黑體,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .ja .pc-txt-section {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .pc-txt-section {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,yoon gothic,apple gothic,hy gulim,MalgumGothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .pc-txt-section {
        font-size:24px
    }
}

@media screen and (max-width: 767px) {
    .pc-txt-section {
        font-size:21px
    }
}

.pc-txt-display1 {
    font-size: 26px;
    font-weight: 300;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    letter-spacing: 2px
}

#block-system-main .ru .pc-txt-display1 {
    letter-spacing: 0!important
}

#block-system-main .vi .pc-txt-display1 {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .pc-txt-display1 {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .zh-hant .pc-txt-display1 {
    font-family: gotham ssm a,gotham ssm b,MHei,lucida grande,lucida sans unicode,STHeitiTC-Light,ms pgothic,microsoft jhenghei,微軟正黑體,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .ja .pc-txt-display1 {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .pc-txt-display1 {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,yoon gothic,apple gothic,hy gulim,MalgumGothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .pc-txt-display1 {
        font-size:22px;
        font-weight: 400
    }
}

@media screen and (max-width: 767px) {
    .pc-txt-display1 {
        font-size:20px;
        font-weight: 400
    }
}

.pc-txt-display2 {
    font-size: 32px;
    font-weight: 500;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

#block-system-main .ru .pc-txt-display2 {
    letter-spacing: 0!important
}

#block-system-main .vi .pc-txt-display2 {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .pc-txt-display2 {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .zh-hant .pc-txt-display2 {
    font-family: gotham ssm a,gotham ssm b,MHei,lucida grande,lucida sans unicode,STHeitiTC-Light,ms pgothic,microsoft jhenghei,微軟正黑體,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .ja .pc-txt-display2 {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .pc-txt-display2 {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,yoon gothic,apple gothic,hy gulim,MalgumGothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .pc-txt-display2 {
        font-size:28px
    }
}

@media screen and (max-width: 767px) {
    .pc-txt-display2 {
        font-size:24px
    }
}

.pc-txt-subtitle {
    font-size: 16px;
    font-weight: 500;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

#block-system-main .ru .pc-txt-subtitle {
    letter-spacing: 0!important
}

#block-system-main .vi .pc-txt-subtitle {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .pc-txt-subtitle {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .zh-hant .pc-txt-subtitle {
    font-family: gotham ssm a,gotham ssm b,MHei,lucida grande,lucida sans unicode,STHeitiTC-Light,ms pgothic,microsoft jhenghei,微軟正黑體,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .ja .pc-txt-subtitle {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .pc-txt-subtitle {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,yoon gothic,apple gothic,hy gulim,MalgumGothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .pc-txt-subtitle {
        font-size:14px
    }
}

@media screen and (max-width: 767px) {
    .pc-txt-subtitle {
        font-size:12px
    }
}

#block-system-main .zh-hans .pc-txt-subtitle {
    font-weight: 700
}

#block-system-main .zh-hant .pc-txt-subtitle {
    font-weight: 700
}

.pc-txt-#block-system-main  {
    font-size: 16px;
    font-weight: 300;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: auto
}

#block-system-main .ru .pc-txt-#block-system-main  {
    letter-spacing: 0!important
}

#block-system-main .vi .pc-txt-#block-system-main  {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .pc-txt-#block-system-main  {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .zh-hant .pc-txt-#block-system-main  {
    font-family: gotham ssm a,gotham ssm b,MHei,lucida grande,lucida sans unicode,STHeitiTC-Light,ms pgothic,microsoft jhenghei,微軟正黑體,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .ja .pc-txt-#block-system-main  {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .pc-txt-#block-system-main  {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,yoon gothic,apple gothic,hy gulim,MalgumGothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .pc-txt-#block-system-main  {
        font-size:14px;
        font-weight: 400
    }
}

@media screen and (max-width: 767px) {
    .pc-txt-#block-system-main  {
        font-size:12px;
        font-weight: 400
    }
}

.pc-txt-caption {
    font-size: 14px;
    font-weight: 300;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: auto
}

#block-system-main .ru .pc-txt-caption {
    letter-spacing: 0!important
}

#block-system-main .vi .pc-txt-caption {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .pc-txt-caption {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .zh-hant .pc-txt-caption {
    font-family: gotham ssm a,gotham ssm b,MHei,lucida grande,lucida sans unicode,STHeitiTC-Light,ms pgothic,microsoft jhenghei,微軟正黑體,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .ja .pc-txt-caption {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .pc-txt-caption {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,yoon gothic,apple gothic,hy gulim,MalgumGothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .pc-txt-caption {
        font-size:12px;
        font-weight: 400
    }
}

@media screen and (max-width: 767px) {
    .pc-txt-caption {
        font-size:11px;
        font-weight: 400
    }
}

.gc-txt-toptitle {
    font-size: 52px;
    font-family: tungsten a,tungsten b,helvetica neue,Helvetica,Arial,sans-serif;
    font-weight: 700;
    text-transform: uppercase
}

#block-system-main .ru .gc-txt-toptitle {
    letter-spacing: 0!important;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif
}

#block-system-main .vi .gc-txt-toptitle {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .gc-txt-toptitle {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .zh-hant .gc-txt-toptitle {
    font-family: gotham ssm a,gotham ssm b,MHei,lucida grande,lucida sans unicode,STHeitiTC-Light,ms pgothic,microsoft jhenghei,微軟正黑體,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .ja .gc-txt-toptitle {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,helvetica neue,Helvetica,Arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .gc-txt-toptitle {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,helvetica neue,Helvetica,Arial,yoon gothic,apple gothic,hy gulim,MalgumGothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (max-width: 767px) {
    .gc-txt-toptitle {
        font-size:39px
    }
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .gc-txt-toptitle {
        font-size:45px
    }
}

#block-system-main .en .gc-txt-toptitle,#block-system-main .es .gc-txt-toptitle,#block-system-main .de .gc-txt-toptitle,#block-system-main .fr .gc-txt-toptitle,#block-system-main .pl .gc-txt-toptitle,#block-system-main .pt-br .gc-txt-toptitle,#block-system-main .it .gc-txt-toptitle {
    font-size: 70px
}

@media screen and (max-width: 767px) {
    #block-system-main .en .gc-txt-toptitle,#block-system-main .es .gc-txt-toptitle,#block-system-main .de .gc-txt-toptitle,#block-system-main .fr .gc-txt-toptitle,#block-system-main .pl .gc-txt-toptitle,#block-system-main .pt-br .gc-txt-toptitle,#block-system-main .it .gc-txt-toptitle {
        font-size:52px
    }
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    #block-system-main .en .gc-txt-toptitle,#block-system-main .es .gc-txt-toptitle,#block-system-main .de .gc-txt-toptitle,#block-system-main .fr .gc-txt-toptitle,#block-system-main .pl .gc-txt-toptitle,#block-system-main .pt-br .gc-txt-toptitle,#block-system-main .it .gc-txt-toptitle {
        font-size:60px
    }
}

.gc-txt-feature {
    font-size: 38px;
    font-family: tungsten a,tungsten b,helvetica neue,Helvetica,Arial,sans-serif;
    font-weight: 600;
    text-transform: uppercase
}

#block-system-main .ru .gc-txt-feature {
    letter-spacing: 0!important;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif
}

#block-system-main .vi .gc-txt-feature {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .gc-txt-feature {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .zh-hant .gc-txt-feature {
    font-family: gotham ssm a,gotham ssm b,MHei,lucida grande,lucida sans unicode,STHeitiTC-Light,ms pgothic,microsoft jhenghei,微軟正黑體,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .ja .gc-txt-feature {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,helvetica neue,Helvetica,Arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .gc-txt-feature {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,helvetica neue,Helvetica,Arial,yoon gothic,apple gothic,hy gulim,MalgumGothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (max-width: 767px) {
    .gc-txt-feature {
        font-size:28px
    }
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .gc-txt-feature {
        font-size:32px
    }
}

#block-system-main .en .gc-txt-feature,#block-system-main .es .gc-txt-feature,#block-system-main .de .gc-txt-feature,#block-system-main .fr .gc-txt-feature,#block-system-main .pl .gc-txt-feature,#block-system-main .pt-br .gc-txt-feature,#block-system-main .it .gc-txt-feature {
    font-size: 50px
}

@media screen and (max-width: 767px) {
    #block-system-main .en .gc-txt-feature,#block-system-main .es .gc-txt-feature,#block-system-main .de .gc-txt-feature,#block-system-main .fr .gc-txt-feature,#block-system-main .pl .gc-txt-feature,#block-system-main .pt-br .gc-txt-feature,#block-system-main .it .gc-txt-feature {
        font-size:38px
    }
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    #block-system-main .en .gc-txt-feature,#block-system-main .es .gc-txt-feature,#block-system-main .de .gc-txt-feature,#block-system-main .fr .gc-txt-feature,#block-system-main .pl .gc-txt-feature,#block-system-main .pt-br .gc-txt-feature,#block-system-main .it .gc-txt-feature {
        font-size:42px
    }
}

.gc-txt-display1 {
    font-size: 26px;
    font-family: tungsten a,tungsten b,helvetica neue,Helvetica,Arial,sans-serif;
    font-weight: 600;
    text-transform: uppercase
}

#block-system-main .ru .gc-txt-display1 {
    letter-spacing: 0!important;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif
}

#block-system-main .vi .gc-txt-display1 {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .gc-txt-display1 {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .zh-hant .gc-txt-display1 {
    font-family: gotham ssm a,gotham ssm b,MHei,lucida grande,lucida sans unicode,STHeitiTC-Light,ms pgothic,microsoft jhenghei,微軟正黑體,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .ja .gc-txt-display1 {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,helvetica neue,Helvetica,Arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .gc-txt-display1 {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,helvetica neue,Helvetica,Arial,yoon gothic,apple gothic,hy gulim,MalgumGothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (max-width: 767px) {
    .gc-txt-display1 {
        font-size:20px
    }
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .gc-txt-display1 {
        font-size:22px
    }
}

#block-system-main .en .gc-txt-display1,#block-system-main .es .gc-txt-display1,#block-system-main .de .gc-txt-display1,#block-system-main .fr .gc-txt-display1,#block-system-main .pl .gc-txt-display1,#block-system-main .pt-br .gc-txt-display1,#block-system-main .it .gc-txt-display1 {
    font-size: 35px
}

@media screen and (max-width: 767px) {
    #block-system-main .en .gc-txt-display1,#block-system-main .es .gc-txt-display1,#block-system-main .de .gc-txt-display1,#block-system-main .fr .gc-txt-display1,#block-system-main .pl .gc-txt-display1,#block-system-main .pt-br .gc-txt-display1,#block-system-main .it .gc-txt-display1 {
        font-size:26px
    }
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    #block-system-main .en .gc-txt-display1,#block-system-main .es .gc-txt-display1,#block-system-main .de .gc-txt-display1,#block-system-main .fr .gc-txt-display1,#block-system-main .pl .gc-txt-display1,#block-system-main .pt-br .gc-txt-display1,#block-system-main .it .gc-txt-display1 {
        font-size:30px
    }
}

.gc-txt-subtitle {
    font-size: 16px;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    font-weight: 500
}

#block-system-main .ru .gc-txt-subtitle {
    letter-spacing: 0!important
}

#block-system-main .vi .gc-txt-subtitle {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .gc-txt-subtitle {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .zh-hant .gc-txt-subtitle {
    font-family: gotham ssm a,gotham ssm b,MHei,lucida grande,lucida sans unicode,STHeitiTC-Light,ms pgothic,microsoft jhenghei,微軟正黑體,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .ja .gc-txt-subtitle {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .gc-txt-subtitle {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,yoon gothic,apple gothic,hy gulim,MalgumGothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (max-width: 767px) {
    .gc-txt-subtitle {
        font-size:12px
    }
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .gc-txt-subtitle {
        font-size:14px
    }
}

.gc-txt-button {
    font-size: 14px;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    font-weight: 500;
    text-transform: uppercase
}

#block-system-main .ru .gc-txt-button {
    letter-spacing: 0!important
}

#block-system-main .vi .gc-txt-button {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .gc-txt-button {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .zh-hant .gc-txt-button {
    font-family: gotham ssm a,gotham ssm b,MHei,lucida grande,lucida sans unicode,STHeitiTC-Light,ms pgothic,microsoft jhenghei,微軟正黑體,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .ja .gc-txt-button {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .gc-txt-button {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,yoon gothic,apple gothic,hy gulim,MalgumGothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (max-width: 767px) {
    .gc-txt-button {
        font-size:11px
    }
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .gc-txt-button {
        font-size:12px
    }
}

.gc-txt-#block-system-main  {
    font-size: 16px;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    font-weight: 300
}

#block-system-main .ru .gc-txt-#block-system-main  {
    letter-spacing: 0!important
}

#block-system-main .vi .gc-txt-#block-system-main  {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .gc-txt-#block-system-main  {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .zh-hant .gc-txt-#block-system-main  {
    font-family: gotham ssm a,gotham ssm b,MHei,lucida grande,lucida sans unicode,STHeitiTC-Light,ms pgothic,microsoft jhenghei,微軟正黑體,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .ja .gc-txt-#block-system-main  {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .gc-txt-#block-system-main  {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,yoon gothic,apple gothic,hy gulim,MalgumGothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (max-width: 767px) {
    .gc-txt-#block-system-main  {
        font-size:12px;
        font-weight: 400
    }
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .gc-txt-#block-system-main  {
        font-size:14px;
        font-weight: 400
    }
}

.gc-txt-caption {
    font-size: 14px;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    font-weight: 300
}

#block-system-main .ru .gc-txt-caption {
    letter-spacing: 0!important
}

#block-system-main .vi .gc-txt-caption {
    font-family: Arial,sans-serif
}

#block-system-main .zh-hans .gc-txt-caption {
    font-family: gotham ssm a,gotham ssm b,lucida grande,lucida sans unicode,微软雅黑,STXihei,华文细黑,microsoft yahei new,microsoft yahei,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .zh-hant .gc-txt-caption {
    font-family: gotham ssm a,gotham ssm b,MHei,lucida grande,lucida sans unicode,STHeitiTC-Light,ms pgothic,microsoft jhenghei,微軟正黑體,Helvetica,Arial,Verdana,sans-serif
}

#block-system-main .ja .gc-txt-caption {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,apple tp,hiragino kaku gothic pro,ヒラギノ角ゴ pro w3,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif
}

#block-system-main .ko .gc-txt-caption {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,yoon gothic,apple gothic,hy gulim,MalgumGothic,hy dotum,lexi gulim,sans-serif
}

@media screen and (max-width: 767px) {
    .gc-txt-caption {
        font-size:11px;
        font-weight: 400
    }
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .gc-txt-caption {
        font-size:12px;
        font-weight: 400
    }
}

.kern-0 {
    letter-spacing: 0
}

.kern-1 {
    letter-spacing: 1px
}

.kern-2 {
    letter-spacing: 2px
}

.circle {
    border-radius: 50% 50%;
    text-align: center
}

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

.visible-xs,.visible-sm,.visible-md,.visible-lg {
    display: none!important
}

.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block {
    display: none!important
}

@media(max-width: 767px) {
    .visible-xs {
        display:block!important
    }

    table.visible-xs {
        display: table
    }

    tr.visible-xs {
        display: table-row!important
    }

    th.visible-xs,td.visible-xs {
        display: table-cell!important
    }
}

@media(max-width: 767px) {
    .visible-xs-block {
        display:block!important
    }
}

@media(max-width: 767px) {
    .visible-xs-inline {
        display:inline!important
    }
}

@media(max-width: 767px) {
    .visible-xs-inline-block {
        display:inline-block!important
    }
}

@media(min-width: 768px) and (max-width:1021px) {
    .visible-sm {
        display:block!important
    }

    table.visible-sm {
        display: table
    }

    tr.visible-sm {
        display: table-row!important
    }

    th.visible-sm,td.visible-sm {
        display: table-cell!important
    }
}

@media(min-width: 768px) and (max-width:1021px) {
    .visible-sm-block {
        display:block!important
    }
}

@media(min-width: 768px) and (max-width:1021px) {
    .visible-sm-inline {
        display:inline!important
    }
}

@media(min-width: 768px) and (max-width:1021px) {
    .visible-sm-inline-block {
        display:inline-block!important
    }
}

@media(min-width: 1022px) and (max-width:1279px) {
    .visible-md {
        display:block!important
    }

    table.visible-md {
        display: table
    }

    tr.visible-md {
        display: table-row!important
    }

    th.visible-md,td.visible-md {
        display: table-cell!important
    }
}

@media(min-width: 1022px) and (max-width:1279px) {
    .visible-md-block {
        display:block!important
    }
}

@media(min-width: 1022px) and (max-width:1279px) {
    .visible-md-inline {
        display:inline!important
    }
}

@media(min-width: 1022px) and (max-width:1279px) {
    .visible-md-inline-block {
        display:inline-block!important
    }
}

@media(min-width: 1280px) {
    .visible-lg {
        display:block!important
    }

    table.visible-lg {
        display: table
    }

    tr.visible-lg {
        display: table-row!important
    }

    th.visible-lg,td.visible-lg {
        display: table-cell!important
    }
}

@media(min-width: 1280px) {
    .visible-lg-block {
        display:block!important
    }
}

@media(min-width: 1280px) {
    .visible-lg-inline {
        display:inline!important
    }
}

@media(min-width: 1280px) {
    .visible-lg-inline-block {
        display:inline-block!important
    }
}

@media(max-width: 767px) {
    .hidden-xs {
        display:none!important
    }
}

@media(min-width: 768px) and (max-width:1021px) {
    .hidden-sm {
        display:none!important
    }
}

@media(min-width: 1022px) and (max-width:1279px) {
    .hidden-md {
        display:none!important
    }
}

@media(min-width: 1280px) {
    .hidden-lg {
        display:none!important
    }
}

.visible-print {
    display: none!important
}

@media print {
    .visible-print {
        display: block!important
    }

    table.visible-print {
        display: table
    }

    tr.visible-print {
        display: table-row!important
    }

    th.visible-print,td.visible-print {
        display: table-cell!important
    }
}

.visible-print-block {
    display: none!important
}

@media print {
    .visible-print-block {
        display: block!important
    }
}

.visible-print-inline {
    display: none!important
}

@media print {
    .visible-print-inline {
        display: inline!important
    }
}

.visible-print-inline-block {
    display: none!important
}

@media print {
    .visible-print-inline-block {
        display: inline-block!important
    }
}

@media print {
    .hidden-print {
        display: none!important
    }
}

@media screen and (min-width: 1022px) and (max-width:1279px) {
    .container {
        padding:0 30px
    }
}

@media screen and (max-width: 767px) {
    #block-system-main  {
        height:auto!important
    }
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .page {
        padding-top:55px
    }
}

@media screen and (max-width: 767px) {
    .page {
        padding-top:55px
    }
}

@media screen and (min-width: 1280px) {
    .bar-function {
        display:block!important
    }
}

@media screen and (min-width: 1022px) and (max-width:1279px) {
    .bar-function {
        display:block!important
    }
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .bar-function {
        display:none;
        height: auto;
        padding-top: 55px;
        top: 0!important;
        position: fixed;
        z-index: 105!important;
        width: 100%;
        margin-bottom: 0!important
    }

    .bar-function .list-filter {
        height: auto;
        float: none!important
    }

    .bar-function .list-filter li {
        height: auto;
        line-height: 1;
        padding: 10px 0;
        display: block
    }

    .bar-function .form-selection {
        width: 100%;
        float: none!important;
        padding: 10px 0
    }

    .bar-function .form-selection:before,.bar-function .form-selection:after {
        content: " ";
        display: table
    }

    .bar-function .form-selection:after {
        clear: both
    }

    .bar-function .form-selection .form-group {
        margin: 0 0 5px!important;
        line-height: 1;
        padding: 5px 0
    }
    .bar-function .form-selection .form-group select {
        border: 1px solid #222;
        padding: 10px;
        width: 100%!important;
        border-radius: 0;
        background-origin: content-box;
        background-position: right 0
    }
}

@media screen and (max-width: 767px) {
    .bar-function {
        display:none;
        height: auto;
        padding-top: 55px;
        top: 0!important;
        position: fixed;
        z-index: 105!important;
        width: 100%;
        margin-bottom: 0!important
    }

    .bar-function .list-filter {
        height: auto;
        float: none!important
    }

    .bar-function .list-filter li {
        height: auto;
        line-height: 1;
        padding: 10px 0;
        display: block
    }

    .bar-function .form-selection {
        width: 100%;
        float: none!important;
        padding: 10px 0
    }

    .bar-function .form-selection:before,.bar-function .form-selection:after {
        content: " ";
        display: table
    }

    .bar-function .form-selection:after {
        clear: both
    }

    .bar-function .form-selection .form-group {
        margin: 0 0 5px!important;
        line-height: 1;
        padding: 5px 0
    }
    .bar-function .form-selection .form-group select {
        border: 1px solid #222;
        padding: 10px;
        width: 100%!important;
        border-radius: 0;
        background-origin: content-box;
        background-position: right 0
    }
}

@media screen and (max-width: 767px) {
    #lightbox .close-lightbox {
        right:15px
    }

    #lightbox iframe {
        width: 100%;
        height: auto
    }
}

@media screen and (min-width: 1280px) {
    #productList .product-table.vertical {
        display:table;
        width: 100%
    }

    #productList .product-table.vertical .product-row {
        display: table-row
    }

    #productList .product-table.vertical .product-cell {
        display: table-cell;
        border: 5px solid #f4f4f4;
        width: 33.333333%;
        vertical-align: top;
        padding: 10px;
        background-color: #fff;
        position: relative;
        padding-bottom: 58px
    }

    #productList #block-system-main .col-listing .blk-pdt.vertical {
        position: static;
        width: 90%;
        height: auto;
        box-sizing: content-box;
        margin: 0;
        padding: 5%
    }
}

@media screen and (min-width: 1022px) and (max-width:1279px) {
    #productList .product-table.vertical {
        display:table;
        width: 100%
    }

    #productList .product-table.vertical .product-row {
        display: table-row
    }

    #productList .product-table.vertical .product-cell {
        display: table-cell;
        border: 5px solid #f4f4f4;
        width: 33.333333%;
        vertical-align: top;
        padding: 10px;
        background-color: #fff;
        position: relative;
        padding-bottom: 58px
    }

    #productList #block-system-main .col-listing .blk-pdt.vertical {
        position: static;
        width: 90%;
        height: auto;
        box-sizing: content-box;
        margin: 0;
        padding: 5%
    }
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    #productList {
        padding-top:55px
    }

    #productList.showingBar {
        padding-top: 55px
    }

    #productList #block-system-main .col-listing .blk-pdt.vertical {
        width: 100%;
        height: auto;
        padding: 10px;
        margin: 0 1% 10px
    }

    #productList #block-system-main .col-listing .blk-pdt.vertical .pdt-thumb {
        width: 240px;
        height: 240px
    }

    #productList #block-system-main .col-listing .blk-pdt.vertical .pdt-thumb .img-wrapper a .portrait {
        height: 240px
    }
}

@media screen and (max-width: 767px) {
    #productList {
        padding-top:55px
    }

    #productList .pageName {
        text-align: center
    }

    #productList.showingBar {
        padding-top: 55px
    }

    #productList #block-system-main .col-filter {
        width: 100%;
        margin-bottom: 30px;
        margin-right: 0
    }

    #productList #block-system-main .col-listing {
        width: 100%
    }

    #productList #block-system-main .col-listing .blk-pdt.vertical {
        width: 100%;
        height: auto;
        padding: 10px;
        margin: 0 1% 10px
    }

    #productList #block-system-main .col-listing .blk-pdt.vertical .pdt-thumb {
        width: 240px;
        height: 240px
    }

    #productList #block-system-main .col-listing .blk-pdt.vertical .pdt-thumb .img-wrapper a .portrait {
        height: 240px
    }

    #productList #block-system-main .col-listing .function-headings {
        text-align: center
    }

    #productList #block-system-main .col-listing .function-headings .function.function-sort,#productList #block-system-main .col-listing .function-headings .function.number-per-page {
        float: none;
        margin-left: auto;
        margin-right: auto;
        display: block;
        width: 280px;
        margin-top: 10px;
        margin-bottom: 10px;
        text-align: left
    }
    #productList #block-system-main .col-listing .function-headings .function.function-sort select,#productList #block-system-main .col-listing .function-headings .function.number-per-page select {
        width: 170px
    }

    #productList #block-system-main .col-listing .function-headings .status {
        float: none;
        display: block
    }
}

@media screen and (max-width: 767px) {
    #header .navbar {
        min-height:56px;
        height: 56px
    }

    #header .navbar-toggle {
        margin-top: 10px;
        margin-bottom: 0
    }

    #header .navbar-brand {
        padding: 12px 15px;
        height: auto
    }

    #header .navbar-collapse {
        background: #fff;
        max-height: none
    }
}

@media screen and (max-width: 767px) {
    #awards {
        padding-top:55px
    }

    #awards .awards-full td {
        display: block;
        padding: 15px
    }

    #awards .awards-full .thumb {
        width: 100%
    }

    #awards .banner-pdt {
        height: auto
    }

    #awards .banner-pdt .pdtImg {
        top: 0
    }

    #awards .banner-pdt .pdtName {
        position: relative;
        top: 0;
        bottom: 0;
        margin-top: 15px;
        padding-bottom: 15px
    }
    #awards .table-awards {
        display: block;
        margin-left: 0;
        margin-right: 0;
        margin-top: 15px;
        margin-bottom: 15px;
        padding: 0 15px
    }

    #awards .table-awards #block-system-main .row-awards {
        display: block
    }

    #awards .table-awards #block-system-main .row-awards#block-system-main .row-blank {
        display: none
    }

    #awards .table-awards #block-system-main .row-awards #block-system-main .col-awards {
        display: block
    }
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    #awards {
        padding-top:55px
    }

    #awards .banner-pdt {
        height: auto
    }

    #awards .banner-pdt .pdtImg {
        top: 0
    }

    #awards .banner-pdt .pdtName {
        position: relative;
        top: 0;
        bottom: 0;
        margin-top: 15px;
        padding-bottom: 15px
    }
    #awards .table-awards {
        display: block;
        margin-left: 0;
        margin-right: 0;
        margin-top: 15px;
        margin-bottom: 15px;
        padding: 0 15px
    }

    #awards .table-awards #block-system-main .row-awards {
        display: block
    }

    #awards .table-awards #block-system-main .row-awards#block-system-main .row-blank {
        display: none
    }

    #awards .table-awards #block-system-main .row-awards #block-system-main .col-awards {
        display: block
    }
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    #where-to-buy {
        padding-top:55px;
        padding-bottom: 100px
    }
}

@media screen and (max-width: 767px) {
    #where-to-buy {
        padding-top:55px;
        padding-bottom: 100px
    }
}

@media screen and (min-width: 1280px) {
    #where-to-buy .list-company #block-system-main .col:nth-child(5n+1) {
        clear:both
    }
}

@media screen and (min-width: 1022px) and (max-width:1279px) {
    #where-to-buy .list-company #block-system-main .col:nth-child(4n+1) {
        clear:both
    }
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    #where-to-buy .list-company #block-system-main .col:nth-child(3n+1) {
        clear:both
    }
}

@media screen and (max-width: 767px) {
    #where-to-buy .list-company #block-system-main .col:nth-child(2n+1) {
        clear:both
    }
}

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

@media screen and (min-width: 768px) and (max-width:1021px) {}

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

@media screen and (min-width: 768px) and (max-width:1021px) {
    #home .jumbotron {
        height:auto;
        z-index: 1;
        top: 0!important;
        position: relative;
        background: #444;
        margin-bottom: 45px
    }

    #home .jumbotron .bx-viewport,#home .jumbotron .bx-wrapper,#home .jumbotron .bxslider {
        height: auto
    }

    #home .jumbotron .bxslider li {
        height: auto
    }

    #home .jumbotron .bxslider li .banner {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover
    }

    #home .jumbotron .bxslider li .banner.banner-blur {
        display: none
    }

    #home .jumbotron .bxslider li .container-txt {
        position: relative;
        height: auto;
        padding: 30px 0 40px;
        background: #444;
        color: #fff
    }

    #home .jumbotron .bxslider li .container-txt .banner-txt {
        color: inherit;
        opacity: 1!important;
        width: 100%
    }

    #home .jumbotron .bx-controls {
        position: absolute;
        top: 15px;
        right: 15px
    }
}

@media screen and (max-width: 767px) {
    #home .jumbotron {
        height:auto;
        z-index: 1;
        top: 0!important;
        position: relative;
        background: #444;
        margin-bottom: 45px
    }

    #home .jumbotron .bx-viewport,#home .jumbotron .bx-wrapper,#home .jumbotron .bxslider {
        height: auto
    }

    #home .jumbotron .bxslider li {
        height: auto
    }

    #home .jumbotron .bxslider li .banner {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

    #home .jumbotron .bxslider li .banner.banner-blur {
        display: none
    }

    #home .jumbotron .bxslider li .container-txt {
        position: relative;
        height: auto;
        padding: 30px 0 40px;
        background: #444;
        color: #fff
    }

    #home .jumbotron .bxslider li .container-txt .banner-txt {
        color: inherit;
        opacity: 1!important;
        width: 100%
    }

    #home .jumbotron .bx-controls {
        position: absolute;
        top: 15px;
        right: 15px
    }
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    #about section.section-1 {
        padding:60px 0
    }

    #about section.section-1 .container-list-history {
        width: 100%
    }

    #about section.section-1 .container-list-history .item-history #block-system-main .col-left {
        position: relative;
        text-align: center;
        top: 0;
        line-height: 44px
    }

    #about section.section-1 .container-list-history .item-history #block-system-main .col-right {
        padding: 0
    }

    #about section.section-1 .container-list-history .item-history #block-system-main .col-right div {
        border: 0;
        padding: 30px 0;
        text-align: center
    }

    #about section.section-1 .history-wrapper {
        margin-top: 30px;
        width: 100%;
        padding: 0 40px;
        overflow-y: hidden;
        overflow-x: auto;
        height: 90px;
        display: none
    }
    #about section.section-1 .bx-controls {
        top: 0
    }

    #about section.section-1 .bx-controls .bx-prev {
        position: relative;
        left: 0;
        display: block;
        float: left;
        background-size: 20px
    }

    #about section.section-1 .bx-controls .bx-next {
        position: relative;
        right: 0;
        display: block;
        float: right;
        background-size: 20px
    }
}

@media screen and (max-width: 767px) {
    #about .jumbotron {
        height:480px
    }

    #about .jumbotron .bx-viewport {
        height: 100%!important
    }

    #about .jumbotron .jumbotron-headings {
        width: 100%
    }

    #about .jumbotron .bx-controls {
        bottom: 30px;
        top: auto
    }
    #about section.section-1 {
        padding: 60px 0
    }

    #about section.section-1 .container-list-history {
        width: 100%
    }

    #about section.section-1 .container-list-history .item-history #block-system-main .col-left {
        position: relative;
        text-align: center;
        top: 0;
        line-height: 44px
    }

    #about section.section-1 .container-list-history .item-history #block-system-main .col-right {
        padding: 0
    }

    #about section.section-1 .container-list-history .item-history #block-system-main .col-right div {
        border: 0;
        padding: 30px 0;
        text-align: center
    }

    #about section.section-1 .history-wrapper {
        margin-top: 30px;
        width: 100%;
        padding: 0 40px;
        overflow-y: hidden;
        overflow-x: auto;
        height: 90px;
        display: none
    }
    #about section.section-1 .bx-controls {
        top: 0
    }

    #about section.section-1 .bx-controls .bx-prev {
        position: relative;
        left: 0;
        display: block;
        float: left;
        background-size: 20px
    }

    #about section.section-1 .bx-controls .bx-next {
        position: relative;
        right: 0;
        display: block;
        float: right;
        background-size: 20px
    }

    #about section.section-2 {
        padding: 90px 0
    }

    #about section.section-2 .section-headings {
        width: 100%;
        padding: 0 15px
    }

    #about section.section-3 {
        height: auto
    }

    #about section.section-3 #block-system-main .col {
        height: auto
    }

    #about section.section-3 #block-system-main .col .section-headings {
        position: relative!important;
        padding: 30px 0;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        text-align: center
    }

    #about section.section-4 .table td {
        width: 50%;
        display: inline-block;
        border: 0!important;
        border-right: 0
    }

    #about section.section-5 {
        padding: 90px 0 120px
    }

    #about section.section-5 .section-headings {
        width: 100%;
        padding: 0 15px
    }
}

@media screen and (max-width: 767px) {
    #whybox .tab {
        height:55px
    }

    #whybox .tab .list-tab {
        line-height: 55px
    }

    #whybox .tab .list-tab li {
        margin-right: 15px
    }

    #whybox .slide .txt {
        padding: 30px 0
    }

    #whybox .slide .list-container .timing {
        width: auto;
        margin-left: 0
    }
    #whybox .slide .jumbotron .bx-wrapper {
        width: 100%
    }
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    #whybox .slide .jumbotron .bx-wrapper {
        width:80%
    }
}

@media screen and (max-width: 767px) {
    iframe {
        max-width:100%
    }
}

@media screen and (max-width: 767px) {
    #news {
        padding:55px 0 100px
    }
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    #productDetails .top .no-text {
        text-align:center;
        padding: 0
    }

    #productDetails .top .no-text .list-social {
        text-align: left
    }

    #productDetails .top .no-text .pdt-Name {
        text-align: left
    }

    #productDetails .top .no-text .pdt-serial {
        text-align: left
    }
    #productDetails .bottom .bottom-content .download ul li .table-form {
        width: 100%
    }

    #productDetails .bottom .bottom-content .tabName {
        padding: 0!important
    }
}

@media screen and (max-width: 767px) {
    #productDetails .top .no-text {
        text-align:center;
        padding: 0
    }

    #productDetails .top .no-text .list-social {
        text-align: left
    }

    #productDetails .top .no-text .pdt-Name {
        text-align: left
    }

    #productDetails .top .no-text .pdt-serial {
        text-align: left
    }
    #productDetails .bottom .tab {
        margin-bottom: 20px;
        border-bottom: 1px solid #ccc
    }

    #productDetails .bottom .tab:before,#productDetails .bottom .tab:after {
        content: " ";
        display: table
    }

    #productDetails .bottom .tab:after {
        clear: both
    }

    #productDetails .bottom .tab .list-tab:after {
        border: none
    }

    #productDetails .bottom .tab .list-tab li {
        width: 100%;
        float: left;
        padding: 10px;
        border: 1px solid #ccc;
        border-bottom: 0;
        margin: 0
    }

    #productDetails .bottom .tab .list-tab li.active {
        background: #ffcb05;
        color: #222;
        border-color: #ffcb05
    }
    #productDetails .bottom .bottom-content .download ul li .table-form {
        width: 100%
    }

    #productDetails .bottom .bottom-content .tabName {
        padding: 0!important
    }
}

@media screen and (max-width: 767px) {
    #news-details .jumbotron .bx-controls {
        position:relative;
        bottom: 0;
        background-color: #fff
    }
    #news-details .jumbotron ul .image,#news-details .jumbotron li .image {
        height: auto
    }

    #news-details .content-news {
        padding: 0
    }

    #news-details .content-news .container {
        margin-left: -15px;
        margin-right: -15px
    }
}

@media screen and (max-width: 767px) {
    .news-pop {
        width:90%;
        margin-left: auto;
        margin-right: auto;
        display: block
    }

    .news-pop .bx-controls {
        position: relative;
        bottom: 0;
        background-color: #fff
    }
    .news-pop .content-news {
        padding: 30px 0
    }

    .news-pop .content-news .container {
        margin-left: -15px;
        margin-right: -15px;
        min-width: none!important
    }
}

@media screen and (max-width: 767px) {
    .card.type-4 {
        height:auto
    }

    .card.type-4 .container-details {
        padding: 0 15px 30px
    }

    .card.type-5 {
        height: auto
    }

    .card.type-5 .container-details {
        padding: 0 15px 30px;
        height: auto
    }

    .card.type-5 .container-txt {
        height: auto
    }

    .card.type-5 .container-txt .title {
        margin-bottom: 8px
    }

    .card .container-txt {
        padding: 15px 15px 0
    }

    .card .container-txt .title {
        margin-top: 8px;
        margin-bottom: 8px
    }

    .card .container-details {
        padding: 0 15px 30px
    }

    .card .bar-action {
        text-align: center
    }

    .card .bar-action .txt {
        display: none
    }
}

@media screen and (min-width: 1022px) and (max-width:1279px) {
    .container-homepageBlk {
        padding:0
    }
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .container-homepageBlk {
        margin-top:0;
        margin-left: auto;
        margin-right: auto
    }

    .container-homepageBlk #block-system-main .col {
        margin-bottom: 20px
    }
}

@media screen and (max-width: 767px) {
    .container-homepageBlk {
        margin-top:0;
        margin-left: 5px;
        margin-right: 5px
    }

    .container-homepageBlk #block-system-main .col {
        margin-bottom: 20px
    }
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    #graphics section.section-2 .container-title {
        width:30%;
        padding-right: 0
    }

    #graphics section.section-2 .container-title .section-headings {
        text-align: center;
        padding-bottom: 0
    }

    #graphics section.section-2 .container-title .section-headings .section-title {
        text-align: left
    }

    #graphics section.section-3 {
        height: 480px
    }

    #graphics section.section-3 .section-headings {
        top: 200px
    }

    #graphics section.section-3 .container-img {
        width: 450px;
        margin-top: -225px;
        height: 450px;
        left: 50%
    }

    #graphics section.section-4 {
        height: auto
    }

    #graphics section.section-4 .container-effect {
        margin-bottom: 60px
    }

    #graphics section.section-5 {
        padding-bottom: 60px
    }

    #graphics section.section-5 .container-img {
        margin-top: -30px
    }

    #graphics section.section-6 {
        height: auto;
        padding-bottom: 60px
    }

    #graphics section.section-6 .section-headings {
        margin-top: 0
    }

    #graphics section.section-7 {
        height: 420px;
        padding-bottom: 60px
    }

    #graphics section.section-9 {
        padding-bottom: 0;
        padding-top: 60px;
        height: auto
    }

    #graphics section.section-9 .container-img {
        position: absolute;
        left: auto;
        right: 0;
        top: -30px;
        padding: 0 15px;
        width: 50%
    }

    #graphics section.section-9 .container-img img {
        position: relative
    }

    #graphics section.section-9 .container-img img.img-first {
        display: none
    }

    #graphics section.section-9 .container-img img.img-second {
        opacity: 1;
        width: 100%;
        height: auto
    }

    #graphics section.section-9 .section-headings {
        margin-top: 0
    }

    #graphics section.section-9 .section-headings .section-title {
        position: relative;
        max-width: none;
        margin-bottom: 20px;
        width: 50%
    }

    #graphics section.section-9 .section-headings .section-title .pointer {
        display: none
    }

    #graphics section.section-9 .container-lifespan {
        width: 100%;
        margin-top: 30px;
        padding: 0
    }

    #graphics section.section-9 .container-lifespan .stat {
        padding: 0 30px
    }

    #graphics section.section-9 .container-lifespan .stat .remarks {
        text-align: center
    }}

@media screen and (max-width: 767px) {
    #graphics section.section-1 {
        height:300px
    }

    #graphics section.section-1 .bxslider li a .container .section-headings {
        left: 15px
    }

    #graphics section.section-2 {
        height: 300px
    }

    #graphics section.section-2 .container-title {
        width: 30%;
        padding-right: 0
    }

    #graphics section.section-2 .container-title .section-headings {
        text-align: center;
        padding-bottom: 0
    }

    #graphics section.section-2 .container-title .section-headings .section-title {
        text-align: left
    }

    #graphics section.section-3 {
        height: auto;
        padding: 30px 0
    }

    #graphics section.section-3 .container-img {
        width: 300px;
        margin-top: 0;
        height: 300px;
        position: relative;
        left: 0;
        top: 0;
        margin: 0 auto
    }

    #graphics section.section-3 .section-headings {
        top: 0;
        left: 0;
        position: relative;
        margin: 0 auto 60px;
        width: 100%;
        text-align: center
    }

    #graphics section.section-3 .container-stage .stage {
        width: 100%
    }

    #graphics section.section-4 {
        height: auto
    }

    #graphics section.section-4 .container-effect {
        margin-bottom: 60px
    }

    #graphics section.section-5 {
        padding-bottom: 60px
    }

    #graphics section.section-5 .container-img {
        margin-top: 0
    }

    #graphics section.section-6 {
        height: auto;
        padding-bottom: 60px
    }

    #graphics section.section-6 .section-headings {
        text-align: center
    }

    #graphics section.section-6 .container-img {
        position: relative;
        left: 0;
        width: 100%;
        margin-top: 15px;
        padding: 0 15px
    }

    #graphics section.section-7 {
        height: auto;
        padding-bottom: 60px
    }

    #graphics section.section-7 .section-headings {
        text-align: center;
        margin-top: 0;
        margin-bottom: 15px
    }

    #graphics section.section-7 .container-img {
        position: relative;
        right: 0;
        width: 100%;
        padding: 0 15px;
        margin-top: 15px
    }
    #graphics section.section-9 {
        padding-bottom: 0;
        padding-top: 0;
        height: auto
    }

    #graphics section.section-9 .container-img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        padding: 0 15px;
        height: 240px;
        text-align: center
    }

    #graphics section.section-9 .container-img img {
        position: relative
    }

    #graphics section.section-9 .container-img img.img-first {
        display: none
    }

    #graphics section.section-9 .container-img img.img-second {
        opacity: 1;
        height: 100%;
        width: auto
    }

    #graphics section.section-9 .section-headings {
        margin-top: 240px;
        text-align: center
    }

    #graphics section.section-9 .section-headings .section-title {
        position: relative;
        max-width: none;
        margin-bottom: 20px
    }

    #graphics section.section-9 .section-headings .section-title .pointer {
        display: none
    }

    #graphics section.section-9 .list-container {
        text-align: center
    }

    #graphics section.section-9 .list-container .list-feat {
        text-align: left
    }

    #graphics section.section-9 .container-lifespan {
        width: 100%;
        margin-top: 30px;
        padding: 0
    }

    #graphics section.section-9 .container-lifespan .stat {
        padding: 0 60px
    }

    #graphics section.section-9 .container-lifespan .stat .remarks {
        text-align: center
    }

    #graphics section.section-10 .section-headings {
        margin-bottom: 30px
    }
    #graphics section.section-10 #block-system-main .col {
        margin-bottom: 30px;
        padding: 0
    }

    #graphics section.section-10 #block-system-main .col:after {
        content: '';
        width: 30%;
        height: 1px;
        background: #ccc;
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-top: 30px
    }

    #graphics section.section-10 #block-system-main .col:last-child:after {
        display: none
    }

    #graphics section.section-10 #block-system-main .col .img {
        margin-bottom: 15px
    }
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    #miniPC .divider {
        margin-left:auto;
        margin-right: auto
    }

    #miniPC section.section-1 {
        background-position: right center
    }

    #miniPC section.section-3 {
        padding: 60px 0
    }

    #miniPC section.section-4 {
        height: auto;
        padding: 60px 0 0
    }

    #miniPC section.section-4 .container-bg {
        position: relative;
        height: 360px
    }

    #miniPC section.section-4 .container-bg ul li .bg-status .bg {
        background-size: cover
    }

    #miniPC section.section-4 .container-bg ul li .bg-status .bg.bg2_on {
        opacity: 1!important
    }

    #miniPC section.section-4 .container-bg ul li .bg-status .bg.bg1_on {
        opacity: 1!important
    }

    #miniPC section.section-4 .section-headings {
        margin-top: 30px;
        margin-left: 0;
        text-align: center
    }

    #miniPC section.section-5 {
        margin: 60px 0;
        padding: 0
    }
    #miniPC section.section-5 #block-system-main .col {
        padding: 0
    }

    #miniPC section.section-5 #block-system-main .col:first-child {
        border: 0
    }

    #miniPC section.section-5 #block-system-main .col img {
        height: 60px
    }

    #miniPC section.section-8 {
        padding: 60px 0
    }

    #miniPC section.section-8 .section-headings {
        margin-bottom: 30px
    }
    #miniPC section.section-8 #block-system-main .col {
        padding: 0
    }

    #miniPC section.section-8 #block-system-main .col .blk {
        width: 66.66%;
        padding: 30px 20px;
        min-height: 0;
        margin-bottom: 15px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        text-align: center
    }

    #miniPC section.section-9 {
        padding: 60px 0
    }

    #miniPC section.section-10 .blk {
        height: auto;
        padding-bottom: 30px;
        margin-bottom: 15px;
        width: 66.66%;
        margin-left: auto;
        margin-right: auto;
        display: block
    }
    #miniPC section.section-10 #block-system-main .col {
        padding: 0
    }
}

@media screen and (max-width: 767px) {
    #miniPC .divider {
        margin-left:auto;
        margin-right: auto
    }

    #miniPC section.section-1 {
        height: 300px;
        background-position: right center
    }

    #miniPC section.section-1 .container-tab {
        position: absolute;
        left: 15px;
        bottom: 30px
    }

    #miniPC section.section-1 .container-tab .tab {
        padding: 0;
        margin-bottom: 15px
    }

    #miniPC section.section-2 {
        height: 270px
    }

    #miniPC section.section-2 .blk {
        top: 20px;
        text-align: center;
        width: 100%
    }

    #miniPC section.section-2 .blk .title {
        text-align: center;
        margin-bottom: 20px;
        width: auto;
        display: block
    }

    #miniPC section.section-3 {
        margin: 60px 0;
        padding: 0
    }

    #miniPC section.section-4 {
        height: auto;
        margin: 60px 0
    }

    #miniPC section.section-4 .container-bg {
        position: relative;
        height: 240px
    }

    #miniPC section.section-4 .container-bg ul li .bg-status .bg {
        background-size: cover
    }

    #miniPC section.section-4 .container-bg ul li .bg-status .bg.bg2_on {
        opacity: 1!important
    }

    #miniPC section.section-4 .container-bg ul li .bg-status .bg.bg1_on {
        opacity: 1!important
    }

    #miniPC section.section-4 .section-headings {
        margin-top: 15px;
        margin-left: 0;
        text-align: center
    }

    #miniPC section.section-5 {
        margin: 60px 0;
        padding: 0
    }
    #miniPC section.section-5 #block-system-main .col {
        padding: 0
    }

    #miniPC section.section-5 #block-system-main .col:first-child {
        border: 0
    }

    #miniPC section.section-5 #block-system-main .col img {
        height: 60px
    }

    #miniPC section.section-6 {
        height: auto;
        margin: 60px 0
    }

    #miniPC section.section-6 .container-bg {
        position: relative;
        height: 240px
    }

    #miniPC section.section-6 .container-bg ul li div {
        background-size: cover
    }

    #miniPC section.section-6 .section-headings {
        margin-top: 15px;
        color: #222;
        width: 100%
    }

    #miniPC section.section-7 {
        padding: 0;
        margin: 60px 0
    }

    #miniPC section.section-7 .section-headings {
        width: 100%
    }

    #miniPC section.section-8 {
        padding: 60px 0
    }
    #miniPC section.section-8 .section-headings {
        margin-bottom: 30px
    }

    #miniPC section.section-8 #block-system-main .col {
        padding: 0
    }

    #miniPC section.section-8 #block-system-main .col .blk {
        padding: 30px 20px;
        height: auto;
        margin-bottom: 15px;
        text-align: center;
        min-height: 0
    }

    #miniPC section.section-9 {
        margin: 60px 0;
        padding: 0
    }

    #miniPC section.section-9 .title {
        margin-bottom: 30px
    }

    #miniPC section.section-10 {
        margin: 60px 0
    }
    #miniPC section.section-10 .blk {
        height: auto;
        padding-bottom: 30px;
        margin-bottom: 15px
    }

    #miniPC section.section-10 #block-system-main .col {
        padding: 0
    }
}

@media screen and (max-width: 767px) {
    #search-result {
        padding-top:55px
    }
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    #support {
        padding-top:55px
    }

    #support .jumbotron .records {
        text-align: center
    }

    #support .jumbotron .records .record-option {
        display: inline-block;
        margin: 0 10px
    }
}

@media screen and (max-width: 767px) {
    #support {
        padding-top:55px
    }

    #support .form-group {
        margin-bottom: 0
    }

    #support .jumbotron {
        padding: 90px 0;
        min-height: 0;
        display: block;
        height: auto!important
    }

    #support .jumbotron .vcenter {
        display: block
    }

    #support .jumbotron .records {
        text-align: center
    }

    #support .jumbotron .records .record-option {
        display: inline-block;
        margin: 0 10px
    }

    #support .jumbotron .record-table {
        padding-bottom: 30px
    }

    #support .jumbotron .record-table .table-records {
        margin-top: 0
    }

    #support .form-warranty select {
        margin-left: auto;
        margin-right: auto;
        display: block
    }

    #support section.download .type-row .table-form {
        width: 100%
    }

    #support section.download .type-row .table-form td {
        display: block;
        padding: 5px 0 0
    }

    #support section.download .type-row .table-form td .form-item {
        margin-bottom: 10px
    }

    #support section.contact {
        padding: 60px 0
    }

    #support section.rma {
        padding: 60px 0
    }

    #support section.registration {
        padding: 60px 0
    }
    #support section.faq-question .bxslider li {
        padding: 0
    }}

@media screen and (min-width: 768px) and (max-width:1021px) {
    #sitemap {
        padding-top:55px
    }
}

@media screen and (max-width: 767px) {
    #sitemap {
        padding-top:55px
    }
}

@media screen {
    .pdt-lightbox {
        max-width: 980px
    }
}

@media screen and (max-width: 767px) {
    .pdt-lightbox {
        padding:0 15px!important
    }}

@media screen and (min-width: 768px) and (max-width:1021px) {
    .series .top .jumbotron {
        height: auto;
        padding-bottom: 30px;
        margin-bottom: 30px
    }

    .series .top .jumbotron .bg {
        position: absolute;
        top: 0;
        height: 100%!important;
        background-size: cover
    }

    .series .top .pdt-headings {
        width: 100%;
        position: relative;
        top: 0;
        bottom: auto;
        text-align: center;
        margin-top: 30px;
        left: 0
    }

    .series .top .pdt-shot {
        position: relative;
        width: 50%;
        bottom: 0!important;
        margin: 0 auto;
        margin-top: 40px;
        max-width: 480px
    }

    .series .top .pdt-thumb {
        position: relative;
        bottom: 0;
        margin-top: 40px;
        right: auto;
        width: 100%;
        text-align: center
    }

    .series .top .pdt-thumb ul {
        display: inline-block;
        margin-left: -5px;
        margin-right: -5px
    }

    .series .top .pdt-thumb ul li {
        margin: 0 5px
    }
    .series#series-e section.section-add-1 .banner {
        height: 500px
    }

    .series#series-e section.section-add-1 .bannerControl {
        width: 640px;
        margin-left: auto;
        margin-right: auto;
        display: block
    }

    .series#series-e section.section-add-1 .bannerControl .bannerSelection .options {
        width: 96px
    }

    .series#series-e section.section-1 {
        height: auto;
        background: 0 0
    }

    .series#series-e section.section-2 {
        margin-top: 0!important
    }

    .series#series-e section.section-2>.container {
        padding: 60px 15px
    }

    .series#series-e section.section-2 .img {
        display: none
    }

    .series#series-e section.section-2 .tv {
        top: 0!important;
        left: 0;
        width: 100%;
        position: relative
    }

    .series#series-e section.section-2 .section-headings {
        width: 100%;
        text-align: center;
        margin-top: 10px
    }

    .series#series-e section.section-3 {
        padding: 60px 0;
        height: auto
    }

    .series#series-e section.section-3 .section-headings {
        margin-top: 0
    }

    .series#series-e section.section-3 .pdt {
        width: 70%;
        margin-top: 90px
    }

    .series#series-e section.section-4 {
        height: auto;
        padding: 60px 0;
        text-align: center
    }

    .series#series-e section.section-4>.container {
        height: auto
    }

    .series#series-e section.section-4 .section-headings {
        margin-top: 0
    }

    .series#series-e section.section-4 .pdt {
        position: relative;
        margin-top: 90px;
        display: inline-block;
        left: auto;
        margin: 0 auto;
        width: 240px
    }

    .series#series-e section.section-5 {
        height: auto;
        padding: 60px 0 0
    }

    .series#series-e section.section-5>.container {
        height: auto
    }

    .series#series-e section.section-5 .section-headings {
        margin-top: 0;
        text-align: center
    }

    .series#series-e section.section-5 .img {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        display: block
    }

    .series#series-e section.section-5 .selection {
        margin-top: 10px;
        text-align: center
    }

    .series#series-e section.section-5 .selection .options {
        width: 60px;
        height: 60px;
        margin: 0 4px;
        background-size: 60px 120px
    }

    .series#series-e section.section-5 .selection .options.options-1 {
        background-position: 0 -60px
    }

    .series#series-e section.section-5 .selection .options.options-1.active {
        background-position: top center
    }

    .series#series-e section.section-5 .selection .options.options-2 {
        background-position: 0 -60px
    }

    .series#series-e section.section-5 .selection .options.options-2.active {
        background-position: top center
    }

    .series#series-m section.section-1 {
        height: auto;
        margin: 60px auto
    }

    .series#series-m section.section-add-2 .banner {
        height: 500px
    }

    .series#series-m section.section-add-2 .bannerControl {
        margin-left: auto;
        margin-right: auto;
        display: block;
        width: 640px
    }

    .series#series-m section.section-add-2 .bannerControl .bannerSelection .options {
        width: 96px
    }

    .series#series-m section.section-2 {
        height: auto;
        background: 0 0
    }

    .series#series-m section.section-2 .container-bg {
        height: 500px;
        position: relative
    }

    .series#series-m section.section-2 .card {
        width: 70%;
        position: relative;
        top: 0;
        padding: 30px;
        margin-top: -45px;
        margin-left: auto;
        margin-right: auto;
        display: block
    }

    .series#series-m section.section-2 .selection {
        margin-top: 10px
    }

    .series#series-m section.section-2 .selection .options {
        width: 60px;
        margin-right: 8px
    }

    .series#series-m section.section-3 {
        height: auto;
        margin-top: 0!important;
        padding: 60px 0
    }

    .series#series-m section.section-3 .section-headings {
        padding: 0 15px
    }

    .series#series-m section.section-3 .container-mon {
        height: auto;
        margin-top: 20px
    }

    .series#series-m section.section-3 .container-mon .mon-left,.series#series-m section.section-3 .container-mon .mon-right {
        display: none
    }

    .series#series-m section.section-3 .container-mon .mon-center {
        position: relative;
        width: 100%;
        left: 0;
        margin-left: 0;
        text-align: center
    }

    .series#series-m section.section-4 {
        height: auto;
        background-size: cover;
        padding: 60px 0 300px
    }

    .series#series-m section.section-4 .bg {
        background-size: cover
    }

    .series#series-m section.section-4 .section-headings {
        padding: 0 15px
    }

    .series#series-o section.section-1 {
        height: auto;
        margin: 60px auto
    }

    .series#series-o section.section-1 .section-headings {
        top: 0;
        width: 100%;
        text-align: center
    }

    .series#series-o section.section-1 .container-img {
        position: relative;
        left: 0;
        right: auto;
        width: 100%;
        height: auto
    }

    .series#series-o section.section-2 {
        height: auto;
        margin: 60px auto
    }

    .series#series-o section.section-2 .section-headings {
        top: 0;
        width: 100%;
        text-align: center;
        margin-bottom: 10px
    }

    .series#series-o section.section-2 .container-img {
        position: relative;
        width: 100%;
        right: 0
    }

    .series#series-o section.section-3 {
        height: 420px;
        padding: 0
    }

    .series#series-o section.section-3 .container-bg .bg {
        background-size: cover
    }

    .series#series-o section.section-3 .container-bg .bg.bg_on {
        opacity: 1!important
    }

    .series#series-o section.section-4 {
        height: auto;
        padding: 60px 0;
        text-align: center
    }

    .series#series-o section.section-4 .container-img {
        position: relative;
        left: 0;
        display: inline-block;
        width: auto
    }

    .series#series-o section.section-4 .section-headings {
        display: block;
        height: auto;
        text-align: center
    }

    .series#series-o section.section-4 .section-headings .content-txt {
        display: block
    }

    .series#series-o section.section-4 .section-headings .section-#block-system-main  {
        max-width: none;
        width: 100%
    }

    .series#series-o section.section-5 {
        padding: 120px 0
    }

    .series#series-o section.section-5 .section-headings .section-#block-system-main  {
        width: 100%
    }

    .series#series-o section.section-5 .container-bg .bg.bg-on {
        opacity: 1
    }

    .series#series-o section.section-6 .section-headings {
        position: relative;
        width: 100%;
        bottom: 0;
        color: #333;
        margin-top: 20px;
        left: 0
    }

    .series#series-o section.section-6 .container-bg {
        height: 420px
    }

    .series#series-o section.section-6 .container-bg div {
        background-size: cover
    }

    .series#series-o section.section-6 .container-bg div.on {
        opacity: 1
    }

    .series#series-p section.section-1 {
        height: auto;
        margin: 60px auto 0
    }

    .series#series-p section.section-1 .container-hand {
        position: relative;
        left: 30%;
        top: 0;
        width: 100%
    }

    .series#series-p section.section-1 .section-headings {
        top: 0;
        text-align: center;
        margin-bottom: 15px
    }

    .series#series-p section.section-2 {
        height: auto;
        margin: 0 auto 60px
    }

    .series#series-p section.section-2 .animation-container {
        width: 640px;
        height: 512px;
        position: relative;
        margin: 0 auto
    }

    .series#series-p section.section-2 .section-headings {
        top: 0;
        text-align: center;
        margin-top: 15px
    }

    .series#series-p section.section-3 {
        height: auto;
        padding: 430px 0 30px;
        background-size: cover;
        background-position: center center
    }

    .series#series-p section.section-3 .section-headings {
        top: 0
    }

    .series#series-p section.section-4 {
        height: auto;
        padding: 480px 0 60px
    }

    .series#series-p section.section-4 .container-bg .bg {
        background-size: cover
    }

    .series#series-p section.section-4 .container-bg .bg.bg-2 {
        opacity: 1
    }

    .series#series-p section.section-4 .container-bg .bg.bg-1 {
        display: none
    }

    .series#series-p section.section-4 .section-headings {
        position: relative;
        bottom: 0
    }

    .series#series-c section.section-1 {
        height: auto;
        padding: 90px 0 0
    }

    .series#series-c section.section-1 .section-headings {
        top: 0
    }

    .series#series-c section.section-1 .section-small {
        margin: 120px 0 60px
    }

    .series#series-c section.section-3>.container {
        padding: 0;
        margin: 60px auto
    }

    .series#series-c section.section-3 .container-img {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        padding: 0 15px
    }

    .series#series-c section.section-3 .section-headings {
        margin-top: 15px;
        width: 100%;
        text-align: center
    }

    .series#series-c section.section-5 .container-animation {
        height: 500px
    }

    .series#series-c section.section-5 .container-animation .container-blk-content {
        height: 500px
    }

    .series#series-b section.section-1 {
        height: auto;
        margin: 60px 0 0
    }

    .series#series-b section.section-1 .hand {
        position: absolute;
        bottom: -120px!important;
        left: 50px;
        right: auto;
        width: 100%;
        height: 600px;
        background-size: contain;
        margin: 0 auto
    }

    .series#series-b section.section-1 .section-headings {
        top: 0;
        width: 100%;
        text-align: center;
        max-width: 100%;
        margin-bottom: 540px
    }

    .series#series-b section.section-2>.container {
        padding: 0 0 30px
    }

    .series#series-b section.section-2 .img {
        position: relative;
        right: 0;
        height: auto;
        width: 100%
    }

    .series#series-b section.section-2 .img img {
        height: auto;
        width: 100%
    }

    .series#series-b section.section-2 .section-headings {
        width: 100%;
        left: 0;
        text-align: center;
        padding: 0 15px;
        margin-top: 15px
    }

    .series#series-b section.section-3 {
        height: 500px;
        background-size: cover
    }

    .series#series-b section.section-3 .section-headings {
        top: 80px
    }

    .series#series-b section.section-4 {
        height: 500px;
        background-size: cover
    }

    .series#series-b section.section-5 {
        height: auto;
        margin: 60px 0
    }

    .series#series-b section.section-5 .section-headings {
        position: relative;
        top: 0;
        width: 100%;
        text-align: center
    }

    .series#series-b section.section-5 .container-computer {
        position: relative;
        width: 640px;
        height: 440px;
        top: 0;
        right: 0;
        margin: 0 auto
    }

    .series#series-r section.section-1 .section-headings {
        width: 100%
    }

    .series#series-r section.section-1 .container-animation {
        height: 320px
    }

    .series#series-r section.section-1 .container-animation img {
        position: relative
    }

    .series#series-r section.section-1 .container-animation img.cover {
        display: none
    }

    .series#series-r section.section-2 .card {
        top: 60px;
        padding: 30px
    }
}

@media screen and (max-width: 767px) {
    .series .bottom {
        padding-left:15px;
        padding-right: 15px
    }
    .series .top .jumbotron {
        height: auto;
        padding-bottom: 30px;
        margin-bottom: 30px
    }

    .series .top .jumbotron .bg {
        position: absolute;
        top: 0;
        height: 100%!important;
        background-size: cover
    }

    .series .top .pdt-headings {
        width: 100%;
        position: relative;
        top: 0;
        bottom: auto;
        text-align: center;
        margin-top: 30px;
        left: 0
    }

    .series .top .pdt-shot {
        position: relative;
        width: 50%;
        bottom: 0!important;
        margin: 0 auto;
        margin-top: 40px;
        max-width: 240px
    }

    .series .top .pdt-thumb {
        position: relative;
        bottom: 0;
        margin-top: 20px;
        right: auto;
        width: 100%;
        text-align: center
    }

    .series .top .pdt-thumb ul {
        display: inline-block;
        margin-left: -5px;
        margin-right: -5px
    }

    .series .top .pdt-thumb ul li {
        margin: 0 5px
    }
    .series#series-r section.section-1 .section-headings {
        width: 100%
    }

    .series#series-r section.section-1 .container-animation {
        width: 100%;
        height: auto
    }

    .series#series-r section.section-1 .container-animation img {
        position: relative
    }

    .series#series-r section.section-1 .container-animation img.cover {
        display: none
    }

    .series#series-r section.section-2 {
        height: 380px
    }

    .series#series-r section.section-2 .bx-viewport {
        height: 380px
    }

    .series#series-r section.section-2 .card {
        padding: 15px 30px;
        width: 90%;
        left: 5%;
        top: 30px
    }

    .series#series-r section.section-3 {
        position: relative;
        padding: 0 0 60px
    }

    .series#series-r section.section-3 .container-bg {
        position: relative;
        width: 100%;
        height: 240px;
        background-size: contain;
        background-position: left center
    }

    .series#series-r section.section-4 {
        padding: 60px 0
    }

    .series#series-c section.section-1 {
        height: auto;
        padding: 60px 0 0
    }

    .series#series-c section.section-1 .container-img {
        position: absolute;
        left: 0;
        width: 100%;
        margin: 0 auto;
        text-align: center
    }

    .series#series-c section.section-1 .container-img img {
        width: auto;
        height: 200px
    }

    .series#series-c section.section-1 .section-headings {
        top: 0;
        width: 100%;
        margin-top: 15px;
        text-align: center;
        margin-bottom: 230px
    }

    .series#series-c section.section-1 .section-small {
        margin-top: 30px
    }

    .series#series-c section.section-2 {
        height: auto;
        padding: 60px 0 240px;
        background-size: cover;
        background-position: center bottom
    }

    .series#series-c section.section-2:hover {
        background-size: cover
    }

    .series#series-c section.section-2 .section-headings {
        position: relative;
        top: 0;
        width: 100%;
        left: 0
    }

    .series#series-c section.section-3>.container {
        padding: 0;
        margin: 60px 0
    }

    .series#series-c section.section-3 .container-img {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        padding: 0 15px
    }

    .series#series-c section.section-3 .section-headings {
        margin-top: 15px;
        width: 100%;
        text-align: center
    }

    .series#series-c section.section-4>.container {
        padding: 0;
        margin: 60px 0
    }

    .series#series-c section.section-4 .container-img {
        position: relative;
        width: 100%;
        right: 0;
        padding: 0 15px
    }

    .series#series-c section.section-4 .section-headings {
        margin: 0;
        width: 100%;
        padding: 0 15px;
        text-align: center
    }

    .series#series-c section.section-5 {
        margin: 60px 0
    }

    .series#series-c section.section-5 .container-animation {
        height: 220px
    }
    .series#series-c section.section-5 .container-animation .container-blk-content {
        height: 220px;
        width: 320px;
        margin: 0 auto;
        position: relative
    }

    .series#series-c section.section-5 .section-headings {
        margin-bottom: 0;
        width: 100%;
        text-align: center
    }

    .series#series-b section.section-1 {
        height: auto;
        margin: 60px 0 0
    }

    .series#series-b section.section-1 .hand {
        position: absolute;
        bottom: -60px!important;
        right: auto;
        left: 0;
        width: 100%;
        height: 313px;
        background-size: contain;
        margin: 0 auto
    }

    .series#series-b section.section-1 .section-headings {
        top: 0;
        width: 100%;
        text-align: center;
        max-width: 100%;
        margin-bottom: 280px
    }

    .series#series-b section.section-2>.container {
        padding: 0 0 30px
    }

    .series#series-b section.section-2 .img {
        position: relative;
        right: 0;
        height: auto;
        width: 100%
    }

    .series#series-b section.section-2 .img img {
        height: auto;
        width: 100%
    }

    .series#series-b section.section-2 .section-headings {
        width: 100%;
        left: 0;
        text-align: center;
        padding: 0 15px;
        margin-top: 15px
    }

    .series#series-b section.section-3 {
        height: auto;
        background-size: cover;
        padding: 30px 0 270px
    }

    .series#series-b section.section-3 .section-headings {
        top: 0
    }

    .series#series-b section.section-4 {
        height: auto;
        padding: 330px 0 15px;
        background-size: cover
    }

    .series#series-b section.section-4 .section-headings {
        position: relative;
        bottom: 0
    }

    .series#series-b section.section-5 {
        height: auto;
        margin: 60px 0
    }

    .series#series-b section.section-5 .section-headings {
        position: relative;
        top: 0;
        width: 100%;
        text-align: center
    }

    .series#series-b section.section-5 .container-computer {
        position: relative;
        width: 320px;
        height: 221px;
        top: 0;
        right: 0;
        margin: 0 auto
    }

    .series#series-p section.section-1 {
        height: auto;
        margin: 60px auto
    }

    .series#series-p section.section-1 .container-hand {
        position: relative;
        left: 30%;
        top: 0;
        width: 100%
    }

    .series#series-p section.section-1 .section-headings {
        top: 0;
        text-align: center;
        margin-bottom: 15px
    }

    .series#series-p section.section-2 {
        height: auto;
        margin: 60px auto
    }

    .series#series-p section.section-2 .animation-container {
        width: 260px;
        height: 208px;
        position: relative;
        margin: 0 auto
    }

    .series#series-p section.section-2 .section-headings {
        top: 0;
        text-align: center;
        margin-top: 15px
    }

    .series#series-p section.section-3 {
        height: auto;
        padding: 210px 0 30px;
        background-size: cover;
        background-position: center center
    }

    .series#series-p section.section-3 .section-headings {
        top: 0;
        text-align: center
    }

    .series#series-p section.section-4 {
        height: auto;
        padding: 270px 0 30px
    }

    .series#series-p section.section-4 .container-bg .bg {
        background-size: cover
    }

    .series#series-p section.section-4 .container-bg .bg.bg-2 {
        opacity: 1
    }

    .series#series-p section.section-4 .container-bg .bg.bg-1 {
        display: none
    }

    .series#series-p section.section-4 .section-headings {
        position: relative;
        bottom: 0
    }

    .series#series-p section.section-5 {
        margin: 60px auto;
        padding: 0
    }

    .series#series-p section.section-5 img {
        left: 15px
    }

    .series#series-p section.section-5 .section-headings {
        text-align: center;
        top: 0
    }

    .series#series-p section.section-6 {
        margin: 60px auto;
        padding: 0;
        text-align: center
    }

    .series#series-p section.section-6 .section-headings {
        margin-top: 0
    }

    .series#series-o section.section-1 {
        height: auto;
        margin: 60px auto
    }

    .series#series-o section.section-1 .section-headings {
        top: 0;
        width: 100%;
        text-align: center
    }

    .series#series-o section.section-1 .container-img {
        position: relative;
        left: 0;
        right: auto;
        width: 100%;
        height: auto
    }

    .series#series-o section.section-2 {
        height: auto;
        margin: 60px auto
    }

    .series#series-o section.section-2 .section-headings {
        top: 0;
        width: 100%;
        text-align: center;
        margin-bottom: 10px
    }

    .series#series-o section.section-2 .container-img {
        position: relative;
        width: 100%;
        right: 0
    }

    .series#series-o section.section-3 {
        height: 240px;
        padding: 0;
        background-size: cover
    }

    .series#series-o section.section-3 .container-bg .bg {
        background-size: cover
    }

    .series#series-o section.section-3 .container-bg .bg.bg_on {
        opacity: 1!important
    }

    .series#series-o section.section-4 {
        height: auto;
        padding: 60px 0
    }

    .series#series-o section.section-4 .container-img {
        position: relative;
        left: 0;
        width: 100%
    }
    .series#series-o section.section-4 .section-headings {
        display: block;
        height: auto;
        text-align: center
    }

    .series#series-o section.section-4 .section-headings .content-txt {
        display: block
    }

    .series#series-o section.section-5 {
        padding: 120px 0
    }

    .series#series-o section.section-5 .section-headings .section-#block-system-main  {
        width: 100%
    }

    .series#series-o section.section-5 .container-bg .bg.bg-on {
        opacity: 1
    }

    .series#series-o section.section-6 .section-headings {
        position: relative;
        width: 100%;
        bottom: 0;
        color: #333;
        margin-top: 20px;
        left: 0
    }

    .series#series-o section.section-6 .container-bg {
        height: 240px
    }

    .series#series-o section.section-6 .container-bg div {
        background-size: cover
    }

    .series#series-o section.section-6 .container-bg div.on {
        opacity: 1
    }

    .series#series-m section.section-1 {
        height: auto;
        margin: 60px auto
    }

    .series#series-m section.section-add-2 .banner {
        height: 300px
    }

    .series#series-m section.section-add-2 .bannerControl .bannerSelection .options {
        width: 60px
    }

    .series#series-m section.section-2 {
        height: auto;
        background: 0 0
    }

    .series#series-m section.section-2 .container-bg {
        height: 300px;
        position: relative
    }

    .series#series-m section.section-2 .card {
        width: 100%;
        position: relative;
        top: 0;
        padding: 30px;
        margin-top: -45px
    }

    .series#series-m section.section-2 .selection {
        margin-top: 10px
    }

    .series#series-m section.section-2 .selection .options {
        width: 60px;
        margin-right: 8px
    }

    .series#series-m section.section-3 {
        height: auto;
        margin-top: 0!important;
        padding: 60px 0
    }

    .series#series-m section.section-3 .section-headings {
        padding: 0 15px
    }

    .series#series-m section.section-3 .container-mon {
        height: auto;
        margin-top: 20px
    }

    .series#series-m section.section-3 .container-mon .mon-left,.series#series-m section.section-3 .container-mon .mon-right {
        display: none
    }

    .series#series-m section.section-3 .container-mon .mon-center {
        position: relative;
        width: 100%;
        left: 0;
        margin-left: 0;
        text-align: center
    }

    .series#series-m section.section-4 {
        height: auto;
        background-size: cover;
        padding: 30px 0 150px
    }

    .series#series-m section.section-4 .bg {
        background-size: cover
    }

    .series#series-m section.section-4 .section-headings {
        padding: 0 15px
    }

    .series#series-m section.section-5 div.bx-next {
        display: none
    }

    .series#series-m section.section-5 div.bx-prev {
        display: none
    }

    .series#series-m section.section-5 .bxslider {
        position: relative;
        padding-bottom: 36px
    }

    .series#series-m section.section-5 .slick-dots {
        text-align: center;
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        margin-bottom: 0
    }

    .series#series-m section.section-5 .slick-dots li {
        display: inline-block;
        background: 0 0
    }

    .series#series-m section.section-5 .slick-dots li button {
        width: 12px;
        height: 12px;
        padding: 0;
        -webkit-appearance: none;
        appearance: none;
        border: 1px solid #fff;
        margin: 0 6px;
        background: 0 0
    }

    .series#series-m section.section-5 .slick-dots li.slick-active button {
        background: #fff
    }

    .series#series-m section.section-6 div.bx-next {
        display: none
    }

    .series#series-m section.section-6 div.bx-prev {
        display: none
    }

    .series#series-m section.section-6 .bxslider {
        position: relative;
        padding-bottom: 36px
    }

    .series#series-m section.section-6 .slick-dots {
        text-align: center;
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        margin-bottom: 0
    }

    .series#series-m section.section-6 .slick-dots li {
        display: inline-block;
        background: 0 0
    }

    .series#series-m section.section-6 .slick-dots li button {
        width: 12px;
        height: 12px;
        padding: 0;
        -webkit-appearance: none;
        appearance: none;
        border: 1px solid #fff;
        margin: 0 6px;
        background: 0 0
    }

    .series#series-m section.section-6 .slick-dots li.slick-active button {
        background: #fff
    }

    .series#series-e section.section-add-1 .banner {
        height: 300px
    }

    .series#series-e section.section-add-1 .bannerControl .bannerSelection .options {
        width: 60px
    }

    .series#series-e section.section-1 {
        height: auto;
        background: 0 0
    }

    .series#series-e section.section-2 {
        margin-top: 0!important
    }

    .series#series-e section.section-2>.container {
        padding: 60px 15px
    }

    .series#series-e section.section-2 .img {
        display: none
    }

    .series#series-e section.section-2 .tv {
        top: 0!important;
        left: 0;
        width: 100%;
        position: relative
    }

    .series#series-e section.section-2 .section-headings {
        width: 100%;
        text-align: center;
        margin-top: 10px
    }

    .series#series-e section.section-3 {
        padding: 60px 0;
        height: auto
    }

    .series#series-e section.section-3 .section-headings {
        margin-top: 0
    }

    .series#series-e section.section-3 .pdt {
        width: 70%;
        margin-top: 90px
    }

    .series#series-e section.section-4 {
        height: auto;
        padding: 60px 0
    }

    .series#series-e section.section-4>.container {
        height: auto
    }

    .series#series-e section.section-4 .section-headings {
        margin-top: 0
    }

    .series#series-e section.section-4 .pdt {
        position: relative;
        margin-top: 90px;
        width: 70%;
        left: auto;
        margin: 0 auto;
        text-align: center
    }

    .series#series-e section.section-5 {
        height: auto;
        padding: 60px 0 0
    }

    .series#series-e section.section-5>.container {
        height: auto
    }

    .series#series-e section.section-5 .section-headings {
        margin-top: 0;
        text-align: center
    }

    .series#series-e section.section-5 .img {
        position: relative;
        width: 100%
    }

    .series#series-e section.section-5 .selection {
        margin-top: 10px;
        text-align: center
    }

    .series#series-e section.section-5 .selection .options {
        width: 60px;
        height: 60px;
        margin: 0 4px;
        background-size: 60px 120px
    }

    .series#series-e section.section-5 .selection .options.options-1 {
        background-position: 0 -60px
    }

    .series#series-e section.section-5 .selection .options.options-1.active {
        background-position: top center
    }

    .series#series-e section.section-5 .selection .options.options-2 {
        background-position: 0 -60px
    }

    .series#series-e section.section-5 .selection .options.options-2.active {
        background-position: top center
    }
}

@media screen and (min-width: 768px) and (max-width:1021px) {
    #gtx900 #gtx900slider-container {
        margin-bottom:0
    }

    #gtx900 .jumbotron .bx-controls {
        position: relative;
        bottom: 0
    }
    #gtx900 .jumbotron #block-system-main .row-1 {
        height: auto
    }

    #gtx900 .jumbotron #block-system-main .row-1 .container-hero {
        position: relative;
        right: 0;
        width: 100%
    }

    #gtx900 .jumbotron #block-system-main .row-1 .txt {
        margin-top: 0;
        text-align: center
    }

    #gtx900 .jumbotron #block-system-main .row-2 .blk .pdt-thumb {
        opacity: 1
    }

    #gtx900 .jumbotron #block-system-main .row-2 .blk .pdt-name {
        color: #fff
    }

    #gtx900 .jumbotron #block-system-main .row-2 .blk .list-spec {
        opacity: 1
    }

    #gtx900 .jumbotron #block-system-main .row-2 .blk .divider {
        opacity: 1
    }

    #gtx900 section.section-1 {
        padding: 60px 0;
        text-align: center
    }

    #gtx900 section.section-1 #block-system-main .row-1 {
        margin-bottom: 60px
    }

    #gtx900 section.section-1 #block-system-main .row-1 .img {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        margin-top: 15px
    }

    #gtx900 section.section-1 #block-system-main .row-1 .section-headings {
        margin-top: 0
    }

    #gtx900 section.section-1 #block-system-main .row-2 {
        padding: 0;
        text-align: center
    }

    #gtx900 section.section-1 #block-system-main .row-2 .container-img {
        position: relative;
        right: 0;
        width: 480px;
        height: 320px;
        margin: 0 auto
    }

    #gtx900 section.section-1 #block-system-main .row-2 .icon-set .icon {
        margin: 0 10px
    }

    #gtx900 section.section-2 {
        padding: 60px 0
    }

    #gtx900 section.section-2 .container-animation {
        width: 100%;
        height: auto
    }

    #gtx900 section.section-2 .section-headings {
        width: 100%;
        margin-top: 0
    }

    #gtx900 section.section-3 {
        height: auto
    }

    #gtx900 section.section-3 .section-headings {
        margin: 0 -30px;
        padding: 120px 15px;
        text-align: center;
        position: relative;
        z-index: 2
    }

    #gtx900 section.section-3:after {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 1;
        background-color: rgba(0,0,0,.5);
        content: '';
        top: 0;
        left: 0
    }

    #gtx900 section.section-4 {
        height: auto
    }

    #gtx900 section.section-4 .section-headings {
        text-align: center;
        padding: 180px 15px;
        margin: 0 -30px;
        position: relative;
        z-index: 2
    }

    #gtx900 section.section-4:after {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 1;
        background-color: rgba(0,0,0,.5);
        content: '';
        top: 0;
        left: 0
    }

    #gtx900 section.section-5 {
        padding: 60px 0
    }

    #gtx900 section.section-5 .top .stat {
        width: 100%;
        padding: 0 60px
    }

    #gtx900 section.section-5 #mobileSlider2 #block-system-main .col {
        padding: 0 15px
    }

    #gtx900 section.section-5 #mobileSlider2 #block-system-main .col .title {
        height: 70px
    }

    #gtx900 section.section-5 .bx-controls {
        position: relative;
        bottom: 0
    }}

@media screen and (max-width: 767px) {
    #gtx900 #gtx900slider-container {
        margin-bottom:0
    }

    #gtx900 .jumbotron .bx-controls {
        position: relative;
        bottom: 0
    }
    #gtx900 .jumbotron #block-system-main .row-1 {
        height: auto
    }

    #gtx900 .jumbotron #block-system-main .row-1 .container-hero {
        position: relative;
        right: 0;
        width: 100%
    }

    #gtx900 .jumbotron #block-system-main .row-1 .txt {
        margin-top: 0;
        text-align: center
    }

    #gtx900 .jumbotron #block-system-main .row-2 .blk .pdt-thumb {
        opacity: 1
    }

    #gtx900 .jumbotron #block-system-main .row-2 .blk .pdt-name {
        color: #fff
    }

    #gtx900 .jumbotron #block-system-main .row-2 .blk .list-spec {
        opacity: 1
    }

    #gtx900 .jumbotron #block-system-main .row-2 .blk .divider {
        opacity: 1
    }

    #gtx900 section.section-1 {
        padding: 60px 0;
        text-align: center
    }

    #gtx900 section.section-1 #block-system-main .row-1 {
        margin-bottom: 40px
    }

    #gtx900 section.section-1 #block-system-main .row-1 .img {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        margin-top: 15px
    }

    #gtx900 section.section-1 #block-system-main .row-1 .section-headings {
        margin-top: 0
    }

    #gtx900 section.section-1 #block-system-main .row-2 {
        padding: 0;
        text-align: center
    }

    #gtx900 section.section-1 #block-system-main .row-2 .container-img {
        position: relative;
        right: 0;
        width: 320px;
        height: 219px;
        margin: 0 auto
    }

    #gtx900 section.section-1 #block-system-main .row-2 .icon-set .icon {
        width: 60px;
        height: 58px;
        background-size: 180px 116px;
        margin: 0 10px
    }

    #gtx900 section.section-1 #block-system-main .row-2 .icon-set .icon.icon-1 {
        background-position: 0 -58px
    }

    #gtx900 section.section-1 #block-system-main .row-2 .icon-set .icon.icon-2 {
        background-position: -60px -58px
    }

    #gtx900 section.section-1 #block-system-main .row-2 .icon-set .icon.icon-2.active {
        background-position: -60px 0
    }

    #gtx900 section.section-1 #block-system-main .row-2 .icon-set .icon.icon-3 {
        background-position: -120px -58px
    }

    #gtx900 section.section-1 #block-system-main .row-2 .icon-set .icon.icon-3.active {
        background-position: -120px 0
    }

    #gtx900 section.section-2 {
        padding: 60px 0
    }

    #gtx900 section.section-2 .container-animation {
        width: 100%;
        height: auto
    }

    #gtx900 section.section-2 .section-headings {
        width: 100%;
        margin-top: 0
    }

    #gtx900 section.section-3 {
        height: auto
    }

    #gtx900 section.section-3 .section-headings {
        margin: 0 -30px;
        padding: 60px 15px;
        text-align: center;
        background-color: rgba(0,0,0,.5)
    }

    #gtx900 section.section-4 {
        height: auto
    }

    #gtx900 section.section-4 .section-headings {
        text-align: center;
        padding: 90px 15px;
        background-color: rgba(0,0,0,.5);
        margin: 0 -30px
    }

    #gtx900 section.section-5 {
        padding: 60px 0
    }

    #gtx900 section.section-5 .top .stat {
        width: 100%;
        padding: 0 60px
    }

    #gtx900 section.section-5 #mobileSlider2 #block-system-main .col {
        padding: 0
    }

    #gtx900 section.section-5 .bx-controls {
        position: relative;
        bottom: 0
    }}

#homepage-highlight-blocks .player {
    position: relative;
    padding-bottom: 56.25%
}

#homepage-highlight-blocks .player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}


.bx-wrapper .bx-controls .bx-pager .bx-pager-item {
    width: 12px;
    height: 12px;
    color: transparent;
    display: inline-block;
    margin: 0 6px
}

.bx-wrapper .bx-controls .bx-pager .bx-pager-item a {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    background: #444;
    color: transparent !important; 
}

.bx-wrapper .bx-controls .bx-pager .bx-pager-item a.active {
    background: #fff
}