/* Reset Css */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);

html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, img, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, details, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
 margin: 0px;
 padding: 0px;
 font-weight: 400;
 font-size: 13px;
}

html { -webkit-text-size-adjust: none; }

body{
	font-size: 14px;
	font-family:"Open Sans", sans-serif, Arial;
}
.float-l{
	float: left;	
}
.float-r{
	float: right;
}
.clear-b{
	clear: both;	
}
a, input{
	outline: none;	
}
img{
	border: none;	
}
ul li{
	list-style-type: none;	
}
h2{
	font-size: 30px;	
}
h5{
	font-size: 12px;	
}
.italic{
		font-style:italic;
	}
.color-red{
	color:#62A50B;
	}
a{
	color:#62a50b;
	text-decoration:none;
	}
a:hover{
	color:#b38e00;
	transition:color 1s;
	}		
strong{
	font-weight:600;
	color: #333333;
	}

.cf:before, .cf:after, .home-body:before, .home-body:after, .container:before, .container:after { content: ""; display: table; }
.cf:after, .home-body:after, .container:after { clear: both; }
.cf, .home-body, .container { zoom: 1;}

a, input[type=submit]{
	text-decoration: none;
	transition:all 0.6s;
	-moz-transition:all 0.6s;
	-ms-transition:all 0.6s;
	-o-transition:all 0.6s;
	-webkit-transition:all 0.6s;
}
a:hover, input:hover[type=submit]{
	transition:all 0.6s;
	-moz-transition:all 0.6s;
	-ms-transition:all 0.6s;
	-o-transition:all 0.6s;
	-webkit-transition:all 0.6s;	
}


.body-bg{
	background:#ffffff;
	border-top: 5px solid #5f320a;
}
.wraper-body{
	background:#ffffff;
	}

.header{
    background: rgba(255,255,255,.9);
    height: 100px;
    opacity: 0.9;
    position: absolute;
    width: 100%;
    z-index: 999;
}
.head-cont{
	width: 990px;
	margin: 0 auto;
}
.head-cont .logo{
	float:left
}
.head-cont .logo a{
	background: url(../images/adulina_logo.png) top left no-repeat;
	width: 270px;
	height: 81px;
	display: block;	
	text-indent: -9999px;
	margin:10px 0 10px;
}
.head-cont .top-nav{
	float: right;
}
.head-cont .top-nav ul li{
	display: inline-table;
}
.head-cont .top-nav ul li a{
	color: #231F20;
    display: inline-block;
    font-size: 20px;
    font-weight: 200;
    margin-left: 15px;
    padding: 37px 20px 35px;
    text-decoration: none;
    text-transform: capitalize;
}


.head-cont .top-nav ul li:first-child a{
		margin-left: 0px;
	}

.head-cont .top-nav ul li a:hover{
	color:#683c10;
	transition:width 2s, height 2s, color 1s, transform 2s;
	-webkit-transition:color 1s;
    -moz-transition:color 1s;
    -ms-transition:color 1s;
    -o-transition:color 1s;
}
.head-cont .top-nav ul li a.active{
	background: rgba(179,148,0,.5);
	color:#683c10;
	border-left:none;
	border-right:none;	
}



.container{
	width: 990px;
	margin: 0 auto 40px;	
}

/*	Main Slider	*/
.slider{    
    clear:both;
	height: 555px;
	border:none;
	border-bottom:10px solid #b38e00;	
}
.slider .bx-window{
	height: 555px;
}
.slider .bx-wrapper{
	margin:auto;
	}
.slider ul{
		
}

.slider ul li{
	height:555px;
	background-size:cover !important;
}

.slider .banner-content{
    height: auto;
	width:auto;
    position: relative;
    top: 330px;
	text-align:left;
	width:990px;
	margin:auto;	
}
.slider .banner-content h2{
	background: url(../images/bg-banner.png) repeat;
	color: #000000;
    display: table;
    font-size: 42px;
    font-weight: 200;
    padding: 10px 15px;
    text-transform: capitalize;
	}
.slider .banner-content p{
	font-size:21px;
	font-weight:400;
	margin-top:2px;
	background: url(../images/bg-banner.png) repeat;
	color:#000000;
	display:table;
	padding:10px 15px;
	text-transform:normal;
	}			

/*	Internal Pages Banner	*/
.banner{
    clear:both;
	height: 310px;
	border:none;
	border-bottom: 10px solid #b38e00;
	overflow:hidden;
	
}
.banner li{
	height: 310px;
	background-size:cover !important;	
}


/*	Social Icons	*/
div.social{
	float: left;
}
div.social div.social-icons-cont{
	float: left;	
}
div.social div.social-icons-cont a{
	width: 33px;
	height: 33px;
	display: block;
	text-indent: -9999px;
	background-position: top left;
	float: left;
	margin-right: 10px;
}
div.social div.social-icons-cont a:hover{
	/*background-position: bottom left;*/
	opacity:.5;
	transition:opacity 1s;
}
div.social div.social-icons-cont a.fb{
	background-image:url(../images/social-fb.png);
}
div.social div.social-icons-cont a.twitter{
	background-image:url(../images/social-twitter.png);
}
div.social div.social-icons-cont a.gmail{
	background-image:url(../images/social-google.png);
}
div.social div.social-icons-cont a.linkedin{
	background-image:url(../images/social-linkedin.png);
}
div.social div.social-icons-cont a.rss{
	background-image:url(../images/social-rss.png);
}
div.social div.social-icons-cont a.youtube{
	background-image:url(../images/social-youtube.png);
}
div.social div.social-icons-cont a.yahoo{
	background-image:url(../images/social-yahoo.png);
	margin-right: 0;
}
div.social div.social-icons-cont a.email{
	background-image:url(../images/social-email.png);
	margin-right: 0;
}

/* Search */ 
.header .search{	
	border: thin solid #d5d5d5;
    color: #AF9F90;
    float: right;
    height: 30px;
    margin-top: 30px;
    width: 220px;
}
.header .search input[type='text']{
		background:none;
		height:30px;
		width:162px;
		border:none;
		padding:0 10px;
		font-size:14px;
		color: #808080;
		float:left;
		font-style:italic;
	}
.header .search .btn-search{
		background: url(../images/btn-search.png) 5px no-repeat transparent;
		height:30px;
		width:30px;
		border:none;
		cursor:pointer
	}
.header .search .btn-search:hover{
		opacity:.5;
	}
	


.body-panel{
		padding:10px 0;
		margin:50px 0 30px;
	}

.body-panel h2{
		font-size:36px;
		color:#000000;
		margin-bottom:20px;
		text-transform:capitalize;
		font-weight:400;
	}
.body-panel h3{
	color: #A6CE39;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin: 15px 0 10px;
	}
.body-panel h4{
    border-bottom: thin solid #DDDDDD;
    color: #b38e00;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    padding-bottom: 5px;
    text-transform:capitalize;
	}		

.body-panel p{
		font-size:13px;
		color:#707070;
		margin-bottom:15px;
		line-height:24px;
		text-align:justify;
		font-weight:400;
	}
.body-panel p.wide{
		width:640px;
	}

.body-panel ul{ margin:15px 10px; }
.body-panel ul li{
		font-size: 13px;
    	list-style: disc outside url("../images/bullet.png");
		color:#555555;
	}	
	
	
/*	Body Columns - Homapage	*/

.columns{
		margin-top:30px;
	}

.cols{
		width:480px;
		float:right;
		margin:30px 40px 50px 0;
	}

.cols:first-child{
		margin-right:0px;
		width:420px;
		margin-left:10px;
		text-align:left;
		float:left;
	}

.cols h2{
	color: #000000;
    font-size: 36px;
    font-weight: 400;
    padding: 0 0 10px;
    text-transform:capitalize;
	line-height:24px;
	}
.cols h3{
	color: #5f320a;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    padding: 0 0 10px;
	font-style:italic;
	line-height:24px;
	}	


/*.cols:last-child h2{
	color: #ED1C24;
    font-size: 36px;
    font-weight: 200;
    text-transform: capitalize;
	border-bottom:3px solid #ED1C24;
	padding:0 10px 20px;
	margin-bottom:20px;
	}*/

.cols p{
	color: #707070;
    float: left;
    font-size: 13px;
    line-height: 22px;
    margin: 0px 0 25px;
    text-align: justify;
	}
.cols p:first-child{
	margin-top:70px;
	}
.cols .img{
		border:thin solid #c4c4c4;
		width:420px;
		height:auto;
		display:flex;
		float:right;
	}
.cols .img img{
		width:100%;
		height:auto;
	}	
	

/*.cols:last-child .img{
		border:thin solid #c4c4c4;
		width:78px;
		height:78px;
		float:left;
		overflow:hidden;
	}
.cols:last-child .img img{
		height:100%;
		width:auto;
	}*/
	
/*.cols .home-news .date{
	clear: both;
    color: #081540;
    font-weight: 700;
	}
.cols .home-news a{
	border-bottom: thin solid #DDDDDD;
    color: #606060;
    float: left;
    font-size: 12px;
    line-height: 18px;
    margin: 10px 0;
    padding: 5px;
    text-align: justify;
    text-decoration: none;
	}

.cols .home-news p{
    color: #606060;
	line-height:16px;
	margin: 5px 0 10px;
	}	

.news-home{
	float: right;
    margin-left: 15px;
    width: 235px;
	}


.cols .home-news a:hover{
		opacity:.5;	
		transition:opacity 1s;
	}
	
.cols .home-news a:hover .news-home p, .cols .home-news a:hover .news-home .date{
		color:#ed1c24;
	}*/
	
.read-more{
	background: url("../images/arrow-more.png") no-repeat top left transparent;
    clear: both;
    color: #5f320a;
    float: left;
    font-size: 14px;
    font-weight: 400;
    margin: 10px 0 10px;
    text-align: left;
    text-decoration: none;
    text-transform: capitalize;
	padding-left:35px;
	height:20px;
	transition:width 2s, height 2s, background 1s, color 1s, transform 2s;
	}

.read-more:hover{
		background: url("../images/arrow-more.png") no-repeat bottom left transparent;
		color: #b38e00;
		transition:width 2s, height 2s, background 1s, color 1s, transform 2s;
	}

.cols:last-child .read-more{
		float:left;
		margin-right:10px;
	}	

/*	Breadcrumb	*/

.breadcrumb{
		margin-top:10px;
		margin-left:10px;
		color:#00a651;
	}

.breadcrumb ul li{
		display:inline;
		
	}
.breadcrumb ul li a{
	background: url("../images/arrow-breadcrumb.png") no-repeat scroll right 9px rgba(0, 0, 0, 0);
    color: #777777;
    font-size: 12px;
    font-weight: 400;
    padding: 5px 20px 0 10px;
    text-decoration: none;
    text-transform: capitalize;
	}
.breadcrumb ul li:first-child a{
		padding-left:0;
	}
	
.breadcrumb ul li:last-child a{
		background:none;
	}	

.breadcrumb ul li a:hover, .breadcrumb ul li:last-child a:hover, .breadcrumb ul li .active{
		color:#b38e00;
		transition:color 1s;
	}

/*	Internal Pages	*/

/*	Left Side Menu	*/
.left-panel{
		width:250px;
		padding:15px 10px 15px 0px;
		float:left;
	}
.left-panel ul{}
.left-panel ul li{
		display:block;		
	}
.left-panel ul li a{
    color: #000;
	font-weight:400;
    float: left;
    font-size: 16px;
    padding: 15px 5px 15px 21px;
    text-decoration: none;
    text-transform: capitalize;
    width: 250px;
	border-bottom:thin solid #e7ceb6;
	}
.left-panel ul li a:hover{
		color:#b38e00;
		transition: color 1s;
	}

.left-panel ul li .active{
		color: #ffffff;
		background: url(../images/arrow-nav.png) no-repeat left center #5f3104;
		border-left:8px solid #b38e00;
		border-bottom:none;
		border-top:none;
	}
.left-panel ul li .active:hover{
		color: #ffffff;
	}	
	
.left-panel ul li:first-child{
		padding-top:0px;
	}	


.left-panel ul li ul{
	float: left;
    margin: 15px 0;
    padding: 0 10px;
	}
.left-panel ul li ul li{
		display:block;
		padding:5px 0 5px 0;
	}

.left-panel ul li ul li a{
		font-size:14px;
		text-decoration:none;
		text-transform:capitalize;
		padding:5px 10px 5px 20px;
		border:none;
		color:#606060;
		margin:3px 0; 
	}
		
.left-panel ul li ul li .active-subpage{
	border-left: 5px solid #61A40B;
    color: #61A40B
	}	


.left-panel .margin-top{
	margin-top:30px; float:left;
	}


/*	Right Panel -  Main Content Area	*/
.right-panel{
    float: right;
    margin-left: 25px;
    padding: 10px 10px 10px 40px;
    width: 640px;
	min-height:500px;
	}

.right-panel .content-box{
		float:left;
		width: 640px;
	}

.right-panel .img-box{
		float:left;
		width:160px;
		text-align:right;
		float:right;
	}
	
.right-panel .img-box img{
		border:thin solid #cccccc;
		max-width:150px;
		height:auto;
		width:auto;
	}


.right-panel .content-box li{
		padding:5px 10px;
		margin-left:30px;
		text-align:justify;
	 }



/*Contact Form*/			
.contact-form{
	margin-top:20px;
	float:left;
	width:100%;
	
	}

.contact-form form{
		padding:15px 20px;
	}
.contact-form label{
		float:left;
		width:160px !important;
		font-size:14px !important;
		text-align:left;
		clear:both;
		margin:8px 0;
		font-weight:400 !important;
		color:#333333 !important;
		height:25px;
		font-style:normal !important;
	}
.contact-form input[type=text], .contact-form input[type=email]{
	width:320px;
	height:30px;
	padding:5px 5px;
	border:thin solid #E7CEB6;
	border-radius:1px;
	clear:both;
	margin:10px 0;
	font-size:16px;
	color:#555555;
}
.contact-form textarea{
	width:380px;
	height:100px;
	max-width:380px;
	min-width:380px;
	max-height:200px;
	min-height:50px;
	padding:5px 5px;
	border:thin solid #E7CEB6;
	border-radius:1px;
	clear:both;
	margin:10px 0;
	font-size:16px;
	font-family:"Open Sans", sans-serif, Arial;
	color:#555555;
}
.contact-form input[type=submit]{
	background: url("../images/arrow-white.png") no-repeat scroll 87% center #683c10;
    clear: both;
    color: #FFFFFF;
    float: left;
    font-size: 14px;
    font-weight: 600;
	margin:20px 160px 40px;
    padding: 12px 10px 12px 15px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    width: 150px;
	cursor:pointer;
	border:none;
}
.contact-form input[type=submit]:hover{
	background: url("../images/arrow-white.png") no-repeat scroll 87% center #b38e00;
    color: #FFFFFF;
	transition:width 2s, height 2s, background-color 1s, transform 2s;
}
	

/* Pagination ------------------------------------------------------------------ */

.pagination { 
	clear: both;
    display: table;
    margin: 0 auto;
    padding: 40px 0 0;
    text-align: center;
	}
.pagination a{
		padding:6px;
		color:#111111;
		font-size:14px;
		font-weight:600;
		border:thin solid #dddddd;
		width:20px;
		float:left;
		margin:10px 5px;
		text-align:center;
		text-decoration:none;
	}
.pagination a:first-child{
		background:url('../images/move-prev.png') no-repeat center transparent;
		text-indent:-9999px;
		border:thin solid #ffffff;
	}
.pagination a:last-child{
		background:url('../images/move-next.png') no-repeat center transparent;
		text-indent:-9999px;
		border:thin solid #ffffff;
	}
.pagination a:first-child:hover{
		background:url('../images/move-prev-red.png') no-repeat center #ffffff;
		text-indent:-9999px;
	}
.pagination a:last-child:hover{
		background:url('../images/move-next-red.png') no-repeat center #ffffff;
		text-indent:-9999px;
	}	
		
.pagination .page-active{
		color:#ed1c24;		
	}
.pagination a:hover{
		color:#ed1c24;		
	}
.pagination .no-style{
		border:thin solid #ffffff;
		color:#111111 !important;
	}		

/* Pagination END ---------------------------------------------------------------- */

	

/*	Footer	*/

.footer{
	background: none repeat scroll 0 0 #F7F3E5;
    margin: 30px auto 20px;
    padding: 10px;
    width: 970px;
}
.footer .foot-cont{	
	padding: 20px 0 0;
	margin: 0 auto;	
}
.footer .foot-cont .col{
	float:left;
	width:720px;
	}
.footer .foot-cont ul{
	float:left;	
	}
.footer .foot-cont ul li{
		display:inline-block;
		margin-right:20px;
	}
.footer .foot-cont ul li a{
	color: #666666;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    text-transform: capitalize;
	}	
.footer .foot-cont ul li a:hover{
		color:#62A50B;
		transition:width 2s, height 2s, color 1s, transform 2s;
	}

.footer .foot-cont .col-subscribe{
    float: right;
    width: 200px;
	}
.footer .foot-cont .col-subscribe h3{
	 color:#333333;
	 font-weight:400;
	 font-size:16px;
	 margin-left:20px;
	}
	
.footer .social{
	float:right;
}
.footer .col-copyright{
	float:left;
	margin:10px 0;
	clear:both;
}
.footer .foot-cont p.copyright{
	color: #5f320a;
	font-size: 12px;
	font-weight:600;
	margin-top: 3px;
	float:left;
	margin-right: 10px;	
}
.footer .foot-cont a{
	color: #606060;
	font-size:12px;
	font-weight:400;
	transition:width 2s, height 2s, color 1s, transform 2s;
}
.footer .foot-cont a:hover{
	color: #62A50B;
	transition:width 2s, height 2s, color 1s, transform 2s;
}


/* Subscribe */ 
.footer .subscribe{	
	border: thin solid #AF9F90;
    border-radius: 30px 30px 30px 30px;
    color: #AF9F90;
    float: right;
    height: 40px;
    margin-top: 10px;
    width: 315px;
}

.footer .subscribe input[type='email']{
		background:none;
		height:40px;
		width:249px;
		border:none;
		padding:0 10px;
		font-size:16px;
		color: #AF9F90;
		border-radius: 30px 30px 30px 30px;
		float:left;
	}
.footer .subscribe .btn-search{
		background: url(../images/btn-subscribe.png) 5px no-repeat transparent;
		height:40px;
		width:40px;
		border:none;
		cursor:pointer
	}
.footer .subscribe .btn-search:hover{
		opacity:.5;
	}

.footer .col-subscribe a{
		color:#767676;
		text-decoration:none;
	}
.footer .col-subscribe a:hover{
		color:#62A50B;
		transition:width 2s, height 2s, color 1s, transform 2s;
	}		


/*Body Columns*/
.body-cols{
    float: left;
    margin-bottom: 30px;
    width: 620px;
	}
.body-cols .body-col-left{
	float:left;
	width:320px;
	}
.body-cols .body-col-right{
	float:right;
	width:256px;
	}
.body-cols .body-col-right img{
	width:100%;
	height:auto;
	border:thin solid #dedbdb;
	}	


.body-cols:nth-child(odd){
    float: left;
    margin-bottom: 30px;
    width: 620px;
	}
.body-cols:nth-child(odd) .body-col-left{
	float:right;
	width:320px;
	}
.body-cols:nth-child(odd) .body-col-right{
	float:left;
	width:265px;
	}


/* Products */
.body-prod{
    border-bottom: thin solid #DCDCDC;
    float: left;
    margin-top: 40px;
    padding-bottom: 40px;
    width: 640px;
	}

.body-prod:first-child{
	border-top:none;
	margin-top:0px
	}
		
.body-prod .body-col-left{
	float:left;
	width:390px;
	}
.body-prod .body-col-right{
	float:right;
	width:235px;
	}
.body-prod .body-col-right img{
	width:100%;
	height:auto;
	border:thin solid #dedbdb;
	}
.body-prod h2{
	font-size:24px;
	font-weight:400;
	}

.body-prod h3{
    clear: both;
    color: #081540;
    font-size: 18px;
    font-style: italic;
    font-weight: 200;
    line-height: 24px;
    margin:0 0 20px;
}	

.panel-news{
    float: left;
    margin-left: 0;
    padding: 10px;
    width: 990px;
	border-left:none;
	}
.panel-news .body-prod{
	width:990px;
	padding-top:10px;
	padding-bottom:20px;
	}
.panel-news .body-prod:first-child{
	padding-top:0px;
	}	
	
.panel-news .body-prod .body-col-left{
	width:680px;
	float:right;
	}

.panel-news .body-prod .body-col-right{
	width:265px;
	float:left;
	}	

.panel-news .body-prod .body-col-left p{
	clear:both;
	}
.panel-news .body-prod .body-col-left h2{
	text-transform:none;
	margin-bottom:10px;
	font-weight:200;
	font-size:26px;
	line-height:33px;
	}
	
.panel-news .body-prod .body-col-left label{
	clear: both;
    color: #081540;
    font-size: 18px;
    font-style: italic;
    font-weight: 200;
    line-height: 24px;
    margin: 10px 0 15px;
	float:left;
	}

.panel-news .body-prod .body-col-left .read-more{
	margin-top:20px;
	}


/*Contact Info*/	
.contact{
    padding:20px 0 20px 50px;
	color:#707070;
	font-size:13px;
	line-height:22px;
	clear:both;
	border-bottom:thin solid #F9E8D0;
}
.contact a{
	color:#707070;
}
.contact a:hover{
	color:#a6ce39;
}
.address{
	background: url("../images/icon-address.png") no-repeat scroll left 15px transparent;   
}
.email{
	background: url("../images/icon-email.png") no-repeat scroll left 15px transparent;
}
.phone{
	background: url("../images/icon-phone.png") no-repeat scroll left 15px transparent;
}
.fax{
	background: url("../images/icon-fax.png") no-repeat scroll left 15px transparent;
}



.home-quote{
	clear: both;
    color: #606060;
    font-size: 24px;
    font-weight: 200;
    line-height: 30px;
    margin: 5px 50px 25px;
    padding: 30px 55px;
    text-align: center;
	background-image: url("../images/quote-left.png"), url("../images/quote-right.png");
	background-position: left top, right bottom;
	background-repeat: no-repeat;
	}

h3.punch-line{
	clear: both;
    color: #081540;
    font-size: 18px;
    font-weight: 200;
    line-height: 24px;
    margin: 30px 0 30px;
	font-style:italic;
	}

.body-img-right{
	float:right;
	width:265px;
	margin-left:40px;
	margin-bottom:10px;
	}
.body-img-left{
	float:left;
	width:265px;
	margin-right:40px;
	margin-bottom:10px;
	}	
.body-img-left img, .body-img-right img{
	width:100%;
	height:auto;
	border:thin solid #dedbdb;
	}

.people-detail{
	border-bottom:none;
	padding-bottom:25px;
	}
.people-detail h2{
	font-weight:200;
	font-size:36px;
	line-height:40px;
	}

.office{
	padding-bottom:20px;
	}
.office h2{
	font-weight:200;
	font-size:36px;
	line-height:40px;
	}
.office h3{
	margin-bottom:0px;
	margin-top:25px;
	}
.office .body-col-left{
	width:300px;
	}	
.office .body-col-right{
	width:320px;
	height:260px;
	overflow:hidden;
	border:thin solid #c4c4c4;
	}
.office .body-col-right iframe{
	width:320px !important;
	height:260px !important;
	}
.body-col-right h2{
	font-size:36px;
	font-weight:200;
	color:#5F320A;
	}

.job{
	border-bottom: thin solid #DDDDDD;
    margin-bottom: 20px;
    padding-bottom: 15px;
	}
.job h5{
	background: url("../images/bullet.png") no-repeat scroll left 7px rgba(0, 0, 0, 0);
	margin-bottom: 5px;    
	}

.job h5.off{
	background: url("../images/arrow-down.png") no-repeat scroll left 7px rgba(0, 0, 0, 0);
	}

.job h5 a{
    font-size: 15px;
    font-weight: 600;
	color:#000000;
	padding-left: 30px;	   
	}		

.job-desc{
	display:none;
	margin-left:30px;
	}

.job-desc h6{
	color: #333333;
    font-size: 16px;
    font-weight: 600;
    margin: 20px 0 5px;
	}	

.career{
		border-bottom:none;
	}
.career h4{
		border-bottom:none;
		margin-bottom:10px;
	}	
.career h2{
    font-size: 36px !important;
    margin-bottom: 50px !important;
	}


/*		Home Products		*/	

.home-products{
	clear:both;
	margin:20px 0 0;
	}
.home-products h2.prod-heading{
	/*background: url(../images/heading-product.png) top left no-repeat;
	width: 204px;
	height: 62px;*/
	display: block;
	font-weight:200;
	margin:0 0 20px;
	color:#5f320a;
	font-size:36px;
	}
.home-products ul{
	background: url(../images/bg-products.jpg) center center no-repeat;
	clear: both;
    float: left;
    overflow: hidden;
	width:990px;
	height:165px;
	}
.home-products ul li{
	display: inline-block;
    margin: 0 19px;
    text-align: center;
    width: 96px;
	}
/*.home-products ul li:first-child{
    margin-left:0px;
	}
.home-products ul li:last-child{
    margin-right:0px;
	}*/


.home-products ul li a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
    display: table;
    height: 165px;
    width: 130px;
	border: thin solid #6D6D6D;
}
	
.home-products ul li a h3{
	color:#ffffff;
	font-weight:600;
	font-size:14px;
	margin-top:60px;
	text-transform:uppercase;
	}
.home-products ul li a h4{
	color:#ffffff;
	}	
.home-products ul li a img.prod-hover{
	visibility:hidden;
    margin-left: -154px;
    position: absolute;
	opacity:0;
	}

.home-products .read-more{
	background: url("../images/arrow-more-prod.png") no-repeat bottom left transparent;
	visibility:visible;
	opacity:0;
	color:#ffffff;
	font-weight:600;
    position: absolute;
	margin:20px 15px;
	padding-left:25px;
	}

.home-products ul li:hover
.prod-hover,
.home-products ul li:hover a h3,
.home-products ul li:hover a h4,
.home-products ul li:hover .read-more{
	visibility:visible;
	opacity:9;
	transition:opacity 1s, color 1s;
	color:#000000;
	}
	
.home-products ul li:hover a{
	background:rgba(255,255,255,.3);
	}


.border-green{
	border-top:10px solid #683c10;
	margin-top:-10px;
	width:540px;
	float:right;
	}
.border-green-link-pages{
	border-top:10px solid #683c10;
	margin-top:-10px;
	width:680px;
	float:right;
	}
	
.head-vision{
	margin-left:300px;
	}

.full-panel{
	min-height:500px;
	}	

.table-small{	
	width:50%;
	}
table{	
	width:80%;
	margin:20px auto 40px;
	border-spacing: 0px;
    border-collapse:collapse;
	}
table td{
	border:thin solid #dddddd;
	padding:5px 20px;
	}
table th{
	border:thin solid #dddddd;
	font-weight:600;
	color:#333333;
	padding:10px 20px;
	text-align:left;
	font-size:16px;
	}

.coffee-map{
	clear:both;
	position:relative;
	}
.coffee-map .map-image{
	background: url("../images/ethiopia_map.png") no-repeat center center transparent;
	width:620px;
	height:650px;
	display:inline-block;	
	}
.coffee-map a {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 30px;
    display: block;
    height: 7px;
    position: absolute;
    width: 7px;
}	
.tooltip {
    color: #f9edbe;
    display: none;
    font-size: 13px !important;
    line-height: 18px;
    position: absolute;
    width: 350px;
    z-index: 9999;
}
.tooltip h3{
    color:#ffffff;
	font-size:16px;
	font-weight: 400;
	line-height:22px;
	text-transform:uppercase;
	margin:5px 0 10px;
}
.tooltip p{
    color: #ECE5CD !important;
    font-size: 13px;
    line-height: 16px;
}

.coffee-map a:hover .tooltip {
    display: block;
}

.tooltip .tipHeader {
}
.tooltip .tipFooter {
    background: url("../images/tip-bottom.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
    height: 15px;
}
.tooltip .tipBody {
    background-color: #b38e00;
    border-radius: 4px;
    padding: 10px 15px;
	z-index:99999;
	box-shadow:0 0 2px #000000;
}

.coffee-map a.nekemte-wellega {
    left: 122px;
    top: 283px;
}
.coffee-map a.nekemte-wellega .tooltip {
    left: -185px;
    bottom: 10px;
}

.coffee-map a.jimma {
    left: 113px;
    top: 325px;
}
.coffee-map a.jimma .tooltip {
    left: -185px;
    bottom: 10px;
}

.coffee-map a.kaffa {
    left: 90px;
    top: 339px;
}
.coffee-map a.kaffa .tooltip {
    left: -185px;
    bottom: 10px;
}

.coffee-map a.limu {
    left: 167px;
    top: 369px;
}
.coffee-map a.limu .tooltip {
    left: -185px;
    bottom: 10px;
}

.coffee-map a.tepi {
    left: 115px;
    top: 405px;
}
.coffee-map a.tepi .tooltip {
    left: -185px;
    bottom: 10px;
}

.coffee-map a.bebeka {
    left: 146px;
    top: 443px;
}
.coffee-map a.bebeka .tooltip {
    left: -185px;
    bottom: 10px;
}

.coffee-map a.yigacheffe {
    left: 237px;
    top: 464px;
}
.coffee-map a.yigacheffe .tooltip {
    left: -185px;
    bottom: 10px;
}

.coffee-map a.sidama {
    left: 240px;
    top: 400px;
}
.coffee-map a.sidama .tooltip {
    left: -185px;
    bottom: 10px;
}

.coffee-map a.harar {
    left: 340px;
    top: 334px;
}
.coffee-map a.harar .tooltip {
    left: -185px;
    bottom: 10px;
}

.prod-list{
	display:none;
	}

.prod-list-active{
	display:block;
	}


.body-img-hoz {
    float: right;
    margin-bottom: 10px;
    margin-left: 40px;
    margin-top: 40px;
    width: 640px;
}

.body-img-hoz img {
    border: thin solid #DEDBDB;
    float: left;
    height: auto;
    margin: 0 25px;
    width: 265px;
}