/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/


/* Table of Contents
==================================================
    #Base 960 Grid
    #Tablet (Portrait)
    #Mobile (Portrait)s
    #Mobile (Landscape)
    #Clearing */



/* #Base 960 Grid
================================================== */

    .container                                  { position: relative; width: 960px; margin: 0 auto; padding: 0; }
    .container .column,
    .container .columns                         { float: left; display: inline; margin-left: 10px; margin-right: 10px; }
    .row                                        { margin-bottom: 20px; }

    /* Nested Column Classes */
    .column.alpha, .columns.alpha               { margin-left: 0; }
    .column.omega, .columns.omega               { margin-right: 0; }

    /* Base Grid */
    .container .one.column,
    .container .one.columns                     { width: 40px;  }
    .container .two.columns                     { width: 100px; }
    .container .three.columns                   { width: 160px; }
    .container .four.columns                    { width: 220px; }
    .container .five.columns                    { width: 280px; }
    .container .six.columns                     { width: 340px; }
    .container .seven.columns                   { width: 400px; }
    .container .eight.columns                   { width: 460px; }
    .container .nine.columns                    { width: 520px; }
    .container .ten.columns                     { width: 580px; }
    .container .eleven.columns                  { width: 640px; }
    .container .twelve.columns                  { width: 700px; }
    .container .thirteen.columns                { width: 760px; }
    .container .fourteen.columns                { width: 820px; }
    .container .fifteen.columns                 { width: 880px; }
    .container .sixteen.columns                 { width: 940px; }

    .container .one-third.column                { width: 300px; }
    .container .two-thirds.column               { width: 620px; }

    /* Offsets */
    .container .offset-by-one                   { padding-left: 60px;  }
    .container .offset-by-two                   { padding-left: 120px; }
    .container .offset-by-three                 { padding-left: 180px; }
    .container .offset-by-four                  { padding-left: 240px; }
    .container .offset-by-five                  { padding-left: 300px; }
    .container .offset-by-six                   { padding-left: 360px; }
    .container .offset-by-seven                 { padding-left: 420px; }
    .container .offset-by-eight                 { padding-left: 480px; }
    .container .offset-by-nine                  { padding-left: 540px; }
    .container .offset-by-ten                   { padding-left: 600px; }
    .container .offset-by-eleven                { padding-left: 660px; }
    .container .offset-by-twelve                { padding-left: 720px; }
    .container .offset-by-thirteen              { padding-left: 780px; }
    .container .offset-by-fourteen              { padding-left: 840px; }
    .container .offset-by-fifteen               { padding-left: 900px; }



@media only screen and (max-width: 959px) {

	.mobile-trigger {
		display: block;
		height: 20px;
		width: 30px;
		background: url(../images/menu.png) 0 0 no-repeat;
		float: right;
		text-indent: -9999px;
		margin: 15px 0 0;
	}

	.nav-close {
		display: block;
		height: 22px;
		width: 30px;
		background: url(../images/menu-close.png) 0 0 no-repeat;
		position: absolute;
		text-indent: -9999px;
		right: 20px;
		top: 45px;
	}
	
	
	/* mobile-menu */
	
	.mobile-menu {
		position: absolute;
		top: 0;
		left: 0;
		background: #555658 url(../images/menu-bg.png) right bottom no-repeat;
		z-index: 99999;
		width: 94%;
		padding: 30px 3%;
		display: none;
	}
	
	.mobile-menu ul {
		list-style: none;
		padding: 0;
		margin: 0;
		width: 70%;
	}
	
	.mobile-menu li {
		list-style: none;
		margin: 0 0 5px;
		padding: 0;
		font-size: 14px;
		text-align: left;
		border-bottom: 1px solid #666;
		padding: 8px 0 13px;
	}
	
	.mobile-menu li.menu-item-22 {
		padding-bottom: 0;
	}
	
	.mobile-menu ul ul {
		width: 100%;
		margin: 10px 0 0;
		padding-bottom: 0;
	}
	
	.mobile-menu li li {
		margin: 5px 0 5px 10px;
		padding: 8px 0 8px;
		border: 0;
		width: 100%;
	}
	
	.mobile-menu li a {
		color: #fff;
		font-weight: 600;
		text-transform: uppercase;
	}
	
	.mobile-menu li a:hover {
		text-decoration: none;
		color: #67bd4a;
	}
}


/* #Tablet (Portrait)
================================================== */

    /* Note: Design for a width of 768px */

@media only screen and (min-width: 768px) and (max-width: 959px) {

	.hide-tab-lnd-prt {
		display: none;
	}
	
	tab-lnd-pty {
		display: block;
	}

	#container,
	.container .sixteen.columns,
	.container {
		margin: 0;
		width: auto;
	}
	
	.container {
		padding: 0 20px;
	}
	
	
	/* header */
	
	header .container .sixteen.columns {
		width: 100%;
	}
	
	.logo-main {
		float: left;
	}
	
	.callus-mob {
		display: block;
		clear: both;
		border-top: 1px solid #f4f4f4;
		padding-top: 20px;
		margin-top: 20px;
	}
	
	.callus-mob p {
		font-size: 25px;
		font-weight: bold;
		text-transform: uppercase;
		float: left;
		margin: 12px 0 0;
	}
	
	.callus-mob span.green {
			color: #3a3a3a;
		}
	
	.callus-mob .btn {
		float: right;
	}

	.container .one-third.column {
		width: 30%;
		display: inline-block;
		vertical-align: top;
		float: none;
	}
	
	.home-panel {
		height: 478px;
	}
	
	.container .sixteen.columns {
		text-align: center;
		vertical-align: top;
	}
	
	/* quote form hp */
	
	#quote .container .sixteen.columns {
		width: 100%;
	}
	
	.quote .head {
		margin: 0 0 30px !important;
		float: none;
		display: block;
	}
	
	.quote .head h2.big {
		font-size: 20px;
	}
	
	#quote .container .six.columns,
	#quote .container .five.columns {
		width: 100%;
		padding: 0 !important;
		margin: 0;
	}

	.home-content-blocks .container .eight.columns {
		width: 45%;
		margin: 0 15px;
	}
	
	.home-content-block .content .feature-img {
		float: none;
		margin-left: 0;
		margin: 0 auto 10px;
		height: 100px;
	}
	
	.home-content-block .content {
		padding: 0;
		text-align: center;
	}
	
	.push {
		display: none;
	}

	footer {
		height: auto;
	}
	
	footer .ft-col {
		text-align: left;
		margin: 0;
		padding: 0;
		float: none;
		width: 100%;
	}
	
	footer .ft-col3 {
		margin-bottom: 40px;
	}
	
	footer .ft-col4 {
		margin: 20px 0;
		clear: both;
		width: auto;
		float: none;
		position: absolute;
		top: 110px;
		right: 20px;
		text-align: right;
	}
	
	footer .ft-col5 {
		float: none;
		position: absolute;
		top: 20px;
		right: 20px;
		margin: 20px 0;
		text-align: right;
		width: auto;
		clear: both;
	}
	
	input.fullwidth, textarea.fullwidth {
		width: 98%;
		padding-left: 1%;
		padding-right: 1%;
	}
	
	/* contact page */
	
	.page-template-page-contact-php aside.sidebar {
		display: none !important;
	}
	

}



/*  #Mobile (Portrait)
================================================== */

    /* Note: Design for a width of 320px */

    @media only screen and (max-width: 767px) {
        .container { width: 300px; }
        .container .columns,
        .container .column { margin: 0; }

        .container .one.column,
        .container .one.columns,
        .container .two.columns,
        .container .three.columns,
        .container .four.columns,
        .container .five.columns,
        .container .six.columns,
        .container .seven.columns,
        .container .eight.columns,
        .container .nine.columns,
        .container .ten.columns,
        .container .eleven.columns,
        .container .twelve.columns,
        .container .thirteen.columns,
        .container .fourteen.columns,
        .container .fifteen.columns,
        .container .sixteen.columns,
        .container .one-third.column,
        .container .two-thirds.column  { width: 300px; }

        /* Offsets */
        .container .offset-by-one,
        .container .offset-by-two,
        .container .offset-by-three,
        .container .offset-by-four,
        .container .offset-by-five,
        .container .offset-by-six,
        .container .offset-by-seven,
        .container .offset-by-eight,
        .container .offset-by-nine,
        .container .offset-by-ten,
        .container .offset-by-eleven,
        .container .offset-by-twelve,
        .container .offset-by-thirteen,
        .container .offset-by-fourteen,
        .container .offset-by-fifteen { padding-left: 0; }
		
		

		.hide-mob-lnd-prt {
			display: none;
		}
		
		.mob-lnd-prt {
			display: block;
		}
		
		#container,
		.container .sixteen.columns,
		.container {
			margin: 0;
			width: auto;
		}
		
		.container {
			padding: 0 20px;
		}
		
		
		/* header */
		
		header .container .sixteen.columns {
			width: 100%;
		}
		
		.logo-main {
			float: left;
			margin-top: 5px;
		}
		
		.logo-main img {
			width: 190px;
			height: 39px;
		}
		
		.callus-mob {
			display: block;
			clear: both;
			border-top: 1px solid #f4f4f4;
			padding-top: 20px;
			margin-top: 20px;
		}
		
		.callus-mob span.green {
			color: #3a3a3a;
		}
		
		.callus-mob p {
			font-size: 16px;
			font-weight: bold;
			text-transform: uppercase;
			float: none;
			margin: 12px 0 18px;
			text-align: center;
		}
		
		.callus-mob .btn {
			float: none;
			display: block;
			text-align: center;
			font-size: 22px;
			padding: 15px 20px 17px;
			background-color: #666;
			
		}
		
		.btn .i-arwr-w {
			top: -2px;
			position: relative;
		}
		
		
		
		
		
		/* homepage hero */
		
		.hero h1 {
			font-size: 25px;
		}
	
		.container .one-third.column {
			width: 100%;
			margin: 0 0 25px;
			display: block;;
			float: none;
		}
		
		.container .sixteen.columns {
			text-align: center;
			vertical-align: top;
			display: block;
			float: none;
		}
		
		.home-panel {
			margin-bottom: 0;
		}
		
		/* quote form hp */
		
		.home .quote {
			padding-top: 30px;
		}
		
		#quote .container .sixteen.columns {
			width: 100%;
		}
		
		.quote .head {
			margin: 0 0 30px !important;
			float: none;
			display: block;
		}
		
		.quote .head h2.big {
			font-size: 20px;
		}
		
		.home-panel .feature-img {
			background-position: center;
		}
		
		#quote .container .six.columns,
		#quote .container .five.columns {
			width: 100%;
			padding: 0 !important;
			margin: 0;
		}
	
		.home-content-blocks .container .eight.columns {
			width: 100%;
			margin: 0 0 10px;
		}
		
		section.home-content-blocks {
			padding: 30px 0 30px !important;
		}
		
		.home-content-block .content .feature-img {
			float: none;
			margin-left: 0;
			margin: 0 auto 10px;
			height: 100px;
		}
		
		.home-content-block .content {
			padding: 0;
			text-align: center;
		}
		
		.push {
			display: none;
		}
	
		footer {
			height: auto;
		}
		
		footer .ft-col {
			text-align: center;
			margin: 0;
			padding: 0;
			float: none;
			width: 100%;
		}
		
		footer .ft-col3 {
			margin-bottom: 20px;
		}
		
		footer .ft-col4 {
			margin: 10px 0;
			clear: both;
			width: auto;
			text-align: center;
		}
		
		footer .ft-col5 {
			float: none;
			margin: 20px 0;
			clear: both;
		}

		.copyright img {
			margin-left: 0;
			float: none;
		}
		
		input.fullwidth, textarea.fullwidth {
			width: 96%;
			padding-left: 2%;
			padding-right: 2%;
		}
		
		
		/* content page */
		
		.page-wrap .primary, .page-wrap aside {
			width: 100%;
			float: none;
			display: block !important;
		}
		
		aside.sidebar {
			padding: 0;
		}
		
		.primary {
			border-right: 0;
		}
		
		.primary .content {
			padding-right: 0;
		}

		

		/* image gallery */
		
		.gallery-thumb {
			width: 40%;
		}
		
		.gallery-thumb img {
			width: 100%;
		}
		
		#fancybox-thumbs.bottom {
			display: none;
		}
		
		/* subpage entries */
		
		.subpage-entry {
			padding-left: 0;
			padding-right: 0;
		}
		
		.subpage-entry .feature-img {
			float: none;
			margin-left: 0;
		}
		
		/* contact page */
		
		.container .five.columns,
		.container .ten.columns {
			width: 100%;
		}
		
		dl.contact-details dt {
			clear: both;
		
		}
		
		.header-internal h1 {
			font-size: 25px;
		}
		


}


@media only screen and (-webkit-min-device-pixel-ratio: 2), 
only screen and (min-device-pixel-ratio: 2) {

	.mobile-trigger {
		background: url(../images/menu2x.png) 0 0 no-repeat;
		background-size: 100% auto;
	}

	.nav-close {
		background: url(../images/menu-close2x.png) 0 0 no-repeat;
		background-size: 30px 22px;
	}

}



/* #Clearing
================================================== */

    /* Self Clearing Goodness */
    .container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

    /* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */
    .clearfix:before,
    .clearfix:after,
    .row:before,
    .row:after {
      content: '\0020';
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0; }
    .row:after,
    .clearfix:after {
      clear: both; }
    .row,
    .clearfix {
      zoom: 1; }

    /* You can also use a <br class="clear" /> to clear columns */
    .clear {
      clear: both;
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0;
    }
