html { 
/* height:100%; creates whitespace at the top of the page now 071418*/
/* width:100%;*/ /* should push anchorage cost of living page all the way to the right-nope, twitter issue breaking the page */
}
body {
/* height:100%; */
margin: 0px auto;
font-family: Core Sans A 45,Arial,sans-serif;
font-size: 17px;
/*
font-family: verdana;
font-size: 15px;
*/
/*background: url('../img/body_bg_grey.jpg') top repeat-x;*/
background-color: #F0F0F0;
/*
background-color: #99c;
background-color: #99e;
background-color: #eee;
background-color: #669;
background-color: #ccf;
background-color: #ccc; 
background-color: #ffc; 
*/
}

/* iphone 8+ and smaller screens */
@media only screen and (orientation: portrait)   {
  body {
      background-color: #F0F0F0;
      width:100%;
  }
  
  .img_title{
    min-height:6vh;
    /*border:1px solid #0f0;*/
  }

  .modal-sidebar-img {
height:50%;
border-bottom-left-radius:0;
  }

  .modal-sidebar-img {
    height:50%;
    border-bottom-left-radius:0;
      }
  
}

@media only screen and (orientation: landscape)  {
  body {
      background-color: #F0F0F0;
      width:100%;
  }
  
  .img_title{
    min-height:4vh;
    /*border:1px solid #f00;*/
  }
  
}
h1 {
color:#555 !important;
font-family: Verdana !important;
/*
font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif !important;
*/
font-size: 24px;
font-weight:bold;
line-height: 24px; 
margin:0pt 2px; 
}
h2 {
  color:#666;
  font-family: Verdana !important;
  font-size: 22px;
  line-height: 24px; 
  margin:0pt 2px; 
  }
h3 {
  color:#555;
  font-family: Verdana !important;
  font-size: 20px;
  line-height: 24px; 
  margin:0pt 2px; 
  font-weight:bold !important;
  }
h4 {
  color:#666;
  font-family: Verdana !important;
  font-size: 18px;
  line-height: 24px; 
  margin:0pt 2px; 
  }
img {
border: 0px;
margin: 0;
padding: 0;
vertical-align: middle;
}
sup {
color: #e1830f;
font-size: 9px;
font-family: Verdana;
font-weight: normal;
}
label {
cursor: pointer;
}
p {
margin: 8px 0;
}
.hide {
display: none;
}
.clear {
clear: both;
}
.clearfix:after {
*content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
form {
margin: 0;
}
/* lists */
ul {
list-style-type: disc;
}
li {
margin-left: 8px;
}
/* lists */
/* tables */
table {
border-collapse: collapse;
border-spacing: 0;
border-padding: 0;
border: 0px;
}
.sTable {
width: 100%;
}
.dotted_line {
background: url('../img/dotted_line.gif') bottom repeat-x;
}
/* tables end */
/* inputs */
input.text,input.numeric,input.text_blink,input.file,select {
color: #606870;
font-size: 13px;
height: 20px;
border: 1px #bbbbbb solid;
background: white;
padding: 1px 5px 0 5px;
width: 190px;
}
select {
width: auto;
padding: 0;
*height: 23px;
}
textarea {
color: #606870;
font-size: 12px;
border: 1px #bbbbbb solid;
background: white;
margin: 0 0 4px 0;
padding: 0 0 0 5px;
font-family: Verdana;
}
input.file {
width: auto;
margin: 0;
padding: 0;
height: 22px;
}
input.text_blink {
background: url('../img/half_blink.gif') top repeat-x;
}
input.numeric {
width: auto;
text-align: center;
}
input.text:hover,input.text:focus,input.file:hover,input.file:focus,select:hover,select:focus,textarea:hover,textarea:focus,input.numeric:hover,input.numeric:focus {
background: #f8fafc;
border: 1px #4f93c3 solid;
}
input.button,input.button_grey {
background: url('../img/button_bg.gif') top repeat-x;
border: 1px #2F2F2F solid;
color: #fff;
height: 26px;
padding: 0 20px 4px 20px;
*padding: 0 10px;
font-size: 12px;
cursor: pointer;
margin: 10px 0 0 0;
}
input.button:hover {
background: url('../img/button_bg.gif') 0 -25px repeat-x;
}
input.button_grey {
background: url('../img/button_bg_grey.gif') top repeat-x;
border: 1px #2F2F2F solid;
height: 21px;
margin: 6px 0 0 0;
}
input.button_grey:hover {
background: url('../img/button_bg_grey.gif')  0 -25px repeat-x;
}
option.highlight_opt {
background: #e0f4ff;
}
.fLable {
color: #1377E8;
cursor: pointer;
font-size: 11px;
}
input.reduced {
margin: 0 0 1px 0;
padding: 0;
}
input.original {
color: #444;
font-size: 11px;
height: 23px;
margin: 0 0 -1px 0;
*margin: 0;
padding: 0 5px;
}
/* inputs end */
/* fonts */
.grey,.grey_small {
font-size: 17px;
font-weight: bold;
color: #747272; 
/* color: #fff; */
font-family: Verdana;
}
.grey_small {
font-size: 12px;
font-weight: normal;
color: #575656; 
/* color: #fff; */
}
.grey_middle {
font-size: 16px;
font-weight: none;
color: #747272;
font-family: Verdana;
}
.blue_middle {
font-size: 13px;
font-weight: normal;
color: #3B7BBF;
font-family: Verdana;
}
.blue_middle_bright {
font-size: 12px;
font-weight: bold;
color: #1377E8;
font-family: Verdana;
}
.blue_bright {
font-size: 11px;
font-weight: bold;
color: #f81939;
}
.red {
font-size: 12px;
font-weight: normal;
color: #e45252;
/*font-family: Trebuchet MS;*/
}
.message {
font-size: 15px;
font-weight: normal;
color: #747272;
font-family: Verdana;
}
.gray_small {
font-size: 9px;
font-weight: normal;
color: #444;
font-family: Verdana;
}
.black_small {
font-size: 10px;
}
.static {
color: #1377E8;
font-size: 12px;
}

a.static:link,a.static:visited {
color: #1377E8;
font-size: 12px;
background: url('../img/bottom_link_border.gif') left bottom repeat-x;
text-decoration: none;
}
a.static:hover,a.static:active {
text-decoration: none;
border: 0px;
background:none;
}

a.red:link,a.red:visited {
color: #c30000;
font-size: 12px;
text-decoration: underline;
}
a.red:hover,a.red:active {
text-decoration: none;
}

a.orange:link,a.orange:visited {
color: #1377E8;
font-size: 11px;
text-decoration: none;
background:none;
}
a.orange:hover,a.orange:active {
background: url('../img/bottom_link_border.gif') left bottom repeat-x;
text-decoration: none;
}

a.static_small:link,a.static_small:visited {
color: #1377E8;
font-size: 10px;
text-decoration: underline;
font-weight: bold;
}
a.static_small:hover,a.static_small:active {
text-decoration: none;
}

a.navigator:link,a.navigator:visited {
color: #1377E8;
font-size: 16px;
text-decoration: none;
background: url('../img/bottom_link_border.gif') left bottom repeat-x;
/*border-bottom:1px dotted #1377E8;*/

/*font-family: Trebuchet MS;*/
}
a.navigator:hover,a.navigator:active {
text-decoration: none;
border:0px;
background:none;
}
/* fonts end */

/* content block */
.cSplitter,.fSplitter {
height: 1px;
font-size: 1px;
background: url('../img/splitter.gif') 0 0 repeat-x white;
margin: 6px 2px;
}

#page_content {
width: 100%;
min-height: 200px;
_height: 200px;
background-color: white;
vertical-align: top;
/*margin: 6px 0 10px 0;*/
}
#left_container,#right_container {
width: 180px;
vertical-align: top;
background-color:#f5f5f5;/*float: left;*/
}
#right_container {
padding-right: 6px;
}
#content_container {
/* background: transparent none; */
vertical-align: top;
padding: 0 7px 0 7px;
}
/* content block end */

/* left block */

.custom_left_block {

margin:10px;
border-left:1px solid #cecece;
border-right:1px solid #cecece;
border-bottom:1px solid #cecece;
padding:0;
width:200px;

 }
.left_block_header { 
width:100%;
height: 27px;
/* grey */

background: url('/img/mblock_header_center2.gif') top repeat-x;

/* blue */
/*
background: url('/img/mblock_header_center.gif') top repeat-x;
*/
font-weight:bold;
text-align:center;
font-family: verdana;
font-size: 13px;
 }



.block_splitter {
height: 5px;
font-size: 1px;
}
.left_block {
height:100%;
margin: 6px;
}
.lblock_head {
width: 180px;
height: 27px;
/*padding: 0 5px;*/
}
.lblock_head div.center {
width: 180px;
height: 27px;
float: left;
/* background: url('../img/left_block_center_title.gif') top repeat-x; */
background: url('../img/mblock_header_center.gif') top repeat-x;
}

.lblock_content div.center {
width: 180px;
min-height: 1px;
_height: 1px;
float: left;
background: url('../img/left_block_content_side.gif') top repeat-y;
}
/* padding around the text in the left blocks */
.lblock_content div.center div.content {
margin: 8px 2px 4px 4px;
}

.lblock_no_design {
margin: 8px 10px 8px 10px;
}
.lblock_bottom {
width: 180px;
/*margin: 0 5px;*/
}
.lblock_bottom div.left,.lblock_bottom div.right,.lblock_bottom div.center {
width: 4px;
height: 4px;
float: left;
font-size: 0px;
background: url('../img/last_block_bottom_sides.gif') 0 0 no-repeat;
}
.lblock_bottom div.center {
width: 172px;
background: url('../img/last_block_bottom_sides.gif') 0 -8px repeat-x;
}
.lblock_bottom div.right {
float: right;
background: url('../img/last_block_bottom_sides.gif') 0 -4px no-repeat;
}
.lblock_head div.center div.title_block {
width: 150px;
height: 20px;
margin: 4px 0;
float: left;
color: black;
text-align: center;
font-size: 13px;
font-weight: bold;
font-family: Verdana;
}
.lblock_head div.center div.arrow_block_up,.lblock_head div.center div.arrow_block_down {
width: 18px;
height: 9px;
font-size: 0px;
margin: 8px 0 0 0;
float: right;
cursor: pointer;
background: url('../img/arrow_left_block.gif') 0 -9px no-repeat;
}
.lblock_head div.center div.arrow_block_down {
background: url('../img/arrow_left_block.gif') 0 0 no-repeat;
}
/* left block end */

/* middle block */
.mblock_header_center {
height: 27px;
background: url('../img/mblock_header_center.gif') top repeat-x;
}

.mblock_header_center div.title {
width: 240px;
margin: 3px 0 4px 10px;
height: 14px;
float: left;
color: black;
font-size: 13px;
font-weight: bold;
font-family: Verdana;
}
.mblock_header_center div.arrow_block_up,.mblock_header_center div.arrow_block_down {
width: 18px;
height: 9px;
font-size: 0px;
margin: 7px 0 0 0;
float: right;
cursor: pointer;
background: url('../img/blue_arrow_left_block.gif') 0 -9px no-repeat;
}
.mblock_header_center div.arrow_block_down {
background: url('../img/blue_arrow_left_block.gif') 0 0 no-repeat;
}

.mblock_middle_left,.mblock_middle_right {
width: 1px;
background: #afdaf7;
padding:0px;
}
.mblock_middle_right {
background: #afdaf7;
}
.mblock_middle_center {
background: #edf8ff;
}
.mblock_middle_center div.content {
margin: 8px 10px 4px 10px;
}

.mblock_footer_left,.mblock_footer_right {
background:url('../img/mlast_block_bottom_sides.gif') no-repeat scroll 0px 0px;
float:left;
font-size:0px;
height:8px;
width:8px;
padding: 0px;
}
.mblock_footer_right {
background:url('../img/mlast_block_bottom_sides.gif') no-repeat scroll 0px -8px;
}
.mblock_footer_center {
background:url('../img/mlast_block_bottom_sides.gif') repeat-x scroll 0px -16px;
width:100%;
*width:;
}
/* middle block end */

/* registrarion block */
.type_description {
font-size: 12px;
font-family: Verdana;
background: #f8f8f8;
border-top: 2px #f1f1f1 solid;
border-bottom: 2px #f1f1f1 solid;
color: #4b5b63;
padding: 0 5px 0 5px;
}
.grey_line {
border-bottom: 2px #deedf7 solid;
}
.grey_line_1 {
border-bottom: 1px #f0f0f0 solid;
}
.reg_loading,.profile_loading {
background: url('../img/load.gif') left center no-repeat white;
width: 30px;
display: none;
margin: 14px 0 0 0;
font-size: 13px;
}
.profile_loading {
margin: 9px 0 0 0;
}

a.dark:link,a.dark:visited {
color: #333;
font-size: 11px;
text-decoration: underline;
font-family: Verdana;
/*font-weight: bold;*/
}
a.dark:hover,a.grey:active {
text-decoration: none;
}
/* registrarion block end */

/* field set (gray) block */
/* top */
.fs_td_sides {
width: 7px;
height: 16px;
}
table.fg .fs_td_center
{
height: 16px;
background: url('../img/field_set_center.gif') center repeat-x white;
}

table.fg .fs_left_top,table.fg .fs_right_top {
width: 7px;
height: 9px;
background: url('../img/fieldset_corners.gif') 0px 0px no-repeat white;
font-size: 1px;
}
table.fg .fs_right_top {
background: url('../img/fieldset_corners.gif') 0px -9px no-repeat white;
}
table.fg .fs_center_top {
background: white;
position: relative;
padding: 0px 5px;
font-weight: bold;
float: left;
}
table.fg .fs_button_up,table.fg .fs_button_down {
background: url('../img/field_set_button.gif') 0px -16px no-repeat white;
width: 16px;
height: 16px;
font-size: 10px;
padding-right: 4px;
float: left;
cursor: pointer;
}
table.fg .fs_button_down {
background: url('../img/field_set_button.gif') 0px 0px no-repeat white;
}

/* middle */
table.fg .fs_td_middle_left,table.fg .fs_td_middle_right {
width: 7px;
background: url('../img/field_set_middle.gif') left repeat-y white;
}
table.fg .fs_td_middle_right {
background: url('../img/field_set_middle.gif') right repeat-y white;
}

/* bottom */
table.fg .fs_left_bottom,table.fg .fs_right_bottom {
width: 7px;
height: 9px;
background: url('../img/fieldset_corners.gif') 0px -27px no-repeat white;
font-size: 1px;
}
table.fg .fs_right_bottom {
background: url('../img/fieldset_corners.gif') 0px -18px no-repeat white;
}
table.fg .fs_center_bottom {
height: 9px;
background: url('../img/field_set_center.gif') bottom repeat-x white;
font-size: 1px;
}

/* field set (gray) block end */

/* field set (gray solid) block */
/* top */
table.lp .fs_td_center {
height: 16px;
background: url('../img/g_field_set_center.gif') 0px 9px repeat-x white;
}

table.lp .fs_left_top,table.lp .fs_right_top {
width: 7px;
height: 9px;
background: url('../img/g_fieldset_corners.gif') 0px 0px no-repeat white;
font-size: 1px;
}
table.lp .fs_right_top {
background: url('../img/g_fieldset_corners.gif') 0px -9px no-repeat #f4f4f4;
}
table.lp .fs_center_top {
background: url('../img/g_field_set_center.gif') 0px 9px repeat-x white;
position: relative;
padding: 0px 5px;
font-weight: bold;
float: left;
}
table.lp .fs_button_up,table.lp .fs_button_down {
background: transparent url('../img/field_set_button.gif') 0px -16px no-repeat scroll;
width: 16px;
height: 16px;
font-size: 10px;
padding-right: 4px;
float: left;
cursor: pointer;
}
table.lp .fs_button_down {
background: transparent url('../img/field_set_button.gif') 0px 0px no-repeat scroll;
}

/* middle */
table.lp .fs_td_middle_left,table.lp .fs_td_middle_right {
width: 7px;
background: url('../img/g_field_set_middle.gif') left repeat-y white;
}
table.lp .fs_td_middle_right {
background: url('../img/g_field_set_middle.gif') right repeat-y white;
}
table.lp .fs_td_middle_center {
background: #f4f4f4;
}

/* bottom */
table.lp .fs_left_bottom,table.lp .fs_right_bottom {
width: 7px;
height: 9px;
background: url('../img/g_fieldset_corners.gif') 0px -27px no-repeat white;
font-size: 1px;
}
table.lp .fs_right_bottom {
background: url('../img/g_fieldset_corners.gif') 0px -18px no-repeat white;
}
table.lp .fs_center_bottom {
height: 9px;
background: url('../img/g_field_set_center.gif') 0 -9px repeat-x white;
font-size: 1px;
}

/* field set (gray solid) block end */

/* listings */
.gateway_item {
text-align: center;
margin: 5px 10px 5px 0;
float: left;
}
/* short form */
#listings fieldset.item {
margin: 8px 3px 0 3px;
padding: 5px;
border: 0px;
border-top: 1px #e8e7e7 solid;
border-bottom: 1px #e8e7e7 solid;
}
#listings fieldset.active {
background: #eff3fb;
}

#listings table.approval,#listings fieldset.approval {
*filter: alpha(opacity=70);
_filter: alpha(opacity=60);
-moz-opacity: 0.8;
opacity: 0.8;
}
#listings fieldset.approval {
background: #fbfbfb;
}
#listings fieldset.regular {
background: #fbfbfb;
}
#listings fieldset.featured {
background: #eff3fb;
}

#listings div.field,#listings span.field {
font-size: 12px;
color: #444;
}
#listings td.spliter {
background: url('../img/gray_point.gif') center repeat-y;
width: 10px;
}
#listings div.value,#listings span.value,#listings div.value_first {
font-size: 12px;
color: #1377E8;
font-weight: normal;
margin: 1px 0;
}
#listings div.value_first {
font-weight: bold;
}
#listings td.icon img {
margin: 0 2px 0 2px;
}
#listings div.approval,#listings span.approval {
color: #57534d;
}
#listings div.active,#listings span.active {
color: #4fb31d;
}
#listings span.expired {
color: #fa6369;
}
/* short form end */

/* photo item */
.photo_item td.left_top,.photo_item td.right_top {
width: 5px;
height: 4px;
background: url('../img/photos_item_angels.gif') 0 0 no-repeat;
}
.photo_item td.right_top {
background: url('../img/photos_item_angels.gif') 0 -4px no-repeat;
}
.photo_item td.center_top {
height: 4px;
background: url('../img/photo_item_top_center.gif') top repeat-x #f6f5f5;
}
.photo_item td.left_middle {
background: url('../img/photo_item_middle_left.gif') left repeat-y #f6f5f5;
}
.photo_item td.right_middle {
background: url('../img/photo_item_middle_right.gif') right repeat-y #f6f5f5;
}
.photo_item td.center_middle {
background: #f6f5f5;
}
.photo_item td.left_bottom,.photo_item td.right_bottom {
width: 5px;
height: 18px;
background: url('../img/photos_item_angels.gif') 0 -8px no-repeat;
font-size: 1px;
}
.photo_item td.right_bottom {
background: url('../img/photos_item_angels.gif') 0 -26px no-repeat;
}
.photo_item td.center_bottom {
background: #e5e4e4;
font-size: 10px;
}

.photo_item td.left_bottom_simple,.photo_item td.right_bottom_simple {
width: 5px;
height: 4px;
background: url('../img/photos_item_angels.gif') 0 -48px no-repeat;
font-size: 1px;
}
.photo_item td.right_bottom_simple {
background: url('../img/photos_item_angels.gif') 0 -44px no-repeat;
}
.photo_item td.center_bottom_simple {
background: url('../img/photo_item_top_center.gif') bottom center repeat-x #f6f6f6;
font-size: 10px;
}
.photo_reorder {
cursor: pointer;
background: url('../img/replace_icon.gif') 0 -19px no-repeat;
width: 18px;
height: 19px;
margin: 0 0 0 3px;
}
.photo_reorder:hover {
background: url('../img/replace_icon.gif') 0 0 no-repeat;
}

#pg_load_mask {
filter: alpha(opacity=0);
-moz-opacity: 0;
opacity: 0;
background: url('../img/pg_load.gif') center center no-repeat #7F7F7F;
position: absolute;
*position: relative;
}
.pg_photo_item {
margin: 0;
border: 2px white solid;
}
.pg_active_photo {
border: 2px #FFB32F solid;
}
.needs_crop {
width: 19px;
height: 19px;
cursor: pointer;
position: absolute;
margin-top: -15px;
}
/* photo item end */

/* listing details */
.listing_group {
margin: 5px;
}
.listing_group div.field {
font-size: 12px;
color: #444;
margin: 3px 0 3px 0;
}
.listing_group div.value,.listing_group div.value_first {
font-size: 12px;
color: #1377E8;
font-weight: normal;
margin: 3px 0 3px 4px;
}
.listing_group div.value_first {
font-weight: bold;
}
.listig_photos {
margin: 5px 0 0 0;
}
.listig_photos div.item {
margin: 0 5px 5px 0;
float: left;
}
/* listing details end */

/* tabs */
#tabs {
table-layout: fixed;
}
#tabs .left_active,#tabs .right_active {
width: 6px;
height: 27px;
*height: 25px;
background: url('../img/tabs.gif') 0 0 no-repeat;
font-size: 1px;
}
#tabs .right_active {
width: 6px;
background: url('../img/tabs.gif') 0 -27px no-repeat;
}
#tabs .center_active {
height: 27px;
*height: 25px;
background: url('../img/tabs.gif') 0 -54px repeat-x;
font-size: 12px;
text-align: center;
font-weight: bold;
color: #525151;
-moz-user-select: none;
-khtml-user-select: none;
}

#tabs .left_passive,#tabs .right_passive {
width: 6px;
height: 27px;
*height: 25px;
background: url('../img/tabs.gif') 0 -85px no-repeat;
font-size: 1px;
cursor: pointer;
}
#tabs .right_passive {
background: url('../img/tabs.gif') 0 -114px no-repeat;
}
#tabs .center_passive {
height: 27px;
*height: 25px;
background: url('../img/tabs.gif') 0 -143px repeat-x;
cursor: pointer;
font-size: 12px;
text-align: center;
color: #525151;
-moz-user-select: none;
-khtml-user-select: none;
}

#tab_bottom {
border-top: 2px #e2dfdf solid;
height: 10px;
background: url('../img/tab_gradient.gif') top repeat-x;
font-size: 1px;
margin: 0 0 2px 0;
}
/* tabs end */

/* listings end */

/* featured */
.featured {
text-align: center;
}
.featured .item {
display: inline;
*zoom:1;
width: 120px;
}
.featured .item .contener {
display: table-cell;
    display: inline-block;
    vertical-align: top;
    min-height: 100px;
    _height: 100px;
    padding: 1px 4px;
    *padding: 0;
}
.featured div.field {
font-size: 12px;
color: #1377E8;
font-weight: normal;
margin: 1px 0 1px 0;
}
/* featured end */

/* advertising */
.advertising {
position: relative;
text-align: left;
}
.advertising .item {
width: 135px;
float: left;
margin: 5px;
padding: 0;
overflow: hidden;
list-style-type: none;
}
.advertising li.field {
font-size: 10px;
color: #333;
font-weight: normal;
margin: 1px 0 1px 0;
}
.advertising a.link {
font-size: 9px;
color: green;
font-weight: normal;
text-decoration: none;
}
.advertising a.title {
font-size: 10px;
color: #2658c8;
font-weight: bold;
}
/* advertising end */

/* paging */
ul.paging {
list-style-type: none;
padding: 0;
margin: 10px 0 0 0;
}
ul.paging li,ul.paging li.active {
float: left;
height: 16px;
text-align: center;
margin: 0 2px 0 2px;
padding: 1px 4px 0 4px;
background: #fff;
border: 1px #cecece solid;
color: #3c3c3c;
font-size: 11px;
cursor: pointer;
list-style-type: none;
}
ul.paging li:hover,ul.paging li.active {
background: #dddddc;
color: black;
}

ul.paging li.navigator {
background: #f5f5f5;
color: black;
}
ul.paging li.ls {
margin: 0 5px 0 0;
}
ul.paging li.rs {
margin: 0 0 0 5px;
}
ul.paging li.point {
background: #fff;
border: 0px;
margin: 6px 2px 0 2px;
color: #53a7ce;
}

ul.paging li.active {
cursor: default;
}
ul.paging a {
color: #3c3c3c;
text-decoration: none;
}

/* paging end */

/* categories */
.cat_description {
background: #EDF8FF;
position: relative;
_height: 10px;
margin-bottom: 10px;
padding: 5px;
}
.cat_description .center {
padding: 7px;
font-size: 12px;
color: #444;
}
.rounded div.tl,.rounded div.tr,.rounded div.bl,.rounded div.br {
position: absolute;
width: 5px;
height: 5px;
font-size: 1px;
}
.rounded div.tl {
top: 0px;
left: 0px;
background: url('../img/rounded_tl.png') top left no-repeat;
}
.rounded div.tr {
top: 0px;
right: 0px;
_right: -1px;
background: url('../img/rounded_tr.png') top right no-repeat;
}
.rounded div.bl {
bottom: 0px;
left: 0px;
background: url('../img/rounded_bl.png') bottom left no-repeat;
}
.rounded div.br {
bottom: 0px;
right: 0px;
_right: -1px;
background: url('../img/rounded_br.png') bottom right no-repeat;
}

.cat_top_left,.cat_top_right {
width: 4px;
height: 4px;
background: url('../img/cat_angels.gif') 0 0 no-repeat;
font-size: 1px;
}
.cat_top_right {
width: 4px;
background: url('../img/cat_angels.gif') 0 -4px no-repeat;
}
.cat_top_center {
height: 4px;
background: url('../img/cat_center.gif') 0 0 repeat-x;
}

.cat_middle_left,.cat_middle_right {
width: 4px;
background: url('../img/cat_middle.gif') 0 0 repeat-y;
font-size: 1px;
}
.cat_middle_right{
width: 4px;
background: url('../img/cat_middle.gif') -4px 0 repeat-y;
}
.cat_middle_center {
height: 4px;
background: #f7f7f7;
}

.cat_bottom_left,.cat_bottom_right {
width: 4px;
height: 4px;
background: url('../img/cat_angels.gif') 0 -12px no-repeat;
font-size: 1px;
}
.cat_bottom_right {
width:4px;
background: url('../img/cat_angels.gif') 0 -8px no-repeat;
}
.cat_bottom_center {
height: 4px;
background: url('../img/cat_center.gif') 0 -4px repeat-x;
}

a.category:link,a.category:visited {
color: #1377E8;
font-size: 14px;
line-height: 22px;
font-weight: bold;
font-family: Verdana;
text-decoration: none;
font-style: normal;
background: url('../img/bottom_link_border.gif') left bottom repeat-x;
}
a.category:hover,a.category:active {
text-decoration: none;
border:0px;
background:none;
}
.categories {
margin: 7px 30px 10px 30px;
}
.categories .item {
margin: 4px 3px 4px 3px;
}
.sub_categories {
margin: 0px 20px 0 5px;
}
a.sub_category:link,a.sub_category:visited {
color: #8b8a8a;
font-size: 11px;
line-height: 16px;
font-weight: none;
font-family: Verdana;
text-decoration: underline;
font-style: normal;
}
a.sub_category:hover,a.sub_category:active {
text-decoration: none;
}
/* categories end */

/* category tree */
.cat_loading {
background: url('../img/cat_loader.gif') left center no-repeat;
width: 15px;
display: none;
font-size: 11px;
}
.cat_item_cont {
margin: 6px 5px 6px 18px;
}
.cat_item,.cat_item_plus,.cat_item_minus {
width: 15px;
height: 15px;
cursor: default;
background: url('../img/tree_angle.gif') center center no-repeat;
-moz-user-select: none;
-khtml-user-select: none;
}
.cat_item_plus {
background: url('../img/cat_plus.gif') center center no-repeat;
}
.cat_item_minus {
background: url('../img/cat_minus.gif') center center no-repeat;
}
/* category tree end */

/* sorting */
.sorting {
margin: 5px 2px 5px 2px;
text-align: center;
}
.sorting div {
margin: 0 0 3px 0;
}
.caption {
font-size: 12px;
color: #747272;
font-weight: bold;
margin-right: 10px;
}
.arrow_asc {
width: 7px;
height: 11px;
background: url('../img/arrows.gif') 0 0 no-repeat;
padding: 0 3px;
}
/* sorting end */

/* saved search */
.title_bg {
background: #f7f7f7;
border-bottom: 3px #f1f1f1 solid;
}
.title_bg div {
margin-left: 5px;
}
.active,.deactive {
color: #4fb31d;
}
.deactive {
color: #808080;
}
.item_value {
color: #999;
}
/* saved search end */

/* messages */
.new {
background: #f1f7fb;
}
a.new_title:link,a.new_title:visited {
color: #bd3535;
font-size: 12px;
font-family: Verdana;
text-decoration: underline;
font-style: normal;
}
a.new_title:hover,a.new_title:active {
text-decoration: none;
}
.new_title {
color: #bd3535;
}
.message_date {
font-size: 9px;
color: #999;
text-align: right;
margin: 0 5px 0 0;
height: 11px;
fonr-family: Trebuchet MS;
}
.message_owner {
font-size: 9px;
color: #999;
}
.chat_interlocutor {
background: #f3f9ff;
}
.chat_me {
background: #fff3f3;
}
#messages_area {
border: 1px #F4F4F4 solid;
padding: 7px;
max-height: 280px;
overflow: auto;
}
#message_text {
height: 110px;
width: 100%;
padding: 0;
margin: 0;
}
.counter {
width: 35px;
padding: 5px 0;
background: #f5f5f5;
text-align: center;
margin: 3px 0 0 0;
border: 1px #e9e8e8 solid;
color: #666;
font-size: 11px;
}
/* messages end */

/* dealers page */
#characters_line {
margin: 7px 0;
}

#characters_line a.character:link,#characters_line a.character:visited,.character_selected {
font-size: 11px;
font-weight: bold;
color: #0f97ec;
padding: 0 3px;
border: 1px #0f97ec solid;
font-family: Arial;
text-decoration: none;
font-style: normal;
background: #effcff;
}
#characters_line a.character:hover,#characters_line a.character:active,.character_selected {
text-decoration: none;
background: #0f97ec;
color: white;
}

#dealers div.item {
border-top: 1px #E8E7E7 solid;
border-bottom: 1px #E8E7E7 solid;
margin: 8px 3px 0pt;
padding: 5px;
background: #FBFBFB;
}
#dealers div.item div.additional {
margin: 5px;
}
#dealers div.item span.field {
color: #444444;
font-size: 12px;
margin: 3px 0pt;
}
#dealers div.item span.value {
color: #1377E8;
font-size: 12px;
font-weight: normal;
margin: 3px 0pt 3px 4px;
}

/* carousel */

.carousel-box {
position: relative;
/*height: 180px;*/
}

.carousel-box .inner {
padding: 0 0 0 17px;
}

.carousel-box button {
background: none;
width: 24px;
height: 24px;
border: none;
position: absolute;
cursor: pointer;
outline: none;
z-index: 10;
}

.carousel-box button.prev {
background: url(../img/button-prev.gif) no-repeat 100% 0%;
/*top: 70px;*/
top:40%;
/*vertical-align:middle;*/
/*left: -14px;*/
left:-10px;
}

.carousel-box button.prev:hover {
background: url(../img/button-prev.gif) no-repeat 0% 0%;
}

.carousel-box button.next {
background: url(../img/button-next.gif) no-repeat 0% 0%;
/*top: 70px;*/
top:40%;
/*right: -21px;*/
right:-10px;
}

.carousel-box button.next:hover {
background: url(../img/button-next.gif) no-repeat 100% 0%;
}

.carousel-box ul li {
position: relative;
float: left;
/*072018 padding: 0 9px 0 0;*/
}

.carousel-box ul li a {
position: relative;
float: left;
/*width: 180px;
height: 180px;*/
text-decoration: none;
/*color: #713652;*/
color:#000;
}

.carousel-box ul li a span {
/*072018 display: block;*/
/*width: 180px;
height: 180px;*/
/*072018 overflow: hidden; */
cursor: pointer;
}

  
  .carousel-box ul li a span {
  /*072018 display: block;*/
  /*width: 180px;
  height: 180px;*/
  /*072018 overflow: hidden; */
  cursor: pointer;
  }

/*
.carousel-box ul li a strong {
display: block;
width: 126px;
height: 45px;
padding: 8px 13px 0 16px;
overflow: hidden;
line-height: 1.143em;
font-size: 1.167em;
color: #713652;
cursor: pointer;
position: absolute;
top: 145px;
left: 0;
}
*/
/*
.carousel-box ul li a strong b {
display: block;
padding: 1px 0 0 0;
font-weight: normal;
color: #838383;
}
*/
.carousel-box ul li a strong em {
font-size: 0.857em;
font-style: normal;
color: #3e4357;
}

.carousel-box ul li a:hover {
color: #000;
}

.carousel-box ul li a:hover strong {
color: #000;
}

.carousel-box ul li a:hover strong b {
color: #000;
}

.carousel-box ul li a:hover strong em {
color: #000;
} 
/* the homepage carousel elements wouldnt call these classes 
.carousel-box li {
  box-sizing:initial;
  padding-right:8px;
  width:12vw;
  }
  */
/* the homepage carousel elements wouldnt call these classes
.carousel-box ul li {
  box-sizing:initial !important;
  padding-right:8px !important;
  width:6vw !important;
  } 

  .carousel-box img {
    width:6vw !important;
    height:11vw !important;
    } 
*/

/* the homepage carousel elements wouldnt call these classes
.carousel_li {
  box-sizing:initial !important;
  padding-right:8px !important;
  width:12vw !important;
}

.carousel_img {
  width:12vw !important;
  height:11vw !important;
}
*/

/* end carousel */

/* dealers page end */
/* 7c929d */
/* 848f95 */
/* 006397 */
/* 014f78 */
/* 154c69 */

/* 4b6978 */
/* 4d647c dark blue */
/* 909192 */
/* 747575 */

ul, ol {
  padding:0px;
  margin-left:4px;
  }

/* color was #4d647c as of 02/11/18 */


.leftnav {margin:0;padding:0;width:100%; }
.leftnav a, .leftnav a:link, .leftnav a:visited, .leftnav a:active {
  display:block;
  width:100%;
  margin:1px 0 1px 0;
  padding:0 0px 0 0px;
  line-height:19px;
  text-decoration:none;
  background-color:#fbfbfb;
  color:#000;
  font-family: verdana;
  font-size: 13px;
}
/*
.leftnav a:hover {background-color:#839ba7;color:#FFF;text-indent:4px;}
*/
.leftnav a:hover {background-color:#839ba7;color:#FFF;}

.flip {
    /* height: 199px; */
    width: 200px;
    margin: 0 auto;
}
.flip img {
    width: 200px;
    height: auto;
}
.flip .back {
    background: #2184cd;
    color: #fff;
    text-align: center;
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
  
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .glyphicon-asterisk:before {
    content: "\002a";
  }
  .glyphicon-plus:before {
    content: "\002b";
  }
  .glyphicon-euro:before,
  .glyphicon-eur:before {
    content: "\20ac";
  }
  .glyphicon-minus:before {
    content: "\2212";
  }
  .glyphicon-cloud:before {
    content: "\2601";
  }
  .glyphicon-envelope:before {
    content: "\2709";
  }
  .glyphicon-pencil:before {
    content: "\270f";
  }
  .glyphicon-glass:before {
    content: "\e001";
  }
  .glyphicon-music:before {
    content: "\e002";
  }
  .glyphicon-search:before {
    content: "\e003";
  }
  .glyphicon-heart:before {
    content: "\e005";
  }
  .glyphicon-star:before {
    content: "\e006";
  }
  .glyphicon-star-empty:before {
    content: "\e007";
  }
  .glyphicon-user:before {
    content: "\e008";
  }
  .glyphicon-film:before {
    content: "\e009";
  }
  .glyphicon-th-large:before {
    content: "\e010";
  }
  .glyphicon-th:before {
    content: "\e011";
  }
  .glyphicon-th-list:before {
    content: "\e012";
  }
  .glyphicon-ok:before {
    content: "\e013";
  }
  .glyphicon-remove:before {
    content: "\e014";
  }
  .glyphicon-zoom-in:before {
    content: "\e015";
  }
  .glyphicon-zoom-out:before {
    content: "\e016";
  }
  .glyphicon-off:before {
    content: "\e017";
  }
  .glyphicon-signal:before {
    content: "\e018";
  }
  .glyphicon-cog:before {
    content: "\e019";
  }
  .glyphicon-trash:before {
    content: "\e020";
  }
  .glyphicon-home:before {
    content: "\e021";
  }
  .glyphicon-file:before {
    content: "\e022";
  }
  .glyphicon-time:before {
    content: "\e023";
  }
  .glyphicon-road:before {
    content: "\e024";
  }
  .glyphicon-download-alt:before {
    content: "\e025";
  }
  .glyphicon-download:before {
    content: "\e026";
  }
  .glyphicon-upload:before {
    content: "\e027";
  }
  .glyphicon-inbox:before {
    content: "\e028";
  }
  .glyphicon-play-circle:before {
    content: "\e029";
  }
  .glyphicon-repeat:before {
    content: "\e030";
  }
  .glyphicon-refresh:before {
    content: "\e031";
  }
  .glyphicon-list-alt:before {
    content: "\e032";
  }
  .glyphicon-lock:before {
    content: "\e033";
  }
  .glyphicon-flag:before {
    content: "\e034";
  }
  .glyphicon-headphones:before {
    content: "\e035";
  }
  .glyphicon-volume-off:before {
    content: "\e036";
  }
  .glyphicon-volume-down:before {
    content: "\e037";
  }
  .glyphicon-volume-up:before {
    content: "\e038";
  }
  .glyphicon-qrcode:before {
    content: "\e039";
  }
  .glyphicon-barcode:before {
    content: "\e040";
  }
  .glyphicon-tag:before {
    content: "\e041";
  }
  .glyphicon-tags:before {
    content: "\e042";
  }
  .glyphicon-book:before {
    content: "\e043";
  }
  .glyphicon-bookmark:before {
    content: "\e044";
  }
  .glyphicon-print:before {
    content: "\e045";
  }
  .glyphicon-camera:before {
    content: "\e046";
  }
  .glyphicon-font:before {
    content: "\e047";
  }
  .glyphicon-bold:before {
    content: "\e048";
  }
  .glyphicon-italic:before {
    content: "\e049";
  }
  .glyphicon-text-height:before {
    content: "\e050";
  }
  .glyphicon-text-width:before {
    content: "\e051";
  }
  .glyphicon-align-left:before {
    content: "\e052";
  }
  .glyphicon-align-center:before {
    content: "\e053";
  }
  .glyphicon-align-right:before {
    content: "\e054";
  }
  .glyphicon-align-justify:before {
    content: "\e055";
  }
  .glyphicon-list:before {
    content: "\e056";
  }
  .glyphicon-indent-left:before {
    content: "\e057";
  }
  .glyphicon-indent-right:before {
    content: "\e058";
  }
  .glyphicon-facetime-video:before {
    content: "\e059";
  }
  .glyphicon-picture:before {
    content: "\e060";
  }
  .glyphicon-map-marker:before {
    content: "\e062";
  }
  .glyphicon-adjust:before {
    content: "\e063";
  }
  .glyphicon-tint:before {
    content: "\e064";
  }
  .glyphicon-edit:before {
    content: "\e065";
  }
  .glyphicon-share:before {
    content: "\e066";
  }
  .glyphicon-check:before {
    content: "\e067";
  }
  .glyphicon-move:before {
    content: "\e068";
  }
  .glyphicon-step-backward:before {
    content: "\e069";
  }
  .glyphicon-fast-backward:before {
    content: "\e070";
  }
  .glyphicon-backward:before {
    content: "\e071";
  }
  .glyphicon-play:before {
    content: "\e072";
  }
  .glyphicon-pause:before {
    content: "\e073";
  }
  .glyphicon-stop:before {
    content: "\e074";
  }
  .glyphicon-forward:before {
    content: "\e075";
  }
  .glyphicon-fast-forward:before {
    content: "\e076";
  }
  .glyphicon-step-forward:before {
    content: "\e077";
  }
  .glyphicon-eject:before {
    content: "\e078";
  }
  .glyphicon-chevron-left:before {
    content: "\e079";
  }
  .glyphicon-chevron-right:before {
    content: "\e080";
  }
  .glyphicon-plus-sign:before {
    content: "\e081";
  }
  .glyphicon-minus-sign:before {
    content: "\e082";
  }
  .glyphicon-remove-sign:before {
    content: "\e083";
  }
  .glyphicon-ok-sign:before {
    content: "\e084";
  }
  .glyphicon-question-sign:before {
    content: "\e085";
  }
  .glyphicon-info-sign:before {
    content: "\e086";
  }
  .glyphicon-screenshot:before {
    content: "\e087";
  }
  .glyphicon-remove-circle:before {
    content: "\e088";
  }
  .glyphicon-ok-circle:before {
    content: "\e089";
  }
  .glyphicon-ban-circle:before {
    content: "\e090";
  }
  .glyphicon-arrow-left:before {
    content: "\e091";
  }
  .glyphicon-arrow-right:before {
    content: "\e092";
  }
  .glyphicon-arrow-up:before {
    content: "\e093";
  }
  .glyphicon-arrow-down:before {
    content: "\e094";
  }
  .glyphicon-share-alt:before {
    content: "\e095";
  }
  .glyphicon-resize-full:before {
    content: "\e096";
  }
  .glyphicon-resize-small:before {
    content: "\e097";
  }
  .glyphicon-exclamation-sign:before {
    content: "\e101";
  }
  .glyphicon-gift:before {
    content: "\e102";
  }
  .glyphicon-leaf:before {
    content: "\e103";
  }
  .glyphicon-fire:before {
    content: "\e104";
  }
  .glyphicon-eye-open:before {
    content: "\e105";
  }
  .glyphicon-eye-close:before {
    content: "\e106";
  }
  .glyphicon-warning-sign:before {
    content: "\e107";
  }
  .glyphicon-plane:before {
    content: "\e108";
  }
  .glyphicon-calendar:before {
    content: "\e109";
  }
  .glyphicon-random:before {
    content: "\e110";
  }
  .glyphicon-comment:before {
    content: "\e111";
  }
  .glyphicon-magnet:before {
    content: "\e112";
  }
  .glyphicon-chevron-up:before {
    content: "\e113";
  }
  .glyphicon-chevron-down:before {
    content: "\e114";
  }
  .glyphicon-retweet:before {
    content: "\e115";
  }
  .glyphicon-shopping-cart:before {
    content: "\e116";
  }
  .glyphicon-folder-close:before {
    content: "\e117";
  }
  .glyphicon-folder-open:before {
    content: "\e118";
  }
  .glyphicon-resize-vertical:before {
    content: "\e119";
  }
  .glyphicon-resize-horizontal:before {
    content: "\e120";
  }
  .glyphicon-hdd:before {
    content: "\e121";
  }
  .glyphicon-bullhorn:before {
    content: "\e122";
  }
  .glyphicon-bell:before {
    content: "\e123";
  }
  .glyphicon-certificate:before {
    content: "\e124";
  }
  .glyphicon-thumbs-up:before {
    content: "\e125";
  }
  .glyphicon-thumbs-down:before {
    content: "\e126";
  }
  .glyphicon-hand-right:before {
    content: "\e127";
  }
  .glyphicon-hand-left:before {
    content: "\e128";
  }
  .glyphicon-hand-up:before {
    content: "\e129";
  }
  .glyphicon-hand-down:before {
    content: "\e130";
  }
  .glyphicon-circle-arrow-right:before {
    content: "\e131";
  }
  .glyphicon-circle-arrow-left:before {
    content: "\e132";
  }
  .glyphicon-circle-arrow-up:before {
    content: "\e133";
  }
  .glyphicon-circle-arrow-down:before {
    content: "\e134";
  }
  .glyphicon-globe:before {
    content: "\e135";
  }
  .glyphicon-wrench:before {
    content: "\e136";
  }
  .glyphicon-tasks:before {
    content: "\e137";
  }
  .glyphicon-filter:before {
    content: "\e138";
  }
  .glyphicon-briefcase:before {
    content: "\e139";
  }
  .glyphicon-fullscreen:before {
    content: "\e140";
  }
  .glyphicon-dashboard:before {
    content: "\e141";
  }
  .glyphicon-paperclip:before {
    content: "\e142";
  }
  .glyphicon-heart-empty:before {
    content: "\e143";
  }
  .glyphicon-link:before {
    content: "\e144";
  }
  .glyphicon-phone:before {
    content: "\e145";
  }
  .glyphicon-pushpin:before {
    content: "\e146";
  }
  .glyphicon-usd:before {
    content: "\e148";
  }
  .glyphicon-gbp:before {
    content: "\e149";
  }
  .glyphicon-sort:before {
    content: "\e150";
  }
  .glyphicon-sort-by-alphabet:before {
    content: "\e151";
  }
  .glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
  }
  .glyphicon-sort-by-order:before {
    content: "\e153";
  }
  .glyphicon-sort-by-order-alt:before {
    content: "\e154";
  }
  .glyphicon-sort-by-attributes:before {
    content: "\e155";
  }
  .glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
  }
  .glyphicon-unchecked:before {
    content: "\e157";
  }
  .glyphicon-expand:before {
    content: "\e158";
  }
  .glyphicon-collapse-down:before {
    content: "\e159";
  }
  .glyphicon-collapse-up:before {
    content: "\e160";
  }
  .glyphicon-log-in:before {
    content: "\e161";
  }
  .glyphicon-flash:before {
    content: "\e162";
  }
  .glyphicon-log-out:before {
    content: "\e163";
  }
  .glyphicon-new-window:before {
    content: "\e164";
  }
  .glyphicon-record:before {
    content: "\e165";
  }
  .glyphicon-save:before {
    content: "\e166";
  }
  .glyphicon-open:before {
    content: "\e167";
  }
  .glyphicon-saved:before {
    content: "\e168";
  }
  .glyphicon-import:before {
    content: "\e169";
  }
  .glyphicon-export:before {
    content: "\e170";
  }
  .glyphicon-send:before {
    content: "\e171";
  }
  .glyphicon-floppy-disk:before {
    content: "\e172";
  }
  .glyphicon-floppy-saved:before {
    content: "\e173";
  }
  .glyphicon-floppy-remove:before {
    content: "\e174";
  }
  .glyphicon-floppy-save:before {
    content: "\e175";
  }
  .glyphicon-floppy-open:before {
    content: "\e176";
  }
  .glyphicon-credit-card:before {
    content: "\e177";
  }
  .glyphicon-transfer:before {
    content: "\e178";
  }
  .glyphicon-cutlery:before {
    content: "\e179";
  }
  .glyphicon-header:before {
    content: "\e180";
  }
  .glyphicon-compressed:before {
    content: "\e181";
  }
  .glyphicon-earphone:before {
    content: "\e182";
  }
  .glyphicon-phone-alt:before {
    content: "\e183";
  }
  .glyphicon-tower:before {
    content: "\e184";
  }
  .glyphicon-stats:before {
    content: "\e185";
  }
  .glyphicon-sd-video:before {
    content: "\e186";
  }
  .glyphicon-hd-video:before {
    content: "\e187";
  }
  .glyphicon-subtitles:before {
    content: "\e188";
  }
  .glyphicon-sound-stereo:before {
    content: "\e189";
  }
  .glyphicon-sound-dolby:before {
    content: "\e190";
  }
  .glyphicon-sound-5-1:before {
    content: "\e191";
  }
  .glyphicon-sound-6-1:before {
    content: "\e192";
  }
  .glyphicon-sound-7-1:before {
    content: "\e193";
  }
  .glyphicon-copyright-mark:before {
    content: "\e194";
  }
  .glyphicon-registration-mark:before {
    content: "\e195";
  }
  .glyphicon-cloud-download:before {
    content: "\e197";
  }
  .glyphicon-cloud-upload:before {
    content: "\e198";
  }
  .glyphicon-tree-conifer:before {
    content: "\e199";
  }
  .glyphicon-tree-deciduous:before {
    content: "\e200";
  }
  .glyphicon-cd:before {
    content: "\e201";
  }
  .glyphicon-save-file:before {
    content: "\e202";
  }
  .glyphicon-open-file:before {
    content: "\e203";
  }
  .glyphicon-level-up:before {
    content: "\e204";
  }
  .glyphicon-copy:before {
    content: "\e205";
  }
  .glyphicon-paste:before {
    content: "\e206";
  }
  .glyphicon-alert:before {
    content: "\e209";
  }
  .glyphicon-equalizer:before {
    content: "\e210";
  }
  .glyphicon-king:before {
    content: "\e211";
  }
  .glyphicon-queen:before {
    content: "\e212";
  }
  .glyphicon-pawn:before {
    content: "\e213";
  }
  .glyphicon-bishop:before {
    content: "\e214";
  }
  .glyphicon-knight:before {
    content: "\e215";
  }
  .glyphicon-baby-formula:before {
    content: "\e216";
  }
  .glyphicon-tent:before {
    content: "\26fa";
  }
  .glyphicon-blackboard:before {
    content: "\e218";
  }
  .glyphicon-bed:before {
    content: "\e219";
  }
  .glyphicon-apple:before {
    content: "\f8ff";
  }
  .glyphicon-erase:before {
    content: "\e221";
  }
  .glyphicon-hourglass:before {
    content: "\231b";
  }
  .glyphicon-lamp:before {
    content: "\e223";
  }
  .glyphicon-duplicate:before {
    content: "\e224";
  }
  .glyphicon-piggy-bank:before {
    content: "\e225";
  }
  .glyphicon-scissors:before {
    content: "\e226";
  }
  .glyphicon-bitcoin:before {
    content: "\e227";
  }
  .glyphicon-btc:before {
    content: "\e227";
  }
  .glyphicon-xbt:before {
    content: "\e227";
  }
  .glyphicon-yen:before {
    content: "\00a5";
  }
  .glyphicon-jpy:before {
    content: "\00a5";
  }
  .glyphicon-ruble:before {
    content: "\20bd";
  }
  .glyphicon-rub:before {
    content: "\20bd";
  }
  .glyphicon-scale:before {
    content: "\e230";
  }
  .glyphicon-ice-lolly:before {
    content: "\e231";
  }
  .glyphicon-ice-lolly-tasted:before {
    content: "\e232";
  }
  .glyphicon-education:before {
    content: "\e233";
  }
  .glyphicon-option-horizontal:before {
    content: "\e234";
  }
  .glyphicon-option-vertical:before {
    content: "\e235";
  }
  .glyphicon-menu-hamburger:before {
    content: "\e236";
  }
  .glyphicon-modal-window:before {
    content: "\e237";
  }
  .glyphicon-oil:before {
    content: "\e238";
  }
  .glyphicon-grain:before {
    content: "\e239";
  }
  .glyphicon-sunglasses:before {
    content: "\e240";
  }
  .glyphicon-text-size:before {
    content: "\e241";
  }
  .glyphicon-text-color:before {
    content: "\e242";
  }
  .glyphicon-text-background:before {
    content: "\e243";
  }
  .glyphicon-object-align-top:before {
    content: "\e244";
  }
  .glyphicon-object-align-bottom:before {
    content: "\e245";
  }
  .glyphicon-object-align-horizontal:before {
    content: "\e246";
  }
  .glyphicon-object-align-left:before {
    content: "\e247";
  }
  .glyphicon-object-align-vertical:before {
    content: "\e248";
  }
  .glyphicon-object-align-right:before {
    content: "\e249";
  }
  .glyphicon-triangle-right:before {
    content: "\e250";
  }
  .glyphicon-triangle-left:before {
    content: "\e251";
  }
  .glyphicon-triangle-bottom:before {
    content: "\e252";
  }
  .glyphicon-triangle-top:before {
    content: "\e253";
  }
  .glyphicon-console:before {
    content: "\e254";
  }
  .glyphicon-superscript:before {
    content: "\e255";
  }
  .glyphicon-subscript:before {
    content: "\e256";
  }
  .glyphicon-menu-left:before {
    content: "\e257";
  }
  .glyphicon-menu-right:before {
    content: "\e258";
  }
  .glyphicon-menu-down:before {
    content: "\e259";
  }
  .glyphicon-menu-up:before {
    content: "\e260";
  }

  .btn-group-xs > .btn, .btn-xs {
    padding  : .25rem .4rem;
    padding-bottom: .5rem;
    font-size  : .875rem;
    line-height  : .5;
    border-radius : .2rem;
}
/* use bootstrap btn instead
.custom_button {
  display: block;
  font-size: 14px;
  color: #FFF !important;
  width: 109px;
  text-align: center;
  float: left;
  border-radius: 4px;
  padding: 10px 0 10px 0;
  margin-bottom: 7px;
  font-family: "ff-din-web",sans-serif;
  font-weight: 300;
}
*/

.custom_button {
  margin-top:4px;
  color: #FFF !important;
}

.custom_button:hover {
  background-color: #454649; }

.custom_button_416c83 {
  background-color: #416c83;
}
.custom_button_5fa8c4 {
  background-color: #5fa8c4;
}
.custom_button_6d6e71 {
  background-color: #6d6e71;
}
.custom_button_2c78a1 {
  background-color: #2c78a1;
}
.custom_button_8ac5db {
  background-color: #8ac5db;
}
.custom_button_9a9a9a {
  background-color: #9a9a9a;
}

/* these are for the signup form validation */
.showerror {
  display:block;
}
.noshowerror {
  display:none;
}
.remerr {
  display:none;
}
.redborder {
  border:#F00 solid 1px;
  
  /*background-color:yellow;*/
}
.greenborder {
  border:#0F3 solid 2px;
  /* doesnt seem to do anything
  box-shadow:4px #cecece; 
  -webkit-box-flex: 1;
  */
  /*background-color:#6F6;*/
}

.img_hover {
  border-top: 1px solid #000;
  border-right:1px solid #000;
  border-bottom:1px solid #000;
  border-left:1px solid #000;
  /* darkening images on hover is better than brightening them but sacrifices default color in order to achieve betetr mouseover effect which is not ideal
  opacity:0.9;
  filter: alpha(opacity=0);
  */
  /* use brightness instead */
  -moz-box-shadow: 3px 3px 4px 0px #fff;
  -webkit-box-shadow: 3px 3px 4px 0px #fff;
  box-shadow: 3px 3px 4px 0px #fff;
  -webkit-filter: brightness(100%);
}
.img_hover:hover {
  /* commented out 071418
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
*/
  /* does nothing
  background: rgba(0,0,0,1);
  */
  /* does nothing
  box-shadow: 0 0 5px #fff;
  */
  /*
  opacity:1;
  filter: alpha(opacity=100);
  */
  
  
  /* commented out 071418
  -webkit-filter: brightness(95%);
  */
  
  
  /*
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -o-transition: all 0s ease;
  -ms-transition: all 0s ease;
  transition: all 0s ease;
  */
  /*
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  */
border-top: 1px solid #000;
  border-right:1px solid #000;
  border-bottom:1px solid #000;
  border-left:1px solid #000;
  -moz-box-shadow: 3px 3px 4px 0px #6b6b6b;
  -webkit-box-shadow: 3px 3px 4px 0px #6b6b6b;
  box-shadow: 3px 3px 4px 0px #6b6b6b;
  /*
  transform: translateZ(1px);
  */
}

.img_hover2 {
  border:1px solid #000;
  -webkit-filter: brightness(100%);
  
}

.img_hover2:hover {
  -webkit-filter: brightness(95%);
/*
  -webkit-transform: scale(0.99);
  -ms-transform: scale(0.99);
  transform: scale(0.99);
  */
  /*
  border-bottom:2px solid #494949;
  boder-right:2px solid #494949;
  */
}

.img_hover3 {
  border:1px solid #fbfbfb;
  -webkit-filter: brightness(100%); 
}

.img_hover3:hover {
  /* border:1px solid #000; */
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);

}

.img_hover4 {
  border-top: 1px solid #fff;
  border-right:3px solid #fff;
  border-bottom:3px solid #fff;
  border-left:1px solid #fff;
  -moz-box-shadow: 3px 3px 4px 0px #fff;
  -webkit-box-shadow: 3px 3px 4px 0px #fff;
  box-shadow: 3px 3px 4px 0px #fff;
}

.img_hover4:hover {
  border-top: 1px solid #000;
  border-right:3px solid #6b6b6b;
  border-bottom:3px solid #6b6b6b;
  border-left:1px solid #000;
  -moz-box-shadow: 3px 3px 4px 0px #6b6b6b;
  -webkit-box-shadow: 3px 3px 4px 0px #6b6b6b;
  box-shadow: 3px 3px 4px 0px #6b6b6b;
}

/* same as img_hover4 but different color default shadow color for table-stripes and also left side ads block */
.img_hover5 { 
  border-top: 1px solid #ececec;
  border-right:3px solid #ececec;
  border-bottom:3px solid #ececec;
  border-left:1px solid #ececec;
  -moz-box-shadow: 3px 3px 4px 0px #ececec;
  -webkit-box-shadow: 3px 3px 4px 0px #ececec;
  box-shadow: 3px 3px 4px 0px #ececec;
}

.img_hover5:hover {
  border-top: 1px solid #000;
  border-right:3px solid #6b6b6b;
  border-bottom:3px solid #6b6b6b;
  border-left:1px solid #000;
  -moz-box-shadow: 3px 3px 4px 0px #6b6b6b;
  -webkit-box-shadow: 3px 3px 4px 0px #6b6b6b;
  box-shadow: 3px 3px 4px 0px #6b6b6b;
}

.raised_3d_box {
  /*
  padding: 0px 10px 10px 10px;
  margin: 0px;
*/
	border-top: 1px solid #f4f4f2;

	-ms-box-shadow: 0 7px 0 #BFBAAD, 0 0.5em 0 #A8A38C, 0 8px 8px #A8A38C;
	-moz-box-shadow: 0 7px 0 #BFBAAD, 0 0.5em 0 #A8A38C, 0 8px 8px #A8A38C;
	-o-box-shadow: 0 7px 0 #BFBAAD, 0 0.5em 0 #A8A38C, 0 8px 8px #A8A38C;
	-webkit-box-shadow: 0 7px 0 #BFBAAD, 0 0.5em 0 #A8A38C, 0 8px 8px #A8A38C;
	box-shadow: 0 7px 0 #BFBAAD, 0 0.5em 0 #A8A38C, 0 8px 8px #A8A38C;
/*
	-ms-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-webkit-border-radius: 8px;
  border-radius: 8px;
  */
}

.bot-row:hover {
  transition: all 0.3s ease-out;
  transform: translate(10px, 100px);
  box-shadow: -1px -1px 0px #999, -2px -2px 0px #999, -3px -3px 0px #999, -4px -4px 0px #999, -5px -5px 0px #999, -6px -6px 0px #999, -7px -7px 0px #999, -8px -8px 0px #999, -9px -9px 0px #999, -10px -10px 0px #999, -11px -11px 0px #999, -12px -12px 0px #999;
}
.cat-box {
  box-sizing: border-box;
  background-color: grey;
  border: #DDD8D4 solid 3px;
  padding: 3px 5px 5px 5px;
  margin: 10px 30px 10px 30px;
  transition: all 0.3s ease-in-out;
}

.PDFmodalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.6);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
	
}
.PDFmodalDialog:target {
	opacity:1;
	pointer-events: auto;
}
.PDFmodalDialog > div {
	width: 300px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);
}

.modalDialog2 {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;

}
.modalDialog2:target {
	opacity:1;
	pointer-events: auto;
	
}
.modalDialog2 > div {
	width: 60%;
	height:70vh;
	position: relative;
	margin: 6% auto;
	/*padding: 5px 20px 13px 20px;*/
	border-radius: 10px;
	background: #fff;
	border:1px solid #000;
	background: -moz-linear-gradient(#fff, #fff);
	background: -webkit-linear-gradient(#fff, #fff);
	background: -o-linear-gradient(#fff, #fff);

}
.modal-sidebar-img {
  height:100%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: left;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close:hover { background: #00d9ff; }

.img_title {
font-weight:bold;
font-size: 14px;
max-width:12vw;
}

.city_nav {
  display: inline;
  margin: 10px 15px -1px 15px;
  padding: 15px;
  font-weight: 600;
  font-size:16px;
  text-align: center;
  color: #000;
  border: 1px solid #ddd;
  border-top: 2px solid #dcdbdb;
  border-bottom: 1px solid #fff;
}


.full-width {
  /*
margin:2px 4px 2px 0;

  */
  float:left;
    width: 100vw;
    position: relative;
    left: 200px;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }

  .no-gutters {
    margin-right: 0;
    margin-left: 0;
  
    > .col,
    > [class*="col-"] {
      padding-right: 0;
      padding-left: 0;
    }
  }

  
  .carousel-control-prev {
    margin-left: -50px;
  }
  
  .carousel-control-next {
    margin-right: -50px;
  }

  .carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 50px;
  width: 50px;
  outline: black;
  background-size: 100%, 100%;
  border-radius: 50%;
  border: 1px solid black;
  background-color: #fff;
}

.carousel-control-next-icon:after
{
  content: '>';
  font-size: 30px;
  color: red;
}

.carousel-control-prev-icon:after {
  content: '<';
  font-size: 30px;
  color: red;
}

.carousel-control-next, .carousel-control-prev {
  /*height:85%;
    width:8%;
    */
  height:60px;
  width:60px;
  /*border:1px solid #0f0;*/

  opacity:1;
  padding:0;
  margin:180px 0 0 0;
}
