#mobile_return {
   display: block; top: 0; left: 0; width: 100%; text-align: center; /*Leave this line alone */
   position: fixed;
   height: 2em;
   background: #fff;
}
#mobile_return a { 
   font-size: 1em; line-height: 2em; vertical-align: middle; text-decoration: none; /*Leave this line alone */
   font-family: Arial, sans-serif;
   color: #000;
}

.rob-slab-30 {
	font-family: 'Roboto Slab', serif;
	font-size: 30px;
	line-height: 40px;
	font-weight: 300;
	color: #3D484D;
	text-decoration: none;
}
.rob-slab-25-red {
	font-family: 'Roboto Slab', serif;
	font-size: 25px;
	line-height: 35px;
	font-weight: 300;
	color: #e0254d;
	text-decoration: none;
}
.open-14-white {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #FFF;
	text-decoration: none;
}
.open-19-white {
	font-family: 'Open Sans', sans-serif;
	font-size: 19px;
	font-weight: 300;
	color: #FFF;
	text-decoration: none;
	line-height: 28px;
}
.open-20-grey {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: 300;
	color: #929292;
	text-decoration: none;
	line-height: 27px;
}
.open-23-grey {
	font-family: 'Open Sans', sans-serif;
	font-size: 23px;
	font-weight: 300;
	color: #929292;
	text-decoration: none;
	line-height: 27px;
}
.open-12-grey {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #929292;
	text-decoration: none;
	line-height: 18px;
}


.open-16-grey {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #929292;
	text-decoration: none;
	line-height: 23px;
}
.open-16-red {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #E54033;
	text-decoration: none;
	line-height: 23px;
}




.open-60-white {
	font-family: 'Open Sans', sans-serif;
	font-size: 60px;
	font-weight: 300;
	color: #FFF;
	text-decoration: none;
	line-height: 70px;
}

.open-18-red-bold {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #e54033;
	text-decoration: none;
	line-height: 25px;
}
.open-23-red-reg {
	font-family: 'Open Sans', sans-serif;
	font-size: 23px;
	font-weight: 400;
	color: #e54033;
	text-decoration: none;
	line-height: 27px;
}

.open-55-red {
	font-family: 'Open Sans', sans-serif;
	font-size: 55px;
	font-weight: 300;
	color: #e54033;
	text-decoration: none;
	line-height: 60px;
}

.open-40-grey {
	font-family: 'Open Sans', sans-serif;
	font-size: 40px;
	font-weight: 300;
	color: #434343;
	text-decoration: none;
	line-height: 50px;
}
.open-45-grey {
	font-family: 'Open Sans', sans-serif;
	font-size: 45px;
	font-weight: 300;
	color: #434343;
	text-decoration: none;
	line-height: 50px;
}



.bread {
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	font-weight: 400;
	color: #FFF;
	text-decoration: none;
}


.rob-slab-25-grey {
	font-family: 'Roboto Slab', serif;
	font-size: 25px;
	line-height: 40px;
	font-weight: 300;
	color: #3D484D;
	text-decoration: none;
}

.rob-slab-30-bold {
	font-family: 'Roboto Slab', serif;
	font-size: 30px;
	line-height: 40px;
	font-weight: 700;
	color: #3D484D;
	text-decoration: none;
}
.rob-slab-25-bold {
	font-family: 'Roboto Slab', serif;
	font-size: 25px;
	line-height: 40px;
	font-weight: 700;
	color: #3D484D;
	text-decoration: none;
}
.rob-slab-18 {
	font-family: 'Roboto Slab', serif;
	font-size: 18px;
	line-height: 40px;
	font-weight: 300;
	color: #3D484D;
	text-decoration: none;
}

nav a {
	font-family: 'Open Sans', sans-serif;
	position: relative;
	display: inline-block;
	margin: 5px 5px;
	outline: none;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 400;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 14px;
}
nav a:hover,
nav a:focus {
	outline: none;
}
.cl-effect-13 a {
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}
.cl-effect-13 a::before {
	position: absolute;
	top: 100%;
	left: 50%;
	color: transparent;
	content: '.';
	margin-top: -10px;
	text-shadow: 0 0 transparent;
	font-size: 14px;
	-webkit-transition: text-shadow 0.3s, color 0.3s;
	-moz-transition: text-shadow 0.3s, color 0.3s;
	transition: text-shadow 0.3s, color 0.3s;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	pointer-events: none;
}
.cl-effect-13 a:hover::before,
.cl-effect-13 a:focus::before {
	color: #fff;
	text-shadow: 10px 0 #fff, -10px 0 #fff;
}

.cl-effect-13 a:hover,
.cl-effect-13 a:focus {
	color: #e54033;
}
.button-red {
	display: block;
	height: 40px;
	width: 100%;
	webkit-border-radius: 7px 7px 7px 7px;
    moz-border-radius: 7px 7px 7px 7px;
    border-radius: 7px 7px 7px 7px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	line-height:40px;
	font-weight: 400;
	background-color: #e54033;	
	-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.button-red:hover {
    background-color: #ff5a4d;	
	color: #FFFFFF;
}
.circle {
	-webkit-border-radius: 100px; 
	-moz-border-radius: 100px; 
	border-radius: 100px; 
}
.button-grey {
	display: block;
	height: 50px;
	width: 100%;
	webkit-border-radius: 2px 2px 2px 2px;
    moz-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	line-height:50px;
	font-weight: 400;
	background-color: #2f3238;	
	-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.button-grey:hover {
    background-color: #e0254d;	
	color: #FFFFFF;
}
img.sop {
	filter: alpha(opacity=100);
	opacity: 1;
}
img:hover.sop  {
	filter: alpha(opacity=40);
	opacity: 0.4;
	  transition: opacity .35s ease-in-out;
   -moz-transition: opacity .35s ease-in-out;
   -webkit-transition: opacity .35s ease-in-out;
}
a img {
		border: none;	
	}
.backing {
	background-image: url(images/removals/taunton/removals-taunton.png);
	background-repeat: no-repeat;
}
.open-sans-white-45 {
	font-family: 'Open Sans', sans-serif;
	font-size: 45px;
	font-weight: 300;
	color: #FFF;
	text-decoration: none;
	line-height: 50px;
}
.grey-line {
	border: 1px solid #eeeeee;
}
.circle2 {
	-webkit-border-radius: 800px;
	-moz-border-radius: 800px;
	border-radius: 800px;
	background-color: #444444;
}
.circle-outline-red {
    border-radius: 145px;
    border: 1px solid #DF454A;
}
