
/* general styles */

html,
body {
  height: 100%;
  width: 100%;
  
  /* Location of the image */
  background-image: url(../bg1.jpg);
  
  /* Background image is centered vertically and horizontally at all times */
  background-position: center center;
  
  /* Background image doesn't tile */
  background-repeat: no-repeat;
  
  /* Background image is fixed in the viewport so that it doesn't move when 
     the content's height is greater than the image's height */
  background-attachment: fixed;
  
  /* This is what makes the background image rescale based
     on the container's size */
  background-size: cover;
  
  /* Set a background color that will be displayed
     while the background image is loading */
  background-color: #D6EFF1;
}
.contenthome{
text-align:justify;
background:#fff;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";       /* IE 8 */
filter: alpha(opacity=60);  /* IE 5-7 */
-moz-opacity: 0.6;          /* Netscape */
-khtml-opacity: 0.6;        /* Safari 1.x */
opacity: 0.6;   
}
.contenttable{
background:#fff;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";       /* IE 8 */
filter: alpha(opacity=60);  /* IE 5-7 */
-moz-opacity: 0.6;          /* Netscape */
-khtml-opacity: 0.6;        /* Safari 1.x */
opacity: 0.6;   
}

@font-face{
	font-family:Carme;
	src:url(../font/carme.ttf);}
	
@font-face{
	font-family:Maven Pro;
	src:url(../font/MavenPro.otf)}

#topbar{ border-top:4px solid #b20000;}
#topbar .contact-info{ color: #ff7d14 !important; font-size:14px; line-height: 43px; text-align:right; font-family: "Maven Pro", Arial, Helvetica, sans-serif;}
#topbar .fa{ color: #ff7d14 !important; margin-left: 0; margin-right: 20px; margin-bottom: 10px; font-size: 16px; color: #46494a; display: inline-block; padding-top:15px;}
.navbar{ margin-bottom:0px !important;}
.navbar-default, nav li{ background:#fff !important}
.navbar-brand{ height:auto !important; padding:5px 15px !important;}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover, nav li a:hover {
	color: #b20000 !important; 
	border-top-color:#b20000 !important;
	background:none !important;
	
	}

nav li{ padding-right:15px;}
nav li a{ height:83px; line-height:83px !important; padding:0px 10px !important; border-top-width:3px; border-top-style:solid; border-top-color: transparent !important; font-family: "Carme", Arial, Helvetica, sans-serif; font-size: 18px; color: #333333 !important;}
nav li a:hover{ color:#b20000 !important;}

/* padded section */

.main { padding: 30px 0; min-height:200px;}

.main img { width: 100%; }

@media all and (min-width:1100px){
.container{ width:1120px;}

}

@media all and  (min-width:320px) and (max-width:580px){
.slogan-logo{
  width:100%;
  margin-top:20px;
 }
 .slogan-donate{
  width:60%;
  margin-top:20px;
 }
 .slogan-list{
  width:60%;
  margin-top:20px;
 }
}
@media all and (min-width:581px) and (max-width:799px) { 
.slogan-logo{
  width:100%;
  margin-top:20px;
 }
 img.slogan-donate{
  width:150px;
  height:100px;
  margin-top:20px;
 }
 img.slogan-list{
  width:150px;
  height:100px;
  margin-top:20px;
 }
}
@media all and (min-width:800px) and (max-width:1050px) { 
.slogan-logo{
  width:90%;
  margin-top:20px;
 }
 .slogan-donate{
  width:90%;
  margin-top:20px;
 }
 .slogan-list{
  width:90%;
  margin-top:20px;
 }
}

img.slogan-logo {
margin-top:30px;
}
img.slogan-donate {
margin-top:30px;
}
img.slogan-list {
margin-top:30px;
}

footer.footer-area{ 
color: #e7e7e7; 
padding-top: 25px;
padding-bottom: 15px;
border-color: #e9eaee;
background: #363839 !important;
padding-left: 30px;
padding-right: 30px;}

.goToTop {
  position: fixed;
  top: 0;
  height: 93px;
  z-index: 1;
}

nav {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #fff;
}

footer.footer-area{ border-top: 12px solid #e9eaee;
  background: #363839;
  padding: 25px 30px 10px 30px;
  color: #e7e7e7;}
  
h3.widget-title{
	color: #ff7d14;
  font-size: 13px;
  line-height: 13px;
  font-family: "PT Sans", Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin: 0 0 28px;
  text-transform: uppercase;
	
}
.footer-area .contact_info p{ margin-bottom:0px !important;}
.footer-area a, .copyright-area a{ color:#BFBFBF !important;}
.footer-area .fa{margin-right: 20px;
  margin-bottom: 10px;
  font-size: 16px;
  display: inline-block;}
  
.copyright-area{ font-size:12px; 
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #282a2b;
  color: #e7e7e7;
  font-family: "Maven Pro", Arial, Helvetica, sans-serif;
  border-top: 1px solid #4b4c4d;}

#CDSWIDSSP .widSSPData {
  height: 220px;
}


@media all and (max-width:767px){
	#topbar .contact-info{ text-align:center !important;}
	.copyright-area .col-md-6{ text-align:center !important;}
	nav li{ background:#f9f9f9 !important;}
}

.rg-image-wrapper{
	position:relative;
	padding:20px 30px;
	background:transparent url(../images/black.png) repeat top left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	min-height:20px;
}
.rg-image{
	position:relative;
	text-align:center;
	line-height:0px;
}
.rg-image img{
	max-height:100%;
	max-width:100%;
}
.rg-image-nav a{
	position:absolute;
	top:0px;
	left:0px;
	background:#000 url(../images/nav.png) no-repeat -20% 50%;
	width:28px;
	height:100%;
	text-indent:-9000px;
	cursor:pointer;
	opacity:0.3;
	outline:none;
	-moz-border-radius: 10px 0px 0px 10px;
	-webkit-border-radius: 10px 0px 0px 10px;
	border-radius: 10px 0px 0px 10px;
}
.rg-image-nav a.rg-image-nav-next{
	right:0px;
	left:auto;
	background-position:115% 50%;
	-moz-border-radius: 0px 10px 10px 0px;
	-webkit-border-radius: 0px 10px 10px 0px;
	border-radius: 0px 10px 10px 0px;
}
.rg-image-nav a:hover{
	opacity:0.8;
}
.rg-caption {
	text-align:center;
	margin-top:15px;
	position:relative;
}
.rg-caption p{
	font-size:11px;
	letter-spacing:2px;
	font-family: 'Trebuchet MS', 'Myriad Pro', Arial, sans-serif;
	line-height:16px;
	padding:0 15px;
	text-transform:uppercase;
}
.rg-view{
	height:30px;
}
.rg-view a{
	display:block;
	float:right;
	width:16px;
	height:16px;
	margin-right:3px;
	background:#464646 url(../images/views.png) no-repeat top left;
	border:3px solid #464646;
	opacity:0.8;
}
.rg-view a:hover{
	opacity:1.0;
}
.rg-view a.rg-view-full{
	background-position:0px 0px;
}
.rg-view a.rg-view-selected{
	background-color:#6f6f6f;
	border-color:#6f6f6f;
}
.rg-view a.rg-view-thumbs{
	background-position:0px -16px;
}
.rg-loading{
	width:46px;
	height:46px;
	position:absolute;
	top:50%;
	left:50%;
	background:#000 url(../images/ajax-loader.gif) no-repeat center center;
	margin:-23px 0px 0px -23px;
	z-index:100;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	opacity:0.7;
}
.logo-scale{ transform: scale(0.7);}