@charset "UTF-8";
/* CSS Document */

#clr{
clear:both;
}

body
{
	background:url(../images/bg_strip_02.jpg) repeat-x;
	margin:0;
	font-family:"Century Gothic";
}

#container{
	margin:0 auto;
	width:1080px;
	min-height:700px;
	border:1px solid #3f3f3f;
	margin-bottom:30px;
}

#content_box_shadow{
	-webkit-box-shadow: 31px 36px 24px -20px rgba(0,0,0,0.75);
	-moz-box-shadow: 31px 36px 24px -20px rgba(0,0,0,0.75);
	box-shadow: 31px 36px 24px -20px rgba(0,0,0,0.75);
}
 
/*--START - codes for header div--*/

#header{
	width:1080px;
	height:80px;
	margin-top:48px;
}

#header h1{
	float:left;
	padding:0;
	margin:0;
	margin-left:10px;
	background-image:url(../images/logo-website_clp%20industries%20co.png);
	background-repeat:no-repeat;
	width:461px;
	height:64px;
	text-indent:-10000px;
}

#header_address{
	font-family:"Century Gothic";
	color:#FFF;
	text-align:right;
	font-size:15px;
	line-height:23px;
	margin-top:0;
	margin-right:10px;
}

/*--END - codes for header div--*/


/*----START - codes for navigation link---*/

#navMenu ul{
	list-style-type:none;
	padding:0;
	margin:0;
	margin-top:30px;
	height:49px;
	width:1080px;
	float:left;
}

#navMenu ul li{
	float:left;
	height:49px;
	width:135px;
	text-align:center;
	line-height:50px;
}

#navMenu ul li a{
	width:100%;
	height:100%;
	display:block;
	text-decoration:none;
	font-size:15px;
	font-family:"Century Gothic";
	color:#FFF;
}

/*-- START : code for setting the default appearance of the links if the mouse is not hovered---.*/

#navMenu ul li.home {
	background:url(../images/link_red.jpg) repeat-x;
}

#navMenu ul li.about {
	background:url(../images/link_red.jpg) repeat-x;
}

#navMenu ul li.products {
	background:url(../images/link_red.jpg) repeat-x;
}

#navMenu ul li.facilities {
	background:url(../images/link_red.jpg) repeat-x;
}

#navMenu ul li.videos {
	background:url(../images/link_red.jpg) repeat-x;
}

#navMenu ul li.projects {
	background:url(../images/link_red.jpg) repeat-x;
}

#navMenu ul li.careers {
	background:url(../images/link_red.jpg) repeat-x;
}

#navMenu ul li.contact {
	background:url(../images/link_red.jpg) repeat-x;
}

/*-- END : code for setting the default appearance of the links if the mouse is not hovered---.*/


/*-- START : code for setting appearance of the links when the mouse pointer is hovered at a link---.*/

#navMenu ul li.home:hover {
	background:url(../images/link_blue.jpg) repeat-x;
}

#navMenu ul li.about:hover {
	background:url(../images/link_blue.jpg) repeat-x;
}

#navMenu ul li.products:hover {
	background:url(../images/link_blue.jpg) repeat-x;
}

#navMenu ul li.facilities:hover {
	background:url(../images/link_blue.jpg) repeat-x;
}

#navMenu ul li.videos:hover {
	background:url(../images/link_blue.jpg) repeat-x;
}

#navMenu ul li.projects:hover {
	background:url(../images/link_blue.jpg) repeat-x;
}

#navMenu ul li.careers:hover {
	background:url(../images/link_blue.jpg) repeat-x;
}

#navMenu ul li.contact:hover {
	background:url(../images/link_blue.jpg) repeat-x;
}

/*-- END : code for setting appearance of the links when the mouse pointer is hovered at a link---.*/


		/*----START - code for sub menu products---*/
		
		#navMenu ul li.products ul { /*code used to hide the sub menu for products link if the mouse is not pointed*/
			margin:0;
			padding:0;
			width:150px;
			float:left;
			visibility:hidden;
		}
		
		#navMenu ul li.products:hover ul { /*code used to allow the sub menu for products to appear upon hovering of the mouse.*/
			visibility:visible;
			position:absolute;
			z-index:1000;
		}
		
		#navMenu ul li.products:hover ul li {
			background:#00F;
			border:#FFF 1px solid;
		}
		
		#navMenu ul li.products ul li:hover {
			background:#F00;
			border:#FFF 1px solid;
		}
		
		#navMenu ul li.products ul li {
			float:left;
			height:40px;
			width:180px;
			text-align:center;
			line-height:40px;
		}
				
		#navMenu ul li.products ul li a {
			width:100%;
			height:100%;
			display:block;
			text-decoration:none;
			font-size:12px;
			font-family:"Century Gothic";
			color:#FFF;
		}
			
		/*----END - code for sub menu products---*/
	

		/*----START - code for sub menu projects---*/
		
		#navMenu ul li.projects ul { /*code used to hide the sub menu for products link if the mouse is not pointed*/
			margin:0;
			padding:0;
			width:150px;
			float:left;
			visibility:hidden;
		}
		
		#navMenu ul li.projects:hover ul { /*code used to allow the sub menu for products to appear upon hovering of the mouse.*/
			visibility:visible;
			position:absolute;
			z-index:1000;
		}
		
		#navMenu ul li.projects:hover ul li {
			background:#00F;
			border:#FFF 1px solid;
		}
		
		#navMenu ul li.projects ul li:hover {
			background:#F00;
			border:#FFF 1px solid;
		}
		
		#navMenu ul li.projects ul li {
			float:left;
			height:40px;
			width:180px;
			text-align:center;
			line-height:40px;
		}
				
		#navMenu ul li.projects ul li a {
			width:100%;
			height:100%;
			display:block;
			text-decoration:none;
			font-size:12px;
			font-family:"Century Gothic";
			color:#FFF;
		}
			
		/*----END - code for sub menu products---*/

		/*----START - code for sub menu facilities---*/
		
		#navMenu ul li.facilities ul { /*code used to hide the sub menu for products link if the mouse is not pointed*/
			margin:0;
			padding:0;
			width:150px;
			float:left;
			visibility:hidden;
		}
		
		#navMenu ul li.facilities:hover ul { /*code used to allow the sub menu for products to appear upon hovering of the mouse.*/
			visibility:visible;
			position:absolute;
			z-index:1000;
		}
		
		#navMenu ul li.facilities:hover ul li {
			background:#00F;
			border:#FFF 1px solid;
		}
		
		#navMenu ul li.facilities ul li:hover {
			background:#F00;
			border:#FFF 1px solid;
		}
		
		#navMenu ul li.facilities ul li {
			float:left;
			height:40px;
			width:180px;
			text-align:center;
			line-height:40px;
		}
				
		#navMenu ul li.facilities ul li a {
			width:100%;
			height:100%;
			display:block;
			text-decoration:none;
			font-size:12px;
			font-family:"Century Gothic";
			color:#FFF;
		}
			
		/*----END - code for sub menu products---*/


/*START code for content div*/

#content {
	min-height:600px;
	width:1080px;
	background-color:#FFF;
}

.division_line{
	border:5px inset #CCC;
	margin-top:30px;
	margin-bottom:30px;
}

/*=====START -- code used for Welcome Message=====*/

#welcomeMessage {
	margin-top:90px;
	height:221px;
	width:1080px;
}

p.titleWelcome {
	font-family:"Century Gothic";
	font-weight:bold;
	font-size:40px;
	color:#F00;
	text-align:center;
}

p.parWelcome {
	text-align:justify;
	font-size:16px;
	margin-top:-10px;
	margin-right:50px;
	margin-left:50px;
	margin-bottom:30px;
	line-height:40px;
}

/*=====END -- code used for Welcome Message=====*/

/*<!--START code used to animate the welcome banner=====>*/

/* http://www.menucool.com */

#sliderFrame, #sliderFrame div {
    box-sizing: content-box;
}
#sliderFrame 
{
    position:relative;
    width:1080px;
    margin:0 auto; /*center-aligned*/
}

#slider, #slider div.sliderInner {
    width:1080px;height:450px;/* Must be the same size as the slider images */
}

#slider {
	background:#fff url(loading.gif) no-repeat 50% 50%;
	position:relative;
	margin:0 auto; /*center-aligned*/
    transform: translate3d(0,0,0);
    box-shadow: 0px 1px 5px #999999;
}

/* image wrapper */
#slider a.imgLink, #slider div.video {
	z-index:1;
	position:absolute;
	top:0px;left:0px;border:0;padding:0;margin:0;
	width:100%;height:100%;
}
#slider .video {
	background:transparent url(video.png) no-repeat 50% 50%;
}

/* Caption styles */
#slider div.mc-caption-bg, #slider div.mc-caption-bg2 {
	position:absolute;
	width:100%;
	height:auto;
	padding:10px 0;/* 10px will increase the height.*/
	left:0px; /*if the caption needs to be aligned from right, specify by right instead of left. i.e. right:20px;*/
	bottom:0px;/*if the caption needs to be aligned from top, specify by top instead of bottom. i.e. top:150px;*/
	z-index:3;
	overflow:hidden;
	font-size: 0;
}
#slider div.mc-caption-bg 
{
    /* NOTE: Its opacity is to be set through the sliderOptions.captionOpacity setting in the js-image-slider.js file.*/
	background:Black;/* or any other colors such as White, or: background:none; */
}
#slider div.mc-caption-bg2 {
    background:none;
}
#slider div.mc-caption {
	font: bold 14px/20px Arial;
	color:#EEE;
	z-index:4;
	text-align:center;
    background:none;
}
#slider div.mc-caption a {
	color:#FB0;
}
#slider div.mc-caption a:hover {
	color:#DA0;
}


/* ------ built-in navigation bullets wrapper ------*/
/* Note: check themes\2\js-image-slider.css to see how to hide nav bullets */
#slider div.navBulletsWrapper  {
    top:480px;/* Its position is relative to the #slider */
	text-align:center;
	background:none;
	position:relative;
	z-index:900;
}

/* each bullet */
#slider div.navBulletsWrapper div 
{
    width:11px; height:11px;
    font-size:0;color:White;/*hide the index number in the bullet element*/
    background:transparent url(../images/bullet.png) no-repeat 0 0;
    display:inline-block; *display:inline; zoom:1;
    overflow:hidden;cursor:pointer;
    margin:0 20px;/* set distance between each bullet*/
}

#slider div.navBulletsWrapper div.active {
	background-position:0 -11px;
}


/* <!--END code used to animate the welcome banner--> */


/*<!--START-- code used for products and services part-->*/

#productlinks {
	width:1080px;
	min-height:700px;
	margin-top:-50px;
}

.titleProducts {
	font-family:"Century Gothic";
	font-weight:bold;
	font-size:40px;
	color:#F00;
	padding-top:30px;
	text-align:center;
}

#poultry_products{
	width:980px;
	height:275px;
	background-color:#4874FF;
	margin-left:50px;
	box-shadow: 10px 10px 5px grey;
}

#slaughterhouse_products{
	width:980px;
	height:275px;
	background-color:#4874FF;
	margin-left:50px;
	margin-top:50px;
	box-shadow: 10px 10px 5px grey;
}

#wastewater_products{
	width:980px;
	height:275px;
	background-color:#4874FF;
	margin-left:50px;
	margin-top:50px;
	box-shadow: 10px 10px 5px grey;
}

#poultrygrowing_products{
	width:980px;
	height:275px;
	background-color:#4874FF;
	margin-left:50px;
	margin-top:50px;
	box-shadow: 10px 10px 5px grey;
}

#metalfab_products{
	width:980px;
	height:275px;
	background-color:#4874FF;
	margin-left:50px;
	margin-top:50px;
	box-shadow: 10px 10px 5px grey;
}


img.img_productlink{
	float:left;
}

p.title_productlink{
	font-family:"Century Gothic";
	font-size:20px;
	font-weight:bold;
}

p.see_products{
	font-family:"Century Gothic";
	font-size:16px;
	margin-top:50px;
	font-weight:bold;
}

div.see_products_button{
	width:190px;
	height:40px;
	background-color:#1B0DD3;
	position:relative;
	top:-30px;
}


p.see_products a{
	text-decoration:none;
	color:#FFF;
	font-style:italic;
	text-align:center;
	padding-top:10px;
	width:100%;
	height:100%;
	display:block;
}

p.see_products a:hover{
	color:#F00;
}

p.description_productlink{
	font-family:"Century Gothic";
	font-size:14px;
	text-align:justify;
	line-height:30px;
}

div.description_container{
	float:right;
	width:530px;
	padding-right:20px;
	padding-left:10px;
	height:275px;
	color:#FFF;
}

/*<!--END-- code used for products and services part-->*/

/*START of Code for Featured Projects section,*/

#featured_projects{
	width:1080px;
	height:332px;
	margin-top:-30px;
}

.titleFeatured{
	font-family:"Century Gothic";
	font-weight:bold;
	font-size:40px;
	color:#F00;
	padding-top:15px;
	text-align:center;
}

#featured_projects ul{
	list-style-type:none;
	margin-left:35px;
	margin-right:20px;
	padding:0;
}

#featured_projects ul li{
	width:239px;
	height:198px;
	float:left;
	margin-right:17px;	
}

#featured_projects ul li img{
	border:2px solid;
	border-color:#00F;
}

#featured_projects p.title_link{
	color:#FF0000;
	font-size:14px;
	padding-top:5px;
	padding-bottom:10px;
	font-family:"Century Gothic";
}

#featured_projects a.title_link{
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
}

/*END of code for Featured Projects section,*/


/*START code for Footer links*/

#footer{
	width:1080px;
	height:550px;
	background-color:#1400af;
}

#footer p.footer_linkstitle{
	font-family:"Century Gothic";
	font-size:25px;
	text-align:center;
	font-weight:bold;
	color:#FFF;
	margin-right:40px;
}

#footer_links{
	height:436px;
	width:308px;
	float:left;
}

#footer_links ul{
	margin-left:70px;
	margin-top:20px;
	color:#FFF;
}

#footer_links ul li{
	line-height:45px;
}

#footer_links ul li a{
	text-decoration:none;
	font-size:15px;
	font-family:"Century Gothic";
	color:#FFF;
}

#footer_links ul li a:hover{
	color:#F00;
}

#footer_products{
	height:436px;
	width:432px;
	float:left;
}

#footer p.footer_productstitle{
	font-family:"Century Gothic";
	font-size:25px;
	text-align:center;
	font-weight:bold;
	color:#FFF;
	margin-right:30px;
}

#footer_products ul{
	margin-left:80px;
	margin-top:20px;
	color:#FFF;
}

#footer_products ul li{
	line-height:45px;
}

#footer_products ul li a{
	text-decoration:none;
	font-size:15px;
	font-family:"Century Gothic";
	color:#FFF;
}

#footer_products ul li a:hover{
	color:#F00;
}

#footer_contact{
	height:436px;
	width:330px;
	float:left;
}

#footer p.footer_contacttitle{
	font-family:"Century Gothic";
	font-size:25px;
	text-align:center;
	font-weight:bold;
	color:#FFF;
	margin-right:40px;
}

#footer_contact ul{
	margin-left:50px;
	margin-top:20px;
	color:#FFF;
}

#footer_contact ul li{
	line-height:45px;
	text-decoration:none;
	font-size:15px;
	font-family:"Century Gothic";
	color:#FFF;
}

/*END code for Footer links*/

/*START code for copyright text at the end*/

#copyright{
	height:55px;
	width:1080px;
}

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

/*END code for copyright text at the end*/


/*END code for content div*/

/*========================================================================*/
													/*	START ABOUT PAGE CSS CODE*/
/*========================================================================*/

#introAbout{
	margin-top:50px;
	margin-bottom:10px;
	height:221px;
	width:1080px;
}

.titleAbout{
	font-family:"Century Gothic";
	font-weight:bold;
	font-size:40px;
	color:#F00;
	text-align:center;
}

.parAbout{
    text-align:justify;
	font-size:16px;
	margin-top:-10px;
	margin-right:50px;
	margin-left:50px;
	margin-bottom:30px;
	line-height:40px;
}

.division_line_short{
	width:980px;
}

#About_01{
	width:980px;
	height:312px;
	margin-left:50px;
	margin-bottom:30px;
}

#About_02{
	width:980px;
	height:312px;
	margin-left:50px;
	margin-top:30px;
}

.About_01_img{
	float:left;
	border:#00F 1px solid;
}

.About_02_img{
	float:right;
	border:#00F 1px solid;
}

.description_container_About_01{
	height:312px;
	width:535px;
	float:right;
}

.description_container_About_02{
	height:312px;
	width:535px;
	float:left;
}

.About_par_title{
	font-size:30px;
	font-weight:bold;
	color:#00F;
	padding-left:10px;
	padding-right:10px;
	margin-top:10px;
}

.About_par_description{
	line-height:30px;
	font-size:15px;
	padding-left:10px;
	padding-right:10px;
}


#About_clpmotto_container{
	height:310px;
	width:980px;
	margin-left:70px;
	margin-bottom:10px;
	padding:0;
}

ul.vision_list{
	list-style-type:none;
	padding:0;
}

ul.vision_list li{
	width:300px;
	height:280px;
	float:left;
	line-height:20px;
	background-color:#00F; 
	margin-right:25px;
}

p.titleClpmotto{
	color:#FFF;
	font-weight:bold;
	font-size:30px;
	text-align:center;
}

p.parClpmotto{
	color:#FFF;
	margin-left:30px;
	margin-right:30px;
	text-align:left;
}

/*========================================================================*/
													/*	END ABOUT PAGE CSS CODE*/
/*========================================================================*/


/*========================================================================*/
													/*	START CONTACT PAGE CSS CODE*/
/*========================================================================*/


#introContact{
	margin-top:50px;
	margin-bottom:10px;
	height:221px;
	width:1080px;
}

.titleContact{
	font-family:"Century Gothic";
	font-weight:bold;
	font-size:40px;
	color:#F00;
	text-align:center;
}

.parContact{
    text-align:justify;
	font-size:16px;
	margin-top:-10px;
	margin-right:50px;
	margin-left:50px;
	margin-bottom:30px;
	line-height:40px;
}

#map_canvass{
	width:980px;
	height:450px;
	margin-left:50px;
	margin-bottom:50px;
	box-shadow: 10px 10px 5px grey;
}

#contact_details{
	width:980px;
	height:202px;
	background-color:#1600B0;
	margin-left:50px;
	padding:0;
}

.contactTelephone{
	width:254px;
	height:202px;
	float:left;
	border-right:1px solid #FFF;
}

.contactEmail{
	width:300px;
	height:202px;
	float:right;
}

.contactAddress{
	width:424px;
	height:202px;
	float:left;
	border-right:1px solid #FFF;
}

p.titleLocationmap{
	font-family:"Century Gothic";
	font-weight:bold;
	font-size:40px;
	color:#F00;
	text-align:center;
}

p.contact_details_title{
	color:#FFF;
	font-size:25px;
	text-align:center;
}

p.contact_details_paragraph{
	color:#FFF;
	margin-left:20px;
	margin-right:10px;
	line-height:30px;
	text-align:center;
}


.contact_tsr {
	margin-top:30px;
	width:980px;
	height: 450px;
	position:absolute;
	border:1px solid;
}

.contact_tsrinfo_col1 {
	width: 450px;
	height : 300px;
	position: relative;
	top:20px;
	left:70px;
}

.contact_tsrinfo_col2 {
	width: 450px;
	height : 300px;
	position: relative;
	bottom: 300px;
	left:600px;
}

.contact_tsrname {
	font-size: 20px;
	font-weight: bold;
}

.contact_tsrposition {
	margin-top: -18px ;
	font-size:15px;
}

ul.contact_tsrdetails {
	padding-left: 20px;
 }
 
ul.contact_tsrdetails li {
	font-size:15px;
	line-height:30px;
}

.par_tsrintro {
	font-family:"Century Gothic";
	font-weight:bold;
	font-size:25px;
	color:#F00;
	text-align:center;
}

.par_socmed {
	font-family:"Century Gothic";
	font-weight:bold;
	font-size:25px;
	color:#F00;
	text-align:center;
}

.contact_hrline {
	border:1px solid;
	width: 900px;
}

.contact_socmed {
	width: 980px;
	height: 400px;
	position:relative;
	margin:auto;
}

.socmed_icongrp {
	list-style-type:none;
	margin:auto;
	position:absolute;
	top:100px;
	left:33%;
}

ul li.socmed_icon img {
	width:50px;
	height:auto;
	margin-right: 50px;
	margin-top:10px;
}

ul li.socmed_icon {
	float:left;
}

.par_leavemsg {
	position:absolute;
	font-weight:bold;
	font-size:13px;
	left:26%;
}

a.fb-msg-btn {
	position: absolute;
	left:40%;
	display: inline-block;
	font-family: inherit;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding: 12px 16px;
	margin: 0;
	background-color: #0084ff;
	border: 0;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	cursor: pointer;
	outline: none;
	text-decoration:none;
}

a:hover.fb-msg-btn { 
	background-color: #0268c7; 
}



/*========================================================================*/
											/*	END CONTACT PAGE CSS CODE*/
/*========================================================================*/



.spacer {
	width:900px;
	height:100px;
	margin:0 auto;		
}


/*========================================================================*/
											/*	START CAREER PAGE CSS CODE*/
/*========================================================================*/

#introCareers{
	margin-top:50px;
	margin-bottom:10px;
	height:221px;
	width:1080px;
}

.titleCareers{
	font-family:"Century Gothic";
	font-weight:bold;
	font-size:40px;
	color:#F00;
	text-align:center;
}

.parCareers{
    text-align:justify;
	font-size:16px;
	margin-top:-10px;
	margin-right:50px;
	margin-left:50px;
	margin-bottom:30px;
	line-height:40px;
}

.career_container{
	width:320px;
	height:550px;
	border-right:#03F 1px solid;          
	margin-left:24px;
	margin-righ t:-20px;
	margin-top:10px;
	margin-bottom:30px;
	padding-right:20px;
	float:left;
}

p.career_title{
	font-size:20px;
	font-weight:bold;
	color:#00F;
	margin-left:20px;
}

ul.career_requirements{
	line-height:30px;
	text-align:left;
}

.required_skills{
	margin-left:20px;
}

ul.career_requirements li{
	font-size:14px;
}


/*========================================================================*/
										  /*	END CAREER PAGE CSS CODE*/
/*========================================================================*/


/*========================================================================*/
							    /*	START Individual Projects PAGE CSS CODE*/				
/*========================================================================*/

#introProjects{
	margin-top:50px;
	margin-bottom:10px;
	height:221px;
	width:1080px;
}

.titleProjects{
	font-family:"Century Gothic";
	font-weight:bold;
	font-size:40px;
	color:#F00;
	text-align:center;
}

.parProjects{
    text-align:justify;
	font-size:16px;
	margin-top:-10px;
	margin-right:50px;
	margin-left:50px;
	margin-bottom:30px;
	line-height:40px;
}

.projects_container{
	width:320px;
	height:275px;
	border:1px solid #666;
	margin-left:30px;
	margin-bottom:40px;
	float:left;
	box-shadow:10px 10px 5px grey;
}

.project_title{
	font-size:20px;
	color:#0056e4;
	font-weight:bold;
	margin-top:10px;
	text-align:center;
}

.project_category{
	font-size:10px;
	font-style:italic;
	margin-top:-20px;
	text-align:center;
}

.project_linkimg{
	border:1px solid #00F;
	margin-top:10px;
	margin-left:7px;
}


/*========================================================================*/
							/*	END Individual Projects PAGE CSS CODE*/				
/*========================================================================*/



/*========================================================================*/
							/*	START FACILITIES PAGE CSS CODE*/				
/*========================================================================*/

#introFacility{
	margin-top:50px;
	margin-bottom:10px;
	height:221px;
	width:1080px;
}

.titleFacility{
	font-family:"Century Gothic";
	font-weight:bold;
	font-size:40px;
	color:#F00;
	text-align:center;
}

.parFacility{
    text-align:justify;
	font-size:16px;
	margin-top:-10px;
	margin-right:50px;
	margin-left:50px;
	margin-bottom:30px;
	line-height:40px;
}

#facility_wrapper{
	width:980px;
	height:344px;
	margin-left:50px;
	margin-top:25px;
}

.facility_definition_wrapper{
	width:529px;
	height:344px;
	float:right;
	padding-left:7px;
}

.Facility_title_01{
	font-size:30px;
	font-weight:bold;
	color:#03F;
	margin-top:-7px;
	margin-left:15px;
}

.Facility_paragraph_01{
	font-size:15px;
	line-height:30px;
	margin-left:15px;
}

.facility_definition_wrapper img.facility_img_thumbnail_small{
	border:1px solid #03F;
	margin-left:10px;
	margin-right:-5px;
	margin-top:60px;
}

#facility_wrapper img{
	border:1px solid #00F;
}

.linkEquipments{
	text-align:center;
	margin-bottom:40px;
	font-weight:bold;
	font-size:25px;
}

.linkEquipments a{
	text-decoration:none;
	color:#00F;
	font-style:italic;
}

.linkEquipments a:hover{
	color:#F00;
}

/*========================================================================*/
							/*	END FACILITIES PAGE CSS CODE*/				
/*========================================================================*/

/*========================================================================*/
							/*	START EQUIPMENT PAGE CSS CODE*/				
/*========================================================================*/

#introEquipment{
	margin-top:50px;
	margin-bottom:10px;
	height:221px;
	width:1080px;
}

.titleEquipment{
	font-family:"Century Gothic";
	font-weight:bold;
	font-size:40px;
	color:#F00;
	text-align:center;
}

.titleEquipGroup{
	font-weight:bold;
	font-size:30px;
	text-align:center;
	color:#F00;
}

.parEquipment{
    text-align:center;
	font-size:16px;
	margin-top:-10px;
	margin-right:50px;
	margin-left:50px;
	margin-bottom:30px;
	line-height:40px;
}

.equipment_container{
	width:320px;
	height:275px;
	border:1px solid #666;
	margin-left:30px;
	margin-bottom:40px;
	float:left;
	box-shadow:10px 10px 5px grey;
}

.equipment_title{
	font-size:20px;
	color:#0056e4;
	font-weight:bold;
	margin-top:10px;
	text-align:center;
}

.equipment_category{
	font-size:10px;
	font-style:italic;
	margin-top:-20px;
	text-align:center;
}

.equipment_linkimg{
	border:1px solid #00F;
	margin-top:10px;
	margin-left:7px;
}


/*========================================================================*/
							/*	END EQUIPMENT PAGE CSS CODE*/				
/*========================================================================*/


/*========================================================================*/
							/*	START POULTRY (products) PAGE CSS CODE*/				
/*========================================================================*/

#introPoultry{
	margin-top:50px;
	margin-bottom:10px;
	height:221px;
	width:1080px;
}

.titlePoultry{
	font-family:"Century Gothic";
	font-weight:bold;
	font-size:40px;
	color:#F00;
	text-align:center;
}

.parPoultry{
    text-align:justify;
	font-size:16px;
	margin-top:-50px;
	margin-right:50px;
	margin-left:50px;
	margin-bottom:30px;
	line-height:40px;
}

.titlePoultryGroup{
	font-weight:bold;
	font-size:30px;
	text-align:center;
	color:#00F;
}

.PoultryGroup_container{
	width:320px;
	height:275px;
	border:1px solid #666;
	margin-left:30px;
	margin-bottom:40px;
	float:left;
	box-shadow:10px 10px 5px grey;
}

.ControlPanel_container_poultry{
	float:left;
	width:320px;
	height:275px;
	box-shadow:10px 10px 5px grey;
	border:1px solid #666;
	margin-left:200px;
}

.CoopsConveyor_container_poultry{
	width:320px;
	height:275px;
	box-shadow:10px 10px 5px grey;
	float:left;
	margin-left:30px;
	border:1px solid #666;
	margin-bottom:40px;
}

.DrippingLine_container_poultry{
	width:320px;
	height:275px;
	box-shadow:10px 10px 5px grey;
	float:left;
	margin-left:380px;
	border:1px solid #666;
	margin-bottom:40px;
}


/*========================================================================*/
							/*	END POULTRY (products) PAGE CSS CODE*/				
/*========================================================================*/


/*========================================================================*/
							/*	START Solo Product page  PAGE CSS CODE*/				
/*========================================================================*/

.title_soloproduct{
	font-size:40px;
	font-weight:bold;
	text-align:center;
	color:#F00;
}

.title_soloproduct_category{
	font-size:15px;
	font-style:italic;
	font-weight:bold;
	text-align:center;
	color:#00F;
	margin-top:-30px;
	margin-bottom:40px;
}

.img_main01{
	margin-left:50px;
	margin-right:10px;
	border:1px solid #F00;
	margin-bottom:30px;
}

.img_main02{
	margin-right:10px;
	border:1px solid #F00;
	margin-bottom:30px;
}

.img_main03{
	margin-left:50px;
	margin-right:10px;
	margin-bottom:30px;
}


.product_description{
	line-height:30px;
	margin-left:50px;
	margin-right:50px;
	margin-bottom:50px;
	text-align:justify;
}


/*========================================================================*/
							/*	END Solo Product page  PAGE CSS CODE*/				
/*========================================================================*/


/*========================================================================*/
							/*	START SLAUGHTERHOUSE (products) PAGE CSS CODE*/				
/*========================================================================*/

#introSlaughterhouse{
	margin-top:50px;
	margin-bottom:10px;
	height:221px;
	width:1080px;
}

.titleSlaughterhouse{
	font-family:"Century Gothic";
	font-weight:bold;
	font-size:40px;
	color:#F00;
	text-align:center;
}

.parSlaughterhouse{
    text-align:justify;
	font-size:16px;
	margin-top:-50px;
	margin-right:50px;
	margin-left:50px;
	margin-bottom:30px;
	line-height:40px;
}

.titleSlaughterhouseGroup{
	font-weight:bold;
	font-size:30px;
	text-align:center;
	color:#F00;
}

.SlaughterhouseGroup_container{
	width:320px;
	height:275px;
	border:1px solid #666;
	margin-left:30px;
	margin-bottom:40px;
	box-shadow: 10px 10px 5px grey;
	float:left;
	background-color:#F00;
}

.equipment_category_Slaughterhouse{
	font-size:10px;
	font-style:italic;
	margin-top:-20px;
	text-align:center;
	color:#FFF;
}

.equipment_title_Slaughterhouse{
	font-size:20px;
	color:#FFF;
	font-weight:bold;
	margin-top:10px;
	text-align:center;
}

/*========================================================================*/
							/*	END SLAUGHTERHOUSE (products) PAGE CSS CODE*/				
/*========================================================================*/

/*========================================================================*/
							/*	START WASTEWATER (products) PAGE CSS CODE*/				
/*========================================================================*/


#introWastewater{
	margin-top:50px;
	margin-bottom:10px;
	height:221px;
	width:1080px;
}

.titleWastewater{
	font-family:"Century Gothic";
	font-weight:bold;
	font-size:40px;
	color:#F00;
	text-align:center;
}

.parWastewater{
    text-align:center;
	font-size:16px;
	margin-top:-50px;
	margin-right:50px;
	margin-left:50px;
	margin-bottom:30px;
	line-height:40px;
}

/*========================================================================*/
							/*	END WASTEWATER (products) PAGE CSS CODE*/				
/*========================================================================*/

/*========================================================================*/
							/*	START VIDEOS PAGE CSS CODE*/				
/*========================================================================*/

#introVideos{
	margin-top:50px;
	margin-bottom:10px;
	height:221px;
	width:1080px;
}

.titleVideos{
	font-family:"Century Gothic";
	font-weight:bold;
	font-size:40px;
	color:#F00;
	text-align:center;
}

.parVideos{
    text-align:center;
	font-size:16px;
	margin-top:-50px;
	margin-right:50px;
	margin-left:50px;
	margin-bottom:30px;
	line-height:40px;
}

.clp_youtubelink{
	text-decoration:none;
	font-size:20px;
	font-style:italic;
}

.clp_youtubelink:hover{
	color:#F00;
}

.video_container{
	margin-left:50px;
	margin-right:50px;
	margin-bottom:50px;
	box-shadow: 10px 10px 16px -1px rgba(0,0,0,0.75);
}

.video_description_container{	
	width:420px;
	height:421px;
	border:1px solid #00F;
	background-color:#2E64FE;
	float:right;
}

.video_title{
	font-size:25px;
	font-weight:bold;
	margin-top:50px;
	color:#FFF;
	text-align:center;
}

.video_description{
	font-size:15px;
	color:#FFF;
	margin-left:25px;
	margin-top:70px;
	margin-right:25px;
}

.page_number{
	position:relative;
}

.video_pagenumber_index{
	text-align:center;
	font-weight:bold;
	font-size:30px;
}

.video_pagenumber{
	text-decoration:none;
}

.video_pagenumber:hover{
	color:#F00;
}

.video_pagenumber_page1{
	color:#F00;
	text-decoration:none;
}

.video_pagenumber_page2{
	color:#F00;
	text-decoration:none;
}

.video_pagenumber_page3{
	color:#F00;
	text-decoration:none;
}

.video_pagenumber_page4{
	color:#F00;
	text-decoration:none;
}

.video_pagenumber_page5{
	color:#F00;
	text-decoration:none;
}

.video_pagenumber_page6{
	color:#F00;
	text-decoration:none;
}

/*========================================================================*/
							/*	END VIDEOS PAGE CSS CODE*/				
/*========================================================================*/

/*========================================================================*/
						/*	START UNDER CONSTRUCTION CSS CODE*/
/*========================================================================*/

.under_construction_title{
	font-size:30px;
	color:#00F;
	text-align:center;
}

.under_construction_link{
	text-decoration:none;
}

.under_construction_link:hover{
	color:#F00;
	font-weight:bold;
}
/*========================================================================*/
						/*	END UNDERCONSTRUCTION CSS CODE*/
/*========================================================================*/

/*========================================================================*/
						/*	START POULTRY GROWING CSS CODE*/
/*========================================================================*/

#introPoultrygrowing{
	margin-top:50px;
	margin-bottom:10px;
	height:221px;
	width:1080px;
}

.titlePoultrygrowing{
	font-family:"Century Gothic";
	font-weight:bold;
	font-size:40px;
	color:#F00;
	text-align:center;
}

.parPoultrygrowing{
    text-align:justify;
	font-size:16px;
	margin-top:-50px;
	margin-right:50px;
	margin-left:50px;
	margin-bottom:30px;
	line-height:40px;
}

/*========================================================================*/
						/*	END  POULTRY GROWING CSS CODE*/
/*========================================================================*/


/*========================================================================*/
						/*	START METAL FABRICATION CSS CODE*/
/*========================================================================*/

#introMetalFabrication{
	margin-top:50px;
	margin-bottom:10px;
	height:221px;
	width:1080px;
}

.titleMetalFabrication{
	font-family:"Century Gothic";
	font-weight:bold;
	font-size:40px;
	color:#F00;
	text-align:center;
}

.parMetalFabrication{
    text-align:justify;
	font-size:16px;
	margin-top:-50px;
	margin-right:50px;
	margin-left:50px;
	margin-bottom:30px;
	line-height:40px;
}


/*========================================================================*/
						/*	END  METAL FABRICATION  CSS CODE*/
/*========================================================================*/
