
#fav-containerwrap {
    background-size: cover;
}

#fav-container {
	background: transparent;
	margin: 0;
	
}

#fav-headerwrap {
    margin: 0px;
    padding: 0px;
    padding-bottom: 10px;
    border-bottom: 0px solid #ddd;
    border-top: 15px solid #000;
}

#fav-main {
	border-radius: 10px;
    background: rgba(0, 0, 0, 0.90);
    color: #c1c1c1;
	padding: 20px;
	min-height: 500px;
}

#fav-header {
    background: #000;
    padding: 10px;
    border-radius: 0px 0px 10px 10px;
}

#fav-nav {
    background: #000000;
    margin-bottom: 10px;
    border-radius: 10px;
}

#fav-logo {
     padding:0;     
}

#fav-nav .navigation,
#fav-nav .navigation .nav {
    margin: 0px;
}
#fav-nav .navigation li a {
    color: #fff;
    font-size: 20px;
}
#fav-sidebar2 .nav>li>a:hover,
#fav-sidebar2 .nav>li>a:focus {
    color: #b27900;
	line-height:25px;
}
#fav-sidebar2 .moduletable {
    margin-top: 0;
}
#fav-sidebar2 .nav{}
#fav-sidebar2 .nav>li{}
#fav-sidebar2 .nav>li>a{
	color:#FFF;
	line-height:25px;
}
	.moduletable h3,
	.page-header h2, 
	 h2.item-title, 
.componentheading {
    font-size: 18px;
	color: #b27900;
	font-weight: bold !important;
}

blockquote{position:relative;}
blockquote::before, blockquote::after {
	font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    font-size: 70px;
    color: #ddd;
    line-height: 1em;
    content: "";
}

blockquote::before {
    float: left;
    content: "\f10d";
}
/*
blockquote::after {
     float: right;
    content: "\f10e";
	text-indent:-10px;
	margin-left:10px
}

 .blockquote:after {
  font-family: Georgia, serif;
  content: "”";
  position: absolute;
  bottom: -110px;
  line-height: 100px;
  right: -32px;
  font-size: 25em;
  color: rgba(238, 238, 238, 0.8);
  font-weight: normal;
} */

a.backtop i {
    background-color: #b27900;
}

#fav-copyrightwrap {
	border:0px;
}
#fav-copyright {
	background:#fff;
}