/*!
 * Bootstrap v3.1.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/* wrapper */



#wrapper {
	text-align: center;
	padding: 5% 0 0 0;
	background: url(/assets/images/background.jpg);
	width: 100%;	
  height: 100%;
  background-size: cover;
}
#wrapper h1 {
	margin-top: 20px;
	margin-bottom: 40px;
	color: #75b727;
	font-size: 45px;
	font-weight: 900;
	letter-spacing: -1px;
}
h2.subtitle {
	color: #75b727;
	font-size: 24px;
}
@media (max-width:768px){
  #wrapper h1 {
	margin-top: 20px;
	margin-bottom: 40px;
	color: #75b727;
	font-size: 25px;
	font-weight: 900;
	letter-spacing: -1px;
}
h2.subtitle {
	color: #75b727;
	font-size: 14px;
}
}


/* Heading  */
.block-heading{
    margin:10px 0 15px 0;
}
.block-heading h3{
    font-size:18px;
    line-height:36px;
    font-weight:600;
    padding:0px 10px 6px 0px;
    margin-bottom:10px;
    border-bottom:2px solid #eee;
}
.block-heading h3 span{
    padding-bottom:11px;
    border-bottom:3px solid;
}
.block-heading h3 span.label{
    font-size:15px;
}

/* Foot */
.footwrap {
    border-top: 3px solid #ff0000;
    background: #515151;
    color: #aaa;
}
.foot-item {
    margin: 15px auto;
    max-width: 500px;
}
@media (max-width: 991px) {
    .foot .foot-item {
        margin-bottom: 35px;
    }
}
.foot-item h5 {
    color: #50105b;
    font-size: 20px;
    line-height: 0px;
    margin-bottom: 40px;
}
.foot-item p {
    margin: 0px;
}
.foot-item a {
    color: #000;
}
.foot-item a.wit {
    color: #fff;
}
.foot-item a:hover {
    color: #515151;
}
.foot-item .brand-bg {
    margin: 10px 0px 20px 0px;
}
.foot-item .address h6 {
    color: #fff;
    font-size: 14px;
}	
.foot-item .address h6 i {
    font-size: 14px;
}
.foot-item .address p i {
    font-size: 12px;
    color: #fff;
}
.foot-item .address p.add {
    margin-left: 20px;
}
.foot-item .address p.tel {
    line-height: 35px;
}
.subfooter {
    margin-top: 10px;
}
.heading h5 span{
    padding-right:13px;	
}

body {
    color: #fff;
	background-color: #000;
}
.tel, .tel a {
    color: #fff;
}