/**********************************************************************************************

Project Name : Wideshot
Version : 1.0
Author : Vladimir Dresevic

IF YOU NEED ANY KIND OF HELP REGARDING TO THIS TEMPLATE 
SO, DIRECT E-MAIL US AT :- vladimir.dresevic@gmail.com

************************************************************************************************/


/***********************************************************************************************/

@font-face {
    font-family: "Eurostile Candy W01 Semibold";
    src: url("../fonts/5e7704e23815aa7ad1b3332bfd199719.eot");
    /* IE9*/
    src: url("../fonts/5e7704e23815aa7ad1b3332bfd199719.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/5e7704e23815aa7ad1b3332bfd199719.woff2") format("woff2"), /* chrome、firefox */
    url("../fonts/5e7704e23815aa7ad1b3332bfd199719.woff") format("woff"), /* chrome、firefox */
    url("../fonts/5e7704e23815aa7ad1b3332bfd199719.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url("../fonts/5e7704e23815aa7ad1b3332bfd199719.svg#Eurostile Candy W01 Semibold") format("svg");
    /* iOS 4.1- */
}

@font-face {
    font-family: 'RedRing-Regular';
    src: url('../fonts/RedRing-Regular/RedRing-Regular.eot');
    src: url('../fonts/RedRing-Regular/RedRing-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/RedRing-Regular/RedRing-Regular.woff2') format('woff2'), url('../fonts/RedRing-Regular/RedRing-Regular.woff') format('woff'), url('../fonts/RedRing-Regular/RedRing-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat-SemiBold';
    src: url('../fonts/Montserrat-SemiBold/montserrat-semibold-webfont.eot');
    src: url('../fonts/Montserrat-SemiBold/montserrat-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-SemiBold/montserrat-semibold-webfont.woff2') format('woff2'), url('../fonts/Montserrat-SemiBold/montserrat-semibold-webfont.woff') format('woff'), url('../fonts/Montserrat-SemiBold/montserrat-semibold-webfont.ttf') format('truetype'), url('../fonts/Montserrat-SemiBold/montserrat-semibold-webfont.svg#montserratsemi_bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../fonts/Montserrat-Regular/montserrat-regular-webfont.eot');
    src: url('../fonts/Montserrat-Regular/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Regular/montserrat-regular-webfont.woff2') format('woff2'), url('../fonts/Montserrat-Regular/montserrat-regular-webfont.woff') format('woff'), url('../fonts/Montserrat-Regular/montserrat-regular-webfont.ttf') format('truetype'), url('../fonts/Montserrat-Regular/montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/************************* SHOWCASE STYLE*******************************/

p {
    line-height: 1.7em;
}

.ui-loader {
    display: none;
}

#nav-icon-container {
    display: none;
}

#nav-icon3 {
    width: 30px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    margin-left: -10px;
    margin-top: 20px;
    float: left;
    height: 25px;
}

#nav-icon3:hover>span {
    background: #A5C3C0 !important;
}

#nav-icon3 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fff;
    border-radius: 3px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}


/* Icon 3 */

#nav-icon3 span:nth-child(1) {
    top: 0px;
}

#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
    top: 8px;
}

#nav-icon3 span:nth-child(4) {
    top: 16px;
}

#nav-icon3.open span:nth-child(1) {
    top: 8px;
    width: 0%;
    left: 50%;
}

#nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
    top: 16px;
    width: 0%;
    left: 50%;
}

#home-container {
    background-color: white;
    opacity: 0;
}

footer {
    background-color: white;
}

#showcase-container {
    width: 100px;
    position: fixed;
    right: -195px;
    height: 100%;
    top: 0px;
    z-index: 10000;
    background-color: rgb(28, 28, 28);
}

#showcase-curve {
    position: absolute;
    top: 0px;
    left: 10px;
    width: 280px;
    height: 110%;
    margin-left: 0px;
    transition: margin-left 0s;
    cursor: pointer;
}

#showcase-curve:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-origin: 0px 0px 0px;
    -webkit-transform: skewX(4.5deg);
    -moz-transform: skewX(4.5deg);
    -o-transform: skewX(4.5deg);
    -ms-transform: skewX(4.5deg);
    transform: skewX(4.5deg);
    z-index: 10;
    /*background-color: rgb(28, 28, 28);*/
    background-image: url(../images/footer_lodyas.jpg);
    background-size: cover;
    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.5);
    transition: opacity 0.3s;
}

.curve-opacity {
    opacity: 1;
}

.full-fill#showcase-container::before {
    background-color: rgb(28, 28, 28);
    transition: all 0.3s;
}

#showcase {
    color: black;
    background-color: transparent;
    position: absolute;
    -webkit-transform: skewX(-4.5deg);
    -moz-transform: skewX(-4.5deg);
    -o-transform: skewX(-4.5deg);
    -ms-transform: skewX(-4.5deg);
    transform: skewX(-4.5deg);
    right: 35px;
    top: 0px;
    height: 100%;
    width: 100%;
    text-align: center;
    transition: all 0.4s ease 0s;
}

#showcase .container {
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}

#showcase .container .col-md-6 {
    padding: 0px;
}

#showcase-btn-container {
    cursor: pointer;
    pointer-events: none;
}

#showcase-btn-container a {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    white-space: nowrap;
    display: block;
    color: #818F8F;
    outline: 0px none;
    opacity: 0.8;
    cursor: pointer;
}

#showcase-btn-container img {
    width: 28px;
    vertical-align: middle;
    transition: all 1s;
}

#showcase-curve:hover+#showcase-btn-container {
    opacity: 1;
    color: white;
}

#showcase-btn-container {
    font-family: "Montserrat-Regular" !important;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    line-height: 28px;
    z-index: 10000000;
    font-weight: 500;
    left: 8px;
}


/*#showcase-btn-container::after{
  clear: both;
  }*/

#showcase-btn-container span {
    position: absolute;
    display: inline-block;
    margin-top: 12px;
}

.portfolio-container {
    width: 100%;
    height: 100%;
    z-index: 10000000000000;
    opacity: 1;
    transition: opacity 0.4s;
}

.portfolio-container #carousel-swiper-wrapper {
    width: 100%;
    white-space: nowrap;
    position: relative;
}

.portfolio-row {
    width: 3000px;
}

.portfolio-tile {
    float: left;
    width: 500px;
}


/************************* SHOWCASE STYLE END *******************************/

.curve-container-inner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-color: #fff;
    padding: 0;
    -webkit-transform: skewY(3deg);
    -moz-transform: skewY(3deg);
    -o-transform: skewY(3deg);
    -ms-transform: skewY(3deg);
    transform: skewY(3deg);
    margin-top: -100px;
    padding-top: 100px;
}

.curve-container-outer {
    width: 100%;
    overflow: hidden;
    display: inline-block;
    -webkit-transform: skewY(-3deg);
    -moz-transform: skewY(-3deg);
    -o-transform: skewY(-3deg);
    -ms-transform: skewY(-3deg);
    transform: skewY(-3deg);
    outline: 1px solid transparent;
    cursor: pointer;
    border-style: solid;
    border-width: 0px 0px 4px 0px;
    border-color: white;
}

#arhitecture-section {
    background: transparent url(../images/ad_landmark_bild2_flip.jpg) no-repeat 95% 0%;
    background-size: cover;
    color: white;
}


/*#arhitecture-section-outer:hover #arhitecture-section{
  filter: saturate(0.8);
  }*/


/*#arhitecture-section-outer:hover .just-overlay{
  background-color: rgba(23, 23, 23, 0.1);

  }*/


/*#arhitecture-section .container{
 margin-top: 90px;
}

#office-interiors-section .container{
 margin-top: 90px;
 }*/


/*#arhitecture-section-outer{
	height: 800px;
  }*/

#interior-section {
    background: transparent url(../images/parc_our_flip.jpg) no-repeat 20% 22%;
    background-size: cover;
}

#office-interiors-section-outer {
    height: 700px;
}

#office-interiors-section {
    background: transparent url(../images/ad_kapsch_bild5_60.jpg) no-repeat 161% 40% / cover;
    background-size: 120%;
    color: black;
}

#housing-section {
    background: url(../images/ad_oebb_bild3.jpg) no-repeat 26% 0% / cover;
    color: white;
}

#entertainment-section {
    background: url(../images/sochi_park_themed_hotel.jpg) no-repeat 95% -25%;
    background-size: 130%;
    color: white;
}

#brand-section {
    background: url(../images/ad_oebb_bild3.jpg) no-repeat 50% 0% / cover;
    color: white;
}

#shops-commercials-section {
    background: transparent url("../images/ad_schnittenstube_bild07.jpg") no-repeat scroll 100% 0% / 160% auto;
    color: white;
    background-size: cover;
}

#stages-sets-section {
    background: transparent url("../images/stages_and_sets_stretch.jpg") no-repeat 50% 150%;
    color: rgb(40, 41, 45);
    background-size: cover;
}

#interactive-design-section {
    background: url(../images/ae_ac_3.jpg) no-repeat 0% 0% / cover;
    color: white;
}

.vertical-center {
    min-height: 100%;
    /* Fallback for browsers do NOT support vh unit */
    min-height: 100vh;
    /* These two lines are counted as one :-)       */
    display: flex;
    align-items: center;
}


/* COMMON STYLES
-------------------------------------------------------------- */

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    font-family: 'RedRing-Regular', sans-serif !important;
    font-weight: 400;
    color: rgb(28, 28, 28);
    background-color: #1d1d1d !important;
    overflow-x: auto;
}

a {
    color: #ffffff;
    outline: 0;
}

p {}

img {
    vertical-align: top;
}

h1 {
    font-family: "Eurostile Candy W01 Semibold" !important;
    line-height: 0.5;
    font-size: 56px;
}

h2 {
    font-family: "Montserrat-Regular" !important;
    font-size: 40px !important;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 900 !important;
}

h3 {
    font-family: "Montserrat-Regular" !important;
    font-size: 30px !important;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 900 !important;
}

h4,
h5,
h6 {
    font-family: "Montserrat-SemiBold" !important;
    font-size: 26px;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
}

#our-work-container h3 {
    font-size: 35px !important;
}

#our-work-container .curve-container-inner {
    filter: saturate(0.2);
}

#our-work-container section {
    padding: 0px;
    background-color: rgba(29, 32, 33, 0);
    padding-bottom: 30px;
    margin-top: -35px;
}

#our-work-container section:last-child {
    padding-bottom: 0px;
}

ul {
    margin-top: 0 !important;
}

.align-right {
    text-align: right;
}

header {
    height: 60px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    position: fixed;
    top: 0;
    z-index: 100000;
    text-align: center;
    opacity: 0;
}

#header-logo-text {
    color: white;
    font-family: "Eurostile Candy W01 Semibold" !important;
    font-size: 1.3em;
    line-height: 60px;
    opacity: 0;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

header nav {
    width: 400px;
    height: 60px;
    margin: 0 auto;
}

header nav ul {
    list-style: none;
    height: 60px;
    padding: 0;
}

header nav ul li {
    float: left;
    margin-right: 60px;
}

header nav ul li:nth-child(3) {
    margin-right: 0px;
}

header a {
    color: #ffffff;
    line-height: 60px;
    outline: 0;
    position: relative;
}

a:link {
    text-decoration: none;
    color: white;
}

a:visited {
    text-decoration: none;
    color: white;
}

a:hover {
    color: #fff;
}

a:active {
    color: white;
}

#home p {
    font-family: "Montserrat-Regular" !important;
    font-size: 16px;
    font-style: normal;
}

#architecture-subheading-text {}

textarea {
    width: 100%;
}

.text-primary {
    color: #1ABC9C;
}

.text-light {
    color: #7E878F;
    font-weight: bold;
}

.btn {
    font-size: 12px;
    font-family: 'Montserrat-SemiBold', sans-serif !important;
    text-transform: uppercase;
    border: 4px double transparent;
    border-radius: 0;
}

.btn:focus,
.btn:active:focus {
    outline: none;
}

.btn-empty {
    color: #fff;
    border-color: #fff;
    background-color: transparent;
    padding: 10px 22px;
}

.btn-empty:hover {
    color: #535353;
    background-color: #fff;
}

.btn-empty-dark {
    color: #535353;
    border-color: #535353;
    background-color: transparent;
}

.btn-empty-dark:hover {
    color: #fff;
    background-color: #535353;
}

.btn-custom {
    background-color: transparent;
    border-color: #1ABC9C;
    color: #1ABC9C;
}

.btn-custom:hover {
    color: #fff;
    background-color: #1ABC9C;
    border-color: #1ABC9C;
}

.form-control,
.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.section {}

section {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #fff;
}

section.grey {
    background-color: #fff;
}

#arts-container .section-title {
    text-align: right;
}

#arts-container .parallax-section {
    background-size: inherit !important;
}

#designing-experiences-container .heading-section {}

#designing-experiences-container .row {
    margin-top: 3em;
    margin-bottom: 3em;
}

#designing-experiences-container .row:nth-child(4) {
    margin-top: 5em;
}

#designing-experiences-container h3 {
    font-size: 2em !important;
}

.heading-text-regular {}

#expirience-layer {
    background: -webkit-linear-gradient(top, rgba(27, 37, 47, 0), rgba(27, 37, 47, 1) 80%);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(top, rgba(27, 37, 47, 0), rgba(27, 37, 47, 1) 80%);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(top, rgba(27, 37, 47, 0), rgba(27, 37, 47, 1) 80%);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to top, rgba(27, 37, 47, 0), rgba(27, 37, 47, 1) 80%);
    /* Standard syntax (must be last) */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fade {
    opacity: 0;
}

.texture-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url(../images/bg/grid.png);
    background-color: rgba(0, 0, 0, 0.4);
    pointer-events: none;
}

.just-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(23, 23, 23, 0.3);
    pointer-events: none;
    transition: all 0.3s;
}

.curve-container-outer:hover .just-overlay {
    background-color: rgba(0, 0, 0, 0.1);
    transition: all 0.1s;
}

.curve-container-outer:hover .curve-container-inner {
    filter: saturate(1) !important;
}

.subheading-text {
    text-transform: uppercase;
}

.section-title h2 {}

::-moz-selection {
    background-color: #1ABC9C;
    color: #fff;
}

::selection {
    background-color: #1ABC9C;
    color: #fff;
}


/* COMMON STYLES END
-------------------------------------------------------------- */

.text-parallax {
    top: -300px;
    position: relative;
}


/* SCROLL ARROW
-------------------------------------------------------------- */

.scroll-arrow:focus {
    outline: 0;
}

.scroll-arrow {
    position: absolute;
    bottom: 100px;
    z-index: 1001;
    left: 0;
    right: 0;
    width: 38px;
    margin: auto;
    display: block;
    transition: all 0.3s linear;
}

#architecture-arrow,
#art-arrow,
#exp-arrow {
    width: 30px;
}

#first-exp-arrow {
    width: 95px !important;
}

#second-exp-arrow {
    width: 72px !important;
}

#third-exp-arrow {
    width: 95px !important;
    position: relative;
    left: -10px;
}

#team-fancy-arrow {
    width: 162px !important;
    position: relative;
    right: 82px;
}

#team-fancy-arrow0 {
    width: 120px !important;
    position: relative;
    right: 20px;
}

#lead-managers-pics-container {
    padding-left: 100px;
    position: relative;
    top: -70px;
}

.manager-pic-container {
    display: inline-block;
    text-align: center;
    line-height: 1em;
    margin-right: 40px;
    margin-bottom: 16px;
    vertical-align: top;
}

.manager-pic-container img {
    width: 100%;
}

.manager-text-container {
    text-align: left;
}

.manager-text-container p {
    margin: 0px;
    font-size: 1.1em;
    line-height: 1.2em;
}

#art-arrow {
    bottom: 100px;
}

#team-arrow,
#work-arrow {
    bottom: 0px;
}

#architecture-arrow {
    bottom: 130px;
}

#exp-arrow {
    bottom: 120px;
}

#contact-arrow {
    margin-bottom: -160px;
}

#contact-container::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 115%;
    background: white;
    transform-origin: 0 0;
    -webkit-transform: skewY(-3deg);
    -moz-transform: skewY(-3deg);
    -o-transform: skewY(-3deg);
    -ms-transform: skewY(-3deg);
    transform: skewY(-3deg);
    z-index: 0;
    outline: 1px solid transparent;
}

.hidden {
    display: none;
}

.visuallyhidden {
    opacity: 0;
}


/* SCROLL ARROW END
-------------------------------------------------------------- */


/* HOME SECTION
-------------------------------------------------------------- */

#site-heading-container {
    position: absolute;
    right: 0px;
    left: 0px;
    margin: auto;
    text-align: center;
    color: rgb(255, 255, 255);
}

#site-heading-container svg {
    opacity: 0;
}

#award-logo {
    position: absolute;
    width: 450px;
    top: 60px;
    right: 0px;
}


/* HOME SECTION END
-------------------------------------------------------------- */


/* ABOUT SECTION
-------------------------------------------------------------- */

#about-wideshot-section {
    padding-top: 0px;
    padding-bottom: 0px;
}

.underline {
    text-decoration: underline !important;
    ;
}

nav a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: white;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

nav a.animate-underline:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

nav a:hover {
    color: #1ABC9C;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

#architecture-container {
    background-color: white;
    z-index: 1;
    padding-bottom: 220px;
}

#video-container {
    background: rgb(29, 32, 33);
    color: white;
}

#architecture-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 110%;
    background: white;
    transform-origin: 0 0;
    -webkit-transform: skewY(-3deg);
    /* Firefox */
    -moz-transform: skewY(-3deg);
    /* IE */
    -ms-transform: skewY(-3deg);
    /* Opera */
    -o-transform: skewY(-3deg);
    transform: skewY(-3deg);
    z-index: 0;
}

#video-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 110%;
    background: rgb(29, 32, 33);
    transform-origin: 0 0;
    -webkit-transform: skewY(-3deg);
    /* Firefox */
    -moz-transform: skewY(-3deg);
    /* IE */
    -ms-transform: skewY(-3deg);
    /* Opera */
    -o-transform: skewY(-3deg);
    transform: skewY(-3deg);
    z-index: 0;
    outline: 1px solid transparent;
}

.swiper-scrollbar-drag {
    background: rgba(138, 138, 138, 0.5) !important;
}

.video-title {
    padding-top: 6px;
    font-size: 1.2em;
}

#arts-container {
    background-color: white;
    padding-bottom: 200px;
    background-position-x: 240% !important;
    background-position-y: 110px;
    background-size: cover;
    background-repeat: no-repeat;
}

#arts-container .heading-section {
    z-index: 1000;
}

#team-container {
    z-index: 1;
}

#team-container::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 115%;
    background: white;
    transform-origin: 0 0;
    transform: skewY(-3deg);
    z-index: 0;
}

#team-container .container {
    padding-top: 50px;
}

#team-container h3 {
    font-size: 2em;
}

.heading-text-regular {}

#our-work-container {
    padding-top: 100px;
    padding-bottom: 0px;
    color: black;
}

#our-work-container .curve-container-inner {}

#architecture_and_iterior_design {
    padding-bottom: 0px;
}

#concept_design .curve-container-outer:hover .curve-container-inner,
#office-interiors-section-outer:hover .curve-container-inner,
#architecture_and_iterior_design:hover .curve-container-inner {}

.fil0789 {
    fill: #c3c3c3 !important;
}

.second-bar {
    position: absolute;
    left: 1%;
    bottom: 0px;
    z-index: 50;
    height: 5px;
    width: 98%;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    cursor: pointer;
    color: white;
}


/*#production_design h3{
  margin-top: -50px;
}

#concept_design h3{
  margin-top: 50px;
}

#interactive_entertainment h3{
  margin-top: -50px;
}

#architecture_and_iterior_design h3{
  margin-top: 40px;
  }*/

#our-work-container section {}

#our-work-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(255, 255, 255);
    transform-origin: 0 0;
    transform: skewY(-3deg);
    z-index: 0;
    backface-visibility: hidden;
    outline: 1px solid transparent;
}

#designing-experiences-container {
    background-image: url(../images/93187_gradient_60.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: 380px;
    position: relative;
    z-index: 1;
    color: white;
    padding-top: 0px;
    padding-bottom: 200px;
}

#designing-experiences-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 32%;
    background: #141c27;
    transform-origin: 0 0;
    transform: skewY(-3deg);
    z-index: 0;
}

#designing-experiences-container .col-md-12 {
    margin-top: 5px;
    margin-bottom: 20px;
}

#last-column {
    margin-bottom: 100px;
}

#arts-about-text {
    text-align: left;
}

#team-container {
    color: black;
    background-color: white;
    padding-top: 0px;
}

#our-work-container .container:first-child {
    margin-bottom: 180px;
}

#slogan-1-center {
    position: relative;
    top: 90px;
}

#slogan-2-center {
    text-align: right;
    position: relative;
    top: 18px;
}

#slogan-2-text-center {}

#slogan-3-center {
    position: relative;
    top: 75px;
}

#managers-row {
    padding-top: 180px;
    padding-bottom: 30px;
}

#slogan-4-center {
    text-align: right;
    position: relative;
    top: 100px;
    right: 70px;
}

#contact-info {
    text-align: right;
    pointer-events: none;
}

#copyright-text a {
    color: grey;
}

#copyright-text a:hover {
    color: black;
}

#copyright-text {
    position: absolute;
    bottom: 0;
    background-color: white;
}

.about-text {
    font-size: 1.1em;
    line-height: 1.4em;
}


/* ABOUT SECTION END
-------------------------------------------------------------- */

#galery-container,
#galery-container-2 {
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

#galery-container .swiper-wrapper,
#galery-container-2 .swiper-wrapper {
    opacity: 1 !important;
    padding-bottom: 20px;
}

#galery-container .swiper-slide,
#galery-container-2 .swiper-slide {
    width: 370px !important;
}


/* CONTACT SECTION
-------------------------------------------------------------- */

input[type="text"],
textarea {
    padding: 10px;
    border: none;
    border-bottom: solid 2px #c9c9c9;
    transition: border 0.3s;
}

input[type="text"]:focus,
input[type="text"].focus,
textarea:focus,
textarea.focus {
    border-bottom: solid 2px #969696;
}

input[type="submit"] {
    padding: 10px;
    border: solid 2px #c9c9c9;
    transition: border 0.3s;
    background-color: rgba(201, 201, 201, 0);
}

input[type="submit"]:hover {
    border: solid 2px #969696;
}

textarea:focus,
input:focus {
    outline: none;
}

#contact-wrapper {
    width: 400px;
    float: right;
}

#contact-wrapper input,
#contact-wrapper textarea {
    display: block;
    margin-top: 10px;
}

#contact-wrapper textarea {
    padding-right: 40px;
}

textarea {
    resize: none;
}

#server-msg {
    position: relative;
    bottom: -12px;
    left: 20px;
    font-size: 1.4em;
    font-weight: 600;
}

#contact-wrapper input[type="text"] {
    width: 100%;
    padding-right: 45px;
}

#contact-wrapper input[type="checkbox"] {
    display: none;
}

#contact-wrapper input[type="checkbox"]+label {
    margin-top: 10px;
}

#contact-wrapper input[type="checkbox"]+label span {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: url(../images/checkbox.png) left top no-repeat;
    margin-right: 5px;
    vertical-align: middle;
}

#contact-wrapper input[type="checkbox"]:checked+label span {
    background: url(../images/checkbox.png) -35px top no-repeat;
}


/* CONTACT SECTION END
-------------------------------------------------------------- */


/* TEAM SECTION
-------------------------------------------------------------- */

.team {
    position: relative;
    margin: 50px auto;
    max-width: 300px;
    text-align: center;
    background-color: #FBFBFB;
    padding-bottom: 20px;
    border: 4px double #dedede;
}

.team img {
    max-width: 100%;
    border-radius: 0%;
}

.team:hover .team-overlay {
    opacity: 1;
    bottom: 0;
}

.team-info h4 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 5px;
    margin-top: 25px;
    text-transform: unset;
}

.team-info span {
    color: #999;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
}

.team-info p {
    font-size: 13px;
    margin: 10px 0;
}

.team-photo {
    position: relative;
    overflow: hidden;
}

.team-overlay {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    background-color: transparent;
    color: #fff;
    padding: 18px;
    opacity: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.team-overlay .social {
    text-align: center;
}

.team-overlay .social>li {
    display: inline-block;
    float: none;
}


/* TEAM SECTION END
-------------------------------------------------------------- */


/* HOME SECTION
-------------------------------------------------------------- */

#home {
    background-image: url("../images/bg/ad_braunaesculaps_bild4.jpg");
    height: 100%;
}


/* HOME SECTION END
-------------------------------------------------------------- */


/* BRIDGE
-------------------------------------------------------------- */

#bridge {
    background-image: url("../images/bg/bg_projects2.jpg");
    height: 50%;
    padding-top: 90px;
    padding-bottom: 90px;
}

#bridge-two {
    background-image: url("../images/bg/ad_bagi_bild01.jpg");
    height: 50%;
    padding-top: 60px;
    padding-bottom: 60px;
}


/* BRIDGE END
-------------------------------------------------------------- */


/* PARALLAX SECTION
-------------------------------------------------------------- */

.parallax-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-color: #fff;
    padding: 0;
}

.parallax-section .section-title h2 {
    border-color: #fff;
}

.parallax-overlay {
    width: 100%;
    height: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: rgba(51, 51, 51, 0.1);
    background-repeat: repeat;
    color: #fff;
}


/* PARALLAX SECTION END
-------------------------------------------------------------- */


/* FOOTER
-------------------------------------------------------------- */

footer {
    position: relative;
    margin-top: 100px;
}

footer h5 {
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    margin: 0px;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

footer p {
    color: #8A8989;
    line-height: 1.5;
}

footer p a {
    color: #f7f7f7;
}

footer ul li {
    margin-bottom: 20px;
    list-style: none;
}

footer span {
    color: #1ABC9C;
}


/* FOOTER END
-------------------------------------------------------------- */


/* COMMON MEDIA QUERIES
-------------------------------------------------------------- */

@media (min-width: 992px) {
    .animated {
        opacity: 0;
        -khtml-opacity: 0;
        -moz-opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
    .visible {
        opacity: 1;
        -khtml-opacity: 1;
        -moz-opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
        filter: alpha(opacity=1);
    }
}

@media (max-width: 991px) {
    #works-list li,
    #recent-works-list li {
        width: 50%;
    }
    .portfolio-2-columns #works-list li,
    .portfolio-3-columns #works-list li,
    .portfolio-4-columns #works-list li {
        width: 50%;
    }
    .animated {
        -webkit-animation: none;
        -moz-animation: none;
        -ms-animation: none;
        -o-animation: none;
        animation: none;
    }
    section#contact .form-text {
        margin-top: 50px;
    }
}


/* PROJECTS PAGE
-------------------------------------------------------------- */

#proj-header {
    height: 60px;
    width: 100%;
    background-color: #1C1C1C;
    position: fixed;
    top: 0;
    z-index: 100000;
    text-align: left;
}

#proj-header a,
#proj-header span,
#proj-header div {
    color: #818F8F;
}

#proj-header-main-container {
    line-height: 60px;
}

#proj-header-logo-text {
    color: white;
    font-family: "Eurostile Candy W01 Semibold" !important;
    font-size: 16px;
    line-height: 60px;
    opacity: 1;
}

.carousel {
    display: none;
    opacity: 0;
    height: 100% !important;
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-y: hidden !important;
    z-index: 1;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    /*background-image: url(../images/black_lozenge.png);*/
}

.carousel h2 {
    font-family: "Montserrat-Regular" !important;
    font-size: 1em !important;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    display: inline;
    transition: font 0.8s;
}

.carousel p {
    margin: 0 0 0px;
    font-size: 1.1em;
}

.carousel .carousel-cell {
    background-color: rgb(28, 28, 28);
    height: 100%;
    width: 100%;
    filter: saturate(0.3);
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

.carousel-swiper-slide {
    height: 100%;
    color: white;
    margin-right: 10px;
    display: inline-block;
    overflow: hidden !important;
}

#svg-arrow-container {
    transform: rotate(0deg);
}

.input-error {
    border-color: #ff9494 !important;
}

.error_img {
    position: absolute;
    right: 20px;
    top: 5px;
    width: 25px;
}

.large-tile {
    -webkit-filter: saturate(1) !important;
    filter: saturate(1) !important;
}

.large-tile .shade-overlay {
    opacity: 0 !important;
}

.carousel .carousel-cell:hover {
    -webkit-filter: saturate(1) !important;
    filter: saturate(1) !important;
}

.carousel .carousel-cell:hover>.hov.shade-overlay {
    opacity: 0.3 !important;
}

.big-tile .carousel-cell:hover>.hov.shade-overlay {
    opacity: 0 !important;
}

.enter-project {
    position: absolute;
    right: -100%;
    text-align: center;
    line-height: 60px;
    font-family: "Montserrat-Regular" !important;
    font-size: 1em !important;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.enter-project:hover {
    margin-right: 5px;
}

.enter-project:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: rgba(23, 23, 23, 0.92);
    transform-origin: 0 0;
    -webkit-transform: skewX(-18.5deg);
    -moz-transform: skewX(-18.5deg);
    -o-transform: skewX(-18.5deg);
    -ms-transform: skewX(-18.5deg);
    transform: skewX(-18.5deg);
    z-index: -1;
}

.animate {
    -webkit-transition: -webkit-transform 0.3s;
}

.carousel-cell:last-child {
    margin-right: 0px !important;
}

.shade-overlay {
    background-color: black;
    opacity: 0.5;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -1;
    transition: all 0.3s;
}

.sub-carousel {
    width: 90%;
    margin: 0 auto;
    margin-top: 10px;
    z-index: 1000000000;
}

.sub-carousel .carousel-cell {
    width: 180px;
    height: 120px;
    background-color: white;
    color: white;
    margin-right: 10px;
    -webkit-filter: saturate(0.5);
    transition: -webkit-filter 0.5s;
}

.sub-carousel .carousel-cell img:hover {
    -webkit-filter: saturate(1);
    filter: saturate(1);
}

.outher-text-container {
    overflow: hidden;
    transform: skewY(-4.5deg);
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -60%;
    height: 40%;
}

.inner-text-container {
    background-color: white;
    color: black;
    transform: skewY(4.5deg);
    height: 100%;
    margin-top: -60px;
    opacity: 0.9;
    padding-top: 105px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
}

.heading-outer-container {
    overflow: hidden;
    transform: skewX(-18.5deg);
    position: absolute;
    left: -20px;
    top: 50px;
    height: 60px;
    width: 310px;
}

.heading-inner-container {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    transform: skewX(18.5deg);
    height: 60px;
    width: 320px;
    line-height: 60px;
    text-align: center;
}

.heading-container {
    color: white;
    position: absolute;
    left: -20px;
    top: 10%;
    height: 60px;
    width: 365px;
    line-height: 60px;
    text-align: center;
    z-index: 1;
    display: block;
    transition: width 0.9s;
}

.heading-container-big {
    width: 520px;
    transition: width 0.5s;
}

.heading-container::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: skewX(-18.5deg);
    -moz-transform: skewX(-18.5deg);
    -o-transform: skewX(-18.5deg);
    -ms-transform: skewX(-18.5deg);
    transform: skewX(-18.5deg);
    transform-origin: 0px 0px 0px;
    background-color: rgba(23, 23, 23, 0.92);
    z-index: -1;
}

.sub-carousel img {
    -webkit-filter: saturate(0.5);
    filter: saturate(0.5);
    transition: -webkit-filter 0.5s;
    transition: filter 0.5s;
}

#project-viewer {
    position: fixed;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 100000000;
    text-align: center;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 800ms, opacity 800ms;
}

.show {
    visibility: visible !important;
    opacity: 1 !important;
    transition: visibility 0s linear 0s, opacity 800ms !important;
}

#project-viewer img {
    margin-top: 4%;
    height: 70%;
}


/* PROJECTS PAGE END
-------------------------------------------------------------- */

.hide-me {
    visibility: none;
}

a {
    opacity: 1;
    outline: 0;
}

#category-name-container {
    line-height: 60px;
    position: absolute;
    left: 0;
    right: 0;
    color: white;
    text-align: center;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    opacity: 0;
    z-index: 10000;
}

#project-name-container {
    float: left;
    line-height: 60px;
    display: none;
    position: absolute;
    left: -145px;
    color: white;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    opacity: 1;
}

#single-project-data-container {
    height: 100%;
}

#single-proj-thumbs {
    position: absolute;
    bottom: 25px;
}

#single-proj-thumbs img {
    cursor: pointer;
}

#single-proj-thumbs .col-xs-6 {
    padding-left: 0px !important;
}

#single-proj-text {
    color: white;
    text-align: left;
    position: relative;
}

#description-btn {
    text-decoration: none;
    cursor: pointer;
    position: absolute;
    bottom: 0px;
}

.md-text-title-separator {
    margin-bottom: 24px;
    width: 43px;
    border-top: 3px solid rgb(255, 255, 255);
}

.close-section {
    opacity: 0.3;
    right: 15px;
    position: absolute;
    width: 30px;
    top: 40px;
}

.small-portfolio-heading {
    font-size: 1.6em !important;
}

.regular-portfolio-heading {
    font-size: 1.2em;
}

.thumb-container img {
    width: 170px !important;
}

.thumb-container {
    padding-top: 5px;
    position: absolute;
    bottom: 0px;
}

.project-thumb {
    float: left;
    margin-right: 5px;
}

.desc-inner-text-container {
    overflow: hidden;
    padding-top: 15px;
}

.desc-footer-container {
    text-align: right;
}

.desc-footer-container span {
    color: #888888;
}

.swiper-slide-thumb {
    float: left;
}

#global-overlay {
    position: fixed;
    top: 0px bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 10000;
}

.arrow-right {
    position: absolute;
    right: 0em;
    opacity: 0;
    z-index: 10;
    top: 45%;
    visibility: hidden;
    width: 30px;
    cursor: pointer;
    transition: all 0.4s
}

.arrow-left {
    position: absolute;
    left: 0em;
    opacity: 0;
    z-index: 10;
    top: 45%;
    visibility: hidden;
    width: 30px;
    cursor: pointer;
}

.arrow-right:hover,
.arrow-left:hover {
    opacity: 0.9;
}

.arrow-right:active,
.arrow-left:active {
    opacity: 1;
}

.image-dots-container {
    position: absolute;
    top: -0.2em;
    left: 0px;
    right: 0px;
}

.image-dots-container .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: rgb(83, 83, 83);
    margin-left: 15px;
    border-radius: 5px;
}

.dot {
    cursor: pointer;
}

.reversed-row .col-md-6,
.reversed-row .col-md-5,
.reversed-row .col-md-1 {
    float: right !important;
}


/* SINGLE PROJECT PAGE
-------------------------------------------------------------- */

#project-viewer-container {
    z-index: 9;
    opacity: 0;
    display: none;
    /*background-image: url(../images/black_lozenge.png);*/
    overflow-x: scroll;
    overflow-y: hidden;
    webkit-overflow-scrolling: touch;
    transition: opacity .5s ease;
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -ms-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
}

#fixed-logo-text {
    position: fixed;
    opacity: 0;
    left: 20px;
    font-family: "Eurostile Candy W01 Semibold" !important;
    line-height: 60px;
    transition: all 0.5s ease 0s;
    color: white;
    font-size: 1.5em;
    z-index: 1000000000000;
}

.loader-container {
    position: absolute;
    left: 50%;
    right: 0;
    top: 50%;
    width: 600px;
    margin-left: -300px;
    margin-top: -50px;
    text-align: center;
    z-index: 1;
}

.loading,
.loading:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

.loading {
    margin: 60px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 5px solid rgba(255, 255, 255, 0.2);
    border-right: 5px solid rgba(255, 255, 255, 0.2);
    border-bottom: 5px solid rgba(255, 255, 255, 0.2);
    border-left: 5px solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#second-loader {
    position: fixed;
    left: 50%;
    right: 0;
    top: 40%;
    width: 600px;
    margin-left: -300px;
    margin-top: -50px;
    text-align: center;
    z-index: 1000000;
    opacity: 1;
    transition: opacity 0.4s;
}

.second-loader-hidden {
    opacity: 0;
    transition: opacity 0.4s;
}

#svg-logo-container {
    display: inline;
}

.input-container {
    position: relative;
}

.video-tile {
    width: 350px;
    height: 250px;
}

.carousel-swiper-slide:first-child {
    margin-left: 10%;
}

.carousel-swiper-slide:last-child {
    margin-right: 10%;
}


/* Overwrite the default to keep the scrollbar always visible */

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 12px;
    height: 12px;
    background-color: rgb(43, 43, 43);
}

::-webkit-scrollbar-thumb {
    background-color: #EAEAE9;
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

#close-btn-container {
    width: 60px;
    font-family: "Montserrat-Regular" !important;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #818F8F;
}

#close-btn-container:hover {
    margin-top: 5px;
}

#close-btn-container:before {
    content: '';
    position: absolute;
    top: -25%;
    left: 0;
    width: 100%;
    height: 125%;
    background-color: rgba(28, 28, 28, 0.9);
    transform-origin: 0 0;
    -webkit-transform: skewY(18.5deg);
    -moz-transform: skewY(18.5deg);
    -o-transform: skewY(18.5deg);
    -ms-transform: skewY(18.5deg);
    transform: skewY(18.5deg);
    z-index: -1;
}

#close-btn-container svg {
    display: block;
    margin: auto;
}

#close-btn span {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    white-space: nowrap;
    line-height: 60px;
    padding-top: 10px;
}

#close-btn {
    position: fixed;
    right: 40px;
    top: -300px;
    cursor: pointer;
    opacity: 1;
    z-index: 100001;
    padding-top: 15px;
}

#left-btn {
    position: absolute;
    right: 20px;
    top: 90px;
    cursor: pointer;
    opacity: 0.8;
}

#project-container {
    height: 100%;
    position: relative;
    padding-left: 45px;
    white-space: nowrap;
}

.additional-text {
    display: inline-block;
    color: white;
    height: 100%;
    width: 330px;
    font-size: 1.0em;
    white-space: normal;
    margin: 20px;
    margin-top: 45px;
}

.additional-subtext {
    overflow: auto;
    padding-right: 10px;
}

#project-container #description-container {
    float: left;
    margin-right: 65px;
    height: 100%;
}

#project-container #images-container {
    height: 100%;
    width: 100%;
    white-space: nowrap;
    display: inline-block;
}

#project-container #description-container {
    width: 350px;
    color: white;
    padding-top: 50px;
    padding-left: 20px;
    display: inline-block;
    white-space: normal;
}

#subtext-description {
    overflow: auto;
    font-size: 1.1em;
    padding-right: 10px;
}

#project-container #description-container h1 {
    line-height: 1.2em;
    font-family: "Montserrat-Regular" !important;
    font-size: 3em;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 900;
    margin-bottom: 0px;
}

#heading-description p {
    margin-bottom: 0px;
}

#heading-description p:last-child {
    margin-bottom: 15px;
}

#project-container #images-container img {
    height: 100vh;
    display: inline-block;
}

#project-container::after {
    clear: both;
}

.loader {
    height: 2px;
    width: 78%;
    position: relative;
    margin: auto;
    margin-top: 4px;
    overflow: hidden;
    background-color: #7d7d7d;
}

.loader:before {
    display: block;
    position: absolute;
    content: "";
    left: -200px;
    width: 200px;
    height: 2px;
    background-color: #ffffff;
    animation: loading 3s linear infinite;
}

@keyframes loading {
    from {
        left: -200px;
        width: 30%;
    }
    50% {
        width: 30%;
    }
    70% {
        width: 70%;
    }
    80% {
        left: 50%;
    }
    95% {
        left: 120%;
    }
    to {
        left: 100%;
    }
}

#main-loader {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1c1c1c;
    z-index: 10000000000;
}

.spinner {
    width: 90px;
    height: 90px;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
    position: fixed;
    right: 0;
    z-index: 1;
    bottom: 0;
    top: 40%;
    left: 45%;
    transform: translate(-40%, -45%);
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
    }
}

.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #333;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 8.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
    0%,
    100% {
        -webkit-transform: scale(1.0)
    }
    50% {
        -webkit-transform: scale(1.3)
    }
}

@keyframes sk-bounce {
    0%,
    100% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
    50% {
        transform: scale(1.3);
        -webkit-transform: scale(1.3);
    }
}

.description-text-container {
    position: absolute;
    bottom: -333%;
    color: white;
    z-index: 1;
    padding: 20px;
    white-space: normal;
    width: 100%;
}

.description-text-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 190%;
    background: rgba(23, 23, 23, 0.92);
    transform-origin: 0 0;
    -webkit-transform: skewY(-2.5deg);
    -moz-transform: skewY(-2.5deg);
    -o-transform: skewY(-2.5deg);
    -ms-transform: skewY(-2.5deg);
    transform: skewY(-2.5deg);
    z-index: -1;
}


/* SINGLE PROJECT PAGE END
-------------------------------------------------------------- */


/* Custom, iPhone Retina */

@media only screen and (max-width: 319px) {
    #award-logo {
        position: absolute !important;
        width: 120px !important;
        top: 60px !important;
        right: 10px !important;
    }
    #our-work-container .subheading-text {
        width: 60% !important;
        font-size: 12px !important;
    }
    #architecture_and_iterior_design h3 {
        margin-top: -40px;
    }
    #category-name-container {
        line-height: 55px;
        top: 20px;
        font-size: 10px;
        left: -12px;
        right: initial;
    }
    #housing-section {
        background: url(../images/mobile/ad_oebb_bild3.jpg) no-repeat 20% 34% / cover;
    }
    #home {
        background-image: url(../images/bg/mobile/ad_braunaesculaps_bild4.jpg);
    }
    #designing-experiences-container {
        background-image: url(../images/mobile/93187_gradient_60.jpg);
    }
    #arts-container {
        background-image: url(../images/mobile/ae_trasnf_01_adjusted_gray_bg_high_60.jpg);
    }
    #arhitecture-section {
        background: transparent url(../images/mobile/ad_landmark_bild2_flip.jpg) no-repeat 20% 0% / cover;
    }
    #office-interiors-section {
        background: transparent url(../images/mobile/ad_kapsch_bild5_60.jpg) no-repeat 50% 0% / cover;
    }
    #brand-section {
        background: url(../images/mobile/ad_oebb_bild3.jpg) no-repeat 50% 0% / cover;
    }
    #bridge {
        background-image: url(../images/bg/mobile/bg_projects2.jpg);
    }
    #site-heading-container svg {
        width: 280px;
    }
    #contact-info {
        text-align: left;
        padding-bottom: 30px;
    }
    #copyright-text {}
    h2 {
        font-size: 2em;
    }
    .exp-arrow {
        display: none;
    }
    .reversed-row .col-md-6,
    .reversed-row .col-md-5,
    .reversed-row .col-md-1 {
        float: left !important;
    }
    #contact-wrapper {
        width: 100%;
        float: none;
    }
    #slogan-1-center {
        position: static;
    }
    #slogan-2-center {
        position: static;
        text-align: left;
    }
    #slogan-3-center {
        position: static;
    }
    #slogan-4-center {
        position: static;
        text-align: left;
    }
    #interior-section {
        background: transparent url(../images/mobile/01.jpg) no-repeat scroll 90% 30% / cover;
    }
    #housing-section {
        background: url(../images/mobile/ad_oebb_bild3.jpg) no-repeat 10% 28% / cover;
    }
    #interactive-design-section {
        background: url(../images/ae_ac_3.jpg) no-repeat 30% 0% / cover;
    }
    .heading-container {
        -ms-writing-mode: tb-rl;
        -webkit-writing-mode: vertical-rl;
        -moz-writing-mode: vertical-rl;
        -ms-writing-mode: vertical-rl;
        writing-mode: vertical-rl;
        /* Safari */
        -webkit-transform: rotate(180deg);
        /* Firefox */
        -moz-transform: rotate(180deg);
        /* IE */
        -ms-transform: rotate(180deg);
        /* Opera */
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        top: 10px;
        white-space: nowrap;
        left: 0px;
        height: auto;
    }
    .heading-container::after {
        display: none;
    }
    .carousel h2 {
        font-size: 20px;
    }
    .carousel .carousel-cell {
        /*margin-top: 2.5em;*/
    }
    h2 {
        font-size: 40px !important;
    }
    h3 {
        font-size: 30px !important;
    }
    #arhitecture-section .container {
        margin-top: 30px;
    }
    .scroll-arrow {
        bottom: 20px;
    }
    #contact-arrow {
        margin-bottom: -85px;
    }
    #home {
        background-size: 360%;
    }
    .spinner {
        width: 100px;
        height: 100px;
        position: relative;
        margin: 58% 0 0 12%;
    }
    #loader-logo-text {
        font-family: "Eurostile Candy W01 Semibold" !important;
        transition: all 0.5s ease 0s;
        color: white;
        font-size: 2.3em;
        z-index: 100000000000000000;
        position: absolute;
        top: 60%;
        left: 20%;
        margin-top: -20%;
        line-height: 0.3em;
    }
    #close-btn {
        right: 10px;
        top: 12px;
        width: 26px;
    }
    #close-btn span {
        -ms-writing-mode: tb-rl;
        -webkit-writing-mode: vertical-rl;
        -moz-writing-mode: vertical-rl;
        -ms-writing-mode: vertical-rl;
        writing-mode: vertical-rl;
        vertical-align: middle;
        line-height: 2.1;
        padding-top: 10px;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    #our-work-container h3 {
        font-size: 1.7em !important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 359px) and (orientation: portrait) {
    #award-logo {
        position: absolute !important;
        width: 145px !important;
        top: 58px !important;
        right: 0px !important;
    }
    #our-work-container .subheading-text {
        width: 58% !important;
        font-size: 10px !important;
    }
    #news-check-text {
        font-size: 12px;
    }
    #lead-managers-pics-container {
        padding-left: 15px;
        top: 20px;
    }
    #lead-managers-pics-container {
        /*padding-left: 55px;*/
    }
    .about-text {
        font-size: 0.9em;
        line-height: 1em;
    }
    #entertainment-section {
        background: url(../images/sochi_park_themed_hotel.jpg) no-repeat 90% 40%;
        background-size: 300%;
    }
    .heading-container {
        width: auto;
    }
    #fixed-logo-text {
        left: 24px;
    }
    .desc-footer-container {
        text-align: right;
        position: absolute;
        bottom: 80px;
        right: 15px;
        font-size: 1em;
    }
    #our-work-container h3 {
        font-size: 1.7em !important;
    }
    #architecture_and_iterior_design h3 {
        color: white;
    }
    #project-container #description-container {
        width: 320px;
    }
    .additional-text {
        width: 250px;
        font-size: 14px;
    }
    #subtext-description {
        font-size: 14px;
    }
    #project-container #description-container h1 {
        line-height: 1.2em;
        font-size: 2em;
    }
    #team-container::before {
        height: 105%;
    }
    .description-text-container {
        padding: 5px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .carousel p {
        margin: 0px 7px 0px;
        font-size: 0.8em;
    }
    .portfolio-category-heading {
        text-align: left;
        position: relative;
    }
    #our-work-container section {}
    #designing-experiences-container::before {
        height: 67%;
    }
    #housing-section {
        background: url(../images/mobile/ad_oebb_bild3.jpg) no-repeat 20% 34% / cover;
    }
    .video-tile {
        width: 220px;
        height: 150px;
    }
    #galery-container .swiper-slide,
    #galery-container-2 .swiper-slide {
        width: 220px !important;
    }
    #home {
        background-image: url(../images/bg/mobile/ad_braunaesculaps_bild4.jpg);
    }
    #designing-experiences-container {
        background-image: url(../images/mobile/93187_gradient_60.jpg);
    }
    #arhitecture-section {
        background: transparent url(../images/mobile/ad_landmark_bild2_flip.jpg) no-repeat 25% -10% / cover;
        background-size: 500%;
    }
    #bridge {
        background-image: url(../images/bg/mobile/bg_projects2.jpg);
        background-size: cover;
    }
    #brand-section {
        background: url(../images/mobile/ad_oebb_bild3.jpg) no-repeat 50% 0% / cover;
    }
    #arts-container {
        background-image: url(../images/mobile/ae_trasnf_01_adjusted_gray_bg_high_60.jpg);
    }
    #contact-info {
        text-align: left;
        padding-bottom: 100px;
    }
    #copyright-text {}
    #site-heading-container svg {
        width: 290px;
    }
    .exp-arrow {
        display: none;
    }
    .reversed-row .col-md-6,
    .reversed-row .col-md-5,
    .reversed-row .col-md-1 {
        float: left !important;
    }
    #contact-wrapper {
        width: 100%;
        float: none;
    }
    #interior-section {
        background: transparent url(../images/mobile/parc_our_flip.jpg) no-repeat scroll 90% 22% / cover;
    }
    #housing-section {
        background: url(../images/mobile/ad_oebb_bild3.jpg) no-repeat 35% 50% / cover;
        background-size: 350%;
    }
    #interactive-design-section {
        background: url(../images/ae_ac_3.jpg) no-repeat 30% 0% / cover;
    }
    #office-interiors-section {
        background: transparent url(../images/mobile/ad_kapsch_bild5_60.jpg) no-repeat 95% 0%;
        background-size: 360%;
    }
    #home {
        background-size: 295%;
        background-position: 44% -25%;
    }
    #close-btn span {
        line-height: 35px;
    }
    #close-btn-container svg {
        width: 24px;
    }
    .heading-container {
        -ms-writing-mode: tb-rl;
        -webkit-writing-mode: vertical-rl;
        -moz-writing-mode: vertical-rl;
        -ms-writing-mode: vertical-rl;
        writing-mode: vertical-rl;
        /* Safari */
        -webkit-transform: rotate(180deg);
        /* Firefox */
        -moz-transform: rotate(180deg);
        /* IE */
        -ms-transform: rotate(180deg);
        /* Opera */
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        top: 10px;
        white-space: nowrap;
        left: 0px;
        height: auto;
        width: auto;
    }
    .heading-container::after {
        display: none;
    }
    .carousel h2 {
        font-size: 20px;
    }
    #category-name-container {
        top: 15px;
        left: 26px;
        right: initial;
        font-size: 0.8em;
        text-align: left;
        z-index: 1000;
    }
    h2 {
        font-size: 30px !important;
    }
    h3 {
        font-size: 20px !important;
    }
    .scroll-arrow {
        bottom: 70px;
    }
    #contact-arrow {
        margin-bottom: -85px;
    }
    .spinner {
        width: 100px;
        height: 100px;
        position: relative;
        margin: 58% 0 0 12%;
    }
    #loader-logo-text {
        font-family: "Eurostile Candy W01 Semibold" !important;
        transition: all 0.5s ease 0s;
        color: white;
        font-size: 2.3em;
        z-index: 100000000000000000;
        position: absolute;
        top: 60%;
        left: 20%;
        margin-top: -20%;
        line-height: 0.3em;
    }
    #close-btn {
        right: 10px;
        font-size: 12px;
    }
    #close-btn-container {
        width: 35px;
    }
    #managers-row {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 768px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    #entertainment-section {
        background: url(../images/sochi_park_themed_hotel.jpg) no-repeat 95% -25%;
        background-size: 230%;
        color: white;
    }
    .additional-text {
        margin-top: 50px;
    }
    #our-work-container h3 {
        font-size: 24px !important;
    }
    #close-btn-container {
        width: 40px;
    }
    #close-btn span {
        line-height: 40px;
        font-size: 12px;
    }
    #close-btn-container svg {
        width: 25px;
    }
    .additional-text h2 {
        font-size: 20px !important;
    }
    #project-container #description-container h1 {
        font-size: 24px;
    }
    #subtext-description {
        font-size: 1em;
    }
    #fixed-logo-text {
        font-size: 20px;
        left: 35px;
    }
    .desc-inner-text-container {
        padding-top: 0px !important;
    }
    .description-text-container {
        padding-top: 10px !important;
        padding-bottom: 5px;
        padding-left: 10px;
        padding-right: 5px;
    }
    .carousel p {
        font-size: 10px !important;
    }
    #category-name-container {
        left: 36px;
    }
    #site-heading-container svg {
        width: 250px !important;
    }
    .scroll-arrow {
        bottom: 30px;
    }
    #home .scroll-arrow svg {
        width: 30px !important;
    }
    #showcase-btn-container img {}
    #category-name-container {
        top: 22px;
        left: 36px !important;
        right: initial;
    }
    .carousel h2 {
        font-size: 9px !important;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {}

@media only screen and (min-width: 360px) and (max-width: 374px) {
    #award-logo {
        position: absolute !important;
        width: 145px !important;
        top: 58px !important;
        right: 0px !important;
    }
    #our-work-container .subheading-text {
        width: 58% !important;
        font-size: 10px !important;
    }
    #lead-managers-pics-container {
        padding-left: 15px;
        top: 20px;
    }
    #video-container {
        margin-top: 40px !important;
    }
    .about-text {
        font-size: 0.9em;
        line-height: 1em;
    }
    #entertainment-section {
        background: url(../images/sochi_park_themed_hotel.jpg) no-repeat 95% -25%;
        background-size: 400%;
    }
    #our-work-container h3 {
        font-size: 1.7em !important;
    }
    .carousel p {
        font-size: 0.9em;
    }
    .desc-inner-text-container {
        height: 120px;
    }
    #designing-experiences-container::before {
        height: 60%;
    }
    #project-container #description-container h1 {
        line-height: 1.2em;
        font-size: 2em;
    }
    #category-name-container {
        top: 15px;
        left: 22px;
        font-size: 0.8em;
        text-align: left;
    }
    #bridge {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    #team-container::before {
        height: 105%;
    }
    .portfolio-category-heading {
        text-align: left;
        position: relative;
    }
    #our-work-container section {}
    #architecture_and_iterior_design h3 {
        color: white;
    }
    #managers-row {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .video-tile {
        width: 250px;
        height: 170px;
    }
    #close-btn-container {
        width: 45px;
    }
    #close-btn span {
        line-height: 45px;
        font-size: 12px;
    }
    #galery-container .swiper-slide,
    #galery-container-2 .swiper-slide {
        width: 250px !important;
    }
    #home {
        background-image: url(../images/bg/mobile/ad_braunaesculaps_bild4.jpg);
    }
    .additional-text {
        font-size: 1.1em;
        width: 300px;
    }
    #project-container #description-container {
        margin-right: 40px;
    }
    #designing-experiences-container {
        background-image: url(../images/mobile/93187_gradient_60.jpg);
    }
    #arhitecture-section {
        background: transparent url(../images/mobile/ad_landmark_bild2_flip.jpg) no-repeat 20% 0% / cover;
    }
    #bridge {
        background-image: url(../images/bg/mobile/bg_projects2.jpg);
    }
    #brand-section {
        background: url(../images/mobile/ad_oebb_bild3.jpg) no-repeat 50% 0% / cover;
    }
    #arts-container {
        background-image: url(../images/mobile/ae_trasnf_01_adjusted_gray_bg_high_60.jpg);
    }
    #contact-info {
        text-align: left;
        padding-bottom: 90px;
    }
    #copyright-text {}
    #site-heading-container svg {
        width: 310px;
    }
    .exp-arrow {
        display: none;
    }
    .reversed-row .col-md-6,
    .reversed-row .col-md-5,
    .reversed-row .col-md-1 {
        float: left !important;
    }
    #contact-wrapper {
        width: 100%;
        float: none;
    }
    #slogan-2-center {
        position: static;
        text-align: left;
    }
    #slogan-3-center {
        position: static;
    }
    #slogan-4-center {
        position: relative;
        text-align: left;
        top: 0;
        left: 0;
    }
    #interior-section {
        background: transparent url(../images/mobile/parc_our_flip.jpg) no-repeat scroll 90% 22% / cover;
    }
    #housing-section {
        background: url(../images/mobile/ad_oebb_bild3.jpg) no-repeat 41% 50%;
        background-size: cover;
    }
    #interactive-design-section {
        background: url(../images/ae_ac_3.jpg) no-repeat 30% 0% / cover;
    }
    #office-interiors-section {
        background: transparent url(../images/mobile/ad_kapsch_bild5_60.jpg) no-repeat 89% 0% / cover;
        background-size: 350%;
    }
    #home {
        background-size: 360%;
    }
    .carousel-swiper-slide {
        width: 100px;
    }
    .heading-container {
        -ms-writing-mode: tb-rl;
        -webkit-writing-mode: vertical-rl;
        -moz-writing-mode: vertical-rl;
        -ms-writing-mode: vertical-rl;
        writing-mode: vertical-rl;
        /* Safari */
        -webkit-transform: rotate(180deg);
        /* Firefox */
        -moz-transform: rotate(180deg);
        /* IE */
        -ms-transform: rotate(180deg);
        /* Opera */
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        top: 10px;
        white-space: nowrap;
        left: 0px;
        height: auto;
    }
    .heading-container::after {
        display: none;
    }
    .carousel h2 {
        font-size: 20px;
    }
    .outher-text-container {
        height: 50%;
    }
    .outher-text-container::after {
        content: "";
        color: black;
        position: absolute;
        bottom: 60px;
        left: 0px;
        width: 100%;
        height: 170px;
        -webkit-transform: skewY(4.5deg);
        -moz-transform: skewY(4.5deg);
        -o-transform: skewY(4.5deg);
        -ms-transform: skewY(4.5deg);
        transform: skewY(4.5deg);
        /* transform-origin: 0px 0px 0px; */
        /* z-index: -1; */
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 1) 82%, rgba(255, 255, 255, 1) 100%);
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 1) 82%, rgba(255, 255, 255, 1) 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 1) 82%, rgba(255, 255, 255, 1) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1affffff', endColorstr='#ffffff', GradientType=0);
    }
    .inner-text-container {
        padding-top: 85px;
    }
    #see-more {
        position: absolute;
        top: 55%;
        right: 0;
        left: 0;
        color: black;
        text-align: center;
        transform: skewY(4.5deg);
        z-index: 1;
    }
    .carousel .carousel-cell {
        /*margin-top: 2.5em;*/
    }
    h2 {
        font-size: 30px !important;
    }
    h3 {
        font-size: 20px !important;
    }
    #arhitecture-section .container {
        margin-top: 30px;
    }
    .scroll-arrow {
        bottom: 70px;
    }
    #contact-arrow {
        margin-bottom: -85px;
    }
    .spinner {
        width: 100px;
        height: 100px;
        position: relative;
        margin: 58% 0 0 12%;
    }
    #loader-logo-text {
        font-family: "Eurostile Candy W01 Semibold" !important;
        transition: all 0.5s ease 0s;
        color: white;
        font-size: 2.3em;
        z-index: 100000000000000000;
        position: absolute;
        top: 60%;
        left: 20%;
        margin-top: -20%;
        line-height: 0.3em;
    }
    #close-btn {
        right: 0px;
        width: 45px;
    }
    #close-btn-container:before {
        background-color: rgb(28, 28, 28);
        box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.5);
    }
    .description-text-container {
        padding: 5px;
        padding-left: 10px;
        padding-right: 5px;
        padding-bottom: 0px;
    }
}

@media only screen and (min-width: 414px) and (max-width: 464px) {
    #designing-experiences-container::before {
        height: 45% !important;
    }
}

@media only screen and (min-width: 465px) and (max-width: 479px) {
    #designing-experiences-container::before {
        height: 33% !important;
    }
}

@media only screen and (min-width: 480px) and (max-width: 518px) {
    #designing-experiences-container::before {
        height: 63% !important;
    }
}

@media only screen and (min-width: 519px) and (max-width: 563px) {
    #designing-experiences-container::before {
        height: 53% !important;
    }
}

@media only screen and (min-width: 564px) and (max-width: 611px) {
    #designing-experiences-container {
        background-position-y: 174% !important;
    }
}

@media only screen and (min-width: 612px) and (max-width: 680px) {
    #designing-experiences-container {
        background-position-y: 450px !important;
    }
    #designing-experiences-container::before {
        height: 33% !important;
    }
}

@media only screen and (min-width: 681px) and (max-width: 768px) {
    #designing-experiences-container {
        background-position-y: 200px !important;
    }
    #designing-experiences-container::before {
        height: 30% !important;
    }
}

@media only screen and (min-width: 375px) and (max-width: 490px) {
    #award-logo {
        position: absolute !important;
        width: 145px !important;
        top: 58px !important;
        right: 0px !important;
    }
    #our-work-container .subheading-text {
        width: 58% !important;
        font-size: 12px !important;
    }
    #video-container {
        margin-top: 40px !important;
    }
    #lead-managers-pics-container {
        padding-left: 15px;
        top: 20px;
    }
    #entertainment-section {
        background: url(../images/sochi_park_themed_hotel.jpg) no-repeat 95% 25%;
        background-size: cover;
    }
    #slogan-1-center {
        position: relative;
        top: 0px;
    }
    .carousel p {
        font-size: 0.9em;
    }
    .desc-inner-text-container {
        height: 150px;
    }
    .about-text {
        font-size: 0.9em;
        line-height: 1em;
    }
    #our-work-container h3 {
        font-size: 1.7em !important;
    }
    #close-btn span {
        line-height: 2;
    }
    .description-text-container {
        padding: 5px;
        padding-left: 10px;
        padding-right: 5px;
        padding-bottom: 0px;
    }
    #project-container #description-container h1 {
        line-height: 1.2em;
        font-size: 2em;
    }
    #category-name-container {
        top: 15px;
        left: 20px;
        right: initial;
        font-size: 0.8em;
        text-align: left;
    }
    .portfolio-category-heading {
        text-align: left;
        position: relative;
    }
    #our-work-container section {}
    #architecture_and_iterior_design h3 {
        color: white;
    }
    #managers-row {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .video-tile {
        width: 250px;
        height: 170px;
    }
    #team-container::before {
        height: 106%;
    }
    #managers-row {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    #slogan-4-center {
        position: relative;
        text-align: left;
        top: 0;
        left: 0;
    }
    #galery-container .swiper-slide,
    #galery-container-2 .swiper-slide {
        width: 250px !important;
    }
    #home {
        background-image: url(../images/bg/mobile/ad_braunaesculaps_bild4.jpg);
    }
    .additional-text {
        font-size: 1.1em;
    }
    #designing-experiences-container {
        background-image: url(../images/mobile/93187_gradient_60.jpg);
    }
    #designing-experiences-container::before {
        height: 55%;
    }
    #arhitecture-section {
        background: transparent url(../images/mobile/ad_landmark_bild2_flip.jpg) no-repeat 20% 0% / cover;
    }
    #bridge {
        background-image: url(../images/bg/mobile/bg_projects2.jpg);
    }
    #brand-section {
        background: url(../images/mobile/ad_oebb_bild3.jpg) no-repeat 50% 0% / cover;
    }
    #contact-info {
        text-align: left;
        padding-bottom: 90px;
    }
    #copyright-text {}
    #site-heading-container svg {
        width: 350px;
    }
    .exp-arrow {
        display: none;
    }
    .reversed-row .col-md-6,
    .reversed-row .col-md-5,
    .reversed-row .col-md-1 {
        float: left !important;
    }
    #contact-wrapper {
        width: 100%;
        float: none;
    }
    #slogan-1-center {
        position: static;
    }
    #slogan-2-center {
        position: static;
        text-align: left;
    }
    #slogan-3-center {
        position: static;
    }
    #interior-section {
        background: transparent url(../images/mobile/parc_our_flip.jpg) no-repeat scroll 90% 28% / cover;
    }
    #housing-section {
        background: url(../images/mobile/ad_oebb_bild3.jpg) no-repeat 40% 43% / cover;
    }
    #interactive-design-section {
        background: url(../images/ae_ac_3.jpg) no-repeat 30% 0% / cover;
    }
    #office-interiors-section {
        background: transparent url(../images/mobile/ad_kapsch_bild5_60.jpg) no-repeat 90% 40% / cover;
        background-size: 335%;
    }
    .carousel-swiper-slide {
        width: 100px;
    }
    .heading-container {
        -ms-writing-mode: tb-rl;
        -webkit-writing-mode: vertical-rl;
        -moz-writing-mode: vertical-rl;
        -ms-writing-mode: vertical-rl;
        writing-mode: vertical-rl;
        /* Safari */
        -webkit-transform: rotate(180deg);
        /* Firefox */
        -moz-transform: rotate(180deg);
        /* IE */
        -ms-transform: rotate(180deg);
        /* Opera */
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        top: 10px;
        white-space: nowrap;
        left: 0px;
        height: auto;
    }
    .heading-container::after {
        display: none;
    }
    .carousel h2 {
        font-size: 20px;
    }
    .outher-text-container {
        height: 50%;
    }
    .outher-text-container::after {
        content: "";
        color: black;
        position: absolute;
        bottom: 75px;
        left: 0px;
        width: 100%;
        height: 160px;
        -webkit-transform: skewY(4.5deg);
        -moz-transform: skewY(4.5deg);
        -o-transform: skewY(4.5deg);
        -ms-transform: skewY(4.5deg);
        transform: skewY(4.5deg);
        /* transform-origin: 0px 0px 0px; */
        /* z-index: -1; */
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 1) 82%, rgba(255, 255, 255, 1) 100%);
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 1) 82%, rgba(255, 255, 255, 1) 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 1) 82%, rgba(255, 255, 255, 1) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1affffff', endColorstr='#ffffff', GradientType=0);
    }
    .inner-text-container {
        padding-top: 70px;
    }
    #see-more {
        position: absolute;
        top: 65%;
        right: 0;
        left: 0;
        color: black;
        text-align: center;
        transform: skewY(4.5deg);
        z-index: 1;
    }
    h2 {
        font-size: 30px !important;
    }
    h3 {
        font-size: 20px !important;
    }
    #arhitecture-section .container {
        margin-top: 30px;
    }
    .scroll-arrow {
        bottom: 10%;
    }
    #contact-arrow {
        margin-bottom: -90px;
    }
    #home {
        background-size: 360%;
    }
    .spinner {
        width: 140px;
        height: 140px;
        position: relative;
        margin: 58% 0 0 12%;
    }
    #loader-logo-text {
        font-family: "Eurostile Candy W01 Semibold" !important;
        transition: all 0.5s ease 0s;
        color: white;
        font-size: 2.3em;
        z-index: 100000000000000000;
        position: absolute;
        top: 60%;
        left: 20%;
        margin-top: -20%;
        line-height: 0.3em;
    }
    #close-btn {
        right: 10px;
        width: 26px;
    }
}

@media only screen and (max-width: 900px) {
    #showcase-container::before {
        background-color: rgba(28, 28, 28, 0.8);
    }
}

@media only screen and (max-width: 768px) {
    #close-btn {
        right: 0px;
        width: 45px;
    }
    #close-btn span {
        line-height: 45px;
    }
    #close-btn-container {
        width: 45px;
    }
    #close-btn-container:before {
        background-color: rgb(28, 28, 28);
        box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.5);
    }
    #showcase-btn-container img {
        width: 22px;
    }
    #showcase-btn-container span {
        font-size: 12px;
    }
    #showcase-btn-container {
        line-height: 24px;
    }
    .parallax-section {
        background-attachment: initial;
    }
    .enter-project {
        line-height: 30px;
        font-size: 0.8em !important;
    }
    .enter-project:before {
        height: 30px;
    }
    .heading-container {
        width: auto !important;
    }
    .curve-opacity {
        opacity: 0.9;
    }
    #main-language-btn {
        display: none;
    }
    #main-language-btn {
        display: none;
    }
    #main-nav {
        position: fixed;
        right: 0px;
        width: 100%;
        height: 180px;
        top: -200px;
        z-index: 1;
    }
    #main-nav li {
        width: 100%;
        opacity: 0;
    }
    #main-nav::after {
        content: "";
        position: absolute;
        left: 0px;
        width: 100%;
        background-color: black;
        opacity: 0.8;
        transform-origin: 0px 0px 0px;
        -webkit-transform: skewY(-3deg);
        -moz-transform: skewY(-3deg);
        -o-transform: skewY(-3deg);
        -ms-transform: skewY(-3deg);
        transform: skewY(-3deg);
        z-index: -1;
        height: 140%;
        top: -60px;
    }
    #nav-icon-container {
        display: inline-block;
        z-index: 1;
        position: relative;
    }
    header {
        background-color: rgba(0, 0, 0, 0.8) !important;
        height: 50px;
    }
    #fixed-logo-text {
        line-height: 50px;
    }
    #nav-icon3 {
        margin-top: 15px;
    }
}

@media only screen and (max-width: 600px) {
    #award-logo {
        position: absolute;
        width: 190px;
        top: 20px;
        right: 10px;
    }
    #our-work-container .subheading-text {
        width: 70%;
    }
    #our-work-container h3 {
        font-size: 2.5em;
    }
    #designing-experiences-container {
        background-image: url(../images/mobile/93187_gradient_60.jpg);
        background-size: 400%;
        background-position-x: 63%;
        background-position-y: 115%;
    }
    #slogan-1-center {
        position: relative;
        top: 0px;
        left: 0px;
        text-align: left;
    }
    #slogan-2-center {
        position: relative;
        top: 0px;
        left: 0px;
        text-align: left;
    }
    #slogan-3-center {
        position: relative;
        top: 0px;
        left: 0px;
        text-align: left;
    }
    #slogan-4-center {
        position: relative;
        top: 0px;
        left: 0px;
        text-align: left;
    }
    #shops-commercials-section {
        color: white;
    }
    .just-overlay {
        background-color: rgba(0, 0, 0, 0.5);
    }
    .curve-container-outer:hover .just-overlay {
        background-color: rgba(0, 0, 0, 0.5);
    }
    .curve-container-outer:hover .just-overlay {
        background-color: rgba(0, 0, 0, 0.5);
    }
}


/* Extra Small Devices, Phones */

@media only screen and (min-width: 491px) and (max-width: 767px) {
    #award-logo {
        position: absolute;
        width: 140px;
        top: 65px;
        right: 0px;
    }
    #our-work-container .subheading-text {
        width: 70%;
    }
    #entertainment-section {
        background: url(../images/sochi_park_themed_hotel.jpg) no-repeat 95% 0%;
        background-size: cover;
        color: white;
    }
    #interior-section {
        background: transparent url(../images/parc_our_flip.jpg) no-repeat scroll 90% 0%;
        background-size: cover;
    }
    #news-check-text {
        line-height: 37px;
    }
    #home {
        background-image: url(../images/bg/mobile/ad_braunaesculaps_bild4.jpg);
    }
    .carousel .carousel-cell {
        /*margin-top: 2.5em;*/
    }
    #category-name-container {
        top: 15px;
        left: 20px;
        right: initial;
        font-size: 0.8em;
        text-align: left;
    }
    #designing-experiences-container {
        background-image: url(../images/mobile/93187_gradient_60.jpg);
        background-size: 300%;
        background-position-x: 63%;
        background-position-y: 140%;
    }
    #designing-experiences-container::before {
        height: 50%;
    }
    #arhitecture-section {
        background: transparent url(../images/mobile/ad_landmark_bild2_flip.jpg) no-repeat 20% 0% / cover;
    }
    #bridge {
        background-image: url(../images/bg/mobile/bg_projects2.jpg);
    }
    #brand-section {
        background: url(../images/mobile/ad_oebb_bild3.jpg) no-repeat 50% 0% / cover;
    }
    header nav ul li {
        margin-right: 20px;
    }
    #managers-row {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    #lead-managers-pics-container {
        padding-left: 15px;
        top: 20px;
    }
    .exp-arrow {
        display: none;
    }
    .reversed-row .col-md-6,
    .reversed-row .col-md-5,
    .reversed-row .col-md-1 {
        float: left !important;
    }
    #contact-wrapper {
        width: 100%;
        float: none;
    }
    #slogan-1-center {
        position: relative;
        top: 0px;
        left: 0px;
        text-align: left;
    }
    #slogan-2-center {
        position: relative;
        top: 0px;
        left: 0px;
        text-align: left;
    }
    #slogan-3-center {
        position: relative;
        top: 0px;
        left: 0px;
        text-align: left;
    }
    #slogan-4-center {
        position: relative;
        text-align: left;
        top: 0;
        left: 0;
    }
    #office-interiors-section {
        background: transparent url(../images/mobile/ad_kapsch_bild5_60.jpg) no-repeat 50% 0% / cover;
    }
    #housing-section {
        background: url(../images/mobile/ad_oebb_bild3.jpg) no-repeat 15% 22% / cover;
    }
    #interactive-design-section {
        background: url(../images/ae_ac_3.jpg) no-repeat 30% 0% / cover;
    }
    #office-interiors-section {
        background: transparent url(../images/mobile/ad_kapsch_bild5_60.jpg) no-repeat 50% 20% / cover;
        background-size: 300%;
    }
    .heading-container {
        -ms-writing-mode: tb-rl;
        -webkit-writing-mode: vertical-rl;
        -moz-writing-mode: vertical-rl;
        -ms-writing-mode: vertical-rl;
        writing-mode: vertical-rl;
        /* Safari */
        -webkit-transform: rotate(180deg);
        /* Firefox */
        -moz-transform: rotate(180deg);
        /* IE */
        -ms-transform: rotate(180deg);
        /* Opera */
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        top: 10px;
        white-space: nowrap;
        left: 0px;
        height: auto;
    }
    .heading-container::after {
        display: none;
    }
    .spinner {
        width: 140px;
        height: 140px;
        position: relative;
        margin: 58% 0 0 12%;
    }
    #loader-logo-text {
        font-family: "Eurostile Candy W01 Semibold" !important;
        transition: all 0.5s ease 0s;
        color: white;
        font-size: 2.3em;
        z-index: 100000000000000000;
        position: absolute;
        top: 60%;
        left: 20%;
        margin-top: -20%;
        line-height: 0.3em;
    }
    #news-check-text {
        line-height: 37px;
    }
}


/* Small Devices, Tablets */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #award-logo {
        position: absolute;
        width: 190px;
        top: 20px;
        right: 10px;
    }
    #our-work-container .subheading-text {
        width: 70%;
    }
    .additional-text {
        font-size: 1.2em;
    }
    #news-check-text {
        line-height: 37px;
    }
    #arhitecture-section {
        background: transparent url(../images/ad_landmark_bild2_flip.jpg) no-repeat 25% 0%;
        background-size: 280%;
    }
    #entertainment-section {
        background: url(../images/sochi_park_themed_hotel.jpg) no-repeat 95% 20%;
        background-size: 250%;
    }
    #bridge {
        background-image: url(../images/bg/mobile/bg_projects2.jpg);
    }
    #office-interiors-section {
        background: transparent url(../images/mobile/ad_kapsch_bild5_60.jpg) no-repeat 50% 0% / cover;
    }
    #header nav ul li {
        margin-right: 40px;
    }
    #header nav ul li:nth-child(3) {
        margin-right: 0px;
    }
    #designing-experiences-container::before {
        height: 30%;
    }
    #managers-row {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    #lead-managers-pics-container {
        padding-left: 0px;
        top: 26px;
    }
    .exp-arrow {
        display: none;
    }
    .reversed-row .col-md-6,
    .reversed-row .col-md-5,
    .reversed-row .col-md-1 {
        float: left !important;
    }
    #contact-wrapper {
        float: none;
        width: 100%;
    }
    #slogan-1-center {
        position: static;
    }
    #slogan-2-center {
        position: static;
        text-align: left;
    }
    #slogan-3-center {
        position: static;
    }
    #slogan-4-center {
        position: relative;
        text-align: left;
        left: 0;
        top: 0;
    }
    #housing-section {
        background: transparent url(../images/mobile/ad_oebb_bild3.jpg) no-repeat scroll 10% 20% / cover;
    }
    #interior-section {
        background: transparent url(../images/parc_our_flip.jpg) no-repeat scroll 85% 20% / cover;
    }
    #brand-section {
        background: url(../images/mobile/ad_oebb_bild3.jpg) no-repeat 70% 0% / cover;
    }
    #interactive-design-section {
        background: url(../images/ae_ac_3.jpg) no-repeat 25% 0% / cover;
    }
    .spinner {
        width: 210px;
        height: 210px;
        position: relative;
        margin: 48% 0 0 12%;
    }
    #loader-logo-text {
        font-family: "Eurostile Candy W01 Semibold" !important;
        transition: all 0.5s ease 0s;
        color: white;
        font-size: 5.3em;
        z-index: 100000000000000000;
        position: absolute;
        top: 60%;
        left: 20%;
        margin-top: -20%;
        line-height: 0.3em;
    }
    #home {
        background-image: url(../images/bg/mobile/ad_braunaesculaps_bild4.jpg);
    }
    #fixed-logo-text {
        font-size: 1.5em;
    }
    #showcase-container {
        width: 120px;
    }
}


/* Medium Devices, Desktops */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .additional-text {
        font-size: 1.4em;
    }
    #office-interiors-section {
        background: transparent url(../images/ad_kapsch_bild5_60.jpg) no-repeat 0% 20% / cover;
    }
    #entertainment-section {
        background: url(../images/sochi_park_themed_hotel.jpg) no-repeat 95% 0%;
        background-size: 250%;
    }
    #arhitecture-section {
        background: transparent url(../images/ad_landmark_bild2_flip.jpg) no-repeat 15% 0%;
        background-size: 233%;
    }
    #interior-section {
        background: transparent url(../images/parc_our_flip.jpg) no-repeat scroll 100% 10%;
        background-size: 185%;
    }
    #arts-container {
        padding-bottom: 100px;
    }
    #interactive-design-section {
        background: url(../images/ae_ac_3.jpg) no-repeat 50% 0% / cover;
    }
    #slogan-1-center {
        left: 2em;
        top: 124px;
    }
    #slogan-2-center {
        top: 28px;
    }
    #slogan-3-center {
        left: 2em;
        top: 96px;
    }
    #slogan-4-center {
        top: 150px;
        right: 120px;
    }
    #team-container h3 {
        font-size: 22px !important;
    }
    #first-exp-arrow {
        width: 115px !important;
    }
    #second-exp-arrow {
        width: 82px !important;
        position: relative;
        right: 1em;
    }
    #team-fancy-arrow0 {
        width: 141px !important;
        position: relative;
        right: 30px;
    }
    #third-exp-arrow {
        width: 115px !important;
        left: -20px;
    }
    #team-fancy-arrow {
        width: 205px !important;
        right: 135px;
    }
    #lead-managers-pics-container {
        margin-top: -160px;
    }
    .manager-pic-container img {
        width: 100%;
    }
    #lead-managers-pics-container {
        /*padding-left: 150px;*/
        top: 4px;
    }
    #showcase-container {
        right: -210px;
    }
    #home {
        background-image: url(../images/ad_braunaesculaps_bild4_tablet.jpg);
        height: 100%;
    }
}


/* Large Devices, Wide Screens */

@media only screen and (min-width: 1200px) and (max-width: 1366px) {
    #interactive-design-section {
        background: url(../images/ae_ac_3.jpg) no-repeat 50% 0% / cover;
    }
    h2 {
        font-size: 30px !important;
    }
    .additional-text {
        font-size: 1.1em;
    }
    #showcase-container {
        right: -220px;
    }
    #housing-section {}
    .inner-text-container {
        padding-top: 85px;
    }
    #arhitecture-section {
        background: transparent url(../images/ad_landmark_bild2_flip.jpg) no-repeat 75% 10%;
        background-size: cover;
    }
    #entertainment-section {
        background: url(../images/sochi_park_themed_hotel.jpg) no-repeat 99% -25%;
        background-size: cover;
    }
}


/* Large Devices, Wide Screens */

@media only screen and (min-width: 1367px) and (max-width: 1600px) {
    #interactive-design-section {
        background: url(../images/ae_ac_3.jpg) no-repeat 50% 0% / cover;
    }
    .additional-text {
        font-size: 1.0em;
    }
    /*#interior-section {
    background: transparent url(../images/parc_our_flip.jpg) no-repeat scroll 50% 155% / cover;
    }*/
    #designing-experiences-container::before {
        height: 40%;
    }
    #arhitecture-section {
        background: transparent url(../images/ad_landmark_bild2_flip.jpg) no-repeat 75% 0%;
        background-size: cover;
        color: white;
    }
    #housing-section {
        background: url(../images/ad_oebb_bild3.jpg) no-repeat 45% 0% / cover;
        color: white;
    }
    #entertainment-section {
        background: url(../images/sochi_park_themed_hotel.jpg) no-repeat 90% 0%;
        background-size: 160%;
    }
    .inner-text-container {
        padding-top: 90px;
    }
    .outher-text-container::after {
        content: "";
        color: black;
        position: absolute;
        bottom: 75px;
        left: 0px;
        width: 100%;
        height: 160px;
        transform: skewY(4.5deg);
        /* transform-origin: 0px 0px 0px; */
        /* z-index: -1; */
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 1) 82%, rgba(255, 255, 255, 1) 100%);
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 1) 82%, rgba(255, 255, 255, 1) 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 1) 82%, rgba(255, 255, 255, 1) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1affffff', endColorstr='#ffffff', GradientType=0);
    }
}


/* (1920x1080) Full HD Display */

@media screen and (max-width: 1920px) and (min-width: 1601px) {
    /*#showcase{
    right: 45px;
    }*/
    #showcase-container::before {
        width: 300px;
    }
    #bridge {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    #production_design h3 {
        margin-top: 15px;
    }
    #concept_design h3 {
        margin-top: 140px;
    }
    #interactive_entertainment h3 {
        margin-top: 30px;
    }
    #architecture_and_iterior_design h3 {
        margin-top: 105px;
    }
    .swiper-container {
        left: -135px;
    }
    .outher-text-container {
        height: 30%;
    }
    .inner-text-container {
        margin-top: -75px;
        padding-top: 130px;
        font-size: 1.2em;
    }
    #showcase-container {
        width: 135px;
    }
    #showcase-btn-container a {
        font-size: 1.2em;
    }
    #showcase-btn-container img {
        margin-left: -10px;
        width: 30px;
        margin-bottom: 10px;
    }
    .scroll-arrow {
        bottom: 130px;
    }
    #designing-experiences-container::before {
        height: 40%;
    }
    .outher-text-container::after {
        content: "";
        color: black;
        position: absolute;
        bottom: 75px;
        left: 0px;
        width: 100%;
        height: 160px;
        transform: skewY(4.5deg);
        /* transform-origin: 0px 0px 0px; */
        /* z-index: -1; */
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 1) 82%, rgba(255, 255, 255, 1) 100%);
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 1) 82%, rgba(255, 255, 255, 1) 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 1) 82%, rgba(255, 255, 255, 1) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1affffff', endColorstr='#ffffff', GradientType=0);
    }
    #interior-section {
        background: transparent url(../images/parc_our_flip.jpg) no-repeat scroll 25% 30% / cover;
        background-size: 140%;
    }
    #office-interiors-section {
        background: transparent url(../images/ad_kapsch_bild5_60.jpg) no-repeat 102% 50%;
        background-size: 140%;
    }
    #entertainment-section {
        background: url(../images/sochi_park_themed_hotel.jpg) no-repeat 100% -10%;
        background-size: 150%;
        color: white;
    }
    #showcase-container {
        right: -275px;
    }
    .carousel p {
        font-size: 1.3em;
    }
}

@media screen and (min-width: 1921px) {
    #designing-experiences-container::before {
        height: 20%;
    }
    #designing-experiences-container {
        background-position-y: -76px;
    }
    #entertainment-section {
        background: url(../images/sochi_park_themed_hotel.jpg) no-repeat 95% 0%;
        background-size: 130%;
    }
    #interior-section {
        background: transparent url(../images/parc_our_flip.jpg) no-repeat scroll 100% 45%;
        background-size: 140%;
    }
    #housing-section {
        background: url(../images/ad_oebb_bild3.jpg) no-repeat 45% 85% / cover;
        background-size: 130%;
    }
    #bridge {
        padding-top: 160px;
        padding-bottom: 160px;
    }
    .scroll-arrow {
        bottom: 10%;
        width: 60px;
    }
    #site-heading-container svg {
        width: 700px;
    }
    #office-interiors-section {
        background: transparent url(../images/ad_kapsch_bild5_60.jpg) no-repeat 150% 55% / cover;
        background-size: 120%;
    }
    .carousel p {
        font-size: 1.5em;
    }
    #showcase-container {
        right: -250px;
    }
    .desc-inner-text-container {
        height: 195px;
    }
    .desc-footer-container span {
        font-size: 1.7em;
    }
}