
#content .page-portfolio .mainContent #featuredImageSpace .wrap #featImageText,
#content .page-portfolio-item .mainContent #featuredImageSpace .wrap #featImageText {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
}

#content .page-portfolio .mainContent #featuredImageSpace .wrap #featImageText h1,
#content .page-portfolio-item .mainContent #featuredImageSpace .wrap #featImageText h1 {
	display: inline-block;
	padding: 10px 30px;
	font-size: 30px;
	color: #fff;
	background: rgba(0,0,0,.5);
}


.portfolio-main-cat {
	position: relative;
	z-index: 1;
	text-align: center;
	background: #333;
}

.portfolio-main-cat ul {
	display: inline-block;
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 0;
}

.portfolio-main-cat ul li {
	display: inline-block;
}

.portfolio-main-cat a {
	display: inline-block;
	padding: 36px 35px;
	position: relative;
	font-size: 18px;
	text-decoration: none;
	color: #fff;
	background: #444;
}

.portfolio-main-cat a:hover {
	color: #fff;
	background: #555;
}

.portfolio-main-cat a.active {
	color: #fff;
	background: #ce2e36;
	pointer-events: none;
}
.portfolio-main-cat a.active::after {
	display: block;
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	left: 50%;
	top: 100%;
	margin-left: -15px;
	margin-top: -1px;
	border-style: solid;
	border-width: 11px 15px 0 15px;
	border-color: #ce2e36 transparent transparent transparent;
}


.portfolio-sub-cat {
	padding: 27px 20px 7px;
	text-align: center;
	background: #e2e2e2;
}

.portfolio-sub-cat ul {
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 0;
}
.portfolio-sub-cat ul + ul {
	display: none;
}

.portfolio-sub-cat ul li {
	display: inline-block;
	margin: 0 10px 20px;
}

.portfolio-sub-cat a {
	display: inline-block;
	padding: 8px 25px 7px;
	font-size: 18px;
	text-decoration: none;
	color: #333;
	background: #fff;
	border-radius: 5px;
}

.portfolio-sub-cat a:hover {
	color: #fff;
	background: #444;
}

.portfolio-sub-cat a.active {
	color: #fff;
	background: #ce2e36;
}

.portfolio-items {
	max-width: 1440px;
	padding: 100px 0 190px;
	margin: 0 auto;
	overflow: hidden;
	font-size: 0;
	text-align: center;
}

.portfolio-items-inner {
	min-height: 700px;
	margin: 0 -15px;
}

.pi-box {
	display: inline-block;
	width: 33.33%;
	padding: 0 15px 30px;
	overflow: hidden;
}

.pi-box a {
	display: block;
	width: 100%;
	height: 100%;
	max-width: 460px;
	max-height: 300px;
	margin: auto;
	position: relative;
	text-decoration: none;
	background: #eee center no-repeat;
	background-size: cover;
	outline: none;
}

.pi-box a span {
	display: block;
	min-height: 110px;
	padding: 25px 80px 25px 37px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	font-size: 13px;
	text-align: left;
	color: #fff;
	background: rgba(0,0,0,.6);
	-webkit-transition: background .3s ease;
	-ms-transition: background .3s ease;
	transition: background .3s ease;
	will-change: background;
}
.pi-box a:hover span {
	background-color: rgba(206,46,54,.85);
}

.pi-box a strong {
	display: block;
	margin-bottom: 5px;
	font-size: 26px;
	font-weight: normal;
}

.pi-box a img {
	display: block;
	width: 100%;
}

.pi-box a span::after {
	display: block;
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	right: 40px;
	z-index: 1;
	opacity: 0;
	background: url(../images/arr-dbl-white.png) center no-repeat;
	transition: all .3s ease;
	transform: translate(100px,-50%);
	pointer-events: none;
}
.pi-box a:hover span::after {
	opacity: 1;
	transform: translate(0,-50%);
}


@media screen and (max-width: 1029px) {
	
	.pi-box {
		width: 50%;
	}

}


@media screen and (max-width: 767px) {
	
	.pi-box {
		display: block;
		width: 100%;
	}

	.pi-box a span {
		min-height: 80px;
		padding: 20px 70px 20px 30px;
	}
	.pi-box a span::after {
		right: 25px;
	}

	.pi-box a strong {
		font-size: 20px;
	}

}


.btn-pi-back {
	padding: 20px;
	text-align: right;
}

.btn-pi-back a {
	display: inline-block;
	padding: 10px;
	padding-left: 30px;
	font-size: 13px;
	list-style: 1;
	text-decoration: none;
	color: #000;
	background: url(../images/arr-back.png) 0 center no-repeat;
}
.btn-pi-back a:hover {
	text-decoration: underline;
}

.no-banner-border {
	border-top: 3px solid #e1e1e1;
}


.pi-categories {
	margin-bottom: 50px;
	text-transform: uppercase;
	text-align: center;
}

.pi-categories strong {
	display: block;
	padding-bottom: 30px;
	font-size: 14px;
}

.pi-categories::after {
	display: block;
	content: "";
	width: 60px;
	height: 2px;
	margin: auto;
	background: #0b3f55;
}


.btn-pi-top {
	display: block;
	position: fixed;
	right: 30px;
	bottom: 70px;
	text-decoration: none;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: opacity .3s ease;
	-ms-transition: opacity .3s ease;
	transition: opacity .3s ease;
}
.btn-pi-top.btn-pi-top-active {
	opacity: 1;
	pointer-events: all;
}

.btn-pi-top i {
	display: block;
	width: 40px;
	height: 40px;
	overflow: hidden;
	background: #fff url(../images/arr-to-top.png) center 0 no-repeat;
	border-radius: 50%;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
	-webkit-transition: background .3s ease;
	-ms-transition: background .3s ease;
	transition: background .3s ease;
}
.btn-pi-top:hover i {
	background-color: #333;
	background-position: center bottom;
}



.btn-pi-top strong {
	display: block;
	padding: 5px 5px 4px;
	position: absolute;
	top: 50%;
	right: 53px;
	font-size: 14px;
	line-height: 1;
	white-space: nowrap;
	color: #000;
	opacity: 0;
	background: #fff;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
	-webkit-transform: translate(10px, -50%);
	-ms-transform: translate(10px, -50%);
	transform: translate(10px, -50%);
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	pointer-events: none;
}
.btn-pi-top strong::after {
	display: block;
	content: "";
	width: 0;
	height: 0;
	margin-top: -6px;
	position: absolute;
	top: 50%;
	left: 100%;
	border-style: solid;
	border-width: 6px 0 6px 5px;
	border-color: transparent transparent transparent #ffffff;
}

.btn-pi-top:hover strong {
	opacity: 1;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}


.pi-align-center {
	text-align: center;
}

.pi-wrap {
	width: 75%;
	max-width: 1400px;
	margin: auto;
}


@media screen and (min-width: 768px){

	.pi_columns {
		text-align: left;
		-webkit-column-count: 2;
    	-moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 5vw;
        -moz-column-gap: 5vw;
		column-gap: 5vw;
		-webkit-column-fill: balance;
		-moz-column-fill: balance;
		column-fill: balance;
	}

	.pi_columns p {
		margin: 0;
	}
	.pi_columns p + p {
		margin-top: 15px;
	}

}


.pi-section .btn {
	display: inline-block;
	text-transform: uppercase;
	border-radius: 3px;
	padding: 9px 22px 8px 22px;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
	letter-spacing: 1px;
	color: #fff;
	background: #31A1C7;
	transition: all .3s ease;
}

.pi-section .btn:hover {
	opacity: .9;
}


/* intro */
.pi-section-intro {
	padding: 0 0 50px;
	text-align: center;
	background: center no-repeat;
	background-size: cover;
}

.pi-section-intro h1 {
	font-size: 35px;
}

.pi-section-intro p {
	font-size: 18px;
	line-height: 1.44;
}

.pi-section-intro .pi-wrap {
	max-width: 1000px;
}

.pi-intro-icons {
	margin: 45px 0 30px;
	font-size: 0;
}

.pi-intro-icons li {
	display: inline-block;
	width: 33%;
	padding: 0 30px 15px;
	text-transform: uppercase;
	vertical-align: middle;
	white-space: nowrap;
}

.pi-intro-icons li img {
	display: inline-block;
	margin: 0;
	vertical-align: middle;
}

.pi-intro-icons li p {
	display: inline-block;
	padding-left: 10px;
	margin: 0;
	vertical-align: middle;
	font-size: 14px;
	line-height: 1.143;
	text-align: left;
}

.pi-section-intro .btn {
	margin-top: 25px;
}

.pi-section-intro .pi-intro-icons + .btn {
	margin-top: 10px;
}


/* columns (img + text) */

.pi-section-cols-img-text {
	padding: 90px 0 45px;
	text-align: center;
	background: center no-repeat;
	background-size: cover;
}

.pi-section-cols-img-text h1 {
	font-size: 35px;
}

.pi-section-cols-img-text p {
	font-size: 18px;
	line-height: 1.44;
}

.pi-section-cols-img-text .pi-wrap {
	max-width: 1000px;
}

.col-blocks {
	max-width: 1000px;
	margin: 65px auto 0;
	font-size: 0;
	text-align: left;
}

.col-blocks .col-block {
	display: inline-block;
	width: 80%;
	padding: 0 0 50px;
	vertical-align: top;
	font-size: 18px;
}

.col-blocks-2 {
	max-width: 1150px;
}

.col-blocks-2 .col-block {
	width: 50%;
	padding: 0 50px 50px;
}

.col-blocks-3 {
	max-width: 1350px;
}

.col-blocks-3 .col-block {
	width: 33%;
	padding: 0 35px 50px;
}

.col-block-img {
	margin-bottom: 30px;
}

.col-block-img img {
	max-width: 100%;
	height: auto;
	margin: 0;
}

.col-blocks h3 {
	margin: 0 0 17px;
	font-size: 28px;
	line-height: 1.214;
}

.col-blocks ul,
.col-blocks ol {
	margin: 0 0 1.5em;
	line-height: 1.22;
	text-align: left;
}

.col-blocks li {
	margin-bottom: 1em;
}

.col-blocks ul li {
	padding-left: 16px;
	position: relative;
	background: url(../images/liarr.png) 1px .3em no-repeat;
}

.col-blocks .bullets-color-white ul li {
	background-image: url(../images/liarr-red.png);
}

.col-blocks .bullets-color-white ul li {
	background-image: url(../images/liarr-white.png);
}

.col-blocks .bullets-color-gray ul li {
	background-image: url(../images/liarr-gray.png);
}

.pi-section-cols-img-text .btn {
	margin-bottom: 50px;
}


/* img33 + text 67 */
.pi-section-imgtext {

}

.pi-imgtext-btl {
	display: table;
	width: 100%;
}

.pi-imgtext-img {
	display: table-cell;
	width: 33%;
	background: center no-repeat; 
	background-size: cover;
}
.pi-imgtext-img-mob {
	display: none;
}

.pi-section-imgtext .pi-wrap {
	width: 100%;
	max-width: 100%;
}

.pi-imgtext-img img {
	display: block;
	max-width: 100%;
	visibility: hidden;
}

.pi-imgtext-text {
	display: table-cell;
	width: 67%;
	vertical-align: middle;
	font-size: 18px;
	line-height: 1.44;
}
.pi-imgtext-text > div {
	max-width: 1110px;
}
.pi-imgtext-img-mob + .pi-imgtext-text > div {
	margin-right: 0;
	margin-left: auto;
}

.pi-imgtext-text div {
	padding: 60px 85px;
}

.pi-imgtext-btl .mini-headline {
	margin: 0 0 15px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
}

.pi-imgtext-text h3 {
	margin: 0 0 10px;
	font-size: 35px;
	font-weight: 400;
}


/* text on bg image */

.pi-text-on-image {
	padding: 75px;
	font-size: 35px;
	line-height: 1.15;
	color: #fff;
	background: center no-repeat;
	background-size: cover;
}

.pi-text-on-image .mini-headline {
	margin: 0 0 20px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
}

.pi-toi-inner {
	padding: 45px 115px 50px;
	background: rgba(0,0,0,.75);
}

.pi-text-on-image p {
	margin-bottom: 25px;
}

.pi-text-on-image .btn,
.pi-text-on-image .btn:hover {
	color: #fff;
	background: #f89522; 
}


/* text on bg img x2 (50 + 50%) */

.pi-text-on-image-50 {
	padding: 0;
	overflow: hidden;
	font-size: 30px;
	line-height: 1.2;
	text-align: left;
}

.pi-text-on-image-50 .pi-toi-block {
	float: left;
	width: 50%;
	height: 50vw;
	position: relative;
	background: center no-repeat;
	background-size: cover;
}

.pi-text-on-image-50 .pi-toi-block img {
	display: none;
	width: 100%;
	height: auto;
	visibility: hidden;
}

.pi-text-on-image-50 .pi-toi-inner {
	width: 80%;
	padding: 65px;
	position: absolute;
	top: 42%;
	right: 0;
}


/* awards */
.pi-section-awards {
	padding: 0 0 50px;
}

.pi-section-intro + .pi-section-awards {
	margin-top: -40px;
}

.pi-section-awards li {
	display: inline-block;
	width: 33%;
	padding: 0 30px 30px;
	font-size: 14px;
	text-transform: uppercase;
	vertical-align: middle;
	white-space: nowrap;
}

.pi-section-awards li img {
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
}


/* img (100) */
.pi-section-image-100 {
	font-size: 0;
}

.pi-img {
	display: block;
	position: relative;
	overflow: hidden; 
	vertical-align: top;
	background: center no-repeat;
	background-size: cover;
}

.pi-img img {
	display: block;
	width: 100%;
	/*visibility: hidden;*/
}

.pi-img-hidden {
	visibility: hidden;
}

.pi-img figcaption {
	display: block;
	padding: 5px 10px;
	position: absolute;
	right: 30px;
	bottom: 30px;
	font-size: 14px;
	color: #fff;
	background: rgba(0,0,0,.7);
}

.pi-section-image-25,
.pi-section-image-33,
.pi-section-image-50 {
	font-size: 0;
}

.pi-section-image-25 .pi-img {
	display: inline-block;
	width: 25%;
}

.pi-section-image-33 .pi-img {
	display: inline-block;
	width: 33.33%;
}

.pi-section-image-50 .pi-img {
	display: inline-block;
	width: 50%;
}

.pi-imgs {
	display: inline-block;
	width: 50%;
}

.pi-imgs .pi-img {
	display: block;
	width: 100%;
}


/* text */
.pi-section-text {
	padding: 110px 0;
}

.pi-section-left {
	float: left;
	width: 35%;
}

.pi-section-right {
	margin-left: 35%;
}
.pi-section-right.pi-no-heading {
	max-width: 900px;
	margin: auto;
}

.pi-section-text h2 {
	margin: 0 20% 30px 0;
	font-size: 35px;
	line-height: 1.2;
	letter-spacing: -1px;
}

.pi-section-left p {
	margin: 0 20% 20px 0;
	font-size: 18px;
	line-height: 1.44;
}

.pi-section-text .pi-section-right {
	font-size: 18px;
	line-height: 1.44;
}

.pi-section-text.pi-section-text-no-cols ul,
.pi-section-text.pi-section-text-no-cols ol {
	margin: 0 0 1.5em;
	line-height: 1.22;
}

.pi-section-text.pi-section-text-no-cols li {
	margin-bottom: 1em;
}

.pi-section-text.pi-section-text-no-cols ul li {
	padding-left: 16px;
	background: url(../images/liarr.png) 1px .25em no-repeat;
}

.pi-section-text .btn {
	margin-top: 20px;
}

.pi-section-columns {
	padding-bottom: 50px;
}

.pi-text-box {
	display: inline-block;
	width: 49%;
	padding: 0 30px 60px 0;
	vertical-align: top;
	font-size: 18px;
	line-height: 1.44;
}

.pi-text-box:nth-child(even){
	padding: 0 0 60px 30px;
}

.pi-text-box h3 {
	padding-bottom: 10px;
	margin: 0 0 12px;
	font-size: 24px;
	border-bottom: 2px solid #e5e5e5;
}

.pi-text-box p,
.pi-text-box ul,
.pi-text-box ol {
	margin: 0;
}

.pi-text-box ul li,
.pi-text-box ol li {
	padding-left: 20px;
	text-indent: -20px;
}


/* text | img 50 */
.pi-section-text-image-50 {
	display: table;
	font-size: 0;
}

.pi-section-text-image-50 .pi-img {
	display: table-cell;
	width: 50%;
}

.pi-text-block {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
}

.pi-text-block-inner {
	padding: 50px 110px;
	font-size: 16px;
}

.pi-text-block h2 {
	margin: 0 0 30px;
	font-size: 35px;
}

.pi-text-block p {
	font-size: 18px;
	line-height: 1.44;
}

.pi-text-block .btn {
	margin-top: 25px;
}

.pi-section-text-image-50 .pi-img-mob {
	display: none;
}


/* callout */
.pi-section-callout {
	padding: 90px 0;
	color: #fff;
	background: #555;
}

.pi-section-callout p {
	font-size: 30px;
	line-height: 1.3;
}

.pi-callout-by {
	font-size: 15px;
}


/* video */
.pi-section-video {
	padding: 110px 0 85px;
	background: #eee center no-repeat;
	background-size: cover;
}

.pi-section-video h2 {
	margin: 0 0 .7em;
	font-size: 35px;
}

.pi-video-box {
	width: 90%;
	max-width: 750px;
	margin: 0 auto 25px;
	font-size: 0;
}

.pi-video-box iframe {
	width: 100%;
}

.pi-video-box p {
	display: none;
}

.pi-section-video p {
	font-size: 16px;
}


/* more */
.more-portfolio-items {
	padding: 70px 0 45px;
	text-align: center;
	background: #f1f1f1;
}

.more-portfolio-items h3 {
	display: block;
	margin: 0 0 40px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.more-portfolio-items .pi-box {
	width: auto;
	padding: 0;
	margin: 0 40px 40px;
}


/* cta */

.pi-cta-block {
	color: #fff;
	background: center no-repeat;
	background-size: cover;
}

.pi-cta-block.full_width_content h2 {
	font-size: 36px;
	line-height: 1.277;
}

.pi-cta-block .btn {
	margin-top: 30px;
}


/* quote */

.pi-section-quote {
	padding: 100px 20px 75px;
	color: #fff;
	background: center no-repeat;
	background-size: cover;
}

.pi-section-quote p {
	max-width: 900px;
	margin: 0 auto 45px;
	font-size: 30px;
	line-height: 1.3;
}

.quote-author {
	display: inline-block;
}

.author-photo {
	display: inline-block;
	width: 125px;
	height: 125px;
	margin-right: 25px;
	vertical-align: middle;
	background: center no-repeat;
	background-size: cover;
	border: 7px solid #fff;
	border-radius: 50%;
}

.author-info {
	display: inline-block;
	padding-top: 10px;
	vertical-align: middle;
	font-size: 15px;
	line-height: 1.2;
	text-align: left;
}

.author-info h4 {
	display: block;
	margin: 0 0 8px; 
	font-size: 15px;
	text-transform: uppercase;
}




@media screen and (max-width: 1200px) {

	.pi-text-on-image-50 {
		font-size: 26px;
	}

	.pi-text-on-image-50 .pi-toi-inner {
		padding: 55px;
		top: 30%;
	}

}


@media screen and (max-width: 1029px) {
	
	.pi-wrap {
		width: 80%;
	}

	.pi-section-left {
		float: none;
		width: 100%;
	}

	.pi-section-right {
		margin: 0;
	}

	.pi-text-block-inner {
		padding: 25px 12%;
	}

	.pi-text-block h2 {
		font-size: 32px;
	}

	/* --- */

	.pi-intro-icons li {
		width: 50%;
    	max-width: 300px;
	}

	.pi-text-on-image-50 {
		font-size: 24px;
	}

	.pi-toi-inner {
		padding-left: 10%;
		padding-right: 10%; 
	}

	.pi-text-on-image-50 .pi-toi-inner {
		width: 85%;
		padding: 45px;
		top: 20%;
	}

}


@media screen and (max-width: 900px) {

	.pi-section-awards li {
		width: 50%;
	}
	
	.pi-text-block h2 {
		margin-bottom: 20px;
		font-size: 26px;
	}

}


@media screen and (max-width: 767px) {

	.btn-pi-top strong {
		display: none !important;
	}

	.btn-pi-back {
		text-align: center;
	}

	.pi-section-awards li {
		width: 100%;
		padding: 0 0 30px;
	}

	.pi-section-image-25 .pi-img {
		width: 50%;
	}

	.pi-section-image-33 .pi-img {
		display: block;
		width: 90%;
		max-width: 500px;
		margin: 0 auto;
	}

	.pi-section-image-50 .pi-img,
	.pi-section-text-image-50 .pi-img,
	.pi-imgs {
		display: block;
		width: 100%;
	}

	.pi-text-block {
		display: block;
		width: 100%;
		padding: 20vw 0;
	}

	.pi-section-text h2 {
		font-size: 26px;
		margin-right: 0;
	}

	.pi-section-columns .pi-wrap {
		width: 50%;
		min-width: 250px;
	}

	.pi-section-columns h2 {
		margin: 0 0 50px;
	}

	.pi-text-box,
	.pi-text-box:nth-child(even) {
		display: block;
		width: 100%;
		padding: 0 0 60px;
	}

	.pi-section-video .pi-wrap {
		width: 90%;
	}

	.pi-section-callout p {
		font-size: 26px;
	}
	
	.pi-text-block {
		padding: 15vmin;
	}
	.pi-text-block-inner {
		padding: 0;
	}

	.more-portfolio-items {
		padding: 40px 0 10px;
	}

	.more-portfolio-items h3 {
		margin-bottom: 30px;
	}

	/* --- */

	.pi-section-intro h1 {
		font-size: 26px;
	}

	.pi-intro-icons li {
		width: auto;
    	max-width: 300px;
	}

	.pi-text-on-image {
		padding: 50px 5%;
		font-size: 24px;
	}

	.pi-text-on-image .pi-wrap {
		width: 100%;
	}

	.pi-toi-inner {
		padding: 50px 5% 55px;
	}

	.pi-cta-block.full_width_content h2 {
		font-size: 26px;
	}


	.pi-section-cols-img-text h1 {
		font-size: 26px;
	}

	.col-blocks-1 .col-block,
	.col-blocks-2 .col-block,
	.col-blocks-3 .col-block {
		display: block;
		width: 100%;
		max-width: 600px; 
		padding: 0 10% 50px;
		margin: auto; 
	}

	.col-block-img {
		margin-bottom: 20px;
	}

	.col-blocks h3 {
		font-size: 24px;
	}


	.pi-section-imgtext .pi-wrap {
		width: 100%;
	}

	.pi-imgtext-btl {
		display: block;
	}

	.pi-imgtext-img {
		display: block;
		width: 100%;
		height: 100vw;
		max-height: 500px;
	}
	.pi-imgtext-img-mob {
		display: block;
	}
	.pi-imgtext-img-desktop {
		display: none;
	}

	.pi-imgtext-text {
		display: block;
		width: 100%;
	}

	.pi-imgtext-text div {
		padding: 50px 10%;
	}

	.pi-imgtext-text h3 {
		font-size: 26px;
	}


	.pi-text-on-image-50 {
		padding: 0;
		font-size: 24px;
	}

	.pi-text-on-image-50 .pi-toi-block {
		float: none;
		width: 100%;
		height: 100vw;
		max-height: 700px;
	}

	.pi-text-on-image-50 .pi-toi-inner {
		width: 85%;
		padding: 45px;
	}


	.pi-section-video h2 {
		font-size: 26px;
	}


	.pi-section-quote p {
		font-size: 22px;
	}

	.author-photo {
		margin: 0 auto 10px;
	}

	.author-info {
		display: block;
		text-align: center;
	}


	.pi-section-text-image-50 .pi-img-mob {
		display: block;
	}

	.pi-section-text-image-50 .pi-img-desktop {
		display: none;
	}

}


@media screen and (max-width: 480px) {

	.pi-text-on-image-50 {
		font-size: 20px;
	}

	.pi-text-on-image-50 .pi-toi-inner {
		width: 90%;
		padding: 35px;
	}

}


