.text-primary-dark{
	color:#cb7e26;
}
.text-primary{
	color:#fea94c;
}

.text-white{
	color:#fff;
}
.btn,
.btn-large {
	background-color: #cb7e26;
}

.btn:hover,
.btn-large:hover {
	background-color: #fea94c;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=date]:focus,
textarea:focus {
	border-bottom: 1px solid #cb7e26;
    -webkit-box-shadow: 0 1px 0 0 #cb7e26;
    -moz-box-shadow: 0 1px 0 0 #cb7e26;
    box-shadow: 0 1px 0 0 #cb7e26; 
}

.hero_fullscreen.gradient_overlay {
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(top left, #4E342E 0%, #546E7A 100%);
	
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top left, #4E342E 0%, #546E7A 100%);
	
	/* Opera */ 
	background-image: -o-linear-gradient(top left, #4E342E 0%, #546E7A 100%);
	
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #4E342E), color-stop(1, #546E7A));
	
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top left, #4E342E 0%, #546E7A 100%);
}

.hero_fullscreen.background_solid.solid_01 {
	background: url(../../images/home_backgrounds/home_bg_01_gray.jpg);
	background-position:50% 99.9%;
	background-size: 100% auto;	
}

.hero_fullscreen.background_solid.solid_02 {
	background: url(../../images/home_backgrounds/home_bg_02_gray.jpg);
	background-position:50% 99.9%;
	background-size: 100% auto;	
}

a, .menu_bar_navigation ul li a:hover, .menu_bar_navigation ul li.active a, .cbp-spmenu a:hover{
	color:#666666
}

.background_color3 {
	background: #9e9e9e;
	color:white;
	background-image: url('../../images/home_bg_partner.jpg');
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.pricing_box.pricing_box_featured {
	border: solid 2px #9e9e9e;
}