/* NOTE - Used Inline Styles for navigation, images and some of the bootstrap components*/

* {
	margin:0;
	padding:0;
	position: relative;
}
body {
	background-color: #E2DFDF !important;
}
/*----- HOME PAGE -----*/

#home_wrapper {
	width:90% !important;
	margin-left: 5.3%;
	background-color:white
}
/*Header*/
#header_row {
	margin-bottom: 10px;
	margin-left: 1%;
}
#header_title {
	color:#d41111;
	font-size: 40px;
	font-family: 'Montserrat', sans-serif;
}
#slogan2_style {
	color:#2b4048;
	font-size:17px;
}
/*Top Content*/
#top_content_left {
	background-image:url(../img/home/a.jpg);
	height: 397px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
#slideshow_4w {
	width: 100%;
	margin-left: 0%;
}
/*More Info*/
.box_text {
	width: 70%;
	background-color: #f4f4f4;
	padding-top: 10px;
	line-height: 1.7;
	margin-left: 19.7%;
	margin-top: 15px;
	padding: 20px;
}
.box_img {
	width: 70%;
	margin-left: 19.8%;
	margin-top: 15px;
}
#box_title {
	font-size: 33px;
	padding-left: 20%;
	font-weight:normal;
}
.box_text2 {
	width: 70%;
	background-color: #f4f4f4;
	padding-top: 10px;
	line-height: 1.7;
	margin-left: 10.7%;
	margin-top: 15px;
	padding: 20px;
}
.box_img2 {
	width: 70%;
	margin-left: 10.8%;
	margin-top: 15px;
}
#box_title2 {
	font-size: 33px;
	font-weight:normal;
	padding-left: 11%;
}
#more_info1 {
	margin-bottom: 20px;
	font-family: 'Roboto', sans-serif;
}
#product_img, #client_img {
	border-color: #ccc;
	border-style: solid;
	border-width: 1px;
}
#padding_bottom {
	padding-bottom: 112px;
}
/*Footer*/
#footer {
	background-color:#504e4e;
	color:white;
	width: 100%;
	margin-left: 0%;
	padding:30px;
	padding-bottom:0px;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	list-style-type:none;
}
#footer_text1, #footer_text2 {
	margin-top: 10px;
	line-height: 25px;
}
#footer_text3, #footer_text4 {
	line-height: 22px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#copyrights {
	float:right;
	color:white
}
/*----- ABOUT US----- */
#about_text {
	font-family: 'Lato', sans-serif;
	line-height: 1.9;
	font-size: 15px;
	margin-left: 3%;
}
#page_title {
	margin-top: 25px;
	margin-left: 2%;
	margin-bottom: 25px;
	font-family: 'Lato', sans-serif;
	font-size: 25px;
	color: #D41111;
}
/*----- CLIENTS ----->*/
#clients_title {
	margin-top: 25px;
	margin-bottom: 25px;
	font-family: 'Lato', sans-serif;
	font-size: 25px;
	color: #D41111;
}
.client_img {
	width: 75%;
	margin-bottom: 25px;
}
#client_text {
	font-family: 'Lato', sans-serif;
	margin-bottom: 40px;
	font-size: 16.2px;
	width: 95%;
	margin-left: 2%;
	line-height: 1.7;
}
#client_details {
	font-family: 'Lato', sans-serif;
	text-align: justify;
	margin-bottom: 40px;
	font-size: 16.2px;
	margin-left: 2%;
	line-height: 1.7;
}
#slogan {
	color: #D41111;
	margin-top: 35px;
	padding-left: 4%;
	font-size: 17.5px;
}
/*----- CONTACTS -----*/
#map {
	margin-top: 40px;
	margin-bottom: -3px;
}
#contact_text {
	font-family: 'Lato', sans-serif;
	text-align: justify;
	margin-bottom: 40px;
	font-size: 120%;
	margin-left: 1%;
	word-spacing: 2px;
}
/*----- PRODUCTS -----*/ 
#products_title {
	font-family: 'Lato', sans-serif;
	font-size: 130%;
	margin-bottom: 10px;
}
/*----- GALLERY -----*/ 
#photos {
	margin-left: 3%;
	margin-top: 14px;
}
#album_br {
	margin-top: 50px;
}
#album_br2 {
	margin-top: 20px;
}
/*------------ 2nd EDIT -----------*/
#nav_color {
	background: #d41111;
	height: 35px;
	font-size: 1.1em;
}
.pagination {
	margin:0px !important;
	padding-left: 3.5% !important;
}
.pagination li a {
	border-color: #d41111 !important;
	color:white;
	border-radius:0px !Important;
	padding-top: 7px;
	padding-bottom: 7px;
}
 @media only screen and (min-width:0px) and (max-width: 556px) {
#nav_color {
 height: auto;
}
}
}
