@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400italic,700italic,400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:100,400,700);

img
{
	border-radius: 4px;
}

body,
html
{
    margin: 0px;
    
    height: 100%;
}

body
{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
}

a,
a:visited
{
    color: #4d87bd;
    
    text-decoration: none;
}

a:hover,
a:active
{
    text-decoration: underline;
}

h1
{
    font-family: 'Roboto Slab', serif;
}

h1,
h2,
h3
{
    color: #0053a0;
	font-size: 20pt;
}

h2,
h3,
h4,
ol,
ul,
p
{
    font-family: Arial, sans-serif;    
}

ol,
ul,
p
{
    font-size: 13pt;
    color: #333333;    
}

body.iphone h1,
body.iphone h2,
body.iphone h3,
body.iphone h4
{
    font-size: 3em;
}

body.iphone ol,
body.iphone ul,
body.iphone p
{
    font-size: 2.25em;
}

h2
{
    font-size: 18pt;
    font-weight: normal;
}

h3
{
    font-size: 15pt;
    font-weight: bold;
    
    text-transform: uppercase;
}

h4
{
    font-size: 13pt;
    color: black;
}

div.sidebar-container h4
{
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
    font-size: 16pt;
    
    color: #0053a0;
    
    margin-bottom: 0px;
}

ol,
ul
{
    color: #333333;    
}

header
{
    height: 100px;
    
    background-image: url(../img/layout/header-bg.png);
    background-repeat: repeat-x;
    background-position: top left;
}

body.home header
{
    background: none;
}

div#logo
{
    position: absolute;
    
    top: 15px;
    left: 20px;
    
    z-index: 200;
}

div#logo a
{
    display: block;
    
    width: 200px;
    height: 55px;
    
    background-image: url(../img/layout/longfence-logo-medium.png);
	background-size: 200px 50px;
    background-position: top left;
    background-repeat: no-repeat;
    
    text-indent: -5000px;
}

a.button
{
    border: 1px solid #9bc40d;
    background: #4e6402;
    background: -webkit-gradient(linear, left top, left bottom, from(#4e6402), to(#273201));
    background: -webkit-linear-gradient(top, #4e6402, #273201);
    background: -moz-linear-gradient(top, #4e6402, #273201);
    background: -ms-linear-gradient(top, #4e6402, #273201);
    background: -o-linear-gradient(top, #4e6402, #273201);
    
    padding: 10px 17px;
    
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
    -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
    box-shadow: rgba(0,0,0,1) 0 1px 0;
    text-shadow: rgba(0,0,0,.4) 0 1px 0;
    
    color: white;
    font-size: 1.067em;
    font-family: "Roboto Condensed", serif;
    font-weight: bold;
    
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
}

a.button:hover 
{
   color: #cccccc;
}

a.button:active 
{
   background: #1b435e;
}

.orange a.button,
a.button.commercial,
a.button.rental
{
    border: 1px solid #ff9103;
    
    background: #824a02;
    background: -webkit-gradient(linear, left top, left bottom, from(#824a02), to(#412501));
    background: -webkit-linear-gradient(top, #824a02, #412501);
    background: -moz-linear-gradient(top, #824a02, #412501);
    background: -ms-linear-gradient(top, #824a02, #412501);
    background: -o-linear-gradient(top, #824a02, #412501);
}

/*
body.home div#logo
{
    top: 50px;
}

body.home div#logo a
{
    width: 316px;
    height: 77px;
    
    background-image: url(../img/layout/longfence-logo.png);
}
*/  

nav#nav > ul
{
    position: absolute;
    
    top: 55px;
    right: 20px;
    
    width: 100%;
    
    text-align: right;
    
    list-style: none;
    padding: 0px;
    
    z-index: 998;
}

nav#nav > ul > li
{
    display: inline-block;
    margin-left: 2%;
}

@media only screen and (max-width : 1100px) {
    nav#nav > ul > li
    {
        margin-left: 12px;
    }
}

nav#nav > ul > li.sidebar-maching,
div#content-footer ul#footer-nav > li.sidebar-maching
{
    display: none;
}

nav#nav > ul > li > a
{
    color: white;


	text-shadow: 
		-0   -1px 2px #0053A0,
		 0   -1px 2px #0053A0,
		-0    1px 2px #0053A0,
		 0    1px 2px #0053A0,
		-1px -0   2px #0053A0,
		 1px -0   2px #0053A0,
		-1px  0   2px #0053A0,
		 1px  0   2px #0053A0,
		-1px -1px 2px #0053A0,
		 1px -1px 2px #0053A0,
		-1px  1px 2px #0053A0,
		 1px  1px 2px #0053A0,
		-1px -1px 2px #0053A0,
		 1px -1px 2px #0053A0,
		-1px  1px 2px #0053A0,
		 1px  1px 2px #0053A0;

    
    text-transform: uppercase;
    text-decoration: none;
    
    font-family: "Roboto Condensed", sans-serif;
    font-size: 12pt;
    font-weight: normal;
}

nav#nav > ul > li.exact-current > a
{
    color: #90b7dc;
}

nav#nav > ul > li:hover > a
{
    border-bottom: 5px solid #4d87bd;
}

nav input#menu-icon,
nav input#menu-icon + label 
{

	display: none;
    
    position: absolute;
    
    top: 55px;
    right: 20px;
}

@media only screen and (max-width : 1024px) {
    input#menu-icon:checked + label ~ ul#nav
    {
		display: block;
	}
    
    nav input#menu-icon + label {

        display: block;
        
        top: 55px;
        right: 20px;
        
        position: absolute;
        
        width: 50px;
        height: 50px;
        
        z-index: 5001;
        
        cursor: pointer;

	}
    
    nav input#menu-icon + label:before 
    {
      margin: -12px 5px 0px -2.25em;
      
      content: "";
      position: absolute;
      
      top: 0px;
      right: 0px;
      
      z-index: 5000;
      
      width: 2em;
      height: 0.25em;
      
      font-family: Arial, sans-serif;
      font-size: 12pt;
      
      border-top: 0.75em double #fff;
      border-bottom: 0.25em solid #fff;
    }
    
    nav input#menu-icon:checked + label:before
    {
        font-size: 30pt;
        content: "\2716";
        
        margin-top: -32px;
        
        width: auto;
        
        border: none;
        
        color: white;
    }
    
    body.mobile nav input#menu-icon + label:before 
    {
        font-size: 22pt;
    }
    
    body.mobile nav input#menu-icon:checked + label:before
    {
        font-size: 50pt;    
    }
    
    nav#nav > ul
    {
        left: 0px;
        top: 0px;
        margin: 0px;
        
        width: 100%;
        height: 100%;
        
        border: none;
        
        background-color: #0053a0;
        
        z-index: 4999;
    }
    
    nav ul, 
    nav:active ul 
    { 
		display: none;
	}
    
    nav#nav > ul > li
    {
        display: block;
        
        margin: 2% 10%;
    }
    
    nav#nav > ul > li:first-child
    {
        margin-top: 15%;
    }

	nav#nav > ul > li a
    {
		display: block;
        
        text-align: left;
		width: 100%;
		padding: 10px 0;
		margin: 0;
        
        font-size: 1em;
        
        color: white;
	}
    
    body.mobile nav#nav > ul > li a
    {
        font-size: 3em;
    }
    
    body.iphone nav#nav > ul > li a
    {
        font-size: 1.5em;
    }
    
    nav#nav > ul > li:hover a
    {
        color: #90b7dc;
    }
    
    nav#nav > ul > li:hover > a
    {
        border-bottom: none;
    }
    
    ul.product-categories
    {
        left: 20px;
        right: inherit;
        
        top: 180px;
        bottom: inherit;
    }
    
    body.mobile div#logo a
    {
        width: 316px;
        height: 77px;
        
        background-image: url(../img/layout/longfence-logo.png);
    }
    
    body div#content-footer p.copyright
    {
        position: inherit;
        
        display: block;
        
        right: auto;
        
        padding-left: 10px;
        
        margin-top: 10px;
    }
    
    body div.inner-content ul.product-categories
    {
        overflow: hidden;
    }
    
    body.mobile ul.product-categories ul > li a
    {
        font-size: 36px;
    }
    
    body.mobile.iphone ul.product-categories ul > li a
    {
        font-size: 30px;
    }
    
    body div.inner-content ul.product-categories > li,
    body div.inner-content ul.product-categories > li:first-child
    {
        float: none;
        
        margin: 0px;
        
        width: 90%;
    }
    
    body div.inner-content ul.product-categories > li:first-child
    {
        margin-bottom: 20px;
    }
    
    body.mobile ul#breadcrumb
    {
        display: none;
    }
    
    body div#home-container ul.inline > li
    {
        display: block;
        
        width: 100%;
        
        margin-left: 0px;
    }
    
    body div#home-container ul.inline li a.blog-link:hover > span
    {
        display: none;
    }
}

@media only screen and (min-width : 640px) {
    body.mobile ul.product-categories
    {
        font-size: 1.6em;
    }
}

div#container
{
    position: relative;
    
    min-height: 768px;
}

ul#secondary-nav
{
    padding: 0px;
    
    list-style: none;
    
    background-color: #ebebe9;
}

div.sidebar-container
{
    float: right;
    
    width: 315px;
    
    margin-left: 2em;
    
    padding: 1.33em 0px 1.33em 32px;
    
    position: relative;
}

div#content.with-sidebar div.sidebar-container
{
    margin-right: -390px;
}

div#content.with-sidebar div.sidebar-container.index
{
    margin-top: 110px;
    padding-right: 32px;
}

div#content.with-sidebar div.sidebar-container.view
{
    margin-top: 405px;
    padding-right: 32px;
}

div.sidebar-container > *
{
    margin-top: 28px;
}

div.sidebar-container > div
{
    padding: 0px;
    margin-top: 0px;
}

div#blog-widgets.sidebar-container
{
    background-color: #ebebe9;
}

div#blog-widgets.sidebar-container > div
{
    padding: 1.33em 0em;
    border-top: 1px solid #999999;
}

div#blog-widgets.sidebar-container > div:first-child
{
    border-top: none;
    padding-top: 0px;
}

ul#secondary-nav > li
{
    margin: 0px 1.45em;
    padding: 1.45em 0px;
    
    border-top: 1px solid #999999;
}

ul#secondary-nav > li:first-child
{
    border-top: none;
}

ul#secondary-nav > li > a
{
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
    
    font-size: 1em;
    
    text-transform: uppercase;
    text-decoration: none;
    
    color: #0053a0;
}

ul#secondary-nav > li > a:hover,
ul#secondary-nav > li.exact-current > a
{
    color: #4d87bd;
}

ul#secondary-nav > li > ul
{
    margin: 0px;
    padding: 0px;
    
    list-style: none;
}

ul#secondary-nav > li > ul li a
{
    font-size: 0.8em;
    
    text-transform: uppercase;
    text-decoration: none;
    
    color: #333333;
}

div.sidebar-container > div > h3
{
    font-weight: bold;
    font-size: 15pt;
    
    text-transform: uppercase;
    
    margin: 0px;
    
    color: #94bc07;
}

div.sidebar-container > div > ul
{
    list-style: none;
    
    margin: 0px;
    padding: 0px;
}

div.sidebar-container > div > ul > li > a
{
    text-transform: uppercase;
    text-decoration: none;
    
    font-family: "Roboto Slab", sans-serif;
    font-weight: normal;
    font-size: 12pt;
    
    color: #333333;
}

div.sidebar-container > div > ul h4
{
    margin-bottom: 0px;
    
    font-size: 15pt;
}

div#content
{
    margin: 0px 0px 0px 20px;
    
    padding-bottom: 70px;
    
    /*overflow: auto;*/
}

body.home div#content
{
    margin: 0px;
    
    padding-bottom: 255px;
}

div#content.with-sidebar
{
    padding-right: 390px;
    
    overflow: auto;
}

body.forms
{
    background-image: url(../img/layout/sky-bg.jpg);
    background-repeat: repeat-y;
    background-size: cover;
}

ul#breadcrumb
{
    list-style: none;
    
    font-family: Arial, sans-serif;
    font-size: 9pt;
    color: #999999;
    
    margin: 15px 0px;
    padding: 0px;
    
    overflow: auto;
}

ul#breadcrumb > li
{
    display: inline-block;
    
    margin: 0px;
    padding: 0px;
}

ul#breadcrumb > li:not(:first-child):before
{
    content: ">";
}

ul#breadcrumb > li a
{
    color: #4d87bd;
    
    text-decoration: none;
}

ul#breadcrumb > li:first-child a
{
    padding-left: 2em;
    background-image: url(../img/layout/home_breadcrumb.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;    
}

span.phone-number
{
    font-size: 31pt;
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
    
    color: #0053a0;
    
    position: absolute;
    
    top: -25px;
}

ul.product-categories
{
    margin: 0px;
    padding: 0px;
    
    list-style: none;
    
    position: absolute;
    
    right: 20px;
    bottom: 20px;
}

div.sidebar-container ul.product-categories
{
    position: relative;
    
    bottom: auto;
    right: 0px;
}

ul.product-categories > li
{
    width: 31em;
    height: 12.4em;
    
    margin-top: 2.66em;
    
    padding: 2.46em;
    
    position: relative;
    
    background-position: top left;
    background-repeat: repeat;
}

div.sidebar-container ul.product-categories > li
{
    width: 271px;
    height: auto;
    
    padding: 22px;
    
    margin-top: 28px;    
}

div.content-header ul.product-categories > li
{
    margin-top: 27px;
}

body.mobile ul.product-categories > li
{
    height: 16em;
}

ul.product-categories > li:first-child,
div.content-header ul.product-categories > li:first-child,
div.content-header ul.product-categories > li:first-child
{
    margin-top: 0px;
}

ul.product-categories h3
{
    margin: 0px;

    font-family: "Roboto Slab", sans-serif;    
    font-weight: normal;
    font-size: 1.66em;
    
    text-transform: none;
}

ul.product-categories li.residential-box
{
    background-image: url(../img/layout/residential-box-bg.png);
}

ul.product-categories li.commercial-box,
ul.product-categories li.rental-box
{
    background-image: url(../img/layout/commercial-box-bg.png);
}

ul.product-categories li a.button
{
    display: block;
    
    margin: 12px 0px 12px 0px;
    
    text-align: center;
}

ul.product-categories li a.button.special-offer
{
    bottom: 32px;
}

ul.product-categories ul
{
    white-space: normal;
    
    list-style: none;
    
    margin: 0.88em 0px 0px 0px;
    padding: 0px;
    
    background-image: url(../img/layout/area-box-link-green-bg.png);
    background-repeat: repeat;    
    
    max-height: 6em;
    overflow: hidden;
}

ul.product-categories li.commercial-box ul,
ul.product-categories li.rental-box ul
{
    background-image: url(../img/layout/area-box-link-orange-bg.png);
}

body.mobile ul.product-categories ul
{
    background: none;
    
    max-height: 15em;
}

ul.product-categories ul > li
{
    display: inline-block;
    
    padding: 6px 0px 6px 0px;
}

ul.product-categories ul > li:first-child
{
    padding-left: 0px;
}

ul.product-categories li h3 a
{
    text-decoration: none;
}

ul.product-categories ul > li a
{
    font-family: Arial, sans-serif;
    font-size: 18px;
    color: #dce8b6;
    
    padding: 0em 1.6em 0em 0em;
    
    text-decoration: none;
}

body.mobile ul.product-categories ul > li a
{
    text-decoration: underline;
} 

body.iphone ul.product-categories ul > li
{
    padding-bottom: 0px;
    
    margin-bottom: 0px;
}

ul.product-categories li.residential-box h3,
ul.product-categories li.residential-box h3 a/*,
.green .products .page-content h2*/
{
    color: #94bc07;
}

ul.product-categories li.commercial-box h3,
ul.product-categories li.commercial-box h3 a,
ul.product-categories li.rental-box h3 a,
ul.product-categories li.rental-box h3/*,
.orange .products .page-content h2*/
{
    color: #ff9103;
}

ul.product-categories li.commercial-box a
{
    color: #eed1ab;
}

ul.product-categories li.commercial-box a.button
{
    color: white;
}

ul.product-categories li.commercial-box a.button:hover
{
    color: #cccccc;
}

div.content-header
{
    position: relative;
    
    width: 100%;
    height: 362px;
    
    background-image: url(../img/layout/blog-header.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

div.content-header.no-image
{
    background: none;
    height: 0px;
}

div.content-header.view
{
    height: 0px;
    
    background: none;
}

div.content-header ul.product-categories
{
    bottom: auto;
    top: 20px;
    right: 0px;
    left: auto;
}

div.content-header ul.product-categories > li
{
    width: 315px;
    height: auto;
    
    padding: 24px 32px 24px 32px;
}

div.content-header ul.product-categories > li.commercial-box a.special-offer
{
    display: none;
}

@media only screen and (max-height: 768px) {
	
	/*body.home
    {
		overflow: hidden; height: 100%;	
	}
	#container
	{
		overflow: scroll; height: 100%;	
	}*/
		
    body.home ul.product-categories
    {
        left: 20px;
        right: inherit;
        width: 89%;
        overflow: hidden;
        
        bottom: auto;
        top: 120px;
           
        white-space: nowrap;
    }
    
    body.home ul.product-categories > li
    {
        margin-left: 0px;
        margin-right: 20px;
        width: 95%;
        /*display: inline-block;*/
        
        vertical-align: bottom;
    }
	
	#commercial-box-id
	{
		display: none;
	}
    
	
    
    body.home div#home-container ul.product-categories > li
    {
        vertical-align: top;
        width: 89%;
    }
}

div.inner-content
{
    width: 90%;
    
    margin: 0px auto;
    
    overflow: auto;
}

div.inner-content.overflow
{
    overflow: visible;
}

div#content div#home-container div#content-footer
{
    margin: 22px auto 80px auto;
    background-position: 0px 0px;
    padding-left: 180px;
}

ul.products
{
    list-style: none;
    
    margin: 0px;
    padding: 0px;
    
    overflow: auto;
}

ul.products > li
{
    display: inline-block;
    
    margin: 0px 10px 10px 0px;
}

ul.products > li h3
{
    font-family: Arial, sans-serif;
    font-size: 0.8em;
    color: #333333;
    
    text-transform: uppercase;
    
    text-align: center;
    
    margin: 10px 0px 10px 0px;
}

@media only screen and (max-width : 1024px) {
    div.sidebar-container
    {
        float: none;
        
        margin-left: 0em;
        margin-right: 0em;
        
        padding: 0px;
        
        position: relative;
        
        width: 100%;
    }
    
    body:not(.landing-pages) div.sidebar-container:not(#blog-widgets) > *:not(#secondary-nav)
    {
        display: none;
    }
    
    body.landing-pages div.sidebar-container
    {
        margin-top: 20px;
    }
    
    body.landing-pages div.sidebar-container > div
    {
        padding: 10px 30px;
    }
    
    div#products-sidebar.sidebar-container
    {
        display: none;
    }
    
    body div.sidebar-container > span.phone-number
    {
        display: block!important;
        position: relative;
        
        top: auto;
        
        margin-top: 0px;
    }
    
    body div#content
    {
        overflow: visible;
        
        padding-right: 0px !important;
    }
    
    div#home-container ul.inline > li
    {
        margin-left: 0px;
        
        display: block;
        
        width: 100%
    }
    
    div#home-container ul.inline > li div.wrapper
    {
        margin-top: 10px;
    }
    
    div#home-container ul.inline > li a.blog-link:hover > span
    {
        display: none;
    }
    
    div#content ul.gallery-types li:hover div.mouse-over-image
	{
		display: none;
	}
    
    div.content-header
    {
        margin-bottom: 20px;
    } 
    
    div#content-footer ul#footer-nav
    {
        display: none;
    }
    
    body div#content-footer p.copyright
    {
        bottom: 0px;
        right: 20px;
        
        position: absolute;
    }
    
    body div#blog-widgets > div
    {
        margin: 1em;
        font-size: 1.25em;
    }
    
    body div.blog-posts div.blog-post
    {
        padding-left: 0em;
    }
       
    body div.blog-posts div.blog-post img.teaser-image
    {
        float: none;
        margin-left: 0px;
    }
    
    div.content-header.view ul.product-categories
    {
        display: none;
    }
    
    div#content.with-sidebar div.sidebar-container.view
    {
        margin-top: 0px;
    }
    
    body div.blog-posts div.blog-post img.teaser-image,
    body div.blog-posts div.blog-post p.teaser
    {
        display: none;
    }
    
    body div.blog-posts div.blog-post.has-teaser-image
    {
        min-height: 120px
    } 
}

form.pagination
{
    margin: 1.5em 0em;
    
    padding: 1em 0;
    
    border-top: 1px solid #cccfd3;
    border-bottom: 1px solid #cccfd3;
}

body.mobile form.pagination span.pagination-nav > *:not(a),
body.mobile form.pagination span.limit
{
    display: none;
}

div.blog-posts div.blog-post
{
    margin: 0em 1em 0em 0em;
    
    padding: 2.4em 0em 2.4em 240px;
    
    position: relative;
    
    min-height: 210px;
    
    border-top: 1px solid #999999;
}

div.blog-posts div.blog-post.has-teaser-image
{
    min-height: 210px;
}

div.blog-posts div.post-1
{
    border-top: none;
    padding-top: 15px;
}

div.blog-post h3
{
    margin: 0px;
}

div.blog-post h3 a
{
    font-family: "Roboto Slab", sans-serif;
    font-weight: normal;
    font-size: 17pt;
    
    text-decoration: none;
    text-transform: none;
    color: #000000;
}

div.blog-post h3 a:hover,
div.blog-post div.byline a:hover, 
div.blog-post p.categories a:hover,
div.blog-posts a.read-more-link:hover
{
    color: #0053a0;
}

div.blog-posts div.blog-post img.teaser-image
{
    float: left;
    
    margin-left: -240px;
}

div.blog-posts a.read-more-link
{
    font-size: 11pt;
}

div.blog-post
{
    font-family: Arial, sans-serif;
    font-size: 14pt;
}

div.blog-post div.teaser-image-container
{
    margin: 0px 20px 20px 0px;
    padding-bottom: 10px;
    
    border-bottom: 1px solid #999999;
}

div.blog-post div.byline
{
    overflow: auto;
}

div.blog-post div.byline > p,
div.blog-post p.categories
{
    display: inline-block;
    
    
    margin: 0em;
}

body.mobile div.blog-post div.byline > p,
body.mobile div.blog-post p.categories
{
    font-size: 30pt;
}

body.mobile div.blog-post a.read-more-link
{
    display: block;
}

div.blog-post div.byline > p
{
    padding: 0em 0.5em;
}

div.blog-post div.byline > p.date
{
    border-right: 1px solid #333333;
    
    padding-left: 0em;
}

div.blog-post div.byline a,
div.blog-post p.categories a
{
    font-weight: bold;
    
    text-decoration: none;
    
    color: #333333;
}

@media only screen and (max-width : 420px) {
    
    div.blog-posts div.blog-post img.teaser-image
    {
        display: none;
    }
    
    div.blog-posts div.blog-post
    {
        padding-left: 0px;
    }
}

a.read-more-link
{
    text-transform: uppercase;
    font-size: 0.733em;
    font-weight: bold;
    
    text-decoration: none;
}

a.read-more-link::before
{
    content: "+";
    margin-right: 2px;
}

div.bracket
{
    float: right;
    
    width: 300px;
    
    padding: 0px 50px;
    margin: 25px 0px 40px 25px;
    
    border: 11px solid #dde0e4;
}

div.sidebar-container div.bracket
{
    width: 242px;
    
    padding: 0px 25px;
    margin: 25px 0px 40px 0px;    
}

div.bracket div.bracket-content
{
    background-color: white;
    
    margin: -50px 0px -50px 0px;
    
    padding: 40px 0px
}

div.sidebar-container div.bracket div.bracket-content
{
    padding: 60px 0px;
}

div.sidebar-container div.bracket div.bracket-content p
{
    color: #666666;
}


div.bracket div.bracket-content h3
{
    margin: 1em 0em 0em 0em;
}

div.bracket div.bracket-content ul.locations
{
    list-style: none;
    
    margin: 0px;
    padding: 0px 0px 20px 0px;
    
    overflow: auto;
    
    border-bottom: 1px solid #cccfd3;
}

div.bracket div.bracket-content ul.locations > li
{
    font-family: Arial, sans-serif;
    
    display: inline-block;
    
    width: 45%;
    
    padding: 0px;
    margin: 20px 0px 0px 0px;
    
    color: #666666;
}

div.bracket div.bracket-content ul.locations > li strong
{
    display: block;
}

div.bracket div.bracket-content p.phone
{
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 22pt;
    
    margin: 18px 0px 30px 0px;
    
    color: #666666;
}

div.archie
{
    background-image: url(../img/layout/archie.jpg);
    background-position: right top;
    background-repeat: no-repeat;
}

div.archie div.wrapper
{
    padding-right: 420px;
}

div.gift-cards
{
    min-height: 280px;
    
    background-image: url(../img/layout/gift-cards.jpg);
    background-position: left bottom;
    background-repeat: no-repeat;
}

div.gift-cards div.wrapper
{
    padding-left: 420px;
}

form
{
    font-family: Arial, sans-serif;
    margin-bottom: 30px;
}

body.mobile form
{
    font-size: 24pt;
}

div.input 
{
    margin-bottom: 5px;
    overflow: auto;
    padding-left: 200px;
}

body.mobile div.input,
body.forms.mobile div.white-wrapper div.input 
{
    width: 100%;
    
    display: block;
    
    padding-left: 0px;
}

div.input.select
{
    overflow: hidden;
}

div.input > label 
{
    float: left;
    margin-left: -200px;
    padding: 3px 0 0 12px;
    width: 180px;
}

/* -- tweaks to the form styling -- */
.white-wrapper.set-1 .input:nth-of-type(2){
    position: relative;
    top: -13px;
}
.white-wrapper.set-1 .input:nth-of-type(4){
    display: block;
    padding: 10px;
}
.white-wrapper.set-1 .input:nth-of-type(5){
    width: 80%;
    margin-bottom: 20px;
}
.white-wrapper.set-1 .input:nth-of-type(5){
    width: 80%;
    margin-bottom: 20px;
}
.white-wrapper.set-1 .input:nth-of-type(5) label {
    width: 56%;
    padding: 0px;
}
body.forms div#content div.white-wrapper.set-1 p.form-input-content-after {
    left: 36%;
    margin: -46px 0px 0px 180px;
}

body.mobile div.input > label,
body.mobile div.white-wrapper div.input > label 
{
    display: block;
    
    float: none;
    margin-left: 0px;
    
    width: 95%;
} 

div.input > .error-message
{
   color: red;
}

div.input.required > label 
{
    background-image: url("../img/lib24watch/required-field.gif");
    background-position: 0 4px;
    background-repeat: no-repeat;
}

body.forms div#content div.white-wrapper
{
    background-color: white;
    
    border: 1px solid #999999;
    
    padding: 1.867em;
    
    margin-bottom: 20px;
    
    position: relative;
}

div.white-wrapper div.input
{
    padding-left: 150px;
}

div.white-wrapper div.input > label
{
    margin-left: -150px;
    width: 130px;
}

body.forms div#content div.white-wrapper h3
{
    font-family: Arial, sans-serif;
    font-size: 18pt;
    font-weight: normal;
    
    margin-top: 0px;
}

body.forms div.white-wrapper div.input
{
    width: 33%;
    
    display: inline-block;
    
    overflow: hidden;
}

body.forms div.white-wrapper div.input.textarea 
{
    width: 90%;
}

body.forms div#content div.white-wrapper div.checkbox.multiple
{
    padding-left: 0px;

    vertical-align: top;
    
    width: 50%;
}

body.forms.mobile div#content div.white-wrapper div.checkbox.multiple
{
    width: 90%;
}

body.forms div#content div.white-wrapper div.checkbox.multiple > label
{
    display: block;
    
    float: none;
    
    margin-left: 0px;
    padding-left: 0px;
    
    width: 90%;
    
    font-weight: bold;
}

body.forms div#content div.white-wrapper div.checkbox.multiple div.checkbox
{
    width: 35%;
    
    padding-left: 20px;
    
    display: inline-block;
}

body.forms div#content div.white-wrapper div.checkbox.multiple div.checkbox input[type="checkbox"]
{
    float: left;
    margin-left: -20px;
}

body.forms div#content div.white-wrapper p.form-input-content-after
{
    position: absolute;
    
    left: 50%;
    
    margin: -27px 0px 0px 180px;
    
    background-image: url(../img/layout/form-popup-bg.png);
    background-position: top left;
    background-repeat: no-repeat;
    
    width: 27px;
    height: 24px;
    
    overflow: hidden;
    
    text-indent: -5000px;
    
    cursor: pointer;
}

body.forms.mobile div#content div.white-wrapper p.form-input-content-after
{
    left: 80px;
}

body.forms div#content div.white-wrapper p.form-input-content-after:hover
{
    text-indent: 0px;
    
    width: 25%;
    height: auto;
    
    max-width: 450px;
    
    padding: 12px 12px 12px 49px;
    
    overflow: auto;
    
    z-index: 500;
}

body.forms div.input input,
body.forms div.input textarea,
body.forms div.input select
{
    padding: 0.4em;
    
    background-color: #f0f1f2;
    
    border: none;
}

body.forms.mobile div.input input,
body.forms.mobile div.input textarea,
body.forms.mobile div.input select
{
    padding: 2em;
}

body.forms div.input input[type="text"],
body.forms div.input input[type="password"],
body.forms div.input textarea,
body.forms div.input select
{
    min-width: 12.33em;
}

body.forms div.white-wrapper div.input input[type="text"],
body.forms div.white-wrapper div.input input[type="password"],
body.forms div.white-wrapper div.input textarea,
body.forms div.white-wrapper div.input select
{
    width: 90%;
}

a.blue-button,
div.submit input 
{
    background-color: #145fa5;
    border: medium none;
    color: white;
    cursor: pointer;
    font-size: 15pt;
    font-weight: bold;
    padding: 20px 20px;
}

div#content-footer
{
    position: absolute;
    
    clear: both;
    
    width: 100%;
    height: 35px !important;
    
    padding: 0px;
    
    background-image: url(../img/layout/longfence-logo-small.png);
    background-repeat: no-repeat;
    background-position: 20px top;
    
    margin: 0px 0px 0px 0px;
    
    bottom: 75px;
}

body.home div#content-footer
{
    position: relative;
    
    width: auto;
    
    bottom: inherit;
}

div#content-footer ul#footer-nav
{
    list-style: none;
    
    margin: 0px 0px 0px 150px;
    padding: 0px;
    
    line-height: 34px;
    
    overflow: auto;
}

div#content-footer ul#footer-nav > li
{
    display: inline-block;
    
    padding: 0px 2%;
    margin: 0px;
    
    line-height: 0.6em;
    
    border-left: 1px solid #666666;
}

div#content-footer ul#footer-nav > li:first-child
{
    border-left: none;
}

div#content-footer ul#footer-nav > li a,
div#content-footer p.copyright
{
    font-family: Arial, sans-serif;
    font-size: 0.6em;
    color: #666666;
    
    text-decoration: none;
}

div#content-footer p.copyright
{
    position: absolute;
    
    right: 60px;
    bottom: 10px;
    
    margin: 0px;
    padding: 0px;
}

footer
{
    position: fixed;
    
    margin: 0px auto;
    
    height: 65px;
    
    text-align: center;
    
    bottom: 0px;
    width: 100%;
    
    background-color: transparent;
    background-image: url(../img/layout/footer-bg.png);
    background-repeat: repeat-x;
    background-position: left top;
    
    z-index: 1000;
}

body.mobile footer
{
    height: 130px;
}

footer > span,
footer > div > span
{
    font-size: 15pt;
    
    line-height: 78px;
    
    color: white;
    
    float: right;
    
    padding: 0px 20px 0px 20px;
}

body.mobile footer > span,
body.mobile footer > div > span
{
    font-size: 30pt;
    
    line-height: 140px;
}

footer > span:first-child
{
    float: left;
    
    font-family: 'Roboto Slab', sans-serif;
    font-size: 13pt;
    
    color: #6698c6;
}

body.mobile footer div.social-icons,
body.mobile footer div#google-site-search
{
    display: none;
}

footer div.social-icons,
footer div#google-site-search
{
    float: right;
}

footer div#google-site-search
{
    margin: 28px 20px 0px 10px;
}

footer div#google-site-search form
{
    position: relative;
    
    width: 142px;
}

footer div#google-site-search form div.input
{
    margin-bottom: 0px;
    padding-left: 0px;
}

footer div#google-site-search form input[type="text"] 
{
    position: absolute;
    
    right: 17px;
    
    border: none;
    
    display: inline;
    
    height: 22px;
    padding: 0 0.25em 0 0.25em;
    vertical-align: top;
    width: 125px;
    
    border-radius: 0px;
    
    background-color: #4d87bd;
    
    color: white;
}


footer div#google-site-search form input[type="submit"] 
{
    position: absolute;
    
    right: 0px;
    
    background: url("../img/layout/seach-icon.png") no-repeat scroll 0px 2px #4d87bd;
    border: medium none;
    border-radius: 0px;
    display: inline;
    height: 22px;
    padding: 0;
    text-indent: -5000px;
    width: 18px;
}

footer > span.footer-copy-right
{
    font-family: 'Roboto Slab', serif;
    font-size: 1.66em;
}

footer div.social-icons ul
{
    list-style: none;
    
    margin: 0px;
    padding: 0px;
    
    overflow: auto;
}

footer div.social-icons ul > li
{
    display: inline-block;
    
    margin: 28px 4px 0px 0px;
}

footer div.social-icons ul > li > a
{
    display: block;
    
    background-image: url(../img/layout/social-icons.png);
    background-position: left top;
    background-repeat: no-repeat;
    
    width: 23px;
    height: 22px;
    
    text-indent: -5000px;
}

footer div.social-icons ul > li.twitter > a
{
    background-position: -23px 0px;
}

footer div.social-icons ul > li.pinterest > a
{
    background-position: -46px 0px;
}

footer div.social-icons ul > li.rss > a
{
    background-position: -69px 0px;
}

div.debug-area
{
    position: absolute;
    top: 0px;
    left: 0px;
    
    overflow: hidden;
    
    height: 10px;
    
    width: 10px;
    
    background-color: #cccccc;
}

div.debug-area:hover
{
    height: 100%;
    width: 100%;
    
    z-index: 2001;
}

/* products page */
div.products
{
	overflow: visible;
}
div.products > ul
{
	list-style: none;
	padding: 0;
}

div.products > ul li
{
	float: left;
	margin: 0 5px 20px 0;
	text-align: center;
	
	width: 330px;
	position: relative;
}

body.mobile div.products > ul li
{
	width:460px;
}

div.products > ul li.category-title,
body.mobile div.products > ul li.category-title
{
    clear: left;
    
    width: 100%;
}

div.products > ul li.category-title h3
{
    margin-bottom: 5px;
    
    text-align: left;
    
    text-transform: none;
}

body.mobile div.products > ul li.category-title h3
{
    font-size: 30pt;
}

div.products > ul > li > a
{
	display: block;
}

div.products > ul li img
{
	width: 100%;
	border: none;
}

div.products > ul li a.caption
{
	display: block;
	text-transform: uppercase;
	text-decoration: none;

	font-size: 11pt;
    
	color: #333333;
	white-space: nowrap;
}

body.mobile div.products > ul li a.caption
{
    font-size: 22pt;
}

ul.gallery-types li div.mouse-over-image
{
	position: absolute;
	
	display: none;
	
	/*height:248px;
	width:330px;*/
	width:100%;
	
	background-image: url("../img/products/product-mouse-over-trans.png");
    background-size: cover;
}

body.mobile ul.gallery-types li div.mouse-over-image
{
    /*height:436px;
	width:460px;*/
	width:100%;
}

.green ul.gallery-types li div.mouse-over-image
{
	background-image: url("../img/products/product-mouse-over-trans-green.png");
}

ul.gallery-types li:hover div.mouse-over-image
{
	display: block;
}

div#products-sidebar.sidebar-container
{
	background-color: #EBEBE9;
	margin-top: -27px;
	margin-left: 0;
	width: 296px;
	padding: 20px;
}

div#products-sidebar.sidebar-container a
{
	text-transform: uppercase;
	text-decoration: none;
}

div#products-sidebar.sidebar-container div
{
	border-bottom: 1px solid #999999;
	padding: 10px 0 10px 0px;
	margin: 0 15px;
}

div#products-sidebar.sidebar-container h3
{
    margin-bottom: 11px;
}

div#blog-widgets.sidebar-container h3,
div#blog-widgets.sidebar-container h3 a,
div#products-sidebar.sidebar-container h3,
div#products-sidebar.sidebar-container h3 a
{
	color: #ff9103;
	margin: 0;
	font-family: "Roboto Slab", sans-serif;
    font-weight: bold;
    font-size: 16pt; 
}

div#products-sidebar.sidebar-container ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

div#products-sidebar.sidebar-container ul li
{
	margin: 3px 0;
}

div#products-sidebar.sidebar-container ul li a
{
	color: #333333;
	font-family: Arial, sans-serif;
    font-size: 12pt;
}

#section-feature-image 
{
	position: relative;
}

#section-feature-image #section-feature-overlay
{
	position: absolute;
	top: 30px;
	left: 60px;
	color: #ffffff;
}

#section-feature-image #section-feature-overlay .section-feature-headline
{
    color: white;


	text-shadow: 
		-0   -1px 1px #0053A0,
		 0   -1px 1px #0053A0,
		-0    1px 1px #0053A0,
		 0    1px 1px #0053A0,
		-1px -0   1px #0053A0,
		 1px -0   1px #0053A0,
		-1px  0   1px #0053A0,
		 1px  0   1px #0053A0,
		-1px -1px 1px #0053A0,
		 1px -1px 1px #0053A0,
		-1px  1px 1px #0053A0,
		 1px  1px 1px #0053A0,
		-1px -1px 1px #0053A0,
		 1px -1px 1px #0053A0,
		-1px  1px 1px #0053A0,
		 1px  1px 1px #0053A0;

    
    text-transform: uppercase;
    text-decoration: none;	
	
	font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 36pt;

	text-transform: uppercase;
}
#section-feature-image #section-feature-overlay .section-feature-sub-headline
{
	font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 22pt;
}

#section-feature-image #section-feature-overlay .section-feature-button
{
	margin-top: 25px;
}
#section-feature-image #section-feature-overlay .section-feature-button a
{
	background: #b56701;
	border: none;
	border-radius: 10px;
	box-shadow: none;
	padding: 5px 10px 6px 10px;
}
#section-feature-image #section-feature-overlay.green .section-feature-button a
{
	background: none repeat scroll 0 0 #75911b;
}

#section-feature-image ul.product-categories
{
	width: 336px;
	min-height: 380px;
	position: absolute;
	top: 0;
	left: auto;
	right: 0px;
	white-space: normal;
    
    z-index: 3;
}

#section-feature-image ul.product-categories > li
{
	padding: 20px 30px 25px 30px;
	background-image: none;
	width: 276px;
}

ul.product-categories li.residential-box h3,
ul.product-categories li.commercial-box h3,
ul.product-categories li.rental-box h3 
{
	padding-bottom: 20px;
    margin-bottom: 20px;
	
    border-bottom: 1px solid #94BC07;
}

ul.product-categories li.commercial-box h3,
ul.product-categories li.rental-box h3 
{
	border-bottom: 1px solid #FF9103;
}

#section-feature-image ul.product-categories li p.tagline
{
	color: #ffffff;
	font-family: 'Roboto Slab', serif;
	font-weight: 100;
	font-size: 29pt;
    line-height: 32pt;
	height: 140px;
	overflow: hidden;
	margin: 10px 0 20px 0;
}

#section-feature-image ul.product-categories.commercial,
#section-feature-image ul.product-categories.rental
{
	background-image: url("../img/layout/commercial-box-bg.png");
}

#section-feature-image ul.product-categories.residential
{
	background-image: url("../img/layout/residential-box-bg.png");
}

#section-feature-image ul.product-categories li a.button 
{
	display: block;
	position: static;
	text-align: center;
	margin-top: 15px;
}

div.sidebar-container ul.product-categories li.commercial-box a.button.special-offer,
#section-feature-image ul.product-categories li.commercial-box a.button.special-offer
{
    display: block;
}

div#blog-widgets.sidebar-container h3 a
{
	color: #FF9103;
}


div#blog-widgets.sidebar-container > div > ul > li > a
{
    font-family: Arial, sans-serif;
}


div#blog-widgets.sidebar-container h3,
div.green div#products-sidebar.sidebar-container h3 a
{
	color: #94BC07;
}

div.orange div#products-sidebar.sidebar-container h3 a
{
    color: #ff9103;
}

.page-content
{
	clear: left;
    
    display: block;
}
/* end products page */
