@charset "UTF-8";
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../themes/cpr/assets/fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("../themes/cpr/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../themes/cpr/assets/fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../themes/cpr/assets/fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../themes/cpr/assets/fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../themes/cpr/assets/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

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

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

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

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

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

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

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

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

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

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

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

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

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

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

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

.pull-left {
  float: left; }

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

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

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

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

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

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

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

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

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

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

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

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

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

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

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

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

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-pied-piper: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-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*!
 * Datepicker for Bootstrap v1.6.0 (https://github.com/eternicode/bootstrap-datepicker)
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr; }

.datepicker-inline {
  width: 220px; }

.datepicker.datepicker-rtl {
  direction: rtl; }

.datepicker.datepicker-rtl table tr td span {
  float: right; }

.datepicker-dropdown {
  top: 0;
  left: 0; }

.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #999999;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute; }

.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-top: 0;
  position: absolute; }

.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px; }

.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px; }

.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px; }

.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px; }

.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px; }

.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px; }

.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999999; }

.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff; }

.datepicker > div {
  display: none; }

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none; }

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent; }

.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eeeeee;
  cursor: pointer; }

.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999; }

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default; }

.datepicker table tr td.highlighted {
  background: #d9edf7;
  border-radius: 0; }

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000; }

.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a; }

.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9; }

.datepicker table tr td.today:hover:hover {
  color: #000; }

.datepicker table tr td.today.active:hover {
  color: #fff; }

.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
  background-image: -moz-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -ms-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a; }

.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9; }

.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -ms-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
  background-image: -webkit-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -o-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: linear-gradient(to bottom, #b3b3b3, #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080; }

.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9; }

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: -o-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc; }

.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9; }

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eeeeee; }

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default; }

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: -o-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc; }

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9; }

.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999; }

.datepicker .datepicker-switch {
  width: 145px; }

.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer; }

.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee; }

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle; }

.input-append.date .add-on,
.input-prepend.date .add-on {
  cursor: pointer; }

.input-append.date .add-on i,
.input-prepend.date .add-on i {
  margin-top: 3px; }

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

.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px; }

.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0; }

.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 20px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px; }

.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  color: #333333;
  font-size: 13px;
  line-height: 20px; }

.datepicker.dropdown-menu th,
.datepicker.datepicker-inline th,
.datepicker.dropdown-menu td,
.datepicker.datepicker-inline td {
  padding: 4px 5px; }

/*# sourceMappingURL=bootstrap-datepicker.standalone.css.map */

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../themes/cpr/assets/css/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../themes/cpr/assets/css/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../themes/cpr/assets/css/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../themes/cpr/assets/css/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../themes/cpr/assets/css/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }
  #fancybox-loading div {
    background-image: url("../themes/cpr/assets/css/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d; }

.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  display: none; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img {
  transform-style: preserve-3d; }

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../themes/cpr/assets/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4uaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4uaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4uaVc.ttf) format('truetype');
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

* {
  box-sizing: border-box; }

a {
  text-decoration: none; }

body {
  padding: 0;
  margin: 0;
  font-family: 'Open Sans';
  font-size: 14px;
  color: #333; }

p {
  line-height: 1.5em; }

th.numeric, td.numeric {
  text-align: right !important; }

body {
  padding-top: 129px; }

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000; }
  header .weather {
    position: absolute;
    top: 0;
    left: 0;
    background: #2B7129;
    color: #fff;
    padding: 5px 20px;
    z-index: 999; }
    header .weather .icon {
      float: left;
      padding-right: 5px; }
      header .weather .icon img {
        display: inline-block;
        height: 33px;
        width: auto; }
    header .weather .location {
      font-size: 12px;
      float: right; }
    header .weather .temperature {
      font-weight: 600; }
    header .weather .decor {
      position: absolute;
      width: 0.83333em;
      height: 2.5em;
      background: #EBA52B;
      right: -0.83333em;
      top: 0px; }
      header .weather .decor:before, header .weather .decor:after {
        content: '';
        position: absolute;
        height: 0.83333em;
        width: 0.83333em;
        bottom: 0;
        left: 0;
        background: #005393; }
      header .weather .decor:after {
        bottom: 0.83333em;
        background: #A81124; }
  header .news {
    background: #333;
    color: #eee;
    line-height: 2.5em;
    white-space: nowrap;
    overflow: hidden;
    color: transparent;
    min-height: 35px; }
    header .news .js-marquee {
      color: #ddd; }
  header .navigation {
    background: #fff;
    position: relative; }
    header .navigation .open-navigation-btn {
      display: none; }
    header .navigation:after {
      content: '';
      height: 5px;
      width: 100%;
      background: linear-gradient(rgba(0, 0, 0, 0.2), transparent);
      position: absolute;
      bottom: -5px;
      left: 0; }
    header .navigation .container {
      position: relative; }
      header .navigation .container:after {
        content: ' ';
        display: table;
        clear: both; }
    header .navigation .logo {
      float: left;
      margin: 30px 0 0; }
    header .navigation ul {
      float: right;
      padding: 45px 0px 30px;
      margin: 0;
      list-style: none; }
      header .navigation ul li {
        float: left; }
        header .navigation ul li a {
          padding: 0 15px;
          font-weight: 600;
          color: #333;
          border-right: 1px solid #ccc;
          transition: color .3s; }
          header .navigation ul li a:hover {
            color: #2B7129; }
        header .navigation ul li:last-child a, header .navigation ul li.last a {
          padding-right: 0;
          border: none; }
        header .navigation ul li.close-navigation-btn {
          display: none; }
      header .navigation ul .lang-links {
        position: absolute;
        right: 15px;
        top: 0px;
        padding: 5px 0px 0 0; }
        header .navigation ul .lang-links a {
          padding: 0;
          color: #888;
          font-weight: 400;
          vertical-align: middle;
          font-size: 0px; }
          header .navigation ul .lang-links a img {
            vertical-align: middle;
            margin: 0 0px;
            display: inline-block;
            max-height: 26px; }
    header .navigation .btn {
      position: absolute;
      right: 15px;
      bottom: -3em;
      background: #2B7129;
      color: #fff;
      padding: 0px 20px;
      text-decoration: none;
      line-height: 3em;
      font-weight: 600;
      z-index: 999;
      transition: all .5s; }
      header .navigation .btn:after {
        content: '';
        height: 5px;
        width: 100%;
        background: linear-gradient(rgba(0, 0, 0, 0.1), transparent);
        position: absolute;
        bottom: -5px;
        left: 0; }
      header .navigation .btn:hover {
        background: #276625;
        -webkit-transform: scale(1.05);
        transform: scale(1.05); }

@media (max-width: 992px) {
  body {
    padding-top: 92px; }
  header .weather {
    padding: 0 10px;
    line-height: 24px;
    left: auto;
    right: 0; }
    header .weather .decor {
      display: none; }
    header .weather .location {
      display: none; }
    header .weather .icon {
      display: none; }
  header .news {
    line-height: 24px;
    font-size: 12px;
    min-height: 24px; }
  header .navigation .logo {
    margin: 10px 0; }
  header .navigation ul {
    position: fixed;
    background: rgba(34, 34, 34, 0.98);
    z-index: 1000;
    top: 0;
    right: -1px;
    margin: 0;
    padding: 0;
    z-index: 1000;
    width: 90%;
    bottom: -1px;
    overflow: auto;
    overflow-x: hidden;
    padding-top: 60px;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
    header .navigation ul.open {
      -webkit-transform: translateX(0%);
      transform: translateX(0%); }
    header .navigation ul li {
      width: 100%; }
      header .navigation ul li a {
        display: block;
        text-align: left;
        border: none;
        font-size: 16px;
        line-height: 60px;
        color: #fff;
        padding-left: 40px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
      header .navigation ul li:last-child a {
        padding-left: 15; }
      header .navigation ul li.last a {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
      header .navigation ul li.close-navigation-btn {
        display: block;
        width: 26px;
        font-size: 26px;
        color: #fff;
        position: absolute;
        left: auto;
        right: 15px;
        top: 15px; }
    header .navigation ul .lang-links {
      position: relative;
      right: auto;
      top: auto;
      padding: 0 40px; }
      header .navigation ul .lang-links a {
        display: inline-block;
        margin-right: 20px; }
  header .navigation .open-navigation-btn {
    display: block;
    color: #444;
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 26px; } }

.hero-image {
  position: relative;
  height: 600px;
  overflow: hidden;
  background: #999; }
  .hero-image .image {
    width: 100%;
    background: url("/themes/cpr/assets/images/s1.jpg") center;
    background-size: cover;
    height: 600px; }
  .hero-image .yt-iframe-wrapper {
    position: relative;
    margin-top: 300px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    .hero-image .yt-iframe-wrapper:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 56.25%; }
    .hero-image .yt-iframe-wrapper > .content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
  .hero-image .image:after, .hero-image .yt-iframe-wrapper:after {
    content: '';
    width: 100%;
    top: 0;
    bottom: 0;
    position: absolute;
    background: url("/themes/cpr/assets/images/dot.png"); }
  .hero-image .image iframe, .hero-image .yt-iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0; }
  @media (max-width: 1080px) {
    .hero-image .yt-iframe-wrapper {
      position: relative;
      width: 216%;
      margin-left: -108%; }
      .hero-image .yt-iframe-wrapper:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 75%; }
      .hero-image .yt-iframe-wrapper > .content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; } }
  @media (max-width: 480px) {
    .hero-image {
      height: 250px; }
      .hero-image .image {
        height: 250px; } }

.page-header {
  background: url("/themes/cpr/assets/images/s1.jpg") center;
  background-size: cover;
  color: #fff;
  padding: 15px 0 15px;
  font-weight: 600;
  position: relative; }
  .page-header:after {
    content: '';
    width: 100%;
    top: 0;
    bottom: 0;
    position: absolute;
    background: url("/themes/cpr/assets/images/dot.png"); }
  .page-header:before {
    content: '';
    width: 100%;
    top: 0;
    bottom: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.5); }
  .page-header > div {
    position: relative;
    z-index: 1; }
  .page-header h1 {
    font-size: 32px;
    margin: 10px 0 0; }
  .page-header .breadcrumbs {
    list-style: none;
    margin: 0 0 30px 0;
    padding: 0; }
    .page-header .breadcrumbs li {
      float: left;
      margin-right: 20px;
      line-height: 24px;
      font-size: 12px;
      color: rgba(255, 255, 255, 0.6); }
      .page-header .breadcrumbs li:after {
        content: '/';
        margin-left: 16px; }
      .page-header .breadcrumbs li:last-child:after {
        content: ''; }
      .page-header .breadcrumbs li a {
        color: rgba(255, 255, 255, 0.6); }

.block {
  padding: 80px 0; }

.block.alternate {
  background: #F2F2F2; }

.block-title {
  font-size: 48px;
  margin-top: 0px;
  color: #333;
  text-transform: uppercase;
  text-align: center; }

.block-title-separtor {
  border: 0;
  height: 3px;
  width: 80px;
  background: #2B7129;
  margin: -30px auto 30px; }

@media (max-width: 480px) {
  .block {
    padding: 40px 0; }
  .block-title {
    font-size: 32px; } }

.box {
  margin-bottom: 30px;
  position: relative; }
  .box img {
    width: 100%; }
  .box .background {
    height: 300px;
    width: 100%;
    background-position: center;
    background-size: cover; }
    .box .background.large {
      height: 400px; }
  .box .box-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2B7129;
    color: #fff;
    text-align: center; }
    .box .box-caption .fa {
      display: block;
      position: absolute;
      background: #2B7129;
      padding: 10px;
      top: -20px;
      left: 50%;
      width: 40px;
      margin-left: -20px;
      font-size: 18px; }
    .box .box-caption h3 {
      font-size: 16px;
      margin: 14px 0; }

.tabs {
  margin-top: 1px;
  margin-bottom: 40px;
  position: relative;
  z-index: 0; }
  .tabs:after {
    content: ' ';
    display: table;
    clear: both; }
  .tabs .tab-header {
    display: block;
    float: left;
    font-size: 14px;
    color: #444;
    font-weight: 600;
    padding: 20px 40px;
    text-align: left;
    position: relative;
    border-right: 1px solid #F2F2F2;
    line-height: 32px;
    transition: all .5s; }
    .tabs .tab-header span {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      content: ' ';
      background: #fff;
      z-index: -1; }
      .tabs .tab-header span:before {
        content: ' ';
        position: absolute;
        top: 100%;
        left: 0;
        height: 0;
        width: 100%;
        background: #2B7129;
        transition: all .3s; }
    .tabs .tab-header .fa {
      font-size: 32px;
      display: inline-block;
      margin-right: 10px;
      opacity: .5;
      float: left;
      transition: opacity .3s; }
    .tabs .tab-header:hover .fa {
      opacity: .7; }
    .tabs .tab-header.active {
      color: #fff;
      transition: all .3s; }
      .tabs .tab-header.active span:before {
        position: absolute;
        top: 0;
        height: 100%; }
      .tabs .tab-header.active .fa {
        opacity: 1; }

.tab-content {
  opacity: 0;
  height: 0px;
  overflow: hidden;
  -webkit-transform: translateY(20px) scale(0.95);
  transform: translateY(20px) scale(0.95);
  transition: opacity .5s, -webkit-transform .5s;
  transition: transform .5s, opacity .5s;
  transition: transform .5s, opacity .5s, -webkit-transform .5s; }
  .tab-content.active {
    overflow: initial;
    position: relative;
    opacity: 1;
    height: auto;
    transition-delay: .2s;
    -webkit-transform: translateY(0);
    transform: translateY(0); }

.availability-calendar-toolbar {
  padding-bottom: 15px;
  font-size: 1.4em;
  font-weight: bold; }
  .availability-calendar-toolbar span:last-child {
    float: right; }
  .availability-calendar-toolbar input {
    padding: 7px 14px;
    background: #F5F5F5;
    background-image: linear-gradient(to bottom, white, #e6e6e6);
    border: 1px solid #BBB;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    font-weight: bold;
    cursor: pointer;
    outline: 0; }
    .availability-calendar-toolbar input:first-child {
      margin-right: 5px;
      padding: 8px 14px;
      border-radius: 6px; }
    .availability-calendar-toolbar input:nth-child(2) {
      border-radius: 6px 0 0 6px; }
    .availability-calendar-toolbar input:last-child {
      margin-left: -1px;
      border-radius: 0 6px 6px 0; }
    .availability-calendar-toolbar input:hover {
      background: #E5E5E5;
      background-image: linear-gradient(to bottom, #eeeeee, #d6d6d6); }
    .availability-calendar-toolbar input:active {
      background: #D5D5D5;
      background-image: linear-gradient(to bottom, #dddddd, #c6c6c6); }

.availability-calendar {
  width: 100%;
  background: #FFF;
  table-layout: fixed;
  border-collapse: collapse; }
  .availability-calendar th {
    border: 1px solid #DDD;
    padding: 5px; }
  .availability-calendar td {
    border: 1px solid #DDD;
    padding: 5px;
    height: 100px;
    vertical-align: top;
    text-align: right; }
  .availability-calendar .ex-month {
    opacity: 0.4; }
  .availability-calendar .unavailable {
    position: relative; }
    .availability-calendar .unavailable div {
      position: absolute;
      top: 40%;
      left: 0;
      right: -1px;
      height: 30px;
      background: #F88;
      border-top: 1px solid #A33;
      border-bottom: 1px solid #A33; }
    .availability-calendar .unavailable:last-child div {
      right: 0; }
    .availability-calendar .unavailable .first {
      left: 51%;
      border-radius: 6px 0 0 6px;
      border-left: 1px solid #A33; }
    .availability-calendar .unavailable .last {
      right: 51%;
      border-radius: 0 6px 6px 0;
      border-right: 1px solid #A33; }

.property-box {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  transition: all .5s; }
  .property-box a {
    color: #333; }
  .property-box img {
    width: 100%; }
  .property-box .info {
    margin-top: -3px;
    padding: 20px;
    background: #fff; }
    .property-box .info span {
      display: block;
      font-size: 18px;
      font-weight: 600; }
      .property-box .info span strong {
        color: #2B7129; }
    .property-box .info .features {
      float: right;
      width: 100px; }
      .property-box .info .features .fa {
        color: #999;
        float: right;
        width: 25px;
        line-height: 25px;
        text-align: center; }
  .property-box .additional-info {
    top: 15px;
    position: absolute;
    list-style: none;
    padding: 0; }
    .property-box .additional-info li {
      display: table;
      background: rgba(0, 0, 0, 0.8);
      font-size: 10px;
      color: #ddd;
      padding: 6px 20px;
      -webkit-transform: translateX(-101%);
      transform: translateX(-101%);
      transition: .5s;
      margin-bottom: 2px; }
      .property-box .additional-info li .fa {
        margin-right: 5px;
        color: #2B7129; }
  .property-box:hover {
    box-shadow: 0 5px 10px 3px rgba(0, 0, 0, 0.1); }
  .property-box:hover .additional-info li {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  .property-box:hover .additional-info li:nth-child(2) {
    transition-delay: .2s; }
  .property-box:hover .additional-info li:nth-child(3) {
    transition-delay: .1s; }
  .property-box:hover .additional-info li:nth-child(4) {
    transition-delay: .15s; }

.fancybox-overlay {
  background: url("../themes/cpr/assets/images/fancybox_overlay.png"); }

.fancybox-skin {
  border-radius: 0; }

footer {
  padding: 80px 0 0;
  background: #252B31;
  color: #fff;
  font-size: 12px;
  line-height: 24px; }
  footer .box {
    margin-bottom: 40px; }
    footer .box img {
      width: auto; }
  footer h4 {
    font-size: 20px;
    margin: 5px 0 10px; }
  footer hr {
    border: 0;
    height: 3px;
    width: 40px;
    background: #2B7129;
    margin: 10px 0 17px; }
  footer p {
    color: #B3B3B3; }
  footer ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    footer ul li {
      color: #B3B3B3;
      line-height: 30px; }
      footer ul li .fa {
        margin-right: 10px;
        width: 20px;
        float: left;
        line-height: 30px;
        font-size: 16px;
        text-align: center; }
  footer .contact-bar {
    overflow: hidden; }
    footer .contact-bar > div {
      padding: 0; }
    footer .contact-bar .contact-details {
      padding: 20px;
      background: #2B7129; }
      footer .contact-bar .contact-details > span {
        background: rgba(0, 0, 0, 0.1);
        float: left;
        width: 34px;
        line-height: 34px;
        display: inline-block;
        text-align: center;
        margin-right: 10px;
        font-size: 20px; }
      footer .contact-bar .contact-details strong {
        margin: 0; }
      footer .contact-bar .contact-details p, footer .contact-bar .contact-details a {
        color: #fff;
        margin: 0; }
      footer .contact-bar .contact-details.dark {
        background: #276625; }
  footer .bottom-bar {
    background: #000;
    padding: 56px 0 10px;
    margin-top: -45px;
    text-align: center; }
    footer .bottom-bar a {
      color: #aaa;
      display: inline-block;
      padding: 0 5px; }

#map {
  height: 200px !important;
  width: 100%; }

.home-page .social-links-carousel {
  background: #F2F2F2;
  padding: 30px 30px; }
  .home-page .social-links-carousel .owl-nav {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none; }
    .home-page .social-links-carousel .owl-nav .owl-prev, .home-page .social-links-carousel .owl-nav .owl-next {
      pointer-events: all;
      position: absolute;
      background: #2B7129;
      color: #fff;
      padding: 20px 10px;
      top: 50%;
      font-size: 14px;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
    .home-page .social-links-carousel .owl-nav .owl-prev {
      left: 0; }
    .home-page .social-links-carousel .owl-nav .owl-next {
      right: 0; }

.home-page .social-link {
  background: #fff;
  display: block;
  height: 120px;
  width: 100%;
  overflow: hidden;
  vertical-align: middle;
  text-align: center;
  margin-bottom: 0; }
  .home-page .social-link img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    width: auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }

.home-page #about {
  text-align: center; }
  .home-page #about strong {
    color: #2B7129;
    font-size: 24px;
    text-transform: uppercase; }
  .home-page #about p {
    color: #555;
    line-height: 24px; }

.home-page #offer {
  padding-top: 0px; }
  .home-page #offer .tabs .tab-header {
    width: 33.33%; }
  @media (max-width: 480px) {
    .home-page #offer .tabs .tab-header {
      padding: 15px;
      text-align: center;
      line-height: 16px;
      min-height: 95px; }
      .home-page #offer .tabs .tab-header .fa {
        display: block;
        width: 100%; } }

.price-lists-page .pricing-links {
  padding: 60px 0 0; }
  .price-lists-page .pricing-links:before, .price-lists-page .pricing-links:after {
    content: " ";
    display: table; }
  .price-lists-page .pricing-links:after {
    clear: both; }

.price-lists-page .pricing-link {
  width: 12.5%;
  display: block;
  float: left;
  padding: 15px 10px;
  font-size: 13px;
  font-weight: 600;
  color: #3E3E3E;
  text-align: center;
  border: 1px solid #E8E8E8;
  border-right-width: 0;
  border-bottom: 0;
  background: #FDFDFD;
  transition: all .3s; }
  .price-lists-page .pricing-link:hover {
    background: whitesmoke; }
  .price-lists-page .pricing-link:last-child {
    border-right-width: 1px; }
  .price-lists-page .pricing-link.active {
    color: #fff;
    background: #2B7129;
    border-color: 1px solid #2B7129;
    position: relative; }
    .price-lists-page .pricing-link.active:after {
      content: ' ';
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translate(-50%, 100%);
      transform: translate(-50%, 100%);
      width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 10px solid #2B7129; }

@media (max-width: 480px) {
  .price-lists-page .pricing-links {
    padding: 15px 0 11px;
    margin-left: -1%; }
  .price-lists-page .pricing-link {
    width: 49%;
    margin-left: 1%;
    margin-bottom: 1%;
    border: 1px solid #E8E8E8;
    padding: 10px; }
    .price-lists-page .pricing-link.active {
      border-color: #2B7129; }
      .price-lists-page .pricing-link.active:after {
        display: none; } }

.price-lists-page .pricing {
  padding: 40px 0;
  border-top: 1px solid #E8E8E8;
  background: #F8F8F8; }
  .price-lists-page .pricing h3 {
    font-size: 20px;
    margin: 0 0 20px;
    text-transform: uppercase; }
  .price-lists-page .pricing h3 + p {
    margin-top: -16px; }
  .price-lists-page .pricing p {
    margin-bottom: 20px;
    text-indent: 30px; }
  .price-lists-page .pricing table {
    width: 100%; }
    .price-lists-page .pricing table th {
      background: #333;
      color: #fff;
      font-size: 14px;
      font-weight: bold;
      padding: 10px 20px;
      text-align: left; }
      .price-lists-page .pricing table th:first-child {
        width: 50%; }
    .price-lists-page .pricing table td {
      border-bottom: 1px solid #ddd;
      padding: 10px 20px;
      font-weight: 400; }
    .price-lists-page .pricing table td.numeric {
      font-weight: 600; }
    .price-lists-page .pricing table td.unit {
      font-size: 12px;
      width: 30%; }
    .price-lists-page .pricing table tr:nth-child(even) td {
      background: #fff; }
    .price-lists-page .pricing table tr:nth-child(odd) td {
      background: #FCFCFC; }
    .price-lists-page .pricing table tr.highlight td {
      color: #2B7129;
      font-weight: bold;
      background: rgba(43, 113, 41, 0.1); }
  .price-lists-page .pricing .property-pricing {
    background: #fff;
    padding: 40px 40px 40px;
    border: 1px solid #ddd;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.08); }
    .price-lists-page .pricing .property-pricing h3 {
      font-size: 28px; }
    .price-lists-page .pricing .property-pricing > strong {
      display: block;
      color: #2B7129;
      font-size: 20px;
      -webkit-transform: translateY(5px);
      transform: translateY(5px);
      text-transform: uppercase; }
  .price-lists-page .pricing .additional-pricing {
    padding-top: 20px; }
    .price-lists-page .pricing .additional-pricing table {
      margin-bottom: 40px; }
  @media (max-width: 480px) {
    .price-lists-page .pricing {
      padding: 15px 0;
      font-size: 12px; }
      .price-lists-page .pricing .property-pricing {
        padding: 15px; }
        .price-lists-page .pricing .property-pricing th:first-child {
          width: 70%; } }

#contact-us {
  -moz-placeholder-color: #999; }
  #contact-us hr {
    height: 3px;
    width: 60px;
    margin: 0 0 20px;
    background: #2B7129;
    border: 0; }
  #contact-us ::-webkit-input-placeholder {
    color: #999; }
  #contact-us ::-moz-placeholder {
    color: #999; }
  #contact-us :-ms-input-placeholder {
    color: #999; }
  #contact-us .contact-us-form {
    margin: 40px 0 40px;
    background: #fff;
    border-right: 1px solid #ddd;
    padding: 30px 30px 40px 0; }
    #contact-us .contact-us-form h3 {
      text-transform: uppercase;
      font-size: 28px;
      margin: 0 0 10px; }
    @media (max-width: 992px) {
      #contact-us .contact-us-form {
        margin: 0;
        padding: 20px 0 40px;
        border-right: 0;
        border-bottom: 1px solid #ddd; } }
  #contact-us .contact-us-address {
    padding: 80px 0 40px;
    font-style: normal;
    line-height: 1.7em; }
    #contact-us .contact-us-address strong {
      color: #333;
      margin-bottom: 20px;
      display: inline-block;
      font-size: 28px; }
    #contact-us .contact-us-address .location {
      display: inline-block;
      margin-bottom: 10px;
      font-size: 16px; }
    #contact-us .contact-us-address .phone {
      display: inline-block; }
    #contact-us .contact-us-address .email {
      display: inline-block;
      margin-top: 10px; }
    @media (max-width: 992px) {
      #contact-us .contact-us-address {
        padding-top: 20px; } }
  #contact-us strong {
    color: #2B7129;
    font-size: 24px;
    text-transform: uppercase; }
  #contact-us .block-title {
    text-align: left;
    margin-bottom: 20px; }
  #contact-us input,
  #contact-us textarea {
    margin-bottom: 15px;
    width: 100%;
    border: 1px solid #CCCCCC;
    line-height: 24px;
    padding: 8px 16px;
    border-radius: 0px;
    font-size: 12px;
    transition: all .3s; }
    #contact-us input:focus,
    #contact-us textarea:focus {
      outline: 0;
      box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.1);
      border-color: #399637;
      border-color: #444; }
  #contact-us .actions {
    text-align: right; }
  #contact-us .btn {
    border: 0;
    background: #2B7129;
    color: #fff;
    padding: 0px 20px;
    text-decoration: none;
    line-height: 3em;
    font-weight: 600; }

.datepicker.dropdown-menu {
  border-radius: 0;
  border-color: #ddd;
  z-index: 9999 !important; }
  .datepicker.dropdown-menu:before {
    border-top-color: #ddd; }

.datepicker th {
  border-radius: 0; }

.datepicker table tr td, .datepicker table tr td span {
  border-radius: 0; }
  .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active,
  .datepicker table tr td span.active.active, .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active,
  .datepicker table tr td span span.active.active {
    background: #2B7129; }

.multimedia .box {
  overflow: hidden;
  position: relative; }
  .multimedia .box img {
    display: block; }

.multimedia .box-small {
  height: 180px; }

.multimedia .box-big {
  height: 600px; }

.lb-outerContainer {
  border-radius: 0; }
  .lb-outerContainer .lb-container .lb-image {
    border-radius: 0; }

.recreations .recreation {
  font-size: 0; }
  .recreations .recreation p {
    text-indent: 30px; }
  .recreations .recreation h3 {
    margin-top: 0; }
  .recreations .recreation hr {
    height: 3px;
    width: 60px;
    background: #2B7129;
    border: 0;
    margin: -20px 0 0; }
  .recreations .recreation ul {
    list-style: none;
    padding: 0 20px; }
    .recreations .recreation ul li {
      position: relative; }
      .recreations .recreation ul li:before {
        position: absolute;
        content: ' ';
        width: 4px;
        height: 4px;
        background: #2B7129;
        left: -17px;
        top: 8px; }
  .recreations .recreation:before, .recreations .recreation:after {
    content: ' ';
    display: table;
    clear: both; }
  .recreations .recreation .recreation-details {
    font-size: 14px;
    width: 50%;
    vertical-align: middle;
    display: inline-block;
    padding: 30px 5%; }
    .recreations .recreation .recreation-details h3 {
      font-size: 30px; }
  .recreations .recreation .recreation-photo {
    width: 50%;
    display: inline-block;
    vertical-align: middle; }
    .recreations .recreation .recreation-photo img {
      display: block;
      width: 100%; }
  @media (max-width: 480px) {
    .recreations .recreation .recreation-details {
      width: 100%; }
      .recreations .recreation .recreation-details h3 {
        font-size: 26px; }
    .recreations .recreation .recreation-photo {
      width: 100%; } }

.location-page .locations .location {
  font-size: 0; }
  .location-page .locations .location p {
    text-indent: 30px; }
  .location-page .locations .location h3 {
    margin-top: 0; }
  .location-page .locations .location hr {
    height: 3px;
    width: 60px;
    background: #2B7129;
    border: 0;
    margin: -20px 0 0; }
  .location-page .locations .location ul {
    list-style: none;
    padding: 0 20px; }
    .location-page .locations .location ul li {
      position: relative; }
      .location-page .locations .location ul li:before {
        position: absolute;
        content: ' ';
        width: 4px;
        height: 4px;
        background: #2B7129;
        left: -17px;
        top: 8px; }
  .location-page .locations .location:before, .location-page .locations .location:after {
    content: ' ';
    display: table;
    clear: both; }
  .location-page .locations .location .location-details {
    font-size: 14px;
    width: 50%;
    vertical-align: middle;
    display: inline-block;
    padding: 30px 5%; }
    .location-page .locations .location .location-details h3 {
      font-size: 30px; }
  .location-page .locations .location .location-photo {
    width: 50%;
    display: inline-block;
    vertical-align: middle; }
    .location-page .locations .location .location-photo img {
      display: block;
      width: 100%; }
  @media (max-width: 480px) {
    .location-page .locations .location .location-details {
      width: 100%; }
      .location-page .locations .location .location-details h3 {
        font-size: 26px; }
    .location-page .locations .location .location-photo {
      width: 100%; } }

.calendar-page .calendar-links {
  padding: 60px 0 0; }
  .calendar-page .calendar-links:before, .calendar-page .calendar-links:after {
    content: " ";
    display: table; }
  .calendar-page .calendar-links:after {
    clear: both; }

.calendar-page .calendar-link {
  width: 12.5%;
  display: block;
  float: left;
  padding: 15px 10px;
  font-size: 13px;
  font-weight: 600;
  color: #3E3E3E;
  text-align: center;
  border: 1px solid #E8E8E8;
  border-right-width: 0;
  border-bottom: 0;
  background: #FDFDFD;
  transition: all .3s; }
  .calendar-page .calendar-link:hover {
    background: whitesmoke; }
  .calendar-page .calendar-link:last-child {
    border-right-width: 1px; }
  .calendar-page .calendar-link.active {
    color: #fff;
    background: #2B7129;
    border-color: 1px solid #2B7129;
    position: relative; }
    .calendar-page .calendar-link.active:after {
      content: ' ';
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translate(-50%, 100%);
      transform: translate(-50%, 100%);
      width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 10px solid #2B7129; }

@media (max-width: 480px) {
  .calendar-page .calendar-links {
    padding: 15px 0 11px;
    margin-left: -1%; }
  .calendar-page .calendar-link {
    width: 49%;
    margin-left: 1%;
    margin-bottom: 1%;
    border: 1px solid #E8E8E8;
    padding: 10px; }
    .calendar-page .calendar-link.active {
      border-color: #2B7129; }
      .calendar-page .calendar-link.active:after {
        display: none; } }

.calendar-page .calendar {
  padding: 40px 0;
  border-top: 1px solid #E8E8E8;
  background: #F8F8F8; }
  .calendar-page .calendar strong {
    display: block;
    color: #2B7129;
    font-size: 26px;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    margin-bottom: 15px;
    text-transform: uppercase; }
  @media (max-width: 480px) {
    .calendar-page .calendar {
      padding: 15px 0; } }

.month-calendar {
  margin-bottom: 20px; }
  .month-calendar .availability-calendar-toolbar:before, .month-calendar .availability-calendar-toolbar:after {
    content: " ";
    display: table; }
  .month-calendar .availability-calendar-toolbar:after {
    clear: both; }
  .month-calendar .availability-calendar-toolbar span:first-child {
    font-size: 22px;
    float: left;
    text-transform: uppercase; }
  .month-calendar .availability-calendar-toolbar button {
    background: #2B7129;
    border-radius: 0;
    border: 0;
    color: #fff;
    font-size: 16px;
    text-shadow: none;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    border-left: 1px solid #31822E;
    font-weight: 600;
    font-size: 14px;
    transition: all .3s; }
    .month-calendar .availability-calendar-toolbar button:hover {
      background: #276625; }
    .month-calendar .availability-calendar-toolbar button:focus, .month-calendar .availability-calendar-toolbar button:active {
      outline: none; }
    .month-calendar .availability-calendar-toolbar button .fa {
      font-size: 12px; }
  .month-calendar .availability-calendar th {
    background: #333333;
    color: #fff;
    border: 1px solid #444;
    padding: 10px 10px;
    font-size: 10px; }
  .month-calendar .availability-calendar td {
    padding: 5px 10px 15px;
    font-size: 12px;
    overflow: hidden;
    border-left: 0;
    border-right: 0;
    font-weight: 600;
    color: #444;
    background: rgba(43, 113, 41, 0.15);
    height: 15px; }
  .month-calendar .availability-calendar .day {
    position: relative;
    z-index: 100; }
  .month-calendar .availability-calendar .unavailable {
    background: rgba(188, 74, 89, 0.15); }
    .month-calendar .availability-calendar .unavailable > div {
      background: #BC4A59;
      border: 0;
      margin-top: 11px;
      height: 30%; }
    .month-calendar .availability-calendar .unavailable > .first {
      -webkit-transform: skew(-45deg);
      transform: skew(-45deg);
      border-radius: 0;
      left: 80%;
      right: -35%;
      background: rgba(188, 74, 89, 0.95); }
    .month-calendar .availability-calendar .unavailable > .last {
      -webkit-transform: skew(-45deg);
      transform: skew(-45deg);
      border-radius: 0;
      right: 80%;
      left: -35%;
      background: rgba(188, 74, 89, 0.95); }
  @media (max-width: 480px) {
    .month-calendar .availability-calendar-toolbar span:first-child {
      font-size: 18px; }
    .month-calendar .availability-calendar th {
      padding: 10px 0; } }

.property-header {
  background: none;
  padding: 0; }
  .property-header, .property-header .container {
    min-height: 530px;
    position: relative; }
  .property-header .container {
    pointer-events: none; }
  .property-header:before, .property-header:after {
    display: none; }
  .property-header h1 {
    margin: 0 0 30px 0; }
    .property-header h1 span {
      color: #2B7129; }
  @media (max-width: 480px) {
    .property-header, .property-header .container {
      min-height: 70vh; } }
  .property-header .property-carousel {
    position: absolute;
    top: 0;
    left: 0; }
    .property-header .property-carousel .owl-nav {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      pointer-events: none; }
      .property-header .property-carousel .owl-nav .owl-prev, .property-header .property-carousel .owl-nav .owl-next {
        pointer-events: all;
        position: absolute;
        background: #2B7129;
        color: #fff;
        padding: 20px 10px;
        top: 50%;
        font-size: 14px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
      .property-header .property-carousel .owl-nav .owl-prev {
        left: 0; }
      .property-header .property-carousel .owl-nav .owl-next {
        right: 0; }
      @media (max-width: 480px) {
        .property-header .property-carousel .owl-nav .owl-prev, .property-header .property-carousel .owl-nav .owl-next {
          top: 35%; } }
    .property-header .property-carousel .photo {
      height: 530px;
      background-size: cover;
      background-position: center; }
      @media (max-width: 480px) {
        .property-header .property-carousel .photo {
          height: 70vh; } }
  .property-header .breadcrumbs {
    position: absolute;
    bottom: 0; }
    @media (max-width: 480px) {
      .property-header .breadcrumbs {
        display: none; } }
  .property-header .property-quick-info {
    position: absolute;
    bottom: 0;
    right: 15px;
    background: rgba(255, 255, 255, 0.7);
    color: #444;
    padding: 40px 40px 80px;
    width: 300px; }
    .property-header .property-quick-info dl dt, .property-header .property-quick-info dl dd {
      position: relative;
      display: block;
      margin: 0;
      float: left;
      line-height: 2em; }
    .property-header .property-quick-info dl dt {
      padding-left: 15px;
      font-weight: 700;
      font-size: 13px;
      width: 60%; }
      .property-header .property-quick-info dl dt:after {
        content: ':'; }
      .property-header .property-quick-info dl dt:before {
        content: ' ';
        position: absolute;
        width: 4px;
        height: 4px;
        left: 3px;
        top: 50%;
        margin-top: -2px;
        background: #2B7129; }
    .property-header .property-quick-info dl dd {
      width: 40%;
      text-align: center; }
    @media (max-width: 480px) {
      .property-header .property-quick-info {
        left: 0px;
        right: 0px;
        width: auto;
        padding: 15px; }
        .property-header .property-quick-info h1 {
          font-size: 26px;
          margin-bottom: 5px; }
        .property-header .property-quick-info dl {
          margin-top: 0; }
          .property-header .property-quick-info dl dt {
            font-size: 11px;
            width: 32%;
            padding: 0; }
            .property-header .property-quick-info dl dt:before {
              display: none; }
          .property-header .property-quick-info dl dd {
            width: 18%;
            font-size: 12px; } }

.property-thumbnails {
  padding: 40px 0 10px 0; }
  .property-thumbnails .box {
    margin-bottom: 30px;
    overflow: hidden;
    cursor: pointer; }
    .property-thumbnails .box img {
      display: block;
      transition: all .5s; }
    .property-thumbnails .box.active {
      position: relative; }
      .property-thumbnails .box.active img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1); }
      .property-thumbnails .box.active:after, .property-thumbnails .box.active:before {
        position: absolute;
        content: ' ';
        background: rgba(255, 255, 255, 0.3);
        top: 0;
        left: 0;
        bottom: 0px;
        right: 0px; }
  @media (max-width: 480px) {
    .property-thumbnails {
      padding: 15px 0; }
      .property-thumbnails .box {
        margin-bottom: 15px; } }

.property-detailed-info {
  background: #F8F8F8;
  padding: 40px 0; }
  .property-detailed-info .media-links {
    margin-bottom: 25px;
    padding: 15px 0;
    background: #fff;
    border-top: 2px solid #ddd; }
  .property-detailed-info .btn {
    background: #2B7129;
    display: block;
    width: 100%;
    padding: 10px 15px;
    text-align: left;
    color: #fff;
    font-weight: 600;
    transition: all .3s;
    margin-bottom: 3px; }
    .property-detailed-info .btn .fa {
      color: #fff;
      display: inline-block;
      margin-right: 12px; }
    .property-detailed-info .btn:hover {
      background: #245e22; }
      .property-detailed-info .btn:hover, .property-detailed-info .btn:hover .fa {
        color: #fff; }
  .property-detailed-info .box {
    background: #fff;
    padding: 20px 20px 10px;
    border-top: 2px solid #ddd; }
  .property-detailed-info h3 {
    font-size: 34px;
    margin: 0; }
  .property-detailed-info span {
    font-weight: 600;
    font-size: 14px;
    color: #2B7129; }
  .property-detailed-info h5 {
    font-size: 20px;
    margin: 0; }
  .property-detailed-info p {
    line-height: 20px; }
  .property-detailed-info hr {
    height: 3px;
    width: 60px;
    border: none;
    background: #2B7129;
    margin: 10px 0; }
  .property-detailed-info ul {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
    position: relative;
    font-size: 14px;
    color: #555; }
    .property-detailed-info ul:after {
      content: ' ';
      position: absolute;
      right: 0;
      bottom: 0;
      top: 0;
      left: 0;
      border: 2px solid #fff; }
    .property-detailed-info ul li {
      display: block;
      border: 1px solid #E6E6E6;
      border-left: none;
      border-top: none;
      float: left;
      width: 33.33%;
      padding: 15px; }
      .property-detailed-info ul li .fa {
        margin-right: 14px; }
  @media (max-width: 480px) {
    .property-detailed-info .media-links {
      margin: 0 0 30px; }
    .property-detailed-info .btn {
      text-align: center;
      padding: 10px 0; }
      .property-detailed-info .btn .fa {
        margin: 0;
        display: inline-block;
        width: 100%; }
      .property-detailed-info .btn .fa-paper-plane-o {
        display: none; }
    .property-detailed-info .box {
      padding: 10px; }
    .property-detailed-info p {
      font-size: 12px; }
    .property-detailed-info ul li {
      width: 50%;
      padding: 10px 10px 10px 30px;
      font-size: 12px;
      min-height: 50px;
      position: relative;
      line-height: 14px; }
      .property-detailed-info ul li .fa {
        position: absolute;
        left: 10px;
        top: 13px; } }
