/*--------------------------------------------------
	[PLACEHOLDER]
----------------------------------------------------*/
/*--------------------------------------------------
	[BUTTON VARIANT]
----------------------------------------------------*/
/*--------------------------------------------------
	[HEADING]
----------------------------------------------------*/
/*--------------------------------------------------
	[HEADING LEFT]
----------------------------------------------------*/
/*--------------------------------------------------
	[TRANSITION]
----------------------------------------------------*/
/* Cubic Bezier Transition */
/* Opacity Transition */
/* Translate 3D Transition */
/*--------------------------------------------------
	[PAGE HEADER]
----------------------------------------------------*/

/* Page on Scroll */
.page-on-scroll .page-header {
  background: none;
  transition-duration: 100ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

body { font-family: 'Poppins', Arial !important }
.btn-brd-primary { font-family: 'Poppins', Arial }
h1 { font-family: 'Poppins', Arial !important }

.page-on-scroll .page-header .navbar { margin-top: 0px}

.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;
}
.page-header .navbar-toggle {
  border: none;
  margin: 25px 15px 25px 0;
}
.page-header .navbar-toggle .icon-bar {
  background: #3f5263;
}
.page-header .navbar-brand {
  height: 75px;
  max-height: 75px;
  line-height: 50px;
  top: 5px;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.3s ease-in-out
}
.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;    position: static;
  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: 600;
    letter-spacing: 1px;
    border-bottom: 0px 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: 0px solid yellow;
}
.page-header .navbar-nav li > a:focus,
.page-header .navbar-nav li > a:hover {
  background: inherit;
  color: yellow;
}

/* Responsive code for max-width: 991px */
@media (max-width: 991px) {
  /* 991px */
  .page-header .navbar-toggle {
    display: block;
  }
  .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%;
    height: auto;
    z-index: 1026;
    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;
}
}

.submenu { display: inline-block;
    margin-right: 15px; opacity: 0; transition: all 0.5s ease-in-out }
	
.page-on-scroll .submenu { opacity: 1 }

.page-on-scroll.section .account-bar {
    background: #121b23;
    padding: 5px 25px;
}

/* 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: 49px;
    max-height: 49px;
    line-height: 25px;
    transition-duration: 400ms;
    padding: 10px 0px 10px 15px;
    margin-top: 0px;
    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-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: 22px;
    bottom: 10px;
    width: 42px;
    height: 44px;
    z-index: 9999;
    line-height: 1;
    font-size: 18px;
    position: fixed;
    text-align: center;
    border-radius: 50%;
    padding: 9px 0 0 1px;
    background: transparent;
    color: #3f5263;
    border: none;
	transition: all 0.5s ease-in-out;
}
.go2top:hover,
.go2top:focus:hover {
  color: #fff;
  background: none;
}

.go2top i { font-size: 40px !important }

/*--------------------------------------------------
	[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: 14px !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: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: 100;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    letter-spacing: 0;
    color: #FFFFFF;
    padding: 5px 30px;
    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 !important;
  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 h2 {
    font-size: 45px;
    margin: 0 0 20px;
    color: #47515a;
	font-family: 'Poppins'
}
.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: 3px;
    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: #f2f2f2;
    z-index: 1;
    position: relative;
    text-align: center;
    margin-bottom: 0px;
    padding: 35px 0px 25px;
    box-shadow: inset 0px -2px 3px rgba(0,0,0,0.07);
}

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

.details .btn.login-fcbk.full-width { width: 100% !important }
.heading-blue h2 {
    font-size: 40px;
    font-weight: 600;
    margin: 0 0 5px !important;
    color: #47515a;
}

.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: 20px;
    border-top: 8px solid #9755ff;
    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: 1px solid white;
}

.team-bg .team-members .team-avatar {
    position: relative;
    padding: 10px;
    border: 5px 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: yellow;
}
.team-bg .team-members:hover .team-avatar:after {
        background: rgba(235,32,85,0.5);
    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: 20px;
    background: white;
    z-index: 2 !important;
    position: relative;
}
.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: #eb2055 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: 19px;
    margin-bottom: 5px;
    margin-top: 5px;
    color: #47515a;
}
.clients .clients-quotes .client-quote h4 {
    color: #00202D;
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 10px;
}
.clients .clients-quotes .client-quote span {
    font-size: 16px;
    font-weight: 600;
    text-transform: initial;
    color: #0bb475;
    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: #121b23;
  padding: 75px 0 60px 0;
  text-align:center
}

/*--------------------------------------------------
	[FOOTER COPYRIGHT]
----------------------------------------------------*/
.footer-copyright {
    padding: 18px 0;
    text-align: center;
    background: #04090e;
    color: white;
    box-shadow: inset 0px 2px 4px rgba(0,0,0,0.5);
}
.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: 60px !important;
  height: 5px !important;
  background: #3f5263 !important;
  margin-right: 3px;
  border-radius: 0px !important;
  opacity: 1;
}

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

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

.padding-bottom-35 { padding-bottom: 35px !important }
.brands {
    padding-top: 80px !important;
    padding-bottom: 60px;
}
.line-title { font-size: 40px; font-weight: 500; color: white; margin: 25px 0px !important; display:inline-block }
.line-p { color: white;
    margin-left: 10px; }
.padding-bottom-25 { padding-bottom: 25px !important}
.venue-photo {
    position: absolute;
    border-radius: 50% !important;
    padding: 2%;
    background: white;
    width: 38%;
    margin: 0px 27%;
    bottom: -74px;
    z-index: 1025;
    box-shadow: 5px 5px 0px rgba(0,0,0,0.05);
}
.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 }
.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 100px !important; }

li { position: static; !important  }
li .dropdown-menu {
	display:block; 
	visibility: hidden;
    position: absolute;
    opacity: 0;
	margin-left: -100px ;
    width: 100%;
    min-width: 0px;
    margin: 0px 0%;
}
li:hover .dropdown-menu {
    opacity: 1;
    width: 75%;
    right: 0px !important;
    left: initial;
    margin-top: -10px !important;
    position: absolute;
    border: none;
    visibility: visible;
    border-top: 4px solid yellow;
    background: rgb(11, 21, 31);
    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;
}
.margin-login {
    padding: 15px;
}

.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 -24px 0px rgba(57, 87, 149, 0.32) !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: 40% !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: 2px 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: 2px solid #A6B1B5 !important;
}

.dj-numeration {
    color: white;
    top: 0px;
    background-color: #eb2055;
    height: 40px;
    left: 0px;
    line-height: 40px;
    width: 40px;
    font-size: 25px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    padding: 0px 12px;
    z-index: 1025;
}
.tp-banner-container:hover .tparrows {
    color: #fff;
    box-shadow: none;
    opacity: 1;
}
.availability.pull-left.no-pull {
    margin-bottom: 10px;
}

.no-pull {
    float: none !important;
}
p {
    line-height: 30px;
    font-size: 14px;
    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';
}
.tparrows:before {
    font-family: 'revicons';
    opacity: 0;
    transition: all 0.6s;
    color: #1a1d23;
    font-style: normal;
    font-weight: normal;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.35);
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    margin-right: 0;
    margin-top: 12px;
    text-align: center;
    width: 45px;
    font-size: 45px;
}

.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: #0da3e2;
    border-bottom: solid 1px #0895d0;
}
.price-availability-block {
    border-bottom: 1px dotted rgba(255,255,255,0.25);
    padding-bottom: 12px;
    margin-bottom: 17px;
}
.price-availability-block .availability {
    float: right;
    color: red;
    font-weight: 600;
    font-size: 16px;
    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: white; text-decoration:none !important;
    font-size: 15px; transition: all 0.3s
}
.sidebar a:hover { color: white }

.padding-top-0 { padding-top:0px !important }
.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: yellow;
    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: none;
    padding: 5px 10px 3px;
    border-radius: 10px 10px 0px 0px !important;
    position: fixed;
    top: 22px;
    right: 90px;
    z-index: 1025;
	transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.btn-account-right { background: #0b151f;
    padding: 5px 10px 3px;
    border-radius: 10px 10px 0px 0px !important;
    position: fixed;
    top: -50px; 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: 25px !important;
    background: #009ab1;
    color: white;
    width: 35px !important;
    text-align: center;
    height: 35px !important;
    line-height: 37px !important;
    border-radius: 30px !important ; margin-right: 5px ; transition: all 0.5s !important}
	.social-icon:hover { box-shadow: inset 0px 0px 0px 15px #00202d }
	
	.margin-top-60 { margin-top: 60px !important }
	.user-image {
    width: 36px;
    border-radius: 20px !important;
    border: 3px solid white;
    padding: 3px;

}
	.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;
	position: fixed;
    width: 100%;
    background: none;
    padding: 0px 25px;
    margin-top: 20px;
	transition: all 0.6s;
}

.account-bar .bar-set { 
	text-align: right;
    padding: 10px 25px;
    margin-top: 8px;
    margin-right: 90px;
    border-right: 2px solid #9755ff; }
	
.bar-set .followin { 
	color: white;
    font-family: 'poppins';
    font-size: 16px;
    display: inline-block;
    padding-right: 10px;
    letter-spacing: 0.5px; 
	}
	
	
.overlay {
    width: 100%;
	background: rgba(15, 1, 47, 0.5) ;
    height: 100%;
    z-index: 1025;
    position: absolute;
}
	
.max-title { font-size: 120px !important }
.section .account-bar {
    z-index: 1026 !important;
    background: none;
    position: fixed;
    width: 100%;
    padding: 15px 25px;
    top: 0px;
    height: inherit;
    margin-top: 0px;
    transition: all 0.3s;
}
.section .logo-new {
    height: 70px;
    max-height: 70px;
    margin-top: 0px;
    display: block;
    margin-bottom: 0px;
	    padding: 10px 0px;

}
.section .logo-new img { 
    height: 50px;
}

.section .nav-right {
    position: fixed;
    right: 25px;
    top: 8px;
}

.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: 30px;
    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: 10px;
    opacity: 1;
    color: yellow;
}

form .btn-brd-primary.light-border {
    background: none !important;
    border: 2px solid white !important; transition: all 0.3s
}
form .btn-brd-primary.light-border:hover {
    background: none !important;
    border: 2px solid #b94af6 !important; color: #b94af6 !important
}

form .btn-brd-primary.light-border i { transition: all 0.3s  }
form .btn-brd-primary.light-border:hover i { color: #b94af6 !important }




.page-on-scroll .account-bar .btn-account-left {
    background: none;
    padding: 6px 10px;
    top: 1px;
    z-index: 1025;
    right: 75px;
}

.page-on-scroll .user-image {
    margin-top: -1px; }

.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 {
    border-radius: 25px !important;
    float: none;
    display: inline-block;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #868c93;
    text-decoration: none;
    background-color: #fff;
	}
   .pager.active { background: #292F34 !important;
    color: #fff !important; }
   .pager:hover { background: #eee; 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: #0b151f !important;
}

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

.padding-top-40 { padding-top: 40px !important }
.bg-solid { border-bottom: 8px solid #9755ff;
    background: #0b151f; }
.bg-solid a { color: white }
.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: #9755ff;
}

.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: #9755ff;
}

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

h2 i {
    font-size: 40px !important;}
	
.copyright-socials {
    padding: 0;
    list-style: none;
    margin-bottom: 15px;
}
.copyright-socials li {
  padding: 0 3px;
  display: inline-block;
}
.copyright-socials li i {
    width: initial;
    height: 50px;
    padding: 0px;
    line-height: 50px !important;
    color: #ffffff;
    font-size: 35px !important;
    margin: 0px 3px;
    text-align: center;
    background: none;
    border-radius: 5px;
    display: inline-block;
    transition: all 0.5s ease-in-out;
}
.copyright-socials li:hover i {
    color: #9755ff;
}
.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;
    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: 15px }
.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: 235px;
    box-shadow: 1px 0px 0px rgba(0,0,0,0.2);
}

.cont-full { width: 100%;
    padding: 0px 35px }
	
.owl-carousel.partners .owl-prev { top: 90px !important  }
.owl-carousel.partners .owl-next { top: 90px !important  }

.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) }
	
.modal-atachment .modal-dialog.modal-login { top: 20% !important }

.margin-login {
    padding:35px 45px;
    background: #121b23;
    color: #5e7587;
    font-weight: 100;
    border: none !important;
    box-shadow: none !important;
}

.margin-login b {
	font-weight: 100;
    display: block;
    border: 2px solid #5e7587;
    padding: 9px;
    text-align: center;
	margin-top: 20px; margin-bottom: 10px}

.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: #009ab1;
    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;
}

.btn-logout {   color: white;
    box-shadow: none;
    background: #10141e !important;
    border-radius: 5px !important;
    text-transform: inherit;
    padding: 6px 15px;}
	
.btn-logout:hover {
    color: black !important;
    box-shadow: none;
    background: #fbe409 !important; }
	
.btn-logout:hover i { color: black !important } 

.username { padding: 6px 15px; font-weight: 600; display:inline-block } 

.nav-right {
	transition: all 0.3s ease-in-out	
}
.page-on-scroll .nav-right {
    position: fixed;
    right: 25px;
    top: 6px;
}

.bar { transition: all 0.7s ease-in-out	}
.page-on-scroll .bar {
    display: block;
    height: 4px;
    width: 40px;
    background-color: #3fb9ff;
    margin: 7px auto;
}
.page-on-scroll .page-header .navbar-brand { top: 0px }

.page-on-scroll .button.active .top {
    -webkit-transform: translateY(15px) rotateZ(45deg);
    -moz-transform: translateY(15px) rotateZ(45deg);
    -ms-transform: translateY(15px) rotateZ(45deg);
    -o-transform: translateY(15px) rotateZ(45deg);
    transform: translateY(11px) rotateZ(45deg);
}

.page-on-scroll .button.active .bottom {
    -webkit-transform: translateY(-15px) rotateZ(-45deg);
    -moz-transform: translateY(-15px) rotateZ(-45deg);
    -ms-transform: translateY(-15px) rotateZ(-45deg);
    -o-transform: translateY(-15px) rotateZ(-45deg);
    transform: translateY(-11px) rotateZ(-45deg);
}

.sidebar a.active {
    color: #fef603; }
	
.magazine-cont .date {     font-size: 14px;
    font-weight: 600;
        border-bottom: 1px solid #f2f2f2;
    color: #4b535a;
    line-height: 32px;
    padding-left: 40px;
    margin-bottom: 10px; }
	
.magazine-cont .date i { background: #0b151f;
    color: white;
    height: 32px;
    width: 32px;
    line-height: 32px;
    text-align: center;
    position: absolute;
    margin-left: -40px; }

.magazine-cont .description {
    font-weight: 400;
    letter-spacing: 0.2px;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
}
.magazine-cont h3 {     font-size: 18px;
    letter-spacing: 0.3px;
    font-weight: 600;
    margin-bottom: 15px !important ; margin-top: 30px !important}
	
.magazine-header { magazine-head }

.magazine-cont {     
	padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px dashed #c5c5c5
}
.social-header a {
    width: 35px; height: 35px; line-height: 35px;
    text-align: center; border-radius: 50% !important;
    display: block; box-shadow: inset 0px 0px 0px 0px #10141e; transition: all 0.3s ease-in-out; margin-right:8px
}
.social-header a:hover { box-shadow: inset 0px 0px 0px 20px #fef603 }

.social-header a i { color: white;
    font-size: 22px !important; transition: all 0.3s ease-in-out ;  }
	
.social-header a:hover i { color: black }
	
.list-unstyled.social-header li {
    display: inline-block; margin-top: 22px;
    color: #7C848C;     margin-right: -5px;
    line-height: 30px;
    font-size: 22px;
	border: none !important
    
}

.logo-divisor { float: left;
    height: 45px;
    margin-top: 17px;
    margin-right: 10px;
    margin-left: 8px;
    width: 1px;
    background: #fef603; }
	
.page-on-scroll .logo-divisor { height: 30px;
    margin-top: 9px;
    margin-right: 10px;
    margin-left: 15px; }

.page-on-scroll .list-unstyled.social-header li {
    margin-top: 7px; }
	
.page-on-scroll .social-header a i {
    color: white;
    font-size: 17px !important;
}

.page-on-scroll .sidebar-list {
    margin-top: 70px;}
	
.magazine-cont:hover { box-shadow: 4px 4px 8px rgba(0,0,0,0.15) ; border:none !important;  }
.magazine-cont:hover h3 { color:#0087d5 !important  }
.magazine-cont:hover .date i {
   border-radius: 50% !important }
.magazine-cont:hover .date {
    font-size: 14px;
    font-weight: 600;
    background: white; }

.magazine-cont { transition: all 0.3s ease-in-out; padding: 10px 10px 25px }	
.magazine-cont h3 { transition: all 0.3s ease-in-out }
.magazine-cont .date i { transition: all 0.3s ease-in-out }
.magazine-cont .date { transition: all 0.3s ease-in-out }

.magazine-cont .signal { font-size: 30px !important;
    background: #0b151f;
    color: white;
    width: 55px;
    height: 55px;
    line-height: 50px !important;
    text-align: center;
    border-radius: 50%;
    position: absolute; z-index: 1035;
    margin-top: 10px;
    margin-left: 10px;
    border: 3px solid white;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.35); transition: all 0.3s ease-in-out }
	
.magazine-cont:hover .signal { background:  #0087d5 }
.logo-new {
    height: 81px;
    max-height: 81px;
    margin-top: 8px;
    display: block;
    margin-bottom: -5px;
}

a.social-button {
    color: white !important;
    width: 35px;
    height: 35px;
    line-height: 37px;
    text-align: center;
    display: inline-block;
}
.social-button i {
    font-size: 20px !important;
}
a.social-button:hover {
    box-shadow: inset 0px -2px 0px 0px #b94af6;
}

.tp-bgimg.defaultimg { position:fixed !important }

.btn-slide {
    background: rgba(23,38,52,0.5);
    color: white !important;
    padding: 10px 0px !important;
    border: 2px solid white;
    margin: 0px 5px;
    width: 285px !important;
    font-weight: 100;
	text-align:center;
    font-size: 16px !important;
    height: 46px !important;
    line-height: 15px !important;
    letter-spacing: 0.3px;
    display: inline-block;
    transition: all 0.6s ease-in-out;
}

.btn-slide i {
    font-size: 18px !important;
    transition: all 0.3s;
    padding-right: 6px !important;
    margin-right: -20px !important;
    margin-left: 0px !important;
    width: 45px;
    line-height: 18px !important;
    opacity: 0;
    transition: all 0.6s;
}

.btn-slide:hover{background: rgba(23,38,52,0.25);}

.btn-slide:hover i {
	margin-right: 0px !important; color: #b94af6 !important;
	opacity: 1; 
}

.btn-slide:hover { text-decoration:none;  border: 2px solid #b94af6; color:#b94af6 !important }
.btn-slide.two:hover { text-decoration:none;  border: 3px solid yellow; }

.form-title {
    margin-bottom: 10px !important;
    color: white;
    font-size: 28px;
    font-weight: 100 !important;
    font-family: 'poppins';
}
.modal-login .form-group {
    height:  inherit !important;
    margin-bottom: 0px !important;
}

i.input {
    position: absolute;
    top: 17px;
    left: 15px;
	width: 30px;
    font-size: 18px !important;
    border-right: 1px solid rgb(94, 117, 135);
    color: rgb(94, 117, 135);
    padding-right: 10px;
    line-height: 29px !important;
}

::-webkit-input-placeholder { color: rgb(94, 117, 135); } 
:-moz-placeholder { color: rgb(94, 117, 135); } 
::-moz-placeholder { color: rgb(94, 117, 135); } 
:-ms-input-placeholder { color: rgb(94, 117, 135); } 

.input-login {
    min-height: 10px !important;
    background: #172634 !important;
    border: none !important;
    height: 50px !important;
    padding: 5px 10px 5px 55px !important;
    color: #5e7587 !important;
    letter-spacing: 0.3px;
    font-family: 'poppins';
}

.no-padding-right { padding-right: 0px !important }
.no-padding-left { padding-left: 0px !important }

.dotted-line {
    border-top: 1px solid rgba(94,117,135,0.25);
    margin-bottom: 25px! important;
    margin-top: 25px !important;
}

.icon-fcbk i { font-size: 25px !important
}

.btn.login-fcbk {
    color: white;
    text-shadow: none;
    background-color: #0b2b6e !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
    border: 1px solid #0b2b6e !important;
	box-shadow: inset 0px -20px 20px rgba(57, 87, 149, 0.5) !important;
    width: 100%;
    padding: 12px 0px;
    letter-spacing: 0.5px;
    font-size: 14px;
    border-radius: 0px !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;
}
.details .btn.login-fcbk { width: 450px !important }
.btn.login-fcbk:hover, .btn.login-fcbk:focus, .btn.login-fcbk:active, .btn.login-fcbk.active, .btn.login-fcbk[disabled], .btn.login-fcbk.disabled {
    border: 1px solid #92a1b1 !important;
    box-shadow: none !important;
    background: none !important;
    color: #fff !important;
}

.details .btn.login-fcbk:hover, .details .btn.login-fcbk:focus, .details .btn.login-fcbk:active, .details .btn.login-fcbk.active, .details .btn.login-fcbk[disabled], .details .btn.login-fcbk.disabled {
    border: 1px solid #47515a !important;
    box-shadow: none !important;
    background: #47515a !important;
    color: #fff !important;
}

.btn.login-fcbk:hover .icon-fcbk {
    border-right: 1px solid #92a1b1;}
	

.icon-fcbk {
    box-shadow: none !important;
    padding: 13px 17px 13px;
	    margin: -12px 0px -12px 0px;
    border-radius: 6px 0px 0px 6px;
    border-right: 1px solid white;
    float: left;
    font-size: 25px !important;
}

.form-group {
    height: 60px !important;
    margin-bottom: 0px !important;
}

.anchor { 
    position: absolute;
    margin-top: -75px;
	 }

.modal label {
    font-size: 15px !important;
    letter-spacing: 0.3px;
}

.btn-footer {
    background: none;
    color: #5e7587;
    padding: 10px 0px;
    border: 2px solid #5e7587;
    margin: 0px 5px;
    width: 285px;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0.3px;
    display: inline-block;
    transition: all 0.6s ease-in-out;
}

.btn-footer:hover {
	color: white;
	border: 2px solid white;
}

.btn-footer i {
    opacity: 0;
    width: 10px !important;
    margin-right: -15px;
    color: #5e7587;
	font-size: 18px !important;
	top: 3px;
    position: relative;
    transition: all 0.6s;
}

.btn-footer:hover i {
    margin-right: 12px;
    opacity: 1;
    color: white;
}

p.copyright {
    color: #5e7587;
    line-height: 20px;
    font-size: 15px;
    letter-spacing: 0.3px;
    margin-top: 30px !important;
}

.copyright a {
    text-shadow: none;
    color: white;
	font-weight:100;
	transition: all 0.5s ease-in-out
}

.copyright a:hover {
	color: #9755ff
}

.copyright-line {
    height: 2px;
    width: 40px;
    background: linear-gradient(135deg, #ff1493 0%,#6433d7 75%);
    text-align: center;
    position: relative;
    margin: 0px auto;
    margin-bottom: 20px;
    transition: all 0.5s;
}

.table-line {
    height: 5px;
    width: 0%;
    background: linear-gradient(135deg, #ff1493 0%,#6433d7 75%);
    text-align: center;
    position: relative;
    margin-top: -5px;
    margin-bottom: 20px;
    transition: all 4s;
}

.tickets:hover .table-line { width: 100% }

.title-line {
    height: 30px;
    width: 3px;
    background: linear-gradient(135deg, #ff1493 0%,#6433d7 75%);
    display: inline-block;
    text-align: center;
    margin-top: 7px !important;
    position: absolute;
    transition: all 0.5s;
}
h2 i { padding-left: 20px !important; }

.brands:hover .title-line {
    height: 56px;
    margin-top: -6px !important;
}

.footer:hover .copyright-line { 
	width: 80px;
}

.lineup .artist-cont:hover .copyright-line { 
	width: 80px;
}

.sponsor { 
	display: inline-block;
    margin: 0px 15px; 
}

.divider {
	height: 50px;
    display: inline-block;
    line-height: 50px;
    margin-bottom: -22px;
    width: 1px;
    background: #dadee0;
}

.venue iframe { margin-bottom: -25px !important; }
.venue .venue-logo {
    position: relative;
    border-radius: 50% !important;
    border: 5px solid #ffffff;
    padding: 6px;
    box-shadow: none;
    width: 160px !important;
    left: 35px;
    margin-top: -270px;
    z-index: 1035;
    box-shadow: 2px 2px 8px rgba(0,0,0,0.15);
	opacity: 0;
	transition: all 0.7s ease-in-out 
}
.venue:hover .venue-logo { box-shadow: 2px 2px 8px rgba(0,0,0,0.15); margin-top: -320px; opacity: 1 }
.venue .venue-info {
    position: absolute;
    width: 40%;
    margin-top: 70px;
    right: 25px;
	border-radius: 5px !important;
    padding: 20px 25px;
    background: white;
    color: #2b2d38;
    box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
	opacity:0;
	transition: all 0.7s ease-in-out;
}
.venue:hover .venue-info { margin-top: 25px ; opacity: 1}
.venue p {    
	font-size: 14px;
    line-height: 24px; }
	
.venue h3 { 
	font-size: 30px;
    font-weight: 500;
	transition: all 0.5s ease-in-out
	 }
.venue .venue-details { 
	background: #f8f8f8;
    padding: 12px 18px 8px;
    margin-bottom: 15px;
    margin-top: 12px;
}

.venue b { transition: all 0.5s ease-in-out }
.venue i {  opacity: 0; margin-left: -20px; transition: all 0.5s ease-in-out }
.venue .map-title i, .tickets .map-title i { float: right;
    font-size: 75px;
	opacity: 0;
    color: white !important;
    line-height: 150px; transition: all 0.7s ease-in-out }
.venue:hover .map-title i, .tickets:hover .map-title i { opacity: 1 }
.venue:hover h3 { color: #6433d7 }
.venue:hover b { color: #6433d7 }
.venue:hover i { opacity: 1 ; color: #6433d7 }

.margin-left-15 { margin-left: 15px !important }

.venue .map-title, .tickets .map-title { 
	background: linear-gradient(135deg, #ff1493 0%,#6433d7 50%,#6433d7 100%);
	background-size: 200% 200%;
    background-position: 100% 100%;
    color: white;
    padding: 0px 35px;
    height: 150px;  transition: all 0.7s ease-in-out }
	
.venue .map-title h2, .tickets .map-title h2 { float: left;
	margin-bottom:0px !important;
    font-size: 75px;
    color: white;
    line-height: 150px;
	transition: all 0.7s ease-in-out  }

.venue:hover .map-title, .tickets:hover .map-title { 
background-position: 0% 0%; 
    
}

.media { padding: 100px 0px; }

.media:hover .title-line {
    height: 56px;
    margin-top: -6px !important;
}

.lineup:hover .title-line {
    height: 56px;
    margin-top: -6px !important;
}

.play-icon-left {
    display: inline-block;
    width: 50%;
    height: 180px;
    border-right: 1px solid lightgray;
    margin-right: -2px;
    transition: all 0.7s ease-in-out;
}

.play-icon-right {
	display: inline-block;
    width: 50%; height:180px;
    border-left: 1px solid lightgray;
    margin-left: -2px;	
	transition: all 2s ease-in-out 
}

.max-icon { 
	font-size: 120px !important;
    display: block;
    line-height: 105px !important;
}

.play-text {
	font-size: 18px; display: block !important; color: white !important
}

.play-icon-left i, .play-icon-right i { transition: all 0.5s ease-in-out  }
.play-icon-left:hover i, .play-icon-right:hover i { color: #9755ff !important }

.play-icon-left:hover, .play-icon-right:hover { width: 50%}

.play-icon-left .cont-media, .play-icon-right .cont-media {
    transition: all 0.7s ease-in-out;
    height: 180px;
    width: 200px;
    float: left;
    padding: 25px 0px;
}

.play-icon-left:hover .cont-media, .play-icon-right:hover .cont-media {
    transition: all 0.7s ease-in-out;
    display: inline-block !important;
    position: relative;
    top: 0px;
    margin-right: 0px;
}

.play-icon-left .cont-frame, .play-icon-right .cont-frame {
    width: 360px;
    height: 150px;
    float: left;
    opacity: 0;
	margin-top: -100px;
    transition: all 0.7s ease-in-out;
}
	
.play-icon-left:hover .cont-frame, .play-icon-right:hover .cont-frame {
	opacity: 1 ;
	display: inline-block !important;
	 width: 360px;
	 margin-top: 0px;
    height: 180px;  
}

.artist-cont .cover {
    background: #f9f9f9;
    padding: 1px;
    box-shadow: 2px 1px 3px rgba(0,0,0,0.25);
    border-radius: 5px !important;
    position: relative;
    z-index: 1025;
    height: 250px;
    width: 250px;
    right: 0px;
    margin: 0px auto;
	transition: all 0.5s ease-in-out 
}

.artist-cont:hover .cover { right: 49px; }

.cover img { border-radius: 3px !important; width: 100% }

.ear {
    position: absolute;
    top: 10px;
    z-index: 1024;
    right: 103px;
}

.ear img {  height: 235px; }

.artist-cont .vinil { 
    position: absolute;
    top: 10px;
    z-index: 1023;
    right: 75px; transform: rotate(0deg);
	 transition: all 0.7s ease  }
	
.artist-cont:hover .vinil { right: -13px; transform: rotate(1080deg) }
	
.vinil-disc { height: 235px; }
.artist-cont .vinil-cover { height: 76px;
    right: 34%;
    border-radius: 50% !important;
    position: absolute;
    top: 34%;
	transform: rotate(0deg);
	transition: all 0.7s ease }
	
.artist-cont:hover .vinil-cover { transform: rotate(1080deg); }
	
.copyright-socials.light li i {
    width: initial;
    height: 50px;
    padding: 0px;
    line-height: 50px !important;
    color: #47515a;
	font-size: 18px !important; }
	
.copyright-socials.light li:hover i	 { color: #9755ff }
	
.artist-desc p { font-size: 15px }
.artist-title h3 { color: #47515a;
    font-family: 'Poppins';
    margin-top: 30px !important;
    font-size: 25px; }
	
h3 a { font-weight:100 !important; transition: all 0.5s }
h3 a:hover { text-decoration:none !important }

.media { 
    display: block;
    position: relative;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
	padding: 0px }

.media:before {
    content: '';
    width: 100%;
    height: 600px;
    display: block;
    position: absolute;
    background: rgba(39, 17, 91, 0.5);
    transition: all 1s ease-in-out;
}
.media:hover:before { background: rgba(39, 17, 91, 0.85) }

.media .container {
    margin-top: 80px;
    margin-bottom: 60px;
    z-index: 1025;
    position: relative;
}

.media h2 { color:white !important }
.media i { color: white !important}

.tickets .container { padding-bottom: 80px }

.artist-cont { margin-bottom: 35px; border-bottom: 1px solid #f1f1f1;}

.table { font-size: 16px; color: #727575 }
.table strong { color: #2b2d38; font-weight:100 !important }
td { vertical-align:middle !important; text-align:left !important; border-top: 0px !important }
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: none;
}

.bio { 
	display: block;
    position: relative;
    background-position: center;
    background-size: cover;
	background-attachment:fixed;
    overflow: hidden;
}

.bio:before {
    content: '';
    width: 100%;
    height: 850px;
    display: block;
    position: absolute;
    background: rgba(39, 17, 91, 0.5);
    z-index: 1024;
    transition: all 1s ease-in-out 
}

.bio:hover:before { background: rgba(39, 17, 91, 0.85)  }

.bio-content { position: relative;
    z-index: 1025;
    margin-top: 80px;
    margin-bottom: 80px; }
	
.bio-content p {
	    color: white;
    font-size: 13px;
    line-height: 22px; text-align:justify
 }
 
 .bio-content p span { color:white !important }
 
.bio-content h3 {
    color: white;
    font-size: 40px;
    margin-top: 8px !important;
}

.bio-content i { color: white;
    line-height: 18px !important;
    font-size: 65px !important; margin-top: 20px !important}
	
.bio-content img { padding: 15px;
    border: 1px solid rgba(255,255,255,0.2)}
	
.content-info { margin: 0px 8%;border: 1px solid lightgray;padding: 25px 0px; margin-bottom: 25px  }
.info-icon-left { padding-right: 0px; text-align: center; }
.info-icon-left i { font-size: 60px; border-right: 1px solid lightgray;  padding-right: 20px; }
.info-text-left { padding-left: 0px;
    font-size: 20px; color:#47515a;
    text-align: left; }
.info-text-left span { font-size: 13px;
    display: block;
    margin-top: 10px;
    font-weight: 100; 
}
.info-icon-right { padding-right: 0px;
    text-align: center; }
	
.info-icon-right i { font-size: 60px;
    border-right: 1px solid lightgray;
    padding-right: 20px; }

.info-text-right { padding-left: 0px;
    font-size: 20px;
    text-align: left;color:#47515a; }

.info-text-right span { font-size: 13px;
    display: block;
    margin-top: 10px;
    font-weight: 100; }
	
.details { padding: 75px 0px 65px }
.genres { margin-top: 30px;margin-bottom: 15px;font-size: 20px; color: #47515a; letter-spacing:0.5px }
.follow { background: none;
    color: #47515a;
    padding: 8px 0px;
    width: 285px;
    margin: 0px auto;
    margin-top: 10px;
    border: 2px solid #d3d3d3; font-size:15px !important }
	
.details:hover .copyright-line { 
	width: 80px;
}

.btn-container { position: absolute;
    bottom: 75px;
    width: 100%;
    text-align: center;
	z-index: 1024}
	
.banner-mid .btn {
    background: none;
    color: white;
    padding: 10px 0px;
    border: 2px solid white;
    margin: 0px 5px;
    width: 285px;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.3px;
    display: inline-block;
    transition: all 0.6s ease-in-out;
 }
 
 .banner-mid .btn:hover { color: #b94af6; border: 2px solid #b94af6 }
 
 .banner-mid .btn i {
    opacity: 0;
    width: 10px !important;
    margin-right: -15px;
    color: white;
    font-size: 18px !important;
    top: 3px;
    position: relative;
    transition: all 0.6s;
}

.banner-mid .btn:hover i {
    margin-right: 12px;
    opacity: 1;
    color: #b94af6;
}

.banner-mid { margin-top:0px; height:466px; 
    position: relative; width: 100%; background-size: cover;
    overflow: hidden;  }

.banner-mid:before {
    content: '';
    width: 100%;
    height: 850px;
    display: block;
    position: absolute;
    background: rgba(15, 1, 47, 0.5);
    z-index: 1024;
    transition: all 1s ease-in-out;
}

.banner-mid:hover:before { background: rgba(15, 1, 47, 0.75) }

.welcome {
    color: white;
    font-family: 'poppins';
    font-size: 16px;
    height: 70px;
    display: inline-block;
    letter-spacing: 0.5px;
    line-height: 70px;
    text-align: right;
}

.full-width { width: 100% !important }
a.logout { color: white;
    font-weight: 100;
    border-left: 2px solid white;
    padding-left: 15px;
    margin-left: 10px;
	transition: all 0.5s ease-in-out }
	
a:hover.logout { color: #b94af6 }

.title-container {     position: absolute;
    bottom: 150px;
    width: 100%;
    text-align: center;
    z-index: 1024; }
	
.title-container h1 { width: 60%;
    display: block;
    margin: 0px auto !important;
    color: white;
    font-size: 60px;
    line-height: 70px; }

.page-on-scroll .welcome {
     color: white;
}

.page-on-scroll a.logout {
    color: white;
    font-weight: 100;
    border-left: 2px solid #9755ff;
	transition: all 0.5s ease-in-out
}

.page-on-scroll a.logout:hover {
    color: #9755ff;
}

.page-on-scroll .user-image {
    border: 2px solid white;
}

 .submenu a {color: #5e7587;
    border: 2px solid #5e7587;
    margin-right: 10px;
    padding: 10px 0px; width:250px; opacity:0;
	display: none;
    transition: all 1s ease-in-out;
 }
 
 .submenu a i {
    opacity: 0;
    width: 10px !important;
    margin-right: -15px;
    color: #5e7587;
    font-size: 18px !important;
    top: 3px;
    position: relative;
    transition: all 0.6s;
}

.submenu a:hover i {
    margin-right: 12px;
    opacity: 1;
    color: white;
}
.page-on-scroll .submenu a {
    color: #5e7587;
    border: 2px solid #5e7587;
    margin-right: 10px;
    padding: 10px 0px; opacity:1;
	display: inline-block;
    transition: all 0.5s ease-in-out;
}

.page-on-scroll .submenu a:hover {
    border: 2px solid white; color : white
}

.big { padding: 12px 0px;
    font-size: 18px;
    width: 300px;
    letter-spacing: 0.3px;
    margin-bottom: 25px; }
.big i { font-size: 18px !important }

.modal { background: rgba(18,27,35,0.5); }
.modal .btn-brd-primary.light {
    background: #384f61 !important;
}
.modal .btn-brd-primary.light:hover {
    background: #9755ff !important;
}
.modal .btn {  padding: 10px 0px; letter-spacing:0.3px ; width:100%}
.modal .btn i {
    font-size: 16px !important;
    position: relative;
    top: 2px;
}

form .btn-brd-primary.light {
    background: #384f61 !important;
}
form .btn-brd-primary.light:hover {
    background: #9755ff !important;
}
form .btn {  padding: 10px 50px; letter-spacing:0.3px ; width:100%}
form .btn i {
    font-size: 16px !important;
    position: relative;
    top: 2px;
}

form a.btn.active { color: white !important }

.margin-login .copyright-line {
    height: 2px;
    width: 30px;
    background: linear-gradient(135deg, #ff1493 0%,#6433d7 75%);
    text-align: center;
    position: relative;
    margin: 0px auto;
    margin-bottom: 20px;
    margin-top: 15px;
    transition: all 0.5s;
}

.margin-login:hover .copyright-line {
	width: 120px	
}

.form-control.input-login { transition: all 0.3s ease-in-out } 
.has-error .form-control.input-login {
    box-shadow: none;
    background: #bd0e0e !important; color:white !important
}
i.input { transition: all 0.3s ease-in-out } 
.has-error i.input { border-right: 1px solid rgb(255, 192, 192);
    color: rgb(255, 192, 192); }
	
.form-control.input-login::-webkit-input-placeholder { color: rgb(94, 117, 135) !important; transition: all 0.3s ease-in-out }
.form-control.input-login:-moz-placeholder { color: rgb(94, 117, 135) !important; transition: all 0.3s ease-in-out }
.form-control.input-login::-moz-placeholder { color: rgb(94, 117, 135) !important; transition: all 0.3s ease-in-out }
.form-control.input-login:-ms-input-placeholder { color: rgb(94, 117, 135) !important; transition: all 0.3s ease-in-out }

.has-error .form-control.input-login::-webkit-input-placeholder { color: rgb(255, 192, 192) !important; }
.has-error .form-control.input-login:-moz-placeholder { color: rgb(255, 192, 192) !important }
.has-error .form-control.input-login::-moz-placeholder { color: rgb(255, 192, 192) !important }
.has-error .form-control.input-login:-ms-input-placeholder { color: rgb(255, 192, 192) !important }

.form-title b { font-size: 18px; color: #5e7587; font-weight:100 }

form .copyright-line { margin-top: 20px; margin-bottom: 10px }
.alert-danger {
    background-color: #bd0e0e !important;
    border-color: #bd0e0e !important;
    color: #ffc0c0 !important;
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 0px solid #ddd;
}

.select2-container .select2-choice > .select2-chosen {
    background: none;
}

.select2-container .select2-choice {
    height: 32px !important;
    border: 1px solid #e5e5e5 !important;
    background-color: transparent !important;
    background-image: none !important;
	line-height: 32px !important; font-weight: 100 !important;
}

.select2-container .select2-choice .select2-arrow {
    border-left: 1px solid white !important;
    background: white !important;
    background-image: none !important;
}

.hour-first { font-size: 18px; text-align: left}
.hour-second { font-size: 18px;  text-align: left }
.hour-min { text-align: left; font-size: 11px; margin-left: 0px; line-height:20px ;margin-top: 8px;
margin-right: 3px;}

.nav-right.hidden-xs { z-index:1027 }
	
.shadow {
	box-shadow: 0px 10px 250px 75px rgba(0,0,0,75);
    position: absolute;
    z-index: 1035 !important;
    height: 10px;
    width: 100%;
    margin-top: -10px; }
	
.form-title.margin-top-40 { margin-top: 15px !important; margin-bottom: 15px !important }
.form-actions.margin-top-40 { margin-top: 15px !important }

.tickets .form-control { padding: 0px 5px !important }
.tickets .btn-brd-primary.light.full-width {     
	height: 34px !important;
    padding: 8px 0px !important;
    margin-left: -1px !important; }
	
.tickets .btn-brd-primary.green.full-width {     
	height: 34px !important;
    padding: 8px 0px !important;
    margin-left: -1px !important; }
	
.btn-brd-primary.green i { color: white !important }
	
.tickets .btn-brd-primary.red.full-width {     
	height: 34px !important;
    padding: 8px 0px !important;
    margin-left: -1px !important; }