/*
orange color: #e67e22
*/
.c180 {
    display: table;
    margin: 0 auto;
}

.c180 span {
    display: table-cell;
    font-size: 16px;
    vertical-align: middle;
}

.c180 svg {
    display: table-cell;
    vertical-align: middle;
    height: 32px;
    width: auto;
}

.navbar-brand {
    max-width: 178px;
    height: auto;
    display: block;
    position: relative;
    padding: 0;
}

.footer-logo {
    max-width: 200px;
    display: block;
    position: relative;

}

#section-home {
    position: relative;
    float: left;
    width: 100%;
}

.container.features {
    padding-top: 90px;
}

section, #header, #section-footer {
    float: left;
    width: 100%;
    position: relative;
}

.section-step, #section-feature, #section-screenshots, #section-download, #section-book-a-tuning {
    background-color: #fff;
    color: #333;
}

.section-step:not(:last-of-type):after {
    display: block;
    content: '';
    width: 80%;
    margin: 0 auto;
    border-bottom: 1px solid #cccccc;
}

#section-feature {
    overflow-x: hidden !important;
}

#section-services, #section-footer, #section-video {
    background-color: #f4f4f4;
    color: #333;
}

#section-services .section-title h2, #section-services .section-title h3,
.step-even .section-title h2, .step-even .section-title h3,
#section-screenshots .section-title h2, #section-screenshots .section-title h3, #section-screenshots .section-title h4,
.service-title, .service-icon,
#section-download h2, #section-download h3,
#section-video h3 {
    color: #333;
}
.services .service:nth-of-type(even){
    clear: both;
}
.news .news-title, .news .description, .news .description p{
    color: #F4F4F4;
}
.news .description a{
    color: #e67e22;
    font-weight: 600;
}
.section-overlay {
    background: rgba(35, 35, 35, 0.5) !important;
}

.project-details .details-list li {
    color: #333;
}

.contact {
    padding-bottom: 10px;
}

.contact-addon {
    padding-top: 10px;
    padding-bottom: 60px;
    color: #fff;
}

.contact-addon a {
    color: #fff;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

.contact-addon a:hover {
    color: #f0a05c;
}

/*Fixed icons*/

.fixed-icons {
    position: fixed;
    right: 0;
    top: 25%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 100;
    -webkit-transition: width 0.3s ease-out;
    -moz-transition: width 0.3s ease-out;
    -ms-transition: width 0.3s ease-out;
    -o-transition: width 0.3s ease-out;
    transition: width 0.3s ease-out;
}

.fixed-icons > div {
    margin-bottom: 5px;
    display: table;
    float: right;
    clear: both;
    -webkit-transition: width 0.3s ease-out;
    -moz-transition: width 0.3s ease-out;
    -ms-transition: width 0.3s ease-out;
    -o-transition: width 0.3s ease-out;
    transition: width 0.3s ease-out;
}

.call-us > div, .email-us > div, .facebook > div {
    float: right;
    background-color: rgba(0, 0, 0, 0.5);
}

.fixed-icons .icon-text {
    overflow: hidden;
    width: 0px;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.fixed-icons .call-us p,
.fixed-icons .email-us p,
.fixed-icons .facebook p {
    margin: 0 10px;
    padding: 5px;
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 200;
    letter-spacing: 1px;
    line-height: 32px;
}

.fixed-icons .icon, .fixed-icons .icon a {
    font-size: 32px;
    color: white;
    width: 50px;
    text-align: center;
    padding: 5px;
}

.fixed-icons .facebook a {
    color: white;
    font-size: 32px;
}

.fixed-icons .facebook a i {
    font-size: 32px;
}

.fixed-icons .call-us.active .icon-text,
.fixed-icons .email-us.active .icon-text {
    width: calc(100% - 50px);
}

.fixed-icons > div:not(.facebook).active .icon-text, .fixed-icons > div:not(.facebook).active .icon {
    background-color: #e67e22;
}

.fixed-icons .facebook.active .icon-text {
    width: calc(100% - 50px);
    background-color: #3b5997;
}

.c180 {
    text-align: right;
    font-weight: 300;
}
.c180 a{
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    color: #5c5c5c;
    font-weight: 700;
}
.c180 a:hover{
    color: #528d0d;
}

.fixed-icons .icon {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.fixed-icons .facebook.active .icon {
    background-color: #3b5997;
}

/*Calling icons*/
.call-me-icons {
    display: inline-block;
    width: 100%;
    max-width: 400px;
    position: relative;
    margin: 30px auto 0 auto;
}

.call-me-icons a {
    float: left;
    display: block;
    width: 33.33333%;
    position: relative;
    padding: 0 15px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform 0.2s ease-out;
    -moz-transition: transform 0.2s ease-out;
    -ms-transition: transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
}

.call-me-icons a:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.call-me-icons img, .call-me-icons svg, .call-me-icons i {
    width: 32px;
    font-size: 32px;
    height: auto;
    max-height: 100%;
    margin: 0 !important;
}

a.skype-button {
    color: #00aff0;
}

a.skype-button:hover {
    color: #00aff0;
}

a.skype-button i {
    position: relative;
}

a.skype-button i:before {
    z-index: 20;
    display: block;
    position: relative;
}

a.skype-button i:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 10;
    width: 54%;
    height: 59%;
    left: 23%;
    top: 18%;
    background-color: white;
}

/*Video*/
.video-content video {
    margin: 0 auto;
    max-width: 100%;
    display: block;
}

/*Contact table*/
.table.contact-table {
    width: auto;
    margin: 0 auto;
    text-align: left;
}

.table.contact-table tbody td {
    border: none;
}

/*Features modal*/
.modal p {
    color: #333;
}

.pop-up-text {
    padding: 15px;
}

.modal-xlg {
    width: 100%;
    min-height: 100%;
    max-width: 97vw;
    margin: 5px auto;
}

.modal-xlg .modal-content {
    min-height: 100vh;
    padding-left: 15px;
    padding-right: 15px;
}

.modal-feature-title {
    text-align: center;
}

.modal-feature-description {
    margin-top: 20px;
}

.close-modal-container {
    min-height: 80px;
    position: relative;
    width: 100%;
    display: block;
}

.close-modal {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 50px;
    height: 50px;
}

.close-modal a {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
    color: #333;
    cursor: pointer;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.close-modal a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 100%;
    width: 100%;
    -webkit-transform: rotate(-45deg) translateX(50%);
    -moz-transform: rotate(-45deg) translateX(50%);
    -ms-transform: rotate(-45deg) translateX(50%);
    -o-transform: rotate(-45deg) translateX(50%);
    transform: rotate(-45deg) translateX(50%);
    border-left: 1px solid #333;
}

.close-modal a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 100%;
    width: 100%;
    -webkit-transform: rotate(45deg) translateX(-50%);;
    -moz-transform: rotate(45deg) translateX(-50%);;
    -ms-transform: rotate(45deg) translateX(-50%);;
    -o-transform: rotate(45deg) translateX(-50%);;
    transform: rotate(45deg) translateX(-50%);
    border-right: 1px solid #646464;
}

.close-modal a:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.close-modal a:hover:before,
.close-modal a:hover:after {
    border-color: #333;
}

/*Ajax form and loader*/
.ajax-loading {
    min-height: 48px;
}

.ajax-loading .loading-circle {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.ajax-form .ajax-response {
    font-size: 20px;
    text-align: center;
    font-weight: 900;
}

.ajax-form .ajax-response.with-shadow {
    text-shadow: 2px 2px 5px black;
}

.ajax-form .ajax-response.success {
    color: #4a9c0e;
}

.ajax-form .ajax-response.success.brighter {
    color: #73e421;
}

.ajax-form .ajax-response.error {
    color: #bf0000;
}

.ajax-form .ajax-response.error.brighter {
    color: #ee1514;
}

/*Book a tuning form*/

/* ================ Contact Section ================ */
.tuning-form {
    color: #333;
}

.tuning-form h3, .tuning-form h4 {
    text-transform: none;
}

.tuning-form .input-field {
    margin-bottom: 10px;
    margin-top: 10px;
    height: 50px;
}

.textarea-field, .input-field {
    border: 1px solid #111;
}

.tuning-form h3, .tuning-form h4 {
    color: #333;
}

.tuning-form .ajax-loading {
    margin-top: 20px;
}

.tuning-form .form-item {
    width: 100%;
    padding: 5px 15px;
    border-color: #333;
    border-radius: 4px;
    background: transparent;
    box-shadow: none;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    color: #333;
}

.tuning-form input.form-item::-webkit-input-placeholder {
    color: #333;
}

.tuning-form input.form-item:-moz-placeholder {
    color: #333;
}

.tuning-form input.form-item::-moz-placeholder {
    color: #333;
}

.tuning-form input.form-item:-ms-input-placeholder {
    color: #333;
}

.tuning-form .subform {
    margin-top: 20px;
}

.tuning-form .form-item:hover, .tuning-form .form-item:focus {
    border-color: #ccc;
    box-shadow: none;
}

/*Radio boxes*/

ul.radio-boxes {
    list-style: none;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
}

ul.radio-boxes li {
    color: #333;
    display: block;
    position: relative;
    float: left;
    width: 100%;
    min-height: 100px;
}

ul.radio-boxes li:not(:last-of-type) {
    border-bottom: 1px solid #cccccc;
}

ul.radio-boxes li input[type=radio] {
    position: absolute;
    visibility: hidden;
}

ul.radio-boxes li label {
    display: block;
    position: relative;
    font-weight: 300;
    font-size: 1em;
    padding: 25px 25px 25px 80px;
    margin: 10px auto;
    height: auto;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
}

ul.radio-boxes li:hover label {
    color: black;
}

ul.radio-boxes li .check {
    display: block;
    position: absolute;
    border: 5px solid #e67e22;
    border-radius: 100%;
    height: 25px;
    width: 25px;
    top: 30px;
    left: 20px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

ul.radio-boxes li:hover .check {
    border: 5px solid #e67e22;
}

ul.radio-boxes li .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 15px;
    width: 15px;
    top: 5px;
    left: 5px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}

input[type=radio]:checked ~ .check {
    border: 5px solid #e67e22;
}

input[type=radio]:checked ~ .check::before {
    background: #e67e22;
}

input[type=radio]:checked ~ label {
    color: #e67e22;
}

/*Checkbox*/
.square-checkbox {
    width: 34px;
    height: 34px;
    background: #e67e22;

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfff4', endColorstr='#b3bead', GradientType=0);
    margin: 10px 20px 10px 0;
    float: left;
    position: relative;
}

.square-checkbox label {
    cursor: pointer;
    position: absolute;
    width: 24px;
    height: 24px;
    left: 5px;
    top: 5px;
    background: white;
}

.square-checkbox label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    background: #e67e22;
    top: 3px;
    left: 3px;
}

.square-checkbox label:hover::after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.3;
}

.square-checkbox input[type=checkbox] {
    visibility: hidden;
}

.square-checkbox input[type=checkbox]:checked + label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.header-section {
    width: 100%;
}

#preloader {
    width: 100vw;
}

.lang-select {
    float: right;
    position: relative;
    border-left: 1px solid #a0a0a0;
}

.sticky-section .lang-select .lang-list li {
    background: rgba(0, 0, 0, .15);
}

.nav-bg .lang-select .lang-list li, .sticky-section .lang-select .lang-list li:hover {
    background: rgba(0, 0, 0, .6);
}

.nav-bg .lang-select .lang-list li:hover {
    background: rgba(0, 0, 0, .75);
}

.lang-select .lang-list {
    height: 0;
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    padding: 16px 0 0 0;
    width: 100%;
    -webkit-transition: height 0.3s ease-out;
    -moz-transition: height 0.3s ease-out;
    -ms-transition: height 0.3s ease-out;
    -o-transition: height 0.3s ease-out;
    transition: height 0.3s ease-out;
    overflow: hidden;
}

.lang-select .lang-list li {
    display: block;
    float: left;
    width: 100%;
    -webkit-transition: background 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out;
    -ms-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
}

.lang-select .current-lang:after {
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    display: inline-block;
    padding-left: 10px;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.lang-select span, .lang-select a {
    cursor: pointer;
    padding: 15px;
    display: block;
    line-height: 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.lang-select:hover .lang-list, .lang-list.list-open {
    height: 180px;
}

/*Media queries*/
@media (min-width: 768px) {
    /*Navbar*/
    .navbar-collapse {
        float: right;
    }
}

@media (max-width: 992px) {
    #topbar-hold {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .lang-select span, .lang-select a {
        font-size: 14px;
    }
}

@media (max-width: 769px) {
    .features-control {
        float: left;
        height: 160px;
        width: 42px;
        bottom: 340px;
    }

    .features-control .control-icon {
        position: relative;
        left: 2px !important;
        float: left;
        margin-bottom: 8px;
    }
}

@media (max-width: 468px) {
    .fixed-icons > div:not(.call-us) {
        display: none;
    }
}

@media (max-width: 350px) {
    .navbar-brand {
        max-width: 140px;
    }
}

@media only screen and (max-width: 767px) {
    .baraja-container {
        width: 180px;
        height: 290px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px){
    .single-pricing-wrap:nth-of-type(2n+2){
        clear: both;
    }
}
/*Earlier navbar collapse*/
@media only screen and (max-width: 900px) {
    .navbar-header {
        width: calc(100% - 75px);
        float: left;
    }

    .navbar-collapse {
        margin-left: -16px;
        margin-right: -16px;
        background: #222;
        overflow-y: scroll;
        max-height: 300px;
        float: none;
    }

    .navbar-nav {
        float: left !important;
        margin: 7.5px -15px;
    }

    .collapse {
        display: none !important;
    }
    .bootstrap-datetimepicker-widget .collapse.in{
        display: block!important;
    }
    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
        clear: left;
    }

    .navbar-header .collapse, .navbar-toggle {
        display: block !important;
    }

    .nav > li {
        float: none;
    }

    .navbar-nav > li > a {
        padding-left: 30px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

#flashMessage {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    position: fixed;
    z-index: 999;
    left: 25%;
    top: 33%;
}

/*Countdown*/
.countdown {
    margin: 0 auto;
    width: 355px;
}

.countdown .countdown-container {
    height: 130px;
}

.countdown .countdown-title {
    font-size: 24px;
    margin-bottom: 15px;
    display: block;
    text-align: center;
}

.countdown .time {
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    display: inline-block;
    text-align: center;
    position: relative;
    height: 95px;
    width: 65px;

    -webkit-perspective: 479px;
    -moz-perspective: 479px;
    -ms-perspective: 479px;
    -o-perspective: 479px;
    perspective: 479px;

    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;

    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);

    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.countdown .count {
    background: #202020;
    color: #f8f8f8;
    display: block;
    font-size: 48px;
    line-height: 94px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    top: 0;
    width: 100%;

    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);

    -webkit-transform-style: flat;
    -moz-transform-style: flat;
    -ms-transform-style: flat;
    -o-transform-style: flat;
    transform-style: flat;
}

.countdown .count.top {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 5px 5px 0 0;
    height: 50%;

    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

.countdown .count.bottom {
    background-image: linear-gradient(rgba(255, 255, 255, 0.1), transparent);
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.1), transparent);
    background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.1), transparent);
    background-image: -ms-linear-gradient(rgba(255, 255, 255, 0.1), transparent);
    background-image: -o-linear-gradient(rgba(255, 255, 255, 0.1), transparent);
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-radius: 0 0 5px 5px;
    line-height: 0;
    height: 50%;
    top: 50%;

    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0;
}

.countdown .count.next {
}

.countdown .label {
    color: #4b4b4b;
    font-size: 15px;
    margin-top: 5px;
    display: block;
    position: absolute;
    top: 95px;
    width: 100%;
}

/* Animation start */
.countdown .count.curr.top {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    z-index: 3;
}

.countdown .count.next.bottom {
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    transform: rotateX(90deg);
    z-index: 2;
}

/* Animation end */
.countdown .flip .count.curr.top {
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;

    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
}

.countdown .flip .count.next.bottom {
    -webkit-transition: all 250ms ease-in-out 250ms;
    -moz-transition: all 250ms ease-in-out 250ms;
    -ms-transition: all 250ms ease-in-out 250ms;
    -o-transition: all 250ms ease-in-out 250ms;
    transition: all 250ms ease-in-out 250ms;

    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

@media screen and (max-width: 480px) {
    .countdown {
        width: 257px;
        /*width: 100%;*/
    }

    .countdown .countdown-container {
        height: 100px;
    }

    .countdown .time {
        height: 70px;
        width: 48px;
    }

    .countdown .count {
        font-size: 1.5em;
        line-height: 70px;
    }

    .countdown .label {
        font-size: 0.8em;
        top: 72px;
    }

    .hidden-mobile {
        display: none;
    }
}
@media(max-width: 320px){
    .fancy-button{
        font-size: 90%;
    }
}