﻿/*Home Page & Search Results Logo */
#imgHeader{
display: block;
background: url('dayget-h.png') no-repeat scroll 0px 0px transparent;
width: 195px;
height: 60px;
margin-bottom: 1px;
margin-top: 1px;
}

#imgFooter {
background: url("dayget-f.png") no-repeat center transparent;
height: 112px;
}
.promoHeadingColor{
 color:#3A7725 !important;
}

.businesstitleColor{
color:#3A7725 !important;
}

.propertynameColor{
color:#5a656a; !important;
}
.townColor {
color:#3A7725 !important;
}
.bsHeadingColor{
color:#5a656a; !important;
}

.bsPropertyColor{
color:#3A7725 !important;
}
.EatShopheadingColor{
color:#5a656a; !important;
}
.RestaurantnameColor{
color:#5a656a; !important;
}
.RestaurantColor{
color:#3A7725 !important;
}
.FAQheadingColor{
color:#5a656a; !important;
}
.FAQitemColor{
color:#3A7725 !important;
}
.AboutheadingColor{
color:#5a656a; !important;
}
.AboutheadingitemColor{
color:#3A7725 !important;
}
.ContactheadingColor{
color:#5a656a; !important;
}
.ContactitemColor{
color:#3A7725 !important;
}
.profileheadColor{
color:#5a656a; !important;
}
.profileSubheadColor{
color:#3A7725 !important;
}

/****************************************************************************
    Tabs
****************************************************************************/
.nav-tabs {
 border-bottom: none
}

.nav-tabs > li {
 -webkit-transition: 0.5s;
 -moz-transition: 0.5s;
 -o-transition: 0.5s;
 -ms-transition: 0.5s;
 transition: 0.5s;
}

.nav-tabs > li > a {
 color: #fff;
 background-color: #3A7725;
 border-radius: 0;
 margin-right: 3px;
 -webkit-transition: 0.5s;
 -moz-transition: 0.5s;
 -o-transition: 0.5s;
 -ms-transition: 0.5s;
 transition: 0.5s;
 font: 14px 'Droid Sans', sans-serif;
}

.nav> li > a:hover,
.nav> li > a:focus {
 background-color: #BDC3C7;
 color: #ffffff;
}

.nav-tabs >li.active> a,
.nav-tabs >li.active> a:hover,
.nav-tabs >li.active> a:focus {
 background-color: #ffffff;
 border: 1px solid transparent;
}

.nav-tabs >li.active> a:hover,
.nav-tabs >li.active> a:focus {
 color: #3A7725;
}
/*  Page button colors #957 */

.form-control.search-button,
.form-control.book-button,
.form-control.clearall-button,
.form-control.refresh-button {
  background-color: #3A7725;
  color: #fff;
  width: 110px;
  border: 0px;
  font: 14px 'Droid Sans',Helvetica, Arial, sans-serif;
  padding: 4px 10px;
  margin-bottom: 10px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  display: inline;
}
.form-control.clearall-button{ background-color: #cf5629;}
.form-control.search-button:hover, .form-control.search-button:focus,
.form-control.book-button:hover, .form-control.book-button:focus,
.form-control.refresh-button:hover, .form-control.refresh-button:focus,
.form-control.clearall-button:hover, .form-control.clearall-button:focus  {
  background-color: #bdc3c7;
  color: #5a656a;
}

/* My Profile button */
.myprofile .button                  {background: #3A7725; border: 0px; width: 80px;  padding: 7px 0px; color:#FFF; margin-left:25px; font:14px "DroidSans",Helvetica,Arial,sans-serif;}
.myprofile .button:hover            {background-color: #bdc3c7; color: #5a656a;}


/* SR page */

.filter h3 {
  font-size: 12px;
  color: #3A7725;
  margin: 0;
  padding: 5px 10px;
}
.widget_info {
  width: 100%
}
.widget_info h3 {
  background: none repeat scroll 0 0 #ffffff;
  border-top: thin solid #edeae2;
  color: #3A7725;
  cursor: pointer;
  font-family:'Droid Sans',Helvetica, Arial, sans-serif;
  font-size: 16px;
  margin: 0;
  outline: medium none;
  padding: 3px 0 3px 10px;
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.2s;
  transition: 0.3s;
}
.widget_info h3 .glyphicon {
  display: block;
  position: absolute;
  top: 6px;
  right: 10px;
  text-align: right;
  color: #3A7725;
}
.widget_info h3:hover,
.widget_info h3:hover .glyphicon {
  color: #ffffff;
  background-color: #3A7725;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.2s;
  transition: 0.3s;
}
.widget_info h3:hover.inactive{
  color:#3A7725;
  background-color: #ffffff;
  cursor:default;
}
.addthis_button_compact span        {display:inline-block;}
.f-widget .addthis_button_compact span,.f-widget .addthis_separator
                                    {margin-right:5px !important;}
.f-widget .addthis_button_compact:hover 
                                    {color:#FFFFFF !important;}

.hpText h1 {
 font-size: 24px;	
 line-height: 27px;
 color: #3A7725;
 }


