/*! * Bootstrap @VERSION * * Copyright 2011 Twitter, Inc * Licensed under the Apache License v2.0 * http://www.apache.org/licenses/LICENSE-2.0 * * Designed and built with all the love in the world @twitter by @mdo and @fat. * Date: @DATE */ // CSS Reset @import "reset.less"; // Core variables and mixins @import "variables.less"; // Modify this for custom colors, font-sizes, etc @import "mixins.less"; // Grid system and page structure @import "scaffolding.less"; // Styled patterns and elements @import "type.less"; @import "forms.less"; @import "tables.less"; @import "patterns.less"; // Villa Saraswati html, body { overflow-x: hidden; } body { //gesalous //font-family: "Times New Roman", Courier, Arial, sans-serif; //vanilla font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; background: #fdfdfa; //url(/img/bg.jpg); color: #756c63; } h1, h2, h3, h4, h5, h6 { color: #56504a; font-weight: normal; //vanilla font-family: Georgia,"Times New Roman",Serif; //gesalous //font-family: Georgia,"Courier new",Serif; text-shadow: 1px 1px 1px #FFF; } h1 small, h2 small, h3 small, h4 small, h5 small, h6 small { color: #FFFFFF; float: right; line-height: 44px; text-shadow: 1px 1px 1px #beb5ab; } h1 { border-bottom: 1px solid #beb5ab; padding-bottom: 18px; margin-top: 80px; } p { //vanilla for body //font-size: 13px; //gesalous for body font-size: 19px; font-weight: normal; //vanilla //line-height: 22px; //gesalous line-height: 28px; //vanilla //margin-bottom: 13px; //gesalous margin-bottom: 16px; } strong { color: #56504a; } #home { width: 1640px; margin: 60px auto 0 -370px; overflow: hidden; } .brand { //vanilla font-family: "Apple Chancery", "Monotype Corsiva", Georgia,"Times New Roman",Serif; //gesalous //font-family: "Apple Chancery", "Monotype Corsiva", Georgia,"Courier new",Serif; padding: 8px 20px 0px !important; font-size: 26px !important; } .tobpar { box-shadow: 2px 1px 1px #CCCCCC; } .topbar-inner, .topbar .fill { padding: 10px 0px 10px 50px; // background-image: url(/img/bg-nav.jpg); color: #ffffff; background-color: #0798B5; background-repeat: repeat-x; background-image: -khtml-gradient(linear, left top, left bottom, from(#09C7ED), to(#0798B5)); background-image: -moz-linear-gradient(top, #09C7ED, #0798B5); background-image: -ms-linear-gradient(top, #09C7ED, #0798B5); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #09C7ED), color-stop(100%, #0798B5)); background-image: -webkit-linear-gradient(top, #09C7ED, #0798B5); background-image: -o-linear-gradient(top, #09C7ED, #0798B5); background-image: linear-gradient(top, #09C7ED, #0798B5); // filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#09C7ED', endColorstr='#0798B5', GradientType=0); text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); border-color: #0798B5 #0798B5 #926828; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); } .topbar div > ul, .nav { float: right; //vanilla font-family: Georgia,"Times New Roman",Serif; //gesalous //font-family: Georgia,"Courier new",Serif; font-size: 19px; } .topbar div > ul, .nav a { color: #fdfdfd; //#DCD2C6; } .rooms { margin-top: 50px; } .tabs { border-bottom: 1px solid #beb5ab; margin: -46px 0 20px; } .pill-content { border: 1px solid #BEB5AB; border-top: 0 none; } .pill-text { background: #fff; padding: 15px; border-left-color: #BEB5AB; border-right-color: #BEB5AB; border-bottom-color: #BEB5AB; } li { color: #756c63; line-height: 22px; } .tabs > li.active > a { border-left-color: #BEB5AB; border-right-color: #BEB5AB; border-top-color: #BEB5AB; } .tabs > li > a:hover { background: #DAD0C4; } .media-grid li { width: 320px; min-height: 218px; float: left; } .media-grid img { width: 290px; min-height: 218px; } .section { margin-top: 44px; } .section.first { margin-top: 84px; } /*#facilities { min-height: 2700px; }*/ #contact-us { margin-bottom: 240px; } #sb-nav-close { width: 160px !important; background-image: url('/shadowbox/close.png?1234') !important; } /* * jQuery Nivo Slider v3.2 * http://nivo.dev7studios.com * * Copyright 2012, Dev7studios * Free to use and abuse under the MIT license. * http://www.opensource.org/licenses/mit-license.php */ /* The Nivo Slider styles */ .nivoSlider { position:relative; width:100%; height:auto; overflow: hidden; } .nivoSlider img { position:absolute; top:0px; left:0px; max-width: none; } .nivo-main-image { display: block !important; position: relative !important; width: 100% !important; } /* If an image is wrapped in a link */ .nivoSlider a.nivo-imageLink { position:absolute; top:0px; left:0px; width:100%; height:100%; border:0; padding:0; margin:0; z-index:6; display:none; background:white; filter:alpha(opacity=0); opacity:0; } /* The slices and boxes in the Slider */ .nivo-slice { display:block; position:absolute; z-index:5; height:100%; top:0; } .nivo-box { display:block; position:absolute; z-index:5; overflow:hidden; } .nivo-box img { display:block; } /* Caption styles */ .nivo-caption { position:absolute; left:0px; bottom:0px; background:#000; color:#fff; width:100%; z-index:8; padding: 5px 10px; opacity: 0.8; overflow: hidden; display: none; -moz-opacity: 0.8; filter:alpha(opacity=8); -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */ -moz-box-sizing: border-box; /* Firefox, other Gecko */ box-sizing: border-box; /* Opera/IE 8+ */ } .nivo-caption p { padding:5px; margin:0; } .nivo-caption a { display:inline !important; } .nivo-html-caption { display:none; } /* Direction nav styles (e.g. Next & Prev) */ .nivo-directionNav a { position:absolute; top:45%; z-index:9; cursor:pointer; } .nivo-prevNav { left:0px; } .nivo-nextNav { right:0px; } /* Control nav styles (e.g. 1,2,3...) */ .nivo-controlNav { text-align:center; padding: 15px 0; } .nivo-controlNav a { cursor:pointer; } .nivo-controlNav a.active { font-weight:bold; }