/* Add here all your css styles (customizations) */
@media (min-width: 992px){
    /*.breadcrumbs {
        margin-top: 80px;
    }
    .tp-banner-container {
        margin-top: 80px;
    }*/
}
/* Apply page */
.reg-page {
    color: #555;
    padding: 30px;
    background: #fefefe;
    border: solid 1px #eee;
    box-shadow: 0 0 3px #eee;
}

/*Reg Header*/
.reg-header {
    color: #555;
    text-align: center;
    margin-bottom: 35px;
    border-bottom: solid 1px #eee;
}

.reg-header h2 {
    font-size: 24px;
    margin-bottom: 15px;
}

/*Reg Forms*/
.reg-page label {
    color: #777;
}

/* Helpers */
.pull-center {
    display: table;
    margin: 0 auto;
}

