.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*======================= TYPOGRAPHY =======================*/
h1,
h2,
h3,
h4,
h5,
h6,
legend {
  margin-top: 0;
  font-family: 'Anton', sans-serif;
  text-transform: uppercase;
  font-weight: normal;
}
h1,
legend {
  border: none;
  font-size: 40px;
  color: #444;
  margin-bottom: 24px;
}
h2 {
  color: #fff;
  font-size: 29px;
  margin-bottom: 23px;
}
h3 {
  font-size: 24px;
  line-height: 24px;
  color: #444;
}
h3 a {
  color: inherit;
}
h3 a:hover {
  color: #d71223;
}
h6 {
  font: inherit;
  text-transform: none;
  color: #010101;
}
p {
  margin-bottom: 20px;
}
.icons-marker {
  font-size: 15.6px;
  line-height: 20px;
}
/*Buttons*/
.btn {
  padding: 4px 14px;
  font-size: 13px;
  line-height: 20px;
  background: #ffffff;
  color: #606060;
  text-shadow: none;
  border: 1px solid #e6e6e6;
  border-bottom-color: #e6e6e6;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn:hover {
  text-decoration: none;
  background: #e6e6e6;
  color: #000000;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn-primary {
  background: none !important;
  border: none;
  text-transform: uppercase;
  color: #444;
  font-size: 18px;
  font-family: 'Anton', sans-serif;
  padding: 0;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  outline: none;
  color: #000000;
  box-shadow: none;
}
.btn-info {
  background: none !important;
  border: none;
  text-transform: uppercase;
  color: #444;
  font-size: 18px;
  font-family: 'Anton', sans-serif;
  padding: 0;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active {
  outline: none;
  color: #000000;
  box-shadow: none;
}
/*Lists*/
ul.categories-module h5 {
  font-size: 1em;
  line-height: inherit;
  font-weight: normal;
  margin: 0;
}
/*Pagination*/
.pagination {
  height: auto;
  margin: 0 0 55px;
}
.pagination ul {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin: 0 auto;
  width: 100%;
  text-align: left;
}
.pagination ul li {
  margin: 0 15px 10px 0;
  display: inline-block;
}
.pagination ul li.pagination-start,
.pagination ul li.pagination-end {
  display: none;
}
.pagination ul li .pagenav {
  font-size: 18px;
  padding: 0;
  text-transform: uppercase;
  color: #444444;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
  background: none;
  font-family: 'Anton', sans-serif;
}
.pagination ul li span.pagenav {
  color: #444444;
}
.pagination ul li a.pagenav {
  color: #d71223;
}
.pagination ul li a.pagenav:hover {
  background: none;
  color: #444444;
}
.pagination ul li.num span.pagenav {
  color: #444444;
}
/*Forms*/
input[type='radio'],
input[type='checkbox'] {
  margin: 3px 0 0;
}
/* Images */
.item_img,
.category_img {
  margin-bottom: 13px;
}
.item_img img {
  border-radius: 1000px;
}
.img-intro__left,
.img-full__left {
  float: left;
  margin: 0 25px 9px 0;
}
.img-intro__right,
.img-full__right {
  float: right;
  margin: 0 18px 9px 0;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
html {
  background: url(../images/main_bg.jpg) 50% 0 no-repeat fixed;
  background-size: cover;
}
body {
  background: none;
}
#wrapper {
  position: relative;
  overflow: hidden;
}
#wrapper:before {
  content: '';
  position: absolute;
  top: 58px;
  width: 100%;
  max-width: 1232px;
  background: url(../images/content_bg.png);
  background: rgba(255, 255, 255, 0.73);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border-radius: 5px 5px 0 0;
  bottom: 384px;
  left: 50%;
  margin-left: -616px;
}
#wrapper:after {
  content: '';
  position: absolute;
  background: url(../images/tail.png) 50% 0 repeat-y;
  top: 319px;
  width: 100%;
  bottom: 384px;
  left: 0;
}
#wrapper .wrapper-inner {
  position: relative;
  z-index: 2;
}
/*======================= TOP =======================*/
/*======================= HEADER =======================*/
#header-row {
  padding: 83px 0 10px;
}
#logo {
  text-align: center;
}
/*======================= NAVIGATION =======================*/
.select-menu {
  display: none;
}
.navigation ul.sf-menu {
  position: relative;
  text-align: center;
  background: url(../images/menu_tail.png) repeat-x;
  border-radius: 5px 5px 0 0;
  /*SubMenu Styles*/

  /*Define 1st SubMenu position*/

  /*Define SubMenu position*/

  /*Define 2nd+ SubMenu position*/

}
.navigation ul.sf-menu > li {
  padding: 0;
  margin: 0 26px;
  float: none;
  display: inline-block;
  height: 66px;
}
.navigation ul.sf-menu > li.active > a,
.navigation ul.sf-menu > li.sfHover > a,
.navigation ul.sf-menu > li.current > a,
.navigation ul.sf-menu > li.active > span,
.navigation ul.sf-menu > li.sfHover > span,
.navigation ul.sf-menu > li.current > span {
  color: #009933;
}
.navigation ul.sf-menu > li:before {
  content: '';
  background: url(../images/menu_divider.png);
  width: 15px;
  height: 14px;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  left: -34px;
  pointer-events: none;
}
.navigation ul.sf-menu > li:first-child:before {
  content: none;
  display: none;
}
.navigation ul.sf-menu > li > a,
.navigation ul.sf-menu > li > span {
  font-size: 19px;
  line-height: 66px;
  font-family: 'Anton', sans-serif;
  color: #2c2c2c;
  height: 66px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-transform: uppercase;
  display: block;
}
.navigation ul.sf-menu > li > a:hover,
.navigation ul.sf-menu > li > span:hover {
  color: #009933;
}
.navigation ul.sf-menu > li > a:hover > span,
.navigation ul.sf-menu > li > span:hover > span {
  background-position: center bottom !important;
}
.navigation ul.sf-menu li:hover > ul,
.navigation ul.sf-menu li.sfHover > ul {
  top: 58px;
  left: 50%;
  margin-left: -67.5px;
}
.navigation ul.sf-menu li li:hover ul,
.navigation ul.sf-menu li li.sfHover ul {
  top: -20px;
  left: 144px;
  margin-left: 0;
}
.navigation ul.sf-menu li li li:hover ul,
.navigation ul.sf-menu li li li.sfHover ul {
  top: -20px;
  left: 144px;
  margin-left: 0;
}
.navigation ul.sf-menu ul {
  width: 135px;
  background: #ffffff;
  padding: 20px 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.55);
}
.navigation ul.sf-menu ul:before {
  position: absolute;
  top: -7px;
  left: 50%;
  margin-left: -7px;
  border-bottom: 7px solid #ffffff;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  content: '';
}
.navigation ul.sf-menu ul ul:before {
  top: 24px;
  left: -7px;
  margin-left: 0;
  border-bottom: 7px solid transparent;
  border-top: 7px solid transparent;
  border-left: none;
  border-right: 7px solid #ffffff;
}
.navigation ul.sf-menu ul li {
  margin: 0 0 1px 0;
}
.navigation ul.sf-menu ul li a,
.navigation ul.sf-menu ul li span {
  font-size: 11px;
  line-height: 22px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #101010;
  background: none;
  display: block;
  text-align: center;
  text-decoration: underline;
  text-transform: uppercase;
}
.navigation ul.sf-menu ul li a:hover,
.navigation ul.sf-menu ul li span:hover {
  color: #101010;
  text-decoration: none;
}
.navigation ul.sf-menu ul li.active > a,
.navigation ul.sf-menu ul li.sfHover > a,
.navigation ul.sf-menu ul li.active > span,
.navigation ul.sf-menu ul li.sfHover > span {
  text-decoration: none;
  color: #101010;
}
.navigation ul.sf-menu ul li.firstItem {
  border: none;
}
.navigation ul.sf-menu.sf-vertical {
  width: 135px;
  /*Define 1st SubMenu position*/

}
.navigation ul.sf-menu.sf-vertical li {
  width: 135px;
  margin-bottom: 1px;
}
.navigation ul.sf-menu.sf-vertical li:hover > ul,
.navigation ul.sf-menu.sf-vertical li.sfHover > ul {
  top: -13px;
}
.navigation ul.sf-menu.sf-vertical ul {
  left: 137px;
}
.navigation ul.sf-menu.sf-vertical ul li a,
.navigation ul.sf-menu.sf-vertical ul li span {
  padding: 9px 12px;
}
.navigation ul.sf-menu.sf-navbar {
  height: 66px;
  padding-bottom: 66px;
  margin-bottom: 2px;
  /*Define 1st SubMenu position*/

}
.navigation ul.sf-menu.sf-navbar li:hover > ul,
.navigation ul.sf-menu.sf-navbar li.sfHover > ul {
  top: 68px;
  left: 0;
}
.navigation ul.sf-menu.sf-navbar li ul {
  width: auto;
  padding: 2px 0;
}
.navigation ul.sf-menu.sf-navbar li ul ul.sub-menu {
  width: 135px;
  top: 66px;
}
/*======================= SHOWCASE =======================*/
.mod-newsflash-adv .isotope {
  margin: 0 -1.5%;
}
.mod-newsflash-adv .isotope-item {
  padding: 0 1.5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  float: left;
}
.mod-newsflash-adv .isotope-item.straightDown {
  text-align: center;
}
.camera_wrap .camera_pag .camera_pag_ul li {
  font-family: 'Cabin Condensed', sans-serif;
  font-size: 18px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent,
.camera_wrap .camera_pag .camera_pag_ul li:hover {
  text-decoration: underline;
  color: #d71223;
}
/*======================= FEATURE =======================*/
#feature-row .container {
  background: url(../images/border.gif) 50% 0 repeat-x;
  padding: 25px 0 0;
}
.testimonials {
  text-align: center;
  background: url(../images/border.gif) 50% 100% repeat-x;
  padding-bottom: 10px;
}
.testimonials .moduleTitle {
  color: #d71223;
  margin-bottom: 16px;
}
.testimonials blockquote p {
  color: #535353;
  font-size: 23px;
  font-style: italic;
  line-height: 33px;
  display: inline-block;
  max-width: 940px;
  margin-bottom: 30px;
}
.testimonials blockquote p:before,
.testimonials blockquote p:after {
  display: none;
}
.testimonials blockquote small {
  text-align: center;
  font-size: 14px;
  line-height: 15px;
  color: #848484;
}
.testimonials blockquote small span {
  display: block;
  text-transform: uppercase;
}
.testimonials blockquote small:before {
  display: none;
}
/*======================= MAINTOP =======================*/
/*======================= CONTENT TOP =======================*/
.home_block {
  text-align: center;
  margin-bottom: 68px;
}
.home_block .img-intro {
  float: none;
  margin-right: 0;
  margin-bottom: 32px;
}
.home_block .item_introtext {
  padding-bottom: 20px;
}
.home_block .item_introtext a {
  color: #010101;
  text-decoration: underline;
}
.home_block .item_introtext a:hover {
  text-decoration: none;
}
.home_block .item_introtext p {
  padding-top: 20px;
  border-top: 1px solid #dadada;
}
.home_block .item_introtext p:first-child {
  border: none;
  padding-top: 0;
}
.home_block.about .item_introtext p {
  border: none;
  padding: 0;
}
/*======================= CONTENT =======================*/
#content-row {
  padding: 53px 0 0;
}
#component {
  min-height: 0;
}
.container-fluid {
  padding: 0 !important;
}
.item {
  margin-bottom: 18px;
}
.item:after {
  clear: both;
  display: block;
  content: '';
  height: 1px;
}
.page-header {
  border: none;
  padding: 0;
  margin: 0;
}
/*===== Gallery Page ======*/
ul.gallery {
  margin: 0 -0.95%;
}
ul.gallery .gallery-item {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0.95% 70px;
  float: left;
  list-style: none;
}
ul.gallery .gallery-item.straightDown {
  float: none;
}
ul.gallery .gallery-item.straightDown .item_img {
  float: left;
  margin: 0 20px 20px 0 !important;
}
/*===== Testimonials Page ======*/
.page-category__testimonials .item {
  margin-bottom: 30px;
}
blockquote {
  padding: 0;
  margin: 0;
  border-left: none;
}
blockquote p {
  margin-bottom: 0;
  padding: 0;
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
}
blockquote p:before {
  content: '"';
}
blockquote p:after {
  content: '"';
}
blockquote small {
  text-align: right;
}
/*===== Team Page ======*/
.page-category__team .item_introtext {
  overflow: hidden;
}
.item_info_dl {
  margin: 0 0 20px;
}
.item_info_dl dd {
  display: inline-block;
  margin: 0;
  color: #010101;
}
.page-blog .item_title,
.page-item__blog .item_title {
  margin: 0 0 4px;
}
#aside-right .moduletable {
  margin-bottom: 50px;
}
.page-item {
  margin-bottom: 50px;
}
.addthis_toolbox {
  padding-top: 13px;
}
/*======================= CONTENT BOTTOM =======================*/
.list1 ul {
  margin: 0;
  list-style: none;
}
.list1 ul li {
  line-height: inherit;
  font-size: 12px;
  padding: 0 0 4px 14px;
  background: url(../images/list1_marker.png) 0 8px no-repeat;
}
.list1 ul li a {
  text-decoration: underline;
  color: inherit;
  display: inline;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.list1 ul li a:hover {
  background: none;
  text-decoration: none;
}
p.color {
  color: #010101;
}
/*======================= MAINBOTTOM =======================*/
#mainbottom-row {
  padding: 20px 0 30px;
}
.staff .item {
  text-align: center;
}
/*======================= BOTTOM =======================*/
#bottom-row .moduletable {
  margin-bottom: 60px;
}
span.title {
  float: left;
  text-transform: uppercase;
  margin-right: 5px;
  color: #d71223;
}
span.title + p {
  overflow: hidden;
}
.mission .list1 {
  padding: 0 0 0 85px;
}
/*======================= FOOTER =======================*/
#footer-wrapper {
  background: url(../images/footer_texture.jpg) 50% 0;
  position: relative;
  z-index: 3;
  color: #717171;
  font-size: 11px;
  line-height: 20px;
}
#footer-wrapper a {
  color: #fff;
}
#footer-wrapper a:hover {
  color: #606060;
}
#footer-wrapper p {
  margin-bottom: 6px;
}
.footer-wrapper-inner {
  background: url(../images/footer_border.gif) 50% 4px repeat-x;
  padding: 43px 0 0;
}
.latest_posts .img-intro__left {
  width: 75px;
}
.location a {
  color: inherit !important;
}
.location a:hover {
  color: #fff !important;
}
.mod-footer {
  padding-top: 100px;
  color: #fff;
}
/*===== Social Media ======*/
.social {
  margin: 0;
}
.social li a {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 31px;
  line-height: 31px;
  padding-left: 48px;
  text-decoration: underline;
  color: inherit !important;
}
.social li a:hover {
  color: #fff !important;
}
.footer_list ul {
  margin: 0;
}
.footer_list ul li {
  padding: 0 0 13px 15px;
  line-height: inherit;
  background: url(../images/footer_list_marker.png) 0 6px no-repeat;
}
.footer_list ul li a {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: inline;
  color: inherit !important;
  text-decoration: underline;
}
.footer_list ul li a:hover {
  background: none;
  color: #fff !important;
}
