body{
	background-color: #f2f8ff;
}

.navbar {
    position: relative;
    min-height: 107px;
    margin-bottom: 0px;
    border: 1px solid transparent;
}

.navbar-inverse {
    background-image: none;
    background-color: #fff;  
}

.navbar-nav {
    float: right;
    
    margin: 0px;
        margin-top: 3px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
}

.navbar-inverse .navbar-nav > li > a {
    color: #333;
}

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a {
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    color: #ffffff;
    background-color: #1f3658;
}

.navbar-inverse .navbar-nav > .active > a {
    background-color: #3f6db1;
}



.navbar2 {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
    border: 1px solid transparent;
}

.navbar-inverse2 {
    background-image: none;
    background-color: #3f6db1;
    
}

.navbar-nav2 {
    float: left;
    margin: 25px;
        margin-top: 25px;
        margin-right: 25px;
        margin-bottom: 25px;
        margin-left: 25px;
}



.navbar3 {
    position: relative;
    min-height: 150px;
    margin-bottom: 0px;
    border: 1px solid transparent;
}

.navbar-inverse3 {
    background-image: url("/muraGLMI/includes/themes/MuraBootstrap3/images/grand-lodge-bonding.fw.jpg");
    background-color: none;
    border: 1px solid;
}

.navbar-nav3 {
    float: left;
    margin: 25px;
        margin-top: 25px;
        margin-right: 25px;
        margin-bottom: 25px;
        margin-left: 25px;
}

.navbar4 {
    position: relative;
    min-height: 150px;
    margin-bottom: 0px;
    border: 1px solid transparent;
}

.navbar-inverse4 {
    background-image: none;
    background-color: #E9EFEF;
    
}

.navbar-nav4 {
    float: left;
    margin: 25px;
        margin-top: 25px;
        margin-right: 25px;
        margin-bottom: 25px;
        margin-left: 25px;
}


    #nav {
        width:100%;
        display:block;
        background-color:#E9EFEF;
        border-bottom:1px solid #98999b;
        }
    #nav ul {
        padding:0;
        margin:0;
        list-style: none;
        position: relative;
        }
    #nav ul:After {
        content: "";
        display:block;
        clear:both;
        }     
    #nav ul li {
        display:list-item;
        list-style: none;
        float:left;
        background-color:#E9EFEF;
        }
     #nav ul li i {
         font-size:25px;
         width:30px;
         } 
    #nav ul li a {
        display:block;
        padding:5px 30px;  
        color:#423D3D;
        font-size:12px;
        text-decoration:none;
        
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        text-align:center;
    }

.dropdown-menu > li > a:hover {
    color: #FEFCFC;
    background-image: linear-gradient(to bottom, #409EE0 0px, #2384C8 100%);
    background-repeat: repeat-x;
    background-color: #647C73;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-image: linear-gradient(to bottom, #409EE0 0px, #2384C8 100%);
    background-repeat: repeat-x;
    background-color: #647C73;
}

.btn-primary {
    background-image: linear-gradient(to bottom, #409EE0 0px, #2384C8 100%);
    background-repeat: repeat-x;
    border-color: #6D9B89;
}

.btn-primary:hover, .open > .dropdown-toggle.btn-primary {
    color: #FFF;
    background-color: #51655D;
    border-color: #204D74;
}

a {
    color: #2384C8;
    text-decoration: none;
    font-weight: 500;
}

a:focus, a:hover {
    color: #1f3658;
    text-decoration: none;
}

.a-footer {
	color: #fff;
}

.a-footer:focus, a-footer:hover {
	color: #c5d3e7;
}


.navbar-brand {
    float: left;
    padding: 10px;
}

.col-md-7 {
    float: right;
}

.navbar-text > a {
    color: #fff; 
    margin-right: 10px;
    border-radius: 20px;
    text-decoration: none;
}


.navbar-text a:focus, a:hover {
    color: #FD5959;
    text-decoration: underline;
}

.bg-primary {
    color: #fff;
    background-color: #01437D;
    text-align: center;
    
}

/* 
.bg-primary {
    color: #fff;
    background-color: #01437D;
    text-align: center;
    max-width:360px;
}

*/

.portfolio-title {
    color: #01437D;
    text-align: center;
     font-size:16px;
}

.sp-img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 0px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.portal-text-center {
    text-align: center;
    max-width:300px;
}


.portal-text-justify {
    text-align: justify;
    background-color: none;
    margin: 0 0 0px;
}

/* 
.portal-text-justify {
    text-align: justify;
    max-width: 360px;
    background-color: none;
    margin: 0 0 0px;
}

*/

.top-right-text {
    text-align: right;
    position: relative;
    top: 50%;
    -ms-transform: translateY(60%);
    -webkit-transform: translateY(60%);
    transform: translateY(60%);
    padding-right: 2;
    font-size: 16px;
    color: #fff;
	background-color: #3f6db1
}

.comprehensive-eyecare-text {
    text-align: center;
    position: relative;
    font-size: 36px;
    color: #fff
}

.grandlodge-generation-text {
    text-align: center;
    position: relative;
    font-weight:700;
    font-size:30px;
    color: #fff
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #333;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}


.col-lg-4, .col-md-4, .col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
}

/* CUSTOM FOOTER CSS BELOW */

.footer-distributed{
	background-color: #000;
	box-shadow: 0 1px 1px 0 rgba(63, 109, 177, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: bold 12px sans-serif;
	padding: 10px 50px;
	margin-top: 5px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
	display: inline-block;
	vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left{
	width: 40%;
}

/* The company logo */

.footer-grandlodge {
	font-size: 12px;
	color: #3f6db1;
	font-weight: 700;
}

.footer-distributed h3{
	color:  #ffffff;
	font: normal 36px 'Cookie', cursive;
	margin: 0;
}

.footer-distributed h3 span{
	color:  #5383d3;
}

/* Footer links */

.footer-distributed .footer-links{
	color:  #ffffff;
	margin: 20px 0 12px;
	padding: 0;
}

.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
}

.footer-distributed .footer-links a:hover {
    color: #ff0000;
    background-color: transparent;
}



.footer-distributed .footer-company-name{
	color:  #8f9296;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
        text-align: center;
}

/* Footer Center */

.footer-distributed .footer-center{
	width: 35%;
}

.footer-distributed .footer-center i{
	background-color:  #33383b;
	color: #ffffff;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
}

.footer-distributed .footer-center p{
	display: inline-block;
	color: #ffffff;
	vertical-align: middle;
	margin:0;
}

.footer-distributed .footer-center p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
}

.footer-distributed .footer-center p a{
	color:  #5383d3;
	text-decoration: none;;
}


/* Footer Right */

.footer-distributed .footer-right{
	width: 20%;
}

.footer-distributed .footer-company-about{
	line-height: 20px;
	color:  #92999f;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}

.footer-distributed .footer-company-about span{
	display: block;
	color:  #ffffff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer-distributed .footer-icons{
	margin-top: 25px;
}

.footer-distributed .footer-icons a{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color:  #33383b;
	border-radius: 2px;

	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;

	margin-right: 3px;
	margin-bottom: 5px;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 768px) {

	.footer-distributed{
		font: bold 14px sans-serif;
	}

	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}

	.footer-distributed .footer-center i{
		margin-left: 0;
	}

}


/* CUSTOM FOOTER CSS ABOVE */


/* CUSTOM IMAGE HOVER CSS BELOW */


.hovereffect {

    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}
.hovereffect .overlay {
    width: 100%;
    position: absolute;
    overflow: hidden;
    left: 0;
	top: auto;
	bottom: 0;
	padding: 1em;
	height: 4.75em;
	background: #79FAC4;
	color: #3c4a50;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

.hovereffect img {
    display: block;
    position: relative;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

.hovereffect:hover img {
-webkit-transform: translate3d(0,-10%,0);
	transform: translate3d(0,-10%,0);
}

.hovereffect h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.6);
	float: left;
	margin: 0px;
	display: inline-block;
}

.hovereffect a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    text-transform: uppercase;
	color: #fff;
	border: 1px solid #fff;
	margin: 50px 0 0 0;
	background-color: transparent;
}
.hovereffect a.info:hover {
    box-shadow: 0 0 5px #fff;
}


.hovereffect p.icon-links a {
	float: right;
	color: #3c4a50;
	font-size: 1.4em;
}

.hovereffect:hover p.icon-links a:hover,
.hovereffect:hover p.icon-links a:focus {
	color: #252d31;
}

.hovereffect h2,
.hovereffect p.icon-links a {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,200%,0);
	transform: translate3d(0,200%,0);
}

.hovereffect p.icon-links a span:before {
	display: inline-block;
	padding: 8px 10px;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


.hovereffect:hover .overlay,
.hovereffect:hover h2,
.hovereffect:hover p.icon-links a {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.hovereffect:hover h2 {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

.hovereffect:hover p.icon-links a:nth-child(3) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.hovereffect:hover p.icon-links a:nth-child(2) {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

.hovereffect:hover p.icon-links a:first-child {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}





/* CUSTOM IMAGE HOVER CSS ABOVE */