

 .form-control2{width:60%;  background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;}







.form{background:#656600; border:1px solid #666; padding:20px; border-bottom-left-radius:10px; border-bottom-right-radius:10px; box-shadow:1px 1px 5px #444; border-top:none;}
.quote{ width:80%; float:right; font-size:1.2em; line-height:30px;}
.navActive{color:#fff !important; background:#656600; height:61px}

#reservation-form .reservation-horizontal, #reservation-form .reservation-vertical, #contact-form .contact-vertical {
    background-color: #FFFFFF;
    border: 1px solid #EBEBEB;
    border-radius: 5px;
    box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.12);
    padding: 30px;
    z-index: 9999;
}


.form-inline .form-control{width:100%}
.btn-danger{background:#b32e00; border-color:#691b00;}

.divider {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #DDDDDD -moz-use-text-color;
    border-image: none;
    border-style: solid none;
    border-width: 1px 0;
    clear: both;
    height: 4px;
    margin: 20px 0;
    position: relative;
    text-align: center;
}

.divider .fa {
    color: #FF7518;
    display: inline-block;
    font-size: 20px;
    height: 40px;
    left: 50%;
    line-height: 50px;
    margin: 0 auto 0 -25px;
    position: absolute;
    text-align: center;
    top: -25px;
    width: 50px;
}

.orange{color:#FF7518}

.box-icon .circle {
    background-color: #FF7518;
    border: 1px solid;
    border-radius: 60px;
    display: table;
    margin: 0 auto;
    padding: 20px;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
	color:#fff;
	
}
.usp {
    text-align: center;
}
.usp .box-icon .circle {
    float: none;
}
.box-icon .circle:hover i {
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-name: bounceIn;
    animation-timing-function: ease-out;
    color: #FFFFFF;
    text-decoration: none;
}
.box-icon i {
    color: #fff;
    height: 10px;
    text-align: center;
    transition: all 0.6s ease-in-out 0s;
    vertical-align: middle;
    width: 20px;
}

.circle .fa {color:#fff; font-size:25px;}

.usp a {
    display: block;
    font-weight: bold;
    margin-bottom: 20px;
}
.box-icon a i {
    transition: all 0.2s ease-in-out 0s;
}

.appear {
    opacity: 0;
}

.testimonial{ border-left:2px solid #ddd;}
.mTop{margin-top:360px}


