@charset "utf-8";
/* CSS Document */
* { margin: 0; padding: 0; }

html { background:#F2F2F2;
}
body { font: 13px/1.4 "Trebuchet MS",Arial,Helvetica, sans-serif;color:#575757; line-height: 20px;}
.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.group { display: inline-block; clear: both; }
/* start commented backslash hack \*/ * html .group { height: 1%; } .group { display: block; } /* close commented backslash hack */
article, aside, figure, footer, header, nav, section { display: block; }

h1,h2,h3,h4{
  color:#666;
  font-weight: 400;
  line-height: 1.2;
}
h2 a {
  text-decoration:none;
}
a, img {
 border:none;/*IE Older browser support to remove blue border around links*/
}
a {
  color:#C4151A;
  text-decoration:none;
}
#page {
  margin: 0 auto;
  width:100%;
  min-width:960px;
  overflow:hidden;
}
#page_wrap {
  width:960px;
  margin:0 auto;
}
.header_wrap {
  min-width:960px;
  width:100%;

    background: url(../images/header_slika.jpg) center #D6D6D6 !important;
  
  
}
.logo {
  float:left;
}

.header-r {
  float:right;
}

header {
  width:960px;
  margin:0 auto;
  height: 115px;
  padding-top: 15px;

}
.menu_wrap {
  width:100%;
  background:#C4151A;
  min-width:960px;
}
.nav {
  display:block;
  width:960px;
  margin:0 auto;
}
.nav ul {
  list-style:none;
  float:left;
  width:100%;
  margin-left:180px;
}

.nav ul li {
  float:left;
  position:relative;
}
.nav ul li a {
  display:inline-block;
  text-decoration:none;
  color:#FFF;
  font-weight:bold;
  padding:15px 20px 15px 20px;
  border-right:1px dotted #f1f1f1;
  border-left:1px dotted #f1f1f1;
}

.nav ul li a:hover {
  color:#D6D6D6;
}

.nav li.active a {
  color:#D6D6D6 !important;
}

/*sub Menu */
.nav li ul {
  float:none;
  position:absolute;
  width:auto;
  left:-1000000px;
}
.nav li ul li{
  float:none;
  padding:5px 5px 2px 5px;
  
}
.nav ul li:hover ul {
  left:0;
  z-index:1;
}
.nav li ul li a {
  padding:5px 10px;
  white-space:nowrap;
}
#middle_container {
  width:960px;
  margin:0 auto;
  
}
#top_container {
  margin:0 auto;
  margin-top:10px;
  float:left;
  
}
.top h3 {
  padding-bottom:15px;
  text-transform:uppercase;
  font-weight:800;
  margin-top:5px;
}
.top {
  float:left;
  width:230px;
  padding:10px;
}
.topfull {
  width:500px;
  padding:10px;
  margin-top: -10px;
}
#main {
  width:500px;
  padding:10px;
  margin-bottom:30px;
  /*margin-left:20px;*/

}
#main ul {
  margin-left: 20px;
}
.fullmain {
  width:720px !important;
}

.left {
  width:220px;
  padding:10px 0px 10px 0px;
  float:left;
}
h3.heading {
  background:url(../images/line-horizontal.png) 50% repeat-x;
  text-align:center;
  font-size:22px;
  margin-bottom:15px;
}
h3.heading span {
  background:#f2f2f2;
  padding:0px 10px 0px 10px;
}
  
.left ul {
  list-style:none;
  background:#808080;
  margin-top:10px;
  border-radius:5px;
  
}
.left li {
  border-bottom:1px solid #fafafa;
  padding:10px 0px 5px 15px;
}
.left ul  li a {
  text-decoration:none;
  color:white;
}

.moduletable.left1 h3 {
  color:#C4151A;
}

.left h3 {
  color: #666;
}

.right {
  width:220px;
  padding:10px 0px 10px 0px;
  float:right;
}
.right .ip_qsmod_holder {
  margin-bottom: 15px;
  background: #808080;
  padding: 10px;
  width: 200px;
}

.moduletable.right1 h3 {
  color:#C4151A;
  margin-bottom:15px;
}
.right h3 {
 color: #666
}

.showcase {
  width:960px;
  margin:0 auto;
}
.showcase h3.heading {
  margin-bottom:30px;
  font-style:italic;
}

#bottom_wrap {
  min-width:960px;
  width:100%;
  background:#808080;
  color:#fff;
  float:left;
}
#bottom_wrap a {
  color:#fff;
  text-decoration:none;
}
#bottom_wrap h3 {
  color:#f2f2f2;
  border-bottom:3px solid #fafafa;
  padding-bottom:10px;
  font-weight:800;
  margin-right:50px;
  text-transform:uppercase;
  margin-bottom:15px;
}

.footer_bottom {
  width:960px;
  margin:0 auto;
}
.bottom {
  float:left;
  width:220px;
  padding:20px 10px 20px 10px;
}

footer {
  width:100%;
  background:#f2f2f2;
}
.footer_wrap a{
  color:#575757;
}

.footer_wrap {
  text-align:center;
  width:960px;
  margin:0 auto;
  font-size:11px;
}

/*** Form Styles ***/
input, textarea{
width:100%;
color: #333;
padding: 7px;
margin-bottom: 20px;
display: block;
border: 0;
background: #ddd;
line-height: normal;
border-radius:4px;
}

select {
  margin-bottom: 10px;
  background-color: #e2e2e2;
  color: #666;
  line-height: normal;
  border: 0;
  padding:7px;
  border-radius:4px;
}
input, textarea, select {
-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.1) inset;
box-shadow: 1px 1px 1px rgba(0,0,0,0.1) inset;
}

/*input:hover, textarea:hover { 
    background: #eee; 
    border: 1px solid #56B4EF;
    box-shadow: 0px 0px 4px #56B4EF;
  }*/
input:focus {
  border-color:#56B4EF;
  box-shadow:0 1px 3px rgba(0, 0, 0, 0.05) inset, 0 0 8px rgba(82, 168, 236, 0.6);
}
form input[type="submit"] {
    color: #fff;
    width:auto;
    text-transform: uppercase;
    background-color: #C4151A;
    border: none;
    padding:5px 10px 5px 10px;
  
 }
 input[type="submit"]:hover {
  -webkit-box-shadow: 0px 0px 5px #555;
  -moz-box-shadow: 0px 0px 5px #555; 
  -ms-box-shadow:0px 0px 5px #555;
  box-shadow: 0px 0px 5px #555;  
}
label {
  padding-right:10px;
}
input[type="checkbox"] {
  width:auto;
}

fieldset {
  border:none;
}
button {   
    color: #fff; 
    text-transform: uppercase; 
    background-color: #C4151A;
    border: none;
    padding:5px 10px 5px 10px;
    width:auto;
}

button:hover {     
    -webkit-box-shadow: 0px 0px 5px #555;
    -moz-box-shadow: 0px 0px 5px #555; 
    box-shadow: 0px 0px 5px #555;  
} 


/** iProperty Styles **/

.right .ip_qsmod #stype {
  width:90px !important;
}
.right .ip_qsmod #city {
  width:90px !important;
}
.ip_qsmod_bbhead {
  color:#fff;
}

.ip_popularmod_holder {
  background: white;
}
.ip_popular_thumb {
   border:none !important;
}
.ip_popular_thumb img{
  padding:5px;
  
}
.property_overview_bannerbotleft {
  bottom: -10px !important;
}
.property_overview_bannerbotleft img {
  width:61px !important;
  
}
.right .ip_qsmod_holder form {
  border: 1px solid #fafafa;
  padding: 10px;
  width: 180px !important;
}
.right .ip_qsmod .inputbox {
width: 90px !important;
}
.right .ip_qsmod_holder .button {
  margin:0 auto;
  float:none;
  display:block;
  font-size:12px;
  margin-left:60px;
  
}
.right .ip_qsmod_bbhead {
  font-size: 12px;
  margin: 3px 0px;
  white-space: nowrap !important;
  width: 90px;
  display: inline-block;
  text-align: center;
  border: none !important;
}

a.ip_popular_title {
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  background:#fff;
  padding:5px;
}
p.ip_heading {
  background: url(../images/line-horizontal.png) 50% repeat-x;
  margin: 10px 0px;
}
.property_footer {
  display:none !important;
}
.ip_popular_overview {
  padding-left:5px;
  border-bottom:10px solid #f2f2f2;
}
.ip_popular_overview b {
  color: #C4151A;
  font-size: 18px;
  font-style: italic;
}
.ptable td {
  padding: 20px 0px 20px 0px;
}

dl.tabs .closed a {
  color: #333;
}
.ipbutton {
  width: auto;
}
.ip_details_table td {
  width: 50% !important;
  text-align: left;
}
.ipmain {
  background:#fff;
  padding:10px;
}
.ipmain a {
  text-decoration: none;
}

#ip_toolbar {
  background:#C4151A !important;
}

.ipmain dl.tabs dt {
  margin-right:0px !important;
  padding: 15px !important;
}

.ip_beds, .ip_baths, .ip_sqft, .ip_lotsize, .ip_lot_acres, .ip_yearbuilt, .ip_heat, .ip_garage_type, .ip_roof {
  border-top: none !important;
}
.ip_mapright {
  padding-top: 50px !important;
  padding-left: 30px !important;
}
#ip_toolbar a:hover {
  color: #fff !important;
}
li.ip_checklist {
  padding-left:10px !important;
}
.ip_imagetab {
  background:#fff !important;
  padding: 5px;
  border: 2px solid #f8f8f8;
}

.property_thumb_holder, .cat_thumb_holder {
  background: #fff !important;
  border: solid 1px #ddd !important;
  padding: 5px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin-right: 10px;
}
.prop_overview_price {
  background: none !important;
  padding: 3px 5px;
  border:0px !important;
  color: #C4151A !important;
  text-align: center;
  margin-top: 10px;
  font-size: 18px;
}
.ip_overview_catcontainer {
  margin-top: 10px !important;
}
.ip_overview_catcontainer a {
  color: #fff !important;
  background:#C4151A;
  padding:5px;
}
.ip_overview_catcontainer a:hover {
  color: #ffff !important;
  background:#333;
}
tr.iprow0 {
  background: #fafafa;
  border: 0px !important;
  border-bottom: 5px solid #ddd !important;
}
tr.iprow0:hover {
  border-bottom: 5px solid #C4151A !important;
}
tr.iprow1 {
  border-bottom: 5px solid #ddd !important;
}
tr.iprow1:hover {
 border-bottom: 5px solid #C4151A !important;
}
.property_overview_title a {
  font-size: 22px;
}
.property_overview_title em {
  font-style: normal !important;
}

.avail_sidebar {
  display:none !important;
}
.ip_sidecol_address {
  display: none !important;
}
.ip_sidecol_header {
  background:#C4151A !important;
}
.side_agent_photo img {
  padding: 5px;
  box-shadow: 1px 1px 8px #aaa;
}
.side_agent_photo img:hover {
  box-shadow: 1px 1px 8px #C4151A;
}
.ipagent_sidecol_address {
  background: #f7f7f7;
  border: solid 1px #ccc;
  padding: 10px;
  margin-bottom: 10px;
  padding-left: 30px;
  border-bottom: 5px solid #CCC
}
.ipagent_sidecol_address:hover {
  border-bottom: 5px solid #C4151A;
}
.ipsmall {
  display: none !important;
}



/*vip portfolio Styles **/
.itp-vp-text-box h3 {
  color:#C4151A !important;
  font-weight: 800;
  padding-bottom: 15px;
}
.itp-vp-box {
  border-bottom: 1px solid #f2f2f2 !important;
  margin-bottom: 5px !important;
  padding: 10px !important;
  background: #fff;
  border-radius:5px;
   box-shadow:1px 1px 3px #ddd;
}
.itp-vp-box:hover {
  
   box-shadow: 1px 1px 3px #FCB8B9;
}
.itp-vp-image-box img {
  width: 175px !important;
  height: 130px !important;
}
.itp-vp-image-box {
  padding: 5px;
  border: 1px solid #ddd;
  margin-right: 20px;
  border-radius: 10px;
  box-shadow:3px 3px 3px #ddd;
}
.itp-vp-image-box:hover {
  padding: 5px;
  border: 1px solid #FCB8B9;
  margin-right: 20px;
}
.itp-vp-text-box ul {
  
}
/*news_pro_gk4 styles **/
.nspArt .fright {
  float: none !important;
}
.nspMain {
  overflow:visible !important;
}
.nspMain .bottom {
  float: none !important;
  width:auto !important;
  padding: 5px 0px 5px 10px !important;
}