/*Pull in Bootstrap's stylesheet*/
@import url(css/bootstrap.css);

/*Now my custom styles*/

@media screen and (max-width: 992px) {
  p,.btn,input,div,span,h4 {
    font-size: 99%;
  }
  h1 {
    font-size: 24px;  
  }
  h2 {
    font-size: 22px;  
  }
  h3 {
    font-size: 18px;  
  }
}

.carousel-caption {
	font-family: 'iultimateregular', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    right: 17%;
    left: 17%;
    padding-bottom: 45px;
}

div.a {

  padding: 0px 0px 0px 25px;
}

.repairbanner {
    background-color: #000;
    border: 1px solid black;
	margin-top: 20px;
	color: #fff;
	font-size: 1.2em;
	font-weight: 400;
    padding-top: 10px;
    text-align: center;
}

.right {
  position: right;
}

.repairbanner2 {
    background-color: #00A684;
    border: 1px solid black;
	margin-bottom: 20px;
	color: #fff;
	font-size: 1.2em;
	font-weight: 400;
    padding-top: 10px;
    text-align: center;
}


@media screen and (max-width: 768px) {
  p,.btn,input,div,span,h4 {
    font-size: 98%;
  }
  h1 {
    font-size: 20px;  
  }
  h2 {
    font-size: 18px;  
  }
  h3 {
    font-size: 16px;  
  }
}

}

.slidermargin {
	margin: 150px 0 0 0;
}


.selectList {
    font-weight: bold;

}


.selectList li {
  padding: 12px;
  float: left;
  width: 100%;
}

.carcode {

    color: grey;
}


.selectList li a, a:hover {
  color: #999999;
  text-decoration:underline;


}

.selectList li a:hover {
  text-decoration: none;
  color: #999999;

}

.underlink  {
	text-decoration: underline;
	color: #FFFFFF;
}

.contactlink  {
	text-decoration: underline;
}

a.page {
    color: #00A885;
    text-decoration: underline;
}

a.page:hover {
    color: #000;
    text-decoration: underline;
}

a.pagetwo {
	color: #ffffff;
    font-size: 1.24em;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
	padding-bottom: 3px!important;
}

a.pagethree {
	color: #ffffff;
    font-size: 1.24em;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

a.pagesix {
	color: #333;
    font-size: 1.3em;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

a.pagetwo:hover {
	color: #ffffff;
	text-decoration: underline;
    font-size: 1.24em;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
	padding-bottom: 3px;
}


.navsize {
    font-size: 1em;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 5px 8px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #999;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 6px;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #000;
	background-color: #C7C6CB;
	border-radius: 10px;
}

.navbar-default .navbar-brand {
    color: #fff;
	font-size: 1.5em;
    text-decoration: none;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 32px;
    height: 2px;
    border-radius: 1px;
    margin-bottom: 5px;
}

div.diogcon1 {
    height: 14em;
    position: relative }
div.diogcon1 p {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

.tickpoint {
	margin-top: 3px;
	margin-bottom: 1px;
}

.logopad {
	margin-bottom: 4px;
}

/*Custom nav from stackoverflow */


  .navbar-default {
    background-color: #00A885;
    border-color: #00A885;
}



.navbar-default .navbar-nav > li > a {
	color: #fff;
}


span.rating, span.rating span {
    display: block;
    background: url(../img/reviews/stars.png) 0 -16px repeat-x;
    width: 80px;
    height: 16px;
}

span.rating span {
    background-position: 0 0;
}


/*The styles below were copied in from mrecss.css*/

.manufacturer {
  display: inline-block;
  width: 10%;
  /* font-family: 'iultimateregular'; */
  border: 1px solid #CCCCCC;
  margin: 0px 3px 3px 0px;
  color: black;
  text-decoration: none;
  text-align: center;
  font-size: 11px;
  font-weight:normal;

} 

.manufacturermobile {
  display: inline-block;
  width: 49%;
  /* font-family: 'iultimateregular'; */
  border: 1px solid #CCCCCC;
  margin: 0px 0px 3px 0px;
  color: black;
  text-decoration: none;
  text-align: center;
  font-size: 11px;
  font-weight:normal;

} 

.manufacturer:hover {
  display: inline-block; 
 /*float: left;*/
  width: 10%;
  /* font-family: 'iultimateregular'; */
  border: 1px solid #ABABAB;
  margin: 0px 3px 3px 0px;
  color: #ABABAB;
  text-decoration: none;
  text-align: center;
  font-size: 11px;
  font-weight:normal;

}
.manufacturermobile:hover {
  display: inline-block; 
 /*float: left;*/
  width: 49%;
  /* font-family: 'iultimateregular'; */
  border: 1px solid #ABABAB;
  margin: 0px 0px 3px 0px;
  color: #ABABAB;
  text-decoration: none;
  text-align: center;
  font-size: 11px;
  font-weight:normal;


}

.manufacturer .logo {
  display: block;
  padding: 10px 0;
}
  
.manufacturer-mobile .logo-mobile {
  display: block;
  padding: 2px 0;
}
 .manufacturer .logo img {
  border: 0;
  height: 55px;
}
  
.manufacturer .text {
  padding: 0 0 5px;
  display: block;
}
 

/*The styles above were copied in from mrecss.css*/

.img-responsive2 img {
      display: block;
  max-width: 100%;
  height: auto;
}

.centrelogos {
    margin: auto;
    width: 100%;
}

.centrelogos-mobile {
    margin: auto;
    width: 100%;
}
.col-centered {
    float: none;
    margin: 0 auto;
}


.selectmake {
    background-color: #000000;

}



.bodtxt2 {
    color: #999999;
    padding: 10px;
    font-weight: bold;
}

.bodtxt3 {
    color: #000;
    padding: 10px;
    font-weight: bold;
}


.selectmake p {
    /* font-family: 'iultimateregular'; */
    font-size: 1.6em;
    color: #ffffff;
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    margin: 16px;
    text-align: center;
    padding: 15px;

}

.borderline {
    border: 1px solid black;
}

.yrguarantee {
    background-color: #ED1B2E;
    border: 1px solid black;
	margin-bottom: 20px;
}

.yrguarantee p {
    /* font-family: 'iultimateregular'; */
    font-size: 1.2em;
    color: #ffffff;
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    padding: 10px 40px 0 40px;
    text-align: center;
}

.indvfittedprice {
    background-color: #CCCCCC;
    border: 1px solid #A3A3A3;

}

.indvfittedprice p {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.0em;
    color: #000000;
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    padding-top: 10px;
    text-align: left;
}

.combfittedprice {
    background-color: #CCCCCC;
    border: 1px solid #A3A3A3;

}


.combfittedprice p {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.0em;
    color: #000000;
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    padding-top: 10px;
    text-align: left;
}



.fullfittedprice {
    background-color: #CCCCCC;
    border: 1px solid #A3A3A3;

}

.fullfittedprice p {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.0em;
    color: #000000;
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    padding-top: 10px;
    text-align: left;
}








/*Keep all additional custom styling below this*/

.cccenter {
	text-align: center;
}


.item1 {
    background: #C7C6CB;
    margin-bottom: 18px;
    min-height: 346px;
    float: left;
    position: relative;
}

.item2 {
    background: #fff;
    margin-bottom: 12px;
    min-height: 200px;
    padding-top: 50px;
    border-style: solid;
    border-width: 1px;
    border-color: #C7C6CB;
}

.item3 {
    background: #fff;
    margin-bottom: 12px;
    min-height: 166px;
    padding-top: 20px;

}

.img1 {

}

.revbg {
    background-color: #E5E5E5;
    padding: 15px 19px;
	border-radius: 10px;
}

.bgcol {
    background-color: #C7C6CB;
    padding-top: 10px;
}

.rrr {
    float: right;
    margin: 0 0 10px 10px;
    padding: 5px;
}

.tenpad {
    padding-top: 10px;
}

.imagecontain {
    display:inline-block;
    margin-left: auto;
    margin-right: auto;
    padding-right: 6px;
}

.imagecontainleft {
    display:inline-block;
    margin-left: auto;
    margin-right: auto;
    padding-right: 14px;
	padding-top: 6px;
	padding-bottom: 6px;
}

.imagecontainright {
    display:inline-block;
    margin-left: auto;
    margin-right: auto;
    padding-left: 14px;
	padding-top: 6px;
	padding-bottom: 6px;
}

.imagecontain2 {
    float: left;
    width: 487px;
    display:inline-block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 11px;

}

.imagecontain3 {
    display:inline-block;
    margin-left: auto;
    margin-right: auto;
    padding-left: 11px;

}

.imagecontainrondal {
    display:inline-block;
    margin-left: auto;
    margin-right: auto;
    padding-left: 31px;

}

.imagecontain4 {
    float: right;
    width: 320px;
    display:inline-block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 11px;
    background-color: #EAEAEA;
    padding: 10px 0 0 30px;
}

.imagecontain5 {
    float: left;
    width: 320px;
    display:inline-block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 11px;
    background-color: #EAEAEA;
    padding: 10px 0 0 30px;

}

.imagecontain6 {
    float: left;
    width: 425px;
    display:inline-block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 11px;

}

.imagecontain7 {
    display:inline-block;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;

}

.imagecontain8 {
	display:inline-block;
	width: 350px;
    float:left;
	margin-left: auto;
    margin-right: auto;
    

}

.imagecontain9 {
	display:inline-block;
    margin-left: auto;
    margin-right: auto;
    
}

.imagecontain10 {
    float: left;
    width: 487px;
    display:inline-block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;

}

.imagecontain11 {
    float: left;
    width: 275px;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 11px;
}

.imagecontain12 {
    float: left;
    width: 614px;
    display:inline-block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 25px;

}

.hometxt p {
	text-indent: 50px;
}

.spacetopbot {
    padding: 10px 0;
}

.pcentre {
    text-align: center;
    font-weight: bold;
}

.pcentre1 {
    text-align: center;
}

.pcentre2 {
    font-size: 1em;

}

.listpad {
    padding: 9px 0 0 17px;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #eee;
}

form {
    display: block;
    margin-top: 30px;
}


.formpad {
    background-color: #EAEAEA;
    padding-top: 20px;
    padding-bottom: 20px;
}



.carousel-inner > .item > img{
height:auto!important;
position:relative!important;
}
.carousel .item{
overflow:hidden!important;
height:auto;
}
.carousel-inner {
position: relative;
width: 100%;
overflow: hidden;
}

.cataloguehead {
    background-color: #C7C6CB;
    border-radius: 5px;
    min-height: 265px;
    margin-bottom: 20px;
}

.christmas-banner {
  background: linear-gradient(135deg, #b30000, #ff4d4d);
  color: white;
  text-align: center;
  padding: 15px;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 14px;
  font-family: Arial, sans-serif;
  border-bottom: 3px solid gold;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  position: relative;
}

.christmas-banner p {
  margin: 0;
  line-height: 1.4;
}

.decor {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
}

.left-decor {
  left: 10px;
  background-image: url('img/holly-left.png');
}

.right-decor {
  right: 10px;
  background-image: url('img/holly-right.png');
}

@media (max-width: 600px) {
  .christmas-banner {
    font-size: 1rem;
    padding: 12px;
    padding-left: 60px;
    padding-right: 60px;
  }
}

.christmas {
    background-color: #fff;
    border-radius: 5px;
    min-height: auto;
    margin-bottom: 10px;
}

.cataloguehead3 {
    background-color: #C7C6CB;
    border-radius: 5px;
    min-height: 200px;
}

.cataloguehead2 {
    background: url("../img/mr-exhaust-repairs-panel.png") no-repeat;
    background-position: right;
    background-color: #000000;
    border-radius: 5px;
    min-height: 265px;
}

p.catheadercenter {
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 12px;
}

p.catheadercenter2 {
    font-size: 1.9em;
    text-shadow: 2px 2px 5px #000;
    color: #ffffff;
    padding: 30px 0 10px 30px;
}

p.catheadercenter4 {
    font-size: 1.0em;
    text-shadow: 2px 2px 5px #000;
    color: #ffffff;
    padding: 10px 0 30px 30px;
	margin-right: 350px;
}

p.catheadercenter3 {
    font-size: 1.9em;
    font-weight: bold;
    color: #00A684;
    padding: 30px 0 10px 30px;
}

p.cattextcenter {
    font-size: 1.24em;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
	padding-bottom: 3px;
}

p.cattextcenter2 {
    font-size: 1.1em;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

p.cattext {
    font-size: 1.1em;
    margin-left: 30px;
    margin-right: 30px;
}

.catimgcenter {
    max-width: 80%;

}

.catimgcentersidebar {
    max-width: 80%;
    padding-top: 10px;

}
    
/*
.mapimg {
    margin-bottom: 10px;
}
*/

.button-padding {
    margin: 0 0 30px 30px;
}

.rowgreen {
    background-color: rgb(0, 166, 132);
    padding-top: 10px;
}

.rowtopmargin {
    padding-top: 15px;
}

.rowtopmargin-mobile {
    padding-top: 60px;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 15px 9px;
}

a {
  color: #333333;
}

.jumbotron {
    background-image: url(../img/mr-exhaust-black-repairs-panel.jpg);
    background-repeat: no-repeat;
    background-position: center;
}


.rowpad {
    padding: 0 20px 0 30px;
}




.container {
    max-width: 1280px;
    background-color: #ffffff;
}

.container .container-fluid .container-green {
    max-width: 960px;
    background-color: rgb(0, 166, 132);
}

/* font sizes*/

@media (max-width: @screen-xs) {
    body{font-size: 10px;}
}
@media (max-width: @screen-sm) {
    body{font-size: 14px;}
}
/* closing font styles */


body {  
    background-color: rgb(0, 166, 132);
}

.top-buffer { margin-top:20px;
}

.top-buffer10 { margin-top:8px;
}

.telbox {
 /* float: right;*/
 /* width: 300px;*/
  padding: 21px 29px 17px 0;
  /*text-align: right;*/
}

.telBox span {
  color: #ffcc02;
  font-size: 36px;
  color: #ffcc02;
  margin-right: 70px;
  position: relative;
  top: 3px;

}

. a {
	text-decoration: underline;
}



.address {
    color: #3A5B7D;
    font-family: Garamond, Georgia, serif;
}

.address p {
    margin: 0 20px 0 0;
    font-size: 16px;
    line-height: 1.1em;
}

.address .addressbig {
    font-size: 1.4em;
    font-weight: bold;
}

.address .addressbig2 {
    font-size: 1.5em;
    font-weight: bold;
}

.banpad {
    padding-top: 10px;
}








.headerbg {
	background-image: url(images-2013/layout-2013/header_bg.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.menubg {
	background-image: url(images-2013/layout-2013/menu_bg.gif);
	background-repeat: no-repeat;
	background-position: top center;
}
.menutxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 2px;
	padding-left: 2px;


}
.menuspacer {
	color: #FFFFFF;
	font-size: 70%;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FFFFFF;
	text-decoration: none;

}
.headertxt {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 1.8em;
	color: #333333;
	text-decoration: none;
	font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-top: 10px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.headertxt-mobile {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 1.8em;
	color: #333333;
	text-decoration: none;
	font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-top: 0px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.headertxt2 {
    /* font-family: 'iultimateregular'; */ 
    font-size: 1.5em;
    color: #333333;
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    margin-top: 22px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    
}

.headertxt2-mobile {
    /* font-family: 'iultimateregular'; */ 
    font-size: 1.5em;
    color: #333333;
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    margin-top: 9px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    
}

.headertxt14 {
    /* font-family: 'iultimateregular'; */ 
    font-size: 1.5em;
    color: #333333;
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    margin-top: 22px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
	padding-top: 16px;
    
}

.headertxt8 {
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 1.4em;
    color: #333333;
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;

}

.headertxt9 {
    font-family: 'iultimate_heavyregular'; 
    font-size: 1.8em;
    color: #333333;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    margin-left: auto;
    margin-right: auto;
}

.headertxt9-2 {
    font-family: 'iultimate_heavyregular'; 
    font-size: 1.8em;
    color: #333333;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    margin-left: auto;
    margin-right: auto;
	margin-top: 15px;
}

.headertxt13 {
    font-family: 'iultimate_heavyregular'; 
    font-size: 2.3em;
    color: #fff;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    margin-left: auto;
    margin-right: auto;

}

.headertxt15 {
    font-family: 'iultimate_heavyregular'; 
    font-size: 2.3em;
    color: #fff;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    margin-left: auto;
    margin-right: auto;
	padding-bottom: 99px;

}

.headertxt10 {
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 1.8em;
    color: #333333;
    text-decoration: none;
    font-style: normal;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;

}

.headertxt11 {
    /* font-family: 'iultimateregular'; */ 
    font-size: 1.4em;
    color: #333333;
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;

}

.headertxt12 {
    /* font-family: 'iultimateregular'; */ 
    font-size: 1.2em;
    color: #333333;
    text-decoration: none;
    font-style: normal;

}

.manufacturerlisting {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;

}
.border {
	border: 1px solid #000000;
}

.headertxt3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	padding-left: 10px;

}

.headertxt5 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    color: #EC1B2E;
    text-decoration: none;
    font-weight: bold;

}

.headertxt6 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    color: #000000;
    text-decoration: none;
    font-weight: bold;
    padding-left: 10px;

}

.quote {
    color: #999999;
    font-weight: bold;
    text-decoration: underline;
}

.mainbodytext {
    font-family: 'iultimateregular', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 4.0em;
    color: #000000;
    text-decoration: none;
    font-weight: normal;
    line-height: 10px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

p.mainbodytext {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 4.0em;
    color: #000000;
    text-decoration: none;
    font-weight: normal;
    line-height: 10px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.mainbodytext2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	line-height: 22px;

}
.mainbodytextsmall {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	line-height: 22px;
}
.menutxttop {
    font-size: 0.9em;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 2px;
	padding-left: 2px;
}

.bodylink a {
    font-size: 1.0em;
    color: #000000;
    text-decoration: none;

}


.menuspacer2 {

	color: #000000;
	font-size: 70%;
}


/* buttons */

.button{
    display: inline-block;
    text-decoration: none;
    /* font-family: 'iultimateregular'; */
    font-size: 17px;
    padding: 23px 19px;
	height: 70px;
    width: 100%;
    color: #555;
    border: 1px solid #dedede;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-top: 10px;
}

.button.grey{
    background: #bdbdbd;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cacaca', endColorstr='#aeaeae'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#cacaca), to(#aeaeae)); /*  WebKit */
    background: -moz-linear-gradient(top,  #cacaca, #aeaeae);
    border-color: #b5b5b5 #a1a1a1 #8f8f8f;
    color: #fff;
    text-shadow: 0 1px 0 #d4d4d4;
    -webkit-box-shadow: 0 1px 1px #c9c9c9, inset 0 1px 0 #d7d7d7;
    -moz-box-shadow: 0 1px 1px #c9c9c9, inset 0 1px 0 #d7d7d7;
    box-shadow: 0 1px 1px #c9c9c9, inset 0 1px 0 #d7d7d7;    
}
.button.grey:hover{
    background: #c2c2c2;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bcbcbc', endColorstr='#c2c2c2'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#bcbcbc), to(#c2c2c2)); /*  WebKit */
    background: -moz-linear-gradient(top,  #bcbcbc, #c2c2c2);
    border-color: #989898 #8e8e8e #878787;
    text-shadow: 0 1px 0 #000;
    -webkit-box-shadow: 0 1px 1px #cdcdcd, inset 0 1px 0 #ccc;
    -moz-box-shadow: 0 1px 1px #cdcdcd, inset 0 1px 0 #ccc;
    box-shadow: 0 1px 1px #cdcdcd, inset 0 1px 0 #ccc;    
}

.button.orange{
    background: #fecc5f;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#feda71', endColorstr='#febb4a'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#feda71), to(#febb4a)); /*  WebKit */
    background: -moz-linear-gradient(top,  #feda71, #febb4a);
    border-color: #f5b74e #e5a73e #d6982f;
    color: #996633;
    text-shadow: 0 1px 0 #fedd9b;
    -webkit-box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #fee395;
    -moz-box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #fee395;
    box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #fee395;    
}
.button.orange:hover{
    background: #fecb5e;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#fec354', endColorstr='#fecd61'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#fec354), to(#fecd61)); /*  WebKit */
    background: -moz-linear-gradient(top,  #fec354, #fecd61);
    border-color: #d29a3a #cc9436 #c89133;
    text-shadow: 0 1px 0 #000;
    -webkit-box-shadow: 0 1px 1px #d4d4d4, inset 0 1px 0 #fed17e;
    -moz-box-shadow: 0 1px 1px #d4d4d4, inset 0 1px 0 #fed17e;
    box-shadow: 0 1px 1px #d4d4d4, inset 0 1px 0 #fed17e;    
}

.button.red{
    background: #EC1B2E;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#EC1B2E', endColorstr='#EE394B'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#EC1B2E), to(#EE394B)); /*  WebKit */
    background: -moz-linear-gradient(top,  #EC1B2E, #EE394B);
    border-color: #EC1B2E #EC1B2E #EC1B2E;
    color: #fff;
    text-shadow: 0 1px 0 #EC1B2E;
    -webkit-box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #d7e9a4;
    -moz-box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #d7e9a4;
    box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #EC1B2E;     
}
.button.red:hover{
    background: #E12D5A;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#EF4556', endColorstr='#F16371'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#EF4556), to(#F16371)); /*  WebKit */
    background: -moz-linear-gradient(top,  #EF4556, #F16371);
    border-color: #EC1B2E #EC1B2E #EC1B2E;
    text-shadow: 0 1px 0 #000;
    -webkit-box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #cae295;
    -moz-box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #cae295;
    box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #EC1B2E;    
}

.button.green{
    background: #00A583;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00A583', endColorstr='#00C19B'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#00A583), to(#00C19B)); /*  WebKit */
    background: -moz-linear-gradient(top,  #00A583, #00C19B);
    border-color: #00A583 #00A583 #00A583;
    color: #fff;
    text-shadow: 0 1px 0 #00A583;
    -webkit-box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #d7e9a4;
    -moz-box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #d7e9a4;
    box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #00A583;     
}
.button.green:hover{
    background: #00C49C;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#009B7C', endColorstr='#00B793'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#009B7C), to(#00B793)); /*  WebKit */
    background: -moz-linear-gradient(top,  #009B7C, #00B793);
    border-color: #00A583 #00A583 #00A583;
    text-shadow: 0 1px 0 #000;
    -webkit-box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #cae295;
    -moz-box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #cae295;
    box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #00A583;    
}

.button.blue{
    background: #529EDC;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#529EDC', endColorstr='#7CB6E4'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#529EDC), to(#7CB6E4)); /*  WebKit */
    background: -moz-linear-gradient(top,  #529EDC, #7CB6E4);
    border-color: #529EDC #529EDC #529EDC;
    color: #fff;
    text-shadow: 0 1px 0 #529EDC;
    -webkit-box-shadow: 0 1px 1px #d6d6d6, inset 0 1px 0 #c0ebfa;
    -moz-box-shadow: 0 1px 1px #d6d6d6, inset 0 1px 0 #c0ebfa;
    box-shadow: 0 1px 1px #d6d6d6, inset 0 1px 0 #529EDC;    
}
.button.blue:hover{
    background: #00C49C;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#3E93D9', endColorstr='#7CB6E4'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#3E93D9), to(#7CB6E4)); /*  WebKit */
    background: -moz-linear-gradient(top,  #3E93D9, #7CB6E4);
    border-color: #529EDC #529EDC #529EDC;
    text-shadow: 0 1px 0 #000;
    -webkit-box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #cae295;
    -moz-box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #cae295;
    box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #529EDC;     
}

.button.gold{
    background: #F2AF00;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#F2AF00', endColorstr='#FFCF51'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#F2AF00), to(#FFCF51)); /*  WebKit */
    background: -moz-linear-gradient(top,  #F2AF00, #FFCF51);
    border-color: #F2AF00 #F2AF00 #F2AF00;
    color: #fff;
    text-shadow: 0 1px 0 #F2AF00;
    -webkit-box-shadow: 0 1px 1px #d6d6d6, inset 0 1px 0 #c0ebfa;
    -moz-box-shadow: 0 1px 1px #d6d6d6, inset 0 1px 0 #c0ebfa;
    box-shadow: 0 1px 1px #d6d6d6, inset 0 1px 0 #F2AF00;    
}

.button.gold:hover{
    background: #00C49C;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFBF15', endColorstr='#FFC733'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#FFBF15), to(#FFC733)); /*  WebKit */
    background: -moz-linear-gradient(top,  #FFBF15, #FFC733);
    border-color: #F2AF00 #F2AF00 #F2AF00;
    text-shadow: 0 1px 0 #000;
    -webkit-box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #cae295;
    -moz-box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #cae295;
    box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #F2AF00;     
}

.button.purple{
    background: #dfaeda;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8c4e4', endColorstr='#d494ce'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#e8c4e4), to(#d494ce)); /*  WebKit */
    background: -moz-linear-gradient(top,  #e8c4e4, #d494ce);
    border-color: #bc9db9 #ad89aa #a1799d;
    color: #fff;
    text-shadow: 0 1px 0 #eacae6;
    -webkit-box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #eed3eb;
    -moz-box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #eed3eb;
    box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #eed3eb;    
}
.button.purple:hover{
    background: #e0b1db;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#deabd9', endColorstr='#e0b1db'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#deabd9), to(#e0b1db)); /*  WebKit */
    background: -moz-linear-gradient(top,  #deabd9, #e0b1db);
    border-color: #a482a0 #9b7897 #947090;
    text-shadow: 0 1px 0 #000;
    -webkit-box-shadow: 0 1px 1px #cdcdcd, inset 0 1px 0 #ccc;
    -moz-box-shadow: 0 1px 1px #cdcdcd, inset 0 1px 0 #ccc;
    box-shadow: 0 1px 1px #cdcdcd, inset 0 1px 0 #ccc;    
}

.button.teal{
    background: #9cedef;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#b7f2f4', endColorstr='#7ce7ea'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#b7f2f4), to(#7ce7ea)); /*  WebKit */
    background: -moz-linear-gradient(top,  #b7f2f4, #7ce7ea);
    border-color: #90c6c8 #78bdc0 #65b6ba;
    color: #437b7d;
    text-shadow: 0 1px 0 #bef3f5;
    -webkit-box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #c9f5f7;
    -moz-box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #c9f5f7;
    box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #c9f5f7;    
}
.button.teal:hover{
    background: #9fedf0;
    border-color: #7db9bb #6bb2b5 #5dacaf;
    text-shadow: 0 1px 0 #c5f4f6;
    -webkit-box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #b7f2f4;
    -moz-box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #b7f2f4;
    box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #b7f2f4;    
}

.button.darkblue{
    background: #a5b8c6;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#becbd6', endColorstr='#88a1b4'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#becbd6), to(#88a1b4)); /*  WebKit */
    background: -moz-linear-gradient(top,  #becbd6, #88a1b4);
    border-color: #a2afb8 #8696a1 #6f818f;
    color: #fff;
    text-shadow: 0 1px 0 #c4d0d9;
    -webkit-box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #ced8e0;
    -moz-box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #ced8e0;
    box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #ced8e0;    
}
.button.darkblue:hover{
    background: #adbfcb;
    border-color: #8996a0 #798791 #6c7a85;
    text-shadow: 0 1px 0 #ced9e0;
    -webkit-box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #c2cfd8;
    -moz-box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #c2cfd8;
    box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #c2cfd8;    
}

.button.black{
    background: #525252;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#5e5e5e', endColorstr='#434343'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#5e5e5e), to(#434343)); /*  WebKit */
    background: -moz-linear-gradient(top,  #5e5e5e, #434343);
    border-color: #4c4c4c #313131 #1f1f1f;
    color: #fff;
    text-shadow: 0 1px 0 #2e2e2e;
    -webkit-box-shadow: 0 1px 1px #afafaf, inset 0 1px 0 #868686;
    -moz-box-shadow: 0 1px 1px #afafaf, inset 0 1px 0 #868686;
    box-shadow: 0 1px 1px #afafaf, inset 0 1px 0 #868686;    
}
.button.black:hover{
    background: #5a5a5a;
    border-color: #2c2c2c #1c1c1c #101010;
    text-shadow: 0 1px 0 #363636;
    -webkit-box-shadow: 0 1px 1px #b1b1b1, inset 0 1px 0 #838383;
    -moz-box-shadow: 0 1px 1px #b1b1b1, inset 0 1px 0 #838383;
    box-shadow: 0 1px 1px #b1b1b1, inset 0 1px 0 #838383;    
}


.man {
    background:url(../img/man.png) no-repeat 0px 0px;
	display: inline; 
    padding: 8px 16px;
}

.arrow{
    background:url(../img/arrow.png) no-repeat 0px 0px;
	display: inline;
	margin-left: 7px; 
    padding: 5px 16px;
}

.spanner{
    background:url(../img/spanner32.png) no-repeat 0px 0px;
	display: inline;
	margin-left: 10px; 
    padding: 5px 16px;
}

a:hover {
	text-decoration: underline;
}
.headertxt4 {
	/* font-family: 'iultimateregular'; */
    font-size: 1.5em;
	color: #EC1B2E;
	text-decoration: none;

}

/*

ul
{
list-style-type: none;
padding: 0px;
margin: 0px;
}
ul li
{
background-image: url(images-2013/layout-2013/tick.png);
background-repeat: no-repeat;
background-position: 0px 18px; 
padding-left: 0px;
padding-top: 0px;  
}


*/



















































.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

