@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Palanquin:300,400,600,700);
@import url(https://fonts.googleapis.com/css?family=Montserrat:800);
@import url(https://fonts.googleapis.com/css?family=Roboto:700);


html {
	font-size: 16px;
}
body {
	font-family: 'Palanquin', -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	font-weight: 400 !default;
	color: #000;
}
.wrapper {
    padding: 2rem 0;
    min-height: 350px;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: 700;
    color: #000;
}

h1 {
	font-size: 2.5rem;
}
h2 {
	font-size: 1.75rem;
}
/*p {
	margin:0;
}*/
.theme-color, i, a {
	color: #FF3333;
}
a:hover, a:hover i {
	color: #aa3333;
}

/********************************** Buttons *********************/
.btn {
	border-radius: 0 !important;
}
.btn3d {
	position: relative;
    box-shadow:
        inset 0 0 2px 0 rgba(255,255,255,.4),
        inset 0 0 3px 0 rgba(0,0,0,.4),
        inset 0 0 3px 5px rgba(0,0,0,.05),
        2px 2px 4px 0 rgba(0,0,0,.25);
    padding: .7rem 1rem;
    border: none;
    transition: all 0.3s;
    background-color: rgba(255,51,51, 1);
    color: #fff;
    font-weight: 700;
    font-family: 'Roboto', -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: 1rem;
}

.btn3d::before, .btn3d::after {
    content: '';
    display: block;
    position: absolute;
    left: 2px;
    right: 2px;
    height: 3px;
    transition: all 0.3s;
}
.btn3d::before {
    top: 0;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    background: rgba(255,255,255,.6);
    box-shadow: 0 1px 2px 0 rgba(255,255,255,.6);
}
.btn3d::after {
    bottom: 0;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    background: rgba(0,0,0,.15);
    box-shadow: 0 -1px 2px 0 rgba(0,0,0,.15);
}

.btn3d:hover {
	box-shadow:
        inset 0 0 2px 0 rgba(0,0,0,.4),
        inset 0 0 3px 0 rgba(255,255,255,.4),
        inset 0 0 3px 5px rgba(255,255,255,.05),
        2px 2px 4px 0 rgba(255,255,255,.25);
    background-color: rgba(255,51,51, 1);
}
.btn3d:hover::before {
    background: rgba(0,0,0,.15);
    box-shadow: 0 -1px 2px 0 rgba(0,0,0,.15);
}
.btn3d:hover::after {
    background: rgba(255,255,255,.6);
    box-shadow: 0 1px 2px 0 rgba(255,255,255,.6);
}


/************************* WPCF7 **********************/

.wpcf7 {
	margin: 0 !important;
}
.wpcf7 input[type=text], .wpcf7 input[type=email], .wpcf7 input[type=number], .wpcf7 textarea {
	border-radius: 0 !important;
	border: none !important;
}
.wpcf7 input[type=submit] {
	border-radius: 0 !important;
	border-color: #ff3333 !important;
	color: #ff3333;
	-moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background: #fff;
    font-weight: 700;
    font-family: 'Roboto', -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: 1rem;
}
.wpcf7 input[type=submit]:hover, .wpcf7 input[type=submit]:active {
    color: #fff;
    background-color: #ff3333;
    border-color: #fff;
}
.wpcf7 input[type=submit]:focus {
    box-shadow: 0 0 0 2px rgba(170,51,51,.5);
}

/****************** Give Donation **********************/

.give-btn {
    background: #fff;
    border: 1px solid #ff3333;
    color: #ff3333;
    padding: 8px 10px;
    cursor: pointer;
    line-height: 1;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    width: 100%;
    font-weight: 700;
    font-family: 'Roboto', -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: 1rem;
}

.give-btn:hover, .give-btn:active {
    color: #fff;
    background-color: #ff3333;
    border-color: #fff;
}
.give-btn:focus {
    box-shadow: 0 0 0 2px rgba(170,51,51,.5);
}

.give-form-wrap {
	max-width: 600px;
}

form[id*="give-form"] {
	margin: 0;
}

form[id*="give-form"] input, form[id*="give-form"] textarea, form[id*="give-form"] .give-currency-position-after {
	border-radius: 0 !important;
	border: none !important;
}

form[id*="give-form"] #give-donation-level-radio-list > li input[type="radio"] {
    vertical-align: middle;
}


#give-donation-level-radio-list > li label {
    margin: .3rem !important;
}
#give-donation-level-radio-list > li label .pricelabel {
	margin-right: 0.8rem;
    width: 3.75rem;
    float: left;
    text-align: right;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.1;
}



blockquote, .blockquote {
    border-color: #FF3333;
}

.shariff {
	margin-top: 3rem;
}

#mainnav {
	min-height: 40px;
	/*-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.68);
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.68);
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.68);*/
	background-color: rgba(255,255,255,0);
	-moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
	transition: all.3s;	
	padding-top: 2rem;
	padding-bottom: 0;
	padding-left: 0;
}
#mainnav .navbar-brand > img {
	max-height: 120px;
	width: auto;
}


#mainnav.scrolled {	
	-moz-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.68);
	-webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.68);
	box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.68);
    background-color: rgba(255,255,255,1);
    -webkit-backface-visibility: hidden;

    padding-top: 0;
}

#mainnav .navbar-nav > li > a {
    color: #000;
    font-size: 1.1rem;
    font-weight: 600;
    position: relative;
    white-space: nowrap;
 }
#mainnav .navbar-nav > li > a::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 35%;
  right: 0;
  background: #ff3333;
  top: 50%;
  transform: translate(0, -50%);
}
#mainnav .navbar-nav > li:last-child > a::after {
  display: none;
}
#mainnav .navbar-nav li > a:hover {
	background-color: transparent;
	color: #FF3333 !important;
}
#mainnav .navbar-nav li.active > a:hover {
	border-top: none;
}
#mainnav .navbar-nav li > a:focus {
	background-color: transparent;
}
#mainnav .navbar-nav .dropdown .dropdown-toggle:hover {
	background-color: transparent;
	color: #FF3333;
	border-top: 2px solid #FF3333;
	border-bottom: none;
}
#mainnav .navbar-nav li.active > a, #mainnav .navbar-nav li.active > a:hover, #mainnav .navbar-nav li.active > a:focus {
    background-color: transparent;
    color:#FF3333 !important;
}

#mainnav.navbar .navbar-nav .open .dropdown-menu > .active > a, #mainnav.navbar .navbar-nav .open .dropdown-menu > .active > a:hover, #mainnav.navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
	color: #FF3333 !important;
	background: #fbfbfb;
}


/*==========================================================*/
/* Preloader
/*==========================================================*/
#preloader, .ajax_loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
}
#preloader {
	background-color: #fff;
}
.loader {
    border: 16px solid #f3f3f3; 
    border-top: 16px solid #FF3333; 
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    position:fixed;    
    left:50%;
    top:50%;
    margin-left: -60px;
    margin-top:  -60px;
    z-index: 1100;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/*==========================================================*/
/* Entry-Header
/*==========================================================*/

.page_header {
    padding: 8rem 0 3rem;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.page_header h2 {
	color: #fff;
	 font-size: 3rem;
	/*text-shadow: 1px 1px 1px rgba(0,0,0, 0.8);*/
    line-height: 42px;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
}
.page_header small {
	display: block;
	margin: 10px 0 15px;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0, 0.8);
}


/*==========================================================*/
/* Footer
/*==========================================================*/
#wrapper-footer {
	background-color: #fff;
    border-top: 1px solid #ccc;
    padding: 3rem 0;
    position: relative;
    width: 100%;
    bottom: 0;
}

#wrapper-footer a {
	color: #000;
	font-weight: 600;
}

#wrapper-footer .footer-top {
    display: block;
    border-bottom: 2px solid rgba(0, 0, 0, 0.6);
    padding-bottom: 1rem;
}
#wrapper-footer .footer-top .link-list .link-item {
    padding: 0.5rem;
    
}
#wrapper-footer .footer-bottom {
    padding-top: 1rem;
}
#wrapper-footer .footer-bottom > h4{
    margin-bottom: 1rem;
}
#wrapper-footer .footer-bottom .social-icons {
	font-size: 1.2rem;
}
#wrapper-footer .footer-bottom .social-icons a {
	border-color: #000;
}
#wrapper-footer .copyright {
    color: #000;
    font-weight: 600;
}


/*==========================================================*/
/* TO-TOP-BUTTON
/*==========================================================*/
#to-top-button, #to-down-button {
    z-index: 2;
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    overflow: hidden;
    opacity: .7;
    background-color: #b7cf10;
    background-color: rgba(102,0,153, 0.75);
    filter: alpha(opacity=60);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
    text-align: center;
    line-height: 40px;
    font-size: 25px;
    display: none;
    border: 2px solid rgba(255, 255, 255, 0.8);
}
#to-top-button:hover, #to-down-button:hover {
	background-color: #ffa200;
    background-color: rgba(102,0,153, 0.95);
    filter: alpha(opacity=95);
}

#to-top-button i {
    line-height: 36px;
    display: block;
    color: white;
}
#to-top-button:hover i {
	color: #fff;
}
#to-top-button:hover i {
	color: #fff;
}
#to-down-button i{
    color: white;
    font-size: 50px;
}
#to-down-button {
    bottom: 10px;
    display: block;
    height: 50px;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    z-index: 100;
}
/*==========================================================*/
/* TO-DOWN-BUTTON
/*==========================================================*/

/*#to-down-button {
    position: fixed;
    bottom: 10px;
    display: block;
    left: 50%;
    margin-left: -40px;
    z-index: 100;
    cursor: pointer;
    width: 80px;
    height: 40px;
}
*/
.pa-chevron-down {
	position: relative;
	text-align: center;
	height: 5px;
	width: 80px;
	display: block;
	top: 20px;
	-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		 -ms-transform: rotate(180deg);
		  -o-transform: rotate(180deg);
			 transform: rotate(180deg);
}

.pa-chevron-down:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 50%;
	background: #fff;
	-webkit-transform: skew(0deg, 140deg);
	-moz-transform: skew(0deg, 140deg);
	-ms-transform: skew(0deg, 140deg);
	-o-transform: skew(0deg, 140deg);
	transform: skew(0deg, 140deg);
}
.pa-chevron-down:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 50%;
	background: #fff;
	-webkit-transform: skew(0deg, -140deg);
	-moz-transform: skew(0deg, -140deg);
	-ms-transform: skew(0deg, -140deg);
	-o-transform: skew(0deg, -140deg);
	transform: skew(0deg, -140deg);
}
/*==========================================================*/
/* CHEVRON
/*==========================================================*/
.pa-chevron {
	position: relative;
	text-align: center;
	height: 8px;
	width: 50px;
	-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		 -ms-transform: rotate(90deg);
		  -o-transform: rotate(90deg);
			 transform: rotate(90deg);
}
.pa-chevron-left:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 51%;
	background: #FF3333;
	-webkit-transform: skew(0deg, 40deg);
	-moz-transform: skew(0deg, 40deg);
	-ms-transform: skew(0deg, 40deg);
	-o-transform: skew(0deg, 40deg);
	transform: skew(0deg, 40deg);
}
.pa-chevron-left:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 51%;
	background: #FF3333;
	-webkit-transform: skew(0deg, -40deg);
	-moz-transform: skew(0deg, -40deg);
	-ms-transform: skew(0deg, -40deg);
	-o-transform: skew(0deg, -40deg);
	transform: skew(0deg, -40deg);
}
.pa-chevron-right:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 51%;
	background: #FF3333;
	-webkit-transform: skew(0deg, -40deg);
	-moz-transform: skew(0deg, -40deg);
	-ms-transform: skew(0deg, -40deg);
	-o-transform: skew(0deg, -40deg);
	transform: skew(0deg, -40deg);
}
.pa-chevron-right:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 51%;
	background: #FF3333;
	-webkit-transform: skew(0deg, 40deg);
	-moz-transform: skew(0deg, 40deg);
	-ms-transform: skew(0deg, 40deg);
	-o-transform: skew(0deg, 40deg);
	transform: skew(0deg, 40deg);
}

/*--------------------------------------------------------------------------------------------------------- */
/* Social Icons*/
/*--------------------------------------------------------------------------------------------------------- */

.social-icons {
	display: block;
	font-size: 1rem;
}
.social-icons a {
	width: 2em;
	height: 2em;
	line-height: 2em;
	font-size: 1em;
	margin-left: 0.25em;
	display: inline-block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	-moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
	transition: all 0.3s;
	vertical-align: middle;
	text-align: center;
	border: 1px solid #fff;
	text-decoration:none;
	color: #fff;
}
	
.social-icons a:first-child {
	margin:0;
}


.social-icons a.icon1-class:hover {
	background-color: rgba(59, 89, 152, 1);
}
.social-icons a.icon2-class:hover {
	background-color:#cc181e;
}
.social-icons a.icon3-class:hover {
	background-color:#4975b6;
}
.social-icons a.icon4-class:hover {
	background-color:#016e51;
}

/* OWL GENERAL ****************/
.owl-single-carousel .owl-nav {
    width: 100%;
    background:none;
    color:#817863;
    opacity: 0.5;
    transition:0.5s all;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 100%;
    z-index:9999;
}
html.touchevents .owl-single-carousel .owl-nav {
	display:none;
}
.owl-single-carousel:hover .owl-nav {
	visibility:visible;
	opacity:1;
	text-shadow:0 0 3px rgba(255,255,255,1.0);
}
.owl-single-carousel:hover .disabled {
	visibility: none;
	opacity: 0.5;
	text-shadow: none;
}
.owl-single-carousel .owl-prev {
    float: left;
    left: 15px;
    position: absolute;
}
.owl-single-carousel .owl-next {
    float: right;
    right: 15px;
    position: absolute;
}
.owl-carousel-person .owl-nav {
	top: 100%;
	margin-top: 0;
}
.owl-carousel-person .owl-nav .pa-chevron {
    width: 30px;
}
.owl-carousel-person .owl-dots {
	position: absolute;
    top: 100%;
    width: 100%;
}
.owl-carousel-person .owl-item {
	margin-bottom: 2.4rem;
}
.owl-dots, .owl-nav {
    text-align: center;
}

.owl-dots .owl-dot {
    display: inline-block;
}
.owl-dot {
    -moz-user-select: none;
    cursor: pointer;
}
.owl-dots .owl-dot span {
    background: #d6d6d6 none repeat scroll 0 0;
    border-radius: 30px;
    display: block;
    height: 10px;
    margin: 5px 7px;
    transition: opacity 0.2s ease 0s;
    width: 10px;
}
.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
    background: #FF3333 none repeat scroll 0 0;
}


/**
 * GST Counter
 * 
 */
.gst-counter-wrapper {
	font-size: 1rem;
	width: 100%;
	height: 100%;
	background-color: transparent;
}
.gst-counter-title {
	background-color: #fff;
	display: inline-block;
	padding: 0 0.25rem;
	margin-left: 0.5em;
	position: relative;
	line-height: 1;
	vertical-align: middle;
	font-size: 1.5em;
	font-weight: 700;
}

.gst-counter-numbers-wrapper {
	margin-top: -0.5rem;
}

.gst-counter-numbers-item {
	background-color: #fff;
	margin-right: 2px;
	height: 0.9em;
	line-height: 1;
	font-size: 6em;
	font-weight: 800;
	font-family: 'Montserrat', -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	padding-left: 7px;
}
.gst-counter-button .btn {
	font-size: 1.3em;
}

/**
 * Modal Spendenaufruf / Quote
 * 
 */
#aufrufspenden-modal .modal-content, #quote-modal .modal-content {
	border-radius: 0;
	background-color: #ff3333;
}
#aufrufspenden-modal .modal-content button.close,
#quote-modal .modal-content button.close {
	position: absolute;
	right: 0.5rem;
	top: 0.5rem;
	color: #fff;
	font-size: 3rem;
	font-weight: 400;
	z-index: 1;
	float: none;
	opacity: 1;
}
#aufrufspenden-modal .modal-content button.close:hover,
#quote-modal .modal-content button.close:hover {
	opacity: 0.65;
}
#aufrufspenden-modal .modal-content h1 {
	color: #fff;
	text-decoration: underline;
}
#aufrufspenden-modal .modal-content h2 {
	color: #fff;
}
#aufrufspenden-modal .modal-body {
	padding: 0;
}
#aufrufspenden-modal .modal-body .btn.spenden {
	font-size: 1.3rem;
	background-color: #fff;
	color: #ff3333;
	margin-top: 2rem;
}

#quote-modal .modal-body {
	padding: 3rem 2rem;
	color: #fff;
}
#quote-modal .modal-body h3 {
	color: #fff;
}

#quote-modal .modal-body blockquote p::before {
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-feature-settings: normal;
    font-kerning: auto;
    font-size: inherit;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
    margin-right: 0.5rem;
}
#quote-modal .modal-body blockquote p::after {
    /*content: close-quote;*/
    font-weight: 600;
    font-size: 2rem;
}

/**
 * Modal Notification
 * 
 */
#notification .modal-content {
	border-radius: 0;
	background-color: #ff3333;
	/*background: rgba(0, 0, 0, 0.1) url("../img/bg-notifier.jpg") repeat scroll 0 0;*/
}

#notification .modal-content button.close {
	position: absolute;
	right: 0.5rem;
	top: 0.5rem;
	color: #fff;
	font-size: 3rem;
	font-weight: 400;
	z-index: 1;
	float: none;
	opacity: 1;
}

#notification .modal-content button.close:hover {
	opacity: 0.65;
}

#notification .modal-body {
	padding: 3rem 2rem;
	color: #fff;
}
#notification .modal-body h3 {
	color: #fff;
	margin-bottom: 0.5rem;
}
#notification .modal-body .btn3d {
	background-color: rgba(255,255,255,1);
	color: #ff3333
}

/*Action Button*/

#event-button {
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1000;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-right: none;
	box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.4);
	cursor: pointer;
}

#event-button .inner {
	text-align: center;
	padding: 0.75rem;
	background-color: rgba(255, 51, 51, 0.8);
	color: #fff;
}
#event-button .inner i {
	color: #fff;
	font-size: 2em;
}
#event-button:focus {
	box-shadow: none;
}
#event-button:hover .inner {
	background-color: rgba(255, 51, 51, 1);
}

/**
 * Pages
 * 
 */

/*FRONTPAGE*/

#front-page-wrapper.wrapper {
	padding-top: 0;
}
#front-page-wrapper #content {
	padding-top: 2rem;
}
.slider-wrapper {
	position: relative;
	min-height: 350px;
}
.owl-banner-carousel .overlay {
    /*background: rgba(0, 0, 0, 0.1) url("../images/overlays/08.png") repeat scroll 0 0;*/
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0);
}
.owl-banner-carousel .item {
	min-height: 350px;
	position: relative;
	background-position: center center;
    background-repeat: no-repeat;
     -o-background-size: cover;
    -moz-background-size: cover;	
    -webkit-background-size: cover;
    background-size: cover;
}
.owl-carousel .owl-item .owl-lazy {
    transition: none;
}

.owl-banner-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 50px;
    margin-top: 25px;
    transform: translateY(-50%);
    font-size:50px;
    background:none;
    color:#fff;

    opacity:0;
    transition:0.5s all;
}
.owl-banner-carousel:hover .owl-nav {
	visibility:visible;
	opacity:1;
	text-shadow:0 0 3px rgba(255,255,255,1.0);
}
.owl-banner-carousel .owl-prev {
    float: left;
    left: 15px;
    position: absolute;
}
.owl-banner-carousel .owl-next {
    float: right;
    right: 15px;
    position: absolute;
}

.owl-banner-carousel .content {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.owl-banner-carousel .content p {
	color: #fff;
    font-size: 1.5rem;
}

.owl-banner-carousel .content h1 {
    color: #fff;
	font-size: 3rem;
	text-transform: none;
}
.owl-banner-carousel .content img {
	width: auto;
}

.owl-banner-carousel .item-footer {
	position: absolute;
	bottom: 5px;
	left:0;
	width: 100%;
}
.owl-banner-carousel .item-footer h1 {
	color: #fff;
	font-size: 2.8rem;
}

.owl-banner-carousel .owl-dots {
    position: absolute;
    bottom: 5px;
    width: 100%;
}
.owl-banner-carousel .addon-image {
	position: absolute;
	right: 5rem;
	bottom: 4rem;
}
.owl-banner-carousel .addon-image img {
	width: auto;
	height: 11rem;
}

#front-page-wrapper .btn {
    font-size: 1.95rem;
}

/*************** ********************************************/

.boxed {
	margin: 2rem 0 4rem 0;
	/*background: #fff;*/
	/*box-shadow: 0 1px 2px 0 rgba(0,0,0,0.4);*/
	/*box-shadow: 10px 20px 50px rgba(0,0,0,0.4);*/
	/*padding: 30px 20px;*/
}
.boxed.noshadow {
	box-shadow:none;
}
.boxed > h1 {
	margin-bottom: 2.5rem;
	font-size: 2.3rem;
}

.gst-partner-inline-container {
	display: block;
	text-align: left;
}
.gst-partner-inline-container .item {
	display: inline-block;
	width: 120px;
	margin-right: 0.7rem;
	margin-bottom: 0.7rem;
	vertical-align: top;
	background-color: #fff;
	padding: 0.5rem;
}
.gst-partner-inline-container .item:last-child {
	margin-right: 0;
}
.gst-partner-inline-container .item img {
	width: 100%;
}
.gst-partner-inline-container .item .title, .gst-partner-inline-container .item .sub-title {
	color: #000;
	font-weight: 600;
}


.gst-partner .masonry-grid-sizer,
.gst-partner .masonry-item { 
	width: 15%;
}
.gst-partner .masonry-item {
	margin-bottom: 15px;
	background-color: #fff;
	padding: 0.5rem;
}
.gst-partner .masonry-item .title {
	font-size: 0.9rem;
	font-weight: 600;
}
.gst-partner .masonry-item .sub-title {
	font-size: 0.8rem;
	line-height: 1;
	height: 50px;
	overflow: hidden;
}
.gst-partner .masonry-item.modalcontent {
	cursor: pointer;
}

.gst-partner .masonry-item img {
	width: 100%;
}

.gst-partner .masonry-gutter-sizer { width: 2%; }

@media (max-width: 1199px) {
  /* 3 columns for larger screens */
  .gst-partner .masonry-grid-sizer, 
  .gst-partner .masonry-item { width: 23.5%; }
}

@media (max-width: 767px) {
  /* 2 columns for larger screens */
  .gst-partner .masonry-grid-sizer, 
  .gst-partner .masonry-item { width: 32%; }
}

@media (max-width: 410px) {
  /* 2 columns for larger screens */
  .gst-partner .masonry-grid-sizer, 
  .gst-partner .masonry-item { width: 49%; }
}



#wrapper-index {
	margin-top: 2rem;
}

.blog-boxes-grid-sizer,
.blog-boxes-grid-item { 
	width: 49%;
}
.blog-boxes-grid-item {
	margin-bottom: 15px;
}
.blog-boxes-gutter-sizer { width: 2%; }

@media (max-width: 767px){
  /* 2 columns for larger screens */
  .blog-boxes-grid-sizer, 
  .blog-boxes-grid-item { width: 100%; }
}

.blog-boxes-grid-item {
	/*box-shadow: 0 1px 2px 0 rgba(0,0,0,0.4);*/
	border: 1px solid rgba(0,0,0, .1);
	background: #fff;
	padding: 10px;
}
.blog-boxes-grid-item .entry-header {
	border-bottom: 1px solid #ccc;
	margin-bottom: 0.5rem;
}
.blog-boxes-grid-item .entry-title {
	font-size: 1.6rem;
}
.blog-boxes-grid-item .entry-meta {
	font-size: 0.8rem;
}
.blog-boxes-grid-item .entry-meta .byline {
	display: none;
}
.blog-boxes-grid-item img.wp-post-image {
	margin-bottom: 0.5rem;
}

.blog-boxes-grid-item .entry-footer .cat-links {
	display: none;
}
.blog-boxes-grid-item .entry-footer .tags-links {
	display: none;
}

nav.post-navigation {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 2rem 0;
	padding: 1.5rem 0;
	font-size: 1.3rem;
}
nav.post-navigation .nav-links {
	
}
nav.post-navigation .nav-next, nav.post-navigation .nav-previous {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	position: relative;
	padding: 0 1.5rem;
	width: 50%;
}

nav.post-navigation .nav-next {
	float: right;
	text-align: right;
}
nav.post-navigation .nav-previous {
	float:left;
}

nav.post-navigation .nav-previous i, nav.post-navigation .nav-next i {
	position:absolute;
	transform: translateY(-50%);
	top: 50%;
	/*border-radius: 50%;
	border: 1px solid #ccc;
	text-align: center;
	width: 1.1em;
	height: 1.1em;
	font-size: 1.1em; */
}
nav.post-navigation .nav-previous i {
	left: 0;
}
nav.post-navigation .nav-next i {
	right: 0;
}

.post-single-wrapper .entry-meta {
	font-size: 0.8rem;
	color: ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 1rem;
}
.post-single-wrapper .entry-meta .byline {
	display: none;
}
.post-single-wrapper > .shariff {
	border-top: 1px solid #ccc;
}

.security-msg-wrapper {
	padding: 1.6em;
	background-color: #fff;
	position: relative;
	display: table;
}
.security-msg-icon, .donation-form-wrapper .security-msg-text {
	display: table-cell;
	vertical-align: middle;
}
.security-msg-icon i {
	font-size: 4rem;
	vertical-align: middle;
}
.security-msg-text {
	padding-left: 2rem;
}


.contact-form-wrapper .social-icons {
	font-size: 1.5rem;
	width: 100%;
}
.contact-form-wrapper .social-icons a {
	color: #000;
	border-color: #000;
	margin-left: 1em;
}
.contact-form-wrapper .social-icons a:first-child {
	margin-left: 0;
}

/*Swipebox*/
.gallery-item img {
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.4);
	border: 1px solid #ccc;
}
.gallery-item img:hover {
	border-color: #FF3333;
}

/*Responsive Stuff*/
@media (max-width: 1199px) {
	.owl-banner-carousel .content p {
		font-size: 1.8rem;
	   }
	.owl-banner-carousel .content h1 {
		font-size: 3rem;
	}
}

@media (max-width: 1000px) {
	.owl-banner-carousel .content p {
		font-size: 1.7rem;
	}
}

@media (max-width: 991px) {
	html {
		font-size: 14px;
	}
	#mainnav .navbar-nav li > a {
		padding: 0.8rem 0.5rem;
	}
	#mainnav .navbar-nav li > a:hover {
		border-top: none;
	}
	#mainnav .navbar-nav li > a::after {
		display: none;
	}
	#mainnav .navbar-nav li.active > a, #mainnav .navbar-nav li.active > a:hover, #mainnav .navbar-nav li.active > a:focus {
		border-bottom: none;
		background-color: #f5f5f5;
	}
	
	#mainnav .navbar-toggler {
		border:none;
		background-color: transparent;
		height: auto;
		padding: 0;
		font-size: 30px;
		transition: top 0.3s;
		top: 50%;
		transform: translateY(-50%);
		margin-top: 1rem;
	}
	#mainnav .navbar-toggler .icon-open {
		display: none;
	}
	#mainnav.open-toggler .navbar-toggler {
		top: 0;
		transform: translateY(0);
	}
	
	#mainnav.open-toggler {
		background-color: rgba(255,255,255,1);
		box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.68);
	}
	
	#mainnav.scrolled .navbar-toggler {
		margin-top: 0;
	}
	#mainnav.open-toggler .navbar-toggler .icon-open {
		display: block;
	}
	#mainnav.open-toggler .navbar-toggler .icon-close {
		display: none;
	}
	#mainnav.open-toggler .navbar-toggler .label-text {
		display: none;
	}
	#mainnav .navbar-toggler:focus, #mainnav .navbar-toggler:hover {
		color: #FF3333;
		outline: none;
	}
	#mainnav .navbar-brand {
		margin-right: 5rem;
	}
	#mainnav .navbar-brand > img {
		max-height: 50px;
		width: auto;
	}
	
	#mainnav .collapse.show {
		overflow-y: auto;
		overflow-x: auto;
	}

	.owl-banner-carousel .content h1 {
		font-size: 2.8rem;
	}
	
}
@media (max-width: 850px) {
	.owl-banner-carousel .addon-image img {
		height: 8rem;
	}
}
@media (max-width: 767px) {
	html {
		font-size: 13px;
	}
	
	.comparsion-wrapper .arrow-col i.fa-arrows-v {
		display: block;
		font-size: 4.5rem;
	}
	.comparsion-wrapper .arrow-col i.fa-arrows-h {
		display: none;
	}
	.comparsion-wrapper [class*='col-'] {
		margin-bottom: 3rem;
	}
	.owl-banner-carousel .owl-nav {
		display: none;
	}
	.owl-banner-carousel .content p {
		font-size: 1.4rem;
	   }
	.owl-banner-carousel .content h1 {
		font-size: 2rem;
	}
	#notification .modal-body {
		padding: 3rem 0.5rem 1rem 0.5rem;
	}
	#event-button .inner {
		padding: 0.25rem;
	}
	#event-button .inner i {
		font-size: 1.2em;
	}
}

@media (max-width: 575px) {
	
	#mainnav .navbar-toggler .label-text {
		display: none;
	}
	#front-page-wrapper .site-main > h1  {
		font-size: 2rem;
	}
	.owl-banner-carousel .content p {
		font-size: 1.2rem;
	   }
	.owl-banner-carousel .content h1 {
		font-size: 2rem;
	}
	.owl-banner-carousel .gst-counter-wrapper {
		font-size: 0.8rem !important;
	}
	#give-donation-level-radio-list > li label .pricelabel {
		float: none;
	}
	form[id*="give-form"] #give-donation-level-radio-list > li label {
		display: inline;
	}
	form[id*="give-form"] #give-donation-level-radio-list > li {
		padding: 0.5rem 0;
	}
}

@media (max-width: 510px) {
	.page_header .gst-counter-wrapper {
		
		flex-direction: column !important;	
	}
	.page_header .gst-counter-button {
		align-self: flex-start !important;
		margin-left: 0 !important;
		margin-top: 1rem;	
	}
}

@media (max-width: 470px) {
	.owl-banner-carousel .content p {
		line-height: 1.15;
	}
}

@media (max-width: 450px) {
	html {
		font-size: 12px;
	}

	#rc-imageselect, .g-recaptcha {
		transform:scale(0.75);
		-webkit-transform:scale(0.75);
		transform-origin:0 0;
		-webkit-transform-origin:0 0;
	}
	
}
@media (max-width: 400px) {
	#front-page-wrapper .site-main > h1  {
		font-size: 1.8rem;
	}
	#front-page-wrapper .site-main > h3  {
		font-size: 1.5rem;
	}
}

