/*
Designed by Sean Holt for New World Digital Media - 2020
Theme Name - Futurama
Theme Version - 1.4
Business Details
Business Name         	- Pro-Fit Interiors
Business Type         	- kitchen and bathroom fitting
Address Line One      	- 60 Emmanuel Road
Address Line Two      	- Sutton Coldfields
Address Line Three    	- West Midlands
Primary Work Area     	- West Midlands
Postal Code          	- B735LZ
Date Start          	- 1st Feb 2021
Domain Name          	- www.pro-fitinteriors.co.uk
Company Mobile Number 	- 07813146517
Company Office Number 	- 01212705587
Company Email Address 	- ben.dale1@virgin.net
https://www.facebook.com/Pro-Fit-Interiors-174262066690571/ URL         	- #https://www.facebook.com/Pro-Fit-Interiors-174262066690571/
Instagram URL         	- #instagram
Twitter URL         	- #twitter
Dark Colour             - #383838
Mid Color               - #d6d2d2
Accent Colour           - #c5292c
*/
/*.links{display: none;}*/
/*.why{display: none;}*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
html,body {height:100%;}
ul.socials a[href*="#"], .social a[href*="#"], .creds a[href*="#"]{display: none!important;}
*:focus{outline: none;}
a{text-decoration: none;color: inherit;}
ul,ol{list-style: none; margin: 0; padding: 0;}
h1,h2,h3,h4,h5,h6, nav ul li a, th, dt, summary,.modal .btn{font-family: 'Roboto', sans-serif;}
p,ul,ol,td,dd, a, span{font-family: 'Roboto', sans-serif;}
.tar{text-align: right;} @media screen and (max-width: 64.9375em) {.tar{text-align: left;}}
.tac{text-align: center!important;}
.posrel{position: relative;}
.noMargin{margin: 0!important;}
@media screen and (max-width: 39.9375em) {
	.noMobi{display: none;}
}
/*SMALL SCREENS AND UNDER */
@media screen and (max-width: 39.9375em) {.slick-dots{display: none!important;}}
@media screen and (max-width: 39.9375em) {.noMobile{display: none;}}
.site{
	position: relative;
	background-color: white;
	transition: transform 0.6s;
}
.site.navOpen{
	transform: translateX(-300px);
}
nav.open{
	right: 0;
}
/*TopBar*/
.topBar.stuck{
	background-color: #FFFFFF;
	padding: 20px 20px;
	box-shadow: 0 10px 10px rgba(0,0,0,0.05)
}
.topBar{
	transition: padding 0.5s;
	position: fixed;
	background-color: transparent;
	width: 100%;
	top: 0;
	padding: 30px 20px;
	z-index: 1000;
	transition: padding 0.5s, background-color 0.5s, box-shadow 0.5s;
}
@media screen and (max-width: 64.9375em) {
	.topBar{
		background-color: #FFFFFF;
	}
}
.stuck .logo img{
	height: 50px;
}
.logo img{
	height: 70px;
	transition: height 0.5s;
}
/*MEDIUM WIDTH AND BELOW*/
@media screen and (max-width: 64.9375em) {
	.logo img{
		height: 60px;
	}
}
@media screen and (max-width: 64.9375em) {
	.logo img,.stuck .logo img{
		height: 50px;
	}
	.topBar, .topBar.stuck{
		background-color: #FFFFFF;
		padding: 10px 20px;
		box-shadow: 0 10px 10px rgba(0,0,0,0.05)
	}
}
/*Navigation*/
nav ul{
	text-align: right;
}
nav ul li.mobileOnly{
	margin-top: 20px;
	display: none;
}
nav ul li.mobileOnly a{
	/*font-size: 15px;*/
}
nav ul li{
	display: inline-block;
	position: relative;
}
nav ul li a{
	font-weight: 500;
	padding: 0 12px;
	color: #FFFFFF;
	font-size: 15px;
	display: inline-block;
	line-height: 64px;
}
.stuck nav ul li a{
	color: #333333;
}
nav ul li a.active{
	border-bottom:  2px solid #c5292c;
}
nav ul li a:hover{
	color: #c5292c;
}
nav ul li > a:after {
	content: '\f078';
	color: #c5292c;
	margin-left: 6px;
	width: 0;
	text-align: center;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 500;
	font-size: 10px;
}
nav ul li > a:only-child:after { display: none;} 
nav ul li:hover .sub-menu{
	display: block;
}
.sub-menu{
	background-color: #d6d2d2;
	text-align: left;
	overflow: hidden;
	display: none;
	border-radius: 10px;
	left: 0px;
	position: absolute;
	box-shadow: 10px 10px 20px rgba(0,0,0,0.2);
	padding: 20px;
	z-index: 100;
}
.sub-menu li a{
	line-height: 30px;
	display: block;
	color: #444444;
}
.sub-menu li a:hover{
	color: #c5292c;
}
.sub-menu li{
	clear: both;
	width: 100%;
	display: block;
	white-space: nowrap;
}
.showMenu{
	display: none;
	text-align: right;
	float: right;
	text-align: center;
	color: #FFFFFF;
	text-transform: uppercase;
	border-radius: 25px;
	line-height: 44px;
	background-color: #c5292c;
	font-size: 19px;
	font-weight: bold;
	width: 44px;
	height: 44px;
	text-align: center;
	cursor: pointer;
}
@media screen and (max-width: 1200px) {
	.showMenu{
		display: block;
	}
	nav ul li:hover .sub-menu{
		display: none;
	}
	nav:after{
		content: '' ;
		height: 100%;
		width: 100%;
		background: -moz-linear-gradient(left,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
		background: -webkit-linear-gradient(left,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
		background: linear-gradient(to right,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 );
		position: absolute;
		top: 0;
		left: 0;
		opacity: 1;
		z-index: -1;
	}
	nav{
		background: #383838;
		overflow: hidden;
		position: fixed;
		right: -320px;
		top: 0px;
		transition: right 0.5s;
		height: 100vh;
		z-index: -1;
		padding: 120px 30px;
		width: 300px;
	}
	nav ul{
		margin: 0;
		text-align: right;
	}
	nav ul li{
		width: 100%;
	}
	nav ul li.social a span{
		display: inline-block;
	}
	nav ul li a.active{
		color: #c5292c!important;
		border-bottom: 0;
	}
	nav ul li a{
		color: white!important;
		width: 100%;
		font-size: 20px;
		line-height: 40px;
	}
	.sub-menu li a{
		line-height: 30px;
		font-size: 16px;
	}
	.sub-menu{
		background-color: rgba(0,0,0,0.4);
		margin: 10px 0;
		text-align: right;
		padding: 10px;
		position: relative;
		box-shadow: none;
	}
}
@media screen and (max-width: 39.9375em) {
	nav{
		top: 70px;
		padding: 30px;
	}
	nav ul li.mobileOnly{
		display: block;
	}
	nav ul li.mobileOnly a i{
		margin-left: 10px;
		display: inline-block;
	}
	nav ul li.mobileOnly a{
		font-weight: bold;
		color: #c5292c!important;
		border-radius: 20px;
	}
}
/*Cards and Container*/
header .cardContainer{
	position: relative;
	z-index: 110;
	margin-top: 80px;
}
@media screen and (max-width: 1200px) {
	header .cardContainer{
		margin-top: 30px;
	}
}
header .cardContainer .columns:nth-of-type(1) .card{
	background-image: url(../images/slider1.jpg);
}
header .cardContainer .columns:nth-of-type(2) .card{
	background-image: url(../images/slider2.jpg);
}
header .cardContainer .columns:nth-of-type(3) .card{
	background-image: url(../images/slider3.jpg);
}
header .cardContainer .card:after{
	content: '';
	z-index: -1;
	background: #c5292c;
	background: -moz-linear-gradient(-45deg,  #c5292c 0%, #383838 100%);
	background: -webkit-linear-gradient(-45deg,  #c5292c 0%,#383838 100%);
	background: linear-gradient(135deg,  #c5292c 0%,#383838 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5292c', endColorstr='#383838',GradientType=1 );
	position: absolute;
	width: 200%;
	height: 100%;
	right: 0;
	top: 0;
	transition: right 0.7s;
	opacity: 0.9;
}
header .cardContainer .card:hover::after{
	right: -100%;
}
header .cardContainer .card h3{
	color: white;
	margin: 0;
}
header .cardContainer .card p{
	font-size: 14px;
	color: white;
	opacity: 0.8;
	margin: 5px 0 0 0!important;
}
header .cardContainer .card{
	padding: 30px;
	z-index: 1;
	height: 100%;
	background-size: cover;
	background-position: center;
	position: relative;
	overflow: hidden;
	border-radius: 5px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
@media screen and (max-width: 39.9375em) {
	header .cardContainer .columns{
		margin-bottom: 20px!important;
	}
}
/*Header*/
header{
	z-index: 12;
	overflow: hidden;
	position: relative;
	padding: 230px 20px 80px 20px;
}
header.notIndex{
	padding: 300px 20px 150px 20px;
	overflow: hidden;
	background-image: url('../images/calltoaction.jpg');
	background-size: cover;
	background-position: center;
}
@media screen and (max-width: 64.9375em) {
	header.notIndex{
		padding: 200px 20px 150px 20px;
	}

}
@media screen and (max-width: 39.9375em) {
	header.notIndex{
		padding: 100px 20px 120px 20px;
	}
}
header.notIndex:after{
	transform: rotate(-90deg);
	transform-origin: 0% 0%;
	content: '';
	/*Double*/
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 119 808' style='enable-background:new 0 0 119 808;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bopacity:0.22;fill:%23c5292c;%7D .st1%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cdefs%3E%3C/defs%3E%3Cpath class='st0' d='M119,0H18.02v808H118.2c-9.85-131.04-14.91-264.05-14.91-398.71C103.29,271.01,108.62,134.46,119,0z'/%3E%3Cpath class='st1' d='M100.98,0H0v808h100.18c-9.85-131.04-14.91-264.05-14.91-398.71C85.27,271.01,90.6,134.46,100.98,0z'/%3E%3C/svg%3E%0A");
	/*Single*/
	/*background-image: url("data:image/svg+xml,%3Csvg version='1.1' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 90.11 797' style='enable-background:new 0 0 90.11 797;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cdefs%3E%3C/defs%3E%3Cpath class='st0' d='M90.11,0H0v797h89C75.34,667.74,68.31,536.54,68.31,403.72C68.31,267.32,75.71,132.63,90.11,0z'/%3E%3C/svg%3E%0A");*/
	position: absolute;
	left: 0%;
	width: 100px;
	height: 100vw;
	top: 101%;
	z-index: 2;
}
@media screen and (max-width: 39.9375em) {
	header.notIndex:after{
		width: 70px;
	}
}
header.notIndex:before{
	background: -moz-linear-gradient(left,  rgba(255,252,252,1) 0%, rgba(255,252,252,0.85) 32%, rgba(0,0,0,0.53) 100%);
	background: -webkit-linear-gradient(left,  rgba(255,252,252,1) 0%,rgba(255,252,252,0.85) 32%,rgba(0,0,0,0.53) 100%);
	background: linear-gradient(to right,  rgba(255,252,252,1) 0%,rgba(255,252,252,0.85) 32%,rgba(0,0,0,0.53) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffcfc', endColorstr='#87000000',GradientType=1 );
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	content: '';
	opacity: 0.8;
}
@media screen and (max-width: 1200px) {
	header{
		z-index: 12;
		position: relative;
		padding: 180px 20px 80px 20px;
	}
}
@media screen and (max-width: 64.9375em) {
	header{
		margin-top: 70px;
		padding: 0 20px 40px 20px;
		overflow: hidden;
	}
}
@media screen and (max-width: 39.9375em) {
	header{
		margin-top: 70px;
	}
}
/*Header text*/
.headerText{
	position: relative;
	z-index: 100;
}
.notIndex .headerText h1{
	/*color: #333333;*/
}
.headerText h1{
	font-size: 40px;
	font-weight: 900;
	margin: 0 0 10px 0;
	color: #383838;
	letter-spacing: -1px;
	line-height: 120%;
}
.headerText p{
	opacity: 0.8;
	margin: 15px 0 25px 2px;
	padding-left: 30px;
	border-left: 3px solid #383838;
	font-size: 20px;
	line-height: 140%;
	color: #383838;
}
@media screen and (max-width: 1200px) {
	.headerText h1{
		font-size: 38px;
	}
	.headerText p{
		font-size: 17px;
	}
}
@media screen and (max-width: 64.9375em) {
	header.notIndex .headerText{
		background-color: transparent;
		padding: 0;
		margin-top: 0;
	}
	.headerText{
		background-color: #d6d2d2;
		padding: 40px 40px 25px 40px;
		position: relative;
		margin-top: -120px;
		border-radius: 5px;
		box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	}
	.headerText h1{
		width: 100%;
	}
}
@media screen and (max-width: 39.9375em) {
	.headerText h1{
		width: 100%;
		font-size: 30px;
	}
	.headerText{
		background-color: transparent;
		padding: 0;
		box-shadow: none;
		margin-top: 0px;
	}
}
/*SlideSHow*/
header .slideShow .slide{
	background-size: cover;
	background-position: center center;
}
header .slideShow img{
	opacity: 0;
}
header .slideShow:before{
	content: '';
	height: 120px;
	width: 100%;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.84) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.84) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0.84) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
	z-index: 1;
	position: absolute;
}
.slideShow:after{
	content: '';
	/*Double*/
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 119 808' style='enable-background:new 0 0 119 808;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bopacity:0.22;fill:%23c5292c;%7D .st1%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cdefs%3E%3C/defs%3E%3Cpath class='st0' d='M119,0H18.02v808H118.2c-9.85-131.04-14.91-264.05-14.91-398.71C103.29,271.01,108.62,134.46,119,0z'/%3E%3Cpath class='st1' d='M100.98,0H0v808h100.18c-9.85-131.04-14.91-264.05-14.91-398.71C85.27,271.01,90.6,134.46,100.98,0z'/%3E%3C/svg%3E%0A");
	position: absolute;
	left: -1px;
	width: 120px;
	height: 100%;
	top: 0;
	z-index: 2;
}
header .slideShow{
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
}
@media screen and (max-width: 64.9375em) {
	header .slideShow .slide{
		background-position: bottom center;
	}
	header .slideShow{
		margin-bottom: 10px;
		position: relative;
		height: 500px!important;
		width: calc(100% + 40px);
		left: -20px;
	}
	.slideShow:after{
		transform: rotate(-90deg);
		transform-origin: 0% 0%;
		width: 50px;
		height: 100vw;
		top: 100%;
		z-index: 2;
	}
}
@media screen and (max-width: 39.9375em) {
	header .slideShow, .slide{
		height: 300px!important;
	}	
}
/*Large Side bit*/
.homeSide{
	position: relative;
}
.largeSide{
	overflow: hidden;
	width: 50vw;
	background-size: cover;
	background-position: right center;
	background-image: url('../images/sidebar1.jpg');
	height: calc(100% + 220px);
	right: 0;
	top: -110px;
	position: absolute;
}
.largeSide:before{
	content: '';
	/*Double*/
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 119 808' style='enable-background:new 0 0 119 808;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bopacity:0.22;fill:%23c5292c;%7D .st1%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cdefs%3E%3C/defs%3E%3Cpath class='st0' d='M119,0H18.02v808H118.2c-9.85-131.04-14.91-264.05-14.91-398.71C103.29,271.01,108.62,134.46,119,0z'/%3E%3Cpath class='st1' d='M100.98,0H0v808h100.18c-9.85-131.04-14.91-264.05-14.91-398.71C85.27,271.01,90.6,134.46,100.98,0z'/%3E%3C/svg%3E%0A");
	/*Single*/
	/*background-image: url("data:image/svg+xml,%3Csvg version='1.1' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 90.11 797' style='enable-background:new 0 0 90.11 797;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cdefs%3E%3C/defs%3E%3Cpath class='st0' d='M90.11,0H0v797h89C75.34,667.74,68.31,536.54,68.31,403.72C68.31,267.32,75.71,132.63,90.11,0z'/%3E%3C/svg%3E%0A");*/
	position: absolute;
	right: -1px;
	transform: rotate(180deg);
	width: 120px;
	height: 101%;
	top: -1px;
	z-index: 2;
}
@media screen and (max-width: 64.9375em) {
	.largeSide{
		width: 40vw;
		background-image: url('../images/sidebar1.jpg');
		height: calc(100% + 120px);
		right: 0;
		top: -60px;
		position: absolute;
	}
}
@media screen and (max-width: 39.9375em) {
	.largeSide{
		position: relative;
		width: calc(100% + 70px);
		background-image: url('../images/sidebar1.jpg');
		height: 220px;
		left: -35px;
		top: -60px;
	}
	.largeSide:before{
		display: none;
	}
}
/*Sections*/
section.picture{
	position: relative;
	z-index: 1;
	background-image: url('../images/calltoaction.jpg');
	background-size: cover;
	background-position: center;
}
section.picture:before{
	background: #c5292c;
	background: -moz-linear-gradient(-45deg,  #c5292c 0%, #383838 100%);
	background: -webkit-linear-gradient(-45deg,  #c5292c 0%,#383838 100%);
	background: linear-gradient(135deg,  #c5292c 0%,#383838 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5292c', endColorstr='#383838',GradientType=1 );
	position: absolute;
	z-index: -1;
	width: 250%;
	height: 100%;
	top: 0;
	right: 0;
	content: '';
	opacity: 0.9;
}
section{
	padding: 110px 20px 110px 20px;
	position: relative;
	z-index: 1;
}
section.smallPad{
	padding: 80px 20px 80px 20px;
}
section.pale{
	background-color: #d6d2d2;
}
section .row ~ .row{
	margin-top: 150px;
}
/*SMALL SCREENS AND UNDER */
@media screen and (max-width: 39.9375em) {
	.regular .row ~ .row{
		margin-top: 50px;
	}
}
section.regular.pale{
	background-color: #E6EAED;
}
/*Blog*/
.blogItem{
	padding: 30px 30px 10px 30px;
	border-radius: 6px;
	background-color: #E6EAED;
	margin-top: 30px;
}
@media screen and (max-width: 64.9375em) {
	section{
		padding: 60px 20px;
	}
}
.darkBg{
	background-color: #383838;
}
/*Cards*/
.numberBox{
	background-color: #383838;
	border-radius: 50%;
	width: 66px;
	height: 66px;
	line-height: 66px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 24px;
	letter-spacing: -1px;
	position: relative;
	top: -33px;
	z-index: 100;
	display: none;
}
.text .card a.btn{
	background: #c5292c;
	background: -moz-linear-gradient(-45deg,  #c5292c 0%, #383838 100%);
	background: -webkit-linear-gradient(-45deg,  #c5292c 0%,#383838 100%);
	background: linear-gradient(135deg,  #c5292c 0%,#383838 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5292c', endColorstr='#383838',GradientType=1 );
	font-size: 16px;
	padding: 0;
	line-height: 44px;
	margin-bottom: 0!important;
}
.text .card h3{
	font-size: 27px;
	color: #444444;
}
@media screen and (max-width: 64.9375em) {
	.card{
		padding: 0;
	}
}
/*Maps*/
.map{
	width: 100%;
	height: 400px;
	border-radius: 5px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	background-color: #c5292c;
}
.map iframe{
	position: absolute;
	width: 100%;
	height: calc(100% + 300px);
	z-index: -1;
	left: 0;
	opacity: 0.8;
	top: -150px;
}
@media screen and (max-width: 64.9375em) {
	.map{
		margin-bottom: 30px;
		height: 250px;
	}
}
.fullMap{
	position: relative;
	z-index: 1;
	overflow: hidden;
	padding: 120px 20px 200px 20px;
	background-color: #E6EAED;
}
/*SMALL SCREENS AND UNDER */
@media screen and (max-width: 39.9375em) {
	.fullMap{
		padding: 100px 20px;
	}
}
.fullMap:before{
	content: '';
	height: 100%;
	width: 50%;
	background-color: #FFFFFF;
	opacity: 0.9;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
@media screen and (max-width: 39.9375em) {
	.fullMap:before{
		width: 60%;
	}
}
.fullMap iframe{
	opacity: 0.8;
	position: absolute;
	width: 150%;
	height: calc(100% + 300px);
	z-index: -2;
	left: 0;
	top: -150px;
}
@media screen and (max-width: 39.9375em) {
	.fullMap iframe{
		width: 170%;
	}
}
@media screen and (max-width: 39.9375em) {
	.text ~ .text{
		margin-top: 20px;
	}	
}
/*Text Styles*/
.padRight{
	padding-right: 60px;
}
.padLeft{
	padding-left: 60px;
}
@media screen and (max-width: 64.9375em) {
	.padLeft{
		padding-left: 16px;
	}
	.padRight{
		padding-right: 16px;
	}
}
.infoBox{
	padding: 30px;
	border-radius: 6px;
}
.text{
	color: #383838;
}
.text *:last-child{
	margin-bottom: 0;
}
.darkBg .text{
	color: #FFFFFF;
}
.contactDetails h3 i{
	color: #383838;
	margin-right: 10px;
}
.contactDetails h3{
	margin-top: 20px!important;
}
@media screen and (max-width: 39.9375em) {
	.regular .sideBar{
		order: +1;
	}
}
/*Callback form*/
.callBack{
	border-radius: 6px;
	overflow: hidden;
	background-color: #FFFFFF;
	box-shadow: 10px 10px 20px rgba(0,0,0,0.2);
}
.callBack .inner{
	padding: 30px;
}
.callBack textarea{
	width: 100%;
	height: 120px!important;
	border-radius: 5px!important;
	border: 1px solid #CCC!important;
}
.callBack input[type="submit"]:hover{
	background-color: #383838;
}
.callBack input[type="submit"]{
	background-color: #c5292c;
	border: none;
	width: 100%;
	line-height: 56px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 18px;
	color: #FFFFFF;
	cursor: pointer;
	transition: background-color 0.5s;
	-webkit-transition: background-color 0.5s;
	-o-transition: background-color 0.5s;
}
.fauxInput{
	border: 1px solid #CCC;
	margin-bottom: 20px;
	border-radius: 5px;
	overflow: auto;
}
.fauxInput input{
	width: calc(100% - 44px)!important;
	float: left;
	border: none!important;
	line-height: 44px;
	height: 44px;
	margin-bottom: 0px!important;
}
.fauxInput i{
	font-size: 18px;
	color: #c5292c;
	display: inline-block;
	float: left;
	line-height: 50px;
	height: 50px;
	width: 44px;
	text-align: center;
}
/*Links*/
.links{
	padding-top: 14px;
	padding-bottom: 14px;
	border-left: 2px solid rgba(130,130,130,0.1);
}
.links a{
	display: block;
	border-radius: 50%;
	transition: transform 0.5s;
}
.links a:hover{
	transform: scale(1.05);
	box-shadow: 0px 0px 14px rgba(0,0,0,0.5);
}
@media screen and (max-width: 39.9375em) {
	.links{
		padding-top: 30px;
		border-left: 0;
		margin-top: 20px!important;
		border-top: 2px solid rgba(130,130,130,0.1);
	}
}
.links img{
	border-radius: 50%!important;
	margin: 0!important;
}
/*InfoCards*/
.infoCard .firstReview{
	margin-bottom: 20px;
}
.infoCard .cropper.reviews{
	background-image: url('../images/reviews.jpg');
}
.infoCard .cropper.contact{
	background-image: url('../images/contact-image.jpg');
}
.infoCard .cropper{
	background-size: cover;
	height: 300px;
}
.infoCard .map{
	height: 300px;
	border-radius: 0px;
}
.infoCard .map iframe{
	height: calc(100% + 300px);
	top: -200px;
}
.infoCard .inner h3{
	color: #383838;
	font-weight: 700;
}
.infoCard .inner p{
	font-size: 15px;
}
.infoCard .inner a i{
	color: #383838;
	margin-left: 12px;
}
.infoCard .inner a{
	color: #c5292c;
	display: block;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.infoCard .inner h3{
	font-size: 22px;
}
.infoCard .inner{
	background-color: white;
	margin: -100px 30px 30px 30px;
	padding: 30px;
	border-radius: 10px;
	position: relative;
	z-index: 1;
}
.infoCard:before{
	content: '';
	width: 100%;
	height: 70%;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.infoCard{
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	position: relative;
	z-index: 1;
	background-color: #EEEEEE;
	height: 100%;
	border-radius: 5px;
	overflow: hidden;
}
.infoCard img{
	position: relative;
	z-index: -2;
	border-radius: 0!important;
}
@media screen and (max-width: 39.9375em) {
	.infoCard .cropper{
		height: 200px;
	}
	.infoCard .map{
		height: 200px;
	}
	.infoCard .inner{
		margin: -50px 20px 20px 20px;
	}
}
/*Headings*/
.text h1, .text h2, .text h3, .text h4, .text h5, .text h6{
	margin: 0 0 24px 0;
	letter-spacing: -1px;
}
.text h1{
	font-weight: 900;
	font-size: 34px;
	line-height: 140%;
}
.text h2{
	font-weight: 900;
	font-size: 34px;
	line-height: 140%;
}
.text h3{
	line-height: 140%;
	font-size: 26px;
	color: #c5292c;
}
.text h4{
	line-height: 140%;
	font-weight: 700;
	font-size: 20px;
	color: #444;
}
.text .subHeading:before{
	content: '';
	width: 20px;
	height: 2px;
	background-color: #c5292c;
	position: absolute;
	left: 0;
	top:calc(50% - 1px);
}
.text .subHeading{
	font-size: 18px;
	opacity: 0.8;
	position: relative;
	padding-left: 30px;
	font-weight: bold;
	letter-spacing: -1px;
}
/*SMALL SCREENS AND UNDER */
@media screen and (max-width: 39.9375em) {
	.text h1{
		font-size: 27px;
	}
	.text h2{
		font-size: 27px;
	}
	.text h3{
		font-size: 23px;
	}
	.text h4{
		font-size: 21px;
	}
}
/*Images*/
.text figure img{
	margin-bottom: 0;
}
.text figure{
	width: 100%;
	z-index: 1;
	margin: 0 0 20px 0!important;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
}
.text figure figcaption{
	pointer-events: none;
	text-align: center;
	padding: 20px;
	position: absolute;
	display: block;
	width: 100%;
	z-index: 10;
	bottom: 0;
	color: white;
	font-weight: bold;
	background: -moz-linear-gradient(bottom,  rgba(0,0,0,0.84) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(bottom,  rgba(0,0,0,0.84) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to top,  rgba(0,0,0,0.84) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
	z-index: 1;
}
.text .imageStack{
	position: relative;
	width: 100%;
	margin-top: -40px;
}
.text .imageStack img{
	width: calc(100% - 40px);
	margin: 0;
	box-shadow: 10px 10px 20px rgba(0,0,0,0.2);
}
.text .imageStack img:first-of-type{
	position: absolute;
	right: 0;
	bottom: -40px;
}
/*SMALL SCREENS AND UNDER */
@media screen and (max-width: 64.9375em) {
	.text .imageStack {
		margin-top: 0;
		margin-bottom: 30px;
		border-radius: 5px;
		overflow: hidden;
	}
	.text .imageStack img{
		width: 50%;
		border-radius: 0px;
		bottom: 0!important;
	}
}
.text img{
	margin: 0 0 20px 0;
	border-radius: 5px;
}
.text .masonry img{
	margin-bottom: 30px!important;
}
.text img.pullLeft{
	max-width: 30%;
	display: inline-block;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	clear: both;
}
.text img.pullRight{
	max-width: 30%;
	display: inline-block;
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	clear: both;
}
.text img.pullLeft > *{}
/*Horizontal Rules*/
.text hr{
	border-radius: 2px;
	position: relative;
	display: inline-block;
	height: 3px;
	width: 100px;
	background-color: #c5292c;
	border: 0px!important;
}
/*Text SLider*/
.textSlider{
	padding: 40px 0;
}
.picture .text .arrows button:hover{
	color: #c5292c;
}
.text .arrows button{

}
.picture .text .arrows button{
	color: white;
	padding: 30px;
	cursor: pointer;
	text-align: center;
	margin: 0!important;
}
/*Paragraphs*/
.text p{
	font-size: 17px;
	line-height: 165%;
	opacity: 0.8;
	margin: 0 0 20px 0;
}
.text p.largeQuote{
	font-size: 22px;
	font-style: italic;
}
@media screen and (max-width: 39.9375em) {
	.text p.largeQuote{
		font-size: 20px;
	}
}
.text p.statement{
	line-height: 155%;
	font-weight: bold;
	padding-left: 30px;
	border-left: 3px solid #383838;
}
/*SMALL SCREENS AND UNDER */
@media screen and (max-width: 39.9375em) {
	.text p{
		font-size: 16px;
	}
}
.text p.smallPrint{
	font-size: 10px;
}
.text p a{
	color: #c5292c;
	text-decoration: underline;
}
.text a{
	overflow: auto
}
.text .icon{
	display: block;
	font-size: 42px;
	margin-bottom: 20px;
}
.text p .icon{
	font-size: 22px;
	color: #c5292c;
	width: 30px;
	line-height: 30px;
	margin: 0;
}
/*Address'*/
.text address p{
	font-style: initial;
}
/*Blockquotes*/
.text .masonry blockquote{
	margin: 0 0 30px 0!important
}
.text blockquote{
	display: block;
	border-radius: 5px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	overflow: hidden;
	margin: 0 0 30px 0;
	position: relative;
	padding: 30px;
	background-color: #d6d2d2;
	z-index: 1;
}
.darkBg .text blockquote{
	background-color: rgba(0,0,0,0.3);
}
.text blockquote:after{
	right: -20px;
	top: -40px;
}
.text blockquote:before{
	left: -20px;
	bottom: -40px;
	transform: rotate(180deg);
}
.text blockquote h3{
	margin-bottom: 12px;
}
.text blockquote p:last-of-type{
	margin-bottom: 0;
	opacity: 0.8;
	color: #c5292c;
	font-weight: 700;
}
@media screen and (max-width: 39.9375em) {
	.text blockquote{
		margin-top: 10px;
		margin-bottom: 30px;
	}
	.text blockquote:after{
		left: 20px;
		top: -20px;
	}
}
/*Buttons*/
.btn{
	font-size: 16px;
	padding: 0 18px;
	background: #c5292c;
	background: -moz-linear-gradient(-45deg,  #c5292c 0%, #383838 100%);
	background: -webkit-linear-gradient(-45deg,  #c5292c 0%,#383838 100%);
	background: linear-gradient(135deg,  #c5292c 0%,#383838 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5292c', endColorstr='#383838',GradientType=1 );
	font-weight: 600;
	display: inline-block;
	line-height: 52px;
	margin: 0 0 20px 0;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	cursor: pointer;
	color: white;
	border-radius: 26px;
}
.btn ~ .btn{
	background: #383838!important;
	margin-left: 8px;
}
.btn:hover{
	opacity: 0.7;
}
/*Tables*/
.text table{
	width: 100%;
	text-align: left;
	margin: 0 0 20px 0;
	border-radius: 4px;
	border-collapse: collapse;
	overflow: hidden;
}
.text table tr:first-of-type{
	font-weight: bold;
	color: #FFFFFF;
	font-size: 18px;
	background-color: #c5292c!important;
}
.text table tr:nth-of-type(even){
	background-color: rgba(0,0,0,0);
}
.text table tr:nth-of-type(odd){
	background-color: rgba(0,0,0,0.05);
}
.darkBg .text table tr:nth-of-type(odd){
	background-color: rgba(0,0,0,0.3);
}
.text table td, table th{
	padding: 10px;
	opacity: 0.8;
}
/*Unordered Lists*/
.text ul{
	font-size: 16px;
	margin-bottom: 20px;
}
.text ul.twoCols{
	-webkit-columns: 2;
	-moz-columns: 2;
	-o-columns: 2;
	columns: 2;
}
.text ul li{
	line-height: 180%;
	opacity: 0.8;
}
.text ul.notriangles li:before{
	content: '';
	margin-right: 0;
}
.text ul li:before{
	color: #c5292c;
	display: inline-block;
	content: '\f00c';
	font-family: 'Font Awesome 5 Pro';
	font-weight: 500;
	margin-right: 10px;
}
/*Ordered Lists*/
.text ol{
	font-size: 16px;
	-webkit-columns: 2;
	-moz-columns: 2;
	-o-columns: 2;
	columns: 2;
	opacity: 0.8;
	margin-bottom: 20px;
}
.text ol li{
	display: inline-block;
	width: 100%;
	opacity: 0.8;
	line-height: 180%;
	counter-increment: step-counter;
}
.text ol li:before{
	color: #c5292c;
	width: 10px;
	display: inline-block;
	content: counter(step-counter)".";
	margin-right: 10px;
}
/*Unsplit OL's and UL's*/
.text ul.noSplit, .text ol.noSplit{
	-webkit-columns: 1;
	-moz-columns: 1;
	-o-columns: 1;
	columns: 1;
}
/*Card style Lists*/
.text ul.cards li:before{
	display: none;
}
.text ul.cards li{
	background-color: #EEEEEE;
	width: 100%;
	border-radius: 5px;
	border-top: 2px solid #c5292c;
	display: inline-block;
	padding: 30px;
	margin-bottom: 32px;
	position: relative;
	z-index: 1;
}
.text ul.cards li i{
	color: #c5292c;
	display: inline-block;
	margin-right: 10px;
}
.text ul.cards li h3{
	font-size: 27px;
	color: #444444;
}
.darkBg .text ul.cards li{
	background-color: rgba(0,0,0,0.3);
}
.text ul.cards li p{
	margin-bottom: 0;
	opacity: 0.8;
}
/*Social Lists*/
.text ul.socials{
	overflow: auto;
	-webkit-columns: 1;
	-moz-columns: 1;
	-o-columns: 1;
	columns: 1;
}
.text ul.socials li:before{
	display: none!important;
}
.text ul.socials li a i{
	transition: all 0.5s;
	margin-right: 10px;
}
.text ul.socials li a{
	color: #FFFFFF;
	padding: 20px;
	font-size: 17px;
	display: inline-block;
	float: left;
	border-radius: 4px;
	line-height: 30px;
	text-align: center;
}
.text ul.socials li{
	width: auto;
	float: left!important;
	margin-right: 10px;
}
.text ul.socials li a[href*="https://www.facebook.com/Pro-Fit-Interiors-174262066690571/"]{background-color: #4B69B0;}
.text ul.socials li a[href*="twitter"]{background-color: #37B1E1;}
.text ul.socials li a[href*="instagram"]{background: #d6249f;background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);}
.text ul.socials li a[href*="youtube"]{background-color: #E83F3A;}
.text ul.socials li a[href*="wa.me"]{background-color: #2BA63A;}
.text ul.socials li a[href*="linkedin"]{background-color: #0074B2;}
.text ul.socials li a[href*="yell"]{background-color: #FDDB00; transform: rotate(-90deg); color: #222222;}
.text ul.socials li a[href*="checkatrade"]{background-color: #eb1f40;}
.text ul.socials li a[href*="houzz"]{background-color: #4BB714;}
.text ul.socials li a[href*="mybuilder"]{background-color: #478bd8;}
@media screen and (max-width: 39.9375em) {
	.text ul, .text ul.twoCols, .text ol, .text ul.cards{
		-webkit-columns: 1;
		-moz-columns: 1;
		-o-columns: 1;
		columns: 1;
	}
}
/*Definition Lists*/
.text dl {
	font-size: 18px;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	overflow: auto;
}
.text dl > * {
	padding-top: 10px;
}
.text dt {
	opacity: 0.8;
	width: 25%;
	font-size: 20px;
	padding-right: 10px;
	line-height: 125%;
	font-weight: bold;
}
.text dd {
	width:75%;
	padding-left: 20px;
	opacity: 0.8;
	line-height: 125%;
	margin-left: 0px;
	margin-bottom: 20px;
}
.text dd + dd {
	width: 100%;
	padding-left: calc(25% + 20px);
}
.text dt + dt {
	padding-right: 75%;
}
.text dt + dt + dd {
	margin-top: 20px;
	padding-left: calc(25% + 20px;);
}
/*SMALL SCREENS AND UNDER */
@media screen and (max-width: 39.9375em) {
	.text dl > * {
		padding-top: 10px;
	}
	.text dt {
		width: 100%;
		padding-right: 0px;
	}
	.text dd {
		width: 100%;
		padding-left: 0px;
		margin-left: 0px;
		margin-bottom: 10px;
	}
	.text dd + dd {
		padding-left: 0;
	}
	.text dt + dt {
		padding-right: 75%;
	}
	.text dt + dt + dd {
		margin-top: 10px;
		padding-left: 0;
	}
}
/*Forms*/
.text form ::placeholder {color: #444444;opacity: 1;}
.text form :-ms-input-placeholder {color: #444444;}
.text form ::-ms-input-placeholder {color: #444444;}
.text form{
	color: #606060;
}
.text form{
	margin-bottom: 20px;
}
.text form .btn{
	margin-top: 20px;
}
.text form label{
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 2.6em;
	color: #c5292c;
}
.text form input[type='text'], .text form select{
	width: 100%;
	height: 50px;
	color: #333333;
	background-color: #d6d2d2;
	font-size: 14px;
	padding: 0 20px;
	box-shadow: 0px;
	outline: 0;
	border-radius: 25px;
	border: 0px solid #BBBBBB;
	margin-bottom: 8px;
}
.text form textarea{
	border-radius: 25px;
	width: 100%;
	background-color: #d6d2d2;
	color: #333333;
	resize: none;
	padding: 1em;
	border: 0px solid #BBBBBB;
	height: 180px;
}
/*Modals*/
.modal{
	background-color: #E6EAED;
	border-radius: 5px;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
	display: none;
	padding: 56px 56px 0 56px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
@media screen and (max-width: 39.9375em) {
	.modal{
		padding: 30px 30px 0 30px;
	}
}
.modal:before,.modal:after{
	content: '';
	position: absolute;
	height: 100%;
	max-height: 1081px;
	width: 100%;
	left: 0;
	bottom: 0;
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.99) 1%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.99) 1%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.99) 1%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
	z-index: -1;
}
.modal ::placeholder {color: #555555;opacity: 1;}
.modal :-ms-input-placeholder {color: #555555;}
.modal ::-ms-input-placeholder {color: #555555;}
.fancybox-close-small{
	color: #c5292c!important;
}
.modal h3{
	color: #383838;
	font-weight: 900;
	font-size: 29px;
	letter-spacing: -1px;
}
.modal form{
	max-width: 560px;
}
.modal form .inner{
	overflow: auto;
}
.modal form textarea{
	border: none;
	font-weight: 500;
	font-size: 14px;
	width: 100%;
	height: 44px;
	float: left;
	height: 180px;
	border-radius: 14px;
	padding: 20px;
	background-color: rgba(0,0,0,0.1);
	outline: none!important;
	resize: none;
	color: #333333;
}
.modal .btn{
	width: calc(100% + 160px);
	position: relative;
	left: -80px;
	margin-top: 40px;
	height: 80px;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: 600;
	text-transform: uppercase;
	background-color: #383838;
}
.modal form input:nth-of-type(even){
	margin-left: 16px;
}
.modal form input{
	margin-bottom: 24px;
	border-radius: 25px;
	border: none;
	color: #333333;
	font-size: 14px;
	background-color: rgba(0,0,0,0.1);
	outline: none!important;
	width: calc(50% - 8px);
	height: 50px;
	padding: 0 20px;
	float: left;
}
/* G A L L E R Y */
.fancybox-infobar{
	color: #FFFFFF;
	font-size: 20px;
}
.fancybox-content img{
	border-radius: 6px;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
}
.gallery .columns:hover img{
	box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
	transform: scale(1.02);
}
.gallery .columns img{
	transition: transform 0.4s, box-shadow 0.4s;
	margin: 0!important;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}
.gallery .columns{
	margin-bottom: 30px;
}
.homeGallery{
	padding: 20px 0 30px 0;
}
.homeGallery .columns img{
	border-radius: 5px;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.homeGallery .columns{
	overflow: hidden;
	height: 240px;
	margin-bottom: 30px;
}
/*Footer*/
footer{
	z-index: 1;
	position: relative;
	background-color: #383838;
	padding: 100px 20px 120px 20px;
}
footer .row ~ .row{
	margin-top: 30px;
	padding-top: 50px;
	border-top: 1px solid rgba(255,255,255,0.1);
}
/*SMALL SCREENS AND UNDER */
@media screen and (max-width: 39.9375em) {
	footer:after{
		top: -60px;
		height: 60px;
	}	
}
/*SMALL SCREENS AND UNDER */
@media screen and (max-width: 39.9375em) {
	footer{
		padding: 60px 20px;
	}
}
.creds{
	margin-top: 30px;
}
.creds img{
	margin: 0!important;
}
/*MEDIUM WIDTH AND BELOW*/
@media screen and (max-width: 64.9375em) {
	.creds{
		margin-bottom: 30px;
	}
	.lastBit{
		margin-top: 30px
	}
}
.creds p{
	font-size: 50px!important;
	margin: 0!important;
	color: #c5292c;
}
footer h4{
	font-weight: 400!important;
	color: #FFF!important;
	letter-spacing: initial!important;
}
footer h3 span{
	color: white;
	font-weight: 500;
}
.today{
	color: red!important
}
footer h3{
	font-size: 25px!important;
}
footer p, footer ul{
	font-size: 14px!important;
	line-height: 35px!important;
	margin: 0!important;
	opacity: 0.8;
}
footer p.day b{
	width: 60px;
	display: inline-block;
}
footer p.day{
	line-height: 180%!important;
}
footer p.blurb{
	line-height: 180%!important;
}
footer .logo{
    -webkit-filter: invert(97%) sepia(97%) saturate(0%) hue-rotate(64deg) brightness(103%) contrast(105%);
     filter:progid:DXImageTransform.Microsoft.BasicImage(invert='1');
	margin-bottom: 10px!important;
}
.menuContainer h3{
	margin-bottom: 0;
}
.menuContainer ul {
	float: left;
	line-height: 35px!important;
}
.menuContainer ul li{
	float: left;
}
footer hr{
	background-color: #FFFFFF!important;
}
footer ul li.social{
	display: none;
}
footer ul li.mobileOnly{
	display: none;
}
footer ul li:before{
	content: '•'!important;
}
footer ul li{
	line-height: 35px!important;
}
footer ul{
	columns: 1!important;
	-webkit-columns: 1!important;
}
.copyBar:after{
	content: '';
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #000000;
	opacity: 0.3;
	z-index: -1;
}
.copyBar{
	background-color: #383838;
	position: relative;
	padding: 20px 10px;
	z-index: 1;
}
.copyBar p i{
	color: hotpink;
}
.copyBar p{
	margin-bottom: 0!important;
	font-size: 12px!important;
	opacity: 0.6;
}
.copyBar ul{
	margin-bottom: 0!important;
	cursor: pointer;
}
.copyBar .text ul.socials li a i{
	margin-right: 0
}
.copyBar .text ul.socials li a{
	width: 40px!important;
	height: 40px!important;
	line-height: 40px;
	padding: 0!important;
}
