#content-row .container {
  background-position: 50% 0 #1a1c1d;
  background-color: #ffffff;
  padding-top: 54px;
  padding-bottom: 12px;
}
body {
  margin: 0;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 17px;
  line-height: 25px;
  color: #5a5a5c;
}
h1,
h2,
h3,
h4,
h5,
h6,
legend {
  margin-top: 0;
  color: #bbbbb;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  margin-bottom: 5px;
}
h1,
legend {
  font-size: 26px;
  line-height: normal;
}
h2, {
  font-size: 24px;
  line-height: normal;
}
h3 {
  font-size: 20px;
  line-height: normal;
}
h3.item_title {
	font-size: normal;
}
	
h4 {
  font-size: 18px;
  line-height: normal;
}
h6 {
  font: inherit;
  color: #959595;
  margin: 0;
}
h6 a {
  color: inherit;
}
h6 a:hover {
  color: #8e1a36;
}
.alert-heading {
  color: inherit;
}
blockquote.standard {
   font-family:Georgia, serif;
   font-size: 18px;
   font-style: italic;
   width: 80%;
   padding: 1em 45px 75px 45px;
   line-height: 1.45;
   position: relative;
   color: grey;}
blockquote.standard:before {
   display: block;
   content: "\201C";
   font-size: 100px;
   position: absolute;
   margin:25px 0px 0px 0px;
   left: -5px;
   top: -50px;
   color: #595959;}
blockquote cite.standard {
	color: #999999;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	float: right;
   }
blockquote cite.standard:before {
   content: "\2014 \2009 \2009";}
.btn-info {
  background: url(../images/button_marker.png) 100% 0 no-repeat;
  border: none;
  padding: 0 26px 0 0;
  line-height: 18px;
  font-size: 14px;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  color: #bbbbb;
}
.manager.thumbnails > li{
  float: left;
  margin: 0 0 9px 25px;
}
.filter .btn-toolbar {
overflow: hidden;
}
.mod-search__aside .mod-search_searchword {
	width: 13%;
	opacity: 0.3;
	float: right;
}
.navbar .btn,
.navbar .btn-group {
  margin-top: 16px;
}
.quote {
  margin-top: 10px;
  padding-left: 50px;
  padding-right: 50px;
}
.quote-attrib {
  text-align: right;
  padding-left: 50px;
  padding-right: 50px;
}
.caption-article {
  line-height: 18px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 7px;
  padding-bottom: 25px;
  font-size: 14px;
  text-align: left;
}
.abstract {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: italic;
  padding-left: 10%;
  padding-right: 10%;
}
#header-row {
  padding: 0 0 16px; 
}
/* tables */
table { max-width: 100%; border-collapse: collapse; border-spacing: 0;}
.pro_table { width: 100%; margin-bottom: 18px;}
.pro_table th, .pro_table td { padding: 8px; line-height: 20px; text-align: left; border-top: 1px solid #ddd;}
.pro_table th { font-weight: bold; vertical-align: top;}
.pro_table td { vertical-align: top;}
.pro_table thead:first-child tr th, .pro_table thead:first-child tr td { border-top: 0;}
.pro_table tbody + tbody {border-top: 2px solid #ddd;}
.pro_table-condensed th, .pro_table-condensed td { padding: 4px 5px;}
.pro_table-bordered { border: 1px solid #ddd; border-collapse: separate; *border-collapse: collapsed;border-radius: 4px;}
.pro_table-bordered th + th,
.pro_table-bordered td + td,
.pro_table-bordered th + td,
.pro_table-bordered td + th { border-left: 1px solid #ddd;}
.pro_table-bordered thead:first-child tr:first-child th, 
.pro_table-bordered tbody:first-child tr:first-child th,
.pro_table-bordered tbody:first-child tr:first-child td { border-top: 0;}
.pro_pro_table-bordered thead:first-child tr:first-child th:first-child, 
.pro_table-bordered tbody:first-child tr:first-child td:first-child {border-radius: 4px 0 0 0;}
.pro_table-bordered thead:first-child tr:first-child th:last-child, 
.pro_table-bordered tbody:first-child tr:first-child td:last-child {border-radius: 0 4px 0 0;}
.pro_table-bordered thead:last-child tr:last-child th:first-child, 
.pro_table-bordered tbody:last-child tr:last-child td:first-child {border-radius: 0 0 0 4px;}
.pro_table-bordered thead:last-child tr:last-child th:last-child, 
.pro_table-bordered tbody:last-child tr:last-child td:last-child {border-radius: 0 0 4px 0;}
.pro_table-striped tbody tr:nth-child(odd) td, 
.pro_table-striped tbody tr:nth-child(odd) th {background-color: #f9f9f9;}
.pro_table-striped2 thead th,
.pro_table-striped2 tbody tr td:first-child {background-color: #f9f9f9;}
/* box */
.boxhead {
	font-family: 'Oswald', Calibri, Geneva, Helvetica, sans-serif;
	line-height: normal;
	margin: 10px 0 0 0;
	font-size: 28px;
}
.shadow-box {
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	padding: 20px 28px;
	background: url(../images/main-texture.png) 50% 0;
	background-color: #222222;
	border-top: 1px solid #333;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #333;
	color: #CCC;
	line-height: 1.35;
}
/*ShadowBbox CSS3 Properties*/
.shadow-box {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 10px 10px 20px #666;
	-webkit-box-shadow: 10px 10px 20px #666;
	box-shadow: 10px 10px 20px #666;
}
.shadow-box a, .shadow-box a:visited,
#footer a, #footer a:visited {
	color: #9797A6; 
}
.shadow-box a:hover, .shadow-box a:focus,
#footer a:hover, #footer a:focus {
	color: #8e1a36;
	outline: 0;
}
div.row-middle {
	float: left;
	width: 304px;
	height: 220px;
	padding: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-color: #151515;
	border: 1px solid #424242;
	margin-top: 10px;
}

.mod-search a.btn {
    margin-right: 20px;
}

.social li a {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.navbar-form input
.navbar-form select
.navbar-form .radio, .navbar-form .checkbox {
  margin-top: 10px;
}


/*Defines Sub Menu Styling*/
.navigation ul.sf-menu ul > li a,
.navigation ul.sf-menu ul > li span {
  color: #bababa;
}
.navigation ul.sf-menu ul > li a:hover,
.navigation ul.sf-menu ul > li span:hover {
  color: #c42525;
}



