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

/* @imports
--------------*/

@import url("http://cdn.myld.com.au/1/css/bootstrap/plugins/font-awesome.css");
@import url('http://cdn.myld.com.au/1/js/fancybox2/jquery.fancybox.css');
/* Uncomment next line if thumbnails are required in the modal view */
/*@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
--------------*/

/* @general styles
-----------------*/

body {
    background: #ccc url(http://cdn.myld.com.au/2/23/metalmaster-fabrication_3586848572.png) !important;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
}

.top-bg {
    width: 963px;
    height: 118px;
    background: rgb(28, 94, 141);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 1px 1px 5px #000;
}

#logo {
    width: 200px;
    margin: 0 auto;
    padding-top: 6px;
}

/*--slider--*/

.slider-holder {
    width: 963px;
    margin: 9px auto 0;
}

#slider {
    height: 314px;
}

a.prev, a.next {
    position: absolute;
    width: 39px;
    height: 38px;
    bottom: 359px;
    text-indent: -99999%;
    z-index: 9999;
    transition: all 0.2s ease;
}

a.prev {
    background: none;
}

a.prev:hover {
    background-image: none;
}

a.next {
    background: none;
}

a.next:hover {
    background-image: none;
}

/*--slider--*/

/*--navbar--*/

.navbar-placeholder {
    width: 963px;
    border-top: 3px solid #000000;
    background: rgb(28,94,141);
    background: -moz-linear-gradient(top, rgba(28,94,141,1) 0%, rgba(12,34,63,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(28,94,141,1)), color-stop(100%,rgba(12,34,63,1)));
    background: -webkit-linear-gradient(top, rgba(28,94,141,1) 0%,rgba(12,34,63,1) 100%);
    background: -o-linear-gradient(top, rgba(28,94,141,1) 0%,rgba(12,34,63,1) 100%);
    background: -ms-linear-gradient(top, rgba(28,94,141,1) 0%,rgba(12,34,63,1) 100%);
    background: linear-gradient(to bottom, rgba(28,94,141,1) 0%,rgba(12,34,63,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c5e8d', endColorstr='#0c223f',GradientType=0 );
    margin: 0 auto;
}

.navbar .navbar-nav > .active > a {
    color: #fff;
    background: none;
        box-shadow: inset 0px 0px 10px #000000;
    -moz-box-shadow: inset 0px 0px 10px #000000;
    -webkit-box-shadow: inset 0px 0px 10px #000000;
    background: transparent;
}

.navbar-collapse .nav > li > a {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
}

.navbar-collapse .nav > li {
    text-align: right;
    list-style: none;
    padding: 0;
    border-left: 1px solid #777;
    float: left;
}

.navbar-collapse .nav > li:nth-child(5) {
    border-right: 1px solid #777;
}

.nav>li>a:hover, .nav>li>a:focus {
    color: #fff;
    background: none;
    box-shadow: inset 0px 0px 10px #000000;
    -moz-box-shadow: inset 0px 0px 10px #000000;
    -webkit-box-shadow: inset 0px 0px 10px #000000;
    background: transparent;
}

.nav>li>a {
    padding: 0px 20px 0px 20px;
    text-decoration: none;
    color: #fff;
    height: 50px;
    line-height: 50px;
}

.navbar-collapse .navbar-nav {
    float: none;
    text-align: center;
    width: 645px;
    margin: 0 auto;
}

/*--navbar--*/

.content-container {
    width: 963px;
    line-height: 16px;
    min-height: 300px;
    background: #ffffff !important;
}

.home-h3 {
    color: #000000;
    font-size: 25px;
    font-style: normal;
    font-weight: bold;
    margin-top: 23px;
}

.content-row {
    padding-left: 10px;
    padding-right: 10px;
}

.blue-heading {
    color: #eee;
    background: #1C5E8D;
    padding: 8px 0;
    text-indent: 10px;
    border-radius: 15px;
    font-family: "Helvetica Neue", Helvetica;
    font-size: 23px;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 36px;
}

.health-safety-logo, .quality-logo {
    float: left;
    width: 50%;
    padding-left: 15px;
}

.health-safety-logo img, .quality-logo img {
   border-radius: 10px; 
}

.no-pad {
    padding: 0;
}

.pad-right {
    padding-right: 5px;
}

.content-border {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 15px;
}

.content-border p {
    font-size: 15px;
    color: #000;
}

.content-container p {
    font-size: 15px;
    color: #000;
}

.kevin-text {
    margin-top: 20px;
}

hr {
    width: 100%;
    margin: 15px 0;
    border: 0;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #ffffff;
}

.kevin {
    width: 200px;
    height: 212px;
    border-radius: 10px;
}

.thumbnail-img {
    display: block;
    padding: 4px;
    line-height: 1;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
}

[class^="icon-"], [class*=" icon-"] {
    display: inline-block;
    width: 16px;
    height: 14px;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url(../img/glyphicons-halflings.png);
    background-position: 14px 14px;
    background-repeat: no-repeat;
}

.no-pad-right {
    padding-right: 0px
}

.dee-top {
    padding-top: 90px;
}

.roof-logo, .support-logo {
    float: left;
} 

.roof-logo {
    width: 200px;
}

.support-logo {
    width: 130px;
    position: relative;
    top: -20px;
    left: 70px;
}

.logo-content-holder {
    padding-top: 20px;
}

/*--footer--*/

.footer-content-container {
    width: 963px;
    line-height: 16px;
    background: #333;
    padding: 0 0 5px;
}

.footer-btm {
    width: 963px;
}

/*--gallery--*/

.gallery-holder {
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
}

body:not(:-moz-handler-blocked) 
.pool-module-holder-bg {
    margin: -40px auto 0;
}

@media screen and (min-width:0\0) {
.pool-module-holder-bg {
    margin: -40px auto 0;
}
    
}

#fancybox-loading div {
    display: none;
}

.my-gallery {         
    padding:0;
    margin:0;
}

.gallery-li {     
    list-style:none;
    margin-bottom: -20px;          
}
      
.nmy-gallery .gallery-li img {
    cursor: pointer;
}

.thumbnail>img, .thumbnail a>img {
    border-radius: 5px;
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: transparent;
    border: none;
    border-radius: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

/*--gallery--*/

.grey-footer {
    background: #333;
    padding: 10px 0 20px;
}

.white-footer {
    background: #fff;
    height: 30px;
}

.navigation {
    margin-top: -5px;
    margin-left: -20px;
    padding-bottom: 20px;
}

.navigation li {
    list-style-type: none;
    float: left;
    width: auto;
    height: 16px;
    border: none;
}

.navigation li a {
    color: #fff;
    border-color: #fff;
}

.navigation li a {
    line-height: 45px;
    text-align: center;
    font-family: "Helvetica Neue", Helvetica;
    font-size: 12px;
    text-decoration: none;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    border-right: solid 1px #fff;
}

li:last-child a {
    border-right: none;
}

.ls-logo {
    margin-top: 5px;
}

/*--footer--*/

/*--services--*/

.serv-content-row {
    margin-top: 25px;
    padding-left: 10px;
    padding-right: 10px;
}

.serv-title {
    font-size: 25px;
    margin: 0 0 15px;
    color: #000000;
    width: 100%;
    border-bottom: 1px solid #000000;
    font-style: italic;
    font-weight: bold;
    line-height: 18px;
}

.serv-gallery-holder {
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
}

/*--gallery services--*/

.no-pad2 {
    padding: 5px;
}

.thumbnail2>img {
    border-radius: 0 !important;
}

.thumbnail2 {
    padding: 4px;
    border-radius: none;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
}

.rm-logo {
    margin-top: 50px;
    margin-left: 15px;
    padding-bottom: 20px;
}

.rm-logo img {
    width: 250px;
}

/*--services--*/

/*--products--*/

.products-img {
    margin-top: 10px;
}

.products-h3 {
    clear: both;
    color: #EEE;
    text-align: center;
    background: #1C5E8D;
    border-radius: 16px;
    padding: 7px 0;
    font-size: 17px;
    font-style: italic;
    margin-bottom: 10px;
    line-height: 27px;
    margin-top: 10px;
}

.color-bond {
    margin-top: 20px;
}

.color-bond img {
    width: 280px;
    margin: 0 auto;
    padding-bottom: 50px;
}

/*--products--*/

/*--image gallery--*/

.thumbnail3 {
    background: none repeat scroll 0 0 #F2F2F2;
    border: 1px solid #E1E1E1;
    padding: 5px;
}

.thumbnail3>img {
    border-radius: 0;
}

/*--image gallery--*/

/*--contact--*/

.contact-h2 {
    font-size: 20px;
}

.contact-content-row {
    width: 90%;
    margin: 0 auto;
}

form {
    padding: 17px 20px 18px;
    margin-top: -10px;
    margin-bottom: 18px;
    background-color: #f5f5f5;
    border-top: 1px solid #e5e5e5;
}

label, input, button, select, textarea {
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
}

form input[type=text], form input[type=email], form input[type=search], form input[type=password] {
    display: inline-block;
    padding: 10px;
    border: 1px solid #b3b3b3;
    background: #b3b3b3;
    color: #000000;
    margin-bottom: 10px;
}

.form-control {
    border: 1px solid #b3b3b3;
    background: #b3b3b3;
    color: #000000;
    width: 320px;
    padding: 10px;
    margin-bottom: 30px;
}

.captcha-answer {
    max-width: 320px;
    width: 320px;
}

#map-holder {
    height: 170px;
    margin-top: 30px;
}

.contact-details {
    margin-left: 30px;
}

.btn-contact {
    background: rgb(92,173,214);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…IgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, rgba(92,173,214,1) 0%, rgba(92,173,214,1) 1%, rgba(10,14,10,1) 99%, rgba(10,8,9,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(92,173,214,1)), color-stop(1%,rgba(92,173,214,1)), color-stop(99%,rgba(10,14,10,1)), color-stop(100%,rgba(10,8,9,1)));
    background: -webkit-linear-gradient(top, rgba(92,173,214,1) 0%,rgba(92,173,214,1) 1%,rgba(10,14,10,1) 99%,rgba(10,8,9,1) 100%);
    background: -o-linear-gradient(top, rgba(92,173,214,1) 0%,rgba(92,173,214,1) 1%,rgba(10,14,10,1) 99%,rgba(10,8,9,1) 100%);
    background: -ms-linear-gradient(top, rgba(92,173,214,1) 0%,rgba(92,173,214,1) 1%,rgba(10,14,10,1) 99%,rgba(10,8,9,1) 100%);
    background: linear-gradient(top, rgba(92,173,214,1) 0%,rgba(92,173,214,1) 1%,rgba(10,14,10,1) 99%,rgba(10,8,9,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5cadd6', endColorstr='#0a0809',GradientType=0 );
    color: #ffffff;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    width: 100px;
    margin-left: 10px;
}

/*--contact--*/

/* @media queries
-----------------*/

@media (max-width: 768px) {
    
.top-bg {
    width: auto;
}
    
.slider-holder {
    width: auto;
}
    
.content-container {
    width: auto;
}
    
.thumbnail-img {
    width: 200px;
}
    
.kevin {
    height: auto;
}
   
.no-pad-right {
    padding-bottom: 20px;
}
    
.thumbnail2>img {
    width: 100%;
}
    
}

@media (max-width: 991px) { 

}

@media (max-width: 767px) {
    
}

/* iPhone */

@media only screen  
and (max-device-width : 568px) { 
    
}
    
@media (max-width: 480px) {
    
.blue-heading {
    font-size: 20px;
}
    
.support-logo {
    top: 20px;
    left: 0;
    clear: both;
}
    
}

@media (max-width: 1200px) {
    
}

/* small desktop */
@media (min-width: 992px) and (max-width: 1199px) {
    
}


/* iPads (landscape) */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
    
}

/* iPads (portrait) */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
    
.top-bg {
    width: auto;
}
    
.slider-holder {
    width: auto;
}
    
.content-container {
    width: auto;
}
    
.thumbnail-img {
    width: 200px;
}
    
.kevin {
    height: auto;
}
    
.no-pad-right {
    padding-bottom: 20px;
}
    
.thumbnail2>img {
    width: 100%;
}
    
}


