/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

 
section.tm-bottom-b {
background: #e9e9e9;
color: #444444;
border: 1px solid #dddddd;
border-radius: 4px;
margin-left: 0px;
margin-top: 10px !important;
}

body {
	background: url(../images/bg-jk.jpg);
}
#tm-middle{
	padding-top: 10px;
	background: #fcf0ca;
	  -webkit-box-shadow: 5px 2px 20px 1px rgba(0, 0, 0, 0.4);
  /* WebKit */

  -moz-box-shadow: 5px 2px 20px 1px rgba(0, 0, 0, 0.4);
  /* Firefox */

  box-shadow: 5px 2px 20px 1px rgba(0, 0, 0, 0.4);
  /* Standard */

  padding-right: 35px;
  padding-bottom: 15px;
}
#hiddenfooter {
	max-height: 3px;
	overflow: hidden;
	width:100%;
	max-width: 1165px;
	margin: 0 auto;
	transition: max-height 2s;
	cursor: pointer;
}
#hiddenfooter.active {
	max-height: 9000px;
}
html {
	height: 100%;
}

body {
	min-height: 100%;
}

.tm-headerbar .uk-panel {
	max-width: 100%;
}

.tm-headerbar {
	margin: 10px 0 0 -25px;
	display: block !important;
  	-webkit-box-shadow: 5px 2px 20px 1px rgba(0, 0, 0, 0.4);
  	-moz-box-shadow: 5px 2px 20px 1px rgba(0, 0, 0, 0.4);
  	box-shadow: 5px 2px 20px 1px rgba(0, 0, 0, 0.4);
}

.tm-navbar {
	margin-top: 0;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
}

.uk-navbar-nav > li > a {
	font-size: 1.1em;
	line-height: 34px;
	height: 34px;
}

.uk-nav-side ul > li > a:before {
	content: "\00b7  ";
}

#sliderhandler {
  width: 100%;
  height: 3px;
  display: block;
  cursor: pointer;
}
#slider {
  height: 0px;
  padding-top: 2px;
  width: 100%;
  background: #FCF0CA;
  overflow: hidden;
}
#slider.active {
  padding: 1em 0;
}
#tm-main-bottom .uk-panel-box {
	border: 0px;
	margin-top: -3.5em;
}
.tm-footer {
	margin-top: 0px !important;
}
.tm-main a, .tm-main .uk-link {
	text-decoration: underline;
	color: #444444;
}

#tm-bottom-b, #tm-footer {
	margin-left: -35px;
}

.uk-panel-box {
	background: none !important;
	border-radius: 0px !important;
	padding: 6px;
}

.uk-panel-box>.uk-nav-side {
	margin: 0 -6px;
	font-size: 15px;
}

.tm-sidebar-a .uk-panel-box .linkbox,
.tm-sidebar-b .uk-panel-box .linkbox{
	background: #efefef;
	display: block;
	width: 100%;
	padding: 10px 0;
	color: black;
	margin: -11px 0 -6px -6px;
	padding: 5px 6px;
}

.tm-sidebar-a .uk-panel-box.mystile .linkbox,
.tm-sidebar-b .uk-panel-box.mystile .linkbox {
	margin: 0 0 -5px -5px;
	padding: 10px 5px;
}

.tm-sidebar-a .uk-panel-box > ins, .tm-sidebar-a .uk-panel > ins,
.tm-sidebar-b .uk-panel-box > ins, .tm-sidebar-b .uk-panel > ins {
	display: block !important;
	margin: 0 auto !important;
}

.tm-sidebar-a .uk-panel-box .uk-nav > li,
.tm-sidebar-b .uk-panel-box .uk-nav > li {
	border-bottom: 1px dotted #8C8C8C;
}

.tm-sidebar-a .uk-panel-box .uk-nav > li:last-child,
.tm-sidebar-b .uk-panel-box .uk-nav > li:last-child {
	border-bottom: 0px;
}

.uk-nav-parent-icon>.uk-parent>a:after {
	content: "";
}

.uk-nav-side>li>a:hover, .uk-nav-side>li>a:focus {
	background: #fff;
}

.uk-panel-box.shadow {
	-webkit-box-shadow: 0 6px 6px -1px #8C8C8C;
	box-shadow: 0 6px 6px -1px #8C8C8C;
}

.uk-panel-box.mystile {
	border: 1px solid #A0A0A0;
	padding: 5px;
	border-radius: 8px;
}

.uk-panel-box.mystile h3 {
	border-bottom: 1px solid #A0A0A0;
}

.tm-leading-article .uk-article:last-child {
	border-bottom: 0px;
}

input.uk-search-field {
	border: 1px solid #A0A0A0;
	background: #efefef;
}

.tm-sidebar-b input.uk-search-field {
	width: 100%;
}

.tm-sidebar-b .uk-panel.search h3 {
	border: 1px solid #A0A0A0;
	background: #fff;
}

.tm-bottom-b .uk-panel-box {
	border: 0px;
}

.tm-bottom-b .uk-panel {
	margin-top: 0px !important;
}

.uk-panel-box._menu {
	padding: 0 6px;
}

.uk-nav-side {
	background: #f1d1b4; /* Old browsers */
	background: -moz-linear-gradient(left, #f1d1b4 0%, #fefcfa 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f1d1b4), color-stop(100%,#fefcfa)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #f1d1b4 0%,#fefcfa 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #f1d1b4 0%,#fefcfa 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #f1d1b4 0%,#fefcfa 100%); /* IE10+ */
	background: linear-gradient(to right, #f1d1b4 0%,#fefcfa 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1d1b4', endColorstr='#fefcfa',GradientType=1 ); /* IE6-9 */
}

.uk-nav-side > li.uk-active > a {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e09c5f+0,fefcfa+100 */
	background: #e09c5f; /* Old browsers */
	background: -moz-linear-gradient(left, #e09c5f 0%, #fefcfa 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e09c5f), color-stop(100%,#fefcfa)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #e09c5f 0%,#fefcfa 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #e09c5f 0%,#fefcfa 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #e09c5f 0%,#fefcfa 100%); /* IE10+ */
	background: linear-gradient(to right, #e09c5f 0%,#fefcfa 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e09c5f', endColorstr='#fefcfa',GradientType=1 ); /* IE6-9 */
}

#repertoire tr:nth-child(even) {
	background: #f7d377;
}

#social_bookmarks {
  position: absolute;
  right: 0;
  height: 50px;
  top: -10px;
}
.social {
  right: 5px;
  margin-top: -237px;
  width: 221px;
}
.sociallayer {
  background: #fff;
  border: 1px solid #d5d6d6;
  padding: 0;
  margin: 0;
  -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,.15);
  -moz-box-shadow: 1px 1px 5px rgba(0,0,0,.15);
  box-shadow: 1px 1px 5px rgba(0,0,0,.15);
  display: none;
  border-radius: 2px;
}
.sociallayer ul {
  margin: 0;
  list-style: none;
  padding: 5px 0 5px 10px;
}
.social:hover .sociallayer {
  display: block;
}
.sociallayer a{
  background: url(../images/socialicons.gif) no-repeat;
  padding: 0 0 0 20px;
  display: inline-block;
  height: 16px;
  margin-bottom: 5px;
}
.sociallayer .facebook a{
  background-position: 0 -288px;
}
.sociallayer .twitter a{
  background-position: 0 -864px;
}
.sociallayer .googleplus a{
  background-position: 0 -368px;
}
.sociallayer .rss a{
  background: url(../images/rss.png) no-repeat;
}

/*** main styles by david jardin ***/
/*** typographie ***/
body {
  font-family: Verdana, Arial, Helvetica, sans-serif !important;
  font-size: 13px !important;
  color: #000000;
}
a, .uk-link, .uk-nav-side ul a {
	color: #444444;
}

h1,
h2,
h3,
h4 {
  margin: 0;
}
h1.rot {
  color: #c82b0f;
  font-weight: bold;
}
h2.rot {
  color: #ff5b0d;
  font-weight: bold;
}
h3.rot {
  color: #ff5b0d;
  font-weight: bold;
}
h1.blau {
  color: #003399;
  font-weight: bold;
}
h2.blau {
  color: #0066CC;
  font-weight: bold;
}
h3.blau {
  color: #0066CC;
  font-weight: bold;
}
h1.rot, h2.rot, h3.rot, h1.blau, h2.blau, h3.blau {
  font-style: italic;
  font-family: Georgia,Times New Roman,Times,serif;
}

h1, .uk-h1 {
	font-size: 2em;
	line-height: 1em;
}

h2, .uk-h2 {
	font-size: 1.5em;
}

h3, .uk-h3 {
	font-size: 1.3em;
}

*+h1, *+h2, *+h3, *+h4, *+h5, *+h6 {
	margin-top: 0px;
}

em {
	color: inherit !important;
}

@media (min-width: 1220px) {
	.tm-headerbar {
		margin: 10px 0 0 -35px;
	}
}




/***************************/
/*   NEW -- 27.11.2013     */
/***************************/
/*    TABS ANGEBOTE 	   */
/***************************/

.bm-tab{
	position:relative;
	/* width:100%;	*/
	width:750px;
	padding: 5px;
	font-family:verdana;
	font-size:12px;
}

.bm-tab-2 {
	position:relative;
	/* width:100%;	*/
	width:750px;
	padding: 5px;
	font-family:verdana;
	font-size:12px;
	margin:45px 0 0 0;
}

hr.bord {
    background: none repeat scroll 0 0 rgba(51, 51, 51, 0.4);
    border: medium none;
    float: left;
    height: 1px;
    margin-bottom: 20px;
    margin-left: 15px;
    margin-top: 20px;
    position: relative;
    width: 705px;
}

.cycle-carousel-wrap {
	width:1400px;
}


#bm-content-tab-90 .bm-center-button .circle-left {
	top:140px;
}

#bm-content-tab-90 .bm-center-button .circle-right {
	top:140px;
}


.bm-tab img{
	vertical-align: middle;
}
.bm-tab *, .bm-tab *:before, .bm-tab *:after{
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
}
.bm-tab a {
    color: #428BCA;
    text-decoration: none;
}
.bm-tab a:hover {
   font-weight: bold;
}
.bm-tab i{
	color:#428BCA;
}

.bm-tab .btn-bm-tab-ajax {
    background-color: #428BCA;
    border-color: #357EBD;
    color: #FFFFFF;
}
.bm-tab .btn-bm {
    -moz-user-select: none;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px 4px 4px 4px;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
	background-color: #006DCC;
    background-image: linear-gradient(to bottom, #0088CC, #0044CC);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bm-tab .btn-bm:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.bm-tab .btn-bm:hover,
.bm-tab .btn-bm:focus {
  font-weight:bold;
  text-decoration: none;
}

.bm-tab .btn-bm:active,
.bm-tab .btn-bm.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* For top style */
.bm-tab .bm-tab-top{ background:none; vertical-align:middle; text-align:center; overflow:hidden; padding-top:5px; padding-left:0px; position:relative; z-index:20;}
.bm-tab .bm-tab-top .bm-header-item{ float:left}
/* Commont style */

.bm-tab .bm-tab-header .bm-header-item:first-child{
	
}

.bm-tab .bm-tab-header .bm-header-item{
	margin:0 5px 0 0;
	padding: 10px 15px;
	font-size:14px;
	font-weight: normal;	
	overflow:hidden;
	cursor:pointer;
	background-color:#f4d399;
	color:#000;
	font-weight:bold;
	-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;

-webkit-box-shadow: inset 0px -5px 3px 0px #d8c895;
box-shadow: inset 0px -5px 3px 0px #d8c895; 
}
.bm-tab .bm-tab-header .active{
	background:#FAE2A6;
	color: #000;
	font-weight:bold;
	-webkit-box-shadow: inset 0px 0px 0px 0px #d8c895;
box-shadow: inset 0px 0px 0px 0px #d8c895; 
}
.bm-tab .bm-tab-header .bm-header-item:hover{
	background:#FAE2A6;
	color: #000;
	font-weight:bold;
	-webkit-box-shadow: inset 0px 0px 0px 0px #d8c895;
box-shadow: inset 0px 0px 0px 0px #d8c895; 
}
.bm-tab .bm-tab-content {
	position: relative;
	clear:both;	
	overflow:hidden;
	z-index:10;
	margin-top:0px;
	-webkit-border-radius: 10px;
-webkit-border-top-left-radius: 0;
-moz-border-radius: 10px;
-moz-border-radius-topleft: 0;
border-radius: 10px;
border-top-left-radius: 0;

}


.shadowbot {
	width:750px;
	height:25px;
	background:url(../images/shadow_bottom.png) no-repeat;
	float:left;
}


.bm-tab .bm-tab-content .bm-content-item{
	position: absolute;
	bottom:600px;
	opacity:0;
	width:100%;
	height:100%;
 	-moz-opacity: 0;
  	-khtml-opacity: 0;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	overflow:hidden;
	z-index: 10;
	display:none\9;
	*display:none;
	_display:none;
}
.bm-tab .bm-tab-content .active{
	position: relative;
	bottom:0px;
	height:auto;
	opacity:1;
	-moz-opacity: 1;
  	-khtml-opacity: 1;
	z-index: 100;
	display:block\9;
	*display:block;
	_display:block;
}

.bm-tab .bm-tab-content .bm-content-item .bm-target-data{
	clear: both;
    overflow: hidden;
    padding: 10px;
	color: #666
}
.bm-tab .bm-tab-content .bm-content-item .bm-target-data .bm-tab-item{
	position: relative;
	width: 33%;
	float: left;
	/*padding-right:10px;*/
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom: 1px solid #CCCCCC;
}

/* Image item area */
.bm-tab .bm-tab-content .bm-content-item .bm-target-data .bm-tab-item .bm-image{
	/*border: thin solid #CCCCCC;*/
    overflow: hidden;
    padding: 4px;
    position: relative;
}
.bm-tab .bm-tab-content .bm-content-item .bm-target-data .bm-tab-item .bm-image img{
	width: 100%;
	height:auto;
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.bm-tab .bm-tab-content .bm-content-item .bm-target-data .bm-tab-item .bm-image:hover .bm-readmore-button{
	top: 40%;
}
.bm-tab .bm-tab-content .bm-content-item .bm-target-data .bm-tab-item .bm-image:hover .bm-overlay{
	bottom:0px;
}
.bm-tab .bm-tab-content .bm-content-item .bm-target-data .bm-tab-item .bm-image .bm-readmore-button{
	position: absolute;
	top: -200%;
	right: 45%;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	z-index:10;
}
.bm-tab .bm-tab-content .bm-content-item .bm-target-data .bm-tab-item .bm-image .bm-readmore-button i{
	font-size: 25pt;
	color: #428BCA;
}
.bm-tab .bm-tab-content .bm-content-item .bm-target-data .bm-tab-item .bm-image .bm-overlay{
	background: rgb(255, 255, 255) transparent;
	background: rgba(255, 255, 255, 0.8);
	/* IE 6/7 */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF, endColorstr=#CCFFFFFF);
	/* IE8 */    
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF, endColorstr=#CCFFFFFF)";
	width:100%;
	height:100%;
	position: absolute;
	bottom:500px;
	z-index:8;
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}
/* Content item area */
.bm-tab .bm-tab-content .bm-content-item .bm-target-data .bm-tab-item .bm-content{
	padding: 4px;
	font-size:10pt;
	line-height: 16pt;
	
}
.bm-tab .bm-tab-content .bm-content-item .bm-target-data .bm-tab-item .bm-content .bm-info{
	background: none repeat scroll 0 0 #F5F5F5;
    color: #999999;
    font-size: 8pt;
    padding: 4px;
	margin-top: 5px;
	overflow: hidden;
}
.bm-tab .bm-tab-content .bm-content-item .bm-target-data .bm-tab-item .bm-content .bm-info div{
	float:left;
	margin-right: 4px;
}
.bm-tab .bm-tab-content .bm-content-item .bm-target-data .bm-tab-item .bm-content .bm-info div:last-child{
	float:none;
	border-right: none;
}
.bm-tab .bm-tab-content .bm-content-item .bm-target-data .bm-tab-item .bm-content .bm-info i{
	color:#428BCA
}

.bm-tab .bm-tab-content .bm-content-item .bm-target-data .bm-tab-item .bm-content .bm-title{
	font-size:12pt;
	color: #428BCA;
	font-weight:bold;
	margin-top: 5px;
}
.bm-tab .bm-tab-content .bm-content-item .bm-target-data .bm-tab-item .bm-content .bm-title:hover{
	text-decoration:underline
}
.bm-tab .bm-tab-content .bm-content-item .bm-target-data .bm-tab-item .bm-content .bm-desc{
	margin-top: 5px;	
}
/* Load more button */
.bm-tab .bm-tab-content .bm-content-item .bm-tab-loadmore{
	position: relative;
	width: 130px;
	margin:5px auto;
	z-index:10;
}
.bm-tab .bm-tab-content .bm-content-item .bm-tab-loadmore i{
	color: #fff;
	float:left;
	line-height:15pt;
	position:relative;
}
.bm-tab .bm-tab-content .bm-content-item .bm-tab-loadmore .bm-loading{
	display:none
}
.bm-tab .bm-tab-content .bm-content-item .btn-overlay{
	background: rgb(66, 139, 202) transparent;
    bottom: 0;
    height: 38px;
    margin: 5px auto;
    position: absolute;
    width: 100%;
    z-index: 11;
	display:none;
}
.bm-tab .bm-tab-content .bm-content-item .bm-tab-loadone{
	color: #428BCA;
	font-weight:bold;
	width: 150px;
	margin:5px auto;
}
.bm-tab .bm-tab-content .bm-content-item .bm-tab-loadone i{
	font-size: 20pt;
}
.bm-tab .bm-tab-content .bm-content-item .bm-target-data .bm-nodata{
	color: #428BCA;
	text-align:center;
	font-weight:bold;
}


/* Theme 3 style */
.bm-tab-theme2 .bm-tab-content .bm-content-item .bm-target-data .bm-tab-item{
	overflow:hidden;
}



.bm-tab-theme3 .bm-item {
	width:160px !important;
	margin: 0 11px 0 8px;
	float:left;
	
}


.bm-tab-theme3 #sec {
    float: left;
    margin: 0 8px 0 8px;
    width: 165px !important;
}


.bm-target-data {
	background:#FAE2A6;
}

.bm-tab-theme3 .bm-content-item .bm-slideshow {margin: 5px;}
.bm-tab-theme3 .bm-content-item .bm-slideshow .bm-item {overflow:hidden; position:relative;}
.bm-tab-theme3 .bm-content-item .bm-slideshow .bm-item img {
	float:left; 
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.bm-tab-theme3 .bm-content-item .bm-slideshow #sec img {
	border-radius: 0 !important;
}

.bm-tab-theme3 .bm-content-item .bm-slideshow .bm-item .bm-title{
	position:relative;
	z-index:2;
	color: #000;
	width: 100%;
	float:left;
	background:#FCF0CA;
	 min-height: 45px;
    padding: 10px 5px 5px;
	text-align:center;
	font-weight:bold;
	white-space:normal;
	

}
.bm-tab-theme3 .bm-content-item .bm-slideshow .bm-item .bm-title a {
	text-decoration: none;
	color:#0066CC;
	background:none;
}

.bm-tab-theme3 .bm-content-item .bm-slideshow .bm-item .bm-title a:hover {
	text-decoration: none;
	background:none;
}


.bm-tab-theme3 .bm-content-item .bm-slideshow .bm-item .bm-desc{
	position:relative;
	float:left;
	color:#000;
	background:#FCF0CA;
	text-align:center;
	padding: 0 5px 40px 5px;
	z-index:99;
	width:100%;
	font-size: 12px;
	line-height: 15px;
	white-space:normal;
	
}
.bm-tab-theme3 .bm-content-item .bm-slideshow .bm-item .bm-readmore-button{
	position: absolute;
	top: 10px;
	right: 0px;
	border-radius: 50%;
	background: rgb(66, 139, 202) transparent;
	background: rgba(66, 139, 202, 0.8);
	z-index:10;
	padding:3px;
	
}
.bm-tab-theme3 .bm-content-item .bm-slideshow .bm-item .bm-readmore-button i{
	font-size: 25pt;
	color: #fff;
}
.bm-tab-theme3 .bm-content-item .bm-slideshow .bm-item .bm-readmore-button:hover{
	
}


.bm-tab-2 .bm-target-data {
	min-height: 290px;
}

.bm-tab-2 a {
    color: #428BCA;
    text-decoration: none;
}

.bm-tab-2 .boxlink {
   float: right;
    margin: 15px 0 5px;
    text-align: right;
    width: 745px;
    padding-right:5px;
    
}

.bm-tab-2 h2 {
	padding: 10px 0 0px 20px;
}

/* Circles */
.circle-left {
	position:absolute;
	left:0;
	top:60px;
	width:45px;
	height:45px;
	z-index:999;
	background:url(../images/left.png) no-repeat;
}

.circle-right {
	position:absolute;
	right:5px;
	top:60px;
	width:45px;
	z-index:999;
	height:45px;
	background:url(../images/right.png) no-repeat;
}



.bm-center-button .disabled {
	display:none;
}



.boxlink {
	float:right;
	width:100%;
	margin:15px 0 5px 0;
	text-align:right;
	
}


.boxlink a:hover{
	font-weight: normal;
	
}

div.m4j_form_wrap textarea {
	height: auto;
}

.well {
	background: transparent;
}

#jform_contact_message {
	min-height: 150px;
}
