/*DEFAULT STYLES
Website crafted by Cloud Web Solutions. Hosting and developing on the Cloud CMS Copyright 2015. All Rights Reserved. www.cloudwebsolutions.com
*/

.fundingpage_box:nth-child(3n+3)
{
  float:left;
  margin-right:0px;

}

.fundingpage_box
{
width:32%;
height:300px;
float:left;
margin-right:2%;
margin-bottom:2%;
position:relative;
  border:solid 1px #ccc;
}



.fundingpage_image
{
position:absolute;
top:15px;
left:15px;
width:95%;
height:102px;
background-color:#fff;
text-align:center;
/* Internet Explorer 10 */
display:-ms-flexbox;
-ms-flex-pack:center;
-ms-flex-align:center;

/* Firefox */
display:-moz-box;
-moz-box-pack:center;
-moz-box-align:center;

/* Safari, Opera, and Chrome */
display:-webkit-box;
-webkit-box-pack:center;
-webkit-box-align:center;

/* W3C */
display:box;
box-pack:center;
box-align:center;
}

.fundingpage_image img
{
max-height:102px;
max-width:272px;
}

.fundingpage_funded
{
position:absolute;
top:0px;
right:0px;
z-index:999;
}

.fundingpage_title
{
font-size:16px;
color:#000;
position:absolute;
top:130px;
width:100%;
text-align:center;
}

.fundingpage_funding
{
font-size:14px;
color:#FF0000;
position:absolute;
top:200px;
left:0px;
text-align:center;
width:100%;
}

.fundingpage_button
{
position:absolute;
bottom:-5px;
left:0px;
}



.no-js #loader { display: none;  }

.js #loader { display: block; position: absolute; left: 100px; top: 0; }

.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	
}


*
{
	margin:0px;
	padding:0px;
	border:0px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img
{
	max-width:100%;
	height:auto;
}

ul
{
	margin-left:20px;
}



/*FORMS*/

input[type="text"], input[type="password"]
{
	padding:10px;
	width:100%;
	border: 1px solid #ccc;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-appearance: none;
	font-size:14px;
	color:#666;
    margin-bottom:10px;
}

select
{
	padding:10px;
	width:100%;
	border: 1px solid #ccc;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-appearance: none;
	font-size:14px;
	background: url(http://www.cloudwebsolutions.com/cloudresp/images/select.png) no-repeat right #fff;
	color:#666;
}

textarea
{
	padding:10px;
	width:100%;
	border: 1px solid #ccc;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-appearance: none;
	font-size:14px;
	color:#666;
	max-height:140px;
}


input[type="submit"], input[type="button"]
{
	background-color: #003366;
	border: 0px;
	color:#FFFFFF;
	cursor:pointer;
	padding-top: 10px;
	padding-right: 14px;
	padding-bottom: 10px;
	padding-left: 14px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
    font-size:16px;
    width:100%;
    text-transform:uppercase;
    -webkit-appearance: none;
	transition: all .2s ease-in-out;
}

input[type="submit"]:hover, input[type="button"]:hover
{
	background-color: #333;
	transform: scale(1.1);
}

.error, .prompt
{
    padding:10px;
    background-color:#CC0000;
    color:#fff;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
  margin-bottom:15px;
  
}

/*TABLES*/

table 
{
  width:100%;
  border-collapse:collapse;
}

table td 
{
  border-bottom:0px solid #CCCCCC;
  padding:10px;
  text-align:left;
}


/* big buttons, no circle */
.flickity-prev-next-button {
  width: 50px;
  height: 50px;
  background: transparent;
}
.flickity-prev-next-button:hover {
  background: transparent;
}
/* arrow color */
.flickity-prev-next-button .arrow {
  fill: white;
}
.flickity-prev-next-button.no-svg {
  color: white;
}
/* hide disabled button */
.flickity-prev-next-button:disabled {
  display: none;
}


/*BLOG*/

.blogCategories 
{
  padding:30px;
  background-color:#fff;
  margin-bottom:40px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  border:solid 1px #ccc;
}

.blogCommentItem 
{
  background-color:#fff;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  padding:30px;
  margin-bottom:20px;
  border:solid 1px #ccc;
}

.blogCategories a
{
  color:#333;
  margin-bottom:10px;
}

.blogPost, .blogPostMore
{
  padding:50px;
  background-color:#fff;
  margin-bottom:40px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  border:solid 1px #ccc;
}

.blogPostContent, .blogComments  
{
  text-align:left;
}

.blogBack 
{
  display:none;
}

.blogDate 
{
  font-size:16px;
}

.blogPost h2, .blogPostMore h2
{
  font-size:38px;
  line-height:50px;
  color:#333;
  border-bottom:solid 2px #eee;
  padding-bottom:20px;
  
}

.blogImage
{
  max-height:400px;
  overflow:hidden;
   margin-top:20px;
  margin-bottom:20px;
  
}

.blogPostMore .blogImage
{
  max-height:100%;
  overflow:none;
   margin-top:20px;
  margin-bottom:20px;
  
}

.blogPost img, .blogPostMore img
{
  width:100%;
}

.pagitem
{
padding:5px 10px;
display:block;
background-color:#eee;
float:left;
margin-right:5px;
}

.pagitemon
{
padding:5px 10px;
display:block;
background-color:#333;
color:#fff;
float:left;
margin-right:5px;
}

.blogLatest
{
  width:32%;
  margin-right:2%;
  float:left;
}

.blogLatest:nth-child(3n+1) 
{
    margin-right:0%;
}

.blogLatest h2
{
  font-size:18px;
}

@media only screen and (max-width: 900px) {
  
  
  .fundingpage_box
{
width:48%;
height:300px;
float:left;
margin-right:2%;
margin-bottom:2%;
position:relative;
  border:solid 1px #ccc;
}
  
}


@media only screen and (max-width: 600px) {
  
  
  .fundingpage_box
{
width:100%;
height:300px;
float:left;
margin-right:2%;
margin-bottom:2%;
position:relative;
  border:solid 1px #ccc;
}
    
  .blogPost, .blogPostMore
{
  padding:30px;
}

.blogPost h2, .blogPostMore h2
{
  font-size:24px;
  line-height:40px;

}

.blogLatest
{
  width:100%;
  margin-right:0%;
  float:none;
}

}