/*
	Theme Name: LEMONTEC THEME
	Theme URI: http://lemontec.at
	Description: WordPress Theme
	Version: 1.0
	Author: LEMONTEC
	Author URI: http://lemontec.at
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

body {
	font: 300 14px/2 'Open Sans', sans-serif;
	color: #868686;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, sub {
    font-family: 'Jura', sans-serif;
    font-weight: 100;
    margin: 15px auto;
    padding: 0;
    line-height: 1em;
    display: block;
}

h1 {
    font-size: 3em;
    margin-bottom: 40px;
}

.intro_teaser_content h1, .slider_content h1, .gallery_content h1 {
    margin-bottom: 0;
}

.intro_teaser_content h1 {
    font-size: 1.6em;
}

.slider_content h1, .gallery_content h1 {
    font-size: 2em;
}

h2 {
    font-size: 2em;
}

sub {
    bottom: 0;
    font-size: 1.2em;
    padding-bottom: 5px;
    border-bottom: 1px solid #55575b;
}

sub.reverse {
    padding-bottom: 0;
    padding-top: 5px;
    border-bottom: none;
    border-top: 1px solid #55575b;
}

strong {
    font-weight: 600;
}

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

a {
	color: #c30065;
    font-weight: 600;
	text-decoration:none;
}

a:hover,
a:active,
a:focus {
    color: #c30065;
	outline:0;
    text-decoration:none;
}

.header_wrapper, .logo img, a, #burger i, .nav_header > ul, .highlight, .extern, button, input[type="submit"],
.intro_teaser ul li::after, .intro_teaser ul li, .intro_teaser ul li::before, .intro_teaser_content,
.portfolio_archive_list li article, .project_tax_block li,
.gallery_content,
.img_teaser_hover, .img_teaser_hover i {
    transition: 0.5s ease;
}

a:hover, a:active, a:focus, .highlight:hover, .extern:hover, button:hover, input[type="submit"]:hover,
.current-menu-parent > a, .current-menu-item > a,
.portfolio_archive_list li article:hover, .project_tax_block li:hover {
    opacity: 0.5;
}

input:focus, textarea:focus
input[type="submit"], button {
	outline: 0;
	border: 0;;
}

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

section article ul li{
    list-style: disc;
    margin-left: 20px;
}

section {
    margin: 0 auto;
    max-width: 1920px;
}

section, footer {
    position: relative;
    overflow: hidden;
}

button, input[type="submit"] {
    background-color: transparent;
    border: none;
    font-weight: bold;
}

input[type="submit"], .controls button {
    padding: 0 10px 5px;
    border-radius: 0;
}

input[type="submit"], .controls button {
    border-bottom: 2px solid #ffffff;
}

input[type="submit"], .controls button.mixitup-control-active {
    border-bottom: 2px solid #c30065;
}

input[type="submit"]:hover {
    padding: 0 20px 5px;
}

.highlight, .extern {
    font-size: 1.2em;
    display: block;
    margin: 15px auto;
    text-align: center;
}

.highlight::before, .extern::before {
    font-family: FontAwesome;
    font-size: 1.1em;
    font-weight: 100;
    padding-right: 10px;
    vertical-align: top;
}

.highlight::before {
    content: '\f00a';
}

.extern::before {
    content: '\f0c1';
}

.project_meta_info .highlight {
    display: inline-block;
}

.spacer {
    height: 70px;
    display: block;
}

/* COLORS */

h1, h2, h3, h4, sub, button, input[type="submit"],
#burger, .gfield_label,
.gallery_navigation .active a {
    color: #c30065;
}

.nav_header, .nav_header a,
footer, footer a, footer a:hover {
    color: #fff;
}

a .intro_teaser_content article p,
ul.flex-direction-nav li a,
.portfolio_archive_list sub, .portfolio_archive_list article p,
.gallery_navigation a {
    color: #868686;
}

.nav_header > ul, .intro_teaser ul li,
footer {
    background-color: #55575b;
}

ol.flex-control-nav.flex-control-paging li a,
.gallery_navigation li::before {
    background-color: #868686;
}

.news_text {
    background-color: #f2f2f2;
}

ol.flex-control-nav.flex-control-paging li a.flex-active,
.gallery_navigation li.active::before {
    background-color: #c30065;
}

.clearfix::after {
    content: ' ';
    visibility: hidden;
    display: block;
    font-size: 0;
    height: 0;
    clear: both;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* HEADER */

.header_wrapper {
    position: fixed;
    padding: 50px 50px 0;
    width: 100%;
    z-index: 100;
}

.header_wrapper.sticky {
    background-color: #f8f8f8;
    padding: 10px 50px;
}

.header_content {
    border-top: 1px solid #55575b;
    padding-top: 30px;
    margin: 0 auto;
    width: 100%;
}

.header_wrapper.sticky .header_content {
    border-top: none;
    padding-top: 0;
}

.nav_header, .logo {
    padding: 0;
}

.header_wrapper.sticky #burger {
    padding-top: 2px;
    height: 30px;
}

#burger {
    position: relative;
    z-index: 55;
}

#burger i {
    font-size: 30px;
    margin-left: 0;
    cursor: pointer;
}

#burger i.close, #burger.active i.open {
    opacity: 0;
}

#burger.active i.close, #burger i.open {
    opacity: 1;
}

#burger.active i.close {
    margin-left: 190px;
    z-index: 55;
}

.nav_header > ul {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 100vh;
    padding: 115px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    overflow: hidden;
    z-index: 50;
}

.nav_header ul.active, .nav_header ul.sub-menu.active {
    display: block;
}

.nav_header > ul.active {
    width: 260px;
    padding: 115px 50px;
}

.nav_header > ul > li {
    padding: 20px 0;
}

.nav_header ul .sub-menu {
    padding-top: 30px;
    font-size: 0.8em;
    text-transform: none;
}

.logo {
    text-align: right;
}

.logo img {
    width: 320px;
}

.header_wrapper.sticky .logo img {
    width: 240px;
}

/* TOGGLE SUBMENU */

.mobile_toggle {
    display: none;
    padding-left: 10px;
}

.menu-item-has-children .mobile_toggle {
    display: inline-block;
    font-size: 13px;
}

.mobile_toggle i {
    font-size: 20px;
    vertical-align: middle;
}

.mobile_toggle.active i {
   transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.menu-item-has-children .sub-menu .mobile_toggle, .sub-menu {
    display: none;
}

.current-menu-item .sub-menu,
.current-menu-parent .sub-menu {
    display: block;
}

.nav_header .goback {
    text-align: left;
}

.nav_header .goback i {
    font-size: 30px;
    padding-right: 10px;
    vertical-align: middle;
}

/* INTRO TEASER */

.intro_teaser {
    max-width: 100%;
}

.intro_teaser ul li {
    display: inline-block;
    position: relative;
    width: 25%;
    float: left;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.intro_teaser ul li::before {
    content: ' ';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(84,87,90,0.8);
    opacity: 0;
}

.teaser_wrapper_active ul li {
    width: 20%;
}

.teaser_wrapper_active ul li::before {
    opacity: 1;
}

.intro_teaser ul li.teaser_active {
    width: 40%;
}

.teaser_wrapper_active ul li.teaser_active::before {
    opacity: 0;
}

.intro_teaser ul li::after {
    content: ' ';
    height: 500px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 1;
    z-index: 1;
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
}

.teaser_wrapper_active ul li::after {
    opacity: 0;
}

.intro_teaser_content {
    position: absolute;
    bottom: 0;
    width: 450px;
    height: 225px;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
}

.intro_teaser_content::before {
    content: ' ';
    position: absolute;
    width: 230px;
    height: 130px;
    top: 30px;
    left: 75px;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    background-color: transparent;
    border-top: 15px solid #c30065;
    border-right: 15px solid #c30065;
}

.intro_teaser_content::after {
    content: ' ';
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border-left: 225px solid transparent;
    border-right: 225px solid transparent;
    border-bottom: 225px solid rgba(255,255,255,0.9);
    z-index: 1;
}

.intro_teaser_content article {
    position: relative;
    width: 290px;
    height: 90px;
    font-size: 0.8em;
    text-align: center;
    margin: 100px auto 0;
    z-index: 5;
}

.intro_teaser_content sub {
    width: 200px;
}

a .intro_teaser_content article p {
    font-weight: 300;
}

.intro_teaser ul li.teaser_active .intro_teaser_content {
    opacity: 1;
}

/* MAIN */

main {
    padding: 150px 0 70px;
    background-size: 100%;
    background-position: center 230px;
    background-repeat: no-repeat;
}

.home main {
    padding: 0;
    background-color: #fbfbfb;
    max-width: 1920px;
    margin: 0 auto;
}

/* NEWS SLIDER */

.news_wrapper {
    overflow: visible;
    position: relative;
    padding: 70px 0 25vw;
    margin-bottom: 80px;
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
}

.news_wrapper::before {
    content: ' ';
    width: 0;
    height: 0;
    position: absolute;
    top: 11.7vw;
    left: 0;
    right: 0;
    margin: auto;
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
    border-top: 50vw solid rgba(255,255,255,0.8);
    z-index: 1;
}

.news_wrapper::after {
    content: ' ';
    position: absolute;
    width: 12.05vw;
    height: 6.8vw;
    max-width: 230px;
    max-height: 130px;
    top: 53.5vw;
    left: -3.6vw;
    right: 0;
    margin: auto;
    transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    background-color: transparent;
    border-top: 15px solid #c30065;
    border-left: 15px solid #c30065;
}

.news {
    position: relative;
    z-index: 10;
}

.news_slider {
    margin: 90px auto 70px;
    width: 710px;
}

.news_slider, .news_content {
    position: relative;
    text-align: center;
}

.news_thumb, .news_text {
    display: inline-block;
    vertical-align: middle;
}

.news_thumb {
    width: 400px;
    height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.news_text {
    width: 300px;
    height: 300px;
    padding: 50px 10px;
    font-size: 0.9em;
    text-align: center;
    border-left: 8px solid #fff;
}

.news_text h1 {
    font-size: 1.7em;
    margin: 0;
}

.news_slider ol.flex-control-nav.flex-control-paging {
    position: absolute;
    width: 100%;
    top: -25px;
    left: -42px;
    padding-left: 260px;
    text-align: left;
    height: 15px;
}

.news_slider ol.flex-control-nav.flex-control-paging li a {
    width: 15px;
    height: 15px;
}

.news_slider ol.flex-control-nav.flex-control-paging::before {
    content: ' ';
    position: absolute;
    width: 230px;
    height: 130px;
    top: 0;
    left: 20px;
    background-color: transparent;
    border-top: 15px solid #c30065;
    border-left: 15px solid #c30065;
}

ul.flex-direction-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 120px;
}

li.flex-nav-prev, li.flex-nav-next {
    position: absolute;
    font-size: 60px;
}

.news_slider li.flex-nav-prev {
    left: -100px;
}

.news_slider li.flex-nav-next {
    right: -100px;
}

/* NEWS POST */

.page-numbers {
    padding: 0 5px;
}

.post_thumb img {
    margin: 0 auto;
    width: 100%;
    float: none;
}

/* SLIDER BLOCK */

.slider_block {
    text-align: center;
    min-height: 720px;
    overflow: visible;
}

.home .slider_block {
    padding: 50px 0;
    background-color: #fff;
}

.slider_block .highlight {
    margin: 70px auto 0;
}

.slider {
    display: block;
    margin: 0 auto;
    width: 95%;
    height: 680px;
}

.slider .flex-viewport {
    height: calc(100% + 40px);
}

.slider .slides li {
    height: 680px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.slider_content {
    height: 270px;
    width: 330px;
    margin: 215px auto 0;
    position: relative;
    font-size: 0.9em;
    z-index: 10;
}

.slider_content::before {
    content: ' ';
    position: absolute;
    width: 230px;
    height: 130px;
    bottom: -163px;
    left: 15px;
    transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    background-color: transparent;
    border-top: 15px solid #c30065;
    border-left: 15px solid #c30065;
}

.slider .slides li article::after {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 480px;
    height: 480px;
    display: block;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    background-color: rgba(255,255,255,0.9);
    z-index: 1;
}

.slider li.flex-nav-prev, .slider li.flex-nav-next {
    font-size: 40px;
}

.slider li.flex-nav-prev {
    left: 10px;
}

.slider li.flex-nav-next {
    right: 10px;
}

.slider ol.flex-control-nav.flex-control-paging {
    text-align: left;
    margin: -30px auto 0;
    position: relative;
    z-index: 15;
}

ol.flex-control-nav.flex-control-paging li {
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
}

ol.flex-control-nav.flex-control-paging li a {
    display: block;
    overflow: hidden;
    width: 10px;
    height: 10px;
    font-size: 0;
}

.slider ul.flex-direction-nav {
    height: 80px;
    top: 298px;
    bottom: auto;
    width: 680px;
}

.home .slider ul.flex-direction-nav {
    top: 348px;
}

/* ACCORDION */

.accordion ul {
    padding: 15px;
    margin: 0;
}

button.accordion {
    background-color: #eee;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    position: relative;
    margin-bottom: 2px;
}

button.accordion:after {
    content: '\f107';
    font-family: FontAwesome;
    font-size: 25px;
    position: absolute;
    right: 15px;
    bottom: 0;
}

button.accordion h3 {
    padding-right: 30px;
}

button.accordion.active, button.accordion:hover {
    background-color: #ccc;
}

button.accordion.active:after {
    content: "\f106";
}

.accordion .panel {
    padding: 0;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
}

.accordion .panel.show {
    display: block;
    opacity: 1;
    max-height: 10000px;
}

/* IMG TEASER */

.img_teaser_wrapper li {
    text-align: center;
    margin: 15px auto;
}

.img_teaser_wrapper li article a {
    text-decoration: none;
}

.img_teaser_img {
    height: 350px;
    position: relative;
    margin-bottom: 5px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.img_teaser_hover {
    background-color: rgba(255,255,255,0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.img_teaser_hover i {
    background-color: rgba(255,255,255,0.9);
    position: absolute;
    font-size: 30px;
    text-align: center;
    width: 80px;
    height: 80px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding-top: 25px;
    border-radius: 50%;
}

.img_teaser_img:hover .img_teaser_hover {
    opacity: 1;
}

/* ACF MAP */

.maps_wrapper {
    height: 31vw;
    max-height: 600px;
    max-width: none;
}

.acf-map {
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
	margin: 20px 0;
}

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}

/* PORTFOLIO ARCHIVE */

.portfolio_archive_wrapper, .category_overview {
    text-align: center;
}

.portfolio_archive_wrapper h1 {
    float: none;
}

.portfolio_archive_wrapper .controls {
    float: none;
    margin: 30px auto;
}

.portfolio_archive_list {
    display: block;
    overflow: hidden;
    margin-bottom: 50px;
}

.portfolio_archive_list li {
    padding-top: 15px;
    padding-bottom: 15px;
    min-height: 400px;
}

.portfolio_archive_list li a .date {
    font-weight: 300;
    font-size: 0.9em;
    letter-spacing: 1px;
}

.project_thumb_list {
    width: 100%;
    height: 255px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}

.portfolio_archive_list h2 {
    margin: 0 auto;
    font-size: 1.5em;
}

.portfolio_archive_list sub {
    font-size: 1em;
    border: none;
    margin: 0 auto 5px;
}

.portfolio_archive_list article p {
    font-weight: 300;
}

/* PROJECT POST DETAILS */

.project_subtitle {
    font-size: 1.3em;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;
    float: none;
    padding-left: 20px;
    margin-bottom: -20px;
}

.project_meta_info {
    padding: 15px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    margin-bottom: 30px;
}

.project_tax_block li {
    min-height: 330px;
    margin-bottom: 15px;
}

/* FULLPAGE GALLERY */

.gallery_main {
    padding: 0;
}

.gallery_navigation {
    position: absolute;
    top: 200px;
    left: 50px;
    z-index: 50;
}

.gallery_navigation li::before {
    content: ' ';
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 10px;
}

#fullpage section.section {
    position: relative;
    max-width: none;
    overflow: visible;
}

.gallery_content {
    height: 370px;
    width: 480px;
    padding: 60px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    opacity: 0;
    z-index: 10;
}

.gallery_content.active {
    opacity: 1;
}

.gallery_content article {
    position: relative;
    z-index: 15;
}

.gallery_content::before {
    content: ' ';
    position: absolute;
    width: 230px;
    height: 130px;
    bottom: -125px;
    left: 90px;
    transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    background-color: transparent;
    border-top: 15px solid #c30065;
    border-left: 15px solid #c30065;
}

.gallery_content::after {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 480px;
    height: 480px;
    display: block;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    background-color: rgba(255,255,255,0.9);
    z-index: 1;
}

.gallery_content button i {
    padding-right: 5px;
}

#fullpage .slide {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 10;
}

.fp-controlArrow {
    top: auto !important;
    bottom: 50px !important;
}

.fp-controlArrow.fp-prev, .fp-controlArrow.fp-next {
    width: 35px !important;
    height: 35px !important;
    border-width: 0 !important;
    border-color: transparent !important;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.fp-controlArrow.fp-prev {
    left: 50px !important;
    border-top: 4px solid #c30065 !important;
    border-left: 4px solid #c30065 !important;
}

.fp-controlArrow.fp-next {
    right: 50px !important;
    border-bottom: 4px solid #c30065 !important;
    border-right: 4px solid #c30065 !important;
}

.info_button_wrapper {
    position: absolute;
    width: 50px;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 15;
}

.info_button_wrapper i {
    font-size: 40px;
}

.info_close, .info_open {
    display: none;
}

.info_close.active, .info_open.active {
    display: block;
    margin: 0 auto;
}

/* GRAVITY FORMS */

.gform_body ul li {
    display: block;
    padding: 10px 0;
    overflow: hidden;
}

.gform_body input, .gform_body textarea {
    width: 100%;
    border: 1px solid #868686;
}

.gform_body .name_first, .gform_body .name_last {
    width: 49%;
    float: left;
}

.gform_body .name_first {
    margin-right: 2%;
}

.gfield_required {
    float: left;
    padding-right: 5px;
}

/* FOOTER */

footer {
    font-size: 0.9em;
    padding: 8px 50px;
}

.copyright::before {
    content: ' ';
    position: absolute;
    width: 40px;
    height: 65px;
    top: -28px;
    left: 0;
    background-color: transparent;
    border-bottom: 4px solid #c30065;
    border-left: 4px solid #c30065;
}

.contact_info {
    text-align: center;
}

.contact_info i {
    font-size: 20px;
    padding: 8px 0;
    line-height: 1.8em;
}

.nav_footer {
    text-align: right;
}

.nav_footer ul li {
    display: inline-block;
    padding: 15px 5px;
}

.nav_footer ul li::after {
    content: ' ';
    width: 2px;
    height: 2px;
    background-color: #fff;
    margin-left: 10px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.nav_footer ul li:last-child::after {
    display: none;
}

.nav_footer ul li a {
    font-weight: 300;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media all and (min-width: 1921px) {
    .news_wrapper {
        padding: 70px 0 500px;
        margin-bottom: 80px;
    }
    
    .news_wrapper::before {
        top: 225px;
        border-left: 960px solid transparent;
        border-right: 960px solid transparent;
        border-top: 960px solid rgba(255,255,255,0.8);
    }
    
    .news_wrapper::after {
        left: -71px;
        top: 1027px;
    }
}

@media all and (max-width: 1440px) {
    .news_wrapper {
        padding: 70px 0 0;
    }
    
    .news_wrapper::before, .news_wrapper::after {
        display: none;
    }
}

@media all and (max-width: 1199px) {
    h1 {
        font-size: 2.5em;
        margin-bottom: 20px;
    }
    
    h2 {
        font-size: 1.7em;
    }
    
    .intro_teaser_content {
        width: 100%;
        height: 200px;
    }
    
    .intro_teaser_content article {
        margin: 80px auto 0;
    }
    
    .intro_teaser_content h1 {
        width: 260px;
    }
    
    .intro_teaser_content sub {
        width: 170px;
    }
    
    .intro_teaser_content::before {
        left: -75px;
        right: 0;
        margin: auto;
    }
    
    .intro_teaser_content::after {
        border-left: 200px solid transparent;
        border-right: 200px solid transparent;
        border-bottom: 200px solid rgba(255,255,255,0.9);
        left: 0;
        right: 0;
        margin: auto;
    }
    
    .home .slider_block {
        padding: 25px 0;
    }
    
    .home .slider ul.flex-direction-nav {
        top: 323px;
    }
    
    .slider_block .highlight {
        margin: 50px auto 0;
    }
    
    .project_thumb_list {
        height: 205px;
    }
    
    .portfolio_archive_list li {
        min-height: 330px;
    }
    
    .portfolio_archive_list h2 {
        font-size: 1.3em;
    }
    
    .project_tax_block li {
        min-height: 270px;
    }
}

@media all and (max-width: 991px) {
    sub {
        font-size: 1em;
    }
    
    .spacer {
        height: 40px;
    }
    
    .sub-menu > li {
        padding: 5px 0;
    }
    
    .logo img {
        width: 280px;
    }
    
    .intro_teaser_content article p {
        display: none;
    }
    
    .news_slider ul.flex-direction-nav {
        display: none;
    }
    
    .intro_teaser_content {
        width: 100%;
        height: 150px;
    }
    
    .intro_teaser_content article {
        margin: 75px auto 0;
    }
    
    .intro_teaser_content h1 {
        font-size: 1.4em;
        width: 220px;
    }
    
    .intro_teaser_content sub {
        width: 150px;
    }
    

    
    .intro_teaser_content::after {
        border-left: 150px solid transparent;
        border-right: 150px solid transparent;
        border-bottom: 150px solid rgba(255,255,255,0.9);
    }
    
    .contact_info {
        text-align: right;
    }
    
    footer, .nav_footer {
        text-align: center;
    }
    
    .portfolio_archive_list {
        margin-bottom: 30px;
    }
    
    .portfolio_archive_list li {
        min-height: 310px;
    }
    
    .portfolio_archive_list h2 {
        font-size: 1.2em;
    }
}

@media all and (max-width: 767px) {
    body {
        font-size: 12px;
    }
    
    main {
        padding: 100px 0 50px;
    }
    
    h1 {
        font-size: 2em;
    }
    
    .header_wrapper {
        padding: 20px 20px 0;
    }
    
    .header_content {
        padding-top: 20px;
    }
    
    #burger i {
        font-size: 27px;
    }
    
    .nav_header > ul.active {
        width: 175px;
        padding: 35px 30px;
    }
    
    .nav_header > ul > li {
        padding: 15px 0;
    }
    
    #burger.active i.close {
        margin-left: 135px;
    }
    
    .nav_header ul .sub-menu {
        padding-top: 15px;
        font-size: 0.9em;
    }
    
    .logo img {
        width: 220px;
    }
    
    .header_wrapper.sticky {
        padding: 10px 20px;
    }
    
    .header_wrapper.sticky .logo img {
        width: 200px;
        padding-top: 1px;
    }
    
    .intro_teaser ul li a {
        position: absolute;
        height: 100%;
        width: 100%;
        z-index: 100;
    }
    
    .intro_teaser_content {
        display: none;
    }
    
    .news_wrapper {
        margin-bottom: 20px;
    }
    
    .news_slider {
        width: 400px;
        margin: 70px auto 50px;
    }
    
    .news_thumb, .news_text {
        display: block;
        margin: 0 auto;
    }
    
    .news_text {
        margin: 10px auto 0;
        border-left: 0;
        padding: 50px;
    }
    
    .news_slider ol.flex-control-nav.flex-control-paging::before {
        left: 17px;
    }
    
    .slider_block, .home .slider_block {
        min-height: 560px;
        padding: 15px 0;
    }
    
    .slider, .slider .slides li {
        height: 450px;
    }
    
    .slider_content {
        height: 220px;
        width: 250px;
        margin: 115px auto 0;
    }
    
    .slider_content sub, .gallery_content sub {
        width: 70%;
    }
    
    .slider_content::before, .gallery_content::before {
        width: 115px;
        height: 65px;
        border-top: 7px solid #c30065;
        border-left: 7px solid #c30065;
    }
    
    .slider_content::before {
        bottom: -92px;
        left: 50px;
    }
    
    .gallery_content::before {
        bottom: -40px;
        left: 125px;
    }
    
    .slider .slides li article::after, .gallery_content::after {
        width: 300px;
        height: 300px;
    }
    
    .slider ul.flex-direction-nav, .home .slider ul.flex-direction-nav {
        width: 420px;
        top: 198px;
    }
    
    .slider_block .highlight {
        margin: 40px auto 0;
    }
    
    .maps_wrapper {
        display: none;
    }
    
    footer {
        padding: 8px 20px;
    }
    
    .portfolio_archive_list {
        margin-bottom: 10px;
    }
    
    .portfolio_archive_list h2 {
        font-size: 1.5em;
        margin-top: 10px;
    }
    
    .portfolio_archive_wrapper .controls {
        margin: 20px auto 0;
    }
    
    .controls button {
        margin-bottom: 10px;
    }
    
    .gallery_navigation {
        top: 150px;
        left: 20px;
    }
    
    .gallery_content {
        height: 320px;
        width: 400px;
        font-size: 0.9em;
    }
    
    .fp-controlArrow.fp-prev, .fp-controlArrow.fp-next {
        width: 20px !important;
        height: 20px !important;
    }
    
    .fp-controlArrow {
        bottom: 20px !important;
    }
    
    .fp-controlArrow.fp-prev {
        left: 20px !important;
    }
    
    .fp-controlArrow.fp-next {
        right: 20px !important;
    }
    
    .info_button_wrapper {
        bottom: 10px; }
    
    .info_button_wrapper i {
        font-size: 30px;
    }
}

@media all and (max-width: 480px) {
    .spacer {
        height: 20px;
    }
    
    .nav_header > ul.active {
        width: 100%;
        padding: 15px 20px;
    }
    
    #burger.active i.close {
        position: absolute;
        right: -155px;
        top: -15px;
    }
    
    .news_wrapper {
        padding: 30px 0 0;
    }
    
    .news_slider {
        width: 100%;
        margin: 60px auto 40px;
    }
    
    .news_slider ol.flex-control-nav.flex-control-paging {
        padding-left: 118px;
        top: -15px;
        left: 0;
        right: 0;
        width: 290px;
        margin: auto;
    }
    
    .news_slider ol.flex-control-nav.flex-control-paging::before {
        background-color: transparent;
        border-top: 7px solid #c30065;
        border-left: 7px solid #c30065;
        left: -7px;
        width: 115px;
        height: 75px;
    }
    
    .news_slider ol.flex-control-nav.flex-control-paging li a {
        width: 7px;
        height: 7px;
    }
    
    .news_thumb, .news_text {
        width: 275px;
        height: 275px;
    }
    
    .news_text {
        padding: 40px;
    }
    
    .slider_block, .home .slider_block {
        min-height: 420px;
        padding: 7px 0;
    }
    
    .slider, .slider .slides li {
        height: 300px;
    }
    
    .slider .slides li article::after {
        width: 210px;
        height: 210px;
    }
    
    .slider_content::before {
        bottom: -107px;
    }
    
    .slider_content {
        height: 60px;
        margin: 120px auto 0;
    }
    
    .slider_content p, .gallery_content p {
        display: none;
    }
    
    .slider ul.flex-direction-nav, .home .slider ul.flex-direction-nav {
        width: 300px;
        top: 115px;
    }
    
    .slider_block .highlight {
        margin: 50px auto 0;
    }
    
    .project_thumb_list {
        height: 115px;
    }
    
    .portfolio_archive_list li {
        min-height: 220px;
    }
    
    .portfolio_archive_list h2 {
        font-size: 1.2em;
        margin-top: 5px;
    }
    
    .project_subtitle {
        font-size: 1.1em;
        margin-bottom: -10px;
    }
    
    .project_tax_block li {
        min-height: 180px;
    }
    
    h1 {
        font-size: 1.6em;
    }
    
    .button_text {
        display: none;
    }
    
    .gallery_navigation {
        top: 90px;
        left: 20px;
    }
    
    .gallery_content {
        width: 320px;
        padding: 20px;
    }
    
    .gallery_content::after {
        width: 190px;
        height: 190px;
    }
    
    .gallery_content article {
        padding: 75px 30px;
    }
    
    .gallery_content .info_close {
        margin-top: 20px;
    }
    
    .gallery_content::before {
        left: 85px;
        bottom: 37px;
    }
    
    .copyright::before {
        width: 20px;
        left: -5px;
    }
}




/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin: 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin: 0 auto;
}
.alignright {
	float:right;
	margin: 0;
}
.alignleft {
	float:left;
	margin: 0;
}
a img.alignright {
	float:right;
	margin: 0;
}
a img.alignnone {
	margin: 0;
}
a img.alignleft {
	float:left;
	margin: 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
