body {
    font-family: titillium web, sans-serif;
    background-color: #fafafa
}

img {
    max-width: 100%;
    height: auto
}

.adspot {
    overflow-x: hidden;
    overflow-y: hidden
}

[data-toggle=collapse].collapsed .if-not-collapsed {
    display: none
}

[data-toggle=collapse]:not(.collapsed) .if-collapsed {
    display: none
}

.slick-slide {
    margin: 0 10px
}

.modal-content {
    background-color: #fafafa
}

.socialicons {
    padding: 5px;
    margin-bottom: 3px;
    font-size: 25px;
    width: 40px
}

.socialicons:hover {
    box-shadow: 0 0 20px #696969;
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.5);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.5);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.5);
    transition: all 200ms ease-in;
    transform: scale(1.5)
}

.fa-facebook {
    background: #3b5998;
    color: #fff!important
}

.fa-twitter {
    background: #1da1f2;
    color: #fff!important
}

.fa-google-plus {
    background: #dd4b39;
    color: #fff!important
}

.fa-tumblr {
    background: #2c4762;
    color: #fff!important
}

.fa-vk {
    background: #45668e;
    color: #fff!important
}

.fa-reddit-alien {
    background: #ff4500;
    color: #fff!important
}

.fa-envelope {
    background: #b7b7b7;
    color: #fff!important
}

.fa-whatsapp {
    background: #128c7e;
    color: #fff!important
}

.fa-telegram {
    background: #08c;
    color: #fff!important
}

.fa-heart {
    color: red!important
}

.hover-effect {
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    transition: all .3s cubic-bezier(.25, .8, .25, 1)
}

.hover-effect:hover,
.hover-always,
.slick-slide img:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22)
}

.btn-primary,
.btn-success,
.list-group-item,
.form-control,
.breadcrumb,
.alert-info {
    border: 1px solid #696969
}

.list-button {
    margin-bottom: 12px
}

.recommended-button {
    margin-bottom: 3px
}

.large {
    font-size: 20px
}

.hidden {
    display: none
}

.navbar-toggler {
    line-height: 1.5
}

.steps {
    display: block;
    text-align: center;
    padding: 30px
}

.step {
    display: inline-block;
    padding: 20px 70px;
    color: #fff;
    margin-right: 5px;
    font-size: 115%
}

.green {
    background: #0c0
}

.orange {
    background: #ff7e00
}

.blue {
    background: #3acaff
}

.dark {
    background-color: #fafafa
}

.tooltip {
    pointer-events: none
}