/* If you want to add your own CSS code, please do it in this file */

#Subheader .title {
    color: #fff;
    font-weight: 500;
}

.ui-tabs .ui-tabs-nav li.ui-state-active a,
.tabs_big_icon.ui-tabs .ui-tabs-nav li.ui-state-active a {
    color: #f31414;
}

.tp-caption a {
    color: #ff7302;
    text-shadow: none;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
}

.tp-caption a:hover {
    color: #ffa902;
}

body.home .one-third.column {
    margin-bottom: 0 !important;
}

#rev_slider_1_1_wrapper {
    background-color: #fff !important;
}

#Subheader {
    background: rgba(243, 20, 20, 1);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(243, 20, 20, 1)), color-stop(44%, rgba(212, 11, 11, 1)), color-stop(100%, rgba(189, 6, 6, 1)));
    background: -webkit-gradient(linear, left top, right top, from(rgba(243, 20, 20, 1)), color-stop(44%, rgba(212, 11, 11, 1)), to(rgba(189, 6, 6, 1)));
    background: linear-gradient(to right, rgba(243, 20, 20, 1) 0%, rgba(212, 11, 11, 1) 44%, rgba(189, 6, 6, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f31414', endColorstr='#bd0606', GradientType=1);
}

.ui-tabs .ui-tabs-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.template-slider #Header {
    background-color: #fff !important;
}

.rev_slider_wrapper .tp-leftarrow.default,
.rev_slider_wrapper .tp-rightarrow.default {
    width: 50%;
    height: 100%;
    opacity: 1;
}

.tp-leftarrow.default {
    background: url("../images/aleft.png") no-repeat !important;
    background-position: 0 50% !important;
}

.tp-rightarrow.default {
    background: url("../images/aright.png") no-repeat !important;
    background-position: 100% 50% !important;
}

#Top_bar {
    position: fixed !important;
}

#Subheader {
    padding-top: 110px;
}

#mfn-rev-slider {
    padding-top: 110px;
}

.tp-bannertimer {
    display: none;
}

@media only screen and (max-width: 767px) {

    #Top_bar .logo {
        position: static;
        float: left;
        max-width: 120px;
        text-align: center;
        margin: 0;
    }
    #Top_bar .column {
        padding-top: 0;
    }
    #Header a.responsive-menu-toggle {
        right: 0 !important;
        left: auto;
        top: 35px;
    }
    #Top_bar #searchform {
        display: none;
    }
    .ui-tabs .ui-tabs-nav li {
        white-space: initial;
    }
}

a#goup {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background-color: red;
    background-image: url("../images/arrow.png");
}

<style > a#goup {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background-color: red;
}
