/** 			RESET			**/

/* normalise les marges et les remplissages  */
body, div, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote {
margin: 0;
padding : 0;
}
/* normalise les tailles de polices pour les en-ttes */
h1, h2, h3, h4, h5, h6 {
font-size : 100%;
}
/* supprime list-style pour les listes */
ul {
list-style : none;
}
/* normalise les styles et graisse de fontes */
address, caption, cite, code, dfn, th, var {
font-style : normal;
font-weight : normal;
}
/* supprime les bordures dans les tableaux */
table {
border-collapse : collapse;
border-spacing : 0;
}
/* supprime les bordures dans les lments fieldset et img */
fieldset, img {
border : 0;
}
/* aligne le texte  gauche dans caption et th */
caption, th {
text-align : left;
}
/* supprime les apostrophes double (guillemets anglais) autour de q */
q:before, q:after {
content :'';
}
/* supprime le souslignage des liens et les met en noir */
a {
text-decoration : none;
color : #33c;
}


.clearfix {
*zoom: 1;
}

.clearfix:before,
.clearfix:after {
display: table;
content: "";
line-height: 0;
}

.clearfix:after {
clear: both;
}

.input-block-level {
display: block;
width: 100%;
min-height: 30px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
display: block;
}

audio, canvas, video {
display: inline-block;
*display: inline;
*zoom: 1;
}

audio:not([controls]) {
display: none;
}

html {
font-size: 100%;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}

sub, sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline;
}

sup {
top: -0.5em;
}

sub {
bottom: -0.25em;
}

button, input, select, textarea {
margin: 0;
font-size: 100%;
vertical-align: middle;
}

button, input {
*overflow: visible;
line-height: normal;
}

button::-moz-focus-inner, input::-moz-focus-inner {
padding: 0;
border: 0;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
cursor: pointer;
-webkit-appearance: button;
}

input[type="search"] {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
-webkit-appearance: none;
}

textarea {
overflow: auto;
vertical-align: top;
}

/** 		Hide the outline 	**/

*:hover, *:active, *:focus, input:focus, textarea:focus {
outline:none !important;
}

/** 	resize image 	**/

.scale {
/* Part 1: Set a maxium relative to the parent */
max-width:100%;
/* IE7-8 need help adjusting responsive images */
width: auto\9;
/* Part 2: Scale the height according to the width, otherwise you get stretching */
height:auto;
vertical-align: middle;
border: 0;
-ms-interpolation-mode: bicubic;
}


/** 		reset bootstrap CSS 	**/

input, textarea, .uneditable-input {
width:auto;
}

/** 	to prevent a problem with sprites images, Google map and the property max-width:100%		**/ 
#mapcanvas img, .gmnoprint img {
max-width: none;
}


/*****************************************

		SITE

******************************************/

html, body {
height: 100%;
}

body {
position:relative;
padding: 0;
margin: 0;
}

/** 	the background color depend of the content box theme 		**/
body.content-white {
background-color : #fff;
}

body.content-black {
background-color : #000;
}

.hide-class {
display:none;
}

.zindex1 {
z-index:1;
}
.zindex2 {
z-index:2;
}
.zindex3 {
z-index:3;
}

/**	extra module positions : content XX	**/

.module_google_map, .module_video {
position:relative;
padding-left:280px;
max-width: 100%;
height:60%;
overflow:hidden;
z-index:1;
}

.module_google_map > div, .module_video > div {
height:100%;
}


/********************************************************************************
**
**			COLUMN MENU
**
**********************************************************************************/

#column-menu {
position:fixed;
top:0;
left:0;
min-height:100%;
-moz-box-shadow : 0px 0px 16px 0px rgba(0,0,0, 0.40) ;
-webkit-box-shadow : 0px 0px 16px 0px rgba(0,0,0, 0.40) ;
box-shadow : 0px 0px 16px 0px rgba(0,0,0, 0.40) ;
}

#main-column-menu {
position:relative;
padding: 36px 36px 65px 36px;
}

.logo {
position:relative;
padding:5px 0 35px 0;
z-index:10;
}

.logo a, .logo a:hover {
text-decoration:none;
outline:none;
}

.logo p {
margin:0;
}

.nav_main {
position:relative;
margin-left:-36px;
z-index:10;
}

#column-menu #search {
position:relative;
clear:both;
margin : 35px 0 8px -36px;
}

#column-menu .search {
position:relative;
z-index:1;
}

#column-menu #search .search {
border:1px dotted #ccc !important;
border-left:none !important;
border-right:none !important;
height:25px;
padding:5px 0px !important;
background : transparent url(../images/black-05.png) 0 0 repeat !important;
width:100%;
font-size:95%;
-moz-border-radius: 0px !important;
-webkit-border-radius: 0px !important;
-khtml-border-radius: 0px !important;
border-radius: 0px !important;
}

#column-menu #search .inputbox {
border:0 none !important;
-moz-border-radius: 0px !important;
-webkit-border-radius: 0px !important;
-khtml-border-radius: 0px !important;
border-radius: 0px !important;
background-image:none !important;
padding : 5px 6px 0 36px !important;
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
box-shadow : none !important;
color:#444;
}

#column-menu #search .inputbox:hover, #column-menu #search .inputbox:focus  {
color : #222;
}

#column-menu #search h3 {
margin:-14px 8px 1px 18px;
color:#111;
}

#column-menu #search .button {
position:absolute;
top:10px;
right:12px;
border:none;
background-image:none;
z-index:2;
}

#column-menu #search .button:hover {
margin-top:1px;
}

#search label {
display:none;
}

#search input {
padding : 0 !important;
}

.search input.button {
border:none;
background-image:none;
background-color:transparent;
}


#translate {
position:relative;
margin:10px 0;
padding:0;
}
#translate p {
margin:0;
}
#jflanguageselection {
margin:0;
}
.rawimages {
margin-top: 0px;
}
div.mod-languages li {
margin : 0 10px 0 0;
}

/**			Sidebar footer 			**/

.sidebar-footer {
position : absolute;
bottom:0;
left:0;
padding: 0 32px 24px 36px ;
z-index:10;
}

.address {
clear:both;
padding: 4px 0 0 0;
}

.address p {
margin: 0px;
}

/**			social icons			**/

.social-links {
clear:both;
list-style:none;
padding:0px 6px 0 0 ;
}

.social-links li {
display:inline-block;
width:23px;
padding-right:3px;
list-style:none;
}

.social-links li.text_social_icons {
font-size : 100%;
width:auto;
color : #555;
line-height:26px;
}

.social-links li a {
-webkit-transition : none;
-moz-transition : none;
-ms-transition : none;
-o-transition : none;
transition : none;
}

.social-links li a img {
width:23px;
opacity : 0.8 ;
-ms-filter: "prodig:DXImageTransform.Microsoft.Alpha(Opacity=80)";  	/* hack IE8 	*/
filter: apha(opacity = 80); 											/* hack IE7		*/
-webkit-transition : all 0.4s ease-in-out;
-moz-transition : all 0.4s ease-in-out;
-ms-transition : all 0.4s ease-in-out;
-o-transition : all 0.4s ease-in-out;
transition : all 0.4s ease-in-out;
border:none;
}

.social-links li a:hover img {
opacity : 1 ;
-ms-filter: "prodig:DXImageTransform.Microsoft.Alpha(Opacity=100)";  	/* hack IE8 	*/
filter: apha(opacity = 100); 											/* hack IE7		*/
}

/** for google +1 only 	**/

.social-links li.google {
margin-right:6px;
}

.social-links li > div {
padding: 5px 0 0 2px !important;
opacity : 0.65 ;
-ms-filter: "prodig:DXImageTransform.Microsoft.Alpha(Opacity=65)";  	/* hack IE8 	*/
filter: apha(opacity = 65);
-webkit-transition : all 0.4s ease-in-out;
-moz-transition : all 0.4s ease-in-out;
-ms-transition : all 0.4s ease-in-out;
-o-transition : all 0.4s ease-in-out;
transition : all 0.4s ease-in-out;
}

.social-links li > div:hover {
opacity : 0.9 ;
-ms-filter: "prodig:DXImageTransform.Microsoft.Alpha(Opacity=90)";  	/* hack IE8 	*/
filter: apha(opacity = 90); 
}



/********************************************************************************
**
**			CONTENT BOX
**
**********************************************************************************/


#column-content {
position:relative;
min-height:100%;
}

.no_min_height {
min-height:0 !important ;
}

#column-content > .top {
position: absolute;
max-width:90%;
top:30px;
right:30px;
}

#column-content > .top .all-content {
margin-bottom:30px;
}

#column-content > .bottom {
position: absolute;
max-width:90%;
bottom:30px;
right:30px;
}

#column-content > .full_width {
position:relative;
width:100% !important;
}

#column-content > .top .all-content, #column-content > .bottom .all-content {
padding:20px;
}

#column-content > .full_width .all-content {
padding: 30px 30px 25px 40px ;
}

.shadow-normal .all-content, .shadow-none .all-content {
-moz-border-radius:6px;
-webkit-border-radius: 6px;
-khtml-border-radius: 6px;
border-radius: 6px;
}

.shadow-normal .all-content {
-moz-box-shadow : 0px 0px 12px 0px rgba(0,0,0, 0.30) ;
-webkit-box-shadow : 0px 0px 12px 0px rgba(0,0,0, 0.30) ;
box-shadow : 0px 0px 12px 0px rgba(0,0,0, 0.30) ;
}

.shadow-corner > .bottom {
background : transparent url(../images/shadow-bottom-left.png) 30px 0 no-repeat;
padding: 7px 0px 0px 45px;
margin: 0;
}

.shadow-corner > .top {
background : transparent url(../images/shadow-bottom-left.png) 30px 0 no-repeat;
padding: 7px 0px 0px 45px;
margin: 0;
top:23px;
}

.shadow-corner .all-content {
-moz-box-shadow : 0px 0px 12px 0px rgba(0,0,0, 0.22) ;
-webkit-box-shadow : 0px 0px 12px 0px rgba(0,0,0, 0.22) ;
box-shadow : 0px 0px 12px 0px rgba(0,0,0, 0.22) ;
-moz-border-radius:3px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
border-radius: 3px;
min-height:300px;
}

.white0, .white0 .drop-down li ul {
background-color: #fff ;
}
.white1, .white1 .drop-down li ul {
background: transparent url(../images/white-93.png) 0 0 repeat;
}
.white2, .white2 .drop-down li ul {
background: transparent url(../images/white-88.png) 0 0 repeat;
}
.white3, .white3 .drop-down li ul {
background: transparent url(../images/white-80.png) 0 0 repeat;
}
.white4, .white4 .drop-down li ul {
background: transparent url(../images/white-70.png) 0 0 repeat;
}
.white5, .white5 .drop-down li ul {
background: transparent url(../images/white-55.png) 0 0 repeat;
}
.white6, .white6 .drop-down li ul {
background: transparent url(../images/white-40.png) 0 0 repeat;
}
.white7, .white7 .drop-down li ul {
background: transparent url(../images/white-25.png) 0 0 repeat;
}
.white8, .white8 .drop-down li ul {
background: transparent url(../images/white-16.png) 0 0 repeat;
}
.white9, .white9 .drop-down li ul {
background: transparent url(../images/white-08.png) 0 0 repeat;
}

.white10, .black10, .white10 .drop-down li ul, .black10 .drop-down li ul {
background-color:transparent;
}

.black0, .black0 .drop-down li ul {
background-color: #000 ;
}
.black1, .black1 .drop-down li ul {
background: transparent url(../images/black-90.png) 0 0 repeat;
}
.black2, .black2 .drop-down li ul {
background: transparent url(../images/black-80.png) 0 0 repeat;
}
.black3, .black3 .drop-down li ul {
background: transparent url(../images/black-70.png) 0 0 repeat;
}
.black4, .black4 .drop-down li ul {
background: transparent url(../images/black-60.png) 0 0 repeat;
}
.black5, .black5 .drop-down li ul {
background: transparent url(../images/black-45.png) 0 0 repeat;
}
.black6, .black6 .drop-down li ul {
background: transparent url(../images/black-25.png) 0 0 repeat;
}
.black7, .black7 .drop-down li ul {
background: transparent url(../images/black-10.png) 0 0 repeat;
}
.black8, .black8 .drop-down li ul {
background: transparent url(../images/black-06.png) 0 0 repeat;
}
.black9, .black9 .drop-down li ul {
background: transparent url(../images/black-04.png) 0 0 repeat;
}



/** 	Top module position		**/

.top-module-position {
position : relative;
padding:12px 0;
z-index:1;
}

/** 	Bottom module position		**/

.bottom-module-position {
position : relative;
padding:12px 0;
z-index:1;
}


/** 		breadcrumb 		**/

.breadcrumb {
position: relative;
background-color : transparent;
margin : 20px 0 -3px 0;
padding:0;
font-size:90%;
}

.breadcrumb h3 {
display : none;
}

.breadcrumbs a:first-child {
display:inline-block;
text-indent:-9999px;
background : transparent url(../images/home.png) 0 -3px no-repeat;
width:14px;
height:16px;
margin-right:5px;
-webkit-transition : none;
-moz-transition : none;
-ms-transition : none;
-o-transition : none;
transition : none;
}

.breadcrumbs a:first-child:hover {
background : transparent url(../images/home.png) 0 -19px no-repeat;
}


/**			Columns 		**/

.left_column {
float:left;
overflow:hidden;
width:20%;
margin: -4px 30px 0 0 ;
}

.right-module-position {
float:right;
overflow:hidden;
width:20%;
margin: -4px 0 0 30px ;
}


/** 		Content 		**/

.content {
position:relative;
overflow:hidden;
padding: 0;
z-index:1;
}

.main_component {
position:relative;
overflow:hidden;
z-index:1;
}


/**  users modules
**/

.users_top, .users_bottom {
margin: 0;
padding: 0px 0 10px 0;
clear:both;
width: 100%;
}
.users_bottom {
padding:14px 0 4px 0px;
}

.user1, .user4 {
float:left;
margin-right:14px;
padding-right:8px;
}
.user3, .user6 {
float:right;
margin-left:8px;
padding-left:14px;
}
.user2, .user5 {
position:relative;
overflow:hidden;
}
.user1, .user2, .user3, .user4, .user5, .user6 {
min-height:40px;
height:auto !important;
height:40px;
}


/**  	space between each module 		**/

.left_column .moduletable, .right-module-position .moduletable, .top-module-position .moduletable, .bottom-module-position .moduletable,
.users_top .moduletable, .users_bottom .moduletable {
margin-top:15px;
}

.moduletable:first-child {
margin-top:0px !important;
}



/** Module class suffix	**/

.left_column .moduletable > div, .right-module-position .moduletable > div, .top-module-position .moduletable > div, .bottom-module-position .moduletable > div,
.user1 .moduletable > div, .user2 .moduletable > div, .user3 .moduletable > div, .user4 .moduletable > div, .user5 .moduletable > div, .user6 .moduletable > div,
.address .moduletable > div, .translate .moduletable > div, .search .moduletable > div, .bottom_menu .moduletable > div {
padding:10px;
-moz-border-radius:6px;
-webkit-border-radius: 6px;
-khtml-border-radius: 6px;
border-radius: 6px;
}

.address .dark > div, .translate .dark > div, .search .dark > div, top_menu .dark > div, .bottom_menu .dark > div,
.address .light > div, .translate .light > div, .search .light > div, top_menu .light > div, .bottom_menu .light > div,
.address .border > div, .translate .border > div, .search .border > div, .bottom_menu .border > div {
padding:20px;
}

.moduletable.shadow {
margin-bottom : 10px ;
-moz-box-shadow : none;
-webkit-box-shadow : none;
box-shadow : none;
border:none;
background: transparent url(../images/shadow-module.png) 50% 100% no-repeat;
background-size: 100% 10px;
padding-bottom:10px;
margin-bottom : 0 !important;
margin-right:0;
margin-left:0;
}

.left_column .dark > div, .right-module-position .dark > div, .top-module-position .dark > div, .bottom-module-position .dark > div, .user1 .dark > div, .user2 .dark > div, .user3 .dark > div, .user4 .dark > div, .user5 .dark > div, .user6 .dark > div,
.address .dark > div, .translate .dark > div, .search .dark > div, .bottom_menu .dark > div {
background: transparent url(../images/black-05.png) 0 0 repeat;
}

.left_column .light > div, .right-module-position .light > div, .top-module-position .light > div, .bottom-module-position .light > div, .user1 .light > div, .user2 .light > div, .user3 .light > div, .user4 .light > div, .user5 .light > div, .user6 .light > div,
.address .light > div, .translate .light > div, .search .light > div, .bottom_menu .light > div {
background: transparent url(../images/white-40.png) 0 0 repeat;
}


.left_column .border > div, .right-module-position .border > div, .top-module-position .border > div, .bottom-module-position .border > div, .user1 .border > div, .user2 .border > div, .user3 .border > div, .user4 .border > div, .user5 .border > div, .user6 .border > div,
.address .border > div, .translate .border > div, .search .border > div, .bottom_menu .border > div {
border:1px solid #d6d6d6;
border-color : rgba(0,0,0, 0.08);
}

.left_column .border table, .left_column .border table td, .left_column .border table th, .left_column .border ul,  .left_column .light ul,
.right-module-position .border table, .right-module-position .border table td, .right-module-position .border table th, .right-module-position .border ul, .right-module-position .light ul,
.top-module-position .border table, .top-module-position .border table td, .top-module-position .border table th, .top-module-position .border ul, .top-module-position .light ul,
.bottom-module-position .border table, .bottom-module-position .border table td, .bottom-module-position .border table th, .bottom-module-position .border ul, .bottom-module-position .light ul,
.user1 .border table, .user1 .border table td, .user1 .border table th, .user1 .border ul, .user1 .light ul, .user2 .border table, .user2 .border table td, .user2 .border table th, .user2 .border ul, .user2 .light ul,
.user3 .border table, .user3 .border table td, .user3 .border table th, .user3 .border ul, .user3 .light ul, .user4 .border table, .user4 .border table td, .user4 .border table th, .user4 .border ul, .user4 .light ul,
.user5 .border table, .user5 .border table td, .user5 .border table th, .user5 .border ul, .user5 .light ul, .user6 .border table, .user6 .border table td, .user6 .border table th, .user6 .border ul, .user6 .light ul,
.address .border table, .address .border table td, .address .border table th, .address .border ul, .address .light ul,
.translate .border table, .translate .border table td, .translate .border table th, .translate .border ul, .translate .light ul,
.search .border table, .search .border table td, .search .border table th, .search .border ul, .search .light ul,
.bottom_menu .border table, .bottom_menu .border table td, .bottom_menu .border table th, .bottom_menu .border ul, .bottom_menu .light ul {
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
background-image:none;
border:none;
padding: 0 !important;
}


/**			Button Full Screen 			**/

#close-button, #open-button {
position:absolute;
top:4px;
right:3px;
width:24px;
height:24px;
cursor:pointer;
background : transparent url(../images/closebox.png) 0 0px no-repeat;
z-index:5;
}

.shadow-corner #close-button {
top:11px;
}

#close-button:hover {
background: transparent url(../images/closebox.png) 0 -24px no-repeat;
}

#open-button {
top:16px;
right:16px;
background: transparent url(../images/openbox.png) 0 0px no-repeat;
}

#open-button:hover {
background: transparent url(../images/openbox.png) 0 -24px no-repeat;
}

/********************************************************************************
**
**			ARTICLE JOOMLA
**
**********************************************************************************/

/**	icons	**/

ul.actions {
margin:10px 10px 0 3px;
padding:0;
text-align:right;
float:right;
}

ul.actions li {
display:inline;
}

ul.actions a {
text-decoration:none;
}

/**	article info	**/

.article-info  {
font-size:90%;
margin:8px 0 15px 0;
}

.article-info dd {
margin:0;
}

.article-info-term  {
display:none;
}

/**		article index	**/

#article-index {
background: transparent url(../images/black-03.png) 0 0 repeat;
-moz-border-radius:6px;
-webkit-border-radius: 6px;
-khtml-border-radius: 6px;
border-radius: 6px;
float: right;
margin: 10px 0 20px 30px;
clear : both;
padding: 8px 12px;
width: 17%;
}


/* ++++++++++++++  position  ++++++++++++++ */

.blog-featured {
padding: 0;
}

.items-leading {
padding:0px 5px 10px 5px;
overflow:hidden;
margin-bottom:10px;
}

.row-separator {
display: block;
clear: both;
margin: 0;
border: 0px;
height:1px;
}

.item-separator {
display: none;
margin: 0px;
}

.shownocolumns {
width:98% !important;
}

/* ++++++++++++++  blog  ++++++++++++++ */

.cols-1 {
display: block;
float: none !important;
margin: 0 !important;
}

.cols-2 .column-1 {
width:46%;
float:left;
}

.cols-2 .column-2 {
width:46%;
float:right;
margin:0;
}

.cols-3 .column-1 {
float:left;
width:29%;
padding:0px 5px;
margin-right:4%;
}

.cols-3 .column-2 {
float:left;
width:29%;
margin-left:0;
padding:0px 5px;
}

.cols-3 .column-3 {
float:right;
width:29%;
padding:0px 5px;
}

.items-row {
overflow:hidden;
margin-bottom:10px !important;
}

.column-1, .column-2, .column-3 {
padding:10px 5px;
}

.column-2 {
width:55%;
margin-left:40%;
}

.column-3 {
width:30%;
}

.blog-more {
padding:10px 5px
}

span.content_rating img {
display:inline-block;
margin:0 1px;
}

span.content_vote input {
display:inline-block;
margin:0 2px;
}

.logout-button {
margin-top:18px;
}


/********************************************************************************
**
**			Footer (only for mobiles)
**
**********************************************************************************/

.website-footer {
position:relative;
padding:10px 10px 20px 10px;
-moz-box-shadow : 0px 0px 16px 0px rgba(0,0,0, 0.40) ;
-webkit-box-shadow : 0px 0px 16px 0px rgba(0,0,0, 0.40) ;
box-shadow : 0px 0px 16px 0px rgba(0,0,0, 0.40) ;
}

/** 	SEARCH 		**/

.website-footer #search {
float:left;
padding: 0;
}

.website-footer .search {
position:relative;
z-index:1;
}

.website-footer #search .inputbox {
border: none;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
-khtml-border-radius: 8px;
border-radius: 8px;
padding:3px 20px 3px 10px !important;
width:94px;
font-size:90%;
color : #666;
background: transparent url(../images/black-03.png) 0 0 repeat;
-webkit-transition : all 0.4s ease-in-out;
-moz-transition : all 0.4s ease-in-out;
-ms-transition : all 0.4s ease-in-out;
-o-transition : all 0.4s ease-in-out;
transition : all 0.4s ease-in-out;
}

.website-footer #search .inputbox:hover, .website-footer #search .inputbox:focus  {
border:none;
color : #444;
background: transparent url(../images/black-02.png) 0 0 repeat;
}

.website-footer #search .inputbox:focus {
color:#444;
width : 134px;
margin-left:4px;
}

.website-footer #search .button {
position:absolute;
top:4px;
right:6px;
z-index:2;
}


.menu-black .website-footer #search .inputbox {
color : #ccc;
background: transparent url(../images/white-10.png) 0 0 repeat;
}

.menu-black .website-footer #search .inputbox:hover, .menu-black .website-footer #search .inputbox:focus  {
color : #eee;
background: transparent url(../images/white-14.png) 0 0 repeat;
}

.menu-black .website-footer #search .inputbox:focus {
color:#eee;
}

/**			Social links & address	**/

.website-footer .social-links {
text-align:center;
}

.social-links.with-search {
float : right;
text-align:left;
clear:none;
padding:0;
}

.website-footer .address {
text-align:center;
color: #666;
padding : 8px 0 0 0;
}

.menu-black .website-footer .address {
color: #ccc;
}


/********************************************************************************
**
**			OTHERS
**
**********************************************************************************/

.clr {
clear:both;
}

.pull-left {
float: left;
}

.pull-right {
float: right;
}

/**	BLOG LIST	**/

table.category {
width:100%;
margin-top:20px;
}
.sectiontableheader {
background: transparent url(../images/black-05.png) top left repeat;
padding:8px 5px;
}
.sectiontableheader a {
text-transform:uppercase;
color: #444;
text-decoration : none;
}
tr.sectiontableentry1 td, tr.even td {
background-color : transparent;
border-bottom: 1px dotted #444;
padding:8px 5px;
}
tr.sectiontableentry2 td, tr.odd td {
background: transparent url(../images/black-05.png) top left repeat;
border-bottom: 1px dotted #444;
padding:8px 5px;
}

tr.sectiontableentry1 td a, tr.sectiontableentry2 td a {
text-decoration : none;
}

/**	Polls	**/
.pollstableborder {
margin: 10px 0;
}
.pollstableborder tr {
display:block;
padding: 5px 0;
}
.pollstableborder tr .sectiontableentry1, .pollstableborder tr .sectiontableentry2 {
display:inline-block;
margin-right: 5px;
text-align:left;
}

/** 	Form 		**/

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"],
input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"],
input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
line-height:20px;
margin:0;
padding : 4px 7px;
max-width:90%;
border:1px solid #ccc;
border-color : rgba(0,0,0,0.10);
background : transparent url(../images/black-04.png) top left repeat ;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
-moz-box-shadow: 1px 1px 2px rgba(0,0,0, 0.2) inset;
-webkit-box-shadow: 1px 1px 2px rgba(0,0,0, 0.2) inset;
box-shadow: 1px 1px 2px rgba(0,0,0, 0.2) inset;
-webkit-transition : all 0.4s ease-in-out;
-moz-transition : all 0.4s ease-in-out;
-ms-transition : all 0.4s ease-in-out;
-o-transition : all 0.4s ease-in-out;
transition : all 0.4s ease-in-out;
}

textarea:hover, input[type="text"]:hover, input[type="password"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="date"]:hover,
input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover, input[type="number"]:hover, input[type="email"]:hover, input[type="url"]:hover,
input[type="search"]:hover, input[type="tel"]:hover, input[type="color"]:hover, .uneditable-input:hover {
-moz-box-shadow: 1px 1px 2px rgba(0,0,0, 0.2) inset, 0px 0px 7px rgba(60,107,250, 0.35);
-webkit-box-shadow: 1px 1px 2px rgba(0,0,0, 0.2) inset, 0px 0px 7px rgba(60,107,250, 0.35);
box-shadow: 1px 1px 2px rgba(0,0,0, 0.2) inset, 0px 0px 7px rgba(60,107,250, 0.35);
}

input[type="submit"], button, .readmore a {
display: inline-block;
*display: inline;
padding: 4px 14px;
margin-bottom: 0;
*margin-left: .3em;
font-size: 14px;
line-height: 20px;
*line-height: 20px;
color: #444444;
text-align: center;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
vertical-align: middle;
cursor: pointer;
background-color: #f5f5f5;
*background-color: #e6e6e6;
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
background-repeat: repeat-x;
border: 1px solid #bbbbbb;
*border: 0;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
border-color: #e6e6e6 #e6e6e6 #bfbfbf;
border-bottom-color: #a2a2a2;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
*zoom: 1;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

input[type="submit"]:hover, button:hover, .readmore a:hover {
color: #222222;
background-position: 0 0;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 4px rgba(0, 0, 0, 0.15);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 4px rgba(0, 0, 0, 0.15);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 4px rgba(0, 0, 0, 0.15);
}

input[type="submit"]:active, button:active, .readmore a:active {
background-color: #f5f5f5;
background-color: none;
}

input[type="checkbox"], input[type="radio"] {
margin:0 8px;
}

select {
height: 30px;
line-height: 30px;
padding: 4px 8px 3px 6px;
}


/**	Virtuemart	**/

.cbContainer {
z-index:9999999;
}
.cbBox h3 {
color : #000;
line-height:13px;
}
.vmCartContainer, .vmCartContainer .inputbox, .vmCartContainer .inputbox:hover, .vmCartContainer .inputbox:focus {
color:#000;
}

/**	no margin for module image	**/

#image .content-module > * {
margin:0 !important;
}

/**	JS	**/

.js {
position : absolute;
bottom:4px;
right:2px;
width:8px;
height:130px;
z-index:5;
}

.jslink {
position : absolute;
top:0;
left:0;
text-indent:-9999px;
width:8px;
height:130px;
background : transparent url(../images/js_white_26.png) 0 0 no-repeat;
z-index:1;
}


/** General 		**/

.pull-left {
float:left;
}
.pull-right {
float:right;
}

.well {
background : transparent url(../images/black-03.png) 0 0 repeat;
border: 1px solid #999;
border-color : rgba(0,0,0,0.11);
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06) inset;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06) inset;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06) inset;
margin-bottom: 20px;
min-height: 20px;
padding: 19px;
}

legend {
border-bottom:1px dotted #999;
border-color : rgba(0,0,0,0.11);
color: #333333;
display: block;
font-size: 120%;
margin-bottom: 14px;
padding: 0;
width: 100%;
}

hr.hr-condensed {
margin: 10px 0;
}

hr {
border:none;
border-bottom: 1px solid #999;
border-color : rgba(0,0,0,0.08);
margin: 18px 0;
}

dd {
margin-left:10px;
}

.dl-horizontal dd {
margin:0 0 1px 0;
}

.dl-horizontal dt .jicons-icons {
display : inline-block;
margin : 0 0 8px 0;
}

.control-group {
margin-bottom: 9px;
}

.form-vertical .controls {
margin-left: 0;
}

.form-horizontal .control-group {
margin-bottom:18px;
}

.form-horizontal .control-group:after {
clear:both;
}

.form-horizontal .control-group:before, .form-horizontal .control-group:after {
content: "";
display: table;
line-height: 0;
}

legend + .control-group {
margin-top: 18px;
}

.form-horizontal .control-label {
padding: 5px 0;
font-size:95%;
}

.form-actions {
background-color : transparent;
border:none;
}

.form-horizontal .form-actions {
clear: both;
margin: 10px 0 20px 10px;
}

#jform_contact_email_copy {
margin:-13px 0 0 10px;
}

.content-module .logout-button {
margin:20px 0 0 -4px;
}


/**	contact	**/

.contact h2 {
padding-top:5px;
}

.accordion-group {
background : transparent url(../images/black-03.png) 0 0 repeat;
border: 1px solid #ccc;
border-color : rgba(0,0,0,0.08);
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-khtml-border-radius: 6px;
border-radius: 6px;
margin-bottom: 8px;
}

.accordion-heading .accordion-toggle {
display: block;
padding: 8px 15px;
cursor : pointer;
}

.collapse.in {
height: auto;
}

.collapse {
-webkit-transition : height 0.35s ease 0s;
-moz-transition : height 0.35s ease 0s;
-ms-transition : height 0.35s ease 0s;
-o-transition : height 0.35s ease 0s;
transition : height 0.35s ease 0s;
height: 0;
overflow: hidden;
position: relative;
}

.accordion-inner {
border-top: 1px solid #ccc;
border-color : rgba(0,0,0,0.08);
padding: 9px 15px;
}

dl {
margin-bottom:18px;
}

#contact-form legend {
margin-bottom:15px;
padding-bottom:6px;
font-weight:normal;
color: #111;
font-size:85%;
}

#jform_contact_email_copy-lbl {
float:left;
}

/**		contact slide 	**/

.contact .form-horizontal .control-label {
float: none;
padding-top: 0;
text-align: left;
width: auto;
}

.contact .form-horizontal .controls {
margin-left: 0;
}

.contact .form-horizontal .form-actions {
padding-left: 0px;
}

/** 	contact tabs 	**/

.main_component .nav-tabs:after, .main_component .nav-pills:after {
clear: both;
}

.main_component .nav-tabs:before, .main_component .nav-tabs:after, .main_component .nav-pills:before, .main_component .nav-pills:after,
.main_component .nav-tabs:before, .main_component .nav-tabs:after, .main_component .nav-pills:before, .main_component .nav-pills:after {
content: "";
display: table;
line-height: 0;
}

.main_component .nav-tabs {
border-bottom: 1px solid #ccc;
border-color : rgba(0,0,0,0.08);
}

.main_component .nav-tabs > li, .main_component .nav-pills > li {
float: left;
}

.main_component .nav-tabs > li {
margin: 0 20px -1px 0 !important;
padding : 0 !important;
background-image : none !important;
}

.main_component .nav-tabs.nav-stacked > li {
margin: 0 0px -1px 0 !important;
}

.main_component .nav {
list-style: none outside none;
margin-bottom: 18px;
margin-left: 0;
}

.main_component .nav-tabs > .active > a, .main_component .nav-tabs > .active > a:hover {
background-color: transparent;
color: #555555;
background : transparent url(../images/black-04.png) top left repeat ;
cursor: default;
}

.main_component .nav-tabs > li > a {
border: 1px solid transparent;
-moz-border-radius: 4px 4px 0 0;
-webkit-border-radius: 4px 4px 0 0;
-khtml-border-radius: 4px 4px 0 0;
border-radius:4px 4px 0 0;
border:1px solid #ccc;
border-color : rgba(0,0,0,0.08);
line-height: 18px;
padding-bottom: 8px;
padding-top: 8px;
}

.main_component .nav-tabs > li > a, .main_component .nav-pills > li > a {
line-height: 14px;
margin-right: 2px;
padding-left: 12px;
padding-right: 12px;
}

.main_component .nav > li > a {
display: block;
}

.main_component .nav > li > a:hover {
background : transparent url(../images/black-04.png) top left repeat ;
}

.main_component .nav-tabs:after, .main_component .nav-pills:after {
clear: both;
}

.main_component .nav-stacked > li {
float: none;
}

.main_component .nav-tabs.nav-stacked > li > a {
border: 1px solid #ccc;
border-color : rgba(0,0,0,0.08);
-moz-border-radius:0;
-webkit-border-radius: 0;
-khtml-border-radius: 0;
border-radius: 0;
}

#myTabContent {
margin-left:12px;
}

.contact .tab-content > .tab-pane {
display: none;
}

.contact .tab-content > .active {
display: block;
}


/**	page nav	**/

ul.pagenav {
list-style-type:none;
overflow:hidden;
padding:0;
margin:5px 0;
padding:5px 0;
}

ul.pagenav li {
display : inline-block;
background-image:none ;
padding : 3px 14px 3px 12px !important;
margin: 12px 6px 4px 3px !important;
line-height:20px;
border:none;
font-weight:normal;
text-shadow : 0 1px 1px rgba(255,255,255, 0.85);
background : #f5f5f5 url(../images/black-04.png) top left repeat !important;
background-image : -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fbfbfb), to(#ddd)) !important;
background-image : -moz-linear-gradient(0% 100% 90deg, #ddd, #fbfbfb ) !important;
background-image: -ms-linear-gradient(top, #fbfbfb, #ddd) !important;
background-image: -o-linear-gradient(top, #fbfbfb, #ddd) !important;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-khtml-border-radius: 6px;
border-radius: 6px;
-moz-box-shadow: 0px 1px 2px rgba(0,0,0, 0.5);
-webkit-box-shadow: 0px 1px 2px rgba(0,0,0, 0.5);
box-shadow: 0px 1px 2px rgba(0,0,0, 0.5);
-webkit-transition : all 0.4s ease-in-out;
-moz-transition : all 0.4s ease-in-out;
-ms-transition : all 0.4s ease-in-out;
-o-transition : all 0.4s ease-in-out;
transition : all 0.4s ease-in-out;
}

ul.pagenav li:hover {
cursor : pointer;
-moz-box-shadow: 0px 1px 2px rgba(0,0,0, 0.3);
-webkit-box-shadow: 0px 1px 2px rgba(0,0,0, 0.3);
box-shadow: 0px 1px 2px rgba(0,0,0, 0.3);
}

ul.pagenav li:active {
-moz-box-shadow: 0px 1px 2px rgba(0,0,0, 0.5);
-webkit-box-shadow: 0px 1px 2px rgba(0,0,0, 0.5);
box-shadow: 0px 1px 2px rgba(0,0,0, 0.5);
background-image : -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ddd), to(#fbfbfb)) !important;
background-image : -moz-linear-gradient(0% 100% 90deg, #fbfbfb, #ddd ) !important;
background-image: -ms-linear-gradient(top, #ddd, #fbfbfb) !important;
background-image: -o-linear-gradient(top, #ddd, #fbfbfb) !important;
}

ul.pagenav li a {
text-decoration:none;
}

ul.pagenav li.prev {
float:left;
}

ul.pagenav li.next {
float:right;
}

/**	weblinks	**/

table.weblinks, table.category {
font-size:1em;
margin:10px 10px 20px 0;
width:99%;
}

table.weblinks th, table.newsfeeds th, table.category th, table.jlist-table th {
background: transparent url(../images/black-07.png) 0 0 repeat;
color:#000000;
padding:7px;
}

table.weblinks th a, table.newsfeeds th a, table.category th a, table.jlist-table th a  {
color:#000000 !important;
}

table.weblinks td, table.category td {
padding:7px;
}

.weblink-category a {
font-size:110%;
text-decoration:none;
font-weight:bold;
padding: 0 0 0 5px;
}


/**	pagination	**/

.pagination {
border-top:1px dotted #ccc;
border-color : rgba(0,0,0,0.08);
margin: 10px 0;
padding: 10px 0;
height:auto;
}

.pagination ul {
display: block;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
margin:0;
padding:0;
}

.pagination ul > li {
display: inline;
}

.pagination ul > li > a,
.pagination ul > li > span {
float: none;
padding: 0;
line-height: 1.4;
text-decoration: none;
background-color: transparent;
border: none;
}

.pagination ul > li > a:hover,
.pagination ul > .active > a,
.pagination ul > .active > span {
background-color: transparent;
}

.pagination ul > .active > a,
.pagination ul > .active > span {
color: #555;
}

.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover {
color: #555;
}

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
border: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}



.pagination ul {
list-style-type:none;
margin:0;
padding:0;
text-align:center;
}

.pagination li {
background : none !important;
display:inline;
padding:2px 5px !important;
text-align:left;
margin:0 2px !important;
}

.pagenav {
padding:2px;
}

.pagination li.pagination-start,
.pagination li.pagination-next,
.pagination li.pagination-end,
.pagination li.pagination-prev {
border:0;
}

.pagination li.pagination-start ,
.pagination li.pagination-start  span {
padding:0;
}

p.counter {
float:right;
margin: 10px 0 0 0;
}


/** translate	**/

div.mod-languages ul li {
display:inline;
}

/**		search form		**/

#searchForm fieldset {
margin : 30px 0 50px 0 ;
}

.phrases-box {
margin:10px 0;
}

fieldset.phrases label, fieldset.only label {
display: inline-block;
margin: 0 6px 10px 6px;
}
.radio, .checkbox {
}


a[href="#advancedSearch"] {
display : none ;
}

#advancedSearch {
height : auto;
margin:12px 0;
}

#searchForm input[type="text"] {
width:160px;
}


/**		tooltips form 		**/

.tip-wrap {
background-color:#fff;
border:1px solid #ccc;
border-color : rgba(0,0,0,0.08);
border-radius : 6px;
color : #666;
z-index:999;
}

.tip {
padding : 8px 8px 16px 8px;
min-width:160px;
}

.tip-wrap .tip-top, .tip-wrap .tip, .tip-wrap .tip-bottom {
background-image : none;
height:auto;
}

.tip-title {
color : #028bc0;
margin: -2px 0 4px 0;
}

.actions .tip {
padding : 0;
min-width:0;
}


/**  Error Message contact form  **/

p.error {
}

#system-message-container #system-message > div {
background-color : #f5f5f5;
border : 1px dotted #ccc;
border-color : rgba(0,0,0,0.11);
padding:14px 12px 8px 16px ;
margin: 12px 4px 20px 0;
-moz-box-shadow:2px 2px 4px #ccc;
-webkit-box-shadow:2px 2px 4px #ccc;
box-shadow:2px 2px 4px #ccc;
}

#system-message-container #system-message h4 {
padding-top:5px;
font-size:140%;
color: red ;
}

#system-message-container #system-message > div > div {
font-size:100%;
color: #000 ;
}

#system-message-container ul {
margin : 0 !important;
}

#system-message-container li {
background-image : none !important;
padding : 8px 0 0 0 !important;
}

#system-message a.close {
display:none;
}

/** 	edit article frontend 	**/

#adminForm fieldset {
margin-bottom:20px;
padding: 10px 20px;
}

#adminForm fieldset legend {
display: inline-block;
margin-top: 15px;
padding: 0pt 10px;
}

form#adminForm .formelm-area label {
display: inline-block;
vertical-align: top;
width: 9em;
}

.formelm label {
display: inline-block;
vertical-align: top;
width: 13em;
}