
/*
Table Of Contents
 
1.)  Typography
2.)  Default Styles
3.)  Home page 
4.)  Header - Main 
5.)  Banner - Main 
6.)  Footer - Main
7.)  Content - Main
8.)  Content - Inner
9.)  Design - page
10.) Design Details - page
11.) Advocacy - page
12.) Studio - page
13.) Culture - page
14.) People - page
15.) People Details - page
16.) Recognition - page 
17.) Collaborators - page
18.) News - page
19.) News - Details - page
20.) Employment - page
21.) Contact - page
22.) Popups

===============================================*/

/*
 1.) Typography
----------------------------------------*/

@import url("font-awesome.css") all;

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

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

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



/*
 2.) Default Styles
----------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* render html5 elements as block */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}

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

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

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

sup {
	top: -0.5em;
	font-size: 20px;
}

sub {
	bottom: -0.25em;
}

img {
	width: auto;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
	line-height: .5em;
}


/*  Custom animations
/*-------------------------------------------------- */
@-webkit-keyframes 
reveal {
 0% {
 opacity: 0;
}
 1% {
 opacity: 0;
 -webkit-transform: scale(0.98) translateY(-15px);
}
 80% {
 -webkit-transform: scale(1);
}
 100% {
 -webkit-transform: translateY(0);
}
}
 @-moz-keyframes 
reveal {
 0% {
 opacity: 0;
}
 1% {
 opacity: 0;
 -moz-transform: scale(0.98) translateY(-15px);
}
 80% {
 -moz-transform: scale(1);
}
 100% {
 -moz-transform: translateY(0);
}
}


/* #Basic Styles
================================================== */

body {
	font-family: "akkurat_lightregular", Arial, Helvetica, sans-serif;
	/*font-size: 21px;*/
	    font-size: 19px;
	color: #000000;
	line-height: 31px;
	background: #cccccc;
}

@media only screen and (max-width: 1023px) {
body {
	font-size: 17px; 
	line-height: 27px;
}
}

@media only screen and (max-width: 767px) {
body {
	font-size: 16px; 
	line-height:23px;
}
}


/* #Links
================================================== */

a {
	color: #b84882;
	outline: 0;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	cursor: pointer;
	text-decoration: none;
}

a:hover {
	color: #e71783;
	/*text-decoration: underline; */
	outline: 0;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

a:focus, a:active, a:visited {
	outline: 0;
	text-decoration: none;
}


/* #Headings
================================================== */

h1, h2, h3, h4, h5, h6 {
	font-family: "akkuratbold", Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 1.1em;
	padding: 0 0 28px 0;
	margin: 0;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 19px;
}

p {
	padding: 0 0 30px 0;
}

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

em {
	font-style: italic;
	font-family: "akkuratlight", Arial, Helvetica, sans-serif;
}

strong {
	font-weight: normal;
	font-family: "akkuratbold", Arial, Helvetica, sans-serif;
}

.upper {
	text-transform: uppercase;
}

.lower {
	text-transform: none;
}

@media only screen and (max-width: 1023px) {
h1, h2, h3, h4, h5, h6 {
	padding: 0 0 25px 0;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

p {
	padding: 0 0 23px 0;
}
}

@media only screen and (max-width: 767px) {
h1, h2, h3, h4, h5, h6 {
	padding: 0 0 15px 0;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

p {
	padding: 0 0 20px 0;
}
}


/* #Order and Unorder Styles
================================================= */

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

li {
	position: relative;
	padding: 0 0 0 14px;
	margin: 0;
}

li:last-child {
	padding-bottom: 0;
}

li:before {
	content: "";
	width: 6px;
	height: 6px;
	float: left;
	background: #000000;
	border-radius: 10px;
	position: absolute;
	top: 12px;
	left: 0;
}

@media only screen and (max-width:1023px) {
li {
	padding: 0 0 2px 14px;
}

li:before {
	top: 10px;
}
}

@media only screen and (max-width:1023px) {
li {
	padding: 0 0 5px 11px;
}

li:before {
	width: 5px;
	height: 5px;
	top: 9px;
}
}



/* #Owl-carousel
=======================================================*/

.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	-moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,  
.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
}

.owl-carousel .owl-nav.disabled,  
.owl-carousel .owl-dots.disabled {
	display: none;
}

.owl-carousel .owl-nav .owl-prev,  
.owl-carousel .owl-nav .owl-next,  
.owl-carousel .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

.no-js .owl-carousel {
	display: block;
}

.owl-carousel .animated {
	animation-duration: 1000ms;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	animation-name: fadeOut;
}
 @keyframes 
fadeOut {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
}
}

.owl-height {
	transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn, 
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}


/* #Slider Controls
================================================== */

.owl-controls {
	padding: 0;
	margin: 0;
}

/* Previous and Next */
.owl-nav div {
	width: 60px;
	height: 60px;
	float: left;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 60px;
	border-radius: 60px;
	z-index: 10;
	cursor: pointer;
	text-indent: -99999px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	position: absolute;
	top: 50%;
	margin: -30px 0 0 0;
	opacity: .70;
}

.owl-nav div:hover {
	opacity: 1;
}

.owl-nav .owl-prev {
	background-image: url(../img/arrow-previous.png);
	left: 50px;
}

.owl-nav .owl-next {
	background-image: url(../img/arrow-next.png);
	right: 50px;
}

@media only screen and (max-width: 1023px) {
.owl-nav div {
	width: 48px;
	height: 48px;
	background-size: 48px;
	margin: -24px 0 0 0;
}

.owl-nav .owl-prev {
	left: 15px;
}

.owl-nav .owl-next {
	right: 15px;
}
}


/* Bullets */
.owl-dots {
	width: auto;
	float: none;
	display: inline-block;
	vertical-align: middle;
	padding: 11px 0 0 0;
	margin: 0;
}

.owl-dots .owl-dot {
	width: auto;
	float: none;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	padding: 0;
	margin: 4px;
}

.owl-dots .owl-dot span {
	display: block;
	width: 6px;
	height: 6px;
	background: #000000;
	border-radius: 20px;
	text-indent: -9999px;
	padding: 0;
	margin: 0;
}

.owl-dots .owl-dot.active span {
	width: 12px;
	height: 12px;
	filter: Alpha(Opacity=100);
	opacity: 1;
	background: #ad985f;
	margin: -3.5px 0 0 0;
}

.owl-carousel .owl-controls .disabled, 
.owl-carousel .owl-controls .disabled {
	display: none!important;
}


/* #Show-Hide Responsive Options
================================================== */

.show_mobile {
	display: none;
}

.hide_mobile {
	display: block;
}

.show_both {
	display: none;
}

.hide_both {
	display: block;
}

@media only screen and (max-width:1023px) {
.show_both {
	display: block;
}

.hide_both {
	display: none;
}
}

@media only screen and (max-width:767px) {
.show_mobile {
	display: block
}

.hide_mobile {
	display: none
}
}


/* Hidden */
.hidden {
	position: absolute!important;
	left: -10000px!important;
	top: auto!important;
	width: 1px!important;
	height: 1px!important;
	overflow: hidden!important;
	display: block!important;
}


/*
 3.) Home page
----------------------------------------*/

#container-main {
	width: 100%;
	float: left;
	background: #ffffff;
	overflow: hidden;
}

.container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 30px;
}

@media only screen and (max-width: 767px) {
.container {
	max-width: 500px;
	padding: 0 15px;
}
}


/* Vertical Align - Middle */
.outer-bg {
	width: 100%;
	height: 100%;
	float: none;
	display: table;
	margin: 0 auto
}

.inner-bg {
	width: 100%;
	height: 100%;
	float: none;
	display: table-cell;
	vertical-align: middle;
}


/* Heading - Text1 */
.heading-text1 {
	width: 100%;
	float: left;
	padding: 0 0 85px 0;
}

.heading-text1:last-child {
	padding-bottom: 0;
}

.heading-text1 h1:last-child, 
.heading-text2 h2:last-child, 
.heading-text1 h3:last-child, 
.heading-text1 h4:last-child, 
.heading-text1 p:last-child {
	padding-bottom: 0;
}

.heading-text1 .content-middle {
	width: 100%;
	max-width: 1035px;
	float: left;
	padding: 0 0 0 195px;
}

@media only screen and (max-width: 1023px) {
.heading-text1 {
	padding: 0 0 65px 0;
}

.heading-text1 .content-middle {
	padding: 0;
}
}

@media only screen and (max-width: 767px) {
.heading-text1 {
	padding: 0 0 50px 0;
}
}


/* Heading - Text2 */
.heading-text2 {
	width: 100%;
	float: left;
	padding: 0 0 35px 0;
}

.heading-text2:last-child {
	padding-bottom: 0;
}

.heading-text2 h1:last-child, 
.heading-text2 h2:last-child, 
.heading-text2 h3:last-child, 
.heading-text2 h4:last-child, 
.heading-text2 p:last-child {
	padding-bottom: 0;
}

.heading-text2 .content-middle {
	width: 100%;
	max-width: 1035px;
	float: left;
	padding: 0 0 0 195px;
}

@media only screen and (max-width: 1023px) {
.heading-text2 {
	padding: 0 0 35px 0;
}

.heading-text2 .content-middle {
	padding: 0;
}
}

@media only screen and (max-width: 767px) {
.heading-text2 {
	padding: 0 0 25px 0;
}
}


/*
 4.) Header - Main
----------------------------------------*/

#header-main {
	width: 100%;
	float: left;
	background: #ffffff;
	position: relative;
	z-index: 1000;
	padding: 30px 0 28px 0;
}

#header-main .logo {
	width: 180px;
	float: left;
	position: relative;
	z-index: 30;
	margin: 0 -180px 0 0;
}

#header-main .logo img {
	width: 100%;
	vertical-align: top;
}

#header-main .nav-bar {
	width: 100%;
	float: left;
	padding: 0 0 0 195px;
}

#header-main .nav-bar nav {
	width: 100%;
	float: left;
	position: relative;
}

#header-main .nav-bar nav ul {
	float: left;
	padding: 0;
	margin: 0 -50px 0 0;
}

#header-main .nav-bar nav ul li {
	height: 30px;
	float: left;
	font-family: "akkuratbold", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.08em;
	text-align: center;
	text-transform: uppercase;
	position: static;
	padding: 0;
	margin: 0 14px 0 0;
}

#header-main .nav-bar nav ul li:before {
	display: none;
}

#header-main .nav-bar nav ul li a {
	height: 30px;
	float: left;
	color: #000000;
	line-height: 30px;
	text-decoration: none;
}

#header-main .nav-bar nav ul li:hover > a, 
#header-main .nav-bar nav ul li.active > a {
	color: #b84882;
}

#header-main .nav-bar nav ul li.advocacy:hover > a, 
#header-main .nav-bar nav ul li.advocacy.active > a {
	color: #ad985f;
}

#header-main .nav-bar nav ul li.studio:hover > a, 
#header-main .nav-bar nav ul li.studio.active > a {
	color: #5aa0be;
}

#header-main .nav-bar nav ul li.parent > ul {
	display: inline-block;
}

#header-main .nav-bar nav ul li ul {
	width: 100%;
	float: left;
	display: none;
	position: absolute;
	top: 50px;
	left: 0;
	padding: 0;
	margin: 0;
}

#header-main .nav-bar nav ul li ul li {
	height: auto;
	color: #60615d;
	    letter-spacing: 0.08em;
	cursor: pointer;
	padding: 0;
	margin: 0 14px 0 0;
}

#header-main .nav-bar nav ul li:hover > ul li a, 
#header-main .nav-bar nav ul li.active > ul li a {
	color: #60615d;
}

#header-main .nav-bar nav ul li ul li a {
	height: auto;
	color: #60615d;
	line-height: inherit;
}

#header-main .nav-bar nav ul li ul li:hover > a, 
#header-main .nav-bar nav ul li ul li.active > a, 
#header-main .nav-bar nav ul li ul li.is-checked {
	color: #b84882;
}

#header-main .nav-bar nav ul li ul.filters-group li {
	background: url(../img/SlashSVGgrey.svg) no-repeat right center;
	background-size: 8px auto;
	padding: 0 22px 0 0;
	margin: 0 14px 0 0;
}

 #header-main .nav-bar nav ul li ul.filters-group path {
    fill: #03ac07;
}

#header-main .nav-bar nav ul li ul.filters-group li:last-child {
	background: none;
	padding: 0;
	margin: 0;
}

#header-main .nav-bar nav ul li.advocacy ul li:hover > a, 
#header-main .nav-bar nav ul li.advocacy ul li.active > a {
	color: #ad985f;
}

#header-main .nav-bar nav ul li.studio ul li:hover > a, 
#header-main .nav-bar nav ul li.studio ul li.active > a {
	color: #5aa0be;
}

@media only screen and (max-width: 767px) {
#header-main {
	padding: 10px 0;
}

#header-main .logo {
	width: 100%;
	margin: 0 0 9px 0;
}

#header-main .nav-bar {
	padding: 0;
}

#header-main .nav-bar nav ul li ul {
	top: 30px;
	margin-right: -100px;
}

#header-main .nav-bar nav ul li ul li {
	font-size: 11px;
	line-height: 18px;
	letter-spacing: 0.02em;
	margin: 0 10px 0 0;
}

#header-main .nav-bar nav ul li ul.filters-group li {
	background-size: 6px auto;
	padding: 0 16px 0 0;
	margin: 0 10px 0 0;
}
}


/*
 5.) Banner - Main
----------------------------------------*/

#banner-main {
	width: 100%;
	height: 100vh;
	float: left;
	position: relative;
	overflow: hidden;
}

#banner-main .owl-item {
	height: 100vh;
}

#banner-main ul {
	width: 100%;
	height: 100vh;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}

#banner-main ul li {
	width: 100%;
	height: 100vh;
	float: left;
	text-align: center;
	position: relative;
	padding: 0;
	margin: 0;
}

#banner-main ul li:before, #banner-main ul li:after {
	display: none;
}

#banner-main figure {
	width: 100%;
	height: 100vh;
	float: left;
	text-align: center;
	overflow: hidden;
	position: relative;
}

#banner-main figure img {
	width: auto;
	max-width: inherit;
	min-width: 100%;
	height: auto;
	min-height: 100vh;
	position: absolute;
	bottom: 0;
	right: 0;
}

#banner-main .logo-text {
	width: 100%;
	height: 100%;
	float: left;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
}

#banner-main .logo-text img {
	display: none;
}

#banner-main .logo-text:before {
	content: "";
	width: 100%;
	height: 100%;
	float: left;
	background: url(../img/logo-studio-mla-01.png) no-repeat 10% center;
	background-size: auto 60%;
	position: absolute;
	top: -17px;
	left: 0;
	z-index: 10;
}

#banner-main .banner-content {
	width: 100%;
	float: left;
	position: absolute;
	top: 140px;
	left: 0;
	z-index: 20;
}

#banner-main .banner-content {
	width: 100%;
	float: left;
	position: absolute;
	top: 140px;
	left: 0;
	z-index: 20;
}

#banner-main .banner-content h1, 
#banner-main .banner-content h2.large {
	font-family: "akkuratregular", Arial, Helvetica, sans-serif;
	font-size: 54px;
	padding: 0 0 12px 0;
}

#banner-main .banner-content h2 {
	padding: 0 0 17px 0;
}

#banner-main .banner-content p {
	font-size: 16px;
	line-height: 23px;
}

#banner-main .banner-content .content-middle {
	width: 6320px;
	float: right;
	text-align: left;
	background: #5aa0be;
	position: relative;
	z-index: 50;
	padding: 28px 6030px 30px 50px;
	margin: 0 -6000px 0 0;
	/*margin: 0 -6350px 0 0;*/
}

#banner-main .banner-content .content-middle.light-green-nh {
	background: #acd4ad;
}

#banner-main .banner-content .content-middle.pink-bg {
	background: #b84882;
}

#banner-main .banner-content .content-middle.yellow-bg {
	background: #f3df32;
}

#banner-main .banner-content .content-middle.sandle-bg {
	background: #ad985f;
}

#banner-main .banner-content.align-bottom {
	height: 100%;
	top: 200px;
}

#banner-main .banner-content.align-middle {
	height: 100%;
	top: 0px;
}


#banner-main .banner-content.align-top {
height: 100%;
	top: -200px;
}

#banner-main .banner-content.align-middle p, #banner-main .banner-content.align-bottom p, #banner-main .banner-content.align-top p   {
	line-height: 25px;
}


#banner-main .owl-nav div {
    width: 60px;
    height: 60px;
    top: 48%;
}

#banner-main .owl-nav .owl-prev {
	/*cursor: url("../img/arrow-previous-pink.png"), auto;*/
	background-image: url("../img/MLA-Arrow-Circle-Prev.svg");
	left: 20px;
}

#banner-main .owl-nav .owl-next {
	/*cursor: url("../img/rightarrow.png"), auto;*/
	background-image: url("../img/MLA-Arrow-Circle.svg");
	right: 20px;
}

#banner-main:hover .owl-nav div {
	opacity: 1;
}
/*
#banner-main:hover .owl-nav .owl-prev {
	left: 0;
}

#banner-main .owl-nav .owl-prev:hover {
	background-position: -300px;
}

#banner-main:hover .owl-nav .owl-next {
	right: 0;
}

#banner-main .owl-nav .owl-next:hover {
	background-position: 300px;
}
*/



@media only screen and (min-width: 768px) {
#banner-main .banner-content.align-middle .content-middle, #banner-main .banner-content.align-bottom .content-middle, #banner-main .banner-content.align-top .content-middle    {
	width: 6460px;
	padding: 28px 6000px 30px 30px;
}
}


@media only screen and (max-width: 1023px) {
#banner-main .logo-text:before {
	background-size: auto 45%;
}

#banner-main .banner-content h1, 
#banner-main .banner-content h2.large {
	font-size: 48px;
}

#banner-main .banner-content p {
	font-size: 15px;
	line-height: 21px;
}

#banner-main .banner-content.align-middle p {
	line-height: 23px;
}

#banner-main .owl-nav .owl-prev {
	/*cursor: url("../img/arrow-previous-pink2.png"), auto;*/
}

#banner-main .owl-nav .owl-next {
/*	cursor: url("../img/arrow-next-pink2.png"), auto;*/
}
}

@media only screen and (max-width: 767px) {
#banner-main {
	height: auto;
}

#banner-main .owl-item {
	height: auto;
}

#banner-main ul {
	height: auto;
}

#banner-main ul li {
	height: auto;
}

#banner-main figure {
	height: auto;
}

#banner-main figure img {
	width: 100%;
	min-width: 900px;
	min-height: inherit;
	display: inline-block;
	position: relative;
	margin: 0 -450px;
}

#banner-main .logo-text {
	height: auto;
	position: absolute;
	top: 10px;
	right: -15px;
}

#banner-main .logo-text:before {
	display: none;
}

#banner-main .logo-text img {
	display: inline-block;
	max-width: 400px;
}

#banner-main .banner-content {
	position: static;
	top: 0;
	bottom: 0;
}

#banner-main .banner-content h1, 
#banner-main .banner-content h2.large {
	font-size: 46px;
	padding: 0 0 6px 0;
}

#banner-main .banner-content h2 {
	padding: 0 0 19px 0;
}

#banner-main .banner-content p {
	font-size: 16px;
	line-height: 18px;
}

#banner-main .banner-content .content-middle {
	width: 94%;
	position: absolute;
	bottom: 25px;
	right: 0;
	padding: 15px 20px 15px 20px;
	margin: 0;
}

#banner-main .banner-content.align-middle {
	height: auto;
}

#banner-main .banner-content.align-middle p {
	font-size: 14px;
	line-height: 20px;
}

#banner-main .banner-content.align-middle .content-middle {
	width: 94%;
	max-width: 360px;
	padding: 15px 20px 15px 20px;
}

#banner-main .owl-nav div {
	width: 70px;
}
}


/*
 6.) Footer - Main
----------------------------------------*/

#footer-main {
	width: 100%;
	float: left;
	background: #cccccc;
	position: relative;
	padding: 27px 0;
}

#footer-main  a:hover {
	text-decoration: none;
}

/* Arrow - Down */
#footer-main .arrow-down {
	width: 100%;
	float: left;
	text-align: center;
	margin: -27px 0 10px 0;
	padding: 0;
}

#footer-main .arrow-down a {
	width: 43px;
	float: none;
	font-family: "akkuratregular", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: middle;
	background: url(../img/arrow-01.png) no-repeat bottom center;
	background-size: 43px auto;
	padding: 0 0 6px 0;
}

#footer-main .arrow-down a .close {
	display: none;
}

#footer-main .arrow-down a.active .more {
	display: none;
}

#footer-main .arrow-down a.active .close {
	display: inline-block;
}

#footer-main .arrow-down a:hover {
	color: #b84882;
	text-decoration: none;
	background: url(../img/arrow-01-hover.png) no-repeat bottom center;
	background-size: 43px auto;
}

#footer-main .arrow-down a.active {
	background: url(../img/arrow-04.png) no-repeat top center;
	background-size: 43px auto;
	padding: 6px 0 0 0;
	margin-top: 10px;
	margin-bottom: -10px;
}

#footer-main .arrow-down a.active:hover {
	background: url(../img/arrow-04-hover.png) no-repeat top center;
	background-size: 43px auto;
}

@media only screen and (max-width:767px) {
#footer-main .arrow-down {
	display: none;
}

#footer-main .arrow-down a {
	font-size: 9px;
	background-size: 35px auto;
	padding: 0 0 8px 0;
}

#footer-main .arrow-down a:hover {
	background-size: 35px auto;
}
}


/* Pre - Footer */
#footer-main .pre-footer {
	width: 100%;
	float: left;
	padding: 0 0 0 195px;
}

#footer-main .footer-top {
	width: 100%;
	float: left;
	padding: 0 0 22px 0;
}

@media only screen and (max-width:1023px) {
#footer-main .pre-footer {
	padding: 0 0 0 180px;
}
}

@media only screen and (max-width:767px) {
#footer-main .pre-footer {
	padding: 0;
}
}


/* Footer - Links */
#footer-main .footer-links {
	width: 45%;
	float: left;
	padding-right: 10px;
}

#footer-main .footer-links ul {
	width: 100%;
	float: left;
	margin: 0 0 -20px 0;
}

#footer-main .footer-links ul li {
	float: left;
	font-family: "akkuratregular", Arial, Helvetica, sans-serif;
	font-size: 13px;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	line-height: 15px;
	padding: 0;
	margin: 0 25px 20px 0;
}

#footer-main .footer-links ul li:before {
	display: none;
}

#footer-main .footer-links ul li a {
	color: #60615d;
}

#footer-main .footer-links ul li a:hover {
	color: #b84882;
}

@media only screen and (max-width:1023px) {
#footer-main .footer-links ul li {
	margin: 0 18px 20px 0;
}
}

@media only screen and (max-width:767px) {
#footer-main .footer-links ul {
	margin: 0 0 -8px 0;
}

#footer-main .footer-links ul li {
	width: 100%;
	font-size: 15px;
	line-height: 17px;
	margin: 0 0 8px 0;
}
}


/* Social - Links */
#footer-main .social-links {
	float: right;
	margin: 0 0 0 -500px;
}

#footer-main .social-links ul {
	float: right;
	margin: 0 0 -10px 0;
}

#footer-main .social-links ul li {
	float: left;
	font-size: 19px;
	line-height: 20px;
	padding: 0;
	margin: 0 28px 10px 0;
}

#footer-main .social-links ul li:before {
	display: none;
}

#footer-main .social-links ul li:last-child {
	margin: 0;
}

#footer-main .social-links ul li a {
	color: #6d6e71;
}

#footer-main .social-links ul li a:hover {
	color: #b84882;
	text-decoration: none;
}

#footer-main .social-links ul li a span {
	display: none;
}

@media only screen and (max-width:767px) {
#footer-main .social-links ul {
	margin: 0 0 -8px 0;
}

#footer-main .social-links ul li {
	font-size: 17px;
	line-height: 19px;
	margin: 0 23px 8px 0;
}
}


/* Copy - Right */
#footer-main .copy-right {
	width: 100%;
	float: left;
}

#footer-main .copy-right p {
	float: left;
	font-family: "akkuratlight", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #80817d;
	line-height: 14px;
	letter-spacing: 0.01em;
	padding: 0 5px 0 0;
}

#footer-main .copy-right p a {
	color: #80817d;
}

#footer-main .copy-right p a:hover {
	color: #b84882;
}

#footer-main .copy-right p.condition-txt {
	float: right;
	text-align: right;
	padding: 0 0 0 5px;
	margin: 0 0 0 -500px;
}

@media only screen and (max-width:767px) {
#footer-main .copy-right p {
	font-size: 9px;
	letter-spacing: normal;
	line-height: 11px;
}
}


/* Home - Page */
@media only screen and (min-width:768px) {
#home-page {
	overflow: hidden;
}
}

#container-home {
	width: 100%;
	float: left;
	background: #ffffff;
	overflow: hidden;
}

@media only screen and (min-height:690px) and (min-width:768px) {
#container-home #header-main {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}

#container-home #footer-main {
	position: absolute;
	bottom: -84px;
	left: 0;
	z-index: 100;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

#container-home #footer-main.up {
	bottom: 0;
}
}


/*
 7.) Content - Main
----------------------------------------*/

#content-main {
	width: 100%;
	float: left;
	padding: 90px 0;
}

@media only screen and (max-width: 1023px) {
#content-main {
	padding: 70px 0;
}
}

@media only screen and (max-width: 767px) {
#content-main {
	padding: 40px 0 50px 0;
}

#content-main .container {
	padding: 0;
}

#content-main .heading-text1, 
#content-main .heading-text2 {
	padding-left: 15px;
	padding-right: 15px;
}

#content-main .page-title {
	padding-left: 15px;
	padding-right: 15px;
}
}


/*
 8.) Content - Inner
----------------------------------------*/

#content-inner {
	width: 100%;
	float: left;
	padding: 90px 0;
}

@media only screen and (max-width: 1023px) {
#content-inner {
	padding: 70px 0;
}
}

@media only screen and (max-width: 767px) {
#content-inner {
	padding: 40px 0 50px 0;
}
}


/* Page - Title */
.page-title {
	position: absolute;
	top: 76px;
	z-index: 10001;
	margin: 0 0 0 195px;
}

.page-title h1 {
	font-family: "akkuratbold", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #03ac07;
	line-height: 20px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}

.page-title ul {
	float: left;
	padding: 0;
	margin: 0;
}

.page-title ul li {
	float: left;
	font-family: "akkuratbold", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #03ac07;
	line-height: 20px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	padding: 0;
	margin: 0 14px 0 0;
}

.page-title ul li:before {
	display: none;
}

.page-title ul li a {
	float: left;
	color: #03ac07;
	text-decoration: none;
}

.page-title ul li:hover > a {
	color: #03ac07;
}

.page-title ul li.active > a {
	color: #03ac07;
}

@media only screen and (max-width: 767px) {
.page-title {
	width: 100%;
	float: left;
	position: relative;
	top: 0;
	margin: -47px 0 0 0;
	padding: 0 0 30px 0;
}
}


/* Back to Link */
.back-to-link {
	width: 145px;
	float: left;
	margin: 0 -145px 0 0;
}

.back-to-link a {
	width: 100%;
	float: left;
	font-family: "akkuratbold", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #60615d;
	line-height: 13px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	position: relative;
	padding: 0 0 0 17px;
}

.back-to-link a:before {
	content: "";
	width: 10px;
	height: 9px;
	float: left;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	background: url(../img/MLA-Arrow-Back.svg) no-repeat 0 0;
	background-size: 10px auto;
	position: absolute;
	top: 2px;
	left: 0;
}

.back-to-link a:hover {
	color: #5aa0be;
	text-decoration: none;
}

.back-to-link a:hover:before {
	background: url(../img/MLA-Arrow-Back-blue.svg) no-repeat 0 0;
	background-size: 10px auto;
}

@media only screen and (max-width:767px) {
.back-to-link {
	width: 100%;
	padding: 0 0 20px 0;
	margin: 0;
}

.back-to-link a {
	font-size: 9px;
	line-height: 11px;
}

.back-to-link a:before {
	font-size: 9px;
}
}


/* View - Link */
.view-link {
	float: left;
}

.view-link a {
	width: 100%;
	float: left;
	font-family: "akkurat_lightregular", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;
	color: #000000;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

.view-link a:after {
	content: "";
	width: 20px;
	height: 15px;
	float: none;
	display: inline-block;
	    background: url(../img/MLA-Arrow-Forward.svg) no-repeat 8px 5px;
	background-size: 12px auto;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.view-link a:hover {
	color: #03ac07;
	text-decoration: none;
}

.view-link a:hover:after {
	background: url(../img/MLA-Arrow-Forward.svg) no-repeat 8px 5px;
	background-size: 12px auto;
}

@media only screen and (max-width:767px) {
.view-link a {
	font-size: 12px;
	line-height: 14px;
}

.view-link a:after {
	background: url(../img/MLA-Arrow-Forward.svg) no-repeat 8px 6px;
	background-size: 10px auto;
}

.view-link a:hover:after {
	background: url(../img/MLA-Arrow-Forward.svg) no-repeat 8px 6px;
	background-size: 10px auto;
}
}


/*
 9.) Design - page
----------------------------------------*/

/* Category - Menus */
.category-menus {
	width: 100%;
	float: left;
	background: #e8d3de;
	position: relative;
	padding: 30px 0;
	margin: -50px 0 35px 0;
	display: none;
}

.category-menus .list {
	width: 100%;
	float: left;
	padding: 0 0 0 195px;
}

.category-menus .list ul {
	width: 100%;
	float: left;
	padding: 0 15px 0 0;
	margin: 0;
}

.category-menus .list ul li {
	width: 33.33%;
	float: none;
	display: inline-block;
	vertical-align: top;
	font-family: "akkuratregular", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 17px;
	cursor: pointer;
	padding: 0 0 14px 0;
	margin: 0 -2px;
}

.category-menus .list ul li:before {
	display: none;
}

.category-menus .list ul li:last-child {
	padding: 0;
}

.category-menus .list ul li > a {
	color: #000000;
	text-decoration: none;
}

.category-menus .list ul li > a:hover {
	text-decoration: underline;
}

.category-menus .list ul li.active > a, 
.category-menus .list ul li.is-checked {
	font-family: "akkuratbold", Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.category-menus .icon-close {
	width: 14px;
	height: 15px;
	float: right;
	background: url(../img/icon-close-01.png) no-repeat top right;
	background-size: 14px auto;
	text-indent: -99999px;
	position: relative;
	display: none;
	cursor: pointer;
	margin: 0 30px 0 -400px;
}

.category-menus .icon-close:hover {
	text-decoration: none;
}

@media only screen and (max-width:1023px) {
.category-menus .list {
	padding: 0;
}
}

@media only screen and (max-width:767px) {
.category-menus {
	padding: 22px 0 58px 0;
	margin: 0 0 16px 0;
}

.category-menus .list {
	padding: 0 45px;
}

.category-menus .list ul {
	padding: 0 0 19px 0;
}

.category-menus .list ul:last-child {
	padding: 0;
}

.category-menus .list ul li {
	width: 100%;
	font-size: 16px;
	line-height: 18px;
	padding: 0 20px 19px 0;
	margin: 0;
}

.category-menus .icon-close {
	display: block;
}
}


/* Article - List */
.article-list {
	width: 102.6%;
	float: left;
	text-align: center;
	overflow: hidden;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	margin: 0 -.8% -4.3% -.8%;
}

.article-list article {
	width: 31.43%;
	float: none;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin: 0 .8% 3.3% .8%;
}

.article-list article figure {
	width: 100%;
	float: left;
	text-align: center;
	overflow: hidden;
	margin: 0 0 15px 0;
}

.article-list article figure img {
	width: 100%;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.article-list article .article-info {
	width: 100%;
	float: left;
	padding: 0;
}

.article-list article .article-info h2 {
	color: #000000;
	letter-spacing: -0.02em;
	padding: 0 0 5px 0;
}

.article-list article .article-info p {
	font-family: "akkuratregular", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 15px;
	text-transform: uppercase;
	padding: 0;
	    letter-spacing: 0.03em;
}

.article-list article > a {
	width: 100%;
	float: left;
	text-decoration: none;
}

.article-list article > a:hover {
	text-decoration: none;
}

.article-list article > a:hover figure img {
	/*-webkit-transform: scale(1.1);
	transform: scale(1.1);*/
}

.article-list article > a:hover .article-info h2 {
	color: #b84882;
}

.article-list article > a:hover .article-info p {
	color: #b84882;
}

.article-list .article-out {
	width: 100%;
	float: left;
	text-align: center;
	position: relative;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

@media only screen and (max-width: 1023px) {
.article-list article .article-info h2 {
	font-size: 15px;
	letter-spacing: -0.01em;
}

.article-list article .article-info p {
	font-size: 12px;
	line-height: 15px;
}
}

@media only screen and (max-width:767px) {
.article-list {
	width: 100%;
	margin: 0 0 -30px 0;
}

.article-list article {
	width: 100%;
	float: left;
	margin: 0 0 30px 0;
}

.article-list article figure {
	width: 100%;
	margin: 0 0 13px 0;
}

.article-list article .article-info {
	padding: 0 15px;
}

.article-list article .article-info p {
	font-size: 12px;
	line-height: 14px;
}
}


/*
 10.) Design Details - page
----------------------------------------*/

.photocedit.light {
    position: absolute;
    bottom: 10px;
    left: 20px;
    font-size: 10px;
    color: white;
}

.photocedit.dark {
    position: absolute;
    bottom: 10px;
    left: 20px;
    font-size: 10px;
    color: black;
}

.photocedit.white {
    position: absolute;
    bottom: 10px;
    left: 20px;
    font-size: 10px;
    color: white;
}

.photocedit.black {
    position: absolute;
    bottom: 10px;
    left: 20px;
    font-size: 10px;
    color: black;
}

.photocedit.grey {
    position: absolute;
    bottom: 10px;
    left: 20px;
    font-size: 10px;
    color: #808080;
}




.design-details {
	width: 100%;
	float: left;
}

.design-details .back-to-link {
	/*display: none; */
	
	
}

.design-details .back-to-link a:hover {
	color: #b84882;
}

.design-details .back-to-link a:hover:before {
	background-image: url(../img/MLA-Arrow-Back-purple.svg);
}

.design-details .article-list {
	width: 100%;
	position: relative;
	padding: 0;
	margin: 0;
}

.design-details .article-list .title-txt {
	font-size: 13px;
	text-transform: uppercase;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
	padding: 0;
	margin: 0;
}

.design-details .article-list article {
	width: 30.5%;
}

.design-details .article-list .article-out {
	width: 100%;
	padding: 0 0 0 195px;
	    padding: 0px 0 0 176px;
}

@media only screen and (max-width: 1023px) {
.design-details .article-list .title-txt {
	width: 100%;
	position: relative;
	padding: 0 0 30px 0;
	margin: 0;
}

.design-details .article-list .article-out {
	padding: 0;
}
}

@media only screen and (max-width: 767px) {
.design-details .back-to-link {
	display: block;
	margin: -40px 0 40px 0;
	padding:0 0 0 15px;
}

.design-details .article-list .title-txt {
	width: 100%;
	float: left;
	position: relative;
	padding: 15px 15px 20px 15px;
	margin: 0;
}

.design-details .article-list article {
	width: 100%;
	margin: 0 0 20px 0;
}

.design-details .article-list .article-out {
	padding: 0;
	margin: 0 0 -20px 0;
}
}


/* Grid - Images */
.design-details .gallery-images {
	width: 100%;
	float: left;
	margin: 0 0 80px 0;
}

.design-details .gallery-images:last-child {
	margin-bottom: 0;
}

.design-details .gallery-images ul {
	width: 101.2%;
	float: left;
	position: relative;
	overflow: hidden;
	padding: 0;
	margin: -.6%;
}

.design-details .gallery-images ul li {
	width: 50%;
	float: left;
	text-align: center;
	overflow: hidden;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	padding: .6%;
	margin: 0;
}

.design-details .gallery-images ul li:before, 
.design-details .gallery-images ul li:after {
	display: none;
}

.design-details .gallery-images ul li a {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
}

.design-details .gallery-images ul li img {
	width: 100%;
}

.design-details .gallery-images ul li.item3, .design-details .gallery-images ul li.item-twothirds {
	width: 66.68%;
}

.design-details .gallery-images ul li.item4, .design-details .gallery-images ul li.item-onethird {
	width: 33.32%;
}

.design-details .gallery-images ul li.item-full {
	width: 100%;
}

.design-details .gallery-images ul.full-width {
	width: 100%;
	margin: 0 0 -15px 0;
}

.design-details .gallery-images ul.full-width li {
	width: 100%;
	padding: 0;
	margin: 0 0 15px 0;
}

@media only screen and (max-width: 1023px) {
.design-details .gallery-images {
	margin: 0 0 60px 0;
}
}

@media only screen and (max-width: 767px) {
.design-details .gallery-images {
	margin: 0 0 32px 0;
}

.design-details .gallery-images ul {
	width: 100%;
	margin: 0 0 -10px 0;
}

.design-details .gallery-images ul li {
	width: 100%;
	padding: 0;
	margin: 0 0 10px 0;
}

.design-details .gallery-images ul li.item3, .design-details .gallery-images ul li.item-twothirds  {
	width: 100%;
}

.design-details .gallery-images ul li.item4, .design-details .gallery-images ul li.item-onethird {
	width: 100%;
}
}


/* Content - Text */
.design-details .content-text {
	width: 100%;
	max-width: 975px;
	float: left;
	padding: 0 0 60px 195px;
}

.design-details .content-text:last-child {
	padding-bottom: 0;
}

.design-details .content-text .heading-text {
	padding: 0 0 40px 0;
}

.design-details .content-text .heading-text h2 {
	padding-bottom: 31px;
}

.design-details .content-text .heading-text p {
	font-size: 16px;
	line-height: 24px;
}

.design-details .content-text .heading-text .content-middle {
	max-width: 100%;
	padding: 0;
}

.design-details .content-text .address-info {
	width: 100%;
	float: left;
}

.design-details .content-text .address-info h3 {
	width: 100%;
	float: left;
	font-family: "akkuratbold", Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	padding: 0 0 7px 0;
}

.design-details .content-text .address-info .left-panel {
	width: 37.55%;
	float: left;
	padding: 0 30px 0 0;
}

.design-details .content-text .address-info .left-panel .address p {
	font-family: "akkuratregular", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
}

.design-details .content-text .address-info .left-panel .address p:last-child {
	padding-bottom: 0;
}

.design-details .content-text .address-info .left-panel .address {
	width: 100%;
	float: left;
	padding: 0 0 20px 0;
}

.design-details .content-text .address-info .left-panel .address:last-child {
	padding-bottom: 0;
}

.design-details .content-text .address-info .right-panel {
	width: 62.45%;
	float: left;
}

.design-details .content-text .address-info .right-panel .list-out {
	width: 100%;
	float: left;
	padding: 0 0 35px 0;
}

.design-details .content-text .address-info .right-panel .list-out:last-child {
	padding-bottom: 0;
}

.design-details .content-text .address-info .right-panel .list-out ul {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
}

.design-details .content-text .address-info .right-panel .list-out ul li {
	width: 100%;
	float: left;
	font-size: 13px;
	line-height: 20px;
	padding: 0;
}

.design-details .content-text .address-info .right-panel .list-out ul li:before {
	display: none;
}

@media only screen and (max-width: 1023px) {
.design-details .content-text {
	padding: 0 0 50px 0;
}

.design-details .content-text .heading-text p {
	font-size: 16px;
	line-height: 25px;
}

.design-details .content-text .heading-text h2 {
	padding-bottom: 27px;
}
}

@media only screen and (max-width: 767px) {
.design-details .content-text {
	padding: 0 15px 45px 15px;
}

.design-details .content-text .heading-text p {
	font-size: 16px;
	line-height: 23px;
}

.design-details .content-text .heading-text h2 {
	padding-bottom: 22px;
}

.design-details .content-text .address-info .left-panel {
	width: 100%;
	padding: 0 0 15px 0;
}

.design-details .content-text .address-info .left-panel p br {
	display: none;
}

.design-details .content-text .address-info .right-panel {
	width: 100%;
}

.design-details .content-text .address-info .right-panel .list-out {
	width: 100%;
	float: left;
	padding: 0 0 35px 0;
}
}


/* Design Details - Grid Wide */
.design-details.gridwide {
	padding:35px 0;
}



/*
 11.) Advocacy - page
----------------------------------------*/

.advocacy-content {
	width: 100%;
	float: left;
}

.advocacy-content .slider-images {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
	margin: 0 0 45px 0;
}

.advocacy-content .slider-images:last-child {
	margin: 0;
}

.advocacy-content .slider-images .item {
	text-align: center;
	overflow: hidden;
}

.advocacy-content .slider-images .item img {
	max-width: 100%;
}

.advocacy-content .content-middle {
	width: 100%;
	max-width: 1035px;
	float: left;
	padding: 0 0 0 195px;
}

.advocacy-content .content-middle a {
	color: #ad985f;
}

.advocacy-content .content-middle strong {
	color: #ad985f;
}

.advocacy-content .content-middle .accord-text {
	color: #ad985f;
	cursor: default;
	pointer-events: none;
}

.advocacy-content .content-middle p.sml {
	    font-size: 12px;
    line-height: 23px;
}

.advocacy-content .content-middle p.sml a {
	color: #000000;
}

.advocacy-content .content-middle p.sml a:hover {
	color: #ad985f;
}

.advocacy-content .row-content {
	width: 100%;
	float: left;
	padding: 0 0 85px 0;
}

.advocacy-content .row-content:last-child {
	padding-bottom: 0;
}

@media only screen and (max-width: 1023px) {
.advocacy-content .content-middle {
	padding: 0;
}

.advocacy-content .row-content {
	padding: 0 0 65px 0;
}
}

@media only screen and (max-width: 767px) {
.advocacy-content .slider-images {
	margin: 0 0 25px 0;
}

.advocacy-content .content-middle {
	padding-left: 15px;
	padding-right: 15px;
}

.advocacy-content .content-middle p {
	width: 100%;
	float: left;
}

.advocacy-content .content-middle .accord-text {
	width: 100%;
	float: left;
	cursor: pointer;
	pointer-events: visible;
}
	
	.advocacy-content .content-middle .accord-text:after {
		  font-family: FontAwesome;
   content: "\f105";
		padding-left: 3px;
	}
	
	.advocacy-content .content-middle .accord-text.active:after {
		  font-family: FontAwesome;
   content: "\f107";
		padding-left: 3px;
	}
	
	.dontshowplease {display: none;}

.advocacy-content .content-middle .accord-content {
	width: 100%;
	float: left;
	display: none;
}

.advocacy-content .content-middle p.sml {
	font-size: 11px;
	line-height: 22px;
}

.advocacy-content .row-content {
	padding: 0 0 50px 0;
}
}


/*
 12.) Studio - page
----------------------------------------*/

.content-text2 {
	width: 100%;
	max-width: 1050px;
	float: left;
	padding: 0 0 0 195px;
}

.content-text2 a {
	color: #5aa0be;
}

.content-text2 a:hover {
	color: #5aa0be;
}

.content-text2 .text {
	width: 100%;
	float: left;
	padding: 0 0 60px 0;
}

.content-text2 .text:last-child {
	padding-bottom: 0;
}

@media only screen and (max-width: 1023px) {
.content-text2 {
	padding: 0;
}

.content-text2 .text {
	padding: 0 0 50px 0;
}
}

@media only screen and (max-width: 767px) {
.content-text2 {
	padding: 0;
}

.content-text2 .text {
	padding: 0 0 45px 0;
}
}


/*
 13.) Culture - page
----------------------------------------*/

.culture-content {
	width: 100%;
	float: left;
}

.culture-content a {
	color: #5aa0be;
}

.culture-content a:hover {
	color: #5aa0be;
}

.culture-content .gallery-images {
	width: 101.2%;
	float: left;
	position: relative;
	overflow: hidden;
	margin: -.6%;
}

.culture-content .gallery-images ul {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
}

.culture-content .gallery-images ul li {
	width: 41.77%;
	float: left;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	padding: .6%;
	margin: 0;
}

.culture-content .gallery-images ul li.item-full {
	width: 100%;
}

.culture-content .gallery-images ul li.item2, .culture-content .gallery-images ul li.item-sixty-percent {
	width: 58.23%;
}

.culture-content .gallery-images ul li a {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
}

.culture-content .gallery-images ul li:before, 
.culture-content .gallery-images ul li:after {
	display: none;
}

.culture-content .gallery-images ul li img {
	width: 100%;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
}

.culture-content .gallery-images ul li.videoplay a:before {
	width: 82px;
	height: 82px;
	display: inline-block;
	vertical-align: middle;
	content: "\f04b";
	font-family: "FontAwesome";
	font-size: 25px;
	color: #ffffff;
	line-height: 80px;
	text-align: center;
	background: rgba(255, 255, 255, .20);
	border: 2px solid #ffffff;
	border-radius: 84px;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	opacity: .80;
	padding: 0 0 0 10px;
	margin: -41px 0 0 -41px;
}

.culture-content .gallery-images ul li.videoplay a:hover:before, 
.culture-content .gallery-images ul li.videoplay a:focus:before, 
.culture-content .gallery-images ul li.videoplay a:active:before {
	/* -webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1); */
	opacity: 1;
}

.culture-content .gallery-images ul li a:hover img, 
.culture-content .gallery-images ul li a:focus img, 
.culture-content .gallery-images ul li a:active img {
	/*-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1); 
	transform: scale(1.1);*/
}

@media only screen and (max-width: 767px) {
.culture-content .gallery-images {
	width: 100%;
	margin: 0 0 -10px 0;
}

.culture-content .gallery-images ul li {
	width: 100%;
	padding: 0;
	margin: 0 0 10px 0;
}

.culture-content .gallery-images ul li.item-full {
	width: 100%;
}

.culture-content .gallery-images ul li.item2, .culture-content .gallery-images ul li.item-sixty-percent {
	width: 100%;
}

.culture-content .gallery-images ul li.videoplay a:before {
	width: 60px;
	height: 60px;
	font-size: 18px;
	line-height: 58px;
	padding: 0 0 0 5px;
	margin: -30px 0 0 -30px;
}
}


/*
 14.) People - page
----------------------------------------*/

.people-info {
	width: 102%;
	float: left;
	text-align: center;
	margin: 0 -1% -3.8% -1%;
}

.people-info article {
	width: 23.4%;
	float: left;
	text-align: left;
	display: inline-block;
	vertical-align: top;
	margin: 0 0.5% 3.8% 0.5%;
}

.people-info article figure {
	width: 100%;
	    float: left;
	text-align: center;
	overflow: hidden;
	margin: 0 0 13px 0;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.people-info article figure img {
	width: 100%;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.people-info article h2 {
	color: #000000;
    letter-spacing: -0.02em;
    padding: 0 0 5px 0;
}

.people-info article p {
	font-family: "akkuratregular", Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #000000;
    line-height: 17px;
    text-transform: uppercase;
    padding: 0;
    letter-spacing: 0.03em;
}

.people-info article > a {
	width: 100%;
	float: left;
	text-decoration: none;
}

.people-info article > a:hover {
	text-decoration: none;
}

.people-info article > a:hover h2 {
	color: #5aa0be;
}

.people-info article > a:hover p {
	color: #5aa0be;
}

.people-info article > a:hover figure img {
	/* -webkit-transform: scale(1.1);
	transform: scale(1.1); */
}

@media only screen and (max-width:1023px) {
.people-info article {
	width: 31.1%;
	margin: 0 0.8% 3.8% 0.8%;
}

.people-info article p {
	line-height: 21px;
}
}

@media only screen and (max-width:767px) {
.people-info {
	width: 105%;
	margin: 0 -2.5% -4.5% -2.5%;
}

.people-info article {
	width: 45.2%;
	margin: 0 1.7% 4.5% 1.7%;
}

.people-info article figure {
	margin: 0 0 8px 0;
}

.people-info article p {
	line-height: 18px;
}
}


/*
 15.) People Details - page
----------------------------------------*/

.people-details {
	width: 100%;
	max-width: 880px;
	float: left;
	position: relative;
}

.people-details a {
	color: #5aa0be;
}

.people-details a:hover {
	color: #5aa0be;
}

.people-details .member-content {
	width: 100%;
	float: left;
	padding: 0 0 0 195px;
}

.people-details .member-text {
	width: 100%;
	float: left;
	padding: 0 105px 80px 0;
}

.people-details .member-text:last-child {
	padding-bottom: 0;
}

.people-details .member-text h1 {
	text-transform: uppercase;
	padding: 0;
}

.people-details .member-text h1 span {
	font-family: "akkuratregular", Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.people-details .member-text p {
	padding: 0 0 32px 0;
}

.people-details .member-text p:last-child {
	padding: 0;
}

.people-details .member-text figure {
	width: 100%;
	float: left;
	text-align: left;
	position: relative;
	overflow: hidden;
	z-index: 10;
	position: absolute;
	top: 100px;
	left: 0;
}

.people-details .member-text figure img {
	width: 100%;
	max-width: 145px;
}

.people-details .project-list {
	width: 100%;
	float: left;
}

.people-details .project-list ul {
	width: 45%;
	float: left;
	padding: 0 10px 0 0;
}

.people-details .project-list ul:nth-child(even) {
	float: right;
}

.people-details .project-list ul li {
	width: 100%;
	float: left;
	font-size: 13px;
	line-height: 17px;
	padding: 0 0 10px 0;
}

.people-details .project-list ul li:before {
	display: none;
}

.people-details .project-list ul li:last-child {
	padding: 0;
}

.people-details .project-list ul li a {
	color: #000000;
}

.people-details .project-list ul li a:hover {
	color: #5aa0be;
}

.people-details .project-list .list {
	width: 100%;
	float: left;
}

@media only screen and (max-width:1023px) {
.people-details .member-content {
	padding: 0 0 0 180px;
}

.people-details .member-text {
	padding: 0 90px 70px 0;
}

.people-details .member-text p {
	padding: 0 0 30px 0;
}

.people-details .member-text figure {
	top: 90px;
}
}

@media only screen and (max-width:767px) {
.people-details .member-content {
	padding: 0;
}

.people-details .member-text {
	padding: 0 45px 55px 0;
}

.people-details .member-text p {
	padding: 0 0 15px 0;
}

.people-details .member-text figure {
	position: relative;
	top: 0;
	left: 0;
	margin: 0 0 25px 0;
}

.people-details .project-list ul {
	width: 100%;
	padding: 0 0 10px 0;
}

.people-details .project-list ul:last-child {
	padding: 0;
}
}


/*
 16.) Recognition - page
----------------------------------------*/

.recognition-info {
	width: 100%;
	max-width: 470px;
	float: left;
	padding: 0 0 0 195px;
}

.recognition-info a {
	color: #5aa0be;
}

.recognition-info a:hover {
	color: #5aa0be;
}

.recognition-info .article {
	width: 100%;
	float: left;
	padding: 0 0 70px 0;
}

.recognition-info .article:last-child {
	padding: 0;
}

.recognition-info .article .year-txt {
	width: 100%;
	float: left;
	font-family: "akkuratbold", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	padding: 0 0 5px 0;
}

.recognition-info .article .article-info {
	width: 100%;
	float: left;
	padding: 0 0 22px 0;
}

.recognition-info .article .article-info:last-child {
	padding: 0;
}

.recognition-info .article .article-info h1, 
.recognition-info .article .article-info h2 {
	font-size: 13px;
	padding: 0 0 4px 0;
}

.recognition-info .article .article-info p {
	font-size: 13px;
	line-height: 17px;
	padding: 0 0 4px 0;
}

.recognition-info .article .article-info p strong {
	font-family: "akkuratregular", Arial, Helvetica, sans-serif;
}

@media only screen and (max-width:1023px) {
.recognition-info .article .year-txt {
	font-size: 18px;
	line-height: 22px;
}
}

@media only screen and (max-width:767px) {
.recognition-info {
	padding: 0;
}

.recognition-info .article .year-txt {
	font-size: 16px;
	line-height: 18px;
	padding: 0 0 30px 0;
}

.recognition-info .article .article-info h1, 
.recognition-info .article .article-info h2 {
	font-size: 16px;
	padding: 0 0 5px 0;
}

.recognition-info .article .article-info p {
	font-size: 16px;
	line-height: 18px;
}
}


/*
 17.) Collaborators - page
----------------------------------------*/

.collaborators-info {
	width: 100%;
	max-width: 670px;
	float: left;
	padding: 0 0 0 195px;
}

.collaborators-info a {
	color: #5aa0be;
}

.collaborators-info a:hover {
	color: #5aa0be;
}

.collaborators-info h1 {
	padding: 0 0 60px 0;
}

.collaborators-info .list {
	width: 100%;
	float: left;
	padding: 55px 0 0 0;
}

.collaborators-info .list:first-child {
	padding: 0;
}

.collaborators-info .list ul {
	width: 100%;
	float: left;
}

.collaborators-info .list ul li {
	width: 100%;
	float: left;
	font-size: 13px;
	line-height: 17px;
	padding: 0 0 7px 0;
}

.collaborators-info .list ul li:last-child {
	padding: 0;
}

.collaborators-info .list ul li:before {
	display: none;
}

.collaborators-info .list ul li a {
	color: #000000;
}

.collaborators-info .list ul li a:hover {
	color: #5aa0be;
}

@media only screen and (max-width:1023px) {
.collaborators-info h1 {
	padding: 0 0 50px 0;
}

.collaborators-info .list {
	padding: 45px 0 0 0;
}
}

@media only screen and (max-width:767px) {
.collaborators-info {
	max-width: 100%;
	padding: 0 30px 0 0;
}

.collaborators-info h1 {
	padding: 0 0 10px 0;
}

.collaborators-info .list {
	padding: 30px 0 0 0;
}

.collaborators-info .list ul li {
	font-size: 16px;
	line-height: 20px;
	padding: 0 0 9px 0;
}
}


/*
 18.) News - page
----------------------------------------*/

/* Filter - Bar */
.filter-bar-out {
	width: 100%;
	float: left;
	margin: -45px 0 0 0;
}

.filter-bar {
	width: 100%;
	float: left;
	background: #e5ffe6;
	padding: 25px 15px 25px 195px;
	margin: 0 0 16px 0;
}

.filter-bar .title-txt {
	width: 110px;
	float: left;
	font-family: "akkuratbold", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 17px;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	margin: 0 -110px 0 0;
}

.filter-bar ul {
	width: 100%;
	float: left;
	padding: 0 0 0 120px;
	margin: 0 0 -12px 0;
}

.filter-bar ul li {
	float: left;
    font-family: "akkuratregular", Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #000000;
    line-height: 13px;
    background: url(../img/SlashSVG.svg) no-repeat right center;
    cursor: pointer;
    padding: 0 13px 0 0;
    margin: 3px 6px 12px 0;
}

.filter-bar ul li:before {
	display: none;
}

.filter-bar ul li > a {
	color: #000000;
}

.filter-bar ul li > a:hover {
	color: #03ad07;
	text-decoration: none;
}

.filter-bar ul li.active > a, .filter-bar ul li.is-checked {
	color: #03ad07;
	text-decoration: none;
}

.filter-bar ul li.all {
	background: none;
}

.filter-bar ul li:last-child {
	background: none;
	padding: 0;
	margin-top: 3px;
}

@media only screen and (max-width:1023px) {
.filter-bar-out {
	margin: -25px 0 0 0;
}

.filter-bar {
	padding-left: 25px;
	margin: 0 0 14px 0;
}

.filter-bar .title-txt {
	font-size: 12px;
	line-height: 15px;
}

.filter-bar ul li {
	font-size: 12px;
	line-height: 15px;
}
}

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

#footer-main .footer-links ul li {
    float: none;
    }

.filter-bar-out {
	padding: 0 15px;
	margin: 0;
}

.filter-bar {
	width: 100%;
	float: left;
	background: #e5ffe6;
	padding: 25px 15px 25px 15px;
	margin: 0 0 15px 0;
}

.filter-bar .title-txt {
	width: 85px;
	font-size: 12px;
	line-height: 14px;
	margin: 0 -85px 0 0;
}

.filter-bar ul {
	padding: 0 0 0 95px;
	margin: 0 0 -8px 0;
}

.filter-bar ul li {
	font-size: 12px;
	line-height: 14px;
	background-size: 6px auto;
	padding: 0 10px 0 0;
	margin: 0 3px 8px 0;
}
}


/* News - Info */
.news-info {
	width: 100%;
	float: left;
}

.news-info .article-list article > a:hover .article-info h2 {
	color: #03ac07;
}

.news-info .article-list article > a:hover .article-info p {
	color: #03ac07;
}

.news-info .article-list .large-article {
	width: 100%;
	margin-bottom: 1.4%;
	padding-right: 2.5%;
}

.news-info .article-list .large-article figure {
	margin: 0;
}

.news-info .article-list .large-article .article-info {
	width: 100%;
	max-width: 470px;
	float: left;
	background: #acd4ad;
	position: absolute;
	top: 55px;
	left: 0;
	padding: 40px 95px 35px 95px;
}

.news-info .article-list .large-article .article-info p {
	color: #03ac07;
}

@media only screen and (max-width:1023px) {
.news-info .article-list .large-article figure img {
	min-width: 800px;
	margin: 0 -400px;
}

.news-info .article-list .large-article .article-info {
	max-width: 400px;
	padding: 35px 80px 30px 80px;
}
}

@media only screen and (max-width:767px) {
.news-info .article-list article {
	padding: 0 15px;
}

.news-info .article-list article .article-info {
	padding-left: 0;
	padding-right: 0;
}

.news-info .article-list .large-article {
	padding: 0;
	margin: 0 0 15px 0;
}

.news-info .article-list .large-article .article-info {
	max-width: 100%;
	position: relative;
	top: 0;
	padding: 17px 100px 47px 15px;
}

.news-info .article-list .large-article .article-info p {
	font-size: 12px;
	line-height: 14px;
}
}


/*
 19.) News - Details - page
----------------------------------------*/

.news-details {
	width: 100%;
	max-width: 960px;
	float: left;
	position: relative;
	margin: -55px 0 0 0;
}

.news-details .back-to-link {
	padding-top: 8px;
}

.news-details .back-to-link a:hover {
	color: #03ac07;
}

.news-details .back-to-link a:hover:before {
	background: url(../img/arrow-02-hover-green.png) no-repeat 0 0;
	background-size: 10px auto;
}

.news-details .news-content {
	width: 100%;
	float: left;
	padding: 0 0 0 195px;
}

.news-details .news-content h2 {
	padding: 0 0 55px 0;
}

.news-details .news-content p {
	width: 100%;
	float: left;
	padding-right: 14%;
}

.news-details .news-content .post-text {
	width: 100%;
	max-width: 195px;
	float: left;
	position: absolute;
	top: 75px;
	left: 0;
	padding: 0 65px 0 0;
}

.news-details .news-content .post-text h3 {
	font-family: "akkuratregular", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.4em;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	padding: 0;
}

.news-details .news-content .post-text p {
	font-size: 14px;
	line-height: 22px;
	text-transform: uppercase;
}

.news-details .news-content figure {
	width: 100%;
	float: left;
	text-align: center;
	overflow: hidden;
	margin: 0 0 15px 0;
}

.news-details .news-content figure:last-child {
	padding: 0;
}

.news-details .news-content figure img {
	width: 100%;
}

.news-details .news-content .figure-out {
	width: 100%;
	float: left;
	padding: 0 0 15px 0;
}

@media only screen and (max-width:1023px) {
.news-details {
	margin: -35px 0 0 0;
}
}

@media only screen and (max-width:767px) {
.news-details {
	margin: 0;
}

.news-details .back-to-link {
	padding-top: 0;
}

.news-details .news-content {
	width: 100%;
	float: left;
	padding: 0;
}

.news-details .news-content h2 {
	padding: 0 14% 20px 0;
}

.news-details .news-content .post-text {
	max-width: 100%;
	position: relative;
	top: 0;
	padding: 0;
}

.news-details .news-content .post-text .view-link {
	display: none;
}
}


/*
 20.) Employment - page
----------------------------------------*/

.employment-info {
	width: 100%;
    max-width: 900px;
	float: left;
}

.employment-info .top-content {
	width: 100%;
	float: left;
	padding: 0 0 55px 195px;
	display: none;
}

.employment-info .top-content h2 {
	font-family: "akkurat_lightregular", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.4em;
	padding: 0 0 25px 0;
}

.employment-info .top-content p {
	font-size: 14px;
	line-height: 23px;
	padding: 0 0 4px 0;
}

.employment-info .top-content p a {
	color: #000000;
}

.employment-info .top-content p a:hover {
	color: #03ac07;
}

.employment-info .top-content p strong {
	font-family: "akkuratregular", Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
}

.employment-info .job-details {
	width: 100%;
	float: left;
	padding: 0 0 0 195px;
}

.employment-info .job-details .article {
	width: 100%;
	float: left;
	padding: 0 0 55px 0;
}

.employment-info .job-details .article:last-child {
	
	padding: 0;
}

.employment-info .job-details .article h2 {
	width: 195px;
	float: left;
	font-family: "akkuratregular", Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	padding: 8px 10px 0 0;
	margin: 0 0 0 -195px;
}

.employment-info .job-details .article h3 {
	font-family: "akkuratregular", Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	padding: 0 0 4px 0;
}

.employment-info .job-details .article ul {
	width: 100%;
	float: left;
}

.employment-info .job-details .article ul li {
	width: 100%;
	float: left;
	padding: 0;
}

.employment-info .job-details .article ul li:before {
	display: none;
}

.employment-info .job-details .article ul li a {
	color: #000000;
}

.employment-info .job-details .article ul li a:hover {
	color: #03ac07;
}

.employment-info .job-details .article p a {
	color: #000000;
}

.employment-info .job-details .article p a:hover {
	color: #03ac07;
}

@media only screen and (max-width:767px) {
	
	.employment-info .job-details .article:last-child {
	padding: 0 0 45px 0;
	
}
.employment-info .top-content {
	padding: 0 0 55px 0;
	display: block;
}

.employment-info .job-details {
	padding: 0;
}

.employment-info .job-details .article {
	padding: 0 0 45px 0;
}

.employment-info .job-details .article h2 {
	width: 100%;
	font-size: 12px;
	padding: 0 0 11px 0;
	margin: 0;
}

.employment-info .job-details .article ul li {
	padding: 0 0 5px 0;
}

.employment-info .job-details .article ul li:last-child {
	padding: 0;
}

.employment-info .job-details .article h3 {
	font-size: 12px;
}
}


/*
 21.) Contact - page
----------------------------------------*/

.contact-info {
	width: 100%;
	float: left;
}


.contact-info a:hover {
    text-decoration: none;
}

/* Address - Text */
.contact-info .address-text {
	width: 100%;
	float: left;
	padding: 0 0 90px 195px;
}

.contact-info .address-text .article {
	width: 100%;
	float: left;
	padding: 0 0 35px 0;
}

.contact-info .address-text .article:last-child {
	padding: 0;
}

.contact-info .address-text .article h2 {
	font-family: "akkuratregular", Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	padding: 0 0 8px 0;
}

.contact-info .address-text .article p {
	line-height: 23px;
}

.contact-info .address-text .article p a {
	color: #000000;
}

.contact-info .address-text .article p a:hover {
	color: #03ac07;
}

@media only screen and (max-width:1023px) {
.contact-info .address-text {
	padding: 0 0 60px 195px;
}

.contact-info .address-text .article {
	padding: 0 0 30px 0;
}
}

@media only screen and (max-width:767px) {
.contact-info .address-text {
	padding: 0 0 60px 0;
}

.contact-info .address-text .article {
	padding: 0 0 25px 0;
}

.contact-info .address-text .article h2 {
	font-size: 12px;
	padding: 0 0 3px 0;
}
}


/* Location */
.contact-info .location {
	width: 100%;
	float: left;
}

.contact-info .location .article {
	width: 49.3%;
	float: left;
}

.contact-info .location .article figure {
	width: 100%;
	float: left;
	text-align: center;
	overflow: hidden;
	margin: 0 0 28px 0;
}

.contact-info .location .article figure img {
	width: 100%;
}

.contact-info .location .article .location-details {
	width: 100%;
	float: left;
	padding: 0 0 36px 0;
}

.contact-info .location .article .location-details h2 {
	font-family: "akkuratregular", Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	padding: 0 0 6px 0;
}

.contact-info .location .article .location-details p {
	padding: 0 0 3px 0;
}

.contact-info .location .article .location-details p a {
	color: #000000;
}

.contact-info .location .article .location-details p a:hover {
	color: #03ac07;
}

.contact-info .location .article .number-txt {
	width: 100%;
	float: left;
	text-align: center;
	text-transform: uppercase;
}

.contact-info .location .article .number-txt a {
	color: #000000;
}

.contact-info .location .article .number-txt a:hover {
	color: #03ac07;
}

.contact-info .location .article:nth-child(even) {
	float: right;
}

@media only screen and (max-width:1023px) {
.contact-info .location .article {
	width: 48.8%;
}

.contact-info .location .article .location-details {
	padding: 0 0 28px 0;
}
}

@media only screen and (max-width:767px) {
.contact-info .location .article {
	width: 100%;
	padding: 0 0 50px 0;
}

.contact-info .location .article:last-child {
	padding: 0;
}

.contact-info .location .article figure {
	margin: 0 0 22px 0;
}

.contact-info .location .article .location-details {
	padding: 0 0 30px 0;
}

.contact-info .location .article .number-txt {
	width: 100%;
	float: left;
	text-align: left;
	text-transform: uppercase;
}
}


/*
 22.) Popups
----------------------------------------*/

.fancybox-wrap, 
.fancybox-skin, 
.fancybox-outer, 
.fancybox-inner, 
.fancybox-image, 
.fancybox-wrap iframe, 
.fancybox-wrap object, 
.fancybox-nav, 
.fancybox-nav span, 
.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #ad985f;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 0;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, 
.fancybox-close, 
.fancybox-prev span, 
.fancybox-next span {
	background-image: url('../img/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../img/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -14px;
	right: -14px;
	width: 28px;
	height: 28px;
	background: rgba(0,0,0,.70);
	border: 2px solid #ffffff;
	background-size: 12px auto;
	border-radius: 100px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-close:before {
	width: 100%;
	height: 100%;
	float: left;
	content: "\f00d";
	font-family: "FontAwesome";
	font-size: 13px;
	color: #ffffff;
	line-height: 24px;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	z-index: 8040;
}

.fancybox-prev {
	left: -30px;
}

.fancybox-next {
	right: -30px;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 28px;
	height: 28px;
	float: left;
	background: none;
	border: none;
	border-radius: 100px!important;
	margin-top: -14px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav span:before {
	width: 100%;
	height: 100%;
	float: left;
	content: "\f104";
	font-weight: normal;
	font-family: "FontAwesome";
	font-size: 31px;
	color: #ffffff;
	line-height: 24px;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	opacity: .70;
}

.fancybox-prev span {
	left: 0;
}

.fancybox-next span {
	right: 0;
}

.fancybox-next span:before {
	content: "\f105";
	padding-left: 3px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible!important;
}

.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}

.fancybox-lock body {
	overflow: hidden !important;
}

.fancybox-lock-test {
	overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: rgba(0, 0, 0, .9);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

.fancybox-title {
	visibility: hidden;
	font-family: "montserratlight", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 3px 20px 0 20px;
	background: transparent;
	background: #f8962d;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	color: #ffffff;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #ffffff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #ffffff;
	padding: 10px;
	background: #f8962d;
}

.fancybox-placeholder {
	display: block!important;
}