/* GENERALE */
.backgroundlevel-high .main-bg {
  background-image: url(../images/bg.jpg);
  background-position: 50% -1px
}

.backgroundlevel-high, .backgroundlevel-med {
  background-color: #E2EBF0;
  background-image: url(../images/bg-people.jpg);
}

#infoheader {
  background: #2fc3ed url('/images/templates/callcenter-cuba7.png') no-repeat 0 -19px;
  height: 73px;
  padding: 5px 5px 0px 0px;
  font-size: 22px;
  line-height: 22px;
  border-radius: 7px;
  text-align: right;
  margin-left: auto;
  width: 295px;
  box-shadow: 0 0 5px rgba(0,0,0,0.5);
}

/* MENU */
.rt-menubar .menutop li.f-mainparent-itemfocus .item, .rt-menubar .menutop li .item:hover
{
	background-color: #cf142b;
}
.fusion-submenu-wrapper{
	background-color: #cf142b;
}

.backgroundlevel-high .rt-footer-surround{
	background: none;
}

/* Footer / Copyright */
.rt-footer-inner{
	background-color: #cf142b;
}

.readon{
	background-color: #cf142b;
}




/* FORM */
#FormPrenota h3 {
	text-align: center;
}


#FormPrenota.formResponsive input[type="text"]  {
	margin-bottom: 0px;
	width: 300px;
}

#FormPrenota p {
	margin-top: 0px;
}

#FormPrenota.formResponsive .formHorizontal .rsform-block {
	margin-bottom: 5px;
}

#FormPrenota .formControlLabel {
	width: 150px;
	
}

#FormPrenota.formResponsive input[type="button"]  {
	background-color: #2FC3ED;
	color: #fff; !important;
	box-shadow: 0 0 0 4px rgba(0,0,0,0.2);
	border: 1px solid rgba(0,0,0,0.4);
	text-shadow: 1px -1px 1px rgba(0,0,0,0.3);
	background-image: url(../images/travel-b/title-overlay.png);
	margin: 10px;
	background-position: 0 100%;
}
 
#FormPrenota.formResponsive input[type="button"]:last-child , #FormPrenota.formResponsive input[type="submit"]{
	background-color: #cf142b;
	color: #fff !important;
	box-shadow: 0 0 0 4px rgba(0,0,0,0.2);
	border: 1px solid rgba(0,0,0,0.4);
	text-shadow: 1px -1px 1px rgba(0,0,0,0.3);
	background-image: url(../images/travel-b/readon.png);
	margin: 10px;
}


#FormPrenota.formResponsive img {
	vertical-align: middle;
	margin-right: 5px;
	border: 1px solid #cccccc;
	padding: 3px;
	border-radius: 3px;
	background: #fff;
}