/*wayout menu*/
/*
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 200;
  src: local('Raleway ExtraLight'), local('Raleway-ExtraLight'), url(../fonts/raleway-light.woff) format('woff');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  src: local('Raleway Light'), local('Raleway-Light'), url(../fonts/raleway-normal.woff) format('woff');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: local('Raleway'), url(../fonts/raleway-bold.woff) format('woff');
}

body {
    font-family:'Raleway';
}
*/
/*google font
  font-family: 'Open Sans Condensed';
  font-family: 'Playfair Display';
}
*/
body {
     font-family: 'Open Sans', sans-serif;
}

/*
body {
    font-family: 'Cabin','Helvetica Neue',Helvetica,Arial,sans-serif;
}
a{
	font-family: 'Marcellus SC';
	font-weight:400;
	font-size:18px;
}
/* Web fonts
font-family:'Frutiger Neue W01 Book';
font-family:'FrutigerNeueW01-BookIt';
font-family:'Frutiger Neue W01 Md';
font-family:'Frutiger Neue W01 Bd';
font-family:'Frutiger Neue W01 Bd It';
font-family:'Frutiger Neue W01 Blk';
*/
/*
body {
    font-family:'Frutiger Neue W01 Book';
}
input, button, select, textarea {
    font-family:'Frutiger Neue W01 Book';
}
#launches {
	font-family:'Frutiger Neue W01 Book';
}
#booking-panel {
	font-family:'Frutiger Neue W01 Book';
}
.Owner_Label{
	font-family:'Frutiger Neue W01 Book';
}
strong, b {
	font-family:'Frutiger Neue W01 Bd';
}
#panel h1 {
	font-family:'Frutiger Neue W01 Bd';
}
#panel strong, #panel b {
	font-family:'Frutiger Neue W01 Bd';
}
#launches h2 {
	font-family:'Frutiger Neue W01 Bd';
}
#panel p {
	font-family:'Frutiger Neue W01 Md';
}
#panel .offer a.view {
	font-family:'Frutiger Neue W01 Md';
}
#panel .offer h2 {
	font-family:'Frutiger Neue W01 Md';
}
#footer {
	font-family:'Frutiger Neue W01 Md';
}
.Owner_Info{
	font-family:'Frutiger Neue W01 Bd It';
}
#footer .copright{
	font-family:'Frutiger Neue W01 Blk';
}
.Owner{
	font-family:'Frutiger Neue W01 Blk';
}

.Booking, .Booking strong, .Booking b{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
*/