/** containers **/
#whyVaccinateBody {
	width: 725px;
	margin: 0 auto;
	float: left;
}
#whyVaccinateBody h3 {
	margin-bottom: 17px;
	padding: 0;
}
#headerViews {
	margin-top: 20px;
	position: relative;
}
#whyVaccinateBody footer {
	border-top: 1px solid #b6bdbe;
	padding-bottom: 40px;
	margin: 15px 22px;
}
#headerViews .list-style-buttons {
	margin-left: 52px;
    margin-top: -34px;
    position: absolute;
	width: 668px;
}
/** list view **/
#whyVaccinateBody ul {
	margin: 0;
	padding: 0;
}
ul.list {
	list-style: none;
	width: 100%;
}
ul.list li {
	display: block;
	border-top: solid 1px #e4e4e4;
	padding: 10px 0;
}
ul.list li.alt {
	background: #d7dfe0;
}
ul.list li section.left {
	display: block;
	float: left;
	width: 110px;
	position: relative;
}
ul.list li section.right {
	display: block;
	float: left;
	width: 614px;
}
ul.list li section.left img.thumb {
	float: left;
	margin-right: 10px;
	border: solid 1px #7373a9;
	width:90px;
	height:89px;
}
ul.list li section.left img.featured-banner {
	position: absolute;
	left: -18px;
	top: 35px;
}
ul.list li section.right h3 {
	font-family: 'Oswald', Arial, sans-serif;
	color: #7373a9;
	font-size: 16px;
	line-height: 1.6em;
	margin-bottom: 0 !important;
}
ul.list li section.right span.meta {
	color: #656565;
	font-weight: normal;
	font-size: 1.1em;
}
ul.list li section.right span.getFacts {
	display: none;
}
ul.list li section.right span#sharingBox {
	width: 344px;
	height: 17px;
}
ul.list li section.right span.sharing {
	width: 254px;
	height: 17px;
}
ul.list li section.right span.download {
	width: 90px;
	height: 17px;
}
ul.list li section.right span.price {
	font-weight: bold;
	display: block;
	margin-bottom: 15px;
	color: #ad3939;
	font-size: 1.6em;
	text-align: right;
}
ul.list li section.right a.firstbtn {
	margin-right: 7px;
}
/** grid view **/
ul.grid {
	list-style: none;
	margin: 0 auto;
	padding-left: 25px;
}
ul.grid li {
	position: relative;
	display: block;
	float: left;
	width: 231px;
	height: 231px;
	margin: 0 14px 14px 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
ul.grid li.last {
	margin-right: 0;
}
ul.grid li.third {
	border: 0;
}
ul.grid li section.left {
	position: relative;
}
ul.grid li section.right { /* nothing */
}
ul.grid li section.left img.thumb {
	border: solid 1px #7373a9;
	width:229px;
	height:229px;
}
ul.grid li section.left img.featured-banner {
	position: absolute;
	top: 0;
}
ul.grid li section.left h3 {
	font-family: 'Oswald', Arial, sans-serif;
	color: #7373a9;
	font-size: 16px;
	line-height: 1.6em;
}
ul.grid li section.right h3 {
	font-family: 'Oswald', Arial, sans-serif;
	color: #ffd48a;
	font-size: 16px;
	line-height: 1.6em;
	margin-bottom: 0 !important;
}
ul.grid li section.right span.meta {
	display: block;
	color: #ffffff;
	font-weight: normal;
	font-size: 1.1em;
	margin-bottom: 7px;
}
ul.grid li section.right span.getFacts {
	display: block;
	color: #ffffff;
	text-decoration: underline;
}
ul.grid li section.right span#sharingBox {
	display: none;
}
ul.grid li section.right span.price {
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
	color: #ad3939;
	font-size: 1.75em;
}
ul.grid li section.right span.darkview {
	opacity: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 197px;
	height: 138px;
	background: url('../_img/body/1-0/1-1_bg_opacity.png') top left;
	overflow: hidden;
	padding: 53px 17px 40px 17px;
	/*box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;*/
	transition: opacity 0.2s linear 0s;
	-webkit-transition: opacity 0.2s linear 0s;
	-moz-transition: opacity 0.25s linear 0s;
	-o-transition: opacity 0.25s linear 0s;
}
ul.grid li:hover section.right span.darkview {
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);

}
ul.grid li section.right span.darkview a.firstbtn {
	display: block;
	margin-bottom: 10px;
}



/** clearfix **/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}

/*------ Ligth box --------*/
#cboxLoadedContent{text-align:center}
#downloadAll {
	margin-left: 415px;
	position: absolute;
}
.downloadInline {
	float: right;
	margin: 0 0 0 63px;
	width:135px;
}
.downloadInline a {
	display: block;
}
.shareInline {
	width:374px;
	float: right;
}
a.inline {
	text-decoration: none;
}
a.inlineTwo {
	text-decoration: none;
}
.downloadItem {
	float: left;
	margin: 30px 0 0 20px;
}
.downloadItem a {
	display: block;
}
.shareItem {
	margin-top: 30px;
	float: left;
}
.shareItem .share-label {
	color: #656565;
	padding-right: 8px;
}

ul.grid li.clearfix {
    overflow:hidden
}

ul.grid li.clearfix div.shareItemBox {
	/*display: none;*/
}
ul.list li.clearfix div.shareItemBox {
	display: block;
	float: left;
}
.shareItemBox img {
	vertical-align: bottom;
}
.contModalShare {
	width: 100%;
	margin-top: 30px;
}
.contModalShare img {
	vertical-align: bottom;
}


#orphanPageBody{
    width: 100%;
	margin: 0 auto;
	float: left;
}