.cp_sidebar-outer {
    float: left;
    width: 100%;
	margin-top: 16px;
}
.main-content {
    background: #f0f2f1;
}
.widget {
    float: left;
    width: 100%;
}
.widget-recent-post .cp-heading-outer {
    margin-bottom: 20px;
}
.cp-heading-outer {
    float: left;
    width: 75%;
    margin: 0px 0 28px;
    position: relative;
}
.widget .cp-heading-outer h2 {
    width: 100%;
    font-size: 18px;
    border-left: 3px solid #32aae1;
    line-height: 19px;
    padding: 4px 11px;
}
.cp-heading-outer h2:before {
    content: '';
    /* background: url(../images/heading-img.png); */
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 68px;
    height: 2px;
    background: #b7180d;
}
.widget .cp-heading-outer h2:before{
	display:none;
}
.widget-recent-post>ul {
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 0 10px;
    box-shadow: 0 1px #eaeaea;
    margin-top: 14px !important;
}

.widget ul {
    padding: 0;
    margin: 0;
}
#wrapper li {
    list-style: none;
}
.widget-recent-post>ul>li {
    float: left;
    width: 100%;
    padding: 10px 10px;
    border-bottom: 1px solid #e3e4e8;
}
.widget>ul>li {
    display: block;
}
.widget-recent-post .cp-holder {
    float: left;
    width: 100%;
}
.widget-recent-post .cp-holder .cp-thumb2 {
    width: auto;
    float: left;
    margin-right: 10px;
    border: 2px solid #e3e4e8;
    border-radius: 3px;
}

.cp-thumb2 {
    float: left;
    width: 26%;
    position: relative;
    z-index: 11;
    margin-right: 10px;
}
.widget-recent-post .cp-holder .cp-thumb2 img {
    border-radius: 3px;
}
a {
    text-decoration: none;
    color: #035e89;
}
.cp-thumb2 img {
    width: 80px;
    border: 1px solid #ddd;
    padding: 2px;
}
.widget-recent-post .cp-holder .cp-text {
    overflow: hidden;
}
#wrapper li {
    list-style: none;
}

ul.cp-meta-list li {
    display: block;
    font-size: 12px;
    color: #033a71;
    margin-bottom: 4px;
	line-height:21px;
}
ul.cp-meta-list li:last-child {
    margin-bottom: 0;
}
.widget-recent-post .cp-holder .cp-text span {
    font-size: 12px;
    display: block;
    color: #99a3b1;
    padding-bottom: 7px;
}

.cp-outer-holder  {
    float: left;
    width: 100%;
    position: relative;
}
.cp-heading-outer h2 {
    float: left;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    padding-bottom: 10px;
    position: relative;
    margin: 0;
}
.cp-heading-outer .cp-listed {
    padding: 0;
    float: right;
    margin: 20px 0 0;
}
.cp-featured-video .view-all  {
    margin-right: 50px;
}

.cp-listed li {
    font-size: 14px;
    display: inline-block;
    padding-left: 10px;
}
#featured-video .item{
    float: left;
    width: 100%;
}
.cp-video-item {
    float: left;
    width: 100%;
    background-color: #fff5f5;
    box-shadow: 1px 1px 1px 1px rgba(0,0,0,.2);
    position: relative;
    padding:5px 5px 8px;
}
.cp-video-item .cp-thumb .cp-caption, .cp-thumb .cp-caption {
    padding: 10px 13px;
    position: absolute;
    bottom: 10px;
}
ul.cp-meta-list {
    margin-bottom: 0;
}
.cp-thumb .cp-caption .play-video {
    margin-bottom: 5px;
}

.cp-video-item .play-video, .cp-thumb .cp-caption .play-video {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
}
.cp-video-item:hover .play-video, .cp-thumb:hover .play-video {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}
.play-video:before {
    font-family: fontawesome;
    content: '\f0da';
    font-size: 12px;
    color: #fff;
    margin-right: 5px;
}
.cp-video-item .cp-text {
    float: left;
    width: 100%;
    padding: 10px 0px 0px;
}
.cp-video-item .cp-text h4 {
    font-weight: 600;
    margin: 0 0 2px;
    font-size: 13px;
    line-height: 18px;
}
.cp-video-item .cp-text h4 a {
    color: #000;
}
.cp-thumb .cp-caption .play-video {
    margin-bottom: 5px;
}
.play-video:before {
    font-family: fontawesome;
    content: '\f0da';
    font-size: 12px;
    color: #fff;
    margin-right: 5px;
}
#featured-reprints.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
    position: absolute;
    top: -58px;
    right: 0;
}
.cp-thumb {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 11;
    max-height: 220px;
}
.item.col-md-3 {
    padding: 10px;
}
#featured-reprints .cp-thumb {
		min-height:auto;
}
.cp-thumb:hover:before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: skew(60deg) translateX(-300%);
    -moz-transform: skew(60deg) translateX(-300%);
    -ms-transform: skew(60deg) translateX(-300%);
    -o-transform: skew(60deg) translateX(-300%);
    transform: skew(60deg) translateX(-300%);
}

.cp-thumb, .cp-thumb:before, .cp-thumb:after {
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}
.cp-thumb:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    background-color: rgba(255,255,255,.5);
    z-index: 99;
    -webkit-transform: skew(60deg) translateX(300%);
    -moz-transform: skew(60deg) translateX(300%);
    -ms-transform: skew(60deg) translateX(300%);
    -o-transform: skew(60deg) translateX(300%);
    transform: skew(60deg) translateX(300%);
}
figure figcaption {
    float: left;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
a {
    cursor: pointer;
}
a:-webkit-any-link {
    text-decoration: none;
    cursor: pointer !important;
}
.mt60{
	margin-top:60px;
}
.cp-thumb img {
    width: 100%;
    height: auto;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    display: block;
    margin: 0 auto;
}
.cp-thumb:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
}
.play-video {
    font-size: 12px;
    color: #fff;
    display: inline-block;
    float: left;
    padding: 6px 10px 6px 15px;
    border: 1px solid #fff;
    margin-right: 15px;
    border-radius: 30px;
    position: relative;
    z-index: 99;
    background-color: rgba(0,0,0,.52);
}
.cp_header.cp_sticky, a, img, a:before, a:after, ul, ul li, li:before, .cp-caption, a.cp-btn-style1:before, a.cp-btn-style1:after, .play-video, .cp-search-form-outer, .sale-item, .cp-social-links li .fa, .cp-sidebar .cp-reviews li:before {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
#featured-reprints.owl-carousel .owl-item {
    float: left;
    margin: 5px;
    width: 198px !important;
}
.cp-news-grid-style-3 .cp-fullwidth-news-post-excerpt {
    margin-bottom: 0;
    padding-bottom: 0;
	border: none;
}
.cp-video-detail-outer .cp-text-holder {
    background-color: #fff;
    float: left;
    width: 100%;
    padding: 40px 30px 0;
}
.cp-video-detail-outer .cp-text-holder .cp-top {
    float: left;
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px solid #e6e6e6;
}
.cp-video-detail-outer .cp-text-holder .cp-top h4 {
    float: left;
    margin: 0;
}
h4 {
    font-size: 18px;
}
.cp-video-detail-outer .cp-text-holder .cp-top .viewer {
    font-size: 12px;
    color: #99a3b1;
    float: right;
}
h4.title {
    font-size: 15px;
    line-height: 25px;
    font-weight: 00;
    font-family: roboto,sans-serif;
    margin: 3px 0;
}
.cp-news-grid-style-3 a {
    color: #a80d1f;
    text-decoration: none;
}
.cp-news-grid-style-3 h3 {
    font: 500 14px/22px 'Roboto', sans-serif;
    margin: 10px auto;
    text-align: left;
}
.au{
    font-size: 12px;
    margin-bottom: 5px;
}
p.dat {
    font-size: 13px;
    margin: 6px 0;
}
.f13{
	font-size:13px !important;
}
h3.journal-title {
    text-align: center !important;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}
.author-info {
    font-weight: 600;
}
p.art-date {
    font-size: 11px;
    margin-top: 4px;
    font-style: italic;
}
p.art-date {
    color: #000;
    margin-top: 0px;
}
/* line 24, ../sass/style.scss */
.verticalCarouselHeader {
  border-width: 0px;
}
/* line 27, ../sass/style.scss */
.verticalCarouselHeader:after {
  content: "";
  display: block;
  clear: both;
}
/* line 32, ../sass/style.scss */
.verticalCarouselHeader h3 {
  float: left;
  margin: 0px;
}
/* line 36, ../sass/style.scss */
.verticalCarouselHeader .vc_goUp, .verticalCarouselHeader .vc_goDown {
    float: right;
    display: block;
    width: 25px;
    height: 25px;
    background: #fff;
    text-align: center;
    color: #000;
    margin-left: 5px;
    box-shadow: 0px 0px 3px rgba(2, 2, 0, 0.50);
    vertical-align: middle;
    font-size: 16px;
    padding: 4px 0;
    margin-left: 0;
    position: relative;
    top: 2px;
}
/* line 45, ../sass/style.scss */
.verticalCarouselHeader .vc_goUp:active, .verticalCarouselHeader .vc_goDown:active {
  -moz-transform: scale(0.7, 0.7);
  -ms-transform: scale(0.7, 0.7);
  -webkit-transform: scale(0.7, 0.7);
  transform: scale(0.7, 0.7);
}

/* line 52, ../sass/style.scss */
.verticalCarouselGroup.vc_list > li {
    border-width: 0px;
    border-style: solid;
    padding: 12px 10px 15px;
    background-color: #fff;
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
    clear: both;
    border-bottom: 1px solid #e3e4e8;
    min-height: 136px;
}
/* line 57, ../sass/style.scss */
.verticalCarouselGroup.vc_list > li h4 {
  margin: 0px 0px 15px;
}

.vc_container {
    height: 620px !important;
    overflow: auto;
    /* overflow-y: scroll; */
}
.cp-text h5 {
    margin: 0px;
    font-size: 14px;
    color: #34495e;
}
.right_sidebar {
    width: 30%;
    height: 900px;
    overflow: auto;
}
.content_left {
    width: 68%;
}
.about-content p {
    width: 100%;
    margin-top: 3px;
    text-align: justify;
    font-size: 13px;
    color: #000 !important;
    font-weight: 500;
}
h4.art-type {
    margin-bottom: 2px;
    color: #ba1f2d;
    font-weight: 600;
    font-size: 17px;
}
#reprints-slider .owl-item {
    background: #f0f0f0;
    padding: 27px;
}
.re-author {
    padding-bottom: 10px;
    color: #333;
}
.re-text {
    margin-bottom: 12px;
}
.slider-right img {
    padding: 0 6px 6px;
}
.slider-right {
    margin-left: 5px;
}
.re-content {
    padding-left: 30px;
    padding-top: 30px;
}
.re-imgdv {
    border-right: 1px solid #ddd;
    width: 28.6%;
}
