@charset "UTF-8";
/* CSS Document */
/*------------------------------------- Fonts -----------------------------------*/
@font-face {
	font-family: 'TradeGothic-Light';
    src: url('../fonts/trade-gothic-light/TradeGothic-Light.eot'); /* IE9 Compat Modes */
    src: url('../fonts/trade-gothic-light/TradeGothic-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/trade-gothic-light/TradeGothic-Light.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/trade-gothic-light/TradeGothic-Light.woff') format('woff'), /* Pretty Modern Browsers */
         url('../fonts/trade-gothic-light/TradeGothic-Light.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('../fonts/trade-gothic-light/TradeGothic-Light.svg#TradeGothic-Light') format('svg'); /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'TradeGothic-Medium';
	src: url('../fonts/trade-gothic-medium/TradeGothic.eot'); /* IE9 Compat Modes */
    src: url('../fonts/trade-gothic-medium/TradeGothic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/trade-gothic-medium/TradeGothic.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/trade-gothic-medium/TradeGothic.woff') format('woff'), /* Pretty Modern Browsers */
         url('../fonts/trade-gothic-medium/TradeGothic.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('../fonts/trade-gothic-medium/TradeGothic.svg#TradeGothic-Medium') format('svg'); /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'TradeGothic-Bold';
	src: url('../fonts/trade-gothic-bold/TradeGothic-Bold.eot'); /* IE9 Compat Modes */
    src: url('../fonts/trade-gothic-bold/TradeGothic-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/trade-gothic-bold/TradeGothic-Bold.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/trade-gothic-bold/TradeGothic-Bold.woff') format('woff'), /* Pretty Modern Browsers */
         url('../fonts/trade-gothic-bold/TradeGothic-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('../fonts/trade-gothic-bold/TradeGothic-Bold.svg#TradeGothic-Bold') format('svg'); /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'TradeGothic-Bold-No2';
	src: url('../fonts/trade-gothic-bold-no2/TradeGothic-BoldTwo.eot'); /* IE9 Compat Modes */
    src: url('../fonts/trade-gothic-bold-no2/TradeGothic-BoldTwo.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/trade-gothic-bold-no2/TradeGothic-BoldTwo.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/trade-gothic-bold-no2/TradeGothic-BoldTwo.woff') format('woff'), /* Pretty Modern Browsers */
         url('../fonts/trade-gothic-bold-no2/TradeGothic-BoldTwo.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('../fonts/trade-gothic-bold-no2/TradeGothic-BoldTwo.svg#TradeGothic-Bold-No2') format('svg'); /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
}
/*------------------------------------- Page Defaults -----------------------------------*/

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { font-size: 100%; padding: 0; margin: 0; }

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

body {
	background: #FFF;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
img {width:100%;}
.clear {clear:both;}

a:link {
    color: inherit;
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}

/*------------------------------------- Brand Standards -----------------------------------*/

/* Font Families */

.light {
    font-family: 'TradeGothic-Light';
	font-weight: normal;
	font-style: normal;
}
.medium {
    font-family: 'TradeGothic-Medium';
	font-weight: normal;
	font-style: normal;
}
.bold {
    font-family: 'TradeGothic-Bold';
	font-weight: normal;
	font-style: normal;
}
.bold-no2 {
    font-family: 'TradeGothic-Bold-No2';
	font-weight: normal;
	font-style: normal;
}

/* Font Styles */

.italics {
	font-style: italic;
}
.uppercase {
	text-transform:uppercase;
}
.lowercase {
	text-transform:lowercase;
}
.underline {
    text-decoration: underline;
}
.centered {
    text-align: center;
}
.left-align {
    text-align: left;
}

/* Font Colours */

.invis {
	color: transparent;
}
.white {
	color: #FFF;
}
.black {
    color: #020203;
}
.red {
    color: #bd1f2e;
}
.beige {
    color: #9b967d;
}
.ota {
	color: #f58220;
}

/* Background Colours */

.black-bg,
.white-bg,
.grey-bg,
.red-bg,
.beige-bg {
	width: 100%;
	height: auto;
	position: relative;
    background: #020203;
}
.white-bg{
	background: #FFFFFF;
}
.grey-bg {
	background: #F8F8F8;
}
.red-bg {
	background: #a32c26;
}
.beige-bg {
    background: #9b967d;
}
.transparent-bg {
    background: rgba(2,2,3,0.65);
}

/* Logo */

.logo-colour {
	background: url('../gfx/logo/primary-color.png') no-repeat;
	background-size: contain;
}
.logo-white {
	background: url('../gfx/logo/primary-white.png') no-repeat;
	background-size: contain;
}
.logo-black {
	background: url('../gfx/logo/primary-white.png') no-repeat;
	background-size: contain;
}

/* Background Images */

#home-bg {
	background: url('../gfx/banners/home.jpg') no-repeat;
	background-position: center top;
	background-size: cover;
}
#about-bg {
	background: url('../gfx/banners/about.jpg') no-repeat;
	background-position: center;
	background-size: cover;
}
#services-bg {
	background: url('../gfx/banners/services.jpg') no-repeat;
	background-position: center;
	background-size: cover;
}
#consultation-bg {
	background: url('../gfx/banners/consultation.jpg') no-repeat;
	background-position: center;
	background-size: cover;
}
#development-bg {
	background: url('../gfx/banners/development.jpg') no-repeat;
	background-position: center;
	background-size: cover;
}
#taxistand-bg {
	background: url('../gfx/banners/taxistand.jpg') no-repeat;
	background-position: center;
	background-size: cover;
}
#rite4hire-bg {
	background: url('../gfx/banners/rite4hire.jpg') no-repeat;
	background-position: center;
	background-size: cover;
}
#michael-bg {
	background: url('../gfx/banners/michael.jpg') no-repeat;
	background-position: center;
	background-size: cover;
}
#sabbir-bg {
	background: url('../gfx/banners/sabbir.jpg') no-repeat;
	background-position: center;
	background-size: cover;
}
#ismail-bg {
	background: url('../gfx/banners/ismail.jpg') no-repeat;
	background-position: center;
	background-size: cover;
}

/*------------------------------------- Navigation -----------------------------------*/

#main {
    position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
    height: 80px;
    background: #9b967d;
}
#nav-contain {
	position: absolute;
    z-index: 997;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(0%);
	width: 1400px;
    padding: 10px 20px 10px 20px;
	margin: 0 auto;
    background: #FFF;
     /* Shadow */
	-webkit-box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.1);
}
#nav-contain #logo-header {
    position: absolute;
    top: 50%;
    transform: translateX(0%) translateY(-50%);
    left: 20px;
    height: 50px;
    width: 200px;
}
#navigation {
	list-style: none;
	padding: 0px;
    float: right;
}
#navigation li {
	display: inline-block;
	padding: 5px 0px 3px 20px;
	font-size: 1.2em;
    line-height: 1em;
	margin: 0px 10px 0px 10px;
    color: #020203;
    border-left: 3px solid #9b967d;
}
#navigation li:hover,
#navigation li:focus {
	color: #9b967d;
	transition: 0.2s all;
}

/*------------------------------------- Wrapper  ------------------------------------------*/

.wedge-container {
    position: relative;
    overflow: hidden;
}
.wedge-container .wrapper {
    position: relative;
    z-index: 2;
}
.wedge-container .wedge {
    position: absolute;
    z-index: 1;
    height: 300%;
    width: 80%;
    top: 50%;
    left: -45%;
    transform: rotate(20deg) translateY(-50%);
}

/* Landing */

.landing {
    padding: 50px 0px 50px 0px;
}

/* Flex Structure */

.flex-container {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.flex-container.flex-text,
.flex-container.flex-double,
.flex-container.flex-double-space,
.flex-container.flex-tripple,
.flex-container.flex-tripple-space,
.flex-container.flex-quad,
.flex-container.flex-quad-space {
    justify-content: space-around;
}
.flex-double .flex-item {
    width: 50%;
}
.flex-double-space .flex-item {
    width: calc(50% - 50px);
    margin: 25px;
}
.flex-tripple .flex-item {
    width: 33.3%;
}
.flex-tripple-space .flex-item {
    width: calc(33.3% - 50px);
    margin: 25px;
}
.flex-quad .flex-item {
    width: 25%;
}
.flex-quad-space .flex-item {
    width: calc(25% - 50px);
    margin: 25px;
}
.flex-photo {
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    border: 4px solid #9b967d;
}
.floated-text-right {
    padding: 0px 0px 0px 100px;
}

/* Structure */

.wrapper {
	position: relative;
    z-index: 1;
	width: 1400px;
	margin: 0 auto;
	padding: 100px 0px 100px 0px;
}
.wrapper .narrow {
    width: 100%;
	max-width: 900px;
    margin: 0 auto;
}
.wrapper .spacer {
    height: 70px;
    width: 100%;
}

/* Offsets */

.wrapper .offset-height {
    height: 200px;
    width: 100%;
    margin: auto;
}
.wrapper.offset-pullup {
    margin: -330px auto auto auto;
}

/* Font Sizing */

.wrapper h1 {
	font-size: 4em;
	line-height: 1.2em;
	padding: 0px;
    margin: 0px;
}
.wrapper h2 {
	font-size: 2.8em;
	line-height: 1.2em;
	padding: 0px;
    margin: 0px 0px 25px 0px;
}
.wrapper h3 {
	font-size: 1.4em;
	line-height: 1.2em;
	padding: 0px;
    margin: 0px 0px 25px 0px;
}
.wrapper p {
	font-size: 1em;
	line-height: 1.4em;
	padding: 0px;
    margin: 0px 0px 25px 0px;
}
.wrapper p a:hover,
.wrapper p a:focus {
    opacity: 0.8;
    transition: 0.2s all;
}
.wrapper p a:link,
.wrapper p a:visited {
    color: inherit;
}
.wrapper p.blocked {
    display: inline-block;
    width: auto;
    padding: 10px;
}
.wrapper .accent {
    position: relative;
    padding: 0px 0px 20px 0px;
    margin: 0px 0px 20px 0px;
}
.wrapper .accent::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 5px;
    width: 100%;
    background: #FFF;
}

/* Buttons */

.wrapper .btn {
    display: inline-block;
    padding: 15px 30px 15px 30px;
    font-size: 1.2em;
    text-align: center;
    margin: 0px 0px 0px 0px;
    color: #FFF;
    background: #a32c26;
}
.wrapper .btn:hover,
.wrapper .btn:focus {
    background: #9b967d;
    transition: 0.2s all;
}

/* Lists */

.wrapper .list {
	list-style: none;
	padding: 0;
	margin: 10px 0px -30px 0px;
}
.wrapper .list li {
	display: block;
	width: 100%;
	position: relative;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 20px 0px;
	font-size: 1em;
    line-height: 1.5em;
}
.wrapper .list li::before {
	content: '';
    position: absolute;
	top: 8px;
	left: 0px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
    background: #a32c26;
}
.wrapper .list.list-checks li {
	padding: 0px 0px 0px 25px;
}
.wrapper .list.list-checks li::before {
	content: '';
    position: absolute;
	top: 3px;
	left: 0px;
	width: 15px;
	height: 15px;
	border-radius: 0;
    background: url('../gfx/icons/check-red.png') no-repeat;
    background-size: contain;
}

/* Cards */

.wrapper .card {
    position: relative;
    padding: 230px 30px 30px 30px;
}
.wrapper .card.card-border {
    box-sizing: border-box;
    border: 4px solid #9b967d;
}
.wrapper .card .photo {
    position: absolute;
    top: 0;
    left: 0;
    height: 200px;
    width: 100%;
}
.wrapper .card.profile {
    padding: 300px 30px 30px 30px;
}
.wrapper .card.profile .photo {
    height: 280px;
}
.wrapper .card p {
    padding: 0;
    margin: 0;
}

/*------------------------------------- Footer ------------------------------------------*/

.wrapper .footer-logo {
    display: block;
    width: 100%;
    height: auto;
}
.wrapper .logo-accent {
    position: relative;
    margin: 30px 0px 20px 0px;
    height: 5px;
    width: 100%;
    background: #FFF;
}
footer {
	background: #FFF;
	height: auto;
	width: 100%;
}
footer .wrapper {
    padding: 20px 0px 20px 0px;
    margin: 0 auto;
    position: relative;
}
footer .wrapper p {
    position: relative;
    margin: 0;
}

/* ota.studio badge */

footer #ota {
    position: absolute;
    top: 2px;
    right: 0px;
    display: block;
    height: 50px;
    width: 180px;
    padding: 20px 0px 0px 90px;
    font-size: inherit;
}
footer #ota::before {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    height: 40px;
    width: 80px;
    border-radius: 5px;
    background: #FFF;
    box-sizing: border-box;
    border: 1px solid #EDEDED;
}
footer #ota::after {
    content: '';
    display: block;
    position: absolute;
    top: 20px;
    left: 20px;
    height: 20px;
    width: 40px;
    background: url('../gfx/logo/ota.png') no-repeat;
    background-size: contain;
}

/*----------------------------------- Mobile Menu Content ----------------------------------------*/

html, 
body, 
.container, 
.content-wrap {
	width: 100%;
}
.content-wrap {
    height: 100vh;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}
.content-wrap-active {
	overflow-x: hidden;
	overflow-y: hidden;
	max-height: 100vh;
}
#menu-overlay {
    position: absolute;
    z-index: 2;
    z-index: 998;
    height: 100vh;
    width: 100vw;
    background: rgba(0,0,0,0.4);
}
.overlay-hidden {
    opacity: 0;
    visibility: hidden;
}
.overlay-vis {
    opacity: 1;
    visibility: visible;
}
.menu-button {
    position: absolute;
    top: 28px;
    right: 20px;
    height: 25px;
    width: 30px;
    color: transparent;
}
.menu-button::before {
    position: absolute;
    top: 0.1em;
    right: 0.1em;
    bottom: 0.1em;
    left: 0.1em;
    background: linear-gradient(#bd1f2e 20%, transparent 20%, transparent 40%, #bd1f2e 40%, #bd1f2e 60%, transparent 60%, transparent 80%, #bd1f2e 80%);
    content: '';
}
.menu-button:hover::before {
    background: linear-gradient(#9b967d 20%, transparent 20%, transparent 40%, #9b967d 40%, #9b967d 60%, transparent 60%, transparent 80%, #9b967d 80%);
    transition: 0.2s all;
}
.menu-active {
    left: 0px;
    z-index: 999;
    opacity: 1;
    visibility: visible;
    /* Animations */
    transform-origin: left;
    animation-name: menu-in;
    animation-direction: normal;
    animation-duration: 300ms;
}
.menu-nonactive {
    left: -1000px;
    z-index: -999;
    opacity: 0;
    visibility: hidden;
    /* Animations */
    transform-origin: left;
    animation-name: menu-out;
    animation-direction: normal;
    animation-duration: 100ms;
}
.menu-wrap {
    position: absolute;
    height: 100vh;
    width: 300px;
    overflow: hidden;
    background: #FFF;
    /* Shadow */
    -webkit-box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.55);
    box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.55);
}
.menu-wrap #menu-logo {
    position: absolute;
    top: 30px;
    left: 40px;
    width: 130px;
    height: 60px;
}
.menu-wrap .menu {
    list-style: none;
    padding: 110px 10px 0px 10px;
    margin: 0;
}
.menu-wrap .menu a:link,
.menu-wrap .menu a:visited {
    color: inherit;
    text-decoration: none;
}
.menu-wrap .menu li {
    position: relative;
    display: block;
    width: 100%;
    font-size: 1.2em;
    color: #020203;
    padding: 0px 0px 10px 30px;
    margin: 0px 0px 10px 0px;
}
.menu-wrap .menu li:hover, 
.menu-wrap .menu li:focus {
    color: #9b967d;
    transition: 0.2s all;
}

/* Close Button */

.close-button {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 20px;
    top: 16px;
    overflow: hidden;
    text-indent: 16px;
    border: none;
    z-index: 1001;
    color: transparent;
    background: transparent;
}
.close-button::before,
.close-button::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 20px;
    top: 14px;
    left: 50%;
    background: #9b967d;
}
.close-button::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.close-button::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* Menu Animations */

@keyframes menu-in {
0% {
    left: -1000px;
}
100% {
    left: 0px;
}
}
@-webkit-keyframes menu-in {
0% {
    left: -1000px;
}
100% {
    left: 0px;
}
}
@keyframes menu-out {
0% {
    left: 0px;
}
100% {
    left: -1000px;
}
}
@-webkit-keyframes menu-out {
0% {
    left: 0px
}
100% {
    left: -1000px;
}
}

/*----------------------------------- Form ----------------------------------------*/

.required-wrap {
	position: relative;
}
.required-wrap .icon {
	position: absolute;
	top: calc(50% - 10px);
	right: 20px;
	transform: translateY(-50%);
	height: 20px;
	width: 20px;
	fill: #9b967d;
    opacity: 0.5;
}
.required-wrap .icon-notes {
	position: absolute;
	top: 30px;
	right: 20px;
	transform: translateY(-50%);
	height: 20px;
	width: 20px;
	fill: #9b967d;
    opacity: 0.5;
}
.required-wrap .astrix {
    position: absolute;
	top: 0px;
	right: -15px;
}

/* Structure */

.g-recaptcha {
    display: none;
    position: absolute;
    top: -5000px;
    left: -5000px;
}
#form .required-wrap .astrix-t {
	right: 20px;
}
#form {
    position: relative;
	padding: 0px 0px 0px 0px;
	margin: 0;
}
#form p {
    margin: 30px 0px 0px 0px;
	font-size: 0.9em;
    line-height: 1.5em;
}
#form #q4 {
	margin-bottom: 20px;
}
#form #recap {
	position: absolute;
	z-index: 9999;
}
#form #vehicle-colour {
	display: none;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
}

/* Form Inputs */

#form input[type="text"],
#form input[type="email"],
#form input[type="phone"] {
  	display: inline-block;
  	width: 100%;
	/* Font Styles */
  	font-family: 'TradeGothic-Light';
	font-weight: normal;
	font-style: normal;
	/* Font Styles */
  	color: #020203;
  	font-size: 1em;
  	appearance: none;
  	box-shadow: none;
  	background: #FFFFFF;
    border: 1px solid transparent;
  	margin: 0px 0px 20px 0px;
 	padding: 15px 20px 15px 20px;
}
#form select {
  	-webkit-appearance: none;
  	-moz-appearance: none;
  	appearance: none;
  	display: inline-block;
  	width: 100%;
	/* Font Styles */
  	font-family: 'TradeGothic-Light';
	font-weight: normal;
	font-style: normal;
	/* Font Styles */
  	color: #020203;
  	font-size: 1em;
  	box-shadow: none;
  	background: #FFFFFF;
    border: 1px solid transparent;
  	margin: 0px 1.65% 20px 0px;
  	padding: 15px 20px 15px 20px;
}
#form textarea {
	width: 100%;
	height: 100px;
	display: block;
	/* Font Styles */
    font-family: 'TradeGothic-Light';
	font-weight: normal;
	font-style: normal;
	/* Font Styles */
  	color: #020203;
  	font-size: 1em;
  	appearance: none;
  	box-shadow: none;
  	background: #FFFFFF;
    border: 1px solid transparent;
  	margin-bottom: 15px; 
	padding: 15px 20px 15px 20px;
}

/* Submit Button */

#form #submit-btn {
    appearance: none;
  	box-shadow: none;
  	border: none;
    text-transform: uppercase;
	/* Font Styles */
	font-family: 'TradeGothic-Bold';
	font-weight: normal;
	font-style: normal;
	/* Font Styles */
    display: inline-block;
    padding: 15px 30px 15px 30px;
    font-size: 1.2em;
    text-align: center;
    margin: 10px 0px 0px 0px;
    color: #FFF;
    background: #9b967d;
}
#form #submit-btn:hover,
#form #submit-btn:focus {
	background: #020203;
	transition: 0.2s ease;
}

/* Hovers */

#form input[type="text"]:focus,
#form input[type="email"]:focus,
#form input[type="phone"]:focus,
#form select:focus,
#form textarea:focus {
    outline: none !important;
    border: 1px solid #f6bf28;
    box-shadow: none;
}

/* Placeholders */

#form ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	font-family: 'TradeGothic-Light';
	font-weight: normal;
	font-style: normal;
    color: #9b967d;
}
#form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    font-family: 'TradeGothic-Light';
	font-weight: normal;
	font-style: normal;
    color: #9b967d;
    opacity:  1;
}
#form ::-moz-placeholder { /* Mozilla Firefox 19+ */
    font-family: 'TradeGothic-Light';
	font-weight: normal;
	font-style: normal;
    color: #9b967d;
    opacity:  1;
}
#form :-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-family: 'TradeGothic-Light';
	font-weight: normal;
	font-style: normal;
    color: #9b967d;
}

/*------------------------------------- Media Queries -----------------------------------*/

@media (max-width: 1600px){
    
	/* Structure */
	#nav-contain,
    .wrapper {
	width: 80%;
	}
    
}
@media (max-width: 1300px){
    
	/* Flex */
	.flex-quad .flex-item {
    width: 50%;
    }
    .flex-quad-space .flex-item {
    width: calc(50% - 50px);
    margin: 25px;
    }
    
}
@media (min-width: 1025px){
    
    .menu-button {
    display: none;
    }
    
}
@media (max-width: 1024px){
    
	/* -- nav -- */
    .menu-button {
    display: block;
    }
	#navigation {
	display: none;
	}
    #nav-contain {
    padding: 0px 20px 0px 20px;
	height: 80px;
    }
    #nav-contain #logo-header {
    position: absolute;
    top: 50%;
    transform: translateX(0%) translateY(-50%);
    left: 20px;
    height: 50px;
    width: 200px;
    }
	/* Flex */
	.flex-double .flex-item,
    .flex-tripple .flex-item,
    .flex-quad .flex-item {
    width: 100%;
    }
    .flex-double-space .flex-item,
    .flex-tripple-space .flex-item,
    .flex-quad-space .flex-item {
    width: calc(100% - 0px);
    margin: 25px 0px 25px 0px;
    }
    .flex-photo {
    display: none;
    visibility: hidden;
    opacity: 0;
    }
    .floated-text-right {
    padding: 0px;
    }
    /* Wedge */
    .wedge-container .wedge {
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transform: rotate(0deg) translateY(0);
    }
    
}
@media (max-width: 768px){
    
    /* Global */
    .centered {
    text-align: left;
    }    
    /* Strcutrue */
    .wrapper h1 {
	font-size: 3em;
    }
    .wrapper h2 {
	font-size: 2em;
    }
    /* ota.studio badge */
    footer .wrapper p {
    padding: 0px 0px 60px 0px;
    }
    footer #ota {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 20px;
    }
}