@CHARSET "ISO-8859-1";

#home_slider ul li{
	list-style: none;
	float:left;
}

#home_slider{
	height:400px !important;
	position:relative;
	overflow:auto;
	width:94%;
	margin-top:10px;
	border:8px solid #fff;
	box-shadow:0px 0px 10px #000;
}

#previous{
	position:absolute;
	z-index:5;
	margin-top:150px;
}

#next{
	position:absolute;
	z-index:5;
	margin-top:150px;
	right:0px;
}

.slider_image img{
	width:100%;
	height:100%;
}

.slider_description{
	background-color:rgba(0,0,0,0.7);
	z-index:10;
	position:absolute;
	bottom:0px;
	width:24.55%;
	padding:10px;
	text-align:left;
}

.slider_des_titel{
	font-size:16pt;
	font-family:sans serif;
	font-weight:normal;
	font-style:italic;
	color:#fff;
}

.slider_des_para{
	font-size:11pt;
	font-family:calibri;
	color:#fff;
	font-weight:normal;
}

#left_side{
	width:50%;
	display:inline;
	float:left;
	padding:10px;
}

#right_side{
	width:46%;
	display:inline;
	float:left;
	clear:right;
	padding:10px;
}


.right_pane_images{
	display:inline;
	float:left;
	border:6px solid #fff;
	box-shadow:0px 0px 5px #444;
	width:45%;
	height:220px;
	overflow:hidden;
	background-color:#000;
}

.caption{
	font-family:calibri;
	font-size:10pt;
	font-style:italic;
	text-align:center;
	margin-top:7px;
}

.right_pane_para{
	display:inline;
	float:left;
	width:48%;
	padding:10px;	
}

.product_des{
	font-family:calibri;
}

.read_more{
	width:10;
	height:10;
	float:right;
	margin-left:10px;
	margin-top:3px;
}

.read_more_text{
	font-family:calibri;
	font-size:12pt;
	font-style:none;
	float:right;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	padding:5px;
	background-color:#2DB40B;
	-webkit-transition:all 1s ease; 
    -moz-transition:all 1s ease;
    -ms-transition:all 1s ease;
    -o-transition:all 1s ease; 
    transition:all 1s ease;
}

.read_more_text:hover{
	background-color:#9AFA82;
	color:#000;
	box-shadow:0px 2px 5px #999;
}

.pro_image{
	-webkit-transition: all 1s ease; 
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease; 
    transition: all 1s ease;
	width:100%;
}

.pro_image-hover{
	-webkit-transform:scale(1.25); 
    -moz-transform:scale(1.25); 
    -ms-transform:scale(1.25); 
    -o-transform:scale(1.25); 
     transform:scale(1.25);
	opacity:0.5; 
}

.view{
	display:none;
	position:absolute;
	margin-top:-70px;
	margin-left:0px;
	font-size:15pt;
	color:#fff;
	width:222px;
	background-color:rgba(0,0,0,0.6);
	padding-top:20px;
	text-align:center;
	text-transform:camelcase;
	height:50px;	
	cursor:pointer;
	-webkit-transition: all 1s ease; 
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease; 
    transition: all 1s ease;
	text-decoration:none;	
}

.view:hover{
	text-shadow:0px 0px 10px #fff;
}

.products{

}

hr{
	border:1px solid #4F7FE4;
}

#text_content{
	height:525px;	
	overflow:hidden;
	background-color:#fff;
	border:1px solid #bbb;
}

.topic{
	font-size:15pt;
	color:#4F7FE4;
}

.welcome_para{
	font-family:calibri;
}

#first_column{
	width:25%;
	display:inline;
	float:left;
}

#second_column{
	width:50%;
	display:inline;
	float:left;
}

#third_column{
	width:25%;
	display:inline;
	float:left;
	clear:right;
}

#second_half{
	height:200px;
}

.right_pane_para{
	height:216px;
	padding:10px !important;
}

.right_pane_para h4{
	font-weight:normal;
	font-style:italic;
	font-weight:bold;
	color:#000;
}

.product_des td{
	text-align:left !important;
	font-size:11pt !important;
	font-style:italic;
	color:#000;
}

.cycle-slide{
	padding:10px;
}

.right_slider_topic{
	font-style:italic;
	color:#4790A1;
	font-size:13pt;
	text-align:center;
}

.small_slider{
	width:100%;
	height:200px;
	margin-top:10px;
	margin-bottom:20px;
}