container-fluid/*
Theme Name: GMF
Author: AmbionDigital
Author URI: ambiondigital.com.au 
Description: my practice blog for wordpress use.
Version: 1.0
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}

html, body{
    height: 100%;
}

a{
    color: #c35d29;
}

body {
    line-height: 1;
    background: #373838 !important;
    font-family: 'Montserrat', sans-serif !important;
    overflow-x: hidden;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

.container{
    padding-right: 15px;
    padding-left: 15px;
}
.container.mt40 {
    margin-top: 40px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

#logo{
    //width: 230px;
}

.banner-logo{
    float: left;
    z-index: 100;

    //width: 230px;
    position: absolute;
    //padding: 15px;
    //background: #1c1c1c;
    //border-left: 3px solid #757474;
    //border-right: 3px solid #757474;
}

.arrow-down-logo {
    position: absolute;
    margin-top: 160px;
    margin-left: 3px;
    z-index: 51;
    width: 0; 
    height: 0; 
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    border-top: 40px solid #1c1c1c;
}

.arrow-down-logo-border{
    position: absolute;
    margin-top: 160px;
    z-index: 50;
    width: 0; 
    height: 0; 
    border-left: 103px solid transparent;
    border-right: 103px solid transparent;
    border-top: 43px solid #757474;
}

.top-header-bar{
    width: 100%;
    top:0;
    position: absolute;
    margin-top: 0;
    background: #373838;
    height: 45px;
}

#phone-btn a{
    color: white;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    line-height: 45px;
    display: block;
    float: right;
    background: #1299db;
    background: linear-gradient(#149ddf, #0183c2);
    background: -webkit-linear-gradient(#149ddf, #0183c2);
    background: -moz-linear-gradient(#149ddf, #0183c2);
    background: -o-linear-gradient(#149ddf, #0183c2);
    padding: 0 15px;
}

.navbar {
    /*margin-top: 45px;*/
    margin-bottom: 0!important;
}

.container-fluid.logo-box {
    height: 45px;
}

.container-fluid.menu-box {
    background-color: #1c1c1c;
}

.container-fluid .navbar-inverse .navbar-inner {
    background-color: #1c1c1c;
    background-image: none;
    text-shadow: none;
    box-shadow: none;
    min-height: 49px;
    border-radius: 0;
}

.container-fluid .navbar-inverse .nav > li > a {
    color: #eeeeee;
    background-color: #1c1c1c;
    text-shadow: none;
}

.container-fluid .navbar-inverse .nav > li > a:hover {
    color: #eeeeee;
    background-color: #1c1c1c;
    text-shadow: none;
}
.navbar .btn-navbar {
    margin-top: 8px!important;
}

.nav-bar{
    width: 100%;
    top:0;
    position: absolute;
    margin-top: 45px;
    background: #1c1c1c;
    height: 50px;
}

.nav-collapse{

}


.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
    color: #e66625 !important;
    background-color: #1c1c1c;
}

.menu-main-nav-container{
    float: right;
}

.menu-main-nav ul, .menu-main-nav li{
    display: inline;
}

.menu-item a{
    padding: 10px 35px 10px 35px !important;
    text-decoration: none;
    line-height: 30px;
    display: block;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px !important;
    font-weight: bold;
    text-transform: uppercase;
    border-left: 1px solid #373838;
}
#footer .menu-item a{
    padding: 0 35px 0 35px !important;
}

.menu-item a:hover{
    color: #e66625 !important;
}

.footer-nav a{
    border-left: 0px solid #373838;   
}

.footer-nav a:hover{
    color: white !important;
}

.footer-nav{
    margin-top: 30px !important;
}

.menu-item:hover{
    color: #e66625;
}

.menu-item:last-child a{
    padding-right: 0px !important;
}

.menu-item:first-child a{
    border-left: none;
}

.navbar a:hover{
    color: #e66625;
}

.menu-main-nav-container a:hover{
    color: #e66625;
}

.menu-main-nav-container ul ul a{
    display: block;
}	

.menu-main-nav-container ul ul a:hover{
    display: block;
    color: #e66625;
}	

.menu-main-nav-container ul li{
    position: relative;
    height: 30px;
    float: left;
}

.menu-main-nav-container ul li:hover > ul{
    position: absolute;
    color: #e66625;
    opacity: 1;
}

#menu-item{
    color: #e66625;
}

#show-nav{
    display: none;
    background: #43AAE0;
}

#myCarousel{
    width: 100%;
    height: 500px;
    background: #373838;
    position: relative;
    overflow: hidden;
    max-width: 2000px;
    margin: 0 auto;
}

.item{
    height: 500px;
    background: #373838;
    overflow: hidden;
    position: relative;
}

.item img{
    width: 100%;
    overflow: hidden;
    margin-right: 50%;
}

.carousel {
    margin-bottom: 0;
}

.carousel-indicators li{
    margin-top: 35px;
    height: 15px;
    width: 15px;
}

.slider{
    margin-top: 0;
    width: 100%;
    height: 500px;
    min-height: 500px;
    background: #373838;
    position: relative;
    display: block;
}

.slider img{
    height: 500px;
    overflow: hidden;
    width: 2000px;
    max-width: none;
}

.item{
    width: 100%;
    max-width: 2000px;
    margin-left: auto ;
    margin-right: auto ;
    overflow: hidden;
    text-align: center;
}

.sliderImage{
    display: inline-block;
}

.inner-slider{
    position: absolute;
    top: 0;
    margin-top: 100px;
}

.inner-slider .slider-title {
    text-align: left;
}

.inner-slider h1{
    color: #fbfbfb;
    margin-bottom: -10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    padding: 15px;
    display: inline-block; 
    background: rgba(00, 00, 00, 0.75);
    margin: 0;
}
.inner-slider h1.npb {
    padding-bottom:0;
}
.inner-slider h1.npt {
    padding-top:0;
}

.slider-btn{
    background: linear-gradient(#ffffff, #d8d8d8);
    background: -webkit-linear-gradient(#ffffff, #d8d8d8);
    background: -moz-linear-gradient(#ffffff, #d8d8d8);
    background: -o-linear-gradient(#ffffff, #d8d8d8);
    width: 140px;
    padding: 0 15px 0 0px;
    height: 42px;
    margin-top: 20px;
    color: #5e5f60;
    border: 1px solid #a6a6a6;
}

.slider-btn a:hover{
    text-decoration: none;
}

.slider-btn h4{
    line-height: 30px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    margin: 7px 0;
}

.slider-btn {
    text-decoration: none;
}

.feature-bar{
    position: absolute;
    min-height: 120px;
    height: auto;
    background: rgba(00,00,00,0.7);
    width: 100%;
    bottom: 0;
    margin-bottom: 0;
}

.fpc{
    float: left;
    display: block;
    min-height: 130px;
    height: auto;
    font-family: 'Montserrat', sans-serif;
    font-size: 115px;
    text-align: center;
    color: #efefef;
    text-transform: uppercase;
    border-right: 1px solid grey;
    margin-right: -1px;
}

.fpc1{
    border-left: 1px solid grey;
    margin-right: -2px;
}

.fpc a{
    color: #efefef;
}

.fpc:hover{
    color: #e66625;
}



.fpcpad{
    padding: 40px 10px 20px 10px;
}

.tile-fpc{
    width: 20px;
    padding-bottom: 60px
}

.fpc img{
    width: 80px;
    height: 80px;
    position: absolute;
    margin-top: -40px;
    margin-left: -50px;
    margin-right: auto;
}

.right-arrow{
    display: inline-block;
    margin-left: 10px;
    width: 0; 
    height: 0; 
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #e66625;
}
.sidebar-container .right-arrow{
    vertical-align: bottom;
}

.right-arrow-sm{
    display: inline-block;
    position: absolute;
    margin-left: 10px;
    margin-top: 6px;
    width: 0; 
    height: 0; 
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 7px solid #e66625;
}

.page-banner-wrapper {
    width: 100%;
    overflow: hidden;
}

.page-banner{
    width: 2000px;
    /*margin-top:50px;
    min-height: 500px;*/
    height: auto;
    overflow: visible;
    /*right: 50px;*/
    text-align: center;
}

.page-banner img{
    width: 2000px;
    height: 250px;
    border-bottom: 1px solid #afafaf;
}

.page-heading{
    border-bottom: 1px solid #787878;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.page-heading h1{
    color: #efefef;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
}

/*========== Content ==========*/

.content{
    margin-top: 20px;
}

.pages{
    margin-top: -10%;
    float: left;
}

.content-wrap{
    padding: 10px 0px 50px 0px;
    color: #efefef;
    position: relative;
}

.content-wrap h1{
    color: #efefef;
    font-size: 28px;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.content-wrap h3{
    color: #cccccc;
    padding-bottom: 15px;
    font-size: 23px;
}

.content-wrap p{
    color: #efefef;
    font-size: 16px;
    line-height: 26px;
    padding: 5px 0 5px 0;
}

.content-wrap li{
    line-height: 30px !important;
    list-style-image: url('img/bullet.png');
}

.content-wrap a{
    color: white;
}

.gallery-thumb-container{
    /*height: 360px;*/
    width: 100%;    
    position: relative;    
}

.gallery-thumb{  
    /*padding-bottom: 35px;*/
    height: 360px;
    position: relative;
    /*margin: -1px;*/
    margin-bottom: 30px;
}

@media (max-width: 1119px) and (min-width: 980px) {
    .gallery-thumb.span4{
        height: 300px;
    }
    .overlay-inner h4 {
        font-size: 17px;
    }
}

.gallery-thumb img{
    background-color: #fff;
    /*border: 1px solid grey;*/
    height: 100%;
    width: 100%;
}

.gallery-thumb .image-box {
    height: 100%;
    width: 100%;
    background-size: cover;
    border: 1px solid grey;
    background-position: 50%;
}

.gallery-thumb .image-box img{
    width: auto;
    min-width: 370px;
    min-height: 360px;
}

.gallery-thumb-overlay{
    position: absolute;
    height: 65px;
    width: 80%;
    left: 7%;
    z-index: 1;
    background: rgba(40, 40, 40, 0.9);
    /*margin-top: -120px;*/
    color: #e2e2e2;
    padding: 13px;
    bottom: 20px;
    /*padding-bottom: 0;*/
}

.gallery-thumb-overlay h4{
    width:80%;
    float: left;
    text-transform: uppercase;
}

.gallery-thumb-overlay img{
    width: 35px;
    height: 35px;
    float: right;
    margin-top: 15px;
    border: none;
}

.overlay-inner{
    border-top: 1px solid grey;

    background-image: url('img/plus.png');
    background-repeat:no-repeat;
    background-attachment:fixed;
    background-position: right center;
}

.overlay-inner:hover{
    background-image: url('img/plus-orange.png');
    background-repeat:no-repeat;
    background-attachment:fixed;
    background-position: right center;
}

.gallery-thumb-overlay:hover{
    color: #e66625;
}

.image-set{
    display: none;
}
/*========== End Content ==========*/

/*========== Side Bar ==========*/

.sidebar-container{
    background: #4a4a4a;
    padding: 40px;
    position: relative;
    margin-bottom: 80px;
}
.sidebar-container.lastest-project{
    padding-bottom: 10px
}

.sidebar-heading{
    margin: 0 auto; 
    position: relative;
    text-align: center;
    border: 1px solid #696969;
    background: #3e3e3e;
}

.sidebar-heading h3{
    color: #efefef;
    text-transform: uppercase;
    font-size: 22px;
}

.sidebar-down-arrow{
    left: 50%;
    right:50%;
}

.sidebar-wrap{
    color: #efefef;
    margin-top: 20px;
}

.content-sidebar-wrap{
    color: #efefef;
    margin-top: 35px;
}

.sidebar-down-arrow-orange{
    position: absolute;
    left:50%;
    margin-left:-10px;
    width: 0; 
    height: 0; 
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #e66625;    

    z-index: 4;
}

.sidebar-down-arrow-mid{
    position: absolute;
    left:50%;
    margin-left:-30px;
    width: 0; 
    height: 0; 
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #3e3e3e;

    z-index: 3;
}

.sidebar-down-arrow-border{
    position: absolute;
    left:50%;
    margin-left:-32px;
    width: 0; 
    height: 0; 
    border-left: 32px solid transparent;
    border-right: 32px solid transparent;
    border-top: 32px solid #696969;    

    z-index: 2;
}

.sidebar-list{
    font-size: 16px;
    font-weight: bold;
    margin-top: 50px;
}
.sidebar-list.latest-project {
    margin-top: 40px;
}

.sidebar-list p{
    width: 100%;  
    font-size: 17px;
    padding: 20px 0 20px 0px;
    margin: 35px 0 -30px 0;
    border-top: 1px solid #848484;
}

.sidebar-list h5{
    width: 100%;    
    padding: 20px 0 20px 0px;
    margin: 35px 0 0 0;
    border-top: 1px solid #848484;
    font-size: 19px;
}

.sidebar-list ul{
    margin: 0;
    margin-top: 45px;
    margin-left: -10px;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    list-style-image: url('img/bullet.png');
}

.sidebar-list li{
    width: 100%;    
    padding: 20px 0 20px 20px;
    background-image: url('img/bullet.png');
    border-top: 1px solid #848484;
    background-repeat: no-repeat;
    background-position: 0px 50%;
}

.sidebar-list li a{
    color: #e66625;
}

.sidebar-list h4{
    font-size: 20px;
    padding: 15px 0 15px 0;
    border-top: 1px solid #848484;
    border-bottom: 1px solid #848484;
}

.sidebar-list a{
    color: white;
}

.sidebar-list a:hover{
    color: #e66625;
    text-decoration: none;
}

.sidebar-bottom-arrow{
    position: absolute;
    margin-top: 40px;
    width: 100%; 
    //height: 30px;
    left: 0;
}
.lastest-project .sidebar-bottom-arrow{
    margin-top: 10px;
}

.sidebar-bottom-arrow img{
    width: 100%; 
}

.contact-us-btn{
    width: 100%;
    height: 60px;
    background: #e66625;
    position: relative;
    text-align: center;
    z-index: 2;
}

.contact-us-btn a{
    color: white;
    font-weight: bold;
    font-size: 18px;
    line-height: 60px;
}

.contact-us-btn a:hover{
    color: #a84a1b;
}

.contact-btn-down-arrow-container{
    width: 100%;
    position: relative;
}

.contact-btn-down-arrow{
    position: absolute;
    margin-top: -10px;
    width: 100%; 
    z-index: 1;
    left: 0;
}

.contact-btn-down-arrow img{
    width: 100%;
}

.lastest-projects img{
    /*height: 180px;*/
    height: auto;
    width: 100%;   
}

.lastest-projects{
    width: 100%; 
    overflow: hidden;
}

#footer .container .row {
    position: relative;
    margin-bottom: 20px;
}


/*========== End Side Bar ==========*/

@media only screen and (min-width: 1200px){
    .small-logo-bar{
        display: none;
    }

    .gallery-thumb-container{
        margin-left: 28px;
    }
}


@media only screen and (max-width: 1200px){

    .feature-bar{
        background: #373838;
    }

    .page-banner img{
        /*width: 100%;
        height: 300px;
        margin-top: 150px;*/
    }

    .logo-container{
        //display: none;
    }

    .small-logo-bar{
        height: 150px;
        width: 100%;
        background: #1c1c1c;
        margin-top: 45px;
        position: relative;
        display: none;
    }

    .small-logo-bar img{
        height: 150px;
    }

    .small-banner{
        width: 100%;
        background: #1c1c1c;
        border-bottom: 1px solid #333;
    }

    .navbar .nav li:first-child {
        display: none;
    }

    .menu-item a{
        padding: 10px 30px 10px 30px !important;	
    }

    .content{
        /*margin-top: -150px;*/
    }

    .nav-bar{
        /*margin-top: 196px;*/
    }

    .slider{
        /*margin-top: 210px;*/
    }
}

@media only screen and (max-width: 979px){
    .fullwidth {
        padding-left: 0;
        padding-right: 0;
        width: 100%!important;
    }

    body{
        /*margin-top: -32px !important;*/
    }

    .logo-container{
        /*display: none;*/
    }
    .logo-container .banner-logo {
        margin-top: 45px;
    }
    .logo-container .banner-logo #logo {
        height: 90px;
    }

    #phone-btn a {
        float: none;
    }
    .feature-bar{
        border-bottom: 1px solid grey;
    }

    .container-fluid{
        padding: 0 0 0 0 !important;
    }

    .nav-collapse {
        margin-top: 80px;
    }

    .menu-main-nav-container {
        float: none;
    }

    .navbar .nav li:first-child {
        display: inherit;
    }

    .menu-item a {
        border: none;
    }

    .container-fluid .navbar-inverse .nav > li {
        height: 50px;
    }

    .slider{
        /*margin-top: 31px;*/
    }
}

@media only screen and (max-width: 767px){
    .fullwidth {
        padding-left: 0;
        padding-right: 0;
        width: 100%!important;
    }

    #phone-btn a {
        float: none;
    }

    .fpc img{
        display: none;
    }

    .fpc{
        position: relative !important;
        background: #373838;
        border: 1px solid grey;
    }

    .fpcpad{
        padding: 10px 10px 10px 10px;
    }

    .fpcpad h3 {
        font-size: 22.5px;
    }

    .page-banner{
        /*margin-top: -15px;*/
    }

    .logo-container{
        /*display: none;*/
    }
    .logo-container .banner-logo {
        margin-top: 45px;
    }
    .logo-container .banner-logo #logo {
        height: 90px;
    }

    .small-logo-bar img{
        height: 150px;
    }

    .feature-bar{
        background: #373838;
        border-bottom: 1px solid grey;
    }

    .page-banner img{
        /*width: 100%;
        height: 300px;
        margin-top: -100px;*/
    }

    .content{
        /*margin-top: -250px;*/
    }

    .footer-pattern-container{
        display: none;
    }

    .nav-collapse {
        margin-top: 80px;
    }

    .menu-main-nav-container {
        float: none;
    }

    .navbar .nav li:first-child {
        display: inherit;
    }

    .menu-item a {
        border: none;
    }

    .container-fluid .navbar-inverse .nav > li {
        height: 50px;
    }

    .slider{
        /*margin-top: -100px;*/
        height: 200px;
    }

    .inner-slider h1{
        font-size: 16px;
        padding: 5px;
    }

    .inner-slider{
        margin-top: 60px;
    }

    .slider img{
        min-width: 100%;
        max-width: none;
    }

    .menu-main-nav-container {
        float: none;
    }
    .menu-main-nav-container ul li {
        float: none;
    }
    #menu-main-nav-1 {
        margin-left: 0;
    }
    #footer .container .row .footer-nav {
        height: auto;
        margin-bottom: 30px;
    }
    #footer .container .row .footer-nav .menu-main-nav-container .menu .menu-item a {
        padding-left: 0!important;
        margin: 15px 0;
    }
    .footer-right.ztop {
        position: relative!important;
        right: 0;
    }

}

/*=========== Footer ===========*/

.wrap {
    min-height: 100%;    
    /* equal to footer height */
    margin-bottom: -200px; 
    position: relative;
}
.wrap:after {
    content: "";
    display: block;
}

#footer, .wrap:after {
    /* .push must be the same height as footer */
    min-height: 200px; 
    height: auto;
}

#footer{
    background: linear-gradient(#0082c1, #17a0e2);
    background: -webkit-linear-gradient(#0082c1, #17a0e2); 
    background: -moz-linear-gradient(#0082c1, #17a0e2); 
    background: -o-linear-gradient(#0082c1, #17a0e2); 
    color: white;
    position: relative;
    min-height: 240px; 
    height: auto;
    margin-top: 50px;
}

#footer p{
    line-height: 15px;
    font-size: 13px;
}

#footer h4{
    text-transform: uppercase;
    font-size: 13px;
    margin: 0 !important;
}

.footer-right{
    margin-top: 30px;
}
.footer-right a {
    color: white;
}
.footer-right.ztop {
    position: absolute;
    right: 0;
}

#footer span2{
    height: 160px;
}

#footer span6{
    height: 200px;
}

.footer-nav{
    height: 160px;
}

.footer-pattern-container{
    width: 160px;
    height: 160px;
    position: absolute;
    right: 0;
}

.footer-pattern{
    position: relative;
}

#footer-backing{
    position: relative;
}

.pattern-top{
    position: absolute;
    top: 0;
    width: 0; 
    height: 0; 
    border-left: 120px solid transparent;
    border-right: 120px solid transparent;
    border-top: 120px solid rgba(00, 00, 00, 0.09); 
}

.pattern-right{
    position: absolute;
    margin-left: 120px;
    width: 0; 
    height: 0; 
    border-top: 120px solid transparent;
    border-bottom: 120px solid transparent;
    border-right: 120px solid rgba(00, 00, 00, 0.07); 
}

.pattern-bottom{
    position: absolute;
    margin-top: 120px;
    top: 0;
    width: 0; 
    height: 0; 
    border-left: 120px solid transparent;
    border-right: 120px solid transparent;
    border-bottom: 120px solid rgba(00, 00, 00, 0.02);
}

.pattern-left{
    position: absolute;
    width: 0; 
    height: 0; 
    border-top: 120px solid transparent;
    border-bottom: 120px solid transparent;
    border-left: 120px solid rgba(00, 00, 00, 0.03); 
}

.push{
    //position: relative;
    clear: both;
    min-height: 100%; 
    //height: 100%;
}

/* lightbox */
.lb-container {
    padding: 15px!important;
}
.lb-outerContainer {
    -webkit-border-radius: 0!important;
    -moz-border-radius: 0!important;
    -ms-border-radius: 0!important;
    -o-border-radius: 0!important;
    border-radius: 0!important;
}
.lb-dataContainer {
    background-color: white;
    -moz-border-radius-bottomleft: 0!important;
    -webkit-border-bottom-left-radius: 0!important;
    border-bottom-left-radius: 0!important;
    -moz-border-radius-bottomright: 0!important;
    -webkit-border-bottom-right-radius: 0!important;
    border-bottom-right-radius: 0!important;
}
.lb-data .lb-details {
    padding-left: 15px;
    padding-bottom: 15px;
    min-height: 27px;
}
.lb-data .lb-caption {
    color: #666666;
}
.lb-data .lb-close {
    color: white;
    background-image: url(../img/close.png) top right no-repeat!important;
    background-color: #282828!important;
    background-size: 10px 10px!important;
    background-position: 5px 5px!important;
    width: 20px!important;
    height: 20px!important;
    margin-right: 15px;
}