/* 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;
}
/* ----------
   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;
}
/* ----------
   clases
------------- */
.pageTitle {
	color: #fff;
	text-transform: uppercase;
	background: url('../images/h3_title.png') no-repeat left center transparent;
	line-height: 81px;
	padding-left: 80px;
	font-weight: 600;
	text-shadow: 0 0 5px #000;
}
.centerTitle {
	width: 320px;
	margin: 30px auto 0;
}
.modal {
	position: inherit!important;
	text-align: center!important;
}
.modal img {
	width: 170px;
	height: 170px;
	display: block;
	margin: 20px auto 0;
	border-radius: 10px;
	overflow: hidden;
}