/*
Theme Name: World Kidney Day
Theme URI: http://wordpress.org/themes/worldkidneyday.org
Author: the WordPress team
Author URI: http://wordpress.org/
Description: Custom Wordpress theme for World Kidney Day
Version: 2.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: dark, gray, two-columns, left-sidebar, fluid-layout, responsive-layout, featured-images, post-formats, sticky-post, theme-options, translation-ready
Text Domain: worldkidneyday.org

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/* =Notes
--------------------------------------------------------------


*/


/* =Includes
-------------------------------------------------------------- */

@import url('/wp-includes/css/dashicons.min.css');

/* =Fonts
-------------------------------------------------------------- */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,700,700italic');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,200,200italic,300,300italic,400italic,700,700italic,600,900,900italic,600italic');

/*
@font-face{font-family:'NotoSansHans';src:url('fonts/NotoSansHans-Light.otf');font-weight:400;font-style:normal;}
@font-face{font-family:'NotoSansHans';src:url('fonts/NotoSansHans-Regular.otf');font-weight:400;font-style:normal;}
@font-face{font-family:'NotoSansHans';src:url('fonts/NotoSansHans-Bold.otf');font-weight:700;font-style:normal;}

@font-face{font-family:'NotoSansHant';src:url('fonts/NotoSansHant-Light.otf');font-weight:200;font-style:normal;}
@font-face{font-family:'NotoSansHant';src:url('fonts/NotoSansHant-Regular.otf');font-weight:400;font-style:normal;}
@font-face{font-family:'NotoSansHant';src:url('fonts/NotoSansHant-Bold.otf');font-weight:700;font-style:normal;}
*/


/*fontAwesome.min.css*/

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

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

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

.fa-lg {
    font-size: 1.33333333em;
    line-height: .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: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
    color: #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-times:before {
    content: "\f00d"
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

body {
    line-height: 1;
}

p {
    margin: 0 0 1em 0;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

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

caption, th, td {
    font-weight: 400;
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
}

html {
    overflow-y: scroll;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

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

audio, canvas, video {
    display: inline-block;
}

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

del {
    color: #333;
}

ins {
    background: #fff9c0;
    text-decoration: none;
}

hr {
    background-color: #ededed;
    border: 0;
    height: 3px;
    margin: 8px 0 16px;
}

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

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

small {
    font-size: 66.66%;
    font-weight: 300;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

ol, ul {
    margin: 0 0 1em;
}

ol ol, ul ul {
    margin: 0;
}

ul {
    list-style: disc outside;
}

ol {
    list-style: decimal outside;
}

li {
    margin: 0 0 0 36px;
}

blockquote {
    background: #f1f1f1;
    padding: 14px 24px 4px;
    margin: 0.5em 0 1em 0;
}

.table {
    display: table;
}

.tr {
    display: table-row;
}

.td {
    display: table-cell;
    vertical-align: middle;
}


/* Clearing floats */

.clear:after, .cl:after, .wrapper:after {
    clear: both;
}

.clear:before, .clear:after, .cl:before, .cl:after, .wrapper:before, .wrapper:after {
    display: table;
    content: "";
}


/* Form fields, general styles first */

button:not(.dropdown-toggle), input, textarea {
    outline: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-family: inherit;
    padding: 6px;
}

button:not(.dropdown-toggle), input {
    line-height: normal;
}

textarea {
    font-size: 100%;
    overflow: auto;
    vertical-align: top;
}

fieldset {
    display: block;
    border: 0 none;
}

input, textarea, select {
    text-align: left;
    display: inline-block;
    color: #000;
    background: #fff;
    font-family: arial;
    font-size: 12px;
    line-height: 150%;
    border: 1px solid #ccc;
    border-radius: 2px;
}

input {
    width: 444px;
    height: 16px;
    margin: 2px 0;
    padding: 7px 8px 8px 7px;
    background-clip: padding-box;
}

input[type=submit], input[type=button], input[type=reset], input[type=file], input[type=checkbox], input[type=radio] {
    width: auto!important;
    height: auto!important;
    border: 0 none!important;
}

input[type=checkbox], input[type=radio] {
    margin-right: 4px;
}

textarea {
    resize: none;
    overflow-y: scroll;
    width: 444px;
    margin: 2px 0;
    padding: 7px 8px 7px 7px;
}

select {
    outline: 0 none;
    margin: 2px 0;
    padding: 7px 8px 7px 7px;
    min-width: 222px;
}

select option {
    color: #000;
}

label {
    min-width: 150px;
    display: inline-block;
    font-size: 13px;
}

#recaptcha_widget_div {
    display: inline-block;
    vertical-align: top;
}


/* Reset non-text input types */

input[type=checkbox], input[type=radio], input[type=file], input[type=hidden], input[type=image], input[type=color] {
    border: 0;
    border-radius: 0;
    padding: 0;
}


/* Buttons */

input[type=submit], input[type=button], input[type=reset], button:not(.dropdown-toggle), .button:not(.dropdown-toggle) {
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    border-radius: 2px;
    background-color: #797979;
    border: 0 none;
    box-shadow: 0 -3px 0 0 rgba(0, 0, 0, 0.4) inset;
    padding: 10px 10px 12px;
    /*
    color:#7c7c7c;
    padding:6px 10px;
    background-color:#e6e6e6;
    background-repeat:repeat-x;
    background-image:linear-gradient(top,#f4f4f4,#e6e6e6);
    border:1px solid #d2d2d2;
    box-shadow:0 1px 2px rgba(64,64,64,0.1);
    text-shadow: 0 1px 0 rgba(255,255,255, 0.6);
    */
}

button, input[type=submit], input[type=button], input[type=reset] {
    cursor: pointer;
}

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

button:not(.dropdown-toggle):hover, input[type=submit]:hover, input[type=button]:hover, input[type=reset]:hover, .button:not(.dropdown-toggle):hover {
    color: #5e5e5e;
    background-color: #ebebeb;
    background-repeat: repeat-x;
    background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}


/*
button:active,input[type=submit]:active,input[type=button]:active,input[type=reset]:active{
    color:#757575;
    background-color:#e1e1e1;
    background-repeat:repeat-x;
    background-image:linear-gradient(top,#ebebeb,#e1e1e1);
    box-shadow:inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
    border-color:transparent;
}
*/

a.button {
    text-decoration: none;
    padding: 7px 10px;
}

#donate_button, .dropdownLanguage {
    margin-top: -8px;
    padding: 10px 10px 13px 10px;
    text-transform: uppercase;
    background: #e63912;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    white-space: nowrap;
}
#languages_button {
    padding: 10px;
}

.dropdownLanguage #languages_button:hover, .dropdownLanguage #languages_button:focus {
    color: white !important;
}
.dropdownLanguage {
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    border-radius: 2px;
    background-color: #797979;
    border: 0 none;
    box-shadow: 0 -3px 0 0 rgba(0, 0, 0, 0.4) inset;
    padding: 10px 10px 12px;
    margin: 10px 0px !important;
}
.dropdownLanguage a {
    text-decoration: none;
}
.dropdownLanguage li {
    margin: 0;
}
.dropdownLanguage .globeIcon {
    margin-right: 7px;
    font-size: 1.3em;
}


/* Responsive images */

img, img[class*=align], img[class*=wp-image-], img[class*=attachment-] {
    height: auto;
    /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

img, img.size-full, img.size-large, img.header-image, img.wp-post-image {
    max-width: 100%;
    height: auto!important;
    /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}


/* Make sure videos and embeds fit their containers */

embed, iframe, object, video {
    max-width: 100%;
}

.entry-content .twitter-tweet-rendered {
    max-width: 100%!important;
    /* Override the Twitter embed fixed width */
}


/* Images */

.fl, .alignleft {
    float: left;
}

.fr, .alignright {
    float: right;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignleft {
    margin: 0 20px 20px 0;
}

img.alignright {
    margin: 0 0 20px 20px;
}


/* =Basic structure
-------------------------------------------------------------- */


/* Body, Page structure */

html {
    background: #dfe4e8 none repeat center center scroll;
}

body {
    font-size: 14px;
    line-height: 1.714285;
    font-family: "Open Sans", Helvetica, Arial, SimSun, STXihei, "华文细黑", sans-serif;
    /*font-family:"Open Sans", Helvetica, Arial, "NotoSansHans", "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", sans-serif;*/
    text-rendering: optimizeLegibility;
    color: #111;
}

#wrapper {
    overflow: hidden;
    max-width: 1440px;
    min-width: 1024px;
    background-color: #fff;
    border-radius: 0 0 3px 3px;
    margin: 0 auto 40px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}

#page {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body.page-template-homepage .page_wrapper, body.page-template-events-map .page_wrapper, body.page-template-campaign-per-language .page_wrapper {
    padding: 0 40px;
}


/*
#content{float:left;width:73%;padding:0 20px 0 10px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
#sidebar{float:right;width:27%;font-size:13px;line-height:1.230769;font-size:13px;}
*/

.content {
    font-family: "Open Sans", Helvetica, Arial, "NotoSansHans", "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", sans-serif;
}

.full-width {
    padding: 20px 40px;
}


/* Anchors */

a {
    color: #111;
    color: inherit;
    outline: 0;
}

a:focus, a:active, a:hover {
    color: #E30513;
}


/* Heading Titles */

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: "Source Sans Pro", Helvetica, Arial, /*"NotoSansHans",*/
    "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", sans-serif;
    font-weight: 600;
    display: block;
    margin-bottom: 6px;
}

p+h1, p+.h1, p+h2, p+.h2, p+h3, p+.h3, p+h4, p+.h4, p+h5, p+.h5, p+h6, p+.h6 {
    margin-top: 20px;
}

h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
    text-decoration: none;
}

h1, .h1 {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 600;
}

h1 span, .h1 span {
    font-size: 22px;
}

h2, .h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    padding: 6px 0;
    /*border-bottom:3px solid #EDEDED;*/
}

h3, .h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 10px;
}

h4, .h4 {
    font-size: 19px;
    font-weight: 600;
    font-family: "Open Sans", Helvetica, Arial, /*"NotoSansHans",*/
    "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", sans-serif;
}

h5, .h5 {
    font-size: 21px;
    font-weight: 300;
}

h6, .h6 {
    font-size: 18px;
    font-weight: 600;
}


/*
h1 strong,h2 strong,h3 strong,h4 strong,h6 strong{font-weight:600;}
h5 strong{font-weight:300;}
*/

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
    text-decoration: none!important;
}


/* Tables */

table {
    background: #FAFAFA;
    border: 1px solid #EEE;
    margin: 20px -1px;
    width: 100%;
}

th, td {
    padding: 4px 20px;
    text-align: left;
    font-size: 14px;
}

th {
    font-weight: 700;
    background: #e9e9e9;
}

tr:first-child th, tr:first-child td {
    padding-top: 20px;
}

tr:last-child th, tr:last-child td {
    padding-bottom: 20px;
}

tr:nth-child(2n) {
    background: #f3f3f3;
}


/* Lists */

dl {
    padding: 0 0 20px 0;
}

dt {
    width: 128px;
    float: left;
    clear: left;
}

dd {
    float: left;
    font-weight: bold;
}


/* EU Cookie Notice */

#eu-cookie-notice {
    text-align: center;
    overflow: hidden;
    textposition: relative;
    background-color: #222;
    font-size: 13px;
    line-height: 19px;
    color: #eee;
    padding: 20px 20px 30px;
    box-shadow: inset 0 8px 6px -6px #000;
}

#eu-cookie-notice .inner {
    margin: 0 auto;
    max-width: 960px;
}

#eu-cookie-notice p {
    margin: 0;
}

#eu-cookie-notice b {
    font-size: 14px;
}

#eu-cookie-notice .right {
    float: left;
    width: 150px;
}

#eu-cookie-notice .left {
    float: left;
    width: 100%;
    text-align: left;
    margin-right: -150px;
    padding-right: 150px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#eu-cookie-notice .button {
    display: block;
    margin: 0 auto 8px;
    float: none;
}


/* Site Header */

#header {
    background: none no-repeat top center scroll;
    float: left;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#header hgroup {
    position: relative;
    z-index: 5;
    padding: 20px 0 0;
    width: 25%;
}

#header hgroup.fl {}

#header hgroup.fr {}

#header hgroup.mid {
    overflow: hidden;
    padding: 0 80px 0 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#header hgroup.mid .inner {
    position: relative;
    padding: 0 460px 0 200px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#logo {
    display: block;
    float: left;
}

#logo img {
    float: left;
    max-height: 100px;
}

#search_form {
    position: relative;
    /*padding-bottom: 16px;*/
    overflow: hidden;
}

#founder_logos {
    float: left;
    width: 100%;
    padding-bottom: 16px;
}

#founder_logos p {
    float: left;
    width: 100%;
    font-size: 11px;
    line-height: 15px;
    padding: 10px 116px 0 0;
    margin: 0 -116px 0 0;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#founder_logos a {
    float: left;
    margin: 0 0 0 8px;
}

#founder_logos a img {
    width: 50px;
    display: block;
}

#lang_select {
    float: right;
    font-size: 12px;
    text-align: right;
    padding-bottom: 7px;
}

#lang_select a {
    text-decoration: none;
    display: inline-block;
    min-width: 28px;
    line-height: 24px;
    padding: 4px 2px;
    color: #fff;
    background: #ccc;
    text-align: center;
}

#lang_select>a {
    float: left;
    margin: 0 0 0 6px;
}

#lang_select a.selected, #lang_select a:hover {
    background: #ff6600;
}

#lang_select a[lang^="zh-han"] {
    font-size: 17px;
}

#lang_sel_click {}

#lang_sel_click>ul {
    display: block;
}

#lang_sel_click>ul>li {
    display: block;
}

#lang_sel_click>ul>li>ul {
    display: inline-block;
}

#lang_sel_click>ul>li>ul>li {
    display: inline-block;
    margin: 0 0 0 6px;
}


/* Main Navigation */

#mobile_menu_mask {
    display: none;
    position: fixed;
    z-index: 458;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba( 0, 0, 0, 0.5);
}

#menu {
    color: #fff;
    position: relative;
    z-index: 1;
    clear: both;
    float: left;
    width: 100%;
    background: #4f4f4f;
    border-bottom: 4px solid #3b3b3b;
}

.menu a {
    text-decoration: none;
}

.menu a:hover {
    color: inherit;
}

.menu ul, .menu li {
    margin: 0;
    padding: 0;
    display: block;
}

.menu .dropdownLanguage ul, .menu .dropdownLanguage li {
    display: none;
}
.menu .dropdownLanguage.open ul, .menu .dropdownLanguage.open li {
    display: block;
}

@media screen and (min-width: 768px) {
    .hide-on-desktop {
        display: none;
    }
    .primary_nav {
        text-align: left;
        float: left;
    }
    .primary_nav>li {
        display: block;
        float: left;
        margin: 0;
    }
    .primary_nav>li>a {
        display: inline-block;
        background: #4f4f4f;
        border-bottom: 4px solid #3b3b3b;
        margin-bottom: -4px;
        padding: 0 20px;
        font-family: "Source Sans Pro", Helvetica, Arial, /*"NotoSansHans",*/
        "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", sans-serif;
        ;
        font-size: 16px;
        font-weight: 700;
        line-height: 51px;
        white-space: nowrap;
        text-transform: uppercase;
    }
    .primary_nav>li:hover>a {
        background: #3b3b3b;
    }
    .primary_nav>li.hover>a {
        background: #3b3b3b;
        /*box-shadow:0 0 0 99999px rgba(0, 0, 0, 0.4);*/
        position: relative;
    }
    /* Subpages */
    .primary_nav>li {
        position: relative;
        z-index: 1;
    }
    .primary_nav>li>ul {
        display: none;
        position: absolute;
        left: 0;
        background: #3b3b3b;
        padding: 16px 0;
        min-width: 240px;
    }
    .primary_nav>li:hover {
        display: block;
        z-index: 2;
    }
    .primary_nav>li:hover>ul {
        display: block;
    }
    .primary_nav>li>ul li {
        position: relative;
        line-height: 32px;
        padding: 0 40px 2px 20px;
    }
    .primary_nav>li>ul li:hover {
        background: #333;
    }
    .primary_nav>li>ul>li a {
        display: block;
        white-space: nowrap;
    }
    .primary_nav>li>ul>li>ul {
        display: none;
        position: absolute;
        left: 100%;
        top: -16px;
        padding: 16px 0;
        min-width: 200px;
    }
    .primary_nav>li>ul>li:hover>ul {
        display: block;
        background: #3b3b3b;
    }
    .primary_nav ul.sub-menu .menu-item-has-children:before, .primary_nav .page_item_has_children:before, .primary_nav .tax_item_has_children:before {
        content: "\f105";
        margin: 1px -30px 0 0;
        float: right;
        color: #ccc;
        font: normal 400 14px/30px FontAwesome;
        vertical-align: middle;
        -webkit-font-smoothing: antialiased;
    }
}


/* WKD Custom SubMenu */

li>.submenu {
    color: #fff;
    display: none;
    margin: 4px 0 0 0;
    padding: 0;
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    min-height: 234px;
    background: #3b3b3b;
}

.hover>.submenu {
    display: block;
}

.submenu>.column {
    float: left;
    width: 33.333%;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#menu h3 {
    display: none;
}

#menu .submenu h4 {
    margin: 0 0 10px 0;
    line-height: 25px;
    padding-bottom: 16px;
    text-decoration: none;
}

#menu .submenu h4, #menu .post_preview>a {
    border-bottom: 1px solid #bbb;
}

#menu .post_preview:last-child>a {
    border-bottom: none;
}

#menu .submenu.default {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    padding-bottom: 32px;
}

.submenu.default>li {
    display: inline-block;
    width: 100%;
    padding: 20px 20px 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#menu .submenu.default>.post_preview>a {
    border-bottom: 1px solid #bbb;
}

.submenu li>ul>li {
    display: none;
}

.submenu.default li>ul>li, .sidebar li>ul>li {
    display: block;
}


/* Special Post and Tax List-styles */

.links {
    display: block;
    margin: 0 0 20px 0;
}

.links li {
    display: block;
    margin: 0;
}

ul>li>ul.links {
    margin: 0;
}

.links li>ul {
    padding-left: 24px;
}

.links li>a,
/*.sidebar .post_preview > a,*/

.post_preview>a span>small {
    display: block;
    height: auto;
    padding: 4px 0 4px 20px;
    margin: 0 0 0 8px;
    text-decoration: none;
    font: 300 14px/20px "Open Sans", Helvetica, Arial, "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", sans-serif;
}

.links li>a:before,
/*.sidebar .post_preview > a:before,*/

.post_preview>a span>small:before {
    content: "\f105";
    margin: 1px 8px 0 -20px;
    float: left;
    color: #ccc;
    font: normal 400 14px/20px FontAwesome;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
}

ul.tags {
    color: #555;
    display: block;
    margin: 0 0 12px 0;
    float: left;
    width: 100%;
}

ul.tags li {
    float: left;
    display: block;
    margin: 6px 6px 4px 0!important;
}

ul.tags li>a {
    background-color: #eee;
    border-radius: 14px;
    font-size: 13px;
    letter-spacing: -0.5px;
    line-height: 21px;
    padding: 3px 10px 4px;
    text-decoration: none;
}

ul.tags li>a:hover {
    color: inherit;
}

.post_preview>a {
    font-family: "Source Sans Pro", Helvetica, Arial, /*"NotoSansHans",*/
    "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", sans-serif;
    height: 70px;
    display: block;
    font-weight: 300;
    font-size: 21px;
    line-height: 26px;
    margin: 0 0 8px!important;
    ;
    padding: 0 0 8px 84px!important;
    text-decoration: none;
}

.post_preview>a img {
    width: 70px;
    margin: 0 10px 0 -84px;
    vertical-align: middle;
}

.post_preview>a span {
    display: inline-block;
    vertical-align: middle;
    color: #E30513;
}

.post_preview>a span>small {
    margin-top: 0;
    opacity: 0.8;
    font-size: 13px;
    color: #009de6;
}

.post_link {
    border-bottom: 1px solid #ededed;
    padding-bottom: 4px;
    margin-bottom: 3px!important;
}

#category_description {
    padding-bottom: 1em;
}


/* Sidebar Navigation - Override Mainmenu Styling */

.sidebar .submenu {
    padding-left: 10px;
}

.sidebar .column {
    width: 100%;
    padding: 0;
    margin: 0;
}

.sidebar ul.column {
    margin-bottom: 12px;
}

.sidebar li {
    display: block;
    margin: 0;
}

.sidebar li>ul {
    padding-left: 24px;
}

.sidebar .submenu.default>li {
    padding: 0;
}

.sidebar .post_preview>a {
    margin: 0;
}


/*
.sidebar .post_preview > a > img{display:none;}
.sidebar .post_preview > a > img[src$=".png"]{
    -webkit-filter:invert(100%);
    filter:invert(100%);
    filter:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='invert'><feColorMatrix in='SourceGraphic' type='matrix' values='-1 0 0 0 1 0 -1 0 0 1 0 0 -1 0 1 0 0 0 1 0'/></filter></svg>#invert");
}
.sidebar .about_excerpt,.sidebar .contact_details{display:none;}
*/

.invert {
    filter: invert(100%);
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='invert'><feColorMatrix in='SourceGraphic' type='matrix' values='-1 0 0 0 1 0 -1 0 0 1 0 0 -1 0 1 0 0 0 1 0'/></filter></svg>#invert");
    -webkit-filter: invert(100%);
}

.sidebar .partner_logos li {
    border: 0 none;
    width: 50%;
}

.sidebar .current_page_item>a {
    color: #bbb;
}


/* Tertiary Sub-page Navigation */

.subpage-navigation {
    padding: 0 0 20px;
    width: 100%;
    display: block;
}

.subpage-navigation:before {
    content: "Sub-Page Navigation";
    color: #ccc;
    display: block;
    font-size: 10px;
    line-height: 18px;
    text-decoration: underline;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.subpage-navigation li {
    display: inline-block;
    margin: 0;
    list-style: none;
}

.subpage-navigation li:after {
    content: "|";
    display: inline-block;
    margin: 0 6px;
}

.subpage-navigation li:last-child:after {
    content: "";
}


/* Text Excerpts */

p.about_excerpt, .contact_details p {
    font-family: "Source Sans Pro", Helvetica, Arial, SimSun, STXihei, "华文细黑", sans-serif;
}

.logo_white {
    width: 200px;
    margin: 0 16px 16px -6px;
    display: block;
}

.contact_details p {
    line-height: 1.6;
}

#menu .contact_details p {
    padding: 0 8px;
}

p.about_excerpt {
    padding: 0 40px 0 20px;
}


/* Mobile Menu Toggle */

#mobile_nav {
    display: none;
}

#toggle_menu {
    display: none;
    float: left;
    color: #fff;
    line-height: 49px;
    padding-right: 12px;
    font-weight: 100;
    width: 100%;
    height: 51px;
    background: #4f4f4f;
    border-bottom: 4px solid #3b3b3b;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 451;
}

#toggle_menu span {
    cursor: pointer;
}

#toggle_menu span:before {
    content: "\f333";
    display: inline-block;
    padding: 0 5px;
    -webkit-font-smoothing: antialiased;
    font-size: 44px;
    font-family: 'dashicons';
    vertical-align: top;
}


/* Social Media Icons */

.social_media_links {
    float: right;
    font-size: 16px;
    line-height: 3;
    padding-right: 4px;
}

.social_media_links li {
    float: left;
    display: block;
    margin: 0 10px 0 0;
}

.social_media_links a {
    display: inline-block;
    vertical-align: middle;
}

.social_media_links img {
    filter: grayscale(100%);
    filter: gray;
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
    -webkit-filter: grayscale(100%);
    display: block;
    width: 24px;
    height: auto;
}

.social_media_links a:hover img {
    filter: none;
    -webkit-filter: none;
}

.social_widget {
    margin-bottom: 20px;
    max-height: 750px;
    overflow-x: hidden;
    overflow-y: auto;
}

.latest_posts .links li {
    width: 48%;
    display: inline-block;
    margin-bottom: 10px;
    padding-right: 10px;
}
.latest_posts .links li a:hover {
    font-weight: 400;
}

.latest_posts .section_title,
.social_widget .section_title {
    border: 0 none;
    margin-bottom: 6px;
}

.latest_posts .section_title img,
.social_widget .section_title img {
    width: 32px;
    height: auto;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

.fb-like-box, .fb-like-box span, .fb-like-box span iframe[style] {
    width: 100%!important;
}

.instagram-feed-box .instagram_profile {
    margin: 0 20px;
}
.instagram-feed-box .instagram_biography {
    margin: 0em 4em 1em 4em;
}

/*
*[class^="fa-"]:before,*[class*=" fa-"]:before
*/

.badge:before {
    width: 32px;
    text-align: center;
    background: #e1e1e1;
    color: #fff;
    border-radius: 32px;
    margin-right: 10px;
    display: inline-block;
    font: normal normal 20px/32px "FontAwesome";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* Bottom Section */

#footer_banner {
    overflow: hidden;
    width: 100%;
    position: relative;
}

#footer_banner img {
    display: block;
}

#bottom {
    background-color: #262626;
    color: #ccc;
    padding: 50px 20px 32px 40px;
    overflow: hidden;
    float: left;
    width: 100%;
    line-height: 1.4;
    font-family: "Source Sans Pro", Helvetica, Arial, SimSun, STXihei, "华文细黑", sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#bottom .column {
    width: 33.3333%;
    padding: 0 20px 0 0;
    display: block;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#bottom .column:nth-child(1) {
    width: 23.3333%;
}

#bottom .column:nth-child(2) {
    width: 43.3333%;
}

#bottom .column:nth-child(3) {
    padding-left: 20px;
}

#bottom .column p {
    margin-bottom: 20px;
}

#bottom .column p:last-child {
    margin-bottom: 0;
}

#bottom h4, #bottom .h4 {
    color: #ddd;
    margin-bottom: 1em;
    text-decoration: none;
    border: 0;
}

#bottom .social_media_links {
    margin: 0;
    float: left;
}

#bottom .contact_details .fa {
    display: block;
    padding: 0 0 0 32px;
    margin: 0 0 0 0;
}

#bottom .contact_details .fa:before {
    font-size: 15px;
    color: #1897cd;
    margin: 0 0 0 -32px;
}

#translation_credits {
    padding-top: 20px;
    float: left;
    width: 100%;
}

#translation_credits .logo {
    float: left;
    width: 75px;
    height: auto;
    margin: 0 20px 20px 0;
}


/*
#bottom .hksn_logo{float:left;width:75px;height:75px;padding:20px 20px 0 0;}
#bottom .hksn_text{float:left;padding:28px 0 0;}
*/

#bottom .wpcf7-form {}

#bottom .wpcf7-form input[type="text"], #bottom input[type="email"] {
    width: 100%;
    color: #adadad;
    background-color: #333333;
    border-color: #464646;
    height: 23px;
}

#bottom .wpcf7-form textarea {
    width: 100%;
    height: 75px;
    resize: none;
    color: #adadad;
    background-color: #333333;
    border-color: #464646;
}

#bottom .wpcf7-form p {
    margin-bottom: 15px;
    color: #fff;
}


/* Footer Links */

#footer .fl:after {
    content: " | ";
}

#footer {
    font-family: "Source Sans Pro", Helvetica, Arial, SimSun, STXihei, "华文细黑", sans-serif;
    font-size: 13px;
    line-height: 26px;
    padding: 15px 40px;
    background-color: #111;
    border-radius: 0 0 3px 3px;
    color: #787878;
    overflow: hidden;
    clear: both;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#footer a {
    color: #797979;
}

.footer_nav {
    float: left;
    margin-left: 6px;
}

.footer_nav>ul {
    margin: 0;
}

.footer_nav li {
    float: left;
    margin: 0;
    list-style: none;
}

.footer_nav li:after {
    content: "-";
    display: inline-block;
    margin: 0 6px;
}

.wkd_footer_nav li:after {
    content: "|";
    display: inline-block;
    margin: 0 6px;
}

.footer_nav .page_item:after {
    content: "|";
}

.footer_nav li:last-child:after {
    display: none;
}


/* =Page Content
-------------------------------------------------------------- */


/* Homepage */

#homepage_slider {
    padding-right: 33.33%;
    position: relative;
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#homepage_slideshow {
    width: 100%;
    float: left;
}

#homepage_panels {
    clear: both;
}

#curr_slide_info_container {
    padding: 32px 40px;
    width: 33.33%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    color: #fff;
    background: #E30513 url('images/globe.png') no-repeat -35px 70px scroll;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#curr_slide_info_inner {
    opacity: 1;
    /*text-shadow:0px 0px 2px #000;*/
    -webkit-transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
}

#curr_slide_info_inner.hide {
    opacity: 0;
}

#curr_slide_info_inner .panel_section_title {
    border-bottom: 2px solid;
    padding-bottom: 10px;
}

#curr_slide_info_inner .panel_title {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 20px;
    font-weight: 400;
}

#curr_slide_info_inner button {
    margin-top: 16px;
    background: #fff;
    color: #5e5e5e;
}

#homepage_content {
    padding: 20px 0 0 0;
}


/* Global Partners */

.hidden {
    display: none;
}

.partner.table {
    background: none repeat scroll 0 0 #fff;
    margin: 0 auto;
    max-width: 800px;
    padding: 28px;
    position: relative;
    width: 80%;
}

.partner.table .td {
    padding: 0 40px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.partner.table .td:first-child {
    width: 33.333%;
    text-align: center;
}

.partner-block+.partner.table, #bottom .partner.table {
    display: none;
}

.partner-block:nth-of-type(n+4) {
    /*width:25%;padding-top:16.6666%;*/
}


/*.partner-block:nth-of-type(n+8){width:20%;padding-top:12.5%;}*/

.content .partners_list {
    clear: both;
    float: left;
    width: 100%;
    margin-bottom: 1em;
    padding: 3px 0 0 3px;
    /*border-top: 3px solid #efefef;*/
    /*border-left: 3px solid #efefef;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.content .partner-block {
    margin-top: -3px;
    margin-left: -3px;
    cursor: pointer;
    width: 33.3333%;
    padding-top: 25%;
    position: relative;
    float: left;
    border-right: 3px solid #efefef;
    border-bottom: 3px solid #efefef;
    border-top: 3px solid #efefef;
    border-left: 3px solid #efefef;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.content .partner-logo {
    max-width: 66.666%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

#homepage_content .partner_logos .section_title {
    border: 0;
    margin-bottom: 6px;
}

#homepage_content .partner_logos .partners_list {
    margin-bottom: 30px;
}

#homepage_content .partner_logos .partner-block {
    width: 50%;
}

.sidebar .post_preview:first-child {
    margin-top: 20px;
}

.sidebar .partners_list, #bottom .partners_list {
    float: left;
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
}

.sidebar .partners_list {
    margin-bottom: 20px;
}

#bottom .partners_list {
    background: #fff;
}

.sidebar .partner-block, #bottom .partner-block {
    display: block;
    float: left;
    width: 50%;
    height: 85px;
    padding: 20px;
    box-sizing: border-box;
}

#bottom .partner-block {
    border: 1px solid #ccc;
    border-width: 0 1px 1px 0;
    margin: 0 -1px -1px 0;
    width: 25%;
    background-color: white;
}

#bottom .partner-block:last-child {
    border-width: 0 0 1px 0;
}

.sidebar .partner-logo, #bottom .partner-logo {
/*    filter: grayscale(100%);
    filter: gray;
    filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
    -webkit-filter: grayscale(100%);*/
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    max-height: 45px;
    margin: 0 auto;
    position: relative;
    top: 50%;
}


/* Default Template */

.section_title {
    display: block!important;
    border-bottom: 3px solid #ededed;
    margin-bottom: 10px;
    padding-bottom: 8px;
}

aside.sidebar h2, aside.sidebar h3, aside.sidebar h4 {
    display: block!important;
    margin: 0 -20px 10px;
    padding: 10px 20px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-weight: 400;
    color: #666;
    background: #e9e9e9;
}

aside.sidebar>div:first-of-type>*:first-child {
    padding-top: 28px;
    border-top: 0;
}

aside.sidebar>div {
    padding-bottom: 14px;
}

.spotlight {
    color: #fff;
    padding: 20px;
    margin: 0 0 20px 0;
    background: #E30513 none no-repeat center 20px scroll;
}

.spotlight p {
    margin: 0 0 20px 0;
}

.spotlight h2, .spotlight h3 {
    border-bottom: 0 none;
    margin-bottom: 8px;
}

.spotlight button {
    background-color: #fff;
    color: #E30513;
}

.css_cols {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.css_col_count_2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.css_col_count_3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

.css_col_count_4 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
}

.columns {
    margin: 0 -20px 0 0;
    overflow: hidden;
}

.column_1_2, .column_1_3, .column_2_3, .column_1_4, .column_3_4, .column_1_5, .column_2_5, .column_3_5, .column_4_5 {
    float: left;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.column_1_2 {
    width: 50%;
}

.column_1_3 {
    width: 33.3%;
}

.column_2_3 {
    width: 66.6%;
}

.infobox .column_3_3 {
    padding: 20px;
}
.column_3_3 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.column_1_4 {
    width: 25%;
}

.column_3_4 {
    width: 75%;
}

.column_1_5 {
    width: 20%;
}

.column_2_5 {
    width: 40%;
}

.column_3_5 {
    width: 60%;
}

.column_4_5 {
    width: 80%;
}

.column_1_3:first-child {
    padding-right: 40px;
}

aside.sidebar {
    font-size: 13px;
    padding: 0 20px 20px!important;
    background: #f4f4f4;
    border-left: 1px solid #ddd
}

aside.sidebar.is_stuck {
    width: inherit!important;
}

#sidebar-sticky-logo {
    display: none;
    height: 154px!important;
    width: auto;
    margin: 0 0 20px 10px;
}

h1.page_title {
    font-family: "Source Sans Pro", Helvetica, Arial, /*"NotoSansHans",*/
    "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", sans-serif;
    color: #fff;
    background: #E30513 url(images/h1-default.png ) no-repeat top right scroll;
    padding: 50px 40px;
    margin: -26px 0 0;
    font-size: 40px;
    font-weight: 600;
    min-height: 48px;
}

h1.page_title+section {
    padding: 20px 40px;
}

h1.page_title+section.columns {
    padding: 0;
    margin: 0 -2px 0 0;
}

h1.page_title+section.columns>.column_2_3 {
    padding: 20px 40px;
}

h1.page_title small {
    font-family: "Source Sans Pro", Helvetica, Arial, SimSun, STXihei, "华文细黑", sans-serif;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    margin: -10px 0 4px 0;
    display: none;
}

article {
    margin-bottom: 20px;
    padding-bottom: 20px;
    word-wrap: break-word;
    clear: left;
}

article.post-0, article.full-article {
    border: 0;
}


/*article.type-page.column_2_3{float:right;}*/


/* Events Map */

button.add-an-event {
    float: right;
}

#events_filter {
    padding: 10px 0;
}

#events_filter select[name="filter_country"] {
    margin-right: 6px;
}

#events_filter select[name="filter_year"] {}

#events_map {
    width: 100%;
    padding-bottom: 50%;
    margin-bottom: 20px;
    margin-top: 20px;
}

#event_maps img {
    max-width: none!important;
}

.events-map-popup {
    background: none repeat scroll 0 0 #fff;
    margin: 0 auto;
    max-width: 800px;
    padding: 28px;
    position: relative;
    width: 80%;
}

.events-map-popup h3 {
    clear: none;
}

.events-map-popup hr {
    clear: both;
}

.events-map-popup img.wp-post-image {
    float: right;
    margin-bottom: 20px;
}


/* Add Event Form */

.page-id-7980 .sidebar {
    display: none;
}

.page-id-7980 .column_2_3 {
    width: 100%;
}

.usp-form .column {
    float: left;
    width: 50%;
}

.usp-form .column.last-column {
    clear: right;
}

.usp-form fieldset {
    float: none;
    clear: both;
}

.usp-form label {
    width: 220px;
    display: block;
}

.usp-form input[name=usp-custom-Country], .usp-form select[name=usp-custom-Country], .usp-form .button.place-pin {
    float: left;
}

.usp-form input[name=usp-custom-Country], .usp-form select[name=usp-custom-Country] {
    width: 380px;
}

.usp-form .button.place-pin {
    margin-left: 6px;
}

.usp-form label[for="usp-custom-latitude"], .usp-form input[name="usp-custom-latitude"], .usp-form label[for="usp-custom-longitude"], .usp-form input[name="usp-custom-longitude"], .usp-form input[name="usp-custom-Country"].usp-form-13166, .usp-form label[for=usp-custom-Country].usp-form-13166, .usp-form input[name="usp-custom-Country"].usp-form-17852, .usp-form label[for=usp-custom-Country].usp-form-17852 {
    display: none;
}

#event_map {
    float: left;
    width: 100%;
    max-width: 460px;
    height: 300px;
    margin: 30px 0 20px;
}

.event #event_map {
    margin-top: 0;
}

#event_map img {
    max-width: none!important;
}

.usp-submit.usp-submit-default {
    float: right;
    margin-right: 76px;
}

.usp-images-wrap {
    padding: 10px 0 20px;
}

.usp-image-wrap {
    display: block;
    padding: 0 20px 20px 0;
}

.usp-image-wrap img {
    display: block;
}

.usp-label-captcha {
    display: none!important;
}

.usp-fieldset #recaptcha_widget_div {
    margin-left: -2px;
}

.event_details {
    float: left;
}

.event_details dt {
    width: 75px;
}

.event_media_links {
    clear: both;
    padding-bottom: 20px;
}

.event_media_links a {
    display: inline-block;
    margin: 0 8px 0 0;
}

.event_media_links img {
    width: 32px;
}

.yt-thumb {
    position: relative;
    display: block;
}

.yt-thumb:before {
    color: #fff;
    font-size: 50px;
    display: inline-block;
    font-family: dashicons;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f139";
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.5);
    border-radius: 60px;
}


/* Post Listings */

.entry-meta {
    color: #999;
    font-family: arial;
    font-size: 13px;
    line-height: 1.46158;
    margin-bottom: 1em;
    clear: both;
}

article {
    border-bottom: 3px solid #ededed;
    display: block;
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

article:last-of-type {
    border: none;
}

.article_listing.has-post-thumbnail {
    padding-left: 244px;
}

article .post_thumb {
    float: left;
    margin-left: -244px;
    background: #f4f4f4;
}

article .post_thumb img {
    display: block;
}

article .post_excerpt {
    display: block;
    float: left;
}

article .post_excerpt>a {
    text-decoration: none;
}

.article_title {
    text-decoration: none;
}

article.taxonomy_listing hr {
    display: none;
}


/*article.taxonomy_listing .article_title{color:#E30513;}*/

.full_article img.wp-post-image {
    float: left;
    max-width: 50%;
    margin: 0 20px 20px 0;
    background: #f4f4f4;
}

.full_article.has-post-thumbnail h2:first-of-type {
    display: table-cell;
}

.full_article.has-post-thumbnail h3:first-of-type {
    display: table-cell;
}

.full_article.has-post-thumbnail h4:first-of-type {
    display: table-cell;
}

.full_article.has-post-thumbnail ul:first-of-type {
    display: table;
}

.page.landing-page .slide {
    /*padding-bottom:0;*/
}

#resource_downloads li a {
    display: block;
    font: 300 14px/20px "Open Sans", Helvetica, Arial, "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", sans-serif;
    height: auto;
    padding: 4px 4px 4px 27px;
    text-decoration: none;
}

#resource_downloads li a:before {
    position: absolute;
    margin: 1px 0 0 -25px;
}

.resource_downloads {
    clear: both;
    display: block;
    float: left;
    list-style: none;
    width: 100%;
}

.sidebar .resource_downloads {
    padding-bottom: 20px;
}

.resource_downloads.has-post-thumbnail {
    margin-left: -244px;
}

.resource_downloads li {
    display: inline-block;
    float: left;
    margin: 10px 10px 0 0;
}

a.download_button, .resource_downloads li a {
    position: relative;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    border-radius: 2px;
    background-color: #797979;
    border: 0 none;
    box-shadow: 0 -3px 0 0 rgba( 0, 0, 0, 0.4) inset;
    padding: 10px 10px 13px 40px;
    /*
    height:auto;padding:5px 10px 5px 30px;text-decoration:none;background:none repeat scroll 0 0 #E0E0E0;border-radius:3px;font-size:11px;color:#111;text-decoration:none;text-transform:uppercase;
    */
}

a.download_button {
    display: table;
    margin-bottom: 1em;
}

a.download_button:after, .resource_downloads li a:after {
    position: absolute;
    top: 50%;
    left: 8px;
    content: "";
    width: 18px;
    height: 6px;
    border: 2px solid #f1f1f1;
    border-top: 0;
}

a.download_button:before, .resource_downloads li a:before {
    position: absolute;
    top: 50%;
    left: 9px;
    margin-top: -13px;
    content: '\f346';
    font-size: 20px;
    display: inline-block;
    font-family: dashicons;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

a.download_button:hover, .resource_downloads li a:hover {
    background-color: #b3b3b3;
    color: #fff;
}

.resource_downloads .resources_more:after {
    display: none;
}

.resource_downloads .resources_more:before {
    content: '\f172';
    font-size: 24px;
}

.champions_region {
    border-bottom: 3px solid #ededed;
    margin-bottom: 20px;
    padding-bottom: 8px;
}

.champion:hover {
    color: #111!important;
}

.champion {
    min-height: 111px;
    text-decoration: none;
    color: #111!important;
    cursor: pointer;
    position: relative;
    width: 50%;
    float: left;
    padding: 12px 20px 4px 90px;
    border: 20px solid transparent;
    border-width: 0 20px 20px 0;
    background-color: #eee;
    background-repeat: no-repeat;
    background-position: -999px -999px;
    background-clip: padding-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.champion:before {
    content: "";
}

.champion .image {
    width: 60px;
    height: 60px;
    border-radius: 60px;
    position: absolute;
    top: 14px;
    left: 14px;
    background-image: inherit;
    background-position: 0px 0px;
}

.champion+.champion_popup {
    display: none;
}

.champion_popup {
    background: none repeat scroll 0 0 #fff;
    margin: 0 auto;
    max-width: 800px;
    padding: 28px 0 28px 28px;
    position: relative;
    width: 80%;
}

.champion_popup .image {
    width: 120px;
    height: 120px;
    margin: 0 0 20px 0;
    float: left;
    border-radius: 60px;
}

.champion_popup tr:first-child>td:first-child {
    width: 120px;
    padding-right: 0;
}

.champion_popup td {
    vertical-align: top;
}

.champion_popup td[colspan] {
    padding-top: 20px;
}

.champion_popup dl {
    padding: 0;
}

#page .flicker_gallery {
    margin-right: -16px;
    overflow: hidden;
}

#page .flicker_gallery li {
    display: block;
    float: left;
    position: relative;
    margin: 0;
    border: solid transparent;
    border-width: 0 16px 16px 0;
    width: 20%;
    padding: 0 0 13.333% 0;
    background-clip: padding-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#page .flicker_gallery li a {
    position: absolute;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

#page .flicker_gallery li img, #page .flicker_gallery li img:hover {
    border: 0 none;
    outline: 0;
    padding: 0;
    width: 100%;
    /*max-width:none;min-width:100%;min-height:100%!important;height:100%;*/
}

.photogallery {
    position: relative;
    margin-right: -20px;
    padding-top: 20px;
}

.photogallery figure {
    float: left;
    width: 16.66%;
    margin: 0;
    padding-right: 6px;
    padding-bottom: 6px;
    box-sizing: border-box;
    list-style: none;
}

.photogallery figure:nth-child(6n+1) {
    clear: left;
}

.photogallery figure>a {
    display: block;
}

.photogallery figure>a>img {
    display: block;
}

.photogallery figure figcaption {
    display: none;
}

.search-results article h2 {
    position: relative;
    padding-left: 50px;
}

.search-results article.type-page h2:before, .search-results article.type-post h2:before, .search-results article.type-event h2:before, .search-results article.type-resource h2:before, .search-results article.type-item h2:before {
    content: "";
    display: inline-block;
    border-radius: 4px;
    background: #ccc;
    color: #fff;
    padding: 0 8px;
    margin: -2px 10px 0 -50px;
    font-size: 12px;
    font-weight: normal;
    line-height: 26px;
    text-transform: uppercase;
    vertical-align: middle;
}

.search-results article.type-page h2:before {
    content: "Page";
    background: #E30513;
}

.search-results article.type-post h2:before {
    content: "Article";
    background: #555;
}

.search-results article.type-event h2:before {
    content: "Event";
    background: #5bc011;
}

.search-results article.type-resource h2:before {
    content: "Resource";
    background: #0069B4;
}

.search-results article.type-item h2:before {
    content: "Gallery-Item";
    background: #FFED00;
    color: #000;
}


/* Form pages - Contact Us, Join Mailing List */

.simple_form {
    position: relative;
}

.simple_form .fa {
    margin-bottom: 0;
    color: #bbb;
    display: block;
    position: relative;
    font-size: 14px;
}

.simple_form .fa:before {
    position: absolute;
    top: 0;
    left: 10px;
    line-height: 34px;
}

.simple_form .fa input {
    padding-left: 32px!important;
}

.simple_form .fa *[type='submit'] {
    margin-left: -24px!important;
    padding-left: 0!important;
}

.simple_form input[type=text] {
    background: #e7e7e7;
    color: #444;
    width: 100%;
    height: 36px;
    float: left;
    padding: 10px 35px 10px 10px;
    font-family: Helvetica, Arial, SimSun, STXihei, "华文细黑", sans-serif;
    font-size: 12px;
    line-height: 16px;
    margin: 10px 0 10px 0;
    border-radius: 0;
    border: 0 none transparent;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#bottom .simple_form input[type=text] {
    background: #fff;
}

.simple_form input[type='submit'] {
    font: normal 400 100%/1 'FontAwesome', monospace;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: none;
    /*position:absolute;top:0;left:0;*/
    display: block;
    float: left;
    color: #ccc!important;
    text-align: center;
    width: 32px;
    height: 36px;
    padding: 17px 6px;
    margin-left: -32px;
    border: 0;
    border-radius: 0;
    background-color: transparent!important;
    box-shadow: none;
}

.simple_form input:focus {
    border-color: #bbb;
}

.simple_form span.label {
    padding-right: 20px;
}

.sidebar .join_mailing_list {
    padding: 20px;
    margin-bottom: 20px;
    background: #f1f1f1;
    overflow: hidden;
}

.sidebar .join_mailing_list .section_title {
    border: 0;
    margin: 0;
}

.sidebar .join_mailing_list input[type=text] {
    background: #fff;
}

form[name=events_filter] {
    padding-bottom: 20px;
}

form[name=events_filter] select {
    min-width: 0!important;
}


/* Post Navigation */

.post-navigation {
    padding: 0 0 20px;
    float: left;
    width: 100%;
}


/*.post-navigation:before{content:"Post Navigation";color:#ccc;display:block;font-size:10px;line-height:18px;text-decoration:underline;text-transform:uppercase;margin:0 0 10px;}
*/

.post-navigation a[rel=prev], .post-navigation a[rel=next] {
    width: 45%;
    cursor: pointer;
    text-decoration: none;
    float: left;
    text-align: left;
}

.post-navigation a[rel=prev] span, .post-navigation a[rel=next] span {
    display: block;
    background: #e8e8e8;
    color: #444;
    border-radius: 3px;
    font-size: 10px;
    line-height: 14px;
    padding: 8px 10px 8px 32px;
    position: relative;
    text-transform: uppercase;
}

.post-navigation a[rel=next] {
    float: right;
    text-align: right;
}

.post-navigation a[rel=next] span {
    padding: 8px 32px 8px 10px;
}

.post-navigation a[rel=prev]:hover span, .post-navigation a[rel=next]:hover span {
    background-color: #535656;
    color: #FFF;
}

.post-navigation a[rel=prev]:before, .post-navigation a[rel=next]:before {
    content: "Previous Post";
    color: #ccc;
    display: block;
    font-size: 10px;
    line-height: 18px;
    text-decoration: underline;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.post-navigation a[rel=next]:before {
    content: "Next Post";
}

.resource .post-navigation a[rel=prev]:before {
    content: "Previous Resource";
}

.resource .post-navigation a[rel=next]:before {
    content: "Next Resource";
}

.event .post-navigation a[rel=prev]:before {
    content: "Previous Event";
}

.event .post-navigation a[rel=next]:before {
    content: "Next Event";
}

.post-navigation a[rel=prev] span:after, .post-navigation a[rel=next] span:after {
    content: "\f341";
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 20px/1 dashicons;
    vertical-align: top;
    position: absolute;
    left: 6px;
    top: 50%;
    margin: -10px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.post-navigation a[rel=next] span:after {
    content: "\f345";
    left: auto;
    right: 6px;
}

.nav-single {
    margin-top: 20px;
}

.pagination {
    padding: 0 0 20px;
    float: left;
    width: 100%;
}

.pagination:before {
    content: "Page Navigation";
    color: #ccc;
    display: block;
    font-size: 10px;
    line-height: 18px;
    text-decoration: underline;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.pagination span {
    float: left;
    margin-right: 10px;
    line-height: 30px;
}

.pagination .current, .pagination .inactive {
    display: block;
    float: left;
    background: #e8e8e8;
    color: #444;
    border-radius: 3px;
    font-size: 10px;
    line-height: 14px;
    margin: 0 4px;
    padding: 8px 10px;
    position: relative;
    text-transform: uppercase;
    text-decoration: none;
}

.pagination .current {
    color: #aaa;
}

.pagination .inactive:hover {
    background-color: #535656;
    color: #FFF;
}


/*
#nav_single_left{float:left;}
#nav_single_right{float:right;text-align:right;}
#nav_single_left h6, #nav_single_right h6{font-size:12px;font-weight:400;text-transform:uppercase;margin-bottom:0;}
#nav_single_left a,#nav_single_left a:visited, #nav_single_right a, #nav_single_right a:visited{position:relative;background:none repeat scroll 0 0 #E0E0E0;border-radius:3px;font-size:11px;color:#111;text-decoration:none;text-transform:uppercase;}
#nav_single_left a,#nav_single_left a:visited{padding:5px 10px 5px 28px;}
#nav_single_right a, #nav_single_right a:visited{padding:5px 28px 5px 10px;}
#nav_single_left a:hover, #nav_single_right a:hover{background-color:#b3b3b3;color:#fff;}
#nav_single_left span, #nav_single_right span{font-size:18px;}
#nav_single_left span span{position:absolute;top:4px;left:5px}
#nav_single_right span span{position:absolute;top:4px;right:8px}
*/


/* Page Navigation */

.page-navigation {
    padding: 0 0 20px;
    float: left;
    width: 100%;
}

.page-navigation:before {
    content: "Page Navigation";
    color: #ccc;
    display: block;
    font-size: 10px;
    line-height: 18px;
    text-decoration: underline;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.page-navigation .prev a, .page-navigation .next a {
    background: #e8e8e8;
    color: #444;
    width: 33%;
    border-radius: 3px;
    cursor: pointer;
    float: left;
    font-size: 10px;
    line-height: 18px;
    padding: 4px 10px 4px 32px;
    position: relative;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
}

.page-navigation .next a {
    text-align: right;
    float: right;
    padding: 4px 32px 4px 10px;
}

.page-navigation .prev a:hover, .page-navigation .next a:hover {
    background-color: #535656;
    color: #FFF;
}

.page-navigation .prev a:before, .page-navigation .next a:after {
    content: "\f340";
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 18px/1 dashicons;
    vertical-align: top;
    margin-right: 10px;
    position: absolute;
    left: 6px;
    top: 50%;
    margin: -9px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.page-navigation .next a:after {
    content: "\f344";
    margin: 0 0 0 10px;
    top: auto;
    left: auto;
    bottom: 50%;
    right: 6px;
    margin: 0 0 -9px;
}


/* Miscellaneous */

.addthis-smartlayers-mobile {
    display: none!important;
}

.gm-style img {
    max-width: none!important;
}

#page-19063 img[width="200"][height="356"] {
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
    margin: 0 15px 16px 2px;
}


/* Custom Panels */

ul.panels {
    display: block;
    clear: both;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.panels li {
    position: relative;
    overflow: hidden;
    width: 33.33%;
    float: left;
    margin: 0;
    list-style: none;
    padding-bottom: 30%;
    border: 0 solid #fff;
    border-width: 20px 20px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#homepage_content .panels li {
    border-width: 0 20px 20px 0;
}

.panels li.double_width {
    width: 66.6667%;
}

li>.panel {
    width: 100%;
    text-decoration: none;
    color: #fff;
    text-shadow: 0px 0px 2px #000;
    background-color: #E30513;
}

.panels .panel {
    position: absolute;
    height: 100%;
}

li>a.panel:hover {
    text-decoration: none;
    color: #fff;
}

.panel_header {
    background-color: rgba(0, 0, 0, 0.7);
    float: left;
    width: 100%;
    height: auto;
    min-height: 40px;
    position: absolute;
    z-index: 9;
}

.panel_header .panel_title {
    float: left;
    height: auto;
    margin: 0!important;
    padding: 8px 10px;
    font-weight: normal;
}

.panel_footer {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 9;
}

.panel_footer_content {
    /*background-color:rgba(0,0,0,0.7);*/
    padding: 32px 40px;
}

.panel_footer p {
    margin-bottom: 10px;
}

.panel_footer .panel_title {
    height: auto;
    font-size: 28px;
    line-height: 32px;
    margin: 0 0 20px 0;
    font-weight: 400;
}

.panel.no_bgcolor .panel_footer p span {
    color: #000;
    text-shadow: none;
    font-weight: 600;
    padding: 2px 6px;
    background-color: rgba( 255, 255, 255, 0.7);
}

.panel_footer_content button {
    margin-top: 16px;
}

.panel_image {
    position: relative;
    z-index: 6;
    overflow: hidden;
}

.panels .panel_image {
    position: absolute;
}

.panel_image img {
    width: 100%;
    height: auto;
    display: block;
    background-color: #000;
}

.panel.has_bgcolor .panel_image img {
    filter: grayscale(100%);
    filter: gray;
    filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
    -webkit-filter: grayscale(100%);
    /*
    -webkit-filter: grayscale(100%) sepia() hue-rotate(-170deg) brightness(100%) saturate(140%) contrast(110%);

    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
    filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='3'); }
    filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg'><filter id='blur'><feGaussianBlur stdDeviation='3' /></filter></svg>#blur");
    */
}

.panel.no_image .panel_image {
    visibility: hidden;
}

.panel.no_image .panel_footer {
    bottom: auto;
}

.panel.no_image .panel_footer_content {
    padding: 36px 20px 14px 20px;
    background: transparent;
}

.panel.no_image .panel_footer_content button {
    background: #fff;
    color: #E30513;
}

.panel.no_image .panel_header, .panel.no_text .panel_footer_content {
    background-color: transparent;
}

.panel_video_play {
    cursor: pointer;
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    width: 78px;
    height: 78px;
    background: url(images/play.png) no-repeat 50% 50% scroll;
    margin: -39px 0 0 -39px;
}


/* Content and Sidebar Panels */

.column_2_3 .panels {
    margin-right: -20px;
}

.column_2_3 .panels li {
    width: 50%;
    padding-bottom: 45%;
}

.column_1_3 .panels li {
    width: 100%!important;
    padding-bottom: 90%;
}

aside.sidebar .panels li {
    border-width: 0 0 20px 0;
    border-color: #f4f4f4;
    width: 100%!important;
    padding-bottom: 75%;
}

aside.sidebar .panel_footer_content {
    padding: 32px;
}

.column_2_3 .panels li.double_width {
    width: 100%;
}


/* Slideshow Panels */

.slides .panel_header {
    min-height: 99px;
}

.slides .panel_header .panel_title {
    font-size: 31px;
    line-height: 31px;
    width: 66.66%;
}

.slides .panel_footer {
    /*display: none;*/
}

.slides .panel_footer_content {
    padding: 13px 33.33% 36px 8px!important;
}

.slides .panel_footer p {
    margin-bottom: 15px;
}

.slides .panel_image img {
    filter: none;
    -webkit-filter: none;
}

.slides .panel.no_image .panel_footer_content {
    padding: 10% 15% 0!important;
    ;
}

.slides .panel.no_image .panel_footer .panel_title {
    margin-bottom: 23px;
    font-size: 41px;
    line-height: 41px;
    font-weight: 300;
}


/* List Gallery */

.list_gallery .panel_footer {
    background-color: rgba(0, 0, 0, 0.5);
    text-shadow: 0px 0px 2px #000;
}

.list_gallery li.slide {
    padding-bottom: 0;
}

.list_gallery .panel, .list_gallery .panel_image {
    position: relative;
    display: block;
}

.list_gallery .panel_image img {
    filter: none;
    -webkit-filter: none;
}


/* = Custom Flexslider
-------------------------------------------------------------- */

.flexslider {
    background: #000;
    width: 100%;
    height: auto;
    zoom: 1;
    overflow: hidden;
    position: relative;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.flexslider ul, .flexslider ol, .flexslider li {
    margin: 0;
    padding: 0;
    list-style: none;
}

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

.flexslider ul.slides {
    zoom: 1;
}

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

.flexslider ul.slides>li {
    display: none;
    width: 100%;
    -webkit-backface-visibility: hidden;
    position: relative;
    background-color: #000;
}

.flexslider ul.slides>li:first-child {
    display: block;
}

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

ul.flex-direction-nav a {
    color: #fff;
    text-decoration: none;
    text-indent: -9999px;
    cursor: pointer;
    display: block;
    height: 50%;
    position: absolute;
    top: 25%;
    width: 10%;
    z-index: 10;
    background: none no-repeat 50% 50% scroll;
}

.flex-direction-nav .flex-prev {
    left: 0;
}

.flex-direction-nav .flex-next {
    right: 0;
}

.flex-direction-nav .flex-prev:after, .flex-direction-nav .flex-next:after {
    vertical-align: middle;
    display: inline-block;
    width: 60px;
    height: 60px;
    -webkit-font-smoothing: antialiased;
    font-size: 60px;
    line-height: 1;
    font-family: dashicons;
    text-decoration: inherit;
    font-weight: 400;
    font-style: normal;
    vertical-align: top;
    text-align: center;
    position: absolute;
    top: 50%;
    text-indent: 0;
    margin-top: -30px;
}

.flex-direction-nav .flex-prev:after {
    content: "\f341";
    left: 6px;
}

.flex-direction-nav .flex-next:after {
    content: "\f345";
    right: 6px;
}

ol.flex-control-nav {
    z-index: 99;
    position: relative;
    display: table;
    margin: -34px auto 10px;
}

.flex-control-nav li {
    margin: 0 3px;
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
}

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

.flex-control-paging li a:hover, .flex-control-paging li a.flex-active {
    background-color: #fff;
}

.flex-direction-nav a {
    /*display:none;*/
    /*-webkit-animation-duration:0.5s;animation-duration:0.5s;
    -webkit-animation-name:fadeInFromNone;animation-name:fadeInFromNone;
    display:block;*/
    transition: opacity .3s ease-in;
    opacity: 0;
}

.flexslider:hover .flex-direction-nav a {
    opacity: .5;
}

.flexslider .flex-direction-nav a:hover {
    opacity: 1;
}


/* = iDangero.us Swiper
-------------------------------------------------------------- */

.swiper {
    width: auto;
    height: auto;
    zoom: 1;
    overflow: hidden;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.swiper-viewport {
    background: #000;
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    /* Fix of Webkit flickering */
    z-index: 1;
}

.swiper .slides {
    position: relative;
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    -webkit-transition: -webkit-transform 0s ease, left 0s ease, top 0s ease;
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transition: -moz-transform 0s ease, left 0s ease, top 0s ease;
    -moz-transform: translate3d(0px, 0, 0);
    -o-transition: -o-transform 0s ease, left 0s ease, top 0s ease;
    -o-transform: translate3d(0px, 0, 0);
    -o-transform: translate(0px, 0px);
    -ms-transition: -ms-transform 0s ease, left 0s ease, top 0s ease;
    -ms-transform: translate3d(0px, 0, 0);
    transition: transform 0s ease, left 0s ease, top 0s ease;
    transform: translate3d(0px, 0, 0);
}

.swiper-free-mode>.slides {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.swiper .slide {
    display: block;
    margin: 0;
    padding: 0;
    float: left;
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
}

.swiper-navigation>div {
    color: #fff;
    text-decoration: none;
    text-indent: -9999px;
    cursor: pointer;
    display: block;
    height: 50%;
    position: absolute;
    top: 25%;
    width: 10%;
    z-index: -1;
    background: none no-repeat 50% 50% scroll;
}

.swiper-navigation .button-prev {
    left: 0;
}

.swiper-navigation .button-next {
    right: 0;
}

.swiper-navigation .button-prev:after, .swiper-navigation .button-next:after {
    vertical-align: middle;
    display: inline-block;
    width: 60px;
    height: 60px;
    -webkit-font-smoothing: antialiased;
    font-size: 60px;
    line-height: 1;
    font-family: dashicons;
    text-decoration: inherit;
    font-weight: 400;
    font-style: normal;
    vertical-align: top;
    text-align: center;
    position: absolute;
    top: 50%;
    text-indent: 0;
    margin-top: -30px;
}

.swiper-navigation .button-prev:after {
    content: "\f341";
    left: 6px;
}

.swiper-navigation .button-next:after {
    content: "\f345";
    right: 6px;
}

.swiper-navigation>div {
    transition: opacity .3s ease-in;
    opacity: 0;
}

.swiper:hover .swiper-navigation>div {
    opacity: .5;
}

.swiper .swiper-navigation>div:hover {
    opacity: 1;
}

.swiper-pagination {
    z-index: 99;
    vertical-align: middle;
    line-height: 24px;
    float: right;
    margin-top: 10px;
}

a.swiper-pagination-switch {
    margin: 0 3px;
    display: inline-block;
    zoom: 1;
    width: 34px;
    height: 34px;
    line-height: 34px;
    background: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    text-align: center;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
a.swiper-visible-switch {
    color: #E30513;
}

.swiper-pagination span {
    margin: 0 3px;
    display: inline-block;
    zoom: 1;
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.swiper-pagination span:hover, .swiper-pagination span.swiper-active-switch {
    background-color: #fff;
}


/* = WordPress Comments
-------------------------------------------------------------- */

li.comment {
    display: block;
    margin: 0 -10px 10px;
    padding: 20px;
    background: #f1f1f1;
}

li.comment:nth-child(even) {
    background: #f6f6f6;
}

article.comment {
    padding: 0;
    margin: 0;
}

.comment header {
    margin-bottom: 10px;
}

.comment .edit-link {
    float: left;
    margin-right: 10px;
}

.comment-meta img {
    vertical-align: middle;
    margin-right: 10px;
}

.comment-title {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2;
}

.comment-form .newsletter label {
    width: auto;
}

.commentlist .children {
    margin: 20px 0 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.commentlist .children li {
    padding: 20px;
    margin: 0;
    border: 1px solid rgba(0, 0, 0, 0.04);
    border-bottom: 0 none;
    background: rgba(0, 0, 0, 0.04);
}


/* =Flickr Album Gallery
-------------------------------------------------------------- */

.gallery25575>.row {
    margin: 0 -7px;
}

.weblizar-flickr-div {
    padding: 7px!important;
    box-sizing: border-box;
}

.page-template-no-sidebar .weblizar-flickr-div {
    width: 14.2857%;
}

.LoadingImg img {
    max-width: none!important;
    max-height: none!important;
}

.gallery25575+#blueimp-gallery+script+div[align][style] {
    display: none!important;
}


/* =Z Shop Styling
-------------------------------------------------------------- */

ul.z_products {
    margin-right: -20px;
}

ul.z_products li {
    width: 25%!important;
    margin-left: -8px;
}


/* =CSS Animations
-------------------------------------------------------------- */

@-moz-keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }
    1% {
        display: block;
        opacity: 0;
    }
    100% {
        display: block;
        opacity: 1;
    }
}

@-webkit-keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }
    1% {
        display: block;
        opacity: 0;
    }
    100% {
        display: block;
        opacity: 1;
    }
}

@keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }
    1% {
        display: block;
        opacity: 0;
    }
    100% {
        display: block;
        opacity: 1;
    }
}


/* =Chinese Font Size
-------------------------------------------------------------- */

html[lang^="zh-han"] body {
    /*font-size:19px;line-height:1.4;*/
    /*font-family:"NotoSansHans";font-size:22px;font-weight:200;letter-spacing:2px;color:000;*/
}

html[lang^="zh-han"] a {
    text-decoration: none;
}


/*html[lang^="zh-han"] .content a{color:#E30513;}*/

html[lang^="zh-han"] .primary_nav>li>a {
    font-size: 21px;
}

html[lang^="zh-han"] #bottom {
    font-size: 15px;
}

html[lang^="zh-han"] #footer {
    font-size: 15px;
    text-transform: uppercase;
}

html[lang^="zh-han"] #footer a {
    border-bottom: 1px solid;
}

html[lang^="zh-han"] #oblong-link {
    letter-spacing: -1px;
}

html[lang^="zh-han"] #oblong-link:after {
    content: "\00a0";
}

article[lang^="zh-han"], section[lang^="zh-han"] {
    font-size: 19px;
    line-height: 1.4;
}

article[lang^="zh-han"] h1, html[lang^="zh-han"] .h1 {
    font-size: 44px;
}

article[lang^="zh-han"] h2, html[lang^="zh-han"] .h2 {
    font-size: 40px;
}

article[lang^="zh-han"] h3, html[lang^="zh-han"] .h3 {
    font-size: 35px;
}

article[lang^="zh-han"] h4, html[lang^="zh-han"] .h4 {
    font-size: 30px;
}

article[lang^="zh-han"] h5, html[lang^="zh-han"] .h5 {
    font-size: 30px;
}

article[lang^="zh-han"] h6, html[lang^="zh-han"] .h6 {
    font-size: 26px;
}

html[lang^="zh-han"] .sidebar {
    font-size: 15px;
}

h1.page_title[lang^="zh-han"] {
    font-size: 51px;
    line-height: 48px;
}

h1.page_title[lang^="zh-han"] small {
    margin: -10px 0 10px 0;
}

html[lang^="zh-han"] #founder_logos p {
    font-size: 14px;
}


/* =Media queries
-------------------------------------------------------------- */

@media screen and (max-width: 1440px) {
    #wrapper {
        margin-bottom: 0;
        border-radius: 0;
    }
    #footer {
        border-radius: 0;
    }
    .page-template-no-sidebar .weblizar-flickr-div {
        width: 16.666%;
    }
}

@media screen and (max-width: 1060px) {
    #header {
        padding: 0 20px;
    }
    body.page-template-homepage .page_wrapper, body.page-template-events-map .page_wrapper, body.page-template-campaign-per-language .page_wrapper {
        padding: 0 20px;
    }
    h1.page_title {
        padding: 50px 22px;
    }
    h1.page_title+section.columns>.column_2_3 {
        padding-left: 20px;
    }
    #bottom {
        padding: 50px 0 32px 0;
    }
    #bottom .column {
        padding: 0 20px;
    }
    #footer {
        padding: 15px 20px;
    }
    .page-template-no-sidebar .weblizar-flickr-div {
        width: 20%;
    }
}

@media screen and (max-width: 767px) {
    html {
        margin-top: 44px!important;
    }
    body {
        overflow: hidden;
    }
    .hide-on-mobile {
        display: none;
    }
    #eu-cookie-notice {
        padding: 20px;
    }
    #eu-cookie-notice .left {
        float: none;
        padding: 0;
        margin: 0;
    }
    #eu-cookie-notice .right {
        float: none;
        width: auto;
        padding-top: 20px;
        margin: 0 auto;
        display: table;
    }
    #eu-cookie-notice .button {
        float: right;
        margin-left: 16px;
    }
    #eu-cookie-notice .link {
        line-height: 32px;
    }
    body {
        font-size: 16px;
        line-height: 1.571428;
    }
    #wrapper {
        width: auto;
        min-width: 320px;
        max-width: 568px;
        margin: 0 auto;
        position: relative;
        left: 0;
        -webkit-transition: left 0.3s ease 0s;
        -moz-transition: left 0.3s ease 0s;
        transition: left 0.3s ease 0s;
    }
    #header {
        padding: 0 10px 10px 20px;
    }
    #header hgroup {
        width: 100%;
        z-index: auto;
    }
    #header hgroup.mid {
        display: none;
    }
    #footer_banner {
        height: 280px;
    }
    #footer_banner img {
        width: 1276px;
        max-width: none;
    }
    #bottom {
        padding-top: 0;
    }
    #bottom .column {
        width: 100%!important;
        padding-top: 20px;
    }
    /*#bottom .column:last-child {
        display: none;
    }*/
    #footer {
        font-size: 12px;
    }
    #header hgroup.fl {
        width: 66.666%;
    }
    #logo img {
        width: 100%;
        max-width: 280px;
    }
    #header hgroup.fr {
        width: 33.333%;
    }
    #header #search_form {
        display: none;
    }
    #founder_logos {
        text-align: center;
    }
    #founder_logos p {
        padding: 0;
        margin: 0 0 1em 0;
    }
    #founder_logos p br {
        display: none;
    }
    #founder_logos a {
        width: 50%;
        margin: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    #founder_logos a img {
        width: 91%;
    }
    #lang_select {
        text-align: center;
        width: auto;
        margin-left: -50%;
        position: fixed;
        top: 9px;
        right: 10px;
        z-index: 457;
    }
    #mobile_nav {
        display: none;
        text-align: center;
    }
    #mobile_nav>a {
        background: #4f4f4f;
        border-bottom: 4px solid #3b3b3b;
        display: inline-block;
        font-family: "Source Sans Pro", Helvetica, Arial, "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", sans-serif;
        font-size: 10px;
        line-height: 1;
        margin-bottom: -4px;
        padding: 38px 8px 3px;
        position: relative;
        min-width: 12%;
        text-transform: uppercase;
        white-space: nowrap;
    }
    #mobile_nav>a:before {
        position: absolute;
        left: 50%;
        top: -5px;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        content: "\f333";
        display: inline-block;
        padding: 5px 5px 0;
        -webkit-font-smoothing: antialiased;
        font-size: 44px;
        line-height: 1;
        font-family: 'dashicons';
        vertical-align: top;
    }
    /*Mobile Menu*/
    #toggle_menu {
        display: block;
    }
    #menu {
        display: block;
        position: fixed;
        width: 80%;
        color: #fff;
        height: 100%;
        overflow-y: scroll;
        top: 0;
        left: -80%;
        z-index: 459;
        background: #222;
        -webkit-transition: all .3s ease 0;
        -moz-transition: all .3s ease 0;
        transition: all .3s ease 0;
        -webkit-overflow-scrolling: touch;
    }
    .menu_active, .menu_active body {}
    .menu_active #menu {
        left: 0;
        padding-right: 9px;
    }
    .menu_active #wrapper {
        left: 80%;
        overflow: hidden;
    }
    .menu_active #mobile_menu_mask {
        display: block;
    }
    .primary_nav>li>ul {
        display: block;
    }
    #menu ul.primary_nav>li {
        display: block;
        width: 100%;
        background-color: #333;
    }
    #menu li>ul {
        position: static;
    }
    #menu li>ul>li {
        position: relative;
    }
    #menu .social_media_links {
        display: none;
    }
    .primary_nav {
        font-size: 13px;
        line-height: 32px;
    }
    .primary_nav a {
        display: block;
        padding-top: 6px;
        padding-bottom: 6px;
        border-top: 1px solid rgba(255, 255, 255, 0.0625);
    }
    .primary_nav li {
        background: rgba(255, 255, 255, 0.0625);
    }
    .primary_nav>li>a {
        padding-left: 20px;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 14px;
        font-family: "Source Sans Pro", Helvetica, Arial, "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", sans-serif;
    }
    .primary_nav>li>ul>li>a {
        padding-left: 40px;
    }
    .primary_nav>li>ul>li>ul>li>a {
        padding-left: 70px;
    }
    .primary_nav .tax_item_has_children>a:after {
        content: "\f105";
        margin: 1px 20px 0 0;
        float: right;
        color: #ccc;
        font: normal 400 14px/30px FontAwesome;
        vertical-align: middle;
        -webkit-font-smoothing: antialiased;
    }
    .primary_nav .tax_item_has_children>ul {
        display: none;
    }
    .primary_nav .tax_item_has_children:hover>ul {
        display: block;
    }
    #page {
        padding: 0 16px;
    }
    h1.page_title {
        height: auto;
        background-image: none!important;
        padding: 20px 16px 26px;
        margin: 0 -16px 20px;
    }
    .section_title {
        margin-top: 10px;
    }
    .css_cols {
        -webkit-column-count: auto;
        -moz-column-count: auto;
        column-count: auto;
    }
    .columns {
        margin: 0;
    }
    .latest_posts .links li {
        width: 45%;
    }
    .column_1_2, .column_1_3, .column_2_3, .column_1_4, .column_3_4, .column_1_5, .column_2_5, .column_3_5, .column_4_5, #page .panels li {
        padding: 0!important;
        width: 100%;
    }
    #homepage_slider {
        padding-right: 0;
    }
    #curr_slide_info_container {
        float: left;
        padding: 16px 20px;
        width: 100%;
        position: relative;
        color: #fff;
        min-height: 250px;
    }
    .homepage_partner_logos img {
        max-width: 111px;
    }
    .sidebar .widget h6, .sidebar .panel h6 {
        font-size: 13px;
    }
    .sidebar {
        font-size: 15px;
        padding: 0!important;
    }
    .entry-meta {
        font-size: 13px;
    }
    .entry-meta-col {
        width: 100%;
    }
    .page-navigation .prev a, .page-navigation .next a, .post-navigation a[rel=prev], .post-navigation a[rel=next] {
        font-size: 12px;
        width: 100%;
        margin: 0 0 5px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    article {
        padding-bottom: 8px;
    }
    .article_listing.has-post-thumbnail {
        padding-left: 0;
    }
    article .post_thumb {
        margin-left: 0;
        width: 100%;
    }
    article .post_thumb img {
        width: 100%;
    }
    .article-listing {
        padding-left: 0;
    }
    .article-thumb {
        margin: 0 0 8px 0;
        width: 100%;
        overflow: hidden;
    }
    .article-thumb img {
        width: 100%;
        margin: -10% 0;
    }
    .article-thumb img.placeholder {
        display: none;
    }
    .article-description {
        float: none;
    }
    .article-description p {
        margin: 0 0 8px 0;
    }
    .sidebar .panel {
        width: 100%;
        padding: 0;
    }
    #footer {
        position: relative;
    }
    #footer .fl:after {
        content: "";
    }
    #footer .fr {
        position: absolute;
        right: 20px;
        bottom: 14px;
    }
    .footer_nav {
        float: none;
        clear: both;
        margin-left: 0;
    }
    .footer_nav li {
        float: none;
        display: block;
    }
    .footer_nav li:after {
        display: none;
    }
    .partner.table .td {
        display: block;
    }
    .partner.table .td:first-child {
        width: auto;
        float: left;
    }
    .partner-block {
        width: 100%!important;
        padding-top: 40%;
    }
    .homepage_partner_logos img {
        max-width: none;
    }
    .partner_logos li {
        width: 100%;
    }
    .panels {
        margin: 0!important;
    }
    .panels .panel {
        overflow: hidden;
        position: relative;
        float: left;
    }
    .panels li {
        padding-bottom: 0;
        border-right-width: 0;
    }
    .panels .panel_image {
        position: absolute;
        top: 0;
    }
    .panels .panel_footer {
        position: relative;
    }
    .panels .panel_footer_content {
        padding: 16px 20px;
    }
    .panels .slide.double_width .panel_image {
        margin: 0 -83.333%;
    }
    .usp-form .column {
        width: 100%;
    }
    .champion {
        width: 100%;
        border-right-width: 0;
    }
    .champion_popup {
        width: 94%;
    }
    #page .flicker_gallery li {
        width: 33.333%;
        padding: 0 0 22.222% 0;
    }
    #events_map {
        padding-bottom: 100%;
    }
    .usp-form input[name="usp-custom-Country"], .usp-form select[name="usp-custom-Country"], input, textarea {
        width: 75%;
    }
    #bottom .hksn_text {
        clear: left;
        padding-top: 20px;
    }
    .photogallery figure {
        width: 33.33%;
    }
    .photogallery figure:nth-child(6n+1) {
        clear: none;
    }
    .photogallery figure:nth-child(3n+1) {
        clear: left;
    }
    ul.z_products {
        margin-right: 0;
    }
    ul.z_products li {
        width: 50%!important;
        height: 220px!important;
        margin-left: -8px;
    }
    .weblizar-flickr-div {
        width: 50%!important;
    }
}


/* =Print
----------------------------------------------- */

@media print {
    body {
        background: none!important;
        color: #000;
        font-size: 10pt;
    }
    footer a[rel=bookmark]:link:after, footer a[rel=bookmark]:visited:after {
        content: " [" attr(href) "] ";
        /* Show URLs */
    }
    a {
        text-decoration: none;
    }
    .comment-content img, .author-avatar img, img.wp-post-image {
        border-radius: 0;
        box-shadow: none;
    }
    .site {
        clear: both!important;
        display: block!important;
        float: none!important;
        max-width: 100%;
        position: relative!important;
    }
    .site-header {
        margin-bottom: 72px;
        text-align: left;
    }
    .site-header h1 {
        font-size: 21pt;
        line-height: 1;
        text-align: left;
    }
    .site-header h2 {
        color: #000;
        font-size: 10pt;
        text-align: left;
    }
    .site-header h1 a, .site-header h2 a {
        color: #000;
    }
    .author-avatar, #colophon, #respond, .commentlist .comment-edit-link, .commentlist .reply, .entry-meta .edit-link a, .page-link, .page-content nav, .widget-area, img.header-image, #menu {
        display: none;
    }
    .wrapper {
        border-top: none;
        box-shadow: none;
    }
    .page-content {
        margin: 0;
        width: auto;
    }
    .author-description {
        float: none;
        width: auto;
    }
    /* Comments */
    .commentlist>li.comment {
        background: none;
        position: relative;
        width: auto;
    }
    .commentlist .avatar {
        height: 39px;
        left: 2.2em;
        top: 2.2em;
        width: 39px;
    }
    .comments-area article header cite, .comments-area article header time {
        margin-left: 50px;
    }
}


/* =Magnific Popup CSS
----------------------------------------------- */

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

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none!important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

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

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

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

.mfp-ajax-cur {
    cursor: progress;
}

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

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

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

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

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

.mfp-hide {
    display: none!important;
}

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

.mfp-preloader a {
    color: #ccc;
}

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

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

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

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

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

.mfp-close {
    filter: alpha(opacity=65);
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

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

.mfp-close:active {
    top: 1px;
}

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

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

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

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

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

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

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

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

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

.mfp-arrow-left {
    left: 0;
}

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

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

.mfp-arrow-right {
    right: 0;
}

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

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

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

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

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

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

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

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

.mfp-figure {
    line-height: 0;
}

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

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

.mfp-figure figure {
    margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
}


/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


/*JQUERYUI*/

.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute!important;
}

.ui-helper-reset {
    border: 0;
    font-size: 100%;
    line-height: 1.3;
    list-style: none;
    outline: 0;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

.ui-helper-clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.ui-helper-clearfix {
    display: block;
}

* html .ui-helper-clearfix {
    height: 1%;
}

.ui-helper-zfix {
    filter: Alpha(Opacity=0);
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

.ui-widget .ui-widget {
    font-size: 1em;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

.ui-widget-content {
    background: #fff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
    border: 1px solid #aaa;
    color: #222;
}

.ui-widget-content a {
    color: #222;
}

.ui-widget-header {
    color: #222;
    font-weight: 700;
}

.ui-widget-header a {
    color: #222;
}

.ui-state-disabled {
    cursor: default!important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
    border: 1px solid #d3d3d3;
    color: #555;
    font-weight: 400;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #555;
    text-decoration: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
    border: 1px solid #999;
    color: #212121;
    font-weight: 400;
}

.ui-state-hover a, .ui-state-hover a:hover {
    color: #212121;
    text-decoration: none;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    background: #fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
    border: 1px solid #aaa;
    color: #212121;
    font-weight: 400;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #212121;
    text-decoration: none;
}

.ui-widget :active {
    outline: none;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
    border: 1px solid #fcefa1;
    color: #363636;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
    color: #363636;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
    background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
    border: 1px solid #cd0a0a;
    color: #cd0a0a;
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
    color: #cd0a0a;
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
    color: #cd0a0a;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
    font-weight: 700;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
    filter: Alpha(Opacity=70);
    font-weight: 400;
    opacity: .7;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    filter: Alpha(Opacity=35);
    background-image: none;
    opacity: .35;
}

.ui-icon {
    background-image: url(images/ui-icons_222222_256x240.png);
    background-repeat: no-repeat;
    display: block;
    height: 16px;
    overflow: hidden;
    text-indent: -99999px;
    width: 16px;
}

.ui-widget-content .ui-icon {
    background-image: url(images/ui-icons_222222_256x240.png);
}

.ui-widget-header .ui-icon {
    background-image: url(images/ui-icons_222222_256x240.png);
}

.ui-state-default .ui-icon {
    background-image: url(images/ui-icons_888888_256x240.png);
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
    background-image: url(images/ui-icons_454545_256x240.png);
}

.ui-state-active .ui-icon {
    background-image: url(images/ui-icons_454545_256x240.png);
}

.ui-state-highlight .ui-icon {
    background-image: url(images/ui-icons_2e83ff_256x240.png);
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
    background-image: url(images/ui-icons_cd0a0a_256x240.png);
}

.ui-icon-carat-1-n {
    background-position: 0 0;
}

.ui-icon-carat-1-ne {
    background-position: -16px 0;
}

.ui-icon-carat-1-e {
    background-position: -32px 0;
}

.ui-icon-carat-1-se {
    background-position: -48px 0;
}

.ui-icon-carat-1-s {
    background-position: -64px 0;
}

.ui-icon-carat-1-sw {
    background-position: -80px 0;
}

.ui-icon-carat-1-w {
    background-position: -96px 0;
}

.ui-icon-carat-1-nw {
    background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-off {
    background-position: -96px -144px;
}

.ui-icon-radio-on {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-start {
    background-position: -80px -160px;
}

.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}

.ui-corner-top, .ui-corner-left, .ui-corner-tl {
    -khtml-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
}

.ui-corner-top, .ui-corner-right, .ui-corner-tr {
    -khtml-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}

.ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    -khtml-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    -khtml-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.ui-widget-overlay {
    filter: Alpha(Opacity=30);
    background: #aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
    height: 100%;
    left: 0;
    opacity: .30;
    position: absolute;
    top: 0;
    width: 100%;
}

.ui-widget-shadow {
    filter: Alpha(Opacity=30);
    -khtml-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background: #aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
    border-radius: 8px;
    opacity: .30;
    margin: -8px 0 0 -8px;
    padding: 8px;
}

.ui-resizable {
    position: relative;
}

.ui-resizable-handle {
    display: block;
    font-size: .1px;
    position: absolute;
    z-index: 99999;
}

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
    display: none;
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    left: 0;
    top: -5px;
    width: 100%;
}

.ui-resizable-s {
    bottom: -5px;
    cursor: s-resize;
    height: 7px;
    left: 0;
    width: 100%;
}

.ui-resizable-e {
    cursor: e-resize;
    height: 100%;
    right: -5px;
    top: 0;
    width: 7px;
}

.ui-resizable-w {
    cursor: w-resize;
    height: 100%;
    left: -5px;
    top: 0;
    width: 7px;
}

.ui-resizable-se {
    bottom: 1px;
    cursor: se-resize;
    height: 12px;
    right: 1px;
    width: 12px;
}

.ui-resizable-sw {
    bottom: -5px;
    cursor: sw-resize;
    height: 9px;
    left: -5px;
    width: 9px;
}

.ui-resizable-nw {
    cursor: nw-resize;
    height: 9px;
    left: -5px;
    top: -5px;
    width: 9px;
}

.ui-resizable-ne {
    cursor: ne-resize;
    height: 9px;
    right: -5px;
    top: -5px;
    width: 9px;
}

.ui-selectable-helper {
    border: 1px dotted #000;
    position: absolute;
    z-index: 100;
}

.ui-accordion {
    width: 100%;
}

.ui-accordion .ui-accordion-header {
    cursor: pointer;
    margin-top: 1px;
    position: relative;
    zoom: 1;
}

.ui-accordion .ui-accordion-li-fix {
    display: inline;
}

.ui-accordion .ui-accordion-header-active {
    border-bottom: 0!important;
}

.ui-accordion .ui-accordion-header a {
    display: block;
    font-size: 1em;
    padding: .5em .5em .5em .7em;
}

.ui-accordion-icons .ui-accordion-header a {
    padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-icon {
    left: .5em;
    margin-top: -8px;
    position: absolute;
    top: 50%;
}

.ui-accordion .ui-accordion-content {
    border-top: 0;
    display: none;
    margin-bottom: 2px;
    margin-top: -2px;
    overflow: auto;
    position: relative;
    top: 1px;
    zoom: 1;
    padding: 1em 2.2em;
}

.ui-accordion .ui-accordion-content-active {
    display: block;
}

.ui-autocomplete {
    cursor: default;
    position: absolute;
}

* html .ui-autocomplete {
    width: 1px;
}

.ui-menu {
    display: block;
    float: left;
    list-style: none;
    margin: 0;
    padding: 2px;
}

.ui-menu .ui-menu {
    margin-top: -3px;
}

.ui-menu .ui-menu-item {
    clear: left;
    float: left;
    width: 100%;
    zoom: 1;
    margin: 0;
    padding: 0;
}

.ui-menu .ui-menu-item a {
    display: block;
    line-height: 1.5;
    text-decoration: none;
    zoom: 1;
    padding: .2em .4em;
}

.ui-menu .ui-menu-item a.ui-state-hover, .ui-menu .ui-menu-item a.ui-state-active {
    font-weight: 400;
    margin: -1px;
}

.ui-button {
    cursor: pointer;
    display: inline-block;
    margin-right: .1em;
    overflow: visible;
    position: relative;
    text-align: center;
    text-decoration: none!important;
    zoom: 1;
    padding: 0;
}

.ui-button-icon-only {
    width: 2.2em;
}

button.ui-button-icon-only {
    width: 2.4em;
}

.ui-button-icons-only {
    width: 3.4em;
}

button.ui-button-icons-only {
    width: 3.7em;
}

.ui-button .ui-button-text {
    display: block;
    line-height: 1.4;
}

.ui-button-text-only .ui-button-text {
    padding: .4em 1em;
}

.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
    text-indent: -9999999px;
    padding: .4em;
}

.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
    padding: .4em 1em .4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
    padding: .4em 2.1em .4em 1em;
}

.ui-button-text-icons .ui-button-text {
    padding-left: 2.1em;
    padding-right: 2.1em;
}

input.ui-button {
    padding: .4em 1em;
}

.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
    margin-top: -8px;
    position: absolute;
    top: 50%;
}

.ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary {
    left: .5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
    right: .5em;
}

.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
    right: .5em;
}

.ui-buttonset {
    margin-right: 7px;
}

.ui-buttonset .ui-button {
    margin-left: 0;
    margin-right: -.3em;
}

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

.ui-dialog {
    overflow: hidden;
    position: absolute;
    width: 300px;
    padding: .2em;
}

.ui-dialog .ui-dialog-titlebar {
    position: relative;
    padding: .4em 1em;
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 16px .1em 0;
}

.ui-dialog .ui-dialog-titlebar-close {
    height: 18px;
    position: absolute;
    right: .3em;
    top: 50%;
    width: 19px;
    margin: -10px 0 0;
    padding: 1px;
}

.ui-dialog .ui-dialog-titlebar-close span {
    display: block;
    margin: 1px;
}

.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
    padding: 0;
}

.ui-dialog .ui-dialog-content {
    background: none;
    border: 0;
    overflow: auto;
    position: relative;
    zoom: 1;
    padding: .5em 1em;
}

.ui-dialog .ui-dialog-buttonpane {
    background-image: none;
    text-align: left;
    border-width: 1px 0 0;
    margin: .5em 0 0;
    padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
    cursor: pointer;
    margin: .5em .4em .5em 0;
}

.ui-dialog .ui-resizable-se {
    bottom: 3px;
    height: 14px;
    right: 3px;
    width: 14px;
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider .ui-slider-handle {
    cursor: default;
    height: 1.2em;
    position: absolute;
    width: 1.2em;
    z-index: 2;
}

.ui-slider .ui-slider-range {
    background-position: 0 0;
    border: 0;
    display: block;
    font-size: .7em;
    position: absolute;
    z-index: 1;
}

.ui-slider-horizontal {
    height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
    margin-left: -.6em;
    top: -.3em;
}

.ui-slider-horizontal .ui-slider-range {
    height: 100%;
    top: 0;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-slider-vertical {
    height: 100px;
    width: .8em;
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-bottom: -.6em;
    margin-left: 0;
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}

.ui-tabs {
    background: transparent;
    border: 0 none;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    position: relative;
    zoom: 1;
}

.popup .ui-tabs {
    margin: 8px -12px -12px;
}

.ui-tabs .ui-tabs-nav {
    position: relative;
    z-index: 2;
    margin: 0;
    padding: 0;
}

.ui-tabs .ui-tabs-nav li {
    background: #222;
    border-bottom: 0!important;
    border-radius: 6px 6px 0 0;
    color: #666;
    float: left;
    font-family: arial;
    font-size: 12px;
    font-weight: 700;
    list-style: none;
    position: relative;
    top: 1px;
    white-space: nowrap;
    border-color: #1D1D1D;
    margin: 0 -1px 1px 0;
    padding: 0;
}

.ui-tabs .ui-tabs-nav li a {
    float: left;
    text-decoration: none;
    padding: .5em 1em;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
    background: #3D3D3D;
    color: #CCC;
    margin-bottom: 0;
    padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
    color: inherit;
    cursor: text;
}

.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
    color: inherit;
    cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
    background: #3D3D3D;
    border: 1px solid #1D1D1D;
    border-radius: 0;
    color: inherit;
    display: block;
    padding: 11px;
}

.ui-tabs .ui-tabs-panel a {
    color: inherit;
}

.ui-tabs .ui-tabs-hide {
    display: none!important;
}

.ui-progressbar {
    height: 2em;
    text-align: left;
}

.ui-progressbar .ui-progressbar-value {
    height: 100%;
    margin: -1px;
}


/*DATEPICKER*/

.ui-datepicker {
    -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
    border: 0 none;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
    display: none;
    font-size: 12px;
    width: 210px;
    z-index: 2000!important;
    padding: 5px 5px 0;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    height: 20px;
    position: absolute;
    top: 2px;
    width: 20px;
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    left: 50%;
    margin-left: -8px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
}

.ui-datepicker .ui-datepicker-title {
    line-height: 10px;
    text-align: left;
    text-transform: uppercase;
    margin: 0 25px;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 12px;
    font-weight: 400;
    margin: 1px 0 1px 4px;
}

.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 45%;
}

.ui-datepicker table {
    border-collapse: collapse;
    font-size: 12px;
    width: auto;
    margin: 0 0 .4em;
}

.ui-datepicker th {
    border: 0;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    padding: .7em .3em;
}

.ui-datepicker td {
    border: 0;
    height: 27px;
    width: 28px;
    padding: 1px;
}

.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    text-align: center;
    text-decoration: none;
    padding: .2em;
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    margin: .7em 0 0;
    padding: 0 .2em;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    cursor: pointer;
    float: right;
    overflow: visible;
    width: auto;
    margin: .5em .2em .4em;
    padding: .2em .6em .3em;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

.ui-datepicker.ui-datepicker-multi {
    width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    font-size: 0;
    width: 100%;
}

.ui-datepicker-rtl {
    direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
    left: auto;
    right: 2px;
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    left: auto;
    right: 1px;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-left-width: 1px;
    border-right-width: 0;
}

.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 1px;
    border-right-width: 0;
}

.ui-datepicker-cover {
    filter: mask();
    display: block;
    height: 200px;
    left: -4px;
    position: absolute;
    top: -4px;
    width: 200px;
    z-index: -1;
}

.xdsoft_datetimepicker button {
    box-shadow: none;
}

.isa_info, .isa_success, .isa_warning, .isa_error {
    margin: 0 0 1em;
    padding: 12px;
}

.isa_info {
    color: #00529B;
    background-color: #BDE5F8;
    border: 1px solid #A6CDF1;
}

.isa_success {
    color: #4F8A10;
    background-color: #DFF2BF;
    border: 1px solid #BDDC9B;
}

.isa_warning {
    color: #9F6000;
    background-color: #FEEFB3;
    border: 1px solid #F1D2A5;
}

.isa_error {
    color: #D8000C;
    background-color: #FFBABA;
    border: 1px solid #E28B90;
}

.isa_info i, .isa_success i, .isa_warning i, .isa_error i {
    margin: 6px 20px 6px 10px;
    font-size: 1.4em;
    vertical-align: middle;
}


/* START NEW OVERRIDES */


/*
 *  HEADER
 */

#header hgroup.fl {
    width: 25%;
}

#header hgroup.fr {
    width: 50%;
}

#header hgroup.mid .inner {
    position: absolute;
    top: 0;
    bottom: 55px;
    padding: 0 580px 0 200px;
    width: 100%;
}

#header hgroup.mid .inner .image {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

#header #search_form {
    width: 140px;
    display: inline-block;
    float: right;
    margin: 0 20px;
}

#header #search_form>input[type=text] {
    height: 32px;
}

#menu .dropdownLanguage ul.dropdown-menu li:hover {
    cursor: pointer;
}
#header #donate_button, #menu .dropdownLanguage {
    float: right;
    margin-top: 0;
    height: 32px;
    background: #ccc;
    color: #fff;
    font-size: 12px;
    line-height: 32px;
    padding: 0;
}

#header #donate_button:hover, #menu .dropdownLanguage:hover {
    background: #e63912;
    color: #fff;
    cursor: pointer;
}
#menu .dropdownLanguage a:hover {
    color: #E30513;
}

#founder_logos {
    text-align: right;
}

#founder_logos p {
    text-align: right;
}

#founder_logos>a {
    max-width: 50px;
}

@media screen and (max-width: 767px) {
    #founder_logos p {
        text-align: left;
    }
    #header #search_form {
        margin-right: 0;
    }
}

#lang_select a.selected, #lang_select a:hover {
    background: #555;
}

#lang_select>a:first-of-type {
    margin: 0;
}

.home h1 {
    color: #444;
    text-align: center;
    padding: 50px 0 30px;
}


/*
 *  SLIDER
 */

#homepage_slider {
    padding-right: 0;
}

#curr_slide_info_container {
    display: none;
    z-index: -1;
    padding: 32px 40px;
    width: 33.33%;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 0;
    color: #111;
    background: rgba(255, 255, 255, 0.4);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.swiper-navigation>div {
    transition: opacity .3s ease-in;
    opacity: 100;
}

.swiper-navigation .button-next, .swiper-navigation .button-prev {
    z-index: 10;
}

.swiper-navigation .button-next:after, .swiper-navigation .button-prev:after {
    text-shadow: 0px 0px 7px rgba(150, 150, 150, 1);
}

/*.swiper-pagination {
    display: none;
    visibility: hidden;
    position: absolute;
    z-index: -1;
}*/

#content_slider .panel_image {
    position: relative;
}

#content_slider .panel_title {
    position: absolute;
    bottom: 10%;
    background: rgba(170, 170, 155, 0.5);
    color: #333;
    text-shadow: none;
    max-width: 80%;
    padding: 20px 100px;
    width: auto;
    display: inline-block;
}

#homepage_panels.columns {
    margin: 0 -100px 0 0;
}

#homepage_panels .flip-panels {
    overflow: hidden;
    margin-top: 40px;
}

#homepage_panels .flip-panels li {
    position: relative;
    overflow: hidden;
    padding-right: 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33%;
    float: left;
    margin: 0;
    list-style: none;
}

@media screen and (max-width: 767px) {
    #curr_slide_info_container {
        display: none;
        z-index: -1;
    }
}

.round {
    background-color: #dd3333;
    color: white;
    width: 100%;
    padding-bottom: 100%;
    border-radius: 50%;
    position: relative;
    margin: 40px 0;
}

.round-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.round h2 {
    font-size: 21px;
}

.front img {
    max-width: 30%;
}

.flip-panel>a {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.full-center-wrapper {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
}

.full-center-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    padding: 0 40px;
    width: 100%;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.front .full-center-content {
    padding: 0 60px;
}

.back h2 {
    font-size: 21px;
}

.back p, .back button {
    font-size: 10px;
}


/* entire container, keeps perspective */

.flip-container {
    perspective: 1000px;
}


/* flip the pane when hovered */

.flip-container:hover .flipper, .flip-container.hover .flipper {
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.flip-container, .front, .back {
    width: 100%;
    height: 480px;
}


/* flip speed goes here */

.flipper {
    -webkit-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
}


/* hide back of pane during swap */

.front, .back {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}


/* front pane, placed above back */

.front {
    z-index: 2;
    /* for firefox 31 */
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}


/* back, initially hidden pane */

.back {
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

@media screen and (max-width: 767px) {
    #homepage_panels .flip-panels li {
        width: 100%;
        padding-right: 0;
    }
    #homepage_panels.columns {
        margin: 0;
    }
}

@media screen and (min-width: 1200px) {
    .back h2 {
        font-size: 21px;
    }
    .back p, .back button {
        font-size: 12px;
    }
}

#homepage_content {
    padding: 20px 0 50px;
}

.section_title {
    border: none;
}

.square {
    width: 100%;
    padding-bottom: 100%;
}

.infobox {
    margin: 40px 0;
    background-color: #D0D0D0;
    position: relative;
}

.infobox .square {
    background-image: url('http://localhost:8080/worldkidneyday/wp-content/uploads/2014/08/key-visual_FINAL-1432x896.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.infobox .column_1_3 {
    padding-right: 20px;
    background-color: white;
}

.infobox .column_2_3 {
    padding-right: 0;
    padding: 40px 40px 0;
}

.infobox .column_2_3 h2 {
    font-size: 24px;
    color: #333;
}

.infobox .column_2_3 .post {
    margin: 0;
    padding: 0;
}

.infobox .bottom {
    margin-top: 40px;
}

.infobox .published_at {
    font-weight: bold;
}

a.stroke, a.stroke:visited, a.stroke:hover, a.stroke:active, button.stroke, button.stroke:visited, button.stroke:hover, button.stroke:active {
    background: transparent;
    border: 2px solid white;
    box-shadow: none;
    font-weight: bold;
    font-size: 14px;
    color: white;
    padding: 20px 20px;
    text-decoration: none;
}

a.sm, a.sm:visited, a.sm:hover, a.sm:active, button.sm, button.sm:visited, button.sm:hover, button.sm:active {
    padding: 3px 20px;
}

@media screen and (max-width: 767px) {
    .infobox .column_2_3 .post {
        padding: 20px;
        border-top: 20px solid white;
    }
}

#global_partners {
    margin: 50px 0 80px;
    clear: both;
    overflow: hidden;
}

.partner-block {
    display: block;
    float: left;
    width: 33.33%;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.partner-block img {
    display: inline-block;
    max-width: 100%;
}

.partner-info {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(11,11,11,.8);
    opacity: 0;
}

.sidebar .partners_list a {
    cursor: default;
}

.partner-info.visible {
    display: flex !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.partner-info .close-modal {
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
    text-decoration: none;
    position: absolute;
    top: 0;
    right: 10px;
    transition: color .2s;
}


/* Donation page */

.donate-img-wrapper {
    position: relative;
}

.donate-img-wrapper img {
    display: block;
}

.donate-img-wrapper form {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

form.paypal-donate br {
    display: none !important;
}

form.paypal-donate input {
    display: block;
    width: 200px;
    height: 51px;
    margin: 30px 0 0;
}

img.full {
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .partner-info .table {
        display: block;
    }
    .partner-info .tr {
        display: block;
        float: left;
        width: 100%;
    }
    .partner-info .tr .td {
        display: block;
        width: 100%;
        width: 100% !important;
    }
    .partner-info .tr + .tr .td:first-child {
        margin-bottom: 15px;
    }
}


/* END NEW OVERRIDES */


.text-center {
    text-align: center;
}
#campaign_panels {
    margin-bottom: 100px;
}
#campaign_panels .campaign-panels {
    display: flex;
    align-content: center;
}
#campaign_panels h1 {
    color: #444;
    padding: 50px 0 30px;
}
#campaign_panels .campaign-panels > div {
    padding: 0 20px 0 0;
    width: 33.33%;
}
#campaign_panels .campaign-panels > div > div {
    background-color: #dfe4e8;
    padding: 50px;
}
#campaign_panels .campaign-panels div .title {
    font-size: 2.5rem;
    font-weight: 600;
    display: block;
}
#campaign_panels .campaign-panels div .subtitle {
    font-size: 1.1rem;
}
#campaign_questions {
    margin: 50px 0;
}
.campaign_panels_title, .campaign_more_about_main_title, .campaign_rules_title, .campaign_questions_title, .campaign_involved_title {
    background: url(images/WKD-LIJN.png) no-repeat bottom center;
    background-size: 100%;
    padding-bottom: 25px;
}
#campaign_involved {
    position: relative;
}
#campaign_involved #bg_image {
    width: auto;
    overflow: hidden;
    margin: 25px -50px 0 -50px;
    height: 450px;
    background-repeat: no-repeat;
    background-size: contain;
}
#campaign_involved .campaign_involved_details {
    margin-top: -35px;
    margin-bottom: 100px;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
}
#campaign_involved .campaign_involved_details .column {
    width: 33.3333%;
    padding: 0 20px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#campaign_involved .campaign_involved_details .inner-column {
    background-color: white;
    border: 1px solid #f0f0f0;
    width: 100%;
    height: 100%;
    padding-bottom: 25px;
    background: url("http://localhost/world-kidney-day/wp-content/themes/wkd/images/bolletjes.jpg") center bottom no-repeat;
    background-size: 100%;
}
#campaign_involved .campaign_involved_details .column .title {
    padding: 30px 15px;
    background-color: #f0f0f0;
}
#campaign_involved .campaign_involved_details .column .title h5 {
    font-weight: bold;
    font-size: 1.7rem;
}
#campaign_involved .campaign_involved_details .column .content {
    padding: 10px 25px;
    min-height: 325px;
    position: relative;
}
#campaign_involved .campaign_involved_details .column .socialMedia,
#campaign_involved .campaign_involved_details .column .buttons
{
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 100px;
    width: 100%;
    padding-bottom: 25px;
}
#campaign_involved .campaign_involved_details .column #addEvent,
#campaign_involved .campaign_involved_details .column .socialMedia a {
    padding: 20px 35px;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    white-space: nowrap;
    border-radius: 3px;
    box-shadow: 0 -6px 0 0 rgba(0, 0, 0, 0.4) inset;
}
#campaign_involved .campaign_involved_details .column .socialMedia a .fa {
    font-size: 2rem;
}
#campaign_involved .campaign_involved_details .column #addEvent {
    background: #22b571;
    font-size: 1.3rem;
    font-weight: bold;
    color: white;
    text-decoration: none;
    width: 100% !important;
    margin: 0 25px;
}
#campaign_involved .campaign_involved_details .column #addEvent .fa {
    margin-right: 15px;
}
#campaign_involved .campaign_involved_details .column .socialMedia a {
    background: #0073ba;
    margin-left: 5px;
    margin-right: 5px;
}
#campaign_involved .campaign_involved_details .column #addEvent:hover,
#campaign_involved .campaign_involved_details .column .socialMedia a:hover {
    color: rgba(0, 0, 0, 0.4);
}
#campaign_questions .campaigns-questions .question {
    position: relative;
    border-bottom: 1px solid #dfe4e8;
    padding: 25px 0;
}
#campaign_questions .campaigns-questions .question .title {
    font-weight: 400;
    font-size: 1.8rem;
}
#campaign_questions .campaigns-questions .question .content {
    display: none;
    margin-top: 30px;
    font-size: 1.1rem;
    width: 70%;
}
#campaign_questions .campaigns-questions a.question_read_more {
    position: absolute;
    top: 25px;
    right: 0;
    color: blue;
    font-weight: bold;
    text-decoration: none;
    font-size: 1.1rem;
    color: #0274ba;
}
@media screen and (max-width: 1200px) {
    #campaign_panels .campaign-panels div .title {
        font-size: 2rem !important;
    }
    #campaign_content_with_background {
        padding: 55px 100px !important;
    }
}
@media screen and (max-width: 1024px) {
    #header hgroup.fr {
        width: 75%;
    }
    #campaign_panels .campaign-panels > div > div {
        padding: 25px;
        height: 100%;
    }
    #campaign_involved .campaign_involved_details .column #addEvent,
    #campaign_involved .campaign_involved_details .column .socialMedia a {
        padding: 10px 15px;
    }
    #campaign_involved .campaign_involved_details .column #addEvent,
    #campaign_involved .campaign_involved_details .column .socialMedia a,
    #campaign_involved .campaign_involved_details .column .socialMedia a .fa {
        font-size: 1.2rem;
    }
    #campaign_involved #bg_image {
        height: 350px;
    }
}
@media (max-width:1024px) and (min-width:480px) {
    #campaign_questions .campaigns-questions .question .title {
        width: 80%;
    }
}
@media screen and (max-width: 480px) {
    #header hgroup.fr {
        width: 50%;
    }
    #campaign_involved #bg_image {
        height: 175px;
    }
    .dropdownLanguage {
        margin: 10px 0 0 0 !important;
    }
    #campaign_panels .campaign-panels {
        display: block;
    }
    #campaign_panels .campaign-panels > div {
        width: 100%;
        margin-bottom: 15px;
    }
    #campaign_questions .campaigns-questions a.question_read_more {
        position: relative;
        top: 0;
    }
    #campaign_questions .campaigns-questions .question .content {
        width: 100%;
    }
    #campaign_content_with_background {
        padding: 25px  !important;
        font-size: 1rem !important;
        margin: 50px 0 !important;
    }
    #campaign_involved .campaign_involved_details {
        display: inline-block;
        margin-bottom: 50px;
    }
    #campaign_rules #campaign_rules_content .rules_video iframe {
        position: relative !important;
        height: 200px;
    }
    #campaign_involved .campaign_involved_details .column {
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
    }
    #campaign_involved .campaign_involved_details .column #addEvent {
        margin: 0;
        display: inline-block;
        width: auto !important;
    }
    #campaign_involved .campaign_involved_details .column .content {
        min-height: auto;
    }
    #campaign_more_about #campaign_more_about_content,
    #campaign_rules #campaign_rules_content {
        display: block !important;
    }
    #campaign_more_about #campaign_more_about_content div,
    #campaign_rules #campaign_rules_content div {
        width: 100% !important;
        margin-bottom: 25px;
    }
    #campaign_more_about #campaign_more_about_content .title {
        font-size: 2rem !important;
        line-height: 2.4rem !important;
    }
    #campaign_more_about #campaign_more_about_content .subtitle {
        font-size: 1.4rem !important;
        line-height: 1.8rem !important;
    }
}
#campaign_questions .campaigns-questions a.question_read_more .fa {
    margin-left: 15px;
}
#campaign_content_with_background {
    background-color: #dfe4e8;
    padding: 55px 140px;
    margin: 100px 0;
    font-size: 1.5rem;
}
#campaign_more_about #campaign_more_about_content {
    margin-bottom: 100px;
}
#campaign_more_about #campaign_more_about_content,
#campaign_rules #campaign_rules_content {
    margin: 75px 0;
    display: flex;
}
#campaign_rules #campaign_rules_content div {
    width: 50%
}
#campaign_rules #campaign_rules_content .rules_video {
    position: relative;
}
#campaign_rules #campaign_rules_content .rules_video iframe {
    position: absolute;
    right: 0;
}
#campaign_more_about #campaign_more_about_content div:first-child {
    width: 40%;
    text-align: center;
}
#campaign_more_about #campaign_more_about_content div:nth-child(2) {
    width: 60%;
}
#campaign_more_about #campaign_more_about_content div:first-child img {
    width: 75%;
}
#campaign_more_about #campaign_more_about_content .title {
    font-size: 3.3rem;
    line-height: 3.6rem;
    font-weight: 300;
    margin-bottom: 30px;
}
#campaign_more_about #campaign_more_about_content .subtitle {
    font-size: 2rem;
    line-height: 2.4rem;
    font-weight: 400;
    margin-bottom: 25px;
}
#campaign_rules #campaign_rules_content .campaign_rules_subtitle {
    font-size: 1.5rem;
}
#campaign_rules #campaign_rules_content ol {
    margin-left:-3px;
    margin-top: 25px;
    padding-left:0;
    counter-reset:item;
}
#campaign_rules #campaign_rules_content ol>li {
    margin-left:0;
    padding-left:0;
    counter-increment:item;
    list-style:none inside;
    clear: both;
    margin-bottom: 20px;
}
#campaign_rules #campaign_rules_content ol li:before {
    content: counter(item);
    padding: 5px 10px;
    margin-right: 1em;
    background: #fcec00;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 15px;
}
@media screen and (max-width: 1024px) {
    #campaign_rules #campaign_rules_content ol li:before {
        float:left;
        width: 3%;
    }
    #campaign_rules #campaign_rules_content ol>li span {
        float: left;
        width: 85%;
        margin-bottom: 20px;
    }
}
