/*
Template Name: Fairness
Author: DotThemes
URL: http://www.dotthemes.com
Version: 1.0
Desctiption: One Page Responsive Bootstrap Charity Template
*/
/*
====================================
[ CSS TABLE CONTENT ]
------------------------------------
	1.0 - GLOBAL SYTLES	
	2.0 - NAVBAR
	3.0 - CAROUSEL
	4.0 - DONATE BUTTON PROMO 
	5.0 - BANNER
	6.0 - ABOUT SECTION 
	7.0 - CAUSES SECTION
	8.0 - TEAM MEMBERS SECTION
	9.0 - SERVICES SECTION
	10.0 - SUCCESS SECTION
	11.0 - GALLERY SECTION 
	12.0 - TESTIMONIAL SECTION
	13.0 - CONTACT SECTION
	14.0 - GOOGLE MAP
	15.0 - FOOTER SECTION 
-------------------------------------
[ END CSS TABLE CONTENT ]
=====================================
*/
/* ==========================================================================
   1.0 - GLOBAL SYTLES
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}
::-moz-selection {
    background: #ECC731;
    color: #444;
    text-shadow: none;
}
::selection {
    background: #16a085;
    color: #a4003a;
    text-shadow: none;
}
img {
    vertical-align: middle;
}
textarea {
    resize: vertical;
}
html,
body {
    height: 100%;
}
body {
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    color: #555;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}
a img {
    background: white;
}
.odd a img {
    background: #f5f5f5;
}
/* Titles */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 200;
    color: #555;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
}
h2 {
    color: #666;
    font-weight: 500;
}

/* Paragraph & Typographic */

p {
    line-height: 26px;
    margin-bottom: 20px;
}
p.large {
    font-size: 18px;
    margin-bottom: 50px;
}
.centered {
    text-align: center;
}
strong {
    font-weight: 700;
}
em {
    font-weight: 300;
}
pre {
    background: #ebebeb;
    border: none;
    font-family: "Monaco";
    font-size: 16px;
    color: #666;
    padding: 20px;
    line-height: 28px;
}
small {
    font-size: 12px;
}
blockquote,
blockquote p {
    line-height: 28px;
    color: #999;
    font-weight: 300;
    font-style: italic;
}
blockquote {
    position: relative;
    margin: 0 0 40px -30px;
    padding-left: 30px;
    border-left: 5px solid #3498db;
}
blockquote cite {
    position: absolute;
    bottom: -25px;
    right: 0;
    font-size: 12px;
    font-style: italic;
    color: #333;
    font-weight: 300;
}
blockquote cite:before {
    content: "-- "
}
/* Images */

.overflow-image {
    margin-top: -65px;
}
/* Links */

a {
    color: #4abcc5;
    word-wrap: break-word;
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}
a:hover,
a:focus {
    color: #c0392b;
    text-decoration: none;
    outline: 0;
}
a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}
.floatleft {
    float: left
}
.floatright {
    float: right
}
.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
.fn-section-header {
    margin-bottom: 50px;
}
.section-title {
    text-transform: uppercase;
}
.section-padding {
    padding: 60px 0;
}
/* ==========================================================================
   2.0 - NAVBAR
   ========================================================================== */
.navbar-default .navbar-nav > li > a {
    color: #555;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #ECC731;
    background-color: #fff;
}
.navbar-default {
    background-color: #fff;
    padding: 12px 0;
    box-shadow: 0 0 3px #ccc;
    font-weight: 500;
}
.navbar-default .navbar-brand {
    font-weight: 700;
    font-size: 26px;
    color: #666;
}
.navbar-brand .fa {
    color: #ECC731;
    margin-right: 10px;
}
.navbar-toggle {
    border-color: transparent;
    border: 0px solid transparent;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #ECC731;
}

/* ==========================================================================
   3.0 - CAROUSEL
   ========================================================================== */
#fn-home-carousel {
    overflow: hidden;
    position: relative;
}
#fn-home-carousel img {
    width: 100%;
    background-size: cover;
}
.carousel-fade .carousel-inner .item {
    max-height: 700px;
    opacity: .8;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}
.carousel-fade .carousel-inner .active {
    opacity: 1
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1
}
.carousel-fade .carousel-inner .item:after {
    background: rgba(15, 15, 0, 0.55) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.carousel-fade .carousel-control {
    z-index: 20
}
/* Caption style
/* ------------------------------ */
#fn-home-carousel .carousel-caption {
    position: absolute;
    top: 50%;
    margin-top: -165px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 15;
    color: #fff;
    bottom: inherit;
}
#fn-home-carousel .carousel-caption h1 {
    color: #FFFFFF;
    font-size: 75px;
    line-height: 80px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: -5px;
    margin-bottom: 40px;
}
#fn-home-carousel .carousel-caption h1 span {
    font-weight: 900;
    color: #ECC731;
}
#fn-home-carousel .carousel-caption p {
    color: #FFFFFF;
    font-size: 25px;
    margin-bottom: 70px;
}
#fn-home-carousel .carousel-caption .btn {
    font-size: 20px;
    line-height: 18px;
    font-weight: 300;
    color: #fff;
    background-color: transparent;
    border-color: #ECC731;
    border-radius: 30px;
    padding: 20px 58px;
}
#fn-home-carousel .carousel-caption .btn:hover {
    background: #ECC731;
    border-color: transparent;
    color: #fff;
}
/* Next and previous button
/* ------------------------------ */
#fn-home-carousel > .item-prev {
    position: absolute;
    left: 40px;
    top: 50%;
    margin-top: -25px;
    z-index: 100;
    opacity: 0;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
#fn-home-carousel > .item-next {
    position: absolute;
    right: 40px;
    top: 50%;
    margin-top: -25px;
    z-index: 100;
    opacity: 0;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
#fn-home-carousel:hover .item-prev,
#fn-home-carousel:hover .item-next {
    opacity: 1;
}
#fn-home-carousel > .item-prev i,
#fn-home-carousel > .item-next i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 40px;
    border-radius: 50%;
    color: #000000;
    text-align: center;
    background-color: #DDDDDD;
}
#fn-home-carousel > .item-prev i:hover,
#fn-home-carousel > .item-next i:hover {
    background-color: #ECC731;
}
.verticle-line {
    position: absolute;
    top: -150px;
    height: 200px;
    width: 1px;
    content: "";
    background-color: #FFFFFF;
    left: 0;
    right: 0;
    margin: 0 auto;
}
/* Text animation delay
/* ------------------------------ */
.delay-1 {
    -webkit-animation-delay: 300ms;
    -moz-animation-delay: 300ms;
    animation-delay: 300ms;
}
.delay-2 {
    -webkit-animation-delay: 600ms;
    -moz-animation-delay: 600ms;
    animation-delay: 600ms;
}
.delay-3 {
    -webkit-animation-delay: 1200ms;
    -moz-animation-delay: 1200ms;
    animation-delay: 1200ms;
}
.delay-4 {
    -webkit-animation-delay: 1500ms;
    -moz-animation-delay: 1500ms;
    animation-delay: 1500ms;
}

/* ==========================================================================
   4.0 - DONATE BUTTON PROMO 
   ========================================================================== */
.donate-promo {
    background-color: #ECC731;
    color: #fff;
    padding: 20px 0 40px;
}
.donate-promo h2 {
    font-weight: 300;
    margin-bottom: 0;
	text-transform:uppercase;
}
.donate-promo h2 b {
    color: #fff;
}

.fn-donate-btn {
	background-color: #fff;
	border: 2px solid #fff;
	color: #ecc731;
	display: inline-block;
	font-weight: 400;
	margin-top: 7px;
	padding: 12px 28px;
	text-transform: uppercase;
	transition: all 0.4s linear 0s;
 }
 .fn-donate-btn:hover {
  background-color: #ecc731;
  border: 2px solid #fff;
  color: #fff;
  transition: all 0.4s linear 0s;
  }
    
/* ==========================================================================
   5.0 - BANNER
   ========================================================================== */

#banner {} 
.banner {
    margin: 0 auto;
}

/* ==========================================================================
   6.0 - ABOUT SECTION 
   ========================================================================== */

#about {
    background: #ECC731;
}
#about img {
    margin-top: 0;
}
.about-us-content {
    padding-top: 30px;
}
section.about-us .col-lg-12 {
    margin-bottom: 50px;
}
section.about-us .col-md-3 .fa {
    font-size: 25px;
    color: #fff;
    margin: 0 auto;
    height: 90px;
    width: 90px;
    border: 2px solid #fff;
    line-height: 80px;
    cursor: pointer;
    -webkit-transition: all ease-in-out 0.75s;
    -moz-transition: all ease-in-out 0.75s;
    -o-transition: all ease-in-out 0.75s;
    -ms-transition: all ease-in-out 0.75s;
    transition: all ease-in-out 0.45s, background-color ease-in-out 0.10s;
}
section.about-us .col-md-3 i:before {
    margin-left: 0px;
    font-size: 40px;
}
section.about-us .col-md-3 .fa:hover {
    background-color: #ECC731;
    color: #fff;
    border: 1px solid #ECC731;
    -moz-box-shadow: inset 0px 0px 0px 5px #ffffff;
    -o-box-shadow: inset 0px 0px 0px 5px #ffffff;
    -ms-box-shadow: inset 0px 0px 0px 5px #ffffff;
    -webkit-box-shadow: inset 0px 0px 0px 5px #ffffff;
    box-shadow: inset 0px 0px 0px 5px #ffffff;
    -ms-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    border-radius: 55%;
}
.about-us-content p {
    padding-top: 10px;
}

/* ==========================================================================
   7.0 - CAUSES SECTION
   ========================================================================== */
.cause-post {
  float: left;
  padding: 0 1.5%;
  vertical-align: top;
}
.cause-box {
  width: auto;
}
.cause-header {
  overflow: hidden;
  position: relative;
}
.cause-header > img {
  border-radius: 3px;
  box-sizing: border-box;
  transition: all 200ms linear 0ms;
  width: 100%;
}
.cause-content {
  box-sizing: border-box;
  padding-top: 15px;
  width: 100%;
}
.cause-content > h3 {
  line-height: 1.3;
  margin-bottom: 5px;
  text-transform: none;
  transition: all 300ms linear 0ms;
}
.cause-content > p {
  margin-top: 14px;
}
.fn-donate-button
 {
  background-color: #ecc731;
  border: 2px solid #ecc731;
  color: #ffffff;
  display: inline-block;
  padding: 12px 28px;
  text-transform: uppercase;
  transition: all 0.4s linear 0s;
   font-weight: 400;

  }
  .fn-donate-button:hover
 {
  background-color: #fff;
  border: 2px solid #ecc731;
  color: #ecc731;
  transition: all 0.4s linear 0s;
  }

/* ==========================================================================
   8.0 - TEAM MEMBERS SECTION
   ========================================================================== */
#team {
    text-align: center;
	background: #ecc731 none repeat scroll 0 0;
}
#team p.large {
    margin-top: 60px;
    margin-bottom: 30px;
}
#team .fa {
background-color: #f1d851;
color: #fff;
font-size: 15px;
height: 30px;
line-height: 30px;
margin: 0 3px;
outline: 0 none;
transition: all 0.3s ease 0s;
width: 30px;
}
#team h4{font-weight:bold}
#team .fa:hover {
    color: #ECC731;
	background-color:#fff;
}
.team-border{border: 2px solid #fff;}
.single-member img{height:120px; width:120px}

/* ==========================================================================
   9.0 - SERVICES SECTION
   ========================================================================== */
#services {
    padding: 60px 0;
}
.service-item {
    margin-bottom: 30px;
}
.service-item .service-detail {
	text-align:center;
}
.service-item i {
	color:#ECC731;
    font-size: 28px;
    line-height: 20px;
    width: 30px;
}
.service-detail h4{font-weight:bold;}

/* ==========================================================================
  10.0 - SUCCESS SECTION
   ========================================================================== */
#fn-success {
    background: #ECC731 none repeat scroll 0 0;
}
.counters-item {
    color: #fff;
}
.counters-item i {
    border: 2px solid #fff;
    color: #fff;
    display: inline-block;
    height: 90px;
    margin: 0 0 35px;
    padding: 15px 0 0;
    width: 90px;
}
.counters-item strong {
    display: block;
    font-size: 60px;
    font-weight: 600;
    line-height: 60px;
}
.counters-item p {
    font-size: 18px;
    line-height: 24px;
    margin-top: 15px;
    text-transform: uppercase;
}

/* ==========================================================================
   11.0 - GALLERY SECTION 
   ========================================================================== */
#gallery {
    background-color: #fff;
}
#gallery .gallery-filter {
    list-style: none;
    padding: 0;
    margin: 0 0 50px;
    display: inline-block;
}
#gallery .gallery-filter > li {
    float: left;
    display: block;
}
#gallery .gallery-filter > li a {
    display: block;
    padding: 7px 15px;
    margin: 0px 2px;
    color: #ECC731;
    position: relative;
    border: 1px solid #ECC731;
}
#gallery .gallery-filter > li a:hover,
#gallery .gallery-filter > li a.active {
    background: #ECC731;
    color: #fff;
}
#gallery .gallery-items {
    margin: -15px;
}
#gallery .gallery-item {
    width: 24.9%;
    float: left;
    padding: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
#gallery .gallery-item .gallery-item-inner {
    position: relative;
}
#gallery .gallery-item .gallery-item-inner .gallery-info {
    opacity: 0;
    transition: opacity 400ms;
    -webkit-transition: opacity 400ms;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 18px 0 0;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    height: 100%;
}
#gallery .gallery-item .gallery-item-inner .gallery-info h3 {
    font-size: 16px;
    line-height: 1;
    margin: 0;
    color: #fff;
}
#gallery .gallery-item .gallery-item-inner .gallery-info .preview {
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    box-shadow: 0 0 0 1px #fff;
    display: block;
    -webkit-box-shadow: 0 0 0 1px #fff;
    text-align: center;
    margin: 15px auto;
}
#gallery .gallery-item:hover .gallery-info {
    opacity: 1;
}
#gallery .btn-default {
    border: 0;
}

/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

/* ==========================================================================
   12.0 - TESTIMONIAL SECTION
   ========================================================================== */
#testimonials {} .testimonial {
    background: #ECC731;
    padding-bottom: 90px;
}
#fn-feedbacks .feedback-box {
    background: #fff;
    padding: 25px;
    margin: 13px;
    text-align: left;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    z-index: 5;
}
.feedback-box .message {
    color: #444;
}
.feedback-box .client {
    margin-top: 30px;
    height: 73px;
    position: relative;
}
.feedback-box .quote {
    float: left;
    font-size: 45px;
    line-height: 80px;
}
.feedback-box .client-info {
    float: right;
    margin-left: 18px;
    padding-top: 15px;
}
.feedback-box .client-info .client-name {
    color: #404040;
	font-weight: 400;
	line-height: 30px;
}
.feedback-box .client-info .client-company {
    margin-top: -3px;
}
.feedback-box .client-image {
    float: left;
    width: 73px;
    height: 73px;
    overflow: hidden;
    border: 3px solid #ECC731;
}
.customNavigation {
    text-align: center;
}
.owl-theme .owl-controls .owl-page span {
    background: #fff !important;
    border-radius: 50%;
}
.customNavigation a {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* ==========================================================================
   13.0 - CONTACT SECTION
   ========================================================================== */
#contact {
    background: #fff;
    text-align: center;
}
#contact .form {
    padding: 30px 0;
}
#contact .fa {
    color: #ECC731;
    margin-bottom: 10px;
}
#contact .btn {
    font-weight: 500;
    font-size: 18px;
    margin-top: 50px;
    background-color: #ECC731;
    color: #fff;
    border: 0;
}
#contact .btn:hover,
#contact .btn:focus {
    background-color: #F5E398;
    outline: 0px;
}

/*============================================================
	14.0 - GOOGLE MAP
==============================================================*/
#google-map {
    padding: 0;
}
#map-canvas {
    width: 100%;
    height: 300px;
}

/* ==========================================================================
   15.0 - FOOTER SECTION 
   ========================================================================== */
.fn-footer {
    background: #4D4D4D;
    color: #fff;
}
#sub-footer {
    border-top: 1px solid #363636;
    background: #363636;
}
.fn-footer {
    padding: 50px 0 0 0;
}
.fn-footer a {
    color: #fff;
}
.fn-footer a:hover {
    color: #E2E2E2;
}
.fn-footer h1,
.fn-footer h2,
.fn-footer h3,
.fn-footer h4,
.fn-footer h5,
.fn-footer h6 {
    color: #fff;
    font-weight: bold;
}
.fn-footer address {
    line-height: 1.6em;
}
.fn-footer h5 a:hover,
footer a:hover {
    text-decoration: none;
}
ul.social-network {
    list-style: none;
    margin: 0;
}
ul.social-network li {
    display: inline;
    margin: 0 5px;
}
.fn-footer ul.social-network li i {
    font-size: 16px;
}
#sub-footer {
    margin: 20px 0 0;
    padding: 30px 0;
    text-shadow: none;
}
#sub-footer p {
    margin: 0;
    padding: 0;
}
#sub-footer span {} .copyright {
    text-align: left;
}
#sub-footer ul.social-network {
    float: right;
}
ul.link-list {
    float: none;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
ul.link-list li {
    float: none;
    list-style: outside none none;
    margin: 0;
    padding: 2px 0;
}
.fn-footer ul.link-list li a {
    color: #fff;
}
.btn-theme {
    background: #ECC731 none repeat scroll 0 0;
    border: 1px solid #ECC731;
}
.btn-theme {
    color: #fff;
}