/* Standard Colors */
a, a:hover, a:focus, a:visited, a:link {color: #6d6e70;}

.btn-lg {border: 2px solid white;} .btn-lg:hover {background-color: #2a5d7a; border: 2px solid #fff;}
.btn-default {background-color: transparent; color: #fff;} .btn-default:hover {background-color: #2a5d7a; border: 2px solid white; color: #fff;}
.btn a, btn a:hover, btn a:focus, btn a:link {color: inherit;}

*::selection {
	background: rgba(255,72,72,0.3);
}
*::-moz-selection {
	background: rgba(255,72,72,0.3);
}

/*Bootstra Overwrite*/
.text-success {
	color: #82c600;	
}
.text-warning {
	color: #ffba00;	
}
.text-danger {
	color: #ff3c00;	
}

/* HTML Structure Style */
.colored {
	color: #6d6e70;	
		font-family: 'Sanchez', serif;
font-size:11px;
line-height:14px;
text-transform:uppercase;
letter-spacing:.1125em;
text-align:center;
margin:0px;
padding:0px;

}
.acolored {
	font-family: 'Pathway Gothic One', sans-serif;
	font-size:25px;
	text-transform:uppercase;
	color: #fff;
	font-weight:400;
	letter-spacing:.025em;
}
.bordered {
	border-color: #2a5d7a;	
}
.icon-one {
	color: #2a5d7a;
	background: #fff;
	border-color: #2a5d7a;
	box-shadow: 0px 0px 0px 3px #fff;
}
.icon-one:hover {
	color: #fff;
	background: #2a5d7a;
}
.icon-two {
	color: #2a5d7a;
	background: #444;
	border-color: #2a5d7a;
	box-shadow: 0px 0px 0px 3px #444;
}
.icon-two:hover {
	color: #222;
	background: #2a5d7a;
}
.footer-icon, .footer-icon a, .footer-icon a:focus, .footer-icon a:visited, .footer-icon a:link  {
	color: #fff!important;
	padding: 10px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.footer-icon:hover, .footer-icon a:hover {
	color: #2a5d7a!important;
}

/* Menu Style Classes */
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
background-color: #2a5d7a;}
.dropdown-menu>li>a {color: #fff;}
.dropdown-menu {background-color: #2a5d7a; border: 1px solid #2a5d7a;}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {color: #2a5d7a;}