    .redbtn {
	color: #e7e9f1;
	font-weight: 700;
	border: solid 1px #c30601;
	background: #f60002;/*kozepe*/
	background: -webkit-gradient(linear, left top, left bottom, from(#ee0e0e), to(#cb0808));/*teteje -> alja*/
	background: -moz-linear-gradient(top,  #ee0e0e,  #cb0808);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee0e0e', endColorstr='#cb0808');
    }
    .redbtn:hover {
	color: #f0f1f5;
	background: #d20305;
	background: -webkit-gradient(linear, left top, left bottom, from(#db0002), to(#aa0103));
	background: -moz-linear-gradient(top,  #0db0002,  #aa0103);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#db0002', endColorstr='#aa0103');
    }
    .redbtn:active {
	color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#db0002), to(#aa0103));
	background: -moz-linear-gradient(top,  #0db0002,  #aa0103);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#db0002', endColorstr='#aa0103');
    }

    .button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-weight:700;
	font: 14px/100% Montserrat-Medium;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;.
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
    }
	.button:hover {
	text-decoration: none;
    }
	.button:active {
	position: relative;
	top: 1px;
    }

    .blkbtn {
        color: #fff;
        font-weight: 700;
        border: solid 1px #000;
        background: #000;/*kozepe*/
    }

    .blkbtn:hover {
        color: #fff;
        background: #888;
    }

    .hidden{display:none;}

    .grey{background:#EFEFEF;}


    .mw400{width:400px; display:inline-block;}
    .mw350{width:350px; display:inline-block;}
    .mw300{width:300px; display:inline-block;}
    .mw250{width:250px; display:inline-block;}
    .mw200{width:200px; display:inline-block;}
    .mw150{width:150px; display:inline-block;}
    .mw100{width:100px; display:inline-block;}


    .mw100p{width:100%; display:inline-block;}
    .mw500{width:560px; display:inline-block;}
    .mw80{width:60px; display:inline-block;}

@media screen and (max-width: 768px){
    .mw400{width:100%; display:inline-block;}
    .mw350{width:100%; display:inline-block;}
    .mw300{width:100%; display:inline-block;}
    .mw250{width:100%; display:inline-block;}
    .mw200{width:100%; display:inline-block;}
    .mw150{width:30%; display:inline-block;}
    .mw100{width:30%; display:inline-block;}




    .mw500{max-width:100%; display:inline-block;}
    .mw80{max-width:30%; display:inline-block;}
}

 .boxtitle{padding-bottom:8px;padding-top:8px;}

 .hidden{display:none;}}


