/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

@import url(../warp/css/base.css);

.anchor{
  display: block;
  height: 100px; /*same height as header*/
  margin-top: -100px; /*same height as header*/
  visibility: hidden;
}

/* responsive slider stuff */

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

/* New style-related Base Values
----------------------------------------------------------------------------------------------------*/

body {
  font: normal 18px/25px Arial, Helvetica, sans-serif;
  /*color: #666666;*/
  color: #6C6868;
}

h1,
h2,
h3,
h4,
h5,
h6 { color: #616161; }

a:hover { color: #2a2a2a; }

#footer a:hover { color: #fff; }

em, code { color: #79b8c7; }

ins,
mark { 
  padding: 2px 5px;
  color: #6f777b; 
  text-shadow: 0 1px 0 rgba(255,255,255,0.45);
}

ins { background-color: #f0f3f4; }
mark { background-color: #e0eaed; }

hr { border-top-color: #ddd; }

pre {
  border: 1px solid #ddd;
  background: #fafafa;
}

::-moz-selection { background: #39f; color: #fff; }
::selection { background: #39f; color: #fff; }

