@import url('https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic|Roboto+Condensed:400,300,300italic,700,400italic,700italic');
@import url('https://fonts.googleapis.com/css?family=Nixie+One');
@import url('https://fonts.googleapis.com/css?family=Bitter:400,400italic,700');

/*------------------------------------------------------------------
[Table of contents]
0. Plugins 
1. Default + reset
2. Header / #header
3. Navigation / #navbar
4. Footer / #footer
5. Components
  5.01. intro
6. Demo
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[0. Plugins]
*/

/*! Flickity v1.1.1
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled{position:relative}.flickity-enabled:focus{outline:0}.flickity-viewport{overflow:hidden;position:relative;height:100% !important}.flickity-slider{position:absolute;width:100%;height:100%}.flickity-enabled.is-draggable{-webkit-tap-highlight-color:transparent;tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.flickity-enabled.is-draggable .flickity-viewport{cursor:move;cursor:-webkit-grab;cursor:grab}.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down{cursor:-webkit-grabbing;cursor:grabbing}.flickity-prev-next-button{position:absolute;top:50%;width:44px;height:44px;border:none;border-radius:50%;background:#fff;background:hsla(0,0%,100%,.75);cursor:pointer;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.flickity-prev-next-button:hover{background:#fff}.flickity-prev-next-button:focus{outline:0;box-shadow:0 0 0 5px #09F}.flickity-prev-next-button:active{filter:alpha(opacity=60);opacity:.6}.flickity-prev-next-button.previous{left:10px}.flickity-prev-next-button.next{right:10px}.flickity-rtl .flickity-prev-next-button.previous{left:auto;right:10px}.flickity-rtl .flickity-prev-next-button.next{right:auto;left:10px}.flickity-prev-next-button:disabled{filter:alpha(opacity=30);opacity:.3;cursor:auto}.flickity-prev-next-button svg{position:absolute;left:20%;top:20%;width:60%;height:60%}.flickity-prev-next-button .arrow{fill:#333}.flickity-prev-next-button.no-svg{color:#333;font-size:26px}.flickity-page-dots{position:absolute;width:100%;bottom:-25px;padding:0;margin:0;list-style:none;text-align:center;line-height:1}.flickity-rtl .flickity-page-dots{direction:rtl}.flickity-page-dots .dot{display:inline-block;width:10px;height:10px;margin:0 8px;background:#333;border-radius:50%;filter:alpha(opacity=25);opacity:.25;cursor:pointer}.flickity-page-dots .dot.is-selected{filter:alpha(opacity=100);opacity:1}

/* 
 *  Core Owl Carousel CSS File
 *  v1.3.2
 */
.owl-carousel .owl-wrapper:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel{display:none;position:relative;width:100%;-ms-touch-action:pan-y}.owl-carousel .owl-wrapper{display:none;position:relative}.owl-carousel .owl-wrapper-outer{overflow:hidden;position:relative;width:100%}.owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out}.owl-carousel .owl-item{float:left}.owl-controls .owl-buttons div,.owl-controls .owl-page{cursor:pointer}.owl-controls{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.grabbing{cursor:url(../bower_components/owl-carousel/owl-carousel/grabbing.png) 8 8,move}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}
/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */
.owl-origin{-webkit-perspective:1200px;-webkit-perspective-origin-x:50%;-webkit-perspective-origin-y:50%;-moz-perspective:1200px;-moz-perspective-origin-x:50%;-moz-perspective-origin-y:50%;perspective:1200px}.owl-fade-out{z-index:10;-webkit-animation:fadeOut .7s both ease;-moz-animation:fadeOut .7s both ease;animation:fadeOut .7s both ease}.owl-fade-in{-webkit-animation:fadeIn .7s both ease;-moz-animation:fadeIn .7s both ease;animation:fadeIn .7s both ease}.owl-backSlide-out{-webkit-animation:backSlideOut 1s both ease;-moz-animation:backSlideOut 1s both ease;animation:backSlideOut 1s both ease}.owl-backSlide-in{-webkit-animation:backSlideIn 1s both ease;-moz-animation:backSlideIn 1s both ease;animation:backSlideIn 1s both ease}.owl-goDown-out{-webkit-animation:scaleToFade .7s ease both;-moz-animation:scaleToFade .7s ease both;animation:scaleToFade .7s ease both}.owl-goDown-in{-webkit-animation:goDown .6s ease both;-moz-animation:goDown .6s ease both;animation:goDown .6s ease both}@-webkit-keyframes empty{0%{opacity:1}}@-moz-keyframes empty{0%{opacity:1}}@keyframes empty{0%{opacity:1}}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-moz-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@-moz-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@-webkit-keyframes backSlideOut{25%{opacity:.5;-webkit-transform:translateZ(-500px)}100%,75%{opacity:.5;-webkit-transform:translateZ(-500px) translateX(-200%)}}@-moz-keyframes backSlideOut{25%{opacity:.5;-moz-transform:translateZ(-500px)}100%,75%{opacity:.5;-moz-transform:translateZ(-500px) translateX(-200%)}}@keyframes backSlideOut{25%{opacity:.5;transform:translateZ(-500px)}100%,75%{opacity:.5;transform:translateZ(-500px) translateX(-200%)}}@-webkit-keyframes backSlideIn{0%,25%{opacity:.5;-webkit-transform:translateZ(-500px) translateX(200%)}75%{opacity:.5;-webkit-transform:translateZ(-500px)}100%{opacity:1;-webkit-transform:translateZ(0) translateX(0)}}@-moz-keyframes backSlideIn{0%,25%{opacity:.5;-moz-transform:translateZ(-500px) translateX(200%)}75%{opacity:.5;-moz-transform:translateZ(-500px)}100%{opacity:1;-moz-transform:translateZ(0) translateX(0)}}@keyframes backSlideIn{0%,25%{opacity:.5;transform:translateZ(-500px) translateX(200%)}75%{opacity:.5;transform:translateZ(-500px)}100%{opacity:1;transform:translateZ(0) translateX(0)}}@-webkit-keyframes scaleToFade{to{opacity:0;-webkit-transform:scale(.8)}}@-moz-keyframes scaleToFade{to{opacity:0;-moz-transform:scale(.8)}}@keyframes scaleToFade{to{opacity:0;transform:scale(.8)}}@-webkit-keyframes goDown{from{-webkit-transform:translateY(-100%)}}@-moz-keyframes goDown{from{-moz-transform:translateY(-100%)}}@keyframes goDown{from{transform:translateY(-100%)}}@-webkit-keyframes scaleUpFrom{from{opacity:0;-webkit-transform:scale(1.5)}}@-moz-keyframes scaleUpFrom{from{opacity:0;-moz-transform:scale(1.5)}}@keyframes scaleUpFrom{from{opacity:0;transform:scale(1.5)}}@-webkit-keyframes scaleUpTo{to{opacity:0;-webkit-transform:scale(1.5)}}@-moz-keyframes scaleUpTo{to{opacity:0;-moz-transform:scale(1.5)}}@keyframes scaleUpTo{to{opacity:0;transform:scale(1.5)}}

/* RS5.0 Main Stylesheet */
@import "../scripts/revolution/css/settings.css";

/* Pe-icon-7-stroke */
@font-face{font-family:Pe-icon-7-stroke;src:url(../fonts/pe-icon-7-stroke/Pe-icon-7-stroke.eot?d7yf1v);src:url(../fonts/pe-icon-7-stroke/Pe-icon-7-stroke.eot?#iefixd7yf1v) format('embedded-opentype'),url(../fonts/pe-icon-7-stroke/Pe-icon-7-stroke.woff?d7yf1v) format('woff'),url(../fonts/pe-icon-7-stroke/Pe-icon-7-stroke.ttf?d7yf1v) format('truetype'),url(../fonts/pe-icon-7-stroke/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke) format('svg');font-weight:400;font-style:normal}[class*=" pe-7s-"],[class^=pe-7s-]{font-family:Pe-icon-7-stroke;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.pe-7s-album:before{content:"\e6aa"}.pe-7s-arc:before{content:"\e6ab"}.pe-7s-back-2:before{content:"\e6ac"}.pe-7s-bandaid:before{content:"\e6ad"}.pe-7s-car:before{content:"\e6ae"}.pe-7s-diamond:before{content:"\e6af"}.pe-7s-door-lock:before{content:"\e6b0"}.pe-7s-eyedropper:before{content:"\e6b1"}.pe-7s-female:before{content:"\e6b2"}.pe-7s-gym:before{content:"\e6b3"}.pe-7s-hammer:before{content:"\e6b4"}.pe-7s-headphones:before{content:"\e6b5"}.pe-7s-helm:before{content:"\e6b6"}.pe-7s-hourglass:before{content:"\e6b7"}.pe-7s-leaf:before{content:"\e6b8"}.pe-7s-magic-wand:before{content:"\e6b9"}.pe-7s-male:before{content:"\e6ba"}.pe-7s-map-2:before{content:"\e6bb"}.pe-7s-next-2:before{content:"\e6bc"}.pe-7s-paint-bucket:before{content:"\e6bd"}.pe-7s-pendrive:before{content:"\e6be"}.pe-7s-photo:before{content:"\e6bf"}.pe-7s-piggy:before{content:"\e6c0"}.pe-7s-plugin:before{content:"\e6c1"}.pe-7s-refresh-2:before{content:"\e6c2"}.pe-7s-rocket:before{content:"\e6c3"}.pe-7s-settings:before{content:"\e6c4"}.pe-7s-shield:before{content:"\e6c5"}.pe-7s-smile:before{content:"\e6c6"}.pe-7s-usb:before{content:"\e6c7"}.pe-7s-vector:before{content:"\e6c8"}.pe-7s-wine:before{content:"\e6c9"}.pe-7s-cloud-upload:before{content:"\e68a"}.pe-7s-cash:before{content:"\e68c"}.pe-7s-close:before{content:"\e680"}.pe-7s-bluetooth:before{content:"\e68d"}.pe-7s-cloud-download:before{content:"\e68b"}.pe-7s-way:before{content:"\e68e"}.pe-7s-close-circle:before{content:"\e681"}.pe-7s-id:before{content:"\e68f"}.pe-7s-angle-up:before{content:"\e682"}.pe-7s-wristwatch:before{content:"\e690"}.pe-7s-angle-up-circle:before{content:"\e683"}.pe-7s-world:before{content:"\e691"}.pe-7s-angle-right:before{content:"\e684"}.pe-7s-volume:before{content:"\e692"}.pe-7s-angle-right-circle:before{content:"\e685"}.pe-7s-users:before{content:"\e693"}.pe-7s-angle-left:before{content:"\e686"}.pe-7s-user-female:before{content:"\e694"}.pe-7s-angle-left-circle:before{content:"\e687"}.pe-7s-up-arrow:before{content:"\e695"}.pe-7s-angle-down:before{content:"\e688"}.pe-7s-switch:before{content:"\e696"}.pe-7s-angle-down-circle:before{content:"\e689"}.pe-7s-scissors:before{content:"\e697"}.pe-7s-wallet:before{content:"\e600"}.pe-7s-safe:before{content:"\e698"}.pe-7s-volume2:before{content:"\e601"}.pe-7s-volume1:before{content:"\e602"}.pe-7s-voicemail:before{content:"\e603"}.pe-7s-video:before{content:"\e604"}.pe-7s-user:before{content:"\e605"}.pe-7s-upload:before{content:"\e606"}.pe-7s-unlock:before{content:"\e607"}.pe-7s-umbrella:before{content:"\e608"}.pe-7s-trash:before{content:"\e609"}.pe-7s-tools:before{content:"\e60a"}.pe-7s-timer:before{content:"\e60b"}.pe-7s-ticket:before{content:"\e60c"}.pe-7s-target:before{content:"\e60d"}.pe-7s-sun:before{content:"\e60e"}.pe-7s-study:before{content:"\e60f"}.pe-7s-stopwatch:before{content:"\e610"}.pe-7s-star:before{content:"\e611"}.pe-7s-speaker:before{content:"\e612"}.pe-7s-signal:before{content:"\e613"}.pe-7s-shuffle:before{content:"\e614"}.pe-7s-shopbag:before{content:"\e615"}.pe-7s-share:before{content:"\e616"}.pe-7s-server:before{content:"\e617"}.pe-7s-search:before{content:"\e618"}.pe-7s-film:before{content:"\e6a5"}.pe-7s-science:before{content:"\e619"}.pe-7s-disk:before{content:"\e6a6"}.pe-7s-ribbon:before{content:"\e61a"}.pe-7s-repeat:before{content:"\e61b"}.pe-7s-refresh:before{content:"\e61c"}.pe-7s-add-user:before{content:"\e6a9"}.pe-7s-refresh-cloud:before{content:"\e61d"}.pe-7s-paperclip:before{content:"\e69c"}.pe-7s-radio:before{content:"\e61e"}.pe-7s-note2:before{content:"\e69d"}.pe-7s-print:before{content:"\e61f"}.pe-7s-network:before{content:"\e69e"}.pe-7s-prev:before{content:"\e620"}.pe-7s-mute:before{content:"\e69f"}.pe-7s-power:before{content:"\e621"}.pe-7s-medal:before{content:"\e6a0"}.pe-7s-portfolio:before{content:"\e622"}.pe-7s-like2:before{content:"\e6a1"}.pe-7s-plus:before{content:"\e623"}.pe-7s-left-arrow:before{content:"\e6a2"}.pe-7s-play:before{content:"\e624"}.pe-7s-key:before{content:"\e6a3"}.pe-7s-plane:before{content:"\e625"}.pe-7s-joy:before{content:"\e6a4"}.pe-7s-photo-gallery:before{content:"\e626"}.pe-7s-pin:before{content:"\e69b"}.pe-7s-phone:before{content:"\e627"}.pe-7s-plug:before{content:"\e69a"}.pe-7s-pen:before{content:"\e628"}.pe-7s-right-arrow:before{content:"\e699"}.pe-7s-paper-plane:before{content:"\e629"}.pe-7s-delete-user:before{content:"\e6a7"}.pe-7s-paint:before{content:"\e62a"}.pe-7s-bottom-arrow:before{content:"\e6a8"}.pe-7s-notebook:before{content:"\e62b"}.pe-7s-note:before{content:"\e62c"}.pe-7s-next:before{content:"\e62d"}.pe-7s-news-paper:before{content:"\e62e"}.pe-7s-musiclist:before{content:"\e62f"}.pe-7s-music:before{content:"\e630"}.pe-7s-mouse:before{content:"\e631"}.pe-7s-more:before{content:"\e632"}.pe-7s-moon:before{content:"\e633"}.pe-7s-monitor:before{content:"\e634"}.pe-7s-micro:before{content:"\e635"}.pe-7s-menu:before{content:"\e636"}.pe-7s-map:before{content:"\e637"}.pe-7s-map-marker:before{content:"\e638"}.pe-7s-mail:before{content:"\e639"}.pe-7s-mail-open:before{content:"\e63a"}.pe-7s-mail-open-file:before{content:"\e63b"}.pe-7s-magnet:before{content:"\e63c"}.pe-7s-loop:before{content:"\e63d"}.pe-7s-look:before{content:"\e63e"}.pe-7s-lock:before{content:"\e63f"}.pe-7s-lintern:before{content:"\e640"}.pe-7s-link:before{content:"\e641"}.pe-7s-like:before{content:"\e642"}.pe-7s-light:before{content:"\e643"}.pe-7s-less:before{content:"\e644"}.pe-7s-keypad:before{content:"\e645"}.pe-7s-junk:before{content:"\e646"}.pe-7s-info:before{content:"\e647"}.pe-7s-home:before{content:"\e648"}.pe-7s-help2:before{content:"\e649"}.pe-7s-help1:before{content:"\e64a"}.pe-7s-graph3:before{content:"\e64b"}.pe-7s-graph2:before{content:"\e64c"}.pe-7s-graph1:before{content:"\e64d"}.pe-7s-graph:before{content:"\e64e"}.pe-7s-global:before{content:"\e64f"}.pe-7s-gleam:before{content:"\e650"}.pe-7s-glasses:before{content:"\e651"}.pe-7s-gift:before{content:"\e652"}.pe-7s-folder:before{content:"\e653"}.pe-7s-flag:before{content:"\e654"}.pe-7s-filter:before{content:"\e655"}.pe-7s-file:before{content:"\e656"}.pe-7s-expand1:before{content:"\e657"}.pe-7s-exapnd2:before{content:"\e658"}.pe-7s-edit:before{content:"\e659"}.pe-7s-drop:before{content:"\e65a"}.pe-7s-drawer:before{content:"\e65b"}.pe-7s-download:before{content:"\e65c"}.pe-7s-display2:before{content:"\e65d"}.pe-7s-display1:before{content:"\e65e"}.pe-7s-diskette:before{content:"\e65f"}.pe-7s-date:before{content:"\e660"}.pe-7s-cup:before{content:"\e661"}.pe-7s-culture:before{content:"\e662"}.pe-7s-crop:before{content:"\e663"}.pe-7s-credit:before{content:"\e664"}.pe-7s-copy-file:before{content:"\e665"}.pe-7s-config:before{content:"\e666"}.pe-7s-compass:before{content:"\e667"}.pe-7s-comment:before{content:"\e668"}.pe-7s-coffee:before{content:"\e669"}.pe-7s-cloud:before{content:"\e66a"}.pe-7s-clock:before{content:"\e66b"}.pe-7s-check:before{content:"\e66c"}.pe-7s-chat:before{content:"\e66d"}.pe-7s-cart:before{content:"\e66e"}.pe-7s-camera:before{content:"\e66f"}.pe-7s-call:before{content:"\e670"}.pe-7s-calculator:before{content:"\e671"}.pe-7s-browser:before{content:"\e672"}.pe-7s-box2:before{content:"\e673"}.pe-7s-box1:before{content:"\e674"}.pe-7s-bookmarks:before{content:"\e675"}.pe-7s-bicycle:before{content:"\e676"}.pe-7s-bell:before{content:"\e677"}.pe-7s-battery:before{content:"\e678"}.pe-7s-ball:before{content:"\e679"}.pe-7s-back:before{content:"\e67a"}.pe-7s-attention:before{content:"\e67b"}.pe-7s-anchor:before{content:"\e67c"}.pe-7s-albums:before{content:"\e67d"}.pe-7s-alarm:before{content:"\e67e"}.pe-7s-airplay:before{content:"\e67f"}
.pe-lg{font-size:1.3333333333333333em;line-height:.75em;vertical-align:-15%}.pe-2x{font-size:2em}.pe-3x{font-size:3em}.pe-4x{font-size:4em}.pe-5x{font-size:5em}.pe-fw{width:1.2857142857142858em;text-align:center}.pe-ul{padding-left:0;margin-left:2.142857142857143em;list-style-type:none}.pe-ul>li{position:relative}.pe-li{position:absolute;left:-2.14285714em;width:2.142857142857143em;top:.14285714285714285em;text-align:center}.pe-li.pe-lg{left:-1.85714286em}.pe-border{padding:.2em .25em .15em;border-radius:.1em}.pe.pull-left{margin-right:.3em}.pe.pull-right{margin-left:.3em}.pe-spin{-webkit-animation:spin 2s infinite linear;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;animation:spin 2s infinite linear}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)}100%{-o-transform:rotate(359deg)}}@-ms-keyframes spin{0%{-ms-transform:rotate(0deg)}100%{-ms-transform:rotate(359deg)}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}.pe-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.pe-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.pe-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}.pe-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1,1);-moz-transform:scale(-1,1);-ms-transform:scale(-1,1);-o-transform:scale(-1,1);transform:scale(-1,1)}.pe-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1,-1);-moz-transform:scale(1,-1);-ms-transform:scale(1,-1);-o-transform:scale(1,-1);transform:scale(1,-1)}.pe-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.pe-stack-1x,.pe-stack-2x{position:absolute;left:0;width:100%;text-align:center}.pe-stack-1x{line-height:inherit}.pe-stack-2x{font-size:2em}.pe-inverse{color:#fff}.pe-va{vertical-align:middle}.pe-border{border:.08em solid #eaeaea}[class*=" pe-7s-"],[class^=pe-7s-]{display:inline-block}

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family: 'Roboto', sans-serif;  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: 'Roboto', sans-serif;  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
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: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
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;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]: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;
  }
  @page {
    margin: 2cm .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-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: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}


.pretitle.superbig.invert.custom:before,
.pretitle.superbig.invert.custom:before{
  border: none;
}


iframe .html5-video-player{
  background-color: #ffffff !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  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: #999999;
}
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h2 small,
h3 small,
h1 .small,
h2 .small,
h3 .small {
  font-size: 65%;
}
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h5 small,
h6 small,
h4 .small,
h5 .small,
h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #428bca;
}
.text-primary:hover {
  color: #3071a9;
}
.text-warning {
  color: #8a6d3b;
}
.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
.text-danger:hover {
  color: #843534;
}
.text-success {
  color: #3c763d;
}
.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
.text-info:hover {
  color: #245269;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
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;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.list-inline > li:first-child {
  padding-left: 0;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 992px) {
  .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;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: "";
    display: table;
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    display: table;
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: "";
    display: table;
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    display: table;
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: "";
    display: table;
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    display: table;
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: "";
    display: table;
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    display: table;
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: "";
    display: table;
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    display: table;
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small,
blockquote .small {
  display: block;
  line-height: 1.42857143;
  color: #999999;
}
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small,
blockquote.pull-right .small {
  text-align: right;
}
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: 'Roboto', sans-serif;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
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;
}
.container:before,
.container:after {
  content: "";
  display: table;
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: "";
  display: table;
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: "";
  display: table;
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: "";
  display: table;
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: "";
  display: table;
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before,
.row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-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: 0%;
}
.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: 0%;
}
.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: 0%;
  }
  .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: 0%;
  }
  .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: 0%;
  }
  .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: 0%;
  }
  .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: 0%;
  }
  .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: 0%;
  }
  .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 {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.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.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.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 #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.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 #dddddd;
}
.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 #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell;
}
.table > thead > tr > .active,
.table > tbody > tr > .active,
.table > tfoot > tr > .active,
.table > thead > .active > td,
.table > tbody > .active > td,
.table > tfoot > .active > td,
.table > thead > .active > th,
.table > tbody > .active > th,
.table > tfoot > .active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > .active:hover,
.table-hover > tbody > .active:hover > td,
.table-hover > tbody > .active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > .success,
.table > tbody > tr > .success,
.table > tfoot > tr > .success,
.table > thead > .success > td,
.table > tbody > .success > td,
.table > tfoot > .success > td,
.table > thead > .success > th,
.table > tbody > .success > th,
.table > tfoot > .success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > .success:hover,
.table-hover > tbody > .success:hover > td,
.table-hover > tbody > .success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > .danger,
.table > tbody > tr > .danger,
.table > tfoot > tr > .danger,
.table > thead > .danger > td,
.table > tbody > .danger > td,
.table > tfoot > .danger > td,
.table > thead > .danger > th,
.table > tbody > .danger > th,
.table > tfoot > .danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > .danger:hover,
.table-hover > tbody > .danger:hover > td,
.table-hover > tbody > .danger:hover > th {
  background-color: #ebcccc;
}
.table > thead > tr > .warning,
.table > tbody > tr > .warning,
.table > tfoot > tr > .warning,
.table > thead > .warning > td,
.table > tbody > .warning > td,
.table > tfoot > .warning > td,
.table > thead > .warning > th,
.table > tbody > .warning > th,
.table > tfoot > .warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > .warning:hover,
.table-hover > tbody > .warning:hover > td,
.table-hover > tbody > .warning:hover > th {
  background-color: #faf2cc;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  .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;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  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;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
select[multiple],
select[size] {
  height: auto;
}
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  vertical-align: middle;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -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;
  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: #999999;
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}
.radio label,
.checkbox label {
  display: inline;
  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"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  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],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm {
  height: auto;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg {
  height: auto;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  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-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  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-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  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;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline select.form-control {
    width: auto;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: "";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: "";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: "";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: "";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: "";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  /*white-space: nowrap;*/
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  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;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.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: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: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #fff;
}
.btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.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: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: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.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: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: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.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: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-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}
.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: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: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.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: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-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.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: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.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;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons/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:empty {
  width: 1em;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro: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";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.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: 14px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -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: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  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: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.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-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #999999;
}
.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 solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 992px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: 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:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.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:before,
.btn-toolbar:after {
  content: "";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: "";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: "";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: "";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: "";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn-group {
  float: left;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-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 > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-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-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.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:before,
.btn-group-vertical > .btn-group:after {
  content: "";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: "";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: "";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: "";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: "";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.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: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-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%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: 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 {
  width: 100%;
  margin-bottom: 0;
}
.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: 6px;
}
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 {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.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: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.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 > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  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 > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  white-space: nowrap;
}
.input-group-btn:first-child > .btn {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn {
  margin-left: -1px;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -4px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before,
.nav:after {
  content: "";
  display: table;
}
.nav:after {
  clear: both;
}
.nav:before,
.nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav:before,
.nav:after {
  content: "";
  display: table;
}
.nav:after {
  clear: both;
}
.nav:before,
.nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav:before,
.nav:after {
  content: "";
  display: table;
}
.nav:after {
  clear: both;
}
.nav:before,
.nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav:before,
.nav:after {
  content: "";
  display: table;
}
.nav:after {
  clear: both;
}
.nav:before,
.nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav:before,
.nav:after {
  content: "";
  display: table;
}
.nav:after {
  clear: both;
}
.nav:before,
.nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.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: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  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: #428bca;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  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: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 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: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.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: #ffffff;
  background-color: #428bca;
}
.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: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.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: 20px;
  border: 1px solid transparent;
}
.navbar:before,
.navbar:after {
  content: "";
  display: table;
}
.navbar:after {
  clear: both;
}
.navbar:before,
.navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
.navbar:before,
.navbar:after {
  content: "";
  display: table;
}
.navbar:after {
  clear: both;
}
.navbar:before,
.navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
.navbar:before,
.navbar:after {
  content: "";
  display: table;
}
.navbar:after {
  clear: both;
}
.navbar:before,
.navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
.navbar:before,
.navbar:after {
  content: "";
  display: table;
}
.navbar:after {
  clear: both;
}
.navbar:before,
.navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
.navbar:before,
.navbar:after {
  content: "";
  display: table;
}
.navbar:after {
  clear: both;
}
.navbar:before,
.navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 992px) {
  .navbar {
    border-radius: 4px;
  }
}
.navbar-header:before,
.navbar-header:after {
  content: "";
  display: table;
}
.navbar-header:after {
  clear: both;
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
.navbar-header:before,
.navbar-header:after {
  content: "";
  display: table;
}
.navbar-header:after {
  clear: both;
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
.navbar-header:before,
.navbar-header:after {
  content: "";
  display: table;
}
.navbar-header:after {
  clear: both;
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
.navbar-header:before,
.navbar-header:after {
  content: "";
  display: table;
}
.navbar-header:after {
  clear: both;
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
.navbar-header:before,
.navbar-header:after {
  content: "";
  display: table;
}
.navbar-header:after {
  clear: both;
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 992px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  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:before,
.navbar-collapse:after {
  content: "";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: "";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: "";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: "";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: "";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 992px) {
  .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;
  }
}
.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 992px) {
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 992px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 992px) {
  .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: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 992px) {
  .navbar > .container .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: #000000;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.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: 992px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 991px) {
  .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: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 992px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }

}
@media (min-width: 992px) {
  .navbar-left {
    float: left !important;
    float: left;
  }
  .navbar-right {
    float: right !important;
    float: right;
  }
}
.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: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
  }
  .navbar-form select.form-control {
    width: auto;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 992px) {
  .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-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.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 {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #cccccc;
}
.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: #555555;
}
@media (max-width: 991px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    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: #555555;
    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: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.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: #ffffff;
}
@media (max-width: 991px) {
  .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: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    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: #ffffff;
    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: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eeeeee;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
  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: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager:before,
.pager:after {
  content: "";
  display: table;
}
.pager:after {
  clear: both;
}
.pager:before,
.pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager:before,
.pager:after {
  content: "";
  display: table;
}
.pager:after {
  clear: both;
}
.pager:before,
.pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager:before,
.pager:after {
  content: "";
  display: table;
}
.pager:after {
  clear: both;
}
.pager:before,
.pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager:before,
.pager:after {
  content: "";
  display: table;
}
.pager:after {
  clear: both;
}
.pager:before,
.pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager:before,
.pager:after {
  content: "";
  display: table;
}
.pager:after {
  clear: both;
}
.pager:before,
.pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  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: #999999;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.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: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.14285714;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  line-height: 1;
  color: inherit;
}
.jumbotron p {
  line-height: 1.4;
}
.container .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.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 {
  padding-right: 35px;
}
.alert-dismissable .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: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -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: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #428bca;
  -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;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  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: 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 {
  -webkit-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: 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: 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: 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: 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,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.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: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -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-body:before,
.panel-body:after {
  content: "";
  display: table;
}
.panel-body:after {
  clear: both;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}
.panel-body:before,
.panel-body:after {
  content: "";
  display: table;
}
.panel-body:after {
  clear: both;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}
.panel-body:before,
.panel-body:after {
  content: "";
  display: table;
}
.panel-body:after {
  clear: both;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}
.panel-body:before,
.panel-body:after {
  content: "";
  display: table;
}
.panel-body:after {
  clear: both;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}
.panel-body:before,
.panel-body:after {
  content: "";
  display: table;
}
.panel-body:after {
  clear: both;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
}
.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child th,
.panel > .table > tbody: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:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
.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,
.panel > .table-bordered > thead > tr:last-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
.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 {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}
.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-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.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-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-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.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-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -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: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  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: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}
.modal.fade .modal-dialog {
  -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 {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  z-index: 1050;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -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: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000;
}
.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;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
  content: "";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  content: "";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  content: "";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  content: "";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  content: "";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media screen and (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);
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  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: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}
.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: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.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: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 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: #ffffff;
}
.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: #ffffff;
}
.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: #ffffff;
}
.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: #ffffff;
  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;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.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: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(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, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(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: none;
  color: #ffffff;
  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%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  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 #ffffff;
  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: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  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 .glyphicons-chevron-left,
  .carousel-control .glyphicons-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix: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;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  table.visible-xs.visible-sm {
    display: table;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  table.visible-xs.visible-md {
    display: table;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  table.visible-xs.visible-lg {
    display: table;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  table.visible-sm.visible-xs {
    display: table;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  table.visible-sm.visible-md {
    display: table;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  table.visible-sm.visible-lg {
    display: table;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  table.visible-md.visible-xs {
    display: table;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  table.visible-md.visible-sm {
    display: table;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  table.visible-md.visible-lg {
    display: table;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  table.visible-lg.visible-xs {
    display: table;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  table.visible-lg.visible-sm {
    display: table;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  table.visible-lg.visible-md {
    display: table;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}
table.hidden-xs {
  display: table;
}
tr.hidden-xs {
  display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm,
  tr.hidden-xs.hidden-sm,
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md,
  tr.hidden-xs.hidden-md,
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg,
  tr.hidden-xs.hidden-lg,
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}
table.hidden-sm {
  display: table;
}
tr.hidden-sm {
  display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-sm.hidden-xs,
  tr.hidden-sm.hidden-xs,
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md,
  tr.hidden-sm.hidden-md,
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg,
  tr.hidden-sm.hidden-lg,
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}
table.hidden-md {
  display: table;
}
tr.hidden-md {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-md.hidden-xs,
  tr.hidden-md.hidden-xs,
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm,
  tr.hidden-md.hidden-sm,
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-md.hidden-lg,
  tr.hidden-md.hidden-lg,
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}
table.hidden-lg {
  display: table;
}
tr.hidden-lg {
  display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-lg.hidden-xs,
  tr.hidden-lg.hidden-xs,
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm,
  tr.hidden-lg.hidden-sm,
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md,
  tr.hidden-lg.hidden-md,
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*------------------------------------------------------------------
/*------------------------------------------------------------------
[1. Default + reset]
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after {
  content: '';
  content: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.navbar-default {
  background-color: transparent;
  border: none;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav > li.active > a:hover,
.navbar-default .navbar-nav > li.active > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #000000;
  background-color: transparent;
}
.navbar {
  margin-bottom: 0;
}
.btn {
  border: 3px solid transparent;
  border-radius: 0px;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
/* Provides vertical center */
.vcenter {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.voffset-40 {
  padding-bottom: -40px !important;
}
.voffset-30 {
  padding-bottom: -30px !important;
}
.voffset-20 {
  padding-bottom: -20px !important;
}
.voffset-10 {
  padding-bottom: -10px !important;
}
.voffset0 {
  padding-bottom: 0px !important;
}
.voffset10 {
  padding-bottom: 10px !important;
}
.voffset20 {
  padding-bottom: 20px !important;
}
.voffset30 {
  padding-bottom: 30px !important;
}
.voffset40 {
  padding-bottom: 40px !important;
}
.voffset50 {
  padding-bottom: 50px !important;
}
.voffset60 {
  padding-bottom: 60px !important;
}
.voffset70 {
  padding-bottom: 70px !important;
}
.voffset80 {
  padding-bottom: 80px !important;
}
.voffset90 {
  padding-bottom: 90px !important;
}
.voffset100 {
  padding-bottom: 100px !important;
}
.voffset110 {
  padding-bottom: 110px !important;
}
.voffset120 {
  padding-bottom: 120px !important;
}
.voffset130 {
  padding-bottom: 130px !important;
}
.voffset140 {
  padding-bottom: 140px !important;
}
.voffset150 {
  padding-bottom: 150px !important;
}
.voffset160 {
  padding-bottom: 160px !important;
}
.voffset170 {
  padding-bottom: 170px !important;
}
.voffset180 {
  padding-bottom: 180px !important;
}
.voffset190 {
  padding-bottom: 190px !important;
}
.voffset200 {
  padding-bottom: 200px !important;
}
.voffset210 {
  padding-bottom: 210px !important;
}
.voffset220 {
  padding-bottom: 220px !important;
}
.voffset230 {
  padding-bottom: 230px !important;
}
.voffset240 {
  padding-bottom: 240px !important;
}
.voffset250 {
  padding-bottom: 250px !important;
}
.voffset260 {
  padding-bottom: 260px !important;
}
.voffset270 {
  padding-bottom: 270px !important;
}
.voffset280 {
  padding-bottom: 280px !important;
}
.voffset290 {
  padding-bottom: 290px !important;
}
.voffset300 {
  padding-bottom: 300px !important;
}
.voffset310 {
  padding-bottom: 310px !important;
}
.voffset320 {
  padding-bottom: 320px !important;
}
.voffset330 {
  padding-bottom: 330px !important;
}
.voffset340 {
  padding-bottom: 340px !important;
}
.voffset350 {
  padding-bottom: 350px !important;
}
.voffset360 {
  padding-bottom: 360px !important;
}
.voffset370 {
  padding-bottom: 370px !important;
}
.voffset380 {
  padding-bottom: 380px !important;
}
.voffset390 {
  padding-bottom: 390px !important;
}
.voffset400 {
  padding-bottom: 400px !important;
}
.voffset410 {
  padding-bottom: 410px !important;
}
.voffset420 {
  padding-bottom: 420px !important;
}
.voffset430 {
  padding-bottom: 430px !important;
}
.voffset440 {
  padding-bottom: 440px !important;
}
.voffset450 {
  padding-bottom: 450px !important;
}
.voffset460 {
  padding-bottom: 460px !important;
}
.voffset470 {
  padding-bottom: 470px !important;
}
.voffset480 {
  padding-bottom: 480px !important;
}
.voffset490 {
  padding-bottom: 490px !important;
}
.voffset500 {
  padding-bottom: 500px !important;
}
.voffset510 {
  padding-bottom: 510px !important;
}
.voffset520 {
  padding-bottom: 520px !important;
}
.voffset530 {
  padding-bottom: 530px !important;
}
.voffset540 {
  padding-bottom: 540px !important;
}
.voffset550 {
  padding-bottom: 550px !important;
}
.voffset560 {
  padding-bottom: 560px !important;
}
.voffset570 {
  padding-bottom: 570px !important;
}
.voffset580 {
  padding-bottom: 580px !important;
}
.voffset590 {
  padding-bottom: 590px !important;
}
.voffset600 {
  padding-bottom: 600px !important;
}
.voffset610 {
  padding-bottom: 610px !important;
}
.voffset620 {
  padding-bottom: 620px !important;
}
.voffset630 {
  padding-bottom: 630px !important;
}
.voffset640 {
  padding-bottom: 640px !important;
}
.voffset650 {
  padding-bottom: 650px !important;
}
.voffset660 {
  padding-bottom: 660px !important;
}
.voffset670 {
  padding-bottom: 670px !important;
}
.voffset680 {
  padding-bottom: 680px !important;
}
.voffset690 {
  padding-bottom: 690px !important;
}
.voffset700 {
  padding-bottom: 700px !important;
}
.voffset710 {
  padding-bottom: 710px !important;
}
.voffset720 {
  padding-bottom: 720px !important;
}
.voffset730 {
  padding-bottom: 730px !important;
}
.voffset740 {
  padding-bottom: 740px !important;
}
.voffset750 {
  padding-bottom: 750px !important;
}
.voffset760 {
  padding-bottom: 760px !important;
}
.voffset770 {
  padding-bottom: 770px !important;
}
.voffset780 {
  padding-bottom: 780px !important;
}
.voffset790 {
  padding-bottom: 790px !important;
}
.voffset800 {
  padding-bottom: 800px !important;
}
.voffset810 {
  padding-bottom: 810px !important;
}
.voffset820 {
  padding-bottom: 820px !important;
}
.voffset830 {
  padding-bottom: 830px !important;
}
.voffset840 {
  padding-bottom: 840px !important;
}
.voffset850 {
  padding-bottom: 850px !important;
}
.voffset860 {
  padding-bottom: 860px !important;
}
.voffset870 {
  padding-bottom: 870px !important;
}
.voffset880 {
  padding-bottom: 880px !important;
}
.voffset890 {
  padding-bottom: 890px !important;
}
.voffset900 {
  padding-bottom: 900px !important;
}
.fz12 {
  font-size: 12px !important;
}
.fz13 {
  font-size: 13px !important;
}
.fz14 {
  font-size: 14px !important;
}
.fz15 {
  font-size: 15px !important;
}
.fz16 {
  font-size: 16px !important;
}
.fz17 {
  font-size: 17px !important;
}
.fz18 {
  font-size: 18px !important;
}
.fz19 {
  font-size: 19px !important;
}
.fz20 {
  font-size: 20px !important;
}
.fz21 {
  font-size: 21px !important;
}
.fz22 {
  font-size: 22px !important;
}
.fz23 {
  font-size: 23px !important;
}
.fz24 {
  font-size: 24px !important;
}
.fz25 {
  font-size: 25px !important;
}
.fz26 {
  font-size: 26px !important;
}
.fz27 {
  font-size: 27px !important;
}
.fz28 {
  font-size: 28px !important;
}
.fz29 {
  font-size: 29px !important;
}
.fz30 {
  font-size: 30px !important;
}
.fz31 {
  font-size: 31px !important;
}
.fz32 {
  font-size: 32px !important;
}
.fz33 {
  font-size: 33px !important;
}
.fz34 {
  font-size: 34px !important;
}
.fz35 {
  font-size: 35px !important;
}
.fz36 {
  font-size: 36px !important;
}
.fz37 {
  font-size: 37px !important;
}
.fz38 {
  font-size: 38px !important;
}
.fz39 {
  font-size: 39px !important;
}
.fz40 {
  font-size: 40px !important;
}
.fz41 {
  font-size: 41px !important;
}
.fz42 {
  font-size: 42px !important;
}
.fz43 {
  font-size: 43px !important;
}
.fz44 {
  font-size: 44px !important;
}
.fz45 {
  font-size: 45px !important;
}
.fz46 {
  font-size: 46px !important;
}
.fz47 {
  font-size: 47px !important;
}
.fz48 {
  font-size: 48px !important;
}
.fz49 {
  font-size: 49px !important;
}
.fz50 {
  font-size: 50px !important;
}
.fz51 {
  font-size: 51px !important;
}
.fz52 {
  font-size: 52px !important;
}
.fz53 {
  font-size: 53px !important;
}
.fz54 {
  font-size: 54px !important;
}
.fz55 {
  font-size: 55px !important;
}
.fz56 {
  font-size: 56px !important;
}
.fz57 {
  font-size: 57px !important;
}
.fz58 {
  font-size: 58px !important;
}
.fz59 {
  font-size: 59px !important;
}
.fz60 {
  font-size: 60px !important;
}
.fz61 {
  font-size: 61px !important;
}
.fz62 {
  font-size: 62px !important;
}
.fz63 {
  font-size: 63px !important;
}
.fz64 {
  font-size: 64px !important;
}
.fz65 {
  font-size: 65px !important;
}
.fz66 {
  font-size: 66px !important;
}
.fz67 {
  font-size: 67px !important;
}
.fz68 {
  font-size: 68px !important;
}
.fz69 {
  font-size: 69px !important;
}
.fz70 {
  font-size: 70px !important;
}
.fz71 {
  font-size: 71px !important;
}
.fz72 {
  font-size: 72px !important;
}
.fz73 {
  font-size: 73px !important;
}
.fz74 {
  font-size: 74px !important;
}
.fz75 {
  font-size: 75px !important;
}
.fz76 {
  font-size: 76px !important;
}
.fz77 {
  font-size: 77px !important;
}
.fz78 {
  font-size: 78px !important;
}
.fz79 {
  font-size: 79px !important;
}
.fz80 {
  font-size: 80px !important;
}
.fz81 {
  font-size: 81px !important;
}
.fz82 {
  font-size: 82px !important;
}
.fz83 {
  font-size: 83px !important;
}
.fz84 {
  font-size: 84px !important;
}
.fz85 {
  font-size: 85px !important;
}
.fz86 {
  font-size: 86px !important;
}
.fz87 {
  font-size: 87px !important;
}
.fz88 {
  font-size: 88px !important;
}
.fz89 {
  font-size: 89px !important;
}
.fz90 {
  font-size: 90px !important;
}
/* Provides center alignment */
.text-center {
  text-align: center;
}
/* Fix scrolling */
.is-scroll-disabled {
  overflow: hidden;
}
/* Clear floats */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.invertcolor {
  background-color: #000000;
}
.invertcolor,
.invertcolor a {
  color: #ffffff;
}
.color-bg-alternative {
  background-color: #FFF199;
}
html,
body {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
  color: #000000;
}
.color-light {
  color: #ffffff;
}
body {
  scrollbar-face-color: #ffffff;
  scrollbar-track-color: #000000;
}
input:focus,
button:focus {
  outline: none;
}
img {
  max-width: 100%;
  height: auto;
}
button {
  cursor: pointer;
  border: none;
  background-color: transparent;
}
strong {
  font-weight: 700;
}
input {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid;
  font-style: italic;
  font-size: 14px;
  letter-spacing: 3px;
  width: 100%;
  height: 45px;
}
.primary-title {
  font-weight: 700;
  line-height: 35px;
  font-size: 30px;
  color: #000000;
  padding-bottom: 20px;
}
.secontary-title.big{

  font-size: 2.5em;
  font-weight: 800;
  color: #00184e;
}
.secontary-title{
  /*padding-top: 20px;*/
  font-size: 1.5em;
  line-height: 35px;
  font-weight: 400;
}

@media (min-width: 768px) {
  .primary-title {
    font-size: 40px;
    line-height: 46px;
	text-shadow: 0px 0px 2px rgba(29, 34, 40, 1);
  }
	.primary-title span{
		font-size: 30px;
	}

  .secontary-title.big{

    font-size: 3.5em;
    padding-top: 20px;
    font-weight: 800;
    color: #00184e;
  }
  .secontary-title{
    /*padding-top: 20px;*/
    font-size: 30px;
    line-height: 35px;
    font-weight: 400;
  }
}
.primary-title strong {
  display: block;
  font-size: 40px;
}
@media (min-width: 768px) {
  .primary-title strong {
    font-size: 60px;
  }
}
.primary-title strong.work {
  letter-spacing: 17px;
  line-height: 89px;
}
@media (max-width: 991px) {
  .primary-title strong.work {
    letter-spacing: 4px;
    line-height: 47px;
    font-size: 38px;
  }
}
.primary-title strong.work span.border {
  display: inline-block;
}
.primary-title strong.work span.border:after {
  content: "";
  display: block;
  width: 100%;
  margin: 0 auto;
  height: 2px;
  background-color: #ffffff;
  position: relative;
  top: 5px;
}
@media (max-width: 991px) {
  .primary-title strong.work span.border:after {
    top: 1px;
  }
}
.primary-title strong.work span.invers {
  background-color: #ffffff;
  color: #000000;
  line-height: 80px;
  display: inline-block;
  padding-bottom: 10px;
  padding-left: 12px;
}
@media (max-width: 991px) {
  .primary-title strong.work span.invers {
    line-height: 56px;
    display: inline-block;
    padding-bottom: 2px;
    padding-left: 6px;
  }
}
.primary-title.invert {
  color: #21ccb9;
  font-weight: 700;
}
.secontary-titl.big.invert{

}

.primary-title.big {
  font-size: 82px;
  font-size: 30px;
  line-height: 40px;
}
@media (min-width: 768px) {
  .primary-title.big {
    line-height: 82px;
    font-weight: 100;
  }
}
.primary-title.big strong {
  font-size: 50px;
  line-height: 80px;
}
@media (min-width: 768px) {
  .primary-title.big strong {
    font-size: 132px;
    line-height: 150px;
  }
}
.primary-title.medium {
  font-size: 30px;
  line-height: 30px;
}
@media (min-width: 768px) {
  .primary-title.medium {
    font-size: 36px;
    line-height: 56px;
  }
}
.primary-title.medium strong {
  font-size: 63px;
  line-height: 69px;
}
@media (min-width: 768px) {
  .primary-title.medium strong {
    font-size: 106px;
    line-height: 87px;
  }
}
.post-primary-title {
  font-size: 23px;
  font-style: italic;
  letter-spacing: 4px;
  line-height: 31px;
}
@media (min-width: 768px) {
  .post-primary-title {
    font-size: 32px;
    letter-spacing: 5.5px;
    line-height: 40px;
  }
  .counter .fadeInUp{
    height:238px;
  }
}
.post-primary-title.invert {
  color: #ffffff;
}
.post-primary-title.normal {
  font-style: normal;
  letter-spacing: 0;
  line-height: 43px;
}
.post-primary-title.center {
  text-align: center;
}
.pretitle {
  /* font-style: italic; */
  font-size: 22px;
  line-height: 18px;
  letter-spacing: 2.35px;
  color: #000000;
  text-align: center;
  font-weight: 500;
}
.pretitle:after,
.pretitle:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  border-bottom: 1px solid #000000;
  margin: 0 12px 3px;
}


@media (max-width: 500px){
  .pretitle:after,
  .pretitle:before {
    display: none;
  }
}



.pretitle.invert {
  color: #ffffff;
}
.pretitle.invert:after,
.pretitle.invert:before {
  border-color: #ffffff;
}
.pretitle.left {
  text-align: left;
  font-size: 15px;
  margin-top: -20px;
  margin-bottom: 40px;
}
.pretitle.left:after {
  display: none;
}
.pretitle.big {
  font-size: 15px;
  font-style: normal;
  letter-spacing: 3px;
}
@media (min-width: 768px) {
  .pretitle.big {
    font-size: 22px;
    letter-spacing: 4.5px;
  }
}
@media (min-width: 768px) {
  .pretitle.big:after,
  .pretitle.big:before {
    width: 30px;
    height: 2px;
    border-width: 2px;
  }
}
.pretitle.superbig {
  font-style: normal;
  font-weight: 800;
  margin-bottom: 7px;
  font-size: 22px;
  letter-spacing: 3px;
}
@media (min-width: 768px) {
  .pretitle.superbig {
    font-size: 46px;
    letter-spacing: 5px;
  }
}
.pretitle.superbig:after,
.pretitle.superbig:before {
  width: 17px;
  margin: 0 14px 7px;
}
@media (min-width: 768px) {
  .pretitle.superbig:after,
  .pretitle.superbig:before {
    width: 30px;
    margin: 0 26px 12px;
  }
}
.pretitle.icon-below {
  position: relative;
  z-index: 1;
}
.pretitle.icon-below i {
  position: absolute;
  display: block;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  top: -16px;
  opacity: 0.5;
  z-index: -1;
  font-size: 47px !important;
}
.title {
  font-weight: 300;
  color: #000000;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 30px;
  font-size: 40px;
  line-height: 50px;
}
@media (min-width: 992px) {
  .title {
    font-size: 48px;
    line-height: 55px;
  }
}
.title.invert {
  color: #ffffff;
}

.white .btn{
  color: #FFF29A;
  border: 3px solid #ffffff;
  margin-top: 30px;
}

.title.big {
  margin-top: 16px;
  letter-spacing: 9.5px;
  font-size: 54px;
  line-height: 56px;
}
@media (min-width: 768px) {
  .title.big {
    font-size: 96px;
    line-height: 80px;
  }
}
.title.left-horizontal {
  text-align: left;
  font-weight: 100;
  margin-top: 18px;
  margin-left: 11px;
  display: inline-block;
  position: relative;
  font-size: 40px;
}
@media (min-width: 768px) {
  .title.left-horizontal {
    font-size: 60px;
  }
}
@media (min-width: 1200px) {
  .title.left-horizontal {
    margin-bottom: 100px;
  }
}
@media (min-width: 1600px) {
  .title.left-horizontal {
    font-size: 120px;
  }
}
.small {
  font-size: 16px;
  font-weight: 600;
}
.col2 {
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
  text-align: left;
}
.subtitle {
  /* font-style: italic; */
  font-size: 16px;
  color: #000000;
  letter-spacing: 1.8px;
  text-align: center;
  line-height: 20px;
}
.subtitle.invert {
  color: #ffffff;
}
.subtitle.big {
  font-size: 22px;
  font-style: normal;
}
.subtitle.small {
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}
.subtitle.quote {
  max-width: 745px;
  font-weight: 300;
  font-size: 14px;
  margin: 0 auto;
  position: relative;
}
.subtitle.quote:before {
  content: "";
  position: absolute;
  display: block;
  width: 48px;
  height: 41px;
  background-image: url('/images/quote.png');
  left: 50%;
  margin-left: -24px;
}
.subtitle.left-horizontal {
  color: #bf9441;
  display: inline-block;
  font-style: normal;
  font-weight: 300;
  text-align: left;
  position: relative;
  padding: 5px 14px;
  font-size: 25px;
  line-height: 29px;
  letter-spacing: 2.5px;
}
@media (max-width: 1199px) {
  .subtitle.left-horizontal {
    margin-bottom: 100px;
  }
}
@media (min-width: 1200px) {
  .subtitle.left-horizontal {
    margin-top: 100px;
  }
}
@media (min-width: 1600px) {
  .subtitle.left-horizontal {
    font-size: 19px;
    line-height: 28px;
    letter-spacing: 3.5px;
  }
}
@media (min-width: 1200px) {
  .subtitle.left-horizontal:before {
    content: "";
    width: 1px;
    height: 220px;
    background-color: rgba(23, 23, 23, 0.2);
    display: inline-block;
    position: absolute;
    transform: rotate(29deg);
    top: -55px;
    left: -24px;
  }
}
.subtitle.style-normal {
  font-style: normal;
  line-height: 35px;
}
.subtitle.address {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 4px;
}
.autor-signature {
  text-align: center;
  font-size: 15px;
  font-style: italic;
  line-height: 22px;
}
.autor-signature span {
  font-size: 13px;
  display: block;
  color: #999999;
}
p {
  font-size: 14px;
  letter-spacing: 2.9px;
  line-height: 30px;
  font-weight: 400;
}
p i {
  font-style: italic;
}
p b,
p strong {
  font-weight: 700;
}
p.info-newsletter {
  font-size: 15px;
  letter-spacing: 5.5px;
}
p.invert {
  color: #ffffff;
}
.fa.invert {
  color: #ffffff;
}
.title-alternate-grid {
  font-size: 22px;
  letter-spacing: 4.5px;
  margin-bottom: 25px;
}
.title-alternate-grid.invert {
  color: #ffffff;
}
.title-alternate-grid.big {
  font-size: 32px;
}
.proccess-info {
  padding: 0 14%;
}
.proccess-info.subtitle {
  line-height: 20px;
  letter-spacing: 2px;
}
@media (min-width: 1600px) {
  .proccess-info.subtitle {
    letter-spacing: 4.8px;
    line-height: 30px;
  }
}
.bg-cream {
  background-color: #f9f9f7;
}
.bg-cream.light {
  background-color: rgba(249, 249, 247, 0.4);
}
/*------------------------------------------------------------------
[2. Header / #header]
*/
header {
  width: 100%;
  top: 0;
  z-index: 3;
  position: absolute;
}
@media (min-width: 992px) {
  header {
    top: 10px;
    z-index: 999;
  }
}
@media (min-width: 1600px) {
  header {
    top: 0px;
  }
}
header .navbar-brand {
  padding: 0 15px;
  height: 75px;
}
@media (max-width: 991px) {
  header .navbar-brand {
    max-width: calc(100% - 60px);
    max-height: 52px;
  }
}
@media (min-width: 1600px) {
  header .navbar-brand {
    padding: 0 25px;
    padding: 8px 55px 0;
  }
}

@media (min-width: 1600px) {
  header .navbar-collapse {
    padding-left: 25px;
    padding-right: 35px;
  }
}
.menu-bar header {
  background-color: #ffffff;
  padding: 13px 0 12px;
  position: relative;
  top: 0;
}
@media (min-width: 1600px) {
  .menu-bar header {
    padding: 38px 0 30px;
  }
}
header.overflow {
  top: -100px;
  left: 0px;
  margin: 0;
  padding: 0;
  background-color: #ffffff !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
  transition: all 0.3s ease-in;
  -webkit-font-smoothing: antialiased;
}
header.overflow.invert {
  background-color: #ffffff !important;
}
header.overflow .navbar-default .navbar-nav {
  margin: 19px 0px;
}

header.overflow .navbar {
  min-height: 42px;
}
@media (min-width: 992px) {
  header.overflow .navbar {
    padding: 0;
  }
}
header.overflow .navbar-brand {
  height: auto;
  padding: 2px 18px 0;
}
@media (min-width: 1200px) {
  header.overflow .navbar-brand {
    padding: 2px 55px 0;
  }
}

header.overflow.fixed {
  top: 0px;
  position: fixed;
  z-index: 99999;
}
@media (min-width: 992px) {
  header.overflow.fixed {
    min-height: 70px;
  }
}
@media (max-width: 600px) {
    header.overflow.fixed.dropdown-open {
      position: relative;
    }
}
/*------------------------------------------------------------------
[3. Navigation / #navbar]
*/
.navbar-default .navbar-nav {
  margin: 15px 0px;
}
.navbar-default .navbar-nav > li > a {
  font-size: 18px;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 10px 0px;
  margin: 0 10px;
  color: #000000;
  font-weight: bold;
}
@media (min-width: 992px) {
  .navbar-default .navbar-nav > li > a:after {
    content: "";
    width: 100%;
    height: 2px;
    bottom: 0;
    background-color: transparent;
    display: block;
    left: 50%;
    position: absolute;
    width: 0px;
    -webkit-transition: width .3s ease 0s,right .3s ease 0s;
    -o-transition: width .3s ease 0s,right .3s ease 0s;
    transition: width .3s ease 0s,right .3s ease 0s;
    -moz-transition: width .3s ease 0s,right .3s ease 0s;
    -ms-transition: width .3s ease 0s,right .3s ease 0s;
  }
}
.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav > li.active > a:hover,
.navbar-default .navbar-nav > li.active > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #000000;
}
.navbar-default .navbar-nav > li.active > a:after,
.navbar-default .navbar-nav > li.active > a:hover:after,
.navbar-default .navbar-nav > li.active > a:focus:after,
.navbar-default .navbar-nav > li > a:hover:after,
.navbar-default .navbar-nav > li > a:focus:after {
  background-color: #000000;
  width: 100%;
  left: 0;
}
.navbar-default .navbar-nav.invert > li > a {
  color: #000000;
}
.navbar-default .navbar-nav.invert > li.active > a,
.navbar-default .navbar-nav.invert > li.active > a:hover,
.navbar-default .navbar-nav.invert > li.active > a:focus,
.navbar-default .navbar-nav.invert > li > a:hover,
.navbar-default .navbar-nav.invert > li > a:focus {
  color: #000000;
}
.navbar-default .navbar-nav.invert > li.active > a:after,
.navbar-default .navbar-nav.invert > li.active > a:hover:after,
/*.navbar-default .navbar-nav.invert > li.active > a:focus:after,*/
.navbar-default .navbar-nav.invert > li > a:hover:after
/*.navbar-default .navbar-nav.invert > li > a:focus:after {*/
{
  background-color: #000000;
}
.navbar-default.center .navbar-header {
  float: none;
  text-align: center;
  margin: 0 auto;
}
@media (min-width: 1600px) {
  .navbar-default.center .navbar-header {
    margin-top: 43px;
  }
}
.navbar-default.center .navbar-brand {
  float: none;
}
.navbar-default .navbar-center {
  margin: 35px 0 15px;
  text-align: center;
  float: none;
}
.navbar-default .navbar-center > li {
  float: none;
  display: inline-block;
}
.navbar-default .navbar-toggle {
  border: none;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #000000;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #000000;
}
.invert .navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .navbar-default .navbar-collapse {
    background-color: #ffffff;
  }
}
@media (max-width: 991px) {
  .invert .navbar-default .navbar-collapse {
    background-color: #ffffff;
  }
}

/*------------------------------------------------------------------
[4. Footer / #footer]
*/
footer {
  border-top: 2px solid #F9F7F8;
  background-color: #faf9f7;
}
footer .copyright {
  border-top: 2px solid #F9F7F8;
  background-color: #ffffff;
  text-align: center;
  position: relative;
  overflow: hidden;
}
footer .copyright p {
  letter-spacing: 3.6px;
  font-size: 12px;
}
footer .copyright p a {
  color: #000000;
  border-bottom: 1px solid #c8c7c5;
  padding-bottom: 5px;
}
footer .copyright p a:hover,
footer .copyright p a:focus {
  text-decoration: none;
  border-color: #000000;
}
footer div[class*="col-"] {
  min-height: 250px;
}
@media (min-width: 1200px) {
  footer div[class*="col-"] {
    padding: 0 2%;
  }
}
@media (min-width: 1600px) {
  footer div[class*="col-"] {
    padding: 0 3%;
  }
}
footer div[class*="col-"]:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #c8c7c5;
}
footer div[class*="col-"]:last-child:after {
  display: none;
}
.list-menu {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-gap: 2px;
  -webkit-column-gap: 2px;
  column-gap: 2px;
}
.list-menu li {
  font-size: 15px;
  margin-bottom: 11px;
  letter-spacing: 2px;
  position: relative;
  padding-left: 20px;
}
.list-menu li a {
  color: #000000;
}
.list-menu li:before {
  content: "_";
  margin-right: 21px;
  position: absolute;
  bottom: 5px;
  left: 0;
}
.contact-link {
  font-size: 14px;
  letter-spacing: 2.8px;
  margin-left: 45px;
  margin-bottom: 8px;
  line-height: 30px;
  position: relative;
  font-family: 'Roboto', sans-serif;
}
.contact-link:before {
  font-family: 'FontAwesome';
  position: absolute;
  left: -35px;
  font-size: 25px;
  color: #c8c7c5;
}
.contact-link.fa-envelope-o:before {
  left: -39px;
  font-size: 20px;
}
.contact-link.fa-mobile:before {
  left: -35px;
  font-size: 29px;
}
/*------------------------------------------------------------------
[5. Components]
*/
.intro {
  height: 100%;
  /*background-color: #b12f1d;*/
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.intro > div {
  width: 100%;
}
.intro.menu-bottom {
  height: calc(100% - 96px);
}
@media (min-width: 1600px) {
  .intro.menu-bottom .vcenter {
    margin-top: 55px;
  }
}
@media (min-width: 768px) {
  .intro.tiny {
    height: 600px;
    overflow: hidden;
  }
  .intro.tiny .row {
    height: 600px;
  }
  .menu-bar .intro.tiny {
    height: 600px;
  }
}



.intro .image-cover {
  height: 91%;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.intro .image-cover > div {
  width: 100%;
}
.intro .gallery-cell > div {
  padding-top: 100px;
}
.menu-bar .intro {
  height: calc(100% - 100px);
}
@media (min-width: 1600px) {
  .menu-bar .intro {
    height: calc(100% - 143px);
  }
}
.intro .bottomcenter {
  position: absolute;
  bottom: 51px;
}
.intro .text-overlay {
  z-index: 2;
}

@media (max-width: 780px) {
  .intro .text-overlay {
    margin-top: 20px;
  }

  .intro{
    background: url("../images/slider01.jpg");
    /*background-size: cover;*/
    background-position: -699px;
  }
}

@media (min-width: 768px) {
  .intro .text-overlay {
    padding-top: 100px;
  }
  .nomenu .intro .text-overlay {
    padding-top: 0;
  }
}
.intro #owl-main-text {
  height: 140px;
  height: 280px;
}
.intro #owl-main-text .owl-wrapper-outer {
  height: 100%;
}
.intro .slides-pagination {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 10px;
  z-index: 2;
}
.intro .slides-pagination a {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  filter: alpha(opacity=25);
  opacity: .5;
  cursor: pointer;
  text-indent: -99999999px;
  overflow: hidden;
}
.intro .slides-pagination a.current {
  opacity: 1;
}
.intro .playerVideo {
  height: 100%;
}
.intro .play-video {
  display: none;
  position: absolute;
  width: 100px;
  height: 100px;
  margin: -50px 0px 0px -50px;
  color: #fff;
  font-size: 75px;
  text-align: center;
  line-height: 65px;
  text-indent: -9999999px;
  background: url('../images/play.png') center center no-repeat rgba(0, 0, 0, 0.5);
  z-index: 9999999;
  left: 50px;
  bottom: 0;
}
.intro .play-video.playing {
  background: url('../images/pause.png') center center no-repeat rgba(0, 0, 0, 0.5);
}
.intro .playerVideo:hover .play-video {
  display: block;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom 0.8s ease-in-out both;
  -moz-animation: scaleUpFrom 0.8s ease-in-out both;
  animation: scaleUpFrom 0.8s ease-in-out both;
}
.owl-fadeUp-out {
  -webkit-animation: scaleUpTo 0.3s ease-in-out both;
  -moz-animation: scaleUpTo 0.3s ease-in-out both;
  animation: scaleUpTo 0.3s ease-in-out both;
}
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    margin-top: 40px;
  }
}
@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    margin-top: 40px;
  }
}
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    margin-top: 40px;
  }
}
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    margin-top: 40px;
  }
}
@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    margin-top: 40px;
  }
}
@keyframes scaleUpTo {
  to {
    opacity: 0;
    margin-top: 40px;
  }
}
#mask {
  background-color: #ffffff;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 100000;
}
.loader {
  position: absolute;
  width: 96px;
  height: 41px;
  margin: -20px 0 0 -48px;
  top: 50%;
  left: 50%;
}
.loader-minimal {
  /*width: 50px;*/
  /*height: 50px;*/
  /*position: absolute;*/
  /*top: 50%;*/
  /*left: 50%;*/
  /*margin: -25px 0 0 -25px;*/
  /*font-size: 10px;*/
  /*text-indent: -12345px;*/
  /*border-top: 1px solid rgba(0, 0, 0, 0.08);*/
  /*border-right: 1px solid rgba(0, 0, 0, 0.08);*/
  /*border-bottom: 1px solid rgba(0, 0, 0, 0.08);*/
  /*border-left: 1px solid rgba(0, 0, 0, 0.5);*/
  /*-webkit-border-radius: 50%;*/
  /*-moz-border-radius: 50%;*/
  /*border-radius: 50%;*/
  /*-webkit-animation: spinner 700ms infinite linear;*/
  /*-moz-animation: spinner 700ms infinite linear;*/
  /*-ms-animation: spinner 700ms infinite linear;*/
  /*-o-animation: spinner 700ms infinite linear;*/
  /*animation: spinner 700ms infinite linear;*/
  /*z-index: 100001;*/
}
.spinner {
  width: 50px;
  height: 50px;
  /*background-color: #cc1216;*/
  background: url("../images/loader.jpg");
  background-size: 50px 50px;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top:50%;
  /*margin: 50% auto;*/
  -webkit-animation: sk-rotateplane 1200ms infinite ease-in-out;
  animation: sk-rotateplane 1200ms infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
  }
  50% {
      transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
      -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }
  100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
      }
}
.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@keyframes sk-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
.features {
  text-align: center;
}
.features ul li {
  min-height: 300px;
}
.features ul li i {
  font-size: 65px;
}
.features ul li h4 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 23px;
  letter-spacing: -0.6px;
}
.features ul li p {
  font-style: italic;
  font-size: 16px;
  letter-spacing: 3.4px;
  line-height: 30px;
  color: #666666;
}
.features ul li.horizontal-border:after {
  /*content: "";*/
  /*position: absolute;*/
  /*width: 2px;*/
  /*height: 100%;*/
  /*right: 0;*/
  /*top: 0;*/
  /*background-color: #f8f8f8;*/
}
.features ul li.horizontal-border:nth-child(3n+3):after {
  display: none;
}
.features.awards ul {
  position: relative;
  overflow: hidden;
}
.features.awards li {
  min-height: 0;
}
.features.awards li h4 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 4px;
  margin-top: 19px;
}
.features.awards li h4 span {
  font-size: 14px;
  font-weight: 100;
  font-style: italic;
  display: block;
}
.features.awards li.horizontal-border:nth-child(odd):after {
  display: block;
}
@media (min-width: 992px) {
  .features.awards li.horizontal-border:nth-child(3n+3):after {
    display: block;
  }
}
.features.awards li.horizontal-border:after {
  width: 1px;
  background-color: #dfdfdf;
}
.banner {
  text-align: center;
  /*background-color: #000000;*/
  color: #fff;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.banner.left {
  text-align: left;
}
.banner.info .vcenter {
  padding: 0 30px;
}
@media (min-width: 768px) {
  .banner.info .vcenter {
    padding: 0 50px;
  }
}
@media (min-width: 1600px) {
  .banner.info .vcenter {
    padding: 0 90px;
  }
}
.banner .container-small {
  max-width: 700px;
}
.banner .details-project {
  text-align: left;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .banner .details-project {
    padding: 0 100px 0 80px;
  }
}
@media (min-width: 1600px) {
  .banner .details-project {
    padding: 0 200px 0 120px;
  }
}
.banner .details-project .title {
  text-align: left;
  margin-bottom: 32px;
}
.banner .details-project .small {
  font-weight: 300;
  line-height: 36px;
}
.banner.grid-module-work {
  position: relative;
  height: 380px;
}
@media (min-width: 992px) {
  .banner.grid-module-work {
    height: 720px;
  }
}
.banner.grid-module-work.small {
  height: 460px;
}
.banner.grid-module-work .rollover {
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  color: #000000;
  display: none;
}
.banner.grid-module-work:hover .rollover {
  display: block;
}
.info-banner {
  position: absolute;
  bottom: 25px;
  left: 10px;
  text-align: left !important;
  font-weight: 500;
  color: #000000;
}
.info-banner .viewdetails {
  font-size: 13px;
  color: #FFF29A;
  text-align: center;
  font-style: italic;
  display: none;
  margin-top: 23px;
  letter-spacing: 3px;
  margin-bottom: 50px;
}
.info-banner .viewdetails:after {
  content: "";
  display: block;
  width: 25px;
  height: 2px;
  background-color: #EBEBEB;
  margin: 0 auto;
  position: relative;
  top: 30px;
}
.info-banner .viewdetails:hover {
  text-decoration: none;
}
.thumbnail .info-banner {
  bottom: 55px;
  left: 50px;
}
.gallery-cell:hover,
.banner:hover {
  text-decoration: none;
}
.gallery-cell:hover .info-banner,
.banner:hover .info-banner {
  width: calc(100% - 100px);
  height: calc(100% - 100px);
  position: absolute;
  top: 50px;
  left: 50px;
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 1;
  text-align: center !important;
}
.gallery-cell:hover .info-banner > div,
.banner:hover .info-banner > div {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.gallery-cell:hover .info-banner .viewdetails,
.banner:hover .info-banner .viewdetails {
  display: block;
  color: #ffffff;
  font-style: normal;
  font-size: 15px;
  line-height: 20px;
  padding: 30px;
}



.pagination-project {
  position: absolute;
  top: 25px;
}
.pagination-project.previous {
  left: 30px;
  text-align: left !important;
}
.pagination-project.previous .titleinfo {
  background-image: url("../images/left-arrow.png");
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 43px;
}
.pagination-project.next {
  right: 30px;
  text-align: left !important;
}
.pagination-project.next .titleinfo {
  background-image: url("../images/right-arrow.png");
  background-repeat: no-repeat;
  background-position: center right;
  padding-right: 43px;
}
.info-banner .titleinfo,
.pagination-project .titleinfo {
  font-size: 16px;
  letter-spacing: 3px;
  margin-bottom: -1px;
}


.banner:hover .info-banner .titleinfo{
  color: #FFF29A;
  font-size: 40px;
  font-weight: 300;
  letter-spacing: 8px;
  line-height: 45px;
  padding-left: 10px;
  padding-right: 10px;
}

.info-banner .tagsinfo,
.pagination-project .tagsinfo {
  font-size: 13px;
  font-style: italic;
  letter-spacing: 2px;
}
.banner-tabs {
  background-color: #000000;
  color: #ffffff;
  height: auto;
}
@media (max-width: 991px) {
  .banner-tabs {
    padding: 30px 0;
  }
}
@media (min-width: 768px) {
  .banner-tabs {
    height: 720px;
  }
}
.banner-tabs > div {
  padding: 0px 10%;
}
@media (min-width: 768px) {
  .banner-tabs > div {
    padding: 0 17%;
  }
}
@media (max-width: 991px) {
  .banner-tabs .vcenter {
    width: 100%;
    position: initial;
    top: 0;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
  }
}
.banner-tabs .list-horizontal-links,
.banner-tabs .carousel-tabs {
  color: rgba(255, 255, 255, 0.8);
  text-align: left;
  font-size: 16px;
  letter-spacing: 2px;
  margin-top: 0;
  font-style: italic;
  line-height: 40px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .banner-tabs .list-horizontal-links,
  .banner-tabs .carousel-tabs {
    margin-bottom: 70px;
  }
}
.banner-tabs .list-horizontal-links li a,
.banner-tabs .carousel-tabs li a {
  color: rgba(255, 255, 255, 0.6);
  font-style: normal;
  letter-spacing: 3px;
  padding: 0 7px 9px 7px;
}
.banner-tabs .list-horizontal-links li:after,
.banner-tabs .carousel-tabs li:after {
  display: none;
}
.banner-tabs .list-horizontal-links li:not(:last-child) a,
.banner-tabs .carousel-tabs li:not(:last-child) a {
  margin-right: 16px;
}
.banner-tabs .list-horizontal-links li.active a,
.banner-tabs .carousel-tabs li.active a {
  color: #ffffff;
  color: #3ab54a;
  font-style: italic;
  border-bottom: 2px solid;
}
.banner-tabs .carusel-tabs-text .carousel-cell {
  width: 100%;
}
.banner-tabs .title {
  text-align: left;
}
.banner-tabs p {
  line-height: 36px;
}
.banner-tabs p:not(:last-child) {
  margin-bottom: 40px;
}
.icon-links,
.social-links {
  text-align: center;
}
.icon-links li,
.social-links li {
  display: inline-block;
  position: relative;
}
.icon-links li a,
.social-links li a {
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  font-size: 17px;
  line-height: 32px;
  letter-spacing: 2.35px;
  color: #000000;
  text-align: center;
  padding: 15px 0;
  position: relative;
  text-decoration: none;
  z-index: 2;
}
.icon-links li a:hover,
.social-links li a:hover,
.icon-links li a:active,
.social-links li a:active {
  text-decoration: none;
}
.icon-links li:before,
.social-links li:before {
  position: absolute;
  z-index: 1;
  color: #f4f4f4;
  font-size: 46px;
  width: 46px;
  top: calc(50% - 23px);
  left: calc(50% - 23px);
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
}
.icon-links li:hover:before,
.social-links li:hover:before,
.icon-links li:active:before,
.social-links li:active:before {
  transform: scale(1.2);
  color: #ECECEC;
}
.icon-links.invert li a,
.social-links.invert li a {
  color: #ADABA8;
}
.icon-links.invert li:before,
.social-links.invert li:before {
  color: #464646;
}
.icon-links.invert li:hover:before,
.social-links.invert li:hover:before,
.icon-links.invert li:active:before,
.social-links.invert li:active:before {
  color: #464646;
}
@media (min-width: 768px) {
  .social-links {
    margin: 50px 0 90px 0;
  }
}
.social-links li {
  margin: 60px 30px;
  display: block;
}
@media (min-width: 768px) {
  .social-links li {
    display: inline-block;
    margin: 0 30px;
  }
}
.follow a {
  border: 2px solid #f4f4f4;
  width: 100%;
  margin: 0;
  display: block;
  position: relative;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  padding: 30px 0px;
  min-height: 105px;
}
@media (min-width: 992px) {
  .follow a {
    padding: 83px 0px;
    min-height: 204px;
  }
}
.follow a i {
  position: absolute;
  z-index: 1;
  color: #f4f4f4;
  font-size: 46px;
  width: 46px;
  top: calc(50% - 23px);
  left: calc(50% - 23px);
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
}
.follow a .overicon {
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  font-size: 17px;
  letter-spacing: 2.35px;
  color: #000000;
  text-align: center;
  position: absolute;
  text-decoration: none;
  z-index: 2;
  display: block;
  width: 100%;
  line-height: 50px;
}





@media (max-width: 500px) {
  .gallery-cell .info-banner,
  .banner .info-banner {
    width: calc(100% - 100px);
    height: calc(100% - 100px);
    position: absolute;
    top: 50px;
    left: 50px;
    background-color: rgba(0, 0, 0, 0.9);
    opacity: 1;
    text-align: center !important;
  }


  .banner .info-banner .viewdetails {
    display: block;
    color: #ffffff;
    font-style: normal;
    font-size: 13px;
    line-height: 16px;
    padding: 10px;
  }



  .banner:hover .info-banner .viewdetails {
    display: block;
    color: #ffffff;
    font-style: normal;
    font-size: 13px;
    line-height: 16px;
    padding: 10px;
  }


  .banner .info-banner .titleinfo{
    /*padding-top: 45px;*/
    color: #FFF29A;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 8px;
    line-height: 45px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .banner:hover .info-banner .titleinfo{
    font-size: 24px;
  }

  .banner .info-banner > div{
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }


  /*.banner .info-banner .titleinfo {*/
  /*color: #FFF29A;*/
  /*font-size: 25px;*/
  /*padding-top: 45px;*/
  /*}*/


  /*.gallery-cell .info-banner,*/
  /*.banner:hover .info-banner {*/
  /*width: calc(100% - 100px);*/
  /*height: calc(100% - 100px);*/
  /*position: absolute;*/
  /*top: 50px;*/
  /*left: 50px;*/
  /*background-color: rgba(0, 0, 0, 0.9);*/
  /*opacity: 1;*/
  /*text-align: center !important;*/
  /*}*/
  /*.banner:hover .info-banner .viewdetails {*/
  /*display: block;*/
  /*color: #ffffff;*/
  /*font-style: normal;*/
  /*font-size: 15px;*/
  /*line-height: 20px;*/
  /*padding: 10px;*/
  /*}*/

  /*.banner:hover .info-banner .titleinfo {*/
  /*color: #FFF29A;*/
  /*font-size: 25px;*/
  /*padding-top: 45px;*/
  /*}*/

}

@media (min-width: 992px) {
  .follow a .overicon {
    line-height: 32px;
  }
}
.follow a .overicon:hover,
.follow a .overicon:active {
  text-decoration: none;
}
.follow a .onhover {
  opacity: 0;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform .35s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  color: #ffffff;
  text-align: center;
  position: relative;
  top: 35px;
  font-style: italic;
  font-size: 16px;
}
@media (max-width: 1199px) {
  .follow a .onhover {
    line-height: 20px;
    padding-bottom: 11px;
  }
}
.follow:hover a,
.follow:active a {
  text-decoration: none;
}
.follow:hover a .overicon,
.follow:active a .overicon {
  display: none;
}
.follow:hover a .onhover,
.follow:active a .onhover {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.follow:hover a i,
.follow:active a i {
  transform: scale(1.2);
  color: #ffffff;
  top: calc(50% - 33px);
}
.follow.facebook:hover a {
  background-color: #3b5998;
  border-color: #3b5998;
}
.follow.twitter:hover a {
  background-color: #55acee;
  border-color: #55acee;
}
.follow.google-plus:hover a {
  background-color: #dc4e41;
  border-color: #dc4e41;
}
.follow.instagram:hover a {
  background-color: #3f729b;
  border-color: #3f729b;
}
.follow-overicon .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
.follow-overicon .follow {
  padding: 0 0 40px 0;
}
@media (min-width: 768px) {
  .follow-overicon .follow {
    padding: 10px 0 100px;
  }
}
.post-share li {
  display: inline-block;
  font-size: 13px;
  font-style: italic;
  font-weight: 100;
  letter-spacing: 4px;
  margin-right: 15px;
}
@media (min-width: 992px) {
  .post-share li {
    margin-right: 19px;
  }
}
.post-share li i {
  color: #EBEBEB;
  font-size: 20px;
  margin-right: 6px;
  position: relative;
  top: 2px;
}
form.contact-form {
  position: relative;
}
form.contact-form input {
  padding-right: 30px;
}
form.contact-form input[type=submit] {
  border: none;
  position: absolute;
  bottom: 2px;
  right: 2px;
  height: 36px;
  background: 0 0;
  font-style: normal;
  width: auto;
  padding: 0 2px 10px 2px;
}
.list-horizontal-links {
  margin-top: 26px;
  font-style: italic;
  font-size: 16px;
  color: #000000;
  letter-spacing: 3.7px;
  line-height: 40px;
  text-align: center;
}
.list-horizontal-links li {
  display: inline-block;
}
.list-horizontal-links li a {
  color: #000000;
  position: relative;
}
.list-horizontal-links li a:after {
  content: "";
  display: block;
  width: 25px;
  height: 1px;
  border-bottom: 2px solid #000000;
  margin: 0 12px 3px;
  position: absolute;
  left: calc(50% - 25px);
  bottom: -13px;
  border-color: transparent;
  left: calc(50% - 12px);
  -webkit-transition: width .3s ease 0s,left .3s ease 0s;
  -o-transition: width .3s ease 0s,left .3s ease 0s;
  transition: width .3s ease 0s,left .3s ease 0s;
  width: 0;
}
.list-horizontal-links li a.active,
.list-horizontal-links li a:hover,
.list-horizontal-links li a:focus {
  text-decoration: none;
}
.list-horizontal-links li a.active:after,
.list-horizontal-links li a:hover:after,
.list-horizontal-links li a:focus:after {
  width: 25px;
  border-color: #000000;
  left: calc(50% - 25px);
}
.list-horizontal-links li:not(:last-child):after {
  content: "/";
  margin: 0 10px 0 15px;
}
.list-horizontal-links.invert {
  color: #ffffff;
}
.list-horizontal-links.invert li a {
  color: #ffffff;
}
.list-horizontal-links.invert li a:after {
  border-color: #ffffff;
}
.diagonal {
  background-color: #f8f8f8;
  position: relative;
  background-image: url('../images/diagonal.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .diagonal {
    padding-bottom: 135px;
  }
}
@media (min-width: 992px) {
  .diagonal {
    padding-bottom: 175px;
  }
}
@media (min-width: 1200px) {
  .diagonal {
    padding-bottom: 220px;
  }
}
@media (min-width: 1600px) {
  .diagonal {
    padding-bottom: 230px;
  }
}
.diagonal svg.diagonal-shape {
  width: 100%;
  position: absolute;
  bottom: 0;
}
.diagonal svg.diagonal-shape path {
  fill: #ffffff;
}
.link-more {
  position: relative;
  overflow: hidden;
  text-align: center;
  letter-spacing: 3.5px;
  font-size: 16px;
  font-style: italic;
  line-height: 40px;
}
.link-more a:after {
  content: "\f178";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: gray;
  margin-left: 15px;
  font-size: 23px;
  position: relative;
  top: 3px;
}
.separator {
  height: 2px;
  width: 25px;
  background-color: #b4000d;
  margin: 30px auto 20px;
}
.separator.invert {
  background-color: #ffffff;
}
.about-minimal-icons {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  .about-minimal-icons {
    padding-top: 200px;
    padding-bottom: 180px;
  }
}
@media (min-width: 1600px) {
  .about-minimal-icons {
    padding-top: 300px;
    padding-bottom: 280px;
  }
}
.about-minimal-photos {
  height: 550px;
}
@media (min-width: 1600px) {
  .about-minimal-photos {
    height: 800px;
  }
}
.btn {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  color: #000000;
  font-size: 16px;
  letter-spacing: 3.5px;
  line-height: 20px;
  padding: 13px 32px;
}
.btn.small {
  padding: 7px 14px;
  font-size: 12px;
}
.btn-default {
  background: none;
  cursor: pointer;
  display: inline-block;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border-color: #000000;
  color: #000000;
  overflow: hidden;
  z-index: 1;
}
.btn-default:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  height: 0;
  top: 50%;
  left: 50%;
  background: #000000;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
  color: #ffffff;
  border-color: #000000;
  background-color: #000000;
  outline: none;
}
.btn-default:hover:after,
.btn-default:focus:after {
  height: 260%;
  height: 500%;
  opacity: 1;
}
.btn-default:active:after {
  height: 500%;
  opacity: 1;
}
.btn-arrow {
  background: none;
  cursor: pointer;
  display: inline-block;
  outline: none;
  position: relative;
  overflow: hidden;
  border: 2px solid #000000;
  z-index: 1;
  font-size: 13px;
  text-align: left;
  padding: 12px 60px 12px 18px;
  letter-spacing: 2.5px;
}
.btn-arrow:after {
  content: "";
  background: transparent url('../images/arrow.png');
  display: block;
  width: 24px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 16px;
  z-index: 2;
  background-position: center center;
  margin-top: -7px;
}
.btn-arrow.invert {
  border-color: #ffffff;
  color: #ffffff;
}
.btn-arrow.invert:after {
  background: transparent url('../images/right-arrow.png');
}
.btn-invert {
  background: none;
  cursor: pointer;
  display: inline-block;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border-color: #000000;
  color: #000000;
  font-weight: 500;
  overflow: hidden;
  z-index: 1;
}
.btn-invert:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  height: 0;
  top: 50%;
  left: 50%;
  background: #000000;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.btn-invert:hover,
.btn-invert:focus,
.btn-invert:active {
  color: #ffffff;
  border-color: #000000;
  background-color: #000000;
  outline: none;
}
.btn-invert:hover:after,
.btn-invert:focus:after {
  height: 260%;
  height: 500%;
  opacity: 1;
}
.btn-invert:active:after {
  height: 500%;
  opacity: 1;
}
.gallery {
  height: 100%;
}
.gallery .flickity-viewport {
  height: 100% !important;
}
.gallery .gallery-cell {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.gallery .gallery-cell > div {
  width: 100%;
}
.gallery .flickity-page-dots {
  bottom: 19px;
}
.gallery .flickity-page-dots .dot {
  background-color: transparent;
  border: 1px solid #fff;
  width: 12px;
  height: 12px;
  margin: 0px 5px;
  opacity: 0.50;
}
.gallery .flickity-page-dots .dot:hover,
.gallery .flickity-page-dots .dot.is-selected {
  opacity: 1;
}
.gallery.dots-right .flickity-page-dots {
  text-align: right;
  padding-right: 15px;
  bottom: 28px;
}
.grid .gallery {
  height: 450px;
}
@media (min-width: 768px) {
  .grid .gallery {
    height: 700px;
  }
}
.grid .gallery img {
  padding: 0 20px;
}
@media (min-width: 768px) {
  .grid .gallery img {
    padding: 0;
  }
}
.grid .gallery2 {
  height: 900px;
}
.twitterfeed {
  padding-top: 90px;
  padding-bottom: 110px;
  background-size: cover !important;
  background-color: #232121;
}
@media (min-width: 1200px) {
  .twitterfeed {
    padding-top: 144px;
    padding-bottom: 118px;
  }
}
.twitterfeed i.fa {
  text-align: center;
  display: block;
  color: #ffffff;
  font-size: 35px;
  margin-bottom: 27px;
}
.twitterfeed.nexprev {
  padding-top: 80px;
}
.twitterfeed .flickity-prev-next-button {
  display: none;
}
.twitterfeed.nexprev .flickity-prev-next-button {
  display: block;
  background-color: transparent;
  bottom: -56px;
  top: auto;
  width: 20px;
  height: 20px;
}
.twitterfeed.nexprev .flickity-prev-next-button.previous {
  left: 50%;
  margin-left: -20px;
}
.twitterfeed.nexprev .flickity-prev-next-button.next {
  right: 50%;
  margin-right: -20px;
}
.twitterfeed.nexprev .flickity-prev-next-button:focus {
  outline: 0;
}
.twitterfeed.nexprev .flickity-prev-next-button .arrow {
  fill: #ffffff;
}
.twitterfeed.nexprev .flickity-page-dots {
  display: none;
}
ul.slider-twitter li {
  text-align: center;
  width: 100%;
  overflow: hidden;
}
ul.slider-twitter .user a {
  text-decoration: none;
}
ul.slider-twitter .user a [data-scribe$="avatar"] {
  display: none;
}
ul.slider-twitter .user a [data-scribe$="name"] {
  font-weight: 700;
  color: #ffffff;
  font-size: 15px;
}
ul.slider-twitter .user a [data-scribe$="screen_name"] {
  color: #F5E5B3;
  font-size: 15px;
  font-style: italic;
}
ul.slider-twitter .user a [data-scribe$="verified_badge"] {
  display: none;
}
ul.slider-twitter p.tweet {
  padding: 0 20px;
  margin: 0 auto;
  font-size: 15px;
  font-weight: 700;
  max-width: 600px;
  font-style: italic;
}
ul.slider-twitter p.tweet a {
  font-style: italic;
  color: #F5E5B3;
}
ul.slider-twitter p.timePosted {
  text-transform: uppercase;
}
ul.slider-twitter p.timePosted a {
  color: #ffffff;
}
ul.slider-twitter .flickity-page-dots {
  bottom: -60px;
}
ul.slider-twitter .flickity-page-dots .dot {
  margin: 0 4px;
  width: 12px;
  height: 12px;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
ul.slider-twitter .flickity-page-dots .dot.is-selected {
  border-color: rgba(255, 255, 255, 0.5);
  border-color: #ffffff;
}
.counter {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 90px;
}
@media (min-width: 992px) {
  .counter {
    margin-top: 180px;
    margin-bottom: 190px;
  }
}
.counter li {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .counter li {
    display: inline-block;
    width: 19%;
    margin-bottom: 0;
  }
}
.counter li .number {
  font-weight: 300;
  letter-spacing: -11px;
  line-height: normal;
  font-family: 'Roboto', sans-serif;
  font-size: 88px;
}
@media (min-width: 1200px) {
  .counter li .number {
    font-size: 130px;
  }
}
@media (min-width: 1600px) {
  .counter li .number {
    font-size: 150px;
  }
}
.counter li .title-counter {
  color: #ffffff;
  color: #8f8f8f;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  /*font-style: italic;*/
  line-height: normal;
  margin: 0px;
  min-height: 42px;
}
.counter.small {
  margin: 0;
}
.counter.small div[class*="col-"] {
  padding: 0 55px;
}
@media (min-width: 768px) {
  .counter.small div[class*="col-"]:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
  }
}
.counter.small .number {
  font-size: 38px;
  font-weight: 800;
  letter-spacing: normal;
}
.counter.small .title-counter {
  font-size: 16px;
  font-style: italic;
  line-height: 27px;
  margin-top: 15px;
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .counter.small .title-counter {
    margin-top: 27px;
    margin-bottom: 0;
  }
}
.counter.big {
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .counter.big {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px 0;
    margin-top: 80px;
    margin-bottom: 90px;
  }
}
@media (min-width: 992px) {
  .counter.big {
    padding: 50px 0;
  }
}
.counter.big .number {
  font-family: 'Roboto', sans-serif;
  line-height: 200px;
  font-size: 120px;
  font-weight: 300;
}
@media (min-width: 992px) {
  .counter.big .number {
    font-size: 200px;
    letter-spacing: -16px;
  }
}
.counter.big .title-counter {
  font-size: 18px;
  font-style: italic;
  color: #B88F40;
  text-align: center;
  letter-spacing: 0px;
}
@media (min-width: 768px) {
  div[class*="col-"]:first-child .counter.big {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }
}
.counter-big .container {
  max-width: 1400px;
}
.grid.alternate div[class*="col-"] {
  -webkit-transition: background-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
.grid.alternate div[class*="col-"],
.grid.alternate div[class*="col-"] .banner {
  height: 640px;
}
@media (min-width: 1600px) {
  .grid.alternate div[class*="col-"],
  .grid.alternate div[class*="col-"] .banner {
    height: 800px;
  }
}
.grid.alternate p {
  font-style: italic;
}
.grid.alternate .vcenter {
  padding: 0 20%;
}
.grid.alternate .btn {
  margin-top: 50px;
}
.grid.alternate .fa {
  font-size: 55px;
}
.grid.alternate .row div[class*="col-"]:nth-child(even):hover {
  background-color: #3ab54a;
}
@media (min-width: 992px) {
  .grid.alternate .row:nth-child(even) div[class*="col-"]:nth-child(even) {
    float: left;
  }
  .grid.alternate .row:nth-child(even) div[class*="col-"]:nth-child(odd) {
    float: right;
  }
}
.grid.services .text-center {
  padding: 20px;
  width: 100%;
}
@media (min-width: 1600px) {
  .grid.services .text-center {
    padding: 40px;
  }
}
.grid.services .inverse {
  background-color: #000000;
  color: #ffffff;
}
.grid.services .banner {
  height: 100%;
}
.grid.services .gallery.big {
  height: 600px;
}
@media (min-width: 1600px) {
  .grid.services .gallery.big {
    height: 900px;
  }
}
.grid.services .small-height {
  height: 600px;
}
@media (min-width: 768px) {
  .grid.services .small-height {
    height: 400px;
  }
}
@media (min-width: 1600px) {
  .grid.services .small-height {
    height: 600px;
  }
}
@media (max-width: 991px) {
  .grid.services .small-height.image {
    height: 400px;
  }
}
.grid.services .gallery.small,
.grid.services .medium-height {
  position: relative;
  height: 500px;
}
@media (min-width: 1600px) {
  .grid.services .gallery.small,
  .grid.services .medium-height {
    height: 800px;
  }
}
.grid.services .number {
  background-color: #3ab54a;
}
@media (min-width: 1600px) {
  .grid.services .list-about li {
    padding: 10px;
  }
}
.grid.services .list-about li p {
  font-size: 13px;
}
.grid.services .list-about li:not(:last-child) {
  border-bottom: 1px solid #F7F7F7;
}
.number-about {
  font-size: 150px;
  line-height: normal;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  letter-spacing: -19px;
}
@media (min-width: 768px) {
  .number-about {
    font-size: 250px;
  }
}
.number-about span {
  display: block;
  font-size: 18px;
  letter-spacing: initial;
  margin-top: -35px;
  font-family: 'Roboto', sans-serif;}
.pie-content {
  background-color: #FBCF3C;
}
.pie-content .pie {
  display: inline-block;
  position: relative;
  width: 300px;
  height: 300px;
  background-color: #ffffff;
  font-size: 7em;
  text-align: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
@media (min-width: 1600px) {
  .pie-content .pie {
    width: 500px;
    height: 500px;
  }
}
.pie-content .pie .slice-right {
  position: absolute;
  z-index: 11;
  background-color: #FCDD76;
  width: 100%;
  height: 100%;
  clip: rect(0, 0.5em, 0.5em, 0.5em);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.pie-content .pie .slice-left {
  position: absolute;
  z-index: 11;
  background-color: #FCDD76;
  width: 100%;
  height: 100%;
  clip: rect(0.5em, 0.5em, 1em, 0.5em);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.pie-content .pie .percent {
  position: absolute;
  z-index: 20;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  background: #FBCF3C;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.pie-content .pie .number {
  position: absolute;
  z-index: 30;
  width: 100%;
  height: 100%;
  padding-top: 50%;
  line-height: 0;
  font-size: .3em;
  color: #485c65;
  background-color: transparent;
}
.pie-content .pie .slice-right {
  -webkit-animation-delay: 1.2s;
  -webkit-animation-duration: 0.3s;
  -webkit-animation-name: right-slice;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
}
.pie-content .pie .slice-left {
  -webkit-animation-delay: 1.5s;
  -webkit-animation-duration: 0.3s;
  -webkit-animation-name: left-slice;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
}
@-webkit-keyframes right-slice {
  from {
    clip: rect(0, 50%, 0.5em, 0.5em);
  }
  50% {
    clip: rect(0, 1em, 0.5em, 0.5em);
  }
  to {
    clip: rect(0, 1em, 1em, 0.5em);
  }
}
@-webkit-keyframes left-slice {
  from {
    clip: rect(0.5em, 0.5em, 1em, 0.5em);
  }
  50% {
    clip: rect(0.5em, 0.5em, 1em, 0);
  }
  to {
    clip: rect(0.3em, 0.5em, 1em, 0);
  }
}
.section.experties {
  background: #f6f6f6 url('../images/demo/home4/bg-experties.jpg') no-repeat center center;
  background-size: cover;
}
.section.experties div[class*="col-"] .experient-list {
  min-height: 250px;
}
@media (min-width: 768px) {
  .section.experties div[class*="col-"] .experient-list {
    border-left: 1px solid rgba(23, 23, 23, 0.2);
  }
}
@media (min-width: 768px) {
  .section.experties div[class*="col-"]:last-child .experient-list {
    border-right: 1px solid rgba(23, 23, 23, 0.2);
  }
}
.title-list-experties {
  text-align: center;
  font-size: 30px;
}
.list-experties {
  text-align: center;
  color: #666666;
}
.list-experties li {
  font-size: 18px;
  font-weight: 100;
  margin: 16px;
}
.meet-the-team .row-no-gutter {
  margin: 0 14px;
}
.team-section .container {
  max-width: 1200px;
}
.team-member {
  text-align: center;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .team-member {
    margin-bottom: 0;
  }
}

.team-member .name-member {
  font-size: 14px;
  letter-spacing: 1.5px;
  line-height: 16px;
  height: 60px;
}

.team-member .position-member {
  font-size: 13px;
  letter-spacing: 2px;
  font-style: italic;
}
.team-member .list-social li {
  display: inline-block;
  margin: 2px 8px;
}
.team-member .list-social li a {
  color: #000000;
  transition: opacity .2s linear;
}
.team-member .list-social li a:hover {
  opacity: 0.5;
}
.team-member .img-circle {
  max-width: 216px;
  margin: 0 auto;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 13px;
}
.team-member .img-circle .banner {
  border-radius: 50%;
  background-color: transparent;
}
.carrousel-partners img {
  display: block;
  margin: 0 auto;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  /* For Webkit browsers */
  filter: gray;
  /* For IE 6 - 9 */
  -webkit-transition: all .2s ease;
  /* Transition for Webkit browsers */
  transition: all .2s ease;
  opacity: 0.7;
}
.carrousel-partners img:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  filter: none;
}
.carrousel-partners .main-carousel {
  background: #FAFAFA;
  padding: 70px 0px;
  margin: 0 15px;
}
.carrousel-partners .flickity-prev-next-button {
  top: -60px;
  left: auto;
  width: 45px;
  height: 52px;
  border-radius: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('../images/arrow.png');
}


@media (min-width: 1200px) and (max-width: 1690px) {
  .banner:hover .info-banner .titleinfo{
    font-size: 20px;
    line-height: 25px;
    font-weight: 800;
    letter-spacing: 0;
  }
  .banner:hover .info-banner .viewdetails {
    padding: 10px;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0;
  }
}
@media (max-width: 500px) {
  /*.banner:hover .info-banner .titleinfo{*/
    /*font-size: 30px;*/
    /*padding: 10px;*/
    /*line-height: 35px;*/
  /*}*/
}
@media (min-width: 768px) {
  .carrousel-partners .flickity-prev-next-button {
    border: 3px solid #EFEFEF;
    width: 62px;
  }
}
.carrousel-partners .flickity-prev-next-button svg {
  display: none;
}
.carrousel-partners .flickity-prev-next-button.previous {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-top: -26px;
  right: 53px;
}
@media (min-width: 768px) {
  .carrousel-partners .flickity-prev-next-button.previous {
    right: 72px;
  }
}
.carrousel-partners .flickity-prev-next-button.next {
  right: 3px;
}
.section.about-slider {
  background-color: #f6f6f6;
}
.carrousels-about {
  position: relative;
}
.carusel-about-photo {
  height: 180px;
}
@media (min-width: 768px) {
  .carusel-about-photo {
    height: 460px;
    width: 66%;
  }
}
@media (min-width: 1600px) {
  .carusel-about-photo {
    width: 1080px;
    height: 660px;
  }
}
.carusel-about-photo .carousel-cell {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (min-width: 768px) {
  .button-about {
    position: absolute;
    left: 50%;
    top: 520px;
  }
}
@media (min-width: 1200px) {
  .button-about {
    top: 480px;
  }
}
@media (min-width: 1600px) {
  .button-about {
    left: auto;
    right: 700px;
    margin-right: -302px;
  }
}
.button-about li {
  display: #000000;
  color: #ffffff;
  background: black;
  padding: 13px;
  text-align: center;
  float: left;
  cursor: pointer;
  height: 50px;
  width: 50%;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .button-about li {
    width: 150px;
    margin-right: 1px;
  }
}
.button-about li.button--previous-about {
  background-image: url('../images/left-arrow.png');
}
.button-about li.button--next-about {
  background-image: url('../images/right-arrow.png');
}
.carusel-about-text {
  height: 350px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .carusel-about-text {
    height: 300px;
    right: 0;
    position: absolute;
    top: 220px;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .carusel-about-text {
    height: 260px;
  }
}
@media (min-width: 1600px) {
  .carusel-about-text {
    width: 700px;
  }
}
.carusel-about-text .carousel-cell {
  width: 100%;
  height: 100%;
  padding: 30px;
}
@media (min-width: 1200px) {
  .carusel-about-text .carousel-cell {
    padding: 50px;
  }
}
.carusel-about-text .carousel-cell p.pretitle {
  margin-left: -10px;
}
.carusel-about-text .carousel-cell p.paragraph {
  font-size: 18px;
  margin-top: 15px;
  line-height: 33px;
  color: #7B7B7B;
}
.carusel-feat-photo,
.carusel-feat-text {
  width: 100%;
  height: 640px;
}
.carusel-feat-photo .carousel-cell,
.carusel-feat-text .carousel-cell {
  width: 100%;
  height: 100%;
  background-color: #000000;
  color: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 1199px) {
  .carusel-feat-photo {
    height: 250px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .carusel-feat-photo {
    height: 450px;
  }
}
.carusel-feat-text {
  height: 800px;
}
@media (min-width: 768px) {
  .carusel-feat-text {
    height: 640px;
    border-left: 20px solid #bf9441;
  }
}
.carusel-feat-text .flickity-viewport,
.carusel-feat-text .flickity-slider {
  height: 100%;
}
.carusel-feat-text .carousel-cell {
  height: 100%;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .carusel-feat-text .carousel-cell {
    padding: 0 50px;
  }
}
.carusel-feat-text .carousel-cell > div {
  height: calc(100% - 100px);
  position: relative;
}
.carusel-feat-text .title-feat {
  color: #ffffff;
  letter-spacing: 5px;
  font-size: 23px;
  line-height: 30px;
}
@media (min-width: 1600px) {
  .carusel-feat-text .title-feat {
    line-height: 41px;
  }
}
.carusel-feat-text .pretitle {
  color: #bf9441;
  margin-left: -10px;
}
.carusel-feat-text .pretitle:before {
  border-color: #bf9441;
}
.carusel-feat-text .date {
  color: green;
  font-size: 15px;
  letter-spacing: 3px;
  margin: 26px 0 20px;
}
@media (min-width: 1600px) {
  .carusel-feat-text .date {
    margin: 40px 0 20px;
  }
}
.carusel-feat-text .paragraph {
  color: gray;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 28px;
}
@media (min-width: 1600px) {
  .carusel-feat-text .paragraph {
    font-size: 20px;
    line-height: 34px;
  }
}
.button-feat {
  background-color: #000000;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  position: absolute;
  width: calc(100% - 20px);
  bottom: 0;
  right: 0;
}
.button-feat li {
  display: inline-block;
  height: 100px;
  color: #ffffff;
  width: 120px;
  text-align: center;
  padding: 35px 0;
  cursor: pointer;
  background-position: center center;
  background-repeat: no-repeat;
}
.button-feat .button--previous-feat {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  background-image: url('../images/left-arrow.png');
}
.button-feat .button--next-feat {
  background-image: url('../images/right-arrow.png');
}
.filters {
  margin: 0 auto;
  text-align: center;
  margin: 45px 0px 22px;
}
.filters li {
  color: #000000;
  border-bottom: 2px solid transparent;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 2.9px;
  line-height: 10px;
  padding: 5px 0px;
  margin: 0;
  font-style: italic;
  font-weight: 100;
  position: relative;
}
@media (min-width: 768px) {
  .filters li {
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .filters li {
    padding-top: 20px;
  }
}
@media (min-width: 768px) {
  .filters li {
    font-weight: 400;
    font-size: 13px;
    line-height: 25px;
    padding: 5px 7px;
  }
}
@media (min-width: 992px) {
  .filters li {
    margin: 0 10px;
  }
}
.filters li:first-child {
  font-size: 15px;
  letter-spacing: 2.5px;
  position: relative;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .filters li:first-child {
    margin-right: 0;
    padding: 12px;
  }
}
.filters li:first-child:before {
  content: "";
  height: 7px;
  width: 18px;
  display: inline-block;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  margin-right: 10px;
  position: absolute;
  left: 50%;
  margin-left: -100px;
  top: 11px;
}
.filters li:first-child:after {
  content: "";
  height: 1px;
  width: 18px;
  display: inline-block;
  background-color: #000000;
  position: absolute;
  top: 23px;
  left: 50%;
  margin-left: -100px;
}
.filters li:first-child.is-checked,
.filters li:first-child:hover {
  border: none;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .filters li:first-child span {
    display: none;
  }
}
.filters li:not(:first-child) {
  cursor: pointer;
}
.filters li:not(:first-child):after {
  content: "";
  display: block;
  width: 25px;
  height: 1px;
  border-bottom: 2px solid #000000;
  margin: 0 12px 3px;
  position: absolute;
  left: calc(50% - 25px);
  bottom: -7px;
  border-color: transparent;
  left: calc(50% - 12px);
  -webkit-transition: width .3s ease 0s,left .3s ease 0s;
  -o-transition: width .3s ease 0s,left .3s ease 0s;
  transition: width .3s ease 0s,left .3s ease 0s;
  width: 0;
}
.filters li:not(:first-child).is-checked,
.filters li:not(:first-child):hover,
.filters li:not(:first-child):focus {
  text-decoration: none;
}
.filters li:not(:first-child).is-checked:after,
.filters li:not(:first-child):hover:after,
.filters li:not(:first-child):focus:after {
  width: 25px;
  border-color: #000000;
  left: calc(50% - 25px);
}
.filters.twolines {
  margin: 50px 0px 18px;
}
.filters.twolines li:first-child {
  display: block;
  max-width: 183px;
  margin: 0 auto;
  position: relative;
  top: -22px;
}
.thumbnails {
  margin: 0px auto;
  overflow: hidden;
  max-width: 800px;
}
@media (min-width: 1200px) {
  .thumbnails {
    max-width: 1200px;
  }
}
@media (min-width: 1600px) {
  .thumbnails {
    max-width: 1480px;
  }
}
.thumbnails.work1 {
  max-width: none;
  margin: 0 20px;
}
.thumbnails.work2 {
  max-width: none;
  margin: 20px;
}
.thumbnails.work2 .gallery-item {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.thumbnails.work2 .grid-sizer {
  width: 33%;
}
.thumbnails.work2 .rollover {
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  display: none;
}
.thumbnails.work2 .rollover .vcenter {
  width: 100%;
}
.thumbnails.work2 .thumbnail {
  width: 100%;
  padding: 20px;
  height: 500px;
  overflow: hidden;
}
.thumbnails.work2 .thumbnail img {
  height: 100%;
}
@media (min-width: 768px) {
  .thumbnails.work2 .thumbnail {
    width: 50%;
    height: 250px;
  }
}
@media (min-width: 992px) {
  .thumbnails.work2 .thumbnail {
    width: 40%;
    height: 500px;
  }
  .thumbnails.work2 .thumbnail.small {
    width: 20%;
  }
}
.thumbnails.work3 {
  max-width: 1400px;
}
.thumbnails.work3 .thumbnail {
  width: 100%;
}
@media (min-width: 768px) {
  .thumbnails.work3 .thumbnail {
    width: 50%;
  }
}
.thumbnails.work4 {
  width: 100%;
  max-width: 100%;
}
.thumbnails.work4 .rollover {
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: transparent;
  text-align: left;
  padding: 0 40px;
  display: none;
}
.thumbnails.work4 .rollover .title-project {
  font-size: 30px;
}
.thumbnails.work4 .rollover .vcenter {
  width: 100%;
}
.thumbnails.work4 .thumbnail {
  width: 100%;
  padding: 0;
}
@media (min-width: 768px) {
  .thumbnails.work4 .thumbnail {
    width: 100%;
  }
}
.thumbnails.work4 .thumbnail img {
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}
.thumbnails.work4 .thumbnail:hover img {
  opacity: 0.5;
}
.thumbnails.work5 {
  max-width: none;
}
.thumbnails.work5 .thumbnail {
  padding: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .thumbnails.work5 .thumbnail {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .thumbnails.work5 .thumbnail {
    width: 25%;
  }
}
.thumbnail {
  width: 100%;
  position: absolute;
  display: block;
  overflow: hidden;
  border: none;
  padding: 0;
  border-radius: 0;
  margin-bottom: 0;
  padding: 20px;
  background-size: cover;
  background-position: center center;
}
.thumbnail .info-banner {
  background-color: transparent;
  text-decoration: none;
  color: #ffffff;
}
.thumbnail img {
  width: 100%;
}
@media (min-width: 768px) {
  .thumbnail {
    width: 50%;
  }
  .thumbnail.small {
    width: 25%;
  }
}
.thumbnail:hover {
  text-decoration: none;
}
.thumbnail:hover .rollover {
  display: block;
}
.thumbnail:hover .info-banner {
  width: calc(100% - 100px);
  height: calc(100% - 100px);
  position: absolute;
  top: 50px;
  left: 50px;
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 1;
  text-align: center !important;
}
.thumbnail:hover .info-banner > div {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.thumbnail:hover .info-banner .viewdetails {
  display: block;
}
.loadmore {
  text-align: center;
}
.loadmore a {
  background-color: #F6F5F4;
  padding: 0px 25px 17px 19px;
}
.loadmore a:before {
  content: "";
  background-image: url('/images/load-more.png');
  background-repeat: no-repeat;
  width: 33px;
  height: 33px;
  background-position: center center;
  display: inline-block;
  position: relative;
  top: 9px;
  margin-right: 10px;
}
.loadmore.big {
  height: auto !important;
}
.loadmore.big a {
  background-color: #353333;
  display: block;
  color: #ffffff;
  padding: 21px 25px 41px 19px;
  margin: 0px 5px;
}
@media (min-width: 768px) {
  .loadmore.big a {
    margin: 0 17px;
  }
}
@media (min-width: 992px) {
  .loadmore.big a {
    margin: 0 40px;
    padding: 40px 25px 57px 19px;
  }
}
@media (min-width: 1600px) {
  .loadmore.big a {
    padding: 60px 25px 77px 19px;
  }
}
.loadmore.big a:before {
  background-image: url('/images/load-more-white.png');
}
.loadmore.big.full a {
  margin: 0;
}
#more-items {
  display: none;
}
.rollover .title-project {
  font-size: 22px;
  letter-spacing: 4.5px;
}
.rollover .tags-project {
  font-size: 14px;
  font-style: italic;
  margin: 8px 0;
  letter-spacing: 3px;
}
.rollover .tags-project li {
  display: inline-block;
}
.rollover .tags-project li:not(:last-child):after {
  content: "/";
  margin: 0 1px 0 6px;
}
.rollover .btn {
  margin-top: 25px;
}
.rollover.rollover3 {
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  display: none;
}
.rollover.rollover3 .vcenter {
  width: 100%;
}
.rollover.rollover5 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  display: none;
}
.rollover.rollover5 .vcenter {
  width: 100%;
}
.related-projects .title-project,
.related-projects .tags-project {
  color: #ffffff;
}
.related-projects .rollover {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.related-projects .banner {
  height: 200px;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .related-projects .banner {
    margin-bottom: 70px;
  }
}
@media (min-width: 992px) {
  .related-projects .banner {
    height: 400px;
  }
}
.related-projects .banner:hover .rollover {
  display: block;
}
.grid.work-detail .small-height {
  height: 553px;
}
.grid.work-detail .medium-height {
  height: 600px;
}
.grid.work-detail .big-height {
  height: 500px;
}
@media (min-width: 768px) {
  .grid.work-detail .big-height {
    height: 800px;
  }
}
@media (min-width: 1600px) {
  .grid.work-detail .big-height {
    height: 1080px;
  }
}
#work-photo1 {
  background-color: #ffffff;
}
@-webkit-keyframes myLoop {
  0% {
    top: -10px;
  }
  50% {
    top: 10px;
  }
  100% {
    top: -10px;
  }
}
.iconScroll {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 35px;
  left: -15px;
}
.iconScroll .info {
  font-size: 16px;
  font-style: italic;
  color: #ffffff;
  margin-bottom: 15px;
}
.iconScroll .icon {
  width: 35px;
  height: 35px;
  text-align: center;
  background: transparent;
  margin: 0 auto;
  position: relative;
  -webkit-animation: myLoop 2s ease infinite;
  -moz-animation: myLoop 2s ease infinite;
  animation: myLoop 2s ease infinite;
  color: #000000;
  font-size: 25px;
}
.iconScroll.invert .icon {
  color: #ffffff;
}
.infowork {
  text-align: left;
}
.infowork li {
  font-size: 15px;
  letter-spacing: 3px;
  line-height: 20px;
  padding: 8px 0;
  color: #ffffff;
}
.infowork li span {
  color: #B88F40;
}
.infowork.menu-style {
  text-align: center;
  background-color: #F9F9F9;
  padding: 36px 0;
}
.infowork.menu-style li {
  display: inline-block;
  padding: 0 20px;
}
.infowork.menu-style li,
.infowork.menu-style li a {
  color: #000000;
}
@media (min-width: 1600px) {
  .infowork.menu-style li {
    padding: 0 35px;
  }
}
.infowork.menu-style li:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.slider-project {
  background-color: rgba(0, 0, 0, 0.05);
}
.gallery-project {
  height: 250px;
}
@media (min-width: 768px) {
  .gallery-project {
    height: 400px;
    margin: 0 100px;
  }
}
@media (min-width: 992px) {
  .gallery-project {
    height: 600px;
  }
}
@media (min-width: 1600px) {
  .gallery-project {
    height: 642px;
    max-width: 1070px;
    margin: 0 auto;
  }
}
.gallery-project .gallery-cell {
  background-size: cover;
}
.gallery-project .flickity-prev-next-button {
  border: 2px solid;
  border-radius: 0;
  background: transparent;
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('../images/arrow.png');
}
.gallery-project .flickity-prev-next-button svg {
  display: none;
}
.gallery-project .flickity-prev-next-button.previous {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-top: -30px;
}
@media (min-width: 768px) {
  .gallery-project .flickity-prev-next-button.previous {
    left: -80px;
  }
}
@media (min-width: 768px) {
  .gallery-project .flickity-prev-next-button.next {
    right: -80px;
  }
}
.gallery-project .flickity-page-dots {
  bottom: -70px;
}
.gallery-project .flickity-page-dots .dot {
  border-color: #000000;
}
.contact-basic,
.contact-form {
  position: relative;
}
.contact-basic p:not(.pretitle),
.contact-form p:not(.pretitle) {
  font-size: 18px;
  letter-spacing: 5.5px;
  font-weight: 100;
}
.contact-basic a,
.contact-form a {
  color: #000000;
  text-decoration: none;
}
.contact-basic a:hover,
.contact-form a:hover {
  text-decoration: underline;
}
@media (max-width: 991px) {
  .contact-basic a.mailto,
  .contact-form a.mailto {
    letter-spacing: 0;
  }
}
#map {
  width: 100%;
  height: 400px;
}
@media (min-width: 768px) {
  #map {
    height: 800px;
  }
}
form {
  padding: 0 10px;
}
form .form-control {
  border: 0;
  border-bottom: 2px solid #000000;
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
}
form .btn {
  float: right;
  margin-right: 45px;
}
@media (min-width: 768px) {
  form .btn {
    margin-right: 60px;
  }
}
.form-group {
  padding: 0 30px;
}
@media (min-width: 768px) {
  .form-group {
    padding: 0 60px;
  }
}
@media (min-width: 768px) {
  .form-group.inline {
    float: left;
    width: 50%;
  }
}
.blog-post-header {
  position: relative;
  overflow: hidden;
}
.blog-sidebar .blog-post-header {
  padding-top: 12px;
}
.blog-post-author {
  width: 40px;
  height: 40px;
  background-size: cover;
  background-position: center center;
  border-radius: 50%;
  float: left;
}
@media (min-width: 768px) {
  .blog-post-author {
    width: 80px;
    height: 80px;
  }
}
.image-cover .blog-post-author {
  float: none;
  margin: 0 auto;
}
.blog-post-date {
  font-size: 13px;
  font-style: italic;
  text-align: right;
  float: right;
  position: relative;
  letter-spacing: 2px;
}
@media (min-width: 768px) {
  .blog-post-date {
    letter-spacing: 3.8px;
  }
}
@media (max-width: 991px) {
  .blog-post-date {
    /*width: calc(100% - 80px);*/
    line-height: 22px;
  }
}
@media (min-width: 768px) {
  .blog-post-date {
    top: 24px;
  }
}
.image-cover .blog-post-date {
  float: none;
  position: initial;
  text-align: center;
  color: white;
  font-size: 15px;
  margin-top: 17px;
  width: 100%;
}
.blog-post-date.block {
  float: none;
  text-align: left;
  margin-bottom: 42px;
}
.blog-post:hover .overcard {
  background-color: #000000;
}
.blog-post:hover .overcard p,
.blog-post:hover .overcard h1 {
  color: #ffffff;
}
.blog-post:hover .overcard a {
  color: #D7B64C;
}
.blog-post.original .banner {
  height: 320px;
}
@media (min-width: 1600px) {
  .blog-post.original .banner {
    height: 500px;
  }
}
.blog-post-title {
  font-size: 25px;
  letter-spacing: normal;
}
@media (min-width: 768px) {
  .blog-post-title {
    font-size: 34px;
    letter-spacing: normal;
  }
}
.blog-post-title:after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  margin: 31px 0 0 2px;
  background-color: #000000;
}
.blog-post-intro {
  font-style: italic;
  font-size: 14px;
  line-height: 23px;
  letter-spacing: normal;
}
@media (min-width: 1600px) {
  .blog-post-intro {
    line-height: 34px;
    letter-spacing: 4px;
  }
}
.readfull {
  font-size: 13px;
  font-style: italic;
  letter-spacing: 4px;
  color: #000000;
}
.readfull:after {
  content: "";
  display: inline-block;
  background-image: url('../images/arrow.png');
  width: 15px;
  height: 9px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 8px;
}
.readfull:hover {
  color: #000000;
}
.readfull.bottom {
  position: absolute;
  bottom: 42px;
}
.image-blog3 {
  height: 250px;
}
@media (min-width: 768px) {
  .image-blog3 {
    height: 450px;
  }
}
.blog-post-content {
  padding: 0 20px;
}
@media (min-width: 768px) {
  .blog-post-content {
    padding: 0 65px;
  }
}
.blog-post-content.overcard {
  padding: 40px 40px 20px;
  position: relative;
  margin: 0 10px;
  top: -20px;
  background-color: #f9f9f7;
}
.blog-post-content.overcard .blog-post-author {
  position: absolute;
  top: -44px;
  left: 50%;
  margin-left: -40px;
}
.blog-post-content.overcard .blog-post-date {
  float: none;
  text-align: center;
  top: 0;
}
.blog-post-content.overcard .blog-post-title {
  font-size: 22px;
  text-align: center;
  line-height: 31px;
}
.blog-post-content.overcard .blog-post-title:after {
  display: none;
}
.blog-post-content.small {
  padding: 0 25px;
  height: 440px;
}
@media (min-width: 768px) {
  .blog-post-content.small {
    height: 300px;
  }
}
@media (min-width: 992px) {
  .blog-post-content.small {
    height: 450px;
  }
}
@media (min-width: 1600px) {
  .blog-post-content.small {
    padding: 0 55px;
  }
}
.blog-post-content.small .blog-post-title {
  font-size: 22px;
  letter-spacing: 4.5px;
  font-weight: 300;
  line-height: 26px;
}
.blog-post-content.small .blog-post-title:after {
  display: none;
}
.blog-post-content.small .blog-post-author {
  width: 40px;
  height: 40px;
}
@media (min-width: 768px) {
  .blog-post-content.small .blog-post-author {
    margin-top: 20px;
  }
}
.blog-post-content.small .blog-post-author span {
  color: #D4B137;
}
.blog-post-content.small .blog-post-intro {
  font-size: 13px;
  line-height: 25px;
}
@media (min-width: 1600px) {
  .blog-post-content.small .blog-post-intro {
    line-height: 30px;
  }
}
.blog-post-content.small .blog-post-date {
  width: calc(100% - 40px);
  text-align: left;
  padding-left: 12px;
}
.blog-post-content.small .blog-post-date span {
  color: #D4B137;
}
.paginationblog {
  text-align: center;
  font-size: 16px;
  font-style: italic;
  padding: 65px 0;
  letter-spacing: 3.5px;
}
.paginationblog.includeimage {
  padding: 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .paginationblog.includeimage {
    margin-bottom: 2px;
  }
}
.paginationblog.includeimage:before,
.paginationblog.includeimage:after {
  display: none;
}
.paginationblog.includeimage .banner {
  display: block;
  width: 25%;
  max-width: 400px;
}
@media (min-width: 768px) {
  .paginationblog.includeimage .banner {
    width: 45%;
  }
}
.paginationblog.includeimage a {
  color: #000000;
}
.paginationblog.includeimage .info {
  position: relative;
  width: 75%;
}
@media (min-width: 768px) {
  .paginationblog.includeimage .info {
    width: 55%;
  }
}
.paginationblog.includeimage .info:before {
  content: "";
  width: 24px;
  height: 14px;
  display: inline-block;
  top: 73px;
  position: absolute;
}
.paginationblog.includeimage .info span {
  display: block;
}
@media (max-width: 1199px) {
  .paginationblog.includeimage .info span.date-pagination {
    display: none;
  }
}
.paginationblog.includeimage .info span.title-pagination {
  font-size: 18px;
  font-style: normal;
}
.paginationblog.includeimage.oldpost {
  border-right: 1px solid #ffffff;
}
.paginationblog.includeimage.oldpost .banner,
.paginationblog.includeimage.oldpost .info {
  float: left;
}
.paginationblog.includeimage.oldpost .info {
  text-align: left;
  padding: 14px 20px 14px 65px;
}
@media (min-width: 768px) {
  .paginationblog.includeimage.oldpost .info {
    padding: 21px 21px 0px 65px;
  }
}
@media (min-width: 992px) {
  .paginationblog.includeimage.oldpost .info {
    padding: 32px 32px 32px 77px;
  }
}
.paginationblog.includeimage.oldpost .info:before {
  background-image: url('../images/arrow.png');
  transform: rotate(180deg);
  left: 20px;
}
.paginationblog.includeimage.newpost {
  border-left: 1px solid #ffffff;
  background-color: #F9F7F7;
}
.paginationblog.includeimage.newpost .banner,
.paginationblog.includeimage.newpost .info {
  float: right;
}
.paginationblog.includeimage.newpost .info {
  text-align: right;
  padding: 14px 65px 14px 20px;
}
@media (min-width: 768px) {
  .paginationblog.includeimage.newpost .info {
    padding: 21px 65px 0px 21px;
  }
}
@media (min-width: 992px) {
  .paginationblog.includeimage.newpost .info {
    padding: 32px 77px 32px 32px;
  }
}
.paginationblog.includeimage.newpost .info:before {
  background-image: url('../images/arrow.png');
  right: 20px;
}
.oldpost {
  background-color: #F9F7F7;
  color: #000000;
}
.oldpost:before {
  content: "";
  background-image: url('../images/arrow.png');
  width: 24px;
  height: 14px;
  display: inline-block;
  margin-right: 15px;
  position: relative;
  top: 2px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.newpost {
  background-color: #353333;
  color: #ffffff;
}
.newpost:after {
  content: "";
  background-image: url('../images/right-arrow.png');
  width: 24px;
  height: 14px;
  display: inline-block;
  margin-left: 15px;
  position: relative;
  top: 2px;
}
.blog-sidebar div[class*="container-"] {
  padding: 0 20px;
}
@media (min-width: 768px) {
  .blog-sidebar div[class*="container-"] {
    padding: 0 55px;
  }
}
.sidebar-content {
  padding: 50px 15px 0 15px;
}
@media (min-width: 992px) {
  .sidebar-content {
    padding: 0 0px 0 40px;
  }
}
@media (min-width: 1600px) {
  .sidebar-content {
    padding: 0 44px 0 62px;
  }
}
.feed-instagram {
  text-align: center;
}
@media (min-width: 768px) {
  .feed-instagram {
    text-align: left;
  }
}
.feed-instagram li {
  display: inline-block;
}
@media (min-width: 1600px) {
  .feed-instagram li {
    margin: 0 20px 20px 0;
  }
  .feed-instagram li:nth-child(3n+0) {
    margin-right: 0;
  }
}
.sidebar-recent-posts li {
  position: relative;
  margin-bottom: 2px;
}
.sidebar-recent-posts .blog-post-author {
  position: absolute;
  top: 14px;
  z-index: 1;
  left: 9px;
}
@media (min-width: 768px) {
  .sidebar-recent-posts .blog-post-author {
    left: 0;
    top: 10px;
  }
}
.sidebar-recent-posts .post-cart {
  padding: 12px 10px 10px 60px;
  min-height: 100px;
}
@media (min-width: 768px) {
  .sidebar-recent-posts .post-cart {
    margin-left: 40px;
  }
}
.sidebar-recent-posts .post-cart a {
  text-decoration: none;
}
.sidebar-recent-posts .post-cart a:hover {
  text-decoration: none;
}
.sidebar-recent-posts .blog-post-date {
  float: none;
  top: 0;
  text-align: left;
  letter-spacing: 2.5px;
  line-height: 28px;
  color: #D4B137;
}
.sidebar-recent-posts .blog-post-date:hover {
  text-decoration: none;
}
.sidebar-recent-posts .blog-post-title {
  font-size: 16px;
  font-weight: 100;
  letter-spacing: 3px;
  font-style: italic;
  color: #000000;
}
.sidebar-recent-posts .blog-post-title:hover {
  text-decoration: none;
}
.sidebar-recent-posts .blog-post-title:after {
  display: none;
}
.sidebar-title {
  font-size: 15px;
  font-style: italic;
  letter-spacing: 2px;
  margin-bottom: 5px;
}
.sidebar-title:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  background-color: #000000;
  margin-right: 17px;
  position: relative;
  top: -2px;
}
.sidebar-categories li a {
  font-size: 16px;
  font-style: italic;
  text-decoration: none;
  color: #000000;
  letter-spacing: 3px;
  margin: 0 0 17px 0px;
  display: block;
}
.sidebar-categories li a:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 1px;
  background-color: #D4B137;
  margin-right: 17px;
  position: relative;
  top: -2px;
}
.sidebar-categories li a span {
  color: rgba(0, 0, 0, 0.5);
}
.sidebar-tags li {
  display: inline-block;
}
.sidebar-tags a {
  font-size: 13px;
  font-style: italic;
  color: #000000;
  text-decoration: none;
  border: 2px solid #000000;
  padding: 0px 11px;
  display: block;
  letter-spacing: 2.5px;
  margin: 0 6px 11px 0;
}
.search-form {
  padding: 0;
  position: relative;
}
.search-form input[type=text] {
  padding-right: 35px;
}
.search-form input[type=submit] {
  border: none;
  position: absolute;
  bottom: 2px;
  right: 2px;
  height: 36px;
  background: 0 0;
  padding: 0 15px 5px;
  width: 20px;
  margin: 0;
  color: transparent;
  background-image: url('../images/search.png');
  background-repeat: no-repeat;
  background-position: center center;
}
.share-post li {
  display: inline-block;
  margin: 0 5px;
}
.share-post li a {
  border: 2px solid #ffffff;
  border-radius: 50%;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #ffffff;
  padding-top: 6px;
  background-repeat: no-repeat;
  background-position: center center;
}
.blog-2-image {
  height: 350px;
}
@media (min-width: 768px) {
  .blog-2-image {
    height: 590px;
  }
}
.blog-2-text {
  height: 700px;
}
.blog-2-text .blog-post-header {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .blog-2-text {
    height: 590px;
  }
  .blog-2-text .blog-post-header {
    margin-top: 0;
  }
}
.content-post.post-with-sidebar-left {
  margin-bottom: 80px;
  padding: 20px 10px;
}
@media (min-width: 768px) {
  .content-post.post-with-sidebar-left {
    margin-bottom: 130px;
    padding: 65px 190px 0 20px;
  }
}
@media (min-width: 992px) {
  .content-post.post-with-sidebar-left {
    padding: 65px 190px 0 60px;
  }
}
@media (min-width: 1600px) {
  .content-post.post-with-sidebar-left {
    padding: 65px 295px 0 90px;
  }
}
.content-post.post-without-sidebar {
  background-color: #ffffff;
  position: relative;
  top: -100px;
  padding: 0;
}
@media (min-width: 768px) {
  .content-post.post-without-sidebar {
    padding: 0px 195px 0 25px;
  }
}
@media (min-width: 1600px) {
  .content-post.post-without-sidebar {
    padding: 0px 295px 0 90px;
  }
}
.content-post.post-without-sidebar .post-extra {
  overflow: hidden;
}
@media (min-width: 768px) {
  .content-post.post-without-sidebar .post-extra {
    position: relative;
    left: -25px;
  }
}
@media (min-width: 992px) {
  .content-post.post-without-sidebar .post-extra {
    position: absolute;
    width: 100px;
    left: -100px;
  }
}
@media (min-width: 1600px) {
  .content-post.post-without-sidebar .post-extra {
    left: -48px;
  }
}
.content-post.post-without-sidebar .post-extra .blog-post-author {
  border-radius: 0;
  height: 100px;
  float: none;
  width: 32%;
}
@media (min-width: 768px) {
  .content-post.post-without-sidebar .post-extra .blog-post-author {
    width: 100px;
  }
}
@media (max-width: 1199px) {
  .content-post.post-without-sidebar .post-extra .blog-post-author {
    float: left;
  }
}
.content-post.post-without-sidebar .post-extra .button-blog {
  width: 32%;
  height: 100px;
  background-color: #F9F7F7;
  display: block;
  margin-bottom: 1px;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .content-post.post-without-sidebar .post-extra .button-blog {
    width: 100px;
  }
}
@media (max-width: 1199px) {
  .content-post.post-without-sidebar .post-extra .button-blog {
    float: left;
  }
}
.content-post .primary-title {
  margin-bottom: 28px;
}
.content-post h2 {
  font-size: 26px;
  font-weight: 800;
  margin: 71px 0px 42px;
  letter-spacing: 2.5px;
}
.content-post p {
  margin-bottom: 37px;
  line-height: 36px;
}
.content-post img {
  margin-top: 13px;
}
@media (min-width: 768px) {
  .content-post img {
    margin-bottom: 53px;
  }
}
.content-post hr {
  margin-top: 82px;
  display: block;
  max-width: 100px;
  border-color: black;
}
.content-post .quote {
  width: 100%;
  font-size: 26px;
  color: #ffffff;
  background-color: #353333;
  text-align: center;
  font-style: italic;
  line-height: 41px;
  font-weight: 100;
  letter-spacing: -1px;
  padding: 10px 10px 0;
}
@media (min-width: 768px) {
  .content-post .quote {
    padding: 52px 14px 16px 33px;
    margin-right: -185px;
    margin-left: 10px;
    margin-top: 10px;
    float: right;
    width: 350px;
  }
}
.content-post .quote .author {
  color: #BF9441;
  text-align: right;
  letter-spacing: 0px;
  margin: 16px 23px;
}
.content-post .content-image {
  position: relative;
}
@media (max-width: 991px) {
  .content-post .content-image {
    margin-bottom: 37px;
  }
}
.content-post .content-image .credits {
  margin: 0;
  font-size: 11px;
  font-style: italic;
  line-height: 20px;
  color: gray;
  letter-spacing: 2.2px;
}
@media (min-width: 768px) {
  .content-post .content-image .credits {
    width: 160px;
    right: -177px;
    position: absolute;
    bottom: 60px;
  }
}
@media (min-width: 1600px) {
  .content-post .content-image .credits {
    width: 211px;
    right: -220px;
  }
}
.content-post .content-image .credits:after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: #000000;
  margin-top: 13px;
}
.content-post .content-gallery {
  position: relative;
  margin-bottom: 50px;
}
.content-post .content-gallery .carusel-gallery-photo {
  width: 100%;
  height: 350px;
}
@media (min-width: 1600px) {
  .content-post .content-gallery .carusel-gallery-photo {
    height: 530px;
  }
}
.content-post .content-gallery .carusel-gallery-text {
  background-color: #353333;
  color: #ffffff;
  width: 100%;
  height: 375px;
  margin: 4px auto;
}
@media (min-width: 768px) {
  .content-post .content-gallery .carusel-gallery-text {
    width: 350px;
    height: 320px;
    margin: 30px auto;
  }
}
@media (min-width: 992px) {
  .content-post .content-gallery .carusel-gallery-text {
    margin: 0 78.2% 0 0;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.content-post .content-gallery .carusel-gallery-text .gallery-cell {
  padding: 24px;
}
.content-post .content-gallery .carusel-gallery-text .title-post-gallery {
  font-size: 18px;
  font-style: normal;
  letter-spacing: 3.7px;
  line-height: 33px;
  margin-bottom: 13px;
}
.content-post .content-gallery .carusel-gallery-text .title-post-gallery:after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  margin: 20px 0 0 2px;
  background-color: #ffffff;
}
.content-post .content-gallery .carusel-gallery-text p {
  font-style: italic;
  line-height: 33px;
  letter-spacing: 2.5px;
}
.content-post .content-gallery .carusel-gallery-text .flickity-page-dots {
  bottom: 24px;
}
.content-post .content-gallery .carusel-gallery-tabs {
  text-align: center;
}
@media (min-width: 768px) {
  .content-post .content-gallery .carusel-gallery-tabs {
    text-align: right;
  }
}
.content-post .content-gallery .carusel-gallery-tabs li {
  display: inline-block;
  position: relative;
  top: 5px;
  height: 53px;
  width: 18.8%;
}
@media (min-width: 768px) {
  .content-post .content-gallery .carusel-gallery-tabs li {
    height: 84px;
    width: 19.3%;
  }
}
@media (min-width: 992px) {
  .content-post .content-gallery .carusel-gallery-tabs li {
    width: 15%;
  }
}
.content-post .intro-comments {
  font-style: italic;
  margin-top: 121px;
  margin-bottom: 90px;
  position: relative;
}
.content-post .intro-comments .count-comments {
  font-size: 20px;
  margin-left: 56px;
  letter-spacing: 2px;
  position: relative;
}
.content-post .intro-comments .number {
  font-size: 36px;
  position: absolute;
  left: -56px;
  top: -21px;
}
.content-post .intro-comments .number:after {
  content: "";
  width: 1px;
  height: 50px;
  background: rgba(0, 0, 0, 0.3);
  display: block;
  position: absolute;
  top: 0;
  transform: rotate(31deg);
  left: 50px;
}
.content-post .intro-comments .leave-reply {
  font-size: 13px;
  display: block;
  margin: 11px 0 0 22px;
  letter-spacing: 2.5px;
  color: #000000;
  text-decoration: none;
  position: relative;
}
.content-post .intro-comments .leave-reply:before {
  content: "";
  height: 17px;
  width: 15px;
  display: block;
  position: absolute;
  left: -25px;
  top: 3px;
  background-image: url('../images/arrow.png');
  transform: rotate(90deg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.content-post .intro-comments .share {
  font-size: 13px;
  right: 17px;
  margin-top: 40px;
  margin-left: 3px;
}
@media (min-width: 768px) {
  .content-post .intro-comments .share {
    position: absolute;
    top: -10px;
    margin-top: 0;
  }
}
.content-post .intro-comments .share li {
  display: inline-block;
}
.content-post .intro-comments .share li a {
  color: #000000;
}
.content-post .intro-comments .share li a i {
  position: relative;
  top: 2px;
}
.content-post .intro-comments .share li:first-child {
  margin-right: 15px;
  letter-spacing: 2px;
}
.content-post .intro-comments .share li:not(:first-child) {
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 35px;
  height: 35px;
  text-align: center;
  font-size: 20px;
  padding-top: 2px;
  border-radius: 50%;
  margin-right: 1px;
}
.content-post .media {
  margin-top: 26px;
}
.content-post .media .blog-post-author {
  width: 110px;
  height: 110px;
}
.content-post .media .media {
  margin-top: 50px;
  border-left: 10px solid rgba(0, 0, 0, 0.03);
  position: relative;
  left: -14px;
  padding-left: 30px;
  margin-bottom: 30px;
}
.content-post .media hr {
  margin: 12px auto;
}
.content-post .media-heading {
  font-size: 13px;
  font-style: italic;
  margin: 23px 0 28px 0;
  line-height: 20px;
}
.content-post .media > .pull-left {
  display: none;
}
@media (min-width: 768px) {
  .content-post .media > .pull-left {
    display: block;
  }
}
.content-post .media-body {
  padding-left: 14px;
}
.content-post .media-body p {
  line-height: 29px;
}
.content-post .title-form {
  margin-top: 50px;
  font-size: 20px;
  font-style: italic;
  margin-bottom: 30px;
}
.content-post form {
  padding: 10px 0 0 0;
}
.content-post form .form-group {
  padding: 0;
}
@media (min-width: 768px) {
  .content-post form .form-group.inline {
    padding-left: 30px;
  }
  .content-post form .form-group.inline:first-child {
    padding-left: 0;
    padding-right: 30px;
  }
}
.content-post form .form-group textarea {
  height: 150px;
}
.content-post form .btn {
  margin-right: 0;
}
.post-sidebar-left {
  padding: 65px 0 0 0;
}
@media (max-width: 1199px) {
  .post-sidebar-left {
    display: none;
  }
}
@media (min-width: 1600px) {
  .post-sidebar-left {
    padding: 65px 0 0 95px;
  }
}
.post-sidebar-left .post-sidebar-title {
  font-size: 18px;
  font-style: italic;
  margin: 3px 0 50px;
  letter-spacing: 3.5px;
}
.post-sidebar-left .post-sidebar-title:after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background-color: #000000;
  margin: 14px 0 0;
}
.post-sidebar-left .post-sidebar-title-post {
  margin: 17px 3px;
  letter-spacing: 3.5px;
  line-height: 26px;
}
.post-sidebar-left .blog-post-header {
  margin: 23px 3px 40px;
}
.post-sidebar-left .blog-post-author {
  width: 40px;
  height: 40px;
}
.post-sidebar-left .blog-post-date {
  float: left;
  text-align: left;
  top: 0px;
  margin: 7px 0 0 10px;
  font-style: normal;
  letter-spacing: 2px;
  line-height: 15px;
}
.post-whidout-sidebar:before {
  content: "";
  background-color: #ffffff;
  display: block;
  width: 50%;
  height: 102px;
  position: absolute;
  right: 0;
  margin-top: -100px;
}
@media (min-width: 768px) {
  .container-post-sidebar-right div[class*="container-"] {
    padding: 0 25px;
  }
}
@media (min-width: 992px) {
  .container-post-sidebar-right div[class*="container-"] {
    padding: 0 125px;
  }
}
.container-post-sidebar-right .sidebar-content {
  padding: 0;
}
@media (min-width: 1600px) {
  .container-post-sidebar-right .sidebar-content {
    padding: 0 0px 0 37px;
  }
}
@media (min-width: 992px) {
  .container-post-sidebar-right .post-sidebar-right {
    padding-right: 50px;
  }
}
.container-post-sidebar-right .feature-image {
  position: relative;
}
.container-post-sidebar-right .feature-image img {
  width: 100%;
  margin: 0;
  display: block;
}
.container-post-sidebar-right .feature-image .share-post {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.container-post-sidebar-right .feature-image .share-post li {
  display: block;
  margin-top: 15px;
}
.container-post-sidebar-right .post-info {
  text-align: center;
  font-size: 14px;
  font-style: italic;
  margin-top: 40px;
  margin-bottom: 22px;
  letter-spacing: 2.5px;
}
.container-post-sidebar-right .post-info li {
  display: inline-block;
}
@media (min-width: 768px) {
  .container-post-sidebar-right .post-info li {
    margin-left: 35px;
  }
}
.container-post-sidebar-right .post-info li.post-author {
  position: relative;
  padding-left: 55px;
}
.container-post-sidebar-right .post-info li.post-author .blog-post-author {
  width: 40px;
  height: 40px;
  position: absolute;
  top: -10px;
  left: 0;
}
.container-post-sidebar-right .post-info li.post-tags:before,
.container-post-sidebar-right .post-info li.post-date:before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  top: 6px;
  margin-right: 11px;
}
.container-post-sidebar-right .post-info li.post-date:before {
  background-image: url('../images/clock.png');
}
.container-post-sidebar-right .post-info li.post-tags:before {
  background-image: url('../images/tags.png');
}
.container-post-sidebar-right .primary-title {
  margin-bottom: 57px;
  border-bottom: 4px double #000000;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .container-post-sidebar-right .columns-post {
    margin-top: 60px;
    -moz-column-count: 2;
    -moz-column-gap: 62px;
    -webkit-column-count: 2;
    -webkit-column-gap: 62px;
    column-count: 2;
    column-gap: 62px;
  }
}
@media (min-width: 992px) {
  .container-post-sidebar-right .columns-post {
    padding-right: 53px;
  }
}
.container-post-sidebar-right .quote {
  font-size: 37px;
  font-style: italic;
  font-family: 'Roboto', sans-serif;
  float: none;
  width: 100%;
  background-color: transparent;
  color: #000;
  margin: 0 0 30px 0;
  text-align: left;
  border-bottom: 1px solid;
  padding: 40px 20px;
}
@media (min-width: 1200px) {
  .container-post-sidebar-right .quote {
    padding: 0px 20px 40px;
  }
}
@media (min-width: 1600px) {
  .container-post-sidebar-right .quote {
    padding: 0 70px 46px;
  }
}
.menu-bar .sidebar-content {
  margin-top: 25px;
}
@media (min-width: 768px) {
  .menu-bar .post-sidebar-right {
    margin-top: 40px;
  }
}
.comments-form {
  margin-bottom: 150px;
}
@media (min-width: 992px) {
  .comments-form {
    margin-bottom: 230px;
  }
}
.features-clients {
  text-align: center;
}
.features-clients .container {
  max-width: 1350px;
}
.features-clients.multiple-rows .row li {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .features-clients.multiple-rows .row {
    padding-bottom: 107px;
  }
  .features-clients.multiple-rows .row li {
    padding-bottom: 0;
  }
}
.features-clients.color-lighter {
  background-color: #faf9f7;
}
.features-clients img {
  opacity: 0.7;
}
.clients-inline {
  text-align: center;
  margin: 0 auto;
}
.clients-inline li {
  text-align: center;
  margin: 15px 19px;
}
@media (min-width: 768px) {
  .clients-inline li {
    display: inline-block;
    margin: 3px 19px;
  }
}
@media (min-width: 1600px) {
  .clients-inline li {
    margin: 3px 27px;
  }
}
.ico-expression {
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  background-position: center;
}
.ico-expression.big {
  height: 65px;
}
.ico-expression.scroll {
  background-image: url('../images/right-arrow.png');
  height: 30px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.ico-expression.scroll.invert {
  background-image: url('../images/arrow.png');
}
.ico-comments {
  background-image: url('../images/comments.png');
}
.ico-comments-white {
  background-image: url('../images/comments-white.png');
}
.ico-share {
  background-image: url('../images/share.png');
}
.ico-share-white {
  background-image: url('../images/share-white.png');
}
.dropdown-icon {
  position: fixed;
  position: absolute;
  overflow: hidden;
  float: left;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
  width: 60px;
  height: 60px;
  font-size: 16px;
  z-index: 999999;
  right: 10px;
  top: -5px;
  padding: 15px;
}
@media (min-width: 992px) {
  .dropdown-icon {
    padding: 10px;
    top: 17px;
  }
}
.dropdown-icon#trigger-overlay {
  position: fixed;
}
@media (min-width: 1600px) {
  .dropdown-icon {
    top: 49px;
    right: 18px;
  }
}
@media screen and (min-width: 40em) {
  .dropdown-icon {
    font-size: 20px;
  }
}
@media screen and (min-width: 64em) {
  .dropdown-icon {
    font-size: 20px;
  }
}
.dropdown-icon:focus {
  outline: none;
}
.dropdown-icon span {
  display: block;
  position: relative;
  background: #000000;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
}
@media (min-width: 992px) {
  .dropdown-icon span {
    height: 6px;
  }
}
.dropdown-icon span::before,
.dropdown-icon span::after {
  position: relative;
  display: block;
  left: 0;
  width: 100%;
  background-color: #000000;
  content: "";
  height: 3px;
}
@media (min-width: 992px) {
  .dropdown-icon span::before,
  .dropdown-icon span::after {
    height: 6px;
  }
}
.dropdown-icon.invert span,
.dropdown-icon.invert span:before,
.dropdown-icon.invert span:after {
  background-color: #ffffff;
}
.dropdown-icon span::before {
  top: -10px;
}
@media (min-width: 992px) {
  .dropdown-icon span::before {
    top: -14px;
  }
}
.dropdown-icon span::after {
  bottom: -8px;
}
@media (min-width: 992px) {
  .dropdown-icon span::after {
    bottom: -9px;
  }
}
.dropdown-icon--animate {
  background-color: transparent;
}
.dropdown-icon--animate span,
.dropdown-icon--animate span:before,
.dropdown-icon--animate span:after {
  transition: background 0s 0.2s;
}
.dropdown-icon--animate span::before,
.dropdown-icon--animate span::after {
  transition-duration: 0.2s, 0.2s;
  transition-delay: 0.2s, 0s;
}
.dropdown-icon--animate span::before {
  transition-property: top, -webkit-transform;
  transition-property: top, transform;
}
.dropdown-icon--animate span::after {
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
}
.dropdown-icon--animate.is-active {
  background-color: transparent;
}
.dropdown-icon--animate.is-active span {
  background: none;
}
.dropdown-icon--animate.is-active span:after,
.dropdown-icon--animate.is-active span:before {
  background-color: #ffffff;
}
.dropdown-icon--animate.is-active span::before {
  top: 3px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.dropdown-icon--animate.is-active span::after {
  bottom: 3px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.dropdown-icon--animate.is-active span::before,
.dropdown-icon--animate.is-active span::after {
  transition-delay: 0s, 0.2s;
}
/* Menu style */
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.97);
}
.overlay nav {
  text-align: center;
  position: relative;
  top: 50%;
  height: 60%;
  font-size: 54px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  height: 100%;
  position: relative;
}
.overlay ul li {
  display: block;
  height: 20%;
  height: calc(20%);
  min-height: 54px;
}
.overlay ul li a {
  display: inline-block;
  color: #ffffff;
  transition: color 0.2s;
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: 0.125rem;
}
@media screen and (min-width: 40em) {
  .overlay ul li a {
    font-size: 3.125rem;
    line-height: 3.75rem;
    letter-spacing: 0.25rem;
  }
}


@media screen and (min-width: 64em) {
  .overlay ul li a {
    font-size: 3.75rem;
    line-height: 4.375rem;
    letter-spacing: 0.375rem;
  }
}
.overlay ul li a:hover,
.overlay ul li a:focus {
  color: rgba(255, 255, 255, 0.7);
  border-bottom: none;
  text-decoration: none;
}
/* Effects */
.overlay-hugeinc {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0s 0.5s;
}
.overlay-hugeinc.open {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s;
  z-index: 3;
}
.overlay-hugeinc nav {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.overlay-hugeinc nav ul {
  opacity: 0.4;
  -webkit-transform: translateY(-25%) rotateX(35deg);
  transform: translateY(-25%) rotateX(35deg);
  transition: -webkit-transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
}
.overlay-hugeinc.open nav ul {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.overlay-hugeinc.close nav ul {
  -webkit-transform: translateY(25%) rotateX(-35deg);
  transform: translateY(25%) rotateX(-35deg);
}
.nav-dropdown {
  position: absolute;
  z-index: 9999;
  text-align: center;
  width: 100%;
  width: auto;
  top: 98px;
  right: 30px;
  display: none;
  left: 30px;
}
@media (min-width: 992px) {
  .nav-dropdown {
    left: auto;
  }
}
.nav-dropdown.open {
  display: block;
}
.nav-dropdown > ul {
  background-color: rgba(0, 0, 0, 0.85);
  margin: 0 auto;
  display: inline-block;
  position: relative;
  overflow: hidden;
  text-align: left;
  padding: 20px;
}
@media (min-width: 768px) {
  .nav-dropdown > ul {
    padding: 37px 42px 50px;
  }
}
.nav-dropdown .title-submenu {
  letter-spacing: 1.3px;
  font-weight: 800;
  margin-bottom: 18px;
}
.nav-dropdown .title-submenu:after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background: #ffffff;
  margin-top: 10px;
}
.nav-dropdown .title-submenu,
.nav-dropdown a {
  color: #ffffff;
}
.nav-dropdown > ul > li {
  float: left;
}
@media (min-width: 768px) {
  .nav-dropdown .nav-column-links {
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-width: 140px;
    -moz-column-width: 140px;
    -webkit-column-width: 140px;
    column-fill: auto;
    -moz-column-fill: auto;
    -webkit-column-fill: auto;
    margin-right: 27px;
    height: 150px;
  }
}
@media (min-width: 1600px) {
  .nav-dropdown .nav-column-links {
    column-width: 180px;
  }
}
@media (min-width: 768px) {
  .nav-dropdown .nav-column-links.big {
    column-count: 3;
    -moz-column-count: 3;
    -webkit-column-count: 3;
  }
}
.nav-dropdown .nav-column-links a {
  font-size: 15px;
  letter-spacing: 0.2px;
  margin: 0 0 15px;
  display: block;
}
.pagination-projects {
  border-bottom: 2px solid #faf9f7;
}
.pagination-projects .banner {
  height: 200px;
  margin-bottom: 1px;
}
@media (min-width: 992px) {
  .pagination-projects .banner {
    height: 400px;
    margin-bottom: 90px;
  }
}
form.newsletter-form {
  max-width: 660px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
form.newsletter-form input {
  color: #ffffff;
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 3.2px;
}
form.newsletter-form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff;
}
form.newsletter-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
}
form.newsletter-form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff;
}
form.newsletter-form input:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
}
form.newsletter-form input[type=submit] {
  color: #ffffff;
}
form.newsletter-form .form-group {
  margin-bottom: 30px;
  width: 480px;
  float: left;
  padding: 0 20px 0 0;
}
@media (max-width: 767px) {
  form.newsletter-form .form-group {
    width: 100%;
    padding: 0 10px;
  }
}
form.newsletter-form .btn {
  width: calc(100% - 20px);
  float: none;
  margin: 0 10px;
}
@media (min-width: 768px) {
  form.newsletter-form .btn {
    margin: 0px;
    float: left;
    width: auto;
  }
}
/* Countdown */
.countdown-row {
  display: block;
  text-align: center;
}
.countdown-section {
  border-left: 1px solid #dadada;
  border-color: rgba(218, 218, 218, 0.8);
  color: #dadada;
  display: inline-block;
  font-size: 12px;
  letter-spacing: -1px;
  padding: 22px 0px 8px;
  width: 23%;
  text-align: center;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .countdown-section {
    width: 25%;
    letter-spacing: 1px;
    padding: 42px 12px 28px;
  }
}
.countdown-section:first-child {
  border-left: 0;
}
.countdown-amount {
  color: #fff;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1;
  padding-bottom: 21px;
}
@media (min-width: 768px) {
  .countdown-amount {
    font-size: 60px;
  }
}
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
@media (min-width: 1680px) {
  .container {
    width: 1580px;
  }
}
.container-small {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}
/**
 * Bootstrap No-Gutter Grid
 */
.row-no-gutter {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutter [class^="col-"],
.row-no-gutter [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
.container-full {
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
}
.about {
  background-color: #faf9f7;
  position: relative;
  height: 500px;
}
@media (min-width: 768px) {
  .about {
    height: 500px;
  }
}
.about .vcenter {
  padding: 0 9%;
}
.about .title {
  margin-bottom: 15px;
}
.review {
  border-bottom: 2px solid #F9F7F8;
}
.about-photo {
  height: 400px;
}
@media (min-width: 768px) {
  .about-photo {
    height: 1130px;
  }
}
.row {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in;
  -o-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
}
.row.visible {
  opacity: 1;
}
.photoprocess {
  padding-bottom: 100px;
}
@media (min-width: 992px) {
  .photoprocess {
    padding-bottom: 0;
  }
}
.carousel-cell {
  position: relative;
  overflow: hidden;
}
.triple-rombo {
  transform: rotate(45deg);
}
.triple-rombo,
.triple-rombo:after,
.triple-rombo:before {
  content: "";
  width: 21px;
  height: 21px;
  border: 2px solid #BE9441;
  text-align: center;
  display: inline-block;
  position: relative;
}
.triple-rombo:after {
  top: -19px;
  left: -12px;
}
.triple-rombo:before {
  top: -13px;
  left: 8px;
}
.twitter-about {
  height: 796px;
}
#about-intro-slider01 .vcenter {
  padding-top: 100px;
}
#about-intro-slider01 .subtitle.small.col2 {
  margin: 30px 0;
}
@media (min-width: 1600px) {
  #about-intro-slider01 .subtitle.small.col2 {
    margin: 80px 0;
    width: 50%;
    margin-left: 25%;
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@media (min-width: 1600px) {
  .parallax-section {
    background-size: cover !important;
  }
}
.visible .fadeInUp {
  -webkit-animation: fadeInUp 0.5s ease-in-out both;
  -moz-animation: fadeInUp 0.5s ease-in-out both;
  animation: fadeInUp 0.5s ease-in-out both;
}
.visible .fadeInUp:nth-child(1) {
  animation-delay: 0.4s;
}
.visible .fadeInUp:nth-child(2) {
  animation-delay: 0.6s;
}
.visible .fadeInUp:nth-child(3) {
  animation-delay: 0.8s;
}
.visible .fadeInUp:nth-child(4) {
  animation-delay: 1s;
}
.visible .fadeInUp:nth-child(5) {
  animation-delay: 1.2s;
}
.visible .fadeInUp:nth-child(6) {
  animation-delay: 1.4s;
}
.tp-loader.spinner0 {
  display: none !important;
}
.tp-caption.rev-btn {
  padding: 0 !important;
}
/*------------------------------------------------------------------
[6. Demo]
*/
/* home 1 */
#home1-intro-slider01 {
  background-image: url('../images/demo/home1/slider01.jpg');
}
#home1-intro-slider02 {
  background-image: url('../images/demo/home1/slider02.jpg');
}
#home1-grid-slider01 {
  background-image: url('../images/01_igetis.jpg');
}
#home1-grid-slider02 {
  background-image: url('../images/02_igetis.jpg');
}
#home1-grid-slider03 {
  background-image: url('../images/03_igetis.jpg');
}
#bg-image5 {
  background-image: url('../images/tigani.jpg');
}
#bg-image6 {
  background-image: url('../images/diosmos.jpg');
}
/* home 2 */
#home2-intro-slider01 {
  background-image: url('../images/demo/home2/slider01.jpg');
}
#home2-intro-slider02 {
  background-image: url('../images/demo/home2/slider02.jpg');
}
#bg-home2-grid1 {
  background-image: url('../images/demo/home2/grid1.jpg');
}
#bg-home2-grid2 {
  background-image: url('../images/demo/home2/grid2.jpg');
}
#bg-home2-grid3 {
  background-image: url('../images/demo/home2/grid3.jpg');
}
#bg-home2-grid4 {
  background-image: url('../images/demo/home2/grid4.jpg');
}
/* home 3 */
#home3-intro-slider01 {
  background-image: url('../images/demo/home3/slider01.jpg');
}
#home3-intro-slider02 {
  background-image: url('../images/demo/home3/slider02.jpg');
}
/*#bg-home3-grid1 {*/
  /*background-image: url('../images/demo/home3/grid1.jpg');*/
/*}*/
/*#bg-home3-grid2 {*/
  /*background-image: url('../images/cooking.jpg');*/
/*}*/
/*#bg-home3-grid5 {*/
  /*background-image: url('../images/psiksi.jpg');*/
/*}*/
/*#bg-home3-grid4 {*/
  /*background-image: url('../images/kathara_rouxa.jpg');*/
/*}*/
/*#bg-home3-grid3 {*/
  /*background-image: url('../images/piata.jpg');*/
/*}*/


#bg-home3-grid1 {
  background-image: url('../images/demo/home3/grid1.jpg');
}
#bg-home3-grid2 {
  background-image: url('../images/cooking-big.jpg');
}
#bg-home3-grid5 {
  background-image: url('../images/psiksi-big.jpg');
  background-position: -284px;
}
#bg-home3-grid4 {
  background-image: url('../images/plidirio-big.jpg');
}
#bg-home3-grid3 {
  background-image: url('../images/piata-big.jpg');
}
#bg-home3-grid22 {
  background-image: url('../images/epagogikes_esties.jpg');
}
#bg-home3-grid23 {
  background-image: url('../images/atmos_plisi.jpg');
}
#bg-home3-grid24 {
  background-image: url('../images/atmos.jpg');
}
/* home 4 */
#home4-intro-slider01 {
  background-image: url('../images/demo/home4/slider01.jpg');
}
#home4-intro-slider02 {
  background-image: url('../images/demo/home4/slider02.jpg');
}
#index4-slider-feature-home1 {
  background-image: url('../images/demo/home4/slider-featured01.jpg');
}
#index4-slider-feature-home2 {
  background-image: url('../images/demo/home4/slider-featured02.jpg');
}
#index4-slider-feature-home3 {
  background-image: url('../images/demo/home4/slider-featured03.jpg');
}
/* home 5 */
#home5-intro-slider01 {
  background-image: url('../images/demo/home5/slider01.jpg');
}
#home5-intro-slider02 {
  background-image: url('../images/demo/home5/slider02.jpg');
}

#index5-photo-grid1 {
  background-image: url('../images/demo/home5/photo-grid1.jpg');
}
#index5-photo-grid2 {
  background-image: url('../images/demo/home5/photo-grid2.jpg');
}
#index5-photo-grid3 {
  background-image: url('../images/demo/home5/photo-grid3.jpg');
}
#index5-photo-grid4 {
  background-image: url('../images/demo/home5/photo-grid4.jpg');
}
#index5-photo-grid5 {
  background-image: url('../images/demo/home5/photo-grid5.jpg');
}
#index5-photo-grid6 {
  background-image: url('../images/demo/home5/photo-grid6.jpg');
}
#index5-photo-grid7 {
  background-image: url('../images/demo/home5/photo-grid7.jpg');
}
#index5-photo-grid8 {
  background-image: url('../images/demo/home5/photo-grid8.jpg');
}
/* home 6 */
#bg-home6-grid1 {
  background-image: url('../images/demo/home6/grid1.jpg');
}
#bg-home6-grid2 {
  background-image: url('../images/demo/home6/grid2.jpg');
}
#bg-home6-grid3 {
  background-image: url('../images/demo/home6/grid3.jpg');
}
#bg-home6-grid4 {
  background-image: url('../images/demo/home6/grid4.jpg');
}
/* home 7 */
#bg-home7-grid1 {
  background-image: url('../images/demo/home7/grid1.jpg');
}
#bg-home7-grid2 {
  background-image: url('../images/demo/home7/grid2.jpg');
}
#bg-home7-grid3 {
  background-image: url('../images/demo/home7/grid3.jpg');
}
/* about */
#about-minimal-intro-slider01 {
  background-image: url('../images/demo/about-minimal/slider01.jpg');
}
#about-minimal-team-member1 {
  background-image: url('../images/demo/about-minimal/team-member1.jpg');
}
#about-minimal-team-member2 {
  background-image: url('../images/demo/about-minimal/team-member2.jpg');
}
#about-minimal-team-member3 {
  background-image: url('../images/demo/about-minimal/team-member3.jpg');
}
#about-minimal-photo-team1 {
  background-image: url('../images/demo/about-minimal/photo-team1.jpg');
}
#about-minimal-photo-team2 {
  background-image: url('../images/demo/about-minimal/photo-team2.jpg');
}
#about-intro-slider01 {
  background-image: url('../images/demo/about/slider01.jpg');
}
#about-photo {
  background-image: url('../images/demo/about/about-photo.jpg');
}
#about-team-member {
  background-image: url('../images/demo/about/team.jpg');
}
#about-team-member1 {
  background-image: url('../images/demo/about/team1.jpg');
}
#about-team-member2 {
  background-image: url('../images/demo/about/team2.jpg');
}
#about-team-member3 {
  background-image: url('../images/demo/about/team3.jpg');
}
/* services */
#services1-intro-slider01 {
  background-image: url('../images/demo/services1/slider01.jpg');
}
#services1-intro-slider02 {
  background-image: url('../images/demo/services1/slider02.jpg');
}
#services2-intro-slider01 {
  background-image: url('../images/demo/services2/slider01.jpg');
}
#services2-intro-slider02 {
  background-image: url('../images/demo/services2/slider02.jpg');
}
#services2-grid01 {
  background-image: url('../images/demo/services2/grid01.jpg');
}
#services2-grid02 {
  background-image: url('../images/demo/services2/grid02.jpg');
}
#services2-grid03 {
  background-image: url('../images/demo/services2/grid03.jpg');
}
#bg-services-photo1 {
  background-image: url('../images/demo/services1/photo1.jpg');
}
#bg-services-photo2 {
  background-image: url('../images/demo/services1/photo2.jpg');
}
#bg-services-photo3 {
  background-image: url('../images/demo/services1/photo3.jpg');
}
#bg-services-photo4 {
  background-image: url('../images/demo/services1/photo4.jpg');
}
#bg-services-gallery1 {
  background-image: url('../images/demo/services1/gallery1.jpg');
}
#bg-services-gallery2 {
  background-image: url('../images/demo/services1/gallery2.jpg');
}
#work1-intro-slider01 {
  background-image: url('../images/demo/work1/slider01.jpg');
}
#work1-intro-slider02 {
  background-image: url('../images/demo/work1/slider02.jpg');
}
#work2-intro-slider01 {
  background-image: url('../images/demo/work2/slider01.jpg');
}
#work2-intro-slider02 {
  background-image: url('../images/demo/work2/slider02.jpg');
}
#work2-gallery01 {
  background-image: url('../images/demo/work2/gallery1.jpg');
}
#work2-gallery02 {
  background-image: url('../images/demo/work2/gallery2.jpg');
}
#work2-gallery03 {
  background-image: url('../images/demo/work2/gallery3.jpg');
}
#work2-gallery04 {
  background-image: url('../images/demo/work2/gallery4.jpg');
}
#work2-gallery05 {
  background-image: url('../images/demo/work2/gallery5.jpg');
}
#work2-gallery06 {
  background-image: url('../images/demo/work2/gallery6.jpg');
}
#work2-gallery07 {
  background-image: url('../images/demo/work2/gallery7.jpg');
}
#work2-gallery08 {
  background-image: url('../images/demo/work2/gallery8.jpg');
}
#work2-gallery09 {
  background-image: url('../images/demo/work2/gallery9.jpg');
}
#work3-intro-slider01 {
  background-image: url('../images/demo/work3/slider01.jpg');
}
#work3-intro-slider02 {
  background-image: url('../images/demo/work3/slider02.jpg');
}
#work4-intro-slider01 {
  background-image: url('../images/demo/work4/slider01.jpg');
}
#work4-intro-slider02 {
  background-image: url('../images/demo/work4/slider02.jpg');
}
#work-detail1-intro-slider01 {
  background-image: url('../images/demo/work-detail1/slider01.jpg');
}
#work-photo1 {
  background-image: url('../images/demo/work-detail1/photo1.jpg');
  background-size: contain;
}
#work-photo2 {
  background-image: url('../images/demo/work-detail1/photo2.jpg');
}
#previous-project {
  background-image: url('../images/demo/work-detail1/previous-project.jpg');
}
#next-project {
  background-image: url('../images/demo/work-detail1/next-project.jpg');
}
#gallery-project1 {
  background-image: url('../images/demo/work-detail1/work01.jpg');
}
#gallery-project2 {
  background-image: url('../images/demo/work-detail1/work02.jpg');
}
#gallery-project3 {
  background-image: url('../images/demo/work-detail1/work03.jpg');
}
#work2-photo1 {
  background-image: url('../images/demo/work-detail2/photo1.jpg');
}
#work2-photo2 {
  background-image: url('../images/demo/work-detail2/photo2.jpg');
}
#work2-photo3 {
  background-image: url('../images/demo/work-detail2/photo3.jpg');
}
#work2-photo4 {
  background-image: url('../images/demo/work-detail2/photo4.jpg');
}
#work2-related-work1 {
  background-image: url('../images/demo/work-detail2/related-work1.jpg');
}
#work2-related-work2 {
  background-image: url('../images/demo/work-detail2/related-work2.jpg');
}
#work2-related-work3 {
  background-image: url('../images/demo/work-detail2/related-work3.jpg');
}
#contact-intro-slider01 {
  background-image: url('../images/demo/contact/slider01.jpg');
}
/* blog */
#blog1-intro-slider01 {
  background-image: url('../images/header_image_new.jpg');
}
#blog-photo-post1 {
  background-image: url('../images/post1-photo.jpg');
}
#blog-photo-post2 {
  background-image: url('../images/post2-photo.jpg');
}
#blog-photo-post3 {
  background-image: url('../images/demo/blog1/post3-photo.jpg');
}
#blog-photo-post4 {
  background-image: url('../images/demo/blog1/post4-photo.jpg');
}
#blog-photo-post5 {
  background-image: url('../images/demo/blog1/post5-photo.jpg');
}
#blog-photo-post6 {
  background-image: url('../images/demo/blog1/post6-photo.jpg');
}
#blog-photo-post7 {
  background-image: url('../images/demo/blog1/post7-photo.jpg');
}
#blog-photo-post8 {
  background-image: url('../images/demo/blog1/post8-photo.jpg');
}
/* blog 2 */
#blog2-intro-slider01 {
  background-image: url('../images/demo/blog2/slider01.jpg');
}
#blog2-photo-post1 {
  background-image: url('../images/demo/blog2/photo-post1.jpg');
}
#blog2-photo-post2 {
  background-image: url('../images/demo/blog2/photo-post2.jpg');
}
#blog2-photo-post3 {
  background-image: url('../images/demo/blog2/photo-post3.jpg');
}
#blog2-post-author1 {
  background-image: url('../images/author.jpg');
}
/* blog 3 */
#blog3-intro-slider01 {
  background-image: url('../images/demo/blog3/slider01.jpg');
}
#blog3-photo-post1 {
  background-image: url('../images/demo/blog3/photo-post1.jpg');
}
#blog3-photo-post2 {
  background-image: url('../images/demo/blog3/photo-post2.jpg');
}
#blog3-photo-post3 {
  background-image: url('../images/demo/blog3/photo-post3.jpg');
}
#blog3-photo-post4 {
  background-image: url('../images/demo/blog3/photo-post4.jpg');
}
/* post */
#post1-intro-slider01 {
  background-image: url('../images/demo/post1/slider01.jpg');
}
#post1-related-post1 {
  background-image: url('../images/demo/post1/related-post1.jpg');
}
#post1-related-post2 {
  background-image: url('../images/demo/post1/related-post2.jpg');
}
#post1-pagination-oldpost {
  background-image: url('../images/demo/post1/pagination-oldpost.jpg');
}
#post1-pagination-newpost {
  background-image: url('../images/demo/post1/pagination-newpost.jpg');
}
#post1-comments1 {
  background-image: url('../images/demo/post1/comments1.jpg');
}
#post1-comments2 {
  background-image: url('../images/demo/post1/comments2.jpg');
}
#post1-comments3 {
  background-image: url('../images/demo/post1/comments3.jpg');
}
#post1-comments4 {
  background-image: url('../images/demo/post1/comments4.jpg');
}
/* post2 */
#post2-intro-slider01 {
  background-image: url('../images/demo/post2/slider01.jpg');
}
#post2-gallery-photo01 {
  background-image: url('../images/demo/post2/gallery-photo01.jpg');
}
#post2-gallery-photo02 {
  background-image: url('../images/demo/post2/gallery-photo02.jpg');
}
#post2-gallery-photo03 {
  background-image: url('../images/demo/post2/gallery-photo03.jpg');
}
#post2-gallery-photo04 {
  background-image: url('../images/demo/post2/gallery-photo04.jpg');
}
#post2-gallery-photo05 {
  background-image: url('../images/demo/post2/gallery-photo05.jpg');
}
#post2-gallery-thumb01 {
  background-image: url('../images/demo/post2/gallery-thumb01.jpg');
}
#post2-gallery-thumb02 {
  background-image: url('../images/demo/post2/gallery-thumb02.jpg');
}
#post2-gallery-thumb03 {
  background-image: url('../images/demo/post2/gallery-thumb03.jpg');
}
#post2-gallery-thumb04 {
  background-image: url('../images/demo/post2/gallery-thumb04.jpg');
}
#post2-gallery-thumb05 {
  background-image: url('../images/demo/post2/gallery-thumb05.jpg');
}
body.dark {
  background-color: #000000;
  color: #ffffff;
}
body.dark #mask {
  background-color: #000000;
}
body.dark .loader-minimal {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  border-left: 1px solid rgba(255, 255, 255, 0.9);
}
body.dark .icon-links li a,
body.dark .social-links li a {
  color: #ffffff;
}
body.dark .icon-links li:before,
body.dark .social-links li:before {
  color: #444444;
}
body.dark .icon-links li:hover:before,
body.dark .social-links li:hover:before {
  color: #5F5F5F;
}
body.dark .list-horizontal-links li a {
  color: #ffffff;
}
body.dark .list-horizontal-links li a.active:after,
body.dark .list-horizontal-links li a:hover:after,
body.dark .list-horizontal-links li a:focus:after {
  border-color: #ffffff;
}
body.dark .list-horizontal-links li:not(:last-child):after {
  color: #ffffff;
}
body.dark .review {
  border-color: #292929;
}
body.dark .features ul li.horizontal-border:after {
  background-color: #292929;
}
body.dark .photoprocess {
  background-color: #1f1f1f;
}
body.dark .diagonal {
  background-color: #1f1f1f;
  background-image: url('../images/diagonal-dark.svg');
}
body.dark .about,
body.dark footer {
  background-color: #1f1f1f;
  border-color: #292929;
}
body.dark footer div[class*="col-"]:after {
  background-color: #292929;
}
body.dark footer .copyright {
  background-color: #000000;
  border-color: #292929;
}
body.dark .list-menu li a,
body.dark footer form.contact-form input,
body.dark footer .copyright p a {
  color: #ffffff;
}
body.dark .title,
body.dark .subtitle,
body.dark .pretitle,
body.dark .primary-title {
  color: #ffffff;
}
body.dark .title:after,
body.dark .subtitle:after,
body.dark .pretitle:after,
body.dark .primary-title:after,
body.dark .title:before,
body.dark .subtitle:before,
body.dark .pretitle:before,
body.dark .primary-title:before {
  border-color: #ffffff;
}
body.dark .title.invert,
body.dark .subtitle.invert,
body.dark .pretitle.invert,
body.dark .primary-title.invert {
  color: #000000;
}
body.dark .title.invert:after,
body.dark .subtitle.invert:after,
body.dark .pretitle.invert:after,
body.dark .primary-title.invert:after,
body.dark .title.invert:before,
body.dark .subtitle.invert:before,
body.dark .pretitle.invert:before,
body.dark .primary-title.invert:before {
  border-color: #000000;
}
body.dark section.banner div .title,
body.dark div.banner div .title,
body.dark .parallax-section div .title,
body.dark .intro div .title,
body.dark section.banner div .subtitle,
body.dark div.banner div .subtitle,
body.dark .parallax-section div .subtitle,
body.dark .intro div .subtitle,
body.dark section.banner div .pretitle,
body.dark div.banner div .pretitle,
body.dark .parallax-section div .pretitle,
body.dark .intro div .pretitle,
body.dark section.banner div .primary-title,
body.dark div.banner div .primary-title,
body.dark .parallax-section div .primary-title,
body.dark .intro div .primary-title,
body.dark section.banner div .post-primary-title,
body.dark div.banner div .post-primary-title,
body.dark .parallax-section div .post-primary-title,
body.dark .intro div .post-primary-title {
  color: #000000;
}
body.dark section.banner div .title:after,
body.dark div.banner div .title:after,
body.dark .parallax-section div .title:after,
body.dark .intro div .title:after,
body.dark section.banner div .subtitle:after,
body.dark div.banner div .subtitle:after,
body.dark .parallax-section div .subtitle:after,
body.dark .intro div .subtitle:after,
body.dark section.banner div .pretitle:after,
body.dark div.banner div .pretitle:after,
body.dark .parallax-section div .pretitle:after,
body.dark .intro div .pretitle:after,
body.dark section.banner div .primary-title:after,
body.dark div.banner div .primary-title:after,
body.dark .parallax-section div .primary-title:after,
body.dark .intro div .primary-title:after,
body.dark section.banner div .post-primary-title:after,
body.dark div.banner div .post-primary-title:after,
body.dark .parallax-section div .post-primary-title:after,
body.dark .intro div .post-primary-title:after,
body.dark section.banner div .title:before,
body.dark div.banner div .title:before,
body.dark .parallax-section div .title:before,
body.dark .intro div .title:before,
body.dark section.banner div .subtitle:before,
body.dark div.banner div .subtitle:before,
body.dark .parallax-section div .subtitle:before,
body.dark .intro div .subtitle:before,
body.dark section.banner div .pretitle:before,
body.dark div.banner div .pretitle:before,
body.dark .parallax-section div .pretitle:before,
body.dark .intro div .pretitle:before,
body.dark section.banner div .primary-title:before,
body.dark div.banner div .primary-title:before,
body.dark .parallax-section div .primary-title:before,
body.dark .intro div .primary-title:before,
body.dark section.banner div .post-primary-title:before,
body.dark div.banner div .post-primary-title:before,
body.dark .parallax-section div .post-primary-title:before,
body.dark .intro div .post-primary-title:before {
  border-color: #000000;
}
body.dark section.banner div .title.invert,
body.dark div.banner div .title.invert,
body.dark .parallax-section div .title.invert,
body.dark .intro div .title.invert,
body.dark section.banner div .subtitle.invert,
body.dark div.banner div .subtitle.invert,
body.dark .parallax-section div .subtitle.invert,
body.dark .intro div .subtitle.invert,
body.dark section.banner div .pretitle.invert,
body.dark div.banner div .pretitle.invert,
body.dark .parallax-section div .pretitle.invert,
body.dark .intro div .pretitle.invert,
body.dark section.banner div .primary-title.invert,
body.dark div.banner div .primary-title.invert,
body.dark .parallax-section div .primary-title.invert,
body.dark .intro div .primary-title.invert,
body.dark section.banner div .post-primary-title.invert,
body.dark div.banner div .post-primary-title.invert,
body.dark .parallax-section div .post-primary-title.invert,
body.dark .intro div .post-primary-title.invert {
  color: #ffffff;
}
body.dark section.banner div .title.invert:after,
body.dark div.banner div .title.invert:after,
body.dark .parallax-section div .title.invert:after,
body.dark .intro div .title.invert:after,
body.dark section.banner div .subtitle.invert:after,
body.dark div.banner div .subtitle.invert:after,
body.dark .parallax-section div .subtitle.invert:after,
body.dark .intro div .subtitle.invert:after,
body.dark section.banner div .pretitle.invert:after,
body.dark div.banner div .pretitle.invert:after,
body.dark .parallax-section div .pretitle.invert:after,
body.dark .intro div .pretitle.invert:after,
body.dark section.banner div .primary-title.invert:after,
body.dark div.banner div .primary-title.invert:after,
body.dark .parallax-section div .primary-title.invert:after,
body.dark .intro div .primary-title.invert:after,
body.dark section.banner div .post-primary-title.invert:after,
body.dark div.banner div .post-primary-title.invert:after,
body.dark .parallax-section div .post-primary-title.invert:after,
body.dark .intro div .post-primary-title.invert:after,
body.dark section.banner div .title.invert:before,
body.dark div.banner div .title.invert:before,
body.dark .parallax-section div .title.invert:before,
body.dark .intro div .title.invert:before,
body.dark section.banner div .subtitle.invert:before,
body.dark div.banner div .subtitle.invert:before,
body.dark .parallax-section div .subtitle.invert:before,
body.dark .intro div .subtitle.invert:before,
body.dark section.banner div .pretitle.invert:before,
body.dark div.banner div .pretitle.invert:before,
body.dark .parallax-section div .pretitle.invert:before,
body.dark .intro div .pretitle.invert:before,
body.dark section.banner div .primary-title.invert:before,
body.dark div.banner div .primary-title.invert:before,
body.dark .parallax-section div .primary-title.invert:before,
body.dark .intro div .primary-title.invert:before,
body.dark section.banner div .post-primary-title.invert:before,
body.dark div.banner div .post-primary-title.invert:before,
body.dark .parallax-section div .post-primary-title.invert:before,
body.dark .intro div .post-primary-title.invert:before {
  border-color: #ffffff;
}
body.dark .features-clients.color-lighter {
  background-color: #292929;
}
body.dark .banner.grid-module-work .rollover {
  background-color: rgba(0, 0, 0, 0.8);
  color: #ffffff;
}
body.dark .banner.grid-module-work .rollover .btn-default {
  background: none;
  cursor: pointer;
  display: inline-block;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border-color: #ffffff;
  color: #ffffff;
  overflow: hidden;
  z-index: 1;
}
body.dark .banner.grid-module-work .rollover .btn-default:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  height: 0;
  top: 50%;
  left: 50%;
  background: #ffffff;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

@media (max-width: 992px) {
  #bg-home3-grid24 .voffset500, #bg-home3-grid23 .voffset500, #bg-home3-grid22 .voffset500 {
    padding-bottom: 900px !important;
  }
}

body.dark .banner.grid-module-work .rollover .btn-default:hover,
body.dark .banner.grid-module-work .rollover .btn-default:focus,
body.dark .banner.grid-module-work .rollover .btn-default:active {
  color: #000000;
  border-color: #ffffff;
  background-color: #ffffff;
  outline: none;
}
body.dark .banner.grid-module-work .rollover .btn-default:hover:after,
body.dark .banner.grid-module-work .rollover .btn-default:focus:after {
  height: 260%;
  height: 500%;
  opacity: 1;
}
body.dark .banner.grid-module-work .rollover .btn-default:active:after {
  height: 500%;
  opacity: 1;
}
body.dark .banner.grid-module-work .rollover .btn-invert {
  background: none;
  cursor: pointer;
  display: inline-block;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border-color: #000000;
  color: #000000;
  overflow: hidden;
  z-index: 1;
}
body.dark .banner.grid-module-work .rollover .btn-invert:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  height: 0;
  top: 50%;
  left: 50%;
  background: #000000;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
body.dark .banner.grid-module-work .rollover .btn-invert:hover,
body.dark .banner.grid-module-work .rollover .btn-invert:focus,
body.dark .banner.grid-module-work .rollover .btn-invert:active {
  color: #ffffff;
  border-color: #000000;
  background-color: #000000;
  outline: none;
}
body.dark .banner.grid-module-work .rollover .btn-invert:hover:after,
body.dark .banner.grid-module-work .rollover .btn-invert:focus:after {
  height: 260%;
  height: 500%;
  opacity: 1;
}
body.dark .banner.grid-module-work .rollover .btn-invert:active:after {
  height: 500%;
  opacity: 1;
}
body.dark .banner-tabs .title.invert {
  color: #ffffff;
}
body.dark .banner-tabs {
  background-color: #1f1f1f;
}
body.dark .separator {
  background-color: #ffffff;
}
body.dark .subtitle.left-horizontal:before {
  background-color: rgba(255, 255, 255, 0.2);
}
body.dark .carrousel-partners,
body.dark .carrousel-partners .main-carousel {
  background-color: #1f1f1f;
}
body.dark .features.awards li.horizontal-border:after {
  background-color: #1f1f1f;
}
body.dark .section.experties,
body.dark .section.about-slider,
body.dark .color-bg-alternative {
  background-color: #1f1f1f;
}
body.dark .bg-cream {
  background-color: #292929;
}
body.dark .section.experties {
  background-image: none;
}
body.dark .section.experties div[class*="col-"] .experient-list {
  border-color: rgba(255, 255, 255, 0.2);
}
body.dark .team-member .position-member {
  color: #3ab54a;
}
body.dark .team-member .list-social li a {
  color: #666;
}
body.dark .blog-post-content.overcard {
  background-color: #292929;
}
body.dark .slider-project,
body.dark .blog-post:hover .overcard {
  background-color: #1f1f1f;
}
body.dark .blog-post .overcard a {
  color: #D7B64C;
}
body.dark .readfull {
  color: #D7B64C;
}
body.dark .readfull:after {
  background-image: url('../images/right-arrow.png');
}
body.dark .sidebar-title:before {
  background-color: #ffffff;
}
body.dark .sidebar-recent-posts .blog-post-title,
body.dark .sidebar-categories li a,
body.dark .search-form input[type=text] {
  color: #ffffff;
}
body.dark .content-post.post-without-sidebar .post-extra .button-blog {
  background-color: #292929;
}
body.dark .sidebar-tags a {
  color: #ffffff;
  border-color: #292929;
}
body.dark .sidebar-categories li a span {
  color: rgba(255, 255, 255, 0.5);
}
body.dark form .form-control {
  color: #ffffff;
  border-color: #ffffff;
}
body.dark .btn-arrow {
  border-color: #ffffff;
  color: #ffffff;
}
body.dark .btn-arrow:after {
  background: transparent url('../images/right-arrow.png');
}
body.dark .btn-arrow.invert {
  border-color: #000000;
  color: #000000;
}
body.dark .btn-arrow.invert:after {
  background: transparent url('../images/arrow.png');
}
body.dark .counter.big,
body.dark .pagination-projects,
body.dark .grid.services .list-about li:not(:last-child) {
  border-color: #292929;
}
body.dark .infowork.menu-style {
  background-color: #292929;
}
body.dark .infowork.menu-style li {
  border-color: #1f1f1f;
  color: #ffffff;
}
body.dark .thumbnail {
  background-color: #000000;
}
body.dark .filters li {
  color: #ffffff;
}
body.dark .filters li:first-child:before {
  border-color: #ffffff;
}
body.dark .filters li:first-child:after {
  background-color: #ffffff;
}
body.dark .follow a {
  border-color: #292929;
}
body.dark .follow a i {
  color: #292929;
}
body.dark .follow a .overicon {
  color: #ffffff;
}
body.dark .follow:hover a i,
body.dark .follow:active a i {
  color: #ffffff;
}
body.dark .loadmore a {
  background-color: #292929;
  color: #ffffff;
}
body.dark .contact-basic a,
body.dark .contact-form a {
  color: #ffffff;
}
body.dark .thumbnails.work2 .rollover,
body.dark .thumbnails.work3 .rollover,
body.dark .thumbnails.work5 .rollover {
  background-color: rgba(0, 0, 0, 0.6);
}
body.dark .thumbnails.work2 .rollover .btn-default,
body.dark .thumbnails.work3 .rollover .btn-default,
body.dark .thumbnails.work5 .rollover .btn-default {
  background: none;
  cursor: pointer;
  display: inline-block;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border-color: #ffffff;
  color: #ffffff;
  overflow: hidden;
  z-index: 1;
}
body.dark .thumbnails.work2 .rollover .btn-default:after,
body.dark .thumbnails.work3 .rollover .btn-default:after,
body.dark .thumbnails.work5 .rollover .btn-default:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  height: 0;
  top: 50%;
  left: 50%;
  background: #ffffff;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
body.dark .thumbnails.work2 .rollover .btn-default:hover,
body.dark .thumbnails.work3 .rollover .btn-default:hover,
body.dark .thumbnails.work5 .rollover .btn-default:hover,
body.dark .thumbnails.work2 .rollover .btn-default:focus,
body.dark .thumbnails.work3 .rollover .btn-default:focus,
body.dark .thumbnails.work5 .rollover .btn-default:focus,
body.dark .thumbnails.work2 .rollover .btn-default:active,
body.dark .thumbnails.work3 .rollover .btn-default:active,
body.dark .thumbnails.work5 .rollover .btn-default:active {
  color: #000000;
  border-color: #ffffff;
  background-color: #ffffff;
  outline: none;
}
body.dark .thumbnails.work2 .rollover .btn-default:hover:after,
body.dark .thumbnails.work3 .rollover .btn-default:hover:after,
body.dark .thumbnails.work5 .rollover .btn-default:hover:after,
body.dark .thumbnails.work2 .rollover .btn-default:focus:after,
body.dark .thumbnails.work3 .rollover .btn-default:focus:after,
body.dark .thumbnails.work5 .rollover .btn-default:focus:after {
  height: 260%;
  height: 500%;
  opacity: 1;
}
body.dark .thumbnails.work2 .rollover .btn-default:active:after,
body.dark .thumbnails.work3 .rollover .btn-default:active:after,
body.dark .thumbnails.work5 .rollover .btn-default:active:after {
  height: 500%;
  opacity: 1;
}
body.dark .thumbnails.work4 .rollover .btn-default {
  background: none;
  cursor: pointer;
  display: inline-block;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border-color: #ffffff;
  color: #ffffff;
  overflow: hidden;
  z-index: 1;
}
body.dark .thumbnails.work4 .rollover .btn-default:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  height: 0;
  top: 50%;
  left: 50%;
  background: #ffffff;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
body.dark .thumbnails.work4 .rollover .btn-default:hover,
body.dark .thumbnails.work4 .rollover .btn-default:focus,
body.dark .thumbnails.work4 .rollover .btn-default:active {
  color: #000000;
  border-color: #ffffff;
  background-color: #ffffff;
  outline: none;
}
body.dark .thumbnails.work4 .rollover .btn-default:hover:after,
body.dark .thumbnails.work4 .rollover .btn-default:focus:after {
  height: 260%;
  height: 500%;
  opacity: 1;
}
body.dark .thumbnails.work4 .rollover .btn-default:active:after {
  height: 500%;
  opacity: 1;
}
body.dark .gallery-project .flickity-prev-next-button {
  background-image: url('../images/right-arrow.png');
  color: #292929;
}
body.dark .content-post .intro-comments .leave-reply {
  color: #bf9441;
}
body.dark .content-post .intro-comments .share li a {
  color: #ffffff;
}
body.dark .container-post-sidebar-right .quote {
  color: #ffffff;
}
body.dark .content-post.post-without-sidebar {
  background-color: #1f1f1f;
}
body.dark .post-whidout-sidebar:before {
  background-color: #000000;
}
body.dark .paginationblog.includeimage.oldpost,
body.dark .paginationblog.includeimage.newpost {
  background-color: #292929;
  border-color: #1f1f1f;
}
body.dark .paginationblog.includeimage a {
  color: #ffffff;
}
body.dark .paginationblog.includeimage.newpost .info:before,
body.dark .paginationblog.includeimage.oldpost .info:before {
  background-image: url('../images/right-arrow.png');
}
body.dark .ico-comments {
  background-image: url('../images/comments-white.png');
}
body.dark .ico-share {
  background-image: url('../images/share-white.png');
}
body.dark .inverse .btn-arrow {
  border-color: #000000;
  color: #000000;
}
body.dark .inverse .btn-arrow:after {
  background: transparent url('../images/arrow.png');
}
body.dark .inverse .btn-arrow.invert {
  border-color: #ffffff;
  color: #ffffff;
}
body.dark .inverse .btn-arrow.invert:after {
  background: transparent url('../images/right-arrow.png');
}