@charset "utf-8";
/* CSS Document */

#mobile_return {
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center; /*Leave this line alone */
	position: fixed;
	height: 3em;
	z-index: 9999999999999999999;
	background: #03AAD6; /* Change this background colour */
}
#mobile_return a {
	font-size: 1.4em;
	line-height: 2.2em;
	vertical-align: middle;
	text-decoration: none; /*Leave this line alone */
	font-family: Arial, sans-serif;
	color: #ffffff; /* Change this text colour */
}
.bread {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: 400;
	color: #FFF;
	text-decoration: none;
}
.footer-green {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	color: #78be3c;
	text-decoration: none;
}
.footer-grey {
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	line-height: 20px;
	font-weight: 400;
	color: #CCC;
	text-decoration: none;
}
.mont-14-white {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	line-height: 20px;
	font-weight: 400;
	color: #FFF;
	text-decoration: none;
}
.mont-16-white {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #FFF;
	text-decoration: none;
}
.mont-15-lightgrey {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #666;
	text-decoration: none;
}
.mont-22-grey-reg {
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	line-height: 30px;
	font-weight: 400;
	color: #999;
	text-decoration: none;
}
.mont-22-darkgrey {
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	line-height: 30px;
	font-weight: 400;
	color: #4E4E4E;
	text-decoration: none;
}
.mont-22-green {
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	line-height: 30px;
	font-weight: 400;
	color: #78BE3C;
	text-decoration: none;
}
.mont-20-grey {
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	line-height: 28px;
	font-weight: 400;
	color: #999;
	text-decoration: none;
}
.mont-20-dark-grey {
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	line-height: 28px;
	font-weight: 400;
	color: #666666;
	text-decoration: none;
}
.mont-18-dark-grey {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	color: #666666;
	text-decoration: none;
}
.mont-22-white {
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	line-height: 30px;
	font-weight: 400;
	color: #FFF;
	text-decoration: none;
}
.mont-20-white {
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
	color: #FFF;
	text-decoration: none;
}
.mont-18-white {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	color: #FFF;
	text-decoration: none;
}
.mont-darkgrey-bold-18 {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	color: #282828;
	text-decoration: none;
}
.mont-darkgrey-18 {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	color: #5B5B5B;
	text-decoration: none;
}
.gochi-30-grey {
	font-family: 'Gochi Hand', cursive;
	font-size: 30px;
	line-height: 26px;
	font-weight: 400;
	color: #AEAEAE;
}
.mont-lightgrey-16 {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	color: #999;
	text-decoration: none;
}
.mont-white-14-bold-caps {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	color: #FFF;
	text-decoration: none;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}
.bread-bold {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: 600;
	color: #FFF;
	text-decoration: none;
}
#topnav div.drop {
	position: relative;
	width: 100%;
	height: 100%;
	line-height: 30px;
	display: block;
}
#topnav div.drop div {
	display: none;
	position: absolute;
	width: 296px;
	line-height: 25px;
	height: auto;
	min-height: 15px;
	padding: 0px;
	z-index: 10000000000;
	left: -50px;
}
#topnav div.drop:hover > div {
	display: block;
}
a.top-link {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 60px;
	font-weight: 700;
	color: #FFF;
	text-decoration: none;
	display: block;
	height: 60px;
	width: 100%;
	font-weight: normal;
}
a.top-link:hover {
	background-color: #78BE3C;
	color: #fff;
}
.mont-36-banner-white {
	font-family: 'Montserrat', sans-serif;
	font-size: 36px;
	line-height: 42px;
	font-weight: 400;
	color: #FFF;
	text-decoration: none;
}
.mont-36-darkgrey-bold {
	font-family: 'Montserrat', sans-serif;
	font-size: 36px;
	line-height: 42px;
	font-weight: 700;
	color: #363636;
	text-decoration: none;
}
.mont-40-darkgrey-bold {
	font-family: 'Montserrat', sans-serif;
	font-size: 40px;
	line-height: 50px;
	font-weight: 700;
	color: #363636;
	text-decoration: none;
}
.mont-40-white-bold {
	font-family: 'Montserrat', sans-serif;
	font-size: 40px;
	line-height: 50px;
	font-weight: 700;
	color: #ffffff;
	text-decoration: none;
}
.mont-36-darkgrey-white {
	font-family: 'Montserrat', sans-serif;
	font-size: 36px;
	line-height: 42px;
	font-weight: 700;
	color: #FFF;
	text-decoration: none;
}
.mont-32-whit {
	font-family: 'Montserrat', sans-serif;
	font-size: 32px;
	line-height: 42px;
	font-weight: 700;
	color: #FFF;
	text-decoration: none;
}
.mont-28-white {
	font-family: 'Montserrat', sans-serif;
	font-size: 28px;
	line-height: 36px;
	font-weight: 700;
	color: #FFF;
	text-decoration: none;
}
.mont-36-dark-grey-reg {
	font-family: 'Montserrat', sans-serif;
	font-size: 36px;
	line-height: 42px;
	font-weight: 400;
	color: #525252;
	text-decoration: none;
}
.mont-32-dargrey-bold {
	font-family: 'Montserrat', sans-serif;
	font-size: 33px;
	line-height: 38px;
	font-weight: 600;
	color: #525252;
	text-decoration: none;
}
.mont-32-green-bold {
	font-family: 'Montserrat', sans-serif;
	font-size: 32px;
	line-height: 40px;
	font-weight: 600;
	color: #78BE3C;
	text-decoration: none;
}
.mont-25-green {
	font-family: 'Montserrat', sans-serif;
	font-size: 25px;
	line-height: 38px;
	font-weight: 600;
	color: #78BE3C;
	text-decoration: none;
}
.mont-25-grey {
	font-family: 'Montserrat', sans-serif;
	font-size: 25px;
	line-height: 38px;
	font-weight: 600;
	color: #363636;
	text-decoration: none;
}
.mont-32-orange {
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	line-height: 38px;
	font-weight: 600;
	color: #FF9600;
	text-decoration: none;
}
.light-box-grey {
	border: 1px solid #eeeeee;
}
.mont-25-bold {
	font-family: 'Montserrat', sans-serif;
	font-size: 25px;
	line-height: 32px;
	font-weight: 700;
	color: #FFF;
	text-decoration: none;
}
.kalam-green-27 {
	font-family: 'Kalam', cursive;
	font-size: 27px;
	line-height: 24px;
	font-weight: 400;
	color: #6fc04a;
	text-decoration: none;
}
.mont-48-banner-white-bold {
	font-family: 'Montserrat', sans-serif;
	font-size: 46px;
	line-height: 54px;
	font-weight: 700;
	color: #FFF;
	text-decoration: none;
}
.green-dotted-line {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #6fc04a;
}
.rounded-sqaure-box {
	border-radius: 5px 5px 5px 5px;
}
.rounded-sqaure-box:hover {
	background-color: #6fc04a;
	transition: transform 0.5s ease-in-out;
}
/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
/*  COLUMN SETUP  */
.col {
	display: block;
	float: left;
	/*	margin: 0.1% 0 0% 0.1%;*/
	height: 440px !important;
}
.col:first-child {
	margin-left: 0;
}
/*  COLUMN SETUP 2  */
.col2 {
	display: block;
	float: left;
	margin: 0.1% 0 0% 0.1%;
	height: 900px !important;
}
.col2:first-child {
	margin-left: 0;
}
/*  COLUMN SETUP 3 */
.col3 {
	display: block;
	float: left;
	margin: 0% 0 0% 0%;
	height: 300px !important;
}
.col3:first-child {
	margin-left: 0;
}
/*  GROUPING  */
.group:before, .group:after {
	content: "";
	display: table;
}
.group:after {
	clear: both;
}
.group {
	zoom: 1; /* For IE 6/7 */
}
/*  GRID OF THREE  */
.span_3_of_3 {
	width: 100%;
}
.span_2_of_3 {
	width: 66.63%;
}
.span_1_of_3 {
	width: 33.26%;
}
.text {
}
/*  HOME  */
.tiles-large {
	background-image: url(images/icons/removals-exeter.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 666px;
	transition: all 0.5s ease;
}
.tiles-large:hover {
	background-size: 700px;
	transition: all 0.5s ease;
}
.bathrooms-large {
	background-image: url(images/icons/removals_exeter.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 666px;
	transition: all 0.5s ease;
}
.bathrooms-large:hover {
	background-size: 700px;
	transition: all 0.5s ease;
}
.installations-large {
	background-image: url(images/icons/removals-services_exeter.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 666px;
	transition: all 0.5s ease;
}
.installations-large:hover {
	background-size: 700px;
	transition: all 0.5s ease;
}
.button-yellow {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: 600;
	letter-spacing: 1px;
	text-decoration: none;
	padding: 20px 23px 20px 23px;
	background-color: #fdba40;
	border-radius: 3px;
	transition: all 0.2s ease;
}
.button-yellow::after {
	content: '\E315';
	font-family: 'Material Icons';
	font-size: 20px;
	font-weight: normal;
	padding-left: 20px;
	display: inline;
	vertical-align: -4px;
	transition: all 0.2s ease;
}
.button-yellow:hover::after {
	padding-left: 30px;
	transition: all 0.2s ease;
}
.button-yellow2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: 600;
	letter-spacing: 1px;
	text-decoration: none;
	padding: 20px 23px 20px 23px;
	background-color: #fdba40;
	border-radius: 3px;
	transition: all 0.2s ease;
}
.button-yellow2::after {
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: normal;
	padding-right: 20px;
	display: inline;
	vertical-align: -4px;
	transition: all 0.2s ease;
}
.button-yellow2:hover::after {
	padding-right: 30px;
	transition: all 0.2s ease;
}
.button-white {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	color: #333333;
	font-weight: 600;
	letter-spacing: 1px;
	text-decoration: none;
	padding: 16px 19px 16px 19px;
	background-color: #ffffff;
	border-radius: 3px;
	transition: all 0.2s ease;
}
.button-white::after {
	content: '\E315';
	font-family: 'Material Icons';
	font-size: 20px;
	font-weight: normal;
	padding-left: 20px;
	display: inline;
	vertical-align: -4px;
	transition: all 0.2s ease;
}
.button-white:hover::after {
	padding-left: 30px;
	transition: all 0.2s ease;
}
.border-dashed {
	border: dashed 3px #ff9600;
}
.border-dashed-white {
	border: dashed thin #ffffff;
}
.baclground-storage-logo {
	background-attachment: scroll;
	background-image: url(images/removals_services_exeter.jpg);
	background-repeat: no-repeat;
	background-position: top top;
}
.buttonorange {
	display: block;
	height: 60px;
	width: 100%;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 600px;
	color: #FFF;
	text-decoration: none;
	line-height: 60px;
	font-weight: 500;
	letter-spacing: 1px;
	background-color: #ffa200;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
a.buttonorange:hover {
	background-color: #257b8f;
	color: #FFFFFF;
}
.bts-popup-sm {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 500px;
	height: 253px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
	-moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
	transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.bts-popup-sm.is-visible-sm {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
	-moz-transition: opacity 0.3s 0s, visibility 0s 0s;
	transition: opacity 0.3s 0s, visibility 0s 0s;
}
.bts-popup-close-sm {
	position: absolute;
	background-color: #CC0234;
	bottom: 163px;
	right: -15px;
	z-index: 99999999999999999999999999999999999999999;
	border-radius: 200px;
	display: inline-block;
	height: 30px;
	width: 30px;
	transition: 0.2s;
}
.bts-popup-close-sm:hover {
	cursor: pointer;
	background-color: #EF1B2C;
}
.bts-popup-close-sm::before {
	font: normal 700 15px 'Material Icons';
	color: #ffffff;
	content: '\e14c';
	display: inline-block;
	z-index: 99999999999;
	transition: 0.2s;
	margin-top: 8px;
	margin-left: 0px;
}
.is-visible-sm .bts-popup-container-sm {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
.bts-popup-close-sm {
	top: 25% !important;
	margin-left: 225px !important;
	padding: 20px 30px !important;
	font: normal 700 24px/24px 'Open Sans', sans-serif !important;
}
.bts-popup-close-sm::before {
	font: normal 700 28px 'Material Icons';
	vertical-align: -5px;
}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
.bts-popup-close-sm {
	top: 25% !important;
}
}
.lightbox7 {
	/** Default lightbox to hidden */
	display: none;
	/** Position and style */
	position: fixed;
	z-index: 999999;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background: rgba(1,34,88,0.5);
}
.lightbox7 div.inner {
	position: absolute;
	width: auto;
	height: auto;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.lightbox-active {
	/** Remove default browser outline */
	outline: none;
	/** Unhide lightbox **/
	display: block;
}
