/*CONTACT PAGE*/

.simple_box_title span { 
	font-smoothing: auto;
   -webkit-font-smoothing: auto;
   -moz-osx-font-smoothing: auto;
}

.hide-desktop {display: none;}

.banner {width: 100%; height: 350px;}

 .contact-container {position: relative;
    margin: 20px auto;
    width: 800px;
    padding: 0px 40px;}
    
.contact-container .tab .simple_box_title a, .contact-container .sydney-close {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
    width: 9px;
    height: 9px;
    display: block;
    text-indent: -99999px;
    background: url('../images/cross2.png');
    position: absolute;
    top: 5px;
	}
	
.contact-container .sydney-close {
    right: 45px;
}
	
	#melbourne .tab .simple_box_title a {right: 5px;}
	
	#sydney .tab .simple_box_title a {left: 5px;}

ul.menu {width: 100%; float: left; background: #fff;}

ul.menu li {height: 35px; line-height: 35px; margin: 0px 20px; padding: 5px; font-size: 15px; border-bottom: 1px solid #000; cursor: pointer;}

ul.menu li:last-child {border-bottom: none;}

ul.menu li:hover {background: url('/images/contact-arrow.png') no-repeat 315px 12px; background-size: 10px 20px;}

ul.menu li.active:hover{background-image: none;}

ul.menu li.active::after {
	background: url('/images/contact-arrow.png') no-repeat;
    content: "";
    width: 15px;
    height: 33px;
    display: inline-block;
    position: relative;
    right: -304px;
    top: -41px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background-size: 10px 20px;
    }

ul.menu li a {display: block; width: 100%; height: 100%;}

ul.menu .a:hover, ul.menu .a.active {background-color: #a7c2c0;}
ul.menu .i:hover, ul.menu .i.active {background-color: #b3a16e;}
ul.menu .p:hover, ul.menu .p.active {background-color: #b5bcac;}
ul.menu .u:hover, ul.menu .u.active {background-color: #829ca6;}

a.a {/* color: #a7c2c0; */ text-decoration: underline;}
a.i {/* color: #b3a16e; */ text-decoration: underline;}
a.p {/* color: #b5bcac; */ text-decoration: underline;}
a.u {/* color: #829ca6; */ text-decoration: underline;}

.simple_box.left {float: left;}
.simple_box.right {float: right;}

/* #melbourne, #sydney {width: calc(100% - 40px); position: absolute; top: 10px;} */
		
 .tab {-webkit-transform: translateZ(0px); transition: all ease 1s; width: 0px; overflow: hidden; position: absolute; left: 420px; top: 0px; background: #fff;}
 
#sydney .tab {left: 460px; width: 0px; transition: all ease 1s;}
 
  .tab.tab_active {left: 420px; width: 420px;}
 
#sydney .tab.tab_active  {left: 40px; width: 421px;}
 
 
 .tab .tab-container {width: 455px; min-height: 203px; padding: 10px 20px; font-size: 20px; font-family: helvetica; font-weight: 200; line-height: 25px;}
 .tab .tab-container h2 {font-size: 25px; font-weight: bold; margin-bottom: 10px;}
 
 .tab_active { width: calc(100% - 460px); z-index: 999;}

 .map {overflow: hidden; transition: all ease 1.5s; width: 100%; height: 0px; height: 0px; background: #fff; position: relative; top: -10px; z-index: 99; float: left;}
 .map.tab_active {height: 560px;}
 
 #oliverlane, #oliverlane2, #oliverlane3, #dorcasst, #crownst, #crownst2, #crownst3, #crownst4 {width: calc(100% - 40px);
    height: 350px;
    background: #999;
    margin: 100px 20px 20px;}
    
 .map .tab-container {padding: 20px; font-size: 13px; font-family: helvetica; font-weight: 200; line-height: 25px;}
 
 
 .tab-container .cat1 {
    width: 23px;
    height: 24px;
    display: block;
    text-indent: -99999px;
    background: url(../images/big_icons.png);
    margin-bottom: 10px;
}

.tab-container .cat2 {
    width: 23px;
    height: 24px;
    display: block;
    text-indent: -99999px;
    background: url(../images/big_icons.png) -25px 0;
    margin-bottom: 10px;

}

.tab-container .cat3 {
    width: 23px;
    height: 24px;
    display: block;
    text-indent: -99999px;
    background: url(../images/big_icons.png) -50px 0;
    margin-bottom: 10px;

}


 .tab-container .cat4 {
    width: 23px;
    height: 24px;
    display: block;
    text-indent: -99999px;
    background: url(../images/big_icons.png) -75px 0;
    margin-bottom: 10px;

}

.simple_box1.media {background: #fff; margin-top: 30px; position: absolute;
width: calc(100% - 80px);
top: 200px;}

.simple_box1.media .tab-container {padding: 20px; font-size: 13px; font-family: helvetica;
    font-weight: 200;
    line-height: 20px; margin-bottom: 20px;}
    
@media only screen and (max-width: 905px) and (min-width: 0px) {


.hide-mobile {display: none;}

.hide-desktop {display: block;}

.contact-container {width: initial; padding: 0px;}
.contact-container .simple_box {max-width: 100%; float: none; clear: both; margin-bottom: 5px;}

.contact-container .simple_box_title {cursor: pointer; height: 30px;}

.contact-container .simple_box_title span {line-height: 30px;}

.contact-container .simple_box_title span.arrow {
	width: 15px;
    height: 34px;
    display: inline-block;
    background: url('/images/contact-arrow.png') no-repeat;
    position: absolute;
    right: 15px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    filter: invert(100%);
    -webkit-filter: invert(100%);
        background-size: 12px 25px;

}

.contact-container .simple_box_title.open span.arrow { 
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
    right: 6px;
    margin-top: -5px;
}

ul.menu, ul.contact-submenu { display: none; /* float: none; display: block; height: 0px; overflow: hidden; */ /* transition: all ease 1s; */}

ul.menu li {height: initial;}

ul.menu li:hover, ul.menu li.a:hover, ul.menu li.i:hover, ul.menu li.p:hover, ul.menu li.u:hover {background: none; background-color: none;}

ul.contact-submenu a, ul.media a {text-decoration: underline;}

ul.contact-submenu li {margin: 0px; padding: 10px 0px;}

ul.contact-submenu li .tab-container {line-height: 18px;}

/* ul.menu.open {height: 185px; } */

/*
ul.menu.media.open {height: 124px;}


ul.menu.open ul.contact-submenu.open {height: 185px;}
*/

ul.menu li .tab-container.media {line-height: 18px; padding-top: 10px; padding-bottom: 10px;}

.tab-container h2, .tab-container span.map-link {display: inline-block;}
.tab-container span.map-link {margin-left: 60px;}

}
