.owl-wrapper {
    display: none;
}

body .notice {
    top: 0;
    left: 0;
    right: 0;
    min-height: 40px;
    position: relative;
    background-color: #333;
    background-color: #37619a;
    color: #fff;
    font-family: 'Larsseit Regular', sans-serif;
    font-size: 1.15em;
    text-align: center;
    padding: 15px 22px 12px 22px;
}
.notice a {
    color: antiquewhite;
    text-decoration: underline;
}
.notice span {
      font-weight: bold;

}


#main-menu {
    left: 0;
    padding-top: 15px;
    padding-bottom: 5px;
    right: 0;
    top: 0px;
    z-index: 999999;
    background-color: #535353;
}
.choose-area.pt-120.pb-40 {
    background-color: #f1f1f1;
}

.api_logos h1{
  color: #535353;
  font-size: 36px;
  font-weight: normal;
  line-height: 30px;
  margin-bottom: 17px;
  text-transform: uppercase;
  text-align: center;
}

.api_logos span{
  font-weight: bold;
}

.rw-sentence{
padding-top: 15px
}
.rotator{

  height:80%
}
.seperator{
  margin: 15px;

}
.rw-wrapper-1{
  padding-bottom: 100px;

}

.rw-wrapper-2{
  padding-top: 40px;

}
.rw-sentence span{
	color: #444;
	white-space: nowrap;
	font-weight: normal;


}

.rw-words{
	display: inline;
	text-indent: 10px;
}

.rw-words span{
	position: absolute;
	opacity: 0;
	overflow: hidden;
	color: #6b969d;
}

.rw-words-1 span{
	animation: rotateWordsFirst 18s linear infinite 0s;
  color: #fff;
}

.rw-words span:nth-child(2) {
	animation-delay: 3s;
	color: #fff;
}
.rw-words span:nth-child(3) {
	animation-delay: 6s;
	color: #fff;
}
.rw-words span:nth-child(4) {
	animation-delay: 9s;
	color: #fff;
}
.rw-words span:nth-child(5) {
	animation-delay: 12s;
	color: #fff;
}
.rw-words span:nth-child(6) {
	animation-delay: 15s;
	color: #fff;
}

@keyframes rotateWordsFirst {
    0% { opacity: 1; animation-timing-function: ease-in; height: 0px; }
    8% { opacity: 1; height: 70px; }
    19% { opacity: 1; height: 70px; }
	25% { opacity: 0; height: 70px; }
    100% { opacity: 0; }
}

.call-to-action{
background-color: #1879fd !important;
border-color: #1879fd !important;
padding: 10px 19px !important;
}

.chargify-button{
  background-color: #666 !important;
  border: 1px solid #666 !important;

}

.chargify-button:hover{
  background-color: #fff !important;
  border: 1px solid #fff !important;

}

.contact-form input::-webkit-input-placeholder {
    /* Chrome */

    color: #aaaaaa;
    opacity: 1;
}
.contact-form input::-moz-placeholder {
    /* Firefox 19+ */

    color: #aaaaaa;
    opacity: 1;
}
.contact-form textarea::-webkit-input-placeholder {
    /* Chrome */

    color: #aaaaaa;
    opacity: 1;
}
.contact-form textarea::-moz-placeholder {
    /* Firefox 19+ */

    color: #aaaaaa;
    opacity: 1;
}
.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #1879fd;
    box-shadow: inherit;
    outline: 0 none;
}

.contact-form input {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
    color: #aaaaaa;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 18px;
    padding: 16px 20px;
    width: 60%;
    transition: all .3s ease 0s;
}
.contact-form textarea {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
    color: #aaaaaa;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: normal;
    height: 100px;
    padding: 16px 20px;
    width: 60%;
    transition: all .3s ease 0s;
}
.contact-form {
    margin-bottom: 120px;
}
.signup-container {
  margin-top: -20px;
}

@media screen and (max-width: 600px) {
   /*hides half the signup page for mobile*/
  #aside__features {
    display: none;
  }

  .signup-container {
    width: 100% !important;
  }
  .names{
    width:150%;
  }

}

#aside__features {
  width:40%
}

.aside__features {
    width: 40%;
    margin-top: -20px;
    border-left: 1px solid #bfbcbc;
}
#aside__features i.fa-li.fa.fa-check {
    color: #28a7e9;
    padding: 5px;
}

.aside__content{
  padding-top: 20px;
}

.fa-ul {
    padding-top: 20px;
    display: table;
    margin: auto;
        text-align: left;
}
.main .form-control{
  width: 100%;
  border-radius: 20px;
}

.main-section2 {
    background-color: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 20px;
    width: 100%;
    padding-right: 0px;
}

.main label {
    display: inline-block;
    max-width: 100%;
    float:left;
    color: black;
    margin-bottom: 5px;
    font-weight: 700;
}

.form-submit-button {
    background-color: #28a7e9;
    width: 100%;
    margin: auto;
    position: relative;
    padding: 13px 30px;
    margin: 5px;
    border: none;
    color: #fff;
    margin-bottom: 30px;
    transition: all .3s ease 0s;
}

.form-submit-button:hover {
    background-color: #2f8cbd;
    width: 100%;
    margin: auto;
    position: relative;
    padding: 13px 30px;
    margin: 5px;
    border: none;
    color: #fff;
    margin-bottom: 30px;
}
