@charset "utf-8";
body {
	font-family:"Calibri";
	font-size: 14px;
	line-height:normal;
	color: #37485c;
	background: url(../images/body-bg.png) repeat #2e4868;
	margin: 0;
	padding: 0;
}
/* ~~ Селекторы элементов/тегов ~~ */
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
p {
	margin-bottom:22px;
}
a img {
	border: none;
}
dl {
	margin-bottom: 18px;
}
dt,
dd {
	line-height: 18px;
}
dt {
	font-weight: bold;
}
dd {
	margin-left: 9px;
}
table {
	max-width: 100%;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
}
table a:link, table a:visited {
	color:#4c698a;
}
.table {
	width: 100%;
	margin-bottom: 18px;
}
.table th,
.table td {
	padding: 8px 14px 7px;
	line-height: 18px;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #a9a9a9;
}
.table th {
	font-weight: normal;
	background-color:#4c698a;
	color:#efefef;
	padding:3px 14px 4px;
}
.table thead th {
	vertical-align: bottom;
	text-align:center;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td,
.table tbody tr:first-child th,
.table tbody tr:first-child td {
	border-top: 0;
}
.table tbody + tbody {
	border-top: 2px solid #ddd;
}
.table .table {
	background-color: #fff;
}
.table-condensed th,
.table-condensed td {
	padding: 4px 5px;
}
.table-bordered {
	border: 1px solid #a9a9a9;
	border-collapse: separate;
	*border-collapse: collapse;
	border-left: 0;
	border-right: 0;
	border-top: 0;
}
.table-bordered th {
	border-left: 1px solid #f0f0f0;
}
.table-bordered td {
	border-left: 1px solid #a9a9a9;
	background-color: #f0f0f0;
}
.table-bordered th:last-child,
.table-bordered td:last-child {
	border-right: 1px solid #a9a9a9;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
	border-top: 0;
}
.table-bordered thead:first-child tr:first-child > th:first-child {
	border-left: 0;
}
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
	/*border-top-left-radius: 4px;*/
}
.table-bordered thead:first-child tr:first-child > th:last-child {
	border-right: 0;
}
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
	/*border-top-right-radius: 4px;*/
}
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
	/*border-bottom-left-radius: 4px;*/
}
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
	/*border-bottom-right-radius: 4px;*/
}
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 0;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
	/*-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;*/
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
	/*-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;*/
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
	background-color: #f9f9f9;
}
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
	background-color: #f5f5f5;
}
.table tbody tr.success > td {
	background-color: #dff0d8;
}
.table tbody tr.error > td {
	background-color: #f2dede;
}
.table tbody tr.warning > td {
	background-color: #fcf8e3;
}
.table tbody tr.info > td {
	background-color: #d9edf7;
}
.table-hover tbody tr.success:hover > td {
	background-color: #d0e9c6;
}
.table-hover tbody tr.error:hover > td {
	background-color: #ebcccc;
}
.table-hover tbody tr.warning:hover > td {
	background-color: #faf2cc;
}
.table-hover tbody tr.info:hover > td {
	background-color: #c4e3f3;
}
/* ~~ Оформление ссылок на вашем сайте должно оставаться в этом порядке, включая группу селекторов, создающих эффект наведения. ~~ */
a:link {
	color: #3d6ca0;
	text-decoration: underline;
}
a:visited {
	color: #3d6ca0;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
.body > .container {
	margin-top: -42px;
    position: relative;
    z-index: 1;
}
.header-container {
	background: url(../images/header-bg.png) no-repeat center top;
	height: 409px;
    position: relative;
    z-index: 2;
}
body.com_mijoshop .header-container {
	background-image:url(../images/header-shop-bg.png);
}
body.itemid-154 .header-container {
	background-image:url(../images/header-contact-bg.png);
}
body.itemid-153 .header-container {
	background-image:url(../images/header-price-bg.png);
}
/* ~~ Этот контейнер фиксированной ширины окружает остальные блоки ~~ */
.container {
	width: 1005px;
	background-color: #FFFFFF;
	margin: 0 auto;
	padding:0 9px;
}
.header-container .container {
	background:none;
}
/* ~~ Заголовку не задается  ширина. Он растянется на всю ширину макета. ~~ */
header {
	height:317px;
	position: relative;
    z-index: 1;
}
header .header-inner {
	height:100%;
}
header .brand {
	margin:23px 0 0 22px;
	display:block;
}
header .header-motivation {
	font-size: 12px;
	line-height: 14px;
	margin-top:71px;
}
header .header-motivation .clearfix > div {
	color: #8a1720;
    font-weight: bold;
    height: 44px;
    padding: 100px 20px 0;
    text-align: center;
    width: 102px;
}
header .header-motivation .clearfix > div a, header .header-motivation .clearfix > div a:visited {
	color:#8a1720;
}
header .header-motivation .clearfix > div.product {
	background: url(../images/motivation-product-bg.png) no-repeat 0 0;
}
header .header-motivation .clearfix > div.cart {
	background: url(../images/motivation-cart-bg.png) no-repeat 0 0;
}
header .header-motivation .clearfix > div.cupon {
	background: url(../images/motivation-cupon-bg.png) no-repeat 0 0;
}
header .header-motivation .clearfix > div.sale {
	background: url(../images/motivation-sale-bg.png) no-repeat 0 0;
}
header .header-motivation .clearfix > div.cart, header .header-motivation .clearfix > div.cupon, header .header-motivation .clearfix > div.sale {
	margin-left:-12px;
}
header .header-motivation .warn {
	background: url(../images/motivation-warning-bg.png) no-repeat 0 0;
	color:#454544;
	padding:10px 0 0 72px;
	margin:12px 0 0 8px;
	height:49px;
	font-weight:bold;
}
header .header-right {
	background-color:#eef4f7;
	height:100%;
}
header .header-right .call-order {
	background: url(../images/call-order-bg.png) no-repeat 0 0;
	text-align:center;
	padding:20px 0 28px;
}
header .header-right .call-order .phone {
	
}
header .header-right .call-order a.button_oc {
	color:#f0f0f0;
	height: 32px;
	line-height: 32px;
    text-transform: uppercase;
    width: 157px;
	background: url(../images/call-order-button-bg.png) no-repeat 0 0;
	box-shadow:0px 3px 5px 0px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow:0px 3px 5px 0px rgba(0, 0, 0, 0.5);
	margin:4px 0 12px;
}
header .header-right .call-order a.button_oc:hover {
	background:#8a1720;
	border-radius:2px;
	-webkit-border-radius:2px;
}
header .header-right #header_oc {
	height:auto;
	padding: 0 7px;
}
header .header-right #header_oc #cart {
	position:static;
}
header .header-right #header_oc #cart .heading {
	float:none;
	margin:0;
	width:auto;
	padding:0;
}
header .header-right #header_oc #cart .heading h3 {
	background: url(../images/cart.png) no-repeat left center;
	padding: 0 0 0 83px;
	font-weight:normal;
	height: 63px;
    line-height: 63px;
	margin-bottom:6px;
}
header .header-right #header_oc #cart .heading h3 a {
	color:#5e191d;
	font-size:20px;
}
header .header-right #header_oc #cart #cart-total {
	display:block;
	text-align:center;
	font-size:16px;
	color:#37485c;
}
header .header-right #header_oc #cart #cart-total span {
	background-color:#712522;
	display:inline-block;
	width:30px;
	height:34px;
	padding:0 2px;
	line-height:34px;
	border-radius: 17px;
	-webkit-border-radius: 17px;
	font-size:20px;
	color:#f0f0f0;
}
/* ~~ Столбцы для макета. ~~ */
main#content {
	position:relative;
}
main .content {
	padding: 70px 8px 0 11px;
}
/* ~~ Этот сгруппированный селектор выдает списки в пространстве .content ~~ */
.content ul, .content ol {
	padding: 0 15px 15px 40px;
}

/* ~~ Стили списка навигации (можно убрать, если используется готовое меню, например Spry) ~~ */
ul.nav {
	list-style: none;
}
nav {
	box-shadow:0px 0px 8px 0px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow:0px 0px 8px 0px rgba(0, 0, 0, 0.5);
	background:url(../images/menu-bg.jpg) repeat;
	position: relative;
    z-index: 2;
}
nav ul.nav {
	display: table;
    width: 1005px;
}
nav ul.nav:before,
nav ul.nav:after {
	display: table;
	content: "";
	line-height: 0;
}
nav ul.nav:after {
	clear: both;
}
nav ul.nav li {
	border-left: 1px solid #3f5a7a;
    border-right: 1px solid #1e344e;
    display: table-cell;
    text-align: center;
	width:inherit;
}
nav ul.nav li a, nav ul.nav li a:visited {
	font-size: 18px;
    height: 50px;
    line-height: 50px;
    padding: 0 5px;
    width: auto;
}
ul.nav a, ul.nav a:visited {
	padding: 5px;
	display: block;
	text-decoration: underline;
	color:#e6e6e6;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus, ul.nav li.active > a {
	text-decoration:none;
}
.pagination {
	margin: 18px 0;
}
.pagination ul {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-left: 0;
	margin-bottom: 0;
	padding:0;
}
.pagination ul > li {
	display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
	float: left;
	padding: 4px 12px;
	line-height: 18px;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #e0e7eb;
	border-left-width: 0;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
	background-color: #f0f0f0;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
	color: #37485c;
	cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
	color: #37485c;
	background-color: transparent;
	cursor: default;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
	border-left-width: 1px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
}
@font-face {
	font-family: 'IcoMoon';
	src: url('../../../media/jui/fonts/IcoMoon.eot');
	src: url('../../../media/jui/fonts/IcoMoon.eot?#iefix') format('embedded-opentype'), url('../../../media/jui/fonts/IcoMoon.woff') format('woff'), url('../../../media/jui/fonts/IcoMoon.ttf') format('truetype'), url('../../../media/jui/fonts/IcoMoon.svg#IcoMoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
	display: inline-block;
	width: 14px;
	height: 14px;
	*margin-right: .3em;
	line-height: 14px;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
	font-family: 'IcoMoon';
	font-style: normal;
	speak: none;
}
[class^="icon-"].disabled,
[class*=" icon-"].disabled {
	font-weight: normal;
}
.icon-previous:before,
.icon-backward:before {
	content: "\7c";
}
.icon-next:before,
.icon-forward:before {
	content: "\7b";
}
.icon-first:before {
	content: "\7d";
}
.icon-last:before {
	content: "\e000";
}
/* ~~ Нижний колонтитул ~~ */
footer {
	background:url(../images/footer-bg.png) repeat;
	box-shadow: 0px -5px 10px 0px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px -5px 10px 0px rgba(0, 0, 0, 0.3);
	position: relative;
	clear: both;
	min-height:88px;
	padding-top:21px;
	color:#c6cacf;
}
footer .container {
	background:none;
}
footer .menu {
	padding:0 27px;
}
footer .menu li {
	display:inline-block;
	border-left:1px solid #c7cad0;
	line-height:14px;
}
footer .menu li:first-child {
	border:none;
}
footer .menu li a {
	font-size:16px;
	color:#efefef;
	text-decoration:none;
	padding:0 8px;
}
footer .menu li a:hover, footer .menu li.active a {
	text-decoration:underline;
}
footer .column3 {
	width:346px;
}
/* button */
a.button_oc, input.button_oc {
	cursor: pointer;
	color: #f1f1f1;
	font-size: 18px;
	font-family:inherit;
	background-color:#2e4868;
}
a.button_oc {
	display: inline-block;
	text-decoration: none !important;
	padding: 3px 19px;
}
input.button_oc {
	margin: 0;
	border: 0;
	height: 24px;
	padding: 0px 12px 0px 12px;
}
a.button_oc:hover, input.button_oc:hover {
	background-color: #3d6ca0;
}
/* ~~ Прочие классы float/clear ~~ */
.hidden {
	display: none;
	visibility: hidden;
}
.fltrt, .pull-right {
	float: right;
}
.fltlft, .pull-left {
	float: left;
}
.hide {
	display: none;
}
.show {
	display: block;
}
.invisible {
	visibility: hidden;
}
.affix {
	position: fixed;
}
.clearfix {
	*zoom: 1;
}
.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}
.clearfix:after {
	clear: both;
}
.span9 {
	width: 772px;
}
.span6 {
	width: 539px;
}
.span3 {
	width: 233px;
}
.row-fluid {
	width: 100%;
	*zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
	display: table;
	content: "";
	line-height: 0;
}
.row-fluid:after {
	clear: both;
}
.row-fluid [class*="span"] {
	display: block;
	width: 100%;
	min-height: 28px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin-left: 2.127659574%;
	*margin-left: 2.0744680846383%;
}
.row-fluid [class*="span"]:first-child {
	margin-left: 0;
}
.row-fluid .span12 {
	width: 99.99999999%;
	*width: 99.946808500638%;
}
.row-fluid .span11 {
	width: 91.489361693%;
	*width: 91.436170203638%;
}
.row-fluid .span10 {
	width: 82.978723396%;
	*width: 82.925531906638%;
}
.row-fluid .span9 {
	width: 74.468085099%;
	*width: 74.414893609638%;
}
.row-fluid .span8 {
	width: 65.957446802%;
	*width: 65.904255312638%;
}
.row-fluid .span7 {
	width: 57.446808505%;
	*width: 57.393617015638%;
}
.row-fluid .span6 {
	width: 48.936170208%;
	*width: 48.882978718638%;
}
.row-fluid .span5 {
	width: 40.425531911%;
	*width: 40.372340421638%;
}
.row-fluid .span4 {
	width: 31.914893614%;
	*width: 31.861702124638%;
}
.row-fluid .span3 {
	width: 23.404255317%;
	*width: 23.351063827638%;
}
.row-fluid .span2 {
	width: 14.89361702%;
	*width: 14.840425530638%;
}
.row-fluid .span1 {
	width: 6.382978723%;
	*width: 6.3297872336383%;
}
.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1010;
	display: none;
	max-width: 450px;
	padding: 1px;
	text-align: left;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	border: 1px solid #e0e7eb;
	white-space: normal;
}
.popover.top {
	margin-top: -10px;
}
.popover.right {
	margin-left: 10px;
}
.popover.bottom {
	margin-top: 10px;
}
.popover.left {
	margin-left: -10px;
}
.popover-title {
	margin: 0;
	padding: 8px 14px;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
}
.popover-title:empty {
	display: none;
}
.popover-content {
	padding: 4px 6px;
}
.popover .arrow,
.popover .arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.popover .arrow {
	border-width: 11px;
}
.popover .arrow:after {
	border-width: 10px;
	content: "";
}
.popover.top .arrow {
	left: 50%;
	margin-left: -11px;
	border-bottom-width: 0;
	border-top-color: #999;
	border-top-color: rgba(0,0,0,0.25);
	bottom: -11px;
}
.popover.top .arrow:after {
	bottom: 1px;
	margin-left: -10px;
	border-bottom-width: 0;
	border-top-color: #fff;
}
.popover.right .arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-left-width: 0;
	border-right-color: #999;
	border-right-color: rgba(0,0,0,0.25);
}
.popover.right .arrow:after {
	left: 1px;
	bottom: -10px;
	border-left-width: 0;
	border-right-color: #fff;
}
.popover.bottom .arrow {
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0,0,0,0.25);
	top: -11px;
}
.popover.bottom .arrow:after {
	top: 1px;
	margin-left: -10px;
	border-top-width: 0;
	border-bottom-color: #fff;
}
.popover.left .arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999;
	border-left-color: rgba(0,0,0,0.25);
}
.popover.left .arrow:after {
	right: 1px;
	border-right-width: 0;
	border-left-color: #fff;
	bottom: -10px;
}

/*Поддержка HTML5 — создает новые теги HTML5 display:block для корректного отображения этих тегов браузерами. */
header, section, footer, aside, article, figure {
	display: block;
}
.well h3, main .top-right .well h3 {
	color: #e6e6e6;
    font-size: 18px;
	line-height:23px;
    padding: 6px 7px 22px;
    text-align: center;
}
#sidebar .catalog-menu {
	background:url(../images/footer-bg.png) repeat;
	padding: 0 0 6px;
}
#sidebar .catalog-menu h3 {
	background:url(../images/catalog-menu-head-bg.png) no-repeat 0 0;
}
#sidebar .catalog-menu ul.nav > li {
	border-top:1px solid #38516e;
	padding:0 0 10px;
}
#sidebar .catalog-menu ul.nav > li > a {
	border-top:1px solid #5f81a9;
	font-size:16px;
	text-decoration:none;
	line-height: 22px;
    padding: 8px 16px 0 34px;
	background:url(../images/catalog-menu-li-bg.png) no-repeat 16px 15px;
}
#sidebar .catalog-menu ul.nav > li > a:hover {
	text-decoration:underline;
}
#sidebar .catalog-menu ul.nav > li > ul {
	list-style:none;
	padding:0 10px 0 44px;
	display:none;
}
#sidebar .catalog-menu ul.nav > li.current > ul, #sidebar .catalog-menu ul.nav > li.alias-parent-active > ul {
	display:block;
}
#sidebar .catalog-menu ul.nav > li > ul > li > ul {
	list-style: none;
    margin: 0;
    padding: 0;
	display:none;
}
#sidebar .catalog-menu ul.nav > li.alias-parent-active > ul > li > ul {
	display:block;
}
#sidebar .catalog-menu ul.nav > li.alias-parent-active > ul > li > ul li {
	margin-left:10px;
}
#sidebar .catalog-menu ul.nav > li.alias-parent-active > ul > li > ul li a {
	padding: 0 3px;
}
#sidebar .catalog-menu ul.nav > li > ul a:hover {
	text-decoration:underline;
}
#sidebar .catalog-menu ul.nav > li > ul a:before {
    content: "-";
    display: inline-block;
    margin: 0 3px;
}
#aside .well.special {
	background-color:#e0e7eb;
}
#aside .well.special h3, .top-right .well.special h3 {
	background:url(../images/special-head-bg.png) no-repeat 0 0;
}
.top-right {
	position:absolute;
	top:0;
	right:0;
}
.top-right .well h3 {
	margin:0;
	padding-bottom: 16px !important;
	background-color:#e0e7eb !important;
}
.top-right .well.special > .special {
	background:url(../images/top-right-bg.png) no-repeat left bottom;
	padding-bottom: 16px;
}
.top-right .well.special > .special > div {
	background-color:#e0e7eb;
	padding:0 19px;
}
main .well h3, main .well ul.breadcrumb, .category-info h2 {
	border-top:1px solid #e0e7eb;
	text-align:left;
	color:#37485c;
	padding:0 7px;
	margin-bottom: 12px;
}
.category-info {
	font-size:16px;
}
.category-info h2 {
	font-size:20px;
}
.news .allrm {
	text-align:right;
}
.news .allrm .button_oc {
	font-size:14px;
}
main .breadcrumbs.right {
	width:520px;
}
main .well ul.breadcrumb {
	margin:0 0 12px;
	list-style:none;
}
main .well ul.breadcrumb li {
	float:left;
}
main .well ul.breadcrumb li a, main .well ul.breadcrumb li span {
	font-size:18px;
	color:#37485c;
	text-transform:uppercase;
}
main .well ul.breadcrumb li span {
	text-transform:none;
}

/* content */
.muted {
	color:#5e191d;
}
a.muted:hover,
a.muted:focus {
	color: #808080;
}
.pull-right.item-image {
	margin: 0 0 18px 20px;
}
.pull-left.item-image {
	margin: 0 16px 8px 0;
	max-width: 250px;
}
.item-image img {
	max-width:100%;
}
.view-featured .page-header h1, .item-page .page-header h2 {
	border-top: 1px solid #e0e7eb;
    color: #37485c;
    padding: 0 7px;
    text-align: left;
	font-size: 18px;
    font-weight: normal;
    line-height: 23px;
	margin-bottom: 12px;
	text-transform:uppercase;
}
.view-featured .items-leading p {
	text-align:justify;
}
.item-page .page-article {
	padding:0 16px;
	margin-bottom:24px;
}
.blog .items-row > div {
	border: 1px solid #e0e7eb;
	padding:12px 6px;
	margin-bottom:18px;
}
.blog .page-header h1 {
	border-top: 1px solid #e0e7eb;
    color: #37485c;
    margin-bottom: 12px;
    padding: 0 7px;
    text-align: left;
	font-size: 18px;
    line-height: 23px;
}
.blog .items-row .page-header .item-title {
	font-size:18px;
	padding:0;
}
.blog .readmore {
	float:right;
	padding:0;
	margin:0;
}
.ajaxinline fieldset.formFieldset {
    margin:0;
	padding:0;
	border:0;
}
.ajaxinline fieldset.formFieldset input {
	font-size:18px;
}
.ajaxinline fieldset.formFieldset .rsform-block-submit {
	text-align:center;
}
.ajaxinline fieldset.formFieldset .rsform-block-submit div.formBody {
	height:auto;
}
.ajaxinline fieldset.formFieldset div.formBody {
	float:none;
	height:50px;
}
form#contact fieldset {
	border:1px solid #e0e7eb;
	margin:0;
}
form#contact input[type="text"], form#contact input[type="password"], form#contact textarea {
	width: 250px;
}