@charset "utf-8";
/* CSS Document */

/*---------- Google Fonts ----------*/



body{
	font-family: 'hindvadodararegular';
	background-color: #fff;
}

a,
input,
button,
textarea { outline: none !important; }

a {
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
}

.pad-left {
	padding-left:0;
}

.pad-right {
	padding-right:0;
}

.pad-top {
	padding-top:0;
}

.pad-bottom {
	padding-bottom:0;
}

.padding {
	padding:0;
}


.big-heading {
	font-size:46px;
	line-height:46px;
	color:#464646;
	font-family: 'semibold';
	word-wrap: break-word;
}

.common-heading, h1,  h2, h3 {
	font-size:42px ;
/*	color:#000; */
	font-family: 'semibold';
	word-wrap: break-word;
}

.medium-heading {
	font-size:36px;
	line-height:36px;
/*	color:#000; */
	font-family: 'semibold';
	word-wrap: break-word;
}

.small-heading {
	font-size:24px;
	line-height:24px;
	/*color:#000;	 */
	font-family: 'semibold';
	word-wrap: break-word;
}

.footer-title {
	font-size:20px;
	line-height:26px;
	color:#ffffff;
	padding:0 0 40px 0;
	text-transform:uppercase;
	font-family: 'hindvadodarabold';
	word-wrap: break-word;
}

p {
	font-size:16px;
	line-height:24px;
/* MG	color:#909090; */
	margin:0 0 22px 0;
	line-height: 24px;
/*	font-family: 'medipolis_rgwebfont' */
}

.tab-pane p {
    color: #909090;
}


p.black {
	color:#010101;	
}

ul {
	margin:0;
	display:block;
	padding:0 0 25px 20px;
}

ul li {
	list-style-type:square;
	font-size:16px;
	line-height:24px;
/*	color:#000000;
*/
}

.footer .add-con ul li {
    color:#CCCCCC;
}

.btn.white {
	background-color:#fff;
	color:#000;
}

.btn.white:hover {
	background-color:#000;
	color:#fff;	
}

.btn {
	padding:15px 58px;
	border:none;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-ms-border-radius:0;
	-o-border-radius:0;
	background-color:#008812;
	font-family: 'semibold';
	font-size:16px;
	line-height:16px;
	color:#fff;
	text-transform:uppercase;
}


.btn:hover {
	background-color:#000;
	color:#fff;
}

.gray {
	background-color:#d8d8d8;
}

.col-centered {
	float:none;
	margin:0 auto;	
}

.vertical-block {
	vertical-align:middle;
  	display: table-cell;	
}



/*==================================================================*/
/*========== Bootstrap Class Overwrite Start ==========*/
/*==================================================================*/



/*==================================================================*/
/*========== Bootstrap Class Overwrite Class End ==========*/
/*==================================================================*/



/*==================================================================*/
/*========== Header Start ==========*/
/*==================================================================*/
.header {
/* MG	position:absolute; */
	top:0;
	left:0;
	right:0;
	padding:15px 0;
	background-color:#fff;
	z-index:99;
}

.logo {
	float:left;	
}

.navigation {
	float:right;
}

ul.slimmenu {
	float: right;
	width:auto !important;
}

ul.slimmenu li {
	float:none !important;	
}

.header ul.slimmenu li ul li {
	padding-bottom:0 !important;	
}

.header .language {
	float:right;	
}

.header .language .btn {
	background-color:#fff;
	padding:10px 10px 5px 10px;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-ms-border-radius:0;
	-o-border-radius:0;
	border:none;
}

.header .language .dropdown-menu li {
	padding-bottom:5px;	
}

.header .language .btn i {
	margin:0;
	padding:0;	
}

.header .language .btn-info {
	border:none;
	background-color:transparent;	
}

.header .language .btn-info:active,
.header .language .btn-info.active,
.header .language .open > .dropdown-toggle.btn-info {
	background-color:transparent;	
}

.header .language .caret {
	display:none;
}


.header .language .dropdown-menu {
	min-width:auto;
	background-color:rgba(255,255,255,0.7);
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-ms-border-radius:0;
	-o-border-radius:0;
	border:none;
	padding: 0 6px;
}

.header .language .btn-default:active:hover,
.header .language .btn-default.active:hover,
.header .language .open > .dropdown-toggle.btn-default:hover,
.header .language .btn-default:active:focus,
.header .language .btn-default.active:focus,
.header .language .open > .dropdown-toggle.btn-default:focus,
.header .language .btn-default:active.focus,
.header .language .btn-default.active.focus,
.header .language .open > .dropdown-toggle.btn-default.focus {
	background-color:rgba(255,255,255,0.7);	
}


.header .language .dropdown-menu > li {
	list-style-type:none;	
}

.header .language .dropdown-menu > li > a {
	padding:5px;	
}

/*========== Header End ==========*/


/*========== Header-two Start ==========*/
.header-two {
	z-index: 99;
	position:relative;	
}


.header-two .language .btn-default:active:focus {
	background-color:transparent;
	box-shadow:none;	
}

.header-two .language {
	float:right;	
}

.header-two .language .btn {
	background-color:#fff;
	padding:42px 10px 5px 10px;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-ms-border-radius:0;
	-o-border-radius:0;
	border:none;
}

.header-two .language .dropdown-menu li {
	padding-bottom:5px;	
}

.header-two .language .btn i {
	margin:0;
	padding:0;	
}

.header-two .language .btn-info {
	border:none;
	background-color:transparent;	
}

.header-two .language .btn-info:active,
.header-two .language .btn-info.active,
.header-two .language .open > .dropdown-toggle.btn-info {
	background-color:transparent;	
}

.header-two .language .caret {
	display:none;
}


.header-two .language .dropdown-menu {
	min-width:auto;
	background-color:rgba(255,255,255,0.7);
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-ms-border-radius:0;
	-o-border-radius:0;
	border:none;
	padding: 0 6px;
}

.header-two .language .btn-default:active:hover,
.header-two .language .btn-default.active:hover,
.header-two .language .open > .dropdown-toggle.btn-default:hover,
.header-two .language .btn-default:active:focus,
.header-two .language .btn-default.active:focus,
.header-two .language .open > .dropdown-toggle.btn-default:focus,
.header-two .language .btn-default:active.focus,
.header-two .language .btn-default.active.focus,
.header-two .language .open > .dropdown-toggle.btn-default.focus {
	background-color:rgba(255,255,255,0.7);	
}

.header-two .language .dropdown-menu > li {
	list-style-type:none;	
}

.header-two .language .dropdown-menu > li > a {
	padding:5px;	
}

.header-two .logo { padding-top:28px; }
/*========== Header-two End ==========*/




/*==================================================================*/
/*========== Header End ==========*/
/*==================================================================*/


/*==================================================================*/
/*========== New Class Add Start ==========*/
/*==================================================================*/
/*========== Top Slider Section Start ==========*/

.slider {
	/*background-color:#008812;	*/
}

.carousel-control.left {
	background-image:none;
	left:6%;
}

.carousel-control.right {
	background-image:none;
	right:6%;	
}

.carousel-control {
	top:50%;
	bottom:auto;
	left:auto;
	width:auto;
	background-color:transparent;
	background-image:none;
	opacity:1;
	text-shadow:none;	
}

.carousel-inner > .item > img {
	width:100%;	
}


.carousel-control i {
	font-size:40px;
	line-height:40px;
	color:#fff;	
}

/*.glyphicon-chevron-left:before {
	font-family: 'FontAwesome';
	content:"\f104";	
}

.glyphicon-chevron-right:before {
	font-family: 'FontAwesome';
	content:"\f105";	
}*/

.slider .carousel-caption {
	bottom:0;
	left:0;
	right:0;
	padding:0;	
}

.slider .carousel-caption .caption-detail {
	background-color:rgba(255,255,255,0.8);
	padding:60px 62px 26px 41px;
	float:left;
	text-shadow:none;
	text-align:left;
}

.slider .medium-heading {
	padding-bottom:6px;
	font-family: 'semibold';
}

.slider p {
	font-size:20px;
	line-height:30px;
/* MG	color:#000; */
	font-family: 'hindvadodaralight';
}

/*========== Top Slider Section End ==========*/

/*========= Slider Two Start ============*/
.slider-two {
	background:#008812;
}

.slider-two .col-sm-12.col-md-7.padding {
	width: 55%;
}

.slider-two .col-sm-12.col-md-5 {
	width: 45%;
}

.slider-two .col-sm-12.col-md-5 .col-sm-12.col-md-12.col-lg-6 {
	width:56%;	
}

.slider-two .carousel-inner > .item > div > img {
	width:100%;
}

.slider-two .caption-detail {
	text-align:left;
	padding-top:200px;
	padding-left:17px;
}

.slider-two .medium-heading {
/* MG	color:#fff; */
	margin-bottom:8px;
}

.slider-two .caption-detail p {
	font-size:20px;
	line-height:36px;
	color:#fff;
	font-family: 'hindvadodaralight';
}

.carousel-caption {
	text-shadow:none;
	/* MG nahfolgend hinzugefügt */
	z-index: 0;
}

.slider-two  a.btn {
	background:none;
	border:1px solid #fff;
/* MG	color:#fff; */
}

.slider-two  a.btn:hover {
	border:1px solid #000;
}

.slider-two .carousel-control.left , .slider-three .carousel-control.left {
	left:17%;
}

.slider-two .carousel-control.right , .slider-three .carousel-control.right  {
	right:17%;
}

.slider-two .carousel-control i {
	color:#000000;
	font-size:32px;
	line-height:36px;
}

.slider-two .carousel-control  {
	height:36px;
	width:36px;
	border-radius:50%;
	-webkit-border-radius:50%;
	-ms-border-radius:50%;
	background:#f8f7f4;
}

.slider-three .item img {
	height:567px;
	object-fit:cover;
}

/*========== Slider Two End ==========*/


.slider-sec .col-md-7.col-md-push-5.padding {
/*	left: 46%;
*/	width: 54%;
}

.slider-sec .col-md-5.col-md-pull-7 {
	/*right: 54%;*/
	width: 46%;
	/*position:static;*/
}

.slider-sec .sec-item-detail {
	padding-top: 200px;
    position: absolute;
    left: 0;
    right: 0;
/* MG    z-index: 999; */
    z-index: 0;

}

.slider-sec .sec-item-detail p {
	font-size:20px;
	line-height:28px;
/* MG	color:#fff;	*/
}

.slider-caption{ padding:0;position:static;
}

.slider-caption-content{ position:absolute;top:50%;left:0;right:0;
transform: translate(0%,-50%);
	-webkit-transform: translate(0%,-50%);
	-moz-transform: translate(0%,-50%);
	-ms-transform: translate(0%,-50%);
	-o-transform: translate(0%,-50%);}
.slider-caption-content  p {
    font-size: 20px;
    line-height: 28px;
	color:#fff;
}

.slider-fatured-img{ width:100%;}


/*========= Slider Three Start ============*/

.slider-three .medium-heading {
	font-family: 'hindvadodarabold';
	color:#fff;
	font-size:60px;
	line-height:80px;
	border-bottom:2px solid #fff;
	width:85%;
	margin:0 auto;
}

/* MG .slider-three .small-heading { */
.slider-three .small-heading, .slider-three .small-heading p {
	font-size:42px;
	color:#fff;
	line-height:42px;
}

.slider-three .carousel-caption {
	top:50%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	padding:0;
	bottom:auto;
	left:50%;
	width:100%;
}

.slider-three .carousel-indicators li {
	height:15px;
	width:15px;
	margin:0 0 0 3px;
	background:#fff;
	border:none;
}

.slider-three .carousel-indicators .active {
	height:15px;
	width:15px;
	background:#9b9b9b;
}

.slider-three .carousel-indicators {
	bottom:30px;
	margin-bottom:0;
}



/*========== Common Text Section Start ==========*/
.common-text {
	padding:70px 0 50px 0;	
}

.common-text p {
/*	color:#000;	*/
/*	font-family: 'medipolis_rgwebfont'; */
}

/*========== Common Text Section End ==========*/

/*========== Red Image Detail Start ==========*/
.red-image-detail {
	background-color:#008812;
	position:relative;
}

.red-image-detail img { width:100%; }

.red-image-detail .col-sm-6.col-md-6.col-lg-6.col-sm-pull-6 {
	position:static;	
}

.red-image-detail .red-image-left-detail {
	position:absolute;
	top:50%;
	left:0;
	right:0;
	transform: translate(0%,-50%);
	-webkit-transform: translate(0%,-50%);
	-moz-transform: translate(0%,-50%);
	-ms-transform: translate(0%,-50%);
	-o-transform: translate(0%,-50%);
}


.red-image-detail p {
	font-size:24px;
	line-height:28px;
	font-family: 'hindvadodararegular';
	font-weight:normal;	
}

.red-image-detail .btn {
	margin-top:50px;	
}

/*========== Red Image Detail End ==========*/

/*========== gray Image Detail Start ==========*/
.gray-image-detail {
	background-color:#cbcbcb;
	position:relative;
}

.gray-image-detail img {
	width:100%;	
}

.gray-image-detail  .col-sm-6.col-md-6.col-lg-6.padding {
	position:static;	
}

.gray-image-detail .gray-right-detail {
	position:absolute;
	top:50%;
	left:0;
	right:0;
	transform: translate(0%,-50%);
	-webkit-transform: translate(0%,-50%);
	-moz-transform: translate(0%,-50%);
	-ms-transform: translate(0%,-50%);
	-o-transform: translate(0%,-50%);	
}

.gray-image-detail .common-heading {
	padding-bottom:22px;	
}
 
.gray-image-detail p {
	font-size:24px;
	line-height:28px;
	font-family: 'hindvadodararegular';
	font-weight:normal;
		
}

.gray-image-detail .btn {
	margin-top:50px;	
}

/*========== gray Image Detail End ==========*/

/*========== Image Detail Section Start ==========*/
.image-detail {
	padding:75px 0;
	display: table;
	width: 100%;	
}

.image-detail .col-sm-6.col-md-6 {
	display: table-cell;
    vertical-align: middle;
    float: none;	
}

.image-detail .common-heading {
	padding-bottom:19px;	
}


/*========== Image Detail Section End ==========*/


/*========== One Colomn Section Start ==========*/
.one-colomn-section {
	padding:80px 0;	
}

.one-colomn-section .common-heading {
	padding-bottom:55px;	
}

/*========== One Colomn Section End ==========*/

/*========== Call to Action seciton Start ==========*/
.call-to-action {
	padding:80px 0;
	background:url(../images/call-to-action.jpg) no-repeat;
	background-position:center center;
	text-align:center;
/*	border-bottom:2px solid #fff;
*/
}

.call-to-action .big-heading {
	font-family: 'robotobold';
	margin:0;
	padding:0;
	color:#fff;
}

.call-to-action .btn {
	text-transform:none;
	margin-top:50px;
	letter-spacing:0;	
}

/*========== Call to Action seciton End ==========*/


/*========== Three Colomn Block Start ==========*/
.three-colomn-block {
	background-color:#ececec;
	padding:105px 0 119px 0;
	text-align:center;
}

.three-colomn-block .small-heading {
	padding:32px 0 27px 0;
	text-transform:uppercase;
}

.three-colomn-block p {
    padding: 0 18px;
}
/*========== Three Colomn Block End ==========*/


/*========== Photos Section Start ==========*/
.photos-section {
	padding:112px 0 109px 0;
	text-align:center;
}

.photos-section .big-heading {
	font-family: 'robotobold';
	color:#464646;
	padding-bottom:15px;	
}

.photos-section p {
	font-family: 'hindvadodararegular';
	font-size:20px;
	line-height:20px;	
}

.photo-image-section .image-block:hover .photo-image-detail {
		display:none;
}

.photo-image-section .photo-image-detail {
	position:relative;
	padding:13px 0 14px 0;
}

.photo-image-section .col-sm-4.col-md-4 {
	padding-bottom:15px;	
}

.photo-image-section .image-block img {
	width:100%;
	height: 370px;
    object-fit: cover;
}

.photo-image-section .image-block .photo-image-detail {
	position:absolute;
	bottom:15px;
	left:15px;
	right:15px;
	background-color:rgba(255,255,255,0.85);
}

.photo-image-section .image-block .photo-image-detail .small-heading {
	font-family: 'hindvadodararegular';
	font-size:24px;
	line-height:30px;
	color:#464646;
	padding:0;
	margin:0;	
}

.photo-image-section .image-block .photo-image-detail p {
	font-size:14px;
	line-height:14px;
	color:#676767;	
}

.photo-image-section .image-block:hover .image-btn {
	opacity:1;
}

.photo-image-section .image-block .image-btn {
	position:absolute;
	left:15px;
	right:15px;
	bottom:15px;
	top:0;
	background-color:rgba(255,255,255,0.8);
	opacity:0;
}

.photo-image-section .image-block .image-btn .continue {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
/*	font-family: 'medipolis_bdwebfont'; */
}

/*========== Photos Section End ==========*/


/*========== Slider With Detail Start ==========*/
.slider-with-detail {
	padding:120px 0 60px 0;
	background-color:#dfdfdf;
}

.slider-with-detail .medium-heading {
	font-family: 'hindvadodarabold';
	text-transform:uppercase;
	padding-bottom:22px;	
}

.slider-with-detail .item {
	padding:0 15px;		
}

.slider-with-detail .item img {
	width:100%;	
}

.slider-detail-block {
	background-color:#fff;
	position:relative;
	text-align:center;
	height:556px;	
}

.slider-detail-block:hover {
	padding-bottom:241px;
}

.slider-detail-block:hover .slider-detail {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	height:auto;
	background-color:#fff;	
} 

.slider-detail-block .top-detail-blok {
	padding:15px 30px 33px;
	text-align:center;
	overflow:hidden;
	height:180px;
}

.slider-detail-block .top-detail-blok p {
	font-size:15px;	
	color:#909090;
}

.slider-detail-block:hover .top-detail-blok  {
	height:auto;
	text-align:left;
	padding:98px 36px 33px;	
}

.slider-detail-block .slider-detail .small-heading {
	text-transform:uppercase;
	padding-bottom:15px;	
	color:#000000;
}

.slider-detail-block .btn {
	border:1px solid #000000;
	margin-bottom:33px;	
}

.slider-detail-block .btn:hover {
	background-color:#008812;
	border:1px solid #008812;	
}

.slider-with-detail .owl-buttons .owl-prev {
	position:absolute !important;
	top:48% !important;
	left:-30px !important;
	font-size:0;
}

.slider-with-detail .owl-buttons .owl-prev:before {
	font-family:'FontAwesome';
	font-size:40px;
	line-height:40px;
	content:"\f104";
	color:#676767;
}

.slider-with-detail .owl-buttons .owl-next {
	position:absolute !important;
	top:48% !important;
	right:-30px !important;
	font-size:0;
}

.slider-with-detail .owl-buttons .owl-next:before {
	font-family:'FontAwesome';
	font-size:40px;
	line-height:40px;
	content:"\f105";
	color:#676767;	
}

.slider-with-detail .owl-controls {
	text-align:center;	
}

.slider-with-detail .owl-pagination:before {
	background:url(../images/arrow-left.png) no-repeat;
	width:33px;
	height:9px;
	content:"";
	position:absolute;
	left:-66px;
	top:10px;
}

.slider-with-detail .owl-pagination:after {
	background:url(../images/arrow-right.png) no-repeat;
	width:33px;
	height:9px;
	content:"";
	position:absolute;
	right:-66px;
	top:10px;
}

.slider-with-detail .owl-pagination {
	display:inline-block;
	margin-top:60px;
	position:relative;	
}

.slider-with-detail .owl-pagination .owl-page {
	display:inline-block;
	margin:0 7px;
	height:30px;
	width:30px;
	background-color:transparent;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
}

.slider-with-detail .owl-pagination .owl-page.active {
	background-color:#008812;	
}

.slider-with-detail .owl-pagination .owl-page span {
	font-family: 'hindvadodararegular';
	font-size:14px;
	line-height:30px;
	color:#676767;	
}

.slider-with-detail .owl-pagination .owl-page.active span {
	color:#fff;	
}



/*========== Slider With Detail End ==========*/

/*========== Contact Form Start ==========*/
.contact-form {
	padding:130px 0 130px 0;
	background-color:#f8f8f8;
	text-align:center;	
}

.contact-form .medium-heading {
	padding-bottom:22px;	
}

.contact-form .input-group-addon {
	border-radius:0;
}

.contact-form .input-group-addon {
	
	background-color:#fff;	
}

.contact-form .form-group {
	float:left;
	width:100%;
	margin-bottom:30px;
}

.contact-form .form-control {
	box-shadow:none;
	width:100%;
	padding: 6px 12px 6px 53px;
}

.contact-form .input-group-addon {
	border:none;
    position: absolute;
    left:20px;
    top:13px;
    z-index: 999;
	background-color:transparent;
	padding:0;
		
}

.contact-form .fa {
	color:#676767;	
}

.contact-form .input-group {
	display:block;
}


.contact-form textarea {
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-ms-border-radius:0;
	-o-border-radius:0;	
	height:172px;
}

.form-control:focus {
	border-color:#188100;	
}

.contact-form input[type="text"] {
	height:42px;	
}

.contact-form input[type="text"]::-webkit-input-placeholder {
  color: #676767;
}
.contact-form input[type="text"]l::-moz-placeholder {
  color: #676767;
}
.contact-form input[type="text"]:-ms-input-placeholder {
  color: #676767;
}
.contact-form input[type="text"]:-moz-placeholder {
  color: #676767;
}

.selectric {
	background:#fff !important;	
}

.selectric .label {
	font-size:14px !important;
	color:#999999 !important;
	text-transform:uppercase !important;
	line-height:36px !important;
	height:42px !important;
}

.selectric .button:after {
	border: 6px solid transparent !important;	
	border-top-color: #BBB !important;
}

.selectric .button {
	width: 42px !important;
    height: 42px !important;
}

.selectric .button:after {
	top:6px !important;
}

.selectric-items .selectric-scroll {
	text-align:left;
}

.selectric-items {
	background-color:#fff !important;	
}

.radio label, .checkbox label {
	text-transform:uppercase;
	font-size:14px;
	color:#999999;
}

.contact-form .btn-default {
	padding:14px 24px;
	border:1px solid #cccccc;
}

/*========== Contact Form End ==========*/



/*========== Logo Slider Start ==========*/
.logo-slider {
	background-color:#cfcfcf;
	padding:90px 0;	
}

.logo-slider .item {
	text-align:center;
}



/*========== Logo Slider End ==========*/


/*========== Two Colomn Section Start ==========*/
.tow-colomn-section {
	background-color:#eeeeee;
	padding:82px 0;
}

.tow-colomn-section .small-heading {
	text-transform:uppercase;
	padding:42px 0 20px 0;
}
/*========== Two Colomn Section End ==========*/


/*========== Four Colomn Section Start ==========*/
.four-colomn-section {
	padding:103px 0 122px 0;	
}

.four-colomn-section .small-heading {
	text-transform:uppercase;
	padding:42px 0 20px 0;
}
/*========== Four Colomn Section End ==========*/

/*========== accordian-block start ==========*/
.accordian-block {
	background-color:#ffffff;
	padding:85px 0 107px 0;
}
.accordian-block  .common-heading {
	padding:50px 0 35px 0;
}
.panel-group .panel {
        border-radius: 0;
        box-shadow: none;
        border-color: #EEEEEE;
    }

.panel-default > .panel-heading {
        padding: 0;
        border-radius: 0;
        color: #212121;
        background-color: #FAFAFA;
        border-color: #EEEEEE;
}

.panel-title {
        font-size: 14px;
}
.grey {
	color:#909090;
}
.panel-title > a {
        display: block;
        padding: 20px 15px 20px 23px;
        text-decoration: none;
		font-family: 'hindvadodararegular';
}

.panel-group .panel + .panel {
    margin-top: 0;}

.more-less {
	float: right;
	color: #212121;
	background-color: white;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #EEEEEE;
}

.accordian-block .small-heading.collapsed {
	background-color:#fff !important;	
}

.accordian-block .small-heading {
	background-color:#eee;	
}

/* ----- v CAN BE DELETED v ----- */
body {
    background-color: transparent;
}

.demo {
    padding-top: 0px;
    padding-bottom: 0px;
}
.accordian-block i {
    float: right;
	font-size:16px;
	line-height:26px;
	color:#636258;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	-oborder-radius:50%;
	background-color:#fff;
	height: 26px;
    width: 27px;
    text-align: center;
}

.accordian-block.second-accordian {
	background-color:#d1d1d1;	
}

/*========== accordian-block End ==========*/

/*========== gallery with slider start ==========*/
.gallery-slider {
	padding:73px 0 125px 0;
}
.gallery-slider .item{
  margin: 3px;
  padding:0 0 0 34px;
}
.gallery-slider .item img{
  display: block;
  width: 100%;
  height: auto;
  
}
.pad-con {
	margin:0 0 0 -34px;
}
.gallery-slider-bottom img {
	width:100%;
}

.gallery-slider .owl-buttons {
    position: absolute;
    top: 50%;
    left:0;
    right:0;
}
.gallery-slider .owl-theme .owl-controls .owl-buttons .owl-prev {
	font-size:0;
	background-color:transparent;
}
.gallery-slider .owl-theme .owl-controls .owl-buttons .owl-next {
	font-size:0;
	background-color:transparent;
}
.gallery-slider .owl-theme .owl-controls .owl-buttons .owl-prev:before{
	position:absolute;
	font-family: 'FontAwesome';
	content:"\f104";
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	top:0%;
	left:0;
	font-size:40px;
	line-height:40px;
	color:#000;
	

}
.gallery-slider .owl-theme .owl-controls .owl-buttons .owl-next:after{
	position:absolute;
	font-family: 'FontAwesome';
	content:"\f105";
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	top:0%;
	right:-45px;
	font-size:40px;
	line-height:40px;
	color:#000;
	

}
.gallery-slider .small-heading { 
	padding:0 0 17px 0;
	text-transform:uppercase;
}
.gallery-slider .owl-carousel .owl-wrapper-outer {
	padding:32px 0 0 0px;
}

/*========== gallery with slider  End ==========*/

/*========== testimonial start ==========*/
.testimonial {
	text-align:center;
	background-color:#008812;
	padding:100px 0 95px 0;
}
#owl-demo-testimonial .item img{
    display: block;
    width: 100%;
    height: auto;
}
.testimonial .small-heading {
	color:#ffffff;
	font-family: 'hindvadodaramedium';
	text-transform:uppercase;
	padding:0 0 17px 0;
	} 
.testimonial .medium-heading {
	
	color:#ffffff;
	padding:85px 40px 65px;
	position:relative;
	line-height:55px;
	font-family: 'RockSalt';
}
.testimonial .medium-heading:before {
	position:absolute;
	content:"";
	background:url(../images/invertcomaleft.png) no-repeat;
	top: 62px;
    left: 56px;
	height:21px;
	width:25px;
}
.testimonial .medium-heading:after {
	position:absolute;
	content:"";
	background:url(../images/invercomaright.png) no-repeat;
	bottom: 100px;
    right: 30px;
	height:21px;
	width:25px;
}

.testimonial p {
/*	color:#fff;
*/
	font-family: 'hindvadodararegular';
}
.testimonial p span {
	text-transform:uppercase;
}
.testimonial .owl-buttons {
    position: absolute;
    top: 50%;
    left:0;
    right:0;
}
.testimonial .owl-theme .owl-controls .owl-buttons .owl-prev {
	font-size:0;
	background-color:transparent;
}
.testimonial .owl-theme .owl-controls .owl-buttons .owl-next {
	font-size:0;
	background-color:transparent;
}
.testimonial .owl-theme .owl-controls .owl-buttons .owl-prev:before{
	position:absolute;
	font-family: 'FontAwesome';
	content:"\f104";
	transform:translate(0,-50%);
	-webkit-transform:translate(0,-50%);
	-moz-transform:translate(0,-50%);
	-ms-transform:translate(0,-50%);
	-o-transform:translate(0,-50%);
	top:50%;
	left:-20px;
	font-size:40px;
	line-height:40px;
	color:#fff;
}
.testimonial .owl-theme .owl-controls .owl-buttons .owl-prev  {
	opacity:1;}

.testimonial .owl-theme .owl-controls .owl-buttons .owl-next  {
	opacity:1;}
.testimonial .owl-theme .owl-controls .owl-buttons .owl-next:after{
	position:absolute;
	font-family: 'FontAwesome';
	content:"\f105";
	transform:translate(0,-50%);
	-webkit-transform:translate(0,-50%);
	-moz-transform:translate(0,-50%);
	-ms-transform:translate(0,-50%);
	-o-transform:translate(0,-50%);
	top:50%;
	right:-20px;
	font-size:40px;
	line-height:40px;
	color:#fff;
	

}
/*========== testimonial  End ==========*/

/*========== job start ==========*/

.job {
	padding:79px 0 75px 0;
	background-color:#fff;
}
.job .btn {
    margin: 37px 0 0 0;
}
.job .common-heading {
	padding:0 0 30px 0;
}

/*==========job  End ==========*/

/*========== lightbox-video start==========*/
.lightbox-video {
	padding:54px 0 76px 0;
	display:table;
	width:100%;
}

.lightbox-video .col-sm-6.col-md-6 {
    display: table-cell;
    float: none;
    vertical-align: middle;
}

.lightbox-video .common-heading {
	padding:0 0 15px 0;
}
.lightbox-video p {
	margin:0 0 36px 0;
	font-family: 'hindvadodaralight';
}
.lightbox-video .btn {
	margin:0;
}
.lightbox-video .modal { 
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
	z-index: 9999;
}
.modal-backdrop.in { 
	display: none;
}

/*==========lightbox-video  End ==========*/


/*==========video-inline start ==========*/
.video-inline {
	padding-top: 60px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 60px;
	background-color: #fff;
	text-align: center;
}
.video-inline .common-heading {
	padding:0px 0 37px 0;
}

.video-inline p {
    font-family: 'hindvadodaralight';
 }
/*==========video-inline  End ==========*/

/*========== Six colomn-grid start ==========*/
.six-colomn-grid {
	padding:85px 0 110px 0;
	background-color:#fff;
}
.six-colomn-grid .small-heading {
	padding:0 0 18px 0;
	text-transform:uppercase;
}
.six-colomn-grid .grid-image img {
	width:100%;
}
.six-colomn-grid .grid-content {
	padding:24px 0 0 0;
}
.six-colomn-grid  p {
	margin:0 0 30px 0;
}
.six-colomn-grid .btn {
	margin:0;
}
/*========== Six colomn-grid end ==========*/

/*========== Background-picture-Section-One with parralex Start ==========*/
.background-picture-one {
	padding:13% 0 10% 0;
	background:url(../images/background-picture-one.jpg) no-repeat;
	background-size:cover;
	background-position:center center;
	background-attachment:fixed;
}

.background-picture-one .common-heading {
	color:#fff;
	padding-bottom:17px;
	line-height:48px;
}

.background-picture-one p {
	color:#fff;	
}

/*========== Background-picture-Section-One with parralex End ==========*/


/*========== Background-picture-Section-Two with parralex Start ==========*/
.background-picture-two {
	padding:13% 0 10% 0;
	background:url(../images/background-picture-two.jpg) no-repeat;
	background-size:cover;
	background-position:center center;
	background-attachment:fixed;
}

.background-picture-two .common-heading {
	color:#fff;
	padding-bottom:17px;
	line-height:48px;
}

.background-picture-two p {
/*	color:#fff;	
*/
}
/*========== Background-picture-Section-Two with parralex End ==========*/

/*========== Background-picture-Section-One with parralex Start ==========*/
.background-picture-one.parralex-one { background-attachment:inherit; }
/*========== Background-picture-Section-One with parralex End ==========*/

/*========== Background-picture-Section-two with parralex Start ==========*/
.background-picture-two.parralex-two { background-attachment:inherit; }
/*========== Background-picture-Section-two with parralex End ==========*/

/*========== Tab Section start ==========*/

.tab-section {
	background-color:#f7f7f7;
	padding:85px 0 125px 0;
}

.tab-section .nav-tabs {
	padding-bottom:0;
	border-bottom:none;
}

.tab-section .nav-tabs > li.active > a,
.tab-section .nav-tabs > li.active > a:hover,
.tab-section .nav-tabs > li.active > a:focus {
	background-color:#d9d9d9;
	border:2px solid #d9d9d9;
}

.tab-section .nav-tabs > li > a {
	margin-right:0;
	background-color:#fff;
	border:2px solid #f0f0f0;
	padding:18px 70px;
	font-family: 'hindvadodaralight';
	font-size:20px;
	line-height:20px;
	color:#1b1313;
	text-transform:uppercase;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-ms-border-radius:0;
	-o-border-radius:0;	
}

.tab-section .tab-content {
	padding:50px 105px 63px 25px;
	background-color:#fff;
	border:2px solid #f0f0f0;	
}

.tab-section .tab-content .row{
	height:234px;
	display:table;
}

.tab-section .tab-content .col-sm-4.col-md-4 {
	display:table-cell;
	vertical-align:middle;
	float:none;
}

.tab-section .tab-content .col-sm-8.col-md-8 {
	display:table-cell;
	vertical-align:middle;
	float:none;
}



.tab-section .tab-content .small-heading {
	padding-top:32px;	
}


/*.nav-tabs { 
	border-bottom: 2px solid #d9d9d9; 
}
.tab-section ul.nav.nav-tabs {
	padding:0;
	width:80%;
    text-transform: uppercase;
}
.tab-section .nav > li > a {
    padding: 23px 69px 18px;
}
.nav-tabs > li:hover {
    border-bottom: transparent !important;
	list-style-type:none;
}

.tab-section .nav-tabs > li.active > a, 
.tab-section .nav-tabs > li.active > a:focus, 
.tab-section .nav-tabs > li.active > a:hover { 
	border-width: 0;
	border-bottom: transparent !important
 }
.tab-section .nav-tabs > li > a {
	border: none;
	border-bottom:transeperent !important;
	 color: #666; 
}
.tab-section .nav-tabs > li.active > a,
.tab-section .nav-tabs > li > a:hover { 
	 border: none;
	 border-bottom: transparent !important;
	 border-radius:0;
	 color: #1b1313 !important; 
	 background:#d9d9d9; }
.tab-section .nav-tabs > li > a::after {
	 content: ""; 
	 background: transeperent; 
	 height: 2px; position: absolute;
	  width: 100%; left: 0px; bottom: -1px; 
	  transition: all 250ms ease 0s; 
	  transform: scale(0); 
}
.tab-section .nav-tabs > li.active > a::after, 
.tab-section .nav-tabs > li:hover > a::after {
	 transform: scale(1); 
}
.tab-section .tab-nav > li > a::after { 
	background: #21527d none repeat scroll 0% 0%;
	 color: #fff; 
}
.tab-pane { 
	padding:0;
 }
.tab-content{
	padding:48px 0 60px 23px;
}

.card {
	background: #FFF none repeat scroll 0% 0%;
	 box-shadow: none;
	  margin-bottom: 30px;
	  border:2px solid #f0f0f0;
}


.tab-section .btn {
	margin:0;
}
.tab-section .small-heading {
	padding:30px 0 0 0;
}
.tab-image img {
	width:100%;
}*/
/*========== Tab Section End ==========*/

/*========== Fancy-block-One Start ==========*/
.fancy-block {
	background-color:#d3d3d3;	
}

.fancy-block-one {
/*	background-color:#d3d3d3; */
	padding:96px 0 14px 0;	
}

.fancy-block-one img {
	margin-bottom:38px;	
}

.fancy-block .common-heading {
	line-height:50px;
	padding-bottom:17px;	
}

.fancy-block p {
/*	color:#000; */
}

.fancy-block .right-fancy-block {
	padding:200px 0 0 0;
}

.fancy-block-two {
	background-color:#d3d3d3;
	padding:96px 0;	
}

.fancy-block-two .common-heading {
	padding-top:20px;	
}


/*========== Fancy-block-One End ==========*/

/*========== blog-post start==========*/
.blog-post img {
	width:100%;
}
.blog-post .color-top {
	padding:69px 0 83px 0;
	background-color:#f2f2f2;
}

.blog-post .row {
	height:400px;
	display:table;	
}

.blog-post .row .col-sm-8.col-md-8 {
	vertical-align:middle;
  	display: table-cell;
	float:none;	
}

.blog-post .row .col-sm-4.col-md-4 {
	vertical-align:middle;
  	display: table-cell;
	float:none;
}

.blog-post .color-bottom {
	padding:69px 0 83px 0;
	background-color:#f8f7f7;
	display:table;
	width:100%;
}
.blog-post .common-heading {
	padding:72px 0 27px 0;
}
.blog-post p {
	font-family: 'hindvadodaralight';
	margin:0 0 32px 0;
/*	color:#000000; */
}
.blog-post .btn {
	margin:0;
}
/*==========blog-post End ==========*/


/*==========navigation-mouseover start ==========*/
.navigation-mouseover .item {
    margin: 3px;
    padding: 0 0 0 34px;
}
.navigation-mouseover .item-image {
	position:relative;
	display:block;
}
.navigation-mouseover .item-blog {
	position:absolute;
	top:100%;
	left:0;
	right:0;
	padding:18px 35px;
	text-align:center;
	background-color:rgba(255,255,255,0.85);
}
.navigation-mouseover .item-image:hover .item-blog {
	bottom:0;
	top:auto;
} 
.navigation-mouseover .item-blog .small-heading {
	color:#464646;
	font-family: 'hindvadodarabold';
	text-transform:none;
	padding:0;
	margin:0;
}
/*==========navigation-mouseover End ==========*/

/*========== Quick-Links Start ==========*/
.quick-links {
	background-color:#f2f2f2;
	padding:70px 0;
}

.quick-links ul {
	display:block;
	margin:0;
	padding:0;	
}

.quick-links ul li {
	display:block;
}

.quick-links ul li a {
	display:block;
	padding:14px 0 14px 20px;
	border-bottom:1px solid #000;
	position:relative;
	font-family: 'semibold';
	font-size:20px;
	line-height:20px;
	color:#000;	
}

.quick-links ul li a:hover {
	color:#008812;
}

.quick-links ul li a:before {
	position:absolute;
	top:14px;
	left:0;
	content:">";
	font-family: 'semibold';
	font-size:20px;
	line-height:20px;
	color:#000;	
}


/*========== Quick-Links End ==========*/


/*==========navigation-mouseover End ==========*/

/*==========map start ==========*/
.map {
	position:relative;	
}

.map .overlay {
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background-color:rgba(255,255,255,0.9);
	z-index:9;	
}
/*==========map End ==========*/

/*==================================================================*/
/*========== Footer Start ==========*/
/*==================================================================*/
.footer .footer-top {
	padding:87px 0 70px 0;
	background-color:#1f5173; 
}

.footer ul {
	display:block;
	margin:0;
	padding:0;
}
.footer ul li {
	display:block;
}
.footer ul li:hover a {
	color:#008812;
}
.footer ul li a {
	font-size:14px;
	line-height:26px;
	color:#cccccc;
	font-family: 'hindvadodararegular';
	
}
.footer p {
	color:#cccccc;
}
.footer .icon-list li a {
	font-size:22.73px;
	color:#cccccc;
}
.footer .icon-list li {
	padding:0 35px 0 0;
	display:inline-block;
}

.footer-bottom {
	text-align:center;
	padding:21px 0 29px 0;	
	background-color:#008812;
	
}
.footer-bottom p {
	font-family: 'semibold';
	margin:0;
}
.footer-bottom p span {
	text-transform:uppercase;
	text-decoration:underline;
}

.f-navigation ul {
	text-decoration:underline;
	text-transform:uppercase;
}

.add-con ul {
	text-decoration:none;
	text-transform:capitalize;
}

.footer-bottom i {
	color:#ff0000;
}
/*==================================================================*/
/*========== Footer End ==========*/
/*==================================================================*/

.slider-sec .caption-detail {
	position:absolute;
	top:0;
	left:0;
	right:0;
}

.common-text .common-heading {
    margin-bottom: 20px;
}

.bg-red{ background-color:#008812;}
.bg-black{ background-color:#000;}

.datatable-wrapper .row {
    display:block !important;
    height: auto !important;
}


/*==================================================================*/
/*========== New Header Start ==========*/
/*==================================================================*/
/*#headArea{position:relative;z-index:70;background-color:#FFFFFF;-o-transition:all 0.5s;-moz-transition:all 0.5s;-webkit-transition:all 0.5s;-ms-transition:all 0.5s;transition:all 0.5s;}
#headContainer{-o-transition:all 0.5s;-moz-transition:all 0.5s;-webkit-transition:all 0.5s;-ms-transition:all 0.5s;transition:all 0.5s;}

#headArea, #contentArea, #footArea{position:relative;clear:both;}
#headContainer, #footContainer, .mapOverlayContainer{position:relative;margin:0 auto;width:980px;max-width:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
#logo{position:relative;float:left;margin:20px 0 23px 20px;z-index:50;-o-transition:all 0.5s;-moz-transition:all 0.5s;-webkit-transition:all 0.5s;-ms-transition:all 0.5s;transition:all 0.5s;}
#logo IMG{display:block;height:77px;width:auto;-o-transition:all 0.25s;-moz-transition:all 0.25s;-webkit-transition:all 0.25s;-ms-transition:all 0.25s;transition:all 0.25s;}
#logo SPAN{display:block;position:absolute;left:90px;top:67px;color:#988B7D;font-size:18px;font-weight:bold;white-space:nowrap;-o-transition:all 0.25s;-moz-transition:all 0.25s;-webkit-transition:all 0.25s;-ms-transition:all 0.25s;transition:all 0.25s;}
#headSlider{margin-bottom:20px;}
#headSlider UL{margin:0 0 0 0;padding:0 0 0 0;}
#headSlider UL LI{margin:0 0 0 0;padding:0 0 0 0;display:block;list-style-type:none;}
#headSlider UL LI .slide{background-size:cover;background-position:center center;padding:0 20px;}
#headSlider UL LI .slide .slideContainer{position:relative;margin:0 auto;width:940px;max-width:100%;height:540px;padding:0 0 0 0;}
#headSlider UL LI .slide .slideContainerText{position:absolute;left:0;bottom:-440px;width:39%;max-width:100%;padding:20px 20px 80px 20px;background-color:#588D32;color:#FFFFFF;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
#headSlider UL LI .slide .slideContainerText H1, #headSlider UL LI .slide .slideContainerText H2, #headSlider UL LI .slide .slideContainerText H3{color:#FFFFFF;font-size:1.8em;position:relative;margin:0 0 10px 0;}
#headSlider UL LI .slide .slideContainerText H4{color:#FFFFFF;font-size:1em;margin:0 0 0 0;line-height:1;text-transform:uppercase;}
#headSlider UL LI .slide .slideContainerText P{color:#FFFFFF;font-size:1em;position:relative;margin:0 0 0 0;}
#headSlider UL LI .slide .slideContainerText A{color:#FFFFFF;text-decoration:underline;}
#headSlider UL LI .slide .slideContainerText A:hover{color:#FFFFFF;color:rgba(255,255,255,0.75);}
#headSlider UL LI .slide .slideContainerImage{width:45%;position:absolute;right:20px;top:10%;}
#headSlider UL LI .slide .slideContainerImage IMG{position:relative;width:100%;height:auto;}
#headSlider UL LI .slide .button{display:inline-block;padding:8px 12px;margin-top:1em;line-height:1;text-transform:uppercase;font-weight:bold;color:#81B8FD;background-color:#E4F0FE;}
#headSlider UL LI .slide .button:hover{color:#E4F0FE;background-color:#81B8FD;}
#headSlider UL LI .slide .button I{margin-left:0.33em;}
#headSlider .bx-wrapper{overflow:hidden;}
#headSlider .bx-wrapper .bx-pager{position:absolute;left:50%;margin-left:-450px;bottom:10px;}
#headSlider .bx-wrapper .bx-pager .bx-pager-item A{margin:0 5px 0 0;background-color:rgba(255,255,255,0.5);}
#headSlider .bx-wrapper .bx-pager .bx-pager-item A.active, #headSlider .bx-wrapper .bx-pager .bx-pager-item A:hover{background-color:#FFFFFF;}
#headSlider .bx-wrapper .bx-prev, #headSlider .bx-wrapper .bx-next{-moz-opacity:0;opacity:0;left:-60px;top:50%;margin-top:-30px;width:60px;height:60px;line-height:60px;font-size:56px;color:#FFFFFF;background:none;font-family:'FontAwesome';line-height:1;text-indent:0;text-align:center;-o-transition:all 0.5s;-moz-transition:all 0.5s;-webkit-transition:all 0.5s;-ms-transition:all 0.5s;transition:all 0.5s;}
#headSlider .bx-wrapper .bx-next{left:auto;right:-60px;}
#headSlider:hover .bx-wrapper .bx-prev{-moz-opacity:1;opacity:1;left:30px;}
#headSlider:hover .bx-wrapper .bx-next{-moz-opacity:1;opacity:1;right:30px;}
#headSlider .bx-wrapper .bx-prev:hover, #headSlider .bx-wrapper .bx-next:hover{color:#ADA192;}
#headSlider .bx-wrapper .bx-prev:before{content:"\f104";line-height:60px;margin-left:-3px;}
#headSlider .bx-wrapper .bx-next:before{content:"\f105";line-height:60px;margin-right:-3px;}
#contentTop{clear:both;margin:0 0 0 0;}
#contentColumnFix{clear:both;}

#naviMain{margin-top:40px;margin-right:20px;float:right;-o-transition:all 0.5s;-moz-transition:all 0.5s;-webkit-transition:all 0.5s;-ms-transition:all 0.5s;transition:all 0.5s;}
#naviMain .menuToggle{display:none;}
#naviMain .menuItems{display:block;margin:0 auto;}
#naviMain UL{margin:0 0 0 0;padding:0 0 0 0;z-index:32;z-index:110;}
#naviMain UL LI{position:relative;padding:0 0 0 0;margin:0 0 0 10px;float:left;line-height:1;list-style-type:none;}
#naviMain UL LI A{display:block;}
#naviMain UL LI.firstItem{border-left:0;}
#naviMain UL LI.lastItem{border-right:0;}
#naviMain UL LI I.subtoggle{display:none;}
#naviMain UL LI UL LI I.subtoggle{display:block;position:absolute;right:0;top:0;padding:0.7em 0;width:20px;font-style:normal;text-align:center;transition:all 0.33s;-o-transition:all 0.33s;-moz-transition:all 0.33s;-webkit-transition:all 0.33s;-ms-transition:all 0.33s;}
#naviMain UL LI UL LI I.subtoggle:before{font-family:'FontAwesome';content:"\f0da";}
#naviMain UL LI DIV A{padding:0 0.75em;height:40px;line-height:40px;display:block;font-size:1em;text-transform:uppercase;font-weight:bold;}
#naviMain UL LI.nor DIV A{color:#988B7D;background-color:#ECEBE9;}
#naviMain UL LI.act DIV A, #naviMain UL LI.cur DIV A, #naviMain UL LI.hov DIV A, #naviMain UL LI DIV A:hover{color:#ECEBE9;background-color:#988B7D;}
#naviMain UL LI UL{position:absolute;left:0;top:50px;min-width:100%;height:auto;font-size:1em;padding:0 0 0 0;margin:0 0 0 0;background-color:#ECEBE9;display:none;-moz-box-shadow:0 2px 3px rgba(0,0,0,0.15);-webkit-box-shadow:0 2px 3px rgba(0,0,0,0.15);box-shadow:0 2px 3px rgba(0,0,0,0.15);}
#naviMain UL LI UL LI{padding:0 0 0 0;margin:0 0 0 0;float:none;text-transform:none;white-space:nowrap;border:none;}
#naviMain UL LI UL LI A{padding:0.7em 1.5em 0.7em 1em;color:#222222;font-weight:normal;}
#naviMain UL LI UL LI.nor > A{color:#988B7D;font-weight:normal;background:none;}
#naviMain UL LI UL LI.act > A, #naviMain UL LI UL LI.cur > A, #naviMain UL LI UL LI.hov > A, #naviMain UL LI UL LI A:hover{color:#ECEBE9;background-color:#988B7D;}
#naviMain UL LI UL LI UL{left:100%;top:-1px;padding:0 0 0 0;margin:0 0 0 0;display:none;font-size:1em;}
#naviMain UL LI UL LI UL LI UL{left:auto;right:100%;}
#naviToggle{display:none;float:right;margin:40px 20px 0 0;padding:0 0.75em;height:40px;line-height:40px;font-size:1.25em;text-transform:uppercase;color:#988B7D;background-color:#ECEBE9;cursor:pointer;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-o-transition:all 0.5s;-moz-transition:all 0.5s;-webkit-transition:all 0.5s;-ms-transition:all 0.5s;transition:all 0.5s;}
#naviToggle SPAN{text-transform:uppercase;margin-left:0.33em;font-weight:bold;}
#naviToggle:hover{color:#ECEBE9;background-color:#988B7D;}
#naviToggle:before{left:0;top:0;font-family:'FontAwesome';content:"\f0c9";}
.menuSidebar{display:none;background-color:#766856;position:fixed;top:0;width:280px;height:100%;font-size:1em;z-index:1000;color:#FFFFFF;}
.menuSidebarLeft{left:-280px;}
.menuSidebarRight{right:-280px;}
.menuSidebarInner{height:100%;overflow-x:hidden;overflow-y:auto;overflow:auto;}
.menuSidebarInner::-webkit-scrollbar{width:8px;height:8px;}
.menuSidebarInner::-webkit-scrollbar *{background:transparent;}
.menuSidebarInner::-webkit-scrollbar-thumb{background:rgba(255,255,255,0.25) !important;}
.menuSidebarToggle, .menuSidebarClose{position:absolute;top:0;padding:1.4em 0.75em;line-height:1;text-align:center;color:rgba(255,255,255,0.75);background-color:#D02239;cursor:pointer;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
.menuSidebarToggle:before{font-family:'FontAwesome';content:"\f0c9";font-size:17px;}
.menuSidebarClose:before{font-family:'FontAwesome';content:"\f00d";font-size:17px;}
.menuSidebarToggle:hover, .menuSidebarClose:hover{color:rgba(255,255,255,1);}
.menuSidebarLeft .menuSidebarToggle, .menuSidebarLeft .menuSidebarClose{left:100%;}
.menuSidebarRight .menuSidebarToggle, .menuSidebarRight .menuSidebarClose{right:100%;}
.menuSidebarToggle SPAN, .menuSidebarClose SPAN{margin-left:0.5em;text-transform:uppercase;font-size:21px;display:none;}
.menuSidebarOpen .menuSidebarToggle{display:none;}
.menuSidebarClose{display:none;}
.menuSidebarOpen .menuSidebarClose{display:block;}
.menuSidebar UL{font-size:1.2em;margin:0 0 0 0;padding:0 0 0 0;float:none;height:auto;position:relative;line-height:1;}
.menuSidebar UL LI{display:block;position:relative;margin:0 0 0 0;line-height:1;}
.menuSidebar UL LI A{display:block;padding:0.66em;color:#CCCCCC;border-bottom:1px solid rgba(0,0,0,0.1);}
.menuSidebar UL LI A I{margin-right:0.3em;}
.menuSidebar UL LI UL{font-size:0.9em;display:none;background:rgba(0,0,0,0.15);}
.menuSidebar UL LI UL LI A{padding-left:1.2em;}
.menuSidebar UL LI UL LI UL{font-size:0.94em;}
.menuSidebar UL LI UL LI UL LI A{padding-left:1.8em;}
.menuSidebar UL LI UL LI UL LI UL LI A{padding-left:2.4em;}
.menuSidebar I.subtoggle{display:block;position:absolute;right:0;top:0;width:30px;height:1em;margin:0 0 0 0;padding:0.66em 0;border-left:1px solid rgba(0,0,0,0.1);font-size:1em;color:#CCCCCC;cursor:pointer;font-size:1em;font-style:normal;text-align:center;transition:all 0.33s;-o-transition:all 0.33s;-moz-transition:all 0.33s;-webkit-transition:all 0.33s;-ms-transition:all 0.33s;}
.menuSidebar I.subtoggle:before{font-family:'FontAwesome';content:"\f0d7";font-size:14px;}
.menuSidebar I.subtoggle.open:before{content:"\f0d8";}
.menuSidebar I.subtoggle.open, .menuSidebar I.subtoggle:hover{color:#FFFFFF;background:rgba(0,0,0,0.15);}
.menuSidebar UL LI.act, .menuSidebar UL LI.cur{border-left:5px solid #CCCCCC;}
.menuSidebar UL LI.cur > DIV > A, .menuSidebar UL LI.cur > A{color:#FFFFFF;background:rgba(0,0,0,0.33);}
.menuSidebar UL LI A:hover{color:#FFFFFF;background:rgba(0,0,0,0.33);}
.menuSidebar #searchBoxForm{display:block;position:relative;padding:20px;padding-right:50px;background:#222222;}
.menuSidebar #searchBoxInput{margin:0;padding:5px;width:100%;height:32px;color:#333333;background:#EEEEEE;border:1px solid rgba(255,255,255,0.05);box-sizing:border-box;-moz-box-sizing:border-box;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;}
.menuSidebar #searchBoxSubmit{position:absolute;right:50px;top:20px;margin:0;width:32px;height:32px;padding:5px;color:#333333;cursor:pointer;background:none;border:none;display:block;font-family:'FontAwesome';box-sizing:border-box;-moz-box-sizing:border-box;}
.stickyPlaceholder{height:120px;}
.sticky{position:fixed !important;left:0 !important;top:0 !important;width:100% !important;z-index:115;box-shadow:0 2px 4px rgba(0,0,0,0.2);-moz-box-shadow:0 2px 4px rgba(0,0,0,0.2);-webkit-box-shadow:0 2px 4px rgba(0,0,0,0.2);}
.sticky #logo{margin:10px 0 10px 20px;}
.sticky #logo IMG{height:40px;}
.sticky #logo SPAN{left:47px;top:35px;font-size:0.6em;}
.sticky #naviMain{margin-top:10px;}
.sticky #naviToggle{margin-top:15px;}
.is-touch #naviToggle{display:inline-block;}
.is-touch #naviMain{display:none;}
.is-touch .menuSidebar{display:block;}*/












.clear, .clearFix{float:none;clear:both;}
.CMM_message{position:relative;overflow:hidden;padding:0.75em 0.75em 0.75em 3.75em;margin:10px 0;min-height:2.25em;vertical-align:middle;background-color:#F1F1F1;color:#000000;font-weight:bold;line-height:1.5;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;}
.CMM_message I{display:none;}
.CMM_message:before{position:absolute;left:0.25em;top:0.25em;content:'';font-family:'FontAwesome';font-size:2.5em;line-height:1;}
.CMM_messageError{background-color:#FFE6E6;color:#D50000;border-left:3px solid #FF8484;}
.CMM_messageError:before{content:'\f057';color:#FF8484;}
.CMM_messageInfo{background-color:#FFF7D2;color:#996600;border-left:3px solid #FFDE5B;}
.CMM_messageInfo:before{content:'\f05a';color:#FFDE5B;}
.CMM_messageStatus{background-color:#D8EEFC;color:#1A79B3;border-left:3px solid #95CAEA;}
.CMM_messageStatus:before{content:'\f05a';color:#95CAEA;}
.CMM_messageSuccess{background-color:#D5FFCA;color:#359900;border-left:3px solid #87C168;}
.CMM_messageSuccess:before{content:'\f058';color:#87C168;}
.CMM_FEeditIcons{position:absolute;right:0;top:0;font-size:0.85em;z-index:100;white-space:nowrap;line-height:1 !important;}
.CMM_FEeditIcons FORM{display:inline;}
.CMM_FEeditIcons DIV{float:right;margin:0 0 0 auto !important;padding:0 0 0 0 !important;width:20px !important;height:20px !important;line-height:20px !important;text-align:center !important;color:rgba(0,139,206,1) !important;background:transparent !important;cursor:pointer;-webkit-transition:all 0.25s;-moz-transition:all 0.25s;-o-transition:all 0.25s;transition:all 0.25s;}
.CMM_FEeditIcons DIV I{font-size:14px !important;}
.CMM_FEeditIcons UL{display:block;float:left;right:20px;top:0;margin:0 0 0 0 !important;padding:0 0 0 0 !important;line-height:1 !important;z-index:101;-webkit-transition:all 0.25s;-moz-transition:all 0.25s;-o-transition:all 0.25s;transition:all 0.25s;}
.CMM_FEeditIcons UL LI{display:inline-block;white-space:nowrap;margin:0 0 0 0 !important;padding:0 0 0 0 !important;width:0;list-style:none !important;line-height:1 !important;overflow:hidden;-webkit-transition:all 0.25s;-moz-transition:all 0.25s;-o-transition:all 0.25s;transition:all 0.25s;}
.CMM_FEeditIcons UL LI A{display:block;padding:0 0 0 0;width:32px !important;height:32px !important;line-height:32px !important;color:#EEEEEE;text-align:center;background:#666666;}
.CMM_FEeditIcons UL LI A:hover{color:#FFFFFF;background-color:#333333;}
.CMM_FEeditIcons UL LI A:before, .CMM_FEeditIcons UL LI A:after{display:none;}
.CMM_FEeditIcon{margin:0 0 0 0 !important;font-family:'FontAwesome';font-size:14px;font-weight:normal;font-style:normal;}
.CMM_FEeditIconEDIT:before{content:'\f044';}
.CMM_FEeditIcons:hover{z-index:102;}
.CMM_FEeditIcons:hover DIV{width:32px !important;height:32px !important;line-height:32px !important;background:rgba(0,139,206,1) !important;color:#FFFFFF !important;-webkit-transition-delay:0;-moz-transition-delay:0;-o-transition-delay:0;transition-delay:0;}
.CMM_FEeditIcons:hover UL{right:32px;}
.CMM_FEeditIcons:hover LI{width:32px;-webkit-transition-delay:0.25s;-moz-transition-delay:0.25s;-o-transition-delay:0.25s;transition-delay:0.25s;}
.CMM_sortbar{clear:both;background:#F1F1F1;padding:5px 10px;margin-bottom:10px;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;}
.CMM_sortbar > UL{padding:0 0 0 0 !important;margin:0 0 0 0 !important;}
.CMM_sortbar > UL > LI{padding:0 20px 0 0 !important;margin:0 0 0 0 !important;list-style-type:none;background:none;float:left;font-weight:bold;font-size:1em;line-height:1 !important;}
.CMM_sortbar > UL > LI A{display:inline-block;margin:0 4px 0 0;padding:0 0 0 0 !important;color:#999999;text-decoration:none !important;}
.CMM_sortbar > UL > LI A:before{display:none;}
.CMM_sortbar > UL > LI A.act, .CMM_sortbar > UL > LI A:hover{color:#000000;}
.CMM_sortbar > UL > LI A I{font-family:'FontAwesome';font-size:14px;font-weight:normal;padding:0 0 0 0 !important;margin:0 0 0 0 !important;vertical-align:baseline;}
.CMM_sortbar > UL > LI A.asc I:before{content:'\f139';}
.CMM_sortbar > UL > LI A.desc I:before{content:'\f13a';}
.CMM_sortbar > UL > LI SPAN{line-height:12px;}
.CMM_listtypebar{float:right;clear:both;background:#F1F1F1;padding:5px 5px;margin-bottom:10px;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;}
.CMM_listtypebar > UL{padding:0 0 0 0 !important;margin:0 0 0 0 !important;}
.CMM_listtypebar > UL > LI{padding:0 5px !important;margin:0 0 0 0 !important;list-style-type:none;background:none;float:left;font-weight:bold;font-size:1em;line-height:14px !important;}
.CMM_listtypebar > UL > LI A{display:inline-block;margin:0 0 0 0;padding:0 0 0 0 !important;color:#999999;text-decoration:none !important;}
.CMM_listtypebar > UL > LI A:before{display:none;}
.CMM_listtypebar > UL > LI A.act, .CMM_listtypebar > UL > LI A:hover{color:#000000;}
.CMM_listtypebarItem I{display:block;float:left;font-family:'FontAwesome';font-size:14px;font-weight:normal;padding:0 0 0 0 !important;margin:0 0 0 0 !important;vertical-align:baseline;}
.CMM_listtypebarItem_list I:before{content:'\f00b';}
.CMM_listtypebarItem_gallery I:before{content:'\f009';}
.CMM_listtypebarItem_grid I:before{content:'\f00a';}
.CMM_listtypebarItem SPAN{margin-left:4px;}
.CMM_pagination{text-align:center;clear:both;}
.CMM_pagination:after{content:'';width:100%;display:table;zoom:1;*display:inline;}
.CMM_paginationBoth .CMM_maxPage{float:left;}
.CMM_paginationBoth .CMM_pageNavi{float:right;}
.CMM_pagination .linkPrev{float:left;}
.CMM_pagination .linkNext{float:right;}
.CMM_maxPage{display:inline-block;margin-top:1em;}
.CMM_maxPage > UL{display:table;width:auto;margin:0 auto 0 auto !important;padding:0 0 0 0 !important;}
.CMM_maxPage > UL > LI{margin:0 2px 0 0 !important;padding:0 0 0 0 !important;float:left;width:20px;list-style-type:none;background:#F3F3F3 !important;line-height:20px;font-size:1em;text-align:center;}
.CMM_maxPage > UL > LI A{display:block;padding:0 0 0 0 !important;margin:0 0 0 0 !important;width:100%;font-weight:normal;font-weight:bold;text-decoration:none !important;background:none !important;color:#999999 !important;}
.CMM_maxPage > UL > LI A:before{display:none;}
.CMM_maxPage > UL > LI A:hover{background:#CCCCCC !important;color:#FFFFFF !important;}
.CMM_maxPage > UL > LI.CMM_maxPageItem A.act{background:#CCCCCC !important;color:#FFFFFF !important;font-weight:bold;}
.CMM_maxPage > UL > LI.CMM_maxPageItemFirst, .CMM_maxPage > UL > LI.CMM_maxPageItemFirst A{-moz-border-radius:3px 0 0 3px;-webkit-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px;}
.CMM_maxPage > UL > LI.CMM_maxPageItemLast, .CMM_maxPage > UL > LI.CMM_maxPageItemLast A{-moz-border-radius:0 3px 3px 0;-webkit-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0;}
.CMM_maxPageInfo{display:table;width:auto;margin:0 auto 0 auto;padding:3px 0 0 0;font-size:0.85em;color:#999999;}
.CMM_pageNavi{display:inline-block;margin-top:1em;}
.CMM_pageNavi > UL{display:table;width:auto;margin:0 auto 0 auto !important;padding:0 0 0 0 !important;}
.CMM_pageNavi > UL > LI{margin:0 2px 0 0 !important;padding:0 0 0 0 !important;float:left;width:20px;list-style-type:none;background:#F3F3F3 !important;line-height:20px;font-size:1em;text-align:center;}
.CMM_pageNavi > UL > LI A{display:block;padding:0 0 0 0 !important;margin:0 0 0 0 !important;width:100%;font-weight:normal;font-weight:bold;text-decoration:none !important;background:none !important;}
.CMM_pageNavi > UL > LI A:before{display:none;}
.CMM_pageNavi > UL > LI A:hover{background:#FF6600 !important;color:#FFFFFF !important;}
.CMM_pageNavi > UL > LI.CMM_pageNaviSpacer{border:0;width:10px;background:none !important;}
.CMM_pageNavi > UL > LI.CMM_pageNaviPage{background-color:#F6F6F6;color:#CCCCCC;}
.CMM_pageNavi > UL > LI.CMM_pageNaviPageSelected A{background-color:#FF6600 !important;background-image:none !important;color:#FFFFFF !important;}
.CMM_pageNavi > UL > LI.CMM_pageNaviArrow{background-color:#FFFFFF;font-family:Verdana,Helvetica,Arial,sans-serif;font-weight:bold;}
.CMM_pageNavi > UL > LI.CMM_pageNaviArrowFirst, .CMM_pageNavi > UL > LI.CMM_pageNaviArrowFirst A{-moz-border-radius:3px 0 0 3px;-webkit-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px;}
.CMM_pageNavi > UL > LI.CMM_pageNaviArrowLast, .CMM_pageNavi > UL > LI.CMM_pageNaviArrowLast A{-moz-border-radius:0 3px 3px 0;-webkit-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0;}
.CMM_pageNavi > UL > LI.CMM_pageNaviArrowActive{background-color:#F6F6F6;color:#CCCCCC;}
.CMM_pageNavi > UL > LI.CMM_pageNaviArrowInactive{background-color:#FFFFFF;color:#CCCCCC;padding:4px 0 4px 0;}
.CMM_pageNaviInfo{display:table;width:auto;margin:0 auto 0 auto;padding:3px 0 0 0;text-align:center;font-size:0.85em;color:#999999;}
.CMM_version{display:none;padding-top:1em;width:100%;text-align:center;color:#DDDDDD;font-size:0.85em;}
.CMM_version A{color:#DDDDDD;}
.CMM_images{display:block;margin:-5px -5px -5px -5px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;zoom:1;*display:inline;}
.CMM_imagesLeft{float:left;margin-right:10px;}
.CMM_imagesRight{float:right;margin-left:10px;}
.CMM_imagesCenter{margin-left:auto;margin-right:auto;}
.CMM_image{display:inline-block;vertical-align:top;max-width:100%;margin:0;padding:5px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;zoom:1;*display:inline;}
.CMM_imageContent{display:block;table-layout:fixed;position:relative;margin:0 0 0 0;padding:0 0 0 0;}
.CMM_imageContent .CMM_imageImage{display:block;position:relative;}
.CMM_image A{display:block;position:relative;overflow:hidden;}
.CMM_image A IMG{-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;}
.CMM_image IMG{display:block;max-width:100%;height:auto;margin:0;}
.CMM_imageZoom{position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(255,255,255,0);-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;}
.CMM_imageZoom:before{position:absolute;right:6px;top:6px;content:'\f00e';font-family:'FontAwesome';font-weight:normal;line-height:1;color:#FFFFFF;font-size:14px;text-shadow:0 0 2px rgba(0,0,0,0.33);-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;}
.CMM_image A:hover .CMM_imageZoom{background:rgba(255,255,255,0.5);}
.CMM_image A:hover .CMM_imageZoom:before{right:50%;top:50%;margin-right:-14px;margin-top:-14px;font-size:28px;text-shadow:0 0 2px rgba(0,0,0,0.66);}
.CMM_image A.lightbox:hover IMG{-ms-transform:scale(1.1);-webkit-transform:scale(1.1);-o-transform:scale(1.1);-moz-transform:scale(1.1);transform:scale(1.1);}
.CMM_imageCaption{display:table;width:100%;margin:0 0 0 0;padding:0.25em 0;font-size:0.85em;color:#999999;text-align:left;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
.CMM_imageCaption SPAN{display:table-caption;caption-side:bottom;}
.CMM_imageBorder .CMM_imageImage{border:1px solid #DDDDDD;margin:-1px;}
.CMM_imageShadow .CMM_imageImage{-moz-box-shadow:0 1px 4px rgba(0,0,0,0.15);-webkit-box-shadow:0 1px 4px rgba(0,0,0,0.15);box-shadow:0 1px 4px rgba(0,0,0,0.15);}
.CMM_imageRound .CMM_imageImage{-moz-border-radius:1000px;-webkit-border-radius:1000px;border-radius:1000px;overflow:hidden;}
.CMM_imageRound A.lightbox:hover IMG{-ms-transform:none;-webkit-transform:none;-o-transform:none;-moz-transform:none;transform:none;}
.CMM_imageRound .CMM_imageCaption{text-align:center;}
.CMM_videos{display:block;margin:-5px -5px -5px -5px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;zoom:1;*display:inline;}
.CMM_video{display:inline-block;vertical-align:top;max-width:100%;margin:0;padding:5px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;zoom:1;*display:inline;}
.CMM_videoContent{display:block;table-layout:fixed;position:relative;margin:0 0 0 0;padding:0 0 0 0;}
.CMM_videoContent EMBED{display:block;width:100%;height:100%;}
.CMM_videoContent VIDEO{display:block;width:100%;height:100%;}
.CMM_videoContent .CMM_videoVideo{width:100%;position:relative;}
.CMM_videoBorder .CMM_videoVideo{border:1px solid #DDDDDD;margin:-1px;}
.CMM_videoShadow .CMM_videoVideo{-moz-box-shadow:0 1px 4px rgba(0,0,0,0.15);-webkit-box-shadow:0 1px 4px rgba(0,0,0,0.15);box-shadow:0 1px 4px rgba(0,0,0,0.15);}
.CMM_videoCaption{display:table;width:100%;caption-side:bottom;margin:0 0 0 0;padding:0.25em 0;font-size:0.85em;color:#999999;text-align:left;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
.CMM_videoCaption SPAN{display:table-caption;caption-side:bottom;}
.CMM_video .mejs-offscreen{position:absolute !important;top:-10000px;left:-10000px;overflow:hidden;width:1px;height:1px;}
.CMM_video .mejs-container{max-width:100%;position:relative;background:#F1F1F1;}
.CMM_video .mejs-poster{position:absolute;top:0;left:0;background-size:contain;background-position:50% 50%;background-repeat:no-repeat;}
.CMM_video .mejs-poster IMG{border:0;padding:0;border:0;display:none;}
.CMM_video .mejs-overlay{position:absolute;top:0;left:0;}
.CMM_video .mejs-overlay-play{cursor:pointer;}
.CMM_video .mejs-overlay-button{position:absolute;top:50%;left:50%;width:56px;height:56px;margin:-28px 0 0 -28px;color:rgba(255,255,255,0.5);}
.CMM_video .mejs-overlay-button:before{content:'\f144';font-family:'FontAwesome';font-weight:normal;font-size:56px;}
.CMM_video .mejs-overlay:hover .mejs-overlay-button{color:rgba(255,255,255,0.8);}
.CMM_video .mejs-overlay-loading{position:absolute;top:50%;left:50%;width:56px;height:56px;margin:-28px 0 0 -28px;background:rgba(255,255,255,0.75);}
.CMM_video .mejs-overlay-loading SPAN:before{display:block;width:56px;height:56px;content:'\f110';font-family:'FontAwesome';font-weight:normal;font-size:56px;}
.CMM_video .mejs-controls{position:absolute;list-style-type:none;margin:0;padding:0;bottom:0;left:0;height:30px;width:100%;background:#CCCCCC;background:rgba(222,222,222,0.95);outline:none;}
.CMM_video .mejs-controls div{list-style-type:none;background-image:none;display:block;float:left;margin:0;padding:0;width:30px;height:26px;border:0;}
.CMM_video .mejs-controls .mejs-button button{cursor:pointer;display:block;font-size:14px;line-height:1;text-decoration:none;margin:5px;padding:0;position:absolute;height:16px;width:16px;border:0;font-family:'FontAwesome';text-align:center;outline:none;}
.CMM_video .mejs-controls .mejs-button button:before{font-family:'FontAwesome';font-weight:normal;}
.CMM_video .mejs-controls .mejs-play button, .CMM_video .mejs-controls .mejs-pause button{background:#999999;color:#666666;width:20px;height:20px;line-height:20px;font-size:12px;background-color:#999999;color:#FFFFFF;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;}
.CMM_video .mejs-controls .mejs-play button:hover, .CMM_video .mejs-controls .mejs-pause button:hover{background:#666666;}
.CMM_video .mejs-controls .mejs-mute button, .CMM_video .mejs-controls .mejs-unmute button{color:#666666;background:none;margin:7px 5px;}
.CMM_video .mejs-controls .mejs-fullscreen-button button{color:#666666;background:none;margin:7px 5px;}
.CMM_video .mejs-controls .mejs-play button:before{content:'\f04b';}
.CMM_video .mejs-controls .mejs-pause button:before{content:'\f04c';}
.CMM_video .mejs-controls .mejs-mute button:before{content:'\f028';}
.CMM_video .mejs-controls .mejs-unmute button:before{content:'\f026';}
.CMM_video .mejs-controls .mejs-fullscreen-button button:before{content:'\f0b2';}
.CMM_video .mejs-controls .mejs-time{color:#666666;display:block;height:17px;width:auto;padding:8px 3px 0 3px;overflow:hidden;text-align:center;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}
.CMM_video .mejs-controls .mejs-time span{color:#666666;font-size:0.85em;line-height:12px;display:block;float:left;margin:1px 2px 0 0;width:auto;}
.CMM_video .mejs-controls .mejs-time-rail{direction:ltr;width:200px;padding-top:5px;outline:none;}
.CMM_video .mejs-controls .mejs-time-rail span{display:block;position:absolute;width:180px;height:10px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;cursor:pointer;}
.CMM_video .mejs-controls .mejs-time-rail .mejs-time-total{margin:5px;background:#DDDDDD;background:rgba(0,0,0,0.1);}
.CMM_video .mejs-controls .mejs-time-rail .mejs-time-buffering{width:100%;background:#66CCFF;}
.CMM_video .mejs-controls .mejs-time-rail .mejs-time-loaded{background:#CCCCCC;background:rgba(127,127,127,0.5);width:0;}
.CMM_video .mejs-controls .mejs-time-rail .mejs-time-current{background:#CCCCCC;background:rgba(64,64,64,0.5);width:0;}
.CMM_video .mejs-controls .mejs-time-rail .mejs-time-handle{display:none;position:absolute;margin:0;width:10px;background:#fff;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;cursor:pointer;border:solid 2px #333;top:-2px;text-align:center;}
.CMM_video .mejs-controls .mejs-time-rail .mejs-time-float{position:absolute;display:none;background:#999999;width:36px;height:17px;top:-26px;margin-left:-18px;line-height:1 !important;font-size:0.85em;text-align:center;color:#FFFFFF;}
.CMM_video .mejs-controls .mejs-time-rail .mejs-time-float-current{margin:2px;width:30px;display:block;text-align:center;left:0;}
.CMM_video .mejs-controls .mejs-time-rail .mejs-time-float-corner{position:absolute;bottom:-10px;left:13px;display:block;width:0;height:0;line-height:0;border:solid 5px #999999;border-color:#999999 transparent transparent transparent;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}
.CMM_video .mejs-controls .mejs-volume-button{position:relative;}
.CMM_video .mejs-controls .mejs-volume-button:hover{-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px;}
.CMM_video .mejs-controls .mejs-volume-button .mejs-volume-slider{display:none;height:115px;width:25px;background:rgba(64,64,64,0.5);top:-115px;left:0;z-index:1;position:absolute;margin:0;-webkit-border-radius:3px 3px 0 0;-moz-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0;}
.CMM_video .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total{position:absolute;left:11px;top:8px;width:2px;height:100px;background:#DDDDDD;background:rgba(255,255,255,0.5);margin:0;}
.CMM_video .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current{position:absolute;left:11px;top:8px;width:2px;height:100px;background:#DDDDDD;background:rgba(255,255,255,0.9);margin:0;}
.CMM_video .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle{position:absolute;left:4px;top:-3px;width:16px;height:6px;background:#DDDDDD;background:rgba(255,255,255,0.9);margin:0;cursor:N-resize;-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px;}
.CMM_audio{position:relative;display:block;margin:5px 0;}
.CMM_audioContent{margin:0 0 0 0;padding:0 0 0 0;position:relative;}
.CMM_audioCaption{margin:0 0 0 0;padding:0.25em 0 0 0;font-size:0.85em;color:#999999;}
.CMM_audioContent EMBED{position:absolute;left:5px;top:5px;}
.CMM_audioContent AUDIO{display:block;max-width:100%;}
.CMM_audio .mejs-offscreen{position:absolute !important;top:-10000px;left:-10000px;overflow:hidden;width:1px;height:1px;}
.CMM_audio .mejs-container{position:relative;width:500px;background:rgba(0,0,0,0.1);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-moz-box-shadow:inset 0 1px 2px 3px rgba(0,0,0,0.025);-webkit-box-shadow:inset 0 1px 2px 3px rgba(0,0,0,0.025);box-shadow:inset 0 1px 2px 3px rgba(0,0,0,0.025);}
.CMM_audio .mejs-controls{position:absolute;list-style-type:none;margin:0;padding:0;bottom:0;left:0;height:30px;width:100%;outline:none;}
.CMM_audio .mejs-controls div{list-style-type:none;background-image:none;display:block;float:left;margin:0;padding:0;width:30px;height:26px;border:0;}
.CMM_audio .mejs-controls .mejs-button button{cursor:pointer;display:block;font-size:14px;line-height:1;text-decoration:none;margin:5px;padding:0;position:absolute;height:16px;width:16px;border:0;font-family:'FontAwesome';text-align:center;outline:none;}
.CMM_audio .mejs-controls .mejs-play button, .CMM_audio .mejs-controls .mejs-pause button{background:#999999;color:#666666;width:20px;height:20px;line-height:20px;font-size:12px;background-color:#999999;color:#FFFFFF;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;}
.CMM_audio .mejs-controls .mejs-play button:hover, .CMM_audio .mejs-controls .mejs-pause button:hover{background:#666666;}
.CMM_audio .mejs-controls .mejs-play button:before{content:'\f04b';}
.CMM_audio .mejs-controls .mejs-pause button:before{content:'\f04c';}
.CMM_audio .mejs-controls .mejs-mute button, .CMM_audio .mejs-controls .mejs-unmute button{color:#666666;background:none;margin:7px 5px;}
.CMM_audio .mejs-controls .mejs-mute button:before{content:'\f028';}
.CMM_audio .mejs-controls .mejs-unmute button:before{content:'\f026';}
.CMM_audio .mejs-controls .mejs-time{color:#666666;display:block;height:17px;width:auto;padding:8px 3px 0 3px;overflow:hidden;text-align:center;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}
.CMM_audio .mejs-controls .mejs-time span{color:#666666;font-size:0.85em;line-height:12px;display:block;float:left;margin:1px 2px 0 0;width:auto;}
.CMM_audio .mejs-controls .mejs-time-rail{direction:ltr;width:200px;padding-top:5px;outline:none;}
.CMM_audio .mejs-controls .mejs-time-rail span{display:block;position:absolute;width:180px;height:10px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;cursor:pointer;}
.CMM_audio .mejs-controls .mejs-time-rail .mejs-time-total{margin:5px;background:#DDDDDD;background:rgba(0,0,0,0.1);}
.CMM_audio .mejs-controls .mejs-time-rail .mejs-time-buffering{width:100%;background:#66CCFF;}
.CMM_audio .mejs-controls .mejs-time-rail .mejs-time-loaded{background:#CCCCCC;background:rgba(127,127,127,0.5);width:0;}
.CMM_audio .mejs-controls .mejs-time-rail .mejs-time-current{background:#CCCCCC;background:rgba(64,64,64,0.5);width:0;}
.CMM_audio .mejs-controls .mejs-time-rail .mejs-time-handle{display:none;position:absolute;margin:0;width:10px;background:#fff;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;cursor:pointer;border:solid 2px #333;top:-2px;text-align:center;}
.CMM_audio .mejs-controls .mejs-time-rail .mejs-time-float{position:absolute;display:none;background:#999999;width:36px;height:17px;top:-26px;margin-left:-18px;line-height:1 !important;font-size:0.9em;text-align:center;color:#FFFFFF;}
.CMM_audio .mejs-controls .mejs-time-rail .mejs-time-float-current{margin:2px;width:30px;display:block;text-align:center;left:0;}
.CMM_audio .mejs-controls .mejs-time-rail .mejs-time-float-corner{position:absolute;bottom:-10px;left:13px;display:block;width:0;height:0;line-height:0;border:solid 5px #999999;border-color:#999999 transparent transparent transparent;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}
.CMM_audio .mejs-controls .mejs-volume-button{position:relative;}
.CMM_audio .mejs-controls .mejs-volume-button:hover{-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px;}
.CMM_audio .mejs-controls .mejs-horizontal-volume-slider{height:26px;width:56px;position:relative;display:block;float:left;vertical-align:middle;}
.CMM_audio .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total{position:absolute;left:0;top:11px;width:50px;height:8px;margin:0;padding:0;font-size:1px;background:#DDDDDD;background:rgba(0,0,0,0.1);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;}
.CMM_audio .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current{position:absolute;left:0;top:11px;width:50px;height:8px;margin:0;padding:0;font-size:1px;background:#CCCCCC;background:rgba(127,127,127,0.5);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;}
.CMM_audio .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle{display:none;}
.CMM_linkContainer{clear:both;width:100%;padding:0 0 10px 0;}
.CMM_linkLabel{clear:both;padding:0 0 5px 0;font-size:11px;color:#999999;}
.CMM_link{position:relative;clear:both;margin:5px 0;padding:5px 10px;background:#F1F1F1;background:rgba(0,0,0,0.025);}
.CMM_link I{display:inline-block;margin-right:5px;width:12px;font-family:'FontAwesome';font-weight:normal;}
.CMM_link, .CMM_linkIntern I:before{content:'\f0f6';}
.CMM_linkExtern I:before{content:'\f0ac';}
.CMM_linkTitle{clear:both;padding:0 0 0 0;margin:0 0 0 0;}
.CMM_linkCaption{margin:0 0 0 0;padding:0 0 0 0;font-size:0.85em;color:#999999;display:none;}
.CMM_fileContainer{clear:both;width:100%;padding:0 0 10px 0;}
.CMM_fileLabel{clear:both;padding:0 0 5px 0;font-size:11px;color:#999999;}
.CMM_file{position:relative;clear:both;margin:5px 0;padding:0.5em 0.5em 0.5em 3.6em;background:#F1F1F1;background:rgba(0,0,0,0.025);line-height:1.25;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
.CMM_fileTitle{margin:0 0 0 0;padding:0 0 0 0;line-height:1.25 !important;}
.CMM_fileCaption{margin:0 0 0 0;padding:0 0 0 0;font-size:0.85em;color:#999999;}
.CMM_fileIcon{display:block;position:absolute;left:0;top:0;bottom:0;width:3em;height:100%;background:rgba(0,0,0,0.05);}
.CMM_fileType{display:block;position:absolute;left:50%;top:50%;margin:-7px 0 0 -7px;width:14px;height:14px;line-height:14px;text-align:center;font-style:normal;font-weight:normal;text-decoration:none;font-family:'FontAwesome';font-size:14px;color:#444444;color:rgba(0,0,0,0.5);text-shadow:1px 1px 0 #FFFFFF;}
.CMM_fileType:before{content:'\f016';}
.CMM_fileTypeDIR:before{content:'\f114';}
.CMM_fileTypeEXE:before{content:'\f016';}
.CMM_fileTypeXLS:before, .CMM_fileTypeXLSX:before, .CMM_fileTypeCSV:before{content:'\f1c3';}
.CMM_fileTypePOT:before, .CMM_fileTypePOTX:before, .CMM_fileTypePPT:before, .CMM_fileTypePPTX:before{content:'\f1c4';}
.CMM_fileTypeDOC:before, .CMM_fileTypeDOCX:before, .CMM_fileTypeDOT:before, .CMM_fileTypeDOTX:before{content:'\f1c2';}
.CMM_fileTypeRTF:before, .CMM_fileTypeTXT:before, .CMM_fileTypeVCF:before, .CMM_fileTypeICS:before, .CMM_fileTypeODT:before{content:'\f0f6';}
.CMM_fileTypeGIF:before, .CMM_fileTypePNG:before, .CMM_fileTypeJPG:before, .CMM_fileTypeJPEG:before, .CMM_fileTypeSVG:before, .CMM_fileTypeICO:before, .CMM_fileTypeEPS:before, .CMM_fileTypePSD:before, .CMM_fileTypeAI:before, .CMM_fileTypeCDR:before, .CMM_fileTypeCPT:before, .CMM_fileTypeTIF:before, .CMM_fileTypeTIFF:before{content:'\f1c5';}
.CMM_fileTypePDF:before{content:'\f1c1';}
.CMM_fileTypeAVI:before, .CMM_fileTypeMOV:before, .CMM_fileTypeMP3:before, .CMM_fileTypeMPG:before{content:'\f1c8';}
.CMM_fileTypeFLA:before, .CMM_fileTypeFLV:before, .CMM_fileTypeSWF:before{content:'\f1c9';}
.CMM_fileTypeHTM:before, .CMM_fileTypeHTML:before, .CMM_fileTypeJS:before, .CMM_fileTypePHP:before, .CMM_fileTypeXML:before{content:'\f1c9';}
.CMM_fileTypeRAR:before, .CMM_fileTypeZIP:before{content:'\f1c6';}
.CMM_formContainer{overflow:hidden;}
.CMM_formLoader{height:250px;background:url(../CMM/template/pix/loader.gif) no-repeat center center;}
.CMM_form{background:rgba(0,0,0,0.03);border:1px solid rgba(0,0,0,0.05);border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;}
.CMM_form FIELDSET{margin:0 0 0 0;padding:0 0 0 0;border:0;}
.CMM_form LEGEND{display:block;width:100%;padding:0 0 0 0;margin:10px 0 0 0;border-left:10px solid transparent;border-right:10px solid transparent;color:#666666;font-weight:bold;text-transform:uppercase;text-align:center;overflow:hidden;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
.CMM_form LEGEND:before, .CMM_form LEGEND:after{content:'';clear:both;display:none;width:100%;height:0;vertical-align:middle;overflow:visible;border:0;border-top:1px solid rgba(0,0,0,0.2);}
.CMM_form LEGEND:before{margin:0 0.625em 0 -100%;}
.CMM_form LEGEND:after{margin:0 -100% 0 0.625em;}
.CMM_form LEGEND:before{display:inline-block;}
.CMM_form LEGEND:after{display:inline-block;}
.CMM_formContent{padding:10px;}
.CMM_formContent:after{content:'';display:block;clear:both;visibility:hidden;}
.CMM_formColumn{display:inline-block;vertical-align:top;padding:0 0 0 0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
.CMM_formColumn_Size11{width:100%;}
.CMM_formColumn_Size21{width:50%;}
.CMM_formColumn_Size31{width:33.33%;}
.CMM_formColumn_Size32{width:66.66%;}
.CMM_formColumn_Size41{width:25%;}
.CMM_formColumn_Size42{width:50%;}
.CMM_formColumn_Size43{width:75%;}
.CMM_formField{margin:15px 10px;position:relative;}
.CMM_formField LABEL.fieldLabel{display:none;clear:both;font-size:0.8em;color:#999999;text-transform:uppercase;}
.CMM_formField .requiredMarker:before{content:'*';}
.CMM_formField .fieldComment{font-size:0.8em;color:#999999;color:rgba(0,0,0,0.66);}
.CMM_formField .fieldComment .filesize, .CMM_formField .fieldComment .filetype{display:inline-block;margin-right:0.3em;line-height:1;background:#DDDDDD;background:rgba(0,0,0,0.2);color:#FFFFFF;padding:0.2em 0.4em;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;}
.CMM_formField .fieldComment .filesize{color:#444444;color:rgba(0,0,0,0.66);}
.CMM_formField INPUT, .CMM_formField TEXTAREA, .CMM_formField SELECT{margin:0 0 0 0;padding:5px;width:100%;font-size:1em;text-indent:0;background-color:#FFFFFF;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid rgba(0,0,0,0.2);outline:none;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,0.04);-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.04);box-shadow:inset 0 1px 2px rgba(0,0,0,0.04);-webkit-transition:border 0.3s;-moz-transition:border 0.3s;-o-transition:border 0.3s;transition:border 0.3s;}
.CMM_formField TEXTAREA{display:block;}
.CMM_formField SELECT{padding:4px;}
.CMM_formField INPUT:hover, .CMM_formField TEXTAREA:hover, .CMM_formField SELECT:hover, .CMM_formField INPUT:focus, .CMM_formField TEXTAREA:focus, .CMM_formField SELECT:focus{color:#000000;border-color:rgba(0,0,0,0.4);}
.CMM_formField .textarea{resize:vertical;}
.CMM_formField .radio{width:auto;margin-top:0.3em;border:0 !important;background:none !important;}
.CMM_formField .checkbox{width:auto;margin-top:0.3em;border:0 !important;background:none !important;}
.CMM_formField .disabled{background:#F1F1F1;background:rgba(0,0,0,0.05);}
.CMM_formFieldError LABEL{font-weight:bold;}
.CMM_formFieldError INPUT, .CMM_formFieldError TEXTAREA, .CMM_formFieldError SELECT{border-color:#FFA4A4;background-color:#FFE6E6;}
.CMM_formFieldTypeInfo H4{font-weigth:bold;}
.CMM_formFieldTypeCheckbox, .CMM_formFieldTypeRadio{min-height:0;}
.CMM_formFieldTypeRadio .radioItem{float:left;margin-right:1em;}
.CMM_formFieldTypeCheckbox:after, .CMM_formFieldTypeRadio:after{content:'';display:block;clear:both;visibility:hidden;}
.CMM_formFieldTypeCheckbox .ckeckboxItem{margin-bottom:0.3em;}
.CMM_formFieldTypeCheckbox SPAN, .CMM_formFieldTypeRadio SPAN{margin-left:0.3em;}
.CMM_formFieldTypeCheckbox LABEL.optionLabel, .CMM_formFieldTypeRadio LABEL.optionLabel{display:inline;text-transform:none;font-size:1em;}
.CMM_formFieldTypeHidden{display:none;}
.CMM_formFieldTypeCaptcha .captcha{padding-left:136px;}
.CMM_formFieldTypeCaptcha .CMM_captchaImage{position:absolute;left:1px;bottom:1px;height:32px;display:block;font-size:1em;background:rgba(0,0,0,0.03);border-right:1px solid rgba(0,0,0,0.1);}
.CMM_formFieldTypeCaptcha .CMM_captchaImage IMG{width:100%;height:32px;}
.CMM_formFoot{margin:0 0 0 0;padding:10px 20px;text-align:right;background-color:#EEEEEE;background:rgba(0,0,0,0.05);-moz-border-radius:0 0 2px 2px;-webkit-border-radius:0 0 2px 2px;border-radius:0 0 2px 2px;}
.CMM_formFoot SPAN{float:left;color:#666666;font-size:0.85em;}
.CMM_formFoot:after{content:'';display:block;clear:both;visibility:hidden;}
.CMM_button{margin:0 0 0 10px;display:block;float:right;padding:0.5em 1em;width:auto;text-indent:0;font-size:1.1em;font-weight:bold;line-height:1;background:#666666;color:#EEEEEE;cursor:pointer;border:1px solid rgba(0,0,0,0.1);border-bottom:1px solid rgba(0,0,0,0.33);-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-moz-box-shadow:inset 0 1px 1px rgba(255,255,255,0.15),inset 0 -3px 10px rgba(0,0,0,0.25);-webkit-box-shadow:inset 0 1px 1px rgba(255,255,255,0.15),inset 0 -3px 10px rgba(0,0,0,0.25);box-shadow:inset 0 1px 1px rgba(255,255,255,0.15),inset 0 -3px 10px rgba(0,0,0,0.25);}
.CMM_button:hover{background-color:#444444;}
.CMM_cancel{background-color:#999999;}
.CMM_formFieldTypeDate I{position:absolute;left:auto;right:7px;bottom:9px;width:14px;height:14px;font-family:'FontAwesome';font-size:14px;color:#999999;}
.CMM_formFieldTypeDatetime I{position:absolute;left:55%;right:auto;bottom:9px;width:14px;height:14px;font-family:'FontAwesome';font-size:14px;color:#999999;}
.ie6 .CMM_formField LABEL.fieldLabel, .ie7 .CMM_formField LABEL.fieldLabel, .ie8 .CMM_formField LABEL.fieldLabel, .ie9 .CMM_formField LABEL.fieldLabel{display:block;}
.CMM_formContent DL{margin:0 10px;padding:0 0 0 0;}
.CMM_formContent DT{margin:0.5em 0 0 0;padding:0 0 0 0;font-size:0.75em;font-weight:bold;text-transform:uppercase;color:#888888;color:rgba(0,0,0,0.5);}
.CMM_formContent DD{margin:0.25em 0;padding:0.1em 0.2em;min-height:1.25em;font-size:1em;font-weight:normal;background-color:rgba(0,0,0,0.1);}
.CMM_loginFormLinks{margin-top:1em;}
.CMM_loginFormLinks P{margin:0 0 0 0;font-size:0.9em;}
.CMM_logoutForm DIV SPAN{display:block;margin:0.5em 0 0 0;}
.CMM_logoutForm DIV STRONG{clear:both;display:block;font-size:9px;text-transform:uppercase;}
.map IMG, .gm-style IMG{max-width:none;}
.gomapMarker{min-width:200px;min-height:80px;overflow:hidden;white-space:nowrap;line-height:1.36;}
.alignLeft{text-align:left;}
.alignCenter{text-align:center;}
.alignRight{text-align:right;}
.alignJustify{text-align:justify;}
.mark1{color:#990000;}
.mark1invert{color:#FFFFFF;background-color:#990000;}
.mark2invert{color:#FFFFFF;background-color:#009900;}
.mark3{color:#000099;}
.mark3invert{color:#FFFFFF;background-color:#000099;}
.bigger{font-size:1.15em;}
.smaller{font-size:0.9em;}
.dropcap{float:left;margin:0.05em 0.25em 0 0;font-size:3.2em;line-height:1;padding:0.1em 0.25em;background:#CCCCCC;color:#FFFFFF;font-weight:bold;text-transform:uppercase;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;}
.address{position:relative;background:#EEEEEE;background:rgba(0,0,0,0.05);padding:0.5em;padding-left:2em;}
.address:before{display:block;position:absolute;left:0.5em;top:0.5em;content:'\f015';font-family:'FontAwesome';font-size:17px;line-height:1;}
.person{position:relative;background:#EEEEEE;background:rgba(0,0,0,0.05);padding:0.5em;padding-left:2em;}
.person:before{display:block;position:absolute;left:0.5em;top:0.5em;content:'\f007';font-family:'FontAwesome';font-size:15px;line-height:1;}
.zitat{position:relative;font-style:italic;font-size:1.2em;padding-left:3.6em;}
.zitat:before{content:'»';display:block;position:absolute;left:0;line-height:0.36;font-size:5em;color:#F1F1F1;color:rgba(0,0,0,0.1);}
.zitat SMALL{font-family:Arial,Helvetica,sans-serif;font-size:0.75em;}
.tableCV{width:100%;border-top:1px solid #DDDDDD;border-collapse:collapse;}
.tableCV TH, .tableCV TD{border-bottom:1px solid #DDDDDD;padding:10px 0;vertical-align:top;}
.tableCV TH{width:25%;text-align:left;}
.icon{font-family:'FontAwesome';font-weight:normal;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased;}
.infoBox{position:relative;overflow:hidden;padding:0.75em 1em;margin:1em 0;background-color:#F1F1F1;background-color:rgba(0,0,0,0.04);-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;}
.infoBox1{background-color:rgba(0,0,0,0.04);border-left:3px solid #DDDDDD;}
.infoBox2{background-color:#D8EEFC;color:#1A79B3;border-left:3px solid #95CAEA;}
.infoBox3{background-color:#FFE6E6;color:#D50000;border-left:3px solid #FF8484;}
OL.listlines, UL.listlines{padding-left:0 !important;margin-left:0 !important;border-top:1px solid rgba(0,0,0,0.1);overflow:hidden;}
OL.listlines > LI, UL.listlines > LI{padding:0.3em 0 !important;margin:0 0 0 0 !important;border-bottom:1px solid rgba(0,0,0,0.1);list-style-type:none;}
OL.list2cols > LI, UL.list2cols > LI{display:inline-block;vertical-align:top;width:47.5%;margin-right:2% !important;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
OL.list3cols > LI, UL.list3cols > LI{display:inline-block;vertical-align:top;width:31%;margin-right:2% !important;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
OL.list4cols > LI, UL.list4cols > LI{display:inline-block;vertical-align:top;width:22.5%;margin-right:2% !important;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
OL.listNumberBig, OL.listNumberRound, OL.listNumberSquare{list-style-type:none !important;counter-reset:ol-counter !important;padding:0 0 0 0 !important;margin-left:0 !important;}
OL.listNumberBig > LI, OL.listNumberRound > LI, OL.listNumberSquare > LI{margin:0 0 0 0 !important;padding:0.5em 0 0.5em 2.5em !important;position:relative;}
OL.listNumberBig > LI:before, OL.listNumberRound > LI:before, OL.listNumberSquare > LI:before{content:counter(ol-counter);counter-increment:ol-counter;line-height:1;position:absolute;left:0;top:0.35em;display:block;text-align:center;}
OL.listNumberBig > LI:before{font-size:1.8em;font-weight:bold;line-height:1;left:0.2em;top:0.15em;color:#BBBBBB;}
OL.listNumberRound > LI:before, OL.listNumberSquare > LI:before{font-weight:bold;background-color:#CCCCCC;background-color:rgba(0,0,0,0.25);color:#FFFFFF;}
OL.listNumberRound > LI:before{width:1.5em;height:1.5em;font-size:1.1em;line-height:1.5em;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;}
OL.listNumberSquare > LI:before{width:1.4em;height:1.4em;font-size:1.1em;line-height:1.4em;-moz-border-radius:10%;-webkit-border-radius:10%;border-radius:10%;}
UL.listround, UL.listsquare, UL.listarrow, UL.listcheck, UL.liststar, UL.listasterisk{list-style-type:none !important;overflow:hidden;}
UL.listround > LI, UL.listsquare > LI, UL.listarrow > LI, UL.listcheck > LI, UL.liststar > LI, UL.listasterisk > LI{position:relative;margin-left:0 !important;padding-left:1.6em !important;list-style-type:none;}
UL.listround > LI:before, UL.listsquare > LI:before, UL.listarrow > LI:before, UL.listcheck > LI:before, UL.liststar > LI:before, UL.listasterisk > LI:before{display:inline-block;margin:-0.05em 0.5em 0 -1.5em;width:1em;font-size:0.9em;color:#FF6600;font-family:'FontAwesome';font-weight:normal;text-shadow:0 1px 1px rgba(0,0,0,0.15);}
UL.listround > LI:before{content:'\f111';font-size:0.66em;margin-left:-2em;width:1.33em;position:relative;top:-0.15em;}
UL.listsquare > LI:before{content:'\f0c8';font-size:0.66em;margin-left:-2em;width:1.33em;position:relative;top:-0.15em;}
UL.listarrow > LI:before{content:'\f054';}
UL.listcheck > LI:before{content:'\f00c';}
UL.liststar > LI:before{content:'\f005';}
UL.listasterisk > LI:before{content:'\f069';}
A.button{display:inline-block !important;line-height:1 !important;margin:0.33em 0 0 0 !important;padding:0.6em 1.2em !important;color:#FFFFFF;background:#999999;text-transform:uppercase;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-moz-box-shadow:inset 0 -2px 0 rgba(0,0,0,0.25);-webkit-box-shadow:inset 0 -2px 0 rgba(0,0,0,0.25);box-shadow:inset 0 -2px 0 rgba(0,0,0,0.25);-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;}
A.button:hover{color:#FFFFFF;-moz-box-shadow:inset 0 -3em 0 0 rgba(0,0,0,0.25);-webkit-box-shadow:inset 0 -3em 0 0 rgba(0,0,0,0.25);box-shadow:inset 0 -3em 0 0 rgba(0,0,0,0.25);}
A.buttonSize1{font-size:0.9em;}
A.buttonSize2{font-size:1em;}
A.buttonSize3{font-size:1.25em;}
A.buttonSize4{font-size:1.5em;}
A.buttonSize5{font-size:1.75em;}
A.buttonFullWidth{width:100% !important;padding-left:0 !important;padding-right:0 !important;text-align:center !important;}
A.button:before, A.button:after{display:none;content:'' !important;font-family:'FontAwesome';font-size:1em;margin:0 0.4em 0 0;font-weight:normal;}
A.buttonPrev:before{display:inline;content:'\f104' !important;}
A.buttonNext:after{display:inline;content:'\f105' !important;margin:0 0 0 0.4em;}
A.buttonBack:before{display:inline;content:'\f104' !important;}
A.buttonMore:after{display:inline;content:'\f105' !important;margin:0 0 0 0.4em;}
A.buttonDownload:before{display:inline;content:'\f019' !important;}
A.buttonContact:before{display:inline;content:'\f095' !important;}
.CMM_tableContainer{overflow:auto;margin:0 0 1em 0;}
.CMM_table{border-collapse:collapse;border:0;background:#FFFFFF;}
.CMM_table TH{padding:0.33em;border:1px solid #DDDDDD;text-align:left;font-weight:bold;background:none;}
.CMM_table TD{padding:0.33em;border:1px solid #DDDDDD;text-align:left;background:rgba(255,255,255,0.5);}
.CMM_table CAPTION{caption-side:bottom;text-align:left;font-size:0.9em;padding-top:0.25em;}
.CMM_table100p{width:100%;}
.CMM_tableType_1{background-color:#EEEEEE;}
.CMM_tableType_2{background-color:#EEEEEE;}
.CMM_tableType_2 TH{border-left:0;border-right:0;background-color:#FFFFFF;}
.CMM_tableType_2 TD{border-left:0;border-right:0;}
.CMM_tableType_3{background-color:#DDDDDD;}
.CMM_tableType_3 TH{border-color:#FFFFFF;text-transform:uppercase;font-size:0.9em;}
.CMM_tableType_3 TD{border-color:#FFFFFF;}
.CMM_tableType_4{background-color:#FFCEAE;}
.CMM_tableType_4 TH{border-color:#FFFFFF;text-transform:uppercase;font-size:0.9em;color:#FF6600;}
.CMM_tableType_4 TD{border-color:#FFFFFF;}
.CMM_tableType_5{background-color:#FF9955;}
.CMM_tableType_5 TH{border-color:#FFFFFF;text-transform:uppercase;font-size:0.9em;color:#FFFFFF;}
.CMM_tableType_5 TD{border-color:#FFFFFF;}
.CMM_tableZebraCols TR TD.CMM_tableColOdd{background-color:rgba(255,255,255,0.7);}
.CMM_tableZebraRows TR.CMM_tableRowOdd TD{background-color:rgba(255,255,255,0.7);}
.CMM_table TR:hover TD{background-color:rgba(255,255,255,0.9);}
.CMM_Pageindex > UL{margin:-5px !important;padding:0 0 0 0 !important;}
.CMM_Pageindex > UL > LI{display:inline-block;float:none;vertical-align:top;width:50%;margin:0 0 0 0 !important;padding:5px !important;-moz-box-sizing:border-box;box-sizing:border-box;list-style-type:none;background:none;}
.CMM_Pageindex > UL > LI .indexItem{padding:5px 10px;min-height:1em;background:#F1F1F1;background:rgba(0,0,0,0.04);-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;}
.CMM_Pageindex > UL > LI P.title{margin:0 0 0 0;padding:0 0 0 0;font-size:1.15em;}
.CMM_Pageindex > UL > LI P.title A{display:block;}
.CMM_Pageindex > UL > LI P.title A:before{content:'\f105';font-family:'FontAwesome';font-weight:normal;margin-right:0.3em;font-size:14px;}
.CMM_Pageindex > UL > LI P.description{margin:0 0 0 0;padding:0 0 0 0;line-height:1.36;}
.CMM_Pageindex > UL > LI .image A{padding-left:0 !important;background:none !important;display:block;}
.CMM_Pageindex > UL > LI .image IMG{display:block;}
.CMM_Pageindex0 > UL > LI{display:inline-block;float:none;width:50%;}
.CMM_Pageindex1 > UL > LI{width:33.3%;}
.CMM_Pageindex1 > UL > LI DIV.indexItem{text-align:center;}
.CMM_Pageindex1 > UL > LI P.title{margin:0 0 3px 0;}
.CMM_Pageindex1 > UL > LI IMG{margin:5px auto;}
.CMM_Pageindex2 > UL > LI{width:50%;}
.CMM_Pageindex2 > UL > LI DIV.indexItem{min-height:32px;}
.CMM_Pageindex2 > UL > LI P.title{margin:0 0 3px 0;}
.CMM_Pageindex3 > UL > LI{width:50%;}
.CMM_Pageindex3 > UL > LI DIV.indexItem{min-height:32px;}
.CMM_Pageindex3 > UL > LI P.title{margin:0 0 3px 0;}
.CMM_Pageindex3 > UL > LI .image{float:left;margin-right:10px;}
.CMM_PagePagination UL{margin:-5px !important;padding:0 0 0 0 !important;}
.CMM_PagePagination UL LI{margin:0 0 0 0 !important;padding:5px !important;-moz-box-sizing:border-box;box-sizing:border-box;list-style-type:none;background:none;}
.CMM_PagePagination > UL > LI .item{padding:5px 10px;min-height:1em;background:#F1F1F1;background:rgba(0,0,0,0.04);-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;}
.CMM_PagePagination .CMM_PagePaginationItem{display:inline-block;width:33.333%;}
.CMM_PagePagination .CMM_PagePaginationItem P{margin:0;}
.CMM_PagePagination .CMM_PagePaginationPrev{text-align:left;}
.CMM_PagePagination .CMM_PagePaginationPrev A P:before{content:'\f104';font-family:'FontAwesome';margin-right:0.33em;}
.CMM_PagePagination .CMM_PagePaginationIndex{text-align:center;}
.CMM_PagePagination .CMM_PagePaginationIndex A P:before{content:'\f106';font-family:'FontAwesome';margin-right:0.33em;}
.CMM_PagePagination .CMM_PagePaginationNext{text-align:right;}
.CMM_PagePagination .CMM_PagePaginationNext A P:after{content:'\f105';font-family:'FontAwesome';margin-left:0.33em;}
.CMM_Contents_contentBlock .CMM_sitemap > UL{margin:0 0 0 0;padding:0 0 0 0;}
.CMM_Contents_contentBlock .CMM_sitemap > UL > LI{margin:0 0 0 0;padding:0 0 0 0;position:relative;line-height:1em;font-size:1.1em;border-top:2px solid #FFFFFF;list-style-type:none;background:#F1F1F1;background:rgba(0,0,0,0.04);}
.CMM_Contents_contentBlock .CMM_sitemap > UL > LI A{display:block;margin:0 0 0 2em;padding:0.5em 0;}
.CMM_Contents_contentBlock .CMM_sitemap > UL > LI UL{display:none;margin:0 1em 0 1em;padding:0 0 0 0;}
.CMM_Contents_contentBlock .CMM_sitemap > UL > LI UL:after{content:' ';display:block;height:1em;clear:both;visibility:hidden;}
.CMM_Contents_contentBlock .CMM_sitemap > UL > LI UL LI{margin:0 0 0 0;padding:0 0 0 0;position:relative;line-height:1em;font-size:0.95em;border-top:1px solid #FFFFFF;list-style-type:none;background:#E8E8E8;background:rgba(0,0,0,0.04);}
.CMM_Contents_contentBlock .CMM_sitemap UL LI .hitarea{position:absolute;left:7px;top:5px;display:block;padding-right:1em;font-size:14px;line-height:1em;font-family:'FontAwesome';font-weight:normal;cursor:pointer;}
.CMM_Contents_contentBlock .CMM_sitemap UL LI .hitarea:hover{color:#000000;}
.CMM_Contents_contentBlock .CMM_sitemap UL LI .hitarea:before{content:"\f0fe";}
.CMM_Contents_contentBlock .CMM_sitemap UL LI .collapsable-hitarea:before{content:"\f146";}
.cookiebar{display:none;z-index:1000;position:fixed;left:0;bottom:0;right:0;padding:1em 0;background-color:#333333;background-color:rgba(51,51,51,0.85);font-size:1em;}
.cookiebarInner{position:relative;width:1080px;max-width:95%;margin:0 auto;}
.cookiebarInner:after{content:'';display:block;clear:both;visibility:hidden;}
.cookiebarInner .cookiebarText{display:block;margin-right:6em;line-height:1.2;color:#CCCCCC;}
.cookiebarInner .cookiebarText A{font-weight:bold;color:#FFFFFF;}
.cookiebarInner .cookiebarText A:hover{color:#AAAAAA;}
.cookiebarInner .cookiebarClose{float:right;display:block;line-height:1.2;padding:0.5em 1em;font-size:1.2em;color:#FFFFFF;background-color:#669900;cursor:pointer;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;}
.CMM_Contents_contentBlock{display:inline-block;position:relative;vertical-align:top;margin:0 0 0 0;padding:10px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;background-position:center top;background-size:cover;zoom:1;*display:inline;}
.ie6 .CMM_Contents_contentBlock, .ie7 .CMM_Contents_contentBlock, .ie8 .CMM_Contents_contentBlock{display:block;float:left;}
.CMM_Contents_contentBlock_Inner{position:relative;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
.CMM_Contents_contentBlock_Head{padding-bottom:1em;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
.CMM_Contents_contentBlock_Head H1, .CMM_Contents_contentBlock_Head H2, .CMM_Contents_contentBlock_Head H3, .CMM_Contents_contentBlock_Head H4, .CMM_Contents_contentBlock_Head H5, .CMM_Contents_contentBlock_Head H6{margin-bottom:auto;}
.CMM_Contents_contentBlock_Head I{font-size:0.9em;text-align:center;}
.CMM_Contents_contentBlock_Head P.subtitle{margin-top:0.25em;margin-bottom:0;line-height:1.25;font-size:1.25em;}
.CMM_Contents_contentBlock_Content{position:relative;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
.CMM_Contents_contentBlock_Content:after{content:'';visibility:hidden;display:block;height:0;clear:both;}
.CMM_Contents_contentBlock_Content > P:last-child, .CMM_Contents_contentBlock_Content > UL:last-child, .CMM_Contents_contentBlock_Content > OL:last-child, .CMM_Contents_contentBlock_Content > .CMM_tableContainer:last-child{margin-bottom:auto;}
.CMM_Contents_contentBlock_Subcontents{margin:-10px;}
.CMM_Contents_Size{display:block;}
.CMM_Contents_Size0{width:100%;}
.CMM_Contents_Size1{width:60px;}
.CMM_Contents_Size2{width:120px;}
.CMM_Contents_Size3{width:180px;}
.CMM_Contents_Size4{width:240px;}
.CMM_Contents_Size5{width:300px;}
.CMM_Contents_Size6{width:360px;}
.CMM_Contents_Size7{width:420px;}
.CMM_Contents_Size8{width:480px;}
.CMM_Contents_Size9{width:540px;}
.CMM_Contents_Size10{width:600px;}
.CMM_Contents_Size11{width:660px;}
.CMM_Contents_Size12{width:720px;}
.CMM_Contents_Size13{width:780px;}
.CMM_Contents_Size14{width:840px;}
.CMM_Contents_Size15{width:900px;}
.CMM_Contents_Size16{width:960px;}
.CMM_Contents_Size0{width:100%;}
.CMM_Contents_Size21{width:50%;}
.CMM_Contents_Size31{width:33.333%;}
.CMM_Contents_Size32{width:66.666%;}
.CMM_Contents_Size41{width:25%;}
.CMM_Contents_Size42{width:50%;}
.CMM_Contents_Size43{width:75%;}
.CMM_Contents_Size51{width:20%;}
.CMM_Contents_Size52{width:40%;}
.CMM_Contents_Size53{width:60%;}
.CMM_Contents_Size54{width:80%;}
.CMM_Contents_Size61{width:16.666%;}
.CMM_Contents_Size62{width:33.333%;}
.CMM_Contents_Size63{width:50%;}
.CMM_Contents_Size64{width:66.666%;}
.CMM_Contents_Size65{width:83.333%;}
.CMM_Contents_Size81{width:12.5%;}
.CMM_Contents_Size82{width:25.00%;}
.CMM_Contents_Size83{width:37.5%;}
.CMM_Contents_Size84{width:50%;}
.CMM_Contents_Size85{width:62.5%;}
.CMM_Contents_Size86{width:75%;}
.CMM_Contents_Size87{width:87.5%;}
.CMM_Contents_Size91{width:11.111%;}
.CMM_Contents_Size92{width:22.222%;}
.CMM_Contents_Size93{width:33.333%;}
.CMM_Contents_Size94{width:44.444%;}
.CMM_Contents_Size95{width:55.555%;}
.CMM_Contents_Size96{width:66.666%;}
.CMM_Contents_Size97{width:77.777%;}
.CMM_Contents_Size98{width:88.888%;}
.CMM_Contents_Type11 > .CMM_Contents_contentBlock_Inner, .CMM_Contents_Type12 > .CMM_Contents_contentBlock_Inner, .CMM_Contents_Type13 > .CMM_Contents_contentBlock_Inner, .CMM_Contents_Type14 > .CMM_Contents_contentBlock_Inner, .CMM_Contents_Type15 > .CMM_Contents_contentBlock_Inner, .CMM_Contents_Type21 > .CMM_Contents_contentBlock_Inner, .CMM_Contents_Type31 > .CMM_Contents_contentBlock_Inner, .CMM_Contents_Type32 > .CMM_Contents_contentBlock_Inner{padding:10px;}
.CMM_Contents_Type22 > .CMM_Contents_contentBlock_Inner{padding-top:10px;}
.CMM_Contents_Type23 > .CMM_Contents_contentBlock_Inner{padding-right:10px;}
.CMM_Contents_Type24 > .CMM_Contents_contentBlock_Inner{padding-bottom:10px;}
.CMM_Contents_Type25 > .CMM_Contents_contentBlock_Inner{padding-left:10px;}
.CMM_Contents_Type26 > .CMM_Contents_contentBlock_Inner{padding-top:10px;padding-bottom:10px;}
.CMM_Contents_Type11 > .CMM_Contents_contentBlock_Inner{background-color:#F1F1F1;background-color:rgba(0,0,0,0.04);}
.CMM_Contents_Type12 > .CMM_Contents_contentBlock_Inner{background-color:#FFFFFF;}
.CMM_Contents_Type13 > .CMM_Contents_contentBlock_Inner{background-color:#FFE6D5;}
.CMM_Contents_Type14 > .CMM_Contents_contentBlock_Inner{background-color:#FFA66A;}
.CMM_Contents_Type15 > .CMM_Contents_contentBlock_Inner{background-color:#FF6600;}
.CMM_Contents_Type31 > .CMM_Contents_contentBlock_Inner{-moz-box-shadow:0 1px 4px rgba(0,0,0,0.15);-webkit-box-shadow:0 1px 4px rgba(0,0,0,0.15);box-shadow:0 1px 4px rgba(0,0,0,0.15);}
.CMM_Contents_Type32 > .CMM_Contents_contentBlock_Inner{-moz-box-shadow:inset 0 1px 4px rgba(0,0,0,0.15);-webkit-box-shadow:inset 0 1px 4px rgba(0,0,0,0.15);box-shadow:inset 0 1px 4px rgba(0,0,0,0.15);}
.CMM_Contents_Type21 > .CMM_Contents_contentBlock_Inner{border:1px solid #CCCCCC;border:1px solid rgba(0,0,0,0.1);}
.CMM_Contents_Type22 > .CMM_Contents_contentBlock_Inner{border-top:1px solid #CCCCCC;border-top:1px solid rgba(0,0,0,0.1);}
.CMM_Contents_Type23 > .CMM_Contents_contentBlock_Inner{border-right:1px solid #CCCCCC;border-right:1px solid rgba(0,0,0,0.1);}
.CMM_Contents_Type24 > .CMM_Contents_contentBlock_Inner{border-bottom:1px solid #CCCCCC;border-bottom:1px solid rgba(0,0,0,0.1);}
.CMM_Contents_Type25 > .CMM_Contents_contentBlock_Inner{border-left:1px solid #CCCCCC;border-left:1px solid rgba(0,0,0,0.1);}
.CMM_Contents_Type26 > .CMM_Contents_contentBlock_Inner{margin-top:-5px;border-top:5px solid rgba(0,0,0,0.1);border-bottom:5px solid rgba(0,0,0,0.1);}
.CMM_Contents_Type41 .CMM_Contents_contentBlock_Content{font-size:0.9em;}
.CMM_Contents_Type42 .CMM_Contents_contentBlock_Content{font-size:1.1em;}
.CMM_Contents_Type51 .CMM_Contents_contentBlock_Content, .CMM_Contents_Type52 .CMM_Contents_contentBlock_Content, .CMM_Contents_Type53 .CMM_Contents_contentBlock_Content{margin:0 -10px;}
.CMM_Contents_contentBlock .column{float:left;box-sizing:border-box;padding:0 10px;}
.CMM_Contents_contentBlock .columnSize11{width:100%;}
.CMM_Contents_contentBlock .columnSize21{width:50%;}
.CMM_Contents_contentBlock .columnSize31{width:33.333%;}
.CMM_Contents_contentBlock .columnSize41{width:25%;}
.CMM_Contents_contentBlock .columnSize51{width:20%;}
.CMM_Contents_contentBlock .columnSize61{width:16.666%;}
.CMM_Contents_Type61 .CMM_Contents_contentBlock_Content{position:relative;font-style:italic;font-size:1.2em;padding-left:3.6em;}
.CMM_Contents_Type61 .CMM_Contents_contentBlock_Content:before{content:'»';display:block;position:absolute;left:0;line-height:0.36;font-size:5em;color:#F1F1F1;color:rgba(0,0,0,0.1);}
.CMM_Contents_Type61 SMALL{font-family:Arial,Helvetica,sans-serif;font-size:0.75em;}
.CMM_Contents_Type62 > .CMM_Contents_contentBlock_Inner{padding:10px;background:rgba(0,0,0,0.1);}
.CMM_Contents_Type62 .CMM_Contents_contentBlock_Content{position:static;}
.CMM_Contents_Type62 .CMM_Contents_contentBlock_Content .CMM_Contents_imagesTeaser{margin:-10px -10px 10px -10px;}
.CMM_Contents_Type62 .CMM_Contents_contentBlock_Content .CMM_images .CMM_image IMG{width:100%;height:auto;}
.CMM_Contents_Type63 > .CMM_Contents_contentBlock_Inner{padding:0;}
.CMM_Contents_Type64 > .CMM_Contents_contentBlock_Inner > .CMM_Contents_contentBlock_Head H1, .CMM_Contents_Type64 > .CMM_Contents_contentBlock_Inner > .CMM_Contents_contentBlock_Head H2, .CMM_Contents_Type64 > .CMM_Contents_contentBlock_Inner > .CMM_Contents_contentBlock_Head H3, .CMM_Contents_Type64 > .CMM_Contents_contentBlock_Inner > .CMM_Contents_contentBlock_Head H4{font-size:2.4em;}
.CMM_Contents_Type71 > .CMM_Contents_contentBlock_Inner{padding-top:3em !important;margin-top:1em;}
.CMM_Contents_Type72 > .CMM_Contents_contentBlock_Inner{margin-left:2.2em;padding-left:3em !important;position:relative;}
.CMM_Contents_Type73 > .CMM_Contents_contentBlock_Inner{margin-right:2.2em;padding-right:3em !important;position:relative;}
.CMM_Contents_Type71 .CMM_Contents_contentBlock_Icon, .CMM_Contents_Type72 .CMM_Contents_contentBlock_Icon, .CMM_Contents_Type73 .CMM_Contents_contentBlock_Icon{display:block;position:absolute;width:2em;height:2em;line-height:1.9em;font-size:2em;background:#FFFFFF;color:#CCCCCC;text-align:center;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;-moz-box-shadow:0 0 0 2px #CCCCCC;-webkit-box-shadow:0 0 0 2px #CCCCCC;box-shadow:0 0 0 2px #CCCCCC;-o-transition:all 0.17s;-moz-transition:all 0.17s;-webkit-transition:all 0.17s;-ms-transition:all 0.17s;transition:all 0.17s;}
.CMM_Contents_Type71 .CMM_Contents_contentBlock_Icon{left:50%;top:-1em;margin-left:-1em;}
.CMM_Contents_Type72 .CMM_Contents_contentBlock_Icon{left:-1em;top:0.25em;}
.CMM_Contents_Type73 .CMM_Contents_contentBlock_Icon{right:-1em;top:0.25em;}
.CMM_Contents_Type71 .CMM_Contents_contentBlock_Icon I, .CMM_Contents_Type72 .CMM_Contents_contentBlock_Icon I, .CMM_Contents_Type73 .CMM_Contents_contentBlock_Icon I{margin:-0.1em 0 0 0;}
.CMM_Contents_Type11.CMM_Contents_Type71 .CMM_Contents_contentBlock_Icon, .CMM_Contents_Type11.CMM_Contents_Type72 .CMM_Contents_contentBlock_Icon, .CMM_Contents_Type11.CMM_Contents_Type73 .CMM_Contents_contentBlock_Icon, .CMM_Contents_Type12.CMM_Contents_Type71 .CMM_Contents_contentBlock_Icon, .CMM_Contents_Type12.CMM_Contents_Type72 .CMM_Contents_contentBlock_Icon, .CMM_Contents_Type12.CMM_Contents_Type73 .CMM_Contents_contentBlock_Icon, .CMM_Contents_Type13.CMM_Contents_Type71 .CMM_Contents_contentBlock_Icon, .CMM_Contents_Type13.CMM_Contents_Type72 .CMM_Contents_contentBlock_Icon, .CMM_Contents_Type13.CMM_Contents_Type73 .CMM_Contents_contentBlock_Icon, .CMM_Contents_Type14.CMM_Contents_Type71 .CMM_Contents_contentBlock_Icon, .CMM_Contents_Type14.CMM_Contents_Type72 .CMM_Contents_contentBlock_Icon, .CMM_Contents_Type14.CMM_Contents_Type73 .CMM_Contents_contentBlock_Icon, .CMM_Contents_Type15.CMM_Contents_Type71 .CMM_Contents_contentBlock_Icon, .CMM_Contents_Type15.CMM_Contents_Type72 .CMM_Contents_contentBlock_Icon, .CMM_Contents_Type15.CMM_Contents_Type73 .CMM_Contents_contentBlock_Icon{background:#BBBBBB;color:#FFFFFF;-moz-box-shadow:0 0 0 3px #FFFFFF;-webkit-box-shadow:0 0 0 3px #FFFFFF;box-shadow:0 0 0 3px #FFFFFF;}
.CMM_Contents_Type74 .CMM_Contents_contentBlock_Icon I{margin-right:0.25em;}
.CMM_Contents_Type75 .CMM_Contents_contentBlock_Icon I{margin-left:0.25em;}
.CMM_Contents_Type81 > .CMM_Contents_contentBlock_Inner > .CMM_Contents_contentBlock_Head > .title{display:block;padding:0;margin-left:0;margin-right:0;overflow:hidden;}
.CMM_Contents_Type81 > .CMM_Contents_contentBlock_Inner > .CMM_Contents_contentBlock_Head > .title:before, .CMM_Contents_Type81 > .CMM_Contents_contentBlock_Inner > .CMM_Contents_contentBlock_Head > .title:after{content:'';clear:both;display:none;width:100%;height:0;vertical-align:middle;overflow:visible;border:0;border-top:1px solid rgba(0,0,0,0.1);}
.CMM_Contents_Type81 > .CMM_Contents_contentBlock_Inner > .CMM_Contents_contentBlock_Head > .title:before{margin:0 0.625em 0 -100%;}
.CMM_Contents_Type81 > .CMM_Contents_contentBlock_Inner > .CMM_Contents_contentBlock_Head > .title:after{margin:0 -100% 0 0.625em;}
.CMM_Contents_Type81 > .CMM_Contents_contentBlock_Inner > .CMM_Contents_contentBlock_Head > .title:after, .CMM_Contents_Type81 > .CMM_Contents_contentBlock_Inner > .CMM_Contents_contentBlock_Head.alignLeft > .title:after{display:inline-block;}
.CMM_Contents_Type81 > .CMM_Contents_contentBlock_Inner > .CMM_Contents_contentBlock_Head.alignCenter > .title:before{display:inline-block;}
.CMM_Contents_Type81 > .CMM_Contents_contentBlock_Inner > .CMM_Contents_contentBlock_Head.alignCenter > .title:after{display:inline-block;}
.CMM_Contents_Type81 > .CMM_Contents_contentBlock_Inner > .CMM_Contents_contentBlock_Head.alignRight > .title:before{display:inline-block;}
.CMM_Contents_Type81 > .CMM_Contents_contentBlock_Inner > .CMM_Contents_contentBlock_Head.alignRight > .title:after{display:none;}
.CMM_Contents_Type82 > .CMM_Contents_contentBlock_Inner > .CMM_Contents_contentBlock_Head .subtitle{display:block;padding:0;margin-left:0;margin-right:0;overflow:hidden;}
.CMM_Contents_Type82 > .CMM_Contents_contentBlock_Inner > .CMM_Contents_contentBlock_Head .subtitle:before, .CMM_Contents_Type82 > .CMM_Contents_contentBlock_Inner > .CMM_Contents_contentBlock_Head .subtitle:after{content:'';clear:both;display:none;width:100%;height:0;vertical-align:middle;overflow:visible;border:0;border-top:1px solid rgba(0,0,0,0.1);}
.CMM_Contents_Type82 > .CMM_Contents_contentBlock_Inner > .CMM_Contents_contentBlock_Head .subtitle:before{margin:0 0.625em 0 -100%;}
.CMM_Contents_Type82 > .CMM_Contents_contentBlock_Inner > .CMM_Contents_contentBlock_Head .subtitle:after{margin:0 -100% 0 0.625em;}
.CMM_Contents_Type82 > .CMM_Contents_contentBlock_Inner > .CMM_Contents_contentBlock_Head .subtitle:after, .CMM_Contents_Type82 > .CMM_Contents_contentBlock_Inner > .CMM_Contents_contentBlock_Head.alignLeft .subtitle:after{display:inline-block;}
.CMM_Contents_Type82 > .CMM_Contents_contentBlock_Inner > .CMM_Contents_contentBlock_Head.alignCenter .subtitle:before{display:inline-block;}
.CMM_Contents_Type82 > .CMM_Contents_contentBlock_Inner > .CMM_Contents_contentBlock_Head.alignCenter .subtitle:after{display:inline-block;}
.CMM_Contents_Type82 > .CMM_Contents_contentBlock_Inner > .CMM_Contents_contentBlock_Head.alignRight .subtitle:before{display:inline-block;}
.CMM_Contents_Type82 > .CMM_Contents_contentBlock_Inner > .CMM_Contents_contentBlock_Head.alignRight .subtitle:after{display:none;}
.CMM_Contents_Type83 > .CMM_Contents_contentBlock_Inner > .CMM_Contents_contentBlock_Head > .title:after{content:'';clear:both;display:block;width:100%;height:0;margin-top:0.33em;overflow:visible;border:0;border-top:1px solid rgba(0,0,0,0.1);}
.CMM_Contents_Type84 > .CMM_Contents_contentBlock_Inner > .CMM_Contents_contentBlock_Head{padding-bottom:0.5em;margin-bottom:0.8em;border-bottom:2px solid rgba(0,0,0,0.5);}
.CMM_Contents_Type85 > .CMM_Contents_contentBlock_Inner > .CMM_Contents_contentBlock_Head{padding:0.3em 0.6em;margin-bottom:0.8em;background-color:#CCCCCC;background-color:rgba(0,0,0,0.1);}
.CMM_Contents_Type86 > .CMM_Contents_contentBlock_Inner > .CMM_Contents_contentBlock_Head{padding:0.3em 0.6em;margin-bottom:0.8em;background-color:#FFFFFF;}
.CMM_Contents_Type87 > .CMM_Contents_contentBlock_Inner > .CMM_Contents_contentBlock_Head{padding:0.3em 0.6em;margin-bottom:0.8em;background-color:#FF6600;}
.CMM_Contents_Type100 .CMM_Contents_contentBlock_Head{position:relative;padding:0.5em;padding-right:2.4em;min-height:19px;line-height:1;background-color:#F1F1F1;background-color:rgba(0,0,0,0.05);cursor:pointer;border-radius:2px;border-radius:2px;border-radius:2px;-o-transition:all 0.33s;-moz-transition:all 0.33s;-webkit-transition:all 0.33s;-ms-transition:all 0.33s;transition:all 0.33s;}
.CMM_Contents_Type100 .CMM_Contents_contentBlock_Head *{margin:0 0 0 0;padding:0 0 0 0;line-height:1;}
.CMM_Contents_Type100 .CMM_Contents_contentBlock_Head.minus{background-color:#DDDDDD;background-color:rgba(0,0,0,0.1);background-position:-995px -395px;}
.CMM_Contents_Type100 .CMM_Contents_contentBlock_Head:hover{background-color:#DDDDDD;background-color:rgba(0,0,0,0.1);}
.CMM_Contents_Type100 .CMM_Contents_contentBlock_Head:before{position:absolute;right:0;top:50%;margin-top:-0.5em;width:2.4em;display:block;text-align:center;line-height:1;font-size:1em;font-family:'FontAwesome';content:'\f078 ';-o-transition:all 0.33s;-moz-transition:all 0.33s;-webkit-transition:all 0.33s;-ms-transition:all 0.33s;transition:all 0.33s;}
.CMM_Contents_Type100 .CMM_Contents_contentBlock_Head.minus:before{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);}
.CMM_Contents_Type100 .CMM_Contents_contentBlock_Content{padding-top:10px;display:none;}
.CMM_Contents_Type101 .CMM_Contents_contentBlock_Subcontents UL.tabs{margin:0 10px -1px 10px;padding:0 0 0 0;display:block;}
.CMM_Contents_Type101 .CMM_Contents_contentBlock_Subcontents UL.tabs LI{display:inline-block;vertical-align:bottom;margin:0 2px 0 0;padding:0 0 0 0;line-height:1;list-style:none;}
.CMM_Contents_Type101 .CMM_Contents_contentBlock_Subcontents UL.tabs LI A{position:relative;display:block;padding:10px;outline:none;font-weight:bold;color:#666666;border:1px solid #E6E6E6;border-bottom:1px solid transparent;background-color:#F5F5F5;background-color:rgba(0,0,0,0.05);background-image:none;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
.CMM_Contents_Type101 .CMM_Contents_contentBlock_Subcontents UL.tabs LI A.selected, .CMM_Contents_Type101 .CMM_Contents_contentBlock_Subcontents UL.tabs LI A:hover{background-color:#FFFFFF;color:#000000;}
.CMM_Contents_Type101 .CMM_Contents_contentBlock_Subcontents UL.tabs LI A:before{content:'';display:block;position:absolute;left:-1px;top:-1px;right:-1px;height:4px;background-color:#DDDDDD;}
.CMM_Contents_Type101 .CMM_Contents_contentBlock_Subcontents UL.tabs LI A.selected:before{background-color:#CCCCCC;}
.CMM_Contents_Type101 > .CMM_Contents_contentBlock_Inner > .CMM_Contents_contentBlock_Content > .CMM_Contents_contentBlock_Subcontents{margin:0;}
.CMM_Contents_Type101 .CMM_Contents_contentBlock_Subcontents .items{background:#FFFFFF;border:1px solid #E6E6E6;}
.CMM_Contents_Type101 .CMM_Contents_contentBlock_Subcontents .items > DIV{display:none;}
.CMM_Contents_Type101 .CMM_Contents_contentBlock_Subcontents .items > .CMM_Contents_contentBlock{padding:10px;}
.CMM_Contents_Type101 .CMM_Contents_contentBlock_Subcontents .items > .CMM_Contents_contentBlock > .CMM_Contents_contentBlock_Inner{padding-top:10px;}
.CMM_Contents_Type101 .CMM_Contents_contentBlock_Subcontents .items > .CMM_Contents_contentBlock > .CMM_Contents_contentBlock_Inner > .CMM_Contents_contentBlock_Head{display:none;}
.CMM_Contents_Type102 .CMM_Contents_contentBlock_Subcontents .CMM_Contents_contentBlock{padding-top:10px;padding-bottom:10px;}
.CMM_Contents_Type102 > .CMM_Contents_contentBlock_Inner > .CMM_Contents_contentBlock_Content > .CMM_Contents_contentBlock_Subcontents{margin:0 -10px;}
.CMM_Contents_Type102 .CMM_Contents_contentBlock_Subcontents .accordionToggle{position:relative;padding:0.5em;padding-right:2.4em;line-height:1;background-color:#F1F1F1;background-color:rgba(0,0,0,0.05);cursor:pointer;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-o-transition:all 0.33s;-moz-transition:all 0.33s;-webkit-transition:all 0.33s;-ms-transition:all 0.33s;transition:all 0.33s;}
.CMM_Contents_Type102 .CMM_Contents_contentBlock_Subcontents .accordionToggle *{margin:0 0 0 0;padding:0 0 0 0;line-height:1;}
.CMM_Contents_Type102 .CMM_Contents_contentBlock_Subcontents .accordionToggle .CMM_Contents_contentBlock_Icon{margin-right:0.33em;}
.CMM_Contents_Type102 .CMM_Contents_contentBlock_Subcontents .accordionToggle.selected, .CMM_Contents_Type102 .CMM_Contents_contentBlock_Subcontents .accordionToggle:hover{background-color:#DDDDDD;background-color:rgba(0,0,0,0.1);}
.CMM_Contents_Type102 .CMM_Contents_contentBlock_Subcontents .accordionToggle:before{position:absolute;right:0;top:50%;margin-top:-0.5em;width:2.4em;display:block;text-align:center;line-height:1;font-size:1em;font-family:'FontAwesome';content:'\f078 ';-o-transition:all 0.33s;-moz-transition:all 0.33s;-webkit-transition:all 0.33s;-ms-transition:all 0.33s;transition:all 0.33s;}
.CMM_Contents_Type102 .CMM_Contents_contentBlock_Subcontents .accordionToggle.selected:before{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);}
.CMM_Contents_Type102 .CMM_Contents_contentBlock_Subcontents .accordionContent{padding-top:10px;display:none;}
.CMM_Contents_Type103 .CMM_Contents_contentBlock_Content .accordionToggle{position:relative;padding:0.5em;padding-right:2.4em;margin-top:1em;line-height:1;background-color:#F1F1F1;background-color:rgba(0,0,0,0.05);cursor:pointer;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-o-transition:all 0.33s;-moz-transition:all 0.33s;-webkit-transition:all 0.33s;-ms-transition:all 0.33s;transition:all 0.33s;}
.CMM_Contents_Type103 .CMM_Contents_contentBlock_Content .accordionToggle:first-child{margin-top:0;}
.CMM_Contents_Type103 .CMM_Contents_contentBlock_Content .accordionToggle H2, .CMM_Contents_Type103 .CMM_Contents_contentBlock_Content .accordionToggle H3, .CMM_Contents_Type103 .CMM_Contents_contentBlock_Content .accordionToggle H4{margin:0 0 0 0;padding:0 0 0 0;}
.CMM_Contents_Type103 .CMM_Contents_contentBlock_Content .accordionToggle.selected, .CMM_Contents_Type103 .CMM_Contents_contentBlock_Content .accordionToggle:hover{background-color:#DDDDDD;background-color:rgba(0,0,0,0.1);}
.CMM_Contents_Type103 .CMM_Contents_contentBlock_Content .accordionToggle:before{position:absolute;right:0;top:50%;margin-top:-0.5em;width:2.4em;display:block;text-align:center;line-height:1;font-size:1em;font-family:'FontAwesome';content:'\f078 ';-o-transition:all 0.33s;-moz-transition:all 0.33s;-webkit-transition:all 0.33s;-ms-transition:all 0.33s;transition:all 0.33s;}
.CMM_Contents_Type103 .CMM_Contents_contentBlock_Content .accordionToggle.selected:before{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);}
.CMM_Contents_Type103 .CMM_Contents_contentBlock_Content .accordionContent{padding-top:0.5em;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
.CMM_Contents_Type105 .CMM_Contents_contentBlock_Subcontents{margin:0 0 0 0;}
.CMM_Contents_Type105 .CMM_Contents_contentBlock_Subcontents .CMM_Contents_contentBlock{background-size:cover;padding:0 0 0 0;}
.CMM_Contents_Type105 .CMM_Contents_contentBlock_Subcontents .CMM_Contents_contentBlock_Head{display:block;}
.CMM_Contents_Type105 .bx-wrapper .bx-prev, .CMM_Contents_Type105 .bx-wrapper .bx-next{z-index:75;margin-top:-1.6em;width:3.2em;height:3.2em;line-height:3.3em;background:rgba(255,255,255,0.25);text-indent:0;text-align:center;font-size:1em;color:rgba(0,0,0,0.5);font-family:'FontAwesome';-moz-box-sizing:border-box;box-sizing:border-box;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;}
.CMM_Contents_Type105 .bx-wrapper .bx-prev{padding-right:0.2em;}
.CMM_Contents_Type105 .bx-wrapper .bx-next{padding-left:0.2em;}
.CMM_Contents_Type105 .bx-wrapper .bx-prev:hover, .CMM_Contents_Type105 .bx-wrapper .bx-next:hover{background:rgba(255,255,255,0.5);color:rgba(0,0,0,1);}
.CMM_Contents_Type105 .bx-wrapper .bx-pager{width:100%;left:0;bottom:-20px;padding:0 0 0 0;text-align:center;}
.CMM_Contents_Type105 .bx-wrapper .bx-pager .bx-pager-item a{background:#DDDDDD;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;-moz-box-shadow:inset 0 1px 0 rgba(0,0,0,0.1);-webkit-box-shadow:inset 0 1px 0 rgba(0,0,0,0.1);box-shadow:inset 0 1px 0 rgba(0,0,0,0.1);}
.CMM_Contents_Type105 .bx-wrapper .bx-pager .bx-pager-item a:hover, .CMM_Contents_Type105 .bx-wrapper .bx-pager .bx-pager-item a.active{background:#FF6600;}
.CMM_Contents_Type106 .CMM_Contents_contentBlock_Subcontents UL.tabs{margin:1em 0 0 0;padding:0 8%;display:block;text-align:justify;position:relative;}
.CMM_Contents_Type106 .CMM_Contents_contentBlock_Subcontents UL.tabs:before{content:'';width:100%;position:absolute;left:0;top:2.4em;border-top:2px dotted #EEEEEE;}
.CMM_Contents_Type106 .CMM_Contents_contentBlock_Subcontents UL.tabs:after{content:'';display:inline-block;width:100%;height:10px;margin-top:-1em;}
.CMM_Contents_Type106 .CMM_Contents_contentBlock_Subcontents UL.tabs LI{display:inline-block;vertical-align:middle;text-align:center;margin:0 0 0 0;padding:0 0 0 0;list-style:none;}
.CMM_Contents_Type106 .CMM_Contents_contentBlock_Subcontents UL.tabs LI A{position:relative;display:block;width:4em;height:4em;line-height:3.6em;outline:none;background-color:#FFFFFF;font-weight:bold;font-size:1em;color:#666666;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;border:4px solid #E6E6E6;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;background-image:none;}
.CMM_Contents_Type106 .CMM_Contents_contentBlock_Subcontents UL.tabs LI A.selected, .CMM_Contents_Type106 .CMM_Contents_contentBlock_Subcontents UL.tabs LI A:hover{border-color:#DDDDDD;color:#000000;background-color:#F1F1F1;}
.CMM_Contents_Type106 .CMM_Contents_contentBlock_Subcontents UL.tabs LI A.selected{font-size:1.3em;}
.CMM_Contents_Type106 .CMM_Contents_contentBlock_Subcontents UL.tabs LI A.selected:after{content:'';display:block;position:absolute;left:50%;margin-left:-0.25em;bottom:-1.25em;width:0.5em;height:0.5em;background-color:#BBBBBB;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;}
.CMM_Contents_Type106 .CMM_Contents_contentBlock_Subcontents{margin:0;}
.CMM_Contents_Type106 .CMM_Contents_contentBlock_Subcontents .CMM_Contents_contentBlock_Head{display:none;}
.CMM_Contents_Type106 .CMM_Contents_contentBlock_Subcontents .items{margin:-10px -20px;}
.CMM_Contents_Type106 .CMM_Contents_contentBlock_Subcontents .items > DIV{display:none;}
.CMM_Contents_contentBlock UL{margin:auto 0 0.8em 0;padding:0 0 0 0;}
.CMM_Contents_contentBlock UL:last-child{margin-bottom:auto;}
.CMM_Contents_contentBlock UL LI{margin:auto 0 0.4em 1.8em;padding:0 0 0 0;}
.CMM_Contents_contentBlock UL LI:last-child{margin-bottom:auto;}
.CMM_Contents_contentBlock UL LI UL{margin:auto 0 0.4em -0.4em;}
.CMM_Contents_contentBlock BLOCKQUOTE{display:block;margin:auto 0 auto 0;padding-left:3.6em;position:relative;font-style:italic;font-size:1.2em;font-family:Georgia,'Times New Roman',Times,serif;}
.CMM_Contents_contentBlock BLOCKQUOTE:before{content:'»';display:block;position:absolute;left:0;line-height:0.36;font-size:5em;color:#F1F1F1;color:rgba(0,0,0,0.1);}
.CMM_Contents_contentBlock BLOCKQUOTE SMALL{font-family:Arial,Helvetica,sans-serif;font-size:0.75em;}
.CMM_Contents_contentBlock .CMM_Contents_images IMG{max-width:100%;height:auto;}
.CMM_Contents_contentBlock .CMM_Contents_imagesTop .CMM_imageCaption, .CMM_Contents_contentBlock .CMM_Contents_imagesBottom .CMM_imageCaption{text-align:center;}
.CMM_Contents_contentBlock .CMM_Contents_imagesTop{float:none;clear:both;text-align:center;}
.CMM_Contents_contentBlock .CMM_Contents_imagesTopLeft{float:none;clear:both;text-align:left;}
.CMM_Contents_contentBlock .CMM_Contents_imagesTopRight{float:none;clear:both;text-align:right;}
.CMM_Contents_contentBlock .CMM_Contents_imagesLeft, .CMM_Contents_contentBlock .CMM_Contents_imagesLeft2{float:left;text-align:left;}
.CMM_Contents_contentBlock .CMM_Contents_imagesRight, .CMM_Contents_contentBlock .CMM_Contents_imagesRight2{float:right;text-align:right;}
.CMM_Contents_contentBlock .CMM_Contents_imagesBottom{float:none;clear:both;text-align:center;}
.CMM_Contents_contentBlock .CMM_Contents_imagesBottomLeft{float:none;clear:both;text-align:left;}
.CMM_Contents_contentBlock .CMM_Contents_imagesBottomRight{float:none;clear:both;text-align:right;}
.CMM_Contents_contentBlock .CMM_Contents_imagesLeft .CMM_images .CMM_image, .CMM_Contents_contentBlock .CMM_Contents_imagesRight .CMM_images .CMM_image{display:block;}
.CMM_Contents_contentBlock .CMM_Contents_imagesRight .CMM_images .CMM_image{float:right;clear:both;}
.CMM_Contents_contentBlock .CMM_Contents_imagesTop, .CMM_Contents_contentBlock .CMM_Contents_imagesTopLeft, .CMM_Contents_contentBlock .CMM_Contents_imagesTopRight, .CMM_Contents_contentBlock .CMM_Contents_imagesLeft, .CMM_Contents_contentBlock .CMM_Contents_imagesLeft2, .CMM_Contents_contentBlock .CMM_Contents_imagesRight, .CMM_Contents_contentBlock .CMM_Contents_imagesRight2, .CMM_Contents_contentBlock .CMM_Contents_imagesBottom, .CMM_Contents_contentBlock .CMM_Contents_imagesBottomLeft, .CMM_Contents_contentBlock .CMM_Contents_imagesBottomRight{max-width:100%;}
.CMM_Contents_contentBlock .CMM_Contents_imagesTop, .CMM_Contents_contentBlock .CMM_Contents_imagesTopLeft, .CMM_Contents_contentBlock .CMM_Contents_imagesTopRight, .CMM_Contents_contentBlock .CMM_Contents_imagesGallery, .CMM_Contents_contentBlock .CMM_Contents_imagesSlider{margin-bottom:10px;}
.CMM_Contents_contentBlock .CMM_Contents_imagesLeft, .CMM_Contents_contentBlock .CMM_Contents_imagesLeft2{margin-right:10px;}
.CMM_Contents_contentBlock .CMM_Contents_imagesRight, .CMM_Contents_contentBlock .CMM_Contents_imagesRight2{margin-left:10px;}
.CMM_Contents_contentBlock .CMM_Contents_imagesBottom, .CMM_Contents_contentBlock .CMM_Contents_imagesBottomLeft, .CMM_Contents_contentBlock .CMM_Contents_imagesBottomRight{margin-top:10px;}
.CMM_Contents_contentBlock .CMM_Contents_imagesGallery > UL{padding:0 0 0 0;margin:0 0 0 0;}
.CMM_Contents_contentBlock .CMM_Contents_imagesGallery > UL > LI{padding:0 0 0 0;margin:0 0 0 0;list-style-type:none;}
.CMM_Contents_contentBlock .CMM_Contents_imagesGallery IMG{display:block;}
.CMM_Contents_contentBlock .CMM_Contents_imagesGallery .galleryContainer .galleryImage .galleryAltText{position:absolute;left:0;bottom:0;width:100%;padding:0.5em 1em;box-sizing:border-box;color:#FFFFFF;font-size:1em;line-height:1.25;background:#666666;background:rgba(0,0,0,0.33);}
.CMM_Contents_contentBlock .CMM_Contents_imagesGallery .galleryThumbs .CMM_image{padding:0 0 0 0;}
.CMM_Contents_contentBlock .CMM_Contents_imagesSlider{margin-bottom:2em;}
.CMM_Contents_contentBlock .CMM_Contents_imagesSlider UL{padding:0 0 0 0;margin:0 0 0 0;}
.CMM_Contents_contentBlock .CMM_Contents_imagesSlider UL > LI{padding:0 0 0 0;margin:0 0 0 0;list-style-type:none;}
.CMM_Contents_contentBlock .CMM_Contents_imagesSlider UL > LI A{padding:0 0 0 0;margin:0 0 0 0;background:none;}
.CMM_Contents_contentBlock .CMM_Contents_imagesSlider UL > LI IMG{width:100%;height:auto;}
.CMM_Contents_contentBlock .CMM_Contents_imagesSlider .bx-wrapper .bx-prev, .CMM_Contents_contentBlock .CMM_Contents_imagesSlider .bx-wrapper .bx-next{margin-top:-1.6em;width:3.2em;height:3.2em;line-height:3.3em;background:rgba(255,255,255,0.25);text-indent:0;text-align:center;font-size:1em;color:rgba(0,0,0,0.5);font-family:'FontAwesome';-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;}
.CMM_Contents_contentBlock .CMM_Contents_imagesSlider .bx-wrapper .bx-prev{padding-right:0.2em;}
.CMM_Contents_contentBlock .CMM_Contents_imagesSlider .bx-wrapper .bx-next{padding-left:0.2em;}
.CMM_Contents_contentBlock .CMM_Contents_imagesSlider .bx-wrapper .bx-prev:hover, .CMM_Contents_contentBlock .CMM_Contents_imagesSlider .bx-wrapper .bx-next:hover{background:rgba(255,255,255,0.5);color:rgba(0,0,0,1);}
.CMM_Contents_contentBlock .CMM_Contents_imagesSlider .bx-wrapper .bx-pager{width:100%;left:0;bottom:-20px;padding:0 0 0 0;text-align:center;}
.CMM_Contents_contentBlock .CMM_Contents_imagesSlider .bx-wrapper .bx-pager .bx-pager-item a{background:#DDDDDD;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;-moz-box-shadow:inset 0 1px 0 rgba(0,0,0,0.1);-webkit-box-shadow:inset 0 1px 0 rgba(0,0,0,0.1);box-shadow:inset 0 1px 0 rgba(0,0,0,0.1);}
.CMM_Contents_contentBlock .CMM_Contents_imagesSlider .bx-wrapper .bx-pager .bx-pager-item a:hover, .CMM_Contents_contentBlock .CMM_Contents_imagesSlider .bx-wrapper .bx-pager .bx-pager-item a.active{background:#FF6600;}
.CMM_Contents_contentBlock .CMM_Contents_imagesSlider .CMM_imageCaption{display:block;position:absolute;left:0;bottom:0;width:100%;padding:0.5em 1em;box-sizing:border-box;color:#FFFFFF;font-size:1em;line-height:1.25;background:#666666;background:rgba(0,0,0,0.33);}
.CMM_Contents_contentBlock .CMM_Contents_imagesCaroussel{margin-bottom:30px;}
.CMM_Contents_contentBlock .CMM_Contents_imagesCaroussel > UL{padding:0 0 0 0;margin:0 0 0 0;}
.CMM_Contents_contentBlock .CMM_Contents_imagesCaroussel > UL > LI{padding:0 0 0 0;margin:0 0 0 0;list-style-type:none;}
.CMM_Contents_contentBlock .CMM_Contents_imagesCaroussel > UL > LI A{padding:0 0 0 0;margin:0 0 0 0;background:none;}
.CMM_Contents_contentBlock .CMM_Contents_imagesCaroussel > UL > LI IMG{min-width:0;max-width:auto;height:auto;width:auto;}
.CMM_Contents_contentBlock .CMM_Contents_imagesCaroussel .bx-wrapper .bx-prev, .CMM_Contents_contentBlock .CMM_Contents_imagesCaroussel .bx-wrapper .bx-next{width:2.4em;height:2.4em;line-height:2.45em;background:rgba(0,0,0,0.1);text-indent:0;text-align:center;font-size:1em;color:rgba(0,0,0,0.33);font-family:'FontAwesome';-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;}
.CMM_Contents_contentBlock .CMM_Contents_imagesCaroussel .bx-wrapper .bx-prev{left:auto;right:3.2em;top:-2.4em;padding-right:0.15em;}
.CMM_Contents_contentBlock .CMM_Contents_imagesCaroussel .bx-wrapper .bx-next{right:0;top:-2.4em;padding-left:0.15em;}
.CMM_Contents_contentBlock .CMM_Contents_imagesCaroussel .bx-wrapper .bx-prev:hover, .CMM_Contents_contentBlock .CMM_Contents_imagesCaroussel .bx-wrapper .bx-next:hover{background:rgba(0,0,0,0.2);color:rgba(0,0,0,1);}
.CMM_Contents_contentBlock .CMM_Contents_imagesCaroussel .bx-wrapper .bx-pager{width:100%;left:0;bottom:-20px;padding:0 0 0 0;text-align:center;}
.CMM_Contents_contentBlock .CMM_Contents_imagesCaroussel .bx-wrapper .bx-pager .bx-pager-item a{background:#DDDDDD;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;-moz-box-shadow:inset 0 1px 0 rgba(0,0,0,0.1);-webkit-box-shadow:inset 0 1px 0 rgba(0,0,0,0.1);box-shadow:inset 0 1px 0 rgba(0,0,0,0.1);}
.CMM_Contents_contentBlock .CMM_Contents_imagesCaroussel .bx-wrapper .bx-pager .bx-pager-item a:hover, .CMM_Contents_contentBlock .CMM_Contents_imagesCaroussel .bx-wrapper .bx-pager .bx-pager-item a.active{background:#FF6600;}
.CMM_Contents_contentBlock .CMM_Contents_imagesCaroussel .slideMargin{width:10px;display:none;} 
.CMM_Contents_contentBlock .CMM_Contents_imagesMasonry{margin-bottom:1em;}
.CMM_Contents_contentBlock .CMM_Contents_imagesMasonry > UL{padding:0 0 0 0;margin:-10px;}
.CMM_Contents_contentBlock .CMM_Contents_imagesMasonry > UL > LI{padding:10px;margin:0 0 0 0;list-style-type:none;}
.CMM_Contents_contentBlock .CMM_Contents_imagesMasonry > UL > LI A{padding:0 0 0 0;margin:0 0 0 0;background:none;}
.CMM_Contents_contentBlock .CMM_Contents_imagesMasonry > UL > LI IMG{min-width:0;max-width:auto;height:auto;width:auto;}
.CMM_Contents_contentBlock .CMM_Contents_imagesMasonry .CMM_image{display:block;float:none;}
.CMM_Contents_contentBlock .CMM_Contents_imagesMasonry .CMM_image .CMM_imageContent{overflow:hidden;}
.CMM_Contents_contentBlock .CMM_Contents_imagesMasonry .CMM_imageCaption{display:block;position:absolute;left:0;bottom:-100%;width:100%;padding:0.5em 1em;box-sizing:border-box;color:#FFFFFF;font-size:1em;line-height:1.25;background:#666666;background:rgba(0,0,0,0.33);-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}
.CMM_Contents_contentBlock .CMM_Contents_imagesMasonry .CMM_image:hover .CMM_imageCaption{bottom:0;}
.CMM_Contents_contentBlock .CMM_Contents_imagesTeaser{position:relative;overflow:hidden;margin-bottom:10px;}
.CMM_Contents_contentBlock .CMM_Contents_imagesTeaser IMG, .CMM_Contents_imagesTeaser IMG{display:block;margin:0 auto;width:100%;height:auto;}
.CMM_Contents_contentBlock .CMM_Contents_imagesTeaser .teaserCaption{position:absolute;visibility:hidden;left:0;bottom:-50%;width:100%;padding:5px;-moz-box-sizing:border-box;background:rgba(0,0,0,0.5);box-sizing:border-box;color:#FFFFFF;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}
.CMM_Contents_contentBlock .CMM_Contents_imagesTeaser .teaserCaption A{color:#FFFFFF;}
.CMM_Contents_contentBlock .CMM_Contents_imagesTeaser:hover .teaserCaption{bottom:0;visibility:visible;}
.CMM_Contents_contentBlock .CMM_Contents_videos{float:none;clear:both;margin-bottom:0;}
.CMM_Contents_contentBlock .CMM_Contents_videosTop .CMM_videoCaption, .CMM_Contents_contentBlock .CMM_Contents_videosBottom .CMM_videoCaption{text-align:center;}
.CMM_Contents_contentBlock .CMM_Contents_videosTop{float:none;clear:both;text-align:center;}
.CMM_Contents_contentBlock .CMM_Contents_videosTopLeft{float:none;clear:both;text-align:left;}
.CMM_Contents_contentBlock .CMM_Contents_videosTopRight{float:none;clear:both;text-align:right;}
.CMM_Contents_contentBlock .CMM_Contents_videosBottom{float:none;clear:both;text-align:center;}
.CMM_Contents_contentBlock .CMM_Contents_videosBottomLeft{float:none;clear:both;text-align:left;}
.CMM_Contents_contentBlock .CMM_Contents_videosBottomRight{float:none;clear:both;text-align:right;}
.CMM_Contents_contentBlock .CMM_Contents_videosTop, .CMM_Contents_contentBlock .CMM_Contents_videosTopLeft, .CMM_Contents_contentBlock .CMM_Contents_videosTopRight, .CMM_Contents_contentBlock .CMM_Contents_videosBottom, .CMM_Contents_contentBlock .CMM_Contents_videosBottomLeft, .CMM_Contents_contentBlock .CMM_Contents_videosBottomRight{max-width:100%;}
.CMM_Contents_contentBlock .CMM_Contents_videosTop, .CMM_Contents_contentBlock .CMM_Contents_videosTopLeft, .CMM_Contents_contentBlock .CMM_Contents_videosTopRight{margin-bottom:10px;}
.CMM_Contents_contentBlock .CMM_Contents_videosBottom, .CMM_Contents_contentBlock .CMM_Contents_videosBottomLeft, .CMM_Contents_contentBlock .CMM_Contents_videosBottomRight{margin-top:10px;}
.CMM_Contents_contentBlock .CMM_Contents_audios{clear:both;width:100%;padding:0 0 10px 0;}
.CMM_Contents_contentBlock .CMM_linkContainer{clear:both;width:100%;padding:0 0 10px 0;}
.CMM_Contents_contentBlock .CMM_fileContainer{clear:both;width:100%;padding:0 0 10px 0;}
.CMM_Contents_contentBlock .CMM_Contentindex > UL{margin:-5px !important;padding:0 0 0 0 !important;}
.CMM_Contents_contentBlock .CMM_Contentindex > UL > LI{display:inline-block;float:none;vertical-align:top;width:50%;margin:0 0 0 0 !important;padding:5px !important;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;list-style-type:none;background:none;}
.CMM_Contents_contentBlock .CMM_Contentindex > UL > LI DIV.indexItem{padding:5px 10px;background:#F1F1F1;background:rgba(0,0,0,0.04);-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;}
.CMM_Contents_contentBlock .CMM_Contentindex > UL > LI P.title{margin:0 0 0 0;padding:0 0 0 0;font-size:1.15em;}
.CMM_Contents_contentBlock .CMM_Contentindex > UL > LI P.title A{display:block;}
.CMM_Contents_contentBlock .CMM_Contentindex > UL > LI P.title A:hover{background-position:-1000px 5px;}
.CMM_Contents_contentBlock .CMM_Contentindex > UL > LI P.title A:before{content:'\f105';font-family:'FontAwesome';margin-right:0.3em;font-size:14px;}
.CMM_Contents_gallery > UL{display:inline-block;margin:-5px -5px -5px -5px;padding:0 0 0 0;line-height:1;zoom:1;*display:inline;}
.CMM_Contents_gallery > UL > LI{display:inline-block;vertical-align:top;margin:5px 5px 5px 5px;padding:0 0 0 0;background:none !important;zoom:1;*display:inline;}
.CMM_Contents_contentBlock .map IMG{max-width:none;}
.containerYT{margin:0 -10px;padding:0 0 0 0;}
.containerYTitem{margin:0 0 0 0;padding:10px;max-width:100%;float:left;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
.containerYTinner{position:relative;width:640px;max-width:100%;padding-top:56.25%;padding-bottom:30px;height:0;overflow:hidden;}
.containerYTitem iframe, .containerYTitem object, .containerYTitem embed{position:absolute;top:0;left:0;width:100%;height:100%;}
.CMM_Displays_list UL{margin:-10px;padding:0 0 0 0;}
.CMM_Displays_list UL LI{displays:block;margin:0 0 0 0;padding:10px;box-sizing:border-box;-moz-box-sizing:border-box;list-style-type:none;background:none;}
.CMM_Displays_listItem{position:relative;background-color:#FFFFFF;}
.CMM_Displays_listItem .icon{float:left;margin-right:0.33em;font-size:1.25em;line-height:1.25;}
.CMM_Displays_listItem .image{clear:both;width:100%;}
.CMM_Displays_listItem .image IMG{width:100%;height:auto;displays:block;}
.CMM_Displays_listItem .CMM_Displays_listItemContent{padding:10px;position:relative;}
.CMM_Displays_listItem .CMM_Displays_listItemContent .subtitle{font-weight:bold;margin:0 0 0.4em 0;}
.CMM_Displays_listItem .CMM_Displays_listItemContent .subtitle{font-weight:bold;margin:0 0 0.4em 0;}
#searchBoxSubmit{background:url(../CMM_Search/template/pix/CMM_Search-sprites.png) no-repeat 2px 3px;}
.CMM_Search_sections{padding-bottom:20px;}
.CMM_Search_sections > UL{margin:-5px;padding:0 0 0 0;}
.CMM_Search_sections > UL > LI{float:left;padding:0 0 0 0;margin:0 0 0 0;list-style-type:none;line-height:1;width:33.333%;min-width:200px;}
.CMM_Search_sections UL LI DIV.CMM_Search_sectionsItem{display:block;position:relative;margin:5px;padding:0 0 0 0;}
.CMM_Search_sections UL LI A{display:block;padding:0 0 0 0;background:none;padding:0.8em 1em 0.8em 1em;}
.CMM_Search_sections UL LI I.icon{display:block;position:absolute;left:0;top:0;bottom:0;width:2.6em;font-size:14px;line-height:2.6em;text-align:center;color:#FFFFFF;}
.CMM_Search_sections UL LI P.title{padding:0 0 0 0;margin:0 0 0 0;line-height:1;}
.CMM_Search_sections UL LI SPAN.hits{display:block;position:absolute;right:1em;top:1em;padding:0 0 0 0;margin:0 0 0 0;line-height:1;font-size:0.85em;}
.CMM_Search_sections UL LI.dis A{color:rgba(0,0,0,0.5);background-color:rgba(0,0,0,0.05);border-left:2.6em solid rgba(0,0,0,0.1);}
.CMM_Search_sections UL LI.act A{color:#444444;background-color:#FFE8D9;border-left:2.6em solid #FFCCAA;}
.CMM_Search_sections UL LI.cur A, .CMM_Search_sections UL LI.act A:hover{color:#FF6600;background-color:#FFE8D9;border-left:2.6em solid #FF6600;}
.CMM_Search_list > UL{margin:0 0 0 0;padding:0 0 0 0;border-top:1px solid #DDDDDD;}
.CMM_Search_list > UL > LI{margin:0 0 0 0;padding:10px 0 10px 0;border-bottom:1px solid #DDDDDD;list-style-type:none;background:none;}
.CMM_Search_listItem .hits{float:right;width:60px;height:9px;margin:0 6px 0 0;line-height:1;font-size:0.8em;text-align:right;}
.CMM_Search_listItem .relevance{float:right;width:40px;height:9px;margin:1px 0 0 5px;background-color:#FFD9BF;cursor:help;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;}
.CMM_Search_listItem .relevanceBar{background-color:#FF6600;height:7px;margin:1px;font-size:1px;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;}
.CMM_Search_listItem .title{font-weight:bold;margin:0 0 0 0;}
.CMM_Search_listItem .text{margin:4px 0 4px 0;}
.CMM_Search_listItem .path{font-size:0.8em;}
.CMM_Search_listItem .path A{color:#7F7F7F;background:none;padding-left:0;}
.CMM_Search_listItem .path A:hover{color:#444444;}
.CMM_Search_listItem .searchWord{background-color:#FFEEE6;}
.CMM_Staff_letters{margin:0 0 1em 0;}
.CMM_Staff_letters > UL{margin:0 0 0 0;padding:0 0 0 0;}
.CMM_Staff_letters > UL > LI{position:relative;margin:0 0 0 0;padding:0 0 0 0;width:3.570%;float:left;line-height:2em;margin-right:0;border-right:2px solid #FFFFFF;border-bottom:2px solid #FFFFFF;list-style-type:none;background:#EEEEEE;text-align:center;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
.CMM_Staff_letters > UL > LI.itemAll{width:7.140%;}
.CMM_Staff_letters > UL > LI A{display:block;background:#CCCCCC;width:100%;padding-left:0;font-weight:bold;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
.CMM_Staff_letters > UL > LI.cur A, .CMM_Staff_letters > UL > LI A:hover{background:#AAAAAA;color:#FFFFFF;}
.CMM_Staff_letters > UL > LI A:before{display:none;}
.CMM_Staff_short > UL{margin:0 0 0 0;padding:0 0 0 0;}
.CMM_Staff_short > UL > LI{margin:0 0 0 0;padding:0 0 0 0;list-style-type:none;}
.CMM_Staff_shortItem{position:relative;}
.CMM_Staff_shortItem .images{display:block;}
.CMM_Staff_list{margin-bottom:10px;}
.CMM_Staff_list > UL{margin:0 0 0 0;padding:0 0 0 0;border-top:1px solid #CCCCCC;}
.CMM_Staff_list > UL > LI{margin:0 0 0 0;padding:0 0 0 0;list-style-type:none;border-bottom:1px solid #CCCCCC;}
.CMM_Staff_listItem{position:relative;margin:0 0 0 0;padding:10px 0;list-style-type:none;background:none;}
.CMM_Staff_listItem .images{display:block;float:right;}
.CMM_Staff_listItemContent{margin:0 10px 0 0;padding:0 0 0 0;font-size:0.9em;line-height:1.5;}
.CMM_Staff_listItem .data UL{margin:0 0 0 0;padding:0 0 0 0;}
.CMM_Staff_listItem .data UL LI{margin:0.25em 0 0 0;padding:0 0 0 0;list-style-type:none;}
.CMM_Staff_detailItem{position:relative;margin:0 0 0 0;padding:0 0 0 0;list-style-type:none;background:none;border-bottom:none;}
.CMM_Staff_detailItem .images{display:block;margin:0 0 0.5em 0;}
.CMM_Staff_detailItem .addr UL{margin:0 0 0 0;padding:0 0 0 0;}
.CMM_Staff_detailItem .addr UL LI{margin:0.25em 0 0 0;padding:0 0 0 0;list-style-type:none;}
.CMM_Staff_detailItem .data UL{margin:0 0 0 0;padding:0 0 0 0;}
.CMM_Staff_detailItem .data UL LI{margin:0.25em 0 0 0;padding:0 0 0 0;list-style-type:none;}
.CMM_Staff_detailItem .linkBack{margin-top:1em;}
.CMM_Teaser_list UL{margin:-10px;padding:0 0 0 0;}
.CMM_Teaser_list UL LI{display:block;margin:0 0 0 0;padding:10px;box-sizing:border-box;-moz-box-sizing:border-box;list-style-type:none;background:none;}
.CMM_Teaser_listItem{position:relative;background-color:#FFFFFF;}
.CMM_Teaser_listItem .icon{float:left;margin-right:0.33em;font-size:1.25em;line-height:1.25;}
.CMM_Teaser_listItem .image{clear:both;width:100%;}
.CMM_Teaser_listItem .image IMG{width:100%;height:auto;display:block;}
.CMM_Teaser_listItem .CMM_Teaser_listItemContent{padding:10px;position:relative;}
.CMM_Teaser_listItem .CMM_Teaser_listItemContent .subtitle{font-weight:bold;margin:0 0 0.4em 0;}
.CMM_Teaser_listItem .CMM_Teaser_listItemContent .subtitle{font-weight:bold;margin:0 0 0.4em 0;}
.CMM_Teaser_listItemStyle1 .CMM_Teaser_listItemContent{background-color:rgba(0,0,0,0.04);}
.CMM_Teaser_listItemStyle2 .CMM_Teaser_listItemContent{position:absolute;left:0;top:0;right:0;bottom:0;}
.CMM_Teaser_listItemStyle2 .CMM_Teaser_listItemContent .button{position:absolute;left:10px;bottom:10px;}
.CMM_Teaser_listItemStyle3 .CMM_Teaser_listItemContent{position:absolute;left:0;right:0;bottom:0;}
.CMM_Teaser_listItemStyle4 .CMM_Teaser_listItemContent{padding-left:5.5em;}
.CMM_Teaser_listItemStyle4 .CMM_Teaser_listItemContent .icon{display:block;position:absolute;left:0.4em;width:2em;height:2em;margin:0 0 0 0;line-height:2em;font-size:2em;background:#FFFFFF;color:#CCCCCC;text-align:center;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;-moz-box-shadow:0 0 0 2px #CCCCCC;-webkit-box-shadow:0 0 0 2px #CCCCCC;box-shadow:0 0 0 2px #CCCCCC;-o-transition:all 0.17s;-moz-transition:all 0.17s;-webkit-transition:all 0.17s;-ms-transition:all 0.17s;transition:all 0.17s;}
.CMM_Teaser_listItemStyle4 .CMM_Teaser_listItemContent .icon I{margin:0 0 0 0;}
#cboxOverlay, #colorbox, #cboxWrapper{position:absolute;top:0;left:0;overflow:hidden;z-index:9999;outline:none;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;}
#cboxWrapper{max-width:none;background:#FFFFFF;}
#cboxOverlay{position:fixed;width:100%;height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%;height:100%;display:block;border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{overflow:hidden;box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;}
#cboxOverlay{background:rgba(0,0,0,0.85);}
#colorbox{outline:0;font-size:0.9em;}
#cboxTopLeft, #cboxTopRight, #cboxBottomLeft, #cboxBottomRight{width:10px;height:10px;}
#cboxMiddleLeft, #cboxMiddleRight{width:10px;}
#cboxTopCenter, #cboxBottomCenter{height:10px;}
#cboxContent{background:#FFFFFF;overflow:hidden;}
.cboxIframe{background:#FFFFFF;}
#cboxError{padding:50px;border:1px solid #CCCCCC;}
#cboxLoadedContent{margin-bottom:30px;}
#cboxTitle{position:absolute;bottom:0;left:0;width:100%;height:25px;padding-right:120px;color:#949494;box-sizing:border-box;-moz-box-sizing:border-box;}
#cboxCurrent{position:absolute;bottom:4px;left:58px;color:#949494;display:none;}
#cboxLoadingGraphic{background:url(../CMM/template/pix/loader.gif) no-repeat center center;}
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:none;}
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active{outline:0;}
#cboxSlideshow, #cboxPrevious, #cboxNext, #cboxClose{position:absolute;bottom:0;right:0;width:25px;height:25px;line-height:25px;font-size:14px;text-align:center;background:#F6F6F6;color:#888888;font-family:'FontAwesome';outline:none;}
#cboxSlideshow{right:90px;}
#cboxPrevious{right:60px;}
#cboxNext{right:30px;}
#cboxClose{right:0;}
#cboxSlideshow:hover, #cboxPrevious:hover, #cboxNext:hover, #cboxClose:hover{background:#EEEEEE;color:#000000;}
.cboxIE #cboxTopLeft, .cboxIE #cboxTopCenter, .cboxIE #cboxTopRight, .cboxIE #cboxBottomLeft, .cboxIE #cboxBottomCenter, .cboxIE #cboxBottomRight, .cboxIE #cboxMiddleLeft, .cboxIE #cboxMiddleRight{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);}
.Zebra_DatePicker *, .Zebra_DatePicker *:after, .Zebra_DatePicker *:before{-moz-box-sizing:content-box !important;-webkit-box-sizing:content-box !important;box-sizing:content-box !important;}
.Zebra_DatePicker{position:absolute;background:#FFFFFF;background:rgba(255,255,255,0.9);padding:10px;z-index:100;font-size:13px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;box-shadow:0 1px 5px rgba(0,0,0,0.15);-moz-box-shadow:0 1px 5px rgba(0,0,0,0.15);-webkit-box-shadow:0 1px 5px rgba(0,0,0,0.15);}
.Zebra_DatePicker *{margin:0;padding:0;color:#000;background:transparent;border:none;}
.Zebra_DatePicker table{border-collapse:collapse;border-spacing:0;width:auto;table-layout:auto;}
.Zebra_DatePicker td, .Zebra_DatePicker th{text-align:center;padding:5px 0;background:#DDDDDD;width:30px;border:1px solid #FFFFFF;}
.Zebra_DatePicker td{cursor:pointer;}
.Zebra_DatePicker .dp_daypicker, .Zebra_DatePicker .dp_monthpicker, .Zebra_DatePicker .dp_yearpicker{margin:8px 0;}
.Zebra_DatePicker.dp_visible{visibility:visible;filter:alpha(opacity=100);-khtml-opacity:1;-moz-opacity:1;opacity:1;transition:opacity 0.2s ease-in-out;}
.Zebra_DatePicker.dp_hidden{visibility:hidden;filter:alpha(opacity=0);-khtml-opacity:0;-moz-opacity:0;opacity:0;}
.Zebra_DatePicker .dp_header td{color:#666666;padding:0.5em;line-height:1;}
.Zebra_DatePicker .dp_header .dp_previous, .Zebra_DatePicker .dp_header .dp_next{width:30px;}
.Zebra_DatePicker .dp_header .dp_caption{font-weight:bold;}
.Zebra_DatePicker .dp_daypicker th{background:#BBBBBB;}
.Zebra_DatePicker td.dp_not_in_month{background:#F3F3F3;color:#CDCDCD;cursor:default;}
.Zebra_DatePicker td.dp_not_in_month_selectable{background:#F3F3F3;color:#CDCDCD;cursor:pointer;}
.Zebra_DatePicker td.dp_weekend{background:#D8D8D8;}
.Zebra_DatePicker td.dp_weekend_disabled{color:#CCCCCC;cursor:default;}
.Zebra_DatePicker td.dp_selected{background:#5A4B4B;color:#FFFFFF !important;}
.Zebra_DatePicker td.dp_week_number{background:#FFCC33;color:#555;cursor:text;font-style:italic;}
.Zebra_DatePicker .dp_monthpicker td{width:33%;}
.Zebra_DatePicker .dp_yearpicker td{width:33%;}
.Zebra_DatePicker .dp_today{padding:3px;}
.Zebra_DatePicker .dp_clear{padding:3px;}
.Zebra_DatePicker .dp_current{color:#C40000;}
.Zebra_DatePicker .dp_disabled_current{color:#E38585;}
.Zebra_DatePicker .dp_disabled{background:#F3F3F3;color:#CDCDCD;cursor:default;}
.Zebra_DatePicker .dp_hover{background:rgba(0,0,0,0.2);}
button.Zebra_DatePicker_Icon{display:block;position:absolute;background:none;width:16px;height:16px;border:none;cursor:pointer;padding:0;line-height:0;vertical-align:top;}
button.Zebra_DatePicker_Icon{position:absolute;right:8px;bottom:8px;}
.bx-wrapper{position:relative;margin:0 0 0 0;padding:0;*zoom:1;}
.bx-wrapper img{max-width:100%;display:block;}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{position:absolute;bottom:-20px;}
.bx-wrapper .bx-viewport UL{margin:0 0 0 0;padding:0 0 0 0;}
.bx-wrapper .bx-viewport UL LI{margin:0 0 0 0;padding:0 0 0 0;list-style-type:none;}
.bx-wrapper .bx-loading{min-height:50px;background:url(../CMM/template/pix/bx_loader.gif) center center no-repeat #FFFFFF;height:100%;width:100%;position:absolute;top:0;left:0;z-index:2000;}
.bx-wrapper .bx-pager{text-align:center;font-size:5px;font-family:Arial;font-weight:bold;height:10px;color:#666666;z-index:55;}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item{display:inline-block;*zoom:1;*display:inline;}
.bx-wrapper .bx-pager .bx-pager-item a{background:#999999;text-indent:-9999px;display:block;width:10px;height:10px;margin:0 5px;outline:0;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
.bx-wrapper .bx-pager .bx-pager-item a:hover, .bx-wrapper .bx-pager .bx-pager-item a.active{background:#000000;}
.bx-wrapper .bx-prev{left:10px;background:url(../CMM/template/pix/CMM-Slider-sprites.png) no-repeat 0 0;}
.bx-wrapper .bx-next{right:10px;background:url(../CMM/template/pix/CMM-Slider-sprites.png) no-repeat -100px 0;}
.bx-wrapper .bx-prev:hover{background-position:0 -100px;}
.bx-wrapper .bx-next:hover{background-position:-100px -100px;}
.bx-wrapper .bx-controls-direction a{position:absolute;top:50%;margin-top:-15px;outline:0;width:31px;height:31px;text-indent:-9999px;z-index:55; text-decoration:none;}
.bx-wrapper .bx-controls-direction a.disabled{display:none;}
.bx-wrapper .bx-controls-auto{text-align:center;}
.bx-wrapper .bx-controls-auto .bx-start{display:block;text-indent:-9999px;width:31px;height:31px;outline:0;background:url(../CMM/template/pix/CMM-Slider-sprites.png) -200px 0 no-repeat;margin:0 3px;}
.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active{background-position:-200px -100px;}
.bx-wrapper .bx-controls-auto .bx-stop{display:block;text-indent:-9999px;width:31px;height:31px;outline:0;background:url(../CMM/template/pix/CMM-Slider-sprites.png) -300px 0 no-repeat;margin:0 3px;}
.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active{background-position:-300px -100px;}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager{text-align:left;width:80%;}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto{right:0;width:35px;}
.bx-wrapper .bx-caption{position:absolute;bottom:0;left:0;background:#666\9;background:rgba(80, 80, 80, 0.75);width:100%;}
.bx-wrapper .bx-caption span{color:#FFFFFF;font-family:Arial;display:block;font-size:.85em;padding:10px;}
.galleryContainer{width:100%;position:relative;}
.galleryContainer .galleryImage{width:100%;position:relative;overflow:hidden;margin-bottom:10px;}
.galleryContainer .galleryLoader{background:rgba(0,0,0,0.1) url(../CMM/template/pix/loader.gif) no-repeat center center;width:100%;min-height:300px;}
.galleryContainer .galleryImage IMG{display:block;width:100%;margin:0 auto;}
.galleryContainer .galleryImage .galleryAltText{display:none;position:absolute;padding:8px;box-sizing:border-box;left:0;bottom:0;width:100%;background:#000000;background:rgba(0,0,0,0.33);color:#FFFFFF;}
.galleryContainer .galleryThumbs{position:relative;margin:-5px;}
.galleryContainer .galleryThumbs .galleryThumbsItem{display:block;float:left;margin:5px;position:relative;box-sizing:border-box;-moz-box-sizing:border-box;}
.galleryContainer .galleryThumbs .galleryThumbsItem .galleryThumbsItemInner{position:relative;box-sizing:border-box;-moz-box-sizing:border-box;}
.galleryContainer .galleryThumbs .galleryThumbsItem .galleryThumbsItemInner IMG{padding:0;margin:0;cursor:pointer;}
.galleryContainer .galleryThumbs .galleryThumbsItem .galleryThumbsItemOverlay{position:absolute;top:0;left:0;width:100%;height:100%;cursor:pointer;box-sizing:border-box;-moz-box-sizing:border-box;}
.galleryContainer .galleryThumbs .galleryThumbsItem.act .galleryThumbsItemOverlay, .galleryContainer .galleryThumbs .galleryThumbsItem.hov .galleryThumbsItemOverlay{box-shadow:inset 0 1px 3px rgba(0,0,0,0.5);-moz-box-shadow:inset 0 1px 3px rgba(0,0,0,0.5);-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,0.5);}
.isotope-item{z-index:2;}
.isotope-hidden.isotope-item{pointer-events:none;z-index:1;}
.isotope, .isotope .isotope-item{-webkit-transition-duration:0.8s;-moz-transition-duration:0.8s;-ms-transition-duration:0.8s;-o-transition-duration:0.8s;transition-duration:0.8s;}
.isotope{-webkit-transition-property:height, width;-moz-transition-property:height, width;-ms-transition-property:height, width;-o-transition-property:height, width;transition-property:height, width;}
.isotope .isotope-item{-webkit-transition-property:-webkit-transform, opacity;-moz-transition-property:-moz-transform, opacity;-ms-transition-property:-ms-transform, opacity;-o-transition-property:-o-transform, opacity;transition-property:transform, opacity;}
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition{-webkit-transition-duration:0s;-moz-transition-duration:0s;-ms-transition-duration:0s;-o-transition-duration:0s;transition-duration:0s;}
@font-face{font-family:'FontAwesome';src:url('../CMM/template/webfonts/fontawesome-webfont.eot?v=4.3.0');src:url('../CMM/template/webfonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../CMM/template/webfonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../CMM/template/webfonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../CMM/template/webfonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../CMM/template/webfonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal;}
.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0, 0);}
.fa-lg{font-size:1.33333333em;line-height:0.75em;vertical-align:-15%;}
.fa-2x{font-size:2em;}
.fa-3x{font-size:3em;}
.fa-4x{font-size:4em;}
.fa-5x{font-size:5em;}
.fa-fw{width:1.28571429em;text-align:center;}
.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none;}
.fa-ul > li{position:relative;}
.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:0.14285714em;text-align:center;}
.fa-li.fa-lg{left:-1.85714286em;}
.fa-border{padding:.2em .25em .15em;border:solid 0.08em #eeeeee;border-radius:.1em;}
.pull-right{float:right;}
.pull-left{float:left;}
.fa.pull-left{margin-right:.3em;}
.fa.pull-right{margin-left:.3em;}
.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear;}
.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8);}
@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}
 100%{-webkit-transform:rotate(359deg);transform:rotate(359deg);}
}
@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}
 100%{-webkit-transform:rotate(359deg);transform:rotate(359deg);}
}
.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);}
.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);}
.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg);}
.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1);}
.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1);}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none;}
.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle;}
.fa-stack-1x, .fa-stack-2x{position:absolute;left:0;width:100%;text-align:center;}
.fa-stack-1x{line-height:inherit;}
.fa-stack-2x{font-size:2em;}
.fa-inverse{color:#ffffff;}

HTML, BODY{height:100%;}
HTML{overflow-y:scroll;}
H1{font-size:24px;font-weight:bold;}
H2{font-size:22px;font-weight:bold;}
H3{font-size:20px;font-weight:bold;}
/*H1, H2, H3{margin:auto 0 14px 0;line-height:16px; font-family: 'medipolis_bdwebfont';} */
H4{font-size:18px;margin:auto 0 0.6em 0;}
/*P{font-size:16px;line-height:1.36;margin:auto 0 0.8em 0; color:#000; font-family: 'medipolis_rgwebfont'; }*/
UL, OL{font-size:16px;line-height:1.36;margin:auto 0 0.8em 0;}
TD P{font-size:16px;line-height:16px;margin:0.5em 0 0.5em 0;}
/*INPUT, SELECT, TEXTAREA{font-family: 'medipolis_rgwebfont',Arial,Helvetica,sans-serif;}*/
SELECT{padding:3px;}
FORM{display:inline;}
FIELDSET{margin:0 0 0 0;padding:0 0 0 0;border:0;}
FIGURE{margin:0 0 0 0;padding:0 0 0 0;}
IMG{border:0;height:auto;}
A{color:#008812;text-decoration:none;outline:none;-o-transition:all 0.5s;-moz-transition:all 0.5s;-webkit-transition:all 0.5s;-ms-transition:all 0.5s;transition:all 0.5s;}
A:hover{color:#000000;text-decoration:none;}
#wrapper{position:relative;max-width:100%;margin:0 auto;background-color:#FFFFFF;min-height:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
#headArea{position:relative;z-index:70;background-color:#FFFFFF;-o-transition:all 0.5s;-moz-transition:all 0.5s;-webkit-transition:all 0.5s;-ms-transition:all 0.5s;transition:all 0.5s;}
#headContainer{-o-transition:all 0.5s;-moz-transition:all 0.5s;-webkit-transition:all 0.5s;-ms-transition:all 0.5s;transition:all 0.5s;}
#contentArea{position:relative;}
#footer{position:absolute;left:0;bottom:0;width:100%;}
#footArea{background-color:#ECEBE9;padding:20px 0;margin:0 0 0 0;font-size:0.85em;}
#footContainer{min-height:260px;}
#headArea, #contentArea, #footArea{position:relative;clear:both;}

#headArea.sticky #logo { width:200px; }
#headArea.sticky #logo img { width:100%; height:auto; }

#headContainer, #footContainer, .mapOverlayContainer{position:relative;margin:0 auto;width:980px;max-width:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
#logo{position:relative;float:left;margin:40px 0 23px 20px;z-index:50;-o-transition:all 0.5s;-moz-transition:all 0.5s;-webkit-transition:all 0.5s;-ms-transition:all 0.5s;transition:all 0.5s;}
#logo IMG{display:block; width:auto;-o-transition:all 0.25s;-moz-transition:all 0.25s;-webkit-transition:all 0.25s;-ms-transition:all 0.25s;transition:all 0.25s;}
#logo SPAN{display:block;position:absolute;left:90px;top:67px;color:#988B7D;font-size:18px;font-weight:bold;white-space:nowrap;-o-transition:all 0.25s;-moz-transition:all 0.25s;-webkit-transition:all 0.25s;-ms-transition:all 0.25s;transition:all 0.25s;}
#headSlider{margin-bottom:20px;}
#headSlider UL{margin:0 0 0 0;padding:0 0 0 0;}
#headSlider UL LI{margin:0 0 0 0;padding:0 0 0 0;display:block;list-style-type:none;}
#headSlider UL LI .slide{background-size:cover;background-position:center center;padding:0 20px;}
#headSlider UL LI .slide .slideContainer{position:relative;margin:0 auto;width:1140px;max-width:100%;height:540px;padding:0 0 0 0;}
#headSlider UL LI .slide .slideContainerText{position:absolute;left:0;bottom:-440px;min-width:200px;max-width:100%;padding:20px 20px 80px 20px;background-color:#008812;color:#FFFFFF;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
#headSlider UL LI .slide .slideContainerText H1, #headSlider UL LI .slide .slideContainerText H2, #headSlider UL LI .slide .slideContainerText H3{font-size:1.8em;position:relative;margin:0 0 10px 0; line-height: 36px;}
#headSlider UL LI .slide .slideContainerText H4{color:#FFFFFF;font-size:1em;margin:0 0 0 0;line-height:1;text-transform:uppercase;}
#headSlider UL LI .slide .slideContainerText P{font-size:1em;position:relative;margin:0 0 0 0;}
#headSlider UL LI .slide .slideContainerText A{color:#FFFFFF;text-decoration:underline;}
#headSlider UL LI .slide .slideContainerText A:hover{color:#FFFFFF;color:rgba(255,255,255,0.75);}
#headSlider UL LI .slide .slideContainerImage{width:45%;position:absolute;right:20px;top:10%;}
#headSlider UL LI .slide .slideContainerImage IMG{position:relative;width:100%;height:auto;}
#headSlider UL LI .slide .button{display:inline-block;padding:8px 12px;margin-top:1em;line-height:1;text-transform:uppercase;font-weight:bold;color:#81B8FD;background-color:#E4F0FE;}
#headSlider UL LI .slide .button:hover{color:#E4F0FE;background-color:#81B8FD;}
#headSlider UL LI .slide .button I{margin-left:0.33em;}
#headSlider .bx-wrapper{overflow:hidden;}
#headSlider .bx-wrapper .bx-pager{position:absolute;left:50%;margin-left:-450px;bottom:10px;}
#headSlider .bx-wrapper .bx-pager .bx-pager-item A{margin:0 5px 0 0;background-color:rgba(255,255,255,0.5);}
#headSlider .bx-wrapper .bx-pager .bx-pager-item A.active, #headSlider .bx-wrapper .bx-pager .bx-pager-item A:hover{background-color:#FFFFFF;}
#headSlider .bx-wrapper .bx-prev, #headSlider .bx-wrapper .bx-next{-moz-opacity:0;opacity:0;left:-60px;top:50%;margin-top:-30px;width:60px;height:60px;line-height:60px;font-size:56px;color:#FFFFFF;background:none;font-family:'FontAwesome';line-height:1;text-indent:0;text-align:center;-o-transition:all 0.5s;-moz-transition:all 0.5s;-webkit-transition:all 0.5s;-ms-transition:all 0.5s;transition:all 0.5s;}
#headSlider .bx-wrapper .bx-next{left:auto;right:-60px;}
#headSlider:hover .bx-wrapper .bx-prev{-moz-opacity:1;opacity:1;left:30px;}
#headSlider:hover .bx-wrapper .bx-next{-moz-opacity:1;opacity:1;right:30px;}
#headSlider .bx-wrapper .bx-prev:hover, #headSlider .bx-wrapper .bx-next:hover{color:#ADA192;}
#headSlider .bx-wrapper .bx-prev:before{content:"\f104";line-height:60px;margin-left:-3px;}
#headSlider .bx-wrapper .bx-next:before{content:"\f105";line-height:60px;margin-right:-3px;}
#contentTop{clear:both;margin:0 0 0 0;}
#contentColumnFix{clear:both;}
.CMM_Contents_contentBlock P > A:before, .CMM_Contents_contentBlock LI > A:before{content:'\f105\202F';font-family:'FontAwesome';font-weight:normal;}
.CMM_Contents_contentBlock P > A I, .CMM_Contents_contentBlock LI > A I{margin-right:0.2em;}
.CMM_Contents_contentBlock P DFN A, .CMM_Contents_contentBlock LI DFN A{padding-left:0;background:none;}
#searchBox{position:absolute;right:20px;top:0;width:50px;height:60px;overflow:hidden;z-index:66;display:none;}
#searchBox .boxHead{position:absolute;right:0;top:0;}
#searchBox .boxHead A{display:block;width:50px;height:60px;line-height:60px;color:#03438D;font-size:14px;text-align:center;}
#searchBox.act, #searchBox .boxHead A:hover{background-color:#D6E8FE;}
#searchBox.act .boxHead A I:before{content:'\f00d';}
#searchBox .boxContent{position:absolute;right:50px;top:0;height:60px;width:200px;line-height:60px;}
#searchBoxInput{width:185px;height:30px;padding:0 0 0 5px;margin:15px 0 0 15px;line-height:1;font-size:14px;background:#FFFFFF;border:0;outline:none;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
#searchBoxSubmit{position:absolute;right:0;top:15px;width:26px;height:30px;margin:0 0 0 0;color:#03438D;background:#FFFFFF;border:none;font-family:'FontAwesome';cursor:pointer;}


.sticky .navigation-box {
	margin-top: 10px;	
}



.navigation-box ul.slimmenu li > a {
	padding:12px !important;
	color: #988B7D !important;
    background-color: #ECEBE9 !important;
	font-size:14px !important;
	line-height:14px !important;
	text-transform:uppercase !important; 
	font-family: 'medipolis_bdwebfont';	
}


.navigation-box ul.slimmenu li a:hover  {
	color: #ECEBE9 !important;
    background-color: #988B7D !important;	
}
.navigation-box ul.slimmenu li>ul {
	background-color: #ECEBE9 !important;	
}



/*#naviMain{margin-top:40px;margin-right:20px;float:right;-o-transition:all 0.5s;-moz-transition:all 0.5s;-webkit-transition:all 0.5s;-ms-transition:all 0.5s;transition:all 0.5s;}
#naviMain .menuToggle{display:none;}
#naviMain .menuItems{display:block;margin:0 auto;}
#naviMain UL{margin:0 0 0 0;padding:0 0 0 0;z-index:32;z-index:110;}
#naviMain UL LI{position:relative;padding:0 0 0 0;margin:0 0 0 10px;float:left;line-height:1;list-style-type:none;}
#naviMain UL LI A{display:block;}
#naviMain UL LI.firstItem{border-left:0;}
#naviMain UL LI.lastItem{border-right:0;}
#naviMain UL LI I.subtoggle{display:none;}
#naviMain UL LI UL LI I.subtoggle{display:block;position:absolute;right:0;top:0;padding:0.7em 0;width:20px;font-style:normal;text-align:center;transition:all 0.33s;-o-transition:all 0.33s;-moz-transition:all 0.33s;-webkit-transition:all 0.33s;-ms-transition:all 0.33s;}
#naviMain UL LI UL LI I.subtoggle:before{font-family:'FontAwesome';content:"\f0da";}
#naviMain UL LI DIV A{padding:0 0.75em;height:40px;line-height:40px;display:block;font-size:1em;text-transform:uppercase;font-weight:bold;}
#naviMain UL LI.nor DIV A{color:#988B7D;background-color:#ECEBE9;}
#naviMain UL LI.act DIV A, #naviMain UL LI.cur DIV A, #naviMain UL LI.hov DIV A, #naviMain UL LI DIV A:hover{color:#ECEBE9;background-color:#988B7D;}
#naviMain UL LI UL{position:absolute;left:0;top:50px;min-width:100%;height:auto;font-size:1em;padding:0 0 0 0;margin:0 0 0 0;background-color:#ECEBE9;display:none;-moz-box-shadow:0 2px 3px rgba(0,0,0,0.15);-webkit-box-shadow:0 2px 3px rgba(0,0,0,0.15);box-shadow:0 2px 3px rgba(0,0,0,0.15);}
#naviMain UL LI UL LI{padding:0 0 0 0;margin:0 0 0 0;float:none;text-transform:none;white-space:nowrap;border:none;}
#naviMain UL LI UL LI A{padding:0.7em 1.5em 0.7em 1em;color:#222222;font-weight:normal;}
#naviMain UL LI UL LI.nor > A{color:#988B7D;font-weight:normal;background:none;}
#naviMain UL LI UL LI.act > A, #naviMain UL LI UL LI.cur > A, #naviMain UL LI UL LI.hov > A, #naviMain UL LI UL LI A:hover{color:#ECEBE9;background-color:#988B7D;}
#naviMain UL LI UL LI UL{left:100%;top:-1px;padding:0 0 0 0;margin:0 0 0 0;display:none;font-size:1em;}
#naviMain UL LI UL LI UL LI UL{left:auto;right:100%;}
#naviToggle{display:none;float:right;margin:40px 20px 0 0;padding:0 0.75em; font-size:1.25em;text-transform:uppercase;cursor:pointer;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-o-transition:all 0.5s;-moz-transition:all 0.5s;-webkit-transition:all 0.5s;-ms-transition:all 0.5s;transition:all 0.5s;}
#naviToggle SPAN{text-transform:uppercase;margin-left:-0.23em;font-weight:bold; font-size: 11px;}*/
/*#naviToggle:before{left:0;top:0;font-family:'FontAwesome';content:"\f0c9";}*/
.menuSidebar{display:none;background-color:#766856;position:fixed;top:0;width:280px;height:100%;font-size:1em;z-index:1000;color:#FFFFFF;}
.menuSidebarLeft{left:-280px;}
.menuSidebarRight{right:-280px;}
.menuSidebarInner{height:100%;overflow-x:hidden;overflow-y:auto;overflow:auto;}
.menuSidebarInner::-webkit-scrollbar{width:8px;height:8px;}
.menuSidebarInner::-webkit-scrollbar *{background:transparent;}
.menuSidebarInner::-webkit-scrollbar-thumb{background:rgba(255,255,255,0.25) !important;}
.menuSidebarToggle, .menuSidebarClose{position:absolute;top:0;padding:1.4em 0.75em;line-height:1;text-align:center;color:rgba(255,255,255,0.75);background-color:#D02239;cursor:pointer;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
.menuSidebarToggle:before{font-family:'FontAwesome';content:"\f0c9";font-size:17px;}
.menuSidebarClose:before{font-family:'FontAwesome';content:"\f00d";font-size:17px;}
.menuSidebarToggle:hover, .menuSidebarClose:hover{color:rgba(255,255,255,1);}
.menuSidebarLeft .menuSidebarToggle, .menuSidebarLeft .menuSidebarClose{left:100%;}
.menuSidebarRight .menuSidebarToggle, .menuSidebarRight .menuSidebarClose{right:100%;}
.menuSidebarToggle SPAN, .menuSidebarClose SPAN{margin-left:0.5em;text-transform:uppercase;font-size:21px;display:none;}
.menuSidebarOpen .menuSidebarToggle{display:none;}
.menuSidebarClose{display:none;}
.menuSidebarOpen .menuSidebarClose{display:block;}
.menuSidebar UL{font-size:1.2em;margin:0 0 0 0;padding:0 0 0 0;float:none;height:auto;position:relative;line-height:1;}
.menuSidebar UL LI{display:block;position:relative;margin:0 0 0 0;line-height:1;}
.menuSidebar UL LI A{display:block;padding:0.66em;color:#CCCCCC;border-bottom:1px solid rgba(0,0,0,0.1);}
.menuSidebar UL LI A I{margin-right:0.3em;}
.menuSidebar UL LI UL{font-size:0.9em;display:none;background:rgba(0,0,0,0.15);}
.menuSidebar UL LI UL LI A{padding-left:1.2em;}
.menuSidebar UL LI UL LI UL{font-size:0.94em;}
.menuSidebar UL LI UL LI UL LI A{padding-left:1.8em;}
.menuSidebar UL LI UL LI UL LI UL LI A{padding-left:2.4em;}
.menuSidebar I.subtoggle{display:block;position:absolute;right:0;top:0;width:30px;height:1em;margin:0 0 0 0;padding:0.66em 0;border-left:1px solid rgba(0,0,0,0.1);font-size:1em;color:#CCCCCC;cursor:pointer;font-size:1em;font-style:normal;text-align:center;transition:all 0.33s;-o-transition:all 0.33s;-moz-transition:all 0.33s;-webkit-transition:all 0.33s;-ms-transition:all 0.33s;}
.menuSidebar I.subtoggle:before{font-family:'FontAwesome';content:"\f0d7";font-size:14px;}
.menuSidebar I.subtoggle.open:before{content:"\f0d8";}
.menuSidebar I.subtoggle.open, .menuSidebar I.subtoggle:hover{color:#FFFFFF;background:rgba(0,0,0,0.15);}
.menuSidebar UL LI.act, .menuSidebar UL LI.cur{border-left:5px solid #CCCCCC;}
.menuSidebar UL LI.cur > DIV > A, .menuSidebar UL LI.cur > A{color:#FFFFFF;background:rgba(0,0,0,0.33);}
.menuSidebar UL LI A:hover{color:#FFFFFF;background:rgba(0,0,0,0.33);}
.menuSidebar #searchBoxForm{display:block;position:relative;padding:20px;padding-right:50px;background:#222222;}
.menuSidebar #searchBoxInput{margin:0;padding:5px;width:100%;height:32px;color:#333333;background:#EEEEEE;border:1px solid rgba(255,255,255,0.05);box-sizing:border-box;-moz-box-sizing:border-box;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;}
.menuSidebar #searchBoxSubmit{position:absolute;right:50px;top:20px;margin:0;width:32px;height:32px;padding:5px;color:#333333;cursor:pointer;background:none;border:none;display:block;font-family:'FontAwesome';box-sizing:border-box;-moz-box-sizing:border-box;}
.stickyPlaceholder{height:120px;}
.sticky{position:fixed !important;left:0 !important;top:0 !important;width:100% !important;z-index:115;box-shadow:0 2px 4px rgba(0,0,0,0.2);-moz-box-shadow:0 2px 4px rgba(0,0,0,0.2);-webkit-box-shadow:0 2px 4px rgba(0,0,0,0.2);}
.sticky #logo{margin:13px 20px;}
.sticky #logo IMG{height:40px;}
.sticky #logo SPAN{left:47px;top:35px;font-size:0.6em;}
.sticky #naviMain{margin-top:10px;}
.sticky #naviToggle{margin-top:15px;}
.is-touch #naviToggle{display:inline-block;}
.is-touch #naviMain{display:none;}
.is-touch .menuSidebar{display:block;}

#naviToggle .icon-bar { background: #bbb1a3 none repeat scroll 0 0 !important;
    display: block !important;
    height: 2px !important;
    margin: 5px 0 !important;
    width: 28px !important;
	border-radius:1px;
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	-ms-border-radius:1px;
	-o-border-radius:1px;	
 }
@media only screen and (max-width:976px){#naviToggle{display:inline-block;}
#naviMain{display:none;}
.menuSidebar{display:block;}
}
#footArea H1, #footArea H2, #footArea H3{color:#ADA192;font-weight:bold;font-size:1.32em;}
#footArea A{color:#766856;}
#footArea A:hover{color:#222222;}
#naviFoot UL{margin:0 8px 0 0;padding:0 0 0 0;line-height:1;}
#naviFoot UL LI{list-style-type:none;padding:0 0 0 0;margin:0 0 0 0;font-size:1.2em;line-height:1.5;}
#naviFoot UL LI.firstItem{padding-left:0;}
#naviFoot UL LI A:before{float:left;content:'\f111';font-family:'FontAwesome';font-size:0.5em;margin-right:1em;margin-top:0.66em;color:#ADA192;}
#linkTop{display:block;position:fixed;margin:0 0 0 0;right:20px;bottom:-50px;z-index:100;-o-transition:all 0.5s;-moz-transition:all 0.5s;-webkit-transition:all 0.5s;-ms-transition:all 0.5s;transition:all 0.5s;}
#linkTop.show{bottom:20px;}
#linkTop A{position:relative;display:block;padding:0 0 0 0;width:40px;height:40px;line-height:45px;font-size:1em;text-align:center;color:#766856;background-color:rgba(236,235,231,0.66);}
#linkTop A I{margin:0 0 0 0 !important;font-size:2em;}
#linkTop A I:before{content:'\f106';}
#linkTop A:hover{background-color:rgba(236,235,231,1);}
#socialIcons{float:right;width:25%;}
#socialIcons:after{content:'';display:block;clear:both;}
#socialIcons UL{margin:-20px 0 0 10px;padding:0 0 0 0;}
#socialIcons UL LI{float:left;margin:0 5px 0 0;padding:0 0 0 0;list-style-type:none;}
#socialIcons UL LI A{position:relative;display:block;font-size:21px;width:32px;height:32px;line-height:32px;text-align:center;overflow:hidden;color:#ECEBE9;background-color:#ADA192;}
#socialIcons UL LI A:hover{color:#ECEBE9;}
#socialIcons UL LI.facebook A:hover{background-color:#3B5998;}
#socialIcons UL LI.googleplus A:hover{background-color:#990000;}
#socialIcons UL LI.twitter A:hover{background-color:#0099FF;}
#socialIcons UL LI.youtube A:hover{background-color:#CC0000;}
#socialIcons UL LI.xing A:hover{background-color:#006666;}
#copyright{float:left;margin:0 20px;line-height:1;font-size:0.9em;}
.CMM_image.not-in-view{opacity:0;-webkit-transform:scale(0.5);-moz-transform:scale(0.5);-ms-transform:scale(0.5);-o-transform:scale(0.5);transform:scale(0.5);}
.CMM_image.in-view{opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);-webkit-transition:all 0.25s ease-out;-moz-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;}
.mapOverlayContent{position:absolute;left:20px;top:0;width:33%;z-index:10;}
.mapOverlayText{padding:20px;background-color:#FFFFFF;}
.mapOverlayText SPAN{display:block;font-weight:bold;margin-bottom:0.25em;}
.mapOverlayTeaser{margin-top:20px;background-color:#FFFFFF;color:#ADA192;}
.mapOverlayTeaser A{position:relative;display:block;padding:10px 15px;color:#ADA192;}
/*.mapOverlayTeaser A:before{content:'';position:absolute;left:20px;top:10px;width:40px;height:40px;background:url(../template/medipolis-apotheken//pix/Apotheken-A@2x.png) no-repeat;background-size:38px 40px;}*/
.mapOverlayTeaser P{line-height:1;margin:0 0 0.2em 0;font-weight:bold;font-size:1.25em;}
.page1 #headSlider UL LI .slide .slideContainerText{width:48%;background-color:#D02239;}
.CMM_images{margin:-10px;}
.CMM_imagesLeft{float:left;margin-right:10px;}
.CMM_imagesRight{float:right;margin-left:10px;}
.CMM_imagesCenter{margin-left:auto;margin-right:auto;}
.CMM_image{padding:10px;}
A.button{color:#ECEBE9;background-color:#988B7D;text-transform:uppercase;font-weight:bold;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;}
A.button:hover{color:#FFFFFF;background-color:#588D32;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;}
UL.listround LI:before, UL.listsquare LI:before, UL.listarrow LI:before, UL.listcheck LI:before, UL.liststar LI:before, UL.listasterisk LI:before{color:#588D32;}
UL.listround LI:before, UL.listsquare LI:before{font-size:0.5em;}
.CMM_Contents_Type15 UL.listround LI:before, .CMM_Contents_Type15 UL.listsquare LI:before, .CMM_Contents_Type15 UL.listarrow LI:before, .CMM_Contents_Type15 UL.listcheck LI:before, .CMM_Contents_Type15 UL.liststar LI:before, .CMM_Contents_Type15 UL.listasterisk LI:before, .CMM_Contents_Type18 UL.listround LI:before, .CMM_Contents_Type18 UL.listsquare LI:before, .CMM_Contents_Type18 UL.listarrow LI:before, .CMM_Contents_Type18 UL.listcheck LI:before, .CMM_Contents_Type18 UL.liststar LI:before, .CMM_Contents_Type18 UL.listasterisk LI:before{color:#FFFFFF;}
.CMM_Contents_Type15 UL.listcheck LI, .CMM_Contents_Type18 UL.listcheck LI{padding-left:2em !important;}
.CMM_Contents_Type15 UL.listcheck LI:before, .CMM_Contents_Type18 UL.listcheck LI:before{width:1.25em;font-size:1.25em;margin-left:-1.5em;margin-right:0.25em;}
.CMM_Pageindex > UL > LI{width:33.3%;}
.CMM_Pageindex > UL > LI DIV.indexItem{background-color:rgba(129,184,253,0.2);border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;}
.CMM_Pageindex > UL > LI DIV.indexItem:hover{background-color:rgba(129,184,253,0.3);}
.CMM_Pageindex > UL > LI P.title A:before{content:'\f0f6';margin-right:0.5em;}
.CMM_Pageindex > UL > LI P.title{font-size:1em;font-weight:bold;}
.CMM_pageNavi UL LI{line-height:30px;font-size:1em;width:30px;color:#999999;}
.CMM_pageNavi UL LI A:hover, .CMM_pageNavi UL LI.CMM_pageNaviPageSelected A{background-color:#81B8FD !important;}
.CMM_pageNaviInfo{font-size:0.9em;}
.CMM_maxPage UL LI{line-height:30px;font-size:1em;width:30px;color:#999999;}
.CMM_maxPageInfo{font-size:0.9em;}
.bigger{font-size:1.1em;}
.mark1{color:#D02239;}
.mark1invert{background-color:#D02239;}
.mark2{color:#008812;}
.mark2invert{background-color:#588D32;}
.CMM_formField INPUT, .CMM_formField TEXTAREA{padding:8px;} .CMM_formField SELECT{padding:7px;}
.CMM_Contents_Type11 .CMM_form, .CMM_Contents_Type13 .CMM_form, .CMM_Contents_Type14 .CMM_form, .CMM_Contents_Type15 .CMM_form{border:0;background:none;}
.CMM_Contents_Type11 .CMM_formContent, .CMM_Contents_Type13 .CMM_formContent, .CMM_Contents_Type14 .CMM_formContent, .CMM_Contents_Type15 .CMM_formContent{padding:0;margin:-10px;}
.CMM_Contents_Type11 .CMM_formFoot, .CMM_Contents_Type13 .CMM_formFoot, .CMM_Contents_Type14 .CMM_formFoot, .CMM_Contents_Type15 .CMM_formFoot{padding:1em 0 0 0;background:none;}
.CMM_imageCaption{color:#ADA192;}
SECTION.CMM_Contents_contentBlock{margin:0 0 20px 0;clear:both;padding:10px 20px;background-size:auto;background-repeat:no-repeat;}
SECTION.CMM_Contents_contentBlock > .CMM_Contents_contentBlock_Inner{width:940px;max-width:100%;margin:0 auto;}
DIV.CMM_Contents_contentBlock{padding:10px;}
DIV.CMM_Contents_contentBlock_Subcontents{margin:-10px;}
DIV.CMM_Contents_Type11 > .CMM_Contents_contentBlock_Inner, DIV.CMM_Contents_Type12 > .CMM_Contents_contentBlock_Inner, DIV.CMM_Contents_Type13 > .CMM_Contents_contentBlock_Inner, DIV.CMM_Contents_Type14 > .CMM_Contents_contentBlock_Inner, DIV.CMM_Contents_Type15 > .CMM_Contents_contentBlock_Inner, DIV.CMM_Contents_Type16 > .CMM_Contents_contentBlock_Inner, DIV.CMM_Contents_Type17 > .CMM_Contents_contentBlock_Inner, DIV.CMM_Contents_Type18 > .CMM_Contents_contentBlock_Inner, DIV.CMM_Contents_Type21 > .CMM_Contents_contentBlock_Inner, DIV.CMM_Contents_Type31 > .CMM_Contents_contentBlock_Inner, DIV.CMM_Contents_Type32 > .CMM_Contents_contentBlock_Inner{padding:20px;}
DIV.CMM_Contents_Type22 > .CMM_Contents_contentBlock_Inner{padding-top:20px;}
DIV.CMM_Contents_Type23 > .CMM_Contents_contentBlock_Inner{padding-right:20px;}
DIV.CMM_Contents_Type24 > .CMM_Contents_contentBlock_Inner{padding-bottom:20px;}
DIV.CMM_Contents_Type25 > .CMM_Contents_contentBlock_Inner{padding-left:20px;}
DIV.CMM_Contents_Type26 > .CMM_Contents_contentBlock_Inner{padding-top:20px;padding-bottom:20px;}
SECTION.CMM_Contents_Type11, SECTION.CMM_Contents_Type12, SECTION.CMM_Contents_Type13, SECTION.CMM_Contents_Type14, SECTION.CMM_Contents_Type15, SECTION.CMM_Contents_Type16, SECTION.CMM_Contents_Type17, SECTION.CMM_Contents_Type18, SECTION.CMM_Contents_Type21, SECTION.CMM_Contents_Type31, SECTION.CMM_Contents_Type32{padding-top:40px;padding-bottom:40px;}
SECTION.CMM_Contents_Type22{padding-top:40px;padding-bottom:40px;}
SECTION.CMM_Contents_Type23{padding-top:40px;padding-bottom:40px;}
SECTION.CMM_Contents_Type24{padding-top:40px;padding-bottom:40px;}
SECTION.CMM_Contents_Type25{padding-top:40px;padding-bottom:40px;}
SECTION.CMM_Contents_Type26{padding-top:40px;padding-bottom:40px;}
.CMM_Contents_Type11 > .CMM_Contents_contentBlock_Inner, SECTION.CMM_Contents_Type11{background-color:#ECEBE9;}
.CMM_Contents_Type12 > .CMM_Contents_contentBlock_Inner, SECTION.CMM_Contents_Type12 >{background-color:#FFFFFF;}
.CMM_Contents_Type13 > .CMM_Contents_contentBlock_Inner, SECTION.CMM_Contents_Type13{background-color:#DEE8D6;}
.CMM_Contents_Type14 > .CMM_Contents_contentBlock_Inner, SECTION.CMM_Contents_Type14{background-color:#BBDDA2;}
.CMM_Contents_Type15 > .CMM_Contents_contentBlock_Inner, SECTION.CMM_Contents_Type15{background-color:#588D32;color:#FFFFFF;}
.CMM_Contents_Type16 > .CMM_Contents_contentBlock_Inner, SECTION.CMM_Contents_Type16{background-color:#FCEDEF;}
.CMM_Contents_Type17 > .CMM_Contents_contentBlock_Inner, SECTION.CMM_Contents_Type17{background-color:#F3B6BD;}
.CMM_Contents_Type18 > .CMM_Contents_contentBlock_Inner, SECTION.CMM_Contents_Type18{background-color:#D02239;color:#FFFFFF;}
.CMM_Contents_Type11 > .CMM_Contents_contentBlock_Inner > .CMM_Contents_contentBlock_Head, .CMM_Contents_Type12 > .CMM_Contents_contentBlock_Inner > .CMM_Contents_contentBlock_Head, .CMM_Contents_Type13 > .CMM_Contents_contentBlock_Inner > .CMM_Contents_contentBlock_Head, .CMM_Contents_Type14 > .CMM_Contents_contentBlock_Inner > .CMM_Contents_contentBlock_Head, .CMM_Contents_Type15 > .CMM_Contents_contentBlock_Inner > .CMM_Contents_contentBlock_Head{margin-bottom:0;}
.CMM_Contents_Type15 > .CMM_Contents_contentBlock_Inner H1, .CMM_Contents_Type15 > .CMM_Contents_contentBlock_Inner H2, .CMM_Contents_Type15 > .CMM_Contents_contentBlock_Inner H3{color:#FFFFFF;}
SECTION.CMM_Contents_Type11 > .CMM_Contents_contentBlock_Inner{background:none;padding:0;}
SECTION.CMM_Contents_Type12 > .CMM_Contents_contentBlock_Inner{background:none;padding:0;}
SECTION.CMM_Contents_Type13 > .CMM_Contents_contentBlock_Inner{background:none;padding:0;}
SECTION.CMM_Contents_Type14 > .CMM_Contents_contentBlock_Inner{background:none;padding:0;}
SECTION.CMM_Contents_Type15 > .CMM_Contents_contentBlock_Inner{background:none;padding:0;}
.CMM_Contents_Type31 > .CMM_Contents_contentBlock_Inner{box-shadow:0 1px 2px 2px rgba(51,51,51,0.1);-moz-box-shadow:0 1px 2px 2px rgba(51,51,51,0.1);-webkit-box-shadow:0 1px 2px 2px rgba(51,51,51,0.1);}
.CMM_Contents_Type32 > .CMM_Contents_contentBlock_Inner{box-shadow:inset 0 1px 2px 2px rgba(51,51,51,0.1);-moz-box-shadow:inset 0 1px 2px 2px rgba(51,51,51,0.1);-webkit-box-shadow:inset 0 1px 2px 2px rgba(51,51,51,0.1);}
.CMM_Contents_Type21 > .CMM_Contents_contentBlock_Inner{border:1px solid #CCCCCC;border:1px solid rgba(0,0,0,0.15);}
.CMM_Contents_Type22 > .CMM_Contents_contentBlock_Inner{border-top:1px solid #CCCCCC;border-top:1px solid rgba(0,0,0,0.15);}
.CMM_Contents_Type23 > .CMM_Contents_contentBlock_Inner{border-right:1px solid #CCCCCC;border-right:1px solid rgba(0,0,0,0.15);}
.CMM_Contents_Type24 > .CMM_Contents_contentBlock_Inner{border-bottom:1px solid #CCCCCC;border-bottom:1px solid rgba(0,0,0,0.15);}
.CMM_Contents_Type25 > .CMM_Contents_contentBlock_Inner{border-left:1px solid #CCCCCC;border-left:1px solid rgba(0,0,0,0.15);}
.CMM_Contents_Type26 > .CMM_Contents_contentBlock_Inner{margin-top:-5px;border-top:5px solid #CCCCCC;border-top:5px solid rgba(0,0,0,0.1);}
.CMM_Contents_Type61 .CMM_Contents_contentBlock_Content{font-family:'Noto Serif',Arial,Helvetica,sans-serif;}
SECTION.CMM_Contents_Type63{margin:0px;clear:both;padding:0;}
SECTION.CMM_Contents_Type63 > .CMM_Contents_contentBlock_Inner{width:auto;margin:0;}
.CMM_Contents_Type71:hover .CMM_Contents_contentBlock_Icon, .CMM_Contents_Type72:hover .CMM_Contents_contentBlock_Icon, .CMM_Contents_Type73:hover .CMM_Contents_contentBlock_Icon{background:#AAAAAA;color:#FFFFFF;font-size:2.25em;}
.CMM_Contents_Type11.CMM_Contents_Type71:hover .CMM_Contents_contentBlock_Icon, .CMM_Contents_Type11.CMM_Contents_Type72:hover .CMM_Contents_contentBlock_Icon, .CMM_Contents_Type11.CMM_Contents_Type73:hover .CMM_Contents_contentBlock_Icon, .CMM_Contents_Type12.CMM_Contents_Type71:hover .CMM_Contents_contentBlock_Icon, .CMM_Contents_Type12.CMM_Contents_Type72:hover .CMM_Contents_contentBlock_Icon, .CMM_Contents_Type12.CMM_Contents_Type73:hover .CMM_Contents_contentBlock_Icon, .CMM_Contents_Type13.CMM_Contents_Type71:hover .CMM_Contents_contentBlock_Icon, .CMM_Contents_Type13.CMM_Contents_Type72:hover .CMM_Contents_contentBlock_Icon, .CMM_Contents_Type13.CMM_Contents_Type73:hover .CMM_Contents_contentBlock_Icon, .CMM_Contents_Type14.CMM_Contents_Type71:hover .CMM_Contents_contentBlock_Icon, .CMM_Contents_Type14.CMM_Contents_Type72:hover .CMM_Contents_contentBlock_Icon, .CMM_Contents_Type14.CMM_Contents_Type73:hover .CMM_Contents_contentBlock_Icon, .CMM_Contents_Type15.CMM_Contents_Type71:hover .CMM_Contents_contentBlock_Icon, .CMM_Contents_Type15.CMM_Contents_Type72:hover .CMM_Contents_contentBlock_Icon, .CMM_Contents_Type15.CMM_Contents_Type73:hover .CMM_Contents_contentBlock_Icon{background-color:#03438D;}
.CMM_Contents_Type84 > .CMM_Contents_contentBlock_Inner > .CMM_Contents_contentBlock_Head, .CMM_Contents_Type85 > .CMM_Contents_contentBlock_Inner > .CMM_Contents_contentBlock_Head, .CMM_Contents_Type86 > .CMM_Contents_contentBlock_Inner > .CMM_Contents_contentBlock_Head, .CMM_Contents_Type87 > .CMM_Contents_contentBlock_Inner > .CMM_Contents_contentBlock_Head{margin-bottom:1em;}
.CMM_Contents_Type11.CMM_Contents_Type84 > .CMM_Contents_contentBlock_Inner > .CMM_Contents_contentBlock_Head, .CMM_Contents_Type12.CMM_Contents_Type84 > .CMM_Contents_contentBlock_Inner > .CMM_Contents_contentBlock_Head, .CMM_Contents_Type13.CMM_Contents_Type84 > .CMM_Contents_contentBlock_Inner > .CMM_Contents_contentBlock_Head, .CMM_Contents_Type14.CMM_Contents_Type84 > .CMM_Contents_contentBlock_Inner > .CMM_Contents_contentBlock_Head, .CMM_Contents_Type15.CMM_Contents_Type84 > .CMM_Contents_contentBlock_Inner > .CMM_Contents_contentBlock_Head, .CMM_Contents_Type11.CMM_Contents_Type85 > .CMM_Contents_contentBlock_Inner > .CMM_Contents_contentBlock_Head, .CMM_Contents_Type12.CMM_Contents_Type85 > .CMM_Contents_contentBlock_Inner > .CMM_Contents_contentBlock_Head, .CMM_Contents_Type13.CMM_Contents_Type85 > .CMM_Contents_contentBlock_Inner > .CMM_Contents_contentBlock_Head, .CMM_Contents_Type14.CMM_Contents_Type85 > .CMM_Contents_contentBlock_Inner > .CMM_Contents_contentBlock_Head, .CMM_Contents_Type15.CMM_Contents_Type85 > .CMM_Contents_contentBlock_Inner > .CMM_Contents_contentBlock_Head, .CMM_Contents_Type11.CMM_Contents_Type86 > .CMM_Contents_contentBlock_Inner > .CMM_Contents_contentBlock_Head, .CMM_Contents_Type12.CMM_Contents_Type86 > .CMM_Contents_contentBlock_Inner > .CMM_Contents_contentBlock_Head, .CMM_Contents_Type13.CMM_Contents_Type86 > .CMM_Contents_contentBlock_Inner > .CMM_Contents_contentBlock_Head, .CMM_Contents_Type14.CMM_Contents_Type86 > .CMM_Contents_contentBlock_Inner > .CMM_Contents_contentBlock_Head, .CMM_Contents_Type15.CMM_Contents_Type86 > .CMM_Contents_contentBlock_Inner > .CMM_Contents_contentBlock_Head, .CMM_Contents_Type11.CMM_Contents_Type87 > .CMM_Contents_contentBlock_Inner > .CMM_Contents_contentBlock_Head, .CMM_Contents_Type12.CMM_Contents_Type87 > .CMM_Contents_contentBlock_Inner > .CMM_Contents_contentBlock_Head, .CMM_Contents_Type13.CMM_Contents_Type87 > .CMM_Contents_contentBlock_Inner > .CMM_Contents_contentBlock_Head, .CMM_Contents_Type14.CMM_Contents_Type87 > .CMM_Contents_contentBlock_Inner > .CMM_Contents_contentBlock_Head, .CMM_Contents_Type15.CMM_Contents_Type87 > .CMM_Contents_contentBlock_Inner > .CMM_Contents_contentBlock_Head{margin-left:-20px;margin-top:-20px;margin-right:-20px;}
.CMM_Contents_Type84 > .CMM_Contents_contentBlock_Inner > .CMM_Contents_contentBlock_Head{position:relative;background-color:#FFFFFF;border-bottom:1px solid #81B8FD;}
.CMM_Contents_Type84 > .CMM_Contents_contentBlock_Inner > .CMM_Contents_contentBlock_Head:after{content:'';display:block;position:absolute;bottom:-4px;left:0;width:33.333%;height:3px;background-color:#81B8FD;z-index:20;}
.CMM_Contents_Type84 > .CMM_Contents_contentBlock_Inner > .CMM_Contents_contentBlock_Head.alignLeft:after{left:0;}
.CMM_Contents_Type84 > .CMM_Contents_contentBlock_Inner > .CMM_Contents_contentBlock_Head.alignCenter:after{left:33.333%;}
.CMM_Contents_Type84 > .CMM_Contents_contentBlock_Inner > .CMM_Contents_contentBlock_Head.alignRight:after{left:33.666%;}
#footContainer .CMM_Contents_Type84 > .CMM_Contents_contentBlock_Inner > .CMM_Contents_contentBlock_Head{background:none;}
.CMM_Contents_Type87 > .CMM_Contents_contentBlock_Inner > .CMM_Contents_contentBlock_Head{position:relative;color:#FFFFFF;background-color:#03438D;padding:10px 20px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
.CMM_Contents_Type87 > .CMM_Contents_contentBlock_Inner > .CMM_Contents_contentBlock_Head H1, .CMM_Contents_Type87 > .CMM_Contents_contentBlock_Inner > .CMM_Contents_contentBlock_Head H2, .CMM_Contents_Type87 > .CMM_Contents_contentBlock_Inner > .CMM_Contents_contentBlock_Head H3{color:#FFFFFF;}
.CMM_Contents_Type87 > .CMM_Contents_contentBlock_Inner > .CMM_Contents_contentBlock_Head:after{content:'';display:block;position:absolute;bottom:-3px;left:0;width:33.333%;height:3px;background-color:#81B8FD;z-index:20;}
.CMM_Contents_Type87 > .CMM_Contents_contentBlock_Inner > .CMM_Contents_contentBlock_Head.alignLeft:after{left:0;}
.CMM_Contents_Type87 > .CMM_Contents_contentBlock_Inner > .CMM_Contents_contentBlock_Head.alignCenter:after{left:33.333%;}
.CMM_Contents_Type87 > .CMM_Contents_contentBlock_Inner > .CMM_Contents_contentBlock_Head.alignRight:after{left:33.666%;}
.CMM_Contents_Type100 .CMM_Contents_contentBlock_Subcontents .accordionContent, .CMM_Contents_Type102 .CMM_Contents_contentBlock_Subcontents .accordionContent{padding:20px 0 10px 0;}
.CMM_Contents_Type103 .CMM_Contents_contentBlock_Content .accordionToggle{background-color:#FFFFFF;padding:0.5em 10px;margin-top:2px;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;}
.CMM_Contents_Type103 .CMM_Contents_contentBlock_Content .accordionToggle H3, .CMM_Contents_Type103 .CMM_Contents_contentBlock_Content .accordionToggle H4{font-weight:normal;}
.CMM_Contents_Type103 .CMM_Contents_contentBlock_Content .accordionToggle:hover, .CMM_Contents_Type103 .CMM_Contents_contentBlock_Content .accordionToggle.selected{background-color:#FFFFFF;color:#588D32;}
.CMM_Contents_Type103 .CMM_Contents_contentBlock_Content .accordionToggle.selected H3, .CMM_Contents_Type103 .CMM_Contents_contentBlock_Content .accordionToggle.selected H4{font-weight:bold;}
.CMM_Contents_Type103 .CMM_Contents_contentBlock_Content .accordionToggle:before{color:#ADA192;content:'+';font-size:1.5em;width:1em;right:5px;font-family: 'medipolis_rgwebfont',Arial,Helvetica,sans-serif;}
.CMM_Contents_Type103 .CMM_Contents_contentBlock_Content .accordionToggle.selected:before{content:'-';}
.CMM_Contents_Type103 .CMM_Contents_contentBlock_Content .accordionContent{background-color:#FFFFFF;padding:5px 10px;}
.CMM_Contents_contentBlock .CMM_Contents_imagesLeft, .CMM_Contents_contentBlock .CMM_Contents_imagesLeft2{margin-right:20px;}
.CMM_Contents_contentBlock .CMM_Contents_imagesRight, .CMM_Contents_contentBlock .CMM_Contents_imagesRight2{margin-left:20px;}
.CMM_Contents_contentBlock .CMM_Contents_imagesTop, .CMM_Contents_imagesTopLeft, .CMM_Contents_imagesTopRight, .CMM_Contents_contentBlock .CMM_Contents_imagesGallery, .CMM_Contents_contentBlock .CMM_Contents_imagesSlider{margin-bottom:20px;}
.CMM_Contents_contentBlock .CMM_Contents_imagesBottom, .CMM_Contents_imagesBottomLeft, .CMM_Contents_imagesBottomRight{margin-top:20px;}
.CMM_Contents_contentBlock .CMM_Contents_imagesCaroussel .slideMargin{width:20px;}
.CMM_News_shortItem{position:relative;margin:0 0 0 0;padding-bottom:80px;height:340px;background-color:#ECEBE9;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
.CMM_News_shortItem A{display:block;color:#FFFFFF;}
.CMM_News_shortItemHead{position:absolute;top:auto;left:0;bottom:0;right:0;height:80px;padding:15px 20px 0 20px;background-color:#588D32;line-height:1;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
.CMM_News_shortItemHead P.subtitle{margin:0 0 0 0;font-size:1em;font-weight:bold;text-transform:uppercase;color:#FFFFFF;}
.CMM_News_shortItemHead H3.title{margin:0 0 0 0;color:#FFFFFF;font-size:1.6em;}
.CMM_News_shortItem .shorttext{padding:15px 20px;font-size:1.1em;height:260px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
.CMM_News_short .bx-wrapper .bx-pager{left:auto;right:15px;bottom:55px;}
.CMM_News_short .bx-wrapper .bx-pager .bx-pager-item A{margin:0 0 0 5px;background-color:rgba(255,255,255,0.5);}
.CMM_News_short .bx-wrapper .bx-pager .bx-pager-item A.active, .CMM_News_short .bx-wrapper .bx-pager .bx-pager-item A:hover{background-color:#FFFFFF;}
.CMM_Teaser_list UL{margin:0 0 0 0 !important;padding:0 0 0 0 !important;}
.CMM_Teaser_list UL LI{margin:0 0 0 0 !important;padding:0 0 0 0 !important;}
.CMM_Teaser_listStyle1, .CMM_Teaser_listStyle2{width:100%;max-width:460px;}
.CMM_Teaser_listStyle3 UL, .CMM_Teaser_listStyle4 UL{margin:0 -10px !important;padding:0 0 0 0 !important;}
.CMM_Teaser_listStyle3 UL LI, .CMM_Teaser_listStyle4 UL LI{display:inline-block;margin:0 0 0 0 !important;padding:10px !important;width:50%;max-width:460px;vertical-align:top;}
.CMM_Teaser_listItem{position:relative;padding-bottom:80px;background-color:#ECEBE9;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
.CMM_Teaser_listItem A{display:block;color:#FFFFFF;}
.CMM_Teaser_listItem .CMM_Teaser_listItemContent{position:absolute;top:auto;left:0;bottom:0;right:0;height:80px;padding:15px 20px 0 20px;overflow:hidden;color:#FFFFFF;background-color:#588D32;line-height:1;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
.CMM_Teaser_listItem .CMM_Teaser_listItemContent P.subtitle{margin:0 0 0 0;font-size:1em;font-weight:bold;text-transform:uppercase;}
.CMM_Teaser_listItem .CMM_Teaser_listItemContent H3.title{margin:0 0 0 0;color:#FFFFFF;font-size:1.6em;white-space:nowrap;}
.CMM_Teaser_listItem .image{height:56.25%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
.CMM_Teaser_listItem .image IMG{width:auto;max-width:100%;}
.CMM_Teaser_listItem .description{position:relative;display:block;padding-bottom:56.25%;font-size:1.1em;}
.CMM_Teaser_listItem .description .inner{position:absolute;left:0;top:0;right:0;padding:20px;}
.CMM_Teaser_listItemStyle1 .CMM_Teaser_listItemContent, .CMM_Teaser_listItemStyle3 .CMM_Teaser_listItemContent{background-color:#588D32;}
.CMM_Teaser_listItemStyle2 .CMM_Teaser_listItemContent, .CMM_Teaser_listItemStyle4 .CMM_Teaser_listItemContent{background-color:#D02239;}
.CMM_Teaser_list .bx-wrapper .bx-pager{left:auto;right:15px;bottom:55px;}
.CMM_Teaser_list .bx-wrapper .bx-pager .bx-pager-item A{margin:0 0 0 5px;background-color:rgba(255,255,255,0.5);}
.CMM_Teaser_list .bx-wrapper .bx-pager .bx-pager-item A.active, .CMM_Teaser_list .bx-wrapper .bx-pager .bx-pager-item A:hover{background-color:#FFFFFF;}
.CMM_Staff_short{margin:-40px -10px;float:left;clear:both;}
.CMM_Staff_short > UL{border:0;margin:0 0 0 0;padding:0 0 0 0;}
.CMM_Staff_short > UL > LI{border:0;width:33.3%;float:left;}
.CMM_Staff_shortItem{margin:0 10px;padding:0;position:relative;}
.CMM_Staff_shortItem .head{padding:15px 20px;background-color:#FFFFFF;color:#588D32;font-size:1.25em;}
.CMM_Staff_shortItem .images{margin:0 0 0 0;}
.CMM_Staff_shortItem .images IMG{display:block;}
.CMM_Staff_shortItem .name{font-size:1.1em;font-weight:bold;margin:0 0 0 0;line-height:1;}
.CMM_Staff_shortItem .position{font-size:0.85em;margin:0 0 0 0;}
.CMM_Staff_short .bx-wrapper .bx-prev, .CMM_Staff_short .bx-wrapper .bx-next{left:-60px;top:60%;margin-top:-30px;width:60px;height:60px;line-height:60px;font-size:56px;color:#FFFFFF;background:none;font-family:'FontAwesome';line-height:1;text-indent:0;text-align:center;-o-transition:all 0.5s;-moz-transition:all 0.5s;-webkit-transition:all 0.5s;-ms-transition:all 0.5s;transition:all 0.5s;}
.CMM_Staff_short .bx-wrapper .bx-next{left:auto;right:-60px;}
.CMM_Staff_short .bx-wrapper .bx-prev:hover, .CMM_Staff_short .bx-wrapper .bx-next:hover{color:#ADA192;}
.CMM_Staff_short .bx-wrapper .bx-prev:before{content:"\f104";line-height:60px;margin-left:-3px;}
.CMM_Staff_short .bx-wrapper .bx-next:before{content:"\f105";line-height:60px;margin-right:-3px;}
.CMM_Search_sections UL LI{width:33.333%;}
.CMM_Search_sections UL LI.act A{color:#444444;background-color:#E4F0FE;border-left:2.6em solid #81B8FD;}
.CMM_Search_sections UL LI.cur A, .CMM_Search_sections UL LI.act A:hover{color:#03438D;background-color:#E4F0FE;border-left:2.6em solid #03438D;}
.CMM_Search_list > UL > LI{padding:20px 0;}
.CMM_Search_listItem .relevance{background-color:#E4F0FE;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;}
.CMM_Search_listItem .relevanceBar{background-color:#81B8FD;margin:0;height:9px;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;}
.CMM_Search_listItem .searchWord{background-color:rgba(0,0,0,0.1);}

.CMM_Contents_contentBlock p { line-height:16px !important; }
.mark2 {
	color: #008812;
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 10px;
}

@media only screen and (max-width:1040px){#headSlider:hover .bx-wrapper .bx-prev{left:0;}
#headSlider:hover .bx-wrapper .bx-next{right:0;}
.CMM_Staff_short .bx-wrapper .bx-prev{left:0;}
.CMM_Staff_short .bx-wrapper .bx-next{right:0;}
}
@media only screen and (max-width:1000px){#headSlider UL LI .slide .slideContainer{height:400px;}
#headSlider .bx-wrapper .bx-pager{position:absolute;left:40px;margin-left:0;}
}
@media only screen and (max-width:976px){BODY{font-size:90%;}
#headSlider:hover .bx-wrapper .bx-prev{left:0;}
#headSlider:hover .bx-wrapper .bx-next{right:0;}
.CMM_Staff_short .bx-wrapper .bx-prev{left:0;}
.CMM_Staff_short .bx-wrapper .bx-next{right:0;}
.mapOverlayContent{width:42%;}
.CMM_Pageindex > UL > LI{width:50%;}
.CMM_Teaser_listItem .description{font-size:1em;}
}
@media only screen and (max-width:820px){#headSlider UL LI .slide .slideContainerText, .page1 #headSlider UL LI .slide .slideContainerText{width:100%;}
.CMM_Contents_contentBlock{background-image:none !important;}
.CMM_Contents_Size31, .CMM_Contents_Size41, .CMM_Contents_Size51, .CMM_Contents_Size52, .CMM_Contents_Size61, .CMM_Contents_Size62, .CMM_Contents_Size81, .CMM_Contents_Size82, .CMM_Contents_Size83{width:50%;}
.CMM_Contents_Size21, .CMM_Contents_Size32, .CMM_Contents_Size42, .CMM_Contents_Size43, .CMM_Contents_Size53, .CMM_Contents_Size54, .CMM_Contents_Size63, .CMM_Contents_Size64, .CMM_Contents_Size65, .CMM_Contents_Size84, .CMM_Contents_Size85, .CMM_Contents_Size86, .CMM_Contents_Size87{width:100%;}
.CMM_Contents_contentBlock .CMM_Contents_imagesLeft, .CMM_Contents_contentBlock .CMM_Contents_imagesLeft2, .CMM_Contents_contentBlock .CMM_Contents_imagesRight, .CMM_Contents_contentBlock .CMM_Contents_imagesRight2{max-width:50%;}
.CMM_Teaser_listItem .description{font-size:0.9em;}

.sticky .navigation-box .collapse-button { margin-top:6px; }
.navigation-box .collapse-button { margin-top:40px; }
}
@media only screen and (max-width:768px){BODY{font-size:80%;}
}
@media only screen and (max-width:680px){.mapOverlayContent{position:relative;top:auto;left:auto;width:auto;}
.mapOverlayTeaser{margin:0 0 20px 0;}
#socialIcons{float:none;clear:both;width:auto;margin:-10px 0 20px 20px;}
#socialIcons UL{float:none;margin:0 0 0 0;}
.CMM_Pageindex > UL > LI{width:100%;}
.CMM_Contents_contentBlock{width:100% !important;}
#contentContainer .CMM_Contents_contentBlock .CMM_Contents_imagesTopLeft, #contentContainer .CMM_Contents_contentBlock .CMM_Contents_imagesTopRight, #contentContainer .CMM_Contents_contentBlock .CMM_Contents_imagesBottomLeft, #contentContainer .CMM_Contents_contentBlock .CMM_Contents_imagesBottomRight, #contentContainer .CMM_Contents_contentBlock .CMM_Contents_imagesLeft, #contentContainer .CMM_Contents_contentBlock .CMM_Contents_imagesLeft2, #contentContainer .CMM_Contents_contentBlock .CMM_Contents_imagesRight, #contentContainer .CMM_Contents_contentBlock .CMM_Contents_imagesRight2{max-width:none;clear:both;float:none;margin:0 0 1em 0;text-align:left;}
#contentContainer .CMM_Contents_contentBlock .CMM_Contents_imagesLeft .CMM_images .CMM_image, #contentContainer .CMM_Contents_contentBlock .CMM_Contents_imagesLeft2 .CMM_images .CMM_image, #contentContainer .CMM_Contents_contentBlock .CMM_Contents_imagesRight .CMM_images .CMM_image, #contentContainer .CMM_Contents_contentBlock .CMM_Contents_imagesRight2 .CMM_images .CMM_image{float:none;clear:none;display:inline-block;}
.CMM_formColumn_Size21, .CMM_formColumn_Size31, .CMM_formColumn_Size32, .CMM_formColumn_Size42, .CMM_formColumn_Size32, .CMM_formColumn_Size43{width:100%;}
.CMM_Contents_contentBlock .columnSize21, .CMM_Contents_contentBlock .columnSize31, .CMM_Contents_contentBlock .columnSize41{width:100%;}
.CMM_Teaser_listStyle3 UL LI, .CMM_Teaser_listStyle4 UL LI{width:100%;}
}
@media only screen and (max-width:480px){
#headSlider UL LI .slide .slideContainerText, .page1 #headSlider UL LI .slide .slideContainerText{width:100%;}
.stickyPlaceholder{height:90px;}
#naviToggle{margin-top:25px;}
#logo IMG{height:46px;}
#logo SPAN{left:56px;top:41px;font-size:0.78em;}
.CMM_Search_sections UL LI{width:100%;}
#logo { width:150px; height:auto; margin: 30px 0 23px 20px; }
#logo img { width:100%; height:auto; }

#headArea.sticky #logo { width:120px; height:auto; margin:15px 20px; }
#headArea.sticky #logo img { width:100%; height:auto; }

.sticky .navigation-box .collapse-button { margin-top: -2px; }
.navigation-box .collapse-button { margin-top: 20px; }
}

/*==================================================================*/
/*========== New Header End ==========*/
/*==================================================================*/


.recruiting ul {
    display:inline-block;
    text-align: left;
    padding-left:0;
}

.recruiting ul li {
    list-style-type: none !important;
    height: 50px !important;
    font-size: 120%;
/*    line-height: 190%; */
    margin-bottom:20px;
}


.recruiting input {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}
.recruiting .common-heading { line-height: 1.2; }
.recruiting .answers { padding-top: 40px; }
.recruiting .infotext { font-size: 12pt; padding-bottom: 30px; }
.recruiting .common-heading { padding-bottom: 30px; }

.selectric-items li.disabled { display:none !important; }
input[name="email"] { display:none; }
.castingform input, .castingform textarea {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.castingform div.selectric {
    border-top-right-radius:4px;
    border-bottom-right-radius: 4px;
}

.selectric .label {
    font-size:14px;
    font-weight:normal;
    text-transform: none !important;
    text-align:left !important;
    padding-left: 43px !important;
}

.castingform textarea { height: 136px; }
.castingform { text-align:left; }

/* ISOTOPE-GRIND */
.grid-sizer,
.grid-item { width: 50%; padding:10px; }
.grid-item--width2 { width: 100%; }
.grid-item, .grid-sizer {  }
.grid img { width: 100%; }

.slider_fixed_content {
    padding: 30px;
    position: relative;
    top: -140px;
    opacity: 0.8;
}

@media screen and (min-width: 780px) {

    /* Background-Slider Textbox */
    .slider_fixed_content {
	width: 735px;
	margin-left: auto;
	margin-right: auto;
	padding: 30px;
	position: relative;
	top: -140px;
	opacity: 0.8;
    }
    .bgslider .item img {
	height: 800px !important;
	object-fit: cover;
    }
}

@media screen and (max-width: 780px) {

    /* Background-Slider Textbox */
    .slider_fixed_content {
	width: auto;
	margin-left: 15px;
	margin-right: 15px;
	padding: 30px;
	position: relative;
	top: -140px;
	opacity: 0.8;
    }
    .bgslider .item img {
	height: 350px !important;
    }
}



/* Divider */
.slider_fixed_content .divider {
    width: 40%;
    height: 5px;
    margin-bottom: 10px;
}

