/* ***********************************************************************************************

   Created by Mohamad Fala.

   https://mohamadfala.com

   mohamadfala@gmail.com

   ******************************************************************************************** */




   @font-face {
     font-family: 'papa';
     src: url('../fonts/papa.ttf') format('truetype');
   }
   @font-face {
     font-family: 'light';
     src: url('../fonts/pnl.otf') format('opentype');
   }

@font-face {
  font-family: 'regular';
  src: url('../fonts/pnr.otf') format('opentype');
}

@font-face {
  font-family: 'Bold';
  src: url('../fonts/pnsb.otf') format('opentype');
}

@font-face {
  font-family: 'din';
  src: url('../fonts/din.ttf') format('truetype');
}




::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: #e2e2e2;
    border-radius: 0px;
}

::-webkit-scrollbar-thumb {
    border-radius: 200px;
    background: #999;
}
html {
  overflow-x: hidden;
}
body {
	font-family: 'regular' !important;
}

h1, h2, h3, h4, h5, h6 {
	font-family: din !important;
}


.p1 {
  padding-top: 14px !important;
  padding-left: 15px !important;
  padding-left: 15px !important;
}

.overlay {
	width: 100%;
  max-height: 670px;
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	background: #000;
	opacity: 0.5;
}

.explore {
}
.explore h3 {
  color: #333;
  font-family: bold !important;
  font-size: 30px;
  margin-bottom: 10px;
}

.explore p {
  color: #333;
  opacity: .8;
  font-size: 15px;
  font-family: light !important;
}




.button {
  background: #91d7f0;
  padding: 15px 35px;
  border-radius: 3px;
  border: 0px solid #91d7f0;
  font-family: bold;
  font-size: 15px;
  color: #fff;
}

.button:hover {
  background: #7fbad0;
  color: #fff;
}

.button-white {
  background: #fff;
  padding: 15px 35px;
  border-radius: 3px;
  border: 1px solid #fff;
  font-family: bold;
  font-size: 15px;
  color: #f05670;
}

.button-trans {
  background: transparent;
  padding: 13px 35px;
  border-radius: 3px;
  border: 2px solid rgba(255,255,255,0.28);
  font-family: bold;
  font-size: 15px;
  color: #f7f7f7;
}


.button-trans1 {
  background: rgba(255,255,255,0.28);
  padding: 15px 35px;
  border-radius: 3px;
  border: 0px solid #fff;
  font-family: bold;
  font-size: 15px;
  color: #fff;
  transition: all 0.2s ease-in-out 0s;
}

.button-trans1:hover {
  background: rgba(255,255,255,0.48);
  color: #333 !important;
}

.button-trans1:hover {
  background: rgba(255,255,255,0.9);
  padding: 15px 35px;
  border-radius: 3px;
  border: 0px solid #fff;
  font-family: bold;
  font-size: 15px;
  color: #f05670;
}

.button-green {
  background: #76c591;
  padding: 15px 35px;
  border-radius: 3px;
  border: 0px solid #fff;
  font-family: bold;
  font-size: 15px;
  color: #fff;
}


.secvideo {
  width: 100%;
  display: none;
}


.video {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;

    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
 background: url('//demosthenes.info/assets/images/polina.jpg') no-repeat;
  background-size: cover;
  transition: 1s opacity;
}

.section1 {
  background: #fdfdfd;
  width: 100%;

}

.section1 h3 {
  color: #000;
  margin-top: 0px;
  margin-bottom: 2px;
}

.section1 p {
  font-size: 18px;
  font-family: light;
}

.section1 img {
  width: 30%;
}

.section1 h5 {
  color: #000;
  font-family: bold !important;
  font-size: 20px;
  margin-top: 15px !important;
}


.video-section {
  height: 600px;
  background: #fff;
}

.video-section h3 {
  color: #000;
  text-transform: uppercase;
}



.logo1 {
  display: none !important;
}
.logoo {
  display: block;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.transparent ul li a {
  color: #fff !important;
  font-family: regular !important;

}

.sliderh1 {
  color: #96d9f1;
font-size: 55px;
font-family: bold !important;
margin-top: 150px;
}

.home-header {
  width: 100%;
  height: 670px;
  background: url('../img/bg6.jpg');
  background-size: cover;
  background-position: top;
}

.home-header h1 {
  color: #fff;
font-size: 55px;
font-family: bold !important;
}
.home-header p {
  color: #f5f5f5;
  font-family: regular;
  font-size: 18px;
}


.home-logo {
  width: 164px;
}

.search {
  border: 0px solid #fff;
  border-radius: 3px;
  margin-top: 4px;
  background: rgba(255, 255, 255, 0.2);
  height: 39px;
  width: 220px;
  padding-left: 15px;
  padding-right: 15px;
  color: #fff;
  font-family: regular;
  transition: width 0.5s; /* Animation time */
  -webkit-transition: width 0.5s; /* For Safari */
}

.searchy {
  border: 1px solid #e0e0e0;
  color: #333 !important;
  background: rgba(0, 0, 0, 0.05);
}

.search:focus {
  outline: none;
  background: rgba(255, 255, 255, 0.2);
  width: 300px;
}

.header-search::-moz-placeholder {
    color: #e2e2e2;
    opacity: 1
}
.header-search:-ms-input-placeholder {
    color: #e2e2e2
}
.header-search::-webkit-input-placeholder {
    color: #ccc;
    font-family: ultra;
}

.header-search {
	border-radius: 300px;
	padding: 10px 20px;
    border: none;
    position: absolute;
    top: 8.5px;
    margin-left: 110px;
    width: 300px;
    border: 1px solid #e2e2e2;
        background-color: #fdfdfd;
        transition: all 0.2s ease-in-out 0s;
}

.header-search:focus {
  outline: none !important;
  border: 1px solid #999;
  color: #777;
      background-color: #fff;
      transition: all 0.2s ease-in-out 0s;
}
.search-btn {
	opacity: .4;
    background: url(../img/sr.png) no-repeat;
    cursor: pointer;
    position: absolute;
    top: 22px;
    left: 618px;
    width: 13px;
    height: 13px;
    border: none;
}

.navlinks a {
  padding: 10px 20px;

}

.navlinks a img {
  opacity: .76;
  width: 25px !important;
}
.navlinks a img:hover {
  opacity: .996;
}





.testimonials {
  background: url('../img/h3.png');
  background-size: cover;
  height: 560px;
}

.circle {
	margin-top: -21px;
	border-radius: 200%;
	width: 120px;
	height: 120px;

}

.qt {
	position: relative;
	top: 10%;
	left: -56px;
}

.cirdiv {

	border: 1px solid #aaaaaa;
	border-radius: 200%;
width: 136px;
	height: 136px;
}

.testimonials .quote-author {
  display: inline-block;
  text-align: center;
  overflow: hidden;
  width: 250px;
  margin-top: 0px;
}
.testimonials .quote-author img {
  max-height: 60px;
  float: left;
  display: inline-block;
  margin-right: 16px;
}
.testimonials .quote-author h6 {
  display: inline-block;
  margin-bottom: 0;
  line-height: 18px;
  padding-top: 14px;
}
.testimonials .quote-author span {
  display: block;
  line-height: 18px;
}

.btny {
	background: #f71919;
	border-radius: 3px;
	color: #fff;
	font-family: regular;
	font-size: 15px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 50px;
	padding-right: 50px;
	transition: all 0.3s ease 0s;

}

.btny:hover {
	background: #e13462;
	color: #fff;


}

section {
	padding: 80px 0px;
}

.app {
	position: absolute;
	right: 0px;
}


.white-bg {
	background: #fff;
}

.grey-bg {
	background: #f1f2f6;
}

.dark-bg {
	background: #1a2342;
	color: #fff !important;
}

footer {
	padding: 30px 0px;
	background: #0c0c0c;
	color: #fff !important;
	font-family: light !important;
}

footer h3 {
  color: #a8a8a8;
  font-family: light !important;
  font-size: 17px;
}

footer p {
  line-height: 30px;
  color: #fff;
}

.subscribe .email {
  _background: rgba(255, 255, 255, 0.4);
  border-radius: 3px;
  border: 0px solid #fff;
  padding: 15px 20px;
  width: 70%;
  color:#333;
}

.subscribe .submit {
  background: #92d8f1;
  color: #fff;
  padding: 15px 45px;
  border-radius: 3px;
  border: 0px;
}
.circle {
	border-radius: 200px;
}
.searchText {
	padding-left: 30px;
	padding-right: 30px;
	font-family: regular !important;
	font-size: 18px;
}

.searchIcon {
	height: 30px !important;
	width: 30px !important;
	background: url('search.png') !important;
	background-size: contain !important;
	background-position: center;
	z-index: 99999999px;

}


.social-links {
	color: #fff;
	margin: 0px 5px !important;
	border-radius: 200px;
	border: 2px solid #fff;
	font-size: 20px;

}
.social-links:hover {
	color: #f71919 !important;
	border: 2px solid #f71919;
    transition: all 0.3s ease 0s;
}

.fb {
	padding: 4px 10px;
}
.tw {
	padding: 4px 7px;
}
.in {
	padding: 4px 7px;
}

.active1 {
	color: #f71919 !important;
}
.footer-links a {
	color: #fff;
	margin: 0px 10px;
	transition: all 0.3s ease 0s;
}

.footer-links a:hover {
	color: #f71919 !important;
}

.text1 {
	font-family: hairline;
	font-size: 30.4px;
	text-transform: uppercase;
	color: #cacaca;
}






.services {
  background: #fff !important;
  padding-top: 0px;
  padding-bottom: 0px;
}

.services h3 {
  color: #fff;
}

.services p {
  color: #f7f7f7;
  font-family: light;
}

.services img {
  width: 30%;
}

.buy {
  background: #92d8f1;
  padding: 150px 80px;
}
.sell {
  background: #b2df47 !important;
  padding: 150px 80px;
}

.help {
  font-size: 18px !important;
  font-family: regular !important;
  color: #f7f7f7 !important;

}

.contact {
  background: #f7f7f7;
}
.white-nav {
  background: rgba(255,255,255,0.96);;
  border-bottom: 0px solid #e2e2e2;
}


.helplink {
  padding-top: 13.45px;
padding-bottom: 6px;
padding-right: 11px;
padding-left: 15px;
}

.clients {
  background: #fff;
  padding: 40px 0px;
}

.clients p {
  font-family: din !important;
  font-size: 20px;
  color: #000;
  margin-top: 20px;
  opacity: .9
}

footer a {
  color: #e2e2e2;
}

footer i {
  margin-right: 15px;
}
.loginBtn {
  border-radius: 3px;
  background: rgba(146,216,241,.9);
  padding-bottom: 10px !important;
  padding-top: 10px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  color: #fff !important;
  font-family: bold !important;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  margin-left: 15px;
  border: 0px solid rgba(146,216,241,.9);
  font-size: 9px;

}

.loginBtn:hover {
  color: #fff !important;
  background: #7fbad0 !important;
  border: 0px solid #c1e75f;
}


.messages {
  width: 330px;
}

/* Dropdown Button */
.dropbtn {
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown1 {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    border-radius: 3px;
    z-index: 999999 !important;
    border: 1px solid #eee;
    min-width: 160px;
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.09);
}

.dropdown-content:before {
  position: absolute;
top: -7px;
left: 13px;
content: "";
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-bottom: 7px solid #eee;
display: inline-block;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
color: #999;
}

/* Show the dropdown menu on hover */
.dropdown1:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown1:hover .dropbtn {
    background-color: #3e8e41;
}

.followers {
  display: none;
}
@media (max-width: 767px) {
  .transparent ul li a {
    color: #555 !important;
  }



  .mobile-center {
    text-align: center;
  }

  .main-header {
    height: 1000px;
  }


  #loginForm {
    padding: 0px 20px;
  }


	.white-nav {
	    background: #fff !important;
    }
	.dark-nav {
		color: #fff !important;
	}
}

.iphone {
  margin-top: 0px;
  position: relative;
  display: block;
  width: auto;
  height: 435px;
  background: url('../img/iphone1.png') no-repeat top;
  background-size: contain;
}

.s1 {
  top: 100px;
    left: 170px;
    position: relative;
    display: block;
    width: 240px;
    height: 350px;
  background: url('../img/s1.gif') no-repeat top;
}
/* --- Animated Phone Loader --- */
#phone {
  margin-top: 0px;
	position: relative;
  display: block;
  width: auto;
  height: 235px;
  background: url('../img/5P44rAn.png') no-repeat top;
}
#receiver {
  position: relative;
  width: auto;
  height: 100px;
  background: url('../img/2xR6R85.png') no-repeat top;

  &.calling {
    -webkit-animation:
      Rotate 1500ms linear 1000ms infinite;
    animation:
      Rotate 1500ms linear 1000ms infinite;
  }
}
@-webkit-keyframes Rotate {
  0% {transform:rotate(0deg);}
  0% {top: 0px}
  3% {transform:rotate(-5deg);}
  6% {transform:rotate(0deg); top:-3vh;}
  9% {transform:rotate(5deg);}
  12% {top: 0px}
   15% {transform:rotate(-5deg);}
  18% {transform:rotate(0deg); top:-1vh;}
  21% {transform:rotate(5deg);}
  25% {top: 0px}
  25% {transform:rotate(0deg);}
}
@keyframes Rotate {
  0% {transform:rotate(0deg);}
  0% {top: 0vh}
  3% {transform:rotate(-5deg);}
  6% {transform:rotate(0deg); top:-18px;}
  9% {transform:rotate(5deg);}
  12% {top: 0vh}
   15% {transform:rotate(-5deg);}
  18% {transform:rotate(0deg); top:-8px;}
  21% {transform:rotate(5deg);}
  25% {top: 0vh}
  25% {transform:rotate(0deg);}
}



.apply {
  height: 250px;
  width: 100%;
  background: url('../img/apply.jpg');
  background-size: cover;
}

.apply h1 {
  color: #fff;
}

.aform {
  background: #fff;
}

.cola {
  width: 100% !important;
  background: #f05670;
  padding: 14px 15px;
  border: 1px solid #f05670;
  border-radius: 3px;
  color: #fff;
}
.cola:hover {
  background: #508ac8;
  border-color: #508ac8;
}
.cola:focus {
  outline: none;
}

.tabbtn1 {
  width: 49.5%;
  float: left !important;

}
.tabbtn2 {
  width: 50%;
  float: right !important;


}

.tabb1 {
  border-top-left-radius: 3px !important;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-radius: 0px !important;
}

.tabb2 {
  border-radius: 0px !important;
  border-top-right-radius: 3px !important;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.nav-pills .active {
  background: #fff;
}

.searchHeader {
  padding-top: 100px;
  padding-bottom: 25px;
  background: url('../img/bg1.jpg');
  background-size: cover;
  text-align: center;
  color: #fff;
}

.searchHeader h1 {
  margin-bottom: 5px;
  font-family: bold !important;
  font-size: 30px;
}

.searchHeader p {
  opacity: .7;
  font-family: light;
  font-size: 18px;
  margin-top: 0px;
  padding-top: 0px;
}
.donations a {
  color: #333;
}


.donation-header {
  background-size: contain !important;
  background-position: bottom;
  width: 100%;
  padding-top: 76px;
  padding-bottom: 0px;
}

.donation-header .right {
  background: rgba(255, 255, 255, 0.98);
  padding: 80px 40px;
  padding-right: 110px;
}

.donation-header h4 {
  color: #333;
  font-size: 30px;
  font-family: bold !important;
  margin-bottom: 10px;
  margin-top: 25px;
}

.raised {
  float: left !important;
  position: relative;
  width: 50%;

}

.per {
  float: right;
}

.donatenow {
  background: #92d8f1;
  border-radius: 3px;
  border: 0px;
  font-size: 20px;
  font-family: regular;
  color: #fff;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.left {
  margin-top: 275px;
  margin-left: 110px;
}
.left h1 {
  color: #fff;
  font-family: bold !important;
  margin-top: 10px;
  font-size: 34px;
}

.left a {
  background: #92d8f1;
    font-size: 10px;
    color: #ffffff;
    font-family: light;
    border-radius: 1px;
    padding: 5px 10px;
}



.stats h1 {
  font-family: bold !important;
  color: #333;
  font-size: 30px;
  margin-top: 5px;
  margin-bottom: 3px;
}

.stats p {
  font-family: light;
    opacity: .7;
}






.donation {
  padding: 50px 0px;
}

.socials .linkurl {
  padding: 8px 20px;
    color: #555;
    background: #ffffff;
    border-radius: 3px;
    border: 1px solid #e2e2e2;
    padding-right: 50px;
    margin-right: 5px;
}

.socials i {
  padding-right: 5px;
}
.socials .twitter {
  background: #2c99d7;
  color: #fff;
  border-radius: 3px;
  padding: 10px 25px;
}
.socials .facebook {
  background: #3b5998;
  color: #fff;
  border-radius: 3px;
  padding: 10px 25px;
}
.socials .google {
  background: #ea4335;
  color: #fff;
  border-radius: 3px;
  padding: 10px 25px;
}




.userInfo .userImg {
  border-radius: 200px;
  width: 65px;
  margin-right: 10px;
  margin-left: 0px;
}

.userInfo p {
  text-transform: uppercase;
  color: #333;
  opacity: .7;
  font-family: light;
  margin-bottom: 0px;
  margin-top: 10px;
}

.userInfo h4 {
  font-family: regular !important;
  color: #333;
  margin-top: 2px;
  margin-bottom: 0px;
}






.aboutd {
  padding-top: 0px;
}

.aboutd .white {
  background: #fff;
  border-radius: 3px;
  border: 1px solid #e2e2e2;
  padding: 25px 25px;
}

.aboutd h2 {
  font-family: regular !important;
  color: #333;
  font-size: 30px;
  margin-top: 0px;

}

.aboutd .p {
  color: #333;
  opacity: .8;
  font-family: light;
  font-size: 14px;
}


.ctb .head {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  padding: 10px 25px;
  color: #fff;
  font-family: regular;
  font-size: 20px;
  background: #92d8f1;
}

.ctb .body {
  background: #fff;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border: 1px solid #e2e2e2;
  border-top: 0px;
  padding: 0px 25px;
}

.ctb .person {
  padding-top: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #efefef;
}

.ctb img {
  width: 50px;
  border-radius: 200px;
}

.ctb span {
  color: #4CAF50;
font-family: bold;
font-size: 15px;
padding-right: 5px;
padding-left: 5px;
}






.catHead {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}

.categoriesBox h2 {
  font-family: light !important;
  font-size: 27px;
  color: #333;
  margin-top: 0px;
  margin-bottom: 10px;
}


.catSec img {
  width: 30px;
  margin-right: 8px;
}

.catSec a {
  color: #333;
  font-family: light;
  font-size: 18px;

}


.fixedlinks {
  position: fixed;
top: 76px;
border-top: 1px solid #e4e4e4;
left: 0;
/* border: none; */
border-radius: 0;
/* background: transparent; */
width: 100%;
z-index: 2000;
transition: all 0.3s ease 0s;
/* z-index: 9999; */
/* left: 0; */
padding: 15px 0px;
background: #fff;
border-bottom: 1px solid #e2e2e2;
display: none;
}

.toplinks {
  padding: 15px 0px;
  background: #fff;
  border-bottom: 1px solid #e2e2e2;
  border-top: 1px solid #e2e2e2;
}

.toplinks .active {
    border-bottom: 3px solid #92d8f1;
}

.toplinks a {
  color: #333;
  padding-left: 20px;
    padding-right: 20px;
    font-family: regular;
    font-size: 18px;
  /* margin: 40px 0px; */
  padding-bottom: 15px !important;
}



.fixedlinks .active {
    border-bottom: 3px solid #92d8f1;
}

.fixedlinks a {
  color: #333;
  padding-left: 20px;
    padding-right: 20px;
    font-family: regular;
    font-size: 18px;
  /* margin: 40px 0px; */
  padding-bottom: 15px !important;
}

.resultsSection {
  padding-top: 50px;
}
.catSec {
  padding: 12px 0px;
}

.sorting {
  background: #fff;
border-radius: 3px;
border: 1px solid #e2e2e2;
padding: 8px 10px;
margin-left: 10px;
}

.catSec a:hover {
  color: #92d8f1;
}


.facts .num {
  font-family: bold;
  font-size: 18px;
  color: #92d8f1;
}


.loadmore {
  background: #e2e2e2;
  border-radius: 3px;
  border: 0px;
  color: #555;
  padding: 15px 30px;
  width: 40%;
  font-family: regular;
  font-size: 15px;
  margin-top: 50px
}
.facts .name {
  font-family: light;
  font-size: 11px;
  color: #333;
  opacity: .7;
}

.searchHeader select {
  border-radius: 3px;
  background: rgba(255,255,255,0.2);
border: 0px solid #fff;
color: #fff;
}
.byuser {
  opacity: .6;
  margin-bottom: 10px;
  font-size: 12px;
}

.byusera {
  font-size: 12px !important;
}
.usericon {
  background: url(../img/user.png) no-repeat scroll 12px 17px;
    padding-left: 45px;
}
.aticon {
  background: url(../img/at.png) no-repeat scroll 12px 17px;
    padding-left: 45px;
}

.passwordicon {
  background: url(../img/lock.png) no-repeat scroll 12px 17px;
    padding-left: 45px;
}
.calendericon {
  background: url(../img/calender.png) no-repeat scroll 12px 17px;
    padding-left: 45px;
}
.yahoo {
  background: url(../img/yahoo.png) no-repeat scroll 12px 17px;
    padding-left: 45px;
}
.skype {
  background: url(../img/skype.png) no-repeat scroll 12px 17px;
    padding-left: 45px;
}

.loginForm input {
  border-radius: 3px !important;

}
.loginForm  {
  border-radius: 3px !important;

}

.facebookbtn {
  background: #3b5998;
  border: 0px solid #3b5998;
  border-radius: 3px;
  width: 100%;
  color: #fff;
  padding: 15px 35px;
}

.forms {
}

.forms h1 {
  color: #333;
  font-family: regular !important;
  font-size: 40px;
  margin-bottom: 5px;
}

.forms .p {
  opacity: .6;
  margin-bottom: 20px;
}

.submitBtn {
  background: #f05670;
    border: 1px solid #f05670;
    border-radius: 3px;
    color: #fff;
    padding: 10px 55px;
}

.owl-item {
      margin: 25px 15px;
}

.item a {
  color: #333;
}
.whiteBox {
  background: #fff;
  border-radius: 3px;
  border: 1px solid #e2e2e2;

}
.boxContent {
  padding: 15px 15px;
}

.progressBar {
  width: 100%;
  background: #f7f7f7;
  height: 10px;
}

.progressLine {
  height: 10px;
  background: #91d7f0;
}

.counts {
  padding: 0px 15px;
  padding-bottom: 25px;
  padding-top: 10px;
}
.counts p {
  float: left;
  font-family: bold !important;
}
.counts span {
  font-family: light !important;
  opacity: .7;
}
.counts .percentage {
  float: right;
  opacity: .6;
  font-family: light !important;
}



.rcounts {
  padding-top: 15px;
      margin-bottom: 25px;
}
.rcounts p {
  float: left;
  font-family: bold !important;
}
.rcounts span {
  font-family: light !important;
  opacity: .7;
}
.rcounts .percentage {
  float: right;
  opacity: .6;
  font-family: light !important;
}



.progressLine p {
  padding: 10px 15px;
}
.boxContent h4 {
  font-family: bold !important;
}
.boxContent .p {
  font-family: light !important;
  opacity: .8;
}

.boxUser {
  height: 160.141px;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right:0;
  text-align: center !important;
  background: rgba(155, 218, 241,.9);
  transition: all 5.9s ease 5s;
  -webkit-animation: all 5.9s ease 5s;

}

.boxUser img {
  width: 50px;
  height: 50px;
  border-radius: 200px;
  margin-bottom: 10px;
}

.boxUser p {
  color: #f9f9f9;
  font-family: light !important;
  font-size: 12px;
  margin-top: 25px;
}

.boxUser span {
  text-transform: uppercase;
  color: #fff;
  font-family: regular;
  font-size: 15px;
}

.item a:hover .boxUser {
  display: block;
}

#cat .owl-item {
  margin: 0px 0px;
}

.catBox {
  background-size: cover !important;
  text-align: center;
  height: 300px;
}

.catBox h1 {
  padding-top: 90px !important;
  padding-bottom: 30px;
  color: #fff;
  font-family: bold !important;
  font-size: 30px;
}

#cat .owl-controls {
  display: none !important;
}


.catSection {
  padding-top: 0px;
  padding-bottom: 0px;
}

.catSection h1 {
  margin-top: 0px;
}

.commentSec {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 20px;
  padding-top: 20px;
}
.commentSec img {
  width: 100%;
  border-radius: 100%;

}

.commentSec h4 {
  margin-top: 0px;
  margin-bottom: 10px;
}



.startf .white {
  background: #fff;
  padding: 30px 30px;
  border-radius: 3px;
  border: 1px solid #e2e2e2;
  margin-bottom: 25px;
}

.help-block {
  font-family: light; font-size:14px; color: #333; opacity: .8;margin-bottom: 0px;  margin-top:13px;
}

.profile-preview {
  font-size: 90px !important;
  opacity: .1;
}


.caty {
  background: #92d8f1;
  padding: 60px 0px;

}

.caty h1 {
  color: #fff;
  font-family: regular !important;
  font-size: 40px;
  margin-top: 0px;
  margin-bottom: 10px;
}

.caty p {
  font-family: light;
  color: #fff;
  opacity: .7;
  font-size: 18px;
}

.hiw {
  background: #fff;
}

.hiw h2 {
  font-family: bold !important;
  font-size: 25px;
  color: #333;
  margin-bottom: 8px;
}

.hiw p {
  font-family: light;
  font-size: 13px;
  color: #333;
  opacity: .8;
}

.hiw img {
  width: 90px;
}



.hiw h1 {
  font-family: regular !important;
  font-size: 35px;
  color: #333;
  margin-bottom: 8px;
}

.hiw .hp {
  font-family: light;
  font-size: 18px;
  color: #333;
  opacity: .8;
}

.lastsec {
  background: #92d8f1;
  padding: 30px 0px;
}
.lastsec h2 {
  font-family: bold !important;
  font-size: 25px;
  color: #fff;
  margin-bottom: 8px;
  margin-top: 5px;
}

.lastsec p {
  font-family: light;
  font-size: 13px;
  color: #fff;
  opacity: .8;
}


/*20-12-2016*/
.paddingtop100 { padding-top: 100px; }
.your-donations-bg { background: #dddddd; }
.trans-info { margin: 15px 0; background: white; }
.trans-info ul { display: block; list-style: none; padding: 0; margin-bottom: 10px; }
.trans-info ul li { display: inline-block; width: 48%; border: solid thin #dedede; vertical-align: top; position: relative; }
.trans-info ul li:last-child { float: right; }
.trans-info ul li input { border: solid 0px; padding: 15px; font-size: 16px; color: #000; }
.trans-info ul li select { border: solid 0px; padding: 15px 0 15px 15px; border-right: solid thin #dedede;   }
.amount-width { width: 75%; }
.input-w100 { width: 100%; }
.chk-cnt { position: absolute; left: 0; bottom: -31px; font-weight: 400; }
.input-row { margin-top: 35px; }
.input-row span { width: 83px; padding: 16px; border-right: solid thin #dedede; background: #f2f2f2; } 
.continue-btn { width: 100%; background: #00b2e2; color: #fff!important; }
.border0 { border: solid 0px!important; }
.chk-cnt2 { font-size: 12px; color: #a2a2a2; }
.contribution-summ { margin: 15px 0; }
.contribution-summ h6 { font-weight: normal; }
.contribution-summ span { font-size: 16px; padding: 0px 0; display: block; }
.contribution-container { display: block; width: 100%; background: white; padding: 10px; margin-top: 10px; }
.contribution-container img { margin-right: 10px; border: solid 2px #f2f2f2; }
.contribution-container p { font-size: 18px; color: #000; margin: 0; } 
.contribution-container p label { font-weight: 400; font-size: 14px; }
.contribution-alert { display: block; margin: 20px 0; padding: 10px; background: rgba(146,216,241,.4); }
.contribution-alert p { padding: 0; margin: 0; }
.contribution-container h6 { margin: 0; border-bottom: solid thin #dedede; padding-bottom: 5px; }
.contribution-container h6 a { float: right; font-size: 12px; text-decoration: underline; }
.contribution-container h4 { margin-bottom: 0; }
.mobile-view-contribution { display: none; }
.make-pay ul { margin-top: 30px; }
.make-pay ul li { border: 0px; }
.makepay-contribution h6 { border-bottom: 0px; }
.contribution-appearance { display: block; margin-top: 20px; }
div#my-account  { position: relative; font-size: 14px;  }
div.my-account-button { text-align: center; margin: 0 auto; padding: 0px 15px; cursor: pointer; }
div.my-account-button.active { }
div.my-account-details { position: absolute; padding: 10px; background:#fff; top: 51px; right: 13%; margin-right: -22px; box-shadow: 0px 2px 10px #ccc; z-index: 4;}
/*div.my-account-details::before { content: ''; display: block; position: absolute; border: 10px solid #fff;   z-index: 4;
border-left: 10px solid rgba(255, 255, 255, 0);
border-right: 10px solid rgba(255, 255, 255, 0);
border-top: 0px solid rgba(255, 255, 255, 0);
top: -9px; left: 50%; margin-left: 43px; }*/
.nav-set { list-style: none; margin: 0; padding: 0;  }
.nav-set li { float: left; width: 100%; margin: 0; }
.nav-set li a { float: left; width: 100%; font-size: 14px!important; color: #333; text-align: left; padding: 3px 15px; box-sizing: border-box; -webkit-ox-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; }
.nav-set li a img { padding-right: 5px; }
.profile-img { float:left; width: 40px; height: 40px; border-radius: 50%; border: solid 2px #fff; margin-right: 10px; }
.profile-img img { border-radius: 50%; }
.my-account-button span { font-size: 16px; padding: 12px 0 0;   float: left; }
.my-account-button p {  padding: 12px 0 0 10px;; float: left; }
.nav-sub-top { padding-bottom: 5px; margin-bottom: 5px; border-bottom: solid thin #dedede; }
.profile-section-top { display: block; }
.profile-section-top img { border-radius: 50%; margin-right: 15px; }
.profile-section-top h4 { font-size: 24px; }
.profile-section-top h4 span { float: right; font-size: 14px;  font-weight: 400; }
.profile-section-top h4 span a { background: rgba(146,216,241,.9); padding: 10px; color: #fff; }
.profile-section-top img { width: 100px; }
.profile-section-top p { padding-left: 115px; width: 80%; line-height: 24px; }
.profile-tab { display: block; margin: 40px 0; }
.profile-tab-main { display: block; padding: 0; margin: 0; }
.profile-tab-main li { display: inline-block; border: solid thin #dedede;border-right: 0px; }
.profile-tab-main li a { display: block; padding: 10px 20px; font-size: 16px; color: #ccc; -webkit-transition: color 2s ease-out;
  -moz-transition: color 2s ease-out;   -o-transition: color 2s ease-out;   transition: color 2s ease-out; } 
.profile-tab-main li:last-child { border-right: solid thin #dedede; }
.profile-tab-main .active { border-bottom: 0px; }
.profile-tab-main .active a { color: #000; }
.profile-tab-main li a:hover { color: #000; }
.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: grey;         /* adjust as needed */
}
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
}
.profile-panel { margin-top: 20px; padding: 10px; font-family: 'rr', 'Helvetica Neue', Helvetica, Arial, sans-serif !important; font-size: 12px; }
.profile-panel > .panel-default { margin-bottom: 10px; }
.profile-panel > .panel-default > .panel-heading { background: #fff; border: solid thin #dedede;  }
.profile-panel > .panel-default > .panel-heading a { padding: 10px; font-size: 14px; font-family: 'rr', 'Helvetica Neue', Helvetica, Arial, sans-serif !important; }
.profile-panel > .panel-default > .panel-collapse { padding: 10px 10px 0;  border: solid thin #dedede; border-top: 0px; }
.profile-input { display: block; margin: 15px 0; padding: 0; }
.profile-input li { display: inline-block; width: 49%; vertical-align: middle; }
.profile-input li span { width: 25%; display: inline-block; }
.profile-input li label { width: 74%; }
.profile-input li label input { width: 100%; border: solid thin #dedede; padding: 8px; }
.profile-input li label select { width: 100%; border: solid thin #dedede; padding: 8px; }
.profile-input li:first-child { padding-right: 2%; }
.profile-save-btn { background: #3bafda; color: #fff; padding: 10px 30px!important; width: auto!important; text-transform: uppercase; }
.profile-container { display: block; margin: 20px 0; }
.profile-inner-tab { display: block; }
.profile-inner-tab li { display: inline-block; text-align: center; padding: 10px 40px; }
.profile-inner-tab li a { padding: 10px; font-size: 14px; color: #333; }
.profile-inner-tab .active { border-bottom: solid 2px #3bafda;  font-weight: 600; }
.profile-inner-tab .active a { color: #3bafda; }
.center { text-align: center; }
.profile-content { display: block; margin-top: 20px; }
.profile-content h3 { font-family: 'regular' !important; font-size: 24px; margin-bottom: 10px; }
.profile-alert { padding: 10px; border-radius: 4px; background: #ffedbe; }
.under-review-content { display: block; margin-top: 20px; } 
.under-review-content img { width: 300px; float: left; padding-right: 20px; }
.under-review-content h3 { font-weight: 600; color: #000; }
.under-review-content .btn { padding: 10px 30px; }
.profile-content h4 { font-family: 'regular' !important; font-size: 20px; margin-bottom: 10px; }
.nav-mobile-view { float: left; }
.profile-view { padding-left: 15px; padding-top: 14px; float: right; }

/*15-02-2017*/
.charityheader { text-align: left; }
.charityheader ul { display: block; text-align: left; margin: 15px 0 0; padding: 0; }
.charityheader ul li { display: inline-block; border: solid thin #3bafda; margin: 5px 5px 10px; vertical-align: middle; width: 140px; }
.charityheader ul li a { display: block; color: #fff; text-transform: uppercase; font-size: 13px; line-height: 15px; padding: 8px 0; text-align: center; }
.filtersection { margin: 50px 0 0; padding: 15px 0; background: #3bafda; }
.filter-bg { float: left; width: 100%; padding: 10px; background: #ebebeb; }
.charityheader ul li a:hover { background: #3bafda; }
.filters-tit { float: left; width: 11.3%; font-size: 14px; color: #0b4856; height: 44px; line-height: 44px; text-align: center; border-right: 2px dotted #3bafda; }
.filters-sel { float: left; padding: 8px 0px; width: 66%; }
.filters-sel select { border-radius: 5px; border: 0px; padding: 0 15px; color: #888; display: inline-block; height: 26px; line-height: 13px; padding-left: 12px; margin-left: 24px; }
.filter-chk input[type=checkbox]:not(old),input[type=radio   ]:not(old){ width   : 28px; margin  : 0; padding : 0; opacity : 0; }
.filter-chk input[type=checkbox]:not(old) + label, input[type=radio   ]:not(old) + label{ font-size: 14px; font-weight: 400; display      : inline-block; margin-left  : -28px; padding-left : 28px; background   : url('../img/checks.png') no-repeat 0 0;   line-height  : 20px; }
.filter-chk input[type=checkbox]:not(old):checked + label{  background-position : 0 -24px; }
.filter-chk input[type=radio]:not(old):checked + label{   background-position : 0 -48px; }
.filter-chk { float: left; padding-right: 20px; }
.filter-chk p { padding: 0; margin: 0; }
.sort-label { float: left; font-size: 22px; color: #555252; line-height: 44px; margin-right: 30px; font-weight: 700; }
.sortsection { padding-bottom: 30px; }
.sortsection select { border: none; border-radius: 2px; color: #888; cursor: pointer; float: left; font-size: 22px; height: 44px; line-height: 33px; width: 240px; margin-bottom: 30px; margin-right: 25px; } 
.sort-text { font-size: 18px; line-height: 44px; float: left; }
.charityBox h4 { margin: 0 0 5px; font-size: 14px; font-weight: 400; font-family: 'rr', 'Helvetica Neue', Helvetica, Arial, sans-serif !important; text-transform: uppercase; }
.charityBox .p { font-size: 11px; color: #000; opacity: 1; margin-top: 10px; line-height: 14px; }
.event-name { display: inline-block; font-size: 10px; line-height: 10px;  color: #ef4f5e; padding-right: 4px; border-right: 1px solid #a6a6a6; }
.event-location { display: inline-block; margin-left: 4px; }
.event-location i { font-size: 11px; color: #ef4f5e; }
.loc-name { display: inline-block; margin-left: 0px; font-size: 10px; line-height: 10px; color: #aca9a9; }
.charityBox .progressBar { background: #c6ccd2; }
.charityBox .counts { padding: 10px 0px 20px; }
.charityBox .counts p { font-size: 13px; }
.charityBox .progressBar { height: 5px; }
.charityBox .progressLine { height: 5px; }
.counts-btm { padding: 5px 0 20px!important; }
.donations { margin-bottom: 20px; }
.campaignCreateTop p { font-size: 24px; font-weight: 300; text-align: center; }
.campaignCreateTop { text-align: center; padding: 20px 0; }
.campaignCreateTop a { padding: 10px 30px; font-weight: 600; font-size: 18px; text-transform: uppercase; margin-top: 10px; }
.campaignTab { background: #9cdbf2; padding: 80px 0; }
.campaignTab ul { display: block; list-style: none; padding-left: 30%; }
.campaignTab ul li { display: block; padding: 5px; margin-bottom: 3px; }
.campaignTab ul li a { color: #fff; font-size: 28px; font-weight: 600;  }
.campaignTab ul li.camp-color1 { background-color: #00bf6f; }
.campaignTab ul li.camp-color2 { background-color: #f9be00; }
.campaignTab ul li.camp-color3 { background-color: #ff8b4f; }
.campaignTab ul li.camp-color4 { background-color: #6bc8cd; }
.campaignTab ul li.camp-color5 { background-color: #05467e; }
.campaignTab ul li.camp-color6 { background-color: #671e75; }
.campaignTab ul li.camp-color7 { background-color: #de223c; }
.campaignImg { position: relative; width: 100%; text-align: center; _height: 640px; }
.campaignImg p { bottom: -30px; color: #fff; font-size: 16px; right: 0; line-height: 22px; position: absolute; text-align: right; width: 30%; }
.campaignSection { padding: 20px 0; }
.camp-links ul { display: block; margin: 0; padding: 0;} 
.camp-links ul li { display: inline-block; margin-right: -4px; }
.camp-links ul li a { padding: 5px 10px; border: solid thin #4fc1e9; color: #000; text-transform: uppercase; font-size: 12px; }
.camp-links ul li .active { background: #4fc1e9; }
.camp-links ul li:nth-child(2), .camp-links ul li:nth-child(4), .camp-links ul li:nth-child(6),.camp-links ul li:nth-child(8),.camp-links ul li:nth-child(10) { border-top: solid thin #333; width: 15px; padding-top: 3px; }
.camp-links-rht ul { text-align: right; }
.camp-links-rht ul li:nth-child(2) { border: 0px; }
.camp-links-rht ul li { margin: 0 0 0 10px; }
.camp-links-rht ul li a { background: #4fc1e9; font-size: 16px; color: #fff; }
.camp-help { display: block; margin: 20px 0 0; } 
.camp-help ul { text-align: center; margin-bottom: 20px; }
.camp-help ul li { width: 20%; margin-right: 2%; }
.camp-help ul li:nth-child(2), .camp-help ul li:nth-child(4) { width: 22%; border: 0px; }
.camp-help ul li a { display: block; text-align: center; font-size: 14px; }
.camp-frm-tit {  display: block; 
    width: 100%;font-size: 16px; color: #000;  margin-right: 20px; vertical-align: top; padding: 9px 0 0; }
.tit-inp { display: inline-block; width: 75%; }
.tit-inp-rad {  display: inline-block;
    padding: 10px 0;
    width: 26%; }
.tit-inp input { display: block; width: 100%; border: 0px; font-size: 14px; color: #000; padding: 10px;  }
.tit-inp-rad input[type=checkbox]:not(old),input[type=radio   ]:not(old){ width   : 28px; margin  : 0; padding : 0; opacity : 0; }
.tit-inp-rad input[type=checkbox]:not(old) + label, input[type=radio   ]:not(old) + label{ font-size: 16px; font-weight: 600; display : inline-block; margin-left : -28px; padding-left : 28px; background : url('../img/checks.png') no-repeat 0 0; color: #000;  line-height: 25px; }
.tit-inp-rad input[type=checkbox]:not(old):checked + label{  background-position : 0 -24px; }
.tit-inp-rad input[type=radio]:not(old):checked + label{   background-position : 0 -48px; }
.tit-inp-rad p { font-size: 12px; font-weight: 400; padding: 0 0 0 30px; margin: 0; }
.camp-frm-btm { display: block; position: relative; padding: 40px 0 0; }
.camp-frm-btm .camp-frm-tit { font-size: 14px; width: 150px; }
.camp-frm-btm .tit-inp input, .camp-frm-btm .tit-inp select { border: solid thin #ccc; padding: 10px; width: auto; }
.width100 { width: 100%; }
.tit-inp-expiry { width: 250px; height: 40px; background: #4fc1e9; margin-top: 0px; }
.padding0 { padding: 0; }
.delete-camp { position: fixed; bottom: 0; width: 100%; background: #fff; padding: 10px 0; border-top: solid thin #a2a2a2; z-index: 1; }
.delete-camp a { float: right;  background: #4fc1e9; padding: 10px 20px; color: #fff; font-size: 16px; margin-left: 10px; } 
.delete-camp span { font-size: 16px; color: #000; font-weight: 600; margin: 10px 0 0; display: inline-block; }
.camp-ind-signup { background: url(../img/campaign-indi-sgnup.jpg) center bottom no-repeat; background-size: cover; height: 280px; margin-top: 76px; padding: 0; }
.camp-ind-img { background: url(../img/camp-ind-image.png) 10% bottom no-repeat; height: 280px; }
.camp-ind-btn { display: block; }
.camp-ind-btn a { margin: 120px 0 0 50%; font-size: 24px; background: #22a1cf; color: #fff; text-transform: uppercase; font-weight: 300; padding: 10px 30px; -webkit-box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.75); box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.75); display: inline-block; border-radius: 2px; }
.camp-grp-signup { background: url(../img/campaign-grp-sgnup.jpg) center top no-repeat; background-size: cover; height: 280px; padding: 0; }
.camp-grp-img { background: url(../img/camp-grp-image.png) 80% bottom no-repeat; height: 280px; }
.camp-grp-btn { display: block; }
.camp-grp-btn a { margin: 120px 50% 0 0%; font-size: 24px; background: #ed9813; color: #fff; text-transform: uppercase; font-weight: 300; padding: 10px 30px; -webkit-box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.75); box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.75); display: inline-block; border-radius: 2px; }

.camp-ngo-signup { background: url(../img/campaign-indi-sgnup.jpg) center bottom no-repeat; background-size: cover; height: 280px; margin-top: 76px; padding: 0; }
.camp-ngo-img { background: url(../img/ngoimagessss.jpg) 10% bottom no-repeat; height: 280px; }
.camp-ngo-btn { display: block; }
.camp-ngo-btn a { margin: 91px 0 0 50%; font-size: 24px; background: #22a1cf; color: #fff; text-transform: uppercase; font-weight: 300; padding: 10px 30px; -webkit-box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.75); box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.75); display: inline-block; border-radius: 2px; }

.campaign-creation-main { border: solid thin #ddd; display: block; float: left; width: 100%; padding: 10px 0 15px; margin-bottom: 20px; }
.tit-inp textarea { display: block; width: 100%; border: 0px; font-size: 14px; color: #000; padding: 10px;  }
.tit-inp p { font-size: 12px; }
.tit-inp h5 { font-size: 14px; font-weight: normal; color: #333; padding-bottom: 0px; }
.prev-bg { background: #ed9813!important; } 
.reward-list { display: block; padding: 20px 0 0; margin: 0; }
.reward-list li { display: inline-block; margin-right: 10px; }
.reward-list li a { border: solid thin #4fc1e9; padding: 7px 15px; display: block; text-align: center; color: #000; }
.ready-rewards { display: block; margin-top: 40px; }
.ready-rewards h3 { font-size: 20px; display: inline-block; }

.switch { position: relative; display: inline-block; vertical-align: top;  width: 100px; height: 30px; padding: 3px; margin: 25px 0 0 30px;
background: linear-gradient(to bottom, #eeeeee, #FFFFFF 25px);
background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF 25px);
border-radius: 18px; box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
cursor: pointer; box-sizing:content-box; }
.switch-input { position: absolute; top: 0; left: 0; opacity: 0; box-sizing:content-box; }
.switch-label { position: relative; display: block; height: inherit; font-size: 10px; text-transform: uppercase; background: #f00;
border-radius: inherit; box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15); box-sizing:content-box; }
.switch-label:before, .switch-label:after { position: absolute; top: 50%; margin-top: -.5em; line-height: 1; -webkit-transition: inherit; -moz-transition: inherit;
-o-transition: inherit; transition: inherit; box-sizing:content-box; }
.switch-label:before { content: attr(data-off); right: 11px; color: #fff; text-shadow: 0 1px rgba(255, 255, 255, 0.5); }
.switch-label:after { content: attr(data-on);  left: 11px; color: #FFFFFF;text-shadow: 0 1px rgba(0, 0, 0, 0.2); opacity: 0; }
.switch-input:checked ~ .switch-label { background: #4fc1e9; box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2); }
.switch-input:checked ~ .switch-label:before { opacity: 0; }
.switch-input:checked ~ .switch-label:after { opacity: 1; }
.switch-handle { position: absolute; top: 4px; left: 4px; width: 28px; height: 28px;
background: linear-gradient(to bottom, #FFFFFF 40%, #f0f0f0); background-image: -webkit-linear-gradient(top, #FFFFFF 40%, #f0f0f0);
border-radius: 100%; box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2); }
.switch-handle:before { content: "";  position: absolute; top: 50%; left: 50%; margin: -6px 0 0 -6px; width: 12px; height: 12px;
background: linear-gradient(to bottom, #eeeeee, #FFFFFF); background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF); border-radius: 6px;
box-shadow: inset 0 1px rgba(0, 0, 0, 0.02); } 
.switch-input:checked ~ .switch-handle {  left: 74px;box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2); }
.team { display: block; margin: 20px 0;  }
.team h3 { padding: 15px 10px; background: #cce9f3; font-size: 20px; font-weight: 300; }
.team-field { display: block; margin: 20px 0; padding: 35px 25px 65px; background: #fff; }
.team-field .lfld { display: inline-block; width: 48%; }
.team-field .lfld span { font-weight: 700; font-size: 14px; width: 100px; display: inline-block; }
.team-field .lfld input { padding: 7px; font-size: 15px; width: 60% }
.lfld-fll { width: 100%; display: block; margin-top: 35px; }
.lfld-fll span { font-weight: 700; font-size: 14px; width: 150px; display: inline-block; }
.tm-radio { display: inline-block; margin-right: 15px; }
.tm-radio label {     font-weight: 300!important;  font-size: 14px!important; }
.send-invite { float: right; font-size: 18px; padding: 5px 10px; border: solid 2px #4fc1e9; color: #000; }
.ad-inv { display: block; margin: 20px 0; }
.ad-inv a { font-size: 20px; color: #000; }
.receipts-lft { width: 70%; border: solid 2px #ccc; padding: 5% 10%; float: left; }
.receipt-header { float: left;  font-size: 24px; line-height: 20px; color: #000; margin-bottom: 35px; text-align: center; width: 100%; }
.recdate-row { float: left;  width: 100%; margin-bottom: 25px; }
.receipt-no { float: left; font-size: 11px; line-height: 14px; color: #000; }
.recdetails { float: left; font-size: 11px; line-height: 14px; color: #000; width: auto; }
.dfield { width: 100px!important; height: 14px; }
.inline-field { border-bottom: 1px dashed #000 !important;     background: none; font-size: 11px; line-height: 14px; color: #231f20; width: 220px; height: 14px; border: none; padding-left: 10px; }
.date { float: right;  font-size: 11px; line-height: 14px; color: #000; }
.receipt-body { float: left; width: 100%; font-size: 14px; line-height: 26px; color: #000; margin-bottom: 20px; position: relative; }
#f-loc {  width: 400px; } 
#recaddress { width: 504px; }
.full-field { float: left;  width: 100% !important; height: 21px; margin-bottom: 10px; }
#recmobile { width: 150px; }
#recpayment { width: 216px; }
#recamount { width: 446px; margin-bottom: 10px; }
.recamount-field { border: 1px solid #7b7979;  font-size: 11px; line-height: 14px; color: #231f20;  width: 144px; height: 26px; padding-left: 25px; }
#recpanno, #fmobile { width: 162px; }
.from-tag { float: left;  font-size: 11px; line-height: 26px;color: #000; width: auto; clear: both; }
.ffield1 { width: 416px; }  
.ffield { width: 406px; }
.full-field { float: left;  width: 100% !important; height: 21px; margin-bottom: 10px; }
#femail {  width: 216px; }
.receipt-rht { float: right; width: 25%; border: solid thin #ccc; }
.receipt-rht h4 { padding: 15px 10px; background: #cce9f3; font-size: 20px; font-weight: 300; margin: 0 0 15px; font-size: 18px;  } 
.receipt-inner { padding: 15px; width: 100%; }
.receipt-inner input { border: solid thin #ccc; display: block; width: 100%; padding: 7px; margin-bottom: 20px; }
.key-links-field { display: block; width: 100%; margin: 15px 0; border: solid thin #ddd;padding-bottom: 15px; }
.key-links-tit { padding: 10px; background: #cce9f3;  } 
.key-links-tit h4 { font-size: 20px; font-weight: 300; margin: 0 0 5px;   } 
.key-links-tit p { margin: 0; padding: 0; }
.key-row { display: block; width: 100%; margin-bottom: 0px; position: relative; }
.key-row select { position: absolute; width: 150px; left: 10px; top: 20px; padding: 10px;  }
.key-input { display: block; width: 100%; padding: 20px 30px 0px 170px; position: relative; }
.key-input input { padding: 8px 8px 9px; display: block; width: 100%;  }
.add-moree { display: block; text-align: right; padding: 10px 30px 0 0; }
.cls-btn { position: absolute; right: 15px; top: 30px; }
.key-share { display: block; padding: 15px 10px;  }
.key-share p { font-size: 18px; font-weight: 700; }
.key-share textarea { width: 100%; border-radius: 4px; padding: 10px; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { 
    font-family: 'rr', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}
.how-it-wrap h3 { font-size: 24px; font-weight: 300; text-align: center; margin: 0px 0; padding: 15px 0; border-bottom: solid thin #ccc; color: #00b2e2; }
.how-it-wrap ul { display: block; margin: 15px 0; padding: 0 0 0 30px; }
.how-it-wrap ul li { display: block; padding: 12px 7px 12px 5px; _background: url(../img/how-list-ico.png) left 14px no-repeat; border-bottom: solid thin #f8f8f8; }
.how-it-wrap ul li:last-child {  }
.how-it-wrap ul li a { color: #333; font-size: 16px; font-weight: 600; }
.how-it-lft { border-right: solid thin #ccc; margin: 15px 0 0; }
.how-it-lft ul { padding: 0 0 0 10px; }
.how-it-rht { border-right: none; }
.how-it-lft h4 { text-align: center; text-decoration: underline; }

.contact-wrap { display: block; margin: 15px 0; float: left; width: 100%; }
.contact-tit { font-size: 24px; text-align: center; margin: 30px 0; }
.contact-sbmt { margin: 20px 0; }
.cont-content h4 span { padding-left: 15px; }
.cont-content h4 { margin-bottom: 20px; }
.addr h4 { position: relative; }
.addr h4 img { position: absolute; }
.addr h4 span { padding-left: 60px; display: block; }
.cont-content h3 { padding: 15px 0; margin: 0; font-size: 24px; }
.cont-content ul { display: block; list-style: none; padding: 0; margin: 0; }
.cont-content ul li { display: inline-block; padding-right: 10px; }
.contact-wrap .control-label { text-align: left; }

.how-does { padding: 20px; }
.how-does h3 { text-align: left; margin-bottom: 15px; }
.how-does-tit { font-size: 18px; padding: 10px 0; font-weight: 300; }
.how-does p { line-height: 24px; color: #666; font-weight: lighter; }
.how-does p span { color: #000; font-weight: 500; text-decoration: underline; padding-right: 10px; }
.how-lst { display: block; margin: 0; padding: 0!important; }
.how-lst li { display: block; background: url(../img/atli.png) left no-repeat!important; margin: 0; padding: 10px 0 10px 32px!important;  }
.howw-prev { float: left; }
.howw-prev a { color: #333; }
.howw-prev a i { margin-right: 5px;  }
.howw-next { float: right; }
.howw-next a { color: #333; }
.benchmark_row { float: left; width: 100%; }
.down_arrow { float: left; width: 5px; height: 91px; background: url('../img/down_arrow.png'); } 
.day1 { float: left; width: 29%; height: 40px; background: #ffe599; text-align: center; padding: 10px; }
.week1 { float: left; width: 19%; height: 40px; background: #f7caac; text-align: center; padding: 10px; }
.days15 { float: left; width: 24%; height: 40px; background: #ed7d31; text-align: center; padding: 10px; }
.days30 { float: left; width: 15%; height: 40px; background: #c5e0b3; text-align: center; padding: 10px; }
.days45 { float: left; width: 10%; height: 40px; background: #538135; text-align: center; padding: 10px; }
.benchmark_txt { float: left;  width: 100%; color: #000; font-size: 14px;  line-height: 11px;margin-bottom: 20px; font-weight: 700;}
.benchmark_txt div:nth-child(1) { float: left; width: 28%; }
.benchmark_txt div:nth-child(2) { float: left; width: 19%; }
.benchmark_txt div:nth-child(3) { float: left; width: 24%; }
.benchmark_txt div:nth-child(4) { float: left;  width: 15%; }
.benchmark_txt div:nth-child(5) { float: left; width: 9%; }
.benchmark_txt div:nth-child(6) { float: left; width: 5%; }

@media (min-width: 768px) and (max-width: 980px) {
  .container { width: 90%; }
  .trans-info h4 { padding-top: 10px; }
  .trans-info ul { padding-bottom: 10px; }
  .your-donations-bg { background: #fff; }
  .trans-info { padding: 0; }
  .contribution-summ { display: none; }
  .mobile-view-contribution { display: block; }
  .mobile-view-contribution p { font-size: 16px; padding: 0; margin: 0; color: #000; }
  .profile-input li span { width: 100%; padding-bottom: 10px; }
  .profile-input li label { width: 100%; }
  .nav-mobile-view { display: none!important; }
  .filters-sel { width: 85%; }
  .filters-sel select { margin-left: 6px; }
  .charityBox .counts p { font-size: 12px; }
  .campaignImg img { width: 100%; }
  .campaignImg { height: 400px; }
  .campaignImg p { left: -0px; width: 30%; color: #333; bottom: 0; }
  .camp-links-rht ul li a { background: #4fc1e9; font-size: 14px; color: #fff; }
  .camp-links-rht ul { margin-top: 20px; }
  .camp-ind-btn a { font-size: 20px; }
  .camp-grp-btn a { font-size: 20px; }
}


/*21-08-17*/
.p_top{position:relative;height:50px}
.p_top a{display:block;float:left;line-height:28px;font-size:16px; font-weight:700;color:#333;cursor:pointer;border-radius: 4px 4px 0 0;margin: 0 10px;}
.p_top a.b_t_top {display:block;float:left;line-height:36px;font-size:12px; font-weight:700;color:#fff;cursor:pointer;padding:0 35px; cursor: default;}
.p_top a:hover.b_t_top { color: #fff;}
.p_top a.b_t_1{border-right:0px solid #fff;padding:10px 24px;}
.p_top a.b_t_2{padding:0 30px;}
.obj{margin:10px 5px 0;padding:0 0 25px}
.p_top a:hover {  }
.p_top a.active {background:#fff;color:#00b2e2;border-radius: 4px 4px 0 0;}


@media  (max-width: 767px) {
  .paddingtop100 { padding-top: 0; }
  .container { width: 100%; }
  .trans-info h4 { padding-top: 10px; }
  .trans-info ul { padding-bottom: 10px; }
  .trans-info ul li { width: 100%; margin-bottom: 10px; }
  .input-row { margin-top: 75px; }
  .your-donations-bg { background: #fff; }
  .trans-info { padding: 0; }
  .contribution-summ { display: none; }
  .mobile-view-contribution { display: block; }
  .mobile-view-contribution p { font-size: 16px; padding: 0; margin: 0; }
  .profile-section-top img { width: 60px; }
  .profile-section-top p { padding-left: 75px; width: 100%; line-height: 24px; }
  .profile-section-top h4 span { float: right; font-size: 12px; margin-top: 5px; }
  .profile-section-top h4 span a { background: rgba(146,216,241,.9); padding: 5px; }
  .profile-tab-main li { display: inline-block; width: 50%; border: solid thin #dedede; }
  .profile-input li { width: 100%; margin-bottom: 10px; }
  .profile-input li span { width: 100%; padding-bottom: 10px; }
  .profile-input li label { width: 100%; }
  .nav-mobile-hidden { display: none; }
  .profile-view { position: absolute; top: 4px;  right: 0px; padding-top: 0; }
  .charityheader { padding-top: 50px; }
  .filters-tit { width: 100%; text-align: left; border-right: 0px; }
  .filters-sel { width: 100%; }
  .filters-sel select { margin-left: 0px; margin-bottom: 10px; }
  .charityBox .counts p { font-size: 12px; }
  .sortsection { padding: 0 10px; ; }
  .sortsection select { border: solid thin #ccc; width: auto; margin-bottom: 10px; }
  .sort-text { line-height: 18px; margin-bottom: 10px; }
  .campaignTab ul { padding: 0; text-align: center; }
  .campaignTab ul li { display: inline-block; }
  .campaignTab ul li a { font-size: 24px; font-weight: 500;  }
  .campaignImg img { width: 100%; }
  .campaignImg { height: 400px; }
  .campaignImg p { left: -0px; width: 30%; color: #333; bottom: 0; }
  .camp-links-rht ul { margin-top: 20px; }
  .camp-links ul li:nth-child(2), .camp-links ul li:nth-child(4), .camp-links ul li:nth-child(6),.camp-links ul li:nth-child(8),.camp-links ul li:nth-child(10) { border-top: solid 0px #333; width: 0px; padding-top: 3px; }
  .camp-links ul { text-align: center; }
  .camp-links ul li { text-align: center; margin-bottom: 20px; }
  .camp-help ul li { width: auto; font-size: 12px; }
  .camp-help ul li:nth-child(2), .camp-help ul li:nth-child(4) { width: auto; border: 0px; }
  .camp-help ul li a { font-size: 12px; }
  .tit-inp input { border: solid thin #ccc; }
  .tit-inp { display: inline-block; width: 100%; }
  .camp-ind-signup { margin-top: 0px; }
  .camp-ind-btn a { font-size: 20px; }
  .camp-grp-signup { margin-top: 0px; }
  .camp-grp-btn a { font-size: 20px; }

}
@media (min-width: 481px) and (max-width: 767px) { 
  .charity-min { width: 50%; }
  .camp-ind-btn a { margin: 120px 0 0 0; }
  .camp-grp-btn a { margin: 120px 0 0 0; }
}
@media  (max-width: 480px) {
  .campaignImg p { width: 100%; bottom: 20px; }
  .camp-ind-img { background: url(../img/camp-ind-image1.png) left bottom no-repeat; height: 300px; text-align: center;  }
  .camp-ind-btn a { margin: 120px 0 0 0; }
  .camp-grp-img { background: url(../img/camp-grp-image1.png) left bottom no-repeat; height: 300px; text-align: center;  }
  .camp-grp-btn a { margin: 120px 0 0 0; }
}
ol li {
    margin-top:10px;
}

.howw-next a ,.howw-prev a {
    background-color: #3bafda;
    padding: 4px;
    color: #fff;
}
