@import url(../../app/resources/css/contact.css);

/* Full Heightening
–––––––––––––––––––––––––––––––––––––––––––––––––– */

html, body {
	height: 100%;
  font-family: 'ULSans';
  font-size: 16px;
/* 	letter-spacing: .025em; */
}

.animated {
  -vendor-animation-duration: 3s;
  -vendor-animation-delay: 2s;
  -vendor-animation-iteration-count: infinite;
}

#hero,
#homestats,
#homeindex,
#footer {
  position: relative;
	min-height: 100vh;
}

#h7-link {
  display: block;
  position: absolute;
  right: 65px;
  bottom: 50px;
  font-size: 12px;
  letter-spacing: 0;
  color: #fff;
}

#h7-link span {
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-right: 10px;
  background: url('../images/h7.png') no-repeat center center;
  text-indent: -9000px;
}



/* Shared
–––––––––––––––––––––––––––––––––––––––––––––––––– */

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  text-transform: lowercase;
  font-family: 'ULCaps-SemiBold';
}

a,
.button {
    color: #a6071e;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-decoration: none;
}

a:hover,
.button:hover,
.button:focus {
    text-decoration: none;
    color: #b50000;
}


.button {
  border-radius: 3px;
  color: #a6071e;
  letter-spacing: .025em;
  text-transform: capitalize;
  font-family: 'ULSans-SemiBold';
  font-size: 15px;
  margin: 10px 20px 10px 0;
  text-align: center!important;
  width: 140px;
  height: auto;
  line-height: 1.8em;
  padding: 10px 20px;
  white-space: normal;
}

.centered {
	margin: 0px auto;
	text-align: center;
}

/* section arrows */

.section-arrow {
  position: absolute;
  left: 50%;
  bottom: 40px;
  width: 100px;
  margin-left: -50px;
  color: #fff;
  text-align: center;
  font-size: 32px;
  line-height: 20px;
}

.section-arrow:hover {
  bottom: 35px;
  color: #ddd;
}

/* Header
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#page-splash #top-header {
	position: absolute;
	top: 40px;
	height: 70px;
	padding: 0;
	background: transparent;
	z-index: 999;
}

#page-splash #top-header .logo {
  background: url('../images/logo.png') no-repeat center center;
  width: 70px;
  height: 70px;
  display: block;
  text-indent: -9000px;
  margin-left: 50px;
  float: left;
}

#page-splash #top-header a {
  color: #fff;
}

#page-splash #top-header a:hover {
  color: #fff;
}

#page-splash #main-nav-links {
  margin-right: 40px;
}

#page-splash #main-nav-links a:hover {
  color: #f8383b;
}

.header .contact-btns {
  padding-right: 50px;
  float: right;
}

.header .navitem {
  color: #fff;
  font-family: 'ULSans';
  text-decoration: none;
  margin-right: 20px;
  font-size: 13px;
  line-height: 40px;
  vertical-align: middle;
  display: inline-block;
  height: 40px;
  padding: 0 10px;
  text-align: center;
  letter-spacing: .1rem;
  white-space: nowrap;
}


.header .methodology,
.header .login {
  color: #fff;
  background: url('../images/methodology.png') no-repeat left center;
/*   width: 40px; */
  height: 40px;
  display: inline-block;
/*   text-indent: -9000px; */
  padding: 0px 10px 0px 50px;
  float: right;
  margin: 0 5px;
}

.header .login {
  background: url('../images/login.png') no-repeat left center;
}

.header .methodology:hover,
.header .login:hover {
  color: #f8383b;
  background-color: rgba(248, 57, 60, 0.05);
}

.menucontainer ul  {margin: 0;padding: 0;list-style: none;}
.menucontainer ul li.current-menu-item { background-color: #ddd;}
.menucontainer ul > li { display: block;float: left;position: relative; }
/* ul.menucontainer li:hover {background: #f6f6f6;} */

.responsive-menu select {
	display: block;
	position: absolute;
	right: 5%;
	width: auto;
	height: auto;
	padding: 10px 12px;
	font-size: 17px;
    text-transform: lowercase;
    font-family: 'ULCaps-SemiBold';
	line-height: 1.42857;
	color: #fff;
	vertical-align: middle;
	background-color: rgba(255, 255, 255,0);
	background-image: none;
	border: none;
   -webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
}
.nofull select {width: auto;}
label {float: left;line-height: 36px;font-weight: 800;font-size: 12px;}



/* Sections
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section {
  padding: 0;
}
.section-heading,
.section-description {
  margin-bottom: 2rem;
}

/* Hero
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.hero {
/*
  background-image: url('../images/power-bg.jpg');
  background-size: cover;
*/
  color: #fff;
}

.hero .container {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.hero .container .row {
  margin-left: 0;
  margin-right: 0;
}

.hero .hero-heading {
  font-size: 2.8rem;
  line-height: 0.8;
}

.hero .hero-heading sup {
  top: auto;
}

.hero .hero-subhead {
  font-size: 1.5em;
  line-height: 1em;
  text-transform: lowercase;
}

.hero .button,
.hero .button:active {
  border-radius: 0px;
  border: 0px;
  background: rgb(138,8,35); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(138,8,35,1) 0%, rgba(138,8,35,1) 50%, rgba(121,10,33,1) 51%, rgba(121,10,33,1) 71%, rgba(121,10,33,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(138,8,35,1) 0%,rgba(138,8,35,1) 50%,rgba(121,10,33,1) 51%,rgba(121,10,33,1) 71%,rgba(121,10,33,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(138,8,35,1) 0%,rgba(138,8,35,1) 50%,rgba(121,10,33,1) 51%,rgba(121,10,33,1) 71%,rgba(121,10,33,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a0823', endColorstr='#790a21',GradientType=0 ); /* IE6-9 */
  color: #fff;
}

.hero .button:hover,
.hero .button:focus {
  background: rgb(226,226,226); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
  color: #f8383b;
}

.hero .button.reversed {
  background: rgb(226,226,226); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
  color: #f8383b;
}

.hero .button.reversed:hover {
  border-radius: 0px;
  border: 0px;
  background: rgb(138,8,35); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(138,8,35,1) 0%, rgba(138,8,35,1) 50%, rgba(121,10,33,1) 51%, rgba(121,10,33,1) 71%, rgba(121,10,33,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(138,8,35,1) 0%,rgba(138,8,35,1) 50%,rgba(121,10,33,1) 51%,rgba(121,10,33,1) 71%,rgba(121,10,33,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(138,8,35,1) 0%,rgba(138,8,35,1) 50%,rgba(121,10,33,1) 51%,rgba(121,10,33,1) 71%,rgba(121,10,33,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a0823', endColorstr='#790a21',GradientType=0 ); /* IE6-9 */
  color: #fff;
}

.hero .inline-button {
	color: #fff;
	display: inline-block;
	background-color: rgba(95, 0, 0, 0.5);
	padding: 2px 5px;
	border: 1px rgba(255, 255, 255, 0.2) dotted;
}

.hero .inline-button:hover {
	color: #f8383b;
	display: inline-block;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 2px 5px;
	border: 1px rgba(95, 0, 0, 0.5) dotted;
}


/* homestats
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.homestats {
/*
  background-image: url('../images/reports-bg.jpg');
  background-size: cover;
*/
  padding: 0 30px;
  color: #ffffff;
}
.homestats-heading {
  margin-bottom: 2em;
  font-size: 2em;
  line-height: 1.25em;
  text-transform: lowercase;
  font-family: 'ULCaps-SemiBold';
  color: #e6ddcc;
  position: relative;
  padding-bottom: 30px;
  margin: 0 auto;
}


.homestats-heading:before {
  content : "";
  position: absolute;
  left    : 0;
  bottom  : 0;
  height  : 6px;
  width   : 75%;  /* or 100px */
  padding-bottom: 20px;
  border-bottom: 5px solid #e6ddcc;
}

.homestats p {
  width: 50%;
  margin: 1em auto;
  font-size: 1.3em;
}



.homestats .container {
	padding-top: 150px;
	padding-bottom: 60px;
}

.homestats .button {
  border-radius: 0px;
  border: 0px;
  border-bottom: 3px solid #a6071f;
  color: #f8383b;
  width: 180px;
}

.homestats .button:hover {
    color: #a6071f;
}

.homestats span.small {
	font-size: 1rem;
	clear: both;
	display: block;
	opacity: .5;
}

.homestats .fullheight{
    height: 100%!important;
    padding-right: 0px;
    padding-left: 0px;
}

.homestats .statsslider img {
	display: block;
	float: right;
	margin-left: 20px;
	vertical-align: top;
}


/* HomeIndex
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.homeindex {
/*
  background-image: url('../images/reports-bg.jpg');
  background-size: cover;
*/
  padding-top: 180px;
  background-color: #f2f2f1;
  overflow: hidden;
  color: #1a1919;
}
.homeindex-heading {
  margin-bottom: 2rem;
  color: #a6071e;
}

.homeindex .container {
	padding-top: 60px;
	width: 75%;
	max-width: 1200px;
	margin-top: -200px;
/* 	padding-bottom: 100px; */
}

.homeindex .button {
  color: #a6071f;
}

.homeindex .button:hover {
    color: #f8383b;
}


/* .homeindex  */.stuck-image {
	position:relative;
	margin: 20px auto;
	z-index: 300;
}

.homeindex .inside-laptop{
	
}

.homeindex .section-arrow {
  bottom: auto;
  top: 20px;
  color: #a6071e;
  z-index: 500;
}

.homeindex .section-arrow:hover {
  bottom: auto;
  top: 25px;
  color: #b50000;
}


/* Get Started
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.homegetstarted {
/*
  background-image: url('../images/reports-bg.jpg');
  background-size: cover;
*/
  color: #ffffff;
  min-height: 300px;
}
.homegetstarted-heading {
  margin-bottom: 2rem;
  color: #f2f2f2;
}

.homegetstarted .container {
	padding-top: 150px;
	padding-bottom: 100px;
}


.homegetstarted .button,
.homegetstarted .button:active {
  width: 280px;
  height: auto;
  font-size: 1.6em;
  display: block;
  border-radius: 0px;
  border: 0px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8a0823+0,8a0823+50,790a21+51,790a21+71,790a21+100 */
background: rgb(138,8,35); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(138,8,35,1) 0%, rgba(138,8,35,1) 50%, rgba(121,10,33,1) 51%, rgba(121,10,33,1) 71%, rgba(121,10,33,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(138,8,35,1) 0%,rgba(138,8,35,1) 50%,rgba(121,10,33,1) 51%,rgba(121,10,33,1) 71%,rgba(121,10,33,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(138,8,35,1) 0%,rgba(138,8,35,1) 50%,rgba(121,10,33,1) 51%,rgba(121,10,33,1) 71%,rgba(121,10,33,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a0823', endColorstr='#790a21',GradientType=0 ); /* IE6-9 */
  color: #fff;
}

.homegetstarted .button:hover,
.homegetstarted .button:focus
 {
  border-radius: 0px;
  border: 0px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e2e2e2+0,dbdbdb+50,d1d1d1+51,fefefe+100;Grey+Gloss+%231 */
background: rgb(226,226,226); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
  color: #f8383b;
}


/* Footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.footer {
	width: 100%;
	display: block;
	padding-top: 80px;
	padding-bottom: 80px;
	background: #f2f5f6;
  font-size: 12px;
	line-height: 20px;
}

.footer .logo {
  background: url('../images/logo-footer.png') no-repeat left center;
  width: 70px;
  height: 70px;
  display: block;
  text-indent: -9000px;
  margin-bottom: 100px;
  float: left;
}

.footer a {
  color: #a6071f;
}

.footer a:hover {
  color: #b50000;
}

.footer .copyright .privacy,
.footer .copyright .terms {
	margin: 0px 10px;
}

.footer .creator {
	color: #f8383b;
	line-height: 26px;
}

.footer .h7 {
  background: url('../images/h7.png') no-repeat center center;
  width: 26px;
  height: 26px;
  display: inline-block;
  text-indent: -9000px;
  margin-right: 10px;
}

#footer-nav {
  margin: 20px 0 0 0;
  list-style: none;
}

#footer-nav li {
  display: inline-block;
  margin: 0 20px 0 0;
}

#footer-nav a {
  font-size: 16px;
}

/* WHITE BANDS */


#top, #bottom, #left, #right {
	background: #fff;
	position: fixed;
	z-index: 1001;
	}
#left, #right {
	top: 0; bottom: 0;
	width: 15px;
	}
#left { left: 0; }
#right { right: 0; }
	
#top, #bottom {
	left: 0; right: 0;
	height: 15px;
	}
#top { top: 0; }
#bottom { bottom: 0; }





/* Bigger than 550 */
@media (min-width: 550px) {
  .section .homestats {
  }
  .hero, .homestats {
    text-align: left;
  }
  .hero .hero-heading {
    font-size: 3rem;
  }
}

/* Bigger than 750 */
@media (min-width: 750px) {
  .hero {
    min-height: 100%;
  }
  .hero .hero-heading {
    font-size: 5rem;
  }
  .section-description {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  .categories {
    padding: 15rem 0 8rem;
  }
}

/* Bigger than 1000 */
@media (min-width: 1000px) {
  .hero .hero-heading {
    display: inline-block;
  	font-size: 6rem;
  	text-transform: lowercase;
  	font-family: 'ULCaps-SemiBold';
  	line-height: 0.8;
  	position: relative;
  	padding-bottom: 30px;
  }

  .hero .hero-heading:before {
    content : "";
    position: absolute;
    left    : 0;
    bottom  : 0;
    height  : 6px;
    width   : 100%;  /* or 100px */
    padding-bottom: 20px;
    border-bottom: 6px solid #fff;
  }

}


@media (min-width: 1200px) {
  .hero .hero-heading {
/*     font-size: 7rem; */
  }
}


/* Smaller than 550 */
@media (max-width: 550px) {
	.section.homestats,
	.section.homeindex,
	.section.homegetstarted
	 {
	  /*background-image: none !important;*/
	}
  .homestats {
	  background: #dee1e6;
  }
  .homeindex {
	  background: #f2f5f6;
  }
  .homegetstarted {
	  background: #e8eef2;
  }

  
 	.header .logo,
 	.footer .logo
 	{
	 	margin: 0 auto 40px auto;
 	} 
	.footer .logo {
	  background: url('../images/logo-footer.png') no-repeat left center;
	  width: 200px;
	}
	.footer {
		text-align: center;
	}
	.header .contact-btns{
		padding: 0;
		margin-right: 0;
	}
	.header .contact-btns .contact {
		padding:0;
	}
/*
	.header .contact-btns .facebook,
	.header .contact-btns .twitter {
		display: none;
	}
*/

	#left, #right {
		width: 7px;
		}
	#top, #bottom {
		height: 7px;
		}
	
	.container {
  	padding: 0 7px;
	}

}


.laptop-content {
	padding-top: 60px;
	padding-bottom: 150px;
}

.laptop-before, .laptop-after {
	background-color: #f2f2f1;
	width: 100%;
	height: 40px;
	display: block;
}
.laptop-after {
	height: 200px;
	position: relative;
}


.laptop {
}

.laptop-img {
  display: block;
  width: 100%;
  height: auto;
}

#homeindex h4 {
  padding-bottom: 30px;
  border-bottom: 10px solid #a6071e;
}

#home-features1,
#home-features2,
#home-features3 {
  text-align: center;
  padding: 0px 0 100px 0;
}

.feature-heading {
  z-index: 100;
  color: #a6071e;
}

.scroll-content1,
.scroll-content2,
.scroll-content3{
	position: relative;
} 
.feature-content
{
  width: 75%;
  z-index: 100;
  margin: 100px auto;
/*position: absolute;
  top: 35%;
  left: 0;
  right: 0;
  background-color: rgba(255,255,255,0.95); */
  padding: 20px;
/*   border: 2px solid #a6071e; */
}

.feature-content p {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.screenshot {
  display: block;
  width: 90%;
  height: auto;
  margin: 0px auto;
  padding: 0px 0 200px 0;
  z-index: 0;
/*
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
*/
}

.screenshot.sticky-content {
	
}

.screenshot.sticky-content.is_stuck {
	left: 0px;
	right: 0px;
	top: 0px!important;
}

body.lightbox-open {
  overflow: hidden;
}

.fullscreen-wrap {
  top: 0;
  height: 100%;
}

.fullscreen-wrap * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fullscreen-wrap:before,
.fullscreen-wrap:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fullscreen-wrap.lightbox-wrap {
  position: fixed;
  z-index: 1000;
}

.fullscreen-wrap .fullscreen-content.lightbox-content {
  position: fixed;
  top: 80px;
  left: 25%;
  width: 50%;
  height: auto;
  max-height: calc(100% - 140px);
  padding: 30px;
  background: rgba(255, 255, 255, 0.5);
  overflow: auto;
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.fullscreen-wrap .fullscreen-content.lightbox-content h1, 
.fullscreen-wrap .fullscreen-content.lightbox-content h2, 
.fullscreen-wrap .fullscreen-content.lightbox-content h3, 
.fullscreen-wrap .fullscreen-content.lightbox-content h4, 
.fullscreen-wrap .fullscreen-content.lightbox-content h5, 
.fullscreen-wrap .fullscreen-content.lightbox-content h6 {
  text-transform: none;
  letter-spacing: 0;
}

.fullscreen-wrap .fullscreen-content.lightbox-content h2 {
  font-size: 32px!important;
  text-transform: lowercase;
}
  
.fullscreen-wrap .fullscreen-content.lightbox-content h3 {
  font-size: 24px;
}

.fullscreen-wrap .fullscreen-content.lightbox-content h4 {
  font-size: 20px;
  letter-spacing: normal;
  text-transform: none;
}

.fullscreen-wrap .fullscreen-content.lightbox-content p {
  letter-spacing: normal;
}

.fullscreen-wrap.lightbox-wrap .close-lightbox {
  top: 40px;
  right: 25%;
  font-size: 16px;
}

#video iframe {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

@media	only screen and (-webkit-min-device-pixel-ratio: 1.3),
	only screen and (-o-min-device-pixel-ratio: 13/10),
	only screen and (min-resolution: 120dpi)
	{
  	
  	#homestats {
  	}
  	
}

@media screen and (max-width: 768px) {
  
  .hero .container {
    position: static;
    padding-top: 80px;
    padding-bottom: 100px;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
  
  .hero .button {
    width: auto;
    margin: 0 10px 0 0;
  }
  
  .laptop-before, .laptop-after, .laptop-img {
    display: none;
  }
  
  .laptop-content {
    padding: 0;
  }
  
  .homeindex {
    padding-top: 0;
  }
  
  .homeindex .container {
    width: auto;
    margin: 0;
  }
  
  .feature-content {
    width: auto;
    margin: 0;
    padding: 0;
  }
  
  .screenshot {
    padding: 0;
    width: 80%;
  }
  
  .scroll-content1, .scroll-content2, .scroll-content3 {
    padding: 40px 0;
  }
  
  .scroll-content2 {
    background: rgba(0,0,0,0.1);
  }
  
  #home-features1, #home-features2, #home-features3 {
    padding: 0;
  }
  
  .fullscreen-wrap .fullscreen-content.lightbox-content {
    position: absolute;
    left: 10%;
    width: 80%;
  }
  
}

@media screen and (max-width: 700px) {
  
  .header {
    position: static;
    width: 85%;
    margin: 0 auto;
    padding: 40px 0 0 0;
  }
  
  .header .logo {
    margin-left: 0;
  }
  
  .header .navitem {
    margin: 0;
    padding: 0 10px;
  }
  
  .header .methodology, .header .login {
    padding-left: 10px;
    background: none;
  }
  
  .header .contact-btns {
    width: 70%;
    padding-right: 0;
    text-align: right;
  }
  
  .menucontainer ul > li {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  
}

@media screen and (max-width: 600px) {
  
  .header .navitem {
    display: block;
    float: none;
    text-align: left;
    height: auto;
    margin: 0;
    padding: 0;
    line-height: 24px;
  }
  
  .header .methodology, .header .login {
    height: auto;
  }
  
  .header .contact-btns {
    width: 50%;
  }
  
  .menucontainer ul > li {
    display: block;
    float: none;
    margin: 0 0 4px 0;
    vertical-align: top;
  }
  
  .section-arrow {
    bottom: 20px;
  }
  
  .hero .container {
    padding: 40px 0 120px 0;
  }
  
  .hero .button {
    margin: 0;
  }
  
  #h7-link {
    bottom: 20px;
    right: 20px;
  }
  
  #hero .section-arrow {
    bottom: 20px;
    left: 20px;
    width: 35px;
    margin: 0;
  }
  
  .homestats {
    padding: 0;
  }
  
  .homestats .container {
    padding: 30px;
  }
  
  .homestats p {
    width: 60%;
  }
  
  .homestats .statsslider img {
    float: none;
    margin: 0 auto 10px auto;
  }
  
  #no-scroll-content {
    width: 80%;
    margin: 0 auto;
    padding: 0;
  }
  
  #homegetstarted p {
    text-align: center;
  }
  
  .screenshot {
    width: 90%;
  }
  
  .footer .logo {
    float: none;
    width: 70px;
  }
  
  #footer-nav {
    margin: 0 0 40px 0;
  }
  
  #footer-nav li {
    display: block;
    margin: 0 0 8px 0;
  }
  
}

@media screen and (max-width: 400px) {
  
  .header {
    padding-top: 30px;
  }
  
  .hero .container {
    width: 85%;
  }
}