/* EXTRAS */

/*calendar*/
.calendar-head {background: #009DE2 none repeat scroll 0% 0% !important;}
.ecwd_calendar_view_tabs .filter-container ul, .ecwd_calendar_view_tabs ul li {background: #23566E none repeat scroll 0% 0% !important;}
table.cal_blue.ecwd_calendar_container .current-day .day-number {backround: #F1A000 none repeat scroll 0% 0% !important;}

/*footer*/
.footer-color {background-color: transparent !important;}
#footer {
  border-top: none !important;
  /*background: #13a3e1 url("https://dreamsraft.gr/wp-content/uploads/2015/12/footer-bg-flat.png") no-repeat center top / 100%;*/
  background: url("https://dreamsraft.gr/wp-content/uploads/2015/12/footer-bg-flat.png") no-repeat center top, -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(0,156,223,0.3) 40%, rgba(0,156,223,1) 100%);
  background: url("https://dreamsraft.gr/wp-content/uploads/2015/12/footer-bg-flat.png") no-repeat center top, -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(0,156,223,0.3) 40%,rgba(0,156,223,1) 100%);
  background: url("https://dreamsraft.gr/wp-content/uploads/2015/12/footer-bg-flat.png") no-repeat center top, linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(0,156,223,0.3) 40%,rgba(0,156,223,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#009cdf',GradientType=0 );
  background-size: 100%;
  /*background-image: url("https://dreamsraft.gr/wp-content/uploads/2015/12/footer-bg-flat.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;*/
  padding-top: 40%;
}

/*#footer .template-page {
	border: 0px none;
	position: absolute;
	bottom: 2rem;
	width: 90%;
	left: 0px;
	margin: 0px 5%;
}*/