body {
	padding:0px;
	margin:0px;
}
.tooltip.top {
    margin-top: -16px;
    padding: 5px 0;
}
.side-pannel3 {
    width: 100%;
    padding: 25px 15px;
    margin: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    border: 1px solid rgba(0,0,0,0.20);
    margin-bottom: 15px;
    margin-top: 31px;
}
.side-pannel3 h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 13px;
    color: #242424;
    text-align: left;
    padding: 0px;
    margin: 0px auto;
        margin-top: 0px;
    letter-spacing: 1.2px;
    margin-top: 0px;
    MARGIN-BOTTOM: 25PX;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    font-weight: 800;
    color:maroon;;
    font-size: 12px;
    letter-spacing: 1px;
}
.tooltip-inner {
    background-color: #000;
    border-radius: 0px;
    color: #fff;
    max-width: 200px;
    padding: 6px 11px;
    text-align: center;
    letter-spacing: 1px;
}
.uper-sec {
	width: 100%;
	padding: 20px 0px;
	margin: 0px auto;
	background-color: #74092b;
	position: relative;
}

.uper-sec::after {
    position: absolute;
    content: "";
    width: 39%;
    height: 20px;
    background-color: #f00;
    box-shadow: 0px 2px 35px #000;
    left: 0;
    top: 9px;
    z-index: -10;
    transform: rotate(-2deg);
}
.uper-sec::before{
    position: absolute;
    content: "";
    width: 39%;
    height: 20px;
    background-color: #f00;
    box-shadow: 0px 2px 35px #000;
    right: 0;
    top: 9px;
    z-index: -10;
    transform: rotate(2deg);
}
h2 {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	text-align: left;
	padding: 0px;
	margin: 0px auto;
	letter-spacing: 1.2px;
	margin-top: 4px;
}
h3 {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	text-align: right !important;
	padding: 0px;
	margin: 0px auto;
	letter-spacing: 1.2px;
	margin-top: 4px;
	display: inline-flex;
	margin-left: 20%;
}
.list-inline > li {
    display: inline-block;
    padding-right: 26px;
    padding-left: 5px;
}
.list-inline {
    padding-left: 0;
    margin-left: 30%;
    list-style: none;
}
ul, ol {
    margin-top: 0;
    margin-bottom: 0px;
}
.banner-sec {
	width:100%;
	padding:80px 0px 180px 0px;
	margin:0px auto;
	background:url(../images/bg.png) no-repeat 0% 14%;
}
.form-sec {
	width:100%;
	padding:0px;
	margin:0px auto;
	margin-top:95px;
}
.form-sec h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 26px;
    color: #f65535;
    text-align: left;
    padding: 0px;
    margin: 0px auto;
    letter-spacing: 1.2px;
}
.form-sec h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #FFF;
    text-align: left;
    padding: 0px;
    margin: 0px auto;
    letter-spacing: 1.2px;
	margin-bottom:8px;
}
.form-sec p {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    text-align: left;
    padding: 0px;
    margin: 0px auto;
    letter-spacing: 1.2px;
	margin-bottom:25px;
}
.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 38px;
	font-size: 12px;
	letter-spacing: 1.2px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 0px solid #ccc;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	margin-bottom: 15px;
	position: relative;
}

.btn-default {
	color: #333;
	background-color: #0bc032;
	border-color: #ccc;
	width: 100%;
	border: 0px;
	border-radius: 24px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 1.2px;
	padding: 8px 0px;
}
.list-box {
	width:100%;
	padding:0px;
	margin:0px 0px 20px 0px;
	border-radius:4px 20px 51px 0px;
	border:1px solid #FC6;
	box-shadow:0px 3px 8px #888888;
	cursor:pointer;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f2f2f2+50,efefef+50,c9c9c9+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(45deg, #ffffff 0%, #f2f2f2 50%, #efefef 50%, #c9c9c9 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, #ffffff 0%,#f2f2f2 50%,#efefef 50%,#c9c9c9 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, #ffffff 0%,#f2f2f2 50%,#efefef 50%,#c9c9c9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c9c9c9',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.bg {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f2f2f2+50,efefef+50,c9c9c9+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(45deg, #ffffff 0%, #f2f2f2 50%, #efefef 50%, #c9c9c9 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, #ffffff 0%,#f2f2f2 50%,#efefef 50%,#c9c9c9 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, #ffffff 0%,#f2f2f2 50%,#efefef 50%,#c9c9c9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c9c9c9',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.list-box h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    text-align: left;
    padding: 11px 0px 11px 32px;
    margin: 0px auto;
        margin-bottom: 0px;
    letter-spacing: 1.2px;
    background-color: #f65535;
    margin-bottom: 10px;
	box-shadow:0px 3px 5px #747474;
}

.list-box h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: #000;
    text-align: left;
    padding: 21px 0px 0px 29%;
    margin: 0px auto;
        margin-bottom: 0px;
    margin-bottom: 0px;
    letter-spacing: 1.2px;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.list-box .imgs-box {
    width: 135px;
    height: 135px;
    margin-left: 15px;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
    transition: all linear 0.5s;
    float: left;
}
.list-box .imgs-box::after {
    position: absolute;
    width: 142px;
    height: 135px;
    background-color:rgba(0,0,0,1);
    top: 135px;
    left: 0;
	text-align:center;
    content: "";
    transition: all linear 0.5s;
}
.list-box .imgs-box::before {
    position: absolute;
    width: 142px;
    height: 135px;
    background-color:transparent;
    top: 135px;
    left: 0;
	text-align:center;
	color:#FFF;
	font-weight:bold;
	font-size:20px;
	z-index:1;
    transition: all linear 0.5s;
}
.list-box:hover .imgs-box::before {
	top:56px;
	transition:all linear 0.5s;
}
.list-box:hover .imgs-box::after {
	top:0;
	transition:all linear 0.5s;
	opacity:0.5;
}

.list-box img {
    float: left;
    padding: 0px;
        padding-left: 0px;
    padding-left: 0px;
    margin: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 135px;
    padding-left: 0px;
    height: 135px;
}
.list-box i.fa {
	color:#f65535;
}
.gap {
	padding:25px 0px;
	margin:0px;
}
.odd .list-inline {
    padding-left: 0;
    margin-left: 0%;
    list-style: none;
}
.odd .list-inline > li {
    display: inline-block;
    padding-right: 0px;
    padding-left: 0px;
}

.ovel {
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	background:transparent;
	border:1px solid #666;
}
h5 {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 25px;
    color: #000;
    text-align: left;
    padding: 0px;
    margin: 0px auto;
    letter-spacing: 1.2px;
    margin: 0px 0px 18px 0px;
}
p {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 13px;
    color: #000;
    text-align: left;
    padding: 0px;
    margin: 0px auto;
    letter-spacing: 2px;
    margin: 0px 0px 6px 25px;
}
.list-box .btn-default {
    color: #333;
    background-color: #f65535;
    border-color: #ccc;
    border: 0px;
    border-radius: 0px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1.2px;
    width: auto;
    margin-left: 30%;
    animation: ;
    margin-bottom: 17px;
}
.list-box .btn-default2 {
    color: #333;
    background-color: #f65535;
    border-color: #ccc;
    border: 0px;
    border-radius: 0px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1.2px;
    width: auto;
    animation: ;
    margin-bottom: 17px;
}
.side-pannel {
    width: 100%;
    padding: 38px 15px;
    margin: 0px;
    border: 1px solid rgba(0,0,0,0.20);
	margin-bottom:15px;
}
.side-pannel2 {
    width: 100%;
    padding: 10px 15px;
    margin: 0px;
    border: 1px solid rgba(0,0,0,0.20);
	margin-bottom:15px;
	margin-top:18px;
}
.side-pannel h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 21px;
    color: #000;
    text-align: LEFT;
    padding: 0px;
    margin: 0px auto;
    letter-spacing: 1.2px;
    margin: 0px 0px 28px 0px;
}
.side-pannel .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 13px;
	letter-spacing:1.2px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-bottom: 25px;
}
.side-pannel2 .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 13px;
	letter-spacing:1.2px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-bottom: 25px;
	margin-top:25px;
}

.side-pannel .btn {

    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
	font-weight:bold;
	border-radius:0px;
}

.side-pannel2 .btn-default {
	margin-top:25px;
}

.side-pannel h6 {

    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #000;
    text-align: LEFT;
    padding: 0px;
    margin: 0px auto;
    letter-spacing: 1px;
    margin: 0px 0px 28px 0px;

}
.side-pannel h5 {

    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #000;
    text-align: LEFT;
    padding: 0px;
    margin: 0px auto;
    letter-spacing: 1px;
    margin: 0px 0px 10px 0px;

}
.side-pannel #cssmenu > ul > li {
    float: left;
    width: 100%;
	margin-top:12px;
}
.side-pannel #cssmenu ul ul {
    position: absolute;
    left: -9999px;
    margin-left: 284px;
    margin-top: -46px;
}
.side-pannel #cssmenu > ul > li > a {
    color: #ddd;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px;
    padding: 17px;
    text-decoration: none;
    text-align: center;
}
.side-pannel .side-pannel #cssmenu > ul > li {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.side-pannel #cssmenu {
    font-family: sans-serif;
    background: transparent;
}
.al {
	margin-left:0px;
	padding-left:0px;
}
input[type="radio"], input[type="checkbox"] {
    margin: 0px 0px 0;
    margin-top: 1px \9;
    line-height: normal;
    font-weight: bold;
}
hr {
	border-color:#d7d4d4;
}


element {

}
.slider-sec {

    background: url(../images/images/bgs.png) no-repeat;
    width: 100%;
    padding: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0px;
        margin-top: 0px;
    margin-top: 0px;
    margin-top: 30px;
    padding-top: 45px;
    padding-bottom: 0px;
    padding-left: 40px;
    padding-right: 40px;

}
.aligne {
	padding-left:0px;
}
.banq-sec {
	width: 100%;
	padding: 110px 0px 110px 0px;
	margin: 0px auto;
	background: url(../images/LOG-IN.png) repeat;
	background-size: cover;
}
.navbar-inverse {
	background-color: #74092b;
	border-color: #080808;
}
.navbar-nav > li > a {
	padding-top: 20px;
	padding-bottom: 20px;
}
.log-sec {
	width: 100%;
	padding: 120px 0px 155px 0px;
	margin: 0px auto;
	background: url(../images/LOG-IN.png) no-repeat;
	background-size: auto auto;
	position:relative;
}
.bgs {
	background-color: rgba(255, 255, 255, 0.9);
	padding: 60px 30px;
	margin: 0px;
	box-shadow: 0px 2px 2px 0px #2B2727;
	border-radius: 20px;
}
.bgs2 {
	/* margin-top: 360px; */
	background-color: #00000080;
	padding: 60px 40px;
	margin-top: 120px;
	border-top: 1px solid #0bc032;
	border-right: 1px solid #0bc032;
}
.sub-img1 {
	width: 90%;
	height: 100%;
	position: absolute;
	left: -306px;
	top: -41px;
	transform: rotate(12deg);
}
.aline {
	width: 100%;
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: -90px;
	left: -500px;
	transform: rotate(11deg);
}
.aline2 {
	width: 70%;
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 300px;
	right: -300px;
}
.room-boxs {
	width:100%;
	padding:0px;
	margin:0px;
}
.room {
    background-color: #9ce24c;
    padding: 35px 0px;
	box-shadow:10px 10px 10px;
    margin: 0px 0px 13px 0px;
	border-radius:5px;
}
.room2 {
    background-color: #f5f540;
    padding: 35px 0px;
	border-radius:5px;
	box-shadow:10px 10px 10px;
    margin: 0px 0px 13px 0px;
}