/*
Website: ODO Bikes
Author: Ivan Mesaros
Author URI: http://www.ivanmesaros.com
*/

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

[class^="icon-"],
[class*=" icon-"],
.c-branding__logo,
.fp-controlArrow:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
  content: "\e900";
}
.icon-instagram:before {
  content: "\e901";
}
.icon-odo-logo:before,
.c-branding__logo:before {
  content: "\e902";
}
.icon-nav-l:before {
  content: "\e903";
}
.icon-nav-r:before {
  content: "\e904";
}
.icon-android:before {
  content: "\e905";
}
.icon-apple:before {
  content: "\e906";
}
.icon-arrow-l:before,
.fp-controlArrow.fp-prev:after {
  content: "\e907";
}
.icon-arrow-r:before,
.fp-controlArrow.fp-next:after {
  content: "\e908";
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

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

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

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

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

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

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

button[disabled],
html input[disabled] {
	cursor: default;
}

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

input {
	line-height: normal;
}

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

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

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

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

a,
a:visited,
a:hover,
a:focus,
a:active {
	color: inherit;
	text-decoration: none;
}

a:focus {
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Style
--------------------------------------------------------------*/

body {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
}

body {
	overflow-x: hidden !important;
}

/* colors */

body {
	background-color: #fff;
	color: #fff;
}

/* slide 1 */

body[class*="fp-viewing"][class$="-0"] {
	color: #fff;
	background-color: #fff;
}

body[class*="fp-viewing"][class$="-0"] #fp-nav ul li a span,
body[class*="fp-viewing"][class$="-0"] .fp-slidesNav ul li a span {
	background: #fff;
}

.slide-1-1,
.slide-2-1,
.slide-3-1,
.slide-4-1,
.slide-5-1 {
	color: #fff;
}

/* slide 2 */

body.show-info,
body[class*="fp-viewing"][class$="-1"] {
	color: #2E3091;
	background-color: #fff;
}

body.show-info #fp-nav ul li a span,
body.show-info .fp-slidesNav ul li a span,
body[class*="fp-viewing"][class$="-1"] #fp-nav ul li a span,
body[class*="fp-viewing"][class$="-1"] .fp-slidesNav ul li a span {
	background: #2E3091;
}

.slide-1-2,
.slide-2-2,
.slide-3-2,
.slide-4-2 {
	color: #2E3091;
}

/* header */

.c-header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100vw;
	position: fixed;
	right: 0;
	width: 100%;
	padding-top: 35px;
}

.c-header--white {
	color: #fff;
}

.c-header--blue {
	color: #2E3091;
}

#odo_ride_logo {

}

.c-branding__logo {
	font-size: 45px;
}

.c-flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.c-container {
	max-width: 100%;
	padding-left: 80px;
	padding-right: 80px;
}

.c-header .c-flex {
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
}

.c-social-links {
	margin: 0;
	padding: 0;
	list-style: none;
}

.c-social-links li {
	display: inline-block;
	margin-left: 1.5em;
}

.c-social-links a {
	display: block;
	transform-origin: 50% 50%;
	-webkit-transition: 0.1s ease-out;
	-moz-transition: 0.1s ease-out;
	-ms-transition: 0.1s ease-out;
	-o-transition: 0.1s ease-out;
	transition: 0.1s ease-out;
}

.c-social-links a:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

/* slides */

.fullpage-wrapper,
.fp-slidesContainer {
	transition-property: transform !important;
}

.slide {
	text-align: center;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
	overflow: hidden;
	position: relative;
}

.slide-info {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	background-color: #fff;

	overflow: hidden;

	-webkit-transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1.000);
	-moz-transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1.000);
	-ms-transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1.000);
	-o-transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1.000);
	transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1.000);

}

.show-section-info .slide-info {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);

}

.slide-1-1 .c-img--bg img {
	background-color: #a7D79B;
}
.slide-2-1 .c-img--bg img {
	background-color: #F8CFB3;
}
.slide-3-1 .c-img--bg img {
	background-color: #00B8D9;
}
.slide-4-1 .c-img--bg img {
	background-color: #F5D094;
}
.slide-5-1 {
	background-color: #000;
}

.c-full {
	height: 100vh;
	-ms-align-items: center;
	align-items: center;
	justify-content: flex-start;
}

.c-full--main {
	background-position: right center;
	background-repeat: no-repeat;
}

.c-text {
	text-align: left;
	margin-right: auto;
}

.c-full--main .c-text h2 {
	font-size: 110px;
	font-size: calc(10px + 7.8125vw);
	line-height: 1;
	letter-spacing: 0.01em;
	margin-top: 0;
	margin-bottom: 0.8em;
}

.c-full--info .c-text h2 {
	font-size: 60px;
	font-size: calc(2px + 4.6875vw);
	line-height: 1.06666;
	letter-spacing: 0.01em;
	margin-top: 0;
	margin-bottom: 20px;
}

.c-full--info .c-text p,
.c-full--footer .c-text p {
	font-size: 16px;
	font-size: calc(12px + 0.3125vw);
	line-height: 1.625;
	letter-spacing: 0.01em;
	margin-top: 0;
	margin-bottom: 0;
	max-width: 26em;
}

.c-text a:not(.c-button):hover {
	text-decoration: underline;
}

.c-img {

}

.c-full--main {
	position: relative;
}

.c-img.c-img--bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.c-img.c-img--bg img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	object-position: 75% center;
}

.slide-1-1 .c-img.c-img--bg img {
	object-position: 69% center;
}

.slide-2-1 .c-img.c-img--bg img {
	object-position: 74% center;
}

.slide-3-1 .c-img.c-img--bg img {
	object-position: 53% center;
}

.slide-4-1 .c-img.c-img--bg img {
	object-position: 72% center;
}

.c-img.c-img--right {
	margin-left: auto;
	margin-right: auto;
	max-width: 45%;
}

.c-img--right:not(.c-img--slider) img {
	width: 42vw;
}

.c-img--right.c-img--slider img {
	width: 20vw;
}

/* inside slider */

.c-slider {
	align-items: center;
	justify-content: center;
}

.slide-3-2 .c-img.c-img--right {
	max-width: 30%;
}

.c-slider *:focus {
	outline: 0;
}

.slick-arrow {
	-webkit-appearance: none;
	color: inherit;
	display: inline-block;
	text-align: center;
	align-items: flex-start;
	cursor: pointer;
	background-color: transparent;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 20px;
	padding: 10px;
}

.slick-slide img {
	margin-left: auto;
	margin-right: auto;
}

/* app icons */

.slide-4-2 .c-text p {
	flex-direction: column;
	-ms-align-items: flex-start;
	align-items: flex-start;
	padding-top: 20px;
}

.slide-4-2 .c-text p a {
	display: block;
	border: 1px solid #2E3091;
	padding: 1em 1.4em;
	margin: 0 0 10px;

	font-size: 14px;
	letter-spacing: 0.03em;
	line-height: 1.2;
	min-width: 200px;
}

.slide-4-2 .c-text p a[disabled] {
	border-color: transparent;
	user-select: none;
	cursor: default;
}

@media (hover:hover) {
	.slide-4-2 .c-text p a:not([disabled]) {
		-webkit-transition: 0.1s linear;
		-moz-transition: 0.1s linear;
		-ms-transition: 0.1s linear;
		-o-transition: 0.1s linear;
		transition: 0.1s linear;
	}

	.slide-4-2 .c-text p a:not([disabled]):hover {
		background-color: #2E3091;
		color: #fff;
	}
}

.slide-4-2 .c-text p a span {
	margin-right: 0.6em;
	font-size: 1.2em;
}

/* footer */

.c-full--footer {
	justify-content: space-between;
	justify-content: space-evenly;
	align-items: flex-start;
	height: auto;
}

.c-text.c-text--footer {
	margin-right: 20px;
	margin-left: 20px;
}

.c-text h5 {
	font-size: 24px;
	line-height: 1.25;
	letter-spacing: 0.01em;
	margin-top: 0;
	margin-bottom: 1em;
}

.c-text p small {
	font-size: 14px;
}

/* nav */

.fp-viewing-4-0 #fp-nav {
	display: none;
}

#fp-nav.right {
    right: 80px;
}

#fp-nav ul li,
.fp-slidesNav ul li {
	margin: 15px 0;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    height: 6px;
    width: 6px;
    margin: -3px 0 0 -3px;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
    height: 14px;
    width: 14px;
    margin: -7px 0 0 -7px;
}

.fp-controlArrow.fp-next {
    right: auto;
    left: 80px;
    border: 0;
    width: auto;
}
.fp-controlArrow.fp-next:before {
	content: 'Info';
}

.fp-controlArrow.fp-prev {
    right: auto;
    left: 80px;
    border: 0;
    width: auto;
}
.fp-controlArrow.fp-prev:before {
	content: 'Close Info';
}

.fp-controlArrow {
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    position: absolute;
    z-index: 4;
    top: auto;
    bottom: 60px;
    cursor: pointer;
    width: auto;
    height: auto;
    border: 0;
    margin-top: 0;

    font-size: 18px;
    line-height: 1;
}

.fp-controlArrow:after {
	display: inline-block;
	margin-left: 2em;
	font-size: 14px;
	-webkit-transition: transform 0.1s ease-out;
	-moz-transition: transform 0.1s ease-out;
	-ms-transition: transform 0.1s ease-out;
	-o-transition: transform 0.1s ease-out;
	transition: transform 0.1s ease-out;
}
.fp-controlArrow.fp-next:hover:after {
	-webkit-transform: translateX(12px);
	-moz-transform: translateX(12px);
	-ms-transform: translateX(12px);
	-o-transform: translateX(12px);
	transform: translateX(12px);
}
.fp-controlArrow.fp-prev:hover:after {
	-webkit-transform: translateX(-12px);
	-moz-transform: translateX(-12px);
	-ms-transform: translateX(-12px);
	-o-transform: translateX(-12px);
	transform: translateX(-12px);
}

/* responsve */

@media screen and (max-width: 1220px) {
	.fp-controlArrow {
		bottom: 80px;
	}
}

@media screen and (max-width: 1200px) and (orientation: portrait) {
	.c-full--info {
		flex-direction: column;
		justify-content: center;
	}

	.c-full--info .c-text {
		flex: 0 1 auto;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0;
		padding-right: 15px;
	}

	.c-full--info .c-img--right {
		flex: 0 1 auto;
		max-width: 100%;
	}

	.c-img--right:not(.c-img--slider) img,
	.c-img--right.c-img--slider img {
		width: auto;
	}

	.c-full--info .c-img--right {
	    max-width: 110%;
	    width: 110%;
	    margin-left: -10%;
	    margin-bottom: 10%;
	    z-index: -1;
	}

	.slide-2-2 .c-full--info .c-img--right {
	    margin-left: 0%;
	    max-width: 130%;
	    width: 130%;
	}

	.slide-4-2 .c-full--info .c-img--right {
		max-width: 135%;
		width: 135%;
		margin-left: -20%;
	}

	.slide-3-2 .c-img.c-img--right {
	    max-width: 70%;
	}

	.c-full--footer {
		margin-left: 0;
		margin-right: 0;
	}

	.c-full--footer {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	    justify-content: center;
	    align-items: flex-start;
	    height: auto;
	    height: 100%;
	}

	.c-text--footer:not(:last-child) {
		margin-bottom: 60px;
	}
}

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

	.c-container {
		padding-left: 30px;
		padding-right: 30px;
	}

	.c-header {
		padding-top: 30px;
	}

	.c-branding__logo {
		font-size: 35px;
	}

	.c-full--main .c-text h2 {
		font-size: 80px;
		margin-bottom: 1em;
	}

	.c-full--info .c-text h2 {
		font-size: 40px;
		margin-bottom: 15px;
	}

	.c-full--info .c-text p,
	.c-full--footer .c-text p {
		font-size: 14px;
		line-height: 1.5;
	}

	.slick-arrow {
		font-size: 18px;
		padding: 10px;
	}

	.slide-3-2 .c-img.c-img--right {
	    max-width: 60%;
	    margin: 20px auto;
	    z-index: 1;
	}

	/* nav */

	#fp-nav.right {
	    right: 10px;
	}

	.fp-controlArrow.fp-next,
	.fp-controlArrow.fp-prev {
	    left: 30px;
	}

	.fp-controlArrow {
	    bottom: 100px;
	}
}

@media screen and (max-height: 800px) and (max-width: 900px) {

	.c-header {
	    padding-top: 18px;
	}

	.fp-controlArrow {
	    bottom: 100px;
	    font-size: 16px;
	}

	.fp-controlArrow.fp-prev {
		bottom: 25px;
	}

	.c-branding__logo {
	    font-size: 28px;
	}

	.c-full--main .c-text h2 {
		font-size: 66px;
	}

	.c-full--info .c-text h2 {
		font-size: 26px;
		margin-bottom: 10px;
	}

	.c-full--info .c-text p,
	.c-full--footer .c-text p {
	    font-size: 12px;
	    line-height: 1.4;
	}

	.c-text h5 {
	    font-size: 20px;
	    margin-bottom: 0.6em;
	}

	.c-text--footer:not(:last-child) {
	    margin-bottom: 50px;
	}

	.c-full--info .c-img--right {
	    max-width: 100%;
	    width: 75%;
	    margin-left: auto;
	    margin-right: auto;
	}

	.slide-2-2 .c-full--info .c-img--right {
	    max-width: 100%;
	    width: 75%;
	    margin-left: auto;
	    margin-right: auto;
	}

	.slide-4-2 .c-full--info .c-img--right {
		max-width: 100%;
		width: 75%;
	    margin-left: auto;
	    margin-right: auto;
	}

	.slide-3-2 .c-img.c-img--right {
	    max-width: 50%;
	    margin: 15px auto;
	}

}
