#logo_home h1 a, header#colored #logo_home h1 a, header#plain #logo_home h1 a, header.sticky #logo_home h1 a {
    width: 160px;
    height: 34px;
    display: block;
    background-image: url(../img/site_logo.png) !important;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 160px 34px;
    text-indent: -9999px;
}

a#phone:before {
    font-size: 30px;
    content: "\57" !important;
    left: 0;
    top: 0;
}
 ul#tourcategories{
	min-width:375px;
	max-height:800px;
	columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  -o-columns:2;
} 

ul#tourcategories li{
   
}
a.btn_full, .btn_full {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: #fff;
    width: 100%;
    background: #6f9e48;
    cursor: pointer;
    padding: 12px 20px;
    display: inline-block;
    outline: none;
    font-size: 12px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    text-align: center;
    margin-bottom: 10px;
}

a.btn_full:hover, .btn_full:hover {
    background: #333;
    color: #fff;
}

.btn_full_outline {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: #6f9e48;
    background: none;
    border: 2px solid #6f9e48;
    cursor: pointer;
    padding: 10px 20px;
    display: inline-block;
    outline: none;
    font-size: 12px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    text-align: center;
    width: 100%;
}

.btn_full_outline:hover {
    border: 2px solid #333;
    color: #333;
}
/* ul#tourcategories li:nth-child(even){
    margin-right:0;
} */