.error{
	border:1px solid red!important;	
}

.row-fluid .msg {
    color: red;
    position: absolute;
    left: 0;
    bottom: 47px;
    font-size: 14px;
    font-weight: bold;
    width: 50%;
    text-align: left;
}

input, select {
    color: #253246 !important;
    font-size: 16px !important;
    border: 1px solid #e5e5e5;
    padding: 12px;
    width: 100%;
}

.row-fluid input, .row-fluid textarea {
    padding-left: 30px;
}

textarea {
    color: #253246 !important;
    font-size: 16px !important;
    border: 1px solid #e5e5e5;
    padding: 12px;
    width: 100%;
    resize: none;
    height: 150px;
}

.row-fluid.textarea .inp{
    top: 35px;
}

.row-fluid.textarea .msg{
    top: -12px;
}

label {
    font-size: 16px;
    color: #788291;
    font-weight: 300;
    margin: 0 0 8px;

}

h4, .subcap {
    font-size: 20px;
    line-height: 20px;
    color: #788291;
    font-weight: 300;
}

h1, .cap {
    margin-bottom: 5px;
    font-size: 36px;
    line-height: 36px;
    font-weight: bold;
}

.registration form {
    margin-top: 50px;
}

.registration {
    margin-top: 80px;
}

.row-fluid {
    margin: 0 0 20px;
    position: relative;
}

#presentation {
    position: relative;
}

#presentation .url{
    display: block;
    width: 410px;
    background-color: #fff;
    border-radius: 5px;
    position: absolute;
    right: 44px;
    top: 78px;
    height: 34px;
    line-height: 33px;
    z-index: 20;
    border: none;
    padding-left: 12px;
    padding-right: 12px;
    text-overflow: ellipsis;
    font-size: 18px;
    font-weight: 700;
    color: #253246;
	display:none;
}

#presentation .head{
	width: 499px;
    min-height: 35px;
    line-height: 35px;
    font-size: 29px;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 44px;
    font-weight: 700;
    top: 183px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-shadow: 0 0 13px rgba(0,0,0,.15);	
	display:none;
}

#presentation .cats{
	display:none;
}

#presentation .cats .col-xs-4{
    text-align: center;
    padding: 10px;
    transition: all .3s ease-in-out;
    border: 1px solid #cedde1;
    min-height: 165px;
    font-size: 16px;
    line-height: 20px;
    color: #788291;
    transition: all .3s ease;
    padding: 15px;
    cursor: pointer;
    width: 30.333333%;
    margin: 0 3% 3% 0;
}

#presentation .cats .col-xs-4:hover{
	border: 1px solid #03a7f3;	
}

#presentation .cats .col-xs-4 img{
    display: inline-block;
    margin: 20px 0 8px;
}

#presentation .cats .col-xs-4.active:before{
	content: "";
    position: absolute;
    top: 10px;
    right: 10px;
    background: url(../images/check-box.png) no-repeat scroll 50%;
    width: 27px;
    height: 27px;	
}

#presentation #map{
	display:none;
}

.row-fluid .h-list{
	cursor:pointer;
}

.row-fluid ul.list{
    position: absolute;
    background: #ffffff;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 10px;
    display: block;
    z-index: 99;	
	display:none;
}

.row-fluid ul.list li{
	padding:5px 0;	
}

.row-fluid ul.list input{
	display:inline;
	width:auto;
	margin: 0 7px 0 0;
}

.cap{
	margin:0 0 20px;
}

#open_hours{
	margin:50px 0 20px;	
}

.s{
	position: relative;
    top: -21px;
    font-size: 20px;
    color: #909090;
    width: 100px;
    display: block;
    left: 50%;
    margin-left: -50px;
}

.day{
	margin:50px 0;
}

.day .checker {
    max-width: 110px;
    float: right;
}

.day .left {
    font-size: 18px;
    color: #253246;
    text-transform: capitalize;
    font-weight: 600;
    width: 60px;
	float: right;
	margin: -5px 0 0;
}

.day .right {
    width: 25px;
    margin: -8px 11px 0 0;
    float: right;
	position: relative;
	overflow:hidden;
}

.day .slider{
	float:right;
	width: 75%;
}

.day .right label {
    display: block;
    position: relative;
    max-width: 25px;
    height: 25px;
    border: 2px solid #dad8d8;
    border-radius: 3px;
    color: #fff;
    background-color: #fbfbfb;
    white-space: nowrap;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: background-color .2s,box-shadow .2s;
}

.day .checker .right input {
    position: absolute;
    z-index: 2;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.day .checker .right label:before {
    content: "";
    display: block;
    position: absolute;
    transition: background-color .2s;
}

.day .checker .right input:checked+label:before {
    width: 9px;
    height: 13px;
    border-right: 3px solid #00aef2;
    border-bottom: 3px solid #00aef2;
    left: 6px;
    top: 2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.day .slider .day-off {
    margin: -10px auto 0;
    width: 100%;
    text-align: center;
    color: #909090;
    font-size: 20px;
}

#reg-btn{
    text-align: center;
    margin: 30px 0;
}

.row-fluid .inp{
    position: absolute;
    left: 10px;
    bottom: 10px;
    font-size: 25px;
}

.row-fluid .inp.icon-ok{
	color:#03a7f3;
}

.row-fluid .inp.icon-close{
	color:red;
}

.registration .col-xs-6{
	padding-right:0;
}

.clear {
    clear: both;
}

.sbm-v2-btn{
    border-radius: 50px;
    border: none;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    font-family: inherit;
    padding: 12px 19px;
    cursor: pointer;
    background: #3170FB;
    color: white;
}

.slide {
    height: 600px;
    background: url(../images/slide1.jpg) no-repeat;
    background-size: cover;
    text-align: center;
    color: #fff;
    line-height: 55px;
    font-size: 50px;
    font-weight: 700;
    padding: 5% 0 0;
    background-position-y: center;
}