/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

html,
button,
input,
select,
textarea {
    color: #000;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #000;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
    font: 16px/26px Helvetica, Helvetica Neue, Arial;
}

.wrapper {
    width: 90%;
   /* margin: 0 5%;*/
    margin: 0 auto;
	z-index:1000;
}

/*.nav_wrapper {
    width: 90%;
    margin: 0 5%;
}*/
.header-container{
	background: #c0b094;
	background: #ece0cb;
}
.nav-container{
	background: #9d8b6c;
	background: #3a2c22;
	-moz-box-shadow:    0 10px 10px -10px #000;
	-webkit-box-shadow: 0 10px 10px -10px #000;
	box-shadow:         0 10px 10px -10px #000;
	z-index:1000;
}
.logo-container img {
    height: auto;
	max-height:110px;
}
.logo-container h1, .logo-container h2 {
	text-indent:-9999em;
	font-size:0px;
	line-height:0;
	margin-bottom:0;
}
/*.logo-container img{
	padding-left:10px;
}*/
.footer-container{
	background: #9d8b6c;	
}
.footer-container footer {
    padding: 0 0 20px 0;
	font-size: 1.0em;
}
.footer-container, footer a:link, footer a:visited {
    color: #091f0e;
    text-decoration:none;
	font-weight: bold;
}
footer a:hover, footer a:active {
    text-decoration:underline;
}
/* ==============
    MOBILE: Main
   ============== */
.main {
    padding: 20px 0px 20px 0px;
}
.main {
    padding: 10px 10px 20px 10px;
	background-color: #fffcef;
	background-color: #fff;
        -webkit-box-shadow: 0 5px 10px #000;
           -moz-box-shadow: 0 5px 10px #000;
                box-shadow: 0 5px 10px #000;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.75);
	
    -webkit-box-shadow: 0 10px 10px 3px #000;
    -moz-box-shadow: 0 10px 10px 3px #000;
    box-shadow: 0 10px 10px 3px #000;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.row
{
	clear: left;
	overflow: hidden;
	zoom: 1;
	_overflow: visible;
}

.w-4col,.w-3col,.w-2col,.w-1col,.m-2col,.m-1col
{
	padding: 0;
	/*background: #aaa;*/
	margin-bottom: 0px;
}
.kw-1col
{
	padding: 10px 0;
}
/* -----------------------------------
wide
----------------------------------- */

@media (min-width: 700px)
{
	.w-4col,.w-3col,.w-2col,.w-1col
	{
		float: left;
		margin-right: 2%;
		/*background-color: yellow;*/
	}
	
	.w-4col { width: 100%; }
	.w-3col { width: 74.5%; }
	.w-2col { width: 49%; }
	.w-1col { width: 23.5%; }
	.w-4col { margin-right: 0; }
	
	.kw-3col, .kw-2col, .kw-1col{
		float: left;
		margin-right: 2%;
	}
	.kw-3col { width: 100% }
	.kw-2col { width: 65% }
	.kw-1col { width: 32% }
	.kw-3col { margin-right:0; }
	.w-last  { margin-right: 0; }
}

/* -----------------------------------
medium
----------------------------------- */

@media (min-width: 500px) and (max-width: 699px)
{
	.m-2col,.m-1col
	{
		float: left;
		margin-right: 4%;
		/*background-color: lime;*/
	}
	
	.m-2col { width: 100%; }
	.m-1col { width: 48%; }
	.m-2col,.m-last,.w-last { margin-right: 0; }
}















/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 0px) and (max-width: 610px) {
	#header_contact{
		display:none;
	}
}
@media only screen and (min-width: 0px) and (max-width: 320px) {
	div.cycle-overlay{
		display:none !important;
	}
}
@media only screen and (min-width: 480px) {

/* ====================
    INTERMEDIATE: Menu
   ==================== */

 /*   nav a {
        float: left;
        width: 27%;
        margin: 0 1.7%;
        padding: 25px 2%;
        margin-bottom: 0;
    }

    nav li:first-child a {
        margin-left: 0;
    }

    nav li:last-child a {
        margin-right: 0;
    }*/

/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */

/*    nav ul li {
        display: inline;
    }

    .oldie nav a {
        margin: 0 0.7%;
    }*/
}

@media only screen and (min-width: 768px) {

/* ====================
    WIDE: CSS3 Effects
   ==================== */

 /*   .header-container,
    .main aside {
        -webkit-box-shadow: 0 5px 10px #aaa;
           -moz-box-shadow: 0 5px 10px #aaa;
                box-shadow: 0 5px 10px #aaa;
    }*/

/* ============
    WIDE: Menu
   ============ */

    .title {
        float: left;
    }

  /*  nav {
        float: right;
        width: 38%;
    }*/

/* ============
    WIDE: Main
   ============ */

/*    .main article {
        float: left;
        width: 57%;
    }

    .main aside {
        float: right;
        width: 28%;
    }*/
}

@media only screen and (min-width: 1140px) {

/* ===============
    Maximal Width
   =============== */

    .wrapper {
        width: 1026px; /* 1140px - 10% for margins */
        margin: 0 auto;
    }
    .nav_wrapper {
        width: 1026px; /* 1140px - 10% for margins */
        margin: 0 auto;
    }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
	body, article, section, aside {
      width: 100%;
      margin: 0;
      padding: 0;
	  font-size:10pt;	
	  font-family:verdana, arial, sans-serif; 
   }
    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
		font-size: 70%; 
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
		font-size: 70%; 
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
	.classified_photos a:after {
        content: "";
    }
	a:after > img {
        content: "";
    }
	.tablesaw-advance{
		display:none;
	}
/*	$a:after > img {
	   content: "";
	}*/
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }
    tr,
	ul,
    img {
        page-break-inside: avoid; 
    }

    img {
        max-width: 100% !important; 
    }

    @page {
		margin-top:0.4cm;
        margin: 0; 
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3; 
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
	section { display: block; page-break-before: always; }
  	pre code {page-break-after: always;}
	article {
	   page-break-before: always;
	}
}