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

/* @imports
--------------*/
@import url('http://cdn.myld.com.au/1/js/plugins/HoverAnimations/jquery.hover-animations-1.0.css');

@import url('http://cdn.myld.com.au/1/js/fancybox2/jquery.fancybox.css');
@import url('http://cdn.myld.com.au/1/js/fancybox2/helpers/jquery.fancybox-thumbs.css');
@import url('http://cdn.myld.com.au/1/js/plugins/PhotoSwipe/photoswipe.min.css');

@import url('http://cdn.myld.com.au/1/js/plugins/smartCaptcha/smartCaptcha-v1.0.min.css');


/* @font-faces
--------------*/
@font-face{
   font-family: 'Open Sans';
   src:   url(http://cdn.myld.com.au/1/fonts/OpenSans/opensans-light-webfont.eot);
   src:   url(http://cdn.myld.com.au/1/fonts/OpenSans/opensans-light-webfont.eot?#iefix) format('embedded-opentype'),
   url(http://cdn.myld.com.au/1/fonts/OpenSans/opensans-light-webfont.woff) format('woff'),
   url(http://cdn.myld.com.au/1/fonts/OpenSans/opensans-light-webfont.ttf) format('truetype'),
   url(http://cdn.myld.com.au/1/fonts/OpenSans/opensans-light-webfont.svg#open_sanslight) format('svg');
   font-weight:300;
   font-style:normal;
}

@font-face{
   font-family: 'Open Sans';
   src:   url(http://cdn.myld.com.au/1/fonts/OpenSans/opensans-regular-webfont.eot);
   src:   url(http://cdn.myld.com.au/1/fonts/OpenSans/opensans-regular-webfont.eot?#iefix) format('embedded-opentype'),
   url(http://cdn.myld.com.au/1/fonts/OpenSans/opensans-regular-webfont.woff) format('woff'),
   url(http://cdn.myld.com.au/1/fonts/OpenSans/opensans-regular-webfont.ttf) format('truetype'),
   url(http://cdn.myld.com.au/1/fonts/OpenSans/opensans-regular-webfont.svg#open_sansregular) format('svg');
   font-weight:400;
   font-style:normal;
}

@font-face{
   font-family: 'Great Vibes';
   src:   url(http://cdn.myld.com.au/1/fonts/GreatVibes/greatvibes-regular-webfont.eot);
   src:   url(http://cdn.myld.com.au/1/fonts/GreatVibes/greatvibes-regular-webfont.eot?#iefix) format('embedded-opentype'),
   url(http://cdn.myld.com.au/1/fonts/GreatVibes/greatvibes-regular-webfont.woff) format('woff'),
   url(http://cdn.myld.com.au/1/fonts/GreatVibes/greatvibes-regular-webfont.ttf) format('truetype'),
   url(http://cdn.myld.com.au/1/fonts/GreatVibes/greatvibes-regular-webfont.svg#great_vibesregular) format('svg');
   font-weight:400;
   font-style:normal;
}



/* @general styles
-----------------*/
body {
    background-color: #a8abae;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 15px;
    color: #2e2e2e
}

a {
    color: #fff;
    text-decoration: underline
}

a:hover {
    color: #fff;
    text-decoration: none
}

strong {
    font-weight: 400
}

dd {
    padding-bottom: 20px
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 300;
    color: #fff
}

header,
main,
footer,
section,
.wrap {
    width: 100%;
    margin: 0;
    padding: 0;
}

.no-gutter {
    margin:  0;
    padding: 0;
}

.float-left {
    float: left
}


.spacer10 {
    height:  20px
}

.spacer20 {
    height:  20px
}

.spacer30 {
    height:  30px
}

.spacer40 {
    height:  40px
}

.spacer50 {
    height:  50px
}

#schema {
    display:  none
}

.text-center {
    text-align:  center
}

.text-right {
    text-align:  right
}

header {
    /*position: fixed;
    top: 0;*/
    background-color: #c4c4c4;
    height: 70px;
    overflow: hidden;
    z-index: 999
}

.nav > li > a {
    padding: 25px 20px;
    font-size: 14px;
    font-weight: 400;
    color: #1a1a1a;
    text-decoration: none
}

.nav > li.active > a,
.nav > li > a:hover,
.nav > li > a:focus {
    color: #d3d3d3;
    background-color: #606060
}

#social ul {
    list-style: none;
    position: relative;
    top: 20px;
}

#social li {
    display: inline-block;
}

#social li img:hover{
    filter: alpha(opacity=80);
    opacity: .80;
}

#banner {
    background-color: #464546;
    position: relative;
    height: 300px;
    margin-bottom: -70px;
}

#slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#slider .glyphicon {
    position: absolute;
    top: 45%;
    color: #ccc;
    cursor: pointer;
    font-size: 18px;
    display: none
}

#slider:hover .glyphicon {
    display: block
}

#slider #next {
    right: 30px;
}

#slider #prev {
    left: 30px;
}


#logo img {
    margin: 0 auto;
    position: relative;
}

#scroll-down {
    position: absolute;
    bottom: 90px;
    width: 100%;
}

/*
#scroll-down a {
    filter: alpha(opacity=50);
    opacity: .50;
}
*/

#scroll-down img {
    margin: 0 auto;
}

#scroll-down img:hover {
    margin: 0 auto;
}

body#home #modules {
    overflow: hidden;
}

#home-modules-wrap { 
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  background-color: #383838;
  width: auto;
  margin: 0 auto;
}


#modules img {
    width: 100%
}

body#contact-us #modules {
    background-color: #464546;
}

body#contact-us #modules img {
    background-color: #464546;
    width: auto;
    padding: 30px;
    margin: 0 auto
}


#modules .overlay {
    background: url(http://cdn.myld.com.au/2/943/onyx-hairdressing-medi-spa_d5349ada36.png);
    color: #000;
    padding: 30px;
}

#modules .animate-boxin.first {
    border-left: 1px solid #fff;
}

#modules .animate-boxin {
    position: relative;
    border-right: 1px solid #fff;
}

#modules .animate-boxin a {
    text-decoration: none
}

#modules .title {
    position: absolute;
    /*bottom: 40px;
    right: 50px;
    text-align: right;*/
    color: #fff;
    z-index: 999;
    font-size: 30px;
    line-height: 30px
}

#intro-wrap {
    background: url(http://cdn.myld.com.au/2/942/onyx-hairdressing-medi-spa_25d3bcee30.png) top right no-repeat;
    overflow: hidden;
    position: relative;
    z-index: 999
}

#intro-wrap .content {
    position: relative;
    z-index: 999 !important
}

#intro-wrap .content-container {
    position: relative
}

#intro-wrap .content-container .intro-bg {
    position: absolute;
    top: 50px;
    left: -50px;
    z-index: 1
}

#intro-wrap .float-left {
    margin-right: 80px
}

.slogan {
    height: 590px;
    overflow: hidden
}

.slogan h1 {
    text-transform: uppercase;
    font-size: 45px;
    color: #515151;
    margin-top: 250px
}

.slogan h1 span {
    display: block;
    padding-left: 70px;
    font-family: "Great Vibes", cursive;
    font-size: 75px;
    text-transform: none;
    color: #2e2e2e
}

#main-content {
    position: relative;
    overflow: hidden;
    background-color: #a8abae
}

#main-content ul {
    padding-left: 20px
}

#content-bg {
    position: absolute;
    top: 0;
    left: 0;
}

#content-bg .left,
#content-bg .right {
    background: #a8abae;
    height: 100%
}

#content-bg .left {
    background-color: #161616
}

#content-bg .left .tabber-tab {
  width:100%;
	height: 100%;
    display: none;
    filter: alpha(opacity=10);
    opacity: .10;	
}

#content-bg .left #hair-cut{	
	background: url(http://cdn.myld.com.au/2/943/onyx-hairdressing-medi-spa_952ec0b98d.jpg) center no-repeat;
	background-size: cover;
	display: block
}

#content-bg .left #hair-colouring{	
	background: url(http://cdn.myld.com.au/2/943/onyx-hairdressing-medi-spa_78a890f188.jpg) center no-repeat;
	background-size: cover;
}

#content-bg .left #hair-treatments{	
	background: url(http://cdn.myld.com.au/2/943/onyx-hairdressing-medi-spa_c1d5cddab7.jpg) center no-repeat;
	background-size: cover;
}

#content-bg .left #hair-extensions{	
	background: url(http://cdn.myld.com.au/2/943/onyx-hairdressing-medi-spa_00a788cd6b.jpg) center no-repeat;
	background-size: cover;
}

#content-bg .left img.cut{
    display: block
}

#content-bg .right {
    background: ;
}

#modules {
    position: relative;
    z-index: 999
}

#modules .nav {
    border: none;
}

#modules .nav > li {
    width: 100%;
    display: block;
    margin: 10px 0;
}

#modules .nav > li > a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 18px;
    color: #e7e7e7;
    padding: 10px;
    margin: 0;
    border: none;
}

#modules .nav > li.active > a,
#modules .nav > li > a:hover,
#modules .nav > li > a:focus {
    border: none;
    background: url(http://cdn.myld.com.au/1/images/opacity/30.png);
    color: #e7e7e7;
    padding: 10px 30px;
}

.tab-content {
    background: #a8abae;
}

.tab-content .intro-bg {
    position: absolute;
    top: 50px;
    left: -50px;
    z-index: 1
}

.tab-pane {
    position: relative;
    z-index: 999;
}

.panel-group .panel {
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: none;
}

.panel {
    box-shadow: none
}

.panel-default > .panel-heading {
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #7a7a7b;
    padding: 15px 30px;
}

.panel-title a {
    text-decoration: none;
    font-weight: 400;
    color: #fff;
}

.panel-title a:hover {
    color: #1e1e1e;
}

.panel-default>.panel-heading+.panel-collapse .panel-body {
    border: none
}

.panel-body {
    padding: 20px 30px;
    /*background-color: #a8abae;*/

    box-shadow: none;
}


body#gallery #intro-wrap,
body#contact-us #intro-wrap {
    background: none
}

#gallery .content img {
    border: 5px solid #fff;
    margin-bottom: 30px;
}

#gallery .content img:hover {
    filter: alpha(opacity=80);
    opacity: 0.8;
}

#contact-map {
    height: 500px
}



.footer {
    background: #c4c4c4 url(http://cdn.myld.com.au/2/942/onyx-hairdressing-medi-spa_8d070fbea4.png) top center repeat-x;
    font-size: 14px;
    padding-top: 35px;
}

.footer a {
    text-decoration: none
}

.footer a:hover {
    text-decoration: underline
}

.footer section {
    background: #c4c4c4 url(http://cdn.myld.com.au/2/943/onyx-hairdressing-medi-spa_569ea3970a.jpg) repeat;
}

#footer-top .socialmedia {
    display: none
}

#footer-top .social ul {
    list-style: none;
    text-align: center
}

#footer-top .social li {
    display: inline-block;
    padding: 20px 30px
}

#footer-top .social a {
    color: #383838
}

#footer-top .synopsis {
    font-size: 13px;
    color: #656565
    
}

#footer-top .synopsis .content {
    padding: 10px 80px
}

#footer-top .contact-info a {
    color: #2a2a2a;
}

#footer-top .contact-info ul {
    list-style: none;
    text-align: center
}

#footer-top .contact-info li {
    display: inline-block;
    padding: 20px 10px;
    margin: 0 30px;
    font-weight: 400

}

#footer-top .contact-info .phone {
    background: url(http://cdn.myld.com.au/2/942/onyx-hairdressing-medi-spa_4256fa6e10.png) left center no-repeat
}

#footer-top .contact-info .email {
    background: url(http://cdn.myld.com.au/2/942/onyx-hairdressing-medi-spa_95b3e57a7e.png) left center no-repeat
}

#footer-top .contact-info .address {
    background: url(http://cdn.myld.com.au/2/942/onyx-hairdressing-medi-spa_5d47bcb5bb.png) left center no-repeat
}

#footer-bottom {
    background: #383838;
    height: 55px;
    font-size: 13px;
    color: #fff;
    overflow: hidden
}

#footer-bottom .copyright,
#footer-bottom .text-center,
#footer-bottom .text-right {
    padding: 18px 0
}

#footer-bottom .text-center img {
    margin: 0 auto
}



/* @media queries
-----------------*/
@media (min-width: 1200px) {
    .nav > li > a {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    #social li {
        display: inline-block;
        margin-left: 20px !important
    }
    #banner {
        min-height: 700px;
        height: 950px !important;
    }
    
    body#home #modules {
        max-width: 1700px;
        margin: 0 auto;
    }  
    
    #modules .animate-boxin {
        max-height: 550px
    }    
    #modules .overlay {
        font-size: 15px !important;
        padding: 30px !important
    }
    #modules .title {
        font-size: 30px !important;
        bottom: 40px !important;
        right: 50px !important;
    }
    .slogan h1 {
        margin-left: 50px;
    }

}

@media (min-width: 992px) {
    .nav > li > a {
        padding: 25px 10px;
    }
    #social li {
        display: inline-block;
        margin-left: 10px
    }

    #banner {
        height: 100vh;
        min-height: 700px;
    }
    #logo img {
        padding-top: 15%;
    }

    #modules .overlay {
        position: absolute;
        margin: 5%;
        width: 90%;
        height: 93%;
        font-size: 14px;
        padding: 10px
    }
    #modules .title {
        font-size: 24px;
        bottom: 20px;
        right: 30px;
        text-align: right;

    }

    #intro-wrap .content {
        padding: 100px 0;
    }

}



@media (max-width: 991px) { /*beginning of default fixed menu bar*/
    #logo img {
        height: 200px;
        padding-top: 25px;
    }
    #modules .animate-boxin {
        background: url(http://cdn.myld.com.au/2/943/onyx-hairdressing-medi-spa_d5349ada36.png);
    }

    #modules .overlay {
        background: none;
    }

    #modules .title {
        left: 50px !important;
        top: 50px;
    }
    #intro-wrap .content {
        padding: 100px 0;
    }
    .slogan h1 span{
        font-size: 68px;
        padding-left: 30px
    }

}

@media (max-width: 767px) {
    #intro-wrap {
        background: none
    }

    .slogan {
        background: url(http://cdn.myld.com.au/2/942/onyx-hairdressing-medi-spa_25d3bcee30.png) top right no-repeat;
    }
    #intro-wrap .content {
        padding: 20px 0;
    }
    .slogan h1 span{
        font-size: 75px;
        padding-left: 70px
    }
}

@media (max-width: 480px) {
    .slogan h1 span{
        font-size: 75px;
        padding-left: 0
    }

}

/* -- News Feed Navbar -- */

#blogNavTab ul {
  margin: 0;
}
#blogNavTab ul li {
  width: 100%;
  background-color: #EEE;
}
#blogNavTab ul li.active a {
  background-color: #FFF;
}

.tab-content a {
  word-break: break-all;
}