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 {
		line-height: 1;
        width: 100%;
        margin: 0 auto;
        background-color: #fff;
        font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

a
{
	color:#fff;
	text-decoration: none;
	font-weight:bold;
}

 a:hover 
{
    color: #1b1919;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
	-webkit-backface-visibility: hidden;
}


.clear
{clear: both; overflow: hidden;}

#wrapper
 {
 	width: 960px;
 	height: auto;
 	margin:auto;
 	 -webkit-box-shadow: 0px 15px 35px 0px #ccc;
    -moz-box-shadow: 0px 15px 35px 0px #ccc;
    box-shadow: 0px 15px 35px 0px #ccc;
 	background-color: #fff;
}

#logo
	{
	float: left;
	}

.top-header
	{
	width: 100%;
	height: 10px;
	background-color: #0f0e9f;
	}


.menu
	{
	height: auto;
	float: left;
	margin-left: 400px;
	}

.menu li
	{
	margin-left: 20px;
	float: left;
	color: #fff;
	font-weight: normal;
	border-bottom: 1px solid #990000;
	width: 100px;
	height: 23px;
	}


.banner
	{
	margin-left: 130px;
	margin-bottom: 20px;
	}

/*header*/
.header
	{
	width: 100%;
	height: 180px;
	overflow: hidden;
	background-color: #ed1c24;
	margin: 0 auto;
	}

.header-wrapper{
	width: 960px; 
	margin: 0 auto; 
	padding: 40px; 
	height: 130px;
	}

/*first-wrapper*/
.first-wrapper
	{
	width: 960px;
	height: auto;
	margin: 0 auto; 
	overflow: hidden;
	background: #red;
	}

.first-wrapper p
	{
	font-size: 18px;
	line-height: 24px;
	text-align: left;
	}

.left-paragraph
	{
	width: 558px;
	float: left;
	}

	.right-paragraph
	{
	width: 500px;
	float: right;
	}


h2
	{
	font-size: 20px;
	font-weight: bolder;
	}

.right-image
{
	width: 200px;
	float: left;
}

.logo
	{
	width: 480px;
	float: left;
	}

.headline
	{
	width: 100%;
	font-weight: bolder;
	font-size: 90px;
	margin: 30px 0px 30px 0px;
	line-height: 70px;
	font-style: 'Lato Black' ;
	}

.headline h3
	{
	width: 100%;
	height: 20px;
	font-size: 18px;
	color:#ed1c24;
	margin-bottom: 20px;
	}


.info-box
{
width: 100%;
margin: 50px 0px 20px 0px;
height: 120px;
}

.info-box-1
{
color: #141313;
width: 305px;
float: left;
margin-right: 20px;
font-size: 15px;
}

.info-box-1 h2
{
font-size: 16px;
font-weight: bold;
color: #000;
}


.login-form {
  background-color: #eceff1;
  border-radius: 6px;
  padding: 24px 23px 20px;
  position: relative; }
  .login-form:before {
    content: "";
    border-style: solid;
    border-width: 12px 12px 12px 0;
    border-color: transparent #eceff1 transparent transparent;
    height: 0px;
    position: absolute;
    left: -12px;
    top: 35px;
    width: 0;
    -webkit-transform: rotate(360deg); }
  .login-form .control-group {
    margin-bottom: 6px;
    position: relative; }
  .login-form .login-field {
    border-color: transparent;
    font-size: 17px;
    padding-bottom: 11px;
    padding-top: 11px;
    text-indent: 3px;
    width: 299px; }
    .login-form .login-field:focus + .login-field-icon {
      color: #1abc9c; }
  .login-form .login-field-icon {
    color: #bfc9ca;
    font-size: 16px;
    position: absolute;
    right: 13px;
    top: 14px;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    -webkit-backface-visibility: hidden; }

.login-link {
  color: #bfc9ca;
  display: block;
  font-size: 13px;
  margin-top: 15px;
  text-align: center; }


.submit-button
{
background-color: #1abc9c; 
margin-top: 30px; 
text-align: center; 
padding: 10px; 
width: 120px; 
position: absolute; 
left: 100px;
}

/*footer*/
.footer 
	{
	width: 100%; 
	height: auto; 
	margin: 0 auto; 
	text-align: left;
	color:#ed1c24;
	background-color: #fff;
	font-size: 12px;
	}

.footer-menu
	{
		width: 500px;
	line-height: 20px;
	float: left;
	
		margin-top: 50px;
		margin-left: 60px;
}

	.footer-logo
	{
	width:300px;
	height: auto;
	float: right;
	margin-top: 40px;
}

.footer p
	{
	padding-top: 20px; 
	margin-bottom: 20px;
	}


/*PAGES 2 Columns*/
#left-column
{
width:300px;
height: auto;
margin: 30px 0px 30px 0px;
float: left;
}

#right-column
{
width:600px;
height: auto;
margin: 30px 0px 30px 0px;
float: right;
}

#right-column h1
{
color: #0f0e9f;
font-size: 22px;
font-weight: bold;
}

#right-column h2
{
color: #0082cb;
font-size: 19px;
font-weight: bold;
margin-top:20px;
}


#right-column h3
{
color: #0082cb;
font-size: 19px;
font-weight: bold;
float: left;
line-height: 22px;
}

#right-column p
{
color: #0f0e9f;
margin-top: 20px;
font-size: 15px;
line-height: 21px;
}


/*PRODUCTS*/
#product-image
{
margin-right: 20px;
float: left;
border: 1px solid #dbebf4;
}

#image-description-link
{
width: 175px;
margin-top: 20px;
margin-bottom: 20px;
text-align: center;
color:#0f0e9f;
font-size: 14px;
}

#return-link
{
	margin-top: 30px;
font-size:14px;
font-weight: bolder;
}

#product-boxes
{
width: 600px;
height: auto;
margin-bottom: 30px;
}

.product-list-name h3
{
font-size: 18px;
}

.product-list-name
{
font-size: 14px;
color: #0f0e9f;
}

#image-brochure
{
width: 600px;
height: auto;
}

/*IMAGE HOVER EFFECT*/

.imagepluscontainer{ /* main image container */
position: relative;
z-index: 1;
}

.imagepluscontainer img{ /* CSS for image within container */
position: relative;
-moz-transition: all 0.3s ease; 
/* Enable CSS3 transition on all props */
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
float: left;
margin-right: 20px;
}

.imagepluscontainer:hover img{ /* CSS for image when mouse hovers over main container */

-moz-transform: scale(1.05, 1.05);
-webkit-transform: scale(1.05, 1.05);
-ms-transform: scale(1.05, 1.05);
-o-transform: scale(1.05, 1.05);
transform: scale(1.05, 1.05);
}

