/*
 * Template Name: Unify - Responsive Bootstrap Template
 * Description: Business, Corporate, Portfolio, E-commerce, Blog and One Page Template.
 * Version: 1.9.2
 * Author: @htmlstream
 * Website: http://htmlstream.com
*/

/*Import Global Compulsory CSS Files*/
@import url(app.css);
@import url(blocks.css);

/*Import CSS Plugins*/
@import url(plugins/style-switcher.css);

* {
	border-radius: 0;
}

body {
 color: #333;
 font-size: 13px;
 line-height: 1.6;
}

body.header-fixed-space {
  padding-top: 94px;
}
body.header-fixed-space-v2 {
	padding-top: 135px;
}

@media (max-width: 991px) {
	body.header-fixed-space,
	body.header-fixed-space-v2 {
		padding-top: 0;
	}
}

p,
li,
li a,
label {
 color: #333;
}

p {font-size: 17px;}




a:focus {
text-decoration: none;
}

/*Boxed Layout
------------------------------------*/
.wrapper {
	background: #fff;
}

.boxed-layout {
  padding: 0;
  box-shadow: 0 0 5px #ccc;
  margin-left: auto !important;
  margin-right: auto !important;
  background: url(../img/patterns/15.png) repeat;
}

/*Hiding arrows for select field in IE*/
select::-ms-expand {
  display: none;
}


.actionfont {
	margin-left: 10px;
}

.mega-menu {
	background-color: #006738;
}

.nav-link {
	padding: 12px 0;	
	font-size: 22px;
}

.nav-link {
    display: block;
    padding: 1rem 1.2rem;
}

a.nav-link {
    color: #fff;
}


a.socials {
    float: right;    
}

a.socials {   
    cursor: pointer;
    display: inline-block;
    padding: 0 2px;
    transition: all 0.5s ease-in-out 0s;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	width: 35px;
	height: 35px;
	background-color: #014f2c;	
	margin-top: 10px;
}

ul.socials a{
	color: #fff;
	font-size: 18px;	
}

a.socials:hover {
	background-color:#3B5998;
}

.headline h2, .headline h3, .headline h4 {
    border-bottom: 4px dashed orange;
    display: inline-block;
    margin: 0 0 -2px;
    padding-bottom: 5px;
}

.joindonatebutton{
		margin-top: 35px;
		
}

.btn-orange {
    background-color: #ec971f;    
    color: #fff;
    font-size: 14px;
    font-weight: bold;
	font-family: "Open Sans", Arial, sans-serif;
    outline: 0 none !important;
    padding: 10px 20px 12px 10px;
    transition: all 0.2s linear 0s;
	border-radius: 10px;
}

.btn-orange:hover{
	color: #fff;
	background-color: #e0a800;
}

.btn-purple {
    background-color: #662e91;    
    color: #fff;
    font-size: 14px;
    font-weight: bold;
	font-family: "Open Sans", Arial, sans-serif;
    outline: 0 none !important;
    padding: 10px 20px 12px 10px;
    transition: all 0.2s linear 0s;
	border-radius: 10px;
}

.btn-purple:hover{
	color: #fff;
	background-color: #006738;
}

.form-search-wrapper {
	float:left;
}

.carousel-caption {    
    margin-bottom: 250px;
	background-color: #2b450f;
	padding: 10px;
	opacity: 0.5;
    filter: alpha(opacity=50);
	border-radius: 10px;
	
}

.carousel-caption h5{
	color: #fff;
	font-size: 40px;
	margin-top: 10px;
	
}

.form-control {
	padding: 25px;
	font-size: 18px;
	border-radius: 3px;
}

.input-group-addon{
	border-radius: 3px;
}

.hrheading {
    margin: 7px 0 15px 0;
    height: 2px;
    width: 100%;
    border: 2px dashed #006738;
}

.pagination {
    font-size: 16px;
    margin-top: 40px;
}
.pull-right {
    float: right !important;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
        margin-top: 20px;
    border-radius: 4px;
}

.pagination .previ {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #662e91;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination > li {
    display: inline;
}


element {
}
.pagination .nexti {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #662e91;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.error-message{
	color: #db0000;
	margin-left: 7px;
}

.mheading {    
    font-family: 'Parisienne', cursive;
}

.carousel-caption h5 {    
    font-family: 'Parisienne', cursive;
}

.dominica {    
    font-family: 'Parisienne', cursive;
	font-size: 24px;
	color: #fff;
}

.margin20 {
	margin-bottom: 30px;
}




