
/* default 0 paddings */
html, 
body, 
form {
	padding: 0px ;
	margin: 0px ; 
}

/* general font sizing */
body, 
input, 
select, 
textarea, 
button, 
h1, 
h2,
h3
h4,
h5, 
h6 {
	font-family: 'Raleway', verdana, arial, sans-serif ;
	font-size: 16px ;
	line-height: 1.25; /* should never change */
}

/* general font color */
body {
	color: #000000;
}

p,
.par {
	margin: 16px 0px; /* top and bottom padding should match font-size */
}

p,
.par, 
blockquote,
ul,
ol, 
menu,
.lh {
	line-height: 1.75; /* set general line height if different than standard (no units is multiplied by font size) */
}

button {
	line-height: inherit; 
}

h1,
.h1,
.IDX-resultsSeparatorText,
h2,
h3 {
	font-family: 'Raleway' ;
	font-weight: bold ;
	letter-spacing: 0 ;
	/*text-transform: uppercase ;*/
	text-align: center ;
}

/* set heading styles - always set top and bottom margins */
h1,
.h1,
.IDX-resultsSeparatorText {
	font-size: 3.5em ;
	color: #4d6572 ;
	margin-top: 16px; 
	margin-bottom: 16px; 
}

.news-page,
.news-page h1,
.news-page h3 {
	font-family: 'Aleo' !important ;
}

.news-page h1 {
	text-align: left ;
	color: black ;
}

p.h1 {
	margin-top: 20px ;
}

.h1 {
	line-height: 1.25 ;
	clear: both ;
}

.content > h1:first-child {
	margin-top: 0px; 
}

h2 {
	font-size: 2em ;
	color: #4d6572 ;
	color: black ;
	margin-top: 16px; 
	margin-bottom: 16px; 
}

h3 {
	margin-top: 16px; 
	margin-bottom: 16px; 
}

h3,
.inline_h,
.h {
	color: #4d6572 ;
	font-size: 1.25em ;
}

h4 {
	font-size: 1.5em;
	margin-top: 11px; 
	margin-bottom: 0px; 
}

h5 {
	font-size: 1.25em;
	margin-top: 11px; 
	margin-bottom: 0px; 
}

h6 {
	margin-top: 11px; 
	margin-bottom: 0px; 
}

.inline {
	display: inline; 
}


/* set anchor styles */
a, 
a:link {
	color: #6e91a3;
}

a:active, 
a:visited {
	color: #4d6572;
}

a:hover {
	color: #98b48a;
}

/* default table properties */
table {
	border-collapse: collapse ;
}

/* default image properties */
img {
	; 
	border-collapse: separate; /* for ie9 */
}

/* hr styles */
hr {
	margin: 6px 0px; 
	padding: 0px;
	border: none; 
	border-top: solid 1px #000;
	border-bottom: solid 1px #fff;
	opacity: 0.4;
}

input,
textarea {
	box-sizing: border-box;
}

/*	template styles	*/

body {
	background: #666 ;
}

.body {
	margin: 0px; /* never change cos of ie6 */
	padding: 0px; 
	position: relative; 
}

.shadow_holder {
	background: url(https://citiroc.com.10.amst.com/images/demo/holder_shadow.png) center top no-repeat; 
	padding-top: 10px;
}

.holder,
.container {
	width: 100% ;
	max-width: 1180px;
	margin: auto;
}

.banner {
	/*background: url(https://citiroc.com.10.amst.com/images/demo/logo_bg.png);*/
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) , rgba(255, 255, 255, 0.5) );
	padding: 20px; 
}

.nav_holder {
	background: #145163;
}

.content_width {
	/*
	width: 980px;
	margin: auto; 
	*/
}

.content_bg {
	background: #ffffff;
}

.content_padding {
	padding: 4px 20px ;
}

.content_table {
	width: 100%; 
}

.content_table_side {
	vertical-align: top; 
	width: 250px; 
}

.content_table_content {
	vertical-align: top; 
}

.bottom_container {
	line-height: 1.5 ;
	padding: 20Px 0 ;
	background: #333 ;
}

/* nav button styles */

/*
a.button, 
a.button:link, 
a.button:active, 
a.button:visited {
	display: block ;
	color: #fff ;
	text-decoration: none ;
	font-size: 18px ;
	font-weight: bold ;
	letter-spacing: -1px ;
	text-align: center ;
	padding: 8px 12px ;
	border-left: 1px solid #6E91A3 ;
	border-right: 1px solid #4d6572 ;
	text-shadow: 0px 0px 10px #555 ;
}
a.button:hover {
	background: url(https://citiroc.com.10.amst.com/images/button-up.png) top center no-repeat ;
}
*/
a.button, 
a.button:link, 
a.button:active, 
a.button:visited {
	font-family: 'Raleway' ;
	text-transform: uppercase ;
	display: block ;
	color: #4d6572 ;
	text-decoration: none ;
	font-size: 18px ;
	line-height: 1 ;
	font-weight: normal ;
	text-align: center ;
	padding: 10px ;
}
a.button:hover {
	color: #6E91A3 ;
}

/* nav sub */

.nav li ul li a {
	width: 200px;
}

a.button_sub, 
a.button_sub:link, 
a.button_sub:active, 
a.button_sub:visited {
	font-family: 'Raleway' ;
	text-transform: uppercase ;
	font-size: 14px ;
	font-weight: normal ;
	display: block ;
	text-decoration: none ;
	color: #6E91A3 ;
	background-image: linear-gradient(to right, rgba(240, 240, 240, 1) , rgba(255, 255, 255, 1) ) ;
	padding: 3px 9px ;
}
a.button_sub:hover {
	background: #e0e8db ;
	color: #6a7d60 ;
}

/* footer styles */

.bottom_container,
.bottom_container a:link,
.bottom_container a:active,
.bottom_container a:visited {
	color: #ffffff ;
	text-decoration: none ;
}
.bottom_container a:hover {
	text-decoration: underline ;
}

/* link_white */

a.link_white, 
a.link_white:link, 
a.link_white:active, 
a.link_white:visited {
	color: #ffffff ;
	text-decoration: none ;
}
a.link_white:hover {
	text-decoration: underline ;
}

/* nav */

.nav {
	margin: 0px;
	padding: 0px;
	overflow: visible;
	list-style: none;
	list-style-image: none;
	clear: both;
}

.nav li {
	display: block; /* inline-block for HTML < 5 */
}


.nav li a {
	display: block ;
}

.nav li {
	width: 100%; 
	margin: 0px;
	padding: 0px;
	position: relative;
}

/* sub nav */
.nav li ul {
	display: none;
	margin: 0px ;
	padding: 0px ;
	position: absolute;
	list-style: none;
	list-style-image: none;
}
.nav_horizontal li ul.button_sub_left {
	left: 0;
	top: 100%;
}
.nav_vertical li ul {
	left: 100%;
	top: 0;
}
.nav_horizontal li ul.button_sub_right {
	left: default !important; 
	right: 0;
	top: 100%;
}

.nav li:hover > ul {
	display: block;
	z-index: 3000;
}
.nav li ul li a {
	display: block;
}

/* sub-sub nav */
.nav li ul li ul {
	display: none;
}
.nav li ul li:hover ul {
	left: 100%;
	top: 0;
}


/* misc standard styles */

.float,
img.img_float,
p.img_float img {
	clear: right; 
	float: right;
	margin: 16px 0px 16px 20px; 
}

.float_left,
img.img_float_left,
p.img_float_left img {
	clear: left; 
	float: left;
	margin: 16px 20px 16px 0px; 
}

.footnote {
	font-style: italic; 
	font-size: .8em; 
}

.box {
}

.box_h {
	border: solid 1px #ffffff; 
	background-color: #cccccc;
	color: #ffffff; 
	font-weight: bold; 
	padding: 5px; 
}

.box_c {
	padding: 5px; 
}

.gb {
	font-weight: bold; 
	color: #666666;
}

.google_info_win {
	font-size: 12px ;
	margin-top: 10px ;
	line-height: 1.5 ;
}

/* overlay */


.overlay_cont {
	position: relative; 
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
	border-collapse: separate; 
	margin: 10px; 
	border: solid 6px #d5d5d5; 
	border-radius: 20px; 
	background-color: #ffffff;
	padding: 0px 20px; 
}

.overlay_cont h2 {
	text-shadow: 2px 2px .1em rgba(0, 0, 0, 0.2);
}

.overlay_close {
	display: block; 
	position: absolute ;
	top: -9px; 
	right: 14px; 
	border: solid 1px #b5b5b5;
	border-top-right-radius: 2px;
	border-top-left-radius: 2px; 
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px; 
	background-color: #dddddd; 
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.15) , rgba(0, 0, 0, 0.1) ); 
	padding: 3px 6px; 
	text-decoration: none; 
	line-height: 1;
	color: #7f7f7f !important; 
	text-shadow: 0px 0px .1em rgba(255, 255, 255, 1);
}

.overlay_close:hover,
.overlay_close:focus {
	background-color: #cacaca; 
	border-color: #aaaaaa;
	color: #6a6a6a !important; 
}

.proc_win {
	padding: 40px 75px; 
	background-color: #eee; 
	text-align: center; 
}

.proc_win h2 {
	font-size: 26px; 
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 16px; 
}

/* done box */


.done {
	margin-bottom: 16px; 
	background-color: #e7edef; 
	text-align: center; 
	color: #145163; 
	border: solid 1px #145163; 
}

.done_standard, 
.done_message {
	margin: 8px; 
}

.done_message p {
	margin: 8px 0px; 
}

.done_message > *:first-child {
	margin-top: 0px; 
}
.done_message > *:last-child {
	margin-bottom: 0px; 
}

.done_1 {
	
}
.done_0 {
	font-style: italic; 
}

.done_1 .done_standard {
	font-weight: bold; 
}

.done_0 .done_standard {
	font-weight: bold; 
}

.done_message {
	
}

/* missing items box */

.missing {
	margin-bottom: 16px;
	background-color: #e7edef; 
	padding: 8px;
	text-align: center; 
	color: #145163; 
	font-size: 1.6em; 
	border: solid 1px #145163; 
}

/* jquery */

.ui-datepicker {
	font-family: Verdana,Arial,Sans-Serif;
	font-size: 12px !important; 
	font-weight: normal; 
	z-index: 4000 !important;
}

img.ui-datepicker-trigger {
	cursor: pointer;
	position: relative;
	left: 0px; 
	top: 3px;
}

.ui-autocomplete-loading {
	background: white url('/images/styles/ui-anim_basic_16x16.gif') right center no-repeat;
}

/* html5 style placeholder */

input.watermark {
	color: #888; 
}

/* share this */

.shareThis, .addThis {
	float: right ;
	margin-left: 20px ;
	margin-bottom: 10px; 
}

.shareThis a, 
.shareThis a:link,
.shareThis a:active,
.shareThis a:visited,
.addThis a, 
.addThis a:link,
.addThis a:active,
.addThis a:visited {
	text-decoration: none ;
	color: #1C6E35 ;
	font-size: 12px ;
}

.addThis a:hover,
.shareThis a:hover {
	text-decoration: underline ;
}

.addThis a, 
.addThis a:link, 
.addThis a:active,
.addThis a:hover,
.addThis a:visited {
	color: #FE6D4C ;
}

.top_search {
	border: 1px solid #e0e0e0 ;
	background: #fff ;
	padding: 5px 10px ;
	padding-left: 10px ;
}

.top_input {
	padding: 0px ;
	margin: 0px ;
	border: 0px ;
	background: #fff ;
	width: 100% ;
	position: relative ;
	color: #999 ;
}

#tooltip.tooltipText {
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	/*
	opacity: 0.85;
	*/
}

/* styled buttons */

.but {
	cursor: pointer; 
	text-shadow: 0px 0px 2px rgba(16, 65, 79, 1); 
	color: #ffffff !important;
	background-image: linear-gradient(to bottom, rgba(65, 114, 129, 1) , rgba(52, 102, 116, 1) );
	background-color: #376b7a;
	border: solid 1px #124859; 
	border-bottom: solid 1px #10404f; 
	border-radius: 3px;
	margin: 1px 0px; 
	text-align: center; 
	white-space: nowrap; 
}

button.but {
	padding: 1px 6px ; 
}

a.but {
	text-decoration: none; 
	display: inline-block; 
	padding: 1px 6px; 
}

.but:hover {
	background-image: linear-gradient(to bottom, rgba(62, 109, 123, 1) , rgba(50, 97, 110, 1) );
	background-color: #336472;
}

.but:active,
.but:focus {
	background-color: #145163; 
	background-image: none; 
}

.but[disabled] {
	border-color: #6f8a92; 
	background-image: none;
	background-color: #819ba3;
	text-shadow: none ; 
	cursor: default; 
}

/* tabs */

a.tab,
a.tab:link,
a.tab:visited,
a.tab:active,
a.tab:hover {
	display: inline-block;
	background-image: linear-gradient(to bottom, rgba(20, 81, 99, 1) , rgba(20, 81, 99, 1) ); 
	padding: 5px 10px; 
	border: solid 1px #145163; 
	text-decoration: none; 
	color: white; 
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	margin: 0px; 
}

a.tab:hover {
	background-image: linear-gradient(to bottom, rgba(104, 120, 25, 1) , rgba(104, 120, 25, 1) ); 
	border: solid 1px #687819; 
}

a.tab.tab_selected {
	background-image: linear-gradient(to bottom, rgba(104, 120, 25, 1) , rgba(104, 120, 25, 1) ); 
	border: solid 1px #687819; 
}

.tab_cont_cont {
	padding: 10px; 
}

/* COMMON STYLES (for site side only, generally doesn't change between sites) */

a img, 
a:link img, 
a:active img, 
a:visited img {
	border-style: solid;
	border-width: 1px; 
	border-color: #6e91a3;
}
a:hover img {
	border-color: #98b48a;
}

a img.no_border,
a:link img.no_border,
a:active img.no_border,
a:visited img.no_border,
a:hover img.no_border {
	border-width: 0px !important; 
}

textarea {
	resize: vertical;
}

input {
	margin: 2px; 
	margin-left: 0px; 
}

label, 
input[type="radio"], 
input[type="checkbox"] {
	vertical-align: middle; 
}

/* TinyMCE specific rules */


body.mceContentBody {
	background: #ffffff;
	padding: 20px; 
}

.mceContentBody a {
	color: #6e91a3 !important; /* Should match standard anchors; FF requires a important here for mceContentBody */
}

/*Misc Standard Styles*/

.w100 {
	width: 100%; 
}

.vat,
table.vat td,
tr.vat td {
	vertical-align: top; 
}

.vabl,
table.vabl td,
tr.vabl td {
	vertical-align: baseline; 
}

.vam,
table.vam td,
tr.vam td {
	vertical-align: middle; 
}

.tar {
	text-align: right; 
}

.important {
	color: #963a16;
}

.required {
	text-align: center;
	color: #963a16;
}

.even_row, 
.row_0 {
	background-color: #eeeeee;
}

.odd_row, 
.row_1 {
	background-color: #ffffff;
}

.good, 
.status1 {
	color: #687819;
}

.bad, 
.status0 {
	color: #963a16;
}

table.form td {
	vertical-align: baseline; 
	text-align: left; 
}

table.form td.label {
	/*text-align: right; */
}

div.label {
	margin-top: 16px; 
}

div.field {
	margin-bottom: 16px; 
}


/* _table default styles */

table.list_cont {
	width: 100%; 
}

table.list_cont td {
	padding: 5px; 
	vertical-align: top;
	border-top: dotted 1px #666666;
}

table.list_cont tr:first-child td {
	border-top: 0px; 
}

td.img_cont {
	width: 1%; 
	text-align: center; 
}

div.list_item {
	padding: 10px 0px; 
	border-top: dotted 0px #666666;
	clear: both;
}

div.list_item:first-child {
	border-top: 0px; 
}

tr.list_item td {
	padding-top: 10px; 
	padding-bottom: 10px; 
}

table.hor_list_cont {
	width: 100%; 
}

td.hor_list_item {
	text-align: center; 
	vertical-align: top; 
	padding: 6px; 
	padding-bottom: 12px; 
}

table.hor_list_item {
	margin: auto; 
}

table.hor_list_item td {
	text-align: center; 
}

.view_all {
	margin-top: 10px; 
	border-top: solid 0px #666666;
}

.name {
	font-size: 16px ;
	font-weight: bold; 
	letter-spacing: -1px ;
}

.date {
	font-style: italic;	
}

div.img_cont {
	clear: right;
	float: right; 
	margin: 0px 0px 10px 10px; 
}

.link {
	text-align: right; 
	clear: right; 
	font-size: 14px ;
}

.teaser {
	
}

/* Edit Me */

div.edit_me {
	opacity: 0.65; 
	position: fixed; 
	bottom: 0px;
	right: 10px; 
}

div.edit_me:hover {
	opacity: 1; 
}

div.edit_me_inner {
	box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.4);
	border-collapse: separate; 
	border-radius: 5px 5px 0px 0px; 
	border: solid 1px #5a8591; 
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 1) , rgba(91, 133, 146, 1) ); 
	padding: 5px 8px; 
	font-family: arial,sans-serif; 
	font-size: 15px; 
}

div.edit_me img {
	border: 0px; 
	vertical-align: middle; 
}

div.edit_me a {
	color: #145163; 
	text-decoration: none; 
}

div.edit_me a:hover, 
div.edit_me:hover a {
	text-decoration: underline; 
}

/* paging links */

div.paging {
	margin: 16px 0px; 
}

div.paging_np {
	
}

div.paging_pages {
	margin-top: 8px; 
}

a.paging, 
a.paging:link, 
a.paging:active, 
a.paging:visited,
a.paging:hover {
	display: inline-block; 
	border: solid 1px #6e91a3; 
	border-radius: 5.3333333333333px;
	background-color: #7596a7;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, .2) , rgba(110, 145, 163, 0.2) ); 
	padding: 5.3333333333333px 8px; 
	text-align: center;
	text-decoration: none; 
	color: #ffffff;
}

a.paging:hover {
	background-color: #83a0b0;
}

a.paging[disabled] {
	cursor: default; 
	border: solid 1px #8aa2af; 
	background-color: #8fa6b2; 
	background-image: none;
	color: #bbc8cf;
}

a.paging.paging_cur {
	border-width: 2px !important; 
	padding: 4.3333333333333px 7px !important; 
	font-weight: bold; 
	text-decoration: underline; 
}


/* BLOGS STYLES */

/* generic */

.blg_id.aut_id {
	font-weight: bold;
}

/* list */


/* detail */


/* module */


/* comments */

table.bc_id.list_cont {
	width: 100%; 
}

table.bc_id.list_cont td {
	vertical-align: top;
}

td.bc_id.comment_form {
	text-align: right;
	width: 300px; 
}

div.bc_id.comment_box {
	position: relative; 
	margin-left: 10px; 
	background-color: #cccccc;
	border: solid 1px #999999;
}

div.bc_id.comment_box_inner {
	padding: 0px 10px; 
}

div.bc_id.submitting {
	position: absolute; 
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) , rgba(255, 255, 255, 0.9) ); 
	width: 100%; 
	height: 100%; 
}

div.bc_id.submitting table {
	width: 100%; 
	height: 100%; 
}

div.bc_id.submitting table td {
	vertical-align: middle; 
	text-align: center; 
}

textarea.bc_id.icontent {
	width: 98%; 
	height: 6em; 
}

div.bc_id.comment {
	border: solid 1px #999999;
	border-width: 1px 0px 0px 0px;
	padding: 10px; 
}

div.bc_id.comment.row0 {
	background-color: #eeeeee;
}

div.bc_id.comment.row1 {
	background-color: #ffffff;
}

div.bc_id.comment_date {
	font-size: .8em; 
}

div.bc_id.comment_name {
	font-size: .8em;
}

div.bc_id.comment_content {
	margin-top: 10px; 
}


/* PRODUCTS STYLES */

/* bread crumb */


.bcrumb a:link,
.bcrumb a:active,
.bcrumb a:visited {
	font-size: 0.9em; 
	text-decoration: none; 
}

.bcrumb a:hover {
	text-decoration: underline; 
}

a.filter_bcrumb {
	display: inline-block;
	padding-right: 17px; 
	background: url(https://citiroc.com.10.amst.com/images/styles/remove_x_1.png) no-repeat right center ;
	text-decoration: none; 
	font-size: 0.9em; 
}

a.filter_bcrumb:hover {
	text-decoration: underline; 
	background-image: url(https://citiroc.com.10.amst.com/images/styles/remove_x_2.png) ;
}

/* generic */

.price {
	font-size: .9em; 
	font-style: italic; 
}

/* list */

/* category list */

div.cat_id.hor_list_cont {
	border: solid 1px #cccccc;
	background-color: #fafafa;
}

div.cat_id.hor_list_cont {
	width: 100%; 
}

.cat_id .cat_id.hor_img_cont {
	/*background-color: #cccccc;
	border-radius: 5px;*/
}

/* product list */


/* product detail */

div.prd_float_spaced {
	/*margin: -1px 0px;*/
	margin: 10px 0px; 
}

div.prd_img_cont {
	border: solid 1px #cccccc;
	/*background-color: #eeeeee;*/
	background-image: linear-gradient(to bottom, rgba(251, 251, 251, 1) , rgba(242, 242, 242, 1) ); 
	border-radius: 10px;
}

/*
div.prd_float_spaced:first-child div.prd_img_cont {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

div.prd_float_spaced:last-child div.prd_img_cont {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
*/

table.prd_img_main_cont td {
	text-align: center; 
	padding: 0px; 
}

table.prd_img_add_cont {
	width: 100%; 
	border-collapse: separate; 
}

table.prd_img_add_cont td {
	text-align: center; 
	padding: 0px; 
	/*
	border: solid 1px #cccccc;
	background-color: #eeeeee;
	border-radius: 3px;
	*/
}

table.prd_pdfs_cont {
	width: 100%; 
}

table.prd_pdfs_cont td {
	text-align: center; 
	vertical-align: top; 
	padding: 3px; 
}

.prd_pdfs_name {
	font-size: 10px; 
}

.prd_id.form_label {
	font-weight: bold; 
	color: #145163; 
}

/* module */


/* CART STYLES */

div.cart_id.list.list_cont {
	border: solid 1px #999999;
}

table.cart_id.list.list_cont td {
	vertical-align: baseline; 
	padding: 5px; 
}

tr.cart_id.list.list_item td {
	border-color: #999999;
}

tr.cart_id.list.list_head td {
	background-color: #145163;
	background-image: linear-gradient(to bottom, rgba(20, 81, 99, 1) , rgba(67, 116, 130, 1) );
	color: #999999;
	font-weight: bold;
}

tr.cart_id.list.list_head td {
	vertical-align: bottom; 
	border-bottom: solid 1px #999999; 
}

.cart_id.list.prd_id {
	font-size: .8em;
}

.cart_id.list.quantity {
	width: 25px ; 
	font-size: .8em; 
	text-align: center; 
}

tr.cart_id.list.list_item td {
	background: #ffffff;
}

.cart_id.list.img_cont {
	/*padding: 2px !important; */
	vertical-align: top !important;
}

.cart_id.list.img_cont img {
	margin: 2px 0px; /* match input fields */
}

.cart_id.list.name_cont {
	font-size: 1.1em;
}

.cart_id.list.opt_cont {
	/*font-size: .8em; */
}

.cart_id.list.quantity_cont {
	text-align: center; 
	width: 1% ; 
	white-space: nowrap; 
}

.cart_id.list.remove_cont {
	text-align: center; 
	width: 1% ; 
	white-space: nowrap; 
	font-size: 0.9em; 
}

.cart_id.list.amount_cont {
	text-align: right; 
}

.cart_id.list.item_total_cont {
	text-align: right; 
}

table.cart_id.list.subtotal {
	width: 100%; 
	margin-top: 9px;
}

table.cart_id.list.subtotal td {
	vertical-align: top; 
	padding: 0px; 
}

.cart_id.list.subtotal_cont {
	text-align: right;
}

.cart_id.list.setup_cont {
	text-align: right;
}

.cart_id.list.tax_cont {
	text-align: right;
}

.cart_id.list.promo_cont {
	text-align: right; 
}

.cart_id.list.handling_cont {
	text-align: right;
}

.cart_id.list.shipping_cont {
	text-align: right;
}

.cart_id.list.total_cont {
	text-align: right;
	font-size: 16px; 
}

div.cart_id.list.checkout {
	text-align: right; 
	margin-top: 9px; 
}

a:link.checkout_button,
a:active.checkout_button,
a:visited.checkout_button {
	display: inline-block;
	border: outset 2px #687819;
	padding: 9px 15px; 
	/*background-color: #687819;*/
	font-size: 16px; 
	font-weight: bold; 
	color: #ffffff; 
	text-decoration: none; 
	background-image: linear-gradient(to bottom, rgba(104, 120, 25, 0.8) , rgba(104, 120, 25, 1) ); 
}

a:hover.checkout_button {
	background-image: linear-gradient(to bottom, rgba(104, 120, 25, 1) , rgba(104, 120, 25, 1) ); 
}

/* Checkout Styles (NEEDS UPDATED) */

h3.checkout {
	text-align: center; 
	background-color: #687819;
	padding: 6px 0px; 
	border: solid 1px #cccccc;
	color: #ffffff;
}

table.totaler {
	width: 100%; 
	margin: 10px 0px; 
}

table.totaler td {
	padding: 1px 3px; 
	vertical-align: baseline; 
}

table.totaler tr.head td {
	color: #666666; 
	font-weight: bold ; 
	border-bottom: solid 1px #999999 ;
}

table.totaler tr.body td {
	border-bottom: solid 1px #cccccc ;
}

table.totaler_totals {
	margin: 15px 0px 15px auto;
}

table.totaler_totals td {
	text-align: right;
}

table.totaler_totals td.label {
	color: #666666 ;
	text-align: left;
	padding-right: 10px;
	font-weight: bold;
	white-space: nowrap;
}

table.totaler_totals td.total {
	color: #666666;
	border-top: solid 1px #999999;
	font-size: 14px;
	font-weight: bold;
}

table.checkout {
	margin: auto;
}

table.checkout td {
	padding: 3px 3px 3px 0px;
}

table.checkout td {
	vertical-align: baseline; 
}

table.checkout td.label {
	text-align: right;
	font-weight: normal;
}

table.checkout td.label.label_top {
	padding-top: 5px; 
	vertical-align: top; 
}
/* SLIDERS STYLES */

/* module */

.sl_id.mod.list_cont {
	
}
/* for both site and cms (generally doesn't change between sites) */

/* print styles */

.print_only {
	display: none !important; 
}

@media print {
	
	.print_only {
		display: block !important;
	}
	
	.no_print {
		display: none !important; 
	}
	
	.container {
		width: 100% !important;
		margin: 0px !important;
		padding: 0px !important;
	}
	
	.content {
		margin: 0px !important;
		padding: 0px !important; 
		float: none !important;
	}
	
}

a.link_green:link,
a.link_green:active,
a.link_green:visited {
	color: #98B48A ;
	text-decoration: none ;
}
a.link_green:hover {
	text-decoration: underline ;
}
a.link_blue:link,
a.link_blue:active,
a.link_blue:visited {
	color: #6E91A3 ;
	text-decoration: none ;
}
a.link_blue:hover {
	text-decoration: underline ;
}
a.link_gray:link,
a.link_gray:active,
a.link_gray:visited {
	color: #ddd ;
	text-decoration: none ;
}
a.link_gray:hover {
	text-decoration: underline ;
}
a.link_sky:link,
a.link_sky:active,
a.link_sky:visited {
	color: #EEF2F5 ;
	text-decoration: none ;
}
a.link_sky:hover {
	text-decoration: underline ;
}
a.link_greenLt:link,
a.link_greenLt:active,
a.link_greenLt:visited {
	color: #e0e8db ;
	text-decoration: none ;
}
a.link_greenLt:hover {
	text-decoration: underline ;
}
a.link_greenDk:link,
a.link_greenDk:active,
a.link_greenDk:visited {
	color: #6a7d60 ;
	text-decoration: none ;
}
a.link_greenDk:hover {
	text-decoration: underline ;
}
a.link_blueLt:link,
a.link_blueLt:active,
a.link_blueLt:visited {
	color: #d3dee3 ;
	text-decoration: none ;
}
a.link_blueLt:hover {
	text-decoration: underline ;
}
a.link_blueDk:link,
a.link_blueDk:active,
a.link_blueDk:visited {
	color: #4d6572 ;
	text-decoration: none ;
}
a.link_blueDk:hover {
	text-decoration: underline ;
}
a.link_grayLt:link,
a.link_grayLt:active,
a.link_grayLt:visited {
	color: #f4f4f4 ;
	text-decoration: none ;
}
a.link_grayLt:hover {
	text-decoration: underline ;
}
a.link_grayDk:link,
a.link_grayDk:active,
a.link_grayDk:visited {
	color: #9a9a9a ;
	text-decoration: none ;
}
a.link_grayDk:hover {
	text-decoration: underline ;
}
a.link_skyLt:link,
a.link_skyLt:active,
a.link_skyLt:visited {
	color: #f9fbfc ;
	text-decoration: none ;
}
a.link_skyLt:hover {
	text-decoration: underline ;
}
a.link_skyDk:link,
a.link_skyDk:active,
a.link_skyDk:visited {
	color: #a6a9ab ;
	text-decoration: none ;
}
a.link_skyDk:hover {
	text-decoration: underline ;
}
a.link_1:link,
a.link_1:active,
a.link_1:visited {
	color: #145163 ;
	text-decoration: none ;
}
a.link_1:hover {
	text-decoration: underline ;
}
a.link_2:link,
a.link_2:active,
a.link_2:visited {
	color: #687819 ;
	text-decoration: none ;
}
a.link_2:hover {
	text-decoration: underline ;
}
a.link_3:link,
a.link_3:active,
a.link_3:visited {
	color: #963a16 ;
	text-decoration: none ;
}
a.link_3:hover {
	text-decoration: underline ;
}
a.link_4:link,
a.link_4:active,
a.link_4:visited {
	color: #cccccc ;
	text-decoration: none ;
}
a.link_4:hover {
	text-decoration: underline ;
}
a.link_5:link,
a.link_5:active,
a.link_5:visited {
	color: #999999 ;
	text-decoration: none ;
}
a.link_5:hover {
	text-decoration: underline ;
}
a.link_6:link,
a.link_6:active,
a.link_6:visited {
	color: #666666 ;
	text-decoration: none ;
}
a.link_6:hover {
	text-decoration: underline ;
}
a.link_main_1:link,
a.link_main_1:active,
a.link_main_1:visited {
	color: #145163 ;
	text-decoration: none ;
}
a.link_main_1:hover {
	text-decoration: underline ;
}
a.link_main_2:link,
a.link_main_2:active,
a.link_main_2:visited {
	color: #687819 ;
	text-decoration: none ;
}
a.link_main_2:hover {
	text-decoration: underline ;
}
a.link_main_3:link,
a.link_main_3:active,
a.link_main_3:visited {
	color: #963a16 ;
	text-decoration: none ;
}
a.link_main_3:hover {
	text-decoration: underline ;
}
a.link_main_4:link,
a.link_main_4:active,
a.link_main_4:visited {
	color: #cccccc ;
	text-decoration: none ;
}
a.link_main_4:hover {
	text-decoration: underline ;
}
a.link_main_5:link,
a.link_main_5:active,
a.link_main_5:visited {
	color: #999999 ;
	text-decoration: none ;
}
a.link_main_5:hover {
	text-decoration: underline ;
}
a.link_main_6:link,
a.link_main_6:active,
a.link_main_6:visited {
	color: #666666 ;
	text-decoration: none ;
}
a.link_main_6:hover {
	text-decoration: underline ;
}
a.link_trim_1:link,
a.link_trim_1:active,
a.link_trim_1:visited {
	color: #cccccc ;
	text-decoration: none ;
}
a.link_trim_1:hover {
	text-decoration: underline ;
}
a.link_trim_2:link,
a.link_trim_2:active,
a.link_trim_2:visited {
	color: #999999 ;
	text-decoration: none ;
}
a.link_trim_2:hover {
	text-decoration: underline ;
}
a.link_trim_3:link,
a.link_trim_3:active,
a.link_trim_3:visited {
	color: #666666 ;
	text-decoration: none ;
}
a.link_trim_3:hover {
	text-decoration: underline ;
}
a.link_bg:link,
a.link_bg:active,
a.link_bg:visited {
	color: #666666 ;
	text-decoration: none ;
}
a.link_bg:hover {
	text-decoration: underline ;
}
a.link_font:link,
a.link_font:active,
a.link_font:visited {
	color: #000000 ;
	text-decoration: none ;
}
a.link_font:hover {
	text-decoration: underline ;
}
a.link_heading:link,
a.link_heading:active,
a.link_heading:visited {
	color: #963a16 ;
	text-decoration: none ;
}
a.link_heading:hover {
	text-decoration: underline ;
}
a.link_anchor_1:link,
a.link_anchor_1:active,
a.link_anchor_1:visited {
	color: #6e91a3 ;
	text-decoration: none ;
}
a.link_anchor_1:hover {
	text-decoration: underline ;
}
a.link_anchor_2:link,
a.link_anchor_2:active,
a.link_anchor_2:visited {
	color: #4d6572 ;
	text-decoration: none ;
}
a.link_anchor_2:hover {
	text-decoration: underline ;
}
a.link_anchor_3:link,
a.link_anchor_3:active,
a.link_anchor_3:visited {
	color: #98b48a ;
	text-decoration: none ;
}
a.link_anchor_3:hover {
	text-decoration: underline ;
}
a.link_nav_1:link,
a.link_nav_1:active,
a.link_nav_1:visited {
	color: #cccccc ;
	text-decoration: none ;
}
a.link_nav_1:hover {
	text-decoration: underline ;
}
a.link_nav_2:link,
a.link_nav_2:active,
a.link_nav_2:visited {
	color: #cccccc ;
	text-decoration: none ;
}
a.link_nav_2:hover {
	text-decoration: underline ;
}
a.link_content:link,
a.link_content:active,
a.link_content:visited {
	color: #ffffff ;
	text-decoration: none ;
}
a.link_content:hover {
	text-decoration: underline ;
}
a.link_light:link,
a.link_light:active,
a.link_light:visited {
	color: #ffffff ;
	text-decoration: none ;
}
a.link_light:hover {
	text-decoration: underline ;
}
a.link_foot:link,
a.link_foot:active,
a.link_foot:visited {
	color: #ffffff ;
	text-decoration: none ;
}
a.link_foot:hover {
	text-decoration: underline ;
}
a.link_even:link,
a.link_even:active,
a.link_even:visited {
	color: #eeeeee ;
	text-decoration: none ;
}
a.link_even:hover {
	text-decoration: underline ;
}
a.link_odd:link,
a.link_odd:active,
a.link_odd:visited {
	color: #ffffff ;
	text-decoration: none ;
}
a.link_odd:hover {
	text-decoration: underline ;
}
a.link_good:link,
a.link_good:active,
a.link_good:visited {
	color: #687819 ;
	text-decoration: none ;
}
a.link_good:hover {
	text-decoration: underline ;
}
a.link_bad:link,
a.link_bad:active,
a.link_bad:visited {
	color: #963a16 ;
	text-decoration: none ;
}
a.link_bad:hover {
	text-decoration: underline ;
}
a.link_important:link,
a.link_important:active,
a.link_important:visited {
	color: #963a16 ;
	text-decoration: none ;
}
a.link_important:hover {
	text-decoration: underline ;
}

.top-arrow {
	width: 100px ;
}
.top-arrow img {
	border: 0px !important ;
}
.top-arrow a:link,
.top-arrow a:active,
.top-arrow a:visited {
	border: 0px ;
	display: block ;
	margin: 20px ;
	text-align: center ;
	padding: 10px 15px ;
	background-image: url(https://citiroc.com.10.amst.com/images/arrow-bg.png) ;
	background-position: center ;
}
.top-arrow a:hover {
	background-image: url(https://citiroc.com.10.amst.com/images/arrow-bg_up.png) ;
}

.top_search {
	border: 0px ;
	background: none ;
}
.top_search label,
.top_search button,
.top_search select,
.top_search input {
	font-size: 12px ;
	line-height: 1.5 ;
}

.idx_field {
	float: left ;
	vertical-align: middle ;
}

.slider_holder {
	background-size: cover ;
	background-position: center ;
}

.IDX-resultsField-listingPrice,
.big,
button.big,
a.big:link,
a.big:active,
a.big:visited {
	font-family: georgia ; 
	display: block ;
	margin-bottom: 16px ;
	background: #6a7d60 ;
	color: #fff ;
	font-size: 20px ;
	letter-spacing: -1px ;
	text-decoration: none ;
	padding: 6px 12px ;
	font-weight: bold ;
	font-style: italic ;
	border: 0px ;
}
a.big:hover {
	background: #98B48A ;
}

.list_holder {
	margin: auto ;
}
.list {
	vertical-align: top ;
	width: 306px ;
	padding-bottom: 20px ;
}
.list1 {
	padding: 0px 20px ;
}
.image {
	background-position: center ;
	background-size: cover ;
	background-repeat: no-repeat ;
}
.image img {
	height: 200px ;
	width: 100% ;
	border: 0px !important ;
}
.heading {
	background: #6E91A3 ;
	color: #fff ;
	padding: 6px 12px ;
	text-align: center ;
	font-size: 20px ;
}

.big_image {
	background-size: auto 100% ;
	background-position: center ;
	background-color: none ;
	background-repeat: no-repeat ;
	height: 500px ;
}

.property_data {
	padding: 15px ;
	background: #f0f0f0 ;
	text-align: center ;
}

a.search_type:link,
a.search_type:active,
a.search_type:visited {
	display: block ;
	color: #fff ;
	text-decoration: none ;
	font-size: 18px ;
	letter-spacing: -1px ;
	text-align: center ;
	padding: 8px 16px ;
	border-radius: 10px 10px 0px 0px ;
}
a.search_type:hover {
	background-color: #6E91A3 ;
}

.home_neighborhoods_holder {
	text-align: center ;
	background-image: linear-gradient(to bottom, rgba(250, 251, 252, 1) , rgba(238, 242, 245, 1) ) ;
}

.home_neighborhoods {
	display: inline-block ;
}

.home_neighborhoods a:link,
.home_neighborhoods a:active,
.home_neighborhoods a:visited {
	border-left: 1px solid #f9fbfc ;
	border-top: 1px solid #f9fbfc ;
	border-right: 1px solid #EEF2F5 ;
	border-bottom: 1px solid #EEF2F5 ;
	display: block ;
	margin: 0px ;
	font-weight: normal ;
	padding: 8px 12px ;
	font-size: 18px ;
	letter-spacing: -1px ;
	text-decoration: none ;
	color: #4d6572 ;
}
.home_neighborhoods a:hover {
	text-decoration: underline ;
}

/* Standard Sizes */


.body {
	padding-top: 120px ;
}

.top_container {
	position: fixed ;
	top: 0 ;
	left: 0 ;
	right: 0;
	height: 120px ;
	z-index: 999 ;
	background: white ;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	border-collapse: separate ;
}

.top_info {
	display: table ;
	width: 100% ;
}
.top_menu,
.top_left,
.top_right {
	height: 120px ;
	display: table-cell ;
	vertical-align: middle ;
}
.top_menu {
	display: none ;
}
.top_left {
	width: 30% ;
	font-size: 0 ;
}
.logo {
}
.logo img {
	width: 100% ;
	height: auto ;
}
.top_nav {
	float: right ;
}

.sf-menu li ul li a{
	display: block ;
	width: 200px ;
}

.property_thumbs {
	display: inline-block ;
	margin: 10px 5px ;
	background-position: center ;
	background-size: cover ;
}
.property_thumbs img {
	border: 0px !important ;
	height: 75px ;
	width: 75px ;
}
.property_info {
	font-weight: bold ;
	font-style: italic ;
	font-size: 12px ;
	padding-top: 0px ;
	text-align: center ;
	letter-spacing: -.03em ;
}
.property_price {
	font-family: georgia ; 
	margin-left: 20px ;
	background: #98B48A ;
	color: #fff ;
	font-size: 28px ;
	letter-spacing: -1px ;
	font-weight: bold ;
	font-style: italic ;
	padding: 8px 12px ;
}

#IDX-main {
	width: 100% ;
	max-width: 1180px ;
	margin: auto ;
}
/* Results Page */
.IDX-row-content {
}
.IDX-resultsAddress {
	margin: 0px ;
}
a.IDX-resultsAddressLink:link,
a.IDX-resultsAddressLink:active,
a.IDX-resultsAddressLink:visited {
	margin: 0px ;
	display: block ;
	text-decoration: none ;
	padding: 8px 12px ;
	background: #f0f0f0 ;
	font-size: 18px ;
	letter-spacing: -1px ;
}
a.IDX-resultsAddressLink:hover {
	text-decoration: underline ;
}
.IDX-resultsPhoto {
	padding: 0px;
	margin: 0px ;
	line-height: 0px ;
	height: 250px ;
	overflow: hidden ;
	text-align: center ;
}
.IDX-resultsPhoto img {
	height: 100% ;
	border: 0px !important ;
}
.IDX-column {
	display: block ;
	width: auto ;
	float: none ;
}
.IDX-column1,
.IDX-column2,
.IDX-column3,
.IDX-column4 {
	width: auto ;
}
.IDX-column2,
.IDX-column3 {
	margin: 15px ;
}
.IDX-column4 {
	display: none ;
}
.IDX-resultsSeparator {
	height: 0px ;
	border: 0px ;
	margin-bottom: 20px ;
}
#IDX-resultMap {
	height: 250px ;
	width: 100% ;
	margin-bottom: 4px ;
}
.IDX-resultsField-listingPrice {
	display: block ;
}
.IDX-resultsField-bedrooms,
.IDX-resultsBaths,
.IDX-resultsField-fullBaths,
.IDX-resultsField-partialBaths,
.IDX-resultsField-sqFt {
	display: block ;
}
.IDX-resultsField-acres,
.IDX-resultsField-propStatus {
	display: none ;
}
.IDX-resultCellContainer {
	text-align: center ;
}
.IDX-resultsCell {
	display: inline-block ;
	margin: 0px ;
	vertical-align: top ;
	width: 33% ;
	margin-bottom: 20px ;
	clear: none ;
	text-align: left ;
}
.IDX-cellInnerWrapper {
	padding: 0px 10px ;
}
.IDX-row-content {
	padding: 0px ;
}
.IDX-mlsContainer {
	display: none ;
}
.IDX-resultsPhotogallery a:link,
.IDX-resultsPhotogallery a:active,
.IDX-resultsPhotogallery a:visited {
	background: #6E91A3 ;
	color: #fff ;
	display: block ;
	text-decoration: none ;
	padding: 4px 12px ;
	margin: 0px ;
}
.IDX-resultsPhotogallery a:hover {
	text-decoration: Underline ;
}
.IDX-resultsFooter {
	clear: both ;
	float: none ;
	display: block ;
	width: 100% ;
}
.IDX-resultsDescription {
	text-align: left ;
}
.IDX-resultsLabel {
	white-space: nowrap ;
}
#IDX-resultsHeader,
#IDX-detailsTopNav {
	margin: 20px 0 ;
	margin-bottom: 0px ;
	padding: 10px ;
	border: 1px solid #ccc ;
	background: #f0f0f0 ;
	text-align: center ;
	overflow: hidden ;
}
.IDX-lineBreak {
	display: none ;
}

#IDX-details-row-content {
	border: 0px !important ;
	margin: 20px 0px ;
}

#IDX-hotLinks a:link,
#IDX-hotLinks a:active,
#IDX-hotLinks a:visited {
	display: inline-block ;
	margin: 10px 5px ;
	padding: 10px ;
	border: 1px solid #f0f0f0 ;
}
#IDX-hotLinks a:hover {
	background: #f0f0f0 ;
}
#IDX-description span {
	margin-bottom: 10px ;
}

a.IDX-detailsVirtualTourLink:link,
a.IDX-detailsVirtualTourLink:active,
a.IDX-detailsVirtualTourLink:visited,
a.IDX-button:link,
a.IDX-button:active,
a.IDX-button:visited {
	color: #fff ;
	text-decoration: None ;
}
a.IDX-detailsVirtualTourLink:hover,
a.IDX-button:hover {
	color: #ff0 ;
}

.IDX-fieldContainerList {
	float: none ;
	display: block ;
	width: 100% ;
	margin: 0px ;
	padding: 0px ;
	margin: 20px 0px ;
}
.IDX-fieldContainerList div {
	width: 800px ;
	margin: 5px 0px ;
}

.IDX-resultsField-listingPrice {
	position: absolute ;
	top: -155px ;
	right: 0px ;
	background: #98B48A ;
}
.IDX-resultsField-listingPrice .IDX-resultsText {
	color: #fff !important ;
	font-size: 20px ;
}

.IDX-resultsAddress {
	background: #f0f0f0 ;
	text-align: center ;
}

.IDX-resultsAddress,
.IDX-resultsAddress span {
	color: #4d6572 ;
	font-family: 'Libre Baskerville' ;
	font-size: 16px ;
	padding: 10px 0px 5px 0px ;
	font-weight: bold ;
	letter-spacing: -.03em ;
	line-height: 1 ;
}
.IDX-resultsAddress {
	border-bottom: 1px solid #ccc ;
	margin: 0px 15px ;
}

.IDX-resultsField-sqFt,
.IDX-resultsField-fullBaths,
.IDX-resultsField-partialBaths,
.IDX-resultsField-bedrooms {
	clear: both ;
	display: inline-block ;
	background-position: top center ;
	background-repeat: no-repeat ;
	padding: 0px 10px ;
	padding-top: 30px ;
	padding-bottom: 10px ;
	text-align: center ;

}
.IDX-resultsBaths {
	display: inline-block ;
}
.IDX-resultsField-sqFt .IDX-resultsLabel,
.IDX-resultsField-fullBaths .IDX-resultsLabel,	
.IDX-resultsField-partialBaths .IDX-resultsLabel,	
.IDX-resultsField-bedrooms .IDX-resultsLabel {
	display: none ;
}
.IDX-resultsField-sqFt .IDX-resultsText,
.IDX-resultsField-fullBaths .IDX-resultsText,	
.IDX-resultsField-partialBaths .IDX-resultsText,	
.IDX-resultsField-bedrooms .IDX-resultsText {
	display: block ;
	font-size: 11px !important ;
	font-weight: bold ;
	text-align: center ;
}
.IDX-column2 {
	text-align: center ;
	display: block ;
	position: relative ;
	border-bottom: 1px solid #ccc ;
}
.IDX-resultsField-sqFt {
	background-image: url(https://citiroc.com.10.amst.com/images/ico-size-big.png) ;
}
.IDX-resultsField-fullBaths {
	background-image: url(https://citiroc.com.10.amst.com/images/ico-bath-big.png) ;
}
.IDX-resultsField-partialBaths {
	background-image: url(https://citiroc.com.10.amst.com/images/ico-bath-partial-big.png) ;
}
.IDX-resultsField-bedrooms {
	background-image: url(https://citiroc.com.10.amst.com/images/ico-bed-big.png) ;
}

.IDX-resultsField-fullBaths .IDX-resultsText:after {
	content: " baths" ;
}
.IDX-resultsField-partialBaths .IDX-resultsText:after {
	content: " half" ;
}
.IDX-resultsField-sqFt .IDX-resultsText:after {
	content: " sq ft" ;
}
.IDX-resultsField-bedrooms .IDX-resultsText:after {
	content: " beds" ;
}

.IDX-resultsPhotogallery {
	display: none ;
}

.IDX-topLinks {
	display: inline-block ;
	margin-bottom: 0px ;
}

.IDX-pager,
.IDX-listingCountWrap,
.IDX-topLink {
	display: inline-block ;
	margin: 5px 5px ;
}
.IDX-listingCountWrap {
	margin-right: 50px ;
}

.IDX-searchNavWrapper {
	text-align: center ;
}

.IDX-currentPageLink,
.IDX-searchNavItem a,
.IDX-topLink a {
	background: #6E91A3 ;
	padding: 4px 12px ;
	color: #fff ;
	font-size: 18px ;
	letter-spacing: -1px ;
	font-weight: bold ;
	text-decoration: none;
	display: inline-block ;
}
.IDX-searchNavItem a:hover,
.IDX-topLink a:hover {
	background: #4d6572 ;
}
.IDX-listAsRow li.IDX-searchNavItem {
	margin: 10px 10px 20px 0px ;
	display: inline-block ;
	padding: 0px ;
}

#IDX-search-row-content {
	border: 0px !important ;
}
.IDX-resultsCountMessage {
	margin: 15px 0px ;
	font-style: italic ;
}

#IDX-detailsTopNav > div {
	display: inline-block ;
	width: auto ;
}

.IDX-topLink {
	position: static ;
}

#IDX-nextLastButtons > div {
	float: none ;
	display: inline-block ;
}
#IDX-nextLastPosition {
	display: block !important ;
	margin: 5px 0px 0px 0px ;
	font-style: italic ;
}

.IDX-saveProperty,
#IDX-scheduleShowing,
.IDX-detailsVirtualTourLink,
#IDX-mortgageLink {
	display: none !important ;
}
#IDX-contactAgent {
	content: "" ;
}

#IDX-hotLinks {
	text-align: center ;
	border-bottom: 1px solid #ccc ;
	margin-bottom: 15px ;
	padding: 5px 0px 15px 0px !important ;
}
#IDX-hotLinks a {
	text-decoration: none ;
	margin: 0px 5px !important ;
	border: 1px solid #ccc !important ;
}

.IDX-resultsAddressState {
	display: inline-block !important ;
	margin-right: 10px ;
}

.IDX-cellInnerWrapper .IDX-row-content {
	background: #f0f0f0 ;
}

.IDX-resultsDescription {
	line-height: 1.5 ;
}

.IDX-detailsEndAddressComma,
.IDX-detailsAddressInfo,
.IDX-detailsAddressLocationInfo {
	display: inline-block ;
	overflow: visible ;
}
#IDX-detailsAddress {
	display: block ;
	float: none ;
	width: auto ;
	text-align: center ;
	color: white ;
	background: #4d6572 ;
	padding: 12px ;
	border-radius: 20px ;
}

#IDX-description {
	float: none !important ;
	display: block !important ;
	width: auto !important ;
	font-size: 14px ;
	line-height: 1.5 ;
}

#IDX-detailsMap {
	width: 100% ;
	height: 400px ;
	positioN: relative ;
	margin: 16px 0px ;
}

.st_containter {
	display: inline-block ;
	margin-left: 10px ;
}
#IDX-detailsFeatured {
	display: none ;
}
/*#IDX-detailsFeatured {
	float: none !important ;
	display: block !important ;
	width: auto !important ;
	margin: 20px 0px !important ;
	margin-top: 0px !important ;
	padding: 0px !important ;
}*/

#IDX-contactInformation {
	border: 1px solid #ccc ;
	background: #f0f0f0 ;
	padding: 15px ;
	margin-top: 20px ;
	display: none ;
}
#IDX-contactInformation  h3 {
	margin: 0px ;
}
#IDX-details-row-content {
	padding-bottom: 0px ;
	margin-bottom: 0px ;
}
#IDX-fieldsWrapper {
	padding: 0px ;
	margiN: 0px ;
	width: 100% ;
	float: none ;
}
h3.IDX-fieldContainerTitle {
	margin-bottom: 0px ;
}
.IDX-fieldContainerList {
	padding-top: 0px ;
	margin-top: 0px ;
	padding-bottom: 0px ;
	margin-bottom: 0px ;
	display: block ;
	width: 100% !important ;
	float: none ;
}
.IDX-fieldContainerList > div {
	padding: 5px ;
	float: none ;
	width: 100% !important ;
	display: block ;
}
.IDX-fieldContainerList > div strong {
	font-weight: bold ;
	font-size: 12px ;
	text-transform: uppercase ;
	color: #333 ;
}
.IDX-fieldContainerList > div:nth-child(2n+0) {
	background: #f0f0f0 ;
}
.IDX-fieldContainer {
	float: none ;
	display: block ;
	width: 100% ;
}
#IDX-detailsContactForm {
	margin: 0px 0px 16px 0px ;
	border: 1px solid #ccc ;
	padding: 1px 15px ;
	background: #f0f0f0 ;
}
#IDX-detailsBankRateTool,
#IDX-detailsContactForm,
#IDX-fieldsWrapper,
#IDX-hotLinks,
#IDX-detailsLinkNew,
#IDX-detailsLinkModify {
	display: none ;
}

#IDX-photoListing {
	text-align: center ;
	float: none ;
	margin: auto ;
	width: auto ;
	display: block ;
}

#IDX-primaryPhoto {
	display: inline-block ;
	width: 100% ;
	max-width: 640px ;
	margin: 20px 0 ;
}

/*#IDX-detailsField-listingPrice,
#IDX-detailsHeadFields > div {
	display: block !important ;
	float: none !important ;
	width: auto !important ;
	text-align: left !important ;
	background: #fff ;
	color: #000 ;
	padding: 5px 0px ;
}
#IDX-detailsHeadFields > div:nth-child(2n+0) {
	background: #f0f0f0 ;
}
#IDX-detailsHead .IDX-detailsText,
#IDX-detailsHead .IDX-fieldData,
#IDX-detailsHead .IDX-detailsLabel,
#IDX-detailsHead .IDX-fieldLabel {
	display: inline-block ;
	width: auto ;
}
#IDX-detailsHead .IDX-detailsLabel,
#IDX-detailsHead .IDX-fieldLabel {
	margin-left: 10px ;
	color: #333 ;
}*/

#IDX-detailsField-listingPrice {
	text-align: center ;
	display: block ;
	width: auto ;
	float: none ;
	border: 1px solid #e0e0e0 ;
	padding: 8px ;
	margin: 20px auto ;
	border-radius: 20px ;
}

#IDX-detailsField-listingPrice .IDX-detailsText {
	font-size: 3em ;
}

#IDX-detailsHeadFields {
	display: table ;
	width: 100% ;
}

#IDX-detailsHeadFields .IDX-detailsField {
	text-align: center ;
	display: table-cell ;
	vertical-align: top ;
	width: 16.6% ;
}

#IDX-detailsHeadFields .IDX-detailsField .IDX-fieldData {
	font-size: 2em ;
	color: #4d6572 ;
}

#IDX-detailsGalleryLink{
	display: block ;
	font-size: 1.5em ;
}

#IDX-photoGalleryLink {
	display: inline-block ;
	border-radius: 20px ;
	padding: 8px 16px ;
	text-decoration: none ;
	box-shadow: 0 0 10px rgba(0,0,0,.5) ;
}

#IDX-photoGalleryLink:before {
	background: none ;
	width: 0 ;
	height: 0 ;
}

#IDX-detailsPrice {
	color: black ;
}

@media (max-width: 640px) {
	.IDX-resultsCell {
		display: block !important ;
		width: auto !important ;
		margin: 16px auto !important ;
	}
	#IDX-resultMap {
		height: 350px ;
		width: 100% ;
		margin: 0 !important ;
	}
}
.idx_field {
	padding: 5px 0px ;
}
.idx_field input,
.idx_field select {
	margin: 0px 15px 0px 5px ;
}

.list_icons td {
	font-size: 11px ;
	font-weight: bold ;
	text-align: center ;
	padding: 0px 5px ;
}
.list_icons img {
	height: 16px ;
	margin: 0px 10px ;
}

.property_top {
	margin: -4px 0px 10px ;
	text-align: center ;
	padding: 20px ;
}

#IDX-detailsAddress,
.property_name {
	font-size: 30px !important ;
	display: block ;
	letter-spacing: 0px ;
	font-weight: bold;
	font-family: arial ;
}
#IDX-detailsAddress > div {
	font-size: 32px !important ;
}

.property_address {
	color: #7F7F7F ;
	margin-top: 5px ;
	font-size: 16px ;
	letter-spacing: 0px ;
	font-weight: bold ;
	font-style: italic ;
	font-family: arial ;
}

.social_property {
	padding: 0px 10px ;
}
.features_head {
	background: #4d6572 ;
	color: #fff ;
	font-size: 32px ;
	letter-spacing: -2px ;
	padding: 8px 24px ;
	font-family: 'Raleway' ;
	font-weight: bold ;
}
.property_features {
	background: #f0f0f0 ;
	padding: 10px ;
	width: 480px ;
}
.property_features ul {
	margin: 0px ;
	padding: 0px ;
}

.property_features li {
	background-image: url(https://citiroc.com.10.amst.com/images/check.png) ;
	background-position: 5px center ;
	background-repeat: no-repeat ;
	list-style-type: none ;
	margin: 5px 10px;
	font-size: 14px ;
	padding: 5px 10px 5px 30px ;
}
.property_features li:nth-child(odd) {
	background-color: #fff ;
}
.property_features li:nth-child(even) {
	background-color: #f0f0f0 ;
}

.list_holder {
	text-align: center ;
	vertical-align: top ;
}
.list_data {
	vertical-align: top ;
	display: inline-block ;
	width: 30% ;
	margin: 10px 10px ;
	text-align: left ;
}

.responsive {
	display: none ;
}

img {
	max-width: 100% ;
}

.home_boxes {
	font-size: 0 ;
	margin: 16px 0 ;
}

.home_boxes table {
	width: 100% ;
	border-collapse: collapse ;
}

.home_boxes table tr td {
	border-collapse: collapse ;
	border: 0 ;
	padding: 0 !important ;
	width: 50% ;
	vertical-align: middle ;
	position: relative ;
	text-align: center ;
	background-position: center center ;
	background-size: cover ;
}

.home_box_link {
	font-size: 24px ;
	font-family: 'Raleway' ;
	font-weight: bold ;
	width: auto ;
	color: white !important ;
	text-decoration: none ;
	text-transform: uppercase ;
	padding: 100px 20px ;
	display: block ;
	text-shadow: 0 0 10px rgba(0, 0, 0, 1) ;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.45) , rgba(0, 0, 0, 0.45) ) ;
}
.home_box_link:hover {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.01) , rgba(0, 0, 0, 0.01) ) ;
}

.contact_sticky {
	position: fixed ; 
	top: 40% ; 
	right: 0 ;
}
.contact_sticky a {
	display: block ;
	position: relative ;
	right: calc(-50% + 20px) ;
	background: #6E91A3 ;
	color: white ;
	text-transform: uppercase ;
	font-size: 20px ;
	font-family: 'Raleway' ;
	padding: 10px 20px ;
	text-decoration: none ;
	border-radius: 20px 20px 0 0 ;
	-ms-transform: rotate(270deg); /* IE 9 */
	-webkit-transform: rotate(270deg); /* Chrome, Safari, Opera */
	transform: rotate(270deg);
}
.contact_sticky a:hover {
	background: #4d6572 ;
}

.hr {
	font-size: 0 ;
	border-top: 1px solid #ccc ;
	margin: 80px 0 ;
	clear: both ;
}

.home_boxes_responsive {
	display: none ;
	margin: 16px 0 ;
}
.home_boxes_responsive span {
	display: block ;
	text-align: center ;
	background-size: cover ;
	background-position: center center ;
}

.cols_3,
.cols_4 {
	font-size: 0 ;
	text-align: center ;
	margin: 20px 0 ;
}

.box {
	font-size: 16px ;
	text-align: left ;
	display: inline-block ;
	vertical-align: top ;
}

.cols_3 .box {
	width: 31% ;
	margin: 0 1% ;
}

.cols_4 .box {
	width: 22% ;
	margin: 0 1% ;
}

.social-icons a {
	display: inline-block ;
}

.social-icons img {
	max-width: 25px ;
	margin: 3px ;
}

.box_photo {
	text-align: center ;
	background-position: center center ;
	background-size: cover ;
}

.bottom_links a {
	display: block ;
	background-image: url(https://citiroc.com.10.amst.com/images/arrow.png) ;
	background-position: left center ;
	background-repeat: no-repeat ;
	padding-left: 30px ;
	margin-bottom: 10px ;
}

.slider_container {
	padding-top: 40% ;
	background: white ;
	position: relative ;
}

.top_photo {
	background-position: center center ;
	background-size: cover ;
	padding-bottom: 20% ;
	padding-top: 1px ;
}

.slider_slide h1,
.slider_slide p,
.top_photo h1,
.top_photo p {
	color: white ;
	font-size: 5em ;
	line-height: 1.25 ;
	padding: 0 ;
	margin: 2% ;
	text-shadow: 0 0 10px rgba(0, 0, 0, 1) ;
	text-align: left !important ;
	font-family: 'Raleway' ;
	font-weight: bold ;
	letter-spacing: 0 ;
	text-transform: uppercase ;
}

.slider_slide {
	background-position: center center ;
	background-size: cover ;
	display: none ;
	position: absolute ;
	top: 0 ;
	left: 0 ;
	right: 0 ;
	bottom: 0 ;
}

.slider_slide a {
	display: block ;
	position: absolute ;
	top: 0 ;
	left: 0 ;
	right: 0 ;
	bottom: 0 ;
	}

.slider_slide a:hover {
	}

/*.top_photo p,
.slider_slide p {
	margin: 0 2% ;
	font-size: 2em ;
	text-transform: uppercase ;
}*/

.dots {
	position: absolute ;
	display: block ;
	bottom: 0 ;
	left: 0 ;
	right: 0 ;
	text-align: center ;
	z-index: 999 ;
	font-size: 60px ;
}

.dots a {
	color: white ;
	margin: 0 2px ;
	text-decoration: none ;
}
.dots a:hover {
	color: #98B48A ;
}
.dots a.dot_active {
	color: #6E91A3 ;
}

a img {
	border: 0 !important ;
}

.advisory .box {
	text-align: center ;
	padding-bottom: 20px ;
}

.advisory .box ul {
	text-align: left ;
}

.img_advisory {
	display: inline-block ;
	width: 50% ;
	background-position: center center ;
	background-size: cover ;
	border-radius: 100% ;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	border-collapse: separate ;
	padding-top: 50% ;
	margin: auto ;
}

.resp_only {
	display: none !important ;
}

#IDX-resultsTopLinks {
	display: none ;
}

.img_float_left {
	float: left ;
	max-width: 300px ;
	margin: 0 20px 5px 0 ;
}

.img_float_left img {
	width: 100% ;
}

.contact-outer {
	position: fixed ;
	top: 0 ;
	left: 0 ;
	right: 0 ;
	bottom: 0 ;
	z-index: 999999 ;
	background: rgba(208,212,208,.75) ;
	overflow-y: scroll ;
}

.contact-inner-container {
	margin: 2% 20px ;
}

.contact-inner {
	background: white ;
	display: block ;
	margin: auto ;
	width: 100% ;
	max-width: 640px ;
	box-shadow: 0 0 10px rgba(0,0,0,.5) ;
	border-radius: 20px ;
	position: relative ;
	padding: 1px 0;
}

.contact-inner-close {
	position: absolute ;
	top: -20px ;
	right: -20px ;
}

.contact-inner-padding {
	padding: 20px ;
}

.contact-inner-field {
	display: table ;
	width: 100% ;
	max-width: 480px ;
	margin: 10px auto ;
}

.contact-inner-label,
.contact-inner-input {
	display: table-cell ;
	vertical-align: middle ;
}

.contact-inner-label {
	width: 20% ;
	text-align: right ;
}

.contact-inner-input {
	padding-left: 10px ;
}

.contact-inner-input input {
	width: 99% ;
}

.contact-sticky-photo {
	background-image: url(https://citiroc.com.10.amst.com/user/pages/7560-img-f.jpg) ; 
	background-position: center center ; 
	background-size: cover ; 
	padding-top: 40% ;
}

.flex {
	display: flex ;
	align-items: center ;
}

.property-detail-photo {
	width: 640px !important ;
	background: #4d6572 ;
}

.property-detail-thumbs {
	width: 340px !important ;
}

/* Mobile */
@media handheld, only screen and (max-width: 979px) {
	.flex {
		display: block ;
	}
	.property-detail-thumbs,
	.property-detail-photo {
		width: auto !important ;
	}
	.img_float_left {
		float: none ;
		max-width: none ;
		width: 100% ;
		margin: 20px 0 ;
	}
	.resp_only {
		display: block ;
	}
	.box {
		display: block !important ;
		width: auto !important ;
		margin: 20px 0 !important ;
	}
	.body {
		padding-top: 75PX ;
	}
	.top_container {
		height: 75px ;
	}
	.top_menu,
	.top_left,
	.top_right {
		height: 75px ;
	}
	.top_left {
		width: auto ;
		text-align: center ;
	}
	.top_left img {
		height: 90% ;
	}
	.top_menu {
		display: table-cell ;
		width: 15% ;
	}
	.top_menu a {
		display: block ;
		color: #6E91A3 ;
		padding: 10px ;
		font-size: 32px ;
		text-decoration: none ;
	}
	#nav_container {
		margin: 0 ;
		padding: 0 ;
		width: auto ;
		display: none ;
		position: fixed ;
		top: 75px ;
		left: 0;
		right: 0;
		bottom: 0 ;
		background: white ;
		overflow-y: auto ;
		z-index: 9999 ;
	}
	.home_boxes_responsive {
		display: block ;
	}
	.home_boxes {
		display: none ;
	}
	.contact_sticky {
		top: auto ;
		bottom: 10% ;
	}
	.desktop {
		display: none ;
	}
	.responsive {
		display: block ;
	}
	.top_nav {
		float: none ;
		margin: 20px auto ;
		width: 80% ;
		display: block ;
	}
	.list_data {
		display: block ;
		width: 100% ;
		margin: 16px 0px ;
	}
	a.button {
		display: block ;
		text-align: center ;
		padding: 4px 0 !important ;
		background: #f0f0f0 ;
		border-top: 1px solid  ;
		border-bottom: 1px solid  ;
		border-left: 1px solid  ;
		margin-bottom: 2px ;
		border-right: 1px solid  ;
	}
	.float {
		float: none ;
		width: 100% ;
		margin: 16pt 0px ;
	}
	.size {
		max-width: 100% ;
	}
	.logo  {
		float: none ;
		text-align: center ;
		margin: 20px 0px ;
	}
	.sf-menu > li {
		display: block !important ;
		float: none !important ;
	}
	.sf-menu li {
		display: block !important ;
		float: none !important ;
	}
	.sf-menu ul {
		display: none !important ;
	}
	h1 {
		font-size: 2.5em ;
	}
	.slider_slide h1,
	.slider_slide p,
	.top_photo h1,
	.top_photo p {
		font-size: 1.75em ;
		margin: 5% ;
	}
	.top_photo {
		padding-bottom: 60% ;
	}
	.slider_container {
		padding-top: 90% ;
	}
	h1,
	.h1,
	.IDX-resultsSeparatorText {
		font-size: 1.75em !important ;
	}
	.bottom_container {
		text-align: center ;
		padding: 1px 20px ;
	}
}

