/* -------------------------------------------------------------
======	RESET
------------------------------------------------------------- */

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block
}

audio, canvas, video, {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

audio:not([controls]) {
	display: none;
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

:hover, :focus, :active {
	outline: none;
}

html, button, input, select, textarea {
	font-family: "Open sans", "Times New Roman", Times, serif;
	font-weight: 400;
	/
	* normal */
	color: #f26624;
	font-smooth: always;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

body {
	margin: 0;
	font-size: 16px;
	line-height: 1.6;
	color: #f26624;
	letter-spacing: 0.023em;
}

a {
	color: #f26624;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
	transition: color 0.2s ease;
	-moz-transition: color 0.2s ease;
	-webkit-transition: color 0.2s ease;
	-o-transition: color 0.2s ease;
}

a:hover {
	color: #f26624;
	text-decoration: underline;
	background: rgba(0, 0, 0, .025);
}

::-moz-selection {
	background: #fae7c0;
	color: #ef5f43;
	text-shadow: none;
}

::selection {
	background: #fae7c0;
	color: #ef5f43;
	text-shadow: none;
}

p {
	margin: 0 0 1em;
}

p:last-child {
	margin-bottom: 0;
}

a:visited {
	opacity: 0.9;
}

a:active, a:focus {
	position: relative;
	top: 1px;
}

abbr[title] {
	border-bottom: 1px dotted
}

dfn {
	font-style: italic
}

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

pre, code, kbd, samp {
	font-family: monospace,monospace;
	_font-family: 'courier new',monospace;
	font-size: 1em
}

q {
	quotes: none
}

q:before, q:after {
	content: "";
	content: none
}

blockquote {
	margin: 1em 1em 1em 0;
	padding: 1em;
	border-left: 1px solid #DDD;
	font-style: italic;
	color: #999;
}

blockquote p {
	font-size: 1.1em;
	line-height: 2em;
	margin-bottom: 0;
}

blockquote small {
	display: block;
	font-size: 1em;
	line-height: 1.6em;
	color: #bfbfbf;
	text-align: right;
}

blockquote small:before {
	content: '\2014 \00A0';
}

b, strong {
	font-weight: 700
}

small {
	font-size: 85%;
	color: #999;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -0.5em
}

sub {
	bottom: -0.25em
}

dd {
	margin: 0 0 0 40px
}

dt {
	font-weight: 700;
}

ul, ol {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

.left-list li {
	list-style-type: disc;
	color: #f26624;
}

.left-list li:hover {
	color: #f26624
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 0
}

form {
	margin: 0
}

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

label {
	cursor: pointer
}

legend {
	border: 0;
	*margin-left: -7px;
	padding: 0;
	white-space: normal;
}

button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle
}

button, input {
	line-height: normal;
	*overflow: visible
}

table button, table input {
	*overflow: auto
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button
}

input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box
}

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-decoration {
	-webkit-appearance: none
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td {
	vertical-align: top
}

.chromeframe {
	margin: 1em 0;
	background: red;
	color: black;
	padding: 1em;
}

/* -------------------------------------------------------------
======	STYLES
------------------------------------------------------------- */

/* -- TYPO
------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 {
	margin: 0 0 1em;
	font-weight: bold;
}

h1 {
	font-size: 4.1em;
	letter-spacing: -0.075em;
	text-transform: uppercase;
	line-height: 0.9;
	color: #f26624;
	margin: 0 0 0.5em;
	font-weight: bold;
}

h1.welcome {
	margin-top: -20px;
	font-size: 3em;
	color: #f26624;
}

.margin-top {
	margin-top: -20px;
}

h2 {
	font-size: 2.5em;
	margin: 0 0 20px;
	letter-spacing: -0.05em;
	color: #f26624;
	line-height: 1;
}

h3 {
	font-size: 1.75em;
}

h4 {
	font-size: 1.5em;
}

h5 {
	font-size: 1.17em;
	text-transform: uppercase;
	margin: 0;
	color: #f26624;
}

h6 {
	font-size: 1em;
	margin-bottom: 2px;
	font-weight: 700;
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
	color: #f26624;
	text-decoration: none;
}

h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {
	color: #f26624;
	text-decoration: underline;
}

.aa-t h2{
	margin-bottom: 7px;
}
.aa-t h3, .aa-t h4{
	margin-top: 27px;
	margin-bottom: 0;
}

/* -- Video
------------------------------------------------------------- */

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,
	.video-container object,
	.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* -- GRID  https://github.com/mattberridge/Proportional-Grids/
------------------------------------------------------------- */

body {
	width: 100%;
	background: url(../img/background.jpg) repeat;
	background-color: #3e494d;
	z-index: 1;
}

.container {
	width: 90%;
	margin: 1em auto;
	max-width: 1100px;
	min-width: 300px;
}

.grid-wrap {
	margin-left: -3em;
	/*

the same as your gutter */
  overflow: hidden;
	*zoom: 1;
}

.grid-wrap:before, .grid-wrap:after {
	content: "";
	display: table
}

.grid-wrap:after {
	clear: both
}

.grid {
	float: left;
	padding-left: 3em;
	/* 

this is your gutter between columns */
  	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	*behavior: url(/js/boxsizing.htc);
}

.half-gutter {
	margin-left: -1.5em;
}

.half-gutter .grid-col {
	padding-left: 1.5em;
}

.col-full {
	width: 100%;
}

.col-one-half {
	width: 50%;
}

.col-one-third {
	width: 33.333%;
}

.col-two-thirds {
	width: 66.666%;
}

.col-one-quarter {
	width: 25%;
}

.col-three-quarters {
	width: 75%;
}

.divide-top {
	border-top: 1px solid #ccc;
	padding-top: 2em;
	margin-top: 1.5em;
}

.mright {
	margin-right: 3em;
}

.mleft {
	margin-left: 3em;
}

.mtop {
	margin-top: 3em;
}

.mbottom {
	margin-bottom: 3em;
}

.halfmright {
	margin-right: 1.5em;
}

.halfmleft {
	margin-left: 1.5em;
}

.halfmtop {
	margin-top: 1.5em;
}

.halfmbottom {
	margin-bottom: 1.5em;
}

.fright, .fleft, .menuleft {
	display: block;
	overflow: hidden;
	font-weight: 700;
}

.fright {
	float: right
}

.fleft {
	float: left;
	font-size: 1.7em;
}

.menuleft {
	float: left;
	margin-top: 18px;
}

.alignleft {
	float: left;
	clear: left;
	margin: 0.38em 1.62em 0.38em 0;
}

.alignright {
	float: right;
	clear: right;
	margin: 0.38em 0 0.38em 1.62em;
}

.aligncenter {
	margin: 0 auto 1.62em;
	display: block;
}

/* -- MISC
------------------------------------------------------------- */

figure {
	max-height: 100%;
	overflow: hidden;
}

figure figcaption {
	
}

img {
	max-width: 100%;
	height: auto;
	width: auto;
}

a img {
	-webkit-transition: opacity 1s ease;
	-moz-transition: opacity 1s ease;
	-o-transition: opacity 1s ease;
	-ms-transition: opacity 1s ease;
	transition: opacity 1s ease;
}

a img:hover {
	*zoom: 1;
	opacity: 0.7;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 70);
	filter: alpha(opacity = 70);
}

/* -- TABLE
------------------------------------------------------------- */

.myTable {
	width: 100%;
	margin-top:10px;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	*border-collapse: expression('collapse', cellSpacing = '0px');
/*For 
IE*/
}

.myTable tbody tr {
	background-color: #f4fbff;
	color: #000000;
}

.myTable td {
	border-bottom: 1px solid #ddd;
	padding: 2px 4px;
}

.myTable thead {
	color: #ffffff;
}

.myTable th {
	text-align: left;
	height: 20px;
	border: 0px solid #cccccc;
	padding: 4px 4px;
}

.myTable .right{
	text-align: right;
}

/* -------------------------------------------------------------
======	PAGES
------------------------------------------------------------- */

/* -- HEADER
------------------------------------------------------------- */

header#navtop {
	margin: 0;
	clear: both;
	overflow: hidden;
}

header nav ul {
	float: left;
	overflow: hidden;
	padding: 0 2.3em 0 1.9em;
	border-right: 1px solid #ddd;
	line-height: 1.8em;
	z-index: 200;
/*backgr

ound: #3d494f;*/
}

nav a, menu a {
	text-decoration: none;
	color: #f26624;
}

nav ul li {
	float: left;
}

nav ul li:hover {
	background: transparent;
}

nav ul li a {
	display: block;
}

nav ul li a:hover {
	background: transparent;
}

.navactive {
	color: #f26624
}

/*second level*/

nav ul ul {
	display: none;
}

nav ul li:hover > ul {
	display: block;
}

nav ul ul {
	position: absolute;
	padding: 0;
	background: #a8ad77;
	border: none;
}

nav ul ul li {
	position: relative;
	float: none;
	padding: 4px 20px;
	border-bottom: 1px solid #575f6a;
	border-right: 1px solid #637680;
	border-left: 1px solid #637680;
}

nav ul ul li:hover {
	background: #637680;
}

.logo {
	margin-bottom: 0;
}

.logo:hover {
	background: none;
}

#google_translate_element {
	z-index: -1 !important;
}

/* -- GENERAL 
------------------------------------------------------------- */

.main > section {
	margin-bottom: 2em;
}

.main header {
	color: #fff;
	margin-bottom: 3em;
}

.main header hr {
	border-top-color: #999;
}

.arrow:after {
	content: " \21D2";
/*

html unicode: &#10230; */
}

header .arrow {
	color: #fff;
	font-style: italic;
}

.arrow:hover {
	color: #a7ab77;
}

.external:after {
	content: " \279A";
/*

html unicode: &#10138; */
}

/* -- FOOTER
------------------------------------------------------------- */

footer {
	color: #fff;
	margin-bottom: 7em;
}

footer nav ul {
	float: right;
	overflow: hidden;
}

footer li {
	float: left;
	margin-right: 1em;
	padding-right: 1em;
	border-right: 1px solid #DDD;
	font-size: 0.8em;
}

footer li:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}

footer a {
	color: #a8ac77;
}

footer a:hover {
	color: #fff;
}

footer .social a {
	color: #f26624;
	font-weight: normal;
	cursor: pointer;
	text-decoration: none;
	transition: color 0.2s ease;
	-moz-transition: color 0.2s ease;
	-webkit-transition: color 0.2s ease;
	-o-transition: color 0.2s ease;
}

footer .social a:hover {
	color: #f26624;
	text-decoration: underline;
	background: rgba(0, 0, 0, .025);
}

.up a {
	display: block;
	text-align: center;
	margin: 0 auto;
}

/* -- HOME-PAGE
------------------------------------------------------------- */

/* Services */

.services aside {
	color: #fff;
	padding-top: 1em;
	border-top: 1px solid #DDD;
}

.services aside:after, .services h5:after {
	content: "";
	display: block;
	height: 1px;
	width: 1em;
	background: #DDD;
	margin: 1em 0;
}

/* -- WORKS / Home-page and Works-page
------------------------------------------------------------- */

.works a {
	color: #acaa7c;
}

.works a:hover {
	color: #fff;
	text-decoration: underline;
	background: rgba(0, 0, 0, .025);
}

.works figure > a {
	display: block;
	height: 100%;
	width: 100%;
	overflow: hidden;
	position: relative;
	border-top: 1px solid #DDD;
	padding-top: 1em;
}

.works figure .zoom {
	display: block;
	position: absolute;
	top: 10px;
	left: 0;
	background: url(../img/zoom.png) no-repeat center;
	width: 100%;
	height: 100%;
	*zoom: 1;
	opacity: 0;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 0);
	filter: alpha(opacity = 0);
}

.works figure figcaption {
	margin-top: 1em;
	padding: 0 0.5em;
	white-space: nowrap;
}

.works figure figcaption a {
	line-height: 2em;
	font-weight: 700;
}

.works figure figcaption p {
	margin: 0;
}

.works-page .works figure {
	margin-bottom: 3em;
}

.main aside {
	margin-bottom: 3em
}

.main aside menu {
	padding: 0 0 0 1em;
	line-height: 2em;
}

.main aside menu a {
	color: #acaa7c;
}

.main aside menu a:hover {
	color: #fff;
}

.main aside menu .buttonactive {
	color: #f26624
}

/* -- CONTACT 
------------------------------------------------------------- */

.contact a {
	color: #acaa7c
}

.contact a:hover {
	color: #fff
}

.contact small a {
	color: #f26624
}

/* -- SUBPAGES 
------------------------------------------------------------- */

/*Separations*/

.main:not(.home-page) > section article h2 {
	margin-top: 1em;
	padding-top: 1em;
	border-top: 1px solid #DDD;
}

.main:not(.home-page) > section article:first-child h2 {
	margin-top: 0;
}

/* Work-page (single) */

.work-page figure {
	margin-bottom: 3em;
}

.work-page figcaption {
	text-align: center;
	margin-top: 1em;
}

/* - Toggles */

.toggle-view > li {
	margin-top: 1em;
	position: relative;
}

.toggle-title {
	padding: 0.8em 2em;
}

.toggle-title-detail {
	font-size: 0.8em;
	color: #999;
	font-weight: normal;
	text-transform: lowercase;
}

.toggle-title:after {
	content: "\25C0";
	float: right;
	color: #999;
}

.toggle-title:hover:after {
	color: #fff
}

.tactive {
	background: #999
}

.tactive:after {
	content: "\25BC";
	color: #fff;
}

.toggle {
	padding: 1em 2em;
	display: none;
	overflow: hidden;
}

.toggle > ul li {
	line-height: 2.5
}

.toggle > ul li:before {
	content: "\2714 ";
	color: #999;
	margin-right: 1em;
}

/* -------------------------------------------------------------
======	MISC
------------------------------------------------------------- */

.ir {
	display: block;
	border: 0;
	text-indent: -999em;
	overflow: hidden;
	background-color: transparent;
	background-repeat: no-repeat;
	text-align: left;
	direction: ltr;
	*line-height: 0;
}

.ir br {
	display: none
}

.hidden {
	display: none !important;
	visibility: hidden
}

/* -------------------------------------------------------------
======	IE Fix
------------------------------------------------------------- */

.lt-ie9 .works figure a, .lt-ie9 .works figure a img {
	filter: inherit
}

/* jquery filter opacity issue IE8 */

.lt-ie9 .container {
	min-width: 780px;
}

.lt-ie8 .container {
	width: 960px;
}

.lt-ie8 .grid-wrap {
	margin-left: 0;
}

.lt-ie8 .grid {
	padding: 0;
	margin-left: 5%;
}

.lt-ie8 .grid:first-child {
	margin-left: 0;
}

.lt-ie8 .col-full {
	width: 99.95%;
}

.lt-ie8 .col-full + .grid {
	margin-left: 0;
}

.lt-ie8 .col-one-half {
	width: 47.45%;
}

.lt-ie8 .col-one-third {
	width: 29.55%;
}

.lt-ie8 .col-two-thirds {
	width: 64.95%;
}

.lt-ie8 .col-one-quarter {
	width: 19.95%;
}

.lt-ie8 .col-three-quarters {
	width: 74.95%;
}

/* Slider */

/* Browser Resets
*********************************/

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
	outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Icon Fonts
*********************************/

/* Font-face Icons */

@font-face {
	font-family: 'flexslider-icon';
	src: url('../fonts/flexslider-icon.eot');
	src: url('../fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
		url('../fonts/flexslider-icon.woff') format('woff'),
		url('../fonts/flexslider-icon.ttf') format('truetype'),
		url('../fonts/flexslider-icon.svg#flexslider-icon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* FlexSlider Necessary Styles
*********************************/

.flexslider {
	margin: 0;
	padding: 0;
}

.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
	color: #000;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */

.flexslider .slides img {
	width: 100%;
	display: block;
}

.flexslider .slides p {
	padding: 10px;
}

.flex-pauseplay span {
	text-transform: capitalize;
}

/* Clearfix for the .slides element */

.slides:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .slides {
	display: block;
}

* html .slides {
	height: 1%;
}

/* No JavaScript Fallback */

/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

.no-js .slides > li:first-child {
	display: block;
}

/* FlexSlider Default Theme
*********************************/

.flexslider {
	margin: 0 0 50px;
	background: #fff;
	border: 4px solid #fff;
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	zoom: 1;
}

.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.loading .flex-viewport {
	max-height: 300px;
}

.flexslider .slides {
	zoom: 1;
}

#carousel, #carousel2 {
	margin-top: -10px;
}

#carousel li, #carousel2 li {
	margin-right: 5px;
}

#carousel img, #carousel2 img {
	width: 100%;
	display: block;
	opacity: .7;
	cursor: pointer;
}

#carousel img:hover,#carousel2 img:hover {
	opacity: 1;
}

/* Direction Nav */

.flex-direction-nav {
	*height: 0;
}

.flex-direction-nav a {
	display: block;
	width: 50px;
	height: 50px;
	margin: -20px 0 0;
	position: absolute;
	top: 43%;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	color: rgba(0,0,0,0.8);
	text-shadow: 1px 1px 0 rgba(255,255,255,0.8);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

.flex-direction-nav .flex-prev {
	left: -50px;
}

.flex-direction-nav .flex-next {
	right: -50px;
	text-align: right;
}

.flexslider:hover .flex-prev {
	opacity: 0.7;
	left: 10px;
}

.flexslider:hover .flex-next {
	opacity: 0.7;
	right: 10px;
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
	opacity: 1;
}

.flex-direction-nav .flex-disabled {
	opacity: 0!important;
	filter: alpha(opacity=0);
	cursor: default;
}

.flex-direction-nav a:before {
	font-family: "flexslider-icon";
	font-size: 40px;
	display: inline-block;
	content: '\f001';
}

.flex-direction-nav a.flex-next:before {
	content: '\f002';
}

/* Pause/Play */

.flex-pauseplay a {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	opacity: 0.8;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	color: #000;
}

.flex-pauseplay a:before {
	font-family: "flexslider-icon";
	font-size: 20px;
	display: inline-block;
	content: '\f004';
}

.flex-pauseplay a:hover {
	opacity: 1;
}

.flex-pauseplay a.flex-play:before {
	content: '\f003';
}

/* Control Nav */

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -40px;
	text-align: center;
}

.flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.flex-control-paging li a {
	width: 11px;
	height: 11px;
	display: block;
	background: #666;
	background: rgba(0,0,0,0.5);
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
	-o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}

.flex-control-paging li a:hover {
	background: #333;
	background: rgba(242,102,36,0.8);
}

.flex-control-paging li a.flex-active {
	background: #000;
	background: rgba(242,102,36,0.6);
	cursor: default;
}

.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}

.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
}

.flex-control-thumbs img {
	width: 100%;
	display: block;
	opacity: .7;
	cursor: pointer;
}

.flex-control-thumbs img:hover {
	opacity: 1;
}

.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}

/* -------------------------------------------------------------
======	MEDIA QUERIES
------------------------------------------------------------- */

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

.flex-direction-nav .flex-prev {
	opacity: 1;
	left: 10px;
}

.flex-direction-nav .flex-next {
	opacity: 1;
	right: 10px;
}

}

/* -- Media query 1 (mq1)
------------------------------------------------------------- */

@media only screen and (max-width: 60em) {

/* 13 / 780 */

.mq1-col-full {
	width: 100%;
}

.mq1-col-one-half {
	width: 50%;
}

.mq1-col-one-third {
	width: 33.333%;
}

.mq1-col-two-thirds {
	width: 66.666%;
}

.mq1-col-one-quarter {
	width: 25%;
}

.mq1-col-three-quarters {
	width: 75%;
}

/**/

h1 {
	font-size: 3.1em;
}

.slide figcaption {
	width: 80%;
}

footer li {
	float: left;
	margin-right: 0.5em;
	padding-right: 0.5em;
	border-right: 1px solid #DDD;
}

}

/* -- Media query 2 (mq2)
------------------------------------------------------------- */

@media only screen and (max-width: 48em) {

/* 13 / 624 */

.mq2-col-full {
	width: 100%;
}

.mq2-col-one-half {
	width: 50%;
}

.mq2-col-one-third {
	width: 33.333%;
}

.mq2-col-two-thirds {
	width: 66.666%;
}

.mq2-col-one-quarter {
	width: 25%;
}

.mq2-col-three-quarters {
	width: 75%;
}

/**/

header nav {
	width: 100%;
}

header nav ul {
	padding: 0;
	border-left: none;
	line-height: 2em;
}

header nav ul li {
	float: left;
	padding: 0 1em;
}

.slider {
	margin-top: 3em;
}

.margin-top {
	margin: 0;
}

}

/* -- Media query 3 (mq3)
------------------------------------------------------------- */

@media only screen and (max-width: 30em) {

/* 13 / 390 */

.mq3-col-full {
	width: 100%;
}

.mq3-col-one-half {
	width: 50%;
}

.mq3-col-one-third {
	width: 33.333%;
}

.mq3-col-two-thirds {
	width: 66.666%;
}

.mq3-col-one-quarter {
	width: 25%;
}

.mq3-col-three-quarters {
	width: 75%;
}

.mq3-none {
	display: none;
}

/**/

header nav ul li {
	padding: 0 0.5em;
}

footer li {
	float: none;
	margin-right: 0em;
	padding-right: 0em;
	border-right: none;
	line-height: 2em;
}

.services article {
	margin-top: 3em;
}

.services article:first-of-type {
	margin-top: 0;
}

}

/* -- PRINT STYLES 
------------------------------------------------------------- */

@media print {

* {
	background: transparent !important;
	color: black !important;
	text-shadow: none !important;
	filter: none !important;
	-ms-filter: none !important
}

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

pre, blockquote {
	page-break-inside: avoid
}

thead {
	display: table-header-group
}

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

img {
	max-width: 100% !important
}

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

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

}

/* -------------------------------------------------------------
======	END
------------------------------------------------------------- */