.unorder-list li {
	list-style: disc;
}
.unorder-list {
	padding-left: 35px;
}
area {
	outline: none;
}
.randy-bio-text {
	font-family: 'Calisto MT';
	line-height: 22px;
	font-size: 18px;
	color: #483b19;
	padding: 15px 60px 0px 60px;
	font-style: italic;
}
.randy-bio-text a {
	color: #1426ce;
	text-decoration: none;
}
.main-container {
	width: 1000px;
	margin: 0 auto;
}
.logo {
	background-color: #BCB485;
	text-align: center;
	padding-bottom: 30px;
}
.sticky {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 100;
	border-top: 0;
}
.post-container {
	margin-top: 90px;
	margin-bottom: 40px;
}
.post-container h2 {
	text-align: center;
	border-bottom: 2px solid #333;
	display: table;
	margin: 0 auto;
}
.post-inner-content {
	margin-top: 50px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
}
.title-info label {
	font-weight: 600;
	display: inline-block;
}
.title-info div {
	margin-bottom: 5px;
}
.content-info {
	margin-top: 40px;
}
.cont-center {
	margin: 0 auto;
	display: table;
}
.am-ad-logo {
	display: table;
	margin: 0 auto;
	text-align: center;
}
#myModal-second .modal-header {
	border-bottom: medium none;
}
.inner-modal-content {
	margin-top: 50px;
	text-align: center;
}
.inner-container {
	display: table;
	margin: 30px auto 30px;
	width: 80%;
}
.inner-container p {
	margin-bottom: 30px;
}

.inner-container a.zero-img {
	float: left;
}
.disc-text {
	float: left;
	font-size: 12px;
	margin-left: 10px;
	margin-top: 17px;
	width: 500px;
}
.cri-plus {
	float: right;
	margin-top: 18px;
}
/* main menu
----------------------------*/
#navigation {
    float: left;
	position: relative;
}
.shop-here-btn {
    position: absolute;
    top: -100px;
    right: 50px;
	/* display: none; */
}
.shop-here-btn img {
    width: 120px;
}
#ddmenu {
	display: block;
	/* text-align:center; */
	/*Specify the alignment of the whole UL if UL is not width:100%;*/
	letter-spacing: normal;
}
#ddmenu ul {
	margin: 0 auto;
	padding: 0;
	height: 29px;
	width: 100%;
	font-size: 0;
	/*  background:url("../images/menu-bg.png") no-repeat left top #BCB485; */
	display: inline-block;
	list-style: none;
	position: relative;
	z-index: 1049;
	max-width: 1000px;
}
#ddmenu li {
	padding: 0;
	font-size: 15px;
	display: inline-block;
	*display: inline;
	zoom: 1;
	/*for IE6-7*/
	position: relative;
	color: #eee;
	/*  line-height:53px; */
	/*This determines the height of the menu*/
	vertical-align: middle;
	transition: background-color 0.2s;
	outline: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

ul.sub-menu.second-rugsMenu {
	width: 210px;
	max-height: 520px;
	overflow-y: scroll;
}

#ddmenu .full-width {
	position: static;
}

area {
	cursor: pointer;
}

#ddmenu .over {
	color: #FFF;
}

#ddmenu .top-heading:hover {
	color: #000;
}

#ddmenu .top-heading {
	/* margin:0 16px; */
	color: inherit;
	text-decoration: none;
	display: inline-block;
	outline: 0;
	cursor: pointer;
	font-weight: 200;
}

/* links of top-heading */

#ddmenu a,
#ddmenu a:link,
#ddmenu a:hover {
	color: inherit;
}

#ddmenu a:hover {
	text-decoration: none;
}

#ddmenu a:focus {
	outline: 1px dotted #09F;
}


/* caret(arrow icon) */

#ddmenu .caret {
	color: inherit;
	left: -12px;
	width: 0;
	height: 0;
	overflow: hidden;
	/*for IE6*/
	vertical-align: middle;
	margin-bottom: 2px;
	border-top: 4px solid;
	/*caret size is 4px now*/
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	display: inline-block;
	position: relative;
}


/* sub-menu layout
----------------------------*/

#ddmenu .dropdown {
	width: auto;
	left: 0px;
	color: #000;
	padding: 0;
	margin: 0;
	display: none;
	position: absolute;
	overflow: hidden;
	top: 32px;
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-top: none;
	border-radius: 2px;
	background-color: rgba(0, 0, 0, 0.2);
	background-color: #ccc \9;
	/*fallback for old IE*/
}

#ddmenu .item1 .dropdown {
	left: -14px;
}

#ddmenu .full-width .dropdown {
	width: 100%;
	padding: 0;
	margin: 0;
}

#ddmenu .offset300 {
	left: -300px;
	right: auto;
}

#ddmenu .right-aligned {
	left: auto;
	right: 0px;
}

#ddmenu .over .dropdown {
	display: block;
}

#ddmenu .dd-inner {
	background-color: #fff;
	font-size: 14px;
	margin: 4px;
	padding: 0;
	text-align: center;
	white-space: nowrap;
}

#ddmenu ul ul {
	margin: 0;
	padding: 0;
	text-align: left;
	width: auto;
	background: #ae1928;
	border: none;
	display: block;
	position: static;
	z-index: 0;
	border-radius: 0;
}

#ddmenu ul ul li {
	font-size: 14px;
	padding: 6px 0;
	/*It determines the line height*/
	color: inherit;
	line-height: 1;
	margin: 0;
	display: block;
	position: static;
	background: none;
	border: none;
	transition: none;
	border-radius: 0;
}


/* links in sub menu
----------------------------*/

#ddmenu .dropdown a {
	color: #fff;
	line-height: 1;
	text-decoration: none;
	transition: color 0.4s;
	display: block;
	width: 100%;
	cursor: pointer;
}

#ddmenu .dropdown a:hover,
#ddmenu .dropdown a:focus {
	text-decoration: none;
	color: #000;
}


/* blocks within the sub-menu
-----------------------------*/

#ddmenu .column {
	text-align: left;
	vertical-align: top;
	/*or middle*/
	display: inline-block;
	*display: inline;
	*zoom: 1;
	white-space: normal;
	width: auto;
	min-width: 130px;
	padding: 5px 10px;
	border-right: 1px solid #999;
	height: 100%;
}

#ddmenu .dd-inner ul:last-child {
	border-right: none;
}

#ddmenu h3 {
	font-weight: 500;
	line-height: 1.1;
	margin-top: 12px;
	margin-bottom: 8px;
	font-size: 24px;
}

#ddmenu div.column h3 {
	text-transform: uppercase;
}


/* useful when http://www.menucool.com/ddmenu/one-menu-for-all-pages */

#ddmenuLink {
	display: none;
}


/*######## add additional styles for mobile-friendly responsive menu ########*/

#ddmenu .menu-icon {
	display: none;
	/* hide menu icon initially */
}


/*styles for mobile*/

@media only screen and (max-width: 480px) {
	#ddmenu .column.mayHide {
		display: none;
	}
	/*override the original settings*/
	#ddmenu ul {
		width: 100%;
		display: none;
		border-radius: 0;
	}
	#ddmenu li {
		position: relative;
		display: block;
		font-size: 20px;
		text-align: left;
		border-bottom: 1px solid rgba(0, 0, 0, 0.2);
		border-radius: 0;
	}
	#ddmenu .full-width {
		position: relative;
	}
	#ddmenu .dropdown {
		position: relative;
		*top: auto;
		/*for IE7*/
		border: none;
		border-radius: 0;
		box-shadow: none;
		background-color: #FFF;
	}
	#ddmenu .offset300 {
		left: 0;
	}
	#ddmenu .full-width .dropdown {
		width: auto;
	}
	#ddmenu .dd-inner {
		margin: 0;
		background: none;
		text-align: left;
	}
	/*turn each column to list vertically instead of horizontally */
	#ddmenu .column {
		width: auto;
		padding: 0;
		border: none;
		display: block;
	}
	/*move the arrow icon to right*/
	#ddmenu .caret {
		position: absolute;
		left: auto;
		right: 14px;
		top: 20px;
		border-width: 5px;
	}
	/* All the following are for the .menu-icon (pure CSS) */
	#ddmenu .menu-icon {
		font-size: 32px;
		/*icon size*/
		display: block;
		position: relative;
		width: 40px;
		height: 36px;
		text-align: center;
		cursor: pointer;
		-moz-user-select: none;
		-webkit-user-select: none;
		background-color: #eee;
		border-radius: 3px;
		margin-bottom: 6px;
		/*align the icon to the right*/
		margin-left: auto;
		margin-right: 11px;
	}
	#ddmenu .menu-icon::before {
		content: "";
		position: absolute;
		top: 0.25em;
		left: 4px;
		width: 1em;
		height: 0.125em;
		border-top: 0.375em double #333;
		border-bottom: 0.125em solid #333;
		box-sizing: content-box;
	}
	#ddmenu .menu-icon-active {
		background-color: #333;
	}
	#ddmenu .menu-icon-active::before {
		border-color: #eee;
	}
}

a {
	text-decoration: none;
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

#main-menu li {
	padding-top: 5px;
}

#main-menu li.item0 {
	background: url("../images/menu-bg_01.png") no-repeat left top #BCB485;
	height: 29px;
	text-align: center;
	width: 89px;
}

#main-menu li.item1 {
	background: url("../images/menu-bg_02.png") no-repeat left top #BCB485;
	height: 29px;
	text-align: center;
	width: 63px;
}

#main-menu li.item2 {
	background: url("../images/menu-bg_03.png") no-repeat left top #BCB485;
	height: 29px;
	text-align: center;
	width: 92px;
}

#main-menu li.item3 {
	background: url("../images/menu-bg_04.png") no-repeat left top #BCB485;
	height: 29px;
	text-align: center;
	width: 12px;
}

#main-menu li.item4 {
	background: url("../images/menu-bg_05.png") no-repeat left top #BCB485;
	height: 29px;
	text-align: center;
	width: 116px;
}

#main-menu li.item5 {
	background: url("../images/menu-bg_06.png") no-repeat left top #BCB485;
	height: 29px;
	text-align: center;
	width: 11px;
}

#main-menu li.item6 {
	background: url("../images/menu-bg_07.png") no-repeat left top #BCB485;
	height: 29px;
	text-align: center;
	width: 89px;
}

#main-menu li.item7 {
	background: url("../images/menu-bg_08.png") no-repeat left top #BCB485;
	height: 29px;
	text-align: center;
	width: 64px;
}

#main-menu li.item8 {
	background: url("../images/menu-bg_09.png") no-repeat left top #BCB485;
	height: 29px;
	text-align: center;
	width: 88px;
}

#main-menu li.item9 {
	background: url("../images/menu-bg_10.png") no-repeat left top #BCB485;
	height: 29px;
	text-align: center;
	width: 11px;
}

#main-menu li.item10 {
	background: url("../images/menu-bg_11.png") no-repeat left top #BCB485;
	height: 29px;
	text-align: center;
	width: 114px;
}

#main-menu li.item11 {
	background: url("../images/menu-bg_12.png") no-repeat left top #BCB485;
	height: 29px;
	text-align: center;
	width: 11px;
}

#main-menu li.item12 {
	background: url("../images/menu-bg_13.png") no-repeat left top #BCB485;
	height: 29px;
	text-align: center;
	width: 83px;
}

#main-menu li.item13 {
	background: url("../images/menu-bg_14.png") no-repeat left top #BCB485;
	height: 29px;
	text-align: center;
	width: 65px;
}

#main-menu li.item14 {
	background: url("../images/menu-bg_15.png") no-repeat left top #BCB485;
	height: 29px;
	text-align: center;
	width: 92px;
}

ol,
ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}


/* HEADER > MENU */

#main-menu {
	float: left;
	font-size: 0;
	background: rgb(188, 180, 133);
	padding-top: 10px;
	padding-bottom: 10px;
}

#main-menu>li {
	display: inline-block;
	float: left;
}

#main-menu>li.parent>a {}

#main-menu>li>a {
	color: #eee;
	font-size: 14px;
	cursor: pointer;
	text-decoration: none;
}

#main-menu>li:hover>a,
#main-menu>li.current-menu-item>a {
	color: #fff;
}


/* HEADER > MENU > DROPDOWN */

#main-menu li {
	position: relative;
}

#main-menu li li {
	padding-top: 0 !important;
}

ul.sub-menu {
	/* level 2 */
	display: none;
	left: 0px;
	top: 29px;
	padding-top: 0px;
	position: absolute;
	width: 180px;
	z-index: 999;
}

ul.sub-menu ul.sub-menu {
	/* level 3+ */
	margin-top: -1px;
	padding-top: 0;
	left: 159px;
	top: 0px;
}

ul.sub-menu>li>a {
	background-color: #333;
	border: 1px solid #444;
	border-top: none;
	color: #fff;
	display: block;
	font-size: 13px;
	line-height: 15px;
	padding: 10px 10px;
	text-align: left;
	text-decoration: none;
	cursor: pointer;
}

ul.sub-menu>li>a:hover {
	background-color: #2a2a2a;
	color: #fff;
}

ul.sub-menu>li:first-child {
	/* border-top: 3px solid #23dbdb; */
	border-top: 3px solid #ae1928;
}

ul.sub-menu ul.sub-menu>li:first-child {
	border-top: 1px solid #444;
}

ul.sub-menu>li:last-child>a {
	border-radius: 0 0 2px 2px;
}

ul.sub-menu>li>a.parent {
	background-image: url(../images/arrow.png);
	background-size: 5px 9px;
	background-repeat: no-repeat;
	background-position: 95% center;
}

#main-menu li:hover>ul.sub-menu {
	display: block;
	/* show the submenu */
}

#back_to_top {
	bottom: 65px;
	color: #cdcdcd;
	height: auto;
	margin: 0;
	position: fixed;
	right: 65px;
	transition: all 0.3s ease 0s;
	z-index: 999;
}

#back_to_top span {
	border-color: rgba(255, 255, 255, 1);
	border-style: solid;
	border-width: 1px;
	padding: 10px 10px 14px;
	text-align: center;
}

#back_to_top span i {
	color: #b0b0b0;
	font-size: 22px;
	line-height: 52px;
}

.clearfix {
	clear: both;
}

.innerbox-left {
	display: block;
	float: left;
}

.innerbox-right {
	display: block;
	float: right;
}

.innerbox-left h3 {
	margin-bottom: 0;
	margin-top: 130px;
}

.quotes-box {
	display: block;
	width: 100%;
	margin: 0 auto;
}

.quotes-box span {
	float: left;
	display: block;
	width: 31px;
}

.quotes-box .quotes-container {
	display: block;
	float: left;
	width: 100%;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 35px;
}

.quotes-box .innerbox-left {
	float: left;
	width: 42%;
	text-align: right;
	margin-right: 20px;
}

.quotes-box .innerbox-right {
	float: right;
	width: 52%;
}

.mg-zero {
	margin-bottom: 0;
}

.Charities-table {
	display: table;
	width: 100%;
	border: 1px #ccc solid;
	border-left: none;
	border-bottom: none;
}

.Charities-row {
	display: table-row;
}

.Charities-col {
	display: table-cell;
	border-bottom: 1px #ccc solid;
	border-left: 1px #ccc solid;
	width: 50%;
	padding: 0 20px;
	vertical-align: top;
	padding-top: 15px;
	padding-bottom: 15px;
}

.item14 ul.sub-menu {
	left: -87px;
}

.item14 ul.sub-menu ul.sub-menu {
	max-height: 400px;
	overflow-y: auto;
}

.Charities-col p {
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}

.Charities-col a {
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}

.Charities-col img {
	height: 110px;
	width: auto;
}