/***********************
*  Site Specific CSS   *
************************/

/* @imports
--------------*/
@import url("http://cdn.myld.com.au/1/css/fontawesome/4.0.3/css/font-awesome.css");
@import url('http://cdn.myld.com.au/1/js/plugins/smartCaptcha/smartCaptcha-v1.0.min.css');
@import url('http://cdn.myld.com.au/1/js/fancybox2/jquery.fancybox.css');
@import url('http://cdn.myld.com.au/1/css/AnimateCss/animate.min.css');

/* @font-faces
--------------*/
@font-face{
   font-family: 'PT Sans';
   src:   url(http://cdn.myld.com.au/1/fonts/PTSans/pt_sans-web-regular-webfont.eot);
   src:   url(http://cdn.myld.com.au/1/fonts/PTSans/pt_sans-web-regular-webfont.eot?#iefix) format('embedded-opentype'),
   url(http://cdn.myld.com.au/1/fonts/PTSans/pt_sans-web-regular-webfont.woff) format('woff'),
   url(http://cdn.myld.com.au/1/fonts/PTSans/pt_sans-web-regular-webfont.ttf) format('truetype'),
   url(http://cdn.myld.com.au/1/fonts/PTSans/pt_sans-web-regular-webfont.svg#pt_sansregular) format('svg');
   font-weight:400;
   font-style:normal;
}

@font-face{
   font-family: 'PT Sans';
   src:   url(http://cdn.myld.com.au/1/fonts/PTSans/pt_sans-web-italic-webfont.eot);
   src:   url(http://cdn.myld.com.au/1/fonts/PTSans/pt_sans-web-italic-webfont.eot?#iefix) format('embedded-opentype'),
   url(http://cdn.myld.com.au/1/fonts/PTSans/pt_sans-web-italic-webfont.woff) format('woff'),
   url(http://cdn.myld.com.au/1/fonts/PTSans/pt_sans-web-italic-webfont.ttf) format('truetype'),
   url(http://cdn.myld.com.au/1/fonts/PTSans/pt_sans-web-italic-webfont.svg#pt_sansitalic) format('svg');
   font-weight:400;
   font-style:italic;
}

@font-face{
   font-family: 'PT Sans';
   src:   url(http://cdn.myld.com.au/1/fonts/PTSans/pt_sans-web-bold-webfont.eot);
   src:   url(http://cdn.myld.com.au/1/fonts/PTSans/pt_sans-web-bold-webfont.eot?#iefix) format('embedded-opentype'),
   url(http://cdn.myld.com.au/1/fonts/PTSans/pt_sans-web-bold-webfont.woff) format('woff'),
   url(http://cdn.myld.com.au/1/fonts/PTSans/pt_sans-web-bold-webfont.ttf) format('truetype'),
   url(http://cdn.myld.com.au/1/fonts/PTSans/pt_sans-web-bold-webfont.svg#pt_sansbold) format('svg');
   font-weight:700;
   font-style:normal;
}

@font-face{
   font-family: 'PT Sans';
   src:   url(http://cdn.myld.com.au/1/fonts/PTSans/pt_sans-web-bolditalic-webfont.eot);
   src:   url(http://cdn.myld.com.au/1/fonts/PTSans/pt_sans-web-bolditalic-webfont.eot?#iefix) format('embedded-opentype'),
   url(http://cdn.myld.com.au/1/fonts/PTSans/pt_sans-web-bolditalic-webfont.woff) format('woff'),
   url(http://cdn.myld.com.au/1/fonts/PTSans/pt_sans-web-bolditalic-webfont.ttf) format('truetype'),
   url(http://cdn.myld.com.au/1/fonts/PTSans/pt_sans-web-bolditalic-webfont.svg#pt_sansbold_italic) format('svg');
   font-weight:700;
   font-style:italic;
}

/* @general styles
-----------------*/
::selection {
  background:#f26329;
    color:#fff;
}

a {
    color:#f26329;
    text-decoration:none;
}

a:hover {
     color:#f26329;
/*   text-decoration:none;*/
    text-decoration:underline;
}

body {
    background:#fff;
    color:#505051;
    font-family: 'myriad-pro', 'PT Sans';
    font-weight:200;
    font-style:normal;
    font-size:18px;
    /*font-size:14px;*/
    line-height: 1.4em;
    letter-spacing:.02em;
}

.negMargin {
    margin-left:-15px;
    margin-right:-15px;
}

#header {
    position:relative;
    z-index:1;
    background:#505051;
}

#logo {
    padding-top:0;
    padding-bottom:0;
}

#menu {
    display:none;
    padding-top:16px;
}

.navbar {
    min-height:0;
    margin-bottom:0;
}

.navbar .nav {
    margin:0;
}

.navbar .nav>li {
    float:left;
    vertical-align:middle;
}

.navbar-nav>li>a {
    color:#fff;
    font-family: 'myriad-pro', 'PT Sans';
    font-weight:400;
    font-style:normal;
    font-size:15px;
    letter-spacing:0.025em;
    line-height:16px;
    white-space:nowrap;
    padding:34px 0;
    position:relative;
    display:block;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.navbar-nav>li:nth-child(4)>a,
.navbar-nav>li:nth-child(6)>a,
.navbar-nav>li:nth-child(7)>a {
    padding-top:26px;
    padding-bottom:26px;
}

.nav>li>a:hover, .nav>li>a:focus, .nav>li.active>a {
    color:#e16d3f;
    background:none !important;
}

.dropdown-menu {
  background:#e6e6e6;
}

#slideShow {
}

.carousel .item {
  overflow:hidden;
  width: 100%; /*slider width*/
  max-height: 540px; /*slider height*/
}

.carousel .item img {
  width: 100%; /*img width*/
}

/*
inspired from http://codepen.io/Rowno/pen/Afykb 
*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel-inner {
  overflow:visible;
}

.backstretch-caption {
  top:100%;
}

/*
WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
now override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

.calcBox {
    padding:15px;
    background:#f4f4f4;
    margin-bottom:30px;
}

#propcalseed h3 {
    margin:0 0 15px 0;
}

#pageTitle {
    position:absolute;
    width:100%;
    left:0;
    bottom:auto;
  	top:100%;
    color:#f5f5f5;
    font-family: 'myriad-pro', 'PT Sans';
    font-weight:300;
    font-style:normal;
    font-size:30px !important;
    line-height:30px;
    padding:5px 0 10px;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
   background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UzNjQzMSIgc3RvcC1vcGFjaXR5PSIwLjc1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMzc4NGQiIHN0b3Atb3BhY2l0eT0iMC43NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(227,100,49,0.75) 0%, rgba(227,120,77,0.75) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(227,100,49,0.75)), color-stop(100%,rgba(227,120,77,0.75))); 
    background: -webkit-linear-gradient(top,  rgba(227,100,49,0.75) 0%,rgba(227,120,77,0.75) 100%); 
   background: -o-linear-gradient(top,  rgba(227,100,49,0.75) 0%,rgba(227,120,77,0.75) 100%);
    background: -ms-linear-gradient(top,  rgba(227,100,49,0.75) 0%,rgba(227,120,77,0.75) 100%);
    background: linear-gradient(to bottom,  rgba(227,100,49,0.75) 0%,rgba(227,120,77,0.75) 100%);
    z-index:1;
}

#pageTitle h1 {
	font-size:30px !important;
}

#intro {
    margin-top:120px;
    color:#505051;
    font-family: 'myriad-pro', 'PT Sans';
    font-weight:200;
    font-style:normal;
    font-size:18px;
    line-height:1.4em;
}

/*#intro a {
    color:#969696;
}
*/
#intro a:hover {
    color:#f26329;
    text-decoration:underline;
}

#intro p {
    margin-bottom:24px;
}

.introImage {
    margin-top:30px;
}

.introImage img {
    display:inline-block;
}

#content {
    margin-top:70px;
    margin-bottom:75px;
}

#content h1 {
    color:#f26329;
    font-family: 'myriad-pro', 'PT Sans';
    font-weight:300;
    font-style:normal;
    font-size:26px;
    line-height:normal;
    margin:0 0 20px 0;
    /*ADDED TO FINAL*/
    border-top: 1px solid;
    padding-top: 10px;
}

.contentBox {
    color:#505051;
    margin-bottom:50px;
}

.contentBox:last-child {
    margin-bottom:0;
}

#currentBox a .contentBox {
    /*margin-bottom:50px;*/
    margin-bottom: 30px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 30px;
}

#currentBox a:last-child .contentBox {
    margin-bottom:0;
    border-bottom:none;
}

.contentBox h2 {
    color:#505051;
    font-family: 'myriad-pro', 'PT Sans';
    font-weight:400;
    font-style:normal;
    font-size:20px;
    line-height:normal;
    margin:0 0 5px 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.contentBox h5 {
  font-size:15px;
  margin-bottom:20px;
}




#currentBox a:hover .contentBox h2 {
    color:#f26329;
}

.findoutmore {
    display:inline-block;
    color:#f26329;
    text-transform:capitalize;
    margin-top:20px;
}

#currentBox a:hover .contentImage:before {
    opacity:1;
}

.contentImage {
    position:relative;
    max-width:630px;
    margin-left:auto;
    margin-right:auto;
    margin-top:30px;
}

.contentImage:before {
    opacity:0;
    content:"";
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    pointer-events:none;
    background:rgba(242,99,41,0.5);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.contentImage:after {
  opacity:0;
  content:"enquire now";
  position:absolute;
  left:50%;
  top:50%;
  margin-left:-77px;
  margin-top:-25px;
  color:#fff;
  font-weight:700;
  font-size:18px;
	text-transform:uppercase;
	text-align:center;
	padding:10px 15px;
	border:solid 2px #fff;
	pointer-events:none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.contentImage:hover:before,
.contentImage:hover:after {
	opacity:1;
}

.contentImage img {
  /*max-height:300px;*/
}

#pastRow2 {
    margin-top:0;
}

#pastBox {
    margin-bottom:70px;
    padding-top:50px;
    padding-bottom:70px;
    background:#f4f4f4;
}

#pastBox h1 {
    color:#f26329;
    font-family: 'myriad-pro', 'PT Sans';
    font-weight:300;
    font-style:normal;
    font-size:26px;
    line-height:normal;
    margin:0 0 60px 0;
}

#pastBox h3 {
    color:#505051;
    font-family: 'myriad-pro', 'PT Sans';
    font-weight:300;
    font-style:normal;
    font-size:16px;
    line-height:normal;
    margin:0 0 12px 0;
}

.pastImage:before {
    opacity:0;
    content:"";
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    pointer-events:none;
    background:url(http://cdn.myld.com.au/2/886/your-property-match_8ea1dd4e2b.png) center center no-repeat rgba(242,99,41,0.5);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#pastBox a:hover .pastImage:before {
    opacity:1;
}

.pastImage {
    position:relative;
    max-width:350px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:30px;
}

#modals {
    display:none;
}

.fancybox-skin {
    padding:0 !important;
    border:solid 9px rgba(209,209,209,0.9);
}

.modalBox {
    padding:30px 15px;
    color:#505051;
    font-family: 'myriad-pro', 'PT Sans';
    font-weight:300;
    font-style:normal;
    font-size:18px;
    line-height:normal;
}

.modalBox h3 {
    color:#f26329;
    font-family: 'myriad-pro', 'PT Sans';
    font-weight:300;
    font-style:normal;
    font-size:30px;
    text-align:center;
    line-height:normal;
    margin:0 0 60px 0;
}

body#property-calculator .modalBox h3 {
  text-align:left;
  margin-bottom:15px;
}

.modalBox p {
    margin-bottom:20px;
}

.modalLogo {
  max-width:300px;
}

.modalenquire {
    position:absolute;
    right:30px;
    top:0;
    color:#fff;
    font-family: 'myriad-pro', 'PT Sans';
    font-weight:300;
    font-style:normal;
    font-size:20px;
    line-height:20px;
    padding:20px 35px;
    background: rgb(217,89,37); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q5NTkyNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMjYzMjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(217,89,37,1) 0%, rgba(242,99,41,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(217,89,37,1)), color-stop(100%,rgba(242,99,41,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(217,89,37,1) 0%,rgba(242,99,41,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(217,89,37,1) 0%,rgba(242,99,41,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(217,89,37,1) 0%,rgba(242,99,41,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(217,89,37,1) 0%,rgba(242,99,41,1) 100%); /* W3C */
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.modalenquire:hover {
    opacity:0.6;
    color:#fff;
}

.modalImage {
    margin-left:30px;
    margin-bottom:30px;
}

.modalImage img {
    margin-bottom:75px;
}

.modalImage img:last-child {
    margin-bottom:0;
}

#slogan {
	display:none !important;
}

#slogan,
.backstretch-caption {
	z-index:999;
    position:absolute;
    width:100%;
		left:auto;
    right:auto;
    top:100%;
  	bottom:auto;
    color:#f3f3f3;
    font-family: 'myriad-pro', 'PT Sans';
    font-weight:300;
    font-style:normal;
    font-size:18px;
		text-align:center;
    letter-spacing:0.025em;
    line-height:27px;
    padding:15px;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UzNjQzMSIgc3RvcC1vcGFjaXR5PSIwLjc1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMzc4NGQiIHN0b3Atb3BhY2l0eT0iMC43NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

    background: -moz-linear-gradient(left,  rgba(227,100,49,0.75) 0%, rgba(227,120,77,0.75) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(227,100,49,0.75)), color-stop(100%,rgba(227,120,77,0.75))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(227,100,49,0.75) 0%,rgba(227,120,77,0.75) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(227,100,49,0.75) 0%,rgba(227,120,77,0.75) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(227,100,49,0.75) 0%,rgba(227,120,77,0.75) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(227,100,49,0.75) 0%,rgba(227,120,77,0.75) 100%); /* W3C */
}

#slogan br {
    display:none;
}

#slogan a {
	display:block;
	color:#f3f3f3;
	text-decoration:none !important;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#slogan a:hover {
	color:#b1b1b1;
}

#homeThumbs {
    margin-top:20px;
		position:relative;
		z-index:10;
}

.ht {
    margin-top:0;
    margin-bottom:30px;
}

.ht:last-child {
    margin-bottom:0;
}

.homeThumb {
    position:relative;
    max-width:255px;
    margin-left:auto;
    margin-right:auto;
    padding-top:35px;
		padding-bottom:35px;
    box-shadow: 2px 3px 3px 0px rgba(0, 0, 0, 0);
    -webkit-box-shadow: 2px 3px 3px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 2px 3px 3px 0px rgba(0, 0, 0, 0);
    background:#505051;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#homeThumbs a:hover .homeThumb {
	background-color:#e6e6e6;
    box-shadow: 2px 3px 3px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 2px 3px 3px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 2px 3px 3px 0px rgba(0, 0, 0, 0.15);
}   

.htImage {
    min-height:79px;
    margin-bottom:35px;
}

.ht:last-child .htImage {
    /*background:url(http://cdn.myld.com.au/2/892/ypm-group-your-property-match_7ad8e7b236.png) center center no-repeat;*/
    background:url(http://cdn.myld.com.au/2/1465/web_ypm-group-your-property-match_4d7cfcd0cd.png) center center no-repeat;
}

.ht:first-child .htImage {
    background:url(http://cdn.myld.com.au/2/1479/ypm-group-your-property-match_9e0f567e29.png) center center no-repeat;
}

.ht:nth-child(2) .htImage {
    background:url(http://cdn.myld.com.au/2/1479/ypm-group-your-property-match_239be5b9be.png) center center no-repeat;
}

.ht:nth-child(3) .htImage {
    background:url(http://cdn.myld.com.au/2/1480/ypm-group-your-property-match_6bf318ee99.png) center center no-repeat;
}

.homeThumb h3 {
    color:#fff;
    font-family: 'myriad-pro', 'PT Sans';
    font-weight:300;
    font-style:normal;
    font-size:16px;
    line-height:normal;
    margin:0 0 0 0;
    padding-left:15px;
    padding-right:15px;
}

.htText {
    margin-top:25px;
    opacity:1;
    position:relative;
    width:auto;
    height:auto;
    left:auto;
    top:auto;
    color:#505050;
    font-family: 'myriad-pro', 'PT Sans';
    font-weight:200;
    font-style:normal;
    font-size:14px;
    line-height:15px;
    background:#e6e6e6;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#homeThumbs a:hover .htText {
    opacity:1;
}

.htText p {
  position:relative;
    padding:15px;
  top:auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

#welcome {
    margin-top:70px;
    color:#6b6c6d;
    font-family: 'myriad-pro', 'PT Sans';
    font-weight:200;
    font-style:normal;
    font-size:17px;
    /*line-height:19px;*/
    line-height: 1.4em;
    letter-spacing: .02em;
}
		
body#home #welcome {
	margin-top:10px;
}

#welcome h1 {
    color:#e16d3f;
    font-family: 'myriad-pro', 'PT Sans';
    font-weight:300;
    font-style:normal;
    font-size:30px;
    text-align:center;
    line-height:30px;
    margin:0 0 22px 0;
}

#welcome p {
    margin-bottom:20px;
}

#bottom {
    margin-top:80px;
    margin-bottom:130px;
}

#blogger h3:before {
    content:"";
    position:absolute;
    width:45px;
    height:45px;
    left:30px;
    bottom:-7px;
    pointer-events:none;
    background:url(http://cdn.myld.com.au/2/886/your-property-match_3718528dce.png) no-repeat;
}

#blogger h3 {
    position:relative;
    color:#505050;
    font-family: 'myriad-pro', 'PT Sans';
    font-weight:300;
    font-style:normal;
    font-size:25px;
    line-height:25px;
    padding:12px 0 12px 110px;
    margin:0 0 0 0;
    background: rgb(244,244,244); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI5MCUiIHN0b3AtY29sb3I9IiNmNGY0ZjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZDBkMGQwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(left,  rgba(244,244,244,1) 90%, rgba(208,208,208,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(90%,rgba(244,244,244,1)), color-stop(100%,rgba(208,208,208,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(244,244,244,1) 90%,rgba(208,208,208,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(244,244,244,1) 90%,rgba(208,208,208,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(244,244,244,1) 90%,rgba(208,208,208,1) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(244,244,244,1) 90%,rgba(208,208,208,1) 100%); /* W3C */
}

#blogger h3 a {
    display:block;
    position:absolute;
    right:25px;
    top:50%;
    margin-top:-7px;
    color:#6b6c6d;
    font-family: 'myriad-pro', 'PT Sans';
    font-weight:400;
    font-style:normal;
    font-size:15px;
    line-height:15px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#blogger h3 a:hover {
    color:#f26329;
}

.newsItem {
    color:#6b6c6d;
    font-family: 'myriad-pro', 'PT Sans';
    font-weight:200;
    font-style:normal;
    font-size:14px;
    line-height:normal;
    margin-bottom:15px;
    background:#fcfcfc;
    padding:15px;
}

.newsItem:last-child {
    margin-bottom:0;
}

.newsImage {
    position:relative;
    max-width:190px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:20px;
}

.newsImage img {
    display:inline-block;
}

.newsDate {
    position:absolute;
    width:100%;
    left:0;
    top:0;
    color:#505050;
    font-family: 'myriad-pro', 'PT Sans';
    font-weight:400;
    font-style:normal;
    font-size:13px;
    text-align:left;
    line-height:13px;
    padding:6px 10px;
    background:rgba(255,255,255,0.7);
}

.newsItem h2 {
    color:#e16d3f;
    font-family: 'myriad-pro', 'PT Sans';
    font-weight:300;
    font-style:normal;
    font-size:18px;
    line-height:19px;
    margin:0 0 12px 0;
}

a.newsMore {
    margin-top:10px;
    display:inline-block;
    color:#e16d3f;
    font-family: 'myriad-pro', 'PT Sans';
    font-weight:400;
    font-style:normal;
    font-size:14px;
    line-height:15px;
    padding-left:20px;
    background:url(http://cdn.myld.com.au/2/886/your-property-match_eef58dfd1c.png) left center no-repeat;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

a.newsMore:hover {
    color:#505050;
}

#newsContent .col-sm-6:nth-child(even) {
  background-color:#eee;
  border-left:1px solid #f26329;
}

.news-child{background-color:#eee; border-left:1px solid #f26329;}

a.trigger:hover{color:#f26329; text-decoration:none;}
a.trigger:hover p, a.trigger:hover div#cta span{color:#f26329;}

#cta {
    position:relative;
    color:#fff;
    font-family: 'myriad-pro', 'PT Sans';
    font-weight:300;
    font-style:normal;
    font-size:24px;
    line-height:30px;
    margin-top:30px;
}

#cta a {
	margin-top:130px;
	display:inline-block;
	color:#fff;
	font-size:32px;
	font-weight:700;
	text-decoration:none !important;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#ctaWrap a:hover #cta a {
	color:#f26329;
}

#ctaWrap a:hover #cta a:hover {
	color:#fff !important;
}

#cta p {
    padding-top:30px;
    padding-bottom:80px;
    min-height: 370px;
}

#cta span {
    position:absolute;
    width:100%;
    left:0;
    bottom:15px;
    color:#fff;
    font-family: 'myriad-pro', 'PT Sans';
    font-weight:300;
    font-style:normal;
    font-size:16px;
    line-height:normal;
}

.coming-soon {
    padding-bottom: 80px;
    text-align: center
}

#footer1 {
    color:#e6e6e6;
    font-family: 'myriad-pro', 'PT Sans';
    font-weight:200;
    font-style:normal;
    font-size:13px;
    line-height:1.4em;
    letter-spacing:.02em;
    padding-top:30px;
    padding-bottom:30px;
    background:#505051;
}

#footer1 h3 {
    color:#f26329;
    font-family: 'myriad-pro', 'PT Sans';
    font-weight:300;
    font-style:normal;
    font-size:23px;
    line-height:normal;
    margin:0 0 20px; 0;
}

#footer1 h4 {
    color:#e5e5e5;
    font-family: 'myriad-pro', 'PT Sans';
    font-weight:400;
    font-style:normal;
    font-size:17px;
    line-height:18px;
    margin:0 0 12px 0;
}

#footerContact {
	margin-top:40px;
}

.footerContact address {
    margin-bottom:18px;
    padding-left:25px;
    color:#c2c3c3;
    font-family: 'myriad-pro', 'PT Sans';
    font-weight:400;
    font-style:normal;
    font-size:15px;
    line-height:18px;
    min-height:24px;
}

.footerContact address:last-child {
    margin-bottom:0;
}

.footerPhone {
    background:url(http://cdn.myld.com.au/2/887/your-property-match_5e2eacb037.png) left 3px no-repeat;
}

.footerMail {
    background:url(http://cdn.myld.com.au/2/887/your-property-match_3a397fc6dc.png) left 4px no-repeat;
}

.footerAddress {
    background:url(http://cdn.myld.com.au/2/886/your-property-match_0cd803bf00.png) left 3px no-repeat;
}

.footerContact a {
    color:#c2c3c3;
}

.footerContact a:hover {
    color:#f26329;
}

#synopsis {
    margin-top:50px;
		font-size:15px;
}

#synopsis p {
    margin-bottom:15px;
}

#footer2 {
    padding-top:18px;
    padding-bottom:18px;
    background:#e6e6e6;
}

#copyright {
    color:#505051;
    font-family: 'myriad-pro', 'PT Sans';
    font-weight:400;
    font-style:normal;
    font-size:14px;
    line-height:16px;
    margin-top:10px;
}

#footerBranding {
    margin-top:4px;
}

.footerInline {
    display:inline-block;
}

#footerBrand {
    margin-left:45px;
}

#map-canvas {
    height:200px;
}

ul, ol {
    margin:0 0 10px -18px;
}

dt, dd, ul li, ol li {
    line-height:inherit;
}

dd {
    margin-left:0;
    margin-bottom:10px;
}

.break {
    word-break:break-all;
}

label, input, button, select, textarea {
    font-family:inherit !important;
    font-size:inherit !important;
    font-weight:inherit !important;
    line-height:inherit !important;

}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    border-radius:0 !important;
    -webkit-border-radius:0 !important;
    -moz-border-radius:0 !important;
    background:#f2f2f2 !important;
    border:1px solid #d9d9d9;
}


.btn {
    width:100%;
    background:#f26329;
    border-radius:0 !important;
    -webkit-border-radius:0 !important;
    -moz-border-radius:0 !important;
    border:1px solid #d9d9d9;
    color:#fff;
    box-shadow:none;
    text-shadow:none !important;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.btn:hover {
    color:#f26329;
    background:#fff;
}

#schema, .schema-address {
    display:none;
}

p:last-child,
p.last {
    margin-bottom:0 !important;
}

#jmm-left li a br {
    display:none;
}

.extraBold {
	font-weight:900;
	text-transform:uppercase;
}

body#property-calculator .fancybox-close,
.tcLink {
	display:none;
}

.iagree {
	display:inline-block;
	background:#f26329;
	color:#fff;
	font-weight:700;
	font-style:normal;
	font-size:18px;
	text-transform:uppercase;
	line-height:normal;
	padding:10px 24px;
	border-radius:8px;
	border:solid 2px #f26329;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.iagree:hover {
	color:#f26329;
	background:#fff;
}

.form-group p i,
label i {
	color:#aaa;
}

/* @media queries
-----------------*/
@media (min-width: 1200px) {
    .container {
        width:1140px;
    }
		
		#pastBox h3 {
			font-size:20px;
		}
    .homeThumb h3 {
        font-size:20px;
    }
		
		.homeThumb {
			padding-top:58px;
			padding-bottom:58px;
		}
}

@media (min-width: 992px) {		
		body#home #welcome {
			margin-top:70px;
		}
		
    #menu {
        display:block;
    }
    
    #logo {
        padding-top:6px;
        padding-bottom:0;
    }
    
    #cta {
        font-size:26px;
    }

    #slogan,
		.backstretch-caption {
        position:absolute;
        width:675px;
        right:0;
        top:62px;
				bottom:auto;
				text-align:left;
        padding:35px 0 35px 30px;
    }
    
    #slogan br {
        display:block;
    }

    .ht {
        margin-top:-40px;
    }
    
    #homeThumbs {
        margin-top:0;
    }

    .htText {
        opacity:0;
        position:absolute;
        width:100%;
        height:100%;
        left:0;
        top:0;
        margin-top:0;
    }

    .htText p {
        position:absolute;
        padding:0 20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    #cta p {
        padding-top:30px;
        padding-bottom:0;
    }
    
    .modalBox {
        padding:50px 90px;
    }
		
		body#property-calculator .modalBox {
			padding:20px;
		}

		#slogan,
		.backstretch-caption {
			font-size:27px;
			padding-top:35px;
			padding-bottom:35px;
		}
		
		#pageTitle {
			bottom:0;
			top:auto;
		}
		
		#intro {
			margin-top:50px;
		}
}

@media (max-width: 991px) {
	#logo img {
		max-height:160px !important;
	}
	
	.htImage {
		min-height:46px;
		margin-bottom:5px;
	}
	
	.ht:first-child .htImage {
		background-size:49px 46px;
	}
	
	.ht:nth-child(2) .htImage {
		background-size:53px 46px;
	}
	
	.ht:nth-child(3) .htImage {
		background-size:43px 46px;
	}
	
	.ht:last-child .htImage {
		background-size:49px 46px;
	}
}

@media (min-width: 768px) { 
    .newsItem {
        padding:30px;
    }
    
    .newsImage {
        margin-bottom:0;
    }
    
    #cta {
        margin-top:0;
    }
    
    .ht {
        margin-bottom:0;
    }
    
    .introImage,
    .contentImage {
        margin-top:0;
    }
    
    .pastImage {
        margin-bottom:0;
    }
    
    #pastRow2,
		#pastRow3,
		#pastRow4 {
        margin-top:50px;
    }
    
    #pageTitle {
        font-size:30px;
        line-height:40px;
    }
    
    
}

@media (max-width: 767px) {
    .contactInfo {
        margin-top:30px;
    }
		
		.homeThumb {
			padding-bottom:35px !important;
		}
		
		.htText {
			display:none;
		}
}

@media (max-width: 568px) {
    #blogger h3 a {
        display:none;
    }
		
		/*.ht:first-child .htText {
			min-height:500px;
		}*/
}

@media (max-width: 480px) {...}

@media (min-width: 768px) and (max-width: 991px) {
    .homeThumb h3 {
        font-size:17px;
    }
		
		.homeThumb {
			margin-bottom:20px;
			padding-top:30px;
			padding-bottom:30px;
		}
    
    .htText {
			display:none !important;
			min-height:140px;
    }
		
		#pastBox h3 {
			font-size:13px;
		}
}

@media (min-width: 992px) and (max-width: 1199px) {
    .htText {
        font-size:13px;
    }
		
		.homeThumb {
			padding-top:30px;
			padding-bottom:30px;
		}
}

/* Device specific media queries ----------- */
/* Tablets */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {...}

/* iPads (landscape) */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
    .htText {
        margin-top:25px;
        opacity:1;
        position:relative;
        width:auto;
        height:auto;
        left:auto;
        top:auto;
    }

    .htText p {
        position:relative;
        padding:15px;
        top:auto;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    
    .htText {
        min-height:220px;
    }
    
    .homeThumb {
        padding-bottom:0;
    }
}

/* iPads (portrait) */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {.calc-image{display:none;}}

/* iPhone */
@media only screen  
and (max-device-width : 568px) {.calc-image{display:none;}}

#past-projects {
	display:none;
}

.facebook {
	opacity:0.6;
}

.instagram {
	width:32px !important;
	height:32px !important;
	background:url(http://cdn.myld.com.au/2/1315/ypm-group-your-property-match_db4c561d22.png) !important;
}

.linkedin {
	width:32px !important;
	height:32px !important;
	background:url(http://cdn.myld.com.au/2/1315/ypm-group-your-property-match_6cc7d3efcd.png) !important;
}

/* -- News Feed Navbar -- */

#blogNavTab ul {
  margin: 0;
}
#blogNavTab ul li {
  width: 100%;
  background-color: #EEE;
}
#blogNavTab ul li.active a {
  background-color: #FFF;
	border:none !important;
}

.tab-content a {
  word-break: break-all;
}

#blogFeed .tab-pane {
	padding-bottom:45px;
	margin-bottom:20px;
	border-bottom:solid 1px #f26329;
}

#blogFeed h3 {
	color: #505051;
	font-family: 'myriad-pro', 'PT Sans';
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	line-height: normal;
	margin: 10px 0 5px 0;
}

.blogDateSub {
	color:#aaa;
	font-size:0.7em;
	display:block;
}

#load_more {
  margin-top:15px;  
}

#load_more a  {
  display:block;
  color:#fff;
	font-family: 'myriad-pro', 'PT Sans';
	font-weight: 700;
	font-style: normal;
	font-size:15px;
	line-height:normal;
	text-transform:uppercase;
	text-align:center;
	text-decoration:none !important;
	padding:20px;
	background:#e16d3f;
	border:solid 1px #e16d3f;
  width:100%;
}

#load-more a:hover {
     background:#fff;
	color:#e16d3f;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#loadMore {
	margin-top:15px;
}

#loadMore a {
	display:block;
	color:#fff;
	font-family: 'myriad-pro', 'PT Sans';
	font-weight: 700;
	font-style: normal;
	font-size:15px;
	line-height:normal;
	text-transform:uppercase;
	text-align:center;
	text-decoration:none !important;
	padding:10px;
	background:#e16d3f;
	border:solid 1px #e16d3f;
}

#loadMore a:hover {
	background:#fff;
	color:#e16d3f;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

body#home #newsContent .newsItem {
	display:none;
  overflow:scroll;
}

body#home #newsContent .newsItem:first-child,
body#home #newsContent .newsItem:nth-child(2),
body#home #newsContent .newsItem:nth-child(3)
/*body#home #newsContent .newsItem:nth-child(4),
body#home #newsContent .newsItem:nth-child(5)*/ {
	display:block;
}

.newsImageBox img {
	display:none !important;
}

.newsImageBox img:first-child {
	display:block !important;
}