@charset "UTF-8";
.clearfix {
	width: 100%;
	height: auto;
	clear: both;
}
.accordion {
	display: none;
}
.yellow {
	color: #FFEAC1;
	font-weight: bold;
}
hr {
	clear: both;
	border-top: 1px solid #EFEFEF;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 40px;
	margin-bottom: 40px;
	display: block;
}
#container .mobi {
	display: none;
}
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/arch/page-background.jpg);
	background-position: left 90px;
	width: 100%;
	height: 100%;
	min-height: 1000px;
	background-repeat: no-repeat;
	background-size: 30% auto;
	background-color: #F2EEE5;
	background-attachment: fixed;
}
#container {
	height: auto;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	min-height: 400px;
	display: block;
}
#navWrapper {
	width: 100%;
	height: 70px;
	background-repeat: repeat;
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: #392320;
	z-index: 5000;
	padding-bottom: 20px;
}
#nav {
    z-index: 2000;
    animation-delay: 2.0s;
    -moz-animation-delay: 2.0s;
    -webkit-animation-delay: 2.0s;
    color: #FFFFFF;
    width: 100%;
    height: auto;
	max-width: 999px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
}
#nav ul {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    list-style-image: none;
    list-style-type: none;
    width: 100%;
    height: auto;
}
#nav ul li {
    display: inline-block;
}
/* Main Navigation Text. */

#nav ul li a {
    text-decoration: none;
    cursor: pointer;
    color: #F2EEE5;
    font-size: 13px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 500;
    text-align: center;
    padding-right: 30px;
    padding-left: 30px;
    height: auto;
    width: auto;
    transition: 1s color; /*animates for 1 second*/
    -moz-transition: 1s color; /*For Firefox < 16.0*/
    -webkit-transition: 1s color; /*For WebKit (Chrome, Safari)*/
    padding-top: 5px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    display: block;
    float: left;
}
#nav ul li a:hover {
    text-decoration: none;
    cursor: pointer;
    color: #CD4F45;
    font-size: 13px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 500;
    text-align: center;
    padding-right: 30px;
    padding-left: 30px;
    height: auto;
    width: auto;
    transition: 1s color; /*animates for 1 second*/
    -moz-transition: 1s color; /*For Firefox < 16.0*/
    -webkit-transition: 1s color; /*For WebKit (Chrome, Safari)*/
    padding-top: 5px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}
#nav ul li a:selected {
	text-decoration: none;
	cursor: pointer;
	color: #CD4F45;
	font-size: 13px;
	font-family: "proxima-nova", sans-serif;
	font-weight: 500;
	text-align: center;
    padding-right: 30px;
    padding-left: 30px;
	height: auto;
	width: auto;
	transition: 1s color; /*animates for 1 second*/
	-moz-transition: 1s color; /*For Firefox < 16.0*/
	-webkit-transition: 1s color; /*For WebKit (Chrome, Safari)*/
	padding-top: 5px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}
/* Dropdown Navigation Text. */


#headerWrapper {
	clear: both;
	height: auto;
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	display: block;
	z-index: 100;
	padding-top: 120px;
	background-repeat: no-repeat;
	background-position: center center;
}
#header {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 999px;
	position: relative;
	z-index: 100;
	color: #CD4F45;
	font-size: 16px;
	font-family: "proxima-nova", sans-serif;
	text-align: center;
	line-height: 22px;
	background-position: center 50px;
	background-repeat: no-repeat;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}
#header img {
	width: 300px;
	height: auto;
	line-height: normal;
	margin-bottom: -10px;
}
#left #stores {
}
#header h2 {
	color: #040404;
	font-size: 24px;
	line-height: 28px;
	font-weight: 100;
	margin-bottom: -10px;
	background-color: undefined;
	letter-spacing: 0em;
	text-transform: capitalize;
	font-family: "proxima-nova", sans-serif;
}
#feature {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 100;
	height: auto;
	max-width: 999px;
}
#feature img {
	width: 100%;
	height: auto;
	margin-bottom: -5px;
}
#content {
	margin-right: auto;
	margin-left: auto;
	width: 50%;
	text-decoration: none;
	position: relative;
	clear: both;
	height: auto;
	max-width: 999px;
	background-repeat: repeat;
	display: block;
	color: #404040;
	padding-left: 40px;
	padding-top: 30px;
	padding-right: 40px;
	padding-bottom: 30px;
	margin-bottom: -20px;
	border-radius: 40px;
	font-family: "proxima-nova", sans-serif;
	font-size: 15px;
	line-height: 1.3em;
	background-color: #FFFFFF;
}
#content a:link {
	color: #CD4F45;
	text-decoration: none;
}
#content a:visited {
	color: #CD4F45;
	text-decoration: none;
}
#content a:active {
	color: #CD4F45;
	text-decoration: none;
}
#content a:hover {
	color: #404040;
	text-decoration: none;
}
#content h2 {
	text-align: left;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-weight: 300;
	font-style: italic;
	font-size: 36px;
	line-height: 1.3em;
	color: #74332E;
	text-transform: capitalize;
	margin-bottom: -10px;
}
#content h3 {
	text-align: left;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-weight: 300;
	font-style: italic;
	font-size: 24px;
	line-height: 1.3em;
}
#content h4 {
	text-align: center;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-weight: 300;
	font-size: 20px;
	line-height: 1.3em;
}
#subContent {
	margin-right: auto;
	margin-left: auto;
	width: 90%;
	text-decoration: none;
	position: relative;
	clear: both;
	height: auto;
	max-width: 999px;
	background-repeat: repeat;
	display: block;
	color: #404040;
	padding-left: 5%;
	padding-top: 30px;
	padding-right: 5%;
	padding-bottom: 30px;
	margin-bottom: -20px;
	border-radius: 40px;
	font-family: "proxima-nova", sans-serif;
	font-size: 15px;
	line-height: 1.3em;
	background-color: #FFFFFF;
}
#subContent a:link {
	color: #74332E;
	text-decoration: none;
}
#subContent a:visited {
	color: #74332E;
	text-decoration: none;
}
#content a:active {
	color: #74332E;
	text-decoration: none;
}
#subContent a:hover {
	color: #404040;
	text-decoration: none;
}
#subContent h2 {
	text-align: left;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-weight: 300;
	font-style: italic;
	font-size: 36px;
	line-height: 1.3em;
	color: #74332E;
	text-transform: capitalize;
	margin-bottom: -10px;
}
#subContent h3 {
	text-align: left;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-weight: 500;
	font-style: italic;
	font-size: 24px;
	line-height: 1.3em;
	margin-bottom: 20px;
}
#subContent h4 {
	text-align: center;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-weight: 300;
	font-size: 20px;
	line-height: 1.3em;
}
#left {
	float: left;
	width: 30%;
	position: relative;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 2%;
	height: auto;
	display: block;
	text-align: center;
}
#left img {
	width: auto;
	height: auto;
	max-width: 100%;
}
.cat_button {
	width: 80%;
	height: auto;
	display: block;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	color: #FFFFFF !important;
	font-size: 15px;
	font-family: "proxima-nova", sans-serif;
	font-weight: 500;
	margin-bottom: 50px;
	transition: 1s background-image; /*animates for 1 second*/
	-moz-transition: 1s background-image; /*For Firefox < 16.0*/
	-webkit-transition: 1s background-image;
	background-position: left center;
	background-repeat: no-repeat;
	clear: both;
	float: none;
	border-radius: 10px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	max-width: 300px;
	background-color: #CD4F45;
	border: none !important;
	
}
#left .button ul li a {
	width: 80%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	color: #FFFFFF !important;
	font-size: 15px;
	font-family: "proxima-nova", sans-serif;
	font-weight: 500;
	margin-bottom: 50px;
	transition: 1s background-image; /*animates for 1 second*/
	-moz-transition: 1s background-image; /*For Firefox < 16.0*/
	-webkit-transition: 1s background-image;
	background-position: left center;
	background-repeat: no-repeat;
	clear: both;
	float: none;
	border-radius: 10px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	max-width: 300px;
	background-color: #CD4F45;
}
#right {
	float: left;
	width: 55%;
	position: relative;
	padding-top: 30px;
	padding-right: 5%;
	padding-bottom: 40px;
	padding-left: 2%;
	display: block;
	z-index: 1000;
	margin-right: 5%;
	min-height: 300px;
	height: auto;
}
#right img {
	width: auto;
	height: auto;
	max-width: 100%;
}
#right h2 {
	text-align: left;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-weight: 300;
	font-style: italic;
	font-size: 36px;
	line-height: 1.3em;
	color: #74332E;
	text-transform: capitalize;
	margin-bottom: -0px;
	border-bottom: 1px solid #EFEFEF;
}
#right h3 {
	text-align: left;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-weight: 500;
	font-style: italic;
	font-size: 24px;
	line-height: 1.3em;
	color: #74332E;
}
#order {
	width: 240px;
	height: auto;
	float: left;
	padding-right: 40px;
	margin-bottom: 50px;
	margin-top: 25px;
}
#thebook {
	padding-bottom: 40px;
}
#stores {
	width: 100%;
	height: auto;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#stores ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-image: none;
	list-style-type: none;
}
#stores ul li {
	display: inline;
}
#stores ul li a {
	width: 29%;
	height: auto;
	float: left;
	margin-left: 2%;
	margin-top: 2%;
	margin-right: 2%;
	margin-bottom: 2%;
	border-radius: 20px;
	overflow-y: hidden;
	overflow-x: hidden;
}
#stores ul li a img {
	border-radius: 200px;
	width: 100%;
	height: auto;
}
#left #stores ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-image: none;
	list-style-type: none;
}
#left #stores ul li {
	display: inline;
}
#left #stores ul li a {
	width: 60%;
	height: auto;
	margin-left: 20%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	border-radius: 20px;
	overflow-y: hidden;
	overflow-x: hidden;
	clear: both;
}
#left #stores ul li a img {
	border-radius: 200px;
	width: 100%;
	height: auto;
}
#left #tour  {
	margin-top: 20px;
	display: block;
	width: auto;
	height: auto;
	padding-top: 10px;
}
#left #tour h2 {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 40px;
	border-bottom: 1px solid #EFEFEF;
	border-top: 1px solid #EFEFEF;
	padding-top: 10px;
	padding-bottom: 10px;
}
#left #tour h3 {
	text-align: center;
	margin-top: 0px;
	margin-bottom: -10px;
}
#carole {
	width: 420px;
	height: auto;
	float: left;
	position: relative;
	left: -150px;
	margin-right: -150px;
	margin-top: 50px;
	padding-bottom: 20px;
}
#reviews {
}
#reviews ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-image: none;
	list-style-type: none;
}
#reviews ul li {
	display: block;
	padding-bottom: 20px;
	margin-bottom: 20px;
	width: auto;
	height: auto;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-style: italic;
	font-size: 22px;
	line-height: 1.3em;
	border-bottom: 1px solid #EFEFEF;
}
#reviews ul li .reviewer {
	text-align: left;
	font-size: 15px;
	font-family: "proxima-nova", sans-serif;
	font-weight: 500;
	color: #74332E;
	font-style: normal;
	line-height: 1.3em;
}
.footnote {
	color: #CFCFCF;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	font-size: 13px;
	line-height: 17px;
	font-style: normal;
	width: auto;
	height: auto;
	float: none;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
.button a {
    width: 80%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    color: #FFFFFF !important;
    font-size: 15px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 500;
    margin-bottom: 50px;
    transition: 1s background-color;
    -moz-transition: 1s background-color;
    -webkit-transition: 1s background-color;
    background-position: left center;
    background-repeat: no-repeat;
    clear: both;
    float: none;
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    max-width: 300px;
    background-color: #CD4F45;
}
.button a:hover {
    transition: 1s background-color;
    -moz-transition: 1s background-color;
    -webkit-transition: 1s background-color;
    background-color: #555555;
    color: #F1EDE5;
    border-radius: 5px;
}
.button a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.button a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.button a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.button a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#prefaceWrapper {
	width: 80%;
	height: auto;
	max-width: 1190px;
	margin-left: auto;
	margin-right: auto;
	color: #FFFFFF;
	padding-left: 5%;
	padding-top: 70px;
	padding-right: 5%;
	padding-bottom: 30px;
	font-family: "proxima-nova", sans-serif;
	font-size: 15px;
	line-height: 20px;
	display: block;
	margin-bottom: -20px;
	background-repeat: repeat;
	border-radius: 40px;
	background-color: #CD4F45;
	font-weight: 500;
}
#preface a:link {
	color: #F3B1AB;
	text-decoration: none;
}
#preface a:visited {
	color: #F3B1AB;
	text-decoration: none;
}
#preface a:active {
	color: #F3B1AB;
	text-decoration: none;
}
#preface a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#preface img {
	max-width: 300px;
	width: 100%;
	height: auto;
	position: relative;
	float: none;
}
#preface .left {
	width: 40%;
	float: left;
	height: auto;
	text-align: center;
	margin-right: 0px;
	position: relative;
	padding-right: 5%;
}
#preface .left img {
	width: 100%;
	height: auto;
}
#preface .right {
	width: 50%;
	float: left;
	height: auto;
	padding-right: 5%;
}
#preface .right h2 {
	text-align: left;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-weight: 300;
	font-style: italic;
	font-size: 50px;
	line-height: 1.3em;
	color: #FFFFFF;
	text-transform: capitalize;
	margin-bottom: -10px;
}
#homeReview {
	width: 90%;
	height: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-right: 5%;
	padding-bottom: 40px;
	padding-left: 5%;
	margin-right: auto;
	margin-bottom: -20px;
	border-radius: 20px;
	max-width: 600px;
}
#homeReview a:link {
	color: #CD4F45;
	text-decoration: none !important;
	font-weight: 600;
}
#homeReview a:visited {
	color: #CD4F45;
	text-decoration: none;
	font-weight: 600;
}
#homeReview a:active {
	color: #CD4F45;
	text-decoration: none;
	font-weight: 600;
}
#homeReview a:hover {
	color: #404040;
	text-decoration: none;
	font-weight: 600;
}
#homeReview #reviews ul li {
	display: block;
	padding-bottom: 20px;
	margin-bottom: 20px;
	width: auto;
	height: auto;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-style: italic;
	font-size: 22px;
	line-height: 1.3em;
	border-bottom-style: none;
	text-align: center;
}
#homeReview #reviews ul li .reviewer {
	text-align: center;
	font-size: 15px;
	font-family: "proxima-nova", sans-serif;
	font-weight: 500;
	color: #74332E;
	font-style: normal;
	line-height: 1.3em;
}
#homeBlog {
	margin-right: auto;
	margin-left: auto;
	width: 80%;
	text-decoration: none;
	position: relative;
	clear: both;
	height: auto;
	max-width: 978px;
	background-repeat: repeat;
	display: block;
	color: #CACACA;
	padding-left: 5%;
	padding-top: 30px;
	padding-right: 5%;
	padding-bottom: 0px;
	margin-bottom: -20px;
	text-align: left;
	border-radius: 40px;
	font-family: "proxima-nova", sans-serif;
	font-size: 15px;
	line-height: 1.3em;
	background-color: #392320;
}
#homeBlog img {
	width: 250px;
	height: auto;
	float: left;
	padding-right: 30px;
	padding-bottom: 150px;
	padding-top: 0px;
	margin-top: -15px !important;
}
#homeBlog a:link {
	color: #F2EEE5;
	text-decoration: none;
	transition: 1s color; /*animates for 1 second*/
	-moz-transition: 1s color; /*For Firefox < 16.0*/
	-webkit-transition: 1s color; /*For WebKit (Chrome, Safari)*/
}
#homeBlog a:visited {
	color: #F2EEE5;
	text-decoration: none;
	transition: 1s color; /*animates for 1 second*/
	-moz-transition: 1s color; /*For Firefox < 16.0*/
	-webkit-transition: 1s color; /*For WebKit (Chrome, Safari)*/
}
#homeBlog a:active {
	color: #F2EEE5;
	text-decoration: none;
	transition: 1s color; /*animates for 1 second*/
	-moz-transition: 1s color; /*For Firefox < 16.0*/
	-webkit-transition: 1s color; /*For WebKit (Chrome, Safari)*/
}
#homeBlog a:hover {
	color: #FFFFFF;
	text-decoration: none;
	transition: 1s color; /*animates for 1 second*/
	-moz-transition: 1s color; /*For Firefox < 16.0*/
	-webkit-transition: 1s color; /*For WebKit (Chrome, Safari)*/
}
#homeBlog .blog-post .post-body {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 40px;
	font-size: 15px;
	line-height: 1.3em;
	border-bottom: none !important;
	padding-bottom: 0px !important;
}
#homeBlog .blog-post h2.post-title {
	text-align: center !important;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-weight: 300;
	font-style: italic;
	font-size: 40px;
	line-height: 1.3em;
	color: #FFFFFF;
	margin-bottom: 0px;
}
#homeBlog .blog-post h2.post-title a:link {
	color: #F2EEE5 !important;
}
#homeBlog .blog-post h2.post-title a:visited {
	color: #F2EEE5 !important;
}
#homeBlog .blog-post h2.post-title a:active {
	color: #F2EEE5 !important;
}
#homeBlog .blog-post h2.post-title a:hover {
	color: #CD4F45 !important;
}
#homeBlog .blog-post .post-details {
	color: #F9EAC9 !important;
	font-size: 13px !important;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}
#homeBlog .blog-post .post-details a:link {
	color: #CD4F45 !important;
	text-decoration: none;
	transition: 1s color; /*animates for 1 second*/
	-moz-transition: 1s color; /*For Firefox < 16.0*/
	-webkit-transition: 1s color; /*For WebKit (Chrome, Safari)*/
}
#homeBlog .blog-post .post-details a:visited {
	color: #CD4F45 !important;
	text-decoration: none;
	transition: 1s color; /*animates for 1 second*/
	-moz-transition: 1s color; /*For Firefox < 16.0*/
	-webkit-transition: 1s color; /*For WebKit (Chrome, Safari)*/
}
#homeBlog .blog-post .post-details a:active {
	color: #CD4F45 !important;
	text-decoration: none;
	transition: 1s color; /*animates for 1 second*/
	-moz-transition: 1s color; /*For Firefox < 16.0*/
	-webkit-transition: 1s color; /*For WebKit (Chrome, Safari)*/
}
#homeBlog .blog-post .post-details a:hover {
	color: #FFFFFF !important;
	text-decoration: none;
	transition: 1s color; /*animates for 1 second*/
	-moz-transition: 1s color; /*For Firefox < 16.0*/
	-webkit-transition: 1s color; /*For WebKit (Chrome, Safari)*/
}
.addthis_horizontal_follow_toolbox {
	margin-top: 35px;
	margin-bottom: 20px;
}
.left {
	float: left;
	width: 48%;
	height: auto;
	padding-right: 2%;
	padding-bottom: 20px;
}
.right {
	width: 50%;
	float: right;
	padding-bottom: 20px;
}
#contactForm {
	width: 300px;
	height: auto;
}
#aboutAlan {
	margin-right: auto;
	margin-left: auto;
	width: 90%;
	text-decoration: none;
	position: relative;
	clear: both;
	height: auto;
	max-width: 999px;
	display: block;
	color: #404040;
	padding-left: 5%;
	padding-top: 30px;
	padding-right: 5%;
	padding-bottom: 50px;
	margin-bottom: 40px;
	border-radius: 40px;
	font-family: "proxima-nova", sans-serif;
	font-size: 15px;
	line-height: 1.3em;
}
#aboutAlan h3 {
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-weight: 300;
	font-style: italic;
	font-size: 30px;
	line-height: 1.3em;
	color: #CD4F45;
	text-transform: capitalize;
	margin-bottom: -0px;
	border: none;
	margin-top: 40px;
}
#aboutAlan .image {
	width: 200px;
	height: 200px;
	float: left;
	padding-right: 0px;
	overflow-x: hidden;
	overflow-y: hidden;
	border-radius: 100px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: 20px;
}
#aboutAlan .image img {
	width: 120%;
	height: auto;
}
#footer a:active {
	color: #CD4F45;
	text-decoration: none;
}
#unmpress {
	width: 100%;
	height: auto;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	padding-top: 0px;
	margin-bottom: 50px;
	display: block;
}
#unmpress h2 {
	color: #404040;
	font-size: 16px;
	font-family: "proxima-nova", sans-serif;
	line-height: 18px;
	font-weight: 800;
	text-transform: uppercase;
	font-style: normal;
	padding-top: 40px;
}
#unmpress img {
	width: 150px;
	height: auto;
	margin-right: 20px;
	float: left;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.3em;
	font-weight: normal;
	color: #404040;
	text-decoration: none;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
	clear: both;
	height: auto;
}
#footer a:link {
	color: #CD4F45;
	text-decoration: none;
}
#footer a:visited {
	color: #CD4F45;
	text-decoration: none;
}
#footer a:hover {
	color: #404040;
	text-decoration: none;
}
li a #amazon {
	opacity: 1;
}
#centerForm {
	width: 100%;
	height: auto;
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	display: block;
}
#right .author  {
    width: 200px;
    height: 200px;
    border-radius: 100px;
    display: block;
    float: left;
    margin-right: 40px;
    margin-bottom: 40px;
}

@media only screen and (max-width: 1378px) {
/* Mobile Menu */

/* CSS Document */
}

@media only screen and (max-width: 978px) {
/* Mobile Menu */
#navWrapper {
    width: 100%;
    height: auto !important;
    background-repeat: repeat;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: #392320;
    z-index: 5000;
    padding-bottom: 0px important;
}
#nav {
	display: none;
}
/* Mobile Navigation */


.accordion {
    width: 100%;
    margin-top: 0px;
    height: auto;
    text-decoration: none;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 5000;
    display: block;
    visibility: visible;
    background-color: #392320;
    color: #FFFFFF;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.accordion .backastep {
	position: fixed;
	z-index: 1000;
	left: 0px;
	top: 0px;
	height: 50px;
	width: 50px;
	margin: 0px;
	padding: 0px;
	background-color: #E5A163;
}
.mypets { /*header of 1st demo*/
    cursor: hand;
    cursor: pointer;
    font-family: "proxima-nova", sans-serif;
    font-size: 20px;
    line-height: normal;
    font-weight: 300;
    width: auto;
    height: 25px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    padding-top: 50px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 0px;
    letter-spacing: 0.3em;
    border-style: none;
    background-color: #392320;
}
.mypets a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.mypets a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.mypets a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.mypets a:hover {
	text-decoration: none;
	color: #FFF;
}
.openpet { /*class added to contents of 1st demo when they are open*/
    background-color: #392320;
    color: #C6C6C6;
    padding-top: 50px;
    padding-right: 10px;
    padding-bottom: 16px;
    padding-left: 0px;
    height: 25px;
    width: auto;
}
.courses {
    width: 250px;
    height: auto;
    display: block;
    background-color: #392320;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
    float: none;
    clear: both;
    padding-right: 15px;
}
.courses #navMenu ul {
    padding: 0px;
    margin: 0px;
    list-style-image: none;
    list-style-type: none;
	margin-top: 20px;
	}
.courses #navMenu ul li {
	width: 100%;
	height: auto;
	display: block;
	text-align: center;
}
.courses #navMenu ul li a {
	text-decoration: none;
	cursor: pointer;
	font-family: "proxima-nova", sans-serif;
	font-weight: 300;
	line-height: normal;
	padding-bottom: 15px;
	padding-top: 15px;
	transition: 1s color;
	-moz-transition: 1s color;
	-webkit-transition: 1s color;
	color: #FFFFFF;
	font-size: 15px;
	display: block;
	width: 100%;
	height: auto;
	float: none;
	text-align: center;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	background-color: #392320;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
.courses #navMenu ul li a:hover {
	text-decoration: none;
	cursor: pointer;
	font-family: "proxima-nova", sans-serif;
	font-weight: 300;
	line-height: normal;
	letter-spacing: 0.1em;
	padding-bottom: 15px;
	padding-top: 15px;
	transition: 1s color;
	-moz-transition: 1s color;
	-webkit-transition: 1s color;
	background-color: #392320;
	color: #FFFFFF;
	font-size: 15px;
	display: block;
	width: 100%;
	height: auto;
	float: none;
	text-align: center;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	text-transform: uppercase;
}
.courses #navMenu ul li a:selected {
	text-decoration: none;
	cursor: pointer;
	font-family: "proxima-nova", sans-serif;
	font-weight: 300;
	line-height: normal;
	letter-spacing: 0.1em;
	padding-bottom: 15px;
	padding-top: 15px;
	transition: 1s color;
	-moz-transition: 1s color;
	-webkit-transition: 1s color;
	background-color: #363636;
	color: #FFFFFF;
	font-size: 15px;
	display: block;
	width: 100%;
	height: auto;
	float: none;
	text-align: center;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	text-transform: uppercase;
}
.homeBlock {
	height: 540px;
	width: 100%;
	display: none;
}
#content {
	margin-right: auto;
	margin-left: auto;
	width: 80%;
	text-decoration: none;
	position: relative;
	clear: both;
	height: auto;
	max-width: 999px;
	background-repeat: repeat;
	display: block;
	color: #404040;
	padding-left: 5%;
	padding-top: 15px;
	padding-right: 5%;
	padding-bottom: 30px;
	margin-bottom: 0px !important;
	border-radius: 40px 40px 0px 0px !important;
	font-family: "proxima-nova", sans-serif;
	font-size: 15px;
	line-height: 1.3em;
	background-color: #FFFFFF;
}
#subContent {
	margin-right: auto;
	margin-left: auto;
	width: 90%;
	text-decoration: none;
	position: relative;
	clear: both;
	height: auto;
	max-width: 999px;
	background-repeat: repeat;
	display: block;
	padding-left: 5%;
	padding-top: 15px;
	padding-right: 5%;
	padding-bottom: 30px;
	margin-bottom: -0px;
	border-radius: 0px;
	font-family: "proxima-nova", sans-serif;
	font-size: 15px;
	line-height: 1.3em;
	background-color: #FFFFFF;
	color: #404040;
}
#prefaceWrapper {
	width: 80%;
	height: auto;
	max-width: 1190px;
	margin-left: auto;
	margin-right: auto;
	color: #FFFFFF;
	padding-left: 5%;
	padding-top: 70px;
	padding-right: 5%;
	padding-bottom: 30px;
	font-family: "proxima-nova", sans-serif;
	font-size: 15px;
	line-height: 20px;
	display: block;
	margin-bottom: 0px;
	background-repeat: repeat;
	border-radius: 0px !important;
	background-color: #CD4F45;
	font-weight: 500;
}
#preface .right h2 {
	text-align: left;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-weight: 300;
	font-style: italic;
	font-size: 50px;
	line-height: 1.3em;
	color: #FFFFFF;
	text-transform: capitalize;
	margin-bottom: -10px;
	margin-top: -50px;
}
#homeReview {
	width: 80%;
	height: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-right: 5%;
	padding-bottom: 40px;
	padding-left: 5%;
	margin-right: auto;
	margin-bottom: 0px;
	max-width: 80%;
	border-radius: 0px;
}
#homeBlog {
	margin-right: auto;
	margin-left: auto;
	width: 80%;
	text-decoration: none;
	position: relative;
	clear: both;
	height: auto;
	max-width: 80%;
	background-repeat: repeat;
	display: block;
	color: #CACACA;
	padding-left: 5%;
	padding-top: 30px;
	padding-right: 5%;
	padding-bottom: 0px;
	margin-bottom: -20px;
	text-align: left;
	border-radius: 0px 0px 40px 40px;
	font-family: "proxima-nova", sans-serif;
	font-size: 15px;
	line-height: 1.3em;
	background-color: #392320;
}
.post-list .thumb {
	width: 100%;
	height: auto;
	float: none;
	margin-right: 0px;
	margin-top: 0px !important;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px !important;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 20px !important;
	clear: both;
}
#aboutAlan {
	margin-right: auto;
	margin-left: auto;
	width: 90%;
	text-decoration: none;
	position: relative;
	clear: both;
	height: auto;
	max-width: 999px;
	display: block;
	color: #404040;
	padding-left: 5%;
	padding-top: 30px;
	padding-right: 5%;
	padding-bottom: 50px;
	margin-bottom: 40px;
	border-radius: 40px;
	font-family: "proxima-nova", sans-serif;
	font-size: 15px;
	line-height: 1.3em;
	text-align: center;
}
#aboutAlan h3 {
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-weight: 300;
	font-style: italic;
	font-size: 30px;
	line-height: 1.3em;
	color: #CD4F45;
	text-transform: capitalize;
	margin-bottom: -0px;
	border: none;
	margin-top: 40px;
	text-align: center;
}
#aboutAlan .image {
	width: 200px;
	height: 200px;
	float: none;
	padding-right: 0px;
	overflow-x: hidden;
	overflow-y: hidden;
	border-radius: 100px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
}

@media only screen and (max-width: 578px) {
.homeBlock {
	display: none;
}
body {
	margin: 0px;
	padding: 0px;
	background-image: none !important;
	background-position: left 90px;
	width: 100%;
	height: 100%;
	min-height: 1000px;
	background-repeat: no-repeat;
	background-size: 30% auto;
	background-color: #F2EEE5;
	background-attachment: fixed;
}
#container .mobi {
	display: block;
}
.mypets { /*header of 1st demo*/
	cursor: hand;
	cursor: pointer;
	font-family: "proxima-nova", sans-serif;
	font-size: 20px;
	line-height: normal;
	font-weight: 300;
	width: auto;
	height: 25px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	letter-spacing: 0.3em;
	border-style: none;
	background-color: #000000;
}
.openpet { /*class added to contents of 1st demo when they are open*/
	background-color: #000000;
	color: #C6C6C6;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 16px;
	padding-left: 0px;
	height: 25px;
	width: auto;
}
#header {
	width: 90%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 999px;
	position: relative;
	z-index: 100;
	color: #CD4F45;
	font-size: 16px;
	font-family: "proxima-nova", sans-serif;
	text-align: center;
	line-height: 22px;
	background-position: center 50px;
	background-repeat: no-repeat;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	padding-left: 5%;
	padding-right: 5%;
}
#header img {
	width: 200px;
	height: auto;
	line-height: normal;
	margin-bottom: -10px;
	margin-right: auto;
	margin-left: auto;
}
#header h2 {
	color: #040404;
	font-size: 24px;
	line-height: 28px;
	font-weight: 100;
	margin-bottom: 0px;
	background-color: undefined;
	letter-spacing: 0em;
	text-transform: capitalize;
	font-family: "proxima-nova", sans-serif;
}
#content {
	margin-right: auto;
	margin-left: auto;
	width: 90%;
	text-decoration: none;
	position: relative;
	clear: both;
	height: auto;
	max-width: 999px;
	background-repeat: repeat;
	display: block;
	color: #404040;
	padding-left: 5%;
	padding-top: 15px;
	padding-right: 5%;
	padding-bottom: 15px;
	margin-bottom: 0px !important;
	border-radius: 0px !important;
	font-family: "proxima-nova", sans-serif;
	font-size: 15px;
	line-height: 1.3em;
	background-color: #FFFFFF;
}
#subContent {
	margin-right: auto;
	margin-left: auto;
	width: 90%;
	text-decoration: none;
	position: relative;
	clear: both;
	height: auto;
	max-width: 999px;
	background-repeat: repeat;
	display: block;
	padding-left: 5%;
	padding-top: 15px;
	padding-right: 5%;
	padding-bottom: 30px;
	margin-bottom: -0px;
	border-radius: 0px;
	font-family: "proxima-nova", sans-serif;
	font-size: 17px;
	line-height: 1.3em;
	background-color: #FFFFFF;
	color: #404040;
}
#subContent h2 {
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-weight: 300;
	font-style: italic;
	font-size: 28px;
	line-height: 30px !important;
	color: #74332E;
	text-transform: capitalize;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
#prefaceWrapper {
	width: 90%;
	height: auto;
	max-width: 1190px;
	margin-left: auto;
	margin-right: auto;
	color: #FFFFFF;
	padding-left: 5%;
	padding-top: 15px;
	padding-right: 5%;
	padding-bottom: 15px;
	font-family: "proxima-nova", sans-serif;
	font-size: 15px;
	line-height: 20px;
	display: block;
	margin-bottom: 0px;
	background-repeat: repeat;
	border-radius: 0px !important;
	background-color: #CD4F45;
	font-weight: 500;
}
#preface .right h2 {
	text-align: left;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-weight: 300;
	font-style: italic;
	font-size: 50px;
	line-height: 1.3em;
	color: #FFFFFF;
	text-transform: capitalize;
	margin-bottom: -10px;
	margin-top: 0px;
}
#preface .left {
	width: 100%;
	float: none;
	height: auto;
	text-align: center;
	margin-right: 0px;
	position: relative;
	padding-right: 0%;
	clear: both;
}
#preface .right {
	width: 100%;
	float: none;
	height: auto;
	padding-right: 0px;
	clear: both;
}
#homeReview {
	width: 90%;
	height: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-right: 5%;
	padding-bottom: 15px;
	padding-left: 5%;
	margin-right: auto;
	margin-bottom: 0px;
	max-width: 90%;
	border-radius: 0px;
}
#homeBlog {
	margin-right: auto;
	margin-left: auto;
	width: 90%;
	text-decoration: none;
	position: relative;
	clear: both;
	height: auto;
	max-width: 90%;
	background-repeat: repeat;
	display: block;
	color: #CACACA;
	padding-left: 5%;
	padding-top: 15px;
	padding-right: 5%;
	padding-bottom: 30px;
	margin-bottom: 0px;
	text-align: left;
	border-radius: 0px;
	font-family: "proxima-nova", sans-serif;
	font-size: 15px;
	line-height: 1.3em;
	background-color: #392320;
}
#homeBlog img {
	width: 100%;
	height: auto;
	float: none;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px !important;
}
#left {
	float: none;
	width: 100%;
	position: relative;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	height: auto;
	display: block;
	text-align: center;
	clear: both;
}
#right {
	float: none;
	width: 100%;
	position: relative;
	padding-top: 20px;
	padding-right: 5%;
	padding-bottom: 20px;
	padding-left: 0px;
	display: block;
	z-index: 1000;
	margin-right: 5%;
	min-height: 300px;
	height: auto;
	clear: both;
}
#unmpress {
	width: 100%;
	height: auto;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	padding-top: 0px;
	margin-bottom: 50px;
	display: block;
	text-align: center;
	font-size: 13px;
}
#unmpress h2 {
	color: #404040;
	font-size: 14px;
	font-family: "proxima-nova", sans-serif;
	line-height: 16px;
	font-weight: 800;
	text-transform: uppercase;
	font-style: normal;
	padding-top: 10px;
	text-align: center !important;
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
}
#unmpress img {
	width: 150px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	float: none;
	clear: both;
}
#order {
	width: 100% !important;
	height: auto;
	float: none;
	padding-right: 0px !important;
	margin-bottom: 0px !important;
	margin-top: 0px !important;
	clear: both;
}
.blog-container .post-list {
	float: none;
	width: 100%;
	padding-bottom: 0px;
	clear: both;
}
	.blog-post h2.post-title {
	text-align: left !important;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-weight: 300;
	font-style: italic;
	font-size: 30px;
	line-height: 1.3em;
	color: #CD4F45;
	margin-bottom: 10px !important;
	padding-bottom: 10px !important;
}
.blog-container .side-panel {
	float: none;
	width: 100%;
	font-size: 14px;
	line-height: 16px;
	margin-left: 0%;
	padding-left: 0%;
	min-height: 400px;
	padding-top: 0px;
	padding-bottom: 40px;
	margin-top: 0px;
	clear: both;
}
/* @group Web Form */

ul.form {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}
ul.form li {
	list-style: none;
	margin: 0 0 18px 0;
}
ul.form li label {
	color: #888;
	display: block;
}
div.form div.item, div.webform div.item {
	padding-top: 9px;
	padding-right: 9px;
	padding-bottom: 9px;
	padding-left: 0px;
}
cat_button {
}
#catwebformbutton {
	width: 90%;
	height: auto;
	display: block;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	color: #FFFFFF !important;
	font-size: 15px;
	font-family: "proxima-nova",sans-serif;
	font-weight: 500;
	margin-bottom: 50px;
	transition: 1s background-color; /*animates for 1 second*/
	-moz-transition: 1s background-color; /*For Firefox < 16.0*/
	-webkit-transition: 1s background-color;
	background-position: left center;
	background-repeat: no-repeat;
	clear: both;
	float: none;
	border-radius: 10px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	max-width: 300px;
	border: none;
	background-image: url(url);
	background-color: #74332E;
	background-image: -webkit-linear-gradient(270deg,rgba(116,51,46,1.00) 0%,rgba(116,51,46,1.00) 100%) !important;
	background-image: -moz-linear-gradient(270deg,rgba(116,51,46,1.00) 0%,rgba(116,51,46,1.00) 100%) !important;
	background-image: -o-linear-gradient(270deg,rgba(116,51,46,1.00) 0%,rgba(116,51,46,1.00) 100%) !important;
	background-image: linear-gradient(180deg,rgba(116,51,46,1.00) 0%,rgba(116,51,46,1.00) 100%) !important;
	-webkit-appearance: none;
}
input.cat_textbox, textarea.cat_listbox, select.cat_listbox {
	width: 80% !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-top: 10px !important;
	padding-right: 10px !important;
	padding-bottom: 10px !important;
	padding-left: 10px !important;
	border: 1px solid #CCCCCC;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	border-radius: 0px;
	-webkit-box-shadow: inset 1px 1px #FFFFFF !important;
	box-shadow: inset 1px 1px #FFFFFF !important;
	-webkit-appearance: none;
}
select.cat_dropdown {
	width: 80% !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-top: 10px !important;
	padding-right: 10px !important;
	padding-bottom: 10px !important;
	padding-left: 10px !important;
	border: 1px solid #CCCCCC;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 0px;
	-webkit-box-shadow: inset 1px 1px #FFFFFF !important;
	box-shadow: inset 1px 1px #FFFFFF !important;
	margin-top: 10px;
	margin-bottom: 10px;
	-webkit-appearance: none;
}
.cat_dropdown_small {
	width: 200px;
	height: 50px;
	-webkit-appearance: none;
}
.cat_dropdown_smaller {
	width: 150px;
	height: 50px;
	-webkit-appearance: none;
}
.cat_textbox_small, .cat_listbox_small {
	width: 350px; /* DON'T TOUCH THIS */
	border: 1px solid #CCCCCC;
	-webkit-appearance: none;
}
.cat_listbox {
	height: 120px;
	width: 600px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 10px;
	border: 1px solid #CCCCCC;
}
table.webform, table.reporting {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
table.webform td {
	line-height: 24px;
	padding: 6px;
}
.form label, .webform label {
}
.form input, .webform input {
	margin-right: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
/* @end */

/* @group System Message */

.system-message, .system-error-message {
	background-color: #f9f9f9;
	border: 1px solid #eee;
	color: #666;
	margin: 18px;
	min-height: 110px;
	height: auto !important;
	height: 110px;
	padding: 36px 36px 36px 180px;
}
/*.system-message {
	background: #f9f9f9 url(/CatalystImages/ok.png) no-repeat 29px 18px;	
}

.system-error-message {
	background: #f9f9f9 url(/CatalystImages/error.png) no-repeat 26px 26px;
}*/

.system-message h1, .system-error-message h1 {
	color: #000;
	margin: 0 0 18px 0;
}
.system-message a:link, .system-error-message a:link {
	color: #1969bc;
}
.ok {
	background: #E9FBE3;
	color: #21A347;
	margin-bottom: 18px;
}
.error {
	background: #FBE3E4;
	color: #D12F19;
	margin-bottom: 18px;
}
#rc-imageselect, .g-recaptcha {
	transform: scale(0.77);
	-webkit-transform: scale(0.77);
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	width: 100%;
	height: auto;
	max-width: 260px;
}
#subContent #right form {
	width: 100%;
	height: auto;
}
/* @end */

	
}
