.padding {
	padding: 0 10px;
}

hr.line {
	display: none;
}

/* FORM STYLES
-------------------------------------------------------------------------------------------------------------------*/

input[type=text],
input[type=email],
input[type=password],
input[type=date],
input[type=datetime],
textarea {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: inset 0 2px rgba(0,0,0,0.05);
	color: #505050!important;
	font-family: "PT Sans", Verdana, Geneva, sans-serif;
	font-size: 13px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	width: 96%;
}

textarea {
	color: #505050!important;
	font-family: "PT Sans", Verdana, Geneva, sans-serif;
	font-size: 13px;
	height: 100px;
	padding-left: 20px;
	padding-right: 20px;
	width: 96%;
}

input[type=date],
input[type=datetime] {
	background: #fff url(../images/calendar.png) no-repeat right center;
	cursor: pointer;
    color: #505050!important;
}

button.btn, a.button,
input[type=submit] {
	background: #bb941d; /* Old browsers */
	background: -moz-linear-gradient(top,  #bb941d 0%, #d0b563 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bb941d), color-stop(100%,#d0b563)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #bb941d 0%,#d0b563 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #bb941d 0%,#d0b563 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #bb941d 0%,#d0b563 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #bb941d 0%,#d0b563 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb941d', endColorstr='#d0b563',GradientType=0 ); /* IE6-9 */
	border: 1px solid #caae5a;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: "PT Sans", Verdana, Geneva, sans-serif;
	font-size: 14px;
	padding: 5px 40px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
	*zoom: 1;
}

button.btn:hover, a.button:hover,
input[type=submit]:hover {
	background: #bb941d; /* Old browsers */
	background: -moz-linear-gradient(top,  #bb941d 0%, #e0bd52 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bb941d), color-stop(100%,#e0bd52)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #bb941d 0%,#e0bd52 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #bb941d 0%,#e0bd52 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #bb941d 0%,#e0bd52 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #bb941d 0%,#e0bd52 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb941d', endColorstr='#e0bd52',GradientType=0 ); /* IE6-9 */
	text-decoration: none;
}


/* TABLES
-------------------------------------------------------------------------------------------------------------------*/

.horizontal-borders th,
.horizontal-borders td {
	border-left: 0;
	border-right: 0;
}

.no-borders th,
.no-borders td {
	border: 0;
}

/* BLOG
-------------------------------------------------------------------------------------------------------------------*/

h1.blogtitle-main {
	font-size:40px;
}

dat.blog-wrap {
    padding: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    color: #333;
    margin-right: auto;
    margin-left: auto;
}

.blog-wrap .entry {
	border-bottom: 1px solid #bdbdbd;
	padding-bottom: 30px;
	margin-top: 30px;
}

.blog-title {
	color: #b7903c;
	font-size: 30px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	line-height: 1;
	
}

.blog-title a {
	color: #b7903c;
	/*text-decoration: none;*/
	font-family:'PT Sans';
	font-weight:400;
	font-size:24px;
}

.blog-content {
	margin-bottom:10px;
	clear: both;
}

.num_comments {
	width: 100%;
	padding-bottom: 20px;
	clear: both;
}

.num_comments a {
	text-decoration: none;
}

.comment-line {
	font-size:13px;
    margin-bottom: 10px;
    float: left;
    border-bottom-color: #ddd;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    width: 100%;
}

.comment-date {
    color: #999;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-right: 10px;
    float: left;
}

.comment-name {
    width: auto;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-right: 0px;
    float: left;
    font-weight: bold;
}

.blog-comment {
	font-size:13px;
	padding-bottom: 20px;
}

.comment-form {
    width: 100%;
    margin-top: 25px;
    clear: both;
    margin-bottom: 50px;
}

.comments {
    padding-top: 50px;
    clear: both;
    padding-bottom: 25px;
}

.comments-off {
	background-color: #F4F2EB;
	border: 1px solid #ddd;
	padding: 5px 10px;
	border-radius: 4px;
	display: inline;
}

#blog-pagination {
    width: 250px;
    margin: 0px;
    clear: both;
    float: left;
    padding-left: 0px;
    padding-bottom: 30px;
    padding-right: 0px;
    padding-top: 30px;
}

#blog-pagination a {
    text-decoration: none;
    font-weight: bold;
    color: white;
    background-color: #999;
    font-size: 12px;
    padding: 7px;
    margin: 0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.add {
	font-size: 24px;
	font-family:'Junge';
	font-weight:400;
	color: #b7903c;
	margin-bottom:15px
}

.comment-label {
	font-size: 13px;
	color: #b7903c;
}

.share-buttons {
	margin-top: 20px;
	float: left;
}

#ph {
	display: none;
	visibility: hidden;
}

.blog-date {
	color: #aaa;
	padding: 10px 0px;
}

/* NAVIGATION
-------------------------------------------------------------------------------------------------------------------*/
#header {position: fixed;top: 0px;left: 0px;right: 0px;z-index: 999;max-width: 1200px;margin: 0px auto;}

/*.full {position: relative;}
.full:before, .full:after {
    bottom: 0;
    content: "";
    position: absolute;
    top: 0;
    width: 9999px;}
.full:before {right: 100%;}
.full:after {left: 100%;}*/
div.clear {clear: both;line-height: 0px;padding: 0px;margin: 0px;}

#header #logo {max-width: 240px;position: absolute;top: 0px;left: 0px;z-index: 999;
	background: #2f2f2f;
    border: 1px solid #2f2f2f;
    box-shadow: 0 0 5px rgba(0,0,0,0.2), inset 0 0 40px rgba(0,0,0,0.15);}
#header #logo img {display: block;max-width: 100%;}

/*.nav-bar {
	background:transparent;
	background: rgba(0,0,0,0.4);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);
	padding: 3px 0;
	position: absolute;
	top: 20px;
	width: 100%;
	z-index: 1000;
	zoom: 1;
}

.nav-inside {
	border-bottom: 1px solid rgba(255,255,255,0.1);
	border-top: 1px solid rgba(255,255,255,0.1);
	height: 40px;
	width: 100%;
}*/

div.top-navigation {background: rgba(0,0,0,0.4);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);
	position: absolute;top: 20px;left: -100%;right: -100%;}
div.top-navigation:after {position: absolute;content: '';width: 100%;height: 1px;background: rgba(255,255,255,0.1);top: 3px;left: 0px;right: 0px;}
div.top-navigation:before {position: absolute;content: '';width: 100%;height: 1px;background: rgba(255,255,255,0.1);bottom: 3px;left: 0px;right: 0px;}

nav.main {
	font-family: 'Cormorant Garamond', Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.2px;
    display: block;
	/*position: absolute;
	right: 0;*/
	text-transform: uppercase;
	/*top: 20px;
	z-index: 2000;*/
	/*background: rgba(0,0,0,0.4);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);
	border-bottom: 1px solid rgba(255,255,255,0.1);
	border-top: 1px solid #f00;*/
	/*margin: 20px 0px 0px 0px;
	height: 40px;
	padding: 3px 0px;*/
	max-width: 1200px;margin: 0px auto;position: relative;z-index: 999;
}

nav.main ul {
	float: right;
	margin: 0;
}

nav.main ul li {
	background: none;
	float: left;
	margin: 0 0 0 26px;
	padding: 0;
	position: relative;
}

nav.main ul li a {
	color: #fff;
	display: block;
	/*padding: 15px 0 0 2px;*/
	padding: 15px 0px 15px 2px;
	text-shadow: 0 1px 0 rgba(0,0,0,0.3);
}

nav.main ul li a:hover,
nav.main ul li.active a {
	color: #ebbf38;
	text-decoration: none;
}

.nav-trigger {
	/*background: rgba(0,0,0,0.05) url(../images/menu.gif) no-repeat 10px 10px;*/
	border: 0;
	border-radius: 3px;
	cursor: pointer;
	display: none;
	height: 35px;
	padding: 10px;
	position: absolute;
	/*left: 20px;*/
	text-indent: -9999px;
	/*top: 20px;*/
	width: 40px;
	z-index: 2000;
	/***/
	background: url(../images/menu.gif) no-repeat 10px 10px;
	float: right;
	left: 10px;
	top: 10px;
}

/* DROPDOWN NAVIGATION
-------------------------------------------------------------------------------------------------------------------*/

nav.main ul li ul {
	background: #c85858; /* Old browsers */
	border: 0;
	border-radius: 3px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
	display: none;
	left: -20px;
	position: absolute;
	top: 90%;
	width: 200px;
}

nav.main ul li ul li {
	margin: 0;
	width: 100%;
}

nav.main ul li ul li a,
nav.main ul li.active ul li a {
	border-bottom: 1px solid rgba(255,255,255,0.2);
	color: #fff;
	font-family: "PT Sans", Arial, Helvetica, sans-serif;
	padding: 10px 20px;
	text-transform: none;
}

nav.main ul li ul li.last a {
	border: 0;
}

nav.main ul li ul li a:hover,
nav.main ul li ul li.active a {
	background: rgba(0,0,0,0.1);
	color: #fff;
}

nav.main ul li ul li ul {
	left: 100%;
	top: 0%;
}

/* LOGO
-------------------------------------------------------------------------------------------------------------------*/

.logo {
    background:#2f2f2f;
	border:1px solid #2f2f2f;
	box-shadow: 0 0 5px rgba(0,0,0,0.2), inset 0 0 40px rgba(0,0,0,0.15);
	padding: 0;
	left: 0;
	position: absolute;
	text-align: center;
	top: 0px;
	width: 240px;
	z-index: 2000;
	line-height:0;
}

.logo h2 {
	color: #e6bd40;
	font-family: 'Tangerine';
	font-size: 62px;
	margin: -10px 0 -15px 0;
	text-shadow: 0 -1px 0 rgba(255,255,255,0.2);
	text-transform: lowercase;
}

.logo p {
	color: #dadada;
	font-size: 11px;
	margin: 0 0 10px 0;
}

.logo a {
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;.
	
	width: 240px;
}

/* REVIEWS
-------------------------------------------------------------------------------------------------------------------*/

.reviews {
	background: #222;
	box-shadow:inset 0 0 20px rgba(0,0,0,0.4);
	margin: -3px 0 0px;
	padding: 30px 0;
	text-align: center;
}

.reviews div {
	background: #222;
}

.reviews p {
	color:#fff;
}

.reviews blockquote {
	background: url(../images/review-left.png) no-repeat left top, url(../images/review-right.png) no-repeat right top;
	color: #e6bd40;
	display: block;
	font-family: "PT Serif", Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	margin: 0 20px;
	padding: 0 50px;
}

.customer-reviews h3 {
	font-family: "PT Serif", Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	margin-top: 0;
}

.customer-reviews .review {
	color: #222;
	font-family: "PT Serif", Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

.customer-reviews .stars {
	float: right;
	margin-left: 20px;
}

/* MENU TABLES
-------------------------------------------------------------------------------------------------------------------*/

.menu td {
	border: 0;
	border-bottom: 1px dotted #ddd;
	padding: 10px;
}

.menu span {
	color: #222;
	font-size: 13px;
	text-transform:uppercase;
	font-weight:bold;
}

.menu .price {
	color: #4d4d4d;
	font-size: 15px;
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
}

/* BLOG
-------------------------------------------------------------------------------------------------------------------*/

.post h2 {
	margin: 0;
}

.post h6 {
	margin-top: 0;
}

.paging a {
	display: inline-block;
	*zoom: 1;
}
.paging ul {
	margin: 0;
}

.paging li {
	background: none;
	display: inline;
	margin: 0;
	padding: 3px 10px;
}

.title {
	margin-bottom: 0;
}

.subtitle {
	margin-top: 0;
}

/* BLOG DROPDOWNS
-------------------------------------------------------------------------------------------------------------------*/

.blog-nav {
	float: right;
	margin-top: 5px;
}

.blog-nav li {
	background: none;
	float: left;
	margin: 0 0 0 20px;
	padding: 0;
	position: relative;
}

.blog-nav li a {
	background: url(../images/arrow-down.gif) no-repeat right center;
	display: block;
	padding: 10px 12px 10px 0;
}

.blog-nav li ul {
	background: #222; /* Old browsers */
	background: -moz-linear-gradient(top,  #1b1b1b 0%, #292929 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1b1b1b), color-stop(100%,#292929)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1b1b1b 0%,#292929 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1b1b1b 0%,#292929 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1b1b1b 0%,#292929 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #1b1b1b 0%,#2ba9a1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b1b1b', endColorstr='#292929',GradientType=0 ); /* IE6-9 */
	border: 0;
	border-radius: 3px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
	display: none;
	margin: 0;
	right: 0px;
	position: absolute;
	top: 90%;
	width: 200px;
	z-index: 1000;
}

.blog-nav li ul li {
	margin: 0;
	width: 100%;
}

.blog-nav li ul li a,
.blog-nav li.active ul li a {
	background: none;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	color: #d5ab2b;
	font-family: "PT Sans", Arial, Helvetica, sans-serif;
	padding: 10px 20px;
	text-transform: none;
}

.blog-nav li ul li.last a {
	border: 0;
}

.blog-nav li ul li a:hover {
	background: rgba(0,0,0,0.1);
	color: #fff;
	text-decoration: none;
}

/* VIDEO
-------------------------------------------------------------------------------------------------------------------*/

.js-video {
	height: 0;
	padding-top: 25px;
	padding-bottom: 67.5%;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
}

.js-video.widescreen {
	padding-bottom: 57.25%;
}

.js-video.vimeo {
	padding-top: 0;
}

.js-video embed, .js-video iframe, .js-video object, .js-video video {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}

/* GALLERY
-------------------------------------------------------------------------------------------------------------------*/

.gallery ul {
	margin: 0;
}

.gallery ul li {
	background: none;
	padding: 0;
}

.gallery img {
	margin-bottom: 7%;
}

/* ALERT MESSAGE
-------------------------------------------------------------------------------------------------------------------*/

.message {
	background: #f4f4f4;
	display: none;
	padding: 20px;
}

/* FOOTER
-------------------------------------------------------------------------------------------------------------------*/

footer {
	background: #222;
	box-shadow: inset 0 10px 10px rgba(0,0,0,0.4);
}

footer .row {
	margin-bottom: 0;
}

footer .footertext {
    font-family: 'Lato';
    text-transform: uppercase;
    font-size: 8px;
    letter-spacing: 0.8px;
    color: #fff;
}

footer p {
	color:#fff;
	font-size:13px;
    font-weight: 200;
}

footer a {
	color: #fff;
}

footer hr {
	display: none;
}

.credits {
	background: rgba(0,0,0,0.2);
	border-top: 1px solid rgba(255,255,255,0.1);
	padding: 20px 0;
	font-size:13px;
	color:#d5ab2b;
}

.prefooter {
	padding: 10px 0 30px;
}

.prefooter ul {
	margin: 0;
}

.prefooter li {
	background: none;
	color: #fff;
	margin: 0;
	padding: 0;
}

.prefooter li span {
	color: #999;
	display: inline-block;
	width: 90px;
	*zoom: 1;
}

/* SOCIAL NETWORKS
-------------------------------------------------------------------------------------------------------------------*/

.social-networks a {
	display: inline-block;
	height: 26px;
	margin-right: 5px;
	text-indent: -9999px;
	width: 26px;
	*zoom: 1;
}

.social-networks {
	margin: 1.5em 0;
}

.social-networks a.facebook {
	background: url(../images/icon-white-facebook.png) no-repeat left top;
}

.social-networks a.twitter {
	background: url(../images/icon-white-twitter.png) no-repeat left top;
}

.social-networks a.linkedin {
	background: url(../images/icon-white-linkedin.png) no-repeat left top;
}

.social-networks a.youtube {
	background: url(../images/icon-white-youtube.png) no-repeat left top;
}

.social-networks a.flickr {
	background: url(../images/icon-white-flickr.png) no-repeat left top;
}

/* FLICKR BADGE
-------------------------------------------------------------------------------------------------------------------*/

#flickr_badge_uber_wrapper {
	width:100%;
}

#flickr_badge_wrapper {
	padding:0;
}

.flickr_badge_image {
	display: inline-block;
	margin:0 10px 5px 0;
	width:20%;
	*zoom: 1;
}

.flickr_badge_image img {
	border: 0 !important;
	border-radius: 3px;
	height: auto;
	width: 100%;
}

/* =Modal
-----------------------------------------------------------------------------*/
.reveal-modal-bg {
	position: fixed;
	height: 100%;
	width: 100%;
	background: #000;
	background: rgba(0,0,0,.5);
	z-index: 100;
	display: none;
	top: 0;
	left: 0;
}

.reveal-modal {
	color:#B7903C;	
	visibility: hidden;
	top: 10%;
	left: 20%;
	right: 20%;
	/*margin-left: -300px;
	width: 520px;*/
	background: #eee url(../img/modal-gloss.png) no-repeat -200px -80px;
	position: absolute;
	z-index: 9999;
	padding: 30px 40px 34px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-box-shadow: 0 0 10px rgba(0,0,0,.4);
	}

.reveal-modal.small 		{ width: 200px; margin-left: -140px;}
.reveal-modal.medium 		{ width: 400px; margin-left: -240px;}
.reveal-modal.large 		{ width: 600px; margin-left: -340px;}
.reveal-modal.xlarge 		{ width: 800px; margin-left: -440px;}

.reveal-modal .close-reveal-modal {
	font-size: 22px;
	line-height: .5;
	position: absolute;
	top: 8px;
	right: 11px;
	color: #aaa;
	text-shadow: 0 -1px 1px rbga(0,0,0,.6);
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
}

#siteInfo {
	background: whiteSmoke;
}

ul.disc li {
	margin-bottom: 8px;
}

div.highlight {
	position: relative;
	z-index: 5;
}

.ie .reveal-modal-bg {
	filter: alpha(opacity='80');
	zoom: 1;
}

/* Banners
--------------------------------------------------------------*/
#banners {
    bottom: 4%;
    left: 10%;
    text-align: left;
    margin: 0 auto;
    width: 100%;
    position: fixed; /*absolute;*/
    z-index: 9999;
}

/* MOBILE STYLES
-------------------------------------------------------------------------------------------------------------------*/

@media (max-width: 767px) {
	
	body {
		/*min-width: 460px;*/
		overflow-x: hidden;
	}
	
	blockquote {
		font-size: 16px;
	}
	
	.logo {
		position: relative;
		text-align: center;
		width: 100%;
	}
	
	.logo h2,
	.logo p {
		margin-left: 20px;
	}
    
    .logo img { max-width:240px; }

	hr.line {
		background: none;
		border-top: 1px solid rgba(0,0,0,0.15);
		display: block;
		height: 0;
		margin: 30px 0;
	}
		
	/* Navigation
	--------------------------------------------------------------*/
	
	/*div.top-navigation {background: rgba(0,0,0,0.4);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);
	position: absolute;top: 20px;left: -100%;right: -100%;}
	div.top-navigation:after {position: absolute;content: '';width: 100%;height: 1px;background: rgba(255,255,255,0.1);top: 3px;left: 0px;right: 0px;}
	div.top-navigation:before {position: absolute;content: '';width: 100%;height: 1px;background: rgba(255,255,255,0.1);bottom: 3px;left: 0px;right: 0px;}*/

	#header {background: #2f2f2f;top: 0px;
		/*background: rgba(0,0,0,0.4);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);*/}
	#header:after {position: absolute;content: '';width: 100%;height: 1px;background: rgba(255,255,255,0.1);top: 3px;left: 0px;right: 0px;}
	#header:before {position: absolute;content: '';width: 100%;height: 1px;background: rgba(255,255,255,0.1);bottom: 3px;left: 0px;right: 0px;}

	div.top-navigation {background: none;/*position: relative;*/top: 0px;left: 0px;right: 0px;/*float: right;*/width: 100%;}
	div.top-navigation:after {display: none;}
	div.top-navigation:before {display: none;}

	#header #logo {position: relative !important;/*float: left;max-width: 200px;margin: -15px 0px -20px 0px;*/display: block;margin: 0px auto;text-align: center;overflow: hidden;height: 125px;
		background: none;
	    border: 0px;
	    box-shadow: 0 0 0 rgba(0,0,0,0.2), inset 0 0 0 rgba(0,0,0,0.15);}
	#header #logo img {margin: -20px 0px 0px 0px;}


	nav.main {
		background: #222;
		box-shadow:inset 0 0 20px rgba(0,0,0,0.4);
		display:none;
		left: 0;
		padding: 20px 0;
		/*position: relative;
		top: 0;*/
		width: 100%;
		position: absolute;
		/*top: 105px;*/
		top: 125px;
	}
	
	nav.main ul {
		float: none;
	}
	
	nav.main ul li {
		float: none;
		margin: 0;
	}
	
	nav.main ul li a {
		padding: 5px 20px;
	}

	.nav-trigger {
		display: block;
	}
		
		#fwslider {margin: 125px 0px 0px 00px;}
	/* Dropdown Navigation
	--------------------------------------------------------------*/
	
	nav.main ul li ul {
		background: none;
		border: 0;
		border-radius: 0;
		box-shadow: none;
		display: block;
		left: 0;
		margin-left: 20px;
		position: relative;
		top: 0;
	}
	
	nav.main ul li ul li a {
		border: 0;
		color: #2fbbb2;
	}
	
	nav.main ul li ul li a:hover {
		background: none;
		color: #d5ab2b;
	}
	
	nav.main ul li ul li ul {
		left: 0;
		top: 0;
	}
		
	/* Menu Tables
	--------------------------------------------------------------*/
	
	.menu span {
		display: block;
		width: 100%;
	}
	
	.customer-reviews .span2 {
		text-align: center;
	}

	/* BLOG
	-------------------------------------------------------------------------------------------------------------------*/
	
	.post,
	.paging,
	.paging .right {
		text-align: center;
	}
	
	form .row {
		margin: 0;
	}
	
	/* Footer
	--------------------------------------------------------------*/
	
	footer {
		text-align:center;
	}
	
	footer hr {
		background: none;
		border-top: 1px solid rgba(255,255,255,0.1);
		display: block;
		height: 0;
		margin: 20px 0;
	}
    
    footer .footertext {
        font-size:8px;
    }

    .gallery img {margin: 10px 0px;}
    .span2 {display: none;}
    .album {padding: 0px 15px 0px 0px !important;}

}



/* width : 450px ----------- */
@media only screen and (max-width : 450px),
only screen and (max-device-width : 450px){

	#header {top: 0px;}
	blockquote {background-size: 20px;margin: 0px;padding: 0px 20px;}
	.span8 h1 {margin: 0px 0px 5px 0px;}
}


/* width : 360px ----------- */
@media only screen and (max-width : 360px),
only screen and (max-device-width : 360px){

	#header #logo {max-width: 180px;float: right;height: 90px;}
	nav.main {top: 90px;}
	#fwslider {margin: 90px 0px 0px 0px;}
}