.wp-caption {
  margin-right: 20px;
  margin-left: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.paddingright10 {
  padding-right:10px;
}
.marginleft0 {
  margin-left:0px;
}

.btn-success {
    color: #CCC1B7;
    background-color: #525252;
    border-color: #230C01;
}

.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    color: #CCC1B7;
    background-color: #230C01;
    border-color: #398439;
}


.pt-cv-content-hover .pt-cv-mask {
    position: absolute;
	height:100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 2px;
    margin-left: 0 !important;
    padding: 15px;
    width: 98%;
    z-index: 100;
    opacity: 0.7;
    visibility: hidden;
    overflow: hidden;
    transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -webkit-transition: all .6s ease
}
.pt-cv-content-hover.effect-lr .pt-cv-content-item.pt-cv-hover .pt-cv-mask,
.pt-cv-content-hover.effect-lr:not(.pt-cv-mobile) .pt-cv-content-item:hover .pt-cv-mask,
.pt-cv-content-hover.effect-ud .pt-cv-content-item.pt-cv-hover .pt-cv-mask,
.pt-cv-content-hover.effect-ud:not(.pt-cv-mobile) .pt-cv-content-item:hover .pt-cv-mask {
    opacity: .8;
	
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    visibility: visible;
}
.pt-cv-content-hover.effect-lr .pt-cv-animation-left {
    position: relative;
    left: 100%;
}
.pt-cv-view .pt-cv-content-item > * {
	margin-bottom: 0px;
}

.pt-cv-colsys {
  margin-left: 0px;
  margin-right: 0px;
}
    


