/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   Fonts */

@import url('https://fonts.googleapis.com/css?family=Nunito:300,400,500,800');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700');

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   General Styles */

::-moz-selection {
    background: #f2c2c9;
    color: #a4003a;
    text-shadow: none;
}

::selection {
    background: #FFF;
    color: #0D1E2B;
    text-shadow: none;
}

.centered {
	text-align: center
}

.mt {
	margin-top: 80px;
}

.mb {
	margin-bottom: 80px;
}

.mbx2 {
	margin-bottom: 160px;
}

hr.gradient {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 50%, rgba(0, 0, 0, 0) 100%);
}

body {
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: gray;
	background-color: #F2F2F2;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}


h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
    color: #222;
}

mark {
	background: #DBC819;
	padding: 2px 5px;
	font-weight: bold;
	font-size: inherit;
	color: #000;
	text-shadow: -1px 1px 2px #FFF;
}

.center {
	text-align: center;
}

.section-title {
	color: #555;
	font-size: 15px;
	font-family: 'Nunito', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 30px;
	border-top: .5px solid #e1dfdf;
	display: inline-block;
}

#img-cover {
	width: 100%;
}

/* Pointer Arrow */

.arrow-wrap {
  position: relative;
  z-index:1;
  left:50%;
	margin-left:-5em;
  background: #111;
  width:10em;
  height:10em;
  padding:4em 2em;
  border-radius:50%;
	display:block;
  box-shadow:0px 0px 5px 0px #FFF;
	opacity: 1;
	font-size: 0.5em;
	top: 6em;
}

.arrow {
  float:left;
  position:relative;
  width: 0px;
height: 0px;
border-style: solid;
border-width: 3em 3em 0 3em;
border-color: #ffffff transparent transparent transparent;
  -webkit-transform:rotate(360deg)
}

.arrow:after {
  content:'';
  position:absolute;
  top:-3.2em;
  left:-3em;
  width: 0px;
height: 0px;
border-style: solid;
border-width: 3em 3em 0 3em;
border-color: #111 transparent transparent transparent;
  -webkit-transform:rotate(360deg)
}


.hint {
  position:absolute;
  top:0.6em;
  width:100%;
  left:0;
  font-size:2em;
  font-style:italic;
  text-align:center;
  color:#fff;
  opacity:0;
}


.arrow-wrap:hover .hint {
  opacity:1;
}

.input-field-padding {
	padding: 9px;
	margin-right: 3px;
	width: 40%;
	border-style: solid;
	border-color: #e4e4e4;
}


  @-webkit-keyframes arrows {
    0% { top:0; }
    10% { top:12%; }
    20% { top:0; }
    30% { top:12%; }
    40% { top:-12%; }
    50% { top:12%; }
    60% { top:0; }
    70% { top:12%; }
    80% { top:-12%; }
    90% { top:12%; }
    100% { top:0; }
  }

  .arrow-wrap .arrow {
    -webkit-animation: arrows 2.8s 0.4s;
    -webkit-animation-delay: 3s;
  }

  .flex-container {
	  display:flex;
  }

  .flex-child {
	  flex: 1;
  }

  .flex-center-container {
	  display:flex;
	  justify-content: center;
  }

  .flex-center-vrt-container-column{
	  display:flex;
	  justify-content: center;
	  flex-direction: column;
  }

  .flex-container-column-end{
	  display:flex;
	  justify-content: flex-end;
	  flex-direction: column;
  }

  .flex-center-container-column{
	  display:flex;
	  align-items: center;
	  flex-direction: column;
  }

  .flex-wrap {
	  flex-wrap:wrap;
  }

.link-wht {
	color: #FFF;
}

.link-silver {
	color: silver;
}
  
  .blue-text { 
	  color: dodgerblue;
  }
  .blue-text.xxxl {
	  font-size: 50px;
  }
  .blue-text.lg {
	  font-size: 20px;
  }

  .jumbo-text {
  	font: 48px/57px 'Nunito Sans', sans-serif;
  	color: #000000;
  	font-weight:800;
  }
  .jumbo-text.sm {
	  font-size: 40px;
  }
  .jumbo-text.xs {
	  font-size: 25px;
  }
  .jumbo-text.tiny {
  	  font-size: 18px;
  }

  .pad-sides-lg{
	  padding-left: 20px;
	  padding-right: 20px;
  }
  .pad-sides-xxl {
	  padding-left: 40px;
	  padding-right: 40px;
  }
  .pad-top-md {
	  padding-top: 10px;
  }
  .pad-top-lg {
	  padding-top:20px;
  }


  .margin-top-lg {
	  margin-top:20px;
  }
  .margin-top-xl {
	  margin-top:30px;
  }
  .margin-top-xxl {
	  margin-top:50px;
  }
  .margin-bottom-xl {
	  margin-bottom: 30px;
  }
  .margin-bottom-xxl {
	  margin-bottom:50px;
  }
  .margin-right-sm {
	  margin-right:5px;
  }

  .included {
	  font-weight:bold;
	  color: #000000;
	  line-height: 30px;
  }
  .not-included {
	  text-decoration: line-through;
	  line-height: 30px;
  }

  .price-block {
	  background-color: #e8e8e8;
	  border: 1px solid #F2F2F2;
  }
  .price-block:hover {
	  box-shadow: 0 4px 5px 2px rgba(0, 0, 0, 0.2);
	  background-color:white;
	  transform: scale(1.08) translateY(-5px);
	  z-index: 1;
	  border-bottom: 0 none;
  }
  .price-block:hover .hidden-unless-active {
	  visibility:visible;
  }
  .price-block:hover .text-dynamic {
	  color:#000000;
  }

  .hidden-unless-active {
	  visibility: hidden;
  }
  .hidden-unless-hover:hover {
	  visibility: visible;
  }

  .btn-dynamic {
  	color: darkgrey;
  	background-color: white;
  	text-transform: uppercase;
  	font-family: 'Roboto', sans-serif;
  	font-weight: 700;
	border-bottom-color: darkgrey;
	border-bottom-width: 4px;
  }

  .text-dynamic, .color-text-dynamic {
	  color: darkgrey;
  }


#solutions h1 {
	color: #FFF;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   Navbar Styles */

.navbar {
	margin-bottom: 0;
}

.navbar-brand {
	font-weight: 700;
}

.navbar-default .navbar-brand {
	color: white;
}

.navbar-default {
	background-color: #13171c;
	border-bottom: 0 solid #333;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #fff;
	background-color: transparent;
	border-bottom: 2px solid #29AAE2
}

.navbar-default .navbar-nav > li > a {
	color: #29AAE2;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus{
	color: #fff;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: #29AAE2;
}

.button-style {
	color: #FFF;
	background-color: orange;
}

.navbar-align {
	text-align: right;
}

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



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   Hero Content */

#headerwrap {
	padding-top: 0px;
	text-align: center;
	background-attachment: relative;
	background-position: center center;
	background-size: cover;
	min-height: 700px;
	width: 100%;

    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	background-color: #048396;
}

.header_text_wrapper {
	display:flex;
	justify-content: center;
	flex-wrap:wrap;
}

.header_text_wrapper > div{
	position: relative;
	padding-top: 10px;
}

.header_text_wrapper img {
	position: absolute;
	left: 14%;
	width:50%;
}

.hero-link {
	color: silver;
	text-decoration: underline;
}
#headerwrap h1 {
	font-family: 'Nunito', sans-serif;
	color: #FFF;
	font-weight: 900;
	font-size: 36px;
	padding-top: 190px;
}

#headerwrap h2 {
	font: 24px/27px 'Nunito', sans-serif;
	font-weight: 400;
	color: #f2f2f2;
	padding-bottom: 25px;
	margin-top: -14px;
}

#headerwrap h3 {
	font: 18px/21px 'Nunito', sans-serif;
	font-weight: 400;
	color:#FFF;
	padding-bottom: 10px;
}

#sub-hero {
	background: url(../img/temp_below-hero.jpg) #FFF;
	min-height: 620px;
}

#hook {
	padding: 50px;
	background-color: #c8c8c8;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   Feature Callouts */

#feature-callouts {
	background-color: #FFF;
	padding: 20px 4% 80px;
}

.feature-left {
	text-align: left;
}

.feature-right {
	text-align: right;
}

.feature-lead {
	font: 21px/21px 'Nunito', sans-serif;
	font-weight: 800;
	padding-top: 70px;
	color: #222;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   Features */

#features {
	padding: 70px 9% 50px;
	text-align: center;
		
	  /* fallback */
	  background-color: #FFF;
	  background-repeat: repeat-x;
	
	  /* Safari 4-5, Chrome 1-9 */
	  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f2f2f2), to(#FFF));
	
	  /* Safari 5.1, Chrome 10+ */
	  background: -webkit-linear-gradient(top, #f2f2f2, #FFF);
	
	  /* Firefox 3.6+ */
	  background: -moz-linear-gradient(top, #f2f2f2, #FFF);
	
	  /* IE 10 */
	  background: -ms-linear-gradient(top, #f2f2f2, #FFF);
	
	  /* Opera 11.10+ */
	  background: -o-linear-gradient(top, #f2f2f2, #FFF);
}

#features h1 {
	color: #222;
	font: 31px/35px 'Nunito', sans-serif;
	font-weight: 300;
	padding-right: 12%;
	padding-left: 12%;
	padding-bottom: 40px;
}

#features h2 {
	font: 21px/21px 'Nunito', sans-serif;
	font-weight: 800;
	padding: 0;
}


#features h3 {
	color: #222;
	font: 17px/21px 'Nunito', sans-serif;
	font-weight: 400;
	padding: 0;
}

#features p {
	color: #555;
	font-size: 15px;
	padding: 0 20px 20px;
	text-align: center;
}

#features .timeframe {
	color: #35BC22;
	font-size: 15px;
	font-family: 'Nunito', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	padding-top: 10px;
	display: block;
	margin: 1px;
}

.feature-icon-small {
	width: 65px;
	padding-bottom: 25px;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   Testimonials */
   

#testimonials {
	background-color: #FFF;
	padding-right: 9%;
	padding-left: 9%;
	padding-bottom: 50px;
	text-align: center;
}

.name {
	color: #8CC63F;
	text-transform: uppercase;
	font: 14px/16px 'Nunito', sans-serif;
	font-weight: 800;
}

.title {
	color: #555;
	font: 14px/16px 'Nunito', sans-serif;
	font-weight: 300;
}

#testimonials h1 {
	color: #222;
	font: 24px/27px 'Nunito', sans-serif;
	font-weight: 400;
	padding-right: 12%;
	padding-left: 12%;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   Pricing */

#pricing {
	background-color: #FFF;
	padding-right: 9%;
	padding-left: 9%;
	text-align: center;
	padding-bottom: 200px;
}

#pricing-plans {
	background-color: #f2f2f2;
	padding: 50px 9% 100px;
	text-align: center;
}

#pricing-card {
	padding: 45px 10px 50px;
	border: 2px solid #e4e4e4;
	margin-bottom: 50px;
	min-height: 405px;
}

#pricing h1 {
	color: #222;
	font: 31px/35px 'Nunito', sans-serif;
	font-weight: 300;
	padding-right: 12%;
	padding-left: 12%;
	padding-bottom: 40px;
}

#pricing h2 {
	color: #103754;
	font-family: 'Nunito', sans-serif;
	font-size: 21px;
	font-weight: 800;
}

#pricing h3 {
	color: #555;
	font: 47px/49px 'Nunito', sans-serif;
	font-weight: 400;
	padding: 0 0 20px;
}

#pricing .caption {
	color: #555;
	font: 15px/21px 'Nunito', sans-serif;
	font-weight: 400;
	padding: 0 0 25px;
	margin-top: -15px;
}

#pricing .payment {
	color: #555;
	font: 15px/21px 'Nunito', sans-serif;
	font-weight: 400;
	padding: 15px 0 85px;
}

#pricing p {
	color: #555;
	font-size: 15px;
	padding: 0;
	text-align: center;
}

.not-included {
	color: silver;
	text-decoration: line-through
}

#pricing .great-for {
	color: #555;
	font-size: 15px;
	font-family: 'Nunito', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	padding-top: 10px;
	display: block;
	margin: 1px;
}

.entry-title {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, #16a085 50%);
    background-size: 200%;
    background-position: 0 0;
    display: inline;
    transition: .5s ease-in-out;
  }
  .entry-title a {
    color: white;
    text-decoration: none;
  }

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   Solutions */

#solution-block {
	background-color: #f9d148;
	padding: 50px 10% 80px;
	text-align: center;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	z-index: 10001;
}

.featured-solution {
	z-index: 10008;
	position: relative;
	clear: both;
	margin-top: -300px;
}

hr {
	border-top: 2px dotted #FFF;
	display: block;
	margin-right: 40%;
	margin-left: 40%;
}

#solution-block h1 {
	color: #222;
	font: 31px/35px 'Nunito', sans-serif;
	font-weight: 300;
	padding-top: 45px;
	padding-right: 12%;
	padding-left: 12%;
}

#solution-block h2 {
	color: #222;
	font: 17px/21px 'Nunito', sans-serif;
	font-weight: 400;
	padding-right: 12%;
	padding-left: 12%;
}

#solution-block h3 {
	color: #222;
	font-family: 'Nunito', sans-serif;
	font-size: 21px;
	font-weight: 800;
}



#solution-block p {
	color: #222;
	font-size: 15px;
	padding: 0 20px 20px;
	text-align: center;
}

#solution-block .desc {
	display: inline;
	color: silver;
	font-style: italic;
	text-align: left;
	float: left;
}


#solution-block .lead {
	color: #444;
	font: 21px/28px 'Roboto', sans-serif;
	font-weight: 300;
	padding: 15px 3% 100px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   Solution Block 01 */

#nirvana {
	padding: 0px 10% 150px;
	text-align: center;
	text-align: left;
	background: url(../img/temp_ui.jpg) center center / cover;
	min-height: 700px;
	width: 100%;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

#nirvana h1 {
	color: #222;
	font: 24px/27px 'Nunito', sans-serif;
	font-weight: 900;
	padding-top: 90px;
}

#nirvana p {
	color: #222;
	font-size: 15px;
	text-align: left;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   Footer */

#footer {
	padding-top: 70px;
	padding-bottom: 50px;
	background-color: #000;
	text-align: center;
}

#footer h1 {
	color: #FFF;
	font-size: 18px;
}

#footer p {
	color: silver;
	font-size: 15px;
	font-weight: 400;
}

#footer a {
	color: silver;
	font-size: 15px;
}

.copyright {
	display: inline-block;
	padding-top: 100px;
	padding-bottom: 50px;
	font-size: 15px;
	font-weight: 400;
	text-align: center;
}

.sitelink  {
	color: #666;
}

.cb-footer-tag {
	color: #c7c7c7;
}

#terms {
	color: #555;
	font-size: 15px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   Parallax and Media Queries */

section.module.parallax {
  height: 800px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
	padding-left: 5%;
	padding-right: 5%;
}


@media all and (min-width: 1080px) {
  section.module.parallax-1 {
    background-image: url("../img/back.jpg");
  }
  section.module.parallax h1 {
	  font-size: 160px;
  }
  #platform-features {
  	text-align: center;
  }
}

@media all and (max-width: 1079px) {
  section.module.parallax-1 {
    background-image: url("../img/back_medium.jpg");
  }



  section.module h2 {
    font-size: 42px;
  }
  section.module p {
    font-size: 20px;
  }
  section.module.parallax h1 {
    font-size: 96px;
  }
  
}

@media all and (max-width: 487px) {
  section.module.parallax-1 {
    background-image: url("../img/back_small.jpg");
  }
  
  .logo-padding {
  	padding-top: 3px;
  }



  section.module.parallax h1 {
    font-size: 160px;
  }

}

