/* Page
-------------------------------------------------- */

html {
	position: relative;
	min-height: 100%;
}

body {
	background-color: #FFF;
	margin-bottom: 100px; /* Margin bottom by footer height. */
	font-family: 'Philosopher', sans-serif;
	color: #555;
}

* {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}
 
.mt-0 {margin-top: 0;}
.mt-10 {margin-top: 10px;}
.mt-20 {margin-top: 20px;}
.mt-30 {margin-top: 30px;}
.mt-40 {margin-top: 40px;}
.mt-50 {margin-top: 50px;}
.mt-60 {margin-top: 60px;}
.mt-70 {margin-top: 70px;}
.mt-80 {margin-top: 80px;}
.mt-90 {margin-top: 90px;}
.mt-100 {margin-top: 100px;}

.mr-0 {margin-right: 0;}
.mr-10 {margin-right: 10px;}
.mr-20 {margin-right: 20px;}
.mr-30 {margin-right: 30px;}
.mr-40 {margin-right: 40px;}
.mr-50 {margin-right: 50px;}
.mr-60 {margin-right: 60px;}
.mr-70 {margin-right: 70px;}
.mr-80 {margin-right: 80px;}
.mr-90 {margin-right: 90px;}
.mr-100 {margin-right: 100px;}

.mb-0 {margin-bottom: 0;}
.mb-10 {margin-bottom: 10px;}
.mb-20 {margin-bottom: 20px;}
.mb-30 {margin-bottom: 30px;}
.mb-40 {margin-bottom: 40px;}
.mb-50 {margin-bottom: 50px;}
.mb-60 {margin-bottom: 60px;}
.mb-70 {margin-bottom: 70px;}
.mb-80 {margin-bottom: 80px;}
.mb-90 {margin-bottom: 90px;}
.mb-100 {margin-bottom: 100px;}

.ml-0 {margin-left: 0;}
.ml-10 {margin-left: 10px;}
.ml-20 {margin-left: 20px;}
.ml-30 {margin-left: 30px;}
.ml-40 {margin-left: 40px;}
.ml-50 {margin-left: 50px;}
.ml-60 {margin-left: 60px;}
.ml-70 {margin-left: 70px;}
.ml-80 {margin-left: 80px;}
.ml-90 {margin-left: 90px;}
.ml-100 {margin-left: 100px;}

.fa-mid {
	vertical-align: middle;
}

.nowrap {
	white-space: nowrap;
}

.nomargin {
	margin: 0;
}

.tooltip {
	cursor: pointer;
	font-weight: normal;
}
.tooltip-inner {
    white-space: pre;
    max-width: none;
}

.text-help {
	cursor: help;
}

.bold {
	font-weight: bold;
}

/* Header
-------------------------------------------------- */

.header1 {
	width: 100%;
	padding-top: 9px;
	background-color: #000;
	font-size: 13px;
	color: #A4A2A2;
}

.header1 ul li {
	padding: 0;
}

.header1 ul {
	margin-bottom: 8px;
}

.header1 .fa-mid {
	margin-bottom: 4px;
	margin-right: 3px;
}

.header1 a {
	font-size: 13px;
	color: #A4A2A2;
	text-decoration: none;
}
.header1 a:link, .header1 a:visited {color: #A4A2A2;}
.header1 a:active, .header1 a:hover {color: #FFF;}

.header {
	width: 100%;
}

.hdr1-right ul li {
	margin-left: 15px;
}

.hdr-main {
	position: relative;
}
.hdr-logo {	
	padding: 35px 0 0 0;
	z-index:1;
}
.hdr-lmenu,.hdr-rmenu {
	position: absolute;
	top:20px;
	width: 130px;
	z-index:2;
}
.hdr-lmenu {
	left:15px;
}
.hdr-rmenu {
	text-align: right;
	right:15px;
}

.navbar-default {
    background-color: #343434;
    border-color: #343434;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #343434;
}
.navbar {min-height: 50px; margin-bottom: 10px; font-size: 14px; text-transform: uppercase; border: none;}
.navbar-collapse.collapse {margin-left: -16px !important; padding: 0 15px;}
.navbar .navbar-nav>li>a {padding-left: 15px; padding-right: 15px;}

.navbar .navbar-nav>.active>a,.navbar .navbar-nav>.active>a:hover,.navbar .navbar-nav>li>a:hover, .navbar .navbar-nav>li>a:focus {background-color: #F56032;}

@media (max-width: 768px) {
	
	.header1, .header1 a {
		font-size: 11px;
	}
	.hdr1-left, .hdr1-right {
		text-align: center;
		margin: 0;
	}

	.hdr-lmenu,.hdr-rmenu {
		z-index:1;
		position: absolute;
		top: 10px;
		width: 130px;
	}
	.hdr-lmenu {
		left:15px;
	}
	.hdr-rmenu {
		text-align: right;
		right: 15px;
	}
	
	.hdr-logo {	
		padding: 65px 0 0 0;
		z-index:1;
	}

}

/* Content
-------------------------------------------------- */

.content {
	width: 100%;
	min-height: 300px;
	padding-bottom: 100px;
}

.page-header {
	margin-top: 0;
    border-bottom: 1px solid #343434;
}

h1,h2 {
	/* text-transform: uppercase; */
	font-family: 'Philosopher', sans-serif;
}

.btn-primary,
.btn-primary.disabled,
.btn-primary[disabled],
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
.btn-primary.active[disabled] {
	background-color: #F56032;
	border-color: #F56032;
	color: #FFF !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:focus {
	background-color: #E9400B;
	border-color: #E9400B;
	color: #FFF !important;
}

.banner-slider-text .btn-primary {
    background: none;
	border-color: #FFF;
    color: #FFF;
}
.banner-slider-text .btn-primary:hover, .banner-slider-text .btn-primary:focus, .banner-slider-text .btn-primary:active, .banner-slider-text .btn-primary.active, .open > .banner-slider-text .dropdown-toggle.btn-primary {
	border-color: #FFF;
	color: #FFF;
}
.banner-slider-text .btn-primary:active, .banner-slider-text .btn-primary.active {
	border-color: #FFF;
    color: #FFF;
}
 
.banner-slider .carousel-control.left, .carousel-control.right {
  /* background-image: none; */
}
.banner-slider .carousel-indicators {
	/* margin-bottom: 40px; */
}
.banner-slider-text {
	position: absolute;
	top: 15%;
	width: 100%;
	text-align: center;
}
.banner-slider-text h2 {
	font-size: 65px;
	font-weight: bold;
	color: #FFF;
}
.banner-slider-text p {
	width: 55%;
	margin: 0 auto;
	font-size: 30px;
	color: #FFF;
}


.multi-slider .carousel-control {
  background-image: none;
  width: 1px;
  /* opacity: 1; */
}
.multi-slider .carousel-indicators {
	position: absolute;
	bottom: -50px;
}
.multi-slider .carousel-indicators li {
	background-color: #CAC7C7;
	border-color: #CAC7C7;
}
.multi-slider .carousel-indicators .active {
	background-color: #929292;
	border-color: #929292;
}

.lightbox, .lightbox-gallery a {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.lightbox-gallery .img-thumbnail {
	position: relative;
	max-width: 100%
	margin-bottom: 40px;
}
.img-thumbnail img {
	width: 100%;
}
.img-thumbnail {
	position: relative;
	max-width: 100%
	padding: 0;
    border: none;
}

.img-thumbnail .caption {
	margin: 10px 10px;
}

.img-loader {
	min-width: 100px;
	min-height: 50px;
	background: url("../img/ajax-loader.gif") 50% 50% no-repeat;
}

.img-iframe {
	width: 100%;
	height: 155px;
	margin: 0;
	border: 1px solid #CCC;
}

.form-signin {
	width: 280px;
}

.form-upload {
	padding: 10px;
}

.form-msg-iframe {
	padding: 10px;
}

.form-inline > * {
   margin: 0 3px;
}

#form-search .form-group {
   padding-top: 10px;
}

.note-editor .note-toolbar .dropdown-menu > li > a {
    color: #FFF;
}

 .note-editor .note-editable {
	background-color: #FFF;
	color: #555;
 }

.input-xs {
	height: 26px;
	padding: 3px;
	font-size: 11px;
 }
 
.btn span {
	margin-right: 5px;
}

.home-top-btn {
	width: 25%;
}
.home-col-btn {
	width: 50%;
}

.alert a .text-danger {
	text-decoration: underline;
}

.breadcrumb {
    background-color: #FFF;
}

.panel-default>.panel-heading {
    color: #555;
    background-color: #FFF;
    border-color: #343434;
}
.panel-default {
   border-color: #343434;
}
.panel {
    background-color: #FFF;
}
/* .panel-body {
	padding-bottom: 0;
} */

.sidebar-blg1 {
	margin-top: 20px;
}
.sidebar-blg1 ul li {
	margin-top: 2px;
}

.content-blg h2 {
	line-height: 120%;
}

@media (max-width: 992px) {
	
	.home-top-btn {
		width: 50%;
	}
}

@media (max-width: 768px) {
	
	.home-top-btn {
		width: 75%;
	}
	.home-col-btn {
		width: 75%;
	}
}

/* Lightning
-------------------------------------------------- */

.lightning {
	position: absolute;
	z-index: -1;
}
#lightning-blue {
	top: 50px;
	left: 2%;
}
#lightning-red {
	top: 30px;
	right: 2%;
}

/* Footer
-------------------------------------------------- */

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px; /* Set the fixed height of the footer here. */
  padding-top: 10px;
  background-color: #FFF;
  text-transform: uppercase;
  color: #2D2D2D;
}