/*Helpers & BootStrap Override*/
* {
	font: 15px/1.5 Optima, Segoe, 'Segoe UI', Candara, Calibri, Arial, sans-serif;
	letter-spacing: 0.5px;
}
body, html {
	background-color: #fff;
	color: #111;
	height: 100%;
}
body {
	padding-top: 56px;
	overflow-y: scroll;
}
img {
	border-radius: 3px;
}
.full-height {
	height: 100%;
	overflow: hidden;
}
.align-center {
	display: table !important;
	margin: 0 auto !important;
	float: none !important;
}
.btn {
	padding: 12px 20px;
	/*border: 0;*/	
	text-transform: uppercase;
	border-radius: 3px;
	font-size: 15px;
}
.btn[disabled] {
	pointer-events: inherit !important;
}
.no-b-m  {
	margin-bottom: 0 !important;
}
.form-control {
	padding: 8px 12px;
	height: auto;
}
.control-label {
	font-size: 14px;
	font-weight: normal;
}
.asterik {
	font-size: 20px;
	line-height: 16px;
	vertical-align: bottom;
}
.page-heading {
	padding: 15px 0;
	background: #f1f1f1;
	margin-bottom: 15px;
	overflow: hidden;
	border-bottom: 1px solid #d6d6d6;
}
.page-heading .container {
	padding: 0 30px;
}
.page-heading h3{
	line-height: 45px;
	margin: 0;
}
.z-shadow {
	-webit-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.alert {
	color: #fff;
	border: 0;
}
.alert a {
	color: #fff;
}
.alert-success {
	background: #3c763d !important;
}
.alert-danger {
	background: #a94442 !important;	
}
.alert-info {
	background: #31708f !important;
}
.alert-warning {
	background: #8a6d3b !important;
}
.alert .close {
	color: #fff;
}
.responseWrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: 10000;
	background: rgba(0,0,0,0.3);
}
.responseWrapper .progress {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	height: 10px;
}
.responseWrapper .alert {
	margin: 70px auto 20px;
}
.responseWrapper .close {
	right: 0;
}
.modal {
	background-color: rgba(0,0,0,0.6);
	display: block;
}
.modal-body {
	max-height: 350px;
	overflow-y: auto;
}
.loading {
	background: url('../images/loading_spinner.gif') center no-repeat;
}
.list-group-item .glyphicon-chevron-right {
	top: 4px;
}
.tab-heading {
	background: #f1f1f1;
	border: 1px solid #d6d6d6;
	overflow: hidden;
	border-radius: 3px;
}
.tab-heading .tab {
	padding: 18px 15px 16px;
	border-bottom: 3px solid transparent;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
	cursor: pointer;
}
.tab-heading .btn {
	padding: 10px 15px;
	margin: 8px;
}
.tab-heading .tab.active {
	background: #d6d6d6;
	border-color: #286090;
	color: #286090; 
}
.tab-content {
	padding: 15px 0;
}
.team .table .form-group {
	margin-bottom: 0;
}
.page-content {
	min-height: 300px;
}
.loading {
	background: url('../images/loading_spinner.gif') center no-repeat;
}
/*Helpers & BootStrap Override*/

/*Navbar*/
.collapse {
	visibility: visible;
}
.transparent {
	background: transparent !important;
	border: 0;
	box-shadow: none; 
}
.navbar {
	-webit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	height: 56px;
	border: 0;
}
.navbar-nav > li {
	padding: 15px;
}
.navbar-nav > li.divider {
	padding: 15px 0;
	color: #fff;
	font-weight: bold;
}
.navbar-nav > li > a {
	color: #fff !important;
	padding: 0;
	border-bottom: 3px solid transparent;
	-webkit-transition: all 300ms ease;
	-mpz-transition: all 300ms ease;
	transition: all 300ms ease;
	padding-bottom: 2px;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
	border-color: #F5752A;
}
.navbar .navbar-brand > img {
	width: 130px;
	position: absolute;
	top: 0;
	left: 0;
}
.navbar-nav > .text-link {
	display: none;
}
@media(min-width: 993px) {
	.uib-collapse {
		display: block;
	}
}
@media(max-width: 1366px) {
	.navbar .navbar-brand > img {
		width: 75px;
	}
}
@media(max-width: 800px) {
	.navbar .navbar-brand > img {
		width: 50px;
	}
}
.dropdown-menu {
	top: 56px;
	background-color: rgba(0,0,0,0.6);
	-webkit-transition: all 300ms ease;
	-mpz-transition: all 300ms ease;
	transition: all 300ms ease;
	display: block;
	height: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
}
.dropdown-menu li {
	padding: 10px 10px 8px;
}
.dropdown-menu li a {
	-webkit-transition: all 300ms ease;
	-mpz-transition: all 300ms ease;
	transition: all 300ms ease;
	color: #fff;
	padding: 0 0 2px;
	border-bottom: 3px solid rgba(255,255,255,0);
}
.dropdown-menu li a:hover {
	color: #fff;
	background: transparent;
	border-color: #F5752A;
}
.dropdown:hover .dropdown-menu {
    display: inline-block;
    margin-top: 0;
    height: 350px;
}
.dropdown:hover .dropdown-menu.gallery {
    height: 100px !important;
}
.dropdown .glyphicon {
	margin-left: 5px;
	font-size: 18px;
}
.dropdown:hover a + .dropdown-menu,
.dropdown-menu:hover {
	display: block;
}
@media(min-width: 993px) {
	.uib-collapse {
		display: block;
	}
}
@media(max-width: 1366px) {
	.navbar .navbar-brand > img {
		width: 75px;
	}
}
@media(max-width: 800px) {
	.navbar .navbar-brand > img {
		width: 50px;
	}
}
@media(max-width: 992px) {
	.transparent .uib-collapse{
		background: rgba(0,0,0,0.6) !important;
	}
	.navbar {
		min-height: 56px;
		height: auto;
	}
	.navbar-toggle {
		display: inline-block;
		border-color: #fff !important;
		color: #fff;
		position: absolute;
		right: 15px;
		top: 0px;
		padding: 5px 10px;
		border-width: 2px;
	}
	.uib-collapse {
		width: 100%;
	}
	.navbar-nav {
		display: block;
		float: none !important;
	}
	.navbar-nav > li,
	.dropdown-menu > li {
		display: block;
		width: 100%;
		float: left;
		padding: 7px 10px;
	}
	.navbar-nav > .text-link {
		display: block;
	}
	.navbar-nav > .iconic-link {
		display: none;
	}
	.divider {
		display: none !important;
	}
	.dropdown-menu {
		background: transparent !important;
		width: 100%;
		display: block;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		margin-left: 25px;
		position: relative;
	}
}
.dropdown-menu.activity {
	background-color: #fff;
	width: 250px;
}
.dropdown-menu.activity .list-group {
	border: 0;
	padding: 8px;
	max-height: 250px;
	overflow-y: auto;
}
.dropdown-menu.activity .list-group::-webkit-scrollbar {
    width: 6px;
}
.dropdown-menu.activity .list-group::-webkit-scrollbar-thumb {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #666; 
    margin-right: 3px;
}
.dropdown-menu.activity .list-group::-webkit-scrollbar-thumb:window-inactive {
    background: #aaa; 
}
.dropdown-menu.activity .list-group .alert {
	margin-bottom: 8px;
}
.dropdown-menu.activity .button {
	width: 100%;
	position: absolute;
	bottom: 0;
}
.badge.notification {
	background-color: #d9534f !important;
	color: #fff !important;
	position: absolute;
    top: -8px;
    right: -10px;
}
/*Navbar*/

/*Static Pages Content Styling*/
.content {
	padding: 25px 15px;
}
.content section{
	padding-bottom: 20px;
	display: block;
	overflow: hidden;
}
.content h4,
.content h3 {
	font-weight: bold !important;
}
.content h3 {
	margin-top: 0;
}
.content .list-group-item  {
	padding: 10px;
}
.content p {
	color: #000;
}
.content .list-group-item .glyphicon {
	top: 4px;
}
.sub-list > li {
	padding-bottom: 7px;
}
.notify {
	font-style: italic;
	color: #999 !important;
}
.col-sm-3 {
	position: relative;
}
.media {
	padding-bottom: 50px;
}
.media img {
	border:1px solid #d6d6d6;
}
/*Static Pages Content Styling*/

/*Footer Styling*/
.footer {
	padding-bottom: 400px;
	height: 60px;
	background: url('../images/footer-banner.png') center bottom no-repeat;
    background-color: #333;
    background-size: 100% auto;
}
.footer .container {
	padding: 0 20px !important;
}
.footer .container p {
	color: #fff;
	line-height: 60px;
	margin: 0;
}
.footer [class*="col"] {
	padding: 0;
}
.social-icon a:hover {
	text-decoration: none;
	outline: none;
}
.social-icon a .fa{
	font-size: 36px !important;
	margin: 0 8px;
}
.social-icon a .fa-facebook-square {
	color: #3B5998;
}
.social-icon a .fa-twitter-square {
	color: #00ACED;
}
.social-icon a .fa-envelope {
	color: #666666;
}
/*Footer Styling*/

