BODY {margin: 0px; font-family: 'Roboto', sans-serif; color: #424242; font-size: 14px; }
a {color: inherit; text-decoration: none;}
a:hover {text-decoration: underline;}
P {line-height: 1.4; margin: 0px;}
INPUT, TEXTAREA, SELECT {padding: 0px; margin: 0px; border: 1px #ccc solid; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; font-family: inherit; font-size: inherit; color: inherit; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
INPUT:FOCUS, TEXTAREA:FOCUS, SELECT:FOCUS {box-shadow: inset 0 0 4px rgba(0,0,0,0.15);}
INPUT[type=submit] {cursor: pointer;}
INPUT[type=checkbox] {cursor: pointer;}
HR {width: 100%; height: 1px; border: 0px; margin: 30px 0px; float: left; background-color: #e8e8e8;}

.box {box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.hidden {display: none;}
.line {width: 100%; float: left;}
.flexbox {display: -webkit-flex; display: -webkit-box; display: -moz-flex; display: -moz-box; display: -ms-flexbox; display: flex;}
.mainFrame {width: 1200px; margin: 0px auto;}

.btn-zelena {display: inline-block; background-color: #00a79d; text-transform: uppercase; color: #fff; font-size: 18px; font-weight: 400;}
.btn-zelena a {display: inline-block; padding: 15px 30px;}
.btn-zelena a:hover {background-color: #03827a; text-decoration: none;}

/* TinyMCE */
.tinymceCont {width: 100%; float: left; padding: 0px 0px 15px 0px;}
.tinymceCont h1 {position: relative; width: 100%; margin: 0 0 10px 0; padding: 40px 0 0 0; color: #286664; font-size: 30px; font-weight: 700; text-transform: uppercase;}
.tinymceCont h1:before {position: absolute; content: ''; left: 0; top: 0; width: 139px; height: 23px; background-image: url('/images/vlnky-zelene.png'); background-position: center top; background-repeat: no-repeat;}
.tinymceCont H2 {font-size: 30px; margin: 20px 0px 10px 0px; color: #c1a678;}
.tinymceCont H3 {font-size: 26px; margin: 20px 0px 10px 0px;}
.tinymceCont H4 {font-size: 22px; margin: 20px 0px 10px 0px;}
.tinymceCont H5 {font-size: 20px; margin: 20px 0px 10px 0px;}
.tinymceCont H6 {font-size: 18px; margin: 20px 0px 10px 0px;}
.tinymceCont P {font-size: 14px; margin: 10px 0px 10px 0px; line-height: 1.5; font-weight: 300;}
.tinymceCont UL {font-size: 14px; line-height: 1.5; font-weight: 300;}
.tinymceCont A {text-decoration: underline;}

.mt-0 {margin-top: 0px !important;}
.mt-10 {margin-top: 10px !important;}