body {
	margin: 0px;
	padding: 0px;
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	line-height: 1.35em;
	font-weight: 400;
}
h1 {
	margin: 0px;
	padding: 0px;
	font-size: 1.8em;
	color: #466B82;
	font-family: 'Domine', serif;
	font-weight: 400;
	line-height: 1.5em;
}
h1 a, h1 a:link, h1 a:active, h1 a:visited  {
	color: #466B82;
	text-decoration:none;
}
h2 {
	margin: 0px;
	padding: 0px;
	font-size: 1.2em;
	color: #000;
	font-family: 'Domine', serif;
	font-weight: 400;
	line-height: 1.5em;
}
h3 {}
h4 {}
a, a:link, a:active, a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #466B82;
	text-decoration: none;
}
a img { border: none; }
a img:hover { opacity: 0.5; filter:alpha(opacity=50); }
header {
	min-width: 1000px;
}
p {
	padding: 0px;
	margin: 25px 0px;
	text-align: justify;
}
.left { float: left; }
.right { float: right; }
.clear {
	clear: both;
	float: none;
}
#logo {
	width: 236px;
	margin-left: 5%;
	background-color: rgba(255,255,255,0.8);
	text-align: center;
	-moz-box-shadow: 0px 3px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.5);
	box-shadow: 0px 3px 5px rgba(0,0,0,0.5);
	float: left;
	z-index: 100;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
}
nav {
	float: left;
	min-width: 690px;
	margin-left: 15px;
	
}
a.button {
	font-family: 'Domine', serif;
	font-weight: 700;
	background-color: #466B82;
	color: #FFF;
	text-decoration: none;
	display: block;
	text-transform: uppercase;
	padding: 10px 8px 8px 8px;
	font-size: 1.1em;
	background-image: url(../images/Button_Shadow.png);
	background-repeat: repeat-x;
	background-position: center top;
	
	-webkit-transition: background-color .15s ease-in, color .15s ease-in;
	-moz-transition: background-color .15s ease-in, color .15s ease-in;
	-o-transition: background-color .15s ease-in, color .15s ease-in;
	-ms-transition: background-color .15s ease-in, color .15s ease-in;
	transition: background-color .15s ease-in, color .15s ease-in;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a.button:hover {
	background-color: #666;
	color: #CCC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a.button2 {
	font-family: 'Domine', serif;
	font-weight: 700;
	background-color: #466B82;
	color: #FFF;
	text-decoration: none;
	display: block;
	text-transform: uppercase;
	font-size: 1.1em;
	text-align: center;
	width: 236px;
	margin-left: 64px;
	-moz-box-shadow: 0px -3px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px -3px 5px rgba(0,0,0,0.5);
	box-shadow: 0px -3px 5px rgba(0,0,0,0.5);
	margin-top: -40px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#bottomSlide {
	position: fixed;
	bottom: -575px;
	width: 100%;
	height: 610px;
	z-index: 90;
	transition: bottom 2s ease-out;
	-moz-transition: bottom 2s ease-out;
	-webkit-transition: bottom 2s ease-out;
	-o-transition: bottom 2s ease-out;
}
#bottomSlide:hover {
	bottom: 0;
	
	transition: bottom 1s ease-out;
	-moz-transition: bottom 1s ease-out;
	-webkit-transition: bottom 1s ease-out;
	-o-transition: bottom 1s ease-out;
}
#bottomWrapper {
	background-color: rgba(255,255,255,0.8);
	height: 610px;
}
#bottomContent {
	width: 1000px;
	padding: 0;
	margin: 0 auto;
}
#bottomContent h2 span {
	margin-left: 25px;
}
a.button3 {
	font-family: 'Domine', serif;
	font-weight: 700;
	background-color: #466B82;
	color: #FFF;
	text-decoration: none;
	display: block;
	text-transform: uppercase;
	font-size: 1.1em;
	text-align: center;
	-moz-box-shadow: 0px 3px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.5);
	box-shadow: 0px 3px 5px rgba(0,0,0,0.5);
	float: left;
	margin-left: -105px;
	background-image: url(../images/Specials_Arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 10px;
	
	-webkit-transition: background-color .15s ease-in, color .15s ease-in;
	-moz-transition: background-color .15s ease-in, color .15s ease-in;
	-o-transition: background-color .15s ease-in, color .15s ease-in;
	-ms-transition: background-color .15s ease-in, color .15s ease-in;
	transition: background-color .15s ease-in, color .15s ease-in;
}
a.button3:hover { background-color: #666; }
a.button3a {
	font-family: 'Domine', serif;
	font-weight: 700;
	background-color: #466B82;
	color: #FFF;
	text-decoration: none;
	display: block;
	text-transform: uppercase;
	font-size: 1.1em;
	text-align: center;
	-moz-box-shadow: 0px 3px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.5);
	box-shadow: 0px 3px 5px rgba(0,0,0,0.5);
	float: left;
	margin-left: -125px;
	background-image: url(../images/Specials_Arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 10px;
	
	-webkit-transition: background-color .15s ease-in, color .15s ease-in;
	-moz-transition: background-color .15s ease-in, color .15s ease-in;
	-o-transition: background-color .15s ease-in, color .15s ease-in;
	-ms-transition: background-color .15s ease-in, color .15s ease-in;
	transition: background-color .15s ease-in, color .15s ease-in;
}
a.button3a:hover { background-color: #666; }
a.button4 {
	font-family: 'Domine', serif;
	font-weight: 700;
	background-color: #466B82;
	color: #FFF;
	text-decoration: none;
	display: block;
	text-transform: uppercase;
	padding: 10px 8px 8px 8px;
	font-size: 1.1em;
	background-image: url(../images/Button_Shadow.png);
	background-repeat: repeat-x;
	background-position: center top;
	text-align: center;
	margin: 0px;
	
	-webkit-transition: background-color .15s ease-in, color .15s ease-in;
	-moz-transition: background-color .15s ease-in, color .15s ease-in;
	-o-transition: background-color .15s ease-in, color .15s ease-in;
	-ms-transition: background-color .15s ease-in, color .15s ease-in;
	transition: background-color .15s ease-in, color .15s ease-in;
}
a.button4:hover { 
	background-color: #666;
	color: #CCC;
}
#languages {
	position: fixed;
	bottom: 40px;
	right: 0px;
	z-index: 10000;
}
#rightSlide {
	position: fixed;
	right: -600px;
	top: 100px;
	width: 600px;
	z-index: 200;
	
	transition: right 2s ease-out;
	-moz-transition: right 2s ease-out;
	-webkit-transition: right 2s ease-out;
	-o-transition: right 2s ease-out;
}
#rightSlide:hover {
	right: 0;
	transition: right 1s ease-out;
	-moz-transition: right 1s ease-out;
	-webkit-transition: right 1s ease-out;
	-o-transition: right 1s ease-out;
}
#rightWrapper {
	background-color: rgba(255,255,255,0.65);
	padding: 8px;
	padding-right: 0px;
}

#rightSlide2 {
	position: fixed;
	right: -600px;
	top: 100px;
	width: 600px;
	z-index: 150;
	transition: right 2s ease-out;
	-moz-transition: right 2s ease-out;
	-webkit-transition: right 2s ease-out;
	-o-transition: right 2s ease-out;
}
#rightSlide2:hover {
	right: 0;
	transition: right 1s ease-out;
	-moz-transition: right 1s ease-out;
	-webkit-transition: right 1s ease-out;
	-o-transition: right 1s ease-out;
}
#rightWrapper2 {
	background-color: rgba(255,255,255,0.65);
	padding: 8px;
}

.special {
	float: left;
	margin: 5px;
	width: 185px;
	text-align: center;
}
.special p {
	
}
.special h2 {
	font-size: 1.0em
}
.special a.button, .specialForm .button {
	font-family: 'Domine', serif;
	font-weight: 700;
	background-color: #466B82;
	border: 1px solid #466B82;
	color: #FFF;
	text-decoration: none;
	display: block;
	text-transform: uppercase;
	padding: 10px 8px 8px 8px;
	font-size: 1.1em;
	background-image: none;
	margin-top: 10px;
	text-align: center;
	border: none;
	
	-webkit-transition: background-color .15s ease-in, color .15s ease-in;
	-moz-transition: background-color .15s ease-in, color .15s ease-in;
	-o-transition: background-color .15s ease-in, color .15s ease-in;
	-ms-transition: background-color .15s ease-in, color .15s ease-in;
	transition: background-color .15s ease-in, color .15s ease-in;
}
.specialForm .textField {
	font-family: 'Domine', serif;
	font-weight: 700;
	background-color: #FFF;
	color: #666;
	text-decoration: none;
	padding: 8px;
	font-size: 1.1em;
	background-image: none;
	margin: 0 5px 0 10px;
	text-align: center;
	border: 1px solid #999;
	width: 200px;
}
.specialForm .button { display: inline; margin: 0; }
.special a.button:hover, .specialForm .button:hover { 
	background-color: #666;
	color: #CCC;
	cursor: pointer;
}
.special img {
	width: 100%;
}
.specialHeight { background-color: rgba(255,255,255,0.5); padding: 5px; }
.specialForm { background-color: rgba(255,255,255,0.5); padding: 5px; margin: 5px; }
.specialForm h2 { display: inline; }
.col1 {
	
	padding: 15px;
}
div.video { float: right; margin: 0 0 0 20px; }
.col1a {
	float: left;
	margin-bottom: 10px;
}
.col1b {
	float: right;
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: 700;
}
.col2 {
	float: right;
	width: 300px;
	text-align: right;
}
.col2 img {
	margin: 3px;
}
.spacer {
	background-color: #466B82;
	height: 1px;
	margin-bottom: 10px;
}
#footer {
	position: fixed;
	bottom: 0px;
	background-color: #666;
	color: #FFF;
	margin: 0;
	padding: 0;
	width: 100%;
	z-index: 100;
	color: #CCC;
	-moz-box-shadow: 0px -3px 5px rgba(0,0,0,0.7);
	-webkit-box-shadow: 0px -3px 5px rgba(0,0,0,0.7);
	box-shadow: 0px -3px 5px rgba(0,0,0,0.7);
	font-family: 'Domine', serif;
	text-transform: uppercase;
	font-size: 0.9em;
	min-width: 1000px;
}
#footer strong { font-size: 1.25em; font-weight: 700; color: #FFF; }

#footer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#footer ul li {
	float: left;
	display: block;
	padding: 0;
}
#footer ul#footerNav {
	float: left;
	margin-left: 1%;
	padding-top: 10px;
}
#footer ul#footerNav li { }
#footer ul#footerNav li ul li {  }
#footer ul#footerNav li a { text-decoration: none; color: #CCC; padding: 7px; background-color: #666;
	-webkit-transition: background-color .15s ease-in;
	-moz-transition: background-color .15s ease-in;
	-o-transition: background-color .15s ease-in;
	-ms-transition: background-color .15s ease-in;
	transition: background-color .15s ease-in;
}
#footer ul#footerNav li a:hover { text-decoration: none; color: #FFF; background-color: #466B82; padding: 7px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#footer ul#footerNav li a.noHover { background-color: #666; }
#footer ul#footerNav li a.noHover:hover { background-color: #666; }
#footer ul#footerNav li.showVideo {
	position: relative;
	padding: 0 10px;
}
#footer ul#footerNav li.showVideo div {
	background-color: transparent;
	position: absolute;
	z-index: 1000;
	width: 533px;
	height: 300px;
	left: -257px;
	top: -500px;
	
	-moz-box-shadow: 0px 3px 5px rgba(0,0,0,0.7);
	-webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.7);
	box-shadow: 0px 3px 5px rgba(0,0,0,0.7);
	
	opacity: 0;
	overflow: hidden;
	visibility: hidden;
	display: block;
	
	-webkit-transition: opacity 0.5s ease-in, top 0.5s ease-in;
	-moz-transition: opacity 0.5s ease-in, top 0.5s ease-in;
	-o-transition: opacity 0.5s ease-in, top 0.5s ease-in;
	-ms-transition: opacity 0.5s ease-in, top 0.5s ease-in;
	transition: opacity 0.5s ease-in, top 0.5s ease-in;
	cursor: pointer;
}
#footer ul#footerNav li.showVideo:hover {
	display: block;
	cursor: pointer;
}
#footer ul#footerNav li.showVideo:hover div {
	background-color: rgba(102,102,102,0.95);
	position: absolute;
	z-index: 1000;
	width: 400px;
	height: 300px;
	left: -257px;
	top: -282px;
	
	-moz-box-shadow: 0px 3px 5px rgba(0,0,0,0.7);
	-webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.7);
	box-shadow: 0px 3px 5px rgba(0,0,0,0.7);
	
	opacity: 1;
	overflow: visible;
	visibility: visible;
	cursor: pointer;
}

#footer p#footerIcons {
	float: right;
	margin: 0 1% 0 0;
	padding: 7px 0 0 0;
}
#footer p#footerIcons img {
	height: 20px; padding: 3px;
}
.accordion {margin: 0px;
	padding: 0px;}
.accordion h3 {
	font-family: 'Domine', serif;
	font-weight: 700;
	background-color: #466B82;
	color: #FFF;
	text-decoration: none;
	display: block;
	text-transform: uppercase;
	font-size: 1.1em;
	background-image: url(../images/Button_Shadow.png);
	background-repeat: repeat-x;
	background-position: center top;
	
	-webkit-transition: background-color .15s ease-in, color .15s ease-in;
	-moz-transition: background-color .15s ease-in, color .15s ease-in;
	-o-transition: background-color .15s ease-in, color .15s ease-in;
	-ms-transition: background-color .15s ease-in, color .15s ease-in;
	transition: background-color .15s ease-in, color .15s ease-in;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}
.accordion h3:hover {
	background-color: #666;
	color: #CCC;
	cursor: pointer;
}
.accordion h3.active {
	font-family: 'Domine', serif;
	font-weight: 700;
	background-color: #466B82;
	color: #FFF;
	text-decoration: none;
	display: block;
	text-transform: uppercase;
	padding: 10px 8px 8px 8px;
	font-size: 1.1em;
	background-image: url(../images/Button_Shadow.png);
	background-repeat: repeat-x;
	background-position: center top;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	
}
.accordion p {
	margin: 0px;
	display: none;
	padding: 0px;
	text-align: center;
}
iframe#booking {
	height: 280px;
	width: 236px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px 0px -5px 0px;
	padding: 0px;
}
.bg {
	width: 100%;
	height: 100%;
	background-size:cover;
	background-image: url(../images/slideshow/5.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	position: fixed;
	overflow: visible;
	z-index: -999;
}
#mainContentWrapper {
	position: absolute;
	width: 90%;
	margin: 0px;
	top: 103px;
	padding: 0px 5%;
	min-width: 900px;
	max-width: 1280px;
}
#mainContent {
	background-color: rgba(255,255,255,0.8);
	width: 100%;
	padding-bottom: 75px;
}
#mainContent .colMain1 {
	float: left;
	width: 197px;
	margin-top: 40px;
	padding: 20px;
	text-align: center;
}
#mainContent .colMain2 {
	padding: 20px;
	margin-left: 257px;
}
#mainContent .colMain2 .guestrooms {
	width: 35%;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
#mainContent .colMain2 .button {
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 10px 20px;
}
#mainContent .spacer {
	float: none;
	clear: both;
	margin: 20px 0px;
}
#mainContent .colMain2 h1 {
	color: #466B82;
}
ul#subMenus {
	padding: 0px;
	list-style: none;
	border-top: 1px dashed #466B82;
	margin: 10px 0px 0px 0px;
}
ul#subMenus li {
	margin: 0px;
	padding: 0px;
}
ul#subMenus li a {
	text-decoration: none;
	display: block;
	border-bottom: 1px dashed #466B82;
	padding: 8px;
	font-size: 1.1em;
	
	-webkit-transition: background-color .15s ease-in, color .15s ease-in;
	-moz-transition: background-color .15s ease-in, color .15s ease-in;
	-o-transition: background-color .15s ease-in, color .15s ease-in;
	-ms-transition: background-color .15s ease-in, color .15s ease-in;
	transition: background-color .15s ease-in, color .15s ease-in;
}
ul#subMenus li a:hover {
	background-color: #466B82;
	color: #FFF;
	font-weight: 800;
}
#copyright {
	text-align: right;
	padding-right: 20px;
}
.slideshowWrapper {
	padding: 15px 0px;
}

#full-width-slider {
  width: 100%;
  color: #000;
}
.coloredBlock {
  padding: 12px;
  background: rgba(255,0,0,0.6);
  color: #FFF;
   width: 200px;
   left: 20%;
   top: 5%;
}
.infoBlock {
  position: absolute;
  top: 30px;
  right: 30px;
  left: auto;
  max-width: 25%;
  padding-bottom: 0;
  background: #FFF;
  background: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  padding: 20px;
}
.infoBlockLeftBlack {
  color: #FFF;
  background: #000;
  background: rgba(0,0,0,0.75);
  left: 30px;
  right: auto;
}
.infoBlock h4 {
  font-size: 20px;
  line-height: 1.2;
  margin: 0;
  padding-bottom: 3px;
}
.infoBlock p {
  font-size: 1.2em;
  margin: 4px 0 0;
}
.infoBlock a {
  color: #FFF;
  text-decoration: underline;
}
.photosBy {
  position: absolute;
  font-size: 1.2em;
  background: #FFF;
  color: #000;
  padding: 0px 10px;
  position: absolute;
  left: 12px;
  bottom: 12px;
  top: auto;
  border-radius: 2px;
  z-index: 25; 
} 
.photosBy a {
  color: #000;
}
.fullWidth {
  max-width: 980px;
  margin: 0 auto 24px;
}

@media screen and (min-width:960px) and (min-height:600px) {
  .heroSlider .rsOverflow,
  .royalSlider.heroSlider {
      height: 350px !important;
  }
}

@media screen and (min-width:960px) and (min-height:1000px) {
    .heroSlider .rsOverflow,
    .royalSlider.heroSlider {
        height: 350px !important;
    }
}
@media screen and (min-width: 1100px) and (max-width: 3000px) {
    .heroSlider .rsOverflow,
    .royalSlider.heroSlider {
        height: 534px !important;
    }
}
@media screen and (min-width: 0px) and (max-width: 800px) {
  .royalSlider.heroSlider,
  .royalSlider.heroSlider .rsOverflow {
    height: 350px !important;
  }
  .infoBlock {
    padding: 10px;
    height: auto;
    max-height: 100%;
    min-width: 40%;
    left: 5px;
    top: 5px;
    right: auto;
    font-size: 12px;
  }
  .infoBlock h3 {
     font-size: 14px;
     line-height: 17px;
  }
}
.accordion2 {
	margin: 0px;
	padding: 0px;
}
.accordion2 h3 {
	padding: 0px;
	background-image: url(../images/video2.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 18px;
	width: 20px;
	margin: 0px 10px 0px 6px;
}
.accordion2 h3:hover {
	padding: 0px;
	background-image: url(../images/video-over2.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 18px;
	width: 20px;
	margin: 0px 10px 0px 6px;
	cursor: pointer;
}
.accordion2 h3.active {
	padding: 0px;
	background-image: url(../images/video-over2.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 18px;
	width: 20px;
	margin: 0px 10px 0px 6px;
	cursor: pointer;
}
.accordion2 p {
	margin: 0px;
	display: none;
	padding: 0px;
	text-align: center;
	position: fixed;
	bottom: 30px;
}
ul.list {
	padding: 0px;
	line-height: 1.75em;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 25px;
}
ul.list li {
	margin: 0px;
	padding: 0px;
}
.stretch { width: 100%; }
#col1Amenities { width: 50%; float: left; padding-top: 15px; }
#col2Amenities { width: 50%; float: left; padding-top: 15px; }
#amentitiesWrapper { max-width: 750px; margin: 0 auto; }
.itemWrapper { width: 100%; overflow: hidden; }
.column1 { width: 30%; float: left; }
.column1 img { width: 100%; }
.column2 { width: 65%; float: right; }
.column2 a.button { float: right; }
.threeEqualColumns {
	margin: 1%;
	padding: 1%;
	width: 29%;
	float: left;
}
.threeEqualColumns img { width: 100%; }
.threeEqualColumns h2 { text-align: center; }
.specialNote {
	font-weight: bold;
	margin: 2%;
	padding: 2%;
	font-size: 1.1em;
	line-height: 1.5em;
}
#contactbox {
	float: right;
	padding: 2%;
	width: 30%;
	color: #FFF;
	background-color: #666;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#contactbox a { color: #FFF; }
#contactform {
	float: left;
	margin: 0;
	padding: 1%;
	width: 60%;
}
#contactform em, #giftform em {color: #466B82;}
#contactform input, #giftform input { width: 100%; padding: 0; height: 35px; border: 1px solid #999; }
#contactform textarea, #giftform textarea { width: 100%; padding: 0; height: 150px; border: 1px solid #999; }
#contactform .button, #giftform .button {
	font-family: 'Domine', serif;
	font-weight: 700;
	background-color: #466B82;
	color: #FFF;
	text-decoration: none;
	display: block;
	text-transform: uppercase;
	padding: 10px 0;
	font-size: 1.1em;
	background-image: url(../images/Button_Shadow.png);
	background-repeat: repeat-x;
	background-position: center top;
	width: 200px;
	margin: 0 auto;
	float: none;
	
	-webkit-transition: background-color .15s ease-in, color .15s ease-in;
	-moz-transition: background-color .15s ease-in, color .15s ease-in;
	-o-transition: background-color .15s ease-in, color .15s ease-in;
	-ms-transition: background-color .15s ease-in, color .15s ease-in;
	transition: background-color .15s ease-in, color .15s ease-in;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#contactform .button:hover, #giftform .button:hover {
	background-color: #666;
	color: #CCC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
}
a.button5 {
	font-family: 'Domine', serif;
	font-weight: 700;
	background-color: #466B82;
	color: #FFF;
	text-decoration: none;
	display: block;
	text-transform: uppercase;
	padding: 10px 15px;
	font-size: 1.1em;
	float: right;
	
	-webkit-transition: background-color .15s ease-in, color .15s ease-in;
	-moz-transition: background-color .15s ease-in, color .15s ease-in;
	-o-transition: background-color .15s ease-in, color .15s ease-in;
	-ms-transition: background-color .15s ease-in, color .15s ease-in;
	transition: background-color .15s ease-in, color .15s ease-in;
}
a.button5:hover {
	background-color: #666;
	color: #CCC;
}
.propLogos {
	padding: 0;
	float: left;
	width: 20%;
	margin: 2%;
}
.propLogos img { width: 100%; }

h1#photo-tour { display: none; }
