/*FORM PRETTY*/

select {
	width: 220px;
	border: 1px solid;
	border-radius: 4px;
	color: #000000;
	font-size: 75%;
	font-weight: bolder;
	margin-top: 2px;
	margin-bottom: 2px;
}

input {
    width: ;
	border: 1px solid;
	border-radius: 4px;
	
	color: #000000;
	font-size: 75%;
	font-weight: bolder;
	margin-top: 2px;
	margin-bottom: 2px;
}
.red-button{
	background-color: #F42024;
	color: #F4EB0A;
	
}
.green-button{
	background-color: #09721F;
	color: #F4F4F4;
}
/*End FORM PRETTY*/

body {
	background-color: #000000;
	background-repeat: repeat-y;
	background-position: center;
	font-size: 16px;
	text-shadow: 0px 0px;
	/* [disabled]min-width: 400px; */
	padding-left: 0px;
	padding-right: 0px;
}

.container {
    /* [disabled]width: 0px;
*/
    max-width: 1400px;
    background-color: #EFE8B8;
    border: thick solid #515310;
    background-repeat: repeat-x;
    min-width: 360px;
    padding-left: 0px;
    padding-right: 0px;
    background-image: -webkit-linear-gradient(0deg,rgba(134,126,28,1.00) 0%,rgba(239,235,206,1.00) 17.62%,rgba(239,235,206,1.00) 73.06%,rgba(134,126,28,1.00) 100%);
    background-image: -moz-linear-gradient(0deg,rgba(134,126,28,1.00) 0%,rgba(239,235,206,1.00) 17.62%,rgba(239,235,206,1.00) 73.06%,rgba(134,126,28,1.00) 100%);
    background-image: linear-gradient(90deg,rgba(134,126,28,1.00) 0%,rgba(239,235,206,1.00) 17.62%,rgba(239,235,206,1.00) 73.06%,rgba(134,126,28,1.00) 100%);
}
.header  {
    max-width: 1400px;
    margin-left: 0px;
    margin-right: 0px;
    left: auto;
    right: auto;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 0px;
    border-bottom: thin solid rgba(244,243,239,1.00);
    margin-top: 0px;
    margin-bottom: 1%;
}

.no-gutter   {
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

.flash-holder-1 {
    width: 100%;
    float: left;
    height: auto;
    text-align: left;
    background-image: -webkit-linear-gradient(270deg,rgba(138,130,35,1.00) 0%,rgba(206,201,151,1.00) 66.33%,rgba(239,235,206,1.00) 96.89%);
    background-image: -moz-linear-gradient(270deg,rgba(138,130,35,1.00) 0%,rgba(206,201,151,1.00) 66.33%,rgba(239,235,206,1.00) 96.89%);
    background-image: linear-gradient(180deg,rgba(138,130,35,1.00) 0%,rgba(206,201,151,1.00) 66.33%,rgba(239,235,206,1.00) 96.89%);
}
/*menu holders created to hide items at various screen sizes- see media queries*/

.left-menu-holder-1{
	
	
}
.featured-ads{
	width: 100%;
	/* [disabled]max-width: 350px; */
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 10px;
	padding-bottom: 4%;
	
}	
.right-menu-holder-1{
	
}
.mini-featured{
    font-variant: small-caps;
    font-size: 18px;
    color: #5A0406;
    font-style: oblique;
    margin-top: 0px;
    margin-bottom: 10px;
}

.LandRColumn{
	padding-left: auto;
	padding-right: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	
}
.AD-BOX {
    background-color: #DCDCDC;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 6%;
    margin-left: 1px;
    margin-right: 1px;
    width: 100%;
    border-radius: 8px;
    text-align: center;
    background-image: -webkit-linear-gradient(270deg,rgba(127,123,69,1.00) 2.59%,rgba(237,237,191,0.42) 24.87%,rgba(226,222,185,1.00) 65.29%);
    background-image: -moz-linear-gradient(270deg,rgba(127,123,69,1.00) 2.59%,rgba(237,237,191,0.42) 24.87%,rgba(226,222,185,1.00) 65.29%);
    background-image: linear-gradient(180deg,rgba(127,123,69,1.00) 2.59%,rgba(237,237,191,0.42) 24.87%,rgba(226,222,185,1.00) 65.29%);
}
.AD-BOX2-scroll {
    background-color: #D5CECE;
    margin-top: 8px;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 2px;
    margin-left: 1px;
    margin-right: 1px;
    width: 100%;
    border-radius: 8px;
    text-align: left;
    overflow-x: auto;
    height: 203px;
    background-image: -webkit-linear-gradient(270deg,rgba(127,123,69,0.66) 2.59%,rgba(237,237,191,0.42) 24.87%,rgba(226,222,185,1.00) 65.29%);
    background-image: -moz-linear-gradient(270deg,rgba(127,123,69,0.66) 2.59%,rgba(237,237,191,0.42) 24.87%,rgba(226,222,185,1.00) 65.29%);
    background-image: linear-gradient(180deg,rgba(127,123,69,0.66) 2.59%,rgba(237,237,191,0.42) 24.87%,rgba(226,222,185,1.00) 65.29%);
}
.AD-BOX2-scroll h2 {
    color: #C30B0E;
    text-shadow: 1px 1px 1px #670607;
    font-size: large;
    margin-top: 5px;
}
.AD-BOX2-scroll h4 {
    color: #000000;
    font-size: 85%;
    margin-top: 1px;
    margin-bottom: 2px;
    font-style: oblique;
}






a:link {
	color: #003366;
}
a:visited {
	color: #003366;
}
a:hover {
	color: #990000;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	line-height: 18px;
}
#table1 a:link {
	color: #330000;
}
#table1 a:visited {
	color: #666666;
}
#table1 a:hover {
	color: #990000;
}
#table2 a:link {
	color: #330000;
}
#table2 a:visited {
	color: #666666;
}
#table2 a:hover {
	color: #990000;
}

#headertalk {
	height: 97px;
	width: 606px;
	top: 10px;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	z-index: 14;
	left: 221px;
}
#nav ul li {
	display: inline;
	padding: 0;
	margin: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #CCCCCC;
	line-height: 16px;
}
#nav ul li a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0 25px 0 25px;
	text-align: center;
	width: 9em;
	border: 1px dashed #007981;
}
#nav ul li a:hover, #nav ul li a:focus {
	background-color: #990002;
	border: 1px dotted #FFFF00;
	color: #FFFF00;
}
#contents {
	height: 1100px;
	width: 800px;
	position: static;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	border-right-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #000000;
	background-image: url('../images/contents-bkgrnd.gif');
	z-index: 3;
}
#table1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	font-weight: bold;
	width: 490px;
}
#table2 {
	position: static;
	width: 796px;
	background-image: url('../images/C-channl-hdr.gif');
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	padding-left: 4px;
	font-weight: bold;
	padding-top: 6px;
}
.left-channel {
}
.right-channel {
	margin-left: auto;
	margin-right: auto;
}
.center-channel {
    background-color: #F7F5E7;
    font-family: Arial, Helvetica, sans-serif;
    color: #333333;
    font-size: 14px;
    line-height: normal;
    text-align: left;
    font-weight: bold;
    margin-top: 6px;
    padding-left: auto;
    padding-right: auto;
    border-radius: 6px;
    border: thin solid rgba(137,130,34,1.00);
    background-image: url(../images/center-watermark.jpg);
    background-position: 50% 0%;
}
#menu-bar {
	height: 22px;
	width: 505px;
	top: 116px;
	position: absolute;
	z-index: 5;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	left: 292px;
	background-image: url('../images/menu-bkgnd.gif');
	background-repeat: no-repeat;
	padding: 8px;
}
.welcome-box{
    text-align: center;
    width: 100%;
    margin-top: 10px;
    padding-bottom: 4px;
}
welcome-box,h3{
	font-size: 100%;
	color: #020202;
	margin-top: 4px;
}
.welcome-box,h2{
	margin-top: 4px;
	font-size: 120%;
	color: #000000;
	margin-left: 0px;
	font-weight: bolder;
}
.welcome-box h1{
	font-size: 140%;
	color: #000000;
	margin-top: 10px;
	margin-bottom: 1px;
	font-family: cooper-black-std;
	font-style: normal;
	font-weight: 400;
	text-shadow: 2px 2px #D5BB08;
	letter-spacing: 4%;
}

/*Boxes (divisions)*/
.ad-box-1{
	margin-top: 8px;
	
}
.ad-box-2{
	
}

.ad-box-3{
	
}
.search-box-1{
	margin-top: 12px;
	padding-left: 10%;
	
}
.search-box-2{
	margin-top: 8px;
	
}
#testimonials {
	margin-top: 10px;
	border: 2px solid #666666;
	width: 478px;
	background-color: #FFFF99;
}
.nav-box-header {
    /* [disabled]height: 24px; */
    width: 100%;
    font-family: "Times New Roman", Times, serif;
    font-size: 130%;
    font-weight: bold;
    color: #090900;
    background-repeat: no-repeat;



    padding-top: 3%  padding-right: 3% padding-left: 3% padding-bottom: 3% line-height: normal;
    text-align: center;
    background-color: #COCOCO;
    background-image: -webkit-linear-gradient(0deg,rgba(146,139,57,1.00) 0%,rgba(226,222,185,1.00) 12.44%,rgba(226,222,185,1.00) 86.53%,rgba(146,139,57,1.00) 100%);
    background-image: -moz-linear-gradient(0deg,rgba(146,139,57,1.00) 0%,rgba(226,222,185,1.00) 12.44%,rgba(226,222,185,1.00) 86.53%,rgba(146,139,57,1.00) 100%);
    background-image: linear-gradient(90deg,rgba(146,139,57,1.00) 0%,rgba(226,222,185,1.00) 12.44%,rgba(226,222,185,1.00) 86.53%,rgba(146,139,57,1.00) 100%);
    min-width: 120px;
    /* [disabled]max-width: 225px; */
    margin-top: 6px;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    padding-top: 4%;
    padding-bottom: 3%;
    line-height: 80%;
    text-shadow: 1px 1px #DDD340;
}
.nav-box-body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	width: 100%;
	text-align: center;
	line-height: 14px;
	background-image: -webkit-linear-gradient(0deg,rgba(217,203,108,1.00) 1.55%,rgba(255,255,255,1.00) 14.52%,rgba(246,247,243,1.00) 88.08%,rgba(217,203,108,1.00) 100%);
	background-image: -moz-linear-gradient(0deg,rgba(217,203,108,1.00) 1.55%,rgba(255,255,255,1.00) 14.52%,rgba(246,247,243,1.00) 88.08%,rgba(217,203,108,1.00) 100%);
	background-image: linear-gradient(90deg,rgba(217,203,108,1.00) 1.55%,rgba(255,255,255,1.00) 14.52%,rgba(246,247,243,1.00) 88.08%,rgba(217,203,108,1.00) 100%);
	/* [disabled]max-width: 225px; */
	min-width: 120px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	padding-bottom: 6px;
	padding-left: 4%;
	letter-spacing: normal;
	margin-bottom: 12px;
	padding-top: 6px;
	border: thin solid #7D7F06;
}
.nav-box-body-c {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	width: 100%;
	text-align: center;
	line-height: 14px;
	background-image: -webkit-linear-gradient(0deg, rgba(189,189,189,1.00) 1.55%, rgba(253,253,254,1.00) 14.52%, rgba(241,241,247,1.00) 88.08%, rgba(189,189,189,1.00) 100%);
	background-image: -moz-linear-gradient(0deg, rgba(189,189,189,1.00) 1.55%, rgba(253,253,254,1.00) 14.52%, rgba(241,241,247,1.00) 88.08%, rgba(189,189,189,1.00) 100%);
	background-image: linear-gradient(90deg, rgba(189,189,189,1.00) 1.55%, rgba(253,253,254,1.00) 14.52%, rgba(241,241,247,1.00) 88.08%, rgba(189,189,189,1.00) 100%);
	/* [disabled]max-width: 225px; */
	min-width: 120px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	padding-bottom: 6px;
	
	letter-spacing: normal;
	margin-bottom: 12px;
	padding-top: 6px;
}



.marginbox12px {
	margin-top: 16px;
	margin-bottom: 16px;
}
.nav-box1 {
	position: static;
	line-height: 16px;
	text-align: left;
	padding-left: 4px;
}
.nav-box-body a:link {
	color: #776E01;
}
.nav-box-body a:visited {
	color: #776E01;
}
.nav-box-body a:hover {
	color: #990000;
	background-color: #E0E0E0;
}
.sold {
	height: 100px;
	width: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 130%;
	color: #990000;
	font-weight: bold;
	background-color: #FFFF00;
}
.only {
	font-weight: bold;
	color: #990000;
	letter-spacing: -1px;
}
span.c24 {
	color: #990000;
	font-size: 120%;
	font-weight: bold;
}
.shout-blue {
	font-size: 120%;
	color: #000099;
	letter-spacing: 2px;
	font-weight: bold;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1em;
	text-shadow: 2px 2px 2px;
}
.shout-red {
	font-size: 1.10em;
	color: #F50408;
	letter-spacing: 2px;
	font-weight: bold;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1em;
}
span.c23 {
	color: #990000;
	font-size: 130%;
	line-height: 90%;
	width: 100%;
}
.footer {
	padding: 8px;
	width: 70%;
	margin-top: 12px;
}
.print-block1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	color: #333333;
	text-align: left;
	text-indent: 5px;
	padding-right: 8px;
	padding-left: 10px;
	padding-top: 6px;
}
.tbl-bold-red {
	font-size: small;
	font-weight: bold;
	color: #990000;
}
td {
	vertical-align: top;
}
.formelement {
	width: 95%;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	height: auto;
}
.afield {
	/* [disabled]width: 90px;
*/
	/* [disabled]height: 4rem;
*/
	border: 1px solid #E0DFDF;
	padding-left: 4px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	/* [disabled]font-size:17px;
*/
	color: #DC0003;
	-webkit-box-shadow: 2px 2px 2px 2px rgba(134,126,126,1.00);
	box-shadow: 2px 2px 2px 2px rgba(134,126,126,1.00);
}
.bfield {
	width: 110px;
	height: 25px;
	border: 1px solid #E0DFDF;
	padding-left: 4px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 17px;
	color: #DC0003;
}
.cfield {
	width: 240px;
	height: 25px;
	border: 1px solid #E0DFDF;
	padding-left: 4px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	/* [disabled]font-size:17px;
*/
	color: #DC0003;
	-webkit-box-shadow: 2px 2px 2px 2px rgba(57,53,53,1.00);
	box-shadow: 2px 2px 2px 2px rgba(57,53,53,1.00);
}
.dfield {
	width: 85%;
	height: 25px;
	border: 2px solid #E0DFDF;
	padding-left: 4px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 17px;
	color: #DC0003;
}
.tfield {
	width: 75%;
	height: 25px;
	border: 1px solid #B9B6B6;
	padding-left: 4px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	/* [disabled]font-size: 0;
*/
	color: #AB0B0B;
	-webkit-box-shadow: 2px 2px 2px 2px rgba(135,126,116,1.00);
	box-shadow: 2px 2px 2px 2px rgba(135,126,116,1.00);
}
.ufield {
	width: 25%;
	height: 20px;
	border: 1px solid #B9B6B6;
	padding-left: 4px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	/* [disabled]font-size: 0;
*/
	color: #AB0B0B;
	-webkit-box-shadow: 2px 2px 2px 2px rgba(135,126,116,1.00);
	box-shadow: 2px 2px 2px 2px rgba(135,126,116,1.00);
}
.img-responsive{
	margin-left: auto;
	margin-right: auto;
}
.AD-BOX .img-responsive {
	border: 3px solid #5F5F02;
    border-radius: 8px;
}
.flash-holder-1 .img-responsive {
	border-top-left-radius: 0px;
}


@media (max-width:767px){
.left-menu-holder-1 {
	display: none;
}
.account-manager {
	margin-left: 10%;
	margin-right: auto;
	width: 80%;
}
.account-manager .nav-box-header {
	padding-top: 1%;
	padding-bottom: 1%;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.col-sm-3.LandRColumn {
	padding-left: auto;
	padding-right: auto;
}

.account-manager .nav-box-body {
	margin-left: auto;
	margin-right: auto;

}
.welcome-box {
	/* [disabled]visibility: hidden; */
	/* [disabled]opacity: 1; */
	/* [disabled]display: inherit; */
	width: 100%;
	padding-top: 10px;
}
.col-sm-7.center-channel {
	width: 78%;
	margin-left: auto;
	margin-right: auto;
	border-radius: 14px;
}

.container {
	margin-left: 0px;
	margin-right: 0px;
	width: auto;
	
}

.search-box-1 {
	padding-left: 2px;
	padding-top: 2px;
}
.col-sm-12.col-xs-12.header {
	max-width: 1400px;
}
body {
	background-color: #ABB78D;
	background-image: none, -webkit-linear-gradient(270deg,rgba(165,155,90,1.00) 86.01%,rgba(103,91,5,1.00) 98.96%);
	background-image: none, -moz-linear-gradient(270deg,rgba(165,155,90,1.00) 86.01%,rgba(103,91,5,1.00) 98.96%);
	background-image: none, linear-gradient(180deg,rgba(165,155,90,1.00) 86.01%,rgba(103,91,5,1.00) 98.96%);
}



}
@media (max-width:450px){
.left-menu-holder-1 {
	display: none;
}
.col-sm-7.center-channel {
    margin-bottom: 10px;
}
}

@media (max-width:950px){
.footer {
	width: 100%;
	
}

}
.no-round
{
    border-radius: 0px;
}
	

/*submenus*/
.sub-menu1 {
    position: relative;
    display: inline-block;
}

.sub-menu1-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 188px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	padding-top: 6px;
	padding-right: 16px;
	padding-left: 16px;
	padding-bottom: 6px;
	z-index: 1;
	border-radius: 8px;
	margin-left: 8px;
}

.sub-menu1:hover .sub-menu1-content {
    display: block;
    background-image: -webkit-linear-gradient(270deg,rgba(188,177,101,1.00) 1.55%,rgba(253,253,254,1.00) 14.52%,rgba(241,241,247,1.00) 88.08%,rgba(245,245,240,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(188,177,101,1.00) 1.55%,rgba(253,253,254,1.00) 14.52%,rgba(241,241,247,1.00) 88.08%,rgba(245,245,240,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(188,177,101,1.00) 1.55%,rgba(253,253,254,1.00) 14.52%,rgba(241,241,247,1.00) 88.08%,rgba(245,245,240,1.00) 100%);
    border: thin solid #AD1011;
    line-height: 130%;
}

.termite {min-width: 300px;
   margin-left: -15px;  
}

.tag-along{
    align-content: center;
    width: 100%;
    text-align: center;
	border: thin solid #090900;
}
.tag-along td {
    padding-top: 6px;
    padding-bottom: 6px;
	border: thin solid #090900;
  
}
.tag-along th{
    text-align: center;
	color: #090900;
	border: thin solid #090900;
	 padding-top: 1%;  
	padding-right: 1%;
		padding-left: 1%;
		padding-bottom: 1%;
		line-height: normal;
	

	
}

.tag-along-inventory-tags{
    align-content: center;
    width: 90%;
    text-align: center;
	border: thin solid #090900;
}


.tag-along-inventory-tags td {
    padding-top: 3px;
    padding-bottom: 3px;
  border: thin solid #090900;
}
.tag-along-inventory-tags th{
	color: #090900;
    text-align: center;
	border: thin solid #090900;
	padding-top: 1%;  
	padding-right: 1%;
		padding-left: 1%;
		padding-bottom: 1%;
		line-height: normal;
	
	
}

.tag-along-impressions{
    align-content: center;
    width: 90%;
    text-align: center;
	border: thin solid #090900;
}


.tag-along-impressions td {
    padding-top: 3px;
    padding-bottom: 3px;
  border: thin solid #090900;
}
.tag-along-impressions th{
	color: #090900;
    text-align: center;
	border: thin solid #090900;
	padding-top: 1%;  
	padding-right: 1%;
		padding-left: 1%;
		padding-bottom: 1%;
		line-height: normal;
	
	background-color: #090900;
	background-image: -webkit-linear-gradient(0deg, rgba(114,6,6,1.00) 0%, rgba(196,10,13,1.00) 11.92%, rgba(171,16,17,1.00) 86.53%, rgba(114,6,6,1.00) 100%);
	background-image: -moz-linear-gradient(0deg, rgba(114,6,6,1.00) 0%, rgba(196,10,13,1.00) 11.92%, rgba(171,16,17,1.00) 86.53%, rgba(114,6,6,1.00) 100%);
	background-image: linear-gradient(90deg, rgba(114,6,6,1.00) 0%, rgba(196,10,13,1.00) 11.92%, rgba(171,16,17,1.00) 86.53%, rgba(114,6,6,1.00) 100%);
}






.tag-along-menus{
    align-content: center;
    width: 100%;
    text-align: center;
	border: thin solid #090900;
}
.tag-along-menus td {
    padding-top: 2px;
    padding-bottom: 2px;
  border: thin solid #090900;
}
.tag-along-menus th{
    text-align: center;
    color: #090900;
    border: thin solid #090900;
    background-repeat: no-repeat;
    padding-top: 1%;
    padding-right: 1%;
    padding-left: 1%;
    padding-bottom: 1%;
    line-height: normal;
    background-color: #AD0707;
    background-image: -webkit-linear-gradient(0deg,rgba(113,120,6,1.00) 0%,rgba(207,197,135,0.99) 12.44%,rgba(241,233,181,0.99) 25.39%,rgba(241,233,181,0.99) 69.95%,rgba(207,197,135,0.99) 86.53%,rgba(113,120,6,1.00) 100%);
    background-image: -moz-linear-gradient(0deg,rgba(113,120,6,1.00) 0%,rgba(207,197,135,0.99) 12.44%,rgba(241,233,181,0.99) 25.39%,rgba(241,233,181,0.99) 69.95%,rgba(207,197,135,0.99) 86.53%,rgba(113,120,6,1.00) 100%);
    background-image: linear-gradient(90deg,rgba(113,120,6,1.00) 0%,rgba(207,197,135,0.99) 12.44%,rgba(241,233,181,0.99) 25.39%,rgba(241,233,181,0.99) 69.95%,rgba(207,197,135,0.99) 86.53%,rgba(113,120,6,1.00) 100%);



}
th {
    
    background-color: #AD0707;
    background-image: -webkit-linear-gradient(0deg,rgba(113,120,6,1.00) 0%,rgba(207,197,135,0.99) 12.44%,rgba(241,233,181,0.99) 25.39%,rgba(241,233,181,0.99) 69.95%,rgba(207,197,135,0.99) 86.53%,rgba(113,120,6,1.00) 100%);
    background-image: -moz-linear-gradient(0deg,rgba(113,120,6,1.00) 0%,rgba(207,197,135,0.99) 12.44%,rgba(241,233,181,0.99) 25.39%,rgba(241,233,181,0.99) 69.95%,rgba(207,197,135,0.99) 86.53%,rgba(113,120,6,1.00) 100%);
    background-image: linear-gradient(90deg,rgba(113,120,6,1.00) 0%,rgba(207,197,135,0.99) 12.44%,rgba(241,233,181,0.99) 25.39%,rgba(241,233,181,0.99) 69.95%,rgba(207,197,135,0.99) 86.53%,rgba(113,120,6,1.00) 100%);



}	




	
/*submenus*/
.col-sm-7.center-channel .welcome-box h1 {
    line-height: 110%;
}


a.button-inventory{
     display: inline-block;
     padding: 0.3em 1.2em;
     margin: 0 0.3em 0.3em 0;
     border-radius: 2em;
     box-sizing: border-box;
     text-decoration: none;
     font-family: 'Roboto',sans-serif;
     font-weight: 300;
     color: #FFFFFF;
     background-color: #4eb5f1;
     text-align: center;
     transition: all 0.2s;
    background-color: rgba(255,255,255,0.70);
    border: thin solid rgba(0,0,0,1.00);
    border-radius: 2px 20px 8px 6px;
    padding-top: 2px;
    padding-right: 4px;
    padding-bottom: 2px;
    padding-left: 4px;
    margin-top: 2px;
    margin-bottom: 4px;
    display: inline-block;
    font-variant: small-caps;
    background-size: cover;
    background-image: -webkit-linear-gradient(270deg,rgba(147,142,142,1.00) 0%,rgba(255,255,255,1.00) 47.15%,rgba(147,142,142,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(147,142,142,1.00) 0%,rgba(255,255,255,1.00) 47.15%,rgba(147,142,142,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(147,142,142,1.00) 0%,rgba(255,255,255,1.00) 47.15%,rgba(147,142,142,1.00) 100%);
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
    text-shadow: 1px 1px rgba(141,142,135,1.00);
    color: rgba(107,6,7,1.00);
    font-style: normal;
}
a.button-inventory:hover{
     background-color: #4095c6;
    background-image: -webkit-linear-gradient(270deg,rgba(73,5,6,1.00) 2.07%,rgba(184,12,14,1.00) 33.67%,rgba(184,12,14,1.00) 65.80%,rgba(100,6,6,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(73,5,6,1.00) 2.07%,rgba(184,12,14,1.00) 33.67%,rgba(184,12,14,1.00) 65.80%,rgba(100,6,6,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(73,5,6,1.00) 2.07%,rgba(184,12,14,1.00) 33.67%,rgba(184,12,14,1.00) 65.80%,rgba(100,6,6,1.00) 100%);
    color: rgba(235,220,12,1.00);
    text-decoration: none;
    text-shadow: 1px 1px 1px rgba(245,183,66,1.00);
}
a.button-inventory:active{}

/*button-1a*/
.button-1a{
    border: thin solid rgba(96,93,40,1.00);
    font-size: 90%;
    font-style: oblique;
    letter-spacing: 2px;
    padding-top: 2px;
    padding-right: 4px;
    padding-bottom: 2px;
    padding-left: 4px;
    border-radius: 2px 2px 6px 6px;
    background-image: -webkit-linear-gradient(270deg,rgba(190,185,128,1.00) 0%,rgba(226,222,185,1.00) 46.11%,rgba(248,247,218,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(190,185,128,1.00) 0%,rgba(226,222,185,1.00) 46.11%,rgba(248,247,218,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(190,185,128,1.00) 0%,rgba(226,222,185,1.00) 46.11%,rgba(248,247,218,1.00) 100%);
    font-variant: small-caps;
    white-space: nowrap;
    font-weight: bolder;
    margin-bottom: 2px;
    margin-top: 6px;
}

@media (max-width:1199px) and (min-width:991px){
.button-1a{
    font-size: 100%;
    margin-top: 2px;
    margin-bottom: 2px;
    
}
}
   @media (max-width:1199px) and (min-width:991px){
.button-1a{
    font-size: 100%;
    margin-top: 2px;
    margin-bottom: 2px;
    
} 
}


a.button-inventory:active{}

/*button-1a2*/
.button-1a2{
    border: thin solid rgba(139,138,138,1.00);
    font-size: 90%;
    font-style: oblique;
    letter-spacing: 2px;
    padding-top: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
    border-radius: 2px 2px 6px 6px;
    background-image: -webkit-linear-gradient(270deg,rgba(187,186,186,1.00) 0%,rgba(245,242,242,1.00) 46.11%,rgba(187,186,186,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(187,186,186,1.00) 0%,rgba(245,242,242,1.00) 46.11%,rgba(187,186,186,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(187,186,186,1.00) 0%,rgba(245,242,242,1.00) 46.11%,rgba(187,186,186,1.00) 100%);
    font-variant: small-caps;
    white-space: nowrap;
    font-weight: bolder;
}




a.button-inventory:active{}
    
@media (min-width:200px) and (max-width:1300px) {
   .LandRColumn .button-1a {
    font-size: 65%;
    margin-top: 1px;
    margin-bottom: 1px; }
    
} 

@media (max-width:800px){
.darker-col {
    background-image: -webkit-linear-gradient(0deg,rgba(139,133,133,1.00) 0%,rgba(223,219,219,1.00) 44.56%,rgba(139,133,133,1.00) 100%);
    background-image: -moz-linear-gradient(0deg,rgba(139,133,133,1.00) 0%,rgba(223,219,219,1.00) 44.56%,rgba(139,133,133,1.00) 100%);
    background-image: linear-gradient(90deg,rgba(139,133,133,1.00) 0%,rgba(223,219,219,1.00) 44.56%,rgba(139,133,133,1.00) 100%);
}


}
