/*
Template Name: Wrapkit
Author: Wrappixel
Email: niravjoshi87@gmail.com
File: scss
*/
/*==============================================================
 You can write your style here and overwrite our style
 ============================================================== */
/*
Template Name: Wrakit UI Kit
Author: wrappixel
Email: niravjoshi87@gmail.com
File: scss
*/
/**
 * Table Of Content
 *
 * 	1. Globals
 *	2. Headers
 *	3. Navigations
 *	4. Banners
 *	5. Footers
 *	6. app
 *	7. Widgets
 *	8. Custom Templates
 */
/*
Template Name: Wrapkit
Author: wrappixel
Email: niravjoshi87@gmail.com
File: scss
*/
/*Theme Colors*/
/*bootstrap Color*/
/*Light colors*/
/*Normal Color*/
/*Extra Variable*/
/*Gradiant*/
@import url(animate.css);
@import url(font-awesome.min.css);
/*
Template Name: Wrakit UI Kit
Author: wrappixel
Email: niravjoshi87@gmail.com
File: scss
*/
/******************* 
This is the font import from the google api 
*******************/
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800");
/******************* 
Global Styles 
*******************/
* {
  outline: none; }

body {
  background: #252525;
  font-family: "Open Sans", sans-serif;
  margin: 0;
  overflow-x: hidden;
  color: #fff;
  font-weight: 300; }

html {
  position: relative;
  min-height: 100%;
  background: #FFF; }

a:hover,
a:focus {
  text-decoration: none; }

a.link {
  color: #fff; }
  a.link:hover, a.link:focus {
    color: #ed1d24; }

a.white-link {
  color: #FFF; }
  a.white-link:hover, a.white-link:focus {
    color: #263238; }

.img-responsive {
  width: 100%;
  height: auto;
  display: inline-block; }

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

html body .mdi:before,
html body .mdi-set {
  line-height: initial; }

/*******************
Headings
*******************/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #fff;
  font-family: "Open Sans Condensed", sans-serif; }

h1 {
  line-height: 40px;
  font-size: 36px; }

h2 {
  line-height: 36px;
  font-size: 30px; }

h3 {
  line-height: 30px;
  font-size: 24px; }

h4 {
  line-height: 26px;
  font-size: 21px; }

h5 {
  line-height: 22px;
  font-size: 18px;
  font-weight: 400; }

h6 {
  line-height: 20px;
  font-size: 16px;
  font-weight: 400; }

.display-5 {
  font-size: 3rem; }

.display-6 {
  font-size: 36px; }

.display-7 {
  font-size: 26px; }

.box {
  border-radius: 4px;
  padding: 10px; }

html body .dl {
  display: inline-block; }
html body .db {
  display: block; }

.no-wrap td,
.no-wrap th {
  white-space: nowrap; }

.circle {
  border-radius: 100%; }

/*******************
Blockquote
*******************/
html body blockquote {
  border-left: 5px solid #ed1d24;
  border: 1px solid rgba(120, 130, 140, 0.13);
  padding: 15px; }

.clear {
  clear: both; }

ol li {
  margin: 5px 0; }

/*******************
Paddings
*******************/
html body .p-0 {
  padding: 0; }
html body .p-10 {
  padding: 10px; }
html body .p-15 {
  padding: 15px; }
html body .p-20 {
  padding: 20px; }
html body .p-30 {
  padding: 30px; }
html body .p-40 {
  padding: 40px; }
html body .p-l-0 {
  padding-left: 0; }
html body .p-l-10 {
  padding-left: 10px; }
html body .p-l-20 {
  padding-left: 20px; }
html body .p-r-0 {
  padding-right: 0; }
html body .p-r-10 {
  padding-right: 10px; }
html body .p-r-20 {
  padding-right: 20px; }
html body .p-r-30 {
  padding-right: 30px; }
html body .p-r-40 {
  padding-right: 40px; }
html body .p-t-0 {
  padding-top: 0; }
html body .p-t-10 {
  padding-top: 10px; }
html body .p-t-20 {
  padding-top: 20px; }
html body .p-t-30 {
  padding-top: 30px; }
html body .p-b-0 {
  padding-bottom: 0; }
html body .p-b-5 {
  padding-bottom: 5px; }
html body .p-b-10 {
  padding-bottom: 10px; }
html body .p-b-20 {
  padding-bottom: 20px; }
html body .p-b-30 {
  padding-bottom: 30px; }
html body .p-b-40 {
  padding-bottom: 40px; }

/*******************
Margin
*******************/
html body .m-0 {
  margin: 0; }
html body .m-l-5 {
  margin-left: 5px; }
html body .m-l-10 {
  margin-left: 10px; }
html body .m-l-15 {
  margin-left: 15px; }
html body .m-l-20 {
  margin-left: 20px; }
html body .m-l-30 {
  margin-left: 30px; }
html body .m-l-40 {
  margin-left: 40px; }
html body .m-r-5 {
  margin-right: 5px; }
html body .m-r-10 {
  margin-right: 10px; }
html body .m-r-15 {
  margin-right: 15px; }
html body .m-r-20 {
  margin-right: 20px; }
html body .m-r-30 {
  margin-right: 30px; }
html body .m-r-40 {
  margin-right: 40px; }
html body .m-t-0 {
  margin-top: 0; }
html body .m-t-5 {
  margin-top: 5px; }
html body .m-t-10 {
  margin-top: 10px; }
html body .m-t-15 {
  margin-top: 15px; }
html body .m-t-20 {
  margin-top: 20px; }
html body .m-t-30 {
  margin-top: 30px; }
html body .m-t-40 {
  margin-top: 40px; }
html body .m-b-0 {
  margin-bottom: 0; }
html body .m-b-5 {
  margin-bottom: 5px; }
html body .m-b-10 {
  margin-bottom: 10px; }
html body .m-b-15 {
  margin-bottom: 15px; }
html body .m-b-20 {
  margin-bottom: 20px; }
html body .m-b-30 {
  margin-bottom: 30px; }
html body .m-b-40 {
  margin-bottom: 40px; }

/*******************
vertical alignment
*******************/
html body .vt {
  vertical-align: top; }
html body .vm {
  vertical-align: middle; }
html body .vb {
  vertical-align: bottom; }

/*******************
Opacity
*******************/
.op-8 {
  opacity: 0.8; }

.op-7 {
  opacity: 0.7; }

.op-5 {
  opacity: 0.5; }

.op-3 {
  opacity: 0.3; }

/*******************
font weight
*******************/
html body .font-bold {
  font-weight: 700; }
html body .font-semibold {
  font-weight: 600; }
html body .font-normal {
  font-weight: normal; }
html body .font-light {
  font-weight: 300; }
html body .font-medium {
  font-weight: 500; }
html body .font-16 {
  font-size: 16px; }
html body .font-14 {
  font-size: 14px; }
html body .font-13 {
  font-size: 13px; }
html body .font-10 {
  font-size: 10px; }
html body .font-18 {
  font-size: 18px; }
html body .font-20 {
  font-size: 20px; }

/*******************
Border
*******************/
html body .b-0 {
  border: none !important; }
html body .b-r {
  border-right: 1px solid rgba(120, 130, 140, 0.13); }
html body .b-l {
  border-left: 1px solid rgba(120, 130, 140, 0.13); }
html body .b-b {
  border-bottom: 1px solid rgba(120, 130, 140, 0.13); }
html body .b-t {
  border-top: 1px solid rgba(120, 130, 140, 0.13); }
html body .b-all {
  border: 1px solid rgba(120, 130, 140, 0.13) !important; }

/*******************
Thumb size
*******************/
.thumb-sm {
  height: 32px;
  width: 32px; }

.thumb-md {
  height: 48px;
  width: 48px; }

.thumb-lg {
  height: 88px;
  width: 88px; }

.hide {
  display: none; }

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

.radius {
  border-radius: 4px; }

/*******************
Text Colors
*******************/
.text-white {
  color: #FFF !important; }

.text-danger {
  color: #ff4d7e !important; }

.text-muted {
  color: #8d97ad !important; }

.text-warning {
  color: #fec500 !important; }

.text-success {
  color: #2cdd9b !important; }

.text-info {
  color: #188ef4 !important; }

.text-inverse {
  color: #3e4555 !important; }

.text-success-gradiant {
  background: #2cdd9b;
  background: -webkit-linear-gradient(legacy-direction(to right), #2cdd9b 0%, #1dc8cc 100%);
  background: linear-gradient(to right, #2cdd9b 0%, #1dc8cc 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent; }

.text-info-gradiant {
  background: #188ef4;
  background: -webkit-linear-gradient(legacy-direction(to right), #188ef4 0%, #316ce8 100%);
  background: linear-gradient(to right, #188ef4 0%, #316ce8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent; }

html body .text-blue {
  color: #00adef; }
html body .text-purple {
  color: #7460ee; }
html body .text-primary {
  color: #316ce8 !important; }
html body .text-megna {
  color: #1dc8cd; }
html body .text-dark {
  color: #fff; }
html body .text-themecolor {
  color: #ed1d24; }

/*******************
Background Colors
*******************/
.bg-primary {
  background-color: #316ce8 !important; }

.bg-success {
  background-color: #2cdd9b !important; }

.bg-info {
  background-color: #188ef4 !important; }

.bg-warning {
  background-color: #fec500 !important; }

.bg-danger {
  background-color: #ff4d7e !important; }

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

.bg-yellow {
  background-color: #fffa42; }

.bg-facebook {
  background-color: #3b5a9a; }

.bg-twitter {
  background-color: #56adf2; }

.bg-success-gradiant {
  background: #2cdd9b;
  background: -webkit-linear-gradient(legacy-direction(to right), #2cdd9b 0%, #1dc8cc 100%);
  background: linear-gradient(to right, #2cdd9b 0%, #1dc8cc 100%); }

.bg-info-gradiant {
  background: #188ef4;
  background: -webkit-linear-gradient(legacy-direction(to right), #188ef4 0%, #316ce8 100%);
  background: linear-gradient(to right, #188ef4 0%, #316ce8 100%); }

.bg-danger-gradiant {
  background: #ff4d7e;
  background: -webkit-linear-gradient(legacy-direction(to right), #ff4d7e 0%, #f5793b 100%);
  background: linear-gradient(to right, #ff4d7e 0%, #f5793b 100%); }

html body .bg-megna {
  background-color: #1dc8cd; }
html body .bg-theme {
  background-color: #ed1d24; }
html body .bg-inverse {
  background-color: #3e4555; }
html body .bg-purple {
  background-color: #7460ee; }
html body .bg-light {
  background-color: #f4f8fa !important; }
html body .bg-light-primary {
  background-color: #f1effd; }
html body .bg-light-success {
  background-color: #e8fdeb; }
html body .bg-light-info {
  background-color: #cfecfe; }
html body .bg-light-extra {
  background-color: #ebf3f5; }
html body .bg-light-warning {
  background-color: #fff8ec; }
html body .bg-light-danger {
  background-color: #f9e7eb; }
html body .bg-light-inverse {
  background-color: #f6f6f6; }
html body .bg-light {
  background-color: #f4f8fa; }

/*******************
Rounds
*******************/
.round {
  line-height: 48px;
  color: #FFF;
  width: 50px;
  height: 50px;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  border-radius: 100%;
  background: #188ef4; }
  .round img {
    border-radius: 100%; }

.round-lg {
  line-height: 65px;
  width: 60px;
  height: 60px;
  font-size: 30px; }

.round.round-info {
  background: #188ef4; }

.round.round-warning {
  background: #fec500; }

.round.round-danger {
  background: #ff4d7e; }

.round.round-success {
  background: #2cdd9b; }

.round.round-primary {
  background: #316ce8; }

/*******************
Labels
*******************/
.label {
  padding: 3px 15px;
  color: #FFF;
  font-weight: 400;
  border-radius: 4px;
  font-size: 75%; }

.label-rounded {
  border-radius: 60px; }

.label-custom {
  background-color: #1dc8cd; }

.label-success {
  background-color: #2cdd9b; }

.label-info {
  background-color: #188ef4; }

.label-warning {
  background-color: #fec500; }

.label-danger {
  background-color: #ff4d7e; }

.label-megna {
  background-color: #1dc8cd; }

.label-primary {
  background-color: #316ce8; }

.label-purple {
  background-color: #7460ee; }

.label-red {
  background-color: #e00000; }

.label-inverse {
  background-color: #3e4555; }

.label-default {
  background-color: #f4f8fa; }

.label-white {
  background-color: #FFF; }

.label-light-success {
  background-color: #e8fdeb;
  color: #2cdd9b; }

.label-light-info {
  background-color: #cfecfe;
  color: #188ef4; }

.label-light-warning {
  background-color: #fff8ec;
  color: #fec500; }

.label-light-danger {
  background-color: #f9e7eb;
  color: #ff4d7e; }

.label-light-megna {
  background-color: #e0f2f4;
  color: #1dc8cd; }

.label-light-primary {
  background-color: #f1effd;
  color: #316ce8; }

.label-light-inverse {
  background-color: #f6f6f6;
  color: #3e4555; }

/*******************
 Badge
******************/
.badge {
  font-weight: 400; }

.badge-xs {
  font-size: 9px; }

.badge-xs,
.badge-sm {
  -webkit-transform: translate(0, -2px);
  -ms-transform: translate(0, -2px);
  -o-transform: translate(0, -2px);
  transform: translate(0, -2px); }

.badge-success {
  background-color: #2cdd9b; }

.badge-info {
  background-color: #188ef4; }

.badge-primary {
  background-color: #316ce8; }

.badge-warning {
  background-color: #fec500; }

.badge-danger {
  background-color: #ff4d7e; }

.badge-purple {
  background-color: #7460ee; }

.badge-red {
  background-color: #e00000; }

.badge-inverse {
  background-color: #3e4555; }

/*******************
List-style-none
******************/
ul.list-style-none {
  margin: 0;
  padding: 0; }
  ul.list-style-none li {
    list-style: none; }
    ul.list-style-none li a {
      color: #fff;
      padding: 8px 0;
      display: block;
      text-decoration: none; }
      ul.list-style-none li a:hover {
        color: #ed1d24; }

/*******************
dropdown-item
******************/
.dropdown-item {
  padding: 8px 1rem;
  color: #fff; }

/*******************
Buttons
******************/
.btn {
  color: #FFF;
  padding: 10px 25px;
  cursor: pointer;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
  transition: 0s; }
  .btn:hover {
    color: #FFF; }
  .btn:focus {
    box-shadow: none; }

.btn-white {
  background-color: #FFF;
  box-shadow: none;
  color: #000;
  padding: 16px 50px 16px 50px; }
  .btn-white:focus, .btn-white:hover {
    color: #FFF;
    background-color: #263238;
    box-shadow: none; }

.btn-link {
  box-shadow: none;
  color: #263238;
  padding: 10px 15px; }
  .btn-link .underline {
    border-bottom: 1px solid #263238; }
  .btn-link:hover {
    color: #2cdd9b; }

.btn-light {
  color: #263238; }
  .btn-light:hover {
    background: #263238;
    color: #FFF;
    border-color: #263238; }

.btn-lg {
  padding: .75rem 1.5rem;
  font-size: 1.25rem; }

.btn-md {
  padding: 15px 45px;
  font-size: 16px; }

.btn-sm {
  padding: .25rem .5rem;
  font-size: 12px; }

.btn-xs {
  padding: .25rem .5rem;
  font-size: 10px; }

.btn-circle {
  border-radius: 100%;
  width: 40px;
  height: 40px;
  padding: 10px; }
  .btn-circle.btn-md {
    padding: 18px 0;
    width: 60px;
    height: 60px;
    font-size: 20px; }

.btn-circle.btn-sm {
  width: 35px;
  height: 35px;
  padding: 8px 10px;
  font-size: 14px; }

.btn-circle.btn-lg {
  width: 70px;
  height: 70px;
  padding: 24px 15px;
  font-size: 20px;
  line-height: 23px; }

.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 14px 15px;
  font-size: 24px; }

.btn-rounded {
  border-radius: 60px;
  -webkit-border-radius: 60px; }

.btn-arrow {
  position: relative; }
  .btn-arrow span {
    display: inline-block;
    position: relative;
    transition: all 300ms ease-out;
    will-change: transform; }
  .btn-arrow:hover span, .btn-arrow:focus span {
    transform: translate3d(-1rem, 0, 0); }
  .btn-arrow i {
    position: absolute;
    width: 1.1em;
    right: 0;
    right: 0rem;
    opacity: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 300ms ease-out;
    will-change: right, opacity; }
  .btn-arrow:hover i, .btn-arrow:focus i {
    opacity: 1;
    right: -2rem; }

.btn-secondary,
.btn-secondary.disabled {
  transition: 0.2s ease-in;
  background-color: #FFF;
  color: #fff; }
  .btn-secondary:hover,
  .btn-secondary.disabled:hover {
    color: #FFF !important; }
  .btn-secondary.active, .btn-secondary:active, .btn-secondary:focus,
  .btn-secondary.disabled.active,
  .btn-secondary.disabled:active,
  .btn-secondary.disabled:focus {
    color: #FFF !important;
    background: #263238;
    border-color: #263238; }

.btn-primary,
.btn-primary.disabled {
  background: #316ce8;
  border: 1px solid #316ce8;
  transition: 0.2s ease-in; }
  .btn-primary:hover,
  .btn-primary.disabled:hover {
    background: #345bcb;
    border: 1px solid #345bcb; }
  .btn-primary.active, .btn-primary:active, .btn-primary:focus,
  .btn-primary.disabled.active,
  .btn-primary.disabled:active,
  .btn-primary.disabled:focus {
    background: #345bcb; }

.btn-themecolor,
.btn-themecolor.disabled {
  background: #ed1d24;
  color: #FFF;
  border: 1px solid #ed1d24; }
  .btn-themecolor:hover,
  .btn-themecolor.disabled:hover {
    background: #028ee1;
    border: 1px solid #028ee1; }
  .btn-themecolor.active, .btn-themecolor:active, .btn-themecolor:focus,
  .btn-themecolor.disabled.active,
  .btn-themecolor.disabled:active,
  .btn-themecolor.disabled:focus {
    background: #028ee1; }

.btn-success,
.btn-success.disabled {
  background: #2cdd9b;
  border: 1px solid #2cdd9b;
  color: #FFF; }
  .btn-success:hover,
  .btn-success.disabled:hover {
    background: #1dc8cc;
    border: 1px solid #1dc8cc; }
  .btn-success.active, .btn-success:active, .btn-success:focus,
  .btn-success.disabled.active,
  .btn-success.disabled:active,
  .btn-success.disabled:focus {
    background: #1dc8cc; }

.btn-info,
.btn-info.disabled {
  background: #188ef4;
  border: 1px solid #188ef4;
  transition: 0.2s ease-in; }
  .btn-info:hover,
  .btn-info.disabled:hover {
    background: #2c73cb;
    border: 1px solid #2c73cb; }
  .btn-info.active, .btn-info:active, .btn-info:focus,
  .btn-info.disabled.active,
  .btn-info.disabled:active,
  .btn-info.disabled:focus {
    background: #2c73cb; }

.btn-warning,
.btn-warning.disabled {
  background: #fec500;
  color: #FFF;
  border: 1px solid #fec500; }
  .btn-warning:hover,
  .btn-warning.disabled:hover {
    background: #dcaf17;
    color: #FFF;
    border: 1px solid #dcaf17; }
  .btn-warning.active, .btn-warning:active, .btn-warning:focus,
  .btn-warning.disabled.active,
  .btn-warning.disabled:active,
  .btn-warning.disabled:focus {
    background: #dcaf17;
    color: #FFF; }

.btn-danger,
.btn-danger.disabled {
  background: #ff4d7e;
  border: 1px solid #ff4d7e;
  transition: 0.2s ease-in; }
  .btn-danger:hover,
  .btn-danger.disabled:hover {
    background: #d73e6b;
    border: 1px solid #d73e6b; }
  .btn-danger.active, .btn-danger:active, .btn-danger:focus,
  .btn-danger.disabled.active,
  .btn-danger.disabled:active,
  .btn-danger.disabled:focus {
    background: #d73e6b; }

.btn-inverse,
.btn-inverse.disabled {
  background: #3e4555;
  border: 1px solid #3e4555;
  color: #FFF; }
  .btn-inverse:hover,
  .btn-inverse.disabled:hover {
    background: #232a37;
    color: #FFF;
    border: 1px solid #232a37; }
  .btn-inverse.active, .btn-inverse:active, .btn-inverse:focus,
  .btn-inverse.disabled.active,
  .btn-inverse.disabled:active,
  .btn-inverse.disabled:focus {
    background: #232a37;
    color: #FFF; }

.btn-red,
.btn-red.disabled {
  background: #e00000;
  border: 1px solid #e00000;
  color: #FFF; }
  .btn-red:hover,
  .btn-red.disabled:hover {
    border: 1px solid #d61f1f;
    background: #d61f1f; }
  .btn-red.active, .btn-red:active, .btn-red:focus,
  .btn-red.disabled.active,
  .btn-red.disabled:active,
  .btn-red.disabled:focus {
    background: #d73e6b; }

.btn-success-gradiant {
  background: #2cdd9b;
  background: -webkit-linear-gradient(legacy-direction(to right), #2cdd9b 0%, #1dc8cc 100%);
  background: linear-gradient(to right, #2cdd9b 0%, #1dc8cc 100%);
  border: 0px; }
  .btn-success-gradiant:hover {
    background: #1dc8cc;
    background: -webkit-linear-gradient(legacy-direction(to right), #1dc8cc 0%, #2cdd9b 100%);
    background: linear-gradient(to right, #1dc8cc 0%, #2cdd9b 100%); }
  .btn-success-gradiant.active, .btn-success-gradiant:active, .btn-success-gradiant:focus {
    box-shadow: 0px;
    opacity: 1; }

.btn-danger-gradiant {
  background: #ff4d7e;
  background: -webkit-linear-gradient(legacy-direction(to right), #ff4d7e 0%, #f5793b 100%);
  background: linear-gradient(to right, #ff4d7e 0%, #f5793b 100%);
  border: 0; }
  .btn-danger-gradiant:hover {
    background: #f5793b;
    background: -webkit-linear-gradient(legacy-direction(to right), #f5793b 0%, #ff4d7e 100%);
    background: linear-gradient(to right, #f5793b 0%, #ff4d7e 100%); }
  .btn-danger-gradiant.active, .btn-danger-gradiant:active, .btn-danger-gradiant:focus {
    box-shadow: 0px;
    opacity: 1; }

.btn-info-gradiant {
  background: #188ef4;
  background: -webkit-linear-gradient(legacy-direction(to right), #188ef4 0%, #316ce8 100%);
  background: linear-gradient(to right, #188ef4 0%, #316ce8 100%);
  border: 0;
  color: #FFF; }
  .btn-info-gradiant:hover {
    background: #316ce8;
    background: -webkit-linear-gradient(legacy-direction(to right), #316ce8 0%, #188ef4 100%);
    background: linear-gradient(to right, #316ce8 0%, #188ef4 100%); }
  .btn-info-gradiant.active, .btn-info-gradiant:active, .btn-info-gradiant:focus {
    box-shadow: 0px;
    opacity: 1; }

.btn-outline-secondary {
  background-color: #FFF;
  color: #727b84;
  transition: 0.2s ease-in; }
  .btn-outline-secondary.active, .btn-outline-secondary:active, .btn-outline-secondary:focus {
    background: #263238; }

.btn-outline-primary {
  color: #316ce8;
  background-color: #FFF;
  border-color: #316ce8;
  transition: 0.2s ease-in; }
  .btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary.focus {
    background: #316ce8;
    color: #FFF;
    border-color: #316ce8; }
  .btn-outline-primary.active, .btn-outline-primary:active, .btn-outline-primary:focus {
    background: #345bcb; }

.btn-outline-success, a.btn-outline-success {
  color: #2cdd9b;
  background-color: transparent;
  border-color: #2cdd9b;
  transition: 0.2s ease-in; }
  .btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success.focus, a.btn-outline-success:hover, a.btn-outline-success:focus, a.btn-outline-success.focus {
    background: #2cdd9b;
    border-color: #2cdd9b;
    color: #FFF; }
  .btn-outline-success.active, .btn-outline-success:active, .btn-outline-success:focus, a.btn-outline-success.active, a.btn-outline-success:active, a.btn-outline-success:focus {
    background: #1dc8cc; }

.btn-outline-info {
  color: #188ef4;
  background-color: transparent;
  border-color: #188ef4;
  transition: 0.2s ease-in; }
  .btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info.focus {
    background: #188ef4;
    border-color: #188ef4;
    color: #FFF; }
  .btn-outline-info.active, .btn-outline-info:active, .btn-outline-info:focus {
    background: #2c73cb; }

.btn-outline-warning {
  color: #fec500;
  background-color: transparent;
  border-color: #fec500;
  transition: 0.2s ease-in; }
  .btn-outline-warning:hover, .btn-outline-warning:focus, .btn-outline-warning.focus {
    background: #fec500;
    border-color: #fec500;
    color: #FFF; }
  .btn-outline-warning.active, .btn-outline-warning:active, .btn-outline-warning:focus {
    background: #dcaf17; }

.btn-outline-danger {
  color: #ff4d7e;
  background-color: transparent;
  border-color: #ff4d7e;
  transition: 0.2s ease-in; }
  .btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger.focus {
    background: #ff4d7e;
    border-color: #ff4d7e;
    color: #FFF; }
  .btn-outline-danger.active, .btn-outline-danger:active, .btn-outline-danger:focus {
    background: #d73e6b; }

.btn-outline-red {
  color: #e00000;
  background-color: transparent;
  border-color: #e00000; }
  .btn-outline-red:hover, .btn-outline-red:focus, .btn-outline-red.focus {
    background: #e00000;
    border-color: #e00000;
    color: #FFF; }
  .btn-outline-red.active, .btn-outline-red:active, .btn-outline-red:focus {
    background: #d73e6b; }

.btn-outline-inverse {
  color: #3e4555;
  background-color: transparent;
  border-color: #3e4555; }
  .btn-outline-inverse:hover, .btn-outline-inverse:focus, .btn-outline-inverse.focus {
    background: #3e4555;
    border-color: #3e4555;
    color: #FFF; }

.btn-outline-light:hover {
  color: #263238 !important; }

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary.focus:active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus {
  background-color: #345bcb;
  border: 1px solid #345bcb; }

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success.focus:active,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover,
.btn-success.focus,
.btn-success:focus {
  background-color: #1dc8cc;
  border: 1px solid #1dc8cc; }

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info.focus:active,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover,
.btn-info.focus,
.btn-info:focus {
  background-color: #2c73cb;
  border: 1px solid #2c73cb; }

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning.focus:active,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .dropdown-toggle.btn-warning.focus,
.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning.focus,
.btn-warning:focus {
  background-color: #dcaf17;
  border: 1px solid #dcaf17; }

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger.focus:active,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .dropdown-toggle.btn-danger.focus,
.open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger.focus,
.btn-danger:focus {
  background-color: #d73e6b;
  border: 1px solid #d73e6b; }

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.focus,
.btn-inverse:active,
.btn-inverse:focus,
.btn-inverse:hover,
.open > .dropdown-toggle.btn-inverse {
  background-color: #232a37;
  border: 1px solid #232a37; }

.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-red.active,
.btn-red.focus,
.btn-red:active,
.btn-red:focus,
.btn-red:hover,
.open > .dropdown-toggle.btn-red {
  background-color: #d61f1f;
  border: 1px solid #d61f1f;
  color: #FFF; }

.btn span.btn-devider {
  display: inline-block;
  padding-left: 10px; }

/*-------------------*/
/*On off switch*/
/*-------------------*/
.onoffswitch {
  position: relative;
  width: 70px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  margin: 0 auto; }

.onoffswitch-checkbox {
  display: none; }

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 20px; }

.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s; }
  .onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 30px;
    padding: 0;
    line-height: 30px;
    font-size: 14px;
    color: white;
    box-sizing: border-box; }
  .onoffswitch-inner:before {
    content: "";
    padding-right: 27px;
    background-color: #2cdd9b;
    color: #FFFFFF; }
  .onoffswitch-inner:after {
    content: "";
    padding-right: 24px;
    background-color: #3e4555;
    color: #999999;
    text-align: right; }

.onoffswitch-switch {
  display: block;
  width: 23px;
  margin: 6px;
  background: #FFFFFF;
  height: 23px;
  position: absolute;
  top: -1px;
  bottom: 0;
  right: 35px;
  border-radius: 20px;
  transition: all 0.3s ease-in 0s; }

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0; }

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0; }

/*-------------------*/
/*Bootstrap 4 hack*/
/*-------------------*/
.card-columns {
  column-gap: 30px; }
  .card-columns .card {
    margin-bottom: 30px; }

.invisible {
  visibility: hidden !important; }

.hidden-xs-up {
  display: none !important; }

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important; } }
@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important; } }
@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important; } }
@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important; } }
@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important; } }
@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important; } }
@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important; } }
.hidden-xl-down {
  display: none !important; }

/*
Template Name: Wrakit UI Kit
Author: wrappixel
Email: niravjoshi87@gmail.com
File: scss
*/
/******************* 
Topbar
*******************/
.topbar {
  padding: 0;
  transition: 0.2s ease-in;
  width: 100%;
  position: fixed;
  z-index: 20; }
  .topbar.fixed-header {
    box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
    transition: 0.2s ease-in;
    background: #188ef4; }
    .topbar.fixed-header .navbar .navbar-brand img {
      height: 50px;
      -webkit-backface-visibility: hidden;
      -webkit-transform: translateZ(0) scale(1, 1); }

/******************* 
Main & Page wrapper
*******************/
.page-wrapper {
  padding-top: 0; }

#main-wrapper {
  overflow: hidden; }

/******************* 
container fluid
*******************/
.container-fluid {
  padding: 0; }

/******************* 
footer
*******************/
.footer {
  padding: 20px 0;
  text-align: center; }

/******************* 
Fix-width
*******************/
.fix-width {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px; }

/******************* 
Spacer
*******************/
.spacer {
  padding: 90px 0; }

.mini-spacer {
  padding: 40px 0; }

/******************* 
Title
*******************/
.title {
  margin: 20px 0 15px; }

/******************* 
Subtitle
*******************/
.subtitle {
  color: #8d97ad;
  line-height: 24px; }

/******************* 
card
*******************/
.card {
  border: 0;
  margin-bottom: 30px; }
  .card.card-shadow {
    box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1); }

.card-group .card {
  border: 1px solid rgba(120, 130, 140, 0.13);
  margin-bottom: 30px; }

/******************* 
Icon space
*******************/
.icon-space {
  margin: 20px 0; }

.linking {
  color: #fff; }
  .linking i {
    font-size: 14px;
    margin-left: 10px;
    transition: 0.2s ease-in; }
  .linking:hover {
    color: #ed1d24; }
    .linking:hover i {
      margin-left: 15px; }

/******************* 
Listing
*******************/
.list-block {
  margin: 0;
  padding: 0; }
  .list-block li {
    list-style: none;
    padding: 10px 0;
    display: flex; }
    .list-block li i {
      margin-right: 10px;
      flex-shrink: 0px;
      margin-top: 3px; }
  .list-block.with-underline li {
    border-bottom: 1px solid rgba(120, 130, 140, 0.13);
    padding: 15px 0; }

/******************* 
Listing
*******************/
.img-inline {
  margin: 0;
  padding: 0; }
  .img-inline li {
    list-style: none; }
    .img-inline li.half-width {
      width: 49%;
      display: inline-block;
      vertical-align: top; }

/******************* 
Image shadow
*******************/
.img-shadow {
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3); }

/******************* 
Image shadow
*******************/
.icon-round {
  width: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 100%;
  display: inline-block; }

.no-shrink {
  flex-shrink: 0; }

/******************* 
up section
*******************/
.up {
  z-index: 10;
  position: relative; }

.bt-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  visibility: hidden; }

/******************* 
both space
*******************/
.both-space {
  margin: 80px 0; }

/******************* 
Side text content
*******************/
.side-content {
  padding: 40px 60px; }

/******************* 
background cover
*******************/
.bg-cover {
  background-size: cover;
  min-height: 200px; }

/******************* 
Owl carousel
*******************/
.owl-carousel {
  display: block;
  width: 100%; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden; }
  .owl-carousel .owl-stage {
    position: relative; }
  .owl-carousel .owl-item {
    float: left; }
  .owl-carousel .owl-nav.disabled {
    display: none; }

/******************* 
Max width
*******************/
.max-300 {
  max-width: 300px; }

.max-400 {
  max-width: 400px; }

.max-500 {
  max-width: 500px; }

.max-600 {
  max-width: 600px; }

/******************* 
line sticks
*******************/
.stick-bottom {
  position: relative;
  margin-bottom: 30px; }
  .stick-bottom > span {
    width: 30px;
    height: 2px;
    position: absolute;
    bottom: -7px;
    left: 0;
    display: inline-block; }

/******************* 
position
*******************/
.po-absolute {
  position: absolute; }

.po-relative {
  position: relative; }

/*-------------------*/
/*Bootstrap 4 hack*/
/*-------------------*/
.invisible {
  visibility: hidden !important; }

.hidden-xs-up {
  display: none !important; }

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important; } }
@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important; } }
@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important; } }
@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important; } }
@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important; } }
@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important; } }
@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important; } }
.hidden-xl-down {
  display: none !important; }

/*************/
/* Dropdown*/
/*************/
.navbar-nav .dropdown-toggle::after {
  display: none; }

.navbar-nav .dropdown-menu.b-none {
  border: 0;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1); }

.navbar-nav {
  font-weight: 400; }

.navbar-nav .dropdown-menu.b-none {
  border: 0;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1); }

.pre-scroll {
  position: relative; }

.mega-dropdown {
  position: static; }
  .mega-dropdown .dropdown-menu {
    width: 100%;
    padding: 30px;
    margin-top: 0;
    overflow: hidden; }
  .mega-dropdown .list-style-none {
    font-size: 14px; }
  .mega-dropdown .inside-bg {
    margin: -30px 0 -30px -30px; }
  .mega-dropdown .inside-bg-right {
    margin: -30px -30px -30px 0; }
  .mega-dropdown .bg-img {
    background-size: cover;
    height: 100%;
    padding: 30px; }
  .mega-dropdown h6 {
    margin: 15px 0;
    font-size: 15px; }

/*************/
/* General Listing*/
/*************/
.general-listing {
  padding: 0;
  margin: 0; }
  .general-listing li {
    list-style: none; }
    .general-listing li a {
      color: #fff;
      display: flex;
      padding: 10px 0;
      transition: 0.2s ease-in;
      align-items: center; }
    .general-listing li:hover a {
      color: #ed1d24;
      padding-left: 10px; }
    .general-listing li i {
      margin-right: 7px;
      vertical-align: middle; }
  .general-listing.two-part li {
    width: 49%;
    display: inline-block; }
  .general-listing.only-li li {
    padding: 5px 0; }

/*************/
/* form dark*/
/*************/
.form-control-dark {
  background: rgba(120, 130, 140, 0.13);
  color: #FFF;
  border-color: rgba(120, 130, 140, 0.13); }
  .form-control-dark:focus {
    background: rgba(120, 130, 140, 0.13);
    color: #FFF; }

/*************/
/* social-round */
/*************/
.round-social a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  border-radius: 100%;
  margin: 0 5px;
  transition: 0.2s ease-in; }
  .round-social a:hover {
    transform: translate3d(0px, -5px, 0px); }
.round-social.light a {
  color: #263238;
  background: #f4f8fa; }
.round-social.light a:hover {
  background: #263238;
  color: #FFF; }

/*************/
/* Form Banner */
/*************/
.banner {
  position: relative;
  max-height: 700px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  display: table; }
  .banner .banner-content {
    display: table-cell;
    vertical-align: middle;
    width: 100%; }

@media (max-width: 992px) {
  .banner {
    height: auto !important;
    padding: 100px 0; } }
@media (max-width: 767px) {
  .banner {
    padding: 30px 0; } }
.form-control {
  padding: .75rem;
  border: 2px solid rgba(120, 130, 140, 0.13); }

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 12px); }

/*******************
UI-Elements
******************/
/*******************
Buttons
******************/
.button-group .btn {
  margin-bottom: 7px; }

/*******************
Grid page
******************/
.show-grid {
  margin-bottom: 10px;
  padding: 0 15px; }

.show-grid [class^=col-] {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid rgba(120, 130, 140, 0.13);
  background-color: #f4f8fa; }

/*******************
list and media
******************/
.list-group a.list-group-item:hover {
  background: #f4f8fa; }

.list-group-item.active,
.list-group .list-group-item.active:hover {
  background: #ed1d24;
  border-color: #ed1d24; }

.list-group-item.disabled {
  color: #8d97ad;
  background: #f4f8fa; }

.media {
  border: 1px solid rgba(120, 130, 140, 0.13);
  margin-bottom: 10px;
  padding: 15px; }

/*******************
Notification page Jquery toaster
******************/
.alert-rounded {
  border-radius: 60px; }

/*******************
Progress bar
******************/
.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-vertical {
  min-height: 250px;
  height: 250px;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 20px; }

.progress-vertical-bottom {
  min-height: 250px;
  height: 250px;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 20px;
  transform: rotate(180deg); }

.progress-animated {
  -webkit-animation-duration: 5s;
  -webkit-animation-name: myanimation;
  -webkit-transition: 5s all;
  animation-duration: 5s;
  animation-name: myanimation;
  transition: 5s all; }

@-webkit-keyframes myanimation {
  from {
    width: 0; } }
@keyframes myanimation {
  from {
    width: 0; } }
/*******************
Vertical tabs
******************/
.vtabs {
  display: table; }
  .vtabs .tabs-vertical {
    width: 150px;
    border-bottom: 0;
    border-right: 1px solid rgba(120, 130, 140, 0.13);
    display: table-cell;
    vertical-align: top; }
    .vtabs .tabs-vertical li .nav-link {
      color: #263238;
      margin-bottom: 10px;
      border: 0;
      border-radius: 4px 0 0 4px; }
  .vtabs .tab-content {
    display: table-cell;
    padding: 20px;
    vertical-align: top; }

.tabs-vertical li .nav-link.active,
.tabs-vertical li .nav-link:hover,
.tabs-vertical li .nav-link.active:focus {
  background: #ed1d24;
  border: 0;
  color: #FFF; }

/*Custom vertical tab*/
.customvtab .tabs-vertical li .nav-link.active,
.customvtab .tabs-vertical li .nav-link:hover,
.customvtab .tabs-vertical li .nav-link:focus {
  background: #FFF;
  border: 0;
  border-right: 2px solid #ed1d24;
  margin-right: -1px;
  color: #ed1d24; }

.tabcontent-border {
  border: 1px solid #ddd;
  border-top: 0; }

.customtab2 li a.nav-link {
  border: 0;
  margin-right: 3px;
  color: #fff; }
  .customtab2 li a.nav-link.active {
    background: #ed1d24;
    color: #FFF; }
  .customtab2 li a.nav-link:hover {
    color: #FFF;
    background: #ed1d24; }

/*******************
Timeline page
******************/
.timeline {
  position: relative;
  padding: 20px 0 20px;
  list-style: none;
  max-width: 1200px;
  margin: 0 auto; }

.timeline:before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 3px;
  margin-left: -1.5px;
  background-color: #f4f8fa; }

.timeline > li {
  position: relative;
  margin-bottom: 20px; }

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table; }

.timeline > li:after {
  clear: both; }

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table; }

.timeline > li:after {
  clear: both; }

.timeline > li > .timeline-panel {
  float: left;
  position: relative;
  width: 46%;
  padding: 20px;
  border: 1px solid rgba(120, 130, 140, 0.13);
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05); }

.timeline > li > .timeline-panel:before {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 26px;
  right: -8px;
  border-top: 8px solid transparent;
  border-right: 0 solid rgba(120, 130, 140, 0.13);
  border-bottom: 8px solid transparent;
  border-left: 8px solid rgba(120, 130, 140, 0.13); }

.timeline > li > .timeline-panel:after {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 27px;
  right: -7px;
  border-top: 7px solid transparent;
  border-right: 0 solid #FFF;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #FFF; }

.timeline > li > .timeline-badge {
  z-index: 10;
  position: absolute;
  top: 16px;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  border-radius: 50% 50% 50% 50%;
  text-align: center;
  font-size: 1.4em;
  line-height: 46px;
  color: #fff;
  overflow: hidden; }

.timeline > li.timeline-inverted > .timeline-panel {
  float: right; }

.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -8px;
  border-right-width: 8px;
  border-left-width: 0; }

.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -7px;
  border-right-width: 7px;
  border-left-width: 0; }

.timeline-badge.primary {
  background-color: #316ce8; }

.timeline-badge.success {
  background-color: #2cdd9b; }

.timeline-badge.warning {
  background-color: #fec500; }

.timeline-badge.danger {
  background-color: #ff4d7e; }

.timeline-badge.info {
  background-color: #188ef4; }

.timeline-title {
  margin-top: 0;
  color: inherit;
  font-weight: 400; }

.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0; }

.timeline-body > p + p {
  margin-top: 5px; }

/*============================================================== 
 Ui-bootstrap
 ============================================================== */
ul.list-icons {
  margin: 0;
  padding: 0; }
  ul.list-icons li {
    list-style: none;
    line-height: 30px;
    margin: 5px 0;
    transition: 0.2s ease-in; }
    ul.list-icons li a {
      color: #fff; }
      ul.list-icons li a:hover {
        color: #ed1d24; }
    ul.list-icons li i {
      font-size: 13px;
      padding-right: 8px; }

ul.list-inline li {
  display: inline-block; }
  ul.list-inline li:first-child {
    padding-left: 0; }
  ul.list-inline li a {
    color: #fff; }
    ul.list-inline li a:hover {
      color: #ed1d24; }

ul.two-part {
  margin: 0; }
  ul.two-part li {
    width: 48.8%; }

/*Accordion*/
html body .accordion .card {
  margin-bottom: 0; }

#accordion4 .card-header {
  border: 1px solid rgba(120, 130, 140, 0.13);
  background: transparent;
  margin-bottom: 10px; }
  #accordion4 .card-header a {
    color: #8d97ad; }
  #accordion4 .card-header:hover {
    background-color: #188ef4;
    border: 1px solid #188ef4; }
    #accordion4 .card-header:hover a {
      color: #FFF; }
#accordion4 .card.active .card-header {
  background-color: #188ef4;
  border: 1px solid #188ef4; }
  #accordion4 .card.active .card-header a {
    color: #FFF; }

/*===================== 
Breadcrumb
=====================*/
.bc-colored .breadcrumb-item,
.bc-colored .breadcrumb-item a {
  color: #FFF; }
  .bc-colored .breadcrumb-item.active,
  .bc-colored .breadcrumb-item a.active {
    opacity: 0.7; }
.bc-colored .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.4); }

.breadcrumb {
  margin-bottom: 0; }

/*******************
 Card title
*******************/
.card-title {
  font-size: 18px; }

.card-subtitle {
  color: #8d97ad;
  margin-bottom: 30px;
  font-size: 14px; }

.card-inverse .card-bodyquote .blockquote-footer,
.card-inverse .card-link,
.card-inverse .card-subtitle,
.card-inverse .card-text {
  color: rgba(255, 255, 255, 0.65); }

.card-default .card-header {
  background: #FFF;
  border-bottom: 0; }

.card-success {
  background: #2cdd9b;
  border-color: #2cdd9b; }

.card-danger {
  background: #ff4d7e;
  border-color: #ff4d7e; }

.card-warning {
  background: #fec500;
  border-color: #fec500; }

.card-info {
  background: #188ef4;
  border-color: #188ef4; }

.card-primary {
  background: #316ce8;
  border-color: #316ce8; }

.card-dark {
  background: #3e4555;
  border-color: #3e4555; }

.card-megna {
  background: #1dc8cd;
  border-color: #1dc8cd; }

/*============================================================== 
 Cards page
 ============================================================== */
.card-columns .card {
  margin-bottom: 20px; }

.collapsing {
  -webkit-transition: height .08s ease;
  transition: height .08s ease; }

.card-info {
  background: #188ef4;
  border-color: #188ef4; }

.card-primary {
  background: #316ce8;
  border-color: #316ce8; }

.card-outline-info {
  border-color: #188ef4; }
  .card-outline-info .card-header {
    background: #188ef4;
    border-color: #188ef4; }

.card-outline-inverse {
  border-color: #3e4555; }
  .card-outline-inverse .card-header {
    background: #3e4555;
    border-color: #3e4555; }

.card-outline-warning {
  border-color: #fec500; }
  .card-outline-warning .card-header {
    background: #fec500;
    border-color: #fec500; }

.card-outline-success {
  border-color: #2cdd9b; }
  .card-outline-success .card-header {
    background: #2cdd9b;
    border-color: #2cdd9b; }

.card-outline-danger {
  border-color: #ff4d7e; }
  .card-outline-danger .card-header {
    background: #ff4d7e;
    border-color: #ff4d7e; }

.card-outline-primary {
  border-color: #316ce8; }
  .card-outline-primary .card-header {
    background: #316ce8;
    border-color: #316ce8; }

/*******************
Custom-select
******************/
.custom-select {
  background: url(../../assets/images/ui/custom-select.png) right 0.75rem center no-repeat;
  border: 2px solid rgba(120, 130, 140, 0.13);
  height: calc(2.25rem + 12px); }

/*******************
textarea
******************/
textarea {
  resize: none; }

.form-control-danger,
.form-control-success,
.form-control-warning {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right .5625rem;
  -webkit-background-size: 1.125rem 1.125rem;
  background-size: 1.125rem 1.125rem; }

.has-success .col-form-label,
.has-success .custom-control,
.has-success .form-check-label,
.has-success .form-control-feedback,
.has-success .form-control-label {
  color: #2cdd9b; }

.has-success .form-control-success {
  background-image: url(../../assets/images/ui/success.svg); }

.has-success .form-control {
  border-color: #2cdd9b; }

.has-warning .col-form-label,
.has-warning .custom-control,
.has-warning .form-check-label,
.has-warning .form-control-feedback,
.has-warning .form-control-label {
  color: #fec500; }

.has-warning .form-control-warning {
  background-image: url(../../assets/images/ui/warning.svg); }

.has-warning .form-control {
  border-color: #fec500; }

.has-danger .col-form-label,
.has-danger .custom-control,
.has-danger .form-check-label,
.has-danger .form-control-feedback,
.has-danger .form-control-label {
  color: #ff4d7e; }

.has-danger .form-control-danger {
  background-image: url(../../assets/images/ui/danger.svg); }

.has-danger .form-control {
  border-color: #ff4d7e; }

.input-group-addon [type="radio"]:not(:checked),
.input-group-addon [type="radio"]:checked,
.input-group-addon [type="checkbox"]:not(:checked),
.input-group-addon [type="checkbox"]:checked {
  position: initial;
  opacity: 1; }

.input-form .btn {
  padding: 14px 12px; }

.form-control-sm {
  padding: .25rem .5rem; }

/*******************
custom modals
******************/
.custom-modal .close-btn {
  position: absolute;
  right: 12px;
  top: 10px;
  color: #8d97ad;
  font-size: 25px;
  background: #FFF;
  width: 20px;
  height: 20px;
  text-align: center;
  display: block;
  border-radius: 100%;
  line-height: 19px; }
.custom-modal .modal-body {
  overflow: hidden; }
.custom-modal .modal-bg-img {
  background-size: cover;
  background-position: center center;
  min-height: 300px; }

.modal1 .modal-bg {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  padding: 40px; }
.modal1 .input-group {
  margin-top: -45px; }

.modal2 .modal-bg {
  padding: 30px 30px 30px 15px; }

.modal3 .modal-bg {
  padding: 50px 40px 60px 25px; }

.modal4 .modal-bg {
  padding: 55px 55px 55px 40px; }

/*******************
Overlay headers and thrid dropdown
******************/
.header-overlay {
  position: absolute;
  width: 100%; }

.dropdown-item.active, .dropdown-item:active {
  background-color: #ed1d24; }

.dropdown-submenu {
  position: relative; }
  .dropdown-submenu .dropdown-item > .ml-auto {
    position: absolute;
    right: 15px;
    top: 10px; }

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: 0;
  border-radius: 0.25rem;
  display: none; }
  .dropdown-submenu > .dropdown-menu.menu-right {
    left: auto;
    right: 100%; }

.dropdown-submenu.pull-left {
  float: none; }

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -75%; }

.dropdown-menu .divider {
  background-color: rgba(120, 130, 140, 0.13);
  height: 1px;
  margin: 9px 0;
  overflow: hidden; }

/*******************
common-innerpage-banner
*******************/
.banner-innerpage {
  padding: 150px 0 100px;
  background-size: cover;
  background-position: center center; }
  .banner-innerpage .title {
    color: #FFF;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 40px;
    line-height: 40px; }
  .banner-innerpage .subtitle {
    color: #FFF; }

@media (max-width: 900px) {
  .static-slider10 .title {
    font-size: 40px;
    line-height: 45px; } }
.with-noborder .media {
  border: 0;
  padding: 0;
  margin: 50px 0; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #ed1d24; }

/*******************
Modal in center
*******************/
.modal-dialog {
  min-height: calc(100vh - 60px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: auto; }
  @media (max-width: 768px) {
    .modal-dialog {
      min-height: calc(100vh - 20px); } }

.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s; }

/*******************
Icons
*******************/
.icon-list-demo div {
  cursor: pointer;
  line-height: 60px;
  white-space: nowrap; }
  .icon-list-demo div p {
    margin: 10px 0;
    padding: 5px 0; }
  .icon-list-demo div:hover {
    color: #263238; }
    .icon-list-demo div:hover i {
      font-size: 2em; }

.icon-list-demo i {
  -webkit-transition: all 0.2s;
  -webkit-transition: font-size .2s;
  display: inline-block;
  font-size: 18px;
  margin: 0 15px 0 10px;
  text-align: left;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -o-transition: font-size .2s;
  transition: font-size .2s;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.icon-list-demo .col-md-4, .icon-list-demo .col-3 {
  border-radius: 4px; }

/*
Template Name: Wrapkit Ui Kit
Author: Themedesigner
Email: niravjoshi87@gmail.com
File: scss
*/
/*============================================================== 
 For Laptop & above all (1650px) 
 ============================================================== */
/*============================================================== 
 For Laptop & above all (1370px) 
 ============================================================== */
@media (max-width: 1370px) {
  .navbar-nav > .dropdown .dropdown-menu {
    min-width: 210px;
    margin-top: 0px; } }
/*-- ============================================================== 
 Small Desktop & above all (1024px) 
 ============================================================== */
@media (min-width: 991px) {
  .contact4 .contact-box {
    padding: 80px 105px 80px 0px; }

  .hover-dropdown .navbar-nav > .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0px; }

  .navbar-nav > .dropdown .dropdown-menu {
    min-width: 160px;
    margin-top: 0px; }

  .dropdown-submenu:hover > .dropdown-menu {
    display: block; } }
@media (max-width: 1023px) {
  .d-flex {
    display: block !important; }
    .d-flex.no-block {
      display: flex !important; }

  .wrap-feature30-box {
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%; }

  .wrap-feature31-box .right-image,
  .contact4 .right-image,
  .form6 .right-image {
    position: relative;
    bottom: -95px; }
    .wrap-feature31-box .right-image img,
    .contact4 .right-image img,
    .form6 .right-image img {
      width: 100%; }

  .contact1 .detail-box {
    margin-top: 40px; }
  .contact1 .p-r-40 {
    padding-right: 0; }

  .contact4 .contact-box {
    padding: 40px 0px 40px 0px; }

  .contact3 .c-detail {
    text-align: center; }
    .contact3 .c-detail .m-r-20 {
      margin-right: 0; }
    .contact3 .c-detail h6 {
      margin-top: 20px; }
  .contact3 .m-l-30 {
    margin-left: 0; }
  .contact3 .contact-box {
    margin-top: 30px; }

  .wrap-feature34-box .left-image {
    position: relative;
    top: -90px; }

  .po-absolute {
    position: relative; }

  .contact2 .bg-image {
    margin-right: 15px;
    margin-left: 15px; }

  .topbar {
    background: #ed1d24;
    position: relative; }
    .topbar.animated {
      animation-duration: 0s; }
      .topbar.animated.slideInDown {
        -webkit-animation-name: none;
        animation-name: none; } }
/*-- ============================================================== 
 Ipad & above all(768px) 
 ============================================================== */
/*-- ============================================================== 
 Phone and below ipad(767px) 
 ============================================================== */
@media (max-width: 767px) {
  /*This is for the Global*/
  .b-l, .b-r {
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid rgba(120, 130, 140, 0.13); }

  .img-inline li.half-width {
    width: 100%; }

  .both-space {
    margin: 10px 0; }

  .side-content {
    padding: 40px 20px; }

  .general-listing.two-part li {
    width: 100%;
    display: block; }

  /*This is for the feature 12*/
  .wrap-feature-12 .uneven-box {
    margin-top: 0px; }

  /*This is for the feature 16*/
  .wrap-feature-16 .with-text {
    margin-left: 0px; }

  /*This is for the feature 18*/
  .wrap-feature-18 .icon-position .icon-round {
    top: 157px;
    right: 30px; }

  /*This is for the feature 22*/
  .wrap-feature-22 .text-box, .wrap-feature23-box .text-box {
    padding: 20px 0px; }

  .wrap-feature30-box {
    position: relative; }

  .contact3 .p-l-0 {
    padding-left: 20px; }

  .contact4 .contact-box {
    padding-left: 15px;
    padding-right: 15px; }

  .modal2 .modal-bg {
    padding: 30px; }

  .modal3 .modal-bg {
    padding: 50px 40px 60px; }

  .modal4 .modal-bg {
    padding: 40px; }

  .dropdown-submenu > .dropdown-menu.show {
    display: block; } }
@media (min-width: 1400px) {
  .container {
    max-width: 1400px; } }
.simple-content hr {
  border-top: 1px solid rgba(255, 255, 255, 0.2) !important; }

input,
.card-header:first-child {
  border-radius: 0; }

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

.fa-bars {
  color: #FFF; }

.btn {
  border-radius: 0;
  font-family: 'Open Sans Condensed',sans-serif;
  text-transform: uppercase; }

.btn,
a {
  transition-duration: 0.1s; }

body {
  font-size: 14px;
  font-weight: 400; }

#preloader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  /* change if the mask should have another color then white */
  z-index: 10000;
  /* makes sure it stays on top */
  display: flex;
  justify-content: center;
  align-items: center; }

h1 {
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase; }

h2 {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase; }

h3 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase; }

h4 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase; }

h5 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase; }

.bg-white-c {
  background-color: #FFF; }

.bg-black {
  background-color: #000; }

.bg-yellow {
  background-color: #fffa42; }

.bg-red {
  background-color: #e00000; }

.bg-darkest-gray {
  background-color: #252525; }

.bg-darker-gray {
  background-color: #8f8f8f; }

.bg-light-gray {
  background-color: #eeeeee; }

.bg-opinions {
  background-color: #F0F0F0; }

.fc-white {
  color: #FFF; }

.fc-darker-gray {
  color: #8f8f8f; }

.fc-gray {
  color: #bbbbbb; }

.fc-black {
  color: #000; }

.green {
  border-left: 5px solid #01b3ad; }

.blue {
  border-left: 5px solid #00adef; }

.orange {
  border-left: 5px solid #f5793b; }

.red {
  border-left: 5px solid #ed018c; }

.contrasted .dropdown-menu,
.contrasted .bg-white-c,
.contrasted .bg-black,
.contrasted .bg-yellow {
  background-color: #fffa42; }
.contrasted .bg-darker-gray,
.contrasted .bg-light-gray {
  background-color: #000; }
.contrasted .fa-bars,
.contrasted .fc-white,
.contrasted .fc-darker-gray,
.contrasted .fc-gray,
.contrasted .fc-black {
  color: #000; }
.contrasted .bg-red {
  background-color: #f5ee00; }
.contrasted .no-results,
.contrasted #change-contrast {
  color: #fffa42; }
.contrasted .btn-red {
  background-color: #000;
  border: 1px solid #000;
  color: #fffa42; }
.contrasted .languages .btn-group .dropdown-toggle {
  background-color: #000;
  border-color: #fffa42;
  color: #fffa42; }
.contrasted .languages .btn-group .languagedropdown {
  background-color: #f1f227; }
.contrasted .browse .fc-black {
  color: #fffa42; }
.contrasted .browse .btn-red {
  background-color: #fffa42;
  border: 1px solid #fffa42;
  color: #000; }
  .contrasted .browse .btn-red:hover, .contrasted .browse .btn-red:focus {
    background-color: #f1f227; }
.contrasted .browse .form-horizontal .form-group #data {
  background-color: #fffa42; }
.contrasted .browse .form-horizontal .form-group .custom-select {
  background-color: #f1f227;
  color: #000; }
.contrasted .logos.bg-white-c {
  background-color: #000; }
  .contrasted .logos.bg-white-c .fc-gray {
    color: #fffa42; }
.contrasted .card-content .bg-white-c {
  background-color: #000 !important; }
.contrasted .card-content .nav-pills .btn-outline-inverse {
  border: 1px solid #fffa42;
  color: #fffa42; }
.contrasted .card-content .nav-pills .nav-item a {
  color: #FFF; }
  .contrasted .card-content .nav-pills .nav-item a.active {
    background-color: #f1f227 !important;
    color: #000; }
  .contrasted .card-content .nav-pills .nav-item a:hover, .contrasted .card-content .nav-pills .nav-item a:focus {
    background-color: #f1f227 !important;
    color: #000; }
.contrasted .carousel-indicators {
  z-index: 1; }
  .contrasted .carousel-indicators li {
    background-color: rgba(255, 250, 66, 0.5); }
    .contrasted .carousel-indicators li.active {
      background-color: #fffa42; }
.contrasted footer .fc-gray,
.contrasted footer .fc-white {
  color: #fffa42; }
.contrasted footer .copyright a {
  color: #fffa42; }
.contrasted .opinions {
  color: #fffa42; }
.contrasted .whole-menu .h13-nav .navbar-brand svg {
  fill: #000; }
.contrasted .whole-menu .h13-nav .navbar-nav .dropdown-menu {
  background-color: #f1f227; }
.contrasted .bio-group .card-content .multi-cards .card.bg-white-c {
  background-color: #fffa42 !important; }
.contrasted .simple-header h1 {
  color: #000; }
.contrasted .contact .navbar-brand svg {
  fill: #000; }
.contrasted #repertuar-list .table tbody td .extra-h3 {
  font-size: 14px; }
.contrasted #repertuar-list .table tbody td .hidden-content .fc-white {
  color: #fffa42; }
.contrasted #repertuar-list .table tbody td .hidden-content a:first-of-type {
  color: #fffa42; }
.contrasted .breadcrumb li,
.contrasted .breadcrumb .divider,
.contrasted .breadcrumb a {
  color: #000 !important; }
.contrasted .simple-page a {
  color: #bbbbbb; }
  .contrasted .simple-page a:hover, .contrasted .simple-page a:focus {
    color: #e00000; }
.contrasted .simple-page table {
  border-color: #000; }
  .contrasted .simple-page table tr,
  .contrasted .simple-page table td {
    border-color: #000; }
.contrasted #accordion-order .card-header,
.contrasted #accordion .card-header {
  border: 1px solid #000; }
  .contrasted #accordion-order .card-header h2,
  .contrasted #accordion .card-header h2 {
    color: #000;
    white-space: normal; }
  .contrasted #accordion-order .card-header:hover, .contrasted #accordion-order .card-header:focus,
  .contrasted #accordion .card-header:hover,
  .contrasted #accordion .card-header:focus {
    border: 1px solid #fffa42;
    background-color: #000; }
    .contrasted #accordion-order .card-header:hover h2, .contrasted #accordion-order .card-header:focus h2,
    .contrasted #accordion .card-header:hover h2,
    .contrasted #accordion .card-header:focus h2 {
      font-size: 20px;
      color: #fffa42; }
.contrasted .mobile .menuMobile ul li a {
  background-color: #f1f227;
  color: #000;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }
.contrasted .mobile .menuMobile ul li:first-child a {
  border-top: 0; }
.contrasted .mobile .menuMobile ul li ul li a {
  background-color: #d8d90d; }
.contrasted .mobile .menuMobile ul li ul li ul li a {
  background-color: #c0c10c; }
.contrasted .play-detail .inner {
  background-color: #fffa42;
  color: #000; }
  .contrasted .play-detail .inner a,
  .contrasted .play-detail .inner h2 {
    color: #000; }
.contrasted .spectacle-page .text-box p {
  color: #000; }
.contrasted .contact-info h2 a {
  color: #000; }

.spec-message {
  background-image: url("../img/tlopodnapisLP.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 86px;
  padding-bottom: 86px;
  background-color: #0c0807 !important;
  display: block; }
  .spec-message h1 {
    color: #FFF; }

.special-feature {
  display: block; }
  .special-feature .big {
    font-size: 16px;
    line-height: 1.2; }
  .special-feature .small {
    font-size: 12px;
    line-height: 1.2; }

.alert {
  text-align: center;
  margin: 0 0 0 0;
  border-radius: 0;
  border: 0;
  padding: 15px; }
  .alert .alert-success {
    background-color: #263238;
    color: #FFF; }
  .alert .alert-error {
    background-color: #e00000;
    color: #FFF; }
  .alert .close {
    top: 2px;
    right: 0; }

.cookiesNavMessage {
  background: none #263238;
  border: 0;
  color: #FFF;
  font-weight: 700;
  padding: 15px 15px 15px 15px;
  text-align: center; }
  .cookiesNavMessage a {
    color: #FFF; }
  .cookiesNavMessage .btn {
    background-color: #e00000;
    border: 0;
    color: #FFF;
    font-weight: 700; }

.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.header-border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3); }

.breadcrumb {
  background: transparent;
  display: flex;
  align-items: center;
  font-size: 14px;
  padding: 4px 0 0 0;
  color: #bbbbbb; }
  .breadcrumb .divider {
    margin-left: 7px;
    margin-right: 10px; }
  .breadcrumb a {
    color: #bbbbbb; }

.simple-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px; }
  .simple-header h1 {
    margin-bottom: 0; }
  .simple-header input {
    background-color: #252525;
    border: 0;
    border-radius: 0 0 0 0;
    color: #bebebe;
    font-family: 'Open Sans Condensed',sans-serif;
    font-size: 16px;
    padding: 15px 20px 15px 20px;
    text-transform: uppercase; }

.no-results {
  color: #000; }

.btn-red:hover, .btn-red:focus {
  background-color: #263238;
  border: 1px solid #263238; }

h4.name {
  display: none; }

.disable {
  pointer-events: none; }

.reading {
  background: none;
  border: 0;
  color: #FFF;
  position: relative;
  font-size: 14px;
  -webkit-appearance: none;
  line-height: 1; }

.whole-menu {
  font-family: 'Open Sans Condensed',sans-serif;
  text-transform: uppercase; }
  .whole-menu nav {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 15px 0 15px 0; }
    .whole-menu nav .navbar-brand {
      max-width: 100%;
      width: 110px; }
      .whole-menu nav .navbar-brand svg {
        fill: #FFF; }
    .whole-menu nav .navbar-nav {
      align-items: center; }
      .whole-menu nav .navbar-nav .nav-item .nav-link {
        display: block;
        padding: 10px 15px; }
        .whole-menu nav .navbar-nav .nav-item .nav-link i {
          font-size: 20px; }
      .whole-menu nav .navbar-nav .nav-item:focus .nav-link, .whole-menu nav .navbar-nav .nav-item:hover .nav-link, .whole-menu nav .navbar-nav .nav-item.active .nav-link {
        color: #e00000; }
      .whole-menu nav .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link {
        color: #000; }
      .whole-menu nav .navbar-nav .nav-item .dropdown-menu .nav-item:focus .nav-link, .whole-menu nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover .nav-link, .whole-menu nav .navbar-nav .nav-item .dropdown-menu .nav-item.active .nav-link {
        color: #e00000; }
      .whole-menu nav .navbar-nav .nav-item .dropdown-menu .dropdown-menu .nav-item .nav-link {
        color: #000; }
      .whole-menu nav .navbar-nav .nav-item .dropdown-menu .dropdown-menu .nav-item:focus .nav-link, .whole-menu nav .navbar-nav .nav-item .dropdown-menu .dropdown-menu .nav-item:hover .nav-link, .whole-menu nav .navbar-nav .nav-item .dropdown-menu .dropdown-menu .nav-item.active .nav-link {
        color: #e00000; }
      .whole-menu nav .navbar-nav ul {
        border-radius: 0;
        padding: 0; }
        .whole-menu nav .navbar-nav ul li {
          margin-left: 0 !important; }
    .whole-menu nav .main-ul > .nav-item > .dropdown-menu {
      left: 0;
      top: 38px; }
  .whole-menu .menu-top {
    margin-bottom: 10px;
    align-items: center;
    display: flex;
    justify-content: flex-end; }
    .whole-menu .menu-top #header13a .navbar {
      align-items: center;
      display: flex;
      justify-content: space-between;
      padding: 0;
      width: 100%; }
      .whole-menu .menu-top #header13a .navbar .nav-item .nav-link {
        padding: 0 20px; }
      .whole-menu .menu-top #header13a .navbar .nav-item:hover .nav-link {
        color: #e00000; }
    .whole-menu .menu-top .links {
      margin-right: 35px; }
    .whole-menu .menu-top #font-setting-buttons {
      align-items: center;
      display: flex;
      justify-content: space-between; }
      .whole-menu .menu-top #font-setting-buttons label {
        margin-bottom: 0; }
      .whole-menu .menu-top #font-setting-buttons .btn-group {
        align-items: center;
        display: flex;
        justify-content: space-between; }
        .whole-menu .menu-top #font-setting-buttons .btn-group.font-switch {
          margin-left: 35px;
          align-items: baseline; }
          .whole-menu .menu-top #font-setting-buttons .btn-group.font-switch label {
            line-height: 1.2;
            margin-right: 3px; }
          .whole-menu .menu-top #font-setting-buttons .btn-group.font-switch button {
            background: none;
            border: 0;
            letter-spacing: 1px;
            line-height: 1;
            margin: 0 0 0 5px;
            padding: 1px 0 1px 6px; }
            .whole-menu .menu-top #font-setting-buttons .btn-group.font-switch button:hover, .whole-menu .menu-top #font-setting-buttons .btn-group.font-switch button:focus {
              color: #e00000; }
          .whole-menu .menu-top #font-setting-buttons .btn-group.font-switch .decrease-me {
            font-size: 14px;
            line-height: 10px; }
          .whole-menu .menu-top #font-setting-buttons .btn-group.font-switch .reset-me {
            font-size: 16px;
            line-height: 12px; }
          .whole-menu .menu-top #font-setting-buttons .btn-group.font-switch .increase-me {
            font-size: 20px;
            line-height: 16px; }
        .whole-menu .menu-top #font-setting-buttons .btn-group .btn.btn-accessibility {
          border-radius: 5px !important;
          margin-left: 14px;
          padding: 1px 7px 1px 7px; }
    .whole-menu .menu-top .languages {
      margin-left: 30px; }
      .whole-menu .menu-top .languages .dropdown-toggle {
        border: 0;
        border-radius: 5px !important;
        box-shadow: none;
        font-size: 14px;
        padding: 3px 10px 3px 10px; }
        .whole-menu .menu-top .languages .dropdown-toggle:after {
          margin-left: 0;
          vertical-align: middle; }
      .whole-menu .menu-top .languages .languagedropdown {
        min-width: 45px;
        max-width: 45px; }
        .whole-menu .menu-top .languages .languagedropdown li a {
          color: #000; }
    .whole-menu .menu-top .bip {
      margin-bottom: -7px; }
  .whole-menu .menu .menu-bottom .navbar-nav {
    margin-right: 15px; }
    .whole-menu .menu .menu-bottom .navbar-nav .nav-item .nav-link {
      font-size: 16px;
      padding: 10px 22px 8px 22px; }
  .whole-menu .menu .menu-bottom .btn {
    font-size: 16px;
    padding: 11px 25px 11px 25px;
    line-height: 1; }

.simple-list {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0; }
  .simple-list li {
    padding-bottom: 50px; }

.contact-info .intro {
  background-color: #000;
  color: #FFF;
  margin-bottom: 15px;
  padding: 15px 30px 25px 30px; }
.contact-info h2 {
  font-size: 20px;
  margin-bottom: 0; }
.contact-info ul {
  padding-left: 0;
  margin: 0;
  list-style-type: none; }
  .contact-info ul li {
    margin-top: 22px;
    margin-bottom: 22px;
    background-color: #000;
    color: #FFF;
    padding: 25px 30px 25px 30px;
    border: 1px solid rgba(255, 255, 255, 0.3); }
    .contact-info ul li a {
      color: #FFF; }
      .contact-info ul li a:hover, .contact-info ul li a:focus {
        color: #00adef; }

.slider1 {
  position: relative; }
  .slider1 .carousel-indicators {
    bottom: 85px;
    justify-content: flex-start;
    text-align: left; }
    .slider1 .carousel-indicators li {
      width: 17px;
      height: 17px;
      border-radius: 50%; }
  .slider1 .carousel-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 465px; }
    .slider1 .carousel-item .btn:hover, .slider1 .carousel-item .btn:focus {
      background-color: #e00000;
      color: #FFF; }
  .slider1 h1 {
    display: inline-block;
    font-weight: 700;
    margin: 0;
    padding: 10px 15px 10px 15px;
    text-align: left; }
    .slider1 h1 span {
      display: block;
      line-height: 1;
      text-transform: uppercase; }
  .slider1 p {
    margin: 0; }
    .slider1 p a {
      border-radius: 0;
      box-shadow: none;
      padding-left: 25px;
      padding-right: 25px;
      margin-top: -1px;
      text-transform: none; }
      .slider1 p a i {
        color: #2cdd9b;
        opacity: 1;
        right: -2rem; }
      .slider1 p a:hover {
        color: #263238; }
        .slider1 p a:hover span {
          transform: translate3d(0, 0, 0); }
        .slider1 p a:hover i {
          color: #2cdd9b;
          right: -2.7rem; }
      .slider1 p a.btn {
        font-family: 'Montserrat',sans-serif; }

.do-nicescrol {
  overflow-y: visible; }

.tooltip .tooltip-inner {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  padding: 4px 15px 4px 15px; }
.tooltip.primary {
  opacity: 1; }
  .tooltip.primary .tooltip-inner {
    background-color: #00adef;
    color: #FFF;
    font-family: 'Open Sans Condensed',sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase; }
  .tooltip.primary.top > .tooltip-arrow {
    border-top-color: #00adef; }
.tooltip.info {
  opacity: 1; }
  .tooltip.info .tooltip-inner {
    background-color: #FFF;
    color: #000;
    font-family: 'Open Sans Condensed',sans-serif;
    font-size: 16px;
    font-weight: 700; }
  .tooltip.info.top > .tooltip-arrow {
    border-top-color: #FFF; }
.tooltip.success {
  opacity: 1; }
  .tooltip.success .tooltip-inner {
    background-color: #FFF;
    color: #000;
    font-family: 'Open Sans Condensed',sans-serif;
    font-size: 16px;
    font-weight: 700; }
  .tooltip.success.top > .tooltip-arrow {
    border-top-color: #FFF; }

.bg-black .btn-white:hover, .bg-black .btn-white:focus {
  background-color: #e00000;
  color: #FFF; }

#repertuar-list .nav-pills, #repertuar-list2 .nav-pills {
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 10px 0 0 0; }
  #repertuar-list .nav-pills .nav-item, #repertuar-list2 .nav-pills .nav-item {
    margin: 0 10px 0 10px; }
    #repertuar-list .nav-pills .nav-item a, #repertuar-list2 .nav-pills .nav-item a {
      background: none;
      border: 1px solid #ddd;
      border-radius: 5px 5px 0 0;
      border-bottom: 0;
      font-size: 16px;
      font-family: 'Open Sans Condensed',sans-serif;
      text-align: right;
      text-transform: uppercase; }
      #repertuar-list .nav-pills .nav-item a:hover, #repertuar-list .nav-pills .nav-item a:focus, #repertuar-list .nav-pills .nav-item a.active, #repertuar-list2 .nav-pills .nav-item a:hover, #repertuar-list2 .nav-pills .nav-item a:focus, #repertuar-list2 .nav-pills .nav-item a.active {
        color: #e00000; }
#repertuar-list .simple-content, #repertuar-list2 .simple-content {
  padding-bottom: 90px; }
#repertuar-list .table, #repertuar-list2 .table {
  font-weight: 700;
  margin-bottom: 75px;
  table-layout: fixed; }
  #repertuar-list .table thead th, #repertuar-list2 .table thead th {
    border-bottom: 0;
    text-align: center;
    text-transform: uppercase;
    padding: 0; }
    #repertuar-list .table thead th img, #repertuar-list2 .table thead th img {
      flex: 0 0 auto;
      object-fit: scale-down; }
    #repertuar-list .table thead th .inner, #repertuar-list2 .table thead th .inner {
      padding: 15px 20px 15px 20px; }
    #repertuar-list .table thead th:nth-child(2), #repertuar-list2 .table thead th:nth-child(2) {
      border-left: 5px solid #01b3ad; }
    #repertuar-list .table thead th:nth-child(3), #repertuar-list2 .table thead th:nth-child(3) {
      border-left: 5px solid #00adef; }
    #repertuar-list .table thead th:nth-child(4), #repertuar-list2 .table thead th:nth-child(4) {
      border-left: 5px solid #f5793b; }
    #repertuar-list .table thead th:nth-child(5), #repertuar-list2 .table thead th:nth-child(5) {
      border-left: 5px solid #ed018c; }
    #repertuar-list .table thead th button, #repertuar-list2 .table thead th button {
      align-items: center;
      background: none;
      border: 0;
      display: flex;
      padding: 0;
      font-size: 14px; }
      #repertuar-list .table thead th button span, #repertuar-list2 .table thead th button span {
        font-weight: 700;
        text-align: left; }
    #repertuar-list .table thead th:first-child, #repertuar-list2 .table thead th:first-child {
      text-align: right;
      width: 135px; }
  #repertuar-list .table tbody tr:first-child td, #repertuar-list2 .table tbody tr:first-child td {
    border-top: 0; }
  #repertuar-list .table tbody td, #repertuar-list2 .table tbody td {
    border-top: 1px solid rgba(238, 238, 238, 0.2);
    position: relative;
    padding: 0; }
    #repertuar-list .table tbody td .cancelled, #repertuar-list2 .table tbody td .cancelled {
      color: #e00000; }
    #repertuar-list .table tbody td:first-child, #repertuar-list2 .table tbody td:first-child {
      text-transform: capitalize; }
    #repertuar-list .table tbody td h3, #repertuar-list2 .table tbody td h3 {
      margin-bottom: 0; }
      #repertuar-list .table tbody td h3 .special-feature, #repertuar-list2 .table tbody td h3 .special-feature {
        background: none;
        border: 0;
        color: #FFF;
        position: relative;
        font-size: 14px;
        -webkit-appearance: none; }
        #repertuar-list .table tbody td h3 .special-feature i,
        #repertuar-list .table tbody td h3 .special-feature img, #repertuar-list2 .table tbody td h3 .special-feature i,
        #repertuar-list2 .table tbody td h3 .special-feature img {
          background: #000; }
      #repertuar-list .table tbody td h3 img, #repertuar-list2 .table tbody td h3 img {
        width: 26px;
        height: auto; }
      #repertuar-list .table tbody td h3.extra-h3, #repertuar-list2 .table tbody td h3.extra-h3 {
        font-size: 16px;
        line-height: 1.2; }
    #repertuar-list .table tbody td .spectacle-title, #repertuar-list2 .table tbody td .spectacle-title {
      font-size: 16px;
      text-transform: uppercase; }
    #repertuar-list .table tbody td .extra-info:hover .hidden-content, #repertuar-list .table tbody td .extra-info:focus .hidden-content, #repertuar-list2 .table tbody td .extra-info:hover .hidden-content, #repertuar-list2 .table tbody td .extra-info:focus .hidden-content {
      opacity: 1;
      z-index: 1000; }
    #repertuar-list .table tbody td .hidden-content, #repertuar-list2 .table tbody td .hidden-content {
      opacity: 0;
      z-index: -1;
      padding: 15px 20px 15px 20px;
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      min-width: 100%;
      min-height: 100%;
      transition-duration: 0.1s; }
      #repertuar-list .table tbody td .hidden-content .special-feature i,
      #repertuar-list .table tbody td .hidden-content .special-feature img, #repertuar-list2 .table tbody td .hidden-content .special-feature i,
      #repertuar-list2 .table tbody td .hidden-content .special-feature img {
        background: #343a40 !important; }
      #repertuar-list .table tbody td .hidden-content a.spectacle-title, #repertuar-list2 .table tbody td .hidden-content a.spectacle-title {
        display: block; }
      #repertuar-list .table tbody td .hidden-content a:hover, #repertuar-list .table tbody td .hidden-content a:focus, #repertuar-list2 .table tbody td .hidden-content a:hover, #repertuar-list2 .table tbody td .hidden-content a:focus {
        color: rgba(255, 255, 255, 0.5); }
      #repertuar-list .table tbody td .hidden-content .btn-white, #repertuar-list2 .table tbody td .hidden-content .btn-white {
        padding: 10px 15px 10px 15px;
        font-weight: 700;
        width: 100%;
        margin-top: 10px; }
        #repertuar-list .table tbody td .hidden-content .btn-white:hover, #repertuar-list .table tbody td .hidden-content .btn-white:focus, #repertuar-list2 .table tbody td .hidden-content .btn-white:hover, #repertuar-list2 .table tbody td .hidden-content .btn-white:focus {
          background-color: #e00000;
          color: #FFF; }
    #repertuar-list .table tbody td .inner, #repertuar-list2 .table tbody td .inner {
      padding: 15px 20px 15px 20px; }
    #repertuar-list .table tbody td:first-child, #repertuar-list2 .table tbody td:first-child {
      font-weight: 700;
      text-align: right; }
    #repertuar-list .table tbody td:nth-child(2), #repertuar-list2 .table tbody td:nth-child(2) {
      border-left: 5px solid #01b3ad; }
    #repertuar-list .table tbody td:nth-child(3), #repertuar-list2 .table tbody td:nth-child(3) {
      border-left: 5px solid #00adef; }
    #repertuar-list .table tbody td:nth-child(4), #repertuar-list2 .table tbody td:nth-child(4) {
      border-left: 5px solid #f5793b; }
    #repertuar-list .table tbody td:nth-child(5), #repertuar-list2 .table tbody td:nth-child(5) {
      border-left: 5px solid #ed018c; }

.simple-content {
  padding-top: 20px;
  padding-bottom: 20px; }

.simple-page {
  padding-top: 20px;
  padding-bottom: 20px; }
  .simple-page p a {
    color: #bbbbbb; }
  .simple-page.bg-white-c h2, .simple-page.bg-white-c h3 {
    color: #000; }
    .simple-page.bg-white-c h2 a, .simple-page.bg-white-c h3 a {
      color: #e00000; }
  .simple-page table {
    border-color: rgba(0, 0, 0, 0.1); }
    .simple-page table h3 {
      margin-bottom: 0; }
    .simple-page table tr {
      border-color: rgba(0, 0, 0, 0.1); }
    .simple-page table td {
      padding: 15px 15px 15px 15px;
      border-color: rgba(0, 0, 0, 0.1); }
  .simple-page .table-one td {
    border-left: 5px solid #01b3ad; }
    .simple-page .table-one td h3 {
      color: #01b3ad !important; }
      .simple-page .table-one td h3 span {
        color: #01b3ad !important; }
  .simple-page .table-two td {
    border-left: 5px solid #00adef; }
    .simple-page .table-two td h3 {
      color: #00adef !important; }
      .simple-page .table-two td h3 span {
        color: #00adef !important; }
  .simple-page .table-three td {
    border-left: 5px solid #f5793b; }
    .simple-page .table-three td h3 {
      color: #f5793b !important; }
      .simple-page .table-three td h3 span {
        color: #f5793b !important; }
  .simple-page .table-four td {
    border-left: 5px solid #ed018c; }
    .simple-page .table-four td h3 {
      color: #ed018c !important; }
      .simple-page .table-four td h3 span {
        color: #ed018c !important; }

.page-wrapper {
  background-color: #000000;
  font-family: 'Montserrat', sans-serif; }

.main-page-spectacles .card-content .nav-pills .btn-outline-inverse {
  width: 215px;
  font-size: 16px; }

.browse {
  align-items: center;
  display: flex;
  font-family: 'Open Sans Condensed', sans-serif;
  justify-content: space-between;
  margin-top: -30px;
  padding: 15px 35px 15px 35px;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 15px; }
  .browse h2 {
    font-weight: 700;
    margin-bottom: 0; }
  .browse .form-horizontal {
    align-items: center;
    display: flex;
    justify-content: space-between; }
    .browse .form-horizontal .form-group {
      margin-bottom: 0; }
      .browse .form-horizontal .form-group #data,
      .browse .form-horizontal .form-group .custom-select {
        background: #FFF;
        border: 1px solid #bbbbbb;
        border-radius: 2px;
        color: #000;
        font-size: 14px;
        height: auto;
        margin: 0 15px 0 15px;
        max-height: none;
        padding: 15px 20px 15px 20px;
        text-transform: unset;
        width: 200px; }
        .browse .form-horizontal .form-group #data::placeholder,
        .browse .form-horizontal .form-group .custom-select::placeholder {
          color: #000; }
  .browse .btn-red {
    padding: 15px 50px 15px 50px;
    margin-left: 40px;
    width: 290px;
    font-size: 16px; }

.see-all {
  background-color: #FFF;
  text-align: center;
  padding-top: 30px; }

.spectacles .nav-pills {
  align-items: center; }
  .spectacles .nav-pills .nav-item a {
    border-radius: 0;
    font-family: 'Open Sans Condensed',sans-serif;
    font-size: 20px;
    font-weight: 700;
    padding: 15px 20px 15px 20px; }
    .spectacles .nav-pills .nav-item a:hover, .spectacles .nav-pills .nav-item a:focus, .spectacles .nav-pills .nav-item a.active {
      background-color: #e00000 !important;
      color: #FFF; }
  .spectacles .nav-pills .btn-outline-inverse {
    padding: 10px 25px 10px 25px;
    border: 1px solid #000;
    box-shadow: none;
    font-weight: 700;
    position: absolute;
    right: 37px;
    top: 10px; }
.spectacles .card-content {
  text-transform: uppercase; }
  .spectacles .card-content .card {
    border-radius: 0; }
    .spectacles .card-content .card.main-card {
      margin-bottom: 0; }
  .spectacles .card-content .multi-cards {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: -2%;
    margin-right: -2%;
    overflow: hidden; }
    .spectacles .card-content .multi-cards .feature2 {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start; }
      .spectacles .card-content .multi-cards .feature2 .wrap-feature2-box {
        width: 21%;
        margin-left: 2%;
        margin-right: 2%; }
        .spectacles .card-content .multi-cards .feature2 .wrap-feature2-box .card {
          height: 415px; }
        .spectacles .card-content .multi-cards .feature2 .wrap-feature2-box img {
          width: 100%; }
      .spectacles .card-content .multi-cards .feature2.actors .no-image-placeholder img {
        width: 93%; }
      .spectacles .card-content .multi-cards .feature2.actors .card {
        height: auto !important; }
        .spectacles .card-content .multi-cards .feature2.actors .card img {
          width: auto; }
    .spectacles .card-content .multi-cards .card {
      margin-top: 5px;
      margin-bottom: 10px;
      overflow: hidden; }
      .spectacles .card-content .multi-cards .card.bg-ver {
        background: no-repeat center center;
        border-radius: 0;
        height: 415px;
        max-width: 100%;
        width: 100%; }

.wrap-feature2-box {
  transition-duration: 0.1s; }
  .wrap-feature2-box:hover, .wrap-feature2-box:focus {
    transform: scale(1.05); }

.main-image {
  background-color: #000;
  text-align: center; }
  .main-image .container {
    position: relative; }
    .main-image .container .spectacle-group-header {
      /*position: absolute;*/
      left: 0;
      right: 0;
      margin: auto;
      padding: 20px 35px 20px 35px;
      width: calc(100% - 30px);
      bottom: -1px; }

.logos {
  padding-top: 20px;
  padding-bottom: 25px; }
  .logos h4 {
    color: #263238;
    margin-bottom: 25px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400; }
  .logos .inner {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly; }
    .logos .inner img {
      margin-bottom: 20px; }

.owl-gallery .owl-dots {
  display: none; }

.owl-dots {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 15px; }
  .owl-dots .owl-dot {
    background-color: #FFF;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    margin-left: 5px;
    margin-right: 5px; }
    .owl-dots .owl-dot.active {
      background-color: #e00000; }

.spectacle-group .browse {
  margin-top: 0; }

.spectacle-page {
  padding-top: 30px;
  padding-bottom: 30px; }
  .spectacle-page .text-box {
    padding-left: 15px; }
    .spectacle-page .text-box h4 {
      margin-bottom: 0; }
    .spectacle-page .text-box h1 {
      margin-bottom: 0; }
    .spectacle-page .text-box p {
      line-height: 1.7;
      margin-top: 20px;
      margin-bottom: 25px; }
    .spectacle-page .text-box a {
      color: #FFF;
      font-weight: 700; }
      .spectacle-page .text-box a:hover, .spectacle-page .text-box a:focus {
        color: #00adef; }
    .spectacle-page .text-box .btn-red {
      margin-right: 20px;
      font-weight: 700;
      padding: 16px 60px 16px 60px; }
    .spectacle-page .text-box .btn-white {
      color: #000;
      font-weight: 700; }
      .spectacle-page .text-box .btn-white:hover, .spectacle-page .text-box .btn-white:focus {
        color: #FFF; }

.play-detail {
  padding-top: 40px;
  padding-bottom: 30px; }
  .play-detail h3 {
    margin-bottom: 35px; }
  .play-detail .inner {
    line-height: 2;
    padding: 35px 40px 60px 40px; }
    .play-detail .inner a {
      color: #FFF;
      font-weight: 500;
      margin-bottom: 20px; }
      .play-detail .inner a:hover, .play-detail .inner a:focus {
        color: #00adef; }
  .play-detail .container {
    position: relative; }
    .play-detail .container .photography {
      position: absolute;
      left: 15px;
      top: -25px;
      font-weight: 600;
      font-size: 14px; }

.bio-starring .soon {
  margin-bottom: 75px; }
.bio-starring .upcoming {
  padding-top: 25px;
  padding-bottom: 20px;
  padding-left: 50px;
  padding-right: 50px; }
  .bio-starring .upcoming .container {
    display: flex;
    flex-direction: column;
    text-align: left; }
    .bio-starring .upcoming .container a {
      color: #FFF;
      margin-top: 10px;
      margin-bottom: 10px;
      font-weight: 700; }

.upcoming {
  padding-top: 25px;
  padding-bottom: 20px; }
  .upcoming .inner {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 45px; }
    .upcoming .inner .upcoming-content {
      background-color: #333333;
      display: block;
      padding: 10px 30px 20px 30px;
      text-align: left;
      width: 220px;
      margin-bottom: 20px;
      margin-left: 25px;
      margin-right: 25px; }
      .upcoming .inner .upcoming-content h2 {
        margin-bottom: 0; }
      .upcoming .inner .upcoming-content h3 {
        display: flex;
        justify-content: space-between;
        margin-bottom: 0; }
        .upcoming .inner .upcoming-content h3 button {
          background: none;
          border: 0;
          color: #FFF; }
      .upcoming .inner .upcoming-content .btn {
        padding: 10px 15px 9px 15px;
        font-weight: 700;
        margin-top: 15px;
        width: 100%; }
        .upcoming .inner .upcoming-content .btn:hover, .upcoming .inner .upcoming-content .btn:focus {
          background-color: #e00000;
          color: #FFF; }

.opinions {
  padding-top: 25px;
  padding-bottom: 30px; }
  .opinions h2 {
    margin-bottom: 25px; }
  .opinions .owl-opinion {
    font-style: italic; }
    .opinions .owl-opinion .recenzja-content {
      margin: auto;
      width: 80%; }
    .opinions .owl-opinion .recenzja-podpis {
      margin-top: 25px; }
    .opinions .owl-opinion .owl-stage {
      align-items: center;
      display: flex; }

.modal-dialog {
  max-width: 800px;
  margin: 30px auto;
  overflow: hidden; }

.modal-body {
  position: relative;
  padding: 0; }

.close {
  position: absolute;
  right: -30px;
  top: 0;
  z-index: 999;
  font-size: 2rem;
  font-weight: normal;
  color: #fff;
  opacity: 1; }

.no-image-placeholder {
  position: relative;
  width: 100%;
  height: 100%; }
  .no-image-placeholder h4 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10%;
    text-align: center;
    color: #000;
    margin-bottom: 0; }
    .no-image-placeholder h4.name {
      display: block; }

.newsNormal {
  padding-left: 0;
  margin-bottom: 0; }
  .newsNormal li a {
    display: flex;
    align-items: flex-start;
    color: #000; }
    .newsNormal li a h2 {
      margin-bottom: 0; }
    .newsNormal li a img {
      margin-right: 20px; }
    .newsNormal li a .newsNormal-meta {
      color: #000;
      margin-bottom: 10px; }

.ue-logo {
  color: #263238;
  padding: 20px 20px 20px 20px;
  text-align: center; }

.contact {
  border-top: 1px solid rgba(238, 238, 238, 0.2);
  padding: 20px 0 30px; }
  .contact .top {
    align-items: center;
    border-bottom: 1px solid rgba(238, 238, 238, 0.2);
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px;
    padding-bottom: 10px; }
    .contact .top #newsletter .control-group,
    .contact .top #newsletter .form-actions {
      display: inline-block;
      vertical-align: middle; }
    .contact .top #newsletter .btn-red {
      font-weight: 600;
      letter-spacing: 1px;
      font-size: 14px;
      padding: 15px 20px 15px 20px; }
    .contact .top #newsletter input {
      background-color: #323232;
      border: 0;
      color: #bebebe;
      font-size: 14px;
      padding: 14px 20px 14px 20px; }
  .contact .navbar-brand svg {
    fill: #FFF;
    height: 75px; }
  .contact .bottom h4 {
    margin-bottom: 20px; }
  .contact .bottom ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0; }
    .contact .bottom ul li {
      display: flex;
      margin: 10px 0 15px 0; }
      .contact .bottom ul li a:last-child {
        margin-left: 3px; }
      .contact .bottom ul li a:hover, .contact .bottom ul li a:focus {
        color: #e00000; }
  .contact img {
    margin-right: 10px; }

footer {
  padding-top: 30px;
  padding-bottom: 30px; }
  footer .container {
    align-items: center;
    display: flex;
    justify-content: space-between; }
  footer .header13 .navbar-nav {
    flex-direction: row; }
    footer .header13 .navbar-nav .nav-link {
      padding: 5px 15px 5px 15px;
      margin-right: 15px;
      font-family: 'Open sans',sans-serif;
      text-transform: uppercase;
      font-weight: 700; }
      footer .header13 .navbar-nav .nav-link:hover, footer .header13 .navbar-nav .nav-link:focus {
        color: #e00000; }
      footer .header13 .navbar-nav .nav-link:first-child {
        padding-left: 0; }
  footer .copyright {
    color: #a7a7a7;
    margin-top: 5px; }
    footer .copyright a {
      color: #FFF; }
      footer .copyright a:hover, footer .copyright a:focus {
        color: #e00000; }
  footer .social .inner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-family: 'Open sans',sans-serif;
    flex-wrap: wrap;
    text-transform: uppercase;
    font-weight: 700; }
    footer .social .inner .rodo {
      width: 100%; }
    footer .social .inner a {
      padding: 5px 8px 5px 8px; }
      footer .social .inner a i {
        font-size: 30px; }
      footer .social .inner a:hover, footer .social .inner a:focus {
        color: #e00000; }
  footer .social h4,
  footer .social a {
    color: #a7a7a7; }

#bio-list .bio-group .nav {
  padding-left: 15px; }
#bio-list .bio-group .multi-cards {
  padding-top: 20px; }
  #bio-list .bio-group .multi-cards .actors {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-right: -2%; }
    #bio-list .bio-group .multi-cards .actors .wrap-feature2-box {
      margin-bottom: 30px;
      background: #FFF;
      width: 23%;
      margin-right: 2%; }
  #bio-list .bio-group .multi-cards .card {
    border-radius: 0;
    margin-bottom: 0; }
    #bio-list .bio-group .multi-cards .card img {
      padding: 10px 0 10px 0;
      width: calc(100% - 20px);
      height: auto;
      margin: auto; }
    #bio-list .bio-group .multi-cards .card h2 {
      text-align: center;
      margin-bottom: 0;
      padding: 5px 10px 15px 10px; }
#bio-list .nav-pills {
  align-items: center; }
  #bio-list .nav-pills .nav-item a {
    border-radius: 0;
    font-family: 'Open Sans Condensed',sans-serif;
    font-size: 20px;
    font-weight: 700;
    padding: 15px 20px 15px 20px; }
    #bio-list .nav-pills .nav-item a:hover, #bio-list .nav-pills .nav-item a:focus, #bio-list .nav-pills .nav-item a.active {
      background-color: #e00000 !important;
      color: #FFF; }
  #bio-list .nav-pills .btn-outline-inverse {
    padding: 15px 50px 15px 50px;
    border: 1px solid #000;
    box-shadow: none;
    font-weight: 700;
    position: absolute;
    right: 50px;
    top: 27.5px; }

.bio-page {
  padding-bottom: 55px; }
  .bio-page .img-title {
    border: 10px solid #FFF; }
  .bio-page .text-box {
    padding-left: 15px; }
    .bio-page .text-box h1 {
      margin-bottom: 0; }
    .bio-page .text-box ul {
      color: #bbbbbb;
      padding: 0 15px 0 0;
      margin-bottom: 50px; }
      .bio-page .text-box ul a {
        color: #bbbbbb; }
    .bio-page .text-box p {
      line-height: 1.7; }

#accordion-order2 .card-body,
#accordion-order .card-body,
#accordion .card-body {
  padding: 0; }
  #accordion-order2 .card-body li,
  #accordion-order .card-body li,
  #accordion .card-body li {
    margin-bottom: 0; }
#accordion-order2 .card-header,
#accordion-order .card-header,
#accordion .card-header {
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition-duration: 0.1s; }
  #accordion-order2 .card-header button,
  #accordion-order .card-header button,
  #accordion .card-header button {
    height: 100%;
    padding: 10px 20px 11px 20px;
    text-decoration: none;
    width: 100%; }
  #accordion-order2 .card-header:hover, #accordion-order2 .card-header:focus,
  #accordion-order .card-header:hover,
  #accordion-order .card-header:focus,
  #accordion .card-header:hover,
  #accordion .card-header:focus {
    background-color: #FFF; }
    #accordion-order2 .card-header:hover h2, #accordion-order2 .card-header:focus h2,
    #accordion-order .card-header:hover h2,
    #accordion-order .card-header:focus h2,
    #accordion .card-header:hover h2,
    #accordion .card-header:focus h2 {
      color: #000; }
    #accordion-order2 .card-header:hover .btn-link, #accordion-order2 .card-header:focus .btn-link,
    #accordion-order .card-header:hover .btn-link,
    #accordion-order .card-header:focus .btn-link,
    #accordion .card-header:hover .btn-link,
    #accordion .card-header:focus .btn-link {
      text-decoration: none; }

.mobile {
  display: none; }

.bip h2 a {
  color: #FFF;
  display: block;
  margin-bottom: 50px; }
  .bip h2 a:hover, .bip h2 a:focus {
    color: #e00000; }
  .bip h2 a i {
    display: block;
    margin-top: 15px; }
.bip #accordion-order .card-body,
.bip #accordion .card-body {
  padding-top: 25px; }
  .bip #accordion-order .card-body a,
  .bip #accordion .card-body a {
    color: #FFF; }
    .bip #accordion-order .card-body a:hover, .bip #accordion-order .card-body a:focus,
    .bip #accordion .card-body a:hover,
    .bip #accordion .card-body a:focus {
      color: #e00000; }

.datepicker-dropdown:after, .datepicker-dropdown:before {
  display: none !important; }

#ui-datepicker-div {
  background-color: #FFF;
  padding: 12px 12px 12px 12px;
  color: #000;
  width: 200px; }
  #ui-datepicker-div .ui-datepicker-calendar {
    width: 100%; }
  #ui-datepicker-div .ui-datepicker-title {
    text-align: center;
    margin-bottom: 10px; }
  #ui-datepicker-div .ui-datepicker-prev:before {
    font-family: FontAwesome;
    content: "\f053";
    height: 25px;
    position: absolute;
    width: 25px;
    left: 10px; }
  #ui-datepicker-div .ui-datepicker-prev span {
    font-size: 0; }
  #ui-datepicker-div .ui-datepicker-next:before {
    font-family: FontAwesome;
    content: "\f054";
    height: 25px;
    position: absolute;
    width: 25px;
    right: 11px;
    text-align: right; }
  #ui-datepicker-div .ui-datepicker-next span {
    font-size: 0; }
  #ui-datepicker-div thead tr th {
    padding-bottom: 10px; }
  #ui-datepicker-div tr td {
    text-align: center; }
    #ui-datepicker-div tr td a {
      color: #000; }

.three {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .three li {
    width: 30.75%; }

.two {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .two li {
    width: 47.95%; }

.two-plus {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .two-plus li {
    width: 47.95%; }
    .two-plus li:last-child {
      width: 100%; }

.seven {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .seven li {
    width: 30.75%; }

.newsletter-inner {
  background-color: #eeeeee;
  margin: auto;
  text-align: center;
  padding: 25px 25px 25px 25px;
  width: 450px; }
  .newsletter-inner input[type=text] {
    background-color: #252525;
    border: 0;
    border-radius: 0 0 0 0;
    color: #bebebe;
    font-family: 'Open Sans Condensed',sans-serif;
    font-size: 16px;
    padding: 15px 20px 15px 20px;
    text-transform: uppercase;
    margin-bottom: 25px;
    width: 100%; }
  .newsletter-inner .checkbox {
    text-align: left; }
  .newsletter-inner input[type=checkbox] {
    margin-right: 5px; }
  .newsletter-inner .form-actions {
    text-align: center;
    margin-bottom: 15px;
    margin-top: 15px; }
  .newsletter-inner a {
    color: #000;
    font-weight: 700;
    margin-top: 15px;
    display: block; }

.carousel-control-next,
.carousel-control-prev {
  width: 50px; }

.special-actions .inner .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  background-color: #000;
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition-duration: 0.1s;
  padding: 15px 20px 15px 20px;
  text-decoration: none;
  width: 100%;
  color: #FFF;
  border-radius: 5px; }
  .special-actions .inner .item:hover, .special-actions .inner .item:focus {
    background-color: #FFF;
    border: 1px solid #FFF;
    text-decoration: none; }
    .special-actions .inner .item:hover i,
    .special-actions .inner .item:hover h3, .special-actions .inner .item:focus i,
    .special-actions .inner .item:focus h3 {
      color: #000; }
  .special-actions .inner .item h3 {
    margin-bottom: 0; }
  .special-actions .inner .item i {
    color: #FFF; }

.print-button {
  background: none;
  border: none; }
  .print-button:hover {
    cursor: pointer; }
  .print-button svg {
    fill: #FFF; }

.brochure-button {
  width: 40px; }

.mobile-rep {
  display: none; }

@media print {
  .main-card,
  .desktop-rep {
    display: block !important; }

  #repertuar-list2,
  .mobile-rep {
    display: none !important; }

  .print-button {
    color: white; }

  #repertuar-list .table thead th img,
  header,
  footer,
  .logos,
  .contact,
  .ue-logo,
  .nav-pills,
  .main-image,
  .cookiesNavMessage {
    display: none !important; }

  .table-responsive {
    display: block !important;
    width: 100%;
    overflow: unset !important; }

  #repertuar-list .table, #repertuar-list2 .table {
    width: 768px !important; }
    #repertuar-list .table .fc-white,
    #repertuar-list .table .fc-gray, #repertuar-list2 .table .fc-white,
    #repertuar-list2 .table .fc-gray {
      color: #000;
      font-weight: 400; }
    #repertuar-list .table thead th, #repertuar-list2 .table thead th {
      padding: 2px; }
      #repertuar-list .table thead th:first-child, #repertuar-list2 .table thead th:first-child {
        width: 90px; }
      #repertuar-list .table thead th:nth-child(2), #repertuar-list .table thead th:nth-child(3), #repertuar-list .table thead th:nth-child(4), #repertuar-list .table thead th:nth-child(5), #repertuar-list2 .table thead th:nth-child(2), #repertuar-list2 .table thead th:nth-child(3), #repertuar-list2 .table thead th:nth-child(4), #repertuar-list2 .table thead th:nth-child(5) {
        border: 2pt solid #000;
        width: 175px; }
      #repertuar-list .table thead th button, #repertuar-list2 .table thead th button {
        margin-right: 0; }
    #repertuar-list .table tbody td, #repertuar-list2 .table tbody td {
      position: initial;
      padding: 2px; }
      #repertuar-list .table tbody td:nth-child(2), #repertuar-list .table tbody td:nth-child(3), #repertuar-list .table tbody td:nth-child(4), #repertuar-list .table tbody td:nth-child(5), #repertuar-list2 .table tbody td:nth-child(2), #repertuar-list2 .table tbody td:nth-child(3), #repertuar-list2 .table tbody td:nth-child(4), #repertuar-list2 .table tbody td:nth-child(5) {
        border: 2pt solid #000; }
      #repertuar-list .table tbody td h3, #repertuar-list2 .table tbody td h3 {
        line-height: 1;
        margin-bottom: 0; }
        #repertuar-list .table tbody td h3 .special-feature, #repertuar-list2 .table tbody td h3 .special-feature {
          color: #000; }

  .container {
    margin: 0;
    width: 100%; } }
.main-page-image {
  display: none; }

.extra-form {
  background-color: black;
  color: #FFF;
  font-size: 20px;
  margin: 15px auto auto auto;
  max-width: 100%;
  padding: 20px;
  text-align: center;
  width: 480px; }
  .extra-form input[type=text] {
    font-size: 16px;
    margin-bottom: 15px;
    padding: 6px 10px;
    text-align: left;
    width: 100%; }

.directors .image {
  width: 250px;
  flex-shrink: 0;
  margin-right: 30px;
  margin-bottom: 30px; }

@media (max-width: 1400px) {
  .whole-menu .menu-top #font-setting-buttons .btn-group.font-switch .decrease-me {
    font-size: 12px; }
  .whole-menu .menu-top #font-setting-buttons .btn-group.font-switch .reset-me {
    font-size: 14px; }
  .whole-menu .menu-top #font-setting-buttons .btn-group.font-switch .increase-me {
    font-size: 18px; }

  .seven li,
  .two li,
  .three li {
    width: 47.95%; }

  .two-plus li {
    width: 47.95%; }
    .two-plus li:last-child {
      width: 100%; }

  .browse .btn-red {
    padding: 15px 20px 15px 20px; }

  .spectacles .card-content .multi-cards .feature2 .wrap-feature2-box {
    width: 23%;
    margin-left: 1%;
    margin-right: 1%; }
    .spectacles .card-content .multi-cards .feature2 .wrap-feature2-box .card {
      height: 376px;
      margin-bottom: 5px; }
      .spectacles .card-content .multi-cards .feature2 .wrap-feature2-box .card.bg-ver {
        background-size: contain; }

  #repertuar-list .table tbody td .spectacle-title, #repertuar-list2 .table tbody td .spectacle-title {
    font-size: 16px; }

  .whole-menu .menu .menu-bottom .navbar-nav .nav-item .nav-link {
    padding: 10px 15px 8px 15px;
    font-size: 14px; }

  .browse .btn-red {
    margin-left: 15px;
    width: auto; }

  .upcoming .inner .upcoming-content {
    margin-left: 10px;
    margin-right: 10px; }

  #bio-list .bio-group .multi-cards .card h2 {
    font-size: 22px; }
  #bio-list .bio-group .multi-cards .card img {
    padding: 10px 0 10px 0;
    width: calc(100% - 20px);
    height: auto;
    margin: auto;
    text-align: center; } }
.table-responsive .table {
  max-width: none !important; }

@media (max-width: 1440px) {
  .upcoming .inner .upcoming-content {
    width: 195px;
    padding: 10px 20px 20px 20px;
    margin-left: 10px;
    margin-right: 10px; }
    .upcoming .inner .upcoming-content h2 {
      margin-top: 10px;
      font-size: 16px;
      line-height: 1.2; } }
@media (max-width: 1400px) {
  .browse h2 {
    line-height: 1; }

  .browse {
    padding: 15px 30px 15px 30px; }

  .spectacles .nav-pills .btn-outline-inverse {
    right: 30px; }
  .spectacles .nav-pills .nav-item a {
    padding: 15px 20px 15px 20px; } }
@media (max-width: 1280px) {
  .whole-menu .menu .menu-bottom .navbar-nav .nav-item .nav-link {
    font-size: 14px;
    padding: 10px 7px 8px 7px; }
  .whole-menu .main-ul > .nav-item > .dropdown-menu {
    left: 0;
    top: 40px; }

  .carousel-indicators {
    margin-left: 10%; }

  .slide-text {
    left: 45%; }

  .card-content .multi-cards .feature2 .wrap-feature2-box .no-image-placeholder {
    height: 97%; }

  .browse h2 {
    font-size: 20px; } }
@media (min-width: 1201px) and (max-width: 1366px) {
  .whole-menu .container {
    width: 100%;
    max-width: 90%; } }
@media (min-width: 992px) and (max-width: 1200px) {
  .whole-menu .container {
    width: 100%;
    max-width: 100%; } }
@media (max-width: 1200px) {
  .carousel-indicators {
    bottom: 60px;
    margin-left: 8%; }

  .slider1 .carousel-item {
    height: 465px; }
  .slider1 h1 {
    line-height: 1; }

  #repertuar-list .nav-pills .nav-item a, #repertuar-list2 .nav-pills .nav-item a {
    text-align: center; }
  #repertuar-list .table thead th, #repertuar-list2 .table thead th {
    padding: 15px 15px 15px 15px;
    vertical-align: text-top; }
    #repertuar-list .table thead th .inner, #repertuar-list2 .table thead th .inner {
      padding: 0; }
    #repertuar-list .table thead th button, #repertuar-list2 .table thead th button {
      flex-direction: column;
      width: 100%; }
      #repertuar-list .table thead th button span, #repertuar-list2 .table thead th button span {
        text-align: center; }
  #repertuar-list .table tbody td .inner, #repertuar-list2 .table tbody td .inner {
    padding: 15px 15px 15px 15px; }
  #repertuar-list .table tbody td .hidden-content, #repertuar-list2 .table tbody td .hidden-content {
    padding: 15px 15px 15px 15px; }
  #repertuar-list .table tbody td .spectacle-title, #repertuar-list2 .table tbody td .spectacle-title {
    font-size: 16px; }

  .cookiesNavMessage {
    text-align: center; }
    .cookiesNavMessage .btn {
      display: block;
      width: 150px;
      margin: 15px auto 0 auto; }

  h1 {
    font-size: 24px; }

  .whole-menu .navbar .font-18 {
    font-size: 14px; }
  .whole-menu .menu .menu-bottom .btn {
    font-size: 14px;
    padding: 9px 15px 9px 15px; }
  .whole-menu nav .main-ul > .nav-item > .dropdown-menu {
    top: 38px; }

  .browse {
    display: block;
    text-align: center; }
    .browse .form-horizontal {
      margin-top: 20px;
      margin-bottom: 0; }
      .browse .form-horizontal .form-group {
        width: 25%; }
        .browse .form-horizontal .form-group .custom-select {
          margin: 0;
          width: 100%; }
    .browse h3 {
      margin-bottom: 20px;
      text-align: center; }
    .browse .btn-red {
      margin-left: 0; }

  .spectacles .card-content .multi-cards .feature2 .wrap-feature2-box {
    width: 31%; }
    .spectacles .card-content .multi-cards .feature2 .wrap-feature2-box .card {
      margin-top: 15px;
      margin-bottom: 15px;
      height: 415px; }

  .bottom .menu-item {
    margin-bottom: 30px; }

  footer .container {
    display: block;
    text-align: center; }
    footer .container .social {
      margin-top: 20px;
      text-align: center !important; }
      footer .container .social .inner {
        justify-content: center; }
  footer .whole-menu .navbar-nav {
    justify-content: center;
    margin-bottom: 20px; }
  footer .header13 .navbar-nav {
    justify-content: center;
    margin-bottom: 20px; }

  .main-page-spectacles .browse .form-horizontal .form-group {
    width: 24%; }
    .main-page-spectacles .browse .form-horizontal .form-group #data,
    .main-page-spectacles .browse .form-horizontal .form-group .custom-select {
      font-size: 14px;
      width: 100%;
      margin: 0; }

  .spectacle-group .form-horizontal {
    margin-bottom: 20px; }

  .spectacle-page .text-box p {
    margin-top: 30px;
    margin-bottom: 40px; }

  .upcoming .inner .upcoming-content h2 {
    font-size: 18px; }

  #bio-list .bio-group .nav-pills .btn-outline-inverse {
    right: 30px;
    top: 16px; }
  #bio-list .bio-group .multi-cards .actors .wrap-feature2-box {
    width: 31%; } }
@media (max-width: 991px) {
  .spec-message {
    padding-top: 60px;
    padding-bottom: 60px; }

  .print-button {
    display: none; }

  .simple-content {
    padding-top: 20px;
    padding-bottom: 20px; }

  .upcoming .inner {
    margin-top: 30px; }
    .upcoming .inner .upcoming-content {
      padding: 15px 15px 15px 15px; }

  #accordion-order h2,
  #accordion h2 {
    font-size: 16px; }

  .simple-page {
    padding-top: 50px;
    padding-bottom: 50px; }

  .mobile {
    display: initial;
    position: absolute;
    width: 100%;
    top: 50%;
    z-index: 20;
    left: 0;
    right: 0;
    text-align: right; }
    .mobile .menuMobile {
      position: absolute;
      width: 100%;
      top: 55px; }
      .mobile .menuMobile .openBtn {
        right: 15px;
        top: 15px;
        width: auto;
        height: auto;
        position: absolute; }
      .mobile .menuMobile .btn-red {
        border-top: 1px solid #FFF;
        width: 100%;
        border-top: 1px solid rgba(255, 255, 255, 0.2) !important; }
      .mobile .menuMobile ul {
        padding-left: 0;
        margin-bottom: 0;
        list-style-type: none; }
        .mobile .menuMobile ul li {
          position: relative; }
          .mobile .menuMobile ul li a {
            display: block;
            padding: 10px;
            text-align: center;
            background-color: #e00000;
            color: #FFF;
            border-top: 1px solid rgba(255, 255, 255, 0.2) !important; }
          .mobile .menuMobile ul li ul li a {
            background-color: #940000; }
          .mobile .menuMobile ul li ul li ul li a {
            background-color: #2e0000; }

  .desktop {
    display: none; }

  .mobileMainBtn {
    text-align: right; }

  .main-image .container .spectacle-group-header {
    padding: 15px 25px 15px 25px;
    position: initial;
    width: 100%; }

  .play-detail .container .photography {
    top: -37px; }

  .rental-link {
    display: none; }

  .table {
    width: 1000px; }

  .card-content .nav-pills {
    padding-top: 0; }
  .card-content .multi-cards .card.bg-ver {
    height: 476px;
    max-width: 100%;
    width: 100%; }

  .whole-menu .h13-nav {
    flex-wrap: nowrap;
    align-items: flex-start;
    position: relative;
    padding: 20px 0 20px 0; }
    .whole-menu .h13-nav .links {
      display: flex;
      flex-direction: row;
      margin-right: 0; }
      .whole-menu .h13-nav .links .nav-item .nav-link {
        padding: 5px 5px; }
    .whole-menu .h13-nav .navbar-brand {
      width: 75px;
      z-index: 1000; }

  .slider1 h1 {
    padding: 5px 20px 5px 20px; }
  .slider1 p a {
    font-size: 14px; }

  .browse {
    padding: 20px 30px 30px 30px; }

  .spectacles .card-content .nav-pills {
    padding-top: 75px;
    padding-bottom: 15px; }
    .spectacles .card-content .nav-pills .nav-item {
      width: 50%;
      text-align: center; }
      .spectacles .card-content .nav-pills .nav-item a {
        font-size: 16px;
        padding: 15px 20px 15px 20px; }
    .spectacles .card-content .nav-pills .btn {
      position: initial;
      left: 0;
      right: 0;
      margin: auto; }
      .spectacles .card-content .nav-pills .btn.full-rep {
        margin-top: 15px; }
  .spectacles .card-content .multi-cards .feature2 .wrap-feature2-box {
    width: 48%; }

  footer {
    padding-top: 40px;
    padding-bottom: 50px; }
    footer .header13 .navbar-nav {
      flex-wrap: wrap; }
      footer .header13 .navbar-nav .nav-link {
        margin-left: 7px;
        margin-right: 7px; }

  .play-detail {
    padding-top: 50px;
    padding-bottom: 50px; }
    .play-detail .inner {
      line-height: 1.5;
      padding: 15px 20px 20px 20px; }

  .spectacle-page .text-box .btn-white,
  .spectacle-page .text-box .btn-red {
    padding: 15px 20px 15px 20px; }
  .spectacle-page .text-box p {
    line-height: 1.5; }

  #repertuar-list .table, #repertuar-list2 .table {
    width: 1000px; }
    #repertuar-list .table tbody td h3,
    #repertuar-list .table tbody td .spectacle-title, #repertuar-list2 .table tbody td h3,
    #repertuar-list2 .table tbody td .spectacle-title {
      font-size: 14px;
      margin-bottom: 0; }
    #repertuar-list .table tbody td .hidden-content, #repertuar-list2 .table tbody td .hidden-content {
      min-width: auto;
      width: 100%; }
      #repertuar-list .table tbody td .hidden-content a:first-of-type, #repertuar-list2 .table tbody td .hidden-content a:first-of-type {
        font-size: 14px; }
      #repertuar-list .table tbody td .hidden-content .btn-white, #repertuar-list2 .table tbody td .hidden-content .btn-white {
        padding: 5px 15px 5px 15px;
        font-weight: 700;
        width: auto;
        font-size: 14px; }

  .opinions {
    padding-top: 35px;
    padding-bottom: 50px; }
    .opinions .owl-opinion .recenzja-content {
      width: 100%; }

  .upcoming {
    padding-top: 40px;
    padding-bottom: 45px; }

  .logos {
    padding-top: 40px;
    padding-bottom: 30px; }
    .logos h4 {
      margin-bottom: 25px; }

  .contact {
    padding: 40px 0 10px; }
    .contact .top {
      margin-bottom: 45px; }

  .spectacles .card-content .nav-pills {
    padding-top: 0; }
    .spectacles .card-content .nav-pills .nav-item {
      width: 33.33%; }

  .main-page-spectacles .card-content .nav-pills .nav-item {
    width: 50%; }

  #bio-list .bio-group .nav-pills {
    padding-top: 0; }
    #bio-list .bio-group .nav-pills .nav-item {
      width: 33%;
      text-align: center; }
      #bio-list .bio-group .nav-pills .nav-item a {
        font-size: 14px; }
  #bio-list .bio-group .multi-cards .actors .wrap-feature2-box {
    width: 47%; }

  #repertuar-list2 .nav-pills {
    border-bottom: 1px solid black; }
  #repertuar-list2 .container {
    padding: 0; }
  #repertuar-list2 .main-card {
    margin-bottom: 0; }

  .mobile-rep {
    display: block; }
    .mobile-rep .browse {
      position: inherit;
      margin-top: 0;
      margin-bottom: 0; }
    .mobile-rep .mobile-inner {
      align-items: stretch;
      border-bottom: 1px solid rgba(255, 255, 255, 0.15);
      background-color: #000;
      justify-content: space-between; }
      .mobile-rep .mobile-inner .mobile-left {
        padding: 10px 10px 10px 10px;
        width: 150px; }
        .mobile-rep .mobile-inner .mobile-left h2 {
          font-size: 24px;
          line-height: 1;
          margin-bottom: 0; }
        .mobile-rep .mobile-inner .mobile-left img {
          margin-bottom: 8px; }
        .mobile-rep .mobile-inner .mobile-left.rep-green {
          border-right: 5px solid #01b3ad; }
        .mobile-rep .mobile-inner .mobile-left.rep-blue {
          border-right: 5px solid #00adef; }
        .mobile-rep .mobile-inner .mobile-left.rep-orange {
          border-right: 5px solid #f5793b; }
        .mobile-rep .mobile-inner .mobile-left.rep-purple {
          border-right: 5px solid #ed018c; }
      .mobile-rep .mobile-inner .mobile-center {
        width: calc(100% - 243px); }
        .mobile-rep .mobile-inner .mobile-center .spectacle-title {
          font-size: 20px;
          font-weight: 500; }
          .mobile-rep .mobile-inner .mobile-center .spectacle-title:hover {
            color: #e00000; }
        .mobile-rep .mobile-inner .mobile-center .cancelled {
          color: #e00000; }
        .mobile-rep .mobile-inner .mobile-center h3 {
          color: #FFF;
          font-size: 16px;
          line-height: 1.2;
          margin-bottom: 0; }
          .mobile-rep .mobile-inner .mobile-center h3 a {
            color: #FFF;
            font-size: 16px; }
      .mobile-rep .mobile-inner .inner-align {
        align-items: flex-start;
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: center;
        padding: 10px 10px 10px 10px; }
    .mobile-rep ul {
      list-style-type: none;
      margin-bottom: 0;
      padding-left: 0; }
    .mobile-rep .btn-white {
      align-items: center;
      border-bottom: 1px solid rgba(255, 255, 255, 0.15);
      display: flex;
      padding: 15px 15px 15px 15px;
      width: 93px; }
      .mobile-rep .btn-white.phone-btn {
        display: none; }

  .desktop-rep {
    display: none; }

  .mobile-inner {
    display: none; }

  .mobile-inner.display {
    display: flex; }

  .load-more {
    background-color: #e00000;
    border: 1px solid #e00000;
    border-radius: 0;
    color: #FFF;
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin: auto;
    padding: 15px 15px 15px 15px;
    text-align: center;
    width: 100%; }

  .load-more.active,
  .load-more:focus,
  .load-more:hover {
    background-color: #e00000;
    border: 1px solid #e00000;
    color: #FFF; }

  .hidden-button {
    display: none; }

  .browse .form-horizontal .form-group {
    width: 24%; }
    .browse .form-horizontal .form-group #data {
      margin-left: 0;
      width: 100%; } }
@media (max-width: 768px) {
  .main-page-image {
    display: block; }

  #slider-sec {
    display: none; }

  .breadcrumb {
    font-size: 11px; }

  .whole-menu .menu-top #font-setting-buttons .btn-group {
    display: none; }
  .whole-menu .menu-top .languages {
    margin-left: 15px; }
    .whole-menu .menu-top .languages .dropdown-toggle {
      font-size: 12px;
      padding: 3px 5px 3px 5px; }

  .imp-col {
    margin-bottom: 50px; }

  #repertuar-list .main-image .container .spectacle-group-header, #repertuar-list2 .main-image .container .spectacle-group-header {
    display: flex;
    flex-direction: row;
    margin-top: 0; }
    #repertuar-list .main-image .container .spectacle-group-header h1, #repertuar-list2 .main-image .container .spectacle-group-header h1 {
      line-height: 20px; }
    #repertuar-list .main-image .container .spectacle-group-header input, #repertuar-list2 .main-image .container .spectacle-group-header input {
      margin-top: 0 !important; }
  #repertuar-list .container, #repertuar-list2 .container {
    max-width: 100%; }
  #repertuar-list .table tbody td .spectacle-title,
  #repertuar-list .table tbody td h3, #repertuar-list2 .table tbody td .spectacle-title,
  #repertuar-list2 .table tbody td h3 {
    font-size: 12px;
    margin-bottom: 5px; }
    #repertuar-list .table tbody td .spectacle-title button,
    #repertuar-list .table tbody td h3 button, #repertuar-list2 .table tbody td .spectacle-title button,
    #repertuar-list2 .table tbody td h3 button {
      padding: 0; }
    #repertuar-list .table tbody td .spectacle-title .special-feature,
    #repertuar-list .table tbody td h3 .special-feature, #repertuar-list2 .table tbody td .spectacle-title .special-feature,
    #repertuar-list2 .table tbody td h3 .special-feature {
      font-size: 12px;
      line-height: 1; }
  #repertuar-list .table tbody td .hidden-content a:first-of-type, #repertuar-list2 .table tbody td .hidden-content a:first-of-type {
    font-size: 12px;
    margin-bottom: 0; }
  #repertuar-list .table tbody td .hidden-content h3 .special-feature, #repertuar-list2 .table tbody td .hidden-content h3 .special-feature {
    line-height: 1;
    font-size: 12px; }
  #repertuar-list .table tbody td .inner, #repertuar-list2 .table tbody td .inner {
    font-size: 12px; }
  #repertuar-list .nav-pills .nav-item a, #repertuar-list2 .nav-pills .nav-item a {
    font-size: 14px; }

  .mobile-rep .browse .form-horizontal .form-group {
    margin-bottom: 15px; }

  .upcoming .inner {
    flex-wrap: wrap; }
    .upcoming .inner .upcoming-content {
      margin-bottom: 20px;
      width: 45%; }

  h1 {
    font-size: 20px; }

  .two-plus li,
  .seven li,
  .two li,
  .three li {
    width: 100%; }

  .simple-header {
    flex-direction: column;
    text-align: center; }
    .simple-header input {
      margin-top: 15px; }

  .browse {
    padding: 15px 20px 20px 20px; }

  .table {
    width: 1000px; }
    .table thead .font-18 {
      font-size: 14px; }
    .table tbody td .spectacle-title,
    .table tbody td h3 {
      font-size: 12px; }

  .whole-menu .menu-top .languages {
    margin-left: 5px; }
  .whole-menu .menu-top #font-setting-buttons .btn-group.font-switch {
    margin-left: 10px; }
  .whole-menu .menu-top #font-setting-buttons .btn-group .btn.btn-accessibility {
    margin-left: 10px; }
  .whole-menu .h13-nav .navbar-nav .nav-item:last-child {
    margin-left: 0; }

  .slider1 .carousel-item {
    height: 360px; }
  .slider1 .slide-image {
    min-height: 300px; }
  .slider1 h1 {
    font-size: 18px;
    line-height: 1.2; }
    .slider1 h1 span {
      font-size: 14px; }
  .slider1 p a {
    font-size: 12px; }

  .browse .form-horizontal {
    display: block; }
    .browse .form-horizontal .form-group {
      width: 100%; }
      .browse .form-horizontal .form-group #data,
      .browse .form-horizontal .form-group .custom-select {
        width: 100%;
        margin-left: 0;
        font-size: 14px; }

  .card-content .nav-pills .nav-item {
    width: 50%; }
    .card-content .nav-pills .nav-item a {
      font-size: 14px; }
  .card-content .multi-cards .feature2 .wrap-feature2-box .card.bg-ver {
    height: 370px; }

  .contact .top {
    display: block;
    text-align: center; }
    .contact .top .navbar-brand {
      margin-bottom: 30px;
      display: block; }

  .spectacle-page,
  .bio-page {
    padding-bottom: 30px; }
    .spectacle-page .image,
    .bio-page .image {
      text-align: center; }
    .spectacle-page .text-box,
    .bio-page .text-box {
      padding-left: 0; }

  .main-page-spectacles .browse {
    margin-top: 0; }
    .main-page-spectacles .browse .form-horizontal {
      margin-bottom: 0; }
      .main-page-spectacles .browse .form-horizontal .form-group {
        margin: 0 0 20px 0;
        width: 100%; }
        .main-page-spectacles .browse .form-horizontal .form-group #data,
        .main-page-spectacles .browse .form-horizontal .form-group .custom-select {
          width: 100%;
          margin: 0; }

  .spectacle-group .form-horizontal .form-group {
    margin-bottom: 20px; }
    .spectacle-group .form-horizontal .form-group:last-child {
      margin-bottom: 0; }

  .breadcrumb {
    justify-content: center; }

  #bio-list .bio-group .card-content .nav-pills {
    display: block;
    padding-top: 0; }
    #bio-list .bio-group .card-content .nav-pills .nav-item {
      width: 100%; }
  #bio-list .bio-group .multi-cards .card h2 {
    font-size: 18px; }
  #bio-list .bio-group .multi-cards .card img {
    padding: 10px 0 10px 0;
    width: calc(100% - 20px);
    height: auto;
    margin: auto;
    text-align: center; } }
@media (max-width: 580px) {
  .mobile-rep .mobile-inner .mobile-left h2 {
    font-size: 20px; }
  .mobile-rep .mobile-inner .mobile-left h3 {
    font-size: 16px;
    margin-bottom: 0; }
  .mobile-rep .mobile-inner .mobile-left .stage-address {
    font-size: 12px; }
  .mobile-rep .mobile-inner .mobile-left img {
    display: none; }
  .mobile-rep .mobile-inner .mobile-center .spectacle-title {
    font-size: 16px;
    line-height: 1.2; }
  .mobile-rep .mobile-inner .mobile-center h3 a {
    font-size: 14px; }
  .mobile-rep .btn-white {
    padding: 10px 10px 10px 10px;
    width: 85px; }

  .slider1 .carousel-indicators {
    bottom: 15px;
    justify-content: center;
    margin: auto; }

  .browse {
    margin-top: 15px; }

  .bip h2 a {
    line-height: 1.2; }

  #accordion-order h2,
  #accordion h2 {
    font-size: 14px;
    white-space: normal;
    line-height: 1.2; }

  .whole-menu .menu-top #font-setting-buttons .btn-group.font-switch button {
    margin: 0 0 0 0; }
  .whole-menu .menu-top #font-setting-buttons .btn-group .btn.btn-accessibility {
    padding: 0 5px 0 5px;
    margin-left: 5px; }
  .whole-menu .menu-top .languages .dropdown-toggle {
    padding: 2px 5px 2px 5px; }

  .spectacles .card-content .multi-cards .feature2 .wrap-feature2-box {
    width: 48%; }
    .spectacles .card-content .multi-cards .feature2 .wrap-feature2-box .card.bg-ver {
      height: 67vw; }

  .card-content .nav-pills .nav-item {
    width: 100%; }
    .card-content .nav-pills .nav-item a {
      padding: 15px 20px 15px 20px; }

  .spectacle-group .card-content .nav-pills .nav-item {
    width: 100%; }

  .newsletter-inner {
    width: 400px; }
    .newsletter-inner .form-actions {
      margin-top: 0; }
    .newsletter-inner input[type=text] {
      margin-bottom: 10px; }

  #bio-list .bio-group .multi-cards .actors .wrap-feature2-box {
    width: 100%; } }
@media (max-width: 540px) {
  .breadcrumb {
    display: none; } }
@media (max-width: 480px) {
  .extra-form .btn {
    font-size: 14px;
    white-space: inherit; }

  .spectacles .card-content .nav-pills .btn {
    margin: auto;
    text-align: center;
    display: flex;
    justify-content: center; }

  .slider1 .carousel-item {
    height: 235px; }

  h1 {
    line-height: 1.2; }

  .simple-header {
    padding-bottom: 25px;
    padding-top: 25px; }

  .upcoming .inner .upcoming-content {
    width: 100%; }

  .breadcrumb {
    display: none; }

  #font-setting-buttons label {
    display: none; }

  .spectacle-page .buttons {
    display: block;
    text-align: center; }
    .spectacle-page .buttons .btn-red {
      margin-right: 0;
      margin-bottom: 20px;
      display: block; }
    .spectacle-page .buttons .btn-white {
      display: block; }

  .main-page-spectacles .card-content .nav-pills {
    display: block; }
    .main-page-spectacles .card-content .nav-pills .nav-item {
      width: 100%; }

  .newsletter-inner {
    width: 100%; }

  .whole-menu .menu-top #font-setting-buttons .btn-group.font-switch {
    margin-left: 10px; }
    .whole-menu .menu-top #font-setting-buttons .btn-group.font-switch .decrease-me {
      font-size: 12px;
      line-height: 10px; }
    .whole-menu .menu-top #font-setting-buttons .btn-group.font-switch .reset-me {
      font-size: 14px;
      line-height: 12px; }
    .whole-menu .menu-top #font-setting-buttons .btn-group.font-switch .increase-me {
      font-size: 18px;
      line-height: 16px; }
  .whole-menu .menu-top #font-setting-buttons .btn-group .btn.btn-accessibility {
    margin-left: 5px; }

  .mobile .menuMobile .openBtn {
    top: 15px; }
  .mobile .menuMobile ul li a {
    padding: 10px 15px 10px 15px; }

  .card-content .multi-cards .feature2 {
    display: block; }

  #repertuar-list .main-image .container .simple-header, #repertuar-list2 .main-image .container .simple-header {
    display: block;
    padding: 15px 15px 15px 15px; }
    #repertuar-list .main-image .container .simple-header h1, #repertuar-list2 .main-image .container .simple-header h1 {
      text-align: center;
      margin-bottom: 10px; }
    #repertuar-list .main-image .container .simple-header input, #repertuar-list2 .main-image .container .simple-header input {
      font-size: 14px;
      padding: 10px 10px 10px 10px;
      margin-top: 0; }
    #repertuar-list .main-image .container .simple-header .print-button, #repertuar-list2 .main-image .container .simple-header .print-button {
      padding: 10px 20px;
      margin-top: 5px;
      margin-bottom: 5px; } }
@media (max-width: 414px) {
  #repertuar-list2 .main-card {
    border-bottom: 1px solid #000; }

  .mobile-rep .mobile-inner {
    flex-wrap: wrap; }
    .mobile-rep .mobile-inner .mobile-left {
      width: 125px; }
    .mobile-rep .mobile-inner .mobile-center {
      border-left: 1px solid rgba(255, 255, 255, 0.15);
      width: calc(100% - 126px); }
    .mobile-rep .mobile-inner .inner-align {
      justify-content: space-around; }
  .mobile-rep .btn-white {
    border-bottom: 0;
    display: block;
    margin-top: 5px;
    width: 100%; }
    .mobile-rep .btn-white.phone-btn {
      display: block; }
    .mobile-rep .btn-white.tablet-btn {
      display: none; } }
@media (max-width: 375px) {
  .spectacles .card-content .multi-cards .feature2 .wrap-feature2-box {
    width: 100%; }
    .spectacles .card-content .multi-cards .feature2 .wrap-feature2-box .card.bg-ver {
      height: 370px; }

  .main-page-spectacles .card-content .nav-pills .btn {
    width: 90%; }

  .contact .top #newsletter .control-group {
    width: 100%;
    margin-bottom: 15px; }
    .contact .top #newsletter .control-group input {
      width: 100%; } }

/*# sourceMappingURL=yourstyle.css.map */
