﻿@import url(../Zitur/Estilos.css);
@import url(../Zitur/fontawesome-all.min.css);
@import url(../Zitur/jquery.bxslider.css);
@import url(../Zitur/jquery.fancybox.min.css);
@import url(../Zitur/jquery-ui-1.10.4.custom.min.css);
@import url(../Zitur/bootstrap-datetimepicker.css);
@import url(../Zitur/clockpicker.css);
@import url(../Zitur/owl.carousel.min.css);
@import url(../Zitur/owl.theme.default.min.css);
@import url(../Zitur/weather.css);
@import url(../Zitur/nice-select.css);
/*[Banner]*/
.Banner .bx-wrapper .bx-pager.bx-default-pager a:hover, .Banner .bx-wrapper .bx-pager.bx-default-pager a.active 
{
	background: #32978d;
}
/* [BookingEngine] */
.BookingEngine {
    background-color: rgba(50, 151, 141, 0.9);
}
.BookingEngine .HotelLogo 
{
	background-image: url("/Images/Alte/Casa-Alte-Tradition-Guest-House.svg");
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	width:100%;
	height: calc(100% - 40px);
}
/* [SearchButton] */
.SearchButton 
{
	background: #FFF;
	color: #32978d;
	border:1px solid #FFF;
	padding: 14px 28px;
}
.SearchButton:hover , .SearchButton:focus
{
	background: none;
	color: #FFF;
	border:1px solid #FFF;
	padding: 14px 28px;
}
/* [Main] */
main 
{
	text-align:left;
}
main h1 
{
	color:#32978d;
}
main h1 small {
    color: #32978d;
}
main h2 
{
	color: #32978d;
}
main img 
{
	float:right;
}
main blockquote 
{
	color: #32978d;
}
main a:hover, main a:focus
{
	text-decoration:underline;
	color:#32978d;
}
/*[Promotions]*/
.Promotions {
    background: url(/Images/Alte/Offers-Background.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-bottom: 1px solid #FFF;
}
.PromotionsTit 
{
	background:#FFF;
}
.PromotionsTit h2
{
	color:#32978d;
}
.PromotionsTit h2 small
{
	color:#32978d;
}
.PromotionsTit h3
{
	color:#32978d;
}
.PromotionsRotater .itemHotelName 
{
	color:#32978d;
}
.PromotionsRotater .itemFooter a 
{
	background:#32978d;
	border: 1px solid #32978d;
}
.PromotionsRotater .itemFooter a:hover, .PromotionsRotater .itemFooter a:focus 
{
	color:#32978d;
}
/*[Services]*/
.ServicesText h3 {
    color: #32978d;
    margin-bottom: 20px;
}
/* [GalleryTit] */
.GalleryTit h3
{
	color:#32978d;
}
/*[ContactsTit]*/
.ContactsTit h3 
{
	color:#32978d;
}
/*[Contacts]*/
.Contacts .InputSearch input
{
	border-color:#32978d;
	color:#32978d;
}
.Contacts .InputSearch input::-webkit-input-placeholder {
	color: #32978d;
}
.Contacts .InputSearch input::-moz-placeholder {
	color: #32978d;
}
.Contacts .InputSearch input:-ms-input-placeholder {
	color: #32978d;
}
.Contacts .InputSearch input:-moz-placeholder {
	color: #32978d;
}
.Contacts .SearchButton
{
	background: #32978d;
	border-color: #32978d;
	color:#FFF;
}
.Contacts .SearchButton:hover
{
	color:#32978d;
	background:#FFF;
	border-color: #32978d;
}
/*[ContactsContent]*/
.ContactsContent a {
    color: #32978d;
}
/*[NewsletterForm]*/
.NewsletterForm input[type=text] 
{
	border-color:#32978d;
}
.NewsletterForm .SearchButton 
{
	background:#32978d;
	border-color:#32978d;
}
.NewsletterForm .SearchButton:hover, .NewsletterForm .SearchButton:focus {
    background: #FFF;
    color: #32978d;
    border-color:#32978d;
}
/*[Calendar]*/
.ui-datepicker-current-day a, a.ui-state-hover 
{
	background: #32978d;
}
/* [Responsive] */
/*XS*/
@media (max-width: 767px)
{
	.PromotionsTit {background:none;color:#FFF;}
	.PromotionsTit h2, .PromotionsTit h2 small, .PromotionsTit h3 {color:#FFF;}
}
/*SM*/
@media (min-width: 768px) and (max-width: 991px)
{
	.PromotionsTit {background:none;color:#FFF;}
	.PromotionsTit h2, .PromotionsTit h2 small, .PromotionsTit h3 {color:#FFF;}
}
/*MD*/
@media (min-width: 992px) and (max-width: 1199px){}
/*LG*/
@media (min-width: 1200px) and (max-width: 1365px){}
@media (min-width: 1366px) and (max-width: 1423px){}