/*

  Theme Name: Skoll
  Theme Owner: alaja
  Theme URI: http://themeforest.net/user/alaja/portfolio
  Description: Skoll
  Author: Alaja web solutions co.
  Author URI: http://alaja.info/about
  License: GNU General Public License version 3.0
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
  Version: 0.1
  Web: http://alaja.info/about

  Provided by Alaja web solutions for ThemeForest.net
  All files, unless otherwise stated, are released 
  under the GNU General Public License version 3.0
  http://www.gnu.org/licenses/gpl-3.0.html

  ---

  0.  CSS Normalize
  1.  Layout
  2.  Typo
  3.  Portfolios
  4.  Contact
  5.  UI Elements: buttons, columns etc.
  6.  Media Elements: slides, video
  7.  Media Queries & Responsiveness

*/
/*--------------------------------------------------------------------------
  0.  CSS Normalize - http://necolas.github.com/normalize.css
/*------------------------------------------------------------------------*/
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]{display:none}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em}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"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding: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}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}.group:before,.group:after{content:'';display:table}.group:after{clear:both}
/*--------------------------------------------------------------------------
  1.  Layout
/*------------------------------------------------------------------------*/
html,
body {
  background: #fff url("img/css/bg.png");
  color: #3e3432;
}
body {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 42px;
  text-align: center;
}
a {
  color: #2a2322;
  font-style: italic;
  outline: none;
}
a:hover {
  color: #6e5d59;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  transition: color 0.3s;
}
img {
  max-width: 100%;
}
#logo {
  font-size: 11px;
  text-transform: uppercase;
}
#logo p {
  margin: 21px 0;
  line-height: 42px;
}
#menu {
  list-style: none;
  margin: 0;
  padding: 21px 0 10px;
}
#menu li {
  display: inline-block;
  padding: 0 1em 10px;
}
#foot {
  padding-bottom: 21px;
}
#foot>p {
  width: 50%;
  display: inline-block;
}
#foot>p.r {
  margin-left: -4px;
  word-spacing: 1px;
}
.social {
  font-family: 'social';
  font-size: 17px;
  line-height: 21px;
}
.social,
.social a {
  font-style: normal;
  text-decoration: none;
}
.social a + a {
  margin-left: 1em;
}
.social.share {
  font-size: 14px;
  margin: 0;
  padding-bottom: 21px;
}
.sep {
  position: relative;
}
.sep:after,
.sep:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #3e3432 url("img/css/bg-alt.png") top;
}
.sep:after {
  top: auto;
  bottom: 0;
}
.sep.close:after,
.sep.foot:after,
.sep.open:before {
  height: 3px;
}
.sep.light:before,
.sep.under:after {
  background-image: url("img/css/bg-alt.png") bottom right;
}
.sep.light:before {
  left: 50%;
  width: 21px;
  margin-left: -10.5px;
  top: 50%;
}
.sep.foot:before,
.sep.light:after,
.sep.under:before {
  display: none;
}
.sep.under {
  display: inline-block;
}
.sep.pad {
  margin-bottom: 21px;
}
div.sep {
  height: 21px;
}
.clear {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
}
.clear.fat {
  padding-top: 21px;
}
.dpad {
  margin: 21px 0;
}
/*--------------------------------------------------------------------------
  2.  Typo
/*------------------------------------------------------------------------*/
@font-face {
  font-family: 'social';
  font-style: normal;
  font-weight: normal;
  src: url("3rd/font/social.eot");
  src: url("3rd/font/social.eot?#iefix") format('embedded-opentype'), url("3rd/font/social.woff") format('woff'), url("3rd/font/social.ttf") format('truetype'), url("3rd/font/social.svg#social") format('svg');
}
body {
  font: 13px/20px 'PT Serif', 'Georgia', serif;
}
h1,
h2,
h3,
h4 {
  font-weight: normal;
}
h1.intro {
  font-size: 70px;
  letter-spacing: 0.05em;
  line-height: 1em;
  margin: 0 0 42px;
  padding: 0;
  text-transform: uppercase;
}
h1 span {
  font-family: Palatino, 'Palatino Linotype', 'Palatino LT STD', 'Book Antiqua', Georgia, serif;
}
.l {
  text-align: left;
}
.r {
  text-align: right;
}
h1,
h2 {
  line-height: 1em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
h1 a,
h2 a {
  text-transform: none;
}
h1 {
  font-size: 55px;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 16px;
  line-height: 1.5em;
}
h4 {
  font-size: 12px;
  text-transform: uppercase;
}
.upper {
  text-transform: uppercase;
}
.post {
  margin-top: 19px;
}
.post h1,
.post h2,
.post h3,
.post p,
.post blockquote,
.post table {
  margin: 0 auto 21px;
}
.post h3 {
  max-width: 567px;
}
.post blockquote,
.post p {
  max-width: 378px;
}
.post img {
  margin-bottom: 17px;
}
.post h2 + img {
  padding: 21px 0;
}
.post h1 + h2,
.post h2 + h3 {
  margin-bottom: 42px;
}
.post p {
  font-size: 12px;
}
blockquote {
  font-style: italic;
  font-weight: bold;
  margin: 0 0 21px 0;
  padding: 10.5px 0 10.5px;
}
/*--------------------------------------------------------------------------
  3.  Portfolios
/*------------------------------------------------------------------------*/
.thumbs {
  margin: 42px -11px 21px;
}
.thumbs .col {
  width: 33.33%;
  float: left;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 11px;
  font-size: 0;
  line-height: 0;
}
.thumbs .col .item {
  display: block;
  font-style: normal;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}
.thumbs .col .item img {
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  filter: alpha(opacity=90);
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.thumbs .col .item img /* img fx */ {
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -ms-filter: grayscale(1);
  -o-filter: grayscale(1);
}
.thumbs .col .item:hover img {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
}
.thumbs .col .item h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  background: none;
  color: transparent;
  font-size: 14px;
  line-height: 16px;
  -webkit-transition: color 0.8s ease-in;
  -moz-transition: color 0.8s ease-in;
  -o-transition: color 0.8s ease-in;
  -ms-transition: color 0.8s ease-in;
  transition: color 0.8s ease-in;
  width: 100px;
  margin-left: -50px;
  margin-top: -1.5em;
}
.thumbs .col .item.hover img,
.thumbs .col .item:hover img {
  opacity: 0.1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
  filter: alpha(opacity=10);
}
.thumbs .col .item.hover h2,
.thumbs .col .item:hover h2 {
  color: #3e3432;
}
.thumbs .col .item + .item {
  margin-top: 22px;
}
/*--------------------------------------------------------------------------
  4.  Contact
/*------------------------------------------------------------------------*/
input,
textarea {
  color: #000;
  font-size: 12px;
  font-style: italic;
  line-height: 20px;
  text-align: center;
}
input[type="submit"] {
  text-decoration: underline;
}
#contact p {
  margin-bottom: 10px;
}
#contact input,
#contact textarea {
  border: none;
  background: transparent;
  padding: 5px 10px;
}
#contact input.err,
#contact textarea.err {
  color: #aa2321;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  transition: color 0.3s;
}
#contact fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
#contact textarea {
  resize: none;
  width: 96%;
}
#contact .name input,
#contact .mail input {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#contact .name,
#contact .mail,
#contact .msg {
  position: relative;
  display: block;
  max-width: 80%;
}
#contact .name:after,
#contact .mail:after,
#contact .msg:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #3e3432 url("img/css/bg-alt.png") bottom;
}
/*--------------------------------------------------------------------------
  5.  UI Elements: buttons, columns etc.
/*------------------------------------------------------------------------*/
/* columns */
.one-half,
.one-third,
.two-third,
.three-fourth,
.one-fourth,
.one-fifth,
.two-fifth,
.three-fifth,
.four-fifth,
.one-sixth,
.five-sixth {
  float: left;
  margin-bottom: 21px;
  margin-right: 3.75%;
  position: relative;
}
.last {
  clear: right;
  margin-right: 0 !important;
}
.one-half {
  width: 48%;
}
.one-third {
  width: 30.66%;
}
.two-third {
  width: 65.33%;
}
.one-fourth {
  width: 22%;
}
.three-fourth {
  width: 74%;
}
.one-fifth {
  width: 16.8%;
}
.two-fifth {
  width: 37.6%;
}
.three-fifth {
  width: 58.4%;
}
.four-fifth {
  width: 67.2%;
}
.one-sixth {
  width: 13.33%;
}
.five-sixth {
  width: 82.67%;
}
/* lists */
.post li {
  margin-left: 2em;
}
ul {
  list-style: square outside none;
}
ol {
  list-style: decimal outside none;
}
ul,
ol {
  list-style-position: outside;
  padding: 0;
}
ol.empty,
ul.empty {
  list-style-type: none;
}
ul.square {
  list-style-type: square;
}
ul.circle {
  list-style-type: circle;
}
ul.disc {
  list-style-type: disc;
}
ul.check {
  list-style: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOAQMAAAAlhr+SAAAABlBMVEX///87OzvwRd8TAAAAAXRSTlMAQObYZgAAACJJREFUCB1jYMAEDgwMBxgYGxiYGRiOMTDkMDBYMDAIMAAAKT8C/5qJkGkAAAAASUVORK5CYII=") outside;
}
ol.cjk {
  list-style-type: cjk-ideographic;
}
ol.hebrew {
  list-style-type: hebrew;
}
ol.hiragana {
  list-style-type: hiragana;
}
ol.katakana {
  list-style-type: katakana;
}
ol.greek {
  list-style-type: lower-greek;
}
ol.latin {
  list-style-type: lower-latin;
}
ol.roman {
  list-style-type: lower-roman;
}
ol.Latin {
  list-style-type: upper-latin;
}
ol.Roman {
  list-style-type: upper-roman;
}
ol.zero {
  list-style-type: decimal-leading-zero;
}
/* tabs&togglers */
.tabs {
  margin: 0 0 1.63em;
}
.tabs .tab {
  border: 1px solid #d3cac8;
  display: none;
  padding: 0.63em 1em;
}
.tabs .tab.active {
  display: block;
  margin-top: -1px;
}
.tabs ul {
  list-style: none;
  margin: 0;
  overflow: hidden;
}
.tabs ul li {
  float: left;
  margin: 0 -1px 0 0;
}
.tabs li a {
  border: 1px solid #d3cac8;
  -webkit-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
  color: #6e5d59;
  display: block;
  height: 24px;
  overflow: hidden;
  padding: 5px 1em 2px;
  text-decoration: none;
}
.tabs li.active a {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #3e3432;
}
.tabs li.active a,
.tabs li a:hover {
  color: #3e3432;
}
.toggle {
  margin: 0 0 0.63em 0;
  border: 1px solid #d3cac8;
}
.toggle h4 {
  background: transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyAgMAAABjUWAiAAAACVBMVEUAAACZmZmZmZl+xtzIAAAAAnRSTlMAvy1NYyUAAAA/SURBVCiRY2CAAbZVqybAOQwcDAwKOHlMDbh5Witw8/Dpw2MfqstGAc1B1qqVSLwGBiayeE2rmnDyyDUTxWUActMT9+VJMAoAAAAASUVORK5CYII=") no-repeat -28px 13px;
  cursor: pointer;
  font-weight: normal;
  margin: 0;
  padding: 0.62em;
  text-indent: 2em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.toggle.open h4 {
  background-position: 10px -25px;
  border-bottom: 1px dashed #d3cac8;
}
.toggle.grp,
.toggle.acc {
  margin-bottom: -1px;
}
.toggle-inner {
  padding: 0.63em 1em;
}
.toggle h4 {
  text-indent: 0;
}
/* labels */
span.label {
  background-color: #bbb;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  padding: 1px 3px 2px;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.label.red {
  background-color: #c43c35;
}
.label.green {
  background-color: #46a546;
}
.label.orange {
  background-color: #f89406;
}
.label.blue {
  background-color: #62cffc;
}
.label {
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
/* dropcap */
span.dropcap {
  display: inline-block;
  float: left;
  font-size: 21px;
  line-height: 42px;
  margin-right: 0.62em;
  padding: 0;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
span.dropcap.dark {
  background-color: #3e3432;
  color: #fff;
  padding: 0 0.3em;
}
/* buttons */
a.button {
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  height: 22px;
  line-height: 14px;
  margin: 0 2px 1.63em;
  padding: 0.62em 1em 0;
  text-decoration: none;
}
a.button {
  text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), inset 0 10px 15px rgba(255,255,255,0.08), inset 0 -10px 10px rgba(0,0,0,0.03);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), inset 0 10px 15px rgba(255,255,255,0.08), inset 0 -10px 10px rgba(0,0,0,0.03);
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
a.button:hover {
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), inset 0 10px 15px rgba(255,255,255,0.08), inset 0 -10px 10px rgba(0,0,0,0.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), inset 0 10px 15px rgba(255,255,255,0.08), inset 0 -10px 10px rgba(0,0,0,0.05);
}
a.button:active {
  -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.1), inset 0 10px 15px rgba(0,0,0,0.08);
  box-shadow: inset 0 1px 0 rgba(0,0,0,0.1), inset 0 10px 15px rgba(0,0,0,0.08);
}
a.button.big {
  font-size: 15px;
  height: 25px;
  line-height: 1em;
}
a.button.wide {
  margin: 0 0 1.63em;
  padding: 0.62em 0 0;
  width: 100%;
  text-indent: 1em;
}
a.button.white {
  color: #444;
  background: #fafafa;
  border: 1px solid #ccc;
  text-shadow: 0 1px 0 rgba(255,255,255,0.66);
}
a.button.white:hover {
  border-color: #bbb;
}
a.button.black {
  background: #333;
  border: 1px solid #444;
}
a.button.black:hover {
  border-color: #222;
}
a.button.blue {
  background: #4b8bf5;
  border: 1px solid #3a7ae5;
}
a.button.blue:hover {
  border-color: #2157b1;
}
a.button.orange {
  background: #d34937;
  border: 1px solid #be3827;
}
a.button.orange:hover {
  border-color: #a22718;
}
a.button.teal {
  background: #5c9bad;
  border: 1px solid #468699;
}
a.button.teal:hover {
  border-color: #3a6e7e;
}
a.button.yellow {
  background: #fed76e;
  border: 1px solid #dab248;
  color: #937114;
  text-shadow: 0 1px 0 rgba(255,255,255,0.66);
}
a.button.yellow:hover {
  border-color: #be9830;
}
a.button.green {
  background: #59af63;
  border: 1px solid #449b4e;
}
a.button.green:hover {
  border-color: #2c7735;
}
a.button.brown {
  background: #ad6e5c;
  border: 1px solid #925847;
}
a.button.brown:hover {
  border-color: #7a4434;
}
a.button.gray {
  background: #999;
  border: 1px solid #888;
}
a.button.gray:hover {
  border-color: #707070;
}
a.button.purple {
  background: #9e1958;
  border: 1px solid #8b104a;
}
a.button.purple:hover {
  border-color: #7c0b40;
}
a.button.steel {
  background: #597baf;
  border: 1px solid #426191;
}
a.button.steel:hover {
  border-color: #2f4b75;
}
a.button.cyan {
  background: #aef0f2;
  border: 1px solid #92d6d8;
  color: #3f8688;
  text-shadow: 0 1px 0 #fff;
}
a.button.cyan:hover {
  border-color: #79c2c4;
}
a.button.classic {
  background: #fff;
  border: solid 1px #3e3432;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 2px 2px 0 #3e3432;
  box-shadow: 2px 2px 0 #3e3432;
  color: #3e3432;
  text-shadow: none;
}
a.button.classic:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.button {
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  filter: alpha(opacity=90);
}
/* table */
table {
  border: 1px solid;
}
td,
th {
  border-bottom: 1px solid;
  border-left: 1px solid;
  padding: 1em;
}
table,
td,
th {
  border-color: #d3cac8;
}
th,
thead,
table caption {
  font-weight: bold;
}
tfoot td,
tfoot th {
  border: none;
}
tr:hover td {
  background-color: rgba(62,52,50,0.03);
}
/*--------------------------------------------------------------------------
  6.  Media Elements: slides, video
/*------------------------------------------------------------------------*/
.media-container {
  background: #000;
  background: rgba(0,0,0,0.3);
  margin: 0 auto 21px auto;
  position: relative;
}
.media-container.pad {
  margin: 63px 0 42px;
}
.media-container:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 10px;
  width: 100%;
  -webkit-box-shadow: inset 0 -10px 10px -10px rgba(0,0,0,0.33);
  box-shadow: inset 0 -10px 10px -10px rgba(0,0,0,0.33);
}
#map {
  height: 420px;
  position: relative;
  width: 100%;
}
#map img {
  max-width: none;
}
#slides {
  list-style: none;
  margin: 0;
  max-height: 640px;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}
#slides li {
  display: none;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#slides li:first-child {
  display: block;
  float: left;
  position: relative;
}
#slides img {
  border: 0;
  margin: 0;
  display: block;
  float: left;
  height: auto;
  width: 100%;
}
.rslides_nav {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  background: #fff;
  display: block;
  height: 100%;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  overflow: hidden;
  outline: 0;
  text-indent: -9999px;
  width: 66%;
}
.rslides_nav.next {
  left: auto;
  right: 0;
}
.rslides_tabs {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 42px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}
.rslides_tabs li {
  display: inline-block;
  font-family: "Arial", sans-serif;
  margin: 0;
  text-shadow: none;
}
.rslides_tabs li a {
  border: none;
  display: inline-block;
  height: 20px;
  margin: 0 -4px;
  outline: 0;
  padding: 0;
  position: relative;
  text-indent: -7777px;
  width: 20px;
}
.rslides_tabs li:before {
  color: #fff;
  content: '●';
  font-size: 21px;
  left: 0.7em;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  filter: alpha(opacity=50);
  position: relative;
  top: 0;
}
.rslides_tabs li.rslides_here:before {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
/*--------------------------------------------------------------------------
  7.  Media Queries & Responsiveness
/*------------------------------------------------------------------------*/
@media screen and (max-width: 720px) {
  .one-half,
  .one-third,
  .two-third,
  .three-fourth,
  .one-fourth,
  .one-fifth,
  .two-fifth,
  .three-fifth,
  .four-fifth,
  .one-sixth,
  .five-sixth {
    margin-right: 0;
    width: 100%;
  }
  body {
    padding: 0 21px;
  }
  h1.intro {
    font-size: 48px;
  }
  .tabs li a {
    padding: 5px 0.63em 2px;
  }
}
#menu-list-mobile {
  display: none;
  margin: 21px 0;
  min-width: 90%;
}
@media screen and (max-width: 480px) {
  .post h1 {
    font-size: 48px;
  }
}
@media screen and (max-width: 320px) {
  .thumbs .col {
    width: 100%;
    float: none;
  }
  .thumbs .col + .col {
    margin-top: 22px;
  }
  .post h1,
  h1.intro {
    font-size: 36px;
  }
  .post h2 {
    font-size: 18px;
  }
  .post h3 {
    font-size: 14px;
  }
  #menu {
    display: none;
  }
  #menu-list-mobile {
    display: inline-block;
  }
  #foot>p {
    text-align: center;
    width: auto;
    float: none;
  }
}
