/* Some hacks by waebi to make it beautiful */



/* Navbar separating headers centered and bold */
.nav-header {
  text-align: center;
  font-weight: bold; 
}

/* The word Silent Gardens in the Navbar */
.navbar-brand {
  display: block;
  float: left;
  padding: 13px 10px 10px;
  margin-left: -20px;
  font-size: 28px;
  font-weight: 600;
  color: #00ff00 !important;
}

/* NAV bar colours changed to green */
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  color: #00ff00 !important;
  text-decoration: none;
  background-color: transparent;
}
/* Move NAVbar up
.navbar {
  margin-top:50px !important;
}

/* Justify texts CSS3 compliant */
.p-just {
  text-align:justify;
}

/* Background Gradient */
.grad {
    background: #9AFEA3; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#9AFEA3, #B7FFF7); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#9AFEA3, #B7FFF7); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#9AFEA3, #B7FFF7); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#9AFEA3, #B7FFF7); /* Standard syntax (must be last) */
}

/* strike-through class */
.strike { 
    text-decoration: line-through;
}
/* Rotate a text by 90 degrees */
.rotate {
     -moz-transform: rotate(-90.0deg);  /* FF3.5+ */
       -o-transform: rotate(-90.0deg);  /* Opera 10.5 */
  -webkit-transform: rotate(-90.0deg);  /* Saf3.1+, Chrome */
             filter:  progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083);  /* IE6,IE7 */
         -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)"; /* IE8 */
}

/* Page title container */
.page-title {
	height: 352px;
	padding-bottom: 60px;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;

  margin-bottom: 30px;
  color: #eeeeee;
  background-color: #000;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
}

/* Page Title a bit lower and a bit fatter */
.Dick-Head1 {
    padding-top: 30px;
    padding-left: 30px;
    font-weight: 700;
}
.Dick-Head4{
    padding-left: 30px;
    font-weight: 600;
}


/* Box shadow and circle shadow */
.alert-box {
    -webkit-box-shadow: 8px 8px 15px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    8px 8px 15px rgba(50, 50, 50, 0.75);
    box-shadow: 8px 8px 15px rgba(50, 50, 50, 0.75);
}
.img-circle {
    -webkit-box-shadow: 8px 8px 15px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    8px 8px 15px rgba(50, 50, 50, 0.75);
    box-shadow: 8px 8px 15px rgba(50, 50, 50, 0.75);
}
.btn-primary {
	-webkit-box-shadow: 8px 8px 15px rgba(50, 50, 50, 0.75);
    	-moz-box-shadow:    8px 8px 15px rgba(50, 50, 50, 0.75);
    	box-shadow: 8px 8px 15px rgba(50, 50, 50, 0.75);
}
.btn-danger {
	-webkit-box-shadow: 8px 8px 15px rgba(50, 50, 50, 0.75);
    	-moz-box-shadow:    8px 8px 15px rgba(50, 50, 50, 0.75);
    	box-shadow: 8px 8px 15px rgba(50, 50, 50, 0.75);
}
.btn-warning {
	-webkit-box-shadow: 8px 8px 15px rgba(50, 50, 50, 0.75);
    	-moz-box-shadow:    8px 8px 15px rgba(50, 50, 50, 0.75);
    	box-shadow: 8px 8px 15px rgba(50, 50, 50, 0.75);
}

/* Move the brand name a bit in */
.navbar-brand {
	padding: 14px 20px 16px;
}

/* Make the horizontal line darker */
hr {
height: 1px;
color: #123455;
background-color: #123455;
border: none;
}

/* Link styles*/ 
a:link {text-decoration:underline; font-weight:600; !important}
a:visited {color:#000000;  text-decoration:underline; font-weight:600; !important}
a:hover {color:#ff0000; text-decoration:underline; font-weight:600; !important}

btn-primary{color:#ffffff; text-decoration:none; font-weight:600; !important}
a.btn-primary:link {color:#ffffff; text-decoration:none; !important}
a.btn-primary:visited {color:#ffffff; text-decoration:none; !important}
a.btn-primary:hover {background:#000099; text-decoration:none; !important}

/* Show and hide ads depending on media size */
@media screen and (min-width: 0px) and (max-width: 768px) {
  .no-pub { display: none; }  /* hide it elsewhere */
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .no-pub { display: block; }   /* show it on small screens */
}



/* Show and hide qrcode depending on media size */
@media screen and (min-width: 0px) and (max-width: 1000px) {
  .no-qr { display: none; }  /* hide it elsewhere */
}

@media screen and (min-width: 1001px) and (max-width: 1024px) {
  .no-qr { display: block; }   /* show it on small screens */
}

/* Put the close button in the footer on the left side */
.modal-footer {
  padding: 15px;
  text-align: left;
  border-top: 1px solid #e5e5e5;
}

/* Make modals visible on smartphones */
@media (max-width: 767px) {
	.modal {
		position: absolute;
		overflow:visible;
		}
	.modal-open {
		overflow:visible;
		}
}

.money-modal-content {
  position: relative;
  background-color: #000;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
