/* CSS Document */
#top_img {
    width: 100%;
    height: 500px;
    background: url("../img/products/products_top.jpg") no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
}

.title {
/*	display: inline-block;*/
	font-size: 30px;
	color: #326291;
	border-bottom: solid 4px #326291;
	margin-top: 40px;
	margin-bottom: 20px;
    letter-spacing: 1px;
}


.left_cap {
	float: left;
	width: 40%;
	margin-left: 10%;
	padding-bottom: 3%;
	/*	padding-right: 30px;*/
}
/*
.left_cap h3 {
	width: 40%;
	margin-bottom: 3%;
    color: #2B5F97;
    font-family: "lato_bold", arial;
    font-size: 30px;
    font-weight: bold;
    line-height: 70%;
    letter-spacing: 1px;
	padding-top: 30px;
	padding-bottom: 3%;
	border-bottom: solid #2B5F97 5px;
}
*/

.left_cap p {
	font-size: 100%;
}

.left_cap td {
	white-space: nowrap;
}
.left_img img {
	float: left;
	margin-left: 10%;
	margin-right: 5%;
	width: 40%;
	margin-bottom: 5%;
	margin-top: 10%;

}

.right_img img {
	width: 40%;
	margin-bottom: 5%;
	margin-left: 5%;
	margin-top: 5%;}
.right_cap {
	width: 40%;
	float: left;
	padding-bottom: 3%;
}

.right_cap p {
	font-size: 15px;
}

table {
	border-collapse: separate;
	border-spacing: 1px;
	text-align: left;
	line-height: 1.5;
	border: 1px solid #ccc;
	margin: 30px auto;
	width: 100%;
}
table th {
	width: 30%;
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	background: #efefef;
}
table td {
    font-size: 100%;
	width: 70%;
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	white-space: nowrap;
}

.btn_contact {
	width: 30%;
	padding: 2% 2%;
	display: block;
	text-align: center;
	margin: 5% auto;
	background: orange;
}

.btn_contact a {
	color: #fff;
	font-size: 120%;
	text-decoration: none;
}

@media screen and (max-width: 940px) {
    .btn_contact a {
        font-size: 80%;
    }

}