@charset "UTF-8";
html,body {
    height:100%;
}
* {
	margin:0;
    padding:0;
}
body {
	min-height:100px;
	font-size:13px;
	color:#000000;
	font-family: 'Roboto Slab', serif;
	font-weight:300;
}
a {
	color:#000000;
	text-decoration:none;
}
.mask {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 15;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
	display:block;
	z-index:9999;
	display:none;
}
#top {
	width:100%;
	height:30px;
	background:white;
	text-align:center;
	position:fixed;
	z-index:10;
	top:0;
	left:0;
	/*transition: all 0.4s ease;*/
}
.sticky#top {
	border-bottom:1px solid #bdc0c9;
	height:58px;
}
.top_container, .slide_container, .home_news_items {
	max-width:1010px;
	margin:auto;
	width:96%;
	position:relative;
}
.top_container .logo a, #menu .logo a {
	font-size:1px;
	color:white;
	text-index:-10000px;
	background:url(../pics/adam_logo.png) no-repeat 0 0;
	width:246px;
	height:246px;
	position:absolute;
	left:0;
	top:9px;
	display:block;
	/*transition: all 0.4s ease;*/
}
.withmenu .top_container .logo  a {
	display:none;
}
#menu .logo a {
	position:static;
	background:url(../pics/adam_logo.png) no-repeat center bottom;
	margin-top:9px;
	display:block;
}
.sticky#top .top_container .logo a {
	background:url(../pics/adam_logo_small.png) no-repeat 0 0;
	width:199px;
	height:41px;
	top:9px;
	left:35px;
    background:url(../pics/adam_new.png) no-repeat 0 0;
    width:300px;
    height:26px;
    top:15px;
    left:0px;
    background-size: 300px 25.6px;
}
.logo a {
	text-indent:-10000px;
	color:white;
	display:block!important;
}
#top .burgermenu {
	background:url(../pics/burger.png) no-repeat left 11px;
	vertical-align:middle;
	display:inline-block;
    float:right;
    margin-right:30px;
    margin-top:13px;
	padding-left:15px;
	color:black;
	font-size:13px;
	font-family:Oswald, sans-serif;
	font-weight:300;
	line-height:30px;
	vertical-align:middle;
	transition: all 0.4s ease;
	cursor:pointer;
}
.withmenu#top .burgermenu {
	background:url(../pics/close.png) no-repeat left 11px;
}
#menu {
	width:100%;
	height:100%;
	position:fixed;
	background:url(../pics/menu.jpg) white no-repeat center fixed;
	z-index:5;
	overflow:auto;
	display:none;
	-webkit-background-size: cover; /* pour anciens Chrome et Safari */
 	background-size: cover; /* version standardisée */
}
.menu_container {
	max-width:1010px;
	margin:auto;
	width:96%;
	padding-bottom:100px;
	overflow:hidden;
	font-family:Oswald, sans-serif;
	position:relative;
	padding-top:80px;
}
.mainmenu {
	clear:both;
	max-width:930px;
	margin:auto;
	list-style-type:none;
}
.mainmenu li a {
	margin:7px 10px;
	color:#c0c0c0;
	font-weight:700;
	font-size:35px;
	text-transform:uppercase;
	line-height:38px;
	display:inline-block;
	border-bottom:1px solid transparent;
}
.mainmenu #active a, .mainmenu li a:hover {
	color:#98682f;
	border-bottom:1px solid #98682f;	
}
.mainmenu .submenu {
	list-style-type:none;
}
.mainmenu .submenu li a {
	font-size:15px;
	background:url(../pics/submenu.png) no-repeat center left;
	padding-left:20px;
	font-size:400;
	line-height:17px;
	color:#c0c0c0!important;
	border-bottom:1px solid transparent!important;
}
.mainmenu .submenu li a:hover {
	border-bottom:1px solid transparent!important;
	color:#98682f!important;
}
.content {
	padding-top:30px;
	width:100%;
}
#menu .languages {
	display:block;	
	clear:both;
	max-width:930px;
	margin:auto;
	list-style-type:none;
}
#menu .languages li {
	display:inline;
}
#menu .languages li a {
	float:left;
	display:inline;
	padding:10px;
	font-size:12px;
	color:#a0a0a4;
	font-weight:400;
}
#menu .languages li a:hover, #menu .languages #active a {
	text-decoration:underline;
	color:#996600;
}
.slide {
	width:100%;
	height:900px;
	background: no-repeat center center; 
  	-webkit-background-size: cover; /* pour anciens Chrome et Safari */
 	background-size: cover; /* version standardisée */
	position:relative;
	min-height:550px;
}
.slide_container {
	height:900px;
	position:relative;
	min-height:550px;
}
.slide_scroll {
	background:url(../pics/slide_more.png) no-repeat 0 0;
	width:28px;
	height:25px;
	position:absolute;
	bottom:5%;
	margin-left:-14px;
	left:50%;
}
.slide_content {
	position:absolute;
	top:36%;
	font-family:Oswald, sans-serif;
	font-weight:700;
	text-transform:uppercase;
	color:white;
	overflow:hidden;
	opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(-100px, 0px, 0px);
  -webkit-transform: translate3d(-100px, 0px, 0px);
  -o-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate3d(-100px, 0px, 0px);
}
.slide#first .slide_content {
	top:40%;
}
.slide_content.in-view {
	opacity: 1;
	-moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.slide_content a {
	color:white;
	text-decoration:none;
	display:block;
}
.slide_line1 {
	font-size:18px;
	/*border-bottom:1px solid white;*/
	text-decoration:underline;
	line-height:22px;
	float:left;
	display:inline;
}
.slide_line2 {
	font-weight:700;
	font-size:65px;
	line-height:80px;
	/*border-bottom:3px solid white;*/
	text-decoration:underline;
	padding-top:10px;
	display:inline;
	float:left;
	clear:left;
}
.slide_type {
	display:block;
	margin-top:20px;
	float:left;
	clear:left;
}
.slide_type .left, .slide_type .right {
	background:url(../pics/type_left.png) no-repeat 0 0;
	width:7px;
	height:30px;
	float:left;
	display:inline;
}
.slide_type .right {
	background:url(../pics/type_right.png) no-repeat 0 0;
}
.slide_type p {
	background:url(../pics/type_content.png) repeat-x 0 0;
	color:#996600;
	font-size:18px;
	display:inline;
	float:left;
	height:30px;
	line-height:30px;
	vertical-align:middle;
}
.slide_more, .home_news_more, .temp_more {
	background:url(../pics/read_more.png) no-repeat 0 0;
	width:48px;
	height:48px;
}
.slide_more {
	float:left;
	display:inline;
	clear:left;
	margin-top:10px;
}
.home_news {
	width:100%;
	min-height:300px;
	background:url(../pics/pattern.png) repeat 0 0;
	text-align:center;
	padding-bottom:120px;
}
.home_news h2 {
	display:inline-block;
	color:#9fa4a8;
	font-family:Oswald, sans-serif;
	font-weight:700;
	/*border-bottom:2px solid #9fa4a8;*/
	text-decoration:underline;
	text-transform:uppercase;
	margin:35px 0;
	margin-bottom:25px;
}
.home_news_items {
	text-align:center;
	max-width:1200px;
}
.home_news_item {
	max-width:480px;
	height:575px;
	display:inline-block;
	background:white;
	margin:10px;
	-webkit-box-shadow: 4px -4px 14px 1px #d6d6d6;
	-moz-box-shadow:    4px -4px 14px 1px #d6d6d6;
	box-shadow:         4px -4px 14px 1px #d6d6d6;
	vertical-align:top;
	position:relative;
	width:96%;
}
.slide_content.in-view {
	opacity: 1;
	-moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.home_news_item a {
	display:block;
	color:#000000;
	text-decoration:none;
	font-family:Oswald, sans-serif;
	font-weight:700;
	text-transform:uppercase;
}
.home_news_pic {
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	width:100%;
	height:460px;
	background: no-repeat center center; 
  	-webkit-background-size: cover; /* pour anciens Chrome et Safari */
 	background-size: cover; /* version standardisée */
}
.home_news_title {
	/*border-bottom:1px solid black;*/
	text-decoration:underline;
	padding-top:7px;
	font-size:20px;
	display:inline-block;
}
.home_news_date {
	font-size:15px;
	color:#996600;
	padding-top:5px;
}
.home_news_date em {
	font-style:normal;
	color:black;
}
.home_news_text {
	position:absolute;
	width:88%;
	margin-left:-46%;
	left:50%;
	bottom:65px;
	z-index:2;
	background:url(../pics/home_news_text.png) repeat 0 0;
	font-family: 'Roboto Slab', serif;
	font-weight:300;
	padding:3% 2%;
	text-transform:none;
}
.home_news_more {
	position:absolute;
	margin-left:-24px;
	left:50%;
	z-index:3;
	bottom:26px;
}
.home_news_type {
	display:inline-block;
	padding-top:15px;
	font-family:Oswald, sans-serif;
	font-weight:700;
	text-transform:uppercase;
}
.home_news_type .left, .home_news_type .right, .home_news_type p {
	background:url(../pics/news_type_left.png) no-repeat 0 0;
	width:7px;
	height:23px;
	float:left;
	display:inline;
	line-height:23px;
	vertical-align:middle;
	color:white;
	font-size:13px;
}
.home_news_type .right {
	background:url(../pics/news_type_right.png) no-repeat 0 0;
}
.home_news_type p {
	background:url(../pics/news_type_content.png) repeat-x 0 0;
	width:auto;
	text-transform:uppercase;
}
#menu .addthis {
	position:absolute;
	right:0;
	top:86px;
}
.social_batiment {
	width:96%;
	margin:auto;
	max-width:980px;
	height:16px;
	clear:both;
}
.contentb_container .social, .container .social, .social_batiment .social {
	float:right;
	display:inline;
	margin-top:25px;
	margin-right:20px;
}
.container .social {
	margin-right:0;
	margin-top:0;
}
#expo_temp .social {
	margin-top:100px;
}
.social img {
	margin:5px;
}
.header {
	background: no-repeat center fixed; 
  -webkit-background-size: cover; /* pour anciens Chrome et Safari */
  background-size: cover; /* version standardisée */
  height:469px;
}
#header_fixe {
	background: no-repeat center center; 
	 -webkit-background-size: cover; /* pour anciens Chrome et Safari */
  background-size: cover; /* version standardisée */
}
.container {
	width:96%;
	margin:auto;
	max-width:940px;
	padding:30px 0;
	clear:both;
}
#minitext {
	padding-top:0;
}
#minitext .lefty h3, #minitext .lefty h4 {
	color:#98682f;
	font-family:Oswald, sans-serif;
	font-weight:400;
	text-transform:uppercase;
	padding:0;
	margin:0;
	padding-bottom:5px;
	font-size:18px;
}
#minitext .lefty h4 {
	padding:0;
	padding-bottom:10px;
	font-size:14px;
	color:black;
}
.lefty {
	max-width:700px;
}
.lefty#full {
	max-width:none;
}
#pic_left, #pic_right {
	max-width:940px;
	overflow:hidden;
}
#pic_left .thepic, #pic_left .thecontent, #pic_right .thepic, #pic_right .thecontent {
	float:left;
	display:inline;
	width:49%;
	padding-right:1%;
}
#pic_right .thepic, #pic_right .thecontent {
	float:right;
	padding-right:0;
	padding-left:1%;
}
#pic_left .thecontent, #pic_right .thecontent {
	padding-right:0;
	padding-left:1%;
}
 #pic_right .thecontent {
	padding-left:0;
	padding-right:1%;
 }
.lefty h1 {
	font-size:30px;
	color:black;
	font-family:Oswald, sans-serif;
	font-weight:700;
	text-transform:uppercase;
}
.lefty h2, .lefty h3, .for_contact h3 {
	color:#98682f;
	font-family:Oswald, sans-serif;
	font-weight:400;
	text-transform:uppercase;
}
.lefty h3, .for_contact h3 {
	color:black;
	padding-bottom:10px;
}
.lefty .text ul li strong, .lefty .text p strong {
	font-weight:400;
}
.lefty .line {
	width:100%;
	height:1px;
	background:#cccccc;
	margin-bottom:20px;
}
.lefty .intro {
	font-size:20px;
	color:#999999;
	padding:10px 0;
	position:relative;
	margin:20px 0;
}
.lefty .intro .line, .lefty .intro .line2, .submenu_intro .line, .submenu_intro .line2 {
	width:70%;
	max-width:470px;
	background:#cccccc;
	height:1px;
	position:absolute;
	top:0;
	left:0;
}
.lefty .intro .line2, .submenu_intro .line2  {
	top:auto;
	bottom:0;
}
.lefty .text {
	font-size:13px;
	color:black;
	font-weight:300;
	line-height:20px;
}
.lefty .text p, .lefty .text ul {
	padding:5px 0;
}
.lefty .text strong {
	font-weight:300;
}
.lefty .text ul {
	list-style-type:none;
}
.lefty .text ul li {
	background:url(../pics/bullet.png) no-repeat left 6px;
	padding-left:20px;
}
.more_info {
	min-height:485px;
	background: no-repeat center fixed; 
  -webkit-background-size: cover; /* pour anciens Chrome et Safari */
  background-size: cover; /* version standardisée */
}
.more_info h3 {
	font-family:Oswald, sans-serif;
	font-weight:700;
	font-size:30px;
	color:white;
	text-transform:uppercase;
	text-decoration:underline;
}
.more_info {
	font-size:20px;
	color:white;
	font-family:Oswald, sans-serif;
	font-weight:400;
}
.more_info strong {
	font-weight:700;
}
.more_info ul {
	list-style-type:none;
	padding:20px 0;
}
.more_info ul li {
	line-height:30px;
	background:url(../pics/ul_li.png) no-repeat left 9px;
	padding-left:40px;
	padding-top:8px;
	padding-bottom:8px;
}
.minislider {
	width:96%;
	max-width:940px;
	height:524px;
	position:relative;
	margin:auto;
	margin-bottom:22px;
	z-index:1;
	overflow:hidden;
}
.minislider .prev, .minislider .next {
	background:url(../pics/minislide_left.png) no-repeat 0 0;
	width:31px;
	height:30px;
	position:absolute;
	left:15px;
	top:50%;
	margin-top:-15px;
	z-index:300;
}
.minislider .next {
	background:url(../pics/minislide_right.png) no-repeat 0 0;
	left:auto;
	right:15px;
}
.minislider_item {
	position:relative;
	height:524px;	
	width:100%; 
	background: no-repeat center center; 
  -webkit-background-size: cover; /* pour anciens Chrome et Safari */
  background-size: cover; /* version standardisée */
  z-index:2;
}
.minislider_item .slide_legend {
	position:absolute;
	bottom:0;
	left:0;
	width:30%;
	background:url(../pics/minislide_legend.png) repeat 0 0;
	color:white;
	font-size:12px;
	padding:10px;
	font-weight:100;
	z-index:3;
}
.calltos, .contentb {
	width:100%;
	padding:30px 0;
	background:url(../pics/pattern.png) repeat 0 0;
	text-align:center;
	clear:both;
	margin-top:50px;
}
.callto_item {
	background:url(../pics/callto.png) no-repeat 0 0;
	-webkit-background-size: cover; /* pour anciens Chrome et Safari */
  background-size: cover; /* version standardisée */
	width:232px;
	height:133px;
	line-height:133px;
	display:inline-block;
	margin:10px 5px;
	font-size:20px;
	color:white;
	text-decoration:underline;
	vertical-align:middle;
	font-family:Oswald, sans-serif;
	font-weight:700;
	text-transform:uppercase;
}
.callto_site a {
	float:right;
	display:inline;
	color:black;
	border:1px solid black;
	font-family:Oswald, sans-serif;
	font-weight:700;
	text-transform:uppercase;
	padding:3px 5px;
	margin-top:30px;
}
.callto_site a:hover {
	background:black;
	color:white;
}
.contentb { 
	margin-top:0;
}
.contentb_container{
	width:96%;
	margin:auto;
	max-width:980px;
	background:white;
	text-align:left;
	-webkit-box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.1);
	box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.1);
	position:relative;
	margin-bottom:40px;
}
.contentb_type {
	width:96%;
	margin:auto;
	max-width:980px;
	line-height:75px;
	vertical-align:middle;
}
.contentb_type p{
	padding-left:20px;	
	font-size:30px;
	font-family:Oswald, sans-serif;
	text-transform:uppercase;
	text-align:left;
	font-weight:400;
}
.contentb_container .submenu {
	padding:20px;	
}
.submenu_intro {
	position:relative;
	width:70%;
	min-width:300px;
	padding-top:10px;
	padding-bottom:10px;
	font-size:14px;
	color:#999999;
	margin-top:10px;
}
.contentb_container .submenu h1 {
	font-size:30px;
	color:#000000;
	font-family:Oswald, sans-serif;
	font-weight:700;
	padding-bottom:0px;
	text-transform:uppercase;
	vertical-align:middle;
}
.contentb_container .submenu ul {
	list-stype-type:none;
	padding-bottom:20px;
	padding-top:15px;
}
.contentb_container .submenu ul li {
	color:#c0c0c0;
	font-family:Oswald, sans-serif;
	font-weight:400;
	text-transform:uppercase;
	font-size:14px;
	padding-right:50px;
	float:left;
	display:inline;
	cursor:pointer;
}
.contentb_container .submenu ul li:hover, .contentb_container .submenu ul #active a {
	color:#996600;
	text-decoration:underline;
}
.contentb_container .submenu ul li a {
	color:#c0c0c0;
	text-decoration:none;
}
.contentb_container .lefty {
	padding:20px;
}
.contentb_container .lefty h2 {
	padding-bottom:15px;
}
.contentb_container .lefty .text {
	padding-bottom:20px;
}
.contentb_container .callto_site a {
	position:absolute;
	left:20px;
	float:none;
	bottom:20px;
}
#pic_left .callto_site a {
	left:auto;
	right:20px;
}
.ticket_forlines{
	width:100%;
	border-bottom:1px solid #e2e2e2;
	border-top:1px solid #f8f8f8;
	overflow:hidden;
	margin-bottom:30px;
	clear:both;
}
.ticket_line {
	width:100%;
	border-top:1px solid #e2e2e2;
	border-bottom:1px solid #f8f8f8;	
	overflow:hidden;
} 
.ticket_line .col1, .ticket_line .col2, .ticket_line .col3 {
	float:left;
	display:inline;
	width:20%;
	font-size:13px;
	color:#000000;
	font-family:"Roboto Slab", sans-serif;	
	line-height:36px;
	vertical-align:middle;
	font-weight:400;
	text-align:center;
	text-transform:uppercase;
}
.ticket_line .col1 {
	color:#a0a0a4;
	text-align:left;
	font-family:Oswald, sans-serif;
}
.ticket_line .callto_site a, #callto_buy, #callto_buy a {
	float:right!important;
	display:inline!important;
	position:static!important;
	margin:0px;
}
.ticket_line .callto_site {
	display:none;
}
.ticket_line#first .col2, .ticket_line#first .col3 {
	color:#98682f;
	font-family:Oswald, sans-serif;
}
.contentb_container .contact {
	padding:20px;
}
.for_contact {
	background-color:#ffff00;
	min-height:100px;
	padding:20px;
	overflow:hidden;
	padding-bottom:40px;
}
.for_contact p {
	padding:5px 0;
}
.contact_col1, .contact_col2, .contact_col3 {
	width:230px;
	margin-right:20px;
	float:left;
	display:inline;
	font-size:13px;
	line-height:18px;
	text-align:left;
}
.contact_col2, .contact_col3 {
	border-left:1px solid black;
	padding-left:10px;
}
.press_item, .agenda_item {
	padding:20px;
	overflow:hidden;
	border-top:1px solid #cccccc;
}
.agenda_item .callto_site a {
	position:static;
	margin:0;
	display:inline-block;
}
.agenda_item .home_news_type{
	margin-top:-15px;
	margin-bottom:10px;
}
.press_item#first, .agenda_item#first {
	border-top:0px;
}
.press_item img, .agenda_item img {
	float:left;
	display:inline;
	margin-right:20px;
}
.press_item_content, .agenda_item_content {
	overflow:hidden;
}
.press_item_title, .press_item_date, .agenda_item_title, .agenda_item_date {
	font-size:15px;
	color:#000000;
	font-family:Oswald, sans-serif;
	font-weight:700;
	text-decoration:underline;
	text-transform:uppercase;
}
.press_item_date, .agenda_item_date {
	color:#996600;
	text-decoration:none;
	padding:3px 0;
}
.press_item_text, .agenda_item_text {
	padding:20px 0;
	font-size:13px;
	line-height:18px;
}
.press_item_text p, .agenda_item_text p {
	padding:5px 0;
}
.press_item_download {
	padding-top:10px;
}
.press_item_download a {
	display:block;
	float:left;
	background:url(../pics/download.png) no-repeat 0 0;
	width:24px;
	height:23px;
	line-height:23px;
	vertical-align:middle;
	text-align:center;
	font-size:12px;
	color:black;
	font-family:Oswald, sans-serif;
	font-weight:700;
	text-transform:uppercase;
	margin-right:5px;
	font-size:13px;
}
.press_item_download .press_download {
	width:24px;
	height:24px;
	background:url(../pics/file_download.png) no-repeat 0 0;
}
.press_item_download .press_download:hover {
	width:24px;
	height:24px;
	background:url(../pics/file_download_hover.png) no-repeat 0 0;
}
.press_item_download a:hover {
	background:url(../pics/download_hover.png) no-repeat 0 0;
	color:#996600;
}
.temp_intro {
	font-family:Oswald, sans-serif;
	font-weight:700;
	text-transform:uppercase;
	text-align:center;
}
.temp_title {
	font-size:20px;
	color:black;
	text-decoration:underline;
	padding-top:20px;
}
.temp_date {
	font-size:15px;
	color:#996600;
	padding-bottom:20px;
}
.temp_date em, .agenda_item_date em {
	font-style:normal;
	color:black;
}
.temp_pic {
	width:100%;
	height:460px;
	background:no-repeat center center;
	-webkit-background-size: cover; /* pour anciens Chrome et Safari */
 	background-size: cover; /* version standardisée */
	position:relative;
}
.temp_pic .temp_text {
	position:absolute;
	width:96%;
	left:50%;
	margin-left:-48%;
	bottom:67px;
	background:url(../pics/temp_p.png) repeat 0 0;
	font-size:13px;
	line-height:18px;
}
.temp_pic .temp_text p{
	padding:10px;
}
.temp_more {
	position:absolute;
	bottom:-40px;
	left:50%;
	margin-left:-24px;
}
#avenir .temp_intro {
	background:#ffff00;
}
#avenir .temp_intro .temp_date {
	color:black;
}
#precedentes .temp_intro {
	background:black;
}
#precedentes .temp_intro .temp_title {
	color:white;
}
#precedentes .temp_intro .temp_date em {
	color:#996600;
}
.callto_back a {
	background:url(../pics/back.png) no-repeat 0 0;
	width:58px;
	height:56px;
	position:absolute;
	right:-25px;
	top:-25px;	
	display:block;
}
#expo_temp {
	position:relative;
}
#expo_temp .callto_back a {
	right:0;
	top:38px;
}
.bottom{
	text-align: center;
	padding:10px 0;
	font-size:15px;
}
.bottom a{
	color:#916720;
}
.bottom a:hover{
	text-decoration: underline;
}
.footer {
	width:100%;
	height:115px;
	background-color:#333333;
	position:relative;
	height:1px;
	background-color:transparent;
}
.footer .back_to_top {
	background:url(../pics/back_to_top.png) no-repeat 0 0;
	width:54px;
	height:52px;
	position:fixed;
	bottom:140px;
	bottom:50px;
	right:5%;
	cursor:pointer;
	z-index:4;
}
@media screen and (max-width: 1000px) {
.slide_line2 {
	font-size:44px;
}
#top .burgermenu {
	float:right;
	display:inline;
	font-size:18px;
}
#pic_left .thepic, #pic_left .thecontent, #pic_right .thepic, #pic_right .thecontent {
	width:100%;
	padding:0;
	clear:both;
}
#pic_left .thepic img, #pic_right .thepic img {
	width:100%;
	height:auto;
	margin-bottom:20px;
}
.contentb_container .callto_site, #pic_left .callto_site {
	position:static;
}
.contentb_container .submenu ul {
	display:none;
}
.contentb_container .submenu h1 {
	padding-bottom:0px;
}
.for_contact {
	text-align:center;
}
.contact_col1, .contact_col2, .contact_col3 { 
	margin:20px;
	padding:0;
	background:none;
	display:inline-block;
	vertical-align:top;
	border:none;
}
#event .agenda_item img {
	clear:both;
	float:none;
	margin-bottom:20px;
}
}
@media screen and (max-width: 500px) {
.press_item img, .agenda_item img {
	clear:both;
	float:none;
	margin-bottom:20px;
}
#event .agenda_item img {
	width:100%;
	height:auto;
}
.sticky#top .top_container .logo a {
left:10px;
width:200px;
    height:18px;
    top:22px;
    background-size: 200px 17.33px;
    }
.admin_a {
	background:url(../cms/pics/submit.png) repeat-x 0 0;
	height:36px;
	width:100px;
	border:1px solid #000;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:bold;
	font-size:18px;
	color:#fff;
	text-shadow: 2px 2px 2px #000;
	cursor:pointer;
	position:fixed;
	left:50%;
	margin-left:-50px;
	bottom:5px;
	line-height:30px;
	height:30px;
	vertical-align:middle;
	font-size:14px;
	dislplay:inline;
	z-index:10000;
	text-align:center;
}
#bgcolor_a, .bgcolor_a {
	background-color:#a17217!important;
}