@import url("colors/fontawesome/font-awesome.css");    /* Icon Fonts */


/*************************
CORE STYLES
*************************/
html {
  color: #000000;
  font-size: .937em;
  line-height: 1.4;
  box-sizing: border-box;
}
<!-- color was 222 = dark brown -->

*, *:before, *:after {
  box-sizing: inherit;
}


body {
  font-family: Arial, sans-serif;
  font-size: 1.0em;
  line-height: 26px;
  background-color: #FFFFFF;
  background-position: center;
  background-position: top;
  background-repeat: repeat-y;
  border-top: 5px solid #0078B7;
}
<!--  background-color:#F4F4F4; -->
<!-- background-color: #dedfe1; -->
<!-- 1.0em changes ALL fonts throughout the site font size -->
<!-- background-image: url('/assets/img/background-gradient.jpg'); -->


.gradient {

}
<!-- END CORE STYLES -->





/*************************
WRAPPERS
*************************/
.overflowwrap {
	-ms-overflow-break: break-all;
	overflow-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	word-break: break-all;
	-ms-word-break: break-all;
	word-wrap: break-word;
}

.wrapper {
  width: 90%;
  margin: 0 auto;
}


.header-container {
    border-bottom: 20px solid #0078B7;
}

.header-menu {
    margin: 0 auto;
}


.footer-container,
.main aside {
    border-top: 20px solid #0078B7;
}

.header-container,
.footer-container,
.main aside {
    background: #6ab47b;
}

.main aside {
  color: white;
  padding: 0px 5% 10px;
}

.footer-container footer {
  color: white;
  padding: 20px 0;
}


.title {
    color: white;
}

.main {
  padding: 30px 0;
}

.main article h1 {
  font-size: 2em;
}
<!-- END WRAPPERS -->




/*************************
FONT STYLES
*************************/
h1, h2, h3
{
    color: #0078B7;
    padding: 0 0 0 0;
    margin: 1% 0 .5% 0;
}

h1
{
	font-size: 1.8em;
	font-family: "Lato", sans-serif;
	color:#0078B7;
}
<!-- font-size: 1.4em; -->

h2
{
    font-size: 1.2em;
}

h3
{
    font-size: .937em;
    margin: 0 0 0 0;
    text-decoration: underline;
}

h4 {
	color: #0078B7;
}



p {
	font-size: 1.0em;
}
<!-- END FONT STYLES -->





/*************************
LINK STYLES
*************************/
a, a:link, a:visited
{
    color: #0078B7;
    text-decoration: underline;
}

a:hover
{
	color: #0078B7;
	text-decoration: underline;
}
/*************************
a:hover {
	color: #FFFFFF;
}
*************************/

a:active
{
	color: #0078B7;
	text-decoration: underline;
}

a.TextLink, a.TextLink:link, a.TextLink:visited
{
	color: #0078B7;
	font-size: .937em;
	text-decoration: none;
	font-weight: bold;
}

a.TextLink:hover
{
	color: #0078B7;
	text-decoration: underline;
	font-weight: bold;
}

a.TextLink:active
{
	color: #0078B7;
	text-decoration: none;
	font-weight: bold;
}

a.ProductLink, a.ProductLink:link, a.ProductLink:visited
{
	color: #0078B7;
	font-size: .8125em;
	text-decoration: none;
	font-weight: bold;
}

a.ProductLink:hover
{
	color: #0078B7;
	text-decoration: underline;
}

a.ProductLink:active
{
	color: #0078B7;
	text-decoration: none;
}

a.LocationLink, a.LocationLink:link, a.LocationLink:visited
{
	font-size: 1.2em;
	color: #0078B7;
	text-decoration: none;
	font-weight: bold;
}

a.LocationLink:hover
{
	text-decoration: underline;
}

a.LocationLink:active
{
	text-decoration: none;
}







<!-- LINKS -->
.OBText
{
    font-size: .75em;
    font-weight: bold;
    color: #2f332f;
}

a.OBText, a.OBText:link, a.OBText:visited
{
    text-decoration: none;
    font-weight: bold;
    font-size: 1em; /*this seems to be relative to the parent class....*/
}

a.OBText:hover
{
	text-decoration: underline;
}

a.OBText:active
{
	text-decoration: none;
}

a.BoldLink, a.BoldLink:link, a.BoldLink:visited
{
    text-decoration: none;
    font-weight: bold;
    font-size: 1em; /*this seems to be relative to the parent class....*/
    color: #000000;
}

a.BoldLink:hover
{
	text-decoration: underline;
}

a.BoldLink:active
{
	text-decoration: none;
}

a.ColorLink, a.ColorLink:link, a.ColorLink:visited
{
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em; /*this seems to be relative to the parent class....*/
    color: #0078B7;
}

a.ColorLink:hover

{
	text-decoration: underline;
}

a.ColorLink:active
{
text-decoration: none;
}

a.ColorLinkSmall, a.ColorLinkSmall:link, a.ColorLinkSmall:visited
{
    text-decoration: none;
    font-weight: bold;
    font-size: .8em; /*this seems to be relative to the parent class....*/
    color: #0078B7;
}

a.ColorLinkSmall:hover
{
	text-decoration: underline;
}

a.ColorLinkSmall:active
{
	text-decoration: none;
}

a.MobileMenu, a.MobileMenu:link, a.MobileMenu:visited
{
    text-decoration: none;
    font-weight: bold;
    color: #ffffff;
}

a.MobileMenu:hover
{
	text-decoration: underline;
}

a.MobileMenu:active
{
	text-decoration: none;
}
<!-- END LINKS -->
<!-- END LINK STYLES -->





/*************************
IMG and LISTS
*************************/
img
{
    max-width: 100%;
}



ul, ol
{
    margin-top: 5px;
    padding-top: 0px;
}

sup
{
    font-size: .75em;
}
<!-- END IMG and LISTS -->




/*************************
TABLES
*************************/
table
{
    max-width: 100%;
}


table.BoxedTable td
{
    border: 1px solid black;
    padding: 3px;
}

.AlternateRowShading
{
    background-color: #CCCCCC;
}
<!-- END TABLES -->






/*************************
NAVIGATION MENU
*************************/

/* Few items at top-right of page */
#top-small nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#top-small nav a {
  display: block;
  margin-bottom: 5px;
  padding: 5px 0;
  font-size: 0.75em;
  text-align: right;
  text-decoration: none;
  font-weight: bold;
  color: black;
  font-family: "Open Sans", sans-serif;
  background: none;
}

#top-small nav a:hover,
nav a:visited {
  color: white;
}

#top-small nav a:hover {
  text-decoration: underline;
}


/* Normal Nav Menu */
nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/*  background: #0078B7; */
nav a {
  display: block;
  margin-bottom: 10px;
  padding: 15px 0;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  color: black;
  font-family: "Open Sans", sans-serif;
  background: none;
}


nav a:hover,
nav a:visited {
  color: white;
}

nav a:hover {
  text-decoration: underline;
}


<!-- Main Nav submenu -->
.SubMenu
{
    font-size: 1.125em;
    color: #2b2928;
    text-decoration: none;
	background-color:#FF0000;
}

a.SubMenu, a.SubMenu:link, a.SubMenu:visited
{
    color: #2b2928;
    text-decoration: none;
}

a.SubMenu:hover
{
	color: #717171;
	text-decoration: underline;
}

a.SubMenu:active
{
	color: #2b2928;
	text-decoration: none;
}
<!-- END NAVIGATION MENU -->






/*************************
CLEARFIX
*************************/

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}
<!-- END CLEARFIX -->






/*************************
HIDE/SHOW LOGO and OTHER ITEMS
*************************/

#DivHeaderLogoContainerMedium, #DivHeaderLogoContainerSmall
{
    display: none;
}

#DivMediumLoginButtonContainer, #DivSmallLoginButtonContainer
{
    margin: 5% 0 0 0;
    text-align: right;
}


#DivHeaderMenu
{
    text-align: right;
    margin: 0% 0% 0% 0%;
	font-size: 1.4em;
	background-image:url(img/background-black-menu.jpg);
	color: #FFFFFF;
	border: thick;
	border-color: #000000;
	padding-bottom: 15px;
	padding-top: 15px;
	text-align: center;
	border-bottom: 5px solid #0078B7;
}

#DivHeaderMenu a {
	color: #FFFFFF;
}

#DivContentContainer
{
    position: relative;
}

#DivSlideshowContainer
{
    height: 400px;
}

#DivLoginContainer
{
    width: 200px;
    height: 232px;
    position: absolute;
    top: 4.5%;
    left: 5px;
    z-index: 10000;
}

#DivContentContainerSingleColumn, #DivContentContainerLeftColumn
{
    font-size: .937em;
    color: #000000;
}

.SkipNavigation
{
    position: absolute;
    left: 0px;
    z-index: 1000;
    height: 1px;
    width: 1px;
}
<!-- END HIDE/SHOW ITEMS -->






/*************************
SEARCH
*************************/
#DivHeaderSearchMenu
{
    text-align: right;
    margin: 5% 0 0 0;
}

#DivHeaderSearchBox
{
    float: left;
    text-align: right;
    margin: 5% 0 0 0;
}

#RadTextBoxSearch
{
    background-image: url('/images/icons/SearchBackground.png');
    background-repeat: no-repeat;
}

.search-btn, .menu-features li a {
	color: #0078B7;
}

a.SearchMenu, a.SearchMenu:link, a.SearchMenu:visited
{
    font-size: .8em;
    font-weight: bold;
    color: #2b2928;
    text-decoration: none;
}

a.SearchMenu:hover
{
	color: #717171;
	text-decoration: underline;
}

a.SearchMenu:active
{
	color: #2b2928;
	text-decoration: none;
}
<!-- END SEARCH -->





/*************************
MENU
*************************/
#jMenu li a {
	color: #FFFFFF;
	font-family: "Lato", sans-serif;
	font-style:normal;
	font-size:1.3em;
}
#jMenu li a:hover, #jMenu li a.active {
	color: #0078B7;

}
<!-- 	border-bottom: 3px solid #0078B7; = this causes a line to appear under the text/items in teh menu button area, but aove the bottom line below it -->
<!-- END MENU - FONT COLORS HERE -->





/*************************
INSIDE MENU
*************************/
#DivInsideContent
{
    width: 100%;
    margin: 0;
    padding: 0;
    background-image: url('/images/green-gray-stripe.png');
    background-repeat: repeat-x;
}

#DivInsideMenuContainer
{
    margin: 0 0 0 10px;
    background-image: url('/images/tree-menu.png');
    background-repeat: repeat-y;
    min-height: 400px;
}

#DivInsideMenuContent
{
    width: 89.73%;
    margin: auto auto auto auto;
}

.SideMenuOption
{
    padding-left: 5%;
}

a.AccordionMenuButton, a.AccordionMenuButton:link, a.AccordionMenuButton:visited
{
    color: #0078B7;
    text-decoration: none;
    font-size: 1.1em;
}

a.AccordionMenuButton:hover
{
	color: #9fa0a4;
	text-decoration: none;
}

a.AccordionMenuButton:active
{
	color: #0078B7;
	text-decoration: none;
}

a.SideMenuOption, a.SideMenuOption:link, a.SideMenuOption:visited
{
    color: #000000;
    text-decoration: none;
    font-size: .9em;
    line-height: 180%;
    font-weight: bold;
}

a.SideMenuOption:hover
{
	color: #9fa0a4;
	text-decoration: none;
}

a.SideMenuOption:active
{
	color: #9fa0a4;
	text-decoration: none;
}
<!-- END INSIDE MENU -->







/*************************
SLIDE MENU
*************************/
#mobile
{
    content: none;
}

#mobilenaviconcontainerTop
{
    display: none;
    text-align: right;
}

#toggle-bar
{
    display: none;
}
<!-- END SLIDE MENU -->








/*************************
LOGO
*************************/
#wrap.boxed {
	border-top: 5px solid #0078B7;
}

.logo a:hover, .logoFirst, .h2firstword {
	color: #0078B7;
}

#ImageLogo {
	margin: 20px auto;
}
<!-- END LOGO -->





/*************************
BANNERS
*************************/
#DivHomePromoLeft, DivHomePromoRight
{
    min-height: 150px;
}

#DivInsideBannerContainer
{
    margin: 30px 0 0 0;
}
<!-- END BANNERS -->








/*************************
GENERAL STYLES
*************************/
.ContentSpacing
{
    margin: 2% 0 0 0;
}

.HalfFloat
{
    width: 50%;
    float: left;
}

.HomeText
{
    font-size: .937em;
    color: #6e6f74;
}

.WebPartContainer
{
    background-color: #989797;
}

.WebPart
{
    padding-top: .5%;
}

.socialbutton
{
    width: 35px;
    float: right;
}

.float
{
    float: left;
}



.LocationTextBold
{
    font-weight: bold;
}

.LocationNMLSIDText
{
    font-size: .8em;
}


.errorMessage
{
    font-weight: bold;
    color:red;
}

.allClearMessage
{
    font-weight: bold;
    color: green;
}
<!-- END GENERAL STYLES -->






/*************************
COMPARISON BOXES
*************************/
.ComparisonContainer
{
    margin-top: 20px;
    width: 100%;
    background-repeat: no-repeat;
    min-height: 156px;
    background-image: url('/images/product-compare-box.png');
    padding: 1.5%;
}

.ComparisonBullets
{
    padding-left: 10%;
    margin: 0px;
    font-size: .9em;
    font-weight: bold;
}

.ComparisonHeading
{
    color: #0078B7;
    font-size: 1.2em;
    font-weight: bold;
    padding-bottom: 5px;
}
<!-- END COMPARISON BOXES -->





/*************************
SHARE ICONS
*************************/
.grid_3 div.EncoreSocialShareContainer
{
    width: 150px;
    margin: auto auto 10px auto;
}

.grid_9 div.EncoreSocialShareContainer
{
    width: 150px;
    margin: auto auto 10px 80%;
}

.EncoreShareText
{
    font-size: .8em;
}

.ATMLocationLabel
{
    font-weight: bold;
    color: #0078B7;
}
<!-- END SHARE ICONS -->









/*************************
CHAT BUTTON
*************************/
.EncoreLiveChat
{
    position: relative;
    height: 80px;
    width: 100%;
    margin: auto auto 2% auto;
}
<!-- END CHAT BUTTON -->





<!-- FOOTER -->
#DivFooterBleed
{
    height: 15px;
    background-color: #9fa0a4;
}

#DivFooterMenu
{
    margin: 1% 0 1% 0;
}

#DivFooterSocial
{
    margin: 1% 0 1% 0;
    text-align: right;
}

#DivFooterCopyright
{
    text-align: right;
}



.footercontainer { 
	background: #333333; 
	padding: 20px 20px 20px 20px;
	border-top: 5px solid #0078B7;
	color: #FFFFFF;
}

.footercontainer a:link {text-decoration: none;color:white}
.footercontainer a:visited {text-decoration: none;color:white}
.footercontainer a:active  {text-decoration: none;color:white}
.footercontainer a:hover   {text-decoration: underline;color:white}

/* 	color:#999999;
	margin-top:0px;
	margin-bottom:0px;
*/
.footer {
	font-size:11px;
	text-align:center;
}

.footer a:link {text-decoration: none;color:white}
.footer a:visited {text-decoration: none;color:white}
.footer a:active  {text-decoration: none;color:white}
.footer a:hover   {text-decoration: none;color:white}


.darkBg {
	background: #333 !important;
	border-top: none !important;
	margin: 0 auto !important;
	padding-top: 10px;
	padding-bottom: 0 !important;
}

footer h4 {
	background: none;
}  

#mainFooter {
	background: #333;
	overflow: hidden;
}                      

#mainFooter h4 {
	color: #fff;
	border-bottom: 1px solid #6e6e6e;
	padding-bottom: 12px;
	margin-bottom: 12px;
}                      

#mainFooter ul {
	margin-left: 0;
	list-style: none;
}                      

.subscribe {
	margin: 20px 0;
}

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



<!-- MAIN FOOTER MENU -->
.FooterMenu
{
    font-size: .82em;
    font-weight: bold;
    color: #9fa0a4;
}

a.FooterMenu, a.FooterMenu:link, a.FooterMneu:visited
{
    color: #9fa0a4;
    text-decoration: none;
}

a.FooterMenu:hover
{
	text-decoration: underline;
}

a.FooterMenu:active
{
	text-decoration: none;
}

.FooterMenuItem
{
    float: left;
    padding-right: 1%;
}
<!-- END MAIN FOOTER MENU -->


.bord-top {
	background: url(../images/bord-top.gif) repeat-x top;
	padding-top: 15px;
}                      

.copyrights, .copyrights a{
	font-size: 11px;
	color: #787878
}

.footer-social {
	float: right;
	width: auto;
}

.footer-social li {
	float: left;
	display: inline;
	margin-left: -5px;
}

.footer-social li i {
	font-size: 25px;
}

.square {
	background: #F5AF27;
	text-align: center;
	padding: 10px 0;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	transition: all .5s ease-out;
}     
                 
.square img {
	vertical-align: middle
}  
                    
.block2:hover .square {
	background: #666;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
<!-- END FOOTER -->






/*************************
CATCH CALL-OUT BOX
*************************/
/* black background call-out box */
.catch {
	padding: 20px 0;
	margin-bottom: 40px;
}                      

.catchText {
	font-size: 1.5em;
	line-height: 26px;
	background: #333333;
	color: #fff;
	border-bottom: 5px solid #0078B7;
	margin-bottom: 40px;
  font-family: "Lato", sans-serif;
}      
.catchText p {
	padding: 20px;
	margin: 0;
}
.catchText button {
	float: right;
	margin: 20px;
}
                     

.catchBox {
	padding-left: 60px;
	background-color: #0078B7;
	background-image: -moz-linear-gradient(top, #de1219, #de1219);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0078B7), to(#0078B7));
	background-image: -webkit-linear-gradient(top, #0078B7, #0078B7);
	background-image: -o-linear-gradient(top, #0078B7, #0078B7);
	background-image: linear-gradient(to bottom, #0078B7, #0078B7);
	background-repeat: repeat;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffde1219', endColorstr='#ffde1219', GradientType=0);
	border-color: #0078B7 #0078B7 #970c11;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	*background-color: #0078B7;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
}
<!-- END CALL OUT BOX STYLES -->           






/*************************
CATCH 2 CALL-OUT BOX
*************************/
/* black background call-out box */
.catch2 {
	padding: 20px 0;
	margin-bottom: 40px;
}                      

.catchText2 {
	padding-top: 20px;
	padding-left: 20px;
	passing-right: 20px;
	padding-bottom: 40px;
	font-size: 1.5em;
	line-height: 26px;
	background: #FFFFFF;
	color: #000000;
	border-bottom: 5px solid #FFFFFF;
	margin-bottom: 0px;
  font-family: "Lato", sans-serif;
}
.catchText2 p {
	padding: 20px;
	margin: 0;
} 
.catchText2 h1 {
	color: #000000;
}
.catchText2 button {
	float: right;
	margin: 20px;
}

.catchBox2 {
	padding-left: 60px;
	background-color: #0078B7;
	background-image: -moz-linear-gradient(top, #de1219, #de1219);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0078B7), to(#0078B7));
	background-image: -webkit-linear-gradient(top, #0078B7, #0078B7);
	background-image: -o-linear-gradient(top, #0078B7, #0078B7);
	background-image: linear-gradient(to bottom, #0078B7, #0078B7);
	background-repeat: repeat;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffde1219', endColorstr='#ffde1219', GradientType=0);
	border-color: #0078B7 #0078B7 #970c11;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	*background-color: #0078B7;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
}
<!-- END CALL OUT BOX STYLES -->  






/*************************
BLOCKS
*************************/
.block {
	border: 1px solid #eee;
	padding: 20px;
	margin-top: 10px;
}
.block h3, .block2 h3, .block h1, .block h2, .block h4, .block h5, .block h6 {
	background: none;
	border: none;
}      

.block i {
	color: #F5AF27;	
}

.icon-block {
	text-align: center;
	font-size: 150px;
	line-height: 150px;
	-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;
}

.icon-block-small {
	text-align: center;
	font-size: 100px;
	line-height: 100px;
	-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;
}

.block:hover {
	background: #0078B7;
}

.block:hover h3.color-text, .block:hover a, .block:hover h3 {
	color: #fff;
}

.block:hover i {
	color: #fff;
	-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;
}
<!-- END BLOCKS -->





/*************************
TOOOLTIP & LATEST DEALS BLOCKS
*************************/
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  padding: 5px;
  font-size: 11px;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}

.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.tooltip.top {
  margin-top: -3px;
}

.tooltip.right {
  margin-left: 3px;
}

.tooltip.bottom {
  margin-top: 3px;
}

.tooltip.left {
  margin-left: -3px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #000000;
  border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #000000;
  border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}
<!-- END TOOLTIP & LATEST DEALS BLOCKS -->







/*************************
BUTTONS
*************************/
===========================================================*/
.color-bg, .btnSubscribe:hover, .tags li a:hover, .flex-control-paging li a.flex-active {
	background: #0078B7;
	background-color: #0078B7;
}

#toTopHover {
	background: #0078B7 url(../../images/icons/totop.png) center center no-repeat;
}
<!-- END BUTTONS -->





/*************************
PORTFOLIO
*************************/
.mask, .mask2, ul#portfolio-filter a:hover, ul#portfolio-filter a.current {
	background: #0078B7;
	background-color: #0078B7;
}
<!-- END PORTFOLIO -->







/*************************
ELEMENTS
*************************/
.nav-list > .active > a, .nav-list > .active > a:hover, .dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a, .nav-pills > .active > a, .nav-pills > .active > a:hover, .dropcapBg, .depts2 {
	background: #0078B7;
	background-color: #0078B7;
}
.dropcap, .tab-content h5 a, .tab-content h4 a, .tab-content h3 a {
	color: #0078B7;
}
.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
	border-top: 2px solid #0078B7;
}
.tabs-below > .nav-tabs > .active > a, .tabs-below > .nav-tabs > .active > a:hover, .view  {
	border-bottom: 2px solid #0078B7;
}
.tabs-left > .nav-tabs > .active > a {
	border-left: 2px solid #0078B7;
}
.tabs-right > .nav-tabs > .active > a {
	border-right: 2px solid #0078B7;
}






/*************************
PRICING TABLES
*************************/
.selected-table .table-header h1, .table-wrap-2 .table-column:hover .table-header h1, .selected-table .table-footer a, .table-wrap-2 .table-column:hover .table-footer a, .selected-table .table-header h1, .table-wrap-2 .table-column:hover .table-header h1, .selected-table .table-footer a, .table-wrap-2 .table-column:hover .table-footer a {
	background: #0078B7;
	background-color: #0078B7;
}
.selected-table .plan, .table-wrap-2 .table-column:hover .plan, .selected-table i, .table-wrap-2 .table-column:hover i {
	color: #0078B7;
}






/*************************
TEXT
*************************/
.date, .color-text, .block i, .underConst h1, .blogOptions span:hover i {
	color: #0078B7;
}






/*************************
OTHERS
*************************/
.member:hover, .catchText {
	border-bottom: 4px solid #0078B7;
}
.thumbs li a img:hover {
	border: 3px solid #0078B7;
}





/*************************
SELECTION BG COLOR
*************************/
::-moz-selection {
	background:#0078B7;
}

::selection {
    background:#0078B7;
}





/*************************
GRID
*************************/
/*
 Width: 1000px
 # Columns : 12 
 Column width: 76px
 Gutter : 8px 

target / context = result
*/
.grid_1 { width: 7.6%; } 
.grid_2 { width: 16%; } 
.grid_3 { width: 24.4%; } 
.grid_4 { width: 32.8%; } 
.grid_5 { width: 41.2%; } 
.grid_6 { width: 49.6%; } 
.grid_7 { width: 58%; }  
.grid_8 { width: 66.4%; } 
.grid_9 { width: 74.8%; }
.grid_10 { width: 83.2%; } 
.grid_11 { width: 91.6%; } 
.grid_12 { width: 100%; } 

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	margin-top: 10px;
    margin-right: .8%;
    margin-bottom: 0;
    margin-left:auto 0;
	float: left;
	display: block;
}

.alpha{margin-left:0;}
.omega{margin-right:0;}

.container{
	width: 100%; 
	max-width: 1000px;
	margin: auto;	
}



.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}
.clearfix:after{clear:both;content:' ';display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0}* html 
.clearfix,*:first-child+html 
.clearfix{zoom:1}
<!-- END GRID -->

