a.red-link{/*Piros link*/
    color:#d62500;
}

a.btn btn-default{/*Alapértelmezett gomb*/}
a.btn btn-primary{/*Elsődleges gomb*/}
a.btn btn-success{/*Sikeres gomb*/}
a.btn btn-info{/*Információ gomb*/}
a.btn btn-warning{/*Figyelmeztetés gomb*/}
a.btn btn-danger{/*Hiba gomb*/}

a.download-link{/*Letöltés link*/
    color:#ffffff;
    display:block;
    padding:0px;
    height:40px;
    font-size:20px;
    float:left;
    padding-left:50px;
    padding-top:10px;
    padding-right:30px;
    position:relative;
    margin-top:10px;
    margin-bottom:10px;
}

a.download-link:before{
    content:'';
    display:block;
    position:absolute;
    width:45px;
    height:45px;
    left:0px;
    top:0px;
    background:url('/img/pdf.png') no-repeat;
}

a.btn-blue-block-big{/*Kék nagy gomb*/
background:#00aeef;
    color:#ffffff;
    display:block;
    padding:20px;
    text-align:center;
    font-size:2em;
    margin-bottom:20px;
    }

a.btn-blue-block-big:hover{

    color:#ffffff;

    }


a.skype-link{/*Skype link*/
    display:block;
    background:#ffffff;
    color:#888888;
    padding:10px;
}

img.img-responsive{/*Reszponzív kép*/}

img.img-rounded{/*Lekerekített kép stílus*/}
img.img-circle{/*Kerek kép stílus*/}

body.menu_body_class .col-md-6,
body.menu_body_class .col-md-4,
body.menu_body_class .col-md-2,
body.menu_body_class .col-md-8,
body.menu_body_class .col-md-10{
    border:dashed 1px #9d9c99;
}

.text-muted{}
.text-primary{}
.text-success{}
.text-info{}
.text-warning{}
.text-danger{}

