/****************************************************
#####################################################
##-------------------------------------------------##
##              LOGGIAN                            ##
##-------------------------------------------------##
## Copyright = globbersthemes.com- 2013            ##
## Date      = MARS 2013                           ##
## Author    = globbers                            ##
## Websites  = http://www.globbersthemes.com       ##
## version (joomla)                                ##
##                                                 ##
#####################################################
****************************************************/

html {     
height: 100%;    

} 

body{   
margin:0;     
 padding:0;       
 text-align:left;     
 background:#fff url(../images/bg.jpg) 0 0 repeat ;       
 font-size:14px;      
 color:#bebebe;       
 font-family: 'Open sans',tahoma, arial, sans-serif;     
 font-weight:normal;      

 }     

 p {       
 font-size: 100%;  

 }     

 h1 {       
 font-size: 200%;     

 }  

 h2 {   
 font-size:150%;        

 }     

 h3 {      
 font-size: 125%;      

 }    

 h4, h5, h6 {       
 font-size: 100%;   

 }    

 /* liens hypertextes*/      

 a:link, a:visited {      
 text-decoration:none;      
 color:#bebebe;  
 font-weight:normal;       

 }     

 a:hover {       
 color:#047bc7;   
 -webkit-transition: all 0.3s ease;	
 -moz-transition: all 0.3s ease;	
 -o-transition: all 0.3s ease;	
 -ms-transition: all 0.3s ease;		
 transition: all 0.3s ease;   

 } 

 ul {    
 margin:0;       
 padding-left:20px;      

 }     

 li {      
 list-style-type:disc;     
 background:transparent;   
 margin: 4px;      

 }       

 img {      
 border:none;     
 margin:5px;       
 padding:0;         

 }      

 img .caption {       
 text-align: left;     

 }      

 .highlight{       
 background: #047bc7;      
 padding: 0px 2px 0px 2px;       
 color:#ffffff;       

 }        


 .button {        
 background: #047bc7;      
 border:none;      
 color:#fff;       
 font-weight:normal;      
 padding:4px;     

 }     

 .inputbox {       
 color:#fff;     
 background: #047bc7;        
 border:none;     
 padding:4px;     
 font-weight:normal;        

 }     

 .pagewidth{    
 width:989px;      
 text-align:center;    
 background:transparent;    
 margin-left:auto;   
 margin-right:auto;     
 margin-top:0px;    
 margin-bottom:0px;    
 position:relative;       

 }     

 fieldset {   
 margin:5px;    
 padding:5px;    
 border:none;      

 }

 /***********************/
 #header-top {
 float:left;
 width:100%;
 height:60px;
 background:transparent;
 
 }
 
 #toolitem {
 float:left;
 background:transparent;
 width:180px;
 height:30px;
 margin-top:45px;
 margin-left:50px;
 
 }
 
 #small-menu{
 float:right;
 background:transparent;
 width:500px;
 height:30px;
 margin-top:40px;
 margin-right:45px;

 
 }
 
 #small-menu li{
list-style:none;

}

#small-menu a{
float:right;
font-weight:normal;
font-size:12px;
padding:0 10px;
border-right:1px solid #cacaca;

}

#small-menu a:hover {


}

/***********************/
#content-top {
float:left;
width:989px;
height:24px;
background: url(../images/content-top.jpg) 0 0 no-repeat;
margin-top:15px;

}

#content-main {
float:left;
width:989px;
background: url(../images/content-main.jpg) 0 0 repeat-y;

}

#content-bottom{
float:left;
width:989px;
height:50px;
background: url(../images/content-bottom.jpg) 0 0 no-repeat;
margin-bottom:0px;

}

/*******************/
#header {
float:left;
width:947px;
height:150px;
background:transparent;
margin-left:20px;

}

#sitename {
float:left;
margin-top:30px;
margin-left:25px;

}

/******************/
#search {
 float:left;
 width:229px;
 height:31px;
 background: url(../images/bg-search.jpg) 0 0 no-repeat;
 margin-top:70px;
 text-align:left;
 margin-left:200px;
 
 }
 
 #search .inputbox {
 background:transparent;
 margin-top:4px;
 margin-left:12px;
 font-weight:normal;
 font-size:12px;
 text-align:left; 
 font-family: 'open sans',tahoma, arial, sans-serif !important;
 color:#bebebe;  
 
 }
 
 /********************/
 #social-icons {
float:right;
width:75px;
height:20px;
background:transparent;
text-align:left;

}

 #twitter, #facebook {
float:left;
height:20px;
margin-top:0px;
background: transparent ;

}

 #twitter a:hover, #facebook a:hover {
/* SAFARI TRES VIELLE VERSION < 2.1 */
    -khtml-opacity:0.8;
/* FIREFOX TRES VIELLE VERSION <= 0.9*/
    -moz-opacity : 0.8;
/* IE 8 ET COMPRIS PAR IE 10*/
    -ms-filter: "alpha(opacity=50)";
/* IE > 4 et < 8 ET COMPRIS PAR IE 10*/
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
/* IE 4 */
    filter : alpha(opacity=50);
/* AUTRE */
    opacity : 0.8;

}

/***************************/
 #topmenu{
 float:left;
 width:948px;
 height:66px;
 background: url(../images/topmenu.jpg) 0 0 repeat-x;
 margin-top:0px;
 margin-left:19px;
 
 }
 
 /****************************/
 .navigation {
 float:left;
 width: 947px;
 height:44px;
 background:transparent; 
 margin-top:12px;
 margin-left:0px;
 
 }
 
 .navigation ul {
 list-style: none;
 margin:0;
 padding:0;
 float: left;
 
 }
 
 .navigation ul ul {
 margin: 0;
 padding: 0; 
 
 }
 
 .navigation ul li {
 margin:0;
 padding: 0;
 float: left;
 list-style: none;
 background: none;
 display: block;	
 
 }
 
 .navigation ul li ul {
 width: 200px;
 position: absolute; 
 z-index: 99;
 left: -999em;
 height: auto;w\idth: 200px;
 
 }
 
 .navigation ul li ul ul {
 margin: 0;
 
 } 
 
 .navigation ul li li {
 padding: 0;
 margin: 0;
 width: 100%;
 
 }
 
 .navigation ul ul a {
 width: 100%;
 
 }
 .navigation ul li:hover ul ul,
 .navigation ul li:hover ul ul ul,
 .navigation ul li.sfhover ul ul,
 .navigation ul li.havechildsfhover ul ul,
 .navigation ul li.havechild-activesfhover ul ul,
 .navigation ul li.activesfhover ul ul,
 .navigation ul li.sfhover ul ul ul,
 .navigation ul li.havechildsfhover ul ul ul,
 .navigation ul li.havechild-activesfhover ul ul ul,
 .navigation ul li.activesfhover ul ul ul { 
 left: -999em;
 
 }
 
 .navigation ul li:hover ul,
 .navigation ul li li:hover ul,
 .navigation ul li li li:hover ul,
 .navigation ul li.sfhover ul,
 .navigation ul li.havechildsfhover ul,
 .navigation ul li.havechild-activesfhover ul,
 .navigation ul li.activesfhover ul,
 .navigation ul li li.sfhover ul,
 .navigation ul li li.havesubchildsfhover ul,
 .navigation ul li li.havesubchild-activesfhover ul,
 .navigation ul li li.activesfhover ul,
 .navigation ul li li li.sfhover ul,
 .navigation ul li li li.havesubchildsfhover ul,
 .navigation ul li li li.havesubchild-activesfhover ul,
 .navigation ul li li li.activesfhover ul {
 left: auto;	
 
 }
 
 .navigation ul li a {
 padding: 16px 15px 0 15px ;
 margin:0;display: block;
 font-weight: normal;	
 font-size:15px;
 text-transform:capitalize;
 height:30px;
 background:transparent;
 color:#fff;
 letter-spacing:-1px;
 
 }
 
 .navigation ul li a:hover {
 color:#ccc;
 
 }
 .navigation ul li {
 background: transparent ;
 height:44px;
 
 }
 
 .navigation ul li.active a {
 color:#989797;
 background:#fff;
  height:50px;
 } 
 
 .navigation ul li ul {
 background:#047bc7;
 margin-top: -13px;
 padding-bottom: 10px;
 text-align:left !important;
 padding-bottom:0px;
 
 }
 
 .navigation ul li ul li {
 padding-top:2px ;
 padding-bottom:5px ;
 background: url(../images/bg-menu.jpg) 0 100% repeat-x !important;
 
 }
 
 .navigation ul li ul li a{
 height:31px !important;
 padding-left:31px;
 color:#fff !important;
 
 }
 
 .navigation ul li ul li a:hover  {
 height:31px ;
 background:transparent ; 
 color:#666666 !important; 
 
 }
 
 .navigation ul li ul li ul {
 margin-left:200px;
 margin-top: -30px;
 padding-bottom: 3px;
 padding-top: 0px;
 text-align:left !important;
 padding-bottom: 0px;
 
 }
 
 .navigation ul li ul li.active a {
 color:#fff !important; 
  background:#047bc7 !important;
 }
 
 .navigation ul li.active ul li a {
 color:#fff !important;
  background:none;
 }
 
 .navigation ul li.active ul li a:hover {
 color:#989797 !important;

  
 }
 
 /**************************/
 #wrapper-slide{ 
 float:left; 
 width:925px; 
 height:367px !important;
 background:transparent;
 position:relative;
 margin-top:40px;
 margin-left:30px;
 border:1px solid #e9e9e9;

 } 

 #slide{ 
 float:left; 
 width:925px; 
 height:357px; 
background:transparent;

 }  
 
 /* The Nivo Slider styles */ 
 .nivoSlider { 
 float:left;	 
 position:relative; 
 width: 925px;	
 height: 357px ;	
 margin-top: 5px;
 margin-left:5px;  
 background:  url(../images/loading.gif) no-repeat 50% 50%; 
 
 }  
 
 .nivoSlider img {		 
 display:none;    
 width:915px; 
 /* Make sure your images are the same size */     
 height:356px; 
 /* Make sure your images are the same size */
 
 }  
 
 .nivoSlider a {    
 border:0;     
 display:block;	 
 color: #fff;   
 
 }  
 
 /* If an image is wrapped in a link */ 
 .nivoSlider a.nivo-imageLink {	 
 position:absolute;	 
 top:0px;	 
 left:0px;	 
 width:100%;	
 height:100%;	
 border:0;	
 padding:0;	 
 margin:0;
 z-index:6;	 
 display:none; 

 }  
 
 /* The slices and boxes in the Slider */ 
 .nivo-slice {	 
 display:block;	 
 position:absolute;	 
 z-index:5;	 
 height:100%; 

 }  
 
 .nivo-box { 
 display:block;	
 position:absolute; 
 z-index:5;  
 
 }  
 
 /* Caption styles */ 
 .nivo-caption { 
 position:absolute;	
 left: 0px;	 
height:346px; 
 background-image:#047bc7; 
 background-image:-moz-linear-gradient(30deg, #047bc7, #088de2);
background-image:-webkit-linear-gradient(30deg, #047bc7, #088de2);
background-image:-o-linear-gradient(30deg, #047bc7, #088de2);
background-image:linear-gradient(60deg, #047bc7, #088de2);
 color:#fff;	
 z-index:8;  
 width: 285px;	 
 padding: 5px; 
 overflow: hidden;	 
letter-spacing:-1px;
 font-size:23px; 
 
 }  
 
 .nivo-caption p { 
 padding:50px 0 0 0 !important;	
 margin:0 !important;	 
 font-size:23px;	 
 font-weight:normal;	 

 } 

 .nivo-caption a { 
 display:inline !important;	 
 border-bottom: 1px dotted #fff;

 } 
 
 .nivo-caption a:hover { 
 border-bottom-style: solid;	 
 text-decoration: none;

 }  
 
 .nivo-html-caption {   
 display:none; 

 }  
 
 /* Direction nav styles (e.g. Next & Prev) */
 .nivo-directionNav a { 
 display:none;   
 
 }  
 
 .nivo-prevNav { 
 display:none;  
 
 }  
 
 .nivo-nextNav {	 
 display:none;  
 
 } 
 
 /* Control nav styles (e.g. 1,2,3...) */ 
 .nivo-controlNav {
 position:absolute;
 top:90%;
 left:10%;
 background:transparent;
 width:85px;
 height:21px;
 z-index:100;

 }
 
 .nivo-controlNav a {
 float:left;
 margin-left:7px;
background: url(../images/button.jpg) 0 0 no-repeat;
height:15px;
width:14px;
text-indent:-5000px;
cursor:pointer;

 }
 
 .nivo-controlNav a:hover {
 background: url(../images/button-h.jpg) 0 0 no-repeat;
 }
 
 .nivo-controlNav .active {
 background: url(../images/button-h.jpg) 0 0 no-repeat;
 }
 
 /*************************/
 #left {
float:left;
width:302px;
text-align:left;
margin-bottom:15px;
margin-left:30px;
margin-top:35px;
background:tranparent;

}

#left h3 {
height:30px;
font-size:18px;
margin: 0px 0 10px 0;
text-transform:uppercase;
padding:10px 0 0px 15px;
border-bottom:1px solid #e9e9e9;
color:#fff;
background-image:#047bc7; 
 background-image:-moz-linear-gradient(30deg, #047bc7, #83c1e9);
background-image:-webkit-linear-gradient(30deg, #047bc7, #83c1e9);
background-image:-o-linear-gradient(30deg, #047bc7, #83c1e9);
background-image:linear-gradient(60deg, #047bc7, #83c1e9);

}

#left ul {
margin-left:10px;

}

#left .moduletable_menu,
#left .moduletable {
 margin-bottom:50px;
font-size:13px;
font-weight:normal;
border:1px solid #e9e9e9;
padding:10px 10px;

}

#left .moduletable_menu a,
#left .moduletable a {
font-weight:normal;
}

#left .moduletable_menu a:hover,
#left .moduletable a:hover {
font-weight:normal;
}

/**************************/
#main {
float:left;
margin:25px 0px 20px 22px;
width:619px;
background:transparent;
text-align:left;

}

#main-full {
float:left;
margin:25px 0px 20px 33px;
width:937px;
background:transparent;
text-align:left;

}

item-page { 
position:relative; 

}

.item-page aside {
  float:left;
  position:absolute;
  width:83px;
  border-left:1px solid #e9e9e9;
  border-right:1px solid #e9e9e9;
 
}

.item-image {
  margin:10px 0px 10px 0;
  width:100%;
  padding:0 !important;
 border:1px solid #e9e9e9;
 
}

.item-image {
    
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;	
	transition: all 0.3s ease;

}

.item-image:HOVER {
z-index: 10;
	 -webkit-transform:scale(1.2);
	    -moz-transform:scale(1.2);
	    -ms-transform:scale(1.2);
	    -o-transform:scale(1.2);
    transform:scale(1.2); 
	cursor:pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;	
	transition: all 0.3s ease;

}

.gk-article {
  font-size:14px;
  line-height:22px !important;
  margin:0 0 40px 90px;
   padding:0px 15px 45px 15px;
   background:transparent;
 min-height:300px;
 background:transparent;
position:relative;

}

.item-page .item-page {
 min-height:400px; 
 
 }
 
.item-page time {
  display:block;
  width:78px;
  height:60px;
  line-height:20px;
  margin:0 0 15px 0px;
  padding:6px 6px 6px 0px;
  text-align:center;
  font-size:26px;
 color:#fff; 
 text-transform:uppercase;
  background-image:#047bc7; 
 background-image:-moz-linear-gradient(30deg, #047bc7, #83c1e9);
background-image:-webkit-linear-gradient(30deg, #047bc7, #83c1e9);
background-image:-o-linear-gradient(30deg, #047bc7, #83c1e9);
background-image:linear-gradient(60deg, #047bc7, #83c1e9);
   
}

.item-page time span {
  display:block;
  font-size:32px;
  line-height:45px;
   
}

.article-info {
  margin-bottom:0;
  text-align:left;
  font-size:11px;
  margin-left:5px;
  margin-top:0;
 
  
}

.article-info dd { 
margin:0 0 10px ; 
font-weight:normal;

}

.gk-item-page .gk-article { min-height:400px; }
.gk-article .article-header {
  clear:both;
  font-size:35px;
  line-height:72px;
  margin:0px 0 0px 0;
  text-transform:uppercase;
  color:#047bc7;
  
}

.gk-article .article-header a {
  color:#047bc7;
  
}

.gk-article .article-header a:hover {
  color:#bebebe;
  
}

/*********************/
/* Pagination ---*/
 .counter {
 text-align:center;

 }
 
 .pagination   {
 margin:20px 0 0 0;
 overflow: hidden;
 text-align:center;
 background:transparent;
  
 }
 
 .pagination li   {
display:inline;
 margin: 0;
 padding: 8px;
 margin:0px;
 overflow: hidden;
text-align:center;
  
 
 }
 
 .pagination li span {
 padding: 6px; 
 line-height: 20px;

 }
 
 .pagination li a {
 line-height: 35px;
 text-decoration: none;
  padding:5px 5px 5px 5px;
  background-image:#047bc7; 
 background-image:-moz-linear-gradient(30deg, #047bc7, #83c1e9);
background-image:-webkit-linear-gradient(30deg, #047bc7, #83c1e9);
background-image:-o-linear-gradient(30deg, #047bc7, #83c1e9);
background-image:linear-gradient(60deg, #047bc7, #83c1e9);
padding: 8px;
color:#fff;

 }
 
 .pagination li a:hover, .pagination li a:active, 
 .pagination li a:focus {
 text-decoration: none;
 background-image:#047bc7; 
 background-image:-moz-linear-gradient(30deg, #047bc7, #fff);
background-image:-webkit-linear-gradient(30deg, #047bc7, #fff);
background-image:-o-linear-gradient(30deg, #047bc7, #fff);
background-image:linear-gradient(60deg, #047bc7, #fff);
padding: 8px;
color:#fff;
 
 } 
 
 ul.pager.pagenav {
float:left;
background:transparent;
width:100%;
margin:15px 0 0 0;
padding:0;

}

.pager .next  {
	float: right;
}
.pager .previous  {
	float: left;
}

.result-title {
 padding:10px;
 }
 
 /*********************/
 
.readmore a:link,
 .readmore a:visited,
 a.readmore:link,
 a.readmore:visited {
float:left;
text-decoration:underline;

}

.readmore a:hover,
.readmore a:active,
.readmore a:focus,
a.readmore a:hover,
a.readmore a:active,
a.readmore a:focus {
float:left;
text-decoration:underline;

} 

/* ++++++++++++++  items-more  ++++++++++++++ */

 .items-more {
 margin-left:90px;
	
}

 .items-more h3{
 margin-left:50px;

 
}

.items-more ul{
 margin-left:0px;
 
}

.items-more li {
list-style-type:disc !important;

}

.items-more ol li a{
background : transparent;
margin-left:10px;
list-style-type:disc !important;

}

.items-more ol li a:hover,
.items-more ol li a:active,
.items-more ol li a:focus{

}
/******************************/
.email-icon , .print-icon   {
 float:left;
 font-size:11px;
 margin:0 0 0 5px;
 padding:0;
  list-style-type:none; 

} 

.email-icon a , .print-icon a   {
 font-weight:normal;
 margin:0;
 padding:0;
 list-style-type:none; 
} 

/* ++++++++++++++  nav entre article  ++++++++++++++ */
 ul.pagenav {
 position:relative;
 margin-bottom:15px;

}

ul.pagenav li {
 list-style: none;
 padding: 8px;
background:transparent;
color:#fff;

}

ul.pagenav li a{
color:#fff;
 background-image:#047bc7; 
 background-image:-moz-linear-gradient(30deg, #047bc7, #83c1e9);
background-image:-webkit-linear-gradient(30deg, #047bc7, #83c1e9);
background-image:-o-linear-gradient(30deg, #047bc7, #83c1e9);
background-image:linear-gradient(60deg, #047bc7, #83c1e9);
padding: 8px;
}

ul.pagenav li a:hover, ul.pagenav li a:focus {
background:#bebebe ;
color:#FFF ;

}

ul.pagenav li.pagenav-prev {
float: left;

}

ul.pagenav li.pagenav-next { 
float:right;

}

/****************************/
.contact,#searchForm,.search-results,.weblink-category ,.newsfeed-category ,.remind,.registration, .categories-list,.category-list{
font-size:14px;
  line-height:26px !important;
  margin:0 0 20px 0;
  padding:15px 0px 45px 15px;
  background:transparent;
  
}

.contact h2 {
font-size:35px;
 
}

/******************/
#ftb {
float:left;
width:100%;
background: transparent;
margin-top:0px;
padding-top:5px;

}

.box {
float:left;
width:220px;
text-align:left;
background:transparent;
overflow:hidden;
margin-bottom:25px;
margin-left:0px;
margin-top:10px;
padding-right:25px;
color:#fff;

} 

.box h3  {
font-size:22px;
text-transform:uppercase;
text-align:left;
font-weight:bold;
background:transparent ;
padding:15px 10px;
margin:0;
text-shadow: 1px 1px 2px #000; 
}

.box .moduletable a,
.box .moduletable_menu a{
color:#fff;
font-weight:normal;
font-size:15px;
} 

.box .moduletable a:hover,
.box .moduletable_menu a:hover {
color:#d32323;

} 

#ft {
float:left;
width:100%;
height:60px;
background:TRANSPARENT;

}

.ftbl {
float:left;
margin-top:5px;
text-align:center !important;
font-weight:normal;
font-size:14px;
width:710px;
color:#bebebe !important;
background:transparent;

}

.ftbl a{
padding:0 !important;
border:none !important;
color:#bebebe;
font-weight:normal;

} 

 .ftbl a:hover{
padding:0 !important;
border:none !important;
 color:#bebebe;

} 

#top {
float:left;
width:30px;
height:30px;
margin-top:0px;
margin-left:100px;
padding:0 !important;
border:none !important;
background:transparent;

}

.top_button {
padding:0 !important;
border:none !important;

}