.royal-quotes-testimonial.span-6 {
	clear: none !important;
}

.royal-quotes-testimonial span.image-overlay {
    display: none !important;
}

.royal-quotes-testimonial {
	padding-top: 10px;
}

.royal-quotes-testimonial .img-container {
	-webkit-mask-image: -webkit-radial-gradient(circle, white, black);
}

.royal-quotes-testimonial blockquote.bottomquote {
	position: relative;
}

.royal-quotes-testimonial a {
	text-decoration: none;
	border: none;
}

.royal-quotes-testimonial blockquote.leftquote {
	quotes: "\201C""\201D";
	font-style: italic;
	display: table;
	margin: 10px 10px 10px 20px;
	padding: 10px 15px 15px 10px;
	border-radius: 10px;
	background: #F5F5F5;
}

.royal-quotes-testimonial blockquote.leftquote:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 15px 10px 15px 0px;
	display: block;
	width: 0;
	z-index: 1;
	margin-top: -10px;
	left: 10px;
	top: 50%;
	color: transparent;
	border-color: transparent #f5f5f5;
}

.royal-quotes-testimonial blockquote.rightquote {
	quotes: "\201C""\201D";
	font-style: italic;
	display: table;
	margin: 10px 20px 10px 10px;
	padding: 10px 10px 15px 15px;
	border-radius: 10px;
	background: #F5F5F5;
}

.royal-quotes-testimonial blockquote.rightquote:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 15px 0px 15px 10px;
	display: block;
	width: 0;
	z-index: 1;
	margin-top: -10px;
	right: 10px;
	top: 50%;
	color: transparent;
	border-color: transparent #f5f5f5;
}

.royal-quotes-testimonial blockquote.topquote {
	quotes: "\201C""\201D";
	font-style: italic;
	display: table;
	margin: 20px 10px 10px 10px;
	padding: 10px 10px 15px 15px;
	border-radius: 10px;
	background: #F5F5F5;
}

.royal-quotes-testimonial blockquote.topquote:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0px 15px 10px 15px;
	display: block;
	width: 0;
	z-index: 1;
	left: 50%;
	margin-left: -15px;
	top: 10px;
	color: transparent;
	border-color: #f5f5f5 transparent #f5f5f5 transparent;
}

.royal-quotes-testimonial blockquote.disabledarrows:after {
	border-color: transparent !important;
}

.royal-quotes-testimonial blockquote.bottomquote {
	quotes: "\201C""\201D";
	font-style: italic;
	display: table;
	margin: 10px 10px 20px 10px;
	padding: 10px 10px 15px 15px;
	border-radius: 10px;
	background: #F5F5F5;
}

.royal-quotes-testimonial blockquote.bottomquote:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 10px 15px 0px 15px;
	display: block;
	width: 0;
	z-index: 1;
	left: 50%;
	margin-left: -15px;
	bottom: -10px;
	color: transparent;
	border-color: #f5f5f5 transparent #f5f5f5 transparent;
}

.royal-quotes-boxed {
	padding: 20px 20px !important;
}

.royal-quotes-fullwidth {
	padding: 20px 0px !important;
}

/* Animations */


/* Default */
.ptlw-animation-default blockquote, .ptlw-animation-default .ptlw-image-left div.img-container-outer, .ptlw-animation-default .ptlw-image-right div.img-container-outer, .ptlw-animation-default .ptlw-image-top div.img-container-outer, .ptlw-animation-default .ptlw-image-bottom div.img-container-outer {
	-webkit-transition: all .2s ease-in;
   -moz-transition: all .2s ease-in;
   -o-transition: all .2s ease-in;
   -ms-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.ptlw-animation-default:hover .testimonial-content blockquote.leftquote {
	-webkit-box-shadow: 2px 2px 7px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    2px 2px 7px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         2px 2px 7px 0px rgba(50, 50, 50, 0.5);
}

.ptlw-animation-default:hover .testimonial-content blockquote.rightquote {
	-webkit-box-shadow: -2px -2px 7px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    -2px -2px 7px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         -2px -2px 7px 0px rgba(50, 50, 50, 0.5);
}

.ptlw-animation-default:hover .testimonial-content blockquote.topquote {
	-webkit-box-shadow: 2px 2px 7px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    2px 2px 7px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         2px 2px 7px 0px rgba(50, 50, 50, 0.5);
	margin-top: 20px;
}

.ptlw-animation-default:hover .testimonial-content blockquote.bottomquote {
	-webkit-box-shadow: -2px -2px 7px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    -2px -2px 7px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         -2px -2px 7px 0px rgba(50, 50, 50, 0.5);
}

.ptlw-animation-default:hover .ptlw-image-top div.img-container-outer {
	-webkit-transform: translate(0px, 5px);
	transform: translate(0px, 5px);
}

.ptlw-animation-default:hover .ptlw-image-bottom div.img-container-outer {
	-webkit-transform: translate(0px, -5px);
	transform: translate(0px, -5px);
}

.ptlw-animation-default:hover .ptlw-image-left div.img-container-outer {
	-webkit-transform: translate(5px, 0px);
	transform: translate(5px, 0px);
}

.ptlw-animation-default:hover .ptlw-image-right div.img-container-outer {
	-webkit-transform: translate(-5px, 0px);
	transform: translate(-5px, 0px);
}

/* Border Light */
.ptlw-animation-border blockquote, .ptlw-animation-border .ptlw-image-left div.img-container-outer, .ptlw-animation-border .ptlw-image-right div.img-container-outer, .ptlw-animation-border .ptlw-image-top div.img-container-outer, .ptlw-animation-border .ptlw-image-bottom div.img-container-outer {
	-webkit-transition: all .2s ease-in;
   -moz-transition: all .2s ease-in;
   -o-transition: all .2s ease-in;
   -ms-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.ptlw-animation-border .testimonial-content blockquote.leftquote {
	border-right: 3px solid transparent;
}

.ptlw-animation-border .testimonial-content blockquote.rightquote {
	border-left: 3px solid transparent;
}

.ptlw-animation-border .testimonial-content blockquote.topquote {
	border-bottom: 3px solid transparent;
}

.ptlw-animation-border .testimonial-content blockquote.bottomquote {
	border-top: 3px solid transparent;
}

.ptlw-animation-border:hover .testimonial-content blockquote.leftquote {
	border-right: 3px solid #F0F0F0;
	border-right: 3px solid rgba(240, 240, 240, .5);
}

.ptlw-animation-border:hover .testimonial-content blockquote.rightquote {
	border-left: 3px solid #F0F0F0;
	border-left: 3px solid rgba(240, 240, 240, .5);
}

.ptlw-animation-border:hover .testimonial-content blockquote.topquote {
	border-bottom: 3px solid #F0F0F0;
	border-bottom: 3px solid rgba(240, 240, 240, .5);
}

.ptlw-animation-border:hover .testimonial-content blockquote.bottomquote {
	border-top: 3px solid #F0F0F0;
	border-top: 3px solid rgba(240, 240, 240, .5);
}

.ptlw-animation-border:hover .ptlw-image-left div.img-container-outer {
	-webkit-transform: translate(5px, 0px);
	transform: translate(5px, 0px);
}

.ptlw-animation-border:hover .ptlw-image-right div.img-container-outer {
	-webkit-transform: translate(-5px, 0px);
	transform: translate(-5px, 0px);
}

.ptlw-animation-border:hover .ptlw-image-top div.img-container-outer {
	-webkit-transform: translate(0px, 5px);
	transform: translate(0px, 5px);
}

.ptlw-animation-border:hover .ptlw-image-bottom div.img-container-outer {
	-webkit-transform: translate(0px, -5px);
	transform: translate(0px, -5px);
}

/* Border Dark */
.ptlw-animation-border-dark blockquote, .ptlw-animation-border-dark .ptlw-image-left div.img-container-outer, .ptlw-animation-border-dark .ptlw-image-right div.img-container-outer, .ptlw-animation-border-dark .ptlw-image-top div.img-container-outer, .ptlw-animation-border-dark .ptlw-image-bottom div.img-container-outer {
	-webkit-transition: all .2s ease-in;
   -moz-transition: all .2s ease-in;
   -o-transition: all .2s ease-in;
   -ms-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.ptlw-animation-border-dark .testimonial-content blockquote.leftquote {
	border-right: 3px solid transparent;
}

.ptlw-animation-border-dark .testimonial-content blockquote.rightquote {
	border-left: 3px solid transparent;
}

.ptlw-animation-border-dark .testimonial-content blockquote.topquote {
	border-bottom: 3px solid transparent;
}

.ptlw-animation-border-dark .testimonial-content blockquote.bottomquote {
	border-top: 3px solid transparent;
}

.ptlw-animation-border-dark:hover .testimonial-content blockquote.leftquote {
	-webkit-box-shadow: 5px 0px 0px 0px #303030;
	-moz-box-shadow:    5px 0px 0px 0px #303030;
	box-shadow:         5px 0px 0px 0px #303030;
	-webkit-box-shadow: 5px 0px 0px 0px rgba(48, 48, 48, .8);
	-moz-box-shadow:    5px 0px 0px 0px rgba(48, 48, 48, .8);
	box-shadow:         5px 0px 0px 0px rgba(48, 48, 48, .8);
}

.ptlw-animation-border-dark:hover .testimonial-content blockquote.rightquote {
	-webkit-box-shadow: -5px 0px 0px 0px #303030;
	-moz-box-shadow:    -5px 0px 0px 0px #303030;
	box-shadow:         -5px 0px 0px 0px #303030;
	-webkit-box-shadow: -5px 0px 0px 0px rgba(48, 48, 48, .8);
	-moz-box-shadow:    -5px 0px 0px 0px rgba(48, 48, 48, .8);
	box-shadow:         -5px 0px 0px 0px rgba(48, 48, 48, .8);
}

.ptlw-animation-border-dark:hover .testimonial-content blockquote.topquote {
	-webkit-box-shadow: 0px 5px 0px 0px #303030;
	-moz-box-shadow:    0px 5px 0px 0px #303030;
	box-shadow:         0px 5px 0px 0px #303030;
	-webkit-box-shadow: 0px 5px 0px 0px rgba(48, 48, 48, .8);
	-moz-box-shadow:    0px 5px 0px 0px rgba(48, 48, 48, .8);
	box-shadow:         0px 5px 0px 0px rgba(48, 48, 48, .8);
}

.ptlw-animation-border-dark:hover .testimonial-content blockquote.bottomquote {
	-webkit-box-shadow: 0px -5px 0px 0px #303030;
	-moz-box-shadow:    0px -5px 0px 0px #303030;
	box-shadow:         0px -5px 0px 0px #303030;
	-webkit-box-shadow: 0px -5px 0px 0px rgba(48, 48, 48, .8);
	-moz-box-shadow:    0px -5px 0px 0px rgba(48, 48, 48, .8);
	box-shadow:         0px -5px 0px 0px rgba(48, 48, 48, .8);
}

.ptlw-animation-border-dark:hover .ptlw-image-left div.img-container-outer {
	-webkit-transform: translate(5px, 0px);
	transform: translate(5px, 0px);
}

.ptlw-animation-border-dark:hover .ptlw-image-right div.img-container-outer {
	-webkit-transform: translate(-5px, 0px);
	transform: translate(-5px, 0px);
}

.ptlw-animation-border-dark:hover .ptlw-image-top div.img-container-outer {
	-webkit-transform: translate(0px, 5px);
	transform: translate(0px, 5px);
}

.ptlw-animation-border-dark:hover .ptlw-image-bottom div.img-container-outer {
	-webkit-transform: translate(0px, -5px);
	transform: translate(0px, -5px);
}

/* GrayScale */
.ptlw-animation-gray blockquote, .ptlw-animation-gray .ptlw-image-left img, .ptlw-animation-gray .ptlw-image-right img, .ptlw-animation-gray .ptlw-image-top img, .ptlw-animation-gray .ptlw-image-bottom img {
	-webkit-transition: all .2s ease-in;
   -moz-transition: all .2s ease-in;
   -o-transition: all .2s ease-in;
   -ms-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.ptlw-animation-gray .ptlw-image-left img, .ptlw-animation-gray .ptlw-image-right img, .ptlw-animation-gray .ptlw-image-top img, .ptlw-animation-gray .ptlw-image-bottom img {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

.ptlw-animation-gray:hover .ptlw-image-left img, .ptlw-animation-gray:hover .ptlw-image-right img, .ptlw-animation-gray:hover .ptlw-image-top img, .ptlw-animation-gray:hover .ptlw-image-bottom img {
   filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
}

.ptlw-animation-gray .img-container {
	-webkit-mask-image: -webkit-radial-gradient(circle, white, black);
}

/* Blur */
.ptlw-animation-blur blockquote, .ptlw-animation-blur .ptlw-image-left img, .ptlw-animation-blur .ptlw-image-right img, .ptlw-animation-blur .ptlw-image-top img, .ptlw-animation-blur .ptlw-image-bottom img {
	-webkit-transition: all .2s ease-in;
   -moz-transition: all .2s ease-in;
   -o-transition: all .2s ease-in;
   -ms-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.ptlw-animation-blur .ptlw-image-left img, .ptlw-animation-blur .ptlw-image-right img, .ptlw-animation-blur .ptlw-image-top img, .ptlw-animation-blur .ptlw-image-bottom img {
	filter: url(blur.svg#blur); 
	-webkit-filter: blur(3px); 
	filter: blur(3px); 
	filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');
}

.ptlw-animation-blur:hover .ptlw-image-left img, .ptlw-animation-blur:hover .ptlw-image-right img, .ptlw-animation-blur:hover .ptlw-image-top img, .ptlw-animation-blur:hover .ptlw-image-bottom img {
	-webkit-filter: blur(0px); 
	filter: blur(0px); 
	filter: none; 
	filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='0');
}

/* Sepia */
.ptlw-animation-sepia blockquote, .ptlw-animation-sepia .ptlw-image-left img, .ptlw-animation-sepia .ptlw-image-right img, .ptlw-animation-sepia .ptlw-image-top img, .ptlw-animation-sepia .ptlw-image-bottom img {
	-webkit-transition: all .2s ease-in;
   -moz-transition: all .2s ease-in;
   -o-transition: all .2s ease-in;
   -ms-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.ptlw-animation-sepia .ptlw-image-left img, .ptlw-animation-sepia .ptlw-image-right img, .ptlw-animation-sepia .ptlw-image-top img, .ptlw-animation-sepia .ptlw-image-bottom img {
	filter: url(sepia.svg#old-timey);
	-webkit-filter: sepia(1);
	-webkit-filter: sepia(100%);
	filter: sepia(100%);
	background-color: #5E2612;
	filter: alpha(opacity = 50);
	zoom:1;
	-moz-filter: filter(50%);
	-o-filter: filter(50%);
    filter: gray; /* IE6-9 */
}

.ptlw-animation-sepia:hover .ptlw-image-left img, .ptlw-animation-sepia:hover .ptlw-image-right img, .ptlw-animation-sepia:hover .ptlw-image-top img, .ptlw-animation-sepia:hover .ptlw-image-bottom img {
	-webkit-filter: sepia(0);
	-webkit-filter: sepia(0%);
	filter: sepia(0%);
	filter: alpha(opacity = 0);
	-moz-filter: filter(0%);
	-o-filter: filter(0%);
   filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
}

/* Scale */
.ptlw-animation-scale .ptlw-image-left img, .ptlw-animation-scale .ptlw-image-right img, .ptlw-animation-scale .ptlw-image-top img, .ptlw-animation-scale .ptlw-image-bottom img {
	-webkit-transition: -webkit-transform .4s ease-in;
   -moz-transition: -moz-transform .4s ease-in;
   -o-transition: -o-transform .4s ease-in;
   -ms-transition: -ms-transform .4s ease-in;
    transition: transform .4s ease-in;
}

.ptlw-animation-scale .img-container {
	-webkit-mask-image: -webkit-radial-gradient(circle, white, black);
}

.ptlw-animation-scale blockquote {
	-webkit-transition: all .2s ease-in;
   -moz-transition: all .2s ease-in;
   -o-transition: all .2s ease-in;
   -ms-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.ptlw-animation-scale:hover .testimonial-content blockquote.leftquote {
	-webkit-box-shadow: 2px 2px 7px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    2px 2px 7px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         2px 2px 7px 0px rgba(50, 50, 50, 0.5);
}

.ptlw-animation-scale:hover .testimonial-content blockquote.rightquote {
	-webkit-box-shadow: -2px -2px 7px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    -2px -2px 7px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         -2px -2px 7px 0px rgba(50, 50, 50, 0.5);
}

.ptlw-animation-scale:hover .testimonial-content blockquote.topquote {
	-webkit-box-shadow: 2px 2px 7px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    2px 2px 7px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         2px 2px 7px 0px rgba(50, 50, 50, 0.5);
	margin-top: 20px;
}

.ptlw-animation-scale:hover .testimonial-content blockquote.bottomquote {
	-webkit-box-shadow: -2px -2px 7px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    -2px -2px 7px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         -2px -2px 7px 0px rgba(50, 50, 50, 0.5);
}

.ptlw-animation-scale:hover .ptlw-image-top img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.ptlw-animation-scale:hover .ptlw-image-bottom img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.ptlw-animation-scale:hover .ptlw-image-left img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.ptlw-animation-scale:hover .ptlw-image-right img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

/* InBox Light */
.ptlw-animation-inbox blockquote, .ptlw-animation-inbox .ptlw-image-left div.img-container-outer, .ptlw-animation-inbox .ptlw-image-right div.img-container-outer, .ptlw-animation-inbox .ptlw-image-top div.img-container-outer, .ptlw-animation-inbox .ptlw-image-bottom div.img-container-outer {
	-webkit-transition: all .2s ease-in;
   -moz-transition: all .2s ease-in;
   -o-transition: all .2s ease-in;
   -ms-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.ptlw-animation-inbox:hover .testimonial-content blockquote {
	box-shadow: inset 0 0 0 #F0F0F0;
	box-shadow: inset 0 0 0 5px rgba(240, 240, 240, .3);
}

.ptlw-animation-inbox:hover .ptlw-image-left div.img-container-outer {
	-webkit-transform: translate(5px, 0px);
	transform: translate(5px, 0px);
}

.ptlw-animation-inbox:hover .ptlw-image-right div.img-container-outer {
	-webkit-transform: translate(-5px, 0px);
	transform: translate(-5px, 0px);
}

.ptlw-animation-inbox:hover .ptlw-image-top div.img-container-outer {
	-webkit-transform: translate(0px, 5px);
	transform: translate(0px, 5px);
}

.ptlw-animation-inbox:hover .ptlw-image-bottom div.img-container-outer {
	-webkit-transform: translate(0px, -5px);
	transform: translate(0px, -5px);
}

/* InBox Dark */
.ptlw-animation-inbox-dark blockquote, .ptlw-animation-inbox-dark .ptlw-image-left div.img-container-outer, .ptlw-animation-inbox-dark .ptlw-image-right div.img-container-outer, .ptlw-animation-inbox-dark .ptlw-image-top div.img-container-outer, .ptlw-animation-inbox-dark .ptlw-image-bottom div.img-container-outer {
	-webkit-transition: all .2s ease-in;
   -moz-transition: all .2s ease-in;
   -o-transition: all .2s ease-in;
   -ms-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.ptlw-animation-inbox-dark:hover .testimonial-content blockquote {
	box-shadow: inset 0 0 0 #303030;
	box-shadow: inset 0 0 0 5px rgba(48, 48, 48, .3);
}

.ptlw-animation-inbox-dark:hover .ptlw-image-left div.img-container-outer {
	-webkit-transform: translate(5px, 0px);
	transform: translate(5px, 0px);
}}

.ptlw-animation-inbox-dark:hover .ptlw-image-right div.img-container-outer {
	-webkit-transform: translate(-5px, 0px);
	transform: translate(-5px, 0px);
}

.ptlw-animation-inbox-dark:hover .ptlw-image-top div.img-container-outer {
	-webkit-transform: translate(0px, 5px);
	transform: translate(0px, 5px);
}

.ptlw-animation-inbox-dark:hover .ptlw-image-bottom div.img-container-outer {
	-webkit-transform: translate(0px, -5px);
	transform: translate(0px, -5px);
}

/* ImageBox Light */
.ptlw-animation-imagebox blockquote, .ptlw-animation-imagebox blockquote:after, .ptlw-animation-imagebox .ptlw-image-left div.img-container-outer, .ptlw-animation-imagebox .ptlw-image-right div.img-container-outer, .ptlw-animation-imagebox .ptlw-image-top div.img-container-outer, .ptlw-animation-imagebox .ptlw-image-bottom div.img-container-outer {
	-webkit-transition: all .2s ease-in;
   -moz-transition: all .2s ease-in;
   -o-transition: all .2s ease-in;
   -ms-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.ptlw-animation-imagebox:hover div.img-container-outer {
	box-shadow: 0 0 0 #F0F0F0;
	box-shadow: 0 0 0 5px rgba(240, 240, 240, .3);
}

.ptlw-animation-imagebox blockquote.leftquote {
	-webkit-transform: translate(5px, 0px);
	transform: translate(5px, 0px);
}

.ptlw-animation-imagebox blockquote.rightquote {
	-webkit-transform: translate(-5px, 0px);
	transform: translate(-5px, 0px);
}

.ptlw-animation-imagebox blockquote.topquote {
	-webkit-transform: translate(0px, 5px);
	transform: translate(0px, 5px);
}

.ptlw-animation-imagebox blockquote.bottomquote {
	-webkit-transform: translate(0px, -5px);
	transform: translate(0px, -5px);
}

.ptlw-animation-imagebox:hover blockquote {
	-webkit-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
}

.ptlw-animation-imagebox:hover blockquote.bottomquote:after {
	bottom: -10px;
}

.ptlw-animation-imagebox:hover blockquote.topquote:after {
	top: -10px;
}

.ptlw-animation-imagebox:hover blockquote.leftquote:after {
	left: -10px;
}

.ptlw-animation-imagebox:hover blockquote.rightquote:after {
	right: -10px;
}

/* ImageBox Dark */
.ptlw-animation-imagebox-dark blockquote, .ptlw-animation-imagebox-dark blockquote:after, .ptlw-animation-imagebox-dark .ptlw-image-left div.img-container-outer, .ptlw-animation-imagebox-dark .ptlw-image-right div.img-container-outer, .ptlw-animation-imagebox-dark .ptlw-image-top div.img-container-outer, .ptlw-animation-imagebox-dark .ptlw-image-bottom div.img-container-outer {
	-webkit-transition: all .2s ease-in;
   -moz-transition: all .2s ease-in;
   -o-transition: all .2s ease-in;
   -ms-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.ptlw-animation-imagebox-dark:hover div.img-container-outer {
	box-shadow: 0 0 0 #303030;
	box-shadow: 0 0 0 5px rgba(48, 48, 48, .3);
}

.ptlw-animation-imagebox-dark blockquote.leftquote {
	-webkit-transform: translate(5px, 0px);
	transform: translate(5px, 0px);
}

.ptlw-animation-imagebox-dark blockquote.rightquote {
	-webkit-transform: translate(-5px, 0px);
	transform: translate(-5px, 0px);
}

.ptlw-animation-imagebox-dark blockquote.topquote {
	-webkit-transform: translate(0px, 5px);
	transform: translate(0px, 5px);
}

.ptlw-animation-imagebox-dark blockquote.bottomquote {
	-webkit-transform: translate(0px, -5px);
	transform: translate(0px, -5px);
}

.ptlw-animation-imagebox-dark:hover blockquote {
	-webkit-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
}

.ptlw-animation-imagebox-dark:hover blockquote.bottomquote:after {
	bottom: -10px;
}

.ptlw-animation-imagebox-dark:hover blockquote.topquote:after {
	top: -10px;
}

.ptlw-animation-imagebox-dark:hover blockquote.leftquote:after {
	left: -10px;
}

.ptlw-animation-imagebox-dark:hover blockquote.rightquote:after {
	right: -10px;
}



/* Quote Styles */

.royal-quotes-testimonial {
	padding: 0px !important;
}

.royal-quotes-testimonial blockquote>p:first-of-type:before {
	content:"\201C";
	display: inline-block;
	font-size: 30px;
	position: absolute;
	margin-top: -15px;
	margin-left: -20px;
	padding-right: 10px;
}

.royal-quotes-testimonial blockquote>p:last-of-type:after {
	content:"\201D";
	display: inline-block;
	font-size: 30px;
	position: absolute;
	margin-bottom: -15px;
	margin-right: -20px;
	padding-right: 10px;
}

.royal-quotes-testimonial blockquote>p {
	display: inline-block;
	padding: 10px 20px 10px 20px;
}

.royal-quotes-testimonial blockquote>footer {
	display: block;
	text-align: right;
	font-style: normal;
	margin-top: 5px;
	padding: 10px;
}

.royal-quotes-testimonial cite {
	font-style: normal !important;
	font-weight: bold !important;
}

.royal-quotes-testimonial cite>p {
	margin: 0px !important;
	padding: 0px !important;
	display: block;
	text-align: right;
	font-size: 10px;
	font-style: normal;
}

.testimonial-photo div.img-container
{
	overflow: hidden;
	border: 3px solid transparent;
	text-align: center;
}

.testimonial-photo div.img-container-outer 
{
	overflow: hidden;
	padding: 1px;
	background-color: transparent;
	position: relative;
}

.ptlw-image-noborder  div.img-container, .ptlw-image-noborder div.img-container-outer, .ptlw-image-noborder img  {
	border-radius: 0%;
}

.ptlw-image-door div.img-container, .ptlw-image-door div.img-container-outer, .ptlw-image-door img  {
	border-top-left-radius: 100%;
	border-top-right-radius: 100%;
}

.ptlw-image-badge div.img-container, .ptlw-image-badge div.img-container-outer, .ptlw-image-badge img  {
	border-bottom-left-radius: 100%;
	border-bottom-right-radius: 100%;
}

.ptlw-image-leafright div.img-container, .ptlw-image-leafright div.img-container-outer, .ptlw-image-leafright img  {
	border-bottom-left-radius: 100%;
	border-top-left-radius: 100%;
	border-bottom-right-radius: 100%;
}

.ptlw-image-leafleft div.img-container, .ptlw-image-leafleft div.img-container-outer, .ptlw-image-leafleft img  {
	border-bottom-left-radius: 100%;
	border-top-right-radius: 100%;
	border-bottom-right-radius: 100%;
}

.ptlw-image-bubbleright div.img-container, .ptlw-image-bubbleright div.img-container-outer, .ptlw-image-bubbleright img  {
	border-top-left-radius: 100%;
	border-top-right-radius: 100%;
	border-bottom-left-radius: 100%;
}

.ptlw-image-bubbleleft div.img-container, .ptlw-image-bubbleleft div.img-container-outer, .ptlw-image-bubbleleft img  {
	border-top-left-radius: 100%;
	border-top-right-radius: 100%;
	border-bottom-right-radius: 100%;
}

.ptlw-image-roundedleft div.img-container, .ptlw-image-roundedleft div.img-container-outer, .ptlw-image-roundedleft img  {
	border-top-left-radius: 100%;
	border-bottom-left-radius: 100%;
}

.ptlw-image-roundedright div.img-container, .ptlw-image-roundedright div.img-container-outer, .ptlw-image-roundedright img  {
	border-top-right-radius: 100%;
	border-bottom-right-radius: 100%;
}

.ptlw-image-rounded div.img-container, .ptlw-image-rounded div.img-container-outer, .ptlw-image-rounded img {
	border-radius: 100%;
}

.ptlw-image-roundedsquare div.img-container, .ptlw-image-roundedsquare div.img-container-outer, .ptlw-image-roundedsquare img {
	border-radius: 10%;
}

.royal-quotes-testimonial .small, .royal-quotes-testimonial cite p.small, .royal-quotes-testimonial cite span.small  {
	font-size: 11px;
}

.royal-quotes-testimonial .medium, .royal-quotes-testimonial cite p.medium, .royal-quotes-testimonial cite span.medium {
	font-size: 13px;
}

.royal-quotes-testimonial .large, .royal-quotes-testimonial cite p.large, .royal-quotes-testimonial cite span.large {
	font-size: 15px;
}

.royal-quotes-testimonial .extralarge, .royal-quotes-testimonial cite p.extralarge, .royal-quotes-testimonial cite span.extralarge {
	font-size: 20px;
}

.testimonial-layers-widget-contenttext-right blockquote p, .testimonial-layers-widget-contenttext-right blockquote footer, .testimonial-layers-widget-contenttext-right blockquote cite {
	text-align: right !important;
}

.testimonial-layers-widget-contenttext-center blockquote p, .testimonial-layers-widget-contenttext-center blockquote footer, .testimonial-layers-widget-contenttext-center blockquote cite {
	text-align: center !important;
}

.testimonial-layers-widget-contenttext-left blockquote p, .testimonial-layers-widget-contenttext-left blockquote footer, .testimonial-layers-widget-contenttext-left blockquote cite {
	text-align: left !important;
}

.testimonial-layers-widget-contenttext-justify blockquote p, .testimonial-layers-widget-contenttext-justify blockquote footer, .testimonial-layers-widget-contenttext-justify blockquote cite {
	text-align: justify !important;
}

.preset-style2 {
	margin-top: 10px;
}

.preset-style3 {
	margin-bottom: 10px;
}

.ptlw-image-left-quote .preset-style5, .ptlw-image-left-quote .preset-style6, .ptlw-image-left-quote .preset-style5 p, .ptlw-image-left-quote .preset-style6 p {
	text-align: left !important;
	padding-left: 50px; 
}

.ptlw-image-right-quote .preset-style5, .ptlw-image-right-quote .preset-style6, .ptlw-image-right-quote .preset-style5 p, .ptlw-image-right-quote .preset-style6 p {
	text-align: right !important;
	padding-right: 50px; 
}

.ptlw-image-left-quote .preset-default, .ptlw-image-left-quote .preset-default p, .ptlw-image-left-quote .preset-style4, .ptlw-image-left-quote .preset-style4 p {
	text-align: left !important;
	padding-left: 20px; 
}

.ptlw-image-right-quote .preset-default, .ptlw-image-right-quote .preset-default p, .ptlw-image-right-quote .preset-style4, .ptlw-image-right-quote .preset-style4 p {
	text-align: right !important;
	padding-right: 20px; 
}

.preset-style5-center, .preset-style6-center, .preset-style5-center p, .preset-style6-center p, .ptlw-image-top-quote .preset-style5, .ptlw-image-top-quote .preset-style6, .ptlw-image-top-quote .preset-style5 p, .ptlw-image-top-quote .preset-style6 p, .ptlw-image-top-quote .preset-default, .ptlw-image-top-quote .preset-default p, .ptlw-image-top-quote .preset-style4, .ptlw-image-top-quote .preset-style4 p, .ptlw-image-bottom-quote .preset-default, .ptlw-image-bottom-quote .preset-default p, .ptlw-image-bottom-quote .preset-style4, .ptlw-image-bottom-quote .preset-style4 p {
	text-align: center !important;
}

.royal-quotes-testimonial:hover .preset-style8 {
	opacity: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.royal-quotes-testimonial:hover .ptlw-style8-container .img-container {
	opacity: 0.3;
}

.royal-quotes-testimonial .ptlw-style8-container .img-container {
	-webkit-transition: opacity .2s ease-in;
   -moz-transition: opacity .2s ease-in;
   -o-transition: opacity .2s ease-in;
   -ms-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in;
	opacity: 1;
}

.preset-style8 {
	-webkit-transition: all .2s ease-in;
   -moz-transition: all .2s ease-in;
   -o-transition: all .2s ease-in;
   -ms-transition: all .2s ease-in;
    transition: all .2s ease-in;
	opacity: 0;
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(50%);
	-webkit-transform: translateY(50%);
	height: 50px;
}

.royal-quotes-testimonial:hover .preset-style9 {
	opacity: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.royal-quotes-testimonial:hover .ptlw-style9-container .img-container {
	opacity: 0;
}

.royal-quotes-testimonial .ptlw-style9-container .img-container {
	-webkit-transition: opacity .2s ease-in;
   -moz-transition: opacity .2s ease-in;
   -o-transition: opacity .2s ease-in;
   -ms-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in;
	opacity: 1;
}

.preset-style9 {
	-webkit-transition: all .2s ease-in;
   -moz-transition: all .2s ease-in;
   -o-transition: all .2s ease-in;
   -ms-transition: all .2s ease-in;
    transition: all .2s ease-in;
	opacity: 0;
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(50%);
	-webkit-transform: translateY(50%);
	height: 50px;
}

.royal-quotes-testimonial:hover .preset-style10 {
	opacity: 1;
	position: absolute;
	top: 50%;
	width: 100%;
	height: 50px;
	transform: translateY(-50%) scale(1);
	-webkit-transform: translateY(-50%) scale(1);
}

.royal-quotes-testimonial:hover .ptlw-style10-container .img-container {
	opacity: 0.3;
}

.span-12 .testimonial-photo img, .span-12 .img-container-outer {
	width: 325px;
	margin: 0 auto;
}

.span-4 .testimonial-photo img, .span-4 .img-container-outer {
	width: 300px;
	margin: 0 auto;
}

.span-6 .testimonial-photo img, .span-6 .img-container-outer {
	width: 150px;
	margin: 0 auto;
}

.royal-quotes-testimonial .ptlw-style10-container .img-container {
	-webkit-transition: opacity .5s ease-in;
   -moz-transition: opacity .5s ease-in;
   -o-transition: opacity .5s ease-in;
   -ms-transition: opacity .5s ease-in;
    transition: opacity .5s ease-in;
	opacity: 1;
}

.preset-style10 {
	-webkit-transition: all .5s ease-in;
   -moz-transition: all .5s ease-in;
   -o-transition: all .5s ease-in;
   -ms-transition: all .5s ease-in;
    transition: all .5s ease-in;
	opacity: 0;
	position: absolute;
	top: 50%;
	width: 100%;
	height: 50px;
	transform: translateY(-50%) scale(0.1);
	-webkit-transform: translateY(-50%) scale(0.1);
}

.royal-quotes-testimonial:hover .preset-style11 {
	opacity: 1;
	position: absolute;
	top: 50%;
	width: 100%;
	height: 50px;
	transform: translateY(-50%) scale(1);
	-webkit-transform: translateY(-50%) scale(1);
}

.royal-quotes-testimonial:hover .ptlw-style11-container .img-container {
	opacity: 0;
}

.royal-quotes-testimonial .ptlw-style11-container .img-container {
	-webkit-transition: opacity .2s ease-in-out;
   -moz-transition: opacity .2s ease-in-out;
   -o-transition: opacity .2s ease-in-out;
   -ms-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
	opacity: 1;
}

.preset-style11 {
	-webkit-transition: all .5s ease-in-out;
   -moz-transition: all .5s ease-in-out;
   -o-transition: all .5s ease-in-out;
   -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
	opacity: 0;
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%) scale(0.1);
	-webkit-transform: translateY(-50%) scale(0.1);
	height: 50px;
}

.testimonial-layers-widget-content {
	display: table !important;
}

.testimonial-photo {
	display: table-cell !important;
	vertical-align: middle !important;
	float: none !important;	
	padding: 20px 0px;
}

.ptlw-image-top, .ptlw-image-bottom {
	display: block !important;
	margin: 0 auto !important;
	width: 100% !important;
}

.testimonial-photo img {
	vertical-align: middle !important;
}

.testimonial-photo footer, .testimonial-photo cite p {
	text-align: center;
}

.testimonial-content {
	display: table-cell !important;
	float: none !important;
	vertical-align: middle !important;
	position: relative;
}

.ptlw-valign-top {
	vertical-align: top !important;
}

.ptlw-valign-top {
	vertical-align: middle !important;
}

.ptlw-valign-top {
	vertical-align: bottom !important;
}

.ptlw-top-arrow {
	top: 40%
}

.ptlw-middle-arrow {
	top: 50%
}

.ptlw-bottom-arrow {
	top: 60%
}

.ptlw-image-top, .ptlw-image-bottom
{
	padding: 0px !important;
}

.royal-quotes-testimonial .bottomquote-container, .royal-quotes-testimonial .topquote-container  {
	padding: 10px;
}

.royal-quotes-testimonial .bottomquote-container blockquote {
	margin: 10px 0px 20px 0px !important;
}

.royal-quotes-testimonial .topquote-container blockquote {
	margin: 20px 0px 10px 0px !important;
}

.royal-quotes-testimonial blockquote:before, .royal-quotes-testimonial blockquote footer:before, .royal-quotes-testimonial .small:before {
	content: '' !important;
}

.royal-quotes-testimonial blockquote {
	border: none !important;
}

.royal-quotes-testimonial .img-container img {
	margin: 0px !important;
	max-width: 100% !important;
}

.row:before, .row:after{
	content: " "; 
	display: table;
}

.row:after {
	clear: both;
}

.row {
	*zoom: 1;
}

.column-flush {
	float: left;
}

.span-4 {
	width: 33.33333%;
}

.span-6 {
	width: 50%;
}

.column-flush.span-6 {
	width: 50%;
}

@media only screen and (max-width: 800px), screen and (max-device-width: 800px), screen and (max-width: 800px) {
	.royal-quotes-testimonial {
		float: none !important;
		width: 100% !important;
	}
	
	.royal-quotes-testimonial blockquote:after {
		border: 0px solid transparent !important;
	}
	
	.royal-quotes-testimonial .testimonial-photo {
		float: none !important;
		width: 100% !important;
		display: block !important;
	}
	
	.royal-quotes-testimonial blockquote {
		padding: 10px !important;
		margin: 10px !important;
	}
	
	.rightquote-container {
		display: block !important;
	}
	
	.img-container-outer, .testimonial-photo img {
		width: auto !important;
	}
	
	.topquote-container, .bottomquote-container, .rightquote-container, .leftquote-container {
		padding: 0px !important;
	}
}


.rightquote-container {
	display: inline-table;
}

.royal-quotes-boxed .row {
    padding-top: 20px !important;
}

.royal-quotes-testimonial>a:hover {
	text-decoration: none !important;
}

.overlay-type-video {
	display: none !important;
}

