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

Foliou template By Bootstrapious.com

=========================================
========================================= */
/* variant 4 - red */
.gradient {
  background-image: -moz-linear-gradient(-39deg, #001b46 0%, #f53653 100%);
  background-image: -webkit-linear-gradient(-39deg, #001b46 0%, #f53653 100%);
}
/*

=====================
GENERAL
=====================

*/
html {
  height: 100%;
}
body {
  height: 100%;
}
header {
  z-index: 1000;
}
section {
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px;
}
section.section--no-padding {
  padding-top: 0;
  padding-bottom: 0;
}
section.section--no-padding-bottom {
  padding-bottom: 0;
}
section.section--padding-bottom-small {
  padding-bottom: 30px;
}
.italic {
  font-style: italic;
  font-family: "Roboto Slab", "Times New Roman", Times, serif;
}
.heading {
  margin-bottom: 20px;
}
.heading:after {
  content: " ";
  display: block;
  width: 40px;
  height: 1px;
  margin: 10px 0 20px;
  background: #f53653;
}
.img-responsive {
  margin: 0 auto;
}
.no-space .box {
  margin: 0 -15px;
  padding: 0;
}
.no-space.padding-horizontal {
  padding-left: 15px;
  padding-right: 15px;
}
.margin-top {
  margin-top: 30px;
}
.margin-bottom {
  margin-bottom: 30px !important;
}
.margin-bottom--medium {
  margin-bottom: 45px !important;
}
.margin-bottom--big {
  margin-bottom: 60px !important;
}
a,
button {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
a i.fa,
button i.fa {
  margin: 0 5px;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
.clickable {
  cursor: pointer !important;
}
.required {
  color: #f53653;
}
.accent {
  color: #f53653;
}
.text-uppercase {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.list-style-none {
  list-style: none;
}
.weight-300 {
  font-weight: 300 !important;
}
.weight-500 {
  font-weight: 500 !important;
}
.weight-700 {
  font-weight: 700 !important;
}
.text-gray {
  color: #555555;
}
.text-gray-light {
  color: #999999;
}
.text-gray-lighter {
  color: #eeeeee;
}
.background-gray-lightest {
  background: #f7f7f7;
}
.background-gray--even-lightest {
  background: #fafafa;
}
.background-gray-lighter {
  background: #eeeeee;
}
.background-gray-light {
  background: #999999;
}
.background-gray {
  background: #555555;
}
.pages {
  text-align: center;
}
.btn-ghost {
  color: #f53653;
  background-color: transparent;
  border-color: #f53653;
}
.btn-ghost:hover,
.btn-ghost:focus,
.btn-ghost:active,
.btn-ghost.active,
.open .dropdown-toggle.btn-ghost {
  color: #f53653;
  background-color: rgba(0, 0, 0, 0);
  border-color: #ff2e2e;
}
.btn-ghost:active,
.btn-ghost.active,
.open .dropdown-toggle.btn-ghost {
  background-image: none;
}
.btn-ghost.disabled,
.btn-ghost[disabled],
fieldset[disabled] .btn-ghost,
.btn-ghost.disabled:hover,
.btn-ghost[disabled]:hover,
fieldset[disabled] .btn-ghost:hover,
.btn-ghost.disabled:focus,
.btn-ghost[disabled]:focus,
fieldset[disabled] .btn-ghost:focus,
.btn-ghost.disabled:active,
.btn-ghost[disabled]:active,
fieldset[disabled] .btn-ghost:active,
.btn-ghost.disabled.active,
.btn-ghost[disabled].active,
fieldset[disabled] .btn-ghost.active {
  background-color: transparent;
  border-color: #f53653;
}
.btn-ghost .badge {
  color: transparent;
  background-color: #f53653;
}
.btn-ghost:hover,
.btn-ghost:focus,
.btn-ghost:active,
.btn-ghost.active,
.open .dropdown-toggle.btn-ghost {
  color: #fff;
  background-color: #f53653;
  border-color: #f53653;
}
.btn-white {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #e0e0e0;
}
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
  background-image: none;
}
.btn-white.disabled,
.btn-white[disabled],
fieldset[disabled] .btn-white,
.btn-white.disabled:hover,
.btn-white[disabled]:hover,
fieldset[disabled] .btn-white:hover,
.btn-white.disabled:focus,
.btn-white[disabled]:focus,
fieldset[disabled] .btn-white:focus,
.btn-white.disabled:active,
.btn-white[disabled]:active,
fieldset[disabled] .btn-white:active,
.btn-white.disabled.active,
.btn-white[disabled].active,
fieldset[disabled] .btn-white.active {
  background-color: transparent;
  border-color: #fff;
}
.btn-white .badge {
  color: transparent;
  background-color: #fff;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
  color: #f53653;
  background-color: #fff;
  border-color: #fff;
}
body {
  overflow-x: hidden;
}
a {
  display: inline-block;
}
a:not(ul.nav a) {
  display: inline-block;
  margin: 5px 0;
}
section,
footer {
  overflow-x: hidden;
}
.btn-unique,
.btn-unique-inverse {
  font-size: 1.5em;
}
h1.small-heading {
  font-size: 1.3em;
  font-weight: 600;
  color: #bfbfbf;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
nav.navbar {
  background: none;
  transition: all 0.5s;
}
nav.navbar.active {
  background: #fff;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}
nav.navbar.active ul.nav li.active a {
  color: #f53653;
}
nav.navbar.active ul.nav a {
  color: #333;
  text-shadow: none;
}
nav.navbar.active ul.nav a:hover,
nav.navbar.active ul.nav a:focus {
  color: #f53653;
}
nav.navbar.active a.learn-more {
  background: #f53653;
  border: 2px solid transparent;
}
nav.navbar.active a.learn-more:hover {
  background: #001b46;
  color: #fff;
}
nav.navbar.active .navbar-toggle {
  color: #333;
}
nav.navbar.active a.navbar-brand {
  color: #333;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
nav.navbar.active a.navbar-brand:hover,
nav.navbar.active a.navbar-brand:focus {
  color: #333;
}
nav.navbar ul.nav a {
  color: #fff;
  font-weight: 500;
  font-size: 1.1em;
  text-shadow: 1px 1px 2px #103b5b;
}
nav.navbar ul.nav a:hover,
nav.navbar ul.nav a:focus {
  color: #fff;
}
nav.navbar a.navbar-brand {
  font-size: 2em;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  text-shadow: 2px 2px 2px #103b5b;
}
nav.navbar a.navbar-brand:hover,
nav.navbar a.navbar-brand:focus {
  color: #fff;
}
nav.navbar a.learn-more {
  background: none;
  border: 2px solid #fff;
  color: #fff;
}
nav.navbar a.learn-more:hover {
  background: #fff;
  color: #f53653;
}
nav.navbar .navbar-toggle {
  color: #fff;
  padding: 5px 0 !important;
}
section.hero {
  min-height: 100vh;
  position: relative;
  background-image: -moz-linear-gradient(-39deg, #001b46 0%, #f53653 100%);
  background-image: -webkit-linear-gradient(-39deg, #001b46 0%, #f53653 100%);
}
section.hero::before {
  content: 'RACKENTERTAINMENT';
  display: inline-block;
  color: #FFF;
  opacity: 0.04;
  font-weight: 999;
  position: absolute;
  top: 50%;
  right: null;
  bottom: null;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20em;
}
section.hero .container {
  position: absolute;
  top: 50%;
  right: null;
  bottom: null;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-top: 40px;
}
section.hero h1,
section.hero h3,
section.hero p {
  color: #fff;
}
section.hero h1 {
  text-shadow: 2px 2px 5px #185886;
  font-size: 4.5em;
  font-weight: 800;
}
section.hero h3 {
  font-size: 1.5em;
  font-weight: 500;
  text-shadow: 2px 2px 5px #185886;
}
section.hero p {
  font-size: 1.8em;
  font-weight: 300;
}
section.hero a.get-started {
  margin-top: 20px;
  font-size: 1.2em;
}
@media (max-width: 1200px) {
  section.hero {
    font-size: 12px;
    min-height: 600px;
    height: auto;
  }
}
@media (max-width: 768px) {
  section.hero {
    font-size: 11px;
    min-height: 600px;
    height: auto;
  }
  section.hero .container {
    width: 100%;
  }
}
section.about header {
  margin-bottom: 20px;
}
section.services header {
  margin-bottom: 60px;
}
section.services .item {
  padding: 40px;
  cursor: default;
  z-index: 1;
}
section.services .item::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-image: -moz-linear-gradient(-39deg, #2b90d9 0%, #f1f1f1 100%);
  background-image: -webkit-linear-gradient(-39deg, #2b90d9 0%, #f1f1f1 100%);
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: null;
  left: null;
  border-radius: 10px;
  transition: all 0.4s;
  opacity: 0;
}
section.services .item:hover {
  color: #fff;
}
section.services .item:hover::before {
  opacity: 1;
}
section.services .item:hover h3,
section.services .item:hover p {
  color: #000;
}
section.services .item:hover h3::after {
  background: #2b90d9;
}
section.services .item:hover .icon i {
  color: #001b46;
}
section.services .icon {
  margin-bottom: 10px;
}
section.services .icon i {
  font-size: 3em;
  color: #ff5252;
  display: inline-block;
  transition: all 0.3s;
}
section.services h3 {
  text-transform: uppercase;
  transition: all 0.3s;
}
section.services h3::after {
  content: '';
  display: block;
  width: 50px;
  height: 2px;
  background: #f53653;
  margin: 10px auto;
  transition: all 0.3s;
}
section.services p {
  font-weight: 400;
  font-size: 1.1em;
  color: #555;
  transition: all 0.3s;
}
section.success-stories p {
  font-size: 1.2em;
  color: #666;
  font-weight: 300;
}
section.success-stories ul.values {
  margin-top: 30px;
}
section.success-stories ul.values li {
  padding-right: 20px;
}
section.success-stories ul.values strong,
section.success-stories ul.values span {
  display: block;
  font-size: 1.2em;
  color: #333;
  text-align: center;
  font-weight: 500;
}
section.success-stories ul.values strong {
  font-weight: 800;
  font-size: 2.5em;
  color: #f53653;
  font-family: Arial, sans-serif;
}
section.success-stories .owl-dots .owl-dot {
  margin-top: 50px;
}
section.success-stories .owl-dots .owl-dot span {
  width: 50px;
  height: 3px;
  border-radius: 0;
  margin: 0;
  background: #e7e7e7;
  transition: all 0.3s;
}
section.success-stories .owl-dots .owl-dot span:hover {
  background: #aaa;
}
section.success-stories .owl-dots .owl-dot.active span {
  background: #f53653;
}
section.success-stories .owl-nav {
  position: absolute;
  top: 50%;
  right: 50%;
  bottom: null;
  left: null;
  transform: translate(50%, 50%);
  width: calc(100% + 100px);
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  align-items: null;
  justify-content: space-between;
  flex-wrap: null;
}
section.success-stories .owl-nav .owl-prev,
section.success-stories .owl-nav .owl-next {
  color: #f53653;
  font-size: 4em;
}
section.success-stories .owl-nav .owl-prev.disabled,
section.success-stories .owl-nav .owl-next.disabled {
  color: #ddd !important;
}
section.success-stories .owl-stage-outer {
  padding-top: 170px;
}
section.success-stories .device-mockup {
  position: relative;
}
section.success-stories .number {
  display: block;
  text-align: center;
  width: 100%;
  position: absolute;
  top: -180px;
  right: 0;
  bottom: null;
  left: null;
  font-size: 14em;
  font-weight: 800;
  color: #000;
  opacity: 0.1;
  font-family: Arial, sans-serif;
}
@media (max-width: 768px) {
  section.success-stories .owl-nav {
    display: none;
  }
}
@media (max-width: 768px) {
  section.success-stories .text {
    text-align: center;
    padding-top: 50px;
  }
  section.success-stories .device-mockup .number {
    top: -150px;
  }
}
section.portfolio {
  padding: 0;
}
section.portfolio .item {
  overflow: hidden;
  padding: 0;
  margin: 0;
  position: relative;
}
section.portfolio .item a {
  overflow: hidden;
  display: block;
  outline: none;
  color: #333;
}
section.portfolio .item a:hover .overlay {
  opacity: 1;
}
section.portfolio .item a img {
  max-width: 100%;
  height: auto;
}
section.portfolio .item a .overlay {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.93);
  position: absolute;
  top: 0;
  right: 0;
  bottom: null;
  left: null;
  opacity: 0;
  padding: 40px;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: null;
  transition: all 0.5s;
}
section.portfolio .modal {
  background: rgba(0, 0, 0, 0.8);
}
section.portfolio .modal-dialog {
  width: 90%;
  max-width: 1200px;
  margin: 50px auto;
}
section.portfolio .modal-content {
  padding: 100px 50px;
  position: relative;
}
section.portfolio .close-btn {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #f53653;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: null;
  left: null;
  font-size: 2em;
  cursor: pointer;
  transition: all 0.4s;
}
section.portfolio .close-btn:hover {
  background: #001b46;
}
section.portfolio .close-btn i {
  display: inline-block;
  transform: translateY(3px);
}
@media (max-width: 1200px) {
  section.portfolio .item {
    font-size: 13px;
  }
}
@media (max-width: 992px) {
  section.portfolio .modal .text {
    margin-top: 50px;
    text-align: center;
  }
}
section.statistics .icon i {
  font-size: 3em;
  color: #bbb;
}
section.statistics strong,
section.statistics span {
  display: block;
}
section.statistics strong {
  color: #f53653;
  font-size: 2.5em;
  font-weight: 600;
}
section.statistics span {
  color: #333;
  font-weight: 500;
  font-size: 1.1em;
}
@media (max-width: 992px) {
  section.statistics {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  section.statistics .icon {
    margin-bottom: 0;
  }
  section.statistics div[class*='col-'] {
    margin-bottom: 40px;
  }
}
section.testimonials .icon {
  font-size: 4.5em;
  color: #f53653;
  margin: 40px auto 0;
}
section.testimonials .icon i {
  height: 0;
}
section.testimonials .user-info {
  margin-top: 20px;
}
section.testimonials .user-info h3 {
  text-transform: uppercase;
  margin-bottom: 5px;
}
section.testimonials .user-info span {
  font-size: 1.2em;
  text-transform: uppercase;
  color: #ccc;
}
section.testimonials .owl-dots .owl-dot span {
  background: #ddd;
  width: 12px;
  height: 12px;
  transition: all 0.3s;
}
section.testimonials .owl-dots .owl-dot.active span {
  background: #f53653;
}
section.divider {
  background-image: -moz-linear-gradient(-39deg, #001b46 0%, #f53653 100%);
  background-image: -webkit-linear-gradient(-39deg, #001b46 0%, #f53653 100%);
}
section.divider h2,
section.divider p {
  color: #fff;
}
section.divider a {
  color: #f53653;
  background: #fff;
  border: 2px solid #fff;
}
section.divider a:hover {
  border: 2px solid #fff;
  background: none;
}
section.clients img {
  max-height: 70px;
}
@media (max-width: 768px) {
  section.clients div[class*='col-'] {
    margin-bottom: 40px;
  }
}
section.gallery {
  padding-bottom: 100;
}
section.gallery div[class*='col-'] {
  padding: 0;
}
section.gallery .gallery {
  margin-top: 70px;
}
section.gallery .gallery .item {
  position: relative;
  max-height: 230px;
  overflow: hidden;
}
section.gallery .gallery .item a {
  background: rgba(255, 107, 107, 0.8);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: null;
  left: null;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: null;
  text-decoration: none !important;
  opacity: 0;
}
section.gallery .gallery .item a:hover {
  opacity: 1;
}
section.gallery .gallery .item a span {
  color: #fff;
  font-size: 2.6em;
}
section.gallery .gallery .item img {
  width: 100%;
  height: 100%;
}
section.gallery .gallery .item .lb-data .lb-caption {
  font-size: 1.5em;
  font-family: "Raleway", sans-serif;
}
section.contact ul.social a {
  width: 34px;
  height: 34px;
  line-height: 34px;
  background: #f53653;
  color: #fff;
  text-align: center;
  border-radius: 50%;
}
section.contact ul.social a:hover {
  background: #001b46;
}
section.contact .form-group {
  position: relative;
}
section.contact .form-group label {
  display: block;
  font-size: 1.15em;
  font-weight: 400;
  color: #ccc;
  cursor: text;
  position: absolute;
  top: null;
  right: null;
  bottom: 12px;
  left: 0;
  -webkit-user-select: none;
  user-select: none;
}
section.contact .form-group label.error {
  bottom: -15px;
  color: #d9534f;
  font-size: 1em;
}
section.contact .form-group input:not([type=submit]),
section.contact .form-group textarea {
  width: 100%;
  padding: 10px 0;
  margin-bottom: 10px;
  border: none;
  border-bottom: 1px solid #ddd;
  outline: none;
  font-size: 1.3em;
}
section.contact .form-group textarea {
  resize: vertical;
  max-height: 300px;
}
section.contact .form-group textarea + label {
  bottom: 17px;
}
section.contact .form-group input[type=submit] {
  transition: all 0.3s;
}
@media (max-width: 992px) {
  section.contact .text {
    margin-bottom: 30px;
  }
}
footer.main-footer {
  background: #222;
  padding: 100px 0 0;
}
footer.main-footer p {
  font-size: 1.2em;
  color: #555;
}
footer.main-footer a:focus {
  text-decoration: none;
}
footer.main-footer .logo img {
  max-width: 170px;
}
footer.main-footer ul.site-links {
  margin: 20px auto;
}
footer.main-footer ul.site-links a {
  font-size: 1.1em;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  margin: 0 10px;
}
footer.main-footer ul.site-links a:hover {
  color: #f53653;
}
footer.main-footer form {
  max-width: 550px;
  margin: 40px auto;
}
footer.main-footer form ::-webkit-input-placeholder {
  color: #454545;
  font-size: null;
  font-weight: 400;
}
footer.main-footer form ::-moz-placeholder {
  color: #454545;
  font-size: null;
  font-weight: 400;
}
footer.main-footer form :-ms-input-placeholder {
  color: #454545;
  font-size: null;
  font-weight: 400;
}
footer.main-footer form .form-group {
  position: relative;
}
footer.main-footer form .form-group input {
  background: none;
  border: none;
  outline: none;
  color: #fff;
  font-size: 1.2em;
}
footer.main-footer form .form-group input:not([type=submit]) {
  border-bottom: 1px solid #454545;
  width: 100%;
}
footer.main-footer form .form-group input[type=submit] {
  position: absolute;
  top: null;
  right: 0;
  bottom: 0;
  left: null;
  padding: 0;
  font-weight: 600;
  transition: all 0.3s;
}
footer.main-footer form .form-group input[type=submit]:hover {
  color: #f53653;
}
footer.main-footer .contact-info a {
  color: #fff;
}
footer.main-footer .contact-info a:hover {
  color: #f53653;
}
footer.main-footer .copyrights {
  margin-top: 70px;
  background: #1d1d1d;
  padding: 30px 0;
}
footer.main-footer .copyrights a {
  color: inherit;
}
footer.main-footer .copyrights a:hover {
  color: #f53653;
}
@media (max-width: 992px) {
  footer ul.site-links a {
    margin: 0 2px !important;
    font-size: 1em !important;
  }
  footer .copyrights div[class*='col-'] {
    text-align: center;
  }
}
@media (max-width: 480px) {
  footer {
    font-size: 12px;
  }
}
/*

=====================
STYLE SWITCHER FOR DEMO
=====================

*/
#style-switch-button {
  position: fixed;
  top: 120px;
  left: 0px;
  border-radius: 0;
  z-index: 2;
}
#style-switch {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 300px;
  padding: 20px;
  position: fixed;
  top: 160px;
  left: 0;
  background: #fff;
  border: solid 1px #eeeeee;
  z-index: 2000;
}
#style-switch h4 {
  color: #555555;
}
/* ========================================= */
/* THEMING OF BOOTSTRAP COMPONENTS           */
/* ========================================= */
/* nav */
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li > a {
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #f53653;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li > a {
  line-height: 1.55;
  border-radius: 0 0 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
}
.nav-pills > li > a {
  border-radius: 0;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #f53653;
}
.nav-tabs-justified > li > a {
  border-radius: 0;
}
.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: 0 0 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
/* navbar */
.navbar {
  font-family: "Raleway", sans-serif;
  min-height: 80px;
  margin-bottom: 0;
  border-top: none;
  border-bottom: none;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-collapse.right {
    float: right;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.container > .navbar-header,
.container-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-brand {
  float: left;
  padding: 28.5px 15px;
  font-size: 19px;
  line-height: 23px;
  height: 80px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  padding: 9px 10px !important;
  margin-right: 15px;
  border-radius: 0;
}
.navbar-nav {
  margin: 14.25px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 23px;
  border-bottom: none;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
  border-bottom: none;
}
@media (max-width: 767px) {
  .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: 23px;
  }
  .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 {
    margin: 0 auto;
    display: table;
    table-layout: fixed;
    float: left;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 28.5px;
    padding-bottom: 28.5px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border: none;
  margin-top: 21.5px;
  margin-bottom: 21.5px;
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
.navbar-btn {
  margin-top: 21.5px;
  margin-bottom: 21.5px;
}
.navbar-btn.btn-sm {
  margin-top: 24.5px;
  margin-bottom: 24.5px;
}
.navbar-btn.btn-xs {
  margin-top: 29px;
  margin-bottom: 29px;
}
.navbar-text {
  margin-top: 28.5px;
  margin-bottom: 28.5px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #fff;
  border-bottom-color: transparent;
}
.navbar-default .navbar-brand {
  color: #333;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #1a1a1a;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #333;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #f53653;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #f53653;
  background-color: transparent;
}
.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: transparent;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #333;
}
.navbar-default .navbar-collapse {
  border-color: transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #f53653;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #333;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #f53653;
    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: #f53653;
    background-color: transparent;
  }
  .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: #333;
}
.navbar-default .navbar-link:hover {
  color: #f53653;
}
/* dropdowns */
.dropdown-menu {
  z-index: 1000;
  font-size: 13px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 10.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  line-height: 1.55;
  color: #555555;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  background-color: #f53653;
}
/* modal */
.modal-content {
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
}
/* scaffolding */
body {
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  line-height: 1.55;
  color: #000;
  background-color: #fff;
}
a {
  color: #f53653;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #555555;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.img-rounded {
  border-radius: 0;
}
hr {
  margin-top: 23px;
  margin-bottom: 23px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
/* breadcrumbs */
.breadcrumb {
  padding: 8px 0;
  margin-bottom: 23px;
  background-color: transparent;
  border-radius: 0;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  color: #333;
}
.breadcrumb > .active {
  color: #333;
}
.breadcrumb a {
  color: #f53653;
}
@media (max-width: 991px) {
  .breadcrumb {
    padding: 8px 0;
  }
}
/* buttons  */
.btn {
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.55;
  border-radius: 0;
}
.btn-primary {
  color: #f53653;
  background-color: #fff;
  border-color: #f53653;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #f53653;
  background-color: #ebebeb;
  border-color: #ff2e2e;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #fff;
  border-color: #f53653;
}
.btn-primary .badge {
  color: #fff;
  background-color: #f53653;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  background: #f53653;
  color: #fff;
  border: solid 1px #f53653;
}
.btn-transparent {
  color: #555555;
  background-color: transparent;
  border-color: #555555;
}
.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active,
.btn-transparent.active,
.open .dropdown-toggle.btn-transparent {
  color: #555555;
  background-color: rgba(0, 0, 0, 0);
  border-color: #373737;
}
.btn-transparent:active,
.btn-transparent.active,
.open .dropdown-toggle.btn-transparent {
  background-image: none;
}
.btn-transparent.disabled,
.btn-transparent[disabled],
fieldset[disabled] .btn-transparent,
.btn-transparent.disabled:hover,
.btn-transparent[disabled]:hover,
fieldset[disabled] .btn-transparent:hover,
.btn-transparent.disabled:focus,
.btn-transparent[disabled]:focus,
fieldset[disabled] .btn-transparent:focus,
.btn-transparent.disabled:active,
.btn-transparent[disabled]:active,
fieldset[disabled] .btn-transparent:active,
.btn-transparent.disabled.active,
.btn-transparent[disabled].active,
fieldset[disabled] .btn-transparent.active {
  background-color: transparent;
  border-color: #555555;
}
.btn-transparent .badge {
  color: transparent;
  background-color: #555555;
}
.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active,
.btn-transparent.active {
  background: #f53653;
  color: #fff;
}
.btn-unique {
  color: #fff;
  background-color: #f53653;
  border-color: #f53653;
  font-weight: 600;
}
.btn-unique:hover,
.btn-unique:focus,
.btn-unique:active,
.btn-unique.active,
.open .dropdown-toggle.btn-unique {
  color: #fff;
  background-color: #ff4242;
  border-color: #ff2e2e;
}
.btn-unique:active,
.btn-unique.active,
.open .dropdown-toggle.btn-unique {
  background-image: none;
}
.btn-unique.disabled,
.btn-unique[disabled],
fieldset[disabled] .btn-unique,
.btn-unique.disabled:hover,
.btn-unique[disabled]:hover,
fieldset[disabled] .btn-unique:hover,
.btn-unique.disabled:focus,
.btn-unique[disabled]:focus,
fieldset[disabled] .btn-unique:focus,
.btn-unique.disabled:active,
.btn-unique[disabled]:active,
fieldset[disabled] .btn-unique:active,
.btn-unique.disabled.active,
.btn-unique[disabled].active,
fieldset[disabled] .btn-unique.active {
  background-color: #f53653;
  border-color: #f53653;
}
.btn-unique .badge {
  color: #f53653;
  background-color: #fff;
}
.btn-unique:hover,
.btn-unique:focus,
.btn-unique:active,
.btn-unique.active {
  background: #001b46;
  color: #fff;
  border: solid 1px #001b46;
}
.btn-unique.btn {
  padding: 6px 40px;
  font-size: 15px;
  line-height: 1.55;
  border-radius: 40px;
}
.btn-unique.btn-lg {
  padding: 10px 40px;
  font-size: 19px;
  line-height: 1.33;
  border-radius: 40px;
}
.btn-unique.btn-sm {
  padding: 5px 40px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 40px;
}
.btn-unique-inverse {
  color: #f53653;
  background-color: #fff;
  border-color: #fff;
  font-weight: 600;
  border-width: 2px;
}
.btn-unique-inverse:hover,
.btn-unique-inverse:focus,
.btn-unique-inverse:active,
.btn-unique-inverse.active,
.open .dropdown-toggle.btn-unique-inverse {
  color: #f53653;
  background-color: #ebebeb;
  border-color: #e0e0e0;
}
.btn-unique-inverse:active,
.btn-unique-inverse.active,
.open .dropdown-toggle.btn-unique-inverse {
  background-image: none;
}
.btn-unique-inverse.disabled,
.btn-unique-inverse[disabled],
fieldset[disabled] .btn-unique-inverse,
.btn-unique-inverse.disabled:hover,
.btn-unique-inverse[disabled]:hover,
fieldset[disabled] .btn-unique-inverse:hover,
.btn-unique-inverse.disabled:focus,
.btn-unique-inverse[disabled]:focus,
fieldset[disabled] .btn-unique-inverse:focus,
.btn-unique-inverse.disabled:active,
.btn-unique-inverse[disabled]:active,
fieldset[disabled] .btn-unique-inverse:active,
.btn-unique-inverse.disabled.active,
.btn-unique-inverse[disabled].active,
fieldset[disabled] .btn-unique-inverse.active {
  background-color: #fff;
  border-color: #fff;
}
.btn-unique-inverse .badge {
  color: #fff;
  background-color: #f53653;
}
.btn-unique-inverse:hover,
.btn-unique-inverse:focus,
.btn-unique-inverse:active,
.btn-unique-inverse.active {
  background: none;
  color: #fff;
  border: solid 2px #fff;
}
.btn-unique-inverse.btn {
  padding: 6px 40px;
  font-size: 15px;
  line-height: 1.55;
  border-radius: 40px;
}
.btn-unique-inverse.btn-lg {
  padding: 10px 40px;
  font-size: 19px;
  line-height: 1.33;
  border-radius: 40px;
}
.btn-unique-inverse.btn-sm {
  padding: 5px 40px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 40px;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.33;
  border-radius: 0;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 0;
}
/* dropdowns */
.dropdown-menu > li > a {
  padding: 8px 20px;
}
/* labels */
.label {
  font-family: "Raleway", sans-serif;
  font-weight: normal;
}
/* forms.less */
label {
  font-weight: normal;
}
.form-control {
  display: block;
  width: 100%;
  height: 37px;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.55;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control ::-webkit-input-placeholder {
  color: null;
  font-size: null;
  font-weight: null;
}
.form-control ::-moz-placeholder {
  color: null;
  font-size: null;
  font-weight: null;
}
.form-control :-ms-input-placeholder {
  color: null;
  font-size: null;
  font-weight: null;
}
.form-control:focus {
  border-color: #f53653;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 107, 107, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 107, 107, 0.6);
}
.form-group {
  margin-bottom: 20px;
}
/* pager*/
.pager {
  margin: 23px 0;
  border-top: solid 1px #eeeeee;
  padding-top: 23px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 13px;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  background-color: #fff;
  border: 1px solid #f53653;
  border-radius: 0;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  color: #fff;
  background-color: #f53653;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #fff;
  border-color: #ddd;
}
/* pagination */
.pagination {
  margin: 23px 0;
  font-family: "Raleway", sans-serif;
  border-radius: 0;
}
.pagination > li > a,
.pagination > li > span {
  padding: 6px 12px;
  line-height: 1.55;
  text-decoration: none;
  color: #f53653;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #f53653;
  background-color: #ffffff;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #f53653;
  border-color: #f53653;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #fff;
  border-color: #ddd;
}
/* responsive utilities */
@media (max-width: 767px) {
  .text-center-xs {
    text-align: center !important;
  }
  .text-center-xs img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .text-center-sm {
    text-align: center !important;
  }
  .text-center-sm img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
/* type */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: #222;
}
h1,
.h1 {
  font-size: 4.33em;
}
h2,
.h2 {
  font-size: 2.6em;
}
h3,
.h3 {
  font-size: 1.4em;
  font-weight: 700;
}
h4,
.h4 {
  font-size: 1.4em;
  font-weight: 700;
}
h5,
.h5 {
  font-size: 1.1em;
  font-weight: 700;
}
h6,
.h6 {
  font-size: 0.85em;
  font-weight: 700;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 5px;
}
p {
  margin: 10px 0 15px;
}
.lead {
  margin-bottom: 23px;
  font-size: 17px;
}
@media (min-width: 768px) {
  .lead {
    font-size: 18px;
    color: #888;
  }
}
.text-small {
  font-size: 13px;
}
.text-large {
  font-size: 19px;
}
.text-italic {
  font-style: italic;
}
.text-primary {
  color: #f53653;
}
a.text-primary:hover {
  color: #ff3838;
}
.bg-primary {
  color: #fff;
  background-color: #f53653;
}
a.bg-primary:hover {
  background-color: #ff3838;
}
abbr[title],
abbr[data-original-title] {
  border-bottom: 1px dotted #999999;
}
blockquote {
  padding: 11.5px 23px;
  margin: 0 0 23px;
  font-size: 15px;
  border-left: 5px solid #f53653;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.55;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  border-right: 5px solid #f53653;
}
address {
  margin-bottom: 23px;
  line-height: 1.55;
}
.panel {
  margin-bottom: 23px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}
.panel-default {
  border-color: #666;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #fff;
  border-color: #666;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #666;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #666;
}
.panel-primary {
  border-color: #f53653;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #f53653;
  border-color: #f53653;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #f53653;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #f53653;
}
.panel-primary .panel-title {
  font-weight: 300;
}
.panel-primary .panel-title a:hover {
  color: #fff;
  text-decoration: none;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #f53653;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
