.ht-100 {
  height: 100px;
}
.ht-150 {
  height: 150px;
}
.ht-200 {
  height: 200px;
}
.ht-250 {
  height: 250px;
}
.ht-300 {
  height: 300px;
}
.ht-350 {
  height: 350px;
}
.ht-400 {
  height: 400px;
}
.ht-450 {
  height: 450px;
}
.ht-500 {
  height: 500px;
}
.ht-550 {
  height: 550px;
}
.ht-600 {
  height: 600px;
}

div.ht-100 {
  height: 100px;
}
div.ht-150 {
  height: 150px;
}
div.ht-200 {
  height: 200px;
}
div.ht-250 {
  height: 250px;
}
div.ht-300 {
  height: 300px;
}
div.ht-350 {
  height: 350px;
}
div.ht-400 {
  height: 400px;
}
div.ht-450 {
  height: 450px;
}
div.ht-500 {
  height: 500px;
}
div.ht-550 {
  height: 550px;
}
div.ht-600 {
  height: 600px;
}
.content img.offSet-50 {
  margin-top: -50px;
}
.offSet-50 {
  margin-top: -50px;
}
.offSet-100 {
  margin-top: -100px;
}
.offSet-200 {
  margin-top: -200px;
}
.offSet-300 {
  margin-top: -300px;
}
.offSet-400 {
  margin-top: -400px;
}
.offSet-500 {
  margin-top: -500px;
}
.offSet-600 {
  margin-top: -600px;
}
.offSet-700 {
  margin-top: -700px;
}

div.offSet-50 {
  margin-top: -50px;
}
div.offSet-100 {
  margin-top: -100px;
}
div.offSet-200 {
  margin-top: -200px;
}
div.offSet-300 {
  margin-top: -300px;
}
div.offSet-400 {
  margin-top: -400px;
}
div.offSet-500 {
  margin-top: -500px;
}
div.offSet-600 {
  margin-top: -600px;
}
div.offSet-700 {
  margin-top: -700px;
}

div.container.offSet-50 {
  margin-top: -50px;
}
div.container.offSet-100 {
  margin-top: -100px;
}
div.container.offSet-200 {
  margin-top: -200px;
}
div.container.offSet-300 {
  margin-top: -300px;
}
div.container.offSet-400 {
  margin-top: -400px;
}
div.container.offSet-500 {
  margin-top: -500px;
}
div.container.offSet-600 {
  margin-top: -600px;
}
div.container.offSet-700 {
  margin-top: -700px;
}

.overflow {
  overflow: visible;
}
.img-right-ab {
  position: absolute;
  right: 0;
  height: auto;
  width: auto;
}
.ht-max {
  height: 100%;
  width: auto;
}
.quick-search {
  position: absolute;
  background: #fff;
  width: 80%;
  padding: 18px 10px;
  top: 95px;
  left: -100%;
  border-radius: 10px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  box-shadow: 0px -5px 11px 11px rgba(34, 34, 34, 0.23);
  z-index: 9999999;
}
.curved {
  border-radius: 10px;
  z-index: 1;
}
.btn {
  float: left;
  width: auto;
}
.quick-search form input.form-control {
  border: none;
  border-bottom: 1px solid #f85449;
  font-size: 18px;
  font-weight: 300;
}

.cookie-notification {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
  background: #fff;
  padding: 25px 5px;
  box-shadow: 2px 0px 12px #ccc;
  display: block;
}
.cookie-notification p {
  font-weight: bold;
}
.cookie-notification button {
  background: #0f0d8a;
  border: 1px solid #0f0d8a;
  padding: 15px 40px;
  font-size: 15px;
  color: #fff;
  border-radius: 50px;
  text-transform: capitalize;
}

div.search-result h5 {
  color: #254dae;
}
div.search-result a {
  padding: 0px;
}
.right {
  text-align: right;
  float: right;
}

ul.right {
  float: right;
}

.content h1 {
  font-size: 40px;
}
.content h2 {
  font-size: 35px;
}
.content h3 {
  font-size: 30px;
}
.content h4 {
  font-size: 25px;
}
.content h5 {
  font-size: 20px;
}
.content h6 {
  font-size: 18px;
}
.lift-up {
  transition: all 1s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.lift-up:hover {
  margin-top: -10px;
}

.no-overflow-x {
  overflow-x: hidden;
}

.no-overflow-y {
  overflow-y: hidden;
}

.no-overflow {
  overflow: hidden;
}

.no-margin {
  margin: 0px !important;
}

.all-caps {
  font-size: 32px;
  text-transform: uppercase;
  text-align: center;
  width: 90%;
  margin: 20px auto;
  display: block;
  color: #fff;
  word-break: break-word;
}
.all-caps:after {
  display: block;
  margin: 36px auto;
  content: "";
  background: #39b392;
  width: 10%;
  height: 2px;
}
.justify-center {
  font-size: 18px;
  width: 70%;
  display: block;
  margin: 10px auto;
  text-align: center;
}
.full-width {
  width: 100%;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  display: block;
  float: left;
}
.full-width img {
  width: 100%;
  height: auto;
}

div.container {
  width: 95%;
  margin: 0% 2.5%;
  float: left;
  display: block;
  position: relative;
  z-index: 100;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  padding: 0px;
}
div.mag-up {
  margin-top: -50px;
}

.mag-top-1 {
  margin-top: 10px;
}
.mag-top-2 {
  margin-top: 20px;
}
.mag-top-3 {
  margin-top: 30px;
}
.mag-top-4 {
  margin-top: 40px;
}
.mag-top-5 {
  margin-top: 50px;
}
.mag-top-6 {
  margin-top: 60px;
}
.mag-top-7 {
  margin-top: 70px;
}
.mag-top-8 {
  margin-top: 80px;
}
.mag-top-9 {
  margin-top: 90px;
}
.mag-top-10 {
  margin-top: 100px;
}
.mag-top-11 {
  margin-top: 110px;
}
.mag-top-12 {
  margin-top: 120px;
}
.mag-top-13 {
  margin-top: 130px;
}
.mag-top-14 {
  margin-top: 140px;
}
.mag-top-15 {
  margin-top: 150px;
}
div.mag-top-1 {
  margin-top: 10px;
}
div.mag-top-2 {
  margin-top: 20px;
}
div.mag-top-3 {
  margin-top: 30px;
}
div.mag-top-4 {
  margin-top: 40px;
}
div.mag-top-5 {
  margin-top: 50px;
}
div.mag-top-6 {
  margin-top: 60px;
}
div.mag-top-7 {
  margin-top: 70px;
}
div.mag-top-8 {
  margin-top: 80px;
}
div.mag-top-9 {
  margin-top: 90px;
}
div.mag-top-10 {
  margin-top: 100px;
}

div.container.mag-top-1 {
  margin-top: 10px;
}
div.container.mag-top-2 {
  margin-top: 20px;
}
div.container.mag-top-3 {
  margin-top: 30px;
}
div.container.mag-top-4 {
  margin-top: 40px;
}
div.container.mag-top-5 {
  margin-top: 50px;
}
div.container.mag-top-6 {
  margin-top: 60px;
}
div.container.mag-top-7 {
  margin-top: 70px;
}
div.container.mag-top-8 {
  margin-top: 80px;
}
div.container.mag-top-9 {
  margin-top: 90px;
}
div.container.mag-top-10 {
  margin-top: 100px;
}

.mag-bottom-1 {
  margin-bottom: 10px;
}
.mag-bottom-2 {
  margin-bottom: 20px;
}
.mag-bottom-3 {
  margin-bottom: 30px;
}
.mag-bottom-4 {
  margin-bottom: 40px;
}
.mag-bottom-5 {
  margin-bottom: 50px;
}
.mag-bottom-6 {
  margin-bottom: 60px;
}
.mag-bottom-7 {
  margin-bottom: 70px;
}
.mag-bottom-8 {
  margin-bottom: 80px;
}
.mag-bottom-9 {
  margin-bottom: 90px;
}
.mag-bottom-10 {
  margin-bottom: 100px;
}

div.mag-bottom-1 {
  margin-bottom: 10px;
}
div.mag-bottom-2 {
  margin-bottom: 20px;
}
div.mag-bottom-3 {
  margin-bottom: 30px;
}
div.mag-bottom-4 {
  margin-bottom: 40px;
}
div.mag-bottom-5 {
  margin-bottom: 50px;
}
div.mag-bottom-6 {
  margin-bottom: 60px;
}
div.mag-bottom-7 {
  margin-bottom: 70px;
}
div.mag-bottom-8 {
  margin-bottom: 80px;
}
div.mag-bottom-9 {
  margin-bottom: 90px;
}
div.mag-bottom-10 {
  margin-bottom: 100px;
}

div.container.mag-bottom-1 {
  margin-bottom: 10px;
}
div.container.mag-bottom-2 {
  margin-bottom: 20px;
}
div.container.mag-bottom-3 {
  margin-bottom: 30px;
}
div.container.mag-bottom-4 {
  margin-bottom: 40px;
}
div.container.mag-bottom-5 {
  margin-bottom: 50px;
}
div.container.mag-bottom-6 {
  margin-bottom: 60px;
}
div.container.mag-bottom-7 {
  margin-bottom: 70px;
}
div.container.mag-bottom-8 {
  margin-bottom: 80px;
}
div.container.mag-bottom-9 {
  margin-bottom: 90px;
}
div.container.mag-bottom-10 {
  margin-bottom: 100px;
}

span.pos-abs-left.mag-top-1 {
  margin-top: 10px;
}
span.pos-abs-left.mag-top-2 {
  margin-top: 20px;
}
span.pos-abs-left.mag-top-3 {
  margin-top: 30px;
}
span.pos-abs-left.mag-top-4 {
  margin-top: 40px;
}
span.pos-abs-left.mag-top-5 {
  margin-top: 50px;
}
span.pos-abs-left.mag-top-6 {
  margin-top: 60px;
}
span.pos-abs-left.mag-top-7 {
  margin-top: 70px;
}
span.pos-abs-left.mag-top-8 {
  margin-top: 80px;
}
span.pos-abs-left.mag-top-9 {
  margin-top: 90px;
}
span.pos-abs-left.mag-top-10 {
  margin-top: 100px;
}

span.pos-abs-left.mag-bottom-1 {
  margin-bottom: 10px;
}
span.pos-abs-left.mag-bottom-2 {
  margin-bottom: 20px;
}
span.pos-abs-left.mag-bottom-3 {
  margin-bottom: 30px;
}
span.pos-abs-left.mag-bottom-4 {
  margin-bottom: 40px;
}
span.pos-abs-left.mag-bottom-5 {
  margin-bottom: 50px;
}
span.pos-abs-left.mag-bottom-6 {
  margin-bottom: 60px;
}
span.pos-abs-left.mag-bottom-7 {
  margin-bottom: 70px;
}
span.pos-abs-left.mag-bottom-8 {
  margin-bottom: 80px;
}
span.pos-abs-left.mag-bottom-9 {
  margin-bottom: 90px;
}
span.pos-abs-left.mag-bottom-10 {
  margin-bottom: 100px;
}

span.header-span.mag-top-1 {
  margin-top: 10px;
}
span.header-span.mag-top-2 {
  margin-top: 20px;
}
span.header-span.mag-top-3 {
  margin-top: 30px;
}
span.header-span.mag-top-4 {
  margin-top: 40px;
}
span.header-span.mag-top-5 {
  margin-top: 50px;
}
span.header-span.mag-top-6 {
  margin-top: 60px;
}
span.header-span.mag-top-7 {
  margin-top: 70px;
}
span.header-span.mag-top-8 {
  margin-top: 80px;
}
span.header-span.mag-top-9 {
  margin-top: 90px;
}
span.header-span.mag-top-10 {
  margin-top: 100px;
}

span.header-span.mag-bottom-1 {
  margin-bottom: 10px;
}
span.header-span.mag-bottom-2 {
  margin-bottom: 20px;
}
span.header-span.mag-bottom-3 {
  margin-bottom: 30px;
}
span.header-span.mag-bottom-4 {
  margin-bottom: 40px;
}
span.header-span.mag-bottom-5 {
  margin-bottom: 50px;
}
span.header-span.mag-bottom-6 {
  margin-bottom: 60px;
}
span.header-span.mag-bottom-7 {
  margin-bottom: 70px;
}
span.header-span.mag-bottom-8 {
  margin-bottom: 80px;
}
span.header-span.mag-bottom-9 {
  margin-bottom: 90px;
}
span.header-span.mag-bottom-10 {
  margin-bottom: 100px;
}

span.mag-top-1 {
  margin-top: 10px;
}
span.mag-top-2 {
  margin-top: 20px;
}
span.mag-top-3 {
  margin-top: 30px;
}
span.mag-top-4 {
  margin-top: 40px;
}
span.mag-top-5 {
  margin-top: 50px;
}
span.mag-top-6 {
  margin-top: 60px;
}
span.mag-top-7 {
  margin-top: 70px;
}
span.mag-top-8 {
  margin-top: 80px;
}
span.mag-top-9 {
  margin-top: 90px;
}
span.mag-top-10 {
  margin-top: 100px;
}

span.mag-bottom-1 {
  margin-bottom: 10px;
}
span.mag-bottom-2 {
  margin-bottom: 20px;
}
span.mag-bottom-3 {
  margin-bottom: 30px;
}
span.mag-bottom-4 {
  margin-bottom: 40px;
}
span.mag-bottom-5 {
  margin-bottom: 50px;
}
span.mag-bottom-6 {
  margin-bottom: 60px;
}
span.mag-bottom-7 {
  margin-bottom: 70px;
}
span.mag-bottom-8 {
  margin-bottom: 80px;
}
span.mag-bottom-9 {
  margin-bottom: 90px;
}
span.mag-bottom-10 {
  margin-bottom: 100px;
}
.browseSpan {
  width: auto;
  padding: 0px 10px;
  text-transform: capitalize;
  line-height: 40px;
  background: #eee;
  margin: 7px 0px;
  margin-left: -10px;
}
div.no-border {
  border: none;
}
.bordered {
  border: 1px solid #f2f2f2;
}
.bordered-down {
  border-bottom: 1px solid #f2f2f2;
}
.bordered-top {
  border-top: 1px solid #f2f2f2;
}
div.mag-auto {
  display: block;
  position: relative;
  float: none;
  margin: 0% auto;
}
.shadow {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.width-100 {
  width: 100%;
}
.height-100 {
  height: 100%;
}
.width-auto {
  width: auto;
}
.height-auto {
  height: auto;
}
div.pad-1 {
  padding: 10px;
  float: left;
}
div.pad-2 {
  padding: 15px;
  float: left;
}
div.pad-3 {
  padding: 20px;
  float: left;
}
div.pad-4 {
  padding: 25px;
  float: left;
}
div.pad-5 {
  padding: 30px;
  float: left;
}
div.pad-6 {
  padding: 35px;
  float: left;
}
div.pad-7 {
  padding: 40px;
  float: left;
}
div.pad-8 {
  padding: 45px;
  float: left;
}
div.pad-9 {
  padding: 50px;
  float: left;
}
div.pad-10 {
  padding: 55px;
  float: left;
}
div.pad-20 {
  padding: 60px;
  float: left;
}
div.pad-30 {
  padding: 65px;
  float: left;
}
div.pad-custom-1 {
  padding: 10px 65px;
}
.pad-bottom-1 {
  padding-bottom: 10px !important;
}
.pad-top-1 {
  padding-top: 10px !important;
}
.pad-bottom-2 {
  padding-bottom: 20px !important;
}
.pad-top-2 {
  padding-top: 20px !important;
}
.pad-bottom-3 {
  padding-bottom: 30px !important;
}
.pad-top-3 {
  padding-top: 30px !important;
}
.pad-bottom-4 {
  padding-bottom: 40px !important;
}
.pad-top-4 {
  padding-top: 40px !important;
}
.pad-bottom-5 {
  padding-bottom: 50px !important;
}
.pad-top-5 {
  padding-top: 50px !important;
}
.pad-bottom-6 {
  padding-bottom: 60px !important;
}
.pad-top-6 {
  padding-top: 60px !important;
}
.pad-bottom-7 {
  padding-bottom: 70px !important;
}
.pad-top-7 {
  padding-top: 70px !important;
}
.pad-bottom-8 {
  padding-bottom: 80px !important;
}
.pad-top-8 {
  padding-top: 80px !important;
}
.pad-bottom-9 {
  padding-bottom: 90px !important;
}
.pad-top-9 {
  padding-top: 90px !important;
}
.pad-bottom-10 {
  padding-bottom: 100px !important;
}
.pad-top-10 {
  padding-top: 100px !important;
}

.no-padding {
  padding: 0px;
}
.no-pad-Top {
  padding-top: 0px;
}
.no-pad-Left {
  padding-left: 0px;
}
.no-pad-Right {
  padding-right: 0px;
}
.no-pad-Bottom {
  padding-bottom: 0px;
}
div.no-padding {
  padding: 0px;
}
div.no-pad-Top {
  padding-top: 0px;
}
div.no-pad-Left {
  padding-left: 0px;
}
div.no-pad-Right {
  padding-right: 0px;
}
div.no-pad-Bottom {
  padding-bottom: 0px;
}
/*animations*/
.fallDown {
  animation-name: dropdown;
  animation-delay: 0s;
  animation-timing-function: ease-in;
  animation-duration: 0.5s;
}

.flyInLeft {
  animation-name: flyInLeft;
  animation-delay: 0s;
  animation-timing-function: ease-in;
  animation-duration: 1.5s;
}
.flyInRight {
  animation-name: flyInRight;
  animation-delay: 0s;
  animation-timing-function: ease-in;
  animation-duration: 1.5s;
}

.downUp {
  animation-name: downUp;
  animation-delay: 0s;
  animation-timing-function: ease-in;
  animation-duration: 0.5s;
}

/* setting some animation presets for the site template */
@keyframes dropdown {
  0% {
    opacity: 0;
    margin-top: -5px;
  }
  100% {
    opacity: 1;
    margin-top: 0px;
  }
}

@-moz-keyframes dropdown {
  0% {
    opacity: 0;
    margin-top: -5px;
  }
  100% {
    opacity: 1;
    margin-top: 0px;
  }
}

@-webkit-keyframes dropdown {
  0% {
    opacity: 0;
    margin-top: -5px;
  }
  100% {
    opacity: 1;
    margin-top: 0px;
  }
}

@-ms-keyframes dropdown {
  0% {
    opacity: 0;
    margin-top: -5px;
  }
  100% {
    opacity: 1;
    margin-top: 0px;
  }
}

@keyframes flyInLeft {
  0% {
    opacity: 0;
    margin-right: -100px;
  }
  100% {
    opacity: 0.75;
    margin-right: 0px;
  }
}

@-webkit-keyframes flyInLeft {
  0% {
    opacity: 0;
    margin-right: -100px;
  }
  100% {
    opacity: 0.75;
    margin-right: 0px;
  }
}

@-moz-keyframes flyInLeft {
  0% {
    opacity: 0;
    margin-right: -100px;
  }
  100% {
    opacity: 0.75;
    margin-right: 0px;
  }
}

@-ms-keyframes flyInLeft {
  0% {
    opacity: 0;
    margin-right: -100px;
  }
  100% {
    opacity: 0.75;
    margin-right: 0px;
  }
}

@keyframes flyInRight {
  0% {
    opacity: 0;
    margin-left: -100px;
  }
  100% {
    opacity: 1;
    margin-left: 0px;
  }
}

@-webkit-keyframes flyInRight {
  0% {
    opacity: 0;
    margin-left: -100px;
  }
  100% {
    opacity: 1;
    margin-left: 0px;
  }
}

@-moz-keyframes flyInRight {
  0% {
    opacity: 0;
    margin-left: -100px;
  }
  100% {
    opacity: 1;
    margin-left: 0px;
  }
}

@-ms-keyframes flyInRight {
  0% {
    opacity: 0;
    margin-left: -100px;
  }
  100% {
    opacity: 1;
    margin-left: 0px;
  }
}

@keyframes downUp {
  0% {
    opacity: 0;
    margin-top: 120px;
  }
  100% {
    opacity: 1;
    margin-top: 80px;
  }
}

@-webkit-keyframes downUp {
  0% {
    opacity: 0;
    margin-top: 120px;
  }
  100% {
    opacity: 1;
    margin-top: 80px;
  }
}

@-moz-keyframes downUp {
  0% {
    opacity: 0;
    margin-top: 120px;
  }
  100% {
    opacity: 1;
    margin-top: 80px;
  }
}

@-ms-keyframes downUp {
  0% {
    opacity: 0;
    margin-top: 120px;
  }
  100% {
    opacity: 1;
    margin-top: 80px;
  }
}

.sect-100 {
  height: 100px;
  overflow: hidden;
}
.sect-150 {
  height: 150px;
  overflow: hidden;
}
.sect-200 {
  height: 200px;
  overflow: hidden;
}
.sect-250 {
  height: 250px;
  overflow: hidden;
}
.sect-300 {
  height: 300px;
  overflow: hidden;
}
.sect-350 {
  height: 350px;
  overflow: hidden;
}
.sect-400 {
  height: 400px;
  overflow: hidden;
}
.sect-450 {
  height: 450px;
  overflow: hidden;
}
.sect-500 {
  height: 500px;
  overflow: hidden;
}
.sect-550 {
  height: 550px;
  overflow: hidden;
}
.sect-600 {
  height: 600px;
  overflow: hidden;
}
.sect-700 {
  height: 700px;
  overflow: hidden;
}
.sect-800 {
  height: 800px;
  overflow: hidden;
}
.sect-900 {
  height: 900px;
  overflow: hidden;
}
.sect-1000 {
  height: 1000px;
  overflow: hidden;
}
div.mag-10 {
  margin: 10px 0px;
  padding: 0px;
}
div.mag-20 {
  margin: 20px 0px;
  padding: 0px;
}
div.mag-30 {
  margin: 30px 0px;
  padding: 0px;
}
div.mag-30-minus {
  margin: -30px 0px;
  padding: 0px;
}

.current {
  display: block;
  width: 100%;
}
section.active {
  display: block;
}
div.active {
  display: block;
}
li.active {
  display: block;
}
ul.active {
  display: block;
}
.iconic {
  font-size: 42px;
  margin: 7px 0px;
  line-height: 45px;
}
i.iconic {
  font-size: 42px;
  margin: 7px 0px;
  line-height: 45px;
}
.padded {
  padding: 45px;
}
.center-align {
  text-align: center;
}
.center-align h1 {
  text-align: center;
}
.center-align h2 {
  text-align: center;
}
.center-align h3 {
  text-align: center;
}
.center-align h4 {
  text-align: center;
}
.center-align h5 {
  text-align: center;
}
.center-align h6 {
  text-align: center;
}
.center-align div {
  text-align: center;
}
.center-align p {
  text-align: center;
}
.center-align i {
  text-align: center;
}
.center-align li {
  text-align: center;
  width: 100%;
}

.right-align {
  text-align: right;
}
h1.right-align {
  text-align: right;
}
h2.right-align {
  text-align: right;
}
h3.right-align {
  text-align: right;
}
h4.right-align {
  text-align: right;
}
h5.right-align {
  text-align: right;
}
h6.right-align {
  text-align: right;
}
div.right-align {
  text-align: right;
}
p .right-align {
  text-align: right;
}
i .right-align {
  text-align: right;
}
li.right-align {
  text-align: right;
  width: 100%;
}

.left-align {
  text-align: left;
}
.left-align h1 {
  text-align: left;
}
.left-align h2 {
  text-align: left;
}
.left-align h3 {
  text-align: left;
}
.left-align h4 {
  text-align: left;
}
.left-align h5 {
  text-align: left;
}
.left-align h6 {
  text-align: left;
}
.left-align div {
  text-align: left;
}
.left-align p {
  text-align: left;
}
.left-align i {
  text-align: left;
}
.left-align li {
  text-align: left;
  width: 100%;
}
.center-align {
  text-align: center;
}
.center-align h1 {
  text-align: center;
}
.center-align h2 {
  text-align: center;
}
.center-align h3 {
  text-align: center;
}
.center-align h4 {
  text-align: center;
}
.center-align h5 {
  text-align: center;
}
.center-align h6 {
  text-align: center;
}
.center-align div {
  text-align: center;
}
.center-align p {
  text-align: center;
}
.center-align i {
  text-align: center;
}
.center-align li {
  text-align: center;
  width: 100%;
}

.right-align {
  text-align: right;
}
.right-align h1 {
  text-align: right;
}
.right-align h2 {
  text-align: right;
}
.right-align h3 {
  text-align: right;
}
.right-align h4 {
  text-align: right;
}
.right-align h5 {
  text-align: right;
}
.right-align h6 {
  text-align: right;
}
.right-align div {
  text-align: right;
}
.right-align p {
  text-align: right;
}
.right-align i {
  text-align: right;
}
li.right-align {
  text-align: right;
  width: 100%;
}

.left-align {
  text-align: left;
}
h1.left-align {
  text-align: left;
}
h2.left-align {
  text-align: left;
}
h3.left-align {
  text-align: left;
}
h4.left-align {
  text-align: left;
}
h5.left-align {
  text-align: left;
}
h6.left-align {
  text-align: left;
}
div.left-align {
  text-align: left;
}
p .left-align {
  text-align: left;
}
i .left-align {
  text-align: left;
}
li.left-align {
  text-align: left;
  width: 100%;
}

.set-right {
  float: right !important;
}
button.full-width-btn {
  width: 100%;
}
.form-group {
  margin-bottom: 5px;
  padding: 0px 5px;
}
.form-group.col-md-6 {
  padding: 0px 5px;
}
button.btn {
  line-height: 35px;
  box-shadow: none;
  text-transform: capitalize;
  font-weight: 500;
  border-radius: 5px;
  font-size: 12px;
  margin-right: 2px;
  border: 2px solid rgba(119, 4, 79, 0.42);
}
label {
  margin-bottom: 2px;
  font-weight: 500;
  font-size: 12px;
  color: #333;
  width: 100%;
}
ul.floater {
  float: left;
  margin: 0px;
  margin-left: -40px;
}
ul.floater li {
  float: left;
}
hr {
  width: 100%;
  float: left;
  margin: 0px;
}
ul.mid-pos-links {
  width: 200px;
  margin: 10px auto;
  float: none;
  display: block;
  position: relative;
  padding-bottom: 18px;
}
ul.mid-pos-links li {
  float: left;
  width: auto;
}
ul.mid-pos-links li a {
  line-height: 20px;
  color: #eee;
}
ul.mid-pos-links li a i {
  line-height: 20px;
  color: #ccc;
}
.pos-fixed {
  position: fixed;
}
.modal {
  position: fixed;
  background: #00000091;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999999;
  display: none;
}
.modal-container {
  position: absolute;
  top: 34px;
  width: 50%;
  left: 25%;
  height: auto;
  display: none;
  padding: 0px;
  z-index: 99999999;
}
.modal-container div.container {
  width: 100%;
  margin: 0px;
}
.modal-container-fx {
  position: fixed;
  overflow: auto;
  height: auto;
  width: 60%;
  left: 20%;
  border-radius: 10px;
}
.media-container {
  width: 100%;
  margin: 0px;
  left: 0;
  top: 0;
  height: 100%;
  overflow: hidden;
  position: fixed;
}
.media-container div.media-panel-main {
  width: 100%;
  height: 600px;
  display: block;
  float: left;
  overflow: hidden;
  margin: 25px 0px;
}
.media-container div.media-panel-main img {
  width: auto;
  height: 100%;
  margin: 0px auto;
  float: none;
  display: block;
}

.media-container div.sideBar {
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: auto;
}
i.fa.clsModal {
  display: block;
  background: #fff;
  color: #333;
  font-size: 16px;
  position: absolute;
  right: 0%;
  z-index: 10000000;
  width: 35px;
  height: 35px;
  padding: 0px;
  margin: 0px;
  border-radius: 50px;
  line-height: 35px;
  text-align: center;
  top: 0%;
  cursor: pointer;
}
i.fas.clsModal {
  background: #fff;
  color: #333;
  font-size: 16px;
  position: absolute;
  right: 0%;
  z-index: 100000;
  width: 35px;
  height: 35px;
  padding: 0px;
  margin: 0px;
  border-radius: 50px;
  line-height: 35px;
  text-align: center;
  top: 0%;
  cursor: pointer;
}
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: block;
  width: auto;
  min-width: 185px;
  height: 45px;
  float: left;
  margin-right: 7px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.swSlider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: 12px;
}

.swSlider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 10px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .swSlider {
  background: linear-gradient(89deg, #0851d0, #5083f5);
  color: #fff;
}

input:focus + .swSlider {
  box-shadow: 0 0 1px #0851d0;
}

input:checked + .swSlider:before {
  -webkit-transform: translateX(140px);
  -ms-transform: translateX(140px);
  transform: translateX(140px);
}

/* Rounded swSliders */
.swSlider.round {
  border-radius: 34px;
  text-align: center;
  text-transform: capitalize;
  line-height: 42px;
  padding: 0px 12px;
  float: left;
  display: block;
  min-width: 180px;
}

.swSlider.round:before {
  border-radius: 50%;
}

#shwMsg,
#shwMsgInner {
  width: 350px;
  min-height: 140px;
  position: fixed;
  padding: 0px;
  top: 65px;
  right: 5%;
  z-index: 99999999 !important;
  border-radius: 8px;
  background: #f8f8f8;
  color: #2c3749;
  font-weight: 100;
  font-size: 13px;
  border: none;
  box-shadow: 1px 2px 15px rgba(0, 0, 0, 0.25);
  display: none;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
}

#shwMsg div.menu-bar {
  padding: 0px;
  position: absolute;
  bottom: -15%;
  width: 100%;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background: #333;
}
#shwMsg .body {
  width: 100%;
  float: left;
  padding: 10px;
  font-size: 14px;
  font-weight: 500;
}

#shwMsg div.menu-bar a {
  text-align: center;
  color: #fff;
  display: block;
  width: 100%;
  line-height: 40px;
  position: relative;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 500;
  cursor: pointer;
}
#msg_content {
  margin-bottom: 10px;
}

.alert-container {
  width: 380px;
  position: fixed;
  top: auto;
  bottom: 45px;
  left: 5%;
  min-height: 40px;
  display: none;
  z-index: 99999;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  z-index: 9999999;
}
.alert-container p {
  display: block;
  width: 100%;
  position: relative;
  float: left;
  font-size: 13px;
  background: #090909;
  color: #ffffff;
  padding: 15px 15px;
  min-height: 30px;
  text-align: left;
  font-weight: 400;
  margin: 2px 0px;
  border-radius: 5px;
  border: 1px solid #3b3b3b;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  box-shadow: 0px 0px 7px 3px rgba(11, 11, 11, 0.35);
  text-transform: capitalize;
}
img.base-img {
  position: absolute;
  left: 0;
  right: auto;
  z-index: 0;
  top: 0;
}
img.base-img-sqr {
  height: 100%;
  width: auto;
}
img.set-width-full {
  width: 100%;
  height: auto;
}
.faded {
  opacity: 0.25;
}

/*specials*/

h4 span {
  font-size: 14px;
  font-weight: 200;
  float: none;
}
.switch.calendar {
  position: relative;
  display: block;
  width: 50px;
  min-width: 70px;
  height: 30px;
  float: left;
  margin-right: 7px;
}
span.swSlider.calendar {
  border-radius: 34px;
  text-align: center;
  text-transform: capitalize;
  line-height: 30px;
  padding: 0px 12px;
  float: left;
  display: block;
  min-width: 70px;
}
.swSlider.calendar::before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  left: 4px;
  bottom: 10px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
input:checked + .swSlider.calendar:before {
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
}
.notification {
  position: fixed;
  border-radius: 7px;
  right: 5px;
  top: 90px;
  background: #fff;
  display: none;
  width: 320px;
  min-height: 120px;
  max-height: 500px;
  overflow: auto;
  z-index: 9999999;
  box-shadow: 0px 2px 10px 0px #11111161;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.notification::before {
  content: "";
  border: 10px solid #fff;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
  display: none;
  position: relative;
  margin-right: 20.5%;
  float: right;
  margin-top: -20px;
}
.notification .container {
  width: 100%;
  overflow: hidden;
}
.notification span.notify-header {
  margin-top: 0px;
  background: #eee;
  float: left;
  height: 35px;
  font-size: 14px;
  line-height: 35px;
  text-align: left;
  padding: 0px 10px;
  width: 100%;
  margin-bottom: 15px;
  border-radius: 5px;
}
.notification span.notify-header h4 {
  font-size: 16px;
  line-height: 35px;
  color: #4a0332;
  margin: 0px;
  font-weight: 500;
}
.notification span.notify-header .options {
  position: absolute;
  right: 0px;
  width: auto;
  display: block;
}
.notification div.notify-content {
  display: block;
  width: 100%;
  margin: 0px;
  padding: 0px 10px;
  /*background: linear-gradient(45deg, #8a0388, #460145);*/
  float: left;
  font-size: 12px;
  color: #333;
  font-weight: 500;
}
.notification div.notify-content h4 {
  color: #333;
}
.notification div.notify-content p {
  color: #333;
  font-weight: 300;
}
.notification li {
  width: 100%;
  float: none;
  clear: both;
  border-bottom: 1px solid #eee;
  margin: 0px;
  padding: 5px 0px;
  background: transparent;
  border-radius: 5px;
}
.notification li.pending {
  background: #f4f6f7;
  padding: 5px 7px;
}
.notification li p {
  width: 100%;
}

.notification li:last-child {
  border: none;
}
.notification li a {
  line-height: 1;
  color: #333;
}

.notification li a:hover {
  color: #ea6708;
}
.notification li i {
  line-height: 40px;
}
.notification li a.btn {
  padding: 5px 15px;
  background: #300544;
  color: #fff;
  border-radius: 4px;
  line-height: 1;
  margin: 0px;
  margin-right: 5px;
  font-size: 13px;
}
.myMenubox {
  position: fixed;
  border-radius: 7px;
  right: 50px;
  top: 90px;
  background: #fff;
  display: none;
  width: 250px;
  min-height: 120px;
  z-index: 9999999;
  box-shadow: 0px 2px 10px 0px #11111161;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  padding: 25px 0px;
  overflow: hidden;
}
.myMenubox::before {
  content: "";
  display: block;
  position: absolute;
  float: right;
  margin: 0px;
  z-index: 0;
  background: linear-gradient(32deg, #2a0444, #5e2288);
  width: 100%;
  height: 54px;
  left: 0;
  top: 0;
}
.myMenubox .container {
  width: 100%;
  overflow: hidden;
  margin: 0px;
}
.myMenubox span.notify-header {
  margin-top: 5px;
  background: #fff;
  float: left;
  height: 25px;
  font-size: 14px;
  line-height: 25px;
  border-bottom: 1px solid #0000004a;
  text-align: left;
  padding: 0px 10px;
  width: 100%;
}
.myMenubox .container ul,
li {
  display: block;
  width: 100%;
  float: left;
  margin-left: 0px;
  overflow: hidden;
}
.myMenubox .container li {
  width: 100%;
  margin-left: 0%;
}
.myMenubox .container li a {
  line-height: 35px;
  padding: 0px 18px;
  font-size: 12px;
  text-transform: capitalize;
  text-align: left;
  width: 100%;
  height: 100%;
  display: block;
  color: #333;
  font-weight: 400;
}

.myMenubox .container li a:hover {
  background: #fff;
  color: #ae026b;
}
.myMenubox h4 {
  margin: 0px 20px;
  color: #fff;
}

ul.user-menus {
  width: 100%;
  display: block;
  margin-top: 0px;
}
ul.user-menus li {
  width: 100%;
  display: block;
  float: left;
  line-height: 40px;
  border-bottom: 1px solid #f7f7f73d;
}

ul.user-menus li:last-child {
  border: none;
}
ul.user-menus li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-weight: 400;
}
ul.user-menus li a i.fa {
  font-size: 15px;
  line-height: 40px;
  margin-right: 7px;
  display: block;
  float: left;
  color: #601197;
}
table {
  width: 100%;
}

table th {
  line-height: 40px;
  padding: 0px 10px;
  background: rgba(0, 0, 0, 0.53);
  color: #fff;
  border-radius: 10px;
  font-weight: 500;
  position: sticky;
  position: -webkit-sticky;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
table td span {
  width: 100%;
  text-align: left;
  line-height: 16px;
  font-size: 13px;
  padding: 0px 7px;
  border-radius: 0;
  font-weight: 400;
  word-wrap: break-word;
}
table span.label {
  width: 100%;
  text-align: left;
  line-height: 28px;
  font-size: 14px;
  padding: 0px 7px;
  border-radius: 0;
  font-weight: 500;
  text-transform: capitalize;
}
span.data-value a i {
  font-size: 22px;
}
span.data-value a:hover {
  color: #a22628;
}
table div.table-row {
  width: 100%;
  display: block;
  border-radius: 0;
  min-height: 38px;
  float: left;
  border-bottom: 1px solid #ffffff30;
  margin: 0px;
  padding: 3px 7px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
table div.table-row:hover {
  background: rgba(3, 15, 80, 0.37);
  border: none;
}
table div.table-row:hover div span {
  font-weight: 500;
}
table th div.table-row {
  border: none;
  border-left: none;
  box-shadow: none;
  color: #fff;
}
table div.table-row div {
  overflow: hidden;
  line-height: 28px;
}
table div.table-row span.user-actions {
  position: absolute;
  right: 0;
  left: auto;
  width: 300px;
  display: none;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
span.user-actions li.btn {
  float: right;
  padding: 0px 7px;
  background: none;
  border: none;
}
span.user-actions li.btn i.fa {
  line-height: 24px;
  font-size: 15px;
}
table div.table-row:hover span.user-actions {
  display: block;
}
table th div.table-row span.label {
  color: #fff;
  text-transform: capitalize;
}

table div.table-row button {
  padding: 6px 8px;
  float: left;
  font-size: 12px;
  background: #fede56;
  color: #333;
  border: none;
  margin: 1px 2px;
  border-radius: 40px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

table div.table-row button:hover {
  background: #333;
  color: #fff;
}
table div.table-row hr {
  width: 100%;
  position: relative;
  margin: 15px 0px;
  float: left;
  border-color: #1a1a1a;
}
.white-bg-h {
  background: #fff;
  padding: 7px 10px;
  margin: 0%;
  line-height: 35px;
  position: relative;
  width: 100%;
  border-radius: 5px;
  left: 0;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
ul.dark-bg {
  background: none;
}
.dark-bg {
  color: #fff;
}
.dark-bg li {
  color: #fff;
  font-size: 14px;
  margin: 0px;
  border-bottom: 1px solid #00000012;
  padding: 14px 10px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  float: left;
  width: 100%;
  background: rgba(101, 101, 101, 0.53);
}
.dark-bg li a {
  color: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.dark-bg li:hover {
  background: rgba(101, 101, 101, 0.75);
}
.dark-bg li:hover a {
  color: #fff;
  font-weight: 500;
}
a.shw-link-btn {
  padding: 10px;
  float: left;
  color: #2d2d2d;
  text-transform: capitalize;
  font-weight: 500;
  text-align: center;
  width: 100%;
  background: #dfdfdf;
  font-size: 12px;
  border-radius: 5px;
}
a.shw-link-btn:hover {
  background: #dfdfdf;
  font-weight: 500;
  color: #000;
}
a.shw-link-btn.no-border-curve {
  border-radius: 0px;
}
.curved {
  border-radius: 10px;
  overflow: hidden;
}
.showcase li a {
  font-size: 14px;
  padding: 2px 10px;
  font-weight: 500;
  text-transform: capitalize;
  width: 100%;
  display: block;
}
.ad-container-box {
  height: 250px;
  width: 250px;
  display: block;
  overflow: hidden;
  float: none;
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 1px;
  margin: 10px auto;
  margin-bottom: 15px;
  background: #fff;
}
.ad-container-box .inner-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 1px solid #eee;
}
.ad-container-box .inner-container img {
  float: left;
}
img.inline-rectangle-ad {
  width: 100%;
  height: auto;
  float: left;
  margin: 0px;
  cursor: pointer;
  display: none;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  opacity: 0;
}
img.inline-rectangle-ad.active {
  display: block;
  opacity: 1;
}
img.reg-ad {
  width: 100%;
  margin: 10px 0px;
}
div.wide-ad-container {
  width: auto;
  height: 90px;
  position: relative;
  display: block;
  float: none;
  overflow: hidden;
  margin: 15px auto;
  top: 15px;
  margin-bottom: 30px;
  clear: both;
}

img.inline-wide-ad {
  max-width: 100%;
  width: auto;
  height: auto;
  float: none;
  margin: 0px auto;
  cursor: pointer;
  display: none;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  opacity: 0;
}
img.inline-wide-ad.active {
  display: block;
  opacity: 1;
}
div.wide-ad-container.dy-input {
  width: 100%;
  height: 90px;
}

form.modal-form {
  padding: 15px 18px;
}
img.inline-wide-ad_2.active {
  display: block;
  opacity: 1;
}
div.dy-input img.inline-wide-ad {
  width: auto;
  height: 100%;
}
.pos-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
.dark-transparent-bg {
  background: rgba(0, 0, 0, 0.85) !important;
}
.media-grp {
  display: block;
  width: 100%;
  float: left;
  margin: 0;
  height: 100%;
  position: absolute;
  text-align: center;
  z-index: 9999999;
  left: 0;
  right: auto;
  top: 0;
}
.media-grp .v-meta {
  position: absolute;
  float: left;
  text-align: center;
  width: 100%;
  bottom: 10%;
}
i.media-grp {
  line-height: 80px;
}
.icon-fx {
  font-size: 70px;
  padding-top: 22%;
}
a.media-grp {
  color: #fff;
  background: rgba(0, 0, 0, 0.25);
}
.vblog {
  width: 100%;
  height: auto;
  margin: 0;
  position: absolute;
  z-index: 100000;
  color: #333;
  display: none;
  padding-top: 0px;
}
.vblog h4 {
  color: #333;
}
.vblog h5 {
  color: #333;
}
.vblog p {
  color: #1e1e1e;
}
video#player {
  height: auto;
}
audio {
  background: none;
  border: 0px;
  opacity: 0;
  display: none;
}

.active {
  text-decoration: none;
  color: #09f;
}
ul {
  list-style: none;
}
li {
  display: block;
  position: relative;
}
li:hover {
  color: #6f1283;
}
#player {
  position: relative;
  width: 100%;
  border-radius: 7px;
}
video#player.ad-player {
  width: 100%;
  height: auto;
  background: #000;
  margin: 5px auto;
  float: none;
  display: block;
  margin-top: 35px;
  border-radius: 0px;
}
.controls {
  position: relative;
  float: left;
  display: block;
  margin: 12px 0px;
}
.controls :hover {
  cursor: pointer;
  opacity: 0.8;
}
.vblog .controls {
  background: transparent;
}
.vblog .trackings {
  position: relative;
  float: right;
  margin-right: 20px;
  width: 60%;
}
.vblog #tracktime {
  float: left;
  position: relative;
  display: block;
  line-height: 48px;
}
.vblog #currtime {
  float: left;
  position: relative;
  display: block;
  line-height: 48px;
  width: 50px;
}
.vblog #trackslider {
  position: relative;
  line-height: 1;
  display: none;
}
.vblog #trackduration {
  width: 200px;
}
.vblog .btnPlay {
  margin: 5px;
}
.vblog .btnStop {
  display: none;
  margin: 5px;
}
.vblog div.music_player {
  display: block;
  background: #7d7d7d;
  width: 100%;
  position: relative;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  float: left;
  padding: 5px;
  border-radius: 0px;
}
.vblog div.music_player .container {
  margin: 0.5% 5%;
}
.music_player span {
  margin: 0px 5px;
  padding: 5px;
  float: left;
  color: #fff;
}
.controls i.fa {
  color: #fff;
  font-size: 10px;
  line-height: 30px;
  background: #2d2d2d;
  border-radius: 100px;
  margin: 2px 3px;
  width: 30px;
  height: 30px;
  text-align: center;
  display: block;
}
.controls i.fa-volume-off {
  padding: 0px;
}
.btnPlay i.fa {
  font-size: 18px !important;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.btnStop i.fa {
  font-size: 18px !important;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
input[type="range"] {
  background-color: transparent;
  color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-progress-appearance: none;
  width: 85px;
  height: 20px;
  float: left;
  position: relative;
  margin: 18px 5px;
  border: none !important;
}
input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  box-shadow: none;
  background: #fff;
  border-radius: 1.3px;
  border: 0.2px solid #fff;
}
input[type="range"]::-webkit-slider-thumb {
  color: #09f;
  background-color: #09f;
  margin-top: -8px;
}
input[type="range"]:focus::-webkit-slider-runnable-track {
  background: #fff;
}
input[type="range"]::-moz-range-track {
  width: 100%;
  height: 0px;
  cursor: pointer;
  box-shadow: none;
  background: #fff;
  border-radius: 1.3px;
  border: 0.2px solid #fff;
}
input[type="range"]::-ms-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  box-shadow: none;
  background: #fff;
  border-radius: 1.3px;
  border: 0.2px solid #fff;
}
input[type="range"]::-ms-fill-lower {
  background: #fff;
  border: 0.2px solid #fff;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #fff, 0px 0px 1px #fff;
}
input[type="range"]:focus::-ms-fill-lower {
  background: #fff;
}
input[type="range"]::-ms-fill-upper {
  background: #fff;
  border: 0.2px solid #fff;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #fff, 0px 0px 1px #fff;
}
input[type="range"]:focus::-ms-fill-upper {
  background: #fff;
}
progress {
  width: 25%;
  float: left;
  height: 2px !important;
  margin: 28px 3px;
}
progress[value] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #660065;
  color: #660065;
  height: 5px;
}
progress[value]::-webkit-progress-bar {
  background-color: white;
  border-radius: 2px;
  border: 1px solid lighten(#acacac, 20%);
  color: blue;
}
ul.playlist li p {
  opacity: 0;
}
progress::-webkit-progress-value {
  background-color: #660065;
}
progress::-moz-progress-value {
  background-color: #660065;
}
progress::-ms-progress-value {
  background-color: #660065;
}
progress::-o-progress-value {
  background-color: #660065;
}
progress:hover {
  cursor: pointer;
}
ul.playlist li.active {
  color: #fff;
}
.btnVolOff {
  display: none;
}
.vblog-controls {
  display: block;
  float: left;
  width: 100%;
  padding: 0px;
}
.vblog-screen {
  border-radius: 7px;
  overflow: hidden;
  display: block;
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  background: transparent;
  margin: 10px 0px;
  padding: 0px 10px;
}
.vblog-img-banner {
  border-radius: 7px;
  overflow: hidden;
  display: block;
  width: auto;
  height: auto;
  float: none;
  position: relative;
  background: #000;
  margin: 10px 25px;
}
.vblog-header {
  float: left;
  width: 100%;
  color: #333;
  background: #fff;
  padding: 7px;
  margin-top: -3px;
}
.vblog-header h4 {
  color: #6237a0;
  font-size: 19px;
  letter-spacing: 0px;
  text-transform: uppercase;
}
.vblog-header h5 {
  color: #28104e;
  text-transform: capitalize;
  font-size: 23px;
  margin-bottom: 20px;
  font-weight: 400;
  float: left;
  clear: both;
  width: 100%;
}
.vblog-header p {
  color: #333;
}
.vblog-details {
  margin: 5px 0px;
  width: 100%;
  float: left;
  padding: 20px;
  color: #333;
  font-weight: 500;
  font-size: 17px;
}
.vblog-details p {
  color: #333;
  font-size: 14px;
}
.vblog-articles {
  margin: 7px 0px;
  padding: 0px 20px;
  text-align: justify;
}
.vblog-articles h3 {
  font-size: 28px;
  font-weight: 500;
  color: #88036d;
}
.vblog-articles h4 {
  font-size: 26px;
  font-weight: 500;
  color: #88036d;
}
.vblog-articles h5 {
  font-size: 22px;
  font-weight: 500;
  color: #88036d;
  clear: both;
}
.vblog-articles p {
  color: #2d2d2d;
  font-family: inherit;
  font-size: 16px;
  margin: 10px 0px;
  letter-spacing: -0.004em;
  line-height: 22px;
  word-break: break-word;
  font-style: normal;
  clear: both;
  font-weight: 300;
}
.vblog-articles p:first-child:first-letter {
  font-size: 60px;
  line-height: 55px;
  float: left;
  margin-top: 0em;
  margin-left: 0px;
  margin-right: 3px;
}
.vblog-articles li {
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 16px;
  margin-bottom: 7px;
}
.vblog-articles li:hover {
  color: #090909;
}
.vblog-contribute {
  width: 100%;
  border: 1px solid #eee;
  padding: 10px;
  border-radius: 5px;
  margin: 18px 0px;
}
.vblog-contribute form {
  border: 1px solid #f1f1f1;
  float: left;
  border-radius: 7px;
  width: 100%;
  background: transparent;
  padding: 5px 5px;
}
.vblog-contribute form::focus {
  background: #fff;
}
.vblog-contribute form textarea {
  color: #333;
}
.vblog-contributor {
  width: 100%;
  margin-bottom: 12px;
}
.vblog-contributor h5 {
  color: #1a1a1a;
}
.form-control:focus {
  box-shadow: none;
}
.vblog-cast-shadow {
  background: transparent;
  padding: 15px;
  height: 500px;
}
.vblog-cast-shadow img {
  width: auto;
  height: 85%;
  border-radius: 20px;
}
.vblog-cast-shadow::after {
  content: "";
  display: block;
  position: absolute;
  width: 75%;
  height: 320px;
  border-radius: 20px;
  background: linear-gradient(#ea6708, #ff7800);
  right: 45px;
  bottom: 0px;
  z-index: -1;
}
.vblog.in-page div.child-story {
  padding: 5px;
}
.vblog-contributions {
  width: 100%;
  padding: 15px;
}
header ul.right li span#headerNotice {
  background: transparent;
  padding: 0px;
}
form.comments input.form-control {
  border: none;
  background: transparent;
  border-bottom: 1px solid #b5b4b4;
  border-radius: 0px;
}
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  padding: 10px 15px;
  text-transform: capitalize;
  font-weight: 500;
  background: #333;
  border-radius: 3px;
  color: #fff;
}
.dark-color {
  color: #000 !important;
}
.vblog div {
  float: left;
  background: #fff;
}
ul.comments li {
  display: block;
  width: 100%;
  float: left;
  color: #333;
  margin-bottom: 10px;
  border: 1px solid #eee;
  padding: 5px;
  border-radius: 7px;
  margin-top: 5px;
  background: #f7f6f7;
}
ul.comments li h5 {
  width: auto;
  float: left;
  margin-right: 5px;
  font-size: 11px;
  text-transform: capitalize;
  font-weight: 400;
}
ul.comments li p {
  color: #333;
  display: block;
  width: 100%;
  float: left;
  font-weight: 500;
  font-size: 12px;
  padding: 7px 10px;
  margin: 0px;
  border-radius: 2px;
}
ul.comments li span.author-abbrv {
  background: purple;
  color: #fff;
}

ul.comments li span.post-time {
  color: #ae026b;
  line-height: 12px;
  font-size: 11px;
  font-style: italic;
  font-weight: 300;
  text-transform: lowercase;
  float: right;
  margin: 0px 10px;
}

ul.comments li span.comment-ico i.fa {
  font-size: 12px;
  color: #333;
}
ul.comments li span.comment-ico span {
  margin-right: 5px;
  text-transform: capitalize;
  padding: 2px 4px;
}
ul.comments li span.comment-ico {
  font-size: 12px;
  color: #333;
  line-height: 20px;
}
.in-page {
  display: block;
  position: relative;
  float: left;
  z-index: 999;
  background: #fff;
  /*border: 1px solid #eee;*/
  border-radius: 5px;
}

#page-content.vblog.in-page {
  background: transparent;
}
ul.stretch {
  display: block;
  width: auto;
  padding: 0px;
  float: left;
  margin: 0px;
  position: relative;
}

ul.stretch li {
  width: auto;
  float: left;
  margin-right: 5px;
  display: block;
}
ul.stretch li a {
  display: block;
  width: auto;
  padding: 0px 5px;
  line-height: 30px;
  font-size: 14px;
  text-transform: capitalize;
}
.club-profile {
  background: #f7f7f7ff;
  border-radius: 7px;
  padding: 15px;
  border: 1px solid #eee;
  margin: 10px 0px;
}
.club-profile .club-icon {
  padding: 15px;
}
.club-icon span.club-icon {
  border-radius: 200px;
  width: 150px;
  height: 150px;
  border: 1px solid #eee;
  background: #fefefe;
  font-size: 50px;
  text-align: center;
  float: left;
  position: relative;
  overflow: hidden;
}
span.club-icon i.fa {
  line-height: 120px;
}
.tox-statusbar__branding {
  display: none;
}

div.user-profile-img {
  width: 130px;
  height: 130px;
  border-radius: 300px;
  padding: 0px;
  overflow: hidden;
  position: relative;
  border: 2px solid #fff;
  box-shadow: 0px 0px 3px 4px #33313142;
  background: #f1f1f1;
}
div.user-profile-img img {
  width: auto;
  height: 100%;
  margin: 0px auto;
  float: none;
  display: block;
}
div.user-profile-img:hover {
  cursor: pointer;
}
i.user-dummy {
  font-size: 100px;
  text-align: center;
  width: 100%;
  line-height: 180px;
  color: #410557;
}
div.user-profile-img.edit-profile {
  float: left;
  width: 120px;
  height: 120px;
  margin-bottom: 15px;
}
div.user-profile-img.edit-profile i.user-dummy {
  font-size: 65px;
  text-align: center;
  width: 100%;
  line-height: 120px;
}
.editBtn {
  position: absolute;
  text-align: center;
  text-transform: capitalize;
  display: block;
  width: 100%;
  margin-top: 0px;
  height: auto;
  font-size: 10px;
  z-index: 99999;
  line-height: 22px;
  left: 0;
  right: auto;
  bottom: 0px;
  background: #00000047;
  color: #fff;
}
div.user-profile-header p {
  margin-top: 5px;
  font-size: 13px;
  background: transparent;
  color: #300544;
  padding: 5px 7px;
  border-radius: 5px;
  font-weight: 400;
  font-style: italic;
}

.shade-1 {
  background: #d83f87;
  color: #fff;
}
.shade-2 {
  background: #676c70;
  color: #fff;
}
.shade-3 {
  background: #28104e;
  color: #fff;
}
.shade-4 {
  background: #6237a0;
  color: #fff;
}
.shade-5 {
  background: #9754cb;
  color: #fff;
}
.shade-6 {
  background: #9754cb;
  color: #fff;
}
.shade-7 {
  background: #6237a0;
  color: #fff;
}
.shade-8 {
  background: #28104e;
  color: #fff;
}
.shade-9 {
  background: #676c70;
  color: #fff;
}
.shade-10 {
  background: #d83f87;
  color: #fff;
}
#user-feed {
  padding: 0%;
  border: none;
  background: none;
}
button.btn.btn-ico {
  background: transparent;
  border: none;
  color: #000;
  line-height: 20px;
  font-size: 15px;
  text-transform: capitalize;
}
button.btn.btn-ico i.fa {
  font-size: 18px;
  line-height: 20px;
  color: #5b5859;
}
.grey-background {
  background: #555257;
}
div.grey-background {
  background: #555257;
}
section.grey-background {
  background: #555257;
}
h4.grey-background {
  background: #555257;
}
span.grey-background {
  background: #555257;
}
p.grey-background {
  background: #555257;
}
a.newFeeds {
  color: #fff;
}
a.newFeeds:hover {
  color: #000;
}
.child-story img.base-img {
  width: auto;
  height: 100%;
}
a.ads-boxes {
  background: #f9f9f9;
  border: 1px solid #eee;
  padding: 10px;
}
span.list-detail {
  clear: both;
  display: block;
  line-height: 24px;
  font-size: 14px;
}
div.blog-list {
  padding: 7px;
  background: #fff;
  margin-bottom: 15px;
}
div.blog-list div.col-md-4 {
  height: 140px;
  overflow: hidden;
}
a.sp-btn {
  background: linear-gradient(45deg, #68c434, #3c910d);
  line-height: 40px;
  text-align: center;
  border-radius: 50px;
  color: #fff;
  text-transform: capitalize;
  font-size: 16px;
}

a.sp-btn:hover {
  color: #fff;
  background: linear-gradient(45deg, #3c910d, #45bb06);
}

.modal-container h4.center-align {
  margin: 0px;
}
.modal-container h4.center-align.mag-top-3 {
  margin-top: 30px;
}
.modal-container h4.center-align.mag-bottom-3 {
  margin-bottom: 30px;
}
.video-feed {
  width: 100%;
}
video.video-feed {
  width: 100%;
}
.share-btn-group {
  width: 100%;
  display: block;
  padding: 0px;
  margin-bottom: 10px;
}
.share-btn-group li {
  width: 40px;
  height: 40px;
  display: block;
  position: relative;
  margin: 0px 5px;
  float: left;
  clear: none;
  padding: 0px;
}
div.user-post-quick-menu .share-btn-group li {
  width: 40px;
  height: 40px;
  display: block;
  position: relative;
  margin: 0px 2px;
  float: left;
  clear: none;
  padding: 0px;
  text-align: center;
}

.share-btn-group li a {
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(#75137d, #4e0551);
  color: #fff;
  border-radius: 30px;
  text-align: center;
  line-height: 30px;
}
div.user-post-quick-menu .share-btn-group li a i.fa {
  line-height: 30px;
  color: #fff;
  font-size: 16px;
}
div.site-content {
  font-size: 16px;
}

iframe {
  width: 100%;
  min-height: 540px;
}
b,
strong {
  font-weight: 500;
}
.story-content.col-md-12 span.info-icon.photo-credit {
  width: 100%;
}

.tab {
  float: left;
  font-weight: 100;
  padding: 0px 6px;
  line-height: 45px;
  border-left: 1px solid rgba(41, 42, 43, 0.25);
}
li.tab {
  float: left;
  font-weight: 100;
  padding: 0px 15px;
  line-height: 45px;
  border-left: 1px solid rgba(41, 42, 43, 0.25);
}
.tab a {
  font-size: 12px;
  color: #fff;
  font-weight: 600;
  float: left;
}
.tab a i {
  float: left;
  line-height: 45px;
  margin-right: 5px;
}
.tab a span {
  float: left;
  padding: 0px 0px 0px 2px;
  line-height: 45px;
}
li.tab:first-child {
  margin-left: -40px;
  border: none;
}
.tab:hover {
  background: gold;
}
.tab:hover a {
  color: #333;
}
li.tab.active {
  background: gold;
  color: #fff;
}
li.tab.active a {
  color: #333;
}

.popTab {
  float: left;
  font-weight: 100;
  padding: 0px 6px;
  line-height: 45px;
  border-left: 1px solid rgba(41, 42, 43, 0.25);
}
li.popTab {
  float: left;
  font-weight: 100;
  padding: 0px 15px;
  line-height: 45px;
  border-left: 1px solid rgba(41, 42, 43, 0.25);
}
.popTab a {
  font-size: 13px;
  color: #fff;
  font-weight: 600;
  float: left;
}
li.popTab:first-child {
  margin-left: -40px;
  border: none;
}
.popTab:hover {
  background: gold;
}
.popTab:hover a {
  color: #333;
}
li.popTab.active {
  background: gold;
  color: #fff;
}
li.popTab.active a {
  color: #333;
}

.tab-page {
  display: none;
  width: 100%;
  height: auto;
  /*overflow: auto;
  position: relative;*/
  /*height: 90%;*/
  overflow: hidden;
  position: relative;
}
.tab-page .container {
  width: 100%;
  margin: 0;
  padding: 10px;
}
.tab-page.active {
  display: block;
}
.tab-page .pop_form_area {
  overflow: auto;
  height: 250px;
}
section.page-content .tab-page .col-md-4 {
  padding: 0px;
  padding-right: 15px;
  padding-left: 15px;
}
section.page-content .tab-page .col-md-5 {
  padding: 0px;
  padding-right: 15px;
  padding-left: 15px;
}
section.page-content .tab-page .col-md-6 {
  padding: 0px;
  padding-right: 15px;
  padding-left: 15px;
}
section.page-content .tab-page .col-md-7 {
  padding: 0px;
  padding-right: 15px;
  padding-left: 15px;
}
section.page-content .tab-page .col-md-8 {
  padding: 0px;
  padding-right: 15px;
  padding-left: 15px;
}
section.page-content .tab-page .col-md-10 {
  padding: 0px;
  padding-right: 15px;
  padding-left: 15px;
}
section.page-content .tab-page .col-md-12 {
  padding: 0px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 0px;
}
section.page-content .tab-page .col-md-12.group-container {
  margin: 15px 0px;
  padding: 10px 25px;
  background: #0f0f0f;
}
section.page-content .tab-page .padded {
  min-height: 350px;
  overflow: auto;
  position: relative;
  display: block;
  margin-bottom: 10px;
}
section.page-content .tab-page form {
  width: 100%;
  min-height: 500px;
  overflow: auto;
}
.tab-page .user-quick-profile {
  width: 100%;
}
section.web-content div p {
  margin: 10px 0px;
  font-weight: 300;
  font-size: 15px;
  color: #33033d;
  font-family: "FiraSans", sans-serif;
  float: left;
  clear: both;
  width: 100%;
}
.h-caption {
  font-size: 25px;
}

.page-content p img {
  width: auto;
  float: left;
  display: block;
  height: 120px;
  margin: 0px;
  margin-right: 20px;
}
