/*###################
#   CMS             #
###################*/
div.cms {
  width: 100%;
  margin: 0 auto;
}

div.cms a {
  color: #079bc1;
  text-decoration: underline;
}

/* TITLES */
div.cms h2,
div.cms h2 a {
  font-family: 'Open Sans';
  font-size: 20px;
  font-weight: bold;
  color: #079bc1;
}

div.cms h2 {
  margin: 25px 0 25px 0;
  padding-left: 15px;
}

div.cms h3 {
  padding: 5px 0px 5px 30px;
  margin: 0;
  color: #212121;
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: normal;
}

div.cms h4 {
  padding: 0 0 0 5%;
  margin: 25px 0 25px 0;
  font-family: 'Open Sans';
  font-size: 13px;
  font-weight: normal;
  text-transform: uppercase;
  color: #ef6416;
}

div.cms q {
  display: inline-block;
  width: 100%;
  padding: 5px 0 0;
  font-size: 1.1rem;
  font-style: normal;
  color: #313131;
  text-align: center;
}

div.cms ul {
  display: inline-block;
  padding: 10px 0 10px 5%;
  list-style-type: none;
}

div.cms ul li {
  width: 100%;
  padding: 2px 0;
  list-style-type: disc;
  color: #313131;
}

/* RESPONSIVE */
	/*div.cms figure,
	div.cms picture {
		width: 99%;
		margin: 0 auto;
		border: 0 none;
	}

	div.cms img {
		display: block;
		width: 100%;
		max-width: 100%;
	    border: 0 none;
	}*/
/* End RESPONSIVE */
div.cms .media {
  width: 100%;
  margin: 0 auto;
  padding: 15px 0;
  text-align: center;
}

div.cms .catcher {
  width: 95%;
  padding: 15px 2.5%;
  margin: 5px 0;
  font-weight: bold;
  color: #f34f0d;
  background-color: #ffe5c8;
}

div.cms .text1, div.cms .text2, div.cms .text3 {
  padding: 10px 0;
  font-family: Arial;
  font-size: 12px;
  line-height: 1.3;
  color: #313131;
}

div.cms .text2 {
  float: left;
  width: 47%;
  margin-right: 6%;
}

div.cms .text3 {
  float: left;
  width: 28%;
  margin-right: 8%;
}

div.cms .left {
  float: left;
  margin: 0 4% 10px 0;
  text-align: center;
}

div.cms .right {
  float: right;
  margin: 0 0 4% 4%;
  text-align: center;
}

div.cms .last {
  margin-right: 0;
}

/* Table */
div.cms table {
  width: 100%;
  margin: 10px 0;
}

div.cms table thead tr td,
div.cms table tbody tr td,
div.cms table tr td {
  padding: 5px 10px;
  border: 1px solid #000000;
}

div.cms table thead tr td {
  padding-top: 10px;
  padding-bottom: 10px;
  background: #F0F0F0;
}

div.cms table thead tr td,
div.cms table thead tr td a {
  font-weight: bold;
  color: #000000;
}

/* Vigns */
.vigns {
  width: 90%;
  margin: 20px auto;
}

.vigns .vign-cms {
  width: 100%;
  /*width: 90%;
  padding: 15px 5%;
  border-top: 1px solid #c4c4c4;
  background: #f5f5f5;*/
}

.vigns .vign-cms.vign-first {
  border-top: 0;
}

.vigns .vign-cms.vign-par {
  background: #ffffff;
}

.vigns .vign-cms h2 {
  margin-top: 15px;
}

/*.vigns .vign-cms h2 a:hover { text-decoration: underline; }*/
.vigns .vign-cms p.catcher {
  padding: 10px 0;
}

.vigns .vign-cms p.link {
  padding: 15px 0 0 0;
  text-align: right;
}

.vigns .vign-cms p.link a {
  display: inline-block;
  padding-left: 25px;
  font-family: "Open Sans";
  font-size: 13px;
  color: #636363;
  background: url(/public/img/dart/dart-circle-1b6b61.png) 0 center no-repeat;
}

.vigns .vign-cms p.link a:hover {
  text-decoration: underline;
}

/*###################
#   PAGES CMS 		#
###################*/
/*body#page-cms div.container div.content div.cms {
	width: 90%;
	margin: 0 auto;
}*/
