/*!
Theme Name : XENIA HTML
Theme URI  : http://plethorathemes.com/html/
Description: Startup Business HTML Template based on twitter bootstrap. 
Version    : 1.0.0
Author     : Plethora Themes
Author URI : http://www.plethorathemes.com
*/
/* 
    TABLE OF CONTENTS
=================================================================

    0. =BOOTSTRAP FRAMEWORK REFERENCE IMPORTS

    1. =THEME MIXINS GENERAL HELPER STYLES & CLASSES 

    2. =BUTTONS

    3. =BODY & TYPOGRAPHY

    4. =THE HEADER, LOGO & PRIMARY MENU

    5. =THE HEAD PANEL AREA

    6. =THE MAIN AREA & THE ROOT SECTION ELEMENT

    7. =DESIGN ELEMENTS

    8. =BLOG PAGE 

    9. =SIDEBAR & WIDGETS

    10. =FOOTER WIDGETIZED AREA

    11. =BOOTSTRAP ELEMENTS OVERRIDES

    12. =MISC STYLES

    13. =RESPONSIVE STATES

    14. =HOVER

    15. =FONT ICON

=================================================================
*/
/* 
================================================================= 


0. =BOOTSTRAP FRAMEWORK REFERENCE IMPORTS

In "style.less" we reference some of Bootstrap's .less files in order to take advantage of their classes and mixins.
We also reference the "theme_variables.less" in order to override the original variables and make our custom theme. 
A customized "theme_custom_bootstrap.css" is also loaded by the theme in a precompiled minified css version.
================================================================= 
*/
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family             : sans-serif;
  -ms-text-size-adjust    : 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

legend {
  border : 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {

  *,
  *:before,
  *:after {
    background : transparent !important;
    color      : #000 !important;
    box-shadow : none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " ("attr(href) ")";
  }

  abbr[title]:after {
    content: " ("attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border           : 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows : 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn>.caret,
  .dropup>.btn>.caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src        : url('../fonts/glyphicons-halflings-regular.eot');
  src        : url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
  position               : relative;
  top                    : 1px;
  display                : inline-block;
  font-family            : 'Glyphicons Halflings';
  font-style             : normal;
  font-weight            : normal;
  line-height            : 1;
  -webkit-font-smoothing : antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "\002a";
}

.glyphicon-plus:before {
  content: "\002b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "\26fa";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "\231b";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "\00a5";
}

.glyphicon-jpy:before {
  content: "\00a5";
}

.glyphicon-ruble:before {
  content: "\20bd";
}

.glyphicon-rub:before {
  content: "\20bd";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing   : border-box;
  box-sizing        : border-box;
}

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

html {
  font-size                  : 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family     : "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size       : 16px;
  line-height     : 1.5;
  color           : #111118;
  background-color: #f4f4f4;
}

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

a {
  color          : #84817c;
  text-decoration: none;
}

a:hover,
a:focus {
  color          : #84817c;
  text-decoration: none;
}

a:focus {
  outline       : 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
  display  : block;
  max-width: 100%;
  height   : auto;
}

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

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

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

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

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

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

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

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Playfair Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.1;
  color      : inherit;
}

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

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top   : 24px;
  margin-bottom: 12px;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top   : 12px;
  margin-bottom: 12px;
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}

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

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

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

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

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

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

p {
  margin: 0 0 12px;
}

.lead {
  margin-bottom: 24px;
  font-size    : 18px;
  font-weight  : 300;
  line-height  : 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}

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

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #777777;
}

.text-primary {
  color: #84817c;
}

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

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

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

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

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

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

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

.text-danger {
  color: #a94442;
}

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

.bg-primary {
  color           : #fff;
  background-color: #84817c;
}

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

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

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

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

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

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

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

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

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

.page-header {
  padding-bottom: 11px;
  margin        : 48px 0 24px;
  border-bottom : 1px solid #eeeeee;
}

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

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

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

.list-inline {
  padding-left: 0;
  list-style  : none;
  margin-left : -5px;
}

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

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

dt,
dd {
  line-height: 1.5;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

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

  .dl-horizontal dd {
    margin-left: 180px;
  }
}

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

.initialism {
  font-size     : 90%;
  text-transform: uppercase;
}

blockquote {
  padding    : 12px 24px;
  margin     : 0 0 24px;
  font-size  : 20px;
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display    : block;
  font-size  : 80%;
  line-height: 1.5;
  color      : #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left : 0;
  border-right : 5px solid #eeeeee;
  border-left  : 0;
  text-align   : right;
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 24px;
  font-style   : normal;
  line-height  : 1.5;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding         : 2px 4px;
  font-size       : 90%;
  color           : #c7254e;
  background-color: #f9f2f4;
  border-radius   : 2px;
}

kbd {
  padding         : 2px 4px;
  font-size       : 90%;
  color           : #fff;
  background-color: #333;
  border-radius   : 2px;
  box-shadow      : inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding    : 0;
  font-size  : 100%;
  font-weight: bold;
  box-shadow : none;
}

pre {
  display         : block;
  padding         : 11.5px;
  margin          : 0 0 12px;
  font-size       : 15px;
  line-height     : 1.5;
  word-break      : break-all;
  word-wrap       : break-word;
  color           : #333333;
  background-color: #f5f5f5;
  border          : 1px solid #ccc;
  border-radius   : 2px;
}

pre code {
  padding         : 0;
  font-size       : inherit;
  color           : inherit;
  white-space     : pre-wrap;
  background-color: transparent;
  border-radius   : 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right : auto;
  margin-left  : auto;
  padding-left : 15px;
  padding-right: 15px;
}

@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;
}

.row {
  margin-left : -15px;
  margin-right: -15px;
}

.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-12 {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

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

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

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

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

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

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

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

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

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

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

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

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

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

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

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

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

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

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

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

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

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

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

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

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

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

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

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

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

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

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

@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-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

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

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

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

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

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

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

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

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

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

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

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

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

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

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

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

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

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

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

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

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

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

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

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

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

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

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

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

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

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

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

@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-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

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

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

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

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

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

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

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

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

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

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

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

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

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

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

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

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

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

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

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

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

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

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

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

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

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

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

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

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

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

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

table {
  background-color: transparent;
}

caption {
  padding-top   : 8px;
  padding-bottom: 8px;
  color         : #777777;
  text-align    : left;
}

th {
  text-align: left;
}

.table {
  width        : 100%;
  max-width    : 100%;
  margin-bottom: 24px;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
  padding       : 8px;
  line-height   : 1.5;
  vertical-align: top;
  border-top    : 1px solid #ddd;
}

.table>thead>tr>th {
  vertical-align: bottom;
  border-bottom : 2px solid #ddd;
}

.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>td {
  border-top: 0;
}

.table>tbody+tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #f4f4f4;
}

.table-condensed>thead>tr>th,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
  border: 1px solid #ddd;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
  border-bottom-width: 2px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover>tbody>tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float   : none;
  display : table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float   : none;
  display : table-cell;
}

.table>thead>tr>td.active,
.table>tbody>tr>td.active,
.table>tfoot>tr>td.active,
.table>thead>tr>th.active,
.table>tbody>tr>th.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>tbody>tr.active>td,
.table>tfoot>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr.active>th,
.table>tfoot>tr.active>th {
  background-color: #f5f5f5;
}

.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr.active:hover>th {
  background-color: #e8e8e8;
}

.table>thead>tr>td.success,
.table>tbody>tr>td.success,
.table>tfoot>tr>td.success,
.table>thead>tr>th.success,
.table>tbody>tr>th.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>tbody>tr.success>td,
.table>tfoot>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr.success>th,
.table>tfoot>tr.success>th {
  background-color: #dff0d8;
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr.success:hover>th {
  background-color: #d0e9c6;
}

.table>thead>tr>td.info,
.table>tbody>tr>td.info,
.table>tfoot>tr>td.info,
.table>thead>tr>th.info,
.table>tbody>tr>th.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>tbody>tr.info>td,
.table>tfoot>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr.info>th,
.table>tfoot>tr.info>th {
  background-color: #d9edf7;
}

.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr.info:hover>th {
  background-color: #c4e3f3;
}

.table>thead>tr>td.warning,
.table>tbody>tr>td.warning,
.table>tfoot>tr>td.warning,
.table>thead>tr>th.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>tbody>tr.warning>td,
.table>tfoot>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr.warning>th,
.table>tfoot>tr.warning>th {
  background-color: #fcf8e3;
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr.warning:hover>th {
  background-color: #faf2cc;
}

.table>thead>tr>td.danger,
.table>tbody>tr>td.danger,
.table>tfoot>tr>td.danger,
.table>thead>tr>th.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>tbody>tr.danger>td,
.table>tfoot>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr.danger>th,
.table>tfoot>tr.danger>th {
  background-color: #f2dede;
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr.danger:hover>th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width             : 100%;
    margin-bottom     : 18px;
    overflow-y        : hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border            : 1px solid #ddd;
  }

  .table-responsive>.table {
    margin-bottom: 0;
  }

  .table-responsive>.table>thead>tr>th,
  .table-responsive>.table>tbody>tr>th,
  .table-responsive>.table>tfoot>tr>th,
  .table-responsive>.table>thead>tr>td,
  .table-responsive>.table>tbody>tr>td,
  .table-responsive>.table>tfoot>tr>td {
    white-space: nowrap;
  }

  .table-responsive>.table-bordered {
    border: 0;
  }

  .table-responsive>.table-bordered>thead>tr>th:first-child,
  .table-responsive>.table-bordered>tbody>tr>th:first-child,
  .table-responsive>.table-bordered>tfoot>tr>th:first-child,
  .table-responsive>.table-bordered>thead>tr>td:first-child,
  .table-responsive>.table-bordered>tbody>tr>td:first-child,
  .table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0;
  }

  .table-responsive>.table-bordered>thead>tr>th:last-child,
  .table-responsive>.table-bordered>tbody>tr>th:last-child,
  .table-responsive>.table-bordered>tfoot>tr>th:last-child,
  .table-responsive>.table-bordered>thead>tr>td:last-child,
  .table-responsive>.table-bordered>tbody>tr>td:last-child,
  .table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0;
  }

  .table-responsive>.table-bordered>tbody>tr:last-child>th,
  .table-responsive>.table-bordered>tfoot>tr:last-child>th,
  .table-responsive>.table-bordered>tbody>tr:last-child>td,
  .table-responsive>.table-bordered>tfoot>tr:last-child>td {
    border-bottom: 0;
  }
}

fieldset {
  padding  : 0;
  margin   : 0;
  border   : 0;
  min-width: 0;
}

legend {
  display      : block;
  width        : 100%;
  padding      : 0;
  margin-bottom: 24px;
  font-size    : 24px;
  line-height  : inherit;
  color        : #333333;
  border       : 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display      : inline-block;
  max-width    : 100%;
  margin-bottom: 5px;
  font-weight  : bold;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing   : border-box;
  box-sizing        : border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin     : 4px 0 0;
  margin-top : 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width  : 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline       : 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display    : block;
  padding-top: 9px;
  font-size  : 16px;
  line-height: 1.5;
  color      : #555555;
}

.form-control {
  display           : block;
  width             : 100%;
  height            : 42px;
  padding           : 8px 24px;
  font-size         : 16px;
  line-height       : 1.5;
  color             : #555555;
  background-color  : #fff;
  background-image  : none;
  border            : 1px solid #ccc;
  border-radius     : 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow        : inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition     : border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition        : border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
  border-color      : #66afe9;
  outline           : 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow        : inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color  : #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  border          : 0;
  background-color: transparent;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity         : 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {

  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 42px;
  }

  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 32px;
  }

  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position     : relative;
  display      : block;
  margin-top   : 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height   : 24px;
  padding-left : 20px;
  margin-bottom: 0;
  font-weight  : normal;
  cursor       : pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position   : absolute;
  margin-left: -20px;
  margin-top : 4px \9;
}

.radio+.radio,
.checkbox+.checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position      : relative;
  display       : inline-block;
  padding-left  : 20px;
  margin-bottom : 0;
  vertical-align: middle;
  font-weight   : normal;
  cursor        : pointer;
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
  margin-top : 0;
  margin-left: 10px;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top   : 9px;
  padding-bottom: 9px;
  margin-bottom : 0;
  min-height    : 40px;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left : 0;
  padding-right: 0;
}

.input-sm {
  height       : 32px;
  padding      : 5px 10px;
  font-size    : 13px;
  line-height  : 1.6;
  border-radius: 2px;
}

select.input-sm {
  height     : 32px;
  line-height: 32px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height       : 32px;
  padding      : 5px 10px;
  font-size    : 13px;
  line-height  : 1.6;
  border-radius: 2px;
}

.form-group-sm select.form-control {
  height     : 32px;
  line-height: 32px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height     : 32px;
  min-height : 37px;
  padding    : 6px 10px;
  font-size  : 13px;
  line-height: 1.6;
}

.input-lg {
  height       : 46px;
  padding      : 10px 16px;
  font-size    : 18px;
  line-height  : 1.33;
  border-radius: 2px;
}

select.input-lg {
  height     : 46px;
  line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height       : 46px;
  padding      : 10px 16px;
  font-size    : 18px;
  line-height  : 1.33;
  border-radius: 2px;
}

.form-group-lg select.form-control {
  height     : 46px;
  line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height     : 46px;
  min-height : 42px;
  padding    : 11px 16px;
  font-size  : 18px;
  line-height: 1.33;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 52.5px;
}

.form-control-feedback {
  position      : absolute;
  top           : 0;
  right         : 0;
  z-index       : 2;
  display       : block;
  width         : 42px;
  height        : 42px;
  line-height   : 42px;
  text-align    : center;
  pointer-events: none;
}

.input-lg+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.form-group-lg .form-control+.form-control-feedback {
  width      : 46px;
  height     : 46px;
  line-height: 46px;
}

.input-sm+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.form-group-sm .form-control+.form-control-feedback {
  width      : 32px;
  height     : 32px;
  line-height: 32px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color      : #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow        : inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color      : #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow        : inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color           : #3c763d;
  border-color    : #3c763d;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color      : #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow        : inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color      : #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow        : inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color           : #8a6d3b;
  border-color    : #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color      : #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow        : inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color      : #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow        : inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color           : #a94442;
  border-color    : #a94442;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label~.form-control-feedback {
  top: 29px;
}

.has-feedback label.sr-only~.form-control-feedback {
  top: 0;
}

.help-block {
  display      : block;
  margin-top   : 5px;
  margin-bottom: 10px;
  color        : #464663;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display       : inline-block;
    margin-bottom : 0;
    vertical-align: middle;
  }

  .form-inline .form-control {
    display       : inline-block;
    width         : auto;
    vertical-align: middle;
  }

  .form-inline .form-control-static {
    display: inline-block;
  }

  .form-inline .input-group {
    display       : inline-table;
    vertical-align: middle;
  }

  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }

  .form-inline .input-group>.form-control {
    width: 100%;
  }

  .form-inline .control-label {
    margin-bottom : 0;
    vertical-align: middle;
  }

  .form-inline .radio,
  .form-inline .checkbox {
    display       : inline-block;
    margin-top    : 0;
    margin-bottom : 0;
    vertical-align: middle;
  }

  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }

  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position   : relative;
    margin-left: 0;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top   : 0;
  margin-bottom: 0;
  padding-top  : 9px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 33px;
}

.form-horizontal .form-group {
  margin-left : -15px;
  margin-right: -15px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align   : right;
    margin-bottom: 0;
    padding-top  : 9px;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size  : 18px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size  : 13px;
  }
}

.btn {
  display            : inline-block;
  margin-bottom      : 0;
  font-weight        : bold;
  text-align         : center;
  vertical-align     : middle;
  touch-action       : manipulation;
  cursor             : pointer;
  background-image   : none;
  border             : 1px solid transparent;
  white-space        : nowrap;
  padding            : 8px 24px;
  font-size          : 16px;
  line-height        : 1.5;
  border-radius      : 2px;
  -webkit-user-select: none;
  -moz-user-select   : none;
  -ms-user-select    : none;
  user-select        : none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline       : 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
  color          : #333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  outline           : 0;
  background-image  : none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow        : inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor            : not-allowed;
  opacity           : 0.65;
  filter            : alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow        : none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color           : #333;
  background-color: #f4f4f4;
  border-color    : #ccc;
}

.btn-default:focus,
.btn-default.focus {
  color           : #333;
  background-color: #dbdbdb;
  border-color    : #8c8c8c;
}

.btn-default:hover {
  color           : #333;
  background-color: #dbdbdb;
  border-color    : #adadad;
}

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
  color           : #333;
  background-color: #dbdbdb;
  border-color    : #adadad;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open>.dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open>.dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open>.dropdown-toggle.btn-default.focus {
  color           : #333;
  background-color: #c9c9c9;
  border-color    : #8c8c8c;
}

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #f4f4f4;
  border-color    : #ccc;
}

.btn-default .badge {
  color           : #f4f4f4;
  background-color: #333;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
  color           : #333;
  background-color: #dbdbdb;
  border-color    : #b3b3b3;
}

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #f4f4f4;
  border-color    : #ccc;
}

.btn-default .badge {
  color           : #f4f4f4;
  background-color: #333;
}

.btn-primary {
  color           : #fff;
  background-color: #84817c;
  border-color    : #777470;
}

.btn-primary:focus,
.btn-primary.focus {
  color           : #fff;
  background-color: #6a6763;
  border-color    : #353432;
}

.btn-primary:hover {
  color           : #fff;
  background-color: #6a6763;
  border-color    : #575552;
}

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
  color           : #fff;
  background-color: #6a6763;
  border-color    : #575552;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open>.dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open>.dropdown-toggle.btn-primary.focus {
  color           : #fff;
  background-color: #575552;
  border-color    : #353432;
}

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #84817c;
  border-color    : #777470;
}

.btn-primary .badge {
  color           : #84817c;
  background-color: #fff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
  color           : #fff;
  background-color: #6a6763;
  border-color    : #5d5a57;
}

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #84817c;
  border-color    : #777470;
}

.btn-primary .badge {
  color           : #84817c;
  background-color: #fff;
}

.btn-success {
  color           : #fff;
  background-color: #5cb85c;
  border-color    : #4cae4c;
}

.btn-success:focus,
.btn-success.focus {
  color           : #fff;
  background-color: #449d44;
  border-color    : #255625;
}

.btn-success:hover {
  color           : #fff;
  background-color: #449d44;
  border-color    : #398439;
}

.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
  color           : #fff;
  background-color: #449d44;
  border-color    : #398439;
}

.btn-success:active:hover,
.btn-success.active:hover,
.open>.dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open>.dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open>.dropdown-toggle.btn-success.focus {
  color           : #fff;
  background-color: #398439;
  border-color    : #255625;
}

.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color    : #4cae4c;
}

.btn-success .badge {
  color           : #5cb85c;
  background-color: #fff;
}

.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
  color           : #fff;
  background-color: #449d44;
  border-color    : #3d8b3d;
}

.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color    : #4cae4c;
}

.btn-success .badge {
  color           : #5cb85c;
  background-color: #fff;
}

.btn-info {
  color           : #fff;
  background-color: #5bc0de;
  border-color    : #46b8da;
}

.btn-info:focus,
.btn-info.focus {
  color           : #fff;
  background-color: #31b0d5;
  border-color    : #1b6d85;
}

.btn-info:hover {
  color           : #fff;
  background-color: #31b0d5;
  border-color    : #269abc;
}

.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
  color           : #fff;
  background-color: #31b0d5;
  border-color    : #269abc;
}

.btn-info:active:hover,
.btn-info.active:hover,
.open>.dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open>.dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open>.dropdown-toggle.btn-info.focus {
  color           : #fff;
  background-color: #269abc;
  border-color    : #1b6d85;
}

.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color    : #46b8da;
}

.btn-info .badge {
  color           : #5bc0de;
  background-color: #fff;
}

.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
  color           : #fff;
  background-color: #31b0d5;
  border-color    : #28a1c5;
}

.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color    : #46b8da;
}

.btn-info .badge {
  color           : #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color           : #fff;
  background-color: #f0ad4e;
  border-color    : #eea236;
}

.btn-warning:focus,
.btn-warning.focus {
  color           : #fff;
  background-color: #ec971f;
  border-color    : #985f0d;
}

.btn-warning:hover {
  color           : #fff;
  background-color: #ec971f;
  border-color    : #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
  color           : #fff;
  background-color: #ec971f;
  border-color    : #d58512;
}

.btn-warning:active:hover,
.btn-warning.active:hover,
.open>.dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open>.dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open>.dropdown-toggle.btn-warning.focus {
  color           : #fff;
  background-color: #d58512;
  border-color    : #985f0d;
}

.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color    : #eea236;
}

.btn-warning .badge {
  color           : #f0ad4e;
  background-color: #fff;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
  color           : #fff;
  background-color: #ec971f;
  border-color    : #df8a13;
}

.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color    : #eea236;
}

.btn-warning .badge {
  color           : #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color           : #fff;
  background-color: #d9534f;
  border-color    : #d43f3a;
}

.btn-danger:focus,
.btn-danger.focus {
  color           : #fff;
  background-color: #c9302c;
  border-color    : #761c19;
}

.btn-danger:hover {
  color           : #fff;
  background-color: #c9302c;
  border-color    : #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
  color           : #fff;
  background-color: #c9302c;
  border-color    : #ac2925;
}

.btn-danger:active:hover,
.btn-danger.active:hover,
.open>.dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open>.dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open>.dropdown-toggle.btn-danger.focus {
  color           : #fff;
  background-color: #ac2925;
  border-color    : #761c19;
}

.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color    : #d43f3a;
}

.btn-danger .badge {
  color           : #d9534f;
  background-color: #fff;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
  color           : #fff;
  background-color: #c9302c;
  border-color    : #b52b27;
}

.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color    : #d43f3a;
}

.btn-danger .badge {
  color           : #d9534f;
  background-color: #fff;
}

.btn-link {
  color        : #84817c;
  font-weight  : normal;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color  : transparent;
  -webkit-box-shadow: none;
  box-shadow        : none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color           : #84817c;
  text-decoration : none;
  background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color          : #777777;
  text-decoration: none;
}

.btn-lg,
.btn-group-lg>.btn {
  padding      : 10px 16px;
  font-size    : 18px;
  line-height  : 1.33;
  border-radius: 2px;
}

.btn-sm,
.btn-group-sm>.btn {
  padding      : 5px 10px;
  font-size    : 13px;
  line-height  : 1.6;
  border-radius: 2px;
}

.btn-xs,
.btn-group-xs>.btn {
  padding      : 1px 5px;
  font-size    : 13px;
  line-height  : 1.6;
  border-radius: 2px;
}

.btn-block {
  display: block;
  width  : 100%;
}

.btn-block+.btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity           : 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition     : opacity 0.15s linear;
  transition        : opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position                          : relative;
  height                            : 0;
  overflow                          : hidden;
  -webkit-transition-property       : height, visibility;
  transition-property               : height, visibility;
  -webkit-transition-duration       : 0.35s;
  transition-duration               : 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function        : ease;
}

.caret {
  display       : inline-block;
  width         : 0;
  height        : 0;
  margin-left   : 2px;
  vertical-align: middle;
  border-top    : 4px dashed;
  border-top    : 4px solid \9;
  border-right  : 4px solid transparent;
  border-left   : 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position          : absolute;
  top               : 100%;
  left              : 0;
  z-index           : 1000;
  display           : none;
  float             : left;
  min-width         : 160px;
  padding           : 5px 0;
  margin            : 2px 0 0;
  list-style        : none;
  font-size         : 16px;
  text-align        : left;
  background-color  : #fff;
  border            : 1px solid #ccc;
  border            : 1px solid rgba(0, 0, 0, 0.15);
  border-radius     : 2px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow        : 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip   : padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left : auto;
}

.dropdown-menu .divider {
  height          : 1px;
  margin          : 11px 0;
  overflow        : hidden;
  background-color: #e5e5e5;
}

.dropdown-menu>li>a {
  display    : block;
  padding    : 3px 20px;
  clear      : both;
  font-weight: normal;
  line-height: 1.5;
  color      : #333333;
  white-space: nowrap;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
  text-decoration : none;
  color           : #262626;
  background-color: #f5f5f5;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
  color           : #fff;
  text-decoration : none;
  outline         : 0;
  background-color: #84817c;
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
  color: #777777;
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
  text-decoration : none;
  background-color: transparent;
  background-image: none;
  filter          : progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor          : not-allowed;
}

.open>.dropdown-menu {
  display: block;
}

.open>a {
  outline: 0;
}

.dropdown-menu-right {
  left : auto;
  right: 0;
}

.dropdown-menu-left {
  left : 0;
  right: auto;
}

.dropdown-header {
  display    : block;
  padding    : 3px 20px;
  font-size  : 13px;
  line-height: 1.5;
  color      : #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left    : 0;
  right   : 0;
  bottom  : 0;
  top     : 0;
  z-index : 990;
}

.pull-right>.dropdown-menu {
  right: 0;
  left : auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top   : 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content      : "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top          : auto;
  bottom       : 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left : auto;
    right: 0;
  }

  .navbar-right .dropdown-menu-left {
    left : 0;
    right: auto;
  }
}

.btn-group,
.btn-group-vertical {
  position      : relative;
  display       : inline-block;
  vertical-align: middle;
}

.btn-group>.btn,
.btn-group-vertical>.btn {
  position: relative;
  float   : left;
}

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover,
.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus,
.btn-group>.btn:active,
.btn-group-vertical>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn.active {
  z-index: 2;
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
  margin-left: 5px;
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group>.btn:first-child {
  margin-left: 0;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius   : 0;
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius   : 0;
}

.btn-group>.btn-group {
  float: left;
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
  border-radius: 0;
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius   : 0;
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius   : 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group>.btn+.dropdown-toggle {
  padding-left : 8px;
  padding-right: 8px;
}

.btn-group>.btn-lg+.dropdown-toggle {
  padding-left : 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow        : inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow        : none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret {
  border-width       : 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
  display  : block;
  float    : none;
  width    : 100%;
  max-width: 100%;
}

.btn-group-vertical>.btn-group>.btn {
  float: none;
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
  margin-top : -1px;
  margin-left: 0;
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
  border-top-right-radius   : 2px;
  border-top-left-radius    : 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius : 0;
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
  border-top-right-radius   : 0;
  border-top-left-radius    : 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius : 2px;
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
  border-radius: 0;
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius : 0;
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius : 0;
}

.btn-group-justified {
  display        : table;
  width          : 100%;
  table-layout   : fixed;
  border-collapse: separate;
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
  float  : none;
  display: table-cell;
  width  : 1%;
}

.btn-group-justified>.btn-group .btn {
  width: 100%;
}

.btn-group-justified>.btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"]>.btn input[type="radio"],
[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],
[data-toggle="buttons"]>.btn input[type="checkbox"],
[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"] {
  position      : absolute;
  clip          : rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position       : relative;
  display        : table;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float        : none;
  padding-left : 0;
  padding-right: 0;
}

.input-group .form-control {
  position     : relative;
  z-index      : 2;
  float        : left;
  width        : 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus {
  z-index: 3;
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
  height       : 46px;
  padding      : 10px 16px;
  font-size    : 18px;
  line-height  : 1.33;
  border-radius: 2px;
}

select.input-group-lg>.form-control,
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn {
  height     : 46px;
  line-height: 46px;
}

textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.input-group-lg>.input-group-btn>.btn,
select[multiple].input-group-lg>.form-control,
select[multiple].input-group-lg>.input-group-addon,
select[multiple].input-group-lg>.input-group-btn>.btn {
  height: auto;
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
  height       : 32px;
  padding      : 5px 10px;
  font-size    : 13px;
  line-height  : 1.6;
  border-radius: 2px;
}

select.input-group-sm>.form-control,
select.input-group-sm>.input-group-addon,
select.input-group-sm>.input-group-btn>.btn {
  height     : 32px;
  line-height: 32px;
}

textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn,
select[multiple].input-group-sm>.form-control,
select[multiple].input-group-sm>.input-group-addon,
select[multiple].input-group-sm>.input-group-btn>.btn {
  height: auto;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width         : 1%;
  white-space   : nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding         : 8px 24px;
  font-size       : 16px;
  font-weight     : normal;
  line-height     : 1;
  color           : #555555;
  text-align      : center;
  background-color: #eeeeee;
  border          : 1px solid #ccc;
  border-radius   : 2px;
}

.input-group-addon.input-sm {
  padding      : 5px 10px;
  font-size    : 13px;
  border-radius: 2px;
}

.input-group-addon.input-lg {
  padding      : 10px 16px;
  font-size    : 18px;
  border-radius: 2px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
  border-bottom-right-radius: 0;
  border-top-right-radius   : 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
  border-bottom-left-radius: 0;
  border-top-left-radius   : 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position   : relative;
  font-size  : 0;
  white-space: nowrap;
}

.input-group-btn>.btn {
  position: relative;
}

.input-group-btn>.btn+.btn {
  margin-left: -1px;
}

.input-group-btn>.btn:hover,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:active {
  z-index: 2;
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
  z-index    : 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left : 0;
  list-style   : none;
}

.nav>li {
  position: relative;
  display : block;
}

.nav>li>a {
  position: relative;
  display : block;
  padding : 10px 15px;
}

.nav>li>a:hover,
.nav>li>a:focus {
  text-decoration : none;
  background-color: #eeeeee;
}

.nav>li.disabled>a {
  color: #777777;
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
  color           : #777777;
  text-decoration : none;
  background-color: transparent;
  cursor          : not-allowed;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
  background-color: #eeeeee;
  border-color    : #84817c;
}

.nav .nav-divider {
  height          : 1px;
  margin          : 11px 0;
  overflow        : hidden;
  background-color: #e5e5e5;
}

.nav>li>a>img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs>li {
  float        : left;
  margin-bottom: -1px;
}

.nav-tabs>li>a {
  margin-right : 2px;
  line-height  : 1.5;
  border       : 1px solid transparent;
  border-radius: 2px 2px 0 0;
}

.nav-tabs>li>a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
  color              : #555555;
  background-color   : #f4f4f4;
  border             : 1px solid #ddd;
  border-bottom-color: transparent;
  cursor             : default;
}

.nav-tabs.nav-justified {
  width        : 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified>li {
  float: none;
}

.nav-tabs.nav-justified>li>a {
  text-align   : center;
  margin-bottom: 5px;
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
  top : auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified>li {
    display: table-cell;
    width  : 1%;
  }

  .nav-tabs.nav-justified>li>a {
    margin-bottom: 0;
  }
}

.nav-tabs.nav-justified>li>a {
  margin-right : 0;
  border-radius: 2px;
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified>li>a {
    border-bottom: 1px solid #ddd;
    border-radius: 2px 2px 0 0;
  }

  .nav-tabs.nav-justified>.active>a,
  .nav-tabs.nav-justified>.active>a:hover,
  .nav-tabs.nav-justified>.active>a:focus {
    border-bottom-color: #f4f4f4;
  }
}

.nav-pills>li {
  float: left;
}

.nav-pills>li>a {
  border-radius: 2px;
}

.nav-pills>li+li {
  margin-left: 2px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
  color           : #fff;
  background-color: #84817c;
}

.nav-stacked>li {
  float: none;
}

.nav-stacked>li+li {
  margin-top : 2px;
  margin-left: 0;
}

.nav-justified {
  width: 100%;
}

.nav-justified>li {
  float: none;
}

.nav-justified>li>a {
  text-align   : center;
  margin-bottom: 5px;
}

.nav-justified>.dropdown .dropdown-menu {
  top : auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified>li {
    display: table-cell;
    width  : 1%;
  }

  .nav-justified>li>a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified>li>a {
  margin-right : 0;
  border-radius: 2px;
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified>li>a {
    border-bottom: 1px solid #ddd;
    border-radius: 2px 2px 0 0;
  }

  .nav-tabs-justified>.active>a,
  .nav-tabs-justified>.active>a:hover,
  .nav-tabs-justified>.active>a:focus {
    border-bottom-color: #f4f4f4;
  }
}

.tab-content>.tab-pane {
  display: none;
}

.tab-content>.active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top             : -1px;
  border-top-right-radius: 0;
  border-top-left-radius : 0;
}

.navbar {
  position     : relative;
  min-height   : 50px;
  margin-bottom: 24px;
  border       : 1px solid transparent;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 2px;
  }
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x                : visible;
  padding-right             : 15px;
  padding-left              : 15px;
  border-top                : 1px solid transparent;
  box-shadow                : inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width     : auto;
    border-top: 0;
    box-shadow: none;
  }

  .navbar-collapse.collapse {
    display       : block !important;
    height        : auto !important;
    padding-bottom: 0;
    overflow      : visible !important;
  }

  .navbar-collapse.in {
    overflow-y: visible;
  }

  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left : 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {

  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container>.navbar-header,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-collapse {
  margin-right: -15px;
  margin-left : -15px;
}

@media (min-width: 768px) {

  .container>.navbar-header,
  .container-fluid>.navbar-header,
  .container>.navbar-collapse,
  .container-fluid>.navbar-collapse {
    margin-right: 0;
    margin-left : 0;
  }
}

.navbar-static-top {
  z-index     : 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right   : 0;
  left    : 0;
  z-index : 1030;
}

@media (min-width: 768px) {

  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top         : 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom       : 0;
  margin-bottom: 0;
  border-width : 1px 0 0;
}

.navbar-brand {
  float      : left;
  padding    : 13px 15px;
  font-size  : 18px;
  line-height: 24px;
  height     : 50px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand>img {
  display: block;
}

@media (min-width: 768px) {

  .navbar>.container .navbar-brand,
  .navbar>.container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position        : relative;
  float           : right;
  margin-right    : 15px;
  padding         : 9px 10px;
  margin-top      : 8px;
  margin-bottom   : 8px;
  background-color: transparent;
  background-image: none;
  border          : 1px solid transparent;
  border-radius   : 2px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display      : block;
  width        : 22px;
  height       : 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 6.5px -15px;
}

.navbar-nav>li>a {
  padding-top   : 10px;
  padding-bottom: 10px;
  line-height   : 24px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position        : static;
    float           : none;
    width           : auto;
    margin-top      : 0;
    background-color: transparent;
    border          : 0;
    box-shadow      : none;
  }

  .navbar-nav .open .dropdown-menu>li>a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  .navbar-nav .open .dropdown-menu>li>a {
    line-height: 24px;
  }

  .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-nav .open .dropdown-menu>li>a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float : left;
    margin: 0;
  }

  .navbar-nav>li {
    float: left;
  }

  .navbar-nav>li>a {
    padding-top   : 13px;
    padding-bottom: 13px;
  }
}

.navbar-form {
  margin-left       : -15px;
  margin-right      : -15px;
  padding           : 10px 15px;
  border-top        : 1px solid transparent;
  border-bottom     : 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow        : inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top        : 4px;
  margin-bottom     : 4px;
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display       : inline-block;
    margin-bottom : 0;
    vertical-align: middle;
  }

  .navbar-form .form-control {
    display       : inline-block;
    width         : auto;
    vertical-align: middle;
  }

  .navbar-form .form-control-static {
    display: inline-block;
  }

  .navbar-form .input-group {
    display       : inline-table;
    vertical-align: middle;
  }

  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }

  .navbar-form .input-group>.form-control {
    width: 100%;
  }

  .navbar-form .control-label {
    margin-bottom : 0;
    vertical-align: middle;
  }

  .navbar-form .radio,
  .navbar-form .checkbox {
    display       : inline-block;
    margin-top    : 0;
    margin-bottom : 0;
    vertical-align: middle;
  }

  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }

  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position   : relative;
    margin-left: 0;
  }

  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }

  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width             : auto;
    border            : 0;
    margin-left       : 0;
    margin-right      : 0;
    padding-top       : 0;
    padding-bottom    : 0;
    -webkit-box-shadow: none;
    box-shadow        : none;
  }
}

.navbar-nav>li>.dropdown-menu {
  margin-top             : 0;
  border-top-right-radius: 0;
  border-top-left-radius : 0;
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
  margin-bottom             : 0;
  border-top-right-radius   : 2px;
  border-top-left-radius    : 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius : 0;
}

.navbar-btn {
  margin-top   : 4px;
  margin-bottom: 4px;
}

.navbar-btn.btn-sm {
  margin-top   : 9px;
  margin-bottom: 9px;
}

.navbar-btn.btn-xs {
  margin-top   : 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top   : 13px;
  margin-bottom: 13px;
}

@media (min-width: 768px) {
  .navbar-text {
    float       : left;
    margin-left : 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float       : right !important;
    margin-right: -15px;
  }

  .navbar-right~.navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color    : #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color           : #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav>li>a {
  color: #777;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
  color           : #333;
  background-color: transparent;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
  color           : #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
  color           : #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
  background-color: #e7e7e7;
  color           : #555;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #777;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
    color           : #333;
    background-color: transparent;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
    color           : #555;
    background-color: #e7e7e7;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
    color           : #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color    : #080808;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color           : #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav>li>a {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
  color           : #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
  color           : #fff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
  color           : #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
  background-color: #080808;
  color           : #fff;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
    border-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #9d9d9d;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
    color           : #fff;
    background-color: transparent;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
    color           : #fff;
    background-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
    color           : #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding         : 8px 15px;
  margin-bottom   : 24px;
  list-style      : none;
  background-color: #f5f5f5;
  border-radius   : 2px;
}

.breadcrumb>li {
  display: inline-block;
}

.breadcrumb>li+li:before {
  content: "/\00a0";
  padding: 0 5px;
  color  : #ccc;
}

.breadcrumb>.active {
  color: #777777;
}

.pagination {
  display      : inline-block;
  padding-left : 0;
  margin       : 24px 0;
  border-radius: 2px;
}

.pagination>li {
  display: inline;
}

.pagination>li>a,
.pagination>li>span {
  position        : relative;
  float           : left;
  padding         : 8px 24px;
  line-height     : 1.5;
  text-decoration : none;
  color           : #84817c;
  background-color: #fff;
  border          : 1px solid #ddd;
  margin-left     : -1px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
  margin-left              : 0;
  border-bottom-left-radius: 2px;
  border-top-left-radius   : 2px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-bottom-right-radius: 2px;
  border-top-right-radius   : 2px;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
  z-index         : 2;
  color           : #84817c;
  background-color: #eeeeee;
  border-color    : #ddd;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  z-index         : 3;
  color           : #fff;
  background-color: #84817c;
  border-color    : #84817c;
  cursor          : default;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
  color           : #777777;
  background-color: #fff;
  border-color    : #ddd;
  cursor          : not-allowed;
}

.pagination-lg>li>a,
.pagination-lg>li>span {
  padding    : 10px 16px;
  font-size  : 18px;
  line-height: 1.33;
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
  border-bottom-left-radius: 2px;
  border-top-left-radius   : 2px;
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
  border-bottom-right-radius: 2px;
  border-top-right-radius   : 2px;
}

.pagination-sm>li>a,
.pagination-sm>li>span {
  padding    : 5px 10px;
  font-size  : 13px;
  line-height: 1.6;
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
  border-bottom-left-radius: 2px;
  border-top-left-radius   : 2px;
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
  border-bottom-right-radius: 2px;
  border-top-right-radius   : 2px;
}

.pager {
  padding-left: 0;
  margin      : 24px 0;
  list-style  : none;
  text-align  : center;
}

.pager li {
  display: inline;
}

.pager li>a,
.pager li>span {
  display         : inline-block;
  padding         : 5px 14px;
  background-color: #fff;
  border          : 1px solid #ddd;
  border-radius   : 15px;
}

.pager li>a:hover,
.pager li>a:focus {
  text-decoration : none;
  background-color: #eeeeee;
}

.pager .next>a,
.pager .next>span {
  float: right;
}

.pager .previous>a,
.pager .previous>span {
  float: left;
}

.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
  color           : #777777;
  background-color: #fff;
  cursor          : not-allowed;
}

.label {
  display       : inline;
  padding       : 0.2em 0.6em 0.3em;
  font-size     : 75%;
  font-weight   : bold;
  line-height   : 1;
  color         : #fff;
  text-align    : center;
  white-space   : nowrap;
  vertical-align: baseline;
  border-radius : 0.25em;
}

a.label:hover,
a.label:focus {
  color          : #fff;
  text-decoration: none;
  cursor         : pointer;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top     : -1px;
}

.label-default {
  background-color: #777777;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #84817c;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #6a6763;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display         : inline-block;
  min-width       : 10px;
  padding         : 3px 7px;
  font-size       : 13px;
  font-weight     : bold;
  color           : #fff;
  line-height     : 1;
  vertical-align  : middle;
  white-space     : nowrap;
  text-align      : center;
  background-color: #777777;
  border-radius   : 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top     : -1px;
}

.btn-xs .badge,
.btn-group-xs>.btn .badge {
  top    : 0;
  padding: 1px 5px;
}

a.badge:hover,
a.badge:focus {
  color          : #fff;
  text-decoration: none;
  cursor         : pointer;
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
  color           : #84817c;
  background-color: #fff;
}

.list-group-item>.badge {
  float: right;
}

.list-group-item>.badge+.badge {
  margin-right: 5px;
}

.nav-pills>li>a>.badge {
  margin-left: 3px;
}

.jumbotron {
  padding-top     : 30px;
  padding-bottom  : 30px;
  margin-bottom   : 30px;
  color           : inherit;
  background-color: #eeeeee;
}

.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size    : 24px;
  font-weight  : 200;
}

.jumbotron>hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 2px;
  padding-left : 15px;
  padding-right: 15px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top   : 48px;
    padding-bottom: 48px;
  }

  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left : 60px;
    padding-right: 60px;
  }

  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 72px;
  }
}

.thumbnail {
  display           : block;
  padding           : 4px;
  margin-bottom     : 24px;
  line-height       : 1.5;
  background-color  : #f4f4f4;
  border            : 1px solid #ddd;
  border-radius     : 2px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition     : border 0.2s ease-in-out;
  transition        : border 0.2s ease-in-out;
}

.thumbnail>img,
.thumbnail a>img {
  margin-left : auto;
  margin-right: auto;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #84817c;
}

.thumbnail .caption {
  padding: 9px;
  color  : #111118;
}

.alert {
  padding      : 15px;
  margin-bottom: 24px;
  border       : 1px solid transparent;
  border-radius: 2px;
}

.alert h4 {
  margin-top: 0;
  color     : inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert>p,
.alert>ul {
  margin-bottom: 0;
}

.alert>p+p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top     : -2px;
  right   : -21px;
  color   : inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color    : #d6e9c6;
  color           : #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color    : #bce8f1;
  color           : #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color    : #faebcc;
  color           : #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color    : #ebccd1;
  color           : #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  overflow          : hidden;
  height            : 24px;
  margin-bottom     : 24px;
  background-color  : #f5f5f5;
  border-radius     : 2px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow        : inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float             : left;
  width             : 0%;
  height            : 100%;
  font-size         : 13px;
  line-height       : 24px;
  color             : #fff;
  text-align        : center;
  background-color  : #84817c;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow        : inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition     : width 0.6s ease;
  transition        : width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size : 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation     : progress-bar-stripes 2s linear infinite;
  animation        : progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom    : 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media>.pull-right {
  padding-left: 10px;
}

.media-left,
.media>.pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display       : table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top   : 0;
  margin-bottom: 5px;
}

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

.list-group {
  margin-bottom: 20px;
  padding-left : 0;
}

.list-group-item {
  position        : relative;
  display         : block;
  padding         : 10px 15px;
  margin-bottom   : -1px;
  background-color: #fff;
  border          : 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-right-radius: 2px;
  border-top-left-radius : 2px;
}

.list-group-item:last-child {
  margin-bottom             : 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius : 2px;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration : none;
  color           : #555;
  background-color: #f5f5f5;
}

button.list-group-item {
  width     : 100%;
  text-align: left;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color           : #777777;
  cursor          : not-allowed;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index         : 2;
  color           : #fff;
  background-color: #84817c;
  border-color    : #84817c;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading>.small {
  color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #e7e6e5;
}

.list-group-item-success {
  color           : #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color           : #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color           : #fff;
  background-color: #3c763d;
  border-color    : #3c763d;
}

.list-group-item-info {
  color           : #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color           : #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color           : #fff;
  background-color: #31708f;
  border-color    : #31708f;
}

.list-group-item-warning {
  color           : #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color           : #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color           : #fff;
  background-color: #8a6d3b;
  border-color    : #8a6d3b;
}

.list-group-item-danger {
  color           : #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color           : #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color           : #fff;
  background-color: #a94442;
  border-color    : #a94442;
}

.list-group-item-heading {
  margin-top   : 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height  : 1.3;
}

.panel {
  margin-bottom     : 24px;
  background-color  : #fff;
  border            : 1px solid transparent;
  border-radius     : 2px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow        : 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-heading {
  padding                : 10px 15px;
  border-bottom          : 1px solid transparent;
  border-top-right-radius: 1px;
  border-top-left-radius : 1px;
}

.panel-heading>.dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top   : 0;
  margin-bottom: 0;
  font-size    : 18px;
  color        : inherit;
}

.panel-title>a,
.panel-title>small,
.panel-title>.small,
.panel-title>small>a,
.panel-title>.small>a {
  color: inherit;
}

.panel-footer {
  padding                   : 10px 15px;
  background-color          : #f5f5f5;
  border-top                : 1px solid #ddd;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius : 1px;
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
  margin-bottom: 0;
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
  border-width : 1px 0;
  border-radius: 0;
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
  border-top             : 0;
  border-top-right-radius: 1px;
  border-top-left-radius : 1px;
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
  border-bottom             : 0;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius : 1px;
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius : 0;
}

.panel-heading+.list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group+.panel-footer {
  border-top-width: 0;
}

.panel>.table,
.panel>.table-responsive>.table,
.panel>.panel-collapse>.table {
  margin-bottom: 0;
}

.panel>.table caption,
.panel>.table-responsive>.table caption,
.panel>.panel-collapse>.table caption {
  padding-left : 15px;
  padding-right: 15px;
}

.panel>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child {
  border-top-right-radius: 1px;
  border-top-left-radius : 1px;
}

.panel>.table:first-child>thead:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
  border-top-left-radius : 1px;
  border-top-right-radius: 1px;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
  border-top-left-radius: 1px;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
  border-top-right-radius: 1px;
}

.panel>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child {
  border-bottom-right-radius: 1px;
  border-bottom-left-radius : 1px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
  border-bottom-left-radius : 1px;
  border-bottom-right-radius: 1px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
  border-bottom-left-radius: 1px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
  border-bottom-right-radius: 1px;
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
  border-top: 1px solid #ddd;
}

.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td {
  border-top: 0;
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
  border: 0;
}

.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
  border-left: 0;
}

.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
  border-right: 0;
}

.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
  border-bottom: 0;
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
  border-bottom: 0;
}

.panel>.table-responsive {
  border       : 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 24px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 2px;
}

.panel-group .panel+.panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer+.panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default>.panel-heading {
  color           : #333333;
  background-color: #f5f5f5;
  border-color    : #ddd;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #ddd;
}

.panel-default>.panel-heading .badge {
  color           : #f5f5f5;
  background-color: #333333;
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #84817c;
}

.panel-primary>.panel-heading {
  color           : #fff;
  background-color: #84817c;
  border-color    : #84817c;
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #84817c;
}

.panel-primary>.panel-heading .badge {
  color           : #84817c;
  background-color: #fff;
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #84817c;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success>.panel-heading {
  color           : #3c763d;
  background-color: #dff0d8;
  border-color    : #d6e9c6;
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #d6e9c6;
}

.panel-success>.panel-heading .badge {
  color           : #dff0d8;
  background-color: #3c763d;
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info>.panel-heading {
  color           : #31708f;
  background-color: #d9edf7;
  border-color    : #bce8f1;
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #bce8f1;
}

.panel-info>.panel-heading .badge {
  color           : #d9edf7;
  background-color: #31708f;
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning>.panel-heading {
  color           : #8a6d3b;
  background-color: #fcf8e3;
  border-color    : #faebcc;
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #faebcc;
}

.panel-warning>.panel-heading .badge {
  color           : #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger>.panel-heading {
  color           : #a94442;
  background-color: #f2dede;
  border-color    : #ebccd1;
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #ebccd1;
}

.panel-danger>.panel-heading .badge {
  color           : #f2dede;
  background-color: #a94442;
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display : block;
  height  : 0;
  padding : 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top     : 0;
  left    : 0;
  bottom  : 0;
  height  : 100%;
  width   : 100%;
  border  : 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height        : 20px;
  padding           : 19px;
  margin-bottom     : 20px;
  background-color  : #f5f5f5;
  border            : 1px solid #e3e3e3;
  border-radius     : 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow        : inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding      : 24px;
  border-radius: 2px;
}

.well-sm {
  padding      : 9px;
  border-radius: 2px;
}

.close {
  float      : right;
  font-size  : 24px;
  font-weight: bold;
  line-height: 1;
  color      : #000;
  text-shadow: 0 1px 0 #fff;
  opacity    : 0.2;
  filter     : alpha(opacity=20);
}

.close:hover,
.close:focus {
  color          : #000;
  text-decoration: none;
  cursor         : pointer;
  opacity        : 0.5;
  filter         : alpha(opacity=50);
}

button.close {
  padding           : 0;
  cursor            : pointer;
  background        : transparent;
  border            : 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display                   : none;
  overflow                  : hidden;
  position                  : fixed;
  top                       : 0;
  right                     : 0;
  bottom                    : 0;
  left                      : 0;
  z-index                   : 1050;
  -webkit-overflow-scrolling: touch;
  outline                   : 0;
}

.modal.fade .modal-dialog {
  -o-transform      : translate(0, -25%);
  -webkit-transform : translate(0, -25%);
  -ms-transform     : translate(0, -25%);
  transform         : translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition   : -moz-transform 0.3s ease-out;
  -o-transition     : -o-transform 0.3s ease-out;
  transition        : transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -o-transform     : translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform    : translate(0, 0);
  transform        : translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width   : auto;
  margin  : 10px;
}

.modal-content {
  position          : relative;
  background-color  : #fff;
  border            : 1px solid #999;
  border            : 1px solid rgba(0, 0, 0, 0.2);
  border-radius     : 2px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow        : 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip   : padding-box;
  outline           : 0;
}

.modal-backdrop {
  position        : fixed;
  top             : 0;
  right           : 0;
  bottom          : 0;
  left            : 0;
  z-index         : 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter : alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter : alpha(opacity=50);
}

.modal-header {
  padding      : 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin     : 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  padding : 15px;
}

.modal-footer {
  padding   : 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn+.btn {
  margin-left  : 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn+.btn {
  margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top     : -9999px;
  width   : 50px;
  height  : 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width : 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow        : 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.tooltip {
  position       : absolute;
  z-index        : 1070;
  display        : block;
  font-family    : "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style     : normal;
  font-weight    : normal;
  letter-spacing : normal;
  line-break     : auto;
  line-height    : 1.5;
  text-align     : left;
  text-align     : start;
  text-decoration: none;
  text-shadow    : none;
  text-transform : none;
  white-space    : normal;
  word-break     : normal;
  word-spacing   : normal;
  word-wrap      : normal;
  font-size      : 13px;
  opacity        : 0;
  filter         : alpha(opacity=0);
}

.tooltip.in {
  opacity: 0.9;
  filter : alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding   : 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding    : 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding   : 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding    : 0 5px;
}

.tooltip-inner {
  max-width       : 200px;
  padding         : 3px 8px;
  color           : #fff;
  text-align      : center;
  background-color: #000;
  border-radius   : 2px;
}

.tooltip-arrow {
  position    : absolute;
  width       : 0;
  height      : 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom          : 0;
  left            : 50%;
  margin-left     : -5px;
  border-width    : 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  bottom          : 0;
  right           : 5px;
  margin-bottom   : -5px;
  border-width    : 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom          : 0;
  left            : 5px;
  margin-bottom   : -5px;
  border-width    : 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top               : 50%;
  left              : 0;
  margin-top        : -5px;
  border-width      : 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top              : 50%;
  right            : 0;
  margin-top       : -5px;
  border-width     : 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top                : 0;
  left               : 50%;
  margin-left        : -5px;
  border-width       : 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top                : 0;
  right              : 5px;
  margin-top         : -5px;
  border-width       : 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top                : 0;
  left               : 5px;
  margin-top         : -5px;
  border-width       : 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position          : absolute;
  top               : 0;
  left              : 0;
  z-index           : 1060;
  display           : none;
  max-width         : 276px;
  padding           : 1px;
  font-family       : "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style        : normal;
  font-weight       : normal;
  letter-spacing    : normal;
  line-break        : auto;
  line-height       : 1.5;
  text-align        : left;
  text-align        : start;
  text-decoration   : none;
  text-shadow       : none;
  text-transform    : none;
  white-space       : normal;
  word-break        : normal;
  word-spacing      : normal;
  word-wrap         : normal;
  font-size         : 16px;
  background-color  : #fff;
  background-clip   : padding-box;
  border            : 1px solid #ccc;
  border            : 1px solid rgba(0, 0, 0, 0.2);
  border-radius     : 2px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow        : 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin          : 0;
  padding         : 8px 14px;
  font-size       : 16px;
  background-color: #f7f7f7;
  border-bottom   : 1px solid #ebebeb;
  border-radius   : 1px 1px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover>.arrow,
.popover>.arrow:after {
  position    : absolute;
  display     : block;
  width       : 0;
  height      : 0;
  border-color: transparent;
  border-style: solid;
}

.popover>.arrow {
  border-width: 11px;
}

.popover>.arrow:after {
  border-width: 10px;
  content     : "";
}

.popover.top>.arrow {
  left               : 50%;
  margin-left        : -11px;
  border-bottom-width: 0;
  border-top-color   : #999999;
  border-top-color   : rgba(0, 0, 0, 0.25);
  bottom             : -11px;
}

.popover.top>.arrow:after {
  content            : " ";
  bottom             : 1px;
  margin-left        : -10px;
  border-bottom-width: 0;
  border-top-color   : #fff;
}

.popover.right>.arrow {
  top               : 50%;
  left              : -11px;
  margin-top        : -11px;
  border-left-width : 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right>.arrow:after {
  content           : " ";
  left              : 1px;
  bottom            : -10px;
  border-left-width : 0;
  border-right-color: #fff;
}

.popover.bottom>.arrow {
  left               : 50%;
  margin-left        : -11px;
  border-top-width   : 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top                : -11px;
}

.popover.bottom>.arrow:after {
  content            : " ";
  top                : 1px;
  margin-left        : -10px;
  border-top-width   : 0;
  border-bottom-color: #fff;
}

.popover.left>.arrow {
  top               : 50%;
  right             : -11px;
  margin-top        : -11px;
  border-right-width: 0;
  border-left-color : #999999;
  border-left-color : rgba(0, 0, 0, 0.25);
}

.popover.left>.arrow:after {
  content           : " ";
  right             : 1px;
  border-right-width: 0;
  border-left-color : #fff;
  bottom            : -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width   : 100%;
}

.carousel-inner>.item {
  display           : none;
  position          : relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition     : 0.6s ease-in-out left;
  transition        : 0.6s ease-in-out left;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
  line-height: 1;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
  .carousel-inner>.item {
    -webkit-transition         : -webkit-transform 0.6s ease-in-out;
    -moz-transition            : -moz-transform 0.6s ease-in-out;
    -o-transition              : -o-transform 0.6s ease-in-out;
    transition                 : transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility   : hidden;
    backface-visibility        : hidden;
    -webkit-perspective        : 1000px;
    -moz-perspective           : 1000px;
    perspective                : 1000px;
  }

  .carousel-inner>.item.next,
  .carousel-inner>.item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform        : translate3d(100%, 0, 0);
    left             : 0;
  }

  .carousel-inner>.item.prev,
  .carousel-inner>.item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform        : translate3d(-100%, 0, 0);
    left             : 0;
  }

  .carousel-inner>.item.next.left,
  .carousel-inner>.item.prev.right,
  .carousel-inner>.item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform        : translate3d(0, 0, 0);
    left             : 0;
  }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
  display: block;
}

.carousel-inner>.active {
  left: 0;
}

.carousel-inner>.next,
.carousel-inner>.prev {
  position: absolute;
  top     : 0;
  width   : 100%;
}

.carousel-inner>.next {
  left: 100%;
}

.carousel-inner>.prev {
  left: -100%;
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
  left: 0;
}

.carousel-inner>.active.left {
  left: -100%;
}

.carousel-inner>.active.right {
  left: 100%;
}

.carousel-control {
  position        : absolute;
  top             : 0;
  left            : 0;
  bottom          : 0;
  width           : 15%;
  opacity         : 0.5;
  filter          : alpha(opacity=50);
  font-size       : 20px;
  color           : #fff;
  text-align      : center;
  text-shadow     : 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}

.carousel-control.left {
  background-image : -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image : -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image : linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter           : progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  left             : auto;
  right            : 0;
  background-image : -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image : -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image : linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter           : progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
  outline        : 0;
  color          : #fff;
  text-decoration: none;
  opacity        : 0.9;
  filter         : alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position  : absolute;
  top       : 50%;
  margin-top: -10px;
  z-index   : 5;
  display   : inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left       : 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right       : 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width      : 20px;
  height     : 20px;
  line-height: 1;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position    : absolute;
  bottom      : 10px;
  left        : 50%;
  z-index     : 15;
  width       : 60%;
  margin-left : -30%;
  padding-left: 0;
  list-style  : none;
  text-align  : center;
}

.carousel-indicators li {
  display         : inline-block;
  width           : 10px;
  height          : 10px;
  margin          : 1px;
  text-indent     : -999px;
  border          : 1px solid #fff;
  border-radius   : 10px;
  cursor          : pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}

.carousel-indicators .active {
  margin          : 0;
  width           : 12px;
  height          : 12px;
  background-color: #fff;
}

.carousel-caption {
  position      : absolute;
  left          : 15%;
  right         : 15%;
  bottom        : 20px;
  z-index       : 10;
  padding-top   : 20px;
  padding-bottom: 20px;
  color         : #fff;
  text-align    : center;
  text-shadow   : 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width     : 30px;
    height    : 30px;
    margin-top: -10px;
    font-size : 30px;
  }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }

  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }

  .carousel-caption {
    left          : 20%;
    right         : 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}

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

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font            : 0/0 a;
  color           : transparent;
  text-shadow     : none;
  background-color: transparent;
  border          : 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

/*!
 ______ _____   _______ _______ _______ _______ ______ _______ 
|   __ \     |_|    ___|_     _|   |   |       |   __ \   _   |
|    __/       |    ___| |   | |       |   -   |      <       |
|___|  |_______|_______| |___| |___|___|_______|___|__|___|___|

P L E T H O R A T H E M E S . C O M               (c) 2015-2016
                        
Theme Name: GRACE HTML
THEME's VARIABLES v.1.0
=============================================================== 
*/
/*!
 ______ _____   _______ _______ _______ _______ ______ _______ 
|   __ \     |_|    ___|_     _|   |   |       |   __ \   _   |
|    __/       |    ___| |   | |       |   -   |      <       |
|___|  |_______|_______| |___| |___|___|_______|___|__|___|___|

P L E T H O R A T H E M E S . C O M 				   (c) 2015
                        
Theme Name: Medicus
THEME STYLES v.1.0.0
=============================================================== 
*/
/* 
1. =THEME MIXINS GENERAL HELPER STYLES & CLASSES
=============================================================== 
*/
.click-disable {
  pointer-events        : none;
  -webkit-pointer-events: none;
  -moz-pointer-events   : none;
  -ms-pointer-events    : none;
  -o-pointer-events     : none;
}

.background_cover {
  -webkit-background-size: cover;
  -moz-background-size   : cover;
  -o-background-size     : cover;
  background-position    : center center;
  background-repeat      : no-repeat;
  background-size        : cover;
}

.background_cover_fixed {
  -webkit-background-size: cover;
  -moz-background-size   : cover;
  -o-background-size     : cover;
  background-position    : center center;
  background-repeat      : no-repeat;
  background-size        : cover;
  background-attachment  : fixed;
}

.bg_vtop {
  background-position: center top !important;
}

.bg_vbottom {
  background-position: center bottom !important;
}

.full_height {
  min-height: calc(100vh - 80px);
  min-height: -o-calc(100vh - 80px);
  min-height: -webkit-calc(100vh - 80px);
  min-height: -moz-calc(100vh - 80px);
}

.transparent_header .full_height {
  min-height: calc(100vh);
  min-height: -o-calc(100vh);
  min-height: -webkit-calc(100vh);
  min-height: -moz-calc(100vh);
}

.show {
  visibility: visible !important;
  opacity   : 1 !important;
  filter    : alpha(opacity=100) !important;
}

.not_visible {
  visibility: hidden;
}

.pause_animation {
  -moz-animation-name   : none;
  -webkit-animation-name: none;
  animation-name        : none;
  visibility            : hidden;
}

.overflow_hidden {
  overflow: hidden;
}

.uppercase {
  text-transform: uppercase !important;
}

.elevate {
  -o-transform     : translate(0px, -70px);
  -webkit-transform: translate(0px, -70px);
  -ms-transform    : translate(0px, -70px);
  transform        : translate(0px, -70px);
}

.lead {
  font-size  : 18px;
  font-weight: normal;
}

@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}

.btn_inline {
  display     : inline-block;
  margin-right: 10px;
}

.boxed {
  padding-top   : 30px !important;
  padding-bottom: 30px !important;
  padding-left  : 20px !important;
  padding-right : 20px !important;
  border        : solid 1px #a0a0bb;
}

.boxed_plus {
  padding-left  : 40px !important;
  padding-right : 40px !important;
  padding-top   : 30px !important;
  padding-bottom: 30px !important;
}

.dark_section .boxed,
.dark_section.boxed,
.secondary_section .boxed,
.secondary_section.boxed,
.light_section .boxed,
.light_section.boxed,
.white_section .boxed,
.white_section.boxed,
.black_section .boxed,
.black_section.boxed,
.primary_section .boxed,
.primary_section.boxed,
footer .boxed {
  border: none !important;
}

.boxed_special {
  padding-top: 40px;
  border     : solid 1px #84817c !important;
}

.boxed_special:after {
  content          : "";
  display          : inline-block;
  height           : 10px;
  background       : #84817c;
  bottom           : 0;
  width            : 80px;
  position         : absolute;
  left             : 50%;
  -o-transform     : translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform    : translate(-50%, 0);
  transform        : translate(-50%, 0);
}

div[class*='_section'].boxed_special {
  border: solid 1px #84817c !important;
}

.stretchy_wrapper {
  width                  : 100% !important;
  padding-bottom         : 56.25% !important;
  /* 16                  :9 */
  position               : relative !important;
  overflow               : hidden !important;
  height                 : 0px;
  -webkit-background-size: cover;
  -moz-background-size   : cover;
  -o-background-size     : cover;
  background-position    : center center;
  background-repeat      : no-repeat;
  background-size        : cover;
  display                : block;
}

.stretchy_wrapper.ratio_16-9 {
  padding-bottom: 56.25% !important;
}

.stretchy_wrapper.ratio_15-9 {
  padding-bottom: 62% !important;
}

.stretchy_wrapper.ratio_4-3 {
  padding-bottom: 75% !important;
}

.stretchy_wrapper.ratio_12-5 {
  padding-bottom: 41.66% !important;
}

.stretchy_wrapper.ratio_2-1 {
  padding-bottom: 50% !important;
}

.stretchy_wrapper.ratio_1-1 {
  padding-bottom: 100% !important;
}

.stretchy_wrapper.ratio_5-1 {
  padding-bottom: 20% !important;
}

.stretchy_wrapper.ratio_entry {
  padding-bottom: 200% !important;
}

.stretchy_wrapper.ratio_slider {
  padding-bottom: 33% !important;
}

.stretchy_wrapper>* {
  display : block;
  position: absolute !important;
  top     : 0;
  bottom  : 0;
  left    : 0;
  right   : 0;
  width   : 100%;
  height  : 100%;
}

.transparent,
.transparent_film {
  background-color: transparent !important;
}

.transparent_film>* {
  position: relative;
}

.transparent_film:before {
  display         : block;
  content         : '';
  position        : absolute;
  left            : 0;
  top             : 0;
  width           : 100%;
  height          : 100%;
  z-index         : 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.3);
}

.black_section.transparent_film:before {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.3);
}

.head_panel.transparent_film:before {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.3);
}

.white_section.transparent_film:before {
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.3);
}

.primary_section.transparent_film:before {
  background-color: #4f4e4b;
  background-color: rgba(79, 78, 75, 0.3);
}

.secondary_section.transparent_film:before {
  background-color: #0c0c11;
  background-color: rgba(12, 12, 17, 0.3);
}

.dark_section.transparent_film:before {
  background-color: #060609;
  background-color: rgba(6, 6, 9, 0.3);
}

.light_section.transparent_film:before {
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.3);
}

.black_section.neutralize_links a:link,
.black_section.neutralize_links a:visited {
  color: #ffffff !important;
}

.white_section.neutralize_links a:link,
.white_section.neutralize_links a:visited {
  color: #323232 !important;
}

.primary_section.neutralize_links a:link,
.primary_section.neutralize_links a:visited {
  color: #fdfdfd !important;
}

.secondary_section.neutralize_links a:link,
.secondary_section.neutralize_links a:visited {
  color: #ffffff !important;
}

.dark_section.neutralize_links a:link,
.dark_section.neutralize_links a:visited {
  color: #ffffff !important;
}

.light_section.neutralize_links a:link,
.light_section.neutralize_links a:visited {
  color: #323232 !important;
}

.gradient_film_to_top,
.gradient_film_to_bottom {
  background-color: transparent !important;
}

.gradient_film_to_top>*,
.gradient_film_to_bottom>* {
  position: relative;
}

.gradient_film_to_top:before,
.gradient_film_to_bottom:before {
  content : '';
  display : block;
  position: absolute;
  left    : 0;
  top     : 0;
  width   : 100%;
  height  : 100%;
  z-index : 0;
}

.gradient_film_to_top:before {
  background: linear-gradient(to top, #f4f4f4 0%, rgba(244, 244, 244, 0.8) 10%, transparent 100%);
}

.gradient_film_to_bottom:before {
  background: linear-gradient(to bottom, #f4f4f4 0%, rgba(244, 244, 244, 0.8) 10%, transparent 100%);
}

.black_section.gradient_film_to_bottom:before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
}

.white_section.gradient_film_to_bottom:before {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.65) 0%, transparent 100%);
}

.primary_section.gradient_film_to_bottom:before {
  background: linear-gradient(to bottom, rgba(93, 90, 87, 0.65) 0%, transparent 100%);
}

.secondary_section.gradient_film_to_bottom:before {
  background: linear-gradient(to bottom, rgba(23, 23, 32, 0.65) 0%, transparent 100%);
}

.dark_section.gradient_film_to_bottom:before {
  background: linear-gradient(to bottom, rgba(17, 17, 24, 0.65) 0%, transparent 100%);
}

.light_section.gradient_film_to_bottom:before {
  background: linear-gradient(to bottom, rgba(244, 244, 244, 0.65) 0%, transparent 100%);
}

.black_section.gradient_film_to_top:before {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
}

.white_section.gradient_film_to_top:before {
  background: linear-gradient(to top, rgba(255, 255, 255, 0.65) 0%, transparent 100%);
}

.primary_section.gradient_film_to_top:before {
  background: linear-gradient(to top, rgba(93, 90, 87, 0.65) 0%, transparent 100%);
}

.secondary_section.gradient_film_to_top:before {
  background: linear-gradient(to top, rgba(23, 23, 32, 0.65) 0%, transparent 100%);
}

.dark_section.gradient_film_to_top:before {
  background: linear-gradient(to top, rgba(17, 17, 24, 0.65) 0%, transparent 100%);
}

.light_section.gradient_film_to_top:before {
  background: linear-gradient(to top, rgba(244, 244, 244, 0.65) 0%, transparent 100%);
}

i.fa.primary_section {
  background-color: #84817c !important;
}

i.fa.secondary_section {
  background-color: #171720 !important;
}

i.fa.light_section {
  background-color: #f4f4f4 !important;
}

i.fa.dark_section {
  background-color: #111118 !important;
}

i.fa.black_section {
  background-color: #000000 !important;
}

i.fa.white_section {
  background-color: #ffffff !important;
}

.no_margin {
  margin: 0 !important;
}

.no_margin_top {
  margin-top: 0 !important;
}

.no_margin_bottom {
  margin-bottom: 0 !important;
}

.margin_top {
  margin-top: 48px !important;
}

.margin_bottom {
  margin-bottom: 48px !important;
}

.margin_top_half {
  margin-top: 24px !important;
}

.margin_bottom_half {
  margin-bottom: 24px !important;
}

.no_padding {
  padding: 0 !important;
}

.no_padding_top {
  padding-top: 0 !important;
}

.no_padding_bottom {
  padding-bottom: 0 !important;
}

.padding_top {
  padding-top: 48px !important;
}

.padding_bottom {
  padding-bottom: 48px !important;
}

.padding_top_half {
  padding-top: 24px !important;
}

.padding_bottom_half {
  padding-bottom: 24px !important;
}

.margin_top_grid {
  margin-top: 31px;
}

.margin_bottom_grid {
  margin-bottom: 31px;
}

.margin_left_custom_1 {
  margin-left: 50px;
}

.rooms_margin_custom_1 {
  margin-top   : 35px !important;
  margin-bottom: 35px !important;
}

@media (max-width: 991px) {
  .small_screen_margin_top_half {
    margin-top: 24px !important;
  }

  .small_screen_margin_top {
    margin-top: 48px !important;
  }

  .small_screen_text_left {
    text-align: left !important;
  }

  .small_screen_text_center {
    text-align: center !important;
  }

  .small_screen_hidden {
    display: none !important;
  }
}

@media (min-width: 991px) {
  .negative_margin_top {
    margin-top: -200px;
  }

  .negative_margin_bottom {
    margin-bottom: -200px;
    z-index      : 999;
  }

  .negative_margin_left {
    margin-left: -200px;
  }

  .negative_margin_right {
    margin-right: -200px;
  }
}

.big {
  font-size  : 22px;
  line-height: 0.8;
}

.bigger {
  font-size  : 42px;
  line-height: 0.8;
}

.super {
  font-size    : 60px;
  line-height  : 0.8;
  margin-bottom: 0;
}

.super small {
  font-size: 0.35em;
}

.hyper {
  font-size  : 150px;
  line-height: 0.8;
}

.hyper small {
  font-size: 0.35em;
}

.tiny {
  font-size: 12px;
}

/* Responsive typography */
@media (max-width: 767px) {
  .super {
    font-size: 48px;
  }

  .super small {
    margin-top: 12px;
    display   : block;
  }

  .hyper {
    font-size  : 70px;
    line-height: 1;
  }
}

@media (max-width: 480px) {
  .super {
    font-size  : 36px;
    line-height: 1em;
  }

  .hyper {
    font-size  : 48px;
    line-height: 1em;
  }

  span {
    letter-spacing: 0 !important;
  }
}

@media (max-width: 320px) {
  .big {
    font-size  : 18px;
    line-height: 1;
  }

  .bigger {
    font-size  : 21px;
    line-height: 1;
  }

  .super {
    font-size  : 24px;
    line-height: 1;
  }

  .hyper {
    font-size  : 36px;
    line-height: 1;
  }
}

/* 
2. =BUTTONS
=============================================================== 
*/
.btn {
  display         : inline-block;
  background-image: none;
  background-color: transparent;
  font-weight     : bold;
  text-align      : center;
  text-transform  : uppercase;
  font-weight     : 400;
  padding         : 8px 24px;
  font-size       : 12px;
  line-height     : 1.5;
  border-radius   : 2px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline       : 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus {
  color          : #333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  outline         : 0;
  background-image: none;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor        : not-allowed;
  pointer-events: none;
  opacity       : 0.65;
  filter        : alpha(opacity=65);
}

.btn-default {
  margin-bottom              : 0;
  touch-action               : manipulation;
  cursor                     : pointer;
  border                     : 1px solid transparent;
  white-space                : nowrap;
  font-size                  : 16px;
  -webkit-user-select        : none;
  -moz-user-select           : none;
  -ms-user-select            : none;
  user-select                : none;
  background-image           : none;
  background-color           : transparent;
  font-weight                : bold;
  text-align                 : center;
  text-transform             : uppercase;
  font-weight                : 400;
  padding                    : 8px 24px;
  font-size                  : 12px;
  line-height                : 1.5;
  border-radius              : 2px;
  border                     : 1px #f4f4f4 solid;
  color                      : #f4f4f4;
  display                    : inline-block;
  vertical-align             : middle;
  -webkit-transform          : translateZ(0);
  transform                  : translateZ(0);
  box-shadow                 : 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility        : hidden;
  -moz-osx-font-smoothing    : grayscale;
  position                   : relative;
  -webkit-transition-property: color;
  transition-property        : color;
  -webkit-transition-duration: 0.3s;
  transition-duration        : 0.3s;
}

.btn-default:focus,
.btn-default:active:focus,
.btn-default.active:focus,
.btn-default.focus,
.btn-default:active.focus,
.btn-default.active.focus {
  outline       : 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus {
  color          : #333;
  text-decoration: none;
}

.btn-default:active,
.btn-default.active {
  outline           : 0;
  background-image  : none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow        : inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default {
  cursor            : not-allowed;
  opacity           : 0.65;
  filter            : alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow        : none;
}

a.btn-default.disabled,
fieldset[disabled] a.btn-default {
  pointer-events: none;
}

.btn-default:focus,
.btn-default:active:focus,
.btn-default.active:focus {
  outline       : 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn-default:hover,
.btn-default:focus {
  color          : #333;
  text-decoration: none;
}

.btn-default:active,
.btn-default.active {
  outline         : 0;
  background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default {
  cursor        : not-allowed;
  pointer-events: none;
  opacity       : 0.65;
  filter        : alpha(opacity=65);
}

.btn-default:before {
  content                           : "";
  position                          : absolute;
  z-index                           : -1;
  top                               : 0;
  left                              : 0;
  right                             : 0;
  bottom                            : 0;
  background                        : #f4f4f4;
  -webkit-transform                 : scaleY(0);
  transform                         : scaleY(0);
  -webkit-transform-origin          : 50% 100%;
  transform-origin                  : 50% 100%;
  -webkit-transition-property       : transform;
  transition-property               : transform;
  -webkit-transition-duration       : 0.3s;
  transition-duration               : 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function        : ease-out;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active {
  color: #fdfdfd;
}

.btn-default:hover:before,
.btn-default:focus:before,
.btn-default:active:before {
  -webkit-transform: scaleY(1);
  transform        : scaleY(1);
}

.btn-default.filled {
  border          : 0px;
  background-color: #f4f4f4;
  color           : #fff;
}

.btn-primary {
  margin-bottom              : 0;
  touch-action               : manipulation;
  cursor                     : pointer;
  border                     : 1px solid transparent;
  white-space                : nowrap;
  font-size                  : 16px;
  -webkit-user-select        : none;
  -moz-user-select           : none;
  -ms-user-select            : none;
  user-select                : none;
  background-image           : none;
  background-color           : transparent;
  font-weight                : bold;
  text-align                 : center;
  text-transform             : uppercase;
  font-weight                : 400;
  padding                    : 8px 24px;
  font-size                  : 12px;
  line-height                : 1.5;
  border-radius              : 2px;
  border                     : 1px #84817c solid;
  color                      : #84817c;
  display                    : inline-block;
  vertical-align             : middle;
  -webkit-transform          : translateZ(0);
  transform                  : translateZ(0);
  box-shadow                 : 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility        : hidden;
  -moz-osx-font-smoothing    : grayscale;
  position                   : relative;
  -webkit-transition-property: color;
  transition-property        : color;
  -webkit-transition-duration: 0.3s;
  transition-duration        : 0.3s;
}

.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary.active:focus,
.btn-primary.focus,
.btn-primary:active.focus,
.btn-primary.active.focus {
  outline       : 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color          : #333;
  text-decoration: none;
}

.btn-primary:active,
.btn-primary.active {
  outline           : 0;
  background-image  : none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow        : inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary {
  cursor            : not-allowed;
  opacity           : 0.65;
  filter            : alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow        : none;
}

a.btn-primary.disabled,
fieldset[disabled] a.btn-primary {
  pointer-events: none;
}

.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary.active:focus {
  outline       : 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn-primary:hover,
.btn-primary:focus {
  color          : #333;
  text-decoration: none;
}

.btn-primary:active,
.btn-primary.active {
  outline         : 0;
  background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary {
  cursor        : not-allowed;
  pointer-events: none;
  opacity       : 0.65;
  filter        : alpha(opacity=65);
}

.btn-primary:before {
  content                           : "";
  position                          : absolute;
  z-index                           : -1;
  top                               : 0;
  left                              : 0;
  right                             : 0;
  bottom                            : 0;
  background                        : #84817c;
  -webkit-transform                 : scaleY(0);
  transform                         : scaleY(0);
  -webkit-transform-origin          : 50% 100%;
  transform-origin                  : 50% 100%;
  -webkit-transition-property       : transform;
  transition-property               : transform;
  -webkit-transition-duration       : 0.3s;
  transition-duration               : 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function        : ease-out;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  color: #fdfdfd;
}

.btn-primary:hover:before,
.btn-primary:focus:before,
.btn-primary:active:before {
  -webkit-transform: scaleY(1);
  transform        : scaleY(1);
}

.btn-primary.filled {
  border          : 1px solid #84817c;
  background-color: #84817c;
  color           : #fff;
}

.btn-secondary {
  margin-bottom              : 0;
  touch-action               : manipulation;
  cursor                     : pointer;
  border                     : 1px solid transparent;
  white-space                : nowrap;
  font-size                  : 16px;
  -webkit-user-select        : none;
  -moz-user-select           : none;
  -ms-user-select            : none;
  user-select                : none;
  background-image           : none;
  background-color           : transparent;
  font-weight                : bold;
  text-align                 : center;
  text-transform             : uppercase;
  font-weight                : 400;
  padding                    : 8px 24px;
  font-size                  : 12px;
  line-height                : 1.5;
  border-radius              : 2px;
  border                     : 1px #171720 solid;
  color                      : #171720;
  display                    : inline-block;
  vertical-align             : middle;
  -webkit-transform          : translateZ(0);
  transform                  : translateZ(0);
  box-shadow                 : 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility        : hidden;
  -moz-osx-font-smoothing    : grayscale;
  position                   : relative;
  -webkit-transition-property: color;
  transition-property        : color;
  -webkit-transition-duration: 0.3s;
  transition-duration        : 0.3s;
}

.btn-secondary:focus,
.btn-secondary:active:focus,
.btn-secondary.active:focus,
.btn-secondary.focus,
.btn-secondary:active.focus,
.btn-secondary.active.focus {
  outline       : 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color          : #333;
  text-decoration: none;
}

.btn-secondary:active,
.btn-secondary.active {
  outline           : 0;
  background-image  : none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow        : inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-secondary.disabled,
.btn-secondary[disabled],
fieldset[disabled] .btn-secondary {
  cursor            : not-allowed;
  opacity           : 0.65;
  filter            : alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow        : none;
}

a.btn-secondary.disabled,
fieldset[disabled] a.btn-secondary {
  pointer-events: none;
}

.btn-secondary:focus,
.btn-secondary:active:focus,
.btn-secondary.active:focus {
  outline       : 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn-secondary:hover,
.btn-secondary:focus {
  color          : #333;
  text-decoration: none;
}

.btn-secondary:active,
.btn-secondary.active {
  outline         : 0;
  background-image: none;
}

.btn-secondary.disabled,
.btn-secondary[disabled],
fieldset[disabled] .btn-secondary {
  cursor        : not-allowed;
  pointer-events: none;
  opacity       : 0.65;
  filter        : alpha(opacity=65);
}

.btn-secondary:before {
  content                           : "";
  position                          : absolute;
  z-index                           : -1;
  top                               : 0;
  left                              : 0;
  right                             : 0;
  bottom                            : 0;
  background                        : #171720;
  -webkit-transform                 : scaleY(0);
  transform                         : scaleY(0);
  -webkit-transform-origin          : 50% 100%;
  transform-origin                  : 50% 100%;
  -webkit-transition-property       : transform;
  transition-property               : transform;
  -webkit-transition-duration       : 0.3s;
  transition-duration               : 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function        : ease-out;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
  color: #fdfdfd;
}

.btn-secondary:hover:before,
.btn-secondary:focus:before,
.btn-secondary:active:before {
  -webkit-transform: scaleY(1);
  transform        : scaleY(1);
}

.btn-secondary.filled {
  border          : 0px;
  background-color: #171720;
  color           : #fff;
}

.btn-white {
  margin-bottom              : 0;
  touch-action               : manipulation;
  cursor                     : pointer;
  border                     : 1px solid transparent;
  white-space                : nowrap;
  font-size                  : 16px;
  -webkit-user-select        : none;
  -moz-user-select           : none;
  -ms-user-select            : none;
  user-select                : none;
  background-image           : none;
  background-color           : transparent;
  font-weight                : bold;
  text-align                 : center;
  text-transform             : uppercase;
  font-weight                : 400;
  padding                    : 8px 24px;
  font-size                  : 12px;
  line-height                : 1.5;
  border-radius              : 2px;
  border                     : 1px #fdfdfd solid;
  color                      : #fdfdfd;
  display                    : inline-block;
  vertical-align             : middle;
  -webkit-transform          : translateZ(0);
  transform                  : translateZ(0);
  box-shadow                 : 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility        : hidden;
  -moz-osx-font-smoothing    : grayscale;
  position                   : relative;
  -webkit-transition-property: color;
  transition-property        : color;
  -webkit-transition-duration: 0.3s;
  transition-duration        : 0.3s;
}

.btn-white:focus,
.btn-white:active:focus,
.btn-white.active:focus,
.btn-white.focus,
.btn-white:active.focus,
.btn-white.active.focus {
  outline       : 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color          : #333;
  text-decoration: none;
}

.btn-white:active,
.btn-white.active {
  outline           : 0;
  background-image  : none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow        : inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-white.disabled,
.btn-white[disabled],
fieldset[disabled] .btn-white {
  cursor            : not-allowed;
  opacity           : 0.65;
  filter            : alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow        : none;
}

a.btn-white.disabled,
fieldset[disabled] a.btn-white {
  pointer-events: none;
}

.btn-white:focus,
.btn-white:active:focus,
.btn-white.active:focus {
  outline       : 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn-white:hover,
.btn-white:focus {
  color          : #333;
  text-decoration: none;
}

.btn-white:active,
.btn-white.active {
  outline         : 0;
  background-image: none;
}

.btn-white.disabled,
.btn-white[disabled],
fieldset[disabled] .btn-white {
  cursor        : not-allowed;
  pointer-events: none;
  opacity       : 0.65;
  filter        : alpha(opacity=65);
}

.btn-white:before {
  content                           : "";
  position                          : absolute;
  z-index                           : -1;
  top                               : 0;
  left                              : 0;
  right                             : 0;
  bottom                            : 0;
  background                        : #fdfdfd;
  -webkit-transform                 : scaleY(0);
  transform                         : scaleY(0);
  -webkit-transform-origin          : 50% 100%;
  transform-origin                  : 50% 100%;
  -webkit-transition-property       : transform;
  transition-property               : transform;
  -webkit-transition-duration       : 0.3s;
  transition-duration               : 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function        : ease-out;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active {
  color: #111118;
}

.btn-white:hover:before,
.btn-white:focus:before,
.btn-white:active:before {
  -webkit-transform: scaleY(1);
  transform        : scaleY(1);
}

.btn-white.filled {
  border          : 0px;
  background-color: #fdfdfd;
  color           : #000;
}

.btn-success {
  margin-bottom              : 0;
  touch-action               : manipulation;
  cursor                     : pointer;
  border                     : 1px solid transparent;
  white-space                : nowrap;
  font-size                  : 16px;
  -webkit-user-select        : none;
  -moz-user-select           : none;
  -ms-user-select            : none;
  user-select                : none;
  background-image           : none;
  background-color           : transparent;
  font-weight                : bold;
  text-align                 : center;
  text-transform             : uppercase;
  font-weight                : 400;
  padding                    : 8px 24px;
  font-size                  : 12px;
  line-height                : 1.5;
  border-radius              : 2px;
  border                     : 1px #5cb85c solid;
  color                      : #5cb85c;
  display                    : inline-block;
  vertical-align             : middle;
  -webkit-transform          : translateZ(0);
  transform                  : translateZ(0);
  box-shadow                 : 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility        : hidden;
  -moz-osx-font-smoothing    : grayscale;
  position                   : relative;
  -webkit-transition-property: color;
  transition-property        : color;
  -webkit-transition-duration: 0.3s;
  transition-duration        : 0.3s;
}

.btn-success:focus,
.btn-success:active:focus,
.btn-success.active:focus,
.btn-success.focus,
.btn-success:active.focus,
.btn-success.active.focus {
  outline       : 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color          : #333;
  text-decoration: none;
}

.btn-success:active,
.btn-success.active {
  outline           : 0;
  background-image  : none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow        : inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success {
  cursor            : not-allowed;
  opacity           : 0.65;
  filter            : alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow        : none;
}

a.btn-success.disabled,
fieldset[disabled] a.btn-success {
  pointer-events: none;
}

.btn-success:focus,
.btn-success:active:focus,
.btn-success.active:focus {
  outline       : 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn-success:hover,
.btn-success:focus {
  color          : #333;
  text-decoration: none;
}

.btn-success:active,
.btn-success.active {
  outline         : 0;
  background-image: none;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success {
  cursor        : not-allowed;
  pointer-events: none;
  opacity       : 0.65;
  filter        : alpha(opacity=65);
}

.btn-success:before {
  content                           : "";
  position                          : absolute;
  z-index                           : -1;
  top                               : 0;
  left                              : 0;
  right                             : 0;
  bottom                            : 0;
  background                        : #5cb85c;
  -webkit-transform                 : scaleY(0);
  transform                         : scaleY(0);
  -webkit-transform-origin          : 50% 100%;
  transform-origin                  : 50% 100%;
  -webkit-transition-property       : transform;
  transition-property               : transform;
  -webkit-transition-duration       : 0.3s;
  transition-duration               : 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function        : ease-out;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
  color: #fdfdfd;
}

.btn-success:hover:before,
.btn-success:focus:before,
.btn-success:active:before {
  -webkit-transform: scaleY(1);
  transform        : scaleY(1);
}

.btn-success.filled {
  border          : 0px;
  background-color: #5cb85c;
  color           : #fff;
}

.btn-info {
  margin-bottom              : 0;
  touch-action               : manipulation;
  cursor                     : pointer;
  border                     : 1px solid transparent;
  white-space                : nowrap;
  font-size                  : 16px;
  -webkit-user-select        : none;
  -moz-user-select           : none;
  -ms-user-select            : none;
  user-select                : none;
  background-image           : none;
  background-color           : transparent;
  font-weight                : bold;
  text-align                 : center;
  text-transform             : uppercase;
  font-weight                : 400;
  padding                    : 8px 24px;
  font-size                  : 12px;
  line-height                : 1.5;
  border-radius              : 2px;
  border                     : 1px #5bc0de solid;
  color                      : #5bc0de;
  display                    : inline-block;
  vertical-align             : middle;
  -webkit-transform          : translateZ(0);
  transform                  : translateZ(0);
  box-shadow                 : 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility        : hidden;
  -moz-osx-font-smoothing    : grayscale;
  position                   : relative;
  -webkit-transition-property: color;
  transition-property        : color;
  -webkit-transition-duration: 0.3s;
  transition-duration        : 0.3s;
}

.btn-info:focus,
.btn-info:active:focus,
.btn-info.active:focus,
.btn-info.focus,
.btn-info:active.focus,
.btn-info.active.focus {
  outline       : 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color          : #333;
  text-decoration: none;
}

.btn-info:active,
.btn-info.active {
  outline           : 0;
  background-image  : none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow        : inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info {
  cursor            : not-allowed;
  opacity           : 0.65;
  filter            : alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow        : none;
}

a.btn-info.disabled,
fieldset[disabled] a.btn-info {
  pointer-events: none;
}

.btn-info:focus,
.btn-info:active:focus,
.btn-info.active:focus {
  outline       : 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn-info:hover,
.btn-info:focus {
  color          : #333;
  text-decoration: none;
}

.btn-info:active,
.btn-info.active {
  outline         : 0;
  background-image: none;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info {
  cursor        : not-allowed;
  pointer-events: none;
  opacity       : 0.65;
  filter        : alpha(opacity=65);
}

.btn-info:before {
  content                           : "";
  position                          : absolute;
  z-index                           : -1;
  top                               : 0;
  left                              : 0;
  right                             : 0;
  bottom                            : 0;
  background                        : #5bc0de;
  -webkit-transform                 : scaleY(0);
  transform                         : scaleY(0);
  -webkit-transform-origin          : 50% 100%;
  transform-origin                  : 50% 100%;
  -webkit-transition-property       : transform;
  transition-property               : transform;
  -webkit-transition-duration       : 0.3s;
  transition-duration               : 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function        : ease-out;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active {
  color: #fdfdfd;
}

.btn-info:hover:before,
.btn-info:focus:before,
.btn-info:active:before {
  -webkit-transform: scaleY(1);
  transform        : scaleY(1);
}

.btn-info.filled {
  border          : 0px;
  background-color: #5bc0de;
  color           : #fff;
}

.btn-warning {
  margin-bottom              : 0;
  touch-action               : manipulation;
  cursor                     : pointer;
  border                     : 1px solid transparent;
  white-space                : nowrap;
  font-size                  : 16px;
  -webkit-user-select        : none;
  -moz-user-select           : none;
  -ms-user-select            : none;
  user-select                : none;
  background-image           : none;
  background-color           : transparent;
  font-weight                : bold;
  text-align                 : center;
  text-transform             : uppercase;
  font-weight                : 400;
  padding                    : 8px 24px;
  font-size                  : 12px;
  line-height                : 1.5;
  border-radius              : 2px;
  border                     : 1px #f0ad4e solid;
  color                      : #f0ad4e;
  display                    : inline-block;
  vertical-align             : middle;
  -webkit-transform          : translateZ(0);
  transform                  : translateZ(0);
  box-shadow                 : 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility        : hidden;
  -moz-osx-font-smoothing    : grayscale;
  position                   : relative;
  -webkit-transition-property: color;
  transition-property        : color;
  -webkit-transition-duration: 0.3s;
  transition-duration        : 0.3s;
}

.btn-warning:focus,
.btn-warning:active:focus,
.btn-warning.active:focus,
.btn-warning.focus,
.btn-warning:active.focus,
.btn-warning.active.focus {
  outline       : 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color          : #333;
  text-decoration: none;
}

.btn-warning:active,
.btn-warning.active {
  outline           : 0;
  background-image  : none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow        : inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning {
  cursor            : not-allowed;
  opacity           : 0.65;
  filter            : alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow        : none;
}

a.btn-warning.disabled,
fieldset[disabled] a.btn-warning {
  pointer-events: none;
}

.btn-warning:focus,
.btn-warning:active:focus,
.btn-warning.active:focus {
  outline       : 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn-warning:hover,
.btn-warning:focus {
  color          : #333;
  text-decoration: none;
}

.btn-warning:active,
.btn-warning.active {
  outline         : 0;
  background-image: none;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning {
  cursor        : not-allowed;
  pointer-events: none;
  opacity       : 0.65;
  filter        : alpha(opacity=65);
}

.btn-warning:before {
  content                           : "";
  position                          : absolute;
  z-index                           : -1;
  top                               : 0;
  left                              : 0;
  right                             : 0;
  bottom                            : 0;
  background                        : #f0ad4e;
  -webkit-transform                 : scaleY(0);
  transform                         : scaleY(0);
  -webkit-transform-origin          : 50% 100%;
  transform-origin                  : 50% 100%;
  -webkit-transition-property       : transform;
  transition-property               : transform;
  -webkit-transition-duration       : 0.3s;
  transition-duration               : 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function        : ease-out;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
  color: #fdfdfd;
}

.btn-warning:hover:before,
.btn-warning:focus:before,
.btn-warning:active:before {
  -webkit-transform: scaleY(1);
  transform        : scaleY(1);
}

.btn-warning.filled {
  border          : 0px;
  background-color: #f0ad4e;
  color           : #fff;
}

.btn-danger {
  margin-bottom              : 0;
  touch-action               : manipulation;
  cursor                     : pointer;
  border                     : 1px solid transparent;
  white-space                : nowrap;
  font-size                  : 16px;
  -webkit-user-select        : none;
  -moz-user-select           : none;
  -ms-user-select            : none;
  user-select                : none;
  background-image           : none;
  background-color           : transparent;
  font-weight                : bold;
  text-align                 : center;
  text-transform             : uppercase;
  font-weight                : 400;
  padding                    : 8px 24px;
  font-size                  : 12px;
  line-height                : 1.5;
  border-radius              : 2px;
  border                     : 1px #d9534f solid;
  color                      : #d9534f;
  display                    : inline-block;
  vertical-align             : middle;
  -webkit-transform          : translateZ(0);
  transform                  : translateZ(0);
  box-shadow                 : 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility        : hidden;
  -moz-osx-font-smoothing    : grayscale;
  position                   : relative;
  -webkit-transition-property: color;
  transition-property        : color;
  -webkit-transition-duration: 0.3s;
  transition-duration        : 0.3s;
}

.btn-danger:focus,
.btn-danger:active:focus,
.btn-danger.active:focus,
.btn-danger.focus,
.btn-danger:active.focus,
.btn-danger.active.focus {
  outline       : 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color          : #333;
  text-decoration: none;
}

.btn-danger:active,
.btn-danger.active {
  outline           : 0;
  background-image  : none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow        : inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger {
  cursor            : not-allowed;
  opacity           : 0.65;
  filter            : alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow        : none;
}

a.btn-danger.disabled,
fieldset[disabled] a.btn-danger {
  pointer-events: none;
}

.btn-danger:focus,
.btn-danger:active:focus,
.btn-danger.active:focus {
  outline       : 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn-danger:hover,
.btn-danger:focus {
  color          : #333;
  text-decoration: none;
}

.btn-danger:active,
.btn-danger.active {
  outline         : 0;
  background-image: none;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger {
  cursor        : not-allowed;
  pointer-events: none;
  opacity       : 0.65;
  filter        : alpha(opacity=65);
}

.btn-danger:before {
  content                           : "";
  position                          : absolute;
  z-index                           : -1;
  top                               : 0;
  left                              : 0;
  right                             : 0;
  bottom                            : 0;
  background                        : #d9534f;
  -webkit-transform                 : scaleY(0);
  transform                         : scaleY(0);
  -webkit-transform-origin          : 50% 100%;
  transform-origin                  : 50% 100%;
  -webkit-transition-property       : transform;
  transition-property               : transform;
  -webkit-transition-duration       : 0.3s;
  transition-duration               : 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function        : ease-out;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
  color: #fdfdfd;
}

.btn-danger:hover:before,
.btn-danger:focus:before,
.btn-danger:active:before {
  -webkit-transform: scaleY(1);
  transform        : scaleY(1);
}

.btn-danger.filled {
  border          : 0px;
  background-color: #d9534f;
  color           : #fff;
}

.btn-black {
  margin-bottom              : 0;
  touch-action               : manipulation;
  cursor                     : pointer;
  border                     : 1px solid transparent;
  white-space                : nowrap;
  font-size                  : 16px;
  -webkit-user-select        : none;
  -moz-user-select           : none;
  -ms-user-select            : none;
  user-select                : none;
  background-image           : none;
  background-color           : transparent;
  font-weight                : bold;
  text-align                 : center;
  text-transform             : uppercase;
  font-weight                : 400;
  padding                    : 8px 24px;
  font-size                  : 12px;
  line-height                : 1.5;
  border-radius              : 2px;
  border                     : 1px #000 solid;
  color                      : #000;
  display                    : inline-block;
  vertical-align             : middle;
  -webkit-transform          : translateZ(0);
  transform                  : translateZ(0);
  box-shadow                 : 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility        : hidden;
  -moz-osx-font-smoothing    : grayscale;
  position                   : relative;
  -webkit-transition-property: color;
  transition-property        : color;
  -webkit-transition-duration: 0.3s;
  transition-duration        : 0.3s;
}

.btn-black:focus,
.btn-black:active:focus,
.btn-black.active:focus,
.btn-black.focus,
.btn-black:active.focus,
.btn-black.active.focus {
  outline       : 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color          : #333;
  text-decoration: none;
}

.btn-black:active,
.btn-black.active {
  outline           : 0;
  background-image  : none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow        : inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-black.disabled,
.btn-black[disabled],
fieldset[disabled] .btn-black {
  cursor            : not-allowed;
  opacity           : 0.65;
  filter            : alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow        : none;
}

a.btn-black.disabled,
fieldset[disabled] a.btn-black {
  pointer-events: none;
}

.btn-black:focus,
.btn-black:active:focus,
.btn-black.active:focus {
  outline       : 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn-black:hover,
.btn-black:focus {
  color          : #333;
  text-decoration: none;
}

.btn-black:active,
.btn-black.active {
  outline         : 0;
  background-image: none;
}

.btn-black.disabled,
.btn-black[disabled],
fieldset[disabled] .btn-black {
  cursor        : not-allowed;
  pointer-events: none;
  opacity       : 0.65;
  filter        : alpha(opacity=65);
}

.btn-black:before {
  content                           : "";
  position                          : absolute;
  z-index                           : -1;
  top                               : 0;
  left                              : 0;
  right                             : 0;
  bottom                            : 0;
  background                        : #000;
  -webkit-transform                 : scaleY(0);
  transform                         : scaleY(0);
  -webkit-transform-origin          : 50% 100%;
  transform-origin                  : 50% 100%;
  -webkit-transition-property       : transform;
  transition-property               : transform;
  -webkit-transition-duration       : 0.3s;
  transition-duration               : 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function        : ease-out;
}

.btn-black:hover,
.btn-black:focus,
.btn-black:active {
  color: #fdfdfd;
}

.btn-black:hover:before,
.btn-black:focus:before,
.btn-black:active:before {
  -webkit-transform: scaleY(1);
  transform        : scaleY(1);
}

.btn-black.filled {
  border          : 0px;
  background-color: #000;
  color           : #fff;
}

.btn-link {
  color                      : #84817c;
  font-weight                : normal;
  border-radius              : 0;
  display                    : inline-block;
  vertical-align             : middle;
  -webkit-transform          : translateZ(0);
  transform                  : translateZ(0);
  box-shadow                 : 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility        : hidden;
  -moz-osx-font-smoothing    : grayscale;
  position                   : relative;
  overflow                   : hidden;
  padding                    : 8px 0;
  font-size                  : 13px;
  line-height                : 1.5;
  border-radius              : 2px;
}

.btn-link:before {
  content                           : "";
  position                          : absolute;
  z-index                           : -1;
  left                              : 0;
  right                             : 100%;
  bottom                            : 0;
  background                        : #84817c;
  height                            : 1px;
  -webkit-transition-property       : "right";
  transition-property               : "right";
  -webkit-transition-duration       : 0.3s;
  transition-duration               : 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function        : ease-out;
}

.btn-link:hover:before,
.btn-link:focus:before,
.btn-link:active:before {
  right: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color  : transparent;
  -webkit-box-shadow: none;
  box-shadow        : none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color           : #84817c;
  text-decoration : none;
  background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color          : #777777;
  text-decoration: none;
}

.btn-lg,
.btn-group-lg>.btn {
  padding      : 10px 16px;
  font-size    : 18px;
  line-height  : 1.33;
  border-radius: 2px;
}

.btn-sm,
.btn-group-sm>.btn {
  padding      : 5px 10px;
  font-size    : 13px;
  line-height  : 1.6;
  border-radius: 2px;
}

.btn-xs,
.btn-group-xs>.btn {
  padding      : 1px 5px;
  font-size    : 13px;
  line-height  : 1.6;
  border-radius: 2px;
}

.btn-block {
  display: block;
  width  : 100%;
}

.btn-block+.btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.btn.with-icon {
  position     : relative;
  padding-right: 61px;
}

.btn.with-icon i {
  display    : block;
  border     : solid 1px transparent;
  position   : absolute;
  top        : 0px;
  right      : 0px;
  width      : 37px;
  height     : 100%;
  line-height: 37px;
  font-size  : 20px;
  color      : inherit;
}

.btn.with-icon.btn-sm i {
  line-height: 29px;
}

.btn.with-icon.icon-left {
  padding-right: 24px;
  padding-left : 61px;
  font-family  : inherit;
}

.btn.with-icon.icon-left i {
  right: inherit;
  left : -2px;
}

.btn.with-icon.btn-default i {
  background-color: #c1c1c1;
}

.btn.with-icon.btn-primary i {
  background-color: #171720;
}

.btn.with-icon.btn-secondary i {
  background-color: #84817c;
}

.btn.with-icon.btn-white i {
  background-color: #e0e0e0;
}

.btn.with-icon.btn-danger i {
  background-color: #a02622;
}

.btn.with-icon.btn-warning i {
  background-color: #c77c11;
}

.btn.with-icon.btn-info i {
  background-color: #2390b0;
}

.btn.with-icon.btn-success i {
  background-color: #357935;
}

/* 
3. =BODY & TYPOGRAPHY
=============================================================== 
*/
body {
  -webkit-font-smoothing: antialiased;
  background-color      : #f4f4f4;
  color                 : #111118;
  font-family           : "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size             : 16px;
  font-weight           : 300;
  line-height           : 1.5;
  overflow-x            : hidden;
}

body.sticky_header:not(.transparent_header) {
  margin-top: 80px;
}

.overflow_wrapper {
  overflow: hidden;
  position: relative;
}

a {
  color                     : #84817c;
  -webkit-transition        : all 0.2s ease-in-out;
  -o-transition             : all 0.2s ease-in-out;
  transition                : all 0.2s ease-in-out;
  -webkit-overflow-scrolling: touch;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
  color          : #84817c;
}

a:focus {
  outline: none;
}

ul,
ol,
dl {
  padding-left: 1em;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family   : "Playfair Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight   : normal;
  line-height   : 1.1;
  text-transform: uppercase;
  margin-top    : 24px;
  margin-bottom : 12px;
}

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

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

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

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

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

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

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  color: inherit;
}

hr {
  margin-bottom: 0 !important;
}

/* 
4. =THE HEADER, LOGO & PRIMARY MENU
=============================================================== 
*/
/*
--------------------------------------------------------------  

THE HEADER ELEMENT

-------------------------------------------------------------- 
*/
.header {
  font-family               : "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color                     : #ffffff;
  background-color          : #171720 !important;
  width                     : 100%;
  height                    : auto;
  -webkit-transition        : all 0.2s ease-in-out;
  -o-transition             : all 0.2s ease-in-out;
  transition                : all 0.2s ease-in-out;
  -webkit-overflow-scrolling: touch;
  position                  : relative;
  z-index                   : 9999;
}

.header .container,
.header .container-fluid {
  position: relative;
}

.header a:link,
.header a:visited {
  color: #ffffff;
}

.header a:hover,
.header a:active {
  color: #ffffff;
}

.header.full_width .mainbar .container,
.header.full_width .top_bar .container {
  width: 100%;
}

/* =Header Effects
To use, assign the apropriate class (e.g. "sticky_header_bottom") to the .header div.
By default (no class) the header is relative on top.
------------------------------------------------------------ */
.header.transparent {
  position        : absolute;
  top             : 0;
  left            : 0;
  width           : 100%;
  background-color: #171720 !important;
  background-color: rgba(23, 23, 32, 0.8) !important;
}

.header.sticky_header {
  left    : 0;
  position: fixed;
  top     : 0;
  width   : 100%;
}

.header.sticky_header.transparent {
  position: fixed;
}

.header.appearing_sticky_header {
  position         : fixed;
  -o-transform     : translate(0, -80px);
  -webkit-transform: translate(0, -80px);
  -ms-transform    : translate(0, -80px);
  transform        : translate(0, -80px);
}

.header.appearing_sticky_header.stuck {
  -o-transform     : translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform    : translate(0, 0);
  transform        : translate(0, 0);
}

.header.bottom_sticky_header {
  position: fixed;
  top     : inherit;
  bottom  : 0px;
}

.header.bottom_to_top_sticky_header {
  position: absolute !important;
  bottom  : 0px;
  top     : inherit;
}

.header.bottom_to_top_sticky_header.stuck {
  position                  : fixed !important;
  top                       : 0px;
  bottom                    : inherit;
  -webkit-transition        : all 0.2s ease-in-out;
  -o-transition             : all 0.2s ease-in-out;
  transition                : all 0.2s ease-in-out;
  -webkit-overflow-scrolling: touch;
}

/*
--------------------------------------------------------------  

THE LOGO

-------------------------------------------------------------- 
*/
.logo {
  margin: 0 0;
}

.logo a.brand {
  display    : block;
  line-height: 1em;
  text-align : left;
  font-size  : 26px;
  font-weight: 900;
}

.logo a.brand img {
  max-height: 80px;
}

.logo a.brand span {
  display     : inline-block;
  padding-left: 5px;
  font-weight : 400;
}

.logo a.brand span small {
  display       : block;
  font-size     : 10.4px;
  letter-spacing: 6px;
}

.logo a.brand:link,
.logo a.brand:visited {
  color: #ffffff;
}

.logo a.brand:hover,
.logo a.brand:active {
  color: #ffffff;
}

.logo p {
  padding: 0;
  margin : 0;
  color  : #ffffff;
}

@media only screen and (max-width: 991px) {
  .logo {
    margin: 15px 0;
  }

  .logo a.brand {
    font-size: 24px;
  }

  .logo a.brand img {
    max-height: 60px;
  }

  .logo p {
    font-size: 13px;
  }
}

@media only screen and (max-width: 767px) {
  .logo {
    margin: 15px 0;
  }

  .logo a.brand {
    font-size: 22px;
  }

  .logo a.brand img {
    max-height: 40px;
  }

  .logo p {
    font-size: 12px;
  }
}

@media only screen and (min-width: 1400px) {
  .logo {
    padding-left: 40px;
  }
}

/*
--------------------------------------------------------------  

NAVIGATION AND TOOLS ON THE HEADER

-------------------------------------------------------------- 
*/
/*
-- THE PRIMARY MENU
-------------------------------------------------------------- 
*/
.header nav.primary_nav {
  display      : inline-block;
  padding-right: 0 !important;
}

.header nav.primary_nav ul {
  list-style: none;
  margin    : 0;
  padding   : 0;
}

.header nav.primary_nav ul li {
  display: inline-block;
}

.header nav.primary_nav ul li a {
  display                    : block;
  font-size                  : 0.65em;
  line-height                : 1em;
  margin                     : 35px 0;
  padding                    : 0;
  display                    : inline-block;
  vertical-align             : middle;
  -webkit-transform          : translateZ(0);
  transform                  : translateZ(0);
  box-shadow                 : 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility        : hidden;
  -moz-osx-font-smoothing    : grayscale;
  position                   : relative;
  overflow                   : hidden;
}

.header nav.primary_nav ul li a:before {
  content                           : "";
  position                          : absolute;
  z-index                           : -1;
  left                              : 0;
  right                             : 100%;
  bottom                            : 0;
  background                        : #84817c;
  height                            : 1px;
  -webkit-transition-property       : "right";
  transition-property               : "right";
  -webkit-transition-duration       : 0.3s;
  transition-duration               : 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function        : ease-out;
}

.header nav.primary_nav ul li a:hover:before,
.header nav.primary_nav ul li a:focus:before,
.header nav.primary_nav ul li a:active:before {
  right: 0;
}

.header nav.primary_nav ul li a:link,
.header nav.primary_nav ul li a:visited,
.header nav.primary_nav ul li a:focus {
  color     : #ffffff;
  background: none;
}

.header nav.primary_nav ul li a:hover,
.header nav.primary_nav ul li a:active {
  color     : #ffffff;
  background: none;
}

@media (min-width: 992px) {
  .header nav.primary_nav ul li a {
    font-size: 0.9em;
    margin   : 45px 0;
  }
}

@media (min-width: 1200px) {
  .header nav.primary_nav ul li a {
    font-size: 1.1em;
    margin   : 55px 0;
  }
}

.header nav.primary_nav ul li+li a {
  margin-left: 5px;
}

@media (min-width: 992px) {
  .header nav.primary_nav ul li+li a {
    margin-left: 10px;
  }
}

@media (min-width: 1200px) {
  .header nav.primary_nav ul li+li a {
    margin-left: 15px;
  }
}

.header nav.primary_nav ul li.logo_in_nav a {
  padding: 0;
}

.header nav.primary_nav ul li.active a:link,
.header nav.primary_nav ul li.active a:visited,
.header nav.primary_nav ul li.active a:focus {
  color: #ffffff;
}

.header nav.primary_nav ul li.active a:hover,
.header nav.primary_nav ul li.active a:active {
  color: #ffffff;
}

.header nav.primary_nav ul li.lihaschildren {
  position: relative;
  /*
				&:after {
					content  : '\276F';
					transform: rotate(90deg);
					position : absolute;
					top      : @menu-item-vertical-padding - (@menu-font-size / 2);
					//margin : 0 50%;
					right    : 0px;
					.theme_transition(100ms);
					visibility: hidden;
				}
				&:hover ul {display: block; visibility: visible;}
				&:hover, &:active {
					&:after {
						top       : @menu-item-vertical-padding - (@menu-font-size / 3);
						visibility: visible;
					}
				}
				*/
  /*
				a.menu-dropdown-toggle {
					&:hover,
					&:active {}
				}
				*/
}

.header nav.primary_nav ul li.lihaschildren ul.menu-dropdown-content {
  background-color          : #171720;
  background-color          : rgba(23, 23, 32, 0.8);
  left                      : 0;
  min-width                 : 200%;
  opacity                   : 0;
  padding                   : 0;
  position                  : absolute;
  text-align                : left;
  visibility                : hidden;
  z-index                   : -10;
  -webkit-transition        : all 0.2s ease-in-out;
  -o-transition             : all 0.2s ease-in-out;
  transition                : all 0.2s ease-in-out;
  -webkit-overflow-scrolling: touch;
}

.header nav.primary_nav ul li.lihaschildren ul.menu-dropdown-content li {
  display: block;
}

.header nav.primary_nav ul li.lihaschildren ul.menu-dropdown-content li a {
  margin : 35px 5px;
  padding: 10px 15px;
  display: block;
}

.header nav.primary_nav ul li.lihaschildren ul.menu-dropdown-content.open {
  opacity   : 1;
  visibility: visible;
}

.header nav.primary_nav ul li.lihaschildren.drop-left ul.menu-dropdown-content {
  right: 0;
  left : inherit;
}

.header nav.primary_nav ul li.lihaschildren.drop-right ul.menu-dropdown-content {
  left: 0;
}

.header nav.primary_nav ul li.lihaschildren.drop-mid ul.menu-dropdown-content {
  left             : 50%;
  -o-transform     : translate(-50%, -100%);
  -webkit-transform: translate(-50%, -100%);
  -ms-transform    : translate(-50%, -100%);
  transform        : translate(-50%, -100%);
}

.header nav.primary_nav ul li.lihaschildren.drop-mid ul.menu-dropdown-content.open {
  -o-transform     : translate(-50%, 0px);
  -webkit-transform: translate(-50%, 0px);
  -ms-transform    : translate(-50%, 0px);
  transform        : translate(-50%, 0px);
}

.header nav.primary_nav ul li.lihaschildren.two-column ul {
  overflow: hidden;
  width   : 549px;
  padding : 30px 10px;
}

.header nav.primary_nav ul li.lihaschildren.two-column ul li {
  float       : left;
  width       : 264px;
  border-right: solid 1px #ffffff;
  /*
							ul {
								width: auto;
								width: 100%;
								li {
									float: none;
									width: 100%;
								}
							}
							&.sublihasdropdown ul li {
								border-right: solid 0px;
							}
							&.sublihasdropdown > a:after {
								right: 10px;
							}
							*/
}

.header nav.primary_nav ul li.lihaschildren.two-column ul li:nth-child(even) {
  border-right: solid 0px;
}

.header nav.primary_nav ul li.lihaschildren.two-column ul li:nth-child(odd) {
  clear: left;
}

.header nav.primary_nav ul li.lihaschildren.two-column ul li a {
  white-space: normal;
}

.header .underline nav.primary_nav>ul>li>a {
  border-top                : solid 3px transparent;
  border-bottom             : solid 3px transparent;
  -webkit-transition        : all 300ms ease-in-out;
  -o-transition             : all 300ms ease-in-out;
  transition                : all 300ms ease-in-out;
  -webkit-overflow-scrolling: touch;
  /*
			&:hover, &:active, &.active {
				border-bottom: solid 3px @brand-primary;
			}
			*/
}

.header .underline nav.primary_nav>ul>li.active>a {
  border-bottom: solid 3px #84817c;
}

.header.sticky_header_bottom ul.menu-dropdown-content.open {
  bottom: 126px;
}

.gradient {
  background: rgba(0, 0, 0, 0) linear-gradient(to right, #4eabf9 0%, #4eabf9 50%, #304770 50%, #304770 100%) repeat scroll 0 0;
}

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

.header.header_centered .nav_and_tools {
  position         : relative;
  right            : inherit;
  left             : inherit;
  padding          : 0;
  -o-transform     : translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform    : translate(0, 0);
  transform        : translate(0, 0);
  text-align       : center;
  display          : block;
}

.header.header_centered .primary_nav ul.nav>li a {
  text-align: left;
}

.header.header_centered.logo_centered_in_menu .nav_and_tools {
  position         : relative;
  right            : inherit;
  left             : inherit;
  -o-transform     : translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform    : translate(0, 0);
  transform        : translate(0, 0);
  text-align       : center;
  display          : block;
}

.header.header_centered.logo_centered_in_menu .primary_nav ul.nav>li>a {
  text-align: center;
}

/*
-- OTHER TOOLS ON THE HEADER
-------------------------------------------------------------- 
*/
.tools_on_header {
  display     : inline-block;
  padding-left: 25px;
}

.tools_on_header a {
  display         : inline-block;
  font-size       : 1.1em;
  text-align      : center;
  box-sizing      : content-box;
  min-width       : 2.2em;
  height          : 2.2em;
  line-height     : 2.2em;
  margin          : 54.45px 0 54.45px 2px;
  background-color: rgba(23, 23, 32, 0.8);
}

.tools_on_header a:link,
.tools_on_header a:visited {
  color: #ffffff;
}

.tools_on_header a:hover,
.tools_on_header a:active,
.tools_on_header a:focus {
  color     : #171720;
  background: #ffffff;
}

a.cart_toggler {
  background-color: rgba(23, 23, 32, 0.8);
  height          : 1.1em;
  line-height     : 1;
  padding         : 55px 30px;
  margin          : 0 0 0 15px;
}

a.cart_toggler span {
  margin: 0 0 0 4px;
}

/*
--------------------------------------------------------------  

TOGGLER OF THE SECONDARY WIDGETIZED AREA

-------------------------------------------------------------- 
*/
a.menu-toggler {
  color                     : #ffffff;
  cursor                    : pointer;
  height                    : 20px;
  position                  : relative;
  width                     : 20px;
  -webkit-transition        : all 300ms ease-in-out;
  -o-transition             : all 300ms ease-in-out;
  transition                : all 300ms ease-in-out;
  -webkit-overflow-scrolling: touch;
}

a.menu-toggler span.lines,
a.menu-toggler span.lines:before,
a.menu-toggler span.lines:after {
  cursor                    : pointer;
  height                    : 1px;
  width                     : 20px;
  background                : #ffffff;
  position                  : absolute;
  top                       : 4px;
  display                   : block;
  content                   : '';
  backface-visibility       : hidden;
  -webkit-transition        : all 300ms ease-in-out;
  -o-transition             : all 300ms ease-in-out;
  transition                : all 300ms ease-in-out;
  -webkit-overflow-scrolling: touch;
}

a.menu-toggler span.lines:before {
  top  : 6px;
  right: 0px;
}

a.menu-toggler span.lines:after {
  top  : 12px;
  right: 0px;
}

a.menu-toggler:hover {
  color: #ffffff;
}

a.menu-toggler:hover span.lines,
a.menu-toggler:hover span.lines:before,
a.menu-toggler:hover span.lines:after {
  background: #ffffff;
}

a.menu-toggler.active span.lines {
  background-color: transparent;
}

a.menu-toggler.active span.lines:before,
a.menu-toggler.active span.lines:after {
  top: 6px;
}

a.menu-toggler.active span.lines:before {
  transform: rotate(45deg);
}

a.menu-toggler.active span.lines:after {
  transform: rotate(-45deg);
}

/*
--------------------------------------------------------------  

THE SECONDARY NAV WIDGETIZED AREA

-------------------------------------------------------------- 
*/
.secondary_nav_widgetized_area {
  position        : fixed;
  height          : 100%;
  right           : 0;
  top             : 0;
  visibility      : hidden;
  z-index         : 1;
  width           : 320px;
  background-color: #111118;
  padding         : 47px 0px;
  overflow-y      : auto;
  /* Force Hardware Acceleration in WebKit */
  transform                 : translateZ(0);
  -webkit-transition        : all 0.2s ease-in-out;
  -o-transition             : all 0.2s ease-in-out;
  transition                : all 0.2s ease-in-out;
  -webkit-overflow-scrolling: touch;
  -o-transform              : translate(100%, 0px);
  -webkit-transform         : translate(100%, 0px);
  -ms-transform             : translate(100%, 0px);
  transform                 : translate(100%, 0px);
}

.secondary_nav_widgetized_area .tools_on_header {
  padding-right: 0px !important;
  margin-top   : -27.5px;
}

.secondary_nav_widgetized_area nav {
  clear        : both;
  padding      : 0 !important;
  margin-bottom: 0 !important;
}

.secondary_nav_widgetized_area nav a {
  padding       : 0;
  padding-bottom: 5px;
}

.secondary_nav_widgetized_area aside.widget {
  margin-right: 30px;
  margin-left : 30px;
  color       : #ffffff;
}

.secondary_nav_widgetized_area aside.widget h4 {
  font-size: 1em;
  color    : #ffffff;
}

.secondary_nav_widgetized_area .secondary_widgetized_area_copyright {
  position     : absolute;
  bottom       : -96px;
  padding-left : 20px;
  padding-right: 24px;
  font-size    : 12px;
  opacity      : 0.2;
  color        : #fdfdfd;
}

.secondary_nav_widgetized_area nav {
  font-family   : "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size     : 1.1em;
  text-transform: uppercase;
}

.secondary_nav_widgetized_area nav:last-of-type {
  margin-bottom: 20px;
}

.secondary_nav_widgetized_area nav ul {
  list-style   : none;
  margin       : 0;
  padding      : 0;
  margin-bottom: 28px;
}

.secondary_nav_widgetized_area nav ul:after {
  content         : '';
  position        : relative;
  display         : block;
  background-color: rgba(221, 221, 221, 0.1);
  height          : 1px;
  width           : 260px;
  margin-top      : 20px;
  margin-left     : 28px;
  margin-bottom   : 37px;
}

@media (max-width: 991px) {
  .secondary_nav_widgetized_area nav ul:after {
    display: none !important;
  }
}

.secondary_nav_widgetized_area nav ul li a {
  display                    : block;
  margin                     : 5px 10px 5px 30px;
  padding-bottom             : 5px;
  display                    : inline-block;
  vertical-align             : middle;
  -webkit-transform          : translateZ(0);
  transform                  : translateZ(0);
  box-shadow                 : 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility        : hidden;
  -moz-osx-font-smoothing    : grayscale;
  position                   : relative;
  overflow                   : hidden;
}

.secondary_nav_widgetized_area nav ul li a:before {
  content                           : "";
  position                          : absolute;
  z-index                           : -1;
  left                              : 0;
  right                             : 100%;
  bottom                            : 0;
  background                        : #84817c;
  height                            : 1px;
  -webkit-transition-property       : "right";
  transition-property               : "right";
  -webkit-transition-duration       : 0.3s;
  transition-duration               : 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function        : ease-out;
}

.secondary_nav_widgetized_area nav ul li a:hover:before,
.secondary_nav_widgetized_area nav ul li a:focus:before,
.secondary_nav_widgetized_area nav ul li a:active:before {
  right: 0;
}

.secondary_nav_widgetized_area nav ul li a:link,
.secondary_nav_widgetized_area nav ul li a:visited {
  color: #ffffff;
}

.secondary_nav_widgetized_area nav ul li a:hover,
.secondary_nav_widgetized_area nav ul li a:active,
.secondary_nav_widgetized_area nav ul li a.active,
.secondary_nav_widgetized_area nav ul li a:focus {
  color           : #ffffff;
  background-color: #171720;
}

.secondary_nav_widgetized_area nav ul li ul {
  display      : block;
  border-left  : solid 1px #ffffff;
  margin-left  : 30px;
  margin-bottom: 10px;
}

.secondary_nav_widgetized_area nav ul li ul li a {
  margin   : 5px 10px 5px 15px;
  font-size: 0.85em;
}

.secondary_nav_widgetized_area nav .nav {
  margin-bottom: 0 !important;
}

.secondary_nav_is_open {
  -o-transform              : translate(-320px, 0px);
  -webkit-transform         : translate(-320px, 0px);
  -ms-transform             : translate(-320px, 0px);
  transform                 : translate(-320px, 0px);
  -webkit-transition        : all 600ms ease-in-out !important;
  -o-transition             : all 600ms ease-in-out !important;
  transition                : all 600ms ease-in-out !important;
  -webkit-overflow-scrolling: touch !important;
}

.secondary_nav_widgetized_area.secondary_nav_is_open {
  -o-transform     : translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  -ms-transform    : translate(0px, 0px);
  transform        : translate(0px, 0px);
  visibility       : visible;
}

.header.appearing_sticky_header.secondary_nav_is_open {
  transform: translate(-320px, 0px);
}

/* 
5. =THE HEAD PANEL AREA
=============================================================== 
*/
.head_panel {
  -webkit-transition        : all 0.2s ease-in-out;
  -o-transition             : all 0.2s ease-in-out;
  transition                : all 0.2s ease-in-out;
  -webkit-overflow-scrolling: touch;
  position                  : relative;
}

.head_panel h1 {
  font-weight: 700;
}

.head_panel span {
  font-weight: 200;
}

.head_panel .caption {
  padding-top   : 116px;
  padding-bottom: 72px;
}

.head_panel:not(.owl-loaded) .ratio_slider:nth-child(n+2) {
  display: none;
}

.head_panel .item {
  height                 : 700px;
  -webkit-background-size: cover;
  -moz-background-size   : cover;
  -o-background-size     : cover;
  background-position    : center center;
  background-repeat      : no-repeat;
  background-size        : cover;
}

.head_panel .item:before {
  -webkit-backface-visibility: hidden;
}

.head_panel .item .container {
  height    : 100%;
  position  : relative;
  min-height: inherit;
}

.head_panel .owl-carousel .owl-nav {
  height  : 0px;
  top     : 50%;
  width   : 100%;
  position: absolute;
  margin  : 0;
}

.head_panel .owl-carousel .owl-prev,
.head_panel .owl-carousel .owl-next {
  position         : absolute;
  width            : 44px;
  height           : 50px;
  display          : block;
  -o-transform     : translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform    : translate(0, -50%);
  transform        : translate(0, -50%);
  background-repeat: no-repeat;
  background-color : transparent;
  margin           : 0;
  opacity          : 0.3;
}

.head_panel .owl-carousel .owl-prev:hover,
.head_panel .owl-carousel .owl-next:hover {
  opacity          : 1;
  background-repeat: no-repeat;
  background-color : transparent;
}

.head_panel .owl-carousel .owl-prev {
  background-position: 0 0;
  left               : 0;
  top                : 0;
  text-indent        : -2000px;
}

.head_panel .owl-carousel .owl-next {
  background-position: -44px 0;
  top                : 0;
  right              : 0;
  text-indent        : 2000px;
}

.head_panel .owl-carousel .owl-next:hover {
  background-position: -44px 0;
}

.head_panel .owl-carousel .owl-dots {
  position: absolute;
  bottom  : 20px;
  width   : 100%;
}

.head_panel .slider_wrapper .caption {
  position         : absolute;
  left             : 25%;
  top              : 50%;
  -o-transform     : translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform    : translate(0, -50%);
  transform        : translate(0, -50%);
  width            : 50%;
}

.head_panel .slider_wrapper .caption.caption-full {
  width: 80%;
  left : 10%;
}

.head_panel .slider_wrapper .caption.caption_left {
  left      : 0px;
  right     : inherit;
  text-align: left;
}

.head_panel .slider_wrapper .caption.caption_right {
  right     : 0;
  left      : inherit;
  text-align: left;
}

.caption h1,
.caption span {
  color: #fff !important;
}

.caption .inner {
  padding: 15px;
}

.caption .inner img {
  width: inherit;
}

.caption .inner .t1 {
  font-family: "Playfair Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size  : 56px;
  font-weight: 900;
  line-height: 1em;
  color      : #fff !important;
}

.caption .inner .t1 img {
  vertical-align: inherit;
}

.caption .inner .t1 h1 {
  font-size: inherit;
}

.caption .inner .t2 {
  font-family: "Playfair Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size  : 35px;
  font-weight: 300;
  line-height: 1.1em;
  color      : #fff !important;
}

.caption .inner .t3 {
  font-family: "Playfair Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size  : 27px;
  font-weight: 600;
  line-height: 1.1em;
  margin-top : 20px;
  color      : #fff !important;
}

.caption .inner p.desc {
  font-size  : 16px;
  line-height: 1.2em;
}

.caption .inner p.desc:before {
  content      : "";
  border-bottom: 2px solid #84817c;
  display      : block;
  margin       : 20px 0;
}

.caption.no-line p.desc:before,
.caption.no-line .t2:after {
  display: none !important;
}

.caption.caption_fancy .inner .t1 {
  font-size: 86px;
}

.caption.caption_fancy .inner .t2 {
  display    : inline-block;
  font-size  : 40px;
  font-weight: 300;
}

.caption.caption_fancy .inner .t2:after {
  border-bottom: 7px solid #84817c;
  content      : "";
  display      : block;
  margin-top   : 10px;
}

.caption.caption_fancy .inner .t3 {
  font-size  : 27px;
  font-weight: 700;
  margin     : 12px 0 6px 0;
}

.caption.caption_fancy .inner p.desc {
  font-size: 16px;
}

.caption.caption_fancy .inner p.desc:before {
  display: none;
}

.caption.caption_flat .inner .t1 {
  font-size  : 56px;
  font-weight: 900;
  line-height: 1em;
}

.caption.caption_flat .inner .t1 small {
  font-weight: 300;
}

.caption.caption_flat .inner .t2 {
  margin-bottom: 20px;
}

.caption.caption_flat .inner p.desc {
  font-size                   : 24px;
  -webkit-box-decoration-break: clone;
  /* Needs PreFixing */
  box-decoration-break: clone;
  /* Needs PreFixing */
  background-color: #84817c;
  color           : #fff;
  display         : inline;
  line-height     : 2em;
  padding         : 6px 12px;
  width           : 100%;
  margin          : 0;
}

.caption.caption_flat .inner p.desc:before {
  display: none;
}

.caption.caption_flat .inner.primary_section p.desc {
  background-color: #171720;
}

.caption.caption_elegant .inner .t1 {
  font-size  : 86px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .caption.caption_elegant .inner .t1 {
    font-size: 45px;
  }
}

.caption.caption_elegant .inner .t2 {
  letter-spacing: 4px;
  font-size     : 18px;
  text-transform: uppercase;
  font-weight   : 600;
  margin-top    : 10px;
  /* &          :after {
			border-bottom : 3px solid @brand-primary;
			content       : "";
			display       : block;
			margin        : 10px auto 0 auto;
			width         : 10%;
		} */
}

.caption.caption_elegant .inner .t3 {
  font-size     : 14px;
  letter-spacing: 7px;
  font-weight   : 300;
  margin        : 14px 0 7px 0;
}

.caption.caption_elegant .inner p.lead {
  font-size  : 18px;
  font-weight: 200;
}

/*** Full-Width Photo ***/
.full_width_photo {
  position               : relative;
  -webkit-background-size: cover;
  -moz-background-size   : cover;
  -o-background-size     : cover;
  background-position    : center center;
  background-repeat      : no-repeat;
  background-size        : cover;
  min-height             : 380px;
  width                  : 100%;
}

.full_width_photo {
  min-height: 320px;
}

/*** Head Panel's Heading group ***/
.head_panel .hgroup {
  font-family: "Playfair Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
  position   : absolute;
  bottom     : 0;
  left       : 0;
  width      : 100%;
  box-sizing : inherit;
}

.head_panel .hgroup .title {
  position: relative;
}

.head_panel .hgroup .title h1 {
  font-weight: 900;
  margin     : 0;
  padding    : 30px 0 0 0;
}

.head_panel .hgroup .title.transparent_film h1 {
  padding: 30px 0 10px 0;
}

.head_panel .hgroup .title.diagonal-bgcolor-trans {
  background: linear-gradient(to right, #f4f4f4 0%, #f4f4f4 25%, transparent 25%, transparent 100%);
}

.head_panel .hgroup .title.diagonal-bgcolor-trans .container h1 {
  display         : inline-block;
  position        : relative;
  background-color: #f4f4f4;
  min-width       : 300px;
  padding-right   : 10px;
  z-index         : 2;
}

.head_panel .hgroup .title.diagonal-bgcolor-trans .container h1:after {
  background: linear-gradient(to top right, #f4f4f4 0%, #f4f4f4 50%, transparent 50%, transparent 100%);
  content   : '';
  width     : 72px;
  height    : 100%;
  position  : absolute;
  top       : 0;
  right     : -72px;
}

.head_panel .hgroup .subtitle {
  position: relative;
}

.head_panel .hgroup .subtitle p {
  font-size  : 18px;
  margin     : 0;
  padding    : 5px 0 10px 0;
  line-height: 1.1em;
}

.head_panel .hgroup .subtitle.transparent_film p {
  padding: 10px 0 20px 0;
}

.head_panel .hgroup .subtitle.body-bg_section p {
  padding: 5px 0 0 0;
}

.head_panel .hgroup.fancy.vcenter {
  bottom           : inherit;
  top              : 50%;
  -o-transform     : translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform    : translate(0, -50%);
  transform        : translate(0, -50%);
}

.head_panel .hgroup.fancy .title h1 {
  font-size  : 82px;
  line-height: 1em;
}

.head_panel .hgroup.fancy .subtitle p {
  font-size  : 32px;
  font-weight: 300;
  line-height: 1em;
}

/*** MAP ***/
.map {
  padding-top: 56.25%;
}

.map img {
  max-width: none !important;
}

/* 
6. =THE MAIN AREA & THE ROOT SECTION ELEMENT
=============================================================== 
*/
/*
--------------------------------------------------------------  
 
Main Sections

-------------------------------------------------------------- 
*/
.main {
  position                  : relative;
  -webkit-transition        : all 0.2s ease-in-out;
  -o-transition             : all 0.2s ease-in-out;
  transition                : all 0.2s ease-in-out;
  -webkit-overflow-scrolling: touch;
  z-index                   : 9;
}

.main section {
  position               : relative;
  background-color       : #f4f4f4;
  -webkit-background-size: cover;
  -moz-background-size   : cover;
  -o-background-size     : cover;
  background-position    : center center;
  background-repeat      : no-repeat;
  background-size        : cover;
  padding-top            : 96px;
  padding-bottom         : 96px;
}

.main section.no_padding {
  padding-top   : 0;
  padding-bottom: 0;
}

.main section.no_top_padding {
  padding-top: 0;
}

.main section.no_bottom_padding {
  padding-bottom: 0;
}

.main section.no_cols_padding div[class*="col-"] {
  padding-left : 0;
  padding-right: 0;
}

.main section.short_padding {
  padding-top   : 48px;
  padding-bottom: 48px;
}

.main section.long_padding {
  padding-top   : 144px;
  padding-bottom: 144px;
}

.main section.full_width>.container {
  width: 100%;
}

.main section div[class*="col-"] {
  -webkit-background-size: cover;
  -moz-background-size   : cover;
  -o-background-size     : cover;
  background-position    : center center;
  background-repeat      : no-repeat;
  background-size        : cover;
}

.main section .container .container {
  width  : inherit;
  padding: 0;
}

.section_header {
  font-family: "Playfair Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin     : 0 0 24px 0;
  position   : relative;
}

.section_header img {
  margin: 10px 0 0px 0;
  width : 300px;
}

.section_header small {
  display: block;
}

.section_header .btn {
  margin-top: 10px;
}

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

.section_header.xbold h1,
.section_header.xbold h2,
.section_header.xbold h3,
.section_header.xbold h4,
.section_header.xbold h5,
.section_header.xbold h6 {
  font-weight: 900;
  margin     : 0 0 3px 0;
}

.section_header.xbold p {
  font-size  : 17px;
  font-weight: normal;
  line-height: 1.4em;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.section_header.fancy h2 {
  font-size: 60px;
  margin   : 0 !important;
}

.section_header.fancy h3 {
  font-size: 50px;
}

.section_header.fancy h4 {
  font-size: 38px;
}

.section_header.fancy h5 {
  font-size: 32px;
}

.section_header.fancy h6 {
  font-size: 28px;
}

.section_header.fancy h2,
.section_header.fancy h3,
.section_header.fancy h4,
.section_header.fancy h5,
.section_header.fancy h6 {
  font-weight: 900;
  margin     : 0 0 3px 0;
}

.section_header.fancy p {
  font-size  : 20px;
  line-height: 1.4em;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.section_header.minimal h2 {
  font-size: 37px;
  margin   : 0 !important;
}

.section_header.minimal h3 {
  font-size: 31px;
}

.section_header.minimal h4 {
  font-size: 23px;
}

.section_header.minimal h5 {
  font-size: 20px;
}

.section_header.minimal h6 {
  font-size: 17px;
}

.section_header.minimal h1,
.section_header.minimal h2,
.section_header.minimal h3,
.section_header.minimal h4,
.section_header.minimal h5,
.section_header.minimal h6 {
  font-weight: 700;
  margin     : 0 0 3px 0;
}

.section_header.minimal p {
  font-size   : 19px;
  font-weight : 300;
  line-height : 1.4em;
  font-family : "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  max-width   : 60%;
  margin-left : auto;
  margin-right: auto;
  margin-top  : 24px;
}

@media (max-width: 768px) {
  .section_header.minimal p {
    max-width: 100%;
  }
}

.section_header.elegant h2 {
  font-size: 45px;
}

.section_header.elegant h3 {
  font-size: 37px;
}

.section_header.elegant h4 {
  font-size: 28px;
}

.section_header.elegant h5 {
  font-size: 24px;
}

.section_header.elegant h6 {
  font-size: 21px;
}

.section_header.elegant h1,
.section_header.elegant h2,
.section_header.elegant h3,
.section_header.elegant h4,
.section_header.elegant h5,
.section_header.elegant h6 {
  font-weight: 700;
  margin     : 0 0 12px 0;
}

.section_header.elegant p {
  font-family   : "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size     : 12px;
  font-weight   : 300;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size     : 13px;
  line-height   : 1em;
}

.section_header.overlay h2 {
  font-size: 45px;
}

.section_header.overlay h3 {
  font-size: 37px;
}

.section_header.overlay h4 {
  font-size: 28px;
}

.section_header.overlay h5 {
  font-size: 24px;
}

.section_header.overlay h6 {
  font-size: 21px;
}

.section_header.overlay h1,
.section_header.overlay h2,
.section_header.overlay h3,
.section_header.overlay h4,
.section_header.overlay h5,
.section_header.overlay h6 {
  font-weight: 900;
  margin     : 0 0 12px 0;
}

.section_header.overlay p {
  font-family   : "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size     : 12px;
  font-weight   : 400;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size     : 13px;
  line-height   : 1em;
}

.section_header.overlay span {
  color                 : #84817c;
  font-size             : 140px;
  line-height           : 0;
  opacity               : 0.075;
  position              : absolute;
  top                   : 0;
  right                 : 0;
  left                  : 0;
  pointer-events        : none;
  -webkit-pointer-events: none;
  -moz-pointer-events   : none;
  -ms-pointer-events    : none;
  -o-pointer-events     : none;
}

@media (max-width: 767px) {
  .section_header.overlay span {
    display: none;
  }
}

/*** SKINCOLORED SECTION (PRIMARY) ***/
.primary_section,
.main .primary_section,
div[class*="_section"] .primary_section,
section[class*="_section"] .primary_section,
section[class*="_section"] div[class*="_section"] .primary_section {
  background-color: #5d5a57;
  color           : #fdfdfd;
}

.primary_section a:not(.btn):link,
.main .primary_section a:not(.btn):link,
div[class*="_section"] .primary_section a:not(.btn):link,
section[class*="_section"] .primary_section a:not(.btn):link,
section[class*="_section"] div[class*="_section"] .primary_section a:not(.btn):link,
.primary_section a:not(.btn):visited,
.main .primary_section a:not(.btn):visited,
div[class*="_section"] .primary_section a:not(.btn):visited,
section[class*="_section"] .primary_section a:not(.btn):visited,
section[class*="_section"] div[class*="_section"] .primary_section a:not(.btn):visited {
  color: #fdfdfd;
}

.primary_section a:not(.btn):hover,
.main .primary_section a:not(.btn):hover,
div[class*="_section"] .primary_section a:not(.btn):hover,
section[class*="_section"] .primary_section a:not(.btn):hover,
section[class*="_section"] div[class*="_section"] .primary_section a:not(.btn):hover,
.primary_section a:not(.btn):active,
.main .primary_section a:not(.btn):active,
div[class*="_section"] .primary_section a:not(.btn):active,
section[class*="_section"] .primary_section a:not(.btn):active,
section[class*="_section"] div[class*="_section"] .primary_section a:not(.btn):active {
  color: #ffffff;
}

.primary_section a i,
.main .primary_section a i,
div[class*="_section"] .primary_section a i,
section[class*="_section"] .primary_section a i,
section[class*="_section"] div[class*="_section"] .primary_section a i {
  color: #fdfdfd;
}

/*** SECONDARY COLORED SECTION ***/
.secondary_section,
.main .secondary_section,
div[class*="_section"] .secondary_section,
section[class*="_section"] .secondary_section,
section[class*="_section"] div[class*="_section"] .secondary_section {
  background-color: #171720;
  color           : #ffffff;
}

.secondary_section a:not(.btn):link,
.main .secondary_section a:not(.btn):link,
div[class*="_section"] .secondary_section a:not(.btn):link,
section[class*="_section"] .secondary_section a:not(.btn):link,
section[class*="_section"] div[class*="_section"] .secondary_section a:not(.btn):link,
.secondary_section a:not(.btn):visited,
.main .secondary_section a:not(.btn):visited,
div[class*="_section"] .secondary_section a:not(.btn):visited,
section[class*="_section"] .secondary_section a:not(.btn):visited,
section[class*="_section"] div[class*="_section"] .secondary_section a:not(.btn):visited {
  color: #84817c;
}

.secondary_section a:not(.btn):hover,
.main .secondary_section a:not(.btn):hover,
div[class*="_section"] .secondary_section a:not(.btn):hover,
section[class*="_section"] .secondary_section a:not(.btn):hover,
section[class*="_section"] div[class*="_section"] .secondary_section a:not(.btn):hover,
.secondary_section a:not(.btn):active,
.main .secondary_section a:not(.btn):active,
div[class*="_section"] .secondary_section a:not(.btn):active,
section[class*="_section"] .secondary_section a:not(.btn):active,
section[class*="_section"] div[class*="_section"] .secondary_section a:not(.btn):active {
  color: #a9a7a3;
}

.secondary_section a i,
.main .secondary_section a i,
div[class*="_section"] .secondary_section a i,
section[class*="_section"] .secondary_section a i,
section[class*="_section"] div[class*="_section"] .secondary_section a i {
  color: #ffffff;
}

/*** DARK SECTION ***/
.dark_section,
.main .dark_section,
div[class*="_section"] .dark_section,
section[class*="_section"] .dark_section,
section[class*="_section"] div[class*="_section"] .dark_section {
  background-color: #111118;
  color           : #ffffff;
}

.dark_section a:not(.btn):link,
.main .dark_section a:not(.btn):link,
div[class*="_section"] .dark_section a:not(.btn):link,
section[class*="_section"] .dark_section a:not(.btn):link,
section[class*="_section"] div[class*="_section"] .dark_section a:not(.btn):link,
.dark_section a:not(.btn):visited,
.main .dark_section a:not(.btn):visited,
div[class*="_section"] .dark_section a:not(.btn):visited,
section[class*="_section"] .dark_section a:not(.btn):visited,
section[class*="_section"] div[class*="_section"] .dark_section a:not(.btn):visited {
  color: #84817c;
}

.dark_section a:not(.btn):hover,
.main .dark_section a:not(.btn):hover,
div[class*="_section"] .dark_section a:not(.btn):hover,
section[class*="_section"] .dark_section a:not(.btn):hover,
section[class*="_section"] div[class*="_section"] .dark_section a:not(.btn):hover,
.dark_section a:not(.btn):active,
.main .dark_section a:not(.btn):active,
div[class*="_section"] .dark_section a:not(.btn):active,
section[class*="_section"] .dark_section a:not(.btn):active,
section[class*="_section"] div[class*="_section"] .dark_section a:not(.btn):active {
  color: #5d5a57;
}

.dark_section a i,
.main .dark_section a i,
div[class*="_section"] .dark_section a i,
section[class*="_section"] .dark_section a i,
section[class*="_section"] div[class*="_section"] .dark_section a i {
  color: #ffffff;
}

.dark_section ul.breadcrumb li a,
.main .dark_section ul.breadcrumb li a,
div[class*="_section"] .dark_section ul.breadcrumb li a,
section[class*="_section"] .dark_section ul.breadcrumb li a,
section[class*="_section"] div[class*="_section"] .dark_section ul.breadcrumb li a {
  color: #ffffff;
}

.dark_section ul.breadcrumb li a:hover,
.main .dark_section ul.breadcrumb li a:hover,
div[class*="_section"] .dark_section ul.breadcrumb li a:hover,
section[class*="_section"] .dark_section ul.breadcrumb li a:hover,
section[class*="_section"] div[class*="_section"] .dark_section ul.breadcrumb li a:hover {
  color: #84817c;
}

.dark_section span.previous_icon,
.main .dark_section span.previous_icon,
div[class*="_section"] .dark_section span.previous_icon,
section[class*="_section"] .dark_section span.previous_icon,
section[class*="_section"] div[class*="_section"] .dark_section span.previous_icon,
.dark_section span.next_icon,
.main .dark_section span.next_icon,
div[class*="_section"] .dark_section span.next_icon,
section[class*="_section"] .dark_section span.next_icon,
section[class*="_section"] div[class*="_section"] .dark_section span.next_icon {
  color: #ffffff;
}

.dark_section span.previous_icon:hover,
.main .dark_section span.previous_icon:hover,
div[class*="_section"] .dark_section span.previous_icon:hover,
section[class*="_section"] .dark_section span.previous_icon:hover,
section[class*="_section"] div[class*="_section"] .dark_section span.previous_icon:hover,
.dark_section span.next_icon:hover,
.main .dark_section span.next_icon:hover,
div[class*="_section"] .dark_section span.next_icon:hover,
section[class*="_section"] .dark_section span.next_icon:hover,
section[class*="_section"] div[class*="_section"] .dark_section span.next_icon:hover {
  color: #84817c;
}

.dark_section .pl_sidebar_menu ul li a,
.main .dark_section .pl_sidebar_menu ul li a,
div[class*="_section"] .dark_section .pl_sidebar_menu ul li a,
section[class*="_section"] .dark_section .pl_sidebar_menu ul li a,
section[class*="_section"] div[class*="_section"] .dark_section .pl_sidebar_menu ul li a {
  color: #ffffff;
}

.dark_section .pl_sidebar_menu ul li a:hover,
.main .dark_section .pl_sidebar_menu ul li a:hover,
div[class*="_section"] .dark_section .pl_sidebar_menu ul li a:hover,
section[class*="_section"] .dark_section .pl_sidebar_menu ul li a:hover,
section[class*="_section"] div[class*="_section"] .dark_section .pl_sidebar_menu ul li a:hover {
  color: #5d5a57;
}

.dark_section div i,
.main .dark_section div i,
div[class*="_section"] .dark_section div i,
section[class*="_section"] .dark_section div i,
section[class*="_section"] div[class*="_section"] .dark_section div i {
  border-color: rgba(255, 255, 255, 0.07);
}

/*** LIGHT SECTION ***/
.light_section,
.main .light_section,
div[class*="_section"] .light_section,
section[class*="_section"] .light_section,
section[class*="_section"] div[class*="_section"] .light_section {
  background-color: #f4f4f4;
  color           : #323232;
}

.light_section a:not(.btn):link,
.main .light_section a:not(.btn):link,
div[class*="_section"] .light_section a:not(.btn):link,
section[class*="_section"] .light_section a:not(.btn):link,
section[class*="_section"] div[class*="_section"] .light_section a:not(.btn):link,
.light_section a:not(.btn):visited,
.main .light_section a:not(.btn):visited,
div[class*="_section"] .light_section a:not(.btn):visited,
section[class*="_section"] .light_section a:not(.btn):visited,
section[class*="_section"] div[class*="_section"] .light_section a:not(.btn):visited {
  color: #323232;
}

.light_section a:not(.btn):hover,
.main .light_section a:not(.btn):hover,
div[class*="_section"] .light_section a:not(.btn):hover,
section[class*="_section"] .light_section a:not(.btn):hover,
section[class*="_section"] div[class*="_section"] .light_section a:not(.btn):hover,
.light_section a:not(.btn):active,
.main .light_section a:not(.btn):active,
div[class*="_section"] .light_section a:not(.btn):active,
section[class*="_section"] .light_section a:not(.btn):active,
section[class*="_section"] div[class*="_section"] .light_section a:not(.btn):active {
  color: #84817c;
}

.light_section a i,
.main .light_section a i,
div[class*="_section"] .light_section a i,
section[class*="_section"] .light_section a i,
section[class*="_section"] div[class*="_section"] .light_section a i {
  color: #323232;
}

.light_section div i,
.main .light_section div i,
div[class*="_section"] .light_section div i,
section[class*="_section"] .light_section div i,
section[class*="_section"] div[class*="_section"] .light_section div i {
  border-color: rgba(50, 50, 50, 0.07);
}

.light_section div i:hover,
.main .light_section div i:hover,
div[class*="_section"] .light_section div i:hover,
section[class*="_section"] .light_section div i:hover,
section[class*="_section"] div[class*="_section"] .light_section div i:hover {
  border-color: rgba(50, 50, 50, 0.37);
}

.light_section .room_details_icons div i,
.main .light_section .room_details_icons div i,
div[class*="_section"] .light_section .room_details_icons div i,
section[class*="_section"] .light_section .room_details_icons div i,
section[class*="_section"] div[class*="_section"] .light_section .room_details_icons div i {
  border-color: rgba(50, 50, 50, 0.07);
}

.light_section .room_details_icons div i:hover,
.main .light_section .room_details_icons div i:hover,
div[class*="_section"] .light_section .room_details_icons div i:hover,
section[class*="_section"] .light_section .room_details_icons div i:hover,
section[class*="_section"] div[class*="_section"] .light_section .room_details_icons div i:hover {
  border-color: rgba(50, 50, 50, 0.37);
}

/*** BLACK SECTION ***/
.black_section,
.main .black_section,
div[class*="_section"] .black_section,
section[class*="_section"] .black_section,
section[class*="_section"] div[class*="_section"] .black_section {
  background-color: #000000;
  color           : #ffffff;
}

.black_section a:not(.btn):link,
.main .black_section a:not(.btn):link,
div[class*="_section"] .black_section a:not(.btn):link,
section[class*="_section"] .black_section a:not(.btn):link,
section[class*="_section"] div[class*="_section"] .black_section a:not(.btn):link,
.black_section a:not(.btn):visited,
.main .black_section a:not(.btn):visited,
div[class*="_section"] .black_section a:not(.btn):visited,
section[class*="_section"] .black_section a:not(.btn):visited,
section[class*="_section"] div[class*="_section"] .black_section a:not(.btn):visited {
  color: #84817c;
}

.black_section a:not(.btn):hover,
.main .black_section a:not(.btn):hover,
div[class*="_section"] .black_section a:not(.btn):hover,
section[class*="_section"] .black_section a:not(.btn):hover,
section[class*="_section"] div[class*="_section"] .black_section a:not(.btn):hover,
.black_section a:not(.btn):active,
.main .black_section a:not(.btn):active,
div[class*="_section"] .black_section a:not(.btn):active,
section[class*="_section"] .black_section a:not(.btn):active,
section[class*="_section"] div[class*="_section"] .black_section a:not(.btn):active {
  color: #5d5a57;
}

.black_section a i,
.main .black_section a i,
div[class*="_section"] .black_section a i,
section[class*="_section"] .black_section a i,
section[class*="_section"] div[class*="_section"] .black_section a i {
  color: #ffffff;
}

/*** WHITE SECTION ***/
.white_section,
.main .white_section,
div[class*="_section"] .white_section,
section[class*="_section"] .white_section,
section[class*="_section"] div[class*="_section"] .white_section {
  background-color: #ffffff;
  color           : #323232;
}

.white_section a:not(.btn):link,
.main .white_section a:not(.btn):link,
div[class*="_section"] .white_section a:not(.btn):link,
section[class*="_section"] .white_section a:not(.btn):link,
section[class*="_section"] div[class*="_section"] .white_section a:not(.btn):link,
.white_section a:not(.btn):visited,
.main .white_section a:not(.btn):visited,
div[class*="_section"] .white_section a:not(.btn):visited,
section[class*="_section"] .white_section a:not(.btn):visited,
section[class*="_section"] div[class*="_section"] .white_section a:not(.btn):visited {
  color: #84817c;
}

.white_section a:not(.btn):hover,
.main .white_section a:not(.btn):hover,
div[class*="_section"] .white_section a:not(.btn):hover,
section[class*="_section"] .white_section a:not(.btn):hover,
section[class*="_section"] div[class*="_section"] .white_section a:not(.btn):hover,
.white_section a:not(.btn):active,
.main .white_section a:not(.btn):active,
div[class*="_section"] .white_section a:not(.btn):active,
section[class*="_section"] .white_section a:not(.btn):active,
section[class*="_section"] div[class*="_section"] .white_section a:not(.btn):active {
  color: #5d5a57;
}

.white_section a i,
.main .white_section a i,
div[class*="_section"] .white_section a i,
section[class*="_section"] .white_section a i,
section[class*="_section"] div[class*="_section"] .white_section a i {
  color: #323232;
}

.white_section .owl-prev,
.main .white_section .owl-prev,
div[class*="_section"] .white_section .owl-prev,
section[class*="_section"] .white_section .owl-prev,
section[class*="_section"] div[class*="_section"] .white_section .owl-prev,
.white_section .owl-next,
.main .white_section .owl-next,
div[class*="_section"] .white_section .owl-next,
section[class*="_section"] .white_section .owl-next,
section[class*="_section"] div[class*="_section"] .white_section .owl-next {
  color: #323232 !important;
}

/*** BODY-BACKGROUND SECTION ***/
.body-bg_section,
div[class*="_section"] .body-bg_section,
section[class*="_section"] .body-bg_section,
section[class*="_section"] div[class*="_section"] .body-bg_section {
  background-color: #f4f4f4;
  color           : #111118;
}

.body-bg_section a:not(.btn):link,
div[class*="_section"] .body-bg_section a:not(.btn):link,
section[class*="_section"] .body-bg_section a:not(.btn):link,
section[class*="_section"] div[class*="_section"] .body-bg_section a:not(.btn):link,
.body-bg_section a:not(.btn):visited,
div[class*="_section"] .body-bg_section a:not(.btn):visited,
section[class*="_section"] .body-bg_section a:not(.btn):visited,
section[class*="_section"] div[class*="_section"] .body-bg_section a:not(.btn):visited {
  color: #84817c;
}

.body-bg_section a:not(.btn):hover,
div[class*="_section"] .body-bg_section a:not(.btn):hover,
section[class*="_section"] .body-bg_section a:not(.btn):hover,
section[class*="_section"] div[class*="_section"] .body-bg_section a:not(.btn):hover,
.body-bg_section a:not(.btn):active,
div[class*="_section"] .body-bg_section a:not(.btn):active,
section[class*="_section"] .body-bg_section a:not(.btn):active,
section[class*="_section"] div[class*="_section"] .body-bg_section a:not(.btn):active {
  color: #84817c;
}

.body-bg_section a i,
div[class*="_section"] .body-bg_section a i,
section[class*="_section"] .body-bg_section a i,
section[class*="_section"] div[class*="_section"] .body-bg_section a i {
  color: #111118;
}

/*** PARTICLES ***/
.particles-js-container {
  height  : 100%;
  left    : 0;
  margin  : 0;
  padding : 0;
  position: absolute;
  top     : 0;
  width   : 100%;
}

/*** COLUMN HEADER ***/
.col_header {
  font-weight  : 900;
  margin-bottom: 20px;
  margin-top   : 0;
}

/* 
7. =DESIGN ELEMENTS
=============================================================== 
*/
/*** ENTRY ***/
.entry {
  overflow: hidden;
  z-index : 999;
}

.entry a {
  display: block;
}

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

.entry .entry_photo i {
  font-size: 100px;
  padding  : 20px;
  display  : inline-block;
}

.entry .entry_photo.stretchy_wrapper i {
  padding          : 10px;
  top              : 50%;
  left             : 50%;
  -o-transform     : translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform    : translate(-50%, -50%);
  transform        : translate(-50%, -50%);
  right            : inherit;
  bottom           : inherit;
  height           : auto;
  width            : auto;
}

.entry .entry_text {
  padding       : 20px 10px;
  text-align    : center;
  text-transform: uppercase;
}

.entry .entry_text h3,
.entry .entry_text h4,
.entry .entry_text h5 {
  font-weight: 800;
  margin     : 0;
}

.entry img {
  width: 100%;
}

.entry .entry_icon {
  position         : absolute;
  top              : 20px;
  left             : 10px;
  color            : #fdfdfd;
  padding          : 0 30px;
  -webkit-animation: fadeInDown 0.4s;
  animation        : fadeInDown 0.4s;
  width            : 180px !important;
}

.entry .entry_title {
  position         : absolute;
  bottom           : 20px;
  left             : 10px;
  color            : #fdfdfd;
  padding          : 0 30px;
  -webkit-animation: fadeInDown 0.4s;
  animation        : fadeInDown 0.4s;
}

.entry .entry_title h2 {
  font-weight: 700;
}

.entry .entry_paragraph {
  position  : absolute;
  bottom    : 20px;
  left      : 10px;
  right     : 10px;
  color     : #fdfdfd;
  padding   : 0 30px;
  text-align: justify;
  visibility: hidden;
}

.entry:hover .entry_title {
  visibility       : hidden;
  -webkit-animation: fadeInUp 0.4s;
  animation        : fadeInUp 0.4s;
}

.entry:hover .entry_paragraph {
  visibility       : visible;
  -webkit-animation: fadeInUp 0.4s;
  animation        : fadeInUp 0.4s;
}

.primary_section.entry a .entry_text {
  color: #fdfdfd;
}

.secondary_section.entry a .entry_text {
  color: #ffffff;
}

.dark_section.entry a .entry_text {
  color: #ffffff;
}

.light_section.entry a .entry_text {
  color: #323232;
}

.white_section.entry a .entry_text {
  color: #323232;
}

.black_section.entry a .entry_text {
  color: #ffffff;
}

.primary_section.entry a:hover {
  color           : #fdfdfd;
  background-color: #282726;
}

.secondary_section.entry a:hover {
  color           : #ffffff;
  background-color: #000000;
}

.dark_section.entry a:hover {
  color           : #ffffff;
  background-color: #000000;
}

.light_section.entry a:hover {
  color           : #323232;
  background-color: #c1c1c1;
}

.white_section.entry a:hover {
  color           : #323232;
  background-color: #cccccc;
}

.black_section.entry a:hover {
  color           : #ffffff;
  background-color: #000000;
}

.entry a:hover {
  background-color: #000000;
  color           : #ffffff;
}

/* DEPARTMENTS */
.department {
  position     : relative;
  margin-bottom: 20px;
}

.department .department_photo {
  display                : block;
  -webkit-background-size: cover;
  -moz-background-size   : cover;
  -o-background-size     : cover;
  background-position    : center center;
  background-repeat      : no-repeat;
  background-size        : cover;
  background-position    : 50% 0%;
}

.department h4 {
  cursor                    : pointer;
  font-size                 : 17px;
  font-weight               : 700;
  margin                    : 0;
  padding                   : 0px 0px 0px 40px;
  position                  : absolute;
  top                       : 0;
  -webkit-transition        : all 0.2s ease-in-out;
  -o-transition             : all 0.2s ease-in-out;
  transition                : all 0.2s ease-in-out;
  -webkit-overflow-scrolling: touch;
  width                     : 100%;
  z-index                   : 10;
}

.department h4 a {
  display: block;
  padding: 10px 5px;
  color  : inherit !important;
}

.department h4 i {
  background-color: inherit;
  color           : inherit;
  height          : 100%;
  left            : 0;
  margin          : 0;
  padding         : 10px;
  position        : absolute;
  top             : 0;
  width           : 40px;
  font-weight     : normal;
  text-align      : center;
}

.department:hover h4 {
  top              : 50%;
  -o-transform     : translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform    : translate(0, -50%);
  transform        : translate(0, -50%);
}

/*** TESTIMONIAL ***/
.testimonial p {
  font-weight : 200;
  text-align  : left;
  font-size   : 18px;
  padding-left: 94px;
  font-family : "Playfair Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style  : italic;
}

.testimonial .name {
  text-align   : left;
  font-size    : 13px;
  padding-left : 94px;
  margin-bottom: 5px;
}

.testimonial .name strong {
  display       : inline-block;
  font-size     : 13px;
  text-transform: uppercase;
}

.testimonial img {
  width        : 70px !important;
  float        : left;
  margin-bottom: 24px;
}

.testimonial ul.slides li {
  display: none;
}

.testimonial ul.slides li:first-child {
  display: block;
}

.testimonial .flex-control-paging li a {
  background: #aaa;
  background: rgba(220, 220, 220, 0.5);
  box-shadow: 0, 0, 3px, rgba(220, 220, 220, 0.3), inset;
}

.testimonial .flex-control-paging li a:hover {
  background: #aaa;
  background: rgba(220, 220, 220, 0.7);
}

.testimonial .flex-control-paging li a.flex-active {
  background: #fafafa;
  background: rgba(220, 220, 220, 0.9);
}

.testimonial .experience {
  font-size    : 13px;
  margin-bottom: 24px;
  padding-left : 94px;
}

/*** CONTACT QUICK ***/
.contact-quick input:focus,
.contact-quick textarea:focus {
  outline: none;
}

.contact-quick input,
.contact-quick textarea,
.appointment input,
.appointment textarea,
.contact-quick select,
.appointment select {
  border-color: transparent;
  font-size   : 15px;
  margin-top  : 5px;
}

.captcha-code {
  background-repeat: no-repeat;
  height           : 30px;
}

.contact-quick .captcha,
.appointment .captcha {
  margin: 5px 0;
}

.widget_quickcontact .captchainput,
.widget_appointment .captchainput {
  width       : 50%;
  padding     : 3px 5px 5px 5px;
  border      : 0;
  margin-right: 5px;
  color       : black;
}

.widget_appointment .wpcf7-submit,
.widget_quickcontact .wpcf7-submit {
  margin-top: 5px;
}

.contact-quick .captchainput,
.appointment .captchainput {
  border-color: transparent;
  border-style: solid;
  border-width: 2px;
  box-shadow  : none;
  display     : inline-block;
  float       : right;
  height      : 30px;
  margin      : 0;
  padding     : 0;
  text-align  : center;
  width       : 55%;
}

.contact-quick .captcha-code,
.appointment .captcha-code {
  background-color: #FF6B10;
  display         : inline-block;
  height          : 30px;
  position        : relative;
  width           : 45%;
}

.contact-quick .captcha-code::after,
.appointment .captcha-code::after {
  background-color: #FF6B10;
  content         : "";
  display         : inline-block;
  height          : 20px;
  overflow        : hidden;
  padding         : 0px;
  position        : absolute;
  right           : -10px;
  top             : 5px;
  transform       : rotateZ(45deg);
  width           : 20px;
}

.loading {
  animation: loading 1s linear infinite;
}

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

  50% {
    opacity: 0.1;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes loading {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.1;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes loading {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.1;
  }

  100% {
    opacity: 1;
  }
}

@keyframes loading {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.1;
  }

  100% {
    opacity: 1;
  }
}

.contact-quick .alert-warning,
.appointment .alert-warning {
  border-radius: 0;
  padding      : 10px;
  margin-top   : 5px;
}

form.wpcf7-form p {
  margin: 0 0 5px 0;
}

/*** APPOINTMENT FORM ***/
#contact_panel {
  z-index: 10;
}

select.sex,
select.department {
  border             : none;
  -moz-appearance    : none;
  -webkit-appearance : none;
  appearance         : none;
  background-position: 95% 50%;
  background-repeat  : no-repeat;
  background-size    : 24px 24px;
  text-transform     : uppercase;
  width              : 100%;
  padding            : 8px 20px;
  background-color   : #84817c;
  color              : #fdfdfd;
  margin-bottom      : 0;
}

select.sex,
select.department {
  background-image: url('../../images/form-selector.png');
}

/*** TIMETABLE ***/
.timetable table.timetable_hours {
  margin: 40px 0;
  width : 100%;
}

.timetable table.timetable_hours td {
  font-weight: 900;
  padding    : 3px 10px 3px 0;
}

.timetable table.timetable_hours tr td:nth-child(even) {
  font-weight: 400;
  text-align : right;
}

.widget .timetable table.timetable_hours {
  margin: 0 0 20px 0;
}

/*** NEWSLETTER FORM ***/
#newsletterResponse {
  -webkit-transition        : all 0.2s ease-in-out;
  -o-transition             : all 0.2s ease-in-out;
  transition                : all 0.2s ease-in-out;
  -webkit-overflow-scrolling: touch;
  position                  : absolute;
  top                       : 0;
  left                      : 130px;
  transition                : all 600ms;
}

.newsletter_form button[type="submit"] {
  position: relative;
}

.newsletter_form .newsletter_input {
  margin-left: 10%;
  width      : 59%;
}

.newsletter_form h3,
.newsletter_form h4 {
  text-align: center;
}

.newsletter_form h4 {
  margin-bottom: 20px;
}

.newsletter_form h3 {
  font-family   : "Playfair Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size     : 32px;
  font-weight   : 300;
  margin-top    : 0;
  text-transform: uppercase;
}

.newsletter_form .fa-refresh-animate {
  transition       : all 600ms;
  display          : none;
  -animation       : respin 0.9s infinite linear;
  -webkit-animation: respin2 0.9s infinite linear;
}

.refresh-show {
  display: inline-block !important;
}

@-webkit-keyframes respin2 {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes respin {
  from {
    transform: scale(1) rotate(0deg);
  }

  to {
    transform: scale(1) rotate(360deg);
  }
}

/*** SVG NEWSLETTER ***/
.svg_newsletter {
  position: relative;
  height  : 220px;
}

.svg_newsletter .row {
  position         : absolute;
  top              : 50%;
  -o-transform     : translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform    : translate(0, -50%);
  transform        : translate(0, -50%);
  width            : 100%;
  margin           : 0;
}

.svg_newsletter #newsletterResponse {
  top     : 44px;
  left    : 0;
  position: absolute;
}

.svg_newsletter .left_area {
  -o-transform     : translate(15px, -15px);
  -webkit-transform: translate(15px, -15px);
  -ms-transform    : translate(15px, -15px);
  transform        : translate(15px, -15px);
}

.svg_newsletter .left_area h3,
.svg_newsletter .left_area p {
  text-align : left;
  line-height: 1.1em;
  font-size  : 18px;
  margin     : 0;
}

.svg_newsletter .left_area h3 {
  font-weight: 900;
  font-size  : 26px;
}

.svg_newsletter .right_area {
  -o-transform     : translate(0, 25px);
  -webkit-transform: translate(0, 25px);
  -ms-transform    : translate(0, 25px);
  transform        : translate(0, 25px);
}

/*** TEASER BOX ***/
.teaser_box {
  position     : relative;
  margin-bottom: 20px;
}

.teaser_box .figure {
  display                : block;
  -webkit-background-size: cover;
  -moz-background-size   : cover;
  -o-background-size     : cover;
  background-position    : center center;
  background-repeat      : no-repeat;
  background-size        : cover;
}

.teaser_box .figure>i,
.teaser_box .figure>a i {
  font-size: 100px;
  display  : inline-block;
}

.teaser_box .figure.stretchy_wrapper>i,
.teaser_box .figure.stretchy_wrapper>a i {
  position         : absolute;
  padding          : 0;
  left             : 50%;
  top              : 50%;
  right            : inherit;
  bottom           : inherit;
  height           : auto;
  width            : auto;
  -o-transform     : translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform    : translate(-50%, -50%);
  transform        : translate(-50%, -50%);
}

.teaser_box .content {
  padding: 25px 20px 30px 20px;
}

.teaser_box .content .hgroup {
  margin: 0 0 15px 0;
}

.teaser_box .content .hgroup h4 {
  font-weight: 900;
  margin     : 0;
}

.teaser_box .content .hgroup p {
  margin: 0;
}

.teaser_box .content .desc {
  margin-bottom: 20px;
}

.teaser_box .content .link {
  position: absolute;
  bottom  : 0;
  left    : 0;
  width   : 100%;
  z-index : 2;
}

.teaser_box .content .link>a {
  min-width: 80px;
  cursor   : pointer;
}

a[href="#team_profile"] {
  cursor: default;
}

.team_member:hover .team_social {
  filter           : alpha(opacity=1);
  opacity          : 1;
  -webkit-transform: translate(-50%, 100%) !important;
  -ms-transform    : translate(-50%, 100%) !important;
  transform        : translate(-50%, 100%) !important;
  z-index          : 1000;
}

.teaser_box.team_member:hover {
  box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.15);
}

.teaser_box.team_member .team_social {
  top              : inherit;
  right            : inherit;
  left             : 50%;
  -o-transform     : translate(-50%, -100%);
  -webkit-transform: translate(-50%, -100%);
  -ms-transform    : translate(-50%, -100%);
  transform        : translate(-50%, -100%);
  text-align       : inherit;
}

.teaser_box.team_member .team_social a:link i,
.teaser_box.team_member .team_social a:visited i {
  color        : #ffffff !important;
  margin-bottom: 7px;
}

.teaser_box.team_member .team_social a:hover,
.teaser_box.team_member .team_social a:active {
  background-color: #ffffff;
  color           : #84817c;
  text-decoration : none;
}

.team_social a:hover,
.team_social a:active {
  background-color: #84817c;
  color           : #fff;
  text-decoration : none;
}

.team_social.show {
  position         : relative;
  -o-transform     : translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  -ms-transform    : translate(0px, 0px);
  transform        : translate(0px, 0px);
  text-align       : center;
}

/*** DOCTORS TIMETABLE ***/
table.timetable_big {
  margin: 0;
}

table.timetable_big thead tr:nth-child(2) {
  background-color: #84817c;
  color           : white;
}

table.timetable_big thead tr:nth-child(2) th {
  border-top   : none;
  border-bottom: none;
  border-left  : 1px solid #DDD;
}

table.timetable_big thead tr:nth-child(2) th:first-child {
  background-color: #fff;
  border-left     : none;
}

table.timetable_big thead tr:nth-child(2) th:last-child {
  border-right: none;
}

table.timetable_big thead tr:nth-child(3) th {
  border-left  : 1px solid #DDD;
  border-bottom: none;
}

table.timetable_big thead tr:nth-child(3) th:first-child {
  border-left: none;
}

table.timetable_big tbody tr:nth-child(odd):hover,
table.timetable_big tbody tr:hover {
  background-color: #84817c;
}

table.timetable_big tbody tr:nth-child(odd):hover td:first-child,
table.timetable_big tbody tr:hover td:first-child {
  color: #FFF;
}

table.timetable_big tbody tr:nth-child(odd) {
  background-color: #F7F7F7;
}

table.timetable_big tbody td {
  border-left: 1px solid #DDD;
}

table.timetable_big tbody td.check {
  background-color: rgba(184, 240, 178, 0.7);
  font            : normal normal normal 14px/1 FontAwesome;
}

table.timetable_big tbody td.check.check::before {
  content: "\f00c";
}

table.timetable_big tbody td:first-child {
  border-left: none;
}

/* PRICING PLAN */
.pricing_plan {
  position     : relative;
  margin-bottom: 0px;
  text-align   : left;
  border-top   : 3px solid #84817c;
}

.pricing_plan .plan_title {
  padding: 48px 72px;
}

.pricing_plan .plan_title h2 {
  margin     : 0;
  font-weight: 800;
  position   : relative;
}

.pricing_plan .plan_title span {
  font-size     : 12px;
  letter-spacing: 5px;
  opacity       : 0.7;
  display       : block;
  margin-bottom : 10px;
}

.pricing_plan .the_price {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size  : 23px;
  font-weight: 400;
  /* &       :first-letter {
			font-size: 14px;
		} */
}

.pricing_plan .the_price small {
  font-size : 14px;
  margin-top: 6px;
}

.pricing_plan .the_offerings {
  padding: 48px 72px;
}

.pricing_plan .the_offerings p {
  margin-bottom: 24px;
  opacity      : 0.7;
}

.pricing_plan .the_offerings ul {
  padding-left: 0;
  list-style  : none;
}

.pricing_plan .the_offerings ul li {
  margin-bottom: 4px;
}

.pricing_plan .the_offerings ul li:before {
  content      : '-  ';
  padding-right: 5px;
}

.pricing_plan .the_offerings ul li:after {
  content         : '';
  width           : 100%;
  height          : 1px;
  background-color: rgba(204, 204, 204, 0.2);
  display         : block;
  position        : relative;
  margin          : 14px 0;
}

.pricing_plan .the_offerings ul li:last-child:after {
  content         : '';
  width           : 100%;
  height          : 0px;
  background-color: rgba(204, 204, 204, 0.2);
  display         : block;
  position        : relative;
  margin          : 14px 0;
}

.pricing_plan .the_offerings a.btn {
  margin        : 20px 0 0 0;
  text-transform: uppercase;
  line-height   : 1.5;
}

.pricing_plan .pricing_plan_photo {
  -webkit-background-size: cover;
  -moz-background-size   : cover;
  -o-background-size     : cover;
  background-position    : center center;
  background-repeat      : no-repeat;
  background-size        : cover;
}

/* PRICING RIBBON #2 */
.heart {
  height  : 100px !important;
  overflow: hidden;
  position: absolute;
  right   : 0;
  top     : 0;
  left    : inherit;
  width   : 100px;
  z-index : 1;
}

.heart.beating .heart-inner {
  -webkit-animation: heartbeat 0.7s linear infinite;
  -moz-animation   : heartbeat 0.7s linear infinite;
  -ms-animation    : heartbeat 0.7s linear infinite;
  -o-animation     : heartbeat 0.7s linear infinite;
  animation        : heartbeat 0.7s linear infinite;
}

.heart-inner {
  background      : url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAAwElEQVRIDe3BsSqFYRgA4Lc/C+WIkwswMJ7JBWAwGE+dO1A2k3IFFhOThSTZ3IHdFVAWpWTUP+lQJ49J6c/X950zyPA/T0TrL6hMxaQMXDq2bS4m4cO3M90Yl6Gfzs3HOGxq2jMT5Qw03epEGX37HjTVFqOENynLkWcopdaNHH1po8hzIu3VbOQ49CnlThU51rxLuYg8PS9SDqKEdY9+dxplbDhy5d7Isye1G9d27EY5lY5VW3pWLFkwrYpW61/7ArSManrIV35GAAAAAElFTkSuQmCC) 25px 50px #84817c no-repeat;
  background-color: #84817c;
  bottom          : 55px;
  height          : 80px;
  position        : absolute;
  right           : 0;
  transform       : rotate(45deg);
  transform-origin: 100% 100%;
  width           : 80px;
}

.heartbeat 0% {
  transform: scale(0.8) rotate(45deg);
}

.heartbeat 5% {
  transform: scale(0.85) rotate(45deg);
}

.heartbeat 10% {
  transform: scale(0.9) rotate(45deg);
}

.heartbeat 15% {
  transform: scale(0.9) rotate(45deg);
}

.heartbeat 50% {
  transform: scale(0.8) rotate(45deg);
}

.heartbeat 100% {
  transform: scale(0.8) rotate(45deg);
}

@-webkit-keyframes heartbeat {
  0% {
    transform: scale(0.8) rotate(45deg);
  }

  5% {
    transform: scale(0.85) rotate(45deg);
  }

  10% {
    transform: scale(0.9) rotate(45deg);
  }

  15% {
    transform: scale(0.9) rotate(45deg);
  }

  50% {
    transform: scale(0.8) rotate(45deg);
  }

  100% {
    transform: scale(0.8) rotate(45deg);
  }
}

@-moz-keyframes heartbeat {
  0% {
    transform: scale(0.8) rotate(45deg);
  }

  5% {
    transform: scale(0.85) rotate(45deg);
  }

  10% {
    transform: scale(0.9) rotate(45deg);
  }

  15% {
    transform: scale(0.9) rotate(45deg);
  }

  50% {
    transform: scale(0.8) rotate(45deg);
  }

  100% {
    transform: scale(0.8) rotate(45deg);
  }
}

@-ms-keyframes heartbeat {
  0% {
    transform: scale(0.8) rotate(45deg);
  }

  5% {
    transform: scale(0.85) rotate(45deg);
  }

  10% {
    transform: scale(0.9) rotate(45deg);
  }

  15% {
    transform: scale(0.9) rotate(45deg);
  }

  50% {
    transform: scale(0.8) rotate(45deg);
  }

  100% {
    transform: scale(0.8) rotate(45deg);
  }
}

@-o-keyframes heartbeat {
  0% {
    transform: scale(0.8) rotate(45deg);
  }

  5% {
    transform: scale(0.85) rotate(45deg);
  }

  10% {
    transform: scale(0.9) rotate(45deg);
  }

  15% {
    transform: scale(0.9) rotate(45deg);
  }

  50% {
    transform: scale(0.8) rotate(45deg);
  }

  100% {
    transform: scale(0.8) rotate(45deg);
  }
}

@keyframes heartbeat {
  0% {
    transform: scale(0.8) rotate(45deg);
  }

  5% {
    transform: scale(0.85) rotate(45deg);
  }

  10% {
    transform: scale(0.9) rotate(45deg);
  }

  15% {
    transform: scale(0.9) rotate(45deg);
  }

  50% {
    transform: scale(0.8) rotate(45deg);
  }

  100% {
    transform: scale(0.8) rotate(45deg);
  }
}

/* CLIENTS LIST */
.clients_list {
  text-align: center;
}

.clients_list a {
  display                   : inline-block;
  margin                    : 10px;
  padding                   : 10px;
  -webkit-transition        : all 700ms ease-in-out;
  -o-transition             : all 700ms ease-in-out;
  transition                : all 700ms ease-in-out;
  -webkit-overflow-scrolling: touch;
  opacity                   : 0.85;
  filter                    : alpha(opacity=85);
}

.clients_list a:hover {
  opacity: 1;
  filter : alpha(opacity=100);
}

/* TWITTER FEED */
.twitter_feed_wrapper .twitter_feed_icon {
  text-align: center;
}

.twitter_feed_wrapper .twitter_feed_icon i {
  font-size: 140px;
}

.twitter_feed_wrapper blockquote {
  border-left: 0px solid;
  margin     : 0;
  padding    : 15px 0 0 0;
}

.twitter_feed_wrapper blockquote p {
  font-size    : 17px;
  font-weight  : 400;
  margin-bottom: 0px;
}

.twitter_feed_wrapper .twitter_slider {
  background-color: transparent;
  border          : none;
  margin          : 0;
}

.twitter_feed_wrapper .twitter_slider ul.flex-direction-nav {
  transition: all 600ms;
  position  : absolute;
  right     : 0;
  top       : 18px;
  opacity   : 0.4;
}

.twitter_feed_wrapper .twitter_slider ul.flex-direction-nav a {
  opacity        : 1;
  background     : url('../images/luna-controls-twitter.png') no-repeat -55px 0;
  background-size: 80px;
  border         : 1px solid white;
  height         : 40px;
  margin         : 0;
  top            : 0;
  width          : 40px;
}

.twitter_feed_wrapper .twitter_slider ul.flex-direction-nav .flex-prev,
.twitter_feed_wrapper .twitter_slider ul.flex-direction-nav .flex-next {
  text-indent: 20000px;
}

.twitter_feed_wrapper .twitter_slider ul.flex-direction-nav .flex-next {
  background-position: 100% 50%;
  right              : -50px;
}

.twitter_feed_wrapper .twitter_slider ul.flex-direction-nav .flex-prev {
  background-position: 0 50%;
  left               : inherit;
  position           : absolute;
  right              : -89px;
}

.twitter_feed_wrapper .twitter_slider ul.flex-direction-nav:hover {
  opacity: 1;
}

.twitter_feed_wrapper .twitter_slider ul.flex-direction-nav.vertical {
  transform: rotate(-90deg) translateX(-75px);
}

.twitter_feed_wrapper .twitter_slider:hover .flex-next {
  right: -50px;
}

.twitter_feed_wrapper .twitter_slider:hover .flex-prev {
  left: inherit;
}

/* PORTFOLIO GRID ELEMENT */
ul.portfolio_filters {
  list-style: none;
  margin    : 0 0 24px 0;
  overflow  : hidden;
  padding   : 0;
  text-align: center;
}

ul.portfolio_filters li {
  display: inline-block;
}

ul.portfolio_filters li a {
  color                     : #ffffff;
  display                   : block;
  font-size                 : 14px;
  font-weight               : 700;
  margin                    : 0 2px 12px 2px;
  padding                   : 6px 30px;
  position                  : relative;
  text-transform            : uppercase;
  background-color          : #000000;
  background-color          : rgba(0, 0, 0, 0.3);
  -webkit-transition        : all 0.2s ease-in-out;
  -o-transition             : all 0.2s ease-in-out;
  transition                : all 0.2s ease-in-out;
  -webkit-overflow-scrolling: touch;
}

ul.portfolio_filters li a.active {
  padding                   : 12px 40px;
  -webkit-transition        : all 0.2s ease-in-out;
  -o-transition             : all 0.2s ease-in-out;
  transition                : all 0.2s ease-in-out;
  -webkit-overflow-scrolling: touch;
}

ul.portfolio_filters li a.active:after {
  border          : solid transparent;
  border-color    : rgba(132, 129, 124, 0);
  border-top-color: #84817c;
  border-width    : 6px;
  content         : " ";
  height          : 0;
  left            : 50%;
  margin-left     : -6px;
  pointer-events  : none;
  position        : absolute;
  top             : 100%;
  width           : 0;
}

ul.portfolio_filters li a:hover,
ul.portfolio_filters li a:active {
  text-decoration : none;
  background-color: #84817c;
  color           : #ffffff;
}

ul.portfolio_filters li a:hover:after,
ul.portfolio_filters li a:active:after {
  top             : 100%;
  left            : 50%;
  border          : solid transparent;
  content         : " ";
  height          : 0;
  width           : 0;
  position        : absolute;
  pointer-events  : none;
  border-color    : rgba(132, 129, 124, 0);
  border-top-color: #84817c;
  border-width    : 6px;
  margin-left     : -6px;
}

ul.portfolio_filters li a.active,
ul.portfolio_filters li a.active:hover {
  background-color: #84817c;
  color           : #ffffff;
}

.portfolio_item {
  overflow                  : hidden;
  -webkit-transition        : all 0.2s ease-in-out;
  -o-transition             : all 0.2s ease-in-out;
  transition                : all 0.2s ease-in-out;
  -webkit-overflow-scrolling: touch;
}

.portfolio_item a {
  display: block;
}

.portfolio_item a .figure {
  -webkit-background-size: cover;
  -moz-background-size   : cover;
  -o-background-size     : cover;
  background-position    : center center;
  background-repeat      : no-repeat;
  background-size        : cover;
  width                  : 100%;
  height                 : 100%;
  background-color       : #171720;
}

.portfolio_item a .portfolio_title {
  bottom                    : 0;
  padding                   : 8px;
  position                  : absolute;
  right                     : 0;
  -webkit-transition        : all 0.2s ease-in-out;
  -o-transition             : all 0.2s ease-in-out;
  transition                : all 0.2s ease-in-out;
  -webkit-overflow-scrolling: touch;
  z-index                   : 1;
}

.portfolio_item a .portfolio_title h3 {
  margin        : 0;
  font-size     : 1em;
  font-weight   : 600;
  letter-spacing: 0.4px;
}

.portfolio_item a .portfolio_description {
  position                  : absolute;
  top                       : 0;
  left                      : 0;
  height                    : 100%;
  width                     : 100%;
  -webkit-transition        : all 200ms ease-in-out;
  -o-transition             : all 200ms ease-in-out;
  transition                : all 200ms ease-in-out;
  -webkit-overflow-scrolling: touch;
  -o-transform              : translate(0px, -100%);
  -webkit-transform         : translate(0px, -100%);
  -ms-transform             : translate(0px, -100%);
  transform                 : translate(0px, -100%);
}

.portfolio_item a .portfolio_description p {
  text-align       : center;
  padding          : 30px;
  font-weight      : bold;
  font-size        : 1.2em;
  position         : absolute;
  top              : 50%;
  left             : 0;
  width            : 100%;
  -o-transform     : translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform    : translate(0, -50%);
  transform        : translate(0, -50%);
}

.portfolio_item a .portfolio_description.portfolio_gradient,
.portfolio_item a .portfolio_description.degrade {
  background: linear-gradient(135deg, #171720 0%, #84817c 100%) repeat scroll 0 0 #171720;
}

.portfolio_item a:hover .portfolio_description {
  -o-transform     : translate(0px, 0%);
  -webkit-transform: translate(0px, 0%);
  -ms-transform    : translate(0px, 0%);
  transform        : translate(0px, 0%);
}

.portfolio_item a:hover .portfolio_title {
  right            : 50%;
  -o-transform     : translate(50%, 0);
  -webkit-transform: translate(50%, 0);
  -ms-transform    : translate(50%, 0);
  transform        : translate(50%, 0);
}

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index       : 1;
}

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration   : 0.8s;
  -ms-transition-duration    : 0.8s;
  -o-transition-duration     : 0.8s;
  transition-duration        : 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property   : height, width;
  -ms-transition-property    : height, width;
  -o-transition-property     : height, width;
  transition-property        : height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property   : -moz-transform, opacity;
  -ms-transition-property    : -ms-transform, opacity;
  -o-transition-property     : -o-transform, opacity;
  transition-property        : transform, opacity;
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration   : 0s;
  -ms-transition-duration    : 0s;
  -o-transition-duration     : 0s;
  transition-duration        : 0s;
}

.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition   : none;
  -ms-transition    : none;
  -o-transition     : none;
  transition        : none;
}

/* KNOWLEDGEBASE */
.knowledgebase h5 {
  font-size  : 3.5em;
  font-weight: 100;
}

.knowledgebase ul {
  list-style: none;
}

.knowledgebase ul li a {
  padding: 2px 7px;
}

/* MASKED HEADING */
.masked_heading {
  -webkit-background-size: cover;
  -moz-background-size   : cover;
  -o-background-size     : cover;
  background-position    : center center;
  background-repeat      : no-repeat;
  background-size        : cover;
  display                : inline-block;
}

.masked_heading h1,
.masked_heading h2,
.masked_heading h3,
.masked_heading h4,
.masked_heading h5,
.masked_heading h6 {
  font-size       : 12vw;
  font-weight     : 900;
  background-color: #f4f4f4;
  mix-blend-mode  : lighten;
  display         : inline-block;
  margin          : 0;
  padding         : 0;
}

.masked_heading h1 small,
.masked_heading h2 small,
.masked_heading h3 small,
.masked_heading h4 small,
.masked_heading h5 small,
.masked_heading h6 small {
  font-size  : 3vw;
  font-weight: 900;
  display    : block;
}

.black_section .masked_heading h1,
.black_section .masked_heading h2,
.black_section .masked_heading h3,
.black_section .masked_heading h4,
.black_section .masked_heading h5,
.black_section .masked_heading h6 {
  mix-blend-mode  : darken;
  background-color: #000000;
}

.dark_section .masked_heading h1,
.dark_section .masked_heading h2,
.dark_section .masked_heading h3,
.dark_section .masked_heading h4,
.dark_section .masked_heading h5,
.dark_section .masked_heading h6 {
  mix-blend-mode  : darken;
  background-color: #111118;
}

.primary_section .masked_heading h1,
.primary_section .masked_heading h2,
.primary_section .masked_heading h3,
.primary_section .masked_heading h4,
.primary_section .masked_heading h5,
.primary_section .masked_heading h6 {
  mix-blend-mode  : darken;
  background-color: #5d5a57;
}

.secondary_section .masked_heading h1,
.secondary_section .masked_heading h2,
.secondary_section .masked_heading h3,
.secondary_section .masked_heading h4,
.secondary_section .masked_heading h5,
.secondary_section .masked_heading h6 {
  mix-blend-mode  : darken;
  background-color: #171720;
}

.white_section .masked_heading h1,
.white_section .masked_heading h2,
.white_section .masked_heading h3,
.white_section .masked_heading h4,
.white_section .masked_heading h5,
.white_section .masked_heading h6 {
  background-color: #ffffff;
}

.light_section .masked_heading h1,
.light_section .masked_heading h2,
.light_section .masked_heading h3,
.light_section .masked_heading h4,
.light_section .masked_heading h5,
.light_section .masked_heading h6 {
  background-color: #f4f4f4;
}

/* GOOGLE MAPS: ANIMATED PIN */
.pin_container {
  position           : absolute;
  left               : 50%;
  top                : 50%;
  transform          : rotate(-45deg);
  animation-name     : bounce;
  animation-fill-mode: both;
  animation-duration : 1s;
}

.pin {
  width        : 30px;
  height       : 30px;
  border-radius: 50% 50% 50% 0;
  background   : #89849b;
  position     : absolute;
  left         : 50%;
  top          : 50%;
  margin       : -20px 0 0 -20px;
}

.pin:after {
  content      : '';
  width        : 14px;
  height       : 14px;
  margin       : 8px 0 0 8px;
  background   : #2f2f2f;
  position     : absolute;
  border-radius: 50%;
}

.pulse {
  background   : rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  height       : 14px;
  width        : 14px;
  position     : absolute;
  left         : 50%;
  top          : 50%;
  margin       : 11px 0px 0px -12px;
  margin       : 8px 0px 0px -22px;
  transform    : rotateX(55deg) rotateY(38deg);
  z-index      : -2;
}

.pulse:after {
  content                  : "";
  border-radius            : 50%;
  height                   : 40px;
  width                    : 40px;
  position                 : absolute;
  margin                   : -13px 0 0 -13px;
  animation                : pulsate 1s ease-out;
  animation-iteration-count: infinite;
  opacity                  : 0;
  -ms-filter               : "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter                   : alpha(opacity=0);
  box-shadow               : 0 0 1px 2px #89849b;
  animation-delay          : 1.1s;
}

@-moz-keyframes pulsate {
  0% {
    transform : scale(0.1, 0.1);
    opacity   : 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter    : alpha(opacity=0);
  }

  50% {
    opacity   : 1;
    -ms-filter: none;
    filter    : none;
  }

  100% {
    transform : scale(1.2, 1.2);
    opacity   : 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter    : alpha(opacity=0);
  }
}

@-webkit-keyframes pulsate {
  0% {
    transform : scale(0.1, 0.1);
    opacity   : 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter    : alpha(opacity=0);
  }

  50% {
    opacity   : 1;
    -ms-filter: none;
    filter    : none;
  }

  100% {
    transform : scale(1.2, 1.2);
    opacity   : 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter    : alpha(opacity=0);
  }
}

@-o-keyframes pulsate {
  0% {
    transform : scale(0.1, 0.1);
    opacity   : 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter    : alpha(opacity=0);
  }

  50% {
    opacity   : 1;
    -ms-filter: none;
    filter    : none;
  }

  100% {
    transform : scale(1.2, 1.2);
    opacity   : 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter    : alpha(opacity=0);
  }
}

@keyframes pulsate {
  0% {
    transform : scale(0.1, 0.1);
    opacity   : 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter    : alpha(opacity=0);
  }

  50% {
    opacity   : 1;
    -ms-filter: none;
    filter    : none;
  }

  100% {
    transform : scale(1.2, 1.2);
    opacity   : 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter    : alpha(opacity=0);
  }
}

@-moz-keyframes bounce {
  0% {
    opacity   : 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter    : alpha(opacity=0);
    transform : translateY(-2000px) rotate(-45deg);
  }

  60% {
    opacity   : 1;
    -ms-filter: none;
    filter    : none;
    transform : translateY(30px) rotate(-45deg);
  }

  80% {
    transform: translateY(-10px) rotate(-45deg);
  }

  100% {
    transform: translateY(0) rotate(-45deg);
  }
}

@-webkit-keyframes bounce {
  0% {
    opacity   : 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter    : alpha(opacity=0);
    transform : translateY(-2000px) rotate(-45deg);
  }

  60% {
    opacity   : 1;
    -ms-filter: none;
    filter    : none;
    transform : translateY(30px) rotate(-45deg);
  }

  80% {
    transform: translateY(-10px) rotate(-45deg);
  }

  100% {
    transform: translateY(0) rotate(-45deg);
  }
}

@-o-keyframes bounce {
  0% {
    opacity   : 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter    : alpha(opacity=0);
    transform : translateY(-2000px) rotate(-45deg);
  }

  60% {
    opacity   : 1;
    -ms-filter: none;
    filter    : none;
    transform : translateY(30px) rotate(-45deg);
  }

  80% {
    transform: translateY(-10px) rotate(-45deg);
  }

  100% {
    transform: translateY(0) rotate(-45deg);
  }
}

@keyframes bounce {
  0% {
    opacity   : 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter    : alpha(opacity=0);
    transform : translateY(-2000px) rotate(-45deg);
  }

  60% {
    opacity   : 1;
    -ms-filter: none;
    filter    : none;
    transform : translateY(30px) rotate(-45deg);
  }

  80% {
    transform: translateY(-10px) rotate(-45deg);
  }

  100% {
    transform: translateY(0) rotate(-45deg);
  }
}

/* PL Shortcode: Image Post */
.pl_image_post {
  position               : relative;
  -webkit-background-size: cover;
  -moz-background-size   : cover;
  -o-background-size     : cover;
  background-position    : center center;
  background-repeat      : no-repeat;
  background-size        : cover;
}

.pl_image_post a.pl_image_post_content {
  display : block;
  position: absolute;
  bottom  : 0;
  left    : 0;
  width   : 100%;
  padding : 15px;
}

.pl_image_post a.pl_image_post_content .section_header {
  margin-bottom: 1em;
}

.pl_image_post a.pl_image_post_content .section_header h4 {
  margin-bottom: 5px;
}

.pl_image_post a.pl_image_post_content .section_header p {
  margin     : 0;
  font-weight: bold;
}

.pl_image_post a.pl_image_post_content .section_header p.post_meta {
  font-weight: normal;
  margin     : 15px 0 0 0;
}

.pl_image_post a.pl_image_post_content .desc {
  overflow                  : hidden;
  -webkit-transition        : all 100ms ease-in-out;
  -o-transition             : all 100ms ease-in-out;
  transition                : all 100ms ease-in-out;
  -webkit-overflow-scrolling: touch;
  max-height                : 0;
}

.pl_image_post a.pl_image_post_content:hover .desc {
  -webkit-transition        : all 0.2s ease-in-out;
  -o-transition             : all 0.2s ease-in-out;
  transition                : all 0.2s ease-in-out;
  -webkit-overflow-scrolling: touch;
  height                    : auto;
  max-height                : 200px;
}

/* - Wow - */
.wow {
  visibility: hidden;
}

/* - Banner - */
.banner {
  width           : 100%;
  background-color: #fff;
  color           : #131313;
  padding         : 48px;
}

.banner h2 {
  margin-top: 0 !important;
}

@media (max-width: 991px) {
  .banner {
    margin-left: 0 !important;
  }
}

/* - Pagination - */
ul.pagination li a {
  background-color: transparent;
  border          : 0px;
  padding         : 8px 14px;
}

ul.pagination li.active a {
  background-color: transparent;
  color           : #84817c !important;
}

ul.pagination li.active a:hover {
  background-color: transparent;
}

ul.pagination li.disabled a,
ul.pagination li.active a:focus {
  background-color: transparent;
}

ul.pagination li.disabled a:hover,
ul.pagination li.active a:focus:hover {
  background-color: transparent;
}

ul.pagination li a:first-child {
  background-color: transparent;
}

/*  - Masonry - */
.masonry img {
  width: 100% !important;
}

/*  - Owl Carousel -  */
.owl-carousel .owl-nav div {
  background-color: transparent !important;
}

/* - Lightbox - */
.imagelightbox-arrow {
  background-color: transparent !important;
}

.imagelightbox-arrow:hover,
.imagelightbox-arrow:active,
.imagelightbox-arrow:focus {
  background-color: transparent;
}

#imagelightbox-close {
  background-color: transparent !important;
}

#imagelightbox-close:hover,
#imagelightbox-close:active,
#imagelightbox-close:focus {
  background-color: transparent;
}

#head_panel_slider .owl-nav {
  display: none;
}

.room_bg_light {
  background-color: rgba(255, 255, 255, 0.5);
  position        : relative;
  margin          : 0px 0px 0px 0px;
}

.room_bg_light.full_width_room {
  padding: 25px 24px 27px 24px;
}

.room_bg_light.compact_width_room {
  padding: 0px 24px 24px 24px;
}

.room_bg_light.no_margin_top {
  margin-top: 0 0 0 0;
}

.room_bg_light img {
  margin-top: 9px;
  position  : relative;
  z-index   : 999;
}

.room_bg_dark {
  background-color: #171720;
  position        : relative;
  margin          : 0px 0px 0px 0px;
}

.room_bg_dark.full_width_room {
  padding: 25px 24px 27px 24px;
}

.room_bg_dark.compact_width_room {
  padding: 0px 24px 24px 24px;
}

.room_bg_dark.no_margin_top {
  margin-top: 0 0 0 0;
}

.room_bg_dark img {
  margin-top: 9px;
  position  : relative;
  z-index   : 999;
}

.room_bg_dark h2 a {
  color: #fff !important;
}

.room_bg_dark h2 a:hover {
  color: #84817c !important;
}

.blog_bg_light {
  background-color: rgba(255, 255, 255, 0.5);
  position        : relative;
  margin          : 0px 0px 0px 0px;
  padding         : 24px 24px 24px 24px;
}

.blog_bg_light.no_margin_top {
  margin-top: 0 0 0 0;
}

.blog_bg_light img {
  margin-top: 9px;
}

.room_single_bg_light {
  background-color: rgba(255, 255, 255, 0.5);
  position        : relative;
  margin          : 24px 0px 0px 0px;
  padding         : 24px 24px 24px 24px;
}

.room_single_bg_light.no_margin_top {
  margin-top: 0 0 0 0;
}

.room_single_bg_light img {
  margin-top: 9px;
}

/* Booking Form */
/*
--------------------------------------------------------------  
 
Booking form

-------------------------------------------------------------- 
*/
.main .booking-form {
  background-color: #84817c;
  margin-top      : -50px;
  position        : relative;
  z-index         : 9999999999999999999999999 !important;
}

/* Inputs */
form.booking_form {
  color  : #b7b6b5;
  padding: 35px 0;
}

form.booking_form .form-group {
  margin: 0;
}

form.booking_form label {
  display       : block;
  font-weight   : 200;
  margin-bottom : 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size     : 12px;
  margin-top    : 10px;
}

form.booking_form input[type="text"] {
  background-color          : #73716e;
  border                    : 1px solid #73716e;
  color                     : #b7b6b5;
  cursor                    : pointer;
  font-size                 : 13px;
  font-weight               : 300;
  height                    : 55px;
  line-height               : 55px;
  padding                   : 20px 0px 20px 5px;
  text-align                : center;
  text-transform            : uppercase;
  width                     : 100%;
  -webkit-transition        : all 0.2s ease-in-out;
  -o-transition             : all 0.2s ease-in-out;
  transition                : all 0.2s ease-in-out;
  -webkit-overflow-scrolling: touch;
}

form.booking_form input[type="text"]:focus {
  border : 1px solid #b7b6b5;
  outline: 0px;
}

form.booking_form input[type="text"]:hover {
  border: 1px solid #b7b6b5;
}

form.booking_form i.arrow-down {
  position         : absolute;
  top              : 50%;
  right            : 30px;
  -o-transform     : translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform    : translate(0, -50%);
  transform        : translate(0, -50%);
}

form.booking_form i.arrow-down:after {
  content: '\2193';
}

form.booking_form select,
form.booking_form .bootstrap-select>.dropdown-toggle {
  -webkit-appearance        : none;
  -moz-appearance           : none;
  -ms-appearance            : none;
  -o-appearance             : none;
  appearance                : none;
  background-color          : #73716e;
  border                    : 1px solid #73716e;
  color                     : #b7b6b5;
  cursor                    : pointer;
  font-size                 : 13px;
  font-weight               : 300;
  line-height               : 37px;
  height                    : auto;
  text-align                : center;
  text-transform            : uppercase;
  width                     : 100%;
  -webkit-transition        : all 0.2s ease-in-out;
  -o-transition             : all 0.2s ease-in-out;
  transition                : all 0.2s ease-in-out;
  -webkit-overflow-scrolling: touch;
}

form.booking_form select option,
form.booking_form .bootstrap-select>.dropdown-toggle option {
  background-color: #fff;
  color           : #111118;
  font-size       : 20px;
  border          : 0px;
  height          : 35px;
  line-height     : 26px;
}

form.booking_form select:focus,
form.booking_form .bootstrap-select>.dropdown-toggle:focus {
  border : 1px solid #b7b6b5;
  outline: 0px;
}

form.booking_form select:hover,
form.booking_form .bootstrap-select>.dropdown-toggle:hover {
  border: 1px solid #b7b6b5;
}

form.booking_form .bootstrap-select .dropdown-toggle .filter-option {
  padding: 0;
}

form.booking_form .bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
  text-align: center;
}

form.booking_form button[type="submit"] {
  background-color: #73716e;
  border-color    : #b7b6b5;
  color           : #b7b6b5;
  font-size       : 13px;
  line-height     : 1;
  padding         : 20px 40px;
}

form.booking_form button[type="submit"]:hover {
  color: #84817c;
}

select::-ms-expand {
  display: none;
}

.select-arrow:after {
  content       : "↓";
  text-align    : center;
  font-size     : 20px;
  position      : absolute;
  width         : 0px;
  height        : 32px;
  background    : transparent;
  color         : #fdfdfd;
  right         : -35px;
  top           : 38px;
  opacity       : 0.8;
  pointer-events: none;
  z-index       : 99;
}

@media (max-width: 1191px) {
  .select-arrow:after {
    right: -60px !important;
  }
}

@media (max-width: 991px) {
  .select-arrow:after {
    right: 50px !important;
  }
}

form.booking_form input::-webkit-input-placeholder {
  color  : inherit;
  opacity: 0.8;
}

form.booking_form input:-moz-placeholder {
  /* Firefox 18- */
  color  : inherit;
  opacity: 0.8;
}

form.booking_form input::-moz-placeholder {
  /* Firefox 19+ */
  color  : inherit;
  opacity: 0.8;
}

form.booking_form input:-ms-input-placeholder {
  color  : inherit;
  opacity: 0.8;
}

.form_previous_icon:before {
  content: '\2190';
}

.form_next_icon:before {
  content: '\2192';
}

/* Bootstrap DateTimePicker Source */
/*!
* Datetimepicker for Bootstrap 3
* version : 4.14.30
* https   ://github.com/Eonasdan/bootstrap-datetimepicker/
*/
.bootstrap-datetimepicker-widget {
  list-style: none;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  margin : 2px 0;
  padding: 4px;
  width  : 19em;
}

@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content : '';
  display : inline-block;
  position: absolute;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left        : 7px solid transparent;
  border-right       : 7px solid transparent;
  border-bottom      : 7px solid #cccccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top                : -7px;
  left               : 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left  : 6px solid transparent;
  border-right : 6px solid transparent;
  border-bottom: 6px solid white;
  top          : -6px;
  left         : 8px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left     : 7px solid transparent;
  border-right    : 7px solid transparent;
  border-top      : 7px solid #cccccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom          : -7px;
  left            : 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left : 6px solid transparent;
  border-right: 6px solid transparent;
  border-top  : 6px solid white;
  bottom      : -6px;
  left        : 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left : auto;
  right: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left : auto;
  right: 7px;
}

.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}

.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}

.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}

.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width      : 54px;
  font-weight: bold;
  font-size  : 1.2em;
  margin     : 0;
}

.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width   : 1px;
  height  : 1px;
  margin  : -1px;
  padding : 0;
  overflow: hidden;
  clip    : rect(0, 0, 0, 0);
  border  : 0;
  content : "Increment Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width   : 1px;
  height  : 1px;
  margin  : -1px;
  padding : 0;
  overflow: hidden;
  clip    : rect(0, 0, 0, 0);
  border  : 0;
  content : "Increment Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width   : 1px;
  height  : 1px;
  margin  : -1px;
  padding : 0;
  overflow: hidden;
  clip    : rect(0, 0, 0, 0);
  border  : 0;
  content : "Decrement Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width   : 1px;
  height  : 1px;
  margin  : -1px;
  padding : 0;
  overflow: hidden;
  clip    : rect(0, 0, 0, 0);
  border  : 0;
  content : "Decrement Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width   : 1px;
  height  : 1px;
  margin  : -1px;
  padding : 0;
  overflow: hidden;
  clip    : rect(0, 0, 0, 0);
  border  : 0;
  content : "Show Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width   : 1px;
  height  : 1px;
  margin  : -1px;
  padding : 0;
  overflow: hidden;
  clip    : rect(0, 0, 0, 0);
  border  : 0;
  content : "Show Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width   : 1px;
  height  : 1px;
  margin  : -1px;
  padding : 0;
  overflow: hidden;
  clip    : rect(0, 0, 0, 0);
  border  : 0;
  content : "Toggle AM/PM";
}

.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width   : 1px;
  height  : 1px;
  margin  : -1px;
  padding : 0;
  overflow: hidden;
  clip    : rect(0, 0, 0, 0);
  border  : 0;
  content : "Clear the picker";
}

.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute;
  width   : 1px;
  height  : 1px;
  margin  : -1px;
  padding : 0;
  overflow: hidden;
  clip    : rect(0, 0, 0, 0);
  border  : 0;
  content : "Set the date to today";
}

.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}

.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width   : 1px;
  height  : 1px;
  margin  : -1px;
  padding : 0;
  overflow: hidden;
  clip    : rect(0, 0, 0, 0);
  border  : 0;
  content : "Toggle Date and Time Screens";
}

.bootstrap-datetimepicker-widget .picker-switch td {
  padding    : 0;
  margin     : 0;
  height     : auto;
  width      : auto;
  line-height: inherit;
}

.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height     : 2.5em;
  width      : 100%;
}

.bootstrap-datetimepicker-widget table {
  width : 100%;
  margin: 0;
}

.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align   : center;
  border-radius: 0px;
}

.bootstrap-datetimepicker-widget table th {
  height     : 20px;
  line-height: 30px;
  width      : 20px;
  color      : #171720;
  font-family: "Playfair Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}

.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color     : #777777;
  cursor    : not-allowed;
}

.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width   : 1px;
  height  : 1px;
  margin  : -1px;
  padding : 0;
  overflow: hidden;
  clip    : rect(0, 0, 0, 0);
  border  : 0;
  content : "Previous Month";
}

.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width   : 1px;
  height  : 1px;
  margin  : -1px;
  padding : 0;
  overflow: hidden;
  clip    : rect(0, 0, 0, 0);
  border  : 0;
  content : "Next Month";
}

.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: none;
}

.bootstrap-datetimepicker-widget table td {
  height                    : 54px;
  line-height               : 54px;
  width                     : 54px;
  -webkit-transition        : all 0.2s ease-in-out;
  -o-transition             : all 0.2s ease-in-out;
  transition                : all 0.2s ease-in-out;
  -webkit-overflow-scrolling: touch;
}

.bootstrap-datetimepicker-widget table td.cw {
  font-size  : 0.8em;
  height     : 20px;
  line-height: 20px;
  color      : #777777;
}

.bootstrap-datetimepicker-widget table td.day {
  height     : 20px;
  line-height: 20px;
  width      : 20px;
  color      : #171720;
}

.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background-color: rgba(132, 129, 124, 0.5);
  color           : #fff;
  cursor          : pointer;
}

.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #777777;
}

.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}

.bootstrap-datetimepicker-widget table td.today:before {
  content            : '';
  display            : inline-block;
  border             : 0 0 7px 7px solid transparent;
  border-bottom-color: #337ab7;
  border-top-color   : rgba(0, 0, 0, 0.2);
  position           : absolute;
  bottom             : 4px;
  right              : 4px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #84817c;
  color           : #ffffff;
  text-shadow     : 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}

.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color     : #777777;
  cursor    : not-allowed;
}

.bootstrap-datetimepicker-widget table td span {
  display                   : inline-block;
  width                     : 54px;
  height                    : 54px;
  line-height               : 54px;
  margin                    : 2px 1.5px;
  cursor                    : pointer;
  border-radius             : 0px;
  color                     : #171720;
  -webkit-transition        : all 0.2s ease-in-out;
  -o-transition             : all 0.2s ease-in-out;
  transition                : all 0.2s ease-in-out;
  -webkit-overflow-scrolling: touch;
}

.bootstrap-datetimepicker-widget table td span:hover {
  background: #eeeeee;
}

.bootstrap-datetimepicker-widget table td span.active {
  background-color: #84817c;
  color           : #ffffff;
  text-shadow     : 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget table td span.old {
  color: #777777;
}

.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color     : #777777;
  cursor    : not-allowed;
}

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height     : 27px;
  line-height: 27px;
}

.bootstrap-datetimepicker-widget.wider {
  width: 21em;
}

.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}

.input-group.date .input-group-addon {
  cursor: pointer;
}

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

/* Text Block */
/*
--------------------------------------------------------------

Text block

--------------------------------------------------------------
*/
.text_block h1 {
  font-weight  : 700;
  margin-bottom: 24px;
}

.text_block h1 small {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size  : 13px;
  display    : block;
  margin-top : 10px;
}

.text_block h2 {
  font-weight: 700;
  margin     : 24px 0;
}

.text_block h2 small {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size  : 13px;
  display    : block;
  margin-top : 10px;
}

.text_block h2 small a {
  color: #84817c;
}

.text_block h3 {
  font-weight  : 700;
  margin-bottom: 24px;
  margin-top   : 0;
}

.text_block h3 small a {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size  : 13px;
  display    : block;
  margin-top : 10px;
}

.text_block h4 {
  font-weight  : 700;
  margin-bottom: 24px;
}

.text_block p {
  /* font-weight  : 200; */
  /* font-size    : 16px; */
  /* margin-bottom: 24px; */
}

.text_block p small {
  display: block;
}

.text_block.no_margin_last *:last-child {
  margin-bottom: 0;
}

.text_block img {
  margin-bottom: 24px;
}

.text_block img.block {
  display     : block;
  margin-left : auto;
  margin-right: auto;
  float       : none;
}

.text_block span {
  font-size     : 13px;
  letter-spacing: 5px;
  opacity       : 0.7;
  display       : block;
}

.text_block div {
  margin-top   : 10px;
  margin-bottom: 24px;
}

.text_block div i {
  border                    : 1px solid rgba(255, 255, 255, 0.1);
  border-radius             : 50%;
  padding                   : 10px;
  font-size                 : 16px;
  margin-right              : 10px;
  -webkit-transition        : all 0.2s ease-in-out;
  -o-transition             : all 0.2s ease-in-out;
  transition                : all 0.2s ease-in-out;
  -webkit-overflow-scrolling: touch;
}

.text_block div+div {
  margin-top: 10px;
}

.text_block div.table_block {
  margin: 0;
}

.text_block div.table_block i,
.text_block div.table_block p {
  display: table-cell;
}

.text_block div.inline_block i {
  display: inline-block;
}

.text_block div.inline_block p {
  display  : inline-block;
  font-size: 16px;
}

.text_block div.inline_block p+p {
  margin-left: 15px;
}

.text_block div.footer_block {
  display: inline-block;
}

@media (max-width: 767px) {
  .text_block div.footer_block {
    display   : block;
    text-align: left;
  }
}

.text_block div.footer_block i {
  display: inline-block;
}

.text_block>a.btn:last-of-type {
  margin-top: 24px;
}

.text_block .footer img {
  margin-bottom: 24px;
}

.text_block .footer span {
  letter-spacing: 2px;
  display       : block;
  margin-bottom : 5px;
  opacity       : 1;
}

.text_block .footer span small {
  display: block;
  opacity: 0.5;
}

.text_block.activities div {
  margin-bottom: 5px;
}

.text_block ul.offer {
  list-style: none;
  padding   : 0px 24px;
  text-align: left;
  display   : inline-block;
}

@media (max-width: 520px) {
  .text_block ul.offer {
    width       : 100%;
    padding-left: 0;
  }
}

.text_block ul.offer li {
  position    : relative;
  padding-left: 30px;
  font-size   : 20px;
  margin      : 5px 0px;
  font-weight : 200;
}

.text_block ul.offer li .checkmark {
  height  : 10px;
  top     : 6px;
  left    : 0;
  position: absolute;
  width   : 10px;
}

.text_block ul.offer li .checkmark:after {
  -moz-transform          : scaleX(-1) rotate(135deg);
  -ms-transform           : scaleX(-1) rotate(135deg);
  -webkit-transform       : scaleX(-1) rotate(135deg);
  transform               : scaleX(-1) rotate(135deg);
  -moz-transform-origin   : left top;
  -ms-transform-origin    : left top;
  -webkit-transform-origin: left top;
  transform-origin        : left top;
  border-right            : 2px solid #84817c;
  border-top              : 2px solid #84817c;
  content                 : '';
  display                 : block;
  height                  : 14px;
  left                    : 14px;
  position                : absolute;
  top                     : 0px;
  left                    : 0px;
  width                   : 6px;
}

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

ul.feature_list li {
  list-style   : none;
  display      : block;
  font-weight  : 200;
  font-size    : 18px;
  margin-bottom: 10px;
}

ul.feature_list li:before {
  content: "- ";
}

/* Breadcrumb */
/*
--------------------------------------------------------------  

Breadcrumb

-------------------------------------------------------------- 
*/
ul.breadcrumb {
  list-style  : none;
  padding-left: 0 !important;
}

ul.breadcrumb li {
  list-style: none;
  display   : inline-block;
}

ul.breadcrumb li:after {
  content    : '/';
  font-size  : 12px;
  margin     : 0px 10px;
  line-height: 40px;
  opacity    : 0.2;
}

ul.breadcrumb li:last-child:after {
  content: '';
}

ul.breadcrumb li a {
  font-size: 13px;
}

ul.breadcrumb li span {
  font-size: 13px;
  opacity  : 0.3;
}

.previous_icon:before {
  content                   : '\2190';
  font-size                 : 23px;
  margin-right              : 14px;
  display                   : inline-block;
  -webkit-transition        : all 0.2s ease-in-out;
  -o-transition             : all 0.2s ease-in-out;
  transition                : all 0.2s ease-in-out;
  -webkit-overflow-scrolling: touch;
}

.next_icon:before {
  content                   : '\2192';
  font-size                 : 23px;
  margin-left               : 14px;
  display                   : inline-block;
  -webkit-transition        : all 0.2s ease-in-out;
  -o-transition             : all 0.2s ease-in-out;
  transition                : all 0.2s ease-in-out;
  -webkit-overflow-scrolling: touch;
}

/* Room Single */
/*
--------------------------------------------------------------  
 
Room Single

-------------------------------------------------------------- 
*/
.room_details_icons div {
  display: inline-block;
}

.room_details_icons div i {
  position                  : relative;
  display                   : inline-block;
  font-size                 : 26px;
  margin-right              : 10px;
  border                    : 1px solid;
  border-radius             : 50%;
  padding                   : 20px;
  margin-bottom             : 10px;
  margin-left               : auto;
  margin-right              : auto;
  -webkit-transition        : all 0.2s ease-in-out;
  -o-transition             : all 0.2s ease-in-out;
  transition                : all 0.2s ease-in-out;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 991px) {
  .room_details_icons div i {
    padding  : 10px;
    font-size: 20;
  }
}

.room_details_icons div span {
  display       : block;
  font-size     : 18px;
  font-weight   : 200;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .room_details_icons div span {
    display: none;
  }
}

.room_reviews h2 {
  font-weight: 700;
  margin     : 48px 0;
}

.room_reviews h4 {
  margin-bottom: 17px;
  margin-top   : 12px;
  font-weight  : 700;
}

.room_reviews p {
  font-weight: 200;
  text-align : justify;
  line-height: 24px;
}

.room_reviews p span {
  display   : block;
  font-size : 14px;
  margin-top: 10px;
}

.room_reviews .media-body div {
  display: inline-block;
}

.room_reviews .media-body div span {
  display     : inline-block;
  font-size   : 13px;
  font-weight : 400;
  margin-right: 10px;
}

.room_reviews .media-body div .stars {
  margin-bottom: 17px;
  margin-right : 10px;
  display      : inline-block;
}

.room_reviews .media-body div .stars i {
  margin-right: 5px;
  cursor      : pointer;
  display     : inline-block;
  font-size   : 12px;
}

.room_reviews .media-body div .one-star-rating i:nth-child(2),
.room_reviews .media-body div .one-star-rating i:nth-child(3),
.room_reviews .media-body div .one-star-rating i:nth-child(4),
.room_reviews .media-body div .one-star-rating i:nth-child(5) {
  opacity: 0.2;
}

.room_reviews .media-body div .two-star-rating i:nth-child(3),
.room_reviews .media-body div .two-star-rating i:nth-child(4),
.room_reviews .media-body div .two-star-rating i:nth-child(5) {
  opacity: 0.2;
}

.room_reviews .media-body div .three-star-rating i:nth-child(4),
.room_reviews .media-body div .three-star-rating i:nth-child(5) {
  opacity: 0.2;
}

.room_reviews .media-body div .four-star-rating i:last-child {
  opacity: 0.2;
}

.room_reviews .media-body div .five-star-rating i:last-child {
  opacity: 1;
}

/* Icons blocks */
/*
--------------------------------------------------------------  
 
Icon Blocks

-------------------------------------------------------------- 
*/
.icon_block i {
  font-size: 40px;
}

.icon_block h3,
.icon_block h4 {
  font-weight: 700;
}

.icon_block p {
  font-weight: 200;
  font-size  : 16px;
}

/* Forms */
/*
--------------------------------------------------------------  

Forms

-------------------------------------------------------------- 
*/
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  box-shadow            : 0px;
  -webkit-appearance    : none;
  -moz-appearance       : none;
  text-shadow           : 0px;
  font-weight           : light;
  -webkit-font-smoothing: antialiased;
}

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
  outline               : none;
  box-shadow            : 0px;
  -webkit-appearance    : none;
  -moz-appearance       : none;
  text-shadow           : 0px;
  font-weight           : light;
  -webkit-font-smoothing: antialiased;
  outline               : 0;
  -webkit-box-shadow    : none !important;
  -moz-box-shadow       : none !important;
  box-shadow            : none !important;
}

form#contact_form input::-webkit-input-placeholder,
form#contact_form textarea::-webkit-input-placeholder,
form.booking_form_full input::-webkit-input-placeholder,
form.booking_form_full textarea::-webkit-input-placeholder,
.widget_search input::-webkit-input-placeholder {
  font-size                 : 13px !important;
  line-height               : 26px;
  color                     : #111118;
  opacity                   : 1;
  -webkit-transition        : all 0.2s ease-in-out;
  -o-transition             : all 0.2s ease-in-out;
  transition                : all 0.2s ease-in-out;
  -webkit-overflow-scrolling: touch;
}

form#contact_form input:focus::-webkit-input-placeholder,
form#contact_form textarea:focus::-webkit-input-placeholder,
form.booking_form_full input:focus::-webkit-input-placeholder,
form.booking_form_full textarea:focus::-webkit-input-placeholder,
.widget_search input:focus::-webkit-input-placeholder {
  color: #ddd;
}

form#contact_form input:-moz-placeholder,
form#contact_form textarea:-moz-placeholder,
form.booking_form_full input:-moz-placeholder,
form.booking_form_full textarea:-moz-placeholder,
.widget_search input:-moz-placeholder {
  /* Firefox 18- */
  font-size                 : 13px !important;
  line-height               : 26px;
  color                     : #111118;
  opacity                   : 1;
  -webkit-transition        : all 0.2s ease-in-out;
  -o-transition             : all 0.2s ease-in-out;
  transition                : all 0.2s ease-in-out;
  -webkit-overflow-scrolling: touch;
}

form#contact_form input:focus::-moz-placeholder,
form#contact_form textarea:focus::-moz-placeholder,
form.booking_form_full input:focus:-moz-placeholder,
form.booking_form_full textarea:focus:-moz-placeholder,
.widget_search input:focus:-moz-placeholder {
  color: #ddd;
}

form#contact_form input::-moz-placeholder,
form#contact_form textarea::-moz-placeholder,
form.booking_form_full input::-moz-placeholder,
form.booking_form_full textarea::-moz-placeholder,
.widget_search input::-moz-placeholder {
  /* Firefox 19+ */
  font-size                 : 13px !important;
  line-height               : 26px;
  color                     : #111118;
  opacity                   : 1;
  -webkit-transition        : all 0.2s ease-in-out;
  -o-transition             : all 0.2s ease-in-out;
  transition                : all 0.2s ease-in-out;
  -webkit-overflow-scrolling: touch;
}

form#contact_form input:focus::-moz-placeholder,
form#contact_form textarea:focus::-moz-placeholder,
form.booking_form_full input:focus::-moz-placeholder,
form.booking_form_full textarea:focus::-moz-placeholder,
.widget_search input:focus::-moz-placeholder {
  color: #ddd;
}

form#contact_form input:-ms-input-placeholder,
form#contact_form textarea:-ms-input-placeholder,
form.booking_form_full input:-ms-input-placeholder,
form.booking_form_full textarea:-ms-input-placeholder,
.widget_search input:-ms-input-placeholder {
  font-size                 : 13px !important;
  line-height               : 26px;
  color                     : #111118;
  opacity                   : 1;
  -webkit-transition        : all 0.2s ease-in-out;
  -o-transition             : all 0.2s ease-in-out;
  transition                : all 0.2s ease-in-out;
  -webkit-overflow-scrolling: touch;
}

form#contact_form input:focus:-ms-input-placeholder,
form#contact_form textarea:focus:-ms-input-placeholder,
form.booking_form_full input:focus:-ms-input-placeholder,
form.booking_form_full textarea:focus:-ms-input-placeholder,
.widget_search input:focus:-ms-input-placeholder {
  color: #ddd;
}

.form-control {
  background-color: #fdfdfd;
  border          : 1px solid rgba(17, 17, 24, 0.2) !important;
  border-radius   : 0px;
  color           : #111118;
  font-size       : 15px;
  height          : inherit;
  margin-bottom   : 24px;
  line-height     : 1.5;
  padding         : 16px 24px;
}

.form-control:focus {
  border: 1px solid rgba(17, 17, 24, 0.5) !important;
}

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

span.your-name,
span.your-phone,
span.your-email,
span.your-subject,
span.your-message {
  opacity: 0.5;
}

select {
  background-color: #fdfdfd;
  border          : 1px solid #a0a0bb;
  border-radius   : 0px;
  color           : #111118;
  font-size       : 15px;
  height          : inherit;
  line-height     : 1.5;
  padding         : 8px 24px;
}

/* - Newsletter form - */
.widget_newsletter input::-webkit-input-placeholder,
.widget_newsletter textarea::-webkit-input-placeholder {
  font-size                 : 13px !important;
  line-height               : 26px;
  color                     : #111118;
  opacity                   : 0.4;
  -webkit-transition        : all 0.2s ease-in-out;
  -o-transition             : all 0.2s ease-in-out;
  transition                : all 0.2s ease-in-out;
  -webkit-overflow-scrolling: touch;
}

.widget_newsletter input:focus::-webkit-input-placeholder,
.widget_newsletter textarea:focus::-webkit-input-placeholder {
  opacity: 0.2;
}

.widget_newsletter input:-moz-placeholder,
.widget_newsletter textarea:-moz-placeholder {
  /* Firefox 18- */
  font-size                 : 13px !important;
  line-height               : 26px;
  color                     : #111118;
  opacity                   : 0.4;
  -webkit-transition        : all 0.2s ease-in-out;
  -o-transition             : all 0.2s ease-in-out;
  transition                : all 0.2s ease-in-out;
  -webkit-overflow-scrolling: touch;
}

.widget_newsletter input:focus::-moz-placeholder,
.widget_newsletter textarea:focus::-moz-placeholder {
  opacity: 0.2;
}

.widget_newsletter input::-moz-placeholder,
.widget_newsletter textarea::-moz-placeholder {
  /* Firefox 19+ */
  font-size                 : 13px !important;
  line-height               : 26px;
  color                     : #111118;
  opacity                   : 0.4;
  -webkit-transition        : all 0.2s ease-in-out;
  -o-transition             : all 0.2s ease-in-out;
  transition                : all 0.2s ease-in-out;
  -webkit-overflow-scrolling: touch;
}

.widget_newsletter input:-ms-input-placeholder,
.widget_newsletter textarea:-ms-input-placeholder {
  font-size                 : 13px !important;
  line-height               : 26px;
  color                     : #111118;
  opacity                   : 0.4;
  -webkit-transition        : all 0.2s ease-in-out;
  -o-transition             : all 0.2s ease-in-out;
  transition                : all 0.2s ease-in-out;
  -webkit-overflow-scrolling: touch;
}

.widget_newsletter input:focus::-ms-input-placeholder,
.widget_newsletter textarea:focus::-ms-input-placeholder {
  opacity: 0.2;
}

/* Image Radio Button and Checkbox */
/* Hide Input */
.image-radio-checkbox input[type="checkbox"],
.image-radio-checkbox input[type="radio"] {
  position: absolute;
  opacity : 0;
  width   : 0;
  height  : 0;
}

/* Image Styles */
.image-radio-checkbox input[type="checkbox"]+img,
.image-radio-checkbox input[type="radio"]+img {
  border-color: transparent;
  border-style: solid;
  border-width: 1px;
  cursor      : pointer;
}

/* CHECKED STYLES */
/* .image-radio-checkbox input[type="checkbox"]:checked+img,
.image-radio-checkbox input[type="radio"]:checked+img {
  outline: 2px solid #f00;
} */

/* Award */
/*
--------------------------------------------------------------  
 
Award

-------------------------------------------------------------- 
*/
.award img {
  margin-left               : auto;
  margin-right              : auto;
  display                   : block;
  padding                   : 14px 0;
  -webkit-filter            : grayscale(1);
  -moz-filter               : grayscale(1);
  -o-filter                 : grayscale(1);
  -ms-filter                : grayscale(1);
  filter                    : grayscale(1);
  opacity                   : 0.5;
  -webkit-transition        : all 0.2s ease-in-out;
  -o-transition             : all 0.2s ease-in-out;
  transition                : all 0.2s ease-in-out;
  -webkit-overflow-scrolling: touch;
}

.award img:hover {
  -webkit-filter: grayscale(0);
  -moz-filter   : grayscale(0);
  -o-filter     : grayscale(0);
  -ms-filter    : grayscale(0);
  filter        : grayscale(0);
  opacity       : 1;
}

/* Tabs */
.nav-tabs {
  /* padding-bottom: 30px; */
  padding-bottom   : 0;
}

.page-template-page-menu .tab-content {
  margin : 0;
  padding: 0;
}

.tab-content .menu-category .menu-category-title {
  font-weight: 400;
}

.tab-content .menu-item {
  /* padding-bottom: 15px; */
  padding-bottom   : 5px;
  /* margin-bottom : 20px; */
  margin-bottom    : 15px;
}

.tab-content .menu-item:not(:last-of-type) {
  border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.tab-content .menu-item.menu-item-center {
  border-bottom : none;
  margin-bottom : 30px;
  padding-bottom: 0;
}

.tab-content .menu-item .menu-item-title {
  font-weight: 400;
}

.tab-content .menu-item .menu-item-description {
  width: 90%;
}

.tab-content .menu-item .menu-item-price {
  width: 10%;
}

.tab-content .menu-item .price {
  /* font-size     : 16px; */
  font-weight      : 400;
  /* letter-spacing: .1em; */
  letter-spacing   : 0;
  line-height      : 1.2;
  line-height      : 1;
  white-space      : nowrap;
}

.comma-sep-li {
  margin-left: 0;
}

.comma-sep-li>li {
  padding: 0;
}

.comma-sep-li>li:not(:last-child):after {
  content: ',';
}

/* 
8. =BLOG PAGE ELEMENTS
=============================================================== 
*/
/*
--------------------------------------------------------------  
 
BLOG PAGE ELEMENTS

-------------------------------------------------------------- 
*/
article.post {
  padding-bottom: 0px;
  margin-top    : 24px;
}

article.post:first-child {
  margin-top: 0 !important;
}

article.post a.btn {
  margin-bottom: 0px;
}

article.post .post_date {
  opacity      : 0.8;
  font-size    : 13px;
  margin-bottom: 5px;
}

article.post .post_title {
  font-weight: 700;
  margin-top : 0;
}

article.post p.post_subtitle {
  text-transform: uppercase;
  font-size     : 16px;
  font-weight   : 400;
}

article.post p {
  font-weight  : 200;
  font-size    : 16px;
  margin-bottom: 24px;
  margin-top   : 5px;
}

article.post .post_figure_and_info {
  position     : relative;
  margin-bottom: 0px;
  min-height   : 40px;
}

article.post .post_figure_and_info .post_sub {
  position : absolute;
  top      : 0;
  left     : 0;
  z-index  : 1;
  display  : inline-block;
  padding  : 0;
  font-size: 14px;
}

article.post .post_figure_and_info .post_sub a {
  color: inherit;
}

article.post .post_figure_and_info .post_sub .post_info {
  display      : inline-block;
  padding-right: 5px;
}

article.post .post_figure_and_info .post_sub .post_info i {
  margin-right: 5px;
}

article.post .post_figure_and_info .post_sub .post_info.post_author:before {
  content      : 'By';
  padding-right: 5px;
  opacity      : 0.6;
}

article.post .post_figure_and_info .post_sub .post_info.post_categories:before {
  content     : 'on';
  opacity     : 0.6;
  margin-right: 5px;
}

article.post .post_figure_and_info .post_sub .post_info.post_comment:before {
  content: '- ';
  opacity: 0.6;
}

article.post .post_figure_and_info .post_sub .post_info.post_comment:after {
  content: 'thoughts';
  opacity: 1;
}

article.post.split_33 .post_figure_and_info {
  margin: 0 20px 0 0;
  width : 33%;
  float : left;
}

article.post figure {
  margin-bottom: 0px;
}

article.post figure a {
  -webkit-background-size: cover;
  -moz-background-size   : cover;
  -o-background-size     : cover;
  background-position    : center center;
  background-repeat      : no-repeat;
  background-size        : cover;
}

/* .post-grid.border-right {
	padding-right: 30px;
	border-right : 1px solid fade(@brand-secondary, 10%);
}

.post-grid.border-left {
	padding-left: 24px;
	border-left : 1px solid fade(@brand-secondary, 20%);
}
 */
.post-grid.classic article.post,
.post-grid.compact article.post {
  border-bottom: dashed 1px #a0a0bb;
}

.post-grid.classic article.post.boxed,
.post-grid.compact article.post.boxed {
  border-bottom: inherit;
}

.post-grid.classic div[class*="col-"]:last-child article.post,
.post-grid.compact div[class*="col-"]:last-child article.post {
  padding-bottom: 0;
  margin-bottom : 0;
  border-bottom : inherit;
}

.post-grid.compact article.post {
  overflow: hidden;
}

.post-grid.compact article.post .post_figure_and_info .post_sub {
  position: relative;
}

.post-grid.boxed_children article.post {
  margin-right: 14px;
}

.post-grid.boxed_children article.post.dark_section,
.post-grid.boxed_children article.post.black_section,
.post-grid.boxed_children article.post.primary_section,
.post-grid.boxed_children article.post.white_section,
.post-grid.boxed_children article.post.light_section {
  border: none !important;
}

.post-grid.boxed_children article.post h2.post_title {
  color         : inherit;
  font-family   : "Playfair Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight   : normal;
  line-height   : 1.1;
  text-transform: uppercase;
  margin-top    : 24px;
  margin-bottom : 12px;
  font-size     : 25px;
  font-weight   : 900;
  margin        : 0;
}

.post-grid.boxed_children article.post h2.post_title small,
.post-grid.boxed_children article.post h2.post_title .small {
  font-weight: normal;
  line-height: 1;
  color      : #777777;
}

.post-grid.boxed_children article.post h2.post_title small,
.post-grid.boxed_children article.post h2.post_title .small {
  font-size: 65%;
}

.post-grid.boxed_children article.post p.post_subtitle {
  font-size: 16px;
}

.post-grid.boxed_children article.post .post_figure_and_info {
  margin-top: 10px;
  display   : block;
}

.post-grid.boxed_children article.post .post_figure_and_info .post_sub {
  position: relative;
}

#post_comments {
  padding: 0 0 30px 0;
  margin : 0px 0 40px 0;
}

#post_comments h3 {
  font-weight  : 700;
  margin-bottom: 24px;
}

#post_comments .comment {
  padding    : 10px 0px;
  margin-left: 18px;
}

#post_comments .comment figure img {
  margin-bottom: 24px;
  width        : 70px !important;
}

#post_comments .comment .comment_name {
  font-weight   : 700;
  padding-top   : 0px;
  font-family   : "Playfair Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size     : 18px;
}

#post_comments .comment .comment_date {
  font-size: 12px;
  opacity  : 0.7;
}

#post_comments .the_comment p {
  font-weight: 200 !important;
  margin-top : 24px;
  font-size  : 16px;
}

@media (max-width: 768px) {
  #post_comments .comment div[class^="col-"] {
    padding-left: 0 !important;
    margin-left : 0 !important;
  }
}

.comment div[class^="col-"] {
  margin-bottom: 10px;
  margin-top   : 10px;
}

/*
9. =SIDEBAR AND WIDGETS
=============================================================== 
*/
.wpb_widgetised_column {
  padding-top: 4px;
}

.widget {
  position               : relative;
  margin                 : 0 0 48px 0;
  -webkit-background-size: cover;
  -moz-background-size   : cover;
  -o-background-size     : cover;
  background-position    : center center;
  background-repeat      : no-repeat;
  background-size        : cover;
  /* 	padding-bottom     : 48px;
border-bottom            : 1px solid fade(#ccc,20%); */
}

.widget:after {
  content         : '';
  background-color: rgba(204, 204, 204, 0.3);
  width           : 100%;
  height          : 1px;
  position        : relative;
  display         : block;
  margin-top      : 48px;
}

.widget.widget_no_line:after {
  content: '';
  display: none !important;
}

.widget h4 {
  font-size     : 22px;
  line-height   : 0.8;
  font-weight   : 700;
  padding-bottom: 24px;
}

.widget hr {
  margin-bottom: 24px;
}

.widget a.btn {
  margin-top: 14px;
}

.secondary_nav_widgetized_area .widget:after {
  background-color: rgba(221, 221, 221, 0.1);
}

footer .widget {
  border-bottom : 0px;
  padding-bottom: 0;
}

.pl_about_us_widget p {
  font-weight: 200;
  text-align : left;
}

.pl_about_us_widget p a:link i,
.pl_about_us_widget p a:visited i {
  color: #111118;
}

.pl_about_us_widget p a:hover i,
.pl_about_us_widget p a:active i {
  background-color: #84817c;
}

.pl_about_us_widget p span {
  display       : inline;
  margin        : 0 0 0 3px;
  vertical-align: 15%;
}

.pl_about_us_widget p span a:link,
.pl_about_us_widget p span a:visited {
  color: #84817c;
}

.pl_about_us_widget p span a:hover,
.pl_about_us_widget p span a:active {
  color: #84817c;
}

.pl_about_us_widget p.contact_detail {
  margin: 0;
}

.pl_about_us_widget p.social {
  margin: 5px 0;
}

footer .pl_about_us_widget p a:link i,
footer .pl_about_us_widget p a:visited i {
  color: #fdfdfd;
}

footer .pl_about_us_widget p a:hover i,
footer .pl_about_us_widget p a:active i {
  background-color: #84817c;
}

footer .pl_about_us_widget p i {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.3);
}

footer .pl_about_us_widget p span a:link,
footer .pl_about_us_widget p span a:visited {
  color: #fdfdfd;
}

footer .pl_about_us_widget p span a:hover,
footer .pl_about_us_widget p span a:active {
  color: #84817c;
}

p.contact_detail i {
  margin-right: 5px;
}

.pl_about_us_widget i.fa-facebook,
.team_social i.fa-facebook {
  background-color: #3b5998;
}

.pl_about_us_widget i.fa-twitter,
.team_social i.fa-twitter {
  background-color: #00aced;
}

.pl_about_us_widget i.fa-google-plus,
.team_social i.fa-google-plus {
  background-color: #dd4b39;
}

.pl_about_us_widget i.fa-youtube,
.team_social i.fa-youtube {
  background-color: #bb0000;
}

.pl_about_us_widget i.fa-linkedin,
.team_social i.fa-linkedin {
  background-color: #007bb6;
}

.pl_about_us_widget i.fa-instagram,
.team_social i.fa-instagram {
  background-color: #517fa4;
}

.pl_about_us_widget i.fa-pinterest-p,
.team_social i.fa-pinterest-p {
  background-color: #cb2027;
}

.pl_about_us_widget i.fa-vine,
.team_social i.fa-vine {
  background-color: #00bf8f;
}

.pl_about_us_widget i.fa-flickr,
.team_social i.fa-flickr {
  background-color: #ff0084;
}

.pl_about_us_widget i.fa-tumblr,
.team_social i.fa-tumblr {
  background-color: #32506d;
}

.pl_about_us_widget i.fa-vimeo,
.team_social i.fa-vimeo {
  background-color: #aad450;
}

.pl_about_us_widget i.fa-foursquare,
.team_social i.fa-foursquare {
  background-color: #0072b1;
}

.pl_latest_portfolio_widget ul.media-list,
.pl_latest_news_widget ul.media-list {
  margin: 0;
}

.pl_latest_portfolio_widget li.media,
.pl_latest_news_widget li.media {
  position  : relative;
  min-height: 70px;
  margin-top: 15px;
  overflow  : hidden;
}

.pl_latest_portfolio_widget li.media:first-child,
.pl_latest_news_widget li.media:first-child {
  margin-top: 0;
}

.pl_latest_portfolio_widget li.media .media-photo,
.pl_latest_news_widget li.media .media-photo {
  position               : absolute;
  left                   : 0;
  bottom                 : 0;
  width                  : 70px;
  height                 : 100%;
  margin                 : 0px;
  overflow               : hidden;
  -webkit-background-size: cover;
  -moz-background-size   : cover;
  -o-background-size     : cover;
  background-position    : center center;
  background-repeat      : no-repeat;
  background-size        : cover;
  border-radius          : 2px;
  background-color       : #000000;
  background-color       : rgba(0, 0, 0, 0.3);
}

.pl_latest_portfolio_widget li.media h5.media-heading,
.pl_latest_news_widget li.media h5.media-heading {
  font-weight: 700;
  padding    : 2px 0px 0px 0px;
  margin     : 0 0 5px 85px;
  font-size  : 14px;
}

.pl_latest_portfolio_widget li.media p,
.pl_latest_news_widget li.media p {
  margin     : 0 0 0 85px;
  line-height: 1.3em;
}

.pl_latest_portfolio_widget li.media small,
.pl_latest_news_widget li.media small {
  position        : absolute;
  top             : 0;
  left            : 0;
  color           : #fff;
  font-size       : 13px;
  text-transform  : uppercase;
  font-weight     : 600;
  padding         : 5px;
  text-align      : center;
  width           : 70px;
  z-index         : 2;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.3);
}

.widget_ads a {
  display: inline-block;
  margin : 0 10px 10px 0;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
  background-color: #f4f4f4;
  border-top      : solid 2px #84817c;
}

.nav-tabs>li>a {
  border-radius: 0;
}

.tab-content {
  padding: 10px 0;
}

#tags a {
  display    : block;
  float      : left;
  font-weight: 300;
  margin     : 0 10px 10px 0;
  padding    : 10px;
}

ul.footer-nav {
  position    : relative;
  list-style  : none;
  padding-left: 0 !important;
  display     : inline-block;
}

ul.footer-nav li {
  display: inline-block;
  margin : 0 10px;
}

ul.footer-nav li:last-child {
  margin-right: 0;
}

ul.footer-nav li a {
  color                      : #111118;
  padding-bottom             : 10px;
  display                    : inline-block;
  vertical-align             : middle;
  -webkit-transform          : translateZ(0);
  transform                  : translateZ(0);
  box-shadow                 : 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility        : hidden;
  -moz-osx-font-smoothing    : grayscale;
  position                   : relative;
  overflow                   : hidden;
  font-weight                : 200;
  font-size                  : 14px;
}

ul.footer-nav li a:before {
  content                           : "";
  position                          : absolute;
  z-index                           : -1;
  left                              : 0;
  right                             : 100%;
  bottom                            : 0;
  background                        : #84817c;
  height                            : 1px;
  -webkit-transition-property       : "right";
  transition-property               : "right";
  -webkit-transition-duration       : 0.3s;
  transition-duration               : 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function        : ease-out;
}

ul.footer-nav li a:hover:before,
ul.footer-nav li a:focus:before,
ul.footer-nav li a:active:before {
  right: 0;
}

ul.footer-nav li a:hover {
  color: #908e89;
}

.social {
  margin-top: 15px;
}

.social a {
  margin-left: 10px;
  font-size  : 20px;
}

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

.pl_sidebar_menu ul li {
  list-style   : none;
  margin-bottom: 1px;
}

.pl_sidebar_menu ul li a {
  line-height               : 40px;
  height                    : 40px;
  /* background-color       : fade(#fff, 2%); */
  -webkit-transition        : all 0.2s ease-in-out;
  -o-transition             : all 0.2s ease-in-out;
  transition                : all 0.2s ease-in-out;
  -webkit-overflow-scrolling: touch;
}

.pl_sidebar_menu ul li a:before {
  content                   : '';
  width                     : 40px;
  height                    : 1px;
  background-color          : #000;
  display                   : inline-block;
  vertical-align            : middle;
  margin-right              : 10px;
  position                  : relative;
  -webkit-transition        : all 0.2s ease-in-out;
  -o-transition             : all 0.2s ease-in-out;
  transition                : all 0.2s ease-in-out;
  -webkit-overflow-scrolling: touch;
}

.pl_sidebar_menu ul li a:hover:before {
  width: 60px;
}

.widget_book {
  padding   : 24px 0;
  text-align: center;
  color     : #fdfdfd;
}

.widget_book span {
  margin-bottom: 14px;
  font-size    : 16px;
  display      : block;
}

.widget_book h2 {
  font-weight: 700;
}

.widget_book p {
  font-weight   : 200;
  margin-top    : -10px;
  padding-bottom: 10px;
  font-size     : 16px;
}

.widget_book div {
  margin-top   : 10px;
  margin-bottom: 24px;
}

.widget_book div i {
  border                    : 1px solid rgba(255, 255, 255, 0.2) !important;
  border-radius             : 50%;
  padding                   : 10px;
  font-size                 : 16px;
  margin-right              : 10px;
  -webkit-transition        : all 0.2s ease-in-out;
  -o-transition             : all 0.2s ease-in-out;
  transition                : all 0.2s ease-in-out;
  -webkit-overflow-scrolling: touch;
}

.widget_book.featured {
  padding: 96px 0;
}

.widget_book.featured h2 {
  font-weight: 700;
  margin-top : 24px;
}

.widget_book.featured p {
  font-weight   : 200;
  margin-top    : -10px;
  padding-bottom: 10px;
  font-size     : 16px;
  margin-bottom : 24px;
}

.widget_search form .input-group {
  width: 100%;
}

.widget_search form .input-group i {
  position: absolute;
  top     : 20px;
  right   : 20px;
  z-index : 9999999999999999999 !important;
  opacity : 0.7;
}

.widget_search form .input-group input {
  padding-right: 48px;
  border       : 1px solid rgba(17, 17, 24, 0.1) !important;
}

.widget_search form .input-group input:focus {
  border: 1px solid rgba(17, 17, 24, 0.3) !important;
}

.widget_text .textwidget {
  font-weight  : 200;
  font-size    : 16px;
  margin-bottom: 24px;
}

.widget_text .text_block {
  padding-top: 5px !important;
}

.widget_text a.btn {
  margin-top: 0px;
}

.widget_latest_posts .media {
  padding-bottom: 14px;
  border-bottom : 1px solid rgba(204, 204, 204, 0.1);
}

.widget_latest_posts .media .media-body a span {
  margin-top : 10px;
  display    : block;
  font-family: "Playfair Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.widget_latest_posts .media .media-body p {
  opacity  : 0.7;
  font-size: 13px;
}

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

.widget_categories ul li {
  display       : block;
  text-transform: uppercase;
  margin-top    : 10px;
}

.widget_categories ul li a {
  font-family: "Playfair Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.widget_categories ul li a small {
  font-family   : "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-left   : 5px;
  font-size     : 15px;
  vertical-align: top;
  display       : inline-block;
  opacity       : 0.7;
}

.widget_categories ul li a small:before {
  content: '(';
}

.widget_categories ul li a small:after {
  content: ')';
}

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

.widget_tags ul li {
  margin-top    : 10px;
  margin-bottom : 10px;
  margin-right  : 5px;
  display       : inline-block;
  text-transform: uppercase;
}

.widget_tags ul li a {
  font-size  : 12px;
  font-weight: 200;
  padding    : 10px;
  border     : 1px solid rgba(23, 23, 32, 0.2);
  color      : rgba(23, 23, 32, 0.6);
  width      : auto !important;
}

.widget_tags ul li a:hover {
  background-color: #84817c;
  color           : #fdfdfd !important;
  border-color    : #84817c;
}

.widget_recent_comments .media .media-left a i {
  font-size: 18px;
}

.widget_recent_comments .media .media-body a {
  margin-top: 0px;
  display   : inline-block;
}

.widget_recent_comments .media .media-body span {
  display: inline-block;
}

.widget_recent_comments .media .media-body span:after {
  content: 'at';
  margin : 0 5px;
  opacity: 0.5;
}

.widget_recent_comments .media .media-body a span {
  display: inline-block;
}

.widget_recent_comments .media .media-body a span:after {
  content: '';
}

.widget_booking_form {
  padding      : 48px;
  border-bottom: 5px solid #84817c;
}

.widget_booking_form h5 {
  color        : rgba(253, 253, 253, 0.8);
  font-family  : "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size    : 13px;
  font-weight  : 200;
  margin-bottom: 10px !important;
}

.widget_booking_form p {
  color        : #fdfdfd;
  font-size    : 36px;
  line-height  : 28px;
  margin-bottom: 0 !important;
}

.widget_booking_form p small {
  font-size: 16px;
  opacity  : 0.3;
}

.widget_booking_form p:after {
  content         : '';
  width           : 100px;
  height          : 1px;
  background-color: #fff;
  display         : block;
  position        : relative;
  z-index         : 999;
  margin-top      : 24px;
  opacity         : 0.1;
}

.widget_booking_form form {
  z-index       : 999;
  margin-top    : 0 !important;
  padding-top   : 0px;
  position      : relative;
  padding-bottom: 24px !important;
}

.widget_booking_form form label {
  color     : #fdfdfd;
  margin-top: 24px;
}

.widget_booking_form form button {
  color                      : #fff;
  background-color           : #84817c;
  border-color               : #777470;
  margin-bottom              : 0;
  touch-action               : manipulation;
  cursor                     : pointer;
  border                     : 1px solid transparent;
  white-space                : nowrap;
  font-size                  : 16px;
  -webkit-user-select        : none;
  -moz-user-select           : none;
  -ms-user-select            : none;
  user-select                : none;
  background-image           : none;
  background-color           : transparent;
  font-weight                : bold;
  text-align                 : center;
  text-transform             : uppercase;
  font-weight                : 400;
  padding                    : 8px 24px;
  font-size                  : 12px;
  line-height                : 1.5;
  border-radius              : 2px;
  border                     : 1px #84817c solid;
  color                      : #84817c;
  display                    : inline-block;
  vertical-align             : middle;
  -webkit-transform          : translateZ(0);
  transform                  : translateZ(0);
  box-shadow                 : 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility        : hidden;
  -moz-osx-font-smoothing    : grayscale;
  position                   : relative;
  -webkit-transition-property: color;
  transition-property        : color;
  -webkit-transition-duration: 0.3s;
  transition-duration        : 0.3s;
  margin-left                : 0px !important;
  margin-top                 : 10px !important;
  padding                    : 8px 12px !important;
  font-size                  : 13px;
}

.widget_booking_form form button:focus,
.widget_booking_form form button:active:focus,
.widget_booking_form form button.active:focus,
.widget_booking_form form button.focus,
.widget_booking_form form button:active.focus,
.widget_booking_form form button.active.focus {
  outline       : 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.widget_booking_form form button:hover,
.widget_booking_form form button:focus,
.widget_booking_form form button.focus {
  color          : #333;
  text-decoration: none;
}

.widget_booking_form form button:active,
.widget_booking_form form button.active {
  outline           : 0;
  background-image  : none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow        : inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.widget_booking_form form button.disabled,
.widget_booking_form form button[disabled],
fieldset[disabled] .widget_booking_form form button {
  cursor            : not-allowed;
  opacity           : 0.65;
  filter            : alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow        : none;
}

a.widget_booking_form form button.disabled,
fieldset[disabled] a.widget_booking_form form button {
  pointer-events: none;
}

.widget_booking_form form button:focus,
.widget_booking_form form button:active:focus,
.widget_booking_form form button.active:focus {
  outline       : 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.widget_booking_form form button:hover,
.widget_booking_form form button:focus {
  color          : #333;
  text-decoration: none;
}

.widget_booking_form form button:active,
.widget_booking_form form button.active {
  outline         : 0;
  background-image: none;
}

.widget_booking_form form button.disabled,
.widget_booking_form form button[disabled],
fieldset[disabled] .widget_booking_form form button {
  cursor        : not-allowed;
  pointer-events: none;
  opacity       : 0.65;
  filter        : alpha(opacity=65);
}

.widget_booking_form form button:focus,
.widget_booking_form form button.focus {
  color           : #fff;
  background-color: #6a6763;
  border-color    : #353432;
}

.widget_booking_form form button:hover {
  color           : #fff;
  background-color: #6a6763;
  border-color    : #575552;
}

.widget_booking_form form button:active,
.widget_booking_form form button.active,
.open>.dropdown-toggle.widget_booking_form form button {
  color           : #fff;
  background-color: #6a6763;
  border-color    : #575552;
}

.widget_booking_form form button:active:hover,
.widget_booking_form form button.active:hover,
.open>.dropdown-toggle.widget_booking_form form button:hover,
.widget_booking_form form button:active:focus,
.widget_booking_form form button.active:focus,
.open>.dropdown-toggle.widget_booking_form form button:focus,
.widget_booking_form form button:active.focus,
.widget_booking_form form button.active.focus,
.open>.dropdown-toggle.widget_booking_form form button.focus {
  color           : #fff;
  background-color: #575552;
  border-color    : #353432;
}

.widget_booking_form form button:active,
.widget_booking_form form button.active,
.open>.dropdown-toggle.widget_booking_form form button {
  background-image: none;
}

.widget_booking_form form button.disabled:hover,
.widget_booking_form form button[disabled]:hover,
fieldset[disabled] .widget_booking_form form button:hover,
.widget_booking_form form button.disabled:focus,
.widget_booking_form form button[disabled]:focus,
fieldset[disabled] .widget_booking_form form button:focus,
.widget_booking_form form button.disabled.focus,
.widget_booking_form form button[disabled].focus,
fieldset[disabled] .widget_booking_form form button.focus {
  background-color: #84817c;
  border-color    : #777470;
}

.widget_booking_form form button .badge {
  color           : #84817c;
  background-color: #fff;
}

.widget_booking_form form button:hover,
.widget_booking_form form button:focus,
.widget_booking_form form button.focus,
.widget_booking_form form button:active,
.widget_booking_form form button.active,
.open>.dropdown-toggle.widget_booking_form form button {
  color           : #fff;
  background-color: #6a6763;
  border-color    : #5d5a57;
}

.widget_booking_form form button:active,
.widget_booking_form form button.active,
.open>.dropdown-toggle.widget_booking_form form button {
  background-image: none;
}

.widget_booking_form form button.disabled,
.widget_booking_form form button[disabled],
fieldset[disabled] .widget_booking_form form button,
.widget_booking_form form button.disabled:hover,
.widget_booking_form form button[disabled]:hover,
fieldset[disabled] .widget_booking_form form button:hover,
.widget_booking_form form button.disabled:focus,
.widget_booking_form form button[disabled]:focus,
fieldset[disabled] .widget_booking_form form button:focus,
.widget_booking_form form button.disabled.focus,
.widget_booking_form form button[disabled].focus,
fieldset[disabled] .widget_booking_form form button.focus,
.widget_booking_form form button.disabled:active,
.widget_booking_form form button[disabled]:active,
fieldset[disabled] .widget_booking_form form button:active,
.widget_booking_form form button.disabled.active,
.widget_booking_form form button[disabled].active,
fieldset[disabled] .widget_booking_form form button.active {
  background-color: #84817c;
  border-color    : #777470;
}

.widget_booking_form form button .badge {
  color           : #84817c;
  background-color: #fff;
}

.widget_booking_form form button:focus,
.widget_booking_form form button:active:focus,
.widget_booking_form form button.active:focus,
.widget_booking_form form button.focus,
.widget_booking_form form button:active.focus,
.widget_booking_form form button.active.focus {
  outline       : 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.widget_booking_form form button:hover,
.widget_booking_form form button:focus,
.widget_booking_form form button.focus {
  color          : #333;
  text-decoration: none;
}

.widget_booking_form form button:active,
.widget_booking_form form button.active {
  outline           : 0;
  background-image  : none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow        : inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.widget_booking_form form button.disabled,
.widget_booking_form form button[disabled],
fieldset[disabled] .widget_booking_form form button {
  cursor            : not-allowed;
  opacity           : 0.65;
  filter            : alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow        : none;
}

a.widget_booking_form form button.disabled,
fieldset[disabled] a.widget_booking_form form button {
  pointer-events: none;
}

.widget_booking_form form button:focus,
.widget_booking_form form button:active:focus,
.widget_booking_form form button.active:focus {
  outline       : 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.widget_booking_form form button:hover,
.widget_booking_form form button:focus {
  color          : #333;
  text-decoration: none;
}

.widget_booking_form form button:active,
.widget_booking_form form button.active {
  outline         : 0;
  background-image: none;
}

.widget_booking_form form button.disabled,
.widget_booking_form form button[disabled],
fieldset[disabled] .widget_booking_form form button {
  cursor        : not-allowed;
  pointer-events: none;
  opacity       : 0.65;
  filter        : alpha(opacity=65);
}

.widget_booking_form form button:before {
  content                           : "";
  position                          : absolute;
  z-index                           : -1;
  top                               : 0;
  left                              : 0;
  right                             : 0;
  bottom                            : 0;
  background                        : #84817c;
  -webkit-transform                 : scaleY(0);
  transform                         : scaleY(0);
  -webkit-transform-origin          : 50% 100%;
  transform-origin                  : 50% 100%;
  -webkit-transition-property       : transform;
  transition-property               : transform;
  -webkit-transition-duration       : 0.3s;
  transition-duration               : 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function        : ease-out;
}

.widget_booking_form form button:hover,
.widget_booking_form form button:focus,
.widget_booking_form form button:active {
  color: #fdfdfd;
}

.widget_booking_form form button:hover:before,
.widget_booking_form form button:focus:before,
.widget_booking_form form button:active:before {
  -webkit-transform: scaleY(1);
  transform        : scaleY(1);
}

.widget_booking_form form button.filled {
  border          : 1px solid #84817c;
  background-color: #84817c;
  color           : #fff;
}

.widget_booking_form form input {
  color: rgba(255, 255, 255, 0.8);
}

.pl_restaurant_menu_widget {
  padding: 10px 0px;
}

.pl_restaurant_menu_widget ul {
  list-style: none;
  padding   : 0 24px;
}

.pl_restaurant_menu_widget ul li {
  display       : block;
  list-style    : none;
  text-align    : left;
  position      : relative;
  padding-bottom: 10px;
}

.pl_restaurant_menu_widget ul li div h3 {
  font-size: 16px;
}

.pl_restaurant_menu_widget ul li div h3 span {
  position : absolute;
  right    : 0;
  top      : 0;
  font-size: 14px;
}

.pl_restaurant_menu_widget ul li div p {
  opacity: 0.7;
}

.pl_restaurant_menu_widget ul li div p:before {
  content         : '';
  height          : 1px;
  width           : 100%;
  background-color: rgba(0, 0, 0, 0.1);
  position        : relative;
  display         : block;
  margin-bottom   : 8px;
}

footer .widget_newsletter p {
  font-weight  : 200;
  font-size    : 18px;
  margin-bottom: 24px;
}

footer .widget_newsletter span {
  margin-top   : 24px;
  margin-bottom: 24px;
  opacity      : 0.2;
  font-size    : 12px;
  display      : block;
}

footer .widget_newsletter.no_padding {
  margin-bottom: 0 !important;
}

footer .widget_newsletter form {
  display: block;
}

footer .widget_newsletter form input {
  float: left;
  width: 85%;
}

footer .widget_newsletter form input:focus {
  outline: 0;
}

footer .widget_newsletter form button {
  height: 56px;
}

.widget_newsletter p {
  font-weight  : 200;
  font-size    : 18px;
  margin-bottom: 24px;
}

.widget_newsletter span {
  margin-top   : 0px;
  margin-bottom: 24px;
  opacity      : 0.2;
  font-size    : 12px;
  display      : block;
}

.widget_newsletter.no_padding {
  margin-bottom: 0 !important;
}

.widget_newsletter form {
  display : block;
  overflow: hidden;
}

.widget_newsletter form input {
  float        : left;
  width        : 80% !important;
  margin-bottom: 0 !important;
}

.widget_newsletter form input:focus {
  outline: 0;
}

@media (max-width: 1477px) {
  .widget_newsletter form input {
    width: 70% !important;
  }
}

@media (max-width: 991px) {
  .widget_newsletter form input {
    width: 90% !important;
  }
}

@media (max-width: 751px) {
  .widget_newsletter form input {
    width: 85% !important;
  }
}

@media (max-width: 520px) {
  .widget_newsletter form input {
    width        : 100% !important;
    margin-bottom: 0;
  }
}

@media (min-width: 520px) {
  .widget_newsletter form input.expanded {
    width: 85% !important;
  }
}

@media (max-width: 520px) {
  .widget_newsletter form input.expanded {
    width        : 100% !important;
    margin-bottom: 0;
  }
}

.widget_newsletter form button {
  height : 56px;
  display: block;
}

@media (max-width: 520px) {
  .widget_newsletter form button.small_screen_block {
    display   : block;
    width     : 100%;
    margin-top: 0;
  }
}

.widget_newsletter form span {
  display: block;
}

.widget_tripadvisor {
  padding   : 24px 0;
  text-align: center;
  color     : #fdfdfd;
}

.widget_tripadvisor span {
  margin-bottom: 14px;
  font-size    : 16px;
  display      : block;
}

.widget_tripadvisor h3 {
  font-weight: 800;
  margin-top : 0;
}

.widget_tripadvisor p {
  font-weight   : 200;
  margin-top    : -10px;
  padding-bottom: 10px;
  font-size     : 16px;
}

.widget_tripadvisor span {
  font-size     : 12px;
  letter-spacing: 5px;
  margin-bottom : 0;
}

.widget_tripadvisor img {
  display      : block;
  margin-left  : auto;
  margin-right : auto;
  margin-top   : 24px;
  margin-bottom: 24px;
}

.widget_tripadvisor div {
  margin-top   : 10px;
  margin-bottom: 24px;
}

.widget_tripadvisor div i {
  border                    : 1px solid rgba(255, 255, 255, 0.2) !important;
  border-radius             : 50%;
  padding                   : 10px;
  font-size                 : 16px;
  margin-right              : 10px;
  -webkit-transition        : all 0.2s ease-in-out;
  -o-transition             : all 0.2s ease-in-out;
  transition                : all 0.2s ease-in-out;
  -webkit-overflow-scrolling: touch;
}

/*  - Weather -  */
.widget_weather .alfie-wp-weather-object img {
  position: absolute;
  top     : 50px;
  left    : 100px;
}

.widget_weather .alfie-wp-weather-object .country {
  margin-bottom: 24px;
}

.widget_weather .alfie-wp-weather-object .country h5 {
  margin-bottom: 0;
  margin-top   : 18px;
}

.widget_weather .alfie-wp-weather-object .country span {
  letter-spacing: 3px;
  font-size     : 12px;
  opacity       : 0.4;
}

.widget_weather .alfie-wp-weather-object .temperature span {
  font-size  : 42px;
  line-height: 0.8;
}

.widget_weather .alfie-wp-weather-object .description {
  margin-top: 10px;
}

.widget_weather .alfie-wp-weather-object .description span {
  display      : block;
  margin-bottom: 5px;
}

.widget_weather .alfie-wp-weather-object .description span small {
  opacity: 0.7;
}

/* 
10. =FOOTER WIDGETIZED AREA
=============================================================== 
*/
footer {
  background-color          : #15151e;
  color                     : #fdfdfd;
  -webkit-transition        : all 0.2s ease-in-out;
  -o-transition             : all 0.2s ease-in-out;
  transition                : all 0.2s ease-in-out;
  -webkit-overflow-scrolling: touch;
  position                  : relative;
}

footer a:link,
footer a:visited {
  color: #84817c;
}

footer a:hover,
footer a:active {
  color: #908e89;
}

footer .widget_tags a {
  color : #fdfdfd !important;
  border: 1px solid rgba(253, 253, 253, 0.1) !important;
}

footer .widget_tags a:hover {
  border: 0px;
}

footer .footer_logo {
  padding         : 48px 48px 0px 0px;
  background-color: #191924;
  min-height      : 250px;
}

footer .footer_content {
  padding         : 48px 48px 0px 48px;
  background-color: #15151e;
  min-height      : 250px;
}

footer .footer_content ul {
  padding-left: 0;
  list-style  : none;
}

footer .footer_content ul li {
  list-style : none;
  display    : inline-block;
  margin-left: 24px;
}

footer .footer_content ul li a {
  display                    : inline-block;
  vertical-align             : middle;
  -webkit-transform          : translateZ(0);
  transform                  : translateZ(0);
  box-shadow                 : 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility        : hidden;
  -moz-osx-font-smoothing    : grayscale;
  position                   : relative;
  overflow                   : hidden;
  padding-bottom             : 10px;
  font-size                  : 1.1em;
  color                      : rgba(253, 253, 253, 0.5);
}

footer .footer_content ul li a:before {
  content                           : "";
  position                          : absolute;
  z-index                           : -1;
  left                              : 0;
  right                             : 100%;
  bottom                            : 0;
  background                        : #84817c;
  height                            : 1px;
  -webkit-transition-property       : "right";
  transition-property               : "right";
  -webkit-transition-duration       : 0.3s;
  transition-duration               : 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function        : ease-out;
}

footer .footer_content ul li a:hover:before,
footer .footer_content ul li a:focus:before,
footer .footer_content ul li a:active:before {
  right: 0;
}

footer .footer_content ul li a:hover {
  color: #fdfdfd;
}

footer .copyright_content {
  background-color: #13131b;
}

.copyright {
  position   : relative;
  font-size  : 12px;
  opacity    : 0.5;
  padding-top: 20px;
  color      : #fdfdfd;
}

.copyright p {
  vertical-align: bottom;
  display       : inline-block;
}

.social {
  display       : inline-block;
  padding-bottom: 0px;
}

.widget_footer_menu {
  display      : inline-block;
  margin-right : 15px;
  margin-bottom: 20px;
}

.widget_footer_menu a {
  font-size  : 12px;
  opacity    : 0.5;
  color      : #fdfdfd !important;
  margin-left: 15px;
}

.widget_footer_menu a:hover {
  opacity: 1;
  color  : #908e89 !important;
}

@media (max-width: 991px) {
  .widget_footer_menu {
    display   : block;
    margin-top: 24px;
  }
}

/* 
11. =BOOTSTRAP ELEMENTS OVERRIDES
=============================================================== 
*/
/* 
X. =BOOTSTRAP ELEMENTS OVERRIDES
=============================================================== 
*/
.bs-example-tabs .nav-tabs {
  margin-bottom: 15px;
}

.form-control {
  -webkit-appearance: none;
  box-shadow        : none;
}

.panel-primary {
  border-color: #84817c;
}

.pagination>li>a,
.pagination>li>span,
.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span,
.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span,
.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span,
.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
  background-color: rgba(255, 255, 255, 0.65);
}

.progress,
.progress-bar {
  box-shadow: none;
}

.badge {
  background-color: #84817c;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  background-color: #171720;
  border-color    : #171720;
}

/* =JUMBOTRON */
.jumbotron {
  background-color: #ccc;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0;
  }

  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left : 60px;
  }

  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

/* 
12. =MISC STYLES
=============================================================== 
*/
img {
  max-width: 100%;
}

figure {
  margin-bottom: 24px;
}

figure img {
  max-width: 100%;
}

blockquote {
  border-left: 5px solid #8282a6;
}

.brand-colors {
  height          : 0;
  width           : 0;
  display         : none;
  margin          : 0;
  padding         : 0;
  color           : #84817c;
  background-color: #171720;
}

i.fa.primary {
  color: #84817c;
}

i.fa.secondary {
  color: #171720;
}

i.fa.success {
  color: #5cb85c;
}

i.fa.info {
  color: #5bc0de;
}

i.fa.warning {
  color: #f0ad4e;
}

i.fa.danger {
  color: #d9534f;
}

#imagelightbox iframe {
  border: none;
}

.pager li a {
  background-color: #84817c;
  border-radius   : 2px;
  color           : #fff;
  font-weight     : 600;
  padding         : 10px 20px;
}

.pager li a:hover {
  color: #555555;
}

.collapsed {
  -o-transform     : translate(-250px, 0px);
  -webkit-transform: translate(-250px, 0px);
  -ms-transform    : translate(-250px, 0px);
  transform        : translate(-250px, 0px);
}

.video_iframe iframe {
  border: none;
  width : 100%;
}

/* 
 =3D Links Effect
 -------------------------------------------------------------- 
*/
.roll {
  display           : inline-block;
  overflow          : hidden;
  perspective       : 400px;
  perspective-origin: 50% 50%;
  vertical-align    : top;
}

.roll span {
  display         : block;
  padding         : 0 2px;
  position        : relative;
  transform-origin: 50% 0%;
  transform-style : preserve-3d;
  transition      : all 400ms ease;
}

.roll:hover span {
  background: #111;
  transform : translate3d(0px, 0px, -30px) rotateX(90deg);
}

.roll span:after {
  background      : #171720;
  color           : #fff;
  content         : attr(data-title);
  display         : block;
  left            : 0;
  padding         : 0 2px;
  position        : absolute;
  top             : 0;
  transform       : translate3d(0px, 105%, 0px) rotateX(-90deg);
  transform-origin: 50% 0%;
}

/* 
 = BACK TO TOP BUTTON
 -------------------------------------------------------------- 
*/
#return-to-top {
  position       : fixed;
  bottom         : 20px;
  right          : 20px;
  background     : #000000;
  background     : rgba(0, 0, 0, 0.7);
  width          : 50px;
  height         : 50px;
  display        : block;
  text-decoration: none;
  border-radius  : 35px;
  display        : none;
  transition     : all 0.3s ease;
  z-index        : 10001;
}

#return-to-top i {
  color     : #fff;
  margin    : 0;
  position  : relative;
  left      : 16px;
  top       : 13px;
  font-size : 19px;
  transition: all 0.3s ease;
}

#return-to-top:hover {
  background: rgba(0, 0, 0, 0.9);
}

#return-to-top:hover i {
  color: #fff;
  top  : 5px;
}

/* =SVG Loader
-------------------------------------------------------------- */
.loader-modal {
  display : block;
  display : none;
  height  : 100%;
  left    : 0;
  margin  : 0;
  overflow: auto;
  padding : 0;
  position: fixed;
  top     : 0;
  width   : 100%;
  z-index : 100;
}

.main.ajaxed {
  z-index: 999;
}

.ajax-error {
  left    : 25%;
  position: absolute;
  top     : 25%;
}

.member-bio,
.team-bio {
  display: none;
}

#loader {
  z-index: 99999;
}

.close-handle {
  cursor  : pointer;
  position: fixed;
  right   : 60px;
  top     : 30px;
  z-index : 999999;
  padding : 30px;
}

.close-handle:before,
.close-handle:after {
  -webkit-transition: all 200ms linear;
  content           : '';
  height            : 3px;
  position          : absolute;
  top               : 29px;
  left              : 11px;
  transition        : all 200ms linear;
  width             : 40px;
}

.close-handle:before,
.close-handle:hover:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform    : rotate(-45deg);
  transform        : rotate(-45deg);
}

.close-handle:after,
.close-handle:hover:before {
  -webkit-transform: rotate(45deg);
  -ms-transform    : rotate(45deg);
  transform        : rotate(45deg);
}

.close-handle {
  border-radius   : 60px;
  background-color: #fff;
}

.close-handle:before,
.close-handle:after {
  background-color: #323232;
}

/* =SVG Page Loading Effect
-------------------------------------------------------------- */
.pageload-overlay {
  height    : 100%;
  left      : 0;
  position  : fixed;
  top       : 0;
  visibility: hidden;
  width     : 100%;
  /* REMOVED LOADING BALLS */
}

.pageload-overlay.show {
  visibility: visible;
}

.pageload-overlay svg {
  left          : 0;
  pointer-events: none;
  position      : absolute;
  top           : 0;
}

.pageload-overlay svg path {
  fill: #84817c;
}

.pageload-overlay::after,
.pageload-overlay::before {
  display   : none;
  opacity   : 0;
  visibility: hidden;
  z-index   : 0;
}

/* OWL SLIDER ADDITIONS */
ul.owl-carousel {
  list-style: none;
}

/* =DEMOs Page
-------------------------------------------------------------- */
.demo_item {
  background-image       : url('../images/demos_page/monitor.png');
  padding-bottom         : 81.09% !important;
  -webkit-background-size: cover;
  -moz-background-size   : cover;
  -o-background-size     : cover;
  background-position    : center center;
  background-repeat      : no-repeat;
  background-size        : cover;
}

@media (max-width: 991px) {
  .demo_item {
    margin-bottom: 48px !important;
  }
}

.demo_item .stretchy_wrapper {
  width                     : auto !important;
  padding-bottom            : 52% !important;
  height                    : inherit;
  margin                    : 5% 4%;
  background-position       : center top;
  -webkit-transition        : all 2000ms ease-in-out;
  -o-transition             : all 2000ms ease-in-out;
  transition                : all 2000ms ease-in-out;
  -webkit-overflow-scrolling: touch;
}

.demo_item .stretchy_wrapper:hover {
  background-position       : center bottom;
  -webkit-transition        : all 2000ms ease-in-out;
  -o-transition             : all 2000ms ease-in-out;
  transition                : all 2000ms ease-in-out;
  -webkit-overflow-scrolling: touch;
}

/* 
13. =RESPONSIVE STATES
=============================================================== 
*/
@media only screen and (min-width: 1401px) {
  .vcenter div[class*="col-"] {
    display       : inline-block;
    vertical-align: middle;
    float         : none;
    margin-right  : -4px;
  }

  .vbottom div[class*="col-"] {
    display       : inline-block;
    vertical-align: bottom;
    float         : none;
    margin-right  : -4px;
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .stretchy_wrapper.ratio_slider {
    padding-bottom: 40% !important;
  }

  .vcenter div[class*="col-"] {
    display       : inline-block;
    vertical-align: middle;
    float         : none;
    margin-right  : -4px;
  }

  .vbottom div[class*="col-"] {
    display       : inline-block;
    vertical-align: bottom;
    float         : none;
    margin-right  : -4px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .menu_container ul.main_menu>li>a {
    padding: 45px 10px;
  }

  .stretchy_wrapper.ratio_slider {
    padding-bottom: 50% !important;
  }

  .vcenter div[class*="col-"] {
    display       : inline-block;
    vertical-align: middle;
    float         : none;
    margin-right  : -4px;
  }

  .vbottom div[class*="col-"] {
    display       : inline-block;
    vertical-align: bottom;
    float         : none;
    margin-right  : -4px;
  }
}

@media only screen and (max-width: 991px) {

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

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

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

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

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

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

  .stretchy_wrapper.ratio_slider {
    padding-bottom: 50% !important;
  }

  label.mobile_collapser {
    position         : absolute;
    top              : 50%;
    -o-transform     : translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform    : translate(0, -50%);
    transform        : translate(0, -50%);
    right            : 15px;
    display          : inline-block;
    cursor           : pointer;
    color            : #ffffff;
    text-align       : right;
    margin           : 0;
    width            : 80px;
    padding          : 15px 30px 15px 0;
    font-size        : 1.1em;
    line-height      : 1em;
  }

  label.mobile_collapser :after {
    content  : '\2261';
    display  : block;
    position : absolute;
    font-size: 40px;
    top      : 13px;
    right    : -5px;
  }

  a.social_links {
    right            : 0px;
    -o-transform     : translate(-100px, -50%);
    -webkit-transform: translate(-100px, -50%);
    -ms-transform    : translate(-100px, -50%);
    transform        : translate(-100px, -50%);
    z-index          : 101;
  }

  span.close_menu {
    cursor          : pointer;
    font-size       : 30px;
    font-weight     : bold;
    line-height     : 25px;
    position        : absolute;
    margin          : 13px 15px;
    top             : 0;
    left            : 0;
    color           : #ffffff;
    background-color: #84817c;
    width           : 30px;
    height          : 30px;
    border-radius   : 50px;
    text-align      : center;
    display         : block;
  }

  .menu_container {
    position         : fixed;
    top              : 0;
    right            : 0;
    float            : none;
    width            : 250px;
    margin           : 0;
    margin-right     : 0 !important;
    -o-transform     : translate(250px, 0px);
    -webkit-transform: translate(250px, 0px);
    -ms-transform    : translate(250px, 0px);
    transform        : translate(250px, 0px);
    background-color : #171720;
    padding          : 72.2px 0;
    border-left      : solid 1px #84817c;
    display          : block;
    overflow         : auto;
  }

  .menu_container.collapsed {
    -o-transform     : translate(250px, 0px);
    -webkit-transform: translate(250px, 0px);
    -ms-transform    : translate(250px, 0px);
    transform        : translate(250px, 0px);
  }

  .menu_container ul.main_menu {
    border-top: solid 1px #84817c;
  }

  .menu_container ul.main_menu li {
    display      : block;
    float        : none;
    padding      : 0;
    margin       : 0;
    border-bottom: solid 1px #84817c;
  }

  .menu_container ul.main_menu li a {
    padding: 35px 5px;
  }

  .menu_container ul.main_menu li.lihasdropdown:after {
    right: 10px;
  }

  .menu_container ul.main_menu li.drop-left ul.menu-dropdown,
  .menu_container ul.main_menu li.dropleft ul.menu-dropdown {
    right: inherit;
    left : 0;
  }

  .menu_container ul.main_menu li.drop-right ul.menu-dropdown {
    left: 0;
  }

  .menu_container ul.main_menu li.drop-mid ul.menu-dropdown {
    left: 0;
  }

  .menu_container ul.main_menu li.drop-mid.two_column ul.menu-dropdown {
    left: 0;
  }

  .menu_container ul.main_menu li ul.menu-dropdown {
    padding          : 0px;
    top              : 0;
    height           : 0;
    min-height       : inherit;
    max-height       : inherit;
    position         : relative;
    left             : 0px;
    overflow         : hidden !important;
    -o-transform     : translate(0, -30px);
    -webkit-transform: translate(0, -30px);
    -ms-transform    : translate(0, -30px);
    transform        : translate(0, -30px);
    border           : none;
  }

  .menu_container ul.main_menu li ul.menu-dropdown.show {
    height           : auto;
    -o-transform     : translate(0, 0px);
    -webkit-transform: translate(0, 0px);
    -ms-transform    : translate(0, 0px);
    transform        : translate(0, 0px);
  }

  .menu_container ul.main_menu li ul.menu-dropdown li {
    display      : block;
    position     : relative;
    width        : 100%;
    padding      : 0 0px;
    border-bottom: solid 1px #ffffff;
  }

  .menu_container ul.main_menu li ul.menu-dropdown li a {
    padding: 15px 20px;
  }

  .menu_container ul.main_menu li ul.menu-dropdown li ul.menu-dropdown {
    position : relative;
    top      : inherit;
    width    : 100%;
    min-width: inherit;
    left     : inherit;
  }

  .menu_container ul.main_menu>li>ul.menu-dropdown>li.sublihasdropdown ul.menu-dropdown>li>a {
    padding: 15px 30px;
  }

  .menu_container ul.main_menu>li>ul.menu-dropdown>li.sublihasdropdown>a:after {
    content  : '\2023';
    font-size: 20px;
    transform: rotate(90deg);
    position : absolute;
    top      : 11px;
    right    : 10px;
    color    : #ffffff;
  }

  .menu_container ul.main_menu>li>ul.menu-dropdown>li.sublihasdropdown>ul.menu-dropdown {
    border: none !important;
    top   : 0px !important;
  }

  .menu_container ul.main_menu li.two_column.lihasdropdown ul,
  .menu_container ul.main_menu li.two-column.lihasdropdown ul {
    width  : inherit;
    padding: 0;
  }

  .menu_container ul.main_menu li.two_column.lihasdropdown ul li,
  .menu_container ul.main_menu li.two-column.lihasdropdown ul li {
    float       : none;
    width       : 100%;
    border-right: solid 0px;
  }

  .menu_container ul.main_menu li.two_column.lihasdropdown ul li:nth-child(odd),
  .menu_container ul.main_menu li.two-column.lihasdropdown ul li:nth-child(odd) {
    clear: none;
  }

  .menu_container ul.main_menu li.two_column.lihasdropdown ul li ul,
  .menu_container ul.main_menu li.two-column.lihasdropdown ul li ul {
    width: 100%;
  }

  .menu_container ul.main_menu li.two_column.lihasdropdown ul li ul li,
  .menu_container ul.main_menu li.two-column.lihasdropdown ul li ul li {
    float: none;
    width: 100%;
  }

  .menu_container ul.main_menu li.two_column.lihasdropdown ul li.sublihasdropdown>a:after,
  .menu_container ul.main_menu li.two-column.lihasdropdown ul li.sublihasdropdown>a:after {
    right: 10px;
  }

  /*** HEAD PANEL ***/
  .head_panel .slider_wrapper .caption {
    left : 5%;
    width: 90%;
  }

  .head_panel .slider_wrapper .caption.caption_left {
    left: 5%;
  }

  .head_panel .slider_wrapper .caption.caption_right {
    right: 5%;
  }

  .full_width_photo {
    min-height: 280px;
  }

  /*** MAP ***/
  /* TWITTER FEED */
  .twitter_feed_wrapper blockquote p {
    font-size: 15px;
  }

  /* NEWSLETTER FORMS */
  .newsletter_form .newsletter_input {
    width  : 50%;
    display: inline-block;
  }

  .elevate {
    margin-top: 0px;
  }

  .svg_newsletter .newsletter_input {
    margin: 0;
  }

  .svg_newsletter .right_area {
    -o-transform     : translate(0, 0px);
    -webkit-transform: translate(0, 0px);
    -ms-transform    : translate(0, 0px);
    transform        : translate(0, 0px);
  }

  footer.vbottom .widget.boxed {
    -o-transform     : translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform    : translate(0, 0);
    transform        : translate(0, 0);
  }

  .close-handle {
    padding: 20px;
    right  : 10px;
    top    : 10px;
  }

  .close-handle:after,
  .close-handle:before {
    left : 10px;
    top  : 19px;
    width: 20px;
  }
}

@media only screen and (max-width: 767px) {

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

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

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

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

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

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

  .stretchy_wrapper.ratio_slider {
    padding-bottom: 70% !important;
  }

  /*** HEAD PANEL ***/
  .full_width_photo {
    min-height: 80px;
  }

  .caption .inner .t1 {
    font-size: 50px;
  }

  .caption .inner .t2 {
    font-size: 28px;
  }

  .caption .inner .t3 {
    font-size: 20px;
  }

  .caption .inner p.desc {
    font-size: 15px;
  }

  .caption.caption_fancy .inner .t1 {
    font-size: 50px;
  }

  .caption.caption_fancy .inner .t2 {
    font-size: 28px;
  }

  .caption.caption_fancy .inner .t3 {
    font-size: 20px;
  }

  .caption.caption_fancy .inner p.desc {
    font-size: 15px;
  }

  .caption.caption_flat .inner .t1 {
    font-size: 36px;
  }

  .caption.caption_flat .inner .t2 {
    margin-bottom: 20px;
  }

  .caption.caption_flat .inner p.desc {
    font-size: 18px;
  }

  .newsletter_form .newsletter_input {
    width  : 69%;
    display: inline-block;
  }

  .newsletter_form button.form-control {
    display: inline-block;
    width  : auto;
  }

  .pricing_plan {
    margin-bottom: 10px;
  }

  .owl-nav {
    visibility: hidden;
  }

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

@media only screen and (max-width: 480px) {
  .stretchy_wrapper.ratio_slider {
    padding-bottom: 80% !important;
  }

  .hidden-xxs {
    display: none;
  }

  .menu_container>ul.collapsed>li {
    width       : 100% !important;
    border-right: solid 0px #cccccc !important;
  }

  .menu_container>ul.collapsed>li:last-child {
    border-bottom: solid 0px red !important;
  }

  .newsletter_form .newsletter_input {
    width  : 100%;
    display: block;
  }

  .newsletter_form button.form-control {
    display      : block;
    margin-bottom: 20px;
  }

  .section_header.fancy h2 {
    font-size: 45px;
  }

  .section_header.fancy h3 {
    font-size: 37.5px;
  }

  .section_header.fancy h4 {
    font-size: 28.5px;
  }

  .section_header.fancy h5 {
    font-size: 24px;
  }

  .section_header.fancy h6 {
    font-size: 21px;
  }
}

@media only screen and (max-width: 320px) {
  .stretchy_wrapper.ratio_slider {
    padding-bottom: 100% !important;
  }

  .hidden-xxxs {
    display: none;
  }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

  /* IE10+ CSS styles go here */
  .menu_container.collapsed {
    -o-transform     : translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -ms-transform    : translate(0px, 0px);
    transform        : translate(0px, 0px);
  }
}

/* 
14. =HOVER
=============================================================== 
*/
/*
--------------------------------------------------------------  
 
ELEMENTS HOVER

-------------------------------------------------------------- 
*/
/* Custom Buttons */
/* Navigation Button */
/* 
15. =FONT ICON
=============================================================== 
*/