body {
  background: #fff;
}
body > header, body > article, body > footer {
  width: 100%;
}
body > header {
  background: #fff;
  height: 278px;
}
body > article {
}
body > footer {
  margin-top: 21px;
  padding: 15px 0;
  background: center top no-repeat url(../img/footer-bgn.jpg);
}
#top {
  position: absolute;
  width: 720px;
  top: 0;
  left: 120px;
  z-index: 100;
}
a#top-logo {
  display: block;
  width: 320px;
  height: 220px;
  margin: 20px auto;
  background: center center no-repeat url(../img/logo-top.png);
}
nav#main-menu {
  position: absolute;
  top: 180px;
  left: 0;
  width: 100%;
  height: 182px;
  background: center top no-repeat url(../img/menu-shadow.png);
  font-family: 'Oswald', sans-serif;
  z-index: 10;
}
nav#main-menu ul {
  margin: 0;
  padding: 0;
  position: relative;
}
nav#main-menu li {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}
nav#main-menu li > span {
  display: block;
  padding: 0 10px;
  line-height: 48px;
  font-weight: 300;
  font-size: 26px;
  text-transform: uppercase;
}
nav#main-menu > ul > li {
  list-style: none;
  display: block;
  position: absolute;
  height: 48px;
  box-sizing: border-box;
}
#main-menu-left-top, #main-menu-right-top {
  width: 180px;
  top: 50px;
  z-index: 11;
}
#main-menu-left-bottom, #main-menu-right-bottom {
  top: 81px;
  z-index: 12;
}
#main-menu-left-top, #main-menu-left-bottom {
  background: #af7f48;
  color: #d6bc80;
}
#main-menu-left-top a, #main-menu-left-bottom a {
  color: #f2e4c2;
}
#main-menu-left-top a:hover, #main-menu-left-bottom a:hover {
  color: #fff;
}
#main-menu-right-bottom, #main-menu-right-top {
  background: #d0d2d3;
  color: #949699;
}
#main-menu-right-bottom ul, #main-menu-right-top ul {
  float: right;
}
#main-menu-right-bottom a, #main-menu-right-top a {
  color: #707173;
}
#main-menu-right-bottom a:hover, #main-menu-right-top a:hover {
  color: #363738;
}
nav#main-menu li#main-menu-left-top {
  left: 0;
  padding-right: 60px;
  background-position: right top;
  background-repeat: no-repeat;
  background-image: url(../img/menu-ribbon-bend-left.png);
}
#main-menu-left-bottom {
  left: 120px;
  width: 428px;
}
#main-menu-right-bottom {
  right: 120px;
  width: 288px;
}
nav#main-menu li#main-menu-right-top {
  right: 0;
  padding-left: 60px;
  background-position: left top;
  background-repeat: no-repeat;
  background-image: url(../img/menu-ribbon-bend-right.png);
}
nav#main-menu > ul > li > ul > li {
  float: left;
  background: right center no-repeat url(../img/menu-sep-brown.png);
  padding-right: 2px;
}
nav#main-menu > ul > li#main-menu-right-bottom > ul > li, nav#main-menu > ul > li#main-menu-right-top > ul > li {
  background-image: url(../img/menu-sep-gray.png);
}
nav#main-menu > ul > li > ul > li:last-child {
  padding-right: 0;
  background-image: none !important;
}
nav#main-menu > ul > li > ul > li > a {
  display: block;
  float: left;
  line-height: 48px;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 12px;
}
.flexboxlegacy nav#main-menu > ul > li > ul {
  display: -webkit-box;
  -webkit-box-orient: horizontal;

  display: -moz-box;
  -moz-box-orient: horizontal;

  display: box;
  box-orient: horizontal;
}

.flexbox.flexboxlegacy nav#main-menu > ul > li > ul > li {
  float: none;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
}
.flexbox.flexboxlegacy nav#main-menu > ul > li > ul > li > a {
  float: none;
  padding: 0 10px;
}
.flexbox.flexboxlegacy #main-menu-right-bottom ul {
  float: none;
}








.column_left_bgn {
  background: #f2e4c2 right top repeat-y url(../img/column-left-brown-bgn.jpg);
}
.column_right_bgn {
  background: #ededed left top repeat-y url(../img/column-right-gray-bgn.jpg);
}
.column_full_bgn {
  background: #f2e4c2 left top repeat-y url(../img/column-full-gray-bgn.jpg);
}
.column_left_bgn .column_shield {
  background: right 81px url(../img/column-left-brown-shield.png);
}
.column_right_bgn .column_shield {
  background: left 81px url(../img/column-right-gray-shield.png);
}

.column_full_bgn .column_shield {
  background: center 81px url(../img/column-full-gray-shield.png);
}
.column_left_bgn-alt {
  background: #ededed right top repeat-y url(../img/column-left-gray-bgn.jpg);
}
.column_left_bgn-alt .column_shield {
  background: right 81px url(../img/column-left-gray-shield.png);
}

.column_shield {
  background-repeat: no-repeat !important;
  height: 100%;
}
.content_padding {
  padding: 20px;
}
.column_left_bgn .content_padding, 
.column_full_bgn .content_padding,
.column_left_bgn-alt .content_padding {
  padding: 40px;
}
.content_padding_menu {
  padding-top: 80px !important;
}
ul.horizontal_list {
  display: block;
  margin: 0;
  padding: 0;
  text-align: center;
}
ul.horizontal_list li {
  display: inline-block;
  margin: 0;
  padding: 0 20px;
  border-right: 1px solid #af7f48;
  line-height: 1;
}
ul.horizontal_list li:last-child {
  border-right: none;
}
.column_right_ribbon {
  position: relative;
  padding: 0 0 31px 0;
  margin: -31px 16px 0 -20px;
  background: left bottom no-repeat url(../img/aside-ribbon-gray-bottom.png);
}
.column_right_ribbon_cont {
  background: #ededed;
}

.container_880 {
  margin-bottom: 21px;
}
.container_880:last-child {
  margin-bottom: 21px;
}

.top-right {
	position:absolute;
	right: 0px;
	top: 100px;
	z-index: 120;
}
.contact-card {
	display:block;
	width: 240px;
	text-decoration: none;
	position:relative;
	background-color:#d0d2d3;
	color: #707173;
}
.contact-card:hover {
	color: #363738;
}
.cc-img,
.cc-body,
.cc-title,
.cc-subtitle {
	display:block;
}
.cc-img {
	border-radius: 50%;
	float: left;
	margin-left: -50px;
	margin-top: -20px;
	margin-bottom:-20px;
	width: 100px;
	height: 100px;
	-webkit-transition: -webkit-transform .2s;
	transition: transform .2s;
}
.contact-card:hover .cc-img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.cc-body {
	padding: 10px 20px;
	margin-left: 50px;
}
.cc-title {
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
}
.cc-subtitle {
	text-transform: uppercase;
}


.contact-card:before, .contact-card:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}
.contact-card:after {
  clear: both;
}
/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.contact-card {
  zoom: 1;
}

.list-num {
	position: absolute;
	top: -10px;
	left: -45px;
	width: 30px;
	height: 30px;
	padding: 5px;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	color: #fff;
	background-color: #d0d2d3;
}

.page-section {
	border-top: 1px solid #babcbf;
	padding-top: 15px;
	margin-top: 35px;
}

.container_list h3:last-child {
	margin-bottom: 0;
}