.bg-primary {
	color: #ffffff;
    background-color: #000000;
}

.text-primary {
    color: #ffffff;
}
.bg-secondary {
	color: #ffffff;
    background-color: #d6002a;
}

.text-secondary {
    color: #ffffff;
}

#about {
	padding-top: 0px;
}

hr {
    max-width: 50px;
    border-color: #d6002a;
    border-width: 3px;
}

.bg-dark {
    color: #ffffff;
    background-color: #000000;
}
.bg-bold {
    color: #ffffff;
    background-color: #d6002a;
}
.btn-default {
    color: #d6002a;
    background-color: #ffffff;
    border-color: #ffffff;
}

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    border-color: #d6002a;
    color: #ffffff;
background-color: #d6002a;
}

.portfolio-box .portfolio-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
background: rgba(0,0,0,.8);
}

header {
	background-image: url(../img/header2.jpg);  /*  */
	background-color:#e2e2e2;
   color:#fff;
}

@media(max-width:768px) {
	header {
		background-image: url(../img/header-mobile.jpg);
		background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
		background-color:#000000;
		 color:#fff;
		 padding: 125px 15px;
	}

	#about {
		padding-top: 50px;
	}

	aside {
    padding: 50px 0;
}

    }
.green-eval {
    position: relative;
    width: 100%;
	min-height: 400px;
	height: auto;
    text-align: center;
    color: #000000;
    background-image: url(../img/header.png);
    background-position: center;
	background-color:#e2e2e2;
}
.green-eval .description {
	margin-top: 100px;
	text-align:left;
}
.margin-bottom-50 {
	margin-bottom:50px;
}


.navbar-default.affix .navbar-header .navbar-brand {
    font-size: 14px;
    color: #ffffff;
}

.navbar-default.affix .navbar-header .navbar-brand:hover, .navbar-default.affix .navbar-header .navbar-brand:focus {
	color:#d6002a;
}
.navbar-default .nav > li.active>a, .navbar-default .nav>li.active>a:focus {
	color:#d6002a!important;
}
.navbar-default.affix .nav > li>a:hover, .navbar-default.affix .nav>li>a:focus:hover {
    color: #d6002a;
}
body {
    font-family: 'Helvetica Neue',Arial,sans-serif;
}

/***** Modal *****/

.modal-backdrop.in {
    filter: alpha(opacity=7);
    opacity: 0.7;
}

.modal-content {
    background: none;
    border: 0;
    -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

.modal-body {
    padding: 0 25px 25px 25px;
}

.modal-header {
    padding: 25px 25px 15px 25px;
    text-align: right;
}

.modal-header, .modal-footer {
    border: 0;
}

.modal-header .close {
    float: none;
    margin: 0;
    font-size: 36px;
    color: #fff;
    font-weight: 300;
    text-shadow: none;
    opacity: 1;
}

.video-link {
    padding-top: 70px;
}

.video-link a:hover,
.video-link a:focus {
    outline: 0;
}

a .video-link-text {
    color: #fff;
    opacity: 0.8;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

a:hover .video-link-text,
a:focus .video-link-text {
    outline: 0;
    color: #fff;
    opacity: 1;
    border-bottom: 1px dotted #fff;
}

a .video-link-icon {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    background: #e89a3e;
    color: #fff;
    line-height: 50px;
    -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
a .video-link-icon:after {
    position: absolute;
    content: "";
    top: -6px;
    left: -6px;
    width: 66px;
    height: 66px;
    background: #444;
    background: rgba(0, 0, 0, 0.1);
    z-index: -99;
    -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
}

a:hover .video-link-icon,
a:focus .video-link-icon {
    outline: 0;
    background: #fff;
    color: #e89a3e;
}

.callout-section {
background-color: #f0f0f0;
}
hr {
    margin-top: 50px;
    margin-bottom: 20px;
    border: 0;
    border-top: 3px solid #d6012a;
}
