/* Fonts */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,300,700);


* {
  box-sizing:border-box;
  -moz-box-sizing: border-box;
}
html {
  height:100%;
  padding:0;
  margin:0;
  font-size: 14px;
}


body {
  height:100%;
  background:#F5F5F5;
  padding:0;
  margin:0;
  min-width:320px;
  font-family: 'Open Sans', sans-serif; 
  font-weight: 400;;
  -webkit-font-smoothing: antialiased;
  color:#242D2D;
}
strong {
  font-family: 'Open Sans', sans-serif; 
  font-weight: 700;
}
h1,h2,h3,h4,h5,h6 {
  font-weight:normal;
}
a {
  color:#fff;
  text-decoration: none;
  -webkit-transition: color .2s ease-out;
  -moz-transition: color .2s ease-out;
  -ms-transition: color .2s ease-out;
  -o-transition: color .2s ease-out;
  transition: color .2s ease-out;
}

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

.width {
  max-width:1170px;
  margin:0 auto;
  padding:20px;
}

h2 {
  font-weight: 600; 
  font-size: 1.7em;
  margin-top: 14px;
  text-transform: uppercase;
}



h5 {
  padding:10px;
  font-size:1.6rem;
  border-bottom:2px solid #5C3F6E;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

h6 {
  font-size:1em;
  margin-bottom:10px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
h4 {
  font-size:2.5em;
  font-family: 'Open Sans', sans-serif; 
  font-weight: 600;
  margin: 60px auto 10px;
  text-align: center;
}

nav {
  font-family: 'Open Sans', sans-serif; 
  font-weight: 400;;
  /*float:right;*/
  /*margin:40px 0 0 0;*/
  z-index:2;
  position:relative;

  -webkit-touch-callout: element;
  -webkit-user-select: element;
  -khtml-user-select: element;
  -moz-user-select: element;
  -ms-user-select: element;
  user-select: element;
}

.nav>li>a {
    margin: 0px 15px;
    padding: 15px 0px;
}

.navbar-default {
  background-color: #5C3F6E;
  border: none;
  border-radius: 0px;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
    background: #5C3F6E;
}

.navbar-collapse {
  margin-top: 20px;
}

.navbar-default .navbar-toggle {
  border: none;
  margin-top: 23px;
}

.navbar-default .navbar-toggle.collapsed .icon-bar {
    background-color: #fff;
}

.navbar-toggle:hover {
    background-color: #fff;
}



.navbar-default .navbar-toggle.collapsed:focus {
    background-color: transparent;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #fff;
}

.navbar-toggle {
  padding: 12px 10px;
  border-radius: 0px;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.navbar-default .navbar-toggle.collapsed {
  background-color: transparent;
}

.navbar-default .navbar-toggle.collapsed .navbar-toggle .icon-bar {
    background-color: #fff;
}

@media (hover: hover) {
  .navbar-default .navbar-toggle.collapsed:hover {
    background-color: #fff;
  }

  .navbar-default .navbar-toggle.collapsed:hover .navbar-toggle .icon-bar {
      background-color: #5C3F6E;
  }
}

nav a {
  background-color: transparent;
  border: 1px solid rgba(255,255,255,0);
  color: white;
  cursor: pointer;
  font-size: 1.3rem;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.navbar-brand {
  padding: 0px 15px;
}

nav a.navbar-brand:hover {
  border: 1px solid #5C3F6E;
}

@media all and (max-width : 360px) {
  nav a {
    font-size:1em;
    padding:10px 6px;
  }
}
nav a:hover {
  border: 1px solid #5C3F6E;
  color: #5C3F6E;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}
nav a:active {
  color: white;
}

@media (max-width: 767px) {
  nav li:last-of-type {
    margin-bottom: 40px;
  }
}


/* Header Section */
section#header {
  background:#5C3F6E;
  color:white;
  height: 146px;
}
section#header h3.logo {
  float: left;
  width: 202px;
  height: 75px;
  background-image: url('../images/logo.svg');
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: -9000px;
  margin-bottom: 35px;
}
@media all and (max-width : 767px) {
  section#header h3.logo {
    float:none;
    display:block;
    margin:0 auto;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
  }
  nav {
    margin-top:10px;
    text-align: center;
  float:none;
  display:block;
  }
  section#header {
    background-color:#5C3F6E;
  }
}
/* Legal and Info */

section#header a:hover {
  background:#fff;
  color:#5C3F6E;
}

/* Legal Pages */
  .infobackground {
    background-color: white;
    padding:20px 0 80px;
  }
  .legal {
    color:#5D5D5D;
    width:100%;
    margin:0 auto;
    padding: 24px 20px;
    font-size:1.4em;
    max-width:700px;
    line-height:1.4em;
  }
  .legal h1, .legal h2, .legal h3, .legal h4, .legal h5, .legal h6 {
    color:#242D2D;
    margin: 30px 0;
  }
  .legal p {
    font-size: 0.75em;
    line-height: 1.6em;
    margin-bottom: 20px;
    text-align: justify;
  }

  .legal .notice {
    font-size: .7em;
    text-align: center;
    text-transform: uppercase;
  }

  @media only screen
  and (min-device-width : 320px)
  and (max-device-width : 480px) {
    body {
      font-size:1em;
    }
  }
  .legal blockquote {
    color:#242D2D;
    font-family: 'Open Sans', sans-serif; 
    font-weight: 600;
  }
  .legal li {
    margin-bottom:6px;
  }
  .legal .emphasis {

  }
  .legal .emphasis li {
    margin-bottom:16px;
    font-family: 'Open Sans', sans-serif; 
    font-weight: 400;;
  }
  .legal ol {
    list-style-type: lower-alpha;
    font-size: 0.75em;
    line-height: 1.6em;
  }

  .legal ol p {
    font-size: 0.75em;
    line-height: 1.6em;
  }

  .legal ul ul {
    font-size:0.8em;
    line-height:1.3em;
  }

  .legal a {
    color: #5C3F6E;;
  }

  .legal a:hover {
    text-decoration: underline;
  }

/* Social Icons */

.social-icons {
    position: absolute;
    right: 24px;
    top: 24px;
    z-index: 1000;
}
.social-icons a:hover {
  text-decoration: none;
}

.social-icons svg {
  width: 20px;
  height: 20px;
  margin-left: 15px;
  vertical-align: middle;
}

.social-icons svg g{
  fill: #BFBFBF;

  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.social-icons svg:hover g{
  fill: #5C3F6E;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

/* ====== Footer */

.footer-links {
    display: block;
    margin: 20px auto;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}

.footer-links .link {
  margin-right: 24px;
  margin-left: -24px;
  float: right;
  color: #BFBFBF;
  text-transform: uppercase;
  font-weight: 600;
}

.footer-links a{
  color: #BFBFBF;
  text-transform: uppercase;
  font-weight: 400;
}

.footer-links a:hover{
  text-decoration: underline;
}

.footer-links .mobile-link{
  display: none;
}


.footer-links .copyright {
  width: 33%;
  float: left;
  text-align: left;
  margin-left: 24px;
  color: #A7A7A7;
}



footer {
  background:#242D2D;
  border-top:1px solid #EAEAEA;
  min-height:85px;
  padding:0 20px;
}
footer ul#contactInfo {
  padding:0;

}
footer ul#contactInfo li {
  list-style: none;
  float:right;
  margin-right:20px;
}
footer .copyright {
  float:left;
  color: #fff;
}
@media all and (max-width : 740px) {
  footer ul#contactInfo li {
    width:100%;
    text-align: center;
    margin:0px auto 20px;
  }
  footer .copyright {
    clear:both;
    width:100%;
    text-align: center;
  }

  footer {
  min-height:165px;
  }

  .footer-links .link {
    width: 100%;
    float: none;
    margin-top: 10px;
  }
}
.clear {
  clear:both;
}



@media only screen and (max-width: 740px) {
  .footer-links {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 5px auto;
    left: 0;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%);
    display: block;
    text-align: center;
  }

  .footer-links .link {
    margin-right: 0px; 
    margin-left: 0px; 
    float: none;
    display: none;
  }

  .footer-links .mobile-link {
    width: 50%;
    float: right;
    display: block;
    text-align: right;
    margin-right: 15px;
  }

  .footer-links .copyright {
    width: 50%;
    float: left;
    position: absolute;
        margin-left: 15px;
  }
}

/* ====== Features Top */

#features-header {
  padding-top: 20px;
}

#features-header nav {
  font-family: 'Open Sans', sans-serif; 
  font-weight: 400;;
  /*float:right;
  margin:40px 0 0 0;*/
  z-index:2;
  position:relative;

  -webkit-touch-callout: element;
  -webkit-user-select: element;
  -khtml-user-select: element;
  -moz-user-select: element;
  -ms-user-select: element;
  user-select: element;
}

#features-header nav a {
  background-color: transparent;
  border: 1px solid rgba(255,255,255,0);
  color: white;
  cursor: pointer;
  font-size: 16px;
  text-transform: uppercase;

  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}



@media (min-width: 768px) {
  #features-header .navbar-right {
    margin-top: -20px;
  }
}

@media (min-width: 992px) {
  #features-header .navbar-right {
    margin-top: 8px;
  }
}

#features-header nav .menu-social a {
      margin: 0 5px;
      padding: 12px 3px;
}

#features-header nav .menu-social svg {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-top: 16px;
  margin-left: 3px;
}

#features-header nav .menu-social a:last-of-type svg {
      margin-right: 0px;
    margin-left: 2px;
}

#features-header nav .menu-social svg g {
   fill: #fff;
}


#features-header nav a.social-icon:hover  {
  border: 1px solid #5C3F6E;
  color: #fff;
  background: #5C3F6E;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

#features-header nav a.social-icon:focus {
  text-decoration: none;
}


@media all and (max-width : 360px) {
  #features-header nav a {
    font-size:1em;
    padding:10px 6px;
  }
}

#features-header nav a:hover {
  border: 1px solid #5C3F6E;
  color: #5C3F6E;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

#features-header nav a.navbar-brand:hover {
  border: 1px solid #5C3F6E;
}

#features-header nav a:active {
  color: white;
}

section#features-header {
  background:#5C3F6E;
  color:white;
  height: 146px;
}
section#features-header h3.logo {
  float: left;
  width: 202px;
  height: 75px;
  background-image: url('../images/logo.svg');
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: -9000px;
  margin-bottom: 35px;
  margin-top: 1em;
  font-size: 1.17em;
}
@media all and (max-width : 767px) {
  section#features-header h3.logo {
    float:none;
    display:block;
    margin:0 auto;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
  }
  nav {
    margin-top:10px;
    text-align: center;
  float:none;
  display:block;
  }
  section#features-header {
    background-color:#5C3F6E;
  }
}

section#features-header a:hover {
  color: #fff;
  border-bottom: 1px #fff solid;
}

section#features-header a.social-icons:hover {
  background:#000;
  color:#5C3F6E;
}


#features-top {
    background: #5C3F6E;
    color: white;
    height: 400px;
    overflow: hidden;
}

#features-top p {
  font-weight: normal;
  font-size: 1.1em;
}

#features-top .top-text {
  margin-top: 100px;
}

#features-top .phones {
  overflow: hidden;
  width: 100%;
  min-height: 400px;
  position: relative;
}

#features-top .feature-phone {
    overflow: hidden;
    width: 100%;
    min-height: 400px;
    position: relative;
}


#features-top .feature-phone .phone.phone-1 {
    bottom: -145px;
    left: 70px;
    z-index: 3;
}

#features-top .feature-phone .phone {
    max-width: 48%;
    position: absolute;
}

#features-top .feature-phone .phone.phone-2 {
    right: 30px;
    bottom: -200px;
    z-index: 2;
}
    

#features-bottom {
  background: #fff;
  padding: 70px 0;
}

#features-bottom h2 {
  margin-bottom: 60px;
}

#features-bottom img {
  max-width: 100%;
}

#features-bottom img.icon {
  width: 15%;
  margin-bottom: 20px;
  min-height: 50px;
}

#features-bottom p {
  color: #5C3F6E;
  margin-top: 10px;
}

.features-footer ol, ul {
    margin-top: 14px;
    margin-bottom: 0px;
}

#features-bottom .feature {
    margin-bottom: 100px;
}

.hide-mobile {
    display: none;
}

.show-mobile {
  display: inherit;
}

.nav>li.hide-tablet {
  display:none;
}

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
  } 

@media (max-width: 1199px) {
  #features-top .feature-phone .phone.phone-1 {
      bottom: -45px;
      left: 0px;
  }

  #features-top .feature-phone .phone.phone-2 {
    bottom: -90px;
  }

  #features-top .top-text {
    margin-top: 45px;
  }
}

@media (max-width: 793px) {
  .container-fluid {
    padding-right: 0px;
    padding-left: 0px;
  } 
}

@media (max-width: 767px) {
  #features-top .feature-phone .phone.phone-1 {
      bottom: -60px;
      max-width: 50%;
      /*display: block;*/
      position: relative;
      margin: 0 auto;
  }

  #features-top .top-text {
    margin-top: 10px;
  }

  #features-header nav a {
    min-height: 9vh;
  }
  .navbar-default .navbar-toggle {
    border: none;
    margin-top: 25px;
  }

  .nav>li.hide-tablet {
  display: initial;
  }
  /*
  .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin-right: -20px;
    margin-left: -20px;
  }*/

  
}

@media (max-width: 480px) {
  #features-top .feature-phone .phone.phone-1 {
      max-width: 80%;
  }
}



@media (min-width: 768px) {
  #features-bottom .col-md-2 {
      width: 20%;
  }

  #features-bottom .col-sm-2 {
      width: 20%;
  }

  #features-bottom .feature {
    margin-bottom: 0px;
  }

  #features-header nav .menu-social a:last-of-type svg {
    margin-right: 14px;
    margin-left: 2px;
  }

  #features-bottom img.icon {
    width: 19%;
  }

  #features-bottom .store-buttons {
    margin: 80px 0px 25px;
  }

  .show-mobile {
    display: none;
  }

  footer.hide-mobile {
    display: inherit;
  }

}

@media (min-width: 992px) {
  #features-bottom .col-md-2 {
      width: 20%;
  }

  #features-bottom .col-sm-2 {
      width: 20%;
  }

  .hide-mobile {
    display: inherit;
  }

}

@media (min-width: 992px) {
  .nav>li.hide-tablet {
    display: inherit;
  }

}

@media (max-width: 991px) {
    #features-top .feature-phone {
    min-height: 80px;
  }

    #features-top .feature-phone .phone.phone-2 {
    bottom: -280px;
  }
}

@media (max-width: 992px) {
  section#features-header h3.logo {
    float: left;
    width: 199px;
  }

  #features-top {
    height: initial;
    overflow: visible;
  }

  #features-top .feature-phone .phone.phone-1 {
    bottom: -50px;
    left: 0px;
  }

  #features-bottom .store-buttons {
    display: block;
    text-align: center;
    position: initial;
    bottom: 0;
    left: 50%;
    width: 100%;
    -webkit-transform: none;
    transform: none;
  }
}

#form-div {
    height: calc(100vh - 261px);
    text-align: left;
    color: #5D5D5D;
    width: 100%;
    margin: 0 auto;
    /*padding: 24px 20px;*/
    font-size: 1.4em;
    max-width: 700px;
    line-height: 1.4em;
    min-height: 547px;
}

#form-div p {
  text-transform: uppercase;
  font-size: 0.4em;
  margin-top: 26px;
}

.row.contact {
  background: #fff;
}

.row.contact h3 {
  margin-bottom: 20px;
}

