/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1em;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
    font: 14px/18px Helvetica, Helvetica Neue, Arial;
}

.wrapper {
    width: 90%;
    margin: 0 5%;
}

/* ==============
    MOBILE: Menu
   ============== */

nav ul {
    margin: 0;
    padding: 0;
}
/*
nav a {
    display: block;
    margin-bottom: 10px;
    padding: 15px 0;

    text-align: center;
    text-decoration: none;
    font-weight: bold;

    color: white;
    background: #e44d26;
}

nav a:hover,
nav a:visited {
    color: white;
}

nav a:hover {
    text-decoration: underline;
}
*/
/* ==============
    MOBILE: Main
   ============== */

.main {
    padding: 40px 0px;
}

.main article h1 {
    font-size: 2em;
}

.main aside {
    color: white;
    padding: 0px 5% 10px;
}

.footer-container footer {
    color: white;
    padding: 20px 0;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
	font-family: 'Lato', Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #666;

	background: #FFF;
	text-align: center;
}
h1 {
	margin: 0px 0px 0px 7px;
	padding: 0px;

	font-size: 1.72em;
	font-weight: 400;
}
	h1 a {
		color: #4d8047;
		text-decoration: none;
	}
h2 {
	margin: 0px;
	padding: 20px 0px 10px 0px;

	font-size: 1.28em;
	font-weight: 300;
	color: #888;
	text-transform: lowercase;
}
.headline {
	padding: 0px 0px 20px 20px;
}
h3 {
	margin: 0px;
	padding: 20px 0px 0px 0px;

	font-size: 1.1em;
	font-weight: 400;
	color: #428e45;
	text-transform: lowercase;
}
	h3 .date {
		display: block;
		font-size: 0.7em;
		color: #999;
	}
a {
	color: #428e45;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.application_btn {
	margin-top: 5px;
	display: inline-block;
	background: #428e45;
	padding: 5px 10px;
	border-radius: 4px;
	color: #f5f5f5;
}
a.application_btn:hover {
	background: #40663c;
	text-decoration: none;
}
p {
	margin: 0.2em 0 1em 0;
}
b, strong {
	font-weight: 400;
	color: #428e45;
}
	.container {
		margin: 0 auto;
		max-width: 960px;

		text-align: left;
	}
		header {
			padding: 16px 0px 14px 0px;
		}
		nav {
			margin-right: 20px;
			text-align: right;
		}
		nav a {
			position: relative;
			top: 2px;
			margin-left: 15px;
			font-size: 1.28em;
			font-weight: 300;
			color: #888;
			text-decoration: none;
		}
		nav a.selected {
			color: #428e45;
			text-decoration: underline;
		}
		.banner img {
			width: 100%;
		}
		.gallery_pad img {
			width: 100%;
		}
		.back_btn {
			margin-top: 20px;
		}
		table {
			width: 100%;
		}
		table td {
			line-height: 1.8em;
		}
		table td:first-of-type {
			width: 25%;
		}
		table td:nth-of-type(2),
		table td:nth-of-type(4) {
			width: 5%;
		}
		table td:nth-of-type(3) {
			width: 20%;
		}
		table td:nth-of-type(5) {
			width: 45%;
		}
		footer {
			position: relative;
			margin-bottom: 40px;

			font-size: 0.85em;
			color: #aaa;
			text-align: center;
		}
			.res_artis, 
			.acc {
				margin: 0px 20px;
			}
			.res_artis img,
			.acc img {
				height: 60px;

			}
			footer span {
				padding: 0px 8px;
			}

.left_floater {
	float: left;
}
.right_floater {
	float: right;
}
.dark_green {
	color: #40663c;
}
.add_top_space {
	padding-top: 40px;
}
.img_top_space {
	margin-top: 20px;
}
.right_side {
	text-align: right;
}
.left_marg {
	margin-left: 5%;
}
.width_v {
	width: 65%;
}
.width_h {
	width: 29%;
}

[class*='col-'] {
  float: left;
}
[class*='col-'] img.full_size {
	width: 100%;
	margin-bottom: 20px;
}
.col-1-8 {
	width: 12.5%;
}
.col-2-8 {
	width: 25%;
}
.col-3-8 {
	width: 37.5%;
}
.col-4-8 {
	width: 50%;
}
.col-5-8 {
	width: 62.5%;
}
.col-6-8 {
	width: 75%;
}
.col-8-8 {
	width: 100%;
}

.grid:after {
  content: "";
  display: table;
  clear: both;
  margin-bottom: 50px;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

[class*='col-'] {
  padding-right: 20px;
}
[class*='col-']:last-of-type {
  padding-right: 0;
}
[class*='col-'].pad_20 {
	padding-right: 20px;
}
[class*='col-'].gallery_pad {
	padding: 10px;
}
[class*='col-']:first-of-type {
  padding-left: 20px;
}

.grid-pad {
  padding: 20px 0 20px 20px;
}

.grid-pad > [class*='col-']:last-of-type {
  padding-right: 20px;
}

[class*='col-'].no_right {
	padding-right: 0;
}
[class*='col-'].no_left {
	padding-left: 0;
}
[class*='col-'].add_left {
	padding-left: 20px;
}
.gallery_spacing {
	padding-bottom: 300px;
}

input[type=text], textarea {
	border: 0px;
	padding: 5px;
	width: 100%;
	margin-bottom: 20px;
	
	background: #e5e5e5;
	font-family: 'Lato', sans-serif;
	font-size: 1em;
	color: #333;
}
input[type=submit], input[type=reset] {
	border: 0px;
	margin-right: 10px;
	padding: 8px 8px 6px 8px;

	background: #666;;
	color: #f5f5f5;
	line-height: 1em;
}





/* ==========================================================================
   Media Queries
   ========================================================================== */

@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: 35em) {

}

@media (max-width: 768px) {
	nav {
		margin-top: 20px;
	}
	nav a {
		display: block;
	}
	[class*='col-'].gallery_pad {
		width: 50%;
	}
	[class*='col-'].simple_cont,
	[class*='col-'].form_box {
		width: 100%;
		padding: 0px 20px;
	}
}
@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;
    }
}

/* ==========================================================================
   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; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
