/*
Theme Name: Scato Plus Website Theme
Theme URI: scatoplus.com.au
Description: Theme for Scato Plus Website
Author: Ged Gaskell
Author URI: http://gedgaskell.com.au
Template: scatoplus
Version: 1.0

*/



/* WEB FONTS */

/** Generated by FG **/
@font-face {
	font-family: 'Bellota-LightItalic';
	src: url('fonts/Bellota-LightItalic.eot');
	src: local('☺'), url('fonts/Bellota-LightItalic.woff') format('woff'), url('fonts/Bellota-LightItalic.ttf') format('truetype'), url('fonts/Bellota-LightItalic.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/** Generated by FG **/
@font-face {
	font-family: 'Bellota-Bold';
	src: url('fonts/Bellota-Bold.eot');
	src: local('☺'), url('fonts/Bellota-Bold.woff') format('woff'), url('fonts/Bellota-Bold.ttf') format('truetype'), url('fonts/Bellota-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/** Generated by FG **/
@font-face {
	font-family: 'Bellota-Regular';
	src: url('fonts/Bellota-Regular.eot');
	src: local('☺'), url('fonts/Bellota-Regular.woff') format('woff'), url('fonts/Bellota-Regular.ttf') format('truetype'), url('fonts/Bellota-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/** Generated by FG **/
@font-face {
	font-family: 'Bellota-BoldItalic';
	src: url('fonts/Bellota-BoldItalic.eot');
	src: local('☺'), url('fonts/Bellota-BoldItalic.woff') format('woff'), url('fonts/Bellota-BoldItalic.ttf') format('truetype'), url('fonts/Bellota-BoldItalic.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}




/*CSS RESET */

html, body, div, span, applet, object, iframe, 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;
}
body {
	line-height: 1;
         -webkit-text-size-adjust: 100%;
}
ol, ul {
/*	list-style: none;*/
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear
{
    display: block;
    clear:both;
}


html,body
{
/*    width: 100%;*/
/*    width: 100%;
    height: 100%;*/
/*    min-width:1250px;*/
}

.alignleft, img.alignleft {
margin-right: 1.5em;
display: inline;
float: left;
}
.alignright, img.alignright {
margin-left: 1.5em;
display: inline;
float: right;
}
.aligncenter, img.aligncenter {
margin-right: auto;
margin-left: auto;
display: block;
clear: both;
}
.alignnone, img.alignnone {
/* not sure about this one */
}


/*CUSTOM STYLES*/
strong
{
    font-weight: bold;
}
em{
    font-style: italic;
}

a
{
    text-decoration: none;
    color:#b47344;
}
a:hover
{
    text-decoration: underline;
}
ol,ul
{
    margin-left: 20px;
}
li 
{
    margin-bottom: 20px;
}
.menu-main-menu-container ol, .menu-main-menu-container ul,.menu-main-menu-container li
{
    list-style: none;
    margin:0;
    display: inline;
}
body{
    background: url('bg-texture.jpg') repeat center center;
    background-size: 243px 182px;
    font-family: "Helvetica Neue","Helvetica", Arial, sans-serif;
    font-size: 17.5px;
}
p
{
    line-height: 1.25;
    
}
#container
{
    min-width: 1200px;
    overflow: hidden;
}

h1,h2,h3,h4,h5,h6
{
    font-family: "Bellota-Regular";
    font-weight: normal;
    line-height: 1.25;
}
h1 strong,h2 strong,h3 strong,h4 strong,h5 strong,h6 strong
{
    font-weight: normal;
    font-family: "Bellota-Bold";
}
h1 em,h2 em,h3 em,h4 em,h5 em,h6 em
{
    font-style: normal;
    font-family: "Bellota-LightItalic";
}
#header
{
    height: 72px;
    background: #aca942;
    display: block;
}
.section
{
    
    margin:auto;
}
#header-image
{
    width:266px;
    height: 72px;
    float:left;
}
#main-menu
{
    float:left;
    width:880px;
    /*overflow: hidden;*/
    white-space: nowrap;
}
#main-menu a
{
    line-height: 72px;
    display: inline-block;
    /*float:left;*/
    padding-right: 15px;
    padding-left: 15px;
    color:white;
    font-family: "Bellota-LightItalic";
    font-size: 22px;
    text-decoration: none;
    
}
#main-menu a:hover
{
    background: #87a942;
}
#main-menu .current_page_item a
{
    background: #87a942;
}
#home-slider
{
/*    height: */
    position: relative;   
    min-height: 250px;
    display: block;
    overflow: hidden;
    width: 100%;
    margin-bottom: -1px;
    
    
}
#home-slider.homepage-slider
{
    min-height: 500px;
}
#slider-controls
{
    height: 50px!important;
    width: 100%;
    display: block;
    background-color:rgba(255,255,255,0.3);
    position: absolute;
    left:0px;
    bottom: 0px;
    z-index: 100;
    text-align: center;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
#slider-go-left
{
    
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url('SliderArrowLeft.png');
    margin-right: 20px;
    cursor: pointer;
}
#slider-go-right
{
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url('SliderArrowRight.png');
    margin-left: 20px;
    cursor: pointer;
}
.slider-go-dot
{
    display: inline-block;
    width: 30px;
    height: 50px;
    background: url('SliderDot.png');
    cursor: pointer;
}
.current-dot
{
    background: url('SliderDotSelected.png');
}
#slider-caption
{
    width:600px;
    min-height: 10px;
    background: #024b5f;
    right:0px;
    top:40px;
    z-index: 80;
    position: absolute;
    font-family: "Bellota-Bold";
    font-size: 32px;
    color:white;
    padding:25px;
    line-height: 1.3;
    margin: 0;
 
}
#slider-link
{
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    background: rgba(255,255,255,0);
}
#home-slider img
{
    width: 100%;
    
    height:auto!important;
    position: absolute;
    display: block;
    top:0px;
    left: 0px;
    display: block;
    
}
.contact-slider img
{
    min-width: 100%;
    width:auto!important;
    height:auto!important;
 
}
.contact-slider #slider-caption
{
    width:743px;
}

.section
{
    min-height: 5px;
    text-align: center;
}
.section-half_width_section
{
    width: 50%;
    float:left;
}
.section-half_width_section .section-even
{
    
}
.section-heading
{
    background:#87a942;
    
    padding:0;
    margin:0px;
    min-height: 1px;
    display: block;
    
}
.section-even .section-heading
{
    background:#b47344;
}
.section-even
{
    clear:both;
}


.section-heading-inner
{
    text-align: left;
    width:100%;
    max-width: 1200px;
    display: inline-block;
}
.section-content
{
    text-align: left;
    width:100%;
    max-width: 1200px;
    display: inline-block;
    
}
.section-half_width_section .section-heading-inner, .section-half_width_section .section-content
{
    max-width: 575px;
}
.section-heading h2
{
    
    display: block;
    color:white;
    font-size: 32px;
    text-align: left;
    margin: 0px;
    padding: 0;
}


.section-content img
{
    max-width: 100%;
    height: auto!important;
}
.section-content-padding
{
    padding:30px;
    text-align: left;
}
.section-heading .section-content-padding
{
    padding:15px;
    padding-left: 30px;
    padding-right: 30px;
}
.content-half
{
    width: 49%;
/*    float:left;*/
    max-width: 600px;
    vertical-align:top;
}
.section-half_width_section
{
    text-align: left;
}
.section-half_width_section.section-even
{
    text-align: right;
    
}

#subfooter
{
    
    background:#02495b;
    min-height: 100px;
    color:white;
    
}
#footer-menu
{
    color:#02495b;
    text-align: center;
}
#footer
{
    background:#02495b;
    padding: 15px;
    text-align: center;
    font-size: 12px;
    color:white;
}
#footer a
{
    color:white;
}
#footer-menu li
{
    display: inline-block;
}
#footer-menu a
{
    line-height: 60px;
    display: inline-block;
    padding-right: 20px;
    padding-left: 20px;
    color:#02495b;
    font-family: "Bellota-LightItalic";
    font-size: 20px;
    text-decoration: none;
    
}

#footer-menu .current-menu-item a
{
    font-family: "Bellota-BoldItalic";
    
}


.gallery-img
{
    display: inline-block;
/*    float:left;*/
    width: 30%;
    margin-right: 1.51%;
    margin-left: 1.51%;
/*    margin-right:35px;*/
    margin-bottom:35px;
    text-align: left;
    vertical-align: top;
}
.gallery-img a
{
    width:100%;
    height: auto!important;
    overflow: hidden;
    vertical-align: middle;
}
.gallery-img img
{
    width:100%;
    height: auto!important;
}
.photo-caption
{
    margin-top: 20px;
}
#contact-header
{
    width:700px;
    height: 356px;
    background: url('ContactFrame.png');
    position: absolute;
    z-index: 20;
    right:93px;
    top:147px;
    
}
.contact-details
{
    float: right;
    width: 45%;
    margin-top: 20px;
    color: white;
    padding-right: 5%;
}
#contact-email-button
{
    width:232px;
    height: 57px;
    display: block;
    background: url('SendEmail.png') no-repeat center center;
    position: absolute;
    z-index: 30;
    top: 260px;
    right: 399px;
    
}
.expander
{
    display: none
}


#responsive-menu-button
{
    display: none;
}

#login-form
{
    width: 433px;
    height: 132px;
    position: relative;
    background: url('LoginFormBG.png') no-repeat top left;
}
#loginbutton
{
    font-family: "Bellota-Regular";
    font-size: 24px;
    padding: 15px 30px;
    background: #87a942;
    cursor: pointer;
    display: inline-block;
    color:white;
}

#cl_username
{
    position: absolute;
    top:8px;
    border:0;
    background: transparent;
    left: 10px;
    font-size: 18px;
    width: 400px;
    height: 42px;
}

#cl_password
{
    position: absolute;
    top:84px;
    border:0;
    background: transparent;
    left: 10px;
    font-size: 18px;
    width: 400px;
    height: 42px;
}
#top-logout
{
    background: url('LogoutTop.png') no-repeat center center;
    width:267px;
    height: 99px;
    display: block;
    position: absolute;
    top: 10%;
    right: 10%;;
    z-index: 100;
}

/*CSS for slightly smaller displays*/
@media screen and (max-width: 1200px),screen and (max-device-width: 1200px) { 

    #container
    {
        min-width: 1050px;
    }
    #main-menu a
    {
        font-size: 19px;
        padding-left: 10px;
        padding-right: 10px;
    }
    #main-menu
    {
        width: 720px;
    }
    
    
    
}


/*CSS for slightly smaller displays*/
@media screen and (max-width: 1050px),screen and (max-device-width: 1050px)  { 

    
    #container
    {
        min-width: 900px;
    }
    #main-menu a
    {
        font-size: 18px;
        padding-left: 10px;
        padding-right: 10px;
        
        font-size: 16px;
        padding-left: 8px;
        padding-right: 8px;
    }
    #main-menu
    {
        width: 620px;
    }
/*    .gallery-img
    {
        margin-right: 25px;
    }
    .gallery-img,.gallery-img img
    {
        width:250px;
    }
    */
  
    
  
}
        
        