/*---------- TinyMCE Class - Start ----------*/

/*---- TinyMCE Class {'title'=>'Piros'; 'inline'=>'span'; 'classes'=>'red'} ----*/
.red{ color: #ea1827; }

/*---- TinyMCE Class {'title'=>'Zöld'; 'inline'=>'span'; 'classes'=>'green'} ----*/
.green{ color: #116819; }

/*---- TinyMCE Class {'title'=>'Piros Link'; 'inline'=>'span'; 'classes'=>'red_link'} ----*/
.red_link{ color: #ea1827; }
.red_link a{ color: #ea1827; }
.red_link a:hover{ color: #191919; }

/*---- TinyMCE Class {'title'=>'Zöld Link'; 'inline'=>'span'; 'classes'=>'green_link'} ----*/
.green_link{ color: #116819; }
.green_link a{ color: #116819; }
.green_link a:hover{ color: #191919; }

/*---- TinyMCE Class {'title'=>'Piros háttér'; 'inline'=>'span'; 'classes'=>'redBG'} ----*/
.redBG{display: inline-block; padding: 0px 5px; background-color: #ea1827; color: white !important;}

/*---- TinyMCE Class {'title'=>'Zöld háttér'; 'inline'=>'span'; 'classes'=>'greenBG'} ----*/
.greenBG{display: inline-block;  padding: 0px 5px; background-color: #116819; color: white !important;}

/*---- TinyMCE Class {'title'=>'Fekete háttér'; 'inline'=>'span'; 'classes'=>'blackBG'} ----*/
.blackBG{display: inline-block;  padding: 0px 5px; background-color: #0c0d0d; color: white !important;}

/*---- TinyMCE Class {'title'=>'fontSlab'; 'inline'=>'span'; 'classes'=>'fontSlab'} ----*/
.fontSlab{font-family: 'Corbel', serif;}

/*---- TinyMCE Class {'title'=>'Piros - Gomb'; 'inline'=>'span'; 'classes'=>'redBtn'} ----*/
.redBtn{ width: 180px; height: 44px; line-height: 44px; display: inline-block; text-align: center; background-color: #ea1827; color: white !important; font-size: 18px; text-transform: uppercase; transition: all 0.5s ease; opacity: 0.8; }
.redBtn a{color: #fff; display: block;}
.redBtn:hover{opacity: 1;}
.redBtn:hover a, .redBtn a:hover{color: #fff; }

/*---- TinyMCE Class {'title'=>'Zöld - Gomb'; 'inline'=>'span'; 'classes'=>'greenBtn'} ----*/
.greenBtn{ width: 180px; height: 44px; line-height: 44px; display: inline-block; text-align: center; background-color: #116819; color: white !important; font-size: 18px; text-transform: uppercase; transition: all 0.5s ease; opacity: 0.8; }
.greenBtn:hover{opacity: 1;}
.greenBtn a {color: #fff; display: block;}
.greenBtn:hover a, .greenBtn a:hover{color: #fff; }

/*---- TinyMCE Class {'title'=>'Fekete - Gomb'; 'inline'=>'span'; 'classes'=>'blackBtn'} ----*/
.blackBtn{ width: 180px; height: 44px; line-height: 44px; display: inline-block; text-align: center; background-color: #0c0d0d; color: white !important; font-size: 18px; text-transform: uppercase; transition: all 0.5s ease; opacity: 0.8; }
.blackBtn a{color: #fff; display: block;}
.blackBtn:hover{opacity: 1;}
.blackBtn a, .blackBtn a:hover{color: #fff; }


/*---------- TinyMCE Class - End ----------*/

