body {
        background-color: #fff;
    }

.site-branding{
text-align: left;
}

    h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato';

        margin-top: 2px;
        margin-bottom: 1px;
        color: #000;
    }


.menu a {
	color: #000;
	text-transform: lowercase;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
    .menu {
        line-height: 45px;
        font-size: 14px;
        text-transform: capitalize;
       background: #fff;
        padding: 1px 25px 0 25px;
        border-bottom: 1px solid #ccc;
        text-align: right;
    }

a:visited {
	color: #000;
}

a:hover,
a:focus,
a:active {
	color: #black;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
a {
	color: #black;
}
 .text-rightXX .orbit-captionXXX {
        width: 550px;
        margin-right: -50px;
        padding-top: 400px;
    }

    .orbit-caption h5.orbit-title2 {
        display:none;
    }

    img {
        height: auto;
        max-width: 100%;
        border: none;
        box-shadow: none;
    }

.orbit-caption p {
        color: #FFF;
        padding-bottom: 7px;
        font-weight: lighter;
        padding: 0px 4px 2px 4px;
        text-align: left;
       background: transparent;
    }

.satl-wrapper .orbit-caption {
        background: transparent;

        color: #000;
    }
    #primary, #secondary {
    padding:0;
    }
 .page-content, .entry-content, .entry-summary {
        margin: 0.2em 0;
    }
.orbit-default {
        margin-top: 0px;
    }