@import url('https://fonts.googleapis.com/css?family=Carter+One');
@import url('https://fonts.googleapis.com/css?family=Quicksand');


body,#main {
font-family: 'Quicksand', sans-serif;

}
#masthead{
    width: 100%;
    padding: 25px;
    background: #fff;
    background-position: center 10px;
    background-size: 240px;
    background-repeat: no-repeat;
    text-align: center;
    position:  relative;
}

@media only screen and (min-width: 981px){
   #masthead h1 {
    font-size: 35px;
}
}

@media only screen and (max-width: 981px){
   #masthead h1 {
    font-size: 30px;
}
}

#masthead h1{
    margin: 0!important;
    font-weight: 300;
    color: #61d095;
font-family: 'Carter One', cursive;
}
input,textarea{
    border-radius: 0!important;
}
table td{
    font-size:12px;
}
#content{
        width: 100%;
    margin-bottom: 75px;
    height: 100%;
}
#content li h2 {
    margin: 0!important;
    font-weight: 600;
    font-size: 16px!important;
    color: #666;
font-family: 'Quicksand', sans-serif;
}
.result-content p{
    font-size: 14px;
    font-family: 'Quicksand', sans-serif;
color: #666;
    text-transform: none;

}
#masthead a{
    color:#61d095;
    top:50%;
    margin-top:-15px;
}
#masthead a:hover{
    color:#70e6a8;
}
/*Progress Bar Styles
#progressbar{
float: none;
    width: 94%;
    margin: 10px auto;
    padding: 15px 0;
    text-align: center;
    overflow: hidden;
    position: relative;
    counter-reset: step;
    background: #e1e1e1;
}
#progressbar li{
    float:left;
    list-style:none;
    color:#333;
    font-weight:400;
    width:20%;
    text-align:center;
    position:relative;
}
#progressbar li:before{
    display: none;
}
#progressbar li:after {
 display: none;
}
#progressbar li:first-child:after{
	//connector not needed before the first step
	content: none; 
}*/
#progressbar li{
    color:#666;
}
 #progressbar li:after,#progressbar li:before{
    background: #666;
}
#progressbar li.active{
	color: #ef5b5b!important;
}
li.active:before, #progressbar li.active:after {
    background: #ef5b5b!important;
    color: white;
}
#content>ul{
    padding:0!important;
}
#content>ul>li{
    padding:5px 15px;
    width:100%;
    float:left;
    position: relative;
}

#content li{
    list-style:none;
}
#content li h2{
    margin:0!important; 
    font-size:20px;
}
#content >ul>li:nth-child(even){
    background:#f3f3f3;
}
#content>ul>li:nth-child(even) .result-content li:nth-child(even){
    background:#fff;
}
#content>ul>li:nth-child(odd) .result-content li:nth-child(even){
    background:#f3f3f3;
}
.result-header{
    width: 100%;
    float: left;
    padding: 5px;
    cursor:pointer;
}
.result-content{
    width:100%;
    float:left;
}
.expand-result{
    font-size:2em;
    color:#3d3d3d;
    margin-left:25px;
}
.result-collapsed:after{
    font-family:'FontAwesome';
    content:"\f0d7";
}
.result-open:after{
    font-family:"FontAwesome";
    content:"\f0d8";
}
.result-content li{
    padding: 10px 0 10px 0;
}
.strong{
    font-weight:400;
}
.result-content div.strong{
    font-size:18px;
}

.result-content{
    display:none;
}
.result-container{
    width:100%;
    float:left;
}
.ico-select:before{
    font-family:"FontAwesome";
    content:"\f00c\00a0";
}
.ico-login:before{
    font-family:"FontAwesome";
    content:"\f007\00a0";
}
.ico-send:before{
    font-family:"FontAwesome";
    content:"\f1d8\00a0";
}

textarea{
    min-height:150px;
    resize:none;
    margin-bottom:10PX;
}
h2 span{
    color: #61d095;
}
#booking-review,form{
    text-align:center;
}
.input-group{
    margin-bottom:10px;
    margin-top:10px;
}
#btnBack{
    position:absolute;
    left:15px;
    top:25px;
    color:#333;
}

#btnBack:hover,#btnLogOff:hover{
    color:#f61d6c;
    transition: color ease-in-out 0.3s;
    -webkit-transition: color ease-in-out 0.3s;
    -moz-transition: color ease-in-out 0.3s;
}

.onoffswitch-inner-yn:before{
    content: "Yes";
    padding-right: 10px;
    background-color: #308dd4; 
    color: #FFFFFF;
}
    .btn-primary{
    color: #ffffff;
    border-color: transparent;
    background-color: #ffba49;
    margin-bottom: 0.25em;
   
    /*box-shadow: 0 0.25em 0 0 #7d1419,0 4px 9px rgba(0,0,0,0.75);*/
    border-radius: 0.25em;
    }
    .btn-primary:hover,#btnRegister:hover{
    color: #ffffff;
    border-color: transparent;
    background-color: #ffcf80!important;
  
  
    }
#btnRegister{
    padding: 15px;
    margin-top: 10px;
    display: inline-block;
    background: #ffba49;
    border-radius: 5px;
    color: #fff; 
}

    footer{

    	width: 100%!important;
        border-radius: 0;
        background-color:#fff;
    }
    footer h3{
    	    font-size: 13px;
    font-family: arial;
    text-transform: none;
    color:#000;
    }
    #terms-blackout>div{
        position: absolute!important;
    }
    a.ico-repeat{
        display: none;
    }
    @media (max-width: 768px){
        footer{
            font-size:11px;
        }
        #content{
                margin-bottom: 100px;
                float: left;
        }
    }