.colorme {color:#941243;}
.nav-bar > li:hover, .nav-bar > li a:hover  { color: #749f93;}
.nav-bar > li.active > a { }
ul.flyout li a:hover, .nav-bar li ul li a:hover {color:#749f93;}
.flyout {border-top:2px solid #941243;}
.sectiontitle {border-left: 4px solid #941243;}
::-moz-selection{background:#941243;color:#fff;}
::selection{background:#941243;color:#fff;}
.ca-menu li:hover .ca-main {color: #941243;}
.topborder { border-top:4px solid #941243;}
.readmore {background:#941243;}
 #subheader {background: #941243;border-top: 1px solid #941243; color: #eee;}
 #subheader a {color: #eee;}
 #subheader a:hover {color: #fff;}
 .readmore {background:#941243;}
 #testimonials blockquote cite {color:#941243;}
 .tags {background:#941243;}
 ul.pagination li.current a {background: #941243;}
.saymore {color:#941243;}
.submit {background:#941243;} 
dl.tabs dd.active { border-bottom: 3px solid #941243;}
ul.accordion > li.active {border-top: 3px solid #941243;}
div.alert-box.default { background-color: #941243;}
.slide {width:100%;	margin: 0;	padding: 0;	border-top: solid 4px #941243;}
.sam{width:100%;	margin: 0;	padding: 0;	border-top: solid 1px #941243;}


.btn-slide {	background:#941243 url(../../images/plus.png) no-repeat;}
.btn-slide.active { background: #941243 url(../../images/minus.png) no-repeat;}
#footer {border-top:#941243 4px solid;}
.back-top a:hover{background-color: #941243;}
.sf-shadow ul {border-top:2px solid #941243;}
.panel {border-left:4px solid #941243;}
.colorbackground {background:#941243;}
#testimonials {border-left: solid 6px #941243;}
.ei-title h2{background:rgba(128,0,128,0.4);}


.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    transition-duration: 0.3s;
    transition-property: transform;
}

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
    transform: scale(1.1);
}