﻿/*!
 * Bootstrap v2.3.2
 *
 * Copyright 2013 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 by @mdo and @fat.
 * Customized by Centric
 */

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}



a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

a:hover,
a:active {
  outline: 0;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
.google-maps img {
  max-width: none;
}

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,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

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;
}


.row {
  margin-left: 0px;
  *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: 0px;
} 

.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 1020px; 
}

.span12 {
  width: 960px;
}
.span12Extra {
  width: 996px;
}
.span11 {
  width: 880px;
}

.span10 {
  width: 800px;
}

.span9 {
  width: 720px;
}

.span8 {
  width: 640px;
}

.span7 {
  width: 560px;
}
.span6ExtraBl {
  width: 430px;
}
.span6 {
  width: 486px;
}
.span6Extra{
/*width: 492px  need this for zoom mode, otherwise the items don't fit */
width:492px;
/*width: 495px;*/
}
/* made for the new universal template*/
.span6ExtraWidth {
	width: 504px;
}
.span6ExtraContent{
width: 480px !important;
padding-right: 12px !important;
}
.span6NoLeftMenu{
width: 480px;
}
.span5 {
  width: 400px;
}
.span4Extra{
  width: 356px;
}
.span4 {
  width: 320px;
}
.span3ExtraBl{
width:320px;
}
.span3Extra{
width:270px;
}
.span3 {
  width: 240px;
}
.span3Add{
width: 238px !important;
border-radius: 15px;
webkit-border-radius: 15px;
-moz-border-radius: 15px;
height: 238px !important;
overflow: hidden;
}

.span2 {
  width: 160px;
}
.span2Extra {/**/
  width: 156px;
}
/*--------footer spans start----------*/
.span4columns{
	width: 237.5px !important;
}
.span5columns{
	width: 189.6px !important;
}
.span6columns{
	width: 156px !important;
}
/*---------footer spans end----------*/
/*--------main item content full start----------*/
.span8Extra {
  width: 732px;
  padding-right:12px !important;
}
/*---------main item content full end----------*/
/*--------landingspage start----------*/
.span6Large{
  width: 744px;
}
/*--------landingspage end----------*/
/*------------main menu start --------*/
.span6MainMenu{
  width: 516px;
}
/*------------main menu start --------*/
.span1 {
  width: 80px;
}

.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}

.container:before,
.container:after {
  display: table;
  line-height: 0;
  content: "";
}

.container:after {
  clear: both;
}

