html.small {
	font-size: 0.8em;
}

html.big {
	font-size: 1.2em;
}

/* ---------------- */
/* Variables */
/* ---------------- */
.clear_after {
  content: '';
  display: block;
  clear: both;
}
.hide_text {
  font-size: 0;
  line-height: 0;
  text-indent: -2000px;
}
.border_box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* ---------------- */
/* General */
/* ---------------- */
* {
  border: 0;
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-decoration: none;
}
.float_left {
  float: left;
}
.float_right {
  float: right;
}
.align_center {
  text-align: center;
}
a {
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.overflow_hidden {
  overflow: hidden;
}
label,
input[type="submit"],
button {
  cursor: pointer;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
img {
  max-width: 100%!important;
  height: auto;
}
h1 {
  margin: 0px;
}
/* ---------------- */
/* Structure */
/* ---------------- */
.no_contrast {
  display: block;
}
.contrast {
  display: none;
}
#side_facebook {
  position: fixed;
  top: 105px;
  right: 0px;
  z-index: 10;
}
#side_facebook li {
  margin-bottom: 10px;
}
#side_facebook li a {
  display: block;
}
#side_facebook li a img {
  display: block;
}
.page_width {
  width: 1170px;
  margin: 0 auto;
}
.page_width:after {
  content: '';
  display: block;
  clear: both;
}
body {
  font-family: 'Open Sans';
}
#titlebar {
  border-top: 5px solid white;
  background: url('../gfx//titlebar_bg.jpg') no-repeat bottom center #f8f6f0;
}
#titlebar .page_width {
  position: relative;
  height: 120px;
}
#titlebar #logo {
  float: left;
  display: block;
  margin-top: 25px;
  margin-right: 60px;
}
#titlebar .font_sizes {
  float: left;
  height: 30px;
  line-height: 30px;
  padding: 0px 3px 0px 15px;
  background: white;
  margin-top: 60px;
}
#titlebar .font_sizes:after {
  content: '';
  display: block;
  clear: both;
}
#titlebar .font_sizes li {
  float: left;
  margin: 0px 3px;
  text-transform: uppercase;
  position: relative;
}
#titlebar .font_sizes li a {
  color: #888888;
  vertical-align: bottom;
}
#titlebar .font_sizes li.small {
  font-size: 0.7em;
  top: 2px;
}
#titlebar .font_sizes li.medium {
  font-size: 0.8em;
  top: 1px;
}
#titlebar .font_sizes li.big {
  font-size: 0.95em;
}
#titlebar .font_sizes li.go_contrast {
  padding-top: 5px;
  margin-left: 15px;
}
#titlebar .font_sizes li.go_contrast a {
  display: block;
  width: 26px;
  height: 20px;
  background: url('../gfx//contrast.png');
}
#titlebar .titlebar_menu {
  float: right;
  padding-top: 12px;
}
#titlebar .titlebar_menu:after {
  content: '';
  display: block;
  clear: both;
}
#titlebar .titlebar_menu li {
  float: left;
  font-size: 0.625em;
  margin-left: 25px;
  background: url('../gfx//little_icons/little_arrow_right_brown.png') no-repeat 0px 50%;
  padding-left: 15px;
}
#titlebar .titlebar_menu li a {
  color: #888888;
  display: block;
}
#titlebar .titlebar_menu li.active a,
#titlebar .titlebar_menu li a:hover {
  color: #c28080;
}
#titlebar .titlebar_menu li.en {
  position: relative;
  top: 2px;
}
#titlebar .titlebar_menu li.pl a {
  height: 11px;
  line-height: 10px;
  width: 16px;
  background: url('../gfx//pl.png') no-repeat left;
  padding-left: 20px;
}
#titlebar .titlebar_menu li.en a {
  height: 11px;
  line-height: 10px;
  width: 16px;
  background: url('../gfx//en.png') no-repeat left;
  padding-left: 20px;
}
#titlebar .search_box {
  position: absolute;
  bottom: 0px;
  right: 0px;
  background: white;
  padding: 20px;
}
#titlebar .search_box .present {
  position: absolute;
  width: 200px;
  height: 110px;
  background: url('../gfx//present.png') no-repeat right bottom;
  display: block;
  color: #068eee;
  left: -200px;
  bottom: -20px;
}
#titlebar .search_box .present .title {
  font-size: 1em;
  font-family: 'Dosis';
  text-align: right;
  padding: 20px 120px 0px 0px;
}
#titlebar .search_box .present .title .upper {
  font-size: 1em;
  display: block;
  font-weight: 500;
}
#titlebar .search_box .present .title .lower {
  font-size: 1.125em;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
}
#titlebar .search_box:after {
  content: '';
  display: block;
  clear: both;
}
#titlebar .search_box input[type="text"] {
  height: 38px;
  line-height: 38px;
  width: 230px;
  float: left;
  display: block;
  background: #f0f0f0;
  color: #888888;
  font-size: 0.75em;
  padding: 0px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#titlebar .search_box button[type="submit"] {
  width: 100px;
  float: left;
  display: block;
}
#top {
  background: url('../gfx//top_bg.jpg') no-repeat center top;
  padding: 20px 0px;
}
#top .page_width {
  background: #c28080;
  padding: 0px 30px 0 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#top #ncms-component-top-menu {
  padding-bottom: 0;
  position: relative;
  left: -20px;
}
#top #ncms-component-top-menu > ul ul {
	display: none;
}
#top #ncms-component-top-menu > ul:after {
  content: '';
  display: block;
  clear: both;
}
#top #ncms-component-top-menu > ul > li {
  font-size: 0.875em;
  text-transform: uppercase;
  font-family: 'Dosis';
  font-weight: 500;
  float: left;
  position: relative;
}
#top #ncms-component-top-menu > ul > li:last-child > a {
  margin-right: 0px;
}
#top #ncms-component-top-menu > ul > li > a {
  color: white;
  display: block;
  padding-top: 13px;
  padding-bottom: 15px;
  position: relative;
  padding-right: 20px;
  padding-left: 20px;
}
#top #ncms-component-top-menu > ul > li.active > a,
#top #ncms-component-top-menu > ul > li:hover > a {
	text-decoration: none;
	background: #ce9999;
}
#top #ncms-component-top-menu > ul > li:hover > ul {
	display: block;
	position: absolute;
	left: 0;
	top: 40px;
	z-index: 100;
	width: 180px;
	background: #ce9999;
	padding: 13px 20px 20px 20px;
}

#top #ncms-component-top-menu > ul > li > ul li {
	padding: 7px 0;
	border-bottom: 1px solid #dab3b3;
}

#top #ncms-component-top-menu > ul > li > ul li a {
	color: white;
	font-size: 0.8em;
	text-transform: none;
	font-family: 'Open Sans';
}

#top #ncms-component-top-menu > ul > li > a:after {
  height: 30px;
  width: 1px;
  background: #d1a0a0;
  display: block;
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
}
#top .main_content:after {
  content: '';
  display: block;
  clear: both;
}
#top .main_content .slider {
  float: left;
}
#top .main_content .slider .slides {
  width: 840px;
  height: 300px;
  position: relative;
  overflow: hidden;
}
#top .main_content .slider .slides li {
  position: absolute;
  top: 0px;
  width: 100%;
}
#top .main_content .slider .dots {
  text-align: center;
}
#top .main_content .slider .dots a {
  display: inline-block;
  margin: 15px 5px 10px 5px;
  width: 10px;
  height: 10px;
  background: url('../gfx//slider_dot_inactive.png');
text-indent: -9999px;
}
#top .main_content .slider .dots a.active,
#top .main_content .slider .dots a:hover {
  background: url('../gfx//slider_dot_active.png');
}
#top .main_content .right_content {
  float: right;
  width: 245px;
  color: white;
  padding-top: 20px;
}
#top .main_content .right_content .section {
  border-bottom: 1px solid #d1a0a0;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
#top .main_content .right_content .section:last-child {
  border-bottom: 0px;
}
#top .main_content .right_content .section .headerlink a {
  color: #ffffff;
  background: url('../gfx//slider_big_circle_arrow_right.png') no-repeat top left;
  padding-left: 60px;
  display: block;
  min-height: 47px;
  padding-bottom: 10px;
  font-weight: 700;
  padding-top: 10px;
}
#top .main_content .right_content .section .header {
  background: url('../gfx//slider_big_circle_arrow_right.png') no-repeat top left;
  padding-left: 60px;
  display: block;
  min-height: 47px;
  padding-bottom: 10px;
  font-weight: 700;
  padding-top: 10px;
}
#top .main_content .right_content .section .telephone {
  font-weight: 700;
  padding-bottom: 15px;
}
#top .main_content .right_content .section .link a {
  color: #eee2db;
  background: url('../gfx//little_icons/little_arrow_right_brown.png') no-repeat 0px 5px;
  padding-left: 10px;
  display: block;
}
#top .main_content .right_content .section.section_newsletter .header {
  padding-bottom: 20px;
}
#top .main_content .right_content .section.section_newsletter input[type="text"],
#top .main_content .right_content .section.section_newsletter input[type="email"] {
  background: #ca9290;
  width: 100%;
  display: block;
  color: white;
  height: 40px;
  line-height: 40px;
  padding: 0px 20px;
  font-size: 0.75em;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#top .main_content .right_content .section.section_newsletter .information {
  padding-top: 20px;
  opacity: 0.8;
}
#footer_menu {
  background: #f8f6f0;
}
#footer_menu .page_width {
  background: #c28080;
  padding: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#footer_menu #ncms-component-footer-menu > ul {
  float: left;
}
#footer_menu #ncms-component-footer-menu > ul:after {
  content: '';
  display: block;
  clear: both;
}
#footer_menu #ncms-component-footer-menu > ul li {
  float: left;
  margin-right: 25px;
  font-size: 0.7em;
}
#footer_menu #ncms-component-footer-menu > ul li:last-child {
  margin-right: 0px;
}
#footer_menu #ncms-component-footer-menu > ul li a {
  color: #e9d7d1;
}
#footer_menu .copyrights {
  float: right;
  color: #e9d7d1;
}
#footer_menu .copyrights a {
  color: #e9d7d1;
  font-weight: bold;
}
#footer {
  background: white;
}
#footer .upper {
  padding: 40px 0px;
  position: relative;
  border-bottom: 1px solid #f0f0f0;
}
#footer .upper .logos:after {
  content: '';
  display: block;
  clear: both;
}
#footer .upper .logos li {
  float: left;
  display: table;
  text-align: center;
  height: 70px;
  margin-right: 20px;
}
#footer .upper .logos li:last-child {
  margin-right: 0px;
}
#footer .upper .logos li a {
  display: table-cell;
  vertical-align: middle;
  height: 70px;
}
#footer .upper .footer_menu_box {
  border-width: 0px 1px 1px 1px;
  border-style: solid;
  border-color: #e8d3cd;
  padding: 20px 30px;
  position: absolute;
  top: 0px;
  right: 0px;
}
#footer .upper .footer_menu_box ul:after {
  content: '';
  display: block;
  clear: both;
}
#footer .upper .footer_menu_box ul li {
  float: left;
  margin-right: 15px;
}
#footer .upper .footer_menu_box ul li:last-child {
  margin-right: 0px;
}
#footer .upper .footer_menu_box ul li a {
  display: block;
  padding-left: 15px;
  background-repeat: no-repeat;
  background-position: left center;
  min-height: 11px;
  color: #888888;
  font-size: 0.7em;
}
#footer .upper .footer_menu_box ul li.back a {
  background-image: url('../gfx//little_icons/bottom_arrow_left.png');
}
#footer .upper .footer_menu_box ul li.up a {
  background-image: url('../gfx//little_icons/bottom_arrow_top.png');
}
#footer .upper .footer_menu_box ul li.print a {
  background-image: url('../gfx//little_icons/bottom_print.png');
}
#footer .lower {
  padding: 40px 0px;
  color: #888888;
}
#footer .lower h5 {
  padding-bottom: 5px;
}
#footer .lower .pink {
  color: #c28080;
}
#home_content {
  background: #f8f6f0;
  padding: 30px 0px;
}
#home_content .page_width {
  background: white;
  padding: 20px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.home_boxes:after {
  content: '';
  display: block;
  clear: both;
}
.home_boxes li {
  width: 25%;
  float: left;
  padding: 0px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.home_boxes li .thumbnail {
  display: block;
  margin-bottom: 10px;
}
.home_boxes li .thumbnail img {
  display: block;
}
.home_boxes li .title {
  font-family: 'Dosis';
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}
.home_boxes li .title a {
  color: #f47421;
}
#content {
  background: #f8f6f0;
  position: relative;
}
#content #white_background {
  width: 50%;
  background: white;
  left: 0px;
  top: 0px;
  z-index: 1;
  position: absolute;
}
#content.nosidebar #white_background {
	display: none;
}
#content #left_content {
  float: left;
  width: 30%;
  padding-right: 30px;
  padding-bottom: 30px;
  background: white;
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#content.nosidebar #left_content {
	display: none;
}
#content #left_content h2 {
  font-family: 'Dosis';
  font-weight: 600;
  color: #f47421;
  padding-bottom: 20px;
}

#content #left_content .ncms-component-menu > ul > li a,
#content #left_content #ncms-component-na-skroty > ul > li a {
  color: #888888;
  font-size: 0.75em;
}
#content #left_content .ncms-component-menu > ul > li > a,
#content #left_content #ncms-component-na-skroty > ul > li > a {
  display: block;
  padding: 5px 0px 5px 25px;
  background: url('../gfx//little_icons/little_arrow_right_brown.png') no-repeat 10px 10px;
}
#content #left_content .ncms-component-menu > ul > li.active > a,
#content #left_content .ncms-component-menu > ul > li > a:hover,
#content #left_content #ncms-component-na-skroty > ul > li.active > a,
#content #left_content #ncms-component-na-skroty > ul > li > a:hover {
  background-color: #c28080;
  color: white;
  text-decoration: none;
}
#content #left_content .ncms-component-menu > ul > li > ul {
  padding: 2px 0px 2px 25px;
}
#content #left_content .ncms-component-menu > ul > li > ul > li > a {
  display: block;
  padding: 4px 0px;
}
#content #left_content .ncms-component-menu > ul > li > ul > li.active > a,
#content #left_content .ncms-component-menu > ul > li > ul > li > a:hover {
  text-decoration: underline;
}
#content #right_content {
  float: right;
  width: 70%;
  padding-left: 30px;
  position: relative;
  z-index: 2;
  background: #f8f6f0;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#content.nosidebar #right_content {
	width: auto;
	float: none;
	padding-left: 0;
}



#content #right_content #breadcrumbs {
  border-bottom: 1px solid #edebe5;
  padding: 15px 0px 5px 0px;
  font-size: 0.625em;
  margin-bottom: 25px;
}
#content #right_content #breadcrumbs div:after {
  content: '';
  display: block;
  clear: both;
}
#content #right_content #breadcrumbs a,
#content #right_content #breadcrumbs span {
  color: #888888;
  float: left;
  margin-right: 15px;
}
#content #right_content #breadcrumbs span {
  margin-right: 0px;
}
#content #right_content #breadcrumbs span {
  font-weight: bold;
  padding-bottom: 10px;
}
#content #right_content #breadcrumbs a {
  color: #888888;
  display: block;
  background: url('../gfx//little_icons/breadcrumbs_arrow.png') no-repeat 0px 5px;
  padding-left: 10px;
}




#content #right_content .news_items li {
  margin-bottom: 20px;
}
#content #right_content .news_items li:after {
  content: '';
  display: block;
  clear: both;
}
#content #right_content .news_items li .thumbnail {
  float: left;
}
#content #right_content .news_items li .content {
  padding-left: 190px;
  color: #888888;
}
#content #right_content .news_items li .content .title {
  padding-bottom: 10px;
  position: relative;
  top: -2px;
}
#content #right_content .news_items li .content .title a {
  font-weight: bold;
  color: #f47421;
}
#content #right_content .news_items li .content .more {
  margin-top: 20px;
}
#content #right_content .ncms-pagination {
  text-align: center;
}
#content #right_content .ncms-pagination li {
  display: inline-block;
  margin: 0px 4px;
  font-size: 0.75em;
  color: #888888;
}
#content #right_content .ncms-pagination li a {
  color: #888888;
}
#content #right_content .ncms-pagination li.active a,
#content #right_content .ncms-pagination li a:hover {
  color: #f47421;
  font-weight: bold;
  text-decoration: underline;
}
#content #right_content .ncms-pagination li.prev a,
#content #right_content .ncms-pagination li.next a {
  display: block;
  width: 6px;
  height: 10px;
  background: url('../gfx//little_icons/small_arrow_right_grey.png');
  text-indent: -9999px;
}
#content #right_content .ncms-pagination li.prev a {
  transform: rotate(180deg);
}
/* ---------------- */
/* Content Text */
/* ---------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
h1 {
  font-size: 1.25em;
  /* 24 */
}
h2 {
  font-size: 1.125em;
  /* 24 */
}
h3 {
  font-size: 1.0em;
  /* 18 */
}
p {
  font-size: 0.8em;
  /* 14 */
}
h4 {
  font-size: 0.75em;
  /* 12 */
}
h5 {
  font-size: 0.7em;
  /* 11 */
}
h6 {
  font-size: 0.625em;
  /* 10 */
}
.content_header {
  font-family: 'Dosis';
  font-weight: 600;
  color: #f47421;
  padding-bottom: 20px;
}
.small_content_header {
  font-weight: 700;
  color: #f47421 !important;
}
.button_blue {
  height: 38px;
  line-height: 38px;
  display: inline-block;
  background: #4ca6ee;
  font-family: 'Dosis';
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  font-size: 0.75em;
  padding: 0px 15px;
}
.button_orange {
  height: 28px;
  line-height: 28px;
  background: #f47421;
  color: white;
  display: inline-block;
  font-size: 0.625em;
  font-weight: bold;
  font-family: 'Dosis';
  text-transform: uppercase;
  padding: 0px 20px;
}
.padding_text h3,
.padding_text h4,
.padding_text h5,
.padding_text h6,
.padding_text p,
.padding_text ul,
.padding_text table {
  margin-bottom: 25px;
}
.content_text p {
  color: #888888;
}
.content_text a {
  color: #c28080;
}
.content_text h1 {
  font-family: 'Dosis';
  font-size: 1.25em;
  font-weight: 600;
  color: #f47421;
  padding-bottom: 20px;
}
.content_text h2 {
  font-family: 'Dosis';
  font-size: 1.125em;
  font-weight: 600;
  color: #f47421;
  padding-bottom: 20px;
}
.content_text h3 {
  font-family: 'Dosis';
  font-size: 1.0em;
  font-weight: 600;
  color: #f47421;
  padding-bottom: 20px;
}
.content_text.padding_text h3 {
  padding-bottom: 0;
}

.content_text h4 {
  font-family: 'Dosis';
  font-size: 0.8em;
  font-weight: 600;
  color: #f47421;
  padding-bottom: 20px;
}
.content_text ul {
  margin-top: -20px;
}
.content_text li {
  padding: 5px 0px 0px 15px;
  font-size: 0.8em;
  color: #888888;
  background: url('../gfx//little_icons/little_arrow_right_brown.png') no-repeat 0px 10px;
}
.content_text li a {
  color: #c28080;
}
.content_text li .additional {
  color: #888888;
}





table {
	border: 1px solid #c28080;
	margin-top: 15px;
	width: 100%;
}

th {
	background: #c28080;
	color: white;
	font-size: 0.9em;
	padding: 10px 10px;
}

td {
	padding: 10px 10px;
	border: 1px solid #c28080;
	text-align: center;
	vertical-align: middle;
	font-size: 0.8em;
	color: #888888;
}

.zamowienie td {
	text-align: left;
}

td a img {
	border: 0 none;
}

.odd td {
	background: #f6ecec;
}






.images_list:after {
  content: '';
  display: block;
  clear: both;
}
.images_list li {
  width: 33.333%;
  float: left;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.images_list li:nth-child(3n + 1) {
  padding-right: 15px;
}
.images_list li:nth-child(3n + 2) {
  padding: 0px 10px;
}
.images_list li:nth-child(3n) {
  padding-left: 15px;
}
.images_list li a {
  display: block;
  border: 8px solid white;
}
.images_list li a img {
  display: block;
}



.content_section.last {
  padding: 25px 0px 0 0;
  border-top: 1px solid #edebe5;
  float: left;
  clear: both;
  width: 100%;
  margin-top: 25px;
  color: #888888;
}
.content_section:after {
  content: '';
  display: block;
  clear: both;
}
.content_section .box {
  width: 50%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


#right_content .ncms-component.box {
  width: 50%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #888888;
}

#right_content .ncms-component.box h4 {
	color: #888888;
}

#right_content .ncms-component.box h1 {
	font-size: 1.5em;
	color: #f47421;
	padding-bottom: 20px;
  font-family: 'Dosis';
  font-weight: 600;
}

.content_header.blue {
  color: #4ca6ee;
  font-size: 1.5em;
}


#right_content .ncms-component.box:nth-child(2n+1) {
  padding-right: 15px;
}
#right_content .ncms-component.box:nth-child(2n) {
  padding-left: 15px;
}
#right_content #index-news.ncms-component.box .title {
  font-weight: bold;
  padding-bottom: 10px;
}
#right_content #index-news.ncms-component.box .title a {
  color: #f47421;
}
#right_content #index-news.ncms-component.box .more {
  margin: 20px 0px;
}

#right_content #index-box1.ncms-component.box > p {
	color: #888888;
	margin-bottom: 25px;
}

#right_content .ncms-component.box.box_address a {
  color: #c28080;
}
#right_content .ncms-component.box.box_certificates .certificates {
  padding-bottom: 5px;
}
#right_content .ncms-component.box.box_certificates .certificates:after {
  content: '';
  display: block;
  clear: both;
}
#right_content .ncms-component.box.box_certificates .certificates li {
  float: left;
  margin-right: 10px;
}
#right_content .box_certificates .label {
  font-weight: bold;
  color: #c28080;
}

#right_content .list li {
  padding: 5px 0px;
  font-size: 0.75em;
  background: url('../gfx//little_icons/little_arrow_right_brown.png') no-repeat 0px 10px;
  padding-left: 10px;
}
#right_content .list li a {
  color: #c28080;
}
#right_content .list li .additional {
  color: #888888;
}

blockquote {
  font-weight: bold;
  color: #c28080;
  position: relative;
  text-align: center;
  font-size: 1.2em;
}
blockquote:before,
blockquote:after {
  width: 49px;
  height: 38px;
  content: '';
  display: block;
  position: absolute;
  background: url('../gfx//quote.png');
  z-index: -1;
}
blockquote:before {
  top: 0px;
  left: 0px;
}
blockquote:after {
  bottom: 0px;
  right: 0px;
}

form li {
	clear: both;
	margin-bottom: 10px;
	list-style: none;
}

p.error {
	color: red;
	margin-bottom: 15px;
}

.ncms-form ol {
	list-style: none;
	padding: 0;
	margin: 15px 0 0 0;
}

.ncms-form li {
	background: none;
	padding: 0;
}

.ncms-form label span {
	float: none;
	display: inline;
	border: 0 none;
	margin: 0;
}

.ncms-form label {
	padding-top: 0;
	width: auto;
	float: none;
	display: block;
}

.ncms-form .req {
	color: red;
}

.ncms-form input {
	width: 200px;
	border: 1px solid #888888;
}

.ncms-form fieldset {
	border: 0 none;
	padding: 0;
	margin-bottom: 10px;
}

.ncms-form button {
	margin: 0 5px 0 0;
	float: left;
}

.ncms-form textarea {
	border: 1px solid #888888;
	width: 300px;
	height: 150px;
}

.ncms-form .error .req, .ncms-form .error strong {
	font-weight: bold;
	color: red;
}

.ncms-form .error input, .ncms-form .error textarea {
	border: 1px solid red;
}

.ncms-form button {
	font-size: 0.8em;
	padding: 0.2em 0.5em;
}

.ncmssitemap-content-sitemap li li {
	background: none;
	list-style: disc;
	padding-left: 0;
	margin-left: 20px;
}


.ncmssitemap-content-sitemap p {
  color: #888888;
}
.ncmssitemap-content-sitemap a {
  color: #c28080;
}
.ncmssitemap-content-sitemap h1 {
  font-family: 'Dosis';
  font-size: 1.25em;
  font-weight: 600;
  color: #f47421;
  padding-bottom: 20px;
}
.ncmssitemap-content-sitemap h2 {
  font-family: 'Dosis';
  font-size: 1.125em;
  font-weight: 600;
  color: #f47421;
  padding-bottom: 20px;
}
.ncmssitemap-content-sitemap h3 {
  font-family: 'Dosis';
  font-size: 1.0em;
  font-weight: 600;
  color: #f47421;
  padding-bottom: 20px;
}
.ncmssitemap-content-sitemap li {
  padding: 5px 0px;
  color: #888888;
  background: url('../gfx//little_icons/little_arrow_right_brown.png') no-repeat 0px 10px;
  padding-left: 15px;
}
.ncmssitemap-content-sitemap li a {
  color: #c28080;
}
.ncmssitemap-content-sitemap li .additional {
  color: #888888;
}


.ncmssitemap-content-sitemap ul ul {
	margin-top: 0;
}

hr {
	border: 0;
  height: 1px;
  background: #bababa;
  margin-bottom: 20px;
}

.a-right {
	text-align: right;
}

.a-center {
	text-align: center;
}

.a-left {
	text-align: left;
}