/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */

/* #Page Styles
================================================== */

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {

.header {
	min-height: 214px;
}
.layer {
	max-height: 214px;
}
#logo {
    margin: 45px 10px 0 0;
}
#topfoto {
    max-height: 215px;
}
#topfoto img {
    height: 174px;
    margin-top: 40px;
}
#topmenu {
    background-color: #A39161;
    border-bottom: 1px solid #FFFFFF;
    height: 40px;
    left: 0;
    margin: 0 10px;
    right: 0;
    top: 0;
    width: auto;
    z-index: 12;
}	
ul#menu-top-menu {
	margin-bottom: 0;
}
#topmenu li {
    float: left;
    margin: 10px 14px;
}
.responsiveSelectContainer select.responsiveMenuSelect {
    background: none repeat scroll 0 0 #9F0228;
    border: 0;
	 -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0px 3px 3px rgba(0, 0, 0, 0.2);
	box-shadow:         0px 3px 3px rgba(0, 0, 0, 0.2);
    color: #FFFFFF;
	 font-weight: bold;
    padding: 10px 0;
}

}


	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
.header {
	background: none repeat scroll 0 0 transparent;
}
.layer {
	display: none;
}
#logo {
    text-align: center;	 
}
#topfoto {
    display: none;
}
#topmenu {
	border-left: 1px solid #FFFFFF;
	-webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0px 3px 3px rgba(0, 0, 0, 0.2);
	box-shadow:         0px 3px 3px rgba(0, 0, 0, 0.2);
    margin: 0;
}
		
a.fb {
    margin: 5px 0 -40px;
    position: relative;
    z-index: 99;
}
a.insta {
    margin: 5px 10px 0 0;
    position: relative;
    z-index: 99;
}
		
#left {
    margin-right: 20px;
}
.qts_widget {
	margin: 0 10px;
    position: absolute;
    right: 0;
    top: 54px;
    z-index: 20;
}
.box {
	margin-left: 24px;
}
.ftext {
	border-bottom: 1px solid #A39161;
}
.gform_wrapper .left_label .gfield_label {
    float: inherit !important;
    width: 100% !important;
}
.gform_wrapper .right_label input.medium, .gform_wrapper .right_label select.medium, .gform_wrapper .left_label input.medium, .gform_wrapper .left_label select.medium {
    width: 63% !important;
}
.gform_wrapper .right_label .gfield_description, .gform_wrapper .left_label .gfield_description, .gform_wrapper .left_label .instruction, .gform_wrapper .right_label .instruction {
	margin-left: 0 !important;
}
.gform_wrapper .gform_footer.right_label, .gform_wrapper .gform_footer.left_label {
	padding: 16px 0 10px 14px !important
}
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {

#topmenu{
	border-bottom: medium none;
}
#topmenu li {
    font-size: 0.85em;
    margin: 10px 6px;
}
#logo img {
	max-width: 260px;
}
.box {
	margin-left: 14px;
}
}



/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/