/*
    9c0014 - 156, 0, 20 (primary) red
    4d7a31 - 77, 122, 49 (secondary) green
*/
#header {
	height: 110px;
}

.logo img,
.logo_link,
.logo_class {
    clear: both;
    margin-top: -20px;
    max-height: 90px;
    width: auto;
}

#nav .drop ul li a:hover {
	background: #fff;
	color: #9c0014;
}

#nav .drop ul li.anchor-active a {
	background: #fff;
	color: #9c0014;
}

#nav .drop ul li a:hover {
	color: #9c0014;
}


.visual .container:before {
    background: rgba(0, 0, 0, .7);
}
.btn {
 	background: #9c0014;
}
.btn:hover,
.btn:active,
.btn:focus {
	background: #75000f;
}

.btn-default {
    color: #fff;
}

.btn:hover,
.btn:active,
.btn:focus {
	    color: #fff;
}

.form .btn-submit {
	background: #9c0014;
}

.form .btn-submit:hover,
.form .btn-submit:active,
.form .btn-submit:focus {
	background: #75000f;
}

a,
.green {
    color: #9c0014;
}


#nav .nav-opener {
	background: #9c0014;
}

.header:before {
	background: #9c0014;
}

.steps-list li:after {
	border: 6px solid rgba(0, 0, 0, .4);
	background: #9c0014;
}

.steps-list li a:hover {
	color: #9c0014;
}

.online-gift-selection-header
{
    color: #fff;
    background-color: #9c0014;
}


.branch-gift-selection-header {
        color: #fff;
    background-color: #9c0014;
}

#footer {
	background: #2f383d;
	color: #fff;
}

body {
	color: #9c0014;
	background: #9c0014;
}

.btn-white {
	color: #fff;
	background: #9c0014;
}

.btn-white:hover,
.btn-white:active,
.btn-white:focus {
	background: #75000f;
	color: #fff;
}

.btn-down {
	background: rgba(156, 0, 20, .5);
}
.btn-down:hover {
	background: rgba(156, 0, 20, .3); 
}

.header:before,
.header:after {
	background: #9c0014;
}

.form-area h2 {
	color: #2f383d;
}

.coupon-form .header h2 {
	color: #2f383d;
}



.copyright-area {
	background: #262e32;
}



.text-box::after {
  color: transparent;
}

@media all and (min-width: 768px) {
	#nav .drop ul li a:before {
		background: #9c0014;
	}

	#nav .drop ul li a:hover {
		color: #9c0014;
	}

    #nav .drop ul li.anchor-active a {
        color: #9c0014;
    }
	
	.btn-down:hover,
		.btn-down:after, .btn-down:focus {
		background: rgba(156, 0, 20, .7); 
    }
}

@media only screen and (max-device-width: 300px) {
		img.logo_class {
			width: 200px;
		}