/*!
 * Bootstrap v2.1.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
 
/* fonts */
@font-face {
	font-family: 'dinbold';
	src: url('../fonts/din-bold-webfont.eot');
	src: url('../fonts/din-bold-webfont.eot#iefix') format('embedded-opentype'),
			 url('../fonts/din-bold-webfont.woff') format('woff'),
			 url('../fonts/din-bold-webfont.ttf') format('truetype'),
			 url('../fonts/din-bold-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'dinregular';
	src: url('../fonts/din-regular-webfont.eot');
	src: url('../fonts/din-regular-webfont.eot#iefix') format('embedded-opentype'),
			 url('../fonts/din-regular-webfont.woff') format('woff'),
			 url('../fonts/din-regular-webfont.ttf') format('truetype'),
			 url('../fonts/din-regular-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'garagebold';
	src: url('../fonts/garagegothic-bold-webfont.eot');
	src: url('../fonts/garagegothic-bold-webfont.eot#iefix') format('embedded-opentype'),
			 url('../fonts/garagegothic-bold-webfont.woff') format('woff'),
			 url('../fonts/garagegothic-bold-webfont.ttf') format('truetype'),
			 url('../fonts/garagegothic-bold-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
} 

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

button,
input {
  *overflow: visible;
  line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

textarea {
  overflow: auto;
  vertical-align: top;
}

.clearfix { *zoom: 1; }

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after, .clear { clear: both; }

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.4em;
  color: #212722;
  background:#fff ;
}

a {
  color: #00423f;
  text-decoration: none;
	font-weight:bold;
}

a:hover { text-decoration: underline; }

.img-rounded {
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.img-circle {
	/*
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
					*/
}
.alignright {float:right;
					
}
.row {
  margin-left: -20px;
  *zoom: 1;
}

.row:before,
.row:after {
  display: table;
  line-height: 0;
  content: "";
}

.row:after { clear: both; }

[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}

.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container { width: 940px; }

.span12 { width: 940px; }
.span11 { width: 860px; }
.span10 { width: 780px; }
.span9 { width: 700px; }
.span8 { width: 620px; }
.span7 { width: 540px; }
.span6 { width: 700px; }
.span5 { width: 380px; }
.span4 { width: 300px; }
.span3 { width: 220px; }
.span2 { width: 140px; }
.span1 { width: 60px; }

.span6 h3 {font-family: 'dinbold';
font-size: 20px;
  line-height: 10px;
	}

.offset12 { margin-left: 980px; }
.offset11 { margin-left: 900px; }
.offset10 { margin-left: 820px; }
.offset9 { margin-left: 740px; }
.offset8 { margin-left: 660px; }
.offset7 { margin-left: 580px; }
.offset6 { margin-left: 500px; }
.offset5 { margin-left: 420px; }
.offset4 { margin-left: 340px; }
.offset3 { margin-left: 260px; }
.offset2 { margin-left: 180px; }
.offset1 { margin-left: 100px; }

[class*="span"].hide,
.row-fluid [class*="span"].hide { display: none; }

[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right { float: right; }

.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}

.container:before,
.container:after {
  display: table;
  line-height: 0;
  content: "";
}

.container:after { clear: both; }

p { margin: 0 0 10px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 1;
  color: inherit;
  text-rendering: optimizelegibility;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

h1 {
  font-size: 36px;
  line-height: 40px;
}

h2 {
  font-size: 30px;
  line-height: 40px;
}

h3 {
  font-size: 24px;
  line-height: 40px;
}

h4 {
  font-size: 18px;
  line-height: 20px;
}

h5 {
  font-size: 14px;
  line-height: 20px;
}

h6 {
  font-size: 12px;
  line-height: 20px;
}

h1 small { font-size: 24px; }
h2 small { font-size: 18px; }
h3 small { font-size: 14px; }
h4 small { font-size: 14px; }

ul, ol { 
  padding: 0;
  margin: 0 0 10px 25px;
}

ul ul,
ul ol,
ol ol,
ol ul { margin-bottom: 0; }

li { line-height: 20px; }

ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}

form { margin: 0 0 20px; }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

legend small {
  font-size: 15px;
  color: #999999;
}

label,
input,
button,
select,
textarea {
  font-size: 13px;
  font-weight: normal;
  line-height: 20px;
}

input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

label {
  display: block;
  margin-bottom: 5px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 9px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

input,
textarea,
.uneditable-input { width: 206px; }

textarea { height: auto; }

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  /*outline: 0;
  outline: thin dotted \9;*/
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  *margin-top: 0;
  line-height: normal;
  cursor: pointer;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] { width: auto; }

select,
input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 30px;
}

select {
  width: 220px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

select[multiple],
select[size] { height: auto; }

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  /*outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;*/
}

input:-moz-placeholder,
textarea:-moz-placeholder { color: #999999; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder { color: #999999; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder { color: #999999; }

.radio,
.checkbox {
  min-height: 18px;
  padding-left: 18px;
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -18px;
}

.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}

.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline { margin-left: 10px; }

.input-mini { width: 60px; }
.input-small { width: 90px; }
.input-medium { width: 150px; }
.input-large { width: 210px; }
.input-xlarge { width: 270px; }
.input-xxlarge { width: 530px; }

input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}

.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] { display: inline-block; }

input,
textarea,
.uneditable-input { margin-left: 0; }

.controls-row [class*="span"] + [class*="span"] { margin-left: 20px; }

input.span12,
textarea.span12,
.uneditable-input.span12 { width: 926px; }

input.span11,
textarea.span11,
.uneditable-input.span11 { width: 846px; }

input.span10,
textarea.span10,
.uneditable-input.span10 { width: 766px; }

input.span9,
textarea.span9,
.uneditable-input.span9 { width: 686px; }

input.span8,
textarea.span8,
.uneditable-input.span8 { width: 606px; }

input.span7,
textarea.span7,
.uneditable-input.span7 { width: 526px; }

input.span6,
textarea.span6,
.uneditable-input.span6 { width: 446px; }

input.span5,
textarea.span5,
.uneditable-input.span5 { width: 366px; }

input.span4,
textarea.span4,
.uneditable-input.span4 { width: 286px; }

input.span3,
textarea.span3,
.uneditable-input.span3 { width: 206px; }

input.span2,
textarea.span2,
.uneditable-input.span2 { width: 126px; }

input.span1,
textarea.span1,
.uneditable-input.span1 { width: 46px; }

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] { background-color: transparent; }

input:focus:required:invalid,
textarea:focus:required:invalid,
select:focus:required:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}

input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
     -moz-box-shadow: 0 0 6px #f8b9b7;
          box-shadow: 0 0 6px #f8b9b7;
}

.form-inline input,
.form-horizontal input,
.form-inline textarea,
.form-horizontal textarea,
.form-inline select,
.form-horizontal select,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-inline .input-append,
.form-horizontal .input-append { 
	display: inline-block; 
	*display: inline; 
	margin-bottom: 0; 
	vertical-align: middle; 
	*zoom: 1; 
}

.form-inline .hide,
.form-horizontal .hide { display: none; }

.form-inline label,
.form-inline .btn-group { display: inline-block; }

.form-inline .input-append,
.form-inline .input-prepend { margin-bottom: 0; }

.form-inline .radio,
.form-inline .checkbox { 
	padding-left: 0; 
	margin-bottom: 0; 
	vertical-align: middle; 
}

.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] { 
	float: left; 
	margin-right: 3px; 
	margin-left: 0; 
}

.fade { 
	opacity: 0;
	-webkit-transition: opacity 0.15s linear; 
		 -moz-transition: opacity 0.15s linear; 
		 	 -o-transition: opacity 0.15s linear; 
			 		transition: opacity 0.15s linear; 
}

.fade.in { opacity: 1; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block { width: 100%; }

/* form submit button */

.Actions input[type="submit"],
.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 14px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  *line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #bbbbbb;
  *border: 0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.Actions input[type="submit"]:hover,
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.Actions input[type="submit"]:active,
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}

.btn:first-child {
  *margin-left: 0;
}

.Actions input[type="submit"]:hover,
.btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.Actions input[type="submit"]:focus,
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.Actions input[type="submit"]:active,
.btn.active,
.btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

.Actions input[type="submit"],
.btn {
  border-color: #c5c5c5;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}

.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  *background-color: #0044cc;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}

/*
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  *background-color: #f89406;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}

.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}

.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  *background-color: #bd362f;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}

.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}

.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  *background-color: #51a351;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}

.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}

.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  *background-color: #2f96b4;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}

.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}

.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  *background-color: #222222;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}

.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}

button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}

button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-link {
  color: #0088cc;
  cursor: pointer;
  border-color: transparent;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-link:hover {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover {
  color: #333333;
  text-decoration: none;
}

.btn-group {
  position: relative;
  *margin-left: .3em;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
}

.btn-group:first-child {
  *margin-left: 0;
}

.btn-group + .btn-group {
  margin-left: 5px;
}

.btn-toolbar {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 0;
}

.btn-toolbar .btn-group {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
/*
  *zoom: 1;
}

.btn-toolbar .btn + .btn,
.btn-toolbar .btn-group + .btn,
.btn-toolbar .btn + .btn-group {
  margin-left: 5px;
}

.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-group > .btn + .btn {
  margin-left: -1px;
}

.btn-group > .btn,
.btn-group > .dropdown-menu {
  font-size: 14px;
}

.btn-group > .btn-mini {
  font-size: 11px;
}

.btn-group > .btn-small {
  font-size: 12px;
}

.btn-group > .btn-large {
  font-size: 16px;
}

.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 6px;
          border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
          border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
}

.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
          border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
          border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
}

.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  *padding-top: 5px;
  padding-right: 8px;
  *padding-bottom: 5px;
  padding-left: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group > .btn-mini + .dropdown-toggle {
  *padding-top: 2px;
  padding-right: 5px;
  *padding-bottom: 2px;
  padding-left: 5px;
}

.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}

.btn-group > .btn-large + .dropdown-toggle {
  *padding-top: 7px;
  padding-right: 12px;
  *padding-bottom: 7px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}

.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0044cc;
}

.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}

.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}

.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}

.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}

.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222;
}

.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}

.btn-mini .caret,
.btn-small .caret,
.btn-large .caret {
  margin-top: 6px;
}

.btn-large .caret {
  border-top-width: 5px;
  border-right-width: 5px;
  border-left-width: 5px;
}

.dropup .btn-large .caret {
  border-top: 0;
  border-bottom: 5px solid #000000;
}

.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
/*
  *zoom: 1;
}

.btn-group-vertical .btn {
  display: block;
  float: none;
  width: 100%;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-group-vertical .btn + .btn {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
}

.btn-group-vertical .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

.btn-group-vertical .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
     -moz-border-radius: 6px 6px 0 0;
          border-radius: 6px 6px 0 0;
}

.btn-group-vertical .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}
*/

.thumbnails { 
	margin-left: -20px; 
	list-style: none; 
	*zoom: 1; 
}
.thumbnails:before,
.thumbnails:after { 
	display: table; 
	line-height: 0; 
	content: ""; 
}
.thumbnails:after { clear: both; }

.row-fluid .thumbnails { margin-left: 0; }

.thumbnails > li { 
	float: left; 
	margin-bottom: 20px; 
	margin-left: 20px; 
}
.thumbnail { 
	display: block; 
	padding: 4px; 
	line-height: 20px; 
	border: 1px solid #ddd; 
	/*
	-webkit-border-radius: 4px; 
		 -moz-border-radius: 4px; 
		 			border-radius: 4px;
		 -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055); 
		 		-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055); 
						 box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
		 -webkit-transition: all 0.2s ease-in-out; 
		 		-moz-transition: all 0.2s ease-in-out; 
					-o-transition: all 0.2s ease-in-out; 
						 transition: all 0.2s ease-in-out;
	*/ 
}
a.thumbnail:hover { 
	border-color: #0088cc; 
	-webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25); 
		 -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25); 
		 			box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25); 
}
.thumbnail > img { 
	display: block; 
	max-width: 100%; 
	margin-right: auto; 
	margin-left: auto; 
}
.thumbnail .caption { padding: 9px; color: #555555; }

.pull-right { float: right; }
.pull-left { float: left; }
.hide { display: none; }
.show { display: block; }

/* APP
 ******************************************/
 
* { outline:none }

/* HEADER */

.header { height:129px; }
.content-home .header { height:449px }

.logo { 
	margin-top:10px; 
	border:0 
}

/* SLIDESHOW */

#main { 
	height:320px; 
	position:relative; z-index:88;
	margin:0 auto;
}

#featured { 
	display:block; width:1370px; height:320px;
	position:relative; z-index:1;
	overflow:hidden;
	margin:0 auto;
}

.carousel-caption { 
	background:url('../images/bg_caption.png');
	display:block; width:100%; height:74px; 
	position:absolute; bottom:0; left:0; z-index:2;
	padding-bottom:20px; 
	margin:0 auto;
}
.carousel-crop { 
	background:url('../images/bg_home_top.png') no-repeat bottom center;
	display:block; height:320px; width:100%; 
	position:absolute; top:0; left:0; z-index:3;
}
.carousel-circles { 
	display:block; width:1370px; height:94px; 
	position:relative; top:-94px; z-index:99;
	margin:0 auto;
}

a.slide-title { 
	position: absolute; bottom:17px; left:17px; 
	text-decoration:none;
}
a.slide-title:hover, 
a.slide-title:hover span { 
	text-decoration:none; 
	color:#ccc !important;
}
a.slide-title .part1 { 
	font-family:'garagebold', Arial, Helvetica, sans-serif; font-size:76px; color:#fff; font-weight:normal;
	line-height:56px;
	margin-right:15px;
}
a.slide-title .part2 { 
	font-family:'dinbold', Arial, Helvetica, sans-serif; font-size:17px; color:#fff; font-weight:normal;
}

.orbit-bullets { 
	position: absolute; bottom:20px; right:215px; 
	list-style:none; 
	margin:0;
}
.orbit-bullets li { 
	background-image:url('../images/sprites-circles.png'); background-repeat:no-repeat;
	display:block; width:22px; height:21px;
	outline:none;
	float:left; 
	margin-left:4px;
}
.circle-1 { background-position: 0 0; }
.circle-1:hover { background-position: 0 -21px; }
.circle-2 { background-position: -22px 0; }
.circle-2:hover { background-position: -22px -21px !important; }
.circle-3 { background-position: -44px 0; }
.circle-3:hover { background-position: -44px -21px !important; }
.circle-4 { background-position: -66px 0; }
.circle-4:hover { background-position: -66px -21px !important; }
	
div.orbit-wrapper { margin:0 auto }
.timer { display:none }
	
/* LAYOUT */

.content-home .content { 
	background:#fff url('../images/bg_home.jpg') no-repeat top center; 
	display:block; height:1169px; 
	padding:35px 0;
}

.content-text h1, 
.widget .content-text h1 { 
	font-family:'dinbold', Arial, Helvetica, sans-serif !important; font-size:29px !important; color:#006633 !important; font-weight:normal;
}
.content-text h2,
.content-text h3 { 
	font-family:Arial, Helvetica, sans-serif !important; font-size:13px !important; font-weight:bold !important; color:#212722 !important;
	text-transform:none !important; line-height:1.4em !important;
}
.content-text img { border: 1px solid #ccc }

.content-top { margin-bottom:35px }

.container { 
	padding:0 10px; 
	position:relative;
}

.title { 
	background:url('http://www.mecmanchester.co.uk/wp-content/themes/mecglobal/css/bg-title-circle.png') no-repeat top left;
	display:table-cell; width:940px; height:247px; 
	vertical-align:middle;
	overflow:hidden; 
	position:relative;
}
.title-wrapper { 
	display:table; width:940px; height:247px; 
	margin-bottom:35px;
}
.title h1 { 
	display:block; width:155px;
	font-family:'garagebold', Arial, Helvetica, sans-serif !important; font-size:60px !important; color:#006633; font-weight:normal;
	text-align:center; text-transform:uppercase; line-height:1;
	margin-left:45px;
}

.breadcrumbs { 
	font-size:11px !important; color:#006633; font-weight:bold;
	margin-bottom:15px !important;
}
.breadcrumbs a { 
	font-size:11px !important; color:#006633; font-weight:normal !important;
}

.offset20 { margin-left: 20px }

.division { margin-bottom:20px }
.divisions-title { 
	font-family:'dinbold', Arial, Helvetica, sans-serif; color:#006633; font-weight:normal;
}

/* RATING */

#rateStatus {
	width:100%; height:20px;
	float:left; 
	clear:both;
}

#rateMe { 
	width:100%; height:auto; 
	float:left; 
	clear:both; 
	padding:0; 
	margin:0;
}
#rateMe li { 
	float:left; 
	list-style:none;
}
#rateMe li a:hover, 
#rateMe .on { background:url('http://www.mecmanchester.co.uk/wp-content/themes/mecglobal/css/star_on.gif') no-repeat }
#rateMe a { 
	background:url('http://www.mecmanchester.co.uk/wp-content/themes/mecglobal/css/star_off.gif') no-repeat; 
	width:25px; height:25px;
	float:left;
}
#ratingSaved { display:none }
.saved { color:red }
.rateme { 
	color:#006633; font-size:12px; font-weight:bold; 
	clear:both;
	padding-top:5px; 
	margin-bottom:5px;
}

/* FORMS */

.navbar-search { 
	position:absolute; right:10px; top:65px; 
	list-style:none
}
.navbar-search input { 
	background:url(sprites-icons.gif) no-repeat right -644px; 
	width:155px; height:18px !important; 
	color:#3c3c3c; font-size:12px; 
	padding:1px 25px 1px 3px;
	-webkit-border-radius: 5px;
	 -khtml-border-radius: 5px;
		 -moz-border-radius: 5px;  
		 			border-radius: 5px; 
}
.navbar-search input:-moz-placeholder { color: #ccc; }
.navbar-search input:-ms-input-placeholder { color: #ccc; }
.navbar-search input:-webkit-input-placeholder { color: #ccc; }

.required { color:red }

/* WIDGETS */

.widget h2 { 
	font-family:'garagebold', Arial, Helvetica, sans-serif; font-size:21px; color:#006633; font-weight:normal; 
	text-transform:uppercase; line-height:1; 
	margin:0 5px 7px 0;
}
.widget h2.large, 
.widget h1 { 
	font-family:'dinbold', Arial, Helvetica, sans-serif; font-size:32px; color:#006633; font-weight:normal;
	margin-top:-10px;
}
.widget p { 
	font-size:13px; 
	line-height:1.4em;
}
.widget a.read_more { 
	font-family:'dinbold', Arial, Helvetica, sans-serif; font-size:13px; color:#00423f; font-weight:normal;
	line-height:1; 
	margin:12px 0 8px 0;
}

.widget-news .widget-title h2 { 
	font-family:'garagebold', Arial, Helvetica, sans-serif; font-size:21px; color:#006633; font-weight:normal; 
	text-transform:uppercase; line-height:1; 
	margin:0 5px 7px 0;
}

.widget-cases {}
.widget-cases .thumbnail { 
	text-align:center; 
	float:left; 
	padding-bottom:15px;
	margin-right:16px;
}
.widget-cases h2 { margin-bottom:25px }
.widget-cases a:hover h2 { text-decoration:underline }
.widget-cases .view-more { 
	font-family:'dinbold', Arial, Helvetica, sans-serif; font-size:12px; color:#00423f; font-weight:normal;
	line-height:1; 
	margin:3px 15px 2px 0;
}

.thumbnail { position:relative }
.thumbnail a.link-case { position:relative; z-index:3; display:block; width:100px; height:100px }
.thumbnail img { position:absolute; top:0; left:0; z-index:1; border:none }
.thumbnail span { position:absolute; top:0; left:0; z-index:2; background:url(http://www.mecmanchester.co.uk/wp-content/themes/mecglobal/css/bg-img-circle.png) no-repeat top left; display:block; width:100px; height:100px }

.widget-videos {}
.widget-videos .thumbnail { 
	float:left; 
	padding-bottom:15px;
	margin-right:16px;
}
.widget-videos h3 { margin:3px 0 3px 0 !important }
.widget-videos a:hover h3 { text-decoration:underline }
.widget-videos .view-more { 
	font-family:'dinbold', Arial, Helvetica, sans-serif; font-weight:normal; font-size:12px; color:#00423f; 
	line-height:1;	
	margin:3px 15px 2px 0;
}

.widget-twitter ul { 
	list-style:none; 
	margin: 0 0 10px 0;
}
.widget-twitter a { color:#87B824 }
.widget-twitter span a { color:#0088CC }
.widget .box-entry-twitter { margin-bottom:20px }

.thumbnail { 
	display: block;	
	border:none; border-radius:none; 
	box-shadow:none;	
	line-height:1; 
	padding:0 0 35px 0;
	-moz-transition: all 0.2s ease-in-out 0s; 
}
.thumbnail img { 
	/*border: 1px solid #60aa2f; */
	margin-left:0; 
}
.thumbnail h3 { 
	font-family:'dinbold', Arial, Helvetica, sans-serif; font-size:12px; color:#00423f; font-weight:normal; 
	width:100px;
	line-height:1; 
	margin:12px 0 8px 0;
}
.thumbnail a { 
	line-height:1.4em; 
	color:#1b180c; 
	cursor:pointer;
}

.link-news {
	display:block; width:130px; height:78px;
}
.link-news img { border:1px solid #ccc !important }

.link-news-team {
	display:block; width:140px; height:110px;
}
.link-news-team img { border:1px solid #ccc }

.list-reports .thumbnail {
	display:block; width:140px; height:103px;
}

.widget { margin-bottom:15px }
.widget .box { 
	background-color:#006633; 
	color:#dadada;
	padding:20px 15px; 
	border:1px solid #cfcfcf; 
	-webkit-border-radius: 5px;
	 -khtml-border-radius: 5px;
		 -moz-border-radius: 5px;
		 			border-radius: 5px;
}
.widget .box h2 { 
	font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#dadada; 
	text-transform:none; 
	line-height:1.2em; 
	margin:0;
}
.widget .box .date { 
	color:#87b824; font-size:11px; font-weight:bold;
}
.widget .box .intro { margin-top:10px }
.widget .box .read_more { 
	color:#87b824; font-size:11px; font-weight:bold; 
	text-decoration:none;
}
.widget .box a:hover h2, 
.widget .box .read_more:hover { text-decoration:underline }
.widget .box p { 
	font-size:12px;
	margin-bottom:0;
}

.widget-dark { 
	width:405px;
	margin-bottom:15px;
}
.widget-dark .box { 
	background:#1c1c1c url(http://www.mecmanchester.co.uk/wp-content/themes/mecglobal/css/bg_widget_dark.jpg) repeat-x top left; 
	color:#dadada;
	border:1px solid #d5d5d5; 
	padding:15px; 
	-webkit-border-radius: 5px;
	 -khtml-border-radius: 5px;
	 	 -moz-border-radius: 5px;
		 			border-radius: 5px;
}
.widget-dark .box h2 { 
	font-family:'dinbold', Arial, Helvetica, sans-serif; font-size:14px; color:#fff; font-weight:normal;
	text-transform:none; 
	line-height:1.2em; 
	margin:0 0 15px 0;
}
.widget-dark .box .date { 
	color:#87b824; font-size:11px;
}
.widget-dark .box .intro { 
	font-weight:bold;
	margin-top:10px;
}
.widget-dark .box .read_more {
	color:#87b824; font-size:12px; font-weight:bold; 
	text-decoration:none;
}
.widget-dark .box a:hover h2, 
.widget .box .read_more:hover { text-decoration:underline }
.widget-dark .box p { margin-bottom:0 }
.widget-dark-wide { width:485px }

#player1 { border:1px solid #454545 }

a.ico-soc { 
	background-image: url('sprites-icons.gif'); background-repeat: no-repeat;
	display:inline-block; width:26px; height:26px; 
	margin:0 3px 0 0;
}
a.ico-soc-1 { background-position: 0 -540px }
a.ico-soc-2 { background-position: 0 -566px }
a.ico-soc-3 { background-position: 0 -592px }
a.ico-soc-4 { background-position: 0 -618px }

.line { 
	background: url('sprites-icons.gif') repeat-x left -791px;
	display:block; height:2px;
}
.line-dark { 
	background: url('sprites-icons.gif') repeat-x left -793px;
	display:block; height:2px;
}
.line-content { 
	display:block; width:100%; height:20px; 
	border-bottom:1px solid #e6e6e6;
	margin:20px 0;
}

.col-3-mixed .LatestCasesWidget { 
	width:220px !important; 
	float:left;
}
.col-3-mixed .mPlayerWidget {
	width:460px; 
	float:left; 
	margin-left:20px;
}

a.link-team { 
	font-size:12px !important; color:#006633 !important;
}
p.desc-team { 
	font-size:12px !important; color:#212722 !important; font-weight:bold !important;
}

.box-entry-blog .thumbnail { padding-bottom:5px; display:block; width:130px; height:78px; }
.box-entry-blog .thumbnail img { border:1px solid #d3d7d4 }
.box-entry-blog a h2 { color:#87b824 !important }
.box-entry-blog p.intro {
	font-weight:bold;
	margin-top:3px !important;
}

.list-blog h2 { 
	font-family:Arial, Helvetica, sans-serif; font-size:20px; color:#006633; font-weight:bold; 
	text-transform:none;
}
.list-blog .thumbnail { padding:0 !important }
.list-blog .thumbnail img { border:1px solid #e3e3e3 }
.list-blog-bot { 
	background-color:#f8f8f8;
	display:block; height:35px;
	border-top:1px solid #e3e3e3; border-bottom:1px solid #e3e3e3; 
	padding:0 20px;
	margin:10px 0 50px 20px;
}
.list-blog-bot p.date { 
	font-size:12px; 
	width:140px; 
	padding-top:8px;
	margin-bottom:0;
}
.list-blog-bot span { color:#006633 }
.list-blog-bot p.share { 
	margin-left:140px; margin-bottom:0 }
.list-blog-top { margin:10px 0 }
.list-blog-top p.share { margin-left:160px }

ul.list-archive {
	list-style:none;
	margin:0 0 10px 0
}
ul.list-archive li a 	{
	font-size:12px; font-weight:bold; color:#dadada;
}
ul.list-archive li a:hover, 
ul.list-archive li a.active {
	color:#99cc33;
	text-decoration:none;
}

ol.list-locations { 
	list-style:none;
	margin-left:10px;
}
ol.list-locations li { 
	float:left; 
	width:160px; height:30px; 
	margin-right:15px;
}

ul.list-search { list-style:none; }
ul.list-search li { margin-bottom:20px; }

.list-reports .thumbnail { 
	padding:0; 
	margin-bottom:10px;
}
.list-reports .thumbnail img { border:1px solid #aaaaa9; }
.list-reports h2 { 
	font-family:Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold; color:#006633;
	text-transform:none;
	margin-bottom:10px;
}

.pagination { 
	text-align:center; 
	margin-bottom:35px; margin-left:20px;
}
.pagination p { 
	background-color:#006633; 
	display:inline-block; 
	border:1px solid #4d726e; 
	font-family:'dinbold', Arial, Helvetica, sans-serif; color:#fff; font-weight:normal;
	padding:5px 35px;
	-webkit-border-radius: 5px; 
	 -khtml-border-radius: 5px; 
	   -moz-border-radius: 5px; 
			  	border-radius: 5px;
}
.pagination p a { 
	font-family:'dinbold', Arial, Helvetica, sans-serif; color:#fff; font-weight:normal; 
	padding:0 2px;
}
.pagination p span { padding:0 2px }
.pagination p span, 
.pagination p a:hover, 
.pagination .prev-next { 
	color:#99cc33;
	text-decoration:none;
}

.featured-text { margin:15px 0 }
.featured-text h2 { 
	font-family:'dinbold', Arial, Helvetica, sans-serif; font-size:29px; color:#006633; font-weight:normal;
}
.featured-text p { font-weight:bold }

.list-clients h2 { 
	font-family:'dinbold', Arial, Helvetica, sans-serif; font-size:29px; color:#006633; font-weight:normal;
}
.list-clients .thumbnail img { border:none }
.list-clients .thumbnail { 
	display:block; width:140px; height:95px;
}

/* FOOTER */

.footer { 
	font-family:'dinregular', Arial, Helvetica, sans-serif; font-size:11px; color:#7c7c7c;
	border-top:1px solid #aaaaa9; 
	padding:33px 0;
}
.footer a.ico { 
	background-image: url('sprites-icons.gif'); background-repeat: no-repeat;
	display:inline-block; height:12px; 
	font-family:'dinbold', Arial, Helvetica, sans-serif; font-size:12px; color:#3d872c; font-weight:normal;
	text-transform:uppercase; line-height:12px;
	padding:42px 40px 0 40px;
	margin:5px 0 0 0;
}
.footer a.ico:hover { 
	text-decoration:none; 
	color:#00423f;
}

.footer a.ico-1 { background-position: center 0px }
.footer a.ico-1:hover { background-position: center -270px }
.footer a.ico-2 { background-position: center -54px }
.footer a.ico-2:hover { background-position: center -324px }
.footer a.ico-3 { background-position: center -108px }
.footer a.ico-3:hover { background-position: center -378px }
.footer a.ico-4 { background-position: center -162px }
.footer a.ico-4:hover { background-position: center -432px }
.footer a.ico-5 { background-position: center -216px }
.footer a.ico-5:hover { background-position: center -486px }

.footer h2 { 
	font-family:'dinbold', Arial, Helvetica, sans-serif; font-size:12px; color:#006666; font-weight:normal; 
	line-height:12px; text-transform:uppercase;
	margin:12px 0 8px 0;
}
.services { 
	float:left; 
	width:740px;
}
.services-box { 
	float:left;
	width:180px; min-height:75px; 
	margin:0 65px 23px 0;
}
.copy { 
	float:right; 
	width:180px; 
	padding-top:120px;
}



/* MENU */

/* MENU -> main menu */

.menu { 
	height:129px; 
	background:#fff url('sprites-icons.gif') repeat-x left -662px;
	position:relative; z-index:99;
}

ul.nav { 
	list-style:none;
	position:absolute; 
	left:175px; 
	top:65px;
	margin:0;
}

ul.nav li {
	display:block;
	float:left;
}
ul.nav li a {
	display:block; height:28px;
	font-size:14px; font-family:'dinbold', Arial, Helvetica, sans-serif; color:#006633; font-weight:normal;
	text-transform:uppercase;
	padding:5px 15px 0 15px;
	border:1px solid #fff;
}
ul.nav li a.current, 
ul.nav li a.section { color:#99cc33; }
ul.nav li a:hover,
ul.nav li:hover a {
	background-color:#f9f9f9; 
	text-decoration:none !important;
	color:#99cc33;	
	border-top:1px solid #e1e1e1; 
	border-left:1px solid #e1e1e1;
	border-right:1px solid #e1e1e1;
	border-bottom:1px solid #f9f9f9;
	position:relative; z-index:10;
	-webkit-border-radius: 5px 5px 0 0; 
	 -khtml-border-radius: 5px 5px 0 0; 	
		 -moz-border-radius: 5px 5px 0 0;
	 				border-radius: 5px 5px 0 0;
}

/*
ul.nav li a.nosubmenu:hover, 
ul.nav li:hover a.nosubmenu { background:url("http://www.mecmanchester.co.uk/wp-content/themes/mecglobal/css/btn_menu_nosubmenu.png") no-repeat top center !important; }
*/

ul.nav ul { 	 
	list-style:none;
	background-color:#f9f9f9; 
	display:block; width:743px; min-height:80px;  
	position:absolute; top:33px; left:-9999px; z-index:9; 
	padding:20px 15px; 
	border:1px solid #e1e1e1; 
	margin-left:0px;	
	-webkit-border-radius: 0 5px 5px 5px; 
	 -khtml-border-radius: 0 5px 5px 5px; 
		 -moz-border-radius: 0 5px 5px 5px;
	 				border-radius: 0 5px 5px 5px;
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1); 
		 -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1); 
		 			box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}
ul.nav ul li { 
	background:none;
	float:left; 
	display:block; width:235px; height:auto;
	padding:0; 
	border:none !important; 
	margin-right:10px;  
}
ul.nav ul li:hover, 
ul.nav ul li:focus { display:block; }
ul.nav ul li.current h2,
ul.nav ul li.section h2 { color:#99cc33; }
ul.nav ul a { 
	float:left; 
	display:block; width:235px; height:auto;	
	padding:0;
	border:none !important;
	font-size: 12px;
}
ul.nav ul a:hover,
ul.nav ul h2:hover,
ul.nav ul p:hover {
	text-decoration:underline;
	cursor:pointer;
}
ul.nav ul li.last a { margin-bottom:0 }
ul.nav li:hover ul { left:0;}
ul.nav ul li img { border:1px solid #e0e0e0 }

.btn_left {
	display:block; width:95px;
	margin-right:10px; 
}
.btn_left span {
	display:block; width:95px !important;
	font-size:11px !important; 
	text-transform:none !important;
	margin: 0 0 3px 0 !important;
}
h2.btn_right_title { 
	font-family:'dinbold', Arial, Helvetica, sans-serif; font-size:16px; font-weight:normal; color:#006633;
	line-height:1;
	text-transform:none;
	display:block; width:125px; 
	margin:0 0 3px 0 !important;
}
p.btn_right_intro {
	font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:normal; color:#333;
	line-height:1.2em;
	display:block; width:125px; 
	text-transform:none;
}

ul.sub-menu li a:hover {
text-decoration:underline;
}

/* MENU -> top menu */

ul.nav-top { 
	list-style:none; 
	position:absolute; right:10px; top:0;
}
ul.nav-top li { 
	float:left; 
	position:relative;
	display:block;
	margin-left:6px;
}
ul.nav-top li a.button {
	background-color:#fff;
	display:block; height:22px; 
	border-top:none; border-right: 1px solid #d8d8d8; border-bottom: 1px solid #d8d8d8; border-left: 1px solid #d8d8d8; 
	font-family:'dinbold', Arial, Helvetica, sans-serif; color:#006633; font-size:12px; font-weight:normal; 
	line-height:22px; text-transform:uppercase;
	padding:0 10px;
	-webkit-border-radius: 0px 0px 5px 5px; 
	 -khtml-border-radius: 0px 0px 5px 5px;
		 -moz-border-radius: 0px 0px 5px 5px;
		 			border-radius: 0px 0px 5px 5px;
}
ul.nav-top li a.button:hover,
ul.nav-top li:hover a.nav-top-first {
	height:31px;
	border-bottom:none;
	position:relative; z-index:10; 
	text-decoration:none !important;
	-webkit-border-radius: 0; 
	 -khtml-border-radius: 0;
		 -moz-border-radius: 0;
		 			border-radius: 0;
}

ul.nav-top-sub { 
	list-style:none; list-style-position:outside;
	display:block; 
	background-color: #fff; 
	width:185px; 
	position:absolute; top:25px; left:-9999px; z-index:9; 
	padding:20px 0px;
	border:1px solid #d8d8d8;
	margin-top:5px;
	margin-left:-106px;	
	-webkit-border-radius: 5px 0 5px 5px; 
	 -khtml-border-radius: 5px 0 5px 5px; 
		 -moz-border-radius: 5px 0 5px 5px;
	 				border-radius: 5px 0 5px 5px;
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1); 
		 -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1); 
		 			box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}
ul.nav-top-sub li { 
	float:none;
	line-height:1 !important;
	padding:0 !important;
	margin:2px 0 !important;
}
ul.nav-top-sub li a.button { 
	display:block; height:auto;
	font-family:Arial, Helvetica, sans-serif; color:#006633; font-size:13px;
	text-transform:none; line-height:13px !important;
	border:none;
	padding:7px 10px;
}
ul.nav-top-sub a.button:hover,
ul.nav-top-sub li:hover a.button { 
	background-color:#f2f2f2;
	height:auto !important;
}
ul.nav-top-sub li.last a.button { margin-bottom:0 }
ul.nav-top li:hover ul.nav-top-sub { left:0 }
ul.nav-top li:hover a.button { text-decoration:underline }
ul.nav-top li:hover ul.nav-top-sub a.button { text-decoration:none }

ul.nav-top ul.contacts_submenu { 
	width:341px;
	padding:20px 25px;
	margin-left:0px;
	-webkit-border-radius: 0 5px 5px 5px; 
	 -khtml-border-radius: 0 5px 5px 5px; 
		 -moz-border-radius: 0 5px 5px 5px;
	 				border-radius: 0 5px 5px 5px;
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1); 
		 -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1); 
		 			box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}
ul.nav-top ul.contacts_submenu li { margin-right:0 }

#SearchMapForm_SearchMapForm input.text,
#SearchMapForm_SearchMapForm input[type="text"] { 
	background-color:#f2f2f2; 
	font-family:Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold; color:#006633 ; 
	display:inline-block; width:250px; height:17px; 
	border:none !important; 
	padding: 5px 10px 5px 10px;
	margin:0;
	-webkit-border-radius: 0; 
	 -khtml-border-radius: 0; 
		 -moz-border-radius: 0;
	 				border-radius: 0;
	-moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	box-shadow: none !important;
}

.map_search_title {
	background-color:#f2f2f2; 
	display:inline-block; width:40px; height:17px;
	font-family:Arial, Helvetica, sans-serif; color:#006633; font-weight:bold; font-size:13px;
	border:none !important; 
	padding: 5px;
	-webkit-border-radius: 0; 
	 -khtml-border-radius: 0; 
		 -moz-border-radius: 0;
	 				border-radius: 0;
}
#SearchMapForm_SearchMapForm_action_results { display:none }

.maps_wrapper { 
	padding:0;
	margin-top:0;
}

.map_box { 
	padding:0; 
	margin-top:15px;
}
.map_box h3 {
	font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#006633; font-weight:bold;
	line-height:1;
	margin:10px 0 !important;
}
.map_box p								{ font-size:13px; color:#333; line-height:14px; font-weight:normal }
.map_box a.email					{ font-size:13px; color:#006633; font-weight:normal }
.map_box a.visit					{ font-size:13px; color:#006633; font-weight:normal }
.map_box img 							{ border: 1px solid #dadada; }
.map_box .infoFrame a {
	font-family:Arial, Helvetica, sans-serif; color:#006633; font-size:13px; font-weight:normal;
	display:inline; 
	margin-bottom:0;
}
.map_box .infoFrame a.link {
	font-family:Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold; 
	display:block; 
	margin-bottom:5px;
}
.map_box .TeamBox { 
	width:160px; height:200px;
	float:left; 
	padding:0; 
	margin:0px 20px 0 0;
}

/* MENU -> autocomplete */

.jqac-menu 								{ font-size:12px; color:black; background-color:white; border:1px solid #aaa; height:100px }
.jqac-menu ul 						{ list-style:none; margin:1px; padding:1px; overflow:hidden }
.jqac-menu .jqac-link 		{ display:block }
.jqac-menu .jqac-highlight { background-color:#ff6600; color:#FFF }
.jqac-menu .jqac-warning 	{ font-style:italic }
.jqac-menu em 						{ text-decoration:underline }
.jqac-menu .jqs-info 			{ text-align:right; font-style:italic; font-size:12px; color:#666 }

/* Custom page Styles */

/* Team Page & Profiles
------------------------------------------------------------ */

.staffImage {border:1px solid #cccccc;padding:2px; margin: 0px 0px 5px 5px;}
.staffGroup {clear:both; padding: 0px 0px 0px 0px;}
.staffMember {float:left; margin: 0px 0px 00px 0px;}
.staffMemberJobTitle {width:125px; height:15px; padding: 0px 20px 20px 0px;}
.staffPageImage {border:1px solid #cccccc;padding:2px; margin: 0px 0px 5px 5px;}


/* Client Portfolio
------------------------------------------------------------ */
#clients { width: 750px; margin: 0; padding: 0;}
#clients li { list-style: none; float: left; display: block; width: 120px; height: 100px; margin: 13px 8px 0 8px; padding: 9px 14px 0 14px; text-align: center; } 
#clients img { width: 100%; }

/* blog thumbnails */
.blogimg {
	width: 140px;
	height: 85px;			 
}

/* Author's Bio  */
#socico li{
display: inline;
list-style-type: none;
}
.profileImage {border:1px solid #cccccc;padding:2px; margin: 0px 0px 5px 5px;}

/* Awards */
#awards{
   position: relative;
   float: left;
   left: 0.00%;
   width: 100.00%;
}

#awards .left{
   text-align:center;
	 position: relative;
   float: left;
   left: 0.50%;
   width: 32.00%;
}
#awards .middle{
   text-align:center;
	 position: relative;
   float: left;
   left: 1.50%;
   width: 32.00%;
}
#awards .right{
   text-align:center;
	 position: relative;
   float: right;
   right: 0.50%;
   width: 32.00%;
}

#awardlogo {
background-repeat: no-repeat; background-position: 50% 50%; width:200px; height: 200px; display: block; height: 12em;
}

.logo-howdo { background-image: url('../../../../images/Awards/how-do.jpg'); background-repeat: no-repeat; background-position: 50% 50%; width:200px; height: 200px; display: block; height: 12em;}
.logo-drum { background-image: url('../../../../images/Awards/drum.jpg'); background-repeat: no-repeat; background-position: 50% 50%; width:200px; height: 200px; display: block; height: 12em;background-size: 75%;}
.logo-mina { background-image: url('../../../uploads/mina-awards-150x150.jpg'); background-repeat: no-repeat; background-position: 50% 50%; width:200px; height: 200px; display: block; height: 12em;background-size: 75%;}
.logo-st2012 { background-image: url('../../../uploads/100-Best-Sunday-Times-20121.jpg'); background-repeat: no-repeat; background-position: 50% 50%; width:200px; height: 200px; display: block; height: 12em;background-size: 75%;}
.logo-rar { background-image: url('../../../../images/RAR-logo-2012.jpg'); background-repeat: no-repeat; background-position: 50% 50%; width:200px; height: 200px; display: block; height: 12em;background-size: 75%;}
.logo-beautilicious { background-image: url('../../../uploads/Beautilicious_Awards_2012_Large_Badge-150x150.png');background-repeat: no-repeat; background-position: 50% 50%; width:200px; height: 200px; display: block; height: 12em; background-size: 75%;}
.logo-st2011 { background-image: url('../../../uploads/BEST-MAIN-COMPANY-2011-150x150.jpg'); background-repeat: no-repeat; background-position: 50% 50%; width:200px; height: 200px; display: block; height: 12em;background-size: 75%;}
.logo-fresh { background-image: url('../../../../images/Awards/fresh.jpg'); background-repeat: no-repeat; background-position: 50% 50%; width:200px; height: 200px; display: block; height: 12em;background-size: 75%;}
.logo-nma { background-image: url('../../../uploads/nma-logo-300x47.jpg'); background-repeat: no-repeat; background-position: 50% 50%; width:200px; height: 200px; display: block; height: 12em;background-size: 75%;}
.logo-mediaweek { background-image: url('../../../uploads/mediaweek-logo.gif'); background-repeat: no-repeat; background-position: 50% 50%; width:200px; height: 200px; display: block; height: 12em;background-size: 75%;}
.logo-st2013 { background-image: url('../../../../images/sunday-times-100-2013.jpg'); background-repeat: no-repeat; background-position: 50% 50%; width:200px; height: 200px; display: block; height: 12em;background-size: 75%;}
.logo-soiaw13 { background-image: url('../../../../images/soiaw13.jpg'); background-repeat: no-repeat; background-position: 50% 50%; width:200px; height: 200px; display: block; height: 12em;background-size: 75%;}
.logo-prolificnorth { background-image: url('../../../../images/prolific-north.jpg'); background-repeat: no-repeat; background-position: 50% 50%; width:200px; height: 200px; display: block; height: 12em;background-size: 75%;}