
/* fjalla-one-regular - latin */
@font-face {
  font-family: 'Fjalla One';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/fjalla-one-v5-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Fjalla One'), local('FjallaOne-Regular'),
       url('../fonts/fjalla-one-v5-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/fjalla-one-v5-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/fjalla-one-v5-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/fjalla-one-v5-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/fjalla-one-v5-latin-regular.svg#FjallaOne') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/MaterialIcons-Regular.eot'); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url('../fonts/MaterialIcons-Regular.woff2') format('woff2'),
    url('../fonts/MaterialIcons-Regular.woff') format('woff'),
    url('../fonts/MaterialIcons-Regular.ttf') format('truetype');
}


html {
	font-family: "Open Sans", sans-serif;
}

nav ul a,
nav .brand-logo {
  color: #444;
}

p {
  line-height: 2rem;
}

.button-collapse {
  color: #444;
}

.parallax-container {
  min-height: 500px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
}
.parallax-container h1, .parallax-container h5{
    text-shadow: 1px 1px 3px #555;
  
 }
  .parallax-container .section {
    width: 100%;
  }

@media only screen and (max-width : 992px) {
  .parallax-container .section {
    position: absolute;
    top: 40%;
  }
  #index-banner .section {
    top: 10%;
  }
}

@media only screen and (max-width : 600px) {
  #index-banner .section {
    top: 0;
  }
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}

footer.page-footer {
  margin: 0;
}

div.logo {
	max-width: 550px;
	margin-left: auto;
	margin-right: auto;
	padding: 35px;
}
@media (max-width: 600px){
	div.logo {
	padding: 15px;
}
}


nav ul li {
    display: block;
}

@media (min-width: 992px){
	nav ul li{
	float: none;
	display: inline-block;
}
}

nav ul a:hover {
	/*background-color: #919999;*/
}


nav ul li a{
	text-transform: uppercase;
	font-size: 20px;
	padding-left: 20px;
	padding-right: 20px; 

}
nav ul li a:hover{
	/*color: white;*/
}
.nav-center {
	text-align: center
}



.side-nav {
    width: 250px;
}

/* ----- Hide lang switch in side nav ----- */

.side-nav .lang {
    display: none;
}
/* ----------- */

h1, h2, h3, h4, h5, h6 {
	font-family: "Fjalla One", sans-serif;
	text-transform: uppercase;
}

#backtotop {
    bottom: 3em;
    position: fixed;
    right: 3em;
    width: 50px;
    height: 50px;
    z-index: 2000;
   	opacity: 0;
	-webkit-transition: opacity .4s 0s;
 	-moz-transition: opacity .4s 0s;
  	transition: opacity .4s 0s;
}
.backtop {
	display: block;
}
a.backtop i {
    /*background-color: rgba(25, 25, 25, 0.6);*/
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #ccc;
    display: block;
    font-size: 3.3em;
    padding: 0.3em;
    transition-delay: 0s;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: linear;
}

.space {
	margin-top: 100px;
	margin-bottom: 100px;
}

.flow-text {
	font-size: 1.4em;
}
.quotesource {
	font-style: italic; 
	padding-top: 15px;
}
.quote, .contact {
	font-size: 1.1em;
}
h4.quoteline{
	font-size: 1.8rem;
}
.thin {
	min-height: 150px;
}
.broad {
	min-height: 200px;
	}
@media (max-width:900px){
	.broad {
	min-height: 400px;
}
}
.row-text {
	padding-top: 60px;
	padding-bottom: 60px;
}

a.lang {
	color: #aaa !important;
	
}
.lang-switch {
	position: absolute;
	z-index: 9999; 
	top: -147px;
	right: -120px;
}

hr.hr-sidebar {
	margin:0;
	color: #ddd;
	border: 1px solid #ddd; 
}
.red {
  background-color: #d51317 !important;
}
.red-text {
  color: #d51317 !important;
}	

a {
    color: #ccc;
}
.car img {
	width: 90px;
}
.come-in-stop {
  transform: translateX(-1850px);
  animation: come-in 0.9s ease forwards, wobble 0.8s;
  animation-delay: 0s, 1.3s;
}

.come-in {
  transform: translateX(-1850px);
  animation: come-in 0.9s ease forwards, wobble 0.8s, get-out 1.6s ease-in-out forwards;
  animation-delay: 0s, 1.3s, 2.1s;
}

/*.come-in:nth-child(odd) {
  animation-duration: 0.8s;
}*/

.already-visible {
  transform: translateX(-2850px);
}

@keyframes come-in {
  to {
    transform: translateX(0);
  }
} 
@keyframes get-out {
    from {
    transform: translateX(0px);
  }
    to {
    transform: translateX(2850px);
  }
} 

 @-webkit-keyframes wobble { 
  0% { -webkit-transform: translateX(0px); } 
  15% { -webkit-transform: translateX(-5px) rotate(-1deg); } 
  30% { -webkit-transform: translateX(6px) rotate(1deg); } 
  45% { -webkit-transform: translateX(-3px) rotate(-1deg); } 
  60% { -webkit-transform: translateX(5px) rotate(1deg); } 
  75% { -webkit-transform: translateX(-1px) rotate(-1deg); } 
  100% { -webkit-transform: translateX(0px); } 
} 
@keyframes wobble { 
  0% { transform: translateX(0px); } 
  15% { transform: translateX(-5px) rotate(-1deg); } 
  30% { transform: translateX(6px) rotate(1deg); } 
  45% { transform: translateX(-3px) rotate(-1deg); } 
  60% { transform: translateX(5px) rotate(1deg); } 
  75% { transform: translateX(-1px) rotate(-1deg); } 
  100% { transform: translateX(0px); } 
} 
.wobble.go { 
    -webkit-animation-name: wobble; 
    animation-name: wobble; 
} 
  
h1.header:after{
	font-family: Arial, Helvetica, sans-serif;
	content:"\2024";
	 margin-left: -10px;
}
.lang {
	display: none;
}
.nostyle {
	color: white;
	
}
/* Styling material icons */


.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}
.list-icon {
	font-size: 16px;
	padding-top: 7px;
}
