/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}


html, body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  background-image: url(images/grid.png);
}

body {
  font-family: 'Droid Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}

#main-wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0pt auto;
}

.full-width.footer-nav {
  background-image: url(images/bg_footer.gif);
}

span.white {
  color: #FFF;
}

footer p {
  color: #BDBDBD !important;
  font-size: 16px;
  line-height: 28px;
  margin: 0;
}


p {
  font-size: 1em;
  line-height: 1.5em;
  color: #222;
}

#holder {
  padding-top: 96px;
  margin: 0pt auto;
  text-align: center;
  padding-bottom: 24px;
}

#holder p {
  color:#585858;
}

.large {
  text-transform: uppercase;
  font-size: 26px;
}

footer p.odd {
  border-bottom: 1px solid #333;
}
footer p.even {
  background-image: url(images/dark_footer.gif);
  background-repeat: repeat-x;
  border-bottom: 1px solid #333;
}

.footer-nav p {
  font-size: 14px;
}

.site-footer {
  max-width: 1140px;
  margin: 0pt auto;
}


footer p a {
  color: #BDBDBD;
  text-decoration: none;
}

footer p a:hover {
  color: #FF6703;
}

#block-vdmi-customblock-footer-block {
  padding: 24px 0;
}

.badge {
  text-align: center;
  display: block;
  margin-top: 48px;
}

a.social {
  background-image: url(images/social-sprite.png);
  background-repeat: no-repeat;
  display: block;
  font-size: 0;
  text-indent: -999em;
  width: 29px;
  height: 30px;
  background-position: left top;
  float: right;
  -webkit-transition: all 0ms linear;
  -moz-transition: all 0ms linear;
  -o-transition: all 0ms linear;
  -ms-transition: all 0ms linear;
  transition: all 0ms linear;
  margin-right: 10%;
}

a.social.google {
  background-position: -104px 0;
  margin-right: 0;
}

a.social.twitter {
  background-position: -51px 0;
}

a.social.facebook:hover {
  background-position: 0 -35px;
}
a.social.twitter:hover {
  background-position: -51px -35px;
}
a.social.google:hover {
  background-position: -104px -35px;
}



@media only screen and (min-width: 940px) {
  #main-wrapper {
    margin: 0 auto -314px;
  }
  footer, .push {
    height: 314px;
  }
}

@media only screen and (max-width: 939px) {
  .column, .columns {
  width: auto !important;
  float: none;
  }
  #main-wrapper {
    min-height: initial;
  }
  a.social {
    float: left;
    margin: 24px 0;
  }
}

@media screen and (max-width: 796px) {

}

.lt-ie9  #main-wrapper {
  margin: 0 auto -314px;
}
.lt-ie9 footer, .lt-ie9 .push {
    height: 314px;
  }
