/* Minification failed. Returning unminified contents.
(607,1): run-time error CSS1019: Unexpected token, found '@import'
(607,9): run-time error CSS1019: Unexpected token, found 'url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i|Ubuntu:300,300i,400,400i,500,500i,700,700i')'
(2584,3): run-time error CSS1019: Unexpected token, found '@keyframes'
(2585,8): run-time error CSS1035: Expected colon, found '{'
(2587,3): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(2588,8): run-time error CSS1035: Expected colon, found '{'
(2600,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(2601,6): run-time error CSS1035: Expected colon, found '{'
(2608,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(2609,6): run-time error CSS1035: Expected colon, found '{'
(2644,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(2645,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(2667,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(2668,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(2724,1): run-time error CSS1019: Unexpected token, found '@-moz-keyframes'
(2725,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(2736,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(2737,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(2760,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(2761,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(3541,14): run-time error CSS1030: Expected identifier, found ';'
(3626,16): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
(4716,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(4717,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(4728,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(4729,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(7095,26): run-time error CSS1038: Expected hex color, found '#fffff'
(7745,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(7746,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(9085,1): run-time error CSS1036: Expected expression, found '}'
(9313,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '!important'
(9318,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '!important'
(9323,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '!important'
(11600,20): run-time error CSS1038: Expected hex color, found '#fffff'
(12404,9): run-time error CSS1038: Expected hex color, found '#ffff'
(14223,2): run-time error CSS1031: Expected selector, found '/'
(14223,2): run-time error CSS1025: Expected comma or open brace, found '/'
 */
/* ------ venobox.css --------*/
.vbox-overlay *, .vbox-overlay *:before, .vbox-overlay *:after{
    -webkit-backface-visibility: hidden;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;

}
.vbox-overlay{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1040;
    -webkit-transform:translateZ(1000px);
    transform: translateZ(1000px);
    transform-style: preserve-3d;
}

/* ----- navigation ----- */
.vbox-title{
    width: 100%;
    height: 40px;
    float: left;
    text-align: center;
    line-height: 28px;
    font-size: 12px;
    padding: 6px 40px;
    overflow: hidden;
    position: fixed;
    display: none;
    left: 0;
    z-index: 1050;
}
.vbox-close{
    cursor: pointer;
    position: fixed;
    top: -1px;
    right: 0;
    width: 50px;
    height: 40px;
    padding: 6px;
    display: block;
    background-position:10px center;
    overflow: hidden;
    font-size: 24px;
    line-height: 1;
    text-align: center;
    z-index: 1050;
}
.vbox-num{
    cursor: pointer;
    position: fixed;
    left: 0;
    height: 40px;
    display: block;
    overflow: hidden;
    line-height: 28px;
    font-size: 12px;
    padding: 6px 10px;
    display: none;
    z-index: 1050;
}
/* ----- navigation ARROWS ----- */
.vbox-next, .vbox-prev{
    position: fixed;
    top: 50%;
    margin-top: -15px;
    overflow: hidden;
    cursor: pointer;
    display: block;
    width: 45px;
    height: 45px;
    z-index: 1050;
}
.vbox-next span, .vbox-prev span{
    position: relative;
    width: 20px;
    height: 20px;
    border: 2px solid transparent;
    border-top-color: #B6B6B6;
    border-right-color: #B6B6B6;
    text-indent: -100px;
    position: absolute;
    top: 8px;
    display: block;
}
.vbox-prev{
    left: 15px;
}
.vbox-next{
    right: 15px;
}
.vbox-prev span{
    left: 10px;
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.vbox-next span{
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 10px;
}
/* ------- inline window ------ */
.vbox-inline{
    width: 420px;
    height: 315px;
    height: 70vh;
    padding: 10px;
    background: #fff;
    margin: 0 auto;
    overflow: auto;
    text-align: left;
}
/* ------- Video & iFrames window ------ */
.venoframe{
    max-width: 100%;
    width: 100%;
    border: none;
    width: 100%;
    height: 260px;
    height: 70vh;
}
.venoframe.vbvid{
    height: 260px;
}
@media (min-width: 768px) {
    .venoframe, .vbox-inline{
        width: 90%;
        height: 360px;
        height: 70vh;
    }
    .venoframe.vbvid{
        width: 640px;
        height: 360px;
    }
}
@media (min-width: 992px) {
    .venoframe, .vbox-inline{
        max-width: 1200px;
        width: 80%;
        height: 540px;
        height: 70vh;
    }
    .venoframe.vbvid{
        width: 960px;
        height: 540px;
    }
}
/* 
Please do NOT edit this part! 
or at least read this note: http://i.imgur.com/7C0ws9e.gif
*/
.vbox-open{
    overflow: hidden;
}
.vbox-container{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    z-index: 20;
    max-height: 100%;

}

.vbox-content{
    text-align: center;
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    /*padding: 20px 10px;*/
}
.vbox-container img{
    max-width: 100%;
    height: auto;
}
.figlio{
    box-shadow: 0 0 12px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    max-width: 100%;
    text-align: initial;
}
img.figlio{
    -webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;
}
.vbox-content.swipe-left{
    margin-left: -200px !important;
}
.vbox-content.swipe-right{
    margin-left: 200px !important;
}
.animated{
    webkit-transition: margin 300ms ease-out;
    transition: margin 300ms ease-out;
}
.animate-in{
    opacity: 1;
}
.animate-out{
    opacity: 0;
}
/* ---------- preloader ----------
 * SPINKIT 
 * http://tobiasahlin.com/spinkit/
-------------------------------- */
.sk-double-bounce,.sk-rotating-plane{width:40px;height:40px;margin:40px auto}.sk-rotating-plane{background-color:#333;-webkit-backface-visibility:visible;-moz-backface-visibility:visible;backface-visibility:visible;-webkit-animation:sk-rotatePlane 1.2s infinite ease-in-out;animation:sk-rotatePlane 1.2s infinite ease-in-out}@-webkit-keyframes sk-rotatePlane{0%{-webkit-transform:perspective(120px) rotateX(0) rotateY(0);transform:perspective(120px) rotateX(0) rotateY(0)}50%{-webkit-transform:perspective(120px) rotateX(-180.1deg) rotateY(0);transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{-webkit-transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg);transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}@keyframes sk-rotatePlane{0%{-webkit-transform:perspective(120px) rotateX(0) rotateY(0);transform:perspective(120px) rotateX(0) rotateY(0)}50%{-webkit-transform:perspective(120px) rotateX(-180.1deg) rotateY(0);transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{-webkit-transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg);transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}.sk-double-bounce{position:relative}.sk-double-bounce .sk-child{width:100%;height:100%;border-radius:50%;background-color:#333;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:sk-doubleBounce 2s infinite ease-in-out;animation:sk-doubleBounce 2s infinite ease-in-out}.sk-double-bounce .sk-double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes sk-doubleBounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-doubleBounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}.sk-wave{width:50px;height:40px;text-align:center;font-size:10px;margin:40px auto}.sk-wave .sk-rect{background-color:#333;height:100%;width:4px;margin:0 1px;display:inline-block;-webkit-animation:sk-waveStretchDelay 1.2s infinite ease-in-out;animation:sk-waveStretchDelay 1.2s infinite ease-in-out}.sk-wave .sk-rect1{-webkit-animation-delay:-1.2s;animation-delay:-1.2s}.sk-wave .sk-rect2{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.sk-wave .sk-rect3{-webkit-animation-delay:-1s;animation-delay:-1s}.sk-wave .sk-rect4{-webkit-animation-delay:-.9s;animation-delay:-.9s}.sk-wave .sk-rect5{-webkit-animation-delay:-.8s;animation-delay:-.8s}@-webkit-keyframes sk-waveStretchDelay{0%,100%,40%{-webkit-transform:scaleY(.4);transform:scaleY(.4)}20%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes sk-waveStretchDelay{0%,100%,40%{-webkit-transform:scaleY(.4);transform:scaleY(.4)}20%{-webkit-transform:scaleY(1);transform:scaleY(1)}}.sk-three-bounce{margin:40px auto;width:100px;text-align:center}.sk-three-bounce .sk-child{width:16px;height:16px;background-color:#333;border-radius:100%;margin:4px;display:inline-block;-webkit-animation:sk-three-bounce 1.4s ease-in-out 0s infinite both;animation:sk-three-bounce 1.4s ease-in-out 0s infinite both}.sk-cube-grid,.sk-spinner-pulse{width:40px;height:40px;margin:40px auto}.sk-three-bounce .sk-bounce1{-webkit-animation-delay:-.32s;animation-delay:-.32s}.sk-three-bounce .sk-bounce2{-webkit-animation-delay:-.16s;animation-delay:-.16s}@-webkit-keyframes sk-three-bounce{0%,100%,80%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-three-bounce{0%,100%,80%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}.sk-spinner-pulse{background-color:#333;border-radius:100%;-webkit-animation:sk-pulseScaleOut 1s infinite ease-in-out;animation:sk-pulseScaleOut 1s infinite ease-in-out}@-webkit-keyframes sk-pulseScaleOut{0%{-webkit-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}@keyframes sk-pulseScaleOut{0%{-webkit-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}.sk-cube-grid .sk-cube{width:33.33%;height:33.33%;background-color:#333;float:left;-webkit-animation:sk-cubeGridScaleDelay 1.3s infinite ease-in-out;animation:sk-cubeGridScaleDelay 1.3s infinite ease-in-out}.sk-cube-grid .sk-cube1{-webkit-animation-delay:.2s;animation-delay:.2s}.sk-cube-grid .sk-cube2{-webkit-animation-delay:.3s;animation-delay:.3s}.sk-cube-grid .sk-cube3{-webkit-animation-delay:.4s;animation-delay:.4s}.sk-cube-grid .sk-cube4{-webkit-animation-delay:.1s;animation-delay:.1s}.sk-cube-grid .sk-cube5{-webkit-animation-delay:.2s;animation-delay:.2s}.sk-cube-grid .sk-cube6{-webkit-animation-delay:.3s;animation-delay:.3s}.sk-cube-grid .sk-cube7{-webkit-animation-delay:0ms;animation-delay:0ms}.sk-cube-grid .sk-cube8{-webkit-animation-delay:.1s;animation-delay:.1s}.sk-cube-grid .sk-cube9{-webkit-animation-delay:.2s;animation-delay:.2s}@-webkit-keyframes sk-cubeGridScaleDelay{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}@keyframes sk-cubeGridScaleDelay{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}.sk-wandering-cubes{margin:40px auto;width:40px;height:40px;position:relative}.sk-wandering-cubes .sk-cube{background-color:#333;width:10px;height:10px;position:absolute;top:0;left:0;-webkit-animation:sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;animation:sk-wanderingCube 1.8s ease-in-out -1.8s infinite both}.sk-wandering-cubes .sk-cube2{-webkit-animation-delay:-.9s;animation-delay:-.9s}@-webkit-keyframes sk-wanderingCube{0%{-webkit-transform:rotate(0);transform:rotate(0)}25%{-webkit-transform:translateX(30px) rotate(-90deg) scale(.5);transform:translateX(30px) rotate(-90deg) scale(.5)}50%{-webkit-transform:translateX(30px) translateY(30px) rotate(-179deg);transform:translateX(30px) translateY(30px) rotate(-179deg)}50.1%{-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg);transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5);transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}@keyframes sk-wanderingCube{0%{-webkit-transform:rotate(0);transform:rotate(0)}25%{-webkit-transform:translateX(30px) rotate(-90deg) scale(.5);transform:translateX(30px) rotate(-90deg) scale(.5)}50%{-webkit-transform:translateX(30px) translateY(30px) rotate(-179deg);transform:translateX(30px) translateY(30px) rotate(-179deg)}50.1%{-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg);transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5);transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}

/* Default Colors */
.brownish-grey-color, p {
    color: #666666;
}

.brownish-grey-background {
    background-color: #666666;
}

.red-color {
    color: #f40650 !important;
}

.purple-color {
    color: #2c0d61 !important;
}
.salmon-color {
    color: #ff6a5b !important;
}

.mint-green-color {
    color: #0edb73 !important;
}

.yellow-color {
    color: #feff15 !important;
}

.dark-sky-blue-color {
    color: #3eaff0 !important;
}

.dark-sky-blue-background {
    background-color: #3eaff0;
}

.darkish-pink-color {
    color: #e6548f !important;
}

.darkish-pink-background {
    background-color: #e6548f;
}

.light-indigo-color {
    color: #8650d3;
}

.light-indigo-background {
    background-color: #8650d3;
}

.light-grey-color {
    color: #f4f4f4;
}

.light-grey-background {
    background-color: #f4f4f4;
}

.light-grey-border {
    border-color: #f4f4f4;
}

.white-border {
    border-color: #fff;
}


.white-color {
    color: #ffffff !important;
}

.white-background {
    background-color: #ffffff;
}

.dark-grey-color {
    color: #252525 !important;
}

.dark-grey-background {
    background-color: #333333;
}

.med-grey-color {
    color: #777777;
}

.med-grey-background {
    background-color: #777777;
}

.black-color {
    color: #000000;
}

.black-background {
    background-color: #000000;
}

.purple-gradient-background {
    background-image: linear-gradient(275deg, #e6548f, #7850e4);
}

.grey-box-shadow {
    box-shadow: #777777 3px 3px 10px
}
.color-252525 {
    color: #252525 !important;
}

.color-2c0d61 {
    color: #2c0d61;
}

.color-333333, p {
    color: #333333 !important;
}




/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container, .navbar-wrapper > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-wrapper .navbar {
  padding-right: 15px;
  /*padding-left: 15px;*/
}
.navbar-wrapper .navbar .container {
  width: auto;
}
.carousel {
	
background-color: #fff;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/*
Fade content bs-carousel with hero headers
Code snippet by maridlcrmn (Follow me on Twitter @maridlcrmn) for Bootsnipp.com
Image credits: unsplash.com
*/

/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
    position: relative;
    height: 100vh;
    margin-bottom: 20px;
}
.fade-carousel .carousel-inner .item {
    height: 100vh;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #fff;
    border-color: #fff;
    opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 42.5%;
    /*left: 50%;*/
	width: 100%;
    z-index: 3;
    color: #fff;
    text-align: center;
	/*
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
	*/
	
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
	/*
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s; 
	*/
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
	/*
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s; 
	*/
}

/********************************/
/*            Overlay           */
/********************************/
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d15;
    opacity: .7;
}

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {padding: 10px 40px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #1abc9c;
    border-color: #1abc9c;
    outline: none;
    margin: 20px auto;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1 {
  background-image: url(../img/slide_2.jpg);
}
.fade-carousel .slides .slide-2 {
  background-image: url(https://ununsplash.imgix.net/photo-1416339684178-3a239570f315?q=75&fm=jpg&s=c39d9a3bf66d6566b9608a9f1f3765af);
}
.fade-carousel .slides .slide-3 {
  background-image: url(https://ununsplash.imgix.net/photo-1416339276121-ba1dfa199912?q=75&fm=jpg&s=9bf9f2ef5be5cb5eee5255e7765cb327);
}

/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px){
    /*.hero { width: 980px; }*/
}
@media screen and (max-width: 640px){
    .hero h1 { font-size: 30px;margin-top: 80px;line-height: 1.2em; }
	.hero h3 {font-size: 16px;padding: 10px; }
	.hero .blue-btn {width: 80%;
    margin-bottom: 20px;}
	.hero .border-btn{margin-left:0px;width: 78%;}
	.fade-carousel .slides .slide-1 {background-repeat:no-repeat;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
background-size:cover;
background-position:center;} .hero-btns {
    margin-top: 20px;
}
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    /* padding-right: 35px; */
    /* padding-left: 35px; */
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}
@media only screen and (max-width: 480px) {
    .carousel-inner .hero {
        top: 22%;
    }
}

/*custom carousel home*/
.carousel-control {
    width: 4%;
}

    .carousel-control.left, .carousel-control.right {
        margin-left: 15px;
        background-image: none;
    }

.carousel-inner.custom-carousel > .item {
    float: left;
}

.carousel-inner.custom-carousel {
    width: 100%;
    overflow-x: hidden;
    white-space: nowrap;
}

    .carousel-inner.custom-carousel .col-md-3.col-sm-6.col-xs-12 {
        display: inline-block;
        float: initial;
    }

.prd-slider-item .prd-slide-heading {
    white-space: initial;
}

.prd-slide-heading h4 {
    word-wrap: break-word;
}

@charset "utf-8";
/* import custom fonts */

@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i|Ubuntu:300,300i,400,400i,500,500i,700,700i');

/* Wave General CSS */

html {
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
}
html, html a {
	-webkit-font-smoothing: antialiased;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}
body {
	background: #fff;
	overflow-x: hidden!important; /* by owais for smaller screen */
	color: #666666;
	font-family: 'Lato', 'Ubuntu', sans-serif;
}
p {
	font-size: 16px;
	color: #666666;
	font-family: 'Lato', sans-serif;
	letter-spacing: 0.4px;
	line-height: 1.4em;
}
/*Header */

/*.htc-nav {
	margin-top: 15px;
	padding-top: 15px;
	margin-bottom: 15px;
	padding-bottom: 15px;
}*/
.htc-nav a {
	color: #fff;
	font-size: 16px;
	font-family: 'Ubuntu', sans-serif;
	font-style: normal;
}
.nav>li>a:focus, .nav>li>a:hover {
	background-color: transparent;
	/*border-bottom: 2px solid #e6548f;*/
}
.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 0px;
	margin-left: 15px;
	margin-right: 15px;
}
.nav li:last-child {
	margin-right: 10px;
}

/* Header Join Now Button */

.btn-joinH {
	border-radius: 28px;
	background-color: transparent;
	font-size: 16px;
	font-family: 'Ubuntu', sans-serif;
	border: 2px solid #fff;
	padding: 8px 25px;
	color: #fff;
	font-style: normal;
}
.btn-joinH:focus, .btn-joinH:hover {
	color: #e6548f;
	border: 2px solid #e6548f;
	background-color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.hero-btns {
	margin-top: 35px;
}

/* Buttons */

.blue-btn {
	background-color: #3eaff0;
	border-radius: 28px;
	border: 2px solid #3eaff0;
	font-size: 16px;
	color: #fff;
}
.blue-btn:focus, .blue-btn:hover, .blue-btn:active {
	background-color: #e6548f;
	border: 2px solid #e6548f;
	;
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.blue-btn-round {
    background: white;
    border: solid 1px #3eaff0;
    border-radius: 22px;
    color: #3eaff0;
	font-size: 16px;
	line-height: 1.8em;
}
.blue-btn-round:focus, .blue-btn-round:hover, .blue-btn-round:active
{
	background: #3eaff0;
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.gray-blue-btn-round {
    background: white;
    border: solid 1px #5c5c5c;
    border-radius: 22px;
    color: #5c5c5c;
	font-size: 16px;
	line-height: 1.8em;
}
.gray-blue-btn-round:focus, .gray-blue-btn-round:hover, .gray-blue-btn-round:active
{
	background: #3eaff0;
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.light-gray-btn {
	background-color: #fff;
	border-radius: 28px;
	border: 1px solid #898989;
	font-size: 16px;
	color: #666666;
}
.light-gray-btn:focus, .light-gray-btn:hover {
	background-color: #e6548f;
	border: 1px solid #e6548f;
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.pink-btn {
	background-color: #e6548f;
	border-radius: 28px;
	color: #fff;
	font-size: 16px;
	font-family: 'Ubuntu', sans-serif;
	padding: 10px 40px;
	border: 2px solid #e6548f;
}
.pink-btn:focus, .pink-btn:hover {
	border: 2px solid #e6548f;
	color: #e6548f;
	background: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.blue-pink-btn {
	background-color: #3eaff0;
	border-radius: 28px;
	color: #fff;
	font-family: 'Ubuntu', sans-serif;
	padding: 10px 40px;
	font-size: 16px;
}
.blue-pink-btn:focus, .blue-pink-btn:hover {
	color: #fff;
	background: #e6548f;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.border-btn {
	font-family: 'Ubuntu', sans-serif;
	margin-left: 18px;
	background: none;
	border: 2px solid #fff;
	border-radius: 28px;
	font-size: 16px;
}
.border-btn i {
	opacity: 0.3;
	vertical-align: middle;
	font-size: 20px;
}
.border-btn:focus, .border-btn:hover {
	color: #e6548f;
	border: 2px solid #e6548f;
	background-color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.fb-btn {
	font-family: 'Ubuntu', sans-serif;
	background-color: #385a9b;
	border-radius: 28px;
	border: 2px solid #385a9b;
	font-size: 16px;
	color: #fff;
	padding-top: 10px;
    padding-bottom: 10px;
}
.fb-btn:focus, .fb-btn:hover {
	background-color: #365899;
	border: 2px solid #365899;
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
}
.bgless-btn {
	font-family: 'Ubuntu', sans-serif;
	border-radius: 28px;
	border: 2px solid #fff;
	font-size: 16px;
	color: #fff;
	background: none;
}
.bgless-btn:focus, .bgless-btn:hover {
	background-color: #3eaff0;
	border: 2px solid #3eaff0;
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
}
.btn-style1 {
	width: 17.2%
}
.btn-style2 {
	width: 74.2%;
}
.hero-btn-join {
	width: 22.2%
}
.btn-width-80 {
    min-width: 80px;
}
.btn-212 {
	max-width: 212px;
	min-width: 212px;
}
.btn-331 {
	max-width: 331px;
	min-width: 331px;
}
.btn-join-140 {
	max-width: 140px;
	min-width: 140px;
}
.bgless-gray-btn {
	font-family: 'Ubuntu', sans-serif;
	border-radius: 28px;
	border: 2px solid #666;
	font-size: 16px;
	color: #666;
	background: none;
	/*margin-right: 18px;*/
}
.bgless-gray-btn:focus, .bgless-gray-btn:hover {
	background-color: #666;
	border: 2px solid #666;
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
}
/* group buttons */

   .blue-btn-group
{
    background-color: #3eaff0;
    border-radius: 28px;
    border: 1px solid #3b9dd5;
    font-size: 16px;
    color: #fff;
	padding: 10px 16px;
}
.blue-btn-group:hover, .blue-btn-group:active, .blue-btn-group:focus {
	background-color: #e6548f;
    border: 1px solid #e6548f;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 2px solid #c9c9c9;
	margin: 1em 0;
	padding: 0;
}

/* -- Home Page CSS --*/

/* Section - Marketing One*/

.marketing-one {
	margin-top: 20px;
}

.marketing-hero-btn {
	margin-top: 25px;
}

/* Section - Marketing Icons */

.marketing-icons {
	margin-bottom: 25px;
	padding-top: 50px;
	padding-bottom: 25px;
	background-color: #f4f4f4;
	min-height: 186px;
}

.m-icon {
	float: left;
	margin-right: 20px;
	min-height: 100px;
}
.m-icon i {
	font-size: 38px;
	color: #8650d3;
}
.icon-text-1 {
	width: 210px;
}
.marketing-one-col-2-box {
    position: relative;
    height: 400px;
}
.marketing-one-col-2 {
    /*background-image: url(/images/img-1.png);*/
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    height: 100%;
}
.marketing-one-text {
    position: absolute;
    bottom: 0px;
    height: 170px;
    background-color: #f4f4f4;
    width: 95%;
    z-index: 99;
    padding: 2% 34% 0 27%;
}
.marketing-one-bloc {
    height: 50px;
    width: 40px;
    float: left;
    margin-right: 5px;
}

/* Section - Marketing Two */

.marketing-two {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.marketing-two-txt {
	margin-bottom: 30px;
}
.marketing-two-content {
	margin-bottom: 20px;
}
.marketing-two-img-container {
	position: relative;
	width: 100%;
}
.marketing-two-img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 20px;
}
.marketing-two-img-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background-color: #e6548f;
	border-radius: 20px;
}
.marketing-two-img-container:hover .marketing-two-img-overlay {
	opacity: 0.9;
}
.marketing-two-img-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.marketing-two-sub {
	color: #000;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 600;
	margin-top: 10px;
	text-align: center;
	font-size: 18px;
}
.marketing-two-content:hover .marketing-two-sub {
	text-decoration: none;
	color: #e6548f!important;
}
.marketing-two-content a:hover, .marketing-two-content a:focus {
	text-decoration: none;
	color: #e6548f!important;
}
.marketing-two-whiteBox {
	background: #fff;
	min-height: 207px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 15px 1px rgba(163,163,163,1);
	-moz-box-shadow: 0px 0px 15px 1px rgba(163,163,163,1);
	box-shadow: 0px 0px 15px 1px rgba(163,163,163,1);
	padding-top: 10px;
}
.marketing-two-whiteBox .blue-btn {
	text-align: center;
	color: #fff;
	font-weight: 500;
	font-size: 16px;
}
.marketing-two-whiteBox .blue-btn:hover {
	color: #fff;
}

/* Section - Marketing Three */

.marketing-three {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.marketing-three-bg1 {
	background-image: url(/images/map-bg.png);
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 504px;
}

.marketing-three-bg1 .blue-btn {
	text-align: center;
	color: #fff;
	font-weight: 500;
}
.marketing-three-valign {
	margin: auto;
	position: absolute;
	top: -35px;
	left: 0;
	bottom: 0;
	right: 0;
	display: table;
}
.marketing-three-bg2 {
	background-image: url(/images/trophy-bg.png);
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 504px;
}
.winsweet {
	padding-left: 0px;
}
/* Section - Marketing Four */

.marketing-four {
	background: rgb(149,115,232); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(149,115,232,1) 0%, rgba(233,118,167,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(149,115,232,1) 0%, rgba(233,118,167,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(149,115,232,1) 0%, rgba(233,118,167,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9573e8', endColorstr='#e976a7', GradientType=1 ); /* IE6-9 */
	margin-top: 30px;
	padding-top: 45px;
	padding-bottom: 45px;
}

.marketing-four .blue-btn {
	text-align: center;
	color: #fff;
	font-weight: 500;
}
.htcbrand-socialmedia {
	padding-top: 45px;
	padding-bottom: 45px;
	background: #f4f4f4;
}

/* footer social icons */

ul.social-network {
	list-style: none;
	margin: 0 auto!important;
	display: table;
	padding-top: 5px;
	padding-left: 0px;
}
ul.social-network li {
	display: inline;
	margin: 0 5px;
}
.social-network a.icoRss:hover {
	background-color: #F56505;
}
.social-network a.icoFacebook:hover {
	background-color: #3B5998;
	border: 2px solid #3B5998;
}
.social-network a.iconInstagram:hover {
	background: linear-gradient( #400080, transparent),  linear-gradient(200deg, #d047d1, #ff0000, #ffff00);
}
.social-network a.icoTwitter:hover {
	background-color: #33ccff;
	border: 2px solid #33ccff;
}
.social-network a.icoGoogle:hover {
	background-color: #BD3518;
	border: 2px solid #BD3518;
}
.social-network a.icoVimeo:hover {
	background-color: #0590B8;
	border: 2px solid #0590B8;
}
.social-network a.icoLinkedin:hover {
	background-color: #bd081c;
	border: 2px solid #bd081c;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i, .social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i, a.iconInstagram:hover i {
	color: #fff;
}
a.socialIcon:hover, .socialHoverClass {
	color: #44BCDD;
}
.social-circle li a {
	display: inline-block;
	position: relative;
	margin: 0 auto 0 auto;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	width: 50px;
	height: 50px;
	font-size: 20px;
	border: 2px solid #7850e4;
}
.social-circle li i {
	margin: 0;
	line-height: 50px;
	text-align: center;
}
.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: #7850e4;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}

/*footer links */

.footer-links {
	background-color: #ebebeb;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #838383;
	font-family: 'Ubuntu', sans-serif;
	font-weight: normal;
}
.footer-links p {
	margin-top: 5px;
	font-size: 12px;
}
ul.footersitemap {
	list-style: none;
	display: inline;
	margin-left: 0 !important;
	padding: 0;
}
ul.footersitemap li {
	display: inline;
	margin: 0 5px;
}
.footersitemap li a {
	color: #838383;
	text-decoration: none;
}
.footersitemap li a:hover, .footersitemap li a:focus {
	font-weight:bold !important;
	text-decoration: underline!important;
}
.footersitemap-container {
	padding-top: 5px;
	text-align: right;
	font-size: 12px;
}
.go-bk-wrapper {
	padding-top: 5px;
	text-align: right;
}
.go-bk-top {
	border-radius: 50%;
	border: 1px solid #a7a7a7;
	color: #a7a7a7;
	font-size: 26px;
	width: 50px;
	height: 50px;
	transition: .5s;
	vertical-align: middle;
	text-align: center;
	display: inline-block;
	line-height: 1.8em;
}

/* Hero Product Carosuel */

.hero-review-products {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.hero-review-txt h2 {
	font-size: 35px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	color: #000;
	text-align: center;
	margin-top: 0px;
}
.hero-review-txt p {
	font-size: 17px;
	color: #666666;
	font-family: 'Lato', sans-serif;
	margin-top: 20px;
	letter-spacing: 0.4px;
	line-height: 1.6em;
	text-align: center;
}
.prd-slider-container {
	margin-top: 20px;	
	padding-bottom: 20px;
}
.prd-slider-item {
	min-height: 470px;
	background-color: #f0f0f0;
	border-radius: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.prd-slider-photo {
	text-align: center;
	height: 260px;
	background: #fff;
	border: 2px solid #f0f0f0;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	position: relative;
    width: 100%;
}

.prd-slider-img-overly
{
  position: absolute;
  top: 0;
  bottom: 0;
  height: 258px;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #ff66a4;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.prd-slider-img-overly-btn {
  font-family: 'Ubuntu';
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.37;
  letter-spacing: -0.2px;
  text-align: center;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  border: 2px solid #fff;
  border-radius: 22px;
  padding: 15px 10px;
  width: 170px;
}
.prd-slider-photo:hover .prd-slider-img-overly {
  opacity: 0.9;
	cursor: pointer;
}
.prd-slider-photo:active .prd-slider-img-overly {
  opacity: 0.9;
	cursor: pointer;
}
.prd-slider-photo:focus .prd-slider-img-overly {
  opacity: 0.9;
	cursor: pointer;
}
.prd-slider-photo:hover, .prd-slider-photo:focus, .prd-slider-photo:active {
	border: 2px solid #e6548f;
}
.prd-slider-photo img {
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}
.prd-slide-heading {
	margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.prd-slide-heading-valign {
	height: 40px;
	line-height: 40px;
}
.prd-slide-Srating {
	color: #c9c9c9;
	font-size: 18px;
	text-align: center;
	padding-top:25px;
}
.prd-slide-Srating .active {
	color: #e6548f;
}
.prd-slide-reviewCount {
	/*padding-bottom: 10px;*/
}
/*.prd-slide-reviewCount p {
	margin: 5px;
	text-align: center;
	font-size: 14px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 600;
	color: #000;
}*/

.prd-slide-reviewCount-Pink {
	color: #e6548f;
}
.prd-slide-reviewCount-Blue {
	color: #3eaff0;
	text-decoration: underline;
}
.prd-slider-lable {
	z-index: 9;
	right: -5px;
	top: 0px;
	position: absolute;
}
.prd-slider-lable {
	width:90px;
	height:90px;
}
.prd-slider-lable div {
	float: left;
	width: 100%;
	padding-top: 38%;
	line-height: 1.1em;
	margin-top: -0.4em;
	text-align: center;
	text-transform: capitalize;
	color: white;
	font-family: 'Moderat', sans-serif;
	font-size: 20px;
	font-weight:bold;
	font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0px;
  text-align: center;
}
.Herocounter {
	animation-duration: 1s;
	animation-delay: 0s;
}

/*Sign in Sign Up pages */

.sign-header {
	margin-top: 15px;
	padding-top: 15px;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.sign-btn-header {
	padding: 15px;
}
.sign-btn-header a:hover, .sign-btn-header a:focus {
	text-decoration: none;
}
.sign-in-bg {
	background-image: url(/images/sign-in-bg.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: rgba(136,100,229,1);
	background-color: -moz-linear-gradient(top, rgba(136,100,229,1) 0%, rgba(231,103,154,1) 87%, rgba(231,103,154,1) 100%);
	background-color: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(136,100,229,1)), color-stop(87%, rgba(231,103,154,1)), color-stop(100%, rgba(231,103,154,1)));
	background-color: -webkit-linear-gradient(top, rgba(136,100,229,1) 0%, rgba(231,103,154,1) 87%, rgba(231,103,154,1) 100%);
	background-color: -o-linear-gradient(top, rgba(136,100,229,1) 0%, rgba(231,103,154,1) 87%, rgba(231,103,154,1) 100%);
	background-color: -ms-linear-gradient(top, rgba(136,100,229,1) 0%, rgba(231,103,154,1) 87%, rgba(231,103,154,1) 100%);
	background-color: linear-gradient(to bottom, rgba(136,100,229,1) 0%, rgba(231,103,154,1) 87%, rgba(231,103,154,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8864e5', endColorstr='#e7679a', GradientType=0 );
}
.join-in-bg {
	background-image: url(/images/join-in-bg.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.confirm-email-bg {
	background-image: url(/images/confirm-email-bg.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.verify-email-bg {
	background-image: url(/images/verify-bg.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.sign-icon {
	border-radius: 50%;
	border: 2px solid #fff;
	color: #fff;
	font-size: 25px;
	width: 40px;
	height: 40px;
	transition: .5s;
	vertical-align: middle;
	text-align: center;
	display: inline-block;
	margin-right: 15px;
	line-height: 1.3em;
}
.Sign-btn-txt {
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	color: #fff;
	vertical-align: middle;
	text-decoration: none;
}
.Sign-btn-txt a {
	color: #fff;
}
.Sign-btn-txt a:hover {
	color: #fff;
	text-decoration: none;
}
.Sign-btn-txt a:focus {
	color: #fff;
	text-decoration: none;
}
.sign-wrapper {
	color: #fff;
}
.sign-wrapper h2 {
	font-size: 35px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	color: #fff;
	text-align: center;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.sign-social {
	margin-top: 10px;
	padding-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.sign-seperator {
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	text-align: center;
	margin-top: 10px;
	padding-top: 10px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.sign-form-wrapper label {
	font-family: 'Ubuntu', sans-serif;
	font-size: 16px;
	font-weight: 500;
}
.sign-form-wrapper input {
	border-radius: 28px;
	padding: 20px 20px;
}
.sign-form-wrapper .form-control:focus {
	border-color: #3eaff0;
}
.sign-form-wrapper .form-control {
	font-family: 'Lato', sans-serif;
	color: #666666;
}
.sign-form-wrapper .checkbox label {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-left: 35px;
}
.sign-form-wrapper .checkbox label::before {
	content: "";
	top: 2px;
	display: inline-block;
	position: absolute;
	width: 17px;
	height: 17px;
	left: 0;
	/*margin-left: -20px;*/
	border: 1px solid #cccccc;
	border-radius: 3px;
	background-color: #fff;
	-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.sign-form-wrapper .checkbox label::after {
	display: inline-block;
	position: absolute;
	width: 16px;
	height: 16px;
	left: 0;
	top: 2px;
	/*margin-left: -20px;*/
	padding-left: 3px;
	padding-top: 1px;
	font-size: 11px;
	color: #555555;
}
.sign-form-wrapper .checkbox input[type="checkbox"] {
	opacity: 0;
	z-index: 1;
}
.sign-form-wrapper .checkbox input[type="checkbox"]:focus + label::before {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
/*
.checkbox input[type="checkbox"]:checked + label::after {
	font-family: 'FontAwesome';
	content: "\f00c";
}
*/
.sign-form-wrapper .checkbox input[type="checkbox"]:disabled + label {
	opacity: 0.65;
}
.sign-form-wrapper .checkbox input[type="checkbox"]:disabled + label::before {
	background-color: #eeeeee;
	cursor: not-allowed;
}
.sign-form-wrapper .checkbox.checkbox-circle label::before {
	border-radius: 50%;
}
.sign-form-wrapper .checkbox.checkbox-inline {
	margin-top: 0;
}
.sign-form-wrapper .checkbox-remember input[type="checkbox"]:checked + label::before {
	background-color: #3eaff0;
	border-color: #428bca;
}
.sign-form-wrapper .checkbox-remember input[type="checkbox"]:checked + label::after {
	color: #fff;
}
.sign-btn {
	margin-top: 15px;
}
.sign-link {
	margin-top: 10px;
	padding-top: 10px;
	font-family: 'Ubuntu', sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: 500;
}
.sign-link a {
	color: #fff;
}
a.sign-tc {
	color: #fff;
	text-decoration: none;
}
a.sign-tc:hover, a.sign-tc :focus {
	color: #fff;
	text-decoration: underline;
}
.confirm-reg-header {
	margin-top: 30px;
	padding-top: 30px;
	margin-bottom: 50px;
	padding-bottom: 50px;
}
.confirm-reg-txt {
	margin-bottom: 25px;
	padding-bottom: 25px;
}
.verify-send-btn {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

/* Complete Profile Page */

.navbar-style1 {
	margin-bottom: 0px;
	background-image: url(/images/header-bg.jpg);
	background-size: 100% 100%;
	background-position: left top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	border: none;
	border-radius: 0px;
}
.bc-container {
	padding: 8px 15px;
	background-color: #f4f4f4;
	font-family: 'lato', sans-serif;
	font-size: 14px;
	color: #666666;
}

/* Bread Crumbs */

.breadcrumbs {
	padding-left: 12px;
	margin-top: 0;
	margin-bottom: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	color: #666666;
}
.breadcrumbs__item {
	display: inline-block;
	position: relative;
	padding-right:20px;
	margin-right: 15px;
	color: #666666;
}
.breadcrumbs__item:after {
	content: "\f105";
	line-height: 1;
	text-align: center;
	font-family: FontAwesome;
	font-size: 16px;
	color: #666666;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.breadcrumbs__item_active {
	margin-right: 0;
	padding-right: 0;
	color: #da7ead;
}
.breadcrumbs__item_active:after {
	display: none;
}
.breadcrumbs__element {
	color: inherit;
}

.cp-wrapper {
	margin-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	padding-top: 20px;
}
.cp-form-wrapper {
	margin-top: 35px;
}
.cp-tab-wrapper {
	border-radius: 15px;
	background-color: #f4f4f4;
}
.cp-tab-wrapper .nav>li>a {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color: #000;
	padding: 20px 10px;
	margin-left: 0px;
	margin-right: 0px;
	border: 1px solid #fff;
	background-color: #e6e6e6;
}

/**
 * Demo Styles
 */
.wrapper {
	padding: 15px 0;
}
.cp-elements-wrapper {
	padding: 35px;
}
.cp-profile-pic {
    border: 5px solid #2c0d61;
    width: 150px;
    height: 150px;
    vertical-align: middle;
    background-size: cover;
    margin: 0 auto;
}
.cp-picture {
	border-radius: 100%;
	overflow: hidden;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
    background-repeat: no-repeat !important;
}
.cp-add-pic-btn {
	padding-top: 15px;
	margin-bottom: 15px;
	text-align: center;
	font-size: 16px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	color: #5c5c5c;
    cursor: pointer;
}
.cp-add-pic-btn i {
	color: #8651d3;
	padding-right: 8px;
	font-size: 18px;
}
.cp-form-style label {
	font-family: 'Ubuntu', sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #5c5c5c;
	padding-left: 30px;
}
.cp-form-style .control-label {
	text-align: left;
	padding-top: 12px;
	padding-bottom: 12px;
}
.cp-form-style .control-label-2 {
	text-align: left;
	padding-top: 0px;
}
.cp-form-style .control-label-2 span {
	font-size: 12px;
	font-weight: 400;
}
.cp-form-style input {
	border-radius: 28px;
	padding: 20px 20px;
}
/* Firefox fix */
@-moz-document url-prefix() {
.cp-form-style input
{
padding:0px 20px 0px 20px;
height:60px;
}
}
.cp-form-style .form-control {
	font-family: 'Lato', sans-serif;
	color: #666666;
}
.cp-select-style {
	font-family: 'Lato', sans-serif;
	color: #666666;
}
.btn-select {
	position: relative;
	width: 100%;
	border-radius: 28px;
	padding: 5px 20px;
	line-height: 1.42857143;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	font-family: 'Lato', sans-serif;
	color: #9999a5;
}
.cp-select-style:focus, .btn.active, .btn:active {
/*	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);*/
}
.btn-select .btn-select-value {
	font-family: 'Lato', sans-serif;
	color: #666;
	padding: 6px 20px;
	display: block;
	position: absolute;
	left: 0;
	right: 34px;
	text-align: left;
	text-overflow: ellipsis;
	overflow: hidden;
	border-top: none !important;
	border-bottom: none !important;
	border-left: none !important;
}
.btn-select .btn-select-arrow {
	float: right;
	line-height: 20px;
	padding: 6px 10px;
	top: 0;
	color: #a5a5a5;
}
.btn-select ul {
	display: none;
	background-color: white;
	color: black;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
	border-top: none !important;
	position: absolute;
	left: -1px;
	right: -1px;
	top: 44px;
	z-index: 999;
	border: 1px solid #d2d2d2;
}
.btn-select ul li {
	padding: 3px 20px;
	text-align: left;
}
.btn-select ul li:hover {
	background-color: #e6e6e6;
}
.btn-select ul li.selected {
	color: #adadb2;
}
/* Default Start */

.btn-select.btn-default:hover, .btn-select.btn-default:active, .btn-select.btn-default.active {
	border-color: #3eaff0;
}
.btn-select.btn-default ul li.selected {
	background-color: #ccc;
}
.btn-select.btn-default ul, .btn-select.btn-default .btn-select-value {
	background-color: white;
	border: #3eaff0 1px solid;
}
.btn-select.btn-default:hover, .btn-select.btn-default.active {
	background-color: #e6e6e6;
}
/*
.cp-form-style .checkbox label {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-left: 10px;
}
.cp-form-style .checkbox label::before {
	content: "";
	top: 2px;
	display: inline-block;
	position: absolute;
	width: 17px;
	height: 17px;
	left: 0;
	margin-left: -20px;
	border: 1px solid #cccccc;
	border-radius: 3px;
	background-color: #fff;
	-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.cp-form-style .checkbox label::after {
	display: inline-block;
	position: absolute;
	width: 16px;
	height: 16px;
	left: 0;
	top: 2px;
	margin-left: -20px;
	padding-left: 3px;
	padding-top: 1px;
	font-size: 11px;
	color: #555555;
}

.cp-form-style .checkbox input[type="checkbox"] {
	opacity: 0;
	z-index: 1;
}
.cp-form-style .checkbox input[type="checkbox"]:focus + label::before {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.checkbox input[type="checkbox"]:checked + label::after {
	font-family: 'FontAwesome';
	content: "\f00c";
}
.cp-form-style .checkbox input[type="checkbox"]:disabled + label {
	opacity: 0.65;
}
.cp-form-style .checkbox input[type="checkbox"]:disabled + label::before {
	background-color: #eeeeee;
	cursor: not-allowed;
}
.cp-form-style .checkbox.checkbox-circle label::before {
	border-radius: 50%;
}
.cp-form-style .checkbox.checkbox-inline {
	margin-top: 0;
}
.cp-form-style .checkbox-remember input[type="checkbox"]:checked + label::before {
	background-color: #3eaff0;
	border-color: #428bca;
}
.cp-form-style .checkbox-remember input[type="checkbox"]:checked + label::after {
	color: #fff;
}
.cp-tnc-wrapper {
	padding-left: 35px;
}
.cp-tab-wrapper .nav-tabs>li.left-radius>a, .nav-tabs>li.left-radius>a:focus, .nav-tabs>li.left-radius>a:hover {
	border-top-left-radius: 15px!important;
}
.cp-tab-wrapper .nav-tabs>li.right-radius>a, .nav-tabs>li.right-radius>a:focus, .nav-tabs>li.right-radius>a:hover {
	border-top-right-radius: 15px!important;
}
*/

.cp-tnc-wrapper p {
	font-size: 14px;
	display: inline;
}
.cp-form-width-182 {
	max-width: 182px;
	min-width: 182px;
}
.cp-quiz-wrapper {
	padding-left: 22px;
	margin-top: -8px;
}
.cp-quiz-wrapper p {
	font-size: 14px;
	line-height: 1.6em;
}
.cp-quiz-wrapper .checkbox {
	margin-top: 5px;
	margin-bottom: 5px;
}
.btn-select-half {
	min-width: 200px;
	max-width: 200px;
}
.btn-select-quatar {
	min-width: 280px;
	max-width: 280px;
}
.cp-add-field-btn {
	margin-left: 18px;
}

/* toggle button */

.inactiveMixin {
	content: "";
	position: absolute;
	display: block;
}
.beforeAnimation {
	-moz-transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
	-o-transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
	-webkit-transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
	transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
}
.afterAnimation {
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 0px 0 rgba(0, 0, 0, 0.04), 0 4px 9px rgba(0, 0, 0, 0.13), 0 3px 3px rgba(0, 0, 0, 0.05);
	-moz-transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
	-o-transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
	-webkit-transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
	transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
}
.toggleWrapper {
	width: 65px;
	border-radius: 5px;
	display: inline;
}
.toggleWrapper input.mobileToggle {
	opacity: 0;
	position: absolute;
}
.toggleWrapper input.mobileToggle + label {
	position: relative;
	display: inline-block;
	user-select: none;
	-moz-transition: .4s ease;
	-o-transition: .4s ease;
	-webkit-transition: .4s ease;
	transition: .4s ease;
	-webkit-tap-highlight-color: transparent;
	height: 30px;
	width: 65px;
	border: 1px solid #b8b8b8;
	border-radius: 60px;
}
.toggleWrapper input.mobileToggle + label:before {
	content: "";
	position: absolute;
	display: block;
	-moz-transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
	-o-transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
	-webkit-transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
	transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
	height: 30px;
	width: 65px;
	top: 0;
	left: 0;
	border-radius: 30px;
}
.toggleWrapper input.mobileToggle + label:after {
	content: "";
	position: absolute;
	display: block;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 0px 0 rgba(0, 0, 0, 0.04), 0 4px 9px rgba(0, 0, 0, 0.13), 0 3px 3px rgba(0, 0, 0, 0.05);
	-moz-transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
	-o-transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
	-webkit-transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
	transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
	background: #fff;
	height: 28px;
	width: 28px;
	top: 0px;
	left: 0px;
	border-radius: 60px;
}
.toggleWrapper input.mobileToggle:checked + label:before {
	background: #89e191;
	-moz-transition: width 0.2s cubic-bezier(0, 0, 0, 0.1);
	-o-transition: width 0.2s cubic-bezier(0, 0, 0, 0.1);
	-webkit-transition: width 0.2s cubic-bezier(0, 0, 0, 0.1);
	transition: width 0.2s cubic-bezier(0, 0, 0, 0.1);
}
.toggleWrapper input.mobileToggle:checked + label:after {
	left: 35px;
}
.cp-fb-icon {
	margin-right: 22px;
	color: #3b5998;
	font-size: 55px;
	vertical-align: middle;
}
.cp-tw-icon {
	margin-right: 22px;
	color: #1da1f3;
	font-size: 55px;
	vertical-align: middle;
}
.cp-insta-icon {
	margin-right: 20px;
	width: 50px;
	height: 50px;
}
.cp-insta-icon {
	vertical-align: middle;
}
.cp-soicalconnect-wrapper {
	margin-top: 20px;
	margin-bottom: 50px;
	min-height: 60px;
}
.cp-socialicon {
	margin-top: 20px;
	margin-bottom: 20px;
}
.cp-elements-wrapper a {
	color: #666666;
}
.cp-elements-wrapper a:hover, .cp-elements-wrapper a:focus {
	text-decoration: none;
}
.cp-icon-wrapper {
	margin-top: 30px;
	text-align: center;
	margin-bottom: 30px;
}
.cp-elements-wrapper h5 {
	font-size: 18px;
	font-weight: 500;
	font-family: 'Ubuntu', sans-serif;
	line-height: 1.4em;
}
.cp-custom-icon i {
	border-radius: 100%;
	border: 4px solid #8651d3;
	color: #8651d3;
	font-size: 60px;
	height: 128px;
	width: 128px;
	padding-top: 25px;
	text-align: center;
	vertical-align: middle;
	line-height: 1.2em;
}
.cp-custom-icon-txt p {
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 18px;
	color: #3eaff0;
	font-weight: 500;
	font-family: 'Ubuntu', sans-serif;
	text-align: center;
}

/* Learn & Win */

.section-wrapper
{
	margin-top: 20px;
	margin-bottom: 40px;
	padding-bottom: 40px;
	padding-top: 20px;
	min-height: 700px;
}
.LW-promo-des
{
	min-height: 512px;
}
.LW-promo-img
{
    height: 512px;
    object-fit: cover;
}
/* Support Form */
.support-wrapper
{
	border-radius: 15px;
    background-color: #f4f4f4;
	min-height: 500px;
	padding: 35px;
}
.cp-form-style textarea {
	border-radius: 28px;
	padding: 20px 20px;
	min-height: 205px;
}

/* Star Rating - Monday 30 Oct 2017 - HTCNEW-271 */
.starwrapper .fa-star {
    color: #e75490;
}
.starwrapper .fa {
    position: relative;
}
.starwrapper .fa-star-open {
    color: #cacaca;
}
.starwrapper .fa-star-percentage {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}
/* Refine by Radio Button - 1 Nov 2017 */
/*
.radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}

.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}

.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555555;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
*/
.radio input[type="radio"] {
  opacity: 0;
  z-index: 1;
}

.radio input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}

.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}

.radio.radio-inline {
  margin-top: 0;
}

.radio-primary input[type="radio"] + label::after {
  background-color: #3eaff0;
}

.radio-primary input[type="radio"]:checked + label::before {
  border-color: #3eaff0;
}

.radio-primary input[type="radio"]:checked + label::after {
  background-color: #3eaff0;
}
.cp-form-style .radio label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 30px;
}
/* redfine by Categroies drop down */

.panel-heading {
  padding: 0;
  border:0;
}
.panel-title>a, .panel-title>a:active{
display:block;
padding:15px;
color:#555;
font-size:16px;
font-weight:600;
font-family: 'Lato', sans-serif;
letter-spacing: 0.4px;
text-decoration:none;
}
/*.panel-heading a:not(.no-content):before {
    font-family: 'FontAwesome';
    content: "\f078";
    float: right;
    transition: all 0.5s;
} */
.panel-heading.active a:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}
.panel-categories{
	margin-bottom: inherit!important; 
	background-color: transparent;
    border:0px!important;
    border-radius:0px!important; 
    -webkit-box-shadow: none;
    box-shadow: none; 
}
.panel-categories .panel-title>a, .panel-title>a:active {padding-left: 15px;padding-bottom:10px;padding-right:0px;}
.panel-categories .panel-body {border-top: none!important; padding: 1px;}
.refinebypanel .panel-group {margin-bottom: 0px;}

/* HTC logo */

/*.htc-logo {
	background:url(/images/htc_logo_3x.png) center / contain no-repeat;
    width: 144px;
    height: 59px;
}*/

/* Target Firefox */
@-moz-document url-prefix() { 
  .marketing-three-valign {
     top:63px;
  }
}
/* Target MS Edge */
@supports (-ms-ime-align: auto) {
  .marketing-three-valign {
     top:63px;
  }
}
/* Target IE10 */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

.marketing-three-valign
	{
    margin-top: 13%;
	margin-left: 20%;

	}
}

select.form-control, input[type="text"].form-control, input[type="password"].form-control, textarea.form-control {
    border-radius: 20px;
}
/* styling for Check Boxes and Radio Buttons - updated on 28 Nov 2017 */

label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
}

    input[type="checkbox"] + label::before {
        content: "";
        display: inline-block;
        position: absolute;
        width: 17px;
        height: 17px;
        left: 0;
        border: 1px solid #cccccc;
        border-radius: 3px;
        background-color: #fff;
        -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    }

    input + label::after {
        display: inline-block;
        position: absolute;
        width: 16px;
        height: 16px;
        left: 0;
        top: 0;
        padding-left: 3px;
        padding-top: 1px;
        font-size: 11px;
        color: #fff;
    }

input[type="checkbox"] {
    opacity: 0;
    z-index: 1;
}

    input[type="checkbox"]:focus + label::before {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    input[type="checkbox"]:checked + label::after {
        font-family: 'FontAwesome';
        content: "\f00c";
    }

label::before {
    border-radius: 50%;
}

input[type="checkbox"]:checked + label::before {
    background-color: #3eaff0;
    border-color: #428bca;
}

label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 30px;
}
.checkbox label, .radio label
{
	padding-left: 30px;
}
[type="radio"] + label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    border: 2px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
}

[type="radio"] + label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 11px;
    height: 11px;
    left: 3.2px;
    top: 3.2px;
    border-radius: 50%;
    background-color: #555555;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

input[type="radio"] {
    opacity: 0;
    z-index: 1;
}

    input[type="radio"]:focus + label::before {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    input[type="radio"]:checked + label::after {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    input[type="radio"]:disabled + label {
        opacity: 0.65;
    }

        input[type="radio"]:disabled + label::before {
            cursor: not-allowed;
        }

.radio.radio-inline {
    margin-top: 0;
}

input[type="radio"]:checked + label::after {
    background-color: #3eaff0;
}

/* spining wheel */

.loaderA {
width:80px;
height:80px;
border-radius:100%;
position: relative;
background: url(/images/loader-logo.png);
background-size:50%;
background-repeat: no-repeat;
background-position: center;
margin:0 auto;
display:block;
}
  
.loaderA:after {
 position: absolute;
 content: '';
 width:80px;
 height:80px;
 display:inline-block;
 padding:0px;
 border-radius:100%;
 border:4px solid;
 border-top-color:#ec008c;
 border-bottom-color:#ec008c;
 border-left-color:#ec008c;
 border-right-color:rgba(254,10,21, 0.0);
 -webkit-animation: preloader4 1.2s linear infinite;
 animation: preloader4 1.2s linear infinite; 
 left: 0;right: 0;
  }
  
  @keyframes preloader4 {
  from {transform: rotate(0deg);} 
  to {transform: rotate(360deg);}}
  @-webkit-keyframes preloader4 { 
  from {-webkit-transform: rotate(0deg);}
  to {-webkit-transform: rotate(360deg);}}
.loaderB {
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
  border: 3px solid #ddd;
  border-top: 3px solid #8650d3;
  border-radius: 50%;
  height: 80px;
  width: 80px;
}

@-webkit-keyframes spin {
  to {
    border-top-color: #e6548f;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    border-top-color: #e6548f;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.spinner {
  width: 100px;
  height: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
.spinner .ball {
  width: 20px;
  height: 20px;
  background-color: #e6548f;
  border-radius: 50%;
  display: inline-block;
  -webkit-animation: motion 3s cubic-bezier(0.77, 0, 0.175, 1) infinite;
          animation: motion 3s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}

.spinner p {
  color: #8650d3;
  margin-top: 5px;
  font-family: sans-serif;
  letter-spacing: 3px;
  font-size: 10px;
}

@-webkit-keyframes motion {
  0% {
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
  }
  25% {
    -webkit-transform: translateX(-50px) scale(0.3);
            transform: translateX(-50px) scale(0.3);
  }
  50% {
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
  }
  75% {
    -webkit-transform: translateX(50px) scale(0.3);
            transform: translateX(50px) scale(0.3);
  }
  100% {
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
  }
}

@keyframes motion {
  0% {
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
  }
  25% {
    -webkit-transform: translateX(-50px) scale(0.3);
            transform: translateX(-50px) scale(0.3);
  }
  50% {
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
  }
  75% {
    -webkit-transform: translateX(50px) scale(0.3);
            transform: translateX(50px) scale(0.3);
  }
  100% {
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
  }
}
.loaderC {
  position: absolute;
  top: 50%;
  left: 40%;
  margin-left: 10%;
  transform: translate3d(-50%, -50%, 0);
}
.dotC {
  width: 15px;
  height: 15px;
  background: #3ac;
  border-radius: 100%;
  display: inline-block;
  animation: slide 1s infinite;
}
.dotC:nth-child(1) {
  animation-delay: 0.1s;
  background: #32aacc;
}
.dotC:nth-child(2) {
  animation-delay: 0.2s;
  background: #64aacc;
}
.dotC:nth-child(3) {
  animation-delay: 0.3s;
  background: #96aacc;
}
.dotC:nth-child(4) {
  animation-delay: 0.4s;
  background: #c8aacc;
}
.dotC:nth-child(5) {
  animation-delay: 0.5s;
  background: #faaacc;
}
@-moz-keyframes slide {
  0% {
    transform: scale(1);
  }
  50% {
    opacity: 0.3;
    transform: scale(2);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes slide {
  0% {
    transform: scale(1);
  }
  50% {
    opacity: 0.3;
    transform: scale(2);
  }
  100% {
    transform: scale(1);
  }
}
@-o-keyframes slide {
  0% {
    transform: scale(1);
  }
  50% {
    opacity: 0.3;
    transform: scale(2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes slide {
  0% {
    transform: scale(1);
  }
  50% {
    opacity: 0.3;
    transform: scale(2);
  }
  100% {
    transform: scale(1);
  }
}
.loaderD {
    position: absolute;
    background-image: url(../images/htc-loading.gif);
    background-repeat: no-repeat;
    width: 98px;
    height: 67px;
}
.loaderD-inline {
    position: relative;
    background-image: url(../images/htc-loading.gif);
    background-repeat: no-repeat;
    width: 98px;
    height: 67px;
    margin: 0 auto;
}
/* form validation styles */

/* Has Error */
.has-error-1{
	color: #d75350;
}
.has-error-1 .form-control {
    border-color: #d75350;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error-1 .checkbox, .has-error-1 .checkbox-inline, .has-error-1 .help-block, .has-error-1 .radio, .has-error-1 .radio-inline, .has-error-1.checkbox label, .has-error-1.checkbox-inline label, .has-error-1.radio label, .has-error-1.radio-inline label{
	color: #d75350;
}
.field-validation-error {
    padding: 5px 15px;
    background: #d75350;
    border-radius: 100px;
    color: #fff;
	border: 1px solid #b54643;
	font-size: 12px;
	display: inline-block;
}
.field-validation-error a
{
	color: #fff;
	text-decoration: underline;
}
.error-form-control-feedback {
    position: absolute;
    top: 5px;
    right: 18px;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
	color: #d75350;
}
/* has warning */
.has-warning-1 {
	color: #eca643;
}

.has-warning-1 .form-control {
    border-color: #eca643;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning-1 .checkbox, .has-warning-1 .checkbox-inline, .has-warning-1 .help-block, .has-warning-1 .radio, .has-warning-1 .radio-inline, .has-warning-1.checkbox label, .has-warning-1.checkbox-inline label, .has-warning-1.radio label, .has-warning-1.radio-inline label
{
	color: #eca643;

}

.field-validation-warning {
    padding: 5px 15px;
    background: #dd9b3e;
    border-radius: 100px;
    color: #fff;
	font-size: 12px;
	display: inline-block;
	border: 1px solid #b54643;
}
.field-validation-warning a
{
	color: #fff;
	text-decoration: underline;
}
.warning-form-control-feedback {
    position: absolute;
    top: 5px;
    right: 18px;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
	color: #eca643;
}
.field-validation-info {
    padding: 5px 15px;
    background: #3eaff0;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    display: inline-block;
    border: 1px solid #3b9dd5;
}
.field-validation-success {
    padding: 5px 15px;
    background: #309244;
    border-radius: 100px;
    color: #fff;
    font-size: 12px;
    display: inline-block;
    border: 1px solid #4fa043;
}
/* has success  */

.has-warning-1 .checkbox, .has-warning-1 .checkbox-inline, .has-warning-1 .help-block, .has-warning-1 .radio, .has-warning-1 .radio-inline, .has-warning-1.checkbox label, .has-warning-1.checkbox-inline label, .has-warning-1.radio label, .has-warning-1.radio-inline label
{
	color: #eca643;

}
.success-form-control-feedback {
    position: absolute;
    top: 5px;
    right: 18px;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}
.container-top-ribbon {
    background: #3eaff0;
    color: white;
    position: relative;
    z-index: 2;
}
/* alert */
.it_pl_alert {
    position: relative;
    display: table;
    line-height: 1;
    font-size: 13px;
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
}
.it_pl_alert-6609 {
    float: left;
}
.it_pl_alert-6609 {
    border-top: 0px;
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
    border-style: solid;
}
.it_pl_alert-6609 {
    border-color: #b54643;
}
.it_pl_alert-6609 {
    background-color: #d75350 !important;
}
.it_pl_alert-6609 .it_pl_alert-main-icon {
    background-color: #b54643;
}
.it_pl_alert-6609 .it_pl_alert-main-icon {
    width: 64px;
}
.it_pl_alert > div, .it_pl_alert_layout_2 > div {
    padding: 20px;
    display: table-cell;
    position: relative;
    vertical-align: middle;
}
.it_pl_alert-main-icon {
    text-align: center;
}
.it_pl_alert-6609 .it_pl_alert-main-icon i {
    color: #ffffff;
}
.it_pl_alert-6609 .it_pl_alert-main-icon i {
    font-size: 24px;
}
.it_pl_alert > div i, .it_pl_alert_layout_2 > div i {
    text-align: center;
    margin: auto 0;
    display: inline-block;
    transition: all 0.2s ease;
}
.it_pl_alert-6609 .it_pl_alert-texts {
    color: #ffffff;
}
.it_pl_alert-6609 .it_pl_alert-texts {
    border-top: 0px;
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
    border-style: none;
}
.it_pl_alert .it_pl_alert-texts, .it_pl_alert_layout_2 .it_pl_alert-texts {
    flex: 1;
    font-weight: 500;
    line-height: 100%;
    text-align: left;
}
.it_pl_alert > div, .it_pl_alert_layout_2 > div {
    padding: 20px;
    display: table-cell;
    position: relative;
    vertical-align: middle;
}
.it_pl_alert-6609 .it_pl_alert-texts > div {
    line-height: 20px;
    letter-spacing: 0px;
}
.it_pl_alert-6609 .it_pl_alert-texts div {
    font-weight: 700;
    font-style: normal;
    text-align: left;
}
.it_pl_alert .it_pl_alert-texts > div, .it_pl_alert_layout_2 .it_pl_alert-texts > div {
    display: block;
    width: 100%;
	color:#fff;
}
.it_pl_alert-6609 .it_pl_alert-texts > p {
	color: #FFF;
    letter-spacing: 0px;
}
.it_pl_alert-6609 .it_pl_alert-texts p {
    font-weight: 400;
    font-style: normal;
    text-align: left;
}
.it_pl_alert-366 {
    background-color: #32a54a!important;
}
.it_pl_alert-366 {
    border-color: #4fa043;
}
.it_pl_alert-366 .it_pl_alert-main-icon {
    background-color: #309244;
}
.it_pl_alert-366 .it_pl_alert-main-icon {
    width: 64px;
}
.it_pl_alert-366 .it_pl_alert-main-icon i {
    color: #ffffff;
}
.it_pl_alert-366 .it_pl_alert-main-icon i {
    font-size: 24px;
}
.it_pl_alert-366 .it_pl_alert-texts > p {
	color: #fff;
}
.it_pl_alert-btn-close {
    width: 20px;
	padding: 15px!important;
    vertical-align: baseline!important;
}
.it_pl_alert .it_pl_alert-btn-close, .it_pl_alert_layout_2 .it_pl_alert-btn-close {
    cursor: pointer;
    text-align: center;
    transition: all 0.2s ease;
	color: #fff;
}
.it_pl_alert-366 .it_pl_alert-btn-close {
    color: rgba(255,255,255,0.89);
}
.it_pl_alert .it_pl_alert-btn-close i, .it_pl_alert_layout_2 .it_pl_alert-btn-close i {
    font-size: 14px !important;
}
.it_pl_alert-5881 {
    float: left;
}
.it_pl_alert-5881 {
    border-width: 2px;
    border-style: none;
}
.it_pl_alert-5881 {
    border-color: #f27932;
}
.it_pl_alert-5881 {
    background-color: #f39c11 !important;
}
.it_pl_alert-5881 .it_pl_alert-main-icon i {
    color: #ffffff;
}
.it_pl_alert-5881 .it_pl_alert-main-icon i {
    font-size: 24px;
}
.it_pl_alert-5881 .it_pl_alert-main-icon {
    background-color: #d3860b;
}
.it_pl_alert-5881 .it_pl_alert-texts {
    color: #ffffff;
}
.it_pl_alert-5881 .it_pl_alert-texts > p {
    color: #fff;
}
.it_pl_alert-5881 .it_pl_alert-main-icon {
    width: 64px;
}
.it_pl_alert-1117 {
    background-color: #3eaff0 !important;
}
.it_pl_alert-1117 {
    border-color: #4064b7;
}
.it_pl_alert-1117 {
    border-width: 2px;
    border-style: none;
}
.it_pl_alert-1117 {
    float: left;
}
.it_pl_alert-1117 .it_pl_alert-main-icon {
    background-color: #3b9dd5;
}
.it_pl_alert-1117 .it_pl_alert-main-icon {
    width: 64px;
}
.it_pl_alert-1117 .it_pl_alert-main-icon i {
    color: #ffffff;
}
.it_pl_alert-1117 .it_pl_alert-main-icon i {
    font-size: 24px;
}
.it_pl_alert-1117 .it_pl_alert-texts p {
    color: #ffffff;
}
/* Modal */
.modal-header
{
	border-bottom: none;
	text-align: center;
	border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.modal-header-icon i
{
	font-size: 35px;
	text-align: center;
	color: #fff;
}
.modal-footer
{
	text-align: center;
}
/* Thank you page */
.thankyou-header {
    margin-top: 80px;
    padding-top: 15px;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.thankyou-bg
{
	margin-bottom: 0px;
    background-repeat: no-repeat;
    border: none;
    border-radius: 0px;
    background: linear-gradient(to bottom, rgba(120,80,228,.88), rgba(230,84,143,.88)), url(/images/thankyou-background.png) no-repeat center;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}
.thankyou-icon i
{
	border-radius: 100%;
    border: 2px solid #FFF;
    color: #FFF;
    font-size: 22px;
    height: 50px;
    width: 50px;
	padding-top: 10px;
    text-align: center;
    vertical-align: middle;
    line-height: 1.2em;
}
.thankyou-icon i:hover, .thankyou-icon i:focus, .thankyou-icon i:active
{
	background: #8650d3;
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.thankyou-link div:hover, .thankyou-link div:focus, .thankyou-link div:active
{
	color: #FFF!important;
    text-decoration: underline;
}
/* competition landing page - v2 */
.competition-img
{
	position: relative;
	width: 100%;
}
.competition-img-overly {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 220px;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #ff66a4;
    border-radius: 20px;
}
.competition-img-overly-btn {
    font-family: 'Ubuntu';
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.37;
    letter-spacing: -0.2px;
    text-align: center;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    border: 2px solid #fff;
    border-radius: 22px;
    padding: 15px 10px;
}
.competition-img:hover .competition-img-overly {
  opacity: 0.9;
	cursor: pointer;
}
.competition-img:active .competition-img-overly {
  opacity: 0.9;
	cursor: pointer;
}
.competition-img:focus .competition-img-overly {
  opacity: 0.9;
	cursor: pointer;
}

/* product sticker */
.new-sticker-box {
    text-align: center;
    display: table;
}
.new-sticker-box img {
    position: absolute;
    left: 0;
    top: 0;
}
.new-sticker-box span.text-notice {
    color: white;
    position: relative;
    display: table-cell;
    vertical-align: middle;
}
/* END - product sticker*/
@media only screen and (min-width: 1200px) {
    .competition-img {
        background-color: beige;
        background-position: center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        min-height: 220px;
        border-radius: 20px;
        margin-bottom: 20px;
    }

    .competiton-wrapper {
        padding: 10px 25px 10px 25px;
    }
}

@media only screen and (min-width: 320px) {
    .competition-img {
        background-image: url(../img/layer-1254.jpg);
        background-position: left center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        min-height: 220px;
        border-radius: 20px;
        margin-bottom: 20px;
    }

    .competiton-wrapper {
        margin-top: 20px;
    }
}
/* Typography */
.body-font-p, p,.font-maisonneue {
    font-family: 'MaisonNeue', sans-serif;
    line-height: 1.63;
    letter-spacing: 0px;
    font-weight: normal;
    font-style: normal;
}

.text-sentence::first-letter {
    text-transform: uppercase;
}
.text-sentence {
 text-transform: initial;
}

.heading-font {
    font-family: 'Moderat', sans-serif;
}

.product-heading {
    font-family: 'Moderat', sans-serif;
    font-size: 36px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.11;
    letter-spacing: 0px;
}

.text-size-90 {
    font-size: 90px;
    margin: 0;
    padding: 0;
}

.text-size-64 {
    font-size: 64px !important;
    margin: 0;
    padding: 0;
    line-height: 64px;
}

.text-size-48 {
    font-size: 4.5em;
    margin: 0;
    padding: 0;
}

.text-size-48 {
    font-size: 4.5em;
    margin: 0;
    padding: 0;
}

.text-size-35 {
    font-size: 35px !important;
    font-weight: 500;
    line-height: 1.26em;
}

.text-size-17, p {
    font-size: 17px;
    line-height: 1.6em;
    letter-spacing: 0.4px;
}

.text-size-14, p {
    font-size: 14px;
    line-height: 1.4em;
    letter-spacing: 0.4px;
}

.text-size-10 {
    font-size: 10px;
    line-height: 1.4em;
    letter-spacing: 0.4px;
}

.font-size-12 {
    font-size: 12px !important;
}
.text-size-12, p {
    font-size: 12px;
    line-height: 1.4em;
    letter-spacing: 0.4px;
}

.text-size-16, p {
    font-size: 16px;
    line-height: 1.4em;
    letter-spacing: 0.4px;
}

.text-size-18, p {
    font-size: 18px;
    font-weight: 500;
}

.text-size-20, p {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4em;
}

.text-size-25, p {
    font-size: 25px;
    font-weight: 500;
    line-height: 1.4em;
}

.text-size-25-imp {
    font-size: 25px !important;
    font-weight: 500;
    line-height: 1.4em;
}

.text-size-28, p {
    font-size: 28px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: 0.3px;
}

.text-size-30, p {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.4em;
}

.text-size-30-imp {
    font-size: 30px !important;
    font-weight: 500;
    line-height: 1.4em;
}

.text-size-40, p {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.4em;
}

.text-size-50, p {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2em;
}

.line-height-30 {
    line-height: 30px !important;
}

.text-weight-500 {
    font-weight: 500;
}

.text-weight-600 {
    font-weight: 600;
}

.text-bold {
    font-weight: bold;
}

.text-capitalize {
    text-transform: capitalize;
}


/* All pages responsive CSS */

/* mobiel screen Portrait */

@media screen and (max-width: 320px) {
.marketing-one h2 {
	text-align: center;
	font-size: 25px;
	line-height: 1.3em;
	margin-top: 0px;
}
.marketing-one p {
	text-align: center;
	font-size: 16px;
}
.marketing-two-txt h2 {
	text-align: center;
	font-size: 21px;
	line-height: 1.3em;
}
.marketing-two-txt p {
	font-size: 16px;
}
.marketing-two-whiteBox h3 {
	font-size: 21px;
	margin-top: 30px;
}
.marketing-three-bg1 h2 {
	text-align: center;
	font-size: 25px;
	line-height: 1.3em;
	margin-top: 0px;
}
.marketing-three-bg1 p {
	text-align: center;
	font-size: 15px;
}
.hero-review-txt h2 {
	text-align: center;
	font-size: 25px;
	line-height: 1.3em;
	margin-top: 0px;
}
.hero-review-txt p {
	text-align: center;
	font-size: 15px;
	margin-top: 10px;
}
.prd-slider-lable {
/*right: 8px;*/
}
.prd-slider-container .col-xs-12 {
	margin-bottom: 30px;
}
.marketing-four h3 {
	font-size: 22px;
	margin-bottom: 20px;
}
.footer-logo img {
	margin: 0 auto;
	margin-bottom: 20px;
	text-align: center;
}
.footer-links p {
	text-align: center;
	line-height: 1.8em;
	font-size: 12px;
	color: #838383;
}
.footersitemap-container {
	text-align: center;
	font-size: 12px;
}
.navbar-brand {
	width: 145px;
	margin-right: 13px;
}
.mob-signBtn {
	margin-top: 20px;
}
/*.btn-joinH {
	float: right;
}*/
.marketing-one-col-2 {
	height: 290px;
}
.btn-style1 {
	width: 54.2%;
}
.winsweet {
	padding-left: 15px;
}
.icon-text-1 {
	width: auto;
}
.sign-form-wrapper {
 width: 100%!;
}
/*.marketing-one h2 {
	margin-top: 20px;
}*/
.go-bk-wrapper {
	text-align: center!important;
}
.go-bk-top {
	margin-top: 20px;
}
.footer-bg-logo img {
	margin: 0 auto;
	margin-bottom: 10px;
	text-align: center;
}
.cp-elements-wrapper h3 {
	text-align: center;
}
.btn-select {
	margin-bottom: 20px;
}
.cp-elements-wrapper {
	padding: 15px!important;
}
.cp-nopdading-left {
	padding-left: 0px;
}
.cp-add-field-btn {
	vertical-align: super;
}
.btn-select-half {
	width: 100%!important;
}
.no-pull-right {
	float: none!important;
}
.bgless-gray-btn {
	margin-right: 0px;
	margin-top: 20px;
	margin-left: 45px;
}
.marketing-two-whiteBox {
	min-width: 100%;
	min-height: 228.5px;
}
.hero h1 {
	font-size: 2.5em;
}
.carousel {
	min-height: 700px;
}
.fade-carousel .slides .slide-1, .fade-carousel .slides .slide-2, .fade-carousel .slides .slide-3 {
	min-height: 700px;
}
.hero {
	top: 50%;
}
.fade-carousel .carousel-inner .item {
	height: inherit;
}
.winsweet {
	padding: 15px;
}
/* survey page */
.rating input[type="radio"]:checked ~ input + label {
	font-size: 25px;
}
.rating input + label {
	font-size: 25px;
}
.survey-header-img {
	min-height: 300px;
	border-radius: 20px;
}
.survey-header-img {
	background-position: left center;
}
/*badge */
.navbar .badge {
	top: 30px;
	right: 65px;
}
.Free_prdouct_box_margin {
	padding-left: 20px;
 padding:-right: 20px;
	padding-top: 30px;
}
.popover {
	max-width: 500px;
}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 1024px) {
.marketing-one-text {
	padding: 7% 34% 0 27%;
	font-size: .9em;
}
.marketing-one-bloc {
	height: 35px;
}
}

@media only screen and (max-width : 768px) {
.marketing-one-text {
	margin-left: 10%;
	width: 500px;
	padding: 2% 17% 0 22%;
	font-size: 1em;
}
.marketing-one-bloc {
	height: 30px;
}
.survey-wrapper-profile {
	padding-bottom: 20px;
}
.join-wrapper, .layout-wrapper {
	padding-left: 0px!important;
	padding-right: 0px!important;
}
.rc-anchor-normal {
	height: 74px;
	width: 290px!important;
}
.month-field {
	padding-left: 0px;
	padding-right: 0px;
}
.year-field {
	padding-left: 0px;
	padding-right: 0px;
}
/*.popover.bottom>.arrow {
    margin-left: 18px;
}*/
.search-result-label {
	font-size: 20px!important;
}
.all-product-close-btn {
	text-align: left;
}
}

@media only screen and (max-width : 480px) {
.marketing-one-text {
	font-size: 9px;
	padding: 19% 35% 0 26%;
}
.blcquote:after {
	bottom: -101px !important;
}
.mark-WIN-col-2-txt {
	margin: 40px 0px 30px 30px !important;
}
.marketing-one-bloc {
	height: 30px;
	width: 23px;
}
.hero {
	top: 48%;
}
.marketing-one h2 {
	text-align: left;
}
.marketing-one p {
	text-align: left;
}
.marketing-two-txt h2 {
	font-size: 32px;
}
.marketing-three-bg1 h2, .marketing-three-bg1 p {
	text-align: center;
}
.winsweet {
	padding: 15px;
}
.prd-slider-container .col-xs-12 {
	margin-bottom: 30px;
}
.footer-logo img {
	margin: 0 auto;
}
.footer-logo {
	margin-bottom: 20px;
}
.footer-links p, .footersitemap-container {
	text-align: left;
}
ul.footersitemap li:first-child {
	margin-left: 0 !important;
}
.winsweet {
	padding: 15px;
}
.hero-btns a {
	margin-right: initial !important;
}
.container footer_bg, .navbar-static-top .container {
	overflow-x: initial;
}
.container {
	overflow-x: hidden;
}
.navbar-brand {
	height: 70px;
}
/*padding margin for XS*/
.xs-padding-l30 {
	padding-left: 30px !important;
}
.xs-padding-r30 {
	padding-right: 30px !important;
}
.xs-padding-t30 {
	padding-top: 30px !important;
}
.xs-padding-b30 {
	padding-bottom: 30px !important;
}
/*overflow for XS*/
.xs-overflow-y-hidden {
	overflow-y: hidden !important;
}
}

@media (max-width: 767px) {
.mob-signBtn {
	margin-top: 20px;
	float: right;
}
/*.marketing-one h2 {
	margin-top: 20px;
}*/
.go-bk-wrapper {
	text-align: center!important;
}
.go-bk-top {
	margin-top: 20px;
}
.footer-bg-logo img {
	margin-bottom: 10px;
	text-align: center;
}
.cp-elements-wrapper h3 {
	text-align: center;
}
.btn-select {
	margin-bottom: 20px;
}
.cp-elements-wrapper {
	padding: 15px!important;
}
.cp-nopdading-left {
	padding-left: 0px;
}
.cp-add-field-btn {
	vertical-align: super;
}
.btn-select-half {
	width: 100%!important;
}
.no-pull-right {
	float: none!important;
}
.winsweet {
	padding: 15px;
}
.btn-review-checkbox input[type="checkbox"]:checked + label::after {
	background-position-x: 1px;
	background-position-y: 3px;
}
.mobile-nav-container {
	padding-top: 25px;
	padding-bottom: 10px;
	margin-top: 0px;
}
input[type="checkbox"]:checked + label::after {
	background-position-x: 6px;
	background-position-y: 8px;
}
    #htc-breadcrumb .breadcrumb {
        margin-bottom: 0px !important;
    }
}

@media screen and (max-width: 479px) {
.nav-tabs-responsive > li {
	display: none;
	width: 23%;
}
.nav-tabs-responsive > li > a {
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	width: 100%;
	width: 100%;
	text-align: center;
	vertical-align: top;
}
.nav-tabs-responsive > li.active {
	width: 54%;
}
.nav-tabs-responsive > li.active:first-child {
	margin-left: 23%;
}
.nav-tabs-responsive > li.active, .nav-tabs-responsive > li.prev, .nav-tabs-responsive > li.next {
	display: block;
}
.nav-tabs-responsive > li.prev, .nav-tabs-responsive > li.next {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}
.nav-tabs-responsive > li.next > a, .nav-tabs-responsive > li.prev > a {
	-webkit-transition: none;
	transition: none;
}
.nav-tabs-responsive > li.next > a .text, .nav-tabs-responsive > li.prev > a .text {
	display: none;
}
.nav-tabs-responsive > li.next > a:after, .nav-tabs-responsive > li.next > a:after, .nav-tabs-responsive > li.prev > a:after, .nav-tabs-responsive > li.prev > a:after {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.nav-tabs-responsive > li.prev > a:after {
	content: "\e079";
}
.nav-tabs-responsive > li.next > a:after {
	content: "\e080";
}
.nav-tabs-responsive > li.dropdown > a > .caret {
	display: none;
}
.nav-tabs-responsive > li.dropdown > a:after {
	content: "\e114";
}
.nav-tabs-responsive > li.dropdown.active > a:after {
	display: none;
}
.nav-tabs-responsive > li.dropdown.active > a > .caret {
	display: inline-block;
}
.nav-tabs-responsive > li.dropdown .dropdown-menu.pull-xs-left {
	left: 0;
	right: auto;
}
.nav-tabs-responsive > li.dropdown .dropdown-menu.pull-xs-center {
	right: auto;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.nav-tabs-responsive > li.dropdown .dropdown-menu.pull-xs-right {
	left: auto;
	right: 0;
}
.cp-tab-wrapper .nav>li>a {
	padding: 20px 15px;
}
.cp-tab-wrapper .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	padding: 20px 15px;
}
}

@media (max-width: 479px) {
#narrow-browser-alert {
	display: none;
}
.cp-tab-wrapper .nav>li>a {
	padding: 20px 15px;
}
.cp-tab-wrapper .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	padding: 20px 15px;
}
}

@media only screen and (max-width : 380px) {
.marketing-one-text {
	padding: 19% 82% 0 15% !important;
}
}
/* Responsive Navigation */

.sidenavBtn {
	font-size: 30px;
	cursor: pointer;
	float: left;
	margin-top: 15px;
	margin-left: 15px;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #fff;
}
.sidenavBtn:hover, .sidenavBtn:focus, .sidenavBtn:active {
	color: #e6548f;
}
.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-image: linear-gradient(275deg, #e6548f, #7850e4);
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
	text-align: left;
}
.sidenav a {
	margin: 10px 10px 10px 10px;
	text-decoration: none;
	position: relative;
	font-family: Moderat;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 2px;
	text-align: left;
	color: #ffffff;
}
.sidenav ul {
	list-style: none;
	padding-left: 10px;
	margin-top: 30px;
}
.sidenav li {
	margin-top: 30px;
	margin-bottom: 30px;
}
.sidenav ul li a:hover, .sidenav ul li a:active, .sidenav ul li a:focus {
	text-decoration: none;
	border-bottom: 2px solid #ffffff;
	padding-bottom: 0px;
}
.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 10px;
	font-size: 32px;
	margin-left: 50px;
	font-weight: normal;
}
.Sidenavlogo {
	position: absolute;
	top: 12px;
	left: 20px;
}

@media screen and (max-height: 450px) {
.sidenav {
	padding-top: 15px;
}
.sidenav a {
	font-size: 18px;
}
}

/* Review Page responsive codes */
@media only screen and (min-width : 320px) {
.rHeader-search {
	margin-top: 10px;
}
.rHeader-searchbtn {
	text-align: center;
}
.prd-slider-lable {
/*right: 12px;*/
}
.winsweet {
	padding: 15px;
}
.dp-elements-wrapper {
	padding: 0px;
}
.rating-scale-wrapper {
	margin-left: 0px;
}
/* survey progress bar */
.sm-progress-container {
	height: 70px;
}
.sm-progress {
	float: inherit;
}
.sm-progress-container .bar {
	margin-top: 0px;
}
.rating input[type="radio"]:checked ~ input + label {
	font-size: 25px;
}
.rating input + label {
	font-size: 25px;
}
.survey-header-img {
	background-position: left center;
}
/* competiton landing page */
.competiton-wrapper {
	margin-top: 20px;
}
.competition-img {
	background-image: url(../img/layer-1254.jpg);
	background-position: left center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 220px;
	border-radius: 20px;
	margin-bottom: 20px;
}
.invite-media-header {
	background-position: 20% center;
}
.invite-media-wrapper {
	padding: 10px 0px 10px 0px;
}
.invite-media-wrapper textarea, .fb-post-textarea textarea {
	min-height: 300px!important;
}
.btn-review-checkbox input[type="checkbox"]:checked + label::after {
	background-position-x: 1px;
	background-position-y: 3px;
}
.navbar .badge {
	top: 18px;
	right: 65px;
}
/* profile dropdown menu */
	/* --------------------- */
.popover {
	max-width: 500px;
}
.popover.bottom>.arrow {
	left: 78%!important;
}
nav .popover-user-menu {
	width: 100%!important;
}
nav .popover-user-menu > li {
	position: relative;
	list-style: none;
	min-height: 80px;
	padding: 15px;
	margin: 0px;
	border-bottom: solid 2px #2c0d61;
}
.boxCellPic-container, .boxCellPic6 {
	min-height: 256px;
}
.Free-product-box-padding {
	padding-left: 0px;
	padding-top: 20px;
}
/*MOBILE SEARCH BAR */
.mobile-search-bar label {
	padding-left: 30px;
}
.search-form-control-icon {
	border: none;
	pointer-events: initial;
	position: absolute;
	top: 16px;
	right: 10px;
	z-index: 2;
	color: #252525;
	font-size: 20px;
}
/* First letter of user text in circle */
.user-fletter-circle {
	margin-right: 0px;
}
/* photo upload roate button */
.rotate-photo-btn {
	margin-left: 5px;
}
/* success page 3 button */
.learn-win-3-btn {
	margin-top: 30px;
	margin-bottom: 30px;
}
/* survey progress bar percentage */
.survey_Qgraph_div .left_lable {
	padding-left: 20px;
}
/* survey back - next button */
.survey-next-btn {
	margin-left: 0px;
	float: right
}
.survey-back-btn {
	float: left
}
.search-result-label {
	font-size: 18px!important;
}
.child-comment-box i {
	color: #f40650;
	font-size: 20px;
}
}

@media only screen and (min-width : 480px) {
.prd-slider-lable {
/*right: 12px;*/
}
.rating_scale span {
	padding: 10px;
	font-size: 15px;
}
/* survey progress bar */
.sm-progress-container {
	height: 70px;
}
.sm-progress {
	float: inherit;
}
.sm-progress-container .bar {
	margin-top: 0px;
}
}

@media only screen and (min-width : 768px) {
.navbar .container {
/* padding-right: 35px; */
}
.rHeader-searchalign {
	margin-left: 8.5%;
}
.marketing-two-whiteBox {
	min-height: 270px;
}
.marketing-two-whiteBox h3 {
	margin-top: 48px;
}
.winsweet {
	padding: 15px;
}
.survey-wrapper-profile {
	padding: 15px 0px;
}
/* survey progress bar */
.sm-progress-container {
	height: 48px;
}
.sm-progress {
	float: left;
}
.sm-progress-container .bar {
	margin-top: 20px;
}
.invite-media-wrapper textarea, .fb-post-textarea textarea {
	min-height: 145px!important;
}
input[type="checkbox"]:checked + label::after {
	background-position-x: 6px;
	background-position-y: 8px;
}
.mobile-nav-container {
	margin-top: 30px;
}
.navbar-wrapper {
    margin-top: 0px;
}
.scroll-header .mobile-nav-container {
	margin-top: 5px;
}
.navbar .badge {
	top: 5px;
	right: 85px;
}
.popover.bottom {
	margin-top: 10px;
	margin-right: 42px!important;
}
.Free_prdouct_box_margin {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 30px;
}
.Free-product-box-padding {
	padding-left: 0px;
	padding-top: 20px;
}
/* photo upload roate button */
.rotate-photo-btn {
	margin-left: 10px;
}
/* success page 3 button */
.learn-win-3-btn {
	margin-left: 30px;
	margin-right: 30px;
}
}

@media only screen and (min-width : 992px) {
.scroll-header .htc-logo img {
    max-width: 60% !important;
    margin-top: 10px;
}

    .scroll-header #navbar ul li > a {
        font-size: 70%;
    }

.scroll-header .float-panel {
    top: 145px;
}

.scroll-header {
    height: 80px !important;
}

.scroll-header .float-panel {
    top: 80px;
}
    .scroll-header .mobile-nav-container {
        margin-top: 5px;
    }
.md-padding-l35 {
	padding-left: 35px !important;
}
.md-padding-l20 {
	padding-left: 20px !important;
}
.md-padding-l15 {
	padding-left: 15px !important;
}
.md-padding-r15 {
	padding-right: 15px !important;
}
.rHeader-search {
	margin-top: 100px;
}
.rHeader-searchalign {
	margin-left: 20%;
}
.prd-slider-lable {
/*right: 28px;*/
}
.marketing-two-whiteBox {
	min-height: 169px;
}
.marketing-two-whiteBox h3 {
	margin-top: 0px;
}
.winsweet {
	padding: 5px;
}
.sign-form-wrapper {
	width: 50%;
	right: 0px;
	margin: 0px auto;
}
.dp-elements-wrapper {
	padding: 35px;
}
/* survey page */
.survey-wrapper-profile {
	padding: 15px 0px;
}
.rating input[type="radio"]:checked ~ input + label {
	font-size: 20px;
}
.rating input + label {
	font-size: 20px;
}
.survey-header-img {
	min-height: 300px;
	border-radius: 20px;
}
.invite-media-wrapper textarea, .fb-post-textarea textarea {
	min-height: 145px!important;
}
.pp-product-descrition {
	padding-left: 60px;
}
.join-wrapper, .layout-wrapper {
	padding-left: 35px!important;
	padding-right: 35px!important;
}
.month-field {
	padding-left: 0px;
}
.year-field {
	padding-right: 0px;
}
.boxCellPic-container, .boxCellPic6 {
	min-height: 342px;
}
.Free_prdouct_box_margin {
	padding-left: 60px;
	padding-right: 40px;
	padding-top: 40px;
}
.Free_prdouct_box_margin h2 {
	padding-bottom: 20px!important;
}
.Free_prdouct_box_margin a {
	padding-bottom: 20px!important;
}
.Free-product-box-padding {
	padding-left: 0px;
	padding-top: 22px;
}
/* First letter of user text in circle */
.user-fletter-circle {
	margin-right: -1px;
}
/* success page 3 button */
.learn-win-3-btn {
	margin-left: 30px;
	margin-right: 30px;
}
/* survey Back - Next Button */
.survey-next-btn {
	margin-left: 30px;
	float: none;
}
.survey-back-btn {
	float: none;
}
.all-product-close-btn {
	text-align: right;
}
.hero-join-btn {
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.hero-video-btn {
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.child-comment-box .close {
	margin-top: 15px;
}
.child-comment-box i {
	color: #f40650;
	font-size: 25px;
}
/* dropdown notification */
.pull-right-menu {
    min-height: 60px;
    margin-left: 20px;
}
/* report flag button on product page */
.report-container
{
	padding-right:0px!important;
}
.homePicInner {
    margin-top: -20px;
}
}

@media only screen and (min-width: 1366px) {
.container {
	width: 1366px;
}
.pp-product-descrition {
	padding-left: 0px;
}
}

@media only screen and (max-width: 1365px) {
.container {
	width: auto;
}
}

@media only screen and (min-width : 1200px) {
.rHeader-search {
	margin-top: 100px;
}
.rHeader-searchalign {
	margin-left: 22.3%;
}
.rHeader-searchbtn {
	text-align: left;
}
.prd-slider-lable {
/*right: 58px;*/
}
.marketing-two-whiteBox {
	min-height: 207px;
}
.marketing-two-whiteBox h3 {
	margin-top: 20px;
}
.sign-form-wrapper {
	width: 50%;
	right: 0px;
	margin: 0px auto;
}
.dp-elements-wrapper {
	padding: 35px;
}
/* survery page */
.survey-wrapper-profile {
	padding: 15px 0px;
}
.rating input[type="radio"]:checked ~ input + label {
	font-size: 20px;
}
.rating input + label {
	font-size: 20px;
}
.survey-header-img {
	min-height: 300px;
	border-radius: 20px;
}
.survey-header-img {
	background-position: center center;
}
/* competiton landing page */
.competiton-wrapper {
	padding: 10px 25px 10px 25px;
}
.competition-img {
	background-color: beige;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 220px;
	border-radius: 20px;
	margin-bottom: 20px;
}
.invite-media-header {
	background-position: center center;
}
.invite-media-wrapper {
	padding: 35px;
}
.invite-media-wrapper textarea, .fb-post-textarea textarea {
	min-height: 145px!important;
}
.hero .blue-btn {
	width: 15%;
}
.user-fletter-circle {
	margin-right: -2px;
}
}

/*responsive fonts*/
@media (min-width: 640px) {
body {
	font-size: 1rem;
}
}

@media (min-width:960px) {
body {
	font-size: 1.2rem;
}
}

@media (min-width:1100px) {
body {
	font-size: 1.5rem;
}
}

@media only screen and (max-width: 992px) and (min-width: 812px) {
}

/*END - responsive fonts*/

/* css for individual devices */

@media only screen and (min-device-width: 413px) and (max-device-width: 415px) {
.popover.bottom>.arrow {
	left: 80%!important;
}
}

/* iPhone 5 & 5S in landscape */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) {
.carousel-inner {
	min-height: 470px;
}
.fade-carousel .slides .slide-1, .fade-carousel .slides .slide-2, .fade-carousel .slides .slide-3 {
	height: 150vh;
}
.first-text {
	margin-top: 140px;
}
/* Test Page */
.test-page-bg-height {
	min-height: 380px!important;
	padding-bottom: 0px!important;
}
.test-page-bg-height p {
	padding-bottom: 30px!important;
}
/* profile dropdown menu */
.popover.bottom>.arrow {
	left: 84%!important;
}
.notif-row .left {
	width: 40px!important;
}
.notif-row .right {
	margin-left: 70px!important;
}
}

/* iPhone 6, 7, & 8 in landscape */
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : landscape) {
.carousel-inner {
	min-height: 470px;
}
.fade-carousel .slides .slide-1, .fade-carousel .slides .slide-2, .fade-carousel .slides .slide-3 {
	height: 150vh;
}
.first-text {
	margin-top: 80px;
}
/* Test Page */
.test-page-bg-height {
	min-height: 350px!important;
	padding-bottom: 0px!important;
}
.test-page-bg-height p {
	padding-bottom: 30px!important;
}
/* profile dropdown menu */
.popover.bottom>.arrow {
	left: 84%!important;
}
.notif-row .left {
	width: 40px!important;
}
.notif-row .right {
	margin-left: 70px!important;
}
.nQuote2 {
	margin: 10px 0px 0px 0px !important;
	float: none !important;
}
}

/* iPhone 6+, 7+, & 8+ in landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
.carousel-inner {
	min-height: 490px;
}
.fade-carousel .slides .slide-1, .fade-carousel .slides .slide-2, .fade-carousel .slides .slide-3 {
	height: 150vh;
}
.first-text {
	margin-top: 60px;
}
/* Test Page */
.test-page-bg-height {
	min-height: 350px!important;
	padding-bottom: 0px!important;
}
.test-page-bg-height p {
	padding-bottom: 30px!important;
}
/* profile dropdown menu */
.popover.bottom>.arrow {
	left: 84%!important;
}
.notif-row .left {
	width: 40px!important;
}
.notif-row .right {
	margin-left: 70px!important;
}
.nQuote2 {
	margin: 10px 0px 0px 0px !important;
	float: none !important;
}
}

/* iPhone x in landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
.carousel-inner {
	min-height: 490px;
}
.fade-carousel .slides .slide-1, .fade-carousel .slides .slide-2, .fade-carousel .slides .slide-3 {
	height: 150vh;
}
.first-text-iphonex {
	margin-top: 80px;
}
/* Test Page */
.test-page-bg-height {
	min-height: 350px!important;
	padding-bottom: 0px!important;
}
.test-page-bg-height p {
	padding-bottom: 30px!important;
}
/* profile dropdown menu */
.popover.bottom>.arrow {
	left: 84%!important;
}
.notif-row .left {
	width: 40px!important;
}
.notif-row .right {
	margin-left: 70px!important;
}
}

.loader {
    font-size: 10px;
    margin: 50px auto;
    text-indent: -9999em;
    width: 5em;
    height: 5em;
    border-radius: 50%;
    background: #8650d3;
    background: -moz-linear-gradient(left, #8650d3 10%, rgba(134,80,211, 0) 42%);
    background: -webkit-linear-gradient(left, #8650d3 10%, rgba(134,80,211, 0) 42%);
    background: -o-linear-gradient(left, #8650d3 10%, rgba(134,80,211, 0) 42%);
    background: -ms-linear-gradient(left, #8650d3 10%, rgba(134,80,211, 0) 42%);
    background: linear-gradient(to right, #8650d3 10%, rgba(134,80,211, 0) 42%);
    position: relative;
    -webkit-animation: load3 1.4s infinite linear;
    animation: load3 1.4s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

    .loader:before {
        width: 50%;
        height: 50%;
        background: #8650d3;
        border-radius: 100% 0 0 0;
        position: absolute;
        top: 0;
        left: 0;
        content: '';
    }

    .loader:after {
        background: #ffffff;
        width: 75%;
        height: 75%;
        border-radius: 50%;
        content: '';
        margin: auto;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }

@-webkit-keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* CSS Document */
.flex
{
	display: flex;
	flex-wrap: wrap;
}
.pos-r {
    position: relative;
}

.pos-a {
    position: absolute;
}

.pos-f {
    position: fixed;
}
.pos-top-absolute {
    position: absolute;
    top: 0px;
}
/* Border Widths */
.border-1px {
    border: 1px solid
}

.border-2px {
    border: 2px solid
}

/* End Border Widths */

/* margin - top 5 - 50 */
.margin-t5 {
    margin-top: 5px;
}

.margin-t10 {
    margin-top: 10px;
}

.margin-t15 {
    margin-top: 15px;
}

.margin-t20 {
    margin-top: 20px;
}

.margin-t30 {
    margin-top: 30px !important;
}

.margin-t40 {
    margin-top: 40px;
}

.margin-t50 {
    margin-top: 50px;
}
/* margin - bottom 5 - 50 */
.margin-b5 {
    margin-bottom: 5px;
}

.margin-b10 {
    margin-bottom: 10px;
}

.margin-b15 {
    margin-bottom: 15px;
}

.margin-b20 {
    margin-bottom: 20px;
}

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

.margin-b40 {
    margin-bottom: 40px;
}

.margin-b50 {
    margin-bottom: 50px;
}
/* margin - left 5 - 30 */
.margin-l5 {
    margin-left: 5px;
}

.margin-l10 {
    margin-left: 10px;
}

.margin-l15 {
    margin-left: 15px;
}

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

.margin-l30 {
    margin-left: 30px;
}
/* negative left margin */
.margin-l-10 {
    margin-left: -10px;
}

.margin-l-15 {
    margin-left: -15px;
}

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

.margin-l-30 {
    margin-left: -30px;
}
/* margin - right 5 - 30 */
.margin-r5 {
    margin-right: 5px;
}

.margin-r10 {
    margin-right: 10px;
}

.margin-r15 {
    margin-right: 15px;
}

.margin-r20 {
    margin-right: 20px;
}

.margin-r30 {
    margin-right: 30px;
}

/* No Margin */
.nomargin {
    margin: 0px;
}

/* Padding */

.padding-lr5 {
    padding-left: 5px;
    padding-right: 5px;
}

.padding-t5 {
    padding-top: 5px;
}

.padding-t10 {
    padding-top: 10px;
}

.padding-t15 {
    padding-top: 15px;
}

.padding-t20 {
    padding-top: 20px;
}

.padding-t30 {
    padding-top: 30px;
}

.padding-t40 {
    padding-top: 40px;
}

.padding-b10 {
    padding-bottom: 10px;
}

.padding-b15 {
    padding-bottom: 15px;
}

.padding-b20 {
    padding-bottom: 20px;
}

.padding-b30 {
    padding-bottom: 30px;
}

.padding-b40 {
    padding-bottom: 40px;
}

.padding-l10 {
    padding-left: 10px;
}

.padding-l15 {
    padding-left: 15px;
}

.padding-l20 {
    padding-left: 20px;
}

.padding-l30 {
    padding-left: 30px;
}

.padding-l35 {
    padding-left: 35px;
}

.padding-r10 {
    padding-right: 10px;
}

.padding-r15 {
    padding-right: 15px;
}

.padding-r20 {
    padding-right: 20px;
}

.padding-r30 {
    padding-right: 30px;
}
/* vertical center, sample: <div class="pos-r"><div class="vcenter">content</div></div> */
.vcenter {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

/* horizontal center, use col-center inside bootstrap col or fixed width divs:  */
/* example: <div class="col-md-6"><div class="col-center"><div class="width-100pc">content</div></div></div> */
.col-center {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

/* horizontal center, sample: <div class="pos-r"><div class="hcenter"><div class="hcenter-content">content</div></div></div> */
.hcenter {
    position: absolute;
    left: 50%;
}

    .hcenter .hcenter-content {
        position: relative;
        left: -50%;
    }

.height-40 {
    height: 40px;
}

.height-100 {
    height: 100px;
}

.height-250 {
    height: 250px;
}

.min-height-500 {
    min-height: 500px;
}

.min-height-600 {
    min-height: 600px;
}


.min-height-700 {
    min-height: 700px;
}

.width-250px {
    width: 250px;
}

.width-50pc {
    width: 50%;
}

.width-80pc {
    width: 80%;
}

.width-100pc {
    width: 100%;
}

/* Functions Classes */

.col-centered {
    float: none;
    margin: 0 auto;
}

.nogutter {
    padding-left: 0px;
    padding-right: 0px;
}

.floatRight {
    float: right;
}

.floatLeft {
    float: left;
}
/* No padding */

.nopadding {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.nopaddingtop {
    padding-top: 0px !important;
}

.nopaddingbottom {
    padding-bottom: 0px !important;
}

.nopaddingright {
    padding-right: 0px !important;
}

.nopaddingleft {
    padding-left: 0px !important;
}
/* No margin */
.nomargin {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

.nomargintop {
    margin-top: 0px !important;
}

.nomarginbottom {
    margin-bottom: 0px !important;
}

.nomarginright {
    margin-right: 0px !important;
}

.nomarginleft {
    margin-left: 0px !important;
}

.col-xs-offset-right-12 {
    margin-right: 100%;
}

.col-xs-offset-right-11 {
    margin-right: 91.66666667%;
}

.col-xs-offset-right-10 {
    margin-right: 83.33333333%;
}

.col-xs-offset-right-9 {
    margin-right: 75%;
}

.col-xs-offset-right-8 {
    margin-right: 66.66666667%;
}

.col-xs-offset-right-7 {
    margin-right: 58.33333333%;
}

.col-xs-offset-right-6 {
    margin-right: 50%;
}

.col-xs-offset-right-5 {
    margin-right: 41.66666667%;
}

.col-xs-offset-right-4 {
    margin-right: 33.33333333%;
}

.col-xs-offset-right-3 {
    margin-right: 25%;
}

.col-xs-offset-right-2 {
    margin-right: 16.66666667%;
}

.col-xs-offset-right-1 {
    margin-right: 8.33333333%;
}

.col-xs-offset-right-0 {
    margin-right: 0;
}

/*Max size*/
.max-width-150 {
    max-width: 150px !important;
}

/* min width */
.min-width-80 {
    min-width: 80px !important
}

/*  line height */
.line-height-20 {
    line-height: 20px !important;
}

.line-height-30 {
    line-height: 30px !important;
}

.line-height-40 {
    line-height: 40px !important;
}


.line-height-45 {
    line-height: 45px !important;
}

@media (min-width: 768px) {
    .col-sm-offset-right-12 {
        margin-right: 100%;
    }

    .col-sm-offset-right-11 {
        margin-right: 91.66666667%;
    }

    .col-sm-offset-right-10 {
        margin-right: 83.33333333%;
    }

    .col-sm-offset-right-9 {
        margin-right: 75%;
    }

    .col-sm-offset-right-8 {
        margin-right: 66.66666667%;
    }

    .col-sm-offset-right-7 {
        margin-right: 58.33333333%;
    }

    .col-sm-offset-right-6 {
        margin-right: 50%;
    }

    .col-sm-offset-right-5 {
        margin-right: 41.66666667%;
    }

    .col-sm-offset-right-4 {
        margin-right: 33.33333333%;
    }

    .col-sm-offset-right-3 {
        margin-right: 25%;
    }

    .col-sm-offset-right-2 {
        margin-right: 16.66666667%;
    }

    .col-sm-offset-right-1 {
        margin-right: 8.33333333%;
    }

    .col-sm-offset-right-0 {
        margin-right: 0;
    }
}

@media (min-width: 992px) {
    .col-md-offset-right-12 {
        margin-right: 100%;
    }

    .col-md-offset-right-11 {
        margin-right: 91.66666667%;
    }

    .col-md-offset-right-10 {
        margin-right: 83.33333333%;
    }

    .col-md-offset-right-9 {
        margin-right: 75%;
    }

    .col-md-offset-right-8 {
        margin-right: 66.66666667%;
    }

    .col-md-offset-right-7 {
        margin-right: 58.33333333%;
    }

    .col-md-offset-right-6 {
        margin-right: 50%;
    }

    .col-md-offset-right-5 {
        margin-right: 41.66666667%;
    }

    .col-md-offset-right-4 {
        margin-right: 33.33333333%;
    }

    .col-md-offset-right-3 {
        margin-right: 25%;
    }

    .col-md-offset-right-2 {
        margin-right: 16.66666667%;
    }

    .col-md-offset-right-1 {
        margin-right: 8.33333333%;
    }

    .col-md-offset-right-0 {
        margin-right: 0;
    }
}

@media (min-width: 1200px) {
    .col-lg-offset-right-12 {
        margin-right: 100%;
    }

    .col-lg-offset-right-11 {
        margin-right: 91.66666667%;
    }

    .col-lg-offset-right-10 {
        margin-right: 83.33333333%;
    }

    .col-lg-offset-right-9 {
        margin-right: 75%;
    }

    .col-lg-offset-right-8 {
        margin-right: 66.66666667%;
    }

    .col-lg-offset-right-7 {
        margin-right: 58.33333333%;
    }

    .col-lg-offset-right-6 {
        margin-right: 50%;
    }

    .col-lg-offset-right-5 {
        margin-right: 41.66666667%;
    }

    .col-lg-offset-right-4 {
        margin-right: 33.33333333%;
    }

    .col-lg-offset-right-3 {
        margin-right: 25%;
    }

    .col-lg-offset-right-2 {
        margin-right: 16.66666667%;
    }

    .col-lg-offset-right-1 {
        margin-right: 8.33333333%;
    }

    .col-lg-offset-right-0 {
        margin-right: 0;
    }
    /*padding for large screen */

    /* padding top 10 to 50 */
    .padding-t10-lg {
        padding-top: 10px;
    }

    .padding-t15-lg {
        padding-top: 15px;
    }

    .padding-t20-lg {
        padding-top: 20px;
    }

    .padding-t25-lg {
        padding-top: 25px;
    }

    .padding-t30-lg {
        padding-top: 30px;
    }

    .padding-t35-lg {
        padding-top: 35px;
    }

    .padding-t40-lg {
        padding-top: 40px;
    }

    .padding-t45-lg {
        padding-top: 45px;
    }

    .padding-t50-lg {
        padding-top: 50px;
    }
    /* padding bottom 10 to 50 */
    .padding-b10-lg {
        padding-bottom: 10px;
    }

    .padding-b15-lg {
        padding-bottom: 15px;
    }

    .padding-b20-lg {
        padding-bottom: 20px;
    }

    .padding-b25-lg {
        padding-bottom: 25px;
    }

    .padding-b30-lg {
        padding-bottom: 30px;
    }

    .padding-b35-lg {
        padding-bottom: 35px;
    }

    .padding-b40-lg {
        padding-bottom: 40px;
    }

    .padding-b45-lg {
        padding-bottom: 45px;
    }

    .padding-b50-lg {
        padding-bottom: 50px;
    }
    /* padding left 10 to 50 */
    .padding-l10-lg {
        padding-left: 10px;
    }

    .padding-l15-lg {
        padding-left: 15px;
    }

    .padding-l20-lg {
        padding-left: 20px;
    }

    .padding-l25-lg {
        padding-left: 25px;
    }

    .padding-l30-lg {
        padding-left: 30px;
    }

    .padding-l35-lg {
        padding-left: 35px;
    }

    .padding-l40-lg {
        padding-left: 40px;
    }

    .padding-l45-lg {
        padding-left: 45px;
    }

    .padding-l50-lg {
        padding-left: 50px;
    }
    /* padding right 10 to 50 */
    .padding-r10-lg {
        padding-right: 10px;
    }

    .padding-r15-lg {
        padding-right: 15px;
    }

    .padding-r20-lg {
        padding-right: 20px;
    }

    .padding-r25-lg {
        padding-right: 25px;
    }

    .padding-r30-lg {
        padding-right: 30px;
    }

    .padding-r35-lg {
        padding-right: 35px;
    }

    .padding-r40-lg {
        padding-right: 40px;
    }

    .padding-r45-lg {
        padding-right: 45px;
    }

    .padding-r50-lg {
        padding-right: 50px;
    }
    /* no padding for large screen */
    .nopadding-lg {
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .nopaddingtop-lg {
        padding-top: 0px !important;
    }

    .nopaddingbottom-lg {
        padding-bottom: 0px !important;
    }

    .nopaddingright-lg {
        padding-right: 0px !important;
    }

    .nopaddingleft-lg {
        padding-left: 0px !important;
    }
}
/* rounded corners */
.round-corner-10 {
    border-radius: 10px;
}

.round-corner-20 {
    border-radius: 20px
}

.round-corner-30 {
    border-radius: 30px
}

.round-corner-b10 {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}
/* end rounded corners */

.align-bottom {
    vertical-align: bottom !important;
}

.full-width {
    width: 100%;
}

.text-right {
    text-align: right !important
}

.min-height-50 {
    min-height: 50px
}

.height-36 {
    height: 36px;
}

.round-circle {
    border-radius: 50% !important;
}

/*transformation*/
.rotate-90 {
    transform: rotate(90deg)
}

.rotate-180 {
    transform: rotate(180deg)
}

.rotate-270 {
    transform: rotate(270deg)
}
/*END-transformation*/

/* borders */
.noborder-right {
    border-right: 0px !important
}
.noborder-bottom {
    border-bottom: 0px !important
}

/* background */
.background-center-cover {
    background-position: center;
    background-size: cover
}


/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    .margin-xs-b30 {
        margin-bottom: 30px;
    }

    .nopaddingright-xs {
        padding-right: 0 !important;
    }
}

a.dark-sky-blue-link:link {
    color: #3eaff0;
    text-decoration: underline;
}

a.dark-sky-blue-link:hover, a.dark-sky-blue-link:focus, a.dark-sky-blue-link:active {
    color: #3eaff0;
    text-decoration: none;
}

.nounderline {
    text-decoration: none !important;
}

.text-wrap {
    white-space: normal;
}

/*opacity*/
.opacity-50 {
    opacity: 0.5;
}
/*END-opacity*/

/* border  */
@media only screen and (min-width : 320px) {
	.noborder-left-top-bottom {
		  border-right: 0px solid white;
		  border-bottom: 1.5px solid white;
	  }
	   .noborder-right-top-bottom {
		  border-left:0px solid white;
		  border-bottom: 1.5px solid white;
	  }

    }
	@media only screen and (min-width : 480px) {
.noborder-left-top-bottom {
		  border-right: 0px solid white;
		  border-bottom: 1.5px solid white;
	  }
	   .noborder-right-top-bottom {
		  border-left:0px solid white;
		  border-bottom: 1.5px solid white;
	  }
	  .img_badge {
    width: 67px;
    height: auto;
}
    }
	 @media only screen and (min-width : 768px) {
.noborder-left-top-bottom {
		  border-right: 1.5px solid white;
		  border-top: 0px solid white;
          border-bottom: 1.5px solid white;
	  }
	   .noborder-right-top-bottom {
		  border-left:0px solid white;
		  border-top: 0px solid white;
          border-bottom: 1.5px solid white;
	  }
	  .img_badge {
    width: 67px;
    height: auto;
}
        .noborder-bottom-md {
            border-bottom: 0px !important;
        }
    }
	@media only screen and (min-width : 992px) {
.noborder-left-top-bottom {
		  border-right: 1.5px solid white;
		  border-top: 0px solid white;
          border-bottom: 1.5px solid white;
	  }
	   .noborder-right-top-bottom {
		  border-left:0px solid white;
		  border-top: 0px solid white;
          border-bottom: 1.5px solid white;
	  }
    }
 @media only screen and (min-width : 1200px) {
.noborder-left-top-bottom {
		  border-right: 1.5px solid white;
		  border-top: 0px solid white;
          border-bottom: 1.5px solid white;
	  }
	   .noborder-right-top-bottom {
		  border-left:0px solid white;
		  border-top: 0px solid white;
          border-bottom: 1.5px solid white;
	  }
    }
/* vertial align for You had me at “free" section */
.vertical-align-btn
{
	vertical-align:middle;
	padding-top:20px;
	padding-bottom:6px;
}
/* Tester gallery slider */
.tester-gallery .bx-wrapper {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border: none;
    background: transparent;
    margin-bottom: 20px;
    float: none;
    margin: 0 auto;
}

.next-tester-box {
    width: 38px;
    height: 215px;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    opacity: 1;
}
    .next-tester-box:hover {
        opacity: .9;
        transition: opacity .5s ease-out;
        -moz-transition: opacity .5s ease-out;
        -webkit-transition: opacity .5s ease-out;
        -o-transition: opacity .5s ease-out;
        border-bottom-right-radius: 20px;
        border-top-right-radius: 20px;
    }


.prev-tester-box {
    width: 38px;
    height: 215px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    opacity: 1;
}
    .prev-tester-box:hover {
        opacity: .9;
        transition: opacity .5s ease-out;
        -moz-transition: opacity .5s ease-out;
        -webkit-transition: opacity .5s ease-out;
        -o-transition: opacity .5s ease-out;
        border-bottom-left-radius: 20px;
        border-top-left-radius: 20px;
    }
#tester-gallery-slider .prev-tester-box {
    top: 20px;
}
#tester-gallery-slider .next-tester-box {
    top: 20px;
}
.tester-gallery .bx-wrapper .bx-next, .tester-gallery .bx-wrapper .bx-prev {
    background: none;
    line-height: 215px;
    color: #9ad2f2;
    font-size: 40px;
    font-weight: 100;
}

.tester-rounded-box {
    border-radius: 20px;
    background-color: #f4f4f4;
    position: relative;
    overflow: hidden;
}

a.tester-gallery-box-link {
    cursor: zoom-in;
    border: none;
}

a.tester-gallery-box-link img {
    cursor: zoom-in;
    border: none;
}
a.tester-gallery-box-link img {
    border: none;
}
a.tester-dash-box-link {
    border: none;
}


.tester-gallery li {
    width: 270px;
    float: left;
    margin-right: 30px;
}
.tester-gallery .bx-viewport {
    height: 265px !important
}
.tester-gallery .bxslider li:first-child {
    margin-left:10px;
}

.bx-prev.disabled {
    display: none;
}

.bx-next.disabled {
    display: none;
}

.Frame {
    width: 254px;
    height: 215px;
    border-radius: 20px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 16px 5px rgba(235,235,235,1);
    -moz-box-shadow: 0px 0px 16px 5px rgba(235,235,235,1);
    box-shadow: 0px 0px 16px 5px rgba(235,235,235,1);
}

/* This block of CSS adds opacity transition to background */
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    /* ideally, transition speed should match zoom duration */
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

/* padding-bottom and top for image */
.mfp-no-margins img.mfp-img {
    padding: 0;
}
/* position of shadow behind the image */
.mfp-no-margins .mfp-figure:after {
    top: 0;
    bottom: 0;
}
/* padding for main container */
.mfp-no-margins .mfp-container {
    padding: 0;
}

/* aligns caption to center */
.mfp-title {
    text-align: center;
    padding: 6px 0;
}

.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 670px;
    margin: 20px auto;
}

.template-desc {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.user-comment {    
    background: #eaeaea;
    padding: 10px;
    border-radius:5px;
}
.user-comment p {
    margin:0;
}
    .user-comment .template-desc {
        font-size: 16px;
        font-style: italic;
    }
.gallery-popup .user-info {
    text-transform: capitalize;
    font-weight: bold;
    margin-bottom: 5px;
}

.mfp-close-btn-in .mfp-close {
    top: -15px;
    right: -15px;
    border-radius: 50%;    
    background-color: white;
    width: 20px;
    height: 20px;
    line-height: 18px;
    color: #a7a7a7;
    vertical-align: middle;
    text-align: center;
    display: inline-block;
}

/* End Tester gallery slider */
/* similar product widget */
.similar-product-slider .bx-wrapper {
    box-shadow: none;
    display: inline-block;
    margin-bottom: 30px;
}

    .similar-product-slider .bx-wrapper img {
        display: inline-block;
    }

    .similar-product-slider .bx-wrapper .bx-next {
        background: none;
        line-height: 384px;
        color: #9ad2f2;
        font-size: 40px;
        font-weight: 100;
    }

    .similar-product-slider .bx-wrapper .bx-pager {
        color: #3eaff0 !important;
    }
.similar-product-mobile-next {
    position: relative;
}
.similar-product-box-lower {
    /*width: 270px;*/
    background-color: #f5f5f5;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.19;
    text-align: center;
}
    .similar-product-box-lower > .prd-slide-heading {
        margin-top: 0;
        padding-top: 10px;
    }
.similar-product-box-lower .ratings {
    padding-top: 10px;
    padding-bottom: 30px;
}

    .similar-product-box-lower .from {
        color: #000000;
    }

    .similar-product-box-lower .review-count {
        color: #3eaff0;
    }

    .similar-product-box-lower .avg-ratings {
        color: #e6548f;
    }

.similar-product-box-next {
    width: 42px;
    height: 394px;
    background-color: #f2f2f2;
    border: solid 4px #ffffff;
    position: absolute;
    right: -8px;
    top: 11px;
    text-align: center;
    display: none;
}

.similar-box-hide-right-circle {
    width: 34px;
    background: white;
    height: 30px;
    right: -4px;
    position: absolute;
    top: -30px;
    display: none;
}
.similar-product-link-span {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    /* fixes overlap error in IE7/8, 
     make sure you have an empty gif */
    background-image: url('/images/empty.gif');
}
.link-span {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    /* fixes overlap error in IE7/8, 
     make sure you have an empty gif */
    background-image: url('/images/empty.gif');
}
.similar-product-box-upper .similar-product-htc-circle {
    top: -15px;
    right: -22px;
}

.similar-product-box-suggest {
    margin-top: 12px;
    height: 390px !important
}
.similar-product-box-upper {
    height: 241px;
    white-space: nowrap;
    text-align: center;
    background-color: #ffffff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border: solid 2px #f0f0f0;
    position: relative;
    margin-top: 15px;
}
    .similar-product-box-upper.img {
        vertical-align: middle;
        max-height: 25px;
        max-width: 160px;
    }

.similar-product-box-upper-selected {
    border: solid 2px #ff66a4 !important;
}
.product-rounded-box {
    height: 215px;
    border-radius: 20px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}
.product-detail-header {
    min-height: 240px;
}

.product-detail-header-links {
    min-height: 240px;
    text-align: right;
}
.product-details-htc-circle {
    right: -15px;
    top: -15px;
}
.product-test-box-suggest {
    -webkit-box-shadow: 0px 0px 20px 4px rgba(242,242,242,1);
    -moz-box-shadow: 0px 0px 20px 4px rgba(242,242,242,1);
    box-shadow: 0px 0px 20px 4px rgba(242,242,242,1);
}
.camera-bg {
    background-image: url(/images/testers-gallery-photo.png)
}
.product-detail-box {
    max-width: 270px;
    height: 241px;
    white-space: nowrap;
    text-align: center;
    background-color: #fff;
    border-radius: 20px;
    border: solid 2px #f0f0f0;
    position: relative;
    margin-top: 15px;
}
.product-detail-box-small {
    max-width: 122px;
    height: 109px;
    white-space: nowrap;
    text-align: center;
    background-color: #fff;
    border-radius: 20px;
    border: solid 2px #f0f0f0;
    position: relative;
    margin-top: 15px;
}
.product-detail-box-sm {
    max-width: 144px;
    height: 127px;
    white-space: nowrap;
    text-align: center;
    background-color: #fff;
    border-radius: 20px;
    border: solid 2px #f0f0f0;
    position: relative;
}
.product-box-circle {
    width: 60px;
    height: 60px;
    background-color: #ff66a4;
    border-radius: 50%;
    position: absolute;
    padding-top: 16px;
    font-size: 11.6px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.1px;
    text-align: center;
    margin-left: 235px;
    color: #ffffff;
    white-space: normal;
    text-transform: uppercase;
    z-index:9;
}
.product-test-box-border {
    border: solid 2px #f3f3f3;
}
.product-box-circle-selected {
    background-color: #e6548f;
}
.product-box {
    min-height: 420px;
}
.product-box-name {
    font-size: 15.3px;
    font-weight: 500;
    line-height: 1.43;
    text-align: center;
    color: #000000;
    padding-top: 20px;
    padding-bottom: 10px;
    width: 200px;
    min-height: 73px;
    display: inline-block; /*center div with width*/
}
.product-box-desc {
    min-height: 80px;
    padding: 0 10px;
}
.starwrapper .fa {
    position: relative;
}

.starwrapper .fa-star {
    color: #e75490;
}
.starwrapper .fa-star-percentage {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

.starwrapper .fa-star-open {
    color: #cacaca !important;
}
.text-heading-30 {
    color: black;
    font-size: 30px;
    line-height: 1.2;
    text-align: center;
}


.next-similar-product-box-mobile {   
    width: 38px;
    height: 376px;
    position: absolute;
    right: 30px;
    top: -376px;
    text-align: center;
}
i.circle-blue {
    padding: 9px 13px 11px 13px;
    display: inline-block;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    background-color: #3eaff0;
    color: #f1f1f1;
    line-height: 20px;
}
.bx-wrapper .bx-pager {
    color: #3eaff0 !important;
}

.similar-product-slider .bx-wrapper .bx-pager, .similar-product-slider .bx-wrapper .bx-controls-auto {
    position: absolute;
    width: 210px;    
    height: 50px;
    top: 7px;
    left: 20px;
    text-align: left;
}


/* end similar products widget */

/* latest product reviews */

/* bxslider override */
.prd-slider-container .bx-wrapper {
    box-shadow: none;
    display: inline-block;
    margin-bottom: 0;
}

    .prd-slider-container .bx-wrapper img {
        display: inline-block;
    }

    .prd-slider-container .bx-wrapper .bx-next, .prd-slider-container .bx-wrapper .bx-prev {
        background: none;
        /*line-height: 508px;*/
        color: #9ad2f2;
        font-size: 40px;
        font-weight: 100;
    }

    .prd-slider-container .bx-wrapper .bx-pager {
        color: #3eaff0 !important;
        padding-top: 10px;
    }

.prd-slider-container li {
    margin-top: 15px;
}
.prd-slider-container .bx-viewport {
    height: 500px!important;
}
.prd-slider-container .product-body {
    height: 4em;
    padding-left: 1em;
    padding-right: 1em;
    overflow: hidden;
}

/* end bxslider override */
.next-product-latest-reviews {
    position: relative;
}
.prev-product-latest-reviews {
    position: relative;
}

.next-product-latest-reviews-mobile {
    position: relative;
}

.prev-product-latest-reviews-mobile {
    position: relative;
}


.next-product-box {
    width: 42px;
    height: 478px;
    background-color: rgba(242, 242, 242, 1);
    border: solid 4px #ffffff;
    position: absolute;
    right: -10px;
    top: -440px;
    text-align: center;
    display: none;
}
.prev-product-box {
    width: 42px;
    height: 78px;
    background: none;
    border: none;
    position: absolute;
    left: -10px;
    /*top: -189px;*/
    text-align: center;
    display: none;
}

.box-hide-right-circle {
    width: 34px;
    background: white;
    height: 30px;
    right: -5px;
    position: absolute;
    top: -510px;
    display: none;
}

.next-product-box-mobile {
    width: 38px;
    height: 470px;
    position: absolute;
    right: 58px;
    top: -483px;
    text-align: center;
}
.prev-product-box-mobile {
    width: 38px;
    height: 470px;
    position: absolute;
    left: -18px;
    top: -483px;
    text-align: center;
}
/* end latest product reviews */

/* register product test box slider */
.register-test-slider .bx-wrapper {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border: none;
    background: transparent;
    margin-bottom: 20px;
    float: none;
    margin: 0 auto;
}

.next-register-test-box {
    width: 38px;
    height: 215px;
    background-color: #fff;
    border-left: solid 4px #fff;
    position: absolute;
    right: -1px;
    top: 0;
    text-align: center;
}

.next-register-test-box-white {
    width: 38px;
    height: 215px;
    background-color: #fff;
    border-left: solid 4px #fff;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
}

.register-test-slider .bx-wrapper .bx-next, .register-test-slider .bx-wrapper .bx-prev {
    background: none;
    line-height: 215px;
    color: #9ad2f2;
    font-size: 40px;
    font-weight: 100;
}

.register-test-rounded-box {
    height: 215px;
    border-radius: 20px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

a.register-test-box-link {
    cursor: zoom-in;
    border: none;
}

    a.register-test-box-link img {
        cursor: zoom-in;
        border: none;
    }

.register-test-slider li {
    width: 270px;
    float: left;
    margin-right: 30px;
}
.tint-pink {
    position: relative;
    margin: 0;
    cursor: pointer;
}
    .tint-pink:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: rgba(248, 79, 168, 0.74);
        border-radius: 20px;        
    }
    .tint-pink:focus, .tint-pink:hover {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

/* end register product test box slider */

/* your product test box slider */
.yourproduct-test-slider .bx-wrapper {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border: none;
    background: transparent;
    margin-bottom: 20px;
    float: none;
    margin: 0 auto;
}

.next-yourproduct-test-box {
    width: 38px;
    height: 215px;
    background-color: #f2f2f2;
    border-left: solid 4px #fff;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
}

.yourproduct-test-slider .bx-wrapper .bx-next, .yourproduct-test-slider .bx-wrapper .bx-prev {
    background: none;
    line-height: 215px;
    color: #9ad2f2;
    font-size: 40px;
    font-weight: 100;
}

.yourproduct-test-slider li {
    width: 270px;
    float: left;
    margin-right: 30px;
}
/* end your product test box slider */

/* _boxSuggestion */
.marketing-two-img-container img {
    height: 207px;
}
/* end boxSuggestion */

/* footer notification popup */
.review-notification {
    position: fixed;
    bottom: 25px;
    left: 20px;
}

.notif-rect {
    width: 400px;
    min-height: 165px;
    background-color: #ffffff;
    box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.22);
    border-left: solid 4px #2c0d61;
    position: relative;
    display: table;
}

.notif-rect-left {
    width: 150px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
}
    .notif-rect-left > a > div {
        height: 120px;
    }

.notif-rect-right {
    margin-left: 150px;
}

/* Circle hover */
.circle-purple-hover:hover, .circle-purple-hover.active {
    border-color: #2c0d61;
    background-color: #2c0d61 !important;
}
.hover-circle {
    display: none
}
.circle-purple-hover:hover .fa:not(.fa-close),
.circle-purple-hover:hover span.text-uppercase,
.circle-purple-hover.active .fa:not(.fa-close),
.circle-purple-hover.active span.text-uppercase {
    color: #fff !important
}
/*.circle-purple-hover:hover .hover-circle-default, .circle-purple-hover.active .hover-circle-default {
    display: none
}
.circle-purple-hover:hover .hover-circle, .circle-purple-hover.active .hover-circle {
    display: initial;
}*/
.circle-ico {
    width: 40px;
    height: 40px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: auto;
    margin-right: auto;
}
.circle-ico-thumb {
    background-image: url(https://d2vtntcxpdw15n.cloudfront.net/img3/thumb-purple.png)
}
.circle-purple-hover:hover .circle-ico-thumb, .circle-purple-hover.active .circle-ico-thumb {
    background-image: url(https://d2vtntcxpdw15n.cloudfront.net/img3/thumb-white.png)
}
.circle-ico-camera {
    background-image: url(https://d2vtntcxpdw15n.cloudfront.net/img3/cam-purple.png)
}
.circle-purple-hover:hover .circle-ico-camera, .circle-purple-hover.active .circle-ico-camera {
    background-image: url(https://d2vtntcxpdw15n.cloudfront.net/img3/cam-white.png)
}
.circle-ico-pencil {
    background-image: url(https://d2vtntcxpdw15n.cloudfront.net/img3/pencil-edit-purple.png)
}
.circle-purple-hover:hover .circle-ico-pencil, .circle-purple-hover.active .circle-ico-pencil {
    background-image: url(https://d2vtntcxpdw15n.cloudfront.net/img3/pencile-edit-white.png)
}
.circle-ico-openbox {
    background-image: url(https://d2vtntcxpdw15n.cloudfront.net/img3/openbox-purple.png)
}

.circle-purple-hover:hover .circle-ico-openbox, .circle-purple-hover.active .circle-ico-openbox {
    background-image: url(https://d2vtntcxpdw15n.cloudfront.net/img3/openbox-white.png)
}
.circle-ico-home {
    background-image: url(https://d2vtntcxpdw15n.cloudfront.net/img3/home-purple.png)
}

.circle-purple-hover:hover .circle-ico-home, .circle-purple-hover.active .circle-ico-home {
    background-image: url(https://d2vtntcxpdw15n.cloudfront.net/img3/home-white.png)
}
.circle-ico-upload-image {
    background-image: url(https://d2vtntcxpdw15n.cloudfront.net/img3/upload-image-purple.png)
}

.circle-purple-hover:hover .circle-ico-upload-image, .circle-purple-hover.active .circle-ico-upload-image {
    background-image: url(https://d2vtntcxpdw15n.cloudfront.net/img3/upload-image-reversed.png)
}
.circle-ico-play {
    background-image: url(https://d2vtntcxpdw15n.cloudfront.net/img3/play-purple.png)
}

.circle-purple-hover:hover .circle-ico-play, .circle-purple-hover.active .circle-ico-play {
    background-image: url(https://d2vtntcxpdw15n.cloudfront.net/img3/play-reversed.png)
}
/* END Circle hover */
@media only screen and (max-width : 480px) {
    .review-notification { left: 10px;}
    .notif-rect {
        width: 360px;
    }
    .notif-rect-left {
        width: 130px;
    }    
}
@media only screen and (max-width : 392px) {
    .notif-rect {
        width: 300px;
    }
}

.notif-rect .close {
    opacity: 0.4;
    font-size: 17.3px;
    line-height: 1.27;
    color: rgba(0, 0, 0, 0.4);
    position: absolute;
    right: 11px;
    top: 8px;
}

    .notif-rect .close:before {
        content: 'X'
    }

.notif-product-name {
    font-size: 17.3px;
    font-weight: 600;
    line-height: 1.27;
    text-align: left;
    color: #000000;
    padding: 10px 0;
}

.notif-text-small-grey {
    font-size: 14px;
    line-height: 1.54;
    text-align: left;
    color: #333333;
}

.notif-text-info {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.33;
    text-align: left;
    color: #000000;
    display:none;
}
.notif-text-info-user {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.33;
    text-align: left;
    color: #000000;
    display: none;
}
.notif-text-grey {
    font-size: 15px;
    font-weight: normal;
    line-height: 1.33;
    text-align: left;
    color: #333333;
    display: none;
}

.notif-text-padding {
    padding-top: 12px;
}

/* end footer notification popup */

/* notification */

.notify-wrapper > .alert {
    margin-bottom: 0;
}
.notify-wrapper .close {
    top: 0!important;
}

[data-notify="container"][class*="alert-tester-"] {    
    border-width: 0px;
    border-radius: 0px;
    box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.3);
    font-family: 'Ubuntu', sans-serif;
}
[data-notify="container"].alert-tester-success {
    background-color: #dff0d8;
    color: #3c763d;
}
[data-notify="container"].alert-tester-info {
    background-color: rgb(58, 176, 243);
    color: #fff;
}
    [data-notify="container"].alert-tester-info .close {
        color: #fff;
        font-weight: 500;
    }
[data-notify="container"].alert-tester-danger {
    background-color: #f2dede;
    color: #a94442;
}
[data-notify="container"].alert-tester-warning {
    background-color: #fcf8e3;
    color: #8a6d3b;
}
[data-notify="container"].alert-tester-debug {
    background-color: rgb(58, 176, 243);
    color: #fff;
}
[data-notify="container"][class*="alert-tester-"] [data-notify="title"] {    
    display: block;
    font-weight: 700;    
}
[data-notify="container"][class*="alert-tester-debug"] [data-notify="title"] {
    display: inline;
    font-weight: 700;
}

[data-notify="container"][class*="alert-tester-"] [data-notify="message"] {    
    font-weight: 400;
}
/* end notification */

.btn-resend {    
    border: solid 1px white;
    border-radius: 22px;
    color: white;
}
.cursor-pointer {
    cursor: pointer;
}
.cursor-default {
    cursor: default;
}
.text-center-xs-right-md {
    text-align: right;
}
.text-left-xs-right-md {
    text-align: right;
}

@media (max-width: 767px) {
    .prd-slider-container .bx-wrapper .bx-pager, .prd-slider-container .bx-wrapper .bx-controls-auto {
        position: absolute;
        width: 210px;
        height: 50px;
        top: 7px;
        left: 20px;
        text-align: left;
    }

    .next-product-latest-reviews .bx-default-pager {
        height: 50px;
        width: 198px !important;
    }

    .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
        background: #3eaff0;
    }

    .bx-wrapper .bx-pager.bx-default-pager a {
        background: #f0f0f0;
    }
    .xs-round-topRight-15 {
        border-top-right-radius: 15px !important;
    }

    .xs-round-bottomRight-15 {
        border-bottom-right-radius: 15px !important;
    }

    .xs-round-bottomLeft-15 {
        border-bottom-left-radius: 15px !important;
    }

    .xs-nomargin-right {
        margin-right: 0 !important
    }

    .xs-nomargin-left {
        margin-left: 0 !important
    }

    .xs-noradius-topRight {
        border-top-right-radius: 0 !important;
    }

    .photo-button button {
        zoom: 1.5
    }

    .xs-nopadding {
        padding: 0 !important
    }

    .xs-halfwidth {
        width: 50% !important
    }

    .xs-pull-right {
        float: right
    }

    .xs-nopadding-left {
        padding-left: 0 !important
    }

    .xs-nopadding-right {
        padding-right: 0 !important
    }

    .xs-margin-t15 {
        margin-top: 15px
    }

    .xs-margin-r15 {
        margin-right: 15px
    }

    /*input[type="radio"]:checked + label::after, [type="radio"] + label::before,
    input[type="checkbox"] + label::before, input[type="checkbox"]:checked + label::after {
        zoom: 1.5
    }*/

    .share-fb-switch {
        height: 56px
    }

    .xs-padding-b100 {
        padding-bottom: 100px !important
    }
    .text-center-xs {
        text-align:center;
    }
    .text-center-xs-right-md {
        text-align: center;
    }
    .text-left-xs-right-md {
        text-align: left;
    }
}

/* change country footer menu */

.footersitemap .popover {
    background-color: #f4f4f4;
    border: none !important;
    -webkit-box-shadow: 1.1px 3.8px 4.8px 0.3px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 1.1px 3.8px 4.8px 0.3px rgba(0, 0, 0, 0.08);
    box-shadow: 1.1px 3.8px 4.8px 0.3px rgba(0, 0, 0, 0.08);
}

.footersitemap .popover-title {
    background-color: #3eaff0;
    color: white;
    font-family: 'Ubuntu', sans-serif;
}

.footersitemap .popover-content {
    padding: 0 !important;
}

.footersitemap .popover.top .arrow:after {
    border-top-color: #f4f4f4;
}

.footersitemap .popover.top .arrow {
    border: none;
}

    .footersitemap .popover.top .arrow:before {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        height: 14.14px;
        width: 14.14px;
        bottom: 4px;
        left: -6px;
        background: transparent;
        transform: rotate(45deg);
        -webkit-box-shadow: 3.1px 3.8px 4.8px 0.3px rgba(0, 0, 0, 0.08);
        -moz-box-shadow: 3.1px 3.8px 4.8px 0.3px rgba(0, 0, 0, 0.08);
        box-shadow: 3.1px 3.8px 4.8px 0.3px rgba(0, 0, 0, 0.08);
    }

.footersitemap .popover.top > .arrow {
    margin-left: 44px;
}

/*end popover override*/

.popover-country {
    padding: 0;
    font-family: 'Ubuntu', sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.1px;
    text-align: left;
    color: #e6548f !important;
    height: 310px;
    overflow-y: scroll;
    width: 275px;
}

    .popover-country > li {
        position: relative; /*centering anchor in li*/
        padding-top: 4px;
        padding-bottom: 4px;
        border-bottom: 1px solid #e1e1e1;
        list-style: none;
        min-height: 37px;
        display: block !important;
        margin: 0 !important;
    }

        .popover-country > li:hover {
            background-color: white;
            border-bottom: 1px solid #fff;
        }

    .popover-country a.country-link {
        color: #e6548f !important;
        text-decoration: none;
        display: inline-block;
        font-weight: 500;
        padding-left: 20px;
        clear: both;
        position: absolute; /*centering anchor in li*/
        top: 50%;
        /* adjust top up half the height of a single line */
        margin-top: -0.5em;
    }

        .popover-country a.country-link:hover {
            color: #ff6a5b !important;
            text-decoration: none;
        }

a.language-link {
    color: #666666 !important;
}

    a.language-link:hover {
        color: #3eaff0 !important;
    }

.popover-country li.divider {
    padding-top: 1px;
    padding-bottom: 2px
}

.lang-list {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 10px;
    padding-left: 0;
    margin: 0;
    float: right;
    min-width: 110px;
}

/*fit the height of child li to ul, when using float on li*/
.popover-country > li:after {
    clear: both;
    content: "";
    display: block;
}

.lang-list li {
    padding: 0 3px !important;
    margin: 0 !important;
    list-style: none;
    border: 0 !important;
    text-align: left;
    display: block !important;
}

    .lang-list li a {
        text-decoration: none;
        color: #333;
        text-align: right
    }


/* end change country footer menu */

/* user menu, main*/
.navbar .badge {
    background: #ee4630;
   /* top: -4px;
    right: -10px;*/
    position: absolute;
}
.navbar .badge-xs {
    top: 15px;
    right: 6px;
}

nav .popover {    
    padding: 0;
    background-color: #f4f4f4;
}

nav .popover-title {
    background-color: #3eaff0;
    color: white;
    font-family: 'Ubuntu', sans-serif;
}

nav .popover-title {
    height: 44px;
    line-height: 25px;
}

nav .popover-content {
    padding: 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

nav .popover.bottom .arrow:after {
    border-bottom-color: #3eaff0;
}

nav .popover-user-menu {
    padding: 0;
    font-family: 'Ubuntu', sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.1px;
    text-align: left;
    color: #e6548f !important;
    height: 310px;
    overflow-y: scroll;
}

.popover-user-menu .icon {
    width: 40px;
    border-radius: 5px;
}
.popover-user-menu .icon-circle {
    height: 40px;
    width: 40px;
}
@media only screen and (max-width : 480px) {
    .popover-user-menu .icon {
        width: 35px;
        border-radius: 5px;
    }

    .popover-user-menu .icon-circle {
        height: 35px;
        width: 35px;
    }

    nav .notif-icon {
        margin-left: 0!important;
    }
}

nav .notif-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.21;
    text-align: left;
    color: #e6548f;
}

nav .notif-description {
    font-size: 13px;
    font-weight: 300;
    line-height: 1.31;
    text-align: left;
    color: #9a9a9a;
    padding-top: 5px;
}

nav .popover-user-menu > li {
    position: relative; /*centering anchor in li*/
    padding-top: 4px;
    padding-bottom: 4px;
    border-bottom: 1px solid #e1e1e1;
    list-style: none;
    min-height: 70px;
}

    nav .popover-user-menu > li:last-child {
        border: none !important;
        margin-right:0;
    }

nav .popover-content > .div-notif-all {
    min-height: 46px;
    padding-top: 12px;
    border-bottom-left-radius: 17px;
    border-bottom-right-radius: 17px;
    border-top: 1px solid #e1e1e1;
}

/*nav .popover-user-menu > li:hover {
    background-color: white;
    border-bottom: 1px solid #fff;
}*/

nav .popover-user-menu > li:after {
    clear: both;
    content: "";
    display: block;
}

.btn-blue-xs {
    width: 90px;
    border-radius: 15px;
    background-color: transparent;
    border: none;
    color: #3eaff0 !important;
    border: solid 1px #3eaff0;
    font-size: 12px !important;
}

    .btn-blue-xs:hover {
        background-color: #3eaff0 !important;
        color: #fff !important;
    }

.navbar-header a:hover, .navbar-header a:focus {
    /*background-color: transparent;
    color: #ffffff;
    text-decoration: none;*/
}

.navbar-header a > span:hover, .navbar-header a > span:focus {
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #fffff;
    text-decoration: none;
}

a.link-white {
    color: white;
    text-decoration: underline;
    font-weight: 500;
}

a.link-white:hover {
	text-decoration: none;
	border-bottom: solid 2px #e6548f;
}

a.link-grey {
    font-size: 15.3px;
    color: #6b6b6b;
    text-decoration: underline;
    font-weight: 500;
}

    a.link-grey:hover {
        color: #6b6b6b;
        text-decoration: none;
        border-bottom: solid 2px #e6548f;
    }

.round-user-image100 {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.round-user-image160 {
    width: 160px;
    height: 160px;
    border-radius: 50%;
}

.round-user-image160 span[data-name] {
    font-size: 6em;
}

.round-user-image160.avatar-light span {
    color: white !important;
}

.round-user-image160.avatar-dark span {
    color: #666666 !important;
}

.round-user-image40 {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.pos-neg-10 {
    top: -10px;
    right: -10px;
}

.userimg {
    width: 40px;
    height: 32px;
}

    .userimg > img {
        position: absolute;
        top: 0;
        left: 0;
    }

a.user-menu-link {
    color: #fff;
    font-size: 16px;
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    text-decoration: none;
    padding: 10px 0px;
}

.nav > li > a.user-menu-link:focus {
    border-bottom: none;
}

.navbar-header > a.user-menu-link:focus {
    border-bottom: none;
}

.navbar-header > a.user-menu-link:hover {
    background-color: transparent;
    border-bottom: 2px solid #e6548f;
}

.notif-row {
    position: relative;
}    
.margin-r-view {
    margin-right: 80px;
}
.margin-r-register {
    margin-right: 120px;
}
.margin-r-complete {
    margin-right: 126px;
}
.margin-r-enternow {
    margin-right: 136px;
}
.margin-r-photo {
    margin-right: 136px;
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 767px) {
 /*   nav .popover {
        max-width: 320px;
        left: auto !important;
        right: 5px !important;
    }*/

    nav .notif-icon {
        width: 35px;
        margin-left: 10px;
        margin-right: 5px;
        min-height: 50px;
    }
  /*  nav .popover-user-menu {
        width: 310px !important;
    }*/
/*    nav .popover.bottom > .arrow {
        left: 50% !important;
        margin-left: 125px;
    }*/
    .notif-row .left {
        width: 35px;
        position: absolute;
        top: 0;
        left: 0;
    }
    .notif-row .right {
        margin-left: 50px;
        margin-right: 5px;
    }
}
@media only screen and (min-width : 768px) {
    nav .popover {
        max-width: 394px;
        top: 55px !important;
        left: auto !important;
        right: 20px !important;
    }
    nav .notif-icon {
        width: 40px;
        margin-left: 10px;
        margin-right: 5px;
        min-height: 50px;
    }
    nav .popover-user-menu {
        width: 368px !important;
    }
    nav .popover.bottom > .arrow {
        left: 50% !important;
        margin-left: 137px;
    }
  /*  nav .popover.bottom {
        margin-top: -5px;
		 margin-right: 20px!important;
    }*/

    .notif-row .left {
        width: 40px;
        position: absolute;
        top: 0;
        left: 0;
    }
    .notif-row .right {
        margin-left: 55px;
        margin-right: 5px;
    }

    .padding-l50-responsive {
        padding-left: 50px;
    }
    .sm-align-left {
        text-align: left;
    }
    .sm-align-right {
        text-align: right;
    }
    .sm-margin-l15 {
        margin-left: 15px;
    }  
}

/* end user menu, main */
/* home carousel */
.home-main-slider-wrapper {
    /*position: absolute;*/
    width: 100%; top: 0; left: 0; background: #666666;
}

.home-main-slider .bx-viewport, .home-main-slider .bx-wrapper {
    border: none; /* remove default white border */
    margin-bottom: 0;
}

.home-main-slider .bxslider, .home-main-slider .bxslider li {
    height: 100% !important;
}

    .home-main-slider .bxslider li {
        background-repeat: no-repeat;
        background-position: top center;
        background-size: cover;
    }

.home-main-slider .bx-wrapper .bx-viewport {
    border: none !important;
    height: 100vh;
}
/* change dot paging color */
.home-main-slider .bx-wrapper .bx-pager.bx-default-pager a:hover,
.home-main-slider .bx-wrapper .bx-pager.bx-default-pager a.active,
.home-main-slider .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #3eaff0;
}

.home-main-slider .bx-wrapper .bx-pager.bx-default-pager a {
    background: #f0f0f0;
}

.home-main-slider .bx-wrapper .bx-pager {
    position: absolute; /* move up dot pager up */
    bottom: 30px;
}

.slider-link, .slider-link:hover {
    text-decoration: none;
}

.tint {
    z-index: 1;
    height: 100%;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.55);
}

a.grey-to-pink-link:hover {
    cursor: pointer;
    color: #fe74ac;
    text-decoration: none;
}

a.grey-to-pink-link {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #333333;
}
/* end home carousel */

/* Survey/Task, Widget/_BoxSuggetion, Widget/_YourProductTests - Apply for a free product test */
.boxCellPic-container {
    cursor: pointer
}

.boxCell3 {
    height: 333px;
}

.boxCell6 {
    height: 300px;
}

.boxCell4 {
    height: 300px;
}

.boxCellPic3 {
    border-radius: 20px;
    background-size: 167%
}

.boxCellPic6 {
    border-radius: 20px;
    background-size: 100%
}

.boxCellPic4 {
    border-radius: 20px;
    background-size: 133%
}

.boxCellPic-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /*opacity: 0;*/
    opacity: 0;
    transition: .5s ease;
    /*background-color: #e6548f;*/
    border-radius: 20px;
    height: 215px;
    margin: 0 15px 0 15px /**/
}

.Ov_Open {
    background-color: #e6548f;
}

.Ov_Reg {
    opacity: 0.8;
    background-color: #666;
}

.Ov_Val {
    opacity: 0.8;
    background-color: #C30;
}

.Ov_Priv {
    opacity: 0;
    background-color: #639;
}

.boxCellPic-container:hover .boxCellPic-overlay {
    opacity: 0.9;
}

.Ov_Reg:hover {
    background-color: #000;
}

.boxCellPic-inner {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    font-family: 'Ubuntu', sans-serif;
    color: #FFF;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4em;
}

.boxCellSuggest {
    background: #fff;
    min-height: 215px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 15px 1px rgba(163, 163, 163, 1);
    -moz-box-shadow: 0px 0px 15px 1px rgba(163, 163, 163, 1);
    box-shadow: 0px 0px 15px 1px rgba(163, 163, 163, 1);
    padding-top: 10px;
}
.boxCellIcon {
    float: right;
    font-size: 32px;
    color: #FFF;
    margin: 20px 20px 0 0
}
.surveyCell {
    height: 300px;
    cursor: pointer;
}
.surveyCell a {
    text-decoration: none;
}
.surveyCellpic {
    border-radius: 20px;
    height: 215px;    
}
.surveyCellpic-bg {
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-size: cover;    
}
.picTaskY {
    /*border: 1px solid #e6548f;*/
}

.picTaskN {
    /*border: 1px solid #096;*/    
}

.picTaskX {
    /*border: 1px solid #666;*/
}

.surveyCell-inner2 {
    visibility: hidden;
}

.surveyCell-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    opacity: 0.9;
    transition: .5s ease;
    /*background-color: #e6548f;*/
    border-radius: 20px 20px 0px 0px;
    margin: 0 15px 0 15px /**/
}

.surveyCell:hover .surveyCell-overlay {
    height: 100px;
    text-decoration: none
}

.surveyCell-inner {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    font-family: 'Ubuntu', sans-serif;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 1em;
}
.surveyLink {
    margin-top: 15px;
    font-weight: 600;
    font-size: 18px;
    font-family: 'Ubuntu', sans-serif;
    color: #333333;
    text-align: center;
    text-decoration: none
}

.overTaskY {
    background-color: #e6548f;
}

.overTaskN {
    background-color: #fff;
}
    .overTaskN .surveyCell-inner {
        color: #000;
    }
.test-task-header .left {
    width: 145px;
    min-height: 110px;
    position: absolute;
    top: 0;
    left: 0;
}

.test-task-header .right {
    margin-left: 145px;
}
.uploaded-img {
    border-radius: 10px;
    margin: 15px 0 0 0;
    height: 50px;
    width: 50px;
}
/* end Survey/Task, Widget/_BoxSuggestion, Widget/_YourProductTests */

/* Widget._ShowUploadedMedia */
.img-upload {
    border-radius:5px;
}
.circle-light-blue {
    border-radius: 50%;
    padding: 5px;
    background-color: #3eaff0;
    line-height: 15px;
    color: white;
}
.circle-light-blue-16 {
    border-radius: 50%;
    padding: 12px;
    background-color: #3eaff0;
    line-height: 16px;
    color: white;
    font-size: 16px;
}
.media-comment-box {
    display:none;
}
.circle-40 {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.circle-50 {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.circle-82 {
    width: 82px;
    height: 82px;
    border-radius: 50%;
}
.circle-100 {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.light-pink-circle {
    width: 60px;
    height: 60px;
    background-color: #ff66a4;
    border-radius: 50%;
    position: absolute;
    padding-top: 21px;
    font-size: 11.6px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: .1px;
    text-align: center;
    color: #fff;
    white-space: normal;
    text-transform: uppercase;
}

.media-child-comment-box {
    border-radius: 10px;
    min-height: 70px;
    padding: 10px;
    position: relative;
}
    .media-child-comment-box .left {
        width: 50px;
        position: absolute;
        top: 0;
        left: 0;
    }

    .media-child-comment-box .right {
        margin-left: 50px;
    }

    .media-child-comment-box .close {
        position: absolute;
        right: 7px;
        top: 2px;
    }
/* Fade effect bootstrap dialog */
.fade-scale {
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}
    .fade-scale.in {
        opacity: 1;
        transform: scale(1);
    }
/**
  * Fade-zoom animation
  */

/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    -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;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}
/* reaction buttons - like, haha, wow */
.reactions-box {
    height: 44px;
    width: 160px;
    padding: 10px;
    position: absolute;
    top: -40px;
    left: -70px;
    box-shadow: 1px 1px 2px #ccc,-1px 0 2px #eee;
    border-radius: 44px 44px;
    display: none;
    z-index: -1;
    background-color: white
}
.reaction {
    list-style-type: none;
    cursor: pointer;
    display: inline-block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 2px;
    opacity: 0;
    transform: scale(1,1);
    transition: opacity .5s ease-in-out 1s,transform .07s ease-in-out 0s,top .07s ease-in-out 0s;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}
@keyframes reaction {
    0% {
        width: 40px;
        height: 40px;
        top: 50px
    }
    35% {
        width: 46px;
        height: 46px;
        top: 10px
    }
    100% {
        width: 40px;
        height: 40px;
        top: 2px
    }
}
.reaction-like {
    left: 10px;
    transition-delay: .05s;
    background-image: url(//d2vtntcxpdw15n.cloudfront.net/img/emojis/icon_agree_50x50.png)
}
.reaction-haha {
    left: 60px;
    transition-delay: .05s;
    background-image: url(//d2vtntcxpdw15n.cloudfront.net/img/emojis/icon_lol_50x50.png)
}
.reaction-wow {
    left: 110px;
    transition-delay: .1s;
    background-image: url(//d2vtntcxpdw15n.cloudfront.net/img/emojis/icon_wowl_50x50.png)
}
.reaction:hover {
    transform: scale(1.3,1.3);
    top: 2px
}
.reaction::before {
    display: inline-block;
    color: #fff;
    text-align: center;
    line-height: 17px;
    font-size: .6em;
    width: 100%;
    height: 17px;
    margin-left: 10%;
    background-color: rgba(0,0,0,0.6);
    border-radius: 20px;
    position: absolute;
    top: -25px;
    opacity: 0;
    transition: opacity .2s ease-in-out 0s
}
.reaction:hover::before {
    opacity: 1
}
.reaction-like::before {
    content: 'Agree'
}
.reaction-haha::before {
    content: 'Haha'
}
.reaction-wow::before {
    content: 'Wow'
}
.aggregate-reaction {
    background-color: transparent !important;
    padding: 4px 6px 6px 6px
}
    .aggregate-reaction ul {
        text-align: center;
        padding: 0;
        margin: 0;
        position: relative;
        top: -1px
    }
        .aggregate-reaction ul li {
            display: inline-block;
            position: relative
        }
    .aggregate-reaction img {
        margin-left: -.55em;
        border: 2px solid white;
        border-radius: 15px;
        background-color: white
    }
    .aggregate-reaction li:not(.hide):first-child {
        z-index: 5
    }
    .aggregate-reaction li:not(.hide):nth-child(2) {
        z-index: 4
    }
    .aggregate-reaction li:not(.hide):nth-child(3) {
        z-index: 3
    }
    .aggregate-reaction li:not(.hide):nth-child(4) {
        z-index: 2
    }
.sharing .badge {
    background: #aeaeae;
    padding: 6px 6px 6px 20px;
    height: 24px;
    margin-left: -20px;
    z-index: -9
}

/* end reaction buttons - like, haha, wow */

/* end Widget._ShowUploadedMedia */

/* Widget._Badges */
.badge-img {
    width: 44px;
    height: 44px;
    margin: 0 7px 7px 0;
}
/* end Widget._Badges */

.latest-reviews-bxslider .prd-slider-label {
    display: none;
}
/* validate email */
.close-ribbon {
    height: 15px;
    width: 15px;
    position: relative;
    bottom: 15px;
    cursor: pointer
}

    .close-ribbon:after {
        content: "\d7";
        font-size: 50px;
        color: white;
    }

.ribbon-content {
    padding-bottom: 10px
}

.container-top-ribbon .btn-join-now {
    width: 200px !important;
    height: 34px !important;
}

.container-top-ribbon {
    background: #3eaff0;
    color: white;
    position: relative;
    z-index: 9910;
}
/* validate email */

/* media upload */
.btn-white-round {
    background: white;
    border: solid 1px grey;
    border-radius: 22px;
    color: grey;
}
    .btn-white-round:focus, .btn-white-round:hover {
        background-color: #e6548f;
        border: 1px solid #e6548f;
        color: #fff;
        -webkit-transition: all 0.3s ease-in-out;
    }

.btn-red-round {
    background: #e52218;
    border: solid 1px #e52218;
    border-radius: 22px !important;
    color: white;
}
.btn-red-round:focus, .btn-red-round:hover {
    background-color: #e6548f;
    border: 1px solid #e6548f;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn-sm-purple-round {
    background: #fff;
    border: solid 1px #2c0d61;
    border-radius: 22px !important;
    color: #2c0d61;
}

    .btn-sm-purple-round:focus, .btn-sm-purple-round:hover {
        background-color: #2c0d61;
        border: 1px solid #2c0d61;
        color: #fff;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

.btn-nobg {
    background-color: transparent;
    border: none;
}
    .btn-nobg:focus, .btn-nobg:active:focus, .btn-nobg.active:focus {
        outline: none !important;
        outline-style: none;
    }
.btn-fb {
    background-color: #365e91;
    color: white;
    border-radius: 28px;
    border: 2px solid #365e91;
    font-size: 16px;
}
    .btn-fb:focus, .btn-fb:hover {
        background-color: #e6548f;
        border: 2px solid #e6548f;
        color: #fff;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
.btn-200 {
    width: 200px;
}
.upload-progress-box {
    display: none;
    margin-top: 8px;
}
.upload-progress {
    background-color: #d91866 !important;
}
/* end media upload */

.user-fname {
    font-size: 24px;
    color: white;
    font-weight: bold;
}
.user-fname-member {
    font-size: 44px;
    color: white;
    font-weight: bold;
}
@media screen and (max-width: 320px) {
    .next-product-box-mobile {
        right: 58px;
    }
}

/* 
  Allow angular.js to be loaded in body, hiding cloaked elements until 
  templates compile.  The !important is important given that there may be 
  other selectors that are more specific or come later and might alter display.  
 */
[ng\:cloak], [ng-cloak], .ng-cloak {
    display: none !important;
}
.text-size-14 {
    font-size: 14px;
    line-height: 1.4em;
    letter-spacing: 0.4px;
}
.box-160 {
    min-height: 160px;
}
.box-305 {
    border-radius: 10px;
    min-height: 305px;
    padding: 15px;
}
.cp-picture-bg {
    background: center center;
    background-size: cover;
}
.box-border-white3 {
    border: white solid 3px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(181,177,181,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(181,177,181,1);
    box-shadow: 0px 0px 5px 0px rgba(181,177,181,1);
}
.height-260 {
    height: 260px;
}
.question-text {
    text-align: left !important;
}
/* Questionaire styles */
.question-container .progress {
    height: 30px;
}
select.form-control, input[type="text"].form-control, input[type="password"].form-control, textarea.form-control {
    border-radius: 20px;
}
/* End Questionaire styles */

/* Toggle Style */
.cmn-toggle + label {
    display: block;
    cursor: pointer;
    outline: 0;
    user-select: none
}
/* end Toggle Style */

/*password strength*/
.progress-bar_wrap {
    height: 5px;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    border-radius: 5px;
    margin-top: 5px;
}

.progress-bar_text {
    display: inline-block;
    color: #aaa;
    /*margin-left: 5px;*/
    transition: .2s;
}

.progress-bar_item {
    display: inline-block;
    height: 100%;
    width: 32.5%;
    margin-right: .8%;
    border-radius: 5px;
    float: left;
    transition: background-color .2s, visibility .1s;
}

.progress-bar_item-1.active {
    background-color: #FF4B47;
}

.progress-bar_item-2.active {
    background-color: #F9AE35;
}

.progress-bar_item-3.active {
    background-color: #2DAF7D;
}
/*END - password strength*/
.width-500 {
    width: 500px;
}
.margin-l-37 {
    margin-left: -37px;
}

.bg-img-cover {
    background: no-repeat 50% 50%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.white-space-normal {
    white-space: normal;
}

/* Stats widget */
.m {
    font-family: Ubuntu;
    font-size: 102.7px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: -2.1px;
    text-align: center;
    color: #3eaff0;
    line-height: 102px;
}
/* end Stats widget */

/* _user badge widget */
.Frame-copy-2 {    
    min-height: 205px;
    border-radius: 20px;
    background-color: #ffffff;    
}
    .Frame-copy-2 .left {
        width: 295px;        
        position: absolute;
        top: 0;
        left: 0;
    }
    .Frame-copy-2 .right {
        margin-left: 295px;
    }

@media only screen and (max-width : 480px) {
    .Frame-copy-2 .left {
        width: 100%;
        position:relative;        
    }

    .Frame-copy-2 .right {
        width: 100%;
        margin-left: 0;
        height: 205px;
    }
}

.Frame-copy-shadow-purple {
    -webkit-box-shadow: 0px 0px 37px -4px rgba(182,138,235,1);
    -moz-box-shadow: 0px 0px 37px -4px rgba(182,138,235,1);
    box-shadow: 0px 0px 37px -4px rgba(182,138,235,1);
}
.Frame-copy-shadow-grey {
    -webkit-box-shadow: 0px 0px 34px 7px rgba(227,227,227,1);
    -moz-box-shadow: 0px 0px 34px 7px rgba(227,227,227,1);
    box-shadow: 0px 0px 34px 7px rgba(227,227,227,1);
}
/* end _userbadge widget */
.min-height-150 {
    min-height: 150px;
}

/* Breadcrumbs css */
#htc-breadcrumb .breadcrumb {
    font-family: 'MaisonNeue', sans-serif;
    padding: 0px;
    margin-bottom: 20px;
    border-radius: 0px;
    background-color: transparent;
}
    #htc-breadcrumb .breadcrumb a {
        color: #252525;
    }
    #htc-breadcrumb .breadcrumb > li {
        display: inline;
    }
        #htc-breadcrumb .breadcrumb > li + li:before {
            padding: 0 15px;
            color: #252525;
            font-family: 'FontAwesome';
            content: "\f105";
            font-size: 18px;
        }
    #htc-breadcrumb .breadcrumb > .active {
        color: #2c0d61;
        font-weight: bold;
    }

.prd-slider-label {
    z-index: 9;    
    position: absolute;
    width: 90px;
    height: 90px;
}
@media only screen and (min-width : 320px) {
    .prd-slider-label {
        right: 0;
        top: 10px;
    }
}
@media only screen and (min-width : 768px) {
    .prd-slider-label {
        right: 0;
        top: -5px;
    }
}
@media only screen and (min-width : 992px) {
    .prd-slider-label {
        right: 0;
        top: -5px;
    }
}
@media only screen and (min-width : 1024px) {
    .prd-slider-label {
        right: 20px;
        top: -5px;
    }
}

@media only screen and (min-width : 1300px) {
    .prd-slider-label {
        right: 45px;
        top: -5px;
    }
}

/*.prd-slider-label:after {
	content: "";
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	background: #f40650;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}*/
.prd-slider-label div {
	float: left;
	width: 100%;
	padding-top: 38%;
	line-height: 1.1em;
	margin-top: -0.4em;
	text-align: center;
	text-transform: capitalize;
	color: white;
	font-family: 'Moderat', sans-serif;
	font-size: 20px;
	font-weight:bold;
	font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    text-align: center;
}
.bg-img-contain {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.bg-img-fill-height {
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center top;
}
.gallery-height {
    height: 410px;
}

@media (min-width: 320px) and (max-width: 768px) {
    .gallery-height {
        height: 220px;
    }
}

@media (min-width: 920px) and (max-width : 1024px) {
    .gallery-height {
        height: 250px;
    }
}

@media (min-width : 1024px) and (max-width : 1140px) {
    .gallery-height {
        height: 300px;
    }
}

/* paging */
li.pg-dots {
    padding-right: 0;
}

ul.pg-container {
    padding-left: 0;
}

li.pg-next-active {
    padding-right: 0;
    margin-left: 20px;
}

    li.pg-next-active a {
        font-family: Moderat-bold;
        font-size: 18px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.44;
        letter-spacing: 2px;
        color: #252525;
        cursor: pointer;
        text-transform: uppercase;
        text-align: center;
    }

        li.pg-next-active a.pg-next-active:hover, li.pg-next-active a.pg-next-active:focus, li.pg-next-active a.pg-next-active:active {
            color: #0edb73 !important;
        }

li.pg-next-inactive {
    display: none!important;
}

li.a.pg-prev-active {
}

li.pg-prev-inactive {
}

@media only screen and (max-width : 420px) {
    li.pg-next-active {
        margin-left: 0;
    }
}
/* end paging */

/* add photo/video buttons */
.circle-btn-v2 {
    width: 160px;
    height: 160px;
    border-radius: 80px;
    background-color: #ffffff;
    font-family: Moderat-bold;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: 1.8px;
    color: #2c0d61;
    text-align: center;
    border: solid 2px #d5d5d5;
    position: relative;
    cursor:pointer;
}
    .circle-btn-v2 .image {
        background: url(/images/upload-image-purple.png) no-repeat center;
        height: 36px;
    }
    .circle-btn-v2.active .image {
        background: url(/images/upload-image-reversed.png) no-repeat center;
        height: 36px;
    }
    .circle-btn-v2 .video {
        background: url(/images/play-purple.png) no-repeat center;
        height: 41px;
    }
    .circle-btn-v2.active .video {
        background: url(/images/play-reversed.png) no-repeat center;
        height: 41px;
    }
    .circle-btn-v2.active {
        background-color: #2c0d61;
        color: #fff;
    }
    .circle-btn-v2 > div {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
    }
    .circle-btn-v2 > div > div {
        width: 80px;
        margin: 5px auto;
        text-transform: uppercase;
    }
.circle-btn-margin {
    margin-right: 36px;
}
@media only screen and (max-width : 420px) {
    .circle-btn-v2 {
        width: 135px;
        height: 134px;
    }
    .circle-btn-v2 img {
        zoom: .73
    }
    .circle-btn-margin {
        margin-right: 16px;
    }
}
@media only screen and (max-width : 360px) {
    .circle-btn-margin {
        margin-right: 5px;
    }
}

/* end add photo/video buttons */

/* report button */
.report-btn {
    height: 30px;
    width: 27px;
    cursor: pointer;
    border: none;
    background: url('https://d2vtntcxpdw15n.cloudfront.net/img3/flag-outline-purple.png') no-repeat center top;
    background-size: cover
}
    .report-btn:hover {
        background-image: url('https://d2vtntcxpdw15n.cloudfront.net/img3/flags-solid-purple.png');
    }
/* end report button */

/* custom search button */
#custom-search .search-query {
    padding: 15px;
    width: 50px;
    height: 44px;
    border: 2px solid transparent;
    background-color: transparent;
    color: transparent;
    font-size: 1.2em;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    margin-bottom: 0;
    border-radius: 4px;
    border: solid 2px #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

    /* Hide Text when unfocused plus fallbacks */
    #custom-search .search-query::placeholder {
        color: transparent;
        -webkit-transition: all 0.8s;
        transition: all 0.8s;
    }

    #custom-search .search-query::-webkit-input-placeholder {
        color: transparent;
        -webkit-transition: all 0.8s;
        transition: all 0.8s;
    }

    #custom-search .search-query::-moz-placeholder {
        color: transparent;
        -webkit-transition: all 0.8s;
        transition: all 0.8s;
    }

    #custom-search .search-query:-moz-placeholder {
        color: transparent;
        -webkit-transition: all 0.8s;
        transition: all 0.8s;
    }

    #custom-search .search-query:-ms-input-placeholder {
        color: transparent;
        -webkit-transition: all 0.8s;
        transition: all 0.8s;
    }
    /* custom search suggest on focus*/
    #custom-search .search-query + button + .search-result-suggestion {
        display: none;
    }
    #custom-search .search-query:focus + button + .search-result-suggestion {
        display: block;
    }
    /* Style when Search is selected */
    #custom-search .search-query /*:focus*/ {
        border-radius: 4px;
        border: 2px solid #fff;
        background-color: transparent;
        /*width: 350px;*/
        color: #fff;
        /*padding-right: 42px;*/
        font-size: 16px;
    }

    #custom-search .search-query.focus {
        width: 350px;
        padding-right: 42px;
    }

        /* Style for placeholder value plus fallbacks */
        /*#custom-search .search-query:focus::placeholder {
            color: #fff;
            font-size: 16px;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.5;
            letter-spacing: normal;
            font-family: 'MaisonNeue', sans-serif;
        }

        #custom-search .search-query:focus::-webkit-input-placeholder {
            color: #fff;
            font-size: 16px;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.5;
            letter-spacing: normal;
            font-family: 'MaisonNeue', sans-serif;
        }

        #custom-search .search-query:focus::-moz-placeholder {
             color: #fff;
            font-size: 16px;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.5;
            letter-spacing: normal;
            font-family: 'MaisonNeue', sans-serif;
        }

        #custom-search .search-query:focus::-moz-placeholder {
            color: #fff;
            font-size: 16px;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.5;
            letter-spacing: normal;
            font-family: 'MaisonNeue', sans-serif;
        }

        #custom-search .search-query:focus:-ms-input-placeholder {
            color: #fff;
            font-size: 16px;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.5;
            letter-spacing: normal;
            font-family: 'MaisonNeue', sans-serif;
        }
		#custom-search .search-query:focus::-ms-input-placeholder {
            color: #fff;
            font-size: 16px;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.5;
            letter-spacing: normal;
            font-family: 'MaisonNeue', sans-serif;
        }*/

/* Style for Button */
#custom-search button {
    border: 0;
    background: none;
    padding: 0;
    margin-top: -5px;
    position: relative;
    top: 0px;
    left: -25px;
    margin-bottom: 0;
    border-radius: 3px;
}

    /* Font Awesome Icon Style */
    #custom-search button i {
        margin-left: -13px;
        color: #fff;
        font-size: 18px;
    }
/* search button for ipad - lanscape */

/* iPad in landscape */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 
#custom-search .search-query:focus
	{
		width: 350px;
	}
}
/* Retina iPad in landscape */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) { 
#custom-search .search-query:focus
	{
		width: 350px;
	}
}
/* iPad 1 & 2 in landscape */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 1)  { 
#custom-search .search-query:focus
	{
		width: 350px;
	}
}
/* ipad Pro in Portrait */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: portrait)
and (-webkit-min-device-pixel-ratio: 2) {
#custom-search .search-query:focus
	{
		width: 350px;
	}
}
/* header search fix for IE */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     /* IE10+ CSS styles go here */
	 #custom-search .search-query
	 {
		 padding-top:5px!important;
	 }
	 #custom-search .search-query:focus
	 {
		 padding-top:9px!important;
	 }
}
/* header search fix for Firefox */
@-moz-document url-prefix() {
 #custom-search .search-query
 {  
	padding-top: 9px!important;
	padding-bottom: 7px!important;
	height:auto!important;
 }
}
/*.sign-form-wrapper .form-group label {
    padding-left: 0;
}
.support-wrapper .form-group label {
    padding-left: 0;
}
.support-wrapper .form-group .checkbox label {
    padding-left: 30px;
}
.media-upload-wrapper .form-group label {
    padding-left: 0;
}
.media-upload-wrapper .form-group.checkbox label {
    padding-left: 30px;
}
.join-form-wrapper .form-group label {
    padding-left: 0px;
}
.cp-elements-wrapper .form-group label {
    padding-left: 0px;
}
.cp-elements-wrapper .form-group label {
    padding-left: 0px;
}
.cp-elements-wrapper .form-group .checkbox label {
    padding-left: 30px;
}
.cp-elements-wrapper h3 {
    font-size: 25px;
    color: #5c5c5c;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 20px;
}*/
/* survey */
.question-box input[type="checkbox"] {
    position: absolute;
}
.question-box input[type="radio"] {
    position: absolute
}
.review-form-wrapper label {
    padding-left: 0;
}
.review-form-wrapper .havetried label {
    padding-left: 30px;
}
.bgless-gray-btn {
    border: 1px solid #666!important;
}
    .bgless-gray-btn:focus, .bgless-gray-btn:hover {
        border: 1px solid #666 !important;
    }
@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'GT-Walsheim-Medium'; /* GT Walsheim Medium */
	src: url('https://d2vtntcxpdw15n.cloudfront.net/img3/Fonts/GT-Walsheim-Medium.eot');
	src: url('https://d2vtntcxpdw15n.cloudfront.net/img3/Fonts/GT-Walsheim-Medium.eot?#iefix') format('embedded-opentype'), url('https://d2vtntcxpdw15n.cloudfront.net/img3/Fonts/GT-Walsheim-Medium.woff2') format('woff2'), url('https://d2vtntcxpdw15n.cloudfront.net/img3/Fonts/GT-Walsheim-Medium.woff') format('woff'), url('https://d2vtntcxpdw15n.cloudfront.net/img3/Fonts/GT-Walsheim-Medium.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
@font-face {
	font-family: 'Moderat-Bold'; /* Moderat Bold */
	src: url('https://d2vtntcxpdw15n.cloudfront.net/img3/Fonts/Moderat-Bold.eot');
	src: url('https://d2vtntcxpdw15n.cloudfront.net/img3/Fonts/Moderat-Bold.eot?#iefix') format('embedded-opentype'), url('https://d2vtntcxpdw15n.cloudfront.net/img3/Fonts/Moderat-Bold.woff2') format('woff2'), url('https://d2vtntcxpdw15n.cloudfront.net/img3/Fonts/Moderat-Bold.woff') format('woff'), url('https://d2vtntcxpdw15n.cloudfront.net/img3/Fonts/Moderat-Bold.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
@font-face {
	font-family: 'MaisonNeue'; /* Maison Neue Book */
	src: url('https://d2vtntcxpdw15n.cloudfront.net/img3/Fonts/MaisonNeue-Book.woff2') format('woff2'), url('https://d2vtntcxpdw15n.cloudfront.net/img3/Fonts/MaisonNeue-Book.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
@font-face {
	font-family: 'MaisonNeue-Demi'; /* Masion Neue Demi */
	src: url('https://d2vtntcxpdw15n.cloudfront.net/img3/Fonts/MaisonNeue-Demi.woff2') format('woff2'), url('https://d2vtntcxpdw15n.cloudfront.net/img3/Fonts/MaisonNeue-Demi.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

.v-center {
    display: flex;
    text-align: center;
    align-items: center;
}

.pointer {
    cursor: pointer
}

.marketing-one {
    margin-top: 0px;
    /*min-height: 420px;*/
}

.marketing-icons {
    margin-bottom: 0px;
}
.font_ModeratBold {
    font-family: 'Moderat-Bold', sans-serif;
}

.btn-joinH {
    border-radius: 25px;
    background-color: white;
    color: #2c0d61 !important;
    border: 2px solid #fff;
    font-family: 'Moderat-Bold', sans-serif;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    padding: 4px 18px;
    text-align: center;
}

.border-white {
    background-color: transparent;
    border-radius: 0px !important;
    border: 5px solid white;
    font-size: 18.1px;
    color: #fff;
    font-family: 'MaisonNeue', sans-serif;
}

.blue-btn-new {
    background-color: transparent;
    border-radius: 0px !important;
    border: 5px solid white;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: 0px;
    text-align: center;
    color: #ffffff;
    width: 250px;
}

.hero .blue-btn {
    width: 200px;
}

.htc-nav a {
    color: #fff;
    font-size: 16px;
    font-family: 'Moderat-Bold', sans-serif;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 2px;
      top: 10px;
}

.nav>li>a:focus, .nav>li>a:hover {
	background-color: transparent;
	border-bottom: 2px solid white;
}
.nav>li>a {
	position: relative;
	display: block;
	padding: 0px 0px;
	margin-left: 15px;
	margin-right: 15px;
}
.nav li:last-child {
	margin-right: 10px;
}


.heading-font {
    font-family: 'Moderat-Bold', sans-serif;
    font-weight: 500;
}

.text-size-64 {
    font-size: 64px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
}

.text-size-17 {
    font-family: 'MaisonNeue', sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: 0px;
    text-align: center;
    color: #ffffff;
    ;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-image: none;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 80px;
    text-align: right;
    /* transform: rotate(-180deg); */
    background-color: #2c0d61;
}

    .sidenav .closebtn {
        right: 80px;
    }

    .sidenav ul {
        list-style: none;
        padding-right: 80px;
        margin-top: 30px;
    }

    .sidenav a {
        margin: 10px 10px 10px 10px;
        text-decoration: none;
        font-size: 14px;
        color: #fff;
        font-family: 'Moderat-Bold', sans-serif;
        font-style: normal;
        position: relative;
        font-weight: bold;
        text-transform: uppercase;
    }

.sidenavBtn {
    font-size: 30px;
    cursor: pointer;
    float: right;
    margin-top: 15px;
    margin-left: 15px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #fff;
}

.btn-text {
    font-family: 'MaisonNeue', sans-serif;
    font-size: 18.1px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

.padding-right-10px {
    padding-right: 10px;
}
/* .btn.btn-lg {
    padding: 10px 0px;
    margin-right: 30px;
} */
.nw-carausel {
    margin: 0 2px;
    background-color: transparent;
    color: #fff;
    font-size: 80px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
}

.hero-btn-join {
    padding: 10px 0px;
    margin-right: 30px;
    margin-bottom: 20px;
}

.btn-plus-icon {
    font-family: 'MaisonNeue', sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: 0px;
    text-align: center;
    color: #ffffff;
    padding: 5px 20px;
    min-width: 216px;
    white-space: normal;
}

    .btn-plus-icon:hover {
        color: #fff;
    }

    .btn-plus-icon:before {
        content: "\002b";
        margin-right: 20px;
        font-family: 'Glyphicons Halflings'
    }

.btn-play-icon {
    padding: 5px 20px;
    margin: 20px;
    font-family: 'MaisonNeue', sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: 0px;
    text-align: center;
    color: #ffffff;
    min-width: 216px;
    white-space: normal;
}

    .btn-play-icon:hover {
        color: #fff;
    }

    .btn-play-icon:before {
        content: "\25B7";
        margin-right: 20px;
        margin-left: 0px;
        font-family: 'Glyphicons Halflings'
    }

.btn-smily-icon {
    padding: 5px 20px;
    margin: 20px;
    font-family: 'MaisonNeue', sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: 0px;
    text-align: center;
    color: #ffffff;
    min-width: 216px;
    white-space: normal;
    background: #e9e9e9 url(img/) 10px 10px no-repeat;
}

    .btn-smily-icon:hover {
        color: #fff;
    }

.hero-btns {
    margin-top: 0px;
    margin-bottom: 20px;
}

.marketing-icons {
    margin-bottom: 25px;
    padding-top: 50px;
    padding-bottom: 25px;
    background-color: #2c0d61;
    min-height: 186px;
}

.m-icon {
    margin-right: initial;
    min-height: 0px;
    float: none;
}

.darkish-pink-color {
    /* color: #e6548f; */
    font-family: 'Moderat-Bold', sans-serif;
    font-size: 24.8px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #ff6a5b;
}

.text-size-16 {
    letter-spacing: 0.4px;
    font-family: 'MaisonNeue', sans-serif;
    font-size: 20.4px;
    font-weight: normal;
    line-height: normal;
    text-align: left;
}

.hero {
    position: absolute;
    top: 35%;
    /* left: 50%; */
    width: 100%;
    z-index: 3;
    color: #fff;
    text-align: center;
}

.text-size-20.4 {
    font-size: 20.4px;
}

.gift-img {
    width: 105px;
    height: 96px;
    object-fit: contain;
    padding-bottom: 20px;
}

.m-icon-txt {
    min-width:
}

.border-orange {
    background-color: #ffffff;
    border: solid 5px #ff6a5b;
    font-family: 'MaisonNeue', sans-serif;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #ff6a5b;
}

    .border-orange:hover {
        background-color: #ffffff;
        border: solid 5px #ff6a5b;
        font-family: 'MaisonNeue', sans-serif;
        font-size: 18px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #ff6a5b;
    }

.dark-purple-color {
    font-family: 'Moderat-Bold', sans-serif;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #2c0d61;
    margin-top: 40px;
}

.newgrey-color {
    font-family: 'MaisonNeue', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #252525;
}


.marketing-one-col-2-txt-xs {
   
    color: #ffffff;
	padding-top:30%;
	max-width:414px;
}
.marketing-one-col-2-txt-md {
   margin-left:15%;
   padding-top:20%;
   
	max-width:414px;
    color: #ffffff;
}
.blcquote {
    padding: 0px 0px;
    border: none;
    quotes: "\201C" "\201D";
    display: inline-block;
    position: relative;
    font-family: 'GT-Walsheim-Medium';
    font-size: 32px;
    font-weight: 500;
	 line-height: 1.13;
  letter-spacing: 0px;
}

    /*.blcquote:before {
        content: open-quote;
        font-weight: bold;
        position: absolute;
        top: 0px;
        left: -33px;
        font-family: Moderat-Bold;
        font-size: 150px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 0.07;
        letter-spacing: normal;
        text-align: left;
        color: #2c0c61;
    }

    .blcquote:after {
        content: close-quote;
        font-weight: bold;
        position: absolute;
        bottom: -61px;
        right: 12px;
        font-family: Moderat-Bold;
        font-size: 150px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 0.07;
        letter-spacing: normal;
        text-align: left;
        color: #2c0c61;
    }*/

.blcquote-footer {
    margin-top: 30px;
    text-align: right;
    font-family: 'MaisonNeue', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
}

.smilebtn {
    width: 33px;
    height: 16px;
    margin-right: 5px;
    padding: 0px;
}

.fade-carousel {
    margin-bottom: 0px;
}


.navbar-brand, .navbar-nav > li > a {
    text-shadow: none;
}

.w100 {
    width: 100%
}

.w95 {
    width: 95%
}

.w90 {
    width: 90%
}

.w85 {
    width: 85%
}

.w80 {
    width: 80%
}

.w75 {
    width: 75%
}

.w70 {
    width: 70%
}

.w65 {
    width: 65%
}

.w60 {
    width: 60%
}

.w55 {
    width: 55%
}

.w50 {
    width: 50%
}

.w45 {
    width: 45%
}

.w40 {
    width: 40%
}

.w35 {
    width: 35%
}

.w33 {
    width: 33%
}

.w30 {
    width: 30%
}

.w25 {
    width: 25%
}

.w20 {
    width: 20%
}

.w15 {
    width: 15%
}

.w10 {
    width: 10%
}



.a10 {
    font-size: 10px;
    !important
}

.a11 {
    font-size: 11px;
    !important
}

.a12 {
    font-size: 12px;
    !important
}

.a14 {
    font-size: 14px;
}

.a15 {
    font-size: 15px;
}

.a16 {
    font-size: 16px;
}

.a18 {
    font-size: 18px;
}

.a20 {
    font-size: 20px;
}

.a22 {
    font-size: 22px;
}

.a24 {
    font-size: 24px;
}

.a26 {
    font-size: 26px;
}

.a28 {
    font-size: 28px;
}

.a30 {
    font-size: 30px;
}

.a32 {
    font-size: 32px;
}

.a34 {
    font-size: 34px;
}

.a36 {
    font-size: 36px;
}

.a38 {
    font-size: 38px;
}

.a40 {
    font-size: 40px;
}


.h10x {
    height: 10px
}

.h18x {
    height: 18px
}

.h20x {
    height: 20px
}

.h30x {
    height: 30px
}

.h35x {
    height: 35px
}

.h40x {
    height: 40px
}

.h50x {
    height: 50px
}

.h60x {
    height: 60px
}

.h70x {
    height: 70px
}

.h80x {
    height: 80px
}

.h90x {
    height: 90px
}

.h100x {
    height: 100px
}

.h110x {
    height: 110px
}

.h120x {
    height: 120px
}

.h130x {
    height: 130px
}

.h140x {
    height: 140px
}

.h150x {
    height: 150px
}

.h160x {
    height: 160px
}

.h170x {
    height: 170px
}

.h180x {
    height: 180px
}

.h190x {
    height: 190px
}

.h200x {
    height: 200px
}

.h300x {
    height: 300px
}

.h350x {
    height: 350px
}

/*  
purple 	#2B0E63
red		#EA004D
blue	#39A9C0
green	#48DB6E
yellow	#FDFE00
orange	#F66957

Box List */

.col_white {
    color: #FFF
}

.col_grey {
    color: #CCC
}

.col_purple {
    color: #2B0E63
}

.col_red {
    color: #EA004D
}

.col_blue {
    color: #39A9C0
}

.col_green {
    color: #48DB6E
}

.col_yellow {
    color: #FDFE00
}

.col_orange {
    color: #F66957
}



/* hero-btns */

.hero-txt {
    margin: 44px 0;
}

.hero-btns {
}

.hero-btn_AM {
    height: 44px;
    min-width: 220px;
    max-width: 220px;
    /*border:2px solid #FFF;*/
    display: inline-block;
    margin: 0 10px;
    cursor: pointer
}

    .hero-btn_AM:focus, .hero-btn_AM:hover {
        color: #e6548f;
        border: 2px solid #e6548f;
        background-color: #fff;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

.hero-btn_AM_ico {
    /*background-color:#39F;*/
    width: 40px;
    height: 40px;
    float: left;
    border: solid #FFF;
    border-width: 0px 3px 0px 0px;
    margin: 0px 0 0 0; /*display: flex;
	text-align: center;
	align-items: center;
	text-align:center*/
}

    .hero-btn_AM_ico .fa {
        margin: 9px 0px;
        font-size: 26px; /**/
    }

/* hero-btns */

.hero-btn_AM_txt {
    /*background-color:#C30;*/
    height: 100%;
    width: 80%;
    font-size: 18px;
    padding: 8px 3px;
    float: left;
    text-align: center
}

.hero-btn_AM-sign {
    min-width: 220px;
    max-width: 220px;
    border: 2px solid #ff6a5b;
    display: inline-block;
    margin: 0 10px;
    cursor: pointer
}

.hero-white {
    border: 2px solid #FFF;
}


.hero-orange {
    border: 2px solid #ff6a5b;
}

    .hero-orange .hero-btn_AM_ico {
        border: 2px solid #ff6a5b;
        border: solid #ff6a5b;
        border-width: 0px 3px 0px 0px;
        color: #ff6a5b
    }

    .hero-orange .hero-btn_AM_txt {
        color: #ff6a5b
    }


.hero-purple {
    border: 2px solid #2B0E63;
}

    .hero-purple .hero-btn_AM_ico {
        border: 2px solid #2B0E63;
        border: solid #2B0E63;
        border-width: 0px 3px 0px 0px;
        color: #2B0E63
    }
/* // hero-btns */



.mark-WIN-col-2 {
    background-repeat: no-repeat;
    background-position: left;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 500px;
}

.mark-WIN-col-2-txt {
    font-family: 'Moderat-Bold', sans-serif;
    color: #2c0d61;
    margin: 122px 0px 0px 20px;
}

.mark-WIN-col-2-txt-sm{
	font-family: 'Moderat-Bold', sans-serif;
    color: #2c0d61;
    margin: 50px 0px 0px 0px;
}


/*  Box List */

.boxCell6 {
    height: 100%;
    padding: 0px;
}

.boxCell3 {
    height: 200px;
}


.boxCellPic-container {
    cursor: pointer;
    padding: 0px;
}


.boxCellPic-container6 {
    cursor: pointer;
    padding: 0px;
    height: 100%;
}


.boxCellPic-container3 {
    cursor: pointer;
    padding: 0px;
    height: 100%;
}





.boxCellPic6 {
    padding: 0px;
    border-radius: 0px;
    background-size: 100%;
    position: relative;
    z-index: 10;
}


.boxCellPic3 {
    padding: 0px;
    height: 200px;
    border-radius: 0px;
    background-size: 100%;
}

.boxCellPic-overlay {
    position: absolute;
    top: 5px;
    bottom: 0;
    left: 0;
    right: 0;
    /* opacity: 0; */
    opacity: 1.5;
    transition: .5s ease;
    /* background-color: #e6548f; */
    border-radius: 0px;
    height: 100%;
    margin: 0px;
    z-index: 100
}


.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 50px;
    height: 50px;
    font-size: 20px;
    border: 0px solid #7850e4; /**/
}

.footersitemap .popover-title {
    background-color: #0edb73 !important;
}

.popover-country a.country-link {
    color: #2c0d61 !important
}

.text-center {
    text-align: center !important;
}


/*  
purple 	#2B0E63
red		#EA004D
blue	#39A9C0
green	#48DB6E
yellow	#FDFE00
orange	#F66957

Box List */

/*file created By Chandana Das for latest style guide*/
@charset "utf-8";

/*  
purple 	#2B0E63
red		#EA004D
blue	#39A9C0
green	#48DB6E
yellow	#FDFE00
orange	#F66957

 */

/* fonts */

@charset "utf-8";
/* CSS Document */
body
{
	overflow-x: hidden!important;
}
@font-face {
	font-family: 'GT-Walsheim-Medium'; /* GT Walsheim Medium */
	src: url('https://d2vtntcxpdw15n.cloudfront.net/img3/Fonts/GT-Walsheim-Medium.eot');
	src: url('https://d2vtntcxpdw15n.cloudfront.net/img3/Fonts/GT-Walsheim-Medium.eot?#iefix') format('embedded-opentype'), url('https://d2vtntcxpdw15n.cloudfront.net/img3/Fonts/GT-Walsheim-Medium.woff2') format('woff2'), url('https://d2vtntcxpdw15n.cloudfront.net/img3/Fonts/GT-Walsheim-Medium.woff') format('woff'), url('https://d2vtntcxpdw15n.cloudfront.net/img3/Fonts/GT-Walsheim-Medium.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
@font-face {
    font-family: 'Moderat-Bold'; /* Moderat Bold */
    src: url('https://d2vtntcxpdw15n.cloudfront.net/fonts/Moderat-Bold.otf');    
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family: 'MaisonNeue'; /* Maison Neue Book */
    src: url('https://d2vtntcxpdw15n.cloudfront.net/fonts/Maison Neue Book.otf');
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family: 'MaisonNeue-Demi'; /* Masion Neue Demi */
    src: url('https://d2vtntcxpdw15n.cloudfront.net/fonts/Maison Neue Demi.otf');
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
.font_ModeratBold {
	font-family: 'Moderat-Bold', sans-serif;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
.font_GT-Walsheim {
	font-family: 'GT-Walsheim-Medium', sans-serif;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
/*Bootstrap overrides*/
.popover-title, .popover {
	border-radius: initial;
}
/*END - Bootstrap overrides*/
.btn-rnd {
	background-color: white;
	color: #2c0d61;
	font-size: 20px;
	font-family: 'Moderat-Bold', sans-serif;
	padding: 8px 20px;
	border-radius: 20px;
	border: 2px solid white;
}
.nav.navbar-nav li.height-40 a {
	text-transform: uppercase
}
a.bx-next:hover i, a.bx-prev:hover i {
	color: black !important;
}
.btn-rnd:hover {
	border: 2px solid #2c0d61 !important;
}
.width-50 {
	width: 50%;
}
.btn-rectngle {
	display: inline-block;
	font-size: 20px;
	font-family: 'Moderat-Bold', sans-serif;
	min-width: 150px;
	white-space: auto;
	border: 2px solid white;
	font-size: 16px;
	color: white;
	background-color: transparent;
	padding: 10px 0;
	text-align: center;
}
.btn-white {
	display: inline-block;
	font-family: 'Moderat-Bold', sans-serif;
	letter-spacing: 2px;
	background-color: white;
	min-width: 150px;
	white-space: auto;
	border: 2px solid #2c0d61;
	font-size: 16px;
	color: #2c0d61 !important;
	padding: 12px 40px;
	text-transform: uppercase;
	text-align: center;
}
.btn-white:hover, .btn-white:focus, .btn-white:active {
	border-radius: 2px;
	border: transparent 2px white;
	background-color: #2c0d61;
	color: #fff !important;
	text-decoration: none;
}
.btn-orange {
	font-family: 'Moderat-Bold', sans-serif;
	letter-spacing: 2px;
	background-color: white;
	min-width: 150px;
	white-space: auto;
	border: 2px solid #ff6a5b;
	font-size: 16px;
	color: #ff6a5b !important;
	padding: 12px 40px;
	text-transform: uppercase;
}
.btn-orange:hover, .btn-orange:focus, .btn-orange:active {
	border-radius: 2px;
	border: transparent 2px white;
	background-color: #ff6a5b;
	color: #fff !important;
	text-decoration: none;
}
.button {
	display: inline-block;
	font-size: 16px;
	font-family: 'Moderat-Bold', sans-serif;
	position: relative;
	background-color: transparent;
	text-decoration: none;
	color: white;
	border-radius: 2px;
	line-height: 38px;
	padding-right: 20px;
	padding-left: 70px
}
.button span {
	position: absolute;
	left: 0;
	width: 40px;
	font-size: 25px;
	text-decoration: none;
}
.span-orange {
	border-right: 2px solid #ff6a5b;
}
.button:active {
	border-right: 2px solid #2c0d61;
	text-decoration: none;
}
.txt-puple {
	color: #2c0d61;
}
.txt-white {
	color: #fff !important;
}
.bordo-orange {
	border: 2px solid #ff6a5b;
}
.latest-reviews-bxslider li {
	margin: 0 0 0 0
}
.prd-slider-item {
	min-height: 500px;
	background-color: #fff;
	border-radius: 0px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.prd-slider-photo {
	text-align: center;
	height: 270px;
	padding-top: 10px;
	/*background: #fff;*/
	border: 0px solid #f0f0f0;
	/* border-top-right-radius: 10px; */
    /* border-top-left-radius: 10px; */
    /* position: relative; */
	width: 100%;
}
.starwrapper .fa-star {
	font-size: 30px;
	margin: 0 2px
}
.starwrapper .fa-star-percentage {
	position: absolute;
	top: 0;
	overflow: hidden;
	margin: 0px !important
}
.js-star-rating .fa-user-circle-o {
	color: #000 !important;
	background-color: #C06
}
/*	
ul.latest-reviews-bxslider > li:nth-child(odd) .prd-slide-heading  {
	color: #4EDC75
	}
	ul.latest-reviews-bxslider > li:nth-child(even) .prd-slide-heading {
	color: #593A84
	}


ul.latest-reviews-bxslider > li:nth-child(odd) .starwrapper .fa-star   {
	color: #4EDC75
	}
ul.latest-reviews-bxslider > li:nth-child(even) .starwrapper .fa-star {
	color: #593A84
	}
0edb73
*/
ul.latest-reviews-bxslider > li .prd-slide-heading {
	color: #252525;
	margin-left: 20px;
}
ul.latest-reviews-bxslider > li .starwrapper .fa-star {
	color: #0edb73 !important;
	padding-left: 10px;
	font-size: 35px;
}
.starwrapper .fa-star {
	color: #0edb73;
}
.fa-star-percentage {
	color: #CCCCCC
}
.prd-slider-but {
	height: 55px;
	cursor: pointer;
	font-family: Moderat-Bold;
	color: #FFF;
	font-size: 18px;
	display: flex;
	align-items: center;
}
.prd-slider-but:focus, .prd-slider-but:hover {
	color: #e6548f;
	border: 2px solid #EA004D;
	background-color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.prd-slider-photo:hover, .prd-slider-photo:focus, .prd-slider-photo:active {
	border: 0px;
	outline: none;
}
ul.latest-reviews-bxslider > li:nth-child(odd) .prd-slider-but {
	background-color: #4EDC75;
}
ul.latest-reviews-bxslider > li:nth-child(even) .prd-slider-but {
	background-color: #593A84;
}
.prd-slider-img-overly {
	position: absolute;
	transition: .5s ease;
	top: 0;
	bottom: 0;
	height: 40px;
	width: 100%;
	/*test opacity: 0.5;*/
	opacity: 0;
	transition: .5s ease;
	background-color: #CCC;
	border-radius: 0px;
	transition: .5s ease;
}
.prd-slider-photo .prd-slider-img-overly {
	height: 415px;
}
.orng-bordo {
	border-right: 2px solid #ff6a5b !important;
}
.next-product-box {
	background-color: transparent;
	border: 0px;
	color: black;
	right: -15px;
}
.bx-next, .bx-prev {
	font-size: 100px !important;
	color: #CCC !important
}
.body-font {
	font-family: 'MaisonNeue', sans-serif;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.71;
	letter-spacing: 0.1px;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
/*  new css style guide*/
.heading-font {
	font-family: 'Moderat-Bold', sans-serif;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.06;
	letter-spacing: 0.1px;
}
.heading-font.txt-white {
	color: #fff;
}
.heading-font.txt-black {
	color: #333333;
}
.text-size-32 {
	font-size: 32px;
}
.text-size-64 {
	font-size: 64px;
}
.text-size-26 {
	font-size: 26px;
}
.text-size-24 {
	font-size: 24px;
}
.text-size-22 {
	font-size: 22px;
}
.text-size-20 {
	font-size: 20px;
	font-weight: normal;
}
.text-size-16 {
	font-size: 16px;
	font-weight: normal;
}
.text-size-18 {
	font-size: 18px;
	font-weight: normal;
}
.-Buchanan-Group-Al {
	font-family: 'MaisonNeue', sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.63;
	letter-spacing: 0px;
	text-align: left;
	color: #000000;
}
.heading-font-h2 {
	font-family: 'GT-Walsheim-Medium', sans-serif;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.19;
	letter-spacing: -0.2px;
	color: #fff;
}
.heading-font-h6 {
	font-family: Moderat-bold;
	font-size: 28px;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.36;
	letter-spacing: 0.3px;
	text-align: left;
}
.heading-font-h6 {
	font-family: 'Moderat-bold', sans-serif;
	font-size: 28px;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.36;
	letter-spacing: 0.3px;
	text-align: left;
}
.btn-rectangle {
	min-width: 170px;
	min-height: 44px;
	border-radius: 2px;
	border: solid 2px #2c0d61;
	background-color: white;
	color: #2c0d61 !important;
	font-family: 'Moderat-bold', sans-serif;
	font-size: 20px;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 2px;
}
.btn-rectangle:hover, .btn-rectangle:focus, .btn-rectangle:active {
	border-radius: 2px;
	border: solid 2px white !important;
	background-color: #2c0d61;
	color: #fff !important;
}
.href-link {
	font-family: 'Moderat-bold', sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.44;
	letter-spacing: 2px;
	color: #252525;
	cursor: pointer;
	text-transform: uppercase;
}
a.href-link:hover, a.href-link:focus, a.href-link:active, a.href-link:hover h4 {
	color: #0edb73 !important;
}
.href-link2 {
    font-family: 'Moderat-bold', sans-serif;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: 2px;
    color: #252525;
    cursor: pointer;
    text-transform: uppercase;
}

a.href-link2:hover, a.href-link2:focus, a.href-link2:active, a.href-link2:hover h4 {
    color: yellow !important;
}

.prd-slide-heading:hover a.href-link-product {
	color: #0edb73;
	text-decoration: none;
}
.prd-slide-reviewCount:hover {
	color: black;
	font-weight: bold;
}
.btn-icon-orange {
	background: url(https://d2vtntcxpdw15n.cloudfront.net/img3/smile-copy.png) no-repeat 3% 59%;
	border: 2px solid #ff6a5b;
	color: #ff6a5b;
	letter-spacing: 2px;
	font-size: 16px;
	font-family: 'Moderat-bold', sans-serif;
	text-transform: uppercase;
}
.btn-icon-orange:hover, .btn-icon-orange:focus, .btn-icon-orange:active {
	background: url(https://d2vtntcxpdw15n.cloudfront.net/img3/smile-copy-white.png) no-repeat 3% 59%;
	background-color: #ff6a5b;
	color: #fff;
	text-decoration: none;
	border: 2px solid #fff;
}
.btn-icon-orange:hover, .btn-icon-orange:focus, .btn-icon-orange:active {
	background: url(https://d2vtntcxpdw15n.cloudfront.net/img3/smile-copy-white.png) no-repeat 3% 59%;
	background-color: #ff6a5b;
	color: #fff;
	text-decoration: none;
	border: 2px solid #fff;
}
.btn-icon-orange:hover span {
	border-right: 2px solid #fff;
}
.btn-icon-orange:active span {
	border-right: 2px solid #fff;
}
.btn-icon-orange:focus span {
	border-right: 2px solid #fff;
}
.primary-purple-background {
	background-color: #2c0d61;
}
.primary-pink-background {
	background-color: #f40650;
}
.secondary-blue {
	background-color: #06a9b5;
}
.secondary-green {
	background-color: #0edb73;
}
.secondary-yellow {
	background-color: #feff15;
}
.secondary-orange {
	background-color: #ff6a5b;
}
.secondary-purple {
	background-color: #a186be;
}
.secondary-black {
	background-color: #252525;
}
.secondary-gray {
	background-color: #a1a1a1;
}
.secondary-lightgray {
	background-color: #e1e1e1;
}
.primary-gradient-background {
	background-image: linear-gradient(to bottom, #2c0d61, #f40650);
}
.secondary-blue-gradient-background {
	background-image: linear-gradient(to bottom, #2c0d61, #06a9b5);
}
.secondary-green-gradient-background {
	background-image: linear-gradient(to bottom, #2c0d61, #0edb73);
}
.secondary-yellow-gradient-background {
	background-image: linear-gradient(to bottom, #2c0d61, #fff000);
}
.secondary-red-gradient-background {
	background-image: linear-gradient(to bottom, #2c0d61, #ff6b5b);
}
.form-control {
	height: 60px;
	border-radius: 4px !important;
	background-color: #ffffff;
	border: solid 0px #d5d5d5;
}
.btn-select-arrow {
	border-left: solid 2px #dbdbdb;
}
.btn-select {
	height: 60px;
	border-radius: 4px !important;
	background-color: #ffffff;
	border: solid 2px #d5d5d5;
}
.btn-select .btn-select-arrow {
	float: right;
	line-height: 45px;
	padding: 6px 10px;
	top: -7px;
	left: 16px;
	height: 60px;
	width: 60px;
	color: #a5a5a5;
}
input[type="checkbox"] + label::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 40px;
	height: 40px;
	margin-right: 50px;
	border: 2px solid #d5d5d5;
	border-radius: 3px;
	background-color: #fff;
	-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
input + label::after {
	display: inline-block;
	position: absolute;
	width: 40px;
	height: 40px;
	padding-left: 5px;
	padding-top: 1px;
	font-size: 25px;
	color: #fff;
	background-color: #2c0d61;
}
div:not(.form-floating-label) > input + label {
	padding-left: 50px;
}
.cp-form-style label {
	font-family: 'MaisonNeue', sans-serif;
	font-size: 25px;
	font-weight: 500;
	color: #333333;
	padding-left: 50px;
	position-top: 30px;
}
[type="radio"] + label::before {
	width: 40px;
	height: 40px;
}
.cp-form-style .radio label {
	/* display: inline-block; */
    /* vertical-align: middle; */
    /* position: relative; */
	padding-left: 50px;
}
.cp-tnc-wrapper p {
	font-size: 18px;
	display: inline;
}
.radio-primary input[type="radio"]:checked + label::before {
	border: solid 2px #2c0d61;
}
[type="radio"] + label::after {
	display: inline-block;
	position: absolute;
	content: " ";
	width: 30px;
	height: 30px;
	left: 5.2px;
	top: 5.2px;
	border-radius: 50%;
	background-color: #555555;
	-webkit-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	transform: scale(0, 0);
	-webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	-moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	-o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.btn-select .btn-select-value {
	font-family: 'MaisonNeue', sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.75;
	letter-spacing: 0.1px;
	text-align: left;
	color: #333333 !important;
	padding: 10px 20px;
}
.cp-form-style .form-control {
	font-family: 'MaisonNeue', sans-serif;
	color: #333333 !important;
}
.btn-icon-join {
	border: 2px solid #2c0d61;
	background-color: #fff;
	color: #2c0d61;
	letter-spacing: 2px;
	font-size: 16px;
	font-family: 'Moderat-bold', sans-serif;
	text-transform: uppercase;
}
.btn-icon-join:hover, .btn-icon-join:focus, .btn-icon-join:active {
	background-color: #2c0d61;
	color: #fff;
	text-decoration: none;
	border: 2px solid #fff;
}
.btn-icon-join:hover span {
	border-right: 2px solid #fff;
}
.btn-icon-join:active span {
	border-right: 2px solid #fff;
}
.btn-icon-join:focus span {
	border-right: 2px solid #fff;
}
.span-purple {
	border-right: 2px solid #2c0d61;
}
/*.hero-btns a {
	margin-right: 30px;
}*/
.nw-carausel {
	margin: 0 2px;
	background-color: transparent;
	color: #fff;
	font-size: 80px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
}
.main-body-container {
	margin-top: 0px;
	margin-left: 0%;
}
.marketing-two-txt {
	margin-top: 40px;
	margin-bottom: 60px;
}
.Ov_Open {
	background-color: transparent;
}
.boxCellPic-inner {
	text-align: left;
	position: absolute;
	top: 23%;
	left: 48%;
	transform: translate(-50%, -50%);
	width: 80%;
	font-family: 'MaisonNeue', sans-serif;
	color: #FFF;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.4em;
}
.padding-l20 {
	padding-left: 20px;
}
.paragraph-txt {
	/*width: 396px;*/
	font-family: 'MaisonNeue', sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.44;
	letter-spacing: 0px;
	text-align: left;
	color: #2c0d61;
}
.btn-icon-purple {
	background: url(https://d2vtntcxpdw15n.cloudfront.net/img3/smile-copy-purple.png) no-repeat 2% 59%;
	background-color: white;
	border: 2px solid #2c0d61;
	color: #2c0d61;
	letter-spacing: 1px;
	font-size: 16px;
	font-family: 'Moderat-bold', sans-serif;
	text-transform: uppercase;
}
.btn-icon-purple:hover, .btn-icon-purple:focus, .btn-icon-purple:active {
	background: url(https://d2vtntcxpdw15n.cloudfront.net/img3/smile-copy-white.png) no-repeat 2% 59%;
	background-color: #2c0d61;
	color: #fff;
	text-decoration: none;
	border: 2px solid #fff;
}
.btn-icon-purple:hover span {
	border-right: 2px solid #fff;
}
.btn-icon-purple:active span {
	border-right: 2px solid #fff;
}
.btn-icon-purple:focus span {
	border-right: 2px solid #fff;
}
.marketing-one-col-2 {
	background-repeat: no-repeat;
	background-size: 208%;
	background-position: -285px -56px;
	position: absolute;
	top: 0;
	left: 0px;
	z-index: 100;
	height: 543px;
}
.marketing-four-new {
	padding-top: 45px;
	padding-bottom: 45px;
}
.footer-txt1 {
	font-family: 'MaisonNeue', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.44;
	letter-spacing: 0px;
	text-align: left;
	color: #000000;
	margin-top: 5px;
	font-size: 18px;
}
.fa-angle-up {
	color: white !important;
	top: -10px;
	margin-top: -20px;
}
.marketing-one-text {
	position: relative;
	margin-top: 20%;
	background-color: transparent;
	width: 450px;
	z-index: 100;
	margin-right: 20px;
	height: auto;
	font-family: 'GTWalsheimTrial', sans-serif;
	padding: 0px;
	padding-left: 15%;
}
.marketing-one-text-heading {
	font-size: 32px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.13;
	letter-spacing: 0px;
	text-align: left;
	color: #ffffff;
	font-family: 'GTWalsheimTrial', sans-serif;
}
.marketing-one-bloc {
	height: 50px;
	width: 40px;
	float: none;
	margin-right: 0px;
}
.fa-quote-right {
	font-size: 32px;
	color: #2c0d61;
}
.fa-quote-left {
	font-size: 32px;
	color: #2c0d61;
}
.quote-footer {
	font-family: 'MaisonNeue-Demi', sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.44;
	letter-spacing: 0px;
	text-align: left;
	color: #d8d8d8;
	float: left;
}
.txt-underline {
	text-decoration: underline;
}
.prd-slide-reviewCount {
	font-family: 'MaisonNeue', sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.44;
	letter-spacing: 0px;
	text-align: left;
	color: #252525;
	padding-right: 5px;
}
.black-txt {
	color: #000000;
}
i.circle-blue {
	background-color: initial;
}
/*.full-slider-container{
	margin-left:50px;
}*/
.prd-slider-container {
	padding-bottom: 0px;
}
.prev-product-latest-reviews {
	background-color: none;
	border: 0px;
	top: -635px;
	color: black;
	left: 10px;
	width: 42px;
	height: 478px;
	/* border: solid 4px #ffffff; */
	position: absolute;
	right: -11px;
	top: 58px;
	text-align: center;
}
.prd-slide-reviewCount p {
	padding-top: 10px;
	margin-bottom: 6px;
}
.footer_bg {
	background-color: #e1e1e1;
}
.footer_bg_white {
	background-color: #ffffff;
}
.marketing-icons {
	margin-bottom: 25px;
	padding-top: 50px;
	padding-bottom: 25px;
	background-color: #2c0d61;
	min-height: 186px;
}
.marketing-one {
	margin-bottom: 0px;
	padding-top: 0;
	padding-bottom: 0;
	min-height: initial;/*margin-left: 15%;*/
}
.navbar-container {
	padding-top: 120px;
}
.marketing-one .container {
	left: 50%;
}
.padding-20 {
	padding: 20px;
}
.marketing-four-new {
	padding-top: 0;
	padding-top: 0;
	padding-bottom: 0;
	min-height: 0;
	/*width: 1336px;*/
    /*margin-left: 15%;*/
	background-color: none;
}
.htcbrand-socialmedia {
	padding-top: 0px;
	padding-bottom: 0px;
	background: none;
}
.sidenavBtn {
	font-size: 30px;
	cursor: pointer;
	float: right;
	margin-top: 4px;
	margin-left: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #fff!important;
}
.sidenavBtn i {
	color: #fff!important;
}
.sidenavBtn:hover, .sidenavBtn:focus, .sidenavBtn:active {
	color: #fff;
}
.txt-left {
	text-align: left !important;
}
.padding-b20 {
	padding-bottom: 20px;
}
.txt-center {
	text-align: center !important;
}
.mark-one-col-2 {
	background-image: url(https://d2vtntcxpdw15n.cloudfront.net/img3/AUS_homeQuote.jpg);
	background-position: right;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 420px;
}
.span-orange, .span-purple {
	width: 45px !important;
	height: 100%;
}
.boxCellPic-bg-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 11;
	/* opacity: 0.8; */
	opacity: 1;
	/*border: 1px solid white; */
}
.boxCellPic-overlay {
	position: absolute;
	top: 0px;
	bottom: 0;
	left: 0;
	right: 0;
	/* opacity: 0; */
	opacity: 1;
	transition: .5s ease;
	/* background-color: #e6548f; */
	border-radius: 0px;
	height: 100%;
	margin: 0px;
	z-index: 100;
}
/*for the mobile screen the slider top menu position issue fixed*/
.sidenav .closebtn {
	right: 15px;
}
.sidenav ul {
	list-style: none;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 60px;
}
.mark-WIN-col-1 {
	background-image: url(https://d2vtntcxpdw15n.cloudfront.net/img3/AUS_homePromo.jpg);
	background-repeat: no-repeat;
	background-position: -350px 0px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 687px;
}
.btn-icon-purple {
	background: url(../images/smile-copy-purple.png) no-repeat 4% 59%;
	background-color: white;
	border: 2px solid #2c0d61;
	color: #2c0d61;
	letter-spacing: 2px;
	font-size: 16px;
	font-family: 'Moderat-bold', sans-serif;
	text-transform: uppercase;
}
.btn-icon-purple:hover, .btn-icon-purple:focus, .btn-icon-purple:active {
	background: url(https://d2vtntcxpdw15n.cloudfront.net/img3/smile-copy-white.png) no-repeat 4% 59%;
	background-color: #2c0d61;
	color: #fff;
	text-decoration: none;
	border: 2px solid #fff;
}
.btn-icon-orange {
	background: url(https://d2vtntcxpdw15n.cloudfront.net/img3/smile-copy.png) no-repeat 3% 59%;
	border: 2px solid #ff6a5b;
	color: #ff6a5b;
	letter-spacing: 2px;
	font-size: 16px;
	font-family: 'Moderat-bold', sans-serif;
	text-transform: uppercase;
}
.btn-icon-orange:hover, .btn-icon-orange:focus, .btn-icon-orange:active {
	background: url(https://d2vtntcxpdw15n.cloudfront.net/img3/smile-copy-white.png) no-repeat 3% 59%;
	background-color: #ff6a5b;
	color: #fff;
	text-decoration: none;
	border: 2px solid #fff;
}
.btn-icon-orange:hover, .btn-icon-orange:focus, .btn-icon-orange:active {
	background: url(https://d2vtntcxpdw15n.cloudfront.net/img3/smile-copy-white.png) no-repeat 3% 59%;
	background-color: #ff6a5b;
	color: #fff;
	text-decoration: none;
	border: 2px solid #fff;
}
.font-bold {
	font-weight: bold;
}
/***********************changes done on 09/05/2018**********************/
.hero h1 {
	font-family: 'Moderat-bold', sans-serif;
	font-size: 64px;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.06;
	letter-spacing: 0.1px;
	text-align: center;
	color: #ffffff;
}
.hero h3 {
	font-family: 'MaisonNeue', sans-serif;
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.3;
	letter-spacing: 0px;
	text-align: center;
	color: #ffffff;
	margin: 0 24px;
}
.txt-size-26 {
	font-size: 26px;
}
.txt-size-20 {
	font-size: 20px;
}
body h1 {
	font-family: 'Moderat-bold', sans-serif;
	font-size: 64px;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.06;
	letter-spacing: 0.1px;
	text-align: center;
	color: #ffffff;
}
body h2 {
	font-family: 'GT-Walsheim-Medium', sans-serif;
	font-size: 32px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.19;
	letter-spacing: -0.2px;
	text-align: left;
	color: #333333;
}
body h3 {
	font-family: 'Moderat-bold', sans-serif;
	font-size: 26px;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.15;
	letter-spacing: -0.2px;
	text-align: left;
	color: #333333;
}
body h4 {
	font-family: 'Moderat-bold', sans-serif;
	font-size: 24px;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.17;
	letter-spacing: -0.1px;
	text-align: left;
	color: #333333;
}
body h5 {
	font-family: 'Moderat-bold', sans-serif;
	font-size: 22px;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.17;
	letter-spacing: -0.1px;
	text-align: left;
}
.mob-align-center {
	text-align: center !important;
}
.body-padding-l {
	padding-left: 35px !important;
	padding-right: 35px !important;
}
.body-padding-t {
	padding-top: 80px !important;
}
#H_MemberCount {
	margin: auto;
	vertical-align: middle;
	text-align: center;
}
#hero-bodyText {
	margin: auto;
	vertical-align: middle;
	text-align: center;
	padding: 20px 0 30px 0;
	width: 450px;
	font-family: 'MaisonNeue', sans-serif;
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.3;
	letter-spacing: 0px;
	text-align: center;
	color: #ffffff;
}
/*.Free-product-box-padding {
	padding-top: 25px !important;
	padding-bottom: 20px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
}*/
/* product slider */
.box-parent {
	padding: 5px;
}
.slick-slide {
	height: auto !important;
}
.slick-next:before, .slick-prev:before {
	color: black !important;
	font: normal normal normal 50px/1 'FontAwesome' !important;
}
.slick-prev:before {
	content: "\f104" !important;
}
.slick-next:before {
	content: "\f105" !important;
}
ul.slick-dots {
	display: none !important
}
.slick-prev {
	left: -20px !important
}
.slick-next {
	right: -20px !important
}
.slick-next, .slick-prev {
	top: 30% !important;
	height: 50px !important;
}
.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
	opacity: 0 !important;
}
/* END product slider */
.footer-link {
	font-family: 'MaisonNeue', sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.63;
	letter-spacing: 0px;
	text-decoration: none !important;
}
.footersitemap li a:hover, .footersitemap li a:focus, .footersitemap li a:active {
	text-decoration: none !important;
}
ul.footersitemap {
	list-style: none;
	display: inline;
	margin-left: 0 !important;
	padding: 0;
}
.navbar-top-menu + div, .navbar-top-menu + section {
	padding-top: 160px;
}
.negative a, .negative i, .negative span {
	color: white !important
}
.negative hr {
	border-color: white !important;
}
.center-block {
	display: block !important;
}
.home-main-slider .bx-wrapper .bx-pager.bx-default-pager a:hover, .home-main-slider .bx-wrapper .bx-pager.bx-default-pager a.active, .home-main-slider .bx-wrapper .bx-pager.bx-default-pager a:focus {
	background-color: Salmon;
}
/*******syle code updated for the modals*******/
.modal-body {
	color: black;
}
.modal-body h1 {
	color: black;
	font-size: 36px;
}
.modal-body p {
	color: black;
	font-size: 16px;
	font-family: 'MaisonNeue', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.57;
	letter-spacing: normal;
	text-align: left;
}
.btn-default {
	display: inline-block;
	font-family: 'Moderat-Bold', sans-serif;
	letter-spacing: 2px;
	background-color: white;
	min-width: 150px;
	white-space: auto;
	border: 2px solid #2c0d61;
	font-size: 16px;
	color: #2c0d61 !important;
	padding: 12px 40px;
	text-transform: uppercase;
}
.btn-default:hover, .btn-default:focus, .btn-default:active {
	border-radius: 2px;
	border: transparent 2px white;
	background-color: #2c0d61;
	color: #fff !important;
	text-decoration: none;
}
.modal-header .close {
	margin-top: -5px;
}
.close {
	float: right;
	font-size: 28px;
	font-weight: normal;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: 1;
}
/*******syle code updated for the modals end here*******/
    /*****************************MEDIA QUERIES FOR THE NEW CSS CHANGES ENDS HERE***************************************************/
.padding-10 {
	padding-top: 10px;
	padding-bottom: 10px;
}
/*******************updating the style template of the site***********************************/
.text-justify {
	text-align: justify !important;
}
/* chnges done for new radio buttons*/
input[type="radio"]:checked + label::after {
	background-color: #2c0d61;
}
.radio-primary input[type="radio"]:checked + label::after {
	background-color: #2c0d61;
}
.btn-select ul {
	display: none;
	background-color: white;
	color: black;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
	border-top: none !important;
	position: absolute;
	left: -1px;
	right: -1px;
	top: 58px;
	z-index: 999;
	border: 1px solid #d2d2d2;
}
.pull-right-xs {
	float: right !important;
}
/*******style for floating lable input field*****************/
.form-floating-label {
	position: relative;
}
.form-floating-label [type='text'], .form-floating-label [type='password'], .form-floating-label [type='date'], .form-floating-label [type='datetime'], .form-floating-label [type='datetime-local'], .form-floating-label [type='month'], .form-floating-label [type='week'], .form-floating-label [type='email'], .form-floating-label [type='number'], .form-floating-label [type='search'], .form-floating-label [type='tel'], .form-floating-label [type='time'], .form-floating-label [type='url'], .form-floating-label [type='color'], .form-floating-label textarea {
	margin-bottom: 0;
	color: #252525 !important;
	font-size: 18px;
	font-weight: 300;
	padding-top: 23px;
	padding-bottom: 8px;
	border-radius: 4px;
	border: 2px solid #d5d5d5;
	width: 100%;
	padding-left: 18px;
	font-family: 'MaisonNeue', sans-serif;
}
.form-floating-label label {
	font-family: 'MaisonNeue', sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.75;
	letter-spacing: 0.1px;
	text-align: left;
	color: #252525;
	position: absolute;
	pointer-events: none;
	top: 18px;
	left: -10px;
	bottom: 0;
	transition: all 0.2s ease-in;
}
/*.form-floating-label input:enabled[value] ~ label
{
	top: 5px;
    font-size: 14px;
    color: #7e7e7e;
    font-weight: normal;
}*/
.form-floating-label textarea ~ label {
	top: 20px;
	font-size: 16px;
	font-weight: normal;
}
.form-floating-label input:focus ~ label, .form-floating-label input:disabled[value] ~ label, .form-floating-label.has-value input ~ label {
	top: 5px;
	font-size: 14px;
	color: #7e7e7e;
	font-weight: normal;
}
.form-floating-label textarea:focus ~ label, .form-floating-label.has-value textarea ~ label {
	top: 2px;
	font-size: 14px;
	color: #7e7e7e;
	font-weight: normal;
	font-size: 14px;
	color: #7e7e7e;
	font-weight: normal;
	background-color: white;
	height: 26px;
	left: 2px;
	padding: 5px 15px;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus input:-webkit-autofill, textarea:-webkit-autofill, textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
 border: 2px solid #d5d5d5!important;
 -webkit-text-fill-color: inherit !important;
 -webkit-box-shadow: 0 0 0px 1000px #FFFFFF inset;
 transition: background-color 5000s ease-in-out 0s;
}
/********for the tabs********/
.nav-tabs.nav-justified > li {
	background-color: white;
	text-transform: uppercase;
	font-family: 'MaisonNeue', sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 2px;
	text-align: center;
	color: #a1a1a1;
	padding: 0px;
	margin: 0px;
}
.cp-tab-wrapper .nav > li > a {
	font-family: 'MaisonNeue', sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 2.2px;
	text-align: center;
	color: #252525;
	background-color: white;
	border-bottom: 6px solid #efefef;
	padding: 17px 0px;
}
.cp-tab-wrapper .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
	font-family: 'MaisonNeue', sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 2.2px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 17px 0px;
	color: #2c0d61;
	cursor: pointer;
	border: 0px;
	border-bottom: 6px solid #2c0d61;
	background-color: white;
}
.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
	border: 0px;
	border-bottom: 6px solid #2c0d61;
}
.cp-tab-wrapper {
	border-radius: 15px;
	background-color: white;
}
/**************HTC_JOIN_page****************/
.join-in-bg {
	/* background-color: #ff6a5b; */
	background-image: none;
}
.body-content {
	height: 100%;
}
.body-join-in-bg {
	background-image: none;
	padding-bottom: 40px;
}
.btn-white.selected {
	border-radius: 2px;
	background-color: #2c0d61;
	color: #fff !important;
}
.container-fluid-topmargin {
	margin-top: 5%;
}
.country-select-big-text {
	font-family: 'Moderat-bold', sans-serif;
	font-size: 64px;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.06;
	letter-spacing: 0.1px;
	text-align: center;
	color: #ffffff;
}
.country-select-small-text {
	font-family: 'MaisonNeue', sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.44;
	letter-spacing: 0px;
	text-align: center;
	color: #ffffff;
}
.signup-wrap-p {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid red;
	font-family: 'MaisonNeue', sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.44;
	letter-spacing: 0px;
	text-align: center;
	color: #ffffff;
}
.padding-lr-20 {
	padding-left: 20px;
	padding-right: 20px;
}
.href-link1 {
	font-family: 'Moderat-bold', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.63;
	letter-spacing: 1.8px;
	text-align: center;
	color: #2c0d61;
	text-transform: uppercase;
}
.href-link1:not(.no-hover):hover, .href-link1:not(.no-hover):focus, .href-link1:not(.no-hover):active {
	color: #2c0d61;
	text-decoration: underline !important;
}
.text-align-center {
	text-align: center !important;
}
.margin-top {
	margin-top: 20%;
}
.margin-b20 {
	margin-bottom: 20px;
}
.navbar-wrapper {
	top: 0px;
	z-index: 120;
	height: 145px;
}
.navbar-wrapper .htc-logo img {
    max-width: 100%;
}
.float-panel {
    top: 145px;
}
.hero {
	position: absolute;
	top: 30%;
	left: 0.19%;
	right: 20px;
	z-index: 3;
	color: #fff;
	padding-top: 0px;
}
.navbar-brand {
	float: left;
	height: 50px;
	padding: 0px;
	font-size: 18px;
	line-height: 20px;
}
.htc-logo {
	background: none;
	max-width: 100%;
	height: auto;
}
.row {
	margin-left: 0px;
	margin-right: 0px;
}
.container {
	padding: 0px;
}
.href-link-product {
	font-family: 'Moderat-bold', sans-serif;
	font-size: 22px;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.18;
	letter-spacing: 0px;
	text-align: center;
	color: #252525;
	text-decoration: none !important;
}
.href-link-product h5:hover, .href-link-product:focus, .href-link-product:active {
	text-decoration: none !important;
}
.hero-review-products {
	margin-top: 20px;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.navbar-header {
/* margin-left: 35px !important; */
    /* margin-right: 0px !important; */
    /* margin-top: 0px; */
}
.txt-uppercase {
	text-transform: uppercase;
}
.social-circle li i {
	margin: 0;
	line-height: 40px;
	text-align: top;
}
.social-circle li a {
	display: inline-block;
	position: relative;
	margin: 0 auto 0 auto;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	width: auto;
	height: auto;
	font-size: 20px;
	border: 0px solid #7850e4;
}
.Arrow2x {
	transform: rotate(-180deg);
	font-size: 20px;
	color: white;
}
ul.social-network li {
	display: inline;
	margin: 0 20px;
}
.starwrapper .fa-star {
	/* width: 35px; */
    /* height: 35px; */
	margin: 5px 5px;
	font-size: 35px;
}
.prd-slide-reviewCount p {
	font-family: 'MaisonNeue', sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.44;
	letter-spacing: 0px;
	color: #252525;
	text-align: center;
}
.tried-it {
	font-family: 'Moderat-bold', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.44;
	letter-spacing: 0px;
	color: #252525;
}
.boxCellPic6 {
	padding: 0px;
	border-radius: 0px;
	background-size: 100%;
	position: relative;
	z-index: 10;
	background-image: none;
}
.boxCellPic-overlay {
	position: absolute;
	overflow: hidden;
	clear: both;
	opacity: 1 !important;
}
.boxCellPic-container:hover .boxCellPic3 {
	float: left;
	filter: alpha(opacity=100);
	opacity: 1 !important;
}
.boxCellPic-container:hover .boxCellPic6 {
	float: left;
	opacity: 1 !important;
}
.text_holder_2 {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 500px;
	overflow: hidden;
	clear: both;
}
.mark-WIN-new-col-1 {
	background-image: url(https://d2vtntcxpdw15n.cloudfront.net/img3/AUS_homePromo.jpg);
	background-position: right;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 500px;
}
.htc-nav {
	padding-top: 15px;
	margin-bottom: 15px;/*margin-top: 15px;
	
	margin-bottom: 15px;
	padding-bottom: 15px;*/
}
.prd-slide-Srating {
	color: #c9c9c9;
	font-size: 18px;
	text-align: center;
	padding-top: 25px;
}
.carousel-control {
	opacity: 1;
}
.carousel-control .fa-angle-left, .carousel-control .fa-angle-right {
	text-shadow: none;
	color: black;
	font-size: 4em;
	position: absolute;
	top: 25%;
	display: inline-block;
	margin-top: -10px;
	z-index: 5;
}
.carousel-control .fa-angle-left:before, .carousel-control .fa-angle-right:before {
	width: 20px;
}
.carousel-control .fa-angle-left {
	left: 50%;
	margin-left: -60px;
}
.carousel-control .fa-angle-right {
	right: 50%;
	margin-right: -40px;
}
.hero-review-products .container {
	padding: 0 140px;
}
/***********************drop down style class**********************************/

.selectdiv {
	position: relative;
	/*Don't really need this just for demo styling*/
	float: left;
	min-width: 200px;
	width: 100%;
}
.selectdiv:after {
	content: '\f078';
	font: normal normal normal 14px/1 FontAwesome;
	color: black;
	right: 20px;
	top: 8px;
	height: 54px;
	padding: 22px 0px 0px 18px;
	border-left: 1px solid #d5d5d5;
	position: absolute;
	pointer-events: none;
}

/* IE11 hide native button (thanks Matt!) */
select::-ms-expand {
 display: none;
}
.selectdiv select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	/* Add some styling */
	display: block;
	width: 100%;
	/* min-width: 320px; */
	height: 60px;
	float: left;
	margin: 5px 0px;
	padding:0px 60px 0px 18px;
	font-size: 16px;
	line-height: 3.5;
	color: #333;
	background-color: #ffffff;
	background-image: none;
	border-radius: 4px;
	background-color: #ffffff;
	border: solid 2px #d5d5d5;
	-ms-word-break: normal;
	word-break: normal;
	font-family: 'MaisonNeue', sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: normal;
	text-align: left;
	color: #252525;
}
/******************drop down style class ends******************/
.checkbox label, .radio label {
	min-height: 40px;
	padding-left: 50px;
	margin-bottom: 0;
	font-weight: 400;
	cursor: pointer;
}
.footersitemap li a {
	color: #333333;
	text-decoration: none !important;
}
.paragraph-content-margin {
	margin-left: 4px;
	margin-right: 4px;
}
/**********New css code for checkbox*************/
/* The customized checkbox container */
.checkbox-container {
	display: block;
	position: relative;
	padding-left: 60px;
	margin-bottom: 8px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	height: 50px;
	padding-top: 5px;
	font-family: 'MaisonNeue', sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.67;
	letter-spacing: 0.1px;
	text-align: left;
	color: #333333;
}
/* Hide the browser's default checkbox */
.checkbox-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 40px;
	width: 40px;
	background-color: white;
	border-radius: 4px;
	border: solid 2px #d5d5d5;
}
/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
	background-color: #fffff;
	border-radius: 4px;/* border: solid 2px #2c0d61; */
}
/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
	background-color: #2c0d61;
	border-radius: 4px;
	border: solid 2px #2c0d61;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
	display: block;
}
/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
	left: 15px;
	top: 4px;
	width: 10px;
	height: 22px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
/*********************new css code for radio button*********************/
.radio-container {
	display: block;
	position: relative;
	padding-left: 55px;
	margin-bottom: 0px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding-top: 5px;
	height: 40px;
	font-family: 'MaisonNeue', sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.67;
	letter-spacing: 0.1px;
	text-align: left;
	color: #333333;
}
/* Hide the browser's default radio button */
.radio-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
/* Create a custom radio button */
.radiomark {
	position: absolute;
	padding-top: -5px;
	top: 0;
	left: 0;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	background-color: #ffffff;
	border: solid 2px #d5d5d5;
}
/* When the radio button is checked, add a blue background */
.radio-container input:checked ~ .radiomark {
	background: white;
	border: solid 2px #2c0d61;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.radiomark:after {
	content: "";
	position: absolute;
	display: none;
}
/* Show the indicator (dot/circle) when checked */
.radio-container input:checked ~ .radiomark:after {
	display: block;
}
/* Style the indicator (dot/circle) */
.radio-container .radiomark:after {
	top: 2px;
	left: 2px;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-color: #2c0d61;
	background-color: #2c0d61;
}
.btn {
	border-radius: 2px;
}
.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
	margin-right: 0px;
	margin-left: 0px;
}
.border-button:hover {
	border: 0px solid white;
}
/*************This is the code for the homapgae just shopper and win seet win section ****************/
.homeQuote-td {
	width: 50%;
	height: 100%;
}
.homeQuote-td-padding {
	margin: 50px 0px 50px 0px;
	padding: 0px;
}
.homeQuote-td-sm {
	width: 100%;
	height: 100%;
}
.homPic-justshopper {
	background-color: #F60;
	width: 100%;
	background: url(https://d2vtntcxpdw15n.cloudfront.net/img3/AUS_homeQuote.jpg) bottom no-repeat;
	background-size: cover;
}
.homPic-Win {
	background-color: #F60;
	width: 50%;
	background: url(https://d2vtntcxpdw15n.cloudfront.net/img3/AUS_homePromo.jpg) bottom no-repeat;
	background-size: cover;
}
.homeQuote H1 {
	color: #2c0d61;
}
.homPic-Win-homeQuote H1 {
	color: #2c0d61;
}
.homePicInner {
	color: #FFF;
	min-width: 256px;
	max-width: 392px;
}
.nQuote1 {
	width: 72px;
	height: 60px;
	background: url(https://d2vtntcxpdw15n.cloudfront.net/img3/quote.png) no-repeat;
	background-size: cover;
	margin: 0 0 30px 0
}
.nQuote2 {
	width: 72px;
	height: 58px;
	background: url(https://d2vtntcxpdw15n.cloudfront.net/img3/quote.png) no-repeat;
	background-size: cover;
	margin: -25px 0 0 0;
	float: right;
	transform: rotate(-180deg);
}
/********************************************/
.padding-t60 {
	padding-top: 60px;
}
.padding-b60 {
	padding-bottom: 60px;
}
.boxCellPic-container .href-link:hover, .href-link:focus, .href-link:active {
	color: #2c0d61 !important;
}
.padding-t50 {
	padding-top: 50px;
}
.padding-b50 {
	padding-bottom: 50px;
}
.footersitemap-container {
	text-align: center;
	padding: 0px;
}
/***********************home page logged in css over rides start here****************************/
.m {
	font-family: 'Moderat-bold', sans-serif;
	font-size: 64px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 0.47;
	letter-spacing: normal;
	text-align: center;
	color: #ff6a5b;
	text-transform: lowercase;
}
.m-contentDiv p {
	margin-top: 25px;
	font-family: 'MaisonNeue', sans-serif;
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
}
.txt-purple {
	color: #2c0d61 !important;
}
.txt-yellow {
	color: #feff15 !important;
}
.txt-black {
	color: #252525 !important;
}
.Product-test-heading p {
	font-family: 'MaisonNeue', sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.44;
	letter-spacing: 0px;
	text-align: left;
	color: #252525;
}
.Product-test-heading span {
	font-family: 'MaisonNeue', sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.44;
	letter-spacing: 0px;
	text-align: left;
	color: #252525;
}
.Product-test-heading h6 {
	font-family: 'Moderat-bold', sans-serif;
	font-size: 28px;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.36;
	letter-spacing: 0.3px;
	text-align: left;
}
.profile-badge-heading2 {
	font-family: 'GT-Walsheim-Medium', sans-serif;
	font-size: 26px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.38;
	letter-spacing: 0px;
	text-align: left;
	color: #f6f6f6;
}
.signup-padding-top {
	margin-top: 145px;
}
/*.popover.bottom {
	margin-top: 40px;
	margin-right: 0px !important;
}*/
.product_box-heading {
	font-family: 'Moderat-bold', sans-serif;
	font-size: 32px;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.13;
	letter-spacing: 0px;
	text-align: left;
	color: #f6f6f6;
}
.col-centered {
	float: none;
	margin: 0 auto;
}
.carousel-control {
	width: 8%;
	width: 0px;
}
.carousel-control.left, .carousel-control.right {
	margin-right: -20px;
	margin-left: -20px;
	background-image: none;
	opacity: 1;
}
.carousel-control > a > span {
	color: white;
	font-size: 29px !important;
}
.carousel-col {
	position: relative;
	min-height: 1px;
	float: left;
	margin-right: 10px;
	font-family: 'MaisonNeue', sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.44;
	letter-spacing: normal;
	text-align: center;
	color: #252525;
	margin-right: 20px;
}
/*.active > div {
	display: none;
}*/
.active > div:first-child {
	display: block;
}
.img_badge {
	width: 97px;
	height: auto;
}
.block {
	width: 415px;
}
.tester_image_desc {
	font-family: 'MaisonNeue', sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.44;
	letter-spacing: normal;
	text-align: center;
	color: #252525;
}
.bordo {
	border: 1px solid black;
}
.navbar-wrapper .navbar {
	padding-right: 0px;
	padding-left: 0px;
}
.Sidenavlogo {
	position: absolute;
	top: 0px;
	left: 0px;
}
.sidenav .closebtn {
	position: absolute;
	top: 0px;
	right: 15px;
	font-size: 30px;
	/* margin-left: 50px; */
	font-weight: normal;
	margin: 0 auto;
}
/*********************survey page style sheet************************/
.body_content {
	margin-bottom: 0px;
	padding-top: 0;
	padding-bottom: 0;
	min-height: 260px;
	position: relative;
}
/*****************radio button and checkbox new css*************************/
[type="radio"] + label::before {
	width: 40px;
	height: 40px;
	margin-top: -10px;
}
[type="radio"] + label::after {
	display: inline-block;
	position: absolute;
	content: " ";
	width: 30px;
	height: 30px;
	left: 5.2px;
	top: 5px;
	border-radius: 50%;
	background-color: #555555;
	-webkit-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	transform: scale(0, 0);
	-webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	-moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	-o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
input[type="radio"]:checked + label::before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	border: 2px solid #2c0d61;
	border-radius: 50%;
	background-color: #fff;
	-webkit-transition: border 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out;
	transition: border 0.15s ease-in-out;
}
div:not(.form-floating-label):not(.rating) > input + label {
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 70px;
	font-family: 'MaisonNeue', sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.44;
	letter-spacing: normal;
	text-align: left;
	color: #333333;
}
input[type="checkbox"] + label::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 40px;
	height: 40px;
	margin-right: 50px;
	border: 2px solid #d5d5d5;
	border-radius: 4px;
	background-color: #fff;
	-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	margin-top: -10px;
}
input + label::after {
	display: inline-block;
	position: absolute;
	width: 40px;
	height: 40px;
	border: 2px solid #2c0d61;
	border-radius: 4px;
	padding-left: 5px;
	padding-top: 1px;
	font-size: 25px;
	color: #fff;
	background-color: #2c0d61;
	margin-top: -10px;
}
input[type="checkbox"]:checked + label::after {
	background-image: url(../images/check-mark.svg);
	background-repeat: no-repeat;
	content: close-quote;
}
input[type="checkbox"], input[type="radio"] {
	opacity: 0;
	z-index: 1;
	display: none;
}
/*****************radio button and checkbox new css end*************************/

.dot {
	height: 15px;
	width: 15px;
	background-color: red;
	border-radius: 50%;
	display: inline-block;
	margin-top: 10px;
	margin-left: 10px;
	position: absolute;
}
.sidenav a {
	margin: 0px;
	text-decoration: none;
	font-size: 14px;
	color: #fff;
	font-family: 'Moderat-Bold', sans-serif;
	font-style: normal;
	position: relative;
	font-weight: bold;
	text-transform: uppercase;
}
.footer_arrow_img:before {
	color: black !important;
	font: normal normal normal 50px/1 'FontAwesome' !important;
	width: 28px;
	height: 15px;
	transform: rotate(-180deg);
}
.footer_arrow_img:before {
	content: "\f106" !important;
}
.footer_icons a {
	margin-left: 20px;
	text-align: right !important;
	text-decoration: none;
}
.col-md-link-arrow {
	margin-left: 40px !important;
}
.footer-fb {
	vertical-align: top !important;
	margin-top: 10px;
}
.bordo {
	border: 1px solid black;
}
.navbar-wrapper .navbar {
	padding-right: 0px;
	padding-left: 0px;
}
.Sidenavlogo {
	position: absolute;
	top: 0px;
	left: 20px;
	margin-top: 15px;
}
.sidenav .closebtn {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 32px;
	/* margin-left: 50px; */
	font-weight: normal;
	margin: 0 auto;
}
/*********************survey page style sheet************************/
.body_content {
	margin-bottom: 0px;
	padding-top: 0;
	padding-bottom: 0;
	min-height: 260px;
	position: relative;
}
/*****************radio button and checkbox new css*************************/
[type="radio"] + label::before {
	width: 40px;
	height: 40px;
	margin-top: -10px;
}
[type="radio"] + label::after {
	display: inline-block;
	position: absolute;
	content: " ";
	width: 30px;
	height: 30px;
	left: 4.9px;
	top: 5px;
	border-radius: 50%;
	background-color: #555555;
	-webkit-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	transform: scale(0, 0);
	-webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	-moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	-o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
input[type="radio"]:checked + label::before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	border: 2px solid #2c0d61;
	border-radius: 50%;
	background-color: #fff;
	-webkit-transition: border 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out;
	transition: border 0.15s ease-in-out;
}
input[type="checkbox"] + label::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 40px;
	height: 40px;
	margin-right: 50px;
	border: 2px solid #d5d5d5;
	border-radius: 4px;
	background-color: #fff;
	-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	margin-top: -10px;
}
input + label::after {
	display: inline-block;
	position: absolute;
	width: 40px;
	height: 40px;
	border: 2px solid #2c0d61;
	border-radius: 4px;
	padding-left: 5px;
	padding-top: 1px;
	font-size: 25px;
	color: #fff;
	background-color: #2c0d61;
	margin-top: -10px;
}
input[type="checkbox"]:checked + label::after {
	background-image: url(../images/check-mark.svg);
	background-repeat: no-repeat;
	content: close-quote;
}
input[type="checkbox"], input[type="radio"] {
	opacity: 0;
	z-index: 1;
	display: none;
}
/*****************radio button and checkbox new css end*************************/
.footer-margin-t30 {
	margin-top: 30px;
}
.footer-buchanangrouplogo {
	height: 28px;
	text-align: left;
	vertical-align: top;
	margin-left: 0px;
	padding-left: 0px;
}
.footer-buchanangrouplogo-text1 {
	height: auto;
	height: 28px;
	text-align: left;
	vertical-align: bottom;
}
.footer-buchanangrouplogo-text2 {
	height: auto;
	;
	height: 28px;
	text-align: right;
	vertical-align: bottom;
}
.footer-instagram {
	vertical-align: top !important;
	margin-top: 10px;
	margin-right: 20px;
}
.homeQuote-padding {
	margin: 50px 40px 50px 40px;
	padding: 0px;
}
.txt-size-18 {
	font-size: 18px;
}
.footer-line-break {
	width: 100%;
	height: 1px;
	border-top: solid 2px #a1a1a1;
	margin-top: 30px;
	margin-bottom: 0px;
}
.footer-line-break-white {
	width: 100%;
	height: 1px;
	border-top: solid 2px #ffffff;
	margin-top: 30px;
	margin-bottom: 0px;
}
.footer-arrow {
	color: black;
	opacity: 1 !important;
	transform: rotate(-90deg);
	font-size: 50px !important;
	valign: bottom;
	margin-right: 5px;
}
/************************style code for the logged in user notification panel***************************/

nav .popover-title {
	background-color: #2c0d61;
	width: 100%;
}
nav .popover-title a {
	color: white;
	font-family: 'MaisonNeue-Demi', sans-serif !important;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0px;
	text-align: left;
	text-transform: capitalize !important;
	text-decoration: none;
}
nav .popover.bottom .arrow:after {
	border-bottom-color: #2c0d61;
}
a.link-white {
	color: white;
	text-decoration: underline;
	font-weight: 500;
	border-bottom: solid 2px #ffffff;
}
a.link-white:hover {
	text-decoration: none;
	border-bottom: solid 2px #ffffff;
}
nav .popover-user-menu > li {
	position: relative;
	list-style: none;
	min-height: 80px;
	padding: 15px 20px;
	margin: 0px;
	border-bottom: solid 2px #2c0d61;
}
nav .popover-user-menu > li:hover, .popover-user-menu > li:focus, .popover-user-menu > li:active {
	background-color: #e1e1e1;
	border-bottom: solid 2px #d5d5d5;
}
nav .popover-user-menu {
	padding: 0;
	height: 310px;
	overflow-y: scroll;
	margin-bottom: 0px;/*width: 520px;*/
}
.popover-title {
	padding: 8px 20px;
	margin: 0;
}
.div-notif-all a {
	font-family: 'MaisonNeue', sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0px;
	text-align: left;
	color: black;
	margin-right: 0px;
	text-transform: none !important;
	text-decoration: underline;
}
nav .notif-title {
	font-family: 'Moderat-bold', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0px;
	text-align: left;
}
nav .notif-description {
	font-family: 'MaisonNeue', sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.71;
	letter-spacing: 0px;
	text-align: left;
}
nav .popover-content {
	padding: 0;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	width: 100%;
}
.btn-white-small {
	display: inline-block;
	font-family: 'Moderat-Bold', sans-serif;
	letter-spacing: 2px;
	background-color: white;
	max-width: 120px;
	white-space: auto;
	border: 2px solid #2c0d61;
	font-size: 14px !important;
	color: #2c0d61 !important;
	padding: 8px 13px;
	text-transform: uppercase;
}
.btn-white-small:hover, .btn-white-small:focus, .btn-white-small:active {
	border-radius: 2px;
	border: transparent 2px white;
	background-color: #2c0d61;
	color: #fff !important;
	text-decoration: none;
}
.pull-right-menu {
	float: right !important;
}
nav .popover-content > .div-notif-all {
	min-height: 46px;
	padding-top: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-top: solid 2px #d5d5d5 !important;
	padding: 15px 20px 13px 20px;
}
.glyphicon-remove:before {
	content: "\e014";
	border: 2px solid;
	border-radius: 50%;
	padding: 2px;
	font-size: 10px;
}
.margin-r-photo {
	margin-right: 0px;
}
/***************validation csss *******************/
.field-validation-error {
	display: inline-block;
	font-family: 'MaisonNeue', sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.43;
	letter-spacing: normal;
	text-align: left;
	color: #ffff;
	padding: 5px 10px;
	background: none;
	border-radius: 0px;
	background-color: transparent;
	border: 0px solid #b54643;
}
.field-validation-error-white-bg {
	display: inline-block;
	font-family: 'MaisonNeue', sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.43;
	letter-spacing: normal;
	text-align: left;
	color: #f40650;
	padding: 5px 10px;
	background: none;
	border-radius: 0px;
	background-color: transparent;
	border: 0px solid #b54643;
}
.input-validation-error {
	border: solid 2px #f40650 !important;
}
.input-validation-error {
	background-repeat: no-repeat;
	background-position: 2px 3px;
}
.glyphicon-remove-circle:before {
	content: "\e014";
	font-size: 12px;
}
.field-validation-warning {
	display: inline-block;
	font-family: 'MaisonNeue', sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.43;
	letter-spacing: normal;
	text-align: left;
	color: #ff6a5b;
	padding: 5px 0px;
	background: none;
	border-radius: 0px;
	border: 0px solid #b54643;
	font-size: 12px;
	display: inline-block;
	background-color: white;
}
.warning-form-control-feedback {
	position: absolute;
	top: 10px;
	right: 18px;
	z-index: 2;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	pointer-events: none;
	color: #ff6a5b;
	background-color: white;
}
.error-form-control-feedback {
	position: absolute;
	top: 13px;
	right: 18px;
	z-index: 2;
	display: block;
	width: 25px;
	height: 25px;
	border: 2px solid;
	border-radius: 50%;
	line-height: 34px;
	text-align: center;
	pointer-events: none;
	color: #f40650;
	background-image: url(../images/group-2-copy-3.png);
	background-repeat: no-repeat;
	background-position: 5px;
	background-color: white;
}
.input-error {
	border: 2px solid #f40650 !important;
}
.input-warning {
	border: 2px solid #ff6a5b !important;
}
.has-error-1 {
	color: #f40650;
}
.has-warning-1 {
	color: #ff6a5b;
}
body p {
	font-family: 'MaisonNeue', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.57;
	letter-spacing: normal;
	text-align: left;
}
.orange-color {
	color: #ff6a5b;
}
.pos-top-absolute {
	z-index: 10001;
}
.ribbon-content {
	z-index: 1001;
	position: absolute
}
.close-ribbon {
	width: 15px;
	position: absolute;
	height: 15px;
	cursor: pointer;
	top: 0px;
	right: 30px;
	z-index: 10
}
.badge {
	display: inline-block;
	min-width: 15px;
	padding: 1px 3px;
	height: 15px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background-color: #777;
	border-radius: 10px;
}
.navbar .badge {
	background: #ee4630;
	/*top: -14px;
	right: -10px;*/
	position: absolute;
}
.popover-country {
	padding: 0;
	font-family: 'MaisonNeue', sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.3;
	letter-spacing: 0.1px;
	text-align: left;
	color: #e6548f !important;
	height: 310px;
	overflow-y: scroll;
	width: 275px;
}
.footersitemap .popover-title {
	background-color: #3eaff0;
	color: white;
	font-family: 'MaisonNeue', sans-serif;
}
.survey-section-margins {
	margin-left: 5%;
	margin-right: 5%;
}
.circle-position {
	margin-left: 0px;
	float: left;
}
.circle_v2 {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	border: 2px solid #D3D3D3;
	height: 160px;
	width: 160px;
	cursor: pointer;
	margin-left: auto;
	margin-right: auto;
}
.circle_v2:hover {
	background-color: #F4F4F4
}
.circle_v2_inner {
	text-align: center;
	max-width: 69%;
}
.circle_v2_inner span {
	font-size: 16px;
	font-family: 'Moderat-bold', sans-serif;
	font-style: normal;
	font-stretch: normal;
	/*line-height: 1.63;*/
	letter-spacing: 1.8px;
	text-align: center;
}
.support_submitbtn {
	text-align: right !important;
}
/*changing the font-face awsome icon colors stop source website purple color*/
.fa {
	/*color: #2c0d61;*/
}
.pass-text-toggle {
	position: absolute;
	right: 10px;
	top: 25%;
	cursor: pointer;
}

.center-input[type="radio"] + label::before {
    left: 15px !important;
}
.center-input[type="radio"] + label::after {
    left: 20px !important;
}
.center-input[type="radio"] + label {
    width: 70px !important
}
#resendEmailValidationMessage a {
    color: #fff !important
}
/* custom question text*/
h6.custom-question ul, h6.custom-question ol, h6.custom-question li, h6.custom-question p {
    color: #666;
    font-size: 18px;
    margin: 10px 0 10px 0
}
.floating-text .heading-font-h6 {
    font-size: 14px !important;
    line-height: 1.4em !important;
    letter-spacing: 0.4px !important;
}
.floating-text p, .floating-text h4 {
    font-size: 12px !important;
}
/* review/product scroll to top*/
.review-float-scroll {
    position: fixed;
    bottom: 20px;
    right: 15%;
    z-index: 99;
    display: none;
}
.grid-float-title {
    padding: 0 70px
}
/* modal gallery */
.modal-gallery-wrapper {
    min-height: 578px;
}

.profile_60px {
    width: 60px;
    height: 60px;
}

.modal-gallery-username {
    font-family: 'MaisonNeue', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    margin-top: 22px;
    margin-bottom: 22px;
}

.modal-review-caption--wrapper {
    min-height: 365px;
    margin-bottom: 15px;
}

.modal-caption-title {
    font-family: 'MaisonNeue', sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    margin-bottom: 15px;
    display: block;
}

.modal-review-title {
    display: block;
    font-family: 'Moderat', sans-serif;
    font-weight: bold;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #5cc9d2;
}

.modal-review-txt {
    font-family: 'MaisonNeue', sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
}

.modal-view-gallery-txt {
    font-family: 'MaisonNeue', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #4ebfc8;
}

.modal-galler-vid-icon {
    position: relative;
}

    .modal-galler-vid-icon i {
        top: 50%;
        left: 50%;
        position: absolute;
        transform: translate(-50%, -50%);
        font-size: 40px;
        color: #fff;
        background-color: #3b1b74;
        border-radius: 50%;
        width: 86px;
        height: 86px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

.modal-mobile-user-container {
    width: 60px;
    margin-right: 15px;
}

.rflag-right {
    float: right;
}
/* close modal button*/
.add-padding-15 {
    padding: 15px;
}

.close-modal-window {
    float: right;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    background: transparent;
    border: none;
    margin-top: 5px;
}

.close-modal-window {
    font-family: 'MaisonNeue', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000000 !important;
}

    .close-modal-window i {
        color: #3b1b74 !important;
        font-size: 22px;
        margin-left: 10px;
        vertical-align: sub;
    }

.modal-title-pp {
    font-family: 'Moderat', sans-serif;
    font-size: 28px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.93;
    letter-spacing: normal;
    text-align: left;
    color: #3b1b74;
    margin: 0px;
}

.model-note {
    font-family: 'MaisonNeue', sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    margin-top: 20px;
    margin-bottom: 0px;
}

.modal-body p {
    font-family: 'MaisonNeue', sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
}

.modal-media-close-btn {
    min-width: 30px;
    min-height: 30px;
    right: 0px;
    position: absolute;
    overflow: hidden;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 15px;
    z-index: 3;
    background-color: #3b1b74;
}

    .modal-media-close-btn i {
        padding: 10px;
    }
    /*scroll header color*/
.scroll-header.scroll-purple {
    background-color: #2c0d61
}
.scroll-header.scroll-salmon {
    background-color: #ff6a5b
}
.slide-container {
    width: 100%;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 25px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}
	.slider:hover {
		opacity: 1;
	}
	.slider::-webkit-slider-thumb {
		-webkit-appearance: none;
		appearance: none;
		width: 25px;
		height: 25px;
		background: #4CAF50;
		cursor: pointer;
	}
	.slider::-moz-range-thumb {
		width: 25px;
		height: 25px;
		background: #4CAF50;
		cursor: pointer;
	}
	/* auto suggest*/
.search-result-suggestion {
	position: absolute;
	left: 0;
	right: 0;
	background-color: white;
	z-index: 99;
	border-width: 0 1px 1px 1px;
	border-color: #cdcdcd;
	border-style: solid;
	margin-top: -1px;
	padding: 5px 20px;
}
	.search-result-suggestion ul {
		list-style: none;
		margin-top: 0px !important;
		padding: 0px;
		margin-bottom: 10px !important;
	}
	.search-result-suggestion ul li {
		text-align: left !important;
		margin: 8px 0px 0 0 !important;
	}
	.search-result-suggestion ul li.category span.total,
	.search-result-suggestion ul li.category.also-found span {
		font-size: 14px;
		color: #ff6a5b;
	}
	.search-result-suggestion ul li.category.also-found {
		margin-bottom: 10px !important;
	}
	.search-result-suggestion ul li.product {
		font-size: 18px;
	}
	li[ng-repeat="x in obj.searchedList"]:not(.last):not(.also-found-in) {
		border-bottom: 1px solid #cdcdcd;
	}
	.search-result-suggestion ul li.category {
		padding-bottom: 10px;
		font-size: 14px !important;
		margin-top: 0 !important;
	}
	.search-result-suggestion a {
		font-family: 'Lato', 'Ubuntu', sans-serif !important;
	}
	.search-result-suggestion a.suggest-product {
		color: #252525 !important;
		text-transform: lowercase !important;
		font-weight: normal !important;
		letter-spacing: initial !important;
		font-size: 16px !important;
	}
	.search-result-suggestion li.category a:not(.suggest-cat) {
		color: #ababab !important;
		text-transform: lowercase !important;
		letter-spacing: initial !important;
	}
	.search-result-suggestion a.suggest-product strong, .search-result-suggestion a.suggest-cat {
		color: #2c0d61 !important;
		font-weight: bold !important;
	}
	.search-result-suggestion a.suggest-cat {
		text-transform: lowercase !important;
		letter-spacing: initial !important;
	}
	.search-result-suggestion .search-prod-image {
		vertical-align: middle;
		padding-right: 5px;
	}
	.search-result-suggestion .search-prod-image img {
		width: 100px;
		height: 100px;
	}
	.display-cell {
		display: table-cell;
	}
	.display-table {
		display: table;
	}
/* END auto suggest*/

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #4CAF50;
    cursor: pointer;
}
/* floating tab nav */
.float-panel {
	min-height: 55px;
	width: 100%;
	background: #3b1b74;
	z-index: 300;
	transform: translateZ(0);
	transition: all 0.5s;
	color: #fff;
}
	.float-panel.fixed {
		animation: slide-down 0.7s;
	}
	.float-panel .float-panel-wrapper {
		max-width: 1360px;
		margin: 0 auto;
	}
	.float-panel .float-nav-height {
		height: 60px;
		font-size: 0;
	}
	.float-panel .float-nav-div {
		display: inline-block;
		text-align: center;
	}
.float-nav-table.activebox {
	border-bottom: 2px solid #04a9b4;
}
.float-nav-table {
	display: table;
	height: 60px;
	overflow: hidden;
	width: 100%;
	border-bottom: 2px solid rgb(59, 27, 116);
}
.float-nav-table-cell {
	display: table-cell;
	vertical-align: middle;
}
.float-navigation a {
	font-family: 'MaisonNeue', sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
}
	.float-navigation a:hover {
		color: #04a9b4;
		text-decoration: none;
	}
.float-nav-table.activebox a {
	color: #04a9b4;
}
.float-panel-dashboard {
	display: none;
}
@media only screen and (min-width: 991px) {
	.float-panel {
		top: 80px;
	}
}
@media only screen and (max-width: 768px) {
	.float-panel {
		min-height: 55px;
	}
	.float-navigation a {
		font-size: 12px !important;
	}
}
/*END floating tab nav*/
/*****************************MEDIA QUERIES FOR THE NEW CSS CHANGES STARTS HERE***************************************************/
@media only screen and (max-width:768px) {
.review-float-scroll {
    right: 15px;
}
.mobile-nav-container {
	padding-top: 15px;
	padding-bottom: 10px;
	margin-top: 0px;
}
.pull-right-menu {
	float: left !important;
}
.navbar-top-menu + div, .navbar-top-menu + section {
	padding-top: 110px; /* owais note: padding-top:160px adding extra padding in Review grid page */
}
.margin-top-menu {
	margin-top: 15px;
}
.round-user-image40 {
	width: 30px;
	height: 30px;
}
.Free-product-box-padding {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.Free_prdouct_box_margin {
	margin-left: 20px !important;
	margin-right: 20px !important;
	padding-top: 30px;
}
#H_MemberCount {
	width: 100%;
}
#hero-bodyText {
	width: 84%;
	font-family: 'MaisonNeue', sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.44;
	letter-spacing: 0px;
	text-align: center;
}
.navbar-brand {
	position: absolute;
	left: 0px;
}
.htc-logo img {
	width: 121px;
}
.navbar-brand {
	position: absolute;
	left: 20px;
}
.marketing-one h1 {
/* color: White; */
}
body h1 {
	font-family: 'Moderat-bold', sans-serif;
	font-size: 36px;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.22;
	letter-spacing: -0.7px;
	text-align: left;
	color: #333333;
}
body h2 {
	font-family: 'GT-Walsheim-Medium', sans-serif;
	font-size: 30px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.2;
	letter-spacing: -0.2px;
	text-align: left;
}
body h3 {
	font-family: 'Moderat-bold', sans-serif;
	font-size: 26px;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.15;
	letter-spacing: -0.2px;
	text-align: left;
}
body h4 {
	font-family: 'Moderat-bold', sans-serif;
	font-size: 24px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.08;
	letter-spacing: -0.2px;
	text-align: left;
}
body h5 {
	font-family: 'Moderat-bold', sans-serif;
	font-size: 22px;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.18;
	letter-spacing: normal;
	text-align: left;
}
.hero h1 {
	font-size: 36px;
	line-height: 1.22;
	letter-spacing: 0px;
	margin: 24px;
}
.hero h3 {
	font-family: 'MaisonNeue', sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.44;
	letter-spacing: 0px;
	text-align: center;
	color: #ffffff;
	margin: 0 24px;
}
.text-size-18 {
	font-size: 16px;
}
.blcquote {
	font-size: 30px;
}
.blcquote-footer {
	font-size: 18px;
}
/*.blcquote:before {
		 font-size:100px;
	 }
  .blcquote:after {
	  font-size:100px;
  }*/
.mob-align-center {
	text-align: center !important;
}
.mark-WIN-col-1 {
	background-image: url(https://d2vtntcxpdw15n.cloudfront.net/img3/AUS_homePromo.jpg);
	background-repeat: no-repeat;
	background-position: -193px 0px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 320px;
}
.footer-txt1 {
	font-family: 'MaisonNeue', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.63;
	letter-spacing: 0px;
	text-align: left;
	color: #000000;
	margin-top: 5px;
	font-size: 16px;
}
.body-padding-l {
	padding-left: 20px !important;
	padding-right: 20px !important;
}
.body-padding-t {
	padding-top: 30px !important;
}
}

/* tablet mode */
@media only screen and (min-width:481px)and (max-width:650px) {
.hero h1 {
	font-family: 'Moderat-bold', sans-serif;
	font-size: 36px;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.22;
	letter-spacing: 0px;
	text-align: left;
	margin-top: 10px;
}
body h1 {
	font-family: 'Moderat-bold', sans-serif;
	font-size: 36px;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.22;
	letter-spacing: -0.7px;
	text-align: left;
	color: #333333;
}
body h2 {
	font-family: 'GT-Walsheim-Medium', sans-serif;
	font-size: 30px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.2;
	letter-spacing: -0.2px;
	text-align: left;
}
.mark-WIN-col-1 {
	background-image: url(https://d2vtntcxpdw15n.cloudfront.net/img3/AUS_homePromo.jpg);
	background-repeat: no-repeat;
	background-position: -193px 0px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 360px;
}
}

@media only screen and (min-width:768px)and (max-width:812px) {
    .grid-float-title {
        padding: 0 25px
    }
.hero h1 {
	font-family: 'Moderat-bold', sans-serif;
	font-size: 36px;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.22;
	letter-spacing: 0px;
	text-align: left;
	margin-top: 10px;
}
.mob-signBtn {
	margin-top: 15px;
	float: right;
}
body h2 {
	font-family: 'GT-Walsheim-Medium', sans-serif;
	font-size: 30px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.2;
	letter-spacing: -0.2px;
	text-align: left;
}
.footer-txt1 {
	font-family: 'MaisonNeue', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.44;
	letter-spacing: 0px;
	text-align: left;
	color: #000000;
	margin-top: 5px;
	font-size: 14px;
}
.htc-logo img {
	width: 140px;
}
}

@media only screen and (min-width:812px)and (max-width:992px) {
    .grid-float-title {
        padding: 0 25px
    }
.hero h1 {
	font-family: 'Moderat-bold', sans-serif;
	font-size: 36px;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.22;
	letter-spacing: 0px;
	text-align: left;
	margin-top: 10px;
}
.mob-signBtn {
	margin-top: 15px;
	float: right;
}
body h2 {
	font-family: 'GT-Walsheim-Medium', sans-serif;
	font-size: 30px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.2;
	letter-spacing: -0.2px;
	text-align: left;
}
.footer-txt1 {
	font-family: 'MaisonNeue', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.44;
	letter-spacing: 0px;
	text-align: left;
	color: #000000;
	margin-top: 5px;
	font-size: 16px;
}
.htc-logo img {
	width: 140px;
}
}

@media only screen and (min-width:768px)and (max-width:992px) {
    .review-float-scroll {
        right: 15px;
    }
.navbar-top-menu + div, .navbar-top-menu + section {
	padding-top: 160px;
}
.hero h1 {
	font-family: 'Moderat-bold', sans-serif;
	font-size: 36px;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.22;
	letter-spacing: 0px;
	text-align: left;
	margin-top: 10px;
}
body h2 {
	font-family: 'GT-Walsheim-Medium', sans-serif;
	font-size: 30px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.2;
	letter-spacing: -0.2px;
	text-align: left;
}
.navbar-collapse.collapse {
	position: absolute;
	right: 20px;
	height: auto !important;
	padding-bottom: 0;
	overflow: visible !important;
	display: none !important;
}
body h1 {
	font-family: 'Moderat-bold', sans-serif;
	font-size: 45px;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.22;
	letter-spacing: -0.7px;
	text-align: left;
	color: #333333;
}
.nav > li > a, #navbar a.btn-white {
	font-size: 1.3em;
}
.btn-white {
	font-size: 1.3em;
}
.btn-orange {
	font-size: 1.3em;
}
.navbar-brand {
	position: absolute;
	left: 35px;
}
.navbar-toggle {
	display: block;
}
.navbar-header {
	width: 100%;
}
#H_MemberCount {
	width: 620px;
}
.carousel-control .fa-angle-left {
	width: 30px;
	height: 30px;
	margin-top: -10px;
}
.carousel-control .fa-angle-right {
	width: 30px;
	height: 30px;
	margin-top: -10px;
}
.marketing-one {
	width: auto;
	margin-left: 0%;
}
/* remove for smaller screens */
.mark-WIN-col-1 {
	background-size: cover
}
/* add this either globally or just for smaller screen*/
.marketing-four-new {
	width: auto;
	margin-left: 0%;
}
/*/ remove for smaller screens*/
}

@media only screen and (min-width:992px)and (max-width:1200px) {
    .review-float-scroll {
        right: 3%;
    }
body h2 {
	font-family: 'GT-Walsheim-Medium', sans-serif;
	font-size: 30px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.2;
	letter-spacing: -0.2px;
	text-align: left;
}
.htc-logo img {
	width: 169px;
}
body h1 {
	font-family: 'Moderat-bold', sans-serif;
	font-size: 50px;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.22;
	letter-spacing: -0.7px;
	text-align: left;
	color: #333333;
}
.md-display-table {
	display: table
}
.md-display-cell {
	display: table-cell
}
.md-nofloat {
	float: initial;
}
.md-vertical-top {
	vertical-align: top;
}
#H_MemberCount {
	width: 856px;
}
.carousel-control .fa-angle-left {
	margin-left: -50px;
}
.carousel-control .fa-angle-right {
	margin-right: -30px
}
.marketing-one {
	width: auto;
	margin-left: 0%;
}
/* remove for smaller screens */
.mark-WIN-col-1 {
	background-size: cover
}
/* add this either globally or just for smaller screen*/
.marketing-four-new {
	width: auto;
	margin-left: 0%;
}
/*/ remove for smaller screens*/
}

@media only screen and (min-width:1200px) {
.htc-logo img {
	width: 169px;
}
#H_MemberCount {
	width: 856px;
}
.carousel-control .fa-angle-left {
	margin-left: -50px;
}
.carousel-control .fa-angle-right {
	margin-right: -30px
}
.marketing-one {
	width: auto;
	margin-left: 0%;
}
/* remove for smaller screens */
.mark-WIN-col-1 {
	background-size: cover
}
/* add this either globally or just for smaller screen*/
.marketing-four-new {
	width: auto;
	margin-left: 0%;
}
/*/ remove for smaller screens*/
.starwrapper .fa-star {
	/* width: 30px; */
        /* height: 35px; */
	margin: 5px 5px;
	font-size: 35px;
}
}

@media only screen and (min-width:0px)and (max-width:500px) {
.homePic {
	height: 400px
}
.homePicInner {
	max-width: 300px;
	margin: 0 20px;
}
.blcquote {
	font-size: 30px
}
.homeQuote H1 {
	font-size: 36px
}
.homeQuote {
	max-width: 300px;
}
.homPic-Win-homeQuote H1 {
	font-size: 36px
}
.homPic-Win-homeQuote {
	min-height: 300px;
}
.nQuote1 {
	width: 49px !important;
	height: 39px !important;
}
.nQuote1
{
	margin: 0 0 10px 0;
}
.nQuote2 {
	width: 49px !important;
	height: 39px !important;
	margin: 15px 0px 0px 0px !important;
	float: none !important;
}
}

@media only screen and (min-width:500px)and (max-width:600px) {
.homePic {
	height: 500px
}
.homePicInner {
	max-width: 400px;
	margin: 0 20px;
}
.blcquote {
	font-size: 35px
}
.homeQuote H1 {
	font-size: 36px
}
.homeQuote {
	max-width: 500px;
}
.homPic-Win-homeQuote H1 {
	font-size: 36px
}
.homPic-Win-homeQuote {
	max-width: 450px;
}
.nQuote1 {
	width: 49px !important;
	height: 39px !important;
}
.nQuote1
{
	margin: 0 0 10px 0;
}
.nQuote2 {
	width: 49px !important;
	height: 39px !important;
	margin: 15px 0px 0px 0px !important;
	float: none !important;
}

}

@media only screen and (min-width:600px)and (max-width:767px) {
.nQuote1 {
	width: 49px !important;
	height: 39px !important;
}
.nQuote2 {
	width: 49px !important;
	height: 39px !important;
    float:none!important;
	margin-top: 30px;
}
.homePic {
	height: 600px
}
.homePicInner {
	max-width: 500px;
	margin: 0 20px;
}
.blcquote {
	font-size: 40px
}
.homeQuote {
	min-height: 300px
}
.homeQuote H1 {
	font-size: 45px
}
.homeQuote {
	max-width: 500px;
}
.homPic-Win-homeQuote {
	min-height: 300px
}
.homPic-Win-homeQuote H1 {
	font-size: 45px
}
.homPic-Win-homeQuote {
	max-width: 450px;
}
.nQuote2
{
	float:none!important;
}
}

@media only screen and (min-width:768px)and (max-width:798px) {
.homePic {
	max-height: 600px;
	max-width: 300px;
}
.homePicInner {
	max-width: 500px;
	margin: 0 20px;
}
.blcquote {
	font-size: 28px
}
.homeQuote {
	min-height: 350px
}
.homeQuote H1 {
	font-size: 35px
}
.homeQuote p {
	font-size: 15px;
}
.homPic-Win-homeQuote {
	min-height: 350px
}
.homPic-Win-homeQuote H1 {
	font-size: 35px
}
.homPic-Win-homeQuote p {
	font-size: 15px;
}
.nQuote2
{
	float:none!important;
}
}

/* small */
@media only screen and (min-width:799px)and (max-width:842px) {
.homeQuote H1 {
	font-size: 37px
}
.homeQuote p {
	font-size: 16px;
}
.homPic-Win-homeQuote H1 {
	font-size: 37px
}
.homPic-Win-homeQuote p {
	font-size: 16px;
}
.nQuote2
{
	float:none!important;
}
}

/* small */
@media only screen and (min-width:842px)and (max-width:992px) {
.homePic {
	height: 440px;
}
.homePicInner {
	max-width: 390px;
}
.blcquote {
	font-size: 30px
}
.homeQuote {
	min-height: 355px
}
.homeQuote H1 {
	font-size: 39px
}
.homeQuote p {
	font-size: 16px;
}
.homPic-Win-homeQuote {
	min-height: 350px
}
.homPic-Win-homeQuote H1 {
	font-size: 39px
}
.homPic-Win-homeQuote p {
	font-size: 16px;
}
.homePic .blcquote {
	font-size: 28px;
}
.nQuote2
{
	float:none!important;
}
}

/* medium / large */

@media only screen and (min-width:992px)and (max-width:1026px) {
.homePic {
	height: 450px
}
.homeQuote H1 {
	font-size: 45px
}
.homeQuote p {
	font-size: 17px;
}
.homPic-Win-homeQuote H1 {
	font-size: 45px
}
.homPic-Win-homeQuote p {
	font-size: 17px;
}
.homPic-justshopper
{
    background-position-y: 0px;
}
.nQuote2
{
	float:left;
}
}

@media only screen and (min-width:1027px)and (max-width:1100px) {
.homePic {
	height: 450px
}
.homeQuote H1 {
	font-size: 48px
}
.homPic-Win-homeQuote H1 {
	font-size: 48px
}
.homPic-justshopper
{
    background-position-y: 0px;
}
}

@media only screen and (min-width:1100px)and (max-width:1200px) {
.homePic {
	height: 500px
}
.homeQuote H1 {
	font-size: 52px
}
.homPic-Win-homeQuote H1 {
	font-size: 52px
}
.homePic .blcquote {
	font-size: 30px;
}
.homPic-Win-homeQuote {
	max-width: 450px;
}
.homPic-justshopper
{
    background-position-y: 0px;
}
}

@media only screen and (min-width:1200px)and (max-width:1300px) {
.homePic {
	height: 550px
}
.homeQuote H1 {
	font-size: 56px
}
/**/
.homPic-Win-homeQuote H1 {
	font-size: 56px
}
/**/
.homPic-Win-homeQuote {
	max-width: 500px;
}
.homPic-justshopper
{
    background-position-y: 0px;
}
}

@media only screen and (min-width:1200px){
    .review-float-scroll {
        right: 3%;
    }
}

@media only screen and (min-width:1500px) {
    .review-float-scroll {
        right: 10%;
    }
}

@media only screen and (min-width:1300px)and (max-width:2000px) {
.homePic {
	height: 600px
}
.homeQuote {
	max-width: 550px;
}
.homPic-Win-homeQuote {
	max-width: 500px;
}
.homPic-justshopper
{
    background-position-y: 0px;
}
}

/****************************new product carausel css**********/
/*xs*/
@media (max-width: 767px) {
.popover-user-menu .icon {
	width: 34px;
	border-radius: 5px;
}
.footer-link {
	font-family: 'MaisonNeue', sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.63;
	letter-spacing: 0px;
	text-decoration: none !important;
}
.signup-padding-top {
	margin-top: 86px;
}
.product_box-heading {
	font-family: 'Moderat-bold', sans-serif;
	font-size: 30px;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.2;
	letter-spacing: 0px;
	text-align: left;
	color: #f6f6f6;
}
.starwrapper .fa-star {
	/* width: 35px; */
    /* height: 35px; */
	margin: 5px 5px;
	font-size: 25px;
}
}

/*xs*/
@media (max-width: 767px) {
.pull-right-xs {
	float: left !important;
}
.hero-review-products .container {
	padding: 0 40px;
}
.profile-badge-heading2 {
	font-size: 24px;
}
.img_badge {
	width: 67px;
	height: auto;
}
.text-size-20 {
	font-size: 18px;
}
.body-font {
	font-family: 'MaisonNeue', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.44;
	letter-spacing: 0px;
}
.Product-test-heading h6 {
	font-family: 'Moderat-bold', sans-serif;
	font-size: 22px;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.36;
	letter-spacing: 0px;
	text-align: left;
}
.top_slider_contenth1 {
	max-width: 248px;
	vertical-align: middle;
	text-align: center;
}
.carousel-inner .active.left {
	left: -50%;
}
.carousel-inner .active.right {
	left: 50%;
}
.carousel-inner .next {
	left: 50%;
}
.carousel-inner .prev {
	left: -50%;
}
.carousel-col {
	width: 50%;
}
.active > div:first-child + div {
	display: block;
}
}

/*sm*/
@media (min-width: 768px) and (max-width: 991px) {
.navbar-wrapper {
	top: 0px;
	margin-top: 0px;
	height: 86px;
}
.float-panel {
    top: 86px;
}
.hero-review-products .container {
	padding: 0 40px;
}
.Product-test-heading h6 {
	font-family: 'Moderat-bold', sans-serif;
	font-size: 22px;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.36;
	letter-spacing: 0px;
	text-align: left;
}
.top_slider_contenth1 {
	max-width: 310px;
	vertical-align: middle;
	text-align: center;
}
.carousel-inner .active.left {
	left: -50%;
}
.carousel-inner .active.right {
	left: 50%;
}
.carousel-inner .next {
	left: 50%;
}
.carousel-inner .prev {
	left: -50%;
}
.carousel-col {
	width: 50%;
}
.active > div:first-child + div {
	display: block;
}
.navbar-brand, .htc-nav {
	margin-top: -12px;
}
.navbar .badge {
	top: 7px;
	right: 85px;
}
}

/*md*/
@media (min-width: 992px) {
    .md-display-table {
	    display: table
    }
    .md-display-cell {
	    display: table-cell
    }
    .md-pull-right {
	    float: right
    }
    .md-pull-left {
	    float: left
    }
    .navbar .badge {
	    top: -14px;
	    right: -10px;
    }
    .md-float-none {
        float: none
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
.hero-review-products .container {
	padding: 0 40px;
}
.top_slider_contenth1 {
	max-width: 348px;
	vertical-align: middle;
	text-align: center;
}
.carousel-inner .active.left {
	left: -33%;
}
.carousel-inner .active.right {
	left: 33%;
}
.carousel-inner .next {
	left: 33%;
}
.carousel-inner .prev {
	left: -33%;
}
.carousel-col {
	width: 33%;
}
.active > div:first-child + div {
	display: block;
}
.active > div:first-child + div + div {
	display: block;
}
.starwrapper .fa-star {
	/* width: 25px; */
        /* height: 25px; */
	margin: 5px 3px;
	font-size: 25px;
}
}

/*lg*/
@media (min-width: 1200px) {

.top_slider_contenth1 {
	max-width: 448px;
	vertical-align: middle;
	text-align: center;
}
.carousel-inner .active.left {
	left: -31%;
}
.carousel-inner .active.right {
	left: 31%;
}
.carousel-inner .next {
	left: 31%;
}
.carousel-inner .prev {
	left: -31%;
}
.carousel-col {
	width: 31%;
}
.active > div:first-child + div {
	display: block;
}
.active > div:first-child + div + div {
	display: block;
}
.active > div:first-child + div + div + div {
	display: block;
}
}

@media (max-width:992px) {
    .sm-margin-t20 {
        margin-top: 20px;
    }
}

@media (max-width: 780px) {
.support_submitbtn {
	text-align: center !important;
}
.col-md-link-arrow {
	margin-left: 20px !important;
}

.pull-right-xs {
	float: left!important;
}
.homeQuote-padding {
	margin: 50px 20px 50px 20px;
	padding: 0px;
}
.footer-instagram {
	vertical-align: top !important;
	margin-top: 10px;
	margin-right: 0px;
}
.footer-buchanangrouplogo {
	text-align: center !important;
	margin-bottom: 10px;
}
.footer-buchanangrouplogo-text2 {
	height: auto;
	height: 28px;
	text-align: center;
}
.footer-margin-t30 {
	margin-top: 20px;
}
.-Buchanan-Group-Al {
	font-family: 'MaisonNeue', sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 2.17;
	letter-spacing: 0px;
	text-align: center;
	color: #000000;
}
}

@media only screen and (max-width: 768px) {
nav .popover {
	width: 100%!important;
	top: 70px !important;
	left: auto !important;
	right: 0px !important;
}
.float-panel {
    top: 86px;
}
.navbar-wrapper {
	top: 0px;
	margin-top: 0px;
	height: 86px;
}
/*nav .popover-user-menu {
	width: 310px !important;
}*/
nav .popover-content > .div-notif-all {
	width: 100% !important;
}
.pos-neg-10 {
	top: -10px;
	right: -10px;
}
nav .popover.bottom {
	margin-top: 5px;
	margin-right: 0px !important;
}
/*nav .popover.bottom > .arrow {
	left: 79% !important;
	/*margin-left: 150px;*/
}
*/
}

@media only screen and (min-width : 768px) {
.pos-neg-10 {
	top: -5px;
	right: -10px;
}
nav .popover {
	max-width: 520px;
	top: 55px !important;
	left: auto !important;
	right: 0px !important;
}
nav .notif-icon {
	width: 40px !important;
	margin-left: 0px;
	margin-right: 0px;
	min-height: 50px;
}
nav .popover.bottom {
	margin-top: 5px;
	margin-right: 20px !important;
}
nav .popover.bottom > .arrow {
	left: 50% !important;
	margin-left: 167px;
}
nav .popover-user-menu {
	width: 515px !important;
}
.support_submitbtn {
	float: left!important;
}
}

@media only screen and (min-width : 996px) {
.pos-neg-10 {
	top: -10px;
	right: -10px;
}
nav .popover {
	min-width: 520px;
	top: 55px !important;
	left: auto !important;
	right: 0px !important;
}
nav .notif-icon {
	width: 40px !important;
	margin-left: 0px;
	margin-right: 0px;
	min-height: 50px;
}
nav .popover.bottom {
	margin-top: 0px;
	margin-right: 0px !important;
}
nav .popover.bottom > .arrow {
	left: 61% !important;
	margin-left: 167px;
}
nav .popover-user-menu {
	width: 515px !important;
}
}

@media only screen and (max-width: 480px) {
.container {
	overflow-x: visible;
}
}
/* Fixes */
/*------*/

/* removed blue border from Form fields */
input:focus, select:focus, textarea:focus, button:focus {
	outline: none;
}
hr.negative {
	border-top: 2px solid #fff!important;
}
img {
	border : 0;
}
img a {
	outline : none;
}
a:focus {
	outline: none;
}
.nav li:last-child>a:hover .username {
	border-bottom: 2px solid white;
}
.no-hover-nav:hover {
	border: none !important;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
	color: #262626;
	text-decoration: none;
	background-color: #311265;
	color: white;
	outline: 0px;
}
.dropdown-menu>li>a {
	display: block;
	padding: 5px 20px;
	clear: both;
	font-weight: 400;
	color: #333;
	white-space: nowrap;
}
/* removed shadow inner shadow from mobile devices on input fields */
input[type=text], input[type=email], input[type=password], textarea {
	-webkit-appearance: none!important;
}
.form-control:focus {
	border-color: #d5d5d5;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
/* removing outline from buttons */
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
	outline: none;
	outline-offset: 0px;
}
/* removing autofill background from input fields */
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus input:-webkit-autofill, textarea:-webkit-autofill, textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
 -webkit-text-fill-color: inherit !important;
 -webkit-box-shadow: 0 0 0px 1000px #FFFFFF inset;
 transition: background-color 5000s ease-in-out 0s;
}
.sidenav li:last-child>a:hover .btn-white, .sidenav li:last-child>a:active .btn-white, .sidenav li:last-child>a:focus .btn-white {
	text-decoration: none;
	border-bottom: none;
	padding: 12px 40px;
}
.slider-copy-frame-856 {
	max-width: 856px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.signup-h1 {
	margin-bottom: 32px;
}
.dropdown-backdrop {
	display: none;
}
.form-white-bg .field-validation-error {
	color: #f40650!important;
}
.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
	padding-top: 15px;
	margin-top: 0;
	margin-bottom: 0;
}
.search-result-label {
	font-family: 'Moderat', sans-serif;
	font-size: 28px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.36;
	letter-spacing: 0.3px;
	color: #252525;
}
.all-product-close-btn a {
	font-family: 'Moderat', sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.44;
	letter-spacing: 2px;
	color: #252525;
	text-transform: uppercase;
	white-space: nowrap;
	padding-top: 10px;
}
.all-product-close-btn i {
	font-size: 18px;
	color: #252525;
	font-weight: bold;
	margin-left: 10px;
}
.reply-user-container
{
	width:40px;
}
/* cookie alert */
.cookie-alert-wrapper
{
	padding-top:30px;
	padding-bottom:30px;
}
.cookie-text
{
	padding-top:10px;
	padding-right:30px;
	padding-left:30px;
	color:#fff!important;
	font-size:18px;
}
@media only screen and (max-width: 768px){
	.cookie-alert-wrapper
{
	padding-top:10px;
	padding-bottom:10px;
}
.cookie-text
{
	padding-top:0px;
	padding-right:0px;
	padding-left:0px;
	font-size:12px!important;
}
.cookie-allow-btn
{
	min-width: 120px!important;
	font-size:14px!important;
	padding: 10px 10px!important;
}
}
