/*
@import "grid.css";
@import "font-awesome.css";
@import "superfish.css";
*/

@import url(https://fonts.googleapis.com/css?family=Roboto:400);
@import url(https://fonts.googleapis.com/css?family=Roboto:700);
@import url(https://fonts.googleapis.com/css?family=Roboto:900);

html {
    width: 100%;

}
a[href^="tel:"] {
 color: inherit;
 text-decoration: none;
}

* {
    -webkit-text-size-adjust: none;
}

body {
    position: relative;
    background-color: #fff;
    padding-top: 2px;
    color: #686868;
    font: 12px/21px 'Roboto', sans-serif;
}

strong {
    font-weight: 700;
}

address {
    font-style: normal;
}

p {
    margin-bottom: 21px;
}

input {
    border-radius: 0 !important;
    outline: none !important;
}


img {
    max-width: 100%;
}

html input[type=button], input[type=reset], input[type=submit] {
background: #000;
border:1px #fff solid;
padding: 7px;
margin-top:4px;
border-radius: 4px;
}


/****Heads****/


h1, h2, h3, h4, h5, h6 {
    color: #282828;
    font-weight: 900;
    text-transform: uppercase;
}

h2 {
    font-size: 24px;
    line-height: 23px;
    padding-top: 26px;
    padding-left: 16px;
    padding-bottom: 8px;
    margin-bottom: 51px;
    border-bottom: 3px solid #686868;
}

.page1 h2 {
    padding-left: 0;
    padding-top: 26px;
    margin-bottom: 12px;
}

h2.head1 {
    padding-top: 56px;
    margin-bottom: 46px;
}

h4 {
    font-size: 20px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 38px;
    margin-bottom: 9px;
}

/****Lists****/


ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.list {

}

ul.list li {

}

ul.list li+li {

}

/****Links****/


a {
    text-decoration: none;
    color: inherit;
    outline: none;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

a:hover {
    color:#C31218; /*#fde758;*/
	background-color: #C31218;
}

.logo:hover{
    background-color: unset;
}

.\33opcionais{
	text-align:left;	
	margin-top: -9px;
	padding-left:12px;
	font-weight: normal;
    text-transform: capitalize;
    margin-top: 3px;
    line-height: 17px;
    margin-bottom: 10px;
	min-height: 37px;
}
.\33opcionais ul li{
	list-style:none;
}

a.btn {
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    padding: 11px 16px 14px 16px;
    font-weight: bold;
    text-align: center;
    color: #fff; /*#fde758;*/
    background-color: #282828;
    margin-top: 16px;
    text-transform: uppercase;
}

.confira{
	width:60%;
	margin-top: 0px !important;
	font-size: 14px !important;
    padding: 7px !important;
}

a.btn:hover {
    color: #fff;
}

/****classes****/

.mb0 {
    margin-bottom: 0px !important;
}
.m0 {
    margin: 0 !important;
}
.pad0 {
    padding: 0 !important;
}

.pad1 {
}


.img_inner {
    max-width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 23px;
    margin-top: 7px;
}



.fleft {
    float: left;
    width: auto !important;
    margin-right: 30px;
    margin-bottom: 0px;
    margin-top: 5px;
}


.oh {
    overflow: hidden;
}
.fright {
    float: right !important;
}
.upp {
    text-transform: uppercase;
}

.alright {
    text-align: right;
}
.center {
    text-align: center;
}
.wrapper, .extra_wrapper {
    overflow: hidden;
}
.clear {
    float: none !important;
    clear: both;
}

.oh {
    overflow: hidden;
}

.nowrap {
    white-space: nowrap;
}


/*header*/

.main {
	margin: 0 auto 58px;
	width: 1230px;
	box-shadow: 0 0 43px rgba(0,0,0,0.18);
	background-color: #fff;
	
}

header {
    display: block;
    position: relative;
    background: url(../images/header_bg.png) center 0 no-repeat;
}


header h1 {
    position: relative;
    text-align: center;
    float: left;
	margin:0;
	padding:0;
}


header h1 a {
    display: inline-block;
    overflow: hidden;
    width: 285px;
    height: 170px;
    font-size: 0;
    line-height: 0;
    
    text-indent: -999px;
    transition: 0s ease;
    -o-transition: 0s ease;
    -webkit-transition: 0s ease;
}

header h1 a img {
    display: block;
}

/*-------------------------------------------
header {
    width: 100%;
    height: 170px;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
   
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
}
header h1#logo {
    display: inline-block;
    height: 150px;
    line-height: 150px;
    float: left;
    font-family: "Oswald", sans-serif;
    font-size: 60px;
    color: white;
    font-weight: 400;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
header nav {
    display: inline-block;
    float: right;
}
header nav a {
    line-height: 150px;
    margin-left: 20px;
    color: #9fdbfc;
    font-weight: 700;
    font-size: 18px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
header nav a:hover {
    color: white;
}
header.smaller {
    height: 75px;
}
header.smaller h1#logo {
    width: 150px;
    height: 75px;
    line-height: 75px;
    font-size: 30px;
}
header.smaller nav a {
    line-height: 75px;
}

@media all and (max-width: 660px) {
    header h1#logo {
        display: block;
        float: none;
        margin: 0 auto;
        height: 100px;
        line-height: 100px;
        text-align: center;
    }
    header nav {
        display: block;
        float: none;
        height: 50px;
        text-align: center;
        margin: 0 auto;
    }
    header nav a {
        line-height: 50px;
        margin: 0 10px;
    }
    header.smaller {
        height: 75px;
    }
    header.smaller h1#logo {
        height: 40px;
        line-height: 40px;
        font-size: 30px;
    }
    header.smaller nav {
        height: 35px;
    }
    header.smaller nav a {
        line-height: 35px;
    }
}



-------------------------------------------*/
.h_top { /* barra ao topo do site*/
    color: #fff;
   padding: 13px 17px 0px 17px;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    line-height: 18px;
    text-transform: uppercase;
    background-color: #282828;
}

.h_top a:hover {
    color:#C31218;/* #fde758;*/
}

.h_top a.col1:hover {
    color: #fff;
}

.h_top .socials {
    float: right;
}

.h_top .socials a {
    display: block;
    float: left;
    font-size: 19px;
}


.h_top .socials a +a {
    margin-left: 19px;
}

.bg1 {
    background: url(../images/bg1.png) center 0 repeat-x;
}

.isStuck {
    background-color: #fff;
	height:125px;
	
}
.isStuck img {
    
	height:100px;
	
}
.isStuck .menu_block {
	padding-top:18px;
}

#stuck_container {
    padding:10px 0;
}

/**Content**/
.content {
    padding-bottom: 30px;
}



.page1 .content {
    padding-top: 10px;
    padding-bottom: 21px;
}

.strk {
    text-decoration: line-through;
}

.form_block {
    background-color: #C31218; /*#fde758;*/
    padding: 0 20px 21px;
    color: #fff;
    margin-bottom: 30px;
}

.form_blockv {
    background-color: #333333; /*#fde758;*/
    padding: 10px 20px 21px;
    color: #fff;
    margin:0 0 30px 0;
	border-radius: 7px !important;
	min-height:400px;
}

.form_blockv h3{color:#fff}

.banner {
    display: block;
   
    font-weight: 900;
    text-transform: uppercase;
    font-size: 23px;
    line-height: 13px;    
    color: #fff;
    margin-top: 10px;
    padding: 0px;
}

.banner span {
    padding-top: 8px;
    display: block;
    font-size: 24px;
}

.about {
    padding: 0 19px 21px;
    background-color: #e9e9e9;
}

.about .title {
    padding-top: 20px;
    font-weight: 900;
    font-size: 24px;
    color: #282828;
    margin-bottom: 8px;
    line-height: 23px;
    text-transform: uppercase;
}

.about .title span {
    margin-bottom: 4px;
    display: block;
    font-size: 34px;
}

.about a.btn {
    display: block;
    font-size: 18px;
    padding: 12px 17px 13px;
    margin-top: 14px;
	color:#FFF
}

.page1_block {
    background-color: #282828;   
    font-size: 16px; 
    padding: 20px 19px 19px;
    text-transform: uppercase;
    font-weight: bold;
    color: #8c8b8b;
}

.page1_block .title {
    margin-bottom: 19px;
    font-weight: 900;
    font-size: 34px;
    text-transform: uppercase;
    color: #fff;
}

.block1{
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    border: 1px solid rgba(0,0,0,.125);
	text-align:center;
	padding-bottom:8px;
	font-size: 12px;
    font-weight: bolder;
}

.block1 .title {
    margin-bottom: 6px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    padding: 9px 10px 4px;
    background-color: #C31218; /*#fde758;*/
	min-height: 36px;
	text-align:center;
}

.block1 .title a:hover {
    color: inherit;
    /*text-decoration: underline;*/
	color:#333333

}

.price {
    color: #282828;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 14px;
    padding-top: 1px;
	min-height:70px;
}

.price span {
    font-size: 12px;
    font-weight: normal;
    display: inline-block;
    padding-left: 10px;
    padding-top: 5px;
}

.ano {
    color: #282828;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 17px;
    padding-top: 4px;
}

.ano span {
    font-size: 12px;
    font-weight: normal;
    display: inline-block;
    padding-left: 10px;
    padding-top: 5px;
}

.cl1 {
    height: 12px;
}

.block2 {
   margin-bottom: 30px;
}


.block2 a {
    background-color: #C31218; /*#fde758;*/
    color: #282828;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #282828;
    padding: 16px 20px 14px;
    display: block; 
}

.block2 a:hover {
    text-decoration: underline;
}

.box {
    color: #282828;
    font-size: 14px;
    margin-top: -1px;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    padding: 20px 0;
}

.box img {
    display: block;
    margin: 0 auto;
}

.box ul {
    padding-left: 20px;
    padding-right: 40px;
}

.box ul li {
    overflow: hidden;
}

.box li+li {
    margin-top: 7px;
}

.box  .fr {
    float: right;
    min-width: 130px;
}

.box .title {
    margin-bottom: 22px;
}

.box .title a {

    background-color: #C31218; /*#fde758;*/
    color: #282828;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #282828;
    padding: 16px 20px 14px;
    display: block; 
    margin-right: 30px;
}

.box .title a:hover {
    text-decoration: underline;
}

.box a.btn {
    margin-top: 0;
    margin-right: -10px;
    padding-right: 20px;
    padding-left: 21px;
    color: #fff;
}

.box a.btn:hover {
    color:#C31218; /*#fde758;*/
}

.box .col3 {
    display: inline-block;
    margin-left: 7px;
}

.box+.box {
    margin-top: 18px;
}

.block2.bl1 {
    margin-bottom: 6px;
}

.block2.bl1 a {
    padding-left: 10px;
    padding-top: 17px;
    padding-bottom: 13px;
}

.text1 {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 22px;
    font-weight: bold;
    margin-bottom: 7px;
}

h2.mb1 {
    margin-bottom: 46px;
}

.cl2 {
    height: 35px;
}

.cl3 {
    height: 3px;
}

.block3 {
    margin-bottom: 47px;
}

.ver {
    position: relative;
    padding-left: 170px;
}

.ver:after {
    width: 1px;
    position: absolute;
    background-color: #bcbcbc;
    left: 69px;
    top: -5px;
    bottom: -14px;
    content: '';
}

a.btn.bt1 {
    margin-top: 9px;
}

.prv p+.text1 {
    padding-top: 8px;
}

.bordaimagem  img{ border:1px solid #282828; }

.form_block .title {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 23px;
    padding-top: 20px;
    padding-bottom: 8px;
    margin-bottom: 14px;
    border-bottom: 3px solid #282828;
}

.form_block .title span {
    display: block;
    margin-bottom: 4px;
    font-size: 34px;
}

/**Map**/

.col1 {
    color: #C31218; /*#fde758;*/
}

.col1 a:hover, a.col1:hover {
    color: #282828;
}

.col2 {
    color: #282828;
}

.col3 {
    color: #dbbe00;
}

.col3 a:hover, a.col3:hover {
    color: #282828;
}

.td {
    text-decoration: underline;
}

.map {
    overflow: hidden;
    position: relative;
}
 
.map figure {
    padding-top: 5px;
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 35px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.map figure iframe {
    width: 100%;
    height: 380px;
    max-width: 100%;
}
.map address {
    float: left;
    display: block;
}

.map address dt {
}

.map address+address {
    margin-left: 80px;
}

 address dd span {
    min-width: 66px;
    display: inline-block;
    text-align: left;
}

.map address dd span.col1 {
    min-width: 0;
}

#btbusca{cursor:pointer;}

/**Footer**/

footer {
    display: block;
    line-height: 20px;
    padding: 0px 0 25px;
    background: url(../images/f_bg.png) 0 0 repeat-x;
}

footer ul {
    margin-left: -8px;
}

footer ul>li>a {
    display: inline-block;
    padding: 3px 8px 4px;
}

footer ul>li+li {
    margin-top: -2px;
}

footer ul>li>a:hover {
    background-color:#C31218; /*#fde758;*/
    color: #282828;
}

.f_cont h4 {
    padding-bottom: 3px;
}

.f_cont p {
    margin-bottom: 0;
}

.f_cont p+h4 {
    padding-top: 24px;
}

.f_phone {
    font-weight: bold;
    font-size: 16px;
    margin-top: -1px;
    margin-bottom: 24px;
}


footer .socials {
    overflow: hidden;
}

footer .socials a {
    font-size: 19px;
    color: #282828;
    display: block;
    float: left;
}

footer .socials a+a {
    color: #777;
    margin-left: 19px;
}

footer .socials a:hover {
    color:#C31218; /*#fde758;*/
}

.copy {
    margin-top: 32px;
    border-top: 1px solid #e0e0e0;
    padding-top: 3px;
    font-size: 11px;
    text-align: left;
}

.copy strong {
    font-weight: 600;
    text-transform: uppercase;
}

#toTop {
    
    text-decoration: none;
    position: fixed;
    bottom: 40px;
    left: 51%;
    margin-left: 640px;
    overflow: hidden;
    width: 73px;
    height: 73px;
    border: none;
    text-indent: -999px;
    z-index: 20;
    background: url(../images/totop.png) no-repeat left 0;
    transition: 0s ease;
    -o-transition: 0s ease;
    -webkit-transition: 0s ease;
}
#toTop:hover {
    outline: none;
    background-position: right 0;
}

/*==================================RESPONSIVE LAYOUTS===============================================*/
@media only screen and (max-width: 1240px) {

    .main {
        width: auto;
        margin-bottom: 0;
    } 

    body {
        padding-top: 0;
    }

    .banner {
        font-size: 30px;
    }
}


@media only screen and (max-width: 1199px) {
    .extra_wrapper {
        overflow: visible;
    } 

    .sf-menu > li {
        font-size: 14px;
    }

    .price span {
        display: block;
        padding-left: 0;
    }

}

@media only screen and (max-width: 979px) {


.form_block {
    padding-left: 10px;
    padding-right: 10px;
}

.tmSelect.auto > li:first-child > span, .tmSelect2.auto > li:first-child > span {
    font-size: 11px;
}

address dd span {
    min-width: 80px;
}

.fleft {
    margin-bottom: 10px;
}

.banner {
    font-size: 20px;
}

.banner  span {
    font-size: 18px;
}

.sf-menu > li {
        font-size: 11px;
    }

.sf-menu > li a {
    padding-left: 14px;
    padding-right: 14px;
}

.map address+address {
    float: left;
}

 .map figure,  
 .map figure iframe,  
 #form input,  
 #form textarea,  
 #form .success {
    width: 100% !important;
    float: none !important;
}
 #form .success {
     -moz-box-sizing: border-box;
     -webkit-box-sizing: border-box;
     -o-box-sizing: border-box;
     box-sizing: border-box;
}
 .map figure {
 height: auto !important;
}


.map figure {
	margin-bottom: 15px;
}

.nowrap {
    white-space: normal;
}
}

@media only screen and (max-width: 767px) {

h2 {
    padding-top: 55px;
}

.ver {
    padding-left: 0;
}

.ver:after {
    display: none;
}

.banner {
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
}

.about {
    margin-bottom: 30px;
}

.map address {
    float: none;
    margin-left: 0 !important;
 }

.map address +address {
    margin-top: 30px;
}


header h1 {
	display: block;
	width: auto;
    margin-left: 0;
    position: relative;
	height: auto;
}

.img_inner {
width: 100% !important;
float: none !important;
margin-right: 0 !important;
margin-bottom: 20px !important;
}

h1 a {
	max-width: 90%;
}


.img_inner img {
	width: 100%;
}


 header h1 {
 margin-bottom: 2px;
 float: none;
 left: 0;
 text-align: center;
}
 header h1 a {
 	width: auto;
 	display: inline-block;
 height: auto;
}
 header h1 a img {
}

 .map {
 	padding-right: 0px !important;
 }

 .map figure iframe {
 width: 100%;
 height: 300px;
}
 .map address {
 	margin-right: 0;
}


 .content .noresize {
 width: auto !important;
 float: left !important;
 margin-right: 20px !important;
 margin-top: 4px !important;
}

 .img_inner {
 margin-top: 30px;
}

.none {
    clear: both;
}

.block2 img, .box img {
    width: 100%;
}

 .box .title a{
    margin-right: 0px;
 }

.box {
    padding-top: 0;
}

.box a.btn {
    margin-right: 0;
    margin-top: 18px;
}

.box .alright {
    text-align: center;
}

.h_top .socials {
    float: none;
    padding-top: 5px;
}

.h_top .col1 {
    display: block;
}


}


@media only screen and (max-width: 479px) {

.page1_block .title {
    font-size: 20px;
}

}


/*@import '../font/font-awesome.css';*/
/* CSS for jquery.fancyform.js */
/*custom mixins */
/*end custom mixins */
/* Control Holder */

.mr0 {
  margin-right: 0;
}

.tmInput input {
  width: 100%;
  margin-bottom: 5px;
  height: 28px;
  float:left;
  background: #fff;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-box-sizing: border-box; /*Firefox 1-3*/
  -webkit-box-sizing: border-box; /* Safari */
  color: #686868;
  font: 12px/20px 'Roboto', sans-serif;
  border: none;
  text-transform: uppercase;
  padding: 7px 12px 8px;
}


.tmSelect {
  margin-bottom: 0px !important;
}

#bookingForm {
  position: relative;
  display: block;
}

#bookingForm a.btn {
  display: block;
  font-size: 18px;
  padding-top: 12px;
  padding-bottom: 13px;
  margin-top: 15px;
}

.controlHolder {
  position: relative;
  margin-bottom: 5px;
}
/* Messages */
.error-message {
  position: absolute;
  top: 5px;
  background-color: #fff;
  right: 5px;
  left: 5;
  display: block;
  bottom: 0;
  font-weight: normal;
  text-align: right;
  font-size: 10px;
  line-height: 14px;
  color: gray;
  z-index: 4;
  color: #fe5353;
}
.success-message {
  position: relative !important;
  text-align: left;
  color: gray;
  margin: 5px 0px;
  color: #282828;
}
/* transformSelect CSS */
/* 1st type of select */
.tmSelect,
.tmSelect2 {
  clear: both;
  width: 100%;
  margin: 0px;
}
.tmSelect li,
.tmSelect2 li {
  position: relative;
  list-style: none;

}
.tmSelect span,
.tmSelect2 span,
.tmSelect input[type=text],
.tmSelect2 input[type=text] {
  position: relative;
  cursor: pointer;
  display: block;
  left: 0;
  top: 0;
  margin: 0;
}
.tmSelect,
.tmSelect2 {
  cursor: pointer;
  padding: 0;
  color: #737272;
  background-color: #fff;
  color: #686868;
  font: 12px/20px 'Roboto', sans-serif;
  width: 100%;
  height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tmSelect.auto span,
.tmSelect2.auto span {
  background: transparent;
}
.tmSelect.auto ul,
.tmSelect2.auto ul {
  margin: 0px 0 0;
  float: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.tmSelect.auto > li:first-child > span,
.tmSelect2.auto > li:first-child > span {
  padding: 7px 12px 8px;
  color: #737272;
  width: 100%;
  z-index: 10;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tmSelect ul,
.tmSelect2 ul,
.tmSelect .transformSelectDropdown,
.tmSelect2 .transformSelectDropdown {
  position: absolute;
  width: 100%;
  max-height: 210px;
  padding: 0px 0px;
  top: 35px;
  margin: 0px;
  right: 0;
  color: #737272;
  min-height: 65px;
  background: #fff;
  font: 12px/18px Arial, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: none;
  z-index: 999;
}
.tmSelect ul:focus,
.tmSelect2 ul:focus,
.tmSelect .transformSelectDropdown:focus,
.tmSelect2 .transformSelectDropdown:focus {
  background: #fff;
}
.tmSelect ul span,
.tmSelect2 ul span,
.tmSelect .transformSelectDropdown span,
.tmSelect2 .transformSelectDropdown span {
  border: 0;
  color: #000;
  padding: 4px 9px;
  text-transform: uppercase;
  line-height: 17px;
}
.tmSelect ul span:hover,
.tmSelect2 ul span:hover,
.tmSelect .transformSelectDropdown span:hover,
.tmSelect2 .transformSelectDropdown span:hover {
  background: #d2dae0;
}
.tmSelect ul li input[type=checkbox],
.tmSelect2 ul li input[type=checkbox] {
  position: relative;
  top: 2px;
  margin: 0 5px 0 0;
  cursor: pointer;
}
/* 2nd type of select */
.tmSelect2:after {
  content: '';
  font-family: 'FontAwesome';
  width: 27px;
  height: 27px;
  text-align: center;
  color: #fde758;
  font-size: 18px;
  display: block !important;
  line-height: 18px;
  position: absolute;
  right: 4px;
  top: 4px;
  background: #686868 !important;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}


#bookingForm em {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  margin-bottom: 6px;
}
