@import url(//netdna.bootstrapcdn.com/font-awesome/4.0.1/css/font-awesome.css);
.upper {
  text-transform: uppercase;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/wp-content/themes/evolution/boxsizing.htc);
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #db671f;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #bb4800;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small {
  font-size: 65%;
}
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 800px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #428bca;
}
.text-primary:hover {
  color: #3071a9;
}
.text-warning {
  color: #8a6d3b;
}
.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
.text-danger:hover {
  color: #843534;
}
.text-success {
  color: #3c763d;
}
.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
.text-info:hover {
  color: #245269;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.list-inline > li:first-child {
  padding-left: 0;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.428571429;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 800px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    display: table;
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    display: table;
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small,
blockquote .small {
  display: block;
  line-height: 1.428571429;
  color: #999999;
}
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small,
blockquote.pull-right .small {
  text-align: right;
}
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 800px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.666666666667%;
}
.col-xs-10 {
  width: 83.333333333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.666666666667%;
}
.col-xs-7 {
  width: 58.333333333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.666666666667%;
}
.col-xs-4 {
  width: 33.333333333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.666666666667%;
}
.col-xs-1 {
  width: 8.3333333333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.666666666667%;
}
.col-xs-pull-10 {
  right: 83.333333333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.666666666667%;
}
.col-xs-pull-7 {
  right: 58.333333333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.666666666667%;
}
.col-xs-pull-4 {
  right: 33.333333333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.666666666667%;
}
.col-xs-pull-1 {
  right: 8.3333333333333%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.666666666667%;
}
.col-xs-push-10 {
  left: 83.333333333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.666666666667%;
}
.col-xs-push-7 {
  left: 58.333333333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.666666666667%;
}
.col-xs-push-4 {
  left: 33.333333333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.666666666667%;
}
.col-xs-push-1 {
  left: 8.3333333333333%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.666666666667%;
}
.col-xs-offset-10 {
  margin-left: 83.333333333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.666666666667%;
}
.col-xs-offset-7 {
  margin-left: 58.333333333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.666666666667%;
}
.col-xs-offset-4 {
  margin-left: 33.333333333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.666666666667%;
}
.col-xs-offset-1 {
  margin-left: 8.3333333333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 800px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.666666666667%;
  }
  .col-sm-10 {
    width: 83.333333333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.666666666667%;
  }
  .col-sm-7 {
    width: 58.333333333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.666666666667%;
  }
  .col-sm-4 {
    width: 33.333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666666667%;
  }
  .col-sm-1 {
    width: 8.3333333333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.666666666667%;
  }
  .col-sm-pull-10 {
    right: 83.333333333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.666666666667%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.666666666667%;
  }
  .col-sm-pull-4 {
    right: 33.333333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666666667%;
  }
  .col-sm-pull-1 {
    right: 8.3333333333333%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.666666666667%;
  }
  .col-sm-push-10 {
    left: 83.333333333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.666666666667%;
  }
  .col-sm-push-7 {
    left: 58.333333333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.666666666667%;
  }
  .col-sm-push-4 {
    left: 33.333333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666666667%;
  }
  .col-sm-push-1 {
    left: 8.3333333333333%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.666666666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.333333333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.666666666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.666666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.333333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.666666666667%;
  }
  .col-md-10 {
    width: 83.333333333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.666666666667%;
  }
  .col-md-7 {
    width: 58.333333333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.666666666667%;
  }
  .col-md-4 {
    width: 33.333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666666667%;
  }
  .col-md-1 {
    width: 8.3333333333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.666666666667%;
  }
  .col-md-pull-10 {
    right: 83.333333333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.666666666667%;
  }
  .col-md-pull-7 {
    right: 58.333333333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.666666666667%;
  }
  .col-md-pull-4 {
    right: 33.333333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666666667%;
  }
  .col-md-pull-1 {
    right: 8.3333333333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.666666666667%;
  }
  .col-md-push-10 {
    left: 83.333333333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.666666666667%;
  }
  .col-md-push-7 {
    left: 58.333333333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.666666666667%;
  }
  .col-md-push-4 {
    left: 33.333333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666666667%;
  }
  .col-md-push-1 {
    left: 8.3333333333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.666666666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.333333333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.666666666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.666666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.333333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.666666666667%;
  }
  .col-lg-10 {
    width: 83.333333333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.666666666667%;
  }
  .col-lg-7 {
    width: 58.333333333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.666666666667%;
  }
  .col-lg-4 {
    width: 33.333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666667%;
  }
  .col-lg-1 {
    width: 8.3333333333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.666666666667%;
  }
  .col-lg-pull-10 {
    right: 83.333333333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.666666666667%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.666666666667%;
  }
  .col-lg-pull-4 {
    right: 33.333333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666666667%;
  }
  .col-lg-pull-1 {
    right: 8.3333333333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.666666666667%;
  }
  .col-lg-push-10 {
    left: 83.333333333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.666666666667%;
  }
  .col-lg-push-7 {
    left: 58.333333333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.666666666667%;
  }
  .col-lg-push-4 {
    left: 33.333333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666666667%;
  }
  .col-lg-push-1 {
    left: 8.3333333333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.666666666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.333333333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.666666666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.666666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.333333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell;
}
.table > thead > tr > .active,
.table > thead > .active > td,
.table > thead > .active > th,
.table > tbody > tr > .active,
.table > tbody > .active > td,
.table > tbody > .active > th,
.table > tfoot > tr > .active,
.table > tfoot > .active > td,
.table > tfoot > .active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > .active:hover,
.table-hover > tbody > .active:hover > td,
.table-hover > tbody > .active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > .success,
.table > thead > .success > td,
.table > thead > .success > th,
.table > tbody > tr > .success,
.table > tbody > .success > td,
.table > tbody > .success > th,
.table > tfoot > tr > .success,
.table > tfoot > .success > td,
.table > tfoot > .success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > .success:hover,
.table-hover > tbody > .success:hover > td,
.table-hover > tbody > .success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > .danger,
.table > thead > .danger > td,
.table > thead > .danger > th,
.table > tbody > tr > .danger,
.table > tbody > .danger > td,
.table > tbody > .danger > th,
.table > tfoot > tr > .danger,
.table > tfoot > .danger > td,
.table > tfoot > .danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > .danger:hover,
.table-hover > tbody > .danger:hover > td,
.table-hover > tbody > .danger:hover > th {
  background-color: #ebcccc;
}
.table > thead > tr > .warning,
.table > thead > .warning > td,
.table > thead > .warning > th,
.table > tbody > tr > .warning,
.table > tbody > .warning > td,
.table > tbody > .warning > th,
.table > tfoot > tr > .warning,
.table > tfoot > .warning > td,
.table > tfoot > .warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > .warning:hover,
.table-hover > tbody > .warning:hover > td,
.table-hover > tbody > .warning:hover > th {
  background-color: #faf2cc;
}
@media (max-width: 799px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
select[multiple],
select[size] {
  height: auto;
}
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-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-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
}
.form-control:-moz-placeholder {
  color: #999999;
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}
.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
fieldset[disabled] input[type="checkbox"],
.radio[disabled],
fieldset[disabled] .radio,
.radio-inline[disabled],
fieldset[disabled] .radio-inline,
.checkbox[disabled],
fieldset[disabled] .checkbox,
.checkbox-inline[disabled],
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm {
  height: auto;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg {
  height: auto;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 800px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline select.form-control {
    width: auto;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 800px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
  box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled],
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled]:active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #fff;
}
.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning[disabled],
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled],
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled]:active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info[disabled],
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled]:active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-link {
  color: #db671f;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #bb4800;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  background-color: #eeeeee;
}
.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager:before,
.pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager:before,
.pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #fff;
  cursor: not-allowed;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: 799px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 800px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  table.visible-xs.visible-sm {
    display: table;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  table.visible-xs.visible-md {
    display: table;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  table.visible-xs.visible-lg {
    display: table;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (max-width: 799px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  table.visible-sm.visible-xs {
    display: table;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 800px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  table.visible-sm.visible-md {
    display: table;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  table.visible-sm.visible-lg {
    display: table;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (max-width: 799px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  table.visible-md.visible-xs {
    display: table;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 800px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  table.visible-md.visible-sm {
    display: table;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  table.visible-md.visible-lg {
    display: table;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (max-width: 799px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  table.visible-lg.visible-xs {
    display: table;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 800px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  table.visible-lg.visible-sm {
    display: table;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  table.visible-lg.visible-md {
    display: table;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}
table.hidden-xs {
  display: table;
}
tr.hidden-xs {
  display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}
@media (max-width: 799px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 800px) and (max-width: 991px) {
  .hidden-xs.hidden-sm,
  tr.hidden-xs.hidden-sm,
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md,
  tr.hidden-xs.hidden-md,
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg,
  tr.hidden-xs.hidden-lg,
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}
table.hidden-sm {
  display: table;
}
tr.hidden-sm {
  display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}
@media (max-width: 799px) {
  .hidden-sm.hidden-xs,
  tr.hidden-sm.hidden-xs,
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 800px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md,
  tr.hidden-sm.hidden-md,
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg,
  tr.hidden-sm.hidden-lg,
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}
table.hidden-md {
  display: table;
}
tr.hidden-md {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
@media (max-width: 799px) {
  .hidden-md.hidden-xs,
  tr.hidden-md.hidden-xs,
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 800px) and (max-width: 991px) {
  .hidden-md.hidden-sm,
  tr.hidden-md.hidden-sm,
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-md.hidden-lg,
  tr.hidden-md.hidden-lg,
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}
table.hidden-lg {
  display: table;
}
tr.hidden-lg {
  display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
@media (max-width: 799px) {
  .hidden-lg.hidden-xs,
  tr.hidden-lg.hidden-xs,
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 800px) and (max-width: 991px) {
  .hidden-lg.hidden-sm,
  tr.hidden-lg.hidden-sm,
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md,
  tr.hidden-lg.hidden-md,
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
@font-face {
  font-family: 'celtichandregular';
  src: url('css/fonts/celtichd-webfont.eot');
  src: url('css/fonts/celtichd-webfont.eot?#iefix') format('embedded-opentype'), url('css/fonts/celtichd-webfont.woff') format('woff'), url('css/fonts/celtichd-webfont.ttf') format('truetype'), url('css/fonts/celtichd-webfont.svg#celtichandregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Yanone';
  src: url('css/fonts/yanonekaffeesatz-light-webfont.eot');
  src: url('css/fonts/yanonekaffeesatz-light-webfont.eot?#iefix') format('embedded-opentype'), url('css/fonts/yanonekaffeesatz-light-webfont.woff') format('woff'), url('css/fonts/yanonekaffeesatz-light-webfont.ttf') format('truetype'), url('css/fonts/yanonekaffeesatz-light-webfont.svg#Yanone') format('svg');
  font-weight: normal;
  font-style: normal;
}
a,
a:visited {
  color: #db671f;
}
a:hover,
a:focus,
a:visited:hover,
a:visited:focus {
  color: #bb4800;
  outline: none !important;
}
a:link,
a:visited:link {
  -webkit-tap-highlight-color: rgba(0,0,0,0.3);
}
hr {
  clear: both;
}
body {
  background: url(images/bg.jpg) repeat-y center center fixed #003B1D;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: inherit;
  font-family: 'Yanone Kaffeesatz', 'Yanone', 'SinhalaSangamMN-Bold', Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3em;
  color: #000;
}
body.scrolled .swinging_man,
body.scrolled .hand {
  display: none;
}
body.scrolled .logo {
  max-width: 200px;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  transition: all .3s linear;
}
hr {
  border-color: #666 -moz-use-text-color -moz-use-text-color;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  text-rendering: optimizelegibility;
  font-family: celtichandregular, Arial, Helvetica, sans-serif;
  font-weight: 600;
  margin: 5px 0;
  padding: 0 0 5px;
}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a {
  text-decoration: none;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
#header {
  position: relative;
  z-index: 17;
  background: url(images/brick_wall2.jpg) 0 center repeat #F5F4F2;
  -webkit-box-shadow: 0px 0 20px 3px #000000;
  -moz-box-shadow: 0px 0 20px 3px #000000;
  box-shadow: 0px 0 20px 3px #000000;
  padding: 80px 0 25px;
  overflow: hidden;
}
#header #header_inner {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  z-index: 5;
}
#header .bar_bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 64px;
  background: url(images/bar_bottom2.jpg) 0 0 repeat-x #F5F4F2;
}
.logo {
  display: block;
  max-width: 262px;
  position: absolute;
  top: 0;
  left: 30px;
  -webkit-transition: all .1s linear;
  -moz-transition: all .1s linear;
  transition: all .1s linear;
}
.logo img {
  width: 100%;
}
.swinging_man {
  left: 17%;
  position: absolute;
  top: 70%;
}
.hand {
  position: absolute;
  top: 70%;
  left: 39%;
}
.beer_each {
  text-align: center;
}
.beer_each a {
  display: block;
}
.beer_each a span {
  display: block;
  position: absolute;
  top: 90px;
  left: 0;
  width: 100%;
  color: #fff;
  font-family: celtichandregular, Arial, Helvetica, sans-serif;
  font-size: 2.4em;
  line-height: 1em;
  text-shadow: 3px 3px 3px #000;
  text-align: center;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  transition: all .2s linear;
}
.beer_each a:hover span {
  font-size: 2.8em;
  top: 75px;
  text-shadow: 3px 3px 1px #000;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  transition: all .2s linear;
}
.home .beer_each a span {
  display: none;
}
.home .beer_each#beer_canton {
  right: -150%;
}
.home .beer_each#beer_belair {
  right: -130%;
}
.home .beer_each#beer_maple {
  right: -110%;
}
.home .beer_each#beer_cp {
  right: -90%;
}
#sidr {
  display: none;
}
#main-nav {
  position: fixed;
  width: 100%;
  background: url(images/nav_bg.png) 0 0 repeat-x;
  min-height: 80px;
  z-index: 20;
}
#main-nav .row {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
}
#main-nav .menu-container ul li.current-menu-item > a,
#main-nav .menu-container ul li.current-menu-ancestor > a,
#main-nav .menu-container ul li.current_page_item > a,
#main-nav .menu-container ul li.current_page_ancestor > a {
  color: #C9541F;
}
#main-nav .menu-container ul li.current-menu-item > a:hover,
#main-nav .menu-container ul li.current-menu-ancestor > a:hover,
#main-nav .menu-container ul li.current_page_item > a:hover,
#main-nav .menu-container ul li.current_page_ancestor > a:hover {
  background: #000;
  border-color: #000;
}
#main-nav .menu-container ul li a {
  color: #fff;
}
#main-nav .menu-container ul li.social-link a {
  color: #f1bc4c;
}
#main-nav .menu-container ul li.social-link a:after {
  content: "\f086";
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: inherit;
  font-size: inherit;
  padding-right: 0.5em;
  display: inline;
  padding-left: 0.5em;
}
#main-nav .menu-container ul li.social-link a:hover {
  color: #000;
  background: #f1bc4c;
  border-color: #ffda8d #e0aa36 #d4991e;
}
.list-nav {
  float: right;
  margin: 13px 0 0;
  padding: 0;
}
.list-nav > li {
  display: inline-block;
}
.list-nav > li a {
  display: block;
  font-family: 'Yanone Kaffeesatz', 'Yanone', 'SinhalaSangamMN-Bold', Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 1.15em;
  font-weight: 700;
  padding: 4px 10px;
  margin-right: 5px;
  border: 1px solid #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.list-nav > li a:hover {
  text-decoration: none;
  background: #C9541F;
  border-color: #97360a #dd6631 #eb7038;
}
.list-nav > li ul {
  background: #000;
  font-size: .9em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border-bottom: none;
  left: -2px;
  padding-top: 10px;
}
.list-nav > li ul li a {
  display: block;
  background: none;
  margin-right: 0;
  border: none;
  padding: 5px 15px;
  border-top: 1px solid #111;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.list-nav > li ul li:first-child a {
  border-top: none;
}
.list-nav > li.current-menu-item > a,
.list-nav > li.current-menu-ancestor > a,
.list-nav > li.current_page_item > a,
.list-nav > li.current_page_ancestor > a {
  color: #C9541F;
}
#menu-lacrosse {
  padding: 0;
  margin: 0;
  list-style: none;
}
#menu-lacrosse li {
  display: block;
  float: left;
  width: 49%;
  background: #C9541F;
  margin: 0 0 15px;
}
#menu-lacrosse li:first-child {
  margin-right: 2%;
}
#menu-lacrosse li a {
  display: block;
  text-align: center;
  padding: 70px 0;
  font-size: 3em;
  line-height: 1em;
  color: #fff;
  opacity: 0.5;
}
#menu-lacrosse li a:hover {
  opacity: 1.0;
  text-shadow: 1px 1px 2px #000;
  text-decoration: none;
}
#menu-lacrosse li.lax_m a {
  background: url(images/mens_lax.jpg) center center no-repeat;
}
#menu-lacrosse li.lax_w a {
  background: url(images/girls_lax.jpg) center center no-repeat;
}
#content {
  min-height: 300px;
}
.entry-title {
  padding: 0 0 10px;
}
#page {
  background: url(images/content_bg.jpg) 0 0 repeat #F5F4F2;
  -webkit-box-shadow: 0 0 70px 15px #000;
  -moz-box-shadow: 0 0 70px 15px #000;
  box-shadow: 0 0 70px 15px #000;
  padding-bottom: 30px;
}
.entry-meta {
  color: #999;
}
.entry-content p {
  margin: 5px 0 0;
  padding: 0 0 10px;
}
.breadcrumb,
.woocommerce .woocommerce-breadcrumb {
  background-color: rgba(0,0,0,0.1);
  margin: 15px 0;
  padding: 5px 12px;
  -webkit-box-shadow: inset 2px 2px 5px #666;
  -moz-box-shadow: inset 2px 2px 5px #666;
  box-shadow: inset 2px 2px 5px #666;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.breadcrumb > li + li:before {
  color: #000;
}
.woocommerce .woocommerce-breadcrumb {
  color: #000;
  font-size: 18px;
}
.woocommerce .woocommerce-breadcrumb a {
  color: #db671f !important;
  padding-right: 5px;
}
#secondary {
  padding-top: 15px;
}
#secondary .widget {
  padding: 0 0 10px;
  margin-bottom: 10px;
}
#secondary .widget .widget-title {
  background: url(images/bg.jpg) top left no-repeat #003B1D;
  -webkit-box-shadow: 0px 0px 12px -4px #000000 inset;
  -moz-box-shadow: 0px 0px 12px -4px #000000 inset;
  box-shadow: 0px 0px 12px -4px #000000 inset;
  color: #fff;
  padding: 15px 0 12px !important;
  text-align: center;
  padding: 0 0 5px;
  margin: 0;
}
#secondary .widget .textwidget {
  background: rgba(0,0,0,0.1);
  padding: 15px 20px 18px;
  -webkit-box-shadow: 1px 1px 12px #aaa inset;
  -moz-box-shadow: 1px 1px 12px #aaa inset;
  box-shadow: 1px 1px 12px #aaa inset;
}
#secondary .widget.location-widget {
  padding: 0;
  margin-bottom: 20px;
  border: 7px solid #422215;
  background: url(images/chalkboard.jpg) 0 0 repeat #111;
  -webkit-box-shadow: 1px 1px 6px #000000 inset;
  -moz-box-shadow: 1px 1px 6px #000000 inset;
  box-shadow: 1px 1px 6px #000000 inset;
  color: #eee;
  text-align: center;
}
#secondary .widget.location-widget .widget-title {
  color: #FFBE01;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 10px 0 0px !important;
}
#secondary .widget.location-widget strong {
  font-size: 1.2em;
}
#secondary .widget.location-widget #menu-social {
  float: none;
  margin-top: 10px;
}
#secondary .widget.location-widget .textwidget {
  padding: 5px 10px 15px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#secondary .widget.video-widget .widget-title {
  background: url(images/bg.jpg) top right no-repeat #8E4302;
}
#secondary .widget.menu-widget .btn {
  display: block;
  margin: 10px 0;
}
.entry-content .video-list .inner {
  background: rgba(0,0,0,0.1);
  padding: 15px 20px 18px;
  -webkit-box-shadow: 1px 1px 12px #aaa inset;
  -moz-box-shadow: 1px 1px 12px #aaa inset;
  box-shadow: 1px 1px 12px #aaa inset;
}
.foot-top {
  height: 42px;
  background: url(images/footer-top.jpg) 0 0 repeat-x #F5F4F2;
}
.foot-wrap {
  background: url(images/footer_bg.jpg) 0 0 repeat #F5F4F2;
}
#footer {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
#footer h3 a {
  color: #3F591C;
}
#footer h3 a:hover {
  color: #C9541F;
  text-decoration: none;
}
#menu-quick-links {
  display: block;
  margin: 0;
  padding: 10px 0;
  list-style: none;
}
#menu-quick-links li {
  display: inline-block;
}
#menu-quick-links li a {
  display: block;
  font-family: 'Yanone Kaffeesatz', 'Yanone', 'SinhalaSangamMN-Bold', Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 1.15em;
  font-weight: 700;
  padding: 5px 13px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
#menu-quick-links li a:hover {
  text-decoration: none;
  background: rgba(52,72,23,0.2);
}
.copy {
  clear: both;
  display: block;
  font-family: arial;
  font-size: 11px;
  line-height: 1.2em;
  padding: 20px 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
.copy a {
  color: #000;
}
.copy a:hover {
  color: #db671f;
  text-decoration: none;
}
.home article {
  background: url(images/chalkboard.jpg) 0 0 repeat #111;
  border: 7px solid #422215;
  color: #fff;
  padding: 30px 50px;
}
.home_ads {
  padding-top: 10px;
}
.home_ads img {
  width: 100%;
  margin: 0 0 10px;
}
.btn,
#tribe-bar-form .tribe-bar-submit input[type="submit"],
#tribe-events-content .tribe-events-back a,
#tribe-events-content .tribe-events-nav-previous a,
#tribe-events-content .tribe-events-nav-next a,
.frm_forms .submit input,
.tribe-events-back a,
.tribe-events-list-event-description a {
  background: #f1bc4c;
  font-size: 1em;
  padding: 4px 15px;
  text-transform: uppercase;
  color: #000 !important;
  border: none;
  font-weight: normal;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.btn:hover,
#tribe-bar-form .tribe-bar-submit input[type="submit"]:hover,
#tribe-events-content .tribe-events-back a:hover,
#tribe-events-content .tribe-events-nav-previous a:hover,
#tribe-events-content .tribe-events-nav-next a:hover,
.frm_forms .submit input:hover,
.tribe-events-back a:hover,
.tribe-events-list-event-description a:hover {
  background: #C9541F;
  border: none;
}
#tribe-events-content .tribe-events-nav-previous a,
#tribe-events-content .tribe-events-nav-next a {
  margin-bottom: 10px;
}
#tribe-events-content .tribe-events-nav-previous a,
.tribe-events-list-event-description a {
  display: block;
  float: left;
}
#tribe-events-content .tribe-events-nav-next a {
  display: block;
  float: right;
}
.btn.center {
  margin: 0 auto;
}
.flexslider {
  border: none;
  margin: 0;
  background: none;
}
.flexslider:hover .flex-next {
  background-position: -100px 0;
  opacity: 0.7;
  right: -60px;
}
.flexslider:hover .flex-prev {
  left: -60px;
}
.flex-control-nav {
  bottom: 7px;
  position: absolute;
  text-align: center;
  width: auto;
  z-index: 30;
  right: 25px;
}
.flex-direction-nav a {
  background: url(images/direction_nav.png) 0 0 no-repeat;
  height: 60px;
  width: 100px;
  text-indent: -9999px;
}
.flex-direction-nav a.flex-next {
  background-position: -100px 0;
  text-indent: -9999px;
  text-align: left;
}
.flex-control-paging li {
  margin: 0 6px 0 0;
}
.flex-control-paging li a {
  background: url(images/sham_bullet.png) 0 0 no-repeat;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  box-shadow: 0 0 3px rgba(0,0,0,0.3) inset;
  cursor: pointer;
  display: block;
  height: 22px;
  text-indent: -9999px;
  width: 22px;
}
.flex-control-paging li a:hover {
  background: url(images/sham_bullet.png) -28px 0 no-repeat;
  cursor: pointer;
}
.flex-control-paging li a.flex-active {
  background: url(images/sham_bullet.png) -28px 0 no-repeat;
  cursor: default;
}
.header-image-contain {
  position: relative;
  z-index: 15;
}
.calendar_barrel {
  background: url(images/treasure.png) top center no-repeat;
  display: block;
  position: absolute;
  bottom: 0;
  right: 27%;
  z-index: 30;
  width: 155px;
  height: 90px;
  padding: 0;
  text-align: center;
  -webkit-transition: all .15s linear;
  -moz-transition: all .15s linear;
  transition: all .15s linear;
}
.calendar_barrel h3 {
  color: #fff;
  font-family: 'Yanone Kaffeesatz', 'Yanone', 'SinhalaSangamMN-Bold', Arial, Helvetica, sans-serif;
  font-size: 2.4em;
  margin: 30px 0 0;
  text-shadow: 2px 2px 2px #000;
  text-transform: uppercase;
  -webkit-transition: all .15s linear;
  -moz-transition: all .15s linear;
  transition: all .15s linear;
}
.calendar_barrel:hover {
  text-decoration: none;
  height: 110px;
  -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  transition: all .25s linear;
}
.calendar_barrel:hover h3 {
  color: #EAB952;
  margin: 40px 0 0;
  -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  transition: all .25s linear;
}
.band_videos {
  display: block;
  position: absolute;
  bottom: 10px;
  left: 20px;
  z-index: 30;
  -webkit-transition: .25s linear;
  -moz-transition: .25s linear;
  transition: .25s linear;
}
.band_videos h3 {
  color: #fff;
  font-family: 'Yanone Kaffeesatz', 'Yanone', 'SinhalaSangamMN-Bold', Arial, Helvetica, sans-serif;
  font-size: 2.4em;
  text-shadow: 2px 2px 2px #000;
  text-transform: uppercase;
  margin: 0 10px;
}
.band_videos:hover {
  text-decoration: none;
  -webkit-transform: rotate(-15deg) scale(.9);
  -moz-transform: rotate(-15deg) scale(.9);
  transform: rotate(-15deg) scale(.9);
  -webkit-transition: .25s linear;
  -moz-transition: .25s linear;
  transition: .25s linear;
}
.band_videos.header_ad {
  bottom: 150px;
  left: 20px;
  z-index: 30;
}
.ribbon-top {
  display: block;
  position: relative;
  height: 42px;
  background: url(images/footer-top.jpg) 0 0 repeat-x #F5F4F2;
}
.ribbon-top .ribbon-left,
.ribbon-top .ribbon-right {
  background: url(images/ribbon-corner.png) top left no-repeat;
  display: block;
  width: 70px;
  height: 50px;
  position: absolute;
}
.ribbon-top .ribbon-left {
  left: -70px;
}
.ribbon-top .ribbon-right {
  background-position: top right;
  right: -70px;
}
.form-control {
  font-size: 1em;
}
.entry-content .frm-container,
.entry-content .frm_forms {
  padding: 20px;
  background: rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 2px 2px 5px #666;
  -moz-box-shadow: inset 2px 2px 5px #666;
  box-shadow: inset 2px 2px 5px #666;
}
.form-title {
  color: #C9541F;
  border-bottom: 2px solid #C9541F;
  padding-bottom: 5px;
  margin: 0 0 15px;
}
.form-control:focus {
  border-color: #C9541F;
  box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset, 0 0 8px #C9541F;
  outline: 0 none;
  color: #3F591C;
}
.with_frm_style .frm_form_field {
  clear: none;
}
#frm_field_43_container {
  display: block;
  clear: both;
}
.with_frm_style label {
  font-weight: normal;
}
.frm_form_field input,
.frm_form_field textarea {
  background-color: #FFFFFF;
  background-image: none;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset;
  color: #555555;
  display: block;
  font-size: 14px;
  height: 34px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  vertical-align: middle;
  width: 100%;
}
.frm_form_field textarea {
  height: auto;
}
.frm_form_field .frm_checkbox,
.frm_form_field .frm_radio {
  display: block;
  float: left;
  width: 25%;
}
.frm_form_field .frm_checkbox input,
.frm_form_field .frm_radio input {
  display: block;
  float: left;
  width: auto;
  height: auto;
  margin-right: 10px;
}
.frm_form_field .frm_radio {
  width: 50%;
}
#frm_field_121_container > input {
  background: none;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  padding: 0;
}
.frm_error,
.help-block,
.help-block.error {
  color: #A94442;
}
.frm_form_field.frm_blank_field input.required,
.frm_form_field.frm_blank_field textarea.required {
  border: 1px solid #A94442;
}
.social-locale h3 {
  text-align: center;
  margin: 0 auto 2px;
  width: 99%;
  background: url(images/bg.jpg) top left no-repeat #003B1D;
  padding: 7px 0 5px;
  color: #fff;
}
.social-locale p {
  padding: 0;
  margin: 0;
}
#menu-social-canton,
#menu-social-bel-air,
#menu-social-maple-lawn,
#menu-social-college-park {
  display: block;
  clear: both;
  margin: 0;
  padding: 0 0 15px;
  list-style: none;
  text-align: center;
}
#menu-social-canton li,
#menu-social-bel-air li,
#menu-social-maple-lawn li,
#menu-social-college-park li {
  display: inline-block;
  width: 49%;
  margin: 0;
}
#menu-social-canton li a,
#menu-social-bel-air li a,
#menu-social-maple-lawn li a,
#menu-social-college-park li a {
  font-size: 2.6em;
  background: #43609C;
  color: #fff;
  display: block;
  text-align: center;
  padding: 15px 0;
  line-height: 1em;
}
#menu-social-canton li a:hover,
#menu-social-bel-air li a:hover,
#menu-social-maple-lawn li a:hover,
#menu-social-college-park li a:hover {
  background: #708cc7;
  text-decoration: none;
}
#menu-social-canton li a .title,
#menu-social-bel-air li a .title,
#menu-social-maple-lawn li a .title,
#menu-social-college-park li a .title {
  display: none;
}
#menu-social-canton li.fb a,
#menu-social-bel-air li.fb a,
#menu-social-maple-lawn li.fb a,
#menu-social-college-park li.fb a {
  background: #43609C;
}
#menu-social-canton li.fb a:hover,
#menu-social-bel-air li.fb a:hover,
#menu-social-maple-lawn li.fb a:hover,
#menu-social-college-park li.fb a:hover {
  background: #708cc7;
}
#menu-social-canton li.fb a:before,
#menu-social-bel-air li.fb a:before,
#menu-social-maple-lawn li.fb a:before,
#menu-social-college-park li.fb a:before {
  content: "\f09a";
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: inherit;
  font-size: inherit;
  padding-right: 0.5em;
  display: inline;
  padding-left: 0.5em;
}
#menu-social-canton li.twit a,
#menu-social-bel-air li.twit a,
#menu-social-maple-lawn li.twit a,
#menu-social-college-park li.twit a {
  background: #00B6F1;
}
#menu-social-canton li.twit a:hover,
#menu-social-bel-air li.twit a:hover,
#menu-social-maple-lawn li.twit a:hover,
#menu-social-college-park li.twit a:hover {
  background: #5ed4fa;
}
#menu-social-canton li.twit a:before,
#menu-social-bel-air li.twit a:before,
#menu-social-maple-lawn li.twit a:before,
#menu-social-college-park li.twit a:before {
  content: "\f099";
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: inherit;
  font-size: inherit;
  padding-right: 0.5em;
  display: inline;
  padding-left: 0.5em;
}
#menu-social-icons {
  margin: 5px 0 0;
  padding: 0;
  list-style: none;
}
#menu-social-icons li {
  display: inline-block;
  margin: 0 5px;
}
#menu-social-icons li a {
  display: block;
  width: 30px;
  height: 30px;
  background: url(images/social_sprite.png) no-repeat 0 0;
  text-indent: -9999px;
}
#menu-social-icons li a:hover {
  opacity: 0.8;
}
#menu-social-icons li.twit a {
  background-position: -40px 0;
}
#home_specials .widget {
  padding: 10px 0;
}
#home_specials .widget.home_specials {
  padding: 10px;
  background: url(images/specials_bg.jpg) no-repeat bottom right #E5854B;
}
#home_specials .widget img {
  max-width: 100%;
}
.home_specials_contain h2 {
  color: #fff;
  background: #171717;
  display: block;
  font-size: 2.1em;
  line-height: 1.3em;
  margin: 0 0 10px;
  padding: 5px 10px 1px;
  text-align: center;
}
.home_specials_contain ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.home_specials_contain ul li {
  position: relative;
  display: block;
  clear: both;
  margin: 0;
  padding: 15px 0 0;
  min-height: 120px;
}
.home_specials_contain ul li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 26%;
  margin: 0 3% 5px 0;
  z-index: 10;
}
.home_specials_contain ul li h3 {
  background: rgba(255,255,255,0.8);
  font-family: 'Yanone Kaffeesatz', 'Yanone', 'SinhalaSangamMN-Bold', Arial, Helvetica, sans-serif;
  font-size: 1.6em;
  font-weight: 300;
  padding: 2px 70px 4px 16%;
  margin: 0 0 10px 13%;
  position: relative;
  min-height: 38px;
}
.home_specials_contain ul li h3 a {
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: .6em;
  padding: 4px 9px 5px;
  min-height: 28px;
  background: #3F591C;
  color: #fff;
}
.home_specials_contain ul li h3 a:hover {
  background: #C9541F;
  color: #fff;
  text-decoration: none;
}
.home_specials_contain ul li h4 {
  margin: 0 0 0 29%;
  line-height: 1em;
}
.home_specials_contain ul li p {
  margin: 0 0 0 29%;
  line-height: 1.2em;
}
.home_specials_contain ul li ul li {
  min-height: 0;
}
.specials-widget-list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
.specials-widget-list li:first-child h5 {
  margin-top: 0;
}
.specials-widget-list li h5 {
  background: rgba(0,0,0,0.2);
  font-size: 18px;
  margin: 5px 0 0;
  padding: 8px 10px 4px 14px;
  border: none;
  -webkit-transition: padding .15s linear;
  -moz-transition: padding .15s linear;
  transition: padding .15s linear;
}
.specials-widget-list li h5.today {
  background: #C9541F !important;
  color: #fff;
  padding: 13px 10px 9px 19px;
}
.specials-widget-list li h5.today:hover {
  cursor: default;
  padding: 13px 10px 9px 19px;
  -webkit-transition: padding .15s linear;
  -moz-transition: padding .15s linear;
  transition: padding .15s linear;
}
.specials-widget-list li h5:hover {
  padding: 8px 10px 4px 19px;
  -webkit-transition: padding .15s linear;
  -moz-transition: padding .15s linear;
  transition: padding .15s linear;
  background: rgba(0,0,0,0.3);
}
.specials-widget-list li h5.active {
  padding: 8px 10px 4px 19px;
  -webkit-transition: padding .15s linear;
  -moz-transition: padding .15s linear;
  transition: padding .15s linear;
  background: rgba(0,0,0,0.4);
  color: #fff;
  text-shadow: 1px 1px 2px #333;
}
.specials-widget-list li .toggle-content {
  background: url(images/content_bg.jpg) 0 0 repeat #F5F4F2;
  font-size: 1em;
  line-height: 1.3em;
  border-color: #888 #bbb #ccc;
  padding: 13px 15px;
  margin-bottom: 5px;
}
.specials-widget-list li .toggle-content.content-today {
  display: block !important;
  border-top: 1px solid #8a3813;
}
.specials-widget-list li .toggle-content p {
  margin: 0;
}
.home_specials_contain .specials-today-list li {
  margin: 0;
  padding: 0;
}
.products_contain {
  padding: 15px 0;
}
.product_each {
  text-align: center;
  padding: 10px 0;
  margin: 0 0 10px;
  background: rgba(0,0,0,0.1);
}
.product_each .product_image {
  width: 90%;
  margin: 0 5%;
}
.product_each .product_image img {
  width: 100%;
  height: auto;
  max-width: 250px;
}
.product_each .product_title {
  color: #db671f;
  font-size: 1.2em;
}
.product_each p {
  color: #008457;
  font-size: 0.95em;
}
.countdown {
  background: url(images/countdown_bg.png) bottom center no-repeat;
  display: block;
  position: absolute;
  top: 0;
  right: 9px;
  z-index: 30;
  width: 170px;
  height: auto;
  padding: 10px 15px 40px;
  text-align: center;
}
.countdown h3 {
  color: #fff;
  font-family: 'Yanone Kaffeesatz', 'Yanone', 'SinhalaSangamMN-Bold', Arial, Helvetica, sans-serif;
  font-size: 1.6em;
  line-height: 1em;
  margin: 0 0 15px;
}
.countdown .kkcountdown-box > div.hours,
.countdown .kkcountdown-box > div.minutes,
.countdown .kkcountdown-box > div.seconds {
  display: none;
}
.countdown .kkcountdown-box > div span {
  display: inline-block;
}
.countdown .kkc-dni {
  color: #db671f;
  font-size: 2.3em;
  line-height: 1em;
  font-family: celtichandregular, Arial, Helvetica, sans-serif;
  font-weight: 600;
  text-shadow: 2px 2px 2px #103523;
  margin: 0 7px 0 0;
}
.countdown .kkc-dni-text {
  font-family: celtichandregular, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-size: 1em;
  font-weight: 600;
}
#tribe-events-pg-template {
  padding-top: 20px;
  max-width: 1200px;
}
h2.tribe-events-page-title {
  font-size: 2em;
}
#tribe-events-content table.tribe-events-calendar {
  font-size: 1.2em;
  line-height: 1.2em;
  border: 1px solid #444;
}
#tribe-events-content table.tribe-events-calendar th {
  background: #222;
  color: #fff;
  border: 1px solid #444;
  border-color: #444 #444 #111 #111;
}
#tribe-events-content table.tribe-events-calendar td {
  background: rgba(0,0,0,0.1);
}
#tribe-events-content table.tribe-events-calendar {
  border: 1px solid #444;
}
.tribe-events-calendar td div[id*="tribe-events-daynum-"] {
  padding: 2px 7px 4px;
}
.tribe-events-calendar div[id*="tribe-events-daynum-"] {
  background-color: #F5F5F5;
  color: #333333;
  font-size: 1.4em;
  line-height: 1.2em;
  font-weight: bold;
}
.tribe-events-calendar div[id*="tribe-events-daynum-"] a {
  font-size: 1em;
}
.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"],
.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a {
  background-color: #C9541F;
}
.single-tribe_events .tribe-events-content {
  padding: 15px 20px;
  background: rgba(255,255,255,0.5);
  border-top: 5px solid #C9541F;
  border-bottom: 5px solid #3F591C;
  clear: both;
}
.single-tribe_events .tribe-events-event-image {
  display: block;
  text-align: center;
}
.single-tribe_events .tribe-events-event-image a {
  display: block;
}
.single-tribe_events .tribe-events-event-image img {
  margin: 0;
}
.single-tribe_events .tribe-events-event-meta {
  border: 7px solid #422215;
  background: url(images/chalkboard.jpg) 0 0 repeat #111;
  -webkit-box-shadow: 1px 1px 6px #000000 inset;
  -moz-box-shadow: 1px 1px 6px #000000 inset;
  box-shadow: 1px 1px 6px #000000 inset;
  color: #fff;
  font-size: 1em;
}
.single-tribe_events .tribe-events-venue-map {
  background: none repeat scroll 0 0 #422215;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.single-tribe_events .tribe-events-schedule {
  margin-top: 10px;
}
.single-tribe_events .tribe-events-schedule h3 {
  font-family: 'Yanone Kaffeesatz', 'Yanone', 'SinhalaSangamMN-Bold', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 1.4em;
  color: #3F591C;
}
.single-tribe_events #tribe-events-header {
  margin: 10px 0 0;
}
.tribe-events-event-meta .tribe-events-meta-group,
.tribe-events-event-meta .column {
  padding: 0 2%;
}
#tribe-events-pg-template .tribe-events-content p,
.tribe-events-before-html p,
.tribe-events-after-html p {
  line-height: 1.3em;
}
.tribe-events-notices {
  background: #C9541F;
  border: 1px solid #C9541F;
  border-color: #eb7038 #dd6631 #97360a;
  border-radius: 4px;
  color: #fff;
  margin: 10px 0 18px;
  padding: 8px 35px 8px 14px;
  text-shadow: 0 1px 0 #97360a;
}
#tribe-bar-form {
  background: url(images/bg.jpg) top left no-repeat #003B1D;
  -webkit-box-shadow: 4px 4px 10px -5px #000 inset;
  -moz-box-shadow: 4px 4px 10px -5px #000 inset;
  box-shadow: 4px 4px 10px -5px #000 inset;
}
#tribe-bar-form input {
  font-size: 1em;
}
#tribe-bar-form label {
  font-size: 1em;
  font-weight: normal;
  color: #fff;
  text-transform: none;
}
#tribe-bar-form input[type="text"] {
  background: rgba(0,0,0,0.5);
  border-width: 1px;
  border-style: solid;
  border-color: #012B15;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-weight: normal;
  line-height: 1.2em;
  padding: 3px 6px;
  color: #fff;
}
#tribe-bar-form #tribe-bar-views {
  background: url(images/bg.jpg) top right no-repeat #8C4100;
  -webkit-box-shadow: 0 0 10px -5px #000, -4px -4px 10px -5px #000 inset;
  -moz-box-shadow: 0 0 10px -5px #000, -4px -4px 10px -5px #000 inset;
  box-shadow: -8px 0px 8px -5px #000, -4px -4px 10px -5px #000 inset;
}
#tribe-bar-form #tribe-bar-views .tribe-bar-views-inner {
  background: none;
}
#tribe-bar-form #tribe-bar-views li.tribe-bar-views-option {
  margin-right: 10px;
}
#tribe-bar-form .tribe-bar-submit input.tribe-events-button {
  margin-top: 21px;
}
.tribe-events-tooltip .tribe-events-event-body {
  font-size: 16px;
}
#tribe-events-content .tribe-events-tooltip h4 {
  background-color: #014421;
  font-family: 'Yanone Kaffeesatz', 'Yanone', 'SinhalaSangamMN-Bold', Arial, Helvetica, sans-serif;
  font-size: 1.3em;
  letter-spacing: 1px;
  line-height: 1.2em;
  min-height: 24px;
  padding: 4px 6px;
}
#tribe-events-content .tribe-events-tooltip p.entry-summary {
  font-size: 1em;
  line-height: 1.2em;
}
.entry-content .tribe-venue-widget-list {
  padding: 0;
}
.entry-content .tribe-venue-widget-list li {
  list-style: none;
}
.entry-content .tribe-venue-widget-list li h4 {
  padding: 0;
  margin: 0;
}
.entry-content .tribe-venue-widget-list li h4 a {
  display: block;
  background: url(images/bg.jpg) top left no-repeat #003B1D;
  padding: 9px 15px 5px;
  color: #fff;
}
.entry-content .tribe-venue-widget-list li h4 a:hover {
  background: url(images/bg.jpg) top right no-repeat #893F01;
  text-decoration: none;
}
.entry-content .tribe-venue-widget-list li .event-each-content {
  background: rgba(0,0,0,0.1);
  display: block;
  margin: 0 0 10px;
  padding: 7px 15px 9px;
}
#page .tribe-mini-calendar thead {
  background: url(images/bg.jpg) top left no-repeat #003B1D;
}
#page .tribe-mini-calendar .tribe-events-present,
#page .tribe-mini-calendar .tribe-mini-calendar-today {
  background-color: #C9541F;
}
#page .tribe-mini-calendar .tribe-events-has-events:hover a:hover {
  background-color: #3F591C;
}
#page .tribe-venue-widget-list li + li {
  margin-top: 0;
}
.tribe-events-venue .tribe-events-venue-meta {
  border: 7px solid #422215;
  background: url(images/chalkboard.jpg) 0 0 repeat #111;
  -webkit-box-shadow: 1px 1px 6px #000000 inset;
  -moz-box-shadow: 1px 1px 6px #000000 inset;
  box-shadow: 1px 1px 6px #000000 inset;
  color: #fff;
  font-size: 1em;
  padding: 15px 20px;
}
.tribe-events-venue .tribe-events-venue-meta .street-address {
  display: inline !important;
}
.tribe-events-venue .tribe-events-map-wrap {
  background: #422215;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: 5px 10px 4px rgba(0,0,0,0.2);
  -moz-box-shadow: 5px 10px 4px rgba(0,0,0,0.2);
  box-shadow: 5px 10px 4px rgba(0,0,0,0.2);
}
.tribe-events-loop {
  padding: 0;
}
.tribe-events-loop .vevent.hentry {
  padding: 0 0 10px;
}
.tribe-events-loop .vevent.hentry h2 {
  font-size: 18px;
  padding: 0;
  margin: 0;
}
.tribe-events-loop .vevent.hentry h2 a {
  display: block;
  background: #003B1D;
  padding: 9px 15px 5px;
  color: #fff;
}
.tribe-events-loop .vevent.hentry h2 a:hover {
  background: #893F01;
  text-decoration: none;
}
.tribe-events-loop .vevent.hentry .tribe-events-event-meta,
.tribe-events-loop .vevent.hentry .tribe-events-list-event-description {
  background: rgba(0,0,0,0.1);
  display: block;
  margin: 0;
  padding: 7px 15px 9px;
  font-size: 1em;
  font-weight: normal;
}
.tribe-events-loop .vevent.hentry .tribe-events-event-meta .time-details,
.tribe-events-loop .vevent.hentry .tribe-events-list-event-description .time-details {
  margin: 0;
}
.tribe-events-loop .vevent.hentry .tribe-events-list-event-description {
  padding: 0 15px 9px;
}
.tribe-events-loop .tribe-events-list-separator-month {
  background: none;
  font-size: 1.6em;
  font-weight: normal;
  margin: 10px 0;
  padding: 6px 0;
  text-transform: none;
  color: #C9541F;
}
.tribe-events-loop .tribe-events-list-separator-month + .vevent.hentry.tribe-events-first {
  padding-top: 0;
}
.video-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.video-list .inner {
  white-space: normal;
  word-wrap: break-word;
}
.video-list li {
  display: block;
  width: 100%;
  margin: 0 0 10px;
}
.video-list li p {
  padding: 0;
  margin: 0;
  text-align: center;
}
.video-list li h4 {
  display: block;
  padding: 0;
  margin: 0;
  text-align: center;
  font-family: 'Yanone Kaffeesatz', 'Yanone', 'SinhalaSangamMN-Bold', Arial, Helvetica, sans-serif;
}
.video-list iframe {
  width: 100% !important;
  max-width: 600px;
}
.post-110 h3 {
  padding: 5px 15px;
  background: url(images/bg.jpg) top left no-repeat #003B1D;
  color: #fff;
  margin: 0;
}
.swipebox > img {
  margin-bottom: 2px;
}
#fancybox-overlay {
  background: #000 !important;
}
.ngg-album-compactbox:before,
.ngg-album-compactbox:after {
  display: none;
}
.ngg-album-compact a {
  display: block;
  overflow: hidden;
  max-height: 120px;
}
.entry-content .ngg-album-compactbox {
  background: url(images/bg.jpg) top left no-repeat #003B1D;
  padding: 7px !important;
  border: none;
  width: 100%;
  height: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.entry-content .ngg-album-compactbox:hover {
  background: #C9541F;
}
.entry-content .ngg-album-compactbox .Thumb {
  width: 100%;
  height: auto;
  border: none !important;
}
.entry-content .ngg-album-compact h4 {
  font-family: 'Yanone Kaffeesatz', 'Yanone', 'SinhalaSangamMN-Bold', Arial, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: normal;
  margin: 5px 0 0;
  text-align: center;
  width: 100%;
}
.ngg-album-compact {
  padding-right: 2% !important;
  text-align: center;
  width: 23%;
}
.ngg-album-compact p {
  display: none;
}
.ngg-gallery-thumbnail-box {
  float: left;
  width: 25%;
}
.ngg-gallery-thumbnail img {
  background-color: #EDECEA;
  border: 1px solid #EDECEA;
  display: block;
  margin: 0 0 5px;
  padding: 2%;
  width: 96%;
  position: relative;
}
.ngg-gallery-thumbnail img:hover {
  background-color: #003B1D;
  border-color: #003B1D;
}
.toggle {
  background: #C9541F;
  border: 1px solid #642F00;
  cursor: pointer;
  margin-bottom: 6px;
  padding: 13px 10px 9px 14px;
}
.toggle .fa {
  color: #fff;
  position: relative;
  top: -3px;
  text-shadow: 1px 1px 2px #000;
}
.toggle a {
  font-size: 1.6em;
  padding: 0 0 0 17px;
  color: #fff;
  text-shadow: 1px 1px 2px #000;
}
.toggle a:hover {
  text-decoration: none;
}
.toggle:hover,
.toggle.active {
  background: #ec6b30;
  border-color: #C9541F;
}
.toggle-content {
  background: rgba(0,0,0,0.1);
  padding: 15px 20px 18px;
  -webkit-box-shadow: 1px 1px 12px #aaa inset;
  -moz-box-shadow: 1px 1px 12px #aaa inset;
  box-shadow: 1px 1px 12px #aaa inset;
  border: 1px solid #DDDDDD;
  display: none;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 16px;
  text-shadow: 1px 1px 1px #FFFFFF;
}
.toggle-content .toggle_image {
  display: block;
  margin: 0 auto;
}
.location_events {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #ccc;
}
.location_events li {
  display: block;
  float: left;
  width: 25%;
}
.location_events li:nth-child(4n+1) {
  clear: both;
}
@media (max-width: 800px) {
  .location_events li {
    width: 50%;
  }
  .location_events li:nth-child(2n+1) {
    clear: both;
  }
}
.location_events li a {
  display: block;
  padding: 10px;
  text-align: center;
}
.location_events li a:hover {
  cursor: pointer;
  background: #aaa;
  text-decoration: none;
}
.location_events li img {
  margin: 0 0 10px;
  width: 100%;
  max-width: 125px;
}
.location_events li h4 {
  margin: 0;
  padding: 0;
}
.location_monthly {
  display: block;
  clear: both;
}
.location_monthly span {
  display: block;
  width: 100%;
  margin-top: 10px;
}
.location_monthly span h3 {
  float: left;
}
.location_monthly span .pdf {
  float: right;
  margin-left: 10px;
}
.location_monthly span .pdf i {
  margin-left: 10px;
}
.location_monthly img:hover {
  cursor: pointer;
}
.mapsmarker {
  border: 7px solid #422215;
  -webkit-box-shadow: 5px 10px 4px rgba(0,0,0,0.2);
  -moz-box-shadow: 5px 10px 4px rgba(0,0,0,0.2);
  box-shadow: 5px 10px 4px rgba(0,0,0,0.2);
  margin-bottom: 30px;
}
.flexslider .slides img {
  height: auto;
  max-height: 450px;
}
.mobile-top {
  display: none;
}
.fb_iframe_widget {
  display: inline-block;
  position: relative;
}
.fb-like-box,
.fb-like-box span,
.fb-like-box.fb_iframe_widget span iframe,
.twitter-timeline.twitter-timeline-rendered {
  background: url("images/content_bg.jpg") repeat scroll 0 0 #F5F4F2;
  -webkit-box-shadow: 1px 1px 12px #AAAAAA;
  -moz-box-shadow: 1px 1px 12px #AAAAAA;
  box-shadow: 1px 1px 12px #AAAAAA;
  width: 100% !important;
}
.error_content {
  text-align: center;
}
.error_content h1 {
  color: #3F591C;
  font-size: 3em;
}
.post-1185 {
  display: none;
}
#frmD3Forms3589 button {
  font-size: 25px;
}
#frmD3Forms3589 .checkbox {
  margin-top: 0px;
}
.sponsor {
  display: flex;
  margin-bottom: 5px;
  padding-left: 0;
}
.sponsor .level {
  padding-top: 5px;
}
.sponsor.diamond {
  border: 2px solid white;
}
.sponsor.diamond .level {
  background-color: white;
  color: black;
}
.sponsor.gold {
  border: 2px solid #D4AF37;
}
.sponsor.gold .level {
  background-color: #D4AF37;
  color: white;
}
.sponsor.silver {
  border: 2px solid #C0C0C0;
}
.sponsor.silver .level {
  background-color: #C0C0C0;
  color: white;
}
.sponsor.bronze {
  border: 2px solid #CD7F32;
}
.sponsor.bronze .level {
  background-color: #CD7F32;
  color: white;
}
.gift-card-banner img {
  max-width: 100%;
}
@media (max-width: 1300px) {
  .ribbon-top .ribbon-left,
  .ribbon-top .ribbon-right {
    display: none;
  }
  .flex-direction-nav .flex-prev,
  .flexslider:hover .flex-prev {
    left: 25px;
  }
  .flex-direction-nav .flex-next,
  .flexslider:hover .flex-next {
    right: 25px;
  }
  #menu-quick-links {
    text-align: center;
  }
}
@media (max-width: 1200px) {
  #page {
    max-width: 1170px;
    width: 100%;
  }
}
@media (max-width: 1140px) {
  .swinging_man {
    top: 68%;
    left: 14%;
  }
  .list-nav > li a {
    font-size: 1.05em;
    margin-right: 1px;
    padding: 4px 3px;
  }
  #main-nav .menu-container ul li.fb a,
  #main-nav .menu-container ul li.twit a {
    margin-right: 10px;
  }
}
@media (max-width: 1080px) {
  .swinging_man {
    top: 66%;
    left: 13%;
  }
  #menu-quick-links li a {
    padding: 5px 10px;
  }
  .home_specials_contain h2 {
    font-size: 1.8em;
  }
}
@media (max-width: 992px) {
  .swinging_man,
  .hand {
    display: none;
  }
  .logo,
  body.scrolled .logo {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 auto 10px;
    max-width: 262px;
  }
  #main-nav {
    background: url(images/bg.jpg) repeat-y top left #003B1D;
    min-height: 0;
    position: relative;
  }
  #main-nav .nav-wrap {
    background: #000;
  }
  .list-nav {
    float: none;
    margin: 5px auto;
    display: table;
  }
  .list-nav li > a {
    margin-right: 3px;
    padding: 4px 7px;
  }
  #header {
    padding: 25px 0;
  }
  .flex-direction-nav a {
    top: 46%;
  }
  .col-md-3.social-locale {
    width: 50%;
    clear: none;
    float: left;
  }
  #footer .widget-area {
    clear: both;
  }
  #menu-quick-links li {
    display: block;
    float: left;
    width: 20%;
  }
  #menu-quick-links li a {
    text-align: center;
    padding: 7px 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    background: #3F591C;
    color: #fff;
    border: 1px solid #026f36;
    border-color: #59792e #59792e #2c4110 #2c4110;
  }
  #menu-quick-links li a:hover {
    text-decoration: none;
    background: #014421;
  }
}
@media (max-width: 800px) {
  body {
    background: url(images/bg.jpg) repeat-y 0 0 fixed #003B1D;
  }
  .logo {
    position: relative;
    top: 0;
  }
  .mobile-top {
    display: block;
    padding: 0 0 10px;
  }
  .mobile-top .mobile-logo {
    display: block;
    width: 80%;
    max-width: 262px;
    margin: 0 auto;
  }
  .mobile-top .mobile-logo img {
    width: 100%;
  }
  .mobile-nav {
    background: url("images/content_bg.jpg") repeat scroll 0 0 #F5F4F2;
    padding: 10px;
    position: relative;
    z-index: 18;
    -webkit-box-shadow: 0 1px 7px 2px #000;
    -moz-box-shadow: 0 1px 7px 2px #000;
    box-shadow: 0 1px 7px 2px #000;
  }
  .flex-direction-nav a {
    display: none;
  }
  .home article {
    padding: 20px 5%;
  }
  #menu-social li {
    width: 50%;
  }
  #menu-social li a {
    font-size: 1.6em;
  }
  #menu-lacrosse li a {
    font-size: 2.4em;
    padding: 50px 0;
  }
  .home_specials_contain ul li {
    min-height: 150px;
  }
  .home_specials_contain ul li img {
    width: 20%;
  }
  .home_specials_contain ul li h3 {
    margin: 0 0 10px 7%;
  }
  .home_specials_contain ul li p {
    margin: 0px 0 0 23%;
  }
  .ngg-album-compact {
    width: 31%;
  }
}
@media (max-width: 768px) {
  .header-img-bttns {
    text-align: center;
  }
  .header-img-bttns> a {
    position: initial;
    width: 50%;
    float: left;
  }
}
@media (max-width: 720px) {
  .countdown {
    background: #014421;
    padding: 12px 0 10px;
    position: relative;
    right: 0;
    text-align: center;
    width: 100%;
  }
  .countdown h3 {
    display: inline-block;
    margin: 0 7px 0 0;
  }
  .countdown .d3_countdown {
    display: inline-block;
  }
  .countdown .kkc-dni {
    font-size: 1.6em;
  }
  .header-img-bttns {
    padding: 0 15px;
    padding-top: 5px;
  }
  .calendar_barrel,
  .band_videos {
    background: #3F591C;
    display: block;
    box-sizing: border-box;
    float: left;
    top: 0;
    left: 0;
    text-align: center;
    position: relative;
    right: 0;
    width: 50%;
    height: auto;
    margin: 5px 0;
  }
  .calendar_barrel h3,
  .band_videos h3 {
    color: #fff;
    font-family: 'Yanone Kaffeesatz', 'Yanone', 'SinhalaSangamMN-Bold', Arial, Helvetica, sans-serif;
    font-size: 2.4em;
    margin: 0;
    height: auto;
    text-shadow: 2px 2px 2px #000;
    text-transform: uppercase;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
  }
  .calendar_barrel img,
  .band_videos img {
    display: none;
  }
  .calendar_barrel:hover,
  .band_videos:hover {
    background: #014421;
    text-decoration: none;
    height: auto;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
  }
  .calendar_barrel:hover h3,
  .band_videos:hover h3 {
    color: #EAB952;
    margin: 0;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
  }
  #menu-quick-links li {
    display: block;
    float: left;
    width: 25%;
  }
  #menu-quick-links li:first-child {
    width: 100%;
  }
  #menu-lacrosse li a {
    font-size: 2em;
    padding: 40px 0;
  }
  .frm_form_field .frm_checkbox,
  .frm_form_field .frm_radio {
    width: 50%;
  }
  .ngg-gallery-thumbnail-box {
    width: 33%;
  }
}
@media (max-width: 550px) {
  #menu-quick-links li {
    width: 50%;
  }
  .beer_each a {
    background: rgba(0,0,0,0.8);
    padding: 20px 0;
    margin: 0 0 10px;
  }
  .beer_each a span {
    font-size: 1.4em;
    top: 0;
    position: relative;
  }
  .beer_each a:hover {
    background: rgba(0,0,0,0.9);
    text-decoration: none;
  }
  .beer_each a:hover span {
    color: #C9541F;
    font-size: 1.4em;
    top: 0;
    position: relative;
  }
  .beer_each a img {
    display: none;
  }
  .home .beer_each {
    right: 0 !important;
  }
  .home .beer_each a span {
    display: block;
  }
  .products_contain > div {
    width: 50%;
  }
  #menu-social li a {
    font-size: 1.3em;
  }
  h1,
  .h1 {
    font-size: 1.6em;
  }
  .home_specials_contain h2 {
    font-size: 1.6em;
  }
  .home_specials_contain ul li img {
    top: 8px;
    width: 50px;
  }
  .home_specials_contain ul li h3 {
    margin: 0 0 10px 25px;
    padding: 2px 70px 4px 35px;
  }
  .home_specials_contain ul li p {
    margin: 0 0 0 60px;
  }
  #tribe-events-content {
    display: block;
    width: 100%;
    overflow: scroll;
  }
  #menu-lacrosse li a {
    font-size: 1.6em;
    padding: 30px 0;
  }
  .form-group.col-xs-3 {
    width: 50%;
  }
  .form-group.col-xs-6 {
    width: 100%;
  }
  .ngg-album-compact {
    width: 46%;
    margin: 0 2% !important;
  }
  .col-md-3.social-locale {
    width: 100%;
  }
}
@media (max-width: 450px) {
  .beer_each {
    width: 100%;
  }
  .beer_each a {
    padding: 15px 0;
    margin: 0 0 5px;
  }
  .calendar_barrel h3,
  .band_videos h3 {
    font-size: 1.8em;
    padding: 5px 0 9px;
  }
  #menu-social li {
    width: 100%;
  }
  #menu-social li a {
    font-size: 1.3em;
    padding: 20px 0;
  }
  #third .widget {
    text-align: center;
    margin-bottom: 10px;
  }
  .home_specials_contain ul li p {
    margin: 0;
  }
  #menu-lacrosse li {
    margin: 0 0 7px;
    width: 100%;
  }
  .ngg-gallery-thumbnail-box {
    width: 50%;
  }
}
@media (max-width: 415px) {
  .calendar_barrel,
  .band_videos {
    width: 100%;
  }
  .band_videos {
    margin-top: 0;
  }
  #third .widget {
    width: 100%;
  }
  .ngg-album-compact {
    width: 96%;
    margin: 0 2% !important;
  }
}
@media (max-width: 350px) {
  .products_contain > div {
    width: 100%;
  }
  #menu-quick-links li {
    width: 100% !important;
  }
  #second .form-group {
    width: 100%;
  }
}
