@charset "utf-8";
/* CSS Document */
/*
font-family: 'Raleway', sans-serif;
font-family: 'Open Sans', sans-serif;
*/
body {
	font-size: 14px;
	line-height: 1.6;
	color: #585858;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	background-color: #f2f2f2;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', Arial, Helvetica, sans-serif;
	font-weight: 400;
}
h1 {
	font-size: 36px;
	color: #000000;
}
h2 {
	font-size: 28px;
	color: #743131;
}
h3 {
	font-size: 20px;
	color: #000000;
}
h4 {
	font-size: 16px;
}
a:link, a:visited {
	color: #743131;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color: #666666;
	text-decoration: underline;
}
header, article, section, footer, nav {
	display: block;
}
.container-fluid {
	margin: 0 auto;
	padding: 0;
	width: 96%;
	max-width: 1160px;
}
/********** HEADER **********/
header {
	background-color: #1e1818; /*fbfbfb;*/
	border-bottom: solid 1px #eceef0;
}
header .social-media {
	float: right;
	width: 142px;
}
header .facebook, header .twitter, header .linkedin {
	float: left;
}
header .facebook {
	text-decoration: none;
	background: url(../../../images/social-media/facebook-hover.png) no-repeat;
}
header .twitter {
	background: url(../../../images/social-media/twitter-hover.png) no-repeat;
}
header .linkedin {
	background: url(../../../images/social-media/linkedin-hover.png) no-repeat;
}
header a:link, header a:visited {
	color: #7e7e7e;
}
header .social-media .phone, header .social-media .email, header .social-media .search {
	display: none;
}
header a:hover, header a:active, header a:focus {
	color: #FFFFFF;
	text-decoration: none;
}
header .left .phone, header .left .email, header .left .search {
	float: left;
}
header .left .phone {
	background: url(../../../images/social-media/phone-hover.png) no-repeat;
}
header .left .email {
	background: url(../../../images/social-media/email-hover.png) no-repeat;
}
header .left .search {
	background: url(../../../images/social-media/search-hover.png) no-repeat;
}

/********** END OF HEADER **********/

/********** BREADCRUMBS **********/
.breadcrumbs {
	margin-top: 10px;
	background-color: #1e1818;
	border-top: solid 1px #eceef0;
	color: #FFFFFF;
	padding-top: 10px;
	font-size: 20px;
	text-align: center !important;
}
.breadcrumbs span.top-text {
	padding: 0 20px;
}
/*
.breadcrumbs .breadcrumb {
	background-color: #1e1818;
  padding: 8px 15px;
  margin: 0;
  list-style: none;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
.breadcrumbs .breadcrumb a:link, .breadcrumbs .breadcrumb a:visited {
	text-shadow: none;
	color: #FFFFFF;
}
.breadcrumbs .breadcrumb a:hover, .breadcrumbs .breadcrumb a:active, .breadcrumbs .breadcrumb a:focus {
	color: #CCCCCC;
	text-decoration: none;
	text-shadow: none;
}
.breadcrumbs .breadcrumb > li > .divider {
	text-shadow: none;
	color: #CCCCCC;
}
.breadcrumbs .breadcrumb .active {
	text-shadow: none;
	color: #FFFFFF;
}
.breadcrumbs .breadcrumb li {
	text-shadow: none;
	color: #CCCCCC;
}
*/
/********** END OF BREADCRUMBS ***********/

/********** NIVO SLIDER **********/
.carousel {
	margin-top: 15px;
}
.carousel img {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.nivo-caption {
	 /*text-align: center; */
	 display: none !important;
}
.theme-default .nivo-controlNav {
	margin: -6px 0 -15px 0 !important;
	padding: 8px 0 !important;
	background-color: transparent;
	margin-bottom: 0;
}
.nivo-caption h1 {
	font-size: 26px;
	color: #FFFFFF;
}
/*
.nivo-caption a:link, .nivo-caption a:visited {
	text-decoration: none !important;
}
.nivo-caption a:hover, .nivo-caption a:active, .nivo-caption a:focus {
	color: #CCC !important;
	border-bottom: dotted 1px #CCCCCC !important;
}
*/
/********** END OF NIVO SLIDER **********/

/********** MAIN CONTENT **********/
.top-image {
	margin-bottom: 20px;
}
.content {
	margin-top: 15px;
	padding-bottom: 15px;
	background-color: #FFFFFF;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
article h1, article h2, article h3, article h4, article h5, article h5, article p {
	padding-right: 2.5%;
	padding-left: 2.5%;
}
article {
	padding-top: 25px;
	min-height: 250px;
}
article a:link, article a:visited {
	text-decoration: underline;
}
article a:hover, article a:active, article a:focus {
	text-decoration: none;
}
article .page-header {
	border: 0;
	margin: 0;
	padding: 0;
}
article .blog-featured .page-header h1 {
	text-align: center;
}
article .blog-featured .items-row {
	width: 96%;
	margin: 0 auto;
}
/*~~~~~~ Blog Featured ~~~~~~*/
article .blog-featured .items-leading {
	width: 96%;
	margin: 0 auto;
}
article .blog-featured .items-leading h2.item-title {
	text-align: center;
	font-size: 20px;
	line-height: 1.2;
}
article .blog-featured .item img.hide-img {
	display: none !important;
}
article .blog-featured .items-leading a:link, article .blog-featured .items-leading a:visited {
	text-decoration: none;
}
article .blog-featured .items-leading a:hover, article .blog-featured .items-leading a:active, article .blog-featured .items-leading a:focus {
	text-decoration: underline;
}

article .blog-featured .items-leading, article .blog-featured .items-row {
	padding-bottom: 25px;
	margin-bottom: 15px;
	border-bottom: solid 1px #cccccc;
}
article .blog-featured .items-row h2.item-title {
	font-size: 28px;
	color: #743131;
}
article .blog-featured .items-row h2 {
	font-size: 20px;
	color: #000000;
}
.awards {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: solid 1px #CCCCCC;
}
.custom-latest-news ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
.custom-latest-news ul li {
	width: 19%;
	padding-right: 1%;
	display: block;
	float: left;
}
.custom-latest-news span.mod-articles-category-date {
	width: 100%;
	margin-top: 7px;
	padding-left: 17px;
	display: block;
	background: url(../images/calendar-icon.png) no-repeat left center;
}
.blog .items-leading, .blog .item {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: solid 1px #cccccc;
}
article ul, article ol {
	padding: 0 15px 15px 25px;
}
article p.readmore a.btn {
	padding: 10px 20px;
	color: #FFFFFF;
	text-decoration: none;
  text-shadow: none;
  background-color: #572424;
  *background-color: #572424;
  background-image: -moz-linear-gradient(top, #743131, #572424);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#743131), to(#572424));
  background-image: -webkit-linear-gradient(top, #743131, #572424);
  background-image: -o-linear-gradient(top, #743131, #572424);
  background-image: linear-gradient(to bottom, #743131, #572424);
  background-repeat: repeat-x;
  border-color: #743131 #743131, #572424;
	border: 0;
  border-color: rgba(116, 49, 49, 1) rgba(116, 49, 49, 1) rgba(87, 36, 36, 1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff743131', endColorstr='#ff572424', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	-webkit-box-shadow: none;
		 -moz-box-shadow: none;
					box-shadow: none;
}
article p.readmore a.btn:hover,
article p.readmore a.btn:focus,
article p.readmore a.btn:active,
article p.readmore a.btn.active,
articled p.readmore a.btn.disabled,
article p.readmore a.btn[disabled] {
	/* [disabled]background-color: #572424; */
  *background-color: #572424;
}
article p.readmore a.btn:active,
article p.readmore a.btn.active {
  background-color: #572424 \9;
}
article p.readmore a.btn span {
	display: none;
}
.awards table {
	width: 96%;
}
.awards table td img {
	width: 100%;
	height: auto;
	margin: 20px auto 0 auto;
	display: block;
}
/********** END OF MAIN CONTENT **********/

/********** SIDEBAR **********/
aside {
	margin-top: 15px;
}
aside .moduletable {

	margin-top: 15px;
	padding: 5px 5%;
	background-color: #f2f2f2;
}
aside #login-form #modlgn-username, aside #login-form #modlgn-passwd, aside #login-form #modlgn-secretkey {
	width: 100%;
	max-width: 180px;
}
aside .latest-news ul, aside .investors-menu ul {
	list-style: none;
	margin-right: 0;
	margin-left: 0;
	padding-right: 0;
	padding-left: 0;
	border-top: solid 1px #cccccc;
}
aside .latest-news ul li {
	border-bottom: solid 1px #cccccc;
	padding-bottom: 8px;
}
aside .latest-news ul li a:link, aside .latest-news ul li a:visited, aside .investors-menu a:link, aside .investors-menu a:visited {
	padding: 8px 0 0 0;
	display: block;
}
aside .latest-news ul span.mod-articles-category-date {
	width: 100%;
	padding-left: 17px;
	display: block;
	background: url(../images/calendar-icon.png) no-repeat left center;
}
/********** END OF SIDEBAR **********/

/********** FOOTER **********/
.footer-top {
	background-color: #f3ab2b;
	height: 50px;
	margin-top: 25px;
}
footer {
	background-color: #1e1818;
	font-size: 13px;
	color: #8d8d8d;
	padding-top: 20px;
}
footer a, footer a:link, footer a:visited {
	color: #FFFFFF;
}
footer a:hover, footer a:active, footer a:focus {
	color: #f3ab2b;
	text-decoration: none;
}
footer h3 {
	font-size: 20px;
	color: #FFFFFF;
	border-bottom: solid 1px #4a4646;
}
footer .links h3 {
	padding-bottom: 0;
	margin-bottom: 0;
}
footer ul {
	list-style: none;
	margin-left: 0;
	margin-bottom: 21px;
}
footer ul li a:link, footer ul li a:visited {
	padding: 5px 0 5px 15px;
	background: transparent url(../images/bullet.png) no-repeat left center;
	border-bottom: solid 1px #4a4646;
	display: block;
}
footer table td {
	line-height: 1.4;
	padding-bottom: 15px;
	vertical-align: top;
}
footer .facebook, footer .twitter, footer .linkedin {
	float: left;
	width: 46px;
}
footer .facebook {
	background: url(../../../images/footer/facebook-hover.png) no-repeat;
}
footer .twitter {
	background: url(../../../images/footer/twitter-hover.png) no-repeat;
}
footer .linkedin {
	background: url(../../../images/footer/linkedin-hover.png) no-repeat;
}
footer .copyright {
	background-color: #191414;
	padding: 10px 0;
	marging-top: 0;
	text-align: center;
}
/********** END OF FOOTER **********/

/********** FLOATS **********/
.pull-right {
	margin-left: 10px;
}
.pull-left {
	margin-right: 10px;
}
/********** END OF FLOATS **********/

/********** FORMS **********/
.m4j_header_text .span4 p, .m4j_header_text .span4 h2 {
	margin-left: 5%;
}
#m4jForm {
	width: 90%;
}
h2.contentheading {
	font-size: 36px;
	color: #000000;
}
.m4j_required {
	color: #aa0000;
	font-weight: bold;
}
.m4j_required_wrap {
	color: #aa0000;
	clear: both;
	margin: 15px 0 15px 3%;
}
.m4j_form_wrap {
	margin-left: 2%;
}
.m4jInputField, .m4jTextArea {
	width: 100%;
	max-width: 450px;
}
.m4jTextArea {
	height: 125px !important;
}
.m4jRadioWrap {
	margin: 15px 0;
}
.m4jCheckboxWrap {
	margin-bottom: 15px;
}
#m4jSubmitWrap {
	margin-left: 1%;
}
#captchaWrap, #captchaWrapButtons {
	margin-bottom: 10px;
}
.btn-primary, .m4j_submit {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	border: 0;
	padding: 5px 10px;
	font-weight: normal !important;
	text-decoration: none !important;
	text-transform: capitalize;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
  text-shadow: none;
  background-color: #572424;
  *background-color: #572424;
  background-image: -moz-linear-gradient(top, #743131, #572424);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#743131), to(#572424));
  background-image: -webkit-linear-gradient(top, #743131, #572424);
  background-image: -o-linear-gradient(top, #743131, #572424);
  background-image: linear-gradient(to bottom, #743131, #572424);
  background-repeat: repeat-x;
  border-color: #743131, #743131, #572424;
  border-color: rgba(116, 49, 49, 1) rgba(116, 49, 49, 1) rgba(87, 36, 36, 1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff743131', endColorstr='#ff572424', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	-webkit-box-shadow: none;
		 -moz-box-shadow: none;
					box-shadow: none;
	-webkit-border-radius: 4px;
		 -moz-border-radius: 4px;
					border-radius: 4px;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled],
.m4j_submit:hover,
.m4j_submit:focus,
.m4j_submit:active {
	color: #FFFFFF !important;
  background-color: #572424 !important;
  *background-color: #572424 !important;
}
.btn-primary:active,
.btn-primary.active,
.m4j_submit:active {
  background-color: #572424 \9;
}
/********** END OF FORMS **********/

/********** CLEARFLOATS **********/
.clearfloat {
	clear: both;
}
/********** END OF CLEARFLOATS **********/

/********** TEXT **********/
.gc-cs-link {
	text-decoration: none !important;
	color: inherit !important;
}
blockquote {
	font-size: 14px;
	font-style: italic;
	margin: 0 15px 15px 35px;
}
blockquote p {
	font-size: 14px;
	font-style: italic;
}
.article-info {
	margin-bottom: 5px;
	padding-bottom: 0;
}
.article-info .article-info-term {
	display: none;
}
.article-info .icon-calendar {
	margin-left: 1%;
}
	
/********** END OF TEXT **********/

/********** IMAGES **********/
.pg-cats-box-float2 {
	width: 86% !important;
	margin-left: 3%;
}
article img {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
article .blog-featured .item-image {
	width: 96%;
	float: none;
	margin: 0 auto 10px auto;
}
article .item-image img {
	width: 100%;
	height: auto;
}
article .blog-featured .item-image {
}
article .item-page img {
	max-width: 338px;
	height: auto;
}
section.top-image {
	width: 96%;
}
section.top-image img {
	width: 100%;
	height: auto;
}
/********** END OF IMAGES **********/

/********** VIDEOS **********/
article iframe {
	width: 100%;
	height: 338px;
	margin-bottom: 15px;
	border: 0;
}
/********** END OF VIDEOS **********/

/********** SEARCH **********/
article .search .highlight, article .search .badge {
	background-color: #743131;
	color: #FFFFFF;
}
article .search dd.result-text {
	padding-top: 5px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: solid 1px #cccccc;
}
/********** END OF SEARCH **********/

/********** TABLES **********/
article table {
	width: 100%;
}
article table td {
	vertical-align: top;
	padding-left: 1%;
}
article table th {
	font-weight: normal;
	font-size: 14px;
	padding-left: 1%;
	text-align: left !important;
	color: #FFFFFF;
	background-color: #1e1818;
}
article .sec-table {
	margin-bottom: 15px;
}
article .sec-table th:nth-child(1) {
	width: 15%;
}
article .sec-table th:nth-child(2) {
	width: 15%;
}
article .sec-table th:nth-child(3) {
	width: 50%;
}
article .sec-table th:nth-child(4) {
	width: 10%;
}
article .sec-table th:nth-child(5) {
	width: 10%;
}
article .sec-table tr.even td {
	background: #f2f2f2;
}
article .sec-table tr.odd td {
	background: #FFF;
}
.awards table {
	width: 100%;
}.awards table img {
	margin: 0 auto;
	display: block;
}
/********** END OF TABLES **********/

/********** NAVIGATION **********/
.nav-collapse {
	float: right;
}
/*~~~~~~ From Bootstrap ~~~~~~*/
.navbar-inner {
	margin-bottom: -20px;
  min-height: 40px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #743131;
  background-image: -moz-linear-gradient(top, #743131, #743131);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#743131), to(#743131));
  background-image: -webkit-linear-gradient(top, #743131, #743131);
  background-image: -o-linear-gradient(top, #743131, #743131);
  background-image: linear-gradient(to bottom, #743131, #743131);
  background-repeat: repeat-x;
  border: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff743131', endColorstr='#ff743131', GradientType=0);
  *zoom: 1;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
					box-shadow: none;
}
.nav-header {
	background: url(../images/arrow.png) no-repeat right 56px;
}
.navbar .nav > li > a, .nav-header {
	/*border-bottom: solid 2px #743131;*/
	color: #FFFFFF;
  float: none;
	margin-left: 0px;
	margin-bottom: 0;
  padding: 48px 26px 33px 26px;
  text-decoration: none;
  text-shadow: none;
	text-transform: capitalize;
	font-weight: normal;
	font-size: 16px;
	-webkit-border-radius: 0;
		 -moz-border-radius: 0;
		 			border-radius: 0;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover,
.nav-header:focus,
.nav-header:hover {
  color: #CCCCCC;
  text-decoration: none;
  background-color: transparent;
	cursor: pointer;
	/*border-bottom: solid 2px #FFFFFF;*/
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
	color: #CCCCCC;
	/*border-bottom: solid 2px #FFFFFF;*/
  text-decoration: none;
  background-color: transparent;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

/*~~~~~~ Drop Down Menu ~~~~~~*/
nav .nav-child {
	position: absolute;
	top: 95%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 0 0 15px 0;
	margin: 2px 0 0 0;
	list-style: none;
	background-color: #FFFFFF;
	border-top: solid 2px #FFFFFF;
	border-bottom: 0;
	*border-right-width: 2px;
	*border-bottom-width: 2px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}
nav .nav-child.pull-right {
	right: 0;
	left: auto;
}
nav .nav-child .divider {
	*width: 100%;
	height: 1px;
	margin: 8px 1px;
	*margin: -5px 0 5px;
	overflow: hidden;
	background-color: #e5e5e5;
	border-bottom: 1px solid #fff;
	border-bottom: 1px solid rgba(29, 136, 191, 1);
}
nav .nav-child a {
	display: block;
	padding: 10px 20px;
	clear: both;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	color: #000000;
	white-space: nowrap;
	text-decoration: none;
}
nav .nav > li {
	position: relative;
}
nav .nav > li:hover > .nav-child,
nav .nav > li > a:focus + .nav-child {
	display: block;
}
nav .nav-child:before {
	position: absolute;
	top: -7px;
	left: 9px;
	display: inline-block;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #FFFFFF;
	border-left: 7px solid transparent;
	border-bottom-color: rgba(225, 225, 225, 1);
	content: '';
	display: none;
}
nav .nav-child:after {
	position: absolute;
	top: -6px;
	left: 10px;
	display: inline-block;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #FFFFFF;
	border-left: 6px solid transparent;
	content: '';
	display: none;
}
nav .nav-child li > a:hover,
nav .nav-child li > a:focus,
nav .nav-child:hover > a {
	text-decoration: none;
	color: #585858;
	background-color: #FFFFFF;
	background-image: -moz-linear-gradient(top,#FFFFFF,#FFFFFF);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#FFFFFF),to(#FFFFFF));
	background-image: -webkit-linear-gradient(top,#FFFFFF,#FFFFFF);
	background-image: -o-linear-gradient(top,#FFFFFF,#FFFFFF);
	background-image: linear-gradient(to bottom,#FFFFFF,#FFFFFF);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffFFFFFF', endColorstr='#ffFFFFFF', GradientType=0);
}
.nav li + .nav-header {
  margin-top: 9px;
}

/********** END OF NAVIGATION **********/

/********** NAVIGATION BUTTON FOR TABLETS/PHONES **********/
.navbar .btn-navbar {

  float: right;
  padding: 7px 10px;
  margin-right: 5px;
  margin-left: 5px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #1e1818;
	*background-color: #1e1818;
	background-image: -moz-linear-gradient(top, #404040, #1e1818);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#404040), to(#1e1818));
	background-image: -webkit-linear-gradient(top, #404040, #1e1818);
	background-image: -o-linear-gradient(top, #404040, #1e1818);
	background-image: linear-gradient(to bottom, #404040, #1e1818);
	background-repeat: repeat-x;
	border-color: rgba(64, 64, 64, 1) rgba(64, 64, 64, 1) rgba(30, 24, 24, 1);
	border-color: rgba(149, 22, 25, 1) rgba(149, 22, 25, 1) rgba(128, 18, 20, 1);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff404040', endColorstr='#ff1e1818', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
		 -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
					box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
}

.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #1e1818;
  *background-color: #1e1818;
}

.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background-color: #1e1818 \9;
}
/********** END OF NAVIGATION BUTTON FOR TABLETS/PHONES **********/

/********** BUTTONS **********/
/*
.btn {
	text-decoration: none !important;
	-webkit-box-shadow: 0px 0px 3px rgba(000,000,000,0.5), inset 0px 0px 1px rgba(255,255,255,1);
		 -moz-box-shadow: 0px 0px 3px rgba(000,000,000,0.5), inset 0px 0px 1px rgba(255,255,255,1);
					box-shadow: 0px 0px 3px rgba(000,000,000,0.5), inset 0px 0px 1px rgba(255,255,255,1);
}
*/
/********** END OF BUTTONS **********/
@media (max-width: 979px) {
	.navbar-inner {
		padding-top: 0;
		margin-top: 0;
	}
	nav.navbar .nav-collapse {
		float: none;
		margin: 0;
	}
	.navbar .nav > li > a, .nav-header {
		margin-left: 0;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 20px;
		color: #000 !important;
		font-weight: bold !important;
		text-shadow: none;
		background-color: #ededed;
		*background-color: #e5e5e5;
		background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
		background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
		background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
		background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
		background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
		background-repeat: repeat-x;
		border-color: #e5e5e5 #e5e5e5 #bfbfbf;
		border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
		filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
		-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
			 -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
						box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
		-webkit-border-radius: 6px;
			 -moz-border-radius: 6px;
			 			border-radius: 6px;
	}
	nav .nav-child {
		position: static;
		top: auto;
		left: auto;
		z-index: 1000;
		display: block;
		float: none;
		min-width: 160px;
		padding: 5px 0;
		margin: 2px 0;
		list-style: none;
		background-color: #FFFFFF;
		border: 1px solid #ccc;
		border: 1px solid rgba(0,0,0,0.2);
		*border-right-width: 2px;
		*border-bottom-width: 2px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
		-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
		-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
		box-shadow: 0 5px 10px rgba(0,0,0,0.2);
		-webkit-background-clip: padding-box;
		-moz-background-clip: padding;
		background-clip: padding-box;
	}
	nav ul.nav-child a {
		color: #555555;
	}
	.navbar .nav > li > a:focus,
	.navbar .nav > li > a:hover,
	.nav-header:hover {
		color: #ffffff;
  	background-color: #e5e5e5;
  	*background-color: #d9d9d9;
	}
	nav .nav-child:before,
	nav .nav-child:after {
		display: none;
	}
}
@media (max-width: 767px) {
	body {
		margin:  0;
		padding: 0;
	}
	.breadcrumbs {
		font-size: 12px;
	}
	nav a.brand img {
		width: 100%;
		height: auto;
		margin: 0 auto;
		display: block;
	}
	header .container-fluid {
		margin: 0 !important;
		padding: 0 !important;
		width: 100%;
	}
	header .social-media .phone, header .social-media .email, header .social-media .search {
		display: block;
		float: left;
	}
	header .social-media .phone {
		background: url(../../../images/social-media/phone-hover.png) no-repeat;
	}
	header .social-media .email {
		background: url(../../../images/social-media/email-hover.png) no-repeat;
	}
	header .social-media .search {
		background: url(../../../images/social-media/search-hover.png) no-repeat;
		border-right: 0;
	}
	header .social-media {
		float: none;
		margin: 0 auto;
		width: 285px;
	}
	.breadcrumbs {
		font-size: 100%;
		padding-bottom: 10px;
	}
	.breadcrumbs span.top-text {
		padding: 0;
		width: 33%;
		float: left;
	}
	.left {
		display: none !important;
	}
	img.pull-right {
		width: 40%;
		height: auto;
	}
	article .blog-featured .items-leading h2.item-title {
		font-size: 20px;
	}
	article .blog-featured .items-leading, article .blog-featured .items-row {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	article .blog-featured .item {
		border-bottom: solid 1px #cccccc;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	article .blog-featured .item-image {
		width: 92%;
		float: none;
		margin: 0 auto 10px auto;
		padding: 0;
	}
	.custom-latest-news ul {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.custom-latest-news ul li {
		width: 50%;
		padding-right: 0;
		margin-bottom: 20px;
	}
	.custom-latest-news ul li:nth-child(5) {
		display: none;
	}
	.custom-latest-news span.mod-articles-category-date {
		padding-top: 0;
		margin-top: 0;
	}
	.awards table td {
		display: block;
	}
}
@media (max-width: 480px) {
	.breadcrumbs span.top-text {
		width: 50%;
	}
	.item-image.pull-right {
		float: none;
	}
	img.pull-right, .item-image img {
		float: none;
		margin: 0 auto 15px auto;
		display: block;
		width: 94%;
		height: auto;
	}
	.awards table td {
		display: block;
	}
	.custom-latest-news ul li {
		width: 96%;
		display: block;
		float: none;
	}
	.awards table td img {
		width: 50%;
		height: auto;
	}
}
@media (max-width: 320px) {
}