/*
 Copyright © 2016 Alexander Karasev. All rights reserved.
 @link        http://karasevstudio.com
 @version     0.8
 @package     KarasevStudio
 
 Mobile devices
*/


/* Medium Screens */
@media (min-width: 62.063em) {

#article, #show {
  padding: 1em;
  background-color: transparent;
}

#show h1 {
	font-size: 280%;
  opacity: 1;
	text-shadow: none;
  filter: none;
}
#show ul {
  font-size: 160%;
  line-height: 180%;
}

.detail {
  display: none;
}

}


/* Small Screens */
@media (max-width: 62em) {

#header {
  padding: 0;
  background-color: transparent;
}

#article, #show {
  padding: 0.5em;
  background-color: transparent;
}

#header .nav ul, #header ul.nav {
  padding: 0;
  margin: 0;
}

#header img {
  padding: 0;
  margin: 0.4em 0 0 0;
  height: 0.9em;
  width: auto;
}

#header .left, #header .right, #header .nav li, #header li.nav {
  float: left;
  width: 49.3%;
  background-color: #262626;
  text-align: center;
  padding: 0;
  margin: 0.048em;
  font-size: 130%;
  font-weight: 300;
	line-height: 1.7em;
  height: 1.9em;
  border-radius: 0.3em;
}

.nomobile, .detail, form div.g-recaptcha {
  display: none;
}

#show {
  background-color: transparent;
  background-image: none;
}
#show h1 {
  padding-top: 1.6em;
	font-size: 300%;
  color: #808080;
  opacity: 1;
	text-shadow: none;
  filter: none;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  letter-spacing: 0.05em;
}
#show ul {
  font-size: 140%;
  line-height: 180%;
}
#show img {
  float: none;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

#article h1 {
  padding-top: 2em;
	font-size: 236%;
  letter-spacing: -0.04em;
  font-weight: 100;
}
#article .right {
  margin-left: 0.2em;
  min-width: 120px;
  width: 50%;
}


.thumbnails img, img.thumbnail {
  width: 4.2em;
  height: auto;
  margin: 0.1em 0.2em 0.1em 0;
  transition: none;
}
.thumbnails img:hover {
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}

.video {
  width: 22em;
  height: 12.375em;
}


a < div.preview, a:hover > .preview {
	display: none;
}
a:hover > .preview {
	display: none;

}
a .preview {
  -webkit-transition: unset;
  -moz-transition: unset;
  -o-transition: unset;
  transition: unset;
}


a.button[href$=".pdf"] {
  font-size: 130%;
  margin: 0.1em 0.2em 0.1em 0;
}


form {
  min-width: 18em;
  /* max-width: auto; */
	margin-top: 0;
}
form label {
	min-width: 5em;
}
form input.medium {
  width: 10em;
}
form textarea {
  display: block;
  width: 20.8em;
  height: 4em;
  max-width: 99%;
}
input, textarea {
  font-size: 17px; /* prevents zooming */
}
form button, form input[type="submit"] {
  margin-left: auto;
  margin-right: auto;
}

}