﻿/*
Theme: Theme Machine Responsive
Author: Orchard Team modified by Planet Telex – http://www.orchardproject.net, http://www.planettelex.net
Copyright: 2012, Orchard. All Rights Reserved
Acknowledgments: Modifications to TheThemeMachine for an enhanced mobile/responsive experience included snippets from:
HTML5 BP (github.com/h5bp/html5-boilerplate),
Normalize (git.io/normalize),
1140 Grid System (cssgrid.net/)
*/

/* External fonts */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600&subset=latin-ext');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

/*  Color Palette
**************************************************************

Background: #fff
Borders: #dbdbdb
Text: #434343
Secondary Text: #999999
Main Accent: #999
Links: #88c573
*/

/* Reset
***************************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

/* Remember focus styles! */
:focus { outline: 0; }

ol, ul { list-style: none; }

/* Tables still need 'cellspacing="0"' in the markup */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }

blockquote:before, blockquote:after,
q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* HTML 5 elements as block */
article, aside, details, figcaption, figure,
footer, header, hgroup, nav, section, summary { display: block; }

/* Embedded Content */
figure {margin: 0}
img, object, embed, video { max-width: 100%; _width: 100%; height: auto; } /* Fluid images */
img {border: 0;	-ms-interpolation-mode: bicubic} /* Improve IE's resizing of images */
svg:not(:root) {overflow: hidden} /* Correct IE9 overflow */
audio, canvas, video { display: inline-block; } /* Corrects `inline-block` display not defined in IE 8/9. ! normalize.css v2.0.1 | MIT License | git.io/normalize */
audio:not([controls]) { display: none; height: 0; } /* Prevents modern browsers from displaying `audio` without controls. Remove excess height in iOS 5 devices. ! normalize.css v2.0.1 | MIT License | git.io/normalize */

/* Links */
a:focus { outline: thin dotted; } /* Addresses `outline` inconsistency between Chrome and other browsers. */
a:active, a:hover { outline: 0; } /* Improves readability when focused and also mouse hovered in all browsers. */

/* Clearing Floats
***************************************************************/

.group:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.zone:after, .widget-control:after /* .zone:after self clears every zone container - .widget-control:after self clears any floats used in a widget */
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}



/* General (Base styling for ALL devices and resolutions)
***************************************************************/

/* Default font settings.
The font-size 81.3% sets the base font to 13px

Pixels     EMs         Percent Points
6px     0.462em     46.2%     5pt
7px     0.538em     53.8%     5pt
8px     0.615em     61.5%     6pt
9px     0.692em     69.2%     7pt
10px     0.769em     76.9%     8pt
11px     0.846em     84.6%     8pt
12px     0.923em     92.3%     9pt
13px     1em         100%     10pt
14px     1.077em     107.7%     11pt
15px     1.154em     115.4%     11pt
16px     1.231em     123.1%     12pt
17px     1.308em     130.8%     13pt
18px     1.385em     138.5%     14pt
19px     1.462em     146.2%     14pt
20px     1.538em     153.8%     15pt
21px     1.615em     161.5%     16pt
22px     1.692em     169.2%     17pt
23px     1.769em     176.9%     17pt
24px     1.846em     184.6%     18pt
*/

/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom. !normalize.css v2.0.1 | MIT License | git.io/normalize
 */

html {
    font-family: sans-serif; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

body  {
  line-height: 1;
  font-size: 81.3%; /* May need to adjust responsive navigation placement if you change this value */
  color: #434343;
  background: #fff;
  font-family: Tahoma, "Helvetica Neue", Arial, Helvetica, sans-serif;
  margin: 0 auto;
  width: 100%;
}

/* Headings */
h1,h2,h3,h4,h5,h6 { font-weight: normal; margin:.6em 0;}

h1 { font-size: 1.308em; }
h2 { font-size: 1.231em; }
h3 { font-size: 1.154em; }
h4 { font-size: 1.077em; }
h5 { font-size: 1em; }
h6 { font-size: 1em; }

h1 img, h2 img, h3 img,
h4 img, h5 img, h6 img {
  margin: 0;
}

/* Aside Headings */
aside h1 { font-size: 1.154em; }
aside h2 { font-size: 1.077em; }
aside h3 { font-size: 1em; }
aside h4 { font-size: 1em; }
aside h5 { font-size: 1em; }
aside h6 { font-size: 1em; }

/* Lists */
li ul,
li ol       { margin:0 2.03125%; }
ul, ol      { margin: 1.5em 2.03125%; line-height: 1.538em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 2.03125%;}

/* Text elements */
p                       { margin: 0 0 1em; line-height: 1.538em; }
p img.left, p img[align=left], p img.right, p img[align=right]    { display: block; float: none; margin: 0.923em auto; }

a:focus,
a:hover     { text-decoration: underline; }
a           { color: #88c573; text-decoration: none; }

blockquote  { margin: 0.923em 1.25%; color: #666; font-style: italic; }
b, strong   { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
mark        { background: #ff0; color: #000; }
sup, sub    { line-height: 0; }

abbr, abbr[title],
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 0.923em; font-style: italic; }
del         { color:#666; }

pre         { margin: 0.923em 0; white-space: pre; white-space: pre-wrap; word-wrap: break-word;}
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.462em; }



/* Forms
***************************************************************/

form              { margin: 0; padding: 0;}
legend            { font-size: 1.231em; font-weight: normal; border:none;}
fieldset          { padding:.4615em 0 0; margin:0 0 .923em 0; border: 0px solid #dbdbdb; }
label             { font-weight:normal; display:block; padding: 0 0 0.3em 0; }
label.forcheckbox { margin:0 0 0 .4em; display:inline; }

input[type=text], input[type=password] {
    display: block;
    width: 43.33333333333333%;
    padding: 0.4615em;
}

input[type=checkbox] {
    margin:.2em 0 1.2em 0;
}

fieldset ol     { list-style-type:none; padding: 0; margin: 0; }
fieldset ol li  { margin: 0 0 .4615em 0; }

form.inline, form.inline fieldset { /* todo: (heskew) need something other than .inline ... */
    display:inline;
}

form.inline fieldset {
    margin:0;
}

input[type=checkbox]:focus, input[type=radio]:focus {
    outline:1px dotted #666d51;
}

input[readonly] {
    background-color: #EBEBE4;
    color: #545454;
}

legend span {
    font-weight:normal;
}
label span {
    font-weight:normal;
}
label input {
    vertical-align:text-top;
}
.hint {
    display:block;
    font-size: 0.846em;
    color:#999;
    margin-top: 3px;
    padding: .2307em;
}
/* todo: (heskew) try to get .text on stuff like .text-box */
select, textarea, input.text, input.textMedium, input.text-small, input.text-box {
    width: 96%;
    font-family:inherit;
    padding:3px;
    border:1px solid #bdbcbc;
    font-family:inherit;
    font-size:inherit;
}
input.text, input.textMedium, input.text-box {
    line-height:1.2em;
}
/*Are we using the two classes below?*/
input.text-small {
    width: 5.41666666666667%;
}
input.textMedium {
    width: 35.20833333333333%;
}
select {
    padding:1px;
}
select:focus, textarea:focus, input.text:focus, input.text-box:focus, input.text-small:focus, input.textMedium:focus  {
    border-color:#666d51;
}
input.check-box {
    margin-left:0;
    vertical-align:-.1em;
}
input.large.text, textarea, fieldset {
    clear:both;
}

textarea {
    min-height:8em;
}

/* Structure
***************************************************************/
#layout-wrapper { }

#layout-header, #layout-navigation, #layout-featured, #layout-before-main, #layout-main, #layout-footer, #layout-after-main, #layout-tripel {
    margin:0 auto;
}

#layout-header-container {
padding-right: 2em;
padding-left: 2em;
}

#layout-header {
width: 100%;
z-index:1;
}

/* Navigation */
#layout-navigation {
    margin: -3.3em auto 0;
    display: block;
    border-bottom: none;
}

.lt-ie8 #layout-navigation { margin-top: -1em; } /* Fix IE7 responsive navigation positioning issue */

nav ul {
    position: relative;
    z-index: 9998;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

        nav ul li {
        display:block;
        margin:0 2px -1px 0;
        background:none;
    } /* Responsive Changes*/

    nav > ul li.dropdown:hover {
        background: #eee;
    }

    nav > ul li.dropdown li.dropdown:hover {
        background: #ddd;
    }

    nav li.last { margin-right: 2px; }

    nav ul li a {
	display: block;
	padding: .5em 18px;
	color: #4B4B4B;
        font-size: 1.077em;
font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 24px;
}
	nav ul li a:hover {
		text-decoration: none;
	}
	nav > ul li.current a {
		color: #88c573;
    }

/* first level */
nav > ul > li { float:none; }
nav > ul > li > a { float:none; }
nav > ul > li:hover > ul { display:block; }
nav > ul > li:hover { }

/* second level */
nav > ul > li > ul { margin: 0 0px 0px -1px; padding:0px; display:none; position:relative; border-width: 0 0 0 1px; width: 100%; } /* Responsive Changes */
nav > ul > li > ul > li { list-style-type:none; margin:0px; border: none;}
nav > ul > li > ul > li > a { display:block; text-decoration:none; padding-left: 1.5em; }
nav > ul > li > ul > li > a:before { content: "→ "; }
nav > ul > li > ul > li:hover > a { }

nav > ul > li > ul > li:hover > ul { display:block; }

/* third level */
nav > ul > li > ul > li > ul { margin: 0 ; padding:0px; display:none; position:relative; border: 1px solid #dbdbdb; border-width: 0; width: 100%; } /* Responsive Changes */
nav > ul > li > ul > li > ul > li { list-style-type:none; margin:0px; border: none;}
nav > ul > li > ul > li > ul > li > a { display:block; text-decoration:none; padding-left: 2.5em; }
nav > ul > li > ul > li > ul > li > a:before { content: "→ "; }
nav > ul > li > ul > li > ul > li:hover > a { }

/* deeper levels */
nav > ul > li > ul > li > ul ul { display:none; }

/* responsive navigation */
#nav-collapsed { /* wrapper for collapsed navigation in mobile/small tablets */
    position: relative;
    z-index: 9999;
    display: block;
    float: right;
    margin: -.3em 2px -2px 0;
    padding: .5em;
    border: 1px solid #88c573; /* Change color as desired */
    background-color: #f1f1f1; /* Change color as desired */
    color: #888; /* "Menu" text for medium breakpoints */
    font-weight: bold;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    outline: none;
}
#nav-collapsed.is-active { /* Clicked state for navigation button */
    padding-bottom: 1.5em;
    background-color: #fff; /* Change color as desired */
    border-bottom: 1px solid #fff;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

/* These bars are added markup for styling purposed only (three span tags)
 * You should consider changing to a background img (svg preferably with !Modernizr.svg fallback) */
#nav-collapsed span.responsive-nav-bars {
    display: block;
    float: left;
    clear: both;
    margin: 1px auto;
    width: 20px;
    height: 3px;
    background-color: #888; /* change color as desired for the three "nav bars" when in default state */
}
#nav-collapsed.is-active span.responsive-nav-bars { background-color: #666; } /* Change color of three "nav bars" when active */
#nav-collapsed span.responsive-menu-text { display: none; } /* "Menu" text for medium breakpoints */

/* Duplicate main navigation in footer.
 * Only needed if set in ResponsiveChanges.js */
.footer-menu { display: block!important; margin: 0!important; }


/* Breadcrumb */
nav ul.breadcrumb
{
    border:none;
    display: inline-block;
    margin: -9px;
    z-index: 9997;
}

    nav ul.breadcrumb li
    {
        border:none;
        background:none;
        display:block;
        float: left;
        margin:0 2px -1px 0;
    }

    nav ul.breadcrumb li:after
    {
        content: "/"
    }

    nav ul.breadcrumb li.last:after
    {
        content: ""
    }

        nav ul.breadcrumb li a
        {
            padding:0 9px;
            display:block;
            float: left;
            color: #88c573;
            font-size: 100%;
        }

        nav ul.breadcrumb li a:hover
        {
            text-decoration: underline;
        }

#layout-header {}
#branding
{
	float: left;
	width: 20%;
	font-family: 'Lobster', Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	padding: 0;
	margin: 0;
	transition:all .2s linear;
	-o-transition:all .2s linear;
	-moz-transition:all .2s linear;
	-webkit-transition:all .2s linear;
}
#branding a
{
	text-decoration:none;
	color: #434343;
}
.header-ours-menu {
	float:right;

}
#layout-navigation {}
#layout-featured {}
#layout-before-main {}
#layout-main {}
    #aside-first {}
    #layout-content {}
        #messages {}
        #before-content {}
        #content {}
        #after-content {}
    #aside-second {}
#layout-after-main {}
#layout-tripel {}
    #tripel-first {}
    #tripel-second {}
    #tripel-third {}
#layout-footer {}
    #footer-quad {}
        #footer-quad-first {}
        #footer-quad-second {}
        #footer-quad-third {}
        #footer-quad-forth {}
    #footer-sig {}

/* Zones */
.zone
{
    padding: 0; /* Zones variate on size so percentages are not ideal. */

    /* Enable this to see zone visualizations
    background-color: yellow;
    box-shadow:inset 0 0 1px purple;
    -moz-box-shadow:inset 0 0 1px purple;
    -webkit-box-shadow:inset 0 0 1px purple; */

}
.zone-header { padding: 2.307em 0 2.307em; position: relative; }
.zone-navigation { padding: 0; }
.zone-navigation { padding: 1em; } /* Responsive Changes */
.zone-featured {}
.zone-before-main {}
.zone-aside-first {}
.zone-messages {}
.zone-before-content {}
.zone-content {}
.zone-after-content {}
.zone-aside-second {}
.zone-after-main {}
.zone-tripel-first {}
.zone-tripel-second {}
.zone-tripel-third {}
.zone-footer-quad-first {}
.zone-footer-quad-second {}
.zone-footer-quad-third {}
.zone-footer-quad-fourth {}
.zone-footer { color: #999999; }


/*change zone*/
.zone-content .blog-post,.zone-content .blog  {padding: 0 10% 0 10%;}

/* Secondary Zones moved to 769px media query as this is when the multi-column layout begins..*/

/* Main
***************************************************************/

/* Content lists and details */
.content-description { font-size: 1.154em; }
.content-items { padding: 0; margin: 0; list-style: none; }
.content-items li { padding: 0; margin: 0; }
.content-items .content-item { border-top: 1px solid #dbdbdb; padding: .4615em 0 .4615em 0; }
.content-items .content-item header {}
.content-items .content-item header h1 { font-size: 1.308em; color:#434343; }
.content-items .content-item header h1 a { color: #434343; }
.content-items .content-item header h1 a:hover {}

/* Tags */
.tags { margin-top: .9230em; }
.tags a { background-color: #dbdbdb; padding: .2307em .4615em; color: #434343; }
.tags a:hover { background-color: #434343; color: #fff; }

/* Metadata */
.metadata { margin: 0 0 .9230em 0; color: #999; font-size: 0.846em; }
.metadata .published { display: inline; margin: 0 .4615em 0 0; }
.metadata .commentcount { display: inline; }
.meta {}

/* Comments */
#comments { margin: 1.846em 0 0 0; padding: 0; }
.comment-form { margin: 1.846em 0 0 0; padding: 0; }
.comments { margin: 0; padding: 0; list-style: none; }
.comments li { margin: .9230em 0 0 0; padding: 1.25%; border: 1px solid #dbdbdb; }
.comment { margin: 0; padding: 0; }
.comment h4 { font-size: 1.077em; }
.comment .who {}
.comment .what {}
.comment #add-comment {}
.comment-form #comment-by { font-size: 1.231em; font-weight: normal; margin: 0 0 1.2em 0; border:none; }
.comment-disabled {}
.comment-count { font-size: 1.231em; }

/* Confirmations */
.message, .validation-summary-errors { margin:.7692em 0 .3076em 0; padding: .41666666666667%; }
.messages a { font-weight:bold; }
.message-Information { background:#e6f1c9; /* green */ border:1px solid #cfe493; color:#062232; }
.message-Warning { background:#fdf5bc; /* yellow */ border:1px solid #ffea9b; }
.critical.message, .validation-summary-errors, .message-Error { background:#e68585; /* red */ border:1px solid #990808; color:#fff; }



/* Widgets
***************************************************************/
.widgets {}
.widget h1 { font-size: 1.077em; }

/* Edit Mode Widgets */
/* These are the edit controls that appear when you're logged-in */
.widget-control { position: relative; border: 1px dotted #88c573; }
.widget-control .manage-actions { position:absolute; top: 0px; right: 0px; }
.widget-control .manage-actions a { display: block; background-color: #dbdbdb; color: #434343; padding: 3px 6px;  }
.widget-control .manage-actions a:hover { background-color: #434343; color: #fff; text-decoration: none; }

/* Content Mode */
.content-control { border: 1px dotted #88c573; overflow:auto; position: relative; }
.content-control .manage-actions { position:absolute; top: 0px; right: 0px; }
.content-control .manage-actions a { display: block; background-color: #dbdbdb; color: #434343; padding: 3px 6px;  }
.content-control .manage-actions a:hover { background-color: #434343; color: #fff; text-decoration: none; }



/* Pager
***************************************************************/

.pager { list-style: none; padding: 0; margin: 12px 0 0 0; }
.pager li { float: left; padding: 0 12px 0 0; margin: 0; }
.pager a, .pager span { font-size: 1.077em; display: block; background-color: #dbdbdb; padding: 6px 6px; color: #434343;}
.pager a:hover { background-color: #434343; color: #fff; }
.pager span { background-color:inherit; }


/* Misc
***************************************************************/

.small      { font-size: 0.615em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.231em; line-height: 2.231em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }

.credits { float: left; }
.user-display { float: left; padding: 0 1.25%; }
.user-display .welcome {}
.user-display .user-actions {}

.login-form { margin: 1.8461em 0 0 0; }



/* CSS 3 Enhancements
***************************************************************/

input[type=submit], input[type=button], button, .button, .button:link, .button:visited {
    color:#333;
    background:#F5F5F5;
    background: -webkit-gradient(linear, left top, left bottom, from(#F5F5F5), to(#cbcbcb));
    background:-moz-linear-gradient(top , #F5F5F5, #cbcbcb);
    border:1px solid #999;
    cursor:pointer;
    margin:.2em 0 2em 0;
    padding:.3em 1.8em;
    text-align:center;
}

input[type=submit]:hover, input[type=button]:hover, input[type=submit]:active, input[type=button]:active, input[type=submit]:focus, input[type=button]:focus, button:hover, .button:hover, button:active, .button:active, button:focus, .button:focus {
    text-decoration:none;
    background: #ebebeb;
    background: -webkit-gradient(linear, left top, left bottom, from(#e1e1e1), to(#ebebeb));
    background:-moz-linear-gradient(top , #e1e1e1, #ebebeb);
}


/*
 Media Queries
***************************************************************/

/* MOBILE PORTRAIT */
@media only screen and (min-width: 320px) {
body {

}

/* Structure*/
#branding {
	width: 50%;
}
} /* end media query */




/* MOBILE LANDSCAPE */
@media only screen and (min-width: 480px) {
body {

}


/* Structure*/
#branding {
    font-size: 2em;
    transition:all .2s linear;
    -o-transition:all .2s linear;
    -moz-transition:all .2s linear;
    -webkit-transition:all .2s linear;
	width: 50%;
}

/* Float Images */
p img.left, p img[align=left]     { float: left; margin: 0.923em 0.923em 0.923em 0; }
p img.right, p img[align=right]    { float: right; margin: 0.923em 0 0.923em 0.923em; }

} /* end media query */




/* SMALL TABLET */
@media only screen and (min-width: 600px) {
body
{

}

/* Branding */
#branding {
    font-size: 2.9em;
    transition:all .2s linear;
    -o-transition:all .2s linear;
    -moz-transition:all .2s linear;
    -webkit-transition:all .2s linear;
	width: 20%;
}

/* Navigation */
#nav-collapsed {
    width: 65px;
    margin-top: -1em;
    padding: 1.9em;
}
#nav-collapsed.is-active { padding-bottom: 3em; color: #fff; }
#nav-collapsed span.responsive-menu-text {
    display: inline-block;
    padding-left: .5em;
    vertical-align: middle;
}

/* Forms */
select, textarea, input.text, input.textMedium, input.text-small, input.text-box { max-width: 65%;}

} /* end media query */




/* TABLET/NETBOOK (iPad and most Android Tablets in portrait) */
@media only screen and (min-width: 769px) {
body {
}

/* Structure
***************************************************************/

/* Navigation */
#layout-navigation { margin-top: 0; }
.lt-ie8 #layout-navigation { margin-top: 2em; }
nav ul li { margin: 0 2px -1px 0; }
nav li.last { margin-right: 0; }
nav ul li a { padding:0 18px; }
nav > ul li.dropdown:hover { background: #eee; }
nav > ul li.dropdown li.dropdown:hover { background: #eee; }

/* first level */
nav > ul > li { float:left; }
nav > ul > li > a { float:left; }

/* second level */
nav > ul > li > ul { margin: 24px 0px 0px -1px; position:absolute; width: auto; }
.lt-ie8 nav > ul > li > ul { margin-left: -6.9em; }
nav > ul > li > ul > li > a { padding:0 18px; }
nav > ul > li > ul > li > a:before { content: ""; }

/* third level */
nav > ul > li > ul > li > ul { margin: -20px -1px 0px 90% ; position:absolute; width: auto;}
nav > ul > li > ul > li > ul > li > a { padding:0 18px; }
nav > ul > li > ul > li > ul > li > a:before { content: ""; }

/* Hide duplicated navigation in footer
** Only needed if set in ResponsiveChanges.js */
.footer-menu { display: none!important; }


/* Zones
***************************************************************/
.zone-navigation { margin-left: 1em; padding: 0; /*border-bottom: 1px solid #DBDBDB;*/ }

/* Secondary Zones */

/* Aside Zones */
/* If zone 1 is on */
.aside-1 #layout-content { float: right; width: 62.5%; }
.aside-1 .aside-first { float: left; width: 37.5%; }

/* If zone 2 is on */
.aside-2 #layout-content { float: left; width: 62.5%; }
.aside-2 .aside-second { float: right; width: 37.5%; }

/* If zones 1, 2 are on */
.aside-12 #layout-content { width: 62.5%; }
.aside-12 .aside-first, .aside-12 .aside-second { width: 18.75%; }
.aside-12 .aside-first, .aside-12 .aside-second, .aside-12 #layout-content { float:left; }

/* Tripel Zones*/
#layout-tripel > div { float:left; width: auto; }

/*2 zones on */
.tripel-12 #layout-tripel > div { width:50%; } /* If zones 1, 2 are on */
.tripel-23 #layout-tripel > div { width:50%; } /* If zones 2, 3 are on */
.tripel-13 #layout-tripel > div { width:50%; } /* If zones 1, 3 are on */

/*3 zones on */
.tripel-123 #layout-tripel > div { width:33.33333333333333%; } /* If zones 1, 2, 3 are on */

/* Quad Footer Zones */
#footer-quad > div { float:left; width:25%; }

/*1 zone on */
.split-1 #footer-quad-first { width:auto; } /* If zone 1 is on */
.split-2 #footer-quad-second { width:auto; } /* If zone 2 is on */
.split-3 #footer-quad-third { width:auto; } /* If zone 3 is on */
.split-4 #footer-quad-fourth { width:auto; } /* If zone 4 is on */

/*2 zones on */
.split-12 #footer-quad-first, .split-12 #footer-quad-second { width:50%; } /* If zones 1, 2 are on */
.split-13 #footer-quad-first, .split-13 #footer-quad-third { width:50%; } /* If zones 1, 3 are on */
.split-14 #footer-quad-first, .split-14 #footer-quad-fourth { width:50%; } /* If zones 1, 4 are on */
.split-23 #footer-quad-second, .split-23 #footer-quad-third { width:50%; } /* If zones 2, 3 are on */
.split-24 #footer-quad-second, .split-24 #footer-quad-fourth { width:50%; } /* If zones 2, 4 are on */
.split-34 #footer-quad-third, .split-34 #footer-quad-fourth { width:50%; } /* If zones 3, 4 are on */

/*3 zones on */
.split-234 #footer-quad-second { width:50%; } /* If zones 2, 3, 4 are on */
.split-134 #footer-quad-first { width:50%; } /* If zones 1, 3, 4 are on */
.split-124 #footer-quad-fourth { width:50%; } /* If zones 1, 2, 4 are on */
.split-123 #footer-quad-third { width:50%; } /* If zones 1, 2, 3 are on */

/*3 zones on - alternate layout*/
/*.split-123 #footer-quad-first, .split-123 #footer-quad-second, .split-123 #footer-quad-third { width:33.33333333333333%; }*/ /* If zones 1, 2, 3 are on */
/*.split-124 #footer-quad-first, .split-124 #footer-quad-second, .split-124 #footer-quad-fourth { width:33.33333333333333%; }*/ /* If zones 1, 2, 4 are on */
/*.split-134 #footer-quad-first, .split-134 #footer-quad-third, .split-134 #footer-quad-fourth { width:33.33333333333333%; }*/ /* If zones 1, 3, 4 are on */
/*.split-234 #footer-quad-second, .split-234 #footer-quad-third, .split-234 #footer-quad-fourth { width:33.33333333333333%; }*/ /* If zones 2, 3, 4 are on */

/*
GRID LAYOUT BEGINS HERE FOR USE
WITHIN HTML WIDGET AREAS AND EDITOR IF ADDITIONAL COLUMNS/ROWS ARE
DESIRED
***************************************************************/
/* This is using the 1140 Grid System: http://cssgrid.net/ */
.row {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.row:after {
	content: none;
	display: block;
	width: 100%;
	height: 0;
	visibility: hidden;
}
.onecol    { width: 4.85%;  } /* grid_1  */
.twocol    { width: 13.45%; } /* grid_2  */
.threecol  { width: 22.05%; } /* grid_3  */
.fourcol   { width: 30.75%; } /* grid_4  */
.fivecol   { width: 39.45%; } /* grid_5  */
.sixcol    { width: 48%;    } /* grid_6  */
.sevencol  { width: 56.75%; } /* grid_7  */
.eightcol  { width: 65.4%;  } /* grid_8  */
.ninecol   { width: 74.05%; } /* grid_9  */
.tencol    { width: 82.7%;  } /* grid_10 */
.elevencol { width: 91.35%; } /* grid_11 */
.twelvecol { width: 100%;   } /* grid_12 */

/* layout & column defaults */
.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol {
	float: left;
	position: relative;
	margin-right: 3.8%;
}

/* adding float to large column */
.twelvecol {
	float: left;
	position: relative;
}

/* default styles & fixes */
.col-last {
	margin-right: 0;
	float: right;
}

} /* end media query */




/* LANDSCAPE TABLET/NETBOOK/LAPTOP */
@media only screen and (min-width: 1024px) {
	body {
}

.layout-content {
	max-width: 1160px;
}
} /* end media query */




@media only screen and (min-width: 1280px) {
/* DESKTOP */
body {

}
} /* end media query */




/* WIDESCREEN */
@media only screen and (min-width: 1400px) {
body { font-size: 100%; } /* Increased legibility on large screens */
#layout-header, #layout-navigation,  #layout-featured, #layout-before-main, #layout-main, #layout-footer, #layout-after-main, #layout-tripel {

}

} /* end media query */




/* PRINT */
@media print {
* {background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important} /* Black prints faster */
a, a:visited {color: #444 !important; text-decoration: underline}
a[href]:after {content: " (" attr(href) ")"}
abbr[title]:after {content: " (" attr(title) ")"}
.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {content: ""}  /* Don't print links for images, javascript or internal links */
pre, blockquote {border: 1px solid #999; page-break-inside: avoid; }
thead {display: table-header-group; } /* Repeat header row at top of each printed page */
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}
}





/* UPRAVY obecne */



nav ul li a {
font-weight: 500;
}

body p, h1, h2, h3 {
font-family: 'Open Sans', sans-serif;
}

h1, h2, h3 {
font-weight: 300;
color: #333;
line-height: 1.2em;
}

h1 {
font-size: 30px;
}

h2 {
font-size: 26px;
}

h3 {
font-size: 20px;
}


.table {
max-width: 100% !important;
padding-right: 65px !important;
padding-left: 65px !important;
}

.row{
width: 100%;
max-width: 1240px;
padding-top:50px;
padding-bottom:50px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: distribute;
justify-content: space-around;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}

/*** BUTTONS ***/

.button-green {
background: #88c573;
border: 1px solid #88c573;
width:200px;
margin:0 auto;
color:#663366;
font-size: 14px;
text-align: center;
text-decoration: none;
text-transform: uppercase;
font-weight: 600;
padding: 14px 15px 14px 15px;
display: block;
cursor: pointer;
}

.button-green:hover {
text-decoration:none;
background: #663366;
border: 1px solid #663366;
color:#88c573;
}

.button-green a:hover {
text-decoration: none;
}

.button-green p {
line-height: 1em;
margin:0;
}

.button-green a {
color:#663366;
}

.button-green:hover a {
color: #88c573;
}

.button-green:focus a {
text-decoration:none;
}

.button-green:focus {
text-decoration:none;
}

.button-green>i {
margin-right: 10px;
}

.button-green.button-contact {
width: 155px;
margin: 30px 0;
}


/* KOD rozlozeni */

.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol {
margin: 0px;
width: 100%;
}

.zone-header {

padding: 20px;
}


.row.row-flex-columns-center {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}

.row.row-flex-columns-space-around {
-ms-flex-pack: distribute;
justify-content: space-around;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}

.row.row-flex-columns-space-between {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}


.span-12.cell {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
        flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
        align-items: center;
-ms-flex-item-align: center;
align-self: center;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

.detail-clanek .span-12.cell, .clanek .span-12.cell {
display: block;
width:100%;
}

p.content-picker-field.content-picker-field-souvisej-c-l-nky {
max-width: 1240px;
padding-right: 65px;
padding-left: 65px;
margin-bottom: 45px;
}

.span-6.cell {
width: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-sizing: border-box;
box-sizing: border-box;

}

.span-4.cell {
width: 33.33%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-ms-flex-direction:column;
        flex-direction:column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-sizing: border-box;
flex:1;

}


.span-3.cell {
width: 25%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-ms-flex-direction:column;
        flex-direction:column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-sizing: border-box;
box-sizing: border-box;

}

.span-1.cell {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-sizing: border-box;
box-sizing: border-box;

}

.container-framed {
margin-left: 10px;
margin-right: 10px;
margin-top: 15px;
padding:15px;
border: 1px solid #e6e5ea;
background-color: #fff;
align-self:stretch;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
        flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
        align-items: center;
-ms-flex-item-align: center;
flex-grow:1;
}

.container-framed-horizontal {
-webkit-box-pack:center;
-ms-flex-pack:center;
justify-content:center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}



/** prihlaseny uzivatel **/

article.widget-vipsearch.widget-featured.widget-search-form.widget {
float:none;
display: block;
width: 300px;
margin: 0 auto;
}

article.widget-vipsearch.widget-featured.widget-search-form.widget #q {
padding: 3px 11px;
}


.search-form button[type=submit] {
background: #cbb778;
border: 1px solid #cbb778;
color: #fff;
}

.search-form button[type=submit]:hover {
background: transparent;
color: #cbb778;
}

article.projection-page.content-item>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    text-align: center;
    line-height: 2.35em;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}

article.projection-page.content-item>ul>li {
    width: 33.33%;
    margin-bottom:30px;
display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
            flex-direction: column;
}

article.projection-page.content-item>ul>li>article {
    padding: 10px 15px;
    border: 1px solid #dbdbdb;
    margin: 10px;
-webkit-box-flex:1;
-ms-flex-positive:1;
flex-grow:1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
        flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
        align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
        justify-content: center;}

article.projection-page.content-item>ul>li>article>header>h1 {
        text-transform: uppercase;
}

article.projection-page.content-item>ul>li.last.first {
    width: 100% !important;
}

article.projection-page.content-item>ul>li>article>header>h1>a {
font-size: 18px;
}

.zone>.temata>header>h1, .zone>.temata2>header>h1, .zone>.clanky>header>h1 {
margin-top: 60px;
text-align: center;
}



/** prihlaseni uzivatele**/

.orchard-users .logontext {
    text-align: center;
}

fieldset.login-form.group>legend {
    text-align: center;
}

fieldset.login-form.group>ol>li>label {
text-align: center;
margin-top: 12px;
margin-bottom: 12px;
}


fieldset.login-form.group>ol>li>input {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

fieldset.login-form.group>ol>li>input#remember-me, fieldset.login-form.group>ol>li>label.forcheckbox {
display:block;
}

fieldset.login-form.group>button {
margin: 20px auto 70px auto !important;
display: block;
}

fieldset.login-form.group>button {
    text-transform: uppercase;
    background: #cbb778;
    border: 1px solid #cbb778;
    color: #fff;
}

fieldset.login-form.group>button:hover {
    color: #cbb778;
    background: transparent;
}

.validation-summary-errors {
text-align: center;
padding-top: 30px;
}

.validation-summary-errors>ul {
    list-style: none;
}


/** prihlaseny uzivatel serach results**/

.orchard-search #content>.zone-content {
    width: 90%;
    margin: 0 auto;
}

.orchard-search #content>.zone-content>h1 {
    text-align: center;
    margin-top: 50px;
    text-transform: uppercase;
    font-weight: 300;
}

.orchard-search #content>.zone-content>ul {
    margin-bottom: 50px;
}


/** prihlaseny uzivatel temata a clanky**/

.temata.content-item .span-12.cell, .clanky.content-item .span-12.cell {
    align-items: unset;
    width: 100%;
}

.clanek td, .detail-clanek td {
padding:10px;
margin:10px;
}

/** prihlaseny uzivatel kontakt**/

.span-6.cell.kontakt-top-col {
padding-right: 30px;
-webkit-box-align: start;
-ms-flex-align: start;
 align-items: flex-start;
}

.span-6.cell.kontakt-top-col2 {
padding-left: 30px;
margin-top: 50px;
align-items:unset;
}


/** registrace **/

.registration .dynamic-form {
    width: 100%;
}

.registration .dynamic-form input.text {
    max-width: 100%;
}


.registration .dynamic-form .form-field-element.form-field-element-button.form-field-element-odeslat-formular {
    text-align: center;
}

.registration .dynamic-form .form-field-element.form-field-element-button.form-field-element-odeslat-formular input[type=submit], input[type=button], .registration .dynamic-form .form-field-element.form-field-element-button.form-field-element-odeslat-formular button, .registration .dynamic-form .form-field-element.form-field-element-button.form-field-element-odeslat-formular .button, .registration .dynamic-form .form-field-element.form-field-element-button.form-field-element-odeslat-formular .button:link, .registration .dynamic-form .form-field-element.form-field-element-button.form-field-element-odeslat-formular .button:visited {
    background-color: #cbb778 !important;
    background: #cbb778 !important;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 12px;
    padding-top: 12px;
    border: 1px solid #cbb778;
    margin-top: 45px;
}

.registration .dynamic-form .form-field-element.form-field-element-button.form-field-element-odeslat-formular input[type=submit], input[type=button]:hover, .registration .dynamic-form .form-field-element.form-field-element-button.form-field-element-odeslat-formular button:hover, .registration .dynamic-form .form-field-element.form-field-element-button.form-field-element-odeslat-formular .button:hover {
    background: transparent !important;
    color: #cbb778;
}




li.dropdown>ul a {
color: #333 !important;
}




.dynamic-form {
width:100%;
}

#branding {
font-size: unset;
}

#branding a {
font-size:unset;
}

#branding img {
width:92px;
}

/* AHC hlavni web - uvodka */

#layout-main-container {
padding-top: 73px;
}

.ahc-motto-mobile-view {
  display:none;
}


.banner-motto-wrap {
  display:block;
}

.hp-signpost {
margin: 0 18px;
}

.hp-signpost i {
color: #88c573;
font-size: 32px;
}

.hp-signpost h2 {
font-size: 15px;
font-weight: 600;
margin: 25px 0 10px 0;
}

.banner-section {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url(/Media/Default/Podklady/banner-foto-green.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.banner-section h1 {
    font-weight: 300;
    color:#663366;
    -ms-flex-item-align:start;
    align-self:flex-start;
}
.banner-section p {
    font-size: 20px;
    font-weight: 300;
    color:#fff;
    -ms-flex-item-align:start;
  align-self:flex-start;
}
.banner-header-middle {
  margin-left: 30px;
}

.hp-signpost-section .span-6.cell {
  -webkit-box-pack:center;
-ms-flex-pack:center;
justify-content:center;
}

.hp-signpost-text-container {
  max-width:450px;
  text-align:center;
  font-weight:300;
  color:#663366;
      font-size: 26px;
}

.row.hp-row {
    max-width: 980px;
}

.circle-image-hp-1, .circle-image-hp-2, .circle-image-hp-3 {
  height:300px;
  width:300px;
  border-radius:50%;
}
.circle-image-hp-1 {
  background-image: url(/Media/Default/Podklady/circle1.png);
  border-top: 9px solid #88c573;
border-right: 15px solid #663366;
border-bottom: 9px solid #88c573;
}
.circle-image-hp-2 {
  background-image: url(/Media/Default/Podklady/circle2.png);
  border-top: 9px solid #663366;
border-left: 15px solid #88c573;
border-bottom: 9px solid #663366;
}
.circle-image-hp-3 {
  background-image: url(/Media/Default/Podklady/circle3.png);
  border-top: 9px solid #88c573;
border-right: 15px solid #663366;
border-bottom: 9px solid #88c573;
}

.ytb-video-container {
    width: 87%;
    height: 299px;
}
.map-responsive-container {
  width: 87%;
}

.hp-signpost-section, .hp-iframes-section, .hp-our-vision-section {
padding-top:60px;
padding-bottom:90px;
}

.about-us-section {
  padding-top:70px;
  padding-bottom:70px;
  background-image: url(/Media/Default/Podklady/02.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.hp-signpost-section {
  background-color:#f5f5f5;
}

.about-us-green-number {
font-size: 50px;
color: #88c573;
text-align: center;
margin:0;
line-height: 1em;
}

.about-us-number-subtitle {
font-size: 17px;
color: #fff;
text-align: center;
margin:0;
}

.hp-our-vision-content-wrapper {
margin: 0 22px;
}

.hp-our-vision-content-wrapper h2 {
margin-bottom: 30px;
}

.hp-our-vision-content-wrapper h3 {
    margin: 50px 0px 20px 0px;
}

.career-section {
  padding-top:65px;
  padding-bottom:65px;
  background-image: url(/Media/Default/Podklady/03.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.ahc-footer-section {
background: #f2f2f2;
border-top: 5px solid #88c573;
padding-top:75px;
padding-bottom:75px;
}

.ahc-footer-menu {
color: #88c573;
font-size: 15px;
}

.ahc-footer-menu i {
    margin-right: 10px;
}

.footer-menu-wrapper p {
margin-bottom: 25px;
}

.ahc-footer-col-1, .ahc-footer-col-2 {
border-right: 1px solid #88c573;
}

.footer-col-title {
margin-bottom: 22px;
font-size: 17px;
font-weight: 600;
color: #663366;
}

.ahc-footer-col-2 img {
margin-bottom: 20px;
}

.footer-logo-wrap {
  display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-ms-flex-direction:column;
        flex-direction:column;
-webkit-box-align: center;
-ms-flex-align: center;
        align-items: center;
-webkit-box-pack:center;
-ms-flex-pack:center;
        justify-content:center;
}

.footer-logo-wrap a {
  margin-bottom:15px;
}

.footer-logo-wrap a:nth-child(1) {
    margin-bottom: 5px;
}
.footer-logo-wrap a:nth-child(1) {
    margin-bottom: 0px;
}

.ahc-contact-wrapper i {
color: #88c573;
font-size: 20px;
margin-right: 10px;
}

.contact-line-offset {
margin-left: 29px;
}

.ahc-contact-wrapper p {
margin-bottom: 25px;
}

/**ahc sit zarizeni**/

.captionx h2,h3,h4 {
padding: 0px !important;
margin: 0px !important;
line-height: 1em !important;}

.captionx h2 {
font-weight: 400;
font-size: 19px;
color: #fff;
}

.captionx h3 {
font-weight: 400;
font-size: 18px;
color: #fff;
}

.caption-stylex {
padding: 0px;
position: relative;
overflow: hidden;
margin-bottom: 15px;
}

.caption-stylex:hover .captionx {
 opacity: 1;
 transform: translateY(-80px);
-webkit-transform:translateY(-80px);
-moz-transform:translateY(-80px);
-ms-transform:translateY(-80px);
-o-transform:translateY(-80px);}

.caption-stylex:hover .captionx h3 {
opacity: 1;
}

.caption-stylex img {
margin: 0px;
padding: 0px;
width: 310px;
height: 233px;
}

.caption-stylex .captionx {
cursor: pointer;
position: absolute;
opacity: 1;
top:180px;
webkit-transition:all 0.35s ease-in-out;
-moz-transition:all 0.35s ease-in-out;
-o-transition:all 0.35s ease-in-out;
-ms-transition:all 0.35s ease-in-out; transition:all 0.35s ease-in-out;}

.caption-stylex .captionx h3 {
opacity: 0;
-webkit-transition:all 0.35s ease-in-out;
-moz-transition:all 0.35s ease-in-out;
-o-transition:all 0.35s ease-in-out;
-ms-transition:all 0.35s ease-in-out; transition:all 0.35s ease-in-out;
}
.caption-stylex .blurx {
background-color: #88c573;
height: 53px;
width: 310px;
position: absolute;
}

.caption-stylex .caption-textx h2{
text-transform: uppercase;
}

.caption-stylex .caption-textx {
z-index: 10;
color: #fff;
position: absolute;
height: 233px;
width: 310px;
text-align: center;
top:20px;
}

.caption-stylex>a>img {
  /* filter: url(filters.svg#grayscale); Firefox 3.5+ */
filter: gray; /* IE5+ */
-webkit-filter: grayscale(0);
/* Webkit Nightlies & Chrome Canary */
-webkit-transition: all .8s ease-in-out;
}

.caption-stylex>a>img:hover {
filter: none;
-webkit-filter: grayscale(0.8);
-webkit-transform: scale(1.1);
}

.caption-textx h2 a {
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    line-height: 0px;
    text-decoration: none;
    padding: 13px 23px;
}


/**ahc kontakt**/
.map-full-width-container {
width:100%;
height:320px;
}

.contact-section {
  background:#eee;
}

.contact-section h1 {
color: #88c573;
}
.contact-section a {
color: #88c573;
}

.ahc-contactpage-wrapper i {
color: #88c573;
font-size: 20px;
margin-right: 10px;
}
.contact-section-col-1 {
  border-right:1px solid #88c573;
}

/**ahc zarizeni**/
.ahc-facilites .span-1.cell {
width: 33.33%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-sizing: border-box;
}

.ahc-facilites .span-1.cell {
  margin-bottom:20px;
}

/**ahc podporujeme**/
.ahc-supports .span-2.cell {
width: 33.33%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-sizing: border-box;
}

.ahc-supports .span-2.cell {
  margin-bottom:20px;
}

/**ahc kariera a detail pozice**/

article.pozice {
    max-width: 1240px;
    box-sizing: border-box;
    padding-right: 25px;
    padding-left: 25px;
    margin: 0 auto;
    padding-top: 90px;
    padding-bottom: 75px;
}

.pozice.content-item {
border-top-right-radius: 15px;
border-bottom-left-radius: 15px;
box-shadow: 0 10px 10px 1px hsla(210,8%,54%,0.2);
}

.list-of-jobs {
width:100%;
}

.detail-pozice .pozice.content-item {
    margin-top: 50px;
    margin-bottom: 90px;
}



/**dalsi**/


.container-framed.rounded-shadowed {
box-shadow: 0 10px 18px 0 hsla(210,8%,54%,.2);
border-radius: 10px;
border: 0px solid #fff !important;
background: #fff;
}

.container-framed.rounded-shadowed p {
margin-bottom: 5px;
}


.credits {
margin-left: 10px;
margin-top: 12px;
}

.user-display {
float: right;
margin-right: 10px;
margin-top: 12px;
}


/* UPRAVY - responsive */



@media only screen and (max-width: 1090px) {


	.span-6.cell.sub-footer-col-2 p {
margin-right: 20px;
margin-bottom: 0px;
}

.span-6.cell.cta-col-1, .span-6.cell.cta-col-2 {
width: 100%;
}

.span-6.cell.cta-col-1 {
margin-bottom: 25px;
}

.span-6.cell.cta-col-1 p {
font-size 17px;
text-align:center;
}

.table {
padding-right: 20px !important;
padding-left: 20px !important;
}

.ahc-facilites .span-1.cell, .ahc-supports .span-2.cell {
  width:50%;
}

}



@media only screen and (max-width: 980px) {

	.row.row-flex-columns-center {
	-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
        flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
        align-items: center;
-ms-flex-item-align: center;

	}

.banner-motto-wrap {
  display:none !important;
}

.banner-section {
  height:360px;
}

.ahc-motto-mobile-view {
display:block;
background: #88c574;
}
.ahc-motto-mobile-view h1 {
  color:#636;
}

.ahc-motto-mobile-view p {
    font-size: 22px;
    font-weight: 300;
    color: #fff;
  }

	.span-3.cell {
	width: 50%;
	}

	.span-4.cell {
	width: 100%;
	flex: inherit;
	}


	.span-6.cell, .span-6.cell.profil-partnera-col-1, .span-6.cell.profil-partnera-col-2{
	width: 100%;
	}
	.span-6.cell.profil-partnera-col-2 {
	text-align:center;
	margin-top:25px;
	}

	.cta-find-solution-text {
	margin-top:50px;
	}

	.row.row-header {
	justify-content:center;
	}

	.span-12.cell.clmn-header {
	max-width: 100%;
	}


  #branding {
  margin-top: 6px;
  }

  .hp-signpost-section .span-4.cell {
margin-bottom: 15px;
}

	article.projection-page.content-item>ul>li {
    width: 50%;
    }

    .span-6.cell.kontakt-top-col {
    padding-right:0px;
    -webkit-box-align:center;
   -ms-flex-align:center;
	align-items:center;
	text-align:center;

    }

    .span-6.cell.kontakt-top-col2{
    padding-left: 0px;
    }

    .zone-footer .span-4.cell:nth-child(1) {
    width:100%;
	}

    .zone-footer .span-4.cell:nth-child(2) {
    margin-top: 70px;
    margin-bottom: 70px;
    width:50%;
	}
	.zone-footer .span-4.cell:nth-child(3) {
    width: 50%;
	}

	.zone-footer .span-4.cell:nth-child(2), .zone-footer .span-4.cell:nth-child(3) {
    margin-top: 70px;
	}
    .zone-footer .span-4.cell:nth-child(1) .button-orange {
    margin:0 auto;
    }

    .zone-footer .span-4.cell:nth-child(1) input, .zone-footer .span-4.cell:nth-child(1) textarea {
    max-width: 100% !important;
    }

    .zone-footer .span-4.cell:nth-child(1) .dynamic-form {
    text-align: center;
	}


	.group.footer-menu>.zone-navigation {
    display: none;
	}

#layout-main-container {
padding-top: 67px;
}

.hp-signpost-section {
text-align: center;
}

.hp-iframes-section .span-6.cell:nth-child(1) {
    margin-bottom: 50px;
}

.about-us-section .span-4.cell:nth-child(1),.about-us-section .span-4.cell:nth-child(2) {
    margin-bottom: 25px;
}

.hp-our-vision-content-wrapper h2, .hp-our-vision-content-wrapper h3 {
    text-align: center;
}

.ahc-footer-col-1 {
border-right: none;
}


nav ul li a {
padding:0 6px;
}

#branding>a>img {
width: 75px;
}

#branding {
width:auto;
}

.banner-section {
background-image: url(/Media/Default/Podklady/banner-foto1.JPG);
padding-bottom:0px;
padding-top:0px;
}

.span-12.cell.banner-motto-wrap {
background-color: rgba(136, 197, 115, 0.9);
width: 375px;
justify-content: center;
height: 375px;
border-radius: 50%;
}

.banner-section h1, .banner-section p {
align-self:center;
}

.banner-header-middle {
margin-left:Opx;
}

.row.hp-row.odd-signpost-row {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
}

.hp-signpost-text-container {
margin-top: 35px;
}

.contact-section-col-1 {
  border-right:unset;
  margin-bottom:50px;
}

}



@media only screen and (min-width: 786px){
.zone-header {
display: flex;
align-items: center;
justify-content: space-between;
}

#layout-header {
margin: 0 auto;
box-shadow: 0 0 8px 0 rgba(0,0,0,.1);
position: fixed;
background: rgba(255, 255, 255, 0.95);
}

#header {
max-width:1240px;
margin: 0 auto;
}

.zone-header #layout-navigation {
margin:unset;
margin-left: auto;
}
.menu-main-menu>.dropdown>ul>li>a {
text-align: left !important;
max-width: 235px !important;
color: #fff !important;
border-bottom: 2px solid #b96018;
}

/* AHC hlavni web - navigace */

nav>ul>li a:after	{
	content: '';
	display: block;
	height: 1px;
	width: 0;
	background: transparent;
	transition: width 0.4s ease, background-color 0.4s ease;

}

nav>ul>li a:hover:after {
	background: #88c573;
	width: 100%;
}

nav>ul>li.w--current a:after	{
	content: '';
	display: block;
	height: 1px;
    background: #88c573;
    width: 100%;
  transition: none;
}

nav>ul>li.current a:hover:after{
  transition: none;
}
nav>ul>li a:after	{
	content: '';
	display: block;
	height: 1px;
	width: 0;
	background: transparent;
	transition: width 0.4s ease, background-color 0.4s ease;
}


nav>ul>li a:hover:after {
	background: #88c573;
	width: 100%;
}

nav>ul>li.current a:after	{
	content: '';
	display: block;
	height: 1px;
    background: #88c573;
    width: 100%;
  transition: none;
}

nav>ul>li.current a:hover:after{
  transition: none;
}
}


@media only screen and (max-width: 785px) {
a#nav-collapsed {
    color: #88c573;
    background-color: transparent;
    padding: 17px;
    border-radius: 0;
    font-size: 13px;
    width: 66px;
    text-transform: uppercase;
    top:6px;
    left:9px;
}

#nav-collapsed span.responsive-nav-bars {
    background-color: #88c573;
}

#nav-collapsed.is-active {
    border: transparent;
    background-color: #7b4f7b;
}

#nav-collapsed.is-active span.responsive-nav-bars {
background-color: #88c573;
}

ul.menu-main-menu.menu {
width: 100%;
background-color: #7b4f7b;
}
nav ul li a {
  color:#333;
}

.menu-main-menu>li:hover {
  background-color: rgba(219, 219, 219, 0.3);
}

article.projection-page.content-item>ul>li {
    width: 100%;
    }

.menu-main-menu>.dropdown>ul {
background-color: #cb630c;
}

.menu-main-menu>.dropdown>ul {
    position: static;
}

.zone-navigation {
margin-left:0px;
}

#layout-main-container {
padding-top: 0px;
}

#header {
padding-right: 0px;
padding-left:5px;
}


 h1 {
	font-size: 26px;
	}

	h2 {
	font-size: 22px;
	}

	h3 {
	font-size: 18px;
	}

}

@media only screen and (max-width: 768px) {
  nav ul li a {
    color:#fff;
    padding-bottom: 5px;
    padding-top: 5px;
  }
}


@media only screen and (max-width: 700px) {

.zone-footer .span-4.cell:nth-child(2) {
   width:100%;
	}
	.zone-footer .span-4.cell:nth-child(3) {
    width: 100%;
	}
.zone-footer .span-4.cell:nth-child(2) {
  margin-bottom: 0px;
}

  .zone-footer .span-4.cell:nth-child(2), .zone-footer .span-4.cell:nth-child(3) {
    margin-top: 55px;
	}

.ahc-footer-col-2 {
border-right: none;
}

.ahc-facilites .span-1.cell, .ahc-supports .span-2.cell {
  width:100%;
}

}



@media only screen and (max-width: 600px) {

	.span-3.cell {
	width: 100%;
	}

	p.content-picker-field.content-picker-field-souvisej-c-l-nky {
	padding-right: 25px;
	padding-left: 25px;
	margin-bottom: 30px;
	}



	#nav-collapsed span.responsive-menu-text {
    margin-left: 5px;
    display: block;
    }

  #nav-collapsed span.responsive-nav-bars {
  margin-right:4px;
  }

  #nav-collapsed {
      margin-right: 22px;
    }

    #branding {
    margin-top: 9px;
    margin-left: 10px;
  }

    .zone-header {
	padding: 20px 0;
	}

  .user-display, .credits {
float: unset;
text-align: center;
}


}

/** IE 11 patch **/

h1, h2, h3, p {
max-width: 100%;

}

.span-12.cell {
width:100%;
}

.span-12.cell>div {
max-width: 100%;
}

header {
max-width: 100%;
}

fieldset.group.login-form>legend{
margin:0 auto;
}

.container-framed {
box-sizing: border-box;
height:100%;
width: 95%;
}

/****quick-fixes***/
.work-for-us-section form {
margin:0 auto;
width:100%;
max-width:500px;
}


@media only screen and (min-width: 600px) {
.work-for-us-section select,
.work-for-us-section textarea,
.work-for-us-section input.text,
.work-for-us-section input.textMedium,
.work-for-us-section input.text-small,
.work-for-us-section input.text-box {
width:100%;
max-width:100%;
}
}

.work-for-us-section select,
.work-for-us-section textarea,
.work-for-us-section input.text,
.work-for-us-section input.textMedium,
.work-for-us-section input.text-small,
.work-for-us-section input.text-box {
    border: 1px solid #dbdbdb;
    padding: 5px;
    -webkit-box-sizing:border-box;
box-sizing:border-box;
}


.work-for-us-section button {
border: 1px solid #666;
    background: #666;
    color: #fff;
    padding: 7px 30px;
    text-align: center;
    width: 150px;
    text-transform: uppercase;
    margin: 32px auto 20px auto;
    display:block;
}

.work-for-us-section button:hover {
    background: transparent;
    color: #666;
}

.message-Information {
  text-align:center;
}
