/* GLOBAL STYLES
-------------------------------------------------- */
.sitemap {
    max-width: 900px;
  margin: 0 auto;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 5px;
  line-height: 1.6;
  padding: 20px;
}
.sitemap a {
    color: #007bff;
    text-decoration: none;
}

.sitemap a:hover {
    color: #dba40c;
    text-decoration: underline;
}

.sitemap ul {

    margin-left:30px;
    padding: 10px;
}

.sitemap li {
    list-style-type:circle;
    margin-bottom: 10px;
}

.glyphicon {
    margin-right: 5px;
}
.sitemap span.glyphicon-book:before {
    content: "\e027";
    font-family: "Glyphicons Halflings";
    font-size: 18px;
}
.scammers-list {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.scammers-list h2 {
    color: #333;
}

.scammers-list ul {
    list-style-type: none;
    padding: 5px;
}

.scammers-list li {
    margin-bottom: 10px;
}

.scammers-list a {
    text-decoration: none;
    color: #007bff;
    font-weight: bold;
}

.scammers-list a:hover {
    color: #0056b3;
}

/* Padding below the footer and lighter body text */

body {
  padding-bottom: 40px;
  color: #5a5a5a;
  font-size: 1.5rem;
}
p {
    text-align: justify-all;
}
h1 {
    font-size: 2.4em;
}
h2 {
    font-size: 2.2em;
}
h3 {
    font-size: 2em;
}
/*h4 {
    font-size: 1.8em;
}*/
.bottom-buffer { margin-bottom:20px; }

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}

.jumbotron {
	background: #358CCE;
	color: #FFF;
	border-radius: 0px;
}

.jumbotron-sm {
	padding-top: 14px;
	padding-bottom: 14px;
}

.jumbotron small {
	color: #FFF;
}

.h1 small {
	font-size: 18px;
}

.padin {
    padding-top: 50px;
    padding-left: 10px;
    padding-right: 10px;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}

.label-default {
  background-color: #999;
}

.side_head {
		background: #e74c3c; /* Old browsers */
	background: -moz-linear-gradient(left, #e74c3c 0%, #e74c3c 59%, #333333 60%, #333333
		100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #e74c3c 0%, #e74c3c 59%, #333333 60%,
		#333333 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #e74c3c 0%, #e74c3c 59%, #333333 60%, #333333
		100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e74c3c',
		endColorstr='#333333', GradientType=1); /* IE6-9 */
	border-bottom: 1px dotted #FFF;
}

.side_head span {
	margin: 0%;
    padding: 2% 3%;
    font-size: 18px;
    color: #FFF;
    font-family: arial;
    text-transform: uppercase;
}

.footer-home {
	padding: 1%;
	background: #333;
	border-bottom: 1px solid #0f0f0f;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.07), inset 0 5px 81px
		rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.07), inset 0 5px 81px
		rgba(0, 0, 0, 0.75);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.07), inset 0 5px 81px
		rgba(0, 0, 0, 0.75);
}

#lightbox .modal-content {
    display: inline-block;
    text-align: center;
}

#lightbox .close {
    opacity: 1;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 25, 25);
    padding: 5px 8px;
    border-radius: 30px;
    border: 2px solid rgb(255, 255, 255);
    position: absolute;
    top: -15px;
    right: -55px;

    z-index:1032;
}
/* --- box --- */

.box {
	width: 100%;
}
.box-gray  {
	text-align: center;
	background: #f8f8f8;
	padding: 20px 20px 30px;
	border: 1px solid;
}
.box-gray  h4,.box-gray  i {
	margin-bottom: 20px;
}
.box-bottom {
	background:#68A4C4;
    padding: 20px 0;
    text-align: center;
}
.box-bottom a {
	color: #fff;
	font-weight: 700;
}
.box-bottom a:hover {
	color: #eee;
	text-decoration: none;
}

/** For scammer details page carousel */
.hide-bullets {
    list-style:none;
    margin-left: -40px;
    margin-top:20px;
}

.thumbnail {
    padding: 0;
    height: 100%
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img {
    width: 100%;
    max-height:800px;
}

/** For scammer details page carousel end */

/* xs < 768 */
@media screen and (max-width: 767px) {
    body p {
        font-size: 0.9em;
    }
}

/* sm */
@media screen and (min-width: 768px) {
    body p  {
        font-size: 1em;
    }
}

/* md */
@media screen and (min-width: 992px) {
    body  p {
        font-size: 1.2em;
    }
}

/* lg */
@media screen and (min-width: 1200px) {
    body  p {
        font-size: 1.3em;
    }
}

.padding-top-3 {
    padding-top: 3px;
}

/** Comments */

.comment {
    overflow: hidden;
    padding: 0 0 1em;
    border-bottom: 1px solid #ddd;
    margin: 0 0 1em;
    *zoom: 1;
}

.comment-img {
    float: left;
    margin-right: 33px;
    border-radius: 5px;
    overflow: hidden;
}

.comment-img img {
    display: block;
}

.comment-body {
    overflow: hidden;
}

.comment .text {
    padding: 10px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    background: #fff;
}

.comment .text p:last-child {
    margin: 0;
}

.comment .attribution {
    margin: 0.5em 0 0;
    font-size: 14px;
    color: #666;
}

/* Decoration */

.comments,
.comment {
    position: relative;
}

.comments:before,
.comment:before,
.comment .text:before {
    content: "";
    position: absolute;
    top: 0;
    left: 65px;
}

.comments:before {
    width: 3px;
    top: -20px;
    bottom: -20px;
    background: rgba(0,0,0,0.1);
}

.comment:before {
    width: 9px;
    height: 9px;
    border: 3px solid #fff;
    border-radius: 100px;
    margin: 16px 0 0 -6px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.2), inset 0 1px 1px rgba(0,0,0,0.1);
    background: #ccc;
}

.comment:hover:before {
    background: orange;
}

.comment .text:before {
    top: 18px;
    left: 78px;
    width: 9px;
    height: 9px;
    border-width: 0 0 1px 1px;
    border-style: solid;
    border-color: #e5e5e5;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}​
/* HUNTSCAMMER REPORT
-------------------------------------------------- */
.content-view{
    margin-left: 4rem;
}

