<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: CITYTOURS 
Theme URI: http://www.ansonika.com/countryholidays/
Author: Ansonika
Author URI: http://themeforest.net/user/Ansonika/

[Table of contents] 

1. SITE STRUCTURE and TYPOGRAPHY
- 1.1 Typography
- 1.2 Buttons
- 1.3 Structure

2. CONTENT
- 2.1 Home
- 2.1 Rooms list
- 2.2 Room details
- 2.3 About us
- 2.4 Activities
- 2.5 Contact us
- 2.6 Fullscreen gallery
- 2.7 Error page

3. COMMON
- Tooltips
- Container styles
- Form styles
- Tabs, collapse
- etc


/*============================================================================================*/
/* 1.  SITE STRUCTURE and TYPOGRAPHY */
/*============================================================================================*/

/*-------- Only for the demo - menu colors bullets --------***/
i.color_1{color:#544252;} /***-------- DCF Blackberry --------***/
i.color_2{color:#fefbf6;} /***-------- DCF Olde Farm White - was #f5f4f2, now #fefbf6 --------***/
i.color_3{color:#805f5d;} /***-------- DCF Desert Plum --------***/
i.color_4{color:#e5d5b3;} /***-------- DCF Desert Pebbles --------***/
i.color_2{color:#fcf7e8;} /***-------- DCF Fat Cream rgba(252, 247, 232, 1.0) - used for nav bar, footer background, and boxed content sections; was #fcf7e8 (RGB 250, 239, 215), now RSR fat cream #fcf7e8 rgb or rgba (252, 247, 232, 1.0) - DEO 210422 --------***/
i.color_5{color:#be9d5d;} /***-------- DCF Sunset Gold --------***/
i.color_6{color:#a85132;} /***-------- DCF Rustic Red - was #84492b (RGB 132, 74, 43), now #a85132 (RGB 168, 81, 50) --------***/
i.color_7{color:#9cb076;} /***-------- DCF Sagebrush - was #a3a074 (RGB 163, 360, 116), now #9cb076 (RGB 156, 176, 118) --------***/
i.color_8{color:#5a78a7;} /***-------- DCF Dusky Blue - was #596a86 (RGB 98, 125, 167), now #5a78a7 (RGB 90, 120, 167) --------***/
i.color_9{color:#403e3c;} /***-------- DCF Body Copy Level 4 (Very Dark Grey) --------***/
i.color_10{color:#191611;} /***-------- DCF Body Copy Level 1 (Almost Black)--------***/

/*-------- Allert for old browsers IE8 and below --------*/
.chromeframe{background:#ddd;color:#000;padding: 0.2em;position: fixed; top: 0; left: 0; text-align: center; z-index:9999; width: 100%;}
.chromeframe a{color:#ed1c24;}

/*============================================================================================*/
/* 1.1 TYPOGRAPHY */
/*============================================================================================*/

body {background:#fefbf6; font-size:14px; line-height:21px; font-family:"Raleway", Arial, sans-serif; color:#444;-webkit-font-smoothing: antialiased;} /***---- LIKE THIS. original font Valeera; original color #555 (too light); original bg color was #fff, now Olde Farm white #fefbf6 - changed by DEO, 210421 ---***/

h1, h2, h3, h4, h5, h6{-webkit-font-smoothing:antialiased; color:#5a78a7; font-family:"Raleway", Arial, sans-serif; } /***---- LIKE THIS. original font Valeera; original color #333333 (too light); original font color was 2d2d2d, then changed to 403e3c, DCF Dusky Blue - changed by DEO, 210421 ---***/
h3{ font-size:20px;}

.main_title { text-align:center; font-size:16px; margin-bottom:30px;}
.main_title h2 { text-transform: uppercase; font-weight:400; letter-spacing:1px; font-size:30px; margin-bottom:0;margin-top:0; color:#5a78a7; } /***---- LIKE THIS. Instructions for Main Page Titles; original font weight 700; original color #92278f, now DCF Dusky Blue, letterspacing was -1px - now 1px - changed by DEO, 210421 ---***/
.main_title span { display:block; width:40px; height:4px; background-color:#9cb076; margin:auto;-webkit-border-radius: 5  px;-moz-border-radius: 5px;border-radius: 5px; margin-bottom:15px; } /***---- LIKE THIS. This is the little bar between hero and title; original color was ededed, now it is DCF sagebrush #9cb076 - DEO 210422 ---***/
.main_title p { font-family:"Raleway",Arial, sans-serif; font-weight:300; font-size:20px}

/*** GENERAL LINK COLORS ***/

/* The following two lines are for the copy links used in body copy throughout the site */
a {color: #5a78a7;text-decoration: none;-webkit-transition: all 0.2s ease;transition: all 0.2s ease; outline:none;} /***---- LIKE THIS. original link color #70972c, now DCF Dusky Blue - changed by DEO, 210421 ---***/
a:hover,a:focus {
	color: #bf9e5d; /***---- LIKE THIS. original link_normal:hover color #111; now DCF Sunset Gold - changed by DEO, 210414 ---***/
	text-decoration: none; 
	outline:none;}


/* THE FOLLOWING TWO LINES ARE COLORS USED FOR ????? LINKS THROUGHOUT THE SITE */
a.link_normal{
	position:relative;
	font-weight:500;
	display:block;
	color:#9cb076; /***---- original link_normal color #6f962c, was changed to RSR bright green, now changed to DCF Sagebrush - changed by DEO, 210414 ---***/
	margin-top:10px;
}
a.link_normal:hover{
	color: #e5d5b3; /***---- original link_normal:hover color #111; was changed to RSR bright green, now DCF Desert Pebbles - changed by DEO 210414 ---***/
}
a.link_normal:after{
	font-style: normal;
 	font-weight: normal;
 	font-family: "fontello";
	content: "\e89b"; /* NOTE: icon is a thin right facing arrow - DEO 210422 */
	top:1px;
	position:relative;
	margin-left:5px;
}

p {
	font-weight:400; /***---- no font weight originally - changed by DEO, 210127 ---***/
	font-color:#191611; /***---- LIKE THIS. no font color originally, now color #191611 DCF Body Copy Level 1 - changed by DEO, 210414 ---***/
	margin: 0 0 20px 0;}

.nopadding {
	margin: 0 !important;
	padding: 0 !important;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #be9d5d; /***---- LIKE THIS. color originally #ddd, now DCF Sunset Gold - changed by DEO, 210414 ---***/
}

/*============================================================================================*/
/* ICONS */
/*============================================================================================*/

.icon chefsHat:after{
	font-style: normal;
 	font-weight: normal;
 	font-family: 'linearicons';
	content: "\eb13"; /* NOTE: icon is a chef's hat - DEO 210422 */
	color:#9cb076; /***---- no color originally, now color DCF Sagebrush - changed by DEO, 210414 ---***/
	top:1px;
	position:relative;
	margin-left:5px;
}

/*============================================================================================*/
/* 1.2 BUTTONS */
/*============================================================================================*/

a.btn_full, .btn_full{
	border: none;
	font-family: inherit;
	font-size: inherit;
	color:#fff;
	width:100%;
	background: #a85132; /***---- original button background color #85c99d, now DCF Rustic Red - changed by DEO, 210414 ---***/
	cursor: pointer;
	padding: 12px 20px;
	display: inline-block;
	outline: none;
	font-size:12px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-transform:uppercase;
	font-weight:bold;
	display:block;
	text-align:center;
	margin-bottom:10px;
}
a.btn_full:hover, .btn_full:hover{
	background:#e5d5b3; /***---- original button background color #333, now DCF Desert Pebbles - changed by DEO, 210414 ---***/
}

a.button_intro, .button_intro  {
	border: none;
	font-family: inherit;
	font-size: inherit;
	color:#fff !important;
	text-shadow:1px 1px 0px #000000;
	background: #be9d5d; /***---- original button background color #86b535, now DCF sunset gold #be9d5d - changed by DEO, 210421 ---***/
	cursor: pointer;
	padding: 8px 25px;
	display: inline-block;
	outline: none;
	font-size:12px;
	text-align:center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-transform:uppercase;
	font-weight:bold;
	min-width:150px;
}
a.button_intro:hover, .button_intro:hover {
	text-shadow:1px 1px 0px #555555;
	background-color: #e5d5b3; /***---- original button background color #fff, now DCF Desert Pebbles #e5d5b3 - changed by DEO, 210421 ---***/
	color:#be9d5d !important; /***---- original button text color #333, now DCF sunset gold #be9d5d - changed by DEO, 210421 ---***/
}
a.button_intro.outilne, .button_intro.outline  {
	border: 2px solid #fff;
	color:#fff;
	text-shadow:1px 1px 0px #555555;
	background: none;
	padding: 6px 23px;
}
a.button_intro:hover, .button_intro:hover {
	background: #e5d5b3; /***---- original button background color #fff, now DCF Desert Pebbles #e5d5b3 - changed by DEO, 210421 ---***/
	color:#a85132; /***---- original button text color #333, now DCF Rustic Red #a85132 - changed by DEO, 210414 ---***/
}

a.btn_1, .btn_1{
	border: none;
	font-family: inherit;
	font-size: inherit;
	color:#fff;
	background: #a85132; /***---- original button background color #86b535, now DCF Rustic Red #a85132 - changed by DEO, 210414 ---***/
	cursor: pointer;
	padding: 7px 15px;
	display: inline-block;
	outline: none;
	font-size:12px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	font-weight:bold;
}

a.btn_1.white, .btn_1.white  {background: #9cb076; color:#ffffff;} /*** Originally background color and color were background: #fff; color:#86b535; colors changed respectively to RSR bright green and white, now changed respectively to DCF Sagebrush and white - changed by DEO 210414 ***/
a.btn_1.white:hover, .btn_1.white a:hover, .btn_1.white:hover
{background: #e5d5b3; color:#fff !important; /***---- original button background color #333, now DCF Desert Pebbles - changed by DEO, 210414 ---***/
}

a.btn_1.outline,.btn_1.outiline, input .btn_1.outiline{
	color:#555;
	background: none;
	border:2px solid #555;
	padding: 5px 18px;
}
a.btn_1.outline:hover,.btn_1.outiline:hover, input .btn_1.outiline:hover{
	color:#fff;
	background:#9cb076; /***---- original button background color #86b535, now DCF Sagebrush - changed by DEO 210414 ---***/
	border:2px solid #9cb076; /***---- original button border color #86b535, now DCF Sagebrush - changed by DEO, 210414 ---***/
}

a.btn_1.medium, .btn_1.medium  {
	padding: 10px 25px;
	font-size:14px;
}
a.btn_1:hover, .btn_1:hover {
	background: #e5d5b3; /***---- original button background color #333, now DCF Desert Pebbles - changed by DEO, 210414 ---***/
}

/*============================================================================================*/
/* HEADER SECTION WHICH INCLUDES THE NAV BAR/DROP DOWN MENUS */
/*============================================================================================*/

#top_header{
	background-color:rgba(252,247,232,0.65); /*** Original color was #fff, then changed to DCF Desert Pebbles e5d5b3 (Here expressed in rgb values) and made it translucent; now changed to fat cream #fcf7e8 (RGB 252,247,232) - changed by DEO, 210422 ***/
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	width: 100%; /*** Original width was 1170px - changed by DEO, 200803 ***/
	margin:auto;
}
#top_header .container{padding:0;}
#top_phone{ font-size:14px;} /*** Original size was 14px - changed by DEO, 200801 ***/
#logo{ margin:8px 0 8px 15px;} /*** Original margin was 8px 0 0 15px, now it is 8px 0 8px 15px - changed by DEO, 200804 ***/

header{
	width:100%;
	position:fixed;
	left:0;
	top:0;
	z-index:99999;
	padding: 10px 0;  /*** Padding Properties: 2 top/bottom - 10px; left/right - 0px ***/
}
header.sticky #top_links {  display:none;}
header.sticky #top_line {height: 0;overflow:hidden; padding:0; opacity:1;}
header.sticky #top_header{width:100%;position:fixed; top:0; left:0; padding:0; margin:0;}

/*============================================================================================*/
/* TOP NAVIGATION BAR */
/*============================================================================================*/

nav{margin-top:20px; }

/*** NOTE: This is the email and telephone number line at very top of all pages ***/
	#top_line{
	color:#fff;
	height:38px; /*** Original height was 28px - changed by DEO, 200801 ***/
	 font-size:18px; /*** Original size was 11px - changed by DEO, 200801 ***/
	 font-weight:300;
	 visibility:visible;
	 opacity:1;
	 position:relative;
	 z-index:999999;
}
ul#top_links{
	list-style:none;
	margin:0;
	padding:0;
	float:right;
	text-transform:uppercase;
	background: rgba(255,255,255,0.5);
}
ul#top_links li{
	display:inline-block;
	font-size:18px; /*** Originally no font size, added font-size 18px - changed by DEO, 200804 ***/
	font-weight:400; /*** Originally no font weight, added font-weight 400px - changed by DEO, 200804 ***/
	border-left: 1px solid rgba(0,0,0,0.1);
	margin-right:7px;
	padding-left:8px;
}
ul#top_links li:first-child{
	border-left: none;
}

ul#top_links a{
	color:#544252; /*** Original color was #444, changed to #000000 on 200801, now DCF Blackberry - changed by DEO, 210414 ***/
}
a#link_bt{
	float:right;
	background: rgba(255,255,255,0.5);
	color:#544252; /*** Original color was #444, changed to #000000 on 200801, now DCF Blackberry - changed by DEO, 210414 ***/
	margin-right:10px;
	padding:0 8px;
	display:inline-block;
}
a#link_bt:hover{
	background: rgba(0,0,0,0.5);
	color:#fff;
}

/*============================================================================================*/
/* FOOTER SECTION - SITE WIDE */
/*============================================================================================*/

footer {
	background:#fcf7e8 url(../img/footer_bg.png) repeat-x center bottom; /*** Original color was #769f2f, changed to RSR cream #fcf7e8 on 200801, now changed to DCF Fat Cream #fcf7e8 - changed by DEO, 210421 ***/
	padding:30px 0 10px 0;
	font-size:14px; /*** Originally no font size - changed by DEO, 200804 ***/
	line-height:18px; /*** Originally no line height - changed by DEO, 200804 ***/
	color:#a85132; /*** Original font color was #fff, then changed to RSR blue #5a7abd, now changed to DCF Rustic Red #a85132 - changed by DEO 210421 ***/
	font-weight:500; /*** Originally no font-weight; now 500 - changed by DEO, 200804 ***/
}

/*** NOTE: footer h3 are the subtitles at top of each of the 3 columns in the footer section ***/
footer h3{
	font-size:16px;
	font-weight:700;
	color:#544252; /*** Original color was #fff, was changed to RSR bright green #69b03e on 200804, changed to DCF Rustic Red #a85132; now changed to blackberry #544252 - changed by DEO 210421 ***/
}

footer a{
	font-size:14px; /*** Originally no font size - changed by DEO, 200804 ***/
	line-height:18px; /*** Originally no line height - changed by DEO, 200804 ***/
	color: #a85132; /*** Original color was #ff9, then changed to RSR blue #5a7abd, now changed to DCF Rustic Red #a85132 - changed by DEO 210421 ***/
	font-weight:500; /*** Originally no font-weight; now 500 - changed by DEO, 200804 ***/
}

footer a:hover{
}

footer ul{
	font-size:14px; /*** Originally no font size - changed by DEO, 200804 ***/
	line-height:18px; /*** Originally no line height - changed by DEO, 200804 ***/
	font-weight:500; /*** Originally no font weight - changed by DEO, 200804 ***/
	color:#a85132; /*** Originally no font color, changed to RSR blue #5a7abd, now changed to DCF Rustic Red #a85132; now changed to blackberry #544252 - changed by DEO 210421 ***/
	margin:0;
	padding: 0 0 20px 0;
	list-style:none;
}

/*============================================================================================*/
/* SOCIAL FOOTER - NOT IN USE AS OF 210414 - DEO */
/*============================================================================================*/

#social_footer{
	text-align:center;
	padding-top:30px;
	margin-top:30px;
}
#social_footer p{
	color:#fff;
}
#social_footer ul{
	margin:0;
	padding:0 0 10px 0;
	text-align:center;
}
#social_footer ul li{
	display:inline-block;
	margin:0 5px 10px 5px;
}
#social_footer ul li a{
	color:#fff;
	text-align:center;
	border:2px solid #FFF;
	line-height:34px;
	display:block;
	font-size:16px;
	width:35px;
	height:35px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
#social_footer ul li a:hover{
	background:#fff;
	color:#86b535;
}

/*============================================================================================*/
/* FOOTER SECTION - CONTACT DETAILS IN FIRST COLUMN */
/*============================================================================================*/

ul#contact_details_footer{
	list-style:none;
	font-size:14px; /*** Originally no font size - changed by DEO, 200804 ***/
	line-height:18px; /*** Originally no line height - changed by DEO, 200804 ***/
	font-weight:500; /*** Originally no font weight - changed by DEO, 200804 ***/
	color:#a85132; /*** Originally no font color - was changed to RSR Blue 5a7abd, now changed to DCF Rustic Red - by DEO, 210414 ***/
	margin:0 0 20px 0;
	padding:0;
}
ul#contact_details_footer li{
	font-size:14px; /*** Originally no font size - changed by DEO, 200804 ***/
	line-height:18px; /*** Originally no line height - changed by DEO, 200804 ***/
	font-weight:500; /*** Originally no font weight - changed by DEO, 200804 ***/
	color:#a85132; /*** Originally no font color - was changed to RSR Blue 5a7abd, now changed to DCF Rustic Red - by DEO, 210414 ***/
	margin-bottom:10px;
}

/*============================================================================================*/
/* EMAIL NEWSLETTER FORM CONTROL */
/*============================================================================================*/

input#email_newsletter_2.form-control{
	border:1px solid;
	 -webkit-box-shadow: none;
     box-shadow: none;
 	 -webkit-transition: none;
}

/*============================================================================================*/
/* CONTENT PAGES */
/*============================================================================================*/

/*============================================================================================*/
/* 2. HOME PAGE */
/*============================================================================================*/


.box_home{
	padding:25px 25px 5px 25px;
	position:relative;
	text-align:center;
}
.box_home h3{
	font-size:20px;
}
.box_home i{
	font-size:60px;
	color:#9cb076; /*** Original color was #86B535, NOW changed to DCF Sagebrush - by DEO 210414 ***/
}
.price_home{
	float:right;
}
.price_home em{
	font-style:normal;
	font-weight:normal;
	color:#999;
	margin-left:4px;
	font-size:11px;
}
.img_zoom {
	overflow:hidden;
	text-align:center;
	margin-top:20px;
	border:5px solid #fff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
}
.img_zoom a img{
	-webkit-transform:scale(1.2);
	transform:scale(1.2);
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.img_zoom a:hover img{
	-webkit-transform:scale(1);
	transform:scale(1);
}

/*** The following are instructions for the Feature Section on the Home Page ***/
.features-bg {
    position: relative;
    min-height: 400px;
    background: url(../images/destination/landscape/pixabay-david-childs-pacific-crest-trail-800x400.jpg) no-repeat center center;
    background-size: cover;
}
.features-img {
    width: 100%;
    height: 400px;
    text-align: center;
    line-height: 400px;
}
.features-content {
    position: relative;
    padding: 3% 50px 3% 50px; /****padding originally 11% 100px 10% 100px - changed by DEO 200812 ***/
    height: 400px;
    background-color: none; /****background color originally #f9f9f9, now it is none - changed by DEO 200812 ***/
	font-size:13px;
}
.features-content h3{
   font-family: "Gochi Hand", cursive;
   font-size:32px;
   line-height:34px;
   text-transform:uppercase;
}
/* End of Features Section ***/

/*** Start of ???? ***/

#strip_activities ul{
	list-style:none;
	padding:0 0 20px 0;
	margin:0;
}
#strip_activities ul li{
	position:relative;
	min-height:115px;
	padding:5px 0 10px 150px;
	margin-bottom:20px;
}
#strip_activities ul li:last-child{
	margin-bottom:0;
}
#strip_activities ul li img{
	position:absolute;
	left:0;
	top:0;
}
.general_facilities{
	position:relative;
	padding-left:70px;
}
.general_facilities i{
	position:absolute;
	left:0;
	top:0;
	font-size:40px;
}
.intro_title_booking {
	margin-top:150px;
}
.intro_title_booking h1 {
    font-size: 42px;
	margin-bottom:5px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}
.intro_title_booking p {
	text-transform:uppercase;
}
#booking_container {
    position: relative;
    height: 650px;
	padding-top:130px;
    background: #ccc url(../img/slide_hero.jpg) no-repeat center top;
    background-size: cover;
    color:#fff;
	width: 100%;
	z-index:99;
}
#book {
	background: rgba(0, 0, 0, 0.6);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
	/* Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000)";
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:15px;
	padding-bottom:5px;
	position:relative;
	border:1px solid #111;
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}
#book .loader, #book_in .loader{
	position:absolute;
	right:10px;
	bottom:12px;
}
.error_message { margin:0 0 5px 0; padding:0;color: #C33; display:inline-block; font-weight:600;}
#book .error_message { color: #FF9;}

.header-video {
  position: relative;
  overflow: hidden;
  background: #4d536d url(../img/bg_video_fallback.jpg) no-repeat top center;
  background-size: cover;
}
#hero_video {
	position: relative;
    background-size: cover;
    color:#fff;
	width: 100%;
	font-size:16px;
	display:table;
	height:100%;
	z-index:99;
	text-align:center;
	text-transform:uppercase;
	padding-top:60px;
}
#hero_video a.video{display:none;}
iframe, video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
iframe {
  height: 100%;
  width: 100%;
}
video {
  width: 100%;
}
.teaser-video {
  width: 100%;
  height: auto; 
}
.header-video--media {
  width: 100%;
  height: auto;
}
.intro_title{
	display:table-cell;
	vertical-align:middle;
	padding-bottom:60px;
}
.intro_title h1 {
    font-size: 45px;
	margin-bottom:5px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

/*============================================================================================*/
/* 2.1 ROOMS OVERVIEW PAGE WITH LIST OF ROOMS - PAGE NOT IN USE AT THIS TIME - DEO 210414 */
/*============================================================================================*/

.strip_all_rooms_list{
	margin-bottom:30px;
	background-color:#fff;
	padding:3px;
	display: block;
	color:#777;
	box-shadow: inset 0 0 0 1px #e0e5e9;
	border:5px solid #fbfbfc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.img_list{
	overflow:hidden;
	min-height:220px;
	text-align:center;
	position:relative;
}
.img_list img{
	width:auto;
	height:220px;
	position:absolute;
	left:-10%;
}
.img_list a img{
	-webkit-transform:scale(1.2);
	transform:scale(1.2);
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.img_list a:hover img{
	-webkit-transform:scale(1);
	transform:scale(1);
}
.price_list .button{
	display:block;
}
.rooms_list_desc{
	padding:25px 20px 0 0;
	border-right: 1px solid #ededed;
	height:220px;
	line-height:17px;
}
.rooms_list_desc h3{
	font-size:18px;
	line-height:20px;
	margin-top:0;
	margin-bottom:10px;
}
.price_list{
	display:table;
	height:220px;
	font-size:38px;
	color:#e74c3c;
	width:100%;
	margin-left:-15px;
}
.price_list small{
	font-size:11px;
	color:#999;
	display:block;
	margin-bottom:10px;
	line-height:12px;
}
.price_list div{
	display: table-cell;
	vertical-align:middle;
	text-align:center;
}
.price_list p{
	padding:0;
	margin:0;
}
.price_list .normal_price_list{
	display:block;
	text-decoration:line-through;
	color:#999;
	font-size:20px;
	margin-top:10px;
}
.price_list sup{
	font-size:22px;
	position:relative;
	top:-10px;
}
ul.add_info{
	list-style:none;
	padding:0;
	margin:0;
}
ul.add_info li{
	display:inline-block;
	margin-right:5px;
	border:1px solid #ededed;
	text-align:center;
	width:35px;
	height:35px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
ul.add_info li a{
	color:#555;
	width:35px;
	height:35px;
	display:block;
}
ul.add_info li i{
	display:inline-block;
	font-size:22px;
	top:6px;
	position:relative;
}

/*============================================================================================*/
/* 2.2 ROOM DETAILS */
/*============================================================================================*/

#single_room_feat ul{
	list-style:none;
	padding:0;
	margin:25px 0 0 0;
	display:table;
	border-bottom:1px solid #be9d5d; /*** Original color was ededed, now DCF Desert Gold - by DEO 210414 ***/
	margin-bottom:30px;
}
#single_room_feat ul li{
	display:table-cell;
    width:1%;
	vertical-align:middle;
	text-align:center;
	padding: 0 10px 20px 10px;
	white-space:nowrap;
}
#single_room_feat ul li:last-child{
	margin-right:0;
}
#single_room_feat ul li i{
	font-size:36px;
	display:block;
	margin-bottom:10px;
}
#single_tour_desc h3{
	font-size:22px;
	margin-top:5px;
}
#single_tour_desc h4{
	line-height:20px;
	font-size:18px;
}
#score{
	float:right;
	font-size:11px;
	margin-top:5px;
}
#score_detail span{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;;
	width:45px;
	height:45px;
	border:2px solid #555;
	line-height:42px;
	font-size:14px;
	font-weight:bold;
	color:#555;
	margin-right:5px;
	text-align:center;
}
#score_detail{
	font-size:14px;
	margin-bottom:15px;
}
#score_detail small{
	color:#999;
}
#rating_summary ul{
	list-style:none;
	margin:0 0 -5px 0;
	padding:0;
}
#rating_summary ul li{
	margin-bottom:5px;
}
#rating_summary ul li .rating{
	display:inline-block;
	font-size:14px;
	float:right;
}
.review_strip_single{
	position:relative;
	padding:30px 0 20px 0;
	margin:30px 0 25px 0;
	border-bottom:1px solid #be9d5d; /*** Original color was ddd, now DCF Desert Gold - by DEO 210414 ***/
}
.review_strip_single.last{
	margin-bottom:0;
	border-bottom:0;
}
.review_strip_single img{
	top:-15px;
	position:absolute;
	left:0;
	border:4px solid #fff;
}
.review_strip_single h4{
	font-size:18px;
	margin:-12px 0 35px 90px;
	padding:0;
}
.review_strip_single small{
	float:right;
	font-size:12px;
	margin-top:-10px;
	font-style:italic;
}
.review_strip_single .rating{
	font-size:16px;
}
.rating{color:#e5d5b3;} /*** Rating original color was f90 ugly bright orange, now DCF desert pebbles - by DEO 210414 ***/

/*============================================================================================*/
/* ROOM DETAILS IMAGE CAROUSEL */
/*============================================================================================*/

#Img_carousel .sp-selected-thumbnail {border: 2px solid #9cb076;} /*** Carousel thumbnail selector original color was 86b535 bright green, now DCF Sagebrush - by DEO 210414 ***/

/*============================================================================================*/
/* 2.3 ABOUT US PAGE */
/*============================================================================================*/

#intro{
	text-align:center;
} 
#intro h2{
	text-transform:uppercase;
	font-weight:700;
	margin-top:0;
} 
#intro p{
	font-size:20px;
	line-height:24px;
} 
ul.feat#about{
	list-style:none;
	margin: 20px 0 20px 0;
	padding:0;
}
ul.feat#about li{
	margin-bottom:20px;
	padding:15px 20px 0px 75px;
	border:1px solid #ededed;
	position:relative;
}
ul.feat#about li h4{
	color:#5a78a7; /*** Original color was 629976 deep leaf green, now DCF Dusky Blue - by DEO 210414 ***/
}
ul.feat#about li i{
	position:absolute;
	left:10px;
	top:20px;
	font-size:40px;
	color:#5a78a7; /*** Original color was 629976 deep leaf green, now DCF Dusky Blue - by DEO 210414 ***/
}
#testimonials {
	background: #fafafa;
	padding:30px 0;
	margin-bottom:60px;
}

/* START IMAGE CAROUSEL ON ROOM DETAILS PAGES */
#quote-carousel {
  padding: 0 10px 40px 10px;
}
#quote-carousel small{
	color:#999;
}
/* Previous button  */
#quote-carousel .carousel-control.left {
  left: -12px;
}
/* Next button  */
#quote-carousel .carousel-control.right {
  right: -12px !important;
}
#quote-carousel .carousel-indicators {
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
  background: #ccc;
  border:none;
}
#quote-carousel .carousel-indicators .active {
  background: #e5d5b3; /*** Carousel Indicator Circle original color was #1c1c1c, changed to RSR Cream Color #fcf7e8, now DCF Desert Pebbles - changed by DEO 200804 ***/
}
#quote-carousel img{
  width: 100px;
  height: 100px;
  border:3px solid #fff;
}
/* END IMAGE CAROUSEL ON ROOM DETAILS PAGES */

.item blockquote {
    border-left: none; 
    margin: 0;
	text-align:center;
	font-family: 'Gochi Hand', cursive;
	font-size:24px;
	line-height:28px;
}
.item blockquote img {
    margin-bottom: 20px;
}

/*============================================================================================*/
/* 2.4 ACTIVITIES PAGE - NOT IN USE AT THIS TIME - DEO 210414 */
/*============================================================================================*/

.box_cat_wp h2{ background:#86b535;margin:0;line-height:32px;font-style:normal;font-weight:700; line-height:32px;padding-left:8px;text-transform:uppercase;font-size:15px;text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);border-top:1px solid #fff;
margin-right:2px;border-bottom:1px solid #fff;margin-bottom:0;}
.box_cat_wp a h2 {color:#fff;}
.box_cat_wp p{ padding:10px 15px 0px 15px; line-height:20px;}
.box_cat_wp a p, .box_cat_wp a:hover p{ color:#363636}
.box_cat_bt { display:inline-block; background:#8dc63f; color:#fff; font-weight:bold; padding:5px 8px; margin-left:15px; -webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px; -webkit-font-smoothing: antialiased !important;}
.box_cat_wp{border:5px solid #fbfbfc;width:100%; height:248px; -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;	margin-bottom:10px;}		
.box_cat {cursor:pointer;position:relative;overflow:hidden;width: 100%;height:238px;border:1px solid #e0e5e9;}
.cat-img {display:none;position:absolute;top:0;background:#fff;height:240px;width:100%;text-align:center;border:1px solid #fff;}
.cat-hover .cat-overlay {bottom:-202px;height:236px;}
.cat-img img{height:auto;width:100%;}
.cat-overlay {display:none;z-index:5;margin:0 1px; position:absolute;width:100%;height:235px;background: rgb(255, 255, 255); /* The Fallback */background: rgba(255, 255, 255, 0.9); }

/*============================================================================================*/
/* 2.5 CONTACT US PAGE */
/*============================================================================================*/
#map {
	width:100%;
	height:550px;
}
#map_decor {
	/* This is the floral pattern also used at foot of hero on home page - size1992x100 - color DCF fat cream #fcf7e8 - DEO 210422 */
	/* original image was: .../images/graphics/floralPattern_3.png; now it is .../images/graphics/coyoteFloral-996x100.png - DEO 210517 */
	background: url(http://rentals.dancingcoyote.com/images/graphics/coyoteFloral-996x100.png) repeat-x center bottom;
	height:100px; /* Original height was 50px; now it is 100px - DEO 210517 */
	width:100%;
	position:absolute;
	top:-50px;
	left:0;
	z-index:9;
}

/*** Retina Version ***/
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
	/* original image was: .../images/graphics/floralPattern_3_2x.png; now it is .../images/graphics/coyoteFloral-1992x200.png - DEO 210517 */
	#map_decor {background:url(http://rentals.dancingcoyote.com/images/graphics/coyoteFloral-1992x200.png) repeat-x center bottom;background-size:996px 50px;} /* This is the floral pattern also used at foot of hero on home page - size1992x100 - color DCF fat cream #fcf7e8 - DEO 210422 */
}

/*============================================================================================*/
/* 2.6 FULL SCREEN GALLERY  */
/*============================================================================================*/
#close, .nav-gal { position:absolute; height:39px; width:39px; opacity:0.6; right:10px; }
#close { top:10px; background:url('../img/close_gallery.png'); }
.nav-gal { top:55px; background:url('../img/gallery_thumb.png'); }
#close:hover, .nav-gal:hover { cursor:pointer; opacity:1;}

/*============================================================================================*/
/* 2.7 404 ERROR PAGE  */
/*============================================================================================*/
.intro_title.error  h1{
	font-size: 130px;
}
/*============================================================================================*/
/* 3. COMMON ITEMS */
/*============================================================================================*/
.bg_gray{
	background-color:#fcf7e8; /*** Background gray color originally #f9f9f9, now DCF cream color #fcf7e8 - changed by DEO, 210422 ***/
	padding:30px 0 20px 0;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
}

/*============================================================================================*/
/* 3.  AMENITIES COLUMN  */
/*============================================================================================*/
#general_facilities ul{
	list-style:none;
	padding:0 0 20px 0;
	margin:0;
	line-height:34px;
}
#general_facilities ul li i{
	font-size:22px;
	float:left;
	margin:0 10px 0 0;
}

/*============================================================================================*/
/* 3.  WHITE LEAF BORDER  */
/*============================================================================================*/
#general_decor{
	position:absolute;
	bottom:0px;
	left:0;
	background: url(http://rentals.dancingcoyote.com/images/graphics/coyoteFloral-996x100.png) repeat-x 0 0; /* This is the floral pattern used at base of hero on home page - size996x50 - color DCF fat cream #fcf7e8 - DEO 210422 */
	z-index:9999;
	width:100%;
	height:100px;/*original height was 45px; now it is 100px - DEO 210517 */
}
/* Retina version */
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
	/* This is the floral pattern also used at foot of hero on home page - size1992x100 - color DCF fat cream #fcf7e8 - DEO 210422 */
	/* Original background-size:996px 50px; now 996px 105px to provide a little overlap between pattern and page background color - DEO 210517 */
	#general_decor {background:url(http://rentals.dancingcoyote.com/images/graphics/coyoteFloral-996x100.png) repeat-x 0 0;background-size:996px 105px;}
}

/*============================================================================================*/
/* SCROLL TO TOP BUTTON  */
/*============================================================================================*/
#toTop {
	width:40px; 
	height:40px;
	background-color: #9cb076; /*** Original scroll to top box color was rgba(0, 0, 0, 0.6); then changed to RSR blue #5a7abd; now it is DCF Sagebrush - changed by DEO 200804 ***/
	text-align:center;
	padding:10px;
	line-height:20px;
	position:fixed;
	bottom:10px;
	right:10px;
	cursor:pointer;
	display:none;
	color:#fff;
	font-size:20px;
}
#toTop:before{
	font-style: normal;
  font-weight: normal;
  font-family: "fontello";
  content: "\e899"; /* NOTE: icon is down facing arrow - DEO 210422 */
}

/*============================================================================================*/
/* QUANTITY INCREMENTER INPUT  */
/*============================================================================================*/

.qty-buttons{ position:relative; width:110px; height:34px;  }
input.qty { width:80px;border-left:0; border-right:0; padding-left:52px  }
input.qtyminus, input.qtyplus, input.qtyplus:focus {position:absolute; width:35px; height:34px; 	border: 1px solid #cccccc;  outline:none; cursor:pointer;-webkit-box-shadow: none;box-shadow: none;-webkit-transition: none; z-index:9 }
input.qtyplus {
	background:#fff url(../img/plus.png) no-repeat center center; 
	right:0; top:0; 
	text-indent:-9999px;  
	-webkit-border-top-right-radius: 4px;
     -webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-left: 1px solid #cccccc;
}
input.qtyminus {
	background:#fff url(../img/minus.png) no-repeat center center;
	text-indent:-9999px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	left:0; top:0; 
	border-right: 1px solid #cccccc;
}

/*============================================================================================*/
/* BANNERS  */
/*============================================================================================*/

#banner{
	text-align:center;
	background:url(../img/grass_frame.jpg);
	background-size: 100% 100%;
	min-height:200px;
}
#banner h3 span{
	display:block;
}
#banner h3{
	padding-top:75px;
	font-size:15px;
}
#banner h3 span{
	font-size:35px;
	font-weight:bold;
	color:#a85132; /* Original color was #92278f; changed to DCF Rustic Red - by DEO 210414 */
}
a.box_style_1.weahter{
	padding:20px 20px 20px 15px;
	font-size:15px;
	text-transform:uppercase;
	line-height:20px;
	display:block !important;
}
a.box_style_1.weahter i{
	font-size:28px;
	float:left;
	margin-right:10px;
	margin-top:-5px;
}

/*============================================================================================*/
/* SPACING */
/*============================================================================================*/

.add_bottom_15 {margin-bottom:15px;}
.add_bottom_30 {margin-bottom:30px;}
.add_bottom_45 {margin-bottom:45px;}
.add_bottom_60 {margin-bottom:60px;}
.padd_bottom_20 {padding-bottom:20px !important;}

/*============================================================================================*/
/* IMAGE FRAME IN GENERAL PAGE */
/*============================================================================================*/

.img-responsive.styled{
	margin-top:20px;
	border:5px solid #fff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
}
.img-circle.styled{
	border:5px solid #fff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
}
/*============================================================================================*/
/* LISTS */
/*============================================================================================*/

ul.list_ok {
	list-style:none;
	margin: 0 0 20px 0;
	padding:0;
	line-height:22px;
}
ul.list_ok li {
	position:relative;
	padding-left:25px;
}
ul.list_ok li:before {
  font-style: normal;
  font-weight: bold;
  font-family: "icon_set_1";
  font-size:14px;
  content: "\6c"; /* NOTE: icon is a thin checkmark - DEO 210422 */
  color:#9cb076; /* List ok checkmark original color was 86b535 (bright green); now DCF Sagebrush #9cb076 - DEO 210414 */
  position:absolute;
  left:0;
  top:0;
}

ul.list_dot li:before {
  font-style: normal;
  font-weight: 600;
  font-family: "Raleway";
  font-size:14pt;
  content: "\00BA"; /* NOTE: icon is a dot - DEO 210422 */
  color:#9cb076; /* List dot original color was 86b535 (bright green); now DCF Sagebrush - DEO 210414 */
  position:absolute;
  left:0;
  top:0;
}

ol.list_number {
	list-style:none;
	counter-reset:mycounter;
	margin: 0 0 20px 0;
	padding:0;
	line-height:17pt;
}
ol.list_number li {
	position:relative;
	padding-left:25px;
}
ol.list_number li:before {
  content:counter(mycounter); 
  counter-increment:mycounter;
  position:absolute;
  font-style: normal;
  font-weight: 600;
  font-family: "Raleway" Arial, sans-serif;
  font-size:12pt;
  color:#5a78a7 !important; /* List numbering is DCF Dusky Blue - DEO 210429 */
  text-align:center;
  left:0;
  top:0;
}

ol.list_upperalpha {
	list-style-type: upper-alpha;
	margin: 0 0 20px 0;
	padding:0;
	line-height:17pt;
}
ol.list_upperalpha li {
	position:relative;
	padding-left:25px;
}
ol.list_upperalpha li:before {
  position:absolute;
  font-style: bold;
  font-weight: 600;
  font-family: "Raleway" Arial, sans-serif;
  font-size:12pt;
  color:#5a78a7 !important; /* List numbering is DCF Dusky Blue - DEO 210429 */
  left:0;
  top:0;
}

ol.list_loweralpha {
	list-style-type: lower-alpha;
	margin: 0 0 20px 0; /*Padding order: top, right, bottom, left */
	padding:0;
	line-height:17pt;
}
ol.list_loweralpha li {
	position:relative;
	padding-left:25px;
}
ol.list_loweralpha li:before {
  position:absolute;
  font-style: bold;
  font-weight: 600;
  font-family: "Raleway" Arial, sans-serif;
  font-size:12pt;
  color:#5a78a7 !important; /* List numbering is DCF Dusky Blue - DEO 210429 */
  left:0;
  top:0;
}

/*============================================================================================*/
/* MARGIN TOOLS */
/*============================================================================================*/

.margin_60 {padding-top:30px; padding-bottom:60px;}
.margin_30 {margin-top:30px; margin-bottom:30px;}

.form-group{ position:relative}
.input-icon{position:absolute; right:6px; top:30px; width:28px; height:24px; background-color:#fff; text-align:right;}
.input-icon i { color:#999; font-size:14px; line-height:24px;}

/*============================================================================================*/
/* INPUT FORM STYLE */
/*============================================================================================*/

.form-control {
  font-size: 12px;
  color: #333;
  height:34px;
  border-radius: 3px;
}

/*============================================================================================*/
/* PARALLAX BG */
/*============================================================================================*/

.sub_header {
    width:100% !important;
    min-height: 470px;
	position:relative;
	background-color:#fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow:hidden;
    background-attachment: scroll;
}
.sub_header#bg_general{
	background-image:url(../img/header_bg.jpg);
}
.sub_header#bg_room{
	/*** Comment out background image for now - background-image: url(../img/room_bg.jpg); - changed by DEO 200805 ***/
}
.sub_header_content{
   display: table;
   width:100% !important;
   height:470px;
   vertical-align: middle;
   /*** Comment out pattern for now - background:url(../img/floralPattern_3.png) repeat-x center bottom; - changed by DEO 200805 ***/
   /* If I use the pattern here in the future it will be .../images/graphics/coyoteFloral-996x100.png - DEO 210517 */
}
/* Retina version */
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
.sub_header_content { /*** Comment out pattern for now - { background:url(../img/floralPattern_3_2x.png) repeat-x center bottom; ***/
	background-size:996px 50px;}
	/* If I use the pattern here in the future it will be .../images/graphics/coyoteFloral-1992x200.png - DEO 210517 */
}
.sub_header_content &gt; div{
  display: table-cell;
  padding:0 15%;
  vertical-align: middle;
  text-align:center;
  font-weight:600;
  color:#fff;
  font-size:16px;
  text-shadow:2px 2px 4px #000000;
}
.sub_header_content div h1, .sub_header_content div h3{
	font-size:48px;
	text-transform:uppercase;
	font-weight:600;
	color:#fff;
	text-shadow:2px 2px 4px #000000;
}
.sub_header_content div h1{
	margin-bottom:0;
	padding-top:40px;
}
.sub_header_content div h1:before,.sub_header_content div h1:after {
	display: inline-block;
    width: 50px;
    height: 1px;
    content: '';
    vertical-align: middle;
    background: rgba(255,255,255,0.5);
}
.sub_header_content div h1:before{
    margin-right: 10px;
}
.sub_header_content div h1:after {
    margin-left: 10px;
}
.sub_header_content div a i{
	color:#fff;
	opacity:0.5;
	font-size:72px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.sub_header_content div a:hover i{
	opacity:1;
}

/*============================================================================================*/
/* POSITION BREADCRUMBS */
/*============================================================================================*/

#position {
	font-size:11px;
	position:relative;
	padding-top:20px;
	position:relative;
}
#position ul li:first-child{
	padding-left:20px;
}
#position ul li:first-child:before{
	content:"\eaf4"; /* NOTE: icon is a map marker - DEO 210422 */
	font-style: normal;
    font-weight: normal;
    font-family: "fontello";
    position:absolute;
    left:0;
    top:1px;
    color:#999;
}
#position ul{
	margin:0;
	padding:0;
	color:#888;
}

#position ul li{
	display:inline-block;
	padding-right:8px;
	margin-right:3px;
	position:relative;
}
#position ul li:after{
  content:"\e9ee"; /* NOTE: icon is a thin right facing arrow - DEO 210422 */
  font-style: normal;
  font-weight: normal;
  font-family: "fontello";
  position:absolute;
  right:0;
  top:1px;
}
#position ul li:last-child:after{
	content:'';
}

/*============================================================================================*/
/* BOX STYLES */
/*============================================================================================*/

/* The following section sets up the Check Room Availability box, the Amenities box, and the Contact box used in the right column an many pages */
.box_style_1, .box_style_2{
	padding:20px 25px 5px 25px;
	box-shadow: inset 0 0 0 1px #9cb076; /* Original color was e0e5e9 light gray; changed to DCF Sagebrush - by DEO 210414 */
	border:5px solid #fbfbfc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom:30px;
	font-size:13px;
	line-height:20px;
	background-color:#fff;
}
.box_style_2{
	text-align:center;
	padding-bottom:20px;
}
.box_style_2 a.phone{
	font-size:26px;
	display:block;
	margin-bottom:20px;
}
.box_style_1 h3{
	margin:0 0 20px 0;
	font-size:18px;
	padding-bottom:10px;
	border-bottom: 1px solid #be9d5d; /* This is the horizontal diving line between copy sections of the Amenities, Restrictions, Activities block; Original color was e0e5e9 light gray; changed to DCF Sunset Gold - by DEO 210414 */
}
.box_style_2 i{
	font-size:52px;
	margin-top:10px;
	display:inline-block;
}
.modal-dialog {
	 margin-top:110px;
}

/*============================================================================================*/
/* PAGINATION */
/*============================================================================================*/

.pagination &gt; li &gt; a,
.pagination &gt; li &gt; span {
  color: #9cb076; /* Original color of pagination block was 888 (med dark gray); now DCF Sagebrush - by DEO 210414 */
}
.pagination &gt; li &gt; a:hover,
.pagination &gt; li &gt; span:hover,
.pagination &gt; li &gt; a:focus,
.pagination &gt; li &gt; span:focus {
  color:#333 !important;
  background-color: fefbf6; /* Original color of the background color was f9f9f9 (almost white warm); now DCF Olde Farmhouse White - by DEO 210414 */
}
.pagination &gt; .active &gt; a,
.pagination &gt; .active &gt; span,
.pagination &gt; .active &gt; a:hover,
.pagination &gt; .active &gt; span:hover,
.pagination &gt; .active &gt; a:focus,
.pagination &gt; .active &gt; span:focus {
  background-color: #e5d5b3; /* Original hover/focus color of the pagination boxes was 555 (dark gray); now DCF Desert Pebbles - by DEO 210414 */
  border-color: #e5d5b3; /* Original hover/focus color of the pagination boxes was 555 (dark gray); now DCF Desert Pebbles - by DEO 210414 */
}

/*============================================================================================*/
/* COLLAPSE */
/*============================================================================================*/

.panel {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow:none;
}
.panel-title a {display:block; color:#a85132;} /* Original color of the panel title was 629976 (deep green leaf); now DCF Rustic Red - by DEO 210414 */
.panel-default &gt; .panel-heading {
  background-color: #f9f9f9;
}
.panel-heading {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-group .panel {
  border-radius: 0;
}

.loader {margin-left:5px; position:absolute;}

/*============================================================================================*/
/* BLOCKQUOTE */
/*============================================================================================*/

blockquote.styled{
	font-family: 'Gochi Hand', cursive;
	 line-height: 1.42857143;
}

/*============================================================================================*/
/* TABS */
/*============================================================================================*/

.tab-content{
	padding:30px; 
	background-color:#fff; 
	border:1px solid #9cb076; /* Original color of the tab box was ddd (med gray); now DCF Sagebrush - by DEO 210414 */
	border-top:none; 
	margin-bottom:25px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
/*============================================================================================*/
/* PRELOADER PAGE - PRELOADING */
/*============================================================================================*/

#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	width:100%;
	height:100%;
	bottom:0;
	background-color:#fcf7e8; /* Original background color of the preloader page was #fff, now it is DCF fat cream #fcf7e8 - by DEO 210422 */
	z-index:999999; 
}
.sk-spinner-wave.sk-spinner {
  margin:-15px 0 0 -25px; 
  position:absolute;
  left:50%; 
  top:50%;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 10px;
 }
 .ie8 .sk-spinner-wave.sk-spinner {display:none;}
.sk-spinner-wave div {
  background-color: #9cb076; /* Original background color of the vertical bars was ccc (med gray); now DCF Sagebrush #9cb076 - by DEO 210414 */
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
   animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}
.sk-spinner-wave .sk-rect2 {-webkit-animation-delay: -1.1s;animation-delay: -1.1s;}
.sk-spinner-wave .sk-rect3 {-webkit-animation-delay: -1s;animation-delay: -1s; }
.sk-spinner-wave .sk-rect4 {-webkit-animation-delay: -0.9s;animation-delay: -0.9s;}
.sk-spinner-wave .sk-rect5 { -webkit-animation-delay: -0.8s;animation-delay: -0.8s;}

@-webkit-keyframes sk-waveStretchDelay {
  0%, 40%, 100% {-webkit-transform: scaleY(0.4);transform: scaleY(0.4);}

  20% { -webkit-transform: scaleY(1);transform: scaleY(1);}
}
@keyframes sk-waveStretchDelay {
  0%, 40%, 100% {-webkit-transform: scaleY(0.4);transform: scaleY(0.4);}
  20% { -webkit-transform: scaleY(1);transform: scaleY(1);}
}

</pre></body></html>