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

/* @imports
--------------*/
@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: 'Raleway';
   src:   url(http://cdn.myld.com.au/1/fonts/Raleway/raleway-light-webfont.eot);
   src:   url(http://cdn.myld.com.au/1/fonts/Raleway/raleway-light-webfont.eot?#iefix) format('embedded-opentype'),
   url(http://cdn.myld.com.au/1/fonts/Raleway/raleway-light-webfont.woff) format('woff'),
   url(http://cdn.myld.com.au/1/fonts/Raleway/raleway-light-webfont.ttf) format('truetype'),
   url(http://cdn.myld.com.au/1/fonts/Raleway/raleway-light-webfont.svg#ralewaylight) format('svg');
   font-weight:300;
   font-style:normal;
}

@font-face{
   font-family: 'Raleway';
   src:   url(http://cdn.myld.com.au/1/fonts/Raleway/raleway-regular-webfont.eot);
   src:   url(http://cdn.myld.com.au/1/fonts/Raleway/raleway-regular-webfont.eot?#iefix) format('embedded-opentype'),
   url(http://cdn.myld.com.au/1/fonts/Raleway/raleway-regular-webfont.woff) format('woff'),
   url(http://cdn.myld.com.au/1/fonts/Raleway/raleway-regular-webfont.ttf) format('truetype'),
   url(http://cdn.myld.com.au/1/fonts/Raleway/raleway-regular-webfont.svg#ralewayregular) format('svg');
   font-weight:400;
   font-style:normal;
}

@font-face{
   font-family: 'Raleway';
   src:   url(http://cdn.myld.com.au/1/fonts/Raleway/raleway-bold-webfont.eot);
   src:   url(http://cdn.myld.com.au/1/fonts/Raleway/raleway-bold-webfont.eot?#iefix) format('embedded-opentype'),
   url(http://cdn.myld.com.au/1/fonts/Raleway/raleway-bold-webfont.woff) format('woff'),
   url(http://cdn.myld.com.au/1/fonts/Raleway/raleway-bold-webfont.ttf) format('truetype'),
   url(http://cdn.myld.com.au/1/fonts/Raleway/raleway-bold-webfont.svg#ralewaybold) format('svg');
   font-weight:700;
   font-style:normal;
}

/* @general styles
-----------------*/
body {
    background-image: url(http://cdn.myld.com.au/2/1163/o-reilly-dental_0d99d8aea4.jpg);
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: black;
}

a {
    color: #a0b90e;
    text-decoration: none;
}

a:hover {
    color: #a0b90e;
    text-decoration: none;
}

p {
    margin: 0;
    padding: 10px 0;
    line-height: 24px
}

strong,
label,
dt {
    font-weight: 700

}

dd {
    margin-bottom: 15px
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    padding: 20px 0;
    font-weight: 400;
    text-transform: uppercase
}

h2 {
    font-size: 25px
}

h3 {
    font-size: 20px
}

h4 {
    font-size: 18px
}

h5 {
    font-size: 16px
}

header,
main,
footer,
section,
.wrap {
    width: 100%;
    margin:  0;
    padding: 0;
}

.no-gutter {
    margin: 0;
    padding: 0
}

ul.no-gutter {
    list-style: none
}

ul.no-left-gutter,
ol.no-left-gutter {
    padding-left: 17px
}

.ease {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.title {
    display: inline-block;
    padding: 10px 50px;
    border: 1px solid black;
    color: #a0b90e
}

.green {
    color: #a0b90e
}

.btn {
    padding: 10px 20px;
    border: 1px solid #a0b90e;
    background-color: transparent;
    font-weight: 700;
    font-size: 17px;
    color: #a0b90e;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;    
}

.btn:hover,
.btn:focus {
    background-color: #a0b90e;
    color: white;
}

.spacer10 {
    height: 10px
}

.spacer20 {
    height: 20px
}

.spacer30 {
    height: 30px
}

.spacer40 {
    height: 40px
}

.spacer50 {
    height: 50px
}

.spacer100 {
    height: 50px
}

#schema {
    display: none
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.align-left {
    float: left
}

.align-right {
    float: right
}

.align-center {
    margin: 0 auto
}




/* -- HEADER -- */

#header {
    background-color: rgba(255,255,255,0.62);
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    z-index: 1
}

#header .brand {
    /*height: 126px*/
}

#header .container {
    position: relative
}

#header .contact {
    margin-top: 20px
}

#header .contact li {
    position: relative;
    display: inline-block;
    padding: 0 10px;
    font-weight: 400;
    font-size: 14px;
}

#header .contact li:last-child {
    padding-right: 0
}

#header .contact li:before {
    content: "";
    position: absolute;
    top: 20%;
    right: -2px;
    width: 1px;
    height: 60%;
    background-color: black
}

#header .contact li:last-child:before {
    display: none
}

#header .contact li a {
    color: black
}

#header .contact li a:hover {
    color: #a0b90e;
}

#navigation {
    /*position: relative;
    z-index: 2;
    background-color: white;
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);    */
    margin-top: 30px
}

#navigation .navbar .navbar-nav {
    display: inline-block;
    float: right;
    vertical-align: top;
}

#navigation .navbar .navbar-collapse {
    text-align: center;
}

#navigation .nav > li > a {
    padding: 20px 0  20px 66px;
    text-align: right;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    color: black;
}

#navigation .nav > li:first-child > a {
    padding-left: 0;
}

#navigation .nav > li > a:hover,
#navigation .nav > li > a:focus,
#navigation .nav > li.active > a {
    background: none;
    /*font-weight: 700;*/
    color: #a0b90e
}

/*#navigation .nav > li {
    border-right: 1px solid #ccc
}

#navigation .nav > li:last-child {
    border-right: 1px solid transparent
}*/




/* -- SLIDER -- */

#slider-wrap {
    position: relative;
    overflow-x: hidden;
}

#slider {
    height: 810px
}

#slider-wrap .cta {
    position: absolute;
    bottom: 10%;
    left: 0;
    width: 100%;
}

#slider-wrap .cta img {
    position: relative;
    right: -100px
}



/* -- CONTENT -- */

#page-content {
    color: #696969
}

#page-content .container {
    background-color: white
}

#intro-wrap .cta {
    border: 1px solid black;
}

#intro-wrap .cta .left {
    background-color: #a0b90e;
    white-space: nowrap;
    
}

#intro-wrap .cta .left .icon-wrap {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;  
}

.helper {
    display: inline-block;
    vertical-align: middle;
    height: 100%;    
}
#intro-wrap .cta h3 {
    line-height: 35px;
    color: #a0b90e
}

#intro-wrap .cta h3 span {
    font-weight: 300;
    font-size: 17px;
    color: #767879
}

.service h5 {
    color: #767879
}

.service .thumb:hover,
.service .thumb:focus {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%); /* For Webkit browsers */
    filter: gray; /* For IE 6 - 9 */
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
}

.services-thumb {
    width: 100%;
    margin-bottom: 0 !important
}

.services-thumb:hover {
    filter: alpha(opacity=1) !important;
    opacity: 1 !important;
}

#tabber .nav > li > a {
    position: relative;
    padding: 10px;
    padding-left: 15px;
    font-size: 15px;
    text-transform: uppercase;
    color: #696969
}

#tabber .nav > li > a:hover,
#tabber .nav > li > a:focus,
#tabber .nav > li.active > a {
    background: none;
    background-image: url(http://cdn.myld.com.au/2/1164/o-reilly-dental_6ccfb17f4a.png);
    background-repeat: no-repeat;
    background-position: center left;
    font-weight: 400;
    color: #a0b90e
}

#gallery-wrap img {
    margin-bottom: 30px
}

#gallery-wrap img:hover,
#gallery-wrap img:focus {
    filter: alpha(opacity=75);
    opacity: .75;    
}

#map {
    height: 650px
}

#error {
    margin: 100px 0
}

#error h1 {
    color: #c33
}





/* -- FOOTER -- */

.footer,
.footer a {
    font-size: 14px;
    color: #767879
}

.footer a:hover {
    color: #a0b90e
}

#footer-top {
    position: relative
}

#footer-top .content {
    border: 1px solid black;
    margin: 20px;
    padding: 10px 40px
}

#footer-top li {
    list-style: none;
    padding: 5px 0
}

#footer-top li.address {
    line-height: 32px
}

#footer-top li.address strong {
    display: inline-block;
    width: 70px
}

#footer-top .brand {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: -1
}

#footer-bottom {
    background-color: #9d9fa0;
    padding: 20px 0;
    color: #696969
}

#footer-bottom li {
    display: inline-block;
    padding: 0 10px
    
}

#footer-bottom .copyright{
    position: relative;
    top: 2px
}

#ld_branding_link {
    position: relative;
    display: inline-block;
    top: 15px;
}


/* @media queries
-----------------*/
@media (min-width: 1200px) {    
    #header .brand {
        position: relative;
        top: 5px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {    
    #header .brand {
        position: relative;
        top: 5px
    }
    #header ul {
        margin-top: 60px
    }
    #header li:nth-child(2) {
        padding-right: 0;
        clear: right
    }
    #header li:nth-child(2):before {
        display: none
    }
    #navigation {
        margin-top: 0
    }
    #navigation .nav > li > a {
        padding: 0 0  20px 45px;    
    }
    
}

@media (max-width: 991px) { /*beginning of default fixed menu bar*/
    #header {
        position: relative;
        top: auto
    }
    #header .brand {
        margin: 10px auto
    }
    #navigation {
        display: none
    }
    #map {
        height: 350px
    }
}

@media (max-width: 767px) {
    #intro-wrap .cta .icon {
        padding: 20px
    }
    #intro-wrap .cta h3 {
        padding-left: 20px;
        padding-right: 20px
    }
    .service {
        margin-bottom: 50px
    }
    .title {
        padding: 10px 20px;
    }
}

@media (max-width: 480px) {
}
