


.pt-cv-row *,
.pt-cv-row *:before,
.pt-cv-row *:after,
.pt-cv-view *,
.pt-cv-view *:before,
.pt-cv-view *:after {
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing:    border-box !important;
	box-sizing:         border-box !important;
}


.pt-cv-view {
	position: relative;
	clear:    both;
}

.pt-cv-page {
	position: relative;
}

.pt-cv-row {
	clear: left;
}

.pt-cv-view strong, .pt-cv-view strong * {
	font-weight: 600 !important;
}


.pt-cv-view a {
	text-decoration: none !important;
	outline: 0 !important;
}


.pt-cv-readmore {
	color:  #fff;
	margin: 10px 0;
}


.pt-cv-content-item {
	padding-bottom: 1em;
	position:       relative;
	overflow:       hidden;
}


.pt-cv-content-item > * {
	margin-bottom: 10px !important;
}


.pt-cv-only-title {
	padding-bottom: 0;
}


.pt-cv-title {
	margin-top: 0 !important;
	font-size:  18px;
}

.pt-cv-title a {
	font-weight: 600;
}


.pt-cv-thumbnail {
	height:        auto;
	max-width:     100% !important;
	margin-top:    0 !important;
	margin-bottom: 15px !important;
	min-width:     inherit !important;
}

.pt-cv-thumbnail.pull-left {
	margin-right: 20px !important;
}

.pt-cv-thumbnail.pull-right {
	margin-left: 20px;
}

.pt-cv-no-image {
	min-width:  80px;
	min-height: 80px;
}


.pt-cv-content, .pt-cv-content * {
	font-size:   14px;
	font-weight: 400;
	zoom:        1;
	line-height: 1.6em;
}


.pt-cv-meta-fields {
	font-size:      13px;
	margin-top:     0;
	
}

.pt-cv-meta-fields a {
	color: #41b7d8;
}


.pt-cv-view + .pagination {
	float:  left;
	margin: 0 auto !important;
}

.pt-cv-view + .pagination > li {
	background: none !important;
}

.pt-cv-view + .pagination > li > a {
	cursor: pointer;
}

.pt-cv-spinner {
	width: 12px !important;
	margin:   0 auto !important;

	display:            inline-block;
	opacity:            0;
	filter:             alpha(opacity=0);
	color:              #0470ec;

	-webkit-transition: opacity 0.25s, width 0.25s;
	-moz-transition:    opacity 0.25s, width 0.25s;
	-o-transition:      opacity 0.25s, width 0.25s;
	transition:         opacity 0.25s, width 0.25s;
}

.pt-cv-spinner.active {
	opacity: 1;
	filter:  alpha(opacity=100);
}

.pt-cv-clear-pagination {
	margin-bottom: 50px;
}

.pt-cv-pagination-wrapper {
	clear: both;
	position: relative;
}

.pt-cv-pagination.pagination {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	margin-left: 0;
	border: 0;
	padding: 0;
}

.pt-cv-pagination li {
    display: inline !important;
}

.pt-cv-pagination a {
	cursor: pointer;
}

.pt-cv-pagination li.active a {
	border-color: rgba(66, 139, 202, 0.2) !important;
}


.pt-cv-collapsible .panel-heading {
	padding: 0;
}

.pt-cv-collapsible .panel-heading a {
	display: block;
	padding: 10px 15px;
}

.pt-cv-collapsible .panel-body {
	padding: 10px;
}

.pt-cv-view .collapse {
	display:    none;
	visibility: hidden;
}

.pt-cv-view .collapse.in {
	display:    block;
	visibility: visible;
	overflow:   auto;
}




.pt-cv-view .pt-cv-carousel-caption {
	text-align: left;
	left:       0;
	right:      15px;
	bottom:     1.8em;
}

.pt-cv-view .pt-cv-carousel-caption * {
	text-shadow: none;
}


.pt-cv-cap-w-img {
	background:     rgba(0, 0, 0, 0.6);
	text-shadow:    0px 1px 1px #000;
	left:           15px !important;
	padding-left:   10px;
	padding-bottom: 0;
	padding-top:    10px;
}

.pt-cv-cap-w-img * {
	color: #fff;
}

.pt-cv-cap-w-img .pt-cv-title a {
	color: #fff !important;
}


.pt-cv-cap-wo-img {
	position: relative !important;
}

.pt-cv-cap-wo-img * {
	color: #000;
}

.pt-cv-cap-wo-img .pt-cv-readmore {
	color: #fff;
}


.pt-cv-view .carousel-control {
	background-image: none !important;
	z-index:          1000;
	height:           30px;
	width:            40px;
	bottom:           0;
	top:              auto;
	color:            #00A100;
}


.pt-cv-view .pt-cv-carousel-indicators {
	bottom:        0;
	margin-bottom: 4px;
}

.pt-cv-view .pt-cv-carousel-indicators li {
	background: #cecece;
	border:     1px solid #cecece;
	margin:     0 0;
}

.pt-cv-view .pt-cv-carousel-indicators li.active {
	background: #428bca;
	border:     1px solid #428bca;
}


.pt-cv-view .pt-cv-2-col .pt-cv-title {
	clear: none !important;
}


.pt-cv-view .panel {
	margin-bottom:      20px;
	background-color:   #ffffff;
	border:             1px solid transparent;
	border-radius:      4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow:         0 1px 1px rgba(0, 0, 0, 0.05);
}

.pt-cv-view .panel-default {
	border-color: #dddddd;
	padding-bottom: 0;
}

.pt-cv-view .panel-default > .panel-heading {
	color:            #333333;
	background-color: #f5f5f5;
	border-color:     #dddddd;
	margin-bottom: 0 !important;
}

