@charset "UTF-8";
/* CSS Document for newhopecs basic style */

*{
	margin:0; padding:0;
}

body {
color: #7E9A32;
font-family: 'Open Sans Condensed', sans-serif;
background-color: #2E2C00;
border: none;
font-size: 18px;}

h1 {
text-align: left;
color: white;
}

h2 {
color: white;
}

#wrapper {
    width:1280px;
    height: auto;
    margin: 75px auto 0;
}

#header, #logo, #uob, #welcome, #banner, #bob, #donate, #volunteer, #footer { float: left; }

/* unvisited link */
a:link {
    color: #94A545;
    text-decoration: none
}

/* visited link */
a:visited {
    color: #94A545;
}

/* mouse over link */
a:hover {
    color: #ffbd71;
}

#contentwrapper {
height: auto;
    width: 1220px;
   padding: 30px;
    
}
#header {
    width:1280px;
    height: 75px;
    position:fixed;
    top: 0;
    background-color: #374B00;
    z-index: 9999999;
    font-weight: 300;
             /* Dropdown shadow */
 -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.3);
 box-shadow: 0 2px 2px 0 rgba(0,0,0,.3);
}

#logo {
    width:190px;
    height:75px;
    background: #374B00;
    margin: 0 0 0 20px;
}
#banner {
    width:795px;
    height: 470px;
    background-color: #2E2C00;
}


#rectindex {
     height:470px;
    width:425px;
    float: left;
    text-align: justify;
}
#enqform {
     height:470px;
    width:425px;
    float: left;
    text-align: justify;
}
.text {
    width:765px;
  
    float: left;
    padding-bottom:20px;
    text-align: justify;

}
.pic {
    width: 425px;
    height: auto;
    float: left;
    padding-bottom:10px;

}

.contdiv {
    width:30px;
    height: 70px;
    float: left;

}
#footer {
    width:1280px;
    height:150px;
    color: #94A545;
    background-color: rgba(0, 0, 0, 0.1);
}


#newsform {
    float: right;
    width: 250px;
    margin-top: 20px;
}
#copy {
    width: 350px;
    float: left;
    font-size: 12px;
    margin: 0 0 0 30px;
    border-top: 3px dotted #ffbd71;
    padding-top: 10px;
    left: 10px;
}

.ftlink {
font-size: 16px;
    height: 25px;
    width: 70px;
    float: left;

}

#infowrap {
width: 480px;
    height: 120px;
    float: left;
    padding: 30px 0 0 0;
    text-align: center;
    font-size: 12px;

}
#info {
width: 250px;
    height: 120px;
    margin:0 auto;
    text-align: center;
    font-size: 12px;

}

#textwrap {
    width: 1220px;
    height: auto;
    margin: 0 auto;
    text-align: justify;
}

#contacticon {
     font-size: 20px;
    font-family: 'fontawesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
    margin: 0 5px 0 0;
}
/*contact form*/

.feedback-input {
  color:white;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight:500;
  font-size: 18px;
  line-height: 22px;
  background-color: transparent;
  border:2px solid #94A545;
  transition: all 0.3s;
  padding: 10px;
  margin-bottom: 15px;
  width:100%;
  box-sizing: border-box;
  outline:0;
}

.feedback-input:focus { border:2px solid #ffbd71; }

textarea {
  height: 135px;
  line-height: 150%;
  resize:vertical;
}

[type="button"] {
  font-family: 'Open Sans Condensed', sans-serif;
  width: 100%;
  background:#94A545;
  border:0;
  cursor:pointer;
  color:white;
  font-size:24px;
  padding-top:10px;
  padding-bottom:10px;
  transition: all 0.3s;
  margin-top:-4px;
  font-weight:700;
}
[type="button"]:hover { background:#ffbd71; }

/*end contact form*/
/*table*/
table, tr, td {
    margin: 0;
    padding: 2px 0;
    font-size: 20px;
}

/*start navi*/
#navi {
    width:1060px;
    height:75px;
    float: right;
}

    #navi ul li {
        width:150px;
        height:75px;
        list-style:none;
        float:left;
        line-height:75px; /*same height of container*/
        text-align:center;
        font-size: 15px;
        position:relative;

        }

    #navi ul li a {
        color:#94A545;
        text-decoration:none;
        text-transform:uppercase;
        display:block;

        }

    #navi ul li a:hover {
        color:#ffbd71;
        background-color: #374B00;
        display: block;
        
        }

    #navi ul li ul li {
        height: 35px;
        line-height:35px;
        }

    #navi ul ul li a {
        background:#374B00;
        }

    #navi ul ul li a:hover {
        background-color: #374B00;
        }

    #navi ul li:hover > ul {
        visibility: visible;
        position: absolute;
        z-index:99999;

       /* Dropdown shadow */
 -webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,.2);
 box-shadow: 2px 2px 2px 0 rgba(0,0,0,.2);
       opacity: 1;
        display: block;
    -webkit-animation: fadein .3s; /* Safari and Chrome */
    -moz-animation: fadein .3s; /* Firefox */
    animation: fadein .3s;
}
     #navi ul li ul li:hover >ul {
        visibility: visible;
        position: absolute;
        z-index:99999;
             /* Dropdown shadow */
 -webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,.2);
 box-shadow: 2px 2px 2px 0 rgba(0,0,0,.2);
       opacity: 1;
        display: block;
    -webkit-animation: fadein .3s; /* Safari and Chrome */
    -moz-animation: fadein .3s; /* Firefox */
    animation: fadein .3s;
          left:150px;
         top: 0px;

     }
    #navi ul li ul li ul li{
        height: 35px;
        line-height:35px;
        }
   #navi ul ul ul li a {
        background:#4e6a00;
        }

    #navi ul ul ul li a:hover {
        background-color: #4e6a00;
        }
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari and Chrome */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

    #navi ul li ul {
        visibility:hidden;
        }

/*end navi*/

/*searchbar*/
#searchbar input {
  outline: none;
}

    #searchbar input[type=search] {
      -webkit-appearance: textfield;
      -webkit-box-sizing: content-box;
    font-family: 'Open Sans Condensed', sans-serif;
      color: #5e8000;
    }

    #searchbar input::-webkit-search-decoration,
    input::-webkit-search-cancel-button {
      display: none;
    }

    #searchbar input[type=search] {
        border: solid 1px #7fad00;
        margin-top: 20px;
        padding: 9px 10px 9px 32px;
        width: 55px;
        -webkit-border-radius: 10em;
        -moz-border-radius: 10em;
        border-radius: 10em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
        background-color: #ededed;
        background-image: url(../imgs/searchicon.png);
        background-repeat: no-repeat;
        background-position: 9px center;
        background-size: 16px;
    }

    #searchbar input[type=search]:focus {
      width: 110px;
      background-color: #FFF;
      border-color: #ffbd71;
      -webkit-box-shadow: 0 0 5px rgba(109, 207, 246, .3);
      -moz-box-shadow: 0 0 5px rgba(109, 207, 246, .3);
      box-shadow: 0 0 5px rgba(109, 207, 246, .3);
    }

    #searchbar input:-moz-placeholder {
      color: #374B00;
    }

    #searchbar input::-webkit-input-placeholder {
      color: #374B00;
    }

/*end of search bar*/

/*newsletter*/
#newsletter input {
  outline: none;
}

#newsletter input[type=text] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
font-family: 'Open Sans Condensed', sans-serif;
  color: #5e8000;
}

#newsletter input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
  display: none;
}

#newsletter input[type=text] {
	border: solid 1px #7fad00;
	margin-top: 6px;
	padding: 9px 10px 9px 10px;
	width: 100px;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	background-color: #ededed;
    float: left;
}

#newsletter input[type=text]:focus {
  width: 140px;
  background-color: #FFF;
  border-color: #ffbd71;
  -webkit-box-shadow: 0 0 5px rgba(109, 207, 246, .5);
  -moz-box-shadow: 0 0 5px rgba(109, 207, 246, .5);
  box-shadow: 0 0 5px rgba(109, 207, 246, .5);
}

#newsletter input:-moz-placeholder {
  color: #374B00;
}

#newsletter input::-webkit-input-placeholder {
  color: #374B00;
}
    
#button {
    width: 30px;
    cursor:pointer;
    float: left;
    margin: 9px 5px;
}
/*end of news letter*/

/*start of back to top*/

.back-to-top {
background: none;
margin: 0 10px 0 0;
position: fixed;
bottom: 0;
right: 0;
width: 60px;
height: 60px;
z-index: 100;
display: none;
text-decoration: none;

}
 

#bttsize  {
    font-size: 40px;
    font-family: 'fontawesome';
	speak: none;
	line-height: 32px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: block;
    color: rgba(255, 189, 113, 0.38);
	-webkit-font-smoothing: antialiased;
}
#bttsize:hover{
color:#ffbd71;
}
/*end of back to top*/


#subbtn {
    padding: 0;
    border: none;
    background: none;
    width: auto;
    cursor:pointer;
    float: left;
    margin: 0 5px;
}

/*icon effect*/


.fa fa-facebook:before {
    content: "\f09a";
}

.fa fa-twitter:before {
	 content: "\f099";
}

.fa fa-google-plus2:before {
	 content: "\f0d5";
}

.fa fa-instagram:before {
	 content: "\f16d";
}

.fa fa-youtube:before {
 content: "\f167";
}

.fa-wrap {
    width: 450px;
	text-align: left;
    margin:20px 0 0 10px;
    float: left;
}

.fa {
	display: inline-block;
	font-size: 0px;
	cursor: pointer;
	margin: 5px 10px;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #fff;
    bottom: 10px;
    left: 20px;
}

.fa:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
}

.fa:before {
	font-family: 'fontawesome';
	speak: none;
	font-size: 16px;
	line-height: 32px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: block;
	-webkit-font-smoothing: antialiased;
}


.fa-effect-1 .fa {
	background: rgba(255,255,255,0.1);
	-webkit-transition: background 0.2s, color 0.2s;
	-moz-transition: background 0.2s, color 0.2s;
	transition: background 0.2s, color 0.2s;
}

.fa-effect-1 .fa:after {
	top: -7px;
	left: -7px;
	padding: 7px;
	box-shadow: 0 0 0 4px #fff;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-webkit-transform: scale(.8);
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	transition: transform 0.2s, opacity 0.2s;
	transform: scale(.8);
	opacity: 0;
}

/* Effect 1a */
.fa-effect-1a .fa:hover {
	background: rgba(255,255,255,1);
	color: #ffbd71;
}

.fa-effect-1a .fa:hover:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
/*end social media hover effect*/


/*mission vission effect*/
.grid {
	position: relative;
	margin: 0 auto;
max-width: 1220px;
	list-style: none;
	text-align: center;
}


.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0 0 20px 0;
	width: 420px;
    height: 220px;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 200px;
	max-width: 420px;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 0 0 20px 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 420px;
	height: 200px;
}

.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}
.grid1 {
	position: relative;
	margin: 0 auto;
max-width: 1220px;
	list-style: none;
	text-align: center;
}

#gridwrap {
    width: 1220px;
    height: 500px;
    margin: 0 auto;
 
}
#griddiv {
    height:220px;
    width:30px;
    float:left;
}

.grid1 figure {
	position: relative;
	overflow: hidden;
    float: left;
	margin: 0 0 30px 0;
	width: 595px;
    height: 230px;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
    overflow: hidden;
}

.grid1 figure img {
	position: relative;
	display: block;
	min-height: 220px;
	max-width: 595px;
	opacity: 0.8;
}

.grid1 figure figcaption {
	padding: 0 0 30px 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid1 figure figcaption::before,
.grid1 figure figcaption::after {
	pointer-events: none;
}

.grid1 figure figcaption,
.grid1 figure figcaption > a {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 595px;
	height: 200px;
}

.grid1 figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid1 figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid1 figure h2 span {
	font-weight: 800;
}

.grid1 figure h2,
.grid1 figure p {
	margin: 0;
}

.grid1 figure p {
	letter-spacing: 1px;
	font-size: 60%;
}
figure.effect-bubba {
	background: #374B00;
}

figure.effect-bubba img {
	opacity: 0.7;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-bubba:hover img {
	opacity: 0.4;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 20px;
	right: 20px;
	bottom: 20px;
	left: 20px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
	border-top: 1px solid #ffbd71;
	border-bottom: 1px solid #ffbd71;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
	border-right: 1px solid #ffbd71;
	border-left: 1px solid #ffbd71;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

figure.effect-bubba h2 {
	padding-top: 100px;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
}

figure.effect-bubba p {
	padding: 10px 2.5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
/*end mission vission effect*/

/*start index circle*/
#ch-wrap {
width: 1220px;
    height:auto;
}
.ch-grid {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
}

.ch-grid:after,
.ch-item:before {
	content: '';
    display: table;
}

.ch-grid:after {
	clear: both;
}

.ch-grid li {
	width: 300px;
	height: 300px;
	display: inline-block;
	margin: 30px;
}

.ch-item {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
	cursor: default;
	box-shadow: 
		inset 0 0 0 0 rgba(86, 128, 30, 0.4),
		inset 0 0 0 5px rgba(255,255,255,0.6),
		0 1px 2px rgba(0,0,0,0.1);
		
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.ch-img-1 { 
	background-image: url(../imgs/testimonials.png);
}

.ch-img-2 { 
	background-image: url(../imgs/donate.png);
}

.ch-img-3 { 
	background-image: url(../imgs/events.png);
}

.ch-info {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	opacity: 0;
	
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	
	-webkit-backface-visibility: hidden; /*for a smooth font */

}

.ch-info h3 {
	color: #fff;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 2px;
	font-size: 22px;
	margin: 0 30px;
	padding: 65px 0 0 0;
	height: 110px;
	font-family: 'Open Sans', Arial, sans-serif;
	text-shadow: 
		0 0 1px #fff, 
		0 1px 2px rgba(0,0,0,0.3);
}

.ch-info p {
	color: #fff;
	padding: 10px 5px;
	font-style: italic;
	margin: 0 30px;
	font-size: 18px;
	border-top: 1px solid rgba(255,255,255,0.5);
}

.ch-info p a {
	display: block;
	color: #fff;

	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
	padding-top: 4px;
	font-family: 'Open Sans', Arial, sans-serif;
}

.ch-info p a:hover {
	color: #ffbd71;

}

.ch-item:hover {
	box-shadow: 
		inset 0 0 0 200px rgba(55, 75, 0, 0.65),
		inset 0 0 0 5px rgba(255,255,255,0.8),
		0 1px 2px rgba(0,0,0,0.1);
}

.ch-item:hover .ch-info {
	opacity: 1;
	
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);	
}

/*end index circle*/
/*donate button effect*/
/* Common button styles */
.button {
	float: left;
	min-width: 150px;
	max-width: 250px;
	display: block;
	margin: 30px 10px;
	padding: 1em 2em;
	border: none;
	background: none;
	color: inherit;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
    cursor: pointer;
}
.button:focus {
	outline: none;
}
.button > span {
	vertical-align: middle;
}

.button--size-l {
	font-size: 18px;
}

/* Typography and Roundedness */
.button--text-upper {
	letter-spacing: 2px;
	text-transform: uppercase;
}
.button--text-thick {
	font-weight: 600;
}
.button--round-l {
	border-radius: 60px;
}

.button--border-thick {
	border: 3px solid;
}
.button.button--sacnite {
	width: 80px;
	height: 80px;
	min-width: 0;
	padding: 0;
	color: #fff;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
.button--scanite.button--round-l {
	border-radius: 50%;
}

.button--sacnite::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	z-index: -1;
	box-shadow: inset 0 0 0 50px rgba(255, 189, 113, 0.64);
	-webkit-transform: scale3d(0.9, 0.9, 1);
	transform: scale3d(0.9, 0.9, 1);
	-webkit-transition: box-shadow 0.3s, -webkit-transform 0.3;
	transition: box-shadow 0.3s, transform 0.3s;
}
.button--sacnite.button--inverted::before {
	box-shadow: inset 0 0 0 35px #fff;
}
.button--sacnite .button__icon {
	font-size: 22px;
	width: 22px;
}
.button--sacnite > span {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}
.button--sacnite:hover {
	color: #ffbd71;
    background-color: black;
}
.button--sacnite.button--inverted:hover {
	color: #fff;
}
.button--sacnite:hover::before {
	box-shadow: inset 0 0 0 2px #37474f;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
.button--sacnite.button--inverted:hover::before {
	box-shadow: inset 0 0 0 2px #fff;
}
/* Borders */

.expandtext {
    height: auto;
    display: none;
}
.expand {
    cursor: pointer;
    margin: 10px 0;

}
/* Circular Content Carousel Style */
ul {list-style: none;}
.ca-container{
	position:relative;
	margin:25px auto 20px auto;
	width:1140px;
	height:450px;
}
.ca-wrapper{
	width:100%;
	height:100%;
	position:relative;
}
.ca-item{
	position:relative;
	float:left;
	width:380px;
	height:100%;
	text-align:center;
}
.ca-more{
	position: absolute;
	bottom: 10px;
	right:0px;
	padding:4px 15px;
	font-weight:bold;
	background: #374B00;
	text-align:center;
	color: white;
	font-family: "Georgia","Times New Roman",serif;
	font-style:italic;
	text-shadow:1px 1px 1px #897c63;
}
.ca-close{
	position:absolute;
	top:10px;
	right:10px;
	background:#fff url(../imgs/cross.png) no-repeat center center;
	width:27px;
	height:27px;
	text-indent:-9000px;
	outline:none;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	opacity:0.7;
}
.ca-close:hover{
	opacity:1.0;
}
.ca-item-main{
	padding:20px;
	position:absolute;
	top:5px;
	left:5px;
	right:5px;
	bottom:5px;
	background:#fff;
	overflow:hidden;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
}
.ca-icon{
	width:325px;
	height:190px;
	position:relative;
	margin:0 auto;
	background:transparent url(../imgs/test1.png) no-repeat center center;
}
.ca-item-2 .ca-icon{
	background-image:url(../imgs/test2.png);
}
.ca-item-3 .ca-icon{
	background-image:url(../imgs/test3.png);
}
.ca-item-4 .ca-icon{
	background-image:url(../imgs/test4.png);
}
.ca-item-5 .ca-icon{
	background-image:url(../imgs/gallery1.png);
}
.ca-item-6 .ca-icon{
	background-image:url(../imgs/gallery2.png);
}
.ca-item-7 .ca-icon{
	background-image:url(../imgs/gallery3.png);
}
.ca-item-8 .ca-icon{
	background-image:url(../imgs/gallery4.png);
}

.ca-item h3{
	font-family: 'Coustard', sans-serif;
	text-transform:uppercase;
	font-size:30px;
	color:#000;
	margin: 10px 0 20px 0;
	height:85px;
	text-align:center;
	text-shadow: 0px 1px 1px #e4ebe9;
}
.ca-item h4{
	font-family: "Georgia","Times New Roman",serif;
	font-style:italic;
	font-size:12px;
	text-align:left;
	border-left:10px solid #94A545;
	padding-left:10px;
	line-height:24px;
	margin:10px;
	position:relative;
}
.ca-item h4 span{
	text-indent:40px;
	display:block;
}
.ca-item h4  span.ca-quote{
	color:#ffbd71;
	font-size:80px;
	position:absolute;
	top:20px;
	left:0px;
	text-indent:0px;
}
.ca-content-wrapper{
	background:#000;
	position:absolute;
	width:0px; /* expands to width of the wrapper minus 1 element */
	height:440px;
	top:5px;
	text-align:left;
	z-index:10000;
	overflow:hidden;
}
.ca-content{
	width:660px;
	overflow:hidden;
}
.ca-content-text{
	font-size: 14px;
	font-style: italic;
	font-family: "Georgia","Times New Roman",serif;
	margin:10px 20px;
	padding:10px 20px;
	line-height:24px;
}
.ca-content-text p{
	padding-bottom:5px;
}
.ca-content h6{
	margin:25px 20px 0px 35px;
	font-size:32px;
	padding-bottom:5px;
	font-family: 'Coustard', sans-serif;
	color:#ffbd71;
	border-bottom:2px solid #ffbd71;
}
.ca-content ul{
	margin:20px 35px;
	height:30px;
}
.ca-content ul li{
	float:left;
	margin:0px 2px;
}
.ca-content ul li a{
	color:#fff;
	background:#000;
	padding:3px 6px;
	font-size:14px;
	font-family: "Georgia","Times New Roman",serif;
	font-style:italic;
}
.ca-content ul li a:hover{
	background:#fff;
	color:#000;
	text-shadow:none;
}
.ca-nav span{
	width:25px;
	height:38px;
	background:transparent url(../imgs/arrows.png) no-repeat top left;
	position:absolute;
	top:50%;
	margin-top:-19px;
	left:-40px;
	text-indent:-9000px;
	opacity:0.7;
	cursor:pointer;
	z-index:100;
}
.ca-nav span.ca-nav-next{
	background-position:top right;
	left:auto;
	right:-40px;
}
.ca-nav span:hover{
	opacity:1.0;
}

