/* ==========================================================================
    AldoDesign Custom Styles Modify for BWCA Bootstrap (original css by Christina A Beymer)
   ========================================================================== */

/*------------------------------------------------------------------------------------------------------------------------------------
   
# TABLE OF CONTENTS :
   
[2] bootstrap columns for 480px - 767px // there are no responsive utilities for this
[3] body / html / #site-wrapper / .modal background
[4] font family
[5] responsive headlines so they are not as big on smaller viewports
[6] optional line height for taller viewports
[7] font weights classes
[8] .vertical-spacer // empty spacer
[9] custom utility classes and settings
[10] .img-custom
[11] .page-content / .container > 1200px
[12] link and link styles (general)
[13] ms support
[14] .header
[15] .mobile-menu-bar
[16] mobile max-width: 767px widths and settings when open and closed
[17] .nav-wrapper
[18] .logo-wrapper and logo
[19] .tool-bar is only on = or > 768px then the content inside it is customized to open on smaller viewports
[20] .primary-nav :: colors  [21] .primary-nav :: < or = 767px viewport styles   [22] .primary-nav :: > or = 768px viewport styles 
[23] .primary-nav :: responsive adjustments of font size and spacing between top level links
[24] .sub-bar // contains social links and tagline styles
[25] .search-panel
[26] .login-panel & .planning-panel
[27] .social-user login/registration icons
[28] .title // used initially inside the login-panel and planning-panel
[29] .banner
[30] .footer // highly customized does not rely on bootstrap grid
[31] .footer // custom columns and rules for the amount of content in the demo page and the media queries
[32] #toTop // scroll to #top of the page
[33] #scroll-menu // .scroll-nav :: shows up on scroll 
[34] .equal-height-col
[35] .feature-icon
[36] bootstrap css over-rides
  
NOTE: change the colors more easily in the css files inside the "colors" directory assets/css/colors/

-------------------------------------------------------------------------------------------------------------------------------------*/
 
/*------------------------------------------------------------------------------------------------------------------------------------
  [2] bootstrap columns for 480px - 767px // there are no responsive utilities for this
-------------------------------------------------------------------------------------------------------------------------------------*/
@media (min-width:480px) and (max-width:767px){.col-ms-1,.col-ms-2,.col-ms-3,.col-ms-4,.col-ms-5,.col-ms-6,.col-ms-7,.col-ms-8,.col-ms-9,.col-ms-10,.col-ms-11,.col-ms-12{float:left;position:relative;min-height:1px;padding-left:15px;padding-right:15px;}.col-ms-12{width:100%}.col-ms-11{width:91.66666666666666%}.col-ms-10{width:83.33333333333334%}.col-ms-9{width:75%}.col-ms-8{width:66.66666666666666%}.col-ms-7{width:58.333333333333336%}.col-ms-6{width:50%}.col-ms-5{width:41.66666666666667%}.col-ms-4{width:33.33333333333333%}.col-ms-3{width:25%}.col-ms-2{width:16.666666666666664%}.col-ms-1{width:8.333333333333332%}.col-ms-pull-12{right:100%}.col-ms-pull-11{right:91.66666666666666%}.col-ms-pull-10{right:83.33333333333334%}.col-ms-pull-9{right:75%}.col-ms-pull-8{right:66.66666666666666%}.col-ms-pull-7{right:58.333333333333336%}.col-ms-pull-6{right:50%}.col-ms-pull-5{right:41.66666666666667%}.col-ms-pull-4{right:33.33333333333333%}.col-ms-pull-3{right:25%}.col-ms-pull-2{right:16.666666666666664%}.col-ms-pull-1{right:8.333333333333332%}.col-ms-pull-0{right:0%}.col-ms-push-12{left:100%}.col-ms-push-11{left:91.66666666666666%}.col-ms-push-10{left:83.33333333333334%}.col-ms-push-9{left:75%}.col-ms-push-8{left:66.66666666666666%}.col-ms-push-7{left:58.333333333333336%}.col-ms-push-6{left:50%}.col-ms-push-5{left:41.66666666666667%}.col-ms-push-4{left:33.33333333333333%}.col-ms-push-3{left:25%}.col-ms-push-2{left:16.666666666666664%}.col-ms-push-1{left:8.333333333333332%}.col-ms-push-0{left:0%}.col-ms-offset-12{margin-left:100%}.col-ms-offset-11{margin-left:91.66666666666666%}.col-ms-offset-10{margin-left:83.33333333333334%}.col-ms-offset-9{margin-left:75%}.col-ms-offset-8{margin-left:66.66666666666666%}.col-ms-offset-7{margin-left:58.333333333333336%}.col-ms-offset-6{margin-left:50%}.col-ms-offset-5{margin-left:41.66666666666667%}.col-ms-offset-4{margin-left:33.33333333333333%}.col-ms-offset-3{margin-left:25%}.col-ms-offset-2{margin-left:16.666666666666664%}.col-ms-offset-1{margin-left:8.333333333333332%}.col-ms-offset-0{margin-left:0%}}

/*------------------------------------------------------------------------------------------------------------------------------------
  [3] body / html / #site-wrapper / .modal background
-------------------------------------------------------------------------------------------------------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
	outline: none;
}
html, body {
	font-size: 100%;
}
body {

	margin: 0;
	overflow-x: hidden;
	padding: 0;
	font-size: 15px;
	line-height: 1.6;
	min-width: 240px;
	-ms-overflow-style: scrollbar; /*newer ie covers up content unless this is included*/
	background-color: #FEFCEB;
}
/* the background of the main document is anything outside the #site-wrapper so we have to adjust the colors */
#site-wrapper, .modal {
	color: #333;
	background-color: #FEFCEB;
}
p {
	line-height: 24px;
	margin-bottom: 10px;
}
a:focus {
	-moz-outline-style: none;
	border: none;
	outline: none;
}
a:active, a:focus {
	outline: none;
 ie-dummy: expression(this.hideFocus=true);
}
 @media (max-width:500px) {
body {
	word-wrap: break-word;
	white-space: normal;
}
}
@media (min-width:768px) {
body {
	font-size: 15px
}
}
/*------------------------------------------------------------------------------------------------------------------------------------
  [4] font family
-------------------------------------------------------------------------------------------------------------------------------------*/

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}
.display-text {
	font-family: 'Leckerli One', cursive;
	font-weight: 400;
	text-shadow: 2px 2px 1px #FFF;
}

.sketch-text { font-family: 'Fredericka the Great', sans-serif; }


.intro-text {
	font-size: 1.1em !important;
	font-weight: 400 !important;
	line-height: 1.45em !important;
	text-transform: none !important;
}
/*------------------------------------------------------------------------------------------------------------------------------------
  [5] responsive headlines so they are not as big on smaller viewports
-------------------------------------------------------------------------------------------------------------------------------------*/

/* Headings Margins Default */
h1, h2, h3, h4 {
	font-family: 'Roboto Slab', serif;
	padding-bottom: 3px;
	margin-bottom: 8px;
	font-weight: 700;
	color: #655C54;
}
h1, .h1 {
	font-size: 28px;
	margin-bottom: 5px;
}
h2, .h2 {
	font-size: 26px;
}
h3, .h3 {
	font-size: 18px;
}
h4, .h4 {
	font-size: 16px;
}
h5, .h5 {
	font-size: 14px;
}
h6, .h6 {
	font-size: 12px;
}
 @media (min-width:992px) {
h1, .h1 {
	font-size: 32px;
}
h2, .h2 {
	font-size: 30px;
}
h3, .h3 {
	font-size: 24px;
}
h4, .h4 {
	font-size: 18px;
}
h5, .h5 {
	font-size: 14px;
}
h6, .h6 {
	font-size: 12px;
}
}


/*------------------------------------------------------------------------------------------------------------------------------------
  [6] optional line height for taller viewports
-------------------------------------------------------------------------------------------------------------------------------------*/

@media (min-width:768px) and (min-height:1000px) {
.page-content {
	line-height: 2
}
}
/*------------------------------------------------------------------------------------------------------------------------------------
  [7] font weights classes
-------------------------------------------------------------------------------------------------------------------------------------*/

.font-weight-normal {
	font-weight: 400;
}
.font-weight-thin {
	font-weight: 300;
}
.font-weight-bold {
	font-weight: bold;
}
p.dropcap:first-letter {
	display: block;
	float: left;
	font-size: 36px;
	line-height: 40px;
	color: #BB731E;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	margin-top: -2px;
	margin-right: 6px;
	margin-bottom: -2px;
	margin-left: 0;
}
/*------------------------------------------------------------------------------------------------------------------------------------
  [8] .vertical-spacer // empty spacer
-------------------------------------------------------------------------------------------------------------------------------------*/

hr.vertical-spacer {
	border: 0px;
	background: none;
	margin: 0;
	height: 20px;
	width: 100%;
	clear: both;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*Spacers*/

.divide10 {
	width: 100%;
	height: 10px;
}
.divide20 {
	width: 100%;
	height: 20px;
}
.divide30 {
	width: 100%;
	height: 30px;
}
.divide40 {
	width: 100%;
	height: 40px;
}
.divide50 {
	width: 100%;
	height: 50px;
}
.divide60 {
	width: 100%;
	height: 60px;
}
.divide70 {
	width: 100%;
	height: 70px;
}
.divide80 {
	width: 100%;
	height: 80px;
}
.divide100 {
	width: 100%;
	height: 100px;
}
.divide120 {
	width: 100%;
	height: 120px;
}
.divide130 {
	width: 100%;
	height: 130px;
}
.divide140 {
	width: 100%;
	height: 140px;
}
.margin0 {
	margin-bottom: 10px;
}
/*margins*/
.margin10 {
	margin-bottom: 10px;
}
.margin20 {
	margin-bottom: 20px;
}
.margin30 {
	margin-bottom: 30px;
}
.margin40 {
	margin-bottom: 40px;
}
.line-spacer {
	clear: both;
	display: block;
	overflow: hidden;
	border-bottom-width: 1px !important;
	border-bottom-style: solid !important;
	border-bottom-color: #000000 !important;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #343436;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
.line-spacer-narrow {
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #303031;
	border-bottom-color: #000000;
	margin-top: 5px;
	margin-bottom: 10px;
}
 @media (min-width:768px) {
hr.vertical-spacer {
	padding: 2%;
}
}
/*------------------------------------------------------------------------------------------------------------------------------------
  [9] custom utility classes and settings
-------------------------------------------------------------------------------------------------------------------------------------*/

.no-margin-bottom {
	margin-bottom: 0px
}
.no-padding-bottom {
	padding-bottom: 0px!important
}
.no-margin-top {
	margin-top: 0
}
.no-margin-left {
    margin-left: 0px;
}

.margin-top-20px {
	margin-top: 20px
}
.margin-bottom-20px {
	margin-bottom: 20px
}
.padding-bottom-20px {
	padding-bottom: 20px
}
.margin-top-bottom-20px {
	margin: 20px 0
}
.display-inline {
	display: inline
}
.display-inline-block {
	display: inline-block;
}
.overflow {
	display: block;
	text-overflow: ellipsis;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin-top: 0;
}
 @media (min-width:768px) {
.text-right-min-width-768px {
	text-align: right
}
}
 @media screen and (-webkit-min-device-pixel-ratio:0) {
select:focus,  textarea:focus,  input:focus {
	font-size: 16px
}
}
/*------------------------------------------------------------------------------------------------------------------------------------
  [10] .img-custom // fix for firefox and image  Style borders
-------------------------------------------------------------------------------------------------------------------------------------*/

.img-custom {
	padding: 5px;
	border: 1px solid #000
}
img {
	transform: rotate( .0001deg )
}
/*********************************************
	-	Images styles	-
**********************************************/
.img-border {
	float: none;
	margin: 0 auto 0;
	border: #999999 solid 1px;
}
.img-border-white {
	padding: 0px;
	overflow: hidden;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 4px solid #FEFFF4;
	box-shadow: 2px 2px 5px rgba(75,70,57,0.3);
	border-radius: 5px;
}
.img-border-white-trip {
    padding: 0px;
    overflow: hidden;
    margin-top: 4px;
    margin-right: 4px;
    margin-bottom: 10px;
    margin-left: 4px;
    border: 4px solid #FEFFF4;
    box-shadow: 2px 2px 5px rgba(75,70,57,0.3);
    border-radius: 5px;
    display: inline;
    clear: left;
    float: none;
}

.image-inline{
    float: none;
}
.image-inline > a > img {
    padding: 0px;
    overflow: hidden;
    margin-top: 4px;
    margin-right: 4px;
    margin-bottom: 10px;
    margin-left: 4px;
    border: 4px solid #FEFFF4;
    box-shadow: 2px 2px 5px rgba(75,70,57,0.3);
    border-radius: 5px;
}

.img-border-shadow {
	padding: 0px;
	overflow: hidden;
	border: 3px solid #FFF6E4;
	box-shadow: 1px 2px 10px 0px rgba(75,70,57,0.3);
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.img-left {
	float: none;
	margin: 0 auto 0;
}
.img-full {
	min-width: 100%;
}
.imgRight {
	margin: 2px 0px 0px 15px;
	float: right;
	padding: 0px;
}
.imgLeft {
	float: left;
	padding: 0px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.imgLeft-border {
	float: left;
	padding: 0px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 5px;
	border: 7px solid #E8E3D6;
	box-shadow: 1px 2px 6px #6A5A41;
}
.imgRight-border {
	float: right;
	padding: 0px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	border: 7px solid #E8E3D6;
	box-shadow: 1px 2px 6px #6A5A41;
}

.border-divider {
	clear: both;
	height: 1px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color:  #D6D2BB;
	margin-top: 10px;
	margin-bottom: 10px;
}
/*------------------------------------------------------------------------------------------------------------------------------------
  [11] .page-content / .container > 1200px
-------------------------------------------------------------------------------------------------------------------------------------*/

.page-content {
	clear: both;
	padding-bottom: 4%;
}
/* Responsive iFrame */
 
.responsive-iframe-container {
	position: relative;
	height: 400px !important;
	overflow: hidden;
	margin-bottom: 10px;
	border: 2px solid #FFF;
	box-shadow: 1pt 2px 7px 0px #D0CDB7;
	padding: 0px;
	width: 100%;
}
.responsive-iframe-container iframe, .vresponsive-iframe-container object, .vresponsive-iframe-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*--- bootstrap reset ---*/
@media (min-width: 1200px) {
.container {
	width: 96%;
	max-width: 1300px;
	overflow: hidden;
}
}
/*------------------------------------------------------------------------------------------------------------------------------------
  [12] link and link styles (general)
-------------------------------------------------------------------------------------------------------------------------------------*/

a {
	outline: 0 !important;
	color: #e85802;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
a:hover, a:focus, a:active, .social a:hover, .sub-bar a:hover {
	color: #e85802
}
a:active, a:focus {
	text-decoration: none;
}
.primary-nav a, .tool-bar a, .sub-bar a {
	text-decoration: none;
}
.social a:hover, .sub-bar a:hover {
	text-decoration: none;
}
.text-underline {
	text-decoration: underline;
}

/*------------------------------------------------------------------------------------------------------------------------------------
  [13] ms support
-------------------------------------------------------------------------------------------------------------------------------------*/

@-ms-viewport {
width: device-width;
}
@viewport {
width: device-width;
}
/*------------------------------------------------------------------------------------------------------------------------------------
  [14] .header  
-------------------------------------------------------------------------------------------------------------------------------------*/

.header {
	width: 100%;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight: 600;
}
#apDivLogoMenu { /* For Slideshow example like index.php page so that the Header-Logo-Menus are on top */
	position: absolute;
	width: 100%;
	z-index: 1041;
}
/*------------------------------------------------------------------------------------------------------------------------------------
  [15] .mobile-menu-bar
-------------------------------------------------------------------------------------------------------------------------------------*/

.mobile-menu-bar {
	border-bottom: 1px solid #fff
}
.mobile-menu-bar a {
	float: left;
	font-size: 24px;
	line-height: 60px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.mobile-menu-bar > a:not(:last-child) {
	border-right: 1px solid #fff;
}
/* --- icons when html.*-open --- */
.menu-open .toggle-menu i:before {
	content: "\f00d"
}
.search-open .toggle-search i:before {
	content: "\f00d"
}
.login-open .toggle-login i:before {
	content: "\f00d"
}
.signup-open .toggle-planning i:before {
	content: "\f00d"
}
.messageboard-open .toggle-messageboard i:before {
	content: "\f00d"
}
@media (min-width:768px) {
.toggle-menu {
	display: none
}
/* hide toggle => 768px */
}


/*------------------------------------------------------------------------------------------------------------------------------------
  [16] mobile max-width: 767px widths and settings when open and closed
-------------------------------------------------------------------------------------------------------------------------------------*/

@media (max-width:767px) {
.nav-wrapper,  .page-content,  .sub-bar,  .header,  .primary-nav {
	transition: all 0.2s ease-in-out
}
.logo-wrapper {
	transition: all 0.5s ease-in-out;
}
.primary-nav {
	left: -100%;
	height: 0px;
	overflow: hidden;
}
.menu-open .primary-nav {
	left: 0;
	height: auto;
}
.menu-open .logo-wrapper,  .search-open .logo-wrapper,  .login-open .logo-wrapper,  .signup-open .logo-wrapper,  .social-open .logo-wrapper {
	left: -100%;
	width: 0px;
	height: 0px;
	overflow: hidden;
}
.menu-open .nav-wrapper,  .search-open .nav-wrapper,  .login-open .nav-wrapper,  .signup-open .nav-wrapper,  .social-open .nav-wrapper,  .menu-open .sub-bar,  .search-open .sub-bar,  .login-open .sub-bar,  .signup-open .sub-bar,  .social-open .sub-bar {
	width: 100%;
	float: none;
	left: 0;
}
}
.logo-wrapper {
	width: 25%;
}
.nav-wrapper, .sub-bar {
	width: 75%;
	float: right;
}
/*------------------------------------------------------------------------------------------------------------------------------------
  [17] .nav-wrapper
-------------------------------------------------------------------------------------------------------------------------------------*/

.nav-wrapper {
	float: right;
	position: relative;
	background: #000;
}
.nav-wrapper .tool-bar a, .mobile-menu-bar a, .nav-wrapper .tool-bar, .primary-nav a {
	color: #fff
}
.nav-wrapper .tool-bar a:hover, .mobile-menu-bar a:hover {
	color: #ccc
}
 @media (min-width:768px) {
/* Header Bar */
.header .nav-wrapper {
	float: right;
	padding: 0;
}
.header .inner-wrapper {
	width: 100%;
	float: left;
	padding: 0 2% 0 0;
}
}
/*------------------------------------------------------------------------------------------------------------------------------------
  [18] .logo-wrapper and logo
-------------------------------------------------------------------------------------------------------------------------------------*/

.logo-wrapper {
	float: left;
	left: 0;
	position: relative;
}
.logo-wrapper a {
 min-width: 60px;
	width: 100%;
	display: block;
	padding: 0px;
}
.logo-wrapper a:hover img {
	opacity: .85
}
.logo-wrapper img {
	width: 100%;
	float: right;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
@media (min-width:450px) {
.logo-wrapper img { /* Logo Size control for small Mobile */
	padding: 0;
	max-width: 95px;
	max-height: 95px;
}
.logo-wrapper a {
	
	padding-bottom: 12px; /* Logo Color background padding to line up on bottom */
	
}
}
@media (min-width:768px) {
.logo-wrapper img { /* Logo Size control for Desktop to iPad */
	width: 100%;
	max-width: 120px;
	max-height: 120px;
	float: right;
}
.logo-wrapper a {

	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 6px; /* Logo Color background padding to line up on bottom */
	padding-left: 10px;
}
}
.logo-wrapper span {
	clear: both;

	padding-bottom: 0px;
	width: 100%;
	display: none;
	-webkit-background-size: 190px 10px;
	-moz-background-size: 190px 10px;
	-ms-background-size: 190px 10px;
	-o-background-size: 190px 10px;
	background-size: 190px 10px;
}
@media (min-width:768px) {
.logo-wrapper span {
	padding-bottom: 0px;
	-webkit-background-size: 381px 20px;
	-moz-background-size: 381px 20px;
	-ms-background-size: 381px 20px;
	-o-background-size: 381px 20px;
	background-size: 381px 20px;
}
}
.no-backgroundsize .logo-wrapper span {
	background: url(../images/header-shadow-no-backgroundsize.png) 100% 100% no-repeat;
	padding-bottom: 0px;
}


/*------------------------------------------------------------------------------------------------------------------------------------
  [19] .tool-bar is only on = or > 768px then the content inside it is customized to open on smaller viewports
-------------------------------------------------------------------------------------------------------------------------------------*/

@media (min-width:768px) {
.tool-bar > ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	font-weight: 400;
}
.tool-bar {
	float: left;
	width: 100%;
}
.tool-bar > ul {
	float: left
}
.tool-bar > ul > li {
	line-height: 52px;
	padding: 0 10px;
	font-size: 18px;
}
.tool-bar > ul > li.tb-left {
	float: left
}
.tool-bar > ul > li.tb-right {
	float: right
}
.tool-bar .divider {
	background: #777;
	margin: 0;
	width: 1px;
	padding: 0;
	position: relative;
	clear: none;
	height: 55px;
}
.divider.OR:before {
	color: #fff;
	background: #000;
	content: "or";
	position: absolute;
	left: -6px;
	top: 50%;
	margin-top: -12px;
	height: 16px;
	line-height: 1;
}
.divider.OR {
	margin: 0 5px;
	font-size: 16px;
}
.tool-bar .tb-phone span {
	line-height: 50px;
	font-size: 16px;
	font-weight: 300;
}
}
 @media (min-width:992px) {
.tool-bar > ul > li {
	padding: 0 15px;
	font-size: 20px;
}
.tool-bar .tb-phone span {
	font-size: 20px;
}
}
 @media (min-width:1200px) {
.tool-bar > ul > li {
	padding: 0 15px;
	font-size: 20px;
}
}
/*------------------------------------------------------------------------------------------------------------------------------------
  [20] .primary-nav :: colors
-------------------------------------------------------------------------------------------------------------------------------------*/

.primary-nav .active a, .primary-nav a:hover, .primary-nav .dcjq-parent.active {
	color: #fff;
	background: #444;
}
.primary-nav li {
	border-bottom: 1px solid #777
}
.primary-nav ul {
	background: #000;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	padding-left: 15px;
}
.primary-nav ul ul {
	background: #333
}
@media (min-width:768px) {
.nav-bar {
	border-top: 1px solid #777
}
.primary-nav > li {
	border-right: 1px solid #777
}
}
/*------------------------------------------------------------------------------------------------------------------------------------
  [21] .primary-nav :: < or = 767px viewport styles 
-------------------------------------------------------------------------------------------------------------------------------------*/

.nav-bar {
	clear: both
}
.primary-nav {
	font-weight: 400;
	text-transform: capitalize;
	font-size: 20px;   /*Font size on small mobile dropdown */
}
/* ---- children icon ---- */
.primary-nav .has-children > a:after {
	font-family: FontAwesome;
	content: "\f067";
	position: relative;
	display: inline;
	line-height: 1;
	font-size: 14px;
	padding-left: 5px;  /*spacing for + symbol on left */
	color: #E59D2C;
}
@media (min-width:768px) {
.primary-nav .has-children > a:after {
	top: -2px;
	right: -8px;
	padding: 0;
}
.primary-nav .has-children li > a:after {
	top: 0;
	right: -8px;
}
}
.primary-nav .has-children > .active:after {
	content: "\f068"
}
.primary-nav, .primary-nav ul {
	margin: 0;
	list-style: none;
	clear: both;
	position: relative;
	width: 100%;
	padding: 0;
}
.primary-nav li {
	position: relative
}
.primary-nav li {
	float: none
}
.primary-nav ul li:last-child {
	border-bottom: 0px
}
.primary-nav li a {
	display: block;
	padding: 10px;
}
.primary-nav li li a {
	padding-left: 20px
}
.primary-nav li li li a {
	padding-left: 20px
}


/*------------------------------------------------------------------------------------------------------------------------------------
  [22] .primary-nav :: > or = 768px viewport styles 
-------------------------------------------------------------------------------------------------------------------------------------*/

@media (min-width:768px) {
.nav-bar {
	clear: both
}
.primary-nav > li {
	float: left;
	border-bottom: 0px;
}
.primary-nav li li {
	width: 100%
}
.primary-nav > li > a {
	line-height: 40px
}
.primary-nav li li a {
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 10px;
}
.primary-nav {
	float: left;
	right: auto;
	left: 0;
	padding: 0;
	height: auto;
	z-index: 1000;
	overflow: visible;
}
.primary-nav ul {
	position: absolute;
	top: 70px;
	left: 0;
	margin: 0;
	min-width: 280px;
	text-align: left;
	display: none;
	margin: 0;
	padding: 0;
}
.primary-nav ul ul {
	position: relative;
	top: auto;
	left: 0;
	margin: 0;
}
}


/*------------------------------------------------------------------------------------------------------------------------------------
  [23] .primary-nav :: responsive adjustments of font size and spacing between top level links
-------------------------------------------------------------------------------------------------------------------------------------*/

@media (min-width:768px) {
.primary-nav > li > a {
	font-size: 20px;
	padding: 0 10px;
}
.primary-nav > .has-children a {
	padding-right: 15px
}
}
@media (min-width:992px) {
.primary-nav > li > a {
	font-size: 21px;
	padding: 0 15px;
}
.primary-nav > .has-children a {
	padding-right: 25px
}
}
@media (min-width:1200px) {
.primary-nav > li > a {
	font-size: 20px;
	padding: 0 15px;
}
.primary-nav > .has-children a {
	padding-right: 20px
}
}
@media (min-width:1500px) {
.primary-nav > li > a {
	font-size: 26px;
	padding: 0 15px;
}
.primary-nav > .has-children a {
	padding-right: 30px
}
}
/*------------------------------------------------------------------------------------------------------------------------------------
  [24] .sub-bar // contains social links and tagline styles
-------------------------------------------------------------------------------------------------------------------------------------*/

.sub-bar {
	float: left;
	margin: 0;
	list-style: none;
	font-size: 24px;
	font-weight: 400;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	-webkit-font-smoothing: antialiased; /* for Slideshow fonts so it does not flicker when fade*/
	-webkit-text-size-adjust: 100%;
	-webkit-text-size-adjust: none;
	text-rendering: optimizeLegibility;
	
}
.sub-bar a, .social a {
	color: #DACBA1
}
.sub-bar > li {
	float: left;
	padding-right: 15px;
}
.sb-social-wrapper {
	padding: 0;
	nowhitespace: afterproperty;
	clear: both;
	width: 100%;
	display: none;/* hide on small*/
}
.tagline {
	font-weight: 400;
	width: 100%;
	
}
.sub-bar .social {
	list-style: none;
	margin: 0;
	padding: 10px 0 0 0;
}
.sub-bar .social li {
	float: left;
	font-size: 20px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.sub-bar .social li.last {
	padding: 0
}
.sub-bar .social .closeMe {
	float: right;
	padding: 0;
	background: #000
}
.sub-bar .social .closeMe a {
	padding: 2px;
	color: #fff
}
@media (min-width:768px) {
.sb-social-wrapper {
	display: block!important;
	padding: 0;
	clear: none;
	width: auto;
}
.sub-bar .social {
	padding: 0;
	clear: none;
}
.sub-bar {
	line-height: 35px;
	float: left;
	position: relative;
	top: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: rgba(94,111,54,0.7); /*bottom sub-bar tagline and social*/
}
.sub-bar,  .sub-bar .sb-right {
	float: right
}
.sub-bar .sb-left {
	float: left
}
.tagline {
	margin: 0;
	padding: 0 0 0 15px;
	font-size: 24px;
	letter-spacing: 2px;
	width: auto;
}
}
@media (min-width:992px) {
.tagline {
	letter-spacing: 3px
}
}
/*------------------------------------------------------------------------------------------------------------------------------------
  [25] .search-panel
-------------------------------------------------------------------------------------------------------------------------------------*/
.search-panel {
	background: #fff;
	position: relative;
	clear: both;
	display: none;
	width: 100%;
	overflow-x: hidden;
}
.search-panel form {
	margin: 0;
	text-align: center;
	padding: 10px;
}
.search-open .search-panel {
	display: block
}
/*------------------------------------------------------------------------------------------------------------------------------------
  [26] .login-panel & .planning-panel
-------------------------------------------------------------------------------------------------------------------------------------*/

.login-panel, .planning-panel {
	clear: both;
	display: none;
	font-size: 1.1em;
	font-weight: 400;
	-webkit-font-smoothing: antialiased; /* for Slideshow fonts so it does not flicker when fade*/
	-webkit-text-size-adjust: 100%;
	-webkit-text-size-adjust: none;
	text-rendering: optimizeLegibility;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-color: #FEFCEB;
	background-image: url(../images/backgrounds/dirty-paper.png);
	background-repeat: repeat;
}
.planning-panel h3 {
	font-size: 22px;
	font-weight: 400;
	text-transform: capitalize;
	color: #333;
	line-height: 24px;
}
.planning-panel h4 {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
.planning-panel .well {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	vertical-align: top;
	overflow: hidden;
	text-align: center;
	background-image: url(../images/backgrounds/bwca-map-bg-sm.jpg);
	background-repeat: repeat;
}
.planning-panel img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding: 0px !important;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	max-width: 90%;
}
header .toggle-planning .fa {
	color: #E49D2E !important;
}
/*------------------------------------------------------------------------------------------------------------------------------------
  [27] .social-user login/registration icons
-------------------------------------------------------------------------------------------------------------------------------------*/

.social-user a:hover {
	text-decoration: none;
	opacity: .7;
}
.social-user a, .social-user a:hover {
	color: #fff
}
.social-user .facebook {
	background: #174079
}
.social-user .fa-facebook {
	background: #3a64a0
}
.social-user .google {
	background: #a62b1f
}
.social-user .fa-google-plus {
	background: #d34537
}
.social-user .wordpress {
	background: #222
}
.social-user .fa-wordpress {
	background: #333
}
.social-user .twitter {
	background: #158bb8
}
.social-user .fa-twitter {
	background: #1eb3ec
}
.social-user .fa {
	font-size: 24px;
	width: 100%;
	text-align: center;
	line-height: 28px;
	border-bottom: 1px solid rgba(255,255,255,.075);
}
.social-user a {
	display: block;
	font-size: 18px;
	margin-bottom: 5px;
	letter-spacing: 1px;
}
.social-user a span {
	padding: 5px 10px;
	display: block;
	text-align: center;
}
@media (min-width:400px) {
.social-user a {
	display: inline-block;
	font-size: 16px;
	margin-bottom: 5px;
}
.social-user a span {
	padding: 5px 10px;
	display: inline-block;
}
.social-user .fa {
	float: left;
	padding: 0;
	font-size: 20px;
	width: 35px;
	text-align: center;
	line-height: 35px;
	border-right: 1px solid rgba(255,255,255,.075);
	border-bottom: 0px;
}
}
/*------------------------------------------------------------------------------------------------------------------------------------
  [28] .title // used initially inside the login-panel and planning-panel
-------------------------------------------------------------------------------------------------------------------------------------*/

.title {
	text-transform: uppercase;
	border-bottom: 1px solid #777;
	padding-bottom: 4px;
	margin-bottom: 20px;
	margin-top: 0;
}
.title {
	line-height: 1;
	padding-bottom: 0;
}
.title span {
	display: inline-block;
	padding-bottom: 8px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #AAAE8D;
}
.spaced-out-header {
	letter-spacing: 2px;
}
.uppercase {
	text-transform: uppercase;
}
.text-supersized {
	font-size: 30px;
	line-height: 1;
}
 @media (min-width:650px) {
.text-supersized {
	font-size: 60px;
}
}
 @media (min-width:992px) {
.text-supersized {
	font-size: 80px;
}
}
 @media (min-width:1200px) {
.text-supersized {
	font-size: 100px;
}
}
/*------------------------------------------------------------------------------------------------------------------------------------
  [29] .banner
-------------------------------------------------------------------------------------------------------------------------------------*/

.banner {
	width: 100%;
	/*max-width: 1200px;*/
	clear: both;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #D4D3C5;
	height: 400px;
	padding: 2%;
}
.banner-home {
	width: 100%;
	/*max-width: 1200px;*/
	clear: both;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: #5B5248;
	padding: 0px;
	overflow: hidden;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #cac5a6;
}
.bg-overlay {
	height: 100%;
	width: 100%;
	min-height: 100%;
	min-width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
}
/*------------------------------------------------------------------------------------------------------------------------------------
  [30] .footer // highly customized does not rely on bootstrap grid
-------------------------------------------------------------------------------------------------------------------------------------*/

.footer {
	clear: both;
	overflow-x: hidden;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
}
.footer section {
	padding: 20px 0 0 0
}
.footer a {
	color: #FBF8E8
}
footer a:hover {
	color: #E39D2B;
	text-decoration: none;
}
 @media (max-width:767px) {
.footer {
	padding-bottom: 30px
}
}
/* ------------ .footer h5 [used before each chunk] -------- */
.footer h5 {
	font-family: 'Roboto Slab', serif;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 2px;
	font-size: 16px;
	margin-bottom: 20px;
	margin-top: 0;
	color: #D1CDA6;
}

.footer p {
    color: #D1CDA6;
}
/* ------------ footer .img-widget  -------- */
.img-widget {
	margin-right: -5px;
	margin-bottom: -5px;
}
.img-widget img {
	width: 100%;
	height: auto;
}
.img-widget a {
	float: left;
	width: 65px;
	padding: 0 5px 5px 0;
}
@media (min-width:768px) {
.footer .img-widget a {
	width: 20%
}
}
@media (min-width:992px) {
.img-widget a {
	width: 16.5%
}
.footer .img-widget img {
	width: 100%
}
}
/* ------------ .footer .blog-posts  -------- */
.footer .blog-posts {
	margin-top: -4px
}
.footer .blog-posts li {
	padding: 4px 0;
	border-bottom: 1px solid #333
}
/* ---- footer social */
.footer .social {
	margin: 0 0 -5px 0
}
.footer .social li {
	float: left;
	padding-right: 10px;
}
.footer .social a {
	font-size: 20px;
	color: #fff
}
@media (min-width:768px) {
.footer .social {
	float: right
}
.footer .social li {
	padding-left: 10px;
	padding-right: 0;
}
}
/*------------------------------------------------------------------------------------------------------------------------------------
  [31] .footer // custom columns and rules for the amount of content in the demo page and the media queries
-------------------------------------------------------------------------------------------------------------------------------------*/

.footer hr {
	border-color: #777;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: -15px;
	margin-right: -15px;
	padding-bottom: 0;
}
.footer hr.margin-top-minus-30px {
	margin-top: -30px
}
.footer-signup .form-control, .footer-signup .btn {
	border-radius: 0px;
}
.footer-signup .btn {
	background: #555;
	border-color: #555;
}
.footer-signup .btn:hover {
	background: #777
}
.footer [class*="footer-col-"] {
	padding: 30px 15px
}
 @media (min-width:768px) {
.footer [class*="footer-col-"] {
	float: left;
	padding: 30px 15px;
}
.footer [class*="footer-col-"]:not(:last-child) {
	border-right: 1px solid #777
}
.footer-col-1 {
	width: 35%
}
.footer-col-2 {
	width: 30%
}
.footer-col-3 {
	width: 35%
}
}
 @media (min-width:1200px) {
.footer-col-1 {
	width: 33%
}
.footer-col-2 {
	width: 33%
}
.footer-col-3 {
	width: 33%
}
}
 @media (min-width:1500px) {
.footer-col-1 {
	width: 40%
}
.footer-col-2 {
	width: 20%
}
.footer-col-3 {
	width: 40%
}
}
/*------------------------------------------------------------------------------------------------------------------------------------
  [32] #toTop // scroll to #top of the page
-------------------------------------------------------------------------------------------------------------------------------------*/
#toTop {
	cursor: pointer;
	position: fixed;
	z-index: 1000;
	bottom: 0;
	right: 0;
	font-size: 30px;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
}
@media (min-width:768px) {
#toTop {
	bottom: 40%;
}
}
/* -----  Scroll To Top Button (AldoDesign version)------- */
#scroll-top {
	position: fixed;
	z-index: 10;
	right: -50px;
	bottom: 10px;
	width: 45px;
	height: 45px;
	color: #ffffff;
	text-align: center;
	background-color: #C77B20;
	padding-top: 12px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	cursor: pointer;
}
#scroll-top i {
	font-size: 1.3em;
}
#scroll-top:hover {
	background-color: #5B524C;
}
#scroll-top.visible {
	right: 10px;
}
/*------------------------------------------------------------------------------------------------------------------------------------
  [33] #scroll-menu // .scroll-nav :: shows up on scroll on top left.
-------------------------------------------------------------------------------------------------------------------------------------*/
#scroll-menu {
	display: none!important;
}
 @media (min-width:768px) {
#scroll-menu.scroll-active {
	display: block!important;
}
#scroll-menu .scroll-menu-toggle {
	color: #fff;
	background: #000;
	font-size: 18px;
}
.scroll-nav {
	background: #fff;
	border-right-color: #000;
	border-bottom-color: #000;
}
.scroll-nav a {
	color: #000;
	font-size: 18px;
}
.scroll-nav li:not(:last-child) {
	border-bottom-color: #000
}
.scroll-nav .active a,  .scroll-nav .dcjq-parent.active,  .scroll-nav a:hover {
	color: #e85802
}
.boxshadow #scroll-menu {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
}
#scroll-menu .scroll-menu-toggle {
	display: block;
	cursor: pointer;
	position: absolute;
	top: 0;
	z-index: 1000;
	left: 0;
	font-size: 30px;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
}
.scroll-menu-open .scroll-nav {
	left: 0
}
.scroll-menu-open .scroll-menu-toggle i:before {
	content: "\f00d";
	position: relative;
	top: -1px;
}
#scroll-menu .scroll-nav {
	transition: all 0.2s ease-in-out
}
/* ---- children icon ---- */
.scroll-nav .has-children > a:after {
	font-family: 'FontAwesome';
	content: "\f067";
	font-size: 12px;
	padding-left: 10px;
}
.scroll-nav {
	list-style: none;
	margin: 0;
	position: absolute;
	top: 0;
	left: -450px;
	padding: 20px;
	margin-left: 40px;
	width: 400px;
	font-size: 16px;
	line-height: 2;
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
}
.scroll-nav ul {
	list-style: none;
	margin: 0;
	padding-left: 2%;
}
.scroll-nav a {
	display: block
}
.scroll-nav li:not(:last-child) {
	border-bottom: 1px dotted #777
}
.scroll-nav a:hover,  .scroll-nav a:active,  .scroll-nav a:focus {
	text-decoration: none
}
}


/*------------------------------------------------------------------------------------------------------------------------------------
  [34] .equal-height-col
-------------------------------------------------------------------------------------------------------------------------------------*/

@media (min-width:992px) {
.equal-height-col > [class*="col-"]:not(:last-child) {
	border-right: 1px solid #777;
}
.equal-height-col > [class*="col-"] p {
	padding: 0 2%
}
}
/*------------------------------------------------------------------------------------------------------------------------------------
  [35] .feature-icon
-------------------------------------------------------------------------------------------------------------------------------------*/

.feature-icon {
	font-size: 500% !important;
	text-shadow: 2px 2px 1px #FFF;
}
 @media (min-width:768px) {    
.feature-icon {
	font-size: 450% !important;
	text-shadow: 2px 2px 1px #FFF;
}
}
@media (min-width:992px) {
.feature-icon {
	font-size: 450% !important;   
	text-shadow: 2px 3px 1px #FFF;
}
}
@media (min-width:1200px) {
.feature-icon {
	font-size: 500% !important;
	text-shadow: 2px 3px 1px #FFF;
}
}
/*------------------------------------------------------------------------------------------------------------------------------------
  [36] bootstrap css over-rides
-------------------------------------------------------------------------------------------------------------------------------------*/

.btn, .input-group, .input-group *, .form-control, .panel, .panel-heading, .panel-footer, .well, .alert, .list-group, .list-group .list-group-item, pre, code {
	border-radius: 3px;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.pager *, .pagination * {
	border-radius: 0 !important;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.panel-heading {
	font-weight: bold;
}
.form-control:focus {
	outline: 0;
}
.form-control, .input-group span, .input-group .btn {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn {
	font-size: 1em;
	font-weight: 300;
}
.well {
	background-color: rgba(173,176,123,0.4) !important;
}

.panel-body{
    background-color: rgba(250,241,204,0.5) !important;
}

.well-cream {
	background-color: rgba(250,241,204,0.5) !important;
}

.well-cream-75 {
    background-color: rgba(250,241,204,0.75) !important;
}

/* ------------ placeholders // don't combine  ---------- */

.form-control::-moz-placeholder {
 color: #000;
 font-size:16px;
 opacity: 1;
}
.form-control:-ms-input-placeholder {
 color: #000;
 font-size:16px;
}
.form-control::-webkit-input-placeholder {
 color: #000;
 font-size:16px;
}
.well-white {
	background-color: rgba(255,255,255,0.5) !important;
}

.panel-white {
    background-color: rgba(255,255,255,0.5) !important;
}
/* ------------ bootstrap tooltip  ---------- */
.tooltip-inner {
	border-radius: 0px;
	color: #ffffff;
	background-color: #C77A21;
}
.tooltip.top .tooltip-arrow, .tooltip.top-left .tooltip-arrow, .tooltip.top-right .tooltip-arrow {
	background-color: #C77A21;
}
.tooltip.right .tooltip-arrow {
	background-color: #C77A21;
}
.tooltip.left .tooltip-arrow {
	background-color: #C77A21;
}
.tooltip.bottom .tooltip-arrow, .tooltip.bottom-left .tooltip-arrow, .tooltip.bottom-right .tooltip-arrow {
	background-color: #C77A21;
}
/* ==========================================================================
 Custom Button Color Backgrounds
========================================================================== */
.btn-warning {
	background-color: #C77A21 !important;
	color: #FFFFFF;
	font-weight: 600;
	border-radius: 3px;
	-webkit-transition: color 0.2s linear, background 0.2s linear;
	-moz-transition: color 0.2s linear, background 0.2s linear;
	-o-transition: color 0.2s linear, background 0.2s linear;
	transition: color 0.2s linear, background 0.2s linear;
}
.btn-outline {
	color: inherit;
	background-color: transparent;
	transition: all .5s;
}
.btn-primary.btn-outline {
	color: #285E9B;
}
.btn-success.btn-outline {
	color: #86915E;
}
.btn-info.btn-outline {
	color: #5bc0de;
}
.btn-warning.btn-outline {
	color: #000000;
	text-transform: uppercase;
	font-weight: 600;
	box-shadow: 1px 1px 3px #CCC;
}
.btn-danger.btn-outline {
	color: #993300;
}
.btn-primary.btn-outline:hover, .btn-success.btn-outline:hover, .btn-info.btn-outline:hover, .btn-warning.btn-outline:hover, .btn-danger.btn-outline:hover {
	color: #fff;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers: h5bp.com/u
 */

.hidden {
	display: none !important;
	visibility: hidden;
}
/*
 * Hide only visually, but have it available for screen readers: h5bp.com/v
 */

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
	visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before, .clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}
.clearfix:after {
	clear: both;
}
.clearer {
	clear: both;
}

.gsc-search-button
{
    background-color: #1a4195;
    border-radius: 5px;

}

input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
    background-color: #1a4195 !important;
    background-image: url("http://www.google.com/uds/css/v2/search_box_icon.png") !important;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 16px !important;
    border-color: #1a4195 !important;
    filter: none;
}

a:hover {
	cursor:pointer;
}