@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700');


html {
	overflow-y: scroll;
}

body {
	background-color: #e3ecf7;
	font-family: 'Open Sans',Helvetica,Arial,sans-serif;
	color: #585f69;
	font-size: 14px;
}

h2 {
	font-size: 26px;
}

#wrapper > .container-fluid {
	padding: 25px;
}

input, button, textarea {
	border-radius: 0 !important;
}

.navbar-default {
	background-color: #fff;
	margin-bottom: 0;
	border: 0;
	border-radius: 0;
}

.navbar-brand {
	display: block;
    padding: 15px 25px;
    width: 275px;
	height: auto;
}

.navbar-default .navbar-collapse {
	padding: 0 25px;
}

.navbar-nav {
	padding: 15px 0 0;
}

.navbar-login {
    width: 305px;
    padding: 10px;
    padding-bottom: 0px;
}

.navbar .login-btn {
	font-size: 13px;
}

.navbar .login-btn i {
	margin-right: 5px;
}

.navbar-login-session {
    padding: 10px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.icon-size {
    font-size: 87px;
}

.page-title {
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}

.breadcrumb {
	background-color: transparent;
}

.banner-content {
	color: #fff;
	padding: 180px 0 260px;
	max-height: 675px;
}

.banner-content .large-text,
.banner-content .medium-text.
.banner-content .small-text {
    text-shadow: 0px 2px 0px rgba(0, 0, 0, .3);
}

.banner-content .large-text {
	font-size: 56px;
	font-weight: bold;
}

.banner-content .medium-text {
	font-size: 30px;
	font-weight: bold;
}

.banner-content .small-text {
	font-size: 20px;
}

.banner-content .form-search {
	max-width: 465px;
    margin: 40px auto 0;
}

.banner-content .form-search input {
	opacity: .5;
}

.banner-content .form-search button {
	padding-top: 11px;
	padding-bottom: 11px;
	background-color: #009eb3;
}

.banner-content .form-search input,
.banner-content .form-search button {
	border-radius: 0;
	border: 0;
}

#page-header {
	background: url(../images/page-header.jpg) center center no-repeat;
	background-size: cover;
}

#page-header .page-title {
	height: 250px;
	font-size: 36px;
	padding-top: 170px;
    text-transform: uppercase;
    color: #fff;
}

#main-content {
	background-color: #fff;
	padding: 30px 0 60px;
	margin-bottom: 100px;
}

#main-content .feature {
	background-color: #009eb3;
	color: #fff;
    margin-top: -100px;
    padding: 35px 15px 25px;
}

#main-content .feature .fa {
	float: left;
}

#main-content .feature .feature-text {
	margin-left: 60px;
}

#main-content .feature .feature-text h3 {
	margin-bottom: 5px;
	margin-top: 0;
}

#main-content .feature .feature-text p {
	font-size: 13px;
}

.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}

.fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.panel {
	border: 0;
	border-radius: 0;
}

.panel.panel-default>.panel-heading {
	color: #444;
	border-bottom: 1px solid #e6e9ee;
    background-color: #fff;
}

.panel-title {
	font-size: 15px;
}

/* Scrollbar Design Starts */
.scrollbar {
	overflow-y: auto;
}

.scrollbar::-webkit-scrollbar-track {
	background-color: transparent;
}

.scrollbar::-webkit-scrollbar {
	width: 6px;
	background-color: transparent;
}

.scrollbar::-webkit-scrollbar-thumb {
	background-color: rgba(0,0,0,.4);
}
/* Scrollbar Design Ends */

#sidebar .panel .panel-heading {
	background-color: #009eb3;
	color: #fff;
}

.panel .user-img img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
}

.case-records .panel {
	margin-bottom: 21px;
}

.case-records > div:last-child > .panel {
	margin-bottom: 0;
}

.case-records .panel-body h4 {
	font-size: 50px;
}

.case-records .panel-body .fa {
	display: block;
	font-size: 55px;
}

.recent-activity .scrollbar {
	position: relative;
    overflow: auto;
    width: auto;
    height: 285px;
}

.recent-activity .timeline {
	list-style: none;
    padding: 0 0 10px;
    position: relative;
    margin: 0;
}

.timeline:before {
	top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 1px;
    background-color: #e6e9ee;
    left: 20px;
}

.timeline > li:first-child {
	margin-top: 0 !important;
}

.recent-activity .timeline li.timeline-separator {
	position: relative;
}

.recent-activity .timeline li.timeline-separator:before {
	content: attr(data-datetime);
    display: inline-block;
    min-width: 40px;
    text-align: center;
    padding: 0 18px;
    line-height: 28px;
    font-size: 11px;
    background-color: #e6e9ee;
    border-radius: 30px;
    margin-left: 40px;
}

.recent-activity .timeline li.timeline-separator:after {
	content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -5px;
    background-color: #e6e9ee;
    border-radius: 50%;
}

.recent-activity .timeline > li {
	margin-bottom: 20px;
    position: relative;
    margin-top: 30px;
}

.timeline > li:after,
.timeline > li:before {
	content: " ";
    display: table;
}

.timeline > li > .timeline-badge {
	width: 30px;
    height: 30px;
    margin-left: -15px;
    line-height: 30px;
    font-size: 12px;
	position: absolute;
    top: 0;
    left: 20px;
	border-radius: 500px;
	text-align: center;
    color: #fff;
    z-index: 100;
	background-color: #009eb3;
}

.timeline > li > .timeline-panel {
	position: relative;
    margin-left: 50px;
}

#sidebar .panel-heading .fa {
	font-size: 18px;
	line-height: 1.2em;
}

.panel.user-list .user-list-heading > p {
	margin-top: 10px;
	margin-left: 10px;
}

footer {
	background-color: #fff;
	overflow: hidden;
}

footer .copyright-strip {
	background-color: #009eb3;
	color: #fff;
	padding: 20px 25px;
}

footer .copyright-info {
	margin-bottom: 0px;
}

footer .social-icons a {
	display: inline-block;
	margin-left: 10px;
	font-size: 15px;
	color: #fff;
}

#contact {
	padding: 70px 0;
	background-color: #fff;
}

#contact .footer-contact-form button {
	background-color: #009eb3;
	border-color: #009eb3;
}

#contact ul {
	list-style: none;
	padding-left: 15px;
	margin-top: 30px;
}

#contact .contact-info {
	margin-left: 25px;
}

#contact ul li {
	margin-bottom: 15px;
}

#contact ul li a {
	color: #585f69;
}

#contact ul li .fa {
	float: left;
	text-align: center;
	width: 18px;
	margin-right: 10px;
	margin-top: 2px;
	color: #009eb3;
}

#profile {
	overflow: hidden;	
	background-color: rgb(248,248,248);
}

#profile .profile-bg {
	background: url(../images/profile-bg.jpeg) center center no-repeat;
	background-size: cover;
	height: 680px;
}

#profile .profile-text {
	text-align: justify;
	padding-left: 10px;
	margin-bottom: 30px;
}

#profile .profile-text h2 {
	margin-top: 45px;
	margin-bottom: 20px;
}

#profile .profile-text p {
	margin-bottom: 15px;
}

#intro {
	padding-top: 40px;
    padding-bottom: 65px;
}

#intro .intro-top {
	max-width: 700px;
	margin: 0 auto 40px;
}

#intro .intro-top h2 {
	margin-bottom: 15px;
}

#intro .intro-bottom .fa {
	color: #009eb3;
}

#intro .intro-bottom h3 {
	font-size: 18px;
	font-weight: bold;
}

.login-form {
	margin-top: 100px;
}

.login-form a {
	display: block;
	text-align: center;
	margin-top: 10px;
}

.login-form .panel-body {
	padding: 20px 15px 35px;
}

/* Stick footer to the bottom of the page */
html {  
	height: 100%;
	min-height: 100% !important;
	margin: 0;
	padding: 0;   
}

body {  
	overflow-y: scroll;
	padding: 0;
	margin: 0;
	height: 100%;
	min-height: 100% !important;
}

#wrapper {
	position: relative;
	min-height: 100%; 
	height: auto;
	padding-bottom: 60px;
}

footer { 
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}


/* MEDIA QUERIES */
@media only screen and (max-width: 1199px) {
	#wrapper > .container-fluid {
		padding: 15px;
	}
	.case-records > div:last-child > .panel {
		margin-bottom: 21px;
	}
	#profile .profile-bg {
		height: 850px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1299px) {
	.navbar-brand {
		padding: 15px 25px 10px;
	}
	.navbar-default .navbar-collapse {
		padding: 0 25px;
	}
	.navbar-right {
		padding: 23px 0 0;
	}
	.main-nav {
		padding: 0;
		background-color: #fff;
		width: 100%;
		display: table;
		text-align: center;
		position: relative;
	}
	.main-nav:before {
		content: "";
		display: block;
		width: auto;
		position: absolute;
		top: 0;
		bottom: 0;
		left: -40px;
		right: -40px;
		background-color: #009eb3;
	}
	.navbar-nav > li {
		float: none;
		display: table-cell;
	}
	.navbar-nav > li > a {
		padding: 8px 32px;
		color: #fff !important;
	}
	.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
		color: #555 !important;
	}
}

@media only screen and (min-width: 1300px) {
	.navbar-default .navbar-collapse {
		text-align: center;
	}
	.main-nav {
		display: inline-block;
		float: none;
	}
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.navbar-nav > li > a {
		padding: 8px 20px;
	}
}

@media only screen and (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
		margin-top: 25px;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
	.navbar-nav {
		padding: 0;
	}
	.navbar-default .navbar-collapse {		
		padding: 0 25px;		
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
	#main-content .feature > div {
		margin-bottom: 20px;
	}
	#profile {
		padding-bottom: 40px;
	}
	#profile .profile-text {
		text-align: center;
		padding-left: 0;
	}	
	#profile .profile-bg {
		display: none;
	}
	#contact .footer-contact-form {
		margin-bottom: 30px;
	}
	#contact .contact-info {
		margin-left: 0;
	}
}

@media only screen and (max-width: 767px) {
	.navbar-brand {
		width: 225px;
		padding: 5px 25px;
	}
	.navbar-toggle {
		margin-top: 10px;
		margin-right: 25px;
		margin-bottom: 10px;
	}
	.banner-content {
		padding: 90px 0 160px;
	}
	.banner-content .small-text {
		font-size: 14px;
	}
	.banner-content .medium-text {
		font-size: 24px;
	}
	.banner-content .large-text {
		font-size: 40px;
	}
	#main-content .feature > div {
		text-align: center;
	}
	#main-content .feature .feature-text {
		margin-left: 0;
		margin-top: 10px;
	}
	#main-content .feature .fa {
		float: none;
	}
	
}

@media only screen and (max-width: 480px) {
	.col-xs-6 {
		width: 100%;
	}
	#contact .footer-contact-form button {
		float: none !important;
		width: 100%;
	}
}

@media (min-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    height: 300%;
    top: -100%;
  }
}

@media (max-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    width: 300%;
    left: -100%;
  }
}







