/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */
@import url('https://fonts.googleapis.com/css?family=Open+Sans');

body {
    font-family: 'Open Sans', sans-serif;
    color: #3d3d3d;
    font-size: 15px;
    font-weight: 300;
}

a.navbar-brand img {
    width: 174px;
}

a, p, h1, h2, h3, h4, h5, h6, li {
	font-family: 'Open Sans', sans-serif !important;
}


a, p a {
    color: #303030;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
	color:#95ba00;
}

.navbar {
    background: #95ba00;
    border-bottom: 0;
    font-family: 'Open Sans', sans-serif !important;
    border-bottom:1px solid #FFFFFF;
}

nav#nav {
    background: white;
    border-bottom:1px solid #252525;
    font-family: 'Open Sans', sans-serif !important;
    display:none !important;
}

@media (min-width: 768px) {
	.navbar {
    	border-radius: 0px;
	}
}

div#default-captcha-domainchecker p {
	color:#FFFFFF !important;
}


a.list-group-item.active, a.list-group-item.active:focus, a.list-group-item.active:hover {
    background-color: #95ba00;
    border-color: #95ba00;
}

.btn-success, .btn-primary, .btn-info {
	 background: #95ba00;
	 border:none !important;
}


.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-info:hover, .btn-info:focus, .btn-info:active {
    background-color: #95ba00!important;
    border:none !important;
}


#order-standard_cart .view-cart-items-header {
    background-color: #95ba00 !important;
    border-radius: none;
}


#order-standard_cart .empty-cart .btn {
    background-color: #95ba00 !important;
    border-radius: none
}

#order-standard_cart .view-cart-items {
    border-bottom: 2px solid #95ba00 !important;
}


#order-premium_comparison .price-table-container .order-button {
	background: #95ba00 !important;
}


#order-premium_comparison .price-table-container .price-table .top-head .price-area {
    color: #95ba00 !important;
}


#order-standard_cart .sub-heading span {
    color: #95ba00 !important;
}

.mainFeatures .fa {
	font-size:80px;
	color:#95ba00;
}


@media (min-width: 767px) {
	.price-table:hover {
	    transform: none !important;
	    z-index: 2;
	}
}


.footer {
    color: #fff;
    background: #252525;
    overflow: hidden;
    margin-top: 80px;
}