.nav-pills > .active > a,
.nav-pills > .active > a:hover,.nav-pills > li > a:hover {
	font-weight: bold;
	border-radius:0px;
	border-bottom-width: 4px;
	border-bottom-color: #0000ff;
	color: #0000ff !important;
	background-color: transparent !important;
}

.nav-pills > li > a {
    font-size: 20px;
	font-family: serif;
	border-radius:0px;
	border-bottom-style: solid;
	border-bottom-color: #d3d3d3;
}

.imagewrap {
	display:inline-block;position:relative;
}

.button1 {
	position:absolute;bottom:0;left:0;
}


.button4 {
	position:absolute;right:30%;top:70%;;
}

.btn-google-plus {
	color : #DD4839
}

 .btn-class{
               border:none;
         }

        #search-form{
              display:none;
          }

        .font-color{
              color:black;
         }
         
         .pic-color{
               background-color:black;
         }

         .font-color:hover{
              color:royalblue;
          }

       .sel > li > a:hover,
         .sel > li > a:focus{
               border:solid 1px royalblue;  
               background-color:transparent;
         }
         
         #search-button:hover,
         #search-button:focus{
              border:solid 1px royalblue;
              background-color:transparent;
         }

         .new:hover{

              color:royalblue;
         }
		.h4{
			color: royalblue;
		}

         .circle{
              width:100px;
              height:100px;
              border-radius:100px;
              border:solid 1px black;
              background-color:lightgray;
              margin-top:20px;
           }

           .wrapper{
               display:table;
               width:900px;
           }

           .row-table{
               display:table-row;
           }

           .col-table-cell-1{
               display:table-cell;
               float:left;
           }

           .col-table-cell-2{
               display:table-cell;
               padding-left:20px;
               float:left;
           }
