/*
Theme Name: AMCN Theme
Theme URI: http://amcn.com.au/
Author: 
Author URI: 
Description: A theme for amcn.com.au
Version: 2.0-wpcom
License: 
License URI: 
Text Domain: amcn_theme
Domain Path: /languages/
Tags:

*/

/*--------------------------------------------------------*\
  iLightBox Gallery
\*--------------------------------------------------------*/
#gallery {
    overflow: auto;
}

#gallery .column {
    position: relative;
    padding: 1;
}

#gallery .column.overlay-red, #gallery .column .btn {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

#gallery .wrapper-image {
    display: block;
    height: 300px;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

@media (min-width: 768px) {
    #gallery .wrapper-image {
        height: 440px;
    };
}

#gallery span.btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    /*border-color: #ffffff;*/
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    color: #d70926;
}
@media (max-width: 1380px) {
    #site-skins,#left-skin,right-skin {
        display: none;
    };
}


/*Banner Image*/

@media only screen and (max-width: 1024px) {
/* #main .page-image {
   height: 950px;

  }
   body{
   background-color: blue;
  }*/
  
}
@media only screen and (max-width: 768px) {

  #main .page-image {
    height: 340px;
  }
 /* body{
    background-color: yellow;
  }*/
  
}
@media only screen and (max-width: 425px) { 

  #main .page-image {
    height: 280px;
  }
 /* body{
    background-color: green;
  }*/
}

@media only screen and (max-width: 375px) {
   #main .page-image {
    height: 240px;
  }
  /*body{
   background-color: #aabbcc;
  }*/
}

@media only screen and (max-width: 320px) {
   #main .page-image {
    height: 220px;
  }
 /* body{
    background-color: red;
  }*/
}


#main .billboard .image.image-as-bg {
  height: 408px;
  width: 100%; 
}

#main .billboard h2 {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 0; 
    font-size:18px;
    /*font: 100 2.4rem/1.1 "Amplitude-Black";*/
    padding: 8px 0;
}

#main .billboard .owl-dots{
  display: none;
}
#main .filter
{
      margin-top: 10px;
}

@media (max-width: 992px) {
  #main .billboard .image.image-as-bg {
    height: 420px; }
  #main .billboard h2 {
    font-size: 24px; }
   }

@media (max-width: 768px) {
  #main .billboard .image.image-as-bg {
    height: 380px; }
  #main .billboard h2 {
    font-size: 21px; } 
  }

@media (max-width: 480px) {
  #main .billboard .image.image-as-bg {
    height: 280px; }
  #main .billboard h2 {
    font-size: 18px; } }

#site-skins>div
{
    top: 103px;
}