@import 'normalize.css';

@import 'grid.css';
/*---------------------------------------------------
    LESS Elements 0.6
  ---------------------------------------------------
    A set of useful LESS mixins by Dmitry Fadeyev
    Special thanks for mixin suggestions to:
      Kris Van Herzeele,
      Benoit Adam,
      Portenart Emile-Victor,
      Ryan Faerman

    More info at: http://lesselements.com
-----------------------------------------------------*/
body {
  color: #0d1322;
  background: #ebebeb url('../img/bg-noise.jpg') left top repeat;
}
body > header {
  height: 57px;
  padding: 20px 0;
}
body > header #logo {
  width: 300px;
  height: 113px;
  margin: 0 auto;
  background: transparent url('../img/logo-optaka-300.png') left top no-repeat;
}
body > header #logo img {
  margin-left: 20px;
  width: 100%;
  height: 100%;
}
body > header h1 {
  line-height: 57px;
  margin: 0;
  -webkit-text-shadow: 0 2px 1px #ffffff;
  -moz-text-shadow: 0 2px 1px #ffffff;
  text-shadow: 0 2px 1px #ffffff;
  filter: progid:dximagetransform.microsoft.dropshadow(offX=0, offY=2px, color=#ffffff);
  color: #004e58;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans Condensed', sans-serif;
  color: #004e58;
}
a:link,
a:active,
a:visited {
  color: #009ab1;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.em {
  font-weight: bold;
  text-transform: uppercase;
}
aside nav {
  z-index: 1;
  top: 0;
  width: 100%;
  max-width: 220px;
  position: relative;
  float: left;
}
aside nav ul {
  padding: 0;
  border-bottom: none;
}
aside nav ul li {
  border-top: 1px solid #21f4f9;
}
aside nav ul li:first-child {
  border-top: none;
}
aside nav ul li a {
  font-family: 'Open Sans Condensed', sans-serif;
}
aside nav ul li a:link,
aside nav ul li a:active,
aside nav ul li a:visited {
  color: #004e58;
  text-decoration: none;
  display: block;
  background: #00b0c9;
  text-align: right;
  padding: 10px 10px 10px 30px;
  -webkit-transition: background 0.5s ease-out;
  -moz-transition: background 0.5s ease-out;
  transition: background 0.5s ease-out;
}
aside nav ul li a:hover,
aside nav ul li a.active {
  background: #004e58;
  color: #fff;
}
aside nav ul li a:hover::before,
aside nav ul li a.active::before {
  left: -20px;
  opacity: 1;
}
aside nav ul li a::before {
  content: '';
  float: left;
  position: relative;
  opacity: 0.5;
  left: -10px;
  background: transparent url('../img/ico-left-arrow-white.png') left top no-repeat;
  width: 24px;
  height: 16px;
}
aside .shadow {
  position: relative;
  top: -21px;
  z-index: 0;
}
article {
  position: relative;
  z-index: 1;
  margin-top: 17px;
  border: 1px solid #c4cacc;
  padding: 10px;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
article h1:first-child {
  margin-top: 0.2em;
}
article section {
  margin-top: 60px;
}
#art-container .shadow {
  position: relative;
  z-index: 0;
  top: -2px;
}
.picture {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 5px solid #ffae00;
  float: right;
  position: relative;
  margin: 0 0 10px 10px;
}
/* buttons */
.btn:link,
.btn:visited {
  position: relative;
  padding: 6px 10px;
  margin-right: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.8em;
  line-height: 1.2em;
  font-weight: bold;
  -webkit-text-shadow: 0 1px 1px #333333;
  -moz-text-shadow: 0 1px 1px #333333;
  text-shadow: 0 1px 1px #333333;
  filter: progid:dximagetransform.microsoft.dropshadow(offX=0, offY=2px, color=#ffffff);
}
.btn.blue {
  border: 1px solid #414749;
  -webkit-box-shadow: inset 0 1px 1px #ffffff, 0 1px 1px #a9b0b4;
  -moz-box-shadow: inset 0 1px 1px #ffffff, 0 1px 1px #a9b0b4;
  box-shadow: inset 0 1px 1px #ffffff, 0 1px 1px #a9b0b4;
  background: #00b0c9;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0%, #00c3e0), color-stop(100%, #009ab1));
  background: -ms-linear-gradient(bottom, #00c3e0, #009ab1);
  background: -moz-linear-gradient(center bottom, #00c3e0 0, #009ab1 1);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='@start', endColorstr='@stop');
}
.btn.blue:hover {
  background: #009ab1;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0%, #00b0c9), color-stop(100%, #009ab1));
  background: -ms-linear-gradient(bottom, #00b0c9, #009ab1);
  background: -moz-linear-gradient(center bottom, #00b0c9 0, #009ab1 1);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='@start', endColorstr='@stop');
}
.btn.blue:active {
  background: #009ab1;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0%, #00b0c9), color-stop(100%, #009ab1));
  background: -ms-linear-gradient(bottom, #00b0c9, #009ab1);
  background: -moz-linear-gradient(center bottom, #00b0c9 0, #009ab1 1);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='@start', endColorstr='@stop');
  top: 1px;
  -webkit-box-shadow: inset 0 1px 1px #1f293f, 0 1px 1px #ffffff;
  -moz-box-shadow: inset 0 1px 1px #1f293f, 0 1px 1px #ffffff;
  box-shadow: inset 0 1px 1px #1f293f, 0 1px 1px #ffffff;
}
.btn.grey {
  border: 1px solid #a9b0b4;
  -webkit-box-shadow: inset 0 1px 1px #ffffff, 0 1px 1px #a9b0b4;
  -moz-box-shadow: inset 0 1px 1px #ffffff, 0 1px 1px #a9b0b4;
  box-shadow: inset 0 1px 1px #ffffff, 0 1px 1px #a9b0b4;
  background: #a9b0b4;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0%, #dfe4e5), color-stop(100%, #c4cacc));
  background: -ms-linear-gradient(bottom, #dfe4e5, #c4cacc);
  background: -moz-linear-gradient(center bottom, #dfe4e5 0, #c4cacc 1);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='@start', endColorstr='@stop');
}
.btn.grey:hover {
  background: #009ab1;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0%, #c4cacc), color-stop(100%, #a9b0b4));
  background: -ms-linear-gradient(bottom, #c4cacc, #a9b0b4);
  background: -moz-linear-gradient(center bottom, #c4cacc 0, #a9b0b4 1);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='@start', endColorstr='@stop');
}
.btn.grey:active {
  background: #009ab1;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0%, #c4cacc), color-stop(100%, #a9b0b4));
  background: -ms-linear-gradient(bottom, #c4cacc, #a9b0b4);
  background: -moz-linear-gradient(center bottom, #c4cacc 0, #a9b0b4 1);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='@start', endColorstr='@stop');
  top: 1px;
  -webkit-box-shadow: inset 0 1px 1px #1f293f, 0 1px 1px #ffffff;
  -moz-box-shadow: inset 0 1px 1px #1f293f, 0 1px 1px #ffffff;
  box-shadow: inset 0 1px 1px #1f293f, 0 1px 1px #ffffff;
}
dl dt {
  vertical-align: top;
  font-weight: bold;
  min-width: 35%;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0.9em;
}
dl dd {
  margin: 0;
  margin-bottom: 10px;
  width: 60%;
  display: inline-block;
}
dl dd label {
  display: inline-block;
}
dl dd:last-child {
  margin-top: 10px;
}
input,
textarea {
  font-size: 0.9em;
  line-height: 1.1em;
  padding: 5px 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
  border: 1px solid #32385f;
  background: #ececec;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0%, #ffffff), color-stop(100%, #ececec));
  background: -ms-linear-gradient(bottom, #ffffff, #ececec);
  background: -moz-linear-gradient(center bottom, #ffffff 0, #ececec 1);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='@start', endColorstr='@stop');
}
input[type='checkbox'],
textarea[type='checkbox'] {
  display: inline-block;
  margin-right: 5px;
}
input[type='tel'],
textarea[type='tel'],
input[type='text'],
textarea[type='text'],
input[type='email'],
textarea[type='email'] {
  width: 200px;
}
input.invalid,
textarea.invalid {
  border: 1px solid #ff2b1a;
}
input:focus,
textarea:focus {
  -webkit-transition: box-shadow 0.45s ease;
  -moz-transition: box-shadow 0.45s ease;
  transition: box-shadow 0.45s ease;
  outline-color: transparent;
  outline-style: none;
  -webkit-box-shadow: 0 0 7px #00b0c9;
  -moz-box-shadow: 0 0 7px #00b0c9;
  box-shadow: 0 0 7px #00b0c9;
  border-color: #00b0c9;
}
textarea {
  width: 300px;
  height: 100px;
}
label {
  font-size: 0.9em;
}
.result {
  font-size: 0.9em;
  margin: 10px 0;
  background: transparent url('../img/loader.gif') center center no-repeat;
  width: 100%;
  min-height: 50px;
  display: none;
}
footer {
  color: #414749;
  font-size: 0.8em;
}
footer ul {
  padding: 0;
  padding-bottom: 20px;
  text-align: center;
  list-style: none;
}
footer ul li {
  display: inline-block;
  margin-right: 10px;
}
