html{
	overflow-x: hidden;
	
}body{
	    font-family: 'CenturyGothic-Bold', Arial, sans-serif;
}
#header {
    background: #DB2128;
    border: 0px solid #fff;
    border-radius: 0px;
	    margin-bottom: 0px;
}
.nav > li > a {
    position: relative;
    display: block;
       padding: 0px 1em;
}

.navbar-default .navbar-brand {
    color: #777;
    position: absolute;
    z-index: 9999;
    /*border:1px solid red;*/
}

.hover-effect a {
	overflow: hidden !important;
	height: 25px !important;
}

.hover-effect a span {
	position: relative;
	display: inline-block;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	
}

.hover-effect a span::before {
	position: absolute;
	top: 100%;
	content: attr(data-hover);
	font-weight: normal;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.hover-effect a:hover span, .hover-effect a:focus span {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}


#header ul.navbar-nav a {
    color: #fff;
	font-weight: bold;
}
#header  ul.navbar-nav a:hover{
	color: #fff;
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
	color: #fff;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: transparent;
}
.navbar-brand {
    float: left;
    height: auto;
    padding: 0px;
    font-size: 18px;
    line-height: 20px;
}


#welcometop{
	background: #DB2128; 
	color: #fff;

}
#welcometop h1{
	color: #fff;
    font-size: 1.5em;
    margin: 8px 0 10px;
	text-align: center;
}


.readmore {
	    text-decoration: none;
	    text-transform: uppercase;
	font-size: 1.15em;
	    font-family: 'pt_sansregular', Arial, Helvetica, sans-serif;
	    color: #da2128;
}

.welcomemsg {
	margin: 1.5em 0px;
	padding: 1em;
}

#products .row{
	display: none;
}

h2{
	    margin: 0 0 12px 0;
	    color: #DA2128;
    text-shadow: 0px 0px #323232;
    font-size: 1.3em;
	    text-transform: uppercase;
	    font-family: 'pt_sansregular', Arial, Helvetica, sans-serif;
    padding: 0;
	    font-weight: normal;
	text-align: center;
}
#rooms img{
  padding: 5px;
	border: 1px solid #DB2128;
	margin-bottom: 1em;
}

p{
	    font-size: 0.95em;
    line-height: 2;
   
	    font-family: Verdana, Geneva, sans-serif;
	    line-height: 1.5;
	color: rgb(103, 101, 101);
	
}
#rooms {
	margin: 4em 0px;
}

#testimonail {
	    margin: 4em 0px;
    background: url(../images/rayan3.jpg);
    padding: 3em;
	
}
#testimonail h2{
	color: #fff;
	font-size: 2em;
}
.text-info, .caption p{
	color: #fff;
	font-size: 1em;
}
.caption p{
	text-align: center;
}

#map {
	margin: 4em 0px 0px 0px;
}

#topfooter {
	       margin: 0em 0px 3em 0px;
    background: #14100D;
    padding: 1em;
}

#botfooter {
	margin: 2em 0px;
}
#botfooter .glyphicon {
	font-size: 2em;
	margin-right: 0.5em;
}
#botfooter ul{
	padding: 0px;
}
#botfooter ul li{
	display: inline-block;
}

.botnav {
	text-align: center !important;
}
.botnav  a{
	color: #fff;
}

hr{
	    background: url(../images/bg.jpg);
    height: 2em;
    background-repeat: no-repeat;
   
    background-position: top center;
    border-top: 0px solid #e8e8e8;
}

.phone {
	color: #DB2128;
}

.stay {
	padding-right: 1em;
}
.carousel-control .glyphicon {
	color: #DB2128;
	font-size: 1em;
	text-shadow: none;
	opacity: 1;
}
img{
	max-width: 100%;
}

@media (min-width: 768px){
.navbar-right {
        float: right !important;
    margin-right: -15px;
    margin-top: 1em;
}
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle {
    border-color: #fff;
    top: 0em;
}
#topheader {
	background: #801C20;
}

.social {
    position: fixed;
    top:60%;
    left: 0;
    z-index: 999;
}
.social ul {
    padding: 0px;
    -webkit-transform: translate(-118px, 0);
    -moz-transform: translate(-118px, 0);
    -ms-transform: translate(-118px, 0);
    -o-transform: translate(-118px, 0);
    transform: translate(-118px, 0);
}
.social ul li {
    display: block;
    margin: 5px;
    background: rgba(0, 0, 0, 0.36);
    width: 168px;
    text-align: right;
    padding: 10px;
    -webkit-border-radius: 0 30px 30px 0;
    -moz-border-radius: 0 30px 30px 0;
    border-radius: 0 30px 30px 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.social ul li:hover {
    -webkit-transform: translate(80px, 0);
    -moz-transform: translate(80px, 0);
    -ms-transform: translate(80px, 0);
    -o-transform: translate(80px, 0);
    transform: translate(80px, 0);
    background: rgba(0, 0, 0, 0.36);
}
.social ul li a{
	text-decoration: none;
	color: #000;
}
.social ul li:hover a {
    color: #fff !important;
}
.social ul li:hover img {
    color: #fff;
   
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.facebook, .twitter, .google{
	    background: #fff;
    border-radius: 50%;
    margin-left: 1em;
	
}
.social ul li:hover .facebook {
    background: rgba(58, 88, 155, 1);
}
.social ul li:hover .twitter {
    background: rgba(28, 183, 235, 1);
}
.social ul li:hover .google {
    background: #DD513A;
}
.topp{
	    color: #fff;
   line-height: 1;
    padding-top: 5px;
}


.products{
	position: relative;
	overflow: hidden;
	max-width: 100%;
	max-height: 100%;
}
.products img{
	width: 100%;
	max-width: none;
	max-width: none;
	-webkit-transition: width 2s; /* Safari */
    transition: width 2s;
	
	
}
.products img:hover   {
    width: 103%;
}
.prod_name {
	background: rgba(0, 0, 0, 0.49);
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0px;
    padding: 0.6em;
    text-align: center;
	font-size: 1.5em;
	-webkit-transition: padding 1s; /* Safari */
    transition: padding 1s;
}

.products:hover .prod_name {
   padding: 1em;
}

#products {
	margin-top: 1em;


}

.sm1{
    margin-top: 30px;	
}
.sm2{
	 margin-bottom: 30px;	
}
.click {
	    color: #fff;
    font-size: 1.35em;
   text-align: center;
    margin: 8px 0 10px;
}
#click{
	 font-size: 0.6em;
	 margin-left: 1em;
	cursor: pointer;
}

@media screen and (max-width: 760px) {
	.navbar-default .navbar-brand{
		position: relative;
	}
	.navbar-brand > img {
   width:50%;
}
	#header ul.navbar-nav a {
        color: #fff;
    font-weight: bold;
    text-align: center;
   
    text-align: left;
    padding-left: 22%;
}
}

#booking{
	position: fixed;
    top: 40%;
    right: 0;
    z-index: 999;
}

.open > .dropdown-menu {
         display: block;
    width: 200px;
    position: absolute;
    left: -100%;
    background: rgba(0, 0, 0, 0.55);
    top: 48px;
    border-radius: 0px;
}
#booking form{
	padding: 1em;
	   
}
#dLabel{
	background: #DB2128;
    border: 0px solid #DB2128;
    color: #fff;
    width: 100px;
    padding: 5px 0px;
	font-weight: bold;
	position: relative;
	border: 1px solid #fff;
}
#booking .submit{
	background: #DB2128;
    border: 0px solid #DB2128;
    color: #fff;
    border: 1px solid #fff;
    padding: 5px 5px;
	font-weight: bold;
	
	
}
#booking .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 1em;
    line-height: 1.42857143;
     position: relative !important;
    background-color: #fff;
    background-image: none;
    border: 0px solid #DB2128;
    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: 5px 0px;
}
#booking textarea {
    height: 5em !Important;
}

