/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

/*
FONTS
**********************/
@font-face {
	font-family: 'AN-R';
	src: url('fonts/AvenirNextLTPro-Regular.eot');
	src: local('☺'), url('fonts/AvenirNextLTPro-Regular.woff') format('woff'), url('fonts/AvenirNextLTPro-Regular.ttf') format('truetype'), url('fonts/AvenirNextLTPro-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'AN-B';
	src: url('fonts/AvenirNextLTPro-Bold.eot');
	src: local('☺'), url('fonts/AvenirNextLTPro-Bold.woff') format('woff'), url('fonts/AvenirNextLTPro-Bold.ttf') format('truetype'), url('fonts/AvenirNextLTPro-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'AN-D';
	src: url('fonts/AvenirNextLTPro-Demi.eot');
	src: local('☺'), url('fonts/AvenirNextLTPro-Demi.woff') format('woff'), url('fonts/AvenirNextLTPro-Demi.ttf') format('truetype'), url('fonts/AvenirNextLTPro-Demi.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'AN-Book';
	src: url('fonts/AvenirLTStd-Book.eot');
	src: local('☺'), url('fonts/AvenirLTStd-Book.woff') format('woff'), url('fonts/AvenirLTStd-Book.ttf') format('truetype'), url('fonts/AvenirLTStd-Book.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*
COMMON
**********************/
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;

	/*-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing: grayscale;*/
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
a {
	display: block;
	outline: none;
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
a:hover {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
input,
textarea {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
input:focus,
textarea:focus {
	outline: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.line {
	width: 100%;
	height: 1px;
}
img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
}
a[href^=tel]{
    color: inherit;
    text-decoration: none;
}


/*
GLOBAL
==============================*/
body {
	font: 24px 'AN-Book', Arial, sans-serif;
	/*letter-spacing: 1px;*/
	color: #777;
}
.col-l {
	padding-right: 40px;
}
.col-r {
	padding-left: 40px;
}
.content-slide {
	margin-left: 0;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.menu-slide-in {
	right: 0 !important;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.menu-slide-out {
	right: -250px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.content-slide-out {
	margin-left: -250px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}


/*
LAYOUT
==============================*/
.col-100 {
	width: 1100px;
	height: 100%;
	position: relative;	
	margin: 0 auto;
}
.col {
	position: relative;
	float: left;
}
.col-100-100 {
	width: 100%;
}
.col-95-100 {
	width: 95%;
}
.col-90-100 {
	width: 90%;
}
.col-80-100 {
	width: 80%;
}
.col-75-100 {
	width: 75%;
}
.col-70-100 {
	width: 70%;
}
.col-66-100 {
	width: 66.666667%;
}
.col-60-100 {
	width: 60%;
}
.col-50-100 {
	width: 50%;
}
.col-40-100 {
	width: 40%;
}
.col-33-100 {
	width: 33.33333%;
}
.col-30-100 {
	width: 30%;
}
.col-25-100 {
	width: 25%;
}
.col-20-100 {
	width: 20%;
}
.col-10-100 {
	width: 10%;
}
.col-5-100 {
	width: 5%;
}



/*
HEADER
==============================*/
.header-container {
	width: 100%;
	height: 100px;
	background: #2a2a2a;
	position: relative;
	z-index: 2000;

	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.header {

}

.main-logo {
	position: absolute;
	top: 17px;
	left: 0;
	width: 140px;
}

.main-menu-container {
	position: absolute;
	top: 39px;
	right: 210px;
}
.main-menu {

}
.main-menu li {
	float: left;
	position: relative;
	padding: 0 0 40px 0;
	margin: 0 0 0 25px;
}
.main-menu li a {
	font-size: 18px;
	letter-spacing: 1px;
	color: #fff;
	text-transform: capitalize;
}
.main-menu li a:hover,
.main-menu .current-menu-parent > a,
.main-menu .current_page_ancestor > a,
.main-menu .current_page_item > a {
	color: #a6ce38;
}
.main-menu li .sub-menu {
	display: none;
	position: absolute;
    top: 61px;
    left: -30px;
	background: #2a2a2a;
	width: 250px;
    padding: 10px 30px 30px 30px;
}
.main-menu li .sub-menu li {
	float: none;
	padding: 0;
	margin: 0 0 15px 0;
}
.main-menu li .sub-menu li:last-child {
	margin-bottom: 0;
}
.main-menu li .sub-menu li a {

}
.header-container .btn-donation {
	position: absolute;
    top: 27px;
    right: 0;
}

.m-main-menu {
	position: absolute;
	right: 0;
	top: 37px;
	display: none;
}
.m-main-menu .line {
    width: 35px;
    height: 5px;
    background: #fff;
    margin: 0 0 5px 0;
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.m-main-menu .line-3 {
    margin: 0;
}
.m-main-menu.active .line-1 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 10px;
}
.m-main-menu.active .line-2 {
    background: none;
}
.m-main-menu.active .line-3 {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -20px;
}

/*
FOOTER 
==============================*/
.footer-container {
	width: 100%;
	padding: 80px 0;
	background: #2a2a2a;

	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.footer {
    border-bottom: 1px solid #4a4a4a;
    padding-bottom: 40px;
}
.footer-2 {
	padding-top: 40px;
}
.block-footer-text {	
	text-align: center;
}
.block-footer-text p {
	font-size: 20px;
	line-height: 30px;
	color: #777;
}
.footer-menu {
	text-align: center;
}
.footer-menu li {
	display: inline-block;
	margin: 0 10px;
}
.footer-menu li a {
	font-size: 20px;
    line-height: 30px;
    color: #777;
}
.credit-text {
	color: #777;
	text-align: center;
	font-size: 13px;
	margin-top: 20px;
}
.credit-text a {
	color: #777;
	display: inline;
}

/*
CONTENT 
==============================*/
.content-container {
	width: 100%;

	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.content {

}


/*
CONTENT SYTLE
==============================*/

h1,
h2,
h3,
h4,
h5,
h6 {
	
}
.content-style {
	
}
.content-style h1 {
	font-size: 42px;
	font-weight: bold;
	color: #343434;
	margin: 0 0 20px 0;
}
.content-style h2 {
	font-size: 24px;
	line-height: 34px;
	/*font-weight: bold;*/
	color: #343434;
	margin: 0 0 20px 0;
}
.content-style h3 {
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	color: #343434;
	margin: 0 0 20px 0;
}
.content-style h4 {
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	color: #343434;
	margin: 0 0 20px 0;
}
.content-style h5 {
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	color: #343434;
	margin: 0 0 20px 0;
}
.content-style h6 {
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	color: #343434;
	margin: 0 0 20px 0;
}

.content-style p,
.content-style li {
	/*font-size: 18px;*/
	/*line-height: 26px;*/
	font-size: 16px;
    line-height: 23px;
	color: #6e6e6e;
	margin: 0 0 20px 0;
}
.content-style li {
	margin: 0 0 5px 0;
}
.content-style p strong {
	font-family: 'AN-B', Arial, sans-serif;
}
.content-style p a,
.content-style li a {
	display: inline;
	font-size: 16px;
    line-height: 23px;
	/*color: #6e6e6e;*/
	color: #a6ce38;
    /*border-bottom: 1px solid #6e6e6e;*/
}
.content-style p a:hover,
.content-style li a:hover {
	/*color: #a6ce38;*/
	/*border-bottom: 1px solid #a6ce38;*/
}
.content-style ul, 
.content-style ol {
	margin: 0 0 20px 18px;
}
.content-style ul li {
	list-style: disc;
}
.content-style ol li {
	list-style: decimal;
}
.content-style img {
	margin: 40px 0;
}
.content-style .date {
	font-size: 16px;
	color: #7f7f7f;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
    margin: 40px 0;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*
BUTTON STYLE 
==============================*/
.btn {
	font: 16px/16px 'AN-B', Arial, sans-serif;
	letter-spacing: 2px;
    background: #a6ce38;
    padding: 16px 30px;
    color: #fff;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.btn-black {
	background: #2a2a2a;
}
.btn-s2 {
	display: inline-block;
	padding: 20px 30px;
}

.link-readmore {
	font-size: 16px;
	color: #a6ce38;
}


/*
FORM
==============================*/
.form-container {

}
.form-container .col-l {
	padding-right: 7px;
}
.form-container .col-r {
	padding-left: 7px;
}
.field-block {
	margin: 0 0 15px 0;
	position: relative;
}
.field-text,
.field-textarea {
    width: 100%;
    display: block;
    font: 17px 'AN-R', Arial, sans-serif;
    color: #5c5c5c;
    padding: 18px;
    background: #fff;    
    -webkit-appearance: none;
    border: none;   
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.field-text {

}
.field-textarea {
	height: 140px;
}
.field-select {
	width: 100%;
    display: block;
    font: 17px 'AN-R', Arial, sans-serif;
    color: #5c5c5c;
    padding: 18px;
	background: url(../img/icon-arrow-down.png) 95% 21px no-repeat #fff;
	background-size: 18px;
	border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}
.select-list-btn {
	background: url(../img/icon-arrow-down.png) center no-repeat #ddd;
	background-size: 18px;
	display: block;
	position: absolute;
	top: 0;
    right: 0;
    z-index: 300;
    width: 40px;
    height: 56px;
    cursor: pointer;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.select-list {
	width: 100%;
    display: none;
   	padding: 18px 0 0 0;
	/*background: url(../img/icon-arrow-down.png) 95% 21px no-repeat #fff;*/
	/*background-size: 18px;*/
	background: #fff;
	border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    position: absolute;
    top: 56px; 
    left: 0;
    z-index: 300;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.select-list li {
	font: 17px 'AN-R', Arial, sans-serif;
    color: #5c5c5c;
    padding: 10px 18px;
}
.select-list li:hover {
	background: #efefef;
}
.field-submit {
	display: block;
	border: none;
	width: 100%;
    text-align: center;
	text-transform: uppercase;
	-webkit-appearance: none;
	cursor: pointer;
}
.field-pot {
	visibility: hidden;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	display: block;
	border: none;
}

::-webkit-input-placeholder {
   color: #5c5c5c;
}

:-moz-placeholder { /* Firefox 18- */
   color: #5c5c5c;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #5c5c5c;  
}

:-ms-input-placeholder {  
   color: #5c5c5c;  
}

label.error {
	display: none !important;
}
.field-text.error,
.field-textarea.error {
	background: #f2dede !important;
}

.form-msg {
    margin: 0 0 20px 0;
}
.form-msg p {
	font-size: 16px !important;
    line-height: 26px !important;
    margin: 0 !important;
    color: #fff !important;
    padding: 10px !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: none;
}
.form-msg .success-msg {
    background: #27ae60;
}
.form-msg .error-msg {
    background: #c0392b;
}

/* Form Donation */
.form-donation {

}
.form-donation .btn {
	display: inline-block;
	width: auto;
	padding: 16px 39px;
}

/* Form Mini Contact */
.block-mini-contact {
	margin: 40px 0 20px 0;
}
.form-mini-contact .field-text,
.form-mini-contact .field-textarea {
	background: #f2f2f2;
}
.form-mini-contact .field-textarea {
	height: 180px;
}
.form-mini-contact .field-submit {
	background: #2a2a2a;
	display: inline-block;
	width: auto;
	padding: 16px 60px;
}

/* Form Contact */
.block-contact {
	margin: 40px 0 20px 0;
}
.form-contact .field-text,
.form-contact .field-textarea {
	background: #f2f2f2;
}
.form-contact .field-textarea {
	height: 180px;
}
.form-contact .field-submit {
	background: #2a2a2a;
	display: inline-block;
	width: auto;
	padding: 16px 60px;
}

/*
SECTION
==============================*/
.section {
	width: 100%;
	height: 100%;
	position: relative;
	padding: 80px 0;
}

.section-fullpage {
	background-position: center;
	background-repeat: no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}


/* Section S1 */
.section-s1 {

}
.section-s1 .quote-text {
	font: 50px/65px 'AN-B', Arial, sans-serif;
	color: #a6ce38;
}
.section-s1 p {
	font-size: 19px;
	line-height: 30px;
    color: #777;
    margin: 0 0 20px 0;
}
.section-s1 .btn-black {
	display: inline-block;
}

/* Section S2 */
.section-s2 {
	background: #ecece8;
}

/* Section S3 */
.section-s3 {
	padding-top: 100px;
	padding-bottom: 0;
}
.section-s3 .col {
	min-height: 10px;
}
.section-s3 .col-r {
	text-align: right;
	padding-bottom: 100px;
	z-index: 200;
}
.section-s3 h2 {
    font: 50px/65px 'AN-B', Arial, sans-serif;
    color: #a6ce38;
    margin: 0 0 20px 0;
}
.section-s3 p {
	font-size: 19px;
    line-height: 30px;
    color: #777;
    margin: 0 0 20px 0;
}
.section-s3 .elem-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 35%;
    z-index: 100
}

/* Section S4 */
.section-s4 {
	background: #edede9;
}
.section-s4 h3 {
	font: 50px/65px 'AN-B', Arial, sans-serif;
	color: #2a2a2a;
	margin: 0 0 20px 0;
}
.section-s4 p {
	font-size: 32px;
	line-height: 42px;
	color: #777;
	margin: 0 0 20px 0;
}

/* Section S5 */
.section-s5 {
	background: #ecece8;
}
.section-s5 .col-75-100 {
	padding-right: 40px;
}
.section-s5 .item-content {
	background: #fff;
	padding: 50px 0;
}

.section-s5 .item-content h1,
.section-s5 .item-content h2,
.section-s5 .item-content h3,
.section-s5 .item-content h4,
.section-s5 .item-content ul,
.section-s5 .item-content ol,
.section-s5 .item-content p,
.section-s5 .item-content form {
	padding: 0 50px;
}

/* Section S6 */
.section-s6 {
	background: #ecece8;
}
.section-s6 .col-75-100 {
	padding-right: 40px;
}

/* Section S7 */
.section-s7 {

}
.section-s7 p {
	font-size: 19px;
    line-height: 30px;
}

/* Section S8 */
.section-s8 {
	background: #ecece8;
}
.section-s8 .col-75-100 {
	padding-right: 40px;
}

.section-s8 .item-content {
	background: #fff;
	padding: 50px;
}

/*
BLOCK NEWS
==============================*/
.block-news {

}
.block-news .item {
	padding: 0 10px;
	margin: 0 0 20px 0;
}
.block-news .item-img {
	
}
.block-news .item-content {
	background: #fff;
    padding: 15px;
}
.block-news .item-content .date {
	font: 15px/15px 'AN-D', Arial, sans-serif;
	color: #7f7f7f;
	margin: 0 0 15px 0;
}
.block-news .item-content h3 {
	font: 21px 'AN-D', Arial, sans-serif;
	color: #2a2a2a;
	margin: 0 0 15px 0;
}
.block-news .item-content h3 a {
	color: #2a2a2a;
}
.block-news .item-content h3 a:hover {
	color: #a6ce38;
}
.block-news .item-content p {
	font: 16px/23px 'AN-R', Arial, sans-serif;
	color: #6e6e6e;
	margin: 0 0 15px 0;
}
.block-news .item-content .link-readmore {

}

/* bloc news list */
.block-news-list .item {
	padding: 0;
}
.grid-sizer,
.grid-item {
	width: 32%;
	float: left;
}
.gutter-sizer {
	width: 2%;
}

.block-blog-pagination {
	text-align: center;
	margin: 40px 0 0 0;
}
.block-blog-pagination li {
	display: inline-block;
	margin: 0 3px;
}
.block-blog-pagination li a {
	font-size: 17px;
    line-height: 17px;
    color: #bababa;
    padding: 10px 5px 8px 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.block-blog-pagination li a:hover,
.block-blog-pagination li a.active {
	color: #2c2c2c;
}
.block-blog-pagination .pagination-prev {
	font-size: 17px;
    line-height: 17px;
	background: #2c2c2c;
    color: #fff;
    padding: 10px 14px 8px 14px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-right: 10px;
}
.block-blog-pagination .pagination-next {
	font-size: 17px;
    line-height: 17px;
	background: #2c2c2c;
    color: #fff;
    padding: 10px 14px 8px 14px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-left: 10px;
}

/*
BLOCK SIDE DONATION
==============================*/
.block-side-donation {

}
.block-side-donation h4 {
	font: 30px/35px 'AN-B', Arial, sans-serif;
	color: #2a2a2a;
	margin: 0 0 15px 0;
}
.block-side-donation p {
    font-size: 18px;
    line-height: 25px;
    color: #777;
    margin: 0 0 15px 0;
}
.block-side-donation form {
	margin: 0 0 15px 0;
}
.block-side-donation img {
	width: 80%;
	margin: 0 auto 15px auto;
}
.block-side-donation .remark-text {
	font-size: 14px;
    line-height: 19px;
    font-style: italic;
}
.form-side-donation .btn {
	padding: 16px 0;
}



/*
SECTION SLIDER
==============================*/
.section-fullslider {
	padding: 0;
	position: relative;
}
.slider-main .item-content {
	position: absolute;
	left: 0;
	bottom: 140px;
}
.slider-main h1,
.slider-main h2,
.slider-main .slider-header,
.slider-text h1 {
    font: 70px/85px 'AN-B', Arial, sans-serif;
    color: #fff;
    margin: 0;
}
.slider-main p,
.slider-text p {
	color: #fff;
	font-family: 'AN-R', Arial, sans-serif;
    font-size: 40px;
}
.section-fullslider .btn,
.slider-text .btn {
	display: inline-block;
	margin-top: 20px;
	text-transform: uppercase;
}

.slider-main .item {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 10;

	background-position: center;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;

	-webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}
.slider-main .item.active {
	opacity: 1;
	z-index: 20;
	-webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}

.slider-text {
	position: absolute;
	left: 0;
	bottom: 140px;
	width: 100%;
}

.slider-nav {

}
.slider-pagination {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 80px;
	z-index: 50;
}
.slider-pagination li {
    display: inline-block;
    margin: 0 3px;
}
.slider-pagination li a {
	background: rgba( 255, 255, 255, 0.5);
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
    width: 70px;
    height: 4px;
}
.slider-pagination li a:hover,
.slider-pagination li a.active {
	background: #fff;
	-webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}


/*
SECTION IMAGE
==============================*/
.section-img {
	background-position: center;
	background-repeat: no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

/* Section Img S1 */
.section-img-s1 {
	height: 500px;
	position: relative;
}
.section-img-s1 .item-content {
	position: absolute;
    bottom: 80px;
    left: 0;
    z-index: 300;
}
.section-img-s1 .item-content h1,
.section-img-s1 .item-content .header-text {
	font: 70px/85px 'AN-B', Arial, sans-serif;
	color: #fff;
	/*margin: 0 0 10px 0;*/
}
.section-img-s1 .item-content p {
	color: #fff;
    font-size: 33px;
}
.section-img-s1 .overlay-bg {
	background: rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 200;
}



/*
BLOCK LIST S1
==============================*/
.block-list-s1 {

}
.block-list-s1 .item {
	background: #fff;
	margin: 0 0 20px 0;
}
.block-list-s1 .item-img {
	background-position: center;
	background-repeat: no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.block-list-s1 .item-img img {
	margin: 0 auto;
}
.block-list-s1 .item-content {
	padding: 20px 20px 20px 40px;
}
.block-list-s1 .item-content h3 {

}
.block-list-s1 .item-content h3 span {
	color: #888;
	margin: 0 0 0 15px;
}
.block-list-s1 .item-content p {

}

.page-id-9 .block-list-s1 .item-img img {
	visibility: hidden;
}



/*
BLOCK CONTACT DETAILS
==============================*/
.block-contact-details {

}
.block-contact-details .col-l {
	padding-right: 7px;
}
.block-contact-details .col-r {
	padding-left: 7px;
}
.block-contact-details .item {
	margin: 0 0 20px 0;
}
.block-contact-details .item h3 {
	margin: 0 0 20px 0;
}
.block-contact-details .item p {
	
}


/*
BLOCK SOCIAL
==============================*/
.block-social {
	padding: 0 50px;
	margin: 20px 0;
}
.block-social p {
	padding: 0 !important;
	color: #343434 !important;	
	font-family: 'AN-B', Arial;
	font-size: 14px;
    line-height: 17px;
}
.block-social ul {
	padding: 0 !important;
	margin: 0 !important;
}
.block-social .item-1 {
	float: left;
	text-align: center;
}
.block-social .item-2 {
	/*float: left;*/
	/*margin-left: 15px;*/
}
.block-social .item-1 span {
	display: block;
	margin: 0 auto;
}
.block-social .item-2 li {
	display: inline-block;
	margin-right: 10px;
}
.block-social .item-2 li a {
	padding: 5px;
}
.block-social .icon-facebook {
	color: #3b5998;
}
.block-social .icon-twitter {
	color: #00aced;
}
.block-social .icon-gplus {
	color: #dd4b39;
}
.block-social .icon-comment {
	color: #69b500;
}



/*
PAGE
==============================*/

/* Project Genesis */
.section-project-page .content-style h2 {
	font: 43px/48px 'AN-B', Arial, sans-serif;
}
.section-project-page .content-style h3 {
	font-size: 40px;
}
.section-project-page .content-style h3 strong {
	color: #a6ce38;
}
.section-project-page .content-style h3 em {
	font-size: 20px;
	color: #a6ce38;
}

/* Contact Us */
.page-id-35 .content-style p a {
	color: #6e6e6e;
}
.page-id-35 .content-style p a:hover {
	color: #a6ce38;
}


/* Children */
.page-id-9 .block-list-s1 .item-content p:last-of-type {
	margin: 0;
}






/*
RESPONSIVE
==============================*/

/* Large Devices, Wide Screens */
@media all and (max-width: 1100px) {
	.col-100 {
		width: 94%;
	}
}

@media all and (max-width: 1025px) {
	.m-main-menu {
		display: block;
	}
	.main-menu {
		height: 100%;
	    overflow-y: scroll;
	    -webkit-overflow-scrolling: touch;
	}
	.header-container .btn-donation {
		right: 60px;
	}

	.main-menu-container {
		width: 250px;
		height: 100%;
		position: fixed;
		top: 0;
		right: -250px;
		padding: 20px;
		background: #2a2a2a;
	}
	.main-menu li {
		float: none;
		padding: 0;
	}
	.main-menu li a {
		margin: 0 0 15px 0;
	}
	.main-menu li .sub-menu {
		position: relative;
		padding: 0 0 0 15px;
		top: auto;
		left: auto;
		width: auto;
		display: block !important;
	}

	.fix-br br {
		display: none;
	}
}


/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {	

	/* Children Image (Homepage) */
	.section-s3 .elem-1 {
		width: 40%;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

	.grid-sizer,
	.grid-item {
		width: 49%;
		float: left;
	}

	.col-50-100 {
		width: 100%;
		float: none;
	}
	.col-75-100 {
		width: 100%;
		float: none;
		padding-right: 0 !important;
		margin: 0 0 40px 0;
	}
	.col-25-100 {
		width: 100%;
		float: none;
	}
	.col-l {
		padding-right: 0;
		margin: 0 0 40px 0;
	}
	.col-r {
		padding-left: 0;
	}

	.section {
		padding: 40px 0;
	}

	.form-container .col-l {
		padding-right: 0;
		margin-bottom: 0;
	}
	.form-container .col-r {
		padding-left: 0;
	}


	/* Section  */
	.section-s1 .quote-text,
	.section-s3 h2,
	.section-s4 h3 {
		font-size: 40px;
		line-height: 50px;
	}
	.section-s1 p,
	.section-s3 p {
	    font-size: 18px;
	    line-height: 25px;
	}
	.section-s4 p {
		font-size: 28px;
	    line-height: 38px;
	}

	/* Section Img */
	.section-img-s1 .item-content h1,
	.section-img-s1 .item-content .header-text,
	.slider-main h1,
	.slider-main h2,
	.slider-main .slider-header,
	.slider-text h1 {
		font-size: 60px;
		line-height: 70px;
	}
	.section-img-s1 .item-content p,
	.slider-main p,
	.slider-text p {
	    font-size: 27px;
	    line-height: 37px;
	}

	/* Section S3 */
	.section-s3 .col-l {
		display: none;
	}
	.section-s3 .col-r {
		text-align: left;
		padding-bottom: 0;
	}
	.section-s3 .elem-1 {
		display: none;
	}


	/* PayPal Logo */
	.section-s4 .col-l img {
		width: 30%;
	}
	.block-side-donation img {
		width: 30%;
	}

	/* Section S5 */
	.section-s5 .item-content {
		padding: 40px 0;
	}
	.section-s5 .item-content h1,
	.section-s5 .item-content h2,
	.section-s5 .item-content h3,
	.section-s5 .item-content h4,
	.section-s5 .item-content ul,
	.section-s5 .item-content ol,
	.section-s5 .item-content p,
	.section-s5 .item-content form {
		padding: 0 40px;
	}

	.block-contact-details .col-l {
		padding-right: 0;
	}
	.block-contact-details .col-r {
		padding-left: 0;
	}

	/* Section S8 */
	.section-s8 .item-content {
		padding: 40px;
	}

	.page-id-17 .content-style h2 {
		font-size: 40px;
		line-height: 45px;
	}
	.page-id-17 .content-style h3 {
		font-size: 30px;
	}

	.block-social {
		padding: 0 40px;
	}

	.content-style h1 {
		font-size: 40px;
	}
	
	.block-news-home .item {
		width: 50%;
	}
	.block-news-home .item-3 {
		display: none;
	}


}

@media only screen and (max-width : 600px) {

	

	/* Footer */
	.footer {
		border: none;
		padding: 0;
	}
	.footer-2 {
		display: none;
	}
}

@media only screen and (max-width : 520px) {

	/* Block List S1 */
	.block-list-s1 .item-img {
		width: 100%;
		float: none;
	}
	.block-list-s1 .item-content {
		width: 100%;
		float: none;
		padding-left: 20px;
	}

	/* Header Donation Btn */
	.header-container .btn-donation {
		display: none;
	}

	.content-style h1 {
		font-size: 32px;
	}

}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

	.grid-sizer,
	.grid-item {
		width: 100%;
		float: none;
	}

	.section {
		padding: 30px 0;
	}

	/* Section Img */
	.section-img-s1 {
		height: 300px;
	}
	.section-img-s1 .item-content {
		bottom: 30px;
	}
	.slider-text {
		bottom: 50px;
	}
	.slider-pagination {
		bottom: 20px;
	}
	.section-img-s1 .item-content h1,
	.section-img-s1 .item-content .header-text,
	.slider-main h1,
	.slider-main h2,
	.slider-main .slider-header,
	.slider-text h1  {
		font-size: 40px;
	    line-height: 50px;
	}
	.section-img-s1 .item-content p,
	.slider-main p,
	.slider-text p {
	    font-size: 20px;
	    line-height: 30px;
	}

	/* Section SS */
	.section-s1 .quote-text,
	.section-s3 h2 {
		font-size: 32px;
		line-height: 42px;
	}

	/* PayPal Logo */
	.section-s4 .col-l img {
		width: 40%;
	}

	/* Footer */
	.block-footer-text p {
		font-size: 16px;
	    line-height: 26px;
	}

	/* Section S5 */
	.section-s5 .item-content {
		padding: 30px 0;
	}
	.section-s5 .item-content h1,
	.section-s5 .item-content h2,
	.section-s5 .item-content h3,
	.section-s5 .item-content h4,
	.section-s5 .item-content ul,
	.section-s5 .item-content ol,
	.section-s5 .item-content p,
	.section-s5 .item-content form {
		padding: 0 30px;
	}

	/* Section S8 */
	.section-s8 .item-content {
		padding: 30px;
	}

	.content-style h1 {
		font-size: 28px;
	}

	.block-social {
		padding: 0 30px;
	}
	.block-social .item-2 {
		margin-left: 10px;
	}
	.block-social .item-2 li {
		margin-right: 5px;
	}

	.block-news-home .item {
		width: 100%;
	}
	.block-news-home .item-3 {
		display: block;
	}
	.block-news-home .item-content p {
		display: none;
	}
	.block-news-home .item-content .date {
		display: block;
	}
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

	/* PayPal Logo */
	.section-s4 .col-l img {
		width: 45%;
	}
}








