@import url('reset.css');

@font-face { 
	font-family: 'Amaranth'; 
	src: url('/templates/source/47/font/amaranth.eot'); /* ONLY IE */
	src: local('Amaranth'), 
		 local('Amaranth'), 
		 url('/templates/source/47/font/amaranth.woff') format('woff'), 
		 url('/templates/source/47/font/amaranth.otf') format('opentype'),
		 url('/templates/source/47/font/amaranth.svg#font') format('svg'); 
}


/* general */

#datetime,
#menuBlind,
#allContent > header h1 span,
#userMenu h2,
#menuContainer h2,
#menuContainer h3,
#highlightsContainer h2,
#column01 > h2,
#column01 > h3,
#mainImage .imgCopyright,
#menuMain li.linkHome a span,
.languagesBanners li a span,
#menuUser #mySpace,
#bannerArea3 .navButtons,
#facebookBox h2,
#facebookBox h2,
.pageOptions h3,
.noShow {
	display: none;
}

body {
	background-color: #ebebeb;
	background: url('/templates/source/47/images/pages/cil_wave_bg.png') top center no-repeat,
				url('/templates/source/47/images/pages/bg-body.png') bottom left repeat-x,
				#ebebeb;
	padding-bottom: 135px;
}

#allContent {
	width: 860px;
	margin: 120px auto 0 auto;	
	background-color: #fff;
	padding: 20px 20px 50px 20px;
	-moz-box-shadow: 0 0 10px #888;
	-webkit-box-shadow: 0 0 10px #888;
	box-shadow: 0 0 10px #888;
	position: relative;
}

/* titles */

#allContent > header {
	position: absolute;
	top: 335px;
	left: 240px;
}

#allContent > header h1 {
	color: #133A10;
}

#allContent > header h1,
#allContent > header h2 {
	font-family: 'Amaranth';
}

/*
@media screen and (min-width: 1001px) and (max-width: 1140px) {
	#allContent > header h1 {
		top: 355px;
	}
}
*/


/* top */

#menuMain li.linkHome {	
	position: absolute;
	top: -400px;
	left: 0;
	z-index: 9;
}

#menuContainer #menuMain li.linkHome a {	
	background-image: url('/templates/source/47/images/portal/logo_cil_new.png');
	background-repeat: no-repeat;
	display: block;
	width: 376px;
	height: 78px;
}
header{
	display:none;	
}

.languagesBanners {
	position: absolute;
	top: -52px;
	right: 168px;
	list-style: none;
}

.languagesBanners li {
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.languagesBanners li a {
	display: block;
	background: url('/templates/source/47/images/pages/strip-banners-top.png') top left no-repeat;
	background-size: cover;
	height: 42px;
}

.languagesBanners li.bannerDELE a {
	width: 62px;
	background-position: 0 0;
}

.languagesBanners li.bannerDAS a {
	width: 120px;
	background-position: -60px 0;
	margin-left: 15px;
}


/* main menu */

#menuMain {
	list-style: none;
	position: absolute;
	top: 284px;
}

#menuMain li {
	display: inline-block;
	zoom: 1;
	*display: inline;
}
#menuMain>li>a {
	color: #333;
	font-size: 16px;
	font-family: "Amaranth";
	padding: 5px 0 0 20px;
	background-image: url('/templates/source/47/images/pages/strip-buttons.png');
	background-repeat: no-repeat;
	background-position: left 0;
}
#menuMain li ul {
	display: none;
	z-index: 99;
}
#menuMain li:hover ul {
	min-width: 180px;
	padding-bottom: 4px;
	display: block;
	position: absolute;
	background: #fff;
	-webkit-box-shadow: 0 12px 8px 4px rgba(0,0,0,0.2);
	   -moz-box-shadow: 0 12px 8px 4px rgba(0,0,0,0.2);
		-ms-box-shadow: 0 12px 8px 4px rgba(0,0,0,0.2);
		 -o-box-shadow: 0 12px 8px 4px rgba(0,0,0,0.2);
			box-shadow: 0 12px 8px 4px rgba(0,0,0,0.2);
}
#menuMain li:hover ul li {
	display: block;
}
#menuMain li:hover ul li a {
	padding: 4px 8px;
	display: block;
}
#menuMain li a:hover,
#menuMain li.active a {
	color: #a46a18;	
}

#menuMain li.mainmenuLink1 a {
	background-position: -5px -24px;
	margin-right: 73px;
	margin-left: -2px;
}

#menuMain li.mainmenuLink1 a:hover,
#menuMain li.mainmenuLink1.active a {
	background-position: -5px -49px;
}

#menuMain li.mainmenuLink2 a {
	background-position: -5px -74px;
	margin-right: 65px;
}

#menuMain li.mainmenuLink2 a:hover,
#menuMain li.mainmenuLink2.active a {
	background-position: -5px -99px;
}

#menuMain li.mainmenuLink3 a {
	background-position: -5px -124px;
	margin-right: 55px;
}

#menuMain li.mainmenuLink3 a:hover,
#menuMain li.mainmenuLink3.active a {
	background-position: -5px -149px;
}

#menuMain li.mainmenuLink4 a {
	background-position: 0 -174px;
	margin-right: 60px;
	padding-left: 25px;
}

#menuMain li.mainmenuLink4 a:hover,
#menuMain li.mainmenuLink4.active a {
	background-position: 0 -199px;
}

#menuMain li.mainmenuLink5 a {
	background-position: -5px -224px;
	margin-right: 52px;
}

#menuMain li.mainmenuLink5 a:hover,
#menuMain li.mainmenuLink5.active a {
	background-position: -5px -249px;
}

#menuMain li.mainmenuLink6 a {
	background-position: 0 -274px;
	padding-left: 25px;
}

#menuMain li.mainmenuLink6 a:hover,
#menuMain li.mainmenuLink6.active a {
	background-position: 0 -299px;
}


/* context menu */

#menuContextual {
	list-style: none;
}

#menuContextual li {
	margin: 0px 0 5px 0;
}

#menuContextual li a {
	color: #333;
}

#menuContextual li a:hover {
	color: #a46a18;
}


/* banner 3 */

#bannerArea3 {	
	max-width: 860px;
}

.sliderBox {	
	height: 250px !important; 
	overflow: hidden;	
}

.sliderBox .sliderCK {
	overflow: hidden; 
	margin-top: 0;	
}
	
ul.sliderCK li { 
	height: 250px !important; 
	max-width: 860px;
	float: left;
	list-style: none;
	text-align: center;
	position: relative;	
}

ul.sliderCK li a { 
	height: 250px; 
	max-width: 860px;	
	display: block;
}

.sliderBox .sliderButtons {
	position: absolute;
	bottom: 10px;
	left: 5px;
	width: 100%;
	z-index: 9;	
}

.sliderBox .sliderButtons li {
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin-left: 5px;
}

.sliderBox .sliderButtons li a {
	font-size: 0;
	text-decoration: none;
	height: 10px;
	width: 10px;
	display: block;
	border: 1px solid #fff;
}

.sliderBox .sliderButtons li.current a {
	background-color: #fff;
}


/* column00 */

#column00 {
	margin-bottom: 60px;
}


/* column01 */

#column01 {
	float: left;
	width: 180px;
}
#column01 .CILonFace{	
	height: 70px;	
	border: 1px solid #dbdbdb;
	background: url('https://fbcdn-profile-a.akamaihd.net/hprofile-ak-ash2/t1.0-1/c9.9.111.111/s50x50/308719_123727994398599_2135145040_s.jpg') 5% no-repeat;	
}
#column01 .CILonFace h6{
	width: 125px;
	font-size: 12px;
	font-family: sans-serif;
	text-align: center;
	margin: 0 auto;
	font-weight: bold;
	position: relative;
	top: 10%;
	left: 16%;
	color: #3B5998;
	
}
#column01 .CILonFace a.face{
	width: 57px;
	height: 20px;
	display:block;
	margin: 0 auto;
	position:relative;
	top: 20%;
	left: 14%;	
	color:#FFF;
	background-color: #3B5998;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#column01 .CILonFace a.face span{
	display:block;
	font-size: 10px;
	font-weight: bold;
	position:relative;
	top: 3px;
	left: 6px;	
}

#column01 a.cilInforma{
	width: 120px;
	height: 36px;
	display: block;
	margin: 0 auto;
	margin-top: 15px;
	background: transparent url("/templates/source/47/images/portal/informa.png") no-repeat;	
}
#column01 a.cilInforma span{
	visibility: hidden;
}

/*
@media screen and (min-width: 768px) and (max-width: 900px) {
	#column01 {
		width: 150px;
	}
}
*/

/* column02 */

#column02 {
	margin-left: 195px;
}

/* menu user */

#userMenu {
	position: absolute;
	top: -70px;
	right: 20px;
}
#userMenu ul {
	list-style: none;
	text-align: right;
}
#userMenu ul li a {
	text-transform: lowercase;
}
#userMenu ul li.userOnline {
	padding-right: 12px;
	background-image: url('/templates/source/47/images/pages/strip-buttons.png');
	background-repeat: no-repeat;
	background-position: right -322px;
	text-align: right;
}

#userMenu #menuUser > #userName,
#userMenu #menuUser li label {
	display: none;
}

#userMenu #menuUser > #userName.userOnline {
	display: block;
}


/***********
 * 
 * 	Login
 * 
 ***********/

#userMenu #menuUser input#login,
#userMenu #menuUser input#password {
	border: 1px solid #c0c0c0;
	padding: 2px 10px 3px 10px;
}

#userMenu #menuUser input#login {
	width: 112px;
	margin-bottom: 5px;
}

#userMenu #menuUser input#password {
	width: 70px;
}

#userMenu #menuUser #userpassword,
#userMenu #menuUser #userLogin {
	display: inline;
}

#userMenu #menuUser #userLogin .inputButton {
	background-image: url('/templates/source/47/images/pages/strip-buttons.png');
	background-repeat: no-repeat;
	background-position: left top;
	background-color: transparent;	
	border: 0;
	font-size: 12px;
	color: #133a10;
	padding: 0 0 0 15px;
	height: 23px;
	cursor: pointer;
}

#userMenu #menuUser #liHelp a {
	font-size: 11px;
}


/******************
 * 
 * 	Mobile Login
 * 
 ******************/



/* Facebook Box */

#facebookBox {
	margin-top: 15px;
}

@media screen and (min-width: 768px) and (max-width: 900px) {
	#facebookBox {
		display: none;
	}
}


/* breadcrumbs */ 

#breadcrumbs {
	list-style: none;
	position: absolute;
	right: 20px;
	top: 360px;
}

#breadcrumbs li {
	display: inline-block;
	zoom: 1;
	*display: inline;
	font-size: 11px;
	color: #888;
}

#breadcrumbs li a {
	padding-right: 10px;
	margin-right: 1px;
	background-image: url('/templates/source/47/images/pages/strip-buttons.png');
	background-repeat: no-repeat;
	background-position: right -322px;
}

#breadcrumbs .noShow {
	display: none;
}


/* page content */

#mainContent {
	margin-top: 115px;
}

#mainContent img {
	max-width: 100%;
}


/* page options */

.pageOptions ul {
	list-style: none;
	text-align: right;
}

.pageOptions ul li {
	display: inline;
	margin-left: 20px;
}


/* banner 01 */

.banner1 {
	display: none;
}

#bannerArea1 ul {
	list-style: none;
}

#bannerArea1 ul li {
	display: inline;
}

#bannerArea1 ul li a {
	color: #fff;
	font-family: "Amaranth";
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: 99px;
	vertical-align: top;
	text-align: center;
	padding-top: 3px;
	height: 67px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-image: url('/templates/source/47/images/pages/strip-banners.png');
	background-repeat: no-repeat;
}

#bannerArea1 ul li.linkBanner01 a {
	background-position: 0 0;
	/*background-color: #E64400;	
	font-size: 13px;*/	
}

#bannerArea1 ul li.linkBanner02 a {
	background-position: 0 -72px;
	/*background-color: #00579E;	
	font-size: 13px;*/
}

#bannerArea1 ul li.linkBanner03 a {
	background-position: 0 -144px;
	/*background-color: #9F7100;	
	font-size: 13px;*/
}

#bannerArea1 ul li.linkBanner04 a {
	background-position: 0 -216px;
	/*background-color: #AE0404;	
	font-size: 13px;*/
	line-height: 16px;
}

#bannerArea1 ul li.linkBanner05 a {
	background-position: 0 -288px;
	/*background-color: #3A3B3A;
	font-size: 13px;*/
	line-height: 16px;
}

#bannerArea1 ul li.linkBanner06 a {
	background-position: 0 -360px;
	/*background-color: #4AA14B;	
	font-size: 17px;*/
	margin-right: 0;	
}


/* banner 02 */

.banner2 {
	display: none;
}

#bannerArea2 {
	margin: 20px 0 0 0;	
	text-align: center;
}

#bannerArea2 img {
	margin-right: -1px;
	border: 0;
}


/* highlights */

#highlightsContainer {
	margin-top: 10px;
}

#highlightsContainer h3 span,
#highlightsContainer a.more {
	display: none;
}

#highlightsContainer .highlight {
	position: relative;
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin-bottom: 6px;
	
}

#highlightsContainer .highlight p {
	display: none;
	position: absolute;
	left: 90px;	
	top: 23px;
}

#highlightsContainer .highlight:hover p {
	display: block;
}

#highlightsContainer h3 {
	position: absolute;
	left: 5px;	
	top: 23px;
}

#highlightsContainer h3 a,
#highlightsContainer .highlight p {
	color: #fff;
	font-size: 18px;
	font-family: "Amaranth";
	text-shadow: 0 1px 3px #000;
}

#highlightsContainer img {
	border: 0;
}

#highlightsContainer #boxHighlight01,
#highlightsContainer #boxHighlight03,
#highlightsContainer #boxHighlight04,
#highlightsContainer #boxHighlight07 {
	margin-right: 6px;
	
}


/* footer */

footer {
	clear: both;
	text-align: right;	
	padding-top: 40px;
}

footer p,
footer div {
	color: #888;
	font-size: 11px;
}

footer address {	
	font-style: normal;
	color: #555555;
	margin-bottom: 10px
}

/* preview page */

.previewPage {
	position: absolute;
	right: 0;
	left: 0;
	top: 10px;
	background-color: #133A10;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	padding: 10px 0;
}