@charset "iso-8859-2";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Droid+Sans);

html, body  {
	height: 100%;	
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Muli', sans-serif;
}

/* typography */

a {
   outline: 0;
}  /* remove dotted line around active links */

a:link, a:visited, a:active {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #C1212D;
}

li, td, th, input, select { margin: 0; }

p , li , td {
  font-size: 16px;
  line-height: 20px;
}

sup {
	line-height: 10px;
}

.no_bottom_margin p {
	margin-bottom: 0 !important;
}

h1 {
  font-size: 18px;
  line-height: 20px;
  color: #F95E62;
}

h2 {
  font-size: 21px;
  line-height: 23px;
  color: #F95E62;
}

/*
h2 {
font-size: 11pt;
line-height: 12pt;
font-weight: normal;
color:#787878;	
}
*/

h3 {
font-size: 9pt;
line-height: 11pt;
color:#787878;	
margin-top: 12px;
margin-bottom: 3px;
}


hr {
height:2px; 
border:none; 
color:#cdccca; 
background-color:#cdccca;	
margin: 27px 0 15px;
}

iframe.google_map { 
/*
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
*/
  border: 0;
  width: 500px;
  height: 250px;
  max-width: 100%;
}



/* layout */

#header_block_container {
  position: relative; /* for child pseudo-element */
  max-width: 1300px;
  margin: 0 auto;  
  z-index: 0;
/*overflow-y:hidden;
overflow-x:visible; */ 
}
#header_block_container:after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 40px;
  width: 9600px;
  left: 100%;
  background: #FFF; /* was #F95E62 */
}
#home_header_block_container {
  position: relative; /* for child pseudo-element */
  max-width: 1300px;
  margin: 0 auto;  
  z-index: 0;
}
#home_header_block_container:after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 13px;
  width: 9600px;
  left: 98%;
  background: #FFF;
  z-index: 5000;
  -webkit-box-shadow: 18px 8px 7px -7px #777; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    18px 8px 7px -7px #777; 
  box-shadow: 18px 8px 7px -7px #777;
  
}
#header_block {
  position: relative;
  height: 670px;
  max-width: 1300px;
  margin: 0 auto;
}

#header_block_unlimited {
  position: relative;
  z-index: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 1300px;
  background-color: #FFF;
  /*  
  clip-path: inset( -100vw -100vw 0 -100vw);
  background-image: url('http://home.designscope.com.au/beta/wordmap/elements/general-triangle-no-shadow.svg');
  background-position: top right;
  background-repeat: no-repeat;	
  */
}

	#header_triangle {
	  position: absolute;
	  top: 0;
	  bottom: 52px;
	  right: 0;
	  z-index: 10000;
	}

	#header_triangle img {
	  height: 103%;
	  float: right;
	}
/*


#header_block_unlimited:before { 
  content: '';
  position: absolute;
  width: 50%;
  height: 130%;
  right: -38.5%;
  top: -10%;
  bottom: -10%;
  background-color: rgb(255, 255, 255); 
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  transform: rotate(5deg);
}

#header_block_unlimited:after { 
  content: '';
  position: absolute;
  width: 50%;
  height: 130%;
  right: -40%;
  top: -10%;
  bottom: -10%;
  background-color: #F95E62;
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  transform: rotate(5deg);
}
*/
#header_top_elements {
	position: relative;
	z-index: 20000;
}

#header_logo {
	margin: 10px 40px 0 20px;
	width: 280px;
	height: 70px;
	float:left;
	position: relative;
}

#header_background_elements {
  position: absolute;
  left: 0;
  top: 38px;
  height: 700px;
  width: 100%;
}
#header_background_elements_inner {
  position: relative;
  width: 100%;
}
#header_image_container {
  position: relative;
  width: 100%;
  /*height: 450px;*/
}
#logo_container {
  position: absolute;
  margin-left: 20px;
}

/*
#logo_container.logo {
	width: 410px;
	max-width: 100% !important;
}
*/

#logo_container p {
  font-size: 18px;
  color: #8B254F;
  margin-left: 25px;
}
#header_text_container {
  position: relative;
  margin: 30px 20px;
  max-width: 1000px;
  margin-right: 10%;
  width: 80%;
}
.text_image #header_text_container{
	max-width: 70%;
}
.three_column {
  -webkit-column-column-count: 3;
  -moz-column-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  max-width: 70% !important;
}

.three_column p:first-of-type {
	margin-top: 0;
}

.three_column p {
	-webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;
}

.three_column h1:first-of-type {
	margin-top: 0;
}
.three_column ul {
	padding-left: 18px;
	-webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;	
}
.three_column li {
	padding-left: 8px;
	-webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;	
}
.keep_together_next_to_image {
	width:100%;
	display:inline-block;	
}
.keep_together {
-webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;	
}

#header_image_container img {
  max-height: 430px;
  margin-right: 380px;
  float: right;
}
#header_image_container img.logo {
  height: 115px;
  margin: 160px 0 -15px;
  float: none;
}
#header_image_container img.big_portrait {
  margin-right: 360px;
  float: right;
}
#header_middle_bar {
  position: relative;
  clear: both;
  color: #FFF;
  background-color: #f15a24;
  min-height: 3px;
  width: 100%;
  z-index: 0;
  margin: 0 -9600rem;
  padding: 0 9600rem;
}

/*
#header_middle_bar:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 9600px;
  right: 100%;
  background-color: #f15a24;
}
*/

#header_content {
	margin-top: 120px;
	clear: both;
}
	
#header_content img {
	float:right;
	max-height: 450px;
	margin: 0 3.5% 50px 40px;	
}

.text_image img {
	margin: 0 10px 10px 0;
}

#header_middle_inside {
  padding: 20px 60px 20px 20px;
  position: relative;
}

#header_middle_inside #action_button {
	position: absolute;
	left: 45%;
	top: 45px;
	z-index: 20000;
}

#header_middle_inside a {
  padding: 10px 30px;
  background-color: #8B254F;
  border: solid 1px #FFF;
  float: right;
  text-decoration: none;
  color: #FFF;
  z-index: 20000;
  min-width: 90px;
  text-align: center;
}

#header_block_container #header_middle_inside p {
	margin-right: 20%;
}

#home_header_block_container #header_middle_inside p {
	margin-right: 60%;
}

#header_block_unlimited #header_middle_inside {
	width: 90%;
}
#header_bottom_bar {
  position: relative;
  clear: both;
  background-color: #f3f1ef;
  margin: 0 -9600rem;
  /* add back negative margin value */
  padding: 0 9600rem;
}  
#header_bottom_bar_inside {
  position: relative;
  height: 35px;
  width: 100%;
  margin: 0 auto;
}



#header_buffer {
	position: relative;
	height: 40px;
	background-color: #F3F1EF;
    z-index: 1;
	margin: 0 -9600rem;
	padding: 0 9600rem;
}
/*
#header_buffer:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 9600px;
  left: -9600px;
  background-color: #f3f1ef;
}
*/

#header_triangle_container {
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
  z-index: 1000;
}

#header_triangle_container img {
  height: 670px;
  width: 490px;
  right: 0;
}

#header_triangle_text_container {
  position: absolute;
  top: 0;
  height: 670px;
  width: 460px;
  overflow: hidden;
  margin: 5px 30px 0 0;
}

#header_triangle_text_container p {
	line-height: 26px;
	font-size: 16px;
	color: #FFF;
}

.spacing {
  float: left;
  clear: left;
  height: 36px;
  color: blue;
}

.spacing:nth-child(1) {
  width: 150px;
}
.spacing:nth-child(2) {
  width: 145px;
}
.spacing:nth-child(3) {
  width: 140px;
}
.spacing:nth-child(4) {
  width: 135px;
}
.spacing:nth-child(5) {
  width: 130px;
}
.spacing:nth-child(6) {
  width: 125px;
}
.spacing:nth-child(7) {
  width: 120px;
}
.spacing:nth-child(8) {
  width: 115px;
}
.spacing:nth-child(9) {
  width: 110px;
}
.spacing:nth-child(10) {
  width: 105px;
}
.spacing:nth-child(11) {
  width: 100px;
}
.spacing:nth-child(12) {
  width: 95px;
}
.spacing:nth-child(13) {
  width: 90px;
}
.spacing:nth-child(14) {
  width: 85px;
}
.spacing:nth-child(15) {
  width: 80px;
}
.spacing:nth-child(16) {
  width: 75px;
}
.spacing:nth-child(17) {
  width: 70px;
}

#mobile_content {
	display: none;
	margin: 0 20px 40px;	
}

#features_wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1300px;
}
#features_container {
  position: relative;
  margin: 0 -9600rem;
  /* add back section padding value */
  padding: .25rem 9600rem;
  background-color: #f3f1ef;
  z-index: 0;
}

#features_container:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  /* subtract h2 padding */
  left: 9598.5rem;
  right: 9598.5rem;
  background-color: #f3f1ef;
}
#features {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  clear: both;
  padding: 10px 0 0 0;
}

.feature {
  position: relative;
  margin-bottom: 30px;
  height: 226px;  
  width: 360px;
  padding: 0;
  background: url("http://home.designscope.com.au/beta/wordmap/elements/feature-box.svg")
    no-repeat;
  background-size: contain;
  -webkit-transition: height 1s; 
  -moz-transition: height 1s; 
  -ms-transition: height 1s; 
  -o-transition: height 1s; 
  transition: height 1s;
  overflow: hidden;
}

.feature_full_width {
  position: relative;
  margin: -30px 0 10px;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.feature_full_width p {
	margin: 0 !important;
}



.feature_inside {
	position: relative;
	padding: 20px 40px 20px 20px; 	
}

/*.feature::after {
	content: '';
	top: 2px;
	bottom: 3px;
	left: 2px;
	right: 2px;
	background-color: #FFF;
	position: absolute;
	z-index: -1;
}*/

.feature h1 {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 18px;
}

.feature a {
  color: #F95E62;
}

.feature a:hover {
  color: #333;
}

.feature p {
	margin-top: 8px;
	margin-bottom: 8px;
	font-size: 13px;
	line-height: 16px !important;	
}

.feature_more , .feature_less {
	color: #F95E62 !important;
	cursor: pointer;
}

.feature_more:hover, .feature_less:hover {
	color: #333 !important;
}

.feature_more:before, .feature_less:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  background-color: #F95E62;
}

footer {
  position: relative;
	clear: both;
	background-color: #1a1a1a;
  margin: 0 -9999rem;
  /* add back negative margin value */
  padding: 0 9999rem;	
}

#footer_inside {
	position: relative;
	padding: 5px 10px;
	margin: 0 auto;
	color: #F3F1EF;
	text-align: right;
	max-width: 1300px;	
}

footer a:link, footer a:visited, footer  a:active {
	color: #FFF !important;
}

footer .designscope {
	color: #999999;
}

footer .designscope a:link, footer .designscope a:visited, footer .designscope a:active {
	color: #F3F1EF !important;
}

footer a:hover, footer .designscope a:hover {
	color: #CCC !important;
}


.divider_rect {
  display: inline;
  width: 5px;
  height: 5px;
  color: #FFF;
}





/* incidentals */

a img { 	border: none; }



/* adjustments for responsive design */

@media only screen and (min-width: 1600px)  { 
#header_middle_inside #action_button {
    top: 60px;
}
}

@media only screen and (max-width: 1600px)  {
	#header_middle_inside a {
	  margin: 20px 10% 30px 5%;
	}		
}

@media only screen and (max-width: 1500px)  {
	#header_middle_inside a {
	  margin: 20px 10% 30px 2%;
	}
}

@media only screen and (max-width: 1350px)  {
	#header_image_container {
		height: 430px;
	}
	#header_image_container img.big_portrait {
		height: 430px;
	}
}


@media only screen and (max-width: 1260px)  { 
#header_middle_inside a {
	visibility: hidden;
}
}

@media only screen and (max-width: 1150px) {
	#header_logo {
		width: 250px;
	}
}

@media only screen and (max-width: 1100px) {
	#header_logo {
		width: 280px;
	}
	
	#header_image_container .big_portrait {
		display: none;
	}

    #header_top_elements {
        overflow: visible;
    }
	
	#header_content img {
		float:right;
		margin-right: 4%;	
	}
	#home_header_block_container #header_middle_inside p {
		margin-right: 0;
	}	
}

@media only screen and (max-width: 1100px) {
	#header_block_unlimited:before {
		display: none;
	}
	#header_triangle {
		top: -120px;
	}
#home_header_block_container:after {
	display: none;
}
#header_image_container {
    height: 150px;
}
#header_image_container img.logo {
	margin-top: 20px;
}
#header_triangle_container {
	display: none;
}
#mobile_content {
	display: block;
}
#header_background_elements {
    position: relative;
	height: auto;
}
#header_block {
	height: auto;
}
#header_top_elements {
    position: absolute;
    top: -100px;
	width: 100%;
}
#header_middle_inside a {
    display: none;
}
#header_middle_inside p {
    margin-right: 10%;
}
#header_triangle {
	display: none;
}
.text_image #header_text_container {
    max-width: 80%;
}
}

@media only screen and (max-width: 1050px)  { 
.three_column {
  -webkit-column-column-count: 1;
  -moz-column-column-count: 1;
  column-count: 1;
}
}

@media only screen and (max-width: 850px)  {
	#header_block_unlimited #header_middle_inside {
    width: 85%;
	}
	#header_middle_inside p {
		margin-right: 0;
	}
	#header_content img:not(.no_expand_mobile) {
		float:right;
		height: auto;
		width: 100%;
		margin: 0 0 40px !important;
		max-height: none;
	}
	#header_content img.hide_mobile {
		display: none;
	}
#header_text_container{
	max-width: none !important;
}	
}

@media only screen and (max-width: 600px)  { 
#header_logo {
	margin: 10px 5% 0;
	width: 90%;
	height: auto;
	float:none;
	clear: both;
}

#header_content {
	margin-top: 20px;
}
#header_text_container {
	margin: 30px 10%;
}
#header_top_elements {
    position: relative;
	top: 0;
}
}
