/*====================*/
/*=== Reset Styles ===*/
/*====================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}

caption, th, td {
	text-align:left;
	font-weight:normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}

/*===================*/
/*=== Main Styles ===*/
/*===================*/
body {
	font:14px/1.6 Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	color:#333;
	background-color: #EEE;
	background-image: url(images/45degreee_fabric.png);
}

a, a:visited {
	color: #7f7f7f;
	text-decoration:none;
}
a:hover, a:active {
	color:#000;
	text-decoration:none;
}

.theme-orman.slider-wrapper {
    margin-top:50px;
    clear: both;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}

/*====================*/
/*=== Added Styles ===*/
/*====================*/

#container {
	width: 1140px;
	margin: 0 auto;
}

nav {
/*  	border: 1px dashed gray; */
/*  	border-radius: 10px; */
	margin: 0px 20px;
	position: absolute;
	top: 0;
	left: 0;
}

nav ul {
	list-style: none;
	width: 140px;
}

nav ul li {
	color: #8a8a8a;
	text-align: center;
	font-size: 12px;
	display: block;
	margin: 20px 0;
}

nav ul li a {
	text-decoration: underline;
	color: #95ba1c;
/* 	display: block; */
}

#button_b1 {
  	height: 74px;
  	width: 74px;
  	margin: 10px auto;
}

#button_b2 {
  	width: 74px;
  	height: 74px;
  	margin: 10px auto;
}

#rent-info {
	padding-left: 40px;
	padding-bottom: 30px;
	padding-right: 40px;
	padding-top: 20px;
	width: 960px;
	margin: 30px auto 40px;
	background: #f6f5ef url(images/info-bkg.jpg);
}

#rent-info h1 {
	font-size: 18px;
	color: #9ea48a;
	text-shadow: 0px 1px 1px #fbf6e4;
	text-align: center;
	line-height: normal;
}

#rent-info h2 {
/* 	margin-top: 0px; */
	font-weight: bold;
   	                   
	text-shadow: 0px 1px 1px #fbf6e4;
   	                   
	font-size: 24px;
	font-style: italic;
	color: #86b300;
	text-align: center;
	line-height: 1.7;
}

#rent-info p {
	font-size: 16px;
	line-height: 1.5;
}
	
.two-column {	
	/*max-height: 130px;*/
	margin-top: 20px;
	margin-bottom: 50px;
	-webkit-column-count: 2;  
    -webkit-column-gap: 10px;  
    -moz-column-count: 2;  
    -moz-column-gap: 10px;    
    column-count: 2;  
    column-gap: 10px; 
}

#rent-info img {
	display: block;
	margin: 20px auto;
}

.two-column ul {
	list-style-position: inside;
	list-style-type: disc;
}

#booking-calendar {
	margin-top: 25px;
	margin-bottom: 0;
	width: 600px;
	height: 265px;
	float: left;
/* 	border: 1px solid red; */
}

#rent-prices {
	margin-top: 33px;
	width: 300px;
	float: left;
/* 	border: 1px solid green; */
}

#guest-apartment-price {
	background-color: #373030;
	color: white;
	font-size: 13px;
	text-align: center;
	clear: both;
	margin: 5px auto;
	border-radius: 8px;
	padding: 5px;
	font-style: italic;
}

p a {
	color: #938278;
}

a #goback {
	margin: 10px auto;
	border: 1px dashed aqua;
}


/*====================*/
/*=== Table styling ==*/
/*====================*/

table {
	border-collapse:collapse;
}

thead th {
	font:bold 11px/13px Georgia;
	text-align:center;
	background:#bcbebb;
	color:#333;
	padding:8px 16px 8px 8px;
	border-right:1px solid #f6f6f6;
	border-bottom:1px solid #f6f6f6;
}

tbody th {
	font:bold 12px/15px Georgia;
	text-align:left;
	background:#e9e9e9;
	color:#333;
	padding:8px;
	border-bottom:1px solid #f6f6f6;
	border-right:1px solid #f6f6f6;
}

tbody td {
	font:normal 12px/15px Georgia;
	color:#333;
	padding:8px;
	border-right:1px solid #f6f6f6;
	border-bottom:1px solid #f6f6f6;
}

#booking-color-code {
	margin: 30px auto;
}

#available {
	margin: 5px;
	background-color: #d4d4d4;
	border-radius: 5px;
}

#pending {
	margin: 5px;
	background-color: #f58700;
	border-radius: 5px;
}

#booked {
	margin: 5px;
	background-color: #ef0000;
	border-radius: 5px;
}


/*====================*/
/*=== Cool corners ===*/
/*====================*/

.corners {
    background: #f6f6f6;
/*     margin: 50px auto; */
/*     max-width: 600px; */
    position: relative;
/*     width: 80%; */
    -webkit-box-shadow: 0 1px 7px hsla(0,0%,0%,.2);
       -moz-box-shadow: 0 1px 7px hsla(0,0%,0%,.2);
            box-shadow: 0 1px 7px hsla(0,0%,0%,.2);
}
/* Corner Effect */
.corners:after,
.corners:before {
    background: rgba(232,235,235,0.85);
    content: '';
    height: 50px;
    position: absolute;
    top: -25px;
    width: 100px;
    -webkit-box-shadow: 0 5px 10px -7px hsla(0,0%,0%,.5);
       -moz-box-shadow: 0 5px 10px -7px hsla(0,0%,0%,.5);
            box-shadow: 0 5px 10px -7px hsla(0,0%,0%,.5);
}
.corners:after {
    left: -50px;
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.corners:before {
    right: -50px;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
}
