/* @override 
	http://normandproperties.net/assets/css/normand.css
	http://2016update.bernardnormand.com/assets/css/normand.css
*/

#topNav {
	padding: 5px 0 10px;
	margin-bottom: 0px;
	
	background: url(../../images/Renters-wanted-header-bg.jpg) left;
}
.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: grey;         /* adjust as needed */
}
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
}


.menu ul li a {
	font-weight: bold;
	padding: .8px 0.6em 0 .6em;
}

div.form-group.pets>label,
div.form-group.furnished>label {
	width: 80px!important;
}
div.form-group.pets,div.form-group.furnished{
	width: 40%;
	display: inline-block;
	
}
.sidebar-home{
	padding-top: 50px;
	border-left: 1px solid #ccc;
	padding-left: 20px;
}
form .style label{
	width: 30%;
	margin-left: 0!important;
	margin-bottom: 0px!important;
	min-height: 30px;
	border-bottom: 1px dotted #e2e2e2;
	padding-bottom: 2px!important;
	line-height: 12px;
	font-size: 11px;
	padding-top: 4px;
}

input.areno {
	max-width: 400px;
	width: 100px;
	display: inline;
}

div.form-group.selectlist.bedrooms,
div.form-group.rent {
	width: 40%;
	display: inline-block;
	margin-right: 5px;
	margin-left: 5px;
}
.bedrooms label,.rent label{
	display: none;
}

#search-hor form .style label{
	
	margin-left: 0!important;
	margin-bottom: 5px;
	max-width: 80px;
	border-bottom: 1px dotted #e2e2e2;
	padding-bottom: 5px;
	height:auto;
	margin-right: 5px;
}

#search-hor input#areano.inputSmall.form-control {
	width: 80%;
	display: inline;
}
#search-hor form div.row div.col-md-3 div.form-group.selectlist {
	width: 45%!important;
	float: left;
	margin-right: 10px;
}

#search-hor form{
	margin-bottom: 0;
}
.activeclick{
	border: 1px solid #ff2320!important;
}

.affix {
      top: 0;
     -webkit-transition: all .5s ease-in-out;
      transition: all .5s ease-in-out;
      
  }
#header.affix {
      top: 0;
     -webkit-transition: all .5s ease-in-out;
      transition: all .5s ease-in-out;
      width: 100%;
      z-index: 200;
      
  }
#header.affix .logo img{
	
}

#header.affix div.row div.row-container div.col-5,
 #header.affix div.row div.row-container div.col-7{
	width: 50%;
	float: left;
}
 #header.affix div.row div.row-container div.col-7{
	float: right;
	}

#header.affix .row-container{
	margin-top: 0!important;
}
.intro .row{
	margin: 0;
}


div#map-view.affix {
	position: fixed;
	top: 240px;
}
  
.sidebar #map {
    width: 500px;
    height: 800px;
}
#gallery1{
	
	    overflow-y: scroll;
    max-height: 800px;
    min-height: 30px;
	
}
#search-hor.affix-top label.head{
	display: none;
}
#search-hor {
	    background-color: #f2f2f2;
	    background: url(../images/header-pattern-1.gif) repeat;
	    
	border: 1px solid #dedede;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
		cursor: pointer;
	-webkit-box-shadow: 0 0  1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0  1px rgba(0, 0, 0, 0.1);
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index: 50;
	padding: 7px;
	
}
#search-hor.affix{
	top: 70px;
}

  
  
#search-hor form .style .head{
	width: 100%;
	border-bottom: none;
	height: auto;
}
.areasmap label, .areasmap input {
	display: inline;
	margin-right: 5px;
}


form .style .head{
	width: 100%;
	border-bottom: none;
	height: auto;
}

div.col-md-3,div.col-md-6 {
margin-left: 0;	
}

#topNav div.container div.row div.col-6 button {
	margin-right: 1em;
}
#topNav #city{
	
}

#topNav button {
	float: right;
	padding: 5px;
}

div#navBarAddress {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 20px;
	text-align: right;
	padding-right: 10px;
}
div#navBarAddress .phone{
	font-weight: bold;
}

div.logo {
	max-width: 200px;
}
.latest-listings .royalSlider {
	
	height: auto;
	position: relative;
	direction: ltr;
}

h4 {
	text-align: center!important;
}
.content-right ul li{
	text-align: left;
	list-style-type: disc!important;
	list-style-position: inside!important;

	display: list-item;
	
}
.dont-break-out {

  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;

}

#myModal{
	z-index: 1050;
}
.modal-backdrop.fade.in{
	z-index: 100!important;
}
.content-right ul{
	list-style-type: disc!important;
	list-style-position: inside!important;
	
}
div#desc .row-container .left{
	margin-left: 0px;
	padding-left: 0px;
	max-width: 50%;

	padding-right: 5px;
}
div#desc .row-container .left b{
	
	 display:inline-block;
}
div#desc .row-container .right{
padding-right: 0px;

	max-width: 50%;
	padding-left: 5px;
}
/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0;
    left: 0;
    background-color: #e7e7e7; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    
}

div.advform {
	padding-left: 10px;
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 20px;
}
#search-slide-button{
	display: none;
}
.modal-body{
	min-width: 300px;
	min-height: 300px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}



/*Responsive Styles*/

/* Smartphones (portrait) ---------------- */
@media (max-width:320px)
{


div.form-group.pets{
	width: 50%;
	display: inline-block;
	
}
#map-view{
	display: none;
}
#topNav #city img{
	height: 40px;
}
div#navBarAddress {
		margin-top: 0px;
	font-size: 12px;
}
#search-hor.affix {
	
        position: relative;
    }
#gallery1{
	
	    overflow-y: scroll;
    max-height: inherit;
	overflow: auto;
}
.sidebar-home{
	border: none;
	}
	#tiles li h4 {
	font-size: 0.875em;
}
#header.affix .logo img{
	
}
.affix .col-5{
	float: left;
	width: 35%!important;
}
.container-fluid.affix,
.container-fluid.affix-top{
	margin-right: 0px!important;
	margin-left: 0px!important;
	padding-left:0px!important;
	padding-right: 0px!important;
}
.phone{
	
}
.row {
	margin-right: 0px!important;
    margin-left: 0px!important;
	margin-top: 0px!important;
}
.container-fluid.affix .col-xs-4,
.container-fluid.affix-top .col-xs-4{
	margin-right: 0;
	margin-left: 0;
	padding-right: 0;
	padding-left: 0;
}
section#search-hor{
	display: none;
}
#search-slide-button{
	display: block;
}

img#saskatoonmap {
	max-width: 310px;
}

}

/* Smartphones (landscape) ---------------- */
@media only screen and (min-width : 321px)
and (max-width : 767px)
{
/* Add Your CSS Styling Here */
div.form-group.pets,
div.form-group.furnished
{
	width: 50%;
	display: inline-block;
	float: left;
	
}
#header.affix .logo img{
	
}
#map-view{
	display: none;
}
#topNav #city img{
	height: 30px;
	margin: 0 auto;
}
#topNav button{
	font-size: 80%;
}
div#navBarAddress {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 12px;
}
#search-hor.affix {
	
        position: relative;
    }
#gallery1{
	
	    overflow-y: scroll;
    max-height: inherit;
	overflow: auto;
}
.sidebar-home{
	border: none;
	}

#tiles li h4 {
	font-size: 0.875em;
}

.affix .col-5{
	float: left;
	width: 35%!important;
}
.container-fluid.affix,
.container-fluid.affix-top {
	

	margin-right: 0px!important;
	margin-left: 0px!important;
	padding-left:0px!important;
	padding-right: 0px!important;
}

.phone{
	word-break:keep-all
	
}
.row {
	margin-right: 0px!important;
    margin-left: 0px!important;
	margin-top: 0px!important;
}
.container-fluid.affix .col-xs-4,
.container-fluid.affix-top .col-xs-4{
	margin-right: 0;
	margin-left: 0;
	padding-right: 0;
	padding-left: 0;
}
section#search-hor{
	display: none;
}
#search-slide-button{
	display: block;
}



}

/* Tablets (portrait) -------------------- */
@media only screen 
and (min-device-width:768px) 
and (max-device-width:1024px) 
and (orientation:portrait)
{
/* Add Your CSS Styling Here */
}


/* Tablets (landscape) ------------------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape)
{   
/* Add Your CSS Styling Here */
}

/* Old Desktops and laptops ------------------ */
@media only screen 
and (min-width : 1025px) 
{
/* Add Your CSS Styling Here */
}

/* Desktops ------------------ */
@media only screen 
and (min-width : 1201px) 
{
/* Add Your CSS Styling Here */
}

table#center.admintable {
	border-style: solid;
	border-width: 1px;
	background-color: #fff;
	margin: 10px;
}

#desc div.quickinfo {
	font-size: 16px;
}
table#center.admintable tr{
	border: 1px solid #ccc;
}
table#center.admintable tr td{
	padding-right: 10px;
	padding-left: 10px;
}


.j- .icon-left,
.j- .icon-right {
	color:rgba(0,0,0,.54);
	font-size:17px;
	height:18px;
	line-height:18px !important;
	opacity:.6;
	position:absolute;
	text-align:center;
	top: 6px;
	width: 20px;
	z-index:2;
	margin-right: 5px;
	padding-left: 5px;
}

.notice label{


	
	
}
.btn.primary-btn{
	color: #fff!important;
}
.j- [class*="span"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    position: relative;
}


.j- .icon-left { border-right:1px solid rgba(0,0,0,.54); left:3px; }

.j- .icon-right { border-left:1px solid rgba(0,0,0,.54); right:3px; }

.j- .icon-left ~ input,
.j- .icon-left ~ textarea { padding-left:15px; }

.j- .icon-right ~ input,
.j- .icon-right ~ textarea { padding-right:35px; }
.j- .error-view .icon-left,
.j- .error-view .icon-right { border-color:#e57373; }

.j- .error-view .icon-left,
.j- .error-view .icon-right,
.j- span.error-view,
.j- .error-message i { color:#b71c1c; }
.j- .success-view .icon-left,
.j-forms .success-view .icon-right { border-color:#81c784; }

.j- .success-view .icon-left,
.j- .success-view .icon-right,
.j- span.success-view,
.j- .success-message i { color:#1b5e20; }
.j- .warning-view .icon-left,
.j- .warning-view .icon-right { border-color:#f9a825; }

.j- .warning-view .icon-left,
.j- .warning-view .icon-right,
.j- span.warning-view,
.j- .warning-message i { color:#f57f17; }
.j- .info-view .icon-left,
.j- .info-view .icon-right { border-color:#0288d1; }

.j- .info-view .icon-left,
.j- .info-view .icon-right,
.j- span.info-view,
.j- .info-message i { color:#01579b; }
/* Labels
=============================== */
.j label {
	display:block;
	color:inherit;
	font-weight:normal;
	text-align:left;
	margin-bottom:0;
}
.j- .label { font-size:14px; margin-bottom:6px; line-height:14px; height:14px; }

.j- .label-center { height:48px; line-height:48px; text-align:center; margin-bottom:0; }

.j- .j-row > .label{ padding-left:10px; }

.stop_safari {
    position: fixed;
    width: 1px;
    left: -50px;
}
.stop_safari input {
    width: 1%;
}

section.about ol.about li, section.about ol{
	list-style: disc!important;
	list-style-type: disc!important;
	list-style-position: outside!important;
	display: block;
	padding-left: 6px;
	margin-left: 16px;
}

