@charset "utf-8";

/****************************************/
/*	CSS Document 						*/
/*	CMS Agilis 3.2						*/
/*										*/
/*	Abrupta Servis s.r.o.				*/
/*	stylesheet.text.css					*/
/*										*/
/*	edit: 2016-05-18					*/
/****************************************/

@import url('font.sinkinsans.css');

/* ! + BODY */
html { font-size:18px; }
body { line-height:28px; color:#232323; font-family: 'Arial', 'Helvetica', sans-serif; }
/* ! - BODY */

/* ! + HEADING */
h1, h2, h3, h4, h5, h6 { font-family: 'sinkinsans_bold'; font-weight:normal; color:#232323; }
h1:only-of-type, h1:last-child, h2:only-of-type, h2:last-child, h3:only-of-type, h3:last-child, h4:only-of-type, h4:last-child, h5:only-of-type, h5:last-child, h6:only-of-type, h6:last-child { margin-bottom: 0px; }
/*
h1:after { content: ""; position:absolute; bottom:10px; left:10px; display:block; height:6px; width:80px; background-color:rgb(237,74,93); }
*/
h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a { text-decoration:none; color:#232323; transition: all 0.3s; }
h1 > a:hover, h2 > a:hover, h3 > a:hover, h4 > a:hover, h5 > a:hover, h6 > a:hover { color: #000; }
/* ! - HEADING */

/* ! + TEXT */
p { margin-bottom: 1.4em; }
p:only-of-type, p:last-child { margin-bottom: 0px; }
p.perex { font-family: 'sinkinsans_light'; }

.image-left { float:left !important; }
p .image-left { margin:1.5em 1.5em 1.5em 0; padding:0px; }
.image-right { float:right !important; }
p .image-right { margin:1.5em 0 1.5em 1.5em; padding:0px; }

#board a { color: #d3d60d; }
a:focus, a:hover {  }
a:active, a:hover { outline: 0; }
a { background-color: transparent; text-decoration:underline; }

strong, dfn { font-weight: bold; }
em, dfn { font-style: italic; }
sup,sub {line-height:0; }

abbr, acronym { border-bottom: dotted 1px rgb(102,102,102); }
address { margin: 0 0 1.5em; font-style: italic; }
del { color:rgb(102,102,102); }

pre { margin: 24px 0; white-space: pre; }
pre,code,tt { font: 24px 'andale mono', 'lucida console', monospace; line-height: 1.5; }

blockquote { font-family: 'sinkinsans_light'; background: rgba(255,255,255,0.5); padding: 20px 30px 20px 30px; border-left: 10px solid #6CC20D; line-height: 24px; margin-bottom: 18px; }
blockquote:last-item { margin-bottom: 0px; }
/* ! - TEXT */

/* ! + LISTS */
li ul, li ol { margin: 0; }
ul, ol { margin: 0 24px 24px 0; padding-left: 24px; }

ul { list-style-type: disc; }
ol { list-style-type: decimal; }

dl { margin: 0 0 24px 0; }
dl dt { font-weight: bold; }
dd { margin-left: 24px;}
/* ! - LISTS */

/* ! + OTHER */
.small { font-size: .9em; margin-bottom: 1.875em; line-height: 1.875em; }
.large { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
/* ! - OTHER */

/* ! + MEDIA QUERIES */
@media only screen and (min-width: 1281px) {
    h1 { font-size:64px; line-height:74px; margin-bottom:15px; }
    h2 { font-size:36px; line-height:46px; margin-bottom:10px; }
    h3 { font-size:20px; line-height:28px; margin-bottom:5px; }
    h4 { font-size:24px; line-height:28px; margin-bottom:5px; }
    h5 { font-size:20px; line-height:24px; font-weight:bold; }
    h6 { font-size:16px; line-height:20px; font-weight:bold; }
}
/** XD - Smaller than standard 960 (devices and browsers) **/
@media only screen and (min-width: 960px) and (max-width: 1280px) {
    html.responsive { font-size:14px; }
    .responsive body { line-height:22px; }
    h1 { font-size:64px; line-height:76px; margin-bottom:15px; }
    h2 { font-size:32px; line-height:42px; margin-bottom:10px; }
    h3 { font-size:20px; line-height:28px; margin-bottom:5px; }
    h4 { font-size:24px; line-height:28px; margin-bottom:5px; }
    h5 { font-size:20px; line-height:24px; font-weight:bold; }
    h6 { font-size:16px; line-height:20px; font-weight:bold; }
}
/** LD - Tablet Portrait size to standard 960 (devices and browsers) **/
@media only screen and (min-width: 720px) and (max-width: 959px) {
    html.responsive { font-size:14px; }
    .responsive body { line-height:22px; }
    h1 { font-size:46px; line-height:62px; margin-bottom:15px; }
    h2 { font-size:32px; line-height:42px; margin-bottom:10px; }
    h3 { font-size:20px; line-height:28px; margin-bottom:5px; }
    h4 { font-size:24px; line-height:28px; margin-bottom:5px; }
    h5 { font-size:20px; line-height:24px; font-weight:bold; }
    h6 { font-size:16px; line-height:20px; font-weight:bold; }
}
/** MD - Mobile Landscape Size to Tablet Portrait (devices and browsers) **/
@media only screen and (min-width: 480px) and (max-width: 719px) {
    html.responsive { font-size:14px; }
    .responsive body { line-height:22px; }
    h1 { font-size:42px; line-height:56px; margin-bottom:15px; }
    h2 { font-size:32px; line-height:42px; margin-bottom:10px; }
    h3 { font-size:20px; line-height:28px; margin-bottom:5px; }
    h4 { font-size:24px; line-height:28px; margin-bottom:5px; }
    h5 { font-size:20px; line-height:24px; font-weight:bold; }
    h6 { font-size:16px; line-height:20px; font-weight:bold; }
}
/** SD / Mobile Portrait Size to Mobile Landscape Size (devices and browsers) **/
@media only screen and (max-width: 479px) {
    html.responsive { font-size:14px; }
    .responsive body { line-height:22px; }
    h1 { font-size:42px; line-height:56px; margin-bottom:15px; }
    h2 { font-size:32px; line-height:42px; margin-bottom:10px; }
    h3 { font-size:20px; line-height:28px; margin-bottom:5px; }
    h4 { font-size:24px; line-height:28px; margin-bottom:5px; }
    h5 { font-size:20px; line-height:24px; font-weight:bold; }
    h6 { font-size:16px; line-height:20px; font-weight:bold; }
}
/* ! - MEDIA QUERIES */