/******************************************************************
Site Name: Apartments Florence (Horizon) RA#287
Author: Aurel Luciu

Stylesheet: Theme for Customer
Note: In this file only colors will be changed
******************************************************************/
/*********************
COLORS
*********************/
body {
  color: #7e7e7e;
}

a {
  color: #6b6b6b;
}

button,
#make_request_menu a,
a.btn,
.add a,
.remove a {
	background-color: #6b6b6b;
	border: solid 1px #5e5e5e;
	background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #525252), color-stop(100%, #6b6b6b));
	background-image: -webkit-linear-gradient(bottom, #525252, #6b6b6b);
	background-image: -moz-linear-gradient(bottom, #525252, #6b6b6b);
	background-image: -o-linear-gradient(bottom, #525252, #6b6b6b);
	background-image: linear-gradient(bottom, #525252, #6b6b6b);
}
button:hover,
#make_request_menu a:hover,
a.btn:hover,
.add a:hover,
.remove a:hover {
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #525252), color-stop(100%, #6b6b6b));
	background-image: -webkit-linear-gradient(top, #525252, #6b6b6b);
	background-image: -moz-linear-gradient(top, #525252, #6b6b6b);
	background-image: -o-linear-gradient(top, #525252, #6b6b6b);
	background-image: linear-gradient(top, #525252, #6b6b6b);
}
.calendar thead tr:first-child td {
	color: #6b6b6b;
}
.calendar .headrow .nav div {
	color: #6b6b6b;
}
.daysrow .selected {
	background-color: #9e9e9e;
}
.daysrow .selected:hover {
	background-color: #9e9e9e;
}
#mainmenus #menu-icon {
	color: #6b6b6b;
}
#mainmenus li.current_page a {
	color: #adadad;
	border-bottom: none;
	font-weight: 300;
}
.wrapper-top {
	background: url(/img/bg_body.png) repeat-x center top;
	/* old browsers */
	background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #525252), color-stop(100%, #6b6b6b));
	background-image: -webkit-linear-gradient(bottom, #525252, #6b6b6b);
	background-image: -moz-linear-gradient(bottom, #525252, #6b6b6b);
	background-image: -o-linear-gradient(bottom, #525252, #6b6b6b);
	background-image: linear-gradient(bottom, #525252, #6b6b6b);
	background: -ms-linear-gradient(bottom, #525252, #6b6b6b);
	/* IE10+ */
}
.social-links a {
	color: #6b6b6b;
}
.social-links a:hover {
	background: #383838;
}
.social-links a:active {
	background: #383838;
}
#languages li a {
	background: #6b6b6b;
}
#languages li:hover a {
  background-color: #383838;
}
#searchmenu_1 {
	-webkit-box-shadow: 0 -4px 0 #6b6b6b inset;
	-moz-box-shadow: 0 -4px 0 #6b6b6b inset;
	box-shadow: 0 -4px 0 #6b6b6b inset;
}
#search_destination .kigo_autocomplete {
	background: url(/img/input-dest.png) no-repeat right center, -moz-linear-gradient(100% 100% 90deg, #f4f4f4, white);
	background: url(/img/input-dest.png) no-repeat right center, -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(#f4f4f4));
}
#search_destination .kigo_singleselect {
	background: url(../img/input-dest.png) no-repeat right center, -moz-linear-gradient(100% 100% 90deg, #f4f4f4, white);
	background: url(../img/input-dest.png) no-repeat right center, -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(#f4f4f4));
}
#search_dates #search_date_in {
	background: url(../img/input-calendar.png) no-repeat right center, -moz-linear-gradient(100% 100% 90deg, #f4f4f4, white);
	background: url(../img/input-calendar.png) no-repeat right center, -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(#f4f4f4));
}
#search_dates #search_date_out {
	background: url(../img/input-calendar-out.png) no-repeat right center, -moz-linear-gradient(100% 100% 90deg, #f4f4f4, white);
	background: url(../img/input-calendar-out.png) no-repeat right center, -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(#f4f4f4));
}
#search_guests .kigo_singleselect {
	background: url(../img/input-guest.png) no-repeat right center, -moz-linear-gradient(100% 100% 90deg, #f4f4f4, white);
	background: url(../img/input-guest.png) no-repeat right center, -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(#f4f4f4));
}
.ua-msie #search_destination .kigo_autocomplete {
	background-image: url(/img/input-dest.png);
}
.ua-msie #search_destination .kigo_singleselect {
	background-image: url(/img/input-dest.png);
}
.ua-msie #search_dates #search_date_in {
	background-image: url(/img/input-calendar.png);
}
.ua-msie #search_dates #search_date_out {
	background-image: url(/img/input-calendar-out.png);
}
.ua-msie #search_guests .kigo_singleselect {
	background-image: url(/img/input-guest.png);
}
.search_options_title {
	background: #ffffff;
}
#search_options h3 {
	color: #6b6b6b;
}
#search_options ul li a:before {
	color: #6b6b6b;
}
#linksmenu {
	display: none;
}
.properties-view-options {
	background: #6b6b6b;
}
.properties-view-options li.active {
	background: #858585;
}
#search .block .request_list a.in_list:before,
.template-page-searchres .block .request_list a.in_list:before {
	color: #6b6b6b;
}
.pagin-second .wrapper-top,
#page-home .wrapper-top {
	background: url(/img/bg_body.png) repeat-x center top;
	/* old browsers */
	background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.8) 75%, #525252 75%, #6b6b6b);
	background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.8) 75%, #525252 75%, #6b6b6b);
	background-image: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0.8) 75%, #525252 75%, #6b6b6b);
	background-image: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.8) 75%, #525252 75%, #6b6b6b);
	background-image: linear-gradient(bottom, rgba(255, 255, 255, 0.8) 75%, #525252 75%, #6b6b6b);
	background: -ms-linear-gradient(bottom, rgba(255, 255, 255, 0.8) 75%, #525252 75%, #6b6b6b);
	/* IE10+ */
}
.pagin-second #block-5 .request_list a.in_list:before,
#page-home #block-5 .request_list a.in_list:before {
	color: #6b6b6b;
}
.pagin-second #block-5 h3:before,
#page-home #block-5 h3:before {
	background-color: #6b6b6b;
}
.pagin-second #block-6 .request_list a.in_list:before,
#page-home #block-6 .request_list a.in_list:before {
	color: #6b6b6b;
}
.pagin-second #block-6 h3:before,
#page-home #block-6 h3:before {
	background-color: #6b6b6b;
}
#availability_calendar {
	background-image: url("/img/calendar/calendar-legend.png");
}
.mh, .mc, .bmc {
	background-image: url("/img/calendar/bg-day-reserved.png");
}
.bmc {
	background-image: url("/img/calendar/bg-day-reserved.png");
}
.emc {
	background-image: url("/img/calendar/bg-day-reserved.png");
}
.template-property #pagetitle {
	color: #6b6b6b;
}
.template-property #content .block {
	-webkit-box-shadow: 0 4px 0 #6b6b6b inset;
	-moz-box-shadow: 0 4px 0 #6b6b6b inset;
	box-shadow: 0 4px 0 #6b6b6b inset;
}
.template-property #content .block h2 {
	color: #6b6b6b;
}
.template-property #content .block h2:before {
	background: #6b6b6b;
}
.template-property .information h3 {
	background: #6b6b6b;
}
.template-property .information dd {
  color: #6b6b6b;
}
#availability_and_price .availability {
	background: #6b6b6b;
}
#availability_and_price .price > span {
	color: #6b6b6b;
}
#availability_and_price .price table td {
	color: #6b6b6b;
}
#availability_and_price .price table .total-fees th, #availability_and_price .price table .total-fees td {
	border-top: 1px solid #6b6b6b;
}
#availability_and_price .price table .ob-amount th, #availability_and_price .price table .ob-amount td {
	background: #6b6b6b;
}
#availability_and_price .price table .total-all th, #availability_and_price .price table .total-all td {
	background: #919191;
	color: #6b6b6b;
}
#availability_and_price .dates fieldset.e-1 input {
	background: url(/img/input-calendar.png) no-repeat right center, -moz-linear-gradient(100% 100% 90deg, #f4f4f4, white);
	background: url(/img/input-calendar.png) no-repeat right center, -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(#f4f4f4));
}
#availability_and_price .dates fieldset.e-2 input {
	background: url(/img/input-calendar-out.png) no-repeat right center, -moz-linear-gradient(100% 100% 90deg, #f4f4f4, white);
	background: url(/img/input-calendar-out.png) no-repeat right center, -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(#f4f4f4));
}
#availability_and_price .guests .kigo_singleselect {
	background: url(/img/input-guest.png) no-repeat right center, -moz-linear-gradient(100% 100% 90deg, #f4f4f4, white);
	background: url(/img/input-guest.png) no-repeat right center, -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(#f4f4f4));
}
ul.list li:before {
	background: #6b6b6b;
	-webkit-box-shadow: 0 4px 3px -2px rgba(107, 107, 107, 0.4);
	-moz-box-shadow: 0 4px 3px -2px rgba(107, 107, 107, 0.4);
	box-shadow: 0 4px 3px -2px rgba(107, 107, 107, 0.4);
}
#request_list_menu a.in_list:after {
	color: #6b6b6b;
}
#availability_calendar {
	-webkit-box-shadow: 0 4px 0 #6b6b6b inset;
	-moz-box-shadow: 0 4px 0 #6b6b6b inset;
	box-shadow: 0 4px 0 #6b6b6b inset;
}
#availability_calendar h3 {
	color: #6b6b6b;
}
#availability_calendar h3:before {
	background: #6b6b6b;
}
#availability_calendar .controls a {
	background-color: #6b6b6b;
	border: solid 1px #5e5e5e;
	background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #525252), color-stop(100%, #6b6b6b));
	background-image: -webkit-linear-gradient(bottom, #525252, #6b6b6b);
	background-image: -moz-linear-gradient(bottom, #525252, #6b6b6b);
	background-image: -o-linear-gradient(bottom, #525252, #6b6b6b);
	background-image: linear-gradient(bottom, #525252, #6b6b6b);
}
#page-request #pagetitle {
	color: #6b6b6b;
}
#page-request #fieldset-requested {
	-webkit-box-shadow: 0 4px 0 #6b6b6b inset;
	-moz-box-shadow: 0 4px 0 #6b6b6b inset;
	box-shadow: 0 4px 0 #6b6b6b inset;
}
#fieldset-dates #request_dates_stay {
	color: #6b6b6b;
}
#request_form #fieldset-dates legend {
	background: #6b6b6b;
}
#request_form legend {
	color: #6b6b6b;
}

#page-ob-summary #pagetitle {
  color: #6b6b6b;
}

#ob_info caption {
  background: #6b6b6b;
}
#ob_info .price table th {
  white-space: normal;
}
#ob_info .price .total-fees th, #ob_info .price .total-fees td {
  border-top: 1px solid #6b6b6b;
}
#ob_info .price .ob-amount th, #ob_info .price .ob-amount td {
  background: #6b6b6b;
}
#ob_info .price .total-all th, #ob_info .price .total-all td {
  color: #6b6b6b;
}

#ob_form {
  -webkit-box-shadow: 0 4px 0 #6b6b6b inset;
  -moz-box-shadow: 0 4px 0 #6b6b6b inset;
  box-shadow: 0 4px 0 #6b6b6b inset;
}
#ob_form #fieldset-details legend {
  color: #6b6b6b;
}

.summary-dates td,
.summary-guests td {
  color: #6b6b6b;
}

#page-ob-summary .price td {
  color: #6b6b6b;
}

@media only screen and (max-width: 640px) {
  #kigomenu {
    background-color: #6b6b6b;
  }

  .template-page .property-block h3:before {
    background-color: #6b6b6b;
  }

  #search .block h3:before,
  .template-page-searchres .block h3:before {
    background-color: #6b6b6b;
  }
}

#pagetitle {
	color: #B32017;
	font-weight: bolder;
}
h3 {
	font-size: 16px;
	text-transform: capitalize;
	color: #B32017;
	font-weight: bolder;
}
a {
  color: #B32017;
}
#mainmenus li a {
  color: #B32017;
  font-weight: 600;
}

#search_guests fieldset.e-2 {
  display: block;
}

#search_guests fieldset.e-3 {
  display: block;
}

#search_guests legend {
  display: block;
}

#search_guests h3 {
  display: none;
}

form fieldset {
  margin: 0px;
  padding: 0px;
  border: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
	form select:not([multiple]) {
		padding-right: 25px;
	}
}
form .missing input {
  border-color: #FF6600;  
}
form input[disabled],
form select[disabled],
form textarea[disabled] {
  opacity: 0.5;
}
form p.input_element {
  margin: 0px 0px 10px 0;
  position: relative;
  padding:0 0 5px;
}
form p.input_element.first {
  margin-top: 0px;
}
form p.input_element.last {
  margin-bottom: 0px;
}
form p.input_element ul {
  overflow: hidden;
}
form p.input_element ul li {
  clear:left;
  margin-left: 0px;
}
form p.input_element ul li:first-child {
  margin-left: 0px;
}
form label.single_line_text, label.multi_unordered_choice, label.multi_unordered_choice, label.multi_line_text {
  font-size: 15px;
}
#search_guests .kigo_singleselect {
  width: 76px;
  margin-top: 0.4em;
}
form select {
  width: 250px;
  padding: 6px 10px;
  margin: 0 5px 0 0;
  -webkit-appearance: none;
}
#search_guests {
  float: left;
  margin-right: 10px;
  margin-top: 6px;
}
#searchmenu_1 #search_dates {
  float: left;
  margin-top: 7px;
}
.pagin-second #searchmenu_1 #search_dates,
#page-home #searchmenu_1 #search_dates {
  float: left;
  margin-top: 7px;
  color: #000;
}
.pagin-second #searchmenu_1,
#page-home #searchmenu_1 {
  top: -32px;
  max-width: 438px;
  background: rgba(255, 255, 255, 0.46);
}
.pagin-second #search_dates legend,
#page-home #search_dates legend {
  color: #FFF;
  text-shadow: 1px 0.99px 1.99px #000000;
  font-weight: bolder;
  font-size: 13px;
}
.pagin-second .homepage-intro,
#page-home .homepage-intro {
  position: absolute;
  bottom: 44px;
}
@media only screen and (max-width: 640px){
	body {
	  background: none;
	}
	.pagin-second #searchmenu_1 #search_dates,
	#page-home #searchmenu_1 #search_dates {
	color: #FFF;
	}
	.pagin-second #searchmenu_1,
	#page-home #searchmenu_1 {
	  top: -32px;
	  max-width: 438px;
	  background: none;
	}
}
@media only screen and (min-width: 640px){
	#mainmenus li.current_page a {font-weight: bold;}
}