/* normalise les marges et les remplissages  */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
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;
}
/*****************************************
    SITE
******************************************/
html, body {
	height: 100%;
 	width: auto;

 	-webkit-box-sizing: border-box;
 	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}

*, *:before, *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
padding: 0;
margin: 0;
background-color: #000;
}

.notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}

.uppercase {
	text-transform: uppercase;
}

.hide-mobile {
position:relative;
z-index:10;
}

.hide-mobile-background {
position:relative;
z-index:2;
}

.zindex10 {
z-index:10 !important;
}


#colorbox h2 {
	color: #000;
}

.white0 {
background-color: #fff ;
}
.white1 {
background: transparent url(../images/white-93.png) 0 0 repeat;
}
.white2 {
background: transparent url(../images/white-88.png) 0 0 repeat;
}
.white3 {
background: transparent url(../images/white-80.png) 0 0 repeat;
}
.white4 {
background: transparent url(../images/white-70.png) 0 0 repeat;
}
.white5 {
background: transparent url(../images/white-55.png) 0 0 repeat;
}
.white6 {
background: transparent url(../images/white-40.png) 0 0 repeat;
}
.white7 {
background: transparent url(../images/white-25.png) 0 0 repeat;
}
.white8, .black8 {
background-color:transparent;
background-image:none;
}

.black0 {
background-color: #000 ;
}
.black1 {
background: transparent url(../images/black-90.png) 0 0 repeat;
}
.black2 {
background: transparent url(../images/black-80.png) 0 0 repeat;
}
.black3 {
background: transparent url(../images/black-70.png) 0 0 repeat;
}
.black4 {
background: transparent url(../images/black-60.png) 0 0 repeat;
}
.black5 {
background: transparent url(../images/black-45.png) 0 0 repeat;
}
.black6 {
background: transparent url(../images/black-30.png) 0 0 repeat;
}
.black7 {
background: transparent url(../images/black-20.png) 0 0 repeat;
}

/* BACKGROUND SLIDESHOW */

.slideshowck-fullscreen {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 !important;
	z-index: -1;
}
	
	.slideshowck-fullscreen .camera_pag {
		display: none;
	}


#colorbox .item-page > h1 {
	display: none;
}


/**    column menu     **/

.column-menu {
	position: absolute;
	z-index: 999;
	top: 0;
	left: 0;
	padding: 0;
	width: 100%;
	height: 44px;

	overflow: hidden;
	background-color: transparent;
	opacity: 1;
	-webkit-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
}

	.column-menu[data-active="true"] {
		overflow: auto;
	}

	.column-menu.invisible {
		opacity: 0;
	}

.column-menu > div {
	/*padding: 20px 0 20px 0;*/
}

	header.main {
		position: relative;
		padding: 10px 15px;
		font-size: 0;
		text-align: center;
	}


		header.main .langs {
			position: absolute;
			top: 0;
			bottom: 0;
			left: 15px;
			margin: auto 0;
			height: 12px;
			font-size: 12px;
			line-height: 1;
		}

			header.main .langs li {
				margin-left: 0;
			}

/*			header.main .mod-languages {
				margin-left: -5px;
				line-height: 1;
			}

				header.main .mod-languages a {
					display: inline-block;
				}

				header.main .mod-languages img {
					display: block;
				}*/


		.mobile-menu {
			display: inline-block;
			position: absolute;
			top: 0;
			bottom: 0;
			right: 15px;
			margin: auto 0;
			border: 0;
			padding: 0;
			height: 25px;
			line-height: 1;

			background: none;
			cursor: pointer;
			outline: none;
		}

			.mobile-menu svg {
				display: block;
			}


		header.main h1 {
			position: absolute;
			left: -999999px;
		}


		.main-logo {
			display: inline-block;
			position: relative;
			bottom: -3px;

			font-size: 12px;
			line-height: 1;
			vertical-align: middle;
		}

			.main-logo picture {
				display: inline-block
			}

				.main-logo img {
					display: block;
					max-width: 100%;
				}

		#header img.logo {
			width: 160px;
			height: auto;
		}

	#header a, #header a:hover {
		text-decoration:none;
		outline:none;
	}

	#header p {
		margin:0;
	}

.logo-text {
	margin-bottom: 1em;
	line-height: 1;
	text-align: center;
}

	.logo-text img {
		margin: 0 auto;
		display: block;
	}

.moduletable-awards {

}

	.moduletable-awards a {
		text-decoration: none;
	}

#menu {
position:relative;
z-index:10;
}

#modules {
	margin: 1.5em 0;
	text-align: center;
}

	#modules .mod-languages {
		display: none;
	}


.search {
position:relative;
z-index:1;
}

#search .search {
border:0 none !important;
height:25px;
padding:5px 0px !important;
background : transparent url(../images/black-10.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;
}

#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 17px !important;
color:#111;
}

#search h3 {
margin:-14px 8px 1px 18px;
color:#111;
}

#search .button {
position:absolute;
top:10px;
right:12px;
border:none;
background-image:none;
z-index:2;
}

#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;
padding:0;
}
#translate p {
margin:0;
}
#jflanguageselection {
margin:0;
}
#translate img:hover {
margin-top:1px ;
padding-top:1px ;
}


/**    main-site  **/

#main-site {
	position: relative;
	z-index: 5;
	padding-top: 44px;
	height: 100%;
	text-align: left;
	overflow: hidden;
	opacity: 1;
	-webkit-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
}

	#main-site.invisible {
		opacity: 0;
	}


/**  extra module positions : content XX  **/

.module_google_map {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: -1;
}

.module_google_map > div {
height:100%;
}

/*.content_one {
position:absolute;
top:100px;
right:48px;
text-align:left;
background : transparent url(../images/white-89.png) 0 0 repeat;
padding:20px;
z-index:5;
}*/

	.content_one {
		position: relative;
		padding: 12px 7px;
		height: 100%;
		overflow-y: auto;
		background: none;
	}

	.content_one.aligned {
		text-align: center;
	}

	.content_one.aligned:before {
		content: "";
		display: inline-block;
		height: 100%;
		vertical-align: middle;
	}

		.content_one.aligned > * {
			display: inline-block;
			max-width: 98%;
			vertical-align: middle;
		}

		.content_one:not(.aligned) > .moduletable {
			display: inline-block;
			margin-top: 2em;
		    padding: 1em 1.5em;
		    max-width: 300px;
		    border-radius: 15px;
			text-align: left;

		    background: rgba(60, 60, 60, 0.6);
		    color: #FFF;
		}

			.content_one h1,
			.content_one h2,
			.content_one h3 {
				text-transform: uppercase;
			}

.content_two {
position:absolute;
bottom:85px;
right:48px;
text-align:left;
background : transparent url(../images/white-89.png) 0 0 repeat;
padding:20px;
z-index:5;
}

.content_one, .content_two {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
}

/**    column content    **/


.column-content {
	position: relative;
	height: 100%;
	overflow-y: scroll;
	padding: 0 10px;  /** same height of footer **/
	z-index: 1;
}




.column-content > div {
position: relative;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
-khtml-border-radius: 8px;
border-radius: 8px;
padding: 10px 10px;
margin:25px 0 30px 0;
}

.column-content > div > div {
position: relative;
margin:40px 0 30px 0;
padding: 0 15px;
}

.left {
position:relative;
float:left;
padding-right:30px;
margin: 10px 30px 8px 0;
background : transparent url(../images/underline-vertical.png) 100% 0 repeat-y;
z-index:1;
}

.right {
position:relative;
float:right;
padding-left:30px;
margin: 10px 0 8px 30px;
background : transparent url(../images/underline-vertical.png) 0 0 repeat-y;
z-index:1;
}

.column-content > div > div > .content {
position:relative;
overflow:hidden;
top:-40px;
left:0;
margin-bottom:-40px;
padding-top:40px;
z-index:1;
}

.left .moduletable, .right .moduletable,
.content_one .moduletable, .content_two .moduletable, .content_three .moduletable, .content_four .moduletable {
margin-bottom:25px;
}

/**  content  **/

#breadcrumb {
position:absolute;
border:none !important;
bottom:12px;
margin:0 !important;
padding:0 !important;
left:20px;
height:14px;
font-size:90%;
z-index:10;
}

#main_component {
}

/**  users modules
**/
#users_top, #users_bottom {
margin: 0;
padding: 10px 0 40px 0;
clear:both;
width: 100%;
}
#users_bottom {
padding:40px 0 10px 0px;
}
.user1, .user4 {
float:left;
margin-right:25px;
}
.user3, .user6 {
float:right;
margin-left:25px;
}
.user2, .user5 {
position:relative;
overflow:hidden;
}
.user1, .user2, .user3, .user4, .user5, .user6 {
min-height:60px;
height:auto !important;
height:60px;
}

/** Module class suffix  **/

.left .moduletable, .right .moduletable {
padding:10px;
}

.left .grey, .right .grey {
background: transparent url(../images/black-07.png) 0 0 repeat;
}

.user1 .grey, .user2 .grey, .user3 .grey, .user4 .grey, .user5 .grey, .user6 .grey {
background: transparent url(../images/black-07.png) 0 0 repeat;
padding:10px !important;
}

.left .light, .right .light {
background: transparent url(../images/white-20.png) 0 0 repeat;
}

.user1 .light, .user2 .light, .user3 .light, .user4 .light, .user5 .light, .user6 .light {
background: transparent url(../images/white-20.png) 0 0 repeat;
padding: 10px !important;
}

.left .image, .right .image {
padding:0px;
}


.left .border, .right .border, .user1 .border, .user2 .border, .user3 .border, .user4 .border, .user5 .border, .user6 .border {
-moz-border-radius:6px;
-webkit-border-radius: 6px;
-khtml-border-radius: 6px;
border-radius: 6px;
border:1px solid #C6c6c6;
}

.user1 .border, .user2 .border, .user3 .border, .user4 .border, .user5 .border, .user6 .border {
padding:10px;
}


.user1 .border h3, .user2 .border h3, .user3 .border h3,
.user1 .light h3, .user2 .light h3, .user3 .light h3,
.user1 .grey h3, .user2 .grey h3, .user3 .grey h3 {
margin-top:8px;
}

.left .border table, .left .border table td, .left .border table th, .left .border ul,  .left .light ul,
.right .border table, .right .border table td, .right .border table th, .right .border ul, .right .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 {
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
background-image:none;
border:none;
padding: 0 !important;
}



/**  ARTICLE  JOOMLA **/

/**  icons  **/

ul.actions {
margin:40px 0px 10px 40px;
padding:0;
text-align:right;
float:right;
}

.items-leading ul.actions, .items-row ul.actions {
margin:8px 5px 10px 40px;
}

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-term  {
display:none;
}

/**    article index  **/

#article-index {
background: none 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;
width: 22%;
}

/* ++++++++++++++  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;
}

.items-row > div > h2 {
margin : 0 0 12px 0;
padding: 4px 6px;
background: none 0 0 repeat;
}

.items-row > div > h2, .items-leading > div > h2 {
font-size:140%;
}

.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;
}



/**  BLOG LIST  **/
table.category {
width:100%;
margin-top:6px;
}
.sectiontableheader {
background: none top left repeat;
padding:8px 5px;
}
.sectiontableheader a {
text-transform:uppercase;
text-decoration : none;
}
tr.sectiontableentry1 td, tr.even td {
background-color : transparent;
padding:8px 5px;
}
tr.sectiontableentry2 td, tr.odd td {
background: transparent url(../images/black-05.png) top left repeat;
padding:8px 5px;
}
tr.sectiontableentry1:hover td, tr.sectiontableentry2:hover td {
background: transparent url(../images/black-10.png) top left repeat;
}
tr.sectiontableentry1 td a, tr.sectiontableentry2 td a {
text-decoration : none;
}
/**  FORMULAIRE  **/
.inputbox {
background: transparent url(../images/black-08.png) top left repeat;
border:1px solid #eee;
border-color:#ddd #bbb #bbb #ddd ;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
margin:0;
}
.inputbox:hover, .inputbox:focus {
background: transparent url(../images/black-10.png) top left repeat;
border-color: #bbb #ddd #ddd #bbb;
}
input, select, textarea, .inputbox {
font-size:100%;
padding:3px 3px;
}
/**  OTHERS    **/
.clr {
clear:both;
}
.logo_image {
background : transparent url(../images/logo.png) 0 0 no-repeat;
width:auto;
height:100px;
}
.logo_image:hover, .logo_image .sfhover {
background : transparent url(../images/logo_hover.png) 0 0 no-repeat;
}
/**  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;
}
/**  Virtuemart  **/
.cbContainer {
z-index:9999999;
}
.cbBox h3 {
color : #000;
line-height:13px;
}
.vmCartContainer, .vmCartContainer .inputbox, .vmCartContainer .inputbox:hover, .vmCartContainer .inputbox:focus {
color:#000;
}
/**  nivo slider  **/
.slider, nivoSlider {
margin:0px;
overflow:hidden;
}

/**  contact  **/

.contact h3 {
margin:20px 0;
}

.contact .panel .contact-form form, .contact .panel .contact-address {
margin:20px 0 0 0;
}

.contact-email div {
margin:0 0 10px;
padding:2px 0;
}

.contact-email label {
float:left;
width:17em;
}

#contact-email-copy  {
float:left;
margin-right:10px;
}

#contact-slider {
}

fieldset {
margin-bottom:20px;
}

fieldset > div {
margin-bottom:12px;
}

fieldset dt {
clear:left ;
float:left;
width:11em;
padding:3px 20px 3px 0 ;
}

fieldset dd {
float:left;
padding:3px 0 ;
}

#jform_contact_emailmsg {
width:237px;
}

.contact .button {
clear: left;
display: block;
float: none !important;
margin: 20px 0 0 0;
}

legend {
margin-bottom:15px;
font-weight:bold;
color: #000;
}

input, textarea {
background: transparent url(../images/white-40.png) top left repeat;
border:1px solid #eee;
border-color:#ddd #bbb #bbb #ddd ;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
margin:0;
}

input:hover, textarea:hover,
input:focus, textarea:focus {
background: transparent url(../images/white-25.png) top left repeat;
border-color: #bbb #ddd #ddd #bbb;
}

select option {
background-color : #fff !important ;
}

.panel h3.pane-toggler a {
display:block;
background: transparent url(../images/slider_plus.png) right top no-repeat;
}
.panel h3.pane-toggler-down a {
display:block;
background: transparent  url(../images/slider_minus.png) right top no-repeat;
padding-bottom:6px;
}

#member-registration > div, #user-registration > div {
margin-top:22px;
}

#editor-xtd-buttons {
float:left;
}

#editor-xtd-buttons .readmore a {
padding: 0 24px 0 6px;
border:none;
text-shadow:none;
margin-right:0;
font-style:normal;
font-size:11px;
color:#666;
float:left;
background-image:none;
}

.toggle-editor {
margin: 5px 0 0 0px;
}


/**    category list  **/

.categories-list ul {
padding:5px 5px 0 5px;
}

.categories-list ul li {
padding:15px 5px;
}

.categories-list ul li.first {
padding:5px;
}

.categories-list ul ul {
margin-left:15px;
}

.categories-list ul ul li {
padding:5px;
}

.categories-list ul li span.item-title {
display:block;
font-size:120%;
margin-bottom:10px;
}

.categories-list .category-desc {
margin: 9px 0 0 8px;
}

.categories-list .category-desc p {
margin: 4px 0 4px 0;
}

.categories-list dl {
font-size:90%;
font-style:italic;
margin: 4px 0 0 8px;
}

.categories-list dd, .categories-list dt {
display:inline-block;
margin-right:3px;
}

.contact-miscinfo .jicons-icons {
float:left;
margin: 6px 14px 0 0;
}

/**  login content  **/

.login-fields {
margin:10px 0;
}

.login-fields label {
float:left;
width:9em;
}

/**  Error Message contact form  **/
p.error {
padding:10px;
}

/**  editor  **/
.contentpaneopen_edit {
float: left;
}

.contentpaneopen_edit img {
}

/**  form required  **/

.form-required {
background: transparent url(../images/req.png) 0 7px no-repeat;
font-weight:bold;
margin:10px 0;
padding:10px 40px;
}

/**  pagebreak  **/
table.contenttoc {
padding:10px;
margin:10px;
}

table.contenttoc tr td {
padding:1px 0px
}

.pagenavcounter {
font-weight:bold;
}

/**  page nav  **/

ul.pagenav {
list-style-type:none;
overflow:hidden;
padding:0;
}

ul.pagenav li {
background: transparent url(../images/white-10.png) top left repeat !important;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
border-radius: 3px;
display:inline-block;
margin:0;
padding:0 9px;
position:relative;
line-height:2em;
margin:0 5px !important;
padding:0 10px !important;
}

ul.pagenav li:hover {
background: transparent url(../images/black-05.png) 0 0 repeat !important;
}

ul.pagenav li a {
text-decoration:none;
}

ul.pagenav li.pagenav_prev {
float:left;
}

ul.pagenav li.pagenav_next {
float:right;
}

/**  panel slider  **/

.pane-sliders {
margin:16px 0 10px 0; 
}

.panel {
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
background: transparent url(../images/black-07.png) 0 0 repeat;
margin-top:-1px;
}

.panel h3 {
padding : 9px;
margin:0;
}

.pane-slider {
border:0 solid;
margin:0;
padding:0 14px !important;
}

.jpane-slider {
border:0 solid;
margin:0;
padding:0 14px !important;
}

.panel h3.jpane-toggler-down a {
background: transparent url(../images/slider_minus.png) right top no-repeat;
display:block;
}

.panel h3.jpane-toggler a {
background: transparent url(../images/slider_plus.png) right top no-repeat;
display:block;
}

.panel .contact-form, .panel .contact-miscinfo  {
padding:10px 10px 10px 10px;
}

/**  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;
}

table, #main_component th, #main_component tr, #main_component td {
border:none;
}

.weblink-category a {
font-size:110%;
text-decoration:none;
font-weight:bold;
padding: 0 0 0 5px;
}

/**  pagination  **/

.pagination {
margin: 10px 0;
padding: 10px 0;
}

.pagination ul {
list-style-type:none;
margin:0;
padding:0;
text-align:center;
}

.pagination li {
background: transparent url(../images/white-10.png) top left repeat !important;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
border-radius: 3px;
display:inline-block;
margin:0;
padding:5px 9px;
position:relative;
line-height:2em;
margin:0 2px !important;
padding:0 6px !important;
}

.pagination li:hover {
background: transparent url(../images/black-05.png) top left repeat !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: 0 0 14px 0;
}

/**  items more  **/

.items-more {
background : transparent url(../images/black-05.png) top left repeat;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
padding:12px;
}

.items-more h3 {
color:#444444;
}

.items-more h3 {
font-size:115%;
font-weight:normal;
margin:0;
padding:5px;
}

/** translate  **/

.mod-languages ul {
margin-top:4px;
}

.mod-languages ul li {
display:inline;
}

/**    search form    **/

#searchForm {
margin:20px 0;
}

#searchForm fieldset {
margin:8px 0;
}

#searchForm fieldset legend {
	padding:25px 0 5px 0;
	font-weight:bold;
	text-decoration:underline;
	font-size:110%;
}

#searchForm fieldset > div {
margin:6px 0;
}
.yt_container {position: absolute; bottom: 100px; right: 48px;}

@media screen and (min-width: 340px) {


	#main-site {
		padding-top: 46px;
	}
	
		.column-menu {
			height: 46px;
		}

			.main-logo img {
				width: 180px;
			}

			.logo-text img {
				width: 85px;
			}

}

@media screen and (max-width: 600px) {

	.slideshow__prev-button, 
	.slideshow__next-button {
		display: none;
	}


	.video {
		margin: .75em 0;
		max-width: 100%;
		height: 250px;
	}

	.content_one {
		text-align: center;
		font-size: 0;
	}

	.content_one:before {
		content: "";
	    display: inline-block;
	    height: 100%;
	    vertical-align: middle;
	}

	.content_one > * {
		display: inline-block;
		max-width: 97%;
		vertical-align: middle;
		font-size: 12px;
	}
}

@media screen and (min-width: 600px) {

	#main-site {
		padding-top: 52px;
	}

		.column-menu {
			height: 52px;
		}

			.main-logo img {
				width: 220px;
			}

			.logo-text img {
				width: 100px;
			}

		.content_one {
			text-align: right;
		}

}

@media screen and (max-width: 800px) {
	#close-box,
	#prevslide,
	#nextslide,
	.empty-column {
		display: none !important;
	}
}

@media screen and (min-width: 800px) {

	#main-site {
		padding-top: 0;
		min-height: 530px;
	}


	.empty-column {
		float: left;
		padding: 0 35px 0 40px;
		width: 180px;
		height: 1px;
	}

	.column-menu {
		height: 100%;
	}

		header.main {
			margin: 2em 0 1.5em;
			padding: 0;
			font-size: 1em;
		}
		
			header.main .langs {
				display: none;
			}

			header.main .mobile-menu {
				display: none;
			}

			.main-logo img {
				width: 240px;
			}

			.logo-text {
				display: none;
			}

		.moduletable-awards {
			margin: 1.5em 0 3em;
		}

			.moduletable-awards a {
				display: inline-block;
				width: 18%;
			}

			.moduletable-awards img {
				max-width: 100%;
				height: auto;
			}

		#modules .mod-languages {
			display: block;
		}



	.content_one {
		padding: 1em 2em;
		background: none !important;
	}
}