/* CSS Document */

/* - - - - - - - - - - - - - - - - - - - - -

Title :Sexy 9 Bankstown
URL : https://9bankstown.com.au/
 

- - - - - - - - - - - - - - - - - - - - - */

/*----------------------------------------------------------------------------- 
Global Styles
-----------------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea, blockquote,th,td { 
	margin:0;
	padding:0;
}
 
table {
	border-collapse:collapse;
	border-spacing:0;
}

html,body,div,dl,dt,dd,pre,form,fieldset,input,textarea,blockquote { 
	margin:0; 
	padding:0; 
}

html { 
	margin:0; 
	padding:0; 
	overflow: -moz-scrollbars-vertical;
}

html,body {
	margin:0;
	padding:0;
}

 

/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

body,td,th,p,li,h2,h3,h4,h5 {font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-weight: normal;  font-size:18px; line-height:30px; color: #000; }
body {
 	margin-left: 0px;	margin-top: 0px;	margin-right: 0px;	margin-bottom: 0px;
}

a { color: #fff; text-decoration:none; font-weight:bold; }
a:hover { color: #ffba00;}

h1 {padding: 20px 0; margin:0px;  font-family: 'Bodoni Moda', serif; font-weight: 700;  font-size:45px; line-height:45px; color:#fff;  }

h2 {padding: 10px 0; margin:0px; font-family: 'Bodoni Moda', serif; font-weight: 400; font-size:45px; line-height:45px; color:#fff;text-align:left; }

h3 {padding: 10px 0; margin:0px; font-size:26px; line-height:26px;  color:#fff;   text-align: left;}

h4 {padding: 10px 0; margin:0px; font-size:20px; line-height:20px;  color:#fff;   text-align:center; padding-bottom: 20px;}
 
fieldset { 	border: 0; }

.clear { 
	clear: both; 
	font-size: 0; 
	height: 0; 
	line-height: 0; 
}
a img{ border:none;}
hr {height: 1px; color: #e6e4e2;  }

b{font-size:14px}
p{ margin:0; padding:15px 0; color:#ffffff; font-size:18px; line-height:30px; }

p .brief{font-size:16px; /* 40px/16=2.5em */ line-height:16px;}

p a{ color:#ffffff; }

/* end of global*/

#wrap{ float:left; 
width:100%; height:100%; 
min-height:100%; 
height:auto !important; /* real browsers */
height:100%; /* IE6: treaded as min-height*/
min-height:100%; /* real browsers */
position:relative;
}
 
.wrap_general{ float:left; width:100%; height:auto;}



/* header */
.main-logo {
  height: 120px;
  width:240px;
  position: fixed;
  z-index: 2;
 left: 30px;
  top: 20px;
  cursor: pointer;
}

/* site content */
.site_wrap{  margin:0 auto; padding:120px 30px 50px 30px;  max-width: 1200px; height:auto;   }

.site_left{float:left; width:50%; height:auto;filter: grayscale(100%);  }
.site_left:hover {  filter: grayscale(100%); }

.site_right{ float:left; padding: 0 3% 3% 3%; width:44%; height:auto;}
.site_right h1 {padding: 20px 0; margin:0px;   font-weight: 400; font-size:45px; line-height:45px; color:#eab8b3; text-transform: uppercase;  }
.site_right h3 {padding: 20px 0; margin:0px; font-size:30px; line-height:36px;  color:#fff;   text-align: left;}
.site_right p{ margin:0; padding:15px 0; color:#ffffff; font-size:18px; line-height:30px;  }
 
.site_right p a { color: #fff; }
.site_right p a:hover { color: #9e0ac0;}

@media screen and (max-width:960px) {
    .main-logo {
         top: 15px; width: 140px; height: auto;
    }
 .site_left{ width:100%;  }
 .site_right{width:100%; }
	}

/*  footer  */

.footer_wrap{float:left; width: 100%; height: auto; padding-bottom: 50px; background-color: rgba(24, 0, 24, 0.7);}

.footer{ float: left; width: 100%; border-top: solid  #d707ff 1px; margin-top: 50px; padding-top: 20px;color: #BDBDBD; }
.footer_left{float:left;margin-top: 20px; width: 40%; height: auto; text-align: right;  line-height: 22px;}
.footer_logo{float:left; width: 20%; height: 60px; text-align:center; }
.footer_right{float:right; width: 40%; height: auto; text-align: left;  line-height: 20px; padding-top: 40px;}
 
.foot-title  {padding: 5px 0; margin:0px;  font-family: 'Bodoni Moda', serif; font-weight:700;  font-size:25px; line-height:35px; color:#fff; }

.footer a{color: #fff; font-weight:bold; }
.footer a:hover{color: #ffba00; }


@media screen and (max-width:960px) {
.footer_left{float:left; width: 100%;  text-align:center;  line-height: 22px;}
.footer_logo{float:left; width: 100%;   text-align:center; }
.footer_right{float:right; width: 100%;   text-align:center;  }
	}


/* home page slider show */
#slider-show{ position:relative; float:left; width:100%; height:100vh;}
 
#down-arrow{position:absolute; bottom:50px; height:50px; left:50%; margin-left:-25px; }
.bounce {
	-moz-animation: bounce 3s infinite;
	-webkit-animation: bounce 3s infinite;
	animation: bounce 3s infinite;
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@media screen and (max-width: 800px) {
	}

  
/*-----------------*/
/***** Apollo *****/
/*-----------------*/

figure.effect-apollo {
	background: #222f37;
}

figure.effect-apollo img {
	opacity: 0.95;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}

figure.effect-apollo figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}

figure.effect-apollo p {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 3em;
	padding: 0 1em;
	width: 100%;
	text-align: right;
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
	max-width:200px;
}

figure.effect-apollo h2 {
	text-align: left; color:#fff; font-weight:normal; line-height:1em;
}

figure.effect-apollo:hover img {
	opacity: 0.6;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.effect-apollo:hover figcaption::before {
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

figure.effect-apollo:hover p {
	opacity: 1;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
  
/*-contact us-*/

#contact-us_wrap{float: left; width: 100%; height: auto; background:#132530; padding: 40px 0;}
#contact-us{ margin: 0 auto; max-width: 800px; height: auto;}
#contact-us h1{ font-size:45px; line-height:40px; color:#8dc63f; padding: 0px; margin:25px 0; text-align:center ;  text-transform: uppercase;}
#contact p{font-family:'Raleway',sans-serif; font-weight: 400; font-size:20px; line-height:28px; color: #ffffff; padding-bottom:20px; }
.title{color:#8dc63f;}

@media screen and (max-width: 800px) {
#contact-us{ max-width:90%; }
	}


/*==============-services page-=============*/
.page-title{float:left; width: 100%; height: auto; margin-bottom: 45px;  padding: 80px 0 20px 0; background-image: url("../images/page-cover_bg.png"); background-position: bottom center; background-repeat: no-repeat;}

.page-title h1 { max-width: 900px;  padding: 20px 0; margin:0 auto; font-family: 'Bodoni Moda', serif;   font-size:45px; line-height:45px; color:#fff;   text-align: center;}

.page-sub-title{float:left; width: 100%; height: auto;  padding: 40px 0 20px 0; background-image: url("../images/page-sub-cover_bg.png"); background-position: bottom center; background-repeat: no-repeat;}

.page-sub-title h2 {padding: 20px 0; margin:0 auto; max-width: 600px;  font-family: 'Bodoni Moda', serif;   font-size:45px; line-height:45px; color:#fff;   text-align: center;}

 
@media screen and (max-width: 720px) {
.page-sub-title h2 {font-size:35px; line-height:35px; }
	}



fix-bg {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	height:auto;
	min-height:100vh  /* 1vh — one equal 1/100 height of viewport.*/;
	float:left;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  width:100%;
}
 

/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}


/* page first  title */
.content_wrap{ margin:0 auto; width:100%; min-height:100vh; }

.slider-wrapper{margin:0 auto; max-width:900px; height:auto;  padding:60px 0;}

 
.blue-bar { float: left; width: 200px; height: 20px; background-color: #000a7b; }

.service_listing{margin:0 auto; max-width:1000px; height:auto;  padding:300px 5% 60px 5%;  
}

.service_listing h2 {padding:30px 0 60px 0; font-family: 'Josefin Sans', sans-serif; font-weight: 700; font-size:45px; line-height:45px; color:#fff;   text-align: left;}


.service_listing p{ font-size:30px; line-height: 36px; text-align:left; font-family: 'Josefin Sans', sans-serif; font-weight: 400; margin-bottom:0.6em;  text-shadow: 1px 1px 2px black;}

@media screen and (max-width: 1440px) {
.service_listing{ padding-top:260px;}
.service_listing p{ font-size:28px; line-height: 33px; }
	}
 
@media screen and (max-width: 1200px) {
.service_listing{ padding-top:250px;}
.service_listing p{ font-size:24px; line-height: 28px; }
    
body,td,th,p,li { font-size:20px; line-height:30px; }
	}
 
@media screen and (max-width: 640px) {
.service_listing{ padding-top:240px;}
.service_listing p{ font-size:20px; line-height: 26px; }
.slider-wrapper{  height:auto;  padding:60px 0 0 0;}
	}

/* about us */
.about_wrap {margin:0 auto; max-width:1000px; height:auto;  padding:60px 5%; }
.about_left{float: left; width: 40%; height: auto; }
.about_right{float: right; width: 52%; height: auto; }

.about_wrap p{   font-size:18px; line-height:24px; text-align:left; margin-bottom:20px;  }
  
.about_wrap  h2 {padding: 20px 0; margin:0px; font-family: 'Bodoni Moda', serif; font-weight: 400; font-size:45px; line-height:45px; color:#fff;text-align:left; }

@media screen and (max-width: 800px) {
.about_left{float: left; width: 100%; height: auto; }
.about_right{float: right; width: 100%; height: auto; }
	}


/* sub listing  title */
.sub_listing {margin:0 auto; max-width:860px; height:auto;  padding:60px 5%;  }

.sub_listing img { 	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */}


.sub_listing h1 {margin: 30px 0;  font-family: 'Bodoni Moda', serif; font-size:45px; line-height:45px; color:#fff;   text-align:left;}

.sub_listing h2 {padding:30px 0;   font-size:45px; line-height:45px; color:#fff;   text-align: left;}

.sub_listing p{   font-size:20px; line-height:26px; text-align:left;   font-weight: 400; margin-bottom:0.6em;  }

.list-50{float: left; width: 50%; height: auto; }

@media screen and (max-width: 1440px) {
.sub_listing{ padding-top:60px;}
.sub_listing p{ font-size:18px; line-height: 24px; }
	}
 
@media screen and (max-width: 1200px) {
.sub_listing{ padding-top:50px;}
.sub_listing p{ font-size:18px; line-height: 24px; }
 
body,td,th,p,li { font-size:20px; line-height:30px; }
	}
 
@media screen and (max-width: 640px) {
.sub_listing{ padding-top:40px;}
.sub_listing p{ font-size:18px; line-height: 24px; }
    .list-50{float: left; width:100%; height: auto; }
	}




 /*----------------------------------------------------------------------------- 
blog
-----------------------------------------------------------------------------*/
#blog_wrap-out{float:left; width:100%; height: auto; background: #3b3d3f;}
#blog_wrap{margin: 0 auto; padding: 30px; max-width:1360px; height: auto;}

 .subnav_wrap{float: left; width:100%; padding-bottom:10px; border-bottom:1px solid #000000; margin-bottom:50px;}
 .subnav{magin:0 auto; width:100%; height:auto; }
 .subnav ul{magin:0 auto; width:100%;height:auto; list-style:none; text-align:center;}
 .subnav ul li{ width:auto; height:auto; list-style:none; margin-bottom:20px; display:inline-block;}
 .subnav ul li a{ font-size:20px; line-height:20px; padding:10px 0 0 0; color:#fff; margin:10px 25px 0 25px;}
 .subnav ul li a:hover{border-bottom:solid 3px #9e0ac0;}
 .subnav ul li.selected a{border-bottom:solid 3px #fff;}
 .subnav ul li.selected a:hover{border-bottom:solid 3px #9e0ac0;}


.page-close a{ float:left; width:100%; margin: 40px 0 50px 0; border:40px 0; border-top:3px solid #000000; font-family: 'Barlow Semi Condensed', sans-serif; font-size:100px; line-height:100px; color:#000000; text-align: center;} 
.page-close a:hover{ color:#666666;}

@media screen and (max-width: 1200px) {
.page-title h1{font-size:40px; line-height:40px;  }
.page-title h2{font-size:30px; line-height:32px;  }
.page-title h3 { font-size:30px; line-height:28px;}
.page-close a{ font-size:80px; line-height:100px; } 
 }
 
/*--blog_  Chinese verison ? --*/	
.page-title_cn{ float:left; width:100%; height:auto; padding-bottom:10px; border-bottom:15px solid #000000; margin:50px 0 20px 0;}
.page-title_cn h1{float:left; margin:0 0 50px 0; width:98%; border-left:10px solid #00afed; height:auto; font-family: 'Barlow Semi Condensed', sans-serif; font-size:55px; line-height:50px; color:#000000; text-align:left; } 

.page-title_cn h2{ text-transform:none; font-size:30px; line-height:40px; padding-bottom:40px;}
 
.page-title_cn h3 {font-family: 'Barlow Semi Condensed', sans-serif; font-size:50px; line-height:42px; color: #000000; padding:45px 0px 0px 0px; margin:0px;  text-align:left; text-transform: none; border:0; margin-bottom:25px;}
  
  
@media screen and (max-width: 1200px) {
.page-title_cn h1{font-size:60px; line-height:60px;  }
.page-title_cn h2{font-size:30px; line-height:32px;  }
.page-title_cn h3 { font-size:30px; line-height:28px;}
	}
 

/*grid-a-licious css*/ 	
.example { margin-bottom: 20px;}

#example1 {
  padding: 0 0 0 8px;
 
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;

  margin-bottom: 10px;
}

#example2 {
  padding: 0 0 0 8px;
 
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;

  margin-bottom: 10px;
}
 
.item {
  color: #fff;
  border:0px solid #333;
  border-radius: 10px;
  padding: 20px;
 
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  text-align:left;
  line-height:24px;
  display:block;

}
.item img{width:100%; height:auto; padding-bottom:15px; border-radius: 5px;  border-bottom:10px solid #9e0ac0; margin-bottom:20px; text-align:center;}

.item p{ float:left; width:100%; padding: 15px 0; font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif"; font-weight: bold; 
word-wrap: break-word; white-space: pre; white-space: pre-wrap;  font-size:16px; line-height:20px; color:#fff;   border-bottom:1px solid #999; margin-bottom:20px;}

.item-title {float:left; width:100%; height:auto; font-weight: normal; font-size:1.6em; line-height:1em; color:#fff; margin-bottom:0;}

.item-subdes {float:left; width: 100%; margin-bottom: 10px;  font-weight: normal; font-style: italic;  font-size:14px; line-height: 16px; }

.item:hover{ background:#9e0ac0;}
.item .client {width:100%; height:auto;}
.item .client img{width:100%; height:auto; padding-bottom:0; border-bottom:0; margin-bottom:0; text-align:center;}
 
/*end of grid-a-licious css*/ 



/*blog*/ 
.blog_left{float:left; width:50%; height:auto; }
@media screen and (max-width:960px) {
 .blog_left{ width:100%;  }
	}

#photo-gallery {float: left;  margin-top: 50px; width: 100%; height: auto;}


/*  Subscribe */

.newsletter_wrap-out { float: left; width: 100%; border-top: solid #F3D6D7 1px; margin-top: 50px; padding-top: 50px;color: #fff; }
.newsletter_wrap{margin: 0 auto; padding: 20px 0; width: 100%; height: 100%;  }
.newsletter_left{float:left; width: 50%;}
.newsletter_right{float:right; width: 40%;}

.newsletter_wrap h3 {padding: 20px 0; margin:0px;  font-family: 'Abril Fatface', cursive;  font-weight: 400; font-size:35px; line-height:35px; color:#eab8b3; text-transform: uppercase;}

.newsletter_wrap h4 {padding: 20px 0; margin:0px;  font-family: 'Abril Fatface', cursive;  font-weight: 400; font-size:35px; line-height:35px; color:#999; text-transform: uppercase; text-align: left;}

.newsletter_wrap ul {list-style: none; margin: 0; padding: 0;}

.newsletter_wrap li {list-style: none; margin: 0; padding:15px 0; font-size: 28px; line-height: 28px; color: #999; text-transform: uppercase;  font-family: 'Abril Fatface', cursive; }
@media screen and (max-width:960px) {
.newsletter_left{float:left; width:100%;}
.newsletter_right{float:right; width: 100%;}
	}


/*  arrow*/
.button-up,
.button-down {
  position: relative;
  padding: 5px;
  margin: 30px auto;
  background: #000;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  transition: all 0.2s linear;
}

.button-down:hover {
  transform: translate3d(0, 10px, 0);
}

.button-up:hover {
  transform: translate3d(0, -10px, 0);
}

.button-up::after,
.button-down::after {
  content: "";
  position: absolute;
  left: 17px;
  z-index: 11;
  display: block;
  width: 25px;
  height: 25px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}
.button-up::after {
  top: 20px;
  transform: rotate(45deg);
}

.button-down::after {
  top: 10px;
  transform: rotate(225deg);
}

.arrow-right,
.arrow-left,
.long-arrow-right,
.long-arrow-left{
  display: block;
  margin: 30px auto;
  width: 25px;
  height: 25px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
}
.arrow-right,
.long-arrow-right{
 transform: rotate(135deg);
}

.arrow-left,
.long-arrow-left{
 transform: rotate(-45deg);
}
.long-arrow-right::after,
.long-arrow-left::after{
  content: "";
  display: block;
  width: 2px;
  height: 45px;
  background-color: black;
  transform: rotate(-45deg) translate(15px, 4px);
  left: 0;
  top: 0;
}

.triangle-left,
.triangle-right,
.triangle-top,
.triangle-bottom{
  width: 0;
  height: 0;
  margin: 30px auto;
}
.triangle-left,
.triangle-right{
  border-top:
    18px solid transparent;
  border-bottom:
    18px solid transparent;
  
  
}
.triangle-top,
.triangle-bottom{
  border-left:
    18px solid transparent;
  border-right:
    18px solid transparent;
  
  
}

.triangle-right{
  border-left:
    30px solid black;
}
.triangle-left{
  border-right:
    30px solid black;
}
.triangle-top{
  border-bottom:
    30px solid black;
}
.triangle-bottom{
  border-top:
    30px solid black;
}

