body.widget-snippet .page-about-top {
	padding: 30px;
}
body.widget-snippet .page-about-top {
    max-width: 1345px;
  margin: 0 auto;
}
.widget-snippet .page-about-top blockquote {
	border-left: 3px solid #E8542C;
	padding-left: 12px;
	font-size: 19px;
	line-height: 30px;
	font-style: italic;
	font-family: 'Graphik';
	margin: 0 0 20px 0;
}
.page-about-top .col-md-8 {
    width: 65%;
}
.page-about-top .col-md-4 {
    width: 35%;
}
.page-about-top .about-top-text {
    padding-right: 68px;
}
.widget-snippet .page-about-top ul {
	margin: 0;
	padding: 0 0 20px 0;
}
.widget-snippet .page-about-top ul li {
	margin: 0;
	padding: 0;
}
.widget-snippet .page-about-top ul ul {
    padding: 10px 0 10px 30px;
    margin: 0;
}
.widget-snippet .page-about-top ul li {
	font-size: 19px;
	line-height: 30px;
	margin: 0;
	padding: 0 0 0 20px;
	position: relative;
}
.widget-snippet .page-about-top ul li:before {
	content: '';
	background-color: #E8542C;
	width: 10px;
	height: 10px;
	position: absolute;
	left: 0;
	top: 11px;
	border-radius: 50%;
}
.widget-snippet .page-about-top h3 {
    font-size: 26px;
    margin: 0;
    padding: 15px 0 15px 0;
    font-weight: bold;
}
.widget-snippet .page-about-top p {
	font-size: 19px;
	line-height: 30px;
	margin: 0;
	padding: 0 0 30px 0;
}
.widget-snippet .page-about-picture {
	float: right;
	width: 495px;
	position: relative;
	height: auto;
	margin: 25px 0 60px 50px;
}
.widget-snippet .page-about-picture img {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2;
}
.widget-snippet .page-about-picture img:hover {
    filter: grayscale(100%);
}
.widget-snippet .page-about-picture:before {
	content: "";
	position: absolute;
	left: -20px;
	top: -20px;
	width: 114px;
	height: 268px;
	background: #000;
	z-index: 1;
}
.widget-snippet .page-about-picture:after {
	content: "";
	position: absolute;
	right: -20px;
	bottom: -20px;
	width: 114px;
	height: 290px;
	background: #E8542C;
	z-index: 1;
}
body.widget-snippet .page-about-picture img {
	z-index: auto;
}
body.widget-snippet .page-about-picture:before, body.widget-snippet .page-about-picture:after {
	display: none;
}
@media screen and (max-width: 1300px) {
	.page-about-top {
		padding: 0 20px;
	}

}
.widget-snippet .page-about-bottom h2 {
    font-size: 30px;
    margin: 0;
	line-height:36px;
    padding: 0 0 15px 0;
    font-weight: bold;
}
.widget-snippet .page-about-bottom p {
	font-size: 19px;
	line-height: 30px;
	margin: 0;
	padding: 0 0 30px 0;
}
.widget-snippet .page-about-bottom .about-bottom-content{
  max-width: 750px;
}
.widget-snippet .page-about-picture-bottom {
	float: right;
	width: 495px;
	position: relative;
	height: auto;
	margin: 25px 0 0 50px;
}
.widget-snippet .page-about-picture-bottom img {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    max-height: 470px;
}
.widget-snippet .page-about-picture-bottom img:hover {
	filter: grayscale(100%);
}
.widget-snippet .page-about-picture-bottom:before {
	content: "";
	position: absolute;
	left: -20px;
	top: -20px;
	width: 114px;
	height: 268px;
	background: #000;
	z-index: 1;
}
.widget-snippet .page-about-picture-bottom:after {
	content: "";
	position: absolute;
	right: -20px;
	bottom: -20px;
	width: 114px;
	height: 290px;
	background: #E8542C;
	z-index: 1;
}
.widget-snippet .page-about-bottom-full{
    padding: 85px 0 125px 0;
    margin-top: 20px;
}
.widget-snippet .page-about-bottom {
    margin: 0 auto;
    max-width: 1360px;
    padding: 45px 0;
}
body.widget-snippet .page-about-picture-bottom img {
	z-index: auto;
}
body.widget-snippet .page-about-picture-bottom:before, body.widget-snippet .page-about-picture-bottom:after {
	display: none;
}

