/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1,  CSS: MIT License)
 */@font-face {
    font-family: 'FontAwesome';
    src: url("../fonts/fontawesome-webfont.eot?v=4.2.0");
    src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.2.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.2.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -15%}
.fa-2x {
    font-size: 2em;
}
.fa-3x {
    font-size: 3em;
}
.fa-4x {
    font-size: 4em;
}
.fa-5x {
    font-size: 5em;
}
.fa-fw {
    width: 1.28571em;
    text-align: center;
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none;
}
.fa-ul>li {
    position: relative;
}
.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: 0.14286em;
    text-align: center;
}
.fa-li.fa-lg {
    left: -1.85714em;
}
.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eee;
    border-radius: .1em;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.fa.pull-left {
    margin-right: .3em;
}
.fa.pull-right {
    margin-left: .3em;
}
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
@-webkit-keyframes fa-spin {
    0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
}
}@keyframes fa-spin {
    0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
}
}.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
    -webkit-transform: scale(-1,  1);
    -ms-transform: scale(-1,  1);
    transform: scale(-1,  1);
}
.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: scale(1,  -1);
    -ms-transform: scale(1,  -1);
    transform: scale(1,  -1);
}
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    filter: none;
}
.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}
.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}
.fa-stack-1x {
    line-height: inherit;
}
.fa-stack-2x {
    font-size: 2em;
}
.fa-inverse {
    color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook: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:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
@font-face {
    font-family: 'AkkuratMonoProRegular';
    src: url("font/akkuratmonopro.eot");
    src: url("font/akkuratmonopro.eot?#iefix") format("embedded-opentype"), url("font/akkuratmonopro.woff") format("woff"), url("font/akkuratmonopro.ttf") format("truetype"), url("font/akkuratmonopro.svg#AlegreyaRegular") format("svg");
}
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%;
    font: inherit;
    vertical-align: baseline;
    outline: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
ol, ul {
    list-style: none;
    list-style-position: inside;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
body {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 14px;
}
strong,b { font-weight: 600; }
em,i { font-style: italic; }
.title {
    width: 100%;
    margin: 0 0 16px 0;
    overflow: hidden;
    *zoom: 1;
}
.title h1 {
    /*float: left;*/
    margin: 0 20px 0 0;
    font-family: "AkkuratMonoProRegular", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 48px;
    text-transform: uppercase;
    letter-spacing: -1px;
}
h2 {
    margin: 0 0 20px 0;
    font-family: "AkkuratMonoProRegular", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 22px;
}
section .head h2 {
    float: left;
}
.tab-box-title h2 {
    float: left;
}
h3 {
    text-transform: uppercase;
}
.color-box h3, .contact-box h3 {
    width: 80%;
    margin-bottom: 10px;
    /*margin-top: 30px;*/
    font-size: 18px;
    font-family: "AkkuratMonoProRegular", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    text-transform: none;
}
.login-box h3, .registration-box h3 {
    width: 100%;
    margin-bottom: 20px;
    font-size: 16px;
    font-family: "AkkuratMonoProRegular", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    text-transform: none;
}
.tab-box h3 {
    width: 100%;
    margin-bottom: 0;
    font-size: 16px;
    text-transform: uppercase;
}
.project-links h3 {
    width: 100%;
    margin-bottom: 0;
    font-size: 14px;
    text-transform: uppercase;
}
h4 {
    text-transform: uppercase;
}
.subtitle {
    clear: both;
    padding: 10px 0;
    font-family: "AkkuratMonoProRegular", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 20px;
}
.section-title {
    overflow: hidden;
    *zoom: 1;
}
.section-title h2 {
    float: left;
    margin-right: 20px;
}
.small-label {
    margin: 0 0 7px 0;
    font-family: "AkkuratMonoProRegular", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.portaltype-cka-homepage .tab-box .small-label {
    margin-bottom: 20px;
}
.center-label {
    clear: both;
    margin: 0 0 10px 0;
    font-family: "AkkuratMonoProRegular", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    text-align: center;
}
.strong-label {
    margin: 0 !important;
    font-weight: bold;
}
a {
    color: #ff2501;
    text-decoration: none;
}
a:hover {
    color: #000;
}
a .link, a .label-link, a .name-link, a .big-link {
    font-family: "AkkuratMonoProRegular", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    text-decoration: none;
    color: #ff2501;
}
a .link:hover, a .label-link:hover, a .name-link:hover, a .big-link:hover {
    color: #000;
}
a .name-link {
    width: 100%;
    text-align: center;
}
a .label-link {
    text-transform: uppercase;
}
a.arrow {
    font-family: "AkkuratMonoProRegular", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
a.arrow:after {
    content: '>';
    padding-left: 5px;
}
.btn, .center-btn {
    display: block;
    width: 130px;
    height: 18px;
    font-family: "AkkuratMonoProRegular", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    text-align: center;
    text-decoration: none;
    letter-spacing: -1px;
    color: #f00;
    border: 1px solid #c7c6c2;
}
.btn:hover, .center-btn:hover {
    color: #000;
}
.section-title .btn, .section-title .center-btn {
    float: left;
    margin-top: 4px;
}
.title .btn, .title .center-btn {
    float: left;
    margin-top: 20px;
}
.red-btn, input[type="submit"] {
    display: inline-block;
    padding: 9px 15px 7px 15px;
    background-color: #ff2501;
    font-family: "AkkuratMonoProRegular", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 14px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}
.red-btn:hover, input[type="submit"]:hover {
    color: #fff;
    background-color: #c4270f;
}
.red-btn.wide, input.wide[type="submit"] {
    display: block;
}
.color-box .red-btn, .color-box input[type="submit"] {
    margin-bottom: 10px;
}
.red-btn:after, input[type="submit"]:after {
    content: '>';
    padding-left: 5px;
}
.red-btn.bottom-box-btn, input.bottom-box-btn[type="submit"] {
    position: absolute;
    left: 15px;
    bottom: 20px;
}
.more-btn {
    margin: 0 0 60px 0;
}
.center-btn {
    width: 210px;
    height: auto;
    margin: 0 auto;
    padding: 4px 0;
}
.arrow-btn {
    margin: 0 0 10px 0;
    padding: 0 0 12px 0;
}
.arrow-btn a {
    display: block;
    width: 100%;
    padding: 20px 5px;
    text-align: center;
    color: #000;
    background-color: #D9D9D9;
    height: 60px;
}
.arrow-btn a:hover {
    color: #ff2501;
}
.arrow-btn .fa-caret-up, .arrow-btn .fa-caret-down {
    margin-left: 5px;
}
.arrow-btn .fa-caret-up {
    display: none;
}
.arrow-btn.active {
    background: url(images/box_arrow.png) no-repeat 50% 100%}
.arrow-btn.active .fa-caret-down {
    display: none;
}
.arrow-btn.active .fa-caret-up {
    display: inline-block;
}
.big-btn {
    padding: 20px 5px;
    font-family: "AkkuratMonoProRegular", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 14px;
    text-align: center;
    color: #fff;
    background-color: #ff2501;
    height: 60px;
}
.big-btn:hover {
    color: #fff;
    background-color: #c4270f;
}
img {
    max-width: 100%;
    margin: 0;
    padding: 0;
    border: none;
}
.main-content-left img, .main-content-right img {
    margin-bottom: 10px;
}
.contact-box img {
    margin-bottom: 20px;
}
section {
    width: 100%;
    margin: 0 0 60px 0;
    overflow: hidden;
    *zoom: 1;
}
section .head {
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid #cecece;
    overflow: hidden;
    *zoom: 1;
}
section .head .head-link {
    float: right;
     padding: 5px 0; margin-left: 20px;
    font-family: "AkkuratMonoProRegular", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
section .head .head-link:after {
    content: '>';
    padding-left: 5px;
}
section .head .comment {
    margin-top: 3px;
    font-family: "AkkuratMonoProRegular", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color: gray;
}
.subsection {
    width: 100%;
    margin: 0 0 60px 0;
    overflow: hidden;
    *zoom: 1;
}
.subsection .head {
    width: 100%;
    margin-bottom: 10px;
    border: none;
    overflow: hidden;
    *zoom: 1;
}
.subsection .head h3 {
    float: left;
    font-family: "AkkuratMonoProRegular", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 18px;
    text-transform: none;
}
.subsection .head .head-link {
    float: right;
    padding: 5px;
    font-family: "AkkuratMonoProRegular", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.subsection .head .head-link:after {
    content: '>';
    padding-left: 5px;
}
.indent-bottom {
    display: block;
    margin-bottom: 16px !important;
}
.indent-bottom-double {
    display: block;
    margin-bottom: 40px !important;
}
.delimiter {
    border-top: 1px solid #c7c6c2;
    padding-top: 20px;
}
.hidden {
    display: none;
}
.bottom-line {
    padding-bottom: 50px !important;
    border-bottom: 1px solid #000 !important;
}
.main-content-left p, .main-content-right p, .login-box p {
    margin-bottom: 20px;
}
img+p {
    margin: 5px 0;
}
a p {
    color: #000;
}
.small-text {
    width: 60%;
    font-size: 13px !important;
}
.col-6 .small-text, .col-5 .small-text, .col-4 .small-text, .col-3 .small-text, .col-2 .small-text, .col-1-3 .small-text, .col-2-3 .small-text {
    width: 100%}
.uppercase {
    text-transform: uppercase;
}
.underline {
    text-decoration: underline;
}
.perex {
    margin: 0 0 40px 0 !important;
    font-family: "AkkuratMonoProRegular", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 16px;
    line-height: 120%}
.no-margin {
    margin-bottom: 0 !important;
}
.main-content-left ul, .main-content-right ul {
    list-style: disc outside;
    padding: 0 0 0 20px;
}
.main-content-left ul.big-list, .main-content-right ul.big-list {
    list-style: none;
    padding-left: 0;
}
.main-content-left ul.big-list li, .main-content-right ul.big-list li {
    margin: 0 0 20px 0;
}
.name-list ul, .small-list ul, .color-box ul, .bio ul, .gallery ul, .forum-links-list ul, .arrow-list ul, .tab-box ul {
    list-style: none;
    margin-bottom: 20px;
    padding-left: 0;
}
.portaltype-cka-homepage .tab-box ul {
    list-style: disc outside;
    margin-bottom: 0;
    padding-left: 20px;
}
.portaltype-cka-homepage .tab-box ul li {
    margin-bottom: 0;
}
.portaltype-cka-homepage .tab-box .arrow-list ul {
    list-style: none;
    padding-left: 0;
}
ul.big-bullets-list .fa-li {
    width: auto;
}
ul.big-bullets-list li {
    padding-left: 20px !important;
    margin-bottom: 20px !important;
}
ul.first-line li:first-child {
    padding: 0 0 16px 0;
    background: url(images/links_delimiter.gif) no-repeat 0 100%}
ol {
    list-style: decimal outside;
    padding: 0 0 0 20px;
    margin-left: 5px;
}
table {
    margin: 0 0 20px 0;
}
table td {
    border: 1px solid #000;
    padding: 3px;
}
table td.table-date {
  white-space: nowrap;
}

table td.table-date, table td.table-type1, table td.table-type2, table td.table-link {
    border: none;
    padding: 3px 20px 3px 0;
}
label {
    display: block;
    margin-bottom: 10px;
    font-family: "AkkuratMonoProRegular", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
input[type="text"], input[type="password"] {
    border: none;
    height: 32px;
    padding: 0 5px;
    font-family: "AkkuratMonoProRegular", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color: gray;
}
input[type="text"].error, input[type="password"].error {
    border: 2px solid #ff2501 !important;
    outline: none;
}
.color-box input[type="text"], .color-box input[type="password"] {
    border: 1px solid #ffcfca;
}
.checkbox-container input[type="checkbox"] {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 20px;
    vertical-align: top;
    background-color: #fff;
    border: none;
}
.checkbox-container .checkbox-label {
    display: inline-block;
}
input[type="submit"] {
    border: none;
}
select {
    border: none;
    height: 32px;
    font-family: "AkkuratMonoProRegular", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color: gray;
}
select option {
    color: #000;
}
.color-box select {
    border: 1px solid #ffcfca;
}
.error-msg {
    margin-bottom: 20px;
    color: #ff2501;
}
.box, .solid-box, .dotted-box, .color-box {
    display: block;
    width: 100%;
    padding: 15px;
}
.box .small-text, .solid-box .small-text, .dotted-box .small-text, .color-box .small-text {
    margin-bottom: 35px;
}
.box .more, .solid-box .more, .dotted-box .more, .color-box .more {
    display: block;
    width: 100%;
    text-align: center;
}
.box a, .solid-box a, .dotted-box a, .color-box a {
    font-family: "AkkuratMonoProRegular", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.wrapper {
    width: 100%;
    min-width: 970px;
    max-width: 1440px;
    padding: 0 20px;
    overflow: hidden;
}
header {
    width: 100%;
    height: 50px;
    position: relative;
    z-index: 200;
}
footer {
    clear: both;
    width: 100%;
    padding: 18px 20px 40px 20px;
    overflow: hidden;
}
footer .wrapper {
    font-size: 13px;
}
footer .col {
    float: left;
    width: 19.53125%;
    margin: 0 0 0 20px;
}
footer .col:first-child {
    margin-left: 0;
}
.content {
    width: 100%;
    position: relative;
}
.content .wrapper {
    padding-top: 18px;
}
.content.section-1, .content.admin {
    background-color: #f0f0f0;
}
.content.section-2 {
    background-color: #fbfaf5;
}
.content.section-3 {
    background-color: #d7f5f9;
}
.content.section-4 {
    background-color: #defce8;
}
.main { float: left; width: 73.90625%; margin-bottom: 50px; }

/*
body.no_sl .main { width: 100%; }
body.no_sl .sub-menu { display: none; }
*/

body.no_sr .main { width: 80.3125%; }
body.no_sr .main .main-content-left { width: 100%; }
body.no_sr .main aside.right { display: none; }

.main-content {
    width: 100%;
    overflow: auto;
}
.main-content.narrow {
    width: 80%;
    overflow: auto;
}
.main-content-left {
    float: left;
    width: 73.540856031128404669260700389105%;
    padding: 1px 0 0 0;
}
.main-content-right {
    float: right;
    width: 70.7656612529002320185614849188%}
/*.level-3 .title, .level-3 .main-content {
    padding-left: 65px;
}*/
aside {
    float: right;
    width: 17.96875%}
aside.left {
    float: left;
    width: 29.234338747099767981438515081206%;
    padding-right: 20px;
}
.col-2, .col-3, .col-4, .col-5, .col-6, .col-1-3, .col-2-3 {
    width: 100%;
    margin: 0;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    overflow: hidden;
    *zoom: 1;
}
.col-2>*, .col-3>*, .col-4>*, .col-5>*, .col-6>*, .col-1-3, .col-2-3, .col-2>.row>*, .col-3>.row>*, .col-4>.row>*, .col-5>.row>*, .col-6>.row>* {
    float: left;
    margin-left: 2.5%}
.col-2>*:first-child, .col-3>*:first-child, .col-4>*:first-child, .col-5>*:first-child, .col-6>*:first-child, .col-1-3:first-child, .col-2-3:first-child, .col-2>.row>*:first-child, .col-3>.row>*:first-child, .col-4>.row>*:first-child, .col-5>.row>*:first-child, .col-6>.row>*:first-child {
    margin-left: 0;
}
.col-2>*, .col-2>.row>* {
    width: 48.75%}
.col-3>*, .col-3>.row>* {
    width: 31.666666666666666666666666666667%}
.col-4>*, .col-4>.row>* {
    width: 23.125%}
.col-5>*, .col-5>.row>* {
    width: 18%}
.col-6>*, .col-6>.row>* {
    width: 14.583333333333333333333333333333%}
.col-1-3 {
    float: left;
    width: 30.83333333333333333333333333333%}
.col-2-3 {
    float: left;
    width: 66.666666666666666666666666666667%}
.col-2-3.first { margin-left: 0; }
.col-7-12 {
    float: left;
    width: 58.333333333333333333333333333333%;
    padding-right: 12%}
.col-6-12 {
    float: left;
    width: 41.666666666666666666666666666667%}
.row {
    width: 100% !important;
    margin: 0 0 40px 0;
    padding: 0;
    overflow: hidden;
    *zoom: 1;
}
.row.equal-height>div {
    position: relative;
    padding-bottom: 65px;
}
.row.small-bottom-margin {
    margin-bottom: 20px;
}
header {
    font-family: "AkkuratMonoProRegular", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    background-color: #fff;
    /*overflow: hidden;*/
    *zoom: 1;
}
header a {
    font-family: "AkkuratMonoProRegular", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color: #000;
}
header a:hover {
    text-decoration: underline;
}
header .logo {
    float: left;
    margin: 18px 60px 0 0;
    text-transform: uppercase;
}
.portaltype-cka-homepage header .logo a {
    display: none;
}
header .home-link {
    float: left;
    margin: 18px 60px 0 0;
}
header .login-link {
    float: left;
    margin: 18px 0 0 0;
}
header .user-bar {
    position: absolute;
    top: 0;
    left: 370px;
    padding: 14px 14px 0 14px;
    background-color: #fff;
    z-index: 200;
}
header .user-bar .user-name .avatar {
    float: left;
    width: 26px;
    height: 26px;
    margin-right: 8px;
}
header .user-bar .user-name a {
    display: inline-block;
    padding-top: 5px;
}
header .user-bar .user-name a:hover {
    text-decoration: none;
    color: #ff2501;
}
header .user-bar .user-links {
    display: none;
    margin: 0 0 0 34px;
    line-height: 200%}
header .user-bar .user-links a {
    color: #ff2501;
}
header .user-bar .user-links a:hover {
    text-decoration: none;
    color: #000;
}
header .user-bar.user-bar-full {
    padding: 13px;
    border: 1px solid #ffcfca;
}
header .user-bar.user-bar-full .user-name {
    margin-bottom: 30px;
}
header .search-box {
    float: right;
    width: 260px;
    margin: 10px 0 0 0;
    border: 1px solid #ffcfca;
    color: gray;
    height: 30px; position: relative;
}
header .search-box input[type="text"] {
    width: 210px;
    height: 28px;
    padding: 2px 10px;
    outline: none;
}
header .search-box input[type="submit"] {
    font-family: FontAwesome;
    color: #000;
    background-color: #fff;
    outline: none;
    position: absolute; right: 0; top: 0; height: 28px; padding-top: 5px;
}
header .search-box input[type="submit"]:hover {
    background-color: #fff;
    color: #ff2501;
}
header .lang {
    float: right;
    margin: 18px 0 0 60px;
}
.flash-messages { width: 100%; width: 100%; z-index: 300; /*max-width: 1440px;*/ min-width: 970px; /*padding: 0 20px;*/ }
.msg { width: 100%; color: #fff; position: relative; min-height: 54px; }
.msg.msg-red {
    background-color: #ff2501;
}
.msg.msg-green {
    background-color: #03C627;
}
.msg.msg-grey {
    background-color: #808080;
}
.msg.msg-blue {
    background-color: #037EEE;
}
.msg-orange {
    background-color: #ee7e33;
}
.msg .msg-container {
    width: 100%;
    max-width: 1440px;
    float: left;
}
.msg .logo {
    width: 100%;
    padding: 18px 0 0 20px;
    text-transform: uppercase;
}
.msg .logo a {
    color: #fff;
}
.msg .logo a:hover {
    color: #fff;
    text-decoration: none;
}
@media screen and (min-width: 970px) {
    .msg .logo {
    float: left;
    width: 256px;
}
}.msg .msg-text {
    width: 100%;
    padding: 18px 20px 15px 20px;
}
@media screen and (min-width: 970px) {
    .msg .msg-text {
    float: left;
    width: 680px;
}
}@media screen and (min-width: 1140px) {
    .msg .msg-text {
    float: left;
    width: 800px;
}
}@media screen and (min-width: 1440px) {
    .msg .msg-text {
    float: left;
    width: 1050px;
}
}@media screen and (min-width: 1550px) {
    .msg .msg-text {
    float: left;
    width: 1164px;
}
}
.msg .close { font-size: 20px; font-weight: 600; position: relative; top: 10px; left: -34px; cursor: pointer; }
footer {
    font-family: "AkkuratMonoProRegular", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
footer a {
    text-decoration: none;
    color: #ff2501;
}
footer a:hover {
    color: #000;
}
footer .label {
    margin: 0 0 18px 0;
}
footer .label.newsletter {
    margin-bottom: 12px;
}
footer ul.indent-links {
    margin: 16px 0 0 0;
}
footer .social-links {
    margin: 18px 0 40px 0;
}
footer .social-links li {
    display: inline-block;
}
footer .social-links a {
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -10000px;
}
footer .social-links .fb a {
    background: url(images/fb.gif) no-repeat;
}
footer .social-links .tw a {
    background: url(images/tw.gif) no-repeat;
}
footer .social-links .gp a {
    background: url(images/gp.gif) no-repeat;
}
footer form {
    height: 60px;
}
footer form input[type=text] {
    width: 230px;
    height: 27px;
    margin: 0 0 5px 0;
    padding: 0 0 0 8px;
    border: 1px solid #dfefe4;
}
footer form input[type=submit] {
    display: none;
}
.main-menu {
    height: 100px;
    font-family: "AkkuratMonoProRegular", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.main-menu li {
    display: inline-block;
    margin: 0 10px 0 0;
    text-transform: uppercase;
}
.main-menu li:first-child {
    margin-left: 0;
}
@media screen and (min-width: 1150px) {
    .main-menu li {
    margin-left: 35px;
}
}.main-menu a {
    display: inline-block;
    height: 18px;
    font-size: 13px;
    color: #000;
}
.main-menu a span {
    display: inline-block;
}
.main-menu a:hover span, .main-menu li.selected span {
    border-bottom: 1px solid #000;
}
.main-menu .main-menu-left {
    float: left;
}
.main-menu .main-menu-right {
    float: right;
}
.main-menu .main-menu-right li {
    margin: 0 0 0 10px;
}
@media screen and (min-width: 1150px) {
    .main-menu .main-menu-right li {
    margin-left: 35px;
}
}.sub-menu {
    float: left;
    width: 19.6875%;
    margin: 75px 0 0 0;
    padding: 0 30px 0 0;
    font-family: "AkkuratMonoProRegular", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    line-height: 160%}
.sub-menu .head {
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    text-transform: uppercase;
    border-bottom: 1px solid #cecece;
}
.sub-menu .head a {
  color: #000;
}
.sub-menu li {
  line-height: 20px;
  margin-bottom: 10px;
}
.sub-menu li.selected>a {
    color: #000;
}
.sub-menu li.selected>ul {
    margin-left: 20px;
    padding-top: 10px;
}
.sub-menu>ul>li.selected {
    margin: 10px 0;
    /*padding: 10px 0;*/
    border-bottom: 1px dotted #000;
}
.dropdown-menu-wrapper {  }
.dropdown-menu {
    display: none;
    position: absolute;
    width: 100%;
    /*top: 119px;*/
    top: 38px;
    left: 0;
    padding-top: 80px;
    background-color: #f0f0f0;
    z-index: 100;
    -moz-box-shadow: rgba(0, 0, 0, 0.4) 0 7px 7px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 7px 7px;
    box-shadow: rgba(0, 0, 0, 0.4) 0 7px 7px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    opacity: 0;
}
.dropdown-menu.active { display: block; opacity: 1; }
.dropdown-menu:hover { display: block; opacity: 1; }
.dropdown-menu .wrapper {
    padding-top: 0;
}
.dropdown-menu .dropdown-menu-title {
    width: 80%;
    height: 75px;
    font-family: "AkkuratMonoProRegular", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 48px;
    text-transform: uppercase;
    letter-spacing: -1px;
}
.dropdown-menu .dropdown-menu-title .close {
    font-size: 22px;
    float: right;
    cursor: pointer;
}
.dropdown-menu .dropdown-menu-title .close:hover {
    color: #ff2501;
}
.dropdown-menu .dropdown-menu-container {
    display: none;
    padding: 0 0 30px 0;
    background: url(images/logo_symbol.png) no-repeat 100% 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    opacity: 0;
}
.dropdown-menu .dropdown-menu-container.active { display: block; opacity: 1; }
.dropdown-menu .dropdown-menu-cols {
    width: 80%}
.dropdown-menu nav {
    font-family: "AkkuratMonoProRegular", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.dropdown-menu .head {
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #000;
    line-height: 24px;
}
.dropdown-menu nav li {
    margin-bottom: 10px;
}
.dropdown-menu nav a {
    font-family: "AkkuratMonoProRegular", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
/*
.dropdown-menu .small-label a { text-decoration: underline; }
.dropdown-menu .small-label a:hover { text-decoration: none; }
.dropdown-menu .head a { text-decoration: underline; }
.dropdown-menu .head a:hover { text-decoration: none; }
*/
.solid-box { border: 1px solid #000; }
.solid-box p { margin-bottom: 0; }

.dotted-box { border: 1px dotted #000; }
.dotted-box p { margin-bottom: 0; }

.color-box {
    overflow: hidden;
    *zoom: 1;
    margin-bottom: 20px;
}
.color-box.white {
    background-color: #fff;
}
.color-box.grey {
    background-color: #d9d9d9;
}
.color-box.blue {
    background-color: #81e1ed;
}
.color-box.green {
    background-color: #9ff7bb;
}
.color-box.yellow {
    background-color: #fffb01;
}
.color-box.big-color-box-padding {
    padding: 20px;
}
.col-box .col-1 {
    margin: 0 0 10px 0;
}
.box-links .row {
    margin-bottom: 20px;
}
.box-links a {
    display: block;
    width: 100%;
    padding: 15px 15px 30px 15px;
    font-size: 13px;
    background-color: #fff;
}
.box-links a h3 {
    margin-bottom: 20px;
    font-family: "AkkuratMonoProRegular", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.box-links a p {
    margin-bottom: 0;
}
.box-links a:hover {
    background-color: #d9d9d9;
}
.box-links a:hover h3 {
    color: #ff2501;
}
.count-info-box {
    padding: 5% 0;
    font-family: "AkkuratMonoProRegular", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 14px;
    text-align: center;
    color: #000;
    background-color: #fff;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    padding-left: 10px;
    padding-right: 10px;
    word-wrap: break-word;
}
.count-info-box .count {
    font-size: 48px;
}
.count-info-box:hover {
    background-color: #d9d9d9;
}
@media screen and (min-width: 1250px) {
    .count-info-box {
    font-size: 16px;
}
}aside ul li {
    margin: 0 0 18px 0;
}
aside a {
    font-family: "AkkuratMonoProRegular", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
aside .info {
    font-size: 13px;
}
aside .info p {
    margin: 0 0 25px 0;
}
aside .info .strong-label {
    margin: 0;
    font-weight: bold;
}
aside .info .excerpt, aside .info .hidden {
    margin: 3px 0 0 0;
}
aside .contact-box img, aside .contact-box p {
    margin-bottom: 20px;
}
aside .arrow {
    text-transform: uppercase;
}
.prj-thumb {
    font-family: "AkkuratMonoProRegular", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.prj-thumb img {
    display: block;
    margin: 0 !important;
}
.prj-thumb .prj-title {
    width: 100%;
    padding: 20px 20px 40px 20px;
    text-transform: uppercase;
    background-color: #fff;
}
.prj-thumb .prj-author {
    width: 100%;
    padding: 20px 20px 30px 20px;
    text-align: center;
    background-color: #D9D9D9;
}
.prj-thumb .prj-author .portrait {
    position: relative;
    width: 60px;
    height: 60px;
    margin: -50px auto 10px auto;
}
.slider {
    font-family: "AkkuratMonoProRegular", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    overflow: hidden;
}
.slider .head h2, .slider .head h3, .slider .head h4 {
    float: left;
    margin: 0 0 12px 0;
    font-size: 22px;
    text-transform: none;
}
.slider .head .controls {
    float: right;
}
.slider .head .controls a, .slider .head .controls div {
    float: left;
    font-size: 21px;
}
.slider .head .controls a {
    text-decoration: none;
    color: #ff2501;
}
.slider .head .controls a:hover {
    color: #000;
}
.slider .head .controls .count {
    margin: 0 5px;
}
.slider .items {
    width: 100%;
    overflow: hidden;
    *zoom: 1;
}
.slider .items>div {
    float: left;
}
.slider .items ul {
    position: relative;
    padding: 0;
}
.slider .items li {
    float: left;
    padding: 0;
    list-style-type: none;
    background: none;
}
.slider .items img {
    max-width: 100%}
.slider .complex-item .data {
    position: relative;
    float: left;
    padding: 10px;
    width: 33.333333333333333333333333333333%;
    background-color: #ff2501;
}
.slider .complex-item .data h3, .slider .complex-item .data h4 {
    margin: 0 0 40px 0;
    font-size: 32px;
    text-transform: none;
    color: #fff;
}
.slider .complex-item .data p {
    position: absolute;
    width: 100%;
    padding: 0 20px 40px 0;
    background: url(images/slide_arrow.png) no-repeat 0 100%;
    color: #fff;
}
.slider .complex-item img {
    float: right;
    width: 66.666666666666666666666666666667%}
.slider.foot-slider {
    clear: both;
    margin: 0 0 80px 0;
}
.slider.foot-slider .head {
    border-top: 1px solid #c7c6c2;
    padding: 10px 0 0 0;
}
.filter-bar {
    position: relative;
    width: 100%;
    margin: 0 0 30px 0;
    padding: 5px 0 0 0;
    overflow: hidden;
    *zoom: 1;
}
.filter-bar input {
    float: left;
    border: none;
    width: 168px;
    height: 26px;
    margin: 0 20px 0 0;
    padding: 0 0 0 5px;
}
.filter-bar .red-btn, .filter-bar input[type="submit"] {
    float: left;
    width: 100px;
    height: 25px;
    margin: 0 20px 0 0;
    padding: 4px 0 0 0;
    font-size: 14px;
    text-transform: none;
}
.filter-bar input.red-btn, .filter-bar input[type="submit"] {
    padding-top: 0;
}
.filter-bar .grey-btn {
    float: left;
    height: 25px;
    margin: 0 20px 0 0;
    padding: 4px 20px 0 20px;
    font-size: 14px;
    text-align: center;
    background-color: #aaa;
    color: #fff;
    cursor: pointer;
}
.filter-bar .label {
    float: left;
    padding: 4px 20px 0 0;
}
.filter-bar li {
    float: left;
    margin: 0 20px 0 0;
    padding: 4px 0 0 0;
}
.filter-bar li.active {
    border-bottom: 1px solid #000;
}
.filter-bar .select-box {
    float: left;
    width: 240px;
    height: 26px;
    overflow: hidden;
}
.filter-bar select {
    width: 100px;
    height: 26px;
    background-color: #ff2501;
    border: none;
    text-align: center;
    color: #fff;
    outline: none;
    -webkit-appearance: none;
}
.filter-box {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 10px 10px 10px;
    background-color: #ff2501;
    z-index: 100;
}
.filter-box .col {
    float: left;
    width: 25%;
    margin: 0 0 10px 0;
    padding: 0 1px 0 0;
    color: #fff;
}
.filter-box .label {
    margin: 10px;
    font-weight: bold;
}
.filter-box li a {
    display: block;
    margin: 0 0 1px 0;
    padding: 3px 10px;
    color: #fff;
}
.filter-box li a:hover, .filter-box li.selected a, .filter-box li.new-selected a {
    color: #ff2501;
    background-color: #fff;
}
.filter-box .form {
    clear: both;
    width: 100%;
    border-top: 1px solid #ff4a2c;
    padding: 10px 0 0 0;
}
.filter-box .form input[type=submit] {
    width: 100px;
    height: 25px;
    border: none;
    cursor: pointer;
    background-color: #fff;
    color: #ff2501;
}
.filter-box .form input[type=submit]:hover {
    color: #000;
}
.filter-box.simple {
    background-color: #aaa;
}
.inline-filter-box {

    margin: 0 0 60px 0;
}
.inline-filter-box .filter-search {
    width: 100%;
    margin: 0 0 40px 0;
}
.inline-filter-box .filter-submit {
    width: 100%}
.inline-filter-box .date-slider {
    margin: 0 0 40px 0;
}
.inline-filter-box select {
    width: 100%}
.map-box {
    width: 100%;
    margin: 0 0 30px 0;
    border: 1px solid #B9B6AF;
}
.map-box .map {
    height: 572px;
}
.map-box .marker-label-20px {
    font-size: 18px !important;
    font-weight: bold;
    color: #fff;
}
.map-box .marker-label-16px {
    font-size: 16px !important;
    font-weight: bold;
    color: #fff;
}
.map-box .marker-label-10px {
    font-size: 10px !important;
    font-weight: bold;
    color: #fff;
}
.map-box .infoBox {
    width: 239px;
    padding: 0 0 12px 0;
    font-size: 14px;
    background: url(images/box_arrow.png) no-repeat 50% 100%}
.map-box .infoBox .prj-thumb {
    -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px -5px 5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px -5px 5px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px -5px 5px;
}
.small-map {
    height: 200px;
    margin: 0 0 25px 0;
}
.contact-map {
    height: 250px;
    margin: 0 0 25px 0;
}
.gallery {
    position: relative;
}
.gallery .images-container {
    margin: 0 0 10px 0;
    cursor: pointer;
}
.gallery li {
    width: 100%;
    display: none;
}
.gallery li:first-child {
    display: block;
}
.gallery img {
    display: block;
    max-width: 100%}
.gallery .comment-container {
    width: 100%;
    margin: 0 0 40px 0;
    overflow: auto;
}
.gallery .comment-container p {
    float: left;
    width: 90%;
    font-size: 13px;
}
.gallery .comment-container .count {
    float: right;
    width: 10%;
    font-family: "AkkuratMonoProRegular", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 21px;
    text-align: right;
}
.comments > div { margin-left: 30px; padding-bottom: 0; margin-bottom: 20px; border-bottom: 1px solid #c7c6c2; }
.comments author { font-weight: 600; }
.comments .date-info { font-style: italic; }
.pagination {
    clear: both;
    margin: 0 0 80px 0;
    width: 100%;
    text-align: center;
}
.pagination a {
    font-family: "AkkuratMonoProRegular", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    text-decoration: none;
    letter-spacing: -1px;
    color: #ff2501;
    border: 1px solid #c7c6c2;
    display: inline-block; vertical-align: top; width: 30px; height: 30px; line-height: 30px;
}
.pagination a:hover {
    color: #000;
}
.pagination a.next-page, .pagination a.previous-page {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
}
.pagination a.previous-page, .pagination a.first-page {
    margin: 0 15px 0 0;
    /*width: auto;*/
}
.pagination a.next-page, .pagination a.last-page {
    margin: 0 0 0 15px;
}
.pagination .current-page {
    background-color: #ff2501;
    border: 1px solid #ff2501;
    color: #fff;
    display: inline-block; vertical-align: top; width: 30px; height: 30px; line-height: 30px;
}
.share-bar {
    clear: both;
    padding: 50px 0;
}
.share-bar .label {
    float: left;
    margin: 0 50px 0 0;
    font-family: "AkkuratMonoProRegular", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.name-list, .small-list {
    margin-bottom: 60px;
}
.arrow-list {
    font-family: "AkkuratMonoProRegular", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.arrow-list li {
    margin-bottom: 10px;
}
.arrow-list li:before {
    content: '>';
    padding-right: 5px;
    color: #ff2501;
}
.bio {
    width: 100%;
    margin: 0 0 60px 0;
    overflow: hidden;
    *zoom: 1;
}
.bio .portrait {
    float: left;
    width: 22.575976845151953690303907380608%}
.bio img {
    max-width: 100%}
.bio .info {
    float: right;
    width: 77.424023154848046309696092619392%;
    padding: 0 0 0 20px;
}
.bio .data {
    float: right;
    width: 77.424023154848046309696092619392%;
    padding: 0 0 0 20px;
    font-family: "AkkuratMonoProRegular", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.bio p, .bio ul {
    margin: 0 0 20px 0;
}
.bio p.strong-label {
    margin: 0;
}
.bio .year {
    display: inline-block;
    width: 100px;
}
.interactive-points {
    margin: 0 0 60px 0 !important;
    padding: 0 !important;
    border-top: 1px solid #bebebe;
}
.interactive-points li {
    padding: 10px 0;
    list-style: none;
    border-bottom: 1px solid #bebebe;
    overflow: hidden;
    *zoom: 1;
}
.interactive-points .order {
    float: left;
    width: 7%}
.interactive-points .label {
    display: block;
    float: left;
    width: 93%;
    margin: 2px 0 0 0;
    font-family: "AkkuratMonoProRegular", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.interactive-points li.active .label {
    color: #000;
}
.interactive-points .hidden-content {
    display: none;
    float: left;
    padding: 15px 0 10px 7%}
.interactive-points p {
    clear: both;
}
.interactive-points.no-top-border {
    border-top: none;
}
.interactive-points.no-top-border li:first-child {
    padding-top: 0;
}
.prize {
    width: 100%;
    float: left;
    margin: 14px 0 12px 0;
}
.prize .order {
    float: left;
    width: 12%;
    padding: 0 20px 0 0;
    font-family: "AkkuratMonoProRegular", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 50px;
}
.prize .info {
    float: right;
    width: 88%}
.prize .more {
    display: block;
    margin: 20px 0;
}
.prize .review {
    display: none;
    margin: 20px 0 30px 0;
}
.forum-links-list li {
    margin-bottom: 20px;
}
.forum-links-list li i {
    margin-left: 10px;
    color: #ff2501;
}
.row-form-box {
    margin-bottom: 40px;
    overflow: hidden;
    *zoom: 1;
}
.row-form-box .form {
    float: left;
    width: 75%}
.row-form-box input[type="text"] {
    width: 100%}
.row-form-box select {
    width: 100%}
.row-form-box input[type="submit"] {
    width: 23%;
    float: left;
    margin: 26px 0 0 2%}

.formTabs { margin: 0; padding: 0 !important; margin-bottom: 30px; }
.formTabs li { display: inline-block; padding: 0; }
.formTabs li a { padding: 15px 20px 15px 20px; display: block; }
.formTabs li a.selected { color: #000; background-color: #fff; }

.tab-box .tab-box-header ul { margin: 0; }
.tab-box .tab-box-header li { display: inline-block; padding: 0; }
.tab-box .tab-box-header li a { padding: 15px 20px 15px 20px; display: block; }
.tab-box .tab-box-header li.selected { background-color: #fff; }
.tab-box .tab-box-header li.selected a { color: #000; }

.tab-box .tab-box-header.tab-box-title ul {
    float: right;
}
.tab-box .tab-box-section {
    display: none;
}
.tab-box .tab-box-section:first-child {
    display: block;
}
.tab-box .tab-box-bottom-link {
    margin-top: 20px;
    border-top: 1px solid #cecece;
    padding: 10px 0 0 0;
    text-align: center;
}
.article-link {
    margin-bottom: 30px;
    min-height: 20px;
    clear:both;
}
.article-link .col-1-3 {
    width: 25%;
    margin-left: 0;
}
.article-link .col-2-3 {
    width: 75%;
    margin-left: 0;
}

.date-info { margin: 10px 0 5px 0; }

.article-link .date-info {
    font-family: "AkkuratMonoProRegular", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 16px;
    margin: 0 0 5px 0;
}
.article-link h3 {
    margin-bottom: 5px;
    font-family: "AkkuratMonoProRegular", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 16px;
    text-transform: none;
}
.article-link h3 a {
    font-family: "AkkuratMonoProRegular", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 16px;
    text-transform: none;
}
.press-search-box h2 {
    margin-bottom: 30px;
}
.login-box {
    margin-bottom: 100px;
}
.login-box .perex {
    width: 45%}
.login-box label {
    margin-top: 30px;
    margin-bottom: 5px;
}
.login-box label:first-child {
    margin-top: 0;
}
.login-box input[type="text"] {
    width: 90%;
    margin-bottom: 5px;
}
.login-box input[type="password"] {
    width: 90%;
    margin-bottom: 5px;
}
.login-box input[type="submit"] {
    margin-top: 40px;
    margin-right: 20px;
}
.login-box label {
    margin-bottom: 5px;
}
.login-box .contact-portrait {
    width: 80%}
.login-modal-box {
    display: none;
}
.login-modal-box .login-modal-box-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 200;
    background-color: rgba(0, 0, 0, 0.8);
}
.login-modal-box .login-modal {
    position: absolute;
    width: 280px;
    top: 50%;
    left: 50%;
    margin: -250px 0 0 -140px;
    padding: 17px 17px 25px 17px;
    font-family: "AkkuratMonoProRegular", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    background-color: #fff;
    border: 3px solid #ffcfca;
    z-index: 300;
}
.login-modal-box .login-modal h2 {
    margin-bottom: 35px;
    font-size: 16px;
}
.login-modal-box .login-modal .comment {
    margin-bottom: 30px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.login-modal-box .login-modal label {
    margin-bottom: 5px;
}
.login-modal-box .login-modal input[type="text"] {
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #cacaca;
}
.login-modal-box .login-modal input[type="password"] {
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #cacaca;
}
.login-modal-box .login-modal input[type="submit"] {
    margin-top: 20px;
    margin-bottom: 15px;
}
.login-modal-box .login-modal .registration-link-box {
    margin-top: 15px;
    padding-top: 20px;
    border-top: 1px solid #ffcfca;
}
.login-modal-box .login-modal .close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.login-modal-box .login-modal .close:hover {
    color: #ff2501;
}
.registration-box {
    margin-bottom: 100px;
}
.registration-box .perex {
    width: 75%}
.registration-box label {
    margin-top: 30px;
    margin-bottom: 5px;
}
.registration-box label.checkbox-label {
    width: 350px;
    margin-top: 0;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.registration-box .checkbox-container {
    margin-top: 30px;
    margin-bottom: 30px;
}
.registration-box .fa-asterisk {
    margin-left: 7px;
}
.registration-box .legend {
    font-family: "AkkuratMonoProRegular", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.registration-box .legend .fa-asterisk {
    margin-left: 0;
    margin-right: 7px;
}
.registration-box .fa-question-circle {
    margin-left: 7px;
}
.registration-box input[type="text"] {
    width: 90%;
    margin-bottom: 5px;
}
.registration-box ol li {
    padding-left: 30px;
}
.registration-box .contact-portrait {
    width: 80%}
.logo.big {
    width: 100%;
    height: 91px;
    margin: 0 0 40px 0;
    padding: 0 0 0 16.5625%;
    font-family: "AkkuratMonoProRegular", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 48px;
    text-transform: uppercase;
    letter-spacing: -1px;
    background: url(images/logo_symbol.png) no-repeat 100% 0;
}
.logo.big .underline {
    height: 60px;
    text-decoration: none;
    border-bottom: 3px solid #000;
}
.arrow-down {
    width: 100%;
    height: 13px;
    margin: 8px 0 13px 0;
    background: url(images/black_arrow_down.png) no-repeat 50% 50%}
.map-link {
    height: 90px;
    padding: 28px 0 0 0;
    text-align: center;
    background: url(images/map.jpg) no-repeat 50% 0;
}
.map-link .red-btn, .map-link input[type="submit"] {
    margin: 0 auto;
}
.add-architect, .add-project {
    display: block;
    position: relative;
    margin: 0 0 56px 0;
    font-family: "AkkuratMonoProRegular", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.add-architect .text, .add-project .text {
    position: absolute;
    width: 100%;
    top: 27%;
    left: 0;
    padding: 0 5px;
    text-align: center;
}
.add-architect p, .add-project p {
    color: #fff;
}
.add-architect:hover p, .add-project:hover p {
    color: #fff;
}
.add-architect .label, .add-project .label {
    margin: 0 0 8% 0;
    text-transform: uppercase;
}
.add-architect .info, .add-project .info {
    text-transform: none;
}
.add-project {
    text-align: center;
    padding: 25px 5px;
}
.add-competition {
    margin: 23px 0 0 0;
    padding: 24px 0;
}
.link-slider {
    overflow: hidden;
    *zoom: 1;
}
.link-slider .link-slider-links {
    float: left;
    width: 33%}
.link-slider .link-slider-links li.active {
    background-color: #ff2501;
}
.link-slider .link-slider-links li.active a {
    background-color: transparent;
    color: #fff;
}
.link-slider .link-slider-links li.active a:hover {
    color: #fff;
}
.link-slider .link-slider-links li:first-child a {
    margin-top: 0;
}
.link-slider .link-slider-links a {
    display: block;
    width: 95%;
    height: 85px;
    margin: 3px 0 0 0;
    padding: 15px 15px 0 15px;
    font-family: "AkkuratMonoProRegular", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    background-color: #fff;
}
.link-slider .link-slider-links a:hover {
    color: #ff2501;
}
.link-slider .link-slider-articles {
    position: relative;
    float: right;
    width: 67%;
    height: 349px;
    background-color: #fff;
}
.link-slider .link-slider-articles li {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}
.link-slider .link-slider-articles li:first-child {
    display: block;
}
.link-slider .link-slider-articles li .image {
    height: 261px;
}
.link-slider .link-slider-articles li .extract {
    padding: 18px;
    font-family: "AkkuratMonoProRegular", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.link-slider .link-slider-articles li .extract .more {
    display: inline-block;
    font-family: "AkkuratMonoProRegular", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.link-slider .link-slider-articles li .extract .more:hover {
    text-decoration: none;
    color: #000 !important;
}
.qtip {
    position: absolute;
    left: -28000px;
    top: -28000px;
    display: none;
    max-width: 280px;
    min-width: 50px;
    font-family: "AkkuratMonoProRegular", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 14px;
    line-height: 120%;
    direction: ltr;
    box-shadow: none;
    padding: 0;
}
.qtip-content {
    position: relative;
    padding: 10px 20px;
    overflow: hidden;
    text-align: left;
    word-wrap: break-word;
}
.qtip-titlebar {
    position: relative;
    padding: 5px 35px 5px 10px;
    overflow: hidden;
    border-width: 0 0 1px;
    font-weight: bold;
}
.qtip-titlebar+.qtip-content {
    border-top-width: 0 !important;
}
.qtip-close {
    position: absolute;
    right: -9px;
    top: -9px;
    z-index: 11;
    cursor: pointer;
    outline: medium none;
    border: 1px solid transparent;
}
.qtip-titlebar .qtip-close {
    right: 4px;
    top: 50%;
    margin-top: -9px;
}
* html .qtip-titlebar .qtip-close {
    top: 16px;
}
.qtip-titlebar .ui-icon, .qtip-icon .ui-icon {
    display: block;
    text-indent: -1000em;
    direction: ltr;
}
.qtip-icon, .qtip-icon .ui-icon {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
}
.qtip-icon .ui-icon {
    width: 18px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    text-indent: 0;
    font: normal bold 10px/13px Tahoma, sans-serif;
    color: inherit;
    background: transparent none no-repeat -100em -100em;
}
.qtip-default {
    border: 1px solid #F1D031;
    background-color: #FFFFA3;
    color: #555;
}
.qtip-default .qtip-titlebar {
    background-color: #FFEF93;
}
.qtip-default .qtip-icon {
    border-color: #CCC;
    background: #F1F1F1;
    color: #777;
}
.qtip-default .qtip-titlebar .qtip-close {
    border-color: #AAA;
    color: #111;
}
/*! Light tooltip style */.qtip-light {
    background-color: white;
    border-color: #E2E2E2;
    color: #454545;
}
.qtip-light .qtip-titlebar {
    background-color: #f1f1f1;
}
/*! Dark tooltip style */.qtip-dark {
    background-color: #cccccc;
    border-color: #cccccc;
    color: #000;
}
.qtip-dark .qtip-titlebar {
    background-color: #404040;
}
.qtip-dark .qtip-icon {
    border-color: #444;
}
.qtip-dark .qtip-titlebar .ui-state-hover {
    border-color: #303030;
}
/*! Cream tooltip style */.qtip-cream {
    background-color: #FBF7AA;
    border-color: #F9E98E;
    color: #A27D35;
}
.qtip-cream .qtip-titlebar {
    background-color: #F0DE7D;
}
.qtip-cream .qtip-close .qtip-icon {
    background-position: -82px 0;
}
/*! Red tooltip style */.qtip-red {
    background-color: #F78B83;
    border-color: #D95252;
    color: #912323;
}
.qtip-red .qtip-titlebar {
    background-color: #F06D65;
}
.qtip-red .qtip-close .qtip-icon {
    background-position: -102px 0;
}
.qtip-red .qtip-icon {
    border-color: #D95252;
}
.qtip-red .qtip-titlebar .ui-state-hover {
    border-color: #D95252;
}
/*! Green tooltip style */.qtip-green {
    background-color: #CAED9E;
    border-color: #90D93F;
    color: #3F6219;
}
.qtip-green .qtip-titlebar {
    background-color: #B0DE78;
}
.qtip-green .qtip-close .qtip-icon {
    background-position: -42px 0;
}
/*! Blue tooltip style */.qtip-blue {
    background-color: #E5F6FE;
    border-color: #ADD9ED;
    color: #5E99BD;
}
.qtip-blue .qtip-titlebar {
    background-color: #D0E9F5;
}
.qtip-blue .qtip-close .qtip-icon {
    background-position: -2px 0;
}
.qtip-shadow {
    -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
}
.qtip-rounded, .qtip-tipsy, .qtip-bootstrap {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.qtip-rounded .qtip-titlebar {
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}
.qtip-youtube {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 3px #333;
    -moz-box-shadow: 0 0 3px #333;
    box-shadow: 0 0 3px #333;
    color: white;
    border: 0 solid transparent;
    background: #4A4A4A;
    background-image: -webkit-gradient(linear,  left top,  left bottom,  color-stop(0,  #4A4A4A),  color-stop(100%,  #000));
    background-image: -webkit-linear-gradient(top,  #4A4A4A 0,  #000 100%);
    background-image: -moz-linear-gradient(top,  #4A4A4A 0,  #000 100%);
    background-image: -ms-linear-gradient(top,  #4A4A4A 0,  #000 100%);
    background-image: -o-linear-gradient(top,  #4A4A4A 0,  #000 100%);
}
.qtip-youtube .qtip-titlebar {
    background-color: #4A4A4A;
    background-color: transparent;
}
.qtip-youtube .qtip-content {
    padding: .75em;
    font: 12px arial, sans-serif;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#4a4a4a, EndColorStr=#000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#4a4a4a, EndColorStr=#000000);
    "}
.qtip-youtube .qtip-icon {
    border-color: #222;
}
.qtip-youtube .qtip-titlebar .ui-state-hover {
    border-color: #303030;
}
.qtip-jtools {
    background: #232323;
    background: rgba(0, 0, 0, 0.7);
    background-image: -webkit-gradient(linear,  left top,  left bottom,  from(#717171),  to(#232323));
    background-image: -moz-linear-gradient(top,  #717171,  #232323);
    background-image: -webkit-linear-gradient(top,  #717171,  #232323);
    background-image: -ms-linear-gradient(top,  #717171,  #232323);
    background-image: -o-linear-gradient(top,  #717171,  #232323);
    border: 2px solid #ddd;
    border: 2px solid #f1f1f1;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 12px #333;
    -moz-box-shadow: 0 0 12px #333;
    box-shadow: 0 0 12px #333;
}
.qtip-jtools .qtip-titlebar {
    background-color: transparent;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171, endColorstr=#4A4A4A);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171, endColorstr=#4A4A4A)"}
.qtip-jtools .qtip-content {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A, endColorstr=#232323);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A, endColorstr=#232323)"}
.qtip-jtools .qtip-titlebar, .qtip-jtools .qtip-content {
    background: transparent;
    color: white;
    border: 0 dashed transparent;
}
.qtip-jtools .qtip-icon {
    border-color: #555;
}
.qtip-jtools .qtip-titlebar .ui-state-hover {
    border-color: #333;
}
.qtip-cluetip {
    -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
    background-color: #D9D9C2;
    color: #111;
    border: 0 dashed transparent;
}
.qtip-cluetip .qtip-titlebar {
    background-color: #87876A;
    color: white;
    border: 0 dashed transparent;
}
.qtip-cluetip .qtip-icon {
    border-color: #808064;
}
.qtip-cluetip .qtip-titlebar .ui-state-hover {
    border-color: #696952;
    color: #696952;
}
.qtip-tipsy {
    background: black;
    background: rgba(0, 0, 0, 0.87);
    color: white;
    border: 0 solid transparent;
    font-size: 11px;
    font-family: 'Lucida Grande',  sans-serif;
    font-weight: bold;
    line-height: 16px;
    text-shadow: 0 1px black;
}
.qtip-tipsy .qtip-titlebar {
    padding: 6px 35px 0 10px;
    background-color: transparent;
}
.qtip-tipsy .qtip-content {
    padding: 6px 10px;
}
.qtip-tipsy .qtip-icon {
    border-color: #222;
    text-shadow: none;
}
.qtip-tipsy .qtip-titlebar .ui-state-hover {
    border-color: #303030;
}
.qtip-tipped {
    border: 3px solid #959FA9;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #F9F9F9;
    color: #454545;
    font-weight: normal;
    font-family: serif;
}
.qtip-tipped .qtip-titlebar {
    border-bottom-width: 0;
    color: white;
    background: #3A79B8;
    background-image: -webkit-gradient(linear,  left top,  left bottom,  from(#3A79B8),  to(#2E629D));
    background-image: -webkit-linear-gradient(top,  #3A79B8,  #2E629D);
    background-image: -moz-linear-gradient(top,  #3A79B8,  #2E629D);
    background-image: -ms-linear-gradient(top,  #3A79B8,  #2E629D);
    background-image: -o-linear-gradient(top,  #3A79B8,  #2E629D);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8, endColorstr=#2E629D);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8, endColorstr=#2E629D)"}
.qtip-tipped .qtip-icon {
    border: 2px solid #285589;
    background: #285589;
}
.qtip-tipped .qtip-icon .ui-icon {
    background-color: #FBFBFB;
    color: #555;
}
.qtip-bootstrap {
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    padding: 1px;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}
.qtip-bootstrap .qtip-titlebar {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
.qtip-bootstrap .qtip-titlebar .qtip-close {
    right: 11px;
    top: 45%;
    border-style: none;
}
.qtip-bootstrap .qtip-content {
    padding: 9px 14px;
}
.qtip-bootstrap .qtip-icon {
    background: transparent;
}
.qtip-bootstrap .qtip-icon .ui-icon {
    width: auto;
    height: auto;
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 18px;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}
.qtip-bootstrap .qtip-icon .ui-icon:hover {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.4;
    filter: alpha(opacity=40);
}
.qtip:not(.ie9haxors) div.qtip-content, .qtip:not(.ie9haxors) div.qtip-titlebar {
    filter: none;
    -ms-filter: none;
}
.qtip .qtip-tip {
    margin: 0 auto;
    overflow: hidden;
    z-index: 10;
}
x:-o-prefocus, .qtip .qtip-tip {
    visibility: hidden;
}
.qtip .qtip-tip, .qtip .qtip-tip .qtip-vml, .qtip .qtip-tip canvas {
    position: absolute;
    color: #123456;
    background: transparent;
    border: 0 dashed transparent;
}
.qtip .qtip-tip canvas {
    top: 0;
    left: 0;
}
.qtip .qtip-tip .qtip-vml {
    behavior: url(#default#VML);
    display: inline-block;
    visibility: visible;
}
#qtip-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%}
#qtip-overlay.blurs {
    cursor: pointer;
}
#qtip-overlay div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"}
.qtipmodal-ie6fix {
    position: absolute !important;
}
