/*
[Master Stylesheet]

Project: Scholarships in India
Version: 1.0
Author : webarcindia.com

*/

@charset "utf-8";
.container {line-height:22px;}
.navbar-nav {   float: none;}
.navbar-inverse .navbar-nav li a {  font-size:13px;}
.topic {border-bottom: 1px solid #ededed; margin-bottom:20px;}
.last {border-bottom: 0px solid #ededed; margin-bottom:0px;}
 h1, .h1, h2, .h2, h3, .h3 {margin-top: 10px; margin-bottom:5px;}
h2, .h2 {font-size:14px;}
.container p {text-align:justify;}

.main-title {text-transform: none; font-size:16px;}
.main-title-outer {border-bottom: 1px solid #F52222; margin-top: 10px;}
.science {border-right:1px dotted #ededed; padding:0 10px 0 0;  }
.intern  {border-left:1px dotted  #ededed; margin-left:-1px; padding:0 0 0 10px;}
.content-left {padding-right:20px;}
.header {
  padding-top: 5px;
  padding-bottom: 15px;
}
.navbar-brand {
  width: 320px;
  height: 77px;
  margin-top: 0px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url('../images/scholarshipsinindia-logo.png') no-repeat;
  background-size: 100%;
  padding: 0;
}

.advtspace {text-align:center; width:100%; display:block; }

.list-unstyled li {
  border-bottom: 0px solid #ededed; 
  padding-bottom: 0px;
  font-size:13px;
  margin-bottom:0px;
  margin-left: 0px;
}

.footer-link .list-unstyled a:hover {color:#E74C3C}
footer .top-sec {
  padding-top: 10px;
  padding-bottom: 10px;
}
.footer-link {width:50%; display:block; float:left; padding-right:10px}
footer .f-title {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-transform: none;;
  padding: 10px 0 0;
  margin-bottom: 5px;
}

.footer-link ul{
  padding-left: 0;
  list-style: none;
}

.footer-link li {
  border-bottom: 0px solid #ededed; 
  padding-bottom: 2px;
  font-size:13px;
  margin-bottom:2px;
}
.footer-link a {
  color: #c1c7cd;
}

.list-unstyled a {
  color: rgba(3, 18, 32, 0.78);
  font-size:13px;
}

.list-unstyled a:hover {color:red;}

.footer-link a:hover {
  color: white;
}
#cse-search-box input {width:95%; padding:5px 0 7px; padding-right:42px;}
.btn {margin-left:-43px;}

.logo-txt {font-size:2px}
.hidden-xs h1 {font-size:18px; line-height:26px; text-transform:none}
.googlesearch {width:100%; margin:10px 0}
.social-link1 {float:right; margin-top:15px; display:none}
.social-link2 {float:right;}
.social-link2 a {margin:0 10px;}
.social-link2 a :hover {padding:0;}
.social-link1 a { color:#FFF; margin:0px 5px; }
.social-link1 .facebook, .social-link2 .facebook {margin-left:0px;}
.facebook :hover {color:#A2ACB5;  background-color:#FFF;padding:2px 0;}
.twitter :hover {color:#5EA9DD; background-color:#FFF; padding:2px 0;}
.googleplus :hover {color:red; background-color:#FFF; padding:2px 0;}
/*	advt banners	*/
.top-advt {width:100%; text-align:center}
.col-sm-16 p a {color:#E74C3C}
.col-sm-16 p a:hover { text-decoration:underline}


@media (max-width:767px) {
.social-link1 {display:block}
.social-link2 {display:none}
.container p {text-align:justify;}
.science {border-right:0px dotted #ededed; padding:0;  }
.intern  {border-left:0px dotted  #ededed; margin-left:0; padding:0;}
.content-left {padding-right:0;}

}