@charset "utf-8";
/* Main Css */
@font-face {
	font-family: 'Honey';
	src: url('../fonts/HoneyScriptLight.eot');
	src: local('☺'), url('../fonts/HoneyScriptLight.woff') format('woff'), url('../fonts/HoneyScriptLight.ttf') format('truetype'), url('../fonts/HoneyScriptLight.svg') format('svg');
	font-weight: Bold;
	font-style: normal;
}
@font-face {
	font-family: 'fontawesome';
	src:url('../fonts/fontawesome/fontawesome.eot?-e43dk9');
	src:url('../fonts/fontawesome/fontawesome.eot?#iefix-e43dk9') format('embedded-opentype'),
		url('../fonts/fontawesome/fontawesome.woff?-e43dk9') format('woff'),
		url('../fonts/fontawesome/fontawesome.ttf?-e43dk9') format('truetype'),
		url('../fonts/fontawesome/fontawesome.svg?-e43dk9#fontawesome') format('svg');
	font-weight: normal;
	font-style: normal;
} 

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.slideshow2 {
  list-style: none;
  z-index: 1;
}

.slideshow2 li span {
  position:fixed;
  top: 0px;
  left: 0px;
  color: transparent;
  background-size:cover; 
	min-height:100%;
	min-width:100%;
	height:100vh; 
	width:100vw;
	-webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
  background-repeat: none;
  opacity: 0;
  z-index: -9999;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: imageAnimation 24s linear infinite 0s;
  -moz-animation: imageAnimation 24s linear infinite 0s;
  animation: imageAnimation 24s linear infinite 0s;
}

.slideshow2 li h3 {
  position: absolute;
  text-align: center;
  z-index: 2;
  bottom: 150px;
  left: 0;
  right: 0;
  opacity: 0;
  font-size: 2em;
  font-family: 'roboto', sans-serif;
  text-transform: uppercase;
  color: #fff;
  -webkit-animation: titleAnimation 24s linear 1 0s;
  -moz-animation: titleAnimation 24s linear 1 0s;
  animation: titleAnimation 24s linear 1 0s;
}
@media only screen and (min-width: 768px) {

.slideshow2 li h3 {
  bottom: 30px;
  font-size: 2em;
}
}
@media only screen and (min-width: 1024px) {

.slideshow2 li h3 { font-size: 2em; }
}

.slideshow2 li:nth-child(1) span { background-image:url(../images/homeBG.jpg);

}

.slideshow2 li:nth-child(2) span {
 background-image:url(../images/homeBG2.jpg);
  -webkit-animation-delay: 6s;
  -moz-animation-delay: 6s;
  animation-delay: 6s;
}

.slideshow2 li:nth-child(3) span {
background-image:url(../images/homeBG3.jpg);
  -webkit-animation-delay: 12s;
  -moz-animation-delay: 12s;
  animation-delay: 12s;
}

.slideshow2 li:nth-child(4) span {
  background-image:url(../images/homeBG2.jpg);
  -webkit-animation-delay: 18s;
  -moz-animation-delay: 18s;
  animation-delay: 18s;
}
 @-webkit-keyframes 
imageAnimation {  0% {
 opacity: 0;
 -webkit-animation-timing-function: ease-in;
}
 12.5% {
 opacity: 1;
 -webkit-animation-timing-function: ease-out;
}
 25% {
 opacity: 1;
}
 37.5% {
 opacity: 0;
}
 100% {
 opacity: 0;
}
}
@-moz-keyframes 
imageAnimation {  0% {
 opacity: 0;
 -moz-animation-timing-function: ease-in;
}
 12.5% {
 opacity: 1;
 -moz-animation-timing-function: ease-out;
}
 25% {
 opacity: 1;
}
 37.5% {
 opacity: 0;
}
 100% {
 opacity: 0;
}
}
@keyframes 
imageAnimation {  0% {
 opacity: 0;
 -webkit-animation-timing-function: ease-in;
 -moz-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
 12.5% {
 opacity: 1;
 -webkit-animation-timing-function: ease-out;
 -moz-animation-timing-function: ease-out;
 animation-timing-function: ease-out;
}
 25% {
 opacity: 1;
}
 37.5% {
 opacity: 0;
}
 100% {
 opacity: 0;
}
}
@-webkit-keyframes 
titleAnimation {  0% {
 opacity: 0;
}
 12.5% {
 opacity: 1;
}
 25% {
 opacity: 1;
}
 37.5% {
 opacity: 0;
}
 100% {
 opacity: 0;
}
}
@-moz-keyframes 
titleAnimation {  0% {
 opacity: 0;
}
 12.5% {
 opacity: 1;
}
 25% {
 opacity: 1;
}
 37.5% {
 opacity: 0;
}
 100% {
 opacity: 0;
}
}
@keyframes 
titleAnimation {  0% {
 opacity: 0;
}
 12.5% {
 opacity: 1;
}
 25% {
 opacity: 1;
}
 37.5% {
 opacity: 0;
}
 100% {
 opacity: 0;
}
}

.no-cssanimations .slideshow2 li span { opacity: 1; }

/* Desktop Nav*/


#navi{
	position:relative;
}
/* Switch Between Navigation */
@media only screen and (min-width: 1001px) {
	.btnNav{
	float:right;
	display:block;
	padding-left:10px;
	padding-right:10px;
	height:60px;
}
.btnNavSm{
	float:right;
	display:block;
	padding-left:10px;
	padding-right:10px;
	height:40px;
}
	.current{
	  font-size: 16px;
  color:#999;

}
/* Hover Line*/
.navi {
  font-size: 16px;
  font-weight: normal;
    color:#78a4a4;

}
}


@media only screen and (max-width: 1000px) {
	.btnNav{
	float:right;
	display:block;
	padding-left:5px;
	padding-right:5px;
	height:60px;
}
.btnNavSm{
	float:right;
	display:block;
	padding-left:5px;
	padding-right:5px;
	height:40px;
}
	.current{
	  font-size: 13px;
  color:#999;

}
/* Hover Line*/
.navi {
  font-size: 13px;
  font-weight: normal;
    color:#78a4a4;

}
}
@media only screen and (max-width: 767px) {
.btnNav, .btnNavSm{
display: none;
}
.current{
	  font-size: 13px;
  color:#999;

}
}
.navi > a {
  text-decoration: none;
  color:#78a4a4;
  z-index: 10000;
 /* text-shadow: 1px 1px 4px #ac28f3; */
}
.navi > a:hover {
  text-decoration: none;
   color:#999;
  z-index: 10000;
  text-shadow: 1px 1px 2px #666;
 /* text-shadow: 1px 1px 4px #ac28f3; */
}


.navi > a:before {
  content: "";
  position: absolute;
  width:100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: #999;
  visibility: hidden;
  border-radius: 5px;
  transform: scaleX(0);
  transition: .25s linear;
    text-shadow: 0px 0px 0px #666;
}
.navi > a:hover:before,
.navi > a:focus:before {
  visibility: visible;
  transform: scaleX(1);
  
}
/*Button Container Navigation */
@media only screen and (min-width: 1001px) {

.btnContainer{
	width:1050px;
	margin-left:auto;
	margin-right:auto;
}
#lgLogo{
	background-image:url(../images/SC_logo.png); 
	width:550px; 
	height:270px;
	
}
}
@media only screen and (max-width: 1000px) {
.btnContainer{
	width:768px;
	margin-left:auto;
	margin-right:auto;
}
#lgLogo{
	background-image:url(../images/SC_logo.png); 
	width:550px; 
	height:270px;
	
}
}
@media only screen and (max-width: 767px) {
.btnContainer{
	width:300px;
	margin-left:auto;
	margin-right:auto;
}
#lgLogo{
	background-image:url(../images/SC_logo_sm.png); 
	width:350px; 
	height:172px;
	
}
/* Mobile Nav */
.desktopNav{
		display:none;
		visibility:hidden;
}

.topnav {
  overflow: hidden;
  position: relative;
  display:block;
}

.topnav #myLinks {
  display: none;
  background: rgba(87, 87, 87, 0.85);
  margin-top:-14px;
}

.topnav a {
  color: white;
  padding-left:10px;
  text-decoration: none;
  display: block;
}

.topnav a.navIcon {
  background: black;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 15px 16px;
}

.topnav a:hover {
  background-color:#000;
  color:#78a4a4;;
}

.activeNaV {
  background-color: #4CAF50;
  color: white;
}
}



@media screen and (min-device-width : 768px)  {
#Logo{
	float:left;
	background:url(../images/logo.png);
	background-size:cover;
	background-repeat:no-repeat;
	-webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
	
	
}
}
@media only screen and (max-width: 767px) {
#Logo{
	float:none;
	background:url(../images/logo.png);
	background-size:cover;
	background-repeat:no-repeat;
	-webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
	
	
}
.mobileLogo{
	float:left;
	width:300px;
	height:72px;
	background:url(../images/logo.png);
	background-repeat:no-repeat;
}
}

.LogoLg{
	width:150px;
	height:72px;
 -webkit-transition: transform 1s ease-in-out, margin 1s ease-in-out;
    -moz-transition: transform 1s ease-in-ou, margin 1s ease-in-out;
    transition: transform 1s ease-in-out, margin 1s ease-in-out;
	margin-top:10px;



}
.LogoSm{
	width:150px;
	height:72px;
	margin-top:-10px;
	background-repeat:no-repeat;
	  -webkit-transition: transform 1s ease-in-out, margin 1s ease-in-out;
    -moz-transition: transform 1s ease-in-out, margin 1s ease-in-out;
    transition: transform 1s ease-in-out, margin 1s ease-in-out;
           -moz-transform: scale(.65);
    -webkit-transform: scale(.65);
    -o-transform: scale(.65);
    -ms-transform: scale(.65);
    -webkit-transform: scale(.65);
    transform: scale(.65);
	
	
}
/* Switch Between Navigation */
@media screen and (min-device-width : 768px) {
			.displayNone{
	display:block;
	visibility:visible;
}
.displayMobile{
	display:none;
	visibility:hidden;
}

}

@media only screen and (max-width: 767px) {
.displayNone{
	display:none;
	visibility:hidden;
	
}
.displayMobile{
	display:block;
	visibility:visible;
}


}


/* Desktop Nav */
@media screen and (min-device-width : 768px) {       
header{
		position:absolute;
		width:100vw;
            text-align: center;
            font-size: 20px;
            line-height: 88px;
            height: 88px;
            background: rgba(87, 87, 87, 0.85);
			padding:0px;
            font-family: 'PT Sans', sans-serif;
			z-index:10000;
			margin-bottom:20px;
			 box-shadow: 0px 0px 10px black;
            
            // set animation
            -webkit-transition: all 1s ease;
            transition: all 1s ease;
        }
        
header.sticky {
            position: fixed;
            font-size: 18px;
            line-height: 48px;
            height: 48px; 
            width: 100vw;
			  background: rgba(87, 87, 87, 0.85);
            /* background: #e2837d; //DBBBB3 */
            text-align: center;
            padding-left: 0px;
			top:0px;
			z-index:10000;
        }
}
@media only screen and (max-width: 767px) {
header{
            position: fixed;
            font-size: 18px;
            line-height: 48px;
            height: 48px; 
            width: 100vw;
			  background: rgba(87, 87, 87, 0.85);
            /* background: #e2837d; //DBBBB3 */
            padding-left: 0px;
			top:0px;
			z-index:10000;
        }
	}
/* Social Media */
#socialmedia{
	position:fixed; 
	margin-top:15%; 
	margin-left:0px; 
	width:50px; 
	z-index:10000000;
	
}
#socialmediaBtn{
	padding-top:2px; 
	background-color:#FFF
}
#socialmediadivide{
	height:1px;  
	background-color:#78a4a4; 
	width:100%
}
#slideout {
    position: fixed;
    top: 125px;
    left: 0;
    width: 35px;
    padding: 12px 0;
    text-align: center;
    background: #78a4a4;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
	box-shadow: 0px 0px 10px black;
}
#slideout_inner {
    position: fixed;
    top: 100px;
    left: -50px;
    background: #6DAD53;
    width: 50px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    text-align: left;
    -webkit-border-radius: 0 0 5px 0;
    -moz-border-radius: 0 0 5px 0;
    border-radius: 0 0 5px 0;
}
#slideout_inner textarea {
    width: 50px;
    height: 100px;
    margin-bottom: 6px;
}
#slideout:hover {
    left: 50px;
}
#slideout:hover #slideout_inner {
    left: 0;
}
/* Down Arrouw */
.arrow {
	position:absolute;
	bottom:50px;
  box-sizing: border-box;
  height: 3vw;
  width: 3vw;
  border-style: solid;
  border-color:#000;
  border-width: 0px 2px 2px 0px;
  transform: rotate(45deg);
  transition: border-width 150ms ease-in-out;
  left:49%;
}

.arrow:hover {
  border-bottom-width: 4px;
  border-right-width: 4px;
  bottom:45px;
}

/* Section Container */

#pageContainer{
	width:100vw;
}
#MainContainer{
	width:100vw; 
	height:100vh;
}
#containerSection{
	width:100vw; 
	padding-top:10px; 
	padding-bottom:15px;
}
@media only screen and (min-width: 1001px) {
	#sectionContainer{
	width:1050px; 
	margin-left:auto; 
	margin-right:auto;
	padding-top:25px;
	padding-bottom:25px;
}


#pageContainerED{
	width:100vw;
	height:700px;
}

#divRt{
	float:left; 
	width:325px; 
	padding-left:25px;
}
#divLt{
	float:left;
	width:675px;
	padding-left:25px; 
	padding-bottom:15px;
}
#headerBoxLt{
	float:left; 
	width:525px;
	padding-top:0px;
}

#headerBoxRt{
	float:left;
	width:525px;
	height:501px;
	margin-top:185px;
	background-image:url(../images/modelImg.png)
}
#headerBoxRtMobile{
	display:none;
}


}
	@media only screen and (max-width: 1000px) {
#sectionContainer{
	width:768px; 
	margin-left:auto; 
	margin-right:auto;
	padding-top:25px;
	padding-bottom:25px;
}
#pageContainerED{
	width:100vw;
	height:562px;
}

#divRt{
	float:left; 
	width:225px; 
	padding-left:25px;
}
#divLt{
	float:left;
	width:493px;
	padding-left:25px; 
	padding-bottom:15px;
}
#divTable{
	float:left; width:30%; padding-left:3%;
	line-height:24px;
}
#headerBoxLt{
	float:left; 
	width:384px;
	padding-top:115px;
}

#headerBoxRt{
	float:left;
	width:384px;
	height:366px;
	margin-top:185px;
	background-image:url(../images/modelImg_sm.png);
}
#headerBoxRtMobile{
	display:none;
}

}
@media only screen and (max-width: 767px) {
#sectionContainer{
	width:350px; 
	margin-left:auto; 
	margin-right:auto;
	padding-top:25px;
	padding-bottom:25px;
}
#divRt{
	float:left; 
	width:350px; 
}
#divLt{
	float:left;
	width:350px;
	padding-bottom:15px;
}
#divTable{
	float:left; width:100%; padding-left:3%;
	line-height:24px;
}
#headerBoxLt{
	float:left; 
	width:350px;
	padding-top:70px;
}

#headerBoxRt{
	display:none;
	visibility:hidden;
}
#headerBoxRtMobile{
	float:left;
	width:350px;
	height:344px;
	background-image:url(../images/modelImg_mobile.png);
	display:block;
}

	}



/* Footer */
#footerBox1{
	float:left; 
	width:190px; 
	padding:5px;
}



@media only screen and (min-width: 1001px) {
#footerBox2{
	float:left; 
	width:290px; 
	padding:5px;
}
#footerBox3{
	float:left;
	width:530px;
	padding:10px;
}
}
	@media only screen and (max-width: 1000px) {
#footerBox2{
	float:left; 
	width:210px; 
	padding:5px;
}
#footerBox3{
	float:left;
	width:338px;
	padding:5px;
}
}
@media only screen and (max-width: 767px) {
#footerBox2{
	float:left; 
	width:210px; 
	padding:5px;
}
#footerBox3{
	float:left;
	width:338px;
	padding:5px;
}
}


.footer p { 
	font:normal 12px  Arial, Helvetica, sans-serif; 
	color:#fff; 
	margin:0; 
	padding-left:10px; 
	padding-bottom:10px;
	}
.footer a {
	color:#FFF;
	text-decoration:underline;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	line-height:20px;
}
.footer img {margin:2px 5px; padding:0;}
.footer p.leftt { text-align:left; width:50%; margin:0; padding:10px 0; float:left;} 
.footer p.rightt { text-align:right; width:50%; margin:0; padding:10px 0; float:right;} 
.footer p.footerTitle{
	font-size:16px;
	font-weight:bold;
	font:Arial, Helvetica, sans-serif;
	color:#fff;
}
/* Home Page */
#homeBgImage{
	background-size:cover; 
	min-height:100%;
	min-width:100%;
	height:100vh; 
	width:100vw;
	-webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
	z-index:-1;
}
@media only screen and (min-width: 1001px) {

#headerSection{
	position:relative; 
	width:1050px; 
	margin-left:auto; 
	margin-right:auto;
}
#headerBox{
	position:relative; 
	width:1050px; 
	margin-left:auto; 
	margin-right:auto;
}
#headerCopy{
	position:absolute;
	left: 25%;
	padding-top:10%;
	width:550px;
}
#headerLogo{
	background-image:url(../images/SC_logo.png); 
	width:550px; 
	height:270px;
	background-repeat:no-repeat;
}
}
	@media only screen and (max-width: 1000px) {

#headerSection{
	position:relative; 
	width:768px; 
	margin-left:auto; 
	margin-right:auto;
}
#headerBox{
	position:relative; 
	width:768px; 
	margin-left:auto; 
	margin-right:auto;
}
#headerCopy{
	position:absolute;
		left: 25%;
	padding-top:10%;
	width:550px;
}
#headerLogo{
	background-image:url(../images/SC_logo.png); 
	width:550px; 
	height:270px;
	background-repeat:no-repeat;
}
}
@media only screen and (max-width: 767px) {
#headerSection{
	position:relative; 
	width:70vw; 
	margin-left:auto; 
	margin-right:auto;
}
#headerBox{
	position:relative; 
	width:350px; 
	margin-left:auto; 
	margin-right:auto;
	padding-bottom:10px;
	
}
#headerCopy{
	position:absolute;
		left: 25%;
	padding-top:10%;
	width:350px;
}
#headerLogo{
	background-image:url(../images/SC_logo.png); 
	width:550px; 
	height:270px;
	background-repeat:no-repeat;
}
}
#headerPages{
	text-align:center; 
	padding-left:20px; 
	padding-right:10px; 
	line-height:26px; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:20px; 
	color:#666;
}
/* Home Class Styles */
.headerCopyWht{
		font-family:Arial, Helvetica, sans-serif;
		color:#fff;
		font-size:14px;
		text-align:left;
		font-weight:bold;
}

@media only screen and (min-width: 1001px) {
.headerCopySubTitle{
		font-family:Arial, Helvetica, sans-serif;
		color:#78a4a4;
		font-size:18px;
		text-align:left;
		font-weight:bold;
}
.headerCopySubTitle2{
		font-family:Arial, Helvetica, sans-serif;
		color:#78a4a4;
		font-size:14px;
		text-align:left;
		font-weight:bold;
}
.honeyCopy{
		font-family: 'Honey';
		color:#78a4a4;
		font-size:36px;
		text-align:center;
}
.headerCopy{
		font-family:Arial, Helvetica, sans-serif;
		color:#a5a5a5;
		font-size:14px;
		text-align:left;
}
.headerCopyTitle{
		font-family:Arial, Helvetica, sans-serif;
		color:#78a4a4;
		font-size:26px;
		text-align:left;
		font-weight:bold;
		text-transform:uppercase;
}
}
@media only screen and (max-width: 1000px) {
.headerCopySubTitle{
		font-family:Arial, Helvetica, sans-serif;
		color:#78a4a4;
		font-size:16px;
		text-align:left;
		font-weight:bold;
}
.headerCopySubTitle2{
		font-family:Arial, Helvetica, sans-serif;
		color:#78a4a4;
		font-size:12px;
		text-align:left;
		font-weight:bold;
}
.honeyCopy{
		font-family: 'Honey';
		color:#78a4a4;
		font-size:36px;
		text-align:center;
}
.headerCopy{
		font-family:Arial, Helvetica, sans-serif;
		color:#a5a5a5;
		font-size:14px;
		text-align:left;
}
.headerCopyTitle{
		font-family:Arial, Helvetica, sans-serif;
		color:#78a4a4;
		font-size:26px;
		text-align:left;
		font-weight:bold;
		text-transform:uppercase;
}
}

.headerCopyTitleWht{
		font-family:Arial, Helvetica, sans-serif;
		color:#fff;
		font-size:26px;
		text-align:left;
		font-weight:bold;
		text-transform:uppercase;
}
.headerCopyTitleBlk{
		font-family:Arial, Helvetica, sans-serif;
		color:#000;
		font-size:26px;
		text-align:left;
		font-weight:bold;
		text-transform:uppercase;
}
/* */
.aboutSection{
	width:100vw; 
	background-color:#666;
}

@media only screen and (min-width: 1001px) {
#aboutCopy{
	float:left; 
	width:350px; 
	padding-left:25px; 
	padding-right:25px;
}
#newsSlide{
	float:left; 
	width:613px; 
	padding-left:25px; 
	position:relative; 
}
#divideWht{
	float:left; 
	width:2px; 
	height:530px;
	margin-top:15px; 
	margin-bottom:15px; 
	margin-left:5px; 
	margin-right:5px;
	background-color:#FFF;
	position:relative;
}
}
@media only screen and (max-width: 1000px) {
#aboutCopy{
	float:left; 
	width:300px; 
	padding-left:25px; 
	padding-right:25px;
}
#newsSlide{
	float:left; 
	width:381px; 
	padding-left:25px; 
	position:relative; 
}
#divideWht{
	float:left; 
	width:2px; 
	height:530px;
	margin-top:15px; 
	margin-bottom:15px; 
	margin-left:5px; 
	margin-right:5px;
	background-color:#FFF;
	position:relative;
}
}
@media only screen and (max-width: 767px) {
	.honeyCopy{
		font-family: 'Honey';
		color:#78a4a4;
		font-size:12px;
		text-align:center;
}
.headerCopy{
		font-family:Arial, Helvetica, sans-serif;
		color:#a5a5a5;
		font-size:10px;
		text-align:left;
}
.headerCopyTitle{
		font-family:Arial, Helvetica, sans-serif;
		color:#78a4a4;
		font-size:16px;
		text-align:left;
		font-weight:bold;
		text-transform:uppercase;
}
#aboutCopy{
	float:left; 
	width:300px; 
	padding-left:25px; 
	padding-right:25px;
}
#newsSlide{
	float:left; 
	width:325px; 
	padding-left:25px; 
	position:relative; 
}
#divideWht{
	display:none;
	visibility:hidden;
}
}

/* Donation */

@media only screen and (min-width: 1001px) {
#donationCopy{
	float:left; 
	width:675px; 
	padding-left:25px;
}
#donationInput{
	float:left; 
	width:350px; 
	padding-top:30px;
}
}
@media only screen and (max-width: 1000px) {
	#donationCopy{
	float:left; 
	width:393px; 
	padding-left:25px;
}
#donationInput{
	float:left; 
	width:335px; 
	padding-top:40px;
	padding-left:15px;
}
}
@media only screen and (max-width: 767px) {
#donationCopy{
	float:left; 
	width:350px; 
}
#donationInput{
	float:left; 
	width:335px; 
	padding-top:40px;
	padding-left:15px;
}
}

.donationInputField{
	float:left; 
	padding:15px;
}
.donationSubmit{
	float:left; 
	box-shadow: 0px 0px 2px black;
}
/* News Events */
@media only screen and (min-width: 1001px) {
#newsEvents{
	float:left; 
	width:300px; 
	padding-left:25px; 
	padding-right:25px;
}
}
@media only screen and (max-width: 1000px) {
#newsEvents{
	float:left; 
	width:250px; 
	padding-left:3px; 
	padding-right:3px;
}
}
@media only screen and (max-width: 767px) {
#newsEvents{
	float:left; 
	width:300px; 
	padding-left:3px; 
	padding-right:3px;
}
}
/*Progam Home Page */
@media only screen and (min-width: 1001px) {
#supportCopy{
		float:left; 
		width:500px; 
		padding:50px;
}
#supportCopyImg{
		float:left; 
		width:400px; 
		padding:25px;
}
.large{
	display:block;
}
.small{
	display:none;
}
}
@media only screen and (max-width: 1000px) {
#supportCopy{
		float:left; 
		width:318px; 
		padding-left:30px;
		padding-right:20px;
		
}
#supportCopyImg{
		float:left; 
		width:400px; 
		padding:25px;
}
.large{
	display:block;
}
.small{
	display:none;
}
}
@media only screen and (max-width: 767px) {
#supportCopy{
		float:left; 
		width:318px; 
		
}
#supportCopyImg{
		float:left; 
		width:350px;
		padding-top:20px;
		
}
.large{
	display:none;
}
.small{
	display:block;
}
}

.supportBtn{
		margin-left:auto;
		margin-right:auto; 
		width:120px; 
		height:50px; 
		margin-top:30px; 
		box-shadow: 0px 0px 2px black;
}


#programSection{
		background-image:url(../images/programBg.jpg); 
		width:100vw;
		 background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
}

/* Background Colors */
.grayBG{
	background-color:#575757;
}

/* Logo Section */
@media only screen and (min-width: 1001px) {
.titleGray{
		font-family:Arial, Helvetica, sans-serif;
		color:#575757;
		font-size:20px;
		text-align:center;
		font-weight:bold;
		text-transform:uppercase;
}
}
@media only screen and (max-width: 1000px) {
.titleGray{
		font-family:Arial, Helvetica, sans-serif;
		color:#575757;
		font-size:16px;
		text-align:center;
		font-weight:bold;
		text-transform:uppercase;
}
}




/* Service Page */
#serviceBgImage{
	background:url(../images/servicesBG.jpg) no-repeat top fixed; 
	background-size:cover; 
	min-width:100%; 
	width:100vw;
	-webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
	z-index:-1;
}


/* Services Class Styles */
@media only screen and (min-width: 1001px) {
.honeyCopyTitle{
		font-family: 'Honey';
		color:#78a4a4;
		font-size:100px;
		text-align:left;
			  text-shadow: 2px 0px 5px #666 ;
}
.headerCopyBlk{
		font-family:Arial, Helvetica, sans-serif;
		color:#000;
		font-size:14px;
		text-align:left;
		
}
	
}
@media only screen and (max-width: 1000px) {
.honeyCopyTitle{
		font-family: 'Honey';
		color:#78a4a4;
		font-size:76px;
		text-align:left;
			  text-shadow: 2px 0px 5px #666 ;
}
.headerCopyBlk{
		font-family:Arial, Helvetica, sans-serif;
		color:#000;
		font-size:12px;
		text-align:left;
		
}
}



/* About Page */

#aboutBgImage{
		background:url(../images/aboutBG.jpg) no-repeat top fixed; 
	background-size:cover; 
	height:100vh; 
	width:100vw;
	-webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
	z-index:-1;
}
/* About Clases */
@media only screen and (min-width: 1001px) {
#aboutBox{
	width:550px;
	padding-top:150px; 
	margin-left:auto; 
	margin-right:auto;
	padding-bottom:20px;
}
.aboutBoxBig { float:left; width:675px; padding-left:25px; padding-bottom:15px;}
.aboutBox { 
	width:325px; 
	float:left; 
	padding:0px 0px; 
	}

}
@media only screen and (max-width: 1000px) {
#aboutBox{
	width:550px;
	padding-top:150px; 
	margin-left:auto; 
	margin-right:auto;
	padding-bottom:20px;
}
.aboutBoxBig { 
	float:left;
	width:408px; 
	padding-left:25px; 

	}
	.aboutBoxBig { float:left; width:675px; padding-left:25px; padding-bottom:15px;}
.aboutBox { 
	width:325px; 
	float:left; 
	padding-left:5px;
	padding-right:5px;
	}	

}
@media only screen and (max-width: 767px) {
#aboutBox{
	width:350px;
	padding-top:150px; 
	margin-left:auto; 
	margin-right:auto;
	
}	
.aboutBoxBig { 
	float:left;
	width:330px; 
	padding-left:10px;
	padding-right:10px;

	}
.aboutBox { 
	width:330px; 
	float:left; 
	padding-left:10px;
	padding-right:10px;
	}
}


.aboutBox ul { 
	list-style:none; 
	margin:5px 5px; 
	padding:0; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFF;
	}
.aboutBox h3 { padding:0 0 0 10px;}

.aboutBoxBig li {
	list-style:none;
	margin:0;
	background:url(../images/ul_li.png) left no-repeat;
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 20px;
}
.aboutBox li {
	border-bottom:1px solid #d8d8d8;
	color:#fff;
	background:url(../images/sub_menu_ul_li.png) left no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 15px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#directorsBgImage{
		background:url(../images/directorsBG.jpg) no-repeat top fixed; 
	width:100vw;
		 background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
}
@media only screen and (min-width: 1001px) {
.directorBox { 
	width:320px; 
	float:left; 
	padding-left:15px;
	padding-right:15px;
	}
.directorBox ul { 
	list-style:none; 
	margin:5px 5px; 
	padding:0; 
	}
.directorBox li {
	border-bottom:1px solid #000;
	background:url(../images/sub_menu_ul_li_black.png) left no-repeat;
	line-height: 15px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
}
@media only screen and (max-width: 1000px) {
.directorBox { 
	width:236px; 
	float:left; 
	padding-left:10px;
	padding-right:10px;
	}
.directorBox ul { 
	list-style:none; 
	margin:5px 5px; 
	padding:0; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000;
	}
.directorBox li {
	border-bottom:1px solid #000;
	color:#000;
	background:url(../images/sub_menu_ul_li_black.png) left no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 15px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
}
@media only screen and (max-width: 1000px) {
.directorBox { 
	width:236px; 
	float:left; 
	padding-left:10px;
	padding-right:10px;
	}
.directorBox ul { 
	list-style:none; 
	margin:5px 5px; 
	padding:0; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000;
	}
.directorBox li {
	border-bottom:1px solid #000;
	color:#000;
	background:url(../images/sub_menu_ul_li_black.png) left no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 15px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
}


/* Executive Director Page */
#executiveBgImage{
		background:url(../images/directorPageBG.jpg) no-repeat top fixed; 
	background-size:cover; 
	height:100vh; 
	width:100vw;
	-webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
	z-index:-1;
}
@media only screen and (min-width: 1001px) {
.sm{
	display:none;
	visibility:hidden;
}
.lrg{
	display:block;
	visibility:visible;
}
.mobile{
	display:none;
	visibility:hidden;
}
}
@media only screen and (max-width: 1000px) {
	.sm{
	display:block;
}
.lrg{
	display:none;
	visibility:hidden;
}
.mobile{
	display:none;
	visibility:hidden;
}
}
@media only screen and (max-width: 767px) {
#pageContainerED{
		width:100vw;
	display:block;
	height:100%;
	
}
.sm{
	display:none;
	visibility:hidden;
}
.lrg{
	display:none;
	visibility:hidden;
}
.mobile{
	display:block;
	visibility:visible;
}

}
/* TBTN Page */
#tbtnBgImage{
	background:url(../images/tbtnBG.jpg) no-repeat center fixed; 
	background-size:cover; 
	min-width:100%;
	height:70vh;
	width:100vw;
	-webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
	z-index:-1;
}

/* clear floating Divs */
.clear{
	clear:both;
}

/* Class Styles */
   img {
        opacity: 1;
        filter: alpha(opacity=100);
    }
    
 a:hover img {
        opacity: .5;
        filter: alpha(opacity=50);
    }
	
@media only screen and (min-width: 1001px) {	
.boxCopy{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:18px; 
	color:#000000;
	text-align:left;
}
.paddingLtRt20{			
	padding-left:20px;
	padding-right:20px;
}
.copyDirector {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
.lineHeight{
	line-height:24px;
}
.lineHeight2{
	line-height:22px;
}
}
@media only screen and (max-width: 1000px) {
.boxCopy{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:16px; 
	color:#000000;
	text-align:left;
	font-weight:bold;
}
.paddingLtRt20{			
	padding-left:20px;
	padding-right:5px;
}
.copyDirector {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
.lineHeight{
	line-height:16px;
}
.lineHeight{
	line-height:14px;
}
}
@media only screen and (max-width: 767px) {
	.paddingLtRt20{			

}
.copyDirector {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	line-height:21px;
}
.centerMargin{
	margin-left:auto;
	margin-right:auto;
}
.lineHeight{
	line-height:16px;
}
}

.subTitleWht{
	text-align:center;
	color:#fff;
	 font-family: 'Myriad Pro';
	font-size:24px;

}
.floatLt{
	float:left
}


.italic{
	font-style:italic;
}
.bold{
	font-weight:bold;
}

.copyWht {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color:#FFF;
}
.copyWht a:link {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color:#FFF;
}
.copyWht a:visited {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color:#FFF;
}
.copyWht a:hover {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color:#FFF;
	text-decoration:none;
}
.copyWht a:active {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color:#FFF;
}

.copy {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

.copy a:link {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color:#000;
}
.copy a:visited {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color:#000;
}
.copy a:hover {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	text-decoration:none;
	color:#666;
}
.copy a:visited {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color:#000;
}


/* Circular Content Carousel Style */

@media only screen and (min-width: 1001px) {	
.ca-wrapper{
	width:100%;
	height:100%;
	position:relative;
}
.ca-container{
	position:relative;
	margin:25px auto 20px auto;
	width:560px;
	height:100%;
}

.ca-item{
	position:relative;
	float:left;
	width:280px;
	height:100%;
	text-align:center;
}
.ca-item-main{
	padding:2px;
	position:absolute;
	top:15px;
	left:5px;
	right:5px;
	bottom:5px;
		overflow:hidden;
}
.ca-content-wrapper{
	background:#b0ccc6;
	position:absolute;
	width:0px; /* expands to width of the wrapper minus 1 element */
	height:100%;
	top:5px;
	text-align:left;
	z-index:10000;
	overflow:hidden;
}
.ca-content{
	width:660px;
	overflow:hidden;
}
}
@media only screen and (max-width: 1000px) {
.ca-wrapper{
	width:100%;
	height:100%;
	position:relative;
}
.ca-container{
	position:relative;
	margin:0px auto 0px auto;
	width:340px;
	height:100%;
}
.ca-item{
	position:relative;
	float:left;
	width:180px;
	height:100%;
	text-align:center;
}
.ca-item-main{
	position:absolute;
	top:-15px;
	left:5px;
	right:5px;
	bottom:5px;
		overflow:hidden;
}
.ca-content-wrapper{
	background:#b0ccc6;
	position:absolute;
	width:0px; /* expands to width of the wrapper minus 1 element */
	height:100%;
	top:5px;
	text-align:left;
	z-index:10000;
	overflow:hidden;
}
.ca-content{
	width:660px;
	overflow:hidden;
}
}
@media only screen and (max-width: 767px) {
.ca-wrapper{
	width:250px;;
	height:100%;
	position:relative;
}
.ca-container{
	position:relative;
	margin:0px auto 0px auto;
	width:240px;
	height:100%;
}
.ca-item{
	position:relative;
	float:left;
	width:250px;
	height:100%;
	text-align:center;
}

.ca-item-main{
	position:absolute;
	top:-15px;
	left:5px;
	right:5px;
	bottom:5px;
		overflow:hidden;
}
.ca-content-wrapper{
	background:#b0ccc6;
	position:absolute;
	width:0px; /* expands to width of the wrapper minus 1 element */
	height:100%;
	top:0px;
	text-align:left;
	z-index:10000;
	overflow:hidden;
}
.ca-content{
	width:350px;
	overflow:hidden;
}
}

.ca-nav span{
	width:25px;
	height:38px;
	background:transparent url(../images/arrows.png) no-repeat top left;
	position:absolute;
	top:30%;
	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;
}

/* General Grid style */


.grid-gallery ul {
	list-style: none;
	margin: 0;
	padding: 0;
	
	
	
}

.grid-gallery figure {
	margin: 0;
}

.grid-gallery figure img {
	display: block;
	width: 100%;
}

.grid-gallery figcaption h3 {
	margin: 0;
	padding: 0 0 0.5em;
}

.grid-gallery figcaption p {
	margin: 0;
}

/* Grid style */
@media only screen and (max-width: 767px) {
	.grid-wrap {
	max-width: 69em;
	margin: 0 auto;
	padding: 0 1em 1em;
	column-count: 1;
  column-gap: 1em;
}
}
@media only screen and (min-width: 501px) {
.grid-wrap {
	max-width: 69em;
	margin: 0 auto;
	padding: 0 1em 1em;
	column-count: 2;
  column-gap: 1em;
}
}

.grid {
	margin: 0 auto;
	
}

.grid li {
	 display: inline-block;
  margin: 0 0 0;
  width: 100%;
  

	
}


.grid figure {
	padding: 15px;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
	
}
.news{
	display:none;
}


.grid figcaption {
	background:#CCC;
	padding: 25px;
}

/* Slideshow style */
.slideshow {
	position: fixed;
	background: rgba(0,0,0,0.6);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 500;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;
}

.slideshow-open .slideshow {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.slideshow ul {
	width: 100%;
	height: 100%;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translate3d(0,0,150px);
	transform: translate3d(0,0,150px);
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

.slideshow ul.animatable li {
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

.slideshow-open .slideshow ul {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.slideshow li {
	width: 660px;
	height: 560px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -280px 0 0 -330px;
	visibility: hidden;
}

.slideshow li.show {
	visibility: visible;
}

.slideshow li:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255,255,255,0.8);
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.slideshow li.current:after {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.3s, visibility 0s 0.3s;
	transition: opacity 0.3s, visibility 0s 0.3s;
}

.slideshow figure {
	width: 100%;
	height: 100%;
	background: #fff;
	border: 50px solid #fff;
	overflow: hidden;
}

.slideshow figcaption {
	padding-bottom: 20px;
}

.slideshow figcaption h3 {
	font-weight: 300;
	font-size: 200%;
}

/* Navigation */
.slideshow nav span {
	position: fixed;
	z-index: 1000;
	color: #59656c;
	text-align: center;
	padding: 3%;
	cursor: pointer;
	font-size: 2.2em;
}

.slideshow nav span.nav-prev,
.slideshow nav span.nav-next {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.slideshow nav span.nav-next {
	right: 0;
}

.slideshow nav span.nav-close {
	top: 80px;
	right: 0;
	padding: 0.5em 1em;
	color: #fff;
	z-index:1000000;
}

.icon:before,
.icon:after {
	font-family: 'fontawesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

span.nav-prev:before {
	content: "\e601";
}

span.nav-next:before  {
	content: "\e600";
}

span.nav-close:before {
	content: "\e602";
	z-index:1000000;
}

/* Info on arrow key navigation */
.info-keys {
	position: fixed;
	top: 10px;
	left: 10px;
	width: 60px;
	font-size: 8px;
	padding-top: 20px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 1px;
	text-align: center;
}

.info-keys:before,
.info-keys:after {
	position: absolute;
	top: 0;
	width: 16px;
	height: 16px;
	border: 1px solid #fff;
	text-align: center;
	line-height: 14px;
	font-size: 12px;
}

.info-keys:before {
	left: 10px;
	content: "\e603";
}

.info-keys:after {
	right: 10px;
	content: "\e604";
}

/* Example media queries (reduce number of columns and change slideshow layout) */

/* Email */
.demoInputBox{padding:10px; border:#F0F0F0 1px solid; border-radius:4px; font-family:Arial, Helvetica, sans-serif; color:#000; font-size:12px; width:80%;}
.error{background-color: #FF6600;border:#AA4502 1px solid;padding: 5px 10px;color: #FFFFFF;border-radius:4px;}
.success{background-color: #12CC1A;border:#0FA015 1px solid;padding: 5px 10px;color: #FFFFFF;border-radius:4px;}
.info{font-size:.8em;color: #FF6600;letter-spacing:2px;padding-left:5px;}
.btnAction{background-color:#CCC;border:0;padding:10px 40px;color:#000;border:#F0F0F0 1px solid; border-radius:4px; margin-top:15px;}
.btnSubmit{ margin-top:15px; text-align:right; padding-right:20%;}


/* Tabs */
#menu { padding: 0; }
#menu li { display: inline; }
#menu li a { background:#CCC; padding: 10px; margin-left:3px; float:left; border-right: 1px solid #ccf; border-bottom: none; text-decoration: none; color: #000; font-weight: bold; font-family:Arial, Helvetica, sans-serif;}
#menu li.active a { background:#666; color: #fff;}
#menu li a:hover{ background:#666; color: #fff; }
@media only screen and (min-width: 1001px) {
.content { float: left; clear: both; width: 1050px; }
}
@media only screen and (max-width: 1000px) {
.content { float: left; clear: both; width: 768px; }
}
@media only screen and (max-width: 767px) {
.content { float: left; clear: both; width: 300px; }
}

.clear{
		clear:both;
}

/* Modal */
@media only screen and (min-width: 1001px) {
#modalContainer{
	width:300px; height:300px; overflow:hidden;
}
}
@media only screen and (max-width: 1000px) {
#modalContainer{
	width:250px; 
	height:300px; 
	overflow:hidden;
}

}
@media only screen and (max-width: 767px) {
#modalContainer{
	width:300px; height:300px; overflow:hidden;
}
}
#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
    max-width: 100%;
  height: auto;

}

#myImg:hover {
  opacity: 0.7;
}

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 50px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
    z-index:100000000;
  /* Black w/ opacity */
}

.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 500px;
}

#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

.modal-content,
#caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {
    transform: scale(0)
  }
  to {
    transform: scale(1)
  }
}

.closed {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;

}

.closed:hover,
.closed:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;

}


/* Back to Top */
#toTop {
    position: fixed;
    bottom: 15px;
    right: 15px;
    display: none;
	background-image:url(../images/backtotop.jpg);
	width:50px;
	height:50px;
	z-index:100000000000;
}
#toTop:hover {
	background-image:url(../images/backtotop_hover.jpg);

}



