img,
iframe {
  max-width: 100%;
}

.payment-errors {
  font-weight: 400;
  padding: 0px 15px;
}

.bempowered-box img {
  border: 2px solid #333;
  height: 310px;
  margin-bottom: 20px;
  width: 80%;
}

.navbar-default .navbar-toggle .icon-bar {
  background: #fff;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a {
  padding: 10px 30px;
}

.meshim_widget_components_chatButton_Button.ltr.desktop.button {
	display: none !important;
}

.boxed {
	background: #333;
}

b {
font-weight: 400;
font-size: 13px;
}

a {
	color:#428bca;
}
a:hover, a:focus {
	color:#FFD503;
	text-decoration: none;
}
p {
	line-height: 25px;
}

.form-control {
	box-shadow: 2px 2px 2px #333;
}

@media (min-width: 150px) and (max-width: 767px){
	.modal-dialog {
		width: 85%;
	}

  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    background: #232A31;
    padding: 0 40px;
  }

  .navbar .nav {
    padding: 10px 0 30px;
  }
}

@media (min-width: 630px) and (max-width: 758px) {

	.bempowered-box {
		max-height: 400px;		margin-bottom: 40px;

	}
	.bempowered-box img {
		width: 40%;

	}
}

@media (min-width: 992px) and (max-width: 1199px) {

	.bempowered-box {
		max-height: 250px;
	}
	.bempowered-box img {
		height: 300px;
		width: 100%
	}
}

@media (min-width: 767px) and (max-width: 991px) {
  .navbar-brand img {
    max-height: 50px !important;
    margin-top: 10px;
  }
  .bempowered-box {
    min-height: 250px !important;
  }
  .bempowered-box img {
    height: 210px;
    width: 100%
  }
}

.navbar {
	background: rgba(0,0,0,0.5);
	padding: 0;
	position: absolute;
	width: 100%;
	margin-top: 0;
	top: 25px;
	z-index: 99;
	border: none;
}
.bg {
	background: transparent;
}
body {
	font-family: 'Roboto';
	font-weight: 400;
	color: #666;
}

#top-bar {
	color:#fff;
	z-index: 999;
	position: absolute;
	width: 100%;
	background: rgba(0,0,0,0.5);
}

#top-bar .right-text {
	font-size: 80%;
	padding: 15px 0;
	float: right;
}

.form-control {
	height: 30px;
	padding: 6px 12px;
	font-size: 13px;
}

ul.top-bar-nav {
margin: 0;
line-height: 100%;
}

ul.top-bar-nav li {
list-style: none;
position: relative;
display: inline-block;
border-left: 1px solid rgba(255, 255, 255, 0.2);
padding-left: 10px;
margin-left: 10px;
}

#top-bar .left-text {
opacity: 1;
font-size: 80%;
padding: 0px 0;
float: left;
}


.dropdown-menu {
	background: rgba(0,0,0,0.5);
}

.dropdown-menu>li>a {
	color: #fff;
	padding: 10px 25px;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {

}

.navbar-default + div {
margin-top: 0px;
}

.navbar .nav > li > a {
	color: #fff;
	text-shadow: none;
	margin-top: 7px;
}

.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
background: none;
color: #F5821F;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}

.paginate {
	background: #FFCA32;
	color: #111;
	font-weight: 500;
	padding: 5px 10px;
	float: left;
	margin-right: 5px;
}

.paginate:hover, .paginate:focus {
	background: #FFD503;
	text-decoration: none;
	color: #111;
}

a.paginate.active {
	background: #232A31;
	color: #fff;
}

.box {
}
.center {
	display: block;
	margin: 0 auto;
	width: 530px;
}

.navbar {
border-radius: 0px;
}

.navbar-collapse {
	padding: 0;
}


.navbar-brand img {
	max-height: 70px;
}

.navbar-brand {
	min-height: 80px;
	padding: 5px;

}
.features {
	margin: 0;
}
.features p {
padding-left: 0;
}

.footer {
	background: #232A31;
}

.footerlinks p {
	color: #fff;
	font-weight: 800;
}

.jumbotron {
	margin: 0px;
	width: 100%;
	height: 50%;
	background-size: cover;
}

.marged {
	margin: 50px 0;
}

.donate-box {
color: #333;
padding: 20px;
border-radius: 10px;
background: rgba(255,255,255,.8);
}

.donate-box h2 {
	margin: 0 0 10px 0;
	text-align: center;
}

.successful-box {
color: #333;
padding: 20px;
border-radius: 10px;
background: #F2F2F2;
}

.successful-box h2 {
	margin: 0 0 10px 0;
	text-align: center;
}



button.customButton, button.donate {
background: #fff;
border: 2px solid;
border-radius: 10px;
padding: 10px;
color: #FAB514;
}

button.customButton:hover, button.donate:hover {
background: #FAB514;
color: #fff;
}

.tm-data {
	text-align: center;
}

.card-details {
	height: 30px;
	width: 100%;
  padding: 0 5px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 2px 2px 2px #333;
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.month {
  width: 50px
}

.year {
  width: 70px;
}

.month, .year {
  display: inline-block;
}


.bempowered-title {
	font-size: 16px;
	font-weight: 300;
}

.bempowered-box {
	min-height: 400px;
}

.embed-container {

	position: relative;
	padding-bottom: 56.25%;
	height: 0; overflow:
	hidden;
	max-width: 100%;
	height: auto;
}

.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.checkbox-custom {
display:none;
}

input[type=checkbox] + label
{
	float: right;
background: #fff;
height: 25px;
width: 25px;
display:inline-block;
padding: 0 0 0 0px;
border: 2px solid #FAB514;
}
input[type=checkbox]:checked + label
{
	float: right;
background: url('/images/tick.png');
background-size: cover;
height: 25px;
width: 25px;
display:inline-block;
padding: 0 0 0 0px;
border: 2px solid #FAB514;
}

.tp-caption.medium_bg_asbestos {
	background: transparent;
	text-shadow: 1px 1px 17px #000;
	font-family: "Roboto";
	color: #fff;
	font-size: 35px;
	padding: 20px 25px;
}

.banner-text {

}

.jumbotron p {
	color: #fff;
	font-size: 31px;
	text-shadow: 1px 1px 17px #000;
	font-weight: 600;
	text-align: center;
	margin-top: 25%;
}

.list-container-left {
	background: rgba(255,255,255,0.8);
	padding: 10px;
	border-radius: 10px 0 0 10px;
}

.list-container-right {
	background: rgba(255,255,255,0.8);
	padding: 10px;
	border-radius: 0 10px 10px 0;
}

.list-single {
	margin: 20px 0;
	padding: 20px 10px;
	box-shadow: 0 0 1px #333;
}


#map_wrapper {
    height: 400px;
}

#map_canvas {
    width: 100%;
    height: 100%;
}
.top-bar {
    height: 25px;
    background: #000;
  }

  .top-ul {
    float: right;
    margin: 0px 0;
  }

  .top-ul li {
    float: left;
    margin-left: 15px;
  }

  .top-ul li a {
    padding: 5px;
    color: #fff;
    font-size: 12px;
  }

  .top-ul li a:hover {
    text-decoration: none;
    color: #999;
  }

  .goog-te-banner-frame {
  	display: none;
  }

  #mc_embed_signup {
  	background: transparent;
  }

  #mc_embed_signup #mce-success-response {
  	color: #114C98;
  }

  .tp-rightarrow.default {
	z-index: 100;
	cursor: pointer;
	position: relative;
	background: url('/examples&source/rs-plugin/assets/large_right.png') no-Repeat 0 0;
	width: 40px;
	height: 40px;
	}

	.testimonial-box {
		background: rgba(255,255,255,.8);
		padding: 10px;
		border-radius: 10px;
		margin-bottom: 30px;
	}

	blockquote {
padding: 10px 20px;
margin: 0 0 20px;
font-size: 17.5px;
border-left: 0px solid #114C98;
}

.testimonial_p {
width: 100%;
margin-bottom: 30px;
}

img.alignleft {
margin: 0 20px 10px;
}

.form-pad {
	padding:10px;
}

.gallery img {
	width: 100%;
	height: 50%;
}

.sidebar > ul > li {
	padding: 0;
}


.example-image-link {
    display: inline-block;
    padding: 4px;
    margin: 0 0.5rem 1rem 0.5rem;
    background-color: #fff;
    line-height: 0;
    -webkit-transition: background-color 0.1s ease-out;
    -moz-transition: background-color 0.1s ease-out;
    -o-transition: background-color 0.1s ease-out;
    transition: background-color 0.1s ease-out;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px
}
.example-image-link:hover {
    background-color: #4ae
}
.example-image {
    width: 140px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px
}

.successful-image {
	max-width: 100%;
}

.footerlinks ul li {
	font-size: 13px;
}

.button {
	padding: 20px 0;
	border: 2px solid #FFF;
}
.button:hover {
	border: 2px solid #FFCA32;
}

.alert p {
	text-align: center;
}

.foot-social {
	float: left;
}

.foot-note {
	float: right;
	font-size: 12px;
}

.bullet > ul > li {
	margin: 10px;
}

.footerlinks ul li a {
	font-size: 12px;
}

.foot-images {
	border: 2px solid #fff;
	border-radius: 100%;
	width: 34px;
}

.list-inline {
	margin-top: 10px;
}
.list-inline>li>a {
	color: #fff;
}

.sidebar > ul > li > a{
	padding: 10px 20px;
	text-align: center;
	color: #666;
	font-weight: 500;
}

.sidebar > ul > li > a:hover {
	background: #FFCA32;
	color: #fff;
	text-decoration: none;
}

.service-box {
	border: 1px solid #FFD503;
}

.service-box li {
text-align: center;
padding: 3px;
color: #333;
font-weight: 400;
font-size: 12px;
text-transform: capitalize;
}

.service-box li:hover {
	background: #FFD503;
	text-decoration: none;
}


.embed-container {
	position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; height: auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute; top: 0; left: 0; width: 100%; height: 100%;
}


@media (max-width: 400px) {
	.navbar-brand img {
	  height: 65%;
	  margin-top: 10px;
	}

	.social-icons {
		display: none;
	}
}

@media (max-width: 767px) {
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
	  color: #fff;
	}

	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
	  color: #fff;
	}

	.card-details {
		margin-bottom: 15px;
	}
}
