/* Browser Reset */
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video {
 margin: 0;
 padding: 0;
 font-size: 100%;
 font-weight: inherit;
 font-style: inherit;
 text-align: inherit;
 background: transparent;
 border: 0;
 font-family: inherit;
 outline: 0;
 vertical-align: baseline;
 white-space: normal;
 }
 

.responsive_map {
    height: 350px!important;
    }

.tp-caption a {
    border: 1px solid #FFF!important;
    padding: 2px 15px!important;
    border-width: 1px!important;
    color: #FFFFFF!important;
    text-decoration: none!important;
    float: left!important;
    margin-top: 0px!important;
    font-size: 16px;
    line-height: 30px!important;
    
}

.tp-caption a:hover {
	opacity: 0.6;
	text-decoration: none!important;
	}

.moduletableinline-right {
    width: 250px;
    padding: 10px;
    float: right;
    background-color: #000000;
    color: #FFF;
    text-align: center;
    margin-left: 20px;
    margin-bottom: 20px;
    min-height: 300px;
}

.jev_evdt_creator,
.jev_evdt_hits {
    display: none!important;
}

.jevbootstrap h3 {
    font-size: 16px;
    font-family: 'Nova Mono', monospace;
    background-color: #EEE;
    line-height: 30px;
    color: #583367;
    padding: 5px 10px;
    margin-top: 20px;
}

.jev_evdt p {
    padding-left: 20px;
}

.moduletableinline-right a {
    color: #000000;
    text-decoration: none;
    border: 1px solid #FFF;
    padding: 5px 20px;
    background-color: #FFF;
    float: left;
    width: 50%;
    margin-bottom: 15px;
    margin-left: 20%;
}

.moduletableinline-right a:hover {
	opacity: 0.7;
	text-decoration: none!important;
	}

em.fa.fa-map-marker {
    float: left;
    margin-right: 25px;
    margin-top: 5px;
    margin-bottom: 40px;
    font-size: 20px;
    color: #000000;
}

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons.ui-draggable.ui-resizable {
    z-index: 800;
    background-color: white;
        width: 500px!important;
   
    border: 2px solid #000000;
}

button.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-icon-only.ui-dialog-titlebar-close {
    display: none;
}

.ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix {
    float: left;
    width: 100%;
    background-color: #000000;
    color: #FFF;
    height: 40px;
    line-height: 40px;
    margin-top: -55px;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 2px;
}

span#ui-id-1 {
    padding-left: 20px;
}

#area p {
	width: 50%;
    float: left;
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    border-bottom: 1px solid rgba(188, 83, 62, 0.56);
    line-height: 28px;
    }

#area label {
    margin-left: 15px;
}

button.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only {
    margin-left: 20px;
    margin-bottom: 20px;
    padding: 0px 40px;
    height: 30px;
    line-height: 30px;
    color: white;
    background: #000000;
    border: none;
    font-weight: 200;
    letter-spacing: 1px;
}

.ui-widget-overlay.ui-front {
	background-color: rgba(0, 0, 0, 0.7);
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	overflow: hidden;
	position: fixed;
	height: 100%;	
	bottom: 0;
	right: 0;
	z-index: 600;
}

.ui-dialog-buttonset {
    clear: left;
    padding-top: 20px;
}

.items-row.col.span_6 {
    padding: 20px;
    height: 330px;
}

h1.item-page-titleactiviteiten {
    font-size: 20px;
    text-align: center;
    height: 60px;
    padding: 10px 0;
    line-height: 30px;
}

body a {
  color: #583367;
  text-decoration: underline;
   }

.alert.alert-notice {
    display: none;
}

.jevbootstrap a {
    text-decoration: underline!important;
}

body a:hover {
	color: #4f748b;
	text-decoration: underline;
	    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease
	}
	
body.contentpane {
	padding:10px;
}


article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	margin:0 0 0 20px;
	}

ul.unstyled {
	list-style: none;
	margin:0;
	padding:0;
}

blockquote, q {
	quotes: none;
	 }
:focus {
 outline: 0 }
table {
 border-collapse: collapse;
 border-spacing: 0;
 }
img {
 height:auto;
 max-width:100%;
}
/*	Grid  */

.container {
	max-width: 1100px;
	min-width: 220px;
	margin: 0 auto;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	
 }

.container .row, .col {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
 }
 
.row {
	margin-bottom:0;
	}

.col {
	display: block;
	float: left;
	width: 100%;
 }
 
table#Table_01 td {
    vertical-align: top;
}

.col:first-child {
	 margin-left: 0;
	 }
	 
.row:after, .col:after, .clr:after, .group:after {
	display: block;
	height: 0;
	clear: both;
	content: "";
	visibility: hidden;
 }
 
.count-1 {
	clear: both;
	margin-left: 0;
 }
 
/* Body + Main Containers */
body {
	color: #666;
	font-weight: 300;
	background-color: #e2e2e2;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	}
	
#slide-wrap {
	position: relative;
	padding-bottom: 0px;
	min-height: 50px;
	z-index: 10;
	}

#box-wrap {
    margin: 0 auto;
    background-color: #FFF;
}

#main-content {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 40px;
 }
 
 #main-content li {
    line-height: 200%;
}
#wrapper {
	margin:0 auto;
	max-width:100%;
	padding:0;
	position: relative;
}

#comp-wrap {
	padding:0;
	}
	
	
	
	
	
.full {
 padding:0;
 margin:0;
 clear:both}
.contact a {
 text-decoration:none}
/* Article Columns */
.column-1, .column-2, .column-3, .column-4 {
 position:relative;
 margin:0;
 padding:0;
}
/* Content styles */

.blog-featuredhome .items-row {
	border: none;
}

.blog-featuredhome .thumbnail {
	width: 100%;
	height: 360px;

}

.blog-featuredhome .thumbnail img {
	max-height: 360px;
	height: 360px;
	transform: none;
	left: 0;
	top: 0;
	}
	
.blog-featuredhome .thumbnail img:hover {
	opacity: 0.5;
}
	
	
h2.item-page-titlehome {
    background-color: rgba(51, 102, 153, 0.72);
    color: #FFF;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    margin-top: -70px;
    z-index: 111111;
    position: relative;
    width: 70%;
    padding-left: 20px;
    height: 50px;
    line-height: 50px;
    bottom: -290px;
    font-weight: 100;
    }	
	

#archive {
padding:0;
 margin:0;
}
.archive {
	padding:0;
}
.archive .article-count {
	color:#999;
}

p.formRed {
    background: #000000;
    color: white;
    text-align: center;
    height: 40px;
    line-height: 40px;
}

.items-leading {
	position: relative;
	clear:both;
	margin:0 0 40px 0;
	padding:0;
}

.leading {
	margin: 0px 0 20px 0;
    position: relative;
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 20px;
}


h1.componentheading {
	margin:0 0 10px 0;
	padding:0;
	position:relative;
	color:#000000;
	 
}

.items-row, .item-page, .contact  {
	position: relative;
	margin-bottom: 2%;
}

.item-separator {
}

.item-page {
	position:relative;
	}

.item-page-title {
	padding: 0;
    margin: 0 0 10px 0;
    font-size: 22px;
    font-weight: 100;
    color: #583367;
    letter-spacing: -1px;
	}
	

	
.item-page-title, 
.item-page-title a  {
	text-decoration: none;
	font-size: 22px;
    letter-spacing: 0px;
	line-height: 35px;
	font-weight: 200;
	margin-top:25px;
	color: #583367;
	margin-bottom:0px;
	background-repeat:no-repeat;
	background-position: bottom center;
    letter-spacing: -1px;
}

.ip-mainheader h2 {
	font-weight: 100;
	font-size: 25px;
	color:#000000!important;
	margin:20px 0;
	
}

.ip-mainheader small {
	font-size: 80%;
    color: #062b85;
}

.items-row .item-page-title { 
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 10px;
    font-weight: 100;
    line-height: 20px;
}

.items-row.col.span_4 {
	padding: 20px;
	height: 400px;
}
.blogactiviteiten H1 {
    text-align: center;
    margin-bottom: 30px;
}


.inner-form {
	margin-bottom: 10px;
	border: 1px solid #3d5063;
	padding: 20px;
	-webkit-box-shadow: 0 10px 20px 0px black;
	-moz-box-shadow: 0 10px 20px 0px black;
	box-shadow: 0 10px 20px 0px black;
	margin-left: 20px;
	padding-top:5px;
	padding-bottom: 5px;
  }
  
 .inner-form .formControlLabel {
	 text-align: left;
	 }

.item-page-title a:hover {
}
.contact h2{
 margin:0 0 20px 0;
}
.contact .current {
margin:0;
 padding:0;
}
dl.tabs {
 display:block;
 clear:both;
  border-bottom:1px solid #ddd;
}
dl dt.tabs {
 display: inline-block;
 margin:0 0 -1px 0}
dt.tabs h3 {
margin:0 2px 5px 0;
}
dt.tabs h3 a{
padding:8px 8px 3px 8px;
 line-height:20px;
border:1px solid transparent;
-webkit-border-radius:4px 4px 0 0;
-moz-border-radius:4px 4px 0 0;
border-radius:4px 4px 0 0;
 cursor:pointer;
 text-decoration:none}
dt.tabs.closed h3 a {
border-color:#eeeeee #eeeeee #dddddd;
}
dt.tabs h3 a,dt.tabs h3.open a{
color:#555555;
background-color:#ffffff;
border:1px solid #ddd;
border-bottom-color:transparent;
}



dd.tabs {
 padding:10px 20px}
.jicons-icons {
	float:left;
	margin:0 10px 0 0;
	padding:5px 0 0 0;
	}
	


ul.button-icons {
	position:absolute;
	top:3px;
	right:5px;
	margin:10px 0 0 0;
	padding:0;
 }
 
ul.button-icons li {
	display:inline-block;
	}
	
ul.button-icons li.edit-icon,
ul.button-icons li.print-icon,
ul.button-icons li.email-icon {
	margin:0;
	padding:0;
	width:20px;
	height:16px;
	float:left;
	overflow:hidden;
	line-height:12px;
	font-size:12px;
	}
	
.iteminfo, .content_rating {
	font-size: 12px;
    display: block;
    color: #583367;
    margin: 0 0 10px 0;
    font-weight: 400;
    letter-spacing: 0px;
    }
    
.content_rating p{
	margin:0;
	padding:0;
}
.iteminfo span {
	margin:0 10px 0 0;
}
.iteminfo a {
} 

.iteminfo a:hover {
}
.iteminfo .category,.iteminfo .sub-category,.iteminfo .create,.iteminfo .modified,.iteminfo .published,.iteminfo .createdby,.iteminfo .hits {
	display:inline-block;
	line-height:20px!important;
}

.items-more {
	clear:both;
} 

h3.items-more {
	font-size:14px;
	padding:0;
	margin:0;
}

.items-more ol {
	margin:0 0 0 30px;
	padding:0;
	}
	
table.category {
}

th.item-title, th.list-title {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}

/* Commons */
.clear {
	clear: both;
	}

blockquote {
	position: relative;
	margin: 30px 0;
	padding: 20px;
	background-color: #e9e9e9;
	color: #505050;
	border-left: 5px solid #ddd;
	font-size: 16px;
	font-style: italic;
	font-family: 'Georgia', sans-serif;
	line-height: 1.8em;
}

pre {
	margin: 30px 0;
	padding: 20px;
	background-color: #e9e9e9;
	color: #505050;
	border-left: 5px solid #ddd;
	font-size: 16px;
	font-family: 'Georgia', sans-serif;
	line-height: 1.8em;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}

address {
	margin: 20px 0;
	letter-spacing: 1px;
}

.panel h3 {
	background-color: #000000;
	color: #FFF;
}

.panel h3:hover {
	opacity: 0.8;
	}

.panel h3 a {
	color:#FFF;
	text-decoration: none;
}
.panel {
	border: 1px solid #000000!important;
	margin-bottom: 20px!important;
	}
/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-size: 35px;
    color: #583367;
    font-weight: 100;
    font-family: 'Nova Mono', monospace;
}

h1 {

 font-size: 30px;
}

h2 {
	font-size: 40px;
	}

h2 strong {
    font-size: 22px;
    font-weight: normal;
	letter-spacing: -1px;
	}	

h3 {
    font-size: 16px;
    margin-bottom: -15px;
    font-weight: 400;
	}

h4 {
 font-size: 14px }

h5 {
	font-size: 16px;
	clear: left;
	font-weight: 400;
      }
      
      span.icon-ok {
	      color: green;
      }

h6 {
 font-size: 20px }

.slide-more {
	color: #fff;
	background-color: #37414b;
	padding: 3px 10px;
	border: 1px solid #fff;
	font-size: 13px;
}

.ls-l {
	border:1px solid #ccc!important;
}

.ls-l a {
	color:#fff!important;
	text-decoration: none;
}


.ls-l a:hover {
	color:#fff!important;
	text-decoration: none!important;
	opacity: 0.7;
}


a.ls-nav-next,
a.ls-nav-prev {
	display:block!important;
}

.entry p:last-child {
 margin: 0 }
.entry ul {
 margin: 30px 0 30px 20px }
.entry ul li, .entry ol li {
 margin: 0 0 5px }
.entry ol {
 margin: 30px 0 30px 25px }
.entry ol {
 list-style: decimal }
.entry ul {
 list-style: disc }
.entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
 margin: 40px 0 20px }

p {
    margin: 10px 0;
    line-height: 167%;
      }

p.lead {
	color: #777;
	font-size: 21px;
	line-height: 27px;
 }

.category-desc {
    margin-bottom: 20px;
}

em {
	font-style: italic;
	margin-right: 20px;
	color: 	#583367;
	}
	 
strong {
	font-weight: 400;
}

small {
	font-size: 80%;
	}
	
hr {
 height: 0;
 margin: 10px 0;
 border: 1px solid rgba(189, 84, 63, 0.4);
 border-width: 1px 0 0;
 clear: both;
 }
a {
 outline: 0;
 -webkit-transition: all 0.15s ease;
 -moz-transition: all 0.15s ease;
 -o-transition: all 0.15s ease;
 transition: all 0.15s ease}
a:hover {
 color:#000}
p a, p a:visited {
 line-height: inherit }
/* Header  */

h2.ip-property-header {
    display: none;
}

#header-wrap {
    width: 100%;
    z-index: 1111111;
    height: 100px;
}
  
#header-wrap .row {
	margin-bottom: 0;
	background: #583367;
 }


#header {
	margin-top: 0px;
	
}

#logo {
	display: inline-block;
    padding: 0px 20px;
    margin-bottom: 0;
    margin-left: 0;
    }

#logo .pink,
#menu-icon .pink {
    font-family: 'Nova Mono', monospace;
    font-weight: 400;
    color: #FFF;
    font-size: 16px;
    line-height: 70px;
}

#logo .thin,
#menu-icon .thin {
	font-weight: 100;
	font-family: 'Nova Mono', monospace;
}

#logo img {
	max-height: 90px;
    display: block;
    width: auto;
    margin: 0 auto;
}

#logo a {
    float: none;
    font-size: 22px;
    font-weight: 400;
    margin-top: 0px;
    display: inline-block;
    text-decoration: none;
    color: #FFF;
    font-family: 'Nova Mono', monospace;
}

i.fa.fa-bars {
    float: right;
    color: #FFF;
    line-height: 70px;
        font-size: 20px;
    margin-right: 5%;
}

.menutitle img {
    width: 12px;
    margin-right: 10px;
    padding-top: 3px;
    float: left;
}

#top {
	
}

#top p {
	line-height: 14px;
    margin-right: 30px;
    text-align: right;
    font-size: 14px;
    color: #999;
    letter-spacing: 1px;
    margin-top: 30px;
}

#top .fa {
	color: #583367;
	
}

#top a {
	text-decoration:none;
	color: #999999;
}


#top a:hover {
	opacity: 0.6;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
} 


/* Navigation */
#navbar-wrap {
	padding: 0px;
	float: right;
    margin-bottom: 0px;
}

#navbar {
	position: relative;
	height: 35px;
}

#navbar.row {
	margin-bottom: 0 }
	
#navigation {
	padding:0px;
	margin-top: 0px;
}

#navigation .menu {
	margin: 0px 10px 0px 0px;
	padding: 0;
	list-style: none;
	float: right;
}

#navigation .menu .icon-angle-right {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -6px;
	color: #aaa;
	font-size: 12px;
 }
 
#navigation .menu > li {
	display: block;
	float: left;
 }
 
#navigation .menu > li ul {
}

#navigation .menu ul {
 position: absolute;
 left: 0;
 top: 100%;
 margin: 10px 0 0 0;
 /*IE6 only*/ _margin: 0;
 nowhitespace: afterproperty;
 opacity: 0;
 transition: all .2s ease-in-out;
 visibility: hidden;
 z-index: 99;
 }
 
#navigation .menu ul ul {
 left: 100%;
 top: 0;
 }
 
#navigation .menu ul ul li {
 width: 100% }
 
#navigation .menu li {
 position: relative;
 list-style: none;
 }
 
#navigation .menu li:hover > ul {
 margin: 0;
 opacity: 1;
 visibility: visible;
 }
 
#navigation .menu a {
 display: block;
 position: relative;
 }
 
/* current item */
#navigation .menu > li > a:hover, 
#navigation .menu > li.sfHover > a, 
#navigation .active > a:hover, 
#navigation .active > a:hover,
#navigation .menu > li .active.deeper.parent:hover {
	color: #583367!important;
}



#navigation li.current.active {
    background-color: #FFFFFF;
    color: #583367;
}
#navigation .menu > li:hover {
	background-color: #FFF;
	color: #583367;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition: all 0.8s ease;
	}
	
#navigation .menu > .active > a, #navigation li.active > a {
    color: #583367;
	}

#navigation .menu > li {
	margin: 0 1px 0 0;
	padding: 0;
    cursor: pointer;
    text-align: center;
	-webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
 }

#navigation .menu a {
    height: 35px;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
    line-height: 35px;
    font-size: 14px;
    font-weight: 300;
    padding: 0 15px;
    text-transform: uppercase;
    color: #FFFFFF;
    letter-spacing: 1px;
}

/*drop-down styles*/
#navigation .menu ul {
	border-top: none;
	min-width:250px;
	
}

#navigation .menu li:hover ul {
	margin-top: 0;
	background-color: #000000;
	color:#FFF;
   -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#navigation .menu li ul li:hover {
	margin-top: 0;
	background-color: #000000;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
 }

 
#navigation .menu ul ul.sub-menu {
    margin-top: 0px;
    margin-left: -19px;
    border-left: 1px solid #DDD;
    width: 250px;
     }
     
#navigation .menu ul li {
	border-bottom: 1px solid #ddd;
}

#navigation .menu ul li:first-child {
}

#navigation .menu ul li:last-child {
	border: 0;
 }

#navigation .menu ul li > a:hover {
	color: #fff;
  }

#navigation .menu ul a {
 display: block;
 height: auto;
 margin: 0px;
 padding: 5px 10px;
 text-transform: none;
 border: 0px;
 line-height: 1.7em;
}

#navigation .selector {
	display: none;
  }

#navigation ul.sub-menu .icon-angle-down:before {
	content:"\f105"!important;
}

#navigation ul.sub-menu a {
	font-size:14px;
	color: #FFF!important;
}

#navigation i {
	text-align:right;
	}
	
#menu-icon {
	display: none;
}



#slide-wrap a:hover{
 color:#fff
 }
 
span.modal-title {
    font-size: 18px;
    font-weight: 400;
    color: #000;
}
 
 
/* Design Center 1st level */ 
.archive-tiles {
	border: 1px solid #E1E1E1;
	padding: 15px;
	margin-bottom: 2%;
}
.archive-tiles:hover {
		border: 1px solid #999999;
	}
		
.archive-tiles h2.item-page-title, .archive-tiles h2.item-page-title a {
	text-align: center;
	margin-bottom: 20px;
	font-size: 16px;
	margin-top: 0;
	letter-spacing: 0px;
	height: 40px;
	line-height: 20px;
	}

.list-num p {
	text-align: center;
	font-size: 12px;
	color: #666;
    margin-bottom: 0px;
}

.cat-image-tile {
    text-align: center;
}
 
.cat-image-tile img{
	 max-height: 50px;
	 height: 50px;
	 }


/* Design Center 2nd level */

blog.design-center p:first-of-type {
    min-height: 120px;
    font-size: 14px;
}

.item-in {
    padding: 10px;
}

.items-row  {
	padding: 0px;
	border: 1px solid #E1E1E1;
}

.items-row a {
	text-decoration: none!important;
}

.item-text p {
    height: 120px;
    line-height: 140%;
}

.readmore {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    padding: 20px;
    border: 1px solid #d6e9c6;
    margin-top: 20px;
}

.readmore p { 
	
    color: #3c763d;
	font-weight: 400;
}

a.login-article {
    background-color: #3c763d;
    padding: 10px 20px;
    color: #FFF;
    text-decoration: none;
    font-weight: 100;
    letter-spacing: 1px;
}

a.login-article:hover {
    background-color: #3c763d;
    padding: 10px 20px;
    color: #FFF;
    text-decoration: none;
    font-weight: 100;
    letter-spacing: 1px;
    opacity: 0.6;
}

.readmore h3 {
	font-weight: 600;
	font-size: 16px;
    color: #3c763d;
    margin-bottom: 10px;
}


/* Page Navigation */
ul.pagenav {
	display:block;
} 

ul.pagenav li {
	list-style:none;
} 

ul.pagenav li a{
	display:block}

.pagenav-prev {
	float:left;
}

.pagenav-next {
float:right}

#pagination {
clear:both;
text-align:center;
padding:0;
}
/* Breadcrumbs */

#breadcrumbs-wrap {
	background-color: rgba(88, 51, 103, 0.38)!important;
	height: 30px;
}

.breadcrumbs {
    padding: 0 40px;
    margin: 0;
    line-height: 30px;
    color: #FFF;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;	
    }
	
.breadcrumbs a {
	color:#000000;
	text-decoration: none;
	}
	
.breadcrumbs .fa-angle-right {
	padding:0 5px;
	font-size: 16px;
	color: #583367;
}


/* Sidebar */

#rightbar-w form.form-horizontal {
    padding: 0px!important;
    margin-right: 0px!important;
}

#rightbar-w label.control-label.col-sm-4.text-left {
    text-align: left;
    padding: 6px 0px!important;
}
#leftbar-w {
 float:left}
#rightbar-w {
 float:right;
 display:block;
}
#sidebar {
	padding:0;
    margin-top: 30px;
}

.acymailing_module div {
    margin: 10px 0!important;
}

.acymailing_form td {
	text-align: left;
}

table.acymailing_form {
    width: 100%!important;
}    


#sidebar .module {
    margin-bottom: 50px;
    background: #fff;
    padding: 0px;
    margin-top: 0px;
    float: left;
}

#sidebar .module-title {
	font-size: 18px;
    line-height: 25px;
    color: #583367;
    padding:0px;
}

#sidebar h3 {
	margin:0;
	padding:0 0 5px 0;
 }

a.mod-articles-category-title {
    float: left;
    font-size: 14px;
    text-decoration: none;
    width: 100%;
}

#rightbar-w  .module-title {
}
.category-module li:hover {
    border-top: 1px solid #583367!important;
    border-bottom: 1px solid #583367!important;
}


#sidebar .module-body {
	margin:0;
	padding-left:0px;
}

#sidebar .module-body p{
	padding:0;
	margin:0 0 5px 0;
}

#sidebar  ul li {
    line-height: 150%;
	margin: 0px;
    padding: 0;
    list-style: none!important;
    padding-left: 5px;
    float: left;
    padding-top: 10px;
    padding-right: 5px;
    border-bottom: 1px solid #EEEEEE;
    width: 100%;
    }

span.mod-articles-category-date {
	font-size: 12px;
    font-weight: 400;
    color: #583367;
    background-color: #EEEEEE;
    padding: 0 10px;
    margin-right: -5px;
    float: right;
}
#sidebar  ul {
	margin:0;
	padding:0;
}

#sidebar ul li:hover {
    background-color: #EEEEEE;
    color: #583367;
}

#sidebar  a{
}
#sidebar  a:hover{
}
/* Sidebar Menu*/
#sidebar .module ul.menu{
margin:0;
 padding:0;
list-style:none;
}
#sidebar .module ul.menu li{
 list-style:none;
 margin:0;
 padding:0;
}

#sidebar .module ul.menu li:hover{
}
#sidebar .module ul.menu li a,
#sidebar .module ul.menu li.active ul li a,
#sidebar .module ul.menu li ul li.active ul li a{
	display:block;
	margin:0;
	padding:5px 0 7px 25px;
	background:url(../images/sidebar-li1.png) 5px 50% no-repeat;
	text-decoration:none;
	font-size:16px;
	line-height:25px;
}
#sidebar .module ul.menu li a:hover,#sidebar .module ul.menu li.active a,
#sidebar .module ul.menu li ul li a:hover,
#sidebar .module ul.menu li ul li.active a,
#sidebar .module ul.menu li.active ul li a:hover,
#sidebar .module ul.menu li ul li.active ul li.active a {
 background:url(../images/sidebar-li2.png) 5px 50% no-repeat;
text-decoration:none;
color:#3d5063;
 }
#sidebar .module ul.menu li.active {
}
/* Sidebar SubMenu*/
#sidebar .module ul.menu li ul {
margin:0;
}

#sidebar .module ul.menu li ul li {
background:none;
  margin:0;
 padding:0 0 0 10px   }
#sidebar .module ul.menu li:last-child, #sidebar .module ul.menu li ul li:last-child, #sidebar .module ul.menu li.active ul li:last-child {
 background:none }
#sidebar .module ul.menu li ul li a{
}
#sidebar .module ul.menu li ul li a:hover{
 border: 0;
}
#sidebar .module ul.menu li ul li.active, #sidebar .module ul.menu li.active ul li {

	}

.module .menu .icon-angle-down:before {
	content:""!important;
}

.vimeo {
	-webkit-box-shadow: 0 10px 20px 0px black;
	-moz-box-shadow: 0 10px 20px 0px black;
	box-shadow: 0 10px 20px 0px black;
	border: 1px solid #3d5063;
}

/* about */

.blogabout .items-row {
	margin-bottom: 10px;
	border: 1px solid #3d5063;
	padding: 20px;
	-webkit-box-shadow: 0 10px 10px 0px black;
	-moz-box-shadow: 0 10px 10px 0px  black;
	box-shadow: 0 10px 10px 0px black;
	min-height: 630px;
    }

.blogabout .leading{
	margin-bottom: 10px;
	border: 1px solid #3d5063;
	padding: 20px;
	-webkit-box-shadow: 0 10px 10px 0px black;
	-moz-box-shadow: 0 10px 10px 0px  black;
	box-shadow: 0 10px 10px 0px black;
    }


.blogabout .items-row h2 {
	margin-bottom:0;
	padding-bottom:0;
	background-image:url(../images/bg_head_small.png);
	background-repeat:no-repeat;
	background-position: bottom center;
	padding-bottom:25px;
	display: block;
	font-size: 20px;
	line-height: 32px;
	font-weight:300;
	text-align:center;
	margin-top: 0px;
	}



/* User1 and User2 */

#user1-wrap{
	position: relative;
	background-color: #FFFFFF;

}

#user1{
	padding:0 40px;
	margin:0 auto;
	clear:both;
}

#user1 .module{
  margin-bottom: 10px;
 
}

#user1 .custom {
    overflow: hidden;
    background-color: #583367;
}

#user1 p {
	margin: 0px;
}

#user1 img { 
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	background-color: #583367;
	width: 100%;
}

#user1 img:hover { 
	-webkit-transform:scale(1.15); /* Safari and Chrome */
	-moz-transform:scale(1.15); /* Firefox */
	-ms-transform:scale(1.15); /* IE 9 */
	-o-transform:scale(1.15); /* Opera */
	transform:scale(1.15);
	opacity: 0.5;
}

#user1 h3 {
	background-color: rgba(51, 102, 153, 1);
    color: #FFF;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    margin-top: -45px;
    position: relative;
    width: 60%;
    padding-left: 10px;
    height: 50px;
    line-height: 50px;
    bottom: -290px;
    font-weight: 100;
}


a.user_readmore {
	background-color: #3d5063;
	color: #fff;
	padding: 4px 15px;
	-webkit-box-shadow: 0 8px 2px -6px black;
	-moz-box-shadow: 0 8px 2px -6px black;
	box-shadow: 0 8px 2px -6px black;
	text-decoration: none;
}

a.user_readmore:hover {
	text-decoration:none;
	opacity:0.5;
	color:#FFF!important;
}


#user1 img:hover {
	opacity:0.7;
}

#user1 a {
 }

#user1 a:hover{
}

#user1 ul {
margin:0;
 padding:0;
}

#user1 ul li{
 border-bottom:none;
 list-style:none;
}

#user1 ul li:hover{
}

#user1 ul li a{
 display:block;
 padding:0 0 0 20px;
 background:url(../images/user1-arrow.png) 0 50% no-repeat;
text-decoration:none;
 font-size:14px;
}

#user1 ul li a:hover{
}

/* User 2 */
#user2-wrap{	
	position: relative;
	background:#FFFFFF;
    padding: 50px 0;	
}

#user2{
	padding: 0 40px;
	margin:0 auto;
	clear:both;
}

#user2 .fa {
	color: #583367!important;
	margin-right: 20px;
}

#user2 .module{
	color:#555;
	margin-bottom:10px;
	}

#user2 strong.pink {
	color: #583367;
	
}

#user2 .inner{
	padding:0 10px;
}

#user2 strong {
    font-weight: 600;
}

#user2 p {
    font-size: 14px;
}

#user2 h2 {
    font-size: 14px;
    color: #888888;
    text-transform: uppercase;
    border-bottom: 1px solid #E1E1E1;
    padding-bottom: 10px;
    margin-bottom: 10px;
    width: 90%;
    letter-spacing: 2px;
}
    
#user2 h3 {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.rsform-block.rsform-block-submit {
    margin-top: 20px;
    }

.formRequired {
	font-size: 11px!important;
}

form#userForm {
    float: right;
    width: 54%;
    padding-left: 10px;
}

#user2 .module-body {
    padding: 0px;
}


#user2 .formControlLabel {
    float: left;
    width: 30%;
}

#user2 span.formValidation {
    display: none;
}

ul.category-module.user2 li {
    float: left;
    width: 100%;
    list-style: none!important;
    margin-left: 0px!important;
    border-bottom: 1px solid #CCC!important;
}


#user2 .formControls {
    float: left;
    width: 70%;
}

#user2 .rsform-block {
    float: left;
    width: 100%;
    }
    
#user2 input#submit {
    float: right;
}

#user2 a {
 }

#user2 a:hover{
}

#user2 ul {
	margin:0;
	padding:0;
}

#user2 ul li{
	border-bottom:none;
    margin-left: 30px;
    list-style: square;
    }
    
#user2 ul li:hover{
}

#user2 ul li a{
	display:block;
	padding:0px;
	text-decoration:none;
	font-size:14px;
}

#user2 ul li a:hover{
}

#user2 ul.category-module.user2 li {
	line-height: 200%;
}
/* Search */

p.rsformVerticalClear {
    width: 50%;
    float: left;
    margin: 0;
    font-size: 12px;
}

p.formDescription {
    margin: 0;
}

.rsform-block {
    border-bottom: 0px solid #ccc;
    padding-bottom: 5px;
    padding-top: 5px;
}

.rsform-block-submit,
.rsform-block-area {
	border: none!important;
}


input[type="search"] {
	display: block;
	width: 100%;
	padding: 10px 32px 10px 11px;
	color: #202020;
	font-size: 11px;
	-moz-box-sizing: border-box;
	-webkit-appearance: none !important;
	-webkit-box-sizing: border-box;
	background: #fff;
	border: 1px solid #ddd;
	box-sizing: border-box;
 }

input[type="search"]::-webkit-search-cancel-button {
	 -webkit-appearance: none }
input[type="search"]::-webkit-search-decoration {
 display: none }
input[type="search"]:focus {
 color: #000;
 outline: none;
 }
/* Forms / Inputs / Buttons */
.contactleft {
	width: 47%;
	float: left;
	border-right: 1px solid #bd3802;
	padding-right: 30px;
	}

.formControlLabel {
    float: left;
    width: 30%;
}

span.formValidation {
    display: none;
}

select {
	-webkit-appearance: none;
    width: 60px;
    height: 30px;
    background-color: #FFF;
    background: url(../images/down-arrow.png) 80% 50% no-repeat!important;   
}


input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="tel"], textarea {
	max-width: 100%;
	margin-bottom: 0px;
	margin-left: 0;
	padding: 5px !important;
	color: #808080;
	font-size: 12px;
	font-weight: 400;
	background: #fff;
	border: 1px solid #ddd;
	border-radius:0px;
	box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.030) inset;
 }

textarea {
 width: 100%;
 line-height: 1.6em !important;
 }
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="tel"]:focus, textarea:focus {
 color: #505050;
 border-color: #ccc;
 outline: none;
 }

.acyfield_name input,
.acyfield_email input {
	width: 90%!important
}


input[type="button"], input[type="submit"], button[type="submit"], button[type="button"] {
	display: inline-block;
    text-shadow: none;
	padding: 0 15px;
	background-color: #583367!important;
	color: #FFFFFF;
	text-decoration: none;
	-webkit-appearance: none !important;
	    background: #fff;
    min-height: 30px;
    font-size: 13px;
    border: 0px solid #ccc;
    cursor: pointer;
    line-height: 26px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    font-weight: 300;
    margin-top: 10px;
    float: right;
}

input[type="button"]:active, input[type="submit"]:active, button[type="submit"]:active, button[type="button"]:active {
 background-image: linear-gradient(to bottom, #efefef 0px, #fff 100%);
 border-color: #bbb #bbb #ddd;
 box-shadow: 0 1px 5px rgba(0, 0, 0, 0.10) inset;
 }
input[type="button"]:hover, input[type="submit"]:hover, button[type="submit"]:hover, button[type="button"]:hover{
	text-decoration: none;
	opacity: 0.5;
	color: #FFF!important;
	background-color: #000000; 
	}

a.btn-readmore {
    background-color: #E1E1E1!important;
    color: #333;
    padding: 5px 15px;
    text-decoration: none;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 0px;
    }
    
a.btn-readmore i.fa.fa-arrow-right {
	opacity: 0.6;
}
a.btn-readmore:hover {
	background-color: #583367!important;
    color: #fff;
    opacity: 0.8;
	text-decoration: none;
}


/* Tooltips */
.tip-wrap {
 float: left;
  padding: 8px 35px 8px 14px;
 margin-bottom: 20px;
 text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
 background-color: #535353;
 border: 1px solid #222;
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;

border-radius: 4px;
 color: #fff;
 max-width: 200px;
 text-shadow:1px 1px #000}
.tip-title {
padding: 0;
 margin: 0;
 display:none}
.tip-text {
font-size: 100%;
 margin: 0;
}
#topcontrol {
	background:url(../images/arrow_up.png) 50% 50% no-repeat;
	width:60px;
	height:60px;
	white-space:nowrap;
	cursor: pointer;
	opacity:0.7;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	bottom:20px;
	right:20px;
	z-index:999;
}




/* Error */
#error {
padding:20px;
 text-align:center}
#error .error {
 color:#FF0000;
 display:block;
 padding:0;
font-size: 200px;
 font-weight: bold;
 line-height: 200px;
}
#error .center {
width: 400px;
 margin-left:-200px;
left: 50%;
 position: absolute;
 text-align: center;
 top: 20%}
#error .error {
 text-shadow: 0 -1px 0 rgba(0,0,0,0.9), 0 1px 0 rgba(255,255,255,0.7);
 }
#error .error > span {
display: inline-block;
position: relative;
}
#error .error > span:before {
content: "";
position: absolute;
top: 70%;
left: -30px;
right: -30px;
	height: 80px;
background: url(../images/error.png) no-repeat;
background-size: 100% 100%;
}
#error ol li{
 text-align:left;
}
/* Offline */
.error-offline .error > span:before {
 top: 65%;
 }
.error-offline .message {
 width: 350px;
 }
/* Thumbs */
.width-10 {
width: 10px;
}.width-20 {
width: 20px;
}.width-30 {
width: 30px;
}.width-40 {
width: 40px;
}.width-50 {
width: 50px;
}.width-60 {
width: 60px;
}.width-70 {
width: 70px;
}.width-80 {
width: 80px;
}.width-90 {
width: 90px;
}.width-100 {
width: 100px;
}.height-10 {
height: 10px;
}.height-20 {
height: 20px;
}.height-30 {
height: 30px;
}.height-40 {
height: 40px;
}.height-50 {
height: 50px;
}.height-60 {
height: 60px;
}.height-70 {
height: 70px;
}.height-80 {
height: 80px;
}.height-90 {
height: 90px;
}.height-100 {
height: 100px;
}

.bottom-blog {
    padding: 20px;
    border: 1px solid rgba(228, 235, 243, 1);
    background-color: rgba(228, 235, 243, 0.4);
        margin-top: 30px;
}

.bottom-blog p {
	margin-top: 0px;
    font-size: 14px;
    font-weight: 100;
	}
	
.bottom-blog strong {
	color: #000000;
}
	
.thumbnail{
    position: relative;
}

.thumbnail img {

   }
   
.thumbnail img:hover {

 }

.thumbnail.pull-left {
    margin-right: 5px!important;
    border: 1px solid #000000;
    margin-bottom: 5px;
}

.thumbnail.pull-right{
	margin-left:10px!important;
	width: 30%;
	}
	
.pull-right.thumbnail {
}


.item-page ul {
    margin-top: -10px;
    margin-bottom: 0px;
    padding-left: 20px;
}

.item-page li {
	list-style: square;
}

.thumbnails {
	margin-left: -20px;
	list-style: none;
	*zoom: 1;
}

.thumbnails:before,
.thumbnails:after {
display: table;
content: "";
line-height: 0;
}
.thumbnails:after {
	clear: both;
}
.thumbnails > li {
	float: left;
	margin-bottom: 18px;
	margin-left: 20px;
}
.thumbnail {
}
a.thumbnail:hover {
	border-color: #08c;
	-webkit-box-shadow: 0 1px 4px rgba(0,105,214,0.25);
	-moz-box-shadow: 0 1px 4px rgba(0,105,214,0.25);
	box-shadow: 0 1px 4px rgba(0,105,214,0.25);
}
.thumbnail > img {
	display: block;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #583367;
	padding: 2px;
}

.thumbnail .caption {
	padding: 9px;
	color: #555;
}

/* Footer */

#footer-wrap {
	height:300px;
	padding-top:30px;
	background-color: #000000;
}

#footer-wrap h3 {
	color: #FFF;
	font-size: 25px;
	font-weight: 100;
	margin-bottom: 15px;
	}

#footer-wrap p {
	margin:	10px 0;
	padding:0;
	color: #FFF;
}

#footer-wrap a,
#footer-wrap em {
	color: #FFF;
	}
/* Footer Menu*/
#footer-nav {

}
#footer ul {
	margin-left: 20px;
	padding: 0;
	float: left;    color: #FFF;
	list-style: square;
}





#footer ul li {
	list-style: none;
	position:relative;
	padding:0;
	margin:0 1px 0 0;
	height:25px;
	height: 30px;
}

#footer ul li a {
	display:block;
	padding:0 10px;
	text-decoration:none;
	font-size:16px;
	line-height: 25px;
	-webkit-transition:none;
	-moz-transition:none;
	-o-transition: none;
	transition:none;
	padding-left: 30px;
	    transition: none;
    margin-left: 10px;
    font-weight: 100;
    letter-spacing: 1px;
	 }

#footer ul li a:hover {
	color:#FFF;
}

#copyright-wrap {
    background-color: #FFFFFF;
    margin: 0 auto;
    width: 100%;
    padding: 10px 0;
    margin-bottom: 100px
}

.copyright {
	color: #999;
    padding: 0;
    font-size: 10px;
    letter-spacing: 2px;
    text-align: center;
    font-weight: 100;
    text-transform: uppercase;
    }

.copyright a {
	border-bottom: 1px solid rgba(207, 0, 98, 0.25);
    text-decoration: none;
}

.copyright a:hover {
	color: #583367;
	text-decoration: none;
	border-bottom: 1px solid rgba(207, 0, 98, 1);
}

@media (min-width:1100px) {
 
/* grid */
.col {
 margin-left: 2%;
}

.col:nth-child(6n+1) {
    margin-left: 0!important;
}

.col:first-child {
    margin-left: 0!important;
}

.span_1 {
 width: 6.5%;
}

.span_2 {
 width: 15.0%;
}

.span_3 {
 width: 23.5%;
}

.span_4 {
 width: 32.0%;
}

.span_5 {
 width: 40.5%;
}

.span_6 {
 width: 49.0%;
}

.span_7 {
 width: 57.5%;
}

.span_8 {
 width: 66.0%;
}

.span_9 {
 width: 74.5%;
}

.span_10 {
 width: 83.0%;
}

.span_11 {
 width: 91.5%;
}

.span_12 {
 width: 100%;
}
;
}


@media screen and (max-width: 699px) {

body {
    padding: 0px 15px;
}

#top {
	float:left;
	height: 50px;
}

#top p {
    line-height: 30px;
    margin: 10px 0;
    text-align: center;    
}

#top a {
}

#top .sclogin {
    margin-right: 0px;
    margin-top: 0px;
}

#wrapper-w #wrapper {
	padding:0px!important;
	margin-top: -145px;
}

#user1-wrap {
  padding: 15px;
}

#wrapper{
	padding:0 10px!important;
	}

#logo {
	 text-align:center; 
	 float:none; 
	 display:none;
 }
 
span.menu-icon-title
{
     font-size: 25px!important;
 }

#logo img {
	max-width:250px; 
	max-height:70px; 
	display:block; 
	margin:0 auto; 
	display:none;
 }

#header_bg {
	display:none!important;
}

#logo a{
	text-align:center;
 }

#site-description {
	text-align:center;
 }


#main-content	{
	padding: 0 20px;
}
 
.items-row {
    margin-bottom: 5%;
}

#slide-wrap {
}

#slide-wrap .tparrows {
	display: none;
}

#slide-wrap .tp-caption.excerpt.tp-fade.tp-resizeme.start {
    height: 30px!important;
    width: 100%!important;
    left: 0px!important;
    bottom: 0px!important;
    top: initial!important;
}

#slide-wrap .tp-caption a {
	display: none!important;
}

#header-wrap {
	padding: 0px!important;
}

#menu-icon {
	width:100%;
	height: 70px; 
	line-height:70px;
	text-decoration:none;
	background-repeat: repeat; 
	padding:0; 
	cursor: pointer;
	display: block; 
	font-weight:bold; 
	color:#3a3a3a;
	border-bottom:1px solid #EFEFEF;
	text-align: center;
	}

#menu-icon:hover,#menu-icon.active  {
}

#menu-icon img {
    max-height: 70px;
}

.icon-double-angle-down {
    font-size: 30px;
    padding: 0px 20px;
    float: right;
    height: 70px!important;
    line-height: 70px!important;
    color: #999;
    }

#box-wrap	{
	margin-top:0px;
	padding: 15px;
}

#box-wrap	{
	margin-top:0px;
	padding: 15px;
}

#box-wrap .archive-tiles {
    width: 48%;
   }

#box-wrap .archive-tiles:nth-child(odd) {
	margin-left:0%;
}

#box-wrap .archive-tiles:nth-child(even) {
	 margin-left: 2%;
}




#user1 {
	padding: 0px;
}

#user1 .module {
	margin-bottom: 2%;
}

#user1 .col {
    margin-left: 0%;
}

h2.item-page-title {
	font-size: 20px;
	font-weight: 300;
}


#footer-wrap {
	padding: 20px;
	height: auto;
}

div#ip-mainfilter-container {
    display: none;
}

.pull-right.small.ip-pagination-results {
    text-align: left;
    margin-top: -45px;
    margin-bottom: 15px!important;
    background-color: #000000;
    color: #FFF;
    text-align: center!important;
    line-height: 50px;
    padding-bottom: 0px!important;
}

.prop-icon-list.span_12.row,
.prop-price-list.span_12.row,
.prop-mlsid-list.span_12.row {
	width: 100%;
}

button.goback.pull-right {
	width: 100%;
	margin-bottom: 20px;
	margin-top: 10px;
	line-height: 30px;
}

.ip-mainheader {
	text-align: center;
}

.top-right-inner.span_12 {
	clear: left;
}

.top-right-inner.span_12,
.span_4.pull-right.top-right {
    width: 100%;
}

.label-top-right.span_3.pull-left,
.label-top-right.span_5.pull-left{
    clear: left;
}

.ex-top-right.span_7.pull-right {
    clear: right;
}

.ex-top-right.span_5.pull-right {
    clear: right;
}

.swiper-pagination.span_8.swiper-pagination-clickable.swiper-pagination-bullets {
 display: none;
}

.span_4.pull-right.top-right {
    margin-top: 20px;
}

#navbar{
    display: none;
    height: auto;
    margin: 0;
    padding: 0;
    color: #FFF;
    position: fixed;
    right: 0px;
    background: transparent!important;
    width: 100%;	
    }

/* Menu */
#navbar-wrap {
    float: left;
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
    position: relative;
    z-index: 11;
    width: 100%;
    }


/* Navigation */
#navigation {
	padding:0; 
	display:block;
}

#navigation .menu {
	margin: 0; 
	padding: 0; 
	list-style: none;
	width: 100%;
}

#navigation .menu .icon-angle-right {
	position: absolute; 
	right: 10px; 
	top: 50%; 
	margin-top: -6px; 
	color: #aaa; 
	font-size: 12px;
}

#navigation .menu > li {
 display: block; float:none;}

.inner-form {
	margin-left: 0px!important;
}

#navigation .menu ul {
 position: relative; left: 0; top: 100%; margin:0; nowhitespace: afterproperty; opacity: 1; transition:none; visibility: visible; z-index: 99;
}

#navigation .menu ul ul {
 position:relative!important; margin:1px 0 0 0; padding:0; left:0px; width:100%; display:block;-webkit-box-shadow: none;-moz-box-shadow: none; box-shadow:none;
}

#navigation .menu ul ul li {
 width:auto}

#navigation .menu li {
 position: relative;
}

#navigation .menu li:hover > ul {
 margin: 0; opacity: 1; visibility: visible;
}

#navigation .menu a {
	display: block; 
	position: relative;
	line-height: 40px;
	height: 40px;
}

/* current item */
#navigation .menu > li > a:hover, #navigation .menu > li.sfHover > a, #navigation .menu > .active > a, #navigation .active > a:hover, #navigation .active > a:hover {
	color: #fff;
	border-top:1px solid #FFFFFF; 
	}

#navigation .menu > .active > a, #navigation li.active > a {
	font-weight: 300; 
	color: #FFFFFF;
	border-top:1px solid #FFFFFF; 
	
}

#navigation .menu > li {
	margin:0; 
	padding:0;
}

#navigation li.current.active {
    background-color: transparent!important;
}

#navigation .menu a {
    padding: 0 20px;
    color: #FFFFFF;
    font-weight: 300;
    text-align: right;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
    transition: none;
    background-color: #583367;
    margin: 0 15px;
    border-bottom: 1px solid #f5f5f5;
    }

/*drop-down styles*/
#navigation .menu ul {
	border-top: none; 
	background:none; 
	border:none;
	display: none;
}

#navigation .menu li:hover ul {
	margin: 0;
}

#navigation .menu ul ul.sub-menu {
	margin:0; 
	padding:0;
	}

#navigation .menu ul ul.sub-menu li{
 margin:0; padding:0;
}

#navigation .menu ul li {
 border-bottom:0}

#navigation .menu ul li:first-child {;
}

#navigation .menu ul li:last-child {;
}

#navigation .menu ul li > a:hover {
 color: #fff; border:0;}

#navigation .menu ul a {
 display: block; 
 height: auto; 
 margin: 0px; 
 padding: 0 15px; 
 text-transform: none; 
 border: 0px;
}

#navigation ul.sub-menu .icon-angle-down:before {
content:""!important;}

#navigation ul.sub-menu a {
 font-size:14px; 
 line-height: 35px;
 color: #fff;
 margin-left:20px;}

#navigation i {
 text-align:right}

#footer-nav {
 float:none}

#footer-nav ul {
 float:none}

.copyright {
 float:none; text-align:center;
 }
}

/**
 * @version 3.1.1 2013-05-07
 * @package Joomla
 * @subpackage Intellectual Property
 * @copyright (C) 2013 the T1hinkery
 * @license GNU/GPL see LICENSE.php
 */

/* uncomment the following line to set fixed height in property details view image tab
.ip-mapleft .tab-pane{max-height: 355px; overflow: hidden;} 
*/
 
 
 button.goback {
    float: right;
    height: 30px;
    background-color: #000000;
    border: none;
    color: #FFF;
    padding: 0px 20px;
    line-height: 30px;
    font-size: 14px;
    font-weight: 100;
    cursor: pointer;
}

 button.goback:hover {
	 opacity: 0.7
	 }

/* ip generic css */
#drone_banner {
	background-image: url(../images/banner_drone.png);
	background-repeat: no-repeat;
	padding-left: 60px;
	padding-top: 13px;
	height: 50px;
	z-index: 12;
	position: absolute;
	margin-top: -310px;
	width: 210px;
}

.price-pop {
	background-image: url(../images/price.png);
	background-repeat: no-repeat;
	z-index: 100;
	height: 50px;
	line-height: 50px;
	color: #fff;
	padding-left: 5px;
	margin-top: -175px;
	position: absolute;
	width: 110px;
	margin-left: 1px;
  }

.ip-popularproperties-thumb-holder:hover {
	opacity: 0.6;	
}

#drone_banner a {
	text-decoration: none;
	color: #FFF;
	
}

#drone_banner a:hover {
opacity: 0.7;	
}

#ip_searchmod .controls {
	float: left;
	clear: both;
	margin-bottom: 10px;

}

.prop-description {
	
	line-height: 170%;
}

.desc_roominfo h3 {
	font-weight: 400;
	font-size: 17px;
	margin-top: 10px;
	border-bottom: 3px solid #3d5063;
	padding-left: 10px;
	width: 85%;
}

.desc_roominfo h4 {
	font-weight: 400;
	font-size: 14px;
	margin-top: 10px;
}

.room-item {
	margin-left: 10px;
}

.room-item li {
	list-style: square;
}

.description-text {
	padding: 0 25px;
}

.prop-intro dt {
	font-weight: 400;
}

sup {
	font-size: 75%;
	vertical-align: super;
}

.intro-line {
	border-top: 1px solid;
	clear: both;
	padding: 0px 10px;
}

dt.pull-left {
  clear: left;
}

dd.pull-right {
  clear: right;
}

.formResponsive input[type="submit"]  {
    border-radius: 0px!important;
    background-color: #000000!important;
    color: #ffffff;
    background: #000000;
    font-size: 16px;
    text-shadow: none!important;
    font-weight: 100;
    padding: 0 35px;
    height: 3px;
    line-height: 19px;
    letter-spacing: 1px;
    border: none!important;
    }

.formResponsive input[type="submit"]:hover {
	opacity:0.8;
	background-color: #062b85!important;
	-webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;	
}




/**
 * @version 3.3.3 2015-04-30
 * @package Joomla
 * @subpackage Intellectual Property
 * @copyright (C) 2009 - 2015 the Thinkery LLC. All rights reserved.
 * @license GNU/GPL see LICENSE.php
 */

/* uncomment the following line to set fixed height in property details view image tab
.ip-mapleft .tab-pane{max-height: 355px; overflow: hidden;} 
*/
 
/* ip generic css */
.ip-overview-property {
    border: 1px solid rgba(228, 235, 243, 1);
    background-color: rgba(228, 235, 243, 0.4);
/*    background-color: rgba(189, 84, 63, 0.09); */
  /* border-bottom: 0px solid #000000; */
  padding: 0px;
  margin-bottom: 2%
}



.prop-info-list {
	padding: 25px;
	padding-top: 5px;
	
}

.prop-title-list {
	text-align: center;
    margin: 10px 0;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    float: left;
    width: 100%;
    line-height: 20px;
    max-height: 50px;
    min-height: 50px;
    }

.prop-location-list {
	font-size: 14px;
	text-align: center;
	color: #000000;
	    float: left;
    width: 100%;
    margin: 10px 0;
}

.prop-location-list .fa-map-marker {
	float: none!important;
	margin: 0!important;
	font-size: 14px!important;
	margin-right: 10px!important;
}


.prop-icon-list {
    height: 40px;
    background-color: #fff;
    clear: both;
    margin: 0 auto;
    float: left;
    border-bottom: 4px solid #e5ebf3
}
.icon {
	height: 40px;
	width: 31%;
	line-height: 40px;
	float: left;
	color: #00378b;
	font-size: 14px;
	font-weight: 800;
	opacity: 0.8;
}

.icon img {
	width: 20px!important;
	height: auto;
	margin:10px;
	float: left;
}

.prop-price-list {
    height: 45px;
    line-height: 50px;
    clear: both;
    margin: 0 auto;
    float: left;
    background-color: #00378b;
    text-align: center;
    color: #FFF;
    letter-spacing: 1px;
    font-weight: 100;
}

.prop-mlsid-list {
	 height: 25px;
    line-height: 25px;
    clear: both;
    margin: 0 auto;
    float: left;
    text-align: center;
    color: #000000;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 100;
    margin: 20px 0;
	}


.ip-row0, .ip-row1{padding: 7px;}
.ip-overview-active{border: solid 1px #35A2D9; box-shadow: 0px 0px 9px #888888;}
.ip-openhouse-header{padding: 10px 0px;}
.ip-pointer{cursor: pointer;}
 
.ip-pagination-results {
	clear: both;
	width: 100%;
}
 
 /* property details view */
.ip_subcattitle {display: none;}
 .span12.pull-right.cat_overview_desc {
    float: left;
    margin-bottom: 30px;
}
 #propimages{position: relative;} /* required for proper banner alignment */
.ip-proptab-image{position: relative;} /* this allows the banners to display correctly */
.ip-carousel-control{top: 140px !important;} /* bootstrap gallery carousel controls - set px position to avoid jumping */
.ip-mapright dl{margin-bottom: 10px;}
.ip-propdetails-divider{height: 15px;}
 
 /* property details sidebar */
.ip-sidecol.ip-mainaddress, .ip-sidecol.ip-categories{margin-top: 10px !important;}
.ip-slashprice{text-decoration: line-through;}
.ip-newprice{font-size: 115%;}
#ip-searchfilter-wrapper {
	padding: 20px 0;

}

.ip-quicksearch-optholder{display: none;}
.ip-featured-icon{margin-right: 15px; }
.ip-cat-icon-divider{line-height: 30px;}
.ip-cat-home-img{float: right;}
.ip-property-thumb-holder, .ip-image-tab, .ip-mod-thumb{position: relative;}

/* banners */
.ip-bannertopleft{z-index: 1000 !important; position: absolute; top: 0px; left: 0px;}
.ip-bannerbotleft{z-index: 9 !important; position: absolute; bottom: 0px; left: 0px;}
.ip-bannertopright{z-index: 998 !important; position: absolute; top: 0px; right: 0px;}
.ip-bannerbotright{z-index: 997 !important; position: absolute; bottom: 0px; right: 0px;}
.ip-bannerbotss {
    position: absolute;
    right: 0;
    height: 20px;
    z-index: 7;
    bottom: 0;
}


/* css banners */
.ip-bannercsstop{position: absolute; top: 0px; padding: 3px;}
.ip-bannercssbot{position: absolute; bottom: 0px; padding: 3px;}
.ip-banner-new{background: #20a800; font-weight: bold; color: #fff;}
.ip-banner-sold{background: #cc0000; font-weight: bold; color: #fff;}
.ip-banner-pending{background: #e8ab07; font-weight: bold; color: #fff;}
.ip-banner-updated{background: #076db3; font-weight: bold; color: #fff;}

.ip-state-highlight{background: #D9EDF7; border: 3px dashed #74b4d4;}
.ip-openhouse-info{padding: 10px; border: dotted 1px; margin-right: 20px;}
.ip-quicksearch-form .ip-quicksearch-optholder input, .ip-quicksearch-form .ip-quicksearch-optholder select{margin-bottom: 5px !important;}
.ip-quicksearch-form .ip-quicksearch-sortholder select{margin-right: 5px !important; width: 150px;    background: url(../images/down-arrow.png) 95% 50% no-repeat!important;
}
.ip-quicksearch-sortholder .control-group {
	
}
.pull-right.small.ip-pagination-results {
    text-align: left;
    margin-top: -45px;
    border-bottom: 1px solid #000000;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

button.btn.btn-primary.list-order {
	line-height: 28px; 
	height: 30px; 
	background-color: #000000;     
	font-family: 'Roboto', sans-serif; color: #FFF; 
	letter-spacing: 1px; 
	font-size: 14px;
	font-weight: 200;
	padding: 0 10px;
	}
	
button.btn.btn-primary.list-order:hover {
	line-height: 28px; 
	height: 30px; 
	background-color: rgba(189, 84, 63, 0.62);     
	font-family: 'Roboto', sans-serif; color: #FFF; 
	letter-spacing: 1px; 
	font-size: 14px;
	font-weight: 200;
	padding: 0 10px;
}

.input-large {
    width: 230px;
    background: #FFFFFF url(../images/down-arrow.png) 95% 50% no-repeat!important;
    color: #999;
    font-weight: 100;
        cursor: default;
}

form.ip_quicksearch_form {
    padding-left: 5%;
    padding-top: 3%;
}

/* default img widths */
.ip-mod-thumb .thumbnail, .ip-overview-thumb{
	width: 100%; 
	position: relative;
	height: 210px;
	
	}

.ip-overview-thumb:hover {
	opacity: 0.7;
	
}
/* additional plugin styles */
#ipdirectionsplug{overflow: auto;}
#ippano img{border: none !important; max-width: none !important;} /* fixes firefox bugginess */
#ws-walkscore-tile{position: relative; text-align: left;}
#ws-walkscore-tile *{float: none;}
#ws-footer a,
#ws-footer a:link{font: 11px Verdana,Arial,Helvetica,sans-serif; margin-right: 6px; white-space: nowrap; padding: 0; color: #000; font-weight: bold; text-decoration: none;}
#ws-footer a:hover{color: #777; text-decoration: none;}
#ws-footer a:active{color: #b14900;}
.ip-before-property, .ip-after-property{position: relative;} /* plugin wrappers are relative in order to position some plugin buttons */

/* form css */
.ip-vid-tab .active a,.ip-vid-tab .active a:hover {background-color: #377391; color: #fff;}

/* print css */
.ip-print-table td{vertical-align: top; padding: 5px;}
.ip-print-leftcol{width: 70%;}
.ip-print-rightcol{width: 30%;}

/* 3.2.1 additions */
.ip-map-div img{max-width: inherit;} /*fix for zoom controls collapsing*/

/* 3.3.2 additions */
.ip-overview-grid{padding: 10px;}
.ip-overview-grid .ip-property-thumb-holder{margin-bottom: 5px;}
.ip-overview-grid .ip-overview-quickinfo{margin-top: 8px; clear: both;}
.ip-bubble-window-solid{background-color: white; border-radius: 5px;}

/* mobile specific css */
@media (max-width: 480px) {
    .nav-tabs > li > a{background: #D9EDF7 !important; border: solid 1px #3A87AD; padding: 3px !important; margin: 5px 2px !important; border-radius: 3px !important;}
    .ip-mapleft .tab-pane, #ip-map-canvas{height: auto; max-width: 100% !important;}
    #ip-image-tab, #ip-image-tab img{max-width: 100% !important;}
}

@media print{
    .ip-print-icon, .ip-agent-contact-btn, .ip-vtour{display: none !important;}
    a:link:after, a:visited:after {  
      display: none;
      content: "";    
    }
}


.top-right {
    border: 1px solid rgba(189, 84, 63, 0.2);
	line-height: 25px;
	font-size: 14px;
	color:#333;
		margin-bottom: 2%;
}


.top-right h2 {
	color: rgba(255, 255, 255, 0.6);
	height: 30px;
	line-height: 30px;
    font-size: 16px;
    text-transform: uppercase;
    padding-left: 20px;
    margin-top: -20px;
    letter-spacing: 2px;
    font-weight: 100;
    background-color: #000000;
    margin-bottom: 10px;
}

.top-right-inner {

	float: left;
	margin: 17px 0;
}

.top-right-inner p {
	padding-left: 20px;
	padding-right: 10px;
}

.label-top-right {
	margin-left: 20px;
    font-weight: 600;
}

.ex-top-right {
	text-align: right;
	margin-right: 20px;
}

#ipgalleryplug {
   

}

.ip-galleryplug-img { 
	
}

.top-right-inner #userForm {
	width: 80%!important;
	padding: 0 20px;
	float: left;
}

.top-right-inner .formControlLabel {
    width: 35%;
    font-weight: 600;
    float: left;
}

a.ip_subcatlink {
    background-color: #000000;
    color: #FFF;
    padding: 5px 15px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
    }

a.ip_subcatlink:hover {
	color: #FFF;
	opacity: 0.7;
	text-decoration: none;
} 
