@import url(https://fonts.googleapis.com/css?family=Arvo:400,700,400italic|Oswald:400,700);
body {
	background: url(../images/bg.jpg) center top no-repeat fixed #000000;
	padding: 0;
	margin: 0;
}
.clearall {
	clear: both;	
}
#wrapper {
	margin: 0 auto;
	margin-top: 50px;
	width: 1144px;
	border: 15px solid #857d59;
	margin-bottom: 50px;
}
#header {
	width: 1144px;
	height: 219px;
	background: url(../images/header.jpg) #575639;
}
#nav {
	width: 1144px;
	margin-top: 40px;
	background: rgba(0, 0, 0, 0.6);
	z-index: 99999999;
}
#nav a {
	color: inherit;
	text-decoration: none;
}
#nav ul {
  text-align: left;
  display: inline;
  margin: 0;
  padding: 15px 4px 17px 0;
  list-style: none;
  z-index: 99999999;
}
#nav ul li {
  font-family: Oswald, sans-serif;
  color: #bbaf7d;
  font-size: 15px;
  display: inline-block;
  margin-right: -4px;
  position: relative;
  padding: 5px 25px;
  cursor: pointer;
  z-index: 99999999;
}
#nav ul li:hover {
  background: rgba(0, 0, 0, 0.8);
  color: #bbaf7d;
  z-index: 99999999;
}
#nav ul li ul {
  padding: 0;
  position: absolute;
  top: 32px;
  left: 0;
  width: 250px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  z-index: 99999999;
}
#nav ul li ul li {
	font-size: 14px;
  background: rgba(0, 0, 0, 0.8);
  display: block; 
  color: #bbaf7d;
  z-index: 99999999;
}
#nav ul li ul li:hover { background: rgba(0, 0, 0, 0.9); z-index: 99999999;}
#nav ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
  z-index: 99999999;
}
#nav .navhead {
	color: #d9d3b9;
	margin-left: 0px;
	padding-left: 18px;
	cursor: default;
	z-index: 99999999;
}
#nav .navhead:hover {
	background: rgba(0, 0, 0, 0.8);
	cursor: default;
	color: #d9d3b9;
	z-index: 99999999;
}
#logo {
	width: 428px;
	height: 112px;
	padding-left: 100px;
	padding-top: 35px;
}
#homeslides {
	width: 1144px;
	height: 450px;
}
#banner {
	width: 1144px;
	height: 250px;
}
#content {
	width: 1104px;
	padding-left: 40px;
	padding-top: 25px;
	background: url(../images/contentbg.jpg) repeat #d9d6b9;
}
#content a {
	color: inherit;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
#content p {
	font-family: Arvo, serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	max-width: 1064px;
}
/* BEGIN DANNY ADDITIONS */
#content p.valueprice {
	font-family: Arvo, serif;
	font-size: 60px;
	font-weight: 800;
	line-height: 22px;
	max-width: 1064px;
}
#content p.valuecabin {
	font-family: Arvo, serif;
	font-size: 36px;
	font-weight: 600;
	line-height: 22px;
	max-width: 1064px;
}
#content p.valueshell {
	font-family: Arvo, serif;
	font-size: 24px;
	font-weight: 600;
	line-height: 22px;
	max-width: 1064px;
}
/* END DANNY ADDITIONS */
#content p.cutline {
	font-family: Arvo, serif;
	font-size: 12px;
	font-weight: 400;
	font-style: italic;
	line-height: 14px;
	margin-top: 0px;
}
#content p.profiletext {
	font-size: 13px;
	line-height: 16px;
	float: left;
	margin-bottom: 0px;
	height: 60px;
	text-align: left;
}
#content p.notestext {
	font-size: 13px;
	width: 300px;
	font-weight: 400;
	margin-left: 20px;
	margin-bottom: -5px;
	font-style: italic;
	color: #524828;
}
#content p.clicktosort {
	font-family: Oswald, sans-serif;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 3px;
}
#content ol {
	font-family: Arvo, serif;
	font-weight: 700;
	font-size: 15px;
}
#content li span {
	font-weight: 400;
}
#content ul {
	font-family: Arvo, serif;
	font-weight: 400;
	font-size: 15px;
	list-style: none;
	margin-left: -15px;
	margin-top: -10px;
}
img.floatleft {
	float: left;
	margin-right: 15px;
	margin-bottom: -10px;
}

/* COLUMN SETUP */
.twocol {
	width: 512px;
	margin-right: 40px;
	float: left;
}
.twocollast {
	float: left;
	margin-top: 15px;
	width: 512px;
}
.threecol {
	width: 330px;
	margin-right: 37px;
	float: left;
}
.threecollast {
	float: left;
	width: 330px;
}
.fourcol {
	width: 254px;
	margin-right: 16px;
	float: left;
}
.fourcollast {
	float: left;
	width: 254px;
}
.sixcol {
	width: 164px;
	margin-right: 16px;
	float: left;
}
.sixcollast {
	width: 164px;
	float: left;
}
.twothirds {
	width: 680px;
	margin-right: 40px;
	float: left;
}
.onethird {
	width: 350px;
	float: left;
}
.cornerdetailcol {
	width: 695px;
	float: left;
	margin-right: 30px;
}
.cornerdetailcol2 {
	width: 350px;
	height: 500px;
	margin-top: 60px;
	float: left;
	background-image: url(../images/logprofiles/notepad.png);
	background-size: cover;
}
.notesheader {
	width: 124px;
	height: 25px;
	margin-left: 20px;
	margin-top: 35px;
}
/* EVENT BOX */
#eventboxouter {
	width: 502px;
	padding-bottom: 5px;
	background: rgba(98, 81, 55, 0.0);
	border: 5px solid rgba(133, 136, 92, 0.66);
}
#eventbox {
	width: 492px;
	margin-left: 5px;
	margin-top: 5px;
	padding-bottom: 10px;
	background: rgba(98, 81, 55, 0.66);
}
#eventbox a {
	color: inherit;
	text-decoration: none;
}
#eventbox a:hover {
	text-decoration: underline;
}
#eventboxcontent {
	width: 492px;
	margin-left: 10px;
}
.mainevent {
	width: 472px;
	height: 140px;
	background: rgba(105, 81, 53, 0.8);
	margin-bottom: 15px;
}
.mainevent img {
	float: left;
	padding-right: 15px;
}
.mainevent h1 {
	font-family: Oswald, sans-serif;
	color: #d5be72;
	font-size: 18px;
	padding-top: 10px;
}
.mainevent h2 {
	font-family: Arvo, serif;
	color: #ffffff;
	font-size: 13px;
	font-weight: 400;
	margin-top: -5px;
}
.mainevent h3 {
	font-family: Arvo, serif;
	color: #d5be72;
	font-weight: 700;
	font-size: 12px;
}
.subevent {
	width: 472px;
	height: 65px;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
}
.subeventalt {
	background: rgba(116, 104, 71, 0.6);
}
.subevent img {
	float: left;
	padding-right: 15px;
}
.eventtxt {
	font-weight: 700;
	color: #d5be72;
}
.homeeventtitle {
	position: relative;
	font-family: Oswald, sans-serif;
	color: #3f3b30;
	font-size: 16px;
	margin-bottom: -40px;
}
.homeeventlocation {
	font-size: 12px;
	color: #e0d1a2;
}
.homeeventdate {
	font-size: 12px;
	color: #ffffff;
}
.subeventmargin {
	margin-bottom: -22px;
}
.subeventtop {
	margin-top: 4px;
}
/* HOME SPECIFIC CSS */
.aboutusheader {
	margin-top: 15px;
	margin-bottom: -10px;
}
.homequote {
	color: #47402b;
}
.eventsheader {
	padding-top: 5px;
}
/* HOME LOCATION INFORMATION */
.homeloctitle {
	font-family: Oswald, sans-serif;
	color: #524828;
	font-size: 28px;
	font-weight: 700;
}
.fivemargintop {
	margin-top: 10px;
	margin-bottom: -13px;
}
.homelochours {
	font-family: Oswald, sans-serif;
	color: #524828;
	font-size: 14px;
	font-weight: 400;
}
.homelocaddy {
	font-family: Oswald, sans-serif;
	color: #524828;
	font-size: 16px;
	font-weight: 400;
	float: right;
	text-align: right;
	margin-top: -135px;
}
.homelocphone {
	font-family: Oswald, sans-serif;
	color: #524828;
	font-size: 14px;
	font-weight: 400;
	float: right;
	text-align: right;
	margin-top: -70px;
	margin-bottom: 30px;
}
.homelocnopad {
	margin-bottom: -12px;
}

/* HOME THREE WAYS TO BUY */
.homewtbhead {
	font-family: Oswald, sans-serif;
	color: #716149;
	font-size: 22px;
	margin-top: -10px;
	font-weight: 400;
}
.homewtbname {
	font-family: Oswald, sans-serif;
	color: #82603f;
	font-size: 22px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: 400;
	text-transform: uppercase;
}
.homewtbdesc {
	font-family: Oswald, sans-serif;
	color: #635938;
	font-size: 17px;
	font-weight: 400;
}
.wtbdesc {
	margin-top: 5px;
}
/* FLOOR PLANS PAGE STYLES */
#floorplanslides {
	width: 1144px;
	height: 890px;
}
.fotorama__nav--thumbs  {
	background: #857d59;
	padding-left: 20px;
	margin-right: 20px;
}
.fotorama__thumb-border {
    border-color: #857d59;
}
#floorplanheader {
	width: 512px;
	background: rgba(152, 158, 107, 0.6);
	height: 45px;
	margin-top: 15px;
}
#floorplanheader img {
	padding-top: 10px;
	display: block;
	margin: 0 auto;
}
#floorplaninfo {
	width: 512px;
	background-color: #beb394;
	padding-top: 30px;
	padding-left: 0px;
	padding-bottom: 10px;
}
.livingareamain {
	margin-left: 17px;
	margin-top: -10px;
	font-weight: 700;
}
.totalbedbath {
	margin-left: 17px;
	margin-top: -15px;
	font-weight: 400;
}
.levelhead {
	margin-left: 12px;
	margin-top: 0px;
	margin-bottom: 10px;
}
ul.leaders {
    max-width: 480px;
    padding-left: 30px;
    overflow-x: hidden;
    margin-top: 10px;
    list-style: none;
}
li.noleaders {
    max-width: 480px;
    padding-left: 30px;
    overflow-x: hidden;
    margin-top: 10px;
    list-style: none;
    background-color: #beb394;
}
ul.leaders li:before {
    float: left;
    width: 0;
    white-space: nowrap;
    content:
 	". . . . . . . . . . . . . . . . . . . . "
 	". . . . . . . . . . . . . . . . . . . . "
 	". . . . . . . . . . . . . . . . . . . . "
 	". . . . . . . . . . . . . . . . . . . . "
 }
ul.leaders span:first-child {
    padding-right: 0.33em;
	background-color: #beb394;
}
ul.leaders span + span {
    float: right;
    padding-left: 2px;
    background: #beb394;
}

.pricingnote {
	margin-top: 25px;
	padding-bottom: 25px;
	font-weight: 400;
	font-size: 13px;
	width: 470px;
}

#selectview {
	width: 312px;
	height: 16px;
	margin-left: 20px;
	margin-bottom: -20px;
	margin-top: 10px;
}
#selectview img {
	margin-left: -20px;
}
.floorplanfade {
	margin-left: 0px;
	margin-bottom: 40px;
}
#no-template-pager {
	margin: 0 auto;
	margin-left: 0px;
	margin-top: 30px;
	margin-bottom: 90px;
}
.floorplanopt1 {
	height: 25px;
	width: 175px;
	position: absolute;
	font-family: Oswald, sans-serif;
	font-size: 17px;
	cursor: pointer;
}
.floorplanopt2 {
	height: 25px;
	width: 175px;
	position: absolute;
	margin-top: 30px;
	font-family: Oswald, sans-serif;
	font-size: 17px;
	cursor: pointer;
}
.floorplanopt3 {
	height: 25px;
	width: 175px;
	position: absolute;
	margin-top: 60px;
	font-family: Oswald, sans-serif;
	font-size: 17px;
	cursor: pointer;
}
.floorplanopt4 {
	height: 25px;
	width: 175px;
	position: absolute;
	margin-left: 200px;
	margin-top: 0px;
	font-family: Oswald, sans-serif;
	font-size: 17px;
	cursor: pointer;
}
.floorplanopt5 {
	height: 25px;
	width: 175px;
	position: absolute;
	margin-left: 200px;
	margin-top: 30px;
	font-family: Oswald, sans-serif;
	font-size: 17px;
	cursor: pointer;
}
.floorplanopt6 {
	height: 25px;
	width: 175px;
	position: absolute;
	margin-left: 200px;
	margin-top: 60px;
	font-family: Oswald, sans-serif;
	font-size: 17px;
	cursor: pointer;
}

/* SALE PROCESS LIST */
.squarelist {
	list-style-type: square;
	font-family: Arvo, serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
}

/* FAQ STYLE */
#faq h3 {
	font-family: Oswald;
	font-size: 17px;
}

/* TESTIMONIALS DIVIDER LINE */
.divline {
	width: 1070px;
	height: 5px;
	background: rgba(152, 158, 107, 0.6);
	margin-top: 5px;
	margin-bottom: 10px;
}

/* CONSTRUCTED SHELL HEADER */
.cshead {
	margin-top: 15px;
	margin-bottom: -10px;
}

/* MATERIAL PACKAGE */
.mprightcol {
	margin-top: 42px;
}

/* LOG PROFILES */
.logprofile {
	width: 165px;
	margin-right: 15px;
	float: left;
}
.logprofile img {
	width: 155px;
	margin-left: 5px;
	margin-bottom: 5px;
}
.logname {
	font-family: Oswald, sans-serif;
	color: #524828;
	font-size: 16px;
}
.logdesc {
	font-family: Oswald, sans-serif;
	color: #2c2613;
	font-size: 12px;
}
.logcenter {
	text-align: center;
	margin-top: 0px;
	margin-bottom: -2px;
}
table.logprofile {
	font-family: Oswald, sans-serif;
	font-size: 12px;
	border-spacing: 0px;
	margin-bottom: 50px;
}
table.logprofile th {
	font-weight: 400;
}
table.logprofile td {
	padding-left: 4px;
	padding-right: 4px;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
tr.logtx {
	background: rgba(78, 87, 50, 0.4);
}
tr.logut {
	background: rgba(222, 141, 89, 0.4);
}
tr.logga {
	background: rgba(96, 115, 181, 0.35);
}

/* FLOOR PLAN GRID VIEW */
.selectview {
	float: left;
	margin-top: 19px;
	font-family: Arvo, serif;
	text-align: center;
	margin-left: 0px;
	padding-right: 20px;
	height: 120px;
}
.viewtxt {
	font-size: 13px;
	margin-top: 0px;
	text-align: center;
}
.selectview img {
	opacity: 0.7;
	margin-bottom: -20px;
	
}
.selectview img:hover {
	opacity: 1;
	transition: all 1s ease;
}
.fpgrid {
	display: block;
	width: 200px;
	margin-right: 16px;
	float: left;
}
.fpgrid p {
	margin-bottom: 0px;
	font-family: Oswald, sans-serif;
	font-size: 16px !important;
	font-weight: 600 !important;
}
.fpgrid img {
	margin-bottom: -4px;
}
table.grid {
	width: 200px;
	font-family: Oswald, sans-serif;
	font-size: 13px;
	text-align: center;
	border-spacing: 0px;
	margin-bottom: 20px;
}
tr.grid1 {
	background: rgba(133, 125, 89, 0.7);
	font-size: 13px;
	height: 25px;
}
tr.grid2 {
	background: rgba(133, 125, 89, 0.5);
	height: 25px;
}
tr.grid3 {
	background: rgba(133, 125, 89, 0.7);
	height: 25px;
}
/* TABLE SORTER */
table.tablesorter {
	font-size: 13px;
	width: 1064px;
	border-spacing: 0px;
}
table.tablesorter th {
	text-align: left;
	font-family: Arvo, serif;
	font-size: 13px;
	padding: 8px;
	border: none;
	background: rgba(152, 158, 107, 0.6);
}
table.tablesorter td {
	color: #000;
	font-family: Arvo, serif;
	font-size: 13px;
	padding: 6px;
	padding-left: 20px;
	border: none;
}
table.tablesorter tr {
	margin-bottom: -5px;
	border: 0px;
}
table.tablesorter tr:nth-child(even) {
	background: rgba(133, 125, 89, 0.75);
}
table.tablesorter tr:nth-child(odd) {
	background: rgba(133, 125, 89, 0.50);
}
table.tablesorter .header {
	background-repeat: no-repeat;
	background-image: url(../images/table/bg.gif);
	background-position: center right;
	cursor: pointer;
	padding-left: 10px;
	padding-top: 8px;
	height: auto;
}
table.tablesorter .headerSortUp {
	background-repeat: no-repeat;
	background-image: url(../images/table/asc.gif);
}
table.tablesorter .headerSortDown {
	background-repeat: no-repeat;
	background-image: url(../images/table/desc.gif);
}
/* EVENTS PAGE */
#eventsleft {
	width: 450px;
	float: left;
	margin-right: 45px;
}
.eventlink {
	display: block;
	height: 75px;
	background: rgba(44, 50, 34, 0.2);
}
.eventlink:hover {
	background: rgba(44, 50, 34, 0.25);
}
.eventlink img {
	float: left;
	margin-right: 10px;
}
.eventlink p {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 300px;
	margin-top: 5px;
}
.eventlinkalt {
	height: 75px;
	background: rgba(44, 50, 34, 0.35);
}
.eventlinkalt:hover {
	background: rgba(44, 50, 34, 0.40);
}
.eventlinkalt img {
	float: left;
	margin-right: 10px;
}
.eventlinkalt p {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 300px;
	margin-top: 5px;
}
#eventsright {
	float: left;
	padding: 20px;
	margin-top: 0px;
	background: rgba(143, 127, 89, 0.45);
}
#eventsright iframe {
	border: none;
}
.contactleft {
	width: 385px;
	float: left;
	margin-right: 50px;
}
.locationinfo {
	margin-bottom: 20px;
}
.locationinfo img {
	position: absolute;
	margin-left: 230px;
	margin-top: -40px;
}
.lochours {
	float: right;
	margin-top: -1px;
	margin-bottom: 0px;
}
ul.locleaders {
    max-width: 480px;
    padding-left: 15px;
    overflow-x: hidden;
    margin-top: 0px;
    list-style: none;
}
ul.locleaders li:before {
    float: left;
    width: 0;
    white-space: nowrap;
 }
ul.locleaders span:first-child {
    padding-right: 0.33em;
}
ul.nolocleaders span:first-child {
    padding-right: 0.00em;
}
ul.locleaders span + span {
    float: right;
    padding-left: 2px;
}
.contactform {
	width: 580px;
	padding: 20px;
	float: left;
	background: rgba(133, 125, 89, 0.45);
}
.contactform h1 {
	font-family: Arvo, serif;
	font-size: 24px;
}
.contactform p {
	float: left;
	width: 380px;
}
.contactform img {
	float: right;
	margin-top: -30px;
}
.quform-outer {
	margin-top: 20px;
}
/* FOOTER */
#footer {
	width: 1144px;
	background: rgba(88, 101, 74, 0.6);
	margin-left: -40px;
	margin-top: 30px;
}
#footer h3 {
	font-family: Oswald, sans-serif;
	color: #000000;
	font-size: 18px;
	font-weight: 400;
	margin-top: 10px;
	margin-bottom: -5px;
}
#footer p {
	font-size: 16px;
	line-height: 16px;
}
.footerhours {
	font-size: 14px;
	line-height: 14px;
	margin-top: -8px;
}
#footer .col1 {
	margin-left: 40px;
	padding-top: 30px;
	float: left;
}
#footer .col2 {
	margin-left: 20px;
	width: 210px;
	float: left;
}
#footer .col2 img {
	padding-top: 20px;
}
#footer .divline {
	width: 2px;
	height: 140px;
	background-color: #82603f;
	float: left;
	margin-top: 58px;
	margin-left: 10px;
	margin-right: 10px;
}
#footer .col3 {
	float: left;
	width: 210px;
	margin-left: 20px;
	margin-top: 46px;
}
#footer .col4 {
	float: left;
	width: 210px;
	margin-left: 20px;
	margin-top: 46px;
}
#footer .col5 {
	float: left;
	margin-top: 60px;
	width: 70px;
	margin-left: 20px;
}
#footer .col5 img {
	padding-bottom: 10px;
}
/* OTHER */
.noleaders {

}
.bold {
	font-weight: 700;
}
.italic {
	font-style: italic;
}
.locsm {
	font-size: 13px;
}
.nomargintop {
	margin-top: 0px;
}
.nomargin {
	margin-top: 0px;
	margin-bottom: 0px;
}
.uppercase {
	text-transform: uppercase;
}
.tenpxmarginbottom {
	margin-bottom: 10px;
}
.margintop45 {
	margin-top: 45px;
}
.margintop15 {
	margin-top: 15px;
}
.top15bottom30 {
	margin-top: 15px;
	margin-bottom: 30px;
}
.right {
	float: right;
}
/* ADDED SEPTEMBER 2016 */
#similarfloorplangroup {
	width: 512px;
}
#similarfloorplangroup h4 {
	font-family: Arvo, serif;
	font-weight: 400;
	font-size: 15px;
	text-transform: uppercase;
	color: #594927;
	margin-bottom: 5px;
}
.similarfloorplan {
	width: 120px;
	height: 78px !important;
	display: inline-block;
	background-color: #000000;
	padding: 0px !important;
	margin: 0px;
	margin-right: 6px !important;
}
.similarfloorplan img {
	position: relative;
	width: 120px;
	opacity: 0.6;
	margin: 0px !important;
	z-index: 100;
}
.similarfloorplan p {
	position: relative;
	z-index: 99999;
	display: block;
	width: 120px;
	height: auto !important;
	margin-top: -55px;
	color: #ffffff;
	font-family: Oswald, sans-serif !important;
	text-align: center;
	font-size: 13px !important;
}
#prevfloorplan {
	font-family: Arvo, serif;
	font-weight: 400;
	font-size: 15px;
	text-transform: uppercase;
	color: #594927;
	float: left;
}
#nextfloorplan {
	font-family: Arvo, serif;
	font-weight: 400;
	font-size: 15px;
	text-transform: uppercase;
	color: #594927;
	float: right;
	margin-right: 40px;
}
#nextfloorplan a {
	text-decoration: none;
	color: inherit;
}

/* ADDED NOVEMBER 2016 -- REVISED NAV FEB 2017 */
#planname {
	width: 1062px;
	height: 45px;
}
#planname img {
	padding-top: 10px;
	display: block;
	margin: 0 auto;
}
.buttons {
	margin-left: 742px;
	margin-top: -60px;
	margin-bottom: 40px;
}
.buttons .btn {
	color: #e0dace;
	font-size: 16px;
	background: #594927;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	border: none;
}
.buttons .btn:hover {
	background: #33260d;
	text-decoration: none;
	border: none;
}
.nofloorplanopt {
	margin: 0 auto !important;
	margin-left: 372px !important;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}
#footernav {
	width: 1144px;
	height: 200px;
	margin-top: 0px;
	margin-left: -40px;
	margin-bottom: -15px;
	background-color: #857d59;
	padding-top: 30px;
}
#footernav ul {
	margin: 0px;
}
#footernav ul li {
	color: #bbaf7d;
}
#footernav ul li li {
	color: #bdb595;
	margin-left: -25px;
}
#footernav ul li li li {
	color: #bbaf7d;
}
#footernav li {
	margin: 0px;
}
.navcol1 {
	width: 261px;
	margin-right: 20px;
	float: left;
}
.navcol2 {
	width: 261px;
	margin-right: 20px;
	float: left;
}
.navcol3 {
	width: 261px;
	margin-right: 20px;
	float: left;
}
.navcol4 {
	width: 261px;
	float: left;
}
.hidden {
	display: none;
}
.last {
	margin-right: 0px !important;
}
