article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

html {
  background: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

body {
  margin: 0; }

a {
  background: transparent; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.75em;
  margin: 2.33em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

q:before, q:after {
  content: '';
  content: none; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0;
  white-space: normal; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline; }

button, input {
  line-height: normal; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }
  input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

.Header .menu {
  margin: 0px;
  padding: 0px;
  list-style: none; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

img {
  border: 0; }

a {
  text-decoration: none; }

html {
  height: 100%;
  overflow-y: scroll; }

body {
  background: #f7f7f7;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #111;
  height: 100%; }

.BodyWrapper {
  min-width: 1000px;
  background: #f7f7f7;
  min-height: 100%;
  padding-bottom: 200px;
  box-sizing: border-box; }

.Capsule {
  width: 1000px;
  margin: auto; }

.Content {
  clear: both; }

.Header, .Content, .Footer {
  min-width: 1000px; }

.Input {
  margin: 0;
  padding: 0 5px;
  line-height: 25px;
  border: 3px solid #E4DDCA;
  display: inline-block;
  vertical-align: top; }
  .Input:focus {
    border-color: #34AADC;
    outline: none; }

.Button {
  background: #d3d3d3;
  border: 3px solid #E4DDCA;
  padding: 0 5px;
  line-height: 25px; }

.Header {
  background: #35363A;
  color: #f7f7f7;
  padding: 30px 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .Header .Capsule {
    overflow: hidden;
    padding: 0; }
  .Header .logo {
    float: left;
    height: 130px; }
    .Header .logo img {
      float: left;
      height: 100%;
      width: auto; }
  .Header .contacts {
    margin-top: 0px;
    float: right; }
    .Header .contacts .phone, .Header .contacts .email {
      -webkit-user-select: text;
      -moz-user-select: text;
      -ms-user-select: text;
      user-select: text;
      display: block;
      text-align: right;
      line-height: 30px;
      float: right;
      clear: right;
      color: #F7F7F7; }
    .Header .contacts .phone {
      font-size: 25px; }
    .Header .contacts .email {
      font-size: 16px; }
  .Header .menu {
    overflow: hidden;
    margin: 70px 0 0 220px;
    font-size: 0; }
    .Header .menu li {
      display: inline-block;
      margin-left: 10px; }
      .Header .menu li a {
        line-height: 20px;
        font-size: 18px;
        padding: 5px 15px;
        display: inline-block;
        text-transform: uppercase;
        border: 1px solid transparent;
        transition: all .5s;
        color: #D7D7D7; }
        .Header .menu li a.active {
          border: 1px solid #D6CEC3;
          outline: none; }

.Footer {
  height: 200px;
  margin-top: -200px;
  background: #35363A;
  color: #f7f7f7; }
  .Footer.Contacts {
    height: 400px;
    margin-top: -400px; }
    .Footer.Contacts .Capsule {
      width: 100%; }
    .Footer.Contacts .map {
      height: 400px; }
  .Footer .column {
    float: left;
    width: 333px;
    margin: 20px 0 0 0; }
    .Footer .column .map {
      width: 300px;
      height: 160px; }
    .Footer .column h2 {
      margin-top: 0; }
    .Footer .column a {
      color: white; }
    .Footer .column .contact .Input {
      width: 320px;
      float: right;
      margin-bottom: 4px;
      line-height: 20px;
      font-size: 12px; }
      .Footer .column .contact .Input .message {
        resize: none;
        height: 60px; }
    .Footer .column .contact .Button {
      float: right; }
    .Footer .column .contact textarea {
      height: 55px; }

.Home .Capsule {
  width: 100%; }
.Home .slideshow {
  position: relative;
  width: 100%;
  height: 350px; }
  .Home .slideshow .slide {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .5s ease;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center; }
    .Home .slideshow .slide.active {
      opacity: 1; }
    .Home .slideshow .slide .text {
      display: block;
      position: absolute;
      bottom: 16px;
      left: 16px;
      padding: 8px;
      background: rgba(128, 128, 128, 0.7);
      color: white;
      font-size: 28px; }
  .Home .slideshow .controls button.action {
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0;
    margin: auto;
    height: 70px;
    border: none;
    background: none;
    padding: 0;
    font-size: 58px;
    color: white;
    text-shadow: -1px -1px 0 #333, 1px -1px 0 #333, -1px 1px 0 #333, 1px 1px 0 #333; }
    .Home .slideshow .controls button.action.prev {
      left: 10px; }
    .Home .slideshow .controls button.action.next {
      right: 10px;
      text-align: right; }
  .Home .slideshow .controls menu.goto {
    position: absolute;
    width: 200px;
    bottom: 10px;
    list-style: none;
    text-align: center;
    padding: 0;
    margin: auto;
    left: 0px;
    right: 0px; }
    .Home .slideshow .controls menu.goto li {
      display: inline-block;
      background: white;
      list-style: none;
      width: 8px;
      height: 8px;
      margin: 4px;
      border-radius: 50%; }
      .Home .slideshow .controls menu.goto li.active {
        background: green; }

.Contacts .Capsule {
  overflow: hidden; }
.Contacts .form {
  width: 500px;
  float: right; }
  .Contacts .form .Input {
    display: block;
    margin-bottom: 10px; }
  .Contacts .form input.Input {
    width: 245px;
    float: left; }
    .Contacts .form input.Input + input.Input {
      margin-left: 10px; }
  .Contacts .form textarea.Input {
    resize: vertical;
    width: 500px;
    clear: left; }

.Services .tiles {
  width: 1010px;
  overflow: hidden; }
  .Services .tiles .column {
    float: left;
    width: 336px; }
    .Services .tiles .column.narrow {
      width: 168px; }
    .Services .tiles .column a {
      position: relative;
      display: block;
      float: left;
      margin: 0px 10px 10px 0px; }
      .Services .tiles .column a img {
        display: block; }
      .Services .tiles .column a span {
        position: absolute;
        top: 8px;
        left: 8px;
        font-size: 26px;
        color: white;
        text-shadow: -1px -1px 0 #333, 1px -1px 0 #333, -1px 1px 0 #333, 1px 1px 0 #333; }

.Portfolio .scroll {
  overflow: auto;
  height: 178px; }
.Portfolio .tiles {
  overflow: hidden; }
  .Portfolio .tiles .column {
    float: left;
    margin-right: 10px; }
    .Portfolio .tiles .column.medium {
      width: 74px; }
      .Portfolio .tiles .column.medium a:first-child {
        margin-bottom: 10px; }
    .Portfolio .tiles .column.big {
      width: 158px; }
    .Portfolio .tiles .column.wide {
      width: 326px; }
    .Portfolio .tiles .column a {
      display: block; }
      .Portfolio .tiles .column a img {
        display: block; }

/*# sourceMappingURL=mitchas.css.map */
