/* Clearfix */
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
 *zoom: 1;
}
/* Hide Show Styles */
.mobile_hide {
	display: inline;
	visibility: inherit;
}
.mobile_show {
	display: none;
	visibility: hidden;
}
.ipad_show {
	display: none;
	visibility: hidden;
}
/* Basic Styles */
body {
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	font-size: 100%;
}
#wrapper {
	width: 100%;
	margin: 0 auto;
}
#super-header {
	background-color: #E6E6E6;
	height: 50px;
}
#header-logo {
	width: 35%;
	padding-bottom: 0;
	padding-top: 20px;
}
/*EXPANDER STYLES*/
.content {
	display: none;
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
}
.content-interior {
	width: 100%;
	max-width: 600px;
	padding: 1.0em 0 1.0em 0;
}
.container, .expander.expanded {
	padding-right: 18px;
}
.container, .expander.collapsed {
	padding-right: 18px;
}
/*FOOTER STYLES*/
footer {
	background-color: #494949;
}
/*TEXT STYLES*/
h1, h2, h3, h4, h5, h6, p, input, textarea, select {
	color: #837f7f;
	margin-top: 0;
}
h1 {
	font-family: 'Playfair Display', serif;
	font-size: 2.0em;
	line-height: 120%;
	margin-bottom: 0.3em;
	font-weight: 900;
}
h2 {
	font-family: 'Playfair Display', serif;
	font-size: 1.8em;
	line-height: 130%;
	margin-bottom: 0.3em;
	color: #d5e707;
	font-weight: 400;
}
h3 {
	font-family: 'Playfair Display', serif;
	font-size: 1.4em;
	line-height: 140%;
	margin-bottom: 0.3em;
	font-weight: 400;
}
h4 {
	font-family: 'Playfair Display', serif;
	font-size: 1.3em;
	color: #d5e707;
	line-height: 140%;
	margin-bottom: 0.3em;
	font-weight: 400;
}
h5 {
	font-family: 'Playfair Display', serif;
	font-size: 0.8em;
	line-height: 150%;
	margin-bottom: 0.3em;
	font-weight: 400;
}
p {
	font-family: 'Raleway', sans-serif;
	color: #666;
	font-size: 1.0em;
	line-height: 150%;
	font-weight: 400;
	margin: 0 0 1.2em 0;
	font-weight: 300;
}
a {
	color: #d5e707;
	text-decoration: none;
	outline: none;
}
footer a {
	color: #FFFFFF;
}
a:hover {
	color: #a3b00a;
	outline: none;
}
strong {
	font-weight: 700;
}
em {
	font-family: 'Playfair Display', serif;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	font-style: italic;
}
.grey {
	color: #837f7f;
}
.ltgrey {
	color: #CCC;
}
.white {
	color: #FFF;
}
.green {
	color: #d5e707;
}
.error {
	color: #900;
}
.footersig {
	text-align: right;
}
.footernav {
	text-align: left;
}
footer i {
	padding-right: 10px;
}
.social-icons a {
	color:#8C8C8C !important;
}
.social-icons a:hover {
	color:#d5e707 !important;
}

/*IMAGE STYLES*/
.img-thumb {
	padding-bottom: 10px
}
.img-main {
	padding-right: 20px;
	width: 100%;
	max-width: 612px;
}
/*BUTTON STYLES*/
.submit-button, .submit-button input[type='submit'] {
	display: inline-block;
	min-width: 100px;
	text-align: center;
	padding-top: 0.2em;
	padding-left: 0.4em;
	padding-bottom: 0.2em;
	padding-right: 0.4em;
	border: thin;
	border: #d5e707;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-style: solid;
	background-color: #d5e707;
	font-family: 'Raleway', sans-serif;
	font-size: 1.0em;
	color: #FFF;
	font-weight: 700;
}
.submit-button a:hover, input[type='submit']:hover {
	display: inline-block;
	min-width: 100px;
	text-align: center;
	padding-top: 0.2em;
	padding-left: 0.4em;
	padding-bottom: 0.2em;
	padding-right: 0.4em;
	border: thin;
	border: #a3b00a;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-style: solid;
	background-color: #a3b00a;
	font-family: 'Raleway', sans-serif;
	font-size: 1.0em;
	color: #FFF;
	font-weight: 700;
}
.sm-button a, .sm-button input[type='submit'] {
	display: inline-block;
	min-width: 100px;
	text-align: center;
	padding-top: 0.1em;
	padding-left: 0.2em;
	padding-bottom: 0.1em;
	padding-right: 0.2em;
	border: thin;
	border: #8D8D8D;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-style: solid;
	background-color: #8D8D8D;
	font-family: 'Raleway', sans-serif;
	font-size: 0.7em;
	color: #FFF;
	font-weight: 700;
}
.sm-button a:hover, .sm-button input[type='submit']:hover {
	display: inline-block;
	min-width: 100px;
	text-align: center;
	padding-top: 0.1em;
	padding-left: 0.2em;
	padding-bottom: 0.1em;
	padding-right: 0.2em;
	border: thin;
	border: #606060;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-style: solid;
	background-color: #606060;
	font-family: 'Raleway', sans-serif;
	font-size: 0.7em;
	color: #FFF;
	font-weight: 700;
}
.button a, .button input[type='submit'] {
	display: inline-block;
	min-width: 100px;
	text-align: center;
	padding-top: 0.2em;
	padding-left: 0.4em;
	padding-bottom: 0.2em;
	padding-right: 0.4em;
	border: thin;
	border: #d5e707;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-style: solid;
	background-color: #d5e707;
	font-family: 'Raleway', sans-serif;
	font-size: 1.0em;
	color: #FFF;
	font-weight: 700;
	-o-transition: color .1s ease-out, background .3s ease-in;
	-ms-transition: color .1s ease-out, background .3s ease-in;
	-moz-transition: color .1s ease-out, background .3s ease-in;
	-webkit-transition: color .1s ease-out, background .3s ease-in;
	transition: color .1s ease-out, background .3s ease-in;
}
.button a:hover, .button input[type='submit']:hover {
	display: inline-block;
	min-width: 100px;
	text-align: center;
	padding-top: 0.2em;
	padding-left: 0.4em;
	padding-bottom: 0.2em;
	padding-right: 0.4em;
	border: thin;
	border: #a3b00a;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-style: solid;
	background-color: #a3b00a;
	font-family: 'Raleway', sans-serif;
	font-size: 1.0em;
	color: #FFF;
	font-weight: 700;
}
.alert-box {
	margin: 20px 0 20px 0;
}
.success {
	color: #3c763d;
	display: none;
}
/*CONTACT FORM*/
#form input[type="text"], #form input[type="email"], #form input[type="tel"], #form input[type="url"], #form textarea {
	width: 90%;
	box-shadow: inset 0 1px 2px #DDD, 0 1px 0 #FFF;
	-webkit-box-shadow: inset 0 1px 2px #DDD, 0 1px 0 #FFF;
	-moz-box-shadow: inset 0 1px 2px #DDD, 0 1px 0 #FFF;
	border: 1px solid #CCC;
	background: #FFF;
	margin: 0 0 5px;
	padding: 10px;
	border-radius: 5px;
}
#form input[type="text"]:hover, #form input[type="email"]:hover, #form input[type="tel"]:hover, #form input[type="url"]:hover, #form textarea:hover {
	-webkit-transition: border-color 0.3s ease-in-out;
	-moz-transition: border-color 0.3s ease-in-out;
	transition: border-color 0.3s ease-in-out;
	border: 1px solid #AAA;
}
#form textarea {
	height: 100px;
	max-width: 90%;
}
/* HONEYPOT */
#additional_info {
	display: none;
}

/*Styles for screen 1000px and lower*/
@media screen and (max-width: 1000px) {
/*Basic Styles*/

.ipad_show {
	display: inherit;
	visibility: inherit;
}
}

/*Styles for screen 767px and lower*/
@media screen and (max-width: 767px) {
#header-logo {
	width: 60%;
	padding-bottom: 10px;
}
/*IMAGE STYLES*/
.img-main {
	padding-right: 0;
	width: 100%;
}
/*Basic Styles*/

.footersig {
	text-align: center;
}
.footernav {
	text-align: center;
}
}

/*Styles for screen 480px and lower*/
@media only screen and (max-width : 480px) {
#header-logo {
	width: 98%;
	padding-bottom: 0;
}
/* Hide Show Styles */
.mobile_hide {
	display: none;
	visibility: none;
}
.mobile_show {
	display: inherit;
	visibility: inherit;
}
/*Basic Styles*/
body {
	font-size: 80%;
	text-align: center;
}
}

/*Smartphone*/
@media only screen and (max-width : 320px) {
/*Basic Styles*/


}
