/*
Theme Name: TJM Airport West
Theme URI: https://tjmairportwest.com.au
Author: Ashton Armani
Author URI: https://ashtonarmani.com.au
Description: Custom business theme for TJM Airport West
Version: 1.0
*/

/* Global Styles */

@font-face{font-family:'Nidex';
src:url(fonts/nidex-1_1-webfont.eot);
src:url(fonts/nidex-1_1-webfont.eot?#iefix)
format('embedded-opentype'),url(fonts/nidex-1_1-webfont.woff)
format('woff'),url(fonts/nidex-1_1-webfont.ttf)
format('truetype'),url(fonts/nidex-1_1-webfont.svg#nidexregular)
format('svg');
font-weight:normal;
font-style:normal;
}

html,
body {
    height: 100%;
}

h1,h2,h3,h4,h5,h6{text-transform: uppercase;}

.nidex{font-family: "Nidex";}

.tyellow{color:#fff000;}

.page5 h2{font-size:23px;}
.f20{font-size:20px;}


/*Buttons */
.btn{text-transform: uppercase;}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #fff000;
  background-color: #222;
  border-color: #fff;
}

#topbar{
    background: #222;
    color: #fff;
    line-height: 30px;
}

#topbar ul{
    margin-bottom:0;
}

#topbar ul a{
    color: #fff;
    text-decoration: none;
}

#topbar ul a:hover{
    color: #fff000;
    text-decoration: none;
}

/*Navbar*/
.navbar{
    min-height:70px;
    margin-top:0px;
    margin-bottom:0px;
}

.navbar-header{
    padding-top:5px;
}
.navbar-collapse{padding:0;}
.nav{margin-top: 20px;padding-left: 40px;}
.nav>li{
    text-transform: uppercase;
}

.navbar-default .navbar-nav>li>a {
  color: #000;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
background-color: #000;
color:#fff000;
}

.nav>li>a{
  padding:10px 10px;
}

.navbar-default {
  background:none;
  border:none;
}
.navbar-default .navbar-toggle {
  border:none;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border: none;
}

.navbar-brand{padding:10px 0;}
.brand{max-width:200px;}

/* Change this when adding the sale button. (Left = sale button live, Right = no sale button */
#menu-main-menu{float:right;}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

/* Home Page Carousel */

header.carousel {
    height: 45%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.carousel .line1, .carousel .line2{
    text-transform: uppercase;
    padding:0;
}

.carousel .line1{
    line-height: 15px;
    font-size: 20px;
    letter-spacing: -0.05em;
}

.carousel .line2{
    line-height: 15px;
    font-size: 30px;
}

.carousel .bottom-left{
    text-align: left;
}

.carousel .bottom-right{
    text-align: right;
}

.carousel .top-left{
    top: 20px !important;
    text-align: left;
}

.carousel .top-right{
    top: 20px !important;
    text-align: right;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

/* Footer Styles */

footer {
    margin: 50px 0 0 0;
    padding: 30px;
    background: #222;
    color:#fff;
}

footer h4{
    margin-bottom:30px;
    text-transform: uppercase;
}

footer .list-company-info li{
    padding: 5px 0;
}

footer .list-company-info li:first-child{
    padding-bottom: 20px;
}

footer .list-company-info li span{
    padding-right: 30px;
}

footer .list-site-links li{

    padding: 5px;
    text-transform: uppercase;
}


footer .list-site-links li a{
    color: #fff;
}

footer .list-site-links li a:hover{
    text-decoration: none;
    color: #fff000;
}

footer .list-site-links li span{
    padding-right: 30px;
}

footer .list-latest-news li{
    margin-bottom:20px;
}

footer .list-latest-news .row{
    background: #1d1d1d;
    padding:20px 0px;
}

footer .list-latest-news .row p{
    padding:0;
    margin:0;
    line-height: 35px;
}
footer .list-latest-news .row a{
    color: #fff;
}

footer .list-latest-news .row a:hover{
    text-decoration: none;
    color: #fff000;
}

#mcform{
    background:#fff url('img/background_sos.png') repeat;
    height:0px;
    width:100%;
    position:fixed;
    bottom:0;
    display:none;
    box-shadow: 0px 0px 4px 0px rgba(119, 119, 119, 0.75);
    -moz-box-shadow: 0px 0px 4px 0px rgba(119, 119, 119, 0.75);
    -webkit-box-shadow: 0px 0px 4px 0px rgba(119, 119, 119, 0.75);
    }
    
/* Catalogue Page */
.list-catalogues li{
    display: inline-block;
    padding:10px;
}

.img-hover {
    position: relative;
    width: 100%;
}
.img-hover img {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}
.img-hover .button {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%)
}
.img-hover:hover img {
  opacity: 0.3;
}
.img-hover:hover .button {
  opacity: 1;
}
.img-hover .button a {
  background-color: #000;
  color: #fff000;
  font-size: 16px;
  padding: 16px 32px;
}
.img-hover .button a:hover {
  text-decoration: none;
}
.featherlight-content {background-color:transparent !important;}

.featherlight-loading .featherlight-content {background-color:transparent;}
.featherlight-loading .featherlight-close-icon {display:none;}
.featherlight-loading .featherlight-previous {display:none;}
.featherlight-loading .featherlight-next {display:none;}

.spinner {

}
.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}


/* Responsive Styles */


@media only screen and (min-device-width:700px){
    #mcform{
        height:610px;
        width:50%;
        right:20px;
        bottom:70px;
    }
    .navbar-brand{padding:15px 15px;}
    .brand{max-width:300px;}
    
    .carousel .line1{
    line-height: 30px;
    font-size: 40px;
    letter-spacing: -0.05em;
}

@media only screen and (min-device-width:1100px){
    #mcform{
    width:30%;
    }  
}



.carousel .line2{
    line-height: 30px;
    font-size: 60px;
}
}

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}


@media (max-width: 1199px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}