body {
    font-family: 'Open Sans', sans-serif;
}
p {
    margin: 0 0 15px;
}

.search_big_l {
    background-color: #150D28;
    background-image: url('search_bg_big.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    height: 330px;
    z-index: 100;
}

#particles-js {
  
  width: 100%;
  height: 250px;
  z-index: 1;
  position: absolute;
}

.search_bar .btn-info, .search_bar .btn-info:active,  .search_bar .btn-info:visited {
    background-color: #a51cde;
    border: #a51cde;
}
.search_bar .btn-info:hover {
    background-color: #8908bf;
    border: #8908bf;
}
.navbar-inverse {
    background-color: transparent;
    border: none;   
}
.search_bar .input-group {
    max-width: 550px;
    margin: 0 auto;
}
.search_bar h2 {
    font-size: 30px;
    color: #f0ecf5;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 40px;

    
}



.jumbotron .container{
    width: 70%;
    margin: 0 auto;
}

.features {
    margin-top: 50px;
}
.feature {
    width: 47.8%;
    float: left;
    font-size: 14px;
    margin-right: 4%;
    margin-bottom: 40px;
    color: #333333;
}
div .feature:nth-child(even) {
    margin-right: 0;
}
.feature .feature_icon {
    
    float: left;
    border-radius: 50%;
    border: 1px solid #9f6eb3;
    background-color: #76448b;
    line-height: 55px;
    font-size: 38px;
    text-align: center;
    color: white;
    margin-right: 15px;
    margin-bottom: 40px;
    width: 60px;
    height: 60px;
 
}
.feature a, .feature .likea {

    font-size: 20px;
    margin: 0;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 10px;
    color: #76448b;

}
.feature .fa-external-link {
    font-size: 12px;
    vertical-align: top;
}


footer {
  background-color: #111111;
  background-image: -moz-linear-gradient(top, #222222, #111111);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
  background-image: -webkit-linear-gradient(top, #222222, #111111);
  background-image: -o-linear-gradient(top, #222222, #111111);
  background-image: linear-gradient(to bottom, #222222, #111111);
  background-repeat: repeat-x;
  border-color: #252525;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
  color: #f0ecf5;
  padding: 50px 0;
}
footer a, footer a:hover, footer a:active, footer a:visited  {
    color: #f0ecf5;
}
footer a:hover {
    text-decoration: underline;
}
footer ul {
    list-style: none;
    padding-left: 0;
}
footer ul li {
    padding-top: 10px;
}
footer h3 {
    font-size: 16px;
    text-transform: uppercase;
}

.jumbotron {
-webkit-box-shadow: inset 0px 4px 4px 0px rgba(0,0,0,0.9);
-moz-box-shadow: inset 0px 4px 4px 0px rgba(0,0,0,0.9);
box-shadow: inset 0px 4px 4px 0px rgba(0,0,0,0.9);
}

h1 i {
    color: #76448b;
    padding-right: 20px;
}
.panel-default>.panel-heading-stats {
    color: white;
    background-color: #985eb0;
    font-size: 16px;
}
 

.help_section ul {
  list-style: none;
  padding: 0;
}
.help_section li {
  padding-left: 1.8em;
  padding-top: 20px;
}
.help_section li:before {
  content: "\f071"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.8em; /* same as padding-left set on li */
  width: 1.8em; /* same as padding-left set on li */
}


.timeline_date {
    color: gray;
    font-weight: normal;
}
.timeline_event_name {
    color: #76448b;
    margin: 10px 0;
    font-weight: bold;
    font-size: 14px;
}

#thumb_holder {
    height: 300px;
    overflow: hidden;
    text-align: center;
    transition: all 2s ease;
}
#thumb_holder img {
    width: 100%;
    max-width: 400px;
}
#thumb_trigger {
    text-align: center;
    color: #76448b;
    margin: 0 5%;
    font-size: 30px;
    border-top:2px dotted #76448b;
    cursor: pointer;
}

#whois_holder {
    width: 100%;
    height: 350px;
    overflow: scroll;
}

.outLink {
    text-decoration: underline;
    cursor: pointer;
    color:#337ab7;
}

#abc {
  padding:0 3em;
}
#abc a {
  display:block;
  font-size:2em;
  text-align:center;
  width: 2.8em;
  padding: 0.5em 0em;
  float:left;
  border:0.1em solid #DDDDDD;
  margin-left:0.7em;
  margin-top:0.7em;
  text-decoration:none;
}
#abc a:hover{
  border:0.1em solid #8908bf;
}
.b-ab {
text-align:center;
margin-bottom:1em;
}
.b-ab a{
padding:0 0.7em;
}

#cc_container {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    font-size: 12px;
    padding: 9px 30px;
    color: #A3A3A3;
    background-color: #111111;
    text-align:center;
}
#cc_container u {
    cursor: pointer;
}

.table {
  table-layout:fixed;
}

.table td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.stats_trigger {
    color: #76448b;
    font-size: 24px;
}

table.list {
    width: 100%;
}
td.list_col_a {
    width: 30%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
td.list_col_b {
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
div.list_half {
    width: 45%;
    margin-left: 2%;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;    
}
.clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	
}
.gads {

    margin: 15px 0;
}
.gads336 {
    width: 336px;
    height: 280px;
    margin-bottom: 10px;
    float: left;
}
@media (min-width: 1200px) {
    /*     so 2 GA 336 blocks will fit */
    .lg-override-left {
        width: 61.33333333%;    
    }
    .lg-override-right {
        width: 38.66666667%;    
    }
}


@media screen and (max-width:650px) {
    .feature {
        width: 100%;
        float: none;
        clear: both;
    }
    .navbar-inverse {
        background-color: #222;
        z-index: 100;

    }
/*
    #particles-js {
                 so the navbar will be visible on mobile 
        position: static;
        height: auto;
    }
*/
}