@font-face{ 
	font-family: 'groovy';
	src: url('../fonts/not_just_groovy.eot');
	src: url('../fonts/not_just_groovy.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/not_just_groovy.woff') format('woff'),
	     url('../fonts/not_just_groovy.ttf') format('truetype'),
	     url('../fonts/not_just_groovy.svg#webfont') format('svg');
}

.bm-cool-menu a {
  font-family: groovy;
  font-size: 140% !important;
}

.gbs3 {
  padding: 20px;
}

label {
  display: inline-table;
  min-width: 12%;
}

.userdata a {
  color: #00489d;
  text-decoration: none;
}



.userdata {
  border: medium none;
  border-radius: 0;
  margin-bottom: 40px;
}

.userdata::after {
  background-image: url("../images/shadow.png");
  background-position: center -12px;
  background-repeat: no-repeat;
  color: transparent;
  content: ".";
  display: block;
  height: 73px;
  margin-top: 20px;
  opacity: 0.5;
  position: absolute;
  width: 100%;
}

.chronoform label {
  font-size: 11pt;
}

h3 {
  background-color: #3c3c3c;
  color: #fff !important;
  display: table;
  font-family: groovy !important;
  font-size: 20pt !important;
  font-weight: normal !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 10px 20px !important;
}

h1, h2 {
  color: #4a4949 !important;
  font-family: groovy !important;
  font-size: 22pt !important;
  text-shadow: 1px 1px 0px #fff;
}

.bm-cool-menu-wrap {
  position: relative;
  z-index: 9999;
}

.bm-cool-menu-trigger {
  background: #444 none repeat scroll 0 0;
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: groovy;
  font-size: 18pt;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 0px !important;
  border-radius: 0 !important;
  margin-bottom: 10px;
}

.omega-powered {
  display: none;
}

.bottommodules {
  padding: 0px 20px 15px 20px;
}

.ot_row img {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
}

.caption-block p {
      font-family: groovy;
      color: #fff;
}

@media all and (min-width: 960px) {
    .caption-block p {
      font-size:24pt;
      padding:10px;
}
.col-ot-3 {
  width: 32% !important;
}
}

@media all and (max-width: 959px) and (min-width: 600px) {
    .caption-block p {
      font-size:4vw;
      padding:1vw;
}
}

@media all and (max-width: 599px) and (min-width: 50px) {
    .caption-block p {
      font-size:6vw;
      padding:0.3vw;
}
}