﻿html {
    background-color: #FFF;
    margin: 0;
    padding: 0;
    overflow-x: hidden !important

}

body {
    background-color: #fff;
    color: #333;
    font-size: .85em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    height: 100%;
}

.border{
    border: 1px solid #aaaaaa;
}

a {
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: none;
}

    a:link, a:visited,
    a:active, a:hover {
        color: #333;
        text-decoration: none;
    }

    a:hover {
        color: #3d7cff;
    }

A.interestbutton:link{padding: 5px; max-width: 300px;color: #FFF; display: block; background: #fe9808;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px; margin: 0 auto 20px auto;}
A.interestbutton:visited{padding: 5px; color: #FFF; display: block; background: #fe9808;}
A.interestbutton:hover{background: #ff6a00;}

A.gallery:link{text-decoration: none; width:100%; display: block;  margin-top:10px; background-color: #fe9808; color: #ffffff; text-align: center; padding: 3px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; margin-top: 10px;}
A.gallery:visited{color: #FFF; display: block;}
A.gallery:hover{background: #aaaaaa;}


A.dark:link{color: #FFF; }
A.dark:visited{color: #FFF;}
A.dark:hover{color: #ff6a00;}

img{
    max-width:100%;
    max-height:100%;
}
.min320{
    min-height: 320px;
}
header, footer, hgroup,
nav, section {
    display: block;
}

.centered{
    text-align: center;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}
rounded{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.left {
    float: left;
}

.right {
    float: right;
}
.centre{
    text-align: center;
}
.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

.nocover {
    background-size: initial;
}

.whitetext{
    color: #FFF;
}
.greytext{
    color: #aaaaaa;
}

h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
    text-decoration: none;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
    font-family: 'Open Sans', sans-serif;
    font-family: 'Lora', serif;    
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
    text-decoration: none;
    background-color: #fe9808;
    color: #ffffff;
    text-align: center;
    padding: 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;    
    margin-top: 10px;

}

    h5 a:link, h5 a:visited {
        padding: 0;
        text-decoration: none;
        color: #fff;
    }

h5 a:link:active{
        color: #efeeef;
}

span{
    font-size: 1.4em;
    letter-spacing: 10px;
    font-family: 'Open Sans', sans-serif;
}
/*-----------------------Header---------------------------*/
        header, a, img, header li, header ul{
			transition: all 1s;
			-moz-transition: all 1s; /* Firefox 4 */
			-webkit-transition: all 1s; /* Safari and Chrome */
			-o-transition: all 1s; /* Opera */
		}
		img.logo{
			float: left;
            margin-top: 24px;
		}

		header nav{
			width: 960px;
			margin: 0px auto 0 auto;            
		}

		section.stretch{
			float: left;
			height: 1500px;
			width: 100%;
		}

			section.stretch p{
				font-family: 'Amaranth', sans-serif;
				font-size: 30px;
				color: #FFF;
				text-align: center;
				position: relative;
				margin-top: 250px;
			}

			section.stretch p.bottom{
				top: 100%;
			}


		header{
			background: #FFF;
			border-bottom: 1px solid #aaaaaa;
			float: left;
			width: 100%;
			position: fixed;
			z-index: 10;
		}
        .prodnav{
            width: 100%;
            height: 40px;
            line-height: 40px;
            float: left;
            background-color: #70ae0c;
        }
        .prodnavcontain{
            width: 960px;
            margin-left: auto;
            margin-right: auto;
        }

			header a{
				color: #969696;
				text-decoration: none;
				font-family: 'Amaranth', sans-serif;
				text-transform: uppercase;
                font-size: 12px;
			}

			header a.active, header a:hover{
				color: #3d3d3d;
			}

			header li{
				margin-right: 30px;
                width: 100px;
                float: right;
                list-style-type: none;
                margin-top: 40px;
			}

			/* Sizes for the bigger menu */
			header.large{
				height: 140px;
			}
     
            
			header.large img{
				width: 388px;
				height: 82px;
                margin-top:  20px;
			}

			header.large header li{
				margin-top: 10px;
			}


			/* Sizes for the smaller menu */
			header.small{ 
				height: 50px; 
			}

			header.small img{ 
				width: 178px; 
				height: 38px; 
				margin-top: 10px; 
			}

            header.small ul
            {
	            list-style:none;
	            float:right;
	            margin:10px 0 0 0;
	            padding:0
            }

			header.small li{ 
				margin-top: 20px; 
			}

.bannerbar{
    width: 100%;
    background-color: #1b1b1f;
    color: #aaa!important;
    text-align: center;
    padding:  10px;
    min-height: 100px;
}    
.bannerbar2{
    width: 100%; height: 40px;
    line-height: 50px;
    color: #FFF;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.4em;
    letter-spacing: 10px;
}

/*--------------------Footer------------------------*/
.footer, .push {
	height: 180px; /* .push must be the same height as .footer */
}
.footer{
    bottom: 0px;
	width:100%;
    height: 180px;
    max-height: 180px;
	background-color:#1b1b1f;
    position: relative;
    float: left;
}
.footbox{
    display: block;
    width: 50%;
    max-width: 400px;
    margin: 0 auto 0 auto;
    padding: 55px 0 20px 0;
    color: #FFF;
    text-align: center;
    position: relative;
    font-size: 0.8em;    
    letter-spacing: 1.8px;       
}

.button-twitter {
    font-size: 0.8em;
}

/* main layout
----------------------------------------------------------*/
.wrapper {
	min-height: 100%;
	height: auto !important; /* This line and the next line are not necessary unless you need IE6 support */
	height: 100%;
	margin: 0 auto -155px; /* the bottom margin is the negative value of the footer's height */
}
.content-wrapper {
    margin: 0 auto;
    max-width: 960px;
}

#body {
    background-color: #efeeef;
    clear: both;
    padding-bottom: 35px;
}

.hibar{
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #808080;
    color: #FFF;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.0em;  
    letter-spacing: 10px;
}


.content-contain{
    width: 90vw;
    max-width: 1000px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;   
    margin-bottom: 20px; 
}

.content-intro{
    padding-left: 7px; 
    padding-right: 7px;
}
.content-intro-text{
    height: 120px;
    text-align: center;
}
/*--------------------Content Pages-----------------------*/
.hibar2{
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #808080;
    color: #FFF;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.4em;  
    letter-spacing: 10px;
}
.hibar3{
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #808080;
    color: #FFF;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.4em;  
    letter-spacing: 10px;
    margin-top: 102px;
}

.hibarorange{
    width: 100%;
    height: 270px;
    line-height: 50px;
    background-color: #FE9808;
    color: #FFF;
    text-align: center;
    margin-top: 102px;
}

.contentcol0{
    width: 100%;
    margin: 20px 3% 20px 0;
    float: left;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 1.0EM;
}

.contentcol1{
    width: 30%;
    margin: 20px 3% 20px 0;
    float: left;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 1.0EM;
}
.contentcol2{
    width: 45%;
    margin: 10px 5% 20px 0;
    float: left;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 1.0EM;
}
.contentcol3{
    width: 64%;
    margin: 10px 3% 20px 0;
    float: left;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 1.0EM;
}

/*---------------------Content Pages List-------------------------*/
.backimage{
    width: 100%;
    background-image: url("../images/banner5.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    float: left;
    padding: 20px;
}
.banner{
    width: 100%;
    height: 350px;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
}
.contentbox2{
    width: 48%;
    margin: 20px 2% 20px 0;
    text-align: left;
    float: left;
    letter-spacing: 1.2px;
 font-family: 'Muli', sans-serif;
    font-size: 16px;
}

.contentbox3{
    width: 31%;
    margin: 20px 1% 20px 1%;
    text-align: left;
    float: left;
    letter-spacing: 1.2px;
	font-family: 'Muli', sans-serif;
    font-size: 14px;
    color: #3d3d3d;
}
.contentbox3-title{
    width: 100%;
    height: 40px;
    margin: 20px 1% 4px 1%;
    text-align: center;
    float: left;
    letter-spacing: 1.2px;
	font-family: 'Muli', sans-serif;
    font-size: 14px;
    color: #3d3d3d;
}
.contentbox3-subtitle{
    width: 100%;
    height: 20px;
    margin: 0 1% 20px 1%;
    text-align: center;
    float: left;
    letter-spacing: 1.2px;
	font-family: 'Muli', sans-serif;
    font-size: 12px;
    color: #3d3d3d;
}
.contentimage3{
    width: 100%;
    height: 200px;
    margin: 20px 3% 20px 0;
    float: left;
}
.contentbox4{
    width: 23%;
    margin: 20px 1% 20px 1%;
    text-align: left;
    float: left;
    letter-spacing: 1.2px;
    font-size: 14px;
    color: #3d3d3d;
}

/*--------------------Portfolio-----------------------*/

.portfolio1{
    width: 50%;
    float: left;
    z-index: 100;
    position: relative;
}
.portfolio2{
    width: 50%;
    float: right;
    z-index: 100;
    position: relative;  
    padding: 0px;
    margin-top: -18px;
}
.portfolio-mouseover{
    width: 48%;
    float: left;
    margin-left:1%;
    margin-right:1%;    
    margin-bottom: 20px;
    z-index: 10;
    position: relative;
    height: 14vw;
    max-height: 160px;
}
.portfolio-text{
   position: absolute; 
   width: 48%;
   margin: auto;
   top: 0; bottom: 0; left: 51%; right: 0;
   z-index: 20;
   text-align: center;
   text-decoration: none;
   height: 20px;
}


/*--------------------Forms Fields-----------------------*/
/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

    fieldset ul {
        padding: 0;
        list-style: none;
    }


        fieldset ol li {
            padding-bottom: 5px;
        }

label {
    display: block;
    font-weight: 600;
}

label.checkbox {
    display: inline;
}

input, textarea {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 90%;
}

textarea {
    font-family: inherit;
    width: 90%;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

    input[type="checkbox"] {
        background: transparent;
        border: inherit;
        width: auto;
    }

    input[type="submit"],
    input[type="button"],
    button {
        background-color: #d3dce0;
        border: 1px solid #787878;
        cursor: pointer;
        font-size: 1.2em;
        font-weight: 600;
        padding: 7px;
        margin-right: 8px;
        width: auto;
    }

    td input[type="submit"],
    td input[type="button"],
    td button {
        font-size: 1em;
        padding: 4px;
        margin-right: 4px;
    }



/*--------------------Columns-----------------------*/
.column00{
	width:2%;
	margin:6px 0 10px 0px;
}
.column01{
	width:6.33333333%;
	margin:10px 0 10px 0px;
}


.column1{
	width:8.33333333%;
	margin:10px 0 10px 0px;
}
.column2{
	width:16.66666667%;
	margin:10px 0 10px 0;    
}
.column3{
    width: 23%;
    margin: 20px 1% 20px 1%;
}
.column3og{
	width:25%;
	margin:10px 0 0 0;
    background-color: #292f33;
    float: left;
    height: 270px; 
}
.column4{
	width:31.33333333%;
	margin:10px 1% 10px 1%;
}
.column4og{
	width:33.33333333%;
	margin:10px 0 10px 0;
    background-color: #292f33;
    padding:  10px 0 10px 0;
    float: left;
}
.column5{
	width:41.66666667%;
	margin:10px 0 10px 0;
}
.column5blog{
	width:41.66666667%;
	margin:0 0 10px 0;
    float: left;
    height: 270px;
}
.column6{
	width:50%;
	margin:10px 0 10px 0;
}
.column7{
	width:58.33333333%;
	margin:10px 0 10px 0;
}
.column8{
	width:66.66666667%;
	margin:10px 0 10px 0;
}
.column9{
	width:75%;
	margin:10px 0 10px 0;
}
.column10{
	width:83.33333333%;
	margin:10px 0 10px 0;
}
.column11{
	width:91.66666667%;
	margin:10px 0 10px 0;
}
.column11a{
	width:91.66666667%;
	margin:20px 0 10px 10px;
}
.column12{
	width:100%;
	margin:10px 0 0 0;
    
}

border-bottom{
    border-bottom: 4px solid #fe9808;
}

/*front-highlights*/
.greyscale{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    position: relative;
}

.fadelayer {
    background-color: rgba(255, 176, 30, 0.7);
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 270px;
    color: #FFF;
    text-align: center;
}

.fadetext {
    float: left;
    position: relative;
    top: 0;
    left: 0;
    width: 80%;
    height: 70%;
    color: #FFF;
    text-align: center;
    padding: 20px;
    margin: 10% auto 10% auto;
}


/*Small Screen*/
@media only screen and (max-width : 1100px) {
    /*Product List Boxes*/
    .contentbox3 {
        width: 45%;
        height: 165px;
        margin: 20px 5% 20px 0;
        text-align: center;
        float: left;
        letter-spacing: 1.2px;
 font-family: 'Muli', sans-serif;
        font-size: 16px;
    }
    .contentbox3-title {
        width: 100%;
        text-align: center;
        float: left;
        letter-spacing: 1.2px;
 font-family: 'Muli', sans-serif;
        font-size: 16px;
    }

    .contentbox4{
        width: 30%;
        height: 150px;
        margin: 20px 3% 20px 0;
        text-align: center;
        float: left;
        letter-spacing: 1.2px;
     font-family: 'Muli', sans-serif;
        font-size: 16px;
    }
}


/*Mobile*/
@media only screen and (max-width : 620px)   {
   
p{
    font-size: 0.8em;
} 

.column3{
    width: 100%;
    text-align: center;
}
.column3og {
    width: 100%;
    margin-bottom: 0px;
}
.column4{
    width: 100%;
}
.column4og {
    width: 100%;
}
.column5blog {
    width: 100%;
}
.column6{
    width: 100%;
}
.fancybox{
    width: 100%;
    pointer-events: none;
    cursor: default;
}
.noclick{
    pointer-events: none;
    cursor: default;
}

.fullwidth{
    width: 100%;
}

.hibar{
    font-size: 0.8em;  
    letter-spacing: 5px;
} 
.hibar2{
    font-size: 0.8em;  
    letter-spacing: 5px;
}    
    /*Product List Boxes*/
    ul{
    list-style: none;
    }

    .contentbox2 {
        width: 100%;
        height: 165px;
        margin: 20px 0 20px 0;
        text-align: center;
        float: left;
        letter-spacing: 1.2px;
 font-family: 'Muli', sans-serif;
        font-size: 16px;
    }
    .contentbox3 {
        width: 100%;
        height: 165px;
        margin: 20px 0 20px 0;
        text-align: center;
        float: left;
        letter-spacing: 1.2px;
        font-family: 'Muli', sans-serif;
        font-size: 16px;
    }
    .contentbox4 {
        width: 48%;
        margin: 20px 1% 20px 1%;
        text-align: center;
        float: left;
        letter-spacing: 1.2px;
        font-family: 'Muli', sans-serif;
        font-size: 16px;
    }

    .contentcol1{
    width: 100%;
    margin: 20px 0 20px 0;
    text-align: center;
    float: left;
 font-family: 'Muli', sans-serif;
    font-size: 16px;
    }

    .contentcol2{
    width: 100%;
    margin: 20px 0 20px 0;
    text-align: center;
    float: left;
 font-family: 'Muli', sans-serif;
    font-size: 16px;
    }
    .contentcol3{
    width: 100%;
    margin: 20px 0 20px 0;
    text-align: center;
    float: left;
 font-family: 'Muli', sans-serif;
    font-size: 16px;
    }


    .portfolio1{
        display: none;
    }
    .portfolio2{
        width: 100%;
        display: normal;
        height: 50vw;
        max-height: 500px;
    }
.portimagecentre{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

    .portfolio-mouseover{
    width: 100%;
    float: left;
    margin-left:1%;
    margin-right:1%;    
    margin-bottom: 20px;
    position: relative;
    height: 50vw;
    max-height: 500px;
    }
    .portfolio-text{
    display: none;
    }
}

/*Gallery Page*/
.gcolumn1{
    width: 100%;
    float: left;
    margin-right: 2%;
}
.gcolumn2{
    width: 100%;
    float: left;
    background-color: #efeeef;
    padding: 5px;
    margin-top:10px;
}