@font-face
{
	font-family: 'OpenSans';
	src: url('fonts/OpenSans-Regular.ttf');
	font-style: normal;
}

@font-face
{
	font-family: 'OpenSans';
	src: url('fonts/OpenSans-Bold.ttf');
	font-style: normal;
	font-weight: bold;
}

@font-face
{
	font-family: 'OpenSans';
	src: url('fonts/OpenSans-Light.ttf');
	font-style: normal;
	font-weight: 300;
}

html, body
{
	font-family: 'OpenSans';
	padding: 0;
	margin: 0;
}

img.block
{
	display: block;
	margin: 0 auto 0 auto;
}

h1
{
	font-family: 'OpenSans';
}

h2
{
	font-family: 'OpenSans';
	font-size: 31px;
	font-weight: 300;
	text-align: center;
	margin: 0 0 35px 0;
}

h2.important
{
	color: #ff5c5c;
}

h3
{
	font-family: 'OpenSans';
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 9px 0;
}

.alternate-background
{
	background-color: #fafafa;
}

a
{
	font-family: 'OpenSans';
	text-decoration: none;
}

button
{
	font-family: 'OpenSans';
	background-color: transparent;
	padding: 0;
	margin: 0;
	outline: none;
	border: 0px solid white;
	cursor: pointer;
}

p
{
	font-family: 'OpenSans';
	font-size: 14px;
	line-height: 21px;
	margin: 25px 0 0 0;
}

p:first-of-type
{
	margin-top: 0;
}

p.larger
{
	font-size: 15px;
	line-height: 30px;
}

ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

li
{
	margin: 0;
	padding: 0;
}

#dots #dot1
{
	animation: load 1s infinite;
}

#dots #dot2
{
	animation: load 1s infinite;
	animation-delay: 0.2s;
}

#dots #dot3
{
	animation: load 1s infinite;
	animation-delay: 0.4s;
}

@keyframes load
{
	0%
	{
		opacity: 0;
	}
  
	50%
	{
		opacity: 1;
	}
 
	100%
	{
		opacity: 0;
	}
}

.main-container
{
	max-width: 1050px;
	margin: 0 auto 0 auto;
	padding: 0 40px 0 40px;
}

@media screen and (max-width:500px) 
{
	
	.main-container
	{
		padding: 0 20px 0 20px;
	}
	
}


/******************************************************************/


#intro
{
	background-image: url('images/intro-background.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

header
{
	background-color: rgba(255, 92, 92, 0.75);
	padding: 19px 0;
}

header .main-container
{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

nav ul
{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

nav ul li
{
	margin-left: 12px;
}

nav ul li:fist-of-type
{
	margin-left: 0;
}

nav button
{
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	padding: 8px 12px;
	color: #ffffff;
	border-radius: 2px;
}

nav button:hover
{
	background-color: #ffffff;
	color: #ff5c5c;
}

nav button.important
{
	text-transform: uppercase;
	background-color: #ffffff;
	color: #ff5c5c;
}

nav button.important:hover
{
	background-color: #fff7f7;
}

#intro .content-container
{
	text-align: center;
	max-width: 650px;
	margin: 0 auto 0;
	padding: 66px 20px 38px 20px;
}

#intro .logo_container
{
	display: inline-block;
	text-align: right;
}

#intro .logo_container img
{
	width: 100%;
	max-width: 358px;
}

#intro h1
{
	font-size: 33px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin: 20px 0 1px 0;
	line-height: 30px;
}

#intro sup
{
	color: #ff5c5c;
	font-size: 18px;
}

#intro h2
{
	color: #ffffff;
	font-size: 24px;
	font-weight: 300;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 22px;
	line-height: 24px;
}


#intro h3
{
	color: rgba(255, 255, 255, 0.7);
	text-align: center;
	background-color: rgba(0, 0, 0, 0.2);
	padding: 3px 10px;
	display: inline-block;
	font-size: 16px;
	box-shadow: 0 0 15px 5px rgba(255, 255, 255, 0.2);
	margin: 0 4px 3px 0;
}

#intro #intro-wifi-quote-button
{
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
	color: #ff5c5c;
	padding: 13px 48px;
	background-color: #ffffff;
	border-radius: 5px;
	cursor: pointer;
}

#intro #intro-wifi-quote-button:hover
{
	background-color: #fff7f7;
}

#intro .arrow
{
	margin-top: 18px;
}

/******************************************************************/


#what-can-you-do
{
	padding: 50px 0 41px 0;
	position: relative;
}

#what-can-you-do .horizontal-panels
{
	display: flex;
	justify-content: space-around;
}

#what-can-you-do .horizontal-panels .panel
{
	max-width: 327px;
	text-align: center;
}

#what-can-you-do .image-container
{
	height: 175px;
	position: relative;
}

#what-can-you-do .image-container img
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translatey(-50%);
}

#what-can-you-do svg 
{
  width: 100%;
  height: 60px;
  position: absolute;
  left: 0;
  bottom: -60px;
  fill: #fafafa;
}

@media screen and (max-width:700px) {

	#what-can-you-do .horizontal-panels
	{
		display: block;
	}
	
	#what-can-you-do .horizontal-panels .panel
	{
		margin: 0 auto;
		margin-top: 50px;
	}
	
	#what-can-you-do .horizontal-panels .panel:first-child
	{
		margin-top: 0;
	}

}

/******************************************************************/


#network-solutions
{
	padding: 75px 0 50px 0;
}

#network-solutions .main-container
{
	max-width: 600px;
}

#network-solutions .image-container
{
	margin-bottom: 10px;
}

#network-solutions .image-container .links
{
	width: 100%;
	max-width: 445px;
}

#network-solutions .section
{
	margin-top: 40px;
}

#network-solutions .section:first-of-type
{
	margin-top: 0;
}

#network-solutions p
{
	text-align: center;
}

#network-solutions p.main
{
	text-align: left;
	margin-top: 38px;
}

#network-solutions .image-container
{
	text-align: center;
}


/******************************************************************/


#comparison
{
	padding: 40px 0 40px 0;
}

#comparison .main-container
{
	max-width: 801px;
}

#comparison .header
{
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 525px;
	margin: 0 auto 25px auto;
}

#comparison .header h2
{
	margin: 0;
	line-height: 35px;
}

#comparison .header img
{
	margin: 0;
}

#comparison .versus
{
	background-color: #cecece;
	color: #5f5f5f;
	border-radius: 100px;
	width: 70px;
	height: 60px;
	font-size: 34px;
	font-weight: bold;
	font-family: 'OpenSans';
	text-align: center;
	padding-top: 10px;
}

#comparison .banner
{
	margin-bottom: 5px;
	width: 100%;
	max-width: 801px;
}

@media screen and (max-width:700px) {
	
	#comparison .header
	{
		flex-direction: column;
	}
	
	#comparison .header h2 br
	{
		display: none;
	}
	
	#comparison .header > *,
	#comparison .header img
	{
		margin-top: 15px;
	}
	
	#comparison .header > *:first-child
	{
		margin-top: 0;
	}
}


/******************************************************************/


#why-boost-wifi
{
	padding: 30px 0 30px 0;
}

#why-boost-wifi .main-container
{
	max-width: 815px;
}

#why-boost-wifi .model-container
{
	display: flex;
	justify-content: space-around;
}

#why-boost-wifi .model-container h3
{
	margin-bottom: 15px;
	position: relative;
	z-index: 5;
}

#why-boost-wifi .model-container .cabled img
{
	position: relative;
	z-index: 2;
	top: -34px;
	width: 100%;
	max-width: 427px;
}

#why-boost-wifi .model-comparison .key
{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: flex-start;
	margin-bottom: 50px;
}

#why-boost-wifi .model-comparison .key img
{
	margin: 0 0 0 30px;
}

#why-boost-wifi .model-comparison .key img:first-child
{
	margin: 0;
}

#why-boost-wifi h2
{
	margin-bottom: 20px;
}

#why-boost-wifi p
{
	text-align: center;
}

#why-boost-wifi .logo-container
{
	margin: 25px 0;
}

#why-boost-wifi .logo-container .wrapper
{
	margin: -20px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
}

#why-boost-wifi .logo-container div
{
	margin: 20px;
}

@media screen and (max-width:850px) 
{
	
	#why-boost-wifi .model-container
	{
		display: block;
	}
	
	#why-boost-wifi .model-container > *
	{
		margin-top: 15px;
	}
	
	#why-boost-wifi .model-container > *:first-child
	{
		margin-top: 0;
	}
	
}


/******************************************************************/

#testimonial
{
	
}

#testimonial .main-container
{
	position: relative;
	max-width: 1023px;
	padding: 0;
	overflow: hidden;
}

#testimonial .main-container img
{
	
}

#testimonial .testimonial-container
{
	background-image: url('images/testimonial-container.png');
	width: 302px;
	height: 326px;
	position: absolute;
	top: 46px;
	left: 116px;
	padding-top: 135px;
	box-sizing: border-box;
}

#testimonial .testimonial-container p
{
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}

#testimonial .testimonial-container p.name
{
	font-size: 16px;
}

@media screen and (max-width:850px) 
{
	
	#testimonial .testimonial-container
	{
		top: 50%;
		left: 50%;
		transform: translateX(-50%) translateY(-50%);
	}
	
}


/******************************************************************/

#contact
{
	background-color: #f76464;
	color: #ffffff;
	padding: 78px 40px 66px 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#contact h2
{
	font-size: 63px;
	line-height: 63px;
	font-weight: 300;
	text-align: left;
	margin: 0 0 3px 0;
}

#contact h3
{
	font-size: 25px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 23px;
}

#contact h3.important
{
	background-color: #ffffff;
	color: #f76464;
	font-size: 19px;
	display: inline-block;
	padding: 10px 20px;
	margin-bottom: 33px;
}

#contact .row
{
	margin-top: 18px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

#contact .row input
{
	width: 454px;
	font-family: 'OpenSans';
	font-size: 18px;
	padding: 13px 10px;
	background-color: #feecec;
	border: 0 solid transparent;
	outline: none;
	border-radius: 2px;
}



#contact .input-container
{
	display: inline-block;
}

#contact .row .error-message
{
	background-color: #ffffff;
	color: #f76464;
	padding: 5px 20px;
	font-weight: bold;
	font-size: 13px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	position: relative;
	margin-top: 2px;
	display: none;
}

#contact .row .input-container.invalid .error-message
{
	display: block;
}

#contact .row label
{
	font-size: 18px;
	font-family: 'OpenSans';
	font-size: regular;
	text-align: right;
	margin-right: 15px;
	padding-top: 13px;
	width: 200px;
	display: inline-block;
}

#contact .row label.captcha
{
	padding-top: 25px;
}

#contact button
{
	font-size: 24px;
	background-color: #ffffff;
	border-radius: 80px;
	padding: 12px 48px;
	color: #f76464;
	font-weight: bold;
	outline: none;
	border: 0 solid transparent;
	display: block;
	margin: 50px 0 0 auto;
	cursor: pointer;
	position:relative;
}

#contact button:hover
{
	background-color: #fff7f7;
}

#contact button.submitting span
{
	visibility: hidden;
}

#contact #dots
{
	fill: #f76464;
}

#contact #spinner
{
	width: 60px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	display:block;
}

#contact button #spinner
{
	display:none;
}

#contact button.submitting #spinner
{
	display:block;
}

#contact .result
{
	display: none;
	margin-left: 215px;
	margin-top: 36px;
	background-color: #ffffff;
	color: #f76464;
	padding: 10px 20px;
	font-weight: bold;
	font-size: 16px;
}

@media screen and (max-width:700px) 
{
	
	#contact form
	{
		box-sizing: border-box;
		width: 100%;
	}
	
	#contact .row
	{
		flex-direction: column;
	}

	#contact .row input
	{
		box-sizing: border-box;
		width: 100%;
	}
	
	#contact .row label
	{
		text-align: left;
	}
	
	#contact .input-container
	{
		box-sizing: border-box;
		width: 100%;
	}
	
	#contact button
	{
		margin-left: auto;
		margin-right: auto;
	}

}

@media screen and (max-width:500px) 
{
	
	#contact
	{
		padding-left: 20px;
		padding-right: 20px;
	}
	
	#contact h2
	{
		font-size: 61px;
	}

	#contact h3
	{
		font-size: 23px;
	}

}

@media screen and (max-width:395px) 
{
	
	#contact h3.important
	{
		font-size: 17px;
	}
	
}


/******************************************************************/


footer
{
	background-color: #2e2e2e;
	padding: 30px 0 80px 0;
}

footer .main-container
{
	max-width: 815px;
}

footer h4
{
	font-family: 'OpenSans';
	font-weight: bold;
	font-size: 13px;
	color: #c4c4c4;
	margin: 0 0 2px 0;
}

footer h5
{
	font-family: 'OpenSans';
	font-weight: normal;
	font-size: 13px;
	color: #c4c4c4;
	margin: 10px 0 1px 0;
}

footer h5:first-of-type
{
	margin-top: 0;
}

footer p
{
	font-size: 13px;
	color: #c4c4c4;
}

footer .separator
{
	border-top: 1px solid #232323;
	border-bottom: 1px solid #3c3c3c;
	height: 0px;
	margin: 25px 0;
}

footer p.small
{
	font-size: 11px;
	line-height: 15px;
	margin: 0;
}

