@import url('cw_blank.css');
.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;
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0)
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%
}

.fa-2x {
  font-size: 2em
}

.fa-3x {
  font-size: 3em
}

.fa-4x {
  font-size: 4em
}

.fa-5x {
  font-size: 5em
}

.fa-fw {
  width: 1.28571429em;
  text-align: center
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none
}

  .fa-ul > li {
    position: relative
  }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center
}

  .fa-li.fa-lg {
    left: -1.85714286em
  }

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em
}

.pull-right {
  float: right
}

.pull-left {
  float: left
}

.fa.pull-left {
  margin-right: .3em
}

.fa.pull-right {
  margin-left: .3em
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

.fa-rotate-90 {
  filter: DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg)
}

.fa-rotate-180 {
  filter: DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.fa-rotate-270 {
  filter: DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg)
}

.fa-flip-horizontal {
  filter: DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);
  -webkit-transform: scale(-1,1);
  -ms-transform: scale(-1,1);
  transform: scale(-1,1)
}

.fa-flip-vertical {
  filter: DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);
  -webkit-transform: scale(1,-1);
  -ms-transform: scale(1,-1);
  transform: scale(1,-1)
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  -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
}

.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-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: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-rebel:before {
  content: ""
}

.fa-ge:before, .fa-empire:before {
  content: ""
}

.fa-git-square:before {
  content: ""
}

.fa-git:before {
  content: ""
}

.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-genderless:before, .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-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-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: ""
}

.gradient-black-top-left {
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear,left top,right bottom,color-stop(0,#000),color-stop(1,#000));
  background-image: -webkit-linear-gradient(top left,rgba(0,0,0,.9) 0,transparent 100%);
  background-image: -webkit-linear-gradient(top left,rgba(0,0,0,.9) 0,transparent 100%);
  background-image: linear-gradient(to bottom right,rgba(0,0,0,.9) 0,transparent 100%)
}

.gradient-black-left {
  width: 100%;
  height: 100%;
  background: url(data:image/svg+xml; base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuOSIvPgogICAgPHN0b3Agb2Zmc2V0PSI0MCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjY1JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-gradient(linear,left top,right bottom,color-stop(0,rgba(0,0,0,.9)),color-stop(40%,rgba(0,0,0,.6)),color-stop(65%,transparent),color-stop(100%,transparent));
  background: -webkit-linear-gradient(-45deg,rgba(0,0,0,.9) 0,rgba(0,0,0,.6) 40%,transparent 65%,transparent 100%);
  background: -webkit-linear-gradient(315deg,rgba(0,0,0,.9) 0,rgba(0,0,0,.6) 40%,transparent 65%,transparent 100%);
  background: linear-gradient(135deg,rgba(0,0,0,.9) 0,rgba(0,0,0,.6) 40%,transparent 65%,transparent 100%);
  filter: DXImageTransform.Microsoft.gradient(startColorstr='#e6000000',endColorstr='#00000000',GradientType=1)
}

.gradient-black-bottom-left {
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear,left bottom,right top,color-stop(0,#000),color-stop(1,#000));
  background-image: -webkit-linear-gradient(bottom left,rgba(0,0,0,.9) 0,transparent 100%);
  background-image: -webkit-linear-gradient(bottom left,rgba(0,0,0,.9) 0,transparent 100%);
  background-image: linear-gradient(to top right,rgba(0,0,0,.9) 0,transparent 100%)
}

.gradient-black-bottom {
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear,left bottom,right top,color-stop(0,#000),color-stop(1,#000));
  background-image: -webkit-linear-gradient(bottom left,rgba(0,0,0,.9) 0,transparent 100%);
  background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.9) 0,transparent 100%);
  background-image: linear-gradient(to top,rgba(0,0,0,.9) 0,transparent 100%)
}

.pattern-80 {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(https://www.chantwest.com.au:8080/CMSPages/app_themes/chantwest/images/bg-pixel-80.png)
}

.pattern-50 {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(https://www.chantwest.com.au:8080/CMSPages/app_themes/chantwest/images/bg-pixel-50.png)
}

.pattern-40 {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(https://www.chantwest.com.au:8080/CMSPages/app_themes/chantwest/images/bg-pixel-20.png)
}

.pattern-20 {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(https://www.chantwest.com.au:8080/CMSPages/app_themes/chantwest/images/bg-pixel-20.png)
}

.pattern {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(https://www.chantwest.com.au:8080/CMSPages/app_themes/chantwest/images/bg-pixel.png)
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

body {
  color: #444;
  font-family: Open Sans,Helvetica,Arial,sans-serif;
  font-size: 15.988px;
  line-height: 1.231
}

input, button, select, textarea {
  font-family: Open Sans,Helvetica,Arial,sans-serif;
  font-size: 14px
}

a {
  color: rgba(225,132,9,1);
  text-decoration: none;
  -webkit-transition: .25s;
  transition: .25s;
  -webkit-transition: all .25s ease;
  transition: all .25s ease
}

  a:hover {
    color: #e79d3a;
    text-decoration: underline
  }

h1, .h1 {
  font-size: 53px
}

h2, .h2 {
  font-size: 38px
}

h3, .h3 {
  font-size: 29px
}

h4, .h4 {
  font-size: 22px
}

h5, .h5 {
  font-size: 18px
}

h6, .h6 {
  font-size: 16px
}

@media(max-width:767px) {
  h1, .h1 {
    font-size: 42.4px
  }
}

@media(max-width:479px) {
  h1, .h1 {
    font-size: 31.8px
  }
}

@media(max-width:322px) {
  h1, .h1 {
    font-size: 26.5px
  }
}

@media(max-width:767px) {
  h2, .h2 {
    font-size: 30.4px
  }
}

@media(max-width:479px) {
  h2, .h2 {
    font-size: 26.6px
  }
}

@media(max-width:767px) {
  h3, .h3 {
    font-size: 23.2px
  }
}

@media(max-width:479px) {
  h3, .h3 {
    font-size: 20.3px
  }
}

@media(max-width:767px) {
  h4, .h4 {
    font-size: 17.6px
  }
}

@media(max-width:479px) {
  h4, .h4 {
    font-size: 15.4px
  }
}

@media(max-width:767px) {
  h5, .h5 {
    font-size: 14.4px
  }
}

@media(max-width:479px) {
  h5, .h5 {
    font-size: 14.4px
  }
}

@media(max-width:767px) {
  h6, .h6 {
    font-size: 12.8px
  }
}

@media(max-width:479px) {
  h6, .h6 {
    font-size: 12.8px
  }
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  line-height: 1.2em;
  color: #212121
}

h1 {
  letter-spacing: -2px
}

h2 {
  margin-bottom: 40px
}

@media(max-width:767px) {
  h2 {
    margin-bottom: 20px
  }
}

h3 {
  margin-bottom: 30px;
  margin-top: 2px
}

h4 {
  margin-top: 4px;
  margin-bottom: 5px
}

h6 .fa-ul li {
  padding-bottom: 10px
}

p {
  font-size: 19.6px;
  line-height: 1.6003
}

@media(max-width:767px) {
  p {
    font-size: 16.8px
  }
}

.lead {
  font-family: Open Sans,Helvetica,Arial,sans-serif;
  font-size: 23.8px;
  line-height: 1.4642745;
  font-weight: 400;
  margin-bottom: 30px
}

@media(max-width:767px) {
  .lead {
    font-size: 17.5px
  }
}

small {
  font-size: 84%;
  line-height: 2.050846
}

blockquote {
  position: relative;
  border-left: none;
  padding-left: 19px
}

  blockquote p {
    font-size: 20.006px;
    line-height: 1.549829;
    font-weight: 400;
    margin-bottom: .4em
  }

  blockquote small {
    font-size: 18.004px;
    line-height: 1.722169;
    font-style: italic;
    color: #444
  }

    blockquote small:before {
      content: ""
    }

  blockquote:before {
    position: absolute;
    left: 0;
    width: 3px;
    height: 100%;
    top: 0;
    bottom: 0;
    background-color: #ebedee;
    content: "";
    border-radius: 2px
  }

.img-rounded {
  border-radius: 5px
}

.img-comment {
  font-size: 14.994px;
  line-height: 1.231;
  font-style: italic;
  margin: 24px 0
}

.text-primary {
  color: #0079c1
}

a.text-primary:hover, a.text-primary:focus {
  color: #00619a
}

.text-success {
  color: #00aeef
}

a.text-success:hover, a.text-success:focus {
  color: #008bbf
}

.text-danger {
  color: red
}

a.text-danger:hover, a.text-danger:focus {
  color: #c00
}

.text-warning {
  color: #ffc118
}

a.text-warning:hover, a.text-warning:focus {
  color: #cc9a13
}

.text-info {
  color: #e18409
}

a.text-info:hover, a.text-info:focus {
  color: #0a8e3c
}

.text-inverse {
  color: #fff
}

a.text-inverse:hover, a.text-inverse:focus {
  color: #ccc
}

.muted {
  color: #e5e5e5
}

a.muted:hover, a.muted:focus {
  color: #b7b7b7
}

footer {
  background-color: transparent
}

.input-append input {
  border-radius: 6px 0 0 6px
}

.bg-white {
  background-color: #fff
}

.bg-black {
  background-color: #000 !important
}

.bg-black2 {
  background-color: #242424 !important
}

.bg-black3 {
  background-color: #222 !important
}

.bg-turquoise {
  background-color: #e18409
}

.bg-green-sea {
  background-color: #16a085
}

.bg-emerland {
  background-color: #e18409
}

.bg-nephritis {
  background-color: #e18409
}

.bg-peter-river {
  background-color: #3498db
}

.bg-belize-hole {
  background-color: #2980b9
}

.bg-amethyst {
  background-color: #9b59b6
}

.bg-wisteria {
  background-color: #8e44ad
}

.bg-wet-asphalt {
  background-color: #34495e
}

.bg-midnight-blue {
  background-color: #2c3e50
}

.bg-sun-flower {
  background-color: #f1c40f
}

.bg-orange {
  background-color: #f39c12
}

.bg-carrot {
  background-color: #e67e22
}

.bg-pumpkin {
  background-color: #d35400
}

.bg-alizarin {
  background-color: #e74c3c
}

.bg-pomegranate {
  background-color: #c0392b
}

.bg-clouds {
  background-color: rgba(236,240,241,.48)
}

.bg-clouds-gradient {
  background-color: rgba(236,240,241,.48);
  background: -webkit-linear-gradient(0deg,#fff 0,#f1f7f9 100%);
  background: linear-gradient(90deg,#fff 0,#f1f7f9 100%);
  filter: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f1f7f9',GradientType=1)
}

.bg-silver {
  background-color: #bdc3c7
}

.bg-concrete {
  background-color: #95a5a6
}

.bg-asbestos {
  background-color: #7f8c8d
}

.bg-brand-primary {
  background-color: #e18409 !important
}

.bg-brand-secondary {
  background-color: #0079c1 !important
}

.bg-brand-primary-dark {
  background-color: #4a4540 !important
}

.bg-brand-secondary-dark {
  background-color: #0288d1 !important
}

.bg-brand-dark-gray {
  background-color: #2c2c2d !important
}

.bg-base {
  background-color: #34495e
}

.bg-firm {
  background-color: #e18409
}

.bg-success {
  background-color: #e18409
}

.bg-danger {
  background-color: #e74c3c
}

.bg-warning {
  background-color: #f1c40f
}

.bg-info {
  background-color: #3498db
}

.bg-secondary {
  background-color: #0079c1 !important
}

.bg-success {
  background-color: #00aeef !important
}

.bg-danger {
  background-color: red !important
}

.bg-warning {
  background-color: #ffc118 !important
}

.bg-info {
  background-color: #e18409 !important
}

.bg-gray {
  background-color: #f2f2f2
}

.bordered {
  border-style: solid
}

  .bordered.bg-turquoise {
    border-color: #16a085
  }

  .bordered.bg-emerland {
    border-color: #e18409
  }

  .bordered.bg-peter-river {
    border-color: #2980b9
  }

  .bordered.bg-amethyst {
    border-color: #8e44ad
  }

  .bordered.bg-wet-asphalt {
    border-color: #2c3e50
  }

  .bordered.bg-sun-flower {
    border-color: #f39c12
  }

  .bordered.bg-carrot {
    border-color: #d35400
  }

  .bordered.bg-alizarin {
    border-color: #c0392b
  }

  .bordered.bg-clouds {
    border-color: #bdc3c7
  }

  .bordered.bg-concrete {
    border-color: #7f8c8d
  }

.btn {
  -webkit-transition: .25s;
  transition: .25s;
  text-transform: uppercase
}

  .btn > [class^=fui-] {
    margin-left: 4px;
    margin-right: 4px;
    line-height: inherit;
    display: inline-block;
    vertical-align: top
  }

textarea, input[type=text], input[type=password], input[type=datetime], input[type=datetime-local], input[type=date], input[type=month], input[type=time], input[type=week], input[type=number], input[type=email], input[type=url], input[type=search], input[type=tel], input[type=color], .uneditable-input {
  outline: none
}

.form-group {
  margin-bottom: 20px
}

  .form-group.focus .form-control, .form-control:focus, .form-group.focus .select2-search input[type=text], .select2-search input[type=text]:focus {
    border-color: #e18409;
    outline: 0;
    box-shadow: none
  }

label {
  line-height: 20px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.2em;
  color: #212121
}

@media(max-width:767px) {
  label {
    font-size: 12.8px
  }
}

@media(max-width:479px) {
  label {
    font-size: 12.8px
  }
}

@media(max-width:991px) {
  label {
    font-size: 14.4px
  }
}

@media(max-width:767px) {
  label {
    font-size: 12.8px
  }
}

@media(max-width:479px) {
  label {
    font-size: 12.8px
  }
}

.carousel {
  line-height: 1
}

h4, h5, h6 {
  margin-top: 10px;
  margin-bottom: 10px
}

p {
  margin-bottom: 10px
}

.page-wrapper {
  position: relative;
  z-index: 2;
  background: #fff
}

.header-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}

.page-wrapper header .header-background, .header-antiflicker header .header-background, body header .header-background {
  -webkit-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  -webkit-transition: all .33s cubic-bezier(.694,.0482,.335,1);
  transition: all .33s cubic-bezier(.694,.0482,.335,1)
}

.nav-visible .page-wrapper header .header-background, .nav-visible .navbar.navbar-fixed-top header .header-background, .nav-visible .header-antiflicker header .header-background, .nav-visible body header .header-background {
  -webkit-transform: translate3d(-230px,0,0);
  -ms-transform: translate3d(-230px,0,0);
  transform: translate3d(-230px,0,0)
}

.no-csstransitions .page-wrapper, .no-csstransitions .header-antiflicker {
  left: 0
}

.no-csstransitions.nav-visible .page-wrapper, .no-csstransitions.nav-visible .navbar.navbar-fixed-top, .no-csstransitions.nav-visible .header-antiflicker {
  left: -230px !important;
  right: auto
}

.carousel-indicators {
  width: 100%
}

[class^=fui-] {
  display: inline-block;
  vertical-align: middle
}

body section, body header, body footer {
  position: relative;
  box-sizing: border-box
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic
}

img {
  -webkit-backface-visibility: hidden
}

textarea, input[type=text], input[type=password], input[type=datetime], input[type=datetime-local], input[type=date], input[type=month], input[type=time], input[type=week], input[type=number], input[type=email], input[type=url], input[type=search], input[type=tel], input[type=color], .uneditable-input {
  font-size: 16px
}

@media(max-width:1199px) {
  textarea, input[type=text], input[type=password], input[type=datetime], input[type=datetime-local], input[type=date], input[type=month], input[type=time], input[type=week], input[type=number], input[type=email], input[type=url], input[type=search], input[type=tel], input[type=color], .uneditable-input {
    font-size: 14.4px
  }
}

@media(max-width:991px) {
  textarea, input[type=text], input[type=password], input[type=datetime], input[type=datetime-local], input[type=date], input[type=month], input[type=time], input[type=week], input[type=number], input[type=email], input[type=url], input[type=search], input[type=tel], input[type=color], .uneditable-input {
    font-size: 12.8px
  }
}

@media(max-width:767px) {
  textarea, input[type=text], input[type=password], input[type=datetime], input[type=datetime-local], input[type=date], input[type=month], input[type=time], input[type=week], input[type=number], input[type=email], input[type=url], input[type=search], input[type=tel], input[type=color], .uneditable-input {
    font-size: 11.2px
  }
}

@media(max-width:479px) {
  textarea, input[type=text], input[type=password], input[type=datetime], input[type=datetime-local], input[type=date], input[type=month], input[type=time], input[type=week], input[type=number], input[type=email], input[type=url], input[type=search], input[type=tel], input[type=color], .uneditable-input {
    font-size: 9.6px
  }
}

a:hover, button:hover, a:focus, button:focus, a:active, button:active {
  outline: none
}

.bs-callout {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px
}

  .bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px
  }

  .bs-callout p:last-child {
    margin-bottom: 0
  }

  .bs-callout code {
    border-radius: 3px
  }

  .bs-callout + .bs-callout {
    margin-top: -5px
  }

.bs-callout-default {
  border-left-color: #777
}

  .bs-callout-default h4 {
    color: #777
  }

.bs-callout-primary {
  border-left-color: #e18409
}

  .bs-callout-primary h1, .bs-callout-primary h2, .bs-callout-primary h3, .bs-callout-primary h4, .bs-callout-primary h5, .bs-callout-primary h6 {
    color: #e18409
  }

.bs-callout-secondary {
  border-left-color: #0079c1
}

  .bs-callout-secondary h1, .bs-callout-secondary h2, .bs-callout-secondary h3, .bs-callout-secondary h4, .bs-callout-secondary h5, .bs-callout-secondary h6 {
    color: #0079c1
  }

.bs-callout-success {
  border-left-color: #00aeef
}

  .bs-callout-success h1, .bs-callout-success h2, .bs-callout-success h3, .bs-callout-success h4, .bs-callout-success h5, .bs-callout-success h6 {
    color: #00aeef
  }

.bs-callout-danger {
  border-left-color: red
}

  .bs-callout-danger h1, .bs-callout-danger h2, .bs-callout-danger h3, .bs-callout-danger h4, .bs-callout-danger h5, .bs-callout-danger h6 {
    color: red
  }

.bs-callout-warning {
  border-left-color: #ffc118
}

  .bs-callout-warning h1, .bs-callout-warning h2, .bs-callout-warning h3, .bs-callout-warning h4, .bs-callout-warning h5, .bs-callout-warning h6 {
    color: #ffc118
  }

.bs-callout-info {
  border-left-color: #e18409
}

  .bs-callout-info h1, .bs-callout-info h2, .bs-callout-info h3, .bs-callout-info h4, .bs-callout-info h5, .bs-callout-info h6 {
    color: #e18409
  }

.fa-ul {
  margin-left: 1.7em;
  margin-top: 17px
}

@media(max-width:767px) {
  .fa-ul {
    margin-top: 7px
  }
}

.fa-ul li {
  margin-bottom: 8px
}

@media(max-width:767px) {
  .fa-ul li {
    margin-bottom: 3px
  }
}

.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6, .text-white p, .text-white ul, .text-white li, .text-white input, .text-white label {
  color: #fff !important
}

  .text-white h2:after {
    background: #fff
  }

.text-white a.link-more {
  color: #fff
}

  .text-white a.link-more:hover {
    color: #0079c1
  }

.left-padding-sm {
  padding-left: 15px
}

.bg-cover {
  background-position: 50% 50%;
  background-size: cover
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden
}

  .video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
  }

.separator {
  background-color: #e18409;
  height: 2px;
  width: 80px;
  display: inline-block
}

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,.05);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s,visibility 0s .3s;
  transition: opacity .3s 0s,visibility 0s .3s;
  z-index: 9999
}

  .cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s,visibility 0s 0s;
    transition: opacity .3s 0s,visibility 0s 0s
  }

  .cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1
  }

  .cd-top.cd-fade-out {
    opacity: .5
  }

.no-touch .cd-top:hover {
  background-color: #e18409;
  opacity: 1
}

@media only screen and (min-width:768px) {
  .cd-top {
    right: 20px;
    bottom: 20px
  }
}

@media only screen and (min-width:1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 90px
  }
}

.anchor:before {
  content: '';
  display: block;
  position: relative;
  width: 0;
  height: 170px;
  margin-top: -170px
}

p a {
  font-weight: 700
}

.img-margin-top {
  margin-top: 40px
}

.v-wrapper {
  display: table;
  height: 100%;
  width: 100%
}

  .v-wrapper .v-inner {
    display: table-cell;
    height: 100%;
    vertical-align: middle
  }

.btn {
  border-width: 2px;
  border-style: solid
}

@media(min-width:480px) {
  .btns .btn + .btn {
    margin-left: 20px
  }
}

@media(max-width:479px) {
  .btns .btn:first-child {
    margin-bottom: 20px
  }
}

.btn-lg {
  letter-spacing: 1px
}

.btn-primary {
  border-color: #e18409;
  background-color: #e18409;
  color: #000
}

  .btn-primary:hover {
    border-color: #e79d3a;
    background-color: #e79d3a;
    color: #000
  }

  .btn-primary:active {
    background-color: #e79d3a;
    border-color: #e79d3a
  }

  .btn-primary:hover, .btn-primary.hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    border-color: #e79d3a;
    background-color: #e79d3a;
    color: #000
  }

.btn-secondary {
  border-color: #0079c1
}

  .btn-secondary:hover {
    border-color: #0288d1
  }

.btn-info {
  border-color: #e18409
}

  .btn-info:hover {
    border-color: #e18409
  }

.btn-success {
  border-color: #00aeef
}

  .btn-success:hover {
    border-color: #33bef2
  }

.btn-danger {
  border-color: red
}

  .btn-danger:hover {
    border-color: #f33
  }

.btn-warning {
  border-color: #ffc118
}

  .btn-warning:hover {
    border-color: #ffd11e
  }

.btn-white {
  border: 2px solid #fff;
  color: #000;
  background: none
}

.btn-brand-line {
  border-color: #e18409 !important;
  color: #e18409;
  background: none
}

  .btn-brand-line:hover {
    background: #e18409;
    color: #000;
    text-decoration: none !important
  }

.btn-secondary-line {
  border-color: #0079c1 !important;
  color: #0079c1;
  background: none
}

  .btn-secondary-line:hover {
    background: #0079c1
  }

.btn-info-line {
  border-color: #e18409 !important;
  color: #e18409;
  background: none
}

  .btn-info-line:hover {
    background: #e18409
  }

.btn-success-line {
  border-color: #00aeef !important;
  color: #00aeef;
  background: none
}

  .btn-success-line:hover {
    background: #00aeef
  }

.btn-danger-line {
  border-color: red !important;
  color: red;
  background: none
}

  .btn-danger-line:hover {
    background: red
  }

.btn-warning-line {
  border-color: #ffc118 !important;
  color: #ffc118;
  background: none
}

  .btn-warning-line:hover {
    background: #ffc118
  }

.btn-white-line {
  border: 2px solid #fff;
  color: #fff;
  background: rgba(255,255,255,0)
}

.btn-white-line-secondary {
  border: 2px solid #fff;
  color: #fff;
  background: rgba(255,255,255,0)
}

  .btn-white-line-secondary:hover {
    border-color: #0079c1;
    background-color: #0079c1
  }

.btn-text-line {
  border: 2px solid #444;
  color: #444;
  background: rgba(255,255,255,0)
}

.btn-heading-line {
  border: 2px solid #212121;
  color: #212121;
  background: rgba(255,255,255,0)
}

.btn-grey-line {
  border: 2px solid #ccc;
  color: #fff;
  background: rgba(255,255,255,0)
}

.btn-gray-line {
  border: 2px solid #f2f2f2;
  color: #f2f2f2;
  background: rgba(255,255,255,0)
}

.btn-noborder {
  border: none;
  background: none;
  color: #e18409
}

  .btn-noborder:hover {
    border: none;
    background: none;
    color: #0079c1
  }

.btn-noborder-white {
  border: none;
  background: none;
  color: #e18409
}

  .btn-noborder-white:hover {
    border: none;
    background: none;
    color: #0079c1
  }

.btn-border-none {
  border-width: 0
}

.btn-animate {
  position: relative;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale
}

.rounded {
  border-radius: 40px
}

.col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px
}

@media(min-width:480px) {
  .col-xs-15 {
    width: 20%;
    float: left
  }
}

@media(min-width:768px) {
  .col-sm-15 {
    width: 20%;
    float: left
  }
}

@media(min-width:992px) {
  .col-md-15 {
    width: 20%;
    float: left
  }
}

@media(min-width:1200px) {
  .col-lg-15 {
    width: 20%;
    float: left
  }
}

.link-more, .link-more-secondary {
  text-transform: uppercase;
  font-weight: 600
}

  .link-more:after, .link-more-secondary:after {
    content: "";
    font-family: fontawesome;
    padding-left: 5px
  }

a.link-more {
  color: #e18409
}

  a.link-more:hover {
    color: #0079c1
  }

a.link-more-secondary {
  color: #0079c1
}

  a.link-more-secondary:hover {
    color: #0079c1
  }

a.link-more-success {
  color: #00aeef
}

  a.link-more-success:hover {
    color: #0079c1
  }

.nopadding {
  padding: 0 !important;
  margin: 0 !important
}

@media only screen and (max-width:779px) {
  .link-more, .link-more-secondary {
    display: inline-block
  }
}

.white-font h1, .white-font h2, .white-font h3, .white-font h4, .white-font h5, .white-font h6, .white-font p, .white-font body, .white-font span {
  color: #fff
}

.btn-play {
  display: inline-block;
  text-indent: -9999px;
  vertical-align: middle;
  overflow: hidden;
  width: 67px;
  height: 67px;
  margin-bottom: 20px;
  opacity: .4;
  cursor: pointer;
  transition: all 1s ease;
  -moz-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease
}

  .btn-play:hover {
    opacity: 1;
    -ms-transform: translate(0,-15px);
    transform: translate(0,-15px);
    -webkit-transform: translate(0,-15px);
    -o-transform: translate(0,-15px);
    -moz-transform: translate(0,-15px)
  }

@media(max-width:991px) {
  .btn-play {
    margin: 35px 0
  }
}

.btn-play.btn-play-lg {
  width: 150px;
  height: 150px;
  opacity: .7
}

  .btn-play.btn-play-lg:hover {
    opacity: 1
  }

@media(max-width:991px) {
  .btn-play.btn-play-lg {
    margin: 35px 0
  }
}

@media(max-width:479px) {
  .btns.btns-xs .btn + .btn {
    margin-left: 0
  }
}

.brand-primary {
  color: #e18409 !important
}

[class*=border-top-] {
  border-top-width: 4px;
  border-top-style: solid
}

.bg-primary {
  color: #000;
  background-color: #e18409
}

.bg-primary-dark {
  background: #4a4540 !important
}

.bg-secondary-dark {
  background: #0288d1 !important
}

.bg-success-dark {
  background: #c2185b !important
}

.bg-warning-dark {
  background: #e64a19 !important
}

.bg-danger-dark {
  background: #d32f2f !important
}

.bg-info-dark {
  background: #0097a7 !important
}

.border-top-primary-dark {
  border-color: #4a4540
}

.border-top-secondary-dark {
  border-color: #0288d1
}

.border-top-success-dark {
  border-color: #c2185b
}

.border-top-warning-dark {
  border-color: #e64a19
}

.border-top-danger-dark {
  border-color: #d32f2f
}

.border-top-info-dark {
  border-color: #0097a7
}

.border-top-primary {
  border-color: #e18409
}

.border-top-secondary {
  border-color: #0079c1
}

.border-top-success {
  border-color: #00aeef
}

.border-top-warning {
  border-color: #ffc118
}

.border-top-danger {
  border-color: red
}

.border-top-info {
  border-color: #e18409
}

@-webkit-keyframes loadFromAbove {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes loadFromAbove {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
}

@-webkit-keyframes loadFromBelow {
  from {
    opacity: 0;
    -webkit-transform: translateY(300px);
    transform: translateY(300px)
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes loadFromBelow {
  from {
    opacity: 0;
    -webkit-transform: translateY(300px);
    -ms-transform: translateY(300px);
    transform: translateY(300px)
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
}

@-webkit-keyframes loadFromBelowContact {
  from {
    opacity: 0;
    top: 300px
  }

  to {
    opacity: 1;
    top: 0
  }
}

@keyframes loadFromBelowContact {
  from {
    opacity: 0;
    top: 300px
  }

  to {
    opacity: 1;
    top: 0
  }
}

@-webkit-keyframes loadFromAboveDelayed {
  from {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px)
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes loadFromAboveDelayed {
  from {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px)
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
}

@-webkit-keyframes loadFromAboveDelayedSmall {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px)
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes loadFromAboveDelayedSmall {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px)
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
}

@-webkit-keyframes loadFromBelowDelayedSmall {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px)
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes loadFromBelowDelayedSmall {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px)
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
}

@-webkit-keyframes loadFadeIn {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes loadFadeIn {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.load-animation-from-above {
  -webkit-animation-name: loadFromAbove;
  animation-name: loadFromAbove;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms;
  opacity: 0;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%)
}

.load-animation-from-below-1, .load-animation-from-below-1-contact, .load-animation-from-below-2, .load-animation-from-below-2-contact, .load-animation-from-below-3, .load-animation-from-below-4, .load-animation-from-below-5, .load-animation-from-below-6 {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0
}

.load-animation-from-below-1-contact, .load-animation-from-below-2-contact {
  position: relative;
  -webkit-animation-name: loadFromBelowContact;
  animation-name: loadFromBelowContact;
  top: 300px
}

.load-animation-from-below-1, .load-animation-from-below-2, .load-animation-from-below-3, .load-animation-from-below-4, .load-animation-from-below-5, .load-animation-from-below-6 {
  -webkit-animation-name: loadFromBelow;
  animation-name: loadFromBelow;
  -webkit-transform: translateY(300px);
  -ms-transform: translateY(300px);
  transform: translateY(300px)
}

.load-animation-from-below-1, .load-animation-from-below-1-contact {
  -webkit-animation-delay: 750ms;
  animation-delay: 750ms
}

.load-animation-from-below-2, .load-animation-from-below-2-contact {
  -webkit-animation-delay: 875ms;
  animation-delay: 875ms
}

.load-animation-from-below-3 {
  -webkit-animation-delay: 1000ms;
  animation-delay: 1000ms
}

.load-animation-from-below-4 {
  -webkit-animation-delay: 1125ms;
  animation-delay: 1125ms
}

.load-animation-from-below-5 {
  -webkit-animation-delay: 1250ms;
  animation-delay: 1250ms
}

.load-animation-from-below-6 {
  -webkit-animation-delay: 1375ms;
  animation-delay: 1375ms
}

.load-animation-fade-in {
  -webkit-animation-name: loadFadeIn;
  animation-name: loadFadeIn;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0
}

.load-animation-from-above-delayed {
  -webkit-animation-name: loadFromAboveDelayed;
  animation-name: loadFromAboveDelayed;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 750ms;
  animation-delay: 750ms;
  opacity: 0;
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px)
}

.load-animation-from-above-delayed-1, .load-animation-from-above-delayed-2, .load-animation-from-above-delayed-3, .load-animation-from-above-delayed-4 {
  -webkit-animation-name: loadFromAboveDelayedSmall;
  animation-name: loadFromAboveDelayedSmall;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px)
}

.load-animation-from-above-delayed-1 {
  -webkit-animation-delay: 875ms;
  animation-delay: 875ms
}

.load-animation-from-above-delayed-2 {
  -webkit-animation-delay: 1000ms;
  animation-delay: 1000ms
}

.load-animation-from-above-delayed-3, .load-animation-from-above-delayed-4 {
  -webkit-animation-delay: 1125ms;
  animation-delay: 1125ms
}

.load-animation-from-below-delayed-1, .load-animation-from-below-delayed-2, .load-animation-from-below-delayed-3, .load-animation-from-below-delayed-4 {
  -webkit-animation-name: loadFromBelowDelayedSmall;
  animation-name: loadFromBelowDelayedSmall;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px)
}

.load-animation-from-below-delayed-1 {
  -webkit-animation-delay: 1125ms;
  animation-delay: 1125ms
}

.load-animation-from-below-delayed-2 {
  -webkit-animation-delay: 1250ms;
  animation-delay: 1250ms
}

.load-animation-from-below-delayed-3 {
  -webkit-animation-delay: 1375ms;
  animation-delay: 1375ms
}

.load-animation-from-below-delayed-4 {
  -webkit-animation-delay: 1500ms;
  animation-delay: 1500ms
}

@media(max-width:991px) {
  .grid-photo .pull-right, .grid-photo .pull-left {
    float: inherit !important
  }
}

.grid-photo .grid-img {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  padding-bottom: 60%
}

@media(min-width:992px) {
  .grid-photo .grid1x1 {
    width: 35%;
    height: 35%
  }

    .grid-photo .grid1x1 .grid-img {
      padding-bottom: 60.8%
    }

  .grid-photo .grid2x1 {
    width: 50%;
    height: 25%
  }

    .grid-photo .grid2x1 .grid-img {
      padding-bottom: 50%
    }

  .grid-photo .grid2x2 {
    width: 50%;
    height: 50%
  }

  .grid-photo .grid3x2 {
    width: 65%;
    height: 50%
  }

    .grid-photo .grid3x2 .grid-img {
      padding-bottom: 65.5%
    }
}

.btn.btn-fab, .btn.btn-fab .ripple-wrapper {
  border-radius: 100%
}

.btn.btn-fab {
  margin: 0;
  padding: 15px;
  font-size: 26px;
  width: 72px;
  height: 72px;
  text-align: center;
  transition: box-shadow .28s cubic-bezier(.4,0,.2,1);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  box-shadow: 0 3px 10px rgba(0,0,0,.23),0 3px 10px rgba(0,0,0,.16)
}

  .btn.btn-fab:hover {
    -webkit-transform: scale(1.2) rotate(360deg) !important;
    -ms-transform: scale(1.2) rotate(360deg) !important;
    transform: scale(1.2) rotate(360deg) !important
  }

  .btn.btn-fab i.fa {
    color: #fff
  }

.delimiter {
  margin-top: 200px
}

  .delimiter.line {
    margin-top: 150px;
    margin-bottom: 150px;
    border-top: 2px solid #ebedee
  }

header {
  padding-top: 100px;
  padding-bottom: 70px;
  z-index: 100
}

  header .brand {
    font-size: 25px;
    font-weight: 800;
    letter-spacing: -1px;
    color: #2c3e50
  }

@media(max-width:1199px) {
  header .brand {
    font-size: 22.5px
  }
}

@media(max-width:991px) {
  header .brand {
    font-size: 20px
  }
}

@media(max-width:767px) {
  header .brand {
    font-size: 17.5px
  }
}

@media(max-width:479px) {
  header .brand {
    font-size: 15px
  }
}

header .brand img:first-child {
  float: left;
  margin: -10px 15px 0 0
}

section * {
  z-index: 2
}

.background {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: 50% 50% no-repeat;
  background-size: cover;
  opacity: .2;
  filter: alpha(opacity=20)
}

.container {
  position: relative
}

@media(max-width:767px) {
  header {
    box-sizing: border-box
  }
}

.animated.d2 {
  -webkit-animation-delay: .2s;
  animation-delay: .2s
}

.animated.d3 {
  -webkit-animation-delay: .3s;
  animation-delay: .3s
}

.animated.d4 {
  -webkit-animation-delay: .4s;
  animation-delay: .4s
}

.animated.d5 {
  -webkit-animation-delay: .5s;
  animation-delay: .5s
}

.animated.d6 {
  -webkit-animation-delay: .6s;
  animation-delay: .6s
}

.animated.d7 {
  -webkit-animation-delay: .7s;
  animation-delay: .7s
}

.animated.d8 {
  -webkit-animation-delay: .8s;
  animation-delay: .8s
}

.animated.d8 {
  -webkit-animation-delay: .8s;
  animation-delay: .8s
}

.animated.d9 {
  -webkit-animation-delay: .9s;
  animation-delay: .9s
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

  .animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
  }

  .animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
  }

  .animated.bounceIn, .animated.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
  }

  .animated.flipOutX, .animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
  }

@-webkit-keyframes bounce {
  from,20%,53%,80%,100% {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }

  40%,43% {
    -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
    animation-timing-function: cubic-bezier(.755,.05,.855,.06);
    -webkit-transform: translate3d(0,-30px,0);
    transform: translate3d(0,-30px,0)
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
    animation-timing-function: cubic-bezier(.755,.05,.855,.06);
    -webkit-transform: translate3d(0,-15px,0);
    transform: translate3d(0,-15px,0)
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0)
  }
}

@keyframes bounce {
  from,20%,53%,80%,100% {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }

  40%,43% {
    -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
    animation-timing-function: cubic-bezier(.755,.05,.855,.06);
    -webkit-transform: translate3d(0,-30px,0);
    transform: translate3d(0,-30px,0)
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
    animation-timing-function: cubic-bezier(.755,.05,.855,.06);
    -webkit-transform: translate3d(0,-15px,0);
    transform: translate3d(0,-15px,0)
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0)
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom
}

@-webkit-keyframes flash {
  from,50%,100% {
    opacity: 1
  }

  25%,75% {
    opacity: 0
  }
}

@keyframes flash {
  from,50%,100% {
    opacity: 1
  }

  25%,75% {
    opacity: 0
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1)
  }

  50% {
    -webkit-transform: scale3d(1.05,1.05,1.05);
    transform: scale3d(1.05,1.05,1.05)
  }

  100% {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1)
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1)
  }

  50% {
    -webkit-transform: scale3d(1.05,1.05,1.05);
    transform: scale3d(1.05,1.05,1.05)
  }

  100% {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1)
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1)
  }

  30% {
    -webkit-transform: scale3d(1.25,.75,1);
    transform: scale3d(1.25,.75,1)
  }

  40% {
    -webkit-transform: scale3d(.75,1.25,1);
    transform: scale3d(.75,1.25,1)
  }

  50% {
    -webkit-transform: scale3d(1.15,.85,1);
    transform: scale3d(1.15,.85,1)
  }

  65% {
    -webkit-transform: scale3d(.95,1.05,1);
    transform: scale3d(.95,1.05,1)
  }

  75% {
    -webkit-transform: scale3d(1.05,.95,1);
    transform: scale3d(1.05,.95,1)
  }

  100% {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1)
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1)
  }

  30% {
    -webkit-transform: scale3d(1.25,.75,1);
    transform: scale3d(1.25,.75,1)
  }

  40% {
    -webkit-transform: scale3d(.75,1.25,1);
    transform: scale3d(.75,1.25,1)
  }

  50% {
    -webkit-transform: scale3d(1.15,.85,1);
    transform: scale3d(1.15,.85,1)
  }

  65% {
    -webkit-transform: scale3d(.95,1.05,1);
    transform: scale3d(.95,1.05,1)
  }

  75% {
    -webkit-transform: scale3d(1.05,.95,1);
    transform: scale3d(1.05,.95,1)
  }

  100% {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1)
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand
}

@-webkit-keyframes shake {
  from,100% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }

  10%,30%,50%,70%,90% {
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0)
  }

  20%,40%,60%,80% {
    -webkit-transform: translate3d(10px,0,0);
    transform: translate3d(10px,0,0)
  }
}

@keyframes shake {
  from,100% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }

  10%,30%,50%,70%,90% {
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0)
  }

  20%,40%,60%,80% {
    -webkit-transform: translate3d(10px,0,0);
    transform: translate3d(10px,0,0)
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0,0,1,15deg);
    transform: rotate3d(0,0,1,15deg)
  }

  40% {
    -webkit-transform: rotate3d(0,0,1,-10deg);
    transform: rotate3d(0,0,1,-10deg)
  }

  60% {
    -webkit-transform: rotate3d(0,0,1,5deg);
    transform: rotate3d(0,0,1,5deg)
  }

  80% {
    -webkit-transform: rotate3d(0,0,1,-5deg);
    transform: rotate3d(0,0,1,-5deg)
  }

  100% {
    -webkit-transform: rotate3d(0,0,1,0deg);
    transform: rotate3d(0,0,1,0deg)
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0,0,1,15deg);
    transform: rotate3d(0,0,1,15deg)
  }

  40% {
    -webkit-transform: rotate3d(0,0,1,-10deg);
    transform: rotate3d(0,0,1,-10deg)
  }

  60% {
    -webkit-transform: rotate3d(0,0,1,5deg);
    transform: rotate3d(0,0,1,5deg)
  }

  80% {
    -webkit-transform: rotate3d(0,0,1,-5deg);
    transform: rotate3d(0,0,1,-5deg)
  }

  100% {
    -webkit-transform: rotate3d(0,0,1,0deg);
    transform: rotate3d(0,0,1,0deg)
  }
}

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1)
  }

  10%,20% {
    -webkit-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
    transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)
  }

  30%,50%,70%,90% {
    -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
    transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)
  }

  40%,60%,80% {
    -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
    transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)
  }

  100% {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1)
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1)
  }

  10%,20% {
    -webkit-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
    transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)
  }

  30%,50%,70%,90% {
    -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
    transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)
  }

  40%,60%,80% {
    -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
    transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)
  }

  100% {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1)
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada
}

@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none
  }

  15% {
    -webkit-transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
    transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)
  }

  30% {
    -webkit-transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
    transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg)
  }

  45% {
    -webkit-transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
    transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)
  }

  60% {
    -webkit-transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
    transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg)
  }

  75% {
    -webkit-transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
    transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)
  }

  100% {
    -webkit-transform: none;
    transform: none
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none
  }

  15% {
    -webkit-transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
    transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)
  }

  30% {
    -webkit-transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
    transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg)
  }

  45% {
    -webkit-transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
    transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)
  }

  60% {
    -webkit-transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
    transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg)
  }

  75% {
    -webkit-transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
    transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)
  }

  100% {
    -webkit-transform: none;
    transform: none
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble
}

@-webkit-keyframes jello {
  from,11.1%,100% {
    -webkit-transform: none;
    transform: none
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg)
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg)
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg)
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg)
  }

  66.6% {
    -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
    transform: skewX(-.78125deg) skewY(-.78125deg)
  }

  77.7% {
    -webkit-transform: skewX(.390625deg) skewY(.390625deg);
    transform: skewX(.390625deg) skewY(.390625deg)
  }

  88.8% {
    -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
    transform: skewX(-.1953125deg) skewY(-.1953125deg)
  }
}

@keyframes jello {
  from,11.1%,100% {
    -webkit-transform: none;
    transform: none
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg)
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg)
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg)
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg)
  }

  66.6% {
    -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
    transform: skewX(-.78125deg) skewY(-.78125deg)
  }

  77.7% {
    -webkit-transform: skewX(.390625deg) skewY(.390625deg);
    transform: skewX(.390625deg) skewY(.390625deg)
  }

  88.8% {
    -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
    transform: skewX(-.1953125deg) skewY(-.1953125deg)
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center
}

@-webkit-keyframes bounceIn {
  from,20%,40%,60%,80%,100% {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1)
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3)
  }

  20% {
    -webkit-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1)
  }

  40% {
    -webkit-transform: scale3d(.9,.9,.9);
    transform: scale3d(.9,.9,.9)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03,1.03,1.03);
    transform: scale3d(1.03,1.03,1.03)
  }

  80% {
    -webkit-transform: scale3d(.97,.97,.97);
    transform: scale3d(.97,.97,.97)
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1)
  }
}

@keyframes bounceIn {
  from,20%,40%,60%,80%,100% {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1)
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3)
  }

  20% {
    -webkit-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1)
  }

  40% {
    -webkit-transform: scale3d(.9,.9,.9);
    transform: scale3d(.9,.9,.9)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03,1.03,1.03);
    transform: scale3d(1.03,1.03,1.03)
  }

  80% {
    -webkit-transform: scale3d(.97,.97,.97);
    transform: scale3d(.97,.97,.97)
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1)
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
  from,60%,75%,90%,100% {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,-3000px,0);
    transform: translate3d(0,-3000px,0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0,25px,0);
    transform: translate3d(0,25px,0)
  }

  75% {
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0)
  }

  90% {
    -webkit-transform: translate3d(0,5px,0);
    transform: translate3d(0,5px,0)
  }

  100% {
    -webkit-transform: none;
    transform: none
  }
}

@keyframes bounceInDown {
  from,60%,75%,90%,100% {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,-3000px,0);
    transform: translate3d(0,-3000px,0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0,25px,0);
    transform: translate3d(0,25px,0)
  }

  75% {
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0)
  }

  90% {
    -webkit-transform: translate3d(0,5px,0);
    transform: translate3d(0,5px,0)
  }

  100% {
    -webkit-transform: none;
    transform: none
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
  from,60%,75%,90%,100% {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px,0,0);
    transform: translate3d(-3000px,0,0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px,0,0);
    transform: translate3d(25px,0,0)
  }

  75% {
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0)
  }

  90% {
    -webkit-transform: translate3d(5px,0,0);
    transform: translate3d(5px,0,0)
  }

  100% {
    -webkit-transform: none;
    transform: none
  }
}

@keyframes bounceInLeft {
  from,60%,75%,90%,100% {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px,0,0);
    transform: translate3d(-3000px,0,0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px,0,0);
    transform: translate3d(25px,0,0)
  }

  75% {
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0)
  }

  90% {
    -webkit-transform: translate3d(5px,0,0);
    transform: translate3d(5px,0,0)
  }

  100% {
    -webkit-transform: none;
    transform: none
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
  from,60%,75%,90%,100% {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1)
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px,0,0);
    transform: translate3d(3000px,0,0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px,0,0);
    transform: translate3d(-25px,0,0)
  }

  75% {
    -webkit-transform: translate3d(10px,0,0);
    transform: translate3d(10px,0,0)
  }

  90% {
    -webkit-transform: translate3d(-5px,0,0);
    transform: translate3d(-5px,0,0)
  }

  100% {
    -webkit-transform: none;
    transform: none
  }
}

@keyframes bounceInRight {
  from,60%,75%,90%,100% {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1)
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px,0,0);
    transform: translate3d(3000px,0,0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px,0,0);
    transform: translate3d(-25px,0,0)
  }

  75% {
    -webkit-transform: translate3d(10px,0,0);
    transform: translate3d(10px,0,0)
  }

  90% {
    -webkit-transform: translate3d(-5px,0,0);
    transform: translate3d(-5px,0,0)
  }

  100% {
    -webkit-transform: none;
    transform: none
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
  from,60%,75%,90%,100% {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1)
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0,3000px,0);
    transform: translate3d(0,3000px,0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0)
  }

  75% {
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0)
  }

  90% {
    -webkit-transform: translate3d(0,-5px,0);
    transform: translate3d(0,-5px,0)
  }

  100% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }
}

@keyframes bounceInUp {
  from,60%,75%,90%,100% {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1)
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0,3000px,0);
    transform: translate3d(0,3000px,0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0)
  }

  75% {
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0)
  }

  90% {
    -webkit-transform: translate3d(0,-5px,0);
    transform: translate3d(0,-5px,0)
  }

  100% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9,.9,.9);
    transform: scale3d(.9,.9,.9)
  }

  50%,55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1)
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3)
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9,.9,.9);
    transform: scale3d(.9,.9,.9)
  }

  50%,55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1)
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3)
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0)
  }

  40%,45% {
    opacity: 1;
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0,2000px,0);
    transform: translate3d(0,2000px,0)
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0)
  }

  40%,45% {
    opacity: 1;
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0,2000px,0);
    transform: translate3d(0,2000px,0)
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px,0,0);
    transform: translate3d(20px,0,0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px,0,0);
    transform: translate3d(-2000px,0,0)
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px,0,0);
    transform: translate3d(20px,0,0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px,0,0);
    transform: translate3d(-2000px,0,0)
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px,0,0);
    transform: translate3d(-20px,0,0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px,0,0);
    transform: translate3d(2000px,0,0)
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px,0,0);
    transform: translate3d(-20px,0,0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px,0,0);
    transform: translate3d(2000px,0,0)
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0)
  }

  40%,45% {
    opacity: 1;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0,-2000px,0);
    transform: translate3d(0,-2000px,0)
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0)
  }

  40%,45% {
    opacity: 1;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0,-2000px,0);
    transform: translate3d(0,-2000px,0)
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes fadeIn {
  from {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0)
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0)
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,-2000px,0);
    transform: translate3d(0,-2000px,0)
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,-2000px,0);
    transform: translate3d(0,-2000px,0)
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0)
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0)
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px,0,0);
    transform: translate3d(-2000px,0,0)
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px,0,0);
    transform: translate3d(-2000px,0,0)
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0)
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0)
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px,0,0);
    transform: translate3d(2000px,0,0)
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px,0,0);
    transform: translate3d(2000px,0,0)
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0)
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0)
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,2000px,0);
    transform: translate3d(0,2000px,0)
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,2000px,0);
    transform: translate3d(0,2000px,0)
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

@keyframes fadeOut {
  from {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0)
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0)
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0,2000px,0);
    transform: translate3d(0,2000px,0)
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0,2000px,0);
    transform: translate3d(0,2000px,0)
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0)
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0)
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px,0,0);
    transform: translate3d(-2000px,0,0)
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px,0,0);
    transform: translate3d(-2000px,0,0)
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0)
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0)
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px,0,0);
    transform: translate3d(2000px,0,0)
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px,0,0);
    transform: translate3d(2000px,0,0)
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0)
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0)
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0,-2000px,0);
    transform: translate3d(0,-2000px,0)
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0,-2000px,0);
    transform: translate3d(0,-2000px,0)
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,-360deg);
    transform: perspective(400px) rotate3d(0,1,0,-360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
    transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
    transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95,.95,.95);
    transform: perspective(400px) scale3d(.95,.95,.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,-360deg);
    transform: perspective(400px) rotate3d(0,1,0,-360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
    transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
    transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95,.95,.95);
    transform: perspective(400px) scale3d(.95,.95,.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
    transform: perspective(400px) rotate3d(1,0,0,90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
    transform: perspective(400px) rotate3d(1,0,0,-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,10deg);
    transform: perspective(400px) rotate3d(1,0,0,10deg);
    opacity: 1
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,-5deg);
    transform: perspective(400px) rotate3d(1,0,0,-5deg)
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
    transform: perspective(400px) rotate3d(1,0,0,90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
    transform: perspective(400px) rotate3d(1,0,0,-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,10deg);
    transform: perspective(400px) rotate3d(1,0,0,10deg);
    opacity: 1
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,-5deg);
    transform: perspective(400px) rotate3d(1,0,0,-5deg)
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
    transform: perspective(400px) rotate3d(0,1,0,90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,-20deg);
    transform: perspective(400px) rotate3d(0,1,0,-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,10deg);
    transform: perspective(400px) rotate3d(0,1,0,10deg);
    opacity: 1
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,-5deg);
    transform: perspective(400px) rotate3d(0,1,0,-5deg)
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
    transform: perspective(400px) rotate3d(0,1,0,90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,-20deg);
    transform: perspective(400px) rotate3d(0,1,0,-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,10deg);
    transform: perspective(400px) rotate3d(0,1,0,10deg);
    opacity: 1
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,-5deg);
    transform: perspective(400px) rotate3d(0,1,0,-5deg)
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
    transform: perspective(400px) rotate3d(1,0,0,-20deg);
    opacity: 1
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
    transform: perspective(400px) rotate3d(1,0,0,90deg);
    opacity: 0
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
    transform: perspective(400px) rotate3d(1,0,0,-20deg);
    opacity: 1
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
    transform: perspective(400px) rotate3d(1,0,0,90deg);
    opacity: 0
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,-15deg);
    transform: perspective(400px) rotate3d(0,1,0,-15deg);
    opacity: 1
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
    transform: perspective(400px) rotate3d(0,1,0,90deg);
    opacity: 0
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,-15deg);
    transform: perspective(400px) rotate3d(0,1,0,-15deg);
    opacity: 1
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
    transform: perspective(400px) rotate3d(0,1,0,90deg);
    opacity: 0
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%,0,0) skewX(-30deg);
    transform: translate3d(100%,0,0) skewX(-30deg);
    opacity: 0
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1
  }

  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%,0,0) skewX(-30deg);
    transform: translate3d(100%,0,0) skewX(-30deg);
    opacity: 0
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1
  }

  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1
  }

  100% {
    -webkit-transform: translate3d(100%,0,0) skewX(30deg);
    transform: translate3d(100%,0,0) skewX(30deg);
    opacity: 0
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1
  }

  100% {
    -webkit-transform: translate3d(100%,0,0) skewX(30deg);
    transform: translate3d(100%,0,0) skewX(30deg);
    opacity: 0
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0,0,1,-200deg);
    transform: rotate3d(0,0,1,-200deg);
    opacity: 0
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0,0,1,-200deg);
    transform: rotate3d(0,0,1,-200deg);
    opacity: 0
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg);
    opacity: 0
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg);
    opacity: 0
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
    opacity: 0
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
    opacity: 0
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
    opacity: 0
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
    opacity: 0
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0,0,1,-90deg);
    transform: rotate3d(0,0,1,-90deg);
    opacity: 0
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0,0,1,-90deg);
    transform: rotate3d(0,0,1,-90deg);
    opacity: 0
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0,0,1,200deg);
    transform: rotate3d(0,0,1,200deg);
    opacity: 0
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0,0,1,200deg);
    transform: rotate3d(0,0,1,200deg);
    opacity: 0
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
    opacity: 0
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
    opacity: 0
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg);
    opacity: 0
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg);
    opacity: 0
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg);
    opacity: 0
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg);
    opacity: 0
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0,0,1,90deg);
    transform: rotate3d(0,0,1,90deg);
    opacity: 0
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0,0,1,90deg);
    transform: rotate3d(0,0,1,90deg);
    opacity: 0
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }

  20%,60% {
    -webkit-transform: rotate3d(0,0,1,80deg);
    transform: rotate3d(0,0,1,80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }

  40%,80% {
    -webkit-transform: rotate3d(0,0,1,60deg);
    transform: rotate3d(0,0,1,60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1
  }

  100% {
    -webkit-transform: translate3d(0,700px,0);
    transform: translate3d(0,700px,0);
    opacity: 0
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }

  20%,60% {
    -webkit-transform: rotate3d(0,0,1,80deg);
    transform: rotate3d(0,0,1,80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }

  40%,80% {
    -webkit-transform: rotate3d(0,0,1,60deg);
    transform: rotate3d(0,0,1,60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1
  }

  100% {
    -webkit-transform: translate3d(0,700px,0);
    transform: translate3d(0,700px,0);
    opacity: 0
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge
}

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
    transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
    transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn
}

@-webkit-keyframes rollOut {
  from {
    opacity: 1
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
    transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg)
  }
}

@keyframes rollOut {
  from {
    opacity: 1
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
    transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg)
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3)
  }

  50% {
    opacity: 1
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3)
  }

  50% {
    opacity: 1
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1)
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1)
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
    transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1)
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
    transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1)
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
    transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1)
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
    transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1)
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1)
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1)
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3)
  }

  100% {
    opacity: 0
  }
}

@keyframes zoomOut {
  from {
    opacity: 1
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3)
  }

  100% {
    opacity: 0
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19)
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1)
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19)
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1)
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(42px,0,0)
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px,0,0);
    transform: scale(.1) translate3d(-2000px,0,0);
    -webkit-transform-origin: left center;
    transform-origin: left center
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(42px,0,0)
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px,0,0);
    transform: scale(.1) translate3d(-2000px,0,0);
    -webkit-transform-origin: left center;
    transform-origin: left center
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(-42px,0,0)
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px,0,0);
    transform: scale(.1) translate3d(2000px,0,0);
    -webkit-transform-origin: right center;
    transform-origin: right center
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(-42px,0,0)
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px,0,0);
    transform: scale(.1) translate3d(2000px,0,0);
    -webkit-transform-origin: right center;
    transform-origin: right center
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19)
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1)
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19)
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1)
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
    visibility: visible
  }

  100% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
    visibility: visible
  }

  100% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    visibility: visible
  }

  100% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    visibility: visible
  }

  100% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    visibility: visible
  }

  100% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    visibility: visible
  }

  100% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    visibility: visible
  }

  100% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    visibility: visible
  }

  100% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0)
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0)
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0)
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0)
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0)
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0)
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0)
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0)
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp
}

.flex-container a:hover, .flex-slider a:hover, .flex-container a:focus, .flex-slider a:focus {
  outline: none
}

.slides, .slides > li, .flex-control-nav, .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none
}

.flex-pauseplay span {
  text-transform: capitalize
}

.flexslider {
  margin: 0;
  padding: 0
}

  .flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden
  }

  .flexslider .slides img {
    width: 100%;
    display: block
  }

  .flexslider .slides:after {
    content: "\20";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
  }

html[xmlns] .flexslider .slides {
  display: block
}

* html .flexslider .slides {
  height: 1%
}

.no-js .flexslider .slides > li:first-child {
  display: block
}

.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  border-radius: 4px;
  -o-box-shadow: '' 0 1px 4px rgba(0,0,0,.2);
  box-shadow: '' 0 1px 4px rgba(0,0,0,.2)
}

  .flexslider .slides {
    zoom: 1
  }

    .flexslider .slides img {
      height: auto
    }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease
}

.loading .flex-viewport {
  max-height: 300px
}

.carousel li {
  margin-right: 5px
}

.flex-direction-nav {
  height: 0
}

  .flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0,0,0,.8);
    text-shadow: 1px 1px 0 rgba(255,255,255,.3);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
  }

    .flex-direction-nav a:before {
      font-family: flexslider-icon;
      font-size: 40px;
      display: inline-block;
      content: '';
      color: rgba(0,0,0,.8);
      text-shadow: 1px 1px 0 rgba(255,255,255,.3)
    }

    .flex-direction-nav a.flex-next:before {
      content: ''
    }

  .flex-direction-nav .flex-prev {
    left: -50px
  }

  .flex-direction-nav .flex-next {
    right: -50px;
    text-align: right
  }

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: .7;
  left: 10px
}

  .flexslider:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1
  }

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: .7;
  right: 10px
}

  .flexslider:hover .flex-direction-nav .flex-next:hover {
    opacity: 1
  }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: .8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000
}

  .flex-pauseplay a:before {
    font-family: flexslider-icon;
    font-size: 20px;
    display: inline-block;
    content: ''
  }

  .flex-pauseplay a:hover {
    opacity: 1
  }

  .flex-pauseplay a.flex-play:before {
    content: ''
  }

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center
}

  .flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    display: inline
  }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0,0,0,.5);
  cursor: pointer;
  text-indent: -9999px;
  -o-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
  box-shadow: inset 0 0 3px rgba(0,0,0,.3);
  border-radius: 20px
}

  .flex-control-paging li a:hover {
    background: #333;
    background: rgba(0,0,0,.7)
  }

  .flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0,0,0,.9);
    cursor: default
  }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden
}

  .flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0
  }

  .flex-control-thumbs img {
    width: 100%;
    height: auto;
    display: block;
    opacity: .7;
    cursor: pointer;
    -webkit-transition: all 1s ease;
    transition: all 1s ease
  }

    .flex-control-thumbs img:hover {
      opacity: 1
    }

  .flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default
  }

@media screen and (max-width:860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px
  }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px
  }
}

.mega-menu header {
  transition: all .3s;
  -webkit-transition: all .3s
}

@media(min-width:1101px) {
  .mega-menu header {
    padding-top: 20px !important
  }

    .mega-menu header img {
      margin-top: 25px
    }
}

.mega-menu header.filled {
  top: 0;
  background-color: rgba(255,255,255,.99);
  padding-top: 0 !important;
  transition: all .5s;
  -webkit-transition: all .5s;
  border-bottom: 1px solid #666;
  border-color: #e5e5e5
}

@media(min-width:1101px) {
  .mega-menu header.filled {
    height: 85px
  }
}

.mega-menu header.filled .cd-logo {
  transition: all .5s;
  -webkit-transition: all .5s
}

  .mega-menu header.filled .cd-logo img {
    height: 72px;
    width: auto;
    margin-top: 16px
  }

@media(min-width:1101px) {
  .mega-menu header.filled .cd-header-buttons {
    top: 0;
    padding-left: 0
  }
}

.mega-menu .cd-main-header, .mega-menu .cd-nav, .mega-menu .cd-search {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline
}

  .mega-menu .cd-main-header article, .mega-menu .cd-nav article, .mega-menu .cd-search article, .mega-menu .cd-main-header aside, .mega-menu .cd-nav aside, .mega-menu .cd-search aside, .mega-menu .cd-main-header details, .mega-menu .cd-nav details, .mega-menu .cd-search details, .mega-menu .cd-main-header figcaption, .mega-menu .cd-nav figcaption, .mega-menu .cd-search figcaption, .mega-menu .cd-main-header figure, .mega-menu .cd-nav figure, .mega-menu .cd-search figure, .mega-menu .cd-main-header footer, .mega-menu .cd-nav footer, .mega-menu .cd-search footer, .mega-menu .cd-main-header header, .mega-menu .cd-nav header, .mega-menu .cd-search header, .mega-menu .cd-main-header hgroup, .mega-menu .cd-nav hgroup, .mega-menu .cd-search hgroup, .mega-menu .cd-main-header menu, .mega-menu .cd-nav menu, .mega-menu .cd-search menu, .mega-menu .cd-main-header nav, .mega-menu .cd-nav nav, .mega-menu .cd-search nav, .mega-menu .cd-main-header section, .mega-menu .cd-nav section, .mega-menu .cd-search section, .mega-menu .cd-main-header main, .mega-menu .cd-nav main, .mega-menu .cd-search main {
    display: block
  }

  .mega-menu .cd-main-header body, .mega-menu .cd-nav body, .mega-menu .cd-search body {
    line-height: 1
  }

  .mega-menu .cd-main-header ol, .mega-menu .cd-nav ol, .mega-menu .cd-search ol, .mega-menu .cd-main-header ul, .mega-menu .cd-nav ul, .mega-menu .cd-search ul {
    list-style: none
  }

  .mega-menu .cd-main-header blockquote, .mega-menu .cd-nav blockquote, .mega-menu .cd-search blockquote, .mega-menu .cd-main-header q, .mega-menu .cd-nav q, .mega-menu .cd-search q {
    quotes: none
  }

    .mega-menu .cd-main-header blockquote:before, .mega-menu .cd-nav blockquote:before, .mega-menu .cd-search blockquote:before, .mega-menu .cd-main-header blockquote:after, .mega-menu .cd-nav blockquote:after, .mega-menu .cd-search blockquote:after, .mega-menu .cd-main-header q:before, .mega-menu .cd-nav q:before, .mega-menu .cd-search q:before, .mega-menu .cd-main-header q:after, .mega-menu .cd-nav q:after, .mega-menu .cd-search q:after {
      content: '';
      content: none
    }

  .mega-menu .cd-main-header table, .mega-menu .cd-nav table, .mega-menu .cd-search table {
    border-collapse: collapse;
    border-spacing: 0
  }

@media only screen and (max-width:1100px) {
  .mega-menu body.nav-on-left.overflow-hidden {
    overflow: hidden
  }
}

.mega-menu input[type=search]::-ms-clear {
  display: none
}

.mega-menu input[type=search]::-webkit-search-decoration, .mega-menu input[type=search]::-webkit-search-cancel-button, .mega-menu input[type=search]::-webkit-search-results-button, .mega-menu input[type=search]::-webkit-search-results-decoration {
  display: none
}

.mega-menu .cd-main-header {
  height: 50px;
  background: #fff;
  z-index: 3
}

.mega-menu .nav-is-fixed {
  position: fixed;
  left: 0;
  width: 100%
}

@media only screen and (min-width:1101px) {
  .mega-menu .cd-main-header {
    height: 110px
  }

    .mega-menu .cd-main-header:after {
      content: "";
      display: table;
      clear: both
    }
}

.mega-menu .cd-logo {
  position: absolute;
  top: 12px;
  left: 5%
}

  .mega-menu .cd-logo img {
    display: block
  }

@media only screen and (max-width:1100px) {
  .mega-menu .nav-on-left .cd-logo {
    left: auto;
    right: 5%
  }
}

@media(min-width:1101px) {
  .mega-menu .cd-logo {
    top: 26px;
    left: 4em
  }
}

@media(min-width:1101px)and (max-width:1199px) {
  .mega-menu .cd-logo {
    left: 2em
  }
}

.mega-menu .cd-header-buttons {
  position: absolute;
  display: inline-block;
  top: 3px;
  right: 5%
}

  .mega-menu .cd-header-buttons li {
    display: inline-block
  }

@media only screen and (max-width:1100px) {
  .mega-menu .nav-on-left .cd-header-buttons {
    right: auto;
    left: 5%
  }

    .mega-menu .nav-on-left .cd-header-buttons li {
      float: right
    }
}

@media(min-width:1101px) {
  .mega-menu .cd-header-buttons {
    top: 13px;
    right: 3.5em;
    transition: all .5s;
    -webkit-transition: all .5s
  }
}

.mega-menu .cd-search-trigger, .mega-menu .cd-nav-trigger {
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  overflow: hidden;
  white-space: nowrap;
  color: transparent;
  z-index: 3
}

  .mega-menu .cd-search-trigger::before, .mega-menu .cd-search-trigger::after {
    content: '';
    position: absolute;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
  }

  .mega-menu .cd-search-trigger::before {
    top: 11px;
    left: 11px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 3px solid #2e3233
  }

  .mega-menu .cd-search-trigger::after {
    height: 3px;
    width: 8px;
    background: #2e3233;
    bottom: 14px;
    right: 11px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
  }

  .mega-menu .cd-search-trigger span {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0
  }

    .mega-menu .cd-search-trigger span::before, .mega-menu .cd-search-trigger span::after {
      content: '';
      position: absolute;
      display: inline-block;
      height: 3px;
      width: 22px;
      top: 50%;
      margin-top: -2px;
      left: 50%;
      margin-left: -11px;
      background: #2e3233;
      opacity: 0;
      -webkit-transform: translateZ(0);
      -ms-transform: translateZ(0);
      transform: translateZ(0);
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-transition: opacity .3s,-webkit-transform .3s;
      transition: opacity .3s,transform .3s
    }

    .mega-menu .cd-search-trigger span::before {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg)
    }

    .mega-menu .cd-search-trigger span::after {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg)
    }

  .mega-menu .cd-search-trigger.search-is-visible::before, .mega-menu .cd-search-trigger.search-is-visible::after {
    opacity: 0
  }

  .mega-menu .cd-search-trigger.search-is-visible span::before, .mega-menu .cd-search-trigger.search-is-visible span::after {
    opacity: 1
  }

  .mega-menu .cd-search-trigger.search-is-visible span::before {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg)
  }

  .mega-menu .cd-search-trigger.search-is-visible span::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
  }

  .mega-menu .cd-nav-trigger span, .mega-menu .cd-nav-trigger span::before, .mega-menu .cd-nav-trigger span::after {
    position: absolute;
    display: inline-block;
    height: 3px;
    width: 24px;
    background: #2e3233
  }

  .mega-menu .cd-nav-trigger span {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -2px;
    -webkit-transition: background .3s .3s;
    transition: background .3s .3s
  }

    .mega-menu .cd-nav-trigger span::before, .mega-menu .cd-nav-trigger span::after {
      content: '';
      right: 0;
      -webkit-transform: translateZ(0);
      -ms-transform: translateZ(0);
      transform: translateZ(0);
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-transform-origin: 0 50%;
      -ms-transform-origin: 0 50%;
      transform-origin: 0 50%;
      -webkit-transition: -webkit-transform .3s .3s;
      transition: transform .3s .3s
    }

    .mega-menu .cd-nav-trigger span::before {
      top: -6px
    }

    .mega-menu .cd-nav-trigger span::after {
      top: 6px
    }

  .mega-menu .cd-nav-trigger.nav-is-visible span {
    background: rgba(46,50,51,0)
  }

    .mega-menu .cd-nav-trigger.nav-is-visible span::before, .mega-menu .cd-nav-trigger.nav-is-visible span::after {
      background: #2e3233
    }

    .mega-menu .cd-nav-trigger.nav-is-visible span::before {
      -webkit-transform: translateX(4px) translateY(-3px) rotate(45deg);
      -ms-transform: translateX(4px) translateY(-3px) rotate(45deg);
      transform: translateX(4px) translateY(-3px) rotate(45deg)
    }

    .mega-menu .cd-nav-trigger.nav-is-visible span::after {
      -webkit-transform: translateX(4px) translateY(2px) rotate(-45deg);
      -ms-transform: translateX(4px) translateY(2px) rotate(-45deg);
      transform: translateX(4px) translateY(2px) rotate(-45deg)
    }

@media only screen and (min-width:1101px) {
  .mega-menu .cd-nav-trigger {
    display: none
  }
}

.mega-menu .cd-primary-nav, .mega-menu .cd-primary-nav ul {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 260px;
  background: #2e3233;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform .3s;
  transition: transform .3s
}

  .mega-menu .cd-primary-nav a, .mega-menu .cd-primary-nav ul a {
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    color: #222;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid #3a3f40;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform,opacity;
    -webkit-transition: -webkit-transform .3s,opacity .3s;
    transition: transform .3s,opacity .3s
  }

  .mega-menu .cd-primary-nav.is-hidden, .mega-menu .cd-primary-nav ul.is-hidden {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
  }

  .mega-menu .cd-primary-nav.moves-out > li > a, .mega-menu .cd-primary-nav ul.moves-out > li > a {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0
  }

@media only screen and (max-width:1100px) {
  .mega-menu .nav-on-left .cd-primary-nav, .mega-menu .nav-on-left .cd-primary-nav ul {
    right: auto;
    left: 0
  }
}

.mega-menu .cd-primary-nav .see-all a {
  color: #ffeb3b
}

.mega-menu .cd-primary-nav .cd-nav-gallery .cd-nav-item, .mega-menu .cd-primary-nav .cd-nav-icons .cd-nav-item {
  height: 80px;
  line-height: 80px
}

  .mega-menu .cd-primary-nav .cd-nav-gallery .cd-nav-item h3, .mega-menu .cd-primary-nav .cd-nav-icons .cd-nav-item h3 {
    overflow: hidden;
    text-overflow: ellipsis
  }

@media(max-width:1100px) {
  .mega-menu .cd-primary-nav .cd-nav-gallery .cd-nav-item h3, .mega-menu .cd-primary-nav .cd-nav-icons .cd-nav-item h3 {
    font-size: 14px;
    top: 37%;
    position: absolute
  }
}

.mega-menu .cd-primary-nav .cd-nav-gallery .cd-nav-item {
  padding-left: 90px
}

  .mega-menu .cd-primary-nav .cd-nav-gallery .cd-nav-item img {
    position: absolute;
    display: block;
    height: 40px;
    width: auto;
    left: 20px;
    top: 50%;
    margin-top: -20px
  }

.mega-menu .cd-primary-nav .cd-nav-icons .cd-nav-item {
  padding-left: 75px
}

  .mega-menu .cd-primary-nav .cd-nav-icons .cd-nav-item p {
    color: #2e3233;
    font-size: 1.3rem;
    display: none
  }

  .mega-menu .cd-primary-nav .cd-nav-icons .cd-nav-item::before {
    content: '';
    display: block;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40px 40px
  }

@media only screen and (max-width:1100px) {
  .mega-menu .cd-primary-nav {
    visibility: hidden;
    -webkit-transition: visibility 0s .3s;
    transition: visibility 0s .3s
  }

    .mega-menu .cd-primary-nav.nav-is-visible {
      visibility: visible;
      -webkit-transition: visibility 0s 0s;
      transition: visibility 0s 0s;
      z-index: 99999
    }
}

@media only screen and (min-width:1101px) {
  .mega-menu .cd-primary-nav {
    position: static;
    padding: 0 80px 0 0;
    height: auto;
    width: auto;
    float: right;
    overflow: visible;
    background: transparent
  }

    .mega-menu .cd-primary-nav:after {
      content: "";
      display: table;
      clear: both
    }

    .mega-menu .cd-primary-nav.moves-out > li > a {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
      opacity: 1
    }

    .mega-menu .cd-primary-nav ul {
      position: static;
      height: auto;
      width: auto;
      background: transparent;
      overflow: visible;
      z-index: 3
    }

      .mega-menu .cd-primary-nav ul.is-hidden {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
      }

      .mega-menu .cd-primary-nav ul.moves-out > li > a {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
      }

    .mega-menu .cd-primary-nav > li {
      float: left;
      margin-left: 1em
    }

      .mega-menu .cd-primary-nav > li > a {
        position: relative;
        display: inline-block;
        height: 80px;
        line-height: 80px;
        padding: 0 10px;
        color: #2e3233;
        overflow: visible;
        border-bottom: none;
        -webkit-transition: color .3s,box-shadow .3s;
        transition: color .3s,box-shadow .3s
      }

        .mega-menu .cd-primary-nav > li > a:hover {
          color: #ffeb3b
        }

        .mega-menu .cd-primary-nav > li > a.selected {
          color: #ffeb3b;
          box-shadow: inset 0 -2px 0 #ffeb3b
        }

    .mega-menu .cd-primary-nav .go-back, .mega-menu .cd-primary-nav .see-all {
      display: none
    }

    .mega-menu .cd-primary-nav .cd-secondary-nav, .mega-menu .cd-primary-nav .cd-nav-gallery, .mega-menu .cd-primary-nav .cd-nav-icons {
      position: absolute;
      top: 80px;
      width: 100vw;
      background: #fff;
      padding: 48px 64px 85px;
      box-shadow: inset 0 1px 0 #e2e3df,0 3px 6px rgba(0,0,0,.05);
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
      -webkit-transition: opacity .3s 0s,visibility 0s 0s;
      transition: opacity .3s 0s,visibility 0s 0s
    }

      .mega-menu .cd-primary-nav .cd-secondary-nav:after, .mega-menu .cd-primary-nav .cd-nav-gallery:after, .mega-menu .cd-primary-nav .cd-nav-icons:after {
        content: "";
        display: table;
        clear: both
      }

      .mega-menu .cd-primary-nav .cd-secondary-nav.is-hidden, .mega-menu .cd-primary-nav .cd-nav-gallery.is-hidden, .mega-menu .cd-primary-nav .cd-nav-icons.is-hidden {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity .3s 0s,visibility 0s .3s;
        transition: opacity .3s 0s,visibility 0s .3s
      }

      .mega-menu .cd-primary-nav .cd-secondary-nav > .see-all, .mega-menu .cd-primary-nav .cd-nav-gallery > .see-all, .mega-menu .cd-primary-nav .cd-nav-icons > .see-all {
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        height: 80px;
        width: 100%;
        overflow: hidden;
        margin: 0;
        padding: 0
      }

        .mega-menu .cd-primary-nav .cd-secondary-nav > .see-all a, .mega-menu .cd-primary-nav .cd-nav-gallery > .see-all a, .mega-menu .cd-primary-nav .cd-nav-icons > .see-all a {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          font-size: 2.2rem;
          font-weight: 700;
          text-align: center;
          line-height: 80px;
          border-top: 1px solid #e2e3df;
          border-bottom: none;
          margin: 0;
          padding: 0;
          -webkit-transition: color .2s,background .2s,border .2s;
          transition: color .2s,background .2s,border .2s
        }

          .mega-menu .cd-primary-nav .cd-secondary-nav > .see-all a:hover, .mega-menu .cd-primary-nav .cd-nav-gallery > .see-all a:hover, .mega-menu .cd-primary-nav .cd-nav-icons > .see-all a:hover {
            background: #2e3233;
            border-color: #2e3233;
            color: #000
          }

      .mega-menu .cd-primary-nav .cd-secondary-nav > li {
        height: 340px;
        width: 23%;
        float: left;
        margin-right: 2.66%;
        border-right: 1px solid #e2e3df;
        overflow: hidden;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch
      }

        .mega-menu .cd-primary-nav .cd-secondary-nav > li:nth-child(4n+2) {
          margin-right: 0;
          border-right: none
        }

        .mega-menu .cd-primary-nav .cd-secondary-nav > li > a {
          color: #ffeb3b;
          font-weight: 700;
          font-size: 1.6rem;
          margin-bottom: .6em
        }

      .mega-menu .cd-primary-nav .cd-secondary-nav a {
        height: 30px;
        line-height: 30px;
        padding: 0 18% 0 0;
        color: #2e3233;
        border-bottom: none;
        font-size: 1.4rem
      }

        .mega-menu .cd-primary-nav .cd-secondary-nav a:hover {
          color: #ffeb3b
        }

      .mega-menu .cd-primary-nav .cd-secondary-nav ul {
        -webkit-transform: translateZ(0);
        -ms-transform: translateZ(0);
        transform: translateZ(0)
      }

        .mega-menu .cd-primary-nav .cd-secondary-nav ul ul {
          position: absolute;
          top: 0;
          left: 0;
          height: 100%;
          width: 100%
        }

          .mega-menu .cd-primary-nav .cd-secondary-nav ul ul.is-hidden {
            -webkit-transform: translateX(100%);
            -ms-transform: translateX(100%);
            transform: translateX(100%)
          }

          .mega-menu .cd-primary-nav .cd-secondary-nav ul ul .go-back {
            display: block
          }

            .mega-menu .cd-primary-nav .cd-secondary-nav ul ul .go-back a {
              color: transparent
            }

          .mega-menu .cd-primary-nav .cd-secondary-nav ul ul .see-all {
            display: block
          }

      .mega-menu .cd-primary-nav .cd-secondary-nav .moves-out > li > a {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%)
      }

      .mega-menu .cd-primary-nav .cd-nav-gallery li {
        width: 22%;
        float: left;
        margin: 0 4% 20px 0
      }

        .mega-menu .cd-primary-nav .cd-nav-gallery li:nth-child(4n+2) {
          margin-right: 0
        }

      .mega-menu .cd-primary-nav .cd-nav-gallery .cd-nav-item {
        border-bottom: none;
        padding: 0;
        height: auto;
        line-height: 1.2
      }

        .mega-menu .cd-primary-nav .cd-nav-gallery .cd-nav-item img {
          position: static;
          margin-top: 0;
          height: auto;
          width: 100%;
          margin-bottom: .6em
        }

        .mega-menu .cd-primary-nav .cd-nav-gallery .cd-nav-item h3 {
          color: #ffeb3b;
          font-weight: 700
        }

      .mega-menu .cd-primary-nav .cd-nav-icons li {
        width: 32%;
        float: left;
        margin: 0 2% 20px 0
      }

        .mega-menu .cd-primary-nav .cd-nav-icons li:nth-child(3n+2) {
          margin-right: 0
        }

      .mega-menu .cd-primary-nav .cd-nav-icons .cd-nav-item {
        border-bottom: none;
        height: 80px;
        line-height: 1.2;
        padding: 24px 0 0 85px
      }

        .mega-menu .cd-primary-nav .cd-nav-icons .cd-nav-item:hover {
          background: #f6f6f5
        }

        .mega-menu .cd-primary-nav .cd-nav-icons .cd-nav-item h3 {
          color: #ffeb3b;
          font-weight: 700
        }

        .mega-menu .cd-primary-nav .cd-nav-icons .cd-nav-item p {
          display: block
        }

        .mega-menu .cd-primary-nav .cd-nav-icons .cd-nav-item::before {
          left: 25px
        }
}

@media(min-width:1200px) {
  .mega-menu .cd-primary-nav {
    padding: 0 35px 0 0
  }
}

.mega-menu .has-children > a, .mega-menu .go-back a {
  position: relative
}

  .mega-menu .has-children > a::before, .mega-menu .has-children > a::after, .mega-menu .go-back a::before, .mega-menu .go-back a::after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    height: 2px;
    width: 10px;
    background: #464c4e;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
  }

  .mega-menu .has-children > a::before, .mega-menu .go-back a::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
  }

  .mega-menu .has-children > a::after, .mega-menu .go-back a::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }

@media only screen and (min-width:1101px) {
  .mega-menu .has-children > a::before, .mega-menu .has-children > a::after, .mega-menu .go-back a::before, .mega-menu .go-back a::after {
    background: #c9cbc4
  }

  .mega-menu .has-children > a:hover::before, .mega-menu .has-children > a:hover::after, .mega-menu .go-back a:hover::before, .mega-menu .go-back a:hover::after {
    background: #ffeb3b
  }
}

.mega-menu .has-children > a {
  padding-right: 40px
}

  .mega-menu .has-children > a::before, .mega-menu .has-children > a::after {
    right: 20px;
    -webkit-transform-origin: 9px 50%;
    -ms-transform-origin: 9px 50%;
    transform-origin: 9px 50%
  }

.mega-menu .cd-primary-nav .go-back a {
  padding-left: 40px
}

  .mega-menu .cd-primary-nav .go-back a::before, .mega-menu .cd-primary-nav .go-back a::after {
    left: 20px;
    -webkit-transform-origin: 1px 50%;
    -ms-transform-origin: 1px 50%;
    transform-origin: 1px 50%
  }

@media only screen and (min-width:1101px) {
  .mega-menu .has-children > a::before, .mega-menu .has-children > a::after {
    right: 15%
  }

  .mega-menu .cd-primary-nav > .has-children > a {
    margin-right: 40px
  }

    .mega-menu .cd-primary-nav > .has-children > a::before, .mega-menu .cd-primary-nav > .has-children > a::after {
      width: 9px;
      -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
      background: #c9cbc4;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-transition: width .3s,-webkit-transform .3s;
      transition: width .3s,transform .3s
    }

    .mega-menu .cd-primary-nav > .has-children > a::before {
      right: 12px
    }

    .mega-menu .cd-primary-nav > .has-children > a::after {
      right: 7px
    }

  .mega-menu .cd-secondary-nav > .has-children > a::before, .mega-menu .cd-secondary-nav > .has-children > a::after {
    display: none
  }

  .mega-menu .cd-primary-nav .go-back a {
    padding-left: 20px
  }

    .mega-menu .cd-primary-nav .go-back a::before, .mega-menu .cd-primary-nav .go-back a::after {
      left: 1px
    }
}

.mega-menu .cd-search {
  position: absolute;
  height: 50px;
  width: 100%;
  top: 50px;
  left: 0;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s 0s,visibility 0s .3s;
  transition: opacity .3s 0s,visibility 0s .3s
}

  .mega-menu .cd-search form {
    height: 100%;
    width: 100%
  }

  .mega-menu .cd-search input {
    border-radius: 0;
    border: none;
    background: #fff;
    height: 100%;
    width: 100%;
    padding: 0 5%;
    box-shadow: inset 0 1px 0 #e2e3df,0 3px 6px rgba(0,0,0,.05);
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none
  }

    .mega-menu .cd-search input::-webkit-input-placeholder {
      color: #c9cbc4
    }

    .mega-menu .cd-search input::-moz-placeholder {
      color: #c9cbc4
    }

    .mega-menu .cd-search input:-moz-placeholder {
      color: #c9cbc4
    }

    .mega-menu .cd-search input:-ms-input-placeholder {
      color: #c9cbc4
    }

    .mega-menu .cd-search input:focus {
      outline: none
    }

  .mega-menu .cd-search.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .3s 0s,visibility 0s 0s;
    transition: opacity .3s 0s,visibility 0s 0s
  }

.mega-menu .nav-is-fixed .cd-search {
  position: fixed
}

@media only screen and (min-width:1101px) {
  .mega-menu .cd-search {
    height: 120px;
    top: 80px
  }

    .mega-menu .cd-search input {
      padding: 0 2em;
      font-size: 3.2rem;
      font-weight: 300
    }
}

.mega-menu .cd-overlay {
  position: fixed;
  z-index: 3;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  background: rgba(0,0,0,.5);
  visibility: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity .3s 0s,visibility 0s .3s,-webkit-transform .3s 0s;
  transition: opacity .3s 0s,visibility 0s .3s,transform .3s 0s
}

  .mega-menu .cd-overlay.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .3s 0s,visibility 0s 0s,-webkit-transform .3s 0s;
    transition: opacity .3s 0s,visibility 0s 0s,transform .3s 0s
  }

@media only screen and (max-width:1100px) {
  .mega-menu .cd-overlay.is-visible {
    -webkit-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    transform: translateX(-260px)
  }

  .mega-menu .nav-on-left .cd-overlay.is-visible {
    -webkit-transform: translateX(260px);
    -ms-transform: translateX(260px);
    transform: translateX(260px)
  }

    .mega-menu .cd-overlay.is-visible.search-is-visible, .mega-menu .nav-on-left .cd-overlay.is-visible.search-is-visible {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0)
    }
}

.mega-menu .no-js .cd-primary-nav {
  position: relative;
  height: auto;
  width: 100%;
  overflow: visible;
  visibility: visible;
  z-index: 2
}

.mega-menu .no-js .cd-search {
  position: relative;
  top: 0;
  opacity: 1;
  visibility: visible
}

@media only screen and (min-width:1101px) {
  .mega-menu .no-js .cd-primary-nav {
    position: absolute;
    z-index: 3;
    display: inline-block;
    width: auto;
    top: 0;
    right: 150px;
    padding: 0
  }

  .mega-menu .no-js .nav-is-fixed .cd-primary-nav {
    position: fixed
  }
}

.cd-main-content, .cd-main-header {
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform
}

.cd-main-content, .cd-main-header {
  position: relative;
  -webkit-transition: -webkit-transform .3s;
  transition: transform .3s
}

@media only screen and (max-width:1100px) {
  .cd-main-content.nav-is-visible, .cd-main-header.nav-is-visible {
    -webkit-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    transform: translateX(-260px)
  }

  .nav-on-left .cd-main-content.nav-is-visible, .nav-on-left .cd-main-header.nav-is-visible {
    -webkit-transform: translateX(260px);
    -ms-transform: translateX(260px);
    transform: translateX(260px)
  }
}

.cd-main-content {
  min-height: 100vh;
  z-index: 2
}

@media(min-width:1101px) {
  .cd-primary-nav .dropdown {
    position: relative
  }

    .cd-primary-nav .dropdown .cd-nav-icons {
      color: #fff;
      background-color: rgba(255,255,255,.99);
      box-shadow: none;
      position: absolute;
      top: 100%;
      z-index: 1000;
      width: inherit;
      min-width: 230px;
      border: none
    }

      .cd-primary-nav .dropdown .cd-nav-icons.left {
        left: 0;
        float: left
      }

        .cd-primary-nav .dropdown .cd-nav-icons.left .cd-nav-item {
          text-align: left
        }

        .cd-primary-nav .dropdown .cd-nav-icons.left li {
          padding: 8px 0;
          line-height: 1;
          border-bottom: none;
          -webkit-transition: all .2s;
          transition: all .2s
        }

          .cd-primary-nav .dropdown .cd-nav-icons.left li:hover {
            background: #e18409;
            -webkit-transition: all .2s;
            transition: all .2s
          }

            .cd-primary-nav .dropdown .cd-nav-icons.left li:hover a {
              color: #000 !important
            }

          .cd-primary-nav .dropdown .cd-nav-icons.left li a {
            border-bottom: none !important;
            display: block !important;
            padding: 5px 0
          }

      .cd-primary-nav .dropdown .cd-nav-icons .cd-nav-item {
        display: block;
        height: inherit;
        text-transform: uppercase;
        color: #333;
        font-size: 15px;
        font-weight: 600
      }

        .cd-primary-nav .dropdown .cd-nav-icons .cd-nav-item:before {
          content: none
        }

        .cd-primary-nav .dropdown .cd-nav-icons .cd-nav-item p {
          color: #222 !important
        }

      .cd-primary-nav .dropdown .cd-nav-icons li {
        width: 100%
      }

        .cd-primary-nav .dropdown .cd-nav-icons li:hover a {
          color: #15bce0
        }
}

.bootstrap-table .table {
  margin-bottom: 0 !important;
  border-bottom: 1px solid #ddd;
  border-collapse: collapse !important;
  border-radius: 1px
}

  .bootstrap-table .table:not(.table-condensed), .bootstrap-table .table:not(.table-condensed) > tbody > tr > th, .bootstrap-table .table:not(.table-condensed) > tfoot > tr > th, .bootstrap-table .table:not(.table-condensed) > thead > tr > td, .bootstrap-table .table:not(.table-condensed) > tbody > tr > td, .bootstrap-table .table:not(.table-condensed) > tfoot > tr > td {
    padding: 8px !important
  }

  .bootstrap-table .table.table-no-bordered > thead > tr > th, .bootstrap-table .table.table-no-bordered > tbody > tr > td {
    border-right: 2px solid transparent
  }

.fixed-table-container {
  position: relative;
  clear: both;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px
}

  .fixed-table-container.table-no-bordered {
    border: 1px solid transparent
  }

.fixed-table-footer, .fixed-table-header {
  overflow: hidden
}

.fixed-table-footer {
  border-top: 1px solid #ddd
}

.fixed-table-body {
  overflow-x: auto;
  overflow-y: auto;
  height: 100%
}

.fixed-table-container table {
  width: 100%
}

.fixed-table-container thead th {
  height: 0;
  padding: 0;
  margin: 0;
  border-left: 1px solid #ddd
}

  .fixed-table-container thead th:first-child {
    border-left: none;
    border-top-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px
  }

  .fixed-table-container thead th .th-inner, .fixed-table-container tbody td .th-inner {
    padding: 8px;
    line-height: 24px;
    vertical-align: top;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
  }

  .fixed-table-container thead th .sortable {
    cursor: pointer;
    background-position: right;
    background-repeat: no-repeat;
    padding-right: 30px
  }

  .fixed-table-container thead th .both {
    background-image: url('data:image/png; base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAAkElEQVQoz7X QMQ5AQBCF4dWQSJxC5wwax1Cq1e7BAdxD5SL+Tq/QCM1oNiJidwox0355mXnG/DrEtIQ6azioNZQxI0ykPhTQIwhCR+BmBYtlK7kLJYwWCcJA9M4qdrZrd8pPjZWPtOqdRQy320YSV17OatFC4euts6z39GYMKRPCTKY9UnPQ6P+GtMRfGtPnBCiqhAeJPmkqAAAAAElFTkSuQmCC')
  }

  .fixed-table-container thead th .asc {
    background-image: url(data:image/png; base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZ0lEQVQ4y2NgGLKgquEuFxBPAGI2ahhWCsS/gDibUoO0gPgxEP8H4ttArEyuQYxAPBdqEAxPBImTY5gjEL9DM+wTENuQahAvEO9DMwiGdwAxOymGJQLxTyD+jgWDxCMZRsEoGAVoAADeemwtPcZI2wAAAABJRU5ErkJggg==)
  }

  .fixed-table-container thead th .desc {
    background-image: url(data:image/png; base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZUlEQVQ4y2NgGAWjYBSggaqGu5FA/BOIv2PBIPFEUgxjB+IdQPwfC94HxLykus4GiD+hGfQOiB3J8SojEE9EM2wuSJzcsFMG4ttQgx4DsRalkZENxL+AuJQaMcsGxBOAmGvopk8AVz1sLZgg0bsAAAAASUVORK5CYII=)
  }

.fixed-table-container th.detail {
  width: 30px
}

.fixed-table-container tbody td {
  border-left: 1px solid #ddd
}

.fixed-table-container tbody tr:first-child td {
  border-top: none
}

.fixed-table-container tbody td:first-child {
  border-left: none
}

.fixed-table-container tbody .selected td {
  background-color: #f5f5f5
}

.fixed-table-container .bs-checkbox {
  text-align: center
}

  .fixed-table-container .bs-checkbox .th-inner {
    padding: 8px 0
  }

.fixed-table-container input[type=radio], .fixed-table-container input[type=checkbox] {
  margin: 0 auto !important
}

.fixed-table-container .no-records-found {
  text-align: center
}

.fixed-table-pagination div.pagination, .fixed-table-pagination .pagination-detail {
  margin-top: 10px;
  margin-bottom: 10px
}

  .fixed-table-pagination div.pagination .pagination {
    margin: 0
  }

.fixed-table-pagination .pagination a {
  padding: 6px 12px;
  line-height: 1.428571429
}

.fixed-table-pagination .pagination-info {
  line-height: 34px;
  margin-right: 5px
}

.fixed-table-pagination .btn-group {
  position: relative;
  display: inline-block;
  vertical-align: middle
}

.fixed-table-pagination .dropup .dropdown-menu {
  margin-bottom: 0
}

.fixed-table-pagination .page-list {
  display: inline-block
}

.fixed-table-toolbar .columns-left {
  margin-right: 5px
}

.fixed-table-toolbar .columns-right {
  margin-left: 5px
}

.fixed-table-toolbar .columns label {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.428571429
}

.fixed-table-toolbar .bars, .fixed-table-toolbar .search, .fixed-table-toolbar .columns {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 34px
}

.fixed-table-pagination li.disabled a {
  pointer-events: none;
  cursor: default
}

.fixed-table-loading {
  display: none;
  position: absolute;
  top: 42px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  background-color: #fff;
  text-align: center
}

.fixed-table-body .card-view .title {
  font-weight: 700;
  display: inline-block;
  min-width: 30%;
  text-align: left !important
}

.fixed-table-body thead th .th-inner {
  box-sizing: border-box
}

.table th, .table td {
  vertical-align: middle;
  box-sizing: border-box
}

.fixed-table-toolbar .dropdown-menu {
  text-align: left;
  max-height: 300px;
  overflow: auto
}

.fixed-table-toolbar .btn-group > .btn-group {
  display: inline-block;
  margin-left: -1px !important
}

  .fixed-table-toolbar .btn-group > .btn-group > .btn {
    border-radius: 0
  }

  .fixed-table-toolbar .btn-group > .btn-group:first-child > .btn {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
  }

  .fixed-table-toolbar .btn-group > .btn-group:last-child > .btn {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
  }

.bootstrap-table .table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 1px solid #ddd
}

.bootstrap-table .table thead > tr > th {
  padding: 0;
  margin: 0
}

.bootstrap-table .fixed-table-footer tbody > tr > td {
  padding: 0 !important
}

.bootstrap-table .fixed-table-footer .table {
  border-bottom: none;
  border-radius: 0
}

.pull-right .dropdown-menu {
  right: 0;
  left: auto
}

p.fixed-table-scroll-inner {
  width: 100%;
  height: 200px
}

div.fixed-table-scroll-outer {
  top: 0;
  left: 0;
  visibility: hidden;
  width: 200px;
  height: 150px;
  overflow: hidden
}

.nanogallery_theme_default {
  font-size: 1em;
  line-height: normal;
  padding: 0;
  margin: 0 auto;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -o-box-sizing: content-box;
  overflow: hidden;
  visibility: visible;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none
}

  .nanogallery_theme_default .nanoGalleryNavigationbarContainer {
    margin: 5px auto;
    padding: 5px 0;
    display: block
  }

  .nanogallery_theme_default .nanoGalleryNavigationbar {
    border-top: 1px solid #555;
    border-bottom: 1px solid #555;
    padding: 0;
    text-align: left;
    display: table;
    width: 100%
  }

  .nanogallery_theme_default .nanoGalleryTags {
    margin: 10px 0 1px 1px;
    padding: 4px;
    display: table-cell;
    cursor: pointer;
    vertical-align: middle
  }

    .nanogallery_theme_default .nanoGalleryTags:after {
      content: '';
      margin-left: .2em;
      margin-right: .3em;
      font-family: nano_icon_font3;
      font-style: normal;
      font-weight: 400;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      width: 1em;
      text-align: center;
      font-variant: normal;
      text-transform: none
    }

  .nanogallery_theme_default .setFullPageButton {
    margin: 10px 0 1px 1px;
    padding: 4px;
    display: table-cell;
    cursor: pointer;
    vertical-align: middle
  }

    .nanogallery_theme_default .setFullPageButton:after {
      content: '';
      margin-left: .2em;
      margin-right: .3em;
      font-family: nano_icon_font3;
      font-style: normal;
      font-weight: 400;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      width: 1em;
      text-align: center;
      font-variant: normal;
      text-transform: none
    }

  .nanogallery_theme_default .removeFullPageButton {
    margin: 10px 0 1px 1px;
    padding: 4px;
    display: table-cell;
    cursor: pointer;
    vertical-align: middle
  }

    .nanogallery_theme_default .removeFullPageButton:after {
      content: '';
      margin-left: .2em;
      margin-right: .3em;
      font-family: nano_icon_font3;
      font-style: normal;
      font-weight: 400;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      width: 1em;
      text-align: center;
      font-variant: normal;
      text-transform: none
    }

  .nanogallery_theme_default.fullpage {
    display: block;
    background-color: #000;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    clear: both;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 0 20px 10px
  }

  .nanogallery_theme_default .nanoGalleryBreadcrumb {
    margin: 1px;
    padding: 4px;
    text-align: left;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -o-box-sizing: content-box;
    display: table-cell;
    width: 100%;
    overflow: hidden
  }

    .nanogallery_theme_default .nanoGalleryBreadcrumb .folder, .nanogallery_theme_default .nanoGalleryBreadcrumb .folderHome {
      margin: 0 5px;
      white-space: nowrap;
      cursor: pointer;
      vertical-align: middle;
      display: inline-block
    }

      .nanogallery_theme_default .nanoGalleryBreadcrumb .folder:hover, .nanogallery_theme_default .nanoGalleryBreadcrumb .folderHome:hover {
        color: #fff
      }

      .nanogallery_theme_default .nanoGalleryBreadcrumb .folder:before {
        content: '';
        margin-left: .2em;
        margin-right: .3em;
        font-family: nano_icon_font3;
        font-style: normal;
        font-weight: 400;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        width: 1em;
        text-align: center;
        font-variant: normal;
        text-transform: none
      }

      .nanogallery_theme_default .nanoGalleryBreadcrumb .folderHome:before {
        content: '';
        margin-left: .2em;
        margin-right: .3em;
        font-family: nano_icon_font3;
        font-style: normal;
        font-weight: 400;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        width: 1em;
        text-align: center;
        font-variant: normal;
        text-transform: none
      }

    .nanogallery_theme_default .nanoGalleryBreadcrumb .separator {
      margin: 0 5px;
      cursor: pointer;
      vertical-align: middle;
      display: inline-block
    }

      .nanogallery_theme_default .nanoGalleryBreadcrumb .separator:hover {
        color: #fff
      }

      .nanogallery_theme_default .nanoGalleryBreadcrumb .separator:before {
        content: '';
        margin-left: .2em;
        margin-right: .3em;
        font-family: nano_icon_font3;
        font-style: normal;
        font-weight: 400;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        width: 1em;
        text-align: center;
        font-variant: normal;
        text-transform: none
      }

    .nanogallery_theme_default .nanoGalleryBreadcrumb .separatorRTL {
      margin: 0 5px;
      cursor: pointer;
      vertical-align: middle;
      display: inline-block
    }

      .nanogallery_theme_default .nanoGalleryBreadcrumb .separatorRTL:hover {
        color: #fff
      }

      .nanogallery_theme_default .nanoGalleryBreadcrumb .separatorRTL:before {
        content: '';
        margin-left: .2em;
        margin-right: .3em;
        font-family: nano_icon_font3;
        font-style: normal;
        font-weight: 400;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        width: 1em;
        text-align: center;
        font-variant: normal;
        text-transform: none
      }

    .nanogallery_theme_default .nanoGalleryBreadcrumb .loading {
      display: inline-block
    }

  .nanogallery_theme_default .nanoGalleryContainerParent {
    position: relative;
    text-align: center;
    margin: 0 auto;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -o-box-sizing: content-box
  }

  .nanogallery_theme_default .nanoGalleryContainer {
    text-align: left;
    position: relative;
    width: auto;
    display: inline-block;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -o-box-sizing: content-box;
    overflow: hidden
  }

    .nanogallery_theme_default .nanoGalleryContainer .nanoGalleryThumbnailContainer {
      cursor: pointer;
      border: 1px solid #000;
      padding: 0;
      background-color: #000;
      display: inline-block;
      position: absolute;
      box-sizing: content-box;
      -webkit-box-sizing: content-box;
      -moz-box-sizing: content-box;
      -o-box-sizing: content-box;
      overflow: hidden
    }

      .nanogallery_theme_default .nanoGalleryContainer .nanoGalleryThumbnailContainer input {
        opacity: 0
      }

      .nanogallery_theme_default .nanoGalleryContainer .nanoGalleryThumbnailContainer:hover input {
        opacity: .8
      }

      .nanogallery_theme_default .nanoGalleryContainer .nanoGalleryThumbnailContainer .selected {
        opacity: .5
      }

        .nanogallery_theme_default .nanoGalleryContainer .nanoGalleryThumbnailContainer .selected + input {
          opacity: 1
        }

      .nanogallery_theme_default .nanoGalleryContainer .nanoGalleryThumbnailContainer .subcontainer {
        box-sizing: content-box;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        -o-box-sizing: content-box;
        border: 0 solid #000;
        margin: 0;
        padding: 0;
        overflow: hidden
      }

      .nanogallery_theme_default .nanoGalleryContainer .nanoGalleryThumbnailContainer .imgContainer {
        position: relative;
        margin: 5px;
        overflow: hidden;
        background: #000;
        box-sizing: content-box;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        -o-box-sizing: content-box
      }

      .nanogallery_theme_default .nanoGalleryContainer .nanoGalleryThumbnailContainer img {
        background: url(data:image/gif; base64,R0lGODlhEAAQAIAAAP///////yH5BAEKAAEALAAAAAAQABAAAAIOjI+py+0Po5y02ouzPgUAOw==) center no-repeat;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        display: block;
        vertical-align: bottom;
        box-sizing: content-box;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        -o-box-sizing: content-box
      }

      .nanogallery_theme_default .nanoGalleryContainer .nanoGalleryThumbnailContainer .labelImage {
        background: rgba(34,34,34,.75);
        opacity: 1;
        text-align: left;
        margin: 5px;
        left: 0;
        position: absolute;
        min-height: 0;
        overflow: hidden;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box
      }

      .nanogallery_theme_default .nanoGalleryContainer .nanoGalleryThumbnailContainer .labelImageTitle {
        color: #eee;
        margin: 0 2px;
        left: 0;
        overflow: hidden;
        Text-Shadow: #000 1px 0 0,#000 1px 1px 0,#000 1px -1px 0,#000 -1px 1px 0,#000 -1px 0 0,#000 -1px -1px 0,#000 0 1px 0,#000 0 -1px 0;
        vertical-align: middle;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box
      }

        .nanogallery_theme_default .nanoGalleryContainer .nanoGalleryThumbnailContainer .labelImageTitle:before {
          content: '';
          margin-left: .2em;
          margin-right: .2em;
          Text-Shadow: #000 1px 0 0,#000 1px 1px 0,#000 1px -1px 0,#000 -1px 1px 0,#000 -1px 0 0,#000 -1px -1px 0,#000 0 1px 0,#000 0 -1px 0;
          font-family: nano_icon_font3;
          font-style: normal;
          font-weight: 400;
          speak: none;
          display: inline-block;
          text-decoration: inherit;
          width: 1em;
          text-align: center;
          font-variant: normal;
          text-transform: none;
          box-sizing: border-box;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          -o-box-sizing: border-box
        }

      .nanogallery_theme_default .nanoGalleryContainer .nanoGalleryThumbnailContainer .labelFolderTitle {
        color: #eee;
        margin: 0 2px;
        left: 0;
        overflow: hidden;
        Text-Shadow: #000 1px 0 0,#000 1px 1px 0,#000 1px -1px 0,#000 -1px 1px 0,#000 -1px 0 0,#000 -1px -1px 0,#000 0 1px 0,#000 0 -1px 0;
        vertical-align: middle;
        display: inline;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box
      }

        .nanogallery_theme_default .nanoGalleryContainer .nanoGalleryThumbnailContainer .labelDescription > span, .nanogallery_theme_default .nanoGalleryContainer .nanoGalleryThumbnailContainer .labelFolderTitle > span {
          color: rgba(34,34,34,.75);
          background-color: #eee;
          border: 0 solid #eee;
          border-radius: 2px;
          padding: 0 4px;
          Text-Shadow: none;
          vertical-align: middle;
          display: inline;
          box-sizing: border-box;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          -o-box-sizing: border-box
        }

        .nanogallery_theme_default .nanoGalleryContainer .nanoGalleryThumbnailContainer .labelFolderTitle:before {
          content: '';
          margin-left: .2em;
          margin-right: .2em;
          Text-Shadow: #000 1px 0 0,#000 1px 1px 0,#000 1px -1px 0,#000 -1px 1px 0,#000 -1px 0 0,#000 -1px -1px 0,#000 0 1px 0,#000 0 -1px 0;
          font-family: nano_icon_font3;
          font-style: normal;
          font-weight: 400;
          speak: none;
          display: inline-block;
          text-decoration: inherit;
          width: 1em;
          text-align: center;
          font-variant: normal;
          text-transform: none;
          box-sizing: border-box;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          -o-box-sizing: border-box
        }

      .nanogallery_theme_default .nanoGalleryContainer .nanoGalleryThumbnailContainer .labelDescription {
        clear: both;
        color: #aaa;
        left: 0;
        font-size: .8em;
        margin: 1px 2px;
        Text-Shadow: #000 1px 0 0,#000 1px 1px 0,#000 1px -1px 0,#000 -1px 1px 0,#000 -1px 0 0,#000 -1px -1px 0,#000 0 1px 0,#000 0 -1px 0;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box
      }

  .nanogallery_theme_default .nanoGalleryContainerParent .nanoGalleryPagination, .nanogallery_theme_default .nanoGalleryContainerParent .nanoGalleryPaginationDot {
    margin: 10px auto 5px;
    padding: 4px;
    text-align: center;
    position: relative;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -o-box-sizing: content-box;
    overflow: hidden;
    white-space: nowrap
  }

    .nanogallery_theme_default .nanoGalleryContainerParent .nanoGalleryPagination .paginationItem {
      margin: 0 5px;
      white-space: nowrap;
      cursor: pointer;
      vertical-align: middle;
      display: inline-block
    }

    .nanogallery_theme_default .nanoGalleryContainerParent .nanoGalleryPagination .currentPage {
      text-decoration: underline
    }

    .nanogallery_theme_default .nanoGalleryContainerParent .nanoGalleryPagination .paginationNext, .nanogallery_theme_default .nanoGalleryContainerParent .nanoGalleryPagination .paginationPrev {
      margin: 0 5px;
      white-space: nowrap;
      cursor: pointer;
      vertical-align: middle;
      display: inline-block
    }

    .nanogallery_theme_default .nanoGalleryContainerParent .nanoGalleryPaginationDot .paginationItem {
      width: 8px;
      height: 8px;
      border: 2px solid #fff;
      background: #444;
      border-radius: 50%;
      margin: 0 5px;
      white-space: nowrap;
      cursor: pointer;
      vertical-align: middle;
      display: inline-block;
      opacity: .5
    }

    .nanogallery_theme_default .nanoGalleryContainerParent .nanoGalleryPaginationDot .currentPage {
      background: #fff;
      opacity: 1
    }

  .nanogallery_theme_default #nanoGalleryViewer {
    display: block;
    background-color: rgba(1,1,1,.75);
    text-align: center;
    position: fixed;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -o-box-sizing: content-box;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    clear: both
  }

    .nanogallery_theme_default #nanoGalleryViewer .nanoLogo {
      text-align: center;
      float: left;
      position: relative;
      top: 50px;
      display: block;
      height: 30px;
      width: 120px
    }

    .nanogallery_theme_default #nanoGalleryViewer .closeButtonFloating {
      cursor: pointer;
      right: 0;
      top: 0;
      padding: 5px 5px 25px 25px;
      position: absolute;
      opacity: 1;
      transition: all .2s ease;
      -webkit-transition: all .2s ease;
      -moz-transition: all .2s ease;
      -o-transition: all .2s ease
    }

      .nanogallery_theme_default #nanoGalleryViewer .closeButtonFloating:after {
        color: #ddd;
        background: rgba(0,0,0,.2);
        padding: 5px 0 5px 5px;
        content: '';
        font-size: 1.5em;
        Text-Shadow: #000 1px 0 0,#000 1px 1px 0,#000 1px -1px 0,#000 -1px 1px 0,#000 -1px 0 0,#000 -1px -1px 0,#000 0 1px 0,#000 0 -1px 0;
        font-family: nano_icon_font3;
        font-style: normal;
        font-weight: 400;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        text-align: center;
        font-variant: normal;
        text-transform: none
      }

      .nanogallery_theme_default #nanoGalleryViewer .closeButtonFloating:hover {
        opacity: .3
      }

    .nanogallery_theme_default #nanoGalleryViewer .content {
      position: absolute;
      clear: both;
      padding: 5px;
      cursor: -webkit-zoom-out;
      cursor: zoom-out;
      box-sizing: content-box;
      -webkit-box-sizing: content-box;
      -moz-box-sizing: content-box;
      -o-box-sizing: content-box
    }

      .nanogallery_theme_default #nanoGalleryViewer .content img {
        border: 4px solid #f8f8f8;
        padding: 0;
        min-width: 30px;
        min-height: 30px;
        box-shadow: #888 0 0 20px;
        border-radius: 4px;
        box-sizing: content-box;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        -o-box-sizing: content-box
      }

      .nanogallery_theme_default #nanoGalleryViewer .content .imgCurrent {
        cursor: pointer
      }

      .nanogallery_theme_default #nanoGalleryViewer .content .contentAreaPrevious {
        color: #ddd;
        display: block;
        position: absolute;
        top: 50%;
        padding: 50px 25px 50px 0;
        margin-top: -65px;
        left: 0;
        text-align: left;
        cursor: pointer;
        opacity: 1;
        transition: all .2s ease;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        box-sizing: content-box;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        -o-box-sizing: content-box
      }

        .nanogallery_theme_default #nanoGalleryViewer .content .contentAreaPrevious:after {
          content: '';
          background: rgba(0,0,0,.2);
          padding: 5px 0
        }

      .nanogallery_theme_default #nanoGalleryViewer .content .contentAreaNext {
        color: #ddd;
        display: block;
        position: absolute;
        top: 50%;
        padding: 50px 0 50px 25px;
        margin-top: -65px;
        right: 0;
        text-align: right;
        cursor: pointer;
        opacity: 1;
        transition: all .2s ease;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        box-sizing: content-box;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        -o-box-sizing: content-box
      }

        .nanogallery_theme_default #nanoGalleryViewer .content .contentAreaNext:after {
          content: '';
          background: rgba(0,0,0,.2);
          padding: 5px 0
        }

    .nanogallery_theme_default #nanoGalleryViewer .toolbarContainer {
      bottom: 0;
      left: 0;
      right: 0;
      text-align: center;
      display: inline-block;
      position: absolute
    }

    .nanogallery_theme_default #nanoGalleryViewer .toolbar {
      display: inline-block;
      vertical-align: middle;
      overflow: hidden;
      background: rgba(4,4,4,.7);
      color: #eee;
      margin: 1px;
      box-sizing: content-box;
      -webkit-box-sizing: content-box;
      -moz-box-sizing: content-box;
      -o-box-sizing: content-box
    }

      .nanogallery_theme_default #nanoGalleryViewer .toolbar .ngbt {
        display: table-cell;
        cursor: pointer;
        padding: 5px;
        vertical-align: middle;
        box-sizing: content-box;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        -o-box-sizing: content-box
      }

    .nanogallery_theme_default #nanoGalleryViewer .content .contentAreaNext:after, .nanogallery_theme_default #nanoGalleryViewer .content .contentAreaPrevious:after {
      font-size: 1.5em;
      margin-left: .2em;
      margin-right: .2em;
      Text-Shadow: #000 1px 0 0,#000 1px 1px 0,#000 1px -1px 0,#000 -1px 1px 0,#000 -1px 0 0,#000 -1px -1px 0,#000 0 1px 0,#000 0 -1px 0;
      font-family: nano_icon_font3;
      font-style: normal;
      font-weight: 400;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      width: 1em;
      text-align: center;
      font-variant: normal;
      text-transform: none;
      opacity: 1;
      transition: all .2s ease;
      -webkit-transition: all .2s ease;
      -moz-transition: all .2s ease;
      -o-transition: all .2s ease
    }

    .nanogallery_theme_default #nanoGalleryViewer .toolbar .ngbt:after {
      font-size: 1.5em;
      margin-left: .2em;
      margin-right: .2em;
      font-family: nano_icon_font3;
      font-style: normal;
      font-weight: 400;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      width: 1em;
      text-align: center;
      font-variant: normal;
      text-transform: none;
      opacity: 1;
      transition: all .2s ease;
      -webkit-transition: all .2s ease;
      -moz-transition: all .2s ease;
      -o-transition: all .2s ease
    }

    .nanogallery_theme_default #nanoGalleryViewer .content .contentAreaNext:hover, .nanogallery_theme_default #nanoGalleryViewer .content .contentAreaPrevious:hover, .nanogallery_theme_default #nanoGalleryViewer .toolbar .ngbt:hover:after {
      opacity: .3
    }

    .nanogallery_theme_default #nanoGalleryViewer .toolbar .previousButton:after {
      content: ''
    }

    .nanogallery_theme_default #nanoGalleryViewer .toolbar .nextButton:after {
      content: ''
    }

    .nanogallery_theme_default #nanoGalleryViewer .toolbar .closeButton:after {
      content: ''
    }

    .nanogallery_theme_default #nanoGalleryViewer .toolbar .playButton:after {
      content: ''
    }

    .nanogallery_theme_default #nanoGalleryViewer .toolbar .pauseButton:after {
      content: ''
    }

    .nanogallery_theme_default #nanoGalleryViewer .toolbar .setFullscreenButton:after {
      content: ''
    }

    .nanogallery_theme_default #nanoGalleryViewer .toolbar .removeFullscreenButton:after {
      content: ''
    }

    .nanogallery_theme_default #nanoGalleryViewer .toolbar .infoButton:after {
      content: ''
    }

    .nanogallery_theme_default #nanoGalleryViewer .toolbar .linkOriginalButton:after {
      content: ''
    }

    .nanogallery_theme_default #nanoGalleryViewer .toolbar .viewToolbarButton:after {
      content: ''
    }

    .nanogallery_theme_default #nanoGalleryViewer .toolbar .hideToolbarButton:after {
      content: ''
    }

    .nanogallery_theme_default #nanoGalleryViewer .toolbar .pageCounter {
      display: table-cell;
      font-size: 1em;
      margin: auto;
      vertical-align: middle;
      overflow: hidden;
      box-sizing: content-box;
      -webkit-box-sizing: content-box;
      -moz-box-sizing: content-box;
      -o-box-sizing: content-box
    }

    .nanogallery_theme_default #nanoGalleryViewer .toolbar .label {
      padding: 3px 10px;
      border-left: 0 solid #000;
      overflow: hidden;
      display: table-cell;
      text-align: left;
      vertical-align: middle;
      font-size: 1em;
      box-sizing: content-box;
      -webkit-box-sizing: content-box;
      -moz-box-sizing: content-box;
      -o-box-sizing: content-box;
      background-color: initial
    }

      .nanogallery_theme_default #nanoGalleryViewer .toolbar .label .title {
        font-size: 1em;
        margin: auto;
        vertical-align: middle;
        overflow: hidden;
        box-sizing: content-box;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        -o-box-sizing: content-box
      }

      .nanogallery_theme_default #nanoGalleryViewer .toolbar .label .description {
        font-size: .8em;
        display: table-row;
        vertical-align: middle;
        overflow: hidden;
        color: #aaa;
        box-sizing: content-box;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        -o-box-sizing: content-box
      }

  .nanogallery_theme_default .nanoGalleryConsoleParent {
    visibility: hidden;
    height: 0;
    background: #111;
    color: #e00;
    padding: 0;
    margin: 2px
  }

    .nanogallery_theme_default .nanoGalleryConsoleParent p {
      color: #e00;
      padding: 1px;
      margin: 0
    }

  .nanogallery_theme_default.unselectable {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
  }

  .nanogallery_theme_default .nanoGalleryLBarOff {
    position: relative;
    width: 100%;
    visibility: hidden;
    height: 2px;
    margin: 0 0 1px;
    background-color: #555
  }

  .nanogallery_theme_default .nanoGalleryLBar {
    position: relative;
    width: 100%;
    visibility: visible;
    height: 2px;
    margin: 0 0 1px;
    background-color: #555
  }

    .nanogallery_theme_default .nanoGalleryLBar > div {
      position: absolute;
      width: 50px;
      height: 2px;
      top: 0;
      opacity: .7
    }

      .nanogallery_theme_default .nanoGalleryLBar > div:nth-child(1) {
        -webkit-animation: nanoGalleryLBarAnim 2s -.2s infinite cubic-bezier(0,.6,.9,0);
        animation: nanoGalleryLBarAnim 2s -.2s infinite cubic-bezier(0,.6,.9,0);
        background: #111
      }

      .nanogallery_theme_default .nanoGalleryLBar > div:nth-child(2) {
        -webkit-animation: nanoGalleryLBarAnim 2s -.4s infinite cubic-bezier(0,.6,.9,0);
        animation: nanoGalleryLBarAnim 2s -.4s infinite cubic-bezier(0,.6,.9,0);
        background: #333
      }

      .nanogallery_theme_default .nanoGalleryLBar > div:nth-child(3) {
        -webkit-animation: nanoGalleryLBarAnim 2s -.6s infinite cubic-bezier(0,.6,.9,0);
        animation: nanoGalleryLBarAnim 2s -.6s infinite cubic-bezier(0,.6,.9,0);
        background: #999
      }

      .nanogallery_theme_default .nanoGalleryLBar > div:nth-child(4) {
        -webkit-animation: nanoGalleryLBarAnim 2s -.8s infinite cubic-bezier(0,.6,.9,0);
        animation: nanoGalleryLBarAnim 2s -.8s infinite cubic-bezier(0,.6,.9,0);
        background: #777
      }

      .nanogallery_theme_default .nanoGalleryLBar > div:nth-child(5) {
        -webkit-animation: nanoGalleryLBarAnim 2s -1s infinite cubic-bezier(0,.6,.9,0);
        animation: nanoGalleryLBarAnim 2s -1s infinite cubic-bezier(0,.6,.9,0);
        background: #ddd
      }

@-webkit-keyframes nanoGalleryLBarAnim {
  0% {
    left: 10%
  }

  100% {
    left: 90%
  }
}

@keyframes nanoGalleryLBarAnim {
  0% {
    left: 10%
  }

  100% {
    left: 90%
  }
}

.skippr {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden
}

  .skippr > div {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 62.5%
  }

  .skippr > img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    min-height: 100%
  }

.skippr-nav-container {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%,0);
  transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  bottom: 25px;
  overflow: auto;
  z-index: 999
}

.skippr-nav-element {
  cursor: pointer;
  float: left;
  background-color: rgba(255,255,255,.5);
  -webkit-transition: all .25s linear;
  transition: all .25s linear
}

.skippr-nav-element-bubble {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 4px
}

.skippr-nav-element-block {
  width: 60px;
  height: 10px
}

.skippr-nav-element:hover, .skippr-nav-element-active {
  background-color: #fff
}

.skippr-arrow {
  position: absolute;
  z-index: 999;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  transform: translate(0,-50%);
  width: 30px;
  height: 30px;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform-origin: top left;
  cursor: pointer
}

.skippr-previous {
  left: 2.5%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-top: 2px solid #fff;
  border-left: 2px solid #fff
}

.skippr-next {
  right: 3.5%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: .8;
  filter: alpha(opacity=80)
}

.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: -webkit-zoom-out;
  cursor: zoom-out
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  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: -.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
}

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: .65;
  filter: alpha(opacity=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;
    filter: alpha(opacity=100)
  }

  .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: .65;
  filter: alpha(opacity=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;
    filter: alpha(opacity=100)
  }

  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
  }

  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
  }

  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
  }

.mfp-arrow-left {
  left: 0
}

  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid #fff;
    margin-left: 31px
  }

  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
  }

.mfp-arrow-right {
  right: 0
}

  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid #fff;
    margin-left: 39px
  }

  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f
  }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px
}

  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
  }

  .mfp-iframe-holder .mfp-close {
    top: -40px
  }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%
}

  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0,0,0,.6);
    background: #000
  }

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto
}

.mfp-figure {
  line-height: 0
}

  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0,0,0,.6);
    background: #444
  }

  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
  }

  .mfp-figure figure {
    margin: 0
  }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px
}

.mfp-image-holder .mfp-content {
  max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer
}

@media screen and (max-width:800px)and (orientation:landscape),screen and (max-height:300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0,0,0,.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,.6);
    position: fixed;
    text-align: center;
    padding: 0
  }
}

@media all and (max-width:900px) {
  .mfp-arrow {
    -webkit-transform: scale(.75);
    -ms-transform: scale(.75);
    transform: scale(.75)
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px
  }
}

.mfp-ie7 .mfp-img {
  padding: 0
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px
}

.mfp-ie7 .mfp-container {
  padding: 0
}

.mfp-ie7 .mfp-content {
  padding-top: 44px
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0
}

.content-23 {
  position: relative;
  height: 900px;
  background-size: cover;
  color: #fff
}

  .content-23.v-center, .content-23 .v-center {
    display: table;
    width: 100%
  }

    .content-23.v-center > div, .content-23 .v-center > div {
      display: table-cell;
      vertical-align: middle;
      margin-top: 0;
      margin-bottom: 0;
      float: none
    }

@media(min-width:768px) {
  .content-23.v-center.row:before, .content-23 .v-center.row:before, .content-23.v-center.row:after, .content-23 .v-center.row:after {
    display: none
  }
}

@media(max-width:767px) {
  .content-23.v-center, .content-23 .v-center {
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px
  }

    .content-23.v-center.row, .content-23 .v-center.row {
      display: block;
      width: auto
    }

      .content-23.v-center.row:before, .content-23 .v-center.row:before, .content-23.v-center.row:after, .content-23 .v-center.row:after {
        display: none
      }

      .content-23.v-center.row > *, .content-23 .v-center.row > * {
        display: block;
        vertical-align: baseline
      }
}

.content-23 h1 {
  line-height: 1em
}

.content-23 .control-btn {
  width: 53px;
  height: 53px;
  line-height: 53px;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  text-align: center;
  font-size: 19px;
  background: #121518;
  color: #fff;
  opacity: .5;
  filter: alpha(opacity=50);
  position: absolute;
  left: 50%;
  bottom: 90px;
  margin-left: -26.5px
}

@media(max-width:1199px) {
  .content-23 .control-btn {
    font-size: 17.1px
  }
}

@media(max-width:991px) {
  .content-23 .control-btn {
    font-size: 15.2px
  }
}

@media(max-width:767px) {
  .content-23 .control-btn {
    font-size: 13.3px
  }
}

@media(max-width:479px) {
  .content-23 .control-btn {
    font-size: 11.4px
  }
}

.content-23 .control-btn:hover, .content-23 .control-btn:focus, .content-23 .control-btn.active {
  color: #fff
}

.content-23 .control-btn:hover, .content-23 .control-btn:focus, .content-23 .control-btn:active, .content-23 .control-btn.active {
  opacity: 1;
  filter: alpha(opacity=100)
}

@media(max-width:480px) {
  .content-23 .control-btn {
    bottom: 30px
  }
}

.content-23 .control-btn-text {
  color: #fff;
  position: absolute;
  left: 50%;
  bottom: 65px;
  margin-left: -70px
}

@media(max-width:480px) {
  .content-23 .control-btn-text {
    bottom: 30px
  }
}

.content-23 .hero-unit {
  padding: 0;
  margin: 0;
  background-color: transparent
}

  .content-23 .hero-unit h1 {
    margin: 0 0 30px;
    line-height: 65px
  }

@media(max-width:480px) {
  .content-23 .hero-unit h1 {
    font-size: 36px;
    font-weight: 600;
    line-height: 33px
  }
}

@media(max-width:480px)and (max-width:1199px) {
  .content-23 .hero-unit h1 {
    font-size: 32.4px
  }
}

@media(max-width:480px)and (max-width:991px) {
  .content-23 .hero-unit h1 {
    font-size: 28.8px
  }
}

@media(max-width:480px)and (max-width:767px) {
  .content-23 .hero-unit h1 {
    font-size: 25.2px
  }
}

@media(max-width:480px)and (max-width:479px) {
  .content-23 .hero-unit h1 {
    font-size: 21.6px
  }
}

.content-23 .hero-unit p a {
  font-weight: inherit
}

.content-23 .hero-unit.hero-unit-bordered h1 {
  font-size: 60px;
  border: 8px solid #fff;
  display: inline-block;
  margin: 0;
  padding: 30px 40px
}

@media(max-width:1199px) {
  .content-23 .hero-unit.hero-unit-bordered h1 {
    font-size: 54px
  }
}

@media(max-width:991px) {
  .content-23 .hero-unit.hero-unit-bordered h1 {
    font-size: 48px
  }
}

@media(max-width:767px) {
  .content-23 .hero-unit.hero-unit-bordered h1 {
    font-size: 42px
  }
}

@media(max-width:479px) {
  .content-23 .hero-unit.hero-unit-bordered h1 {
    font-size: 36px
  }
}

.content-23 .hero-unit.hero-unit-bordered p.lead {
  margin-top: 20px
}

@media(max-width:767px) {
  .content-23 .hero-unit.hero-unit-bordered h1 {
    font-size: 28px;
    font-weight: 600
  }
}

@media(max-width:767px)and (max-width:1199px) {
  .content-23 .hero-unit.hero-unit-bordered h1 {
    font-size: 25.2px
  }
}

@media(max-width:767px)and (max-width:991px) {
  .content-23 .hero-unit.hero-unit-bordered h1 {
    font-size: 22.4px
  }
}

@media(max-width:767px)and (max-width:767px) {
  .content-23 .hero-unit.hero-unit-bordered h1 {
    font-size: 19.6px
  }
}

@media(max-width:767px)and (max-width:479px) {
  .content-23 .hero-unit.hero-unit-bordered h1 {
    font-size: 16.8px
  }
}

.content-23.charts {
  text-align: center
}

  .content-23.charts h2 {
    margin-bottom: 80px
  }

  .content-23.charts .col-md-6:nth-child(2) {
    padding-right: 50px
  }

  .content-23.charts .col-md-6:nth-child(3) {
    padding-left: 50px
  }

  .content-23.charts h1, .content-23.charts h2, .content-23.charts h3, .content-23.charts h4, .content-23.charts h5, .content-23.charts h6, .content-23.charts p, .content-23.charts div {
    color: #fff
  }

.content-23 ul {
  text-align: left;
  margin-top: 30px;
  margin-bottom: 60px
}

  .content-23 ul li {
    line-height: 21px;
    margin-bottom: 15px
  }

.content-23 p:last-child {
  margin-bottom: 30px
}

.content-23 .btn-play {
  display: inline-block;
  text-indent: -9999px;
  vertical-align: middle;
  overflow: hidden;
  width: 67px;
  height: 67px;
  margin-bottom: 20px;
  opacity: .4;
  transition: all 1s ease;
  -moz-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease
}

  .content-23 .btn-play:hover {
    opacity: 1;
    -ms-transform: translate(0,-15px);
    transform: translate(0,-15px);
    -webkit-transform: translate(0,-15px);
    -o-transform: translate(0,-15px);
    -moz-transform: translate(0,-15px)
  }

@media(max-width:991px) {
  .content-23 .btn-play {
    margin: 35px 0
  }
}

.content-23 .btn-play.btn-play-lg {
  width: 150px;
  height: 150px;
  opacity: .7
}

  .content-23 .btn-play.btn-play-lg:hover {
    opacity: 1
  }

@media(max-width:991px) {
  .content-23 .btn-play.btn-play-lg {
    margin: 35px 0
  }
}

.content-23 #page-nav {
  display: none;
  visibility: hidden
}

  .content-23 #page-nav.people a {
    top: 45%
  }

    .content-23 #page-nav.people a a:hover {
      width: 120px
    }

  .content-23 #page-nav a {
    cursor: pointer;
    position: absolute;
    top: 460px;
    display: block;
    text-align: left;
    z-index: 200;
    width: 36px;
    height: 60px;
    background: #e18409;
    -webkit-transition: width .3s,background-color .3s;
    transition: width .3s,background-color .3s;
    overflow: hidden
  }

    .content-23 #page-nav a:hover {
      width: 110px;
      background: #303037
    }

    .content-23 #page-nav a.prev {
      left: 0;
      border-radius: 0 4px 4px 0;
      border-left: 6px solid #e18409
    }

      .content-23 #page-nav a.prev:hover h3 {
        opacity: 1;
        -webkit-transition-delay: .1s;
        transition-delay: .1s;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
      }

      .content-23 #page-nav a.prev h3 {
        right: 20px;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%)
      }

    .content-23 #page-nav a.next {
      right: 0;
      border-radius: 4px 0 0 4px;
      border-right: 6px solid #e18409
    }

      .content-23 #page-nav a.next:hover h3 {
        opacity: 1;
        -webkit-transition-delay: .1s;
        transition-delay: .1s;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
      }

      .content-23 #page-nav a.next h3 {
        left: 20px;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%)
      }

  .content-23 #page-nav h3 {
    position: absolute;
    font-family: Montserrat,Arial,sans-serif;
    top: 0;
    color: #f1f3f1;
    white-space: nowrap;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 11px;
    line-height: 26px;
    padding-top: 19px;
    opacity: 0;
    -webkit-transition: opacity .3s,-webkit-transform .3s;
    transition: opacity .3s,transform .3s
  }

@media only screen and (min-width:1025px) {
  .content-23 #page-nav {
    display: block;
    visibility: visible
  }
}

.content-23#sub-page .hero-unit {
  padding-top: 30px
}

.content-23 .author {
  margin-top: 20px;
  -webkit-transition: opacity .3s,-webkit-transform .3s;
  transition: opacity .3s,transform .3s
}

  .content-23 .author img {
    display: block;
    max-width: 60px;
    margin: 50px auto;
    height: auto;
    width: 20%;
    border-radius: 50%;
    margin: 0;
    display: inline-block;
    vertical-align: top;
    cursor: pointer
  }

    .content-23 .author img:hover {
      opacity: .8
    }

  .content-23 .author .detail {
    display: inline-block;
    margin-top: 4px;
    width: 75%;
    padding-left: 10px
  }

    .content-23 .author .detail .name {
      display: block;
      line-height: 1.2;
      font-style: italic;
      font-family: Open Sans,Helvetica,Arial,sans-serif;
      font-weight: 600
    }

.content-23 .mask, .content-23.mask {
  z-index: 1000;
  background-color: #000;
  opacity: .9;
  filter: alpha(opacity=90);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none
}

.content-23 .popup-video, .content-23.popup-video {
  z-index: 1000;
  margin: 0 10%;
  width: 80%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none
}

  .content-23 .popup-video > *, .content-23.popup-video > * {
    width: 100%;
    height: 100%
  }

.content-36 {
  z-index: 2;
  background: #1b1f23;
  text-align: center;
  color: #95a5a6;
  padding-top: 180px;
  padding-bottom: 150px
}

@media(max-width:767px) {
  .content-36 {
    padding-top: 60px;
    padding-bottom: 60px
  }
}

.content-36 .background {
  opacity: 50;
  filter: alpha(opacity=5000);
  opacity: .5;
  filter: alpha(opacity=50);
  background-position: 50% 30%
}

.content-36 h2 {
  color: #000 !important;
  font-size: 50px;
  line-height: 60px;
  margin: 0 0 60px;
  letter-spacing: -2px
}

@media(max-width:767px) {
  .content-36 h2 {
    font-size: 36px;
    margin: 0 0 30px;
    line-height: 40px
  }
}

.content-36 .btn {
  margin: 0 0 55px
}

@media(max-width:767px) {
  .content-36 .btn {
    margin-bottom: 30px
  }
}

.content-36 p {
  margin: 0 auto;
  width: 48%;
  line-height: 31px;
  font-weight: 500
}

@media(max-width:767px) {
  .content-36 p {
    width: 80%
  }
}

.content-67 {
  padding-top: 50px;
  padding-bottom: 50px
}

  .content-67 a:hover {
    text-decoration: none
  }

  .content-67 a:last-child:hover {
    text-decoration: underline
  }

@media(max-width:1024px) {
  .content-67 {
    padding-top: 40px;
    padding-bottom: 40px
  }
}

@media(max-width:991px) {
  .content-67 {
    padding-top: 35px;
    padding-bottom: 35px
  }
}

@media(max-width:767px) {
  .content-67 {
    padding-top: 30px;
    padding-bottom: 30px
  }
}

@media(max-width:479px) {
  .content-67 {
    padding-top: 20px;
    padding-bottom: 20px
  }
}

@media(max-width:991px) {
  .content-67 .header {
    text-align: center
  }
}

.content-67 .header h2 {
  margin-bottom: 16px
}

  .content-67 .header h2:after {
    content: "";
    display: block;
    width: 15%;
    height: 2px;
    margin-top: 18px;
    background: #e18409
  }

@media(max-width:991px) {
  .content-67 .header h2:after {
    margin: 12px auto 0
  }
}

@media(max-width:479px) {
  .content-67 .visible-xs .btn {
    margin-top: 0
  }
}

.content-67 h3 {
  margin-bottom: 20px;
  font-size: 19px
}

@media(max-width:1024px) {
  .content-67 h3 {
    margin-bottom: 16px
  }
}

@media(max-width:991px) {
  .content-67 h3 {
    margin-bottom: 14px
  }
}

@media(max-width:767px) {
  .content-67 h3 {
    margin-bottom: 12px
  }
}

@media(max-width:479px) {
  .content-67 h3 {
    margin-bottom: 8px
  }
}

@media(max-width:1199px) {
  .content-67 h3 {
    font-size: 17.1px
  }
}

@media(max-width:991px) {
  .content-67 h3 {
    font-size: 15.2px
  }
}

@media(max-width:767px) {
  .content-67 h3 {
    font-size: 13.3px
  }
}

@media(max-width:479px) {
  .content-67 h3 {
    font-size: 11.4px
  }
}

.content-67 h2 {
  margin-bottom: 20px
}

  .content-67 h2:after {
    margin: 20px 0
  }

.content-67 h4 {
  text-transform: inherit
}

.content-67 p.blog {
  font-size: 16px;
  line-height: 1.5
}

@media(max-width:1199px) {
  .content-67 p.blog {
    font-size: 14.4px
  }
}

@media(max-width:991px) {
  .content-67 p.blog {
    font-size: 12.8px
  }
}

@media(max-width:767px) {
  .content-67 p.blog {
    font-size: 11.2px
  }
}

@media(max-width:479px) {
  .content-67 p.blog {
    font-size: 9.6px
  }
}

.content-67 .article-box {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0,0,0,.1);
  overflow: hidden;
  transition: all 1s ease;
  -moz-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease
}

@media(max-width:767px) {
  .content-67 .article-box {
    margin-bottom: 20px
  }
}

.content-67 .article-box .media {
  min-height: 150px;
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-transition: opacity .2s;
  transition: opacity .2s
}

.content-67 .article-box .text {
  padding: 20px
}

.content-67 .article-box:hover {
  -ms-transform: translate(0,-15px);
  transform: translate(0,-15px);
  -webkit-transform: translate(0,-15px);
  -o-transform: translate(0,-15px);
  -moz-transform: translate(0,-15px)
}

  .content-67 .article-box:hover h3 {
    color: #0079c1
  }

  .content-67 .article-box:hover .media {
    opacity: .7
  }

.content-67 .author {
  margin-top: 20px;
  -webkit-transition: opacity .3s,-webkit-transform .3s;
  transition: opacity .3s,transform .3s;
  margin-bottom: 20px
}

  .content-67 .author img {
    display: block;
    max-width: 60px;
    margin: 50px auto;
    height: auto;
    width: 20%;
    border-radius: 50%;
    margin: 0;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    border: 1px solid #e18409
  }

    .content-67 .author img:hover {
      opacity: .8
    }

  .content-67 .author .detail {
    display: inline-block;
    margin-top: 12px;
    padding-left: 10px
  }

    .content-67 .author .detail .name {
      display: block;
      line-height: 1.2;
      font-style: italic;
      font-family: Open Sans,Helvetica,Arial,sans-serif;
      font-weight: 600
    }

@media(max-width:991px) {
  .content-67 .btn {
    margin-top: 20px
  }
}

.masonry-isotope {
  padding-top: 50px;
  padding-bottom: 50px
}

@media(max-width:1024px) {
  .masonry-isotope {
    padding-top: 40px;
    padding-bottom: 40px
  }
}

@media(max-width:991px) {
  .masonry-isotope {
    padding-top: 35px;
    padding-bottom: 35px
  }
}

@media(max-width:767px) {
  .masonry-isotope {
    padding-top: 30px;
    padding-bottom: 30px
  }
}

@media(max-width:479px) {
  .masonry-isotope {
    padding-top: 20px;
    padding-bottom: 20px
  }
}

.masonry-isotope .button-group {
  height: 75px;
  text-align: center;
  display: block;
  border-bottom: 1px solid #e1e1e1
}

.masonry-isotope .isotope:after {
  content: '';
  display: block;
  clear: both
}

.masonry-isotope .centered {
  margin: 0 auto
}

.masonry-isotope .box {
  margin: 1%;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,.22);
  font-size: 11px;
  line-height: 1.4em;
  float: left;
  overflow: hidden;
  border-radius: 3px
}

  .masonry-isotope .box .post-image {
    background-color: #f2f2f2
  }

    .masonry-isotope .box .post-image img {
      transition: opacity .3s ease-out;
      -moz-transition: opacity .3s ease-out;
      -webkit-transition: opacity .3s ease-out;
      -o-transition: opacity .3s ease-out
    }

      .masonry-isotope .box .post-image img:hover {
        cursor: -webkit-zoom-in;
        display: block;
        opacity: .7
      }

    .masonry-isotope .box .post-image .meta-info {
      position: absolute;
      margin-top: 12px
    }

      .masonry-isotope .box .post-image .meta-info span {
        padding: 3px 13px;
        font-size: 12px;
        color: #fff;
        border-radius: 0 3px 3px 0
      }

  .masonry-isotope .box.news .meta-info span {
    background: red
  }

    .masonry-isotope .box.news .meta-info span:after {
      content: "News"
    }

  .masonry-isotope .box.blog .meta-info span {
    background: #E3BE61
  }

  .masonry-isotope .box.blog a.link-more {
    color: #E3BE61
  }


    .masonry-isotope .box.blog .meta-info span:after {
      content: "Blog"
    }

  .masonry-isotope .box .post-title {
    padding: 20px 15px 15px
  }

    .masonry-isotope .box .post-title h2 {
      font-size: 18px;
      border: none;
      padding: 0;
      margin: 0;
      transition: border .25s linear,color .25s linear,background-color .25s linear;
      -moz-transition: border .25s linear,color .25s linear,background-color .25s linear;
      -webkit-transition: border .25s linear,color .25s linear,background-color .25s linear;
      -o-transition: border .25s linear,color .25s linear,background-color .25s linear
    }

  .masonry-isotope .box .post-detail {
    padding: 0 15px 15px
  }

    .masonry-isotope .box .post-detail p {
      font-size: 16px;
      line-height: 1.231;
      margin-bottom: 0
    }

@media(max-width:767px) {
  .masonry-isotope .box .post-detail p {
    font-size: 14px;
    line-height: 1.1079
  }
}

.masonry-isotope .box .post-meta {
  border-top: 1px solid #f2f2f2;
  padding: 15px
}

.masonry-isotope #tumblelog img {
  display: block;
  width: 100%
}

.masonry-isotope .rtl .box {
  float: right;
  text-align: right;
  direction: rtl
}

@media(max-width:991px) {
  .masonry-isotope .container {
    width: 100%
  }
}

.masonry-isotope .col3 {
  width: 31%
}

@media(max-width:991px) {
  .masonry-isotope .col3 {
    width: 48%
  }
}

@media(max-width:479px) {
  .masonry-isotope .col3 {
    width: 100%
  }
}

.masonry-isotope .col4 {
  width: 22%
}

@media(max-width:991px) {
  .masonry-isotope .col4 {
    width: 48%
  }
}

@media(max-width:479px) {
  .masonry-isotope .col4 {
    width: 100%
  }
}

.content-78 .container {
  padding-top: 50px;
  padding-bottom: 50px
}

@media(max-width:1024px) {
  .content-78 .container {
    padding-top: 40px;
    padding-bottom: 40px
  }
}

@media(max-width:991px) {
  .content-78 .container {
    padding-top: 35px;
    padding-bottom: 35px
  }
}

@media(max-width:767px) {
  .content-78 .container {
    padding-top: 30px;
    padding-bottom: 30px
  }
}

@media(max-width:479px) {
  .content-78 .container {
    padding-top: 20px;
    padding-bottom: 20px
  }
}

.content-78 .container:first-child {
  z-index: 3
}

.content-78 .row > ul.list-unstyled {
  line-height: 0
}

.content-78 .alternate-photo, .content-78 .photo-right {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 160px
}

@media(min-width:1200px) {
  .content-78 .alternate-photo, .content-78 .photo-right {
    height: 380px
  }
}

@media(max-width:992px) {
  .content-78 .alternate-photo, .content-78 .photo-right {
    min-height: 450px
  }
}

@media(max-width:768px) {
  .content-78 .alternate-photo, .content-78 .photo-right {
    min-height: 400px
  }
}

@media(max-width:480px) {
  .content-78 .alternate-photo, .content-78 .photo-right {
    min-height: 250px
  }
}

.content-78 .alternate-photo-square {
  height: 0;
  padding-bottom: 100%
}

.content-78 .alternate-content {
  box-sizing: border-box;
  text-align: left;
  padding: 40px 35px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat
}

  .content-78 .alternate-content h2 {
    font-size: 22px
  }

  .content-78 .alternate-content h6.share_title {
    margin-top: 30px
  }

@media(max-width:1024px) {
  .content-78 .alternate-content h6.share_title {
    margin-top: 24px
  }
}

@media(max-width:991px) {
  .content-78 .alternate-content h6.share_title {
    margin-top: 21px
  }
}

@media(max-width:767px) {
  .content-78 .alternate-content h6.share_title {
    margin-top: 18px
  }
}

@media(max-width:479px) {
  .content-78 .alternate-content h6.share_title {
    margin-top: 12px
  }
}

@media(max-width:992px) {
  .content-78 .alternate-content.pull-left {
    float: none !important
  }
}

@media(max-width:991px) {
  .content-78 .alternate-photo-custom {
    padding-bottom: 50%;
    background-position: top center
  }

  .content-78 .mobile-white-section {
    background: #fff
  }
}

@media(min-width:992px) {
  .content-78 .alternate-content {
    padding: 90px 70px;
    min-height: 380px;
    box-sizing: border-box
  }

  .content-78 .alternate-section {
    padding-left: 50%;
    position: relative
  }

    .content-78 .alternate-section.alternate-inverted {
      padding-left: 0;
      padding-right: 50%
    }

      .content-78 .alternate-section.alternate-inverted .alternate-photo {
        left: auto;
        right: 0
      }

  .content-78 .alternate-double-content {
    display: table;
    min-height: 480px;
    width: 100%
  }

    .content-78 .alternate-double-content .alternate-content {
      display: table-cell;
      vertical-align: top;
      width: 50%;
      max-width: 50%
    }

  .content-78 .alternate-photo, .content-78 .alternate-photo-square {
    display: block;
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0;
    padding-bottom: 0
  }
}

@media(min-width:768px)and (max-width:991px) {
  .content-78 .alternate-photo-custom {
    height: 0
  }
}

.content-79 {
  padding-top: 50px;
  padding-bottom: 50px
}

@media(max-width:1024px) {
  .content-79 {
    padding-top: 40px;
    padding-bottom: 40px
  }
}

@media(max-width:991px) {
  .content-79 {
    padding-top: 35px;
    padding-bottom: 35px
  }
}

@media(max-width:767px) {
  .content-79 {
    padding-top: 30px;
    padding-bottom: 30px
  }
}

@media(max-width:479px) {
  .content-79 {
    padding-top: 20px;
    padding-bottom: 20px
  }
}

.content-79 p {
  margin-bottom: 30px
}

@media(max-width:1024px) {
  .content-79 p {
    margin-bottom: 24px
  }
}

@media(max-width:991px) {
  .content-79 p {
    margin-bottom: 21px
  }
}

@media(max-width:767px) {
  .content-79 p {
    margin-bottom: 18px
  }
}

@media(max-width:479px) {
  .content-79 p {
    margin-bottom: 12px
  }
}

.content-79 .get-help-wrapper span {
  display: block
}

.content-79 .get-help-wrapper .text-call {
  font-size: 18px
}

@media(max-width:1199px) {
  .content-79 .get-help-wrapper .text-call {
    font-size: 16.2px
  }
}

@media(max-width:991px) {
  .content-79 .get-help-wrapper .text-call {
    font-size: 14.4px
  }
}

@media(max-width:767px) {
  .content-79 .get-help-wrapper .text-call {
    font-size: 12.6px
  }
}

@media(max-width:479px) {
  .content-79 .get-help-wrapper .text-call {
    font-size: 10.8px
  }
}

.content-79 .get-help-wrapper .text-number {
  font-size: 30px;
  margin-top: 5px;
  margin-bottom: 5px
}

@media(max-width:1199px) {
  .content-79 .get-help-wrapper .text-number {
    font-size: 27px
  }
}

@media(max-width:991px) {
  .content-79 .get-help-wrapper .text-number {
    font-size: 24px
  }
}

@media(max-width:767px) {
  .content-79 .get-help-wrapper .text-number {
    font-size: 21px
  }
}

@media(max-width:479px) {
  .content-79 .get-help-wrapper .text-number {
    font-size: 18px
  }
}

@media(max-width:1024px) {
  .content-79 .get-help-wrapper .text-number {
    margin-top: 4px
  }
}

@media(max-width:991px) {
  .content-79 .get-help-wrapper .text-number {
    margin-top: 3.5px
  }
}

@media(max-width:767px) {
  .content-79 .get-help-wrapper .text-number {
    margin-top: 3px
  }
}

@media(max-width:479px) {
  .content-79 .get-help-wrapper .text-number {
    margin-top: 2px
  }
}

@media(max-width:1024px) {
  .content-79 .get-help-wrapper .text-number {
    margin-bottom: 4px
  }
}

@media(max-width:991px) {
  .content-79 .get-help-wrapper .text-number {
    margin-bottom: 3.5px
  }
}

@media(max-width:767px) {
  .content-79 .get-help-wrapper .text-number {
    margin-bottom: 3px
  }
}

@media(max-width:479px) {
  .content-79 .get-help-wrapper .text-number {
    margin-bottom: 2px
  }
}

.content-79 .get-help-wrapper .btn {
  margin-top: 25px
}

@media(max-width:1024px) {
  .content-79 .get-help-wrapper .btn {
    margin-top: 20px
  }
}

@media(max-width:991px) {
  .content-79 .get-help-wrapper .btn {
    margin-top: 17.5px
  }
}

@media(max-width:767px) {
  .content-79 .get-help-wrapper .btn {
    margin-top: 15px
  }
}

@media(max-width:479px) {
  .content-79 .get-help-wrapper .btn {
    margin-top: 10px
  }
}

.content-102 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fff
}

  .content-102.grayscale img {
    opacity: .7;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url("data:image/svg+xml; utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter …33 .3333 0 0 .3333 .3333 .3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); -webkit-filter:gray;
    filter: gray;
    transition: all .3s;
    -webkit-transition: all .3s
  }

    .content-102.grayscale img:hover {
      opacity: 1;
      filter: none;
      -webkit-filter: none;
      -moz-filter: none;
      -ms-filter: none;
      -o-filter: none
    }

.content-104 .feature-item .feature-icon {
  display: inline-block;
  vertical-align: top;
  padding: 6px 0 0;
  margin-right: 20px;
  width: 35px
}

  .content-104 .feature-item .feature-icon span {
    font-size: 35px;
    color: #e18409;
    font-weight: 700
  }

.content-104 .feature-item .feature-content {
  display: inline-block;
  width: 75%
}

  .content-104 .feature-item .feature-content p {
    font-size: 16px
  }

  .content-104 .feature-item .feature-content h5 {
    margin-top: 5px;
    margin-bottom: 0
  }

.content-104 .contents .row {
  margin-bottom: 20px
}

.content-104 .contents i {
  font-size: 40px
}

.content-105 h2 {
  margin-top: 0
}

.content-105 .custom-tab .nav-tabs {
  margin: 40px 0 90px;
  border: none;
  text-align: center
}

  .content-105 .custom-tab .nav-tabs > li {
    display: inline-block;
    float: none
  }

    .content-105 .custom-tab .nav-tabs > li > a {
      font-family: Open Sans,Helvetica,Arial,sans-serif;
      border: none;
      border-radius: 0;
      width: 212px;
      height: 61px;
      padding: 1.5625em 0;
      text-transform: uppercase;
      color: #fff;
      font-size: 14px;
      font-weight: 700;
      transition: all .3s;
      -webkit-transition: all .3s
    }

      .content-105 .custom-tab .nav-tabs > li > a:hover {
        background: none;
        color: #e18409
      }

    .content-105 .custom-tab .nav-tabs > li.active > a, .content-105 .custom-tab .nav-tabs > li.active > a:focus, .content-105 .custom-tab .nav-tabs > li.active > a:hover {
      color: #e18409
    }

.content-105 .custom-tab .tab-content .feature-item .feature-icon {
  display: inline-block;
  vertical-align: top;
  padding: 6px 0 0;
  margin-right: 20px;
  width: 35px
}

  .content-105 .custom-tab .tab-content .feature-item .feature-icon i {
    font-size: 40px
  }

  .content-105 .custom-tab .tab-content .feature-item .feature-icon span {
    font-size: 35px;
    color: #e18409;
    font-weight: 700
  }

.content-105 .custom-tab .tab-content .feature-item .feature-content {
  display: inline-block;
  width: 75%
}

  .content-105 .custom-tab .tab-content .feature-item .feature-content p {
    font-size: 16px
  }

  .content-105 .custom-tab .tab-content .feature-item .feature-content h5 {
    margin-top: 5px;
    margin-bottom: 5px
  }

.content-106 {
  margin-top: -63px;
  padding: 0
}

  .content-106 .tabbed .color {
    display: none
  }

  .content-106 .tab-list {
    list-style-type: none;
    text-align: center;
    margin-bottom: -2px
  }

    .content-106 .tab-list li {
      display: inline-block;
      padding: 15px 35px;
      cursor: pointer;
      -webkit-transition: all .5s;
      transition: all .5s;
      text-transform: uppercase;
      font-weight: 700;
      color: #fff;
      background: rgba(0,0,0,.5);
      font-size: 16px
    }

      .content-106 .tab-list li:hover {
        background: rgba(225,132,9,.5)
      }

      .content-106 .tab-list li.active {
        box-shadow: inset 0 -60px 0 #e18409;
        color: #000
      }

      .content-106 .tab-list li:nth-child(2).active {
        box-shadow: inset 0 -60px 0 #0079c1
      }

      .content-106 .tab-list li:nth-child(2):hover {
        background: rgba(225,132,9,.5)
      }

      .content-106 .tab-list li:nth-child(3).active {
        box-shadow: inset 0 -60px 0 #00aeef
      }

      .content-106 .tab-list li:nth-child(3):hover {
        background: rgba(225,132,9,.5)
      }

  .content-106 .tabbed .tab {
    display: none;
    color: #000;
    background: #e18409;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
    -webkit-transition: all 5s ease;
    transition: all 5s ease;
    overflow: hidden;
    -webkit-tap-highlight-color: transparent
  }

@media(max-width:1024px) {
  .content-106 .tabbed .tab {
    padding-top: 32px
  }
}

@media(max-width:991px) {
  .content-106 .tabbed .tab {
    padding-top: 28px
  }
}

@media(max-width:767px) {
  .content-106 .tabbed .tab {
    padding-top: 24px
  }
}

@media(max-width:479px) {
  .content-106 .tabbed .tab {
    padding-top: 16px
  }
}

@media(max-width:1024px) {
  .content-106 .tabbed .tab {
    padding-bottom: 32px
  }
}

@media(max-width:991px) {
  .content-106 .tabbed .tab {
    padding-bottom: 28px
  }
}

@media(max-width:767px) {
  .content-106 .tabbed .tab {
    padding-bottom: 24px
  }
}

@media(max-width:479px) {
  .content-106 .tabbed .tab {
    padding-bottom: 16px
  }
}

.content-106 .tabbed .tab.active {
  display: block;
  -webkit-animation: fade 1s ease
}

  .content-106 .tabbed .tab.active:after {
    box-shadow: 0 0 0 1000px #e18409;
    content: '';
    position: absolute;
    top: -100px;
    left: 50%;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #e18409;
    -webkit-animation: grow 1s ease;
    z-index: -1
  }

  .content-106 .tabbed .tab.active .content {
    -webkit-animation: enter .5s
  }

.content-106 .tabbed .tab.brand-secondary {
  background: #0079c1;
  color: #fff
}

  .content-106 .tabbed .tab.brand-secondary.active {
    -webkit-animation: fade-brand-secondary 1s ease
  }

    .content-106 .tabbed .tab.brand-secondary.active:after {
      box-shadow: 0 0 0 1000px #0079c1;
      background: #0079c1;
      -webkit-animation: grow-brand-secondary 1s ease
    }

.content-106 .tabbed .tab.brand-success {
  background: #00aeef;
  color: #fff
}

  .content-106 .tabbed .tab.brand-success.active {
    -webkit-animation: fade-brand-success 1s ease
  }

    .content-106 .tabbed .tab.brand-success.active:after {
      box-shadow: 0 0 0 1000px #00aeef;
      background: #00aeef;
      -webkit-animation: grow-brand-success 1s ease
    }

.content-106 .tabbed .tab .content .feature-item .feature-icon {
  display: inline-block;
  vertical-align: top;
  padding: 6px 0 0;
  margin-right: 20px;
  width: 35px
}

  .content-106 .tabbed .tab .content .feature-item .feature-icon i {
    font-size: 45px
  }

  .content-106 .tabbed .tab .content .feature-item .feature-icon span {
    font-size: 35px;
    color: #e18409;
    font-weight: 700
  }

.content-106 .tabbed .tab .content .feature-item .feature-content {
  display: inline-block;
  width: 75%
}

  .content-106 .tabbed .tab .content .feature-item .feature-content p {
    font-size: 16px
  }

  .content-106 .tabbed .tab .content .feature-item .feature-content h5 {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #fff
  }

  .content-106 .tabbed .tab .content .feature-item .feature-content a.link-more {
    color: #fff
  }

    .content-106 .tabbed .tab .content .feature-item .feature-content a.link-more:hover {
      color: #fff
    }

.content-106 .tab-list li .tabbed .tab.active {
  display: block;
  -webkit-animation: fade 1s ease
}

.content-106 code {
  background: rgba(0,0,0,.1);
  padding: 0 3px;
  border-radius: 3px;
  font-size: 1.2em
}

@-webkit-keyframes grow {
  from {
    box-shadow: 0 0 0 #e18409
  }

  to {
    box-shadow: 0 0 0 1000px #e18409;
    -webkit-transform: translateZ(0);
    -transform: translateZ(0)
  }
}

@-webkit-keyframes grow-brand-secondary {
  from {
    box-shadow: 0 0 0 #0079c1
  }

  to {
    box-shadow: 0 0 0 1000px #0079c1;
    -webkit-transform: translateZ(0);
    -transform: translateZ(0)
  }
}

@-webkit-keyframes grow-brand-success {
  from {
    box-shadow: 0 0 0 #00aeef
  }

  to {
    box-shadow: 0 0 0 1000px #00aeef;
    -webkit-transform: translateZ(0);
    -transform: translateZ(0)
  }
}

@-webkit-keyframes fade {
  from {
    background: transparent
  }

  to {
    background: #0079c1
  }
}

@-webkit-keyframes fade-brand-secondary {
  from {
    background: transparent
  }

  to {
    background: #e18409
  }
}

@-webkit-keyframes fade-brand-success {
  from {
    background: transparent
  }

  to {
    background: #00aeef
  }
}

@-webkit-keyframes enter {
  from {
    -webkit-transform: translateY(-20px)
  }

  to {
    -webkit-transform: none
  }
}

@media all and (max-width:200px) {
  .content-106 .tab-list li {
    display: block
  }
}

.content-107 {
  padding: 0
}

  .content-107 .tabbed .color {
    display: none
  }

  .content-107 .tab-list {
    list-style-type: none;
    text-align: center;
    margin-bottom: -2px
  }

@media(max-width:479px) {
  .content-107 .tab-list {
    background-color: #222
  }
}

.content-107 .tab-list li {
  display: inline-block;
  padding: 15px 35px;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: all .5s;
  transition: all .5s;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  background: rgba(225,132,9,.4);
  font-size: 16px
}

@media(max-width:479px) {
  .content-107 .tab-list li {
    width: 33.333333333%;
    padding: 10px 7px;
    font-size: 12px;
    max-width: 100px;
    height: 40px;
    line-height: 1
  }
}

.content-107 .tab-list li:hover {
  background: rgba(225,132,9,.8)
}

.content-107 .tab-list li.active {
  background: #000;
  box-shadow: inset 0 -60px 0 black;
  color: #e18409
}

.content-107 .tab-list li:nth-child(2) {
  background: rgba(225,132,9,.4)
}

  .content-107 .tab-list li:nth-child(2).active {
    background: #fff;
    color: #0079c1
  }

  .content-107 .tab-list li:nth-child(2):hover {
    background: rgba(225,132,9,.8)
  }

.content-107 .tab-list li:nth-child(3) {
  background: rgba(225,132,9,.4)
}

  .content-107 .tab-list li:nth-child(3).active {
    background: #fff;
    color: #00aeef
  }

  .content-107 .tab-list li:nth-child(3):hover {
    background: rgba(225,132,9,.8)
  }

.content-107 .tabbed .tab {
  display: none;
  background: #fff;
  padding-top: 50px;
  padding-bottom: 30px;
  min-height: 222px;
  position: relative;
  -webkit-transition: all 5s ease;
  transition: all 5s ease;
  overflow: hidden;
  -webkit-tap-highlight-color: transparent
}

@media(max-width:479px) {
  .content-107 .tabbed .tab {
    padding-top: 30px;
    padding-bottom: 0
  }
}

.content-107 .tabbed .tab.active {
  display: block;
  -webkit-animation: fade 1s ease
}

  .content-107 .tabbed .tab.active:after {
    box-shadow: 0 0 0 1000px white;
    content: '';
    position: absolute;
    top: -100px;
    left: 50%;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #fff;
    -webkit-animation: grow 1s ease;
    z-index: -1
  }

  .content-107 .tabbed .tab.active .content {
    -webkit-animation: enter .5s
  }

.content-107 .tabbed .tab.brand-secondary.active {
  -webkit-animation: fade-brand-secondary 1s ease
}

.content-107 .tabbed .tab.brand-secondary .content .feature-item .feature-icon i {
  color: #0079c1
}

.content-107 .tabbed .tab.brand-secondary .content .feature-item .feature-content h5 {
  color: #0079c1
}

  .content-107 .tabbed .tab.brand-secondary .content .feature-item .feature-content h5:after {
    background: #0079c1
  }

.content-107 .tabbed .tab.brand-secondary .content .feature-item .feature-content a.link-more {
  color: #0079c1
}

  .content-107 .tabbed .tab.brand-secondary .content .feature-item .feature-content a.link-more:hover {
    color: #0079c1
  }

.content-107 .tabbed .tab.brand-success.active {
  -webkit-animation: fade-brand-success 1s ease
}

.content-107 .tabbed .tab.brand-success .content .feature-item .feature-icon i {
  color: #00aeef
}

.content-107 .tabbed .tab.brand-success .content .feature-item .feature-content h5 {
  color: #00aeef
}

  .content-107 .tabbed .tab.brand-success .content .feature-item .feature-content h5:after {
    background: #00aeef
  }

.content-107 .tabbed .tab.brand-success .content .feature-item .feature-content a.link-more {
  color: #00aeef
}

  .content-107 .tabbed .tab.brand-success .content .feature-item .feature-content a.link-more:hover {
    color: #00aeef
  }

.content-107 .tabbed .tab .content .feature-item {
  margin-bottom: 40px
}

  .content-107 .tabbed .tab .content .feature-item .feature-icon {
    display: inline-block;
    vertical-align: top;
    padding: 6px 0 0;
    margin-right: 20px;
    width: 35px
  }

    .content-107 .tabbed .tab .content .feature-item .feature-icon i {
      font-size: 45px;
      color: #e18409
    }

    .content-107 .tabbed .tab .content .feature-item .feature-icon span {
      font-size: 35px;
      color: #fff;
      font-weight: 700
    }

  .content-107 .tabbed .tab .content .feature-item .feature-content {
    display: inline-block;
    width: 75%
  }

    .content-107 .tabbed .tab .content .feature-item .feature-content p {
      font-size: 16px;
      margin-bottom: 5px
    }

    .content-107 .tabbed .tab .content .feature-item .feature-content h5 {
      margin-top: 5px;
      margin-bottom: 5px;
      color: #e18409
    }

      .content-107 .tabbed .tab .content .feature-item .feature-content h5:after {
        content: "";
        display: block;
        height: 2px;
        margin: 7px auto;
        background: #e18409
      }

    .content-107 .tabbed .tab .content .feature-item .feature-content a.link-more {
      color: #e18409
    }

      .content-107 .tabbed .tab .content .feature-item .feature-content a.link-more:hover {
        color: #e18409
      }

.content-107 .tab-list li .tabbed .tab.active {
  display: block;
  -webkit-animation: fade 1s ease
}

.content-107 code {
  background: rgba(0,0,0,.1);
  padding: 0 3px;
  border-radius: 3px;
  font-size: 1.2em
}

@-webkit-keyframes grow {
  from {
    box-shadow: 0 0 0 white
  }

  to {
    box-shadow: 0 0 0 1000px white;
    -webkit-transform: translateZ(0);
    -transform: translateZ(0)
  }
}

@-webkit-keyframes fade {
  from {
    background: transparent
  }

  to {
    background: #e18409
  }
}

@-webkit-keyframes fade-brand-secondary {
  from {
    background: transparent
  }

  to {
    background: #0079c1
  }
}

@-webkit-keyframes fade-brand-success {
  from {
    background: transparent
  }

  to {
    background: #00aeef
  }
}

@-webkit-keyframes enter {
  from {
    -webkit-transform: translateY(-20px)
  }

  to {
    -webkit-transform: none
  }
}

@media all and (max-width:200px) {
  .content-107 .tab-list li {
    display: block
  }
}

.content-107-without_animation .tabbed .color {
  display: none
}

.content-107-without_animation .tab-list {
  list-style-type: none;
  text-align: center;
  padding: 0;
  margin-bottom: -2px;
  display: flex;
  justify-content: center
}

  .content-107-without_animation .tab-list li {
    display: inline-block;
    padding: 15px 35px;
    vertical-align: middle;
    cursor: pointer;
    -webkit-transition: all .5s;
    transition: all .5s;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    background: rgba(225,132,9,.5);
    font-size: 16px
  }

@media(max-width:767px) {
  .content-107-without_animation .tab-list li {
    width: 25%;
    padding: 10px 7px;
    font-size: 12px;
    max-width: 100px;
    height: 40px;
    line-height: 1
  }
}

@media(max-width:479px) {
  .content-107-without_animation .tab-list li {
    font-size: 11px;
    padding: 7px
  }
}

.content-107-without_animation .tab-list li:hover {
  background: #e18409;
  color: #000
}

.content-107-without_animation .tab-list li.active {
  background: #fff;
  color: #e18409
}

.content-107-without_animation .tab-list li:nth-child(3) {
  background: rgba(225,132,9,.5)
}

  .content-107-without_animation .tab-list li:nth-child(3).active {
    background: #fff !important;
    color: #e18409 !important
  }

  .content-107-without_animation .tab-list li:nth-child(3):hover {
    background: rgba(225,132,9,.8);
    color: #000
  }

.content-107-without_animation .tab-list li:nth-child(4) {
  background: rgba(225,132,9,.4);
  word-break: break-all
}

  .content-107-without_animation .tab-list li:nth-child(4).active {
    background: #fff !important;
    color: #e18409 !important
  }

  .content-107-without_animation .tab-list li:nth-child(4):hover {
    background: rgba(225,132,9,.8);
    color: #000
  }

.content-107-without_animation .tab-list li:nth-child(2) {
  background: rgba(225,132,9,.4)
}

  .content-107-without_animation .tab-list li:nth-child(2).active {
    background: #fff !important;
    color: #e18409 !important
  }

  .content-107-without_animation .tab-list li:nth-child(2):hover {
    background: rgba(225,132,9,.8);
    color: #000
  }

.content-107-without_animation .tabbed .tab {
  display: none;
  background: #fff;
  padding-top: 35px;
  position: relative;
  -webkit-transition: all 5s ease;
  transition: all 5s ease;
  overflow: hidden;
  -webkit-tap-highlight-color: transparent
}

@media(max-width:1024px) {
  .content-107-without_animation .tabbed .tab {
    padding-top: 28px
  }
}

@media(max-width:991px) {
  .content-107-without_animation .tabbed .tab {
    padding-top: 24.5px
  }
}

@media(max-width:767px) {
  .content-107-without_animation .tabbed .tab {
    padding-top: 21px
  }
}

@media(max-width:479px) {
  .content-107-without_animation .tabbed .tab {
    padding-top: 14px
  }
}

@media(max-width:479px) {
  .content-107-without_animation .tabbed .tab {
    padding-top: 30px;
    padding-bottom: 0
  }
}

.content-107-without_animation .tabbed .tab.active {
  display: block
}

  .content-107-without_animation .tabbed .tab.active:after {
    content: '';
    position: absolute;
    top: -100px;
    left: 50%;
    width: 100px;
    height: 100px;
    background: #fff;
    z-index: -1
  }

.content-107-without_animation .tabbed .tab.brand-secondary .content .feature-item .feature-icon i {
  color: #e18409
}

.content-107-without_animation .tabbed .tab.brand-secondary .content .feature-item .feature-content h5 {
  color: #e18409
}

  .content-107-without_animation .tabbed .tab.brand-secondary .content .feature-item .feature-content h5:after {
    background: #e18409
  }

.content-107-without_animation .tabbed .tab.brand-secondary .content .feature-item .feature-content a.link-more {
  color: #e18409
}

  .content-107-without_animation .tabbed .tab.brand-secondary .content .feature-item .feature-content a.link-more:hover {
    color: #e18409
  }

.content-107-without_animation .tabbed .tab.brand-success .content .feature-item .feature-icon i {
  color: #e18409
}

.content-107-without_animation .tabbed .tab.brand-success .content .feature-item .feature-content h5 {
  color: #e18409
}

  .content-107-without_animation .tabbed .tab.brand-success .content .feature-item .feature-content h5:after {
    background: #e18409
  }

.content-107-without_animation .tabbed .tab.brand-success .content .feature-item .feature-content a.link-more {
  color: #e18409
}

  .content-107-without_animation .tabbed .tab.brand-success .content .feature-item .feature-content a.link-more:hover {
    color: #e18409
  }

.content-107-without_animation .tabbed .tab.brand-info .content .feature-item .feature-icon i {
  color: #e18409
}

.content-107-without_animation .tabbed .tab.brand-info .content .feature-item .feature-content h5 {
  color: #e18409
}

  .content-107-without_animation .tabbed .tab.brand-info .content .feature-item .feature-content h5:after {
    background: #e18409
  }

.content-107-without_animation .tabbed .tab.brand-info .content .feature-item .feature-content a.link-more {
  color: #e18409
}

  .content-107-without_animation .tabbed .tab.brand-info .content .feature-item .feature-content a.link-more:hover {
    color: #e18409
  }

.content-107-without_animation .tabbed .tab.brand-danger .content .feature-item .feature-icon i {
  color: red
}

.content-107-without_animation .tabbed .tab.brand-danger .content .feature-item .feature-content h5 {
  color: red
}

  .content-107-without_animation .tabbed .tab.brand-danger .content .feature-item .feature-content h5:after {
    background: red
  }

.content-107-without_animation .tabbed .tab.brand-danger .content .feature-item .feature-content a.link-more {
  color: red
}

  .content-107-without_animation .tabbed .tab.brand-danger .content .feature-item .feature-content a.link-more:hover {
    color: red
  }

.content-107-without_animation .tabbed .tab.brand-warning .content .feature-item .feature-icon i {
  color: #ffc118
}

.content-107-without_animation .tabbed .tab.brand-warning .content .feature-item .feature-content h5 {
  color: #ffc118
}

  .content-107-without_animation .tabbed .tab.brand-warning .content .feature-item .feature-content h5:after {
    background: #ffc118
  }

.content-107-without_animation .tabbed .tab.brand-warning .content .feature-item .feature-content a.link-more {
  color: #ffc118
}

  .content-107-without_animation .tabbed .tab.brand-warning .content .feature-item .feature-content a.link-more:hover {
    color: #ffc118
  }

.content-107-without_animation .tab-list li .tabbed .tab.active {
  display: block
}

.content-107-without_animation .content [class*=col-] {
  margin-bottom: 50px
}

@media(max-width:1024px) {
  .content-107-without_animation .content [class*=col-] {
    margin-bottom: 40px
  }
}

@media(max-width:991px) {
  .content-107-without_animation .content [class*=col-] {
    margin-bottom: 35px
  }
}

@media(max-width:767px) {
  .content-107-without_animation .content [class*=col-] {
    margin-bottom: 30px
  }
}

@media(max-width:479px) {
  .content-107-without_animation .content [class*=col-] {
    margin-bottom: 20px
  }
}

.content-107-without_animation .content .feature-item .feature-icon {
  display: inline-block;
  vertical-align: top;
  padding: 6px 0 0;
  margin-right: 20px;
  width: 35px
}

  .content-107-without_animation .content .feature-item .feature-icon i {
    font-size: 45px;
    color: #e18409
  }

  .content-107-without_animation .content .feature-item .feature-icon span {
    font-size: 35px;
    color: #fff;
    font-weight: 700
  }

.content-107-without_animation .content .feature-item .feature-content {
  display: inline-block;
  width: 75%
}

@media(max-width:1024px) {
  .content-107-without_animation .content .feature-item .feature-content {
    width: 71%
  }
}

@media(max-width:767px) {
  .content-107-without_animation .content .feature-item .feature-content {
    width: 80%
  }
}

@media(max-width:479px) {
  .content-107-without_animation .content .feature-item .feature-content {
    width: 70%
  }
}

.content-107-without_animation .content .feature-item .feature-content p {
  font-size: 16px;
  margin-bottom: 5px
}

.content-107-without_animation .content .feature-item .feature-content h5 {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #e18409
}

  .content-107-without_animation .content .feature-item .feature-content h5:after {
    content: "";
    display: block;
    height: 2px;
    margin: 7px auto;
    background: #e18409
  }

.content-107-without_animation .content .feature-item .feature-content a.link-more {
  color: #e18409
}

  .content-107-without_animation .content .feature-item .feature-content a.link-more:hover {
    color: #e18409
  }

.content-107-without_animation code {
  background: rgba(0,0,0,.1);
  padding: 0 3px;
  border-radius: 3px;
  font-size: 1.2em
}

@media all and (max-width:200px) {
  .content-107-without_animation .tab-list li {
    display: block
  }
}

.content-110 {
  margin-top: 81px;
  padding: 20px 0;
  background-color: #e18409;
  box-shadow: 0 0 2px rgba(6,8,8,.15);
  transition: all .3s;
  -webkit-transition: all .3s
}

@media(max-width:1101px) {
  .content-110 {
    padding: 10px 0
  }
}

@media(max-width:767px) {
  .content-110 {
    padding: 10px 0
  }
}

.content-110 ul {
  text-align: center
}

  .content-110 ul li a {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    margin-right: 5px;
    padding: 2px 10px;
    transition: all .3s;
    -webkit-transition: all .3s;
    text-decoration: none
  }

@media(max-width:767px) {
  .content-110 ul li a {
    font-size: 12px;
    letter-spacing: -1px;
    margin-right: 0
  }
}

.content-110 ul li a.active {
  background-color: #fff;
  color: #000;
  border-radius: 2px
}

  .content-110 ul li a.active:hover {
    opacity: 1
  }

.content-110 ul li:hover a {
  background-color: #fff;
  color: #000
}

.content-110 ul li.active a {
  background-color: #fff;
  color: #000;
  border-radius: 2px
}

  .content-110 ul li.active a:hover {
    opacity: 1
  }

@media(max-width:767px) {
  .content-110 ul li {
    padding: 0
  }
}

.content-110.stick ul li a {
  color: #000;
  text-decoration: none
}

  .content-110.stick ul li a.active {
    background-color: #fff;
    color: #000
  }

.content-110.stick ul li.active a {
  background-color: #fff;
  color: #000
}

.content-110.stick li a:hover {
  background-color: #fff;
  color: #000;
  text-decoration: none
}

.footer-20 {
  padding-top: 50px;
  padding-bottom: 50px
}

@media(max-width:1024px) {
  .footer-20 {
    padding-top: 40px;
    padding-bottom: 40px
  }
}

@media(max-width:991px) {
  .footer-20 {
    padding-top: 35px;
    padding-bottom: 35px
  }
}

@media(max-width:767px) {
  .footer-20 {
    padding-top: 30px;
    padding-bottom: 30px
  }
}

@media(max-width:479px) {
  .footer-20 {
    padding-top: 20px;
    padding-bottom: 20px
  }
}

.footer-20 ul li {
  font-size: 13px
}

@media(max-width:767px) {
  .footer-20 ul li {
    margin-bottom: 0
  }
}

.footer-20 ul li.social {
  margin-top: 8px;
  font-size: 16px
}

  .footer-20 ul li.social a {
    margin-right: 5px
  }

.footer-20 .header {
  color: #fff;
  font-weight: 800;
  text-transform: uppercase
}

.footer-20 .subscribe {
  background-color: #2c2c2d;
  padding: 15px
}

@media(max-width:767px) {
  .footer-20 .subscribe {
    margin-top: 40px
  }
}

@media(max-width:767px)and (max-width:1024px) {
  .footer-20 .subscribe {
    margin-top: 32px
  }
}

@media(max-width:767px)and (max-width:991px) {
  .footer-20 .subscribe {
    margin-top: 28px
  }
}

@media(max-width:767px)and (max-width:767px) {
  .footer-20 .subscribe {
    margin-top: 24px
  }
}

@media(max-width:767px)and (max-width:479px) {
  .footer-20 .subscribe {
    margin-top: 16px
  }
}

.footer-20 .under-footer {
  border-top: 1px solid #2c2c2d;
  margin-top: 20px;
  padding-top: 20px
}

@media(max-width:1024px) {
  .footer-20 .under-footer {
    margin-top: 16px
  }
}

@media(max-width:991px) {
  .footer-20 .under-footer {
    margin-top: 14px
  }
}

@media(max-width:767px) {
  .footer-20 .under-footer {
    margin-top: 12px
  }
}

@media(max-width:479px) {
  .footer-20 .under-footer {
    margin-top: 8px
  }
}

@media(max-width:1024px) {
  .footer-20 .under-footer {
    padding-top: 16px
  }
}

@media(max-width:991px) {
  .footer-20 .under-footer {
    padding-top: 14px
  }
}

@media(max-width:767px) {
  .footer-20 .under-footer {
    padding-top: 12px
  }
}

@media(max-width:479px) {
  .footer-20 .under-footer {
    padding-top: 8px
  }
}

@media(max-width:767px) {
  .footer-20 .under-footer {
    text-align: center
  }

    .footer-20 .under-footer .text-right {
      text-align: center
    }
}

i {
  font-family: streamline;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.streamline-building-3:before {
  content: ""
}

.streamline-building-9:before {
  content: ""
}

.streamline-building-12:before {
  content: ""
}

.streamline-abacus:before {
  content: ""
}

.streamline-business-maze:before {
  content: ""
}

.streamline-calculator-1:before {
  content: ""
}

.streamline-calculator-2:before {
  content: ""
}

.streamline-calculator-3:before {
  content: ""
}

.streamline-cash-idea:before {
  content: ""
}

.streamline-cash-protect:before {
  content: ""
}

.streamline-circle-bar-graph:before {
  content: ""
}

.streamline-circle-line-graph:before {
  content: ""
}

.streamline-account-group-2:before {
  content: ""
}

.streamline-account-group-circle:before {
  content: ""
}

.streamline-business-statistics-2:before {
  content: ""
}

.streamline-hierarchy-business:before {
  content: ""
}

.streamline-account-group-3:before {
  content: ""
}

.streamline-account-group-4:before {
  content: ""
}

.streamline-business-man-1:before {
  content: ""
}

.streamline-business-strategy:before {
  content: ""
}

.streamline-group-global:before {
  content: ""
}

.streamline-male:before {
  content: ""
}

.streamline-business-man-2:before {
  content: ""
}

.streamline-business-man-3:before {
  content: ""
}

.streamline-lady-2:before {
  content: ""
}

.streamline-man:before {
  content: ""
}

.streamline-telemarketer:before {
  content: ""
}

.streamline-badge-2:before {
  content: ""
}

.streamline-badge-like-1:before {
  content: ""
}

.streamline-badge-like-2:before {
  content: ""
}

.streamline-badge-number-one-1:before {
  content: ""
}

.streamline-badge-number-one-2:before {
  content: ""
}

.streamline-badge-one-hundred-1:before {
  content: ""
}

.streamline-badge-one-hundred-2:before {
  content: ""
}

.streamline-badge-star-1:before {
  content: ""
}

.streamline-badge-star-2:before {
  content: ""
}

.streamline-badge-star:before {
  content: ""
}

.streamline-medal-1:before {
  content: ""
}

.streamline-medal-2:before {
  content: ""
}

.streamline-medal-4:before {
  content: ""
}

.streamline-pedestal:before {
  content: ""
}

.streamline-trophy-1:before {
  content: ""
}

.streamline-trophy-2:before {
  content: ""
}

.streamline-trophy-3:before {
  content: ""
}

.streamline-trophy-oscar:before {
  content: ""
}

.streamline-trophy-star-1:before {
  content: ""
}

.streamline-share-favorite:before {
  content: ""
}

.streamline-flow-chart-3:before {
  content: ""
}

.streamline-hierarchy-3:before {
  content: ""
}

.streamline-network:before {
  content: ""
}

.streamline-business-scale:before {
  content: ""
}

.streamline-business-trade:before {
  content: ""
}

.streamline-cash-idea2:before {
  content: ""
}

.streamline-cash-protect2:before {
  content: ""
}

.streamline-circle-bar-graph2:before {
  content: ""
}

.streamline-circle-line-graph2:before {
  content: ""
}

.streamline-golden-egg:before {
  content: ""
}

.streamline-graph-bar-2:before {
  content: ""
}

.streamline-graph-bar-3d:before {
  content: ""
}

.streamline-graph-bar-increase:before {
  content: ""
}

.streamline-graph-bar-line:before {
  content: ""
}

.streamline-graph-line-2:before {
  content: ""
}

.streamline-graph-line-4:before {
  content: ""
}

.streamline-graph-line-5:before {
  content: ""
}

.streamline-hand-diamond:before {
  content: ""
}

.streamline-network-cash:before {
  content: ""
}

.streamline-network-people:before {
  content: ""
}

.streamline-percent-badge:before {
  content: ""
}

.streamline-percent-increase:before {
  content: ""
}

.streamline-presentation-bar-graph-1:before {
  content: ""
}

.streamline-presentation-bar-graph-2:before {
  content: ""
}

.streamline-presentation-hierarchy:before {
  content: ""
}

.streamline-price-rise:before {
  content: ""
}

.streamline-scale:before {
  content: ""
}

.streamline-coin-receive:before {
  content: ""
}

.streamline-coins-1:before {
  content: ""
}

.streamline-coins-3:before {
  content: ""
}

.streamline-money-bag-dollar:before {
  content: ""
}

h1, h2, h3, h4, h5, h6 {
  text-transform: capitalize;
  font-weight: 400;
  letter-spacing: 0
}

h1, .h1 {
  letter-spacing: 0;
  font-weight: 600
}

@media(max-width:991px) {
  h1, .h1 {
    font-size: 47.7px
  }
}

@media(max-width:767px) {
  h1, .h1 {
    font-size: 42.4px
  }
}

@media(max-width:479px) {
  h1, .h1 {
    font-size: 31.8px
  }
}

@media(max-width:322px) {
  h1, .h1 {
    font-size: 26.5px
  }
}

h2, .h2 {
  margin-bottom: 10px;
  margin-top: 0;
  letter-spacing: -1px
}

@media(max-width:1024px) {
  h2, .h2 {
    margin-bottom: 8px
  }
}

@media(max-width:991px) {
  h2, .h2 {
    margin-bottom: 7px
  }
}

@media(max-width:767px) {
  h2, .h2 {
    margin-bottom: 6px
  }
}

@media(max-width:479px) {
  h2, .h2 {
    margin-bottom: 4px
  }
}

@media(max-width:991px) {
  h2, .h2 {
    font-size: 34.2px
  }
}

@media(max-width:767px) {
  h2, .h2 {
    font-size: 30.4px
  }
}

@media(max-width:479px) {
  h2, .h2 {
    font-size: 26.6px
  }
}

h3, .h3 {
  margin-bottom: 10px
}

@media(max-width:1024px) {
  h3, .h3 {
    margin-bottom: 8px
  }
}

@media(max-width:991px) {
  h3, .h3 {
    margin-bottom: 7px
  }
}

@media(max-width:767px) {
  h3, .h3 {
    margin-bottom: 6px
  }
}

@media(max-width:479px) {
  h3, .h3 {
    margin-bottom: 4px
  }
}

@media(max-width:991px) {
  h3, .h3 {
    font-size: 26.1px
  }
}

@media(max-width:767px) {
  h3, .h3 {
    font-size: 23.2px
  }
}

@media(max-width:479px) {
  h3, .h3 {
    font-size: 20.3px
  }
}

@media(max-width:991px) {
  h4, .h4 {
    font-size: 19.8px
  }
}

@media(max-width:767px) {
  h4, .h4 {
    font-size: 17.6px
  }
}

@media(max-width:479px) {
  h4, .h4 {
    font-size: 15.4px
  }
}

h5, .h5 {
  font-weight: 600
}

@media(max-width:991px) {
  h5, .h5 {
    font-size: 16.2px
  }
}

@media(max-width:767px) {
  h5, .h5 {
    font-size: 14.4px
  }
}

@media(max-width:479px) {
  h5, .h5 {
    font-size: 14.4px
  }
}

@media(max-width:991px) {
  h6, .h6 {
    font-size: 14.4px
  }
}

@media(max-width:767px) {
  h6, .h6 {
    font-size: 12.8px
  }
}

@media(max-width:479px) {
  h6, .h6 {
    font-size: 12.8px
  }
}

p, li {
  font-size: 16px;
  line-height: 1.7234
}

@media(max-width:991px) {
  p, li {
    font-size: 14px;
    line-height: 1.4772
  }
}

@media(max-width:479px) {
  p, li {
    font-size: 14px;
    line-height: 1.4772
  }
}

li {
  line-height: 1.4772
}

@media(max-width:991px) {
  li {
    line-height: 1.3541
  }
}

@media(max-width:479px) {
  li {
    line-height: 1.3541
  }
}

p, li {
  font-weight: 400
}

p {
  font-size: 18px;
  line-height: 1.6003;
  margin-bottom: 15px
}

@media(max-width:991px) {
  p {
    font-size: 17px;
    line-height: 1.4772
  }
}

@media(max-width:767px) {
  p {
    font-size: 16px;
    line-height: 1.4772
  }
}

.lead {
  font-weight: 400;
  font-family: Open Sans,Helvetica,Arial,sans-serif;
  color: #939598;
  text-transform: capitalize;
  margin-bottom: 0;
  padding-bottom: 30px;
  font-size: 23px
}

@media(max-width:1024px) {
  .lead {
    padding-bottom: 24px
  }
}

@media(max-width:991px) {
  .lead {
    padding-bottom: 21px
  }
}

@media(max-width:767px) {
  .lead {
    padding-bottom: 18px
  }
}

@media(max-width:479px) {
  .lead {
    padding-bottom: 12px
  }
}

@media(max-width:991px) {
  .lead {
    font-size: 20px;
    line-height: 1.4772
  }
}

@media(max-width:767px) {
  .lead {
    font-size: 17px;
    line-height: 1.4772
  }
}

label {
  color: inherit
}

.page-title {
  padding-top: 0 !important
}

ul, ol {
  margin-bottom: 0
}

  ol li {
    margin-bottom: 5px
  }

.checkbox, .radio {
  padding-left: 0
}

.content-p h2 {
  margin-top: 60px
}

@media(max-width:1024px) {
  .content-p h2 {
    margin-top: 48px
  }
}

@media(max-width:991px) {
  .content-p h2 {
    margin-top: 42px
  }
}

@media(max-width:767px) {
  .content-p h2 {
    margin-top: 36px
  }
}

@media(max-width:479px) {
  .content-p h2 {
    margin-top: 24px
  }
}

.content-p h3 {
  margin-top: 40px
}

@media(max-width:1024px) {
  .content-p h3 {
    margin-top: 32px
  }
}

@media(max-width:991px) {
  .content-p h3 {
    margin-top: 28px
  }
}

@media(max-width:767px) {
  .content-p h3 {
    margin-top: 24px
  }
}

@media(max-width:479px) {
  .content-p h3 {
    margin-top: 16px
  }
}

.content-p h4 {
  margin-top: 30px
}

@media(max-width:1024px) {
  .content-p h4 {
    margin-top: 24px
  }
}

@media(max-width:991px) {
  .content-p h4 {
    margin-top: 21px
  }
}

@media(max-width:767px) {
  .content-p h4 {
    margin-top: 18px
  }
}

@media(max-width:479px) {
  .content-p h4 {
    margin-top: 12px
  }
}

.content-p h5 {
  margin-top: 20px
}

@media(max-width:1024px) {
  .content-p h5 {
    margin-top: 16px
  }
}

@media(max-width:991px) {
  .content-p h5 {
    margin-top: 14px
  }
}

@media(max-width:767px) {
  .content-p h5 {
    margin-top: 12px
  }
}

@media(max-width:479px) {
  .content-p h5 {
    margin-top: 8px
  }
}

.content-p h6 {
  margin-top: 10px
}

@media(max-width:1024px) {
  .content-p h6 {
    margin-top: 8px
  }
}

@media(max-width:991px) {
  .content-p h6 {
    margin-top: 7px
  }
}

@media(max-width:767px) {
  .content-p h6 {
    margin-top: 6px
  }
}

@media(max-width:479px) {
  .content-p h6 {
    margin-top: 4px
  }
}

.content-p hr {
  border-color: rgba(255,255,255,0)
}

.content-p ul li, .content-p ol li {
  margin-bottom: 10px
}

.grayscale img {
  opacity: .7;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: url("data:image/svg+xml; utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter …33 .3333 0 0 .3333 .3333 .3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); -webkit-filter:gray;
  filter: gray;
  transition: all .3s;
  -webkit-transition: all .3s
}

  .grayscale img:hover {
    opacity: 1;
    filter: none;
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none
  }

section {
  padding-top: 45px;
  padding-bottom: 45px;
  z-index: 2
}

@media(max-width:1024px) {
  section {
    padding-top: 36px;
    padding-bottom: 36px
  }
}

@media(max-width:991px) {
  section {
    padding-top: 31.5px;
    padding-bottom: 31.5px
  }
}

@media(max-width:767px) {
  section {
    padding-top: 27px;
    padding-bottom: 27px
  }
}

@media(max-width:479px) {
  section {
    padding-top: 18px;
    padding-bottom: 18px
  }
}

.section-intro h1:after, .section-intro h2:after {
  content: "";
  display: block;
  width: 15%;
  height: 3px;
  margin: 20px auto;
  margin-top: 20px;
  margin-bottom: 20px;
  background: #e18409
}

@media(max-width:1024px) {
  .section-intro h1:after, .section-intro h2:after {
    margin-top: 16px
  }
}

@media(max-width:991px) {
  .section-intro h1:after, .section-intro h2:after {
    margin-top: 14px
  }
}

@media(max-width:767px) {
  .section-intro h1:after, .section-intro h2:after {
    margin-top: 12px
  }
}

@media(max-width:479px) {
  .section-intro h1:after, .section-intro h2:after {
    margin-top: 8px
  }
}

@media(max-width:1024px) {
  .section-intro h1:after, .section-intro h2:after {
    margin-bottom: 16px
  }
}

@media(max-width:991px) {
  .section-intro h1:after, .section-intro h2:after {
    margin-bottom: 14px
  }
}

@media(max-width:767px) {
  .section-intro h1:after, .section-intro h2:after {
    margin-bottom: 12px
  }
}

@media(max-width:479px) {
  .section-intro h1:after, .section-intro h2:after {
    margin-bottom: 8px
  }
}

.section-intro h3:after {
  content: "";
  display: block;
  width: 15%;
  height: 3px;
  margin: 30px auto;
  margin-top: 30px;
  margin-bottom: 30px;
  background: #e18409
}

@media(max-width:1024px) {
  .section-intro h3:after {
    margin-top: 24px
  }
}

@media(max-width:991px) {
  .section-intro h3:after {
    margin-top: 21px
  }
}

@media(max-width:767px) {
  .section-intro h3:after {
    margin-top: 18px
  }
}

@media(max-width:479px) {
  .section-intro h3:after {
    margin-top: 12px
  }
}

@media(max-width:1024px) {
  .section-intro h3:after {
    margin-bottom: 24px
  }
}

@media(max-width:991px) {
  .section-intro h3:after {
    margin-bottom: 21px
  }
}

@media(max-width:767px) {
  .section-intro h3:after {
    margin-bottom: 18px
  }
}

@media(max-width:479px) {
  .section-intro h3:after {
    margin-bottom: 12px
  }
}

.btn {
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 1px
}

.btn-accent:hover {
  background-color: #e18409;
  border-color: #e18409;
  color: #000 !important
}

.btn-accent.brand-secondary:hover {
  background-color: #0079c1;
  border-color: #0079c1;
  color: #fff !important
}

.btn-accent.brand-white {
  background-color: none;
  border-color: #fff;
  color: #000 !important
}

  .btn-accent.brand-white:hover {
    background-color: #222;
    border-color: #222;
    color: #fff !important
  }

p.brand-primary, h1.brand-primary, h2.brand-primary, h3.brand-primary, h4.brand-primary, h5.brand-primary, h6.brand-primary {
  color: #e18409 !important
}

p.brand-secondary, h1.brand-secondary, h2.brand-secondary, h3.brand-secondary, h4.brand-secondary, h5.brand-secondary, h6.brand-secondary {
  color: #0079c1 !important
}

.pulse {
  animation-name: pulse;
  -webkit-animation-name: pulse;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite
}

@-webkit-keyframes bounce {
  0%,20%,50%,80%,100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px)
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px)
  }
}

@keyframes bounce {
  0%,20%,50%,80%,100% {
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  40% {
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px)
  }

  60% {
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px)
  }
}

.bounce {
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite
}

img {
  -webkit-backface-visibility: initial
}

.preloader {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: #fff
}

  .preloader svg {
    width: 50px;
    position: absolute;
    top: -webkit-calc(50% + 26px);
    top: calc(50% + 10px);
    left: -webkit-calc(50% - 34px);
    left: calc(50% - 34px)
  }

  .preloader img {
    position: absolute;
    top: -webkit-calc(50% - 114px);
    top: calc(50% - 114px);
    left: -webkit-calc(50% - 65px);
    left: calc(50% - 65px);
    width: 112px;
    height: auto
  }

    .preloader img.loading {
      width: 50px;
      top: -webkit-calc(50% + 40px);
      top: calc(50% + 40px);
      left: -webkit-calc(50% - 20px);
      left: calc(50% - 20px)
    }

  .preloader div {
    display: none;
    background-position: 9999px 9999px
  }

.down-arrow {
  color: #fff;
  font-size: 60px;
  position: absolute;
  bottom: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%)
}

  .down-arrow a {
    color: #fff
  }

@media(max-width:1024px) {
  .down-arrow {
    bottom: 80px
  }
}

.overlay {
  background-color: rgba(0,0,0,.7);
  z-index: 1;
  width: 100%;
  height: 100%
}

a.link-more {
  font-size: 12px;
  color: #0079c1;
  margin-bottom: 0
}

  a.link-more:hover {
    color: #e18409
  }

.slideInUp {
  opacity: 1
}

.cd-main-content.no-submenu {
  margin-top: 0
}

.play-button {
  fill: white
}

.mega-menu .cd-primary-nav {
  padding-left: 0
}

  .mega-menu .cd-primary-nav ul {
    padding-left: 0
  }

  .mega-menu .cd-primary-nav li > a {
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 20px;
    transition: all .3s;
    -webkit-transition: all .3s;
    color: 333;
    border-bottom: 1px solid rgba(0,0,0,.05);
    padding-left: 0
  }

    .mega-menu .cd-primary-nav li > a:hover, .mega-menu .cd-primary-nav li > a:focus, .mega-menu .cd-primary-nav li > a:active {
      color: #e18409;
      text-decoration: none
    }

    .mega-menu .cd-primary-nav li > a.btn-sm {
      padding: 5px 13px;
      font-size: 14px;
      line-height: 1.5;
      border-radius: 30px;
      height: inherit;
      font-weight: 800;
      color: #fff !important
    }

  .mega-menu .cd-primary-nav .cd-nav-gallery {
    background: #2c2c2d
  }

@media(max-width:1100px) {
  .mega-menu .cd-primary-nav .cd-nav-gallery .cd-nav-item {
    padding-left: 20px;
    height: 50px
  }

    .mega-menu .cd-primary-nav .cd-nav-gallery .cd-nav-item img {
      display: none !important
    }
}

@media(max-width:1199px) {
  .mega-menu .cd-primary-nav .cd-nav-gallery .cd-nav-item img {
    height: 140px
  }
}

@media(min-width:1200px) {
  .mega-menu .cd-primary-nav .cd-nav-gallery .cd-nav-item img {
    height: 170px
  }
}

@media(min-width:1400px) {
  .mega-menu .cd-primary-nav .cd-nav-gallery .cd-nav-item img {
    height: 200px
  }
}

@media(min-width:1600px) {
  .mega-menu .cd-primary-nav .cd-nav-gallery .cd-nav-item img {
    height: 220px
  }
}

@media(min-width:1800px) {
  .mega-menu .cd-primary-nav .cd-nav-gallery .cd-nav-item img {
    height: 240px
  }
}

@media(min-width:2000px) {
  .mega-menu .cd-primary-nav .cd-nav-gallery .cd-nav-item img {
    height: 260px
  }
}

@media(max-width:1100px) {
  .mega-menu .cd-primary-nav li.see-all {
    display: none;
    visibility: hidden
  }
}

.mega-menu .cd-primary-nav li.see-all a {
  color: #fff !important
}

  .mega-menu .cd-primary-nav li.see-all a.bg-brand-primary:hover {
    color: #fff;
    background: #00aeef !important
  }

.mega-menu .cd-primary-nav li.see-all .bg-brand-secondary:hover {
  background: #0288d1 !important
}

.mega-menu .cd-primary-nav li.see-all .bg-danger:hover {
  background: #d32f2f !important
}

.mega-menu .cd-primary-nav li.see-all .bg-success:hover {
  background: #c2185b !important
}

.mega-menu .cd-primary-nav .has-children .go-back a:before, .mega-menu .cd-primary-nav .has-children .go-back a:after {
  background-color: #fff
}

@media(max-width:1101px) {
  .mega-menu .cd-primary-nav .cd-nav-icons .cd-nav-item, .mega-menu .cd-primary-nav .cd-nav-gallery .cd-nav-item {
    padding-left: 20px;
    height: 50px
  }

    .mega-menu .cd-primary-nav .cd-nav-icons .cd-nav-item h4, .mega-menu .cd-primary-nav .cd-nav-gallery .cd-nav-item h4 {
      color: #0079c1;
      text-transform: inherit;
      font-size: 14px;
      margin-top: 16px
    }

  .mega-menu .cd-primary-nav .cd-nav-icons li.header, .mega-menu .cd-primary-nav .cd-nav-gallery li.header {
    padding: 20px;
    color: #fff
  }
}

.mega-menu .cd-nav-trigger span, .mega-menu .cd-nav-trigger span::after, .mega-menu .cd-nav-trigger span::before {
  background: #fff;
  transition: all .3s;
  -webkit-transition: all .3s
}

.mega-menu .cd-nav-trigger.nav-is-visible span {
  background: none
}

  .mega-menu .cd-nav-trigger.nav-is-visible span::before, .mega-menu .cd-nav-trigger.nav-is-visible span::after {
    background: #fff
  }

.mega-menu .cd-main-header {
  background: transparent;
  z-index: 4
}

  .mega-menu .cd-main-header .cd-logo {
    position: absolute;
    top: 0
  }

    .mega-menu .cd-main-header .cd-logo h1 {
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
      font: 0/0 serif;
      color: transparent;
      text-shadow: none;
      background-color: transparent;
      border: 0;
      margin: 0;
      position: absolute;
      top: 0;
      left: 0
    }

@media(max-width:1100px) {
  .mega-menu .cd-main-header .cd-logo {
    display: none;
    visibility: hidden
  }
}

.mega-menu .cd-main-header .cd-logo img {
  height: 100px
}

@media(max-width:1024px) {
  .mega-menu .cd-main-header .cd-logo img {
    height: 80px
  }
}

@media(min-width:1101px) {
  .mega-menu .cd-main-header .cd-logo {
    top: -10px;
    z-index: 2
  }

    .mega-menu .cd-main-header .cd-logo img {
      height: 80px
    }
}

.mega-menu .cd-main-header .cd-logo.mobile {
  display: initial;
  visibility: visible
}

  .mega-menu .cd-main-header .cd-logo.mobile img {
    height: 45px;
    margin-top: 2px
  }

@media(min-width:1101px) {
  .mega-menu .cd-main-header .cd-logo.mobile {
    display: none;
    visibility: hidden
  }
}

.mega-menu .cd-main-header.filled .cd-logo.mobile img {
  height: 40px;
  margin-top: 5px
}

.mega-menu .cd-main-header.filled .cd-nav-trigger span, .mega-menu .cd-main-header.filled .cd-nav-trigger span::after, .mega-menu .cd-main-header.filled .cd-nav-trigger span::before {
  background: #e18409
}

.mega-menu .cd-main-header.filled .cd-nav-trigger.nav-is-visible span {
  background: none
}

  .mega-menu .cd-main-header.filled .cd-nav-trigger.nav-is-visible span::before, .mega-menu .cd-main-header.filled .cd-nav-trigger.nav-is-visible span::after {
    background: #e18409
  }

.mega-menu li.calltoaction {
  background: #e18409;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease
}

  .mega-menu li.calltoaction a {
    color: #fff
  }

  .mega-menu li.calltoaction:hover {
    background: #e18409
  }

    .mega-menu li.calltoaction:hover a {
      color: #fff
    }

@media(min-width:1101px) {
  .mega-menu .top {
    background: none;
    height: 30px
  }

  .mega-menu .cd-nav-trigger {
    display: none
  }

  .mega-menu .cd-primary-nav li {
    line-height: 44px;
    margin-left: 0
  }

    .mega-menu .cd-primary-nav li:not(.sm) {
      margin-top: 10px
    }

    .mega-menu .cd-primary-nav li.sm {
      position: absolute;
      top: -25px;
      right: 110px;
      line-height: 30px;
      border-bottom: 1px solid #fff;
      border-color: rgba(255,255,255,.4)
    }

      .mega-menu .cd-primary-nav li.sm a {
        font-size: 14px;
        text-transform: inherit;
        height: 30px;
        margin: 0;
        margin-left: 25px;
        line-height: 30px
      }

        .mega-menu .cd-primary-nav li.sm a:first-child {
          padding-left: 0;
          margin-left: 0
        }

        .mega-menu .cd-primary-nav li.sm a:last-child {
          padding-left: 18px;
          padding-right: 18px
        }

        .mega-menu .cd-primary-nav li.sm a.calltoaction {
          background-color: #e18409;
          color: #000;
          font-weight: 700;
          text-transform: uppercase
        }

          .mega-menu .cd-primary-nav li.sm a.calltoaction:hover {
            color: #000 !important;
            background-color: rgba(225,132,9,.8)
          }

    .mega-menu .cd-primary-nav li.left-margin {
      margin-left: 50px
    }

    .mega-menu .cd-primary-nav li:not(.sm):hover a {
      color: #000;
      border-bottom: 2px solid #e18409
    }

    .mega-menu .cd-primary-nav li > a {
      height: 65px;
      line-height: 65px;
      font-size: 18px;
      padding: 0;
      line-height: 35px;
      height: 35px;
      transition: all .3s;
      -webkit-transition: all .3s;
      border-bottom: 2px solid rgba(225,132,9,0)
    }

      .mega-menu .cd-primary-nav li > a.strong {
        font-weight: 900
      }

      .mega-menu .cd-primary-nav li > a.selected, .mega-menu .cd-primary-nav li > a.active {
        box-shadow: none;
        border-bottom: 2px solid #e18409
      }

  .mega-menu .cd-primary-nav .has-children a:before {
    right: -12px;
    width: 7px
  }

  .mega-menu .cd-primary-nav .has-children a:after {
    right: -16px;
    width: 7px
  }

  .mega-menu .cd-primary-nav .cd-nav-icons .cd-nav-item, .mega-menu .cd-primary-nav .cd-nav-gallery .cd-nav-item {
    text-align: center;
    padding: 0
  }

    .mega-menu .cd-primary-nav .cd-nav-icons .cd-nav-item img, .mega-menu .cd-primary-nav .cd-nav-gallery .cd-nav-item img {
      -webkit-transition: all .5s;
      transition: all .5s
    }

    .mega-menu .cd-primary-nav .cd-nav-icons .cd-nav-item:hover, .mega-menu .cd-primary-nav .cd-nav-gallery .cd-nav-item:hover {
      background: none
    }

      .mega-menu .cd-primary-nav .cd-nav-icons .cd-nav-item:hover img, .mega-menu .cd-primary-nav .cd-nav-gallery .cd-nav-item:hover img {
        opacity: .8
      }

      .mega-menu .cd-primary-nav .cd-nav-icons .cd-nav-item:hover h4, .mega-menu .cd-primary-nav .cd-nav-gallery .cd-nav-item:hover h4 {
        color: #e18409 !important
      }

    .mega-menu .cd-primary-nav .cd-nav-icons .cd-nav-item h4, .mega-menu .cd-primary-nav .cd-nav-gallery .cd-nav-item h4 {
      color: #0079c1;
      font-family: AvenirNextLTPro-Regular,Helvetica,Arial,sans-serif;
      margin-bottom: 5px;
      text-transform: capitalize;
      -webkit-transition: color .5s;
      transition: color .5s
    }

    .mega-menu .cd-primary-nav .cd-nav-icons .cd-nav-item p, .mega-menu .cd-primary-nav .cd-nav-gallery .cd-nav-item p {
      color: #95a5a6;
      text-transform: capitalize;
      font-weight: 400
    }

  .mega-menu .cd-primary-nav .cd-nav-icons .header, .mega-menu .cd-primary-nav .cd-nav-gallery .header {
    width: 100%;
    text-align: center;
    line-height: 20px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px
  }

  .mega-menu .cd-primary-nav .cd-nav-icons > .see-all a, .mega-menu .cd-primary-nav .cd-nav-gallery > .see-all a {
    border: none;
    -webkit-transition: color .5s,background .5s,border .5s;
    transition: color .5s,background .5s,border .5s
  }

    .mega-menu .cd-primary-nav .cd-nav-icons > .see-all a:hover, .mega-menu .cd-primary-nav .cd-nav-gallery > .see-all a:hover {
      color: #e18409
    }

  .mega-menu .cd-primary-nav .cd-nav-icons.section-header li:nth-child(3n+2), .mega-menu .cd-primary-nav .cd-nav-gallery.section-header li:nth-child(3n+2) {
    margin-right: 2%
  }

  .mega-menu .cd-primary-nav .cd-nav-icons.section-header li:nth-child(4n+2), .mega-menu .cd-primary-nav .cd-nav-gallery.section-header li:nth-child(4n+2) {
    margin-right: 0
  }

  .mega-menu .cd-primary-nav .cd-nav-icons.section-header li:nth-child(4), .mega-menu .cd-primary-nav .cd-nav-gallery.section-header li:nth-child(4) {
    margin-bottom: 0
  }

  .mega-menu .cd-primary-nav .cd-nav-icons {
    padding: 0
  }

    .mega-menu .cd-primary-nav .cd-nav-icons .cd-nav-item {
      cursor: pointer
    }

      .mega-menu .cd-primary-nav .cd-nav-icons .cd-nav-item p {
        color: #fff !important
      }

    .mega-menu .cd-primary-nav .cd-nav-icons .group .left, .mega-menu .cd-primary-nav .cd-nav-icons .group .right, .mega-menu .cd-primary-nav .cd-nav-icons .group .center {
      display: inline-block;
      float: left;
      -webkit-transition: all .5s;
      transition: all .5s
    }

      .mega-menu .cd-primary-nav .cd-nav-icons .group .left li, .mega-menu .cd-primary-nav .cd-nav-icons .group .right li, .mega-menu .cd-primary-nav .cd-nav-icons .group .center li {
        float: inherit;
        position: relative;
        width: 100%
      }

        .mega-menu .cd-primary-nav .cd-nav-icons .group .left li a, .mega-menu .cd-primary-nav .cd-nav-icons .group .right li a, .mega-menu .cd-primary-nav .cd-nav-icons .group .center li a {
          display: inline-block
        }

    .mega-menu .cd-primary-nav .cd-nav-icons .group .center {
      width: 100%;
      background-color: #2e3233
    }

    .mega-menu .cd-primary-nav .cd-nav-icons .group .bg-brand-primary {
      background-color: rgba(242,100,50,.9) !important;
      padding-top: 40px;
      padding-bottom: 20px
    }

      .mega-menu .cd-primary-nav .cd-nav-icons .group .bg-brand-primary .cd-nav-item:hover h4, .mega-menu .cd-primary-nav .cd-nav-icons .group .bg-brand-primary h4:hover {
        color: #00aeef !important
      }

      .mega-menu .cd-primary-nav .cd-nav-icons .group .bg-brand-primary:hover {
        background-color: #f26432 !important
      }

    .mega-menu .cd-primary-nav .cd-nav-icons .group .bg-success {
      background-color: rgba(14,47,78,.9) !important;
      padding-top: 40px;
      padding-bottom: 20px
    }

      .mega-menu .cd-primary-nav .cd-nav-icons .group .bg-success .cd-nav-item:hover h4, .mega-menu .cd-primary-nav .cd-nav-icons .group .bg-success h4:hover {
        color: #e18409 !important
      }

      .mega-menu .cd-primary-nav .cd-nav-icons .group .bg-success:hover {
        background-color: #0e2f4e !important
      }

    .mega-menu .cd-primary-nav .cd-nav-icons li {
      margin: 0;
      line-height: 30px
    }

    .mega-menu .cd-primary-nav .cd-nav-icons.inline .group li {
      width: 25%;
      margin-top: 10px
    }

  .mega-menu .cd-primary-nav .cd-nav-gallery {
    box-shadow: none;
    background-color: rgba(34,34,34,.9);
    position: absolute;
    top: -80px;
    padding-top: 175px;
    z-index: -1
  }

  .mega-menu .cd-search input {
    padding: 0 1em;
    font-size: 18px;
    font-weight: 300;
    height: 35px;
    width: 400px;
    position: absolute;
    right: 5.5em;
    top: -80px;
    background: #fff;
    box-shadow: none;
    border: solid 1px #dad8d8
  }
}

.mega-menu .cd-search {
  position: fixed
}

@media(min-width:1101px) {
  .mega-menu .cd-search {
    top: 85px
  }
}

.mega-menu .cd-search-trigger::before {
  border-color: #fff !important
}

.mega-menu .cd-search-trigger::after {
  background: #fff !important
}

.mega-menu .cd-search-trigger span::before {
  background: #fff !important
}

.mega-menu .cd-search-trigger span::after {
  background: #fff !important
}

.mega-menu .filled .cd-primary-nav li > a {
  color: #333;
  transition: all .3s;
  -webkit-transition: all .3s
}

  .mega-menu .filled .cd-primary-nav li > a.active {
    color: #e18409 !important;
    border: none
  }

.mega-menu .filled .cd-primary-nav li.sm {
  border-color: rgba(51,51,51,.2)
}

  .mega-menu .filled .cd-primary-nav li.sm a:not(:last-child):hover {
    color: #e18409;
    text-decoration: underline
  }

.mega-menu .filled .cd-primary-nav li:not(.sm):hover a {
  color: #333
}

.mega-menu .filled .cd-primary-nav .cd-nav-gallery {
  position: absolute;
  top: 58px;
  padding-top: 30px;
  z-index: -1
}

.mega-menu .filled .cd-search-trigger::after {
  background: #333 !important
}

.mega-menu .filled .cd-search-trigger::before {
  border-color: #333 !important
}

.mega-menu .filled .cd-search-trigger span::before, .mega-menu .filled .cd-search-trigger span::after {
  background: #333 !important
}

@media(min-width:1101px)and (max-width:1280px) {
  .mega-menu .cd-primary-nav li a {
    font-size: 14px
  }
}

@media(max-width:1100px) {
  .mega-menu .cd-primary-nav li.has-children {
    background-color: #e18409
  }

    .mega-menu .cd-primary-nav li.has-children > a {
      color: #fff
    }

  .mega-menu .cd-primary-nav li > a {
    margin: 0;
    padding-left: 30px;
    border-bottom: 1px solid rgba(255,255,255,.2)
  }

    .mega-menu .cd-primary-nav li > a.btn-sm {
      border-radius: 0;
      border: none;
      font-size: 16px;
      padding: 10px
    }

      .mega-menu .cd-primary-nav li > a.btn-sm:hover, .mega-menu .cd-primary-nav li > a.btn-sm:focus, .mega-menu .cd-primary-nav li > a.btn-sm:active {
        border: none;
        background-color: #00aeef
      }

        .mega-menu .cd-primary-nav li > a.btn-sm:hover::before, .mega-menu .cd-primary-nav li > a.btn-sm:focus::before, .mega-menu .cd-primary-nav li > a.btn-sm:active::before {
          content: none
        }

  .mega-menu .cd-primary-nav li.sm {
    background-color: #fff
  }

    .mega-menu .cd-primary-nav li.sm > a {
      color: #222;
      border-bottom: 1px solid rgba(0,0,0,.05)
    }

  .mega-menu .cd-primary-nav.nav-is-visible {
    background-color: #fff
  }

  .mega-menu .cd-primary-nav a.calltoaction {
    color: #e18409 !important
  }

  .mega-menu .cd-primary-nav .cd-nav-icons {
    background-color: #fff
  }

    .mega-menu .cd-primary-nav .cd-nav-icons .go-back a {
      color: #222
    }

      .mega-menu .cd-primary-nav .cd-nav-icons .go-back a:before, .mega-menu .cd-primary-nav .cd-nav-icons .go-back a:after {
        background-color: #222
      }

    .mega-menu .cd-primary-nav .cd-nav-icons li {
      background-color: #fff
    }

      .mega-menu .cd-primary-nav .cd-nav-icons li .cd-nav-item {
        line-height: 50px
      }

    .mega-menu .cd-primary-nav .cd-nav-icons a {
      border-bottom: 1px solid rgba(0,0,0,.05)
    }

  .mega-menu .cd-primary-nav .has-children > a:before, .mega-menu .cd-primary-nav .has-children > a:after {
    background-color: #fff
  }
}

html, body {
  height: 100%
}

.skippr-slider {
  margin-top: 50px;
  padding: 0;
  height: 70vh
}

@media(min-width:1101px) {
  .skippr-slider {
    margin-top: 85px
  }
}

.skippr-slider.v-center, .skippr-slider .v-center {
  display: table;
  width: 100%
}

  .skippr-slider.v-center > div, .skippr-slider .v-center > div {
    display: table-cell;
    vertical-align: middle;
    margin-top: 0;
    margin-bottom: 0;
    float: none
  }

@media(min-width:768px) {
  .skippr-slider.v-center.row:before, .skippr-slider .v-center.row:before, .skippr-slider.v-center.row:after, .skippr-slider .v-center.row:after {
    display: none
  }
}

@media(max-width:767px) {
  .skippr-slider.v-center, .skippr-slider .v-center {
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px
  }

    .skippr-slider.v-center.row, .skippr-slider .v-center.row {
      display: block;
      width: auto
    }

      .skippr-slider.v-center.row:before, .skippr-slider .v-center.row:before, .skippr-slider.v-center.row:after, .skippr-slider .v-center.row:after {
        display: none
      }

      .skippr-slider.v-center.row > *, .skippr-slider .v-center.row > * {
        display: block;
        vertical-align: baseline
      }
}

@media(max-width:1199px) {
  .skippr-slider {
    height: 60vh
  }
}

@media(max-width:1024px) {
  .skippr-slider {
    height: 57vh
  }
}

@media(max-width:479px) {
  .skippr-slider {
    height: 60vh
  }
}

.skippr-slider .hero {
  width: 100%;
  height: 100%;
  position: relative
}

  .skippr-slider .hero .container {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 95%;
    height: 95%;
    z-index: 999
  }

@media(min-width:1024px) {
  .skippr-slider .hero .container {
    width: 80%
  }
}

@media(max-width:479px) {
  .skippr-slider .hero .container {
    padding-bottom: 30px
  }
}

.skippr-slider .hero .tagline {
  text-align: center;
  color: #fff
}

  .skippr-slider .hero .tagline p {
    margin-bottom: 30px
  }

@media(max-width:1024px) {
  .skippr-slider .hero .tagline p {
    margin-bottom: 24px
  }
}

@media(max-width:991px) {
  .skippr-slider .hero .tagline p {
    margin-bottom: 21px
  }
}

@media(max-width:767px) {
  .skippr-slider .hero .tagline p {
    margin-bottom: 18px
  }
}

@media(max-width:479px) {
  .skippr-slider .hero .tagline p {
    margin-bottom: 12px
  }
}

@media(max-width:1366px) {
  .skippr-slider .hero .tagline p {
    line-height: 1.4
  }
}

@media(max-width:1279px) {
  .skippr-slider .hero .tagline p {
    font-size: 14px
  }
}

@media(max-width:767px) {
  .skippr-slider .hero .tagline p {
    line-height: 1.2;
    margin-bottom: 30px
  }
}

@media(max-width:320px) {
  .skippr-slider .hero .tagline p {
    font-size: 12px;
    margin-bottom: 15px
  }
}

.skippr-slider .hero .tagline h1, .skippr-slider .hero .tagline h2 {
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 10.5px;
  text-shadow: 0 2px 3px rgba(0,0,0,.5);
  color: #fff
}

@media(max-width:991px) {
  .skippr-slider .hero .tagline {
    float: none;
    width: 100%
  }
}

.skippr-slider .skippr-nav-container {
  display: none
}

.skippr-slider .overlay {
  background: rgba(34,34,34,.4)
}

.header-1-sub {
  padding: 0
}

  .header-1-sub h2 {
    color: #fff;
    font-weight: 600
  }

  .header-1-sub .tp-caption.fullgradient_overlay {
    background: -webkit-linear-gradient(top,rgba(0,0,0,.5) 0,rgba(0,0,0,.2) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,.5) 0,rgba(0,0,0,.2) 100%);
    -webkit-filter: progid;
    filter: progid;
    width: 100%;
    height: 100%;
    border-width: 0;
    border-color: #222;
    border-style: none
  }

  .header-1-sub .tp-caption.layer1, .header-1-sub .tp-caption.layer2 {
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    text-shadow: none;
    border-width: 0;
    border-color: #000;
    border-style: none
  }

    .header-1-sub .tp-caption.layer1 h2, .header-1-sub .tp-caption.layer2 h2 {
      font-size: 60px;
      text-shadow: 0 2px 3px rgba(0,0,0,.5);
      text-transform: capitalize
    }

  .header-1-sub .tp-caption {
    color: #fff;
    font-size: 24px
  }

@media(max-width:1199px) {
  .header-1-sub .tp-caption {
    font-size: 21.6px
  }
}

@media(max-width:991px) {
  .header-1-sub .tp-caption {
    font-size: 19.2px
  }
}

@media(max-width:767px) {
  .header-1-sub .tp-caption {
    font-size: 16.8px
  }
}

@media(max-width:479px) {
  .header-1-sub .tp-caption {
    font-size: 14.4px
  }
}

.header-1-sub .tp-caption a {
  color: #fff
}

@media(max-width:480px) {
  .header-1-sub .tp-caption .btn {
    font-size: 16px !important;
    padding: 30px;
    min-height: 40px !important
  }
}

@media(max-width:480px) {
  .header-1-sub .tp-caption.layer1 h2, .header-1-sub .tp-caption.layer2 h2 {
    font-size: 20px !important
  }
}

.header-1-sub .tp-caption.light_medium_20 {
  font-size: 18px
}

.header-1-sub .tp-bannertimer {
  display: none
}

.header-1-sub .tp-bullets {
  bottom: 100px !important
}

.content-23 {
  z-index: 3
}

  .content-23:not(.parallax-window) {
    height: 270px;
    padding: 0
  }

@media(max-width:1100px) {
  .content-23:not(.parallax-window) {
    height: 200px
  }
}

@media(max-width:479px) {
  .content-23:not(.parallax-window) {
    height: 160px
  }
}

.content-23.parallax-window {
  padding: 0;
  height: 65vh
}

@media(max-width:1024px) {
  .content-23.parallax-window {
    height: 40vh
  }
}

.content-23.parallax-window .hero-unit {
  text-align: center
}

  .content-23.parallax-window .hero-unit .list-inline {
    text-align: center
  }

    .content-23.parallax-window .hero-unit .list-inline li {
      font-weight: 600
    }

.content-23.no-submenu {
  height: 45vh
}

@media(max-width:1024px) {
  .content-23.no-submenu {
    height: 40vh
  }
}

.content-23.no-submenu .hero-unit {
  margin-top: 70px
}

@media(max-width:1024px) {
  .content-23.no-submenu .hero-unit {
    margin-top: 56px
  }
}

@media(max-width:991px) {
  .content-23.no-submenu .hero-unit {
    margin-top: 49px
  }
}

@media(max-width:767px) {
  .content-23.no-submenu .hero-unit {
    margin-top: 42px
  }
}

@media(max-width:479px) {
  .content-23.no-submenu .hero-unit {
    margin-top: 28px
  }
}

.content-23.gray {
  height: 35vh;
  background: #f2f2f2
}

@media(max-width:1024px) {
  .content-23.gray {
    height: 30vh
  }
}

.content-23.gray .hero-unit {
  margin-top: 60px;
  text-align: center;
  color: #444
}

@media(max-width:1024px) {
  .content-23.gray .hero-unit {
    margin-top: 48px
  }
}

@media(max-width:991px) {
  .content-23.gray .hero-unit {
    margin-top: 42px
  }
}

@media(max-width:767px) {
  .content-23.gray .hero-unit {
    margin-top: 36px
  }
}

@media(max-width:479px) {
  .content-23.gray .hero-unit {
    margin-top: 24px
  }
}

.content-23.gray .hero-unit .tag {
  opacity: .7
}

.content-23.gray .hero-unit .list-inline {
  text-align: center
}

  .content-23.gray .hero-unit .list-inline li {
    font-weight: 600
  }

    .content-23.gray .hero-unit .list-inline li a {
      color: #444
    }

.content-23.white {
  height: 35vh;
  background: #fff
}

@media(max-width:1024px) {
  .content-23.white {
    height: 30vh
  }
}

.content-23.white .hero-unit {
  margin-top: 60px;
  text-align: center;
  color: #444
}

@media(max-width:1024px) {
  .content-23.white .hero-unit {
    margin-top: 48px
  }
}

@media(max-width:991px) {
  .content-23.white .hero-unit {
    margin-top: 42px
  }
}

@media(max-width:767px) {
  .content-23.white .hero-unit {
    margin-top: 36px
  }
}

@media(max-width:479px) {
  .content-23.white .hero-unit {
    margin-top: 24px
  }
}

.content-23.white .hero-unit .tag {
  opacity: .7
}

.content-23.white .hero-unit .list-inline {
  text-align: center
}

  .content-23.white .hero-unit .list-inline li {
    font-weight: 600
  }

    .content-23.white .hero-unit .list-inline li a {
      color: #444
    }

.content-23 ul {
  margin: 0
}

  .content-23 ul li {
    cursor: pointer;
    margin: 0
  }

.content-23 .hero-unit {
  padding-top: 20px
}

@media(max-width:1100px) {
  .content-23 .hero-unit {
    padding-top: 7px
  }
}

@media(max-width:479px) {
  .content-23 .hero-unit {
    padding-top: 0
  }
}

.content-23 .hero-unit h1 {
  margin-bottom: 0;
  line-height: 1;
  font-weight: 300;
  letter-spacing: -1px
}

@media(max-width:991px) {
  .content-23 .hero-unit h1 {
    font-size: 47.7px
  }
}

@media(max-width:767px) {
  .content-23 .hero-unit h1 {
    font-size: 42.4px
  }
}

@media(max-width:479px) {
  .content-23 .hero-unit h1 {
    font-size: 31.8px
  }
}

@media(max-width:322px) {
  .content-23 .hero-unit h1 {
    font-size: 26.5px
  }
}

.content-23 .hero-unit p {
  margin-bottom: 0 !important
}

.content-23 .hero-unit .date {
  margin-bottom: 20px
}

@media(max-width:1024px) {
  .content-23 .hero-unit .date {
    margin-bottom: 16px
  }
}

@media(max-width:991px) {
  .content-23 .hero-unit .date {
    margin-bottom: 14px
  }
}

@media(max-width:767px) {
  .content-23 .hero-unit .date {
    margin-bottom: 12px
  }
}

@media(max-width:479px) {
  .content-23 .hero-unit .date {
    margin-bottom: 8px
  }
}

.content-23 .hero-unit ul {
  margin-top: 0;
  z-index: 3
}

@media(min-width:1101px) {
  .content-23 .hero-unit ul {
    margin-bottom: 5px
  }
}

.content-23 .hero-unit ul.list-inline li {
  padding: 0;
  margin-bottom: 0;
  font-size: 12px
}

  .content-23 .hero-unit ul.list-inline li a {
    color: #fff
  }

    .content-23 .hero-unit ul.list-inline li a:hover {
      text-decoration: underline
    }

  .content-23 .hero-unit ul.list-inline li:after {
    content: '/';
    padding: 0 10px;
    position: relative;
    top: 0
  }

  .content-23 .hero-unit ul.list-inline li:last-child:after {
    content: none
  }

.content-23 .overlay {
  background-color: rgba(0,0,0,.3)
}

@media(max-width:767px) {
  .content-23.v-center {
    padding: 0
  }
}

.content-36 {
  padding: 0;
  background: transparent
}

  .content-36 > div {
    padding-top: 45px;
    padding-bottom: 45px
  }

@media(max-width:1024px) {
  .content-36 > div {
    padding-top: 36px;
    padding-bottom: 36px
  }
}

@media(max-width:991px) {
  .content-36 > div {
    padding-top: 31.5px;
    padding-bottom: 31.5px
  }
}

@media(max-width:767px) {
  .content-36 > div {
    padding-top: 27px;
    padding-bottom: 27px
  }
}

@media(max-width:479px) {
  .content-36 > div {
    padding-top: 18px;
    padding-bottom: 18px
  }
}

.content-36 .overlay {
  background: rgba(0,0,0,.85);
  padding-top: 45px;
  padding-bottom: 45px
}

@media(max-width:1024px) {
  .content-36 .overlay {
    padding-top: 36px;
    padding-bottom: 36px
  }
}

@media(max-width:991px) {
  .content-36 .overlay {
    padding-top: 31.5px;
    padding-bottom: 31.5px
  }
}

@media(max-width:767px) {
  .content-36 .overlay {
    padding-top: 27px;
    padding-bottom: 27px
  }
}

@media(max-width:479px) {
  .content-36 .overlay {
    padding-top: 18px;
    padding-bottom: 18px
  }
}

.content-36 h2 {
  margin-bottom: 30px
}

@media(max-width:1024px) {
  .content-36 h2 {
    margin-bottom: 24px
  }
}

@media(max-width:991px) {
  .content-36 h2 {
    margin-bottom: 21px
  }
}

@media(max-width:767px) {
  .content-36 h2 {
    margin-bottom: 18px
  }
}

@media(max-width:479px) {
  .content-36 h2 {
    margin-bottom: 12px
  }
}

.content-36 .btn {
  margin-bottom: 0
}

.content-36 .gradient-brand {
  background-color: #e18409;
  background-image: -webkit-gradient(linear,0 0,100% 0,from(#0079c1),to(#e18409));
  background-image: -webkit-linear-gradient(left,#0079c1,#e18409);
  background-image: -webkit-linear-gradient(right top,#0079c1,#e18409);
  background-image: linear-gradient(to left bottom,#0079c1,#e18409);
  background-repeat: repeat-x;
  filter: DXImageTransform.Microsoft.gradient(startColorstr='#ff0079c1',endColorstr='#ff68ab21',GradientType=1);
  padding-top: 45px;
  padding-bottom: 45px
}

@media(max-width:1024px) {
  .content-36 .gradient-brand {
    padding-top: 36px;
    padding-bottom: 36px
  }
}

@media(max-width:991px) {
  .content-36 .gradient-brand {
    padding-top: 31.5px;
    padding-bottom: 31.5px
  }
}

@media(max-width:767px) {
  .content-36 .gradient-brand {
    padding-top: 27px;
    padding-bottom: 27px
  }
}

@media(max-width:479px) {
  .content-36 .gradient-brand {
    padding-top: 18px;
    padding-bottom: 18px
  }
}

.content-108 {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #323a45;
  color: #fff;
  font-weight: 400;
  line-height: 34px
}

  .content-108 p {
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 0
  }

  .content-108 a:hover {
    background-color: transparent;
    text-decoration: underline;
    color: #e18409
  }

.content-67 {
  padding-top: 45px;
  padding-bottom: 45px
}

@media(max-width:1024px) {
  .content-67 {
    padding-top: 36px;
    padding-bottom: 36px
  }
}

@media(max-width:991px) {
  .content-67 {
    padding-top: 31.5px;
    padding-bottom: 31.5px
  }
}

@media(max-width:767px) {
  .content-67 {
    padding-top: 27px;
    padding-bottom: 27px
  }
}

@media(max-width:479px) {
  .content-67 {
    padding-top: 18px;
    padding-bottom: 18px
  }
}

.content-67 .article-box:hover {
  -webkit-transform: initial;
  -ms-transform: initial;
  transform: initial;
  box-shadow: 0 8px 17px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19)
}

  .content-67 .article-box:hover h3 {
    color: #00aeef
  }

.content-67 h3 {
  color: #e18409
}

@media(max-width:767px) {
  .content-67 h3 {
    font-size: 14px
  }
}

.content-67 p.blog {
  font-size: 14px;
  overflow: hidden;
  max-height: 145px
}

@media(max-width:479px) {
  .content-67 p.blog {
    max-height: 60px
  }
}

.content-67 .article-box {
  box-shadow: 0 1px 2px rgba(43,59,93,.29);
  border-radius: 0;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease
}

  .content-67 .article-box .text {
    padding-top: 40px
  }

    .content-67 .article-box .text p {
      color: #444
    }

  .content-67 .article-box h3 {
    margin-bottom: 0
  }

  .content-67 .article-box .date {
    color: rgba(68,68,68,.7);
    font-size: 12px;
    margin-top: 7px;
    margin-bottom: 10px;
    display: inline-block
  }

  .content-67 .article-box .meta-info {
    position: absolute;
    margin-top: 12px;
    z-index: 3
  }

    .content-67 .article-box .meta-info span {
      padding: 3px 13px;
      font-size: 12px;
      color: #fff;
      border-radius: 0 3px 3px 0;
      font-weight: 700;
      text-transform: uppercase
    }

  .content-67 .article-box.news .meta-info span {
    background: #e18409
  }

    .content-67 .article-box.news .meta-info span:after {
      content: "News"
    }

  .content-67 .article-box.news h3 {
    color: #e18409
  }

  .content-67 .article-box.news a.link-more {
    color: #e18409
  }

  .content-67 .article-box.research_papers .meta-info span {
    background: #3b93c4
  }

    .content-67 .article-box.research_papers .meta-info span:after {
      content: "Research Papers"
    }

  .content-67 .article-box.research_papers h3 {
    color: #3b93c4
  }

  .content-67 .article-box.research_papers a.link-more {
    color: #3b93c4
  }

.content-67 .header {
  text-align: center
}

  .content-67 .header h2 {
    margin-bottom: 16px
  }

    .content-67 .header h2:after {
      content: "";
      display: block;
      width: 15%;
      height: 2px;
      margin: 12px auto 0;
      margin-top: 18px;
      background: #e18409
    }

.content-78 {
  padding: 0
}

  .content-78.type2 {
    padding-top: 45px;
    padding-bottom: 45px
  }

@media(max-width:1024px) {
  .content-78.type2 {
    padding-top: 36px;
    padding-bottom: 36px
  }
}

@media(max-width:991px) {
  .content-78.type2 {
    padding-top: 31.5px;
    padding-bottom: 31.5px
  }
}

@media(max-width:767px) {
  .content-78.type2 {
    padding-top: 27px;
    padding-bottom: 27px
  }
}

@media(max-width:479px) {
  .content-78.type2 {
    padding-top: 18px;
    padding-bottom: 18px
  }
}

.content-78 > .container {
  padding: 0
}

.content-78 .bg-danger {
  background-color: #dc231a !important
}

.content-78 .bg-brand-gray {
  background-color: #7d7d80 !important
}

.content-78 .bg-brand-black {
  background-color: #222
}

@media(min-width:992px) {
  .content-78 .alternate-content {
    padding-top: 45px;
    padding-bottom: 45px
  }
}

@media(min-width:992px)and (max-width:1024px) {
  .content-78 .alternate-content {
    padding-top: 36px;
    padding-bottom: 36px
  }
}

@media(min-width:992px)and (max-width:991px) {
  .content-78 .alternate-content {
    padding-top: 31.5px;
    padding-bottom: 31.5px
  }
}

@media(min-width:992px)and (max-width:767px) {
  .content-78 .alternate-content {
    padding-top: 27px;
    padding-bottom: 27px
  }
}

@media(min-width:992px)and (max-width:479px) {
  .content-78 .alternate-content {
    padding-top: 18px;
    padding-bottom: 18px
  }
}

.content-78 .alternate-content h2, .content-78 .alternate-content-2 h2, .content-78 .alternate-content .h2, .content-78 .alternate-content-2 .h2 {
  font-size: 38px
}

@media(max-width:991px) {
  .content-78 .alternate-content h2, .content-78 .alternate-content-2 h2, .content-78 .alternate-content .h2, .content-78 .alternate-content-2 .h2 {
    font-size: 34.2px
  }
}

@media(max-width:767px) {
  .content-78 .alternate-content h2, .content-78 .alternate-content-2 h2, .content-78 .alternate-content .h2, .content-78 .alternate-content-2 .h2 {
    font-size: 30.4px
  }
}

@media(max-width:479px) {
  .content-78 .alternate-content h2, .content-78 .alternate-content-2 h2, .content-78 .alternate-content .h2, .content-78 .alternate-content-2 .h2 {
    font-size: 26.6px
  }
}

.content-78 .alternate-content h3, .content-78 .alternate-content-2 h3 {
  margin-top: 40px
}

@media(max-width:1024px) {
  .content-78 .alternate-content h3, .content-78 .alternate-content-2 h3 {
    margin-top: 32px
  }
}

@media(max-width:991px) {
  .content-78 .alternate-content h3, .content-78 .alternate-content-2 h3 {
    margin-top: 28px
  }
}

@media(max-width:767px) {
  .content-78 .alternate-content h3, .content-78 .alternate-content-2 h3 {
    margin-top: 24px
  }
}

@media(max-width:479px) {
  .content-78 .alternate-content h3, .content-78 .alternate-content-2 h3 {
    margin-top: 16px
  }
}

.content-78 .alternate-content .list-inline li, .content-78 .alternate-content-2 .list-inline li {
  vertical-align: top
}

  .content-78 .alternate-content .list-inline li a, .content-78 .alternate-content-2 .list-inline li a {
    color: #fff
  }

.content-78 .alternate-content .awardname img, .content-78 .alternate-content-2 .awardname img {
  height: 50px
}

.content-78 .alternate-content .awardname h2, .content-78 .alternate-content-2 .awardname h2 {
  margin-top: 0;
  padding-top: 0
}

.content-78 .alternate-content .winner li, .content-78 .alternate-content-2 .winner li {
  vertical-align: middle
}

  .content-78 .alternate-content .winner li a, .content-78 .alternate-content-2 .winner li a {
    color: #222
  }

.content-78 .alternate-content .finalists ul.list-inline li:first-child, .content-78 .alternate-content-2 .finalists ul.list-inline li:first-child {
  width: 30%
}

@media(min-width:992px)and (max-width:1400px) {
  .content-78 .alternate-content .finalists ul.list-inline li:first-child, .content-78 .alternate-content-2 .finalists ul.list-inline li:first-child {
    width: 100%;
    margin-bottom: 0
  }
}

@media(max-width:991px) {
  .content-78 .alternate-content .finalists ul.list-inline li:first-child, .content-78 .alternate-content-2 .finalists ul.list-inline li:first-child {
    width: inherit
  }
}

.content-78 .alternate-content .finalists ul.list-inline li:last-child, .content-78 .alternate-content-2 .finalists ul.list-inline li:last-child {
  width: 68%
}

@media(min-width:992px)and (max-width:1400px) {
  .content-78 .alternate-content .finalists ul.list-inline li:last-child, .content-78 .alternate-content-2 .finalists ul.list-inline li:last-child {
    width: 100%;
    margin-bottom: 20px
  }
}

@media(max-width:991px) {
  .content-78 .alternate-content .finalists ul.list-inline li:last-child, .content-78 .alternate-content-2 .finalists ul.list-inline li:last-child {
    width: inherit
  }
}

.content-78 .alternate-content .finalists li, .content-78 .alternate-content-2 .finalists li {
  vertical-align: middle;
  margin-bottom: 15px;
  line-height: 1
}

  .content-78 .alternate-content .finalists li a, .content-78 .alternate-content-2 .finalists li a {
    color: #222;
    font-size: 13px;
    line-height: 1
  }

  .content-78 .alternate-content .finalists li img, .content-78 .alternate-content-2 .finalists li img {
    height: auto;
    width: 100%;
    max-width: 120px
  }

.content-78 .alternate-content .finalists.v2 ul.list-inline li:first-child, .content-78 .alternate-content-2 .finalists.v2 ul.list-inline li:first-child {
  width: inherit
}

@media(min-width:992px)and (max-width:1400px) {
  .content-78 .alternate-content .finalists.v2 ul.list-inline li:first-child, .content-78 .alternate-content-2 .finalists.v2 ul.list-inline li:first-child {
    width: inherit;
    margin-bottom: 15px
  }
}

.content-78 .alternate-content .finalists.v2 ul.list-inline li:last-child, .content-78 .alternate-content-2 .finalists.v2 ul.list-inline li:last-child {
  width: inherit
}

@media(min-width:992px)and (max-width:1400px) {
  .content-78 .alternate-content .finalists.v2 ul.list-inline li:last-child, .content-78 .alternate-content-2 .finalists.v2 ul.list-inline li:last-child {
    width: inherit;
    margin-bottom: 15px
  }
}

@media(min-width:480px) {
  .content-78 .alternate-content .left, .content-78 .alternate-content-2 .left {
    width: 30%;
    display: inline-block
  }
}

@media(min-width:480px) {
  .content-78 .alternate-content .right, .content-78 .alternate-content-2 .right {
    width: 68%;
    padding-left: 2%;
    display: inline-block
  }
}

.content-78 .play-button-holder {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: 2
}

@media(min-width:480px)and (max-width:991px) {
  .content-78 .play-button-holder {
    top: 57%
  }
}

.content-78 .play-button-holder:hover {
  cursor: pointer
}

.content-78 .play-button-holder svg {
  width: 80px;
  height: auto;
  transition: all .5s;
  -webkit-transition: all .5s
}

  .content-78 .play-button-holder svg .play-button {
    transition: all 1s;
    -webkit-transition: all 1s
  }

  .content-78 .play-button-holder svg:hover {
    width: 85px
  }

.content-78 .overlay {
  background-color: rgba(0,0,0,.3);
  transition: all .5s;
  -webkit-transition: all .5s
}

  .content-78 .overlay:hover {
    background: none
  }

    .content-78 .overlay:hover .play-button {
      fill: red
    }

.content-79 {
  padding: 0
}

  .content-79.v-center, .content-79 .v-center {
    display: table;
    width: 100%
  }

    .content-79.v-center > div, .content-79 .v-center > div {
      display: table-cell;
      vertical-align: middle;
      margin-top: 0;
      margin-bottom: 0;
      float: none
    }

@media(min-width:768px) {
  .content-79.v-center.row:before, .content-79 .v-center.row:before, .content-79.v-center.row:after, .content-79 .v-center.row:after {
    display: none
  }
}

@media(max-width:767px) {
  .content-79.v-center, .content-79 .v-center {
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px
  }

    .content-79.v-center.row, .content-79 .v-center.row {
      display: block;
      width: auto
    }

      .content-79.v-center.row:before, .content-79 .v-center.row:before, .content-79.v-center.row:after, .content-79 .v-center.row:after {
        display: none
      }

      .content-79.v-center.row > *, .content-79 .v-center.row > * {
        display: block;
        vertical-align: baseline
      }
}

.content-79 .inner {
  padding-top: 45px;
  padding-bottom: 45px
}

@media(max-width:1024px) {
  .content-79 .inner {
    padding-top: 36px;
    padding-bottom: 36px
  }
}

@media(max-width:991px) {
  .content-79 .inner {
    padding-top: 31.5px;
    padding-bottom: 31.5px
  }
}

@media(max-width:767px) {
  .content-79 .inner {
    padding-top: 27px;
    padding-bottom: 27px
  }
}

@media(max-width:479px) {
  .content-79 .inner {
    padding-top: 18px;
    padding-bottom: 18px
  }
}

.content-102 {
  padding-top: 45px;
  padding-bottom: 45px
}

@media(max-width:1024px) {
  .content-102 {
    padding-top: 36px;
    padding-bottom: 36px
  }
}

@media(max-width:991px) {
  .content-102 {
    padding-top: 31.5px;
    padding-bottom: 31.5px
  }
}

@media(max-width:767px) {
  .content-102 {
    padding-top: 27px;
    padding-bottom: 27px
  }
}

@media(max-width:479px) {
  .content-102 {
    padding-top: 18px;
    padding-bottom: 18px
  }
}

.content-104 {
  padding: 0
}

  .content-104 .overlay {
    background: rgba(34,34,34,.6)
  }

  .content-104 .inner {
    padding-top: 45px;
    padding-bottom: 45px
  }

@media(max-width:1024px) {
  .content-104 .inner {
    padding-top: 36px;
    padding-bottom: 36px
  }
}

@media(max-width:991px) {
  .content-104 .inner {
    padding-top: 31.5px;
    padding-bottom: 31.5px
  }
}

@media(max-width:767px) {
  .content-104 .inner {
    padding-top: 27px;
    padding-bottom: 27px
  }
}

@media(max-width:479px) {
  .content-104 .inner {
    padding-top: 18px;
    padding-bottom: 18px
  }
}

.content-104 .inner .feature-icon i {
  color: #e18409
}

.content-105 .feature-icon i {
  color: #e18409
}

.content-107-without_animation .link-more {
  margin-right: 20px
}

@media(min-width:992px) {
  .content-107-without_animation .col-md-3 .link-more {
    display: block;
    margin-bottom: 10px
  }
}

.content-107-without_animation.content-p {
  padding-bottom: 0
}

.home .content-107 {
  padding: 0
}

@media(min-width:480px) {
  .home .content-107 {
    margin-top: -51px
  }
}

.home .content-107-without_animation {
  padding: 0;
  margin-top: -39px
}

@media(min-width:480px) {
  .home .content-107-without_animation {
    margin-top: -71px
  }
}

.content-107-without_animation.style2 .tabbed .tab {
  padding: 0;
  background-color: rgba(255,255,255,0)
}

.content-107-without_animation.style2 .tabbed .tab-list {
  margin-bottom: 30px;
  transition: all .3s;
  -webkit-transition: all .3s
}

  .content-107-without_animation.style2 .tabbed .tab-list .active {
    transition: all .3s;
    -webkit-transition: all .3s;
    box-shadow: inset 1px 1px 3px 0 rgba(0,0,0,.75)
  }

.content-109 h1 {
  font-weight: 400
}

.content-109 h2:first-child {
  padding-top: 0;
  margin-top: 0
}

.content-109 .lead.header {
  padding-bottom: 0
}

.content-109 .bootstrap-table .table-no-bordered {
  border: none
}

.content-109 .bootstrap-table .fixed-table-container {
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(43,59,93,.29)
}

.content-109 .bootstrap-table table {
  border-radius: 0
}

  .content-109 .bootstrap-table table.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f7f7f7
  }

  .content-109 .bootstrap-table table thead tr th {
    font-size: 12px;
    text-align: right;
    text-transform: uppercase;
    background-color: #e18409;
    border-radius: 0;
    color: #000;
    border-left: none
  }

    .content-109 .bootstrap-table table thead tr th:first-child {
      text-align: left
    }

    .content-109 .bootstrap-table table thead tr th:first-child {
      padding-left: 30px;
      padding-right: 20px
    }

    .content-109 .bootstrap-table table thead tr th .th-inner {
      line-height: 3
    }

      .content-109 .bootstrap-table table thead tr th .th-inner:focus {
        outline: none
      }

    .content-109 .bootstrap-table table thead tr th:focus {
      outline: none
    }

  .content-109 .bootstrap-table table tbody tr td, .content-109 .bootstrap-table table tfoot tr td {
    font-size: 14px;
    text-align: center;
    line-height: 2;
    border-left: none;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ececec
  }

    .content-109 .bootstrap-table table tbody tr td:first-child, .content-109 .bootstrap-table table tfoot tr td:first-child {
      text-align: left;
      letter-spacing: -1px
    }

    .content-109 .bootstrap-table table tbody tr td:first-child, .content-109 .bootstrap-table table tfoot tr td:first-child {
      font-weight: 600;
      padding-left: 40px;
      padding-right: 30px;
      opacity: .9
    }

    .content-109 .bootstrap-table table tbody tr td .card-view, .content-109 .bootstrap-table table tfoot tr td .card-view {
      line-height: 1.3
    }

  .content-109 .bootstrap-table table tbody tr:hover, .content-109 .bootstrap-table table tfoot tr:hover {
    background-color: rgba(225,132,9,.15) !important
  }

  .content-109 .bootstrap-table table tfoot tr td {
    background-color: rgba(225,132,9,.15)
  }

.content-109 .bootstrap-table #ratings thead tr th:nth-child(2) {
  text-align: center
}

.content-109 .bootstrap-table #ratings thead tr th:last-child {
  text-align: center
}

.content-109 .bootstrap-table #ratings tbody tr td:nth-child(2), .content-109 .bootstrap-table #ratings tbody tr td:nth-child(3), .content-109 .bootstrap-table #ratings tbody tr td:last-child {
  text-align: left
}

.content-109 .bootstrap-table #ratings tbody tr td:first-child {
  text-align: left
}

  .content-109 .bootstrap-table #ratings tbody tr td:first-child img {
    height: 50px;
    padding-right: 5px
  }

.content-109 .bootstrap-table #normal thead tr th {
  text-align: center
}

.content-109 .bootstrap-table #normal tbody tr td {
  text-align: center
}

.content-109 .bootstrap-table .fixed-table-toolbar {
  z-index: 9999
}

.content-109 .bootstrap-table .fixed-table-container {
  z-index: 1
}

.content-109 .bootstrap-table .dropdown-menu {
  width: 235px
}

  .content-109 .bootstrap-table .dropdown-menu label {
    font-size: 12px;
    margin-bottom: 0
  }

.content-109 .bootstrap-table .form-control {
  border: solid 1px #dad8d8
}

.content-109 .bootstrap-table .btn.btn-default {
  background-color: #fff;
  padding: 8px 13px;
  line-height: 1.7;
  border: 1px solid #dad8d8;
  margin-left: 2px;
  color: #dad8d8;
  height: 41px
}

  .content-109 .bootstrap-table .btn.btn-default i {
    color: #a9a9a9;
    font-size: 16px
  }

.content-109 .download {
  text-align: right;
  margin-top: 20px
}

.content-109 .box {
  margin-top: 20px
}

.content-109 .share-box {
  margin-top: 50px
}

@media(max-width:1024px) {
  .content-109 .share-box {
    margin-top: 40px
  }
}

@media(max-width:991px) {
  .content-109 .share-box {
    margin-top: 35px
  }
}

@media(max-width:767px) {
  .content-109 .share-box {
    margin-top: 30px
  }
}

@media(max-width:479px) {
  .content-109 .share-box {
    margin-top: 20px
  }
}

.content-109#contact {
  padding-top: 45px;
  padding-bottom: 45px
}

@media(max-width:1024px) {
  .content-109#contact {
    padding-top: 36px;
    padding-bottom: 36px
  }
}

@media(max-width:991px) {
  .content-109#contact {
    padding-top: 31.5px;
    padding-bottom: 31.5px
  }
}

@media(max-width:767px) {
  .content-109#contact {
    padding-top: 27px;
    padding-bottom: 27px
  }
}

@media(max-width:479px) {
  .content-109#contact {
    padding-top: 18px;
    padding-bottom: 18px
  }
}

.content-109#contact .form {
  margin-top: 50px
}

@media(max-width:1024px) {
  .content-109#contact .form {
    margin-top: 40px
  }
}

@media(max-width:991px) {
  .content-109#contact .form {
    margin-top: 35px
  }
}

@media(max-width:767px) {
  .content-109#contact .form {
    margin-top: 30px
  }
}

@media(max-width:479px) {
  .content-109#contact .form {
    margin-top: 20px
  }
}

.content-110#sticker {
  margin-top: 80px;
  position: absolute;
  width: 100%;
  bottom: 0;
  max-height: 61px
}

@media(max-width:1101px) {
  .content-110#sticker {
    margin-top: 50px
  }
}

.content-110.stick {
  transition: all .3s;
  -webkit-transition: all .3s;
  background: #e18409
}

.stick {
  position: fixed !important;
  top: 0 !important;
  z-index: 999;
  width: 100% !important;
  bottom: initial !important
}

.nanogallery_theme_default {
  padding: 0
}

  .nanogallery_theme_default .nanoGalleryLBarOff, .nanogallery_theme_default .nanoGalleryConsoleParent {
    display: none
  }

  .nanogallery_theme_default .nanoGalleryContainer .nanoGalleryThumbnailContainer {
    border: none;
    background: none
  }

    .nanogallery_theme_default .nanoGalleryContainer .nanoGalleryThumbnailContainer .imgContainer {
      box-shadow: 0 1px 2px rgba(43,59,93,.29)
    }

  .nanogallery_theme_default .paginationItem, .nanogallery_theme_default .paginationNext, .nanogallery_theme_default .paginationPrev {
    color: #e18409;
    opacity: .6
  }

    .nanogallery_theme_default .paginationItem:hover, .nanogallery_theme_default .paginationNext:hover, .nanogallery_theme_default .paginationPrev:hover {
      color: #e79d3a;
      opacity: 1;
      text-decoration: underline
    }

  .nanogallery_theme_default .currentPage {
    font-weight: 700;
    text-decoration: none !important;
    opacity: 1
  }

  .nanogallery_theme_default #nanoGalleryViewer .toolbar .label .title, .nanogallery_theme_default #nanoGalleryViewer .toolbar .label .description {
    font-weight: 400
  }

.nanogallery_colorschemeviewer_default #nanoGalleryViewer {
  background: rgba(0,0,0,.95) !important
}

.footer-20 {
  box-shadow: 0 0 2px rgba(6,8,8,.5);
  padding-bottom: 20px;
  z-index: 3
}

  .footer-20 p, .footer-20 a {
    font-size: 14px;
    color: rgba(68,68,68,.65)
  }

@media(max-width:479px) {
  .footer-20 p, .footer-20 a {
    font-size: 12px
  }
}

.footer-20 ul li {
  margin-bottom: 10px
}

@media(max-width:767px) {
  .footer-20 ul li {
    margin-bottom: 7px
  }
}

.footer-20 a:hover {
  color: #e18409
}

.footer-20 .header {
  color: #212121
}

.footer-20 .logo img {
  height: auto;
  margin-bottom: 10px
}

@media(min-width:480px) {
  .footer-20 .logo img {
    margin-top: -15px
  }
}

.footer-20 .under-footer {
  border: none;
  margin: 40px 0 0;
  padding: 0
}

  .footer-20 .under-footer ul li {
    font-size: 13px;
    color: #747c83;
    margin-bottom: 0
  }

    .footer-20 .under-footer ul li a {
      font-size: 14px
    }

      .footer-20 .under-footer ul li a:hover {
        color: #e18409
      }

  .footer-20 .under-footer .list-inline > li {
    padding-left: 2px;
    padding-right: 2px
  }

@media(max-width:479px) {
  .footer-20 .under-footer {
    margin-top: 30px
  }
}

@media(max-width:479px) {
  .footer-20 .slogan {
    margin-top: 20px;
    text-align: center !important
  }

    .footer-20 .slogan .text-right {
      text-align: center !important
    }
}

.footer-20 .social i {
  font-size: 44px;
  color: rgba(68,68,68,.45)
}

  .footer-20 .social i:hover {
    color: #e18409
  }

#fundawards {
  margin: 0;
  border: none
}

  #fundawards div li {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 160px;
    height: 70vh
  }

@media(max-width:992px) {
  #fundawards div li {
    height: 450px
  }
}

@media(max-width:768px) {
  #fundawards div li {
    height: 400px
  }
}

@media(max-width:480px) {
  #fundawards div li {
    height: 250px
  }
}

#fundawards .flex-control-nav, #fundawards .flex-direction-nav {
  display: none
}

.testimonial-slider {
  padding: 0;
  background-size: cover
}

  .testimonial-slider .inner {
    padding-top: 45px;
    padding-bottom: 45px
  }

@media(max-width:1024px) {
  .testimonial-slider .inner {
    padding-top: 36px;
    padding-bottom: 36px
  }
}

@media(max-width:991px) {
  .testimonial-slider .inner {
    padding-top: 31.5px;
    padding-bottom: 31.5px
  }
}

@media(max-width:767px) {
  .testimonial-slider .inner {
    padding-top: 27px;
    padding-bottom: 27px
  }
}

@media(max-width:479px) {
  .testimonial-slider .inner {
    padding-top: 18px;
    padding-bottom: 18px
  }
}

.testimonial-slider .overlay {
  background: rgba(34,34,34,.6)
}

.testimonial-slider .avatar {
  width: 82px;
  height: 82px;
  margin: 0 auto 10px;
  vertical-align: middle;
  overflow: hidden;
  border-radius: 50%;
  border: solid 3px #fff;
  background-color: #fff
}

  .testimonial-slider .avatar img {
    width: 82px;
    height: auto
  }

.testimonial-slider .company {
  font-size: 12px;
  margin-bottom: 0
}

.testimonial-slider p.lead {
  color: #fff;
  font-style: italic;
  text-transform: initial
}

.testimonial-slider p {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px
}

.testimonial-slider .author {
  margin-bottom: 0
}

.testimonial-slider .flexslider {
  background: none;
  border: none;
  margin-bottom: 30px
}

.testimonial-slider .flex-control-nav li {
  display: inline-block !important
}

.testimonial-slider .flex-control-paging li a {
  line-height: 1.4
}

  .testimonial-slider .flex-control-paging li a.flex-active {
    line-height: 1.2
  }

.testimonial-slider .awards img {
  max-height: 100px;
  transition: all .3s;
  -webkit-transition: all .3s;
  opacity: .9
}

  .testimonial-slider .awards img:hover {
    opacity: 1
  }

@media(max-width:479px) {
  .masonry-isotope .col3 {
    width: 48%
  }
}

@media(min-width:992px) {
  .masonry-isotope .isotope {
    margin-right: -30px;
    margin-left: -30px
  }
}

.masonry-isotope .article-box {
  box-shadow: 0 1px 2px rgba(43,59,93,.29);
  border-radius: 0
}

  .masonry-isotope .article-box .text {
    padding: 20px;
    padding-top: 40px
  }

    .masonry-isotope .article-box .text p {
      color: #444;
      font-size: 14px;
      line-height: 1.5
    }

    .masonry-isotope .article-box .text a:first-child {
      text-decoration: none
    }

  .masonry-isotope .article-box h2 {
    margin: 0;
    font-size: 19px
  }

  .masonry-isotope .article-box .date {
    color: rgba(68,68,68,.7);
    font-size: 12px;
    margin-top: 7px;
    margin-bottom: 10px;
    display: inline-block
  }

  .masonry-isotope .article-box .meta-info {
    position: absolute;
    margin-top: 15px;
    z-index: 3
  }

    .masonry-isotope .article-box .meta-info span {
      padding: 3px 13px;
      font-size: 12px;
      color: #fff;
      border-radius: 0 3px 3px 0;
      font-weight: 700;
      text-transform: uppercase
    }

  .masonry-isotope .article-box.news .meta-info span {
    background: #e18409
  }

    .masonry-isotope .article-box.news .meta-info span:after {
      content: "News"
    }

  .masonry-isotope .article-box.news h2 {
    color: #e18409
  }

  .masonry-isotope .article-box.news a.link-more {
    color: #e18409
  }

  .masonry-isotope .article-box.research_papers .meta-info span {
    background: #3b93c4
  }

    .masonry-isotope .article-box.research_papers .meta-info span:after {
      content: "Research Papers"
    }

  .masonry-isotope .article-box.research_papers h2 {
    color: #3b93c4
  }

  .masonry-isotope .article-box.research_papers a.link-more {
    color: #3b93c4
  }

  .masonry-isotope .article-box:hover {
    box-shadow: 0 8px 17px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease
  }

    .masonry-isotope .article-box:hover h3 {
      color: #00aeef
    }

.map {
  height: 50vh
}

.googlemap {
  padding: 0
}

  .googlemap .map-frame {
    height: 50vh;
    width: 100%
  }

    .googlemap .map-frame .map-overlay {
      background: transparent;
      position: absolute;
      width: 100%;
      height: 50vh
    }

.bs-example {
  margin-right: 0;
  margin-left: 0;
  border-color: #ddd;
  border-width: 1px;
  border-radius: 4px 4px 0 0;
  box-shadow: none
}

  .bs-example .brand-primary {
    color: #e18409
  }

  .bs-example .brand-secondary {
    color: #0079c1
  }

  .bs-example .brand-success {
    color: #00aeef
  }

  .bs-example .brand-info {
    color: #e18409
  }

  .bs-example .brand-warning {
    color: #ffc118
  }

  .bs-example .brand-danger {
    color: red
  }

.color-swatches {
  margin: 0 -5px;
  overflow: hidden
}

.color-swatch {
  float: left;
  width: 60px;
  height: 60px;
  margin: 0 5px;
  border-radius: 3px
}

  .color-swatch.brand-primary {
    background-color: #e18409
  }

  .color-swatch.brand-secondary {
    background-color: #0079c1
  }

  .color-swatch.brand-success {
    background-color: #00aeef
  }

  .color-swatch.brand-info {
    background-color: #e18409
  }

  .color-swatch.brand-warning {
    background-color: #ffc118
  }

  .color-swatch.brand-danger {
    background-color: red
  }

@media(min-width:768px) {
  .color-swatch {
    width: 100px;
    height: 100px
  }
}

.inline {
  display: inline-block
}
