body {
    font-family: opensans-regular, helvetica, sans-serif;
}

b,
strong {
    font-family: opensans-bold, helvetica, sans-serif
}

i,
em {
    font-family: opensans-italic, helvetica, sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: opensans-bold, helvetica, sans-serif
}

.rating {
    color: #ddad06;
}

.pf-lightblue-bg {
    background: #9fc7cf;
}

.pf-lightblue {
    color: #9fc7cf;
}

.pf-darkblue-bg {
    background: #e56e21 !important;
}

.pf-darkblue {
    color: #00355d !important;
}

.pf-lightgrey-bg {
    background: #a3acb1;
}

.pf-lightgrey {
    color: #a3acb1;
}

.bf-orange-bg{
    color: #fff;
    background: #e56e21 !important;
}

/* Footer section */

footer {
    background: #2d6f15; 
    text-align: center; 
    color: #fff
}

footer a, footer a:hover{
    color: #fff; 
    text-decoration: none
}

footer ul{
    display: inline;
    list-style: none
}

footer li{
    display: inline;
    margin-right: 50px;
    padding-bottom: 10px;
    cursor: pointer
}


@media(max-width:800px){
    footer li{
        border: 1px solid #fff;
        width:100%;
        display:block;
        border-radius: 5px;
        padding:20px;
        text-align: left;
        font-family: opensans-bold;
        margin-bottom: 10px
    }
}

footer img{
    margin: 30px auto; width:200px;
}

footer a:link, footer a:visited, footer a:active{
    color: #fff;
    text-decoration: none
}

footer a:hover{
    text-decoration: underline
}


.footer_selected{
    border-bottom: 2px solid #fff
}

.bf-orange-bg{background:#e56e21!important}



body, html{
    min-height: 100%;
    height: 100%
}

main{
    min-height: 75%
}


.fb-icon {
	color: #3c5a98 !important;
	cursor: pointer;
	margin: 5px;
	font-size: 30px
}
.googleplus-icon {
	color: #e04a39;
	cursor: pointer;
	margin: 5px;
	font-size: 30px
}
.twitter-icon {
	color: #41abe1;
	cursor: pointer;
	margin: 5px;
	font-size: 30px
}
.pinterest-icon {
	color: #c71219;
	cursor: pointer;
	margin: 5px;
	font-size: 30px
}
.tumblr-icon {
	color: #304e6c;
	cursor: pointer;
	margin: 5px;
	font-size: 30px
}
.youtube-icon {
	color: #e04a39;
	cursor: pointer;
	margin: 5px;
	font-size: 30px
}