.viewbox-container{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.5);
	z-index: 700;
}
.viewbox-body{
	position: absolute;
	top: 50%;
	left: 50%;
	background: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
	overflow: auto;
}
.viewbox-header{
	margin: 10px;
}
.viewbox-content{
	margin: 10px;
	width: 300px;
	height: 300px;
}
.viewbox-footer{
	margin: 10px;
}
.viewbox-content .viewbox-image{
	width: 100%;
	height: 100%;
}

/* buttons */
.viewbox-button-default{
	cursor: pointer;
    height: 64px;
    width: 64px;
}
.viewbox-button-default > svg{
	width: 100%;
	height: 100%;
	background: inherit;
	fill: inherit;
	pointer-events: none;
	transform: translateX(0px);
}
.viewbox-button-default{
	fill: #999;
}
.viewbox-button-default:hover{
    fill: #fff;
}

.viewbox-button-close{
	position:absolute;
	top:10px;
	right: 10px;
	z-index:9;
}
.viewbox-button-full-screen{
	position:absolute;
	top:84px;
	right: 10px;
	z-index:9;
}
.viewbox-button-next,
.viewbox-button-prev{
	position:absolute;
	top: 50%;
	height: 128px;
    width: 128px;
	margin: -64px 0 0;
	z-index:9;
}
.viewbox-button-next{
	right: 10px;
}
.viewbox-button-prev{
	left: 10px;
}
@media (max-width: 480px) {
	.viewbox-button-close{
		top: 0;
		right: 0;
	}
	.viewbox-button-next,
	.viewbox-button-prev{
		height: 81px;
    	width: 81px;
		margin-top: -40px;
	}
	.viewbox-button-next{
		right:-15px;
	}
	.viewbox-button-prev{
		left:-15px;
	}
}

/* loader */
.viewbox-container .loader{
	widows: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	margin:-25px 0 0 -25px;
}
.viewbox-container .loader *{
	margin: 0;
	padding: 0;
}
.viewbox-container .loader .spinner{
	width: 50px;
	height: 50px;
	position: relative;
	margin: 0 auto;
}
.viewbox-container .loader .double-bounce1,
.viewbox-container .loader .double-bounce2{
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #999;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
	animation: sk-bounce 2.0s infinite ease-in-out;
}
.viewbox-container .loader .double-bounce2 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}
@-webkit-keyframes sk-bounce{
	0%, 100% { -webkit-transform: scale(0.0) }
	50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce{
	0%, 100% { 
		transform: scale(0.0);
		-webkit-transform: scale(0.0);
	} 50% { 
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
	}
}
.newsletter {
  background: #FFF;
  padding: 25px; }

.nice-table {
  width: 100%; }
  .nice-table tr {
    background: #FFF; }
    .nice-table tr:nth-of-type(2n) {
      background: #F6F6F6; }
    .nice-table tr:first-of-type td p {
      font-weight: bold; }
    .nice-table tr td {
      border: 1px solid #DDD;
      padding: 15px; }
      .nice-table tr td p {
        margin-bottom: 0; }

.team-member {
  height: 275px; }

@media (max-width: 768px) {
  .donate {
    display: none !important; } }

.contact-map .google_map {
  height: 300px;
  margin-bottom: 25px; }

.button.large.donate {
  width: 200px;
  line-height: 1.2em; }

.entry-title {
  color: #FFF !important; }

.recent-post {
  margin-bottom: 10px !important; }
  .recent-post:hover {
    background-color: #598DEA !important; }
    .recent-post:hover a h4 {
      color: #FFF; }
  .recent-post .post-holder > a {
    display: block; }

.pagination {
  font-size: 1.25em;
  font-weight: bold; }
  .pagination > span, .pagination > a {
    margin-right: 10px; }

.header-bottom nav.navigation > .menu > ul > li > a,
.header-bottom nav.navigation > .menu-primary-menu-container > ul > li > a,
.header-bottom nav.navigation > .menu > ul > li > .sub-menu li > a,
.header-bottom nav.navigation > .menu > ul > li > ul li > a,
.header-bottom nav.navigation > .menu-primary-menu-container > ul > li > .sub-menu li > a,
.header-bottom nav.navigation > .menu-primary-menu-container > ul > li > ul li > a {
  font-size: 0.85rem;
  font-weight: bold; }

.header-bottom nav.navigation > .menu > ul > li > a,
.header-bottom nav.navigation > .menu-primary-menu-container > ul > li > a {
  padding: 1.2rem 1.25rem; }

.thumbnail {
  margin: 0 5px 5px 0;
  display: inline-block;
  float: left; }

@media (min-width: 768px) {
  .print-button {
    position: fixed;
    bottom: 50px;
    right: 50px;
    text-align: center;
    background: #4a025c;
    color: #FFF;
    height: 200px;
    width: 200px;
    font-size: 1.8em;
    text-transform: uppercase;
    padding: 7px 20px 0 20px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    display: block;
    cursor: pointer;
    z-index: 100;
    border: 0; }
    .print-button:after {
      content: "Print this form"; }
    .print-button:hover {
      opacity: 0.9; }
    .print-button:active {
      opacity: 0.8; }
    .print-button:focus {
      outline: none; } }

.userform .right-title {
  font-weight: normal;
  font-style: italic;
  font-size: 0.9em;
  margin: 4px 0 0 0;
  opacity: 0.89; }

.userform .field {
  margin-bottom: 20px;
  clear: both; }
  .userform .field label {
    display: block; }
  .userform .field input {
    margin: 0;
    font-weight: 100; }
  .userform .field .left, .userform .field .right {
    float: none !important; }
  .userform .field .message {
    margin-top: 15px;
    font-weight: bold;
    text-align: center;
    text-transform: inherit; }
  .userform .field.requiredField label:after {
    content: " *"; }
  @media (min-width: 768px) {
    .userform .field.half {
      width: 48%;
      clear: none; }
    .userform .field.left {
      float: left !important;
      clear: left; }
    .userform .field.right {
      float: right !important; } }

.userform legend {
  font-weight: bold;
  font-size: 1.4em; }

.userform .userformsgroup {
  padding: 20px 30px;
  margin-bottom: 15px; }

.userform textarea.error {
  display: inline-block;
  padding: 1rem 1.125rem;
  color: #777777;
  width: 100%;
  outline: 0;
  border: 0;
  background-color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: normal;
  -webkit-transition: all 0.35s ease-in;
  -moz-transition: all 0.35s ease-in;
  -ms-transition: all 0.35s ease-in;
  transition: all 0.35s ease-in;
  -webkit-box-shadow: 0 1px 5px 1px #dddddd;
  -moz-box-shadow: 0 1px 5px 1px #dddddd;
  -ms-box-shadow: 0 1px 5px 1px #dddddd;
  box-shadow: 0 1px 5px 1px #dddddd;
  text-transform: none; }

.printing #header, .printing #footer, .printing .Actions, .printing .print-button, .printing #sidebar, .printing #banner-img, .printing input.file {
  display: none; }

.printing select {
  color: rgba(255, 255, 255, 0); }
