/* navbar */
.m-b img{
  width:100px;
}
.app-navbar {
  font-weight: 500;
  letter-spacing: .05em;
  text-transform: uppercase;
  /* position: absolute; */
}


/* header block */
.app-graph {
  width: 150%;
  position: absolute;
  right: 0;
  bottom: -40px;
}
@media (min-width: 768px) {
  .app-graph {
    width: 100%;
    bottom: 0;
  }
}


/* iphone block */
.app-iphone-block {
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .app-iphone-block {
    padding-bottom: 0;
  }
}


/* code block */
.app-code-block {
  background-color: #262F36;
  overflow: hidden;
}
.app-code {
  color: #6EA4CF;
  border: #495158 1px solid;
  background: transparent;
  font-size: 12px;
  padding: 20px;
  line-height: 1.55;
  margin-bottom: 30px;
}
.app-code span {
  color: #8496A5;
}
@media (min-width: 768px) {
  .app-code {
    width: 600px;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .app-code {
    padding: 50px;
    font-size: 15px;
  }
}


/* pull quote block */
.app-high-praise img {
  width: 100%;
}


/* brand ribbon block */
.app-ribbon {
  background: #2595FF;
}
.app-ribbon .container {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: -30px;
}
.app-ribbon img {
  margin: 0 10px 30px;
}


/* marketing grid block */
.app-block-marketing-grid .container {
  margin-bottom: -60px;
}
.app-marketing-grid .m-b {
  margin-bottom: 10px !important;
}
@media (max-width: 768px) {
  .app-marketing-grid .m-b-lg {
    margin-bottom: 40px !important;
  }
}


/* price plan block */
.app-price-plans {
  background-color: #FFF;
}
.app-price-plans .container {
  margin-bottom: -60px;
}


/* footer block */
.app-footer {
  background-color: #fff;
}

@media (max-width: 768px) {
  .app-footer {
    padding-top: 30px;
  }
}

.app-footer li a {
  color: #5B6064;
  opacity: 0.6;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  line-height: 160%;
}

.app-footer a:hover {
  color: #E8B0B3;
  opacity: 1;
  text-decoration: none;
}


/* general block overrrides */
@media (max-width: 768px) {
  .block .lead {
    line-height: 1.3;
  }
  .block h3 {
    line-height: 1.15;
  }
}

@media screen and (min-width: 768px) {
.block {
    padding: 90px 0;
  }
}

/* general inverse overrides */
.block-inverse .text-muted {
  color: rgba(255, 255, 255, .7);
}
.block-inverse .block-bg-img {
  background-color: transparent;
}


/* general btn overrides */
.btn-lg {
  font-size: 18px;
}
.block-secondary .btn-lg {
  width: 100%;
}
.btn-lg:not(.btn-block) {
  padding: 12px 50px;
}
@media (min-width: 768px) {
  .btn-lg:not(.btn-block) {
    width: auto;
  }
}


/* ie10+ */
@media (min-width: 768px) {
  .app-align-center {
    display: flex;
    align-items: center;
  }
}

/***** ICONS *****/
.icon {
  width: 2ex;
  height: 2ex;
  margin-right: 1ex;
  display: inline-block;
  vertical-align: middle;
}


/***** OVERRIDES *****/

body {
  font-family: "proxima-nova","Work sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
}

@media (min-width: 768px) {
  body {
      font-size: 16px;
  }
}

/***** Mobile Overrides ****/
@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
  .p-t-lg, .p-y-lg {
      padding-top: 20px !important;
  }

  .m-t-lg, .m-y-lg {
      margin-top: 20px!important;
  }

  .mobile-center {
    text-align: center;
  }

  .mobile-size-50 {
    -ms-transform: scale(0.7,0.7); /* IE 9 */
    -webkit-transform: scale(0.7,0.7); /* Safari */
    transform: scale(0.7,0.7);
  }

  .navbar-toggle .icon-bar {
    box-shadow: 1px 1px 1px grey;
  }

  .navbar-solid .icon-bar {
    box-shadow: none;
    background-color: #212121;
  }

  #joy-nav.navbar-solid.navbar-static-top {
    padding-top: 0px !important;
  }

  .content-col .row.m-b-lg {
    margin-bottom: 30px !important;
  }

  .content-col.p-x-lg {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

}

@media (min-width : 769px) and (max-width : 992px) {
  body {
    font-size: 15px;
  }
}

/***** END Mobile ****/



.text-muted {
  color: #5B6064;
}

.vertical-center {
  min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
  min-height: 100vh; /* These two lines are counted as one :-)       */

  display: flex;
  align-items: center;
}

.vertical-center-80 {
  min-height: 80%;  /* Fallback for browsers do NOT support vh unit */
  min-height: 80vh; /* These two lines are counted as one :-)       */

  display: flex;
  align-items: center;
}

.vertical-center-90 {
  min-height: 90%;  /* Fallback for browsers do NOT support vh unit */
  min-height: 90vh; /* These two lines are counted as one :-)       */

  display: flex;
  align-items: center;
}


.valign {
  position: relative;
  top: 50%;
  transform: translateY(50%);
}

.sq-grid-box {
  min-height: 280px;
}

.joy-photo-box {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/* 1280+ */
@media only screen and (min-width : 1441px) {
  .sq-grid-box {
    min-height: 360px;
  }
}

/* Ultra Large Displays */
@media only screen and (min-width : 1681px) {
  .sq-grid-box {
    min-height: 600px;
  }
}

h1,h2,h3,h4,h5,h6 {
  font-family: "proxima-nova","Work sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #5B6064;
  text-rendering: optimizeLegibility;
}

h1 {
  font-family: inherit;
  font-weight: 100;
  line-height: 1.111em !important;
  font-size: 2em;
  rgba(0,0,0,0.75);
}

@media (min-width: 768px) {
  h1 {
      font-size: 2.889em;
  }
}

h3 {
  font-size: 1.456em;
  font-weight: 300;
  font-family: "proxima-nova","Work sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

h3.text-content {
  font-weight: 400;
  font-size: 1.056em;
  font-family: "proxima-nova","Work sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

h6.text-muted {
  font-weight: 700;
  font-size: 0.611em;
  font-family: "proxima-nova","Work sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

h3, h6 {
  color: rgba(0,0,0,0.75);
}

.text-notation {
  opacity: 0.6;
  color: #E8B0B3;
}

.text-smallheadline {
  color: #121212;
  letter-spacing: 0.6px;
  font-size: 0.611em;
  font-weight: 700;
}

p {
  color: #656B6F;
  font-weight: 300;
  line-height: 1.5em;
  letter-spacing: 0.3px;
  opacity: 0.9;
}

a {
  color: #E8B0B3;
  cursor:pointer;
}

a:hover {
  color: #E8B0B3;
  text-decoration: underline;
}

a.muted-link {
  color: rgba(0,0,0,0.75);
}

a.underline-link {
  border-bottom: 3px solid rgba(0,0,0,0.75);;
}

a.underline-link:hover {
  text-decoration: none;
  opacity: 0.7;
}

.dark-text {
  color: rgba(0,0,0,0.75);
}

.text-muted {
  color: rgba(0,0,0,0.75);
}

.blend {
  opacity: 0.87;
}

.center {
  text-align: center;
  margin: auto;
}

.list-bordered li {
  border-top: 1px solid #EFF0F1;
}

.list-bordered li:last-child {
    border-bottom: 1px solid #EFF0F1;
}

.navbar-nav {
  margin-top: 7px;
}

.navbar-nav>li>a {
  font-size: 0.778em;
  font-weight: 400;
  line-height: 10px;
}

.navbar-brand {
  padding: 0;
  margin-top: -14px;
}

.navbar-brand img {
  max-width: 80px;
}

.navbar-nav .pill {
  border: 2px solid #fff;
  border-radius: 100px;
  padding-left: 40px;
  padding-right: 40px;
  background-color: transparent;
  line-height: 6px;
}

.navbar-nav .pill:hover {
  background-color: #E8B0B3;
  border-color: #E8B0B3;
}

#joy-nav.navbar-static-top .navbar-nav .pill {
  border-color: #666;
  line-height: 6px;
}

#joy-nav.navbar-static-top .navbar-nav .pill:hover {
  color: #666;
  background-color: transparent;
  border-color: #E8B0B3;
}


#joy-nav.solid .navbar-brand {
    /*margin-top: -11px;*/
}

#joy-nav.solid .navbar-brand img {
    /*-ms-transform: scale(0.6,0.6); /* IE 9 */
    /*-webkit-transform: scale(0.6,0.6); /* Chrome, Safari, Opera */
    /*transform: scale(0.6,0.6);*/
}

#joy-nav {
  padding-top: 60px !important;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media (max-width: 768px) {
  #joy-nav {
    padding-top: 30px !important;
  }
}

/* Tried adding this to change nav bar breakpoints, but it's not tested */
/*@media (min-width: 768px) and (max-width: 1000px) {*/
  /*.navbar-header {*/
    /*float: none;*/
  /*}*/
  /*.navbar-collapse.collapse {*/
    /*display: none !important;*/
  /*}*/

  /*.navbar-toggle {*/
    /*display: block;*/
  /*}*/
/*}*/

/*Added bc at medium width screens, the nav bar was getting pushed below the logo*/
@media (min-width: 768px) and (max-width: 1000px) {
  .nav>li>a.nav-bar-spacer {
    display: none;
  }
}


#joy-nav.solid {
  /*background-color: rgba(255,255,255,0.8);*/
  /*border-bottom: 1px solid #E3E3E3;*/
  /*padding-top: 10px !important;
  padding-bottom: 10px !important;*/
  opacity: 0;
}

#joy-nav.navbar-static-top .navbar-nav>li>a {
  color: #666666;
  transition: all .2s ease-in-out;
   -moz-transition: all .1s ease-in-out;
   -webkit-transition: all .1s ease-in-out;
}

#joy-nav.navbar-static-top li.curr a {
  color: #E8B0B3;
}

#joy-nav.navbar-static-top .navbar-nav>li>a:hover {
  color: #E8B0B3;
  background-color: transparent;
  border-radius: 40px;
}

#joy-nav.navbar-static-top {
  padding-top: 20px !important;
  margin-bottom: 0px;
  border-bottom: solid 1px #EFF0F1;
}

#joy-nav.navbar-static-top .navbar-brand {
  padding: 0;
  margin-top: 0px;
}


@media (max-width: 768px) {
  .nav-bordered.nav-stacked {
    font-size: 14px;
  }
}

.nav-bordered.nav-stacked>li.active>a, .nav-bordered.nav-stacked>li.active>a:focus, .nav-bordered.nav-stacked>li.active>a:hover {
  border-color: #F2F2F2;
}

.nav-bordered>li>a:focus, .nav-bordered>li>a:hover {
  color: #E8B0B3;
}

.nav-bordered>li.active>a, .nav-bordered>li.active>a:focus, .nav-bordered>li.active>a:hover {
  color: #E8B0B3;
}


.joy-block-hero {
  /*background-image: url(assets/img/joy_confetti.png);*/
  background-position: center top;
  background-repeat: none;
  background-size: auto;
  background-color: #FAFAFA;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .joy-block-hero {
    /*background-image: url(assets/img/joy_confetti@2x.png);*/
    background-size: 1093px 305px;
  }
}

.joy-block-content {
  background-color: #FAFAFA;
}

.joy-block-hero-content {
  background-color: #FFF;
}

.inline-block {
  display: inline-block;
}

.joy-block-hero-images {
  position: relative;
}

.joy-block-hero-images img {

}

.joy-block-header {
  /*height: 700px;*/
  background-image: url(../index_files/hero.jpg);
  background-position: center;
  background-repeat: none;
}

.joy-block-header.block-inverse .text-muted {
  color: rgba(255, 255, 255, 1);
}

.joy-block-header p {
  color: rgba(255,255,255,1);
}

.joy-block-fullpage {
  background: none;
  background-color: #E8B0B3;
}

.joy-headline {
  font-family: proxima-nova, sans-serif;
  font-weight: 100;
  font-size: 2.211em !important;
  line-height: 1em !important;
}

@media (max-width: 768px) {
  .joy-headline {
    font-family: proxima-nova, sans-serif;
    font-weight: 100;
    font-size: 2.4em !important;
    line-height: 1em !important;
  }
}

@media (min-width: 768px) {
  .joy-headline {
    font-family: proxima-nova, sans-serif;
    font-size: 2.9em !important;
    line-height: 1.111em !important;
  }
}

.joy-sub-headline {
  font-size: 1.2em;
}

@media (min-width: 768px) {
  .joy-sub-headline {
    font-size: 1.400em;
  }
}

.joy-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(42, 45, 47, 0.25);
}

.joy-overlay-light {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(42, 45, 47, 0.30);
}

.credit {
  position: absolute;
  bottom: 30px;
  right: 40px;
  font-size: 14px;
  opacity: 0.75;
}

@media (max-width: 768px) {
  .credit {
    font-size: 12px;
    bottom: 20px;
    right: 30px;
  }
}

.credit a {
  color: #fff;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #232323;
  display: inline-block;
}

.joy-hero-tabs {
  background-image: url(assets/img/joy-line.png);
  background-position: center 106px;
  background-repeat: repeat-x;
  background-size: auto;
  padding: 2.778em 0 2.778em 0;
}

.joy-hero-item {
  text-align: center;
  cursor: pointer;
  position: relative;
}

.joy-hero-item .icon-container {
  opacity: 0.25;
  transition: all .2s ease-in-out;
   -moz-transition: all .2s ease-in-out;
   -webkit-transition: all .2s ease-in-out;
}

.joy-hero-item .joy-hero-item-label {
  opacity: 0.25;
  transition: opacity .2s ease-in-out;
   -moz-transition: opacity .2s ease-in-out;
   -webkit-transition: opacity .2s ease-in-out;
}

.joy-hero-item:hover .joy-hero-item-label, .joy-hero-item:hover .icon-container {
  opacity: 1;
}

.joy-hero-item:active .icon-container {
  -ms-transform: scale(0.9,0.9); /* IE 9 */
  -webkit-transform: scale(0.9,0.9); /* Chrome, Safari, Opera */
  transform: scale(0.9,0.9);
}

.joy-hero-item .dot {
  background-color: #BCBCBC;
  transition: opacity .2s ease-in-out;
   -moz-transition: opacity .2s ease-in-out;
   -webkit-transition: opacity .2s ease-in-out;
}

.joy-hero-item.curr .icon-container, .joy-hero-item.curr .joy-hero-item-label {
  opacity: 1;
}

.joy-hero-item.curr .dot {
  background-color: #232323;
}

.joy-hero-item .icon-container {
  height: 44px;
  display: flex;
  justify-content: center;
}

.joy-hero-item-label {
  font-family: "proxima-nova","Work sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  font-size: 0.611em;
  text-transform: uppercase;
  color: #232323;
  letter-spacing: 0.15em;
}

@media (max-width: 768px) {
  .joy-hero-tabs {
    background-position: center 76px;
  }
  .joy-hero-item .icon-container {
    height: 32px !important;
    margin-bottom: 8px;
  }

  .joy-hero-item-label {
    margin-top: 5px;
  }
}

.btn {
  border-radius: 40px;
  padding: 10px 22px;
}

.btn a {
  color: #fff;
}

.btn a:hover {
  text-decoration: none;
}

.btn:active {
  color: #fff;
  background-color: #E8B0B3;
  border-color: #E8B0B3;
  box-shadow: none;
  color: #fff;
}

.btn:active a {
  color: #fff;
}

.btn-primary {
  background-color: #E8B0B3;
  border-color: #E8B0B3;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.btn-primary.active, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #FADAAE !important;
    border-color: #FADAAE !important;
}

.btn-joy {
  background-color: transparent;
  border-color: #fff;
  border-width: 2px;
  border-radius: 40px;
  font-size: 1.167em;
  line-height: 2em;
  padding: 6px 36px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.btn-joy-main {
    background-color: #E8B0B3;
    border-color: #E8B0B3;
}

.btn-joy-inv:hover {
  background-color: rgba(255,255,255,0.1);
  border-color: #fff;
}

@media (max-width: 768px) {
  .btn-create {
    margin-top: 20px !important;
  }
}

.btn-joy-video {
  background-color: transparent;
  border-color: #fff;
  font-size: 1.167em;
  line-height: 2em;
  border: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  padding: 6px 22px;
}

.btn-joy-video-inv {
  background-color: #fff;
  border-color: #666;
  border-width: 2px;
  color: #666;
  padding: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  padding: 6px 22px;
}

.btn-joy-video-inv:hover {
  border-color: #E8B0B3;
}

.btn-joy-video-inv a {
  color: #666;
  padding: 10px 22px;
  display: block;
}

.btn-joy-video a {
  color: #fff;
  display: block;
}

.btn-joy-video a:hover {
  color: #fff;
  text-decoration: none;
}

.btn-joy-video img.m-r {
  margin-right: 12px !important;
}

.btn-light {
  background-color: #eee;
  border-color: #eee;
  color: #656B6F;
}

.btn-light:hover {

}

.btn-muted {
  font-weight: 700;
  font-size: 0.611em;
  font-family: "proxima-nova","Work sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  text-transform: uppercase;
  letter-spacing: .15em;
}

.btn-close {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 9999;
  opacity: 0.7;
}

.btn-close:hover {
  position: absolute;
  opacity: 1;
}

.btn-uppercase {
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.778em;
  letter-spacing: 1.5px;
  line-height: 40px;
}


.btn-joy-transparent {
  border: none;
  display: flex;
  align-items: center;
  padding: 6px 0px;
}

.btn-joy-transparent:hover {
  background-color: transparent !important;
  border-color: #fff;
  padding-left: 10px;
}

.btn-icon {
  margin-right: 10px;
  margin-bottom: 2px;
}

.row-flex {

  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;

}

.row-flex [class*="col-"] {
  align-items: center;
  display: flex;
}

.joy-guests {
  min-height: 700px;
  background-size: cover;
  background-position: right top;
  background-repeat: no-repeat;
}

.joy-testimonials {
  background-color: #FCF9F6;
}

.person-hero {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 450px;
}

@media (min-width: 1919px) {
  .person-hero {
  height: 600px;
  }
}

.persons {
  margin-left: -20px;
}

@media (max-width: 768px) {
  .persons {
    margin-left: 0px;
  }
}

.person .tn {
  height: 50px;
  width: 50px;
  background-color: #E8B0B3;
  border-radius: 50px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.5;
  cursor: pointer;

  -webkit-transition: opacity 0.1s ease-in-out;
  -moz-transition: opacity 0.1s ease-in-out;
  -o-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
}

@media (min-width: 1600px) {
  .person {
    width: 13.66667%;
  }
}

@media (min-width: 2000px) {
  .person {
    width: 11.66667%;
  }
}

.person .tn:hover {
  opacity: 1;
}

.person.curr .tn {
  opacity: 1;
}

.light {
  opacity: 0.5;
}

.person-content-item  {
  margin-left: -10px;
  margin-right: 0;
}

@media (max-width: 768px) {
  .person-content-item {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
  }
}

.downloadarea {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}
.demo-content{
  margin-top: 30px;
  margin-bottom: 30px;
}
.radius {
  border-radius: 50%; }
@media (max-width: 768px) {
  .downloadarea {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
}

.taptoexplore {
  margin: auto;
  position: absolute;
  top: -115px; left: 0; bottom: 0; right: 0;
  height: 36px;
}

.itsfree {
  top: -50px; left: 0; bottom: 0; right: 0;
}

@media (max-width: 768px) {
  .taptoexplore {
    margin: auto;
    position: absolute;
    top: -115px; left: -11%; bottom: 0; right: 0;
    height: 36px;
  }
  .itsfree {
    top: -50px; left: 0; bottom: 0; right: 0;
    z-index: 100000;
  }
}

.taptoexplore img {
  width: 105px;
  height: 36px;
}

.itsfree img {
  width: 92px;
  height: 36px;
}

.eula-section, .privacy-section {
  margin: 2%;
  border: 1px solid #d2d2d2;
  padding: 20px;
}
.uppercase {
  text-transform: uppercase;
}
.center {
  text-align: center;
}
.bold {
  font-weight: bold;
}

.bounce {
 animation: bounce 2s infinite;
 -webkit-animation: bounce 2s infinite;
 -moz-animation: bounce 2s infinite;
 -o-animation: bounce 2s infinite;
}

@-webkit-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}
 40% {-webkit-transform: translateY(-22px);}
 60% {-webkit-transform: translateY(-15px);}
}

@-moz-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
 40% {-moz-transform: translateY(-22px);}
 60% {-moz-transform: translateY(-15px);}
}

@-o-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
 40% {-o-transform: translateY(-22px);}
 60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
 0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
 40% {transform: translateY(-22px);}
 60% {transform: translateY(-15px);}
}

/********* Mouse Indicator *********/

.mouse{
  margin: 50px auto;
  width: 25px;
  border-bottom: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
}.mouse-icon{
   width: 25px;
   height: 45px;
   border: 2px solid white;
   border-radius: 15px;
   cursor: pointer;
   position: relative;
   text-align: center;
}.mouse-wheel{
  height: 6px;
  margin: 2px auto 0;
  display: block;
  width: 3px;
  background-color: white;
  border-radius: 50%;
  -webkit-animation: 1.6s ease infinite wheel-up-down;
 -moz-animation: 1.6s ease infinite wheel-up-down;
  animation: 1.6s ease infinite wheel-up-down;
}
@-webkit-keyframes wheel-up-down {
	0% {
	    margin-top: 2px;
	    opacity: 0;
	}
	30% {
	    opacity: 1;
	}
	100% {
	    margin-top: 20px;
	    opacity: 0;
	}
}@-moz-keyframes wheel-up-down {
	0% {
	    margin-top: 2px;
	    opacity: 0;
	}
	30% {
	    opacity: 1;
	}
	100% {
	    margin-top: 20px;
	    opacity: 0;
	}
}@keyframes wheel-up-down {
	0% {
	    margin-top: 2px;
	    opacity: 0;
	}
	30% {
	    opacity: 1;
	}
	100% {
	    margin-top: 20px;
	    opacity: 0;
	}
}

/********** Floating-Button ***********/

#floatbtn {
  position: fixed;
  right: 35px;
  bottom: 23px;
  z-index: 1;
}
.btn-float {
  background-color: #E8B0B3;
  border-color: #E8B0B3;
  line-height: 1.8em;
}

/********** Common ***********/

.clickable {
  cursor: pointer;
}

/********* Carousel *********/

.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel,
.carousel-inner,
.carousel-inner .item {
  /*height: 100%;*/
}

.carousel-inner .item img {
  width: 100% !important;
  height: 100% !important;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 0px solid rgba(0,0,0,0.75);
    border-radius: 10px;
    cursor: pointer;
    background-color: #EBEBEB;
    /*background-color: rgba(20,20,20,0);*/
}

.top-carousel-nav .carousel-indicators {
    top: -5px;
}

/*@media screen and (min-width: 768px) {
  .carousel-indicators {
      bottom: 20px;
  }
}*/

.carousel-indicators .active {
    margin: 1px;
    width: 10px;
    height: 10px;
    background-color: rgba(0,0,0,0.20);
}

.carousel-indicators li:nth-child(1).active {
  background-color: #E8B0B3;
}

.carousel-indicators li:nth-child(2).active {
  background-color: #6AC7E2;
}

.carousel-indicators li:nth-child(3).active {
  background-color: #A6C495;
}

.carousel-indicators li:nth-child(4).active {
  background-color: #7D5E92;
}

.carousel_design .carousel-indicators li:nth-child(1).active {
  background-color: #376394;
}

.carousel_design .carousel-indicators li:nth-child(2).active {
  background-color: #FDE2DB;
}

.carousel_design .carousel-indicators li:nth-child(3).active {
  background-color: #D1E5DE;
}

ol.carousel-indicators {
    margin-bottom: 5px !important;
}
