/* -----------------------------------------
   General Styles
----------------------------------------- */

/* Color Scheme

#E8777E; - Pink
#5c5d5e; - Dark Grey
#d3d3d3; - Light Grey

*/

/* Font Families - http://www.google.com/fonts/#UsePlace:use/Collection:Open+Sans|Playfair+Display:700italic|Tinos

font-family: 'Open Sans', sans-serif;
font-family: 'Playfair Display', serif;
font-family: 'Tinos', serif;

*/

@import url(http://fonts.googleapis.com/css?family=Open+Sans|Playfair+Display:700italic|Tinos&subset=latin-ext,latin);

html, body { height: 100%; }

img { border: none; }

/* Image Margin on Float */

img.left { margin: 0 15px 10px 0; }

a.th.left { margin: 0 15px 10px 0; }

img.right { margin: 0 0 10px 15px; }

a.th.right { margin: 0 0 10px 15px; }

img.th:hover, img.th:active { box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2); } /* Keeps styling without hover effect */


/* Images ---------------------- */

.th {
  max-width: 100%; /* Responsive image fix */
  border: none;
  box-shadow: none;
}

.th:hover, .th:focus {
  box-shadow: none;
}

.th > img {
  -webkit-transition: .15s all;
  -moz-transition: .15s all;
  -o-transition: .15s all;
  -ms-transition: .15s all;
  transition: .15s all; 
}

.th > img:hover {
  -webkit-box-shadow: 3px 4px 0 #F4951A;
  box-shadow: 3px 4px 0 #F4951A;
}



/* -----------------------------------------
   Typography
----------------------------------------- */


/* General ---------------------- */

body {
  color: #5c5d5e;
  font-family: 'Tinos', serif;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

p { 
  font-family: 'Tinos', serif;
  font-weight: normal;
  font-size: 1.3em;
  line-height: 1.5;
  margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6 { 
  color: #5c5d5e; 
  font-family: 'Playfair Display', serif;
  font-weight: bold; 
  text-rendering: optimizeLegibility; 
  line-height: 1; 
  margin: 14px 0;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small { font-size: 60%; line-height: 0; }

h1 { font-size: 32px; }

h2 { font-size: 27px; }

h3 { font-size: 23px; }

h4 { font-size: 17px; }

h5 { font-size: 15px; }

h6 { font-size: 13px; }

hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 25px 0; height: 0; }

.centered { text-align: center; }

.justify {
  text-align: justify;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;  
}


/* Links ---------------------- */

a { 
  color: #5c5d5e; 
  text-decoration: none; 
  line-height: inherit; 
  transition: .15s all;
  -moz-transition: .15s all;
  -webkit-transition: .15s all;
  -o-transition: .15s all;
}

a:hover { color: #f4931a; }

a:focus { color: #f4931a; outline: none; }

.th { 
  max-width: 100%; /* Responsive image fix */
} 


/* Lists ---------------------- */

ul, ol, dl {
  list-style: none;
}

ul, ol, dl {
  font-family: inherit;
  font-size: 1.3em;
  line-height: 1.6;
  list-style-position: outside;
  margin-bottom: 1.25em;
}
ul li ul, ul li ol {
  font-size: 1.3em;
  margin-bottom: 0;
  margin-left: 1.25em;
}

ul.disc {
  list-style: disc inside none;
}


/* Buttons ---------------------- */

button, .button {
  background-color: transparent;
  border: 1px solid #5C5D5E;
  color: #5C5D5E;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: 1em;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 1.25em;
  padding: 0.75em 1.5em 0.8125em;
  position: relative;
  text-align: center;
  text-decoration: none;
  box-shadow: none;
  border-radius: 3px;
}

button:hover, button:focus, .button:hover, .button:focus {
  background-color: #fff;
}

button:hover, button:focus, .button:hover, .button:focus {
  color: #5C5D5E;
}


/* Content Specific ---------------------- */

/* Section Title */

.section-title h1 {
  background: none;
  color: #5c5d5e;
  font-family: 'Playfair Display', serif;
  font-size: 48px;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  margin: 0 0 60px;
  padding: 0;
}




/* -----------------------------------------
   Navigation
----------------------------------------- */

/* Top Bar ---------------------- */

.navigation {
  background: #AC6363;
  position: relative;
  min-height: 100px;
  padding: 35px 0 0;
  z-index: 9;
  -webkit-box-shadow: 0 0 10px #3A3A3A;
  box-shadow: 0 0 10px #3A3A3A;
}

.logo {
  font-family: 'Playfair Display', Georgia, serif;
  color: #fff;
}

.inline-list > li {
  margin-left: 3.5em;
}

.navigation .inline-list li a {
  color: #ffffff;
  font-size: 0.9em;
  text-transform: capitalize;
}

.navigation .inline-list li a:hover {
  color: #4F1A1E;
  -webkit-transform: translatey(-3px);
  -moz-transform: translatey(-3px);
  -o-transform: translatey(-3px);
  -ms-transform: translatey(-3px);
  transform: translatey(-3px);  
}

.navigation span {
  display: block;
  font-size: 11px;
}




/* -----------------------------------------
   Layout
----------------------------------------- */

/* Slider ---------------------- */

.slider {
  min-height: 450px;
}

.slider h1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 42px;
  font-style: italic;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.slider p {
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}

/* Top Slider */

.orbit-container {
  background: #FFFFFF;
}

.orbit-container .orbit-slide-number {
  display: none;
}

.orbit-container .orbit-timer {
  opacity: 0;
}

.orbit-container .orbit-prev, .orbit-container .orbit-next {
  background-color: rgba(0, 0, 0, 0.3);
}

/* Accommodation Slider */

.slider-tabs {
  margin: 60px 0 20px;
}

.accommodation .orbit-container {
  background: none;
}

.accommodation .orbit-prev, .accommodation .orbit-next {
  display: none !important;
}

.accommodation .orbit-timer {
  display: none;
}

.clearing-thumbs img {
  border-radius: 3px;
}

/* Lightbox */

.clearing-blackout {
  background: rgba(0, 0, 0, 0.8);
}

.clearing-assembled .clearing-container .carousel {
  background: none;
}

.clearing-assembled .clearing-container .visible-img {
  background: none;
}


/* Sections ---------------------- */

.section {
  padding: 70px 0;
}

.about { 
  background: url(../img/bg/pattern-noise.jpg) repeat 0 0 #fff; 
}

.accommodation {
  background: url(../img/bg/section-accommodation.jpg) no-repeat fixed 0 0 #fff;
}

.services { 
  background: url(../img/bg/pattern-noise.jpg) repeat 0 0 #fff;
}

.footer {
  background: url(../img/bg/section-footer.jpg) no-repeat fixed top center / 100% 100% #fff;
}


/* About ---------------------- */

.about {
  text-align: center;
}


/* Accommodation Slider ---------------------- */

.accommodation {
  text-align: center;
}


/* Footer ---------------------- */

.footer {
  color: #ffffff;
  float: none !important; /* Displace fix*/
}

.footer .logo {
  margin-bottom: 10px;
}

.footer p {
  font-size: 1em;
}

.footer a {
  color: #ffffff;
}

.footer a:hover {
  color: #ffffff;
  border-bottom: 1px solid #fff;
}

.footer h1, h2, h3, h4, h5, h6{
  color: #ffffff;
}

.footer ul {
  font-size: 1em;
  line-height: 1.6;
  list-style-position: outside;
  margin-bottom: 1.25em;
}

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
  border-radius: 4px;
}

.google-maps {
  border-radius: 4px;
}