@import url(http://fonts.googleapis.com/css?family=Asap:400,700|Titillium+Web:400,700);

@charset "UTF-8";
/* CSS Document */

/* VAALEA VIHREÄ VÄRI #70c883 */
/* NORMAALI VIHREÄ VÄRI #57be6d */
/* TUMMA VIHREÄ VÄRI #4aa25d */
/* HARMAAT TEKSTIT #333231 */
/* HARMAAT VIIVAT #333231 */

body {
    background: #f7f4f0;
    color: #333231;
}

h1 {
    font: 700 3em/1 'Titillium Web', sans-serif;
    color: #57be6d;
}

h2 {
    font: 700 2.250em/1 'Titillium Web', sans-serif;
    color: #57be6d;
}

h3 {
    font: 700 1.750em/1 'Titillium Web', sans-serif;
    color: #333231;
}

p { font-family: 'Asap', sans-serif; font-weight: 400; }

strong { font-weight: 700; }

.content li {
    list-style: none;
    background: url(../img/li-bg.png) no-repeat 5px 8px;
    padding-left: 20px;
}

.content .orbit-container li {
    background: none;
    padding-left: 0;
}


/* HEADER */

.isarc-head {
    background: url(../img/header-bg-1.png) no-repeat bottom center;
    position: relative;
}

.head-bg {
    background: url(../img/header-bg-2.png) no-repeat bottom center;
    padding: 35px 0 45px;
    overflow: hidden;
    z-index: 6;
}

#truck {
    background-position: 10% 100%;
    background-image: url(../img/truck.png);
    background-repeat: no-repeat;
    animation: truck 20s linear 2s infinite normal;
    -webkit-animation: truck_webkit 20s linear 2s infinite normal;
}

@keyframes truck
{
0%   { background-position: 10% 100%; }
60% { background-position: 93% 100%; }
100% { background-position: 93% 100%; }
}

@-webkit-keyframes truck_webkit
{
0%   { background-position: 10% 100%; }
60% { background-position: 93% 100%; }
100% { background-position: 93% 100%; }
}

.isarc-head h1 {
    text-align: center;
    font-size: 4.375em;
    font-weight: 700;
    margin: 0;
    color: #636261;
    letter-spacing: -1px;
}

.isarc-head h1 span {
    color: #57be6d;
}

.isarc-head h1 a {
    color: #636261;
}


.isarc-head p {
    font: 400 1.125em/1 'Titillium Web', sans-serif;
    text-align: center;
    margin: 0;
}

/* FOOTER */

.sponsors {
    overflow: hidden;
    padding: 0 0 20px 0;
    text-align: center;
    font: 400 1em/60px 'Titillium Web', sans-serif;
}

.sponsors a, .sponsors span {
    padding: 0 20px;
    border-right: 1px solid #c3c2c1;
    display: inline-block;
}

.sponsors span {
    border-left: 1px solid #c3c2c1;
    color: #636261;
}

ul.organized {
    float: right;
}

ul.organized li {
    float: left;
    display: block;
    height: 50px;
    padding: 0 20px;
    font: 400 1em/50px 'Titillium Web', sans-serif;
    color: #636261;
    border-right: 1px solid #c3c2c1; 
}

ul.organized li a:hover img, .sponsors a:hover img {
    margin-top: -5px;
}

.footer {
    background: url(../img/footer.png) no-repeat bottom center;
    height: 33px;
    border-bottom: 4px solid #57be6d;
}

/* ORBIT */

.orbit-container {
    margin-bottom: 30px;
}

.orbit-container .orbit-prev, .orbit-container .orbit-next {
    margin-top: -46px;
}

/* MENU */


.top-bar {
    font: 400 1em/45px 'Titillium Web', sans-serif;
    background: #57be6d;
    height: 60px;
    line-height: 60px;
    margin-bottom: 0;
}

.top-bar.expanded .title-area {
    background: #57be6d;
}

/** Removes black background on menu bar **/
.top-bar-section ul {
    background: #57be6d;
}
/** Removes black background on menu item **/
.top-bar-section li a:not(.button) {
    background: #57be6d;
    line-height: 60px;
    padding: 0 20px;
}

.top-bar-section li a:not(.button):hover { background: #4aa25d;}
.top-bar-section ul li a { text-transform: uppercase; }
.top-bar-section ul li li a { text-transform: none; }


/* Divider */
.top-bar-section li a:not(.button) { background: #57be6d; }
.top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
border-left: solid 1px #4aa25d;
border-right: solid 1px #70c883;
height: 60px;
}

/** Changes the active menu item from default black to a gradient **/
.top-bar-section ul li.active > a {
    background: #57be6d;
    color: #fff;
}
/** Changes the hover state of non active menu items **/
.top-bar-section li:hover a, .top-bar-section ul li:hover > a {
    background: #4aa25d;
    color: #fff;
}
/** Changes non active menu items text color to black **/
.top-bar-section ul li > a {
    color: #fff;
    background: #57be6d;
    font-size: 1em;
    font-weight: 400;
}
/** Changes the hover state of dropdown menu items **/
.top-bar-section ul.dropdown li a:hover:not(.button) {
    background: #70c883;
}
/** IMPORTANT fill for the ul dropdown container **/
.top-bar-section ul.dropdown {
    background: #57be6d;
    color: #fff;
}
/** This fixes the position and the color of the dropdown arrow **/
.top-bar-section .has-dropdown > a:after {
    border-color: rgba(255, 255, 255, 1) transparent transparent;
    margin-top: 5.5px;
}



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


h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.750em;
}

h3 {
    font-size: 1.5em;
}


.isarc-head h1 {
    font-size: 3.5em;
}

.top-bar {
    height: 45px;
    line-height: 45px;
}

.top-bar-section li a:not(.button) {
    height: 45px;
}

.top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
    height: 2px;
    border: none;
    border-top: 1px solid #4aa25d;
    border-bottom: 1px solid #70c883;
}

.top-bar-section .has-dropdown > a:after {
    border-color: rgba(255, 255, 255, 1) transparent transparent;
    margin-top: 2.5px;
}

ul.organized {
    float: none;
    margin-bottom: 30px;
}

ul.organized li {
    float: none;
    text-align: center;
    border: none;
    padding: 10px 0;
    height: 60px;
}

}

.item-with-ul a {line-height:100%;}


.flexnav li ul a  {
line-height:100%;
height:60px;
padding-top:22px;
}

.flexnav li a{
line-height:100% !important;
height:60px !important;
padding-top:22px !important;
}

/* FLEX NAX */

/* Flexnav Base Styles */
.flexnav {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    transition: none;
    -webkit-transform-style: preserve-3d;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    max-height: 0; }
.flexnav.opacity {
    opacity: 0; }
.flexnav.flexnav-show {
    max-height: 2000px;
    opacity: 1;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out; }
.flexnav.one-page {
    position: fixed;
    top: 50px;
    right: 5%;
    max-width: 200px; }
.flexnav li {
    font-size: 100%;
    position: relative;
    overflow: hidden; }
.flexnav li a {
    background: #57be6d;
    position: relative;
    display: block;
    padding: .96em;
    z-index: 200;
    overflow: hidden;
    font: 400 1em/60px 'Titillium Web', sans-serif;
    padding: 0 20px;
    color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15); 
    text-transform: uppercase;
}
.flexnav li a:hover {
    background: #4aa25d;
}
  .flexnav li ul {
    width: 100%; }
	
    .flexnav li ul li {
      font-size: 100%;
      position: relative;
      overflow: hidden; }
	  
  .flexnav li ul.flexnav-show li {
    overflow: visible; }
	
  .flexnav li ul li a {
    display: block;
    background: #57be6d; 
    text-transform: none;
	
}

  .flexnav ul li ul li a {
    background: #57be6d; 
    text-transform: none;
	
}

  .flexnav ul li ul li ul li a {
    background: #57be6d; }
  .flexnav .touch-button {
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    width: 50px;
    height: 60px;
    display: inline-block;
    background: #acaca1;
    background: rgba(0, 0, 0, 0.075);
    text-align: center; }
    .flexnav .touch-button:hover {
      cursor: pointer; }
    .flexnav .touch-button .navicon {
      position: relative;
      top: 1.4em;
      font-size: 12px;
      color: #fff; }

.menu-button {
  position: relative;
  display: block;
  padding: 1em;
  background: #57be6d;
  color: #fff;
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
  .menu-button.one-page {
    position: fixed;
    top: 0;
    right: 5%;
    padding-right: 45px; }
  .menu-button .touch-button {
    background: transparent;
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center; }
    .menu-button .touch-button .navicon {
      font-size: 16px;
      position: relative;
      top: 1em;
      color: #fff; }

@media all and (min-width: 800px) {
  body.one-page {
    padding-top: 70px; }

ul.flexnav li ul {
    margin-left: 0;
}

.flexnav {
    overflow: visible; }
.flexnav.opacity {
    opacity: 1; }
.flexnav.one-page {
    top: 0;
    right: auto;
    max-width: 1080px; }
.flexnav li {
      position: relative;
      list-style: none;
      float: left;
      display: block;
      background-color: #a6a6a2;
      overflow: visible;
      width: 20%; }
    .flexnav li a {
        border-left: solid 1px #70c883;
        border-right: solid 1px #4aa25d;
        border-bottom: none; }
    .flexnav li > ul {
      position: absolute;
      top: auto;
      left: 0; }
      .flexnav li > ul li {
        width: 100%; }
    .flexnav li ul li > ul {
      margin-left: 100%;
      top: 0; }
    .flexnav li ul li a {
      border-bottom: none; }
    .flexnav li ul.open {
      display: block;
      opacity: 1;
      visibility: visible;
      z-index: 100; }
      .flexnav li ul.open li {
        overflow: visible;
        max-height: 100px; }
      .flexnav li ul.open ul.open {
        margin-left: 100%;
        top: 0; }

  .menu-button {
    display: none; } }
.oldie body.one-page {
  padding-top: 70px; }
.oldie .flexnav {
  overflow: visible; }
  .oldie .flexnav.one-page {
    top: 0;
    right: auto;
    max-width: 1080px; }
  .oldie .flexnav li {
    position: relative;
    list-style: none;
    float: left;
    display: block;
    background-color: #a6a6a2;
    width: 20%;
    min-height: 50px;
    overflow: visible; }
  .oldie .flexnav li:hover > ul {
    display: block;
    width: 100%;
    overflow: visible; }
    .oldie .flexnav li:hover > ul li {
      width: 100%;
      float: none; }
  .oldie .flexnav li a {
    border-left: 1px solid #acaca1;
    border-bottom: none;
    overflow: visible; }
  .oldie .flexnav li > ul {
    background: #acaca1;
    position: absolute;
    top: auto;
    left: 0;
    display: none;
    z-index: 100;
    overflow: visible; }
  .oldie .flexnav li ul li ul {
    top: 0; }
  .oldie .flexnav li ul li a {
    border-bottom: none; }
  .oldie .flexnav li ul.open {
    display: block;
    width: 100%;
    overflow: visible; }
    .oldie .flexnav li ul.open li {
      width: 100%; }
    .oldie .flexnav li ul.open ul.open {
      margin-left: 100%;
      top: 0;
      display: block;
      width: 100%;
      overflow: visible; }
  .oldie .flexnav ul li:hover ul {
    margin-left: 100%;
    top: 0; }
.oldie .menu-button {
  display: none; }
.oldie.ie7 .flexnav li {
  width: 19.9%; }




