/* !Format (Author: mail@jandousek.cz) */

.formatContent {
  display: block;
}

/*
  Nadpisy
  -------
*/

.formatContent h2, .formatContent h3 {
  margin-bottom: 17px;
  line-height: 1.4;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 26px;
  color: #d1372c;
}

/*
  Bloky
  -----
*/

.formatContent p,
.formatContent address {
  margin-bottom: 32px;
  line-height: 1.45;
}

/*
	Seznamy
	*******
*/

.formatContent li {
	margin-bottom: 14px;
	line-height: 1.45;
}
.formatContent ul {
	margin-bottom: 25px;
}
.formatContent ol {
	margin: 0 0 25px 16px;
}
.formatContent ul > li {
	padding-left: 18px;
	background: url('../../img/formatContent-ul-li.png') left 6px no-repeat;
}
.formatContent ol > li {
  padding-left: 3px;
	list-style: decimal;
}
.formatContent li > ul {
	margin: 10px 0 10px 20px;
}
.formatContent li > ol {
	margin: 10px 0 10px 35px;
}

/*
  Ocislovana verze
  ----------------
*/

.formatContent ol.listNums {
  margin-left: 0;
}
.formatContent ol.listNums > li {
  margin-bottom: 11px;
  padding-left: 0;
  list-style: none;
}
.formatContent ol.listNums > li .num {
  width: 26px;
  margin-right: 12px;
  display: inline-block;
  padding: 5px 0;
  background-color: #d1372c;
  border-radius: 100%;
  text-align: center;
  font-weight: 900;
  color: #fff;
}

/*
  Vypis velikosti
  ---------------
*/

.formatContent ul.listParams {
  overflow: hidden;
  margin-bottom: 34px;
  font-size: 18px;
}
.formatContent ul.listParams li {
  width: 50%;
  float: left;
  margin: 0 0 11px 0;
  padding: 0;
  background-position: left center;
  line-height: 1;
}
.formatContent ul.listParams li span {
  display: block;
  padding: 7px 10px 7px 38px;
}

/*
  Ikony
*/

.formatContent ul.listParams li.iconPersons {
  background-image: url('../../img/simpleIcons/persons.png');
}
.formatContent ul.listParams li.iconWeight {
  background-image: url('../../img/simpleIcons/weight.png');
}
.formatContent ul.listParams li.iconPallet {
  background-image: url('../../img/simpleIcons/pallet.png');
}
.formatContent ul.listParams li.iconEngine {
  background-image: url('../../img/simpleIcons/engine.png');
}
.formatContent ul.listParams li.iconCard {
  background-image: url('../../img/simpleIcons/card.png');
}

/*
  Vypis parametru
  ---------------
*/

.formatContent ul.listSizes {
  margin-bottom: 35px;
  font-size: 15px;
}
.formatContent ul.listSizes li {
  display: inline-block;
  margin: 0 7px 10px 0;
  padding: 10px 19px 9px 12px;
  background: transparent;
  border: 1px solid #e8e6ed;
  border-radius: 4px;
}
.formatContent ul.listSizes li b {
  margin-right: 7px;
}

/*
  Vypis boxu
  -------------
*/

.formatContent ul.listBoxed {
  margin-bottom: 35px;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 15px;
}
.formatContent ul.listBoxed li {
  display: inline-block;
  margin: 0 7px 10px 0;
  padding: 10px 19px 9px 12px;
  background: transparent;
  border: 1px solid #e8e6ed;
  border-radius: 4px;
}
.formatContent ul.listBoxed li b {
  margin-right: 7px;
}

/*
  Definicni seznamy
  -----------------
*/

.formatContent dl {
  margin-bottom: 20px;
}
.formatContent dl dt,
.formatContent dl dd {
  line-height: 1.45;
}
.formatContent dl dt {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 600;
  color: #d1372c;
}
.formatContent dl dd {
  margin: 0 0 15px 20px;
}

/*
  FAQ
  ---
*/

.js .formatContent dl.faq {
  margin-bottom: 3px;
}
.infoPage dl.faq:last-child {
  margin-bottom: 35px;
}
.js .formatContent dl.faq dt {
  position: relative;
  margin-bottom: 0;
  padding: 14px 110px 12px 20px;
  border: 1px solid #dbd9df;
  border-radius: 3px;
  font-size: 18px;
  color: #2f2727;
  cursor: pointer;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  transition: all 100ms linear;
}
.js .formatContent dl.faq dt:after {
  content: '';
  width: 53px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #f7f6f9 url('../../img/formatContent-dl_faq-dt_after.png') left center no-repeat;
  border-left: 1px solid #dbd9df;
  border-radius: 0 3px 3px 0;
}
.js .formatContent dl.faq dd {
  margin: 0;
  padding: 15px 20px 0 20px;
  border: 1px solid #dbd9df;
  border-top: 0;
  border-radius: 0 0 3px 3px;
}

/* Stavy */

.js .formatContent dl.faq dt:hover {
  color: #d1372c;
}
.js .formatContent dl.faq dt.isActive {
  background-color: #f7f6f9;
  border-radius: 3px 3px 0 0;
}
.js .formatContent dl.faq dt.isActive:after {
  background-color: #d1372c;
  background-position: right center;
}

/*
	Tabulky
	*******
*/

.formatContent table {
  width: 100%;
  margin-bottom: 20px;
  font-size: 15px;
}
.formatContent table th {
  font-weight: normal;
}
.formatContent table th,
.formatContent table td {
  padding: 14px 10px 15px 18px;
  background-color: #f3f2f6;
  border-bottom: 1px solid #fff;
  line-height: 1.4;
}
.formatContent table thead th,
.formatContent table thead td {
  background-color: #d1372c;
  line-height: 1.4;
  color: #fff;
}
.formatContent table tfoot th,
.formatContent table tfoot td {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
  color: #8c8c8c;
}

/*
  Specialitky
  -----------
*/

.formatContent table tbody tr:nth-child(even) th,
.formatContent table tbody tr:nth-child(even) td {
  background-color: #e8e6ed;
}
.formatContent table tr th:first-child {
  border-radius: 4px 0 0 4px;
}
.formatContent table tr th:last-child {
  border-radius: 0 4px 4px 0;
}


/*
	Obrazky
	*******
*/

.formatContent img.alignLeft,
.formatContent img.alignleft {
  max-width: 50%;
  float: right;
  margin: 14px 19px 20px 20px;
}
.formatContent img.alignRight,
.formatContent img.alignright {
  max-width: 50%;
  float: right;
  margin: 14px 8px 20px 19px;
}
