@font-face {
    font-family: 'burlin_reg';
    src: url('fonts/BurlingamePro-Regular.woff2') format('woff2'),
         url('fonts/BurlingamePro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'burlin_med';
    src: url('fonts/BurlingamePro-Medium.woff2') format('woff2'),
         url('fonts/BurlingamePro-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'harm_reg';
    src: url('fonts/HarmoniaSansProCyr-Regular.woff2') format('woff2'),
         url('fonts/HarmoniaSansProCyr-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'harm_semi';
    src: url('fonts/HarmoniaSansProCyr-SemiBd.woff2') format('woff2'),
         url('fonts/HarmoniaSansProCyr-SemiBd.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'prox-light';
    src: url('fonts/ProximaNova-Light.woff2') format('woff2'),
        url('fonts/ProximaNova-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
  
}

@font-face {
    font-family: 'prox-semibold';
    src: url('fonts/ProximaNova-Semibold.woff2') format('woff2'),
        url('fonts/ProximaNova-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
 
}

@font-face {
    font-family:'prox-black';
    src: url('fonts/ProximaNova-Black.woff2') format('woff2'),
        url('fonts/ProximaNova-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family:'euclidflex-reg';
    src: url('fonts/EuclidFlex-Regular.woff2') format('woff2'),
        url('fonts/EuclidFlex-Regular.woff') format('woff');
    font-style: normal;
}
.aboutfraserspage {
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
	text-size-adjust:100%;
	-moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased;
	-webkit-text-size-adjust:none;
	-ms-text-size-adjust:none;
	text-size-adjust:none;
	text-rendering:optimizeLegibility;
}

.aboutfraserspage .fullscreenslide {
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden;
	background-color: #222323;
}

.aboutfraserspage .fullscreenslide-image {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0.8;
}

.aboutfraserspage .fullscreenbg {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #222323;
	opacity: 0.2;
}


.aboutfraserspage  .fullscreenslide .image-here {
	/*opacity: 0.8;*/
}

.aboutfraserspage .image-here {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.aboutfraserspage .cover {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #222323;
}

.aboutfraserspage .fullscreenslide-content {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	left: 100px;
}

.aboutfraserspage .style1 {
	color: white;
	font-family: 'burlin_reg', sans-serif;
	font-size: 70px;
	line-height: 70px;
	margin-bottom: 35px;
	margin-left: -6px;
}

.aboutfraserspage .style2 {
	font-family: 'harm_reg', sans-serif;
	color: white;
	background-color: #ed1c24;
	line-height: 36px;
	height: 36px;
	padding: 0 12px;
	font-size: 18px;
	display: inline-block;
}

.aboutfraserspage .style3 {
	font-family: 'burlin_med', sans-serif;
	color: #4d4d4d;
	font-size: 36px;
	line-height: 45px;
	position: relative;
	padding-bottom: 55px;
}

.aboutfraserspage .style3 p {
	padding-top: 0;
	padding-bottom: 0;
	display: block;
	position: relative;
	-webkit-transition: all 1s cubic-bezier(.19,1,.22,1);
    transition: all 1s cubic-bezier(.19,1,.22,1);
    opacity: 0;
    transform: translateY(50px);
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.aboutfraserspage .style3 p:nth-child(2) {
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
}

.aboutfraserspage .style3 p:nth-child(3) {
	-webkit-transition-delay: 0.7s;
	transition-delay: 0.7s;
}

.aboutfraserspage .style3 p:nth-child(4) {
	-webkit-transition-delay: 0.8s;
	transition-delay: 0.8s;
}

.aboutfraserspage .style3 p:nth-child(5) {
	-webkit-transition-delay: 0.9s;
	transition-delay: 0.9s;
}

.aboutfraserspage .style3.visible p {
	opacity: 1;
    transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
}

.aboutfraserspage .style3::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: -100px;
	background-color: #ed1c24;
	height: 1px;
	bottom: 27px;
	-webkit-transition: all 1s cubic-bezier(.19,1,.22,1);
    transition: all 1s cubic-bezier(.19,1,.22,1);
    transform-origin: right center;
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    transform: scaleX(0);
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
}

.aboutfraserspage .style3.visible::before {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
}

.aboutfraserspage .style3.justhalf::before {
	/*right: calc(50% - 50px) !important;*/
	right: auto;
	width: calc(50% + 175px);
}

.aboutfraserspage .thirdcol:first-child .style3::before,
.aboutfraserspage .colhere .style3::before {
	left: -100px;
	right: 0;
	transform-origin: left center;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
}

.aboutfraserspage .style4 {
	font-family: 'harm_semi', sans-serif;
	text-transform: uppercase;
	color: #ed1c24;
	font-size: 14px;
	line-height: 17px;
	position: relative;
}


.aboutfraserspage .style4helper {
	display: inline-block;
	position: relative;
}

.aboutfraserspage .style4helper::before {
	content: '';
	display: block;
	background-color: #ed1c24;
	height: 1px;
	width: 40px;
	position: absolute;
	left: calc(100% + 8px);
	top: 6px;
}

.aboutfraserspage .white .style4helper::before {
	background-color: white;
}

.aboutfraserspage .style5 {
	font-family: 'harm_reg';
	color: #4d4d4d;
	font-size: 16px;
	line-height: 24px;
}

.aboutfraserspage .style5.white a {
	color: white;
}

.aboutfraserspage .style5.white .underline {
	text-decoration: underline;
}

.aboutfraserspage .style5 p {
	padding-top: 0;
	padding-bottom: 0;
}

.aboutfraserspage .style5 p+p {
	padding-top: 24px;
}

.aboutfraserspage .style5 strong {
	font-weight: normal !important;
	font-family: 'harm_semi', sans-serif;
}

.aboutfraserspage .style6 {
	font-family: 'burlin_reg';
	line-height: 64px;
	font-size: 45px;
	color: #2b2d2d;
}

.aboutfraserspage .style6smaller {
	font-size: 25px;
}

.aboutfraserspage .style7 {
	font-family: 'harm_reg';
	color: #2b2d2d;
	font-size: 15px;
	line-height: 20px;
}

.aboutfraserspage .style8 {
	font-family: 'burlin_reg';
	color: #4d4d4d;
	font-size: 30px;
	line-height: 44px;
}

.aboutfraserspage .style9,
.aboutfraserspage .style10 {
	font-family: 'harm_reg';
	color: white;
	font-size: 24px;
	line-height: 30px;
}

.aboutfraserspage .style10 {
	color: #ed1c24;
	font-family: 'burlin_reg';
}

.aboutfraserspage .style11 {
	color: white;
	font-family: 'burlin_reg';
	font-size: 24px;
	line-height: 27px;
}

.aboutfraserspage .style12 {
	margin-top: 5px;
	margin-left: 1px;
	color: white;
	font-family: 'harm_reg';
	font-size: 13px;
	line-height: 18px;
}

.aboutfraserspage .testimonial {
	background-color: #222323;
}

.aboutfraserspage .testimonial::before {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	width: 50%;
	top: 0;
	bottom: 0;
	background-color: #2b2d2d;
}

.aboutfraserspage .testimonial-helper {
	padding: 0 100px;
}

.aboutfraserspage .testimonial-helper::before,
.aboutfraserspage .testimonial-helper::after {
	content: '';
	display: block;
	background-repeat: repeat;
	background-size: contain;
	background-position: center;
	background-image: url('img/quote.png');
	width: 74px;
	height: 33px;
	position: absolute;
	left: 0;
	top: -50px;
	z-index: 1;
	opacity: 0.3;
}

.aboutfraserspage .testimonial-helper::after {
	transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	left: auto;
	right: 0;
}

.aboutfraserspage .testimonial .content-row-in {
	padding-left: 100px;
	padding-right: 100px;
}

.aboutfraserspage .mb27 {
	margin-bottom: 27px;
}

.aboutfraserspage .mt40 {
	margin-top: 40px;
}

.aboutfraserspage .block {
	display: block;
}

.aboutfraserspage .content-row-in {
	padding: 150px 0;
}

.aboutfraserspage .toppaddinghere {
	padding-top: 150px;
}

.aboutfraserspage .sm-pb {
	padding-bottom: 75px;
}

.sm-pb2 {
	padding-bottom: 125px !important;
}

.aboutfraserspage .big-pb {
	padding-bottom: 150px;
}

.aboutfraserspage .sm-pt {
	padding-top: 75px;
}

.aboutfraserspage .statarea .content-row-in {
	max-width: 800px;
	margin: 0 auto;
	width: calc(100% - 60px);
}

.aboutfraserspage .statcol {
	width: 100%;
	background-color: rgba(255,255,255,0.7);
	text-align: center;
	padding: 75px 0;
	position: relative;
}

.aboutfraserspage .statcol::before,
.aboutfraserspage .statcol::after {
	content: '';
	display: block;
	background-color: #222323;
	width: 1px;
	height: 40px;
	top: 13px;
	position: absolute;
	left: 50%;
}

.aboutfraserspage .statcol::after {
	top: auto;
	bottom: 13px;
}

.aboutfraserspage .statcol:not(:first-child) {
	margin-left: 50px;
}

.aboutfraserspage .dis-pt {
	padding-top: 0 !important;
}

.aboutfraserspage .dis-pb {
	padding-bottom: 0 !important;
}

.aboutfraserspage .flex-here {
	display: -webkit-box;      
	display: -moz-box;         
	display: -ms-flexbox;      
	display: -webkit-flex;     
	display: flex;
}

.aboutfraserspage .doublecol {
	/*width: 66.6666%;*/
	width: calc(50% + 200px);
}

.aboutfraserspage .thirdcol {
	/*width: 33.3333%;*/
	width: calc(50% - 200px);
}

.aboutfraserspage .colhere {
	flex-grow: 1;
    flex-basis: 0;
}

.aboutfraserspage .colhere:not(.toppaddinghere):not(.notthisone) {
	overflow: hidden;
}

.aboutfraserspage .ml50 {
	margin-left: 50px;
}

.aboutfraserspage .mr50 {
	margin-right: 50px;
}

.aboutfraserspage .ml100 {
	margin-left: 100px;
}

.aboutfraserspage .relative {
	position: relative;
}

.aboutfraserspage .pr100 {
	padding-right: 100px;
}

.aboutfraserspage .pl100 {
	padding-left: 100px;
}

.aboutfraserspage .blockhere {
	width: 100%;
	display: block;
	height: 0;
	padding-bottom: 66.6666%;
}

.aboutfraserspage .red-bg {
	background-color: #fef8f8;
}

.aboutfraserspage .truered-bg {
	background-color: #ed1c24;
}

.aboutfraserspage .tocenter {
	text-align: center;
}

.aboutfraserspage .button {
	margin: 0 auto;
	border-radius: 50px;
	border: 1px solid white;
	height: 50px;
	line-height: 50px;
	padding: 0 50px;
	color: white;
	font-size: 18px;
	font-family: 'harm_reg';
	display: inline-block;
	-webkit-transition: all .4s cubic-bezier(.19,1,.22,1);
    transition: all .4s cubic-bezier(.19,1,.22,1);
}

.aboutfraserspage .button:hover {
	background-color: white;
	color: #ed1c24;
}

.aboutfraserspage .red-bg-rightside::before {
	z-index: -1;
	position: absolute;
	right: 0;
	width: 50%;
	top: 0;
	bottom: 0;
	background-color: #fef8f8;
	content: '';
	display: block;
}

.aboutfraserspage .red-bg-rightside.toppaddinghere::before {
	bottom: -23px;
}

.aboutfraserspage .red-bg-leftside::before {
	z-index: -1;
	position: absolute;
	left: 0;
	width: 50%;
	top: 0;
	bottom: 0;
	background-color: #fef8f8;
	content: '';
	display: block;
}

.aboutfraserspage .darkred-bg-leftside::after {
	z-index: -1;
	position: absolute;
	left: 0;
	width: 50%;
	top: 0;
	bottom: 0;
	background-color: #2c1c1c;
	content: '';
	display: block;
}

.aboutfraserspage .red-bg-doublecol::before {
	z-index: -1;
	position: absolute;
	left: 0;
	width: 66.6666%;
	top: 0;
	bottom: 0;
	background-color: #fef8f8;
	content: '';
	display: block;
}

.aboutfraserspage .linesonright::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 25px;
	background-color: #ed1c24;
	opacity: 0.7;
	width: 25px;
	z-index: 1;
}

.aboutfraserspage .linesonright::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 50px;
	background-color: #ffffff;
	opacity: 0.46;
	width: 50px;
	z-index: 1;
}

.aboutfraserspage .linesonrighthelper::before {
	background-color: #4d4d4d;
	opacity: 0.67;
	right: 0;
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	top: 0;
	width: 25px;
	z-index: 1;
}
.aboutfraserspage .teamgridhelper::after {
	clear: both;
	display: block;
	content: '';
}

.aboutfraserspage .teamgridhelper {
	height: 100%;
}

.aboutfraserspage .teamgridhelper2::before {
	content: '';
	display: block;
	background-color: #fef8f8;
	position: absolute;
	right: -100px;
	width: 50%;
	top: 0;
	height: 50%;
	z-index: -1;
}

.aboutfraserspage .teamgridhelper2::after {
	content: '';
	display: block;
	background-color: #fef8f8;
	position: absolute;
	left: -100px;
	width: 50%;
	bottom: 0;
	height: 50%;
	z-index: -1;
}

.aboutfraserspage .teammember {
	float: left;
	width: 25%;
	height: 0;
	/*padding-bottom: 25%;*/
	padding-bottom: 16.66%;
	cursor: default;
}

.aboutfraserspage a.teammember {
	cursor: pointer;
}

.aboutfraserspage .teammemberhover {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	-webkit-transition: all .4s cubic-bezier(.19,1,.22,1);
    transition: all .4s cubic-bezier(.19,1,.22,1);
    background-color: rgba(34,35,35,0.57);
    opacity: 0;
    visibility: hidden;
}

.aboutfraserspage .teammember:hover .teammemberhover {
	opacity: 1;
	visibility: visible;
}

.aboutfraserspage .teammemberhoverhelper {
	position: absolute;
	bottom: 35px;
	left: 22px;
	right: 22px;
}

.aboutfraserspage .aligntobottom {
	align-self: flex-end;
}

.aboutfraserspage .propertyslideshelperhere {
	background-color: #222323;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	position: relative;
	margin-bottom: 50px;
	margin-top: 23px;
}

.aboutfraserspage .fixspacingshere {
	margin-top: 0;
	margin-bottom: 0;
}

.aboutfraserspage .propertyslidehelper {
	width: 100%;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	position: relative;
}

.aboutfraserspage .propertyimage {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.aboutfraserspage .slick-prev,
.aboutfraserspage .slick-next {
	display: block;
	background-repeat: no-repeat;
	background-size: 17px 26px;
	background-position: center;
	background-image: url('img/slickarrow.png');
	width: 25px;
	height: 50px;
	position: absolute;
	right: 75px;
	bottom: 0;
	z-index: 1;
	opacity: 0.79;
	cursor: pointer;
	z-index: 5;
	-webkit-transition: all .4s cubic-bezier(.19,1,.22,1);
    transition: all .4s cubic-bezier(.19,1,.22,1);
}

.aboutfraserspage .slick-next {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	right: 50px;
}

.aboutfraserspage .slick-prev:hover,
.aboutfraserspage .slick-next:hover {
	opacity: 1;
}

.aboutfraserspage .propertytitle {
	font-family: 'harm_reg';
	color: white;
	font-size: 18px;
	line-height: 21px;
	left: 25px;
	bottom: 30px;
	position: absolute;
}

.aboutfraserspage .propertygradient {
	position: absolute;
	left: 0;
	right: 0;
	height: 25%;
	bottom: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.82+100 */
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.82) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.82) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.82) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d1000000',GradientType=0 ); /* IE6-9 */
}

.aboutfraserspage .animationhelper {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-color: #f0ebeb;
	-webkit-transition: all 2s cubic-bezier(.19,1,.22,1);
    transition: all 2s cubic-bezier(.19,1,.22,1);
    transform-origin: right center;
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
}

.aboutfraserspage .fullscreenslide .animationhelper {
	background-color: #222323;
}

.aboutfraserspage .imageanimationhere {
	-webkit-transition: all 3s cubic-bezier(.19,1,.22,1);
    transition: all 3s cubic-bezier(.19,1,.22,1);
    transform: scale(1.2,1.2);
	-webkit-transform: scale(1.2,1.2);
	-moz-transform: scale(1.2,1.2);
}

.aboutfraserspage .imageanimationhere.visible.loaded {
	transform: scale(1,1);
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-webkit-transition-delay: 0.25s;
	transition-delay: 0.25s;
}

.aboutfraserspage .imageanimationhere.visible.loaded+.animationhelper {
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-webkit-transition-delay: 0.25s;
	transition-delay: 0.25s;
}

.aboutfraserspage .overflowhidden {
	overflow: hidden;
}

body.page-template-template-frasers header .logo {
	/*display: none;*/
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

body.page-template-template-frasers header::before {
	width: 100%;
}

.aboutfraserspage .white {
	color: white !important;
}

.aboutfraserspage .fullscreenslide-logo {
	display: block;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left top;
	background-image: url('img/fralogo.png');
	width: 202px;
	height: 76px;
	position: absolute;
	left: 50px;
	z-index: 100;
	top: 25px;
}

.aboutfraserspage .playbtn {
	cursor: pointer;
	display: block;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-image: url('img/playbtn.png');
	width: 86px;
	height: 86px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	-moz-transform: translateY(-50%) translateX(-50%);
}

body.page-template-template-frasers .video-popup-helper,
body.page-template-template-frasers .video-popup-helper2 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    z-index: 9999;
    display: none;
    background-color: rgba(44,50,55,0.3);
}

body.page-template-template-frasers .video-popup {
	display: none;
	position: fixed;
	top: 78px;
	right: 80px;
	left: 80px;
	bottom: 78px;
	background-color: white;
	z-index: 10000;
	-webkit-transition: all 2s cubic-bezier(.19,1,.22,1);
    transition: all 2s cubic-bezier(.19,1,.22,1);
    visibility: hidden;
    opacity: 0;
}

body.page-template-template-frasers .video-popup .plyr::before,
body.page-template-template-frasers .video-popup .plyr::after {
	display: none;
}

body.page-template-template-frasers .video-popup .plyr {
	height: 100%;
}

body.page-template-template-frasers .video-popup .plyr__video-wrapper {
	width: 100%;
	height: 100%;
}

body.page-template-template-frasers .video-popup video,
body.page-template-template-frasers .iphone-helper video {
	-webkit-transition: all 1s cubic-bezier(.19,1,.22,1);
    transition: all 1s cubic-bezier(.19,1,.22,1);
    display: block;
	background-color: black;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    z-index: 10001;
}

body.page-template-template-frasers .video-popup.disabled {
	pointer-events: none;
}

body.page-template-template-frasers .video-popup:not(.disabled) {
	opacity: 1;
	visibility: visible;
}

body.page-template-template-frasers .video-popup .video-popup-close,
body.page-template-template-frasers .video-popup .video-popup-close2 {
    position: absolute;
    right: 0;
    top: 0;
    content: '';
    display: block;
    background-repeat: no-repeat;
    background-size: 15px 15px;
    background-position: center;
    background-image: url('img/video-close.png');
    background-color: rgba(0,0,0,0.4);
    width: 60px;
    height: 37px;
    -webkit-transition: all 2s cubic-bezier(.19,1,.22,1);
    transition: all 2s cubic-bezier(.19,1,.22,1);
    z-index: 10002;
    cursor: pointer;
}

.aboutfraserspage .bg-dark::before {
	content: '';
	z-index: -2;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #2b2d2d;
}

.aboutfraserspage .linkediniconhere {
	position: relative;
	padding-left: 45px;
	line-height: 30px;
	display: block;
}

.aboutfraserspage .linkediniconhere .underline {
	display: inline-block;
}

.aboutfraserspage .linkediniconhere::before {
	width: 30px;
	height: 30px;
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url('img/linkedbtn.png');
}

@media screen and (max-width: 1100px) {
	.aboutfraserspage .fullscreenslide-content,
	.aboutfraserspage .fullscreenslide-logo {
		left: 30px;
	}
	.aboutfraserspage .content-row-in {
		padding: 60px 0;
	}
	
	.aboutfraserspage .big-pb {
		padding-bottom: 60px;
	}
	
	.aboutfraserspage .sm-pb2 {
		padding-bottom: 60px !important;
	}
	
	.aboutfraserspage .toppaddinghere {
		padding-top: 60px;
	}
	
	.aboutfraserspage .sm-pb {
		padding-bottom: 30px;
	}
	
	.aboutfraserspage .sm-pt {
		padding-top: 30px;
	}
	
	.aboutfraserspage .doublecol {
		width: calc(50% + 60px);
	}
	
	.aboutfraserspage .thirdcol {
		width: calc(50% - 60px);
	}
	
	.aboutfraserspage .ml50 {
		margin-left: 15px;
	}
	
	.aboutfraserspage .mr50 {
		margin-right: 15px;
	}
	
	.aboutfraserspage .ml100 {
		margin-left: 30px;
	}
	
	.aboutfraserspage .pr100 {
		padding-right: 30px;
	}
	
	.aboutfraserspage .pl100 {
		padding-left: 30px;
	}
	
	.aboutfraserspage .style3::before {
		right: -30px;
	}
	
	.aboutfraserspage .style3.justhalf::before {
		width: calc(50% + 175px);
	}
	
	.aboutfraserspage .thirdcol:first-child .style3::before,
	.aboutfraserspage .colhere .style3::before {
		left: -30px;
	}
	.aboutfraserspage .testimonial .content-row-in {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.aboutfraserspage .testimonial .content-row-in,
	.aboutfraserspage .testimonial-helper {
		padding-left: 30px;
		padding-right: 30px;
	}
	.aboutfraserspage .statcol:not(:first-child) {
		margin-left: 30px;
	}
}
@media screen and (max-width: 1024px) {
	.aboutfraserspage .teammember .teammemberhover {
		opacity: 1;
		visibility: visible;
	}
	.aboutfraserspage .teammemberhoverhelper {
		left: 10px;
		right: 10px;
		bottom: 10px;
	}
}
@media screen and (max-width: 960px) {
	.aboutfraserspage .style3 {
		font-size: 24px;
		line-height: 30px;
	}
}

@media screen and (max-width: 767px) {
	.aboutfraserspage .statcol:not(:first-child) {
		margin-left: 10px;
	}
}

@media screen and (max-width: 599px) {
	body.page-template-template-frasers .video-popup {
		top: 78px;
		bottom: 30px;
		left: 30px;
		right: 30px;
	}
	.aboutfraserspage .style1 {
		font-size: 35px;
		line-height: 35px;
		margin-left: -3px;
		margin-bottom: 17px;
	}
	.aboutfraserspage .style2 {
		font-size: 13px;
		padding: 0 10px;
		height: 25px;
		line-height: 28px;
	}
	.aboutfraserspage .flex-here:not(.notthisonepls) {
		display: block;
	}
	.aboutfraserspage .darkred-bg-leftside::after {
		display: none;
	}
	.aboutfraserspage .flex-here.notthisonepls {
		flex-direction: column-reverse;
		-webkit-flex-direction: column-reverse;
	}
	.aboutfraserspage .doublecol {
		width: 100%;
		padding-right: 0;
		padding-left: 0;
	}
	.aboutfraserspage .thirdcol {
		width: 100%;
		padding-left: 30px;
		padding-right: 30px;
	}
	.aboutfraserspage .thirdcol:not(:first-child),
	.aboutfraserspage .doublecol:not(:first-child),
	.aboutfraserspage .flex-here.notthisonepls .thirdcol {
		padding-top: 60px;
	}
	.aboutfraserspage .flex-here.notthisonepls .doublecol:not(:first-child) {
		padding-top: 0;
	}
	.aboutfraserspage .statcol:not(:first-child) {
		margin-left: 0;
		margin-top: 30px;
	}
	.aboutfraserspage .ml50 {
		margin-left: 0;
	}
	
	.aboutfraserspage .mr50 {
		margin-right: 0;
	}
	
	.aboutfraserspage .ml100 {
		margin-left: 0;
	}
	
	.aboutfraserspage .prlm {
		padding-left: 30px;
	}
	
	.aboutfraserspage .testimonial-helper::after {
		bottom: -50px;
		top: auto;
	}
	
	.aboutfraserspage .testimonial-helper {
		padding-left: 0;
		padding-right: 0;
	}
	
	.aboutfraserspage .teammember {
		width: 50%;
		padding-bottom: 50%;
	}
	
	.aboutfraserspage .style11 {
		font-size: 16px;
		line-height: 18px;
	}
	
	.aboutfraserspage .style12 {
		font-size: 9px;
		line-height: 12px;
	}
	
	.aboutfraserspage .style3 {
		font-size: 32px;
		line-height: 42px;
	}
}