* {
	border: 0;
	margin: 0;
	padding: 0;
	font-family: "Roboto Condensed", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
	font-weight: 300;
	line-height: normal;
	-webkit-font-smoothing: antialiased;
}

header, section, footer, nav, aside, article, div, p {
	display: block;
	position: relative;
}

img, a, *:focus {
	outline: none;
}

a {
	text-decoration: none;
}

.c {
	text-align: center;
}

.l {
	text-align: left;
}

.r {
	text-align: right;
}

.j {
	text-align: justify;
}

.b,
strong {
	font-weight: bold;
	font-weight: 400;
}

.i {
	font-style: italic;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

h1, h2, h3, h4, h5 {
	font-weight: normal;
}

ul {
	list-style: none;
}

.hl {
	font-weight: bold;
	color: #968378;
}

.clear, form br {
	display: block;
	clear: both;
	float: none;
	line-height: 0px;
	font-size: 0px;
}

.notext {
	line-height: 0px;
	font-size: 0px;
}

.noheight {
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	overflow: hidden;
}

.hidden {
	display: none;
}

.forcew {
	display: inline-block;
}

.layer {
	display: none;
}

.closeremove {
	position: absolute;
	cursor: pointer;
}

.in {
	display: inline-block;
}

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

input:-webkit-autofill {
    background-color: #fff !important;
}

button, .button, .button *,.chechbox, .handler {
	cursor: pointer;
}

input, textarea, label {
	background: #fff;
}

.disabled, .disabled * {
	cursor: default;
}

button, .button {
	text-align: center;
}

.button {
	display: inline-block;
}

label {
	display: block;
}

textarea {
	resize: none;
}

input.checkbox {
	cursor: pointer;
}

body {
	background: #faf7f3;
}

.content {
	width: 1000px;
	margin: 0 auto;
}

header {
	position: relative;
	height: 105px;
	background: url(../img/leather-bg.png) repeat-x center top;
	z-index: 2;
}

header h1 {
	height: 105px;
}

header h1 a {
	line-height: 90px !important;
	font-family: "Oswald" !important;
	font-size: 30px !important;
	color: #dbc4b8 !important;
	text-shadow: 0px -2px 0px #39281d !important;
	font-weight: normal !important;
}

#torn-paper {
	position: relative;
	height: 27px;
	background: url(../img/torn-paper.png) repeat-x center top;
	z-index: 1;
}

div.col3-4 {
	width: 74%;
	margin-left: 4%;
}

div.col2-3 {
	width: 65%;
	margin-left: 5%;
}

div.col1-2 {
	width: 48%;
	margin-left: 4%;
}

div.col1-3 {
	width: 30%;
	margin-left: 5%;
}

div.col1-4 {
	width: 22%;
	margin-left: 4%;
}

div.col3-4:first-child,
div.col2-3:first-child,
div.col1-2:first-child,
div.col1-3:first-child,
div.col1-4:first-child,
.nomargin {
	margin-left: 0px !important;
}

.sep-vertical-left,
.sep-vertical-right {
	width: 4px;
	border-left: 1px solid #b7aca3;
	border-right: 1px solid #b7aca3;
	height: 100%;
	position: absolute;
	top: 0px;
}

.sep-vertical-left {
	left: -28px;
}

.sep-vertical-right {
	right: -28px;
}

.ptb {
	padding-top: 30px;
	padding-bottom: 30px;
}

.pt {
	padding-top: 30px;
}

.pb {
	padding-bottom: 30px;
}

h1 {
	font-size: 35px;
	color: white;
}

h2 {
	font-family: "Oswald";
	font-size: 24px;
	color: #968378;
	padding: 20px 0px;
	text-shadow: 0px 1px 0px white;
}

section .fl h2 {
	padding-top: 0px;
}

p {
	padding-bottom: 20px;
}

ul {
	padding-bottom: 10px;
}

p, ul, li, .answer span {
	font-size: 15px !important;
	line-height: 20px !important;
	color: #444;
}

a {
	color: #776459;
	white-space: nowrap;
}

section p a {
	border-bottom: 1px dotted #776459;
}

a:hover {
	color: #281f1a;
}

section p a:hover {
	border-bottom: 1px dotted #281f1a;
}

section div p:first-child {
	margin-top: 0px;
}

button {
	text-align: center;
	background: #5dc0f3;
	color: white;
	width: 100%;
	padding: 15px 0px;
	font-size: 20px;
}

.ptb button {
	margin-bottom: 30px;
}

.whitebox {
	background: white;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	min-height: 200px;
}

.items li {
	margin-bottom: 2px;
	position: relative;
}

.items li a {
	width: 100%;
	display: inline-block;
	padding: 10px 0px;
	background-color: white;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 17px;
	color: #968378;
}

.items li a:hover{
	background: #efe4dd;
}

.items li.active a {
	background: #968378;
	color: white;
	cursor: default;
}

.items li a span {
	font-family: "Oswald";
	font-weight: normal;
	display: inline-block;
	color: #968378;
	padding: 0px 10px 0px 20px;
}

.items li.active a span {
	color: white !important;
}

.items li a span.fr {
	font-family: "Roboto Condensed", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
	font-weight: 300;
	color: white;
	padding-left: 0px;
	padding-right: 20px;
}

.items li:hover a span {
	color: #625249;
}

.answers li {
	margin-bottom: 2px;
}

.answer li {
	margin: 0px 0px 10px 20px;
	list-style: disc;
}

.answer ul ul {
	margin-top: 10px;
	padding-bottom: 0px !important;
}

.answer a {
	cursor: pointer !important;
}

h3 {
	position: relative;
}

h3 span {
	display: inline-block;
	font-size: 17px;
	color: #968378;
	font-family: "Oswald";
	font-weight: normal;
	padding: 10px 0px 10px 40px;
	width: 610px;
}

h3 a {
	white-space: normal;
}

.answer h4 {
	padding-bottom: 5px;
	font-size: 17px;
}

.plusminus {
	display: inline-block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 7px;
	padding: 0px;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	background: #968378;
}

.plusminus i {
	display: inline-block;
	width: 30px;
	height: 30px;
	position: absolute;
	left: 0px;
	top: 0px;
	background: url(../img/plus.gif);
}

.plusminus i:first-child {
	background: url(../img/minus.gif);
}

h3 a:hover span {
	color: #5f5249;
}

h3 a:hover .plusminus {
	background: #5f5249;
}

.answer-container {
	display: none;
}

.answers {
	display: none;
}

.active {
	display: block !important;
}

.answer {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: white;
	padding: 20px 20px 0px 20px;
	margin: 2px 0px 10px 20px;
}

.answer img {
	max-width: 578px;
	padding: 5px;
	margin-bottom: 20px;
	border: 1px solid #ddd;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	opacity: .65;
	transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
}

.answer div {
	padding-bottom: 20px;
}

.answer img:hover {
	opacity: 1;
}

.arrow {
	width: 21px;
	height: 31px;
	position: absolute;
	right: -43px;
	top: 7px;
	background: url(../img/arrow.png);
	display: none;
	z-index: 2;
}

.arrow-brown {
	position: absolute;
	display: block;
	width: 1px;
	height: 1px;
	border: 20px solid transparent;
	border-left-color: #968378;
	top: 2px;
	right: -40px;
	display: none;
}

.active .arrow,
.active .arrow-brown {
	display: block;
}

.tags-container {
	margin-left: 20px;
}

.tag {
	height: 26px;
	line-height: 26px;
	padding: 0px 10px 0px 23px;
	display: inline-block;
	margin: 0px 5px 10px 0px;
	background: white;
	-webkit-border-radius: 5px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius: 5px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-radius: 5px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	color: #968378;
	font-size: 13px;
	font-weight: 400;
	border: 1px solid #ece2dc;
	border-bottom: 4px solid #e3d8d1;
	position: relative;
}

.tag i {
	display: block;
	width: 8px;
	height: 6px;
	background: #e3d8d1;
	left: 9px;
	top: 9px;
	position: absolute;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-top: 2px solid #beb1a9;
}

.tag:hover {
	cursor: pointer;
	border-color: #beb1a9;
}

.tag:hover i {
	cursor: pointer;
	background: #d1c2b9;
	border-top: 2px solid #ac9c92;
}

#search {
	display: none;
	position: absolute;
	right: 0px;
	top: 31px;
	height: 30px;
	line-height: 30px;
	width: 250px;
	-webkit-border-radius: 10px;
	-webkit-border-top-right-radius: 30px;
	-webkit-border-bottom-right-radius: 30px;
	-moz-border-radius: 10px;
	-moz-border-radius-topright: 30px;
	-moz-border-radius-bottomright: 30px;
	border-radius: 10px;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	background: #523f33;
	background: rgba(61,40,27.5);
	background: -moz-linear-gradient(top, rgba(32,17,8,0.5) 0%, rgba(91,66,49,0.5) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(32,17,8,0.5)), color-stop(100%,rgba(91,66,49,0.5)));
	background: -webkit-linear-gradient(top, rgba(32,17,8,0.5) 0%,rgba(91,66,49,0.5) 100%);
	background: -o-linear-gradient(top, rgba(32,17,8,0.5) 0%,rgba(91,66,49,0.5) 100%);
	background: -ms-linear-gradient(top, rgba(32,17,8,0.5) 0%,rgba(91,66,49,0.5) 100%);
	background: linear-gradient(to bottom, rgba(32,17,8,0.5) 0%,rgba(91,66,49,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80201108', endColorstr='#805b4231',GradientType=0 );
	border-top: 2px solid #2f1b0e;
	border-bottom: 1px solid #786052;
	color: #dbc4b8;
	font-size: 18px;
	padding: 0px 30px 0px 10px;
}

::-webkit-input-placeholder {
    color: #7f6b5b;
}
:-moz-placeholder {
    color: #7f6b5b;
}
::-moz-placeholder {
    color: #7f6b5b;
}
:-ms-input-placeholder {
    color: #7f6b5b;
}

#close {
	display: none;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	background-color: #968378;
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	position: absolute;
	right: 10px;
	top: 39px;
	font-family: arial;
	font-weight: bold;
	font-size: 11px;
	cursor: pointer;
	color: #291a0f;
	border-bottom: 2px solid #291a0f;
}

.hidesearch {
	display: none !important;
}

.items i {
	font-style: normal;
}

#nosearchresults {
	display: none;
}

.notice {
	margin-top: 20px;
	background: #e2dad5;
	padding: 15px;
	border-radius: 5px;
	color: #5a4f49;
	font-weight: 400;
}

.notice a {
	color: #5a4f49;
	font-weight: 400;
	text-decoration: underline;
}

.notice a:hover {
	color: #302722;
}

.cuteslider-message {
	margin-top: 5px;
}

.cuteslider-message p {
	padding-bottom: 10px
}

.cuteslider-message span {
	color: red;
	text-transform: uppercase;
	margin-right: 5px;
}