.bod.bod-outer, .bod__thumb .bod__title h2 + h3 {
    padding-top: 0;
}
.bodrow {
    counter-reset: li;
    list-style-type: none;
    margin: 0 0 20px -7px;
	padding:0;
}
.bod > .bodrow > li::before {
    display: none;
}

.bod__thumb img {
    margin: 0 auto;
}
.bod-outer embed, .bod-outer img { 
    height: auto;
    max-width: 100%;
}
.bod-outer img {
    display: block;
    image-rendering: optimizequality;
}

.bod__thumb .bod__gradient::before {
    background-color: transparent;
    bottom: -160px;
    content: "";
    display: block;
    height: 200px;
    position: absolute;
    right: -130px;
    transform: rotate(45deg);
    transition: background-color 0.3s ease 0s;
    width: 215px;
}
.bod__thumb .bod__gradient {
    /*background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(68, 68, 68, 0), rgba(0, 0, 0, 0.65)) repeat scroll 0 0;*/
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
}
/*.bod__thumb .bod__gradient:hover {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(68, 68, 68, 0), rgba(0, 0, 0, 0.35)) repeat scroll 0 0;
}*/

.bod__thumb .bod__gradient .bod__icon::before {
    background-color: #000;
    content: "";
    height: 2px;
    position: absolute;
    right: 3px;
    top: 10px;
    width: 15px;
}
.bod__thumb .bod__gradient .bod__icon::after {
    background-color: #000;
    content: "";
    height: 15px;
    position: absolute;
    right: 10px;
    top: 3px;
    width: 2px;
}
.bod__thumb .bod__gradient .bod__icon {
    bottom: 18px;
    height: 15px;
    position: absolute;
    right: 8px;
    transition: all 0.3s ease 0s;
    width: 15px;
}
.bod__thumb a {
    display: block;
    position: relative;
}
.bod__thumb a:hover {
	text-decoration:none;
}
.bod__thumb a:focus .bod__gradient:before,.bod__thumb a:hover .bod__gradient:before{/*background-color:#e4e4e4*/}.bod__thumb a:focus .bod__icon,.bod__thumb a:hover .bod__icon{display:block}.bod__thumb a:focus .bod__icon:after,.bod__thumb a:focus .bod__icon:before,.bod__thumb a:hover .bod__icon:after,.bod__thumb a:hover .bod__icon:before{/*background-color:#512d6d*/}.bod__thumb a.active .bod__gradient:before{/*background-color:#e4e4e4*/}.bod__thumb a.active .bod__icon{display:block;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.bod__thumb a.active .bod__icon:after,.bod__thumb a.active .bod__icon:before{/*background-color:#512d6d*/}


.bod__thumb .bod__title {
    /*bottom: 10px;*/
    display: block;
	padding-left:10px;
    /*left: 20px;
    position: relative;
    right: 30px;*/
}
.bod__thumb .bod__title h4 {
    /*color: #fff;
    font-size: 1.5rem;*/
    /*line-height: 1.875rem;
    margin: 0;*/
	color:#000;
	margin-bottom:0;
	margin-top:5px;
}
.bod.bod-outer, .bod__thumb .bod__title h4 + b {
    padding-top: 0;
}
.bod__thumb .bod__title b {
    color:#000;
    /*font-family: FFClanWebProMedium,sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
    margin: 0;*/
	/*font-size:15px;
	font-weight:bold;
	margin-top:0;*/
	
}
.bod__content {
    display: none;
    padding: 40px 0 60px;
}
.bod-outer > .bodrow > li.bod__panel {
    display: none;
}
.bod > .row > li.bod__panel {
    background: #fff none repeat scroll 0 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.bod__item{
	margin-bottom:20px;
	padding-left:7px;
	padding-right:7px;
	}
	.bodcontent .col-xs-12.col-md-8{
		padding:20px;
	}
/*@media only screen and (min-width:480px){.bod-outer>.bodrow>li.bod__panel{display:none!important}.bod-outer>.bodrow>li.bod__panel:nth-child(4n+4){display:block!important;width:100%;clear:both}.bod-outer>.bodrow>li.bod__panel:nth-child(4n+4):after,.bod-outer>.bodrow>li.bod__panel:nth-child(4n+4):before{content:" ";display:table}.bod-outer>.bodrow>li.bod__panel:nth-child(4n+4):after{clear:both}}*/
@media only screen and (min-width:1024px){
	.bod-outer>.bodrow>li.bod__panel:nth-child(6n+6){display:block!important;width:100%;clear:both}
	.bod-outer>.bodrow>li.bod__panel:nth-child(10n+10){display:block!important;width:100%;clear:both}
	.bod-outer>.bodrow>li.bod__panel:nth-child(12n+12){display:block!important;width:100%;clear:both}
	}
@media only screen and (max-width:767px){
	.bod-outer>.bodrow>li.bod__panel{
		display:block!important;width:100%;clear:both
	}
	.bod__item{
	clear:both	
	}
	.rightsidediv.pull-left{
	float:none !important;
}
.bod__thumb .bod__title{
	text-align:center;
}
.bod__thumb{
	max-width:70%;
	margin:0 auto;
}
}
@media only screen and (min-width:768px) and (max-width:1023px){
	.bod-outer>.bodrow>li.bod__panel{
		display:block!important;width:100%;clear:both
	}
}

