/* Ineo Pixels Stylesheet*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {

	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/********************************************************************
**********************Navigation*************************************
*********************************************************************/

header {
	max-width: 1920px;
	height: 120px;
	margin: 0px auto;
	padding: 10px;
	z-index: 5;
	background: rgba(30, 30, 30, 0.3)
	
}

header > * {
    vertical-align: middle;
}



#logo {
	display: inline-block;
	
}

#logo img {
	max-width: 300px;
	height: auto;
	padding: 10px;
	margin-left: 20px;
}

#top-section {
	float: right;
}
nav {
	display: inline-block;
	margin-left: 100px;

}

nav a{
	color: white;
	text-decoration: none;
	padding: 0.6em;
	font-size: 1.5em;

}

nav a:hover, nav a:active{
	color: white;
	background-color: #004c66;
	transition: 0.5s;

}

.fa-angle-right {
	padding-left: 0.5em;
	padding-right: 0.5em;
}

.cs-burger {
	display: none;
}

#site-info {
	display: inline-block;
	text-align: right;
	padding: 10px;
	margin-left: 20px;
}

#site-info img{
	width: 30px;
	height: auto;
}	

#site-info a {
	text-decoration: none;
	color: white;
	font-size: 1.5em;
}


/********************************************************************
************************Side Navigation******************************
*********************************************************************/

#side-nav {
	position: fixed;
	top: 0px;
	right: 0px;
	width: 200px;
	height: 100%;
	background-color: black;
	margin-right: -200px;
	transition: 0.5s;
	z-index: 100;
}

#side-nav li:first-child {
	font-size: 1.5em;
	color: white;
	text-align: center;
	padding: 20px;
	margin-bottom: 15px;
	border-bottom: 1px solid #5b5b5b;
}

.fa-times {
	color: #d1d1d1;
	float: right;
}


#side-nav li {
	font-size: 1.25em;
	color: white;
	text-align: center;
	padding: 0.35em;
}

#side-nav a {
	text-decoration: none;
	color: #d1d1d1;
}

#side-nav a:hover {
	color: white;
	transition: 0.5s;
}

i.fa-bars {
	font-size: 2em;
	display: none;
}


/********************************************************************
************************Featured*************************************
*********************************************************************/

section {
	position: relative;
    text-align: center;

}

section img {
	width: 100%;
	min-height: 300px;
	margin-top: -150px;
	z-index: -50;
	position: relative;
	

}

#featured-text {
	display: inline;
	position: absolute;
	text-align: left;
    top: 50%;
	left: 350px;
    transform: translate(-50%, -50%);
}

#featured-text h1 {
	font-size: 4em;
	color: #1D5091;
	font-weight: 900;
	
}

.cs-cta {
	display: inline-block;
	margin-top: 10px;
	font-size: 1.5em;
	padding: 0.5em;
	text-decoration: none;
	font-weight: 600;
	color: white;
	background-color: #1D5091;
}

.cs-cta-2 {
	display: inline-block;
	margin-top: 10px;
	font-size: 1.5em;
	padding: 0.5em;
	text-decoration: none;
	font-weight: 600;
	color: #1D5091;
	background-color: white;
	
}

.cs-cta:hover {
	color: #1D5091;
	background-color: white;
	transition: 0.5s;
}

.cs-cta-2:hover {
	color: white;
	background-color: #1D5091;
	transition: 0.5s;
}




/********************************************************************
***************************Main**************************************
*********************************************************************/

article {
	padding: 10px 0;
}

article h1 {
	font-size: 2.9em;
	text-align: center;
	padding: 1em;
	color: #1D5091;
	font-weight: 800;
}

article h2 {
	display: block;
	margin: 10px auto 20px auto;
	text-align: center;
	max-width: 800px;
	font-size: 3em;
	font-weight: bold;
	color: #1D5091;
	padding: 5px 5px 10px 5px;
}

article p {
	display: block;
	margin: 5px auto;
	max-width: 800px;
	font-size: 1.2em;
	line-height: 1.5;
	padding: 5px 25px;
	color: #444444;
}

.image-wide {
	max-width: 800px;
	display: block;
	margin: 30px auto;
	text-align: center;
}

.image-wide img{
	max-width: 800px;
}

.spacer-testimonial {
	max-width: 800px;
	display: block;
	height: 30px;
	border-bottom: 1px solid #d8d8d8;
	margin: 0px auto 30px auto;
}

.image-wrap img{
   max-width: 350px;
   padding: 15px;
}
/********************************************************************
***************************Services**************************************
*********************************************************************/

#services {
	display: block;
	padding: 30px 10px;
	margin: 10px auto;
	max-width: 960px;
	
}	

#services p{
	text-align: left;
}

.title-article {
	padding: 2px 20px;
	font-size: 2em;
	font-weight: 800;
	color: #1D5091;
	border-left: 5px solid #1D5091;
}	

.service {
	display: inline-block;
	width: 49%;
	text-align: center;
	clear: both;
}	

.service img {
	width: 90px;
	text-align: center;
	padding: 20px;
}


.service h3 {
	font-size: 1.5em;
	font-weight: bold;
	color: #3d3d3d;
	padding: 10px;
}

.service p {
	max-width: 350px;

}

.service a {
	float: right;
	text-decoration: none;
	color: #1D5091;
	font-size: 1.2em;
	font-weight: bold;
}

.spacer {
	display: block;
	width: 100%;
	height: 50px;
}	

/********************************************************************
************************Specialties**************************
*********************************************************************/

.specialties-items {
	max-width: 800px;
	height: 255px;
	margin: 10px auto;
	background-color: #1D5091;
	overflow: hidden;
}	

.specialties-items img{
	display: inline-block;
	width: 49%;
	padding: 0px;
}	

.specialties-items ul{
	display: inline-block;
	width: 49%;
	vertical-align: top;
	font-size: 1.1em;
	color: white;
	font-weight: bold;
	padding: 10px 0px;
}

.specialties-items li{
	padding: 10px 5px 5px 30px;
}




/********************************************************************
************************Form**************************
*********************************************************************/


.input {
	width: 250px;
	height: 1.5em;
	margin-bottom: 15px;
	border: 1px solid #dee2e6;
	font-family: inherit;
	font-size: inherit;
	padding: 10px;
	border-radius: 10px;
}

.left {
	margin-right: 50px;
}	

textarea {
	display: block;
	margin: 0px auto;
	width: 580px;
	height: 200px;
	padding-left: 10px;
	padding-top: 10px;
	font-family: inherit;
	font-size: inherit;
	border: 1px solid #dee2e6;
	border-radius: 10px;
	
}

input:focus, textarea:focus {
    border:1px solid #97d6eb;
}

#submit {
	width: 150px;
	border: 1px solid #1D5091;
    color: #1D5091;
	background-color: white;
    text-decoration: none;
	border-radius: 10px;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    cursor: pointer;
	margin: 30px 0px;
	font-size: 1.1em;
	font-weight: 800;
	padding: 10px;
	float: right;

}

#submit:hover {
	border: 1px solid white;
	background-color: #1D5091;
	color: white;
	transition: .2s background-color;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #D3D3D3;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #D3D3D3;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #D3D3D3;
}


/****************************************************CTA Form**/

#cta-form {
	width: 100%;
	max-width: 1980px;
	background-color: #1D5091;
	height: 600px;
	text-align: center;
	overflow: hidden;
}	

.cta-form-tagline {
	font-size: 2.5em;
	font-weight: 700;
}

.cta-form-tagline {
		display: inline-block;
		width: 45%;
		color: white;
		vertical-align: middle;
}	

.cta-form-form {
	display: inline-block;
	width: 45%;
	padding-top: 100px;
	vertical-align: middle;
}	

.cta-form-form form {
	max-width: 600px;
}


/********************************************************************
************************Service Page**************************
*********************************************************************/
.services-items {
	max-width: 800px;
	margin: 40px auto;
	display: table;
}

.services-items img {
	width: 100%;
}

.services-item-1 {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
}

.services-item-2 {
	display: table-cell;
	width: 50%;
}

.bold-text {
	font-weight: bold;
	text-align: center;
}

/********************************************************************
************************Contact Page**************************
*********************************************************************/

article h2 {
	font-size: 2em;
}

.contact-items {
	max-width: 800px;
	margin: 40px auto;
	display: table;
}


.contact-item-1 {
	display: table-cell;
	width: 50%;
	vertical-align: top;

}

.contact-item-2 {
	display: table-cell;
	width: 50%;
}

.address {
	width: 400px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	color: #444444;

}

.bold-text2 {
	font-weight: bold;
}

.address td {
	padding-bottom: 15px;
}

.cta-form-form.contact-page-form {
	padding-top: 0px;

}

.cta-form-form.contact-page-form  form{
	width: 400px;
}

.cta-form-form.contact-page-form  input{
	width: 150px;
	border: 1px solid #afafaf;
}

.cta-form-form.contact-page-form  textarea{
	width: 380px;
	border: 1px solid #afafaf;
}




/********************************************************************
************************Other Before Footer**************************
*********************************************************************/



/*Home Bootom Featured*/

aside {
	overflow: hidden;
	max-width: 1980px;
	text-align: center;
	height: 600px;
}



.box1 {
	display: block;
	padding-bottom: 10px;
	position: relative;
	top: -550px;
}

.box1 h3 {
	text-align: center;
	font-size: 2.5em;
	padding: 0.5em;
	color: white;
	font-weight: bolder;
	margin-bottom: 10px;
}

.box2 {
	display: inline-block;
	max-width: 450px;
	padding: 10px 40px 50px 10px;
	position: relative;
	top: -500px;
	vertical-align: top;
}

.box2 p {
	padding: 0.3em 0.8em;
	font-size: 1.4em;
	height: 150px;
	color: #eaeaea;
	text-align: left;
}


.cs-cta2 {
	display: block;
	text-align: right;
}


.cs-cta2 a {
	display: inline-block;
	margin-top: 20px;
	margin-right: 10px;
	font-size: 1.2em;
	padding: 0.6em 1em;
	text-decoration: none;
	font-weight: 600;
	color: white;
	background-color: #1D5091;
	border: 1px solid #1D5091;
	border-radius: 8px;
}

.cs-cta2 a:hover {
	background-color: white;
	color: #1D5091;
	transition: 0.5s;
}





/**************************************************Form*/

/* delete
.g-recaptcha {
	display: block;
	margin: 20px auto;
	text-align: -webkit-center;
}
*/



/********************************************************************
************************Footer***************************************
*********************************************************************/

footer {
	background-color: #161616;
	clear: both;
}


#bottom-footer {
	background-color: #161616;
	color: #d1d1d1;
	text-align: center;
}

#bottom-footer p {
	padding: 1em;
}


/********************************************************************
************************Media Queries - < 1450px**********************
*********************************************************************/
@media only screen 
and (max-device-width : 1450px) {

#featured-text h1 {
    font-size: 3.5em;
}
.box2 p {
	max-width: 300px;
}

.box2 p {
	font-size: 1.2em;
	height: 120px;
}



}

/********************************************************************
************************Media Queries - < 1100px**********************
*********************************************************************/

@media only screen 
and (max-device-width : 1250px) {

nav a {
    padding: 0.4em;
    font-size: 1.2em;
}

#featured-text h1 {
    font-size: 3em;
}

.cs-cta {
    font-size: 1.2em;
}

.cs-cta-2 {
    font-size: 1.2em;
}

.cta-form-tagline {
    font-size: 2em;
}
	
.cta-form-form form {
    max-width: 400px;
}

.input {
    width: 150px;
}

textarea {
    display: block;
    margin: 0px auto;
    width: 380px;
}

.box2 p {
	max-width: 250px;
}

#site-info img {
    width: 20px;
}	

#site-info a {
    font-size: 1.2em;
}

#logo img {
    max-width: 250px;
}

header {
    height: 90px;
}	
	
}



/********************************************************************
************************Media Queries - < 1100px**********************
*********************************************************************/

@media only screen 
and (max-device-width : 1100px) {

#featured-text h1 {
	font-size: 2em;

}

#featured-text p {
	font-size: 1em;
}

#featured-text {
    left: 200px;
}

.box1 h3 {
	font-size: 2em;
}

.box2 {
	padding-bottom: 20px;
}
.box2 p {
	max-width: 400px;
	height: 90px;
	font-size: 1.1em;
}

.cs-cta2 a {
	font-size: 1em;
	margin-top: 10px;
	padding: 0.5em 0.8em;
}	

.cta-form-tagline {
    font-size: 1.4em;
}

}
/********************************************************************
************************Media Queries - < 960px**********************
*********************************************************************/

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 960px) {

#featured-text {
    left: 140px;
}

#featured-text h1 {
	font-size: 1.5em;

}

#featured-text p {
	font-size: 0.8em;
}

.cs-cta {
    font-size: 1em;
}

.cs-cta-2 {
    font-size: 1em;
}

#site-info img {
    width: 15px;
}	

#site-info a {
    font-size: 0.5em;
}

#logo img {
    max-width: 200px;
}

header {
    height: 80px;
}	

nav {
    margin-left: 5px;
}


article p {
    font-size: 1em;
    line-height: 1.2;
}

.box2 {
    max-width: 320px;
    top: -520px;
}

.cta-form-tagline {
    width: 35%;
}
	
	.specialties-items {
		height: 247px;
	
	}
	
}


/********************************************************************
************************Media Queries - < 767px*************************************
*********************************************************************/

@media only screen 
and (max-device-width : 767px) {


/**Header**/

#logo img {
	max-height: 60px;
}	


i.fa-bars {
	display: inline-block;
	font-size: 2em;
	padding: 10px;

}

nav {
	float: right;

}

nav a {
	display: none;
}	


.box2 p {
	max-width: 450px;
	height: 80px;
	font-size: 1em;
}

.box2  {
	top: -580px;
	padding-top: 5px;
}

.box1 {
	top: -580px;
}

.cta-form-tagline {
    display: inline-block;
    width: 100%;
	padding: 40px 10px 10px 10px
}

.cta-form-form {
    padding-top: 50px;
}

/**Featured**/
/*
#featured {
	overflow: hidden;
}

#featured img{
	height: 300px;
	width: 1000px;
	margin-left: -250px;
}

#featured-text h1 {
	font-size: 1.2em;
	width: 300px;
}

#featured-text p {
	font-size: 1em;
}

.cs-cta {
	font-size: 1em;
}

.shipping {
	display: none;
}


/**Article**/
/*
article h2 {
	font-size: 1.5em;
}

article p {
	font-size: 1em;
}	

/*Community*/
/*
.community-1, .community-2, .community-3 {
	display: inline-block;
	width: 48%;
	vertical-align: top;
}


/**Contact**/
/*
#contact-info {
	display: block;
	width: 100%;
}

#contact-form {
	display: block;
	width: 100%;
	/*padding-left: 15px;
	padding-top: 20px;*//*
	margin: 0px;
	padding: 0px;
}

select {
	width: 90%;
}

.input {
	width: 90%;
}

p.form-label {
	width: 70%;
}

p.form-label.last {
	width: 70%;
}

textarea {
	width: 90%;
	
}


#submit {
	margin: 10px 10px;
}


	


/*Home Bootom Featured*/
/*
aside {
	max-width: 1980px;
	height: 600px;
	margin-bottom: 20px;
}

aside img {
	margin-top: -300px;
}

.box {
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	padding-bottom: 10px;
	position: relative;
	top: -500px;
	left: 80px;
	
}

.box h3 {
	font-size: 1.2em;
	padding: 0.5em;
	margin-bottom: 10px;
}

.box p {
	padding: 0.3em 0.8em;
	font-size: 1em;
}


.cs-cta2 a {
	margin-top: 10px;
	margin-right: 10px;
	font-size: 1em;
	padding: 0.4em;
}

/*Testimonials*/
/*
.cs-testimonial-1, .cs-testimonial-2 {
	width: 100%;
}	
	
/**Footer**/
	/*
#about {
	display: block;
	max-width: 100%;
	font-size: 0.8em;
	margin: 10px auto;
	padding-bottom: 20px;
	border: none;
}	

#about img {
	margin-top: 10px;
}


/*Services*/	
	/*
.service {
	max-width: 45%;
}	


.footer-title {
	text-align: center;
	font-size: 18px;
}

.tel-group-1 {
	border: none;
}

.tel-group-2 {
	padding-left: 0px;
}

#relevant-links {
	display: none;
	margin: auto;
	max-width: 100%;
	text-align: center;
}

.links {
	max-width: 32%;
	font-size: 0.8em;
}
	

#bottom-footer p {
	font-size: 0.8em;
}		
	*/



	
	
}






/********************************************************************
************************Media Queries - < 415px*************************************
*********************************************************************/

@media only screen 
and (max-device-width : 600px) {

nav {
		margin-left: 0px;
}

	.cta-form-form {
    width: 100%;
	
}


textarea {
    width: 350px;
}

.input {
    width: 130px;
}

.specialties-items {
    max-width: 800px;
    height: auto;
}

.specialties-items img {
    display: block;
    width: 100%;
}

.specialties-items ul {
    display: block;
    width: 100%;
}

.title-article {
    padding: 2px 20px;
    font-size: 1.5em;
}

article p {
    font-size: 1em;
}

.spacer {

    height: 20px;
}

.service {
    display: block;
    width: 100%;
}
#featured-text h1 {
    font-size: 1.5em;
}

.cs-cta {
    font-size: 1em;
}

.cs-cta-2 {
    font-size: 1em;
}


#featured-text {
    left: 140px;
}

#logo img {
    max-height: 50px;
    margin-left: 5px;
}

#site-info {
    margin-left: 5px;
}

#site-info a {
    font-size: 0.7em;
}

header {
    height: 60px;
}

/*About Page*/
	
	.image-wide img {
		width: 100%;
}


}

/********************************************************************
************************Media Queries - < 415px*************************************
*********************************************************************/

@media only screen 
and (max-device-width : 600px) {
	
	#logo img {
		max-height: 40px;
	}
	
	#site-info a {
		font-size: 0.5em;
	}
	
	#featured-text h1 {
		font-size: 1em;
	}

	#featured-text {
		left: 120px;
	}
	article h1 {
    font-size: 2em;
	}
	
	.cs-cta {
		font-size: 0.8em;
	}
	
	.cs-cta-2 {
		font-size: 0.8em;
	}

}







