

body {
    margin-top: 100px;
    background-color: #222;
	    font-family: 'Montserrat', sans-serif;
}
.mainnav .nav li.selected { background:#525198;}
.mainnav .nav li.selected  a{color:#fff;}
@media(min-width:768px) {
    body {
        margin-top: 50px;
    }
}

/*header*/
#header .header-tools{background-image:url("../img/header-bg.png");
background-repeat:no-repeat;background-size:cover;min-height:65px}
.icons {
    line-height:60px;
    margin-left: 30px;
}
.btn.btn-st1{font-size:0.75em; margin-top:12px; margin-right:30px;    float: right !important;border:2px solid #2bb2ed;padding:9px 24px;color:#fff;border-radius:20px;display:inline-block;
transition: background-color 0.25s ease-out, color 0.25s ease-out;}
.btn.btn-st1:hover{background:#28ace7; color: #fff;}
.title-st2  .user  { float:left;}
.header-tools .user { margin-right: 0px; float: right !important;     margin-top:8px;}
.user .user-img .profile-img{border:3px solid #fff;width:48px;height:48px;overflow:hidden;display:inline-block;border-radius:50%;vertical-align:top;     margin-right: 10px;}
.usr_detail  .user-img .profile-img {width:68px;height:68px;}

.user .user-details .name{color:#2bb2ed;font-size:16px;display:block}
.ico{display:inline-block; margin-right: 10px;}
/*menu*/
.mainnav .logo-holder{padding:40px 60px}
.mainnav .logo{display:block;
background-position:center;background-repeat:no-repeat;width:142px;height:76px}
.mainnav .nav li{border-top:1px solid #e1e1e1;padding:0px 0 0px 15px}
.title-st1 .fa { color: #525198; float:left; margin-left:30px;}
.title-st1 .fa:hover { color:#28ace7; text-decoration:none;transition: background-color 0.25s ease-out, color 0.25s ease-out;}
.mainnav .nav li:hover{background:#eee;}
 .mainnav .nav li:hover a{color:#3a3984;}
.mainnav .nav li{transition: background-color 0.25s ease-out, color 0.25s ease-out;}
.title.title-st1{color:#525198;font-size:26px;  text-transform: capitalize;
padding:20px 0;line-height:20px;margin:0}
.mainnav .badge-st1 {
    background-color: #51509d;
    font-size: 0.8em;
    margin-top: -33px;
    width: 25px;
    height: 25px;
    line-height: 20px;
	float: right;
}
.mainnav  .selected .badge-st1 {
background-color: #ffffff;
    font-size: 0.8em;
    margin-top: -33px;
    width: 25px;
    height: 25px;
    line-height: 20px;
    float: right;
    color: #63b2ed;
}
.mainnav  .selected:hover .badge-st1 {
background-color: #63b2ed;
    color: #ffffff;
}



#page{padding-bottom:170px;min-height:100vh;-webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;-ms-transition:all 300ms ease;-o-transition:all 300ms ease;transition:all 300ms ease}
.fa {
    font-size: 22px;
    color: #fff;
}
.add-ico{ border: 1px solid #fff;
    border-radius: 50%;
    padding: 1px;
    text-align: -webkit-center;
    height: 24px;
    width: 24px;
    line-height: 24px;}
	.add-ico  .fa { font-size:16px;      padding: 3px; }
	
/*btn*/
.btn-ben{
    border: 2px solid #28ace7;
    background: none;
    border-radius: 20px;
    color: #28ace7;
    font-weight: 700;
    padding: 10px 30px;
    font-size: 14px;
    padding: 9px 29px;
    text-decoration: none;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    float: right;
    margin: 12px 0px 10px 12px;}
.btn-ben:hover{ background:#28ace7; color:#fff; }
.container-btn {     height: 60px;
    line-height: 60px;
    padding-left: 70px;
    background: #fff;
	margin-top:60px;}
	.container-btn a {
		line-height:65px;
	}
#wrapper {
    padding-left: 0;
}

#page-wrapper {
    width: 100%;
    padding: 0;
    background-color: #fff;

}
.share ,.like {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #28ace7;
    padding: 0;
    background: #fff;
    color: #888;
	font-size: 18px;     transition: background-color 0.25s ease-out, color 0.25s ease-out;
}

.share  {border: 2px solid #ddd;}
.share:hover {background:#dddddd; color:#28ace7;}
.like:hover   {background:#28ace7; color:#ffffff;}
.huge {
    font-size: 50px;
    line-height: normal;
}

@media(min-width:768px) {
    #wrapper {
        padding-left: 225px;
    }

    #page-wrapper {
        padding: 10px;
    }
}

/* Top Navigation */

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

.top-nav>li {
    display: inline-block;
    float: left;
}

.top-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
    color: #999;
}

.top-nav>li>a:hover,
.top-nav>li>a:focus,
.top-nav>.open>a,
.top-nav>.open>a:hover,
.top-nav>.open>a:focus {
    color: #fff;
    background-color: #000;
}

.top-nav>.open>.dropdown-menu {
    float: left;
    position: absolute;
    margin-top: 0;
    border: 1px solid rgba(0,0,0,.15);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.top-nav>.open>.dropdown-menu>li>a {
    white-space: normal;
}

ul.message-dropdown {
    padding: 0;
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
}

li.message-preview {
    width: 275px;
    border-bottom: 1px solid rgba(0,0,0,.15);
}

li.message-preview>a {
    padding-top: 15px;
    padding-bottom: 15px;
}

li.message-footer {
    margin: 5px 0;
}

ul.alert-dropdown {
    width: 200px;
}

/* Side Navigation */

@media(min-width:768px) {
    .side-nav {
        position: fixed;
        top: 51px;
        left: 225px;
        width: 225px;
        margin-left: -225px;
        border: none;
        border-radius: 0;
        overflow-y: auto;
        background-color: #222;
        bottom: 0;
        overflow-x: hidden;
        padding-bottom: 40px;
    }

    .side-nav>li>a {
        width: 225px;
    }

    .side-nav li a:hover,
    .side-nav li a:focus {
        outline: none;
        background-color: #000 !important;
    }
}

.side-nav>li>ul {
    padding: 0;
}

.side-nav>li>ul>li>a {
    display: block;
    padding: 10px 15px 10px 38px;
    text-decoration: none;
    color: #999;
}

.side-nav>li>ul>li>a:hover {
    color: #fff;
}

/* Flot Chart Containers */

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

/* Custom Colored Panels */

.huge {
    font-size: 40px;
}

.panel-green {
    border-color: #5cb85c;
}

.panel-green > .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-green > a {
    color: #5cb85c;
}

.panel-green > a:hover {
    color: #3d8b3d;
}

.panel-red {
    border-color: #d9534f;
}

.panel-red > .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

.panel-red > a {
    color: #d9534f;
}

.panel-red > a:hover {
    color: #b52b27;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow > .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-yellow > a {
    color: #f0ad4e;
}

.panel-yellow > a:hover {
    color: #df8a13;
}


/*login*/

*{margin:0; padding:0}
.login_body {background: url(../img/Benefactor-Login_bg.JPG); background-size: cover; font-family: 'Source Sans Pro', sans-serif}
.login_form{width:50%; margin:0 auto; }
.login_form h1{letter-spacing:2px; color:#fff; font-size:50px;     text-align:center;
    padding-top: 100px;     padding-bottom:5px; }
.show-pw {     color: rgba(255, 255, 255, 0.5);
    float: right;
    margin-right: 20px; transition: background-color 0.25s ease-out, color 0.25s ease-out;  text-decoration: none;}
.login_form ul li a:hover {  color: rgba(255, 255, 255,1);}
.login {width:55%; margin: 0 auto; padding-top:50px;}
.login_header{height:85px; margin-bottom:20px; margin-top: -30px;}
.login_header h2{height:44px; margin-top:30px; line-height:44px; color:#fff; text-align:center}
.login span.un{width:10%; text-align:center; color:#0C6; border-radius:3px 0 0 3px}
.text{     background: rgba(40, 172, 231, .55);
    width: 100%;
    border-radius: 25px;
    border: none;
	font-size:18px;
    outline: none;
	padding:12px;
    color: #fff;
	text-align:center;
        font-family: 'Montserrat', sans-serif;}
.login .text{padding:10px; }	 
.register {padding-top:10px;}
input::-webkit-input-placeholder { color: white; }
.login_form .btn{
	height:45px;
    border: none;
    background: #fff;
    width:40%;
        margin-top: 10px;
		margin:0 30%;
    outline: none;
        font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #28ace7;
    border-radius: 28px;
    cursor: pointer;
	transition: background-color 0.25s ease-out, color 0.25s ease-out;}
.login_form .btn:hover{ background:#51509c; color:#fff; }

.login_form ul li{    height: 40px;
    margin: 15px 0;
    list-style: none;
    text-align: -webkit-center;}
.login_form	label{ color:#fff; font-size:14px;}
.span{display:table; width:100%; font-size:14px;}
.ch{ width:100%; margin-top:20px; font-size:16px;}
.ch a{color:#fff; text-decoration:none; text-align:center;  margin:0 30%;    line-height: 50px;}
.ch:nth-child(2){text-align:right}
.txt_footer { 
text-align: center;
    color: #fff;
    font-size: 18px;
    position: fixed;
    bottom: 70px;
    width: 100%;
}
.txt_footer_register { 
text-align: center;
    color: #fff;
    font-size: 18px;
    position: fixed;
    margin-bottom: 3rem;
    width: 55%;
}
.txt_footer_register  a { color:#fff;     transition: background-color 0.25s ease-out, color 0.25s ease-out;}
.txt_footer a { color:#fff; text-decoration:underline; transition: background-color 0.25s ease-out, color 0.25s ease-out;}
.txt_footer a:hover {color:#23527c;}

/*bottom*/
.up a{display:block; text-align:center; height:35px; line-height:35px; width:20%; font-size:16px; text-decoration:none; color:#fff; font-weight:700; margin-left:80%; padding-top:50px;
text-transform:uppercase;     transition: background-color 0.25s ease-out, color 0.25s ease-out;}
.back a{
color: #28ace7;
    display: block;
    text-align: center;
    height: 35px;
    line-height: 35px;
    width: 20%;
    font-size: 16px;
    text-decoration: none;
    font-weight: 700;
    margin-right: 80%;
    padding-top: 50px;
    text-transform: uppercase;
	    transition: background-color 0.25s ease-out, color 0.25s ease-out;}
.back a:hover {
    color: #fff;
    text-decoration: underline;
}
#footer_login {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 0px 50px;
    height: 90px;
    line-height: 90px;
    background-color: rgba(81, 81, 157, .85);
    font-size: 0.75em;
}
.footer_reg {position: fixed;
    bottom: 0;
    width: 100%;
    height:15px;
    background-color: rgba(81, 81, 157, .85);}
.done { background:#e4e7f2;     height: 15px;}
/*social*/
.social {margin:0 auto;}
.social .sc_btn { padding:0px 20px ;  display:inline-block; }
.social .sc_btn a {        border: 2px solid #28ace7;
    background: none;
    border-radius: 20px;
    color: #fff;
    font-weight: 300;
    padding: 10px 30px;
    font-size: 16px;
    padding: 9px 29px;
	text-decoration: none;
    color: #fff;
	transition: background-color 0.25s ease-out, color 0.25s ease-out;}
.social .sc_btn a:hover { background:#28ace7; color:#fff;  }
	
	
	/*checkbox*/

.squaredFour span {color: #fff; font-size: 14px;}
@media(max-width:999px){ .login_form{width:70%;}
.mainnav .logo-holder {
    padding: 10px 30px;
}
 .mainnav .logo {
    width: 122px;
    height: 76px;
    margin: 0 auto;
}
}
@media(max-width:767px){
	.login_header {
    margin-bottom: 40px;
    margin-top: -10px;
}
.up {
    margin-top: -30px;
}
.up a {
    width: 35%;
    margin-left: 65%;
    padding-top: 50px;
}
.social .sc_btn {
    padding: 0px;
    display: inline-block;
    border-radius: 50%;
    width: 15%;
}
.social .sc_btn a {
    border-radius: 50%;
    font-size: 18px;
    padding: 15px 20px;

}
  .login {
    width: 100%;
}
.login_form .btn {
    height: 40px;
    width: 70%;
    margin: 0 15%;
    font-size: 14px;
}}
@media(max-width:676px){.social .sc_btn { padding:0px ;} .social .sc_btn { width: 20%;}

}
@media(max-width:550px){ .login_form{width:55%;} .social .sc_btn { width: 25%;}

 .mainnav .logo {width: 100px;}
.mainnav .nav li {padding: 8px 0 8px 22px;}

  }
@media(max-width:480px){ .login_form{width:60%;} .social .sc_btn { width: 30%;}

 .mainnav .logo {
    width: 80px;
    height: 50px;}
.mainnav .nav li { padding: 5px 0 5px 15px;} 
 .mainnav .nav li a {

    font-size: 12px;
    letter-spacing: 1px;
}
}
@media(max-width:360px){ .login_form{width:80%;} .up a { margin-left: 70%;}

.mainnav .logo {
    width: 70px;
    height: 50px;}
.mainnav .nav li a {

    font-size: 11px;
    letter-spacing: 0px;
}}


/*  04. Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 800;
  height: 100%;
  width: 100%;
}

.no-js #preloader, .oldie #preloader {
  display: none;
}

#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-left: -30px;
  margin-top: -30px;
  padding: 0;
  background-color: #34c2f1;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

/*categories*/
.categorie-box .ico{ margin-top:50px;}
.recent-ico{background-image:url("../img/recent-ico.png");width:52px;height:52px;}
.categorie-box{display:flex;align-items:center;justify-content:center;height:165px;text-align:center;box-shadow:0px 10px 49px 0px rgba(0,0,0,0.15); display:block;}


/*chat*/

.title.title-st2 {
    background-color: #28ace7;
    color: #fff;
    padding: 15px 0;
}
@media only screen and (max-width:1024px) { 
.header-tools .user {display: none;}
}
@media only screen and (max-width: 900px) {
.header-tools {
    background-image:none;
    background-repeat: no-repeat;
    background-size: cover;
    background: #51509d;
    min-height: 65px;
}
.btn.btn-st1 {
    font-size: 0.70em;
    margin-top: 18px;
    margin-right: 10px;
    padding: 5px 10px;
}

}

@media only screen and (max-width: 833px) {
.header-tools .col-xs-6 {
    width: 50%;
    padding-right: 0px;
    padding-left: 0px;
}
.login_form h1 { font-size:35px;}
#header .header-tools{min-height:50px}
.txt_footer_register { width:55%;}

}
@media only screen and (max-width:767px) {
.container-btn {     height: 60px;
    line-height: 60px;
    padding-left: 10px;
    background: #fff;
	margin-top:60px;}
	.btn-ben {
    font-size: 12px;
    padding: 9px 19px;
}
.title.title-st1 {
    color: #525198;
    font-size: 1em;
    padding: 20px 5px;
}
.title-st1 .fa {
    float: left;
    margin-left: 5px;
}
.btn.btn-st1 {
    font-size: 0.70em;
    margin-top: 18px;
    margin-right: 10px;
	border: 2px solid #fefefe;
    padding: 5px 10px;
}
.login_form h1 { font-size:27px;}
.txt_footer_register { width:95%;}
.btn.btn-st1:hover {    background: #525198;     border: 2px solid #525198;}
}
@media only screen and (max-width: 500px) {.login_form h1 { font-size:22px;}}
@media only screen and (max-width: 400px) {
.login_form h1 { font-size:20px;}
/*header*/
.header-tools .icons {
	    margin-left:0px;
}
.header-tools  .fa {
    font-size: 16px;
    color: #fff;
}
	.btn-ben {
    font-size: 12px;
    padding: 9px 12px;
}
.header-tools .ico {
    display: inline-block;
    margin-right: 0px;
}
#header .header-tools {
  background-image: none;
    background-color: #525198;
    min-height: 50px;
}
.header-tools .user {
    margin-right:0px;
}
.btn.btn-st1 {
    font-size: 0.70em;
        margin-top: 13px;
    margin-right: 0px;
    padding: 4px 8px;
}
.icons {
    line-height: 50px;
    margin-left: 40px;
}

}

.usr_detail .user-details .name  { color:#28ace7; font-weight:700; font-size:20px;}
