/* Table of Contents

====================



	1. Basic Styles

	2. Typography

	3. Home Slider

	4. Header

	5. Mobile Navigation

	6. Slides

	7. Parallax

	8. Services Section

	9. Portfolio Section

	10. About Section

	11. Contact Section

	12. Footer

	13. Preloader

	14. Isotope Filtering

	15. Media Queries

	16. Retina Display



====================== */
/* ==================================================

   1. Basic Styles

================================================== */

@import url('http://fonts.googleapis.com/css?family=Open+Sans');
@import url('http://fonts.googleapis.com/css?family=Lato:100,300,400,700');
html,
body {
    height: 100%;
    -ms-overflow-style: scrollbar;
}
html {
    width: 100%;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    background: #f5ffea;
    font-weight: 300;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    line-height: 22px;
    -webkit-font-smoothing: antialiased;
}
a {
    color: #fcce00;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: color 0.1s linear 0s;
    -moz-transition: color 0.1s linear 0s;
    -o-transition: color 0.1s linear 0s;
    transition: color 0.1s linear 0s;
}
a:hover,
a:active,
a:focus {
    outline: 0;
    color: #d8d8d8;
    text-decoration: none;
}
a img {
    border: none;
}
a > img {
    vertical-align: bottom;
}
img {
    max-width: none;
}
p {
    margin: 0 0 30px;
}
input,
button,
select,
textarea {
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    outline: 0;
    color: black;
}
input:focus,
textarea:focus,
input[type="text"]:focus {
    outline: 0;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #101011;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #101011;
}
input:-webkit-input-placeholder,
textarea:-webkit-input-placeholder {
    color: #101011;
}
/* ==================================================

   2. Typography

================================================== */
.text-field-holder {
  width: 100%;
  overflow: hidden;
  margin:20px 0;
}
.text-field-holder label{
	width:30%;
	float:left;
	margin-right:45px;
}
.text-field-holder input{
	width:65%;
	float:left;
	padding:2px 5px;
	font-size:14px;
	}
.text-field-holder input[type='submit']{
	color:#fff;
	text-align:center;
	padding:5px 0;}	
.text-field-holder img{
	display: block;
	margin-top: 0;
	padding-top: 10px;
}
.text-field-holder textarea{
	width: 65%;
  float: left;
  resize: none;
  padding:5px;
  font-size:14px;
	}
.contact-us-form{
    overflow: hidden;
}
.contact-us-form label{
	margin:0;
display: block;
float: left;
font-size: 14px;
color: #02416F;
font-weight: normal;
padding: 5px 0;
width:35%;
text-align: left;
}
/*.contact-us-form input{
width: 30%;
line-height: 25px;
padding: 5px;
border-radius: 2px;
border: 1px solid #BCBCBD;
display: block;
}*/
/*.contact-us-form textarea{
width: 30%;
height: 200px;
margin-bottom: 20px;
resize: none;
padding: 5px;
border: 1px solid #BCBCBD;
border-radius: 2px;
display: block;
}*/
.contact-us-form input[type='submit']{
  width: 65%;
  margin-left: 0;
  cursor: pointer;
  background-color: #194F90;
  float: right;
  color: #fff;
  font-size: 16px;
  border: none;
 }

.contact-holder{
    display: block;
    overflow: hidden;
}
.feedback-default textarea{
    resize:none;
    width: 500px;
    height: 170px;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 30px 0;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
    line-height: 1.5em;
    word-spacing: 3px;
}
h1 {
    font-size: 46px;
}
h2 {
    font-size: 34px;
}
h3 {
    font-size: 22px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}
p {
    font-family: 'Lato', sans-serif;
    word-spacing: 2px;
    font-weight: 400;
}
section h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 55px;
    font-weight: 300;
    padding: 30px 0;
    margin: 0;
    text-align: center;
}
section h2 > strong {
    font-weight: 600;
}
section p {
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    font-weight: 300;
    color: #181818;
    line-height: 40px;
    text-align: center;
}
/* ==================================================

   3. Home Slider

================================================== */

#home {
    position: relative;
    overflow: hidden;
    height: 100%;
    background: url(../images/banner.jpg) no-repeat center top;
	background-size:cover;
}
#home > .container {
    overflow: hidden;
    position: static;
    height: 100%;
}
#home > .container .content-frame {
    height: 100%;
}
#home > .container .content-frame > .content-holder {
    height: 100%;
}
.header-wrapper.section {
    padding: 24px 0 24px;
    overflow: hidden;
}
strong.logo {
    display: block;
    float: left;
    margin: 12px 0;
}
strong.logo a {
    display: block;
}
div.donate {
    display: inline-block;
}
div.donate span {
    display: inline-block;
    width: 116px;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
div.donate span:hover {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
div.donate span.green {
    display: inline-block;
    width: 116px;
    border-radius: 4px;
    background: #519005;
}
div.donate span.green:hover {
    background: #65B00C;
}
div.donate span input[type='submit']{
    display: block;
    font-weight: 400;
    text-transform: uppercase;
    width: 100%;
    padding: 12px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: #519005;
    border:none;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
div.donate span input[type='submit']:hover{
     background: #65B00C;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
div.donate span a {
    display: block;
    font-weight: 400;
    text-transform: uppercase;
    width: 100%;
    padding: 12px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    color: #fff;
}
.content-holder {
    position: relative;
}
.content-wrapper {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
    transform: translate(-50%, -50%);
    margin-top: -150px;
}
img.arr {
    position: absolute;
    top:90%;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
	opacity:0.5;
}
img.arr:hover {
	opacity:1;
}
.content-wrapper h1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 90px;
    color: #ccff66;
    line-height: 1.7em;
    padding: 0;
    margin: 0;
    text-shadow: 1px 1px 4px #222;
}
.content-wrapper p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 44px;
    line-height: 60px;
    color: #fff;
	text-shadow: 2px 2px 6px #000;
}
.content-wrapper p span {
    font-weight:600;
}
/* ==================================================

   4. Header

================================================== */
.buttons {
    padding-top: 70px;
    padding-bottom: 40px;
    letter-spacing: 55px;
}
header {
    width: 100%;
}
header .sticky-nav {
    position: relative;
    width: 100%;
    height: 60px;
    background: #101011;
    z-index: 1001;
}
header .sticky-nav.stuck {
    position: fixed;
    width: 100%;
    height: 60px;
    top: 0;
    z-index: 1001;
}
header #logo {
    color: #d8d8d8;
    float: left;
    padding: 20px 0;
}
header #logo a {
   width: 96px;
    height: 30px;
    text-indent: -9999px;
    display: block;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 0.25s ease-in-out 0s;
    -moz-transition: opacity 0.25s ease-in-out 0s;
    -o-transition: opacity 0.25s ease-in-out 0s;
    transition: opacity 0.25s ease-in-out 0s;
}
header #logo a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}
nav#menu {
    float: right;
    position: fixed;
    left: 100%;
    margin: -90px 0 0 -30px;
    z-index: 256;
    top: 50%;
    bottom: 50%;
}
nav#menu #menu-nav {
    margin: 0;
    padding: 0;
}
nav#menu #menu-nav li {
    display: block;
    width: 12px;
    height: 12px;
    border: 1px solid #444;
    margin: 20px 0;
    border-radius: 50%;
    padding: 0;
}
nav#menu #menu-nav li.current {
    border: none;
    -webkit-transform: scale(1.50);
    -moz-transform: scale(1.50);
    -o-transform: scale(1.50);
    transform: scale(1.50);
}
nav#menu #menu-nav li:nth-child(1).current {
    background: #ccff66;
}
nav#menu #menu-nav li:nth-child(2).current {
    background: #e86704;
}
nav#menu #menu-nav li:nth-child(3).current {
    background: #02416f;
}
nav#menu #menu-nav li:nth-child(5).current {
    background: #518d09;
}
nav#menu #menu-nav li:nth-child(4).current {
    background: #54565b;
}
nav#menu #menu-nav li a {
    color: #d8d8d8;
    display: block;
    text-indent: -9999px;
    text-transform: uppercase;
}
nav#menu #menu-nav li.current a,
nav#menu #menu-nav li a:hover {
    color: #fcce00;
}
/* ==================================================

   5. Mobile Navigation

==================================================== */

#mobile-nav {
    display: none;
}
.menu-nav {
   width: 16px;
    height: 16px;
    display: block;
    margin: 22px 0 0 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: -webkit-transform 250ms ease-out 0s;
    -moz-transition: -moz-transform 250ms ease-out 0s;
    -o-transition: -o-transform 250ms ease-out 0s;
    transition: transform 250ms ease-out 0s;
}
.menu-nav.open {
    background-position: 0 -16px;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition: -webkit-transform 250ms ease-out 0s;
    -moz-transition: -moz-transform 250ms ease-out 0s;
    -o-transition: -o-transform 250ms ease-out 0s;
    transition: transform 250ms ease-out 0s;
}
#navigation-mobile {
    display: none;
    text-align: center;
    width: 100%;
    background: #101011;
    border-bottom: 1px solid #fcce00;
    position: relative;
    float: left;
    z-index: 9999;
}
#navigation-mobile li {
    list-style: none;
    border-top: 1px solid #fcce00;
}
#navigation-mobile li a {
    display: block;
    font-size: 16px;
    color: #d8d8d8;
    text-transform: uppercase;
    padding: 20px 0;
}
#navigation-mobile li.current a,
#navigation-mobile a:hover {
    color: #fcce00;
}
#topNav {
    z-index: -1;
}
#nav {
    width: 100%;
}
#nav.affix-top {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    height: 54px;
    background-color: transparent;
    border: 0;
}
#nav.affix {
    position: fixed;
    top: 0;
    z-index: 10;
    -webkit-transition: all .6s ease-in-out;
}
.top-head.navbar {
    margin-bottom: 0;
    background: rgba(255, 255, 255, 0.6);
    border: none;
}
/* ==================================================

   6. Slides

================================================== */

#VideoModal,
#SlideModal {
    background: rgba(0, 0, 0, 0.8);
}
#VideoModal .modal-body,
#SlideModal .modal-body {
    padding: 0;
}
.video-section {
    margin: 20px 0;
}
h4.modal-title {
    color: #02416f;
    font-weight: 400;
    margin: 0;
}
#VideoModal .modal-header .close {} .slide {
    position: relative;
    padding: 60px 0;
    background: #101011;
    z-index: 99;
}
.slide p {
    color: #d8d8d8;
}
.slide h1 {
    color: #fcce00;
}
.slide-title {
    text-align: center;
    margin: 0 0 40px 0;
    text-transform: uppercase;
}
/* ==========================

 	7. Parallax 

============================= */

#parallax1 {
    position: static;
    padding-top: 90px;
    padding-bottom: 90px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}
#parallax1 .background-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #101011;
    opacity: 0;
    filter: alpha(opacity=0);
}
#parallax1 h2 {
    color: #fcce00;
    text-transform: uppercase;
}
#parallax1 .number {
    color: #fcce00;
    font-size: 70px;
}
#parallax1 .work {
    margin-top: 20px;
}
#parallax2 {
    position: static;
    padding-top: 90px;
    padding-bottom: 90px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}
#parallax h2 {
    color: #fcce00;
    text-transform: uppercase;
}
#parallax2 .background-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #101011;
    opacity: 0;
    filter: alpha(opacity=0);
}
#clients {
    display: block;
    margin-top: 10px;
}
#clients .clients-wrap {
    display: block;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
#clients .clients-wrap ul {
    display: block;
    list-style: none;
    position: relative;
}
#clients .clients-wrap ul li {
    display: block;
    float: left;
    position: relative;
    width: 140px;
    height: 55px;
    line-height: 55px;
    text-align: center;
}
#clients .clients-wrap ul li img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
#clients .clients-wrap ul li img:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    opacity: 0.5;
}
#parallax3 {
    position: static;
    padding-top: 90px;
    padding-bottom: 90px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}
#parallax3 .background-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #101011;
    opacity: 0;
    filter: alpha(opacity=0);
}
#parallax3 h2 {
    color: #fcce00;
    text-transform: uppercase;
}
#parallax3 h3 {
    color: #fcce00;
    margin-bottom: 20px;
}
#parallax3 h4 {
    color: #fcce00;
    margin-bottom: 20px;
}
.owl-theme .owl-controls .owl-page span {
}
/*=============================

	8. Services Section

================================*/

#campaign {
    background: #f5ffea;
    text-align: center;
    padding: 95px 15px 15px;
}
.campaign {
    padding-bottom: 10px;
    margin-bottom: 30px;
    color: #fcce00;
}
.campaign h2 {
    color: #e86704;
}
.campaign .video-player {
    padding-top: 30px;
    padding-bottom: 100px;
    width: 100%;
    max-width: 880px;
    margin: 0 auto;
}
/* ==================================================

   9. Portfolio Section

================================================== */

#need {
    background: #d9ecf9;
    text-align: center;
    padding-top: 95px;
}
#need h2 {
    color: #02416f;
}
.statistics-wrapper {
    padding: 30px 0 100px;
}
.stats-holder {
    overflow: hidden;
}
.stats-holder .stats h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 56px;
    line-height: 62px;
    font-weight: 600;
    color: #62a70f;
    padding: 0;
    margin: 0;
}
.stats-holder .stats {
    margin-bottom: 70px;
}
.stats-holder .stats h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: 300;
    margin: 0;
    padding: 0;
}
.stats-holder .stats:nth-child(1) h4 {
    color: #00426b;
}
.stats-holder .stats:nth-child(2) h4 {
    color: #e86704;
}
.stats-holder .stats:nth-child(3) h4 {
    color: #624c79;
}
/*==========================

	10. About Section

=========================== */

#difference {
    background: #dfffb9;
    padding-top: 95px;
}
#difference h2 {
    color: #518d09;
}
.gifts-holder h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 38px;
    color: #ee7624;
    padding: 6px 0 0 0;
    margin: 0;
}
.inner-gifts-holder .gifts-holder h4{
    font-size: 20px;
    line-height: 24px;
    text-align: left;
}
.gifts-holder strong {
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    font-size: 25px;
    color: #62a70f;
    padding: 6px 0 0;
    margin: 0;
    display: block;
}
.inner-gifts-holder .gifts-holder strong{
    font-size: 18px;
    line-height: 22px;
    text-align: left;}
.giftImageHolder {
    height: 234px;
    display: table-cell;
    vertical-align: bottom;
}
.giftImageHolder img {
    vertical-align: bottom;
}
.gift-btn-wrap {
    text-align: center;
    margin-top:87px;
    margin-bottom: 79px;
}
span.gift-btn {
    display: inline-block;
    border-radius: 4px;
    position: relative;
	background: url(../images/donate.png) no-repeat center top;
}
.inner-gifts-holder{
    overflow: hidden;
}
.inner-gifts-holder > .gifts-holder {
    display: inline-block;
    vertical-align: middle;
    width: 19%;
}
.play{
	position: relative;
	padding: 0;
	margin: 0 1%;
	width: 48%;
}
.play span{
	background: url(../images/play.png) no-repeat -80px 0;
	display:block;
	position: absolute;
  	top:34%;
 	width:79px;
  	text-align: center;
  	margin: 0 auto;
  	left:3px;
  	right: 0;
	height:94px;
}
.play:hover span{
	background: url(../images/play.png) no-repeat -5px -1px;
}
/*span.gift-btn:before {
    content: '';
    background: url(../images/gift-icon_03.png) no-repeat;
    width: 76px;
    height: 76px;
    position: absolute;
    top: -60px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 3;
}*/

span.gift-btn input[type="submit"] {
display: inline-block;
border-radius: 4px;
position: relative;
border: none;
font-family: 'Open Sans', sans-serif;
font-size: 22px;
font-weight: 600;
text-transform: uppercase;
color: #fff;
padding: 73px 20px 22px;
display: block;
z-index:10;
background:none;
}
/*===========================

	11. Contact Section

=========================== */

#collaborate {
    background: #fff;
    padding-top: 95px;
}
#collaborate h2 {
    color: #54565b;
}
.sponsers {
    margin:0;
    display: block;
    width: 100%;
    overflow: hidden;
    text-align: center;
    }
.sponsers ul{
    margin: 0;
    padding: 0;
    list-style:none;
}        
.sponsers ul li{
    vertical-align: middle;
    display: inline-block;
}
.sponsers-wrap{
    text-align: center;
    margin: 30px 0;
}
.sponsers-wrap-2{
    text-align: center;
    margin: 30px 0;
}
.sponsers-wrap-2 a{
    width: 25%;
    vertical-align: middle;
    display: inline-block;
    margin: 0 -2px;
}
.sponsers-wrap a img{
    margin: 0 auto;
}
.sponsers-wrap-2 a img{
    margin: 0 auto;
}
a.gospel {
    width: 20%;
}
a.lighthouse {
    width: 30%;
}
/*=========================

 	12. Footer

 ========================== */

#footer {
    background: url(../images/footer-bg_20.png) center top;
    background-color: #194f90;
    padding: 60px 0 0;
    text-align: center;
}
.footer-logo-wrap {
    text-align: center;
}
.footer-logo-wrap strong img {
    margin: 0 auto;
}
#footer .footer-logo-wrap p {
    margin: 0;
    padding: 30px 0;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 25px;
    line-height: 40px;
}
ul.social-links {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.social-links li {
    vertical-align: middle;
    display: inline-block;
    padding: 0 12px;
}
ul.social-links li a {
    background: url(../images/social-sprite_11.png) no-repeat;
    text-indent: -9999px;
    width: 54px;
    display: block;
    height: 53px;
}
ul.social-links li.twt a {
    background-position: -68px 0;
}
ul.misc-btns {
    margin:50px 0 30px;
    padding: 0;
    list-style: none;
    display: inline-block;
}
ul.misc-btns li {
    vertical-align: middle;
    display: inline-block;
    margin: 0 70px;
}
ul.misc-btns.contact-button li{
    margin-left: 35px;
    margin-right: 35px;
}
ul.misc-btns li span {
    display: block;
    width: 240px;
    text-align: center;
    border-radius: 4px;
    position: relative;
	background: url(../images/donate-green.png) no-repeat center top;
}
/*ul.misc-btns li span:before {
    content: '';
    background: url(../images/button-icons.png) no-repeat;
    width: 59px;
    height: 59px;
    position: absolute;
    top: -50px;
    margin: 0 auto;
    left: 0;
    right: 0;
    background-position: 0px 1px;
    z-index: 3;
}*/
ul.misc-btns li span.donate:before {
    background-position: -59px 0;
}
ul.misc-btns li span.touch {
    background: #76bd22;
}
ul.misc-btns li span.donate {
   background: url(../images/touch.png) no-repeat center top;
}
ul.misc-btns li span.donate-online {
   background: url(../images/donateonlinenow.png) no-repeat center top;
   width: 100%;
}
ul.misc-btns li span.donate-check {
   background: url(../images/sendacheck.png) no-repeat center top;
   width: 100%;
}
ul.misc-btns li span.donate a {
	position:relative;
	z-index:10;
}

ul.misc-btns li span.donate-online  {
    position: relative;
    z-index: 10;
    font-size: 23px;
}
ul.misc-btns li span.donate-online input[type='submit']{
    font-size: 23px;
    display: block;
    width: 100%;
    padding: 72px 69px 23px;
}
ul.misc-btns li span.donate-check a {
     position: relative;
    z-index: 10;
    font-size: 23px;
    padding: 66px 112px 18px;
}

ul.misc-btns li span.donate-contact{
    width:100%;
    min-width: 297px;
}
ul.misc-btns li span.donate-contact a{
    padding-top:70px;
    padding-bottom: 15px;
}
ul.misc-btns li span.donate-contact.gray{
    background: url(../images/callmenow.png) no-repeat center top;
}
ul.misc-btns li span.donate-contact.purple{
    background: url(../images/leaveinfo.png) no-repeat center top;
}
ul.misc-btns li span.donate-contact.green{
    background: url(../images/emailme.png) no-repeat center top;
}
ul.misc-btns li span a {
    font-family: 'Open Sans', sans-serif;
    font-size: 23px;
    font-weight: 100;
    color: #fff;
    line-height: 35px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 48px 14px 10px;
    display: block;
}
ul.misc-btns li input[type='submit']{
    display: inline-block;
    width: 240px;
    text-align: center;
    border-radius: 4px;
    background:none;
    position: relative;
    border: none;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    padding: 56px 14px 14px;
	z-index:10;
}
ul.misc-btns li input[type='submit']:before{
    content: '';
    background: url(../images/button-icons.png) no-repeat;
    width: 59px;
    height: 59px;
    position: absolute;
    top: -40px;
    margin: 0 auto;
    left: 0;
    right: 0;
    background-position: 0px 1px;
}
ul.misc-btns li span.donate-btn{
    display: inline-block;
}
ul.contact-links{
    margin: 10px 0;
    padding: 10px 0;
    list-style: none;
}
ul.contact-links li span{
    margin:0 20px; 
    display: inline-block;
} 
ul.contact-links li span i{
    font-size: 22px;
    font-weight: 300;
    line-height: 40px;
    color: #fff;
}
ul.contact-links li span a{
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 40px;
    color: #fff;
    padding-left: 6px;
    text-decoration: none;
}
.copyright {
    margin:0 0 32px;
}
.copyright p {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 40px;
    color: #fff;
}
/* ==================================================

   14. Preloader

================================================== */

#jpreOverlay,
#jSplash {
    background-color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index:1000;
}
#jpreSlide {
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    margin: -50px 0 0 -50px;
    width: 100px;
    height: 100px;
}
#jpreLoader {
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
}
#jprePercentage {
    width: 50px;
    height: 50px !important;
    line-height: 50px;
    position: absolute !important;
    text-align: center;
    left: 50%;
    top: 50%;
    margin: -50px 0 0 -50px;
    z-index: 1100;
    font-size: 16px;
    color: #fff;
    -webkit-animation: circle 1s infinite forwards;
    -moz-animation: circle 1s infinite forwards;
    -ms-animation: circle 1s infinite forwards;
    -o-animation: circle 1s infinite forwards;
    animation: circle 1s infinite forwards;
}
#circle {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 11;
    margin: -50px 0 0 -50px;
    width: 50px;
    height: 50px;
    background: #285994;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-animation: circle 1s infinite forwards;
    -moz-animation: circle 1s infinite forwards;
    -ms-animation: circle 1s infinite forwards;
    animation: circle 1s infinite forwards;
}
@-webkit-keyframes circle {
    0% {
        -webkit-transform: rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
    }
    50% {
        -webkit-transform: rotateY(180deg);
        -webkit-animation-timing-function: ease-out;
    }
    100% {
        -webkit-transform: rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
    }
}
@-moz-keyframes circle {
    0% {
        -moz-transform: rotateY(0deg);
    }
    50% {
        -moz-transform: rotateY(180deg);
        -moz-animation-timing-function: ease-out;
    }
    100% {
        -moz-transform: rotateY(0deg);
        -moz-animation-timing-function: ease-in;
    }
}
@-ms-keyframes circle {
    0% {
        -ms-transform: rotateY(0deg);
        -ms-animation-timing-function: ease-in;
    }
    50% {
        -ms-transform: rotateY(180deg);
        -ms-animation-timing-function: ease-out;
    }
    100% {
        -ms-transform: rotateY(0deg);
        -ms-animation-timing-function: ease-in;
    }
}
@-o-keyframes circle {
    0% {
        -o-transform: rotateY(0deg);
        -o-animation-timing-function: ease-in;
    }
    50% {
        -o-transform: rotateY(180deg);
        -o-animation-timing-function: ease-out;
    }
    100% {
        -o-transform: rotateY(0deg);
        -o-animation-timing-function: ease-in;
    }
}
@keyframes circle {
    0% {
        transform: rotateY(0deg);
        animation-timing-function: ease-in;
    }
    50% {
        transform: rotateY(180deg);
        animation-timing-function: ease-out;
    }
    100% {
        transform: rotateY(0deg);
        animation-timing-function: ease-in;
    }
}
/* ==================================================

   15. Isotope Filtering

================================================== */

.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.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;
}
.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;
}
.isotope.infinite-scrolling {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
/* ========================================

	16. Media queries

========================================= */

@media(max-width: 1200px) {
    .stats-holder .stats h3 {
        font-size: 42px;
        line-height: 50px;
    }
    .stats-holder .stats h4 {
        font-size: 24px;
    }
    .gifts-holder h4 {
        font-size: 26px;
    }
    .gifts-holder strong {
        font-size: 20px;
    }
    .inner-gifts-holder > .gifts-holder{
        width: 33%;
    }
    ul.misc-btns li span.donate-online{
        margin-bottom: 20px;
    }
}
@media(max-width:991px) {
    .content-wrapper h1 {
        font-size: 66px;
    }
    .content-wrapper p {
        font-size: 34px;
    }
    section h2 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    section p {
        font-size: 22px;
        line-height: 34px;
    }
    section p > br {
        display: none;
    }
    .statistics-wrapper {
        padding-bottom: 30px;
    }
    .stats-holder {
        margin-top: 20px;
    }
    .stats-holder .stats {
        margin-bottom: 35px;
    }
    .gift-btn-wrap {
        margin: 84px 0 45px;
        display: inline-block;
    }
    .gifts-holder h4 {
        font-size: 20px;
        line-height: 32px;
    }
    .gifts-holder strong {
        font-size: 16px;
    }
    span.gift-btn a {
        font-size: 16px;
        padding: 18px;
    }
    .gift-btn-wrap {
        display: block;
        overflow: hidden;
        padding-top: 80px;
        margin-top: 0;
    }
    ul.misc-btns.contact-button li{
        margin-top: 10px;
        margin-bottom: 10px;
    }
}
/* Extra small devices (phones, less than 768px) */
@media(min-width: 768px){
	#VideoModal .modal-dialog{
		width: 602px;
	}
}
@media (max-width: 768px) {
    #home {
        background: url(../images/tablet.jpg) no-repeat;
        background-position: center top;
		background-size:cover;
    }
    .campaign .video-player {
        padding-bottom: 0;
    }
    .content-wrapper {
        width: 100%;
    }
    .content-wrapper h1 {
        font-size: 54px;
    }
    .content-wrapper p {
        font-size: 26px;
    }
    div.donate span a {
        padding: 8px;
    }
    section h2 {
        font-size: 48px;
    }
    .gifts-holder {
        text-align: center;
    }
    .giftImageHolder {
        height: auto;
        display: inline-block;
    }
    .gifts-holder {
        text-align: center;
        margin-bottom: 30px;
    }
    nav#menu {
        display: none;
    }
    #home {
        height: auto;
    }
    #home > .container .content-frame > .content-holder {
        padding-top: 500px;
    }
    .inner-gifts-holder > .gifts-holder{
        width: 100%;
    }
    .inner-gifts-holder .gifts-holder h4{
        text-align: center;
    }
    .inner-gifts-holder .gifts-holder strong{
        text-align: center;
    }
    ul.misc-btns li{
        margin-left: auto;
        margin-right: auto;
    }
    ul.misc-btns.contact-button li{
        margin-right: 0;
        margin-left: 0;
    }
}
@media(max-width: 550px) {
    #home {
        background: url(../images/mobi.jpg) no-repeat;
        background-position: center top;
		background-size:cover;
    }
    .content-wrapper {
        margin-top: -100px;
    }
    .content-wrapper h1 {
        line-height: 64px;
    }
    .content-wrapper p {
        line-height: 40px;
    }
    section h2 {
        font-size: 30px;
    }
    section p {
        font-size: 18px;
        line-height: 30px;
    }
    ul.misc-btns {
        margin-top: 35px;
    }
    ul.misc-btns li {
        margin-top: 50px;
        margin-bottom: 50px;
        display: block;
    }
    #footer {
        background-image: none;
    }
    ul.misc-btns li span.donate-online{
        background: #EE8600;
        width: 100%;
    }
    ul.misc-btns li span.donate-online input[type='submit'] {
        font-size: 20px;
        padding: 23px 20px 23px;
    }
    ul.misc-btns li span.donate-check {
        background:#194F90;
    }
    ul.misc-btns li span.donate-check a{
        font-size: 20px;
        padding-top: 17px;
        padding-bottom: 17px;
        padding-left: 70px;
        padding-right: 70px;
    }

    ul.misc-btns li span.donate-contact.green {
        background:#518D09;
    }
    ul.misc-btns li span.donate-contact.gray {
        background: #647A98;
    }
    ul.misc-btns li span.donate-contact.purple {
        background: #7956A4;
    }
    ul.misc-btns li span.donate-contact{
        min-width: 100%;
    }
    ul.misc-btns li span.donate-contact a{
        padding-top: 15px;
        font-size: 20px;
    }
    .inner-h2{
        font-size: 30px;
    }

}
@media(max-width:400px) {
    .header-wrapper.section {
        padding-top: 0;
    }
    strong.logo {
        float: none;
        text-align: center;
    }
    div.donate {
        display: block;
        text-align: center;
        float: none !important;
    }
    .stats-holder .stats h3 {
        font-size: 36px;
    }
    .stats-holder .stats h4 {
        font-size: 22px;
    }
    span.gift-btn a {
        font-size: 14px;
    }
    ul.contact-links li span a{
        font-size: 16px;

    }
}
/* Small devices (tablets, 768px and up) */
/* ============================

	17. Retina Display

===============================*/

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (-moz-min-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 2dppx) {
    header #logo a {
       background-size: 96px 30px;
    }
    .menu-nav {
    background-size: 16px 32px;
    }
}