/* Color of the very top line in reDesign Template
---------------------------------------------------------------------- */.top_line {	background-color: #648cc8;}/* Color that link text will appear as
---------------------------------------------------------------------- */a {	color: #648cc8;}/* Color that appears when user hovers over a link
---------------------------------------------------------------------- */a:hover {	color: #648cc8;}/* Text color of the active link in a drop down menu
---------------------------------------------------------------------- */.navbar .nav .open .dropdown-menu .active a {	color: #648cc8;}/* Text color of the active link in a drop down menu when you hover over it
---------------------------------------------------------------------- */.navbar .nav .open .dropdown-menu .active a:hover {	color: #648cc8;}/* Text color of the active navbar item
---------------------------------------------------------------------- */.navbar .nav .active>a,.navbar .nav .active>a:hover,.navbar .nav .active a>i,.navbar .nav .active a>i:hover	{	color: #648cc8;}/* Primary menu text color when you hover over it (does not include the sub-menu text)
---------------------------------------------------------------------- */.navbar .nav li.dropdown.open>.dropdown-toggle,.navbar .nav li.dropdown.active>.dropdown-toggle,.navbar .nav li.dropdown.open.active>.dropdown-toggle	{	color: #648cc8;}/* Color of the stripe in a dropdown menu when you hover over vertical menu item
---------------------------------------------------------------------- */.navbar .nav>li .dropdown-menu li a:hover {	background-color: #292929;	background-image: none !important;	filter: none;}/* Color of the text in a dropdown menu when you hover over it
---------------------------------------------------------------------- */.navbar .nav>li .dropdown-menu li a:hover {	color: #648cc8;}/* Color of the menu bar's sub-menu text when you hover over it and the color of both the primary and sub-menu text that has no sub-nav when you hover over it
---------------------------------------------------------------------- */.navbar .nav>li:hover a,.navbar .nav>li:hover a i {	color: #648cc8;}.navbar .nav>li:hover a i {	background: #f9f9f9;}/* Color of bar above active menu item or menu item when you hover over it
---------------------------------------------------------------------- */.navbar .nav .active>a,.navbar .nav li:hover>a {	border-top: 3px solid #648cc8;}/* Color of Twitter bar
---------------------------------------------------------------------- */.recent-tweets {	background-color: #648cc8;}/* Color of First and Last Name on blog comments
---------------------------------------------------------------------- */.comments .name {	color: #648cc8;}/* Headline that shows the number of comments on a blog post
---------------------------------------------------------------------- */.comments  h2 {	color: #333;}/* Theme colored dropcap (the standard dropcap is black)
---------------------------------------------------------------------- */.dropcap-theme {	color: #648cc8;}/* Color of table headers in non-highlighted price tables
---------------------------------------------------------------------- */.dif-table .title {	background-color: #648cc8;}/* Color of pricing/cost text in price tables
---------------------------------------------------------------------- */.dif-table .cost {	color: #648cc8;}/* Color tab on text divider 5
---------------------------------------------------------------------- */.text-divider5 span {	background-color: #648cc8;}/* Color tab on text divider 6
---------------------------------------------------------------------- */.text-divider6 span {	background-color: #648cc8;}/* Highlight color of image slides when you hover them in portfolio items
---------------------------------------------------------------------- */.portfolio-slider #carousel .slides li:hover {	border: 2px solid #648cc8;}/* Highlight color of the active image slide in portfolio items
---------------------------------------------------------------------- */.portfolio-slider #carousel .slides li.flex-active-slide {	border: 2px solid #648cc8;}/* Background color of mobile dropdown nav
---------------------------------------------------------------------- */.buttons-container {	background-color: #648cc8;}/* Color of active nav filter on portfolio and portfolio grid pages
---------------------------------------------------------------------- */.nav-pills>.active>a,.nav-pills>.active>a:hover {	background-color: #648cc8;}/* Check icon color
---------------------------------------------------------------------- */.icon-ok {	color: #333333;}/* Portfolio mode switches color theme
---------------------------------------------------------------------- */.portfolio-switch li a {	display: block;	width: 42px;	height: 27px;	background: transparent url("../img/portfolio_toggles.png") top left		no-repeat;	border-radius: 5px;}.portfolio-switch li.collapsed a {	background-position: 0 -31px;	background-color: #cccccc;}.portfolio-switch li.collapsed a:hover {	background-color: #648cc8;}.portfolio-switch li.collapsed a:hover,.portfolio-switch li.collapsed a.active	{	background-position: 0 -31px;}.portfolio-switch li.simple a {	background-position: 0 0;	background-color: #cccccc;}.portfolio-switch li.simple a:hover {	background-color: #648cc8;	background-position: 0 0;}.portfolio-switch li a.active {	background-color: #648cc8;}/* Price Tables check-icon color
---------------------------------------------------------------------- */.dif-table ul li i {	color: #37bf01;	padding-right: 1px;}/* Price Tables primary buttons color
---------------------------------------------------------------------- */.price-table-object .btn-primary {	color: white;	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);	background-color: #006DCC;	background-image: -moz-linear-gradient(top, #08C, #04C);	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08C),		to(#04C) );	background-image: -webkit-linear-gradient(top, #08C, #04C);	background-image: -o-linear-gradient(top, #08C, #04C);	background-image: linear-gradient(to bottom, #08C, #04C);	background-repeat: repeat-x;	filter: progid :           DXImageTransform.Microsoft.gradient (       		   startColorstr =     		     '#ff0088cc', endColorstr =           '#ff0044cc', GradientType = 		      		  0 );	border-color: #04C #04C #002A80;	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);	filter: progid :           DXImageTransform.Microsoft.gradient (        		  enabled =   		    		    false );}.price-table-object .btn:hover {	color: #333;	text-decoration: none;	background-color: #E6E6E6;	background-position: 0 -15px;	-webkit-transition: background-position 0.1s linear;	-moz-transition: background-position 0.1s linear;	-o-transition: background-position 0.1s linear;	transition: background-position 0.1s linear;}.price-table-object .btn-primary:hover,.price-table-object .btn-primary:active,.price-table-object .btn-primary.active,.price-table-object .btn-primary.disabled,.price-table-object .btn-primary[disabled]	{	color: white;	background-color: #04C;}