@charset "UTF-8";
/* CSS Document */


body {
	margin: 0;
	font-family:Arial, Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 1.35;
	color: #555;
	min-width: 1068px;
}

a {
	text-decoration:none;
	color:#91b1a9;
}

a:hover {
	color:#81a199;
}

.fluid {
	width: 100%;
	margin: 0;
}

.header {
	background-color:#6b8599;
	height: 66px;
	background-image:url(../images/logo2.png);
	background-repeat:no-repeat;
	background-position: -10px 5px;
	text-align: center;
}

.menu-name > a {
	margin-left: -30px;
}

.site-name {
	margin-top: 10px;
}

.site-name:hover {
	color: #ccc;
	color: #fff;
}

.menu-band {
	text-align: center;
	height: 30px;
}

.menu-items {
	width: 100%;
	margin:auto;
}

.menu-item {
	float: left;
	width: 33.333%;
	/*
	margin: 0 5px 0 5px;*/
}

.menu-icon {
	float: left;
	background-color: #fff;
	width: 56px;
	height: 56px;
	/*
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;*/
}

.menu-name {
	height: 56px;
	background-color: #fff;
	/*border-radius: 30px;*/
}

.menu-icon-sm, .menu-name-sm {
	height: 30px;
}

.menu-name-sm > a  {
	display:inline-block;
	font-family:Arial, Verdana, Geneva, sans-serif;
	font-weight:500;
	font-size: 16px;
	color: #FFF;
	text-shadow: 0 0 5px #354554;
	padding-top: 5px;
	text-align: center;
}


.name-compounds {
	background-image:url(../images/compounds_gray.jpg);
	background-repeat:no-repeat;
	background-color:#85a5bc;
}

.name-compounds:hover {
	background-color:#7595ac;
}


.name-features {
	background-image:url(../images/features_gray.jpg);
	background-repeat:no-repeat;
	background-color:#b8aba8;
	
}

.name-features:hover {
	background-color:#a89b98;
}

.name-targets {
	background-image:url(../images/targets_gray.jpg);
	background-repeat:no-repeat;
	background-color:#a1c1b9;
}

.name-targets:hover {
	background-color:#91b1a9;
}



.page-indicator-compounds {
	height: 30px;
	border-bottom: solid 5px #85a5bc;
}

.page-indicator-features {
	height: 30px;
	border-bottom: solid 5px #b8aba8;
}

.page-indicator-targets {
	height: 30px;
	border-bottom: solid 5px #a1c1b9;
}

.page-indicator-home {
	height: 30px;
	border-bottom: solid 5px #ccc;
}


.cst {
	position:absolute;
	float: right;
	top: 17px;
	right: 20px;
	width: 150px;
}

.front-h1 {
	font-size: 37px;
	line-height: 42px;
	margin-bottom: 0px;
	color:#6b8599;
	font-weight: 600;
}

.front-body {
	min-height: 240px;
	font-size: 14px;
	font-weight: 300;
}

.content {
	width: 90%;
	margin:auto;
}

.content-left {
	float:left;
	width:70%;
	
}

.content-spacer {
	float:left;
	width:2%;
}

.content-right {
	float:left;
	width:28%;
	font-size: 12px;
}

.content-right > img {
	margin-right: 10px;
}



.compound2 {
	background-color: #e7efed;
	padding: 15px;
	border-radius: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
}
.compound2-div {
	background-color: #e7efed;
	padding: 10px;
	border-radius: 15px;
	margin-top: 30px;
	margin-bottom: -20px;
}

.compound2-div > h1 {
	margin: 0px;
	font-size: 20px;
}

.compound2-div > ul {
	margin-top: 0;
	margin-left: -20px;
}


.compound1 {
	background-color: #e7e4e3;
	padding: 15px;
	border-radius: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
}

.compoundMenu {
	padding: 2px;
	border-radius: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	background-color: #b8aba8;
/* 	background-image: url(../images/compound1.png); */
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center; 
	display: inline-block;
	min-height: 30px;
	min-width: 30px;
	color: #EEE;
	position: absolute;
	top: 18px;
	border: 1px solid #b8abb8;
	
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	line-height: 30px;
	
	
}
.compoundMenuV2 {
	top: 54px;
/* 	background-image: url(../images/compound2.png); */
	background-color: #a1c1b9;
	border: 1px solid #e7efed;
}


.compound1-div {
	background-color: #e7e4e3;
}

.content-bottom {
	width: 47%;
	float: left;
	padding-bottom: 50px;
}

.content-bottom-left {
	margin-right: 15px;
}

.front-h2 {
	width: 100%;
	background-color: #949ca2;
	color: #fff;
	border-radius: 15px;
	font-size: 18px;
	font-weight: 400;
}

.footer {
	position:fixed;
	bottom:0;
	background-color: #b6c4ce;
	height: 28px;
	padding:3px 0 3px 0;
}
.footer-content {
	text-align: center;
	font-size: 13px;
	color:#fff;
}

.filters-open {
	position:fixed;
	top: 165px;
	right: 3px;	
}

.filters-content {
	border: solid 1px #245;
	background-color: #fff;
	width: 252px;
	border-radius: 5px;
	padding: 10px 10px 10px 10px;
	box-shadow: -2px 5px 5px #ccc;
}

.filters-switch {
	position: fixed;
	background-color: #245;
	padding: 5px 10px 5px 10px;
	color: #fff;
	font-size: 16px;
	-ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
	width: 80px;
	color: #ea2;
	text-align:center;
	box-shadow: 5px 1px 5px #aaa;
	margin-left: -65px;
	margin-top: 60px;
}

.filters-switch:hover {
	background-color: #ea2;
	color: #245;
}

.ctrp-link {
	width: 100%;
	text-align: right;
	margin-bottom: 0px;
}

#toggle {
	font-size: 12px;
	color: #fff;
}

.filter-summary {
	position: absolute;
	width: 300px;
	font-size: 12px;
	line-height: 13px;
	margin-top:14px;
	right: 5px;
	text-align:right;
}