.btn-icon input { display: none }

.page-on-scroll .page-header {
  background: none;
  transition-duration: 100ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.page-header {
    padding: 0;
    margin: 0px !important;
    border-bottom: none !important;
}
.page-header .navbar {
    border-radius: 0;
    margin-bottom: 0;
    background: transparent;
    transition-duration: 100ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
    background: none;
}
h1 + .well.light { margin-top: 20px; }
.well.light .btn-brd-primary {margin-bottom: 10px;display: inline-block;}
.well.light select {width: 500px;margin-bottom: 10px;}

.page-header .navbar-toggle {
  border: none;
  margin: 25px 15px 25px 0;
}
.page-header .navbar-toggle .icon-bar {
  background: #3f5263;
}
.venue-sidebar .full-width { margin-bottom: 15px }
.page-header .navbar-brand {
  height: 82px;
  max-height: 82px;
  line-height: 50px;
  margin-top: 10px;
  display: inline-block;
  vertical-align: middle;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.page-header .navbar-brand img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.page-header .navbar-nav li {
    padding: 25px 1px;
    line-height: 20px;
    background: none;
    position: static;
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.page-header .navbar-nav ul li {
    padding: 25px 1px;
    line-height: 20px;
    background: #0b151f;
    position: static;
    border-top: 1px solid white;
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.page-header .navbar-nav li > a {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    border-bottom: 1px solid rgb(255, 255, 255);
    text-transform: uppercase;
    color: #fff;
}
.page-header .navbar-nav li.active > a, .page-header .navbar-nav li > a:hover {
    border-bottom: 1px solid #e80069;
}
.page-header .navbar-nav li > a:focus,
.page-header .navbar-nav li > a:hover {
  background: inherit;
}

/* Responsive code for max-width: 991px */
@media (max-width: 991px) {
  /* 991px */
  .page-header .navbar-header {
    float: none;
  }
  .page-header .navbar-toggle {
    display: block;
  }
  .page-header .navbar-collapse.collapse {
    display: none !important;
  }
  .page-header .navbar-collapse.collapse.in {
    display: block !important;
    overflow-y: auto !important;
  }
  .page-header .navbar-nav {
    margin: 0;
    float: none !important;
  }
  .page-header .navbar-nav > li {
    float: none;
  }
}
/* Stylesheet design for under max-width: 991px */
@media (max-width: 991px) {
  /* 991px */
  body {
    padding-top: 80px;
  }

  .page-header {
    background: #fff;
    /* Navbar Brand */
  }
  .page-header .navbar-fixed-top {
    background: #fff;
  }
  .page-header .navbar-fixed-top .navbar-collapse {
    max-height: 100%;
    /* Navbar */
  }
  .page-header .navbar-fixed-top .navbar-collapse .navbar-nav li {
    padding: 0;
    float: none;
  }
  .page-header .navbar-fixed-top .navbar-collapse .navbar-nav li > a {
    font-weight: 700;
    color: #3f5263;
  }
  .page-header .navbar-fixed-top .navbar-collapse .navbar-nav li.active > a,
  .page-header .navbar-fixed-top .navbar-collapse .navbar-nav li > a:hover {
    color: #bf5757;
  }
  .page-header img.logo-default {
    display: none;
  }
}
/* Stylesheet design for above 992px */
@media (min-width: 992px) {
  /* 992px */
  .page-header {
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(11, 21, 31, 0.85);
    height: auto;
    z-index: 9999;
    position: absolute;
    /* Navbar Brand */
    /* Navbar Nav */
  }
  .page-header .navbar-brand img.logo-scroll {
    display: none;
  }
  .page-header .navbar-nav {
    float: right;
  }
  .page-header .navbar-nav li > a {
    padding: 5px 6px;
    margin-left: 15px;
    transition: all 0.3s;
}
}
/* Stylesheet design on Scroll (Fixed Header) 992px */
@media (min-width: 992px) {
  /* 992px */
  .page-on-scroll .account-bar {
    display: block;
    position: fixed
  }
  .page-on-scroll .page-header .navbar-brand {
    height: 70px;
    max-height: 70px;
    line-height: 49px;
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  }
  .page-on-scroll .page-header .navbar-brand img.logo-scroll {
    display: block;
  }
  .page-on-scroll .page-header .navbar-brand img.logo-default {
    display: none;
  }
  .page-on-scroll .page-header .navbar-nav li {
    padding: 19px 1px;
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  }
  .page-on-scroll .page-header .navbar-nav li > a {
    color: #3f5263;
  }
.page-on-scroll .page-header .navbar-nav li.active > a, .page-on-scroll .page-header .navbar-nav li.active > a, .page-on-scroll .page-header .navbar-nav li > a:hover {
    border: 1px solid red;
    color: red;
}
}
/*--------------------------------------------------
  [PAGE CONTENT]
----------------------------------------------------*/
/* Body */
a:focus {
  outline: none;
}

.page-header-fixed {
  margin-top: 0;
}

/* go2top */
.go2top, .go2top:focus {
    right: 10px;
    bottom: 10px;
    width: 40px;
    line-height: 37px !important;
    height: 40px;
    z-index: 9999;
    font-size: 20px !important;
    position: fixed;
    text-align: center;
    padding: 0;
    background: transparent;
    color: #3f5263;
    border: solid 1px #3f5263;
    cursor: pointer;
}
.go2top:hover,
.go2top:focus:hover {
  color: #fff;
  background: #3f5263;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/*--------------------------------------------------
  [FORM CONTROL]
----------------------------------------------------*/
/* Set displays an element as in inline0level flex container */
.form-wrap {
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
}

.form-wrap-group {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

/* Focus stylesheet effect for 'input' */
.form-control {
  color: #000000 !important;
  font-size: 17px !important;
  font-weight: 300 !important;
  min-width: 100px !important;
  min-height: 25px !important;
  border-radius: 0 ;
  box-shadow: none;
  border-color: #DEDEDE !important ;
  background: transparent !important;
}
.form-control:-moz-placeholder {
  color: #516473;
}
.form-control::-moz-placeholder {
  color: #516473;
}
.form-control:-ms-input-placeholder {
  color: #516473;
}
.form-control::-webkit-input-placeholder {
  color: #516473;
}
.form-control:focus {
  box-shadow: none;
  border-color: #3b4e5f;
}

/* Media Queries */
@media (max-width: 768px) {
  .form-wrap,
  .form-wrap-group {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .form-wrap .form-control,
  .form-wrap-group .form-control {
    margin-bottom: 10px;
  }

  .btn-red {
    width: 100%;
    display: block;
  }
}
@media (min-width: 768px) {
  .border-left-transparent .form-control {
    border-left: transparent;
  }

  .border-top-transparent.form-control {
    border-top: transparent;
  }
}
/* No Space Row */
.no-space-row {
  padding: 0 30px;
}

.no-space-row [class^="col-"],
.no-space-row [class*="col-"] {
  padding: 0;
}

@media (max-width: 767px) {
  .no-space-row [class^="col-"],
  .no-space-row [class*="col-"] {
    padding: 0 15px;
  }
}
/*--------------------------------------------------
  [BUTTONS]
----------------------------------------------------*/
/* Button Bordered */
.btn-brd-primary white {
  display: inline-block;
  font-weight: 600;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  padding: 9px 15px;
  font-size: 14px;
  background: transparent;
  line-height: 1.5;
  border-radius: 0;
  border: 2px solid #fff !important;
  transition-duration: 100ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.btn-brd-primary white:focus, .btn-brd-primary white:active:focus, .btn-brd-primary white.active:focus {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-brd-primary white:hover, .btn-brd-primary white:focus {
  text-decoration: none;
  color: #3f5263;
  background: #fff;
  border-color: #fff;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.btn-brd-primary white.btn-lg {
  display: inline-block;
  font-weight: 600;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  padding: 12px 20px;
  font-size: 18px;
  background: transparent;
  line-height: 1.4;
  border-radius: 0;
  border: 2px solid #fff !important;
  transition-duration: 100ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.btn-brd-primary white.btn-lg:focus, .btn-brd-primary white.btn-lg:active:focus, .btn-brd-primary white.btn-lg.active:focus {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-brd-primary white.btn-lg:hover, .btn-brd-primary white.btn-lg:focus {
  text-decoration: none;
  color: #3f5263;
  background: #fff;
  border-color: #fff;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.btn-brd-primary white.btn-md {
  display: inline-block;
  font-weight: 600;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  padding: 14px;
  font-size: 15px;
  background: transparent;
  line-height: 1.35;
  border-radius: 0;
  border: 2px solid #fff !important;
  transition-duration: 100ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.btn-brd-primary white.btn-md:focus, .btn-brd-primary white.btn-md:active:focus, .btn-brd-primary white.btn-md.active:focus {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-brd-primary white.btn-md:hover, .btn-brd-primary white.btn-md:focus {
  text-decoration: none;
  color: #3f5263;
  background: #fff;
  border-color: #fff;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.btn-brd-primary white.btn-sm {
  display: inline-block;
  font-weight: 600;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  padding: 9px 12px;
  font-size: 13px;
  background: transparent;
  line-height: 1.3;
  border-radius: 0;
  border: 2px solid #fff !important;
  transition-duration: 100ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.btn-brd-primary white.btn-sm:focus, .btn-brd-primary white.btn-sm:active:focus, .btn-brd-primary white.btn-sm.active:focus {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-brd-primary white.btn-sm:hover, .btn-brd-white.btn-sm:focus {
  text-decoration: none;
  color: #3f5263;
  background: #fff;
  border-color: #fff;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/* Button Bordered Primary */
.btn-brd-primary {
    display: inline-block;
    font-weight: 500;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    letter-spacing: 0.6px;
    color: #FFFFFF;
    padding: 7px 15px;
    font-size: 14px;
    background: #00202D;
    line-height: 1.4;
    border-radius: 0;
    transition-duration: 100ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.btn-brd-primary:focus, .btn-brd-primary:active:focus, .btn-brd-primary.active:focus {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-brd-primary:hover, .btn-brd-primary:focus {
  text-decoration: none;
  color: #fff;
  background: none;
  border-color: #3f5263;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.btn-brd-primary.btn-lg {
  display: inline-block;
  font-weight: 600;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #3f5263;
  padding: 12px 20px;
  font-size: 18px;
  background: transparent;
  line-height: 1.4;
  border-radius: 0;
  border: 2px solid #3f5263 !important;
  transition-duration: 100ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.btn-brd-primary.btn-lg:focus, .btn-brd-primary.btn-lg:active:focus, .btn-brd-primary.btn-lg.active:focus {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-brd-primary.btn-lg:hover, .btn-brd-primary.btn-lg:focus {
  text-decoration: none;
  color: #fff;
  background: #3f5263;
  border-color: #3f5263;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.btn-brd-primary.btn-md {
  display: inline-block;
  font-weight: 600;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #3f5263;
  padding: 14px;
  font-size: 15px;
  background: transparent;
  line-height: 1.35;
  border-radius: 0;
  border: 2px solid #3f5263 !important;
  transition-duration: 100ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.btn-brd-primary.btn-md:focus, .btn-brd-primary.btn-md:active:focus, .btn-brd-primary.btn-md.active:focus {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-brd-primary.btn-md:hover, .btn-brd-primary.btn-md:focus {
  text-decoration: none;
  color: #fff;
  background: #3f5263;
  border-color: #3f5263;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.btn-brd-primary.btn-sm {
  display: inline-block;
  font-weight: 600;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #3f5263;
  padding: 9px 12px;
  font-size: 13px;
  background: transparent;
  line-height: 1.3;
  border-radius: 0;
  border: 2px solid #3f5263 !important;
  transition-duration: 100ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.btn-brd-primary.btn-sm:focus, .btn-brd-primary.btn-sm:active:focus, .btn-brd-primary.btn-sm.active:focus {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-brd-primary.btn-sm:hover, .btn-brd-primary.btn-sm:focus {
  text-decoration: none;
  color: #fff;
  background: #3f5263;
  border-color: #3f5263;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/* Button Danger */
.btn-danger {
  display: inline-block;
  font-weight: 600;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  padding: 9px 15px;
  font-size: 14px;
  background: #d15d5d;
  line-height: 1.4;
  border-radius: 0;
  border: 2px solid #d15d5d !important;
  transition-duration: 100ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-danger:hover, .btn-danger:focus {
  text-decoration: none;
  color: #fff;
  background: #bf5757;
  border-color: #d15d5d;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.btn-danger.btn-lg {
  display: inline-block;
  font-weight: 600;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  padding: 12px 20px;
  font-size: 18px;
  background: #d15d5d;
  line-height: 1.4;
  border-radius: 0;
  border: 2px solid #d15d5d !important;
  transition-duration: 100ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.btn-danger.btn-lg:focus, .btn-danger.btn-lg:active:focus, .btn-danger.btn-lg.active:focus {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-danger.btn-lg:hover, .btn-danger.btn-lg:focus {
  text-decoration: none;
  color: #fff;
  background: #bf5757;
  border-color: #d15d5d;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.btn-danger.btn-md {
  display: inline-block;
  font-weight: 600;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  padding: 13px;
  font-size: 15px;
  background: #d15d5d;
  line-height: 1.35;
  border-radius: 0;
  border: 2px solid #d15d5d !important;
  transition-duration: 100ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.btn-danger.btn-md:focus, .btn-danger.btn-md:active:focus, .btn-danger.btn-md.active:focus {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-danger.btn-md:hover, .btn-danger.btn-md:focus {
  text-decoration: none;
  color: #fff;
  background: #bf5757;
  border-color: #d15d5d;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.btn-danger.btn-sm {
  display: inline-block;
  font-weight: 600;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  padding: 9px 12px;
  font-size: 13px;
  background: #d15d5d;
  line-height: 1.3;
  border-radius: 0;
  border: 2px solid #d15d5d !important;
  transition-duration: 100ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.btn-danger.btn-sm:focus, .btn-danger.btn-sm:active:focus, .btn-danger.btn-sm.active:focus {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-danger.btn-sm:hover, .btn-danger.btn-sm:focus {
  text-decoration: none;
  color: #fff;
  background: #bf5757;
  border-color: #d15d5d;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/* Button Bordered Danger */
.btn-brd-danger {
  display: inline-block;
  font-weight: 600;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #d15d5d;
  padding: 9px 15px;
  font-size: 14px;
  background: transparent;
  line-height: 1.4;
  border-radius: 0;
  border: 2px solid #d15d5d !important;
  transition-duration: 100ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.btn-brd-danger:focus, .btn-brd-danger:active:focus, .btn-brd-danger.active:focus {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-brd-danger:hover, .btn-brd-danger:focus {
  text-decoration: none;
  color: #fff;
  background: #d15d5d;
  border-color: #d15d5d;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.btn-brd-danger.btn-lg {
  display: inline-block;
  font-weight: 600;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #d15d5d;
  padding: 12px 20px;
  font-size: 18px;
  background: transparent;
  line-height: 1.4;
  border-radius: 0;
  border: 2px solid #d15d5d !important;
  transition-duration: 100ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.btn-brd-danger.btn-lg:focus, .btn-brd-danger.btn-lg:active:focus, .btn-brd-danger.btn-lg.active:focus {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-brd-danger.btn-lg:hover, .btn-brd-danger.btn-lg:focus {
  text-decoration: none;
  color: #fff;
  background: #d15d5d;
  border-color: #d15d5d;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.btn-brd-danger.btn-md {
  display: inline-block;
  font-weight: 600;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #d15d5d;
  padding: 14px;
  font-size: 15px;
  background: transparent;
  line-height: 1.35;
  border-radius: 0;
  border: 2px solid #d15d5d !important;
  transition-duration: 100ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.btn-brd-danger.btn-md:focus, .btn-brd-danger.btn-md:active:focus, .btn-brd-danger.btn-md.active:focus {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-brd-danger.btn-md:hover, .btn-brd-danger.btn-md:focus {
  text-decoration: none;
  color: #fff;
  background: #d15d5d;
  border-color: #d15d5d;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.btn-brd-danger.btn-sm {
  display: inline-block;
  font-weight: 600;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #d15d5d;
  padding: 9px 12px;
  font-size: 13px;
  background: transparent;
  line-height: 1.3;
  border-radius: 0;
  border: 2px solid #d15d5d !important;
  transition-duration: 100ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.btn-brd-danger.btn-sm:focus, .btn-brd-danger.btn-sm:active:focus, .btn-brd-danger.btn-sm.active:focus {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-brd-danger.btn-sm:hover, .btn-brd-danger.btn-sm:focus {
  text-decoration: none;
  color: #fff;
  background: #d15d5d;
  border-color: #d15d5d;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/*--------------------------------------------------
  [SPACES]
----------------------------------------------------*/
/* 'margin-bottom' Space */
.margin-bottom-5 {
  margin-bottom: 5px !important;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.margin-bottom-15 {
  margin-bottom: 15px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-bottom-25 {
  margin-bottom: 25px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-bottom-35 {
  margin-bottom: 35px !important;
}

.margin-bottom-40 {
  margin-bottom: 40px !important;
}

.margin-bottom-45 {
  margin-bottom: 45px !important;
}

.margin-bottom-50 {
  margin-bottom: 50px !important;
}

.margin-bottom-55 {
  margin-bottom: 55px !important;
}

.margin-bottom-60 {
  margin-bottom: 60px !important;
}

.margin-bottom-65 {
  margin-bottom: 65px !important;
}

.margin-bottom-70 {
  margin-bottom: 70px !important;
}

.margin-bottom-75 {
  margin-bottom: 75px !important;
}

.margin-bottom-80 {
  margin-bottom: 80px !important;
}

.margin-bottom-85 {
  margin-bottom: 85px !important;
}

.margin-bottom-90 {
  margin-bottom: 90px !important;
}

.margin-bottom-95 {
  margin-bottom: 95px !important;
}

.margin-bottom-100 {
  margin-bottom: 100px !important;
}

/* 'margin-bottom' Space for tablet view */
@media (max-width: 992px) {
  .md-margin-bottom-5 {
    margin-bottom: 5px !important;
  }

  .md-margin-bottom-10 {
    margin-bottom: 10px !important;
  }

  .md-margin-bottom-15 {
    margin-bottom: 15px !important;
  }

  .md-margin-bottom-20 {
    margin-bottom: 20px !important;
  }

  .md-margin-bottom-25 {
    margin-bottom: 25px !important;
  }

  .md-margin-bottom-30 {
    margin-bottom: 30px !important;
  }

  .md-margin-bottom-35 {
    margin-bottom: 35px !important;
  }

  .md-margin-bottom-40 {
    margin-bottom: 40px !important;
  }

  .md-margin-bottom-45 {
    margin-bottom: 45px !important;
  }

  .md-margin-bottom-50 {
    margin-bottom: 50px !important;
  }

  .md-margin-bottom-55 {
    margin-bottom: 55px !important;
  }

  .md-margin-bottom-60 {
    margin-bottom: 60px !important;
  }

  .md-margin-bottom-65 {
    margin-bottom: 65px !important;
  }

  .md-margin-bottom-70 {
    margin-bottom: 70px !important;
  }

  .md-margin-bottom-75 {
    margin-bottom: 75px !important;
  }

  .md-margin-bottom-80 {
    margin-bottom: 80px !important;
  }

  .md-margin-bottom-85 {
    margin-bottom: 85px !important;
  }

  .md-margin-bottom-90 {
    margin-bottom: 90px !important;
  }

  .md-margin-bottom-95 {
    margin-bottom: 95px !important;
  }

  .md-margin-bottom-100 {
    margin-bottom: 100px !important;
  }
}
/* 'margin-bottom' Space for mobile view */
@media (max-width: 768px) {
  .sm-margin-bottom-5 {
    margin-bottom: 5px !important;
  }

  .sm-margin-bottom-10 {
    margin-bottom: 10px !important;
  }

  .sm-margin-bottom-15 {
    margin-bottom: 15px !important;
  }

  .sm-margin-bottom-20 {
    margin-bottom: 20px !important;
  }

  .sm-margin-bottom-25 {
    margin-bottom: 25px !important;
  }

  .sm-margin-bottom-30 {
    margin-bottom: 30px !important;
  }

  .sm-margin-bottom-35 {
    margin-bottom: 35px !important;
  }

  .sm-margin-bottom-40 {
    margin-bottom: 40px !important;
  }

  .sm-margin-bottom-45 {
    margin-bottom: 45px !important;
  }

  .sm-margin-bottom-50 {
    margin-bottom: 50px !important;
  }

  .sm-margin-bottom-55 {
    margin-bottom: 55px !important;
  }

  .sm-margin-bottom-60 {
    margin-bottom: 60px !important;
  }

  .sm-margin-bottom-65 {
    margin-bottom: 65px !important;
  }

  .sm-margin-bottom-70 {
    margin-bottom: 70px !important;
  }

  .sm-margin-bottom-75 {
    margin-bottom: 75px !important;
  }

  .sm-margin-bottom-80 {
    margin-bottom: 80px !important;
  }

  .sm-margin-bottom-85 {
    margin-bottom: 85px !important;
  }

  .sm-margin-bottom-90 {
    margin-bottom: 90px !important;
  }

  .sm-margin-bottom-95 {
    margin-bottom: 95px !important;
  }

  .sm-margin-bottom-100 {
    margin-bottom: 100px !important;
  }
}
/*--------------------------------------------------
  [HEADING]
----------------------------------------------------*/
.heading {
  z-index: 1;
  position: relative;
  text-align: center;
  margin-bottom: 35px;
}
.heading:after {
    left: 50%;
    height: 1px;
    width: 100px;
    content: " ";
    bottom: -13px;
    margin-left: -50px;
    position: absolute;
    background: #a6aaad;
}
.heading h2 {
    font-size: 40px;
    font-weight: 600;
    margin: 0 0 20px;
    color: #4b5661;
}
.heading p {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #8693a7;
}

.heading-light {
  z-index: 1;
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}
.heading-light:after {
    left: 50%;
    height: 1px;
    width: 100px;
    content: " ";
    bottom: -10px;
    margin-left: -50px;
    position: absolute;
    background: white;
}
.heading-light h2 {
  font-size: 40px;
  font-weight: 600;
  margin: 0 0 20px;
  color: #fff;
}
.heading-light p {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #8693a7;
}

.heading-blue {
    background: rgba(245, 245, 245, 1);
    z-index: 1;
    position: relative;
    text-align: center;
    margin-bottom: 0px;
    padding: 35px 0px 25px;
}

.full-width-cont { width: 100%;
    padding: 0px; }

.heading-blue h2 {
    font-size: 40px;
    font-weight: 500;
    margin: 0 0 5px !important;
    color: #4b5661;
}

.heading-blue h2 i { font-size: 40px !important;
    margin-right: -5px;  }
.heading-blue p {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.3px;
    text-transform: initial;
    color: #47515a;
}

/*--------------------------------------------------
  [HEADING LEFT]
----------------------------------------------------*/
.heading-left {
  z-index: 1;
  margin-bottom: 30px;
}
.heading-left h2 {
  font-size: 30px;
  margin: 0 0 20px;
  color: #3f5263;
  text-transform: capitalize;
}
.heading-left p {
  color: #8693a7;
  font-size: 16px;
  letter-spacing: 0.5px;
}

.heading-left-light {
  z-index: 1;
  margin-bottom: 30px;
}
.heading-left-light h2 {
  font-size: 30px;
  margin: 0 0 20px;
  color: #fff;
  text-transform: capitalize;
}
.heading-left-light p {
  color: #8693a7;
  font-size: 16px;
  letter-spacing: 0.5px;
}

/*--------------------------------------------------
  [SUBSCRIBE]
----------------------------------------------------*/
.subscribe {
  padding: 42px 0;
  background: #2c3a46;
  /* Subscribe Wrapper */
  /* Input Field */
}
.subscribe .subscribe-wrap {
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
}
.subscribe .subscribe-body {
  clear: both;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.subscribe .subscribe-desc {
  padding-right: 20px;
}
.subscribe .subscribe-desc h1 {
  font-size: 30px;
  margin: 0 0 10px;
  letter-spacing: 2px;
  color: #fff;
}
.subscribe .subscribe-desc p {
  color: #5d7283;
  font-size: 19px;
  font-weight: 300;
  margin-bottom: 0;
}
.subscribe .input-field {
  float: right;
}

@media (max-width: 768px) {
  .subscribe {
    padding: 30px 0;
  }
  .subscribe .subscribe-wrap,
  .subscribe .subscribe-body {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .subscribe .input-field {
    float: none;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .subscribe .input-field .form-control {
    min-height: 40px;
  }
  .subscribe .input-field .btn-danger.btn-md {
    font-size: 14px;
    padding: 10px;
  }
  .subscribe .subscribe-desc h1 {
    font-size: 25px;
    letter-spacing: 2px;
  }
  .subscribe .subscribe-desc p {
    font-size: 16px;
  }
}
/*--------------------------------------------------
  [SERVICES]
----------------------------------------------------*/
.service-bg {
  padding-top: 130px;
  padding-bottom: 80px;
}
.service-bg .services {
  margin: 0 auto;
  text-align: center;
}
.service-bg .services h2 {
  font-size: 23px;
  margin: 0 0 10px;
  line-height: 1.4;
  text-transform: capitalize;
  color: #3f5263;
}
.service-bg .services p {
  font-size: 16px;
  color: #8693a7;
}
.service-bg .services .services-wrap {
  width: 100px;
  height: 100px;
  display: table;
  text-align: center;
  position: relative;
  margin: 0 auto 70px;
  vertical-align: middle;
}
.service-bg .services .services-wrap:before {
  top: -40px;
  left: -40px;
  right: -40px;
  bottom: -40px;
  content: " ";
  border-radius: 50%;
  position: absolute;
  border: 1px solid #e8ecf1;
}
.service-bg .services .services-wrap img {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  text-align: center;
}
.service-bg .services .service-body {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

/*--------------------------------------------------
  [FEATURES]
----------------------------------------------------*/
.features-bg {
  padding: 100px 0 100px 0;
  background: #f7fafd;
}
.features-bg .features {
  overflow: hidden;
}
.features-bg .features img {
  width: 300px;
  height: auto;
  float: left;
  margin-right: 15px;
}
.features-bg .features .features-in {
  overflow: hidden;
}
.features-bg .features .features-in h3 {
  font-size: 23px;
  font-weight: 500;
  text-transform: capitalize;
}
.features-bg .features .features-in h3 a {
  color: #3f5263;
}
.features-bg .features .features-in h3 a:hover {
  color: #bf5757;
  text-decoration: none;
}
.features-bg .features .features-in p {
  color: #8693a7;
}

@media (max-width: 480px) {
  .features-bg .features img {
    width: 100%;
    float: none;
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
  }
}
/*--------------------------------------------------
  [TEAM]
----------------------------------------------------*/
.team-bg {
    z-index: 1;
    height: auto;
    margin-top: 0px;
    border-top: 10px solid #dde0e2;
    box-shadow: inset 0px 2px 4px rgba(0,0,0,0.2);
    overflow: hidden;
    padding: 40px 0 30px 0;
    background: #0b151f;
    background-size: cover;
    background-position: center center;
}
.team-bg .team-members {
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  margin-bottom: 35px;
}
.team-bg .team-members:hover .team-avatar {
    padding: 10px;
    border: 0px solid white;
}

.team-bg .team-members .team-avatar {
    position: relative;
    padding: 15px;
    border: 1px solid rgba(255,255,255,1);
    transition: all 0.3s;
    border-radius: 300px !important;
}
.team-bg .team-members .team-avatar:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 200px;
    content: " ";
    position: absolute;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.team-bg .team-members .team-avatar img {
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    border-radius: 200px !important;
}
.team-bg .team-members .team-desc {
  left: auto;
  top: 90px;
  width: 100%;
  padding: 0 20px;
  position: absolute;
  opacity: 0;
  color: #fff;
  -webkit-transform: translate3d(0, 10%, 0);
  transform: translate3d(0, 10%, 0);
  transition: all 0.3s;
}
.team-bg .team-members .team-desc .team-details {
    float: none;
}
.team-bg .team-members .team-desc .team-details h4 {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 10px;
  color: #fff;
}
.team-bg .team-members .team-desc .team-details span {
  display: block;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}
.team-bg .team-members .team-desc .team-socials {
    bottom: 0;
    margin: 0;
    padding: 0;
    text-align: center;
    list-style: none;
}
team-desc { text-align:center !important }
.team-bg .team-members .team-desc .team-socials li {
    padding: 0 1px;
    margin-bottom: 10px;
    display: inline-block;
}
.team-bg .team-members .team-desc .team-socials li a {
  text-decoration: none;
}
.team-bg .team-members .team-desc .team-socials li a i {
  font-size: 20px;
  color: #fff;
}
.team-bg .team-members .team-desc .team-socials li a i:hover {
  color: #ffb0d4;
}
.team-bg .team-members:hover .team-avatar:after {
        background: rgba(232, 0, 105, 0.75);
        transition-duration: 300ms;
        transition-property: all;
}
.team-bg .team-members:hover .team-desc {
  -webkit-transform: translate3d(0, -5%, 0);
  transform: translate3d(0, -5%, 0);
  -webkit-transform: translate3d(0, -10%, 0);
  transform: translate3d(0, -10%, 0);
}
.team-bg .team-members:hover .team-desc {
  opacity: 1;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.team-bg .team-about {
  padding: 30px;
  background: rgba(129, 129, 129, 0.1);
}
.team-bg .team-about h3 {
  color: #d4d9de;
  font-size: 20px;
  margin: 0 0 10px;
  text-transform: capitalize;
}
.team-bg .team-about p {
  color: #8693a7;
}

/* Stylesheet design for above 992px */
@media (min-width: 992px) {
  /* 992px */
  .team-about {
    min-height: 495px;
  }
}
/*--------------------------------------------------
  [CLIENTS]
----------------------------------------------------*/
.clients {
  /* Clients Quotes */
}
.clients .clients-bg {
    padding-top: 0px;
    background: white;
    border-top: 10px solid rgb(221, 224, 226);
}
.clients .clients-bg .owl-carousel {
  text-align: center;    margin-bottom: 0px;
}
.clients .clients-bg .owl-carousel .item {
  cursor: pointer;
}
.clients .clients-bg .owl-carousel .item img {
  display: block;
  text-align: center;
  width: 180px !important;
  height: auto;
  margin: 0 auto 40px;
  opacity: 1;
}
.clients .clients-bg .owl-carousel .item:hover img {
  opacity: 1;
}
.clients .clients-bg .owl-carousel .active.center .item img {
  opacity: 1;
}
.clients .clients-quotes {
  text-align: center;
  position: relative;
  background: #f7fafd;
  padding: 30px 0 70px;
}
.clients .clients-quotes:before {
    top: -15px;
    left: 50%;
    width: 0;
    height: 0;
    z-index: 1035;
    content: " ";
    position: absolute;
    margin-left: -30px;
    border-style: solid;
    border-width: 30px 30px 0 30px;
    border-color: #dde0e2 transparent transparent transparent;
}
.clients .clients-quotes .client-quote {
  display: none;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.clients .clients-quotes .client-quote.active {
  display: block;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.clients .clients-quotes .client-quote p {
    padding: 0 20%;
    font-size: 17px;
    margin-bottom: 5px;
    margin-top: 5px;
    color: #47515a;
}
.clients .clients-quotes .client-quote h4 {
    color: #00202D;
    font-size: 30px;
    font-weight: 500;
    margin: 0 0 10px;
}
.clients .clients-quotes .client-quote span {
    font-size: 16px;
    font-weight: 500;
    text-transform: initial;
    color: #191e23;
    letter-spacing: 0.5px;
}

/*--------------------------------------------------
  [PORTFOLIO]
----------------------------------------------------*/
.portfolio {
  padding: 100px 0 100px 0;
}

/*--------------------------------------------------
  [PRICING]
----------------------------------------------------*/
.pricing-bg {
  padding: 100px 0 100px 0;
  background: #f7fafd;
  /* Prcing Red */
}
.pricing-bg .pricing {
  padding: 50px;
  text-align: center;
  border: 2px solid #aebcc7;
}
.pricing-bg .pricing img {
  width: 60px;
  height: auto;
  margin-bottom: 30px;
}
.pricing-bg .pricing h4 {
  font-size: 27px;
  margin: 0 0 15px;
  color: #3f5263;
}
.pricing-bg .pricing span {
  display: block;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #3f5263;
}
.pricing-bg .pricing .pricing-features {
  padding: 0;
  margin: 35px 0;
  list-style: none;
}
.pricing-bg .pricing .pricing-features li {
  padding: 3px 0;
  font-size: 16px;
  text-transform: capitalize;
  color: #8693a7;
}
.pricing-bg .pricing-red {
  border: none;
  padding: 80px 0;
  background: #d15d5d;
}
.pricing-bg .pricing-red h4,
.pricing-bg .pricing-red span {
  color: #fff;
}
.pricing-bg .pricing-red .pricing-features li {
  color: #f7a0a0;
}

/* Stylesheet design for above 992px */
@media (min-width: 992px) {
  /* 992px */
  /* Prcing Red */
  .pricing {
    margin-top: 0px;
  }

  .pricing-red {
    margin-top: 20px;
  }

  .pricing.no-right-brd {
    border-right: none;
  }

  .pricing.no-left-brd {
    border-left: none;
  }
}
/*--------------------------------------------------
  [FOOTER]
----------------------------------------------------*/
.footer {
  background: #0b151f;
  padding: 75px 0 75px 0;
}

/*--------------------------------------------------
  [FOOTER COPYRIGHT]
----------------------------------------------------*/
.footer-copyright {
    padding: 18px 0;
    text-align: center;
    background: #080f16;
    color: white;
}
.footer-copyright h3 {
  font-size: 30px;
  margin: 0 0 40px;
  text-transform: uppercase;
  color: #fff;
}
.footer-copyright p {
    margin-bottom: 0;
    color: #69727b;
}
.footer-copyright a { color:#69727b }
.footer-copyright .copyright-socials {
  padding: 0;
  margin-bottom: 20px;
  list-style: none;
}
.footer-copyright .copyright-socials li {
  padding: 0 3px;
  display: inline-block;
}
.footer-copyright .copyright-socials li i {
    width: 50px;
    height: 50px;
    padding: 18px 0px;
    color: #7C848C;
    font-size: 30px;
    margin: -4px;
    text-align: center;
    background: #182027;
    border-radius: 5px;
    display: inline-block;
}
.footer-copyright .copyright-socials li i:hover {
  background: #303c47;
  color: #fff;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/*--------------------------------------------------
  [CUBEPORTFOLIO]
----------------------------------------------------*/
/* Popup Wrap */
.cbp-popup-wrap {
  z-index: 9999 !important;
}

.cube-portfolio {
  /* Filter */
  /* Caption Effects */
  /* Portfolio Icons */
}
.cube-portfolio .cbp-l-filters-alignCenter .cbp-filter-item {
  font-size: 14px;
  padding: 6px 15px;
  text-transform: uppercase;
  color: #3f5263;
}
.cube-portfolio .cbp-l-filters-alignCenter .cbp-filter-item:hover {
  color: #fff;
  background: #3f5263;
}
.cube-portfolio .cbp-l-filters-alignCenter .cbp-filter-item-active {
  color: #fff;
  background: #3f5263;
}
.cube-portfolio .cbp-caption .cbp-caption-hover-gradient {
  position: relative;
}
.cube-portfolio .cbp-caption .cbp-caption-hover-gradient:before {
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.cube-portfolio .cbp-caption .cbp-caption-hover-gradient:after {
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  content: " ";
  position: absolute;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.cube-portfolio .cbp-caption:hover .cbp-caption-hover-gradient:before {
  opacity: .8;
  background: #3f5263;
}
.cube-portfolio .cbp-caption:hover .cbp-caption-hover-gradient:after {
  border: 2px solid #fff;
}
.cube-portfolio .cbp-caption .cbp-caption-activeWrap {
  background: inherit;
}
.cube-portfolio .portfolio-icons i {
  width: 40px;
  height: 40px;
  padding: 10px;
  margin: 5px;
  font-size: 16px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  color: #3f5263;
  background: #fff;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.cube-portfolio .portfolio-icons i:hover {
  color: #fff;
  background: #d15d5d;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/*--------------------------------------------------
  [REVOLUTION SLIDER]
----------------------------------------------------*/
.page-slider .fullwidthbanner-container {
  padding: 0;
  width: 100%;
  position: relative;
}
.page-slider .fullwidthbanner-container .banner {
  width: 100%;
  position: relative;
}
.page-slider .fullwidthbanner-container .banner ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-slider .fullwidthbanner-container .banner ul > li {
  visibility: hidden;
  list-style: none;
}
.page-slider .fullwidthbanner-container h3 {
  font-size: 63px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}
.page-slider .fullwidthbanner-container h3.title-v2 {
  font-size: 60px;
  line-height: 1.4;
}
.page-slider .fullwidthbanner-container h3.red-title {
  color: #bf5757;
}
.team-details { text-align:center !important }
.page-slider .fullwidthbanner-container p {
  font-size: 21px;
  font-weight: 600;
  text-transform: uppercase;
}
.page-slider .fullwidthbanner-container .subtitle-v1 {
  color: #80d0de;
}
.page-slider .fullwidthbanner-container .subtitle-v2 {
  color: #a8c6d6;
}
.page-slider .fullwidthbanner-container .slide_thumb_img img {
  opacity: 1;
}
.page-slider .fullwidthbanner-container .slide_thumb_img:hover img {
  opacity: 0.9;
  text-decoration: none;
}
.page-slider .fullwidthbanner-container .slide_border {
  color: #6b8e9f;
  padding-left: 10px;
}
.page-slider .fullwidthbanner-container .fulllscreenvideo {
  left: 0 !important;
}

/* Default Bullets */
.tp-bullets.simplebullets.round .bullet {
  width: 10px;
  height: 10px;
  background: black;
  margin-right: 3px;
  border-radius: 50%;
  opacity: 0.3;
}

.tp-bullets.simplebullets.round .bullet.selected {
  opacity: 1;
}

.bg-text-01 { background-image:url(../../../ext/images/bg-fixed.jpg) !important; background-attachment:fixed !important }
.bg-text-02 { background-image:url(../../../ext/images/bg-fixed2.jpg) !important; background-attachment:fixed !important }

.padding-bottom-35 { padding-bottom: 35px !important }
.brands { padding-top: 40px !important }
.line-title { font-size: 40px; font-weight: 500; color: white; margin: 25px 0px !important; display:inline-block }
.line-p {
    color: rgba(255, 255, 255, 0.6);
    margin-left: 10px;
    }
.padding-bottom-25 { padding-bottom: 25px !important}
.venue-photo {
    position: absolute;
    border-radius: 50% !important;
    padding: 4% !important;
    background: white;
    width: 35%;
    margin: 0px 28.6%;
    bottom: -60px;
    z-index: 1025;
    box-shadow: 3px 3px 0px rgba(0,0,0,0.03);
}
.venues .margin-bottom-100 {
    margin-bottom: 0px !important;
}
.venue-logo { width: 100%;
    box-shadow: 10px 10px 0px rgba(0,0,0,0.08);
    border-radius: 0px 0px 8px 8px; } 
.venue .venue-photo { transition: all 0.3s}
.venue .venue-logo { transition: all 0.6s}
.venue:hover .venue-photo {box-shadow: none;width: 0%;margin: 0px 45%;bottom: 0px;padding: 0px !important;}
.venue:hover .venue-logo { box-shadow: none; }
.venue .over {
    background: rgba(0,0,0,0.75);
    color: white;
    text-align: center;
    position: absolute;
    margin-top: -100%;
    width: 100%;
    padding-top: 15px;
    height: 100%;
    transition: all 0.6s;
}
.venue:hover .over { margin-top: 0px }
.cover { overflow: hidden !important;position: relative; }
.venues {padding: 40px 0px 80px !important;}

li { position: static; !important  }
li .dropdown-menu {
  display:block; 
  visibility: hidden;
    position: absolute;
    opacity: 0;
  margin-left: -100px ;
    width: 100%;     z-index: 1026;
    min-width: 0px;
    margin: 0px 0%;
}
li:hover .dropdown-menu {
    opacity: 1;
    width: 100%;
    padding-left: 25%;
    right: 0px !important;
    left: initial;
    margin-top: -10px !important;
    position: absolute;
    border: none;
    visibility: visible;
    background: none;
    color: white;
}
li .col-md-3.col-sm-4.col-xs-6 { display:none }
li:hover .col-md-3.col-sm-4.col-xs-6 { display:block }
.modal-login {
    width: 35% !important;
}

.icon-fcbk { 
  box-shadow: inset 0px -17px 0px #395795 !important;
  padding: 10px 14px;
  margin: -7px 10px -7px -14px;
  border-radius: 6px 0px 0px 6px;
    border-right: 1px solid #1f3563;
  float: left;
}

.no-padding-lateral {
    padding: 6px 0px !important;
}

.modal-login .form-group {
    height: 37px !important;
}

.btn.login-fcbk   
{
  color: white;  
  text-shadow: none;  
  background-color: #3f5f9f !important;
  box-shadow: inset 0px -17px 0px #395795 !important;
  width: 100%;
  border-radius: 6px !important;
  -webkit-transition:all 0.3s;  
  -o-transition:all 0.3s;  
  -moz-transition:all 0.3s;  
  -ms-transition:all 0.3s;   
  transition:all 0.3s;  
}
.btn.login-fcbk:hover, 
.btn.login-fcbk:focus, 
.btn.login-fcbk:active,
.btn.login-fcbk.active,
.btn.login-fcbk[disabled],
.btn.login-fcbk.disabled {  
  background-color: #92a1b1 !important;
  box-shadow: none !important;
  color: #fff !important;
}

.modal-login { width: 35% !important }
.input-group {
margin-top: 15px;
margin-bottom: 15px;
}

button { border: none !important }

 .input-login { min-height: 10px !important; }
 
.date-input {
    margin: 0px 10px 0px 0px !important;
}
.width-20 {
    width: 20% !important;
}
.calendar-button {
    background: #00202D !important;
}
.width-25 {
    width: 25% !important;
}
.padding-filter {
    padding: 15px;
    height: 41px;
    border: 1px solid rgba(0,32,45,0.35) !important;
    margin-right: 0px;
    font-size: 17px;
}
.width-35 {
    width: 35% !important;
}
.calendar-ico {
    color: white !important;
    font-size: 20px !important;
    margin-right: 0px !important;
    line-height: 25px !important;
}
.calendar-btn {
    background: #00202D !important;
}
.input-calendar {
    min-height: 41px !important;
    background: white !important;
    border: 1px solid #A6B1B5 !important;
}

.dj-numeration {
    color: white;
    top: 0px;
    background-color: #eb2055;
    height: 40px;
    left: 0px;
    line-height: 40px;
    font-size: 25px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    padding: 0px 13px;
    z-index: 1025;
}

.tp-banner-container:hover .tparrows {
    color: #fff;
    box-shadow: inset 0px 0px 0px 0px #e8ed2e;
    opacity: 1;
}
.availability.pull-left.no-pull {
    margin-bottom: 10px;
}

.no-pull {
    float: none !important;
}
p {
    line-height: 24px;
    font-size: 13.5px;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
    font-weight: 400;
}
.content h1, .content h2 {
    font: 400 37px "PT Sans Narrow", Arial, sans-serif;
    margin: 0 0 10px;
    text-align: center;
}
.content h1:after, .content h2:after {
    z-index: 2;
    content: " ";
    display: block;
    padding-top: 7px;
    border-bottom: 3px solid red;
    width: 73px;
    margin: 0 auto;
}
.social-icon {
    font-size: 25px !important;
    background: #009ab1;
    color: white;
    width: 35px;
    text-align: center;
    height: 35px;
    line-height: 37px !important;
    border-radius: 30px;
    margin-right: 5px;
    transition: all 0.5s;
}
.social-icon {
    display: inline-block !important;
}
.price-availability-block {
    color: rgba(255,255,255,0.75);
    font-size: 16px;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}
.well-new {
    background-color: rgba(250,250,250,0.5);
    border: 1px solid #f1f1f1;
    font-size: 16px;
    transition: all 0.3s;
    padding: 20px 20px;
    box-shadow: 0px 0px 0px 2px rgb(255, 230, 0);
}
.big-icon {
    font-size: 50px !important;
    color: #00202d;
}
.text-black {
    color: black !important;
}
.margin-top-10 {
    margin-top: 10px !important;
}
.map-attach {
    position: absolute;
    height: 500px;
    width: 100%;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 10px !important;
}
.tp-leftarrow.default.tparrows:before {
    padding-right: 5px;
}
.tp-leftarrow:before {
    content: '\e824';
}

.row.thumbnails { padding-left: 0px !important;}

.pricing {
    position: relative;
    margin-bottom: 15px;
    border: 1px solid #eee;
}
.pricing-head {
    text-align: center;
}
.pricing-head h3 {
    font-weight: 300;
    color: #fafafa;
    padding: 12px 0;
    font-size: 22px;
    background: #0b151f;
    border-bottom: solid 1px #0b151f;
}
.price-availability-block {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.price-availability-block .availability {
    float: right;
    color: rgb(235, 32, 85);
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.5px;
}
.price-availability-block .availability strong {
    font-weight: normal;
    color: black;
}
.pricing-content li {
    color: #888;
    font-size: 12px;
    padding: 7px 15px;    display: block !important;
    border-bottom: solid 1px #f5f9e7;
}
content i {
    position: static !important;
    margin: 0px !important;
    background: none !important;
    color: red !important;
    height: 20px !important;
    line-height: 20px !important;
    width: 15px !important;
}
.sidebar a {
    color: black; text-decoration:none !important;
    font-size: 15px; transition: all 0.3s
}
.sidebar a:hover { color: #0da3e2 }

.padding-top-10 { padding-top:10px !important }

.text-white { color:white !important }
.btn-brd-primary.blue {
    background: #334c83;
}
.btn-brd-primary.blue:hover, .btn-brd-primary.blue:focus { 
  color: white; background: #1a2e5a 
}

.btn-brd-primary.blue:hover i {
    margin-right: 5px;
    opacity: 1;
    color: white;
}

.btn-brd-primary.red { 
 background: #E40E0E;
}
.btn-brd-primary.red:hover, .btn-brd-primary.red:focus { 
  color: white; background: #b60808
}

.btn-brd-primary.red:hover i {
    margin-right: 5px;
    opacity: 1;
    color: white;
}

.btn-brd-primary.green { 
  background: #2e933d;
}
.btn-brd-primary.green:hover, .btn-brd-primary.green:focus { 
  color: white; background: #2e933d;
}

.btn-brd-primary.white { box-shadow: 6px 6px rgba(0,0,0,0.15), inset 0px 0px 0px 25px white; border-color: white; color:black }
.btn-brd-primary.white:hover, .btn-brd-primary.white:focus { color: white;box-shadow: 6px 6px rgba(0,0,0,0.15), inset 0px 0px 0px 2px white }

.btn-account-right .btn-brd-primary {
  background: none
}

.btn-account-left .btn-brd-primary {
  background: none
}


.btn-brd-primary.dark:hover, .btn-brd-primary.dark:focus {
    color: #ffd1e6;
    box-shadow: none;
}
.pi-img-wrapper { margin-bottom: 15px !important }

.padding-input {     padding: 16px 10px 15px !important; }
.search-box { border-bottom: 8px solid yellow;margin-top: -50px; }
.search-input { display: inline-block;
    width: 50%;
    float: right;
    margin-top: 22px;
    color: white; }
  .search-input-box { width: 67% !important;
    color: white !important;
    border-color: rgba(255,255,255,0.25) !important; }
  
.btn-account-left { background: #0b151f;
    padding: 5px 10px 3px;
    border-radius: 10px 10px 0px 0px !important;
    position: fixed; 
    bottom: 0px; left:50px;
    z-index: 1025; } 
.btn-account-right { background: #0b151f;
    padding: 5px 10px 3px;
    border-radius: 10px 10px 0px 0px !important;
    position: fixed;
    bottom: 0px; right:60px;
    z-index: 1025; }
#revolutionul { margin:0px !important; padding: 0px !important }  

.user { color: white;
    font-size: 14px; }
  
  .user a { color:white }
  
  .nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent; border: 1px white
}

.social-icon {
    font-size: 18px !important;
    background: #b0b4b9;
    color: white;
    width: 35px !important;
    text-align: center;
    height: 35px !important;
    line-height: 37px !important;
    border-radius: 25px !important;
    margin-right: 3px;
    transition: all 0.5s !important;
    }
  .social-icon:hover {box-shadow: inset 0px 0px 0px 30px #00202d;}
  
  .margin-top-60 { margin-top: 60px !important }
  .user-image { height: 30px; margin-right: -5px; border-radius: 25px !important;}
  .description {     font-weight: 400;
    letter-spacing: 0px;
    text-align: justify;
 }
 
 .map-close {
    position: absolute;
    right: -15px;
    top: 10px;
}

.modal-dialog {
    margin: 30px auto;
}

.blog-info {
    list-style: none;
    margin: 15px 0 12px 0;
    padding-left: 0;
}

.blog-info li {
    padding: 0;
    color: #000;
    font-size: 15px;
  font-weight: 400;
    margin-right: 10px;
    display: inline-block;
}

.blog-tags li i, .blog-info li i {
    color: #0ac744;
}

.text-info {
    color: #9755ff !important;
    font-size: 15px !important;
    font-weight: 600 !important;
}
.travel-h2 {
    color: black !important;
    border-bottom: 2px solid #9755ff !important;
    margin-bottom: 15px !important;
    padding-bottom: 8px;
}

.slide-decoration {     padding: 10px;
    border: 3px solid #0ac744;
    width: 100%;
    border-radius: 30px 0px 30px 0px !important; }
  
  .page-slider {
    margin-bottom: 0px;
    }
  
  .nav-tabs>li>a {
    border: 0px solid transparent; }
  
  .nav.nav-tabs li a {
    color: white;
    background: #0b151f;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    border: 0px solid #ddd !important;}
  .nav.nav-tabs li.hover a { color:white; }
  .nav.nav-tabs li.focus a { color:white; }
  .nav.nav-tabs li.active a { color: white; }
  .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: white;
    cursor: default;
    background-color: #eb2055;
}

.padding-lateral { padding: 0px 15px }
.account-bar {
    height: 50px;
    z-index: 1026 !important;
    background: #0b151f;
  position: fixed;
    width: 100%;
  margin-top: -50px;
  transition: all 0.6s;
}
.page-on-scroll .account-bar { position:fixed !important ; margin-top: 0px}
.dropdown-menu h3 {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 5px !important;
}

.btn-brd-primary {padding-right: 15px;transition: all 0.3s;}
.btn-brd-primary i {opacity: 0; width:10px !important; margin-right: -15px; color:white; transition: all 0.3s}

.btn-brd-primary:hover i {
    margin-right: 5px;
    opacity: 1;
    color: #ffd1e6;
}

.page-on-scroll .account-bar .btn-account-left {     
  background: none;
    padding: 6px 10px;
    position: initial;
    z-index: 1025; }

.page-on-scroll .account-bar .btn-account-right {
  background: none;
    padding: 5px 0px;
    position: initial;
    z-index: 1025;
  float:right
}

.fullwidthabnner .bg-image { margin-top: -20px }

/** NEW PAGINATION CODE **/
  .pager-list { display: block; padding: 0px 10px }
    .pager {
    float: none;
    display: inline-block;
    padding: 0;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #868c93;
    text-decoration: none;
    background-color: #fff;
  }
   .pager.active {
    color: #fff !important;
    }
   .pager:hover {background: #fff;color: #868c93;}
   
   

.event-label-list {
    position: absolute;
    left: 0px;
    z-index: 1025;
    padding: 0px 0px 0px 15px;
    width: 58% !important;
}

.view-bar {
    margin-bottom: 15px;
}

.col-md-3:hover .event-image {
    opacity: 0;
}
.col-md-3 .event-image {
    width: 100%;
    height: 120px;
    background-position: 0px 0px !important;
    background-size: cover !important;
    opacity: 1;
    transition: all 0s;
}
.col-md-3 .event-image-two {
    width: 100%;
    height: 120px;
    opacity: 0;
    transition: all 0s;
    background-position: 0px 0px !important;
    margin-top: -120px;
    background-size: cover !important;
}
.col-md-3:hover .event-image {
    opacity: 0;
}
.col-md-3:hover .event-image-two {
    opacity: 1;
}

.event-label {
    position: absolute;
    width: 35% !important;
    z-index: 5;
}

.event-divisor:hover {
    background: rgba(0,0,0,0.03);}
  
  .event-divisor {  padding: 10px 0px }
  .event-title a { color:#00202D !important }
  .product-main-image {
  margin-bottom: 20px;
}
.product-main-image img {
  width: 100%;
}

.fullwidthabnner li img { margin-top: -18px !important }
.margin-left-0 { margin-left: 0px !important }

.left-separation {  border-left: 1px solid rgba(255,255,255,0.1);
    margin-left: -5px; }


.clients .clients-bg .owl-carousel .item img.event-label {
    width: 47% !important;
    margin: 0px 3.5% !important;
}

.btn-brd-primary.light {
  background: #eb2055 !important;
}

.btn-brd-primary.light:hover {
  background: #0b151f !important;
}
.btn-brd-primary.light:hover i {
    color: white;
}

.padding-top-40 { padding-top: 40px !important }
.bg-solid {
    border-bottom: 8px solid #dde0e2;
    background: #0b151f;
    }
.bg-solid a {color: #ff0073;}
.bg-solid a:hover { color:yellow }

.bg-solid h2 i {
    font-size: 40px !important;
    margin-right: -5px;
}

.owl-prev {
    display: block !important;
    position: absolute;
    color: white;
    top: 56px;
    left: -72px;
    padding: 8px 18px;
    border-radius: 20px 0px 0px 20px !important;
    font-weight: bold;
    text-transform: uppercase;
    background: #a6aaad;
}

.owl-next {
    display: block !important;
    position: absolute;
    color: white;
    top: 56px;
    right: -72px;
    padding: 8px 18px;
    border-radius: 0px 20px 20px 0px !important;
    font-weight: bold;
    text-transform: uppercase;
    background: #a6aaad;
}

.owl-stage-outer { border-radius: 10px !important }

h2 i {
    font-size: 40px !important;}
  
.copyright-socials {
  padding: 0;
  margin-bottom: 0px;
  list-style: none;
}
.copyright-socials li {
  padding: 0 3px;
  display: inline-block;
}
.copyright-socials li i {
    width: 50px;
    height: 50px;
    padding: 18px 0px;
    color: #69727b;
    font-size: 30px !important;
    margin: 1px -4px;
    text-align: center;
    background: #152331;
    border-radius: 5px;
    display: inline-block;
}
.copyright-socials li i:hover {
    background: #eb2055;
    color: #fff;
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.events-carrousel .owl-nav { display: none !important }
.list-unstyled { margin-bottom: 0px !important }
.list-unstyled li {
    display: inline-block;
    color: #7C848C;
    line-height: 30px;
    font-size: 14px;
    padding-right: 6px;
    margin-right: 6px;
    border-right: 1px solid rgba(255,255,255,0.05);
}
.border-none { border: none !important }
.footer p { color:#69727b ; line-height: 20px}


.footer-logo { height: 60px; margin-bottom: 20px }
.footer h2 { color: white;  font-size: 35px; }

.suscribe { padding: 15px 10px 16px;
    margin-left: -1px;
    z-index: 1036;
    position: relative; }
  
.pre-footer-divisor {
    width: 1px;
    margin-left: -10px;
    float: left;
    background: rgba(255,255,255,0.1);
    height: 155px;
    box-shadow: 1px 0px 0px rgba(0,0,0,0.2);
}

.cont-full { width: 100%;
    padding: 0px 35px }


.firm { margin-right: 25px }
.padding-top-25 { padding-top: 25px !important }

.artist .product-item img { border-radius: 200px !important; }
.product-item .event-label {
    position: absolute;
    width: 35% !important;
    z-index: 5;
    left: 15px;
}

.modal-atachment { display: block;
    top: 0px;
    z-index: 1108;
    opacity: 1;
    height: 100%;
    background: rgba(0,0,0,0.35) }


.form-control.suscribe { height: 50px !important }
.line-title-min { font-size: 30px;
    font-weight: 500;
    color: white;
    margin: 18px 0px !important;
    display: inline-block; }
  
.form-control.light {
    border-color: #9ca1a6 !important;
}

.btn-brd-primary.min {
    padding: 6px 15px; }
  
  .mix-inner .dj-name {
    color: white;
    bottom: -35%;
    background-color: #E40E0E;
    height: auto;
    width: 100%;
    letter-spacing: 0px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    text-align: center;
    opacity: 0;
    padding: 5px 12px;
    transition: all 0.3s;
}

.dj-name {
    color: white !important;
    background-color: rgba(8, 24, 33, 0.65) !important;
}
.mix-inner:hover .dj-name {
    opacity: 1;
    bottom: 0%;
}
.mix-inner {
    position: relative;
    width: 100%;
    overflow: hidden !important;
}

.carousel-control i { font-size: 125px !important;
    margin-top: 130px !important; }
  
.pricing-content.list-unstyled .list-unstyled li {
    display: block }
  
.festival-i { font-size: 20px !important;
    line-height: 20px !important; }

.well {
    background-color: #0b151f !important;}
.margin-top-40 { margin-top: 40px !important }

.back-btn {     margin-top: -45px !important;
    margin-bottom: 0px !important; float: right }
.margin-bottom-0 { margin-bottom: 0px !important }
.desc-cont { background: #0b151f;
    padding-bottom: 30px }
  
.desc-cont .nav-tabs { margin-top: -40px;
    margin-bottom: 30px; }
  
.well.light { background-color: rgba(255,255,255,0.5) !important;
    border: 3px solid #e1e1e1 }
  
.well.light p { font-size:22px !important; margin-bottom:10px }
.expired {
    background-color: #E40E0E;
    color: white;
    font-size: 17px;
    margin-bottom: 20px;
    text-align: center;
    cursor: no-drop;
    font-weight: 600;
    padding: 8px 0px;
    border: 2px dotted white;
}

.social-icon2 {
    width: 45px !important;
    height: 45px !important;
    padding: 18px 0px;
    color: #ffffff;
    font-size: 30px !important;
    margin: 0px -2px 2px 0px;
    line-height: 12px !important;
    text-align: center;
    background: #a0a2a7;
    border-radius: 4px !important;
    transition: all 0.3s;
    }

.social-icon2:hover { background: #eb2055 !important }
.schedule {
    background-color: transparent;
    border: 3px solid #e6e6e6 !important;
    font-size: 22px !important;
    padding: 10px 15px;
    margin: 0px 15px 10px !important;
    color: #47515a !important;
}
.schedule i { font-size: 18px !important }

ul.inline, ol.inline {
    margin-left: 0;
    list-style: none;
}
.inline {
    display: inline-block !important;
}
.no-padding {
    padding: 0 !important;
}
.first {
    margin-bottom: 10px !important; font-size: 16px !important
}
.margin-bottom-15 {
    margin-bottom: 15px !important;
}
.scond { font-size: 16px !important }
.modal-dialog {
    width: 600px;
    margin: 30px auto;
}

.full-width { width: 100% !important }

.page-header.no-banner {
    position: static;
    background: #0b151f;
}

.page-header.no-banner .navbar-brand {
    margin-top: 0px;
}

.mix {
    margin-bottom: 95px !important;
    height: 257px;
}

.mix-filter li a {
    color: #000;
    cursor: pointer;
    padding: 6px 20px;
    margin-right: -5px;
    margin-bottom: 0px;
    background: #152331 !important;
    display: inline-block;
    border: 1px solid #f0f0f0;
}

.mix-filter li.active a, .mix-filter li:hover a {
    color: white !important;
    background: #eb2055 !important;
}

.venue img {
    padding: 0px;
    border: 0px;
}

.mix-filter li a.active { background: #eb2055 !important; }

.ui-menu { z-index: 1035 !important }

.venue.wow {margin-bottom: 90px;}

.button.green {background: #0b151f;
    color: white;
    padding: 7px 10px;
    position: absolute;
    right: 10px;
    text-align: center !important;
    bottom: 10px;    z-index: 1025;
}
.button.green i { display:none !important;}

#yt-frame {width: 180% !important;height: 180% !important;left: -40% !important;top: -40% !important;position: absolute;}

.overlay {
    background: url(http://gem2i.com/assets/images/bg-video.png);
    width: 100% !important;
    height: 100% !important;
    background-position-x: -2px;
    z-index: 1025;
    position: absolute;
}
#gem-player {
    width: 150% !important;
    height: 150% !important;
    margin-top: -8%;
    margin-left: -25%;
    position: absolute;
    display: block !important;
}

.video-slide .tp-parallax-wrap {
    position: relative !important;
}

.revo-slider-emphasis-text {
      font-size: 64px;
      font-weight: 700;
      letter-spacing: -1px;
      font-family: 'Roboto', sans-serif;
      padding: 15px 20px;
      border-top: 0px;
      border-bottom: 0px;
      padding: 0px !important;
    }

    .revo-slider-desc-text {
      font-size: 20px;
      font-family: 'Roboto', sans-serif;
      width: 650px;
      line-height: 25px !important;
      text-align: left;
      letter-spacing: 0.6px !important;
      line-height: 1.5;
    }

    .revo-slider-caps-text {
      font-size: 16px;
      font-weight: 400;
      letter-spacing: 3px;
      letter-spacing: 1px !important;
      font-family: 'Roboto', sans-serif;
    }
    .tp-video-play-button { display: none !important; }

    .tp-caption { white-space: nowrap; }

    #slider .dark, #slider .dark h1, #slider .dark h2, #slider .dark h3, #slider .dark h4, #slider .dark h5, #slider .dark h6 {
    color: white;
    text-shadow: 1px 2px 0px black, 3px 3px 6px black;
    }


.video-slide .tp-loop-wrap {
    position: relative !important;
}

.caption.fullscreenvideo, .tp-caption.fullscreenvideo {
    visibility: inherit !important;
}

li.dark.video-slide {
    background: black !important;
}

:required:focus {
  background: #ffc3c3 !important;
    border: 1px solid #e40e0e !important;
    color: #e40e0e !important;
}

.pagination>.actived>a, .pagination>.actived>a:focus, .pagination>.actived>a:hover, .pagination>.actived>span, .pagination>.actived>span:focus, .pagination>.actived>span:hover {
    z-index: 2;
    color: #282e33;
    cursor: default;
    background-color: #f7f7f7;
    border-color: #282e33;
}

/************************************/

.pagination {
    text-align: center;
    padding: 0px;
    }
.pager-list { display: block;
    margin: 0px auto;
    margin-bottom: -8px;
    position: relative; }
.pager {
    display: inline-block;
    margin: 0px 0px;
    cursor: pointer;
    }
.pager span {
    position: relative;
    float: left;
    padding: 10px 15px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #212427;
    background-color: #efefef;
    margin-left: -1px;
    font-weight: 400;
    font-size: 14.5px;
    }
 .pager span:hover {    
    color: #005794 !important;
    background-color: transparent;
    border-color: #006bb7;}
 .pager.active span {
    color: #ffffff !important;
    background-color: #006bb7;
    }

.page-header.static {
    background: rgb(11, 21, 31) !important;
    position: initial !important;
}

.owl-carousel.padding-top-40 { padding-top: 0px !important }

.owl-stage-outer { padding: 15px 0px !important; background: white !important }

.brands .owl-stage-outer { padding: 0px 0px !important }

#twitter-widget-0 { margin-top: -18px; margin-bottom: -45px; position: relative; }

body { padding-right: 0px !important }

.team-bg .team-members .team-desc .team-socials li { padding: 0 5px !important; }

.hermes.tparrows.tp-rightarrow:hover::before { transform: translateX(0px) !important }

.team-bg .team-members .team-avatar { padding: 43.1px !important; background: rgba(0, 0, 0, 0.03) !important }

.brands .owl-carousel .owl-item { padding: 2px !important; background: white !important }

.nav-tabs>li { margin-bottom: 0px !important }

.events .product-item { height: auto !important; margin-bottom: 30px !important }

.btn-brd-primary:hover i { color: white !important }

.tab-content .tab-pane.team-bg .team-members .team-avatar img {
    border-radius: 150px !important;
}

.team-bg .team-members { border-radius: 150px !important }

#divaddguestlist , #divaddguestlist_guest { display: inline-block; }
