body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 1.5;
	padding: 0;
	margin: 0;
	background-color: #f4f4f4;
}

/** Global **/

.container {
	width: 98%;
	margin: auto;
	overflow: hidden;
	
	
}

ul {
	margin: 0;
	padding: 0;

}

.button_1 {
	height: 38px;
	background: #EC6B66;
	border: 0;
	padding-left: 20px;
	padding-right: 20px;
	color: #ffffff;
	
	
	
}

.dark {
	padding: 15px;
	background: #EE1B22;
	color: #ffffff;
	margin-top: 10px;
	margin-bottom: 10px;


} 



/*Maybe use dark 2 for smaller windows */

#dark_2 {
	/*padding: 15px;*/
	/*background: #EE1B22;*/
	/*background-image: url('glossylipswallpaperbackground.png');*/
	/*border-image-source: url(glossy-lips-wallpaper-background.jpg);
	border-style: solid;
	border-width: 10px;
	border-image-slice: 10%;
	border-image-repeat: no-repeat;
	/*margin-top: 10px;
	margin-bottom: 10px; */


}


/** Header **/

header {
	background: #ffffff;
	color: #ffffff;
	padding-top: 30px;
	min-height: 70px;
	/*border-bottom: #EC6B66 3px solid;*/
}

header a {
	color: #EC6B66;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	
}

/*

header ul {
	margin: 0;
	padding: 0;
	
}

*/

header li {
	float: left;
	display: inline;
	padding: 0 20px 0 20px;
}

header #branding {
	float: left;
	
}

 header #branding h1 {
	margin: 0;
	text-shadow: 2px 2px 4px #000000
	
}

header nav {
	float: right;
	margin-top: 50px;
	
}

header .highlight, header .current a {
	color: #EC6B66;
	font-weight: bold;
	text-shadow: none;
}



header a:hover {
	color: #cccccc;
	font-weight: bold;
	
}



/* Showcase */

#showcase {
	min-height: 400px;
	background-image: url(glossy-lips-wallpaper-background.jpg);
	background-repeat: no-repeat;
	/*background-position: 0 -400px;*/
	text-align: center;
	/*color: #EE1B22;*/
	color: #000000;
	
}

#showcase h1 {
	margin-top: 100px;
	font-size: 55px;
	margin-bottom: 10px;
	color: #000000; 
	
}

#showcase p {
	font-size: 20px;
	font-weight: bold;
	
}

/*Newsletter */
#newsletter {
	padding: 15px;
	color: #ffffff;
	background: #EE1B22;

	
}

#newsletter h1 {
	float: left;
	
	
}

#newsletter form {
	float: right;
	margin-top: 15px;
	
}

#newsletter input[type= "email"] {
	padding: 4px;
	height: 25px;
	width: 250px;
	
	
}

/* Boxes */

#boxes {
	margin-top: 20px;
	
	
}

#boxes .box {
	float: left;
	width: 30%;
	padding: 10px;
	text-align: center;
}

#boxes .box img {
	width: 90px;
	
	
}

/*Sidebar */

aside#sidebar {
	float: right;
	width: 30%;
	margin-top: 10px;
	
	
}

aside#sidebar .quote input, aside#sidebar .quote textarea {
		width: 90%;
		padding: 5px;
	
}

/*Main-col */

article#main-col {
	float: left;
	width: 65%;
	
	
}

/*Services */

ul#services li {
	list-style: none;
	padding: 20px;
	border: #cccccc solid 1px;
	margin-bottom: 5px;
	background: #e6e6e6;
	
	
}

ul#services li.greatarticlesa {
	text-decoration: none;
	color: #EE1B22 ;
	font-weight: bold; 

}

.info-container {
	width: 100%;
	background: #f2f2f2;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 30px;
}

.info-main {
	width: 98%;
	margin: auto;
	text-align: center;
	margin-bottom: 10px;
	
	

	
}

.info-main h3 {
	color: #00C6EE;
	font-size: 40px;
	text-align: center;
	
}

.info-main p {
	padding: 20px 0;
	
}

.info-main a {
	display: inline-block;
	/*background: #e8491d;*/
	background: #00C6EE;
	/*background: black;*/
	/*background: #F1F46E;*/
	color: #fff;
	text-decoration: none;
	padding: 12px 20px;
	
}

.info-main #download a {
	color: 000000;
	font-weight: bold;
	

}

header .currentone a {
	color: 	#00C6E;
	text-shadow: none;

}


}

footer {
	padding: 20px;
	margin-top: 20px;
	color: #ffffff;
	background-color: #EC6B66;
	text-align: center;
	float: bottom;
}

.footer-container {
	width: 100%;
	background: #272727;
	color: #fff;
}

.footer-main {
	width: 98%;
	max-width: 1000px;
	margin: auto;
	padding: 50px 0;
	display: flex;
	flex-wrap: wrap;
	
}

.footer-main .footer-column {
	width: calc(100% / 3);
	text-align: justify;
	
}

.footer-min .footer-column:nth-child(2) {
	/*padding: 0 20px;*/
	
}

.footer-min .footer-column h3 {
	font-size: 32px;
	color: #00C6EE;
	margin-bottom:20px;
	
}

.footer-main .footer-column input[type="email"] {
	border: none;
	width: 80%;
	border: 1px solid #00C6EE;
	font-size: 14px;
	padding: 10px;
	font-family: Raleway;
}


.footer-main .footer-column input[type="submit"] {
	border: none;
	background: #00C6EE;
	color: #fff;
	padding: 10 px 40px;
	font-size: 18px;
	margin-top: 10px;
	cursor: pointer;
	font-family: Raleway;
}

.footer-main .footer-column span p {
	
	/*margin-left: 5px;*/
	margin-bottom: 15px;
	font-family: Raleway;
	
	
	
}

.footer-copy  {
	width: 100%;
	background: #000;
	border-top: 3px soild #fff;
	
	
}

.main-copy {
	width: 98%;
	max-width: 1000px;
	padding: 15px 0;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
}



.main-copy .footer-copy {
	width: 70%;
	color: #fff;
	
}

.main-copy .footer-redes {
	width: 30%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}



.main-copy .footer-redes a {
	display: inline-block;
	text-decoration: none;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	background: #fff;
	color: #000;
	text-align: center;
	
	
}



#landingpagebackground {

height: 700px;
width: 100%;
background-image: url(landingpagebg.png);
background-repeat: no-repeat;
background-size: cover;




}


#landingpagebackgroundtwo {

height: 700px;
width: 100%;
background-image: url(landingpagebgtwo.png);
background-repeat: no-repeat;
background-size: cover;




}

#downloadguide {

height: 95%;
width: 40%;
background-image: url("guidebook.png");
background-repeat: no-repeat;
position: relative;
left: 60%;



}

#downloadguidetext {

height: 95%;
width: 40%;
background-repeat: no-repeat;
position: absolute;
left: 15%;
margin-top: 100px;
color: #ffffff;



}

#downloadguidetext p {

line-height: 1.6em;


}


#articlessection{

width: 100%;
margin: 0 auto;


}






#firstarticle {
height: 100%;
width: 30%;
float: left;
/*padding: 50px;*/
margin: 0 25px 0 155px;


}

#secondarticle {
height: auto;
width: 40%;  
float: left;
padding: 50px;

}

#secondinnerarticle {
float: left;
width: 70%;
font: 10%;
margin-left: 10px;

}


.featureimg {
 
height: inherit;
width: 100%;
float: left;

}

.featureimgtwo {
float: left;


}


.consultation-container {

    width: 100%;
    height: 100vh;
    background: #EE1B22;
    display: flex;
    align-items: center;
    justify-content: center;
	font-family: Arial, Helvetica, sans-serif;



}


.consultation-form {

    background: #ffffff;
    display: flex;
    flex-direction: column;
    padding: 2vw 4vw;
    width: 90%;
    max-width: 600px;
    border-radius: 10px;
	font-family: Arial, Helvetica, sans-serif;


}


.consultation-form h3 {


    color: #555555;
    font-weight: 800;
    margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;

}


.consultation-form input, .consultation-form textarea {

   border: 0;
    margin: 10px 0;
    padding: 20px;
    outline: none;
    background:  #f5f5f5;
    font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;


}

.consultation-form button {


    padding: 15px;
    background: #EE1B22;
    color: #ffffff;
    font-size: 18px;
    border: 0;
    outline: none;
    cursor: pointer;
    width: 150px;
    margin: 20px auto 0;
    border-radius: 30px;




}



/*Media Queries */

@media(max-width: 768px) {
	header #branding,
	header nav,
	header nav li, 
	#newsletter h1,
	#newsletter form,
	#boxes .box,
	article#main-col,
	aside#sidebar
	
	{
		float: none;
		text-align: center;
		width: 100%;
		
		
		
	}
	
	header {
		padding-bottom: 20px;
		
		
		
	}
	
	#showcase h1 {
		margin-top: 48px;
		
		
	}
	
	#newsletter button, .quote button {
			display: block;
			width: 100%;
		
		
	}
	
	#newsletter form input[type='email'], .quote input, .quote textarea{
		width: 100%;
		margin-bottom: 5px;
		
		
	}
	
		.info-container {
	width: 100%;
	background: #f2f2f2;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 30px;
}

.info-main {
	width: 98%;
	margin: auto;
	text-align: center;
	margin-bottom: 10px;
	
	

	
}

.info-main h3 {
	color: #00C6EE;
	font-size: 40px;
	text-align: center;
	
}

.info-main p {
	padding: 20px 0;
	
}

.info-main a {
	display: inline-block;
	background: #000000;
	color: #fff;
	text-decoration: none;
	padding: 12px 20px;
	
} 

.info-main a.download {
	font-weight: bold;
	

}

/*
footer {
	width: 100%;
	font-family: Raleway;
	
	
}
*/

.footer-container {
	width: 100%;
	background: #272727;
	color: #fff;
}

.footer-main {
	width: 98%;
	max-width: 1000px;
	margin: auto;
	padding: 50px 0;
	display: flex;
	flex-wrap: wrap;
	
}

.footer-main .footer-column {
	width: calc(100% / 3);
	text-align: justify;
	overflow: hidden;
	
}

.footer-min .footer-column:nth-child(2) {
	padding: 0 20px;
	
}

.footer-min .footer-column h3 {
	font-size: 32px;
	color: #00C6EE;
	margin-bottom:20px;
	
}

.footer-main .footer-column input[type="email"] {
	border: none;
	width: 80%;
	border: 1px solid #00C6EE;
	font-size: 14px;
	padding: 10px;
	font-family: Raleway;
}


.footer-main .footer-column input[type="submit"] {
	border: none;
	background: #00C6EE;
	color: #fff;
	padding: 10 px 40px;
	font-size: 18px;
	margin-top: 10px;
	cursor: pointer;
	font-family: Raleway;
}

.footer-main .footer-column span p {
	
	margin-left: 5px;
	margin-bottom: 15px;
	font-family: Raleway;
	font-size: 75%;
	text-overflow: hidden;
	
	
	
}

.footer-main .footer-column p {
	
	text-overflow: hidden;
	font-size: 75%;

	
}

.footer-copy  {
	width: 100%;
	background: #000;
	border-top: 3px soild #fff;
	
	
}

.main-copy {
	width: 98%;
	max-width: 1000px;
	padding: 15px 0;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	font-size: 75%;
}



.main-copy .footer-copy {
	width: 70%;
	color: #fff;
	
}

.main-copy .footer-redes {
	width: 30%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}



.main-copy .footer-redes a {
	display: inline-block;
	text-decoration: none;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	background: #fff;
	color: #000;
	text-align: center;
	
	
}
	
	
	
	
}