a {
    cursor: pointer;
}

img {
    max-width: 100%;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
}

a:hover,
a:active,
a:focus,
a:visited {
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

@media(min-width:992px){
    .d-dt {
        display: table;
    }
}

@media(min-width:992px){
    .d-dtc {
        display: table-cell;
        vertical-align: middle;
    }
}

/* width */

.w100pc {
    width: 100%;
}

@media(min-width:992px){
    .d-w25pc {
        width: 25%;
    }
}

/* paddings */

.pt-35 {
    padding-top: 35px;
}

.pb-35 {
    padding-bottom: 35px;
}

@media(min-width:992px){
    .d-pl15 {
        padding-left: 15px;
    }
}

@media(min-width:992px){
    .d-pr40 {
        padding-right: 40px;
    }
}

@media(min-width:992px){
    .d-pr45 {
        padding-right: 45px;
    }
}

@media(min-width:992px){
    .d-pr100 {
        padding-right: 100px;
    }
}

/* margins */

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

@media(max-width:991px){
    .m-mt15 {
        margin-top: 15px;
    }
}

@media(max-width:991px){
    .m-mt20 {
        margin-top: 20px;
    }
}

@media(max-width:991px){
    .m-mt30 {
        margin-top: 30px;
    }
}

@media(max-width:991px){
    .m-mt35 {
        margin-top: 35px;
    }
}

.mt20 {
    margin-top: 20px;
}

.mt25 {
    margin-top: 25px;
}

.mt35 {
    margin-top: 35px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb35 {
    margin-bottom: 35px;
}

.mb65 {
    margin-bottom: 65px;
}

@media(min-width:992px){
    .d-mb50 {
        margin-bottom: 50px;
    }
}

@media(max-width:991px){
    .m-mb15 {
        margin-bottom: 15px;
    }
}

@media(max-width:991px){
    .m-mb35 {
        margin-bottom: 35px;
    }
}

/**/

.clear-both {
    clear: both;
}

/**/

@media(min-width:992px){
    .d-db {
        display: block;
    }
}

@media(min-width:992px){
    .d-dn {
        display: none !important;
    }
}

@media(max-width:991px){
    .m-db {
        display: block;
    }
}

@media(max-width:991px){
    .m-dn {
        display: none;
    }
}

/**/

@media(max-width:991px){
    .m-tac {
        text-align: center;
    }
}

.rows > .row > div {
    margin-bottom: 30px;
}

@media(min-width:992px){
    .rows > .row:last-child > div {
        margin-bottom: 0;
    }
}

@media(max-width:991px){
    .rows > .row:last-child > div:last-child {
        margin-bottom: 0;
    }
}