/*---------- TinyMCE Class - Start ----------*/

/*---- TinyMCE Class {'title'=>'Cím'; 'inline'=>'span'; 'classes'=>'slide-title'} ----*/
.slide-title{
	font-size: 36px;
    text-transform: uppercase;
    line-height: 36px;
    color: #fff;
    font-weight: 400;
}

/*---- TinyMCE Class {'title'=>'Alcím'; 'inline'=>'span'; 'classes'=>'slide-alt-title'} ----*/
.slide-alt-title {
	font-size: 24px;
	text-transform: uppercase;
    line-height: 36px;
    color: #fff;
    font-weight: 400;
}

/*---- TinyMCE Class {'title'=>'Zöld szöveg'; 'inline'=>'span'; 'classes'=>'slide-green'} ----*/
.slide-green{
	font-size: 64px;
    line-height: 64px;
    color: #6ac17b;
    margin-bottom: 12px;
}

/*---- TinyMCE Class {'title'=>'Fehér szöveg'; 'inline'=>'span'; 'classes'=>'slide-text'} ----*/
.slide-text{
	font-size: 48px;
    color: #fff;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: bold;
}

/*---- TinyMCE Class {'title'=>'Gomb'; 'inline'=>'span'; 'classes'=>'slide-button'} ----*/
.slide-button{
	padding: 0;
    line-height: 55px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    background: #6ac17b;
    display: inline-block;
    transition: all 0.2s ease;
}
.slide-button a{
	padding: 0 60px;
    line-height: 55px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    background: #6ac17b;
    display: inline-block;
    transition: all 0.2s ease;
}
.slide-button:hover{
    opacity: 0.9;
}

/*---- TinyMCE Class {'title'=>'Gomb Széles - Zöld'; 'inline'=>'span'; 'classes'=>'wide-button-green'} ----*/
.wide-button-green{
    padding: 0;
    color: #fff;
    text-transform: uppercase;
    background: #6ac17b;
    text-align: center;
}
.wide-button-green a{
    display: inline-block;
    width: 100%;
    padding: 1rem;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    background: #6ac17b;
    transition: all 0.2s ease;
}
.wide-button-green:hover{
    opacity: 0.9;
}

/*---- TinyMCE Class {'title'=>'Gomb Széles - Kék'; 'inline'=>'span'; 'classes'=>'wide-button-blue'} ----*/
.wide-button-blue{
    padding: 0;
    color: #fff;
    text-transform: uppercase;
    background: #6fc0f0;
    text-align: center;
}
.wide-button-blue a{
    display: inline-block;
    width: 100%;
    padding: 1rem;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    background: #6fc0f0;
    transition: all 0.2s ease;
}
.wide-button-blue:hover{
    opacity: 0.9;
}

/*---- TinyMCE Class {'title'=>'Gomb Széles - Piros'; 'inline'=>'span'; 'classes'=>'wide-button-red'} ----*/
.wide-button-red{
    padding: 0;
    color: #fff;
    text-transform: uppercase;
    background: #fd6c6c;
    text-align: center;
}
.wide-button-red a{
    display: inline-block;
    width: 100%;
    padding: 1rem;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    background: #fd6c6c;
    transition: all 0.2s ease;
}
.wide-button-red:hover{
    opacity: 0.9;
}

/*---- TinyMCE Class {'title'=>'Gomb Széles - Sárga'; 'inline'=>'span'; 'classes'=>'wide-button-yellow'} ----*/
.wide-button-yellow{
    padding: 0;
    color: #fff;
    text-transform: uppercase;
    background: #dbdb49;
    text-align: center;
}
.wide-button-yellow a{
    display: inline-block;
    width: 100%;
    padding: 1rem;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    background: #dbdb49;
    transition: all 0.2s ease;
}
.wide-button-yellow:hover{
    opacity: 0.9;
}

/*---- TinyMCE Class {'title'=>'Gomb Széles - Sötétzöld'; 'inline'=>'span'; 'classes'=>'wide-button-darkgreen'} ----*/
.wide-button-darkgreen{
    padding: 0;
    color: #fff;
    text-transform: uppercase;
    background: #4a8956;
    text-align: center;
}
.wide-button-darkgreen a{
    display: inline-block;
    width: 100%;
    padding: 1rem;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    background: #4a8956;
    transition: all 0.2s ease;
}
.wide-button-darkgreen:hover{
    opacity: 0.9;
}

/*---------- TinyMCE Class - End ----------*/

