body{
	font-family: 'Lato', sans-serif !important;
}


/*Navbar start Here*/

.navbar-default{
	padding-top:1%;
	padding-bottom:1%;
}

.navbar-default img{
	
}


.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
	color:#128ee1;
	background:none;
	border-top:solid medium #128ee1;
}

.navbar-nav{
	margin-top:1%;
}

.navbar-default .navbar-nav>li>a{
	border-top:solid medium #ccc;
}

.navbar-toggle{
	border:none;
	color:#128ee1;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
	background:none;
}

/*Search bar start here*/
.banner{
	width:100%;
	background-image:url(../images/bg.jpg);
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
	box-shadow:0 0 5px #555;
	color:#fff;
}

.banner h4{
	font-size:1.8em;
	text-transform:uppercase;
	font-weight:400;
	line-height:40px;
}

.banner .search{
	padding:5% 0;
}

.banner button{
	background-color:#128ee1;
	color:#fff;
	border:none;
	padding:7px 15px;
}

.banner input{
	background:rgba(225,225,225,0.3);
	border:none;
	padding:7px;
	color:#fff;
	outline:none;
	font-size:1.1em;
}

.banner ::-webkit-input-placeholder {
   color: #fff !important;
}

.banner :-moz-placeholder { /* Firefox 18- */
   color: #fff;  
}

.banner ::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;  
}

.banner :-ms-input-placeholder {  
   color: #fff;  
}

.banner .press{
	padding:2% 0;
}

.banner .press h5{
	font-size:1.4em;
	color:#128ee1;
}

.banner .press span{
	font-size:0.9em;
	color:#ccc;
	line-height:25px;
	text-align:right;
	float:right;
}

.banner .press p a{
	font-size:1.1em;
	text-decoration:none;
	line-height:25px;
	color:#eee;
}


/*content area start here*/

.main h3{
	font-size:1.8em;
	color:#128ee1;
	text-transform:uppercase;
}

.main h4{
	color:#414042;
	font-size:2.0em;
	line-height:30px;

}

.main p{
	color:#888;
	padding:1% 2%;
	line-height:28px;
	text-align:justify;
	font-size:15px;
}

.sidebar{
	padding:2% 0;
}

.sidebar h4{
	font-size:1.5em;
	text-transform:uppercase;
	line-height:30px;
	text-align:center;
	padding:2% 5%;
	color:#128ee1;
	border-bottom:solid thin #ccc;
	border-top:solid thin #ccc;
}
.footer-top .ft1 {
color:white;
font-size:21px;	

text-align:center;
}
.footer-top .pgap {
   margin-left: 18%;
    color: white;
    margin-top: 11%;
    font-size: 15px;

}
.footer-top .pgap2 {
   margin-left: 30%;
    color: white;
    margin-top: 11%;
    font-size: 15px;

}
.footer-top .pgap3 {
   margin-left: 25%;
    color: white;
    margin-top: 11%;
    font-size: 15px;

}
@media (max-width:768px){
	.navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
		border:none;
	}
	.footer-top .pgap2 {
   margin:0 auto;
    color: white;
    margin-top: 11%;
    font-size: 15px;

}
}
@media (min-width:1200px) {
.navbar-header #phno {
float:right;
font-size: 23px;padding-left: 418px;
padding-top: 43px;	
	
}	
}
}



ul.list-cards
{
    margin: 0;
    padding: 10px 0;
    list-style-type: none;
}

ul.list-cards li:before
{
    display: none;
}

ul.list-cards li
{
    width: 100%;
    display: block;
    margin: 10px;
    float: left;
    overflow: hidden;
}

ul.list-cards li a.list-card-header
{
    height: 100px;
    text-decoration: none !important;
}

ul.list-cards li a.list-card-header .list-card-img
{
    width: 200px;
    height: 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
    max-width: 200px;
}



ul.list-cards li a.list-card-header .list-card-body
{
    padding: 0 15px;
    overflow: hidden;
    border-bottom: solid 1px #efefef;
}

ul.list-cards li a.list-card-header .list-card-date
{
    font-size: 14px;
    color: #888;
    text-transform: uppercase;
}

ul.list-cards li a.list-card-header .list-card-title
{
    font-size: 17px;
    color: #222;
    line-height: 1.2;
    margin: 3px 0;
    height: 40px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

ul.list-cards li a.list-card-header .list-card-venue
{
    line-height: 2;
    color: #555;
    font-size: 14px;
}

ul.list-cards li .list-card-footer
{
    width: 100%;
    height: 40px;
    float: left;
    border-bottom: solid 1px #efefef;
    position: relative;
}

ul.list-cards li .list-card-footer .list-card-price
{
    width: 200px;
    height: 40px;
    background-color: #efefef;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    text-transform: uppercase;
    float: left;
    font-weight: bold;
    border-bottom: solid 1px #efefef;
}

ul.list-cards li .list-card-footer .list-card-tags
{
    overflow: hidden;
    height: 40px;
    padding: 0 15px;
}

ul.list-cards li .list-card-footer .list-card-tags span
{
    line-height: 40px;
    padding-right: 10px;
    color: #555;
}

ul.list-cards li .list-card-footer .list-card-btn
{
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    line-height: 40px;
}

ul.list-cards li .list-card-footer .list-card-btn .btn
{
    line-height: 40px;
    padding: 0 12px;
    color: #888;
}

ul.list-cards li .list-card-footer .list-card-btn .btn:hover
{
    color: #222;
}

@media (max-width: 768px) {
    ul.list-cards li a.list-card-header .list-card-body,
    ul.list-cards li a.list-card-header .list-card-img,
    ul.list-cards li .list-card-footer .list-card-price,
    ul.list-cards li .list-card-footer .list-card-tags,
    ul.list-cards li .list-card-footer .list-card-btn
    {
        display: block;
        width: 100%;
        margin: 0 auto !important;
        float: none;
        text-align: center !important;
    }
}

/* main-wrapper */
.main-wrapper{
    padding: 15px;
}
.main-wrapper h4{
    text-transform: uppercase !important;
    font-size: 18px;
    color: #2a2a2a;
    font-weight: bold;
}

.main-wrapper .school{
    width: 100%;
}

.main-wrapper .thumbnail{
    padding: 0;
    border-radius: 0;
    border: none;
}

.main-wrapper .thumbnail p
{
    padding: 15px;
}

.main-wrapper .thumbnail ul
{
    margin: 0;
    padding: 0;
    list-style-position: inside;
    padding: 15px;
}

.main-wrapper .thumbnail ul li
{
    line-height: 1.8;
}

.main-wrapper .thumbnail h4
{
    border-top: solid thin #00ABFF;
    border-bottom: solid thin #00ABFF;
    margin: 0;
    color: #00ABFF;
    text-transform: uppercase;
    line-height: 2;
    font-weight: 500;
    padding-left: 15px;
    font-size: 16px;
}

.main-wrapper .school img{
    float: left;
    padding: 0px;
    width: 330px;
    margin: 0 15px 10px 0;
    padding: 3px;
}

.main-wrapper .school h5{
    font-size: 16px;
    color: #00ABFF;
    font-weight: bold;
    text-transform: uppercase;
}

.main-wrapper p{
    font-size: 14px;
    color: #222;
    line-height: 24px;
    text-align: justify;
}

/* school-events */
.main-wrapper .school-events{
    width: 100%;
    min-height: 200px;
    color: #444;
}

.main-wrapper .school-events .event-time{
    text-transform: uppercase;
    font-weight: bold;
    text-align: right;
    width: 100%;
}