/* ALL */

* {
  font-family: 'Montserrat', sans-serif;
  color: #333;
}

body {
  background-color: #F7F7F7;
}

a {
  text-decoration: none;
  color: #333;
}

a:hover {
  text-decoration: none;
  color: #E43134;
}
strong {
  font-weight: 500;
}

a.highlight, a.highlight i  {
  color: #E43134;
  margin-bottom: 5px;
}

a.highlight:hover, a.highlight i:hover {
  color: #89d2aa;
}

a.cta-link{
  color: #fefefe;
  background: #E43134;
  border-radius: 30px;
  padding: 5px 10px;
}

a.cta-link:hover {
  background: #89d2aa;
}

p {
  font-size: 1.1em;
  font-weight:lighter;
  line-height: 1.6em;
}

p a, small a {
  color: #7CC49C;
}

p a:hover, small a:hover {
  color: #333;
}

h5 {
  color: #72b490;
}

h2{
  margin-bottom: 1em;
  font-size: 2.3em;
  font-weight: lighter;
}

/* BUTTONS */

/* These are simple rounded buttons */

a.btn, button, .btn-primary {
  padding: 7px 19px;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  margin: 10px 0px;
  background-color: #E43134;
  border-radius: 0px;
  border: none;
  color: #fefefe;
}

a.btn:hover, button:hover, .btn-primary:hover {
  background-color: #C3000B;
  color: #fefefe;
}

/* SECTIONS */
section {
  margin-bottom: 1em;
}

/* hero with bg */

section.hero-with-bg-img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

section.hero-with-bg-img div.container * {
  color: #fff;
  text-align: center;
}

section.hero-with-bg-img div.container h1 {
  margin: 0;
  padding: 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 3.3em;
}

section.hero-with-bg-img div.container p {
  font-size: 1.3em;
}

/* text only */
section.text-only div.container div.row {
  padding: 80px 0px;
  border-bottom: 1px solid rgba(0,0,0,0.2);
}

section.no-border div.container div.row {
  border: none;
}



div.col-text {
  padding: 0 2em;

}

@media (max-width: 992px) {
  div.col-text{
    text-align: center;
      padding-bottom: 2em;
  }
  div.center-on-small{
    text-align: center;
    align-items: center !important;
    padding-bottom: 2em;
  }
}

div.col-text p{
  margin-bottom: 2em;
}

section.text-only div.container div.row div.col-text h2 {
  font-size: 1.5em;
}

/* standard */

section.standard div.container div.row {
  padding: 80px 0px;
  border-bottom: 1px solid rgba(0,0,0,0.2);
}

section.contact {
  padding: 80px 0px;
}

section.no-border div.container div.row {
  border: none;
}

section div.col-image {
  display: flex;
}

section.standard div.container div.row div.col-image {
  justify-content: center;
}

div.col-image div.image {
  height: 376px;
  width: 90%;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

div.col-text {
  padding: 0 2em;

}

@media (max-width: 992px) {
  div.col-text{
    text-align: center;
      padding-bottom: 2em;
  }
  div.center-on-small{
    text-align: center;
    align-items: center !important;
    padding-bottom: 2em;
  }
  div.col-image div.image {
    width: 100%;
    margin-bottom: 2em;
  }
}

div.col-text p{
  margin-bottom: 2em;
}

/* features */

div.feature {
  display: flex;
  padding: 10px;
  width: 48%;
}

p.text-icon {
  font-size: 20px;
  font-weight: 600;
  color: #E43134;
  min-width: 70px;
  text-align: center;
  line-height: 26px;
  padding: 5px 10px 10px 10px;
}


div.feature i {
  font-size: 2em;
  color: #E43134;
  margin: 0;
  padding: 5px 10px 10px 10px;
  min-width: 70px;
  text-align: center;
}

div.feature-text > h5 {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

div.feature-text > p {
  font-size: 14px;
  color: #333;
}

div.feature-highlight {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}

div.feature-highlight div.feature {
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
}

div.feature-highlight div.feature div.feature-text p {
  font-size: 16px;
  max-width: 600px;
}

div.feature-highlight div.feature div.feature-text h5 {
  font-size: 20px;
  font-weight: normal;
}

div.feature-text small {
  font-size: 16px;
  color: rgba(0,0,0,0.5);
  text-transform: uppercase;
}

div.feature-holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}


div.accessory-features div.feature-holder div.feature {
  width: 33%;
}

@media screen and (max-width: 576px) {
  div.feature, div.accessory-features div.feature-holder div.feature  {
    width: 90%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  div.feature-holder {
    display: flex;
    justify-content: center;
  }
}

@media screen and (max-width: 768px) {
 div.accessory-features div.feature-holder div.feature  {
    width: 90%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  div.accessory-features div.feature-holder {
    display: flex;
    justify-content: center;
  }

}

/* apps */
 ul.apps {
   list-style: none;
   padding: 0;
   margin: 0;
   display: flex;
   flex-wrap: wrap;
 }

 ul.apps li{
   width: 25%;
   padding: 10px;
   display: flex;
   line-height: 20px;
 }

 ul.apps li p{
  margin: 0;
  font-weight: 500;
  padding: 0;
  margin-bottom: -3px;
 }
@media screen and (max-width: 992px) {
  ul.apps li{
    width: 33%;
    padding: 10px;
    display: flex;
    line-height: 20px;
  }
}

@media screen and (max-width: 768px) {
  ul.apps li{
    width: 48%;
    padding: 10px;
    display: flex;
    line-height: 20px;
  }
}

@media screen and (max-width: 576px) {
  ul.apps li{
    width: 100%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    line-height: 20px;
  }
  h3.resp-center {
    text-align: center;
  }
}
 /* cta */

 section.cta div.container div.row div a div i {
   font-size: 2em;
   margin-bottom: 20px;
   background: #E43134;
   color: white;
   border-radius: 50px;
   width: 60px;
   height: 60px;
   line-height: 60px;


 }

 section.cta div.container div.row div a div:hover {
   transition: 0.5s;
 }

 section.cta div.container div.row div a div:hover {
   transform: scale(1.1);
 }


/* NAVBAR */

div.navbar{
  width: 100%;
  align-items: center;
  height: 65px;
  background: #fefefe;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,.11);
  padding: 0 3em;
  z-index: 999;
}

i.mobile-nav-toggle {
  display: none;
  font-size: 30px;
  color: #E43134;
}

i.mobile-nav-toggle:hover {
  cursor: pointer;
}

.mobile-nav ul li a {
  font-size: 20px;

}


div.logo {
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  width: 100px;
  height: 50px;
}



nav > ul, div.secondary-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

nav ul li a{
  margin: 10px;
  padding: 10px;
  font-size: 14px;
  text-transform: uppercase;
  min-width: 100px;
}


@media screen and (max-width: 992px) {
  i.mobile-nav-toggle {
    display: block;
  }
  div.navbar ul, div.navbar a.btn {
    display: none;
  }

}

div.mobile-nav {
  padding: 20px;
  position: fixed;
  top: 0px;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  background: white;
  display: none;
  justify-content: center;
}

div.mobile-nav.show {
  display: flex;
}

div.mobile-nav div.scrollbox {
  max-height: 80vh;
  overflow: scroll;
}

ul.mobile-dropdown-list {
  background-color: rgba(246,246,246);
}

ul.mobile-dropdown-list a li:hover {
  background-color: #E0F3E6;
}

div.dropdown-menu {
  overflow: hidden;
  padding: 0;
  border-radius: 0;
  border: none;
  margin-top: -2px;
  background: #fefefe;
}

div.dropdown-menu a {
  max-width: 100%;
  margin: 0;
  padding: 10px 20px;
  border-bottom: 1px solid rgba(0,0,0,0.05);
  font-size: 14px;
}
div.dropdown-menu a:hover{
  background-color: #E0F3E6
}


div.mobile-nav div.scrollbox ul{
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;

}

div.mobile-nav div.scrollbox ul li {
  padding: 10px;
}

div.mobile-nav i.close-nav {
  position: fixed;
  top: 20px;
  right: 20px;
  font-size: 30px;
  color: #E43134;
}

div.mobile-nav i.close-nav:hover {
  cursor: pointer;
}

div.mobile-nav div.mobile-nav-footer {
  position: fixed;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

div.mobile-nav div.mobile-nav-footer p {
  margin: 0;
}

/* FOOTER */

footer{
  background-color: #94919C;
  color: white;
  padding: 2em;
}

footer * {
  color: white;
}

footer div div div ul li {
  padding-top: 5px;
  padding-bottom: 5px;
}

ul.unstyled {
  list-style: none;
  padding: 0; margin: 0;
}

div.tiny-footer ul li {
  padding-right: 20px;
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .tiny-footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .tiny-footer a{
    margin: 0 !important;
  }
  .tiny-footer ul {
    margin: 0 !important;
    flex-direction: column;
    text-align: center;
    justify-content: center;
  }

  .tiny-footer ul li {
    margin: 0; padding: 0 !important;
  }
}



/* CRM FOrm */
.TurnKeyCRM .InputBlock {
display: flex !important;
flex-direction: column !important;
margin-top: 0px !important;
padding-top: 0px !important;
margin-bottom: 10px !important;
}
.InputBlock input, .InputBlock label, .InputBlock select, .InputBlock textarea {
margin-top: 0px !important;
padding-top: 0px !important;
float: none !important;
text-align: left !important;
width: 100% !important;
font-weight: 300 !important;
font-size: 16px !important;
}

form.TurnKeyCRM input[type="submit"] {
width: 92% !important;
font-family: Quicksand, sans-serif !important;
font-weight: 300 !important;
font-size: 18px !important;
padding-top: 5px !important;
padding-right: 10px !important;
margin-top: 0;
background-color: #E43134 !important;
color: white !important;
}

p.check-list {
  font-size: 14px;
}
