body{
	margin:0;
	font: 400 14px/20px "Open Sans", Arial, Helvetica, sans-serif;
	color:#383838;
	background:#f2f1e6;
	min-width:1030px;
}
img {border:0;}
blockquote { margin: 10px 75px; }
form, fieldset{
	margin:0;
	padding:0;
	border:0;
}
img.round {
    border-radius: 200px;
    -moz-border-radius: 200px;
    -webkit-border-radius: 200px;
}
hr {
	margin: 2.5em auto;
	border:0;
	height: 1px;
	background: #ccc;
}

/* float left image */
.left-img {
	position: relative;
	float: left;
	margin-right: 30px;
}
.right-img {
	position: relative;
	float: right;
	margin-left: 30px;
}
.left-text2 {
    float: left;
    width: 60%;
}
.left-text2 h4 {
    margin: 0;
    font-size: 18px;
}
.left-text2 p {
    margin-top: 0;
    margin-bottom: 20px;
}

input,textarea,
select{
	font:100% "Open Sans", Arial, Helvetica, sans-serif;
	vertical-align: middle;
}
#phone-num {
    margin: 0;
    color: #68727f;
}


/* TYPOGRAPHY */

p {
	font: 400 14px/24px "Open Sans", Arial, Helvetica, sans-serif;
	color: #383838;
}
a {
	color:#30acd7;
	outline: none;
	text-decoration:none;
}
a:hover{text-decoration:underline;}
header, footer, article, section, hgroup, nav, figure, aside { display: block; }
figure {margin:0;padding:0;}
input[type="text"], input[type="password"], input[type="file"], input[type="submit"], textarea{
	-webkit-appearance:none;
	border-radius:0;
	outline: none;
}

.lead {
	font: 400 18px/28px "Open Sans", Arial, Helvetica, sans-serif;
}

#gallery2 p, #gallery2 h3 {
	color: #fff;
}
h1 {
	color: #444;
	margin: 0 0 25px 0;
	text-align: center;
	font:700 36px/46px "Merriweather", Arial, Helvetica, sans-serif;
}
h4 {
	font: 700 24px "Merriweather", Georgia, Times, serif;
	color: #68727f;
	margin: 0 0 20px 0;
	text-align: left;
}

.sm-txt {
	font-size: 11px;
}

/* BUTTON STYLES */

.button {
	color: #fff !important;
	display: inline-block;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 10px 30px;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
}
.left {
    float: left;
}

.lg-button {
	color: #fff !important;
	padding: 20px 66px;
	display: inline-block;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 20px;
	line-height: 1.2em;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
}

.button:hover, .lg-button:hover {
	text-decoration: none;
}

.orange {
	background: #e27c3e;
	border-bottom: 3px solid #ab5622;
}

.orange:hover {
	background: #ab5622;
}

.blue {
	background: #30acd7;
	border-bottom: 3px solid #1e87ab;
}

.blue:hover {
	background: #1e87ab;
}

.litdownload a {
    color: #fff;
}

/* END BUTTON STYLES */

/* Statements */
.release {
    margin: .5%; width: 30%; border-radius: 3px; background-color: #ffffff; padding: 1%; min-width: 250px; float: left; min-height: 190px;
}

.release_title {
    letter-spacing: 2px; font-size: 0.8em; color: #333333; text-transform: uppercase; padding: 15px 0px;
}

/* SPECIAL COLUMNS */

.medium-col {
	width: 66.666667%;
	margin: 0 auto;
}

.half-col {
	width: 48%;
	margin: 0 1%;
	float: left;
}

.litdownload a {
	margin-left: 10px;
}
.litdownload a:hover {
	text-decoration: none;
}

.left-text {
	float: left;
	width: 75%;
}
.left-text p {
	margin-top: 0px;
}

#data-center {
	text-align: center;
}

#data-center p {
	text-align: left;
}

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

.staff-boxes li {
	float: left !important;
	margin-left: 10px;
	margin-bottom: 20px;
	background: #f2f1e6 !important;
	padding: 10px 20px;
}
.staff-boxes .text {
	padding-top: 0 !important;
}
.staff-boxes img {
	width: 120px !important;
	height: 120px !important;
	margin: 5px 20px 0 0 !important;
}
.staff-boxes img:hover {
	cursor: default;
}
.care-box li {
	float: left;
	margin-left: 10px;
	margin-bottom: 20px;
}
.three-col {
	width: 30%;
	display: inline-block;
	padding: 0 1%;
	vertical-align: top;
	text-align: center;
}
#wrapper{
	width: 100%;
	overflow: hidden;
}
.inner #wrapper{
	padding: 200px 0 0;
}
.holder{
	width: 1030px;
	margin: 0 auto;
}
.holder:after{
	display: block;
	clear: both;
	content: "";
}
.center {
	text-align: center;
	margin: 30px auto 0 auto;
}
.boxes .center {
	float: left;
	width: 100%;
	margin: 0;
}
header{
	z-index: 2;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
}

.in-pledge {
    background: url(../images/inner-pages/encyclical_bg2.jpg) no-repeat center !important;
    background-size: cover !important;
}
.in-pledge h1 {
    color: #fff !important;
}
.in-pledge .top-form input[type="submit"] {
    margin: 0 auto !important;
    float: none;
}
.in-pledge .top-form input[type="text"] {
    color: #fff !important;
}
.in-pledge .top-form ::-webkit-input-placeholder {
    color: #666;
}
.in-pledge .top-form :-moz-placeholder {
   color: #666;
   opacity: 1;
}
.in-pledge .top-form ::-moz-placeholder {
   color: #666;
   opacity: 1;
}
.in-pledge .top-form :-ms-input-placeholder {
   color: #666;
}

/* INNER PAGE TEMPLATE HEADER IMAGE */
.inner header{
	padding: 0 0 88px;
	background:url(../images/inner-temp_header.jpg) no-repeat top center;
}

/* ACT PLEDGE TEMPLATE */
.ap #wrapper {
	padding: 0;
}
.ap header {
	width: 100%;
	padding: 0;
	background: url(../images/CCC_actpledge_header.jpg) no-repeat;
	background-size: cover;
	display: block;
	position: inherit;
	padding-bottom: 60px;
}
.ap header .front-form {
	margin: 30px auto;
}
.front-form .block {
	display: block;
	width: 100%;
	margin-top: 70px;
}
.front-form .block h1 {
	margin: 0 0 21px;
	text-shadow: 0 0 8px rgba(0,0,0, 0.4);
	font:700 40px/1.3em "Merriweather", Arial, Helvetica, sans-serif;
	color: white;
	-webkit-font-smoothing: antialiased;
}
.front-form .block h2 {
	margin: 0;
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-shadow: 0 0 8px rgba(0,0,0, 0.4);
	color: #FFFFFF;
	text-align: center;
}
.ap .top-form {
	margin: 30px auto 0 auto !important;
	display: block;
	-webkit-border-radius: 13px;
	border-radius: 13px;
	background: rgba(35,30,35, 0.6) !important;
	width: 1000px;
}
.ap .top-form input[type="submit"] {
	margin:0 auto !important;
}

/* SEARCH */
.search-panel{
	display: none;
	background: #68727f;
	padding: 15px 0;
}
.search-panel input[type="text"]{
	float: left;
	width: 65%;
	padding: 6px 5px 5px;
	margin: 0 20px 0 87px;
	border: none;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.search-panel input[type="submit"]{
	float: left;
	width: 15%;
	height: 30px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	border: none;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	background: #30acd7;
	letter-spacing: 1px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-transform: uppercase;
}
.search-panel .close{
	display: block;
	width: 30px;
	height: 30px;
	float: right;
	text-indent: -9999px;
	overflow: hidden;
	background:url(../images/sprite.png) no-repeat 0 -49px;
}
.panel{
	background: #e27c3e;
	padding: 8px 0;
	color: #fff;
}
.panel .info{
	float: left;
	font-size: 13px;
	margin: 4px 0 0;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
}
.panel a:hover{
	text-decoration: none;
}
.panel .links{
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}
.panel .links li{
	float: left;
	margin: 0 0 0 18px;
}
.panel .links a{
	color: #fff;
	display: block;
	margin: 3px 0 0;
}
.panel .links .search{
	display: block;
	width: 15px;
	height: 16px;
	margin: 5px 2px 0 0;
	text-indent: -9999px;
	overflow: hidden;
	background:url(../images/sprite.png) no-repeat -81px -49px;
}
.panel .links .fb{
	display: block;
	width: 24px;
	height: 24px;
	margin: 1px 0 0;
	text-indent: -9999px;
	overflow: hidden;
	background:url(../images/facebook.png) no-repeat;
}
.panel .links .twitter{
	display: block;
	width: 24px;
	height: 24px;
	margin: 1px 0 0;
	text-indent: -9999px;
	overflow: hidden;
	background:url(../images/twitter.png) no-repeat;
}
.logo{
	width:224px;
	height:200px;
	float: left;
	margin: 23px 0 0;
	text-indent: -9999px;
	background: url(../images/CCC_logo_white.svg) no-repeat;
}
.logo a{
	height:100%;
	display:block;
}
nav .opener{
	display: none;
}
nav ul{
	margin: 0;
	padding: 34px 0 0;
	list-style: none;
	float: right;
	font:700 18px/21px "Open Sans Condensed", Arial, Helvetica, sans-serif;
}
nav ul li{
	float: left;
	position: relative;
}
nav ul a{
	color: #fff;
	display: block;
	padding: 5px 26px 10px;
}
nav ul a:hover,
nav ul li:hover a,
nav ul .selected a{
	padding: 5px 26px 5px;
	text-decoration: none;
	border-bottom: 5px solid #fbea5c;
}
nav ul a span{
	display: none;
}
nav ul .donate{
	margin: 0 0 0 30px;
}
nav ul .donate a{
	padding: 5px 13px;
	background: #30acd7;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
nav ul .donate a:hover{
	padding: 5px 13px;
	border-bottom: none;
	background: #1e87ab;
}
nav ul ul{
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
	padding: 0;
	width: 215px;
	background: #68727f;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	font:400 13px/16px "Open Sans", Arial, Helvetica, sans-serif;
}
nav ul li:hover ul{
	display: block;
}
nav ul ul li{
	margin: 0;
	float: none;
}
nav ul ul a,
nav ul li:hover ul a{
	padding: 12px 15px;
	border-bottom: none;
}
nav ul ul a:hover{
	padding: 12px 15px;
	background: #4e5865;
}
.gallery{
	position: relative;
}
.gallery ul{
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.gallery li{
	float: left;
}
.gallery img{
	display: block;
	width: 100%;
}
.gallery .bx-controls{
	position: absolute;
	bottom: 30px;
	left: 0;
	text-align: center;
	width: 100%;
}
.gallery .bx-pager-item{
	margin: 0 8px 0 7px;
	display: inline-block;
}
.gallery .bx-pager-link{
	width: 15px;
	height: 15px;
	overflow: hidden;
	text-indent: -9999px;
	display: inline-block;
	background:url(../images/sprite.png) no-repeat -98px -49px;
}
.gallery .bx-pager-link:hover,
.gallery .bx-pager-link.active{
	background-position: -114px -49px;
}
.gallery .bx-controls-direction{
	display: none;
}
.gallery .block{
	position: absolute;
	top: 205px;
	left: 0;
	width: 100%;
	text-align: center;
	color: #fff;
}
.gallery .block h1{
	margin: 0 0 21px;
	text-shadow: 0 0 8px rgba(0,0,0, 0.3);
	font:700 58px/70px "Merriweather", Arial, Helvetica, sans-serif;
	color: white;
	-webkit-font-smoothing: antialiased;
}
.gallery .block h2{
	margin: 0;
	font-weight: 700;
	font-size: 30px;
	line-height: 33px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-shadow: 0 0 8px rgba(0,0,0, 0.3);
}
.gallery .block p {
	background-color: #30acd7;
	padding: 5px;
	display: inline-block;
	margin-top: 20px;
}
/* FORMS - HOME PLEDGE ACT TOP FORMS */
.top-form{
	width: 1000px;
	position: absolute;
	top: 430px;
	left: 50%;
	margin: 0 0 0 -515px;
	padding: 25px;
	-webkit-border-radius: 13px;
	border-radius: 13px;
	background: rgba(35,30,35, 0.6);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.top-form .row{
	overflow: hidden;
	margin: 0 0 -4px;
}
.top-form .col{
	float: right;
	width: 49%;
}
.top-form .col:first-child{
	float: left;
	margin-bottom: 15px;
}
.top-form p {
	color: #fff;
	display: inline-block;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	padding: 5px;
}
.top-form p img {
	margin-right: 10px;
    vertical-align: bottom;
}
.top-form label{
	display: block;
	text-align: left;
	margin: 0 0 32px -1px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font:600 16px/19px "Open Sans", Arial, Helvetica, sans-serif;
}
.top-form input[type="text"]{
	width: 100%;
	display: block;
	margin: 0 0 20px;
    border: none;
    color: #fff;
    background: none;
	padding: 3px 5px 2px 9px;
    border-bottom: 2px solid #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	font:600 24px/27px "Open Sans", Arial, Helvetica, sans-serif;
}
.top-form input[type="submit"]{
	color: #fff;
	padding: 0 65px;
	margin: 0 auto;
	display: block;
	background: #30acd7;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 20px;
  	line-height: 60px;
	font-weight: 700;
    border: none;
    cursor: pointer;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-bottom: 3px solid #1e87ab;
}
.top-form input[type="submit"]:hover {
	background: #1e87ab;
}
.top-form #orng {
	background: #e27c3e;
	border-bottom: 3px solid #ab5622;
}
.top-form #orng input[type="submit"]:hover {
	background: #ab5622;
}
::-webkit-input-placeholder {
    color: #999;
}
:-moz-placeholder {
   color: #999;
   opacity: 1;
}
::-moz-placeholder {
   color: #999;
   opacity: 1;
}
:-ms-input-placeholder {
   color: #999;
}
/* INNER PAGES FORM */
.inner .top-form{
	position: static;
	background: none;
	margin: 0 auto;
}
.inner .top-form label{
	color: #68727f;
}
.inner .top-form input[type="text"]{
	border-color: #68727f;
	color: #68727f;
	margin-bottom: 25px;
}
.inner .top-form ::-webkit-input-placeholder {
    color: #ccc;
}
.inner .top-form :-moz-placeholder {
   color: #ccc;
   opacity: 1;
}
.inner .top-form ::-moz-placeholder {
   color: #ccc;
   opacity: 1;
}
.inner .top-form :-ms-input-placeholder {
   color: #ccc;
}
.inner .top-form input[type="submit"]{
	margin: 40px auto 0;
}

/* MINI FORM AT THE TOP */

.bar-form {
	display: inline-block;
	float: left;
	margin-left: 10px;
}

.bar-form input[type="text"] {
	background: #fff;
	font-size: 12px;
	border: 0;
    cursor: text;
	padding: 5px;
}

.bar-form input[type="submit"] {
	color: #fff;
	padding: 5px 10px;
	display: inline-block;
	background: #30acd7;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 12px;
	font-weight: 700;
    border: none;
    cursor: pointer;
	letter-spacing: 1px;
	text-transform: uppercase;
}

/*END MINI FORM */
.section{
	background: #fff;
	padding: 67px 0 79px;
}
.section .image{
	float: left;
	margin: 0 100px 0 0;
	border: 11px solid #faf8e3;
	-webkit-border-radius: 230px;
	border-radius: 230px;
}
.section .image img{
	display: block;
	-webkit-border-radius: 230px;
	border-radius: 230px;
}
.section .text{
	overflow: hidden;
	padding: 35px 0 0;
	font-size: 18px;
	line-height: 28px;
}
.section h1{
	color: #444;
	margin: 0 0 15px;
	text-align: center;
	font:700 36px/46px "Merriweather", Arial, Helvetica, sans-serif;
}
.section .text h1{
	text-align: left;
}
.section .text strong{
	display: block;
	margin: 0 0 17px;
	color: #68727f;
	font:700 24px/32px "Merriweather", Arial, Helvetica, sans-serif;
}
.section .text p{
	margin: 0 0 23px;
}
/*
.section .text .more{
	color: #fff;
	padding: 0 30px;
	background: #e27c3e;
	display: inline-block;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 18px;
	line-height: 39px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-bottom: 3px solid #ab5622;
}
.section .text .more:hover{
	text-decoration: none;
}
*/
.section2{
	padding: 76px 0;
}
.section2 h3{
	color: #444;
	margin: 0 0 38px;
	text-align: center;
	font:700 36px/46px "Merriweather", Arial, Helvetica, sans-serif;
}
.boxes{
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	line-height: 24px;
}
.boxes li{
	width: 44.7%;
	float: right;
	background: #fff;
	padding: 26px 20px 28px 20px;
	border-top: 3px solid #d0e174;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
.boxes li:first-child{
	float: left;
}
.boxes img{
	float: right;
	width: 180px;
	height: 180px;
	margin: 1px 0 30px 20px;
}
.boxes h5 {
	margin: 0 0 18px;
	color: #68727f;
	text-align: left;
	font:700 18px/26px "Merriweather", Arial, Helvetica, sans-serif;
}
.boxes p{
	margin: 0 0 10px;
	text-align: left;
}
.gallery2{
	position: relative;
}
.gallery2 ul{
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.gallery2 li{
	float: left;
}
.gallery2 img{
	display: block;
}
.gallery2 .bx-controls{
	position: absolute;
	bottom: 27px;
	left: 0;
	text-align: center;
	width: 100%;
}
.gallery2 .bx-pager-item{
	margin: 0 8px 0 7px;
	display: inline-block;
}
.gallery2 .bx-pager-link{
	width: 15px;
	height: 15px;
	overflow: hidden;
	text-indent: -9999px;
	display: inline-block;
	background:url(../images/sprite.png) no-repeat -98px -49px;
}
.gallery2 .bx-pager-link:hover,
.gallery2 .bx-pager-link.active{
	background-position: -114px -49px;
}
.gallery2 .bx-prev,
.gallery2 .bx-next{
	width: 28px;
	height: 83px;
	position: absolute;
	top: 50%;
	left: 437px;
	margin: -41px 0 0;
	overflow: hidden;
	text-indent: -9999px;
	background:url(../images/sprite.png) no-repeat -1px -79px;
}
.gallery2 .bx-next{
	left: auto;
	right: 436px;
	background-position: -30px -79px;
}
.gallery2 .text{
	position: absolute;
	top: 18%;
  	left: 525px;
	color: #fff;
	width: 26%;
}
.gallery2 .text h3{
	margin: 0 0 17px;
	font:700 36px/46px "Merriweather", Arial, Helvetica, sans-serif;
}
.gallery2 .text p{
	margin: 0 0 30px;
	line-height: 24px;
}
.intro{
	font-size: 18px;
	line-height: 28px;
	margin: -23px 87px 31px;
}
.intro2{
	text-align: center;
	margin: 0 0 49px;
}
.intro a{
	color: #30acd7;
}
.items{
	margin: 0 0 24px;
	padding: 0;
	list-style: none;
	overflow: hidden;
	line-height: 24px;
}
.items li{
	display: inline-block;
	vertical-align: top;
	width: 23.4%;
	margin: 0 0 20px 17px;
	background: #fff;
	padding: 20px 20px 10px;
	min-height: 260px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.items li:nth-child(4n+1){
	margin: 0 0 20px;
}
.items .icon{
	width: 70px;
	height: 70px;
	color: #fff;
	display: block;
	margin: 0 auto 14px;
	text-align: center;
	background: #c5d657;
	-webkit-border-radius: 35px;
	border-radius: 35px;
	font:700 30px/66px "Merriweather", Arial, Helvetica, sans-serif;
}
.items .icon2{
	font-size: 20px;
}
.items .peoples,
.items .sunny{
	position: relative;
}
.items .peoples:after,
.items .sunny:after{
	position: absolute;
	top: 25px;
  	left: 15px;
	width: 40px;
	height: 20px;
	content: "";
	background:url(../images/sprite.png) no-repeat -131px -80px;
}
.items .sunny:after{
	top: 15px;
	width: 40px;
	height: 39px;
	background-position: -174px -80px;
}
.items p{
	margin: 0;
}
.inner .boxes li{
	width: 49%;
}
.inner .boxes img{
	float: left;
	margin: 7px 61px 0 0;
}
.inner .boxes .text{
	overflow: hidden;
}
.inner .boxes p{
	margin: 0 0 23px;
}
.inner .boxes .add-link{
	line-height: 22px;
	padding: 8px 20px;
	margin: 0 43px 0 0;
}
.posts{
	width: 66%;
	margin: 0 auto -29px;
	padding: 24px 0 0;
	list-style: none;
}
.posts li{
	margin: 0 0 29px -2px;
	padding: 0 0 23px;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
}
.posts .date{
	float: left;
	width: 62px;
	height: 48px;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 16px;
	text-align: center;
	background: #c5d657;
	-webkit-border-radius: 35px;
	border-radius: 35px;
	padding: 20px 3px 0;
	margin: 0 20px 0 0;
	font-weight: 800;
	word-wrap: break-word;
	text-transform: uppercase;
}
.posts .text{
	padding: 0;
	overflow: hidden;
	font-size: 14px;
	line-height: 24px;
}
.posts h4{
	margin: 0 0 12px;
	color: #68727f;
	font:700 16px/19px "Merriweather", Arial, Helvetica, sans-serif;
	line-height: 1.5em;
}
.section .posts p{
	margin: 0;
}
.inner .boxes2{
	margin: 0 0 16px;
}
.inner .boxes2 li{
	width: 32%;
	float: left;
	margin: 0 0 0 2%;
}
.inner .boxes2 li:first-child{
	margin: 0;
}
.inner .boxes2 img{
	margin: 7px 20px 23px 0;
	width: 47%;
	height: auto;
}
.inner .boxes2 .add-link{
	padding: 8px 27px;
	margin: 0 0 0 2px;
}
.pagination.webapp {
	display: none;
}
/*NEWS PAGINATION*/
#webapp29637pagination {
	display: block;
}
#webapp29637pagination .pag-current {
	font-size: 18px;
	padding: 5px 10px;
	color: #666;
}

footer{
	color: #68727f;
}
footer a{
	color: #68727f;
}
footer .container{
	background: #e7e6da;
	padding: 48px 0 44px;
}
footer .container .col a {
    color: #68727f;
}
footer .container2{
	padding: 18px 0;
	font-size: 13px;
	background: #68727f;
	color: #fff;
}
footer .container2 p {
	color: #fff;
}
.footer-nav{
	width: 80%;
	float: left;
}
.footer-nav ul{
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	font:700 18px/21px "Merriweather", Arial, Helvetica, sans-serif;
}
.footer-nav ul li{
	float: left;
	width: 18%;
	margin: 0 2% 0 0;
}
.footer-nav>div>ul>li>a{
	height: 45px;
	display: block;
}
.footer-nav>div>ul>li>a:hover{
	text-decoration: none;
}
.footer-nav ul ul{
	padding: 7px 0 0;
	font:400 13px/18px "Open Sans", Arial, Helvetica, sans-serif;
}
.footer-nav ul ul li{
	float: none;
	width: 100%;
	margin: 0 0 10px;
}
footer .col{
	color: #68727f;
	float: right;
	font-size: 13px;
	line-height: 18px;
	width: 20%;
}
footer .col p {
	color: #68727f;
	font-size: 13px;
	line-height: 18px;
}
footer .col h4{
	font-size: 18px;
	margin: -2px 0 9px;
	font-weight: 600;
	line-height: 21px;
}
footer .col address{
	font-style: normal;
	padding: 0 0 21px;
}
footer .col address a{
	color: #ddd;
}
footer .links{
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
footer .links li{
	float: left;
	margin: 0 13px 0 3px;
}
footer .links a{
	color: #68727f;
}
footer .links .fb{
	display: block;
	width: 24px;
	height: 24px;
	text-indent: -9999px;
	overflow: hidden;
	background:url(../images/sprite.png) no-repeat -31px -49px;
}
footer .links .twitter{
	display: block;
	width: 24px;
	height: 24px;
	text-indent: -9999px;
	overflow: hidden;
	background:url(../images/sprite.png) no-repeat -56px -49px;
}
footer p{
	margin: 0;
}
footer .add-nav{
	float: right;
}
.add-nav ul{
	margin: -4px 0 0 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	font-size: 12px;
}
.add-nav ul li{
	float: left;
	margin: 0 0 0 33px;
}
.add-nav ul a{
	color: #ddd;
	text-decoration: underline;
}
.add-nav ul a:hover{
	text-decoration: none;
}

@media all and (min-width: 720px) {
  .half {
    max-width: 48%; 
    padding-right: 0;
    margin: 0 2% 0 0;
    float: left;
  }
}


@media only screen and (max-width: 1825px){
	.gallery .block{
		top: 175px;
	}
	.top-form{
		top: 390px;
	}
}
@media only screen and (max-width: 1590px){
	.top-form{
	  margin: 0 0 -500px;
	  left: 18%;
	  width: 900px;
	  padding: 20px;
	}
    .top-form.esp {
        width: 1000px;
    }
    .top-form.esp input[type="text"]{
        float: left;
    }
    .top-form.esp .form-text {
        width: 60%;
    }
	.top-form .col{
		width: 48%;
	}
	.top-form input[type="text"]{
		font-size: 18px;
		margin: 0 0 15px;
	}
	.top-form input[type="submit"]{
		margin: 0;
		display: inline-block;
		vertical-align: text-bottom;
		float: right;
	}
	.ap .top-form input[type="submit"] {
		float: none;
		vertical-align: inherit;
		display: block;
	}
	.top-form p {
		text-align: left;
		width: 100%;
		padding:0;
		margin: 0;
	}
	.form-text {
		display: inline-block;
		margin-left: 20px;
		width: 65%;
	}
	.ap .form-text {
		width: 100%;
		margin: 20px 0 0 0;
	}
	.ap .form-text p {
		text-align: center;
		width: 30%;
		padding: 0 1%;
	}
    .gallery2 .bx-next {
        right: 18%;
    }
    .gallery2 .bx-prev {
        left: 18%;
    }
    .gallery2 .text {
        left: 25%;
        width: 35%;
    }
}
@media only screen and (max-width: 1500px){
	.gallery .block h1 {
		font-size: 45px;
		line-height: 52px;
	}
	.gallery .block h2 {
		font-size: 25px;
		line-height: 0;
	}
	.top-form {
		top: 340px;
		left: 17%;
	}
}
@media only screen and (max-width: 1400px){
	.gallery .bx-controls {
		display: none;
	}
    .top-form.esp {
        left: 14%;
    }
}
@media only screen and (max-width: 1360px){
	.gallery2 .bx-prev{
		left: 75px;
	}
	.gallery2 .bx-next{
		left: auto;
		right: 76px;
	}
	.gallery2 .text{
		left: 140px;
		width: 60%;
	}
	.gallery2 .bx-controls{
		bottom: 58px;
	}
}
@media only screen and (max-width: 1330px){
	.gallery .block {
		top: 150px;
	}
	.top-form {
		top: 300px;
		left: 16%;
	}
    .top-form.esp {
        left: 12%;
    }
}
@media only screen and (max-width: 1230px){
    .top-form.esp {
        left: 8%;
    }
	.gallery .block h1 {
		font-size:36px;
		line-height: 1.2em;
	}
	.gallery .block h2 {
		font-size: 18px;
	}
	.top-form {
		top: 30%;
		left: 13%;
	}
	.top-form input[type="text"] {
		font-size: 16px;
		margin: 0 0 10px 0;
	}
	.top-form p {
		font-size: 13px;
		line-height: 1.3em;
	}
	.ap .top-form p {
		font-size: 16px;
		line-height: 1.4em;
	}
}
@media only screen and (max-width: 1120px){
	.top-form {
		width: 100%;
		left: 0;
		border-radius: 0;
		-webkit-border-radius: 0;
	}
    .top-form.esp {
        width: 100%;
        left: 0;
    }
	.top-form .row {
		overflow: auto;
		margin: 0;
		float: left;
		width: 69%;
	}
	.top-form .col {
		float: left;
		margin: 0 1%;
	}
	.top-form input[type="submit"]{
		margin: 10px 0 10px 10px;
		display: inline-block;
		vertical-align:	auto;
	}
	.top-form .form-text {
		width: 100%;
		margin: 0;
	}
	.top-form p {
		text-align: left;
		margin: 0;
		width: 30%;
		margin: 0 1%;
	}
	.top-form .form-text img {
		display: block;
		margin: 0 auto;
		padding-bottom: 5px;
	}
	.ap header {
		padding-bottom: 0;
	}
	.ap .top-form {
		width: 100%;
		border-radius: 0;
		-webkit-border-radius: 0;
	}
	.ap .top-form .row {
		width: 100%;
	}
	.ap .form-text {
		margin: 20px 0 0 0;
	}
	.ap .form-text p {
		padding: 0;
	}
}
@media only screen and (max-width: 1030px){
	body{
		min-width: 320px;
	}
	.holder{
		width: 100%;
		padding: 0 8%;
	    -moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    box-sizing: border-box;
		text-align: left;
	}
	.search-panel input[type="text"]{
		margin: 0 20px 0 0;
	}
	.panel .info{
		font-size: 14px;
		float: none !important;
	}
	.bar-form {
		float: none !important;
	}
	.panel .links {
		margin-top: 5px;
		display: inline-block;
		float: none;
	}
	.inner #wrapper{
		padding: 0;
	}
	header{
		position: relative;
		background: #68727f;
	}
	.inner header{
		padding: 0 0 10px;
	}
	.logo{
		float: none;
		display: block;
		margin: 23px auto 22px;
	}
	nav ul{
		padding: 0;
		float: none;
		width: 100%;
		text-align: center;
	}
	nav ul li{
		float: none;
		display: inline-block;
	}
	nav ul a{
		padding: 5px 20px 10px;
	}
	nav ul a:hover,
	nav ul li:hover a,
	nav ul .selected a{
		padding: 5px 20px;
	}
	nav ul ul{
		text-align: left;
	}
	nav ul ul li{
		display: block;
	}
	.top-form{
		margin: 0;
		left: 0;
		width: 100%;
		position: static;
		-webkit-border-radius: 0;
		border-radius: 0;
		background: #4e5865;
		padding: 35px 75px;
	}
	.top-form .row {
		overflow: hidden;
		margin: 0 0 -4px 0;
		float: none;
		width: auto;
	}
	.top-form .col{
		width: 48%;
		margin-bottom: 15px;
	}
	.top-form input[type="text"]{
		font-size: 18px;
		line-height: 30px;
		margin: 0 0 15px;
	}
	.top-form input[type="submit"]{
		margin: 0 auto;
		display: block;
		float: none;
	}
	.top-form .form-text {
		margin-top: 25px;
	}
    .top-form.esp .form-text {
        width: 100%;
    }
	.top-form p {
		text-align: left;
		margin: 0;
		width: 30%;
		margin: 0 1%;
		font-size: 15px;
		line-height: 1.4em;
	}
	.ap .top-form .col {
		margin-top: 20px;
	}
	.ap .front-form .block h1 {
		font-size: 32px;
	}
	.ap .front-form .block h2 {
		font-size: 19px;
	}
	.ap .top-form .form-text {
		margin: 20px 0;
	}
	.gallery{
		top: -20px;
		margin: 0 0 -20px;
	}
	.gallery .block {
		top: 150px;
	}
	.gallery .block h1{
		font-size: 42px;
		line-height: 45px;
	}
	.gallery .block h2{
		font-size: 18px;
		line-height: 21px;
	}
	.section,
	.section2{
		padding: 40px 0;
	}
	.section .image{
		width: 28%;
		margin: 0 35px 0 4px;
		border-width: 5px;
	}
	.section .image img{
		width: 100%;
	}
	.section .text{
		padding: 0;
	}
	.section .text h3{
		font-size: 30px;
		line-height: 30px;
	}
	.section .text strong{
		font-size: 20px;
		line-height: 28px;
		margin: 0 0 10px;
	}
	.section2 h3{
		font-size: 30px;
		line-height: 33px;
	}
	.boxes li{
		width: 48%;
	}
	.boxes h4{
		font-size: 20px;
	}
	.boxes img {
		width: 45%;
		height: auto;
		margin: 31px 0 34px 12px;
	}
	.boxes .add-link{
		padding: 0 20px;
	}
	.gallery2 .text{
		top: 20%;
		width: 53%;
	}
	.gallery2 .text h3{
		font-size: 25px;
		line-height: 1.3em;
		margin: 0 0 14px;
	}
	.items li{
		font-size: 12px;
		min-height: 282px;
		margin: 0 0 12px 12px;
	}
	.items li:nth-child(4n+1){
		margin: 0 0 12px;
	}
	.inner .boxes img{
		margin: 7px 10px 0 0;
		height: auto;
		width: 34%;
	}
	.posts{
		width: 100%;
		margin: 0;
	}
	.inner .top-form{
		margin: 0;
		padding: 0;
	}
	footer .container{
		padding: 39px 0 44px;
	}
	.footer-nav{
		float: none;
		width: 100%;
		margin: 0 0 40px;
	}
	footer .col{
		float: none;
		overflow: hidden;
		width: 100%;
	}
	footer .col img {
		float: left;
	}
	footer .col h4{
		float: left;
		margin: 0 70px 0 0;
	}
	footer .col address{
		float: left;
		padding: 0 20px;
		text-align: left;
	}
	footer .links{
		float: left;
	}
	.left-text {
		width: 60%;
	}
    .left-text2 {
        width: 45%;
    }
}
@media only screen and (max-width: 900px){
	nav ul a{
		padding: 5px 13px 10px;
	}
	nav ul a:hover,
	nav ul li:hover a,
	nav ul .selected a{
		padding: 5px 13px;
	}
	nav ul .donate{
		margin: 0 0 0 13px;
	}
	.gallery .bx-controls{
		bottom: 20px;
	}
	.items li{
		width: 48%;
		font-size: 14px;
		min-height: 225px;
		margin: 0 0 12px 12px;
	}
	.items li:nth-child(2n+1){
		margin: 0 0 12px;
	}
	.inner .boxes .add-link{
		font-size: 14px;
	}
	.left-text {
		width: 60%;
	}
	.boxes .center {
		margin: 30px 0 0 0;
	}
	.inner .boxes img {
		display: none;
	}
}
@media only screen and (max-width: 860px){
    .left-text2 {
        width: 100%;
    }
}
@media only screen and (max-width: 767px){
	.inner header{
		padding: 0;
		background-position: 0 65px;
	}
	.search-panel input[type="submit"]{
		width: 20%;
	}
	.panel .info,
	.panel .links{
		font-size: 16px;
	}
	.panel .info{
		margin: 2px 0 0;
	}
	.panel .links .fb,
	.panel .links .twitter{
		display: none;
	}
	.panel .links .search{
		width: 19px;
		height: 19px;
		margin: 0;
		background:url(../images/sprite.png) no-repeat -167px -49px;
	}
	.panel .links li {
		margin: 1px 0 0 15px;
	}
	.panel{
		padding: 22px 0 24px;
	}
	.holder{
		padding: 0 11%;
	}
	.logo{
		margin: 0 auto;
	}
	.header-holder{
		padding: 23px 0 28px;
		position: relative;
	}
	.bar-form {
		display: block;
		width: 100%;
		text-align:center;
		margin-bottom: 10px;
	}
	nav .opener{
		width: 34px;
		height: 25px;
		display: block;
		color: #fff;
		position: absolute;
		top: 37px;
  		right: 80px;
		overflow: hidden;
		text-indent: -9999px;
		text-transform: uppercase;
		background:url(../images/sprite.png) no-repeat -132px -49px;
	}
	nav.open-close ul{
		display: none;
		position: absolute;
		width: 100%;
		left: 0;
		top: 100%;
		background: #68727f;
		border-top: 1px solid #fff;
		text-align: left;
	}
	nav.open-close ul li{
		float: none;
		display: block;
		border-bottom: 1px solid #fff;
	}
	nav.open-close ul a{
		padding: 10px 25px;
		position: relative;
	}
	nav.open-close ul a:hover,
	nav.open-close ul li:hover a,
	nav.open-close ul .selected a{
		border: none;
		padding: 10px 25px;
		background: #4e5865;
	}
	nav.open-close ul .donate{
		margin: 0;
	}
	nav.open-close ul .donate a{
		-webkit-border-radius: 0;
		border-radius: 0;
	}
	nav.open-close ul .donate a:hover{
		background: #30acd7;
	}
	nav.open-close-active ul{
		display: block;
	}
	nav.open-close ul li:hover ul{
		display: none;
	}
	nav.open-close ul ul{
		display: none;
		position: static;
	}
	nav.open-close-active ul .has-drop-active ul{
		display: block !important;
		position: static;
	}
	nav.open-close ul .has-drop>a>span.open{
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: 41px;
		height: 41px;
		cursor: pointer;
		line-height: 40px;
		text-align: center;
	}
	nav.open-close ul .has-drop-active>a>span.open{
		display: none;
	}
	nav.open-close ul .has-drop-active>a>span.close{
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: 41px;
		height: 41px;
		cursor: pointer;
		line-height: 40px;
		text-align: center;
	}
	.gallery .block{
		top: 30%;
	}
	.gallery .bx-controls{
		bottom: 17px;
	}
	.gallery .block h1{
		margin: 0;
		font-size: 30px;
		line-height: 1.2em;
	}
	.top-form{
		padding: 23px 81px 28px 80px;
	}
	.top-form .row{
		margin: 0;
	}
	.top-form .col,
	.top-form .col:first-child{
		float: none;
		width: 100%;
	}
	.top-form input[type="text"]{
		font-size: 24px;
		line-height: 27px;
	}
	.top-form label{
		font-size: 16px;
		line-height: 19px;
		margin: 0 0 25px;
	}
	.top-form input[type="submit"]{
		margin: 0 auto;
	}
	.top-form p {
		width: 100%;
		margin-bottom: 5px;
	}
	.ap .form-text p {
		text-align: left;
		padding: 0 2%;
		width: 100%;
	}
	.ap .top-form .form-text img {
		display: inline;
		margin: 0 10px 0 0;
	}
	.top-form .form-text img {
		display: inline;
		margin: 0 10px 0 0;
		padding: 0;
	}
	.section, .section2{
		padding: 29px 0;
	}
	.section .image{
		width: 37%;
		float: none;
		margin: 0 auto 25px;
	}
	.section .text h3{
		margin: 0 0 18px;
		text-align: left;
	}
	.section .text strong,
	.section .text p{
		text-align: left;
	}
	.section .text{
		text-align: center;
	}
	.section .text .more{
		line-height: 51px;
	}
	.section2 h3{
		margin: 0 0 33px;
	}
	.boxes li,
	.boxes li:first-child{
		float: none;
		width: 100%;
		margin: 0 0 20px;
		overflow: hidden;
		padding: 16px 20px 16px 18px;
	}
	.boxes img{
		display: inline;
		width: 25%;
		margin: 0;
	}
	.boxes li .text{
		float: left;
		width: 70%;
	}
	.boxes h4{
		margin: 0 0 8px;
	}
	.boxes .add-link{
		float: right;
		width: 43.3%;
		padding: 0 10px;
		line-height: 51px;
		margin: 20px 0 0;
		letter-spacing: 0;
		font-size: 16px;
	}
	.gallery2 .bx-prev,
	.gallery2 .bx-next{
		display: none;
	}
	.gallery2 img{
		height: 350px;
	}
	.gallery2 .text {
		top: 12%;
		left: 79px;
		width: 78%;
		text-align: center;
	}
	.gallery2 .text h3{
		margin: 0 0 4px;
		text-align: left;
	}
	.gallery2 .text p{
		margin: 0 0 21px;
		text-align: left;
		font-size: 14px;
		line-height: 1.5em;
	}
	.gallery2 .bx-controls{
		bottom: 17px;
	}
	.items li{
		width: 100%;
		margin: 0 0 12px;
		min-height: 100%;
	}
	.inner .boxes li,
	.inner .boxes .text{
		width: 100%;
	}
	.inner .boxes li{
		padding: 16px 20px 10px 18px;
	}
	.inner .boxes p {
	    margin: 0 0 10px;
	}
	.inner .boxes .add-link{
		margin: 0;
	}
	.inner .boxes2 li,
	.inner .boxes2 li:first-child{
		margin: 0 0 12px;
	}
	.intro{
		margin: 0 0 20px;
	}
	footer .container{
		padding: 27px 0 26px;
	}
	.footer-nav{
		margin: 0;
	}
	.footer-nav ul{
		font-size: 22px;
		line-height: 25px;
	}
	.footer-nav ul li{
		float: none;
		width: 100%;
		margin: 0 0 35px;
	}
	.footer-nav > ul > li > a{
		display: inline;
		height: auto;
	}
	.footer-nav ul ul{
		margin: 11px 0 -11px;
		padding: 0;
		font-size: 16px;
		line-height: 30px;
	}
	footer .col img {
		float: none;
	}
	footer .col address {
		text-align: center;
		float: none;
	}
	footer .col h4{
		font-size: 22px;
		line-height: 28px;
		width: 47%;
		margin: 0 34px 0 0;
	}
	footer .links{
		margin: 20px 0 0 0;
		text-align: center;
		float: none;
	}
	footer .links li{
		margin: 0 13px 0 3px;
		display: inline-block;
		float: none;
	}
	footer .links .fb,
	footer .links .twitter{
		width: 35px;
		height: 35px;
		background:url(../images/sprite.png) no-repeat -59px -79px;
	}
	footer .links .twitter{
		background-position: -95px -79px;
	}
	footer .add-nav {
		float: none;
		margin-bottom: 15px;
		text-align: center;
	}
	footer .add-nav ul li {
		float: none;
		display: inline;
	}
	footer .add-nav ul li:first-child {
		margin:0;
	}
	footer .container2 p {
		float: left;
		display: block;
		width: 100%;
		text-align: center;
	}
	.add-nav ul{
		margin: 0;
	}
	.medium-col {
		width: 80%;
	}
	.half-col {
		width: 100%;
	}
	.three-col {
		display: block;
		width: 100%;
		text-align: center;
		margin-top: 20px;
	}
	.left-img, .right-img {
		float: none;
		text-align: center;
		display: block;
		margin: 0 auto;
	}
	.left-text, .left-text2 {
		display: block;
		width: 100%;
		margin: 10px 0;
	}
}
@media only screen and (max-width: 600px){
	.holder{
		padding: 0 5%;
	}
	.header-holder{
		padding: 20px 0;
	}
	.panel .links li{
		margin: 0 0 0 15px;
	}
	.bar-form {
		display: block;
		width: 100%;
		text-align: center;
	}
	.top-form{
		padding: 20px 40px;
	}
	.boxes .add-link{
		font-size: 15px;
		letter-spacing: 0;
	}
	.gallery2 .text{
		left: 30px;
		top: 25px;
		width: 90%;
	}
	.medium-col {
		width: 90%;
	}
	.half-col {
		width: 100%;
	}
	.three-col {
		display: block;
		width: 100%;
		text-align: center;
		margin-top: 20px;
	}
	.left-img, .right-img {
		float: none;
		text-align: center;
		display: block;
		margin: 0 auto;
	}
	.left-text, .left-text2 {
		display: block;
		width: 100%;
		margin: 10px 0;
	}
}
@media only screen and (max-width: 520px){
	.panel .links{
		float: none;
		display: inline-block;
	}
	.panel .info {
		display: none;
	}
	.panel .links li{
		margin: 10px 10px 0 0;
	}
	.bar-form {
		display: block;
		width: 100%;
		text-align: center;
	}
	.medium-col {
		width: 90%;
	}
	.three-col {
		display: block;
		width: 100%;
		text-align: center;
		margin-top: 20px;
	}
	.left-img, .right-img {
		float: none;
		text-align: center;
		display: block;
		margin: 0 auto;
	}
	.left-text, .left-text2 {
		display: block;
		width: 100%;
		margin: 10px 0;
	}
	.ap .form-text p {
		text-align: center;
		padding:0;
		margin:0 0 20px 0;
	}
	.ap .top-form .form-text img {
		display: block;
		margin: 0 auto;
		padding-bottom: 5px;
	}
	.boxes img{
		display: none;
	}
	.boxes li .text {
		width: 100%;
	}
}
@media only screen and (max-width: 480px){
	.search-panel input[type="text"]{
		margin: 0 10px 0 0;
		width: 60%;
	}
	.search-panel input[type="submit"]{
		font-size: 12px;
	}
	.logo{
		float: left;
		margin: 0 0 0 20px;
	}
	.panel .info {
		display: none;
	}
	.bar-form {
		display: block;
		width: 100%;
		text-align: center;
	}
	.bar-form input[type="submit"] {
		font-size: 15px;
		margin-top: 10px;
	}
	nav .opener{
		right: 20px;
		top: 33px;
	}
	.gallery .block {
		top: 25%;
	}
	.gallery .block h1 {
		font-size: 22px;
	}
	.gallery .block h2 {
		font-size: 15px;
		line-height: 1.3em;
	}
	.gallery2 img{
		width: 100%;
		height: 100%;
	}
	.gallery2 .bx-viewport {
		height: 350px !important;
	}
	.gallery2 img {
		width: auto;
		height: 100%;
	}
	.gallery2 .bx-controls {
		display: none;
	}
	.top-form{
		padding: 20px;
	}
	.top-form p {
		margin-bottom: 10px;
		text-align: center;
	}
	.top-form .form-text img {
		display: block;
		margin: 0 auto;
		padding-bottom: 5px;
	}
	.boxes li .text{
		float: none;
		width: 100%;
	}
	.boxes .add-link{
		float: none;
		display: block;
		width: 100%;
	    -moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    box-sizing: border-box;
	}
	.footer-nav ul ul{
		line-height: 20px;
	}
	footer .links{
		margin: 10px 0 0;
	}
	.medium-col {
		width: 96%;
	}
	.half-col {
		width: 100%;
	}
	.three-col {
		display: block;
		width: 100%;
		text-align: center;
		margin-top: 20px;
	}
	.left-img, .right-img {
		float: none;
		text-align: center;
		display: block;
		margin: 0 auto;
	}
	.left-text, .left-text2 {
		display: block;
		width: 100%;
		margin: 10px 0;
	}
}
