.navbar-cart-inner{
display:none;
}
.powered-by{
display:none;
}
.standard-button,
.navbar-register-button {
	background-color: rgb(30, 115, 190);
}
.standard-button:hover,
.navbar-register-button:hover {
	color: #ffffff;
	background: rgba(30, 115, 190, 0.84);
	text-decoration: none;
}
.woocommerce ul.products li.product .button, .woocommerce .products .product .button {  
   background-color: rgb(30, 115, 190);
}
.main-navigation a:hover,{
	color: rgb(30, 115, 190);
}
.colored-line-left, .colored-line-right, .colored-line {
    background: rgba(30, 115, 190, 0.84);
}
.home-add-to-cart-wrap a {
	background-color: rgba(30, 115, 190, 0.84);
}
.page-description{
display:none;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: rgb(27, 106, 175);
}
.header-search-button {
    display: none;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
    background-image: url(images/tr-btn.png);
    background-repeat: repeat-x;
    background-color: rgb(30, 115, 190);
    background-size: contain;
    text-shadow: none;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 1.6;
    border: none;
    padding: 10px 30px 10px 30px;
    color: #ffffff;
    -webkit-transition: none;
    transition: none;
    font-weight: bold;
}
a {
    color: rgb(30, 115, 190);
}
a:hover {
 color: rgb(105, 157, 204);
}
input[type="submit"]:hover {
	background: rgb(105, 157, 204);
	border-color: inherit;

}