@import url(http://fonts.googleapis.com/css?family=Philosopher);

body {
    color: #000;
    font-family: 'Philosopher', sans-serif;
}

.wwwebsite {
    z-index:999;
    position:absolute;
    height:0;
    width:0;
    border:transparent;
    background:transparent;
    margin:0;
    top:0;
    left:0;
    clear:both;
    font-size:0px;
    line-height:0px;
}

h2, .h2 {
    font-size: 25px;
	margin-top:0;
	margin-bottom:30px;
	margin-left:10px;
}

.col-md-6 h2, .h2{
	margin-left:0;
}

.logo h1 a, .logo h1 a:hover{
	color:#fff;
	text-decoration:none;
}

h2.featurette-heading, h2.featurette-heading a{
	font-size: 14px;
	font-weight:bold;
	text-decoration:none;
	margin-left:0px;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

.featurette h2.featurette-heading, .featurette h2.featurette-heading a{
	font-size: 30px;
}

.thumbnail {
    border: 0 solid #ddd;
}

a{color:#000; text-decoration:underline;}

.right{
	float:right;
}

#CommentForm h4{
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}

#CommentForm label{
	float:left;
}

#CommentForm input, #CommentForm textarea{
	width:100%;
}

#CommentForm  #CommentForm_submit {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
	background-color: #428bca;
    border-color: #357ebd;
    color: #fff;
}

#CommentForm  #CommentForm_submit:hover,
#CommentForm  #CommentForm_submit:focus,
#CommentForm  #CommentForm_submit:active,
#CommentForm  #CommentForm_submit.active {
	background-color: #3276b1;
	border-color: #285c8e;
	color:#fff;
}

.navbar-static-side ul li {
    border-bottom: 1px solid #e7e7e7;
}

.boxTop{
	padding-bottom:5px;
	text-align:right;
}

.label a.navbar-link{
	color:#fff;
}

.carousel, img{
	-webkit-box-shadow: 0px 0px 30px 0px #000; /* WebKit */
	-moz-box-shadow: 0px 0px 30px 0px #000; /* Firefox */
	box-shadow: 0px 0px 30px 0px #000; /* Standard */ 
}

a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
    background-color: #000;
    border-color: #428bca;
}

.btn-primary, .btn-primary:hover {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}

.col-md-6 .btn-primary, .col-md-6  .btn-primary:hover {
    border-color: #000;
    color: #000;
}

#border{
	margin-bottom:30px;
}

.carousel-caption.logo {
    left: 30px;
    position: absolute;
    text-align: left;
    top: -15px;
}

.carousel-caption.logo p {
    padding-left:155px;
}

.gallery{
	margin-top:60px;
}

.carousel-inner > .item > img {
    left: 0;
    width: 100%;
    position: absolute;
    top: 0;
}

.carousel-inner > .item {
	height:380px;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.navbar-default .navbar-form, .navbar-brand{
    display:none;
}
.navbar-default .navbar-nav > li > a {
    color: #000;
    font-weight: bold;
	text-decoration:none;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
    color:#000; 
	text-decoration:underline;
}

.navbar-collapse, .container-fluid {
    padding-right: 0;
}

.lead {
    font-size: 15px;
}

.align_right{
	float:right;
	margin-left:35px;
}

.navbar-nav img{
    box-shadow: none;
}
@media (max-width:767px){
	.navbar-nav.right{
		float:left;
	}
}
