@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700,800&display=swap');
@import url("/3rdparty/bootstrap/css/bootstrap.min.css");
@import url("/core/css/global.css?v=2");

/* Mobile first; then... */  
@media (min-width: 768px) {
	/* small eg iPad portrait */  
}
@media (min-width: 992px) {
	/* medium, e.g iPad landscape, older monitors, laptops  */
}
@media (min-width: 1200px) {
  /* large, e.g newer monitors, laptops */
}
/* optional for larger screens 
@media (min-width: 1400px) {
  .container {
    width: 1370px;
  }
}
@media (min-width: 1600px) {
  .container {
    width: 1570px;
  }
}



*/

.red {
	color:rgb(227, 5, 18);
}

.white {
	color:#FFFFFF !important;
}

.navy {
	color:rgb(26, 56, 97);
}

.lt-blue {
	color:rgb(3, 171, 201);
}
.lt-blue-bg {
	background-color:rgb(3, 171, 201);
}

.dk-grey {
	color:rgb(120, 148, 150);
}

.dk-grey-box {
	background-color:rgb(120, 148, 150);
	background-color:rgb(3, 171, 201);
	background-color:rgba(3, 171, 201,.5);
	
	padding:15px 30px;
	text-align:center;
	max-width:800px; /* same as table-list */
		margin: 0 auto;
	
}

.dk-grey-box * {
	color:#fff !important;
	color:rgb(26, 56, 97) !important;
}

.grey {
	color:rgb(178, 178 ,178);
}
.lt-grey {
	color:rgb(247,248,248);
}

.lt-grey-bg {
	background-color:rgb(247,248,248);
}

/***************

NORMALISE AND AUGMENT 

BOOTSTRAP DEFAULTS

******************/

/* add FLEX to bootstrap columns */



/* safari fix for last column wrapping in flex */
.row:after, .row:before {
  display: none;
}

.container .container {
	width:auto;
	margin:0;
	padding:0;
}

img, video { /* all images max out at screen/col width */
	display:inline-block;
	margin:0;
	max-width:100%;
	height:auto;
}

.row img, .row video, .img-responsive { /* all column images fill col width */
	width:100%;
}

img.actualsize { /* override above */
	width:auto !important;
	max-width:none;
}


small {
	color:inherit !important;
}

td, th {
	vertical-align:top;
}

label {
	font-weight:normal;
}
legend {
  display: inline;
  margin:0;
  padding: 0 5px;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  border:none;
  width:auto;
}
	
.label {
display: inline;
padding: 0;
font-size: 1em;
font-weight: normal;
line-height: inherit;
color: inherit;
text-align: left;
white-space:normal;
vertical-align:auto;
border-radius:none;
}

blockquote:after {
	/*prevent single quotes in subsequent blockquotes*/
	content: close-quote;
	visibility:hidden;
}


/* TYPOGRAPHY */


a, a:link, a:visited, a:hover, a:active {
	color:inherit;
	outline:none;
}

.safari-fix {
	/* fixes z-index and font issues in Safari */
      -webkit-transform:translateZ(1px);
      transform:translateZ(1px);
}

* {
	-webkit-text-size-adjust: 100%; /* stops font size changing in iOS */
	
	/*-webkit-font-smoothing: subpixel-antialiased;  makes safaro looks like Firefox */
	-moz-osx-font-smoothing: grayscale; /* fonts don't appear heavier in Firefox */
}  

body, button, input, select, textarea, th, td { font-family: 'Open Sans', sans-serif;  color:rgba(0,0,0,1); 
font-size:18px;
}
 i.glyphicon  {
	
	 top:.2em;
 }
 
 h1, h2, h3, h4 {
	 font-weight:800;
	 color:#03abc9;
	 }
	 
	 h1 {
		 font-size:36px;
	 margin: 10px 0 5px 0;
	 }
 
 h2 {
	 font-size:28px;
	 margin: 16px 0 18px 0;
 }
 
 h3 {
	 font-size:24px;
	 margin: 16px 0 18px 0;
 }
 h4 {
	 font-size:18px;
	 margin: 0 0 6px 0;
 }
 p {
	 margin-bottom:6px;
	 line-height:1.3;
 }
 
 p.lead {
	 font-size:24px;
	 font-weight:bold;
	 margin-bottom:40px;
	
 }
 @media (min-width: 768px) {
	 h1 {
		 font-size:55px;
	 }
 
 h2 {
	 font-size:48px;
 }
 
 h3 {
	 font-size:36px;
 }
 h4 {
	 font-size:20px;
 }
 p.lead {
	 font-size:36px;
 }
 }
 
 
 






.btn {
	text-transform:uppercase;
}


.btn-primary, a.btn {
	background-color:transparent;
	border:none;
	border-radius:0;
	padding: 3px 0 !important;
	border-bottom: 2px solid rgb(227, 5, 18);
	color:rgb(227, 5, 18);
	font-size:18px;
}

.btn-primary:hover, a.btn:hover {
	background-color:transparent !important;
	border-bottom: 2px solid black;
	color:black;
}

.btn-white {
	color:rgb(244, 255, 255) !important;
	border-bottom: 2px solid rgb(244, 255, 255) !important;
}

.btn-more {
	margin-bottom:1em;
}

.form-control, .btn-default {
	border:1px solid black;
	border-radius:0;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #8d7f6f;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #8d7f6f;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #8d7f6f;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #8d7f6f;
}
input:focus::-webkit-input-placeholder 
{
    color: transparent !important;
}


hr { 
   
    border-style:none;
    border:none;
	border-top:1px solid rgba(204,204,204,1);
}

video {
	width:100%;
	max-width:100%;
	height:auto;
}

.table-list {
		border-bottom:1px solid #789496;
		width:100%;
		max-width:800px;
		margin: 0 auto;
}
.table-list thead tr {
	border-left:1px solid rgb(227, 5, 18);
	border-right:1px solid rgb(227, 5, 18);
}

.table-list tbody tr {
	border-left:1px solid #789496;
	border-right:1px solid #789496;
}

.table-list th {
	background-color:rgb(227, 5, 18);
	color:#FFFFFF;
	text-align:center;
}

.table-list  th,
.table-list  td {
	padding: 10px 15px;
	
}

.table-list  tr {
	height:1px;
}

.table-list tbody tr:last-child {
	height:auto;
}


.table-list tr td:nth-child(2) {
	text-align:center;
	width:30px;
}

.table-list tr td:nth-child(2):before {
	font-family: 'Glyphicons Halflings';
	content:"\e013";
	color:rgb(227, 5, 18);
}


.my-parallax-element {
   background-attachment: fixed;
}

@supports (-webkit-overflow-scrolling: touch) {

        .my-parallax-element {
            background-attachment: scroll;
        }
    }


/* Truncate to number of lines */





.vertical-center {
 /* centers anything vertically if you don't know dimensions */
  position: relative;/* or absolute*/
  top: 50%;
   display:block; /* can use on span*/
  transform: translateY(-50%);
  /* note you can do this with absolute on x axis too  */
}

.vertical-center-page {
	 top: 50vh; /* additional for iOS */
}

/* columns of same height styles */
.container-xs-height {
    display:table;
    padding-left:0px;
    padding-right:0px;
}
.row-xs-height {
    display:table-row;
	height:100%; /* firefox fix */
}
.col-xs-height {
    display:table-cell;
    float:none;
	height:100%; /* firefox fix */
}
@media (min-width: 768px) {
    .container-sm-height {
        display:table;
        padding-left:0px;
        padding-right:0px;
    }
    .row-sm-height {
        display:table-row;
		height:100%; /* firefox fix */
    }
    .col-sm-height {
        display:table-cell;
        float:none;vertical-align:top;
		height:100%; /* firefox fix */
    }
}
@media (min-width: 992px) {
    .container-md-height {
        display:table;
        padding-left:0px;
        padding-right:0px;
		
    }
    .row-md-height {
        display:table-row;
		height:100%; /* firefox fix */
    }
    .col-md-height {
        display:table-cell;
        float:none;vertical-align:top;
		height:100%; /* firefox fix */
    }
}
@media (min-width: 1200px) {
    .container-lg-height {
        display:table;
        padding-left:0px;
        padding-right:0px;
    }
    .row-lg-height {
        display:table-row;
		height:100%; /* firefox fix */
    }
    .col-lg-height {
        display:table-cell;
        float:none;vertical-align:top;
		height:100%; /* firefox fix */
    }
}

/*  to make child div same height as parent make it INLINE BLOCK and 100%

display: inline-block;  height:100%; */





/* 100
100 = thin
200 = extra-light
300 = light
400 = normal, book
500 = medium
600 = demi-bold
700 = bold
800 = heavy
900 = black
*/

.clip-left {
	
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
  /* Also can take single values to make all sides the same, or 2 values (vert/horz), or 3 values (top/horz/bottom). */
}

.clip-right {
	
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
  /* Also can take single values to make all sides the same, or 2 values (vert/horz), or 3 values (top/horz/bottom). */
}

.clip-top-left {
	
	-webkit-clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 100%);
  /* Also can take single values to make all sides the same, or 2 values (vert/horz), or 3 values (top/horz/bottom). */
}

.clip-down-arrow {
	
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 100%, 0 70%);
  clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 100%, 0 70%);
  /* Also can take single values to make all sides the same, or 2 values (vert/horz), or 3 values (top/horz/bottom). */
}

.full-height {
	min-height: 400px;
	height:100vh;
}
.parallax {
	background-attachment:fixed;
}
@supports (-webkit-overflow-scrolling: touch) {
	.parallax {
	background-attachment:scroll;
}
}

.container-fullwidth {
	width:100%; /* for when styled  table */
}


.clip-border-bottom {
	background-color:#ffffff; padding-bottom:10px;
}

.slide-home .image {
	background-image:url(/local/images/home/home-page-8-great-reasons-alliance-property-group.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	min-height: 400px;
	height:calc(90vh - 130px);
}


.bullet-line {
	padding-top:60px;
}

.bullet-line .row {
	overflow:hidden;
}

.bullet-line .row > div {
	position:relative;
	
}


@media (max-width: 991px) {
.bullet-line .col-xs-0 {
	min-height:0;
}
}
@media (min-width: 992px) {
.bullet-line .row:nth-child(odd) > div {
	text-align:right;
}
}

.bullet-line h2 {
	/*margin-top: -.1em;*/
}

.bullet-line p {
	margin-bottom: 2em;
}

.circle {
	border:10px solid rgb(26, 56, 97);
	position:relative;
	background-color:rgb(247,248,248);
	border-radius:50%;
	width:100px;
	height:100px;
	margin: 0 auto;
	text-align:center;
	line-height:80px;
	font-weight:800;
	font-size:48px;
}

.circle.red {
	border-color: rgb(227, 5, 18);
	background-color:rgb(227, 5, 18);
	color:#FFFFFF;
}

.line {
	position:absolute;
	top:30px;
	left:50%;
	margin-left:-5px;
	border:5px solid rgb(26, 56, 97);
	width:0;
	height:2000px;
	
}

.max-width-600, .text  p, .text h2 , .bullet-line  p, .bullet-line h2{
	max-width:600px;
	margin-left:auto;
	margin-right:auto;
}

.max-width-800 {
	max-width:800px;
	margin-left:auto !important;
	margin-right:auto !important;
}

.slide-making-a-difference .image {
	background:url(/local/images/home/home-making-the-difference-alliance-proprty-group.jpg) no-repeat center center;
	background-size:cover;
	min-height:300px;
}

.slide-making-a-difference .text {
	padding:60px;
}

.slide-eight-reasons .image {
	background-image:url(/local/images/home/home-page-8-great-reasons-alliance-property-group.jpg);
	background-position: center center;
	background-size:cover;
	font-size:300px;
	padding:.5em 0 .2em 0;
	text-align:center;
	color:rgba(255,255,255,.7);
	font-weight:bold;
}


.slide-knowledge-bank .image {
	background:url(/local/images/home/home-knowledge-bank-alliance-property-group.jpg) no-repeat top center;
	background-size:cover;
	min-height:300px;
}

.slide-knowledge-bank .text {
	padding:60px;
}

.slide-orientation-days img {
	width:100%;
	max-width:100%;
	height:auto;
	
}

.slide-news-invest .text {
	padding:60px;
}

/** ABOUT **/


.about-us-header .image {
	background-image:url(/local/images/about/about-us-header-alliance-property-group.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	min-height: 400px;
	height:calc(90vh - 130px);
}

img.profile-image {
	width:200px;
	height:auto;
	max-width:100%;
	border:2px solid rgb(3, 171, 201);
	border-radius:50%;
}


/* 8 reasons */

h1 .red {
	font-size:100px;
	display:block;
	
}
.counters {
	display:none;
	color:rgba(255,255,255,.8);
	text-align:center;
	font-weight:bold;
	margin-top:120px;
}

.number-circle {
	width:80px;
	height:80px;
	line-height:65px;	
	font-size:30px;
	font-weight:800;
	border: 5px solid rgba(255,255,255,.8);
	border-radius: 50%;	
	margin: 15px auto;
	
}
@media (min-width: 768px) {
	
	.counters {
	display:block;
}


	.number-circle {
	width:160px;
	height:160px;
	line-height:130px;	
	font-size:60px;
	border: 10px solid rgba(255,255,255,.8);
	
	
}
}
.eight-reasons-detail {
	background:#f6f8f7;
	width:100%;
}



.eight-reasons-detail .image {
	background: no-repeat center center;
	background-size: cover;
	
  font-size:300px;
  font-weight:800;
  color:rgba(255,255,255,0.7);
  vertical-align:middle;
  text-align:center;
}




.eight-reasons-detail .row:nth-child(odd) .image {
	-webkit-clip-path: polygon(0 0, 100% 0,  90% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0,  90% 100%, 0 100%);
}

.eight-reasons-detail .row:nth-child(even) .image {
	-webkit-clip-path: polygon(0 0, 100% 0,  100% 100%, 10% 100%);
  clip-path: polygon(0 0, 100% 0,  100% 100%, 10% 100%);
}

.eight-reasons-detail .row:nth-child(1) .image {
	-webkit-clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
  clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
}



.eight-reasons-detail .text {
	text-align:center;
	padding: 60px;
	
}

.eight-reasons-detail .text ul {
	text-align:left;
}

.testimonials-wrapper {
	position:relative;
	padding:15px 15px 60px 15px;
}

ul.testimonials,
ul.testimonials li {
	list-style:none;
	padding:0;
	margin:0;
}

ul.testimonials li {	
	text-align:center;
	font-weight:bold;
	font-size:18px;
	color:rgb(3, 171, 201);
}
#cycle-prev, #cycle-next {
	display:none;
}
@media (min-width: 768px) {
	.testimonials-wrapper {
	position:relative;
	padding:15px 100px 60px 100px;
}

#cycle-prev, #cycle-next {
	display:block;
	position:absolute;
	top:15px;
	left:0px;
	width:100px;
	height:100px;
	background-size:contain;
	text-indent:-999em;
	background:url(../images/quotation-slider-previous-button.svg) no-repeat center center;
	cursor:pointer;
}
#cycle-next {
	left:auto;
	right:0px;
	transform:scaleX(-1);
}
}

/* Knowledge Bank */

.knowledge-bank-header {
	background:#f6f8f7;
	width:100%;
}
.knowledge-bank-header .image {
	background:no-repeat center center;
	background-size: cover;
	min-height:300px;
	-webkit-clip-path: polygon(0 0, 100% 0,  100% 90% , 0 100%);
  clip-path: polygon(0 0, 100% 0,   100% 90%, 0 100%);  
}

@media (min-width: 992px) {
.knowledge-bank-header .image {
	
	-webkit-clip-path: polygon(0 0, 100% 0,  90% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0,  90% 100%, 0 100%);  
}
}

.knowledge-bank-header .text {
	padding:30px;	
}


.knowledge-bank .row table {
	margin-bottom:30px;
}

.faqs {
	 position:relative;
}

.faqs .row > div {
	padding:15px 30px;
}

@media (min-width: 992px) {
	
	.knowledge-bank .row {
	display:flex;
/*	width:100%;
	overflow:hidden;*/
}

.faqs .row > div:first-child {
	vertical-align:middle;
	-webkit-clip-path: polygon(0 0, 100% 0,  90% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0,  90% 100%, 0 100%); 
 
}

.faqs:before {
	content:"";
	display:block;
	position:absolute;
	top:0;
	right:66%;
	bottom:0;
	left:0;
	background-color:rgb(3, 171, 201);

}
}

/* TESTIMONIAL */

.testimonials p {
	padding:15px;
}
.testimonials p:nth-child(even) {
background-color:rgb(3, 171, 201);
	background-color:rgba(3, 171, 201,.5);
}


/* CONTACT PAGE */

.contact-header {
	background-color:rgb(3, 171, 201);
	color:#FFFFFF !important;
}

.contact-header .image {
	background:url(/local/images/home/home-page-8-great-reasons-alliance-property-group.jpg) no-repeat center center;
	background-size: cover;
	height:300px;
}

/* NEWS INDEX */

.news-listing .image {
	background-repeat: no-repeat;
	background-position: center center;
	background-color:blue;
	background-size: cover;
	
  font-size:300px;
  font-weight:800;
  
  vertical-align:middle;
  text-align:center;
}

.news-listing .image * {
	color:rgba(255,255,255,0.8);text-shadow: 0px 0px 10px rgba(0,0,0,0.82);
}




.news-listing .row:nth-child(odd) .image {
	-webkit-clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
  clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
}

.news-listing .row:nth-child(even) .image {
	-webkit-clip-path: polygon(10% 0, 100% 0, 100% 100%, 10% 100%, 0 50%);
  clip-path: polygon(10% 0, 100% 0, 100% 100%, 10% 100%, 0 50%);
}



.news-listing .text {
	text-align:center;
	padding: 60px;
	
	
}

#newsStoryPage article {
	max-width:800px;
	margin: 0 auto 30px auto;
}

ul.red-bullets {
  list-style: none; /* Remove default bullets */
}

ul.red-bullets li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: red; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */ 
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

.video-portrait {
	
}

.video-portrait video {
	display:block;
	max-width:50%;
	margin: 0 auto;
}