/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,700');

body{
	font-family: 'Open Sans', sans-serif;
	color: #1d1d1b;
}

.header{
	font-weight: 300;
}

.main-logo{
	background-image: url(../images/logo-amerisafeindustries.png);
	height: 102px;
	background-repeat: no-repeat;
	text-indent: -50000px;
	margin-top: 22px;
	margin-bottom: 32px;
}

.header-contact{
	text-align: right;
}

.header-contact p{
	font-size: 45px;
	line-height: 45px;
	margin-bottom: 3px;
	margin-top: 50px;
}

.header-contact a{
	font-size: 24px;
	color: #1d1d1b;
	transition: all 0.2s;
}

.header-contact a:hover{
	color: #e30613;
}

.menu{
	background-color: #005690;
	font-size: 20px;
	font-weight: 300;
	min-width: 960px; /*Eliminar al responsive*/
}

nav{
	text-align: center;
}

nav ul{
	margin-top: 12px;
	margin-bottom: 12px;
}

nav ul li{
	display: inline;
	margin-bottom: 0px;
}

.separador-menu{
	display: inline-block;
	width: 1px;
	height: 20px;
	background-color: white;
	margin: 0px 25px;
}

.menu ul li a{
	color: white;
	text-decoration: none;
}

.menu ul li a:hover{
	text-decoration: underline;
}

.slider{
	width: 100%;
	overflow: hidden;
}

.contenidos{
	font-size: 20px;
	line-height: 28px;
}

.bold{
	font-weight: 700;
}

.contenidos-lista li{
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 3px;
	list-style: disc;
}

.footer{
	background-color: #cecece;
	margin-top: 40px;
	padding-top: 30px;
	padding-bottom: 40px;
	min-width: 960px; /*Eliminar al responsive*/
}

.title{
	font-weight: 700;
	font-size: 40px;
	line-height: 40px;
	margin-bottom: 30px;
	font-family: 'Open Sans', sans-serif;
	display: inline-block;
}

.subtitle{
	font-weight: 300;
	font-size: 40px;
	line-height: 40px;
	margin-bottom: 30px;
	font-family: 'Open Sans', sans-serif;
	display: inline-block;
}

.subsubtitle{
	font-weight: 700;
	font-size: 26px;
	line-height: 28px;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 30px;
}


/* #Page Styles
================================================== */

/* HOME */
.home-icons{
	background-color: #e30613;
	display: block;
	padding-top: 20px;
	padding-bottom: 10px;
}

.icons{
	text-align: center;
	color: white;
	font-size: 30px;
	font-weight: 700;
}

.icons img{
	margin-bottom: 20px;
}


/* CLIENTS */
.clientes-bloque-gris{
	background-color: #f1f1f1;
	padding-top: 30px;
	padding-bottom: 10px;	
}


/* ABOUT US */
.about-us-highlight{
	font-size: 20px;
	line-height: 24px;
	color: #e30613;
}


/* PRODUCTOS */
.submenu-productos a{
	width: 16.66%;
	height: 290px;
	background-color: silver;
	display: block;
	float: left;
	text-decoration: none;
	color: white;
	transition: all 0.5s;
}

.submenu-productos a:hover{
	opacity: 0.5;
}

.submenu-productos a h4{
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 0px;
	color: white;
	font-weight: 700;
	margin-left: 20px;
	margin-top: 213px;
}

.submenu-productos a p{
	font-size: 16px;
	line-height: 19px;
	margin-left: 20px;
	margin-right: 20px;
}

.submenu-productos-btn01{
	background-image: url(../images/submenu-productos-dm25.jpg);
}

.submenu-productos-btn02{
	background-image: url(../images/submenu-productos-dm20.jpg);
}

.submenu-productos-btn03{
	background-image: url(../images/submenu-productos-dmwall.jpg);
}

.submenu-productos-btn04{
	background-image: url(../images/submenu-productos-pr25.jpg);
}

.submenu-productos-btn05{
	background-image: url(../images/submenu-productos-dm602.jpg);
}

.submenu-productos-btn06{
	background-image: url(../images/submenu-productos-dm603.jpg);
}

.medidas div{
	background-color: #747474;
	color: white;
	line-height: 28px;
	width: 33.2%;
	float: left;
	margin-left: 1px;
	margin-bottom: 1px;
	text-align: center;
	padding: 5px 0px 10px 0px;
}

.medidas div p{
	margin-bottom: 0px;
	font-size: 20px;
}

.medidas div .titulo{
	font-size: 16px;
	font-weight: 700;
}

.product-specs{
	background-color: #e30613;
	width: 100%;
	color: white;
	padding: 40px 0px 40px 0px;
}

.product-specs h3{
	color: white !important;
}

.productos-lista{
	font-size: 20px;
	line-height: 28px !important;
}

.productos-lista li{
	list-style: disc;
	margin-left: 20px;
	margin-bottom: 5px;
}

.accessories{
	margin-bottom: 15px;
}

.accessories img{
	margin-bottom: 10px;
}

.accessories p{
	font-size: 16px;
	line-height: 23px;
}

.download-btn{
	font-size: 20px;
	line-height: 41px;
	color: #e14045 !important;
	text-decoration: none;
	float: right;
}

.download-btn img{
	vertical-align: middle;
	margin-left: 5px;
}

.download-btn:hover{
	text-decoration: underline;
}


/* CONTACT US*/
.contact-us h3{
	font-size: 20px;
	line-height: 23px;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 5px;
	margin-top: 9px;
}

.contact-us p{
	font-size: 14px;
	line-height: 16px;
	font-family: 'Open Sans', sans-serif;
}

.contact-us h1{
	font-size: 30px;
	line-height: 32px;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 5px;
}

.contact-us a{
	font-weight: 700;
	font-size: 16px;
	transition: all 0.5s;
}

.contact-us a:hover{
	color: #e30613;
}

/* #Media Queries
================================================== */



/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/