/************************
Designed by : http://responsivewebinc.com
************************/

/* Basic CSS starts */

body{
	font-family: 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Roboto', sans-serif;
}

p{
	margin:0;
	padding:0;
}

a{

}

a:hover{

}

a:hover,a:active,a:focus {
	outline: 0;
}

hr{

}

:focus {
	outline:none;
}

::-moz-focus-inner {
	border:0;
}

/* Basic CSS ends */

.container{
	/*width:900px;*/
	width:1170px;
}

.tblue{
	color:#69b8e5;
}


.top{
	background:#3f51b5;

}

.inner-page{
	padding-top:0px	!important;
	padding-bottom:10px;
}
/* Header */

header{
	background-color:rgba(0,0,0,0.3);
	height:80px;
	margin-bottom:15px;
	border-bottom:1px solid #000;
}

header .logo h1{
	font-size:40px;
	line-height:45px;
	color:#fff;
	font-family: 'Roboto', sans-serif;
	text-shadow:1px 1px 1px #777;
}

header .logo h1 a{
	color:#fff;
	text-decoration:none;
	padding-left:10px;
}

header .navigation a{
	color:#fff;
	text-decoration:none;
	font-size:15px;
	font-weight:bold;
	line-height:80px;
	margin-right:15px;
	background:rgba(0,0,0,0.3);
	padding:10px 15px;
	border-radius:5px;
	-webkit-transition: background 1s ease;
	-moz-transition: background 1s ease;
	-o-transition: background 1s ease;
	-ms-transition: background 1s ease;
	transition: background 1s ease;
}

header .navigation a:hover{
	color:#fff;
	background:#333;
	-webkit-transition: background 1s ease;
   -moz-transition: background 1s ease;
   -o-transition: background 1s ease;
   -ms-transition: background 1s ease;
   transition: background 1s ease;
}

/* Hero */

.hero{
	padding-top:20px;
	
}

.hero .shot img{
	width:300px;
	height:auto;
	margin:0px auto;
}

.hero .intro h1{
	color:#fff;
	font-family: 'Open Sans', sans-serif;
	font-size:20px;
	text-transform:uppercase;
	font-weight:bold;
	
}

.hero .intro p{
	color:#eee;
	font-size:22px;
}

.hero .intro a.download{
	color:#fff;
	display:inline-block;
	text-decoration:none;
	font-size:17px;
	font-weight:bold;
	padding:0px 25px;
	border-radius:5px;
	background:#39a5e2;
	line-height:50px;
	box-shadow: 0 2px 0 0 rgba(255,255,255,0.2) inset,0 2px 3px rgba(0,0,0,0.3);
	-webkit-transition: background 1s ease;
   -moz-transition: background 1s ease;
   -o-transition: background 1s ease;
   -ms-transition: background 1s ease;
   transition: background 1s ease;
}

.hero .intro a.download:hover{
	background:#1c97dd;
	-webkit-transition: background 1s ease;
   -moz-transition: background 1s ease;
   -o-transition: background 1s ease;
   -ms-transition: background 1s ease;
   transition: background 1s ease;
}

.hero .intro strong{
	color:#fff;
	font-size:15px;
	margin-left:5px;
}

.hero .intro .applinks{
	margin-top:15px;
}

.hero .intro .applinks a{
	color:#fff;
	text-decoration:none;
	font-size:20px;
	padding:10px 15px;
	line-height:60px;
	box-shadow:inset 0px 0px 3px #000;
	margin-right:10px;
	border-radius:40px;
	background:rgba(0,0,0,0.3);
	-webkit-transition: background 1s ease;
   -moz-transition: background 1s ease;
   -o-transition: background 1s ease;
   -ms-transition: background 1s ease;
   transition: background 1s ease;
}

.hero .intro .applinks a:hover{
	background:rgba(0,0,0,0.5);
	-webkit-transition: background 1s ease;
   -moz-transition: background 1s ease;
   -o-transition: background 1s ease;
   -ms-transition: background 1s ease;
   transition: background 1s ease;
}

.hero legend{
	color: #ffffff;
	
}

.well-hero {
   
    
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px;
}


/* Contact */

/* Map */

.map iframe{
	position:relative;
	z-index:100;
	width:100%;
	margin-bottom: 10px;
	height:300px;
	margin-top:10px;
	border:1px solid #eee;
	padding:10px;
}

.contact .formdetails{
	border:1px solid #eee;
	padding:20px;
	margin-bottom:10px;
}

.contact .well{
   border-radius:0px;
   box-shadow:none;
   background:#fafafa;
	border:1px solid #eee;
	padding:20px;
}

/* About */

.about{
	padding-top:30px;
	padding-bottom:30px;
}

.about p.aboutpara{
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	font-style:italic;
	line-height:30px;
	border:1px solid #ddd;
	background:#f5f5f5;
	padding:15px;
}

.about p span{
	font-size:25px;
}

.about .query h3{
	color:#777;
	
}

.about .query p{
	font-size:15px;
	line-height:25px;
}

.about .query hr{
	margin-top:5px;
	margin-bottom:5px;
}

.about .well{
	margin-top:20px;
	padding:5px;
}

.about .well h5{
	font-size:20px;
	padding-left:15px;
}

.about .well hr{
	margin-top:15px;
	margin-bottom:15px;
}

.about .well ul li{
	padding-top:5px;
	padding-bottom:5px;
}

/* Blog */

.blog{
	padding-top:0px;
	padding-bottom:30px;
}

.blog .posts h3{	
	font-weight:normal;
	font-family: 'Roboto', sans-serif;
	color:#555;
	
}

.blog .posts h3 a{
	text-decoration:none;
	color:#555;
}

.blog .posts h4{	
	font-weight:normal;
	font-family: 'Roboto', sans-serif;
	color:#555;	
}

.blog .posts h4 a{
	text-decoration:none;
	color:#555;
}

.blog .posts .post-meta{
	margin-top:20px;
	margin-bottom:20px;
	font-size:12px;
	color:777;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	padding:10px 0px;
}

.blog .posts .post-meta i{
	margin-left:5px;
	margin-right:5px;
}

.blog .posts .post-meta a{
	color:#777;
	text-decoration:none;
}

.blog .posts .post-meta a:hover{
	color:#555;
}

.blog .posts .post-content img{
	border:1px solid #f5f5f5;
	margin-bottom:15px;
}

.blog .posts .post-content p{
	font-size:13px;
	line-height:25px;
	
}

.blog .posts .post-content a{
	margin-top:15px;
}

.pagination > li:last-child>a, .pagination>li:last-child>span {
	border-radius:0px;
}

.pagination > li:first-child>a, .pagination>li:first-child>span {
	border-radius:0px;
}

.blog ul li a{
	color:#333;
}

.blog ul li a:hover{
	color:#666;
}

.blog .posts .well{
	padding-top:5px;
}

/* Comments */
/* Comments */

.respond{
	padding-top: 10px;
	padding-left: 20px;
}

.comments .title h5{
	font-size:18px;
	font-weight:bold;
}

.comments ul.comment-list{
	list-style-type: none;
	margin: 0px !important;
	padding:0px !important;
}

.comments > ul > li{
background:none;
padding:0px;
}

.comments{
	margin-bottom: 20px;
}

.comments .comment{
margin:15px 0px;
padding:13px 16px;
background:#f8f8f8;
border-left:2px solid #ddd;
}

.comment .avatar{
margin-top:5px;
margin-right:8px;
}

.comment .cmeta{
font-size:12px;
}

.comment p{
margin-top:5px;
font-size: 13px;
}

.comments .reply{
margin-left:15px;
}

.respond{
	border-top: 2px solid #eee;
}

.respond .title{
padding:5px 0px;
margin-bottom:0px;
}


.blog .posts .well a{
	line-height:24px;
	text-decoration:none;
	display:inline-block;
	width:24px;
	height:24px;
	text-align:center;
	color:#fff;
	font-size:13px;
	border-radius:2px;
   -webkit-transition: background 1s ease;
   -moz-transition: background 1s ease;
   -o-transition: background 1s ease;
   -ms-transition: background 1s ease;
   transition: background 1s ease;
}

.blog .posts .well a.facebook{
	background:#1e78ae;
}

.blog .posts .well a.twitter{
	background:#1ba1e2;
}

.blog .posts .well a.google{
	background:#f22d0c;
}

.blog .posts .well a.pinterest{
	background:#dd1617;
}

.blog .posts .well a.linkedin{
	background:#2d93cf;
}

.blog .posts .well a:hover{
	 background:#000;
    -webkit-transition: background 1s ease;
     -moz-transition: background 1s ease;
     -o-transition: background 1s ease;
     -ms-transition: background 1s ease;
     transition: background 1s ease;
}






/* Sidebar widget */

.sidebar {
	padding-top:0px;
}

.sidebar .widget h3{
	font-size: 14px;
	color: #777;
	line-height: 18px;
	margin-bottom: 5px;
	padding-bottom: 10px;
	text-transform: uppercase;
	border-bottom: 1px solid #eee;
}

.sidebar .social-widget h3{
	font-size: 14px;
	color: #777;
	line-height: 18px;
	margin-bottom: 5px;
	padding-bottom: 10px;
	text-transform: uppercase;
	border-bottom: 1px solid #eee;
}

.sidebar ul{
	margin: 10px 0px;
	margin-left:15px;
	padding-left:0px;
}

.sidebar .widget ul li{
	font-size:13px;
	padding:3px 0px;
}

.sidebar .social-widget ul li{
	font-size:13px;
	padding:3px 0px;
}

.sidebar ul li{
	line-height:23px;
}

.sidebar .widget p{
	font-size:13px;
	line-height:23px;
}

.sidebar .social-widget p{
	font-size:13px;
	line-height:23px;
}

.sidebar .widget a{
	
}

.sidebar .social-widget a{
	line-height:40px;
	text-decoration:none;
	display:inline-block;
	width:40px;
	text-align:center;
	color:#fff;
	font-size:15px;
	border-radius:25px;
   -webkit-transition: background 1s ease;
   -moz-transition: background 1s ease;
   -o-transition: background 1s ease;
   -ms-transition: background 1s ease;
   transition: background 1s ease;
}

.sidebar .widget a.facebook{
	background:#1e78ae;
}

.sidebar .widget a.twitter{
	background:#1ba1e2;
}

.sidebar .widget a.google{
	background:#f22d0c;
}

.sidebar .widget a.pinterest{
	background:#dd1617;
}

.sidebar .widget a.linkedin{
	background:#2d93cf;
}

.sidebar .social-widget a:hover{
	 background:#000;
    -webkit-transition: background 1s ease;
     -moz-transition: background 1s ease;
     -o-transition: background 1s ease;
     -ms-transition: background 1s ease;
     transition: background 1s ease;
}


/* Features */

.features{
	background:#eee;
	padding-top:40px;
	padding-bottom:60px;
	border-bottom:1px solid #ddd;
}

.features .feature-title h3{
	font-family: "Open Sans",sans-serif
	font-size:45px;
	font-weight:400 !important;
	color:#555;
}

.features .feature-title p{
	font-size:15px;
	line-height:30px;
	font-weight:normal;
	color:#555;
	font-family: 'Roboto', sans-serif;
	font-style:italic;
	max-width:700px;
	margin:0px auto;
	margin-bottom:20px;
}

.features hr{
	margin-top:25px;
	margin-bottom:35px;
}

.features .feat{
	text-align:center;
	color:#888;
	-webkit-transition: color 1s ease;
   -moz-transition: color 1s ease;
   -o-transition: color 1s ease;
   -ms-transition: color 1s ease;
   transition: color 1s ease;
   cursor:pointer;
}

.features .feat:hover{
	color:#444;
	-webkit-transition: color 1s ease;
   -moz-transition: color 1s ease;
   -o-transition: color 1s ease;
   -ms-transition: color 1s ease;
   transition: color 1s ease;
}

.features .feat i{
	font-size:30px;
}

.features .feat h4{
	color:#666;
	font-weight:400 !important;
}

.features .feat p{
	font-size:14px;
	line-height:28px;
	font-weight:normal;
	font-style:italic;
	font-family: 'Roboto', sans-serif;
}

/* Features */

.reviews{
	background:#ffffff;
	padding-top:40px;
	padding-bottom:60px;
	border-bottom:1px solid #ddd;
}

.home-container{
	padding-bottom: 40px;
}




/* Shots */

.shots{
	padding-top:60px;
	padding-bottom:60px;
}

.shots .screenshot img{
	width:300px;
	margin:0px auto;
}

.shots .shotcontent h3{
	font-size:35px;
	border-bottom:1px solid #eee;
	padding-bottom:15px;
	margin-bottom:15px;
}

.shots .shotcontent p.shot-para{
	font-size:16px;
	font-style:italic;
	font-family: 'Roboto', sans-serif;
	font-weight:normal;
	line-height:35px;
}

.shots hr{
	margin-top:20px;
	margin-bottom:20px;
}

.shots .shotcontent .shot-content-body i{
	font-size:20px;
	line-height:25px;
	margin-right:5px;
}

.shots .shot-content-body p{
	font-family: 'Open Sans', sans-serif !important;
	line-height:28px !important;
}

.shots .shotcontent a.download{
	color:#fff;
	display:inline-block;
	text-decoration:none;
	font-size:17px;
	font-weight:bold;
	padding:0px 25px;
	border-radius:5px;
	background:#39a5e2;
	line-height:50px;
	box-shadow: 0 2px 0 0 rgba(255,255,255,0.2) inset,0 2px 3px rgba(0,0,0,0.3);
	-webkit-transition: background 1s ease;
   -moz-transition: background 1s ease;
   -o-transition: background 1s ease;
   -ms-transition: background 1s ease;
   transition: background 1s ease;
}

.shots .shotcontent a.download:hover{
	background:#1c97dd;
	-webkit-transition: background 1s ease;
   -moz-transition: background 1s ease;
   -o-transition: background 1s ease;
   -ms-transition: background 1s ease;
   transition: background 1s ease;
}

/* Footer */

footer{
	padding-top:30px;
	background:#000 url('../img/3.png') repeat;
	color:#ccc;
}

footer  a{
	color:#aaa;
}

footer a:hover{
	text-decoration:none;
	color:#eee;
}



footer hr{
	margin-top: 30px;
	margin-bottom:30px;
	border-top: #101010 1px solid;
	border-bottom: #222 1px solid;
}

footer .footer-link{
	padding-top:15px;
}

footer .footer-link h5{
	color:#fff;
	font-size:18px;
}

footer .footer-link a{
	margin-bottom:10px;
	display:inline-block;
}



footer .copy{
	margin-bottom:20px;
	font-size:13px;
}


/*misc*/
.fancy{
	font-family: 'Roboto', sans-serif;
	color:#333;
	
}
.pull-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.share-buttons {
    float: right;
    padding-top: 0.5em;
    padding-right: 0.5em;
    padding-bottom: 0.5em;
}

/* Responsive CSS */

/* Mobile phones */
@media (max-width: 480px){
	header{
		padding-bottom:15px;
	}
	header .navigation a{
		margin-right:7px;
		margin-left:7px;
		line-height:50px;
	}

}

/* Tablets */
@media (max-width: 991px){
	.container{
		width:100%;
	}
	
	header{
		height:auto;
	}
	
	header .logo{
		text-align:center;
	}
	
	header .navigation{
		float:none !important;
		text-align:center;
	}
	
	.hero .intro{
		text-align:center;
		max-width:500px;
		margin:0px auto;
	}
	
	.hero .applinks {
		margin-bottom:25px;
	}
	
	.features .feat{
		margin-bottom:30px;
	}
	
	.features .feat p{
		max-width:200px;
		margin:0px auto;
	}
	
	.shots{
		text-align:center;
		max-width:400px;
		margin:0px auto;
	}
	
	.shots .shotcontent a.download{
		margin-bottom:20px;
	}
	
	footer{
		text-align:center;
	}
	
	.sidebar{
		margin-top:20px;
	}
	

}


div.campusexplorer-widget .checkbox input[type="checkbox"]{
	margin-left: 0;	
	float: none;
}
	
div.campusexplorer-widget label {
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	white-space: normal;	
}

div.campusexplorer-widget .header {
    background-color: #428bca;
    background-image: linear-gradient(to bottom, #428bca, #428bca);
    border-width: 0;
    color: #FFFFFF;
}

div.campusexplorer-widget .step button {
    background-color: #a5df00;
    background-image: linear-gradient(to bottom, #a5df00, #a5df00)    
}

div.campusexplorer-widget .step button:hover {
    background-color: #a5df00;
    background-image: linear-gradient(to bottom, #a5df00, #a5df00);    
}

.logo h2 {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    line-height: 35px;    
    padding-left: 10px;
    text-decoration: none;    
    font-weight:bold;
}

.logo h2 a {
    color: #fff;
    text-decoration: none;
}


.top .navbar-brand {
    float: left;
    font-size: 18px;
    line-height: 20px;
    padding: 0px;
}

.top .navbar {
	background-color: #303f9f;
    border-bottom: 1px solid #303f9f;
}

.top .navbar-right {
	padding-top:20px;	
}

.top .navbar-default .navbar-nav > .dropdown > a .caret {
    border-bottom-color: #a5df00;
    border-top-color: #a5df00;
}

.top .navbar-default .navbar-nav > li > a {
    color: #fff;
}
.top .navbar-nav > li > a {	
	color: #fff;	
    text-decoration: none;    
    font-size: 16px;
}

.top .navbar-default .navbar-nav > li > a:hover, .navbar-nav > li > a:focus {	
	color: #E91E63;	  
}

.top .navbar-nav .open .dropdown-menu {
    background-color: #e7e7e7;
    
}

.top .navbar-toggle {
    margin-top: 23px;
}


.floatBar {
	
	background-color: #f9f9f9;
    border: 1px solid #e3e3e3;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    padding-top: 0px;
    padding-bottom: 5px;
	
}

.floatBar.affix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index:10000;
    box-shadow:0 4px 2px -2px #888;
}

.noTopMargin {
	margin-top: 0px;
}

.btn-orange { 
  color: #FFFFFF; 
  background-color: #FF5722; 
  border-color: #FF5722; 
} 
 
.btn-orange:hover, 
.btn-orange:focus, 
.btn-orange:active, 
.btn-orange.active, 
.open .dropdown-toggle.btn-orange { 
  color: #FFFFFF; 
  background-color: #E64A19; 
  border-color: #E64A19; 
} 
 
.btn-orange:active, 
.btn-orange.active, 
.open .dropdown-toggle.btn-orange { 
  background-image: none; 
} 
 
.btn-orange.disabled, 
.btn-orange[disabled], 
fieldset[disabled] .btn-orange, 
.btn-orange.disabled:hover, 
.btn-orange[disabled]:hover, 
fieldset[disabled] .btn-orange:hover, 
.btn-orange.disabled:focus, 
.btn-orange[disabled]:focus, 
fieldset[disabled] .btn-orange:focus, 
.btn-orange.disabled:active, 
.btn-orange[disabled]:active, 
fieldset[disabled] .btn-orange:active, 
.btn-orange.disabled.active, 
.btn-orange[disabled].active, 
fieldset[disabled] .btn-orange.active { 
  background-color: #F88017; 
  border-color: #F88017; 
} 
 
.btn-orange .badge { 
  color: #F88017; 
  background-color: #FFFFFF; 
}

/*
http://blog.koalite.com/bbg/
*/

.btn-lime { 
  color: #ffffff; 
  background-color: #00BCD4; 
  border-color: #00BCD4; 
} 
 
.btn-lime:hover, 
.btn-lime:focus, 
.btn-lime:active, 
.btn-lime.active, 
.open .dropdown-toggle.btn-lime { 
  color: #ffffff; 
  background-color: #0097A7; 
  border-color: #0097A7; 
} 
 
.btn-lime:active, 
.btn-lime.active, 
.open .dropdown-toggle.btn-lime { 
  background-image: none; 
} 
 
.btn-lime.disabled, 
.btn-lime[disabled], 
fieldset[disabled] .btn-lime, 
.btn-lime.disabled:hover, 
.btn-lime[disabled]:hover, 
fieldset[disabled] .btn-lime:hover, 
.btn-lime.disabled:focus, 
.btn-lime[disabled]:focus, 
fieldset[disabled] .btn-lime:focus, 
.btn-lime.disabled:active, 
.btn-lime[disabled]:active, 
fieldset[disabled] .btn-lime:active, 
.btn-lime.disabled.active, 
.btn-lime[disabled].active, 
fieldset[disabled] .btn-lime.active { 
  background-color: #A0E13A; 
  border-color: #A0E13a; 
} 
 
.btn-lime .badge { 
  color: #A0E13A; 
  background-color: #ffffff; 
}

.instream-feature {
    border-bottom: 1px solid #ddd !important;
    border-top: 1px solid #ddd !important;
    margin-bottom: 10px;
    margin-top: 5px;      
    padding-bottom: 10px;
    padding-top: 10px  
}

.btn-primary { 
  color: #ffffff; 
  background-color: #1976D2; 
  border-color: #1976D2; 
} 
 
.btn-primary:hover, 
.btn-primary:focus, 
.btn-primary:active, 
.btn-primary.active, 
.open .dropdown-toggle.btn-primary { 
  color: #ffffff; 
  background-color: #2196F3; 
  border-color: #1976D2; 
} 
 
.btn-primary:active, 
.btn-primary.active, 
.open .dropdown-toggle.btn-primary { 
  background-image: none; 
} 
 
.btn-primary.disabled, 
.btn-primary[disabled], 
fieldset[disabled] .btn-primary, 
.btn-primary.disabled:hover, 
.btn-primary[disabled]:hover, 
fieldset[disabled] .btn-primary:hover, 
.btn-primary.disabled:focus, 
.btn-primary[disabled]:focus, 
fieldset[disabled] .btn-primary:focus, 
.btn-primary.disabled:active, 
.btn-primary[disabled]:active, 
fieldset[disabled] .btn-primary:active, 
.btn-primary.disabled.active, 
.btn-primary[disabled].active, 
fieldset[disabled] .btn-primary.active { 
  background-color: #1976D2; 
  border-color: #1976D2; 
} 
 
.btn-primary .badge { 
  color: #1976D2; 
  background-color: #ffffff; 
}
a {
    color: #1976d2;
    text-decoration: none;
}


.panel-primary > .panel-heading {
    background-color: #448aff;
    border-color: #448aff;
    color: #ffffff;
}
.panel-primary {
    border-color: #448aff;
}

.ajax-results-hover {
	position: relative;
	z-index: 10000;
}

.ajax-results {
	background-color: #ffffff;
	z-index: 1000;
}

