body {
    font-family:tahoma, 'verdana', 'Lucida Grande', HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size:13px;
    line-height:25px;
    color:#373636;
    background:url(images/bg.png) repeat;
    background-attachment:fixed;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
    font-family:"Elampa", verdana, Arial, sans-serif;
    font-weight:normal;
    color:#010101;
}
h1 {
    font-size:28px;
}
h2 {
    font-size:22px;
}
h3 {
    font-size:20px;
}
h4 {
    font-size:18px;
}
h5 {
    font-size:16px;
}
h6 {
    font-size:12px;
}
p {
    line-height: 25px;
    color: #312F2F;
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.625em;
    margin-top:5px;
}
a {
    text-decoration:none;
    color:#4d4c4c;
}
a img {
    border:none;
}
:focus {
    outline:none;
}
input[type="submit"] {
    cursor:pointer;
}
ol {
    list-style: decimal;
}
ul {
    list-style: disc;
}
li {
    margin-left:30px;
}
p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset, figure {
    margin-bottom:15px;
    font-weight:normal;
}
td, th {
    border: 1px solid #ccc;
    padding: 3px;
}
th {
    background: #cccccc;
}



/*HEADER SETUP*/

.header_container{
    position:relative;
    border-top:9px solid #933530;
	text-align: center;
	background: #2f2f2f url(images/header-bg.png) repeat-y;
	background-position: center;
	    padding-bottom: 15px;
}

.header_wrapper
{  
	padding-top: 38px;
	width: 100%;
	height: 222px;
	display: inline-block;
	margin: 0px auto 0px auto;
    min-height: 200px;
    border-bottom: 1px solid #686869;
	text-align: left;
}


.header_wrapper .logo {

    width: 300px;
    float: left;
	}

.header_wrapper img {
    max-width: 300px;
    max-height: 80px;
}
/*HEADER SETUP*/


/*MENU*/

.menu-contact {
    width: 50%;
    float: right;
    color: #fff;
    margin: 0px 20px 0px 0px;
}

.menu-contact-item {
    float: right;
    width: 100%;
    text-align: right;
}


.menu-wrapper {
    background: rgba(255,255,255,0.85);
    background: url(images/menu-bg.png) repeat;
    border: 3px solid #e9ceb2;
    border-radius: 7px;
    -moz-box-shadow: 2px 3px 8px 0px rgba(0,0,0,0.3);
    -webkit-box-shadow: 2px 3px 8px 0px rgba(0,0,0,0.3);
    box-shadow: 2px 3px 8px 0px rgba(0,0,0,0.3);
    margin-top: 125px;
}


.menu_bar {
    border:1px solid #d9d9d9;
    background:#fff;
    display:block;
    padding-bottom:20px;
    padding-top:5px;
    padding-left:20px;
    margin-top:15px;
}
#menu {
    position:relative;
	    background-color: #F2F1F1;
    padding-top: 1px;
    padding-bottom: 1px;
}
#menu ul {
    list-style-type:none;

}
#menu .ddsmoothmenu {
    list-style:none;
    position:relative;
    z-index:10;
    margin-top: 13px;
    margin-bottom: 10px;
    margin-left: 7px;
}
#menu .ddsmoothmenu li > ul li > ul {
    margin-top:1px;
}
#menu .ddsmoothmenu li {
    position:relative;
    display:inline;
    font-size:16px;
    margin-left:0;
    margin-bottom:0;
    margin-right:0px;
}
#menu .ddsmoothmenu li a {
    color:#444;
    text-decoration:none;
    padding: 14.5px 16px 17px 18px;
}
#menu li.current-menu-item a, #menu li.current-menu-parent a, #menu li.current_page_parent a, #menu li a.selected, #menu li a:hover {
    color: #933530;
}
#menu .ddsmoothmenu li > ul {
    margin-top:7px;
    padding-top:10px;
    margin-left:5px;
}
#menu li li a, #menu li li a.selected, #menu li li a:hover {
    border:none;
}
#menu li.current-menu-item a:hover, #menu li.current-menu-parent a:hover, #menu li.current_page_parent a:hover, #menu li a:hover.selected {
    text-decoration:none;
    color: #933530;
}
#menu .ddsmoothmenu li li:first-child{
    padding-top:10px;
}
#menu .ddsmoothmenu li li {
    background:url(/web/20161019010111im_/http://joinerysolutionsstafford.co.uk/wp-content/themes/road-fighter/images/menu-bg.png) repeat;
    text-transform:capitalize;
    margin:0;
    padding:0;
}
#menu .ddsmoothmenu li li a {
    width:155px;
    height:auto;
    float:none;
    display:block;
    text-align:left;
    position:relative;
    margin:0;
    padding:10px 0;
    margin-left:18px;
    margin-right:18px;
    text-transform:capitalize;
    border-bottom:1px dotted #ccc;
    background: url('/web/20161019010111im_/http://joinerysolutionsstafford.co.uk/wp-content/themes/road-fighter/images/arrow.png') no-repeat 0 14px;
    padding-left:0px;
    text-shadow:none;
    border-right:none;
    text-shadow:0 1.5px 1px #fff;
}
#menu .ddsmoothmenu li li:last-child{
    padding-bottom:0px;
    border-bottom:5px solid #e9ceb2;
}
#menu .ddsmoothmenu li li:last-child a{
    border:none;
}
#menu .ddsmoothmenu li li a:after {
    width:100%;
    content:'';
    position:absolute;
    left:0;
    top:0;
}
#menu .ddsmoothmenu li li li li:last-child a, #menu .ddsmoothmenu li li li li:last-child a:after {
    border-top:none;
}
#menu .ddsmoothmenu li li:last-child a:after {
    width:100%;
    content:'';
    position:absolute;
    left:0;
    bottom:0;
}
* html #menu .ddsmoothmenu li li a {
    display:inline-block;
}
#menu .ddsmoothmenu li li a:link, #menu .ddsmoothmenu li li a:visited {
    color:#565555;
}
#menu .ddsmoothmenu li li a.selected, #menu .ddsmoothmenu li li a:hover {
    color: #933530;
    text-shadow:none;
}
#menu .ddsmoothmenu li ul {
    position:absolute;
    left:0;
    display:none;
    visibility:hidden;
}
#menu .ddsmoothmenu li ul li {
    display:list-item;
    float:none;
}
#menu .ddsmoothmenu li ul li ul {
    padding-top:0;
    background:none;
    top:0;
    margin-top:0;
    margin-left:0;
}
#menu .ddsmoothmenu li ul li ul li:first-child{
    padding-top:0;
}
* html .ddsmoothmenu {
    height:1%;
}

/*MENU*/





/*ROTATOR*/

<style>
@-webkit-keyframes cf4FadeInOut {
 0% {
   opacity:1;
 }
 17% {
   opacity:1;
 }
 25% {
   opacity:0;
 }
 92% {
   opacity:0;
 }
 100% {
   opacity:1;
 }
}

@-moz-keyframes cf4FadeInOut {
 0% {
   opacity:1;
 }
 17% {
   opacity:1;
 }
 25% {
   opacity:0;
 }
 92% {
   opacity:0;
 }
 100% {
   opacity:1;
 }
}

@-o-keyframes cf4FadeInOut {
 0% {
   opacity:1;
 }
 17% {
   opacity:1;
 }
 25% {
   opacity:0;
 }
 92% {
   opacity:0;
 }
 100% {
   opacity:1;
 }
}

@keyframes cf4FadeInOut {
 0% {
   opacity:1;
 }
 17% {
   opacity:1;
 }
 25% {
   opacity:0;
 }
 92% {
   opacity:0;
 }
 100% {
   opacity:1;
 }
}

#cf4a {
  position:relative;
  height:400px;
  width:100%;
  margin:0 auto;
}
#cf4a img {
  position:absolute;
  left:0;
  width: 100%
}
/*
#cf4a img {
  -webkit-animation-name: cf4FadeInOut;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 12s;

  -moz-animation-name: cf4FadeInOut;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: infinite;
  -moz-animation-duration: 12s;

  -o-animation-name: cf4FadeInOut;
  -o-animation-timing-function: ease-in-out;
  -o-animation-iteration-count: infinite;
  -o-animation-duration: 12s;

  animation-name: cf4FadeInOut;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 12s;
}
#cf4a img:nth-of-type(1) {
  -webkit-animation-delay: 36s;
  -moz-animation-delay: 36s;
  -o-animation-delay: 36s;
  animation-delay: 36s;
  left: 0px;
  width: 100%
}
#cf4a img:nth-of-type(2) {
  -webkit-animation-delay: 24s;
  -moz-animation-delay: 24s;
  -o-animation-delay: 24s;
  animation-delay: 24s;
    left: 0px;
  width: 100%
}
#cf4a img:nth-of-type(3) {
  -webkit-animation-delay: 12s;
  -moz-animation-delay: 12s;
  -o-animation-delay: 12s;
  animation-delay: 12s;
    left: 0px;
  width: 100%
}
#cf4a img:nth-of-type(4) {
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0;
  -o-animation-delay: 0;
  animation-delay: 0;
    left: 0px;
  width: 100%
}*/

/*ROTATOR*/




/*HOME FEATURE IMAGES*/
.home-content
{
    display: inline-block;
	width: 100%;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
}

.home-content .page_info{
    background:url(images/shadow-index.png) bottom center no-repeat;
    margin-bottom:50px;
    padding-bottom:40px;
}
.home-content .page_info h1{
    font-size:46px;
    text-align:center;
    margin-bottom:2px;
}
.home-content .page_info h3{
    font-size:22px;
    text-align:center;
}
.feature-content-position
{
    width: 100%;

height: auto;
display: inline-block;
text-align: center
}
.feature-content{
    background:url(images/shadow-index.png) bottom center no-repeat;
    overflow:hidden;
    padding-bottom:57px;
    margin-bottom:0px;
}
.feature-content .feature-content-inner{
    width:31%;
    height:172px;
    height:auto;
	float: left;
}
.feature-content .feature-content-inner .image-box{
    width:100%;
    height:172px;
    overflow:hidden;
} 
.feature-content .feature-content-inner img{
    width:313px;
    height:172px;
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}
.feature-content .feature-content-inner .mask {
    background-color: rgba(241,132,15, 0.6);
    width: 358px;
    padding: 150px 150px;
    height: 64px;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translate(265px, 145px) rotate(45deg);
    -moz-transform: translate(265px, 145px) rotate(45deg);
    -o-transform: translate(265px, 145px) rotate(45deg);
    -ms-transform: translate(265px, 145px) rotate(45deg);
    transform: translate(265px, 145px) rotate(45deg);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.feature-content .feature-content-inner .image-box:hover .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translate(-64px, -155px) rotate(45deg);
    -moz-transform: translate(-64px, -155px) rotate(45deg);
    -o-transform: translate(-64px, -155px) rotate(45deg);
    -ms-transform: translate(-64px, -155px) rotate(45deg);
    transform: translate(-64px, -155px) rotate(45deg);
}
.feature-content .feature-content-inner .feature-content-text{
    border:1px solid #b8b7b3;
    border-bottom:2px solid #b8b7b3;
    border-top:none;
    padding-top:15px;
    padding:20px 10px 25px 10px;
    -webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
}
.feature-content .feature-content-inner:hover .feature-content-text{
    border-bottom:2px solid #f2780a;
}
.feature-content .feature-content-inner .feature-content-text h3{
    font-weight:bold;
}
.feature-content .feature-content-inner .feature-content-text h3 a{
    color:#000000;
}
.feature-content .feature-content-inner .feature-content-text p{
    color:#535353;
    line-height:22px;
}
.feature-content .feature-content-inner .feature-content-text a.read-more{
    background:url(images/home-read.png) left center no-repeat;
    padding: 7px 0;
    padding-left: 36px;
}
.feature-content .feature-content-inner:hover .feature-content-text a.read-more{
    background:url(images/home-read-orange.png) left center no-repeat;
}
.feature-content .feature-content-inner.first{
}
.feature-content .feature-content-inner.second{
    margin-left:20px;
}
.feature-content .feature-content-inner.third{
    margin-left:20px;
}
.feature_blog_content{
    background:url(images/shadow-index.png) bottom center no-repeat;
    margin-bottom:0px;
    overflow:hidden;
}
.feature_blog_content h2{
    font-weight:bold;
}
.featurebox{
    overflow:hidden;
    list-style:none;
}
.featurebox .featurebox_wrapper{
    border-top:1px solid #d9d9d9;
    padding-top:23px;
}
.featurebox h2{
    margin-bottom:23px;
}
.featurebox .blog_item{
    width:201px;
    height:auto;
    margin-right:27px;
    display:inline-block;
    vertical-align:top;
    margin-left:0;
    margin-bottom:15px;
}
.featurebox .blog_item h4{
    margin-bottom:12px;
    font-size:20px;
    color:#0a0a0a;
}
.featurebox .blog_item h4 a{
    color:#0a0a0a;
}
.featurebox .blog_item .thumbnail{
    position:relative;
    margin-bottom: 15px;
    background:#000;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    z-index:1
}
.featurebox .blog_item img{
    width: 201px;
    height: 130px;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    z-index:-1;
}
.featurebox .blog_item img:hover{
    opacity:.45;
}
.featurebox .blog_item p{
    margin-bottom:20px;
    text-align:justify;
    font-size:13px;
    line-height:22px;
    color:#222222;
}
.featurebox .blog_item .thumbnail span{
    background:url(/images/link.png) no-repeat;
    width:28px;
    height:29px;
    position:absolute;
    top: 35%;
    left: 46%;
    visibility:hidden;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
}
.featurebox .blog_item .thumbnail:hover span{
    position:absolute;
    top: 39%;
    left: 46%;
    visibility:visible;
}
/*.featurebox .blog_item .thumbnail span:hover{
-webkit-animation: bounceIn_custom 0.7s ease-in-out;
         -moz-animation: bounceIn_custom 0.7s ease-in-out; 
         -o-animation: bounceIn_custom 0.7s ease-in-out;
          animation: bounceIn_custom 0.7s ease-in-out; 
}*/
.feature_testimonial h2{
    margin-bottom:30px;
}
.feature_testimonial .circle {
    width:70px;
    height:70px;
    float:left;
    border-radius:40px;
    -moz-border-radius:40px;
    -webkit-border-radius:40px;
    -khtml-border-radius:40px;
    text-align:center;
    position:relative;
    margin-right:13px;
}
.feature_testimonial .circle img {
    width:70px;
    height:68px;
    border-radius:35px;
    -moz-border-radius:35px;
    -webkit-border-radius:35px;
    -khtml-border-radius:35px;
    background:#fad1b4;
    margin:5px;
    text-align:center;
    position:absolute;
    top:-2.5px;
    left:-2.5px;
    border:2px solid #fad1b4;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
}
.feature_testimonial .circle img:hover {
    -webkit-animation: bounceIn_custom 0.7s ease-in-out;
    -moz-animation: bounceIn_custom 0.7s ease-in-out;
    -o-animation: bounceIn_custom 0.7s ease-in-out;
    animation: bounceIn_custom 0.7s ease-in-out;
}
.feature_testimonial p{
    text-align:justify;
    background:#fae5d6;
    border:2px solid #fad1b4;
    padding:15px 10px 35px 10px;
    color:#222;
    text-shadow:0 1px 0 #fff;
    line-height:22px;
    border-radius:10px;
}
.feature_testimonial .testimonial_author{
    margin-top:-53px;
    margin-left:15px;
    padding-bottom: 30px;
}
.feature_testimonial .testimonial_author .testimonial_author_text{
    padding-top:42px;
}
.feature_testimonial a.testimonial_link{
    color:#d66422;
    display:inline;
}
.feature_testimonial span{
    display:inline;
}






.bottom_tagline {
    padding: 50px 0 48px 0;
    overflow: hidden;
}


.bottom_tagline .bottom_tagline_text h1 {
    line-height: 32px;
    margin-top: 9px;
    font-size: 28px;
    text-align: center;
}

.container_24 .grid_18 {
    width: 74%;
}
960_24_col_responsive.css:115
.alpha {
    margin-left: 0;
}


.container_24 .grid_6 {
    width: 24%;
}

960_24_col_responsive.css:118
.omega {
    margin-right: 0;
}

.bottom_tagline .bottom_tagline_button a {
    background: url(images/buttons-tag.png) no-repeat 0 0;
    width: 224px;
    height: 51px;
    text-align: center;
    display: inline-block;
    color: #ffffff;
    font-size: 24px;
    text-shadow: 0 2px 2px #8a9f15;
    line-height: 51px;
}
/*HOME FEATURE IMAGES*/





/*FOOTER*/
.footer_container {
    background: #933530url(images/footerbg.png) center repeat-y;
    border-bottom: 1px solid #8f390a;
	display: inline-block;
	width: 100%;
	height: 80px;
}

.bottom_footer_container {
    background: #933530;
    border-top: 1px solid #fff;
}

.bottom_footer_container .copyrightinfo {
    font-size:13px;
}
.bottom_footer_container .copyrightinfo p {
    color:#fff;
    font-size:13px;
    line-height:22px;
    margin-bottom:0;
    padding-bottom:10px;
}
.bottom_footer_container .copyrightinfo a {
    color:#f5f5f5;
}
.bottom_footer_container .copyrightinfo a:hover {
    color:#fff;
}

/*FOOTER*/



/*NORMAL PAGES*/
.content-bar {
    max-width: 100%;
    height: auto;
}

style.css:1320
.content-bar {
    margin: 0;
    padding: 0;
    margin-right: 30px;
}


.container_24 {
    margin-left: auto;
    margin-right: auto;
    width: 1115px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}



.page-content {
    padding-bottom: 25px;
    width: 100%;
    overflow: hidden;
	text-align: left
}

img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

style.css:1325
.content-bar img {
    max-width: 100%;
    height: auto;
    background: none;
    padding: 0;
}


img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

style.css:1325
.content-bar img {
    max-width: 100%;
    height: auto;
    background: none;
    padding: 0;
}

/*NORMAL PAGES*/




/*GALLERY PAGE*/

* {
  box-sizing: border-box;
}

.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 100;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

.row
{
margin: 0px 5px 15px 5px;
}
/*GALLERY PAGE*/