BODY {margin: 0px; font-family: 'Roboto', sans-serif; color: #273c44; font-size: 14px; }
A {color: inherit; text-decoration: none;}
P {line-height: 1.4; margin: 10px 0;}
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;}

/* TinyMCE */
.tinymceCont {width: 100%; float: left; padding: 0px 0px 15px 0px;}
.tinymceCont H1 {font-size: 30px; margin: 20px 0px 10px 0px;}
.tinymceCont H2 {font-size: 26px; margin: 20px 0px 10px 0px;}
.tinymceCont H3 {font-size: 22px; 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 {width: 100%; float: left; padding: 0; margin: 10px 0; font-size: 14px; line-height: 1.5; font-weight: 300; list-style: none url();}
.tinymceCont ul li {position: relative; padding: 1px 0 1px 15px; margin: 0 0 0 20px;}
.tinymceCont ul li:before {content: ''; position: absolute; display: block; left: 0; top: 8px; width: 8px; height: 8px; background-color: #746a3c; border-radius: 50%;}

.tinymceCont A {text-decoration: underline;}

.tlacitkoModre {display: inline-block; background-color: #273c44; border-radius: 3px;}
.tlacitkoModre a {display: inline-block; padding: 10px 20px; color: #fff; font-size: 14px; font-style: italic; text-decoration: none;}
.tlacitkoModre:hover {background-color: #30515e;}

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

/* Loader */
#loaderOverlay {width: 100%; height: 100%; float: left; background-color: rgba(0,0,0,0.3); position: fixed; top: 0px; left: 0px; display: none; z-index: 1000;}
#loaderOverlay .inner {width: 100%; height: 100%; float: left; display: flex; justify-content: space-around; align-items: center;}
#loaderOverlay P {color: #FFF; font-size: 18px !important; font-weight: 500;}