.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 26px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*======================= TYPOGRAPHY =======================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #3ebaa3;
}
h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 22px;
  font-family: 'Arial', sans-serif;
  line-height: 28px;
}
h3 {
  color: #000;
  font-size: 35px;
  font-family: 'Arial', cursive;
  font-weight: normal;
  line-height: 37px;
  margin-bottom: 14px;
}
h4 {
  color: #000;
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: normal;
  font-family: 'Arial', sans-serif;
  margin-bottom: 11px;
}
.alert-heading {
  color: inherit;
}
p {
  margin: 0;
  padding-bottom: 16px;
}
.icons-marker {
  font-size: 14.399999999999999px;
  line-height: 16px;
}
.item_fulltext a {
  text-decoration: none;
  padding-bottom: 1px;
  border-bottom: 1px solid #3ebaa3;
}
/*Buttons*/
.btn {
  padding: 4px 14px;
  font-size: 12px;
  line-height: 16px;
  background: #ffffff;
  color: #606060;
  text-shadow: none;
  border: 1px solid #e6e6e6;
  border-bottom-color: #e6e6e6;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn:hover {
  text-decoration: none;
  background: #e6e6e6;
  color: #000000;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn-primary {
  background: #3ebaa3;
  color: #ffffff;
  text-shadow: none;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0 11px;
  line-height: 33px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  font-family: 'Asap', sans-serif;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}
.btn-primary:hover {
  background: #000000;
  color: #ffffff;
}
.btn-primary.submitButton {
  float: right;
}
.btn-primary.disabled {
  opacity: 1;
  filter: alpha(opacity=100);
  background: #000000;
  color: #ffffff;
}
.btn-info {
  background: #3ebaa3;
  color: #ffffff;
  text-shadow: none;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0 11px;
  line-height: 33px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  font-family: 'Asap', sans-serif;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}
.btn-info:hover {
  background: #000000;
  color: #ffffff;
}
#searchForm .btn.btn-primary {
  line-height: 26px;
}
/*Lists*/
ul.categories-module h5 {
  font-size: 1em;
  line-height: inherit;
  font-weight: normal;
  margin: 0;
}
/*Pagination*/
.pagination {
  height: auto;
  margin: 0;
  padding: 0 0 23px;
}
.pagination .counter {
  padding-bottom: 22px;
}
.pagination ul {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin: 0 auto;
  width: 100%;
  text-align: left;
}
.pagination ul li {
  display: inline-block;
  margin-right: 10px;
}
.pagination ul li .pagenav,
.pagination ul li .hasTooltip {
  line-height: 24px;
  padding: 0 9px;
  font-size: 13px;
  text-transform: none;
  color: #ffffff;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border: none;
  box-shadow: none;
}
.pagination ul li span.pagenav,
.pagination ul li .span.hasTooltip {
  color: #ffffff;
  background: #3ebaa3;
  border: 1px solid #3ebaa3;
}
.pagination ul li a.pagenav,
.pagination ul li a.hasTooltip {
  color: #606060;
  background: #ffffff;
  border: 1px solid #c3c3c3;
}
.pagination ul li a.pagenav:hover,
.pagination ul li a.hasTooltip:hover {
  background: #3ebaa3;
  color: #ffffff;
  border: 1px solid #3ebaa3;
}
/*Forms*/
input[type='radio'],
input[type='checkbox'] {
  margin: 3px 0 0;
}
/* Images */
.item_img,
.category_img {
  margin-bottom: 23px;
}
.item_img a,
.item_img img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.img-intro__left,
.img-full__left {
  float: left;
  margin: 0 22px 9px 0;
}
.img-intro__right,
.img-full__right {
  float: right;
  margin: 0 18px 9px 0;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.top_container {
  background: url(../images/main_img.jpg) 50% 0 no-repeat;
}
.body__main_page .top_container {
  padding-bottom: 62px;
  background-size: cover !important;
}
/*======================= TOP =======================*/
/*======================= HEADER =======================*/
#header-row {
  padding: 34px 0 35px;
}
#logo a {
  margin-left: 45px;
}
/*======================= NAVIGATION =======================*/
.select-menu {
  display: none;
}
.body__main_page .navigation ul.sf-menu > li > .sfHolder > a,
.body__main_page .navigation ul.sf-menu > li > .sfHolder > .separator {
  padding-bottom: 9px;
}
.navigation ul.sf-menu {
  display: table;
  width: 100%;
  position: relative;
  /*SubMenu Styles*/

  /*Define 1st SubMenu position*/

  /*Define menu width*/

  /*Define SubMenu position*/

  /*Define 2nd+ SubMenu position*/

}
.navigation ul.sf-menu > li {
  display: table-cell;
  float: none;
  padding: 0;
  height: 59px;
}
.navigation ul.sf-menu > li.active > .sfHolder > a,
.navigation ul.sf-menu > li.sfHover > .sfHolder > a,
.navigation ul.sf-menu > li.current > .sfHolder > a,
.navigation ul.sf-menu > li.active > .sfHolder > .separator,
.navigation ul.sf-menu > li.sfHover > .sfHolder > .separator,
.navigation ul.sf-menu > li.current > .sfHolder > .separator {
  background: #38a792;
  color: #ffffff;
}
.navigation ul.sf-menu > li.firstItem > .sfHolder > a,
.navigation ul.sf-menu > li.firstItem > .sfHolder > .separator {
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  border-radius: 5px 0 0 0;
}
.navigation ul.sf-menu > li.lastItem > .sfHolder > a,
.navigation ul.sf-menu > li.lastItem > .sfHolder > .separator {
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  border-radius: 0 5px 0 0;
}
.navigation ul.sf-menu > li + li > .sfHolder > a,
.navigation ul.sf-menu > li + li > .sfHolder > .separator {
  position: relative;
}
.navigation ul.sf-menu > li + li > .sfHolder > a:before,
.navigation ul.sf-menu > li + li > .sfHolder > .separator:before {
  position: absolute;
  width: 1px;
  left: 0;
  content: '';
  background: url(../images/menu_border.gif);
  top: 4px;
  bottom: 4px;
}
.navigation ul.sf-menu > li > .sfHolder {
  position: relative;
  display: block;
}
.navigation ul.sf-menu > li > .sfHolder > a,
.navigation ul.sf-menu > li > .sfHolder > .separator {
  font-size: 15px;
  line-height: 59px;
  font-family: 'Droid Sans', sans-serif;
  color: #ffffff;
  background: #3ebaa3;
  height: 59px;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  padding: 6px 24px 0;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.navigation ul.sf-menu > li > .sfHolder > a:hover,
.navigation ul.sf-menu > li > .sfHolder > .separator:hover {
  background: #38a792;
  color: #ffffff;
}
.navigation ul.sf-menu li:hover > ul,
.navigation ul.sf-menu li.sfHover > .sfHolder > ul {
  top: 68px;
  left: 50%;
  margin-left: -61px;
}
.navigation ul.sf-menu ul {
  width: 120px;
}
.navigation ul.sf-menu li li:hover > .sfHolder ul,
.navigation ul.sf-menu li li.sfHover > .sfHolder ul {
  top: -9px;
  left: 122px;
  margin-left: 0;
}
.navigation ul.sf-menu li li li:hover > .sfHolder ul,
.navigation ul.sf-menu li li li.sfHover > .sfHolder ul {
  top: -9px;
  left: 122px;
  margin-left: 0;
}
.navigation ul.sf-menu ul {
  background: #ffffff;
  border: 1px solid #d6d6d6;
  padding: 9px 0;
}
.navigation ul.sf-menu ul:before {
  content: '';
  position: absolute;
  left: 50%;
  border-bottom: 9px solid #d6d6d6;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  top: -10px;
  margin-left: -9px;
}
.navigation ul.sf-menu ul:after {
  content: '';
  position: absolute;
  left: 50%;
  border-bottom: 9px solid #ffffff;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  top: -9px;
  margin-left: -9px;
}
.navigation ul.sf-menu ul ul:before {
  content: '';
  position: absolute;
  left: -10px;
  border-bottom: 9px solid transparent;
  border-top: 9px solid transparent;
  border-right: 9px solid #d6d6d6;
  top: 13px;
}
.navigation ul.sf-menu ul ul:after {
  content: '';
  position: absolute;
  left: -9px;
  border-bottom: 9px solid transparent;
  border-top: 9px solid transparent;
  border-right: 9px solid #ffffff;
  top: 13px;
}
.navigation ul.sf-menu ul li a,
.navigation ul.sf-menu ul li .separator {
  font-size: 14px;
  line-height: 27px;
  font-family: 'Asap', sans-serif;
  color: #1b1b1b;
  display: block;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.navigation ul.sf-menu ul li a:hover,
.navigation ul.sf-menu ul li .separator:hover {
  color: #3ebaa3;
}
.navigation ul.sf-menu ul li.active > .sfHolder > a,
.navigation ul.sf-menu ul li.sfHover > .sfHolder > a,
.navigation ul.sf-menu ul li.active > .sfHolder > .separator,
.navigation ul.sf-menu ul li.sfHover > .sfHolder > .separator {
  color: #3ebaa3;
}
.navigation ul.sf-menu ul li + li {
  border-top: 1px solid #eaeaea;
}
.navigation ul.sf-menu.sf-vertical {
  width: 120px;
  /*Define 1st SubMenu position*/

}
.navigation ul.sf-menu.sf-vertical li {
  width: 120px;
  margin-bottom: 1px;
}
.navigation ul.sf-menu.sf-vertical li:hover > ul,
.navigation ul.sf-menu.sf-vertical li.sfHover > ul {
  top: -13px;
}
.navigation ul.sf-menu.sf-vertical ul {
  left: 122px;
}
.navigation ul.sf-menu.sf-vertical ul li a,
.navigation ul.sf-menu.sf-vertical ul li span {
  padding: 9px 12px;
}
.navigation ul.sf-menu.sf-navbar {
  height: 59px;
  padding-bottom: 59px;
  margin-bottom: 2px;
  /*Define 1st SubMenu position*/

}
.navigation ul.sf-menu.sf-navbar li:hover > ul,
.navigation ul.sf-menu.sf-navbar li.sfHover > ul {
  top: 61px;
  left: 0;
}
.navigation ul.sf-menu.sf-navbar li ul {
  width: auto;
  padding: 2px 0;
}
.navigation ul.sf-menu.sf-navbar li ul ul.sub-menu {
  width: 120px;
  top: 59px;
}
.search-block {
  text-align: right;
  padding-top: 24px;
}
.search-block .mod-search {
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  float: right;
  max-width: 213px;
}
.search-block input {
  margin: 0;
  max-width: 100%;
  background: none;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  height: 26px;
}
.search-block button.btn-primary {
  position: absolute;
  background: url(../images/search_icon.gif) 8px 8px no-repeat;
  padding: 0;
  width: 27px;
  height: 100%;
  right: 0;
  top: 0;
  opacity: 0.8;
  filter: alpha(opacity=80);
  margin: 0;
}
.search-block button.btn-primary:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
/*======================= SHOWCASE =======================*/
#camera-slideshow {
  margin-top: -5px;
}
.mod-newsflash-adv .isotope {
  margin: 0 -1.5%;
}
.mod-newsflash-adv .isotope-item {
  padding: 0 1.5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  float: left;
}
.mod-newsflash-adv .isotope-item.straightDown {
  text-align: center;
}
/*======================= FEATURE =======================*/
#feature-row {
  padding: 34px 0 41px;
}
.top_blocks .item {
  text-align: center;
  font-size: 13px;
  line-height: 20px;
}
.top_blocks .item_img a {
  overflow: hidden;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
}
.top_blocks .item_img a img {
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
}
.top_blocks .color {
  color: #010101;
}
.top_blocks .under {
  text-decoration: underline;
}
.top_blocks .line {
  height: 1px;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  background: #dadada;
  margin: 8px 0 18px;
}
.top_blocks .line + span + p {
  padding-bottom: 30px;
}
.top_blocks .color.under + p {
  padding-bottom: 23px;
}
.top_blocks .color.under + p + p {
  padding-bottom: 30px;
}
.top_blocks strong + p {
  padding-bottom: 11px;
}
.top_blocks strong + p + strong + p {
  padding-bottom: 22px;
}
/*======================= MAINTOP =======================*/
/*======================= CONTENT TOP =======================*/
/*======================= CONTENT =======================*/
.body__main_page #content-row {
  background: url(../images/shadow.png) repeat-x #f4f4f4;
  padding-top: 45px;
}
#content-row {
  padding: 57px 0 22px;
}
.almb8ar4 #aside-right .moduletable,
.almb4ar8 #aside-right .moduletable {
  padding-left: 96px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
[class*="page-"] .item_introtext {
  padding-bottom: 11px;
}
.almb4ar8 .container {
  position: relative;
}
.almb4ar8 .container:before,
.almb4ar8 .container:after {
  background: #e3e3e3;
  display: block;
  position: absolute;
  top: 0;
  bottom: 16px;
  width: 1px;
}
.almb4ar8 .container:before {
  left: 422px;
}
.almb4ar8 .container:after {
  left: 806px;
}
.almb8ar4 .container {
  position: relative;
}
.almb8ar4 .container:before {
  background: #e3e3e3;
  display: block;
  position: absolute;
  top: 0;
  bottom: 16px;
  width: 1px;
  left: 806px;
}
#component {
  min-height: 0;
}
.container-fluid {
  padding: 0 !important;
}
.item {
  margin-bottom: 25px;
}
.item:after {
  content: '';
  display: block;
  clear: both;
}
.page-header {
  border: none;
  padding: 0;
  margin: 0;
}
.item_info_dl {
  margin: 0 0 13px;
}
.item_info_dl dd {
  margin: 0 10px 0 0;
  display: inline;
}
.item_info_dl dd > * {
  display: inline;
}
.item_info_dl dd .item_category-name a {
  font-weight: bold;
}
.item_info_dl dd .item_createdby a {
  text-transform: uppercase;
  color: #212121;
}
.item_info_dl dd .item_createdby a:hover {
  color: #3ebaa3;
}
.item_icons.btn-group.pull-right {
  margin: 0px 0 10px 10px;
  position: relative;
  z-index: 10;
}
/*===== Gallery Page ======*/
ul.gallery {
  margin: 0 0 0 -20px;
}
ul.gallery .gallery-item {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 20px;
  float: left;
  list-style: none;
}
ul.gallery .gallery-item .item_img {
  margin-right: 0;
  float: none;
}
ul.gallery .gallery-item.straightDown {
  float: none;
}
ul.gallery .gallery-item.straightDown .item_img {
  float: left;
  margin: 0 16px 16px 0 !important;
}
.gallery-item .view .item_title {
  margin-bottom: 0;
  color: #fff;
}
.gallery-item .view .item_introtext {
  padding-bottom: 0;
}
.gallery-item .view .item_introtext p {
  padding: 0;
}
.gallery-item .view .item_more a:hover {
  color: #fff;
}
/*===== Testimonials Page ======*/
.page-category__testimonials .item {
  margin-bottom: 30px;
}
blockquote {
  padding: 20px 0 0 11px;
  margin: 0;
  border-left: none;
  position: relative;
}
blockquote:before {
  content: '“';
  color: #dfdfdf;
  font-family: 'Asap', sans-serif;
  font-size: 102px;
  position: absolute;
  left: -3px;
  top: 20px;
  line-height: 54px;
}
blockquote p {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
  padding: 0 0 19px;
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
}
blockquote small {
  font-size: 13px;
  text-transform: uppercase;
  font-family: 'Asap', sans-serif;
  color: #000;
}
blockquote small span {
  text-transform: none;
  color: #606060;
  font-family: 'Droid Sans', sans-serif;
  display: block;
}
blockquote small:before {
  display: none;
}
/*===== Blog Page ======*/
.page-blog .item_published,
.page-item__blog .item_published,
.page-archive .item_published {
  float: left;
  background: #3ebaa3;
  text-align: center;
  color: #fff;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  width: 76px;
  line-height: 76px;
  margin-right: 19px;
  font-size: 20px;
  font-weight: bold;
  font-family: 'Ubuntu', sans-serif;
}
.page-blog h3,
.page-item__blog h3,
.page-archive h3 {
  margin-bottom: 18px;
}
.page-blog .item_introtext,
.page-item__blog .item_introtext,
.page-archive .item_introtext,
.page-blog .img-full,
.page-item__blog .img-full,
.page-archive .img-full,
.page-blog .intro,
.page-item__blog .intro,
.page-archive .intro {
  clear: both;
  padding-top: 11px;
}
.page-category__team .item_title {
  margin-bottom: 3px;
}
.page-category__team .item {
  margin-bottom: 8px;
}
.tags {
  clear: both;
}
.addthis_toolbox {
  padding-top: 12px;
}
/*======================= CONTENT BOTTOM =======================*/
/*======================= ASIDE RIGHT =======================*/
.archive-module,
.categories-module,
.mod-menu .nav.menu,
.list1 ul {
  margin: 0;
}
.archive-module li,
.categories-module li,
.mod-menu .nav.menu li,
.list1 ul li {
  list-style: none;
  background: url(../images/list_marker.gif) 0 8px no-repeat;
  padding: 0 0 9px 15px;
  line-height: 21px;
  font-size: 13px;
  font-weight: bold;
}
.archive-module li a,
.categories-module li a,
.mod-menu .nav.menu li a,
.list1 ul li a {
  display: inline;
}
.archive-module li a:hover,
.categories-module li a:hover,
.mod-menu .nav.menu li a:hover,
.list1 ul li a:hover {
  background: none;
}
.archive-module li a:focus,
.categories-module li a:focus,
.mod-menu .nav.menu li a:focus,
.list1 ul li a:focus {
  background: none;
}
.teachers .pretext {
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
  color: #000;
  font-family: 'Asap', sans-serif;
  padding-bottom: 19px;
}
.teachers .item {
  margin-bottom: 15px;
}
.teachers .item_title {
  padding-top: 6px;
  margin-bottom: 0;
  font-size: 12px;
}
.teachers .item_img {
  margin-right: 18px;
}
.teachers .mod-newsflash-adv_custom-link {
  padding-top: 3px;
}
.moduletable .item_published {
  margin-bottom: 10px;
  color: #000;
  font-weight: bold;
  font-family: 'Asap', sans-serif;
  font-size: 13px;
  line-height: 18px;
}
.events .item {
  margin-bottom: 16px;
}
.events .item + .item {
  background: url(../images/dotted_border.gif) repeat-x;
  padding-top: 31px;
}
#aside-right .moduletable {
  margin-bottom: 25px;
}
/*======================= MAINBOTTOM =======================*/
#mainbottom-row {
  padding: 11px 0 0;
}
#mainbottom-row .container {
  position: relative;
}
#mainbottom-row .container:before,
#mainbottom-row .container:after {
  background: #e3e3e3;
  display: block;
  position: absolute;
  top: 3px;
  bottom: 38px;
  width: 1px;
}
#mainbottom-row .container:before {
  left: 426px;
}
#mainbottom-row .container:after {
  left: 806px;
}
#mainbottom-row .moduletable {
  margin-bottom: 24px;
}
.mission {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 96px;
}
.testimonials {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 96px;
}
.testimonials .item {
  margin-bottom: 19px;
}
.testimonials .item + .item {
  background: url(../images/dotted_border.gif) repeat-x;
  padding-top: 15px;
}
/*======================= BOTTOM =======================*/
/*======================= FOOTER =======================*/
#copyright-row {
  padding: 49px 0 46px;
}
#copyright {
  color: #fff;
  font-size: 11px;
}
#copyright a {
  color: #fff;
}
#copyright a:hover {
  text-decoration: underline !important;
}
#footer-wrapper {
  background: url(../images/footer_texture.jpg) 50% 0;
}
.footer_links .mod-menu .nav.menu {
  text-align: right;
}
.footer_links .mod-menu .nav.menu li {
  font-size: 11px;
  display: inline-block;
  text-transform: uppercase;
  padding: 0;
  background: none;
  font-weight: normal;
  line-height: 16px;
}
.footer_links .mod-menu .nav.menu li + li {
  background: url(../images/footer_marker.png) 5px 50% no-repeat;
  padding-left: 17px;
}
.footer_links .mod-menu .nav.menu li a {
  color: #fff;
}
.footer_links .mod-menu .nav.menu li a:hover {
  text-decoration: underline !important;
}
