/*
 <BR> HTML5 Framework v4
 -----------------------------------------
 Typography v2
 -----------------------------------------
 Author:Ruslan B. (r.beygulenko GAVGAV gmail.com)
 Last modified:15.02.2016
*/


 
body{font-size:14px;font-family: 'Roboto Condensed', sans-serif; font-weight:normal;color:#000}

/* heading */
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{margin-bottom:20px; text-transform:uppercase;font-weight:700;}
h1,.h1{font-size:36px;text-transform:none;margin-bottom:40px;}
h2,.h2{font-size:24px}
h3,.h3{font-size:20px}
h4,.h4{font-size:18px;text-transform:none;}
h5,h6,.h5,.h6{font-size:16px}

/* links */
a{color:#000;background-color:transparent}
a:hover{text-decoration:none}
a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}
a:visited{}
a:active{}

/* fake links */
.false{text-decoration:none;cursor:pointer;color:#1899D2;border-bottom:1px dotted #1899D2}

/* base */
strong,b{font-weight:700}
p{margin-bottom:15px}
u{text-decoration:underline}
em,dfn{font-style:italic}
del{text-decoration:line-through}
ins{background:#ff9;color:#000;text-decoration:none}
big{font-size:120%}
small{font-size:80%}
abbr[title],acronym{border-bottom:1px dotted}
pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}
pre,code,kbd,samp{font-family:monospace,monospace;font-size:1em}
figure {margin:1em 40px}
mark{background:#ff0;color:#000;font-style:italic;font-weight:700}
q{quotes:none}
q:before,q:after{content:"";content:none}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sup{top:-0.5em}
sub{bottom:-0.25em}
hr{display:block;height:1px;border:0;border-top:1px dashed #ccc;margin-bottom:15px;padding:0} 
blockquote{}
code,tt{}
cite{}

/* lists */
ul{}
ul li{}
ol{}
ol li{}
li ul,li ol{}
ul,ol{margin-bottom:15px}

/* definitions lists */
dl{margin:0 0 15px 0}
dl dt{font-weight:700}
dd{margin:0 0 0 15px}

/* tables */
table{border:0px;margin-bottom:15px;width:100%}
table tr td,table tr th{transition:background 0.3s;border:1px solid #CCC;padding:8px 12px;vertical-align:middle}
table tr th{background:#EEE;text-align:center}
table tr:hover td{background:#FBFBFB}

/* editor content */
.editor p {margin-bottom:15px}
.editor{font-size:14px;line-height:18px;}
.editor ul,.editor ol{margin-bottom:15px;padding-left:20px}
.editor ul li,.editor ol li{margin-bottom:2px;list-style:outside}
.editor ol li{list-style-type:decimal}
.editor table {max-width:100%;width:auto !important}
.editor img {max-width:100%;height:auto;}
.editor a {color:#999999}
.editor .btn {color:#fff}


