vidhtml, body {
  height: 100%;
  min-height: 100%;
}
body {
  font-family:Lato, Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #444;
  color: #374959;
  font-size: 16px;
  padding-top: 60px;
}
h1, h2, h3, h4, h5 {
  font-family:Lato, Arial, Helvetica, sans-serif;
  font-weight: 450;
  color: #4a688a;
  font-size: 1.5em;
}
a {
  transition: .2s all;
}
a:hover, a:focus {
	text-decoration: none;
	color: #1E4466;
}

.wrapper {
  margin: 0 auto;
}
.row.collapsed {
  margin-left: 0;
  margin-right: 0;
}
.row.collapsed > [class^="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.line-delimiter {
    width: 60px;
    height: 1px;
    background-color: rgba(55, 73, 89, .4);
    margin: 18px auto;
}

/* --- Modal --- */
.modal {
  background-color:rgba(45,54,68,0.75);
}
.modal .close {
  opacity: .5;
  transition: .2s all;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  background-color: #dee4e9;
}
.modal .close span {
    position: relative;
    top: -1px;
}
.modal-content {
  box-shadow: none;
  border-radius: 0;
  border: none;
}
.modal-header {
  text-align: center;
  border-bottom: 0;
  padding-top: 25px;
}
.modal-title {
  color: #374859;
}
.modal-title .icon-pl {
  font-size: 20px;
}
.modal-body.nopadding {
  padding: 0;
}
.modal-footer {
  text-align: center;
}
.modal-footer .btn {
  min-width: 120px;
}
.modal-footer.singlebtn .btn {
  min-width: 240px;
}
.modal .close {
  display: inline-block;
  position: absolute;
  z-index: 10;
  font-size: 30px;
  font-weight: 300;
  line-height: 20px;
  top: 2px;
  right: 4px;
  outline: none;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, 25%) scale(.8);
  transform: translate(0, 25%) scale(.8);
  transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1);
}

.modal-body.nopadding {
  padding: 0;
}

.modal-copy {
    color: #D82687;
    padding-top: 0px;
	padding-bottom: 5px;
}
.modal-copy .title {
    font-size: 1.8em;
    line-height: 1.15em;
    margin-bottom: 35px;
}
.modal-copy .small {
    color: #93154A;
    font-size: 1.1em;
    line-height: 1.15em;
    margin-bottom: 5px;
}
.modal-copy .small span {
    font-size: .85em;
}
.modal-cta {
    margin-bottom: 40px;
}
.modal-copy-img {
    width: 100%;
    height: auto;
	max-width: 325px;
}
.modal-copy-txt {
    display: none;
}
.modal-copy-txt img {
    width: 100%;
    height: auto;
    margin-bottom: 12px;
}

.modal-signup-hero {
  position: absolute;
  width: 40%;
  left: 0;
  top: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.modal-signup-content {
  padding: 10px 20px 6px;
  padding-left: calc(40% + 35px);
  text-align: center;
}
.modal-signup-content .modal-title {
  line-height: 1em;
  padding-top: 10px;
}
.modal-signup-content .modal-title .icon-pl {
  font-size: 40px;
}
.modal-signup-content .intro {
  line-height: 1.3em;
  margin: 20px 0 50px;
  color: #374859;
}
.modal-signup-content .download-link {
  margin: 60px 0 30px;
  display: inline-block;
}
.modal-signup-content a {
  color: #68a2d5;
  color: rgba(55, 72, 89, .65);
  font-size: 14px;
}
.modal-signup-content .list-soc {
  margin: 0;
  margin-top: 5px;
}
.modal-signup-content .form-signup .form-control {
    font-size: 12px;
    border-color: rgba(55, 72, 89, .25);
    height: 30px;
    width: 73%;
}

.pink {
  color: #7f1046;
}
.bethefirst { 
  line-height: 14px;
  font-size: 14px;
  padding: 0;
}
.bethefirst a { 
  padding-top: 0px;
  line-height: 0px;
  font-size: 13px;
  padding: 0;
}
.modal-signup-content .form-signup {
  width: auto;
  max-width: 240px;
  padding-bottom: 3px;
}
.modal-signup-content .form-signup p {
  font-size: 13px;
  line-height: 1.2em;
}
.modal-signup-content .form-signup .submitemail {
  background: #68a2d5;
  background-color: rgba(55, 72, 89, .35);
  right: -5px;
  min-height: 30px;
  height: 30px;
  padding: 2px 20px;
  box-shadow: none;
  font-size: 12px;
}
.modal-signup-content .form-prefix .picto {
  font-size: 10px;
  left: 8px;
}
.modal-signup-content .list-soc a {
  color: #374859;
  color: rgba(55, 72, 89, .65);
  font-size: 16px;
}
.modal-signup-content .list-soc a:hover {
  color: #374859;
  opacity: .8;
}
.img-signup {
  max-width: 100%;
  height: auto;
  margin-top: 45px;
}


/* --- Header --- */
.header {
  padding-top: 10px;
  height: 60px;
  background-color: #fff;
  position: fixed;
  width: 100%;
  top: 0;
  background-color: rgba(255,255,255,.96);
  z-index: 20;
  backface-visibility: hidden;
  transition: all 450ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
.scrolled .header {
  height: 40px;
  padding-top: 0;
}
.scrolled .navbar-brand {
  padding-top: 2px;
}
.scrolled .navbar-brand img,
.scrolled .navbar-brand svg {
  width: 180px;
}

.header .container-fluid {
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
}
.navbar-default {
  background-color:transparent;
  border:0px;
  margin-bottom:0px;
  min-height: 70px;
}

.navbar-default .navbar-nav>li>a {
  font-size:13px;
  font-weight: 700;
  color: #364858;
  padding: 11px 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.navbar-default .navbar-nav>li>a:hover {
  color: #364858;
}

.navbar-default .navbar-right [class^="icon-"] {
  font-size: 1.25em;
}
.navbar-default .navbar-right>li>a {
  padding-left: 6px;
  padding-right: 6px;
}

.navbar-default .navbar-toggle {
  margin-top: 8px;
}
.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:focus {
  background-color:transparent;
  border-radius: 0;
  border:0px;
  padding: 6px 10px;
}
.navbar-default .navbar-toggle:hover {
  background-color:transparent;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color:#444;
  border-radius: 0;
  height: 2px;
  width: 22px;
}
.navbar-default .navbar-collapse {
  border:0px;
}
.navbar-collapse .navbar-nav>li>a.btn-primary {
  padding:4px 10px;
}

.navbar-brand {
  padding-top: 2px;
  padding-right: 0;
}
.navbar-brand img {
  width: 218px;
  height: auto;
  transition: all 450ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
.navbar-brand svg {
  transition: all 450ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

.navbar-default .navbar-nav>li>a.btn-login {
  color: #fff;
  background-color: #434A54;
  padding: 8px 20px;
  font-size: 14px;
  margin-top: 15px;
}
.navbar-default .navbar-nav>li>a.btn-login:hover {
  color: #fff;
  background-color: #46CAAA;
}
.navbar-default .navbar-right {
  transition: all 450ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
.navbar-right>li>a:hover {
  opacity: .8;
}
.btn-subscribe {
  background-color: #dee4e9;
  color: #374959;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 13px;
  position: absolute;
  padding: 5px 12px;
  top: 5px;
  right: 12px;
  transition: all 450ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  -webkit-transform: translateY(-60px);
  transform: translateY(-60px);
}
.btn-subscribe:hover {
  background-color: #374959;
  color: #dee4e9;
}

.scrolled .btn-subscribe {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* --- Buttons --- */
.btn .icon-arrow-r {
  margin-left: 10px;
  font-size: 80%;
}
.btn-primary {
  background-color: #46CAAA;
  font-weight: 700;
  border: none;
  line-height: 1em;
  padding: 8px 20px;
}
.btn-primary:hover {
  background-color: #34B494;

}
.btn-primary .icon-cart {
  margin-left: 10px;
}
.btn-default {
  color: #fff;
  background-color: #DB4554;
  border: none;
}
.btn-default:hover {
  background-color: #CD2738;
  color: #fff;
}
.btn-large.btn-apply {
  padding: 14px 20px;
  box-shadow: 0 0 0 3px #fff;
}
.btn-large.btn-apply:hover {
  box-shadow: 0 0 0 4px #fff;
}
.btn-large {
  font-size: 20px;
  padding: 22px 25px;
}

.btn-text {
  color: #53728C;
  border-bottom: 1px solid #53728C;
  padding-bottom: 2px;
}
.btn-text:hover {
  border-bottom: 1px solid rgba(83, 114, 140, .3);
}

.promo-video {
    padding-top: 8px;
    padding-right: 8px;
}
.btn-promovideo {
    font-size: 14px;
    color: #364858;
}
.btn-promovideo .icon-play {
    margin-right: 4px;
    font-size: .85em;
}


/* --- Promo --- */
.message {
  text-align: center;
  padding-top: 200px;
  z-index: 10;
}
.message h1 {
  font-size: 1.7em;
  margin:0px;
  margin-bottom: 10px;
  line-height:1.2em;
  letter-spacing: -1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.message h3 {
  line-height: 1.3em;
  margin-bottom: 10px;
  font-size: 1em;
  color: #374959;
}
.message .intro {
  line-height: 1.3em;
  margin-top: 5px;
  font-size: 1em;
  color: #4a688a;
}
.message .introsubhead {
  line-height: 1.3em;
  margin-bottom: 1px;
  font-size: .9em;
  color: #374959;
  color: #4a688a;
}
.message .introsub {
  line-height: 1.3em;
  margin-top: 5px;
  font-size: .7em;
  color: #374959;
}
.message .introtemp {
  font-size: .9em;
  color: #9ba4ad;
}
.message .intro strong {
  font-size: 1.15em;
}

.form-signup {
  width: 315px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 20px;
}
.form-signup p {
  color: #374859;
}
.form-signup .form-group {
  margin: 0;
}
.form-signup .form-control {
  box-shadow: none;
  border: 1px solid #86949e;
  padding: 5px 10px;
  color: #374959;
  font-size: 14px;
  transition: .2s all;
  border-radius: 0;
  width: 75%;
}
.form-signup .form-control::-webkit-input-placeholder {
  color: #86949e;
  font-style: italic;
}
.form-signup .form-control:-moz-placeholder {
  color: #86949e;
  font-style: italic;
}
.form-signup .form-control::-moz-placeholder {
  color: #86949e;
  font-style: italic;
}
.form-signup .form-control:-ms-input-placeholder {  
  color: #86949e;
  font-style: italic;
}
.form-signup .form-control:focus {
  background-color: rgba(55, 70, 89, .1);
}
.form-prefix {
  position: relative;
}
.form-prefix .form-control {
  padding-left: 35px;
}
.form-prefix .picto {
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.form-enbutton .btn-submitemail {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  border: none;
  background-color: transparent;
  padding: 0 15px;
  font-size: 1.2em;
}
.form-enbutton .btn-submitemail .icon-arrow {
  transition: all 450ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  display: inline-block;
}
.form-enbutton .btn-submitemail:hover .icon-arrow {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.submitemail{
  color: #FFF; 
  background:#56738d; 
  font-size:13px;
  box-shadow: 1px 1px 2px #24404e; 
  position: absolute;
  right: 5px;
  padding:4px 20px; 
  border:0px;
  top: 0;
  height: 31px;
  min-height: 33px;
}
.submitemail:hover{color:#dee4e9;box-shadow:0px 0px 0px;-webkit-transform: translateX(1px);transform: translateX(1px); top:1px;}
.submitemail:active{border:0px;}
.submitemail:focus {outline:0;}
.errorRed{color:#c2aa22; position:absolute; bottom:0px; right:35px; width:100%; font-size: 13px;}
.signupbox {
    padding: 14px 12px;
	padding-top: 20px;
	padding-bottom: 22px;
    width: 100%;
    background-color: #2d4a5a;
    z-index: 20;
	color: rgba(255,255,255,.65);
	text-align: center;
	font-weight: normal;
	font-size: 16px;
	position:relative;
  }
  .signupbox .fall{
	padding-top: 4px;
  }
  .signupbox .notbold {
	font-weight: 100;
  }
  .signupbox a {
	font-size: 13px;
	color: rgba(222,228,233,1);
	padding-top: 10px;
	padding-top: 10px;
  }
  .signupbox .form-signup p {
	color: rgba(255,255,255,.65);
	text-align: center;
	font-weight: 100;
	font-size: 12px;
  }
  .signupbox .form-group {
    margin-bottom: 0;
  }
  .signupbox .form-signup .form-control {
    background-color: transparent;
    border-color: rgba(255,255,255,.35);
    border-width: 1px;
    height: 34px;
    color: #fff;
    line-height: 1em;
	font-weight: 100;
	font-size: 16px;
	font-style: italic;
  }
  
input:-webkit-autofill {
    -webkit-box-shadow:0 0 0 50px #2d4a5a inset !important; /* Change the color to your own background color */
    -webkit-text-fill-color: #999;
}
input:-webkit-autofill:focus {
    -webkit-box-shadow: /*your box-shadow*/,0 0 0 50px #2d4a5a inset !important;
    -webkit-text-fill-color: #999;
}
  .signupbox .form-signup .form-control::-webkit-input-placeholder {
    color: rgba(255,255,255,.5);
  }

  .signupbox .form-signup .form-control:-moz-placeholder {
    color: rgba(255,255,255,.5);
  }

  .signupbox .form-signup .form-control::-moz-placeholder {
    color: rgba(255,255,255,.5);
  }

  .signupbox .form-signup .form-control:-ms-input-placeholder {  
    color: rgba(255,255,255,.5);
  }
  .signupbox .form-prefix .picto {
    color: rgba(255,255,255,.45);
  }
  .form-enbutton .btn-submitemail {
    color: rgba(255,255,255,.75);
    height: 42px;
  }



.signupboxModal {
    padding: 14px 12px;
	padding-top: 0px;
	padding-bottom: 5px;
    width: 100%;
    background-color: #ffffff;
    z-index: 20;
	color: rgba(255,255,255,.65);
	text-align: center;
	font-weight: normal;
	font-size: 16px;
	position:relative;
  }
  .signupboxModal .fall{
	padding-top: 4px;
  }
  .signupboxModal .notbold {
	font-weight: 100;
  }
  .signupboxModal a {
	font-size: 13px;
	color: rgba(222,228,233,1);
	padding-top: 10px;
	padding-top: 10px;
  }
  .signupboxModal .form-signup p {
	color: rgba(255,255,255,.65);
	text-align: center;
	font-weight: 100;
	font-size: 12px;
  }
  .signupboxModal .form-group {
    margin-bottom: 0;
  }
  .signupboxModal .form-signup .form-control {
    background-color: transparent;
    border-color: rgba(255,255,255,.35);
    border-width: 1px;
    height: 34px;
    color: #fff;
    line-height: 1em;
	font-weight: 100;
	font-size: 16px;
	font-style: italic;
  }
  
input:-webkit-autofill {
    -webkit-box-shadow:0 0 0 50px #2d4a5a inset !important; /* Change the color to your own background color */
    -webkit-text-fill-color: #999;
}
input:-webkit-autofill:focus {
    -webkit-box-shadow: /*your box-shadow*/,0 0 0 50px #2d4a5a inset !important;
    -webkit-text-fill-color: #999;
}
  .signupboxModal .form-signup .form-control::-webkit-input-placeholder {
    color: rgba(255,255,255,.5);
  }

  .signupboxModal .form-signup .form-control:-moz-placeholder {
    color: rgba(255,255,255,.5);
  }

  .signupboxModal .form-signup .form-control::-moz-placeholder {
    color: rgba(255,255,255,.5);
  }

  .signupboxModal .form-signup .form-control:-ms-input-placeholder {  
    color: rgba(255,255,255,.5);
  }
  .signupboxModal .form-prefix .picto {
    color: rgba(255,255,255,.45);
  }
  .form-enbutton .btn-submitemailModal {
    color: rgba(104,162,213,.75);
    height: 42px;
  }




/* --- Content Blocks --- */
.block {
  padding: 25px 0 40px;
}
.block.centered {
  text-align: center;
}

.block .inner {
  max-width: 1000px;
  margin: 0 auto;
}

.secthead {
  font-size: 1.063em;
  line-height: 1.1em;
  margin: 0;
  margin-bottom: .7em;
  text-transform: uppercase;
  color: #374959;
  letter-spacing: 2px;
}
.secthead-mobile {
  text-align: center;
  margin-top: -25px;
}
.block h2 {
  font-size: 2.7em;
  margin-top: .4em;
  line-height: 1em;
}
.block .intro.large {
  font-size: 1.7em;
  max-width: 720px;
  margin: 0 auto;
  margin-bottom: .8em;
  line-height: .8em;
  color: #4a688a;
  font-weight: 300;
}
.block .intro.notlarge {
  font-size: 1.4em;
  max-width: 720px;
  margin: 0 auto;
  margin-bottom: .1em;
  line-height:1.2em;
  color: #4a688a;
  font-weight: 100;
}
.block .intro.notlargeOne {
  font-size: 1.2em;
  max-width: 720px;
  margin: 0 auto;
  margin-bottom: 1em;
  line-height:1.2em;
  color: #4a688a;
}
.block .intro.narrow {
  max-width: 450px;
}
.block h3 {
  font-size: 2.25em;
  margin: 0;
  margin-bottom: 1.2em;
}
.block p {
  line-height: 1.5em;
}
.block .smaller {
  font-size: .85em;
}
.block .larger {
  font-size: 1.125em;
}
.block .highlight {
  color: #55728C;
  font-size: 1.2em;
  font-weight: 700;
}
.appblock {
  max-width: 920px;
  margin: 15px auto;
}
.app-copy {
}
.distanced {
  margin-top: 35px;
}

.spacer {
  margin: 25px auto;
  width: 45px;
  height: 1px;
  border-bottom: 1px solid rgba(0,0,0,.1);
}

.list-feats {
  display: -webkit-flex;
  display: flex;
}
.list-feats li {
  -webkit-flex: 1;
  flex: 1;
  background-color:rgba(86,115,141,0.1);
  padding: 20px 25px;
  margin: 0 2px;
}
.list-feats p {
  line-height: 1.4em;
  margin: 0
}
.list-feats .title {
  margin: .7em 0;
  margin-bottom: 1.4em;
  text-transform: uppercase;
  line-height: 1.2em;
  color: #55728C;
  font-size: .92em;
}
.list-feats .circle {
  padding-left: 3px;
}
.circle {
  width: 60px;
  height: 60px;
  line-height: 62px;
  border-radius: 100%;
  border: 1px solid rgba(86,115,141,0.35);
  text-align: center;
  color: #56738D;
  font-size: 38px;
}

.free {
  display: inline-block;
  background-image: url(../img/BestStyleApp_FreeBG.png);
  background-repeat: no-repeat;
  color: #fff;
  height: 96px;
  padding-left: 40px;
  padding-right: 30px;
  padding-top: 15px;
  margin-top: 15px;
  margin-bottom: 20px;
}
.free p {
  margin: 0;
  line-height: 1.1em;
}
.free .xlrg {
  font-size: 40px;
  display: inline-block;
}
.free .lrg {
  font-size: 38px;
  display: inline-block;
}
.free .sml {
  display: inline-block;
  vertical-align: top;
  padding-left: 4px;
  padding-top: 2px;
}
.free .tag {
  margin-top: 6px;
  font-size: .9em;
  letter-spacing: 1px;
}


/* --- Video Player --- */

.phone {
  display: inline-block;
  position: relative;
}
.phone-img {
  width: 100%;
  height: auto;
}
.phone .screens {
  position: absolute;
  left: 8.4%;
  top: 12%;
  width: 80%;
  height: auto;
}
.phone .screens a {
  display: none;
}
.phone .screens .active {
  display:block;
}
.phone .screens img {
  width: 100.1%;
  height: auto;
}
.circle.play {
  background-color: #1C252D;
  box-shadow: 0 0 0 2px rgba(255,255,255,.85);
  width: 86px;
  height: 86px;
  line-height: 88px;
  color: #fff;
  padding-left: 8px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -43px;
  margin-top: -43px;
  transition: all 350ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
.screens:hover .play {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  box-shadow: 0 0 0 4px rgba(255,255,255,1);
}
.video-player {
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.list-ctrls {
  position: relative;
  z-index: 10;
}
.list-ctrls a {
  display: block;
  color:rgba(28,37,45,0.65);
  font-weight: 700;
  padding: 8px 0;
  padding-right: 8px;
  position: relative;
  line-height: 1.1em;
}
.list-ctrls a:hover {
	color: #374959;
}
.list-ctrls a:after {
  content: "";
  width: 0px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 2px;
  background-color: rgba(28,37,45,1);
  opacity: 0;
  transition: all .3s ease-out;
}
.list-ctrls a.active {
  color:rgba(28,37,45,1);
  font-size: 1.1em;
}
.list-ctrls a.active:after {
  width: 100%;
  opacity: 1;
}


#app {
    padding-top: 0;
}


/* --- Quotes --- */
blockquote {
  border-left: none;
  padding: 0;
  margin: 0;
}
.quote {
  background-color: #374959;
  color: #fff;
  text-align: center;
  min-height: 140px;
  position: relative;
}
blockquote p {
  margin: 0;
  font-size: 1.1em;
}
blockquote .author {
  font-size: 14px;
  margin-top: 5px;
}
.quote blockquote {
  padding: 0 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 840px;
}
.withquotes {
  max-width: 740px;
  margin: 0 auto;
  position: relative;
}
.block .withquotes p {
  line-height: 1.2em;
}
.withquotes:before {
  content: "\e908";
  font-family: 'icomoon';
  font-size: 1.5em;
  line-height: .8em;
}

/* --- Press --- */
.gal-main {
  max-width: 800px;
  margin: 0 auto;
}
.gal-main div img {
  box-shadow: 1px 3px 8px rgba(0,0,0,.1);
  border: 1px solid rgba(0,0,0,.08);
  max-width: 550px;
  height: auto;
}
.gal-main.owl-theme .owl-controls,
.galthumbs.owl-theme .owl-controls {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.gal-main.owl-theme .owl-controls .owl-buttons div,
.galthumbs.owl-theme .owl-controls .owl-buttons div {
  background-color: transparent;
  color: rgba(0,0,0,.3);
  padding: 0;
  border-radius: 0;
  font-size: 3em;
  transition: .2s all;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.galthumbs.owl-theme .owl-controls .owl-buttons div {
  font-size:1.3em;
}
.gal-main.owl-theme .owl-controls .owl-buttons .owl-prev,
.galthumbs.owl-theme .owl-controls .owl-buttons .owl-prev {
  position: absolute;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.gal-main.owl-theme .owl-next,
.galthumbs.owl-theme .owl-next {
  position: absolute;
  right: 0;
  left: auto;
}

.list-gal.owl-theme .owl-controls {
  margin-top: -10px;
  margin-bottom: 10px;
}
.list-gal.owl-theme .owl-controls .owl-buttons div {
  background-color: transparent;
  color: rgba(0,0,0,.3);
  font-size: 2em;
  padding: 0;
  line-height: .9em;
}
.list-gal.owl-theme .owl-controls .owl-buttons div:hover {
  color: rgba(0,0,0,.5);
}
.list-gal.owl-theme .owl-controls .owl-buttons .owl-prev {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.galthumbs {
  margin-top: 15px;
  margin-bottom: 35px;
}
.galthumbs .slide {
  opacity: .7;
  transition: .2s all;
  padding: 8px 0;
  cursor: pointer;
}
.galthumbs .slide img {
  box-shadow: 1px 2px 4px rgba(0,0,0,.1);
  transition: all 450ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  max-width: 76px;
  height: auto;
}
.galthumbs .slide span {
  position: relative;
  display: inline-block;
}
.galthumbs .slide span:after {
  content:"";
  display: inline-block;
  width: 0;
  height: 3px;
  background-color: #364858;
  opacity: 0;
  transition: all 450ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
.galthumbs .owl-item.active .slide span:after {
  width: 100%;
  opacity: .6;
}
.galthumbs .owl-item.active .slide {
  cursor: default;
}
.galthumbs .owl-item.active .slide img {
  box-shadow: none;
}
.galthumbs .owl-item:not(.active) .slide:hover img {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  box-shadow: 3px 2px 6px rgba(0,0,0,.1);
}
.galthumbs .slide:hover {
  opacity: .9;
}
.galthumbs .active .slide {
  opacity: 1;
}
.galthumbs.owl-theme {
  width: 94%;
  margin-left: 3%;
}
.galthumbs.owl-theme .owl-controls {
  margin-top: -15px;
}
.galthumbs.owl-theme .owl-controls .owl-buttons .owl-prev {
  margin-left: -30px;
}
.galthumbs.owl-theme .owl-controls .owl-buttons .owl-next {
  margin-right: -30px;
}



/* --- FAQ --- */
.block-faq {
  min-height: 960px;
}
.faq-body {
  padding-left: 44%;
}
.faq {
  max-width: 550px;
  margin: 0 auto;
  margin-top: 20px;
  text-align: left;
  height: 670px;
  overflow-y: auto;
}

.faq dt {
  color: #55728C;
  line-height: 1.2em;
  margin-bottom: .3em;
  position: relative;
  padding-left: 35px;
}
.faq dt:before {
  content: "Q.";
  position: absolute;
  left: 0;
}
.faq dd {
  margin-bottom: .8em;
  padding-left: 35px;
}
.faq dd ul {
  margin: .4em 0;
  padding-left: 1.2em;
}

.faq .numbered dt:before {
  display: none;
}
.faq .number {
	position: absolute;
	left: 0;
	font-size: 18px;
}


.faq ol {
  padding-left: 1em;
  counter-reset: my-counter;
  list-style: none;
}
.faq ol li {
  margin: .8em 0;
  padding-left: 35px;
  position: relative;
}
.faq ol li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  font-size: .9em;
  position: absolute;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 22px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid rgba(0,0,0,.1);
  margin-top: -1px;
}


.btn-morequestions {
  display: block;
  border: 2px solid rgba(0,0,0,0.35);
  border-radius: 5px;
  padding: 20px 35px;
  max-width: 550px;
  margin: 0 auto;
  margin-top: .6em;
  text-align: left;
  background-image: url(../img/BestStyleApp_Email.png);
  background-repeat: no-repeat;
  background-position: right top;
}
.btn-morequestions:hover {
  background-color: rgba(86,115,141,0.1);
}
.btn-morequestions p {
  margin: 0;
  color: #55728C;
  font-weight: 700;
}
.btn-morequestions .title {
  font-size: .9em;
  color: #444;
  letter-spacing: 2px;
  font-weight: 400;
}

.block-faq {
  position: relative;
}
.block-faq .hero {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 41.6%;
  height: 100%;
}
.block-faq .hero:after {
  content: "";
  width: 14px;
  height: 100%;
  top: 0;
  right: 0;
  background-image: url(../img/waves.png);
  background-repeat: repeat-y;
  position: absolute;
  display: none;
}



/* --- Gallery --- */

.list-gal {
  overflow: hidden;
}
.list-gal li {
  display: block;
  text-align: center;
  position: relative;
  margin: 20px 8px;
}
.list-gal li a {
  display: block;
}
.list-gal .imgbox {
  position: relative;
  padding-top: 150%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.list-gal .imgbox img {
  max-width: 100%;
  height: auto;
}
.list-gal .imginfo {
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  bottom: 30px;
  width: 100%;
  background-color: rgba(81,107,132,0);
  color: #fff;
  transition: all 450ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
.list-gal .imginfo p {
  margin: 0;
  line-height: 1.2em;
  font-size: .9em;
}
.list-gal .imginfo .title {
  font-size: 1.15em;
  position: relative;
}
.list-gal .imginfo .title:after {
  content: "";
  width: 1px;
  height: 70px;
  display: table;
  margin: 5px auto;
  background-color: rgba(255,255,255,0);
  transition: all 550ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
.list-gal .desc {
  position: absolute;
  top: 110%;
  width: 100%;
  left: 0;
  padding: 0 15px;
  transition: all 650ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
.list-gal li:hover .imginfo {
  background-color: rgba(81,107,132,0.7);
}
.list-gal li:hover .desc {
  top: 45%;
}
.list-gal li:hover .imginfo .title:after {
  height: 25px;
  background-color: rgba(255,255,255,.65);
}



/* --- About us --- */
.list-heads {
  text-align: center;
}
.list-heads li {
  width: 140px;
  height: 140px;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  margin: 0 12px;
}
.list-heads .overlay {
  background-color:rgba(81,107,132,0.45);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  color: #fff;
  padding-top: 75%;
  transition: all 700ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
.list-heads .overlay p {
  margin: 0;
  line-height: 1.2em;
  font-size: .9em;
  transition: all 350ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
.list-heads .overlay .title {
  font-size: 1.2em;
  position: relative;
  padding-bottom: 35px;
}
.list-heads li:hover .overlay {
  background-color:rgba(81,107,132,0.85);
  padding-top: 30%;
}
.list-heads li:hover .overlay .title {
  padding-bottom: 8px;
}
.about-copy {
  max-width: 860px;
  margin: 0 auto;
}
.about-copy .smaller {
  opacity: .8;
}


/* --- Footer --- */
.footer {
  background-color: #56738D;
  padding-bottom: 1px;
  padding-top: 50px;
  text-align: center;
  color: #fff;
}
.footer .form-signup {
  margin: 8px auto;
}
.footer .form-signup p {
  color: #fff;
  font-size: 13px;
  line-height: 1.1em;
}
.footer .form-signup .form-control {
  border-color: #c8cdca;
  background-color: transparent;
  color: #fff;
}

.footer-press {
    text-align: center;
    padding-bottom: 8px;
}
.footer-press a {
    display: inline-block;
    text-transform: uppercase;
    padding: 0 10px;
    border-radius: 20px;
    background-color: #cacdcf;
    color: #56738D;
    font-size: 12px;
    font-weight: 700;
}
.footer-press a:hover {
    background-color: #b0b5b9;
}

.footer .form-signup .form-control::-webkit-input-placeholder {
  color: #c8cdca;
}

.footer .form-signup .form-control:-moz-placeholder {
  color: #c8cdca;
}

.footer .form-signup .form-control::-moz-placeholder {
  color: #c8cdca;
}

.footer .form-signup .form-control:-ms-input-placeholder {
  color: #c8cdca;
}
.footer .form-signup .submitemail {
  background: #FFF;
  color: #4a688a;
  min-height: 34px;
}
.footer .btn-text {
  color: #fff;
  font-size: .92em;
}
.footer .btn-text:hover {
  color: rgba(255,255,255,.75);
}
.footer-sec {
    color: #fff;
}
.footer-sec a {
    letter-spacing: 1px; 
    font-size: 11px; 
    color: #fff;
    font-weight: 400;
}
.footer-sec a:hover {
    color: rgba(255,255,255,.8);
}
.footer-sec .copy {
    color: #fff;
    font-size: 8px;
    margin: 0 3px;
    opacity: 1;
}

.footer .list-soc {
    margin-bottom: 0;
}
.footer .list-soc li {
    margin: 0 5px;
}
.footer .list-soc a {
    font-size: 1.1em;
}


.privacyeula {
  color: rgba(255,255,255,.7);
  font-size: 10px;
  letter-spacing: 1px;
  text-decoration: underline; 
}
.copy {
  font-size: 12px;
  margin-top: 10px;
  text-transform: uppercase;
  letter-spacing: 3px;
  opacity: .6;
}
.thanks {
  font-size: 50px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #dee4e9;
  line-height: 58px;
}
.remember {
  font-size: 16px;
  opacity: .6;
}
.rememberlink {
  font-size: 30px;
  color: #ffffff;
}
.list-soc li {
  display: inline-block; 
  margin: 0 8px;
}
.list-soc a {
  color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 1.3em;
}
.list-soc a:hover {
  color: rgba(255,255,255,.75);
}

.list-footmenu {
  margin: 3.5em 0;
  margin-bottom: 1em;
}
.list-footmenu li {
  margin: 0 15px;
}
.list-footmenu a {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 3px;
  position: relative;
  padding-bottom: 2px;
}
.list-footmenu a:before {
  content: "";
  width: 0px;
  height: 1px;
  position: absolute;
  bottom: -2px;
  background-color: #fff;
  opacity: 0;
  transition: all .3s ease-out;
}
.list-footmenu a:hover {
  color: #fff;
}
.list-footmenu li:hover a:before {
  width: 100%;
  opacity: 1;
}
.btn-backtop {
  color: rgba(255,255,255,.7);
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
}
.btn-backtop:hover,
.btn-backtop:focus {
  color: rgba(255,255,255,1);
}
.btn-backtop .icon-arrow {
  display: block;
  margin: 0 auto;
  font-size: 2.6em;
  width: 40px;
  -webkit-transform: rotate(-90deg) translateX(0px);
  transform: rotate(-90deg) translateX(0px);
  transition: all 450ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
.btn-backtop:hover .icon-arrow {
  -webkit-transform: rotate(-90deg) translateX(5px);
  transform: rotate(-90deg) translateX(5px);
}


.mfp-bg {
  background-color: rgba(45, 54, 68, 0.95);
  opacity: 1;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: rgba(0,0,0,.45);
}

.tos-wrapper.tos-fixed {
  background-color: rgba(255, 255, 255, 0.97);
}
.tos-desktop .tos-wrapper.tos-fixed {
  background-color: rgba(255, 255, 255, 0.97);
}
.tos-prev, .tos-next, .tos-close {
  background-color: rgba(0,0,0,.45);
}
.hero-main .owl-item {
  perspective: 800px;
}
.hero-main .owl-item img {
  display: block;
  -webkit-transform: translate3D(0, 0, 0);
  transform: translate3D(0, 0, 0);
  transition: all 5ms cubic-bezier(0.645, 0.045, 0.355, 1.000) 50ms;
  backface-visibility: hidden;
  max-width: 100%;
  height: auto;
}
.hero-main .owl-item.active img {
  -webkit-transform: translate3D(0, 0, 0);
  transform: translate3D(0, 0, 0);
}

.owl-fade-out {
  animation: fadeOut .05s both ease;
}
.owl-fade-in {
  animation: fadeIn .05s both ease;
}



/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.2
*/

.owl-theme .owl-controls{
  margin-top: 10px;
  text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;/*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);/*IE7 fix*/
  opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
  filter: Alpha(Opacity=100);/*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
  display: inline-block;
  zoom: 1;
  *display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);/*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
  filter: Alpha(Opacity=100);/*IE7 fix*/
  opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center
}

@font-face {
  font-family: 'icomoon';
  src:url('../webfonts/icomoon.eot?mfvsxb');
  src:url('../webfonts/icomoon.eot?#iefixmfvsxb') format('embedded-opentype'),
    url('../webfonts/icomoon.woff?mfvsxb') format('woff'),
    url('../webfonts/icomoon.ttf?mfvsxb') format('truetype'),
    url('../webfonts/icomoon.svg?mfvsxb#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-linkedin:before {
  content: "\e90f";
} 
.icon-pl:before {
  content: "\e90e";
} 
.icon-facebook:before {
  content: "\e90a";
}
.icon-instagram:before {
  content: "\e90b";
  font-size: 1.1em;
}
.icon-pinterest:before {
  content: "\e90c";
}

.icon-appleinc:before {
  content: "\e90z";
}

.icon-appstore svg {
	width:16px;
	fill:rgba(55, 72, 89, 0.65);
}

.icon-appstore:hover svg path{
	fill:#5f6d7a !important;
	opacity:1;
}

.icon-appstore:hover{
	opacity:1 !important;
}







.navbar-right .icon-appstore svg {
	width:16px;
	fill:#364858;
	position: relative;
    top: -1px;
    width: 18px;
}


.footer .list-soc .icon-appstore svg {
	width:16px;
	fill:#fff;
	position: relative;
	top: 1px;
    width: 18px;
}

.footer .list-soc .icon-appstore:hover svg path {
	opacity:0.75 !important;
	fill:#fff !important;
}





.icon-twitter:before {
  content: "\e90d";
} 
.icon-addlooks:before {
  content: "\e900";
}
.icon-arrow:before {
  content: "\e901";
}
.icon-arrow-circle:before {
  content: "\e902";
}
.icon-customevents:before {
  content: "\e903";
}
.icon-editphotos:before {
  content: "\e904";
}
.icon-email:before {
  content: "\e905";
}
.icon-planlooks:before {
  content: "\e906";
}
.icon-play:before {
  content: "\e907";
}
.icon-quotes:before {
  content: "\e908";
}
.icon-sharelooks:before {
  content: "\e909";
} 






@media only screen and (min-width: 1200px) {
  .navbar-default .navbar-nav>li>a {
    padding: 11px 22px;
  }
  .navbar-default .navbar-right>li>a {
    padding-left: 18px;
    padding-right: 18px;
  }
  
  .message h1 {
    font-size: 3.225em;
  }
  
}

@media screen and (min-width: 768px)
{
  .navbar-default .navbar-nav>li.sec {
    display: none;
  }
  .navbar-center>li>a {
    position: relative;
  }
  .navbar-center>li>a:after {
    content: "";
    width: 10px;
    height: 2px;
    position: absolute;
    left: 50%;
    bottom: 2px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: rgba(28,37,45,1);
    opacity: 0;
    transition: all .3s ease-out;
  }
  .navbar-center>li>a:hover:after {
    width: 40px;
    opacity: .8;
  }
  .navbar-center {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .scrolled .navbar-right {
    opacity: 0;
    visibility: hidden;
  }
  .form-nav-signup {
    display: none;
  }
  
  .promo {
    position: relative;
  }
  .promo [class^="col-"] {
    position: static;
  }
  .herocol {
    margin-left: 50%;
  }
  
  
  .hero-main {
    position: relative;
  }
  .hero-main ul,
  .hero-main .owl-carousel .owl-wrapper-outer,
  .hero-main .owl-wrapper,
  .hero-main .owl-item,
  .hero-main ul li {
    
  }
  .hero-main ul li {
    text-align: center;
  }
  .hero-main .owl-item img {
    height: auto !important;
    width: 80% !important;
    max-width: inherit;
    vertical-align: top;
    display: inline-block;
  }
  .hero-main .image {
    max-width: 480px;
  }

  .message {
    padding-left: 0;
    padding-top: 0;
    position: absolute;
    top: 50%;
    left: 32%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  /*
  .messagecontent {
    position: absolute;
    top: 40%;
    left: 35%;
    transform: translate(-50%, -50%);
  } */

  .modal-dialog {
    width: 650px;
    margin-top: 60px;
  }
  .successpopup{width:100%;}
  .modal-dialog-success {
    width: 400px; position:absolute; top:32%; left:35%; margin: 0 auto; background:#56738d;color:#8fc2e6;font-family:Lato, Arial, Helvetica, sans-serif; text-align:center; padding:15px;
  }
  .modal-dialog-success h3{text-transform:uppercase; font-size:52px; margin:8px 0px 8px 0px; color:#96C2E4;  font-weight:400;}
  .modal-dialog-success p{ font-size:16px; margin:3px 0px; line-height:18px; font-weight:bold; color:#BBBDBB;}
  .secthead-mobile {
    display: none;
  }
  .closeBtn{color: #4d677d; 
  background:#DFE4E9; 
  font-size:14px;
  box-shadow: 1px 1px 2px #24404e; 
  position: relative;
  right: 0px; padding:1px 10px; border:0px;
  top: 0; cursor:pointer;display:block; width:70px; margin:15px 0px 10px 295px;
  }
.closeBtn:hover{color:#bbbec1;box-shadow:0px 0px 0px;-webkit-transform: translateX(1px);transform: translateX(1px); position:relative; top:1px;}

.whitetxt{color:#fff !important;}
  .row.delimited {
    margin-left: -25px;
    margin-right: -25px;
  }
  .row.delimited > [class^="col-"] {
    padding-left: 25px;
    padding-right: 25px;
  }
  
  .video-scr {
    max-width: 70%;
	align-content:right;
  }
  
  .video-ctrl {
    min-width: 120px;
    position: relative;
  }
  .list-ctrls {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .gal-main.owl-theme .owl-controls .owl-buttons div,
  .galthumbs.owl-theme .owl-controls .owl-buttons div {
    background-color: transparent;
    color: rgba(0,0,0,.3);
    padding: 0;
    border-radius: 0;
    font-size: 3em;
    transition: .2s all;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .galthumbs.owl-theme .owl-controls .owl-buttons div {
    font-size: 2em;
  }

  .list-gal.owl-theme {
    padding-left: 30px;
    padding-right: 30px;
  }
  .list-gal.owl-theme .owl-controls {
    position: absolute;
    left: 0;
    width: 100%;
    top: 40%;
    margin-top: -35px;
  }
  .list-gal.owl-theme .owl-controls .owl-buttons {
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1.2em;
  }
  .list-gal.owl-theme .owl-controls .owl-buttons .owl-prev {
    position: absolute;
    left: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: .2s all;
  }
  .list-gal.owl-theme .owl-next {
    position: absolute;
    right: 0;
    left: auto;
    transition: .2s all;
  }
 

}

@media screen and (max-width: 1100px)
{
  .message {
    padding-right: 100px;
  }

}
@media screen and (min-width: 1025px) {

  .list-gal .desc .title {
    display: none;
  }
  .tos-wrapper .tos-caption {
    display: none;
  }
  
  .message {
    padding-right: 100px;
  }

}
@media screen and (min-width: 1024px) {
  .list-gal.owl-theme .owl-controls {
    top: 50%;
  }
  .list-gal .author {
    color: #222;
    font-size: 1em;
    padding-top: 3px;
    height: 30px;
    margin: 0;
  }
  .tos-image img {
    max-width: 75%;
    max-height: 75%;
  }
  .message {
    padding-right: 50px;
	padding-left: 40px;
  }
  .message h1 {
    font-size: 2em;
  }

}


@media screen and (max-width: 1024px)
{
  .faq-body {
    padding: 0 25px;
    padding-left: 44%;
  }
  .list-gal {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .list-gal li {
    padding: 0 4px;
  }
  .list-gal .imginfo .title:after {
    display: none;
  }
  .list-gal .imginfo {
    position: static;
    background-color: transparent;
    color: #444;
  }
  .list-gal .desc {
    position: static;
    padding-top: 5px;
  }
  .list-gal .imginfo .title {
    font-size: 1em;
    margin-bottom: 5px;
  }
  .list-gal .author {
    display: none;
  }
  .list-gal li a {
    display: block;
  }
  .list-gal .imginfo p:not(.title) {
    display: none;
  }
  .tos-wrapper .tos-caption {
    padding-top: 20px;
    padding-bottom: 8px;
    font-size: 13px;
    color: #374959;
    background-image: none;
    text-shadow: none;
    word-wrap: break-word;
    line-height: 1.1em;
  }
  .tos-image {
    margin-top: -15px;
  }
  
  .hero-main .image {
    max-width: 440px;
  }
  

}

@media only screen and (max-width: 992px) {
  .navbar-brand {
    padding-top: 2px;
  }
  .navbar-brand img,
  .navbar-brand svg {
    width: 160px;
  }
  .scrolled .navbar-brand img,
  .scrolled .navbar-brand svg {
    width: 150px;
  }
  .scrolled .navbar-brand {
    padding-top: 2px;
  }

  .navbar-default .navbar-nav>li>a {
    letter-spacing: 1px;
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .message {
	padding-left: 40px;
  }
  .message h1 {
    font-size: 1.6em;
  }
  blockquote p {
    font-size: 1.15em;
  }
  .secthead {
    font-size: 1.03em;
  }
  .block h2 {
    font-size: 2.7em;
  }
  .block .larger {
    font-size: 1em;
  }
  .list-feats {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .list-feats li {
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 33.3333%;
    margin: 0;
    border: 2px solid #fff;
  }


  .faq {
    max-height: 850px;
  }


}

@media only screen and (max-width: 768px) {

  .container {
    width: auto;
  }

  .faq-body {
    padding: 0 25px;
  }
  .block-faq .hero {
    background-position: top;
    position: static;
    width: 100%;
    padding-top: 74%;
    margin-bottom: 15px;
    background-image: url(../img/BestClosetOrganizerAppSelfie_Mobile.jpg) !important;
  }
  .hero-distancer {
    margin: -40px -15px;
    margin-bottom: 0;
  }
  

}

@media screen and (max-width: 767px) {

  .navbar-default .navbar-nav>li>a {
    padding-left: 50px;
    padding-right: 18px;
  }
  .scrolled .navbar-default .navbar-center>li>a {
    padding-left: 47px;
  }
  .navbar-default .navbar-collapse {
    background-color: #fff;
  }
  .btn-subscribe-desktop {
    display: none;
  }
  .navbar-default .form-signup p {
    font-size: 11px;
    text-align: center;
  }
  .navbar-default .form-signup .form-control {
    border-width: 1px;
    font-size: 12px;
    height: 42px;
  }
  .navbar-default .form-enbutton .btn-submitemail {
    height: 42px;
  }
  .navbar-collapse {
    max-height: 400px;
  }

  .message {
    padding: 20px 0;
    padding-top: 0;
	/*padding-left: 80px;
	padding-right: 40px;
	left: 32%;*/
  }
  .message h1 {
	font-size: 1.5em;
  }
  .message h3 {
	font-size: .9em;
  }
  
  
  .hero-main .owl-item  {
    text-align: center;
  }
  .hero-main .owl-item img {
    display: inline-block;
    max-width: inherit;
    height: auto;
    max-height: 450px;
    width: auto;
  }

  .header {
    background-color: #fff;
  }
  .navbar-default .navbar-collapse {
    box-shadow: 0 4px 7px rgba(0,0,0,.1);
  }
  .navbar-right {
    display: -webkit-flex;
    display: flex;
    max-width: 200px;
    margin: 0 auto;
  }
  .navbar-right > li {
    -webkit-flex: 1;
    flex: 1;
  }
  .navbar-default .navbar-right > li > a {
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
  }
  .navbar-default .navbar-collapse {
    border-bottom: 1px solid rgba(0,0,0,.1);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  .list-ctrls {
    margin-bottom: 50px;
  }
  .list-ctrls li {
    display: inline-block;
  }
  .list-ctrls a {
    font-size: .8em;
  }
  .list-ctrls a.active {
	font-size: .9em;
	padding-right: 0;
	margin-right: 8px;
	color: #374959;
  }

  .video-player {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .phone {
    -webkit-order: 1;
    order: 1;
    max-width: 230px;
    height: auto;
  }
  .video-ctrl {
    -webkit-order: 2;
    order: 2;
  }
  .circle.play {
    background-color: #1C252D;
    box-shadow: 0 0 0 2px rgba(255,255,255,.85);
    font-size: 24px;
    margin-left: -25px;
    margin-right: -25px;
    width: 50px;
    height: 50px;
    line-height: 52px;
  }

  .free {
    background-image: none;
    background-color: #56738D;
    height: 130px;
    width: 130px;
    border-radius: 100%;
    padding: 16px;
    padding-top: 18px;
    text-align: center;
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
    line-height: 1.2em;
  }
  .free .lrg {
    font-size: 20px;
  }
  .free .sml br {
    display: none;
  }
  .free .sml {
    position: relative;
    display: block;
  } 
  .free .sml:after {
    content: "";
    display: table;
    margin: 10px auto;
    width: 15px;
    height: 1px;
    background-color: #fff;
  }
  .free .tag {
    font-size: 11px;
  }
  .free .tag span {
    display: none;
  }
  .block p {
    font-size: .95em;
  }
  .block h2 {
    font-size: 1.8em;
  }
  .block h3 {
    font-size: 1.4em;
    margin-bottom: .8em;
  }
  .block .  .large {
    font-size: 1.1em;
    line-height: .7em;
    margin-bottom: 5px;
  }
  .block .intro.notlarge {
  font-size: 1em;
  max-width: 720px;
  margin: 0 auto;
  margin-bottom: 10px;
  line-height:1.2em;
  color: #4a688a;
  font-weight: 100;
}
  .block .intro.notlargeOne {
  font-size: 1em;
  max-width: 350px;
  margin: 0 auto;
  margin-bottom: 1em;
  line-height:1.2em;
  color: #4a688a;
}
  .list-feats li {
    width: 50%;
  }
  .list-feats .hide-it {
    display: none;
  }

  .gal-main div img {
    width: 100%;
    max-width: 80%;
    height: auto;
  }
  .gal-main.owl-theme .owl-controls .owl-buttons div {
    font-size: 2.2em;
  }
  .gal-main.owl-theme .owl-controls .owl-prev {
    margin-left: -10px;
  }
  .gal-main.owl-theme .owl-controls .owl-next {
    margin-right: -10px;
  }

  .quote {
    min-height: 80px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .quote blockquote {
    position: static;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  blockquote p {
    font-size: .9em;
  }
  blockquote .author {
    font-size: .65em;
  }
  .faq {
    height: auto;
    overflow-y: hidden;
  }
  .btn-morequestions {
    border: 1px solid rgba(0,0,0,0.35);
    border-radius: 4px;
    padding: 8px 15px;
    background-size: auto 100%;
  }
  .btn-morequestions p {
    font-size: .75em;
  }
  .btn-morequestions .title {
    font-size: .7em;
  }

  .gallery {
    /*    max-height: inherit;
        overflow-y: hidden; */
    margin-bottom: -40px;
  }

  .list-gal li img {
    width:100%;
    height: auto;
  }

  .list-footmenu li {
    margin: 0 5px;
  }
  .list-footmenu li a {
    letter-spacing: 1px;
    font-size: .7em;
  }
  .copy {
    font-size: .7em;
    letter-spacing: 1px;
    opacity: .6;
  }
.thanks {
  font-size: 70px;
  text-transform: uppercase;
  letter-spacing: 3px;
  opacity: .6;
}
.remember {
  font-size: 13px;
  opacity: .6;
}
.rememberlink {
  font-size: 22px;
  color: #384959;
}
  .list-heads {
    display: -webkit-flex;
    display: flex;
    margin: 20px 0;
  }
  .list-heads li {
    -webkit-flex: 1;
    flex: 1;
  }
  .list-heads li:hover .overlay {
    background-color: transparent;
    padding-top: 5px;
  }
  .list-heads li:hover .overlay .title {
    padding-bottom: 5px;
  }
  .list-heads .overlay {
    background-color: transparent;
    position: static;
    border-radius: 0;
    color: #444;
    padding-top: 5px;
  }
  .list-heads li {
    width: auto;
    height: auto;
    border-radius: 0;
  }
  .list-heads .imgbox {
    width: 90px;
    height: 90px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 100%;
    overflow: hidden;
  }
  .list-heads li img {
    width: 100%;
    height: auto;
  }
  .list-heads .overlay p {
    font-size: .75em;
  }
  .list-heads .overlay .title {
    font-size: .9em;
    padding-bottom: 5px;
  }

  .galthumbs.owl-theme .owl-controls .owl-buttons .owl-prev {
    margin-left: -15px;
    font-size: 1.6em;
  }
  .galthumbs.owl-theme .owl-controls .owl-buttons .owl-next {
    margin-right: -15px;
    font-size: 1.6em;
  }
  .gal-main.owl-theme .owl-controls {
    display: none !important;
  }
  .galthumbs.owl-theme .icon-arrow:before {
    content: "\e902";
  }

  .secthead-desktop,
  .head-desktop,
  .body-desktop {
    display: none;
  }
  
  
  .block-faq {
    min-height: inherit;
  }
  .modal-content-success{background: #56738d; margin: 0 auto; color:#8fc2e6;font-family:Lato, Arial, Helvetica, sans-serif; text-align:center; padding: 10px; position: relative; top: 20px; width: 90%;}
  .modal-content-success h3{text-transform:uppercase; font-size:42px; margin:8px 0px 8px 0px; color:#96C2E4;  font-weight:400;}
  .modal-content-success p{ font-size:16px; margin:3px 0px; line-height:18px; font-weight:bold; color:#BBBDBB;}
  .whitetxt{color:#fff !important;}
  
  .closeBtn{color: #4d677d; 
  background:#DFE4E9; 
  font-size:14px;
  box-shadow: 1px 1px 2px #24404e; 
  position: relative;
  right: 0px; padding:4px 10px; border:0px;
  top: 0; cursor:pointer;display:block; width:70px; margin:20px auto 10px;
  }
.closeBtn:hover{color:#bbbec1;box-shadow:0px 0px 0px;-webkit-transform: translateX(1px);transform: translateX(1px);top:1px;}
  
  
}

@media screen and (max-width: 600px)
{
  .modal-signup-hero {
    position: static;
    width: 100%;
    padding-top: 60%;
    background-position: top;
    background-image: url(../img/signup-hero-mobile.jpg) !important;
  }
  .modal-signup-content {
    padding: 15px 20px;
  }
  .modal-signup-content .modal-title {
    display: none;
  }
  .img-signup {
    margin-top: 10px;
  }
  .modal-signup-content .intro {
    margin: 20px 0;
  }
  .modal-copy {
      padding-top: 0;
  }
  .modal-copy .title {
      font-size: 1.4em;
      margin-bottom: 20px;
      line-height: 1.05em;
  }
  .modal-copy .title span {
      font-size: 1.2em;
  }
  .modal-copy .small {
      font-size: 1em;
  }
  .modal-cta {
      margin-bottom: 30px;
  }
  .modal .form-signup {
    padding-bottom: 10px;
    display: none;
 }
 
 .modal-signup-content .form-signup .form-control {
    font-size: 11px;
    height: 26px;
    padding-top: 4px;
 }
 .modal-signup-content .form-signup .submitemail {
    min-height: 26px;
    height: 26px;
    padding-top: 1px;
}
 
 .modal-copy-img {
     display: none;
 }
 .modal-copy-txt {
     display: block;
 }
 .modal-copy-txt img {
     margin-bottom: 0px;
 }

}

@media screen and (max-width: 480px)
{
  .hero-box {
    margin-left: -15px;
    margin-right: -15px;
  }
  .hero-main .owl-item img {
    max-height: 370px;
  }
  .galthumbs .slide {
    padding: 0 4px;
  }
  .galthumbs .owl-item .slide img {
    width: 100%;
    height: auto;
  }
  .gal-main div img {
    max-width: 86%;
  }
  .list-gal .imginfo .title {
    font-size: 11px;
  }
  .list-gal .desc {
    padding: 3px 0;
  }

  .faq-body {
    padding: 0 10px;
  }
  .btn-morequestions p {
    font-size: .7em;
  }
  .mfp-iframe-holder {
    padding-left: 50px;
    padding-right: 50px;
  }
  .mfp-iframe-scaler {
    width: 90%;
    height: 0;
    overflow: hidden;
    padding-top: 177.6%;
  }
  .message h3 {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }


}
@media screen and (max-width: 360px)
{
  body {
    font-size: 14px;
  }
  .navbar-default .form-signup {
    width: auto;
  }
  .promo {
    overflow: hidden;
  }
  .message h1 {
    font-size: 1.3em;
    letter-spacing: 0;
  }
  .message h3 {
    font-size: .8em;
  }

  .hero-distancer {
    margin-top: -25px;
  }
  .phone {
    max-width: 180px;
  }
  .block {
    padding: 25px 0;
  }
  .block h2 {
    font-size: 1.6em;
	line-height: 1em;
  }
  .faq-body {
    padding: 0;
  }
  .list-feats li {
    padding: 12px;
  }

  .list-heads .imgbox {
    width: 70px;
    height: 70px;
  }

  .form-signup {
    width: 270px;
  }

  
}



#instafeed a {
  display: block;
  float: left;
  height: 130px;
  margin-right: 6px;
  vertical-align: top;
  width: 130px;
}




.instagram_scroller {
  height: 210px;
  margin-top: 70px;
  position: relative;
  width: 100%;
}

#instafeed img {
  box-shadow: 1px 1px 6px rgba(204, 204, 204, 0.43);
  width: 125px;
}

@media only screen and (max-width: 480px) {
	.hideonmobile {display:none;}
	
	.modal-cta {margin-bottom: 0;}
	
	.modal-signup-content {padding: 10px 20px 0;}
}