/*!
 * Start Bootstrap - v3.3.7
 * Copyright 2013-2016 Start Bootstrap
 */
.heading-font {
	font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
	font-weight: 200;
	letter-spacing: 1px;
}
.body-font {
	font-family: 'Muli', 'Helvetica', 'Arial', 'sans-serif';
}
.alt-font {
	font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
	text-transform: uppercase;
	letter-spacing: 2px;
}
html, body {
	height: 100%;
	width: 100%;
}
body {
	font-family: 'Muli', 'Helvetica', 'Arial', 'sans-serif';
}
a {
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
	color: #0060cc;
}
a:hover, a:focus {
	color: #e21f26;
}
hr {
	margin: 10px auto;
	border-width: 1px;
	border-color: rgba(34, 34, 34, 0.1);
}
hr.hrlong {
	margin:0 auto;
	max-width: 100px;
	border-width: 1px;
	border-color: rgba(34, 34, 34, 0.1);
}
hr.light {
	border-color: white;
}
hr.smallhr {
	border-color: #333;
	border-width:2px;
	width:64px;
	margin: 10px auto;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
	font-weight: 200;
	letter-spacing: 0;
}
p {
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 10px;
}
.brand {
	width:184px;
	height:76px;
	position: absolute;
	left: 50%;
	margin-left: -90px !important;
	display: block;
	padding: 12px 15px;
}
@media (max-width: 767px) {
 .brand {
transform:scale(.75);
}
}
.navbar-default {
	background-color: white;
	border-color: rgba(34, 34, 34, 0.05);
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
	font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
	font-weight: 200;
	letter-spacing: 1px;
}
.navbar-default .navbar-header .navbar-brand {
	font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
	font-weight: 200;
	letter-spacing: 1px;
	color: #fdcc52;
}
.navbar-default .navbar-header .navbar-brand:hover, .navbar-default .navbar-header .navbar-brand:focus {
	color: #fcbd20;
}
.navbar-default .navbar-header .navbar-toggle {
	font-size: 18px;
	line-height: 1;
	color: #FFF;
	padding: 14px;
}
.navbar-default .nav > li > a {
	font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
	text-transform: uppercase;
	letter-spacing: 0;
	font-size: 16px;
	border-right:1px solid rgba(241, 241, 241, 0.50);
}
.navbar-default .nav > li:last-child > a {
	border-right:0;
}
.navbar-default .nav > li > a, .navbar-default .nav > li > a:focus {
	color: #222222;
}
.navbar-default .nav > li > a h4 {
	margin:0;
	font-weight:bold;
	letter-spacing:0;
}
.navbar-default .nav > li > a:hover, .navbar-default .nav > li > a:focus:hover {
	color: #e21f26;
}
.navbar-default .nav > li.active > a, .navbar-default .nav > li.active > a:focus {
	color: #e21f26 !important;
	background-color: transparent;
}
.navbar-default .nav > li.active > a:hover, .navbar-default .nav > li.active > a:focus:hover {
	background-color: transparent;
}
@media (min-width: 992px) {
 .navbar-default {
 background-color: rgba(255, 255, 255, .8);
 border-color: transparent;
}
 .navbar-default .navbar-header .navbar-brand {
 color: rgba(51, 51, 51, 0.7);
}
 .navbar-default .navbar-header .navbar-brand:hover,  .navbar-default .navbar-header .navbar-brand:focus {
 color: white;
}
 .navbar-default .nav > li > a,  .navbar-default .nav > li > a:focus {
 color: rgba(51, 51, 51, 0.7);
}
 .navbar-default .nav > li > a:hover,  .navbar-default .nav > li > a:focus:hover {
 color: #0060cc;
}
 .navbar-default.affix {
 top:0;
 background-color: white;
 border-color: rgba(34, 34, 34, 0.1);
}
 .navbar-default.affix .navbar-header .navbar-brand {
 color: #222222;
}
 .navbar-default.affix .navbar-header .navbar-brand:hover,  .navbar-default.affix .navbar-header .navbar-brand:focus {
 color: #0060cc;
}
 .navbar-default.affix .nav > li > a,  .navbar-default.affix .nav > li > a:focus {
 color: #222222;
}
 .navbar-default.affix .nav > li > a:hover,  .navbar-default.affix .nav > li > a:focus:hover {
 color: #0060cc;
}
}
header {
	position: relative;
	width: 100%;
	min-height: auto;
	overflow-y: hidden;
	background: url(../img/sea-water.png) top center no-repeat;
	/*background: url("../img/bg-pattern.png"), #7b4397;
  background: url("../img/bg-pattern.png"), -webkit-linear-gradient(to left, #7b4397, #dc2430);
  background: url("../img/bg-pattern.png"), linear-gradient(to left, #7b4397, #dc2430);*/
  color: white;
	padding: 200px 0 40px 0px;
}
header h1 {
	font-size: 2.4vw;
	text-transform: uppercase;
	letter-spacing: 0;
	font-weight: bold;
}
 @media (max-width: 991px) {
 header h1 {
font-size: 32px;
}
}
@media (max-width: 767px) {
 header h1 {
font-size: 24px;
}
}
header.front-search {
	padding:120px 0 40px 0;
	position:relative;
	width:100%;
	min-height:100%;
	overflow-y:hidden;
	background:url(../img/bg-pattern.png), #7b4397;
	background:url(../img/bg-pattern.png), -webkit-linear-gradient(to left, rgb(0, 23, 109), #59a9ef);
	background:url(../img/bg-pattern.png), linear-gradient(to left, rgb(0, 23, 109), #59a9ef);
	;
	color:#fff
}
section {
	padding: 100px 0;
}
section h2 {
	font-size: 50px;
}
section.latest-post {
	padding:50px 0;
}
section.download {
	padding: 150px 0;
	position: relative;
}
section.download h2 {
	margin-top: 0;
	font-size: 50px;
}
section.download .badges .badge-link {
	display: block;
	margin-bottom: 25px;
}
section.download .badges .badge-link:last-child {
	margin-bottom: 0;
}
section.download .badges .badge-link img {
	height: 60px;
}
@media (min-width: 768px) {
 section.download .badges .badge-link {
 display: inline-block;
 margin-bottom: 0;
}
}
@media (min-width: 768px) {
 section.download h2 {
 font-size: 70px;
}
}
section.features .section-heading {
	margin-bottom: 100px;
}
section.features .section-heading h2 {
	margin-top: 0;
}
section.features .section-heading p {
	margin-bottom: 0;
}
section.features .device-container, section.features .feature-item {
	max-width: 300px;
	margin: 0 auto;
}
section.features .device-container {
	margin-bottom: 100px;
}
@media (min-width: 992px) {
 section.features .device-container {
 margin-bottom: 0;
}
}
section.features .feature-item {
	text-align: center;
	margin-bottom: 100px;
}
section.features .feature-item h3 {
	font-size: 30px;
}
section.features .feature-item i {
	font-size: 80px;
	background: -webkit-linear-gradient(to left, #7b4397, #dc2430);
	background: linear-gradient(to left, #7b4397, #dc2430);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
@media (min-width: 992px) {
 section.features .device-container,  section.features .feature-item {
 max-width: none;
}
}
section.cta {
	position: relative;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-position: center;
	background-image: url('../img/bg-cta.jpg');
	padding: 250px 0;
}
section.cta .cta-content {
	position: relative;
	z-index: 1;
}
section.cta .cta-content h2 {
	margin-top: 0;
	margin-bottom: 25px;
	color: white;
	max-width: 450px;
	font-size: 50px;
}
@media (min-width: 768px) {
 section.cta .cta-content h2 {
 font-size: 80px;
}
}
section.cta .overlay {
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	left: 0;
}
section.contact h3 {
	color:#333;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 15px;
}
section.contact h2 i {
	color: #dd4b39;
}
section.contact ul.list-social {
	margin-top: 10px;
	margin-bottom: 0;
}
.contact {
	float:left;
	text-align: center;
	padding: 25px 0 0 0;
}
.contact ul.list-social li a {
	display: block;
	height: 42px;
	width: 42px;
	line-height: 42px;
	font-size: 20px;
	border-radius: 4px;
	color: white;
}
.contact ul.list-social li a:hover {
	color:#FFF;
}
.contact ul.list-social li.social-twitter a {
	background-color: #1da1f2;
}
.contact ul.list-social li.social-linkedin a {
	background-color: #0077B5;
}
.contact ul.list-social li.social-facebook a {
	background-color: #3b5998;
}
.contact ul.list-social li.social-google-plus a {
	background-color: #dd4b39;
}
.contact ul.list-social li.social-linkedin a:hover, .contact ul.list-social li.social-twitter a:hover, .contact ul.list-social li.social-facebook a:hover, .contact ul.list-social li.social-google-plus a:hover {
	background-color: #333;
}
footer {
	background-color: #222222;
	padding: 10px 0 0 0;
	color: rgba(255, 255, 255, 0.3);
}
.footer-link {
	margin:0 0 8px 0;
	padding: 25px 0 45px 0;
	border-top: 2px dashed #444;
	border-bottom: 2px dashed #444;
}
.footer-bottom {
	padding: 20px 0;
	background:#FFF;
}
.footer-bottom p {
	margin: 0;
	color:#333;
}
footer h4 {
	color: #efefef;
	text-transform: uppercase;
	letter-spacing: 0;
}
.footer-link ul {
	margin-bottom: 0;
}
.footer-link ul li {
	padding: 5px 0;
}
.footer-link ul li a {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.3);
}
.footer-link ul li a:hover, .footer-link ul li a:focus, .footer-link ul li a:active, .footer-link ul li a.active {
	text-decoration: none;
	color:#0060cc;
}
.bg-primary {
	background-color: #efefef;
	background-image: url('../img/concrete_seamless.png');
}
.p-t-b-30 {
	padding:30px 0;
}
.p-t-200 {
	padding:165px 0 30px 0;
}
.theme-bg {
	background: #f5f5f5 url("../img/ship-patt.png") repeat left top;
}
.text-primary {
	color: #fdcc52;
}
.no-gutter > [class*='col-'] {
 padding-right: 0;
 padding-left: 0;
}
.btn-outline {
	color: white;
	border-color: white;
	border: 1px solid;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active {
	color: white;
	background-color: #fdcc52;
	border-color: #fdcc52;
}
.btn {
	font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
	text-transform: uppercase;
	letter-spacing: 0;
	border-radius: 4px;
}
.btn-xl {
	padding: 15px 45px;
	font-size: 11px;
}
::-moz-selection {
 color: white;
 text-shadow: none;
 background: #222222;
}
::selection {
 color: white;
 text-shadow: none;
 background: #222222;
}
img::selection {
 color: white;
 background: transparent;
}
img::-moz-selection {
 color: white;
 background: transparent;
}
body {
	webkit-tap-highlight-color: #222222;
}
/******navbar-top-strip********/
.navbar-top-strip {
	background:#203264;
	height:auto;
}
.navbar-top-strip ul {
	margin-bottom: 0;
}
.navbar-top-strip ul li, .navbar-top-strip ul li a {
	color:#FFF;
	padding: 8px 5px;
}
nav .searchbar {
	background:#37454d;
	border-radius:0;
}
.searchbar {
	background:rgba(1, 53, 138, .5);
	padding:10px 15px;
	border-radius: 4px;
}
.searchbar .input-group {
	float: left;
	width: 100%;
	text-align:center;
}
.searchbar label {
	font-size: 20px;
	text-transform: uppercase;
	color: #FFF;
	margin-top:10px
}
.searchbar label, .searchbar select, .searchbar input {
	width:100%;
}
.searchbar input {
	padding: 11px 15px;
	border-radius:4px;
	font-size:16px;
	border:0;
}
.searchbar select, .searchbar button.goClick, .searchbar a.goClick {
	padding: 11px 15px;
	border-radius:4px;
	font-size:15px;
	border:0;
}
button.goClick, a.goClick {
	background:#e21f26;
	color:#FFF;
}
.searchbar button .glyphicon, .searchbar a .glyphicon {
	font-size: 18px;
	color:#FFF;
}
button.goClick:hover, button.goClick:focus, a.goClick:hover, a .goClick:focus {
	background-color: #c30007;
	color:#FFF;
}
button.goClick2, a.goClick2 {
	background:#37454d;
	color:#FFF;
}
button.goClick2:hover, a.goClick2:hover, button.goClick2:focus, a.goClick2:focus, button.goClick2:active, a.goClick2:active {
	background:#333;
	color:#FFF;
}
.searchbar input, .searchbar select {
	color:#333;/*-moz-box-shadow:    inset 0 0 6px rgba(0,0,0,.5);
   -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.5);
   box-shadow:         inset 0 0 6px rgba(0,0,0,.5);*/
}
section.bg-theme {
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(-10deg, rgba(255, 255, 255, 1) 32%, rgba(1, 53, 138, 1) 32%, rgba(1, 53, 138, 1) 58%, rgba(255, 255, 255, 1) 58%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-10deg, rgba(255, 255, 255, 1) 32%, rgba(1, 53, 138, 1) 32%, rgba(1, 53, 138, 1) 58%, rgba(255, 255, 255, 1) 58%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(170deg, rgba(255, 255, 255, 1) 32%, rgba(1, 53, 138, 1) 32%, rgba(1, 53, 138, 1) 58%, rgba(255, 255, 255, 1) 58%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
/******mini submenu*****/
.mini-submenu {
	display:none;
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid rgba(0, 0, 0, 0.9);
	border-radius: 4px;
	padding: 9px;
	/*position: relative;*/
  width: 42px;
}
.mini-submenu:hover {
	cursor: pointer;
}
.mini-submenu .icon-bar {
	border-radius: 1px;
	display: block;
	height: 2px;
	width: 22px;
	margin-top: 3px;
}
.mini-submenu .icon-bar {
	background-color: #000;
}
#slide-submenu {
	background: rgba(0, 0, 0, 0.45);
	display: inline-block;
	padding: 0 8px;
	border-radius: 4px;
	cursor: pointer;
}
ul.view-filter {
	background: #f6f6f6;
	padding:6px;
	border-radius:4px;
	font-size:15px;
	margin:15px 0 25px 0;
}
ul.view-filter li a {
	font-weight: bold;
}
ul.view-filter li a.active {
	color: #C00;
}
ul.view-filter-item {
	background: none;
	border:0;
	padding:0;
}
ul.view-filter-item li {
	border-radius:4px;
	border:1px solid #ddd;
	padding:10px;
	margin:0 0 15px 0;
	background:rgba(255, 255, 255, .9);
	overflow:hidden;
	box-shadow: 0 3px 1px rgba(0, 0, 0, .08);
}
ul.view-filter-item li ul li {
	border:0;
	padding:0;
	margin:0;
	background:none;
	color:#777;
	font-size:12px;
	box-shadow:none;
}
.view-filter-item-inner {
	padding:0;
	margin-top:15px;
	border-top:2px dashed #006495;
}
.view-filter-item-inner .row {
	margin: 0 15px 15px 0;
}
.view-filter-item-inner .row ul li {
	border:0;
	padding:0;
	margin:0;
	background:none;
	color:#777;
	font-size:13px;
	box-shadow:none;
}
.view-filter-item-inner h3 {
	margin-bottom:10px;
	margin-top:0;
	color:rgba(1, 53, 138, 1);
}
.view-filter-item-inner h4 {
	font-weight: bold;
}
.single-item-inner li {
	color:#777;
	font-size:12px;
}
@media (max-width: 991px) {
.view-filter-item-inner .row {
margin:0 15px 15px 15px;
}
}
.blue-head {
	color:#0060cc;
}
.single-item-inner {
	border-radius:4px;
	background:rgba(255, 255, 255, .9);
	border:1px solid #ddd;
	margin:10px 0;
	padding: 15px 0;
	box-shadow: 0 3px 1px rgba(0, 0, 0, .08);
}
.padding30 {
	padding: 50px;
}
/*******for accordioan panel****/
.panel-group .panel {
	border-radius: 0;
	box-shadow: none;
	border-color: #EEEEEE;
}
.panel-default > .panel-heading {
	padding: 0;
	border-radius: 4px;
	color: #212121;
	background-color: #FAFAFA;
	border-color: #EEEEEE;
}
.panel-title > a {
	display: block;
	padding: 15px;
	text-decoration: none;
}
.more-less {
	float: right;
	color: #FFF;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #EEEEEE;
}
.vspc-acrdn-itemOne .col-md-4.col-sm-4 {
	padding-right: 50px;
}
.vspc-acrdn-itemOne .panel-default > .panel-heading {
	background:#666;
}
.vspc-acrdn-itemTwo .panel-default > .panel-heading {
	background:#01356d;
}
.vspc-acrdn-itemOne .panel-default > .panel-heading h3, .vspc-acrdn-itemTwo .panel-default > .panel-heading h3, .vspc-acrdn-itemThree .panel-default > .panel-heading h3 {
	color:#FFF;
	font-weight:400;
	margin:0;
	line-height:.8;
}
.vspc-acrdn-itemThree .panel-default > .panel-heading {
	background:#FFF;
	padding:10px;
}
.vspc-acrdn-itemThree .more-less {
	color:#0a6292;
	position: absolute;
	right:30px;
	top:15px;
	z-index:9;
}
/*****directory list******/
.directory-list {
	border-radius: 4px;
	border: 1px solid #ddd;
	margin: 25px 0;
	background:rgba(255, 255, 255, .9);
	float:left;
}
.directory-list a h4 {
	margin:20px 0;
}
.directory-list a.active {
	color:#e21f26;
}
ul.directory-list-show li {
	border-radius: 4px;
	border: 1px solid #ddd;
	margin: 25px 0;
	background:rgba(255, 255, 255, .9);
	padding:15px;
}
ul.directory-list-show li img {
	border: 1px solid #ddd;
}
/****Login Modal****/
#loginModal .modal-header, #reset-password-Modal .modal-header ,#paynowModal .modal-header{
	background: #e21f26;
	color:#FFF;
	padding: 5px;
}
#loginModal .modal-header .modal-title, #reset-password-Modal .modal-header .modal-title {
	font-weight:400;
}
#loginModal .modal-header .close, #reset-password-Modal .modal-header .close ,#paynowModal .modal-header .close{
	opacity: 1;
	color: #FFF;
	margin-top: -2px;
	font-size: 3em;
	font-weight: 200;
}
#myContainer iframe{margin:0 auto;}
/*-- /login --*/
.login-inner input[type="text"], .login-inner input[type="email"], .login-inner input[type="password"] {
	outline: none;
	font-size: 1em;
	color: #999;
	padding: 10px 10px 10px 30px;
	margin: 0;
	width: 100%;
	border: none;
	border-bottom:2px solid #686464;
	-webkit-appearance:none;
	margin-bottom: 28px;
	font-family: 'Open Sans', sans-serif;
}
.login-inner input[type="text"]:focus, .login-inner input[type="email"]:focus, .login-inner input[type="password"]:focus {
	border-bottom: 2px dashed rgba(87, 86, 87, 0.83);
}
.login-inner input.email {
	background: url(../img/l2.png) no-repeat 0% 51%;
}
.login-inner input.password {
	background: url(../img/l3.png) no-repeat 0% 51%;
}
/****registration***/
.user-register {
	background: rgba(245, 245, 245, 0.75);
	padding: 10px 0;
	border-radius: 4px;
	color:#333;
}
.user-register .form-control {
	background:#FFF;
}
 @media (max-width: 991px) {
.nav-dropdown-open {
 display:block;
 position: relative;
 background-color: none;
 border: 0;
 box-shadow:none;
}
}
.navbar-toggle-offcanvas .navbar-toggle {
	float:left;
}
.imgEnlarge:hover {
	cursor: zoom-in!important;
}
div.tab-list-show {
	margin: 30px 0;
}
.tab-list-show h4 {
	margin:5px 0;
	font-weight:400;
}
.tabs-left > li {
	width:100%;
}
.tabs-left > li a {
	border-radius:0;
}
.tab-content .tab-pane {
}
.range {
	position: relative;
	height: 5px;
	margin: 20px 0;
	cursor: pointer;
}
.range input[type="range"] {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	-ms-appearance: none !important;
	-o-appearance: none !important;
	appearance: none !important;
	width: 100%;
	border-radius: 4px;
	background-color: #6d8aab;
	height: 5px;
	cursor: pointer;
}
.range input[type="range"]::-webkit-slider-thumb {
 -webkit-appearance: none !important;
 -moz-appearance: none !important;
 -ms-appearance: none !important;
 -o-appearance: none !important;
 appearance: none !important;
 width: 20px;
 height: 20px;
 color: rgb(255, 255, 255);
 text-align: center;
 white-space: nowrap;
 vertical-align: baseline;
 border-radius: 100%;
 border: 3px solid rgb(236,31,38);
 background-color:#FFF;
 box-shadow:0 0 4px rgba(0, 96, 204, .8);
}
 .range input[type="range"]::-moz-slider-thumb {
 -webkit-appearance: none !important;
 -moz-appearance: none !important;
 -ms-appearance: none !important;
 -o-appearance: none !important;
 appearance: none !important;
 width: 20px;
 height: 20px;
 color: rgb(255, 255, 255);
 text-align: center;
 white-space: nowrap;
 vertical-align: baseline;
 border-radius: 100%;
 border: 3px solid rgb(236,31,38);
 background-color:#FFF;
 box-shadow:0 0 4px rgba(0, 96, 204, .8);
}
.range input[type="range"]::-webkit-slider-thumb:active {
 border: 3px solid rgba(236, 31, 38, .5);
 box-shadow:0 0 8px rgba(0, 96, 204, 1);
}
.range input[type="range"]::-moz-slider-thumb:active {
 border: 3px solid rgba(236, 31, 38, .5);
 box-shadow:0 0 8px rgba(0, 96, 204, 1);
}
.dashboard-content {
	background:#FFF;
	padding-top:15px;
	padding-bottom:15px;
	border-radius:4px;
	border:1px solid #ddd;
}
.user-profile-bg {
	width:100%;
	height:220px;
	overflow:hidden;
}
.user-profile-completed span.percent-complete {
	margin-right:10px;
}
.user-profile-image {
	margin-top:-180px;
	float:left;
}
.user-profile-image img {
	float:left;
}
.badge-primary {
	background: #0060cc;
}
.badge-red {
	background:#e21f26;
}
.post-type-box {
	display:none;
}
.edit-profile .form-group {
	float:left;
	width:100%;
}
#home-latest-post .item {
	margin:5px;
	background:#f5f5f5;
	padding:5px;
	text-align:center;
}
#home-latest-post .item img {
	/*max-height:150px;*/
}
.board {
	background:#FFF;
}
.keyword_search {
	z-index: 99;
	width: 100%;
	position:absolute;
	margin-left:-15px;
	text-align: left;
	font-size: 15px;
	color:#333;
}

/* Page Loader ================================= */
.page-loader-wrapper {
  z-index: 99999999;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #eee;
  overflow: hidden;
  text-align: center; }
  .page-loader-wrapper p {
    font-size: 13px;
    margin-top: 10px;
    font-weight: bold;
    color: #444; }
  .page-loader-wrapper .loader {
    position: relative;
    top: calc(50% - 30px); }

/* Preloaders ================================== */
.md-preloader .pl-red {
  stroke: #F44336; }

.md-preloader .pl-pink {
  stroke: #E91E63; }

.md-preloader .pl-purple {
  stroke: #9C27B0; }

.md-preloader .pl-deep-purple {
  stroke: #673AB7; }

.md-preloader .pl-indigo {
  stroke: #3F51B5; }

.md-preloader .pl-blue {
  stroke: #2196F3; }

.md-preloader .pl-light-blue {
  stroke: #03A9F4; }

.md-preloader .pl-cyan {
  stroke: #00BCD4; }

.md-preloader .pl-teal {
  stroke: #009688; }

.md-preloader .pl-green {
  stroke: #4CAF50; }

.md-preloader .pl-light-green {
  stroke: #8BC34A; }

.md-preloader .pl-lime {
  stroke: #CDDC39; }

.md-preloader .pl-yellow {
  stroke: #ffe821; }

.md-preloader .pl-amber {
  stroke: #FFC107; }

.md-preloader .pl-orange {
  stroke: #FF9800; }

.md-preloader .pl-deep-orange {
  stroke: #FF5722; }

.md-preloader .pl-brown {
  stroke: #795548; }

.md-preloader .pl-grey {
  stroke: #9E9E9E; }

.md-preloader .pl-blue-grey {
  stroke: #607D8B; }

.md-preloader .pl-black {
  stroke: #000000; }

.md-preloader .pl-white {
  stroke: #ffffff; }

.md-preloader.pl-size-xl {
  width: 75px; }

.md-preloader.pl-size-l {
  width: 60px; }

.md-preloader.pl-size-md {
  width: 50px; }

.md-preloader.pl-size-sm {
  width: 40px; }

.md-preloader.pl-size-xs {
  width: 25px; }
  
label.upload-profile-pic, label.upload-backcover{
    background: #b1b1b1;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 2.2;
    border-radius: 50%;
    opacity: .85;
}
label.upload-profile-pic:hover, label.upload-backcover:hover{
    opacity:1;
    background:#e21f26;
}
label.upload-profile-pic:hover .glyphicon, label.upload-backcover:hover .glyphicon{
	color:#fff;
}
.contact-profile-image {
	margin-top:-0px;
	float:left;
}