/* erkan @ plato planning | 2016 */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* palette & sizes */
/* color & size definitions */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* basic needs */
/* basic classes and fonts */
body,
html {
  margin: 0;
  padding: 0;
}
body * {
  font-weight: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}
body.hide,
.hide {
  display: none;
}
body.settings .hide {
  display: block;
  position: absolute;
  top: -9999px !important;
  left: -9999px !important;
}
.align {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
*,
.box-size {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}
.left {
  float: left;
}
.right {
  float: right;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.break {
  word-wrap: break-word;
}
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
/* For IE 6/7 only */.cf* {
  zoom: 1;
}
dl,
dd {
  margin: 0;
}
* {
  background-repeat: no-repeat;
}
:focus {
  outline: 0;
}
b {
  font-weight: normal;
}
button {
  border: none;
  background-color: transparent;
  cursor: pointer;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */