@import url(font-awesome.min.css);
@import url(et-line.css);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,300,700);
@import url(https://fonts.googleapis.com/css?family=Dosis:300,400,700);
@import url(archia-font.css);
/*------------------------------------------------------------------
[Table of contents]

1. Common styles
2. Page loader / .page-loader
3. Typography
4. Buttons
5. Forms fields
6. Home sections / .home-section
    6.1. Home content
    6.2. Scroll down icon
    6.3. Headings styles
7. Compact bar / .nav-bar-compact
8. Classic menu bar / .main-nav
9. Sections styles / .page-section, .small-section, .split-section
10. Alternative services / .alt-service-grid
11. Team / .team-grid
12. Features
13. Benefits (Process)
14. Counters
15. Portfolio / #portfolio
    15.1. Works filter
    15.2. Works grid
    15.3. Works full view
16. Banner section
17. Testimonial
    18.1. Logotypes
18. Post previews (news section)
19. Newsletter
20. Contact section
    20.1. Contact form
21. Bottom menu / .bot-menu
22. Google maps  /.google-map
23. Footer / .footer
24. Blog
    24.1. Pagination
    24.2. Comments
    24.3. Sidebar
25. Shop
26. Pricing
27. Shortcodes
    27.1. Owl Carousel
    27.2. Tabs
    27.3. Tabs minimal
    27.4. Alert messages
    27.5. Accordion
    27.6. Toggle
    27.7. Progress bars
    27.8. Font icons examples
    27.9. Intro page
28. Special demos
29. Bootstrap multicolumn grid


/*------------------------------------------------------------------
# [Color codes]

# Black (active elements, links, text) #111
# Gray (text) #fff
# Dark #111
# Dark Lighter #252525
# Gray BG #f4f4f4
# Gray BG Lighter #f8f8f8
# Mid grey #5f5f5f
# Borders #e9e9e9

# */
/*------------------------------------------------------------------
[Typography]

Body:               14px/1.6 "Open Sans", arial, sans-serif;
Headers:            Dosis, arial, sans-serif;
Serif:              "Times New Roman", Times, serif;
Section Title:      35px/1.3 "Open Sans", arial, sans-serif;
Section Heading:    24px/1.3 "Open Sans", arial, sans-serif;
Section Text:       15px/1.7 "Open Sans", arial, sans-serif;

-------------------------------------------------------------------*/
/* ==============================
   Common styles
   ============================== */
@import url(vertical-rhythm.min.css);
.align-center {
  text-align: center !important;
}

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

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.relative {
  position: relative;
}

.hidden {
  display: none;
}

.inline-block {
  display: inline-block;
}

.white {
  color: #fff !important;
}

.black {
  color: #111 !important;
}

.color {
  color: #e41919 !important;
}

.glass {
  opacity: .5;
}

.stick-fixed {
  position: fixed !important;
  top: 0;
  left: 0;
}

.round {
  border-radius: 2px !important;
}

::-moz-selection {
  color: #fff;
  background: #000;
}

::-webkit-selection {
  color: #fff;
  background: #000;
}

::selection {
  color: #fff;
  background: #000;
}

.animate {
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.animate * {
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.no-animate {
  transition: 0 none !important;
}

.no-animate * {
  transition: 0 none !important;
}

.shadow {
  box-shadow: 0 3px 50px rgba(0, 0, 0, 0.15);
}

.white-shadow {
  box-shadow: 0 0 200px rgba(255, 255, 255, 0.2);
}

.clearlist {
  list-style: none;
  padding: 0;
  margin: 0;
  background: none;
}

.clearlist li {
  list-style: none;
  padding: 0;
  margin: 0;
  background: none;
}

.full-wrapper {
  padding: 0 2%;
  background: #080808;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.container-fluid {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.container-1400 {
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 2%;
  padding-right: 2%;
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
  height: 100%;
}

body {
  height: 100%;
}

.page {
  overflow: hidden;
}

.body-masked {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff url(../images/loader.gif) no-repeat center center;
  z-index: 100000;
}

.mask-delay {
  animation-delay: 0.75s;
}

.mask-speed {
  animation-duration: 0.25s !important;
}

iframe {
  border: none;
}

a.focus-visible:focus {
  outline: 2px dotted #36a367 !important;
  outline-offset: 0 !important;
}

a:focus:not(.focus-visible) {
  outline: none;
}

a:active {
  outline: none;
}

embed {
  max-width: 100%;
  height: auto;
}

object {
  max-width: 100%;
  height: auto;
}

video {
  max-width: 100%;
  height: auto;
}

.image-fullwidth img {
  width: 100%;
}

.main-nav.transparent {
  background: rgba(0, 0, 0, 0);
}

.main-nav.transparent .full-wrapper {
  background: rgba(0, 0, 0, 0);
}

button.focus-visible:focus {
  outline: 2px dotted #36a367 !important;
  outline-offset: 0 !important;
}

img:not([draggable]) {
  max-width: 100%;
  height: auto;
}

/* ==============================
   Page loader
   ============================== */
.page-loader {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fefefe;
  z-index: 100000;
}

.loader {
  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);
  border-radius: 50%;
  animation: spinner 700ms infinite linear;
  z-index: 100001;
}

@-webkit-keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@-moz-keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@-o-keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* ==============================
   Buttons
   ============================== */
.btn-mod {
  box-sizing: border-box;
  padding: 4px 13px;
  color: #fff;
  background: rgba(34, 34, 34, 0.9);
  border: 2px solid transparent;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
  border-radius: 0;
  box-shadow: none;
  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
}

.btn-mod:hover {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.85);
  background: rgba(0, 0, 0, 0.7);
  text-decoration: none;
  outline: none;
  border-color: transparent;
  box-shadow: none;
}

.btn-mod:focus {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.85);
  background: rgba(0, 0, 0, 0.7);
  text-decoration: none;
  outline: none;
  border-color: transparent;
  box-shadow: none;
}

.btn-mod:active {
  cursor: pointer !important;
  outline: none !important;
}

.btn-mod.btn-small {
  height: auto;
  padding: 6px 17px;
  font-size: 11px;
  letter-spacing: 1px;
}

.btn-mod.btn-medium {
  height: auto;
  padding: 8px 37px;
  font-size: 12px;
}

.btn-mod.btn-large {
  height: auto;
  padding: 12px 45px;
  font-size: 13px;
}

.btn-mod.btn-glass {
  color: rgba(255, 255, 255, 0.75);
  background: rgba(0, 0, 0, 0.4);
}

.btn-mod.btn-glass:hover {
  color: #fff;
  background: #000;
}

.btn-mod.btn-glass:focus {
  color: #fff;
  background: #000;
}

.btn-mod.btn-border {
  color: #151515;
  border: 2px solid #151515;
  background: transparent;
}

.btn-mod.btn-border:hover {
  color: #fff;
  border-color: transparent;
  background: #000;
}

.btn-mod.btn-border:focus {
  color: #fff;
  border-color: transparent;
  background: #000;
}

.btn-mod.btn-border-c {
  color: #e41919;
  border: 2px solid #e41919;
  background: transparent;
}

.btn-mod.btn-border-c:hover {
  color: #fff;
  border-color: transparent;
  background: #e41919;
}

.btn-mod.btn-border-c:focus {
  color: #fff;
  border-color: transparent;
  background: #e41919;
}

.btn-mod.btn-border-w {
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.75);
  background: transparent;
}

.btn-mod.btn-border-w:hover {
  color: #111;
  border-color: transparent;
  background: #fff;
}

.btn-mod.btn-border-w:focus {
  color: #111;
  border-color: transparent;
  background: #fff;
}

.btn-mod.btn-w {
  color: #111;
  background: rgba(255, 255, 255, 0.8);
}

.btn-mod.btn-w:hover {
  color: #111;
  background: #fff;
}

.btn-mod.btn-w:focus {
  color: #111;
  background: #fff;
}

.btn-mod.btn-w-color {
  color: #e41919;
  background: #fff;
}

.btn-mod.btn-w-color:hover {
  color: #151515;
  background: #fff;
}

.btn-mod.btn-w-color:focus {
  color: #151515;
  background: #fff;
}

.btn-mod.btn-gray {
  color: #fff;
  background: #e5e5e5;
}

.btn-mod.btn-gray:hover {
  color: #444;
  background: #d5d5d5;
}

.btn-mod.btn-gray:focus {
  color: #444;
  background: #d5d5d5;
}

.btn-mod.btn-color {
  color: #fff;
  background: #e41919;
}

.btn-mod.btn-color:hover {
  color: #fff;
  background: #e41919;
  opacity: .85;
}

.btn-mod.btn-color:focus {
  color: #fff;
  background: #e41919;
  opacity: .85;
}

.btn-mod.btn-circle {
  border-radius: 30px;
}

.btn-mod.btn-round {
  border-radius: 2px;
}

.btn-icon {
  position: relative;
  border: none;
  overflow: hidden;
}

.btn-icon.btn-small {
  overflow: hidden;
}

.btn-icon > span {
  width: 100%;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  position: absolute;
  top: 50%;
  left: 0;
  color: #fff;
  font-size: 48px;
  opacity: .2;
  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
}

.btn-icon > span.white {
  color: #fff;
}

.btn-icon > span.black {
  color: #000;
}

.btn-icon:hover > span {
  opacity: 0;
  transform: scale(2);
}

.btn-full {
  width: 100%;
}

.form input[type="text"] {
  display: inline-block;
  height: 27px;
  vertical-align: middle;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 7px;
  padding-right: 7px;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
}

.form input[type="text"]:hover {
  border-color: rgba(0, 0, 0, 0.2);
}

.form input[type="text"]:focus {
  color: #111;
  border-color: rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  outline: none;
}

.form input.input-lg[type="text"] {
  height: 46px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 13px;
}

.form input.input-md[type="text"] {
  height: 37px;
  padding-left: 13px;
  padding-right: 13px;
  font-size: 12px;
}

.form input.input-sm[type="text"] {
  height: 31px;
  padding-left: 10px;
  padding-right: 10px;
}

.form input[type="email"] {
  display: inline-block;
  height: 27px;
  vertical-align: middle;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 7px;
  padding-right: 7px;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
}

.form input[type="email"]:hover {
  border-color: rgba(0, 0, 0, 0.2);
}

.form input[type="email"]:focus {
  color: #111;
  border-color: rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  outline: none;
}

.form input.input-lg[type="email"] {
  height: 46px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 13px;
}

.form input.input-md[type="email"] {
  height: 37px;
  padding-left: 13px;
  padding-right: 13px;
  font-size: 12px;
}

.form input.input-sm[type="email"] {
  height: 31px;
  padding-left: 10px;
  padding-right: 10px;
}

.form input[type="number"] {
  display: inline-block;
  height: 27px;
  vertical-align: middle;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 7px;
  padding-right: 7px;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
}

.form input[type="number"]:hover {
  border-color: rgba(0, 0, 0, 0.2);
}

.form input[type="number"]:focus {
  color: #111;
  border-color: rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  outline: none;
}

.form input.input-lg[type="number"] {
  height: 46px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 13px;
}

.form input.input-md[type="number"] {
  height: 37px;
  padding-left: 13px;
  padding-right: 13px;
  font-size: 12px;
}

.form input.input-sm[type="number"] {
  height: 31px;
  padding-left: 10px;
  padding-right: 10px;
}

.form input[type="url"] {
  display: inline-block;
  height: 27px;
  vertical-align: middle;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 7px;
  padding-right: 7px;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
}

.form input[type="url"]:hover {
  border-color: rgba(0, 0, 0, 0.2);
}

.form input[type="url"]:focus {
  color: #111;
  border-color: rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  outline: none;
}

.form input.input-lg[type="url"] {
  height: 46px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 13px;
}

.form input.input-md[type="url"] {
  height: 37px;
  padding-left: 13px;
  padding-right: 13px;
  font-size: 12px;
}

.form input.input-sm[type="url"] {
  height: 31px;
  padding-left: 10px;
  padding-right: 10px;
}

.form input[type="search"] {
  display: inline-block;
  height: 27px;
  vertical-align: middle;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 7px;
  padding-right: 7px;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
}

.form input[type="search"]:hover {
  border-color: rgba(0, 0, 0, 0.2);
}

.form input[type="search"]:focus {
  color: #111;
  border-color: rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  outline: none;
}

.form input.input-lg[type="search"] {
  height: 46px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 13px;
}

.form input.input-md[type="search"] {
  height: 37px;
  padding-left: 13px;
  padding-right: 13px;
  font-size: 12px;
}

.form input.input-sm[type="search"] {
  height: 31px;
  padding-left: 10px;
  padding-right: 10px;
}

.form input[type="tel"] {
  display: inline-block;
  height: 27px;
  vertical-align: middle;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 7px;
  padding-right: 7px;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
}

.form input[type="tel"]:hover {
  border-color: rgba(0, 0, 0, 0.2);
}

.form input[type="tel"]:focus {
  color: #111;
  border-color: rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  outline: none;
}

.form input.input-lg[type="tel"] {
  height: 46px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 13px;
}

.form input.input-md[type="tel"] {
  height: 37px;
  padding-left: 13px;
  padding-right: 13px;
  font-size: 12px;
}

.form input.input-sm[type="tel"] {
  height: 31px;
  padding-left: 10px;
  padding-right: 10px;
}

.form input[type="password"] {
  display: inline-block;
  height: 27px;
  vertical-align: middle;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 7px;
  padding-right: 7px;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
}

.form input[type="password"]:hover {
  border-color: rgba(0, 0, 0, 0.2);
}

.form input[type="password"]:focus {
  color: #111;
  border-color: rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  outline: none;
}

.form input.input-lg[type="password"] {
  height: 46px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 13px;
}

.form input.input-md[type="password"] {
  height: 37px;
  padding-left: 13px;
  padding-right: 13px;
  font-size: 12px;
}

.form input.input-sm[type="password"] {
  height: 31px;
  padding-left: 10px;
  padding-right: 10px;
}

.form input[type="date"] {
  display: inline-block;
  height: 27px;
  vertical-align: middle;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 7px;
  padding-right: 7px;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
}

.form input[type="date"]:hover {
  border-color: rgba(0, 0, 0, 0.2);
}

.form input[type="date"]:focus {
  color: #111;
  border-color: rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  outline: none;
}

.form input.input-lg[type="date"] {
  height: 46px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 13px;
}

.form input.input-md[type="date"] {
  height: 37px;
  padding-left: 13px;
  padding-right: 13px;
  font-size: 12px;
}

.form input.input-sm[type="date"] {
  height: 31px;
  padding-left: 10px;
  padding-right: 10px;
}

.form input[type="color"] {
  display: inline-block;
  height: 27px;
  vertical-align: middle;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 7px;
  padding-right: 7px;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
}

.form input[type="color"]:hover {
  border-color: rgba(0, 0, 0, 0.2);
}

.form input[type="color"]:focus {
  color: #111;
  border-color: rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  outline: none;
}

.form input.input-lg[type="color"] {
  height: 46px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 13px;
}

.form input.input-md[type="color"] {
  height: 37px;
  padding-left: 13px;
  padding-right: 13px;
  font-size: 12px;
}

.form input.input-sm[type="color"] {
  height: 31px;
  padding-left: 10px;
  padding-right: 10px;
}

.form select {
  display: inline-block;
  height: 27px;
  vertical-align: middle;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 7px;
  padding-right: 7px;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  font-size: 12px;
}

.form select:hover {
  border-color: rgba(0, 0, 0, 0.2);
}

.form select:focus {
  color: #111;
  border-color: rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  outline: none;
}

.form select.input-lg {
  height: 46px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 13px;
}

.form select.input-md {
  height: 37px;
  padding-left: 13px;
  padding-right: 13px;
  font-size: 12px;
}

.form select.input-sm {
  height: 31px;
  padding-left: 10px;
  padding-right: 10px;
}

.form select[multiple] {
  height: auto;
}

.form textarea {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase !important;
  letter-spacing: 1px;
  color: #fff;
  border-color: rgba(0, 0, 0, 0.1);
  outline: none;
  box-shadow: none;
  border-radius: 0;
}

.form textarea:hover {
  border-color: rgba(0, 0, 0, 0.2);
}

.form textarea:focus {
  color: #111;
  border-color: rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 3px rgba(21, 21, 21, 0.3);
}

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

.form div.error {
  margin-top: 20px;
  padding: 13px 20px;
  text-align: center;
  background: rgba(228, 25, 25, 0.75);
  color: #fff;
}

.form div.success {
  margin-top: 20px;
  padding: 13px 20px;
  text-align: center;
  background: rgba(50, 178, 95, 0.75);
  color: #fff;
}

.form input.error {
  border-color: #e41919;
}

.form-tip {
  font-size: 11px;
  color: #aaa;
}

.form-tip .fa {
  font-size: 12px;
}

a.btn-mod {
  box-sizing: border-box;
  padding: 4px 13px;
  color: #fff;
  background: rgba(34, 34, 34, 0.9);
  border: 2px solid transparent;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
  border-radius: 0;
  box-shadow: none;
  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
}

a.btn-mod:hover {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.85);
  background: rgba(0, 0, 0, 0.7);
  text-decoration: none;
  outline: none;
  border-color: transparent;
  box-shadow: none;
}

a.btn-mod:focus {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.85);
  background: rgba(0, 0, 0, 0.7);
  text-decoration: none;
  outline: none;
  border-color: transparent;
  box-shadow: none;
}

.btn-mod.btn-medium {
  background: #fff;
  border: 1px solid white;
  padding: 15px 45px;
  font-size: 15px;
  color: #000;
}

.btn-mod.btn-medium:hover {
  background: rgba(255, 255, 255, 0);
  border: 1px solid white;
  color: white;
}

.contact-box .contact-box-container .contact-box-row .contact-box-col .contact-form input[type="submit"] {
  background-color: #0d0d0d !important;
  border: 1px solid #0d0d0d;
}

.contact-box .contact-box-container .contact-box-row .contact-box-col .contact-form input[type="submit"]:hover {
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0) !important;
  color: #fff;
}

/* ==============================
   Home sections
   ============================== */
/*
 * Header common styles
 */
.home-section {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}

.js-height-full {
  height: 100vh;
}

.home-content {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
}

.home-text {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

.home-text img {
  width: 33%;
}

@-webkit-keyframes scroll-down-anim {
  0% {
    bottom: 2px;
  }
  50% {
    bottom: 7px;
  }
  100% {
    bottom: 2px;
  }
}

@-moz-keyframes scroll-down-anim {
  0% {
    bottom: 2px;
  }
  50% {
    bottom: 7px;
  }
  100% {
    bottom: 2px;
  }
}

@-o-keyframes scroll-down-anim {
  0% {
    bottom: 2px;
  }
  50% {
    bottom: 7px;
  }
  100% {
    bottom: 2px;
  }
}

@keyframes scroll-down-anim {
  0% {
    bottom: 2px;
  }
  50% {
    bottom: 7px;
  }
  100% {
    bottom: 2px;
  }
}

.scroll-down {
  width: auto;
  height: auto;
 
  position: absolute;
  bottom: 60px;
  left: 49%;
  text-align: center;
  text-decoration: none;
  transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.scroll-down:before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  margin: 0 0 0 -10px;
  position: absolute;
  bottom: 0;
  left: 50%;
  background: transparent;
  border-radius: 2px;
  transform: rotate(45deg);
  transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 1;
}

.scroll-down:hover:before {
  opacity: .6;
}

.scroll-down-icon {
  display: block;
 
  position: absolute;

  bottom: 4px;
  color: #fff;
  font-size: 60px;
  animation: scroll-down-anim 1s infinite;
  z-index: 2;
}

.bg-video-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

.bg-video-wrapper video {
  max-width: inherit;
  height: inherit;
  z-index: 0;
}

.bg-video-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.hs-wrap {
  max-width: 570px;
  margin: 0 auto;
  padding: 47px 30px 53px;
  position: relative;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.hs-wrap-1 {
  max-width: 350px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  box-sizing: border-box;
}

.hs-line-1 {
  margin-top: 0;
  position: relative;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 51px;
  color: #fff;
  opacity: .9;
}

.hs-line-2 {
  margin-top: 0;
  position: relative;
  font-size: 72px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.085em;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.85);
}

.hs-line-3 {
  margin-top: 0;
  position: relative;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.7);
}

.hs-line-4 {
  margin-top: 0;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: rgba(255, 255, 255, 0.85);
}

.hs-line-5 {
  margin-top: 0;
  position: relative;
  font-size: 62px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.32em;
  opacity: .85;
}

.hs-line-6 {
  margin-top: 0;
  position: relative;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.2;
  opacity: .35;
}

.hs-line-6.no-transp {
  opacity: 1;
}

.hs-line-7 {
  margin-top: 0;
  position: relative;
  font-size: 64px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.2;
}

.hs-line-8 {
  margin-top: 0;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.3em;
  line-height: 1.2;
  opacity: .75;
}

.hs-line-8.no-transp {
  opacity: 1;
}

.hs-line-9 {
  margin-top: 0;
  position: relative;
  font-size: 96px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.2;
}

.hs-line-10 {
  margin-top: 0;
  display: inline-block;
  position: relative;
  padding: 15px 24px;
  background: rgba(0, 0, 0, 0.75);
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.85);
}

.hs-line-10 > span {
  margin: 0 10px;
}

.hs-line-10.highlight {
  background: #e41919;
  opacity: .65;
}

.hs-line-10.transparent {
  background: none;
  color: #aaa;
  padding: 0;
}

.hs-line-11 {
  margin-top: 0;
  position: relative;
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.5em;
  line-height: 1.8;
  opacity: .9;
}

.hs-line-12 {
  margin-top: 0;
  position: relative;
  font-size: 80px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.4em;
}

.hs-line-13 {
  margin-top: 0;
  position: relative;
  font-size: 96px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.3em;
}

.hs-line-14 {
  margin-top: 0;
  position: relative;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.7em;
}

.hs-line-15 {
  margin-top: 0;
  position: relative;
  font-size: 36px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  line-height: 1.3;
}

.no-transp {
  opacity: 1 !important;
}

.fullwidth-galley-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 25;
}

a.bg-video-button-muted {
  position: absolute;
  bottom: 0;
  left: 15px;
  font-size: 28px;
  color: #fff;
  opacity: .75;
  z-index: 1000;
}

/* ==============================
   Top bar
   ============================== */
.top-bar {
  min-height: 40px;
  background: #fbfbfb;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 11px;
  letter-spacing: 1px;
}

.top-bar.dark {
  background-color: #333;
  border-bottom: none;
}

.top-bar.dark .top-links li {
  border-color: rgba(255, 255, 255, 0.07);
}

.top-bar.dark .top-links li:last-child {
  border-color: rgba(255, 255, 255, 0.07);
}

.top-bar.dark .top-links li a {
  color: #aaa;
}

.top-bar.dark .top-links li a:hover {
  color: #ccc;
  background-color: rgba(255, 255, 255, 0.05);
}

.top-links {
  list-style: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

.top-links li {
  float: left;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
}

.top-links li:last-child {
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}

.top-links li .fa {
  font-size: 14px;
  position: relative;
  top: 1px;
}

.top-links li .tooltip {
  text-transform: none;
  letter-spacing: normal;
  z-index: 2003;
}

.top-links li a {
  display: block;
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  text-decoration: none;
  text-align: center;
  color: #999;
  box-sizing: border-box;
  transition: all 0.1s cubic-bezier(0, 0, 0.58, 1);
}

.top-links li a:hover {
  color: #555;
  background-color: rgba(0, 0, 0, 0.02);
}

/* ==============================
   Classic menu bar
   ============================== */
/* Logo (in navigation panel)*/
.nav-logo-wrap {
  float: left;
  margin-right: 20px;
}

.nav-logo-wrap .logo {
  display: block;
  justify-content: space-between;
}

.nav-logo-wrap .logo img, .nav-logo-wrap .logo a {
  width: 16.5%;
  vertical-align: middle;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.nav-logo-wrap .logo img:first-child, .nav-logo-wrap .logo a:first-child {
  width: 3.8%;
}

.logo {
  font-family: Dosis, arial, sans-serif;
  font-size: 18px;
  font-weight: 400 !important;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.9);
}

.main-nav {
  width: 100%;
  height: 75px !important;
  position: relative;
  top: 0;
  left: 0;
  text-align: left;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  z-index: 1030;
  transition: height 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.main-nav.dark {
  background-color: rgba(10, 10, 10, 0.95);
  box-shadow: none;
}

.main-nav.dark .mobile-nav {
  background-color: transparent;
  border-color: transparent;
  color: rgba(255, 255, 255, 0.9);
}

.main-nav.dark .mobile-nav:hover {
  color: #fff;
}

.main-nav.dark .mobile-nav.active {
  color: #fff;
}

.main-nav.dark .logo-image {
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.9);
}

.main-nav.dark .mn-sub {
  box-shadow: none;
}

.main-nav.dark .mn-soc-link {
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.main-nav.dark .mn-soc-link:hover {
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.main-nav.dark .inner-nav ul > li > a {
  color: rgba(255, 255, 255, 0.7);
}

.main-nav.dark .inner-nav ul > li > a:hover {
  color: #fff;
}

.main-nav.dark .inner-nav ul > li > a.active {
  color: #fff;
}

.main-nav.dark a.logo:hover {
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.9);
}

.main-nav.transparent {
  background: transparent !important;
}

.main-nav.js-transparent {
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.main-nav .tooltip {
  font-size: 12px;
  text-transform: none;
  letter-spacing: 0;
}

.main-nav.mobile-on.dark .inner-nav {
  border-top: 1px solid rgba(100, 100, 100, 0.4);
}

.small-height {
  height: 55px !important;
}

.small-height .inner-nav ul li a {
  height: 55px !important;
  line-height: 55px !important;
}

.inner-nav {
  display: inline-block;
  position: relative;
  float: right;
}

.inner-nav ul {
  float: right;
  margin: auto;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.3;
}

.inner-nav ul li {
  float: left;
  margin-left: 30px;
  position: relative;
  font-size: 1.8em;
}

.inner-nav ul li a {
  color: #fff;
  letter-spacing: 2px;
  display: inline-block;
  box-sizing: border-box;
  text-decoration: none;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.inner-nav ul li a:hover {
  color: #000;
  text-decoration: none;
}

.inner-nav ul li a.active {
  color: #000;
  text-decoration: none;
}

.inner-nav ul li .mn-sub li a {
  display: block;
  width: 100%;
  height: auto !important;
  line-height: 1.3 !important;
  position: relative;
  box-sizing: border-box;
  margin: 0;
  padding: 11px 15px;
  font-size: 13px;
  text-align: left;
  text-transform: none;
  border-left: none;
  border-right: none;
  letter-spacing: 0;
  color: #b0b0b0 !important;
  cursor: pointer;
}

.inner-nav ul li .mn-sub li a:hover {
  background: rgba(255, 255, 255, 0.09);
  color: #f5f5f5 !important;
}

.inner-nav li .mn-sub.to-left {
  left: auto;
  right: 0;
}

.inner-nav li .mn-sub li ul.to-left {
  left: auto;
  right: 100%;
  top: 0;
  border-left: none;
  border-right: 1px solid rgba(255, 255, 255, 0.07);
}

.inner-nav li:last-child .mn-sub li ul {
  left: auto;
  right: 100%;
  top: 0;
  border-left: none;
  border-right: 1px solid rgba(255, 255, 255, 0.07);
}

.inner-nav li.js-opened .mn-sub {
  opacity: 1;
}

.inner-nav > ul > li:last-child .mn-sub {
  left: auto;
  right: 0;
}

.mn-sub {
  display: none;
  width: 200px;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0;
  background: rgba(30, 30, 30, 0.97);
}

.mn-sub li {
  display: block;
  width: 100%;
  margin: 0 !important;
}

.mn-sub li a:hover {
  background: rgba(255, 255, 255, 0.09);
  color: #f5f5f5 !important;
}

.mn-sub li a.active {
  background: rgba(255, 255, 255, 0.09);
  color: #f5f5f5 !important;
}

.mn-sub li ul {
  left: 100%;
  right: auto;
  top: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.07);
}

.mobile-on .stick-fixed.transparent .logo {
  display: none;
}

.mobile-on .main-nav .full-wrapper {
  width: 100%;
  margin-top: -68px;
  float: right;
}

.mobile-on .scroll-nav {
  padding: 0 20px;
}

.mobile-on .topbar-contact {
  margin: 20px 0 0 20px;
}

.mobile-on .mobile-nav {
  height: 87px !important;
}

.mobile-on .home-content .home-text img {
  width: 60%;
}

.mobile-on .mn-has-multi {
  width: auto;
  padding: 0;
  text-align: left;
  white-space: normal;
}

.mobile-on .mn-has-multi > li:last-child > a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.065) !important;
}

.mobile-on .mn-sub-multi {
  display: block;
  width: 100% !important;
}

.mobile-on .mn-sub-multi > ul {
  left: auto;
  right: auto;
  border: none;
}

.mobile-on .mn-sub-multi > ul > li:last-child > a {
  border: none !important;
}

.mobile-on .mn-sub-multi:last-child > ul {
  border-bottom: none !important;
}

.mobile-on .mn-sub {
  display: none;
  opacity: 0;
  left: 0 !important;
  right: 0;
  top: 0;
  bottom: 0;
  border-left: none !important;
  border-right: none !important;
  border-top: none;
  z-index: 10;
  width: 100%;
  float: none;
  position: relative;
  overflow-x: hidden;
}

.mobile-on .mn-sub li {
  padding-left: 10px;
}

.mobile-on .mn-sub > li:last-child > a {
  border: none !important;
}

.mobile-on .desktop-nav {
  display: none;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0 15px;
  z-index: 100;
}

.mobile-on .desktop-nav ul {
  width: 100%;
  float: none;
  background: #080808;
  position: relative;
  overflow-x: hidden;
  height: 100vh;
}

.mobile-on .desktop-nav ul li {
  display: block;
  float: none !important;
  overflow: hidden;
}

.mobile-on .desktop-nav ul li ul {
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-on .desktop-nav ul li a {
  display: block;
  width: 100%;
  height: 100px !important;
  line-height: 100px !important;
  position: relative;
  box-sizing: border-box;
  padding: 0 10px;
  text-align: center;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.065);
  color: #fff;
  letter-spacing: 1px;
  cursor: pointer;
}

.mobile-on .desktop-nav ul li a:hover {
  background: rgba(255, 255, 255, 0.03);
  color: #ddd;
}

.mobile-on .desktop-nav ul li a.active {
  background: rgba(255, 255, 255, 0.03);
  color: #ddd;
}

.mobile-on .desktop-nav > ul {
  overflow-y: auto;
}

.mobile-on .mobile-nav {
  display: table;
}

.mobile-on .inner-nav li {
  margin: 0 !important;
}

.mobile-on .inner-nav li:last-child .mn-sub li ul {
  left: auto;
  right: auto;
  top: 0;
}

.mobile-on .full-wrapper .desktop-nav {
  padding: 0;
}

.mobile-on .mn-has-sub > .fa {
  display: block;
  width: 18px;
  height: 18px;
  font-size: 14px;
  line-height: 16px;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -8px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.mobile-on .js-opened > .mn-has-sub > .fa {
  border-color: rgba(255, 255, 255, 0.4);
  line-height: 14px;
}

.mn-wrap {
  padding: 8px;
}

.mn-has-multi {
  width: auto !important;
  padding: 15px;
  text-align: left;
  white-space: nowrap;
}

.mn-sub-multi {
  width: 190px !important;
  overflow: hidden;
  white-space: normal;
  float: none !important;
  display: inline-block !important;
  vertical-align: top;
}

.mn-sub-multi > ul {
  width: auto;
  margin: 0;
  padding: 0;
  float: none;
}

.mn-group-title {
  font-weight: 700;
  text-transform: uppercase;
  color: #fff !important;
}

.mn-group-title:hover {
  background: none !important;
}

.mobile-nav {
  display: none;
  float: right;
  vertical-align: middle;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  cursor: pointer;
  user-select: none;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition-property: background, color;
}

.mobile-nav:hover {
  color: #fff;
}

.mobile-nav:active {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.05) inset;
}

.mobile-nav .fa {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 21px;
  color: #fff;
}

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

.mn-centered .inner-nav {
  float: none;
}

.mn-centered .inner-nav > ul {
  float: none;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}

.mn-centered .inner-nav > ul > li:first-child {
  margin-left: 0;
}

.mn-centered .mobile-nav {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.mn-align-left .inner-nav {
  float: none;
  width: 100%;
}

.mn-align-left .inner-nav > ul {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.mn-align-left .inner-nav > ul > li:first-child {
  margin-left: 0;
}

.mn-align-left .mobile-nav {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.mn-soc-link {
  width: 34px;
  height: 34px;
  line-height: 33px;
  text-align: center;
  font-size: 12px;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.mn-soc-link:hover {
  border: 1px solid rgba(0, 0, 0, 0.25);
}

a.logo:hover {
  font-family: Dosis, arial, sans-serif;
  font-size: 18px;
  font-weight: 400 !important;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.9);
}

.no-js .mobile-nav {
  width: 55px;
  height: 55px;
}

/* ==============================
   Fullscreen menu
   ============================== */
.fm-logo-wrap {
  position: absolute;
  top: 30px;
  left: 30px;
  height: 54px;
  z-index: 1030;
}

.fm-logo-wrap .logo {
  display: block;
  max-width: 200px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.fm-button {
  display: block;
  position: fixed;
  top: 30px;
  right: 30px;
  width: 54px;
  height: 54px;
  background: #111;
  opacity: .85;
  text-indent: -12345px;
  z-index: 1030;
  border-radius: 50%;
  transition: opacity 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.fm-button:hover {
  opacity: 1;
}

.fm-button span {
  display: block;
  width: 22px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -11px;
  transition: all 0.07s cubic-bezier(0, 0, 0.58, 1);
}

.fm-button span:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  top: -6px;
  left: 0;
  transition: top 0.07s cubic-bezier(0, 0, 0.58, 1), bottom 0.07s cubic-bezier(0, 0, 0.58, 1), transform 0.2s cubic-bezier(0, 0, 0.58, 1) 0.07s;
}

.fm-button span:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  top: -6px;
  left: 0;
  transition: top 0.07s cubic-bezier(0, 0, 0.58, 1), bottom 0.07s cubic-bezier(0, 0, 0.58, 1), transform 0.2s cubic-bezier(0, 0, 0.58, 1) 0.07s;
  top: auto;
  bottom: -6px;
}

.fm-button.active {
  background: #222;
  z-index: 2001;
}

.fm-button.active span {
  background: transparent;
}

.fm-button.active span:before {
  top: 0;
  transform: rotate(45deg);
}

.fm-button.active span:after {
  bottom: 0;
  transform: rotate(-45deg);
}

.fm-wrapper {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  padding: 50px 30px;
  overflow-x: hidden;
  overflow-y: auto;
  background: rgba(10, 10, 10, 0.97);
  z-index: 2000;
  box-sizing: border-box;
}

.fm-wrapper-sub {
  display: table;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.1s cubic-bezier(0, 0, 0.58, 1);
}

.fm-wrapper-sub.js-active {
  opacity: 1;
  transform: translateY(0);
}

.fm-wrapper-sub-sub {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.fm-menu-links {
  margin: 0;
  padding: 10px 0;
  line-height: 1.3;
  text-align: center;
}

.fm-menu-links ul {
  margin: 0;
  padding: 10px 0;
  line-height: 1.3;
  text-align: center;
}

.fm-menu-links ul.fm-sub {
  padding: 0;
}

.fm-menu-links a {
  display: block;
  position: relative;
  margin: 0;
  padding: 15px 20px;
  color: #999;
  font-size: 17px;
  letter-spacing: 2px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  z-index: 11;
}

.fm-menu-links a:active {
  color: #d5d5d5;
  text-decoration: none;
}

.fm-menu-links li {
  margin: 0;
  padding: 0;
  position: relative;
}

.fm-menu-links li.js-opened > a {
  color: #d5d5d5;
  text-decoration: none;
}

.fm-menu-links li.js-opened > a:active {
  color: #fff;
}

.fm-menu-links li.js-opened:before {
  display: none;
}

.fm-menu-links li.js-opened .fm-sub {
  opacity: 1;
}

.fm-menu-links li > a:active {
  color: #f5f5f5;
}

.fm-menu-links li.active > a {
  color: #f5f5f5;
}

.fm-menu-links li a.active {
  color: #f5f5f5;
}

.fm-sub {
  display: none;
  opacity: 0;
  position: relative;
}

.fm-sub > li > a {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 13px;
  font-weight: 400;
}

.fm-search {
  width: 320px;
}

.fm-search input.search-field {
  background: transparent;
  color: #555;
  text-align: center;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.fm-search input.search-field:hover {
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.fm-search input.search-field:focus {
  color: #999;
  border-color: rgba(255, 255, 255, 0.7);
}

.fm-search .search-button:hover {
  color: #fff;
}

.fm-social-links {
  padding: 10px;
  font-size: 14px;
  text-align: center;
}

.fm-social-links > a {
  display: inline-block;
  margin: 0 2px;
  width: 34px;
  height: 34px;
  line-height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  text-align: center;
  text-decoration: none;
  color: #555;
  border-radius: 50%;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.fm-social-links > a:hover {
  border-color: rgba(255, 255, 255, 0.3);
  color: #999;
}

.page-section {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  box-sizing: border-box;
  padding: 140px 0;
}

.small-section {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  box-sizing: border-box;
  padding: 140px 0;
  padding: 70px 0;
}

.small-title {
  padding: 0;
  margin: 0 0 30px 0;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.3em;
}

.small-title .serif {
  text-transform: none;
  font-weight: 400;
}

.small-title.white {
  color: #fff;
}

.section-icon {
  margin-bottom: 7px;
  text-align: center;
  font-size: 32px;
}

.bg-scroll {
  background-attachment: scroll !important;
}

.bg-pattern {
  background-repeat: repeat;
  background-size: auto;
}

.bg-pattern-over:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: repeat;
  background-size: auto;
  background-image: url(../images/pattern-bg-2.png);
}

.bg-pattern-over .YTPOverlay:after {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: repeat;
  background-size: auto;
  background-image: url(../images/pattern-bg-2.png);
}

.bg-gray {
  background-color: #f4f4f4;
}

.bg-gray-lighter {
  background-color: #f8f8f8;
}

.bg-dark {
  color: #fff;
  background-color: #111;
}

.bg-dark a {
  color: rgba(255, 255, 255, 0.8);
  padding-bottom: 3px;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.bg-dark a:hover {
  color: #fff;
  text-decoration: none;
}

.bg-dark-lighter {
  color: #fff;
  background-color: #252525;
}

.bg-dark-lighter a {
  color: rgba(255, 255, 255, 0.8);
  padding-bottom: 3px;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.bg-dark-lighter a:hover {
  color: #fff;
  text-decoration: none;
}

.bg-dark-alfa-30 {
  color: #fff;
}

.bg-dark-alfa-30 a {
  color: rgba(255, 255, 255, 0.8);
  padding-bottom: 3px;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.bg-dark-alfa-30 a:hover {
  color: #fff;
  text-decoration: none;
}

.bg-dark-alfa-30:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(34, 34, 34, 0.3);
}

.bg-dark-alfa-30 .YTPOverlay:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(34, 34, 34, 0.3);
}

.bg-dark-alfa-50 {
  color: #fff;
}

.bg-dark-alfa-50 a {
  color: rgba(255, 255, 255, 0.8);
  padding-bottom: 3px;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.bg-dark-alfa-50 a:hover {
  color: #fff;
  text-decoration: none;
}

.bg-dark-alfa-50:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(34, 34, 34, 0.5);
}

.bg-dark-alfa-50 .YTPOverlay:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(34, 34, 34, 0.5);
}

.bg-dark-alfa-70 {
  color: #fff;
}

.bg-dark-alfa-70 a {
  color: rgba(255, 255, 255, 0.8);
  padding-bottom: 3px;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.bg-dark-alfa-70 a:hover {
  color: #fff;
  text-decoration: none;
}

.bg-dark-alfa-70:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(17, 17, 17, 0.7);
}

.bg-dark-alfa-70 .YTPOverlay:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(17, 17, 17, 0.7);
}

.bg-dark-alfa-90 {
  color: #fff;
}

.bg-dark-alfa-90 a {
  color: rgba(255, 255, 255, 0.8);
  padding-bottom: 3px;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.bg-dark-alfa-90 a:hover {
  color: #fff;
  text-decoration: none;
}

.bg-dark-alfa-90:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(3, 3, 3, 0.9);
}

.bg-dark-alfa-90 .YTPOverlay:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(3, 3, 3, 0.9);
}

.bg-dark-alfa {
  color: #fff;
}

.bg-dark-alfa a {
  color: rgba(255, 255, 255, 0.8);
  padding-bottom: 3px;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.bg-dark-alfa a:hover {
  color: #fff;
  text-decoration: none;
}

.bg-dark-alfa:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(17, 17, 17, 0.97);
}

.bg-dark-alfa .YTPOverlay:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(17, 17, 17, 0.97);
}

.bg-color {
  color: #fff;
  background-color: #e41919;
}

.bg-color a {
  color: rgba(255, 255, 255, 0.8);
  padding-bottom: 3px;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.bg-color a:hover {
  color: #fff;
  text-decoration: none;
}

.bg-color .text {
  color: rgba(255, 255, 255, 0.75);
}

.bg-color .section-text {
  color: rgba(255, 255, 255, 0.75);
}

.bg-color .white {
  color: #fff;
}

.bg-color-lighter {
  color: #fff;
}

.bg-color-lighter .text {
  color: rgba(255, 255, 255, 0.75);
}

.bg-color-lighter .section-text {
  color: rgba(255, 255, 255, 0.75);
}

.bg-color-lighter .white {
  color: #fff;
}

.bg-color-lighter a:hover {
  color: #fff;
  text-decoration: none;
}

.bg-color-alfa-30 {
  color: #fff;
}

.bg-color-alfa-30 a {
  color: rgba(255, 255, 255, 0.8);
  padding-bottom: 3px;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.bg-color-alfa-30 a:hover {
  color: #fff;
  text-decoration: none;
}

.bg-color-alfa-30 .text {
  color: rgba(255, 255, 255, 0.75);
}

.bg-color-alfa-30 .section-text {
  color: rgba(255, 255, 255, 0.75);
}

.bg-color-alfa-30 .white {
  color: #fff;
}

.bg-color-alfa-30:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #e41919;
  opacity: .3;
}

.bg-color-alfa-30 .YTPOverlay:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #e41919;
  opacity: .3;
}

.bg-color-alfa-50 {
  color: #fff;
}

.bg-color-alfa-50 a {
  color: rgba(255, 255, 255, 0.8);
  padding-bottom: 3px;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.bg-color-alfa-50 a:hover {
  color: #fff;
  text-decoration: none;
}

.bg-color-alfa-50 .text {
  color: rgba(255, 255, 255, 0.75);
}

.bg-color-alfa-50 .section-text {
  color: rgba(255, 255, 255, 0.75);
}

.bg-color-alfa-50 .white {
  color: #fff;
}

.bg-color-alfa-50:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #e41919;
  opacity: .5;
}

.bg-color-alfa-50 .YTPOverlay:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #e41919;
  opacity: .5;
}

.bg-color-alfa-70 {
  color: #fff;
}

.bg-color-alfa-70 a {
  color: rgba(255, 255, 255, 0.8);
  padding-bottom: 3px;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.bg-color-alfa-70 a:hover {
  color: #fff;
  text-decoration: none;
}

.bg-color-alfa-70 .text {
  color: rgba(255, 255, 255, 0.75);
}

.bg-color-alfa-70 .section-text {
  color: rgba(255, 255, 255, 0.75);
}

.bg-color-alfa-70 .white {
  color: #fff;
}

.bg-color-alfa-70:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #e41919;
  opacity: .7;
}

.bg-color-alfa-70 .YTPOverlay:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #e41919;
  opacity: .7;
}

.bg-color-alfa-90 {
  color: #fff;
}

.bg-color-alfa-90 a {
  color: rgba(255, 255, 255, 0.8);
  padding-bottom: 3px;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.bg-color-alfa-90 a:hover {
  color: #fff;
  text-decoration: none;
}

.bg-color-alfa-90 .text {
  color: rgba(255, 255, 255, 0.75);
}

.bg-color-alfa-90 .section-text {
  color: rgba(255, 255, 255, 0.75);
}

.bg-color-alfa-90 .white {
  color: #fff;
}

.bg-color-alfa-90:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #e41919;
  opacity: .9;
}

.bg-color-alfa-90 .YTPOverlay:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #e41919;
  opacity: .9;
}

.bg-color-alfa {
  color: #fff;
}

.bg-color-alfa a {
  color: rgba(255, 255, 255, 0.8);
  padding-bottom: 3px;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.bg-color-alfa a:hover {
  color: #fff;
  text-decoration: none;
}

.bg-color-alfa .text {
  color: rgba(255, 255, 255, 0.75);
}

.bg-color-alfa .section-text {
  color: rgba(255, 255, 255, 0.75);
}

.bg-color-alfa .white {
  color: #fff;
}

.bg-color-alfa:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #e41919;
  opacity: .97;
}

.bg-color-alfa .YTPOverlay:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #e41919;
  opacity: .97;
}

.bg-light-alfa-30:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(252, 252, 252, 0.3);
}

.bg-light-alfa-30 .YTPOverlay:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(252, 252, 252, 0.3);
}

.bg-light-alfa-50:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(252, 252, 252, 0.5);
}

.bg-light-alfa-50 .YTPOverlay:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(252, 252, 252, 0.5);
}

.bg-light-alfa-70:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(252, 252, 252, 0.7);
}

.bg-light-alfa-70 .YTPOverlay:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(252, 252, 252, 0.7);
}

.bg-light-alfa-90:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(252, 252, 252, 0.9);
}

.bg-light-alfa-90 .YTPOverlay:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(252, 252, 252, 0.9);
}

.bg-orange {
  background-color: #f47631 !important;
}

.bg-yellow {
  background-color: #ffce02 !important;
}

.bg-cyan {
  background-color: #27c5c3 !important;
}

.bg-green {
  background-color: #58bf44 !important;
}

.bg-blue {
  background-color: #43a5de !important;
}

.bg-purple {
  background-color: #375acc !important;
}

.bg-red {
  background-color: #e13939 !important;
}

.section-title {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.5em;
  line-height: 1.4;
}

.section-more {
  margin-top: 7px;
  color: #999;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.4em;
  text-decoration: none;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.section-more:hover {
  text-decoration: none;
  color: #000;
}

.section-more .fa {
  font-size: 12px;
}

.section-heading {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.5em;
  line-height: 1.3;
}

.section-line {
  width: 55px;
  height: 1px;
  margin: 30px auto;
  background: #111;
}

.section-text {
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  line-height: 1.7;
}

.section-text blockquote {
  margin-top: -5px;
}

.section-bot-image {
  margin: 140px 0 -140px;
  text-align: center;
}

.mod-breadcrumbs {
  margin-top: -5px;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.4em;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.mod-breadcrumbs span {
  opacity: .65;
}

.mod-breadcrumbs a {
  text-decoration: none;
}

.mod-breadcrumbs a:hover {
  text-decoration: none;
}

.mod-breadcrumbs .fa {
  font-size: 12px;
}

.mod-breadcrumbs-mini {
  text-align: left;
}

.home-bot-image {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
}

.fixed-height-large {
  box-sizing: border-box;
  min-height: 800px;
}

.fixed-height-medium {
  box-sizing: border-box;
  min-height: 700px;
}

.fixed-height-small {
  box-sizing: border-box;
  min-height: 600px;
}

.split-section {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.split-section-headings {
  width: 50%;
  position: relative;
  overflow: hidden;
  text-align: center;
  background-size: cover;
}

.ssh-table {
  width: 100%;
  min-height: 500px;
  display: table;
}

.ssh-cell {
  display: table-cell;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  background-size: cover;
}

.split-section-content {
  width: 50%;
  position: relative;
  overflow: hidden;
  background-size: cover;
}

.split-section-wrapper {
  padding: 0 80px;
}

.no-touch .fm-menu-links a:hover {
  color: #d5d5d5;
  text-decoration: none;
}

.no-touch .fm-menu-links li.js-opened > a:hover {
  color: #fff;
}

.fm-has-sub .fa {
  font-size: 14px;
}

.js-opened > .fm-has-sub > .fa {
  color: #fff;
}

.bg-colorlighter a {
  color: rgba(255, 255, 255, 0.8);
  padding-bottom: 3px;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.bg-light-alfa:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(252, 252, 252, 0.97);
}

.image-fullwidth img {
  width: 100%;
}

/* ==============================
   Alternative services
   ============================== */
.alt-service-grid {
  margin-top: -60px;
}

.alt-services-image {
  text-align: center;
}

.alt-services-image > img {
  display: block;
  width: 100%;
}

.alt-service-item {
  margin: 60px 0 0;
  position: relative;
  padding-left: 55px;
  padding-top: 3px;
  font-size: 13px;
  font-weight: 300;
  color: #999;
  transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
}

.alt-service-icon {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 40px;
  text-align: center;
  font-size: 28px;
  color: #111;
  transition: all 0.17s cubic-bezier(0, 0, 0.58, 1);
}

.alt-services-title {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 15px;
  font-weight: 400;
  color: #111;
}

/* ==============================
   Team
   ============================== */
.team-item {
  animation: all 2s ease-in-out infinite;
}

.team-item-image {
  position: relative;
  overflow: hidden;
  padding: 10px;
}

.team-item-image img {
  width: 100%;
}

.team-item-image:after {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  z-index: 1;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.team-item-detail {
  opacity: 0;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  padding: 20px 23px 55px;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  text-align: center;
  z-index: 2;
  transform: translateY(-50%);
  background-size: cover;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.team-item-descr {
  color: #fff;
  text-align: center;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.team-item-name {
  margin-top: 23px;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.4em;
}

.team-item-role {
  margin-top: 4px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.4em;
  color: #aaa;
}

.team-social-links {
  font-size: 14px;
  cursor: pointer;
}

.team-social-links a {
  display: inline-block;
  padding: 3px 7px;
  color: rgba(0, 0, 0, 0.4);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

/* ==============================
   Features
   ============================== */
.features-item {
  padding: 15px;
  text-align: center;
  background-size: cover;
}

.features-icon {
  font-size: 48px;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.9);
}

.features-icon.black {
  color: rgba(0, 0, 0, 0.9);
}

.features-title {
  margin-bottom: 3px;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
}

.features-title.black {
  color: rgba(0, 0, 0, 0.9);
}

.features-descr {
  font-size: 15px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.75);
}

.features-descr.black {
  color: rgba(0, 0, 0, 0.75);
}

/* ==============================
   Alt features
   ============================== */
.alt-features-grid {
  margin-top: -70px;
}

.alt-features-item {
  margin-top: 70px;
}

.alt-features-icon {
  padding-top: 10px;
  font-size: 48px;
  line-height: 1.3;
  color: #111;
}

.alt-features-icon img {
  width: 100%;
}

.alt-features-title {
  margin-bottom: 21px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.4em;
}

.alt-features-descr {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.86;
}

/* ==============================
   Benefits
   ============================== */
.benefits-grid {
  margin: 0 0 -40px -20px;
  text-align: center;
  vertical-align: top;
}

.benefit-item {
  display: inline-block;
  width: 264px;
  margin: 0 0 40px 20px;
  padding: 15px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  vertical-align: top;
  cursor: default;
}

.benefit-item:after {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.015);
  opacity: 0;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transform: scale(0.5);
}

.benefit-item:hover:after {
  opacity: 1;
  transform: none;
}

.benefit-item:hover .benefit-number {
  color: rgba(0, 0, 0, 0.035);
  transform: scale(0.75);
}

.benefit-number {
  width: 100%;
  position: absolute;
  top: 0;
  left: -50px;
  font-size: 120px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  color: rgba(0, 0, 0, 0.025);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.benefit-icon {
  position: relative;
  margin-bottom: 6px;
  font-size: 32px;
}

.benefit-title {
  position: relative;
  margin: 0 0 17px 0;
  padding: 0;
  font-size: 14px;
  text-transform: uppercase;
}

.benefits-descr {
  position: relative;
  font-size: 13px;
  font-weight: 300;
  color: #fff;
}

/* ==============================
   Counters
   ============================== */
.count-wrapper {
  padding: 40px 20px;
  border: 1px solid rgba(0, 0, 0, 0.09);
}

.count-number {
  font-size: 48px;
  font-weight: 300;
  line-height: 1.3;
  text-align: center;
}

.count-descr {
  color: #999;
  font-size: 11px;
  text-align: center;
}

.count-descr .fa {
  font-size: 14px;
}

.count-title {
  margin-top: -1px;
  font-size: 13px;
}

.count-separator {
  height: 30px;
  clear: both;
  float: none;
  overflow: hidden;
}

/* ==============================
   Portfolio
   ============================== */
.works-filter {
  list-style: none;
  padding: 0;
  margin: 0 0 45px 0;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.4em;
  color: #555;
  cursor: default;
}

.works-filter a {
  display: inline-block;
  margin: 0 27px;
  color: #999;
  text-decoration: none;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  cursor: pointer;
}

.works-filter a:hover {
  color: #111;
  text-decoration: none;
}

.works-filter a.active {
  color: #111;
  cursor: default;
}

.works-filter a.active:hover {
  color: #111;
}

.works-grid {
  list-style: none;
  margin: 0;
  padding: 0;
}

.works-grid.work-grid-gut {
  margin: 0 0 0 -10px;
}

.works-grid.work-grid-gut .work-item {
  padding: 0 0 10px 10px;
}

.works-grid.hide-titles .work-item > a {
  overflow: hidden;
  padding: 0;
}

.works-grid.hide-titles .work-item .work-intro {
  opacity: 0;
  bottom: -94px;
}

.works-grid.hide-titles .work-item:hover .work-intro {
  opacity: 1;
}

.works-grid.hover-color .work-item:hover .work-intro {
  color: #fff;
}

.works-grid.hover-color .work-item:hover .work-title {
  color: #fff;
}

.works-grid.hover-color .work-item:hover .work-descr {
  color: #fff;
}

.works-grid.hover-color .work-item:hover .work-img:after {
  background: #e41919;
  opacity: .73;
}

.works-grid.hover-white .work-item:hover .work-intro {
  color: #000;
}

.works-grid.hover-white .work-item:hover .work-title {
  color: #000;
}

.works-grid.hover-white .work-item:hover .work-descr {
  color: #000;
}

.works-grid.hover-white .work-item:hover .work-img:after {
  background: rgba(250, 250, 250, 0.9);
}

.work-item {
  width: 25%;
  float: left;
  margin: 0;
  box-sizing: border-box;
}

.work-item > a {
  display: block;
  padding: 0 0 84px 0;
  position: relative;
  box-sizing: border-box;
  text-decoration: none;
}

.work-item a {
  color: #111;
  border: none;
}

.work-item a:hover {
  color: #111;
  border: none;
}

.work-item:hover .work-intro {
  color: #fff;
  transform: translateY(-99px);
  z-index: 3;
}

.work-item:hover .work-title {
  color: #ccc;
}

.work-item:hover .work-descr {
  color: #999;
}

.work-item:hover .work-img:after {
  background: rgba(20, 20, 20, 0.85);
}

.work-item:hover .work-img > img {
  transform: scale(1.05);
}

.work-item .work-img:after {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(250, 250, 250, 0);
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.work-item .work-img > img {
  transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.work-img {
  position: relative;
  overflow: hidden;
}

.work-img img {
  width: 100%;
  display: block;
  overflow: hidden;
}

.work-intro {
  width: 100%;
  height: 84px;
  padding: 20px 20px 0 20px;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  overflow: hidden;
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.work-title {
  margin: 0 0 8px 0;
  padding: 0;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  line-height: 1.2;
}

.work-descr {
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
  color: #aaa;
  line-height: 1.2;
}

.work-full {
  display: none;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 10000;
}

.work-full-load {
  padding-top: 60px;
}

.work-loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 10001;
}

.work-loader:after {
  display: block;
  content: " ";
  width: 16px;
  height: 16px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -8px 0 0 -8px;
  background: url(../images/loader.gif) no-repeat;
}

.work-navigation {
  width: 100%;
  background: #fff;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  z-index: 99;
}

.work-navigation .fa {
  font-size: 12px;
  vertical-align: middle;
}

.work-navigation .fa-times {
  font-size: 16px;
  margin-top: -2px;
}

.work-navigation a {
  display: block;
  float: left;
  width: 33.33333%;
  overflow: hidden;
  vertical-align: middle;
  text-decoration: none;
  white-space: nowrap;
  cursor: default;
  color: #555;
}

.work-navigation a:visited {
  color: #555;
}

.work-navigation a:hover {
  color: #111;
}

.work-navigation a span {
  display: inline-block;
  height: 60px;
  line-height: 59px;
  padding: 0 4%;
  background: #fff;
  cursor: pointer;
  transition: all 0.3s ease-out;
}

.work-navigation span:hover {
  background: #f7f7f7;
}

.work-back-link {
  margin: 20px 0 0;
  display: block;
  background: #fff;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #151515;
}

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

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

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

.work-container {
  padding: 50px 0;
}

.work-full-title {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
}

.work-full-media {
  margin-top: 30px;
}

.work-full-media img {
  max-width: 100%;
  height: auto;
}

.work-full-text {
  text-align: left;
  font-size: 13px;
  color: #fff;
}

.work-full-text h6 {
  margin-top: 5px;
}

.work-detail {
  font-weight: 400;
}

.work-detail p:last-child {
  margin-bottom: 0;
}

.work-full-detail {
  font-size: 11px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.work-full-detail p {
  padding: 4px 0;
  margin: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.work-full-detail p:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.work-full-detail p strong {
  width: 100px;
  display: inline-block;
}

.work-full-action {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #eaeaea;
  text-align: center;
}

.work-grid-2 .work-item {
  width: 50%;
}

.work-grid-3 .work-item {
  width: 33.333%;
}

.container .work-grid-3 .work-item {
  width: 33.2%;
}

.work-grid-5 .work-item {
  width: 20%;
}

/* ==============================
   Banner section
   ============================== */
.banner-section {
  overflow: visible;
  border-bottom: 1px solid transparent;
}

.banner-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
}

.banner-decription {
  margin-bottom: 35px;
  font-size: 15px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
}

.banner-image {
  margin: -40px 0 0;
  text-align: right;
}

/* ==============================
   Testimonial
   ============================== */
.testimonial {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  text-align: center;
  font-family: Open Sans, arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0;
  opacity: .85;
}

.testimonial p {
  font-size: 18px;
}

.logo-item {
  height: 80px;
  text-align: center;
  opacity: .75;
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.logo-item:hover {
  opacity: 1;
}

.logo-item img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

/* ==============================
   Post previews
   ============================== */
.post-prev-img {
  margin-bottom: 23px;
  position: relative;
}

.post-prev-img a {
  transition: all 0.2s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.post-prev-img a:hover {
  opacity: .85;
}

.post-prev-img img {
  width: 100%;
}

.post-prev-title {
  margin-bottom: 6px;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.post-prev-title a {
  color: #fff;
  text-decoration: none;
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.post-prev-title a:hover {
  color: #111;
}

.post-prev-info {
  margin-bottom: 15px;
  font-size: 11px;
  text-decoration: none;
  color: #aaa;
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.post-prev-info a {
  margin-bottom: 15px;
  font-size: 11px;
  text-decoration: none;
  color: #aaa;
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.post-prev-info a:hover {
  color: #111;
}

.post-prev-text {
  margin-bottom: 22px;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.75;
}

/* ==============================
   Newsletter
   ============================== */
.newsletter-label {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.3em;
}

.form input.newsletter-field {
  max-width: 293px;
}

.form input.newsletter-field:focus:-moz-placeholder {
  color: #111;
}

.form input.newsletter-field:focus:-ms-input-placeholder {
  color: #111;
}

.form input.newsletter-field:focus::-webkit-input-placeholder {
  color: #111;
}

.form input.newsletter-field:-moz-placeholder {
  color: #fff;
}

.form input.newsletter-field:focus::-moz-placeholder {
  color: #111;
}

.form input.newsletter-field:-ms-input-placeholder {
  color: #fff;
}

.form input.newsletter-field::-webkit-input-placeholder {
  color: #fff;
}

.form input.newsletter-field::-moz-placeholder {
  color: #fff;
}

/* ==============================
   Contact section
   ============================== */
.contact-item {
  position: relative;
  padding-left: 44px;
  color: #444;
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.contact-item a {
  color: #444;
  text-decoration: none;
}

.contact-item a:hover {
  color: #000;
  text-decoration: none;
}

.ci-icon {
  width: 23px;
  height: 23px;
  position: absolute;
  top: 10px;
  left: 3px;
  color: #fff;
  text-align: center;
  line-height: 23px;
}

.ci-icon:before {
  content: " ";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #111;
  border-radius: 2px;
  transform: rotate(45deg);
}

.ci-icon i {
  position: relative;
}

.ci-icon span {
  position: relative;
}

.ci-title {
  margin-bottom: 1px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.3em;
}

.ci-text {
  font-size: 15px;
  font-weight: 300;
}

.cf-left-col {
  width: 49.4%;
  float: left;
  margin-right: 1.2%;
}

.cf-right-col {
  width: 49.4%;
  float: left;
}

.contact-form .form-group {
  margin-bottom: 10px;
}

/* ==============================
   Google maps
   ============================== */
.google-map {
  position: relative;
  background: #111;
}

.google-map > iframe {
  display: block;
  width: 100%;
  height: 410px;
  position: relative;
  background-color: #111 !important;
  z-index: 1;
}

.gm-style-cc {
  display: none !important;
}

.map-section {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 !important;
  background: rgba(17, 17, 17, 0.93);
  z-index: 2;
  cursor: pointer;
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.map-section:hover {
  background: rgba(17, 17, 17, 0.9);
}

.map-section.js-active {
  height: 25px;
  background: rgba(17, 17, 17, 0.75);
}

.map-section.js-active .mt-text {
  font-size: 14px;
  position: relative;
  top: -20px;
}

.map-section.js-active:hover {
  background: rgba(17, 17, 17, 0.85);
}

.map-section.js-active .mt-icon {
  opacity: 0;
}

.map-toggle {
  width: 200px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -50px 0 0 -100px;
  color: #fff;
  text-align: center;
}

.mt-icon {
  width: 27px;
  height: 27px;
  line-height: 27px;
  margin: 6px auto 25px;
  position: relative;
  color: #111;
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.mt-icon:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  border-radius: 2px;
  transform: rotate(45deg);
}

.mt-icon i {
  position: relative;
}

.mt-icon span {
  position: relative;
}

.mt-text {
  margin-left: 12px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  color: rgba(255, 255, 255, 0.75);
}

.mt-close {
  display: none;
}

.gm-style-iw div {
  color: #fff;
}

/* ==============================
   Footer
   ============================== */
.footer {
  text-align: left;
  font-size: 16px;
  color: #ffffff;
  padding-bottom: 80px;
}

.footer .footer-credits {
  text-align: center !important;
}

.footer .footer-credits a {
  text-decoration: underline;
}

.footer .footer-address span {
  padding: 2px 0;
}

.footer .footer-social a img {
  width: 50%;
  margin-bottom: 10px;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}

@media (max-width: 991px) and (min-width: 425px) {
  .footer .footer-social a img {
    width: 20%;
  }
}

@media (max-width: 425px) {
  .footer .footer-social a img {
    width: 40%;
  }
}

.footer .footer-social img:hover {
  filter: invert(1);
  background: #000;
  border-radius: 5px;
}

@media (max-width: 991px) {
  .footer {
    text-align: center;
  }
  .footer .footer-logo, .footer .footer-contact, .footer .footer-address {
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) and (min-width: 425px) {
  .footer .footer-logo img {
    width: 30%;
  }
}

@media (max-width: 425px) {
  .footer .footer-logo img {
    width: 50%;
  }
}

.footer a {
  font-size: 16px;
  padding: 2px 0;
  color: #fff;
  text-decoration: none;
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.footer a:hover {
  text-decoration: underline;
  color: #ffffff;
}

a.link-to-top {
  position: absolute;
  bottom: 22px;
  right: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  font-size: 48px;
}

/* ==============================
   Blog
   ============================== */
.blog-item {
  margin-bottom: 80px;
  position: relative;
}

.blog-item-date {
  width: 100px;
  padding: 10px;
  position: absolute;
  top: 0;
  left: -130px;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  color: #999;
  border-right: 1px solid #eee;
}

.date-num {
  display: block;
  margin-bottom: 3px;
  font-size: 18px;
  font-weight: 400;
  color: #555;
}

.blog-media {
  margin-bottom: 30px;
}

.blog-media img {
  width: 100%;
}

.blog-media .video {
  width: 100%;
}

.blog-media iframe {
  width: 100%;
}

.blog-item-title {
  margin: 0 0 .5em 0;
  padding: 0;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
}

.blog-item-title a {
  color: #111;
  text-decoration: none;
}

.blog-item-title a:hover {
  color: #fff;
  text-decoration: none;
}

.blog-item-data {
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  color: #aaa;
}

.blog-item-data a {
  color: #aaa;
  text-decoration: none;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.blog-item-data a:hover {
  color: #000;
  text-decoration: none;
}

.separator {
  margin: 0 5px;
}

.blog-post-data {
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  color: #aaa;
}

.blog-item-body {
  font-size: 16px;
  font-weight: 300;
  color: #5f5f5f;
  line-height: 1.8;
}

.blog-item-body h1 {
  margin: 1.3em 0 0.5em 0;
}

.blog-item-body h2 {
  margin: 1.3em 0 0.5em 0;
}

.blog-item-body h3 {
  margin: 1.3em 0 0.5em 0;
}

.blog-item-body h4 {
  margin: 1.3em 0 0.5em 0;
}

.blog-item-body h5 {
  margin: 1.3em 0 0.5em 0;
}

.blog-item-body h6 {
  margin: 1.3em 0 0.5em 0;
}

.blog-item-more {
  border: 1px solid #eaeaea;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.blog-item-more:hover {
  text-decoration: none;
  border-color: #111;
}

.blog-item-q {
  background: none;
  border: none;
  padding: 0;
  margin: 1em 0;
}

.blog-item-q p {
  position: relative;
  background: #f8f8f8;
  padding: 17px 20px;
  font-size: 18px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0;
}

.blog-item-q p a {
  color: #555;
  text-decoration: none;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.blog-item-q p a:hover {
  text-decoration: none;
  color: #fff;
}

.blog-item-q p:before {
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  content: '"';
  position: absolute;
  top: 10px;
  left: 10px;
}

.blog-item-q p:after {
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  content: '"';
}

.blog-item-q p:hover:before {
  color: #fff;
}

.blog-item-q p:hover:after {
  color: #fff;
}

.blog-item-q:hover a {
  text-decoration: none;
  color: #fff;
}

.blog-page-title {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.pagination {
  font-size: 13px;
  font-family: Open Sans, arial, sans-serif;
}

.pagination a {
  display: inline-block;
  min-width: 30px;
  box-sizing: border-box;
  padding: 7px 14px;
  border: 1px solid #eaeaea;
  color: #999;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.pagination a:hover {
  text-decoration: none;
  border-color: #bbb;
  color: #444;
}

.pagination a.active {
  border-color: #bbb;
  color: #444;
  cursor: default;
}

.pagination a.active:hover {
  border-color: #bbb;
  color: #444;
  cursor: default;
}

.pagination a.no-active {
  border-color: #efefef;
  color: #bbb;
  cursor: default;
}

.pagination a.no-active:hover {
  border-color: #efefef;
  color: #bbb;
  cursor: default;
}

.pagination .fa {
  margin-top: 1px;
  font-size: 16px;
}

.comment-item {
  padding-top: 30px !important;
  border-top: 1px dotted #eaeaea;
  font-size: 14px;
  overflow: hidden;
}

.comment-item:first-child {
  padding-top: 0;
  border-top: none;
}

.media-body {
  overflow: hidden;
}

.comment-avatar {
  width: 50px;
  margin-right: 10px;
  border-radius: 50%;
}

.comment-item-data {
  margin: 0 0 5px;
  text-transform: uppercase;
  font-family: Open Sans, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #fff;
}

.comment-item-data a {
  color: #fff;
  text-decoration: none;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.comment-item-data a:hover {
  color: #000;
  text-decoration: none;
}

.comment-author {
  display: inline-block;
  margin-right: 20px;
  font-size: 11px;
  font-weight: 700;
}

.comment-author a {
  color: #999;
}

.sidebar {
  margin-top: 10px;
}

.widget {
  margin-bottom: 60px;
}

.widget .img-left {
  margin: 0 10px 10px 0;
}

.widget .img-right {
  margin: 0 0 10px 10px;
}

.widget-title {
  margin-bottom: 20px;
  padding-bottom: 5px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  border-bottom: 1px solid #ccc;
}

.widget-body {
  font-size: 13px;
  color: #fff;
}

.widget-text {
  line-height: 1.7;
}

.search-wrap {
  position: relative;
}

.search-field {
  width: 100% !important;
  height: 40px !important;
  box-sizing: border-box;
}

.search-button {
  width: 42px;
  height: 40px;
  line-height: 38px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  right: 1px;
  overflow: hidden;
  background: transparent;
  border: none;
  outline: none;
  color: #999;
  font-size: 14px;
}

.search-button:hover {
  color: #111;
}

.search-button:hover + .search-field {
  border-color: #ccc;
}

.widget-menu {
  font-size: 13px;
}

.widget-menu li {
  padding: 5px 0;
}

.widget-menu li a {
  color: #555;
  padding-bottom: 2px;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: all 0.17s cubic-bezier(0, 0, 0.58, 1);
}

.widget-menu li a:hover {
  color: #999;
}

.widget-menu li a.active {
  color: #999;
}

.widget-menu li small {
  font-size: 11px;
  color: #aaa;
}

.widget-comments {
  color: #aaa;
}

.widget-comments li {
  padding: 12px 0;
  border-bottom: 1px dotted #eaeaea;
}

.widget-comments li a {
  color: #555;
  text-decoration: none;
  transition: all 0.17s cubic-bezier(0, 0, 0.58, 1);
}

.widget-comments li a:hover {
  color: #999;
}

.widget-posts {
  color: #aaa;
}

.widget-posts li {
  font-size: 12px;
  padding: 12px 0;
  border-bottom: 1px dotted #eaeaea;
}

.widget-posts li a {
  font-size: 13px;
  display: block;
  color: #555;
  text-decoration: none;
  transition: all 0.17s cubic-bezier(0, 0, 0.58, 1);
}

.widget-posts li a:hover {
  color: #999;
}

.widget-posts-img {
  float: left;
  margin: 0 7px 0 0;
}

.widget-posts-descr {
  overflow: hidden;
}

a.blog-item-more {
  color: #fff;
  text-decoration: none;
}

a.blog-item-more:hover {
  color: #111;
}

.tags a {
  display: inline-block;
  margin: 0 2px 5px 0;
  padding: 5px 7px;
  border: 1px solid #eaeaea;
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.tags a:hover {
  text-decoration: none;
  border-color: #333;
  color: #111;
}

/* ==============================
   Shop
   ============================== */
.shopping-cart-table a {
  text-decoration: none;
}

table.shopping-cart-table tr th {
  vertical-align: middle;
}

table.shopping-cart-table tr td {
  vertical-align: middle;
}

/* ==============================
   Pricing
   ============================== */
.pricing-item {
  margin: 0 0 30px;
  position: relative;
  text-align: center;
}

.pricing-item-inner {
  border: 1px solid #eaeaea;
  vertical-align: middle;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.pricing-item-inner:hover {
  border-color: #aaa;
}

.pricing-wrap {
  position: relative;
  box-sizing: border-box;
  padding: 30px 20px;
  text-align: center;
  overflow: hidden;
}

.pricing-icon {
  padding-top: 10px;
  padding-bottom: 5px;
  position: relative;
  font-size: 32px;
  z-index: 1;
}

.pricing-title {
  position: relative;
  margin-bottom: 40px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 1;
}

.pr-list {
  margin: 0 -20px 30px;
  padding: 0;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.pr-list li {
  padding: 12px 20px;
  list-style: none;
  border-bottom: 1px solid #f1f1f1;
}

.pr-list li:first-child {
  border-top: 1px solid #f1f1f1;
}

.pricing-num {
  font-size: 40px;
  font-weight: 300;
  line-height: 1;
}

.pricing-num sup {
  font-family: Open Sans, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  position: relative;
  top: -20px;
  left: -3px;
  margin-left: -7px;
}

.pr-button {
  margin: 30px -20px 0;
  padding-top: 30px;
  border-top: 1px solid #f1f1f1;
}

.pr-per {
  color: #999;
  font-size: 12px;
}

.main .pricing-item-inner {
  border-color: #aaa;
}

/* ==============================
   Shortcodes
   ============================== */
.margin-block {
  margin-bottom: 30px;
}

.owl-carousel {
  overflow: hidden;
}

.owl-carousel:hover .owl-prev {
  opacity: 1;
  left: -35px;
}

.owl-carousel:hover .owl-next {
  opacity: 1;
  right: -35px;
}

.owl-buttons {
  position: static;
}

.owl-prev {
  opacity: 0;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  width: 105px;
  height: 105px;
  line-height: 105px;
  font-size: 16px;
  text-align: center;
  color: #111;
  z-index: 6;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  left: -50px;
}

.owl-prev:before {
  content: "";
  display: block;
  width: 66%;
  height: 66%;
  position: absolute;
  top: 17px;
  left: 0;
  background: #fff;
  border-radius: 2px;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
  transform: rotate(45deg);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.owl-prev .fa {
  position: relative;
}

.owl-prev:hover {
  transition: 0 none !important;
}

.owl-prev:hover:before {
  opacity: 0.87;
}

.owl-prev:active:before {
  opacity: 0.6;
}

.owl-next {
  opacity: 0;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  width: 105px;
  height: 105px;
  line-height: 105px;
  font-size: 16px;
  text-align: center;
  color: #111;
  z-index: 6;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  right: -50px;
}

.owl-next:before {
  content: "";
  display: block;
  width: 66%;
  height: 66%;
  position: absolute;
  top: 17px;
  left: 0;
  background: #fff;
  border-radius: 2px;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
  transform: rotate(45deg);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  left: auto;
  right: 0;
}

.owl-next .fa {
  position: relative;
}

.owl-next:hover {
  transition: 0 none !important;
}

.owl-next:hover:before {
  opacity: 0.87;
}

.owl-next:active:before {
  opacity: 0.6;
}

.owl-pagination {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 30px;
  left: 0;
  text-align: center;
}

.owl-page {
  display: inline-block;
  padding: 6px 4px;
  position: relative;
}

.owl-page span {
  width: 6px;
  height: 6px;
  display: block;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
  z-index: 1000 !important;
  border-radius: 4px;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.owl-page:hover span {
  background: #fff;
}

.owl-page.active span {
  background: transparent;
  bordeR: 1px solid rgba(255, 255, 255, 0.8);
  transform: scale(1.3333333);
}

.item-carousel {
  margin-bottom: -50px;
  padding-bottom: 50px;
}

.item-carousel .owl-prev {
  left: -125px;
}

.item-carousel .owl-next {
  right: -125px;
}

.item-carousel .owl-pagination {
  bottom: 0;
}

.single-carousel {
  margin-bottom: 35px;
}

.single-carousel .owl-pagination {
  position: relative;
  left: 0;
  top: 35px;
  margin: 0;
}

.single-carousel.black .owl-page span {
  background: rgba(0, 0, 0, 0.15);
  box-shadow: none;
}

.single-carousel.black .owl-page:hover span {
  background: rgba(0, 0, 0, 0.4);
}

.single-carousel.black .owl-page.active span {
  background: rgba(0, 0, 0, 0.4);
}

.single-carousel.black .owl-prev {
  color: rgba(0, 0, 0, 0.2);
  text-shadow: none;
  box-shadow: none;
}

.single-carousel.black .owl-prev:hover {
  color: rgba(0, 0, 0, 0.35);
}

.single-carousel.black .owl-next {
  color: rgba(0, 0, 0, 0.2);
  text-shadow: none;
  box-shadow: none;
}

.single-carousel.black .owl-next:hover {
  color: rgba(0, 0, 0, 0.35);
}

.single-carousel .owl-prev {
  left: -125px;
}

.single-carousel .owl-next {
  right: -125px;
}

.small-item-carousel {
  margin-bottom: 35px;
}

.small-item-carousel .owl-pagination {
  position: relative;
  left: 0;
  top: 35px;
  margin: 0;
}

.small-item-carousel.black .owl-page span {
  background: rgba(0, 0, 0, 0.15);
  box-shadow: none;
}

.small-item-carousel.black .owl-page:hover span {
  background: rgba(0, 0, 0, 0.4);
}

.small-item-carousel.black .owl-page.active span {
  background: rgba(0, 0, 0, 0.4);
}

.small-item-carousel.black .owl-prev {
  color: rgba(0, 0, 0, 0.2);
  text-shadow: none;
  box-shadow: none;
}

.small-item-carousel.black .owl-prev:hover {
  color: rgba(0, 0, 0, 0.35);
}

.small-item-carousel.black .owl-next {
  color: rgba(0, 0, 0, 0.2);
  text-shadow: none;
  box-shadow: none;
}

.small-item-carousel.black .owl-next:hover {
  color: rgba(0, 0, 0, 0.35);
}

.small-item-carousel .owl-prev {
  left: -125px;
}

.small-item-carousel .owl-next {
  right: -125px;
}

.black-arrows .owl-prev {
  color: #fff;
}

.black-arrows .owl-prev:before {
  background: #000;
}

.black-arrows .owl-next {
  color: #fff;
}

.black-arrows .owl-next:before {
  background: #000;
}

.tpl-tabs {
  border-color: #e5e5e5;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.tpl-tabs > li > a {
  text-decoration: none;
  color: #fff;
  border-radius: 0;
}

.tpl-tabs > li > a:hover {
  background-color: #f5f5f5;
}

.tpl-tabs li.active a {
  color: #000;
}

.tpl-tabs-cont {
  padding: 30px 0;
  color: #fff;
  line-height: 1.8;
}

.tpl-minimal-tabs {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  border: none;
}

.tpl-minimal-tabs > li {
  padding: 0 30px;
  background: none !important;
}

.tpl-minimal-tabs > li > a {
  padding: 6px 20px 5px;
  text-decoration: none;
  color: #000;
  background: none;
  border: 1px solid transparent;
  border-radius: 20px;
}

.tpl-minimal-tabs > li > a:hover {
  background: none;
  border-color: #e9e9e9;
  color: #fff;
}

.tpl-minimal-tabs li.active a {
  border: 1px solid #222 !important;
  background: none !important;
  color: #000;
  cursor: default;
}

.tpl-minimal-tabs li.active a:hover {
  border: 1px solid #222 !important;
  background: none !important;
  color: #000;
  cursor: default;
}

.tpl-alt-tabs {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.4em;
  border: none;
}

.tpl-alt-tabs > li {
  width: 215px;
  display: inline-block;
  vertical-align: top;
  float: none;
  padding: 0;
  background: none !important;
}

.tpl-alt-tabs > li > a {
  text-decoration: none;
  color: #a3a3a3;
  background: none !important;
  border: none !important;
  transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.tpl-alt-tabs > li > a:hover {
  background: none;
  color: #111;
}

.tpl-alt-tabs li.active a {
  cursor: default;
  color: #111;
}

.tpl-alt-tabs li.active a:hover {
  cursor: default;
  color: #111;
}

.tpl-alt-tabs li.active a:focus {
  cursor: default;
  color: #111;
}

.alt-tabs-icon {
  display: block;
  margin-bottom: 12px;
  font-size: 48px;
  letter-spacing: 0;
}

.alert {
  margin: 0 auto 10px;
  padding: 14px 20px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 0;
}

.success {
  border-color: #a9e2c2;
  color: #36a367;
}

.info {
  border-color: #9ecdfc;
  color: #297ad3;
}

.notice {
  border-color: #f9ce75;
  color: #e9a00a;
}

.error {
  border-color: #fbb;
  color: #e33131;
}

.accordion > dt {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.accordion > dt > a {
  display: block;
  position: relative;
  color: #fff;
  text-decoration: none;
  padding: 14px 20px;
  border: 1px solid #e5e5e5;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.accordion > dt > a:hover {
  text-decoration: none;
  border-color: #ddd;
  background-color: #fcfcfc;
  color: #444;
}

.accordion > dt > a:hover:after {
  color: #444;
}

.accordion > dt > a.active {
  color: #000;
  border-color: #ddd;
  background-color: #fcfcfc;
  cursor: default;
}

.accordion > dt > a.active:after {
  content: "\f106";
  color: #111;
}

.accordion > dt > a.active:hover:after {
  content: "\f106";
  color: #111;
}

.accordion > dt > a:after {
  content: "\f107";
  width: 15px;
  height: 15px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  right: 10px;
  font-family: FontAwesome;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 15px;
  line-height: 15px;
  text-align: center;
  color: #999;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.accordion > dd {
  margin-bottom: 10px;
  padding: 10px 20px 20px;
  font-size: 14px;
  line-height: 1.8;
  color: #fff;
}

.toggle > dt {
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.toggle > dt > a {
  display: block;
  position: relative;
  color: #fff;
  text-decoration: none;
  padding: 14px 20px;
  border: 1px solid #e5e5e5;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.toggle > dt > a:hover {
  text-decoration: none;
  border-color: #ddd;
  background-color: #fcfcfc;
  color: #444;
}

.toggle > dt > a:hover:after {
  color: #444;
}

.toggle > dt > a.active {
  color: #000;
  border-color: #ddd;
  background-color: #fcfcfc;
}

.toggle > dt > a.active:after {
  content: "\f106";
  color: #111;
}

.toggle > dt > a.active:hover:after {
  content: "\f106";
  color: #111;
}

.toggle > dt > a:after {
  content: "\f107";
  width: 15px;
  height: 15px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  right: 10px;
  font-family: FontAwesome;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 15px;
  line-height: 15px;
  text-align: center;
  color: #999;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.toggle > dd {
  margin-bottom: 10px;
  padding: 10px 20px 20px;
  font-size: 14px;
  line-height: 1.8;
  color: #fff;
}

.tpl-progress {
  margin-top: 10px;
  margin-bottom: 50px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  overflow: visible;
  height: 2px;
  background: #f0f0f0;
  border-radius: 0;
  box-shadow: none;
}

.tpl-progress .progress-bar {
  padding-top: 2px;
  position: relative;
  overflow: visible;
  background-color: #222;
  font-size: 11px;
  color: #000;
  text-align: left;
  box-sizing: border-box;
}

.tpl-progress .progress-bar > span {
  display: inline-block;
  min-width: 24px;
  height: 24px;
  padding: 0 3px;
  position: absolute;
  top: 0;
  right: -5px;
  text-align: center;
  line-height: 23px;
  letter-spacing: 0;
  border-radius: 15px;
}

.tpl-progress-alt {
  background: #f2f2f2;
  border-radius: 0;
  box-shadow: none;
}

.tpl-progress-alt .progress-bar {
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  overflow: visible;
  background-color: #222;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  text-align: left;
  box-sizing: border-box;
}

.fa-examples {
  color: #555;
  margin-left: 1px;
}

.fa-examples > div {
  padding: 0;
  border: 1px solid #e5e5e5;
  margin: -1px 0 0 -1px;
  font-size: 13px;
}

.fa-examples > div:hover {
  background: #f0f0f0;
  color: #000;
}

.fa-examples > div > i {
  display: inline-block;
  margin-right: 5px;
  min-width: 40px;
  min-height: 40px;
  border-right: 1px solid #f1f1f1;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
}

.fa-examples > div > .muted {
  margin-left: 5px;
  color: #999;
  font-size: 12px;
}

.fa-sm {
  width: 20px;
  font-size: 14px;
}

.et-examples {
  color: #555;
  margin-left: 1px;
  vertical-align: middle;
}

.et-examples .box1 {
  display: block;
  width: 33%;
  float: left;
  padding: 0;
  border: 1px solid #e5e5e5;
  margin: -1px 0 0 -1px;
  font-size: 13px;
}

.et-examples .box1:hover {
  background: #f8f8f8;
  color: #111;
}

.et-examples .box1 > span {
  display: inline-block;
  margin-right: 5px;
  min-width: 70px;
  min-height: 70px;
  border-right: 1px solid #f1f1f1;
  line-height: 70px;
  text-align: center;
  font-size: 32px;
}

@media only screen and (max-width: 1024px) {
  .et-examples .box1 {
    width: 50%;
  }
}

@media only screen and (max-width: 480px) {
  .et-examples .box1 {
    width: 100%;
  }
}

section:hover .single-carousel .owl-prev {
  opacity: 1;
  left: -80px;
}

section:hover .single-carousel .owl-next {
  opacity: 1;
  right: -80px;
}

section:hover .small-item-carousel .owl-prev {
  opacity: 1;
  left: -80px;
}

section:hover .small-item-carousel .owl-next {
  opacity: 1;
  right: -80px;
}

section:hover .item-carousel.owl-carousel .owl-prev {
  opacity: 1;
  left: -80px;
}

section:hover .item-carousel.owl-carousel .owl-next {
  opacity: 1;
  right: -80px;
}

.work-full-slider .owl-pagination {
  bottom: 15px;
}

.content-slider .owl-pagination {
  bottom: 15px;
}

.progress-color .progress-bar {
  background-color: #e33131;
  color: #e33131;
}

.progress-color .progress-bar > span {
  background-color: #e33131;
  color: #fff;
}

.highlight pre {
  border-color: #e9e9e9;
  background: #fcfcfc;
  color: #555;
  border-radius: 0;
}

/* ==============================
   Intro page
   ============================== */
.intro-image {
  width: 100%;
}

.intro-label {
  position: absolute;
  top: 7px;
  right: 10px;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.label-new {
  background: #f32929;
  color: #fff;
  padding: 2px 3px;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.label-for-button {
  position: absolute;
  top: -5px;
  right: -5px;
}

.intro-label-round {
  width: 50px;
  height: 50px;
  position: absolute;
  top: -5px;
  right: -5px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  line-height: 50px;
  background: #f32929;
  border-radius: 50%;
}

.buy-button {
  display: inline-block;
  width: 50px;
  height: 50px;
  padding: 8px 0;
  position: fixed;
  bottom: 55px;
  right: 15px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 1.2;
  z-index: 100;
  transition: all 0.17s cubic-bezier(0, 0, 0.58, 1);
}

.buy-button:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #58bf44;
  border-radius: 50%;
}

.buy-button:hover {
  color: #fff;
  text-decoration: none;
  transform: scale(1.2);
}

.buy-button:focus {
  color: #fff;
  text-decoration: none;
  transform: scale(1.2);
}

.buy-button i {
  position: relative;
  left: -1px;
}

.buy-button span {
  display: block;
  position: relative;
  margin-top: 1px;
  font-size: 11px;
  letter-spacing: 1px;
  font-weight: bold;
  text-transform: uppercase;
}

/* ==============================
   Special demos
   ============================== */
.magazine-logo-text {
  margin-top: 0;
  position: relative;
  font-size: 25px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  line-height: 1.8;
}

.blog-posts-carousel-item {
  padding-bottom: 20px;
}

.blog-posts-carousel-item .post-prev-title {
  padding: 0 10px;
}

.blog-posts-carousel-item .post-prev-info {
  padding: 0 10px;
}

.blog-post-prev-small {
  color: #aaa;
  font-size: 12px;
  padding: 12px 0;
  border-top: 1px dotted #eaeaea;
}

.blog-post-prev-small a {
  font-size: 13px;
  display: block;
  color: #555;
  text-decoration: none;
  transition: all 0.17s cubic-bezier(0, 0, 0.58, 1);
}

.blog-post-prev-small a:hover {
  color: #999;
}

.blog-slide-info {
  width: 100%;
  padding: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-transform: uppercase;
  text-align: center;
  font-size: 11px;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.75);
  box-sizing: border-box;
  background: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
  background-color: rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0.65);
}

.blog-slide-title {
  margin-bottom: 6px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.blog-slide-title a {
  display: block;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.blog-slide-title a:hover {
  color: #fff;
}

.blog-slide-data {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
}

.blog-slide-data a {
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.blog-slide-data a:hover {
  color: #fff;
  text-decoration: none;
}

.play-video-link {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  color: #111;
}

.play-video-link:hover {
  color: #fff;
  text-decoration: none;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.play-video-link:focus {
  color: #fff;
  text-decoration: none;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.play-video-link .fa {
  vertical-align: middle;
}

.download-button {
  display: inline-block;
  position: relative;
  padding: 13px 20px 13px 55px;
  border: 2px solid #111;
  text-align: left;
  text-decoration: none;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.download-button:hover {
  text-decoration: none;
  color: #111;
  opacity: .6;
}

.download-button:focus {
  text-decoration: none;
  color: #111;
  opacity: .6;
}

.db-icon {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 28px;
  line-height: 40px;
  text-align: center;
}

.db-title {
  display: block;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
}

.db-descr {
  display: block;
  font-size: 11px;
  color: #fff;
  font-weight: 400;
}

.fullwidth-slideshow {
  cursor: grab;
}

.fullwidth-slideshow-pager-wrap {
  cursor: default;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 60px 0 20px;
  z-index: 25;
  background: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.65));
  background-color: rgba(0, 0, 0, 0);
}

.fullwidth-slideshow-pager-wrap .owl-item {
  opacity: .7;
  transition: all 0.07s cubic-bezier(0, 0, 0.58, 1);
}

.fullwidth-slideshow-pager-wrap .owl-item:hover {
  opacity: 1;
}

.fullwidth-slideshow-pager-wrap .owl-item.synced {
  opacity: 1;
}

.fsp-item {
  margin: 0 2px;
  cursor: pointer;
}

.fsp-item:active {
  transform: scale(0.98);
}

.fsp-item img {
  width: 100%;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.75);
}

.side-panel-is-left {
  margin-left: 270px;
}

.sp-overlay {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(10, 10, 10, 0.85);
  cursor: crosshair;
  z-index: 1030;
}

.side-panel {
  position: fixed;
  top: 0;
  left: 0;
  width: 270px;
  height: 100%;
  padding-bottom: 60px;
  overflow-y: auto;
  color: rgba(255, 255, 255, 0.65);
  background: #151515;
  text-align: center;
  z-index: 1031;
  box-sizing: border-box;
}

.side-panel.white {
  color: rgba(0, 0, 0, 0.65) !important;
  background: #fafafa;
  border-right: 1px solid rgba(0, 0, 0, 0.07);
}

.side-panel.white .sp-close-button {
  border: 1px solid rgba(0, 0, 0, 0.5);
}

.side-panel.white .sp-close-button:before {
  background: #000;
}

.side-panel.white .sp-close-button:after {
  background: #000;
}

.side-panel.white .sp-menu-links a {
  color: #fff;
}

.side-panel.white .sp-menu-links a:active {
  color: #111;
  text-decoration: none;
}

.side-panel.white .sp-menu-links li {
  border-top: 1px solid rgba(0, 0, 0, 0.04);
}

.side-panel.white .sp-menu-links li:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.side-panel.white .sp-menu-links li.js-opened > a {
  color: #111;
  text-decoration: none;
}

.side-panel.white .sp-menu-links li.js-opened > a:active {
  color: #111;
}

.side-panel.white .sp-menu-links li > a:active {
  color: #111;
}

.side-panel.white .sp-menu-links li a.active {
  color: #111;
}

.side-panel.white .js-opened > .sp-has-sub > .fa {
  color: #333;
}

.side-panel.white .sp-sub > li {
  border: none !important;
}

.side-panel.white .sp-social-links > a {
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: rgba(0, 0, 0, 0.4);
}

.side-panel.white .sp-social-links > a:hover {
  border-color: rgba(0, 0, 0, 0.3);
  color: rgba(0, 0, 0, 0.75);
}

.sp-close-button {
  display: none;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  opacity: .5;
  border-radius: 50%;
  transform: rotate(-45deg);
  transition: all 0.17s cubic-bezier(0, 0, 0.58, 1);
}

.sp-close-button:hover {
  opacity: .75;
  transform: rotate(45deg);
}

.sp-close-button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  margin: -1px 0 0 -7px;
  background: #fff;
}

.sp-close-button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 14px;
  margin: -7px 0 0 -1px;
  background: #fff;
}

.sp-button {
  display: none;
  position: fixed;
  top: 20px;
  left: 20px;
  width: 54px;
  height: 54px;
  background: #111;
  opacity: .85;
  text-indent: -12345px;
  z-index: 1030;
  border-radius: 50%;
  transition: opacity 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.sp-button:hover {
  opacity: 1;
}

.sp-button span {
  display: block;
  width: 22px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -11px;
  transition: all 0.07s cubic-bezier(0, 0, 0.58, 1);
}

.sp-button span:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  top: -6px;
  left: 0;
  transition: top 0.07s cubic-bezier(0, 0, 0.58, 1), bottom 0.07s cubic-bezier(0, 0, 0.58, 1), transform 0.2s cubic-bezier(0, 0, 0.58, 1) 0.07s;
}

.sp-button span:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  top: -6px;
  left: 0;
  transition: top 0.07s cubic-bezier(0, 0, 0.58, 1), bottom 0.07s cubic-bezier(0, 0, 0.58, 1), transform 0.2s cubic-bezier(0, 0, 0.58, 1) 0.07s;
  top: auto;
  bottom: -6px;
}

.sp-menu-links {
  margin: 0;
  padding: 10px 0;
  line-height: 1.3;
  text-align: center;
}

.sp-menu-links ul {
  margin: 0;
  padding: 10px 0;
  line-height: 1.3;
  text-align: center;
}

.sp-menu-links ul.sp-sub {
  padding: 0;
}

.sp-menu-links a {
  display: block;
  position: relative;
  margin: 0;
  padding: 15px 20px;
  color: #999;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  z-index: 11;
}

.sp-menu-links a:active {
  color: #d5d5d5;
  text-decoration: none;
}

.sp-menu-links li {
  margin: 0;
  padding: 0;
  position: relative;
}

.sp-menu-links li.js-opened > a {
  color: #d5d5d5;
  text-decoration: none;
}

.sp-menu-links li.js-opened > a:active {
  color: #fff;
}

.sp-menu-links li.js-opened:before {
  display: none;
}

.sp-menu-links li.js-opened .sp-sub {
  opacity: 1;
}

.sp-menu-links li > a:active {
  color: #f5f5f5;
}

.sp-menu-links li a.active {
  color: #f5f5f5;
}

.no-touch .sp-menu-links a:hover {
  color: #d5d5d5;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.05);
}

.no-touch .sp-menu-links li.js-opened > a:hover {
  color: #fff;
}

.no-touch .side-panel.white .sp-menu-links a:hover {
  color: #111;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.03);
}

.no-touch .side-panel.white .sp-menu-links li.js-opened > a:hover {
  color: #111;
}

.sp-sub {
  display: none;
  opacity: 0;
  position: relative;
}

.sp-sub > li > a {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 13px;
  font-weight: 400;
}

.sp-search {
  width: 100%;
}

.sp-search input.search-field {
  background: transparent;
  color: #555;
  text-align: center;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.sp-search input.search-field:hover {
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.sp-search input.search-field:focus {
  color: #999;
  border-color: rgba(255, 255, 255, 0.7);
}

.sp-search .search-button:hover {
  color: #fff;
}

.sp-social-links {
  position: fixed;
  bottom: 0;
  left: 0;
  width: inherit;
  padding: 10px 10px 30px 10px;
  font-size: 14px;
  text-align: center;
  background: transparent;
  box-sizing: border-box;
  z-index: 1032;
}

.sp-social-links > a {
  display: inline-block;
  margin: 0 2px;
  width: 34px;
  height: 34px;
  line-height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  text-align: center;
  text-decoration: none;
  color: #555;
  border-radius: 50%;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.sp-social-links > a:hover {
  border-color: rgba(255, 255, 255, 0.3);
  color: #999;
}

.tilt-wrap {
  width: 100%;
  position: relative;
}

.tilt {
  overflow: visible;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.tilt__back {
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  backface-visibility: hidden;
  position: relative;
}

.tilt__front {
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.countdown {
  display: inline-block;
}

.countdown > li {
  float: left;
  margin: 0 30px;
}

.countdown.dark .countdown-number {
  color: #fff;
}

.countdown.dark .countdown-number > b {
  color: #aaa;
}

.countdown.dark .countdown-number:before {
  background: rgba(0, 0, 0, 0.8);
}

.countdown-number {
  position: relative;
  display: block;
  width: 94px;
  height: 94px;
  color: #111;
  font-size: 36px;
  text-align: center;
  line-height: 84px;
}

.countdown-number > span {
  position: relative;
  z-index: 2;
}

.countdown-number > b {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 20px;
  left: 0;
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
  color: #999;
  z-index: 2;
}

.countdown-number:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 3px;
  transform: rotate(45deg);
  z-index: 1;
}

.blog-posts-carousel-alt li img {
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.blog-posts-carousel-alt li:hover img {
  transform: scale(1.1);
  transition: all 5s cubic-bezier(0, 0, 0.58, 1);
}

.sp-logo-wrap .logo {
  display: block;
  padding: 30px;
  text-align: center;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.sp-logo-wrap .logo img {
  max-width: 100%;
}

.sp-has-sub .fa {
  font-size: 14px;
}

.js-opened > .sp-has-sub > .fa {
  color: #fff;
}

#amc_imprint p,
#amc_imprint a,
.amc_privacy p,
.amc_privacy a,
.amc_privacy ul > li {
  color: #fff;
}

#amc_404 {
  background-image: url("../images/amicaldo-404.svg");
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  filter: invert(1);
  max-height: 80vh;
  width: 80% !important;
  margin: auto;
}

#amc_404 svg {
  width: 50%;
}

#services-text {
  color: #fff;
  text-align: center;
  font-size: 16px;
}

#amc_job_site {
  font-size: 16px;
}

#amc_job_site a {
  color: #fff !important;
}

.amc-jobs {
  color: #fff !important;
}

.amc-jobs a {
  color: #fff !important;
  text-decoration: underline;
}

body {
  font-size: 16px !important;
}

.container-offset-left {
  margin-left: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.container-offset-right {
  margin-right: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pr-container {
  display: flex;
  justify-content: space-between;
  width: 1400px;
}

.pr-width {
  width: 60%;
}

.projekte {
  color: #fff;
}

.projekte-section {
  padding: 140px 0px 140px 25%;
  height: 100vh;
  margin-bottom: 10%;
}

.pr-wrapper {
  width: 40%;
  padding: 140px 5% 140px 2%;
  box-sizing: border-box;
  text-align: left;
}

.projekte-content {
  width: 100%;
}

.projekte-main-title {
  margin-top: 10em;
}

.projekte-main-title h1 {
  text-align: left;
  font-size: 70px;
  margin: 0 0 0.5em 0;
}

.projekte-description {
  text-align: left;
  line-height: 30px;
  color: #fff;
}

.projekte-description a {
  color: #c0c0c0;
  text-decoration: none;
}

.pr-breadcrumbs-current {
  padding: 0;
  text-align: left;
}

.pr-breadcrumbs-current li {
  list-style: none;
  color: #707070;
}

.pr-breadcrumbs-current li:first-child {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 5%;
}

.pr-breadcrumbs-current li:first-child:after {
  content: "";
  position: absolute;
  width: 30%;
  height: 1px;
  left: 0%;
  top: 40px;
  background-color: #707070;
}

.skew-section {
  margin: 0;
  padding: 0;
}

.projekte-img {
  position: relative;
  width: 54.2%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.projekte-img::before {
  content: "";
  position: absolute;
  width: 680px;
  height: 900px;
  top: 1%;
  margin: auto;
  left: 50%;
  margin-left: -290px;
  padding: 0;
  z-index: 1;
  transition: 0.5s;
  transition-duration: 2s;
  background-image: url(../images/projekte/jp-cards.png);
  background-repeat: no-repeat;
  background-size: 580px 800px;
}

.projekte-img:after {
  content: '';
  position: absolute;
  bottom: 0px;
  width: 0;
  height: 0;
  border-bottom: 480px solid #080808;
  border-left: 810px solid transparent;
}

.projekte-img .contact-box {
  height: 1000px;
}

.projekte-img-links:hover {
  position: relative;
  width: 53.9%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  transition: all 0.8s ease 0s;
}

.projekte-img-links:hover::before {
  content: "";
  position: absolute;
  top: 1%;
  left: 50%;
  margin: auto auto auto -290px;
  padding: 0;
  z-index: 1;
  transition: 0.5s;
  transition-duration: 2s;
  background-image: url(../images/projekte/02_Vinos-y-mas.png);
  background-repeat: no-repeat;
  background-size: 580px 800px;
}

.projekte-img-links:hover:after {
  content: '';
  position: absolute;
  top: 550px;
  border-bottom: 480px solid #080808;
  border-right: 810px solid transparent;
  border-top: 0px;
  border-left: 0px;
  transition: opasity 5s;
}

.projekte-img-links:hover .contact-box {
  height: 1000px;
  max-width: 100%;
}

.projekte-img:hover {
  position: relative;
  width: 54.2%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  transition: all 0.8s ease 0s;
}

.projekte-img:hover::before {
  content: "";
  position: absolute;
  width: 680px;
  height: 1000px;
  top: 70px;
  left: 50%;
  margin: auto auto auto -340px;
  padding: 0;
  z-index: 1;
  transition-duration: 2s;
  background-image: url(../images/projekte/02_JP.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.projekte-img:hover:after {
  content: '';
  position: absolute;
  top: -25px;
  border-top: 480px solid #080808;
  border-right: 796px solid transparent;
  border-bottom: 0;
  border-left: 0;
  transition: opasity 5s;
}

.projekte-img:hover .contact-box {
  height: 1000px;
}

.projekte-img-links {
  position: relative;
  width: 53.9%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.projekte-img-links::before {
  content: "";
  position: absolute;
  width: 680px;
  height: 1000px;
  top: 70px;
  left: 50%;
  margin: auto auto auto -340px;
  padding: 0;
  z-index: 1;
  transition: 0.5s;
  transition-duration: 2s;
  background-image: url(../images/projekte/01_Vinos-y-mas.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.projekte-img-links:after {
  content: '';
  position: absolute;
  top: -25px;
  width: 0;
  height: 0;
  border-top: 480px solid #080808;
  border-right: 796px solid transparent;
}

.projekte-img-links .contact-box {
  height: 1000px;
  max-width: 100%;
}

.pr-cards {
  display: flex;
  flex-wrap: wrap;
  max-width: 1510px;
  margin: 0 auto;
  justify-content: center;
}

.pr-card, .pr-card-animated {
  width: 50%;
  overflow: hidden;
}

.pr-card h2, .pr-card-animated h2 {
  margin: 0;
  padding-top: 3%;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 30px;
  text-align: left;
}

.pr-animation, .pr-card {
  padding: 5% 5% 7% 8.5%;
}

.pr-card .projekte-description {
  padding-top: 7%;
}

.pr-weco {
  background-color: #fff;
  background-image: url(../images/projekte/weco_01.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.pr-animation {
  background-color: #080808;
  height: 100%;
  transition: transform 1s;
  transition-duration: 2s;
}

.pr-weco:hover .pr-animation {
  transform: translateX(-100%);
}

@media (max-width: 1420px) {
  .container-offset-left {
    margin-left: 5px;
  }
  .container-offset-right {
    margin-right: 80px;
  }
  .projekte-section {
    padding: 120px 20px 120px 13%;
  }
  .pr-wrapper {
    padding: 140px 10px 140px 30px;
  }
  .projekte-img {
    position: relative;
    width: 50%;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  .projekte-img::before {
    content: "";
    position: absolute;
    width: 580px;
    height: 800px;
    top: 5%;
    margin: auto;
    left: 50%;
    margin-left: -217px;
    background-size: 435px 560px;
  }
  .projekte-img:after {
    content: '';
    position: absolute;
    border-bottom: 530px solid #080808;
    border-left: 720px solid transparent;
  }
  .projekte-img .contact-box {
    height: 900px;
  }
  .projekte-img-links:after {
    top: -60px;
  }
  .projekte-img-links:hover:after {
    top: 585px;
    border-bottom: 480px solid #080808;
    border-right: 810px solid transparent;
    border-top: 0px;
    border-left: 0px;
    transition: opasity 5s;
  }
  .projekte-img-links, .projekte-img-links:hover {
    width: 53%;
  }
  .projekte-img:hover {
    width: 50%;
  }
}

@media (max-width: 1384px) {
  .container-offset-left {
    margin-left: 45px;
  }
  .projekte-img-links, .projekte-img:hover {
    width: 53.2%;
  }
  .projekte-img-links:after, .projekte-img:hover:after {
    content: '';
    top: 0;
    right: 0;
    position: absolute;
    border-top: 417px solid #080808;
    border-right: 735px solid transparent;
  }
  .projekte-img-links:hover {
    width: 53.2%;
  }
  .projekte-img-links:hover:after {
    top: 520px;
    right: 0;
    border-bottom: 480px solid #080808;
    border-right: 810px solid transparent;
    border-top: 0px;
    border-left: 0px;
  }
  .projekte-img:hover {
    width: 51.5%;
  }
  .projekte-img {
    width: 51.5%;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  .projekte-img::before {
    content: "";
    position: absolute;
    width: 480px;
    height: 635px;
    top: 4%;
    background-size: 435px 560px;
  }
}

@media (max-width: 1240px) {
  .pr-width {
    width: 85%;
  }
  .projekte {
    text-align: center;
  }
  .projekte-main-titel h1 {
    text-align: center;
    font-size: 30px;
  }
  .projekte-img {
    width: 51.9%;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  .projekte-img::before {
    content: "";
    position: absolute;
    width: 480px;
    height: 635px;
    top: 10%;
    right: -2%;
    background-size: 460px 630px;
  }
  .projekte-img:after {
    content: '';
    position: absolute;
    border-bottom: 530px solid #080808;
    border-left: 720px solid transparent;
  }
  .projekte-img .contact-box {
    height: 900px;
  }
  .projekte-img:hover {
    width: 51.9%;
  }
  .projekte-img:hover::before {
    left: 50%;
    margin: auto auto auto -225px;
    background-size: 450px 700px;
  }
  .projekte-img:hover:after {
    right: 245px;
  }
  .projekte-img-links {
    width: 53.5%;
  }
  .projekte-img-links::before {
    left: 50%;
    margin: auto auto auto -225px;
    background-size: 450px 700px;
  }
  .projekte-img-links:after {
    right: 245px;
  }
  .projekte-img-links:hover {
    width: 53.5%;
  }
  .projekte-img-links:hover::before {
    width: 480px;
    height: 635px;
    top: 10%;
    left: 50%;
    margin: auto auto auto -230px;
    background-size: 460px 630px;
  }
  .projekte-img-links:hover:after {
    right: 220px;
    top: 470px;
    border-bottom: 530px solid #080808;
    border-right: 720px solid transparent;
  }
  .pr-breadcrumbs-current li:first-child:after {
    content: "";
    position: absolute;
    left: 0%;
    top: 80%;
  }
}

@media (max-width: 1150px) {
  .projekte-img-links, .projekte-img-links:hover {
    width: 53.9%;
  }
}

@media (max-width: 1100px) {
  .container-offset-left {
    margin-left: 65px;
  }
  .container-offset-right {
    margin-right: 6px;
  }
  .pr-wrapper {
    padding: 140px 35px 140px 0px;
  }
  .projekte-img-links {
    width: 50.3%;
  }
  .projekte-img-links::before {
    width: 480px;
    height: 700px;
    top: 92px;
    left: 50%;
    margin: auto auto auto -230px;
    background-size: 450px 700px;
  }
  .projekte-img:hover {
    width: 53.3%;
  }
  .projekte-img:hover::before {
    width: 480px;
    height: 700px;
    top: 92px;
    left: 50%;
    margin: auto auto auto -230px;
    background-size: 450px 700px;
  }
  .projekte-img-links:hover {
    width: 50.3%;
  }
  .projekte-img-links:hover::before {
    width: 480px;
    height: 635px;
    background-size: 460px 630px;
  }
  .projekte-img-links .contact-box, .projekte-img-links:hover .contact-box {
    height: 922px;
  }
  .projekte-img {
    width: 53.3%;
    margin: 0;
    padding: 0;
  }
  .projekte-img::before {
    width: 480px;
    height: 635px;
    top: 10%;
    right: -6%;
    background-size: 460px 630px;
  }
}

@media (max-width: 868px) {
  .container-offset-left {
    margin: 0;
  }
  .container-offset-right {
    margin: 0;
  }
  .pr-container {
    display: block;
    width: 100%;
  }
  .pr-wrapper {
    width: 90%;
    padding: 143px 1px 140px 60px;
  }
  .projekte-section {
    padding: 120px 20px 120px 13%;
  }
  .projekte-img {
    width: 98%;
    margin-right: 0.5%;
    margin-left: 0.6%;
  }
  .projekte-img::before {
    width: 560px;
    height: 700px;
    top: 10%;
    left: 50%;
    margin: auto auto auto -187px;
    background-size: 375px 600px;
  }
  .projekte-img:after {
    border-bottom: 530px solid #080808;
    border-left: 450px solid transparent;
  }
  .projekte-img-links:hover {
    width: 98%;
    margin-right: 1%;
    margin-left: 1%;
  }
  .projekte-img-links:hover::before {
    width: 560px;
    height: 700px;
    top: 10%;
    left: 50%;
    margin: auto auto auto -187px;
    background-size: 375px 600px;
  }
  .projekte-img-links:hover:after {
    border-bottom: 530px solid #080808;
    border-right: 450px solid transparent;
  }
  .projekte-img-links, .projekte-img:hover {
    position: relative;
    width: 98%;
    margin-right: 1%;
    margin-left: 1%;
  }
  .projekte-img-links::before, .projekte-img:hover::before {
    content: "";
    position: absolute;
    width: 680px;
    height: 700px;
    top: 12%;
    left: 50%;
    margin: auto auto auto -275px;
    padding: 0;
    background-size: 550px 700px;
  }
  .projekte-img-links:after, .projekte-img:hover:after {
    content: '';
    position: absolute;
    top: -25px;
    left: 0;
    width: 0;
    height: 0;
    border-top: 417px solid #080808;
    border-right: 475px solid transparent;
  }
  .pr-cards {
    display: block;
  }
  .pr-card, .pr-card-animated {
    width: 100%;
  }
}

@media (max-width: 556px) {
  .projekte-section {
    width: 100%;
    padding: 50px 20px 50px 60px;
  }
  .projekte-main-titel h1 {
    text-align: center;
    font-size: 30px;
  }
  .projekte-description {
    line-height: 20px;
  }
  .pr-width {
    width: 100%;
  }
  .projekte-img {
    width: 98%;
    margin-right: 0.5%;
    margin-left: 0.6%;
  }
  .projekte-img::before {
    width: 560px;
    height: 800px;
    top: 5%;
    right: 50%;
    margin: auto;
    margin-left: -152px;
    background-size: 305px 523px;
  }
  .projekte-img .contact-box {
    height: 850px;
  }
  .projekte-img:after {
    left: 180px;
  }
  .projekte-img-links:hover::before {
    width: 560px;
    height: 800px;
    top: 5%;
    right: 50%;
    margin: auto auto auto -152px;
    background-size: 305px 523px;
  }
  .projekte-img-links:hover:after {
    border-bottom: 530px solid #080808;
    border-right: 350px solid transparent;
  }
  .projekte-img-links:hover .contact-box {
    height: 850px;
  }
  .projekte-img-links, .projekte-img:hover {
    margin-right: 1%;
    margin-left: 1%;
  }
  .projekte-img-links::before, .projekte-img:hover::before {
    content: "";
    position: absolute;
    width: 680px;
    height: 700px;
    top: 14%;
    left: 50%;
    margin: auto auto auto -230px;
    padding: 0;
    background-size: 460px 660px;
  }
  .projekte-img-links:after, .projekte-img:hover:after {
    content: '';
    position: absolute;
    top: -25px;
    left: 0;
    width: 0;
    height: 0;
    border-top: 288px solid #080808;
    border-right: 350px solid transparent;
  }
  .projekte-img-links .contact-box, .projekte-img:hover .contact-box {
    height: 850px;
  }
}

@media (max-width: 448px) {
  .projekte-main-title h1 {
    font-size: 35px;
  }
  .projekte-img {
    width: 99%;
    margin-right: 0.5%;
    margin-left: 0.1%;
  }
  .projekte-img::before {
    content: "";
    position: absolute;
    width: 560px;
    height: 577px;
    top: 15%;
    background-size: 305px 523px;
  }
  .projekte-img:after {
    width: 0;
    height: 0;
  }
  .projekte-img .contact-box {
    height: 700px;
  }
  .projekte-img-links:hover {
    width: 99%;
    margin-right: 0.5%;
    margin-left: 0.1%;
  }
  .projekte-img-links:hover::before {
    width: 560px;
    height: 577px;
    top: 15%;
    background-size: 305px 523px;
  }
  .projekte-img-links:hover:after {
    width: 0;
    height: 0;
    left: -120px;
  }
  .projekte-img-links:hover .contact-box {
    height: 700px;
  }
  .projekte-img-links, .projekte-img:hover {
    margin-right: 1%;
    margin-left: 1%;
  }
  .projekte-img-links::before, .projekte-img:hover::before {
    content: "";
    position: absolute;
    width: 680px;
    height: 577px;
    top: 12%;
    margin: auto;
    left: 50%;
    margin-left: -190px;
    padding: 0;
    background-size: 380px 580px;
  }
  .projekte-img-links:after, .projekte-img:hover:after {
    content: '';
    position: absolute;
    top: -238px;
    left: -120px;
    width: 0;
    height: 0;
    border-top: 500px solid #080808;
    border-right: 640px solid transparent;
  }
  .projekte-img-links .contact-box, .projekte-img:hover .contact-box {
    height: 700px;
  }
  .btn-mod.btn-medium {
    padding: 15px 8px;
    font-size: 11px;
  }
}

@media (max-width: 390px) {
  .projekte-img::before {
    background-size: 305px 523px;
    top: 15%;
    margin-left: -152px;
  }
  .projekte-img:after {
    border-bottom: 501px solid #080808;
    border-left: 356px solid transparent;
  }
  .projekte-img-links:hover::before {
    top: 15%;
    margin-left: -152px;
    background-size: 305px 523px;
  }
  .projekte-img-links:hover:after {
    left: 0;
    border-bottom: 600px solid #080808;
    border-right: 500px solid transparent;
  }
  .projekte-img-links, .projekte-img:hover {
    position: relative;
    width: 99%;
    margin-right: 0.5%;
    margin-left: 0.5%;
  }
  .projekte-img-links::before, .projekte-img:hover::before {
    content: "";
    position: absolute;
    width: 680px;
    height: 577px;
    top: 12%;
    left: 50%;
    margin: auto auto auto -173px;
    padding: 0;
    background-size: 346px 552px;
  }
}

@media (max-width: 295px) {
  .projekte-img::before {
    background-size: 240px 388px;
    top: 15%;
    left: 50%;
    margin: auto auto auto -120px;
  }
  .projekte-img-links:hover:after {
    right: 180px;
    border-bottom: 501px solid #080808;
    border-right: 356px solid transparent;
  }
  .projekte-img-links, .projekte-img:hover {
    position: relative;
  }
  .projekte-img-links::before, .projekte-img:hover::before {
    content: "";
    position: absolute;
    top: 12%;
    left: 50%;
    margin: auto auto auto -132px;
    padding: 0;
    background-size: 264px 529px;
  }
  .projekte-img-links:after, .projekte-img:hover:after {
    border-right: 565px solid transparent;
  }
}

@media screen and (max-width: 1024px) {
  div.topbar div.topbar-details {
    display: none !important;
  }
}

div.topbar {
  height: 48px;
  line-height: 48px;
  margin: 0 2%;
  font-size: 1.1em !important;
}

div.topbar * {
  color: #fff;
}

div.topbar div.topbar-contact {
  display: inline-block;
  float: left;
}

div.topbar div.topbar-contact span {
  border-right: 1px solid #fff;
  cursor: pointer;
  padding-right: 2px;
}

div.topbar div.topbar-details {
  display: inline-block;
  float: right;
}

/**
 * Popover
 */
div#contact-popover {
  display: none;
  position: fixed;
  top: 50px;
  left: 20px;
  text-align: center;
  background: #fff;
  padding: 14px;
  height: 545px;
  width: 80%;
  max-width: 300px;
  z-index: 10000;
}

@media screen and (max-width: 1024px) {
  div#contact-popover {
    top: 70px;
  }
}

div#contact-popover div.map-container img {
  height: 224px;
  width: auto;
  margin: 20px 0;
}

div#contact-popover h3 {
  color: #000;
  font-size: 1.1em;
}

div#contact-popover div.row {
  width: 80%;
  margin: auto;
}

div#contact-popover div.row a {
  text-decoration: none;
}

div#contact-popover div.row a:hover {
  border-bottom: 1px solid #000;
  color: #000;
}

div#contact-popover div.row i {
  margin-right: 5px;
}

div#contact-popover div.row i.fa-mobile {
  font-size: 1.5em;
}

div#contact-popover div.row:last-child:after {
  content: none;
}

div#contact-popover div.row:after {
  display: block;
  background: #aaa;
  height: 1px;
  width: 80%;
  margin: auto;
}

div#contact-popover div.row.row-single {
  height: 50px;
  line-height: 50px;
}

div.customer-excerpt-container {
  display: flex;
  justify-content: stretch;
  flex-direction: row;
  color: #fff;
  margin: 20px 0;
}

div.customer-excerpt-content {
  margin: 0;
  width: 140%;
  padding: 0 10px;
}

div.customer-excerpt-content div.customer-excerpt-slide {
  display: none;
  margin-left: 75px;
}

div.customer-excerpt-content div.customer-excerpt-slide.active {
  display: block;
}

div.customer-excerpt-content div.customer-excerpt-slide > div {
  font-size: 1.1em;
  padding: 2px 0;
}

@media screen and (max-width: 768px) {
  div.customer-excerpt-container {
    flex-direction: column;
  }
  div.customer-excerpt-content {
    width: 100%;
    max-width: 80%;
    margin: auto;
    text-align: center;
  }
  div.customer-excerpt-content div.customer-excerpt-slide {
    margin: 0;
  }
}

#amc_excerpts {
  margin-top: 60px;
  margin-bottom: 30px;
}

div[data-slide-id=consulting] {
  position: relative;
  top: 2%;
}

div[data-slide-id=service] {
  position: relative;
  top: -3%;
}

div[data-slide-id=industry] {
  position: relative;
  top: -5%;
}

div[data-slide-id=health-service] {
  margin: 0;
  margin-top: 15%;
  margin-left: 75px;
}

div[data-slide-id=no-profit] {
  margin: 0;
  margin-top: 7%;
  margin-left: 75px;
}

.more-customers {
  font-size: 20px;
  font-family: Arial;
}

ul.customer-excerpt-list {
  padding-left: 16px;
  margin: 0;
  width: 130%;
  max-width: 400px;
  list-style: none;
}

@media (max-width: 768px) {
  ul.customer-excerpt-list {
    margin: 20px auto;
    max-width: 80%;
    padding: 0 20px;
  }
}

ul.customer-excerpt-list li {
  background: #fff;
  color: #000;
  padding: 18px;
  margin: 5px 0;
  font-size: 1.1em;
  cursor: pointer;
  transition: background 250ms ease-in-out;
}

ul.customer-excerpt-list li i {
  margin-right: 7px;
}

ul.customer-excerpt-list li.active {
  background: #000;
  color: #fff;
}

ul.customer-excerpt-list li:hover:not(.active) {
  background: rgba(255, 255, 255, 0.8);
  color: #000;
}

.kunden {
  margin-bottom: 90px;
}

/*------------------------------------------------------------------
[Responsive Stylesheet]

Project:    Rhythm
Version:    2.9.4
Last change:   19.01.2017
Primary use:    MultiPurpose Template
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]

1. Small desktop
2. Tablet landskape
3. Tablet Portrait
4. Phone
5. Small Phone
6. Max Height 768
-------------------------------------------------------------------*/
/* ==============================
   Small desktop
   ============================== */
@media only screen and (max-width: 1366px) {
  .inner-nav ul li {
    margin-left: 25px;
  }
}

@media only screen and (max-width: 1200px) {
  .hs-wrap {
    max-width: 540px;
  }
  .hs-line-1 {
    letter-spacing: 40px;
  }
  .hs-line-2 {
    font-size: 68px;
  }
  .hs-line-12 {
    font-size: 70px;
    letter-spacing: 0.3em;
  }
  .hs-line-13 {
    font-size: 78px;
    letter-spacing: 0.195em;
  }
  .alt-service-grid {
    margin-top: -40px;
  }
  .alt-service-item {
    margin-top: 40px;
    padding-left: 48px;
  }
  .alt-services-title {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .alt-services-image {
    margin-top: 10px;
  }
  .mod-breadcrumbs-mini {
    text-align: right;
  }
  .work-grid-5 .work-item {
    width: 25%;
  }
}

@media only screen and (max-width: 1199px) {
  .tpl-alt-tabs {
    font-size: 13px;
    letter-spacing: 0.2em;
  }
  .tpl-alt-tabs > li {
    width: 170px;
  }
  .split-section-wrapper {
    padding: 0 50px;
  }
}

/* ==============================
   Tablet landskape
   ============================== */
@media only screen and (max-width: 1024px) {
  .hs-wrap {
    max-width: 480px;
    padding-top: 37px;
    padding-bottom: 43px;
  }
  .hs-line-1 {
    letter-spacing: 30px;
  }
  .hs-line-2 {
    font-size: 60px;
  }
  .hs-line-9 {
    font-size: 71px;
  }
  .hs-line-10 {
    padding: 10px 14px;
    letter-spacing: 1px;
  }
  .hs-line-10 > span {
    margin: 0 1px;
  }
  .benefit-item {
    width: 300px;
    padding: 15px 32px;
  }
  .page-section {
    padding: 120px 0;
    background-attachment: scroll;
  }
  .home-section {
    height: 140%;
/* 
    background-attachment: scroll; */
  }
  .small-section {
    height: 140%;
    /* background-attachment: scroll; */
  }
  .owl-pagination {
    bottom: 25px;
  }
  .section-bot-image {
    margin: 120px 0 -120px;
  }
  .lp-item {
    width: 50%;
  }
  .lp-item:nth-child(4n + 5) {
    clear: none;
  }
  .lp-item:nth-child(2n + 3) {
    clear: left;
  }
  .lp-title {
    font-size: 13px;
  }
  .lp-author {
    font-size: 13px;
  }
}

@media only screen and (max-width: 992px) {
  .hs-line-1 {
    letter-spacing: 23px;
  }
  .hs-line-13 {
    letter-spacing: 0.17em;
  }
  .split-section-headings {
    float: none !important;
    width: auto;
  }
  .split-section-headings.left {
    float: none !important;
    width: auto;
  }
  .split-section-headings.right {
    float: none !important;
    width: auto;
  }
  .split-section-headings .section-title {
    font-size: 35px;
    letter-spacing: 5px;
  }
  .split-section-content {
    float: none !important;
    width: auto;
  }
  .split-section-content.left {
    float: none !important;
    width: auto;
  }
  .split-section-content.right {
    float: none !important;
    width: auto;
  }
  .banner-text {
    text-align: center;
  }
  .banner-image {
    margin: 40px 0;
  }
  .team-item-name {
    font-size: 13px;
  }
  .features-icon {
    font-size: 64px;
  }
  .features-title {
    font-size: 20px;
  }
  .features-descr {
    font-size: 14px;
  }
  .work-item {
    width: 50%;
  }
  .blog-item-date {
    border: none;
  }
  .countdown-number {
    width: 74px;
    height: 74px;
    font-size: 24px;
    line-height: 64px;
  }
  .countdown-number > b {
    bottom: 18px;
  }
  .mod-breadcrumbs:not(.align-center):not(.mod-breadcrumbs-mini) {
    text-align: left !important;
  }
  .tpl-alt-tabs > li {
    width: 200px;
  }
  .work-grid-3 .work-item {
    width: 50%;
  }
  .container .work-grid-3 .work-item {
    width: 50%;
  }
  .work-grid-5 .work-item {
    width: 50%;
  }
  .countdown > li {
    margin: 0 20px;
  }
}

/* ==============================
   Tablet Portrait
   ============================== */
@media only screen and (max-width: 768px) {
  .hs-wrap {
    max-width: 400px;
  }
  .hs-line-2 {
    font-size: 50px;
  }
  .hs-line-7 {
    font-size: 50px;
  }
  .page-section {
    padding: 80px 0;
  }
  .small-section {
    padding: 50px 0;
  }
  .small-title {
    font-size: 18px;
  }
  .owl-pagination {
    bottom: 17px;
  }
  .section-bot-image {
    margin: 70px 0 -70px;
  }
  .benefit-item {
    width: 264px;
  }
  .count-descr {
    margin-bottom: 30px;
  }
  .alt-service-grid {
    margin-top: -30px;
  }
  .alt-service-item {
    margin-top: 30px;
  }
  .blog-item {
    margin-bottom: 50px;
  }
  .blog-item-date {
    top: 0;
    left: -100px;
  }
  .blog-item-title {
    font-size: 20px;
  }
  .blog-item-title .small {
    font-size: 15px;
  }
  .blog-item-body {
    font-size: 14px;
  }
  .blog-item-body .small {
    font-size: 13px;
  }
  .blog-media {
    margin-bottom: 15px;
  }
  .fm-logo-wrap {
    top: 17px;
    left: 17px;
  }
  .fm-button {
    top: 17px;
    right: 17px;
  }
  .tpl-minimal-tabs > li {
    padding: 0 5px;
  }
  .works-filter a {
    padding-left: 10px;
    padding-right: 10px;
    margin: 4px;
  }
  .google-map > iframe {
    height: 300px;
  }
}

@media only screen and (max-width: 767px) {
  .hs-wrap {
    max-width: 320px;
    padding-top: 27px;
    padding-bottom: 33px;
  }
  .hs-line-1 {
    font-size: 24px;
  }
  .hs-line-2 {
    font-size: 36px;
  }
  .hs-line-3 {
    font-size: 13px;
  }
  .hs-image {
    display: none;
  }
  .hs-wrap-1 {
    max-width: 240px;
  }
  .hs-line-5 {
    font-size: 44px;
    letter-spacing: 0.28em;
  }
  .hs-line-6 {
    font-size: 16px;
  }
  .hs-line-7 {
    font-size: 32px;
  }
  .hs-line-9 {
    font-size: 48px;
  }
  .hs-line-10 {
    padding: 5px 8px;
    font-size: 11px;
    letter-spacing: 1px;
  }
  .hs-line-10 > span {
    margin: 0;
  }
  .hs-line-11 {
    font-size: 24px;
  }
  .hs-line-12 {
    font-size: 44px;
  }
  .hs-line-13 {
    font-size: 60px;
    letter-spacing: 0.1em;
  }
  .hs-line-14 {
    font-size: 24px;
    letter-spacing: 0.3em;
  }
  .hs-line-15 {
    font-size: 32px;
  }
  .team-item {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
  }
  .alt-features-grid {
    margin-top: -30px;
  }
  .alt-features-item {
    margin-top: 30px;
  }
  .benefit-item {
    width: 230px;
    padding: 0;
  }
  .benefit-item:hover:after {
    display: none;
  }
  .wide-heading {
    font-size: 32px;
    letter-spacing: 2px;
  }
  .blog-item-date {
    width: auto;
    position: relative;
    top: auto;
    left: auto;
    padding: 0;
    text-align: left;
  }
  .date-num {
    display: inline !important;
    margin: 0 5px 10px 0;
  }
  .sidebar {
    margin-top: 50px;
  }
  blockquote p {
    font-size: 20px;
  }
  blockquote footer {
    margin-top: 0;
    font-size: 12px;
  }
  .banner-content {
    text-align: center;
  }
  .banner-image {
    text-align: center;
  }
  .cf-left-col {
    width: auto;
    margin-right: 0;
    float: none;
  }
  .cf-right-col {
    width: auto;
    margin-right: 0;
    float: none;
  }
  .section-more {
    float: none !important;
    display: block;
  }
  .section-more.left {
    float: none !important;
    display: block;
  }
  .section-more.right {
    float: none !important;
    display: block;
  }
  .big-icon {
    width: 60px;
    height: 60px;
    line-height: 56px;
    font-size: 24px;
    margin-bottom: 0;
  }
  .blog-slide-info {
    padding: 10px;
  }
  .blog-slide-title {
    font-size: 12px;
  }
  .blog-slide-data {
    display: none;
  }
  .top-bar {
    min-height: 0;
  }
  .top-bar.dark .top-links li a:hover {
    background: none;
  }
  .top-links {
    float: none !important;
    padding: 5px 0;
    text-align: center;
  }
  .top-links li {
    float: none;
    border: none;
    display: inline-block;
  }
  .top-links li:last-child {
    float: none;
    border: none;
    display: inline-block;
  }
  .top-links li a {
    display: inline-block;
    min-width: 0;
    height: auto;
    line-height: 1;
    padding: 0 5px;
  }
  .top-links li a:hover {
    background: none;
  }
  .side-panel {
    padding-bottom: 20px;
  }
  .sp-logo-wrap {
    max-width: 100px;
    margin: 0 auto;
  }
  .sp-logo-wrap .logo {
    padding: 20px 0 0;
  }
  .sp-social-links {
    width: auto;
    position: static;
    padding-bottom: 10px;
  }
  .countdown-number {
    width: 44px;
    height: 44px;
    font-size: 20px;
    line-height: 44px;
  }
  .countdown-number > b {
    bottom: -20px;
    font-size: 9px;
    color: rgba(255, 255, 255, 0.85);
  }
  .text-mobile {
    font-size: 110%;
    line-height: 1.2;
  }
  .works-filter a {
    padding-left: 10px;
    padding-right: 10px;
    margin: 4px;
    width: 46%;
    font-size: 11px;
  }
  .sp-menu-links a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .countdown > li {
    margin: 0 10px 20px;
  }
}

@media only screen and (max-width: 480px) {
  .form input.input-lg[type="text"] {
    height: 38px;
  }
  .form input.input-lg[type="email"] {
    height: 38px;
  }
  .form input.input-lg[type="number"] {
    height: 38px;
  }
  .form input.input-lg[type="url"] {
    height: 38px;
  }
  .form input.input-lg[type="search"] {
    height: 38px;
  }
  .form input.input-lg[type="tel"] {
    height: 38px;
  }
  .form input.input-lg[type="password"] {
    height: 38px;
  }
  .form input.input-lg[type="date"] {
    height: 38px;
  }
  .form input.input-lg[type="color"] {
    height: 38px;
  }
  .form select.input-lg {
    height: 38px;
  }
  .hs-line-1 {
    font-size: 20px;
    letter-spacing: 18px;
  }
  .hs-line-2 {
    font-size: 28px;
  }
  .hs-line-6 {
    font-size: 15px;
  }
  .hs-line-7 {
    font-size: 28px;
  }
  .hs-line-8 {
    font-size: 12px;
  }
  .hs-line-9 {
    font-size: 42px;
  }
  .hs-line-11 {
    font-size: 20px;
    letter-spacing: 0.2em;
  }
  .hs-line-12 {
    font-size: 32px;
  }
  .hs-line-13 {
    font-size: 30px;
    letter-spacing: 0.1em;
  }
  .hs-line-15 {
    font-size: 24px;
  }
  .scroll-down {
    bottom: 60px;
    height: 34px;
    line-height: 34px;
  }
  .scroll-down span {
    display: none;
  }
  .scroll-down-icon {
   
  }
  .nav-bar-compact {
    top: 0;
    left: 0;
  }
  .page-section {
    padding: 60px 0;
  }
  .small-section {
    padding: 30px 0;
  }
  .owl-pagination {
    bottom: 10px;
  }
  .owl-prev {
    display: none;
  }
  .owl-next {
    display: none;
  }
  .owl-page {
    padding-left: 8px;
    padding-right: 8px;
  }
  .section-bot-image {
    margin: 50px 0 -50px;
  }
  .section-title {
    font-size: 24px;
    letter-spacing: 2px;
  }
  .wide-heading {
    font-size: 24px;
    letter-spacing: 2px;
  }
  .section-heading {
    font-size: 15px;
  }
  .sub-heading {
    font-size: 15px;
  }
  .section-text {
    font-size: 15px;
    line-height: 1.7;
    line-height: 1.7;
  }
  .tpl-alt-tabs {
    font-size: 12px;
    letter-spacing: 0.1em;
  }
  .tpl-alt-tabs > li {
    width: 120px;
  }
  .alt-tabs-icon {
    font-size: 32px;
  }
  .work-container {
    padding: 30px 0;
  }
  .margin-bot {
    margin-bottom: 30px;
  }
  .text {
    line-height: 1.7;
  }
  .count-number {
    font-size: 32px;
  }
  .count-title {
    font-size: 12px;
  }
  .work-item {
    width: 100%;
  }
  .work-full-text {
    margin-top: 30px;
  }
  .work-full-title {
    font-size: 20px;
  }
  .blog-container {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .blog-item-title {
    font-size: 16px;
  }
  .comment-avatar {
    width: 30px;
    margin-top: 7px;
  }
  .comment-item {
    font-size: 13px;
  }
  .separ-space {
    display: block;
    height: 10px;
  }
  .bot-menu-item {
    font-size: 16px;
  }
  .fixed-height-small {
    min-height: 300px;
  }
  .fixed-height-medium {
    min-height: 350px;
  }
  .fixed-height-large {
    min-height: 400px;
  }
  .fm-search {
    width: 200px;
  }
  .btn-mod.btn-large {
    padding: 8px 15px;
    font-size: 13px;
  }
  .split-section-headings .section-title {
    font-size: 24px;
    letter-spacing: 2px;
  }
  .tpl-minimal-tabs > li {
    padding: 0;
  }
  .tpl-minimal-tabs > li > a {
    padding: 6px 10px 5px;
  }
  .works-filter a {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .work-grid-2 .work-item {
    width: 100%;
  }
  .work-grid-3 .work-item {
    width: 100%;
  }
  .container .work-grid-3 .work-item {
    width: 100%;
  }
  .work-grid-5 .work-item {
    width: 100%;
  }
  .blog-item-q p {
    font-size: 16px;
  }
  .google-map > iframe {
    height: 300px;
  }
  .tpl-tabs > li {
    display: block;
    float: none;
    width: 100%;
  }
  .tpl-tabs > li.active a {
    background: #f5f5f5 !important;
  }
  .fm-menu-links a {
    font-size: 14px;
  }
}

/* ==============================
   Small Phone
   ============================== */
@media only screen and (max-width: 319px) {
  .nav-social-links {
    display: none;
  }
}

/* ==============================
   Max Height 768
   ============================== */
@media only screen and (max-height: 767px) {
  .sp-social-links {
    padding-bottom: 10px;
    position: static;
    width: auto;
  }
}

/* ==============================
   IOS Background Fix
   ============================== */
.mobile .page-section {
  background-attachment: scroll;
}

.mobile .home-section {
  background-attachment: scroll;
}

.mobile .small-section {
  background-attachment: scroll;
}

/*!
 * Bootstrap v3.3.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=2afc63bba117fe2cfcaa)
 * Config saved to config.json and https://gist.github.com/2afc63bba117fe2cfcaa
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

input[type="search"] {
  -webkit-appearance: textfield;
  -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;
}

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td, th {
  padding: 0;
}

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

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

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

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

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

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

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}

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

figure {
  margin: 0;
}

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: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .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 #2b2b2b;
}

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

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

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

h1 small, 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: #777;
}

h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

p {
  margin: 0 0 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #777;
}

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

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

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

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

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

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

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

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

.text-danger {
  color: #a94442;
}

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

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

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

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

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

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

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

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

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

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

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

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

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;
  margin-left: -5px;
}

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

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

dt, dd {
  line-height: 1.42857143;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

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

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

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

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

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

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

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

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

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

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

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

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

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

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

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

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: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  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;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}

table {
  background-color: transparent;
}

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

th {
  text-align: left;
}

.table {
  width: 100%;
  max-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 #ddd;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

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

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

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

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

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

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

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

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

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

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  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, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

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

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

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

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

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}

textarea.form-control {
  height: auto;
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
    line-height: 34px;
  }
  input.input-sm[type="date"], input.input-sm[type="time"], input.input-sm[type="datetime-local"], input.input-sm[type="month"] {
    line-height: 30px;
  }
  input.input-lg[type="date"], input.input-lg[type="time"], input.input-lg[type="datetime-local"], input.input-lg[type="month"] {
    line-height: 46px;
  }
}

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

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

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

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

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

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

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

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

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

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

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

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

.input-sm, .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}

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

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

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

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

.has-feedback {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 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;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio, .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label, .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

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

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

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

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

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

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

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

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  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;
  user-select: none;
}

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

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

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

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

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

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  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.focus, .btn-default.focus[disabled], fieldset[disabled] .btn-default.focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default.active[disabled], fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}

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

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

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

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

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary.focus[disabled], fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary.active[disabled], fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

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

.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #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.focus, .btn-success.focus[disabled], fieldset[disabled] .btn-success.focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success.active[disabled], fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

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

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

.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #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.focus, .btn-info.focus[disabled], fieldset[disabled] .btn-info.focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info.active[disabled], fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

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

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

.btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #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.focus, .btn-warning.focus[disabled], fieldset[disabled] .btn-warning.focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning.active[disabled], fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

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

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

.btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #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.focus, .btn-danger.focus[disabled], fieldset[disabled] .btn-danger.focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger.active[disabled], fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

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

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

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

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

.btn-link:hover, .btn-link:focus {
  color: #23527c;
  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: #777;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input.btn-block[type="submit"], input.btn-block[type="reset"], input.btn-block[type="button"] {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
  visibility: hidden;
}

.collapse.in {
  display: block;
  visibility: visible;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn, .btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar .btn-group, .btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child > .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 > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 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:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn, .btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], [data-toggle="buttons"] > .btn input[type="checkbox"], [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group-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, select.input-group-lg[multiple] > .form-control, select.input-group-lg[multiple] > .input-group-addon, select.input-group-lg[multiple] > .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, select.input-group-sm[multiple] > .form-control, select.input-group-sm[multiple] > .input-group-addon, select.input-group-sm[multiple] > .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: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  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 > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

.nav > li.disabled > a {
  color: #777;
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}

.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 #ddd;
}

.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: #eee #eee #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 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: #fff;
  }
}

.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: #fff;
  background-color: #337ab7;
}

.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 #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    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: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}

.tab-content > .active {
  display: block;
  visibility: visible;
}

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

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top, .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  .navbar-fixed-top, .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    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: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.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;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio, .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label, .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 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: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 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: #ccc;
}

.breadcrumb > .active {
  color: #777;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

.label-default {
  background-color: #777;
}

.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

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

.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090;
}

.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: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-o-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: #fff;
  text-align: center;
  background-color: #337ab7;
  -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 .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
}

.progress-striped .progress-bar, .progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}

.progress.active .progress-bar, .progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover, a.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eee;
  color: #777;
  cursor: not-allowed;
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.list-group-item.active .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover, a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover, a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover, a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover, a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.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: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20);
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: .9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  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: #000;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}

.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after {
  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, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs, td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm, td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md, td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg, td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print, td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 100%, 20%, 53%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  0%, 100%, 20%, 53%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 100%, 50% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 100%, 50% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0%, 100%, 20%, 40%, 60%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 100%, 20%, 40%, 60%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounceInDown {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

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

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

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

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

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

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

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur {
  cursor: zoom-out;
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-close {
  user-select: none;
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-arrow {
  user-select: none;
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow .mfp-b {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-preloader {
  user-select: none;
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-counter {
  user-select: none;
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-hide {
  display: none !important;
}

button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
}

button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
}

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

.mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
  top: -40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

.mfp-arrow-left .mfp-a {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

.mfp-arrow-right .mfp-a {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #080808;
}

html {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #080808;
}

canvas {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 479px) {
  img.logo {
    top: calc(50% - 50px);
  }
}

img.logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
  height: auto;
  max-width: 650px;
  user-select: none;
}

.grecaptcha-badge {
  visibility: hidden;
}

.contact-box {
  background: linear-gradient(-45deg, #2e3192, #009245, #fcee21, #00a8c5, #fff);
  background-size: 400% 400%;
  animation: Gradient 18s ease infinite;
  box-shadow: 0 55px 80px -40px rgba(0, 0, 0, 0.45);
  margin: 0px auto 0px auto;
  padding: 70px 0 30px 30px;
  max-width: 1280px;
}

.contact-box .contact-box-container {
  padding-left: 20px;
  padding-right: 20px;
}

.contact-box .contact-box-container .contact-box-row .contact-box-col a.left-black {
  position: relative;
  color: #000 !important;
}

.contact-box .contact-box-container .contact-box-row .contact-box-col a.left-black:before {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  bottom: 0;
  margin-bottom: -4px;
  color: #000;
  background-color: #000;
  left: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
}

.contact-box .contact-box-container .contact-box-row .contact-box-col a.left-black:hover:before {
  visibility: visible;
  color: #000;
  width: 100%;
}

.contact-box .contact-box-container .contact-box-row .contact-box-col .contact-form .contact-form-field {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 14px;
}

.contact-box .contact-box-container .contact-box-row .contact-box-col .contact-form .contact-form-field p.recaptcha {
  margin-top: 0.8em;
  font-size: 0.8em;
}

.contact-box .contact-box-container .contact-box-row .contact-box-col .contact-form input {
  padding: 15px 22px;
}

.contact-box .contact-box-container .contact-box-row .contact-box-col .contact-form input:not([type="button"]):not([type="reset"]):not([type="submit"]):not([type="file"]):not([type="checkbox"]):not([type="radio"]) {
  width: 100%;
  display: block;
  font-size: 15px;
  padding: 15px 22px;
  border: none;
}

.contact-box .contact-box-container .contact-box-row .contact-box-col .contact-form textarea {
  width: 100%;
  display: block;
  font-size: 15px;
  padding: 15px 22px;
  border: none;
  height: 120px;
}

.contact-box .contact-box-container .contact-box-row .contact-box-col .contact-form select {
  width: 100%;
  display: block;
  font-size: 15px;
  border: none;
  height: 50.8px;
  padding: 15px 18px;
  border-radius: 0;
}

.contact-box .contact-box-container .contact-box-row .contact-box-col .contact-form input[type="button"] {
  width: 100%;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  padding: 15px 33px;
  display: inline-block;
}

.contact-box .contact-box-container .contact-box-row .contact-box-col .contact-form input[type="submit"] {
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  padding: 15px 33px;
  display: inline-block;
  border: 2px solid #000;
  font-weight: normal;
  font-size: 15px;
  animation: shadow-pulse 2s infinite;
  background-color: #212121;
  color: #fff;
}

.contact-box .contact-box-container .contact-box-row .contact-box-col .contact-form input[type="reset"] {
  width: 100%;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  padding: 15px 33px;
  display: inline-block;
}

@-webkit-keyframes Gradient {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}

@-moz-keyframes Gradient {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}

@keyframes Gradient {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}

@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}

@keyframes shadow-pulse-big {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  }
  100% {
    box-shadow: 0 0 0 50px rgba(0, 0, 0, 0);
  }
}

/* ==============================
   Bootstrap multicolumn grid
   ============================== */
.multi-columns-row .col-xs-6:nth-child(2n + 3) {
  clear: left;
}

.multi-columns-row .col-xs-4:nth-child(3n + 4) {
  clear: left;
}

.multi-columns-row .col-xs-3:nth-child(4n + 5) {
  clear: left;
}

.multi-columns-row .col-xs-2:nth-child(6n + 7) {
  clear: left;
}

.multi-columns-row .col-xs-1:nth-child(12n + 13) {
  clear: left;
}

@media (min-width: 768px) {
  .multi-columns-row .col-xs-6:nth-child(2n + 3) {
    clear: none;
  }
  .multi-columns-row .col-xs-4:nth-child(3n + 4) {
    clear: none;
  }
  .multi-columns-row .col-xs-3:nth-child(4n + 5) {
    clear: none;
  }
  .multi-columns-row .col-xs-2:nth-child(6n + 7) {
    clear: none;
  }
  .multi-columns-row .col-xs-1:nth-child(12n + 13) {
    clear: none;
  }
  .multi-columns-row .col-sm-6:nth-child(2n + 3) {
    clear: left;
  }
  .multi-columns-row .col-sm-4:nth-child(3n + 4) {
    clear: left;
  }
  .multi-columns-row .col-sm-3:nth-child(4n + 5) {
    clear: left;
  }
  .multi-columns-row .col-sm-2:nth-child(6n + 7) {
    clear: left;
  }
  .multi-columns-row .col-sm-1:nth-child(12n + 13) {
    clear: left;
  }
  .fivecolumns .col-md-2 {
    width: 20%;
    *width: 20%;
  }
  .fivecolumns .col-sm-2 {
    width: 20%;
    *width: 20%;
  }
  .fivecolumns .col-lg-2 {
    width: 20%;
    *width: 20%;
  }
}

@media (min-width: 992px) {
  .multi-columns-row .col-sm-6:nth-child(2n + 3) {
    clear: none;
  }
  .multi-columns-row .col-sm-4:nth-child(3n + 4) {
    clear: none;
  }
  .multi-columns-row .col-sm-3:nth-child(4n + 5) {
    clear: none;
  }
  .multi-columns-row .col-sm-2:nth-child(6n + 7) {
    clear: none;
  }
  .multi-columns-row .col-sm-1:nth-child(12n + 13) {
    clear: none;
  }
  .multi-columns-row .col-md-6:nth-child(2n + 3) {
    clear: left;
  }
  .multi-columns-row .col-md-4:nth-child(3n + 4) {
    clear: left;
  }
  .multi-columns-row .col-md-3:nth-child(4n + 5) {
    clear: left;
  }
  .multi-columns-row .col-md-2:nth-child(6n + 7) {
    clear: left;
  }
  .multi-columns-row .col-md-1:nth-child(12n + 13) {
    clear: left;
  }
}

@media (min-width: 1200px) {
  .multi-columns-row .col-md-6:nth-child(2n + 3) {
    clear: none;
  }
  .multi-columns-row .col-md-4:nth-child(3n + 4) {
    clear: none;
  }
  .multi-columns-row .col-md-3:nth-child(4n + 5) {
    clear: none;
  }
  .multi-columns-row .col-md-2:nth-child(6n + 7) {
    clear: none;
  }
  .multi-columns-row .col-md-1:nth-child(12n + 13) {
    clear: none;
  }
  .multi-columns-row .col-lg-6:nth-child(2n + 3) {
    clear: left;
  }
  .multi-columns-row .col-lg-4:nth-child(3n + 4) {
    clear: left;
  }
  .multi-columns-row .col-lg-3:nth-child(4n + 5) {
    clear: left;
  }
  .multi-columns-row .col-lg-2:nth-child(6n + 7) {
    clear: left;
  }
  .multi-columns-row .col-lg-1:nth-child(12n + 13) {
    clear: left;
  }
  .fivecolumns .col-md-2 {
    width: 20%;
    *width: 20%;
  }
  .fivecolumns .col-sm-2 {
    width: 20%;
    *width: 20%;
  }
  .fivecolumns .col-lg-2 {
    width: 20%;
    *width: 20%;
  }
}

.home-section {
  background: #000 !important;
}

h1 {
  color: #fff;
}

h2 {
  color: #fff;
}

h3 {
  color: #fff;
}

h4 {
  color: #fff;
}

h5 {
  color: #fff;
}

h6 {
  color: #fff;
}

.h1 {
  color: #fff;
}

.h2 {
  color: #fff;
}

.h3 {
  color: #fff;
}

.h4 {
  color: #fff;
}

.h5 {
  color: #fff;
}

.h6 {
  color: #fff;
}

.main-nav {
  background: #080808;
  box-shadow: none;
}

.team-item {
  border: 1px solid #fff;
  transition: all 200ms ease-in-out;
}

@media (min-width: 768px) and (max-width: 979px) {
  .fivecolumns .col-md-2 {
    width: 20%;
  }
}

.amc_services {
  color: #fff;
}

.amc_services p {
  text-transform: none;
  font-size: 1.5rem;
}

.amc_centered_button {
  text-align: center;
  margin-top: 30px;
}

.inner-nav ul li a {
  color: #fff;
}

.inner-nav ul li a:hover {
  color: #fff;
  text-decoration: underline;
}

.inner-nav ul li a.active {
  color: #fff;
  text-decoration: underline;
}

.page-section:not(#frameworks) .team-item .team-item-image {
  padding: 30px;
}

.col-sm-2.mb-xs-30.wow.fadeInUp {
  padding: 15px;
}

#frameworks .team-item img:not(.no-saturate) {
  filter: brightness(0) invert(100);
}

#frameworks .team-item img.no-saturate {
  filter: saturate(0) invert(100);
}

#frameworks .team-item:hover {
  background: #fff;
}

#frameworks .team-item:hover img {
  filter: none;
}

.kunden .team-item img:not(.no-saturate) {
  filter: brightness(0) invert(100);
}

.kunden .team-item img.no-saturate {
  filter: saturate(0) invert(100);
}

.kunden .team-item:hover {
  background: #fff;
}

.kunden .team-item:hover img {
  filter: none;
}

#angebot .alt-features-icon {
  color: #fff !important;
}

@media screen and (max-width: 1200px) {
  .amc_services h3 {
    min-height: 70px;
  }
}

/* ==============================
   Typography
   ============================== */
body {
  color: #111;
  font-size: 14px;
  font-family: 'Archia', "Open Sans", arial, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #111;
  text-decoration: underline;
}

a:hover {
  color: #888;
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 1.3em;
  line-height: 1.4;
  font-weight: 400;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 28px;
}

h6 {
  font-weight: 700;
}

p {
  margin: 0 0 2em 0;
}

ul, ol {
  margin: 0 0 1.5em 0;
}

blockquote {
  margin: 3em 0 3em 0;
  padding: 0;
  border: none;
  background: none;
  font-style: normal;
  line-height: 1.7;
  color: #fff;
}

blockquote p {
  margin-bottom: 1em;
  font-size: 24px;
  font-weight: 300;
  font-style: normal;
  line-height: 1.6;
}

blockquote footer {
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
}

dl dt {
  margin-bottom: 5px;
}

dl dd {
  margin-bottom: 15px;
}

pre {
  background-color: #f9f9f9;
  border-color: #ddd;
}

hr {
  background-color: rgba(255, 255, 255, 0.08);
}

hr.white {
  border-color: rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.35);
}

hr.black {
  border-color: rgba(0, 0, 0, 0.85);
  background: rgba(0, 0, 0, 0.85);
}

.uppercase {
  text-transform: uppercase;
  letter-spacing: 1px;
}

.font-alt {
  font-family: Dosis, arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.serif {
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: normal;
}

.normal {
  font-weight: normal;
}

.strong {
  font-weight: 700 !important;
}

.lead {
  margin: 1em 0 2em 0;
  font-size: 140%;
  line-height: 1.6;
}

.text {
  font-size: 16px;
  font-weight: 300;
  color: #5f5f5f;
  line-height: 1.8;
}

.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6 {
  color: #111;
}

.dropcap {
  float: left;
  font-size: 3em;
  line-height: 1;
  padding: 2px 8px 2px 0;
}

.big-icon {
  display: block;
  width: 90px;
  height: 90px;
  margin: 0 auto 20px;
  border: 3px solid #fff;
  text-align: center;
  line-height: 88px;
  font-size: 32px;
  color: rgba(255, 255, 255, 0.97);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.big-icon .fa-play {
  position: relative;
  left: 4px;
}

.big-icon.big-icon-rs {
  border: none;
  width: auto;
  height: auto;
  font-size: 96px;
}

.big-icon-link {
  display: inline-block;
  text-decoration: none;
}

.big-icon-link:hover {
  border-color: transparent !important;
}

.big-icon-link:hover .big-icon {
  border-color: #fff;
  color: #fff;
  -webkit-transition: 0 none !important;
  -moz-transition: 0 none !important;
  -ms-transition: 0 none !important;
  -o-transition: 0 none !important;
  transition: 0 none !important;
}

.big-icon-link:active .big-icon {
  -webkit-transform: scale(0.99);
  -moz-transform: scale(0.99);
  -o-transform: scale(0.99);
  -ms-transform: scale(0.99);
  transform: scale(0.99);
}

.wide-heading {
  display: block;
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: 400;
  letter-spacing: 0.4em;
  text-align: center;
  text-transform: uppercase;
  opacity: .9;
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.big-icon-link:hover,
.big-icon-link:hover .wide-heading {
  color: #fff;
  text-decoration: none;
}

.sub-heading {
  font-size: 16px;
  font-style: italic;
  text-align: center;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.75);
}

.big-icon.black {
  color: #000;
  border-color: rgba(0, 0, 0, 0.75);
}

.big-icon-link:hover .big-icon.black {
  color: #000;
  border-color: #000;
}

.wide-heading.black {
  color: rgba(0, 0, 0, 0.87);
}

.big-icon-link.black:hover,
.big-icon-link:hover .wide-heading.black {
  color: #000;
  text-decoration: none;
}

.sub-heading.black {
  color: rgba(0, 0, 0, 0.75);
}

/*# sourceMappingURL=amicaldo.css.map */