html { color: #222; font-size: 1em; line-height: 1.4; }
::-moz-selection { background: #b3d4fc; text-shadow: none; border: 0; }
::selection { background: #b3d4fc; text-shadow: none; border: none; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
audio, canvas, iframe, img, svg, video { vertical-align: middle; }
fieldset { border: 0; margin: 0; padding: 0; }
textarea { resize: vertical; }
.browserupgrade { margin: 0.2em 0; background: #ccc; color: #000; padding: 0.2em 0; }

/* ==========================================================================
 custom styles
   ========================================================================== */

body { padding: 0; margin: 0; background: #222222; font-family: sans-serif; color: #e6e6e6; line-height: 1.4em; }

a:link { text-decoration: none; color: white; }
a:visited { text-decoration: none; color: white; }
a:hover { text-decoration: none; color: yellow; }
a:active { text-decoration: none; color: green; }

h1, h2, h3, h4, h5, h6 { font-weight: lighter; line-height: 1.3em; }

h1 { font-size: 24px; padding: 0;    margin: 10px 0;         text-shadow: 2px 2px 2px rgba(0,0,0,0.95); }
h2 { font-size: 28px; padding: 10px; margin: 0;              text-shadow: 2px 2px 2px rgba(0,0,0,0.95); }
h3 { font-size: 18px; padding: 0;    margin: 5px 0; }
h4 { font-size: 16px; padding: 0;    margin: 10px 0;         text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.95); }
h5 { font-size: 18px; padding: 0;    margin: 20px 0 -10px 0; font-weight: bold; }
h6 { font-size: 16px; padding: 0;    margin: 10px 0; }

h1 span { font-weight: normal;}

p, li { font-weight: normal; }

ul { padding: 0; margin: 0; }
li { padding: 0; margin: 0; }

.thumbnail { cursor: pointer; }
.image-critical { float: right; padding: 10px 10px 20px 20px; }
.page { position: absolute; left: 140px; top: 58px; }
.header { width: 100%; height: 100px; }
.logo { z-index: 10; width: 100px; height: 100px; position: absolute; left: 0; top: 0; }
.logo img { width: auto; height: 100px; border-radius: 0 0 5px 0; }
.menu-img li { width: 25px; height: 25px; background: url(/img/arrow-two.png) grey no-repeat; border-radius: 2px; text-indent: -5000px; margin: 10px; }
.menu-img li:hover { width: 25px; height: 25px; background: url(/img/arrow-hover.png) white no-repeat; }

.toggle, [id^=drop] { display: none; }
nav { margin: 0; padding: 0; z-index: 20; position: absolute; right: 0; top: 0; }
nav:after { content: ""; display: table; clear: both; }
nav ul { float: right; padding: 0; margin: 0; list-style: none; position: relative; }
nav ul li { margin: 0px; display: inline-block; float: left; background-color: #222222; }
nav a { display: block; padding: 10px 15px; color: #FFF; font-size: 17px; text-decoration: none; }
nav ul li ul li:hover { } nav a:hover { }
nav ul ul { display: none; position: absolute; top: 60px; }
nav ul li:hover > ul { display: inherit; }
nav ul ul li { width: 170px; float: none; display: list-item; position: relative; }
nav ul ul ul li { position: relative; top: -60px; left: 170px; }

@media all and (max-width : 768px) {
nav { margin: 0; }
.toggle + a, .menu { display: none; }
.toggle { display: block; text-align: right; background-color: #222222; padding: 14px 20px; color: #FFF; font-size: 17px; text-decoration: none; border: none; }
.toggle:hover { } [id^=drop]:checked + ul { display: block; }
nav ul li { border-bottom: 1px solid #333; display: block; width: 100%; }
nav ul ul .toggle, nav ul ul a { padding: 0 40px; }
nav ul ul ul a { padding: 0 80px; }
nav a:hover, nav ul ul ul a { background-color: grey; }
nav ul li ul li .toggle, nav ul ul a, nav ul ul ul a { padding: 14px 20px; color: #FFF; font-size: 17px; }
nav ul li ul li .toggle, nav ul ul a { }
nav ul ul { float: none; position: static; color: #ffffff; }
nav ul ul li:hover > ul, nav ul li:hover > ul { display: none; }
nav ul ul li { display: block; width: 100%; }
nav ul ul ul li { position: static; }
}

@media all and (max-width : 330px) {
nav ul li { display: block; width: 94%; }
}

html, body { height: 100%; }
.swap-img-wrap { width: 100%; height: 100%; margin-top: -100px; }
.fade { -webkit-animation-name: fade; -webkit-animation-duration: 1.5s; animation-name: fade; animation-duration: 1.5s; }

@-webkit-keyframes fade {
from {opacity: .4} to {opacity: 1}
}

@keyframes fade {
from {opacity: .4} to {opacity: 1}
}

img.responsive-img { position: absolute; max-width: 100%; top: 0; left: 0; border: none; z-index: -1; }
img.responsive-img:empty { top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

@media screen and (orientation: portrait) {
img.responsive-img { max-height: 100%; }
}

@media screen and (orientation: landscape) {
img.responsive-img { max-height: 100%; }
}

#myBtn { border: none; margin-top: 2px; } .modal { display: none; position: fixed; left: 0; top: 0; z-index: 10; width: 100%; height: 100%; overflow: auto; background-color: rgba(0,0,0,0.8); }
.modal-content { background-color: #fefefe; color: #444; margin: auto; padding: 20px; margin-top: 80px; margin-bottom: 100px; border: 1px solid black; width: 90%; }
.modal a { color: #444; }
.close { color: #aaaaaa; float: right; font-size: 28px; font-weight: bold; }
.close:hover, .close:focus { color: #000; text-decoration: none; cursor: pointer; }

.col-left { float: left; display: inline; width: 49%; }
.col-right { float: right; display: inline; width: 49%; }
.col-left h5, .col-right h5 { padding-left: 15px; display: inline-block; background: url(/img/arrow.png) no-repeat -3px 5px; }
.col-left p, .col-right p { margin: 10px 0 30px 15px; } .information { position: absolute; bottom: 10px; left: 10px; max-width: 100%; }

.thumbnails { position: absolute; bottom: 9px; right: 10px; height: 74px; }
.thumbnails ul, .thumbnails li { padding: 0; margin: 0; }
.thumbnails li { height: 70px; display: inline; float: left; }
.thumbnails img { height: 70px; margin: 0 0 0 10px; border: 2px solid black; border-radius: 3px; }

@media only screen and (max-width: 767px) {
.thumbnails { display: none; }
}

.home-liquid-thum-wrap { width: 100%; margin: 0; padding: 0; background: url(/img/logo-minor-studiomauriks-smaller.png) no-repeat right bottom; }
.home-liquid-thum { display: inline; float: left; position: relative; }
.home-liquid-thum img { width: 100%; }

@media only screen and (min-width : 1024px) {
.home-liquid-thum { width: 11.1%; }
}

@media only screen and (min-width : 768px) and (max-width : 1024px) {
.home-liquid-thum { width: 20%; }
}

@media only screen and (min-width : 375px) and (max-width : 768px) {
.home-liquid-thum-wrap { display: none; }
}

@media only screen and (max-width : 375px) {
.home-liquid-thum-wrap { display: none; }
}

.home-liquid-text-wrap { margin: 0; padding: 10px; }
.liquid-text-wrap { margin: 10px 0 0 0; padding: 10px; background: none; }
.liquid-thum-wrap {	width: 100%;	margin: 10px 0 0 0;	padding: 0;	background: url(/img/logo-minor-studiomauriks.png) no-repeat right bottom; }
.liquid-thum {	display: inline;	float: left;	position: relative; }
.liquid-thum img , .liquid-thum hero-img img { width: 100%; }

@media only screen and (min-width : 1024px) {
.liquid-thum { width: 25%; }
.hero-img { width: 50%; }
}

@media only screen and (min-width : 768px) and (max-width : 1024px) {
.liquid-thum { width: 25%; }
}

@media only screen and (min-width : 375px) and (max-width : 768px) {
.liquid-thum { width: 50%; }
}

@media only screen and (max-width : 375px) {
.liquid-thum { width: 100%; }
}

.liquid-thum .base { position: absolute; left: 0; bottom: 0; width: 100%; padding: 0; margin: 0; }
.liquid-thum .base h1 { font-size: 20px; padding: 4px 10px; margin: 0; line-height: 1.2em; background-color: rgba(0, 0, 0, 0.1); }
.liquid-thum .base h4 { display: none; }

/* FOOTER */

.g-search-box { margin: 50px 0 0 -10px; padding: 0;  max-width: 350px; background-color: #222; }

#category-page .footer { border-top: none; }
.footer { margin: 0 0 0 0; min-height: 200px; padding: 30px 15px 0 15px; border-top: 1px solid #c8c8c8; }
.footer-col { padding: 0; float: left; display: inline; width: 33%; }
.footer-copy { display: block; padding: 30px 0 30px 0; clear: both; }
.footer li { line-height: 2.2em; list-style: none; padding: 0; margin: 0; }
.e-left { float: left; display: inline; margin: 0 15px 0 0; }
.e-right { float: left; display: inline; }
.footer-print { display: none; }

@media only screen and (min-width: 300px) and (max-width: 736px) {
h1 { font-size: 20px; }
h2 { font-size: 18px; }
h4 { font-size: 14px; }
.page { position: absolute; left: 85px; top: 40px; }
.header { width: 100%; height: 70px; }
.logo img { width: auto; height: 70px; }
.liquid-thum-wrap, .liquid-text-wrap { margin: 10px 0 0 0; }
.nav { top: 30px; }
}

@media only screen and (min-width: 300px) and (max-width: 667px) {
.col-left { float: none; display: block; width: 100%; }
.col-right { float: none; display: block; width: 100%; }
.footer { padding: 0; } .footer-copy p { font-size: 13px; padding: 15px; }
.footer-col { float: left; display: block; width: 100%; }
.ebooks { padding: 15px; } .padding-option { padding-top: 0; }
.li-top { border-top: 1px solid #333; }
.footer li { line-height: 2.0em; border-bottom: 1px solid #333; list-style: none; }
.footer li a { display: block; padding: 4px 10px; }
.footer a:link { text-decoration: none; color: #fff; }
.footer a:visited { text-decoration: none; color: #fff; }
.footer a:hover { text-decoration: underline; color: yellow; background-color: #333; }
.footer a:active { text-decoration: none; color: yellow; }
}

/* FOOTER */

i { border: solid white; border-width: 0 3px 3px 0; display: inline-block; padding: 3px; }
.right { transform: rotate(-45deg); -webkit-transform: rotate(-45deg); margin-right: 5px; }
.left { transform: rotate(135deg); -webkit-transform: rotate(135deg); }
.up { transform: rotate(-135deg); -webkit-transform: rotate(-135deg); }
.down { transform: rotate(45deg); -webkit-transform: rotate(45deg); }

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden { display: none !important; } .visuallyhidden { border: 0; clip: rect(0 0 0 0); -webkit-clip-path: inset(50%); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; white-space: nowrap; /* 1 */ } .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; -webkit-clip-path: none; clip-path: none; height: auto; margin: 0; overflow: visible; position: static; width: auto; white-space: inherit; } .invisible { visibility: hidden; } .clearfix:before, .clearfix:after { content: " "; /* 1 */ display: table; /* 2 */ } .clearfix:after { clear: both; } @media only screen and (min-width: 35em) { /* Style adjustments for viewports that meet the condition */ } @media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) { /* Style adjustments for high resolution devices */ } @media print { *, *:before, *:after { background: transparent !important; color: #000 !important; /* Black prints faster: http://www.sanbeiji.com/archives/953 */ box-shadow: none !important; text-shadow: none !important; } a, a:visited { text-decoration: underline; } a[href]:after { content: " (" attr(href) ")"; } abbr[title]:after { content: " (" attr(title) ")"; } a[href^="#"]:after, a[href^="javascript:"]:after { content: ""; } pre { white-space: pre-wrap !important; } pre, blockquote { border: 1px solid #999; page-break-inside: avoid; } thead { display: table-header-group; } tr, img { page-break-inside: avoid; } p, h2, h3 { orphans: 3; widows: 3; } h2, h3 { page-break-after: avoid; } }
