
/* ======================================
Theme: Jaburg Wilk
Author: I-ology – http://www.i-ology.com
Created: 02/26/2014 - DA
====================================== */

/* ============ ~* NORMALIZE BROWSERS *~ ============ */

*, :after, :before {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
audio, canvas, video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden], template {
    display: none;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
html, body {
    margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
a {
    background: 0 0;
}
a:focus {
    outline: thin dotted;
}
a:active, a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: 700;
}
dfn {
    font-style: italic;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
mark {
    background: #ff0;
    color: #000;
}
code, kbd, pre, samp {
    font-family: monospace,serif;
    font-size: 1em;
}
pre {
    white-space: pre-wrap;
}
q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
    font-size: 80%;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -.5em;
}
sub {
    bottom: -.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 0;
}
fieldset {
    border: 0px solid silver;
    margin: 0;
    padding: 0;
}
legend {
    border: 0;
    padding: 0;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}
button, input {
    line-height: normal;
}
button, select {
    text-transform: none;
}
button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled], html input[disabled] {
    cursor: default;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}



/* ============ ~* GENERAL LAYOUT *~ ============ */

.container {
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
.container:before, .container:after {
    display: table;
    content: " ";
}
.container:after {
    clear: both;
}
header {
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 100%;
	overflow: hidden;
}
article header {
    height: auto;
}
ul.menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
section#content {
    width: 100%;
    margin-right: 1.25em;
    float: left;
    padding: 0;
}
#content-main,
aside {
	float: left;
	width: 100%;
}
#content-main {
    padding: 2.66666667em 1.33333333em 0;
}
aside {
    padding: 1.66666667em .6em;
}
#content-full-width {
	float: left;
	width: 100%;
	padding: 2.66666667em 1.66666667em 1em;
}
body#homepage-on aside {
    padding: 2.66666667em 1.33333333em 0;
}
section#awards, footer {
    margin: 0 auto;
    position: relative;
}
footer {
	width: 100%;
}
#awards-wrapper {
	background: #efeeec;
	width: 100%;
	margin-top: 3em;
    padding: 1em 0;
	overflow: hidden;
}

#services-on #awards-wrapper,
#our-people-on #awards-wrapper {
    margin-top: 0;
}

#global-search {
	display: none; }


/* ============ ~* 768+ *~ ============ */

@media (min-width: 768px) {

.container {
   padding: 0 0 3em; }

body#our-people-on section#content-head .container {
    padding: 0 0 0; }

#global-search .container {
	padding: 0; }

#global-search {
	display: block;
	position: relative;
	width: 100%;
	height: 38px;
	background: #4e3b20;
	overflow: hidden;
	z-index: 5;
}

article.widget-global-navigation.widget-html-widget {
	width: 220px;
	float: right;
}
nav#global {
	max-width: 205px;
	margin: 0 20px 0 0;
}
#content-main {
	float: right;
	width: 65%;
	padding: 2.66666667em 1.66666667em 0 1em;
}
aside {
	float: left;
	width: 30%;
}
body#homepage-on aside {
	float: right; 
} 
	
}



/* ============ ~* 960+ *~ ============ */

@media (min-width: 960px) {


}



/* ============ ~* 1068+ *~ ============ */

@media (min-width: 1068px) {

header, .container {
   max-width: 1068px; }
    
}


/* ============ ~* 1280+ *~ ============ */

@media (min-width: 1280px) {
	
}


