/* generalElements */
.item-page {
  min-height: 300px;
}
.item-page h1 {
	
}
.item-page p {
  
}
.item-page ol, .item-page ul {
  padding: 20px!important;
}
.item-page ol li, .item-page ul li {
  margin-bottom: 10px;
}
.item-page .table {
  display: table;
}
.item-page .table img {
  display: block;
  margin: 0 auto;
}
.item-page .table td {
  display: table-cell;
  vertical-align: middle;
}

/* contactForm */
.contactForm h2 {
	color: #bf1e2e;
	display: block;
	text-align: center;
	font-size: 1.8em;
	font-family: 'Oswald',sans-serif;
	margin-top: 0;
	padding-bottom: 9px;
	margin: 0px 0 20px;
	border-bottom: 1px solid #eee;
}
.contactForm h3 {
	display: none;
}
#contactInfo h3 {
	margin-top: 0;
}
.contactForm p {
	font-size: 1.1em;
}
.contactForm label {
	color: #262262;
}
.contactForm input[type="text"], .contactForm textarea {
	border-color: #8d8d8d!important;
}
.contactForm .submit-button {
	border-style: none!important;
	padding: 10px 20px!important;
	border-radius: 5px;
	border-style: none;
	text-shadow: none;
	font-size: 1.2em;
	margin-right: 0px!important;
	float: right;
	background: #bf1e2e!important;
}
.contactForm div#fox-container-c144 .btn span {
	color: #1648a0;
}
.contactForm .submit-button:hover {
	box-shadow: 0 0 5px rgba(0,0,0,0.7)!important;
 }
.contactForm .reset-button {
	display: none!important;
}
div#fox-container-c144 .submit-button {
	margin-right: 0;
}
div#fox-container-m92 .btn span {
	color: #fff!important;
}

/* ----------
   blog
------------- */
.blog .page-header {
  border-style: none;
  margin: 0!important;
  padding: 0!important;
}
.blog .page-header h1 {
  color: #ed1d24;
  font-size: 2em;
  display: block;
  border-bottom: 1px solid #ed1d24;
  padding: 0 0 10px 0;
}
.blog .page-header h2 {
  color: #0c8ed1;
  font-size: 1.5em;
  display: inline-block;
  padding: 0 20px 0 0;
}
.blog .readmore .btn {
  background: #ed1d24;
  color: #fff;
  margin-top: 10px;
  font-size: 1em;
}
.blog .readmore .btn:hover {
  background: #ff373e;
}

/* -------------------
   General Pagination
--------------------- */
.pagination {
  display: block!important;
  font-size: 1em!important;
}
div.pagination {
  clear: both;
  text-align: center;
  margin: 15px 0 0 0;
}

div.pagination p.counter {
  font-style: italic;
  float: none!important;
}

div.pagination ul {
  list-style: none;
  padding: 0;
}

div.pagination ul li {
  list-style: none;
  display: inline;
  padding: 0 5px 0 5px;
}
div.pagination ul li a {
  color: #ed1d24;
  text-decoration: underline;
  display: inline-block!important;
}
div.pagination ul li a:hover {
  text-decoration: none;
}

/* ----------
   tabs and slides
------------- */
div.jwts_toggleControlContainer a.jwts_toggleControl {
  background: none;
  border-style: none;
}
div.jwts_toggleControlContainer a.jwts_toggleControl {
  font-size: 18px;
  color: #ed1d24;
}
div.jwts_toggleControlContainer a.jwts_toggleOff span.jwts_toggleControlTitle {
  background: url("../images/arrows.png") no-repeat scroll 0 7px rgba(0, 0, 0, 0);
}
div.jwts_toggleControlContainer a.jwts_toggleOff span.jwts_toggleControlTitle:hover {
  color: #ed1d24;
}
div.jwts_toggleControlContainer a.jwts_toggleOn span.jwts_toggleControlTitle {
  background: url("../images/arrows.png") no-repeat scroll 0 -138px rgba(0, 0, 0, 0);
  color: #ed1d24;
}
div.jwts_toggleControlContainer a.jwts_toggleControl {
  margin: 0;
  padding: 0;
}
div.jwts_content {
  border-style: none;
  padding: 0!important;
}
div.jwts_toggleControlContainer a.jwts_toggleOn span.jwts_toggleControlNotice {
  display: block;
  font-size: 12px;
  color: #000;
}
ul.jwts_tabbernav li a {
  background-image: none;
  background-color: #fff;
  color: #000;
  text-decoration: none;
}
ul.jwts_tabbernav li.jwts_tabberactive a {
  background-color: #fecc0c;
}
ul.jwts_tabbernav li a:hover {
  /*background-color: #FBD851;*/
  color: #000;
}
ul.jwts_tabbernav li.jwts_tabberactive a {
  color: #818284;
}
.jwts_tabberlive .jwts_tabbertab {
  padding: 8px 20px;
}

/* ----------
   contactForm
------------- */
.contactForm_table {
  width: 50%;
  color: #000;
  float: left;
}
.contactForm_table b span {
  font-size: 0.7em;
}
.contactForm_table th {
  display: inline-block;
  margin: 10px 0;
  color: #fff!important;
}
.contactForm_input {
  width: 80%;
  border-radius: 5px;
  border-style: none;
  padding: 5px;
}
.contactForm_input_textarea {
  width: 90%;
  border-radius: 10px;
  min-height: 150px;
  border-style: none;
}
#mod_simpleemailform_reset_1 {
  display: none;
}
#mod_simpleemailform_reset_1, #mod_simpleemailform_submit_1 {
  width: 25%;
  background: #ed1d24;
  color: #fff;
  float: right;
  margin: 20px 50px 0 0;
}
#mod_simpleemailform_reset_1:hover, #mod_simpleemailform_submit_1:hover {
  background: #ff373e;
}
/* ----------
   googleMaps
------------- */
.bt-googlemaps {
  width: 50%!important;
  float: right;
}