@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Shadows+Into+Light+Two&subset=latin,latin-ext);
@font-face {
  font-family: 'Helvetica 45 Light';
  src: url("../../fonts/HelveticaNeueLTPro-Lt_0.eot");
  src: local("☺"), url("../../fonts/HelveticaNeueLTPro-Lt_0.woff") format("woff"), url("../../fonts/HelveticaNeueLTPro-Lt_0.ttf") format("truetype"), url("../../fonts/HelveticaNeueLTPro-Lt_0.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Helvetica 75 Bold';
  src: url("../../fonts/HelveticaNeueLTPro-Bd_0.eot");
  src: local("☺"), url("../../fonts/HelveticaNeueLTPro-Bd_0.woff") format("woff"), url("../../fonts/HelveticaNeueLTPro-Bd_0.ttf") format("truetype"), url("../../fonts/HelveticaNeueLTPro-Bd_0.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../../fonts/font-awesome/fontawesome-webfont.eot?v=4.6.3");
  src: url("../../fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../../fonts/font-awesome/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../../fonts/font-awesome/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../../fonts/font-awesome/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../../fonts/font-awesome/fontawesome-webfont.svg?v=4.6.3#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; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  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.2857142857em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.8571428571em; }

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

.fa-pull-left {
  float: left; }

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

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

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

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

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

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

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

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

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

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

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

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

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

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=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 {
  -webkit-filter: none;
  filter: none; }

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

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

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

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

.fa-inverse {
  color: #fff; }

/* 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: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

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

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/node_modules/bootstrap-sass/assets/stylesheets/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

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

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

* {
  box-sizing: border-box; }

*:before,
*:after {
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive, .img-article-sidebar img {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover,
a.text-primary:focus {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.428571429; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.428571429;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.3333333333%; }

.col-xs-2 {
  width: 16.6666666667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.3333333333%; }

.col-xs-5 {
  width: 41.6666666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.3333333333%; }

.col-xs-8 {
  width: 66.6666666667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.3333333333%; }

.col-xs-11 {
  width: 91.6666666667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.3333333333%; }

.col-xs-pull-2 {
  right: 16.6666666667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.3333333333%; }

.col-xs-pull-5 {
  right: 41.6666666667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.3333333333%; }

.col-xs-pull-8 {
  right: 66.6666666667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.3333333333%; }

.col-xs-pull-11 {
  right: 91.6666666667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.3333333333%; }

.col-xs-push-2 {
  left: 16.6666666667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.3333333333%; }

.col-xs-push-5 {
  left: 41.6666666667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.3333333333%; }

.col-xs-push-8 {
  left: 66.6666666667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.3333333333%; }

.col-xs-push-11 {
  left: 91.6666666667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.3333333333%; }

.col-xs-offset-2 {
  margin-left: 16.6666666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.3333333333%; }

.col-xs-offset-5 {
  margin-left: 41.6666666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.3333333333%; }

.col-xs-offset-8 {
  margin-left: 66.6666666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.3333333333%; }

.col-xs-offset-11 {
  margin-left: 91.6666666667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.3333333333%; }
  .col-sm-2 {
    width: 16.6666666667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.3333333333%; }
  .col-sm-5 {
    width: 41.6666666667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.3333333333%; }
  .col-sm-8 {
    width: 66.6666666667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.3333333333%; }
  .col-sm-11 {
    width: 91.6666666667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.3333333333%; }
  .col-sm-pull-2 {
    right: 16.6666666667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.3333333333%; }
  .col-sm-pull-5 {
    right: 41.6666666667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.3333333333%; }
  .col-sm-pull-8 {
    right: 66.6666666667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.3333333333%; }
  .col-sm-pull-11 {
    right: 91.6666666667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.3333333333%; }
  .col-sm-push-2 {
    left: 16.6666666667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.3333333333%; }
  .col-sm-push-5 {
    left: 41.6666666667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.3333333333%; }
  .col-sm-push-8 {
    left: 66.6666666667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.3333333333%; }
  .col-sm-push-11 {
    left: 91.6666666667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.3333333333%; }
  .col-md-2 {
    width: 16.6666666667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.3333333333%; }
  .col-md-5 {
    width: 41.6666666667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.3333333333%; }
  .col-md-8 {
    width: 66.6666666667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.3333333333%; }
  .col-md-11 {
    width: 91.6666666667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.3333333333%; }
  .col-md-pull-2 {
    right: 16.6666666667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.3333333333%; }
  .col-md-pull-5 {
    right: 41.6666666667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.3333333333%; }
  .col-md-pull-8 {
    right: 66.6666666667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.3333333333%; }
  .col-md-pull-11 {
    right: 91.6666666667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.3333333333%; }
  .col-md-push-2 {
    left: 16.6666666667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.3333333333%; }
  .col-md-push-5 {
    left: 41.6666666667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.3333333333%; }
  .col-md-push-8 {
    left: 66.6666666667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.3333333333%; }
  .col-md-push-11 {
    left: 91.6666666667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.3333333333%; }
  .col-md-offset-2 {
    margin-left: 16.6666666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.3333333333%; }
  .col-md-offset-5 {
    margin-left: 41.6666666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.3333333333%; }
  .col-md-offset-8 {
    margin-left: 66.6666666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.3333333333%; }
  .col-md-offset-11 {
    margin-left: 91.6666666667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.3333333333%; }
  .col-lg-2 {
    width: 16.6666666667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.3333333333%; }
  .col-lg-5 {
    width: 41.6666666667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.3333333333%; }
  .col-lg-8 {
    width: 66.6666666667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.3333333333%; }
  .col-lg-11 {
    width: 91.6666666667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.3333333333%; }
  .col-lg-pull-2 {
    right: 16.6666666667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.3333333333%; }
  .col-lg-pull-5 {
    right: 41.6666666667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.3333333333%; }
  .col-lg-pull-8 {
    right: 66.6666666667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.3333333333%; }
  .col-lg-pull-11 {
    right: 91.6666666667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.3333333333%; }
  .col-lg-push-2 {
    left: 16.6666666667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.3333333333%; }
  .col-lg-push-5 {
    left: 41.6666666667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.3333333333%; }
  .col-lg-push-8 {
    left: 66.6666666667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.3333333333%; }
  .col-lg-push-11 {
    left: 91.6666666667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    transform: translate(0, -25%);
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.428571429; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.clearfix:before, .article-body article:before, .clearfix:after, .article-body article:after {
  content: " ";
  display: table; }

.clearfix:after, .article-body article:after {
  clear: both; }

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

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

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

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

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

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

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

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

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

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

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

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

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

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

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

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

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

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

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

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

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

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

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

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

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

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

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

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

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

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

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

@media screen, print {
  ::-moz-selection {
    background: #1d2350;
    color: #fff; }
  ::selection {
    background: #1d2350;
    color: #fff; }
  ::-moz-selection {
    background: #1d2350;
    color: #fff; } }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

img {
  border: 0; }

a {
  transition: color 0.5s ease;
  text-decoration: none;
  outline: none;
  color: #000; }
  a:hover {
    color: #000; }
  a:hover, a:focus {
    color: inherit; }

a span {
  transition: color 0.5s ease; }

a:focus, button:focus, input:focus, a:active, button:active {
  outline: 0;
  text-decoration: none; }

a:hover {
  text-decoration: none; }

ul {
  list-style-type: none; }

.clear {
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0; }

/*for FireFox*/
input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner {
  border: 0px; }

/*for IE8 */
input[type="submit"]:focus, input[type="button"]:focus {
  outline: none; }

input:focus, textarea:focus, checkbox:focus, select:focus {
  outline: none; }

input:focus::-webkit-input-placeholder {
  opacity: 0; }

input:focus:-moz-placeholder {
  opacity: 0; }

/* FF 4-18 */
input:focus::-moz-placeholder {
  opacity: 0; }

/* FF 19+ */
html {
  height: 100%; }

input[type="text"], input[type="email"], input[type="password"], textarea {
  resize: none; }

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
  line-height: 1.4; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel .owl-refresh .owl-item {
  display: none; }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d; }

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto; }

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: scale 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  transition: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1; }

.toast-title {
  font-weight: bold; }

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word; }

.toast-message a,
.toast-message label {
  color: #ffffff; }

.toast-message a:hover {
  color: #cccccc;
  text-decoration: none; }

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80); }

.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40); }

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%; }

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%; }

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%; }

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%; }

.toast-top-left {
  top: 12px;
  left: 12px; }

.toast-top-right {
  top: 12px;
  right: 12px; }

.toast-bottom-right {
  right: 12px;
  bottom: 12px; }

.toast-bottom-left {
  bottom: 12px;
  left: 12px; }

#toast-container {
  position: fixed;
  z-index: 999999;
  /*overrides*/ }

#toast-container * {
  box-sizing: border-box; }

#toast-container > div {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  box-shadow: 0 0 12px #999999;
  color: #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80); }

#toast-container > :hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer; }

#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important; }

#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important; }

#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important; }

#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important; }

#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin: auto; }

#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin: auto; }

.toast {
  background-color: #030303; }

.toast-success {
  background-color: #51a351; }

.toast-error {
  background-color: #bd362f; }

.toast-info {
  background-color: #2f96b4; }

.toast-warning {
  background-color: #f89406; }

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40); }

/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em; }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em; } }

@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em; }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em; } }

@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em; } }

/* Magnific Popup CSS */
.mfp-bg {
  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;
  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: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  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;
  -ms-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: -0.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;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  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 {
  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;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  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 {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  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; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.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) {
  /**
       * Remove all paddings around the image on small screen
       */
  .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;
    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 {
    transform: scale(0.75); }
  .mfp-arrow-left {
    transform-origin: 0; }
  .mfp-arrow-right {
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/*

    Zebra_DatePicker: a lightweight jQuery date picker plugin

    Metalic Theme

    copyright (c) 2011 - 2014 Stefan Gabos
    http://stefangabos.ro/jquery/zebra-datepicker/

*/
.Zebra_DatePicker *,
.Zebra_DatePicker *:after,
.Zebra_DatePicker *:before {
  box-sizing: content-box !important; }

.Zebra_DatePicker {
  position: absolute;
  background: #373737;
  border: 3px solid #373737;
  z-index: 1200;
  font-family: Geneva, 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
  font-size: 13px;
  top: 0; }

.Zebra_DatePicker * {
  margin: 0;
  padding: 0;
  color: #666;
  background: transparent;
  border: none; }

/* = GLOBALS
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker table {
  border-collapse: collapse;
  border-spacing: 0;
  width: auto;
  table-layout: auto; }

.Zebra_DatePicker td,
.Zebra_DatePicker th {
  text-align: center;
  padding: 5px 0; }

.Zebra_DatePicker td {
  cursor: pointer; }

.Zebra_DatePicker .dp_daypicker,
.Zebra_DatePicker .dp_monthpicker,
.Zebra_DatePicker .dp_yearpicker {
  margin-top: 3px; }

.Zebra_DatePicker .dp_daypicker td,
.Zebra_DatePicker .dp_daypicker th,
.Zebra_DatePicker .dp_monthpicker td,
.Zebra_DatePicker .dp_yearpicker td {
  width: 30px;
  border: 1px solid #BBB;
  background: #DEDEDE url("../images/metallic/default-date.png") repeat-x top;
  color: #666; }

.Zebra_DatePicker,
.Zebra_DatePicker .dp_header .dp_hover,
.Zebra_DatePicker .dp_footer .dp_hover {
  border-radius: 5px; }

/* = VISIBLE/HIDDEN STATES (USE TRANSITIONS FOR EFFECTS)
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker.dp_visible {
  visibility: visible;
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  transition: opacity 0.2s ease-in-out; }

.Zebra_DatePicker.dp_hidden {
  visibility: hidden;
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0; }

/* = HEADER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_header td {
  color: #E0E0E0; }

.Zebra_DatePicker .dp_header .dp_previous,
.Zebra_DatePicker .dp_header .dp_next {
  width: 30px; }

.Zebra_DatePicker .dp_header .dp_caption {
  font-weight: bold; }

.Zebra_DatePicker .dp_header .dp_hover {
  background: #67AABB;
  color: #FFF; }

/* = DATEPICKER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker td.dp_week_number,
.Zebra_DatePicker .dp_daypicker th {
  background: #F1F1F1;
  font-size: 9px;
  padding-top: 7px; }

.Zebra_DatePicker td.dp_weekend_disabled,
.Zebra_DatePicker td.dp_not_in_month,
.Zebra_DatePicker td.dp_not_in_month_selectable {
  background: #ECECEC url("../images/metallic/disabled-date.png");
  color: #CCC;
  cursor: default; }

.Zebra_DatePicker td.dp_not_in_month_selectable {
  cursor: pointer; }

.Zebra_DatePicker td.dp_weekend {
  background: #DEDEDE url("../images/metallic/default-date.png") repeat-x top;
  color: #666; }

.Zebra_DatePicker td.dp_selected {
  background: #E26262;
  color: #E0E0E0 !important; }

/* = MONTHPICKER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_monthpicker td {
  width: 33%; }

/* = YEARPICKER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_yearpicker td {
  width: 33%; }

/* = FOOTER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_footer {
  margin-top: 3px; }

.Zebra_DatePicker .dp_footer .dp_hover {
  background: #67AABB;
  color: #FFF; }

/* = SELECT CURRENT DAY
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_today {
  color: #E0E0E0;
  padding: 3px; }

/* = CLEAR DATE
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_clear {
  color: #E0E0E0;
  padding: 3px; }

/* = SOME MORE GLOBALS (MUST BE LAST IN ORDER TO OVERWRITE PRESIOUS PROPERTIES)
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker td.dp_current {
  color: #E26261; }

.Zebra_DatePicker td.dp_disabled_current {
  color: #E38585; }

.Zebra_DatePicker td.dp_hover {
  background: #67AABB url("../images/metallic/selected-date.png") repeat-x top;
  color: #FFF; }

.Zebra_DatePicker td.dp_disabled {
  background: #ECECEC url("../images/metallic/disabled-date.png") repeat-x top;
  color: #DDD;
  cursor: default; }

/* = ICON
----------------------------------------------------------------------------------------------------------------------*/
button.Zebra_DatePicker_Icon {
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  background: url("../images/calendar.png") no-repeat left top;
  text-indent: -9000px;
  border: none;
  cursor: pointer;
  padding: 0;
  line-height: 0;
  vertical-align: top; }

button.Zebra_DatePicker_Icon_Disabled {
  background-image: url("../images/calendar-disabled.png"); }

/* don't set vertical margins! */
button.Zebra_DatePicker_Icon {
  margin: 0 0 0 3px; }

button.Zebra_DatePicker_Icon_Inside_Right {
  margin: 0 3px 0 0; }

button.Zebra_DatePicker_Icon_Inside_Left {
  margin: 0 0 0 3px; }

body {
  margin: 0;
  font-family: "Helvetica 45 Light", Arial, Helvetica, sans-serif;
  color: #1d2350;
  font-size: 14px;
  position: relative;
  line-height: 1.6;
  background: transparent url(../../images/brick-pattern.png) repeat left top; }
  body:before, body:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%; }
  body:before {
    height: 916px;
    background: transparent url(../../images/bg-room.jpg) no-repeat center top; }
  body.modal-open:before {
    left: -15px;
    width: 101%; }

.body-menu-active, .body-menu-active body {
  height: 100%;
  overflow: hidden; }
  @media (max-height: 400px) {
    .body-menu-active, .body-menu-active body {
      overflow: visible; } }

.vorbeste-neintrebat {
  position: fixed;
  right: 0;
  top: 20%;
  background: transparent url(../../images/vorbeste-neintrebat.png) no-repeat 0 0;
  width: 159px;
  height: 90px;
  z-index: 19;
  /*@media (max-height: 400px) {
        overflow: visible;
    }*/ }
  .vorbeste-neintrebat a {
    display: block;
    width: 100%;
    height: 70px;
    text-indent: -9999px; }
  @media (max-width: 1200px) {
    .vorbeste-neintrebat {
      transform: scale(0.8);
      transform-origin: 100% 50%; } }
  @media (max-width: 767px) {
    .vorbeste-neintrebat {
      transform: scale(0.5);
      transform-origin: 100% 50%; } }

/*SLIDER HOME
-------------------------------------------------*/
.slider-home {
  background: transparent url(../../images/board-bg.jpg) no-repeat 0 0;
  position: relative;
  overflow: hidden; }
  .slider-home a {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 11; }
  .slider-home .tile {
    position: absolute;
    float: left;
    background: transparent url(../../images/board-bg.jpg) no-repeat 0 0;
    filter: blur(20px);
    -webkit-filter: blur(20px);
    -moz-filter: blur(20px);
    -o-filter: blur(20px);
    -ms-filter: blur(20px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='20'); }

/*HEADER
-------------------------------------------------*/
.header {
  padding: 15px 0 5px; }
  @media (max-width: 767px) {
    .header {
      padding: 15px 15px 5px;
      margin: 0 -15px;
      z-index: 11; } }

.logo {
  display: inline-block;
  vertical-align: top; }
  @media (min-width: 992px) {
    .logo {
      float: left; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .logo {
      width: 50%;
      margin-top: 8px; } }

.logo-odn {
  padding-right: 30px; }

@media (min-width: 992px) and (max-width: 1199px) {
  .logo-sc {
    padding-right: 30px; } }

.logos {
  z-index: 21; }
  @media (min-width: 768px) and (max-width: 991px) {
    .logos {
      text-align: center; } }
  @media (min-width: 992px) {
    .logos {
      float: left;
      width: 36%;
      text-align: left; } }
  @media (max-width: 480px) {
    .logos {
      padding-right: 30px; }
      .logos .logo {
        display: block;
        float: left;
        margin: 0;
        padding: 0 20px 0 0;
        width: 50%; }
      .logos .logo-odn {
        padding-top: 3px; } }

.nav-menu {
  text-align: center; }
  @media (min-width: 992px) {
    .nav-menu {
      float: right;
      width: 64%;
      text-align: right; } }
  @media (min-width: 768px) {
    .nav-menu {
      min-height: 46px;
      position: relative; } }

.menu-hc {
  background: transparent url(../../images/menu-h.png) no-repeat center bottom;
  background-size: 100% 7px;
  padding-bottom: 10px;
  bottom: 3px; }

.menu a {
  color: #0089c3;
  text-shadow: 1px 0px 2px #fff;
  font: normal 16px "Helvetica 45 Light";
  position: relative;
  display: block;
  padding: 5px;
  transition: all 0.2s ease; }

@media (min-width: 768px) {
  .menu {
    display: inline-block;
    margin-top: 10px;
    vertical-align: middle;
    margin: 10px 10px 0; }
    .menu-right {
      margin-right: -10px; }
    .menu li {
      display: inline-block;
      padding: 0 5px; }
    .menu a {
      display: inline-block;
      background-position: center bottom;
      bottom: 0; }
      .menu a:hover {
        background: transparent url(../../images/menu-h.png) no-repeat center bottom;
        background-size: 100% 7px;
        padding-bottom: 10px;
        bottom: 3px; }
    .menu .current a {
      background: transparent url(../../images/menu-h.png) no-repeat center bottom;
      background-size: 100% 7px;
      padding-bottom: 10px;
      bottom: 3px; } }

@media (min-width: 1200px) {
  .menu li {
    padding: 0 10px; } }

@media (max-width: 767px) {
  .menu-xs {
    background: transparent url(../../images/pattern-math.png) repeat left top;
    background-color: #fff;
    position: fixed;
    left: 100%;
    left: 1000px;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 20;
    padding-top: 80px;
    padding-bottom: 65px;
    transition: left 0.5s ease;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    text-align: right; }
    .menu-xs.expand {
      left: 0; }
    .menu-xs .menu .current a {
      background: #c9eaf8; }
    .menu-xs .menu a {
      padding: 10px 30px;
      position: relative; }
      .menu-xs .menu a:hover {
        background: #c9eaf8; }
      .menu-xs .menu a:after {
        content: '';
        position: absolute;
        left: 30px;
        right: 30px;
        bottom: 0;
        border-bottom: 1px dotted #0089c3;
        display: block;
        height: 0;
        opacity: 0.5;
        filter: alpha(opacity=50); }
    .menu-xs .social {
      margin: 0;
      bottom: 10px;
      top: auto;
      right: 0;
      width: 100%;
      text-align: center; } }

@media (max-width: 480px) {
  .menu-xs {
    padding-top: 65px; } }

@media (max-height: 400px) {
  .menu-xs {
    padding-top: 80px;
    position: absolute;
    height: auto;
    border-bottom: 1px dotted #0089c3; } }

.button-menu {
  display: block;
  width: 23px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 22;
  border: none;
  background: none;
  cursor: pointer; }
  .button-menu span {
    width: 100%;
    display: block;
    height: 4px;
    background: #4bbbea;
    margin-bottom: 4px;
    border-radius: 1px;
    transition: all 0.2s ease; }
    .button-menu span.rotate-2 {
      position: absolute;
      left: 0;
      top: 8px; }
  .button-menu.active .hide-active {
    opacity: 0;
    filter: alpha(opacity=0); }
  .button-menu.active .rotate-1 {
    transform: rotate(45deg); }
  .button-menu.active .rotate-2 {
    transform: rotate(-45deg); }

.gcsc-branding,
.gsc-orderby,
#adBlock {
  display: none !important; }

.search {
  text-align: right;
  position: relative;
  overflow: hidden; }
  .search .gsc-input > input:focus,
  .search .gsc-input-box-hover {
    box-shadow: none !important;
    border: none !important; }
  .search .gsc-input-box,
  .search .gsc-input {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important; }
  .search .gsc-input {
    padding-right: 0 !important; }
  .search .gsib_b {
    display: none !important; }
  .search input[type="text"] {
    background: none;
    border: none;
    padding: 0 5px 0 0 !important;
    height: auto !important;
    color: #999 !important;
    text-align: right !important;
    font: normal 16px "Shadows Into Light Two", cursive !important;
    border-radius: 0; }
    .search input[type="text"]:active, .search input[type="text"]:focus {
      box-shadow: none; }
  .search .gsc-search-button-v2,
  .search .gsc-search-button-v2:hover,
  .search .gsc-search-button-v2:focus {
    border: none;
    background: none;
    width: 23px;
    height: 24px;
    position: relative;
    top: 5px;
    background: transparent url(../../images/icon-search.png) no-repeat 0 0;
    text-indent: -9999px;
    padding: 0 13px;
    display: none; }
  .search .gsc-search-button,
  .search .gsc-search-button:hover {
    display: inline-block; }
  .search td.gsc-search-button {
    width: 100%; }
  .search ::-webkit-input-placeholder {
    color: #999; }
  .search ::-moz-placeholder {
    color: #999; }
  .search :-ms-input-placeholder {
    color: #999; }
  .search input:-moz-placeholder {
    color: #999; }
  @media (min-width: 768px) {
    .search {
      margin-top: 2px;
      display: inline-block;
      vertical-align: middle; }
      .search input[type="text"] {
        display: inline-block !important;
        width: 90px !important; } }
  @media (max-width: 767px) {
    .search {
      padding: 0 60px 0 30px; }
      .search .gsc-search-button {
        position: absolute;
        right: 15px;
        top: 0; } }

/*FOOTER
-------------------------------------------------*/
.footer {
  min-height: 100px;
  background: #004c8c;
  color: #fff;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
  z-index: 100;
  font: normal 16px "Helvetica 45 Light";
  padding: 15px 20px 5px; }
  .footer .dib {
    margin: 0 10px 10px; }
  @media (min-width: 992px) {
    .footer .copy-f {
      margin-top: 25px; } }
  @media (max-width: 991px) {
    .footer {
      font-size: 12px;
      padding-bottom: 10px; }
      .footer p.dib {
        display: block; } }
  @media (max-width: 767px) {
    .footer {
      margin: 0 -15px; } }
  @media (max-width: 480px) {
    .footer {
      padding-left: 10px;
      padding-right: 10px; } }

.logo-sc-f {
  display: block;
  z-index: 9;
  /*@media (max-width: $screen-xs-min) {
        height: 69px;
        padding: 10px 0;
        img {
            //width: 120%;
            width: 120%;
            margin-left: -10%;
        }
    }*/ }
  @media (min-width: 992px) {
    .logo-sc-f {
      position: absolute;
      right: 0;
      top: 0;
      transform: translate(20%, 0); } }
  @media (min-width: 1200px) {
    .logo-sc-f {
      transform: translate(50%, 0); } }
  @media (min-width: 480px) and (max-width: 767px) {
    .logo-sc-f img {
      width: 100%; } }

.logo-ue-f {
  padding-top: 15px;
  padding-bottom: 15px; }
  @media (max-width: 767px) {
    .logo-ue-f {
      padding-top: 5px; }
      .logo-ue-f img {
        max-width: 300px; } }

/* SITE CONTENT
-------------------------------------------------*/
/* BOARD
-------------------------------------------------*/
.board {
  color: #fff;
  background: transparent url(../../images/board-bg.jpg) no-repeat center center; }
  @media (min-width: 768px) {
    .board {
      padding: 20px;
      max-height: 490px; }
      .board:before, .board:after {
        content: '';
        position: absolute;
        top: 0;
        width: 15px;
        height: 100%; }
      .board:before {
        right: 100%;
        background: transparent url(../../images/board-shadow-l.png) repeat-y left top; }
      .board:after {
        left: 100%;
        background: transparent url(../../images/board-shadow-r.png) repeat-y left top; } }
  @media (min-width: 992px) {
    .board {
      min-height: 105px; } }
  @media (max-width: 767px) {
    .board {
      margin: 0 -15px; } }
  @media (min-width: 768px) {
    body.home .board {
      min-height: 320px; } }
  @media (min-width: 992px) {
    body.home .board {
      min-height: 405px; } }
  @media (min-width: 1200px) {
    body.home .board {
      min-height: 490px; } }

.board-corner {
  position: absolute;
  width: 20px;
  height: 20px;
  z-index: 2; }
  .board-corner-tl {
    top: 0;
    left: 0;
    background: transparent url(../../images/board-tl.jpg) no-repeat 0 0; }
  .board-corner-tr {
    top: 0;
    right: 0;
    background: transparent url(../../images/board-tr.jpg) no-repeat 0 0; }
  .board-corner-bl {
    bottom: 0;
    left: 0;
    background: transparent url(../../images/board-bl.jpg) no-repeat 0 0; }
  .board-corner-br {
    bottom: 0;
    right: 0;
    background: transparent url(../../images/board-br.jpg) no-repeat 0 0; }

.board-left, .board-right {
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0; }

.board-left {
  left: 0;
  background: transparent url(../../images/board-l.jpg) no-repeat 0 20px; }

.board-right {
  right: 0;
  background: transparent url(../../images/board-r.jpg) no-repeat 0 20px; }

.board-top, .board-bottom {
  height: 20px;
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0); }

.board-top {
  top: 0;
  background: transparent url(../../images/board-t.jpg) no-repeat 0 0;
  z-index: 1; }

.board-bottom {
  bottom: -1px;
  background: transparent url(../../images/board-b.jpg) no-repeat 0 0;
  z-index: 1; }

.board-p {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: transparent url(../../images/board-pbc.png) repeat-x left top;
  height: 48px;
  z-index: 3; }
  @media (min-width: 768px) {
    .board-p:before, .board-p:after {
      content: '';
      position: absolute;
      top: 0;
      height: 48px;
      width: 50%; }
    .board-p:before {
      background: transparent url(../../images/board-pbl.png) no-repeat 0 0;
      left: -46px; }
    .board-p:after {
      background: transparent url(../../images/board-pbr.png) no-repeat right top;
      right: -46px; } }
  @media (max-width: 767px) {
    .board-p {
      width: 110%;
      margin-left: -15px; } }

.board-shadow-b {
  display: block;
  position: absolute;
  left: -5%;
  top: 100%;
  width: 110%;
  height: 30px;
  background: transparent url(../../images/board-shadow-p.png) no-repeat center top;
  background-size: 100%; }

.social {
  position: absolute;
  right: 35px;
  top: 100%;
  margin-top: 35px;
  cursor: default;
  z-index: 1000; }
  .social li {
    display: inline-block;
    padding: 7px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .social {
      transform: scale(0.7);
      right: 27px;
      margin-top: 27px;
      transform-origin: 100% 50%; }
      .social li {
        padding: 2px; } }

.btn-social {
  display: inline-block;
  text-indent: -9999px;
  font-size: 0;
  height: 32px;
  width: 32px;
  background: transparent url(../../images/icons-social.png) no-repeat 0 0; }
  .btn-social.fb {
    background-position: 5px 0; }
  .btn-social.yt {
    background-position: -42px 0; }
  .btn-social.tw {
    background-position: -88px 0; }
  .btn-social.gp {
    background-position: -134px 0; }
  .btn-social:hover {
    opacity: 0.6;
    filter: alpha(opacity=60); }
  @media (max-width: 767px) {
    .btn-social {
      background: transparent url(../../images/icons-social-xs.png) no-repeat 0 0; } }

.headline-slide {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 15px 10px 0;
  z-index: 11; }
  @media (min-width: 768px) {
    .headline-slide {
      padding-top: 60px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .headline-slide {
      padding-top: 45px; } }

/* DESK
-------------------------------------------------*/
.desk {
  z-index: 5;
  margin: -30px auto 0;
  padding: 0 50px; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .desk {
      padding: 0 60px;
      margin-top: -90px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .desk {
      margin-top: -78px;
      padding: 0; } }
  @media (min-width: 1200px) {
    .desk {
      margin-top: -107px;
      padding: 0; } }
  @media (min-width: 480px) and (max-width: 767px) {
    .desk {
      margin-top: -9%; } }

.img-desk {
  position: absolute;
  left: 50%;
  top: -44%;
  padding: 0 50px;
  transform: translate(-50%, 0); }
  @media (min-width: 768px) and (max-width: 991px) {
    .img-desk {
      top: -105px;
      padding: 0 75px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .img-desk {
      top: -175px;
      padding: 0 70px; } }
  @media (min-width: 1200px) {
    .img-desk {
      top: -210px;
      padding: 0; } }

/*.img-desk {
    position: absolute;
    left: 50%;
    top: -35px;
    width: 90px;
    @include translate(-50%, 0);
    @media (min-width: $screen-sm-min) and (max-width: $screen-sm-max) {
        width: 200px;
        top: -81px;
    }
    @media (min-width: $screen-md-min) and (max-width: $screen-md-max) {
        width: 270px;
        top: -110px;
    }
    @media (min-width: $screen-lg-min) {
        top: -170px;
        width: auto;
    }
    @media (min-width: $screen-xs-min) and (max-width: $screen-xs-max) {
        top: -47px;
        width: 115px;
    }

}*/
.desk-el {
  position: absolute;
  z-index: 6;
  left: 50%; }
  .desk-el.apple {
    top: 80px;
    margin-left: -270px; }
  .desk-el.plane {
    top: 88px;
    margin-left: 100px; }
  .desk-el.headlight {
    top: 60px;
    margin-left: 300px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .desk-el.apple {
      top: 62px;
      width: 40px;
      margin-left: -200px; }
    .desk-el.plane {
      top: 73px;
      width: 75px;
      margin-left: 65px; }
    .desk-el.headlight {
      top: 52px;
      margin-left: 160px;
      width: 60px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .desk-el.apple {
      top: 63px; }
    .desk-el.plane {
      top: 80px;
      width: 100px;
      margin-left: 85px; }
    .desk-el.headlight {
      top: 51px;
      margin-left: 250px;
      width: 80px; } }

/* CONTENT
-------------------------------------------------*/
.content {
  background-color: #fff;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
  padding: 0 15px; }
  .content:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    top: -8px;
    height: 17px;
    width: 100%;
    background: transparent url(../../images/clips.png) repeat-x left top; }
  @media (max-width: 767px) {
    .content {
      margin: 0 -15px;
      background-position: center top; }
      .content:before {
        background-size: 15px;
        top: -4px; } }

.content-home {
  padding: 15px;
  padding-bottom: 0;
  z-index: 11;
  margin-top: -21%; }
  @media (min-width: 1200px) {
    .content-home {
      margin-top: -325px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .content-home {
      margin-top: -280px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .content-home {
      margin-top: -245px; } }

/* CAROUSEL AVIZIER
-------------------------------------------------*/
.carousel-avizier .owl-controls {
  position: absolute;
  right: 0;
  bottom: 100%;
  margin-bottom: 15px; }

.carousel-avizier .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #83c3f0;
  margin: 0 2px;
  float: left; }
  .carousel-avizier .owl-dot.active {
    background: #eeb539; }

@media (max-width: 767px) {
  .carousel-avizier {
    width: auto;
    margin: 0 -15px; }
    .carousel-avizier .owl-item {
      padding: 0 15px; }
    .carousel-avizier .owl-controls {
      right: 15px; } }

.bg-math {
  background: transparent url(../../images/pattern-math.png) repeat left top;
  background-color: #fff; }

.bg-paper {
  background: transparent url(../../images/bg-papper.jpg) repeat-y center top; }

.item-math {
  border: 1px solid #c3e2f8;
  background: transparent url(../../images/pattern-math.png) repeat left top;
  min-height: 227px; }
  .item-math [class*='col-'] {
    padding: 0; }

.item-avizier-img {
  margin: -1px; }

.item-avizier-det {
  padding: 10px !important; }
  .item-avizier-det h3 {
    font: normal 18px "Helvetica 75 Bold";
    margin-bottom: 12px; }
  .item-avizier-det p {
    font: normal 14px "Helvetica 45 Light";
    margin-bottom: 10px; }

@media (min-width: 992px) {
  .item-avizier {
    display: table; }
    .item-avizier [class*='col-'] {
      display: table-cell;
      float: none;
      vertical-align: middle; }
    .item-avizier-img {
      vertical-align: top !important; }
    .item-avizier-det {
      padding: 10px 5px 40px 15px !important; }
    .item-avizier .link-av {
      position: absolute;
      bottom: 15px;
      left: 15px; } }

.links-resources {
  padding: 4px 0 0 !important; }
  @media (min-width: 992px) {
    .links-resources {
      padding-right: 10px !important; } }
  @media (max-width: 991px) {
    .links-resources {
      padding: 0 10px 10px !important; } }

.link-resources {
  display: inline-block;
  border: 1px solid #326fa2;
  color: #004c8c;
  font: normal 18px "Shadows Into Light Two", cursive;
  padding: 5px 10px;
  margin: 4px 0;
  background: transparent url(../../images/bg-link-resurse.png) repeat left center; }
  .link-resources:hover {
    background-position: -200px 0;
    color: #004c8c; }
  @media (min-width: 992px) {
    .link-resources {
      font-size: 23px; } }

.box-chestionar {
  border-top: 1px solid #c5e3f8;
  border-bottom: 1px solid #c5e3f8;
  padding: 15px 0 0; }
  @media (max-width: 767px) {
    body.home .box-chestionar {
      padding-bottom: 20px; } }

.video-h {
  margin-top: 10px; }
  .video-h .embed-responsive {
    margin: 0 6px; }
  .video-h-cover {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    cursor: pointer; }

.video-secondary {
  display: block;
  margin-bottom: 14px; }
  .video-secondary img {
    box-shadow: 0px 2px 4px 0px rgba(85, 85, 85, 0.15); }
  @media (min-width: 1200px) {
    .video-secondary a {
      float: left; } }

.title-h.title-video {
  margin: 10px 0 10px;
  font-size: 25px; }
  @media (min-width: 992px) {
    .title-h.title-video {
      margin-top: 20px; } }
  @media (min-width: 1200px) {
    .title-h.title-video {
      font-size: 30px;
      margin-top: 38px; } }

.box-cfci {
  padding: 40px 15px;
  border-bottom: 1px solid #c5e3f8; }
  .box-cfci img {
    margin: 0 10px 20px; }
    .box-cfci img.center-block {
      margin: 0 auto; }
  .box-cfci .button {
    font-size: 25px;
    height: 50px;
    line-height: 40px; }

.partners {
  margin: 0 -15px; }
  .partners a {
    display: inline-block;
    margin: 0 10px 25px;
    opacity: 0.6;
    filter: alpha(opacity=60); }
    .partners a:hover {
      opacity: 1;
      filter: alpha(opacity=100); }

/* BREADCRUMB
-------------------------------------------------*/
.breadcrumb {
  margin: 8px 15px 15px 15px; }
  .breadcrumb li {
    float: left;
    color: #fff; }
    .breadcrumb li:after {
      content: '';
      display: inline-block;
      background: transparent url(../../images/arrow-bc.png) no-repeat 0 0;
      width: 5px;
      height: 12px;
      margin: 0 8px; }
    .breadcrumb li:last-child:after {
      display: none; }
  .breadcrumb a, .breadcrumb strong {
    color: #fff;
    display: inline-block;
    padding: 2px; }
  .breadcrumb strong {
    background: transparent url(../../images/bc-h.png) no-repeat center bottom;
    background-size: 100% 7px; }
  @media (min-width: 768px) {
    .breadcrumb {
      margin: 8px 130px 0 15px;
      font-size: 16px; } }
  @media (min-width: 992px) {
    .breadcrumb {
      margin: 15px 210px 0 15px; } }

.hd-pages {
  padding: 20px 0;
  border-bottom: 1px solid #f2cccc;
  border-top: 1px solid #f2cccc; }

.title-icon {
  padding: 12px 10px 12px 80px;
  margin: 0 -15px; }
  .title-icon .icont {
    border-radius: 100px;
    position: absolute;
    left: 5px;
    top: 50%;
    width: 70px;
    height: 70px;
    border: 10px solid transparent;
    margin-top: -35px; }

.list-cyan {
  margin-left: -2px; }
  .list-cyan li {
    position: relative;
    margin-bottom: 3px;
    padding-left: 20px; }
    .list-cyan li:before {
      position: absolute;
      left: 0;
      top: 0;
      content: "•";
      color: #4cbae9;
      font-size: 22px;
      margin-right: 5px;
      line-height: 1; }

.list-bullet {
  list-style-type: disc;
  list-style-position: inside; }

.map {
  margin: 0 auto;
  max-width: 484px;
  min-height: 200px;
  padding: 80px 45px 30px 40px;
  color: #1986c7;
  background: transparent url(../../images/map-bg.jpg) no-repeat center top;
  box-shadow: 0 2px 40px 0 #252a31; }
  .map .map-bottom {
    display: block;
    position: absolute;
    left: 15px;
    bottom: 0;
    width: 93%;
    height: 22px;
    background: transparent url(../../images/map-b.jpg) repeat-x left top; }
  .map:before, .map:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 20px;
    height: 100%; }
  .map:before {
    background: transparent url(../../images/map-l.png) no-repeat 0 0;
    left: 0; }
  .map:after {
    background: transparent url(../../images/map-r.png) no-repeat right top;
    right: 0; }
  @media (max-width: 480px) {
    .map {
      margin: 0 -15px; } }

.info-center {
  background: #0089c3;
  padding: 20px;
  margin: 0 -15px; }
  .info-center h4 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #fff; }
  .info-center .close-info-center {
    position: absolute;
    top: 8px;
    right: 8px;
    cursor: pointer;
    text-indent: -9999px;
    width: 20px;
    height: 20px;
    background: transparent url(../../images/icon-close-w.png) no-repeat 0 0; }
    .info-center .close-info-center:hover {
      opacity: 0.7;
      filter: alpha(opacity=70); }
  @media (min-width: 768px) {
    .info-center {
      position: absolute;
      top: 50%;
      right: 30px;
      transform: translate(0, -50%);
      width: 300px;
      margin: 0; }
      .info-center h4 {
        font-size: 26px; } }

.user-center {
  background: transparent url(../../images/icon-user.png) no-repeat 0 5px;
  min-height: 35px;
  color: #78c1e0;
  padding: 0 0 0 45px; }
  .user-center a {
    color: #78c1e0; }

.box-input {
  margin-bottom: 7px; }
  .box-input label {
    margin-bottom: 2px; }
  .box-input .required {
    position: absolute;
    left: 100%;
    bottom: 10px;
    margin-left: 7px; }

.required {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: transparent url(../../images/icon-required.png) no-repeat 0 0; }

/* DATEPICKER
-------------------------------------------------*/
.box-datepicker .Zebra_DatePicker_Icon_Wrapper {
  width: 100%; }

.box-datepicker .Zebra_DatePicker {
  top: 100% !important;
  margin-top: 5px; }

.box-datepicker button.Zebra_DatePicker_Icon {
  display: none; }

.box-datepicker input {
  z-index: 2; }

.box-datepicker .fa {
  font-size: 16px;
  position: absolute;
  right: 6px;
  bottom: 6px; }

.separator-dotted {
  border-top: 1px dotted #cbcbcb;
  height: 0;
  margin: 0 -30px; }

.row-gutter-5 {
  margin-left: -10px;
  margin-right: -10px; }
  .row-gutter-5 [class*='col-'] {
    padding: 0 5px; }

.row-col-middle {
  display: table; }
  .row-col-middle [class*='col-'] {
    float: none;
    display: table-cell;
    vertical-align: middle; }

.row-col-upload {
  display: block; }
  @media (min-width: 992px) {
    .row-col-upload {
      display: table; }
      .row-col-upload [class*='col-'] {
        float: none;
        display: table-cell;
        vertical-align: middle; } }
  @media (max-width: 991px) {
    .row-col-upload {
      text-align: center; }
      .row-col-upload [class*='col-'] {
        margin-bottom: 5px; } }

.button-upload {
  overflow: hidden;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle; }
  .button-upload img {
    cursor: pointer; }
  .button-upload span {
    position: relative;
    z-index: 1;
    display: block; }
  .button-upload input.upload {
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0); }

.text-required {
  position: absolute;
  left: 0;
  bottom: 2px;
  font-size: 11px;
  color: #e3e7e9;
  text-align: center;
  width: 100%;
  padding: 0 5px; }

.box-partners {
  margin: 0 -15px; }
  @media (max-width: 767px) {
    .box-partners {
      margin: 0 -15px; } }

.box-partners-esc {
  margin-top: 40px;
  border-top: 1px solid #c5e3f8;
  background: #fff;
  padding-top: 15px; }
  @media (min-width: 768px) {
    .box-partners-esc {
      margin-top: 80px;
      margin-left: 0;
      margin-right: 0; } }

.icon-arrow-down {
  display: inline-block;
  width: 31px;
  height: 29px;
  background: transparent url(../../images/icon-arrow-down.png) no-repeat 0 0;
  vertical-align: middle; }
  .scroll-ajutor .icon-arrow-down {
    margin-left: 10px; }

.sunane {
  display: inline-block;
  width: 172px;
  height: 60px;
  padding-top: 7px;
  background: transparent url(../../images/bg-button-sunane.png) no-repeat 0 0;
  color: #004c8c; }

.library {
  margin-top: 60px;
  padding-top: 20px; }
  .library .board-shadow-b {
    width: 100%;
    left: 0; }
  .library .board {
    padding: 20px 40px; }
  @media (max-width: 767px) {
    .library {
      margin: 0 -20px; } }

.library-shelf {
  z-index: 10;
  top: -40px;
  margin-bottom: -40px; }
  @media (max-width: 767px) {
    .library-shelf {
      width: 310px;
      margin: 0 auto;
      position: relative; } }

.link-library {
  position: absolute;
  text-indent: -9999px; }
  .link-library-1, .link-library-4 {
    top: 11px;
    width: 40px;
    height: 135px; }
  .link-library-1 {
    left: 50px; }
  .link-library-4 {
    left: 358px; }
  .link-library-2, .link-library-3, .link-library-5, .link-library-6 {
    width: 135px;
    height: 25px;
    left: 115px; }
  .link-library-2, .link-library-5 {
    top: 92px; }
  .link-library-3, .link-library-6 {
    top: 118px; }
  .link-library-5, .link-library-6 {
    left: 440px; }
  @media (min-width: 992px) {
    .link-library-1, .link-library-4 {
      top: 14px;
      width: 50px;
      height: 178px; }
    .link-library-1 {
      left: 65px; }
    .link-library-4 {
      left: 468px; }
    .link-library-2, .link-library-3, .link-library-5, .link-library-6 {
      width: 177px;
      height: 35px;
      left: 151px; }
    .link-library-2, .link-library-5 {
      top: 119px; }
    .link-library-3, .link-library-6 {
      top: 155px; }
    .link-library-5, .link-library-6 {
      left: 572px; } }
  @media (min-width: 1200px) {
    .link-library-1, .link-library-4 {
      top: 14px;
      width: 62px;
      height: 220px; }
    .link-library-1 {
      left: 79px; }
    .link-library-4 {
      left: 568px; }
    .link-library-2, .link-library-3, .link-library-5, .link-library-6 {
      width: 220px;
      height: 43px;
      left: 182px; }
    .link-library-2, .link-library-5 {
      top: 142px; }
    .link-library-3, .link-library-6 {
      top: 186px; }
    .link-library-5, .link-library-6 {
      left: 691px; } }
  @media (max-width: 767px) {
    .link-library {
      width: 150px;
      height: 28px;
      left: 67px; }
      .link-library-1 {
        top: 104px;
        left: 72px; }
      .link-library-2 {
        top: 133px;
        left: 66px; }
      .link-library-3 {
        top: 163px;
        left: 73px; }
      .link-library-4 {
        top: 20px; }
      .link-library-5 {
        top: 48px; }
      .link-library-6 {
        top: 76px; } }

.team-item .team-img {
  position: relative;
  display: block;
  padding-top: 10px; }
  .team-item .team-img img {
    max-width: 84%; }

.team-item img.team-mask {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 0;
  max-width: 100% !important; }

.team-item h3 {
  font: normal 16px "Helvetica 75 Bold";
  color: #4bbbea; }

.team-item p {
  color: #4bbbea; }

@media (min-width: 992px) {
  .team-item h3 {
    font-size: 20px; } }

/*CUSTOM MAP
-------------------------------------------------*/
.map-legend {
  margin: 0 -10px 20px;
  font-size: 12px;
  display: inline-block;
  text-align: left;
  position: relative; }
  .map-legend li {
    display: block;
    padding: 1px 10px 0 35px;
    margin-bottom: 5px;
    position: relative; }
    .map-legend li:first-child {
      padding-left: 10px; }
      @media (min-width: 768px) {
        .map-legend li:first-child {
          position: absolute;
          top: -3px;
          right: 100%; } }
    .map-legend li img {
      position: absolute;
      left: 0;
      top: 0;
      left: 10px;
      width: 20px; }
  @media (min-width: 768px) {
    .map-legend {
      margin-bottom: 0; } }

.map-voluntari {
  margin: 0 -15px;
  height: 300px; }
  .map-voluntari:before, .map-voluntari:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    z-index: 10; }
  .map-voluntari:before {
    top: -1px;
    box-shadow: 0 3px 10px 0 #000; }
  .map-voluntari:after {
    bottom: -1px;
    box-shadow: 0 -3px 10px 0 #000; }

/*ACCORDION
-------------------------------------------------*/
.accordion-toggle {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.accordion-type-1 {
  margin-bottom: 50px; }
  .accordion-type-1 .accordion-toggle {
    position: relative;
    padding: 4px 0 4px 45px;
    margin-bottom: 10px; }
    .accordion-type-1 .accordion-toggle .icon-plus {
      position: absolute;
      left: 0;
      top: 0; }
    .accordion-type-1 .accordion-toggle.active .icon-plus {
      background-position: 0 -33px; }
  .accordion-type-1 .accordion-content {
    line-height: 2;
    margin-bottom: 20px;
    position: relative;
    height: 78px;
    overflow: hidden; }
    .accordion-type-1 .accordion-content:after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 30px;
      background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00FFFFFF', endColorstr='#FFFFFFFF', GradientType=0);
      transition: opacity 0.2s ease; }
    .accordion-type-1 .accordion-content.active:after {
      opacity: 0;
      filter: alpha(opacity=0); }

.icon-plus, .icon-minus {
  display: inline-block;
  width: 32px;
  height: 33px;
  background: transparent url(../../images/icon-plus-minus.png) no-repeat 0 0; }

.icon-minus {
  background-position: 0 -33px; }

.form-voluntar {
  padding-top: 10px; }
  .form-voluntar input[type="text"], .form-voluntar textarea {
    border-color: #a2a2a2; }
    .form-voluntar input[type="text"]:active, .form-voluntar input[type="text"]:focus, .form-voluntar textarea:active, .form-voluntar textarea:focus {
      border-color: #4bbbea;
      box-shadow: 0px 2px 1px 0px rgba(51, 51, 51, 0.32); }
  .form-voluntar ::-webkit-input-placeholder {
    color: #9b9b9b; }
  .form-voluntar ::-moz-placeholder {
    color: #9b9b9b; }
  .form-voluntar :-ms-input-placeholder {
    color: #9b9b9b; }
  .form-voluntar input:-moz-placeholder {
    color: #9b9b9b; }
  .form-voluntar .box-input {
    margin-bottom: 15px; }

/*RESURSE
-------------------------------------------------*/
.menu-resources {
  margin-bottom: 70px; }
  .menu-resources .link-resources {
    color: #7f7f7f;
    border-color: #d0d0d0;
    background: transparent url(../../images/bg-link-resurse-gray.png) repeat left center; }
    .menu-resources .link-resources:hover {
      background-position: -200px 0;
      color: #646464; }
    .menu-resources .link-resources.active {
      color: #004c8c;
      border-color: #326fa2;
      background: transparent url(../../images/bg-link-resurse.png) repeat left center; }
  @media (max-width: 767px) {
    .menu-resources {
      margin: 0 -10px 40px; }
      .menu-resources [class*='col-'] {
        padding: 0 5px; }
      .menu-resources .link-resources {
        font-size: 16px; } }

.item-game {
  display: block;
  padding: 10px 20px;
  position: relative;
  color: #0089c3;
  font: bold 14px "Helvetica 45 Light";
  max-width: 260px;
  margin: 0 auto; }
  .item-game .border-game {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0); }
  .item-game span {
    display: table;
    height: 56px;
    width: 100%; }
    .item-game span span {
      display: table-cell;
      height: inherit;
      vertical-align: middle;
      text-align: center; }
  .item-game:hover .img-game {
    opacity: 0.8;
    filter: alpha(opacity=80); }
  @media (min-width: 1200px) {
    .item-game {
      font-size: 16px; } }
  @media (max-width: 480px) {
    .item-game {
      font-size: 12px; }
      .item-game span {
        height: 45px; } }

@media (max-width: 767px) {
  .container-games [class*='col-'] {
    padding: 0 5px; } }

@media (max-width: 480px) {
  .container-games [class*='col-'] {
    width: 100%; } }

/*MODAL
-------------------------------------------------*/
.modal-scriene .modal-dialog {
  margin: 100px auto; }

.modal-content-sc {
  padding: 50px 30px 15px;
  position: relative; }
  .modal-content-sc .btn-close-modal {
    position: absolute;
    right: 10px;
    top: 10px; }
  .modal-content-sc .box-input {
    margin-bottom: 10px; }
  @media (min-width: 768px) {
    .modal-content-sc {
      padding: 60px 80px 15px; } }

.btn-close-modal {
  border: none;
  background: none;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent url(../../images/icon-close.png) no-repeat 0 0; }
  .btn-close-modal:hover {
    opacity: 0.7;
    filter: alpha(opacity=70); }

.box-coordonator {
  min-height: 100px;
  padding: 10px 0 0 120px; }
  .box-coordonator .thumb-rounded {
    position: absolute;
    left: 0;
    top: 0; }

.thumb-rounded {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 100px;
  box-shadow: 0 0 2px 2px #c5e3f8; }
  .thumb-rounded img {
    margin-top: -25px; }

.link-back .icon-arrow-back {
  margin-right: 7px; }

.icon-arrow-back {
  display: inline-block;
  width: 7px;
  height: 12px;
  vertical-align: middle;
  background: transparent url(../../images/icon-arrow-back.png) no-repeat 0 0; }

.content-blue {
  background: #dceefb;
  padding: 15px 30px; }
  .content-blue .list-bullet {
    margin-left: 10px; }

.box-ctrl-ajutor-bt {
  border-bottom: none;
  border-top: 1px solid #c5e3f8; }

@media (min-width: 992px) {
  .sidebar {
    padding-left: 25px; } }

@media (min-width: 1200px) {
  .sidebar {
    padding-left: 55px; } }

.article-body .title {
  font: normal 20px "Helvetica 75 Bold" !important; }

.article-body article {
  position: relative; }
  @media (min-width: 768px) {
    .article-body article figure {
      float: left;
      margin: 5px 25px 5px 0; } }
  @media (min-width: 992px) {
    .article-body article {
      padding-left: 285px;
      /*&:before {
                content: '';
                display: block;
                position: absolute;
                left: 280px;
                top: 10px;
                height: 98%;
                border-left: 1px solid #c5e3f8;
            }*/ }
      .article-body article figure {
        position: absolute;
        left: 0;
        top: 10px;
        float: none;
        margin: 0; } }

.article-body .separator {
  margin: 30px 0; }

.article-body figure {
  float: left;
  width: 250px;
  border: 1px solid #b2dbed;
  margin: 5px 25px 15px 0; }
  @media (min-width: 768px) {
    .article-body figure {
      margin-bottom: 5px; } }

.article-body h2 {
  font: normal 24px "Shadows Into Light Two", cursive;
  color: #004c8c;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .article-body h2 {
      font-size: 30px; } }

.article-body h3, .article-body h4 {
  font: normal 20px "Helvetica 75 Bold";
  margin-bottom: 10px; }

.article-body p {
  margin-bottom: 20px; }

.article-body ul {
  margin-left: -2px;
  margin-bottom: 40px !important; }
  .article-body ul li {
    position: relative;
    margin-bottom: 3px;
    padding-left: 20px; }
    .article-body ul li:before {
      position: absolute;
      left: 0;
      top: 0;
      content: "•";
      color: #4cbae9;
      font-size: 22px;
      margin-right: 5px;
      line-height: .9; }

.article-body .content-blue ul {
  margin-bottom: 0px !important;
  margin-left: 20px; }

.item-article-sidebar {
  padding-left: 100px;
  display: block;
  min-height: 80px; }
  .item-article-sidebar .title {
    font-size: 18px; }

.img-article-sidebar {
  position: absolute;
  left: 0;
  top: 0;
  top: 5px;
  width: 80px;
  overflow: hidden; }

.cluster {
  width: 36px;
  height: 36px;
  color: #fff;
  font-weight: bold;
  padding-top: 10px;
  text-align: center;
  background: transparent url(../../images/marker_4.png) no-repeat center top; }

.modal-infografic .btn-close-modal {
  position: absolute;
  right: 0;
  top: 0; }

.modal-infografic .modal-dialog {
  padding-top: 30px;
  width: auto;
  margin-left: 10px;
  margin-right: 10px; }
  @media (min-width: 840px) {
    .modal-infografic .modal-dialog {
      width: 800px;
      margin-left: auto;
      margin-right: auto;
      position: relative; } }

.modal-infografic .btn-close-modal {
  background: transparent url(../../images/icon-close-w.png) no-repeat 0 0; }

/* MODAL FACEBOOK BOX */
.modal-fb-box .modal-dialog {
  width: 300px;
  margin: 50px auto; }

.modal-fb-box .modal-content-sc {
  padding: 20px; }

body.casestudy {
  background: none; }
  body.casestudy .footer,
  body.casestudy .header,
  body.casestudy .box-partners,
  body.casestudy .board,
  body.casestudy .content:before, body.casestudy:before {
    display: none !important; }
  body.casestudy .content {
    box-shadow: none; }

.fl {
  float: left !important;
  position: relative; }

.fr {
  float: right !important;
  position: relative; }

.fn {
  float: none !important;
  position: relative; }

.nobg {
  background: none !important; }

.margins {
  margin-bottom: 30px !important; }

.nomargins {
  margin: 0 !important; }

.nopadding {
  padding: 0 !important; }

.noborder {
  border: 0 !important; }

.nobt {
  border-top: 0 !important; }

.nobr {
  border-right: 0 !important; }

.nobg {
  background: none !important; }

.nofloat {
  float: none !important; }

.nomr {
  margin-right: 0 !important; }

.nomt {
  margin-top: 0 !important; }

.noml {
  margin-left: 0 !important; }

.nomb {
  margin-bottom: 0 !important; }

.ml5 {
  margin-left: 5px !important; }

.mt5 {
  margin-top: 10px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt50 {
  margin-top: 50px !important; }

.mr5 {
  margin-right: 5px !important; }

.mr10 {
  margin-right: 10px !important; }

.mr30 {
  margin-right: 30px !important; }

.mb5 {
  margin-bottom: 5px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.margin05 {
  margin: 0 5px !important; }

.margin010 {
  margin: 0 10px !important; }

.margin015 {
  margin: 0 15px !important; }

.margin200 {
  margin: 20px 0 !important; }

.ml20 {
  margin-left: 20px; }

.nopb {
  padding-bottom: 0 !important; }

.nopt {
  padding-top: 0 !important; }

.nopr {
  padding-right: 0 !important; }

.nopl {
  padding-left: 0 !important; }

.pt5 {
  padding-top: 5px !important; }

.pt10 {
  padding-top: 10px !important; }

.pt15 {
  padding-top: 15px !important; }

.pt20 {
  padding-top: 20px !important; }

.padding030 {
  padding-left: 30px !important;
  padding-right: 30px !important; }

.col-gutter-0 {
  padding-left: 0;
  padding-right: 0; }

.row-gutter-5 {
  margin-left: -5px;
  margin-right: -5px; }

.col-gutter-5 {
  padding-left: 5px;
  padding-right: 5px; }

.row-gutter-10 {
  margin-left: -10px;
  margin-right: -10px; }

.col-gutter-10 {
  padding-left: 10px;
  padding-right: 10px; }

.bold {
  font-weight: bold !important; }

.hopacity:hover {
  opacity: 0.7;
  filter: alpha(opacity=70); }

.radius3 {
  border-radius: 3px; }

.opacity10 {
  opacity: 1;
  filter: alpha(opacity=100); }

.opacity5 {
  opacity: 0.5;
  filter: alpha(opacity=50); }
  @media (max-width: 767px) {
    .opacity5 {
      opacity: 1;
      filter: alpha(opacity=100); } }

.link-underline {
  text-decoration: underline; }
  .link-underline:hover {
    text-decoration: none; }

.separator {
  display: block;
  margin: 20px 0;
  height: 1px;
  background: #c5e3f8; }
  @media (min-width: 768px) {
    .separator {
      margin: 40px 0; } }

.fs8 {
  font-size: 8px !important; }

.fs11 {
  font-size: 11px !important; }

.fs12 {
  font-size: 12px !important; }

.fs14 {
  font-size: 14px !important; }

.fs15 {
  font-size: 15px !important; }

.fs16 {
  font-size: 16px !important; }

.fs17 {
  font-size: 17px !important; }

.fs18 {
  font-size: 18px !important; }

.fs20 {
  font-size: 20px !important; }

.fs24 {
  font-size: 24px !important; }

.fs30 {
  font-size: 30px !important; }

.vizhidden {
  visibility: hidden; }

.ohidden {
  overflow: hidden; }

.italic {
  font-style: italic; }

.bold, strong {
  font-weight: normal;
  font-family: "Helvetica 75 Bold"; }

.normal {
  font-weight: normal;
  font-family: "Helvetica 45 Light"; }

.relative {
  position: relative; }

.absolute {
  position: absolute;
  left: 0;
  top: 0; }

.vmiddle {
  display: inline-block;
  vertical-align: middle;
  float: none; }

::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
  font-weight: normal; }

::-moz-placeholder {
  color: #000;
  opacity: 1;
  font-weight: normal; }

:-ms-input-placeholder {
  color: #000;
  opacity: 1;
  font-weight: normal; }

input:-moz-placeholder {
  color: #000;
  opacity: 1;
  font-weight: normal; }

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-textarea-placeholder {
  opacity: 0; }

input:focus:-moz-placeholder, textarea:focus::-moz-placeholder {
  opacity: 0; }

/* FF 4-18 */
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  opacity: 0; }

/* FF 19+ */
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

input[type="text"], input[type="password"], textarea {
  border: 1px solid #2083bf;
  background: none;
  height: 30px;
  padding: 5px 10px;
  width: 100%;
  font: normal 14px "Helvetica 45 Light";
  color: #666;
  text-align: left;
  resize: none;
  border-radius: 5px; }
  input[type="text"].error, input[type="password"].error, textarea.error {
    border-color: #ee5f36; }
  input[type="text"]:active, input[type="text"]:focus, input[type="password"]:active, input[type="password"]:focus, textarea:active, textarea:focus {
    border-color: #39b54a;
    box-shadow: 0px 2px 1px 0px rgba(51, 51, 51, 0.32); }

textarea {
  height: 100px; }

/*STYLE CHECKBOX
-------------------------------------------------*/
.checkbox, .checkboxr {
  margin: 0;
  position: relative;
  display: inline-block;
  text-align: left;
  color: #1d2350;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .checkbox:before, .checkboxr:before, .checkbox:after, .checkboxr:after {
    content: " ";
    display: table; }
  .checkbox:after, .checkboxr:after {
    clear: both; }
  .checkbox input[type="checkbox"], .checkboxr input[type="checkbox"], .checkbox input[type="radio"], .checkboxr input[type="radio"] {
    /*visibility: hidden;
        visibility: visible\9;*/
    opacity: 0;
    filter: alpha(opacity=0);
    width: auto;
    margin: 0;
    position: absolute;
    left: 0;
    /*top: 5px;*/ }
  .checkbox input[type="checkbox"] + label, .checkboxr input[type="checkbox"] + label, .checkbox input[type="radio"] + label, .checkboxr input[type="radio"] + label {
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
    display: inline-block;
    padding: 4px 0 4px 35px; }
    .checkbox input[type="checkbox"] + label:before, .checkboxr input[type="checkbox"] + label:before, .checkbox input[type="checkbox"] + label:after, .checkboxr input[type="checkbox"] + label:after, .checkbox input[type="radio"] + label:before, .checkboxr input[type="radio"] + label:before, .checkbox input[type="radio"] + label:after, .checkboxr input[type="radio"] + label:after {
      content: '';
      display: inline-block;
      margin: -2px 10px 0 0;
      vertical-align: middle;
      width: 32px;
      height: 28px;
      text-align: center;
      visibility: hidden\9;
      padding: 1px 0 0 0;
      position: absolute;
      left: 0;
      top: 0;
      background: transparent url(../../images/icon-check.png) no-repeat 0 0; }
    .checkbox input[type="checkbox"] + label a, .checkboxr input[type="checkbox"] + label a, .checkbox input[type="radio"] + label a, .checkboxr input[type="radio"] + label a {
      text-decoration: underline; }
  .checkbox input[type="checkbox"]:checked + label:after, .checkboxr input[type="checkbox"]:checked + label:after, .checkbox input[type="radio"]:checked + label:after, .checkboxr input[type="radio"]:checked + label:after {
    background: transparent url(../../images/icon-checked.png) no-repeat 0 0; }

.checkboxr input[type="checkbox"], .checkboxr input[type="radio"] {
  left: auto;
  right: 0; }

.checkboxr input[type="checkbox"] + label, .checkboxr input[type="radio"] + label {
  padding: 0;
  padding-right: 40px; }
  .checkboxr input[type="checkbox"] + label:before, .checkboxr input[type="checkbox"] + label:after, .checkboxr input[type="radio"] + label:before, .checkboxr input[type="radio"] + label:after {
    margin: -2px 0 0 0;
    left: auto;
    right: 0; }

/*STYLE SELECT
-------------------------------------------------*/
/*.select {
    border: 1px solid rgba(255, 255, 255, .1);
    background: rgba(255, 255, 255, .2);
    height: 40px;
    width: 100%;
    font: normal 12px $font-primary;
    padding: 0 5px;
    color: $color-primary;
    text-align: left;
    @include border-radius(5px);
    margin-bottom: 10px;
    option {
        padding: 4px;
        color: $color-black;
    }
}*/
.select {
  border: 1px solid #2083bf;
  background: none;
  height: 30px;
  line-height: 30px;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  display: block;
  margin-bottom: 0; }
  .select:after {
    content: '';
    position: absolute;
    right: -1px;
    top: -1px;
    border: 1px solid #2083bf;
    background: #fff;
    border-radius: 5px;
    content: "\f0d7";
    font: normal 22px/30px 'FontAwesome';
    height: 100%;
    width: 30px;
    pointer-events: none;
    display: none\9;
    color: #2083bf;
    padding-left: 2px;
    text-align: center;
    box-sizing: content-box; }
  .select select {
    font: normal 14px "Helvetica 45 Light";
    width: 100%;
    background: none;
    padding: 0 8px;
    color: #666;
    border: none;
    text-align: left;
    cursor: pointer;
    position: relative;
    top: -1px; }
    .select select option {
      padding: 4px 4px 4px 8px; }

.img-responsive-di {
  max-width: 100%;
  display: inline-block; }

@media (max-width: 767px) {
  .text-left-xs {
    text-align: left; }
  .text-right-xs {
    text-align: right; }
  .text-center-xs {
    text-align: center; }
  .xs-center-block {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .row-xs {
    margin: 0 -15px; } }

@media (max-width: 991px) {
  .text-left-sm {
    text-align: left; }
  .text-right-sm {
    text-align: right; }
  .text-center-sm {
    text-align: center; }
  .sm-center-block {
    display: block;
    margin-left: auto;
    margin-right: auto; } }

.db {
  display: block; }

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

.nobefore:before {
  display: none; }

.noafter:after {
  display: none; }

.widthauto {
  width: auto !important; }

.width100 {
  width: 100% !important; }

.hunderline:hover {
  text-decoration: underline; }

.underline {
  text-decoration: underline; }

.visible-xs-dib, .visible-sm-dib {
  display: none; }

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

@media (max-width: 991px) {
  .visible-sm-dib {
    display: inline-block; } }

@media (min-width: 992px) {
  .dib-md-min {
    display: inline-block; } }

@media (max-width: 480px) {
  .hide-xs-min {
    display: none; }
  .db-xs-min {
    display: block; } }

/*FONT FAMILY*/
.font-primary {
  font-family: "Helvetica 45 Light" !important; }

.font-shadows {
  font-family: "Shadows Into Light Two", cursive !important; }

.font-helvetica-light {
  font-family: "Helvetica 45 Light" !important; }

.font-helvetica-bold {
  font-family: "Helvetica 75 Bold" !important; }

/*COLORS*/
.color-white, .color-white a {
  color: #fff !important; }

.color-black, .color-black a {
  color: #000 !important; }

.color-blue, .color-blue a {
  color: #009ddf !important; }

.color-red, .color-red a {
  color: #c61819 !important; }

.color-gray, .color-gray a {
  color: #666 !important; }

.color-cyan, .color-cyan a {
  color: #c9eaf8 !important; }

.color-cyan-2, .color-cyan-2 a {
  color: #4bbbea !important; }

/*BORDER COLOR*/
.border-white {
  border-color: #fff !important; }

.border-cyan {
  border-color: #c9eaf8 !important; }

.border-yellow {
  border-color: #fff7b2 !important; }

/*BG COLOR*/
.bg-white {
  background-color: #fff !important; }

.bg-black {
  background-color: #000 !important; }

.bg-cyan {
  background-color: #c9eaf8 !important; }

.bg-yellow {
  background-color: #fff7b2 !important; }

/*TITLE*/
.title {
  font: normal 20px "Helvetica 75 Bold"; }
  .title a {
    color: #1d2350; }

.title-h {
  font: normal 30px "Shadows Into Light Two", cursive; }

/*TRANSITION*/
.transition-all {
  transition: all 0.2s ease; }

.transition-opacity, .partners a {
  transition: opacity 0.2s ease; }

.transition-bg {
  transition: background 0.2s ease; }

.transition-height, .accordion-type-1 .accordion-content {
  transition: height 0.2s ease; }

/*BUTTONS*/
.button {
  font: bold 16px "Shadows Into Light Two", cursive;
  display: inline-block;
  border: none;
  background: none;
  text-align: center;
  padding: 3px 10px;
  transition: all 0.2s ease;
  border-radius: 5px;
  min-width: 132px;
  height: 32px;
  border: 1px solid transparent; }

.button-red {
  background: transparent url(../../images/bg-button-red.jpg) repeat left center;
  border-color: #c81919;
  color: #c81919; }
  .button-red:hover {
    background-position: -200px 0;
    color: #c81919; }

.button-blue {
  background: transparent url(../../images/bg-button-blue.jpg) repeat left center;
  border-color: #004c8c;
  color: #004c8c; }
  .button-blue:hover {
    background-position: -200px 0;
    color: #004c8c; }

.button-submit {
  background: transparent url(../../images/bg-button-submit.png) no-repeat 0 0;
  width: 135px;
  height: 37px;
  color: #004c8c; }
  .button-submit:hover {
    text-shadow: 1px 1px 1px #fff;
    color: #000; }

/*# sourceMappingURL=app.css.map */
