@import url(https://fonts.googleapis.com/css?family=Quattrocento+Sans:700);
@import url(https://fonts.googleapis.com/css?family=Pontano+Sans);
@import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz);
@import url(mpix2/stylesheet.css);
@font-face {
	font-family: 'WakeRobinRegular';
	src: url('wakerobin-font/wakerobin-webfont.eot');
	src: url('wakerobin-font/wakerobin-webfont.eot?#iefix') format('embedded-opentype'),
	url('wakerobin-font/wakerobin-webfont.woff') format('woff'),
	url('wakerobin-font/wakerobin-webfont.ttf') format('truetype'),
	url('wakerobin-font/wakerobin-webfont.svg#WakeRobinRegular') format('svg');
	font-weight: normal;
	font-style: normal;

}

/*------------------------------------------------------

CSS overview:

	1. Reset
	2. Main Content
	3. Navigation
	4. Bookmarks
	5. Section
	6. Footer
	7. Twitter
	8. Flickr Photostream
	9. Columns
	10. Footer Columns
	11. Icon Box
	12. Services Graph
	13. Team
	14. Buttons
	15. Highlights
	16. Toggle
	17. Accordion
	18. Portfolio
	19. Portfolio Thumbnail Hover
	20. Portfolio Filter Navigation
	21. Portfolio Page Navigation
	22. Contact
	23. Search

---------------------------------------------------------*/

/*--------------------------------------------------
				      RESET
---------------------------------------------------*/
pre,code{
	font-family:"Times New Roman", Times, serif;
	white-space:pre;
	padding:20px;
	letter-spacing: 0.1em;
}
pre{
	padding:5px;
}
code{
	-moz-border-radius: 2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	background:#252525;
	font-size:11px;
	color: #999999;
	padding: 3px;
	padding-left: 10px;
}
.group:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear:after {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width: 100%;
}
.clear {clear: both;}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite,  del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {	margin:0px;
	padding:0px;
	border:0px;
	border-collapse:separate;
	border-spacing:0px;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	text-decoration:none;
}
html, body {
	height: 100%;
	width: 100%;
}

::-moz-selection{ color: #fff; background: #707070; }
::selection { color: #fff; background: #707070; }

body {
	/*font-family: 'Quattrocento Sans', Helvetica, Arial, sans-serif;*/
	font-family: "Roboto Condensed", sans-serif;
	font-size:87.5%; /*14px base font size*/
	line-height:1.5em; /*Consistant vertical grid regardless of font size*/
	color: #999;
	background: url(../images/bg.jpg) no-repeat top center #252525;
	border-top: 7px solid #dc4f49;
	border-top: 7px solid #a80808;
}
h1,h2,h3,h4,h5,h6{
	margin-bottom: 12px;
	font-weight: normal;
}
h1{
	font-size:42px;
	line-height: 44px;
}
h2{
	font-size: 32px;
	line-height: 34px;
}
h3{
	font-size:24px;
	line-height: 29px;
}
h4{
	font-size:20px;
	line-height: 25px;
}
h5{
	font-size:16px;
	line-height: 21px;
}
h6{
	font-size:14px;
	line-height: 17px;
}
ul, ol	{
	display: block;
	padding: 0px;
	margin: 0 0 14px 17px;
}
blockquote {
	float: left;
	width: 60%;
	margin: 10px 15px 15px 0;
	color: #fff;
	background: url(../images/open-quote.png) no-repeat scroll 0 0 transparent;
}
blockquote.right {
	float: right;
	margin: 10px 0 15px  15px;
}
blockquote p {
	font: 16px/17px Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: italic;
	padding-left: 40px;
}
p {
	margin-bottom: 14px;
}
p:last-child {
	margin-bottom: 0;
}
em {
	font-style: italic;
}
strong, b {
	font-weight: bold;
}
input, textarea, select {
	outline: medium none;
	font-family:  'Quattrocento Sans', Helvetica, Arial, sans-serif;
	font-size:12px;
	color: #777;
	border: 1px solid #323232;
	-moz-border-radius: 2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	background-color: #292929;
}
input:focus, textarea:focus, select:focus {
	border: 1px solid #8DC5C5;
	background-color: #252525;
	color: #bbb;
	box-shadow:0 0 4px rgba(82,168,236,.5);
	-moz-box-shadow:0 0 4px rgba(82,168,236,.5);
	-webkit-box-shadow:0 0 4px rgba(82,168,236,.5);
}
input.submit, input.submit:focus, input.submit:active {
	cursor:pointer;
	text-align:center;
	text-transform: uppercase;
	font-size:11px;
	font-weight: bold;
	line-height: 14px;
	color: #fff;
	text-decoration:none !important;
	padding: 7px;
	background: #dc4f49;
	border: none;
	-moz-border-radius: 20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	box-shadow:0 0 0;
	-moz-box-shadow:0 0 0;
	-webkit-box-shadow:0 0 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input.submit:hover, input.submit:focus {
	background-color: #555;
}
a {
	-webkit-transition:all 0.14s ease 0s;
	-moz-transition:all 0.14s ease 0s;
	-o-transition:all 0.14s ease 0s;
	color: #dc4f49;
}
a:hover, a:focus {
	color: #999;
}
.nobr {
	white-space: nowrap;
}
.title, .title a {
	text-decoration: none;
}
.title a:hover, .title a:focus {
	color: #dc4f49;
}
img, iframe {
	max-width:100%;
}
.alignleft {
	float:left;
	margin: 10px 20px 10px 0;
}
.alignright {
	float:right;
	margin: 10px 0 10px 20px;
}
.aligncenter {
	display: block;
	margin: 10px auto 10px auto;
}
.divider {
	float: left;
	width: 100%;
	height: 70px;
}
.divider-border {
	background-color: #666666;
	float: left;
	width: 100%;
	height: 1px;
	margin: 30px 0;
}
sup {
	vertical-align: text-top;
	font-size: 50%;
}
.hidden {
	display: none !important;
}

/*--------------------------------------------------
			MAIN CONTENT
---------------------------------------------------*/
#wrapper {
	width: 960px;
	margin: 0 auto;
}
.content-wrapper {
	padding: 120px 0 0 0;
	margin: 0;
	width: 960px;
	overflow: hidden;
}
.content-wrapper.last {
	margin-bottom: 0;
}
.divider-heading {
	padding: 30px 0 0 0;
	border-top: 4px solid #666666;
}
#header {
	width: 960px;
	margin: 0 auto 26px auto;
	padding: 0;
	position: relative;

	-webkit-transition:all 0.14s ease 0s;
	-moz-transition:all 0.14s ease 0s;
	-o-transition:all 0.14s ease 0s;
}
#logo {
	float: left;
	margin-top: -11px;
	font-size: 38px;
	text-shadow: 1px 1px 1px #000;
}
#logo a {
	color:#EEE;
	line-height: 1em;
	text-transform: uppercase;
}
#logo a:hover, #logo a:focus {
	color:#FFF;
}
#logo, .logo {
	font-family: 'Poiret One', 'Quattrocento Sans', Helvetica, Arial, sans-serif;
}
#logo .address {
	font-size: 17px;
	color: #ddd;
}

.weather-alert {
	float: left;
	display: block;
	margin-left: 10px;
	margin-top: -7px;
	position: relative;
}

.weather-alert .alert-box {
	display: none;
	overflow: visible;
}

.weather-alert:hover .alert-box .weather-alert:focus .alert-box {
	display: block;
	width: 275px;
	overflow: hidden;
	position: absolute;
	left: 110%;
	top: -25px;
	z-index: 9999;
	font-size: .8em;
	line-height: 1.2em;
	background: #dc4f49;
	padding: 10px;
	color: #fff;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;

	box-shadow: 0 0 10px #000;
}

/*.weather-alert:hover .alert-box:before {
	display: block;
	content: "";
	position: absolute;
	left: -5px;
	top: 50%;
	margin-top: -5px;
	width: 0;
	height: 0;
	border-right: 5px solid #dc4f49;
	border-left: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}*/

.intro-list {
	font-size: .9em;
	line-height: 1.3em;
}

.intro-list li {
	margin-bottom: .5em;
}

#home, #archive, #blog-post {
	padding: 0;
}
.section-icon {
	float: right;
}
.icon {
	font-family: 'WakeRobinRegular';
	color: #fff;
	font-size: 1.1em;
	margin-right: .5em;
}
.pictogram {
	font-family: 'modern_pictograms_proregular';
	color: #fff;
	font-size: 1.3em;
	margin-right: .5em;
}
.font-icon {
	color: #fff;
	font-size: 1.1em;
	margin-right: .5em;
	margin-left: .2em;
	font-weight: bold;
}

/*--------------------------------------------------
			NAVIGATION
---------------------------------------------------*/
#menu, .menu {
	z-index:20000;
	padding: 0;
	margin: 0;
	float: right;
	/*font-family: 'Yanone Kaffeesatz', sans-serif;*/
}
#menu > ul, .menu > ul {
	padding: 4px 12px;
	margin: 0;
}
#menu .logo {
	display: none;
}
#menu.pinned .logo {
	display: block;
	float: left;
}
#menu > ul > li {
	display: inline-block;
	position: relative;

	-webkit-transition:all 0.24s ease .3s;
	-moz-transition:all 0.24s ease .3s;
	-o-transition:all 0.24s ease .3s;
}
.menu > ul > li {
	display: inline-block;
	position: relative;
}

#menu ul li a, .menu ul li a {
	padding: 10px;
	display: inline-block;
	font-size: 22px;
	color: #CCC;
	text-decoration: none;
	text-transform: uppercase;
}
#menu.pinned ul li a {
	font-size: 20px;
}
#menu ul li a:hover, #menu ul li a:focus, #menu ul li a.current, .menu ul li a:hover, .menu ul li a:focus {
	color: #fff;
}
.menu ul li a.current {
	color: #dc4f49;
}
#menu ul li a.logo {
	display: none;
	text-transform: none;
	font-size: 24px;
}
#menu ul li.logo {
	background: none !important;
}
#menu .home {
	display: none;
}
#menu.pinned {
	width: 100%;
	margin: 0;
	position:fixed;
	top:0;
	left: 0;
	z-index: 998;
	/*border-top: 7px solid #dc4f49;*/
}

#menu.pinned > ul {
	color: #fff;
	width: 910px;
	padding: 15px 25px;
	margin: 0 auto;
	background-color: #dc4f49;
	-moz-border-radius-bottomleft:2px;
	-moz-border-radius-bottomright:2px;
	-webkit-border-bottom-right-radius:2px;
	-webkit-border-bottom-left-radius:2px;
	border-bottom-right-radius:2px;
	border-bottom-left-radius:2px;
}

#menu.pinned ul li a {
	color: #fff;
}
#menu.pinned ul li a.current {
	color: #555;
}
#menu.pinned ul li a.logo {
	display: block;
	float: left;
	margin-top: -10px;
}
#menu.pinned .home {
	display: inline-block;
}

/* Drop Downs */
#menu > ul > li > ul, .menu > ul > li > ul {
	display: none;
	background: #c14339;
	position: absolute;
	width: 200px;
	top: 41px;
	left: 0;
	z-index: 999;
	margin: 0;
	padding: 0;
	text-align: left;

	-moz-box-shadow: 2px 4px 4px rgba(0,0,0,.3);
	-webkit-box-shadow: 2px 4px 4px rgba(0,0,0,.3);
	box-shadow: 2px 4px 4px rgba(0,0,0,.3);
}
#menu > ul > li:hover, #menu > ul > li:focus,
.menu > ul > li:hover, .menu > ul > li:focus {
	background: #c14339;
	color: #fff;

	-webkit-transition:all 0.14s ease 0s;
	-moz-transition:all 0.14s ease 0s;
	-o-transition:all 0.14s ease 0s;
}
#menu > ul > li:hover > ul, #menu > ul > li:focus > ul,
.menu > ul > li:hover > ul, .menu > ul > li:focus > ul {
	display: block;
}
#menu > ul > li > ul > li, .menu > ul > li > ul > li {
	display: block;
	margin-left: 0;
}
#menu > ul > li > ul > li > a, .menu > ul > li > ul > li > a {
	display: block;
	padding: 10px;
	color: #fff;
}
#menu > ul > li > ul > li > a:hover, #menu > ul > li > ul > li > a:focus,
.menu > ul > li > ul > li > a:hover, .menu > ul > li > ul > li > a:focus {
	background: #9a342c;
	color: #fff;
}
@media screen and (max-width:766px) {
	#menu > ul > li > ul, .menu > ul > li > ul { /*Center drop-downs */
		left: 50%;
		margin-left: -100px;
		text-align: center;
	}
}


svg {
	fill: currentColor;
}
.menuBtn {
	margin-bottom: -2px;
	margin-left: 4px;
	padding: 0;

	background: #DF523F;
	background-image: linear-gradient(180deg, #DF523F 0%, #C04B42 100%) !important;

	-moz-box-shadow: 0px 2px 0px 0px #000000;
	-webkit-box-shadow: 0px 2px 0px 0px #000000;
	box-shadow: 0px 2px 0px 0px #000000;

	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.menuBtn:hover, .menuBtn:focus {
	background: #DF523F !important;
}
.menuBtn a {
	color: #fff !important;
	padding: 8px 10px !important;
}
.menuBtn-icon {
	margin-left: 4px;
}
#menu.pinned .menuBtn {
	background: inherit !important;

	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#header .menuBtn:after {
	content: '';
	display: block;
	background: url('../images/trivago@2x.png') center no-repeat;
	background-size: 108px;
	position: absolute;
	height: 14px;
	top: 100%;
	left: 0;
	right: 0;
	text-align: center;
	margin-top: 2px;
}
#menu.pinned .menuBtn:after {
	display: none;
}

#menu.pinned > ul {
	text-align: right;
}


.content-wrapper .menu {
	margin: -60px 0 20px 0;
	border-bottom: 1px dotted #888888;
	float: none;
}
.content-wrapper .menu ul {
	padding-bottom: 25px;
	overflow: visible;
	z-index: 999 !important;
}
.content-wrapper .menu ul li {
	display: inline-block;
	text-align: left;
}
.content-wrapper .menu ul li a {
	font-size: 22px;
}
.content-wrapper .menu ul li a:hover, .content-wrapper .menu ul li a:focus {
	color: #fff;
}

/*--------------------------------------------------
				  BOOKMARKS
---------------------------------------------------*/
.bookmarks {
	height: 44px;
	width: 100%;
	margin-bottom: 15px;

	-webkit-transition:all 0.14s ease 0s;
	-moz-transition:all 0.14s ease 0s;
	-o-transition:all 0.14s ease 0s;
}
.bookmarks-inside {
	float: right;
	color: #fff;
	margin: 0;
	padding: 0 10px;
	background-color: #dc4f49;

	-moz-border-radius-bottomleft:2px;
	-moz-border-radius-bottomright:2px;
	-webkit-border-bottom-right-radius:2px;
	-webkit-border-bottom-left-radius:2px;
	border-bottom-right-radius:2px;
	border-bottom-left-radius:2px;
}
.bookmarks-icon {
	float: left;
	display: block;
	padding: 0 6px;
}
.bookmarks-icon a {
	display: block;
}
.bookmarks-email {
	width: 38px;
}
.bookmarks-docs {
	width: 105px;
	margin-top: 2px;
}
/*.bookmarks-skype {
    cursor: pointer;
    position: relative;
}
.bookmarks-skype img {
    cursor: pointer;
    margin: 10px 4px !important;
    vertical-align: middle !important;
}
#dropdown_SkypeButton_Call_thewakerobin_1 {
    max-width: 150px !important;
    margin-left: -100px !important;
}*/
.bookmarks-icon a img {
	opacity: .5;

	-moz-transition: opacity .3s;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	-ms-accelerator-transition: opacity .3s;
	transition: opacity 1s;
}
.bookmarks-icon a:hover img, .bookmarks-icon a:focus img {
	opacity: 1;
}
.bookmarks-phone a {
	color: #fff;
}
.bookmarks-icon a:hover, .bookmarks-icon a:focus {
	border-bottom: none;
}
.bookmarks-phone {
	margin: 9px 12px 0 4px;
	font-size: 18px;
	float: left;
}
.bookmarks-col1 {
	float: left;
	text-align: left;
}
.bookmarks-col2 {
	float: right;
	text-align: right;
}
.bookmarks .phone-icon {
	vertical-align: middle;
	margin-right: 1em;
	display: inline;
}
@media screen and (max-width:479px) {
	.bookmarks-email {
		width: 34px;
	}
	.bookmarks-docs {
		width: 75px;
	}
	.bookmarks .phone-icon {
		display: none;
	}
	.bookmarks-icon {
		padding: 0 4px;
	}
	.bookmarks-phone {
		font-size: 15px;
	}

}


/*--------------------------------------------------
		  SECTION
---------------------------------------------------*/
.section-title {
	overflow: hidden;
	color: #F4F4F4;
	margin: 0 0 15px 0;
}
.section-title.home {
	color: #fff;
	background: url(../images/section-title-bg.jpg) no-repeat top center #830000; /*#dc4f49*/
	text-align: center;
	padding: 1.5rem 5rem;
	margin-bottom: 0;
}
.section-title.home h2 {
	font-size: 1.75rem;
	text-shadow: 0 -1px 1px #3F0000;
	font-weight: 500;
	/*font-family: 'Quattrocento Sans', 'Yanone Kaffeesatz', sans-serif;*/
}
.section-title .title, .section-title .title a  {
	text-transform: uppercase;
	/*font-family: 'Yanone Kaffeesatz', sans-serif;*/
	display: inline;
	color: #fff;
	word-spacing: 5px;
}
.section-title .title a:hover, .section-title .title a:focus {
	color: #555;
}
.section-title h1.title {
	font-size:78px;
	line-height: 70px;
}
.section-title p {
	/* font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;*/
	font-size: 16px;
}

.section-nav {
	margin: 0 0 18px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px dotted #666666;
	overflow: hidden;
}
.section-nav  ul {
	margin: 0;
	padding: 0;
}

.section-alert {
	overflow: hidden;
	color: #F4F4F4;
	margin: 0;
	z-index: 1;
}
.section-alert.home {
	color: #fff;
	background: url(../images/section-title-bg.jpg) no-repeat top center #830000; /*#dc4f49*/
	text-align: center;
	padding: 5px 3px;
}
.section-alert.home h2 {
	font-size: 20px;
	text-shadow: 0 -1px 1px #3F0000;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	line-height: 1.2em;
}
.section-alert .alert, .section-alert .alert a  {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	display: inline;
	color: #fff;
	word-spacing: 5px;
}
@media only screen and (max-width: 768px) {
	.section-alert.home {
		background: none;
		padding: 5px 0;
	}
	.section-title.home {
		padding: 1.5rem;
	}
}
@media only screen and (max-width: 480px) {
	.section-alert_pipe {
		display: none;
	}
	.section-alert.home h2 {
		font-size: 16px;
	}
}

/*--------------------------------------------------
						 FOOTER
---------------------------------------------------*/
#footer {
	margin: 20px 0 0 0;
	width: 100%;
	float: left;
	position: relative;
	color: #fff;
}
#footer a {
	color: #454545;
	/*border-bottom: 1px dotted #fff;*/
}
#footer a:hover, #footer a:focus {
	color: #555;
	border-bottom: none;
}
#footer h3 {
	text-transform: uppercase;
	font-size: 12px;
	display: block;
	font-weight: bold;
}
#footer ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#footer ul li {
	display:block;
	margin-bottom:10px;
}
.footer-content-wrapper {
	width: 100%;
	position: absolute;
	display: none;
	left: 0;
}
.footer-content, #footer-bottom  {
	padding: 25px;
	margin: 0 auto;
	-moz-border-radius-topleft:2px;
	-moz-border-radius-topright:2px;
	-webkit-border-top-right-radius:2px;
	-webkit-border-top-left-radius:2px;
	border-top-right-radius:2px;
	border-top-left-radius:2px;
	/*background-color: #dc4f49;*/
	color: #606060;
	overflow: hidden;
	border-bottom: 1px dotted #fff;
}
#footer-bottom {
	margin: 0;
	border-bottom: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 25px;
}
#footer-bottom p {
	margin-bottom: 0;
}
#footer-bottom .trigger-footer {
	margin: 20px 0 0 0;
	text-align: right;
}
#footer-bottom .trigger-footer a {
	padding-right: 20px;
	background: url(../images/bullet-toggle-footer.png) no-repeat right 0;
	border-bottom: none;
	font-weight: bold;
}
#footer-bottom .trigger-footer a.active {
	background: url(../images/bullet-toggle-footer.png) no-repeat right -20px;
}
.site-by {
	float: right;
	color: #454545;
	font-size: 10px;
	display: block;
	padding: 4px 8px 10px 12px;
	display: flex;
	column-gap: .25rem;
}
	.site-by:hover, .site-by:focus {
		/*background-color: #be3d39;*/
		color: #fff;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-o-border-radius: 3px;
		-ms-border-radius: 3px;
		border-radius: 3px;
	}
.site-by:hover img, .site-by:focus img {
	opacity: 1;
}
#footer a.site-by {
	border-bottom: none;
}
#footer a.site-by:hover, #footer a.site-by:focus {
	color: #fff;
}
.site-by img {
	vertical-align: text-top;
	margin: 0px 4px;
	opacity: .2;
}

/*--------------------------------------------------
				      COLUMNS
---------------------------------------------------*/
.one, .one-half, .two-third, .one-third, .one-fourth, .one-fifth, .one-sixth { float:left; position:relative; }
.one { width: 960px;margin-right: 0; }
.one-half {	width:470px;margin-right:20px; }
.two-third { width:634px;margin-right:20px; }
.one-third  { width:306px;margin-right:21px; }
.one-fourth { width:225px;	margin-right:20px; }
.one-fifth { width:176px;	margin-right:20px; }
.one-sixth { width:60px;	margin-right:20px; }
.last { margin-right: 0 !important; }
/*--------------------------------------------------
				FOOTER COLUMNS
---------------------------------------------------*/
#footer .one { width: 910px;margin-right: 0; }
#footer .one-half {	width:445px;margin-right:20px; }
#footer .two-third { width:634px;margin-right:20px; }
#footer .one-third  { width:290px; margin-right:20px; }
#footer .one-fourth { width:212px;	margin-right:20px; }
/*--------------------------------------------------
		    ICON BOX
---------------------------------------------------*/
.icon-box {
	padding: 0;
	margin: 10px 0 0 -.5%;
	list-style-type: none;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.icon-box-booking {
	background-image: linear-gradient(#5a7247, #485b39);
}
.icon-box li {
	float: left;
	background: #2f2f2f;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.17);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.17);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.17);
	text-align: center;
	margin: 0 0 6px .5%;
	width: 32.7%; /* 24.5% */
}

.icon-box li a {
	display: block;
	overflow: hidden;
	height: 100%;

	-webkit-transition:all 0.14s ease 0s;
	-moz-transition:all 0.14s ease 0s;
	-o-transition:all 0.14s ease 0s;
}
.icon-box-inner {
	padding: 25px;
}
.icon-box span, .icon-box .icon {
	display: block;
	margin: 0 0 20px 0;
}
.icon-box li a h2 {
	margin: 0 0 5px 0;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
}
.icon-box li a h2 {
	color: #AAA;
}
.icon-box li a:hover, .icon-box li a:focus {
	background: #dc4f49;
	z-index:99;
}
.icon-box-booking li a:hover, .icon-box-booking li a:focus {
	background: green !important;
	z-index:99;
}
.icon-box li a:hover h2, .icon-box li a:focus h2 {
	color: #fff;
}
.icon-box span.desc {
	margin: 0;
}

.icon-box-weather {
	display: flex;
	align-items: center;
}
.weatherwidget-io {
	flex-grow: 1;
}

.icon-box-booking h2 {
	position: relative;
	top: -6px;
}
.icon-box-booking h2:after {
	content: '';
	display: block;
	background: url('../images/trivago-2@2x.png') center no-repeat;
	background-size: 123px;
	position: absolute;
	height: 20px;
	top: 100%;
	left: 0;
	right: 0;
	text-align: center;
	margin-top: 2px;
}

@media only screen and (max-height: 766px) and (min-width:766px) {
	.icon-box-inner {
		padding-top: 12px;
		padding-bottom: 12px;
	}
	.icon-box {
		margin-top:0;
	}
	.icon-box-booking h2:after {
		background-size: 100px;
	}
}

@media only screen and (max-width: 959px) {
	.icon-box li {
		width: 49.5%;
	}
}

@media only screen and (max-width: 479px) {
	.icon-box li {
		width: 100%;
	}
}

/*--------------------------------------------------
		   SERVICES GRAPH
---------------------------------------------------*/
#services-graph {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#services-graph li, #services-graph li span {
	-moz-border-radius-bottomright:2px;
	-moz-border-radius-topright:2px;
	-webkit-border-top-right-radius:2px;
	-webkit-border-bottom-right-radius:2px;
	border-top-right-radius:2px;
	border-bottom-right-radius:2px;
}
#services-graph li {
	margin-bottom: 5px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	height: 40px;
	/*background: url(../images/stripes-dark.png) repeat #2f2f2f;*/
}
#services-graph li p {
	position: absolute;
	left: 10px;
	top: 12px;
}
#services-graph li strong {
	color: #555;
	margin-left: 5px;
	font-size: 11px;
}
#services-graph li span {
	height: 40px;
	/*background: url(../images/stripes-white.png) repeat  #dc4f49;*/
	text-align: right;
}
/*--------------------------------------------------
			TEAM
---------------------------------------------------*/
.team {
	background-color: #2f2f2f;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.17);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.17);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.17);
}
.team .team-member {
	padding: 15px;
}
.team .team-member-info {
	float: left;
	margin-bottom: 13px;
	padding-bottom: 13px;
	border-bottom: 1px dotted #777;
	width: 100%;
}
.team .team-member-info h2 {
	font-size: 17px;
	font-weight: bold;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
}
.team .team-member-info h3 {
	font-size:11px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 17px;
	margin-bottom: 0;
}
.team ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 50%;
	float: left;
}
.team .contact {
	text-align: right;
}
.team .contact li {
	display: inline;
}
.testfield {
	display: none;
}
/*--------------------------------------------------
		    BUTTONS
---------------------------------------------------*/
.button {
	cursor:pointer;
	text-align:center;
	display:inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
	-moz-border-radius: 2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
.button.right {
	float:right;
}
.button, .button:hover, .button:focus {
	font-weight: bold;
	color: #FFFFFF;
	text-transform:uppercase;
}
.button:hover, .button:focus {
	background-color: #454545;
}
.small {
	padding:0 6px;
	font-size: 11px;
	line-height: 16px;
}
.medium {
	font-size:11px;
	padding: 7px 14px !important;
}
.large {
	padding: 11px 19px 11px 19px !important;
	font-size: 17px;
}
.rounded {
	-moz-border-radius: 20px;
	-webkit-border-radius:20px;
	border-radius:20px;
}
.grey { background-color:#555; }
.yellow { background-color:#FEEB43; color: #707070; }
.orange { background-color:#ff8850; }
.green { background-color:#89C758; }
.tealgreen { background-color:#3ea9a1; }
.blue { background-color: #7CC0CB; }
.navyblue { background-color: #657383; }
.purple { background-color:#9a86a2; }
.magenta {background-color:#C25283; }
.pink { background-color:#F9A7B0; }
.red { background-color:#dc4f49; }
.cream { background-color:#C9C299; }
/*--------------------------------------------------
			HIGHLIGHTS
---------------------------------------------------*/
.highlight1 {
	background-color: #dc4f49;
	color: #FFFFFF;
}
.highlight2 {
	background-color: #555;
	color: #FFFFFF;
}
.highlight3 {
	border-bottom: 1px dotted;
}
/*--------------------------------------------------
			TOGGLE
---------------------------------------------------*/
.toggle-wrap {
	float: left;
	width: 100%;
	margin-bottom: 6px;
}
.trigger {
}
.trigger a {
	display: block;
	padding: 10px;
	padding-left: 15px;
	text-decoration: none;
	font-weight: bold;
	color: #676767;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.17);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.17);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.17);
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-o-transition-duration: 0s;
	background: url(../images/bullet-toggle.png) no-repeat right 15px #2f2f2f;
}
.trigger.active a {
	background: url(../images/bullet-toggle.png) no-repeat right -20px #2f2f2f;
}
.toggle-container {
	overflow: hidden;
	float: left;
	padding: 15px;
}
/*--------------------------------------------------
	     ACCORDION
---------------------------------------------------*/
.trigger-button {
	float: left;
	width: 100%;
	padding: 10px 0 10px 0;
	margin-bottom: 6px;
	text-decoration: none;
	font-weight: bold;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.17);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.17);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.17);
	background: url(../images/bullet-toggle.png) no-repeat right 15px #2f2f2f;
	cursor:pointer;
}
.trigger-button span {
	padding-left: 15px;
}
.trigger-button.active {
	background: url(../images/bullet-toggle.png) no-repeat right -20px #2f2f2f;
}
.accordion {
	float: left;
	padding: 8px 15px 22px 15px;
}
/*--------------------------------------------------
				PORTFOLIO
---------------------------------------------------*/
.portfolio-grid ul li a.hide {
	display: none;
}
.portfolio-grid {
	width: 966px;
	margin: 0 0 0 -6px;
	padding: 0;
}
.portfolio-grid a {
	color: #eee;
}
.portfolio-grid ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.paginate {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
}
.portfolio-grid ul li {
	float: left;
	position: relative;
	margin: 0 0 6px 6px;
	padding: 0;
	background-color: #2f2f2f;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.17);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.17);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.17);
}
.portfolio-grid ul li.item {
	text-align: center;
}
.portfolio-grid_thirds ul li.item {
	width: 316px;
}
.portfolio-grid_fourths ul li.item {
	width: 235px;
	height: 204px;
}
.portfolio-grid_fifths ul li.item {
	width: 187px;
	height: 172px;
}
.portfolio-grid ul li img {
	float: left;
}
.portfolio-grid .item-info {
	padding: 15px;
	float: left;
}
.portfolio-grid_thirds .item-info {
	width: 286px;
}
.portfolio-grid_fourths .item-info {
	width: 205px;
}
.portfolio-grid_fifths .item-info {
	width: 164px;
}
.portfolio-grid .item-info h3, .portfolio-grid .item-info-overlay h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 17px;
	margin-bottom: 0;
}
.portfolio-grid .item-info h4, .portfolio-grid .item-info-overlay h4 {
	font-size:11px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0;
}

.icon-list {
	list-style-type: none;
	margin-left: 0;
	padding-left: 35px;
	color: #AAA;
	margin-bottom: 28px;
}
.icon-list li {
	font-size: 17px;
	list-style-type: none;
	margin-left: 0;
	margin-bottom: .5em;
	line-height: 1.5em;
	padding-left: 0;
	color: #AAA;
}
.icon-list .icon, .icon-list .font-icon, .icon-list .pictogram {
	margin-left: -35px;
	display: block;
	float: left;
}

.wedding-packages {
	float: left;
}
.wedding-packages .fine-print {
	font-size: .9em;
	padding-left: 0;
	margin-left: 0;
	list-style: none;
}
.wedding-packages h3 {
	margin-bottom: 1em;
}
.wedding-packages .lighter {
	color: #ccc;
}
.wedding-packages-offsite {
	font-size: 1.2em;
}

.wedding-details {
	float: left;
	overflow: hidden;
}

.wedding-wire {
	float: right;
	display: block;
	width: 110px;
	margin-right: 20px;
}

.wedding-wire-home {
	position: absolute;
	z-index: 100;
	top: 4px;
	right: 4px;
	width: 100px;
	opacity: .88;
}
.wedding-wire-home:hover, .wedding-wire-home:focus {
	opacity: 1;
}
@media screen and (max-width: 766px) {
	.wedding-wire-home {
		top: 0;
		right: 0;
		width: 75px;
	}
}

#slider {
}
#slideshow-container {
	position: relative;
	z-index: 0;
}
.slide {
	height: 400px !important;
}
@media only screen and (max-width: 960px) {
	.slide {
		height: 272px !important;
	}
}
@media only screen and (max-width: 766px) {
	.slide {
		height: 153px !important;
	}
}
@media only screen and (max-width: 480px) {
	.slide {
		height: 109px !important;
	}
}

.slide2 {
	max-height: 500px;
	position: relative;
	overflow: hidden;
}
	.slide2 img {
		/*display: block;*/
	}
@media only screen and (max-width: 960px) {
	.slide2 {
		height: 400px !important;
	}
}
@media only screen and (max-width: 766px) {
	.slide2 {
		height: auto !important;
		overflow: initial;
	}
}
@media only screen and (max-width: 480px) {
	.slide2 {

	}
}

.pointList {
	padding: 0;
	margin: 0;
	list-style: none;
}
.pointList > li {
	margin-bottom: 2em;
	overflow: hidden;
}
.pointList-box {
	background: #111;
	width: 122px;
	float: left;

	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.17);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.17);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.17);
}
.pointList-titleBox {
	background: #434343;
	padding: 8px 10px;
	overflow: hidden;
}
.pointList-icon {
	float: left;
	font-size: 24px;
	line-height: 30px;
}
.pointList-icon .pictogram {
	margin: 0;
}
.pointList-titleBox h3 {
	float: right;
	font-size: 14px;
	font-family: Georgia;
	font-style: italic;
	color: #D6D6D6;
	line-height: 1.2em;
	margin-bottom: 0;
	text-align: center;
}
.pointList-number {
	text-align: center;
	font-size: 72px;
	line-height: 1.2em;
	color: #D4D4D4;
}
.pointList-main {
	float: left;
	margin-left: 20px;
	width: 75%;
}
.pointList h3 {
	margin-bottom: .2em;
}
.pointList-description {
	font-style: italic;
	/*font-family: Georgia;*/
	font-size: 17px;
	color: #9B9B9B;
}
.pointList-main li {
	font-size: 15px;
}
@media only screen and (min-width: 766px) and (max-width: 959px) {
	.pointList-main {
		width: 606px;
	}
	.pointList-main_first {
		width: 425px;
	}
}
@media only screen and (min-width: 480px) and (max-width: 766px) {
	.pointList-main {
		/*width: 480px;*/
		float: none;
		margin: 0;
	}
	.pointList-box {
		float: right;
		margin-left: 20px;
		margin-bottom: 10px;
	}
}
@media only screen and (max-width: 479px) {
	.pointList-main {
		float: none;
		margin: 0;
	}
	.pointList-box {
		float: none;
		margin-bottom: 20px;
	}
	.pointList > li {
		margin-bottom: 3em;
	}
}

.portfolio-grid_videos {
	width: 486px;
	float: right;
	overflow: hidden;
}
.wake-robin-white {
	margin: 30px 30px 50px 30px;
	width: 330px;
}
.retreats-details {
	float: left;
	width: 60%;
}
.retreats-details ul {
	font-size: 1.2em;
	line-height: 1.5em;
	color: #BBB;
	padding-left: .7em;
}
@media (max-width: 766px) {
	.retreats-details {
		width: 100%;
	}
}

.retreats-img {
	width: 35%;
	float: right;

	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.17);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.17);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.17);
}
.retreats-blocks {
	float: left;
	width: 60%;
	overflow: hidden;
	font-size: .9em;
	padding-bottom: 3em;
	/*margin-bottom: 3em;
	border-bottom: 1px dotted #555;*/
}
.retreats-blocks > div {
	float: left;
	width: 28%;
	min-height: 100px;
	border-left: 1px solid #555;
	padding: 0 2.5%;
}
.retreats-blocks .first {
	margin-left: 0;
}
.price-block {

}
.price-block h1 {
	font-size: 5em;
	line-height: 1em;
}
.price-block p {
}
.email-block h1 {
	font-size: 1.5em;
	line-height: 1em;
	margin-bottom: 1.3em;
}
.email-block p {

}

/*--------------------------------------------------
		    PORTFOLIO THUMBNAIL HOVER
---------------------------------------------------*/
.portfolio-grid .item-info-overlay {
	background-color: #dc4f49;
	color: #fff;
	font-size: 11px;
	position: absolute;
	right: 0;
	top: 0;
	padding: 20px;
	display: none;
}
.portfolio-grid_thirds .item-info-overlay {
	width: 276px;
	height: 165px;
}
.portfolio-grid_fourths .item-info-overlay {
	width:195px;
	height: 164px;
}
.portfolio-grid_fifths .item-info-overlay {
	width: 148px;
	height: 132px;
}
.portfolio-grid .item-info-overlay p {
	border-top: 1px dotted #fff;
	margin-top: 10px;
	padding-top: 10px;
	font-size: 13px;
}
.portfolio-grid a.preview, .portfolio-grid .view {
	position: absolute;
	bottom: 10px;
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-o-transition-duration: 0s;
	text-indent: -9999px;
	height: 30px;
	width: 30px;
}
.portfolio-grid .view {
	background: url(../images/sprite.png) no-repeat scroll 8px 10px #555;
	right: 10px;
}
.portfolio-grid .view:hover, .portfolio-grid .view:focus {
	background: url(../images/sprite.png) no-repeat scroll 8px -21px #555;
}
.portfolio-grid a.preview {
	background: url(../images/sprite.png) no-repeat scroll 9px -53px #555;
	right: 41px;
}
.portfolio-grid a.preview:hover, .portfolio-grid a.preview:focus {
	background: url(../images/sprite.png) no-repeat scroll 9px -86px #555;
}
/*--------------------------------------------------
		    PORTFOLIO FILTERABLE NAVIGATION
---------------------------------------------------*/
.filterable li {
	background: none;
	display: inline;
	float: left;
	margin:0 20px 5px 0;
}
.filterable li a {
	text-decoration: none;
	text-transform: uppercase;
	font-size:11px;
	font-weight: bold;
	line-height: 16px;
	color: #999;
	float: left;
	padding:0 6px;
}
.filterable li.current a, .filterable li a:hover, .filterable li a:focus {
	color: #fff;
	background-color: #dc4f49;
	-moz-border-radius: 20px;
	-webkit-border-radius:20px;
	border-radius:20px;
}
/*--------------------------------------------------
		    PORTFOLIO PAGE NAVIGATION
---------------------------------------------------*/
.page_navigation {
	padding-top: 15px;
	overflow: hidden;
}
.section-nav .page_navigation {
	padding: 0;
	margin: 0;
	border-top: none;
}
.page_navigation a {
	text-decoration: none;
	text-transform: uppercase;
	font-size:11px;
	font-weight: bold;
	line-height: 16px;
	color: #999;
	float: left;
	padding:0 5px;
	margin-right: 10px;
}
.page_navigation a.active_page, .page_navigation a:hover, .page_navigation a:focus {
	color: #fff;
	background-color: #dc4f49;
	-moz-border-radius: 20px;
	-webkit-border-radius:20px;
	border-radius:20px;
}
.page_navigation a.next_link:hover, .page_navigation a.next_link:focus,
.page_navigation a.previous_link:hover, .page_navigation a.previous_link:focus {
	background-color: #555;
}
.page_navigation a.next_link {
	margin-left: 10px;
}
/*--------------------------------------------------
			CONTACT
---------------------------------------------------*/
.contact-map{
	margin-bottom: 30px;
	width: 100%;
	height: 260px;
}
.form, .contact-success {
	padding: 5%;
	background-color: #2f2f2f;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.17);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.17);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.17);
	overflow: hidden;
}
.contact-success {
	background-color: #7fdc48;
	color: #fff;
	font-size: 12px;
}
.form ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.form  li {
	position: relative;
}
.form input, .form textarea {
	width: 85%;
	margin-bottom: 12px;
	position: relative;
	padding: 2%;
}
.form textarea {
	width: 96%;
	height: 150px;
}
.form input.submit {
	width: 110px;
}
.form  li p, .form input.submit {
	margin-bottom: 0;
}
.form em {
	color:#aaaaaa;
	display: inline;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
}
.form .contact-error {
	color: #EC5B43;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	position: absolute;
	top: 0;
	right: 60px;
}
.form-img {
	margin-left: 20px;
	width: 130px;
	display: block;
	padding-bottom: 15px;
}
.form-imgSmall {
	width: 120px;
	float: right;
}

.contact-info {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.caption {
	z-index: 500;
	position: absolute;
	bottom: 72px;
	left: 0;
	background: #dc4f49;
	background: url(../images/section-title-bg.jpg) no-repeat top center #830000;
	color: #FFF;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
	max-width: 910px;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-bottomright: 2px;
	-webkit-border-top-right-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	border-bottom-top-radius: 2px;
	border-bottom-right-radius: 2px;
}
.caption p {
	padding: 14px;
	font-size: 19px;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 0;
	font-family: 'Quattrocento Sans', Helvetica, Arial, sans-serif;
}

.sectionSlide {
	position: relative;
	z-index: -1;
}

@media only screen and (max-height: 766px) and (min-width:766px) {
	#header {
		margin-bottom: 16px;
	}
	.bookmarks {
		margin-bottom: 8px;
	}
}

@media only screen and (min-width: 766px) and (max-width: 959px) {
	#header {
		margin-bottom: 25px;
	}
	#wrapper { width: 748px; }
	.content-wrapper { width: 748px; }
	#header { width:100%; }
	#menu {
		float: left;
	}
	#menu ul li:nth-child(3) {
		margin-left: 0;
	}
	#menu .logo {
		display: none;
	}
	#menu.pinned { display:none; }
	.section-title.home { margin: 0 0 10px 0; }
	.section-title h1.title { font-size:58px; line-height: 60px; }
	.section-title.home h2 { font-size: 26px; }
	.portfolio-grid { width: 754px; }
	.portfolio-grid ul li img { float: left; }
	.portfolio-grid_thirds .item-info {  width: 205px; }
	.portfolio-grid_fourths .item-info {  width: 150px; }
	.portfolio-grid_fifths .item-info {  width: 120px; }
	.portfolio-grid_thirds ul li.item { width:245px; height:170px;}
	.portfolio-grid_thirds .item-info-overlay { width:205px; height:130px; }
	.portfolio-grid_fourths ul li.item { width:182px; height: 170px;}
	.portfolio-grid_fourths .item-info-overlay { width:142px; height:130px; }
	.portfolio-grid_fifths ul li.item { width:144px; height: 144px;}
	.portfolio-grid_fifths .item-info-overlay { width:104px; height:104px; }
	.one { width: 748px;margin-right: 0; }
	.one-half {	width:364px;margin-right:20px; }
	.two-third { width:496px;margin-right:20px; }
	.one-third  { width:232px;margin-right:21px; }
	.one-fourth { width:167px;	margin-right:20px; }
	#footer .one { width: 698px;margin-right: 0; }
	#footer .one-half {	width:339px;margin-right:20px; }
	#footer .two-third { width:469px;margin-right:20px; }
	#footer .one-third  { width:209px; margin-right:20px; }
	#footer .one-fourth { width:154px;	margin-right:20px; }
	.flickr_badge_image img { height: 37px;	width: 37px; }
	.flickr_badge_image { margin: 0 0 7px 7px; }
	.wedding-details ul {
		float: left;
		width: 60%;
	}
	.wake-robin-white {
		width: 290px;
	}
	.retreats-blocks {
		width: 100%;
	}
	.portfolio-grid_videos {
		width: 380px;
		float: right;
		overflow: hidden;
	}
}

@media only screen and (min-width: 480px) and (max-width: 766px) {
	.caption, .pagination { display: none; }
	#wrapper { width: 420px; }
	.content-wrapper { width: 420px; }
	#header {
		width:100%;
		margin-bottom: 30px;
	}
	#logo, #logo a { float: none; text-align: center; margin: 30px 0; }
	#menu.pinned { display:none; }
	#menu { float: none; margin: 0; text-align:center; }
	.bookmarks-inside { width: 400px; }
	.section-title { margin: 0; }
	.section-title.home { margin: 0 0 5px 0; }
	.section-title.home h2 { font-size: 24px; }
	.section-title h1.title { font-size:58px; line-height: 60px; }
	.section-title .title, .section-title .title a { font-size: 24px; }
	#footer-bottom { text-align: center; }
	#footer .trigger-footer { margin: 0; text-align: center; }
	.one, .one-half, .two-third, .one-third, .one-fourth, #footer .one, #footer .one-half, #footer .two-third, #footer .one-third, #footer .one-fourth { float:left; position:relative; width: 100%; margin-right: 0; margin-bottom: 25px; }
	.portfolio-grid { width: 100%;margin: 0 }
	.portfolio-grid ul li.item { width: 420px; height: 327px; margin: 0 0 6px 0; }
	.portfolio-grid_thirds ul li.item { height: 255px; }
	.portfolio-grid ul li img { float: left; }
	.portfolio-grid .item-info {  width: 390px; }
	.portfolio-grid .item-info-overlay { width:380px; height:287px; font-size:12px; }
	.portfolio-grid_thirds .item-info-overlay { height: 215px; }
	.wake-robin-white {
		float: right;
		width: 90%;
	}
	#fg_formContainer {
		width: 420px;
	}
	.retreats-blocks {
		width: 50%;
	}
	.retreats-blocks div {
		width: 100%;
		border-top: 1px dotted #333;
		padding: 3%;
	}
	.retreats-blocks .first {
		border-top: none;
	}
	.retreats-img {
		width: 45%;
	}
}

@media only screen and (max-width: 479px) {
	.caption, .pagination { display: none; }
	#wrapper { width: 300px; }
	.content-wrapper { width: 300px; }
	#header { width:100%; }
	#logo, #logo a { float: none; text-align: center; margin: 30px 0; }
	#menu.pinned { display:none; }
	#menu { float: none; margin: 0; text-align:center; }
	.bookmarks-inside { width: 280px;}
	.section-title { margin: 0; }
	.section-title.home { margin: 0 0 5px 0; }
	.section-title.home h2 { font-size: 20px; line-height: 1.5em }
	.section-title h1.title { font-size:58px; line-height: 60px; }
	.section-title .title, .section-title .title a { font-size: 24px; }
	#footer-bottom { text-align: center; }
	#footer .trigger-footer { margin: 0; text-align: center; }
	.one, .one-half, .two-third, .one-third, .one-fourth, #footer .one, #footer .one-half, #footer .two-third, #footer .one-third, #footer .one-fourth { float:left; position:relative; width: 100%;margin-right: 0; margin-bottom: 25px; }
	.portfolio-grid { width: 100%;margin: 0 }
	.portfolio-grid ul li.item { width: 300px; height:247px; margin: 0 0 6px 0; }
	.portfolio-grid ul li img { float: left; }
	.portfolio-grid .item-info {  width: 270px; }
	.portfolio-grid .item-info-overlay { width:260px; height:207px; font-size:12px; }
	.portfolio-grid_thirds ul li.item { height: 200px; }
	.portfolio-grid_thirds .item-info-overlay { height:160px; }
	.wake-robin-white {
		float: right;
		width: 90%;
	}

	#fg_formContainer {
		width: 300px;
	}
	#contactus #message {
		width: 220px;
	}
	.retreats-blocks {
		width: 75%;
	}
	.retreats-blocks div {
		width: 100%;
		border-top: 1px dotted #333;
		padding: 3%;
	}
	.retreats-blocks .first {
		border-top: none;
	}
	.retreats-img {
		width: 100%;
		margin-bottom: 1.5em;
	}
	.weather-alert {
		display: none;
	}

}

.fe_container {
	color: #fff !important;
}



/*--------------------------------------------------
		      	BOOK-NOW ELEMENT, HOMEPAGE
---------------------------------------------------*/
.bookNow {
	display: block;
	box-sizing: border-box;
	padding: 0;
	background: #2f2f2f;
	background: rgba(0,0,0,.6);
	text-align: center;
	font-family: 'Quattrocento Sans', Helvetica, Arial, sans-serif;
	position: absolute;
	top: 0; left: 0;
	z-index: 100;
	width: auto;
	text-align: center;
}
.bookNow-form {
	text-align: center;
}
.bookNow-field {
	display: inline-block;
	padding: 3px;
	vertical-align: middle;
	margin-right: 20px;
}
.bookNow-label {
	color: #eee;
	display: inline-block;
	margin-right: 5px;
}
.bookNow-input {
	padding: 0.5rem;
	width: 100px;
	border-color: #666;
	color: #eee;
}
.bookNow-submit {
	font-family: 'Quattrocento Sans', Helvetica, Arial, sans-serif;
	padding: 0.2rem 1.2rem;
	background-color: #830000;
	color: #ffffff;
	border: 0;
}
.bookNow-submit:hover {
	background-color: #ae0000;
	cursor: pointer;
}
.bookNow-features {
	display: table;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	color: #ffffff;
	font-family: 'Quattrocento Sans', Helvetica, Arial, sans-serif;
}
.bookNow-feature {
	display: table-cell;
	vertical-align: bottom;
	width: 50%;
	text-align: center;
}
.ui-datepicker {
	z-index: 1000 !important;
}

@media screen and (max-width:768px) {
	.bookNow, .bookNow-features {
		display: none;
	}
}

.bookingCta {
	display: inline-block;
	padding: 3px;
	vertical-align: middle;
	float: right;
	margin: .25rem;
}
.bookingCta-btn {
	border-radius: 2px;
	border: 0 !important;
	background-image: linear-gradient(#5a7247, #485b39);
	font-size: 22px;
	color: #FFF;
	font-family: 'Quattrocento Sans', Helvetica, Arial, sans-serif;
	padding: 0.2rem 1.2rem;
	text-transform: uppercase;
}
.bookingCta-btn:hover, .bookingCta-btn:focus {
	background-image: linear-gradient(#485b39, #5a7247);
	color: #FFF;
	cursor: pointer;
}
@media (max-width: 950px) {
	.bookingCta {
		float: none;
	}
}

.notice {
	position: absolute;
	z-index: 10;
	margin-top: -15px;
	margin-left: -3px;
}
.notice img {
	width: 286px;
}
@media (max-width: 950px) {
	.notice {
		top: 0;
		margin-top: 7px;
		margin-left: 0;
	}
	.notice img {
		width: 200px;
	}
}
@media (max-width: 768px) {
	.notice {
		position: relative;
	}
	.notice img {
		width: 250px;
	}
}

.boxNotice {
	background-color: #a8aaadf0;
	background-color: #615e5fe8;
	color: #FFF;
	position: absolute;
	bottom: 0;
	right: 2rem;
	/*padding: 1.5rem 4.5rem 2rem;*/
	padding: 1rem 4.5rem;
	text-align: center;
	text-shadow: 0 -1px 1px rgba(84, 86, 89, 0.94);
	box-shadow: 0px 0px 10px 2px #bcbcbc;
}
	.boxNotice h2 {
		font-weight: 700;
		font-size: 2.5em;
		margin-bottom: .5rem;
	}
	.boxNotice h3 {
		text-transform: uppercase;
		font-size: 2.25em;
		margin-bottom: .5rem;
		font-weight: 500;
	}
	.boxNotice-txt {
		font-size: 2em;
		font-weight: 500;
	}
@media (max-width: 950px) {
	.boxNotice {}
}
@media (max-width: 768px) {
	.boxNotice {
		position: initial;
		width: initial;
		padding: 1.5rem;
		font-size: .9em;
		margin-bottom: .5em;
		box-shadow: none;
	}
}

.booking {}
.booking .notice {
	display: none;
}
.booking .caption {
	display: none;
}
.booking .pagination {
	display: none;
}
.booking #home {
	margin-bottom: 0;
}
.booking #bookings {
	padding-top: 0;
	margin-bottom: 0;
}
.booking #contact {
	padding-top: 0;
}
@media (max-width: 950px) {
	.booking #bookings {
		padding-top: 120px;
	}
	.booking #contact {
		padding-top: 120px;
	}
}