body {
    font-size: 16px;
}

.text14 {
    font-size: 14px;
}

ul {
    font-size: 14px;
}

header[role="banner"] {
	display: block;
	margin: 0px auto 20px;
	background-color: #FEFEFE;
	padding-top: 0px;
	padding-bottom: 20px;
	background-image: url(../images/bg_tile1.jpg);
	background-repeat: repeat-x;
	height: 176px;
	border-top-width: 1px;
	border-top-style: solid;
  }

.navbar-collapse {
    padding-left: 0px;
}

.navbar {
	border-top: 1px solid #9D9D9D;
	z-index: 9999;
}

.navbar {
    border-radius: 0px;
}

.btn-primary {
	color: #fff;
	background-color: #C1C1C1;
	border-color: #7C7C7C;
	background-image: -webkit-linear-gradient(270deg,rgba(82,82,82,1.00) 0%,rgba(0,0,0,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(82,82,82,1.00) 0%,rgba(0,0,0,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(82,82,82,1.00) 0%,rgba(0,0,0,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(82,82,82,1.00) 0%,rgba(0,0,0,1.00) 100%);
}

.btn-primary:hover {
	color: #fff;
	background-color: #C2C2C2;
	border-color: #7C7C7C;
	background-image: -webkit-linear-gradient(270deg,rgba(122,122,122,1.00) 0%,rgba(39,39,39,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(122,122,122,1.00) 0%,rgba(39,39,39,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(122,122,122,1.00) 0%,rgba(39,39,39,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(122,122,122,1.00) 0%,rgba(39,39,39,1.00) 100%);
}
.btn {
	margin-bottom: 10px;
	margin-top: 10px;
}

img {max-width: 100%;}

h1, h2, h3, h4 { 
color: #090;
margin-top: 0px }

.picture-stories h3, .picture-stories hr { 
color: #C2C2C2; }

hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #C2C2C2 -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: solid none none;
    border-width: 1px 0 0;
    margin-bottom: 10px;
    margin-top: 10px;
}
blockquote{
	border-left: 5px solid #C1C1C1;
	font-style: italic;
}

.text-muted {
	color: #000000;
}
.picture-stories {
	height: auto;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/racing_bg.jpg);
	padding-top: 20px;
	color: #5A5A5A;
	padding-bottom: 20px;
	background-color: #f0bf00;
}
.picture-stories-alt {
	height: auto;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 20px;
	color: #5A5A5A;
	padding-bottom: 20px;
	background-color: #F1F1F1;
	-webkit-box-shadow: inset 0px 5px 10px 0 #CDCDCD;
	box-shadow: inset 0px 5px 10px 0 #CDCDCD;
	bottom: auto;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
article.post {
	background-repeat: repeat;
	background-position: 0 0 rgba(255, 255, 255, 0.7);
	background-image: none;
	background-color: rgba(255,255,255,0.70);
	background-attachment: scroll;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
	margin-bottom: 20px;
}
article .inside {
	margin-top: 12px;
	margin-right: 14px;
	margin-left: 14px;
	padding-bottom: 14px;
	margin-bottom: 0px;
	font-size: 14px;
}

.footer {
    
}

footer li {
	color: #FFFFFF;
}

footer a {
	color: #FFFFFF;
}

footer a:hover {
	color: #C1C1C1;
}

.footer {
	background-color: #000000 !important;
	color: #000000 !important;
	padding-top: 10px;
	min-height: 110px !important;
	max-height: 210px;
}

ul { padding-left: 1.2em; }
  

  .nav > li > a {
	padding-top: 15px;
	padding-right: 14px;
	padding-left: 14px;
	padding-bottom: 15px;
	font-size: 16px;
	
  }
  
.header-bg {
	background-image: url(../images/alfa-header-bg.jpg);
	background-repeat: no-repeat;
}
  
  
@media (min-width:668px) {
  .nav > li > a {
        padding-right: 8px;
        padding-left: 8px;
		
}

}

@media (max-width:600px) {
.hidelink { 
display: none; 
visibility: hidden;}
}
  .navbar-brand {
    padding-top: 10px;
  }
  
  .navbar-fixed-top {
	border-top: 1px solid #E4E4E4;
}
  

* {
    box-sizing: border-box;
}

.panel-success>.panel-heading {
	background-color: #E2E2E2;
	color: #7C7C7C;
	border: thin solid #CFCECE;
}

.panel-success> .panel-body {
	color: #7C7C7C;
	border-left-color: #CFCECE;
	border-right-color: #CFCECE;
	border-bottom-color: #CFCECE;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.panel {
    margin-bottom: 20px;
    background-color: #FFF;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 2;
    color: #FFF;
    cursor: default;
    background-color: #C2C2C2;
    border-color: #C2C2C2;
}
.pagination > li > a, .pagination > li > span {
    border: 1px solid #DDD;
    color: #7C7C7C;
}
a:focus, a:hover {
	color: #646464;
}

a:hover, .thumbnail { text-decoration:none; }

.modal-dialog {width:600px;}
.thumbnail {margin-bottom:6px;}

.lightbox-open .navbar-fixed-bottom, .lightbox-open .navbar-fixed-top, body.lightbox-open {
    margin-right: 0px !important;
}
.row-margin{
  margin-bottom: 30px
}
.spacer { margin-top: 40px; }
.spacer2 { margin-top: 80px; }
.mr10 { margin-right: 10px; }
.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mb10 { margin-bottom: 10px; }
.extrasmall { font-size: 10px; }

.whitetext { color:#FFFFFF; }

.greybg { background-color: #EAEAEA; }

.carousel-caption {
    right: 10%;
    left: 10%;
    padding-bottom: 10px;
}
.carousel-caption {
    position: absolute;
    right: 5%;
    bottom: 0px;
    left: 5%;
    z-index: 100;
    padding-top: 10px;
    padding-bottom: 0px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}
.carousel-indicators {
    position: absolute;
    bottom: 0px;
    left: 50%;
    z-index: 15;
    width: 80%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}
.carousel-control.left, .carousel-control.right {
	background: none;
}

.csr-heading {
	background-color: #4A4545;
	background-image: url(../images/csr-logo.png), -webkit-linear-gradient(270deg,rgba(98,93,93,1.00) 0%,rgba(48,43,43,1.00) 100%);
	background-image: url(../images/csr-logo.png), -moz-linear-gradient(270deg,rgba(98,93,93,1.00) 0%,rgba(48,43,43,1.00) 100%);
	background-image: url(../images/csr-logo.png), -o-linear-gradient(270deg,rgba(98,93,93,1.00) 0%,rgba(48,43,43,1.00) 100%);
	background-image: url(../images/csr-logo.png), linear-gradient(180deg,rgba(98,93,93,1.00) 0%,rgba(48,43,43,1.00) 100%);
	color: #06FA00;
	text-shadow: 1px 1px 1px #000000;
	font-style: normal;
	font-weight: 200;
	font-size: 18px;
	text-align: right;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	background-position: 0 50%;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	max-height: 40px;
	display: block;
	float: left;
	clear: both;
	width: 100%;
}

.case-studies-heading {
	background-image: -webkit-linear-gradient(270deg,rgba(231,231,231,1.00) 0%,rgba(188,188,188,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(231,231,231,1.00) 0%,rgba(188,188,188,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(231,231,231,1.00) 0%,rgba(188,188,188,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(231,231,231,1.00) 0%,rgba(188,188,188,1.00) 100%);
	color: #7C7C7C;
	text-shadow: 1px 1px 1px #FFFFFF;
	font-style: normal;
	font-weight: 200;
	font-size: 18px;
	text-align: center;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-radius: 6px;
	background-position: 0 50%;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	display: block;
	float: left;
	clear: both;
	width: 100%;
	border: thin solid #C2C2C2;
}

.grey-panels {
	background-image: -webkit-linear-gradient(270deg,rgba(231,231,231,1.00) 0%,rgba(209,209,209,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(231,231,231,1.00) 0%,rgba(209,209,209,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(231,231,231,1.00) 0%,rgba(209,209,209,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(231,231,231,1.00) 0%,rgba(209,209,209,1.00) 100%);
	text-shadow: 1px 1px 1px #FFFFFF;
	font-style: normal;
	text-align: left;
	font-weight: 200;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	border-radius: 6px;
	background-position: 0 50%;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	display: block;
	float: left;
	clear: both;
	width: 100%;
	border: thin solid #C2C2C2;
}

.grey-panels p { font-size:13px }

.text-smaller p, ul, em {
	font-size: 13px;
color: #606060;
}
.text-smaller h5 { font-weight:600; color:#090;}
