/*
Theme Name:     Flatco Child
Theme URI:      http://www.themewaves.com
Description:    Child theme for the Flatco
Author:         ThemeWaves
Author URI:     http://www.themewaves.com
Template:       flatco
Version:        1.0
*/

@import url("../flatco/style.css");

/* Enter below your Customization CSS */
.caroufredsel_wrapper{
    margin: 0 !important;
    z-index: 9000 !important;
}
#slider-stopper {
  display: none;
}
#infoWin h2 {
  line-height: 1.4em;
  margin-bottom: 2px;
}
#infoWin p {
  line-height: 1.4em;
}
#bottom {
  background: none;
}
.page-id-302 #page-title,
.page-id-418 #page-title {
  display: none;
}
.page-id-302 .paginate4 {
  display: none;
}

/* Reservations Form */
.rtb-booking-form .reservation {
      border-bottom: 1px dashed #000;
      padding-bottom: 32px;
}
.rtb-booking-form .reservation legend,
.rtb-booking-form .contact legend {
  letter-spacing: .1em;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 36px;
  color: #000000;
  padding: 36px 0 0;
  border: none;
}
.rtb-booking-form .rtb-select select,
.rtb-booking-form .rtb-text input {
  width: 100%;
  max-width: 17em;
}
.rtb-booking-form .rtb-text input[readonly] {
  cursor: pointer;
}






/* Tab Top and Below Side */

.nav li a{
	display: block;
}
.nav-tabs li a,.tabs-below .nav-tabs li a{
    padding: 0 20px;
    border: none;
    -webkit-border-radius:0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #2dcb73;
    color: #fff;
}
.tabs-top .nav li a span{
    margin-left: 10px;
}
.nav-tabs li a span,.nav-tabs li a i{
    display: inline-block;
    padding: 20px 0;
    color: #fff;
    font-weight: bold;
}

.tab-content {
background:#f5e8c4;
padding:40px;
}

.tabs-top .nav li a span {
margin-left:0px;
}

.nav-tabs li a {
background:#fcf0d4;
}

.nav-tabs li a span {
color:#000;
}

.nav-tabs .active a {
background:#f5e8c4;
}

.nav-tabs .active a:focus {
background:#f5e8c4;
}

.nav-tabs .active a:hover {
background:#f5e8c4;
}

.nav-tabs li strong a:hover {
background:#e03c31;
}