/* SAADA Styles */


/* Structure & Type */

* {
  	-webkit-overflow-scrolling: auto;
}

html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: "proxima-nova-alt", Arial, sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #595959;
	line-height: 22px;
}

#bodywrap {
	min-height: 100%;
	position: relative;
	overflow: hidden;
}

a.anchor {
    display: block;
    position: relative;
    top: -90px;
    visibility: hidden;
}

a { 
	color: #2f70b6;
}

a:hover,
a:focus {
	color:#89b3e1;
	text-decoration: none;
}

h1 { 
	font-family: "proxima-nova-alt", Arial, sans-serif;
	font-weight: 700;
	font-size: 24px;
	color: #4f8ed2;
	line-height:8px;
}

h2 { 
	font-family: "proxima-nova-alt", Arial, sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #595959;
	display: inline;
	margin: 0px;
	padding: 0px;
	line-height: 8px;
	margin-bottom:20px;
}

h3 {
	font-family: "proxima-nova-alt", Arial, sans-serif;
	font-weight: 700;
	font-size: 14px;
	color: #595959;
	display: inline;
	margin: 0px;
	padding: 0px;
}


input[type='text'],
input[type='number'],
textarea {
  color: black;
  font-size: 16px;
  min-height: 20px;
}

select {
	height: 30px;
	font-size: 16px;
}

#wrap {
    /*margin: 0 auto -50px;*/
    padding-top: 92px;
    padding-bottom: 65px;
}

#main {
	padding-top: 20px;
	padding-bottom: 0px;
}

#push {
	min-height: 50px;
}

.date {
	text-transform:uppercase;
	letter-spacing: 0.1em;
}

/* Navigation */

.nav > li > a:hover,
.nav > li > a:focus {
	text-decoration: none;
	color:#89b3e1;
	background-color: #ffffff;
}

.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #89b3e1;
  background-color: #ffffff;
}


/* Header */

.donatebar {
  background-color: #ffb036;
  color:#ffffff;
  padding:8px 0 10px 25px;
  height:22px;
  height: 22px;
  font-size:22px;
  font-weight:400;
}

#donatebar-padding
{
	height: 41px;
}

#saada-top-bar {
	background: #2f70b6;
	min-height: 38px;
	border-bottom: 1px solid #b5b5b5;
}

#saada-header-connect {
	padding-left: 0px;
	padding-top: 9px;
	padding-bottom: 6px;
	width:150px;
	color: white;
}

#saada-header-connect a {
	color: white;
}



.navbar {
	top: auto;		
}

.navbar-fixed-top .navbar-inner {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.navbar-inner {
	background: white;
	padding-bottom: 10px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.saada-logo-image {
	/*min-width: 340px;*/
	height: 58px;
	width: 58px;
	background-image: url('https://saada-online.s3.us-east-1.amazonaws.com/static/saadaWebsiteLogo.png');
	background-repeat: no-repeat;
	float:left; padding-right:15px;
}

.brand {
	white-space: nowrap;
}

.navbar .brand {
	padding: 16px 20px 10px;
}

#saada-logo h1 {
	font-family: "proxima-nova-alt", sans-serif;
	font-weight: 700;
	font-size: 30px;
	color: #387fcc;
	line-height:4px;
	padding-top:10px;
	letter-spacing: 3px;
	-letter-kern: -letter-pairs('DA': 1px);
}

#saada-logo h2 {
	font-family: "proxima-nova-alt", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #89b3e1;
	line-height: 1px;
}

#saada-main-menu {
	text-align: right;
	color: #89b3e1;
	margin-top: 42px;
	font-size: 16px;
	padding-right:0px;
}

#saada-main-menu-links li {
	margin-left: 12px;
	color: #89b3e1;
	padding:none;
}

#saada-main-menu-links .dropdown li {
	margin-left: 0px;
}

.navbar .nav > li > a {
	color: #2f70b6;
}


#saada-email {
	text-align: right;
	padding-top: 6px;
	padding-bottom: 6px;
}

/* Buttons */

.btn-donate {
  display: block;
  padding: 8px;
  margin-top:5px;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 28px;
  color: white;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #FF7732;
  border: 0px solid #cccccc;
  
	letter-spacing: .125em;
	font-weight: 500;
	
	   -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;



}

.btn-donate:hover {
	background-color: #ff850b;
}

.btn-firstdays{
  display: block;
  padding: 8px;
  margin-bottom: 0;
  margin-top: 10px;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #AAAAAA;
  background-image: none;
  border: 0px solid #89b3e1;
   -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.btn-firstdays:hover,
.btn-firstdays:focus,
.btn-firstdays:active {
	color: #ffffff;
	background-color:#C4C4C4;
}


.btn-browse {
  display: block;
  padding: 8px;
  margin-top:5px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #ffb036;
  border: 0px solid #cccccc;
   -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.btn-browse:hover {
	background-color: #ffa22b;
}

.btn-gray {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #828282;
  border: 1px solid #cccccc;
   -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.btn-gray:hover,
.btn-gray:focus,
.btn-gray:active {
	background-color:#aaaaaa;
}

.btn-blue {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #4285cf;
  background-image: none;
  border: 0px solid #89b3e1;
   -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active {
	background-color:#89b3e1;
}

.btn-primary {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #4285cf;
  background-image:none;
  border: 0px solid #89b3e1;
   -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
	background-color:#89b3e1;
}

#edit-preview {
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #828282;
  border: 0px solid #cccccc;
  text-shadow:none;
  background-image:none;
   -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

#edit-preview:hover,
#edit-preview:focus,
#edit-preview:active {
	background-color:#aaaaaa;
	background-image:none;
	color:#ffffff;
	border:none;
}

input,
button,
select,
textarea {
	font-family: "proxima-nova-alt", Arial, sans-serif; 
}

.input-small {
  margin-top:0px;
}

.radio {
padding-right:20px;
}

/* Sidebar */

#saada-sidebar-right {
	padding: 20px 10px 10px 25px;
	border-left: 1px solid #cccccc;
}

.faded {  
	opacity: 0.3;
	filter: alpha(opacity=30);
}

.donate-formobile {
	background: #FCB122;

}

.gsc-search-button-v2 {
	height: 32px;
	line-height: 32px;
}

input#gsc-i-id1.gsc-input {
	background: none !important;
}

input#gsc-i-id3.gsc-input {
	background: none !important;
}

/* Carousel */ 

.carousel-control {
  position: absolute;
  top: 10%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -15px;
  font-size: 60px;
  font-weight: 400;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: none;
  border: 0px solid #ffffff;
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px;
  opacity: 0.3;
  filter: alpha(opacity=30);
}

.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.carousel-caption {
  position: absolute;
  right: 0;
  bottom: 0px;
  left: 0;
  padding: 15px;
  background: #828282;
  background: rgba(0, 0, 0, 0.8);
  font-size:16px;

}

/* FRONTPAGE */


.fp-section-title {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .175em;
	line-height: 0px;
	color: #212121;
	font-weight: 600;
	margin-bottom: 12px;
}

.fp-projects-1 {
	margin-bottom: 20px;
}

.fp-projects-2 {
	margin-bottom: 20px;
}

.fp-project {
	border-top: 2px solid #515153;
	overflow: hidden;
	display: block;
}

.fp-project-title {
	padding: 5px 0px 3px 5px;
}

.fp-project-title-title {
	font-size: 17px;
	font-weight: 600;
	color: #212121;
}

.fp-project-title-subtitle {
	font-size: 15px;
	color: #212121;
	font-style: italic;
}

.fp-project-image {
	

}

.fp-project-image img {
	width: 100%;
}

/* Footer */

#footer {
	margin-top: 20px;
	height: 50px;
	padding-top: 15px;
	background: #2f70b6;
	color: white;
	font-size: 15px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

#footer a {
	color: white;
}
      
#mobile-email {
	background: #595959;
	min-height: 38px;
}

#saada-footer-connect {
	padding: 2px;
	padding-left: 20px;
}
  
.saada-footer-connect-facebook {
	background:transparent url('images/headerFacebookIcon.png') center top no-repeat;
	width: 30px;
	height: 30px;
	display:inline-block;
	padding-right: 7px;
}

.saada-footer-connect-twitter {
	background:transparent url('images/headerTwitterIcon.png') center top no-repeat;
	width: 30px;
	height: 30px;
	display:inline-block;
	padding-right: 7px;

}

.saada-footer-connect-email {
	background:transparent url('images/headerMailIcon.png') center top no-repeat;
	width: 30px;
	height: 30px;
	display:inline-block;
	padding-right: 7px;

}

.saada-footer-connect-facebook:hover {
   background-image: url('images/headerFacebookIconHover.png');
}

.saada-footer-connect-twitter:hover {
   background-image: url('images/headerTwitterIconHover.png');
}

.saada-footer-connect-email:hover {
   background-image: url('images/headerMailIconHover.png');
}


input[id="edit-keys-2"] {
    width: 150px;
}

/**** Modal ***/

#email-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}

#email-modal .underlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.5);
  cursor: pointer;
  -webkit-animation: fadein 0.5s;
  animation: fadein 0.5s;
}
#email-modal .modal {
  width: 600px;
  height: 400px;
  background: url('https://saada-online.s3.amazonaws.com/static/email/email-modal-background.jpg');
  background-size: cover;
  position: absolute;
  margin: auto;
  padding: 10px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation: popin 0.3s;
  animation: popin 0.3s;
}

#email-modal .e-title {
	text-align: center;
	color: black;
}

#email-modal .modal-body {
	text-align: center;
	padding-top: 50px;


}

#email-modal .modal-footer {
  position: absolute;
  padding: 0px;
  padding-top: 5px;
  bottom: 0px;
  text-align: center;
  margin: 0px;
  cursor: pointer;
  color: white;
  background: none;
  width: 600px;
}

/* Responsive Stuff */

@media (min-width: 980px) and (max-width: 1200px) {
	#main {
		padding-top: 65px;
	}
	#saada-sidebar-right {
		padding-top: 65px;
	}
}

@media (max-width: 979px) {


	#wrap { 
	    padding:10px;
	    padding-top: 0px;
	    padding-bottom: 180px;
	}
	
	#main {
		
		padding-top: 0px;	
	}
	
	#footer {
		height: 170px;
		margin-top: 0px;
		padding: 10px;
		background: #2f70b6;
		color: #ffffff;
		text-align: center;
	}
	
	.navbar {
		overflow-x: hidden;
	}
	
	.navbar .container {
		padding-right: 20px;
	}
	
	.nav-pills {
		float:left;
		text-align:left;
	}
	
	#saada-main-menu {
		text-align: left;
	}
		
	
	.btn-gray {
		width:290px;
		padding:10px;
		margin:5px 0 0 5px;
	}
	
	.nav-pills li {
		display:block;
		float:left;
		width:100%;
	}
	
	#saada-logo img {
		padding-top: 0px;
		padding-bottom: 5px;
		padding-left: 13px;
	}
	
	
	#saada-logo h2 {
		font-size: 13px;
	}
	
	.carousel-inner > .featured-item > img,
	.carousel-inner > .featured-item > a > img {
	  display: block;
	  line-height: 1;
	  min-height: 100px;
	}
	
	.carousel-caption {
	  padding: 5px;
	  font-size:11px;
	}
	

	
	#saada-email {
		text-align: left;
		padding-bottom: 6px;
	}
	
	#saada-sidebar-right {
		padding: 15px 0px 15px 0px;
		border-top: 1px solid #cccccc;
		border-left:0px solid #cccccc;
	}
	
	
	input[id="edit-keys-2"] {
	    width: 97%;
	}
	
	#block-search-api-page-browse
	{
		text-align: center;
	}
	
	.fp-projects-1 {
		margin-bottom: 0px;
	}
	
	.fp-project {
		margin-bottom: 20px;
	}

}
