/* Add your CSS @import rules after this line */

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}
/* FRONTEND CSS
*********************************************/

html {
	/* scrollbar fix (prevent ugly left pull for lower content sites) */
	overflow-y: scroll;
}
* {
	font-family: 'PT Sans', sans-serif;
	font-weight: 400;
}
body {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  background-color: #474b50;
}




/* MEDIA QUERIES
*********************************************/

/* Extra small devices (phones, less than 768px) */
/* No media query -> mobile first strategy */

.cc-header-bg {
  /* background-image: url(/images/headers/header.jpg); */
  background-color: transparent;
  width: 100%;
  height: 998px;
  position: relative;
}

.cc-introduction {
  background-color: rgba(54, 156, 205, 0.4);
  position: absolute;
  bottom: 0;
  height: auto;
  left: 0;
  right: 0;
  z-index: 0;
}
.cc-intro-widget {
  width: 480px;
  margin: 10px auto;
}
.cc-introduction p {
  max-width: 800px;
  margin: 0 auto;
  color: #002B54;
  font-weight: 600;
  text-align: center;
}

.cc-about, .cc-left-blurb, .cc-right-blurb, .cc-introduction, .cc-dining {
  padding: 10px 10px 10px 10px;
}
.cc-about {
  background-color: #a6c1b0;
  color: #002B54;
}

h2 {
  text-transform: uppercase;
  font-family: 'Raleway';
  font-weight: 200;
  font-size: 26px;
}
.cc-left-blurb {
  background-color: #014d6f;
  color: #fff;
}
.cc-pool .cc-left-blurb {
  background-color: #09aec0;
  color: #002B54;
}
.cc-right-blurb {
  background-color: #f7ca7f;
  color: #002B54;
}
.cc-dining {
  background-color: #09aec0;
  color: #ffffff;
}
.cc-rooms-menu, .cc-rooms-menu a {
  color: #014d6f;
  text-decoration: none;
  font-family: 'Raleway';
  font-weight: 200;
  font-size: 24px;
}
.cc-attractions .cc-rooms-module {
  background-attachment: fixed;
}
.cc-attractions .cc-rooms-menu, .cc-attractions .cc-rooms-menu a {
  color: white;
}
.cc-rooms-menu a.active {
  color: #09aec0;
}
.cc-attractions .cc-rooms-menu a.active {
  color: #9afffb;
}
.image-container img {
  max-width: 100%;
}
.cc-rooms-menu a:hover {
  color: #09aec0;
}
.cc-attractions .cc-rooms-menu a:hover {
  color: #9afffb;
}

.cc-rooms-menu li {
  padding: 6px;
}
.room-panel {
  background-color: white;
  color: #014d6f;
  padding: 10px;
}
.room-panel h2 {
  text-transform: none;
  margin-bottom: 5px;
}
.room-panel .room-blurb {
  margin-bottom: 20px;
}
.room-panel .inner a {
  text-decoration:none;
  color: #014d6f;
  font-family: 'Raleway';
  font-weight: 200;
}
.room-highlights ul {
  list-style-type: circle;
}
.cc-copy {
  background-color: #474b50;
  color: white;
  text-align: center;
  font-size: 12px;
  margin: 0;
}
.cc-copy a {
  text-decoration: none;
  color: white;
}

.cc-restaurants {
  background-color: white;
}
.cc-restaurants h2 {
  text-align: center;
  padding: 30px 10px 0px 10px;
  text-transform: none;
  margin-top: 0;
}
.cc-restaurants-note {
  text-align: center;
  color: #3CBCCD;
  padding: 0 10px 30px 10px;
  font-size: 18px;
}
.cc-restaurant-note-icon::before {
  content: "\2022";
  padding: 0 2px;
  font-size: 24px;
  color: #3CBCCD;
  line-height: 20px;
}

.cc-restaurants .image-container {
  vertical-align: top;
  padding: 0 10px 15px 10px;
}
.cc-restaurants .inner {
  padding: 0 20px 10px 20px;
  vertical-align: top;
}
.cc-restaurant {
  clear: both;
  padding: 10px;
}
.cc-restaurants h3 {
  margin-top: -5px;
  color: black;
}
.cc-restaurants h3 a {
  color: black;
  text-decoration: none;
}
.cc-restaurants h3 a:hover {
  color: #09aec0;
}
.cc-restaurants-tab-links ul {
  list-style-type: none;
  padding: 10px 0;
}
.cc-restaurants-tab-links li {
  display: inline-block;
  padding-right: 50px;
}
.cc-restaurants-tab-links a {
  color: white;
  text-decoration: none;
  font-size: 20px;
  font-family: 'Raleway';
  font-weight: 200;
}
.cc-left-blurb img {
  padding-top: 50px;
  display: inline-block;
}
.cc-testimonials h2, .cc-testimonials .inner {
  text-align: center;
}
.cc-left-blurb h2, .cc-right-blurb h2 {
  text-align: center;
}
.cc-room-booking-link {
  font-size: 24px;
}
.cc-footer {
  background-color: #e3ad85;
  color: white;
}
.cc-footer h2 {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  font-size: 22px;
}
.cc-footer-mod {
  padding: 20px 10px;
}
.cc-contact, .cc-contact a {
  font-family: 'Raleway';
  font-size: 22px;
  font-weight: 200;
  text-decoration: none;
  color: white;
}
#site-links {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#site-links a {
  color: white;
  text-decoration: none;
  font-family: 'Raleway';
  font-weight: 200;
  font-size: 22px;
}
.cc-social-media {
  padding-top: 10px;
}
.cc-social-media a {
  text-decoration: none;
}

/* MENU: Both desktop and mobile. */
#cc-menu-toggle {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  padding: 8px 0 0 8px;
  z-index: 1;
}
.cc-menu ul, .cc-rooms-menu {
  list-style-type: none;
}
.cc-menu a {
  text-decoration: none;
  font-family: 'Raleway', sans-serif;
  font-weight: 200;
}
.cc-menu li {
  display: block;
}
.cc-slider, .cc-room-image-slider, .cc-gallery-slider {
  z-index: 0;
}
.owl-theme .owl-nav {
  margin-top: -80px;
}
.owl-theme .owl-nav div {
  opacity: 0.9;
}
.owl-dot {
  opacity: 0.9;
}
.cc-gallery-thumbs {
  column-width: 200px;
  column-gap: 0;
  margin-top: 20px;
  font-size: 0;
}
.cc-thumb-container {
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  background-color: black;
  border: 2px solid black;
}
.cc-thumb {
  max-width: 100%;
  cursor: pointer;
}

.cc-gallery-slider .slider-image-caption, .cc-forster-home-slider .slider-image-caption {
  position: absolute;
  max-width: 350px;
  bottom: 90px;
  right: 20px;
  height: auto;
  background-color: #014D6F;
  color: white;
  font-size: 14px;
  padding: 5px;
  font-family: 'Raleway';
  font-weight: 200;
}
.cc-social-fb {
  background-image: url(/images/social/fb-white.png);
  width: 60px;
  height: 60px;
  background-size: contain;
  display: inline-block;
}
.cc-social-fb:hover {
  background-image: url(/images/social/fb-roll.png);
}
.cc-social-ta {
  background-image: url(/images/social/trip.png);
  width: 60px;
  height: 60px;
  background-size: contain;
  display: inline-block;
}
.cc-social-ta:hover {
  background-image: url(/images/social/trip-rollover.png);
}
.cc-rooms-wrapper .owl-nav {
  display: none;
}


/* MENU: Mobile. */
.cc-menu.mobile {
  width: 300px;
  max-width: 100%;
  background-color: #575a61;
  color: white;
  min-height: 100%;
}
.cc-menu.mobile a {
  color: white;
}
.cc-menu.mobile a:hover {
  color: #345868; /* TODO */
}

/* MENU: Desktop. */
.cc-menu.desktop {
  position: absolute;
  left: 450px;
  top: 20px;
  z-index: 1;
}
.cc-menu.desktop li {
  padding: 6px 5px 1px 5px;
}
.cc-menu.desktop a {
  color: #575a61;
  font-size: 24px;
}


/* MENU: Fixed. */
.cc-menu.fixed {
  position: fixed;
  top: 0;
  background: transparent;
  left: 180px;
  z-index: 2;
}
.cc-menu.fixed.desktop li {
  display: inline-block;
  padding: 0 0 10px 0;
}
.cc-menu.fixed.desktop li::after {
  content: "|";
  font-family: 'Raleway';
  font-weight: 200;
  display: inline-block;
  width: 20px;
  text-align: center;
  color: white;
}
.cc-menu.fixed.desktop li:last-child::after {
  content: "";
}
.cc-menu.fixed.desktop a {
  color: white;
  font-size: 16px;
}

.cc-bookings-link {
  color: white;
  text-decoration: none;
  font-size: 22px;
  font-family: 'Raleway';
  font-weight: 200;
  position: absolute;
  left: 110px;
  top: 12px;
}
#cc-fixed-menu-bar {
	display: none;
	position:fixed;
	top: 0;
	right: 0;
	left: 0;
	height: 50px;
	background-color: #575a61;
}
#cc-fixed-menu-bar.fixed {
	display: block;
	z-index: 1;
  background-image: url(/images/headers/stars-white.png);
  background-repeat: no-repeat;
  background-size: 30%;
  background-position: right center;
}

.cc-logo:not(.small) {
  background-image: url(/images/headers/hotel-forster-logo.png);
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
  width: 125px;
  height: 150px;
  position: absolute;
  top: 50px;
  left: 20px;
	}
	.cc-logo.small {
		background-image: url(/images/headers/hf-logo-50px.png);
		position:fixed;
		top: 0;
		left: 60px;
		width: 50px;
		height: 50px;
		z-index: 2;
	}



/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .cc-logo:not(.small) {
    top: 50px;
    left: 200px;
  }
  .cc-dining .image-container, .cc-dining .inner {
    box-sizing: border-box;
  }
  .cc-dining .image-container {
    float: left;
    width: 40%;
    padding: 100px 0px 50px 100px;
    box-sizing: border-box;
    text-align: right;
  }
  .cc-dining .inner {
    float: left;
    width: 50%;
    padding: 50px 0px 50px 100px;
    box-sizing: border-box;
  }
  .cc-restaurants-list {
    display: table;
  }
  .cc-restaurants .inner, .cc-restaurants .image-container {
    display: table-cell;
  }
  .cc-restaurants .image-container {
    min-width: 355px;
  }
  .cc-restaurant {
    display: table-row;
  }
  .cc-footer-mod {
    float: left;
    width: 33%;
    box-sizing: border-box;
  }
  #cc-fixed-menu-bar.fixed {
    background-size: contain; 
  }
  .cc-bookings-link {
     right: 20%;
     left: auto;
  }
  .cc-menu.fixed.desktop {
    left: 70px;
  }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .cc-social-fb, .cc-social-ta {
    width: 30px;
    height: 30px;
  }
  .cc-gallery-slider .slider-image-caption, .cc-forster-home-slider .slider-image-caption {
    font-size: 20px;
    padding: 10px;
  }
  .six.col {
    float: left;
    width: 50%;
    box-sizing: border-box;
  }
  .cc-introduction {
    padding: 50px 0 50px 0;
  }
  .cc-about, .cc-left-blurb, .cc-right-blurb {
    padding: 0px 100px 10px 100px;
  }
  .cc-about .inner, .cc-left-blurb .inner, .cc-right-blurb .inner {
    position: relative;  
    top: 50%;
    transform: translateY(-50%);
  }
  .cc-rooms-module {
    position: relative;
    min-height: 963px;
  }
  .cc-rooms-menu {
    position: absolute;
    top: 200px;
    left: 20%;
    width: 20%;
    box-sizing: border-box;
  }
  .cc-rooms-menu li {
    padding: 20px 5px;
  }
  .cc-rooms {
    position: absolute;
    left: 40%;
    top: 200px;
    width: 50%;
    box-sizing: border-box;
  }
  .room-panel .inner {
    float: left;
    width: 50%;
  }
  .cc-attractions .room-panel .inner {
    float: none;
    width: auto;
  }
  .room-panel .image-container {
    float: right;
    width: 50%;
    text-align: right;
  }
  .cc-attractions .room-panel .image-container {
    float: none;
    width: 100%;
    text-align: left;
  }
  .room-panel {
    padding: 30px 50px;
  }
  .cc-restaurants .image-container {
    padding: 0 15px 40px 40px;
  }
  .cc-restaurants .inner {
    max-width: 1000px;
  }
  .cc-footer-mod:first-child, .cc-footer-mod:last-child {
    padding-left: 80px;
  }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .cc-restaurants .image-container {
    padding-left: 100px;
  }
  .cc-bookings-link {
     right: 15%;
     left: auto;
  }
  .cc-menu.fixed.desktop {
    left: 160px;
  }
  .cc-menu.fixed.desktop a {
    font-size: 22px; 
  }
}

@media (min-width: 1500px) {
  .cc-logo:not(.small) {
    width: 167px;
    height: 197px;
  }
}


/* for higher resolutions (android and retina) */
@media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (max--moz-device-pixel-ratio: 1.5) {

}

@media (max-width: 728px) {
  .cc-forster-home-slider .owl-nav {
    display: none; 
  }
  .cc-forster-home-slider .slider-image-caption {
    display: none;
  }
}

a.cc-bookings-menu {

  font-weight: 700 !important;
  color: white !important;
}
a.cc-bookings-menu::after {
  content: " >";
}
.cc-testimonials h2 {
  text-transform: none !important;
  font-size: 20px !important;
}

/**
 * @copyright	(C) 2010 Open Source Matters, Inc. <https://www.joomla.org>
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */

/* System Messages */
#system-message {
	margin-bottom: 10px;
	padding: 0;
}

#system-message > dt {
	font-weight: bold;
	display: none;
}

#system-message > dd {
	margin: 0;
	font-weight: bold;
	text-indent: 30px;
}

#system-message > dd > ul {
	color: #0055BB;
	background-position: 4px top;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	list-style: none;
	padding: 10px;
	border-top: 3px solid #84A7DB;
	border-bottom: 3px solid #84A7DB;
}

#system-message > dd > ul > li {
	line-height: 1.5em;
}

/* System Standard Messages */
#system-message > .message > ul {
	background-color: #C3D2E5;
	background-image: url(../images/notice-info.png);
}

/* System Error Messages */
#system-message > .error > ul,
#system-message > .warning > ul,
#system-message > .notice > ul {
	color: #c00;
}

#system-message > .error > ul {
	background-color: #E6C0C0;
	background-image: url(../images/notice-alert.png);
	border-color: #DE7A7B;
}

/* System Warning Messages */
#system-message > .warning > ul {
	background-color: #E6C8A6;
	background-image: url(../images/notice-note.png);
	border-color: #FFBB00;
}

/* System Notice Messages */
#system-message > .notice > ul {
	background-color: #EFE7B8;
	background-image: url(../images/notice-note.png);
	border-color: #F0DC7E;
}
/**
 * @copyright	(C) 2007 Open Source Matters, Inc. <https://www.joomla.org>
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */

/* Import project-level system CSS */
@import url(../../../media/system/css/system.css);

/* Unpublished */
.system-unpublished, tr.system-unpublished {
	background: #e8edf1;
	border-top: 4px solid #c4d3df;
	border-bottom: 4px solid #c4d3df;
}

span.highlight {
	background-color:#FFFFCC;
	font-weight:bold;
	padding:1px 0;
}

.img-fulltext-float-right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.img-fulltext-float-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.img-fulltext-float-none {
}

.img-intro-float-right {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}

.img-intro-float-left {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.img-intro-float-none {
}/**
 * @copyright	(C) 2006 Open Source Matters, Inc. <https://www.joomla.org>
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */

/* Form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }

/* Buttons */
#editor-xtd-buttons {
	padding: 5px;
}

.button2-left,
.button2-right,
.button2-left div,
.button2-right div {
	float: left;
}

.button2-left a,
.button2-right a,
.button2-left span,
.button2-right span {
	display: block;
	height: 22px;
	float: left;
	line-height: 22px;
	font-size: 11px;
	color: #666;
	cursor: pointer;
}

.button2-left span,
.button2-right span {
	cursor: default;
	color: #999;
}

.button2-left .page a,
.button2-right .page a,
.button2-left .page span,
.button2-right .page span {
	padding: 0 6px;
}

.page span {
	color: #000;
	font-weight: bold;
}

.button2-left a:hover,
.button2-right a:hover {
	text-decoration: none;
	color: #0B55C4;
}

.button2-left a,
.button2-left span {
	padding: 0 24px 0 6px;
}

.button2-right a,
.button2-right span {
	padding: 0 6px 0 24px;
}

.button2-left {
	background: url(../images/j_button2_left.png) no-repeat;
	float: left;
	margin-left: 5px;
}

.button2-right {
	background: url(../images/j_button2_right.png) 100% 0 no-repeat;
	float: left;
	margin-left: 5px;
}

.button2-left .image {
	background: url(../images/j_button2_image.png) 100% 0 no-repeat;
}

.button2-left .readmore,
.button2-left .article {
	background: url(../images/j_button2_readmore.png) 100% 0 no-repeat;
}

.button2-left .pagebreak {
	background: url(../images/j_button2_pagebreak.png) 100% 0 no-repeat;
}

.button2-left .blank {
	background: url(../images/j_button2_blank.png) 100% 0 no-repeat;
}

/* Tooltips */
div.tooltip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
	z-index:13000;
}

div.tooltip h4 {
	padding: 0;
	margin: 0;
	font-size: 95%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../images/selector-arrow.png) no-repeat;
}

div.tooltip p {
	font-size: 90%;
	margin: 0;
}

/* Caption fixes */
/* Caption fixes */
.img_caption .left {
        float: left;
        margin-right: 1em;
}

.img_caption .right {
        float: right;
        margin-left: 1em;
}

.img_caption .left p {
        clear: left;
        text-align: center;
}

.img_caption .right p {
        clear: right;
        text-align: center;
}

.img_caption  {
	text-align: center!important;
}

.img_caption.none {
	margin-left:auto;
	margin-right:auto;
}


/* Calendar */
a img.calendar {
	width: 16px;
	height: 16px;
	margin-left: 3px;
	background: url(../images/calendar.png) no-repeat;
	cursor: pointer;
	vertical-align: middle;
}
