
@import url(http://fonts.googleapis.com/css?family=Quattrocento+Sans:400,400italic,700italic,700|Quattrocento:400,700);
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.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: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: "Quattrocento Sans", sans-serif;
  font-size: 15px;
  line-height: 18px;
  color: #383737;
  background-color: #ffffff;
}
a {
  color: #98b400;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #576800;
  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: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}
.btn {
  color: #383737;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #a1a1a1;
  background-image: -moz-linear-gradient(top, #bababa, #7b7b7b);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bababa), to(#7b7b7b));
  background-image: -webkit-linear-gradient(top, #bababa, #7b7b7b);
  background-image: -o-linear-gradient(top, #bababa, #7b7b7b);
  background-image: linear-gradient(to bottom, #bababa, #7b7b7b);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbababa', endColorstr='#ff7b7b7b', GradientType=0);
  border-color: #7b7b7b #7b7b7b #545454;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #7b7b7b;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  font-family: "Quattrocento Sans", sans-serif;
  text-transform: uppercase;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #383737;
  background-color: #7b7b7b;
  *background-color: #6e6e6e;
}
.btn:active,
.btn.active {
  background-color: #616161 \9;
}
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #4b3760;
  background-image: -moz-linear-gradient(top, #5a4273, #342642);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5a4273), to(#342642));
  background-image: -webkit-linear-gradient(top, #5a4273, #342642);
  background-image: -o-linear-gradient(top, #5a4273, #342642);
  background-image: linear-gradient(to bottom, #5a4273, #342642);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5a4273', endColorstr='#ff342642', GradientType=0);
  border-color: #342642 #342642 #0e0a12;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #342642;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #342642;
  *background-color: #271d32;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #1b1422 \9;
}
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #94819d;
  background-image: -moz-linear-gradient(top, #ad9cb5, #6e5a78);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ad9cb5), to(#6e5a78));
  background-image: -webkit-linear-gradient(top, #ad9cb5, #6e5a78);
  background-image: -o-linear-gradient(top, #ad9cb5, #6e5a78);
  background-image: linear-gradient(to bottom, #ad9cb5, #6e5a78);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffad9cb5', endColorstr='#ff6e5a78', GradientType=0);
  border-color: #6e5a78 #6e5a78 #46394c;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #6e5a78;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #6e5a78;
  *background-color: #614f69;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #53445b \9;
}
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #a238ab;
  background-image: -moz-linear-gradient(top, #b840c2, #822c89);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b840c2), to(#822c89));
  background-image: -webkit-linear-gradient(top, #b840c2, #822c89);
  background-image: -o-linear-gradient(top, #b840c2, #822c89);
  background-image: linear-gradient(to bottom, #b840c2, #822c89);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb840c2', endColorstr='#ff822c89', GradientType=0);
  border-color: #822c89 #822c89 #4b194f;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #822c89;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #822c89;
  *background-color: #702676;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #5d2062 \9;
}
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #9cb900;
  background-image: -moz-linear-gradient(top, #aece00, #829b00);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#aece00), to(#829b00));
  background-image: -webkit-linear-gradient(top, #aece00, #829b00);
  background-image: -o-linear-gradient(top, #aece00, #829b00);
  background-image: linear-gradient(to bottom, #aece00, #829b00);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffaece00', endColorstr='#ff829b00', GradientType=0);
  border-color: #829b00 #829b00 #424e00;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #829b00;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #829b00;
  *background-color: #6d8100;
}
.btn-success:active,
.btn-success.active {
  background-color: #576800 \9;
}
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #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-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  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);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:focus,
.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: #333533;
  background-image: -moz-linear-gradient(top, #242524, #4a4c4a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#242524), to(#4a4c4a));
  background-image: -webkit-linear-gradient(top, #242524, #4a4c4a);
  background-image: -o-linear-gradient(top, #242524, #4a4c4a);
  background-image: linear-gradient(to bottom, #242524, #4a4c4a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff242524', endColorstr='#ff4a4c4a', GradientType=0);
  border-color: #4a4c4a #4a4c4a #242524;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #4a4c4a;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #4a4c4a;
  *background-color: #3d3f3d;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #313231 \9;
}
.btn-flat {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  background: #7b7b7b;
  color: #ffffff;
}
.btn-flat:hover {
  color: #ffffff;
  background: #949494;
}
.btn-flat.btn-large {
  font-size: 13px;
  padding: 9px 5px;
}
.btn-flat.btn-primary {
  background: #47345b;
}
.btn-flat.btn-primary:hover {
  background: #60477b;
}
.btn-flat.btn-warning {
  background: #8e7b96;
}
.btn-flat.btn-warning:hover {
  background: #a697ad;
}
.btn-flat.btn-danger {
  background: #9d36a5;
}
.btn-flat.btn-danger:hover {
  background: #bb4ac4;
}
.btn-flat.btn-success {
  background: #98b400;
}
.btn-flat.btn-success:hover {
  background: #c3e700;
}
.btn-flat.btn-info {
  background: #45abc9;
}
.btn-flat.btn-info:hover {
  background: #6dbdd4;
}
.btn-flat.btn-inverse {
  background: #373837;
}
.btn-flat.btn-inverse:hover {
  background: #505250;
}
body {
  border-top: 6px solid #822c89;
  background: #ffffff;
}
/* Header */
.site-header .inner {
  background: url(../../../img/themes/aprime/bg-slogan.png) no-repeat right bottom;
  min-height: 160px;
  position: relative;
}
.site-header .sitename {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  background: url(../../../img/themes/aprime/logo-aprime.png) no-repeat 0 0;
  display: block;
  height: 110px;
  position: absolute;
  top: 40px;
  width: 449px;
  z-index: -1;
}
.site-header .main-menu {
  float: right;
  position: relative;
  z-index: 2;
}
.site-header .slogan {
  font-family: "Quattrocento Sans", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 20.8px;
  color: #822c89;
  clear: right;
  font-style: italic;
  left: 140px;
  position: absolute;
  top: 130px;
}
/* Content section */
/* Top section */
.top-section {
  background: url(../../../img/themes/aprime/bg-site-content.jpg) repeat 0 0;
  position: relative;
  border-bottom: 1px solid #e6d4e7;
}
.top-section .content {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 15px;
}
.top-section .decoration {
  background: url(../../../img/themes/aprime/bg-site-content-top-decoration.png) repeat-x 0 0;
  height: 14px;
}
/* Middle section */
.middle-section {
  padding: 15px 0 10px;
}
/* Footer */
.site-footer .decoration {
  background: url(../../../img/themes/aprime/bg-site-footer-decoration.jpg) repeat-x top center;
  height: 11px;
}
.site-footer .content {
  background: #f3f3f3;
  padding: 15px 0;
}
/* Sidebar specific styles */
.has-sidebar h1 {
  margin-bottom: 0;
}
.sidebar {
  padding-top: 25px;
}
.sidebar h2 {
  margin-top: 0;
}
.home .sidebar {
  padding-top: 23px;
}
/* Grid hacks */
.span4-5 {
  width: 340px;
}
input.span4-5,
textarea.span4-5,
.uneditable-input.span4-5 {
  width: 325px;
}
/* Thumbnails style */
.thumbnail {
  background-color: #ffffff;
  padding-bottom: 0;
}
/* Form styles */
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 {
  /* inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6) */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.25), 0 0 8px rgba(230, 212, 231, 0.75);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.25), 0 0 8px rgba(230, 212, 231, 0.75);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.25), 0 0 8px rgba(230, 212, 231, 0.75);
  border-color: #e6d4e7;
}
label {
  font-weight: bold;
}
span.required {
  color: #9d261d;
}
/* Main menu */
.main-menu .items {
  margin: 0;
  padding: 0;
}
.main-menu .items .menu-item {
  float: left;
  list-style: none;
}
.main-menu .items .menu-item.menu-item-23 a {
  background: url(../../../img/themes/aprime/bg-link-my-space.png) no-repeat center bottom;
}
.main-menu .items .menu-item.menu-item-23 a.active,
.main-menu .items .menu-item.menu-item-23 a:hover {
  background-position: center -10px;
  color: #000000;
}
.main-menu .items .menu-item.current-menu-item a,
.main-menu .items .menu-item a:hover {
  -webkit-transition: background .4s, color .2s;
  -moz-transition: background .4s, color .2s;
  -o-transition: background .4s, color .2s;
  transition: background .4s, color .2s;
  background-position: 0 0;
  color: #ffffff;
  text-decoration: none;
}
.main-menu .items .menu-item a {
  -webkit-transition: background .4s, color .2s;
  -moz-transition: background .4s, color .2s;
  -o-transition: background .4s, color .2s;
  transition: background .4s, color .2s;
  background: url(../../../img/themes/aprime/pixel-purple.jpg) repeat-x 0 -80px;
  color: #383737;
  display: block;
  font-size: 13px;
  font-weight: bold;
  padding: 30px 6px 10px 6px;
  text-transform: uppercase;
}
/* Footer menu */
.footer-menu .items {
  margin: 0;
  padding: 0;
  text-align: center;
}
.footer-menu .items .menu-item {
  display: inline;
  list-style: none;
}
.footer-menu .items .menu-item a {
  color: #383737;
  font-size: 12px;
  font-weight: bold;
  padding: 0 15px;
  text-transform: uppercase;
}
/* Group of five buttons (full width) */
.btn-group-large .btn {
  margin-left: 25px;
  width: 152px;
}
.btn-group-large .btn.btn-first {
  margin-left: 0;
}
/* A news node */
.news .date {
  font-size: 13px;
}
.news .image {
  text-align: center;
}
.news.full .image {
  float: left;
  margin-bottom: 20px;
  margin-right: 20px;
}
.news.small .image {
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
  max-width: 99px;
}
.news.small .title {
  font-family: "Quattrocento Sans", sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 120%;
}
.news.smaller {
  font-size: 13px;
}
.news.smaller .title {
  font-family: "Quattrocento Sans", sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 120%;
  margin: 5px 0 0;
}
/* A member node */
.member.small {
  display: table;
  margin-bottom: 20px;
}
.member.small .link {
  background: #dadada;
  display: block;
  padding: 2px;
  text-decoration: none;
}
.member.small .link:hover {
  background: #98b400;
}
.member.small .link:hover .title {
  color: #ffffff;
}
.member.small .image {
  background: #ffffff;
  display: table-cell;
  height: 120px;
  text-align: center;
  vertical-align: middle;
  width: 136px;
}
.member.small .image img {
  max-height: 120px;
}
.member.small .title {
  color: #383737;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 0 3px;
  text-align: center;
}
.purple-well {
  padding: 10px;
  background: url(../../../img/themes/aprime/bg-site-content.jpg) repeat 0 0;
}
.purple-well .link {
  font-weight: bold;
  text-decoration: none;
}
.link-purple {
  color: #822c89;
}
.link-purple:hover {
  color: #5d2062;
}
/* Carousel */
.carousel-container {
  position: relative;
  height: 80px;
  padding: 0 50px;
  width: 840px;
}
.carousel-container .carousel {
  margin: 0;
}
.carousel-container .carousel .item {
  float: left;
  height: 80px;
  list-style: none;
  text-align: center;
  width: 140px;
  position: relative;
  display: table;
}
.carousel-container .carousel .item a {
  display: table-cell;
  vertical-align: middle;
}
.carousel-container .carousel .item a img {
  max-width: 80px;
}
.carousel-container .carousel-nav {
  width: 31px;
  height: 31px;
  background: url(../../../img/themes/aprime/bg-carousel-nav.png) no-repeat 0 0;
  color: #ffffff;
  font-size: 40px;
  line-height: 26px;
  display: block;
  position: absolute;
  text-align: center;
  top: 32%;
}
.carousel-container .carousel-nav:hover {
  text-decoration: none;
  color: #e6e6e6;
}
.carousel-container .carousel-nav.prev {
  left: -2px;
}
.carousel-container .carousel-nav.next {
  right: -2px;
}
/* Search box */
.search-box {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #ffffff;
  border: 5px solid #ffffff;
  height: 43px;
  position: relative;
}
.search-box .query {
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #e6e6e6, #f3f3f3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e6e6e6), to(#f3f3f3));
  background-image: -webkit-linear-gradient(top, #e6e6e6, #f3f3f3);
  background-image: -o-linear-gradient(top, #e6e6e6, #f3f3f3);
  background-image: linear-gradient(to bottom, #e6e6e6, #f3f3f3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe6e6e6', endColorstr='#fff3f3f3', GradientType=0);
  height: 32px;
  line-height: 32px;
  padding-left: 12px;
  padding-right: 24px;
  margin-top: 1px;
  width: 435px;
}
.search-box .tt-hint {
  height: 32px;
  width: 100%;
}
.search-box .submit {
  position: absolute;
  right: 0px;
  top: 1px;
  z-index: 2;
}
.wpcf7-not-valid-tip {
  display: none !important;
}
.map-container {
  background: url(/wp-content/plugins/contact-form-7/images/ajax-loader.gif) no-repeat center center;
  height: 450px;
  width: 930px;
}
.map-container .map-canvas {
  height: 100%;
  width: 100%;
}
.map-container .map-canvas img {
  max-width: none;
}
.typeahead,
.tt-query,
.tt-hint {
  width: 396px;
  height: 30px;
  padding: 8px 12px;
  font-size: 24px;
  line-height: 30px;
  border: 2px solid #ccc;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  outline: none;
}
.typeahead {
  background-color: #fff;
}
.typeahead:focus {
  border: 2px solid #0097cf;
}
.tt-query {
  -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);
}
.tt-hint {
  color: #999999;
}
.tt-dropdown-menu {
  width: 422px;
  margin-top: 0;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.tt-suggestion {
  padding: 3px 20px;
  font-size: 18px;
  line-height: 24px;
}
.tt-suggestion.tt-is-under-cursor {
  color: #fff;
  background-color: #0097cf;
}
.tt-suggestion p {
  margin: 0;
}
