/* a href * /

	/* Pomarańczowy */
/* Big */
.orange.big {
    background: #FF6600;
    transition: all 0.3s ease 0s;
    padding: 19px 20px;
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    font-family: 'PFDinTextPro-Medium';
    display: inline-block;
    cursor: pointer;
    border: none;
}
.orange.big span {

}
.orange.big span span {
}
.orange.big span span:after {
    /* content: "\203A ";
    padding-left: 10px;
    color: #ffffff; */
}
.orange.big:hover {
    background: #FF5500;
}

/* Medium  */
.orange.medium {
    background: #FF6600;
    transition: all 0.3s ease 0s;
    padding: 8px 20px;
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    font-family: 'PFDinTextPro-Medium';
    display: inline-block;
    cursor: pointer;
    border: none;
}
.orange.medium span {

}
.orange.medium span span {
}
.orange.medium span span:after {
    /*content: "\203A ";
    padding-left: 10px;
    color: #ffffff; */
}
.orange.medium:hover {
    background: #FF5500;
}

/* Small  */
.orange.small {
    background: #FF6600;
    transition: all 0.3s ease 0s;
    padding: 8px 20px;
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 13px;
    text-align: center;
    font-family: 'PFDinTextPro-Medium';
    display: inline-block;
    cursor: pointer;
    border: none;
}
.orange.small span {
}
.orange.small span span {
}
.orange.small span span:after {
    /*content: "\203A ";
    padding-left: 10px;
    color: #ffffff; */
}
.orange.small:hover {
    background: #FF5500;
}

/* Zielony */
/* Big */
.green.big {
    background: #69c136;
    transition: all 0.3s ease 0s;
    padding: 19px 20px;
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    font-family: 'PFDinTextPro-Medium';
    display: inline-block;
    cursor: pointer;
    border: none;
}
.green.big span {
}
.green.big span span {
}
.green.big:hover {
    background: #5AA72E;
}

/* Medium  */
.green.medium {
    background: #69c136;
    transition: all 0.3s ease 0s;
    padding: 8px 20px;
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    font-family: 'PFDinTextPro-Medium';
    display: inline-block;
    cursor: pointer;
    border: none;
}
.green.medium span {
}
.green.medium span span {
}
.green.medium:hover {
    background: #5AA72E;
}

/* Small  */
.green.small {
    background: #69c136;
    transition: all 0.3s ease 0s;
    padding: 8px 20px;
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 13px;
    text-align: center;
    font-family: 'PFDinTextPro-Medium';
    display: inline-block;
    cursor: pointer;
    border: none;
}
.green.small span {
}
.green.small span span {
}
.green.small:hover {
    background: #5AA72E;
}


/* Niebieski */
/* Big */
.blue.big {
    background: #0F5D94;
    transition: all 0.3s ease 0s;
    padding: 19px 20px;
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    font-family: 'PFDinTextPro-Medium';
    display: inline-block;
    cursor: pointer;
    border: none;
}
.blue.big span {
}
.blue.big span span {
}
.blue.big span span:after {
    content: "\203A ";
    padding-left: 10px;
    color: #ffffff;
}
.blue.big:hover {
    background: #0E4B77;
}

/* Medium  */
.blue.medium {
    background: #0F5D94;
    transition: all 0.3s ease 0s;
    padding: 7px 20px;
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    font-family: 'PFDinTextPro-Medium';
    display: inline-block;
    cursor: pointer;
    border: none;
}
.blue.medium span {
}
.blue.medium span span {
}
.blue.medium span span:after {
    content: "\203A ";
    padding-left: 10px;
    color: #ffffff;
    font-size: 23px;
}
.blue.medium:hover {
    background: #0E4B77;
}

/* Small  */
.blue.small {
    background: #0F5D94;
    transition: all 0.3s ease 0s;
    padding: 6px 20px;
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 13px;
    text-align: center;
    font-family: 'PFDinTextPro-Medium';
    display: inline-block;
    cursor: pointer;
    border: none;
}
.blue.small span {
}
.blue.small span span {
}
.blue.small span span:after {
    content: "\203A ";
    padding-left: 10px;
    color: #ffffff;
}
.blue.small:hover {
    background: #0E4B77;
}

/* Szary */
/* Big */
.grey.big {
    background: #F5F5F5;
    transition: all 0.3s ease 0s;
    padding: 16px 20px;
    text-decoration: none;
    text-transform: uppercase;
    color: #0F5D94;
    font-size: 20px;
    text-align: center;
    font-family: 'PFDinTextPro-Medium';
    display: inline-block;
    cursor: pointer;
    border: none;
}
.grey.big span {
}
.grey.big span span {
}
.grey.big span span:after {
    content: "\203A ";
    padding-left: 10px;
    color: #0F5D94;
}
.grey.big:hover {
    background: #EEEEEE;
}

/* Medium  */
.grey.medium {
    background: #F5F5F5;
    transition: all 0.3s ease 0s;
    padding: 8px 20px;
    text-decoration: none;
    text-transform: uppercase;
    color: #0F5D94;
    font-size: 16px;
    text-align: center;
    font-family: 'PFDinTextPro-Medium';
    display: inline-block;
    cursor: pointer;
    border: none;
}
.grey.medium span {
}
.grey.medium span span {
}
.grey.medium span span:after {
    content: "\203A ";
    padding-left: 10px;
    color: #0F5D94;

    font-size: 23px;
}
.grey.medium:hover {
    background: #EEEEEE;
}

/* Small  */
.grey.small {
    background: #F5F5F5;
    transition: all 0.3s ease 0s;
    padding: 8px 20px;
    text-decoration: none;
    text-transform: uppercase;
    color: #0F5D94;
    font-size: 13px;
    text-align: center;
    font-family: 'PFDinTextPro-Medium';
    display: inline-block;
    cursor: pointer;
    border: none;
}
.grey.small span {
}
.grey.small span span {
}
.grey.small span span:after {
    content: "\203A ";
    padding-left: 10px;
    color: #0F5D94;
}
.grey.small:hover {
    background: #EEEEEE;
}

/* Bialy */
/* Big */
.white.big {
    background: #FFF;
    transition: all 0.3s ease 0s;
    padding: 16px 20px;
    text-decoration: none;
    text-transform: uppercase;
    color: #0F5D94;
    font-size: 20px;
    text-align: center;
    font-family: 'PFDinTextPro-Medium';
    display: inline-block;
    cursor: pointer;
    border: 1px solid #0F5D94;
}
.white.big span {
}
.white.big span span {
}
.white.big span span:after {
    content: "\203A ";
    padding-left: 10px;
    color: #0F5D94;
}
.white.big:hover {
    background: #F5F5F5;
}

/* Medium  */
.white.medium {
    background: #FFF;
    transition: all 0.3s ease 0s;
    padding: 8px 20px;
    text-decoration: none;
    text-transform: uppercase;
    color: #0F5D94;
    font-size: 16px;
    text-align: center;
    font-family: 'PFDinTextPro-Medium';
    display: inline-block;
    cursor: pointer;
    border: 1px solid #0F5D94;
}
.white.medium span {
}
.white.medium span span {
}
.white.medium span span:after {
    content: "\203A ";
    padding-left: 10px;
    color: #0F5D94;

    font-size: 23px;
}
.white.medium:hover {
    background: #EEEEEE;
}

/* Small  */
.white.small {
    background: #FFF;
    transition: all 0.3s ease 0s;
    padding: 8px 20px;
    text-decoration: none;
    text-transform: uppercase;
    color: #0F5D94;
    font-size: 13px;
    text-align: center;
    font-family: 'PFDinTextPro-Medium';
    display: inline-block;
    cursor: pointer;
    border: 1px solid #0F5D94;
}
.white.small span {
}
.white.small span span {
}
.white.small span span:after {
    content: "\203A ";
    padding-left: 10px;
    color: #0F5D94;
}
.white.small:hover {
    background: #F5F5F5;
}

/* Disabled */
.disabled {
    background: transparent;
    padding: 7px 20px;
    text-decoration: none;
    text-transform: uppercase;
    color: #CCCCCC;
    border: 1px solid #CCCCCC;
    font-size: 16px;
    text-align: center;
    font-family: 'PFDinTextPro';
    display: inline-block;
    cursor: pointer;
}
.disabled span {
}
.disabled span span {
}


/* ADD */
.add {
    background: transparent;
    padding: 7px 20px;
    text-decoration: none;
    text-transform: uppercase;
    color: #5AA72E;
    border: 1px solid #69C136;
    font-size: 16px;
    text-align: center;
    font-family: 'PFDinTextPro';
    display: inline-block;
    cursor: pointer;
}
.add span {
}
.add span span {
}



/* button */
/* Pomarańczowy */
/* Big */
button.button.orange.big {
    background: #FF6600;
    transition: all 0.3s ease 0s;
    padding: 16px 20px;
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    font-family: 'PFDinTextPro-Medium';
    display: inline-block;
    cursor: pointer;
    border: none;
}
button.button.orange.big span {

}
button.button.orange.big span span {
}
button.button.orange.big span span:after {
    /*content: "\203A ";
    padding-left: 10px;
    color: #ffffff; */
}
button.button.orange.big:hover {
    background: #FF5500;
}

/* Medium  */
button.button.orange.medium {
    background: #FF6600;
    transition: all 0.3s ease 0s;
    padding: 8px 20px;
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    font-family: 'PFDinTextPro-Medium';
    display: inline-block;
    cursor: pointer;
    border: none;
}
button.button.orange.medium span {

}
button.button.orange.medium span span {
}
button.button.orange.medium span span:after {
    /*content: "\203A ";
    padding-left: 10px;
    color: #ffffff; */
}
button.button.orange.medium:hover {
    background: #FF5500;
}

/* Small  */
button.button.orange.small {
    background: #FF6600;
    transition: all 0.3s ease 0s;
    padding: 8px 20px;
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 13px;
    text-align: center;
    font-family: 'PFDinTextPro-Medium';
    display: inline-block;
    cursor: pointer;
    border: none;
}
button.button.orange.small span {
}
button.button.orange.small span span {
}
button.button.orange.small span span:after {
    /*content: "\203A ";
    padding-left: 10px;
    color: #ffffff; */
}
button.button.orange.small:hover {
    background: #FF5500;
}